mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
11 lines
348 B
Text
11 lines
348 B
Text
#ifdef LAYOUTFILE
|
|
|
|
LAYOUT(CtrlRetrieverLayout, 200, 88)
|
|
ITEM(Label, dv___0, SetLabel("Text").LeftPosZ(8, 32).TopPosZ(8, 19))
|
|
ITEM(EditString, text, LeftPosZ(44, 152).TopPosZ(8, 19))
|
|
ITEM(Option, option, SetLabel("Option").LeftPosZ(44, 108).TopPosZ(36, 15))
|
|
ITEM(Button, ok, SetLabel("OK").LeftPosZ(132, 64).TopPosZ(60, 24))
|
|
END_LAYOUT
|
|
|
|
#endif
|
|
|