mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
5 lines
243 B
Text
5 lines
243 B
Text
LAYOUT(MyAppLayout, 148, 64)
|
|
ITEM(EditDate, date, LeftPosZ(4, 88).TopPosZ(4, 19))
|
|
ITEM(Button, ok, SetLabel(t_("OK")).LeftPosZ(4, 64).TopPosZ(32, 24))
|
|
ITEM(Button, cancel, SetLabel(t_("Cancel")).LeftPosZ(76, 64).TopPosZ(32, 24))
|
|
END_LAYOUT
|