namespace LawFirmView { partial class FormShopSupply { /// /// 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.comboBoxShop = new System.Windows.Forms.ComboBox(); this.comboBoxDocument = new System.Windows.Forms.ComboBox(); this.textBoxCount = new System.Windows.Forms.TextBox(); this.buttonSave = new System.Windows.Forms.Button(); this.buttonCancel = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // comboBoxShop // this.comboBoxShop.FormattingEnabled = true; this.comboBoxShop.Location = new System.Drawing.Point(98, 12); this.comboBoxShop.Name = "comboBoxShop"; this.comboBoxShop.Size = new System.Drawing.Size(213, 23); this.comboBoxShop.TabIndex = 0; // // comboBoxDocument // this.comboBoxDocument.FormattingEnabled = true; this.comboBoxDocument.Location = new System.Drawing.Point(98, 41); this.comboBoxDocument.Name = "comboBoxDocument"; this.comboBoxDocument.Size = new System.Drawing.Size(213, 23); this.comboBoxDocument.TabIndex = 1; // // textBoxCount // this.textBoxCount.Location = new System.Drawing.Point(98, 70); this.textBoxCount.Name = "textBoxCount"; this.textBoxCount.Size = new System.Drawing.Size(213, 23); this.textBoxCount.TabIndex = 2; // // buttonSave // this.buttonSave.Location = new System.Drawing.Point(98, 122); this.buttonSave.Name = "buttonSave"; this.buttonSave.Size = new System.Drawing.Size(75, 23); this.buttonSave.TabIndex = 3; this.buttonSave.Text = "Сохранить"; this.buttonSave.UseVisualStyleBackColor = true; this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click); // // buttonCancel // this.buttonCancel.Location = new System.Drawing.Point(221, 122); this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Size = new System.Drawing.Size(75, 23); this.buttonCancel.TabIndex = 4; this.buttonCancel.Text = "Отмена"; this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(21, 9); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(66, 15); this.label1.TabIndex = 5; this.label1.Text = "Магазины:"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(14, 44); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(73, 15); this.label2.TabIndex = 6; this.label2.Text = "Документы:"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(14, 73); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(75, 15); this.label3.TabIndex = 7; this.label3.Text = "Количество:"; // // FormShopSupply // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(358, 159); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.buttonCancel); this.Controls.Add(this.buttonSave); this.Controls.Add(this.textBoxCount); this.Controls.Add(this.comboBoxDocument); this.Controls.Add(this.comboBoxShop); this.Name = "FormShopSupply"; this.Text = "FormShopSupply"; this.Load += new System.EventHandler(this.FormShopSupply_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private ComboBox comboBoxShop; private ComboBox comboBoxDocument; private TextBox textBoxCount; private Button buttonSave; private Button buttonCancel; private Label label1; private Label label2; private Label label3; } }