namespace AutomobilePlant { partial class FormImplementer { /// /// 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.labelFIO = new System.Windows.Forms.Label(); this.labelPassword = new System.Windows.Forms.Label(); this.labelWorkExp = new System.Windows.Forms.Label(); this.labelQualification = new System.Windows.Forms.Label(); this.textBoxFIO = new System.Windows.Forms.TextBox(); this.textBoxPassword = new System.Windows.Forms.TextBox(); this.numericUpDownWorkExp = new System.Windows.Forms.NumericUpDown(); this.numericUpDownQualification = new System.Windows.Forms.NumericUpDown(); this.buttonSave = new System.Windows.Forms.Button(); this.buttonCancel = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownWorkExp)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownQualification)).BeginInit(); this.SuspendLayout(); // // labelFIO // this.labelFIO.AutoSize = true; this.labelFIO.Location = new System.Drawing.Point(24, 47); this.labelFIO.Name = "labelFIO"; this.labelFIO.Size = new System.Drawing.Size(49, 20); this.labelFIO.TabIndex = 0; this.labelFIO.Text = "ФИО: "; // // labelPassword // this.labelPassword.AutoSize = true; this.labelPassword.Location = new System.Drawing.Point(24, 92); this.labelPassword.Name = "labelPassword"; this.labelPassword.Size = new System.Drawing.Size(65, 20); this.labelPassword.TabIndex = 1; this.labelPassword.Text = "Пароль:"; // // labelWorkExp // this.labelWorkExp.AutoSize = true; this.labelWorkExp.Location = new System.Drawing.Point(24, 134); this.labelWorkExp.Name = "labelWorkExp"; this.labelWorkExp.Size = new System.Drawing.Size(102, 20); this.labelWorkExp.TabIndex = 2; this.labelWorkExp.Text = "Стаж работы:"; // // labelQualification // this.labelQualification.AutoSize = true; this.labelQualification.Location = new System.Drawing.Point(24, 177); this.labelQualification.Name = "labelQualification"; this.labelQualification.Size = new System.Drawing.Size(114, 20); this.labelQualification.TabIndex = 3; this.labelQualification.Text = "Квалификация:"; // // textBoxFIO // this.textBoxFIO.Location = new System.Drawing.Point(155, 47); this.textBoxFIO.Name = "textBoxFIO"; this.textBoxFIO.Size = new System.Drawing.Size(371, 27); this.textBoxFIO.TabIndex = 4; // // textBoxPassword // this.textBoxPassword.Location = new System.Drawing.Point(155, 85); this.textBoxPassword.Name = "textBoxPassword"; this.textBoxPassword.Size = new System.Drawing.Size(182, 27); this.textBoxPassword.TabIndex = 5; // // numericUpDownWorkExp // this.numericUpDownWorkExp.Location = new System.Drawing.Point(155, 132); this.numericUpDownWorkExp.Name = "numericUpDownWorkExp"; this.numericUpDownWorkExp.Size = new System.Drawing.Size(182, 27); this.numericUpDownWorkExp.TabIndex = 6; // // numericUpDownQualification // this.numericUpDownQualification.Location = new System.Drawing.Point(155, 175); this.numericUpDownQualification.Name = "numericUpDownQualification"; this.numericUpDownQualification.Size = new System.Drawing.Size(182, 27); this.numericUpDownQualification.TabIndex = 7; // // buttonSave // this.buttonSave.Location = new System.Drawing.Point(324, 233); this.buttonSave.Name = "buttonSave"; this.buttonSave.Size = new System.Drawing.Size(103, 29); this.buttonSave.TabIndex = 8; this.buttonSave.Text = "Сохранить"; this.buttonSave.UseVisualStyleBackColor = true; this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click); // // buttonCancel // this.buttonCancel.Location = new System.Drawing.Point(433, 233); this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Size = new System.Drawing.Size(106, 29); this.buttonCancel.TabIndex = 9; this.buttonCancel.Text = "Отмена"; this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click); // // FormImplementer // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(551, 274); this.Controls.Add(this.buttonCancel); this.Controls.Add(this.buttonSave); this.Controls.Add(this.numericUpDownQualification); this.Controls.Add(this.numericUpDownWorkExp); this.Controls.Add(this.textBoxPassword); this.Controls.Add(this.textBoxFIO); this.Controls.Add(this.labelQualification); this.Controls.Add(this.labelWorkExp); this.Controls.Add(this.labelPassword); this.Controls.Add(this.labelFIO); this.Name = "FormImplementer"; this.Text = "Исполнитель"; this.Load += new System.EventHandler(this.FormImplementer_Load); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownWorkExp)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownQualification)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Label labelFIO; private Label labelPassword; private Label labelWorkExp; private Label labelQualification; private TextBox textBoxFIO; private TextBox textBoxPassword; private NumericUpDown numericUpDownWorkExp; private NumericUpDown numericUpDownQualification; private Button buttonSave; private Button buttonCancel; } }