namespace PizzeriaView { partial class FormPizzaComponent { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { comboBoxComponent = new ComboBox(); textBoxCount = new TextBox(); labelComponent = new Label(); labelCount = new Label(); buttonSave = new Button(); buttonCancel = new Button(); SuspendLayout(); // // comboBoxComponent // comboBoxComponent.FormattingEnabled = true; comboBoxComponent.Location = new Point(127, 27); comboBoxComponent.Name = "comboBoxComponent"; comboBoxComponent.Size = new Size(329, 33); comboBoxComponent.TabIndex = 0; // // textBoxCount // textBoxCount.Location = new Point(127, 85); textBoxCount.Name = "textBoxCount"; textBoxCount.Size = new Size(315, 31); textBoxCount.TabIndex = 1; // // labelComponent // labelComponent.AutoSize = true; labelComponent.Location = new Point(12, 35); labelComponent.Name = "labelComponent"; labelComponent.Size = new Size(108, 25); labelComponent.TabIndex = 2; labelComponent.Text = "Ингредиент"; // // labelCount // labelCount.AutoSize = true; labelCount.Location = new Point(12, 91); labelCount.Name = "labelCount"; labelCount.Size = new Size(107, 25); labelCount.TabIndex = 3; labelCount.Text = "Количество"; // // buttonSave // buttonSave.Location = new Point(127, 128); buttonSave.Name = "buttonSave"; buttonSave.Size = new Size(127, 44); buttonSave.TabIndex = 4; buttonSave.Text = "Сохранить"; buttonSave.UseVisualStyleBackColor = true; buttonSave.Click += buttonSave_Click; // // buttonCancel // buttonCancel.Location = new Point(305, 128); buttonCancel.Name = "buttonCancel"; buttonCancel.Size = new Size(151, 44); buttonCancel.TabIndex = 5; buttonCancel.Text = "Отмена"; buttonCancel.UseVisualStyleBackColor = true; buttonCancel.Click += buttonCancel_Click; // // FormPizzaComponent // AutoScaleDimensions = new SizeF(10F, 25F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(557, 184); Controls.Add(buttonCancel); Controls.Add(buttonSave); Controls.Add(labelCount); Controls.Add(labelComponent); Controls.Add(textBoxCount); Controls.Add(comboBoxComponent); Name = "FormPizzaComponent"; Text = "Ингредиент для пиццы"; ResumeLayout(false); PerformLayout(); } #endregion private ComboBox comboBoxComponent; private TextBox textBoxCount; private Label labelComponent; private Label labelCount; private Button buttonSave; private Button buttonCancel; } }