Subversion Repositories Kolibri OS

Rev

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

Rev 7806 Rev 9453
Line 9... Line 9...
9
 
9
 
10
void DrawUiElementsPreview(dword x,y,h)
10
void DrawUiElementsPreview(dword x,y,h)
11
{
11
{
12
	incn y2;
-
 
13
	y2.n = y;
12
	incn y2;
14
	spinbox1.draw(x, y2.inc(30));
13
	spinbox1.draw(x, y2.set(y+30));
15
	WriteText(x, y2.inc(30), 0x90, sc.work_text, "C-- Edit");
14
	WriteText(x, y2.inc(30), 0x90, sc.work_text, "C-- Edit");
16
	DrawEditBoxPos(x, y2.inc(20), #edit_cmm);
15
	DrawEditBoxPos(x, y2.inc(20), #edit_cmm);
17
	WriteText(x, y2.inc(35), 0x90, sc.work_text, "Strandard Edit");
16
	WriteText(x, y2.inc(35), 0x90, sc.work_text, "Strandard Edit");
18
	DrawStEditBoxPos(x, y2.inc(20), #edit_st);
17
	DrawStEditBoxPos(x, y2.inc(20), #edit_st);