ultimatepp/reference/DerivedLayout/DerivedLayout.lay
cxl fcdccf4f81 reference: DerivedLayout example
git-svn-id: svn://ultimatepp.org/upp/trunk@4615 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-02-24 17:43:33 +00:00

10 lines
397 B
Text

LAYOUT(BaseLayout, 184, 68)
ITEM(Label, bl, SetLabel(t_("Base class control:")).LeftPosZ(8, 108).TopPosZ(8, 20))
ITEM(EditString, baseEdit, LeftPosZ(116, 64).TopPosZ(8, 19))
END_LAYOUT
LAYOUT(DerivedLayout, 184, 68)
ITEM(Label, dl, SetLabel(t_("Derived class control:")).LeftPosZ(8, 112).TopPosZ(36, 20))
ITEM(EditString, derivedEdit, LeftPosZ(116, 64).TopPosZ(36, 19))
END_LAYOUT