8
This commit is contained in:
parent
6ee550f023
commit
2beed02063
33
Pizzeria/Pizzeria/FormPizzaComponent.Designer.cs
generated
33
Pizzeria/Pizzeria/FormPizzaComponent.Designer.cs
generated
@ -39,9 +39,10 @@
|
|||||||
// buttonCancel
|
// buttonCancel
|
||||||
//
|
//
|
||||||
buttonCancel.Anchor = AnchorStyles.Bottom | AnchorStyles.Right;
|
buttonCancel.Anchor = AnchorStyles.Bottom | AnchorStyles.Right;
|
||||||
buttonCancel.Location = new Point(259, 87);
|
buttonCancel.Location = new Point(296, 116);
|
||||||
|
buttonCancel.Margin = new Padding(3, 4, 3, 4);
|
||||||
buttonCancel.Name = "buttonCancel";
|
buttonCancel.Name = "buttonCancel";
|
||||||
buttonCancel.Size = new Size(75, 23);
|
buttonCancel.Size = new Size(86, 31);
|
||||||
buttonCancel.TabIndex = 8;
|
buttonCancel.TabIndex = 8;
|
||||||
buttonCancel.Text = "Отмена";
|
buttonCancel.Text = "Отмена";
|
||||||
buttonCancel.UseVisualStyleBackColor = true;
|
buttonCancel.UseVisualStyleBackColor = true;
|
||||||
@ -50,9 +51,10 @@
|
|||||||
// buttonSave
|
// buttonSave
|
||||||
//
|
//
|
||||||
buttonSave.Anchor = AnchorStyles.Bottom | AnchorStyles.Right;
|
buttonSave.Anchor = AnchorStyles.Bottom | AnchorStyles.Right;
|
||||||
buttonSave.Location = new Point(178, 87);
|
buttonSave.Location = new Point(195, 116);
|
||||||
|
buttonSave.Margin = new Padding(3, 4, 3, 4);
|
||||||
buttonSave.Name = "buttonSave";
|
buttonSave.Name = "buttonSave";
|
||||||
buttonSave.Size = new Size(75, 23);
|
buttonSave.Size = new Size(94, 31);
|
||||||
buttonSave.TabIndex = 9;
|
buttonSave.TabIndex = 9;
|
||||||
buttonSave.Text = "Сохранить";
|
buttonSave.Text = "Сохранить";
|
||||||
buttonSave.UseVisualStyleBackColor = true;
|
buttonSave.UseVisualStyleBackColor = true;
|
||||||
@ -60,26 +62,27 @@
|
|||||||
//
|
//
|
||||||
// textBoxCount
|
// textBoxCount
|
||||||
//
|
//
|
||||||
textBoxCount.Location = new Point(101, 41);
|
textBoxCount.Location = new Point(115, 55);
|
||||||
|
textBoxCount.Margin = new Padding(3, 4, 3, 4);
|
||||||
textBoxCount.Name = "textBoxCount";
|
textBoxCount.Name = "textBoxCount";
|
||||||
textBoxCount.Size = new Size(233, 23);
|
textBoxCount.Size = new Size(266, 27);
|
||||||
textBoxCount.TabIndex = 6;
|
textBoxCount.TabIndex = 6;
|
||||||
//
|
//
|
||||||
// labelCount
|
// labelCount
|
||||||
//
|
//
|
||||||
labelCount.AutoSize = true;
|
labelCount.AutoSize = true;
|
||||||
labelCount.Location = new Point(13, 44);
|
labelCount.Location = new Point(15, 59);
|
||||||
labelCount.Name = "labelCount";
|
labelCount.Name = "labelCount";
|
||||||
labelCount.Size = new Size(75, 15);
|
labelCount.Size = new Size(93, 20);
|
||||||
labelCount.TabIndex = 5;
|
labelCount.TabIndex = 5;
|
||||||
labelCount.Text = "Количество:";
|
labelCount.Text = "Количество:";
|
||||||
//
|
//
|
||||||
// labelComponent
|
// labelComponent
|
||||||
//
|
//
|
||||||
labelComponent.AutoSize = true;
|
labelComponent.AutoSize = true;
|
||||||
labelComponent.Location = new Point(13, 15);
|
labelComponent.Location = new Point(15, 20);
|
||||||
labelComponent.Name = "labelComponent";
|
labelComponent.Name = "labelComponent";
|
||||||
labelComponent.Size = new Size(75, 15);
|
labelComponent.Size = new Size(95, 20);
|
||||||
labelComponent.TabIndex = 4;
|
labelComponent.TabIndex = 4;
|
||||||
labelComponent.Text = "Ингредиент:";
|
labelComponent.Text = "Ингредиент:";
|
||||||
//
|
//
|
||||||
@ -87,22 +90,24 @@
|
|||||||
//
|
//
|
||||||
comboBoxComponent.DropDownStyle = ComboBoxStyle.DropDownList;
|
comboBoxComponent.DropDownStyle = ComboBoxStyle.DropDownList;
|
||||||
comboBoxComponent.FormattingEnabled = true;
|
comboBoxComponent.FormattingEnabled = true;
|
||||||
comboBoxComponent.Location = new Point(101, 12);
|
comboBoxComponent.Location = new Point(115, 16);
|
||||||
|
comboBoxComponent.Margin = new Padding(3, 4, 3, 4);
|
||||||
comboBoxComponent.Name = "comboBoxComponent";
|
comboBoxComponent.Name = "comboBoxComponent";
|
||||||
comboBoxComponent.Size = new Size(233, 23);
|
comboBoxComponent.Size = new Size(266, 28);
|
||||||
comboBoxComponent.TabIndex = 10;
|
comboBoxComponent.TabIndex = 10;
|
||||||
//
|
//
|
||||||
// FormPizzaComponent
|
// FormPizzaComponent
|
||||||
//
|
//
|
||||||
AutoScaleDimensions = new SizeF(7F, 15F);
|
AutoScaleDimensions = new SizeF(8F, 20F);
|
||||||
AutoScaleMode = AutoScaleMode.Font;
|
AutoScaleMode = AutoScaleMode.Font;
|
||||||
ClientSize = new Size(355, 125);
|
ClientSize = new Size(406, 167);
|
||||||
Controls.Add(comboBoxComponent);
|
Controls.Add(comboBoxComponent);
|
||||||
Controls.Add(buttonCancel);
|
Controls.Add(buttonCancel);
|
||||||
Controls.Add(buttonSave);
|
Controls.Add(buttonSave);
|
||||||
Controls.Add(textBoxCount);
|
Controls.Add(textBoxCount);
|
||||||
Controls.Add(labelCount);
|
Controls.Add(labelCount);
|
||||||
Controls.Add(labelComponent);
|
Controls.Add(labelComponent);
|
||||||
|
Margin = new Padding(3, 4, 3, 4);
|
||||||
Name = "FormPizzaComponent";
|
Name = "FormPizzaComponent";
|
||||||
Text = "Ингредиент пиццы";
|
Text = "Ингредиент пиццы";
|
||||||
ResumeLayout(false);
|
ResumeLayout(false);
|
||||||
|
Loading…
Reference in New Issue
Block a user