Subversion Repositories Kolibri OS

Rev

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

Rev 6403 Rev 6600
Line 351... Line 351...
351
}
351
}
Line 352... Line 352...
352
 
352
 
353
void DrawPropertiesWindow()
353
void DrawPropertiesWindow()
354
{
354
{
-
 
355
	DefineAndDrawWindow(Form.left + 150,150,305,360+skin_height,0x34,system.color.work,WINDOW_TITLE_PROPERTIES);
-
 
356
	if ( !asm test path_to_file_ed.flags, 2)
-
 
357
	{
-
 
358
		path_to_file_ed.blur_border_color = system.color.work;
-
 
359
		path_to_file_ed.color = system.color.work;
-
 
360
	}
-
 
361
	else
-
 
362
	{
-
 
363
		path_to_file_ed.blur_border_color = 0x000000;
-
 
364
		path_to_file_ed.color = 0xffffff;
-
 
365
	}
-
 
366
	if ( !asm test path_to_file_ed.flags, 2)
-
 
367
	{
-
 
368
		file_name_ed.blur_border_color = system.color.work;
-
 
369
		file_name_ed.color = system.color.work;
-
 
370
	}
-
 
371
	else
-
 
372
	{
-
 
373
		file_name_ed.blur_border_color = 0x000000;
-
 
374
		file_name_ed.color = 0xffffff;
355
	DefineAndDrawWindow(Form.left + 150,150,305,360+skin_height,0x34,system.color.work,WINDOW_TITLE_PROPERTIES);
375
	}
356
	GetProcessInfo(#settings_form, SelfInfo);
376
	GetProcessInfo(#settings_form, SelfInfo);
357
	DrawFlatButton(10, 5, 80, 24, 12, TAB_T_BASIC);
377
	DrawFlatButton(10, 5, 80, 24, 12, TAB_T_BASIC);
358
	if (exif_load==1) DrawFlatButton(92, 5, 80, 24, 13, TAB_T_DETAILS);
378
	if (exif_load==1) DrawFlatButton(92, 5, 80, 24, 13, TAB_T_DETAILS);
359
	DrawFlatButton(settings_form.cwidth - 93, settings_form.cheight-34, 80, 24, 10, BTN_CLOSE);
379
	DrawFlatButton(settings_form.cwidth - 93, settings_form.cheight-34, 80, 24, 10, BTN_CLOSE);