mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
9 lines
395 B
Text
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
|
|
|