Subversion Repositories Kolibri OS

Rev

Rev 5654 | Rev 5674 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5654 Rev 5659
Line 130... Line 130...
130
			EAX=key<<8;
130
			EAX=key<<8;
131
			edit_box_key stdcall(#edit_disk_size);
131
			edit_box_key stdcall(#edit_disk_size);
132
			break;
132
			break;
133
         case evReDraw:			
133
         case evReDraw:			
134
			sc.get();
134
			sc.get();
135
			DefineAndDrawWindow(170,150,314,270,0x74,sc.work,"Virtual Disk Manager 0.61",0);
135
			DefineAndDrawWindow(170,150,314,270,0x74,sc.work,"Virtual Disk Manager 0.62",0);
136
			GetProcessInfo(#Form, SelfInfo);
136
			GetProcessInfo(#Form, SelfInfo);
137
			if (Form.status_window>2) break;
137
			if (Form.status_window>2) break;
Line 138... Line 138...
138
 
138
 
139
			DrawBar(0,0,  Form.cwidth,TOPPANELH, sc.work);
139
			DrawBar(0,0,  Form.cwidth,TOPPANELH, sc.work);