namespace LawFirmView { partial class FormSellDocuments { /// /// 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.comboBoxDoc = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.textBoxCount = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.buttonSell = new System.Windows.Forms.Button(); this.buttonCancel = new System.Windows.Forms.Button(); this.SuspendLayout(); // // comboBoxDoc // this.comboBoxDoc.FormattingEnabled = true; this.comboBoxDoc.Location = new System.Drawing.Point(149, 12); this.comboBoxDoc.Name = "comboBoxDoc"; this.comboBoxDoc.Size = new System.Drawing.Size(218, 23); this.comboBoxDoc.TabIndex = 0; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(24, 15); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(110, 15); this.label1.TabIndex = 1; this.label1.Text = "Пакет документов:"; // // textBoxCount // this.textBoxCount.Location = new System.Drawing.Point(149, 41); this.textBoxCount.Name = "textBoxCount"; this.textBoxCount.Size = new System.Drawing.Size(218, 23); this.textBoxCount.TabIndex = 2; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(59, 49); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(75, 15); this.label2.TabIndex = 4; this.label2.Text = "Количество:"; // // buttonSell // this.buttonSell.Location = new System.Drawing.Point(149, 92); this.buttonSell.Name = "buttonSell"; this.buttonSell.Size = new System.Drawing.Size(75, 23); this.buttonSell.TabIndex = 5; this.buttonSell.Text = "Продать"; this.buttonSell.UseVisualStyleBackColor = true; this.buttonSell.Click += new System.EventHandler(this.buttonSell_Click); // // buttonCancel // this.buttonCancel.Location = new System.Drawing.Point(259, 92); this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Size = new System.Drawing.Size(75, 23); this.buttonCancel.TabIndex = 6; this.buttonCancel.Text = "Отмена"; this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click); // // FormSellDocuments // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(394, 137); this.Controls.Add(this.buttonCancel); this.Controls.Add(this.buttonSell); this.Controls.Add(this.label2); this.Controls.Add(this.textBoxCount); this.Controls.Add(this.label1); this.Controls.Add(this.comboBoxDoc); this.Name = "FormSellDocuments"; this.Text = "FormSellDocuments"; this.Load += new System.EventHandler(this.FormSellDocuments_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private ComboBox comboBoxDoc; private Label label1; private TextBox textBoxCount; private Label label2; private Button buttonSell; private Button buttonCancel; } }