namespace ConstructionCompanyView { partial class FormEmployee { /// /// 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.buttonCancel = new System.Windows.Forms.Button(); this.buttonCreate = new System.Windows.Forms.Button(); this.textBoxName = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.comboBoxPosition = new System.Windows.Forms.ComboBox(); this.SuspendLayout(); // // buttonCancel // this.buttonCancel.Location = new System.Drawing.Point(307, 117); this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Size = new System.Drawing.Size(94, 29); this.buttonCancel.TabIndex = 9; this.buttonCancel.Text = "Отмена"; this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click); // // buttonCreate // this.buttonCreate.Location = new System.Drawing.Point(202, 117); this.buttonCreate.Name = "buttonCreate"; this.buttonCreate.Size = new System.Drawing.Size(94, 29); this.buttonCreate.TabIndex = 8; this.buttonCreate.Text = "Создать"; this.buttonCreate.UseVisualStyleBackColor = true; this.buttonCreate.Click += new System.EventHandler(this.buttonCreate_Click); // // textBoxName // this.textBoxName.Location = new System.Drawing.Point(135, 6); this.textBoxName.Name = "textBoxName"; this.textBoxName.Size = new System.Drawing.Size(276, 27); this.textBoxName.TabIndex = 7; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(12, 9); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(42, 20); this.label1.TabIndex = 6; this.label1.Text = "ФИО"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(12, 43); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(86, 20); this.label2.TabIndex = 10; this.label2.Text = "Должность"; // // comboBoxPosition // this.comboBoxPosition.FormattingEnabled = true; this.comboBoxPosition.Location = new System.Drawing.Point(135, 40); this.comboBoxPosition.Name = "comboBoxPosition"; this.comboBoxPosition.Size = new System.Drawing.Size(276, 28); this.comboBoxPosition.TabIndex = 11; // // FormEmployee // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(423, 165); this.Controls.Add(this.comboBoxPosition); this.Controls.Add(this.label2); this.Controls.Add(this.buttonCancel); this.Controls.Add(this.buttonCreate); this.Controls.Add(this.textBoxName); this.Controls.Add(this.label1); this.Name = "FormEmployee"; this.Text = "Сотрудник"; this.Load += new System.EventHandler(this.FormEmployee_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Button buttonCancel; private Button buttonCreate; private TextBox textBoxName; private Label label1; private Label label2; private ComboBox comboBoxPosition; } }