ultimatepp/reference/Layouts/layoutfile1.lay
cxl f9294fce1d .reference
git-svn-id: svn://ultimatepp.org/upp/trunk@8207 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-02-24 12:35:32 +00:00

9 lines
380 B
Text

LAYOUT(FirstTabLayout, 400, 200)
ITEM(Label, dv___0, SetLabel(t_("This is first layout")).LeftPosZ(12, 124).TopPosZ(8, 21))
ITEM(Button, dialog, SetLabel(t_("Push to invoke dialog")).LeftPosZ(12, 128).TopPosZ(40, 24))
END_LAYOUT
LAYOUT(SecondTabLayout, 400, 200)
ITEM(Label, dv___0, SetLabel(t_("This is second layout")).LeftPosZ(12, 124).TopPosZ(8, 21))
END_LAYOUT