Window Property
Window Position and Size
Position of start
[Non-Specify] RadioButton (default: Checked)
It decides it by specifying Winows.
[Succeed] RadioButton (default: Non-Checked)
The position of the window where the size was changed at the end is preserved, and it is reflected in the position of the window that opened later.
[Direct Specification] (default: Non-Checked)
Specified it by X coordinates and Y coordinates directory.
[X Coordinate] EditBox (default: 0)
Specified X coordinates are specified directly.
[Y Coordinate] EditBox (default: 0)
Specified Y coordinates are specified directly.
Size
[Non-Specify] RadioButton (default: Non-Checked)
It decides it by specifying Winows.
[Succeed] RadioButton (default: Checked)
The size of the window where the size was changed at the end is preserved, and the size is reflected in the window that opened later.
[Direct Specification] RadioButton (default: Non-Checked)
It specifies it directly by width and height.
[Show Mode] ComboBox (default: "Normal")
The state of the window of the start is specified {"Normal", "Maximize", "(Minimize)"}.
[Width] EditBox
Specified width is specified directly.
[Height] EditBox
Specified height is specified directly.