mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-27 22:03:43 -06:00
13 lines
465 B
Text
13 lines
465 B
Text
#ifdef LAYOUTFILE
|
|
|
|
LAYOUT(SizeLayout, 132, 88)
|
|
ITEM(Label, dv___0, SetLabel("Width").LeftPosZ(8, 52).TopPosZ(8, 19))
|
|
ITEM(EditIntSpin, cx, LeftPosZ(68, 55).TopPosZ(8, 19))
|
|
ITEM(Label, dv___2, SetLabel("Height").LeftPosZ(8, 52).TopPosZ(28, 19))
|
|
ITEM(EditIntSpin, cy, LeftPosZ(68, 55).TopPosZ(28, 19))
|
|
ITEM(Button, ok, SetLabel("OK").LeftPosZ(8, 56).TopPosZ(56, 24))
|
|
ITEM(Button, cancel, SetLabel("Cancel").LeftPosZ(68, 56).TopPosZ(56, 24))
|
|
END_LAYOUT
|
|
|
|
#endif
|
|
|