namespace Brovi07.session1
{
partial class newTovarForm
{
///
/// 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.components = new System.ComponentModel.Container();
System.Windows.Forms.Label titleLabel;
System.Windows.Forms.Label costLabel;
System.Windows.Forms.Label descriptionLabel;
System.Windows.Forms.Label mainImagePathLabel;
System.Windows.Forms.Label isActiveLabel;
System.Windows.Forms.Label manufacturerIDLabel;
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(newTovarForm));
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.panel1 = new System.Windows.Forms.Panel();
this.label1 = new System.Windows.Forms.Label();
this.broviDataSet = new Brovi07.BroviDataSet();
this.productBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.productTableAdapter = new Brovi07.BroviDataSetTableAdapters.ProductTableAdapter();
this.tableAdapterManager = new Brovi07.BroviDataSetTableAdapters.TableAdapterManager();
this.titleTextBox = new System.Windows.Forms.TextBox();
this.costTextBox = new System.Windows.Forms.TextBox();
this.descriptionTextBox = new System.Windows.Forms.TextBox();
this.mainImagePathTextBox = new System.Windows.Forms.TextBox();
this.isActiveCheckBox = new System.Windows.Forms.CheckBox();
this.manufacturerIDTextBox = new System.Windows.Forms.TextBox();
this.lastButton = new System.Windows.Forms.Button();
this.firstButton = new System.Windows.Forms.Button();
this.nextButton = new System.Windows.Forms.Button();
this.prevButton = new System.Windows.Forms.Button();
this.addButton = new System.Windows.Forms.Button();
this.delButton = new System.Windows.Forms.Button();
this.saveButtton = new System.Windows.Forms.Button();
this.exitButton = new System.Windows.Forms.Button();
titleLabel = new System.Windows.Forms.Label();
costLabel = new System.Windows.Forms.Label();
descriptionLabel = new System.Windows.Forms.Label();
mainImagePathLabel = new System.Windows.Forms.Label();
isActiveLabel = new System.Windows.Forms.Label();
manufacturerIDLabel = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.broviDataSet)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.productBindingSource)).BeginInit();
this.SuspendLayout();
//
// titleLabel
//
titleLabel.AutoSize = true;
titleLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
titleLabel.Location = new System.Drawing.Point(12, 114);
titleLabel.Name = "titleLabel";
titleLabel.Size = new System.Drawing.Size(101, 23);
titleLabel.TabIndex = 6;
titleLabel.Text = "Название:";
//
// costLabel
//
costLabel.AutoSize = true;
costLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
costLabel.Location = new System.Drawing.Point(12, 162);
costLabel.Name = "costLabel";
costLabel.Size = new System.Drawing.Size(108, 23);
costLabel.TabIndex = 8;
costLabel.Text = "Стоимость:";
//
// descriptionLabel
//
descriptionLabel.AutoSize = true;
descriptionLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
descriptionLabel.Location = new System.Drawing.Point(12, 215);
descriptionLabel.Name = "descriptionLabel";
descriptionLabel.Size = new System.Drawing.Size(103, 23);
descriptionLabel.TabIndex = 10;
descriptionLabel.Text = "Описание:";
//
// mainImagePathLabel
//
mainImagePathLabel.AutoSize = true;
mainImagePathLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
mainImagePathLabel.Location = new System.Drawing.Point(12, 269);
mainImagePathLabel.Name = "mainImagePathLabel";
mainImagePathLabel.Size = new System.Drawing.Size(136, 23);
mainImagePathLabel.TabIndex = 12;
mainImagePathLabel.Text = "Изображение:";
//
// isActiveLabel
//
isActiveLabel.AutoSize = true;
isActiveLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
isActiveLabel.Location = new System.Drawing.Point(12, 321);
isActiveLabel.Name = "isActiveLabel";
isActiveLabel.Size = new System.Drawing.Size(88, 23);
isActiveLabel.TabIndex = 14;
isActiveLabel.Text = "Активен:";
//
// manufacturerIDLabel
//
manufacturerIDLabel.AutoSize = true;
manufacturerIDLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
manufacturerIDLabel.Location = new System.Drawing.Point(11, 373);
manufacturerIDLabel.Name = "manufacturerIDLabel";
manufacturerIDLabel.Size = new System.Drawing.Size(177, 23);
manufacturerIDLabel.TabIndex = 16;
manufacturerIDLabel.Text = "ID производителя:";
//
// pictureBox1
//
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
this.pictureBox1.Location = new System.Drawing.Point(0, 0);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(82, 84);
this.pictureBox1.TabIndex = 3;
this.pictureBox1.TabStop = false;
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
this.panel1.Controls.Add(this.label1);
this.panel1.Location = new System.Drawing.Point(82, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(722, 86);
this.panel1.TabIndex = 2;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.label1.Location = new System.Drawing.Point(7, 29);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(204, 23);
this.label1.TabIndex = 3;
this.label1.Text = "Добавление товара";
//
// broviDataSet
//
this.broviDataSet.DataSetName = "BroviDataSet";
this.broviDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// productBindingSource
//
this.productBindingSource.DataMember = "Product";
this.productBindingSource.DataSource = this.broviDataSet;
//
// productTableAdapter
//
this.productTableAdapter.ClearBeforeFill = true;
//
// tableAdapterManager
//
this.tableAdapterManager.AttachedProductTableAdapter = null;
this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
this.tableAdapterManager.ClientServiceTableAdapter = null;
this.tableAdapterManager.ClientTableAdapter = null;
this.tableAdapterManager.DocumentByServiceTableAdapter = null;
this.tableAdapterManager.GenderTableAdapter = null;
this.tableAdapterManager.ManufacturerTableAdapter = null;
this.tableAdapterManager.ProductPhotoTableAdapter = null;
this.tableAdapterManager.ProductSaleTableAdapter = null;
this.tableAdapterManager.ProductTableAdapter = this.productTableAdapter;
this.tableAdapterManager.ServicePhotoTableAdapter = null;
this.tableAdapterManager.ServiceTableAdapter = null;
this.tableAdapterManager.TagOfClientTableAdapter = null;
this.tableAdapterManager.TagTableAdapter = null;
this.tableAdapterManager.UpdateOrder = Brovi07.BroviDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
//
// titleTextBox
//
this.titleTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productBindingSource, "Title", true));
this.titleTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.titleTextBox.Location = new System.Drawing.Point(194, 111);
this.titleTextBox.Name = "titleTextBox";
this.titleTextBox.Size = new System.Drawing.Size(185, 30);
this.titleTextBox.TabIndex = 7;
//
// costTextBox
//
this.costTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productBindingSource, "Cost", true));
this.costTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.costTextBox.Location = new System.Drawing.Point(194, 159);
this.costTextBox.Name = "costTextBox";
this.costTextBox.Size = new System.Drawing.Size(185, 30);
this.costTextBox.TabIndex = 9;
//
// descriptionTextBox
//
this.descriptionTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productBindingSource, "Description", true));
this.descriptionTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.descriptionTextBox.Location = new System.Drawing.Point(194, 212);
this.descriptionTextBox.Name = "descriptionTextBox";
this.descriptionTextBox.Size = new System.Drawing.Size(185, 30);
this.descriptionTextBox.TabIndex = 11;
//
// mainImagePathTextBox
//
this.mainImagePathTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productBindingSource, "MainImagePath", true));
this.mainImagePathTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.mainImagePathTextBox.Location = new System.Drawing.Point(194, 266);
this.mainImagePathTextBox.Name = "mainImagePathTextBox";
this.mainImagePathTextBox.Size = new System.Drawing.Size(185, 30);
this.mainImagePathTextBox.TabIndex = 13;
//
// isActiveCheckBox
//
this.isActiveCheckBox.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.productBindingSource, "IsActive", true));
this.isActiveCheckBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.isActiveCheckBox.Location = new System.Drawing.Point(194, 320);
this.isActiveCheckBox.Name = "isActiveCheckBox";
this.isActiveCheckBox.Size = new System.Drawing.Size(104, 24);
this.isActiveCheckBox.TabIndex = 15;
this.isActiveCheckBox.UseVisualStyleBackColor = true;
//
// manufacturerIDTextBox
//
this.manufacturerIDTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productBindingSource, "ManufacturerID", true));
this.manufacturerIDTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.manufacturerIDTextBox.Location = new System.Drawing.Point(194, 370);
this.manufacturerIDTextBox.Name = "manufacturerIDTextBox";
this.manufacturerIDTextBox.Size = new System.Drawing.Size(185, 30);
this.manufacturerIDTextBox.TabIndex = 17;
//
// lastButton
//
this.lastButton.BackColor = System.Drawing.Color.White;
this.lastButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.lastButton.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.lastButton.Location = new System.Drawing.Point(658, 107);
this.lastButton.Name = "lastButton";
this.lastButton.Size = new System.Drawing.Size(129, 37);
this.lastButton.TabIndex = 21;
this.lastButton.Text = "Последняя";
this.lastButton.UseVisualStyleBackColor = false;
this.lastButton.Click += new System.EventHandler(this.lastButton_Click);
//
// firstButton
//
this.firstButton.BackColor = System.Drawing.Color.White;
this.firstButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.firstButton.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.firstButton.Location = new System.Drawing.Point(459, 111);
this.firstButton.Name = "firstButton";
this.firstButton.Size = new System.Drawing.Size(136, 37);
this.firstButton.TabIndex = 20;
this.firstButton.Text = "Первая";
this.firstButton.UseVisualStyleBackColor = false;
this.firstButton.Click += new System.EventHandler(this.firstButton_Click);
//
// nextButton
//
this.nextButton.BackColor = System.Drawing.Color.White;
this.nextButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.nextButton.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.nextButton.Location = new System.Drawing.Point(658, 162);
this.nextButton.Name = "nextButton";
this.nextButton.Size = new System.Drawing.Size(129, 37);
this.nextButton.TabIndex = 19;
this.nextButton.Text = "Следующее";
this.nextButton.UseVisualStyleBackColor = false;
this.nextButton.Click += new System.EventHandler(this.nextButton_Click);
//
// prevButton
//
this.prevButton.BackColor = System.Drawing.Color.White;
this.prevButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.prevButton.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.prevButton.Location = new System.Drawing.Point(459, 162);
this.prevButton.Name = "prevButton";
this.prevButton.Size = new System.Drawing.Size(136, 37);
this.prevButton.TabIndex = 18;
this.prevButton.Text = "Предыдущее";
this.prevButton.UseVisualStyleBackColor = false;
this.prevButton.Click += new System.EventHandler(this.prevButton_Click);
//
// addButton
//
this.addButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.addButton.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.addButton.Location = new System.Drawing.Point(571, 269);
this.addButton.Name = "addButton";
this.addButton.Size = new System.Drawing.Size(129, 37);
this.addButton.TabIndex = 24;
this.addButton.Text = "Добавить";
this.addButton.UseVisualStyleBackColor = true;
this.addButton.Click += new System.EventHandler(this.addButton_Click);
//
// delButton
//
this.delButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.delButton.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.delButton.Location = new System.Drawing.Point(658, 215);
this.delButton.Name = "delButton";
this.delButton.Size = new System.Drawing.Size(129, 37);
this.delButton.TabIndex = 23;
this.delButton.Text = "Удалить";
this.delButton.UseVisualStyleBackColor = true;
this.delButton.Click += new System.EventHandler(this.delButton_Click);
//
// saveButtton
//
this.saveButtton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.saveButtton.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.saveButtton.Location = new System.Drawing.Point(459, 215);
this.saveButtton.Name = "saveButtton";
this.saveButtton.Size = new System.Drawing.Size(136, 37);
this.saveButtton.TabIndex = 22;
this.saveButtton.Text = "Сохранить";
this.saveButtton.UseVisualStyleBackColor = true;
this.saveButtton.Click += new System.EventHandler(this.saveButtton_Click);
//
// exitButton
//
this.exitButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.exitButton.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.exitButton.Location = new System.Drawing.Point(571, 401);
this.exitButton.Name = "exitButton";
this.exitButton.Size = new System.Drawing.Size(129, 37);
this.exitButton.TabIndex = 25;
this.exitButton.Text = "Выход";
this.exitButton.UseVisualStyleBackColor = true;
this.exitButton.Click += new System.EventHandler(this.exitButton_Click);
//
// newTovarForm
//
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(824, 450);
this.Controls.Add(this.exitButton);
this.Controls.Add(this.addButton);
this.Controls.Add(this.delButton);
this.Controls.Add(this.saveButtton);
this.Controls.Add(this.lastButton);
this.Controls.Add(this.firstButton);
this.Controls.Add(this.nextButton);
this.Controls.Add(this.prevButton);
this.Controls.Add(titleLabel);
this.Controls.Add(this.titleTextBox);
this.Controls.Add(costLabel);
this.Controls.Add(this.costTextBox);
this.Controls.Add(descriptionLabel);
this.Controls.Add(this.descriptionTextBox);
this.Controls.Add(mainImagePathLabel);
this.Controls.Add(this.mainImagePathTextBox);
this.Controls.Add(isActiveLabel);
this.Controls.Add(this.isActiveCheckBox);
this.Controls.Add(manufacturerIDLabel);
this.Controls.Add(this.manufacturerIDTextBox);
this.Controls.Add(this.pictureBox1);
this.Controls.Add(this.panel1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "newTovarForm";
this.Text = "Добавление товара";
this.Load += new System.EventHandler(this.newTovarForm_Load);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.broviDataSet)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.productBindingSource)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Label label1;
private BroviDataSet broviDataSet;
private System.Windows.Forms.BindingSource productBindingSource;
private BroviDataSetTableAdapters.ProductTableAdapter productTableAdapter;
private BroviDataSetTableAdapters.TableAdapterManager tableAdapterManager;
private System.Windows.Forms.TextBox titleTextBox;
private System.Windows.Forms.TextBox costTextBox;
private System.Windows.Forms.TextBox descriptionTextBox;
private System.Windows.Forms.TextBox mainImagePathTextBox;
private System.Windows.Forms.CheckBox isActiveCheckBox;
private System.Windows.Forms.TextBox manufacturerIDTextBox;
private System.Windows.Forms.Button lastButton;
private System.Windows.Forms.Button firstButton;
private System.Windows.Forms.Button nextButton;
private System.Windows.Forms.Button prevButton;
private System.Windows.Forms.Button addButton;
private System.Windows.Forms.Button delButton;
private System.Windows.Forms.Button saveButtton;
private System.Windows.Forms.Button exitButton;
}
}