namespace ConstructionCompanyView { partial class FormOrder { /// /// 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.label1 = new System.Windows.Forms.Label(); this.textBoxDescription = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.textBoxAdress = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.textBoxPrice = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.textBoxNumber = new System.Windows.Forms.TextBox(); this.buttonCreate = new System.Windows.Forms.Button(); this.buttonCancel = new System.Windows.Forms.Button(); this.SuspendLayout(); // // 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(79, 20); this.label1.TabIndex = 0; this.label1.Text = "Описание"; // // textBoxDescription // this.textBoxDescription.Location = new System.Drawing.Point(183, 6); this.textBoxDescription.Multiline = true; this.textBoxDescription.Name = "textBoxDescription"; this.textBoxDescription.Size = new System.Drawing.Size(266, 56); this.textBoxDescription.TabIndex = 1; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(12, 76); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(51, 20); this.label2.TabIndex = 2; this.label2.Text = "Адрес"; // // textBoxAdress // this.textBoxAdress.Location = new System.Drawing.Point(183, 73); this.textBoxAdress.Name = "textBoxAdress"; this.textBoxAdress.Size = new System.Drawing.Size(266, 27); this.textBoxAdress.TabIndex = 3; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(12, 114); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(45, 20); this.label3.TabIndex = 4; this.label3.Text = "Цена"; // // textBoxPrice // this.textBoxPrice.Location = new System.Drawing.Point(183, 111); this.textBoxPrice.Name = "textBoxPrice"; this.textBoxPrice.Size = new System.Drawing.Size(266, 27); this.textBoxPrice.TabIndex = 5; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(12, 146); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(130, 20); this.label4.TabIndex = 6; this.label4.Text = "Номер заказчика"; // // textBoxNumber // this.textBoxNumber.Location = new System.Drawing.Point(183, 144); this.textBoxNumber.Name = "textBoxNumber"; this.textBoxNumber.Size = new System.Drawing.Size(266, 27); this.textBoxNumber.TabIndex = 7; // // buttonCreate // this.buttonCreate.Location = new System.Drawing.Point(213, 186); 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); // // buttonCancel // this.buttonCancel.Location = new System.Drawing.Point(342, 186); 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); // // FormOrder // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(461, 227); this.Controls.Add(this.buttonCancel); this.Controls.Add(this.buttonCreate); this.Controls.Add(this.textBoxNumber); this.Controls.Add(this.label4); this.Controls.Add(this.textBoxPrice); this.Controls.Add(this.label3); this.Controls.Add(this.textBoxAdress); this.Controls.Add(this.label2); this.Controls.Add(this.textBoxDescription); this.Controls.Add(this.label1); this.Name = "FormOrder"; this.Text = "Создание заказа"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private Label label1; private TextBox textBoxDescription; private Label label2; private TextBox textBoxAdress; private Label label3; private TextBox textBoxPrice; private Label label4; private TextBox textBoxNumber; private Button buttonCreate; private Button buttonCancel; } }