ultimatepp/uppdev/LayoutTest/LayoutTest.lay
cxl 2e4b276e07 Merge continued
git-svn-id: svn://ultimatepp.org/upp/trunk@10263 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-10-04 08:34:39 +00:00

11 lines
429 B
Text

LAYOUT(LayoutTestLayout, 344, 188)
UNTYPED(b2, RightPosZ(4, 60).BottomPosZ(5, 19))
ITEM(Button, b1, SetLabel(t_("OK")).LeftPosZ(4, 60).BottomPosZ(5, 19))
END_LAYOUT
LAYOUT(TestLayout, 180, 200)
ITEM(Button, cancel, SetLabel(t_("Cancel")).LeftPosZ(96, 80).TopPosZ(172, 23))
ITEM(LineEdit, dv___1, LeftPosZ(4, 172).TopPosZ(4, 164))
ITEM(Button, ok, SetLabel(t_("OK")).LeftPosZ(4, 80).TopPosZ(172, 23))
END_LAYOUT