From 1d143d28460d899f57130d6612fd59fc38941e04 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: Sun, 12 Mar 2023 17:51:19 +0400 Subject: [PATCH] =?UTF-8?q?=D0=A8=D0=B0=D0=B3=202.=20Fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../PrecastConcretePlant/FormMain.Designer.cs | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/PrecastConcretePlant/PrecastConcretePlant/FormMain.Designer.cs b/PrecastConcretePlant/PrecastConcretePlant/FormMain.Designer.cs index a192575..f481712 100644 --- a/PrecastConcretePlant/PrecastConcretePlant/FormMain.Designer.cs +++ b/PrecastConcretePlant/PrecastConcretePlant/FormMain.Designer.cs @@ -40,7 +40,7 @@ this.IssuedOrderButton = new System.Windows.Forms.Button(); this.UpdateListButton = new System.Windows.Forms.Button(); this.ButtonAddReinforcedInShop = new System.Windows.Forms.Button(); - this.SellPackageButton = new System.Windows.Forms.Button(); + this.SellReinforcedButton = new System.Windows.Forms.Button(); this.MenuStrip.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.DataGridView)).BeginInit(); this.SuspendLayout(); @@ -155,22 +155,22 @@ this.ButtonAddReinforcedInShop.UseVisualStyleBackColor = true; this.ButtonAddReinforcedInShop.Click += new System.EventHandler(this.ButtonAddReinforcedInShop_Click); // - // SellPackageButton + // SellReinforcedButton // - this.SellPackageButton.Location = new System.Drawing.Point(905, 276); - this.SellPackageButton.Name = "SellPackageButton"; - this.SellPackageButton.Size = new System.Drawing.Size(125, 29); - this.SellPackageButton.TabIndex = 8; - this.SellPackageButton.Text = "Продать изделие"; - this.SellPackageButton.UseVisualStyleBackColor = true; - this.SellPackageButton.Click += new System.EventHandler(this.SellPackageButton_Click); + this.SellReinforcedButton.Location = new System.Drawing.Point(905, 276); + this.SellReinforcedButton.Name = "SellReinforcedButton"; + this.SellReinforcedButton.Size = new System.Drawing.Size(125, 29); + this.SellReinforcedButton.TabIndex = 8; + this.SellReinforcedButton.Text = "Продать изделие"; + this.SellReinforcedButton.UseVisualStyleBackColor = true; + this.SellReinforcedButton.Click += new System.EventHandler(this.SellPackageButton_Click); // // FormMain // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1042, 450); - this.Controls.Add(this.SellPackageButton); + this.Controls.Add(this.SellReinforcedButton); this.Controls.Add(this.ButtonAddReinforcedInShop); this.Controls.Add(this.UpdateListButton); this.Controls.Add(this.IssuedOrderButton); @@ -204,6 +204,6 @@ private Button UpdateListButton; private Button ButtonAddReinforcedInShop; private ToolStripMenuItem магазиныToolStripMenuItem; - private Button SellPackageButton; + private Button SellReinforcedButton; } } \ No newline at end of file