namespace Neshina1703 { partial class ProductForm { private System.ComponentModel.IContainer components = null; private System.Windows.Forms.Label lblTitle; private System.Windows.Forms.Label lblName; private System.Windows.Forms.Label lblPrice; private System.Windows.Forms.Label lblDiscount; private System.Windows.Forms.Label lblQuantity; private System.Windows.Forms.Label lblBatch; private System.Windows.Forms.Label lblSupplier; private System.Windows.Forms.Label lblStatus; private System.Windows.Forms.Label lblImage; private System.Windows.Forms.Label lblAnalog; private System.Windows.Forms.TextBox txtName; private System.Windows.Forms.TextBox txtPrice; private System.Windows.Forms.TextBox txtDiscount; private System.Windows.Forms.TextBox txtQuantity; private System.Windows.Forms.TextBox txtBatch; private System.Windows.Forms.ComboBox cbSupplier; private System.Windows.Forms.ComboBox cbStatus; private System.Windows.Forms.TextBox txtImage; private System.Windows.Forms.Button btnBrowse; private System.Windows.Forms.CheckBox cbAnalog; private System.Windows.Forms.Button btnSave; private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.ErrorProvider errorProvider; protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ProductForm)); this.lblTitle = new System.Windows.Forms.Label(); this.lblName = new System.Windows.Forms.Label(); this.lblPrice = new System.Windows.Forms.Label(); this.lblDiscount = new System.Windows.Forms.Label(); this.lblQuantity = new System.Windows.Forms.Label(); this.lblBatch = new System.Windows.Forms.Label(); this.lblSupplier = new System.Windows.Forms.Label(); this.lblStatus = new System.Windows.Forms.Label(); this.lblImage = new System.Windows.Forms.Label(); this.lblAnalog = new System.Windows.Forms.Label(); this.txtName = new System.Windows.Forms.TextBox(); this.txtPrice = new System.Windows.Forms.TextBox(); this.txtDiscount = new System.Windows.Forms.TextBox(); this.txtQuantity = new System.Windows.Forms.TextBox(); this.txtBatch = new System.Windows.Forms.TextBox(); this.cbSupplier = new System.Windows.Forms.ComboBox(); this.cbStatus = new System.Windows.Forms.ComboBox(); this.txtImage = new System.Windows.Forms.TextBox(); this.btnBrowse = new System.Windows.Forms.Button(); this.cbAnalog = new System.Windows.Forms.CheckBox(); this.btnSave = new System.Windows.Forms.Button(); this.btnCancel = new System.Windows.Forms.Button(); this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components); this.lblPercent1 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit(); this.SuspendLayout(); // // lblTitle // this.lblTitle.AutoSize = true; this.lblTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Bold); this.lblTitle.Location = new System.Drawing.Point(12, 15); this.lblTitle.Name = "lblTitle"; this.lblTitle.Size = new System.Drawing.Size(70, 24); this.lblTitle.TabIndex = 0; this.lblTitle.Text = "Товар"; // // lblName // this.lblName.AutoSize = true; this.lblName.Location = new System.Drawing.Point(15, 60); this.lblName.Name = "lblName"; this.lblName.Size = new System.Drawing.Size(57, 13); this.lblName.TabIndex = 1; this.lblName.Text = "Название"; // // lblPrice // this.lblPrice.AutoSize = true; this.lblPrice.Location = new System.Drawing.Point(15, 110); this.lblPrice.Name = "lblPrice"; this.lblPrice.Size = new System.Drawing.Size(40, 13); this.lblPrice.TabIndex = 3; this.lblPrice.Text = "Цена *"; // // lblDiscount // this.lblDiscount.AutoSize = true; this.lblDiscount.Location = new System.Drawing.Point(160, 110); this.lblDiscount.Name = "lblDiscount"; this.lblDiscount.Size = new System.Drawing.Size(44, 13); this.lblDiscount.TabIndex = 5; this.lblDiscount.Text = "Скидка"; // // lblQuantity // this.lblQuantity.AutoSize = true; this.lblQuantity.Location = new System.Drawing.Point(270, 110); this.lblQuantity.Name = "lblQuantity"; this.lblQuantity.Size = new System.Drawing.Size(67, 13); this.lblQuantity.TabIndex = 8; this.lblQuantity.Text = "На складе *"; // // lblBatch // this.lblBatch.AutoSize = true; this.lblBatch.Location = new System.Drawing.Point(15, 160); this.lblBatch.Name = "lblBatch"; this.lblBatch.Size = new System.Drawing.Size(79, 13); this.lblBatch.TabIndex = 10; this.lblBatch.Text = "Номер партии"; // // lblSupplier // this.lblSupplier.AutoSize = true; this.lblSupplier.Location = new System.Drawing.Point(190, 160); this.lblSupplier.Name = "lblSupplier"; this.lblSupplier.Size = new System.Drawing.Size(65, 13); this.lblSupplier.TabIndex = 12; this.lblSupplier.Text = "Поставщик"; // // lblStatus // this.lblStatus.AutoSize = true; this.lblStatus.Location = new System.Drawing.Point(15, 210); this.lblStatus.Name = "lblStatus"; this.lblStatus.Size = new System.Drawing.Size(43, 13); this.lblStatus.TabIndex = 14; this.lblStatus.Text = "Отпуск"; // // lblImage // this.lblImage.AutoSize = true; this.lblImage.Location = new System.Drawing.Point(190, 210); this.lblImage.Name = "lblImage"; this.lblImage.Size = new System.Drawing.Size(77, 13); this.lblImage.TabIndex = 16; this.lblImage.Text = "Изображение"; // // lblAnalog // this.lblAnalog.AutoSize = true; this.lblAnalog.Location = new System.Drawing.Point(15, 260); this.lblAnalog.Name = "lblAnalog"; this.lblAnalog.Size = new System.Drawing.Size(94, 13); this.lblAnalog.TabIndex = 19; this.lblAnalog.Text = "Наличие аналога"; // // txtName // this.txtName.Location = new System.Drawing.Point(18, 76); this.txtName.Name = "txtName"; this.txtName.Size = new System.Drawing.Size(350, 20); this.txtName.TabIndex = 0; this.txtName.Validating += new System.ComponentModel.CancelEventHandler(this.txtName_Validating); // // txtPrice // this.txtPrice.Location = new System.Drawing.Point(18, 126); this.txtPrice.Name = "txtPrice"; this.txtPrice.Size = new System.Drawing.Size(120, 20); this.txtPrice.TabIndex = 1; this.txtPrice.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtPrice_KeyPress); this.txtPrice.Validating += new System.ComponentModel.CancelEventHandler(this.txtPrice_Validating); // // txtDiscount // this.txtDiscount.Location = new System.Drawing.Point(163, 126); this.txtDiscount.Name = "txtDiscount"; this.txtDiscount.Size = new System.Drawing.Size(80, 20); this.txtDiscount.TabIndex = 2; this.txtDiscount.Text = "0"; this.txtDiscount.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtDiscount_KeyPress); // // txtQuantity // this.txtQuantity.Location = new System.Drawing.Point(273, 126); this.txtQuantity.Name = "txtQuantity"; this.txtQuantity.Size = new System.Drawing.Size(95, 20); this.txtQuantity.TabIndex = 3; this.txtQuantity.Text = "0"; this.txtQuantity.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtQuantity_KeyPress); this.txtQuantity.Validating += new System.ComponentModel.CancelEventHandler(this.txtQuantity_Validating); // // txtBatch // this.txtBatch.Location = new System.Drawing.Point(18, 176); this.txtBatch.Name = "txtBatch"; this.txtBatch.Size = new System.Drawing.Size(150, 20); this.txtBatch.TabIndex = 4; // // cbSupplier // this.cbSupplier.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbSupplier.FormattingEnabled = true; this.cbSupplier.Location = new System.Drawing.Point(193, 176); this.cbSupplier.Name = "cbSupplier"; this.cbSupplier.Size = new System.Drawing.Size(175, 21); this.cbSupplier.TabIndex = 5; // // cbStatus // this.cbStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbStatus.FormattingEnabled = true; this.cbStatus.Items.AddRange(new object[] { "Свободно", "По рецепту"}); this.cbStatus.Location = new System.Drawing.Point(18, 226); this.cbStatus.Name = "cbStatus"; this.cbStatus.Size = new System.Drawing.Size(150, 21); this.cbStatus.TabIndex = 6; this.cbStatus.Validating += new System.ComponentModel.CancelEventHandler(this.cbStatus_Validating); // // txtImage // this.txtImage.Location = new System.Drawing.Point(193, 226); this.txtImage.Name = "txtImage"; this.txtImage.ReadOnly = true; this.txtImage.Size = new System.Drawing.Size(140, 20); this.txtImage.TabIndex = 7; // // btnBrowse // this.btnBrowse.Location = new System.Drawing.Point(336, 225); this.btnBrowse.Name = "btnBrowse"; this.btnBrowse.Size = new System.Drawing.Size(32, 23); this.btnBrowse.TabIndex = 8; this.btnBrowse.Text = "..."; this.btnBrowse.UseVisualStyleBackColor = true; this.btnBrowse.Click += new System.EventHandler(this.btnBrowse_Click); // // cbAnalog // this.cbAnalog.AutoSize = true; this.cbAnalog.Location = new System.Drawing.Point(18, 279); this.cbAnalog.Name = "cbAnalog"; this.cbAnalog.Size = new System.Drawing.Size(41, 17); this.cbAnalog.TabIndex = 9; this.cbAnalog.Text = "Да"; this.cbAnalog.UseVisualStyleBackColor = true; // // btnSave // this.btnSave.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(180)))), ((int)(((byte)(80))))); this.btnSave.FlatAppearance.BorderSize = 0; this.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnSave.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold); this.btnSave.ForeColor = System.Drawing.Color.White; this.btnSave.Location = new System.Drawing.Point(16, 320); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(120, 40); this.btnSave.TabIndex = 10; this.btnSave.Text = "Сохранить"; this.btnSave.UseVisualStyleBackColor = false; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // btnCancel // this.btnCancel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(150)))), ((int)(((byte)(150)))), ((int)(((byte)(150))))); this.btnCancel.FlatAppearance.BorderSize = 0; this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnCancel.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold); this.btnCancel.ForeColor = System.Drawing.Color.White; this.btnCancel.Location = new System.Drawing.Point(155, 320); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(100, 40); this.btnCancel.TabIndex = 11; this.btnCancel.Text = "Отмена"; this.btnCancel.UseVisualStyleBackColor = false; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // errorProvider // this.errorProvider.ContainerControl = this; // // lblPercent1 // this.lblPercent1.AutoSize = true; this.lblPercent1.Location = new System.Drawing.Point(246, 129); this.lblPercent1.Name = "lblPercent1"; this.lblPercent1.Size = new System.Drawing.Size(15, 13); this.lblPercent1.TabIndex = 6; this.lblPercent1.Text = "%"; // // ProductForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(385, 380); this.Controls.Add(this.lblTitle); this.Controls.Add(this.lblName); this.Controls.Add(this.txtName); this.Controls.Add(this.lblPrice); this.Controls.Add(this.txtPrice); this.Controls.Add(this.lblDiscount); this.Controls.Add(this.txtDiscount); this.Controls.Add(this.lblPercent1); this.Controls.Add(this.lblQuantity); this.Controls.Add(this.txtQuantity); this.Controls.Add(this.lblBatch); this.Controls.Add(this.txtBatch); this.Controls.Add(this.lblSupplier); this.Controls.Add(this.cbSupplier); this.Controls.Add(this.lblStatus); this.Controls.Add(this.cbStatus); this.Controls.Add(this.lblImage); this.Controls.Add(this.txtImage); this.Controls.Add(this.btnBrowse); this.Controls.Add(this.lblAnalog); this.Controls.Add(this.cbAnalog); this.Controls.Add(this.btnSave); this.Controls.Add(this.btnCancel); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "ProductForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Товар"; this.Load += new System.EventHandler(this.ProductForm_Load); ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } private System.Windows.Forms.Label lblPercent1; } }