namespace IvnitskiiProdazhi1 { partial class Form4 { /// /// 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form4)); System.Windows.Forms.Label артикул_товараLabel; System.Windows.Forms.Label наименование_товараLabel; System.Windows.Forms.Label единица_измеренияLabel; System.Windows.Forms.Label розничная_цена_товара__руб_Label; this.label1 = new System.Windows.Forms.Label(); this.iS31Ivnickii7DataSet = new IvnitskiiProdazhi1.IS31Ivnickii7DataSet(); this.товарыBindingSource = new System.Windows.Forms.BindingSource(this.components); this.товарыTableAdapter = new IvnitskiiProdazhi1.IS31Ivnickii7DataSetTableAdapters.ТоварыTableAdapter(); this.tableAdapterManager = new IvnitskiiProdazhi1.IS31Ivnickii7DataSetTableAdapters.TableAdapterManager(); this.товарыBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components); 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.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel(); 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.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton(); this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton(); this.товарыBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton(); this.артикул_товараTextBox = new System.Windows.Forms.TextBox(); this.наименование_товараTextBox = new System.Windows.Forms.TextBox(); this.единица_измеренияTextBox = new System.Windows.Forms.TextBox(); this.розничная_цена_товара__руб_TextBox = new System.Windows.Forms.TextBox(); this.button1 = new System.Windows.Forms.Button(); артикул_товараLabel = new System.Windows.Forms.Label(); наименование_товараLabel = new System.Windows.Forms.Label(); единица_измеренияLabel = new System.Windows.Forms.Label(); розничная_цена_товара__руб_Label = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.iS31Ivnickii7DataSet)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.товарыBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.товарыBindingNavigator)).BeginInit(); this.товарыBindingNavigator.SuspendLayout(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F); this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192))))); this.label1.Location = new System.Drawing.Point(293, 23); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(172, 24); this.label1.TabIndex = 2; this.label1.Text = "Таблица \"Товары\""; // // iS31Ivnickii7DataSet // this.iS31Ivnickii7DataSet.DataSetName = "IS31Ivnickii7DataSet"; this.iS31Ivnickii7DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // товарыBindingSource // this.товарыBindingSource.DataMember = "Товары"; this.товарыBindingSource.DataSource = this.iS31Ivnickii7DataSet; // // товарыTableAdapter // this.товарыTableAdapter.ClearBeforeFill = true; // // tableAdapterManager // this.tableAdapterManager.BackupDataSetBeforeUpdate = false; this.tableAdapterManager.UpdateOrder = IvnitskiiProdazhi1.IS31Ivnickii7DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete; this.tableAdapterManager.ОтделыTableAdapter = null; this.tableAdapterManager.ПродажиTableAdapter = null; this.tableAdapterManager.ТоварыTableAdapter = this.товарыTableAdapter; // // товарыBindingNavigator // this.товарыBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem; this.товарыBindingNavigator.BindingSource = this.товарыBindingSource; this.товарыBindingNavigator.CountItem = this.bindingNavigatorCountItem; this.товарыBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem; this.товарыBindingNavigator.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.товарыBindingNavigatorSaveItem}); this.товарыBindingNavigator.Location = new System.Drawing.Point(0, 0); this.товарыBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem; this.товарыBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem; this.товарыBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem; this.товарыBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem; this.товарыBindingNavigator.Name = "товарыBindingNavigator"; this.товарыBindingNavigator.PositionItem = this.bindingNavigatorPositionItem; this.товарыBindingNavigator.Size = new System.Drawing.Size(800, 25); this.товарыBindingNavigator.TabIndex = 3; this.товарыBindingNavigator.Text = "bindingNavigator1"; // // 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.Name = "bindingNavigatorPositionItem"; this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23); this.bindingNavigatorPositionItem.Text = "0"; this.bindingNavigatorPositionItem.ToolTipText = "Текущее положение"; // // bindingNavigatorCountItem // this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem"; this.bindingNavigatorCountItem.Size = new System.Drawing.Size(43, 15); this.bindingNavigatorCountItem.Text = "для {0}"; this.bindingNavigatorCountItem.ToolTipText = "Общее число элементов"; // // bindingNavigatorSeparator1 // this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator"; this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 6); // // 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, 20); 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, 20); this.bindingNavigatorMoveLastItem.Text = "Переместить в конец"; // // bindingNavigatorSeparator2 // this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator"; this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 6); // // 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 = "Добавить"; // // 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, 20); this.bindingNavigatorDeleteItem.Text = "Удалить"; // // товарыBindingNavigatorSaveItem // this.товарыBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.товарыBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("товарыBindingNavigatorSaveItem.Image"))); this.товарыBindingNavigatorSaveItem.Name = "товарыBindingNavigatorSaveItem"; this.товарыBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 23); this.товарыBindingNavigatorSaveItem.Text = "Сохранить данные"; this.товарыBindingNavigatorSaveItem.Click += new System.EventHandler(this.товарыBindingNavigatorSaveItem_Click); // // артикул_товараLabel // артикул_товараLabel.AutoSize = true; артикул_товараLabel.Location = new System.Drawing.Point(235, 77); артикул_товараLabel.Name = "артикул_товараLabel"; артикул_товараLabel.Size = new System.Drawing.Size(89, 13); артикул_товараLabel.TabIndex = 3; артикул_товараLabel.Text = "Артикул товара:"; // // артикул_товараTextBox // this.артикул_товараTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.товарыBindingSource, "Артикул товара", true)); this.артикул_товараTextBox.Location = new System.Drawing.Point(330, 74); this.артикул_товараTextBox.Name = "артикул_товараTextBox"; this.артикул_товараTextBox.Size = new System.Drawing.Size(100, 20); this.артикул_товараTextBox.TabIndex = 4; // // наименование_товараLabel // наименование_товараLabel.AutoSize = true; наименование_товараLabel.Location = new System.Drawing.Point(200, 117); наименование_товараLabel.Name = "наименование_товараLabel"; наименование_товараLabel.Size = new System.Drawing.Size(124, 13); наименование_товараLabel.TabIndex = 4; наименование_товараLabel.Text = "Наименование товара:"; // // наименование_товараTextBox // this.наименование_товараTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.товарыBindingSource, "Наименование товара", true)); this.наименование_товараTextBox.Location = new System.Drawing.Point(330, 114); this.наименование_товараTextBox.Name = "наименование_товараTextBox"; this.наименование_товараTextBox.Size = new System.Drawing.Size(100, 20); this.наименование_товараTextBox.TabIndex = 5; // // единица_измеренияLabel // единица_измеренияLabel.AutoSize = true; единица_измеренияLabel.Location = new System.Drawing.Point(212, 166); единица_измеренияLabel.Name = "единица_измеренияLabel"; единица_измеренияLabel.Size = new System.Drawing.Size(112, 13); единица_измеренияLabel.TabIndex = 6; единица_измеренияLabel.Text = "Единица измерения:"; // // единица_измеренияTextBox // this.единица_измеренияTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.товарыBindingSource, "Единица измерения", true)); this.единица_измеренияTextBox.Location = new System.Drawing.Point(330, 163); this.единица_измеренияTextBox.Name = "единица_измеренияTextBox"; this.единица_измеренияTextBox.Size = new System.Drawing.Size(100, 20); this.единица_измеренияTextBox.TabIndex = 7; // // розничная_цена_товара__руб_Label // розничная_цена_товара__руб_Label.AutoSize = true; розничная_цена_товара__руб_Label.Location = new System.Drawing.Point(169, 221); розничная_цена_товара__руб_Label.Name = "розничная_цена_товара__руб_Label"; розничная_цена_товара__руб_Label.Size = new System.Drawing.Size(155, 13); розничная_цена_товара__руб_Label.TabIndex = 8; розничная_цена_товара__руб_Label.Text = "Розничная цена товара (руб):"; // // розничная_цена_товара__руб_TextBox // this.розничная_цена_товара__руб_TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.товарыBindingSource, "Розничная цена товара (руб)", true)); this.розничная_цена_товара__руб_TextBox.Location = new System.Drawing.Point(330, 218); this.розничная_цена_товара__руб_TextBox.Name = "розничная_цена_товара__руб_TextBox"; this.розничная_цена_товара__руб_TextBox.Size = new System.Drawing.Size(100, 20); this.розничная_цена_товара__руб_TextBox.TabIndex = 9; // // button1 // this.button1.Location = new System.Drawing.Point(605, 425); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(195, 23); this.button1.TabIndex = 11; this.button1.Text = "Вернуться в главное меню"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // Form4 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 450); this.Controls.Add(this.button1); this.Controls.Add(розничная_цена_товара__руб_Label); this.Controls.Add(this.розничная_цена_товара__руб_TextBox); this.Controls.Add(единица_измеренияLabel); this.Controls.Add(this.единица_измеренияTextBox); this.Controls.Add(наименование_товараLabel); this.Controls.Add(this.наименование_товараTextBox); this.Controls.Add(артикул_товараLabel); this.Controls.Add(this.артикул_товараTextBox); this.Controls.Add(this.товарыBindingNavigator); this.Controls.Add(this.label1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "Form4"; this.Text = "FTovari"; this.Load += new System.EventHandler(this.Form4_Load); ((System.ComponentModel.ISupportInitialize)(this.iS31Ivnickii7DataSet)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.товарыBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.товарыBindingNavigator)).EndInit(); this.товарыBindingNavigator.ResumeLayout(false); this.товарыBindingNavigator.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private IS31Ivnickii7DataSet iS31Ivnickii7DataSet; private System.Windows.Forms.BindingSource товарыBindingSource; private IS31Ivnickii7DataSetTableAdapters.ТоварыTableAdapter товарыTableAdapter; private IS31Ivnickii7DataSetTableAdapters.TableAdapterManager tableAdapterManager; private System.Windows.Forms.BindingNavigator товарыBindingNavigator; 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 товарыBindingNavigatorSaveItem; private System.Windows.Forms.TextBox артикул_товараTextBox; private System.Windows.Forms.TextBox наименование_товараTextBox; private System.Windows.Forms.TextBox единица_измеренияTextBox; private System.Windows.Forms.TextBox розничная_цена_товара__руб_TextBox; private System.Windows.Forms.Button button1; } }