Subversion Repositories Kolibri OS

Rev

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

Rev 7985 Rev 8946
Line 143... Line 143...
143
			break;
143
			break;
144
         case evReDraw:			
144
         case evReDraw:			
145
			sc.get();
145
			sc.get();
146
			DefineAndDrawWindow(170,150,405,290,0x74,sc.work,"Virtual Disk Manager 0.69",0);
146
			DefineAndDrawWindow(170,150,405,290,0x74,sc.work,"Virtual Disk Manager 0.69",0);
147
			GetProcessInfo(#Form, SelfInfo);
147
			GetProcessInfo(#Form, SelfInfo);
148
			if (Form.status_window>2) break;
148
			if (Form.status_window&ROLLED_UP) break;
Line 149... Line 149...
149
 
149
 
150
			DrawBar(0,0,  Form.cwidth,TOPPANELH, sc.work);
150
			DrawBar(0,0,  Form.cwidth,TOPPANELH, sc.work);
151
			DrawBar(0,TOPPANELH, Form.cwidth,1,  sc.work_graph);
151
			DrawBar(0,TOPPANELH, Form.cwidth,1,  sc.work_graph);
152
			WriteText(6, 9, 0x90, sc.work_text, SIZE_TEXT);
152
			WriteText(6, 9, 0x90, sc.work_text, SIZE_TEXT);