namespace LawFirmView { 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.labelCount = new System.Windows.Forms.Label(); this.comboBoxProduct = 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.labelProduct = new System.Windows.Forms.Label(); this.labelSum = new System.Windows.Forms.Label(); this.textBoxSum = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // labelCount // this.labelCount.AutoSize = true; this.labelCount.Location = new System.Drawing.Point(12, 36); this.labelCount.Name = "labelCount"; this.labelCount.Size = new System.Drawing.Size(69, 13); this.labelCount.TabIndex = 2; this.labelCount.Text = "Количество:"; // // comboBoxProduct // this.comboBoxProduct.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxProduct.FormattingEnabled = true; this.comboBoxProduct.Location = new System.Drawing.Point(87, 6); this.comboBoxProduct.Name = "comboBoxProduct"; this.comboBoxProduct.Size = new System.Drawing.Size(217, 21); this.comboBoxProduct.TabIndex = 1; this.comboBoxProduct.SelectedIndexChanged += new System.EventHandler(this.ComboBoxProduct_SelectedIndexChanged); // // buttonCancel // this.buttonCancel.Location = new System.Drawing.Point(219, 85); this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Size = new System.Drawing.Size(75, 23); this.buttonCancel.TabIndex = 7; this.buttonCancel.Text = "Отмена"; this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.Click += new System.EventHandler(this.ButtonCancel_Click); // // buttonSave // this.buttonSave.Location = new System.Drawing.Point(138, 85); this.buttonSave.Name = "buttonSave"; this.buttonSave.Size = new System.Drawing.Size(75, 23); this.buttonSave.TabIndex = 6; this.buttonSave.Text = "Сохранить"; this.buttonSave.UseVisualStyleBackColor = true; this.buttonSave.Click += new System.EventHandler(this.ButtonSave_Click); // // textBoxCount // this.textBoxCount.Location = new System.Drawing.Point(87, 33); this.textBoxCount.Name = "textBoxCount"; this.textBoxCount.Size = new System.Drawing.Size(217, 20); this.textBoxCount.TabIndex = 3; this.textBoxCount.TextChanged += new System.EventHandler(this.TextBoxCount_TextChanged); // // labelProduct // this.labelProduct.AutoSize = true; this.labelProduct.Location = new System.Drawing.Point(12, 9); this.labelProduct.Name = "labelProduct"; this.labelProduct.Size = new System.Drawing.Size(54, 13); this.labelProduct.TabIndex = 0; this.labelProduct.Text = "Изделие:"; // // labelSum // this.labelSum.AutoSize = true; this.labelSum.Location = new System.Drawing.Point(12, 62); this.labelSum.Name = "labelSum"; this.labelSum.Size = new System.Drawing.Size(44, 13); this.labelSum.TabIndex = 4; this.labelSum.Text = "Сумма:"; // // textBoxSum // this.textBoxSum.Location = new System.Drawing.Point(87, 59); this.textBoxSum.Name = "textBoxSum"; this.textBoxSum.ReadOnly = true; this.textBoxSum.Size = new System.Drawing.Size(217, 20); this.textBoxSum.TabIndex = 5; // // FormCreateOrder // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(318, 118); this.Controls.Add(this.labelSum); this.Controls.Add(this.textBoxSum); this.Controls.Add(this.labelCount); this.Controls.Add(this.comboBoxProduct); this.Controls.Add(this.buttonCancel); this.Controls.Add(this.buttonSave); this.Controls.Add(this.textBoxCount); this.Controls.Add(this.labelProduct); this.Name = "FormCreateOrder"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Заказ"; this.Load += new System.EventHandler(this.FormCreateOrder_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label labelCount; private System.Windows.Forms.ComboBox comboBoxProduct; private System.Windows.Forms.Button buttonCancel; private System.Windows.Forms.Button buttonSave; private System.Windows.Forms.TextBox textBoxCount; private System.Windows.Forms.Label labelProduct; private System.Windows.Forms.Label labelSum; private System.Windows.Forms.TextBox textBoxSum; } }