namespace CarServiceView { partial class FormAddWorkTest { /// /// 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.textBoxName = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.textBoxCost = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.textBoxDuration = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.buttonAdd = new System.Windows.Forms.Button(); this.SuspendLayout(); // // textBoxName // this.textBoxName.Location = new System.Drawing.Point(126, 16); this.textBoxName.Name = "textBoxName"; this.textBoxName.Size = new System.Drawing.Size(100, 23); this.textBoxName.TabIndex = 0; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(30, 19); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(90, 15); this.label1.TabIndex = 1; this.label1.Text = "Наименование"; // // textBoxCost // this.textBoxCost.Location = new System.Drawing.Point(126, 45); this.textBoxCost.Name = "textBoxCost"; this.textBoxCost.Size = new System.Drawing.Size(100, 23); this.textBoxCost.TabIndex = 0; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(30, 48); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(67, 15); this.label2.TabIndex = 1; this.label2.Text = "Стоимость"; // // textBoxDuration // this.textBoxDuration.Location = new System.Drawing.Point(126, 74); this.textBoxDuration.Name = "textBoxDuration"; this.textBoxDuration.Size = new System.Drawing.Size(100, 23); this.textBoxDuration.TabIndex = 0; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(30, 77); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(84, 15); this.label3.TabIndex = 1; this.label3.Text = "Длительность"; // // buttonAdd // this.buttonAdd.Location = new System.Drawing.Point(54, 135); this.buttonAdd.Name = "buttonAdd"; this.buttonAdd.Size = new System.Drawing.Size(75, 23); this.buttonAdd.TabIndex = 2; this.buttonAdd.Text = "Добавить"; this.buttonAdd.UseVisualStyleBackColor = true; this.buttonAdd.Click += new System.EventHandler(this.buttonAdd_Click); // // FormAddWorkTest // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 450); this.Controls.Add(this.buttonAdd); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.textBoxDuration); this.Controls.Add(this.textBoxCost); this.Controls.Add(this.textBoxName); this.Name = "FormAddWorkTest"; this.Text = "FormAddWorkTest"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private TextBox textBoxName; private Label label1; private TextBox textBoxCost; private Label label2; private TextBox textBoxDuration; private Label label3; private Button buttonAdd; } }