mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-17 14:16:10 -06:00
7 lines
334 B
Text
7 lines
334 B
Text
LAYOUT(ValuePopUpLayout, 220, 100)
|
|
ITEM(DropList, type, HSizePosZ(0, 60).BottomPosZ(0, 20))
|
|
ITEM(Button, tryit, SetLabel(t_("try")).LeftPosZ(160, 20).TopPosZ(80, 20))
|
|
ITEM(Button, ok, SetLabel(t_("V")).LeftPosZ(180, 20).TopPosZ(80, 20))
|
|
ITEM(Button, cancel, SetLabel(t_("x")).LeftPosZ(200, 20).TopPosZ(80, 20))
|
|
END_LAYOUT
|
|
|