From 2bed5a85d1de0ebedd71027369c9d683d648eb6d Mon Sep 17 00:00:00 2001 From: Ray Date: Sun, 7 Nov 2021 13:34:17 +0000 Subject: [PATCH] Changed: button positions --- MainForm.Designer.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/MainForm.Designer.cs b/MainForm.Designer.cs index 513e7f5..9f45908 100644 --- a/MainForm.Designer.cs +++ b/MainForm.Designer.cs @@ -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;