mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 22:02:58 -06:00
8 lines
210 B
Text
8 lines
210 B
Text
#ifdef LAYOUTFILE
|
|
|
|
LAYOUT(AppLayout, 588, 492)
|
|
ITEM(LabelBox, dv___0, SetLabel("Hello!").HSizePosZ(8, 4).VSizePosZ(4, 4))
|
|
ITEM(ArrayCtrl, list, HSizePosZ(20, 12).VSizePosZ(24, 12))
|
|
END_LAYOUT
|
|
|
|
#endif
|