Subversion Repositories Kolibri OS

Rev

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

Rev 7783 Rev 7806
Line 124... Line 124...
124
 
124
 
125
void DrawWindow()
125
void DrawWindow()
126
{
126
{
Line 127... Line 127...
127
	int i;
127
	int i;
128
 
128
 
129
	system.color.get();
129
	sc.get();
130
	DefineAndDrawWindow(screen.width-400, screen.height/3, 270, 
130
	DefineAndDrawWindow(screen.width-400, screen.height/3, 270, 
Line 131... Line 131...
131
		skin_height + 30+PD+PD, 0x34, system.color.work, "EasyShot",0);
131
		skin_height + 30+PD+PD, 0x34, sc.work, "EasyShot",0);
132
	GetProcessInfo(#Form, SelfInfo);
132
	GetProcessInfo(#Form, SelfInfo);
133
 
133
 
134
	DrawCaptButton(PD, PD, 170, 28, BTN_MAKE_SCREENSHOT, 0x0090B8, 0xFFFfff, T_TAKE_SCREENSHOT);
134
	DrawCaptButton(PD, PD, 170, 28, BTN_MAKE_SCREENSHOT, 0x0090B8, 0xFFFfff, T_TAKE_SCREENSHOT);
135
	DefineButton(PD+170+20, PD, 35, 28, BTN_SETTINGS, system.color.work_button);
135
	DefineButton(PD+170+20, PD, 35, 28, BTN_SETTINGS, sc.button);
136
	for (i=0; i<=2; i++) DrawBar(PD+170+30, i*5+PD+9, 15, 2, system.color.work_button_text);
136
	for (i=0; i<=2; i++) DrawBar(PD+170+30, i*5+PD+9, 15, 2, sc.button_text);