178 lines
8.4 KiB
C#
178 lines
8.4 KiB
C#
namespace PrecastConcretePlantView
|
|
{
|
|
partial class FormImplementer
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.buttonSave = new System.Windows.Forms.Button();
|
|
this.buttonCancel = new System.Windows.Forms.Button();
|
|
this.numericUpDownQualification = new System.Windows.Forms.NumericUpDown();
|
|
this.numericUpDownWorkExperience = new System.Windows.Forms.NumericUpDown();
|
|
this.textBoxPassword = new System.Windows.Forms.TextBox();
|
|
this.textBoxFio = new System.Windows.Forms.TextBox();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDownQualification)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDownWorkExperience)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// buttonSave
|
|
//
|
|
this.buttonSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.buttonSave.Location = new System.Drawing.Point(108, 151);
|
|
this.buttonSave.Name = "buttonSave";
|
|
this.buttonSave.Size = new System.Drawing.Size(89, 33);
|
|
this.buttonSave.TabIndex = 19;
|
|
this.buttonSave.Text = "Сохранить";
|
|
this.buttonSave.UseVisualStyleBackColor = true;
|
|
this.buttonSave.Click += new System.EventHandler(this.ButtonSave_Click);
|
|
//
|
|
// buttonCancel
|
|
//
|
|
this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.buttonCancel.Location = new System.Drawing.Point(219, 151);
|
|
this.buttonCancel.Name = "buttonCancel";
|
|
this.buttonCancel.Size = new System.Drawing.Size(89, 33);
|
|
this.buttonCancel.TabIndex = 18;
|
|
this.buttonCancel.Text = "Отмена";
|
|
this.buttonCancel.UseVisualStyleBackColor = true;
|
|
this.buttonCancel.Click += new System.EventHandler(this.ButtonCancel_Click);
|
|
//
|
|
// numericUpDownQualification
|
|
//
|
|
this.numericUpDownQualification.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.numericUpDownQualification.Location = new System.Drawing.Point(116, 97);
|
|
this.numericUpDownQualification.Name = "numericUpDownQualification";
|
|
this.numericUpDownQualification.Size = new System.Drawing.Size(264, 23);
|
|
this.numericUpDownQualification.TabIndex = 17;
|
|
//
|
|
// numericUpDownWorkExperience
|
|
//
|
|
this.numericUpDownWorkExperience.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.numericUpDownWorkExperience.Location = new System.Drawing.Point(116, 68);
|
|
this.numericUpDownWorkExperience.Name = "numericUpDownWorkExperience";
|
|
this.numericUpDownWorkExperience.Size = new System.Drawing.Size(264, 23);
|
|
this.numericUpDownWorkExperience.TabIndex = 16;
|
|
//
|
|
// textBoxPassword
|
|
//
|
|
this.textBoxPassword.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.textBoxPassword.Location = new System.Drawing.Point(116, 40);
|
|
this.textBoxPassword.Name = "textBoxPassword";
|
|
this.textBoxPassword.PasswordChar = '*';
|
|
this.textBoxPassword.Size = new System.Drawing.Size(264, 23);
|
|
this.textBoxPassword.TabIndex = 15;
|
|
//
|
|
// textBoxFio
|
|
//
|
|
this.textBoxFio.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.textBoxFio.Location = new System.Drawing.Point(116, 11);
|
|
this.textBoxFio.Name = "textBoxFio";
|
|
this.textBoxFio.Size = new System.Drawing.Size(264, 23);
|
|
this.textBoxFio.TabIndex = 14;
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(14, 99);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(91, 15);
|
|
this.label4.TabIndex = 13;
|
|
this.label4.Text = "Квалификация:";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(67, 70);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(38, 15);
|
|
this.label3.TabIndex = 12;
|
|
this.label3.Text = "Стаж:";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(58, 43);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(52, 15);
|
|
this.label2.TabIndex = 11;
|
|
this.label2.Text = "Пароль:";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(68, 14);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(37, 15);
|
|
this.label1.TabIndex = 10;
|
|
this.label1.Text = "ФИО:";
|
|
//
|
|
// FormImplementer
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(402, 196);
|
|
this.Controls.Add(this.buttonSave);
|
|
this.Controls.Add(this.buttonCancel);
|
|
this.Controls.Add(this.numericUpDownQualification);
|
|
this.Controls.Add(this.numericUpDownWorkExperience);
|
|
this.Controls.Add(this.textBoxPassword);
|
|
this.Controls.Add(this.textBoxFio);
|
|
this.Controls.Add(this.label4);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.label1);
|
|
this.Name = "FormImplementer";
|
|
this.Text = "FormImplementer";
|
|
this.Load += new System.EventHandler(this.FormImplementer_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDownQualification)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDownWorkExperience)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private Button buttonSave;
|
|
private Button buttonCancel;
|
|
private NumericUpDown numericUpDownQualification;
|
|
private NumericUpDown numericUpDownWorkExperience;
|
|
private TextBox textBoxPassword;
|
|
private TextBox textBoxFio;
|
|
private Label label4;
|
|
private Label label3;
|
|
private Label label2;
|
|
private Label label1;
|
|
}
|
|
} |