Subversion Repositories Kolibri OS

Rev

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

Rev 5828 Rev 6050
Line 25... Line 25...
25
			
25
			
26
			if (operation_flag==COPY_FLAG) WriteText(45, 11, 0x80, system.color.work_text, T_COPY_WINDOW_TEXT);
26
			if (operation_flag==COPY_FLAG) WriteText(45, 11, 0x80, system.color.work_text, T_COPY_WINDOW_TEXT);
27
			else if (operation_flag==MOVE_FLAG) WriteText(45, 11, 0x80, system.color.work_text, T_MOVE_WINDOW_TEXT);
27
			else if (operation_flag==MOVE_FLAG) WriteText(45, 11, 0x80, system.color.work_text, T_MOVE_WINDOW_TEXT);
Line 28... Line 28...
28
			else WriteText(45, 11, 0x80, system.color.work_text, T_DELETE_WINDOW_TEXT);
28
			else WriteText(45, 11, 0x80, system.color.work_text, T_DELETE_WINDOW_TEXT);
29
			
29
			
30
			DrawFlatButton(Dialog_Form.cwidth - 96, Dialog_Form.cheight - 32, 80, 22, 10, system.color.work_button, T_ABORT_WINDOW_BUTTON);
30
			DrawFlatButton(Dialog_Form.cwidth - 96, Dialog_Form.cheight - 32, 80, 22, 10, T_ABORT_WINDOW_BUTTON);
31
			DrawBar(8, 10, 32, 32, 0xFFFfff);
31
			DrawBar(8, 10, 32, 32, 0xFFFfff);
32
			break;
32
			break;