Subversion Repositories Kolibri OS

Rev

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

Rev 5714 Rev 6176
Line 196... Line 196...
196
	pass_box.top = panel_y+55;
196
	pass_box.top = panel_y+55;
197
	edit_box_draw stdcall(#pass_box);
197
	edit_box_draw stdcall(#pass_box);
Line 198... Line 198...
198
	
198
	
199
	if (!aim)
199
	if (!aim)
200
	{
200
	{
201
		DrawCaptButton(panel_x,panel_y+90,100,20,11,system.color.work_button, system.color.work_button_text,"Settings");
201
		DrawCaptButton(panel_x,panel_y+90,100,22,11,system.color.work_button, system.color.work_button_text,"Settings");
202
		DrawCaptButton(panel_x+120,panel_y+90,100,20,12,system.color.work_button, system.color.work_button_text,"Enter >");
202
		DrawCaptButton(panel_x+120,panel_y+90,100,22,12,system.color.work_button, system.color.work_button_text,"Enter >");
203
	} 
203
	} 
Line 204... Line 204...
204
	else DrawCaptButton(panel_x+120,panel_y+90,100,20,12,system.color.work_button, system.color.work_button_text,"Stop");
204
	else DrawCaptButton(panel_x+120,panel_y+90,100,22,12,system.color.work_button, system.color.work_button_text,"Stop");
205
	
205