namespace PlumbingRepairView { partial class FormStoreReplenishment { /// /// 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.textBoxCount = new System.Windows.Forms.TextBox(); this.labelWorkName = new System.Windows.Forms.Label(); this.labelShopName = new System.Windows.Forms.Label(); this.labelCount = new System.Windows.Forms.Label(); this.comboBoxShop = new System.Windows.Forms.ComboBox(); this.comboBoxWork = new System.Windows.Forms.ComboBox(); this.buttonSave = new System.Windows.Forms.Button(); this.buttonCancel = new System.Windows.Forms.Button(); this.SuspendLayout(); // // textBoxCount // this.textBoxCount.Location = new System.Drawing.Point(128, 109); this.textBoxCount.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5); this.textBoxCount.Name = "textBoxCount"; this.textBoxCount.Size = new System.Drawing.Size(183, 31); this.textBoxCount.TabIndex = 13; // // labelWorkName // this.labelWorkName.AutoSize = true; this.labelWorkName.Location = new System.Drawing.Point(5, 67); this.labelWorkName.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.labelWorkName.Name = "labelWorkName"; this.labelWorkName.Size = new System.Drawing.Size(72, 25); this.labelWorkName.TabIndex = 12; this.labelWorkName.Text = "Работа:"; // // labelShopName // this.labelShopName.AutoSize = true; this.labelShopName.Location = new System.Drawing.Point(5, 19); this.labelShopName.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.labelShopName.Name = "labelShopName"; this.labelShopName.Size = new System.Drawing.Size(85, 25); this.labelShopName.TabIndex = 10; this.labelShopName.Text = "Магазин:"; // // labelCount // this.labelCount.AutoSize = true; this.labelCount.Location = new System.Drawing.Point(5, 115); this.labelCount.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.labelCount.Name = "labelCount"; this.labelCount.Size = new System.Drawing.Size(111, 25); this.labelCount.TabIndex = 14; this.labelCount.Text = "Количество:"; // // comboBoxShop // this.comboBoxShop.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxShop.FormattingEnabled = true; this.comboBoxShop.Location = new System.Drawing.Point(128, 19); this.comboBoxShop.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6); this.comboBoxShop.Name = "comboBoxShop"; this.comboBoxShop.Size = new System.Drawing.Size(359, 33); this.comboBoxShop.TabIndex = 15; // // comboBoxWork // this.comboBoxWork.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxWork.FormattingEnabled = true; this.comboBoxWork.Location = new System.Drawing.Point(128, 59); this.comboBoxWork.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6); this.comboBoxWork.Name = "comboBoxWork"; this.comboBoxWork.Size = new System.Drawing.Size(359, 33); this.comboBoxWork.TabIndex = 16; // // buttonSave // this.buttonSave.Location = new System.Drawing.Point(15, 182); this.buttonSave.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5); this.buttonSave.Name = "buttonSave"; this.buttonSave.Size = new System.Drawing.Size(126, 45); this.buttonSave.TabIndex = 18; this.buttonSave.Text = "Сохранить"; this.buttonSave.UseVisualStyleBackColor = true; this.buttonSave.Click += new System.EventHandler(this.ButtonSave_Click); // // buttonCancel // this.buttonCancel.Location = new System.Drawing.Point(331, 182); this.buttonCancel.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5); this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Size = new System.Drawing.Size(126, 45); this.buttonCancel.TabIndex = 19; this.buttonCancel.Text = "Отмена"; this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.Click += new System.EventHandler(this.ButtonCancel_Click); // // FormStoreReplenishment // this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 25F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(501, 239); this.Controls.Add(this.buttonSave); this.Controls.Add(this.buttonCancel); this.Controls.Add(this.comboBoxWork); this.Controls.Add(this.comboBoxShop); this.Controls.Add(this.labelCount); this.Controls.Add(this.textBoxCount); this.Controls.Add(this.labelWorkName); this.Controls.Add(this.labelShopName); this.Name = "FormStoreReplenishment"; this.Text = "Пополнение магазина"; this.Load += new System.EventHandler(this.FormStoreReplenishment_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private TextBox textBoxCount; private Label labelWorkName; private Label labelShopName; private Label labelCount; private ComboBox comboBoxShop; private ComboBox comboBoxWork; private Button buttonSave; private Button buttonCancel; } }