diff options
author | emkael <emkael@tlen.pl> | 2018-03-21 17:06:18 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2018-03-21 17:06:18 +0100 |
commit | 05731124e0b88765c79c894e0d67d80c689cff78 (patch) | |
tree | 7655adaee5db52bde97c57a04b9cf836064bce8c /Aktywator/MainForm.Designer.cs | |
parent | f17c3f208995053a3594e1c5cb23be2ba48c474f (diff) |
"OOM rounds" fields is no longer necessary
Diffstat (limited to 'Aktywator/MainForm.Designer.cs')
-rw-r--r-- | Aktywator/MainForm.Designer.cs | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/Aktywator/MainForm.Designer.cs b/Aktywator/MainForm.Designer.cs index 7485e01..f8b03b9 100644 --- a/Aktywator/MainForm.Designer.cs +++ b/Aktywator/MainForm.Designer.cs @@ -90,9 +90,6 @@ this.xResultsOverview = new System.Windows.Forms.ComboBox(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.sectionToolStrip = new System.Windows.Forms.ToolStrip(); - this.eOomRounds = new System.Windows.Forms.ToolStripTextBox(); - this.lOomLabel = new System.Windows.Forms.ToolStripLabel(); - this.toolStripButton2 = new System.Windows.Forms.ToolStripButton(); this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel(); this.cbNamesSection = new System.Windows.Forms.ToolStripComboBox(); this.namesPanel = new System.Windows.Forms.Panel(); @@ -802,9 +799,6 @@ this.sectionToolStrip.GripMargin = new System.Windows.Forms.Padding(0); this.sectionToolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; this.sectionToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { - this.eOomRounds, - this.lOomLabel, - this.toolStripButton2, this.toolStripLabel1, this.cbNamesSection}); this.sectionToolStrip.Location = new System.Drawing.Point(3, 458); @@ -813,38 +807,6 @@ this.sectionToolStrip.TabIndex = 30; this.sectionToolStrip.Text = "toolStrip5"; // - // eOomRounds - // - this.eOomRounds.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; - this.eOomRounds.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.eOomRounds.Enabled = false; - this.eOomRounds.Name = "eOomRounds"; - this.eOomRounds.Size = new System.Drawing.Size(80, 25); - this.eOomRounds.ToolTipText = "Jeśli nie wiesz do czego to jest, to nic nie wpisuj!"; - // - // lOomLabel - // - this.lOomLabel.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; - this.lOomLabel.Enabled = false; - this.lOomLabel.Name = "lOomLabel"; - this.lOomLabel.Size = new System.Drawing.Size(92, 22); - this.lOomLabel.Text = "Rundy dla OOM"; - this.lOomLabel.ToolTipText = "Jeśli nie wiesz do czego to jest, to nic nie wpisuj!"; - // - // toolStripButton2 - // - this.toolStripButton2.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; - this.toolStripButton2.BackColor = System.Drawing.Color.Transparent; - this.toolStripButton2.CheckOnClick = true; - this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; - this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta; - this.toolStripButton2.Name = "toolStripButton2"; - this.toolStripButton2.Size = new System.Drawing.Size(23, 22); - this.toolStripButton2.Text = "✔"; - this.toolStripButton2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; - this.toolStripButton2.ToolTipText = "Jeśli nie wiesz do czego to jest, to nic nie wpisuj!"; - this.toolStripButton2.CheckedChanged += new System.EventHandler(this.toolStripButton2_CheckedChanged); - // // toolStripLabel1 // this.toolStripLabel1.Name = "toolStripLabel1"; @@ -1620,9 +1582,6 @@ private System.Windows.Forms.ToolStripButton bTruncate; private System.Windows.Forms.ToolStripButton bAutoSync; private System.Windows.Forms.ToolStripTextBox eInterval; - private System.Windows.Forms.ToolStripTextBox eOomRounds; - private System.Windows.Forms.ToolStripLabel lOomLabel; - private System.Windows.Forms.ToolStripButton toolStripButton2; private System.Windows.Forms.DataGridView namesGridView; private System.Windows.Forms.Panel namesPanel; public System.Windows.Forms.NumericUpDown numTeamsTableOffset; |