Changed: button positions

This commit is contained in:
Ray 2021-11-07 13:34:17 +00:00
parent c551b04e9e
commit 2bed5a85d1

10
MainForm.Designer.cs generated
View File

@ -165,7 +165,7 @@ namespace VideoPreview
this.textBox1.Name = "textBox1";
this.textBox1.NormalImage = ((System.Drawing.Image)(resources.GetObject("textBox1.NormalImage")));
this.textBox1.Padding = new System.Windows.Forms.Padding(10, 10, 9, 9);
this.textBox1.Size = new System.Drawing.Size(286, 35);
this.textBox1.Size = new System.Drawing.Size(334, 35);
this.textBox1.SubmitButton = null;
this.textBox1.TabIndex = 16;
this.textBox1.UseSystemPasswordChar = false;
@ -190,18 +190,18 @@ namespace VideoPreview
//
// button3
//
this.button3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.button3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.button3.BackColor = System.Drawing.Color.Transparent;
this.button3.DefaultImage = global::VideoPreview.UIResource.refresh2;
this.button3.DownImage = global::VideoPreview.UIResource.refresh;
this.button3.IsSelected = false;
this.button3.LabelText = "";
this.button3.Location = new System.Drawing.Point(410, 9);
this.button3.Location = new System.Drawing.Point(53, 705);
this.button3.Margin = new System.Windows.Forms.Padding(10);
this.button3.Name = "button3";
this.button3.OverImage = global::VideoPreview.UIResource.refresh;
this.button3.Padding = new System.Windows.Forms.Padding(4, 4, 3, 3);
this.button3.Size = new System.Drawing.Size(35, 35);
this.button3.Size = new System.Drawing.Size(35, 37);
this.button3.TabIndex = 23;
this.toolTip1.SetToolTip(this.button3, "Refresh");
this.button3.MouseClick += new System.Windows.Forms.MouseEventHandler(this.button3_MouseClick);
@ -214,7 +214,7 @@ namespace VideoPreview
this.button4.DownImage = global::VideoPreview.UIResource.arrow_right;
this.button4.IsSelected = false;
this.button4.LabelText = "";
this.button4.Location = new System.Drawing.Point(53, 705);
this.button4.Location = new System.Drawing.Point(94, 705);
this.button4.Margin = new System.Windows.Forms.Padding(10);
this.button4.Name = "button4";
this.button4.OverImage = global::VideoPreview.UIResource.arrow_right;