Subversion Repositories Kolibri OS

Rev

Rev 4425 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4425 Rev 4616
Line 151... Line 151...
151
			//EAX=key<<8;
151
			//EAX=key<<8;
152
			//edit_box_key stdcall(#edit_disk_size);
152
			//edit_box_key stdcall(#edit_disk_size);
153
			break;
153
			break;
154
         case evReDraw:			
154
         case evReDraw:			
155
			sc.get();
155
			sc.get();
156
			DefineAndDrawWindow(170,150,314,270,0x74,sc.work,"Virtual Disk Manager 0.5",0);
156
			DefineAndDrawWindow(170,150,314,270,0x74,sc.work,"Virtual Disk Manager 0.5.1",0);
157
			GetProcessInfo(#Form, SelfInfo);
157
			GetProcessInfo(#Form, SelfInfo);
158
			if (Form.status_window>2) break;
158
			if (Form.status_window>2) break;
Line 159... Line 159...
159
 
159
 
160
			DrawBar(0,0,  Form.cwidth,TOPPANELH, sc.work);
160
			DrawBar(0,0,  Form.cwidth,TOPPANELH, sc.work);