ultimatepp/reference/Layouts/layoutfile1.lay
2025-01-22 13:23:48 +01:00

9 lines
395 B
Text

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