summaryrefslogtreecommitdiff
path: root/Aktywator/MainForm.Designer.cs
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2017-08-25 13:36:00 +0200
committeremkael <emkael@tlen.pl>2017-08-25 13:36:00 +0200
commite8732f9ef27f791d09d942438f3f648e36154f06 (patch)
tree85fe826623494b3462c7cfbbf4d4dc53a73bd61b /Aktywator/MainForm.Designer.cs
parentc44fb8bcffb3e1a70e3d4614ce926915deec32d7 (diff)
Consistent style for names discard changes button
Diffstat (limited to 'Aktywator/MainForm.Designer.cs')
-rw-r--r--Aktywator/MainForm.Designer.cs35
1 files changed, 18 insertions, 17 deletions
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);