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