namespace PlumbingRepairView { partial class FormCreateOrder { /// /// 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.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.buttonCancel = new System.Windows.Forms.Button(); this.buttonSave = new System.Windows.Forms.Button(); this.textBoxCount = new System.Windows.Forms.TextBox(); this.textBoxSum = new System.Windows.Forms.TextBox(); this.comboBoxWork = new System.Windows.Forms.ComboBox(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(23, 18); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(60, 20); this.label1.TabIndex = 0; this.label1.Text = "Работа:"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(23, 55); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(93, 20); this.label2.TabIndex = 1; this.label2.Text = "Количество:"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(23, 92); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(58, 20); this.label3.TabIndex = 2; this.label3.Text = "Сумма:"; // // buttonCancel // this.buttonCancel.Location = new System.Drawing.Point(389, 139); this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Size = new System.Drawing.Size(94, 29); this.buttonCancel.TabIndex = 3; this.buttonCancel.Text = "Отмена"; this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click); // // buttonSave // this.buttonSave.Location = new System.Drawing.Point(289, 139); this.buttonSave.Name = "buttonSave"; this.buttonSave.Size = new System.Drawing.Size(94, 29); this.buttonSave.TabIndex = 4; this.buttonSave.Text = "Сохранить"; this.buttonSave.UseVisualStyleBackColor = true; this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click); // // textBoxCount // this.textBoxCount.Location = new System.Drawing.Point(142, 55); this.textBoxCount.Name = "textBoxCount"; this.textBoxCount.Size = new System.Drawing.Size(341, 27); this.textBoxCount.TabIndex = 5; this.textBoxCount.TextChanged += new System.EventHandler(this.textBoxCount_TextChanged); // // textBoxSum // this.textBoxSum.Location = new System.Drawing.Point(142, 92); this.textBoxSum.Name = "textBoxSum"; this.textBoxSum.Size = new System.Drawing.Size(341, 27); this.textBoxSum.TabIndex = 6; // // comboBoxWork // this.comboBoxWork.FormattingEnabled = true; this.comboBoxWork.Location = new System.Drawing.Point(142, 18); this.comboBoxWork.Name = "comboBoxWork"; this.comboBoxWork.Size = new System.Drawing.Size(341, 28); this.comboBoxWork.TabIndex = 7; this.comboBoxWork.SelectedIndexChanged += new System.EventHandler(this.comboBoxWork_SelectedIndexChanged); // // FormCreateOrder // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(495, 180); this.Controls.Add(this.comboBoxWork); this.Controls.Add(this.textBoxSum); this.Controls.Add(this.textBoxCount); this.Controls.Add(this.buttonSave); this.Controls.Add(this.buttonCancel); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Name = "FormCreateOrder"; this.Text = "Заказ"; this.Load += new System.EventHandler(this.FormCreateOrder_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Label label1; private Label label2; private Label label3; private Button buttonCancel; private Button buttonSave; private TextBox textBoxCount; private TextBox textBoxSum; private ComboBox comboBoxWork; } }