ultimatepp/reference/Switch/switch.lay
cxl ec1f65c296 reference: Switch example
git-svn-id: svn://ultimatepp.org/upp/trunk@2028 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-02-07 20:27:34 +00:00

7 lines
387 B
Text

LAYOUT(SwitchLayout, 288, 104)
ITEM(Switch, s1, SetLabel(t_("Case 1\nCase 2\nCase 3")).LeftPosZ(8, 72).TopPosZ(8, 56))
ITEM(Switch, s2, SetLabel(t_("Case 1\nCase 2\nCase 3")).LeftPosZ(84, 196).TopPosZ(48, 16))
ITEM(Button, ok, SetLabel(t_("OK")).HCenterPosZ(80, 8).BottomPosZ(6, 22))
ITEM(Button, cancel, SetLabel(t_("Cancel")).RightPosZ(8, 80).BottomPosZ(6, 22))
END_LAYOUT