Subversion Repositories Kolibri OS

Rev

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

Rev 6008 Rev 6050
Line 145... Line 145...
145
void Quest()
145
void Quest()
146
{
146
{
147
	DrawPopup(30,80,200,90,1,system.color.work, system.color.work_graph);
147
	DrawPopup(30,80,200,90,1,system.color.work, system.color.work_graph);
148
	WriteText(50, 100, 0x80, 0x000000, QUEST_1);
148
	WriteText(50, 100, 0x80, 0x000000, QUEST_1);
149
	WriteText(80, 115, 0x80, 0x000000, QUEST_2);
149
	WriteText(80, 115, 0x80, 0x000000, QUEST_2);
150
	DrawFlatButton(52,138,70,20,301,0xFFB6B5,T_YES);
150
	DrawFlatButton(52,138,70,20,301,T_YES);
151
	DrawFlatButton(145,138,70,20,302,0xC6DFC6,T_NO);
151
	DrawFlatButton(145,138,70,20,302,T_NO);
152
}
152
}
Line 153... Line 153...
153
 
153
 
154
void GetSizeDir(dword way)
154
void GetSizeDir(dword way)
155
{
155
{
Line 319... Line 319...
319
 
319
 
320
void DrawPropertiesWindow()
320
void DrawPropertiesWindow()
321
{
321
{
322
	DefineAndDrawWindow(Form.left + 150,150,270,285+GetSkinHeight(),0x34,system.color.work,WINDOW_TITLE_PROPERTIES);
322
	DefineAndDrawWindow(Form.left + 150,150,270,285+GetSkinHeight(),0x34,system.color.work,WINDOW_TITLE_PROPERTIES);
323
	GetProcessInfo(#settings_form, SelfInfo);
323
	GetProcessInfo(#settings_form, SelfInfo);
324
	DrawFlatButton(settings_form.cwidth - 80 - 13, settings_form.cheight - 34, 80, 24, 10, 0xE4DFE1, BTN_CLOSE);
324
	DrawFlatButton(settings_form.cwidth - 80 - 13, settings_form.cheight - 34, 80, 24, 10, BTN_CLOSE);
325
	DrawFlatButton(settings_form.cwidth - 170 - 13, settings_form.cheight - 34, 80, 24, 11, 0xE4DFE1, BTN_APPLY);
325
	DrawFlatButton(settings_form.cwidth - 170 - 13, settings_form.cheight - 34, 80, 24, 11, BTN_APPLY);
Line 326... Line 326...
326
	DrawBar(10, 10, 32, 32, 0xFFFfff);
326
	DrawBar(10, 10, 32, 32, 0xFFFfff);
327
	
327