Subversion Repositories Kolibri OS

Rev

Rev 9597 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9597 Rev 9602
Line 43... Line 43...
43
		copy_bar.progress_color = 0xF17A65;
43
		copy_bar.progress_color = 0xF17A65;
44
		copy_bar.value = 0; 
44
		copy_bar.value = 0; 
45
		copy_bar.max = 0;
45
		copy_bar.max = 0;
46
	}
46
	}
47
	copy_bar.frame_color = sc.work_graph;
47
	copy_bar.frame_color = sc.line;
48
	
48
	
Line 49... Line 49...
49
	if (copy_state == FILE_EXISTS) {
49
	if (copy_state == FILE_EXISTS) {
50
		event_mode = #WaitEvent;
50
		event_mode = #WaitEvent;
51
	} else {
51
	} else {
52
		event_mode = #CheckEvent;
52
		event_mode = #CheckEvent;
Line 94... Line 94...
94
				DrawCaptButton(PR_LEFT+110, REPLACEY+30, 100,26, BTN_SKIP, sc.button, sc.button_text, T_COPY_SKIP);
94
				DrawCaptButton(PR_LEFT+110, REPLACEY+30, 100,26, BTN_SKIP, sc.button, sc.button_text, T_COPY_SKIP);
95
				remember_choice.draw(PR_LEFT+225, REPLACEY+37);
95
				remember_choice.draw(PR_LEFT+225, REPLACEY+37);
96
			}
96
			}
97
 
97
 
Line 98... Line 98...
98
			DrawRectangle3D(PR_LEFT-1, PR_TOP-1, PR_W+1, PR_H+1, sc.work_dark, sc.work_light);
98
			DrawRectangle3D(PR_LEFT-1, PR_TOP-1, PR_W+1, PR_H+1, sc.dark, sc.light);
99
	}
99
	}
100
}
100
}
Line 101... Line 101...
101
 
101
 
102
void DialogExit() {
102
void DialogExit() {