Subversion Repositories Kolibri OS

Rev

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

Rev 7506 Rev 7806
Line 52... Line 52...
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_height+canvas.y+40, 
56
			200, 170, 0x34, system.color.work, "Canvas", 0);
56
			200, 170, 0x34, sc.work, "Canvas", 0);
57
		WriteText(20, 20, 0x90, system.color.work_text, "Width");
57
		WriteText(20, 20, 0x90, sc.work_text, "Width");
58
		WriteText(20, 60, 0x90, system.color.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();
61
	}
61
	}
62
}
62
}