namespace LawFirmView { partial class FormAddDocument { /// /// 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.labelShop = new System.Windows.Forms.Label(); this.labelDocument = new System.Windows.Forms.Label(); this.labelCount = new System.Windows.Forms.Label(); this.comboBoxShop = new System.Windows.Forms.ComboBox(); this.comboBoxDocument = new System.Windows.Forms.ComboBox(); this.numericUpDownCount = new System.Windows.Forms.NumericUpDown(); this.ButtonSave = new System.Windows.Forms.Button(); this.ButtonCancel = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownCount)).BeginInit(); this.SuspendLayout(); // // labelShop // this.labelShop.AutoSize = true; this.labelShop.Location = new System.Drawing.Point(10, 23); this.labelShop.Name = "labelShop"; this.labelShop.Size = new System.Drawing.Size(54, 15); this.labelShop.TabIndex = 0; this.labelShop.Text = "Магазин"; // // labelDocument // this.labelDocument.AutoSize = true; this.labelDocument.Location = new System.Drawing.Point(10, 57); this.labelDocument.Name = "labelDocument"; this.labelDocument.Size = new System.Drawing.Size(61, 15); this.labelDocument.TabIndex = 1; this.labelDocument.Text = "Документ"; // // labelCount // this.labelCount.AutoSize = true; this.labelCount.Location = new System.Drawing.Point(10, 95); this.labelCount.Name = "labelCount"; this.labelCount.Size = new System.Drawing.Size(72, 15); this.labelCount.TabIndex = 2; this.labelCount.Text = "Количество"; // // comboBoxShop // this.comboBoxShop.FormattingEnabled = true; this.comboBoxShop.Location = new System.Drawing.Point(97, 23); this.comboBoxShop.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.comboBoxShop.Name = "comboBoxShop"; this.comboBoxShop.Size = new System.Drawing.Size(323, 23); this.comboBoxShop.TabIndex = 3; // // comboBoxDocument // this.comboBoxDocument.FormattingEnabled = true; this.comboBoxDocument.Location = new System.Drawing.Point(97, 57); this.comboBoxDocument.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.comboBoxDocument.Name = "comboBoxDocument"; this.comboBoxDocument.Size = new System.Drawing.Size(323, 23); this.comboBoxDocument.TabIndex = 4; // // numericUpDownCount // this.numericUpDownCount.Location = new System.Drawing.Point(97, 90); this.numericUpDownCount.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.numericUpDownCount.Name = "numericUpDownCount"; this.numericUpDownCount.Size = new System.Drawing.Size(323, 23); this.numericUpDownCount.TabIndex = 5; // // ButtonSave // this.ButtonSave.Location = new System.Drawing.Point(244, 125); this.ButtonSave.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.ButtonSave.Name = "ButtonSave"; this.ButtonSave.Size = new System.Drawing.Size(82, 22); 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(338, 125); this.ButtonCancel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.ButtonCancel.Name = "ButtonCancel"; this.ButtonCancel.Size = new System.Drawing.Size(82, 22); this.ButtonCancel.TabIndex = 7; this.ButtonCancel.Text = "Отмена"; this.ButtonCancel.UseVisualStyleBackColor = true; this.ButtonCancel.Click += new System.EventHandler(this.ButtonCancel_Click); // // FormAddDocument // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(430, 155); this.Controls.Add(this.ButtonCancel); this.Controls.Add(this.ButtonSave); this.Controls.Add(this.numericUpDownCount); this.Controls.Add(this.comboBoxDocument); this.Controls.Add(this.comboBoxShop); this.Controls.Add(this.labelCount); this.Controls.Add(this.labelDocument); this.Controls.Add(this.labelShop); this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.Name = "FormAddDocument"; this.Text = "Добавление документа"; this.Load += new System.EventHandler(this.FormAddDocument_Load); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownCount)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Label labelShop; private Label labelDocument; private Label labelCount; private ComboBox comboBoxShop; private ComboBox comboBoxDocument; private NumericUpDown numericUpDownCount; private Button ButtonSave; private Button ButtonCancel; } }