Subversion Repositories Kolibri OS

Rev

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

Rev 7244 Rev 7278
Line 141... Line 141...
141
{
141
{
142
	quest_active = 1;
142
	quest_active = 1;
143
	DrawPopup(15,80,250,90,1,system.color.work, system.color.work_graph);
143
	DrawPopup(15,80,250,90,1,system.color.work, system.color.work_graph);
144
	WriteText(35, 102, 0x90, 0x000000, QUEST_1);
144
	WriteText(35, 102, 0x90, 0x000000, QUEST_1);
145
	WriteText(65, 117, 0x90, 0x000000, QUEST_2);
145
	WriteText(65, 117, 0x90, 0x000000, QUEST_2);
146
	DrawFlatButton(62,138,301,T_YES);
146
	DrawStandartCaptButton(62,138,301,T_YES);
147
	DrawFlatButton(155,138,302,T_NO);
147
	DrawStandartCaptButton(155,138,302,T_NO);
148
}
148
}
Line 149... Line 149...
149
 
149
 
150
void GetSizeDir(dword way)
150
void GetSizeDir(dword way)
151
{
151
{
Line 312... Line 312...
312
	incn y;
312
	incn y;
313
	char temp_path[sizeof(file_path)];
313
	char temp_path[sizeof(file_path)];
314
	DefineAndDrawWindow(Form.left + 150,150,315,360+skin_height,0x34,system.color.work,WINDOW_TITLE_PROPERTIES,0);
314
	DefineAndDrawWindow(Form.left + 150,150,315,360+skin_height,0x34,system.color.work,WINDOW_TITLE_PROPERTIES,0);
315
	GetProcessInfo(#settings_form, SelfInfo);
315
	GetProcessInfo(#settings_form, SelfInfo);
Line 316... Line 316...
316
 
316
 
317
	DrawFlatButton(settings_form.cwidth - 96, settings_form.cheight-34, 10, BTN_CLOSE);
317
	DrawStandartCaptButton(settings_form.cwidth - 96, settings_form.cheight-34, 10, BTN_CLOSE);
Line 318... Line 318...
318
	DrawFlatButton(settings_form.cwidth -208, settings_form.cheight-34, 11, BTN_APPLY);
318
	DrawStandartCaptButton(settings_form.cwidth -208, settings_form.cheight-34, 11, BTN_APPLY);
319
	
319
	
Line 320... Line 320...
320
	WriteText(10, 78, 0x90, system.color.work_text, PR_T_DEST);
320
	WriteText(10, 78, 0x90, system.color.work_text, PR_T_DEST);