123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562 |
- namespace ИС32Осадчий
- {
- partial class Добавление_продуктов
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- System.Windows.Forms.Label productArticleNumberLabel;
- System.Windows.Forms.Label productNameLabel;
- System.Windows.Forms.Label productDescriptionLabel;
- System.Windows.Forms.Label productCategoryLabel;
- System.Windows.Forms.Label productManufacturerLabel;
- System.Windows.Forms.Label productCostLabel;
- System.Windows.Forms.Label productDiscountAmountLabel;
- System.Windows.Forms.Label productQuantityInStockLabel;
- System.Windows.Forms.Label productStatusLabel;
- System.Windows.Forms.Label userIDLabel;
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Добавление_продуктов));
- this.panel1 = new System.Windows.Forms.Panel();
- this.comboBox1 = new System.Windows.Forms.ComboBox();
- this.productBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.иС32ОсадчийDataSet = new ИС32Осадчий.ИС32ОсадчийDataSet();
- this.userBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.productStatusTextBox = new System.Windows.Forms.TextBox();
- this.productQuantityInStockTextBox = new System.Windows.Forms.TextBox();
- this.productDiscountAmountTextBox = new System.Windows.Forms.TextBox();
- this.productCostTextBox = new System.Windows.Forms.TextBox();
- this.productManufacturerTextBox = new System.Windows.Forms.TextBox();
- this.productCategoryTextBox = new System.Windows.Forms.TextBox();
- this.productDescriptionTextBox = new System.Windows.Forms.TextBox();
- this.productNameTextBox = new System.Windows.Forms.TextBox();
- this.productArticleNumberTextBox = new System.Windows.Forms.TextBox();
- this.button6 = new System.Windows.Forms.Button();
- this.productTableAdapter = new ИС32Осадчий.ИС32ОсадчийDataSetTableAdapters.ProductTableAdapter();
- this.tableAdapterManager = new ИС32Осадчий.ИС32ОсадчийDataSetTableAdapters.TableAdapterManager();
- this.userTableAdapter = new ИС32Осадчий.ИС32ОсадчийDataSetTableAdapters.UserTableAdapter();
- this.productBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
- this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
- this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
- this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
- this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
- this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
- this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
- this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
- this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
- this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
- this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
- this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
- this.productBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
- this.button3 = new System.Windows.Forms.Button();
- this.button2 = new System.Windows.Forms.Button();
- this.button1 = new System.Windows.Forms.Button();
- productArticleNumberLabel = new System.Windows.Forms.Label();
- productNameLabel = new System.Windows.Forms.Label();
- productDescriptionLabel = new System.Windows.Forms.Label();
- productCategoryLabel = new System.Windows.Forms.Label();
- productManufacturerLabel = new System.Windows.Forms.Label();
- productCostLabel = new System.Windows.Forms.Label();
- productDiscountAmountLabel = new System.Windows.Forms.Label();
- productQuantityInStockLabel = new System.Windows.Forms.Label();
- productStatusLabel = new System.Windows.Forms.Label();
- userIDLabel = new System.Windows.Forms.Label();
- this.panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.productBindingSource)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.иС32ОсадчийDataSet)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.userBindingSource)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.productBindingNavigator)).BeginInit();
- this.productBindingNavigator.SuspendLayout();
- this.SuspendLayout();
- //
- // productArticleNumberLabel
- //
- productArticleNumberLabel.AutoSize = true;
- productArticleNumberLabel.Location = new System.Drawing.Point(259, 40);
- productArticleNumberLabel.Name = "productArticleNumberLabel";
- productArticleNumberLabel.Size = new System.Drawing.Size(119, 13);
- productArticleNumberLabel.TabIndex = 9;
- productArticleNumberLabel.Text = "Product Article Number:";
- //
- // productNameLabel
- //
- productNameLabel.AutoSize = true;
- productNameLabel.Location = new System.Drawing.Point(259, 69);
- productNameLabel.Name = "productNameLabel";
- productNameLabel.Size = new System.Drawing.Size(78, 13);
- productNameLabel.TabIndex = 10;
- productNameLabel.Text = "Product Name:";
- //
- // productDescriptionLabel
- //
- productDescriptionLabel.AutoSize = true;
- productDescriptionLabel.Location = new System.Drawing.Point(259, 101);
- productDescriptionLabel.Name = "productDescriptionLabel";
- productDescriptionLabel.Size = new System.Drawing.Size(103, 13);
- productDescriptionLabel.TabIndex = 11;
- productDescriptionLabel.Text = "Product Description:";
- //
- // productCategoryLabel
- //
- productCategoryLabel.AutoSize = true;
- productCategoryLabel.Location = new System.Drawing.Point(259, 140);
- productCategoryLabel.Name = "productCategoryLabel";
- productCategoryLabel.Size = new System.Drawing.Size(92, 13);
- productCategoryLabel.TabIndex = 12;
- productCategoryLabel.Text = "Product Category:";
- //
- // productManufacturerLabel
- //
- productManufacturerLabel.AutoSize = true;
- productManufacturerLabel.Location = new System.Drawing.Point(259, 179);
- productManufacturerLabel.Name = "productManufacturerLabel";
- productManufacturerLabel.Size = new System.Drawing.Size(113, 13);
- productManufacturerLabel.TabIndex = 13;
- productManufacturerLabel.Text = "Product Manufacturer:";
- //
- // productCostLabel
- //
- productCostLabel.AutoSize = true;
- productCostLabel.Location = new System.Drawing.Point(259, 213);
- productCostLabel.Name = "productCostLabel";
- productCostLabel.Size = new System.Drawing.Size(71, 13);
- productCostLabel.TabIndex = 14;
- productCostLabel.Text = "Product Cost:";
- //
- // productDiscountAmountLabel
- //
- productDiscountAmountLabel.AutoSize = true;
- productDiscountAmountLabel.Location = new System.Drawing.Point(259, 244);
- productDiscountAmountLabel.Name = "productDiscountAmountLabel";
- productDiscountAmountLabel.Size = new System.Drawing.Size(131, 13);
- productDiscountAmountLabel.TabIndex = 15;
- productDiscountAmountLabel.Text = "Product Discount Amount:";
- //
- // productQuantityInStockLabel
- //
- productQuantityInStockLabel.AutoSize = true;
- productQuantityInStockLabel.Location = new System.Drawing.Point(259, 278);
- productQuantityInStockLabel.Name = "productQuantityInStockLabel";
- productQuantityInStockLabel.Size = new System.Drawing.Size(132, 13);
- productQuantityInStockLabel.TabIndex = 16;
- productQuantityInStockLabel.Text = "Product Quantity In Stock:";
- //
- // productStatusLabel
- //
- productStatusLabel.AutoSize = true;
- productStatusLabel.Location = new System.Drawing.Point(259, 307);
- productStatusLabel.Name = "productStatusLabel";
- productStatusLabel.Size = new System.Drawing.Size(80, 13);
- productStatusLabel.TabIndex = 17;
- productStatusLabel.Text = "Product Status:";
- //
- // userIDLabel
- //
- userIDLabel.AutoSize = true;
- userIDLabel.Location = new System.Drawing.Point(259, 343);
- userIDLabel.Name = "userIDLabel";
- userIDLabel.Size = new System.Drawing.Size(46, 13);
- userIDLabel.TabIndex = 19;
- userIDLabel.Text = "User ID:";
- //
- // panel1
- //
- this.panel1.BackColor = System.Drawing.Color.Moccasin;
- this.panel1.Controls.Add(this.button3);
- this.panel1.Controls.Add(this.comboBox1);
- this.panel1.Controls.Add(this.button2);
- this.panel1.Controls.Add(userIDLabel);
- this.panel1.Controls.Add(this.button1);
- this.panel1.Controls.Add(productStatusLabel);
- this.panel1.Controls.Add(this.productStatusTextBox);
- this.panel1.Controls.Add(productQuantityInStockLabel);
- this.panel1.Controls.Add(this.productQuantityInStockTextBox);
- this.panel1.Controls.Add(productDiscountAmountLabel);
- this.panel1.Controls.Add(this.productDiscountAmountTextBox);
- this.panel1.Controls.Add(productCostLabel);
- this.panel1.Controls.Add(this.productCostTextBox);
- this.panel1.Controls.Add(productManufacturerLabel);
- this.panel1.Controls.Add(this.productManufacturerTextBox);
- this.panel1.Controls.Add(productCategoryLabel);
- this.panel1.Controls.Add(this.productCategoryTextBox);
- this.panel1.Controls.Add(productDescriptionLabel);
- this.panel1.Controls.Add(this.productDescriptionTextBox);
- this.panel1.Controls.Add(productNameLabel);
- this.panel1.Controls.Add(this.productNameTextBox);
- this.panel1.Controls.Add(productArticleNumberLabel);
- this.panel1.Controls.Add(this.productArticleNumberTextBox);
- this.panel1.Controls.Add(this.button6);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel1.Location = new System.Drawing.Point(0, 0);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(808, 458);
- this.panel1.TabIndex = 1;
- //
- // comboBox1
- //
- this.comboBox1.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.productBindingSource, "UserID", true));
- this.comboBox1.DataSource = this.userBindingSource;
- this.comboBox1.DisplayMember = "UserID";
- this.comboBox1.FormattingEnabled = true;
- this.comboBox1.Location = new System.Drawing.Point(384, 335);
- this.comboBox1.Name = "comboBox1";
- this.comboBox1.Size = new System.Drawing.Size(100, 21);
- this.comboBox1.TabIndex = 20;
- this.comboBox1.ValueMember = "UserID";
- //
- // productBindingSource
- //
- this.productBindingSource.DataMember = "Product";
- this.productBindingSource.DataSource = this.иС32ОсадчийDataSet;
- //
- // иС32ОсадчийDataSet
- //
- this.иС32ОсадчийDataSet.DataSetName = "ИС32ОсадчийDataSet";
- this.иС32ОсадчийDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // userBindingSource
- //
- this.userBindingSource.DataMember = "User";
- this.userBindingSource.DataSource = this.иС32ОсадчийDataSet;
- //
- // productStatusTextBox
- //
- this.productStatusTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productBindingSource, "ProductStatus", true));
- this.productStatusTextBox.Location = new System.Drawing.Point(397, 304);
- this.productStatusTextBox.Name = "productStatusTextBox";
- this.productStatusTextBox.Size = new System.Drawing.Size(100, 20);
- this.productStatusTextBox.TabIndex = 18;
- //
- // productQuantityInStockTextBox
- //
- this.productQuantityInStockTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productBindingSource, "ProductQuantityInStock", true));
- this.productQuantityInStockTextBox.Location = new System.Drawing.Point(397, 275);
- this.productQuantityInStockTextBox.Name = "productQuantityInStockTextBox";
- this.productQuantityInStockTextBox.Size = new System.Drawing.Size(100, 20);
- this.productQuantityInStockTextBox.TabIndex = 17;
- //
- // productDiscountAmountTextBox
- //
- this.productDiscountAmountTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productBindingSource, "ProductDiscountAmount", true));
- this.productDiscountAmountTextBox.Location = new System.Drawing.Point(396, 241);
- this.productDiscountAmountTextBox.Name = "productDiscountAmountTextBox";
- this.productDiscountAmountTextBox.Size = new System.Drawing.Size(100, 20);
- this.productDiscountAmountTextBox.TabIndex = 16;
- this.productDiscountAmountTextBox.TextChanged += new System.EventHandler(this.productDiscountAmountTextBox_TextChanged);
- //
- // productCostTextBox
- //
- this.productCostTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productBindingSource, "ProductCost", true));
- this.productCostTextBox.Location = new System.Drawing.Point(384, 210);
- this.productCostTextBox.Name = "productCostTextBox";
- this.productCostTextBox.Size = new System.Drawing.Size(100, 20);
- this.productCostTextBox.TabIndex = 15;
- //
- // productManufacturerTextBox
- //
- this.productManufacturerTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productBindingSource, "ProductManufacturer", true));
- this.productManufacturerTextBox.Location = new System.Drawing.Point(384, 179);
- this.productManufacturerTextBox.Name = "productManufacturerTextBox";
- this.productManufacturerTextBox.Size = new System.Drawing.Size(100, 20);
- this.productManufacturerTextBox.TabIndex = 14;
- //
- // productCategoryTextBox
- //
- this.productCategoryTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productBindingSource, "ProductCategory", true));
- this.productCategoryTextBox.Location = new System.Drawing.Point(384, 140);
- this.productCategoryTextBox.Name = "productCategoryTextBox";
- this.productCategoryTextBox.Size = new System.Drawing.Size(100, 20);
- this.productCategoryTextBox.TabIndex = 13;
- //
- // productDescriptionTextBox
- //
- this.productDescriptionTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productBindingSource, "ProductDescription", true));
- this.productDescriptionTextBox.Location = new System.Drawing.Point(384, 101);
- this.productDescriptionTextBox.Name = "productDescriptionTextBox";
- this.productDescriptionTextBox.Size = new System.Drawing.Size(100, 20);
- this.productDescriptionTextBox.TabIndex = 12;
- //
- // productNameTextBox
- //
- this.productNameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productBindingSource, "ProductName", true));
- this.productNameTextBox.Location = new System.Drawing.Point(384, 66);
- this.productNameTextBox.Name = "productNameTextBox";
- this.productNameTextBox.Size = new System.Drawing.Size(100, 20);
- this.productNameTextBox.TabIndex = 11;
- //
- // productArticleNumberTextBox
- //
- this.productArticleNumberTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productBindingSource, "ProductArticleNumber", true));
- this.productArticleNumberTextBox.Location = new System.Drawing.Point(384, 37);
- this.productArticleNumberTextBox.Name = "productArticleNumberTextBox";
- this.productArticleNumberTextBox.Size = new System.Drawing.Size(100, 20);
- this.productArticleNumberTextBox.TabIndex = 10;
- //
- // button6
- //
- this.button6.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.button6.Location = new System.Drawing.Point(678, 400);
- this.button6.Name = "button6";
- this.button6.Size = new System.Drawing.Size(110, 38);
- this.button6.TabIndex = 9;
- this.button6.Text = "Назад";
- this.button6.UseVisualStyleBackColor = true;
- this.button6.Click += new System.EventHandler(this.button6_Click);
- //
- // productTableAdapter
- //
- this.productTableAdapter.ClearBeforeFill = true;
- //
- // tableAdapterManager
- //
- this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
- this.tableAdapterManager.OrderProductTableAdapter = null;
- this.tableAdapterManager.OrderTableAdapter = null;
- this.tableAdapterManager.ProductTableAdapter = this.productTableAdapter;
- this.tableAdapterManager.RoleTableAdapter = null;
- this.tableAdapterManager.UpdateOrder = ИС32Осадчий.ИС32ОсадчийDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
- this.tableAdapterManager.UserTableAdapter = this.userTableAdapter;
- //
- // userTableAdapter
- //
- this.userTableAdapter.ClearBeforeFill = true;
- //
- // productBindingNavigator
- //
- this.productBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
- this.productBindingNavigator.BindingSource = this.productBindingSource;
- this.productBindingNavigator.CountItem = this.bindingNavigatorCountItem;
- this.productBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
- this.productBindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.bindingNavigatorMoveFirstItem,
- this.bindingNavigatorMovePreviousItem,
- this.bindingNavigatorSeparator,
- this.bindingNavigatorPositionItem,
- this.bindingNavigatorCountItem,
- this.bindingNavigatorSeparator1,
- this.bindingNavigatorMoveNextItem,
- this.bindingNavigatorMoveLastItem,
- this.bindingNavigatorSeparator2,
- this.bindingNavigatorAddNewItem,
- this.bindingNavigatorDeleteItem,
- this.productBindingNavigatorSaveItem});
- this.productBindingNavigator.Location = new System.Drawing.Point(0, 0);
- this.productBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
- this.productBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
- this.productBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
- this.productBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
- this.productBindingNavigator.Name = "productBindingNavigator";
- this.productBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
- this.productBindingNavigator.Size = new System.Drawing.Size(808, 25);
- this.productBindingNavigator.TabIndex = 2;
- this.productBindingNavigator.Text = "bindingNavigator1";
- //
- // bindingNavigatorAddNewItem
- //
- this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
- this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
- this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
- this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
- this.bindingNavigatorAddNewItem.Text = "Добавить";
- //
- // bindingNavigatorCountItem
- //
- this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
- this.bindingNavigatorCountItem.Size = new System.Drawing.Size(43, 22);
- this.bindingNavigatorCountItem.Text = "для {0}";
- this.bindingNavigatorCountItem.ToolTipText = "Общее число элементов";
- //
- // bindingNavigatorDeleteItem
- //
- this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
- this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
- this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
- this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22);
- this.bindingNavigatorDeleteItem.Text = "Удалить";
- //
- // bindingNavigatorMoveFirstItem
- //
- this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
- this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
- this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
- this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
- this.bindingNavigatorMoveFirstItem.Text = "Переместить в начало";
- //
- // bindingNavigatorMovePreviousItem
- //
- this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
- this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
- this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
- this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
- this.bindingNavigatorMovePreviousItem.Text = "Переместить назад";
- //
- // bindingNavigatorSeparator
- //
- this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
- this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
- //
- // bindingNavigatorPositionItem
- //
- this.bindingNavigatorPositionItem.AccessibleName = "Положение";
- this.bindingNavigatorPositionItem.AutoSize = false;
- this.bindingNavigatorPositionItem.Font = new System.Drawing.Font("Segoe UI", 9F);
- this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
- this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
- this.bindingNavigatorPositionItem.Text = "0";
- this.bindingNavigatorPositionItem.ToolTipText = "Текущее положение";
- //
- // bindingNavigatorSeparator1
- //
- this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
- this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
- //
- // bindingNavigatorMoveNextItem
- //
- this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
- this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
- this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
- this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
- this.bindingNavigatorMoveNextItem.Text = "Переместить вперед";
- //
- // bindingNavigatorMoveLastItem
- //
- this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
- this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
- this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
- this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
- this.bindingNavigatorMoveLastItem.Text = "Переместить в конец";
- //
- // bindingNavigatorSeparator2
- //
- this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
- this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
- //
- // productBindingNavigatorSaveItem
- //
- this.productBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.productBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("productBindingNavigatorSaveItem.Image")));
- this.productBindingNavigatorSaveItem.Name = "productBindingNavigatorSaveItem";
- this.productBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 22);
- this.productBindingNavigatorSaveItem.Text = "Сохранить данные";
- this.productBindingNavigatorSaveItem.Click += new System.EventHandler(this.productBindingNavigatorSaveItem_Click);
- //
- // button3
- //
- this.button3.Location = new System.Drawing.Point(24, 113);
- this.button3.Name = "button3";
- this.button3.Size = new System.Drawing.Size(180, 32);
- this.button3.TabIndex = 22;
- this.button3.Text = "Сохранить информацию";
- this.button3.UseVisualStyleBackColor = true;
- this.button3.Click += new System.EventHandler(this.button3_Click);
- //
- // button2
- //
- this.button2.Location = new System.Drawing.Point(24, 75);
- this.button2.Name = "button2";
- this.button2.Size = new System.Drawing.Size(180, 32);
- this.button2.TabIndex = 21;
- this.button2.Text = "Удалить";
- this.button2.UseVisualStyleBackColor = true;
- this.button2.Click += new System.EventHandler(this.button2_Click);
- //
- // button1
- //
- this.button1.Location = new System.Drawing.Point(24, 37);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(180, 32);
- this.button1.TabIndex = 20;
- this.button1.Text = "Добавить ";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // Добавление_продуктов
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(808, 458);
- this.Controls.Add(this.productBindingNavigator);
- this.Controls.Add(this.panel1);
- this.Name = "Добавление_продуктов";
- this.Text = "Добавление_продуктов";
- this.Load += new System.EventHandler(this.Добавление_продуктов_Load);
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.productBindingSource)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.иС32ОсадчийDataSet)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.userBindingSource)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.productBindingNavigator)).EndInit();
- this.productBindingNavigator.ResumeLayout(false);
- this.productBindingNavigator.PerformLayout();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Button button6;
- private ИС32ОсадчийDataSet иС32ОсадчийDataSet;
- private System.Windows.Forms.BindingSource productBindingSource;
- private ИС32ОсадчийDataSetTableAdapters.ProductTableAdapter productTableAdapter;
- private ИС32ОсадчийDataSetTableAdapters.TableAdapterManager tableAdapterManager;
- private System.Windows.Forms.BindingNavigator productBindingNavigator;
- private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
- private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
- private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
- private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
- private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
- private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
- private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
- private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
- private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
- private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
- private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
- private System.Windows.Forms.ToolStripButton productBindingNavigatorSaveItem;
- private System.Windows.Forms.TextBox productStatusTextBox;
- private System.Windows.Forms.TextBox productQuantityInStockTextBox;
- private System.Windows.Forms.TextBox productDiscountAmountTextBox;
- private System.Windows.Forms.TextBox productCostTextBox;
- private System.Windows.Forms.TextBox productManufacturerTextBox;
- private System.Windows.Forms.TextBox productCategoryTextBox;
- private System.Windows.Forms.TextBox productDescriptionTextBox;
- private System.Windows.Forms.TextBox productNameTextBox;
- private System.Windows.Forms.TextBox productArticleNumberTextBox;
- private System.Windows.Forms.ComboBox comboBox1;
- private ИС32ОсадчийDataSetTableAdapters.UserTableAdapter userTableAdapter;
- private System.Windows.Forms.BindingSource userBindingSource;
- private System.Windows.Forms.Button button3;
- private System.Windows.Forms.Button button2;
- private System.Windows.Forms.Button button1;
- }
- }
|