* Window Property [#s80b3174]

[[Window Property>sakura/en/Window Property]]


* Window Position and Size [#kf7ffc5d]

** Position of start [#y483dcfa]

*** [Non-Specify] RadioButton (default: Checked) [#u4a8c096]
It decides it by specifying Winows.


*** [Succeed] RadioButton (default: Non-Checked) [#h0d9489c]

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) [#ya0781cf]

Specified it by X coordinates and Y coordinates directory.


*** [X Coordinate] EditBox (default: 0) [#ae648006]

Specified X coordinates are specified directly.


*** [Y Coordinate] EditBox (default: 0) [#ccb53f2f]

Specified Y coordinates are specified directly.


** Size [#n5a51c3e]

*** [Non-Specify] RadioButton (default: Non-Checked) [#df1a9d51]

It decides it by specifying Winows.


*** [Succeed] RadioButton (default: Checked) [#o968a224]

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) [#qd4bd546]

It specifies it directly by width and height.


*** [Show Mode] ComboBox (default: "Normal") [#a3098064]

The state of the window of the start is specified {"Normal", "Maximize", "(Minimize)"}.


*** [Width] EditBox [#e55761ff]

Specified width is specified directly.


*** [Height] EditBox [#nb575a56]

Specified height is specified directly.

----