Fixed MainForm control placement

This commit is contained in:
Terry MacDonald 2020-12-22 23:00:25 +13:00
parent a5c6f7980e
commit 26796c9e46
2 changed files with 17 additions and 8 deletions

View File

@ -90,9 +90,9 @@
// //
// btn_toast // btn_toast
// //
resources.ApplyResources(this.btn_toast, "btn_toast");
this.btn_toast.FlatAppearance.MouseDownBackColor = System.Drawing.Color.IndianRed; this.btn_toast.FlatAppearance.MouseDownBackColor = System.Drawing.Color.IndianRed;
this.btn_toast.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Brown; this.btn_toast.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Brown;
resources.ApplyResources(this.btn_toast, "btn_toast");
this.btn_toast.ForeColor = System.Drawing.Color.White; this.btn_toast.ForeColor = System.Drawing.Color.White;
this.btn_toast.Name = "btn_toast"; this.btn_toast.Name = "btn_toast";
this.btn_toast.UseVisualStyleBackColor = true; this.btn_toast.UseVisualStyleBackColor = true;
@ -100,9 +100,9 @@
// //
// btn_settings // btn_settings
// //
resources.ApplyResources(this.btn_settings, "btn_settings");
this.btn_settings.FlatAppearance.MouseDownBackColor = System.Drawing.Color.IndianRed; this.btn_settings.FlatAppearance.MouseDownBackColor = System.Drawing.Color.IndianRed;
this.btn_settings.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Brown; this.btn_settings.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Brown;
resources.ApplyResources(this.btn_settings, "btn_settings");
this.btn_settings.ForeColor = System.Drawing.Color.White; this.btn_settings.ForeColor = System.Drawing.Color.White;
this.btn_settings.Name = "btn_settings"; this.btn_settings.Name = "btn_settings";
this.btn_settings.UseVisualStyleBackColor = true; this.btn_settings.UseVisualStyleBackColor = true;

View File

@ -132,6 +132,9 @@
<data name="splitContainer1.Orientation" type="System.Windows.Forms.Orientation, System.Windows.Forms"> <data name="splitContainer1.Orientation" type="System.Windows.Forms.Orientation, System.Windows.Forms">
<value>Horizontal</value> <value>Horizontal</value>
</data> </data>
<data name="btn_toast.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<value>Top</value>
</data>
<data name="btn_toast.FlatStyle" type="System.Windows.Forms.FlatStyle, System.Windows.Forms"> <data name="btn_toast.FlatStyle" type="System.Windows.Forms.FlatStyle, System.Windows.Forms">
<value>Flat</value> <value>Flat</value>
</data> </data>
@ -139,7 +142,7 @@
<value>NoControl</value> <value>NoControl</value>
</data> </data>
<data name="btn_toast.Location" type="System.Drawing.Point, System.Drawing"> <data name="btn_toast.Location" type="System.Drawing.Point, System.Drawing">
<value>366, 64</value> <value>364, 12</value>
</data> </data>
<data name="btn_toast.Size" type="System.Drawing.Size, System.Drawing"> <data name="btn_toast.Size" type="System.Drawing.Size, System.Drawing">
<value>75, 23</value> <value>75, 23</value>
@ -162,6 +165,9 @@
<data name="&gt;&gt;btn_toast.ZOrder" xml:space="preserve"> <data name="&gt;&gt;btn_toast.ZOrder" xml:space="preserve">
<value>0</value> <value>0</value>
</data> </data>
<data name="btn_settings.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<value>Top, Right</value>
</data>
<data name="btn_settings.FlatStyle" type="System.Windows.Forms.FlatStyle, System.Windows.Forms"> <data name="btn_settings.FlatStyle" type="System.Windows.Forms.FlatStyle, System.Windows.Forms">
<value>Flat</value> <value>Flat</value>
</data> </data>
@ -10828,7 +10834,7 @@
<value>NoControl</value> <value>NoControl</value>
</data> </data>
<data name="lbl_create_shortcut.Location" type="System.Drawing.Point, System.Drawing"> <data name="lbl_create_shortcut.Location" type="System.Drawing.Point, System.Drawing">
<value>220, 259</value> <value>220, 235</value>
</data> </data>
<data name="lbl_create_shortcut.Size" type="System.Drawing.Size, System.Drawing"> <data name="lbl_create_shortcut.Size" type="System.Drawing.Size, System.Drawing">
<value>343, 22</value> <value>343, 22</value>
@ -10867,7 +10873,7 @@
<value>NoControl</value> <value>NoControl</value>
</data> </data>
<data name="cb_minimise_notification_area.Location" type="System.Drawing.Point, System.Drawing"> <data name="cb_minimise_notification_area.Location" type="System.Drawing.Point, System.Drawing">
<value>234, 366</value> <value>234, 351</value>
</data> </data>
<data name="cb_minimise_notification_area.Size" type="System.Drawing.Size, System.Drawing"> <data name="cb_minimise_notification_area.Size" type="System.Drawing.Size, System.Drawing">
<value>332, 20</value> <value>332, 20</value>
@ -10900,7 +10906,7 @@
<value>Microsoft Sans Serif, 9.75pt</value> <value>Microsoft Sans Serif, 9.75pt</value>
</data> </data>
<data name="lbl_version.Location" type="System.Drawing.Point, System.Drawing"> <data name="lbl_version.Location" type="System.Drawing.Point, System.Drawing">
<value>12, 367</value> <value>12, 352</value>
</data> </data>
<data name="lbl_version.Size" type="System.Drawing.Size, System.Drawing"> <data name="lbl_version.Size" type="System.Drawing.Size, System.Drawing">
<value>25, 16</value> <value>25, 16</value>
@ -10936,7 +10942,7 @@
<value>Microsoft Sans Serif, 21.75pt</value> <value>Microsoft Sans Serif, 21.75pt</value>
</data> </data>
<data name="btn_setup_game_shortcuts.Location" type="System.Drawing.Point, System.Drawing"> <data name="btn_setup_game_shortcuts.Location" type="System.Drawing.Point, System.Drawing">
<value>212, 186</value> <value>212, 162</value>
</data> </data>
<data name="btn_setup_game_shortcuts.Size" type="System.Drawing.Size, System.Drawing"> <data name="btn_setup_game_shortcuts.Size" type="System.Drawing.Size, System.Drawing">
<value>360, 50</value> <value>360, 50</value>
@ -10969,7 +10975,7 @@
<value>NoControl</value> <value>NoControl</value>
</data> </data>
<data name="btn_exit.Location" type="System.Drawing.Point, System.Drawing"> <data name="btn_exit.Location" type="System.Drawing.Point, System.Drawing">
<value>700, 363</value> <value>700, 348</value>
</data> </data>
<data name="btn_exit.Size" type="System.Drawing.Size, System.Drawing"> <data name="btn_exit.Size" type="System.Drawing.Size, System.Drawing">
<value>75, 23</value> <value>75, 23</value>
@ -71241,6 +71247,9 @@
<data name="$this.AutoScaleDimensions" type="System.Drawing.SizeF, System.Drawing"> <data name="$this.AutoScaleDimensions" type="System.Drawing.SizeF, System.Drawing">
<value>6, 13</value> <value>6, 13</value>
</data> </data>
<data name="$this.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="$this.ClientSize" type="System.Drawing.Size, System.Drawing"> <data name="$this.ClientSize" type="System.Drawing.Size, System.Drawing">
<value>784, 761</value> <value>784, 761</value>
</data> </data>