namespace PlumbingRepairView { 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.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.textBoxName = new System.Windows.Forms.TextBox(); this.buttonCancel = new System.Windows.Forms.Button(); this.buttonSave = new System.Windows.Forms.Button(); this.textBoxCost = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(12, 14); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(80, 20); this.label1.TabIndex = 0; this.label1.Text = "Название:"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(12, 57); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(48, 20); this.label2.TabIndex = 1; this.label2.Text = "Цена:"; // // textBoxName // this.textBoxName.Location = new System.Drawing.Point(107, 14); this.textBoxName.Name = "textBoxName"; this.textBoxName.Size = new System.Drawing.Size(314, 27); this.textBoxName.TabIndex = 2; // // buttonCancel // this.buttonCancel.Location = new System.Drawing.Point(335, 113); this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Size = new System.Drawing.Size(94, 29); this.buttonCancel.TabIndex = 3; this.buttonCancel.Text = "Отмена"; this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click); // // buttonSave // this.buttonSave.Location = new System.Drawing.Point(235, 113); this.buttonSave.Name = "buttonSave"; this.buttonSave.Size = new System.Drawing.Size(94, 29); this.buttonSave.TabIndex = 4; this.buttonSave.Text = "Сохранить"; this.buttonSave.UseVisualStyleBackColor = true; this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click); // // textBoxCost // this.textBoxCost.Location = new System.Drawing.Point(107, 57); this.textBoxCost.Name = "textBoxCost"; this.textBoxCost.Size = new System.Drawing.Size(140, 27); this.textBoxCost.TabIndex = 5; // // FormComponent // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(441, 154); this.Controls.Add(this.textBoxCost); this.Controls.Add(this.buttonSave); this.Controls.Add(this.buttonCancel); this.Controls.Add(this.textBoxName); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Name = "FormComponent"; this.Text = "Компонент"; this.Load += new System.EventHandler(this.FormComponent_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Label label1; private Label label2; private TextBox textBoxName; private Button buttonCancel; private Button buttonSave; private TextBox textBoxCost; } }