Open Dev Kit Documentation :: Window Editor
In the Window Editor you can view and edit all of your project's UI windows.Using Containers
A container is a control used within the Window Editor to organize other controls so it's easier to construct a structured and manageable layout. Containers can group related controls together in different styles, ensuring a clean and logical arrangement within a window, and are necessary if you want controls to automatically scale/reposition based on the window's size. To use a container, first you need to create one from the "Controls" tab. While making sure the newly created container is selected, double-click another control to create it within that container. It is also possible to paste copied controls in it. Changes made in that container (such as repositioning) will also propagate to all the contained controls.Window Top
Top edge of the windowWindow Left
Left edge of the windowWindow Right
Right edge of the windowWindow Bottom
Bottom edge of the windowGrip
Allows for resizing the window by clicking and dragging with the mouse cursorButton Min
Control for minimizing a windowButton Max
Control for maximizing or resizing a windowButton Close
Control for closing a windowCaption
Displays the title/caption of the windowIf you think anything is missing, please feel free to: submit documentation feedback on this page