Subversion Repositories Kolibri OS

Rev

Rev 8256 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8256 Rev 9597
Line 51... Line 51...
51
		if (BTN_APPLY == id) EventApplyClick();
51
		if (BTN_APPLY == id) EventApplyClick();
52
		break;
52
		break;
53
 
53
 
Line 54... Line 54...
54
	case evReDraw:
54
	case evReDraw:
55
		DefineAndDrawWindow(Form.left+canvas.x + 100, Form.top+skin_height+canvas.y+40, 
55
		DefineAndDrawWindow(Form.left+canvas.x + 100, Form.top+skin_h+canvas.y+40, 
56
			200, 170, 0x34, sc.work, "Canvas", 0);
56
			200, 170, 0x34, sc.work, "Canvas", 0);
57
		WriteText(20, 20, 0x90, sc.work_text, "Width");
57
		WriteText(20, 20, 0x90, sc.work_text, "Width");
58
		WriteText(20, 60, 0x90, sc.work_text, "Height");
58
		WriteText(20, 60, 0x90, sc.work_text, "Height");
59
		DrawStandartCaptButton(20, 100, BTN_APPLY, "OK");
59
		DrawStandartCaptButton(20, 100, BTN_APPLY, "OK");
60
		DrawEditBoxes();
60
		DrawEditBoxes();