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.labelSum = new System.Windows.Forms.Label(); this.textBoxSum = new System.Windows.Forms.TextBox(); this.labelCount = new System.Windows.Forms.Label(); this.comboBoxWork = new System.Windows.Forms.ComboBox(); this.buttonCancel = new System.Windows.Forms.Button(); this.buttonSave = new System.Windows.Forms.Button(); this.textBoxCount = new System.Windows.Forms.TextBox(); this.labelWork = new System.Windows.Forms.Label(); this.SuspendLayout(); // // labelSum // this.labelSum.AutoSize = true; this.labelSum.Location = new System.Drawing.Point(9, 122); this.labelSum.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.labelSum.Name = "labelSum"; this.labelSum.Size = new System.Drawing.Size(71, 25); this.labelSum.TabIndex = 12; this.labelSum.Text = "Сумма:"; // // textBoxSum // this.textBoxSum.Location = new System.Drawing.Point(134, 116); this.textBoxSum.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6); this.textBoxSum.Name = "textBoxSum"; this.textBoxSum.ReadOnly = true; this.textBoxSum.Size = new System.Drawing.Size(359, 31); this.textBoxSum.TabIndex = 13; // // labelCount // this.labelCount.AutoSize = true; this.labelCount.Location = new System.Drawing.Point(9, 72); this.labelCount.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.labelCount.Name = "labelCount"; this.labelCount.Size = new System.Drawing.Size(111, 25); this.labelCount.TabIndex = 10; this.labelCount.Text = "Количество:"; // // comboBoxWork // this.comboBoxWork.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxWork.FormattingEnabled = true; this.comboBoxWork.Location = new System.Drawing.Point(134, 15); this.comboBoxWork.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6); this.comboBoxWork.Name = "comboBoxWork"; this.comboBoxWork.Size = new System.Drawing.Size(359, 33); this.comboBoxWork.TabIndex = 9; this.comboBoxWork.SelectedIndexChanged += new System.EventHandler(this.ComboBoxWork_SelectedIndexChanged); // // buttonCancel // this.buttonCancel.Location = new System.Drawing.Point(354, 166); this.buttonCancel.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6); this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Size = new System.Drawing.Size(125, 44); this.buttonCancel.TabIndex = 15; this.buttonCancel.Text = "Отмена"; this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.Click += new System.EventHandler(this.ButtonCancel_Click); // // buttonSave // this.buttonSave.Location = new System.Drawing.Point(219, 166); this.buttonSave.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6); this.buttonSave.Name = "buttonSave"; this.buttonSave.Size = new System.Drawing.Size(125, 44); this.buttonSave.TabIndex = 14; this.buttonSave.Text = "Сохранить"; this.buttonSave.UseVisualStyleBackColor = true; this.buttonSave.Click += new System.EventHandler(this.ButtonSave_Click); // // textBoxCount // this.textBoxCount.Location = new System.Drawing.Point(134, 66); this.textBoxCount.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6); this.textBoxCount.Name = "textBoxCount"; this.textBoxCount.Size = new System.Drawing.Size(359, 31); this.textBoxCount.TabIndex = 11; this.textBoxCount.TextChanged += new System.EventHandler(this.TextBoxCount_TextChanged); // // labelWork // this.labelWork.AutoSize = true; this.labelWork.Location = new System.Drawing.Point(9, 20); this.labelWork.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.labelWork.Name = "labelWork"; this.labelWork.Size = new System.Drawing.Size(72, 25); this.labelWork.TabIndex = 8; this.labelWork.Text = "Работа:"; // // FormCreateOrder // this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 25F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(534, 228); this.Controls.Add(this.labelSum); this.Controls.Add(this.textBoxSum); this.Controls.Add(this.labelCount); this.Controls.Add(this.comboBoxWork); this.Controls.Add(this.buttonCancel); this.Controls.Add(this.buttonSave); this.Controls.Add(this.textBoxCount); this.Controls.Add(this.labelWork); this.Name = "FormCreateOrder"; this.Text = "Заказ"; this.Load += new System.EventHandler(this.FormCreateOrder_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Label labelSum; private TextBox textBoxSum; private Label labelCount; private ComboBox comboBoxWork; private Button buttonCancel; private Button buttonSave; private TextBox textBoxCount; private Label labelWork; } }