From e8732f9ef27f791d09d942438f3f648e36154f06 Mon Sep 17 00:00:00 2001 From: emkael Date: Fri, 25 Aug 2017 13:36:00 +0200 Subject: Consistent style for names discard changes button --- Aktywator/MainForm.Designer.cs | 35 ++++++++++++++++++----------------- 1 file changed, 18 insertions(+), 17 deletions(-) (limited to 'Aktywator/MainForm.Designer.cs') diff --git a/Aktywator/MainForm.Designer.cs b/Aktywator/MainForm.Designer.cs index 6991473..aa68346 100644 --- a/Aktywator/MainForm.Designer.cs +++ b/Aktywator/MainForm.Designer.cs @@ -87,6 +87,7 @@ this.xShowPlayerNames = new System.Windows.Forms.CheckBox(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.namesPanel = new System.Windows.Forms.Panel(); + this.checkBox1 = new System.Windows.Forms.CheckBox(); this.button1 = new System.Windows.Forms.Button(); this.numNamesRefreshInterval = new System.Windows.Forms.NumericUpDown(); this.label9 = new System.Windows.Forms.Label(); @@ -134,7 +135,6 @@ this.bLaunch = new System.Windows.Forms.ToolStripButton(); this.bUpdateSession = new System.Windows.Forms.ToolStripButton(); this.namesTimer = new System.Windows.Forms.Timer(this.components); - this.checkBox1 = new System.Windows.Forms.CheckBox(); this.statusStrip1.SuspendLayout(); this.groupBox1.SuspendLayout(); this.tabControl1.SuspendLayout(); @@ -776,15 +776,29 @@ this.namesPanel.Size = new System.Drawing.Size(562, 449); this.namesPanel.TabIndex = 29; // + // checkBox1 + // + this.checkBox1.AutoSize = true; + this.checkBox1.Checked = true; + this.checkBox1.CheckState = System.Windows.Forms.CheckState.Checked; + this.checkBox1.Location = new System.Drawing.Point(252, 74); + this.checkBox1.Name = "checkBox1"; + this.checkBox1.Size = new System.Drawing.Size(154, 17); + this.checkBox1.TabIndex = 35; + this.checkBox1.Text = "Odśwież podgląd co (sek.):"; + this.checkBox1.UseVisualStyleBackColor = true; + this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged); + // // button1 // this.button1.AutoSize = true; - this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup; + this.button1.FlatAppearance.BorderColor = System.Drawing.SystemColors.Window; + this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button1.Image = ((System.Drawing.Image)(resources.GetObject("button1.Image"))); this.button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; - this.button1.Location = new System.Drawing.Point(469, 71); + this.button1.Location = new System.Drawing.Point(468, 69); this.button1.Name = "button1"; - this.button1.Size = new System.Drawing.Size(90, 23); + this.button1.Size = new System.Drawing.Size(90, 25); this.button1.TabIndex = 34; this.button1.Text = "Usuń zmiany"; this.button1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; @@ -1262,19 +1276,6 @@ this.namesTimer.Interval = 3000; this.namesTimer.Tick += new System.EventHandler(this.namesTimer_Tick); // - // checkBox1 - // - this.checkBox1.AutoSize = true; - this.checkBox1.Checked = true; - this.checkBox1.CheckState = System.Windows.Forms.CheckState.Checked; - this.checkBox1.Location = new System.Drawing.Point(252, 74); - this.checkBox1.Name = "checkBox1"; - this.checkBox1.Size = new System.Drawing.Size(154, 17); - this.checkBox1.TabIndex = 35; - this.checkBox1.Text = "Odśwież podgląd co (sek.):"; - this.checkBox1.UseVisualStyleBackColor = true; - this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged); - // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); -- cgit v1.2.3