Subversion Repositories Kolibri OS

Rev

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

Rev 4042 Rev 4076
Line 12... Line 12...
12
	strcpy(#copy_from, pcth);
12
	strcpy(#copy_from, pcth);
13
	cut_active = cut;
13
	cut_active = cut;
14
}
14
}
Line 15... Line 15...
15
 
15
 
16
void copyf_Draw_Progress(dword filename) {
16
void copyf_Draw_Progress(dword filename) {
17
	DefineAndDrawWindow(Form.left+Form.width-200,Form.top+90,WIN_W,GetSkinHeight()+WIN_H-1,0x34,col_work,T_PASTE_WINDOW);
17
	DefineAndDrawWindow(Form.left+Form.width-200,Form.top+90,WIN_W,GetSkinHeight()+WIN_H-1,0x34,sc.work,T_PASTE_WINDOW);
18
	WriteText(5,8, 0x80, 0, T_PASTE_WINDOW_TEXT);
18
	WriteText(5,8, 0x80, sc.work_text, T_PASTE_WINDOW_TEXT);
19
	DrawBar(5, 26, WIN_W-10, 10, col_work);
19
	DrawBar(5, 26, WIN_W-10, 10, sc.work);
20
	WriteText(5,26, 0x80, 0, filename);
20
	WriteText(5,26, 0x80, sc.work_text, filename);
21
	if (CheckEvent()==evButton) 
21
	if (CheckEvent()==evButton) 
22
	{
22
	{
23
		notify(T_CANCEL_PASTE);
23
		notify(T_CANCEL_PASTE);
24
		ExitProcess();
24
		ExitProcess();