namespace ConstructionCompanyView { partial class FormEmployeeOrder { /// /// 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.comboBoxOrder = new System.Windows.Forms.ComboBox(); this.comboBoxEmployee = new System.Windows.Forms.ComboBox(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // buttonCancel // this.buttonCancel.Location = new System.Drawing.Point(296, 115); this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Size = new System.Drawing.Size(94, 29); this.buttonCancel.TabIndex = 13; this.buttonCancel.Text = "Отмена"; this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click); // // buttonCreate // this.buttonCreate.Location = new System.Drawing.Point(142, 115); this.buttonCreate.Name = "buttonCreate"; this.buttonCreate.Size = new System.Drawing.Size(94, 29); this.buttonCreate.TabIndex = 12; this.buttonCreate.Text = "Отправить"; this.buttonCreate.UseVisualStyleBackColor = true; this.buttonCreate.Click += new System.EventHandler(this.buttonCreate_Click); // // comboBoxOrder // this.comboBoxOrder.FormattingEnabled = true; this.comboBoxOrder.Location = new System.Drawing.Point(142, 9); this.comboBoxOrder.Name = "comboBoxOrder"; this.comboBoxOrder.Size = new System.Drawing.Size(248, 28); this.comboBoxOrder.TabIndex = 11; // // comboBoxEmployee // this.comboBoxEmployee.FormattingEnabled = true; this.comboBoxEmployee.Location = new System.Drawing.Point(142, 55); this.comboBoxEmployee.Name = "comboBoxEmployee"; this.comboBoxEmployee.Size = new System.Drawing.Size(248, 28); this.comboBoxEmployee.TabIndex = 10; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(12, 55); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(85, 20); this.label2.TabIndex = 9; this.label2.Text = "Сотрудник:"; // // 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(50, 20); this.label1.TabIndex = 8; this.label1.Text = "Заказ:"; // // FormEmployeeOrder // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(436, 159); this.Controls.Add(this.buttonCancel); this.Controls.Add(this.buttonCreate); this.Controls.Add(this.comboBoxOrder); this.Controls.Add(this.comboBoxEmployee); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Name = "FormEmployeeOrder"; this.Text = "Отправка на заказ"; this.Load += new System.EventHandler(this.FormEmployeeOrder_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Button buttonCancel; private Button buttonCreate; private ComboBox comboBoxOrder; private ComboBox comboBoxEmployee; private Label label2; private Label label1; } }