ultimatepp/uppdev/LayoutTest/LayoutTest.lay
cxl 83f24a3510 uppdev sync
git-svn-id: svn://ultimatepp.org/upp/trunk@1284 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-06-05 13:47:02 +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