namespace ConfectioneryView { partial class FormIngredient { /// /// 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() { this.buttonCancel = new System.Windows.Forms.Button(); this.buttonSave = new System.Windows.Forms.Button(); this.textBoxCost = new System.Windows.Forms.TextBox(); this.textBoxName = new System.Windows.Forms.TextBox(); this.labelPrice = new System.Windows.Forms.Label(); this.labelBlankName = new System.Windows.Forms.Label(); this.SuspendLayout(); // // buttonCancel // this.buttonCancel.Location = new System.Drawing.Point(200, 73); this.buttonCancel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Size = new System.Drawing.Size(82, 22); this.buttonCancel.TabIndex = 11; this.buttonCancel.Text = "Отмена"; this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.Click += new System.EventHandler(this.ButtonCancel_Click); // // buttonSave // this.buttonSave.Location = new System.Drawing.Point(112, 73); this.buttonSave.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.buttonSave.Name = "buttonSave"; this.buttonSave.Size = new System.Drawing.Size(82, 22); this.buttonSave.TabIndex = 10; this.buttonSave.Text = "Сохранить"; this.buttonSave.UseVisualStyleBackColor = true; this.buttonSave.Click += new System.EventHandler(this.ButtonSave_Click); // // textBoxCost // this.textBoxCost.Location = new System.Drawing.Point(111, 38); this.textBoxCost.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.textBoxCost.Name = "textBoxCost"; this.textBoxCost.Size = new System.Drawing.Size(183, 23); this.textBoxCost.TabIndex = 9; // // textBoxName // this.textBoxName.Location = new System.Drawing.Point(111, 11); this.textBoxName.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.textBoxName.Name = "textBoxName"; this.textBoxName.Size = new System.Drawing.Size(329, 23); this.textBoxName.TabIndex = 8; // // labelPrice // this.labelPrice.AutoSize = true; this.labelPrice.Location = new System.Drawing.Point(12, 37); this.labelPrice.Name = "labelPrice"; this.labelPrice.Size = new System.Drawing.Size(38, 15); this.labelPrice.TabIndex = 7; this.labelPrice.Text = "Цена:"; // // labelBlankName // this.labelBlankName.AutoSize = true; this.labelBlankName.Location = new System.Drawing.Point(12, 14); this.labelBlankName.Name = "labelBlankName"; this.labelBlankName.Size = new System.Drawing.Size(62, 15); this.labelBlankName.TabIndex = 6; this.labelBlankName.Text = "Название:"; // // FormIngredient // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(448, 106); this.Controls.Add(this.buttonCancel); this.Controls.Add(this.buttonSave); this.Controls.Add(this.textBoxCost); this.Controls.Add(this.textBoxName); this.Controls.Add(this.labelPrice); this.Controls.Add(this.labelBlankName); this.Name = "FormIngredient"; this.Text = "Ингредиент"; this.Load += new System.EventHandler(this.FormIngredient_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Button buttonCancel; private Button buttonSave; private TextBox textBoxCost; private TextBox textBoxName; private Label labelPrice; private Label labelBlankName; } }