namespace FishFactory.Forms { partial class FormComponent { /// /// 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.buttonSave = new System.Windows.Forms.Button(); this.buttonCancel = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.textBoxName = new System.Windows.Forms.TextBox(); this.textBoxCost = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // buttonSave // this.buttonSave.Location = new System.Drawing.Point(217, 95); this.buttonSave.Name = "buttonSave"; this.buttonSave.Size = new System.Drawing.Size(98, 27); this.buttonSave.TabIndex = 0; this.buttonSave.Text = "Сохранить"; this.buttonSave.UseVisualStyleBackColor = true; this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click); // // buttonCancel // this.buttonCancel.Location = new System.Drawing.Point(325, 95); this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Size = new System.Drawing.Size(98, 27); this.buttonCancel.TabIndex = 1; this.buttonCancel.Text = "Отмена"; this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(24, 24); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(76, 16); this.label1.TabIndex = 2; this.label1.Text = "Название:"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(24, 55); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(43, 16); this.label2.TabIndex = 3; this.label2.Text = "Цена:"; // // textBoxName // this.textBoxName.Location = new System.Drawing.Point(118, 21); this.textBoxName.Name = "textBoxName"; this.textBoxName.Size = new System.Drawing.Size(305, 22); this.textBoxName.TabIndex = 4; // // textBoxCost // this.textBoxCost.Location = new System.Drawing.Point(118, 52); this.textBoxCost.Name = "textBoxCost"; this.textBoxCost.Size = new System.Drawing.Size(186, 22); this.textBoxCost.TabIndex = 5; // // FormComponent // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(462, 139); this.Controls.Add(this.textBoxCost); this.Controls.Add(this.textBoxName); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.buttonCancel); this.Controls.Add(this.buttonSave); this.Name = "FormComponent"; this.Text = "FormComponent"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button buttonSave; private System.Windows.Forms.Button buttonCancel; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox textBoxName; private System.Windows.Forms.TextBox textBoxCost; } }