namespace AircraftPlantView { 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() { labelImplementerFIO = new Label(); labelPassword = new Label(); labelWorkExperience = new Label(); labelQualification = new Label(); numericUpDownWorkExperience = new NumericUpDown(); numericUpDownQualification = new NumericUpDown(); textBoxImplementerFIO = new TextBox(); textBoxPassword = new TextBox(); buttonSave = new Button(); buttonCancel = new Button(); ((System.ComponentModel.ISupportInitialize)numericUpDownWorkExperience).BeginInit(); ((System.ComponentModel.ISupportInitialize)numericUpDownQualification).BeginInit(); SuspendLayout(); // // labelImplementerFIO // labelImplementerFIO.AutoSize = true; labelImplementerFIO.Location = new Point(12, 23); labelImplementerFIO.Name = "labelImplementerFIO"; labelImplementerFIO.Size = new Size(45, 20); labelImplementerFIO.TabIndex = 0; labelImplementerFIO.Text = "ФИО:"; // // labelPassword // labelPassword.AutoSize = true; labelPassword.Location = new Point(12, 64); labelPassword.Name = "labelPassword"; labelPassword.Size = new Size(65, 20); labelPassword.TabIndex = 1; labelPassword.Text = "Пароль:"; // // labelWorkExperience // labelWorkExperience.AutoSize = true; labelWorkExperience.Location = new Point(12, 106); labelWorkExperience.Name = "labelWorkExperience"; labelWorkExperience.Size = new Size(105, 20); labelWorkExperience.TabIndex = 2; labelWorkExperience.Text = "Опыт работы:"; // // labelQualification // labelQualification.AutoSize = true; labelQualification.Location = new Point(12, 148); labelQualification.Name = "labelQualification"; labelQualification.Size = new Size(120, 20); labelQualification.TabIndex = 3; labelQualification.Text = "Классификация:"; // // numericUpDownWorkExperience // numericUpDownWorkExperience.Location = new Point(153, 104); numericUpDownWorkExperience.Name = "numericUpDownWorkExperience"; numericUpDownWorkExperience.Size = new Size(256, 27); numericUpDownWorkExperience.TabIndex = 4; // // numericUpDownQualification // numericUpDownQualification.Location = new Point(153, 148); numericUpDownQualification.Name = "numericUpDownQualification"; numericUpDownQualification.Size = new Size(256, 27); numericUpDownQualification.TabIndex = 5; // // textBoxImplementerFIO // textBoxImplementerFIO.Location = new Point(153, 20); textBoxImplementerFIO.Name = "textBoxImplementerFIO"; textBoxImplementerFIO.Size = new Size(256, 27); textBoxImplementerFIO.TabIndex = 6; // // textBoxPassword // textBoxPassword.Location = new Point(153, 61); textBoxPassword.Name = "textBoxPassword"; textBoxPassword.Size = new Size(256, 27); textBoxPassword.TabIndex = 7; // // buttonSave // buttonSave.Location = new Point(213, 197); buttonSave.Name = "buttonSave"; buttonSave.Size = new Size(94, 29); buttonSave.TabIndex = 8; buttonSave.Text = "Сохранить"; buttonSave.UseVisualStyleBackColor = true; buttonSave.Click += buttonSave_Click; // // buttonCancel // buttonCancel.Location = new Point(315, 197); buttonCancel.Name = "buttonCancel"; buttonCancel.Size = new Size(94, 29); buttonCancel.TabIndex = 9; buttonCancel.Text = "Отмена"; buttonCancel.UseVisualStyleBackColor = true; buttonCancel.Click += buttonCancel_Click; // // FormImplementer // AutoScaleDimensions = new SizeF(8F, 20F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(425, 239); Controls.Add(buttonCancel); Controls.Add(buttonSave); Controls.Add(textBoxPassword); Controls.Add(textBoxImplementerFIO); Controls.Add(numericUpDownQualification); Controls.Add(numericUpDownWorkExperience); Controls.Add(labelQualification); Controls.Add(labelWorkExperience); Controls.Add(labelPassword); Controls.Add(labelImplementerFIO); Name = "FormImplementer"; Text = "Исполнитель"; Load += FormImplementer_Load; ((System.ComponentModel.ISupportInitialize)numericUpDownWorkExperience).EndInit(); ((System.ComponentModel.ISupportInitialize)numericUpDownQualification).EndInit(); ResumeLayout(false); PerformLayout(); } #endregion private Label labelImplementerFIO; private Label labelPassword; private Label labelWorkExperience; private Label labelQualification; private NumericUpDown numericUpDownWorkExperience; private NumericUpDown numericUpDownQualification; private TextBox textBoxImplementerFIO; private TextBox textBoxPassword; private Button buttonSave; private Button buttonCancel; } }