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() { textBoxImplementerFIO = new TextBox(); textBoxPassword = new TextBox(); numericUpDownWorkExperience = new NumericUpDown(); numericUpDownQualification = new NumericUpDown(); buttonCancel = new Button(); labelImplementerFIO = new Label(); labelPassword = new Label(); labelWorkExperience = new Label(); labelQualification = new Label(); buttonSave = new Button(); ((System.ComponentModel.ISupportInitialize)numericUpDownWorkExperience).BeginInit(); ((System.ComponentModel.ISupportInitialize)numericUpDownQualification).BeginInit(); SuspendLayout(); // // textBoxImplementerFIO // textBoxImplementerFIO.Location = new Point(108, 12); textBoxImplementerFIO.Name = "textBoxImplementerFIO"; textBoxImplementerFIO.Size = new Size(264, 23); textBoxImplementerFIO.TabIndex = 0; // // textBoxPassword // textBoxPassword.Location = new Point(108, 41); textBoxPassword.Name = "textBoxPassword"; textBoxPassword.Size = new Size(264, 23); textBoxPassword.TabIndex = 1; // // numericUpDownWorkExperience // numericUpDownWorkExperience.Location = new Point(108, 70); numericUpDownWorkExperience.Name = "numericUpDownWorkExperience"; numericUpDownWorkExperience.Size = new Size(264, 23); numericUpDownWorkExperience.TabIndex = 2; // // numericUpDownQualification // numericUpDownQualification.Location = new Point(108, 99); numericUpDownQualification.Name = "numericUpDownQualification"; numericUpDownQualification.Size = new Size(264, 23); numericUpDownQualification.TabIndex = 3; // // buttonCancel // buttonCancel.Location = new Point(297, 134); buttonCancel.Name = "buttonCancel"; buttonCancel.Size = new Size(75, 23); buttonCancel.TabIndex = 4; buttonCancel.Text = "Отмена"; buttonCancel.UseVisualStyleBackColor = true; buttonCancel.Click += buttonCancel_Click; // // labelImplementerFIO // labelImplementerFIO.AutoSize = true; labelImplementerFIO.Location = new Point(12, 15); labelImplementerFIO.Name = "labelImplementerFIO"; labelImplementerFIO.Size = new Size(37, 15); labelImplementerFIO.TabIndex = 5; labelImplementerFIO.Text = "ФИО:"; // // labelPassword // labelPassword.AutoSize = true; labelPassword.Location = new Point(11, 44); labelPassword.Name = "labelPassword"; labelPassword.Size = new Size(52, 15); labelPassword.TabIndex = 6; labelPassword.Text = "Пароль:"; // // labelWorkExperience // labelWorkExperience.AutoSize = true; labelWorkExperience.Location = new Point(12, 72); labelWorkExperience.Name = "labelWorkExperience"; labelWorkExperience.Size = new Size(38, 15); labelWorkExperience.TabIndex = 7; labelWorkExperience.Text = "label1"; // // labelQualification // labelQualification.AutoSize = true; labelQualification.Location = new Point(11, 101); labelQualification.Name = "labelQualification"; labelQualification.Size = new Size(91, 15); labelQualification.TabIndex = 8; labelQualification.Text = "Квалификация:"; // // buttonSave // buttonSave.Location = new Point(216, 134); buttonSave.Name = "buttonSave"; buttonSave.Size = new Size(75, 23); buttonSave.TabIndex = 9; buttonSave.Text = "Сохранить"; buttonSave.UseVisualStyleBackColor = true; buttonSave.Click += buttonSave_Click; // // FormImplementer // AutoScaleDimensions = new SizeF(7F, 15F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(384, 169); Controls.Add(buttonSave); Controls.Add(labelQualification); Controls.Add(labelWorkExperience); Controls.Add(labelPassword); Controls.Add(labelImplementerFIO); Controls.Add(buttonCancel); Controls.Add(numericUpDownQualification); Controls.Add(numericUpDownWorkExperience); Controls.Add(textBoxPassword); Controls.Add(textBoxImplementerFIO); Name = "FormImplementer"; Text = "Исполнитель"; Load += FormImplementer_Load; ((System.ComponentModel.ISupportInitialize)numericUpDownWorkExperience).EndInit(); ((System.ComponentModel.ISupportInitialize)numericUpDownQualification).EndInit(); ResumeLayout(false); PerformLayout(); } #endregion private TextBox textBoxImplementerFIO; private TextBox textBoxPassword; private NumericUpDown numericUpDownWorkExperience; private NumericUpDown numericUpDownQualification; private Button buttonCancel; private Label labelImplementerFIO; private Label labelPassword; private Label labelWorkExperience; private Label labelQualification; private Button buttonSave; } }