Subversion Repositories Kolibri OS

Rev

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

Rev 9602 Rev 9642
Line 12... Line 12...
12
	incn y2;
12
	incn y2;
13
	spinbox1.draw(x, y2.set(y+30));
13
	spinbox1.draw(x, y2.set(y+30));
14
	WriteText(x, y2.inc(30), 0x90, sc.work_text, "C-- Edit");
14
	WriteText(x, y2.inc(30), 0x90, sc.work_text, "C-- Edit");
15
	DrawEditBoxPos(x, y2.inc(20), #edit_cmm);
15
	DrawEditBoxPos(x, y2.inc(20), #edit_cmm);
16
	WriteText(x, y2.inc(35), 0x90, sc.work_text, "Strandard Edit");
16
	WriteText(x, y2.inc(35), 0x90, sc.work_text, "Standart Edit");
17
	DrawStEditBoxPos(x, y2.inc(20), #edit_st);
17
	DrawStEditBoxPos(x, y2.inc(20), #edit_st);
18
	DrawStandartCaptButton(x, y+h-40, GetFreeButtonId(), "Button1");
18
	DrawStandartCaptButton(x, y+h-40, GetFreeButtonId(), "Button1");
19
	DrawStandartCaptButton(x+100, y+h-40, GetFreeButtonId(), "Button2");
19
	DrawStandartCaptButton(x+100, y+h-40, GetFreeButtonId(), "Button2");
20
}
20
}
21
 
21