изменил названия форм
This commit is contained in:
parent
964a2996b6
commit
bc2e607a5f
@ -89,7 +89,7 @@
|
|||||||
buttonCancel.UseVisualStyleBackColor = true;
|
buttonCancel.UseVisualStyleBackColor = true;
|
||||||
buttonCancel.Click += buttonCancel_Click;
|
buttonCancel.Click += buttonCancel_Click;
|
||||||
//
|
//
|
||||||
// FormProductComponent
|
// FormFlowerComponent
|
||||||
//
|
//
|
||||||
AutoScaleDimensions = new SizeF(8F, 20F);
|
AutoScaleDimensions = new SizeF(8F, 20F);
|
||||||
AutoScaleMode = AutoScaleMode.Font;
|
AutoScaleMode = AutoScaleMode.Font;
|
||||||
@ -100,8 +100,8 @@
|
|||||||
Controls.Add(comboBoxComponent);
|
Controls.Add(comboBoxComponent);
|
||||||
Controls.Add(labelNumber);
|
Controls.Add(labelNumber);
|
||||||
Controls.Add(labelComponent);
|
Controls.Add(labelComponent);
|
||||||
Name = "FormProductComponent";
|
Name = "FormFlowerComponent";
|
||||||
Text = "FormProductComponent";
|
Text = "Цветы-компоненты";
|
||||||
Load += FormProductComponent_Load;
|
Load += FormProductComponent_Load;
|
||||||
ResumeLayout(false);
|
ResumeLayout(false);
|
||||||
PerformLayout();
|
PerformLayout();
|
||||||
|
2
ProjectFlowerShop/FormFlowers.Designer.cs
generated
2
ProjectFlowerShop/FormFlowers.Designer.cs
generated
@ -96,7 +96,7 @@
|
|||||||
Controls.Add(AddButton);
|
Controls.Add(AddButton);
|
||||||
Controls.Add(DataGridView);
|
Controls.Add(DataGridView);
|
||||||
Name = "FormFlowers";
|
Name = "FormFlowers";
|
||||||
Text = "FlowersForm";
|
Text = "Цветы";
|
||||||
Load += IceCreamsForm_Load;
|
Load += IceCreamsForm_Load;
|
||||||
((System.ComponentModel.ISupportInitialize)DataGridView).EndInit();
|
((System.ComponentModel.ISupportInitialize)DataGridView).EndInit();
|
||||||
ResumeLayout(false);
|
ResumeLayout(false);
|
||||||
|
26
ProjectFlowerShop/MainForm.Designer.cs
generated
26
ProjectFlowerShop/MainForm.Designer.cs
generated
@ -34,13 +34,13 @@
|
|||||||
ЦветыStripMenuItem = new ToolStripMenuItem();
|
ЦветыStripMenuItem = new ToolStripMenuItem();
|
||||||
магазиныToolStripMenuItem = new ToolStripMenuItem();
|
магазиныToolStripMenuItem = new ToolStripMenuItem();
|
||||||
поставкиToolStripMenuItem = new ToolStripMenuItem();
|
поставкиToolStripMenuItem = new ToolStripMenuItem();
|
||||||
|
продажиToolStripMenuItem = new ToolStripMenuItem();
|
||||||
DataGridView = new DataGridView();
|
DataGridView = new DataGridView();
|
||||||
CreateOrderButton = new Button();
|
CreateOrderButton = new Button();
|
||||||
TakeInWorkButton = new Button();
|
TakeInWorkButton = new Button();
|
||||||
ReadyButton = new Button();
|
ReadyButton = new Button();
|
||||||
IssuedButton = new Button();
|
IssuedButton = new Button();
|
||||||
RefreshButton = new Button();
|
RefreshButton = new Button();
|
||||||
продажиToolStripMenuItem = new ToolStripMenuItem();
|
|
||||||
menuStrip1.SuspendLayout();
|
menuStrip1.SuspendLayout();
|
||||||
((System.ComponentModel.ISupportInitialize)DataGridView).BeginInit();
|
((System.ComponentModel.ISupportInitialize)DataGridView).BeginInit();
|
||||||
SuspendLayout();
|
SuspendLayout();
|
||||||
@ -65,31 +65,38 @@
|
|||||||
// КомпонентыStripMenuItem
|
// КомпонентыStripMenuItem
|
||||||
//
|
//
|
||||||
КомпонентыStripMenuItem.Name = "КомпонентыStripMenuItem";
|
КомпонентыStripMenuItem.Name = "КомпонентыStripMenuItem";
|
||||||
КомпонентыStripMenuItem.Size = new Size(224, 26);
|
КомпонентыStripMenuItem.Size = new Size(182, 26);
|
||||||
КомпонентыStripMenuItem.Text = "Компоненты";
|
КомпонентыStripMenuItem.Text = "Компоненты";
|
||||||
КомпонентыStripMenuItem.Click += КомпонентыStripMenuItem_Click;
|
КомпонентыStripMenuItem.Click += КомпонентыStripMenuItem_Click;
|
||||||
//
|
//
|
||||||
// ЦветыStripMenuItem
|
// ЦветыStripMenuItem
|
||||||
//
|
//
|
||||||
ЦветыStripMenuItem.Name = "ЦветыStripMenuItem";
|
ЦветыStripMenuItem.Name = "ЦветыStripMenuItem";
|
||||||
ЦветыStripMenuItem.Size = new Size(224, 26);
|
ЦветыStripMenuItem.Size = new Size(182, 26);
|
||||||
ЦветыStripMenuItem.Text = "Цветы";
|
ЦветыStripMenuItem.Text = "Цветы";
|
||||||
ЦветыStripMenuItem.Click += ЦветыStripMenuItem_Click;
|
ЦветыStripMenuItem.Click += ЦветыStripMenuItem_Click;
|
||||||
//
|
//
|
||||||
// магазиныToolStripMenuItem
|
// магазиныToolStripMenuItem
|
||||||
//
|
//
|
||||||
магазиныToolStripMenuItem.Name = "магазиныToolStripMenuItem";
|
магазиныToolStripMenuItem.Name = "магазиныToolStripMenuItem";
|
||||||
магазиныToolStripMenuItem.Size = new Size(224, 26);
|
магазиныToolStripMenuItem.Size = new Size(182, 26);
|
||||||
магазиныToolStripMenuItem.Text = "Магазины";
|
магазиныToolStripMenuItem.Text = "Магазины";
|
||||||
магазиныToolStripMenuItem.Click += магазиныToolStripMenuItem_Click;
|
магазиныToolStripMenuItem.Click += магазиныToolStripMenuItem_Click;
|
||||||
//
|
//
|
||||||
// поставкиToolStripMenuItem
|
// поставкиToolStripMenuItem
|
||||||
//
|
//
|
||||||
поставкиToolStripMenuItem.Name = "поставкиToolStripMenuItem";
|
поставкиToolStripMenuItem.Name = "поставкиToolStripMenuItem";
|
||||||
поставкиToolStripMenuItem.Size = new Size(224, 26);
|
поставкиToolStripMenuItem.Size = new Size(182, 26);
|
||||||
поставкиToolStripMenuItem.Text = "Поставки";
|
поставкиToolStripMenuItem.Text = "Поставки";
|
||||||
поставкиToolStripMenuItem.Click += поставкиToolStripMenuItem_Click;
|
поставкиToolStripMenuItem.Click += поставкиToolStripMenuItem_Click;
|
||||||
//
|
//
|
||||||
|
// продажиToolStripMenuItem
|
||||||
|
//
|
||||||
|
продажиToolStripMenuItem.Name = "продажиToolStripMenuItem";
|
||||||
|
продажиToolStripMenuItem.Size = new Size(182, 26);
|
||||||
|
продажиToolStripMenuItem.Text = "Продажи";
|
||||||
|
продажиToolStripMenuItem.Click += продажиToolStripMenuItem_Click;
|
||||||
|
//
|
||||||
// DataGridView
|
// DataGridView
|
||||||
//
|
//
|
||||||
DataGridView.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
DataGridView.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
||||||
@ -149,13 +156,6 @@
|
|||||||
RefreshButton.UseVisualStyleBackColor = true;
|
RefreshButton.UseVisualStyleBackColor = true;
|
||||||
RefreshButton.Click += RefreshButton_Click;
|
RefreshButton.Click += RefreshButton_Click;
|
||||||
//
|
//
|
||||||
// продажиToolStripMenuItem
|
|
||||||
//
|
|
||||||
продажиToolStripMenuItem.Name = "продажиToolStripMenuItem";
|
|
||||||
продажиToolStripMenuItem.Size = new Size(224, 26);
|
|
||||||
продажиToolStripMenuItem.Text = "Продажи";
|
|
||||||
продажиToolStripMenuItem.Click += продажиToolStripMenuItem_Click;
|
|
||||||
//
|
|
||||||
// MainForm
|
// MainForm
|
||||||
//
|
//
|
||||||
AutoScaleDimensions = new SizeF(8F, 20F);
|
AutoScaleDimensions = new SizeF(8F, 20F);
|
||||||
@ -170,7 +170,7 @@
|
|||||||
Controls.Add(menuStrip1);
|
Controls.Add(menuStrip1);
|
||||||
MainMenuStrip = menuStrip1;
|
MainMenuStrip = menuStrip1;
|
||||||
Name = "MainForm";
|
Name = "MainForm";
|
||||||
Text = "MainForm";
|
Text = "Главная форма";
|
||||||
Load += MainForm_Load;
|
Load += MainForm_Load;
|
||||||
menuStrip1.ResumeLayout(false);
|
menuStrip1.ResumeLayout(false);
|
||||||
menuStrip1.PerformLayout();
|
menuStrip1.PerformLayout();
|
||||||
|
2
ProjectFlowerShop/ShopsForm.Designer.cs
generated
2
ProjectFlowerShop/ShopsForm.Designer.cs
generated
@ -97,7 +97,7 @@
|
|||||||
Controls.Add(buttonAdd);
|
Controls.Add(buttonAdd);
|
||||||
Controls.Add(DataGridView);
|
Controls.Add(DataGridView);
|
||||||
Name = "ShopsForm";
|
Name = "ShopsForm";
|
||||||
Text = "ShopsForm";
|
Text = "Форма магазинов";
|
||||||
Load += ShopsForm_Load;
|
Load += ShopsForm_Load;
|
||||||
((System.ComponentModel.ISupportInitialize)DataGridView).EndInit();
|
((System.ComponentModel.ISupportInitialize)DataGridView).EndInit();
|
||||||
ResumeLayout(false);
|
ResumeLayout(false);
|
||||||
|
2
ProjectFlowerShop/SupplyForm.Designer.cs
generated
2
ProjectFlowerShop/SupplyForm.Designer.cs
generated
@ -122,7 +122,7 @@
|
|||||||
Controls.Add(buttonCancel);
|
Controls.Add(buttonCancel);
|
||||||
Controls.Add(buttonSave);
|
Controls.Add(buttonSave);
|
||||||
Name = "SupplyForm";
|
Name = "SupplyForm";
|
||||||
Text = "SupplyForm";
|
Text = "Форма поставки";
|
||||||
ResumeLayout(false);
|
ResumeLayout(false);
|
||||||
PerformLayout();
|
PerformLayout();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user