mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 22:02:49 -06:00
9 lines
380 B
Text
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
|
|
|