ultimatepp/uppdev/I18NCtrlLayoutTest/Layout.lay
cxl 4a1c627474 Adding uppdev....
git-svn-id: svn://ultimatepp.org/upp/trunk@328 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2008-08-15 08:36:24 +00:00

8 lines
510 B
Text

LAYOUT(MainDlg, 328, 108)
ITEM(Button, m_file, SetLabel(t_("File Selection...")).LeftPosZ(12, 116).TopPosZ(12, 24))
ITEM(Button, m_pallette, SetLabel(t_("Pallette...")).LeftPosZ(136, 92).TopPosZ(12, 24))
ITEM(Button, m_printer, SetLabel(t_("Printer...")).LeftPosZ(236, 80).TopPosZ(12, 24))
ITEM(Button, m_close, SetLabel(t_("Close")).SetFont(StdFont(11).Bold()).RightPosZ(12, 56).BottomPosZ(12, 24))
ITEM(EditString, m_current, SetEditable(false).HSizePosZ(12, 84).BottomPosZ(13, 19))
END_LAYOUT