Шаг 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.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;
}
}