mirror of
https://github.com/terrymacdonald/DisplayMagician.git
synced 2024-08-30 18:32:20 +00:00
Fixed MainForm control placement
This commit is contained in:
parent
a5c6f7980e
commit
26796c9e46
4
DisplayMagician/UIForms/MainForm.Designer.cs
generated
4
DisplayMagician/UIForms/MainForm.Designer.cs
generated
@ -90,9 +90,9 @@
|
||||
//
|
||||
// btn_toast
|
||||
//
|
||||
resources.ApplyResources(this.btn_toast, "btn_toast");
|
||||
this.btn_toast.FlatAppearance.MouseDownBackColor = System.Drawing.Color.IndianRed;
|
||||
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.Name = "btn_toast";
|
||||
this.btn_toast.UseVisualStyleBackColor = true;
|
||||
@ -100,9 +100,9 @@
|
||||
//
|
||||
// btn_settings
|
||||
//
|
||||
resources.ApplyResources(this.btn_settings, "btn_settings");
|
||||
this.btn_settings.FlatAppearance.MouseDownBackColor = System.Drawing.Color.IndianRed;
|
||||
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.Name = "btn_settings";
|
||||
this.btn_settings.UseVisualStyleBackColor = true;
|
||||
|
@ -132,6 +132,9 @@
|
||||
<data name="splitContainer1.Orientation" type="System.Windows.Forms.Orientation, System.Windows.Forms">
|
||||
<value>Horizontal</value>
|
||||
</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">
|
||||
<value>Flat</value>
|
||||
</data>
|
||||
@ -139,7 +142,7 @@
|
||||
<value>NoControl</value>
|
||||
</data>
|
||||
<data name="btn_toast.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>366, 64</value>
|
||||
<value>364, 12</value>
|
||||
</data>
|
||||
<data name="btn_toast.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>75, 23</value>
|
||||
@ -162,6 +165,9 @@
|
||||
<data name=">>btn_toast.ZOrder" xml:space="preserve">
|
||||
<value>0</value>
|
||||
</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">
|
||||
<value>Flat</value>
|
||||
</data>
|
||||
@ -10828,7 +10834,7 @@
|
||||
<value>NoControl</value>
|
||||
</data>
|
||||
<data name="lbl_create_shortcut.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>220, 259</value>
|
||||
<value>220, 235</value>
|
||||
</data>
|
||||
<data name="lbl_create_shortcut.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>343, 22</value>
|
||||
@ -10867,7 +10873,7 @@
|
||||
<value>NoControl</value>
|
||||
</data>
|
||||
<data name="cb_minimise_notification_area.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>234, 366</value>
|
||||
<value>234, 351</value>
|
||||
</data>
|
||||
<data name="cb_minimise_notification_area.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>332, 20</value>
|
||||
@ -10900,7 +10906,7 @@
|
||||
<value>Microsoft Sans Serif, 9.75pt</value>
|
||||
</data>
|
||||
<data name="lbl_version.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>12, 367</value>
|
||||
<value>12, 352</value>
|
||||
</data>
|
||||
<data name="lbl_version.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>25, 16</value>
|
||||
@ -10936,7 +10942,7 @@
|
||||
<value>Microsoft Sans Serif, 21.75pt</value>
|
||||
</data>
|
||||
<data name="btn_setup_game_shortcuts.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>212, 186</value>
|
||||
<value>212, 162</value>
|
||||
</data>
|
||||
<data name="btn_setup_game_shortcuts.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>360, 50</value>
|
||||
@ -10969,7 +10975,7 @@
|
||||
<value>NoControl</value>
|
||||
</data>
|
||||
<data name="btn_exit.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>700, 363</value>
|
||||
<value>700, 348</value>
|
||||
</data>
|
||||
<data name="btn_exit.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>75, 23</value>
|
||||
@ -71241,6 +71247,9 @@
|
||||
<data name="$this.AutoScaleDimensions" type="System.Drawing.SizeF, System.Drawing">
|
||||
<value>6, 13</value>
|
||||
</data>
|
||||
<data name="$this.AutoSize" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="$this.ClientSize" type="System.Drawing.Size, System.Drawing">
|
||||
<value>784, 761</value>
|
||||
</data>
|
||||
|
Loading…
Reference in New Issue
Block a user