Шаг 2. Fix

This commit is contained in:
Кашин Максим 2023-03-12 17:51:19 +04:00
parent 98f5f1b41d
commit 1d143d2846

View File

@ -40,7 +40,7 @@
this.IssuedOrderButton = new System.Windows.Forms.Button(); this.IssuedOrderButton = new System.Windows.Forms.Button();
this.UpdateListButton = new System.Windows.Forms.Button(); this.UpdateListButton = new System.Windows.Forms.Button();
this.ButtonAddReinforcedInShop = 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(); this.MenuStrip.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.DataGridView)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.DataGridView)).BeginInit();
this.SuspendLayout(); this.SuspendLayout();
@ -155,22 +155,22 @@
this.ButtonAddReinforcedInShop.UseVisualStyleBackColor = true; this.ButtonAddReinforcedInShop.UseVisualStyleBackColor = true;
this.ButtonAddReinforcedInShop.Click += new System.EventHandler(this.ButtonAddReinforcedInShop_Click); this.ButtonAddReinforcedInShop.Click += new System.EventHandler(this.ButtonAddReinforcedInShop_Click);
// //
// SellPackageButton // SellReinforcedButton
// //
this.SellPackageButton.Location = new System.Drawing.Point(905, 276); this.SellReinforcedButton.Location = new System.Drawing.Point(905, 276);
this.SellPackageButton.Name = "SellPackageButton"; this.SellReinforcedButton.Name = "SellReinforcedButton";
this.SellPackageButton.Size = new System.Drawing.Size(125, 29); this.SellReinforcedButton.Size = new System.Drawing.Size(125, 29);
this.SellPackageButton.TabIndex = 8; this.SellReinforcedButton.TabIndex = 8;
this.SellPackageButton.Text = "Продать изделие"; this.SellReinforcedButton.Text = "Продать изделие";
this.SellPackageButton.UseVisualStyleBackColor = true; this.SellReinforcedButton.UseVisualStyleBackColor = true;
this.SellPackageButton.Click += new System.EventHandler(this.SellPackageButton_Click); this.SellReinforcedButton.Click += new System.EventHandler(this.SellPackageButton_Click);
// //
// FormMain // FormMain
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1042, 450); 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.ButtonAddReinforcedInShop);
this.Controls.Add(this.UpdateListButton); this.Controls.Add(this.UpdateListButton);
this.Controls.Add(this.IssuedOrderButton); this.Controls.Add(this.IssuedOrderButton);
@ -204,6 +204,6 @@
private Button UpdateListButton; private Button UpdateListButton;
private Button ButtonAddReinforcedInShop; private Button ButtonAddReinforcedInShop;
private ToolStripMenuItem магазиныToolStripMenuItem; private ToolStripMenuItem магазиныToolStripMenuItem;
private Button SellPackageButton; private Button SellReinforcedButton;
} }
} }