namespace ConfectioneryView { partial class FormSweetsIngredients { /// /// 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.textBoxCount = new System.Windows.Forms.TextBox(); this.comboBoxIngredient = new System.Windows.Forms.ComboBox(); this.labelCount = new System.Windows.Forms.Label(); this.labelIngredient = new System.Windows.Forms.Label(); this.SuspendLayout(); // // buttonCancel // this.buttonCancel.Location = new System.Drawing.Point(319, 80); this.buttonCancel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Size = new System.Drawing.Size(80, 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(233, 80); this.buttonSave.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.buttonSave.Name = "buttonSave"; this.buttonSave.Size = new System.Drawing.Size(80, 22); this.buttonSave.TabIndex = 10; this.buttonSave.Text = "Сохранить"; this.buttonSave.UseVisualStyleBackColor = true; this.buttonSave.Click += new System.EventHandler(this.ButtonSave_Click); // // textBoxCount // this.textBoxCount.Location = new System.Drawing.Point(116, 43); this.textBoxCount.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.textBoxCount.Name = "textBoxCount"; this.textBoxCount.Size = new System.Drawing.Size(283, 23); this.textBoxCount.TabIndex = 9; // // comboBoxIngredient // this.comboBoxIngredient.FormattingEnabled = true; this.comboBoxIngredient.Location = new System.Drawing.Point(116, 11); this.comboBoxIngredient.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.comboBoxIngredient.Name = "comboBoxIngredient"; this.comboBoxIngredient.Size = new System.Drawing.Size(282, 23); this.comboBoxIngredient.TabIndex = 8; // // labelCount // this.labelCount.AutoSize = true; this.labelCount.Location = new System.Drawing.Point(10, 46); this.labelCount.Name = "labelCount"; this.labelCount.Size = new System.Drawing.Size(75, 15); this.labelCount.TabIndex = 7; this.labelCount.Text = "Количество:"; // // labelIngredient // this.labelIngredient.AutoSize = true; this.labelIngredient.Location = new System.Drawing.Point(10, 14); this.labelIngredient.Name = "labelIngredient"; this.labelIngredient.Size = new System.Drawing.Size(75, 15); this.labelIngredient.TabIndex = 6; this.labelIngredient.Text = "Ингредиент:"; // // FormSushiIngredients // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(410, 115); this.Controls.Add(this.buttonCancel); this.Controls.Add(this.buttonSave); this.Controls.Add(this.textBoxCount); this.Controls.Add(this.comboBoxIngredient); this.Controls.Add(this.labelCount); this.Controls.Add(this.labelIngredient); this.Name = "FormSushiIngredients"; this.Text = "Ингредиент сладостей"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private Button buttonCancel; private Button buttonSave; private TextBox textBoxCount; private ComboBox comboBoxIngredient; private Label labelCount; private Label labelIngredient; } }