mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 22:02:58 -06:00
7 lines
352 B
Text
7 lines
352 B
Text
LAYOUT(FSMonSyncLayout, 504, 288)
|
|
ITEM(LineEdit, logEdit, LeftPosZ(8, 488).TopPosZ(4, 256))
|
|
ITEM(Button, stopBtn, SetLabel(t_("Stop")).LeftPosZ(76, 60).TopPosZ(264, 20))
|
|
ITEM(Button, quitBtn, SetLabel(t_("Quit")).LeftPosZ(436, 60).TopPosZ(264, 20))
|
|
ITEM(Button, startBtn, SetLabel(t_("Start")).LeftPosZ(12, 60).TopPosZ(264, 20))
|
|
END_LAYOUT
|
|
|