Subversion Repositories Kolibri OS

Rev

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

Rev 7160 Rev 7218
Line 189... Line 189...
189
	y = ESI.edit_box.top;
189
	y = ESI.edit_box.top;
190
	w = ESI.edit_box.width+1;
190
	w = ESI.edit_box.width+1;
191
	if (ESI.edit_box.flags & 100000000000b) bg = 0xCACACA; else bg = 0xFFFfff;
191
	if (ESI.edit_box.flags & 100000000000b) bg = 0xCACACA; else bg = 0xFFFfff;
192
	edit_box_draw  stdcall (edit_box_pointer);
192
	edit_box_draw  stdcall (edit_box_pointer);
193
	h = 22;
193
	h = 22;
194
	DrawRectangle(x-1, y-1, w+1, h+1, bg);
-
 
195
	DrawRectangle3D(x-2, y-2, w+3, h+3, 0xDDDddd, bg);
194
	DrawRectangle3D(x-1, y-1, w+1, h+1, 0xE7E7E7, bg);
196
	DrawRectangle(x-3, y-3, w+5, h+5, system.color.work_graph);
195
	DrawRectangle(x-2, y-2, w+3, h+3, system.color.work_graph);
197
	DrawRectangle3D(x-4, y-4, w+7, h+7, system.color.work_dark, system.color.work_light);
196
	DrawRectangle3D(x-3, y-3, w+5, h+5, system.color.work_dark, system.color.work_light);
198
}
197
}
Line 199... Line 198...
199
 
198
 
200
:void DrawProgressBar(dword st_x, st_y, st_w, st_h, col_fon, col_border, col_fill, col_text, progress_percent)
199
:void DrawProgressBar(dword st_x, st_y, st_w, st_h, col_fon, col_border, col_fill, col_text, progress_percent)
201
{
200
{