From a5c92d1b100e70373ba434b5a0d31b81ca845f3b Mon Sep 17 00:00:00 2001 From: emkael Date: Thu, 24 Aug 2017 22:30:10 +0200 Subject: Headers for names editor fixed --- Aktywator/MainForm.Designer.cs | 48 +++++++++++++++++++++--------------------- 1 file changed, 24 insertions(+), 24 deletions(-) (limited to 'Aktywator/MainForm.Designer.cs') diff --git a/Aktywator/MainForm.Designer.cs b/Aktywator/MainForm.Designer.cs index 2fcf1fa..5cec66a 100644 --- a/Aktywator/MainForm.Designer.cs +++ b/Aktywator/MainForm.Designer.cs @@ -95,9 +95,6 @@ this.numTeamsTableOffset = new System.Windows.Forms.NumericUpDown(); this.label3 = new System.Windows.Forms.Label(); this.namesGridView = new System.Windows.Forms.DataGridView(); - this.Number = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.NorthSouth = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.EastWest = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.lTournament = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.lType = new System.Windows.Forms.Label(); @@ -135,6 +132,9 @@ this.bLaunch = new System.Windows.Forms.ToolStripButton(); this.bUpdateSession = new System.Windows.Forms.ToolStripButton(); this.namesTimer = new System.Windows.Forms.Timer(this.components); + this.Number = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.NorthSouth = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.EastWest = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.statusStrip1.SuspendLayout(); this.groupBox1.SuspendLayout(); this.tabControl1.SuspendLayout(); @@ -887,24 +887,6 @@ this.namesGridView.CellMouseEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.namesGridView_CellMouseEnter); this.namesGridView.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.namesGridView_CellValueChanged); // - // Number - // - this.Number.HeaderText = "Nr"; - this.Number.Name = "Number"; - this.Number.ReadOnly = true; - // - // NorthSouth - // - this.NorthSouth.FillWeight = 300F; - this.NorthSouth.HeaderText = "NS"; - this.NorthSouth.Name = "NorthSouth"; - // - // EastWest - // - this.EastWest.FillWeight = 300F; - this.EastWest.HeaderText = "EW"; - this.EastWest.Name = "EastWest"; - // // lTournament // this.lTournament.AutoSize = true; @@ -1271,6 +1253,24 @@ this.namesTimer.Interval = 3000; this.namesTimer.Tick += new System.EventHandler(this.namesTimer_Tick); // + // Number + // + this.Number.HeaderText = "Nr"; + this.Number.Name = "Number"; + this.Number.ReadOnly = true; + // + // NorthSouth + // + this.NorthSouth.FillWeight = 300F; + this.NorthSouth.HeaderText = "N lub E"; + this.NorthSouth.Name = "NorthSouth"; + // + // EastWest + // + this.EastWest.FillWeight = 300F; + this.EastWest.HeaderText = "S lub W"; + this.EastWest.Name = "EastWest"; + // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); @@ -1424,9 +1424,6 @@ private System.Windows.Forms.ToolStripLabel lOomLabel; private System.Windows.Forms.ToolStripButton toolStripButton2; private System.Windows.Forms.DataGridView namesGridView; - private System.Windows.Forms.DataGridViewTextBoxColumn Number; - private System.Windows.Forms.DataGridViewTextBoxColumn NorthSouth; - private System.Windows.Forms.DataGridViewTextBoxColumn EastWest; private System.Windows.Forms.Panel namesPanel; private System.Windows.Forms.Timer namesTimer; public System.Windows.Forms.NumericUpDown numTeamsTableOffset; @@ -1438,6 +1435,9 @@ private System.Windows.Forms.Label label1; public System.Windows.Forms.Label lFirstSectorSettings; public System.Windows.Forms.ComboBox cbSettingsSection; + private System.Windows.Forms.DataGridViewTextBoxColumn Number; + private System.Windows.Forms.DataGridViewTextBoxColumn NorthSouth; + private System.Windows.Forms.DataGridViewTextBoxColumn EastWest; } } -- cgit v1.2.3