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.comboBoxDocument = new System.Windows.Forms.ComboBox(); this.textBoxCount = new System.Windows.Forms.TextBox(); this.textBoxSum = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.buttonSave = new System.Windows.Forms.Button(); this.buttonCancel = new System.Windows.Forms.Button(); this.SuspendLayout(); // // comboBoxDocument // this.comboBoxDocument.FormattingEnabled = true; this.comboBoxDocument.Location = new System.Drawing.Point(116, 12); this.comboBoxDocument.Name = "comboBoxDocument"; this.comboBoxDocument.Size = new System.Drawing.Size(198, 23); this.comboBoxDocument.TabIndex = 0; this.comboBoxDocument.SelectedIndexChanged += new System.EventHandler(this.comboBoxDocument_SelectedIndexChanged); // // textBoxCount // this.textBoxCount.Location = new System.Drawing.Point(116, 41); this.textBoxCount.Name = "textBoxCount"; this.textBoxCount.Size = new System.Drawing.Size(198, 23); this.textBoxCount.TabIndex = 1; this.textBoxCount.TextChanged += new System.EventHandler(this.textBoxCount_TextChanged); // // textBoxSum // this.textBoxSum.Location = new System.Drawing.Point(116, 70); this.textBoxSum.Name = "textBoxSum"; this.textBoxSum.Size = new System.Drawing.Size(198, 23); this.textBoxSum.TabIndex = 2; this.textBoxSum.TextChanged += new System.EventHandler(this.textBoxSum_TextChanged); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(3, 12); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(110, 15); this.label1.TabIndex = 3; this.label1.Text = "Пакет документов:"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(3, 44); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(75, 15); this.label2.TabIndex = 4; this.label2.Text = "Количество:"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(3, 70); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(48, 15); this.label3.TabIndex = 5; this.label3.Text = "Сумма:"; // // buttonSave // this.buttonSave.Location = new System.Drawing.Point(180, 122); 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); // // buttonCancel // this.buttonCancel.Location = new System.Drawing.Point(282, 122); 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); // // FormCreateOrder // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(445, 158); this.Controls.Add(this.buttonCancel); this.Controls.Add(this.buttonSave); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.textBoxSum); this.Controls.Add(this.textBoxCount); this.Controls.Add(this.comboBoxDocument); this.Name = "FormCreateOrder"; this.Text = "Заказ"; this.Load += new System.EventHandler(this.FormCreateOrder_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private ComboBox comboBoxDocument; private TextBox textBoxCount; private TextBox textBoxSum; private Label label1; private Label label2; private Label label3; private Button buttonSave; private Button buttonCancel; } }