mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
8 lines
533 B
Text
8 lines
533 B
Text
LAYOUT(MainDlg, 328, 108)
|
|
ITEM(Upp::Button, m_file, SetLabel(t_("File Selection...")).LeftPosZ(12, 116).TopPosZ(12, 24))
|
|
ITEM(Upp::Button, m_pallette, SetLabel(t_("Pallette...")).LeftPosZ(136, 92).TopPosZ(12, 24))
|
|
ITEM(Upp::Button, m_printer, SetLabel(t_("Printer...")).LeftPosZ(236, 80).TopPosZ(12, 24))
|
|
ITEM(Upp::Button, m_close, SetLabel(t_("Close")).SetFont(Upp::StdFontZ(11).Bold()).RightPosZ(12, 56).BottomPosZ(12, 24))
|
|
ITEM(Upp::EditString, m_current, SetEditable(false).HSizePosZ(12, 84).BottomPosZ(13, 19))
|
|
END_LAYOUT
|
|
|