mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 06:05:58 -06:00
18 lines
826 B
Text
18 lines
826 B
Text
LAYOUT(stdappLayoutTab, 296, 208)
|
|
ITEM(TabCtrl, tab, HCenterPosZ(256, 0).TopPosZ(20, 128))
|
|
ITEM(Button, ok, SetLabel(t_("OK")).LeftPosZ(20, 80).BottomPosZ(20, 20))
|
|
ITEM(Button, cancel, SetLabel(t_("Cancel")).RightPosZ(20, 80).BottomPosZ(20, 20))
|
|
END_LAYOUT
|
|
|
|
LAYOUT(stdappLayoutLang, 256, 128)
|
|
ITEM(LNGCtrl, current_language, RightPosZ(144, 92).VCenterPosZ(24, -16))
|
|
ITEM(Label, language_label, SetLabel(t_("Select language")).LeftPosZ(112, 100).VCenterPosZ(20, -18))
|
|
END_LAYOUT
|
|
|
|
LAYOUT(stdappLayoutCfg, 256, 128)
|
|
ITEM(Option, restore_cfg, SetLabel(t_("Restore configuration")).LeftPosZ(20, 216).VCenterPosZ(20, -18))
|
|
END_LAYOUT
|
|
|
|
LAYOUT(stdappLayoutSplash, 256, 128)
|
|
ITEM(Option, show_splash, SetLabel(t_("Show splash screen")).HCenterPosZ(216, 0).VCenterPosZ(20, -18))
|
|
END_LAYOUT
|