From 75cbdc81761f26fc4488a6aa06dbd37d6f0c61b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9A=D0=B0=D1=88=D0=B8=D0=BD=20=D0=9C=D0=B0=D0=BA=D1=81?= =?UTF-8?q?=D0=B8=D0=BC?= Date: Tue, 29 Nov 2022 21:35:34 +0400 Subject: [PATCH] FixForm --- .../FormMapWithSetGasolineTanker.Designer.cs | 53 +++++++++++-------- 1 file changed, 30 insertions(+), 23 deletions(-) diff --git a/GasolineTanker/GasolineTanker/FormMapWithSetGasolineTanker.Designer.cs b/GasolineTanker/GasolineTanker/FormMapWithSetGasolineTanker.Designer.cs index 690e840..0f0f537 100644 --- a/GasolineTanker/GasolineTanker/FormMapWithSetGasolineTanker.Designer.cs +++ b/GasolineTanker/GasolineTanker/FormMapWithSetGasolineTanker.Designer.cs @@ -29,6 +29,8 @@ private void InitializeComponent() { this.groupBoxTools = new System.Windows.Forms.GroupBox(); + this.buttonSortByColor = new System.Windows.Forms.Button(); + this.buttonSortByType = new System.Windows.Forms.Button(); this.groupBoxMaps = new System.Windows.Forms.GroupBox(); this.buttonDeleteMap = new System.Windows.Forms.Button(); this.listBoxMaps = new System.Windows.Forms.ListBox(); @@ -51,8 +53,6 @@ this.LoadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.openFileDialog = new System.Windows.Forms.OpenFileDialog(); this.saveFileDialog = new System.Windows.Forms.SaveFileDialog(); - this.buttonSortByType = new System.Windows.Forms.Button(); - this.buttonSortByColor = new System.Windows.Forms.Button(); this.groupBoxTools.SuspendLayout(); this.groupBoxMaps.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit(); @@ -83,6 +83,26 @@ this.groupBoxTools.TabStop = false; this.groupBoxTools.Text = "Tools"; // + // buttonSortByColor + // + this.buttonSortByColor.Location = new System.Drawing.Point(16, 504); + this.buttonSortByColor.Name = "buttonSortByColor"; + this.buttonSortByColor.Size = new System.Drawing.Size(198, 29); + this.buttonSortByColor.TabIndex = 15; + this.buttonSortByColor.Text = "Sort by color"; + this.buttonSortByColor.UseVisualStyleBackColor = true; + this.buttonSortByColor.Click += new System.EventHandler(this.buttonSortByColor_Click); + // + // buttonSortByType + // + this.buttonSortByType.Location = new System.Drawing.Point(16, 457); + this.buttonSortByType.Name = "buttonSortByType"; + this.buttonSortByType.Size = new System.Drawing.Size(198, 29); + this.buttonSortByType.TabIndex = 14; + this.buttonSortByType.Text = "Sort by type"; + this.buttonSortByType.UseVisualStyleBackColor = true; + this.buttonSortByType.Click += new System.EventHandler(this.buttonSortByType_Click); + // // groupBoxMaps // this.groupBoxMaps.Controls.Add(this.buttonDeleteMap); @@ -134,12 +154,19 @@ // // textBoxNewMapName // - this.textBoxNewMapName.Location = new System.Drawing.Point(7, 32); + this.textBoxNewMapName.Location = new System.Drawing.Point(4, 68); this.textBoxNewMapName.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.textBoxNewMapName.Name = "textBoxNewMapName"; this.textBoxNewMapName.Size = new System.Drawing.Size(203, 27); this.textBoxNewMapName.TabIndex = 13; // + // comboBoxSelectorMap + // + this.comboBoxSelectorMap.Location = new System.Drawing.Point(4, 33); + this.comboBoxSelectorMap.Name = "comboBoxSelectorMap"; + this.comboBoxSelectorMap.Size = new System.Drawing.Size(204, 28); + this.comboBoxSelectorMap.TabIndex = 17; + // // maskedTextBoxPosition // this.maskedTextBoxPosition.Location = new System.Drawing.Point(16, 611); @@ -297,26 +324,6 @@ // this.saveFileDialog.Filter = "txt file | *.txt"; // - // buttonSortByType - // - this.buttonSortByType.Location = new System.Drawing.Point(16, 457); - this.buttonSortByType.Name = "buttonSortByType"; - this.buttonSortByType.Size = new System.Drawing.Size(198, 29); - this.buttonSortByType.TabIndex = 14; - this.buttonSortByType.Text = "Sort by type"; - this.buttonSortByType.UseVisualStyleBackColor = true; - this.buttonSortByType.Click += new System.EventHandler(this.buttonSortByType_Click); - // - // buttonSortByColor - // - this.buttonSortByColor.Location = new System.Drawing.Point(16, 504); - this.buttonSortByColor.Name = "buttonSortByColor"; - this.buttonSortByColor.Size = new System.Drawing.Size(198, 29); - this.buttonSortByColor.TabIndex = 15; - this.buttonSortByColor.Text = "Sort by color"; - this.buttonSortByColor.UseVisualStyleBackColor = true; - this.buttonSortByColor.Click += new System.EventHandler(this.buttonSortByColor_Click); - // // FormMapWithSetGasolineTanker // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);