123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465 |
-
- namespace Лорий_Фабрика
- {
- partial class Form3
- {
- /// <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 наименованиеLabel;
- System.Windows.Forms.Label поступления_товараLabel;
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form3));
- System.Windows.Forms.Label код_моделиLabel;
- System.Windows.Forms.Label код_товараLabel;
- System.Windows.Forms.Label цена_МоделиLabel;
- this.label1 = new System.Windows.Forms.Label();
- this.фабрика_ЛорийDataSet = new Лорий_Фабрика.Фабрика_ЛорийDataSet();
- this.моделиBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.моделиTableAdapter = new Лорий_Фабрика.Фабрика_ЛорийDataSetTableAdapters.МоделиTableAdapter();
- this.tableAdapterManager = new Лорий_Фабрика.Фабрика_ЛорийDataSetTableAdapters.TableAdapterManager();
- this.моделиBindingNavigator = 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.моделиBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
- this.наименованиеTextBox = new System.Windows.Forms.TextBox();
- this.поступления_товараTextBox = new System.Windows.Forms.TextBox();
- this.button7 = new System.Windows.Forms.Button();
- this.button6 = new System.Windows.Forms.Button();
- this.button5 = new System.Windows.Forms.Button();
- this.button4 = new System.Windows.Forms.Button();
- this.button3 = new System.Windows.Forms.Button();
- this.button2 = new System.Windows.Forms.Button();
- this.button1 = new System.Windows.Forms.Button();
- this.код_моделиMaskedTextBox = new System.Windows.Forms.MaskedTextBox();
- this.код_товараMaskedTextBox = new System.Windows.Forms.MaskedTextBox();
- this.цена_МоделиMaskedTextBox = new System.Windows.Forms.MaskedTextBox();
- наименованиеLabel = new System.Windows.Forms.Label();
- поступления_товара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.фабрика_ЛорийDataSet)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.моделиBindingSource)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.моделиBindingNavigator)).BeginInit();
- this.моделиBindingNavigator.SuspendLayout();
- this.SuspendLayout();
- //
- // наименованиеLabel
- //
- наименованиеLabel.AutoSize = true;
- наименованиеLabel.Location = new System.Drawing.Point(12, 114);
- наименованиеLabel.Name = "наименованиеLabel";
- наименованиеLabel.Size = new System.Drawing.Size(86, 13);
- наименованиеLabel.TabIndex = 4;
- наименованиеLabel.Text = "Наименование:";
- //
- // поступления_товараLabel
- //
- поступления_товараLabel.AutoSize = true;
- поступления_товараLabel.Location = new System.Drawing.Point(12, 204);
- поступления_товараLabel.Name = "поступления_товараLabel";
- поступления_товараLabel.Size = new System.Drawing.Size(114, 13);
- поступления_товараLabel.TabIndex = 10;
- поступления_товараLabel.Text = "Поступления товара:";
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label1.ForeColor = System.Drawing.Color.Green;
- this.label1.Location = new System.Drawing.Point(41, 35);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(201, 25);
- this.label1.TabIndex = 1;
- this.label1.Text = "Таблица: \"Модели\"";
- //
- // фабрика_ЛорийDataSet
- //
- this.фабрика_ЛорийDataSet.DataSetName = "Фабрика_ЛорийDataSet";
- this.фабрика_ЛорийDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // моделиBindingSource
- //
- this.моделиBindingSource.DataMember = "Модели";
- this.моделиBindingSource.DataSource = this.фабрика_ЛорийDataSet;
- //
- // моделиTableAdapter
- //
- this.моделиTableAdapter.ClearBeforeFill = true;
- //
- // tableAdapterManager
- //
- this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
- this.tableAdapterManager.UpdateOrder = Лорий_Фабрика.Фабрика_ЛорийDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
- this.tableAdapterManager.Виды_товараTableAdapter = null;
- this.tableAdapterManager.МоделиTableAdapter = this.моделиTableAdapter;
- this.tableAdapterManager.ПоступленияTableAdapter = null;
- //
- // модели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(307, 25);
- this.моделиBindingNavigator.TabIndex = 2;
- this.моделиBindingNavigator.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);
- //
- // модели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, 22);
- this.моделиBindingNavigatorSaveItem.Text = "Сохранить данные";
- this.моделиBindingNavigatorSaveItem.Click += new System.EventHandler(this.моделиBindingNavigatorSaveItem_Click);
- //
- // наименованиеTextBox
- //
- this.наименованиеTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.моделиBindingSource, "Наименование", true));
- this.наименованиеTextBox.Location = new System.Drawing.Point(177, 111);
- this.наименованиеTextBox.Name = "наименованиеTextBox";
- this.наименованиеTextBox.Size = new System.Drawing.Size(100, 20);
- this.наименованиеTextBox.TabIndex = 5;
- //
- // поступления_товараTextBox
- //
- this.поступления_товараTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.моделиBindingSource, "Поступления товара", true));
- this.поступления_товараTextBox.Location = new System.Drawing.Point(177, 201);
- this.поступления_товараTextBox.Name = "поступления_товараTextBox";
- this.поступления_товараTextBox.Size = new System.Drawing.Size(100, 20);
- this.поступления_товараTextBox.TabIndex = 11;
- //
- // button7
- //
- this.button7.Location = new System.Drawing.Point(146, 301);
- this.button7.Name = "button7";
- this.button7.Size = new System.Drawing.Size(75, 23);
- this.button7.TabIndex = 21;
- this.button7.Text = "Последняя";
- this.button7.UseVisualStyleBackColor = true;
- this.button7.Click += new System.EventHandler(this.button7_Click);
- //
- // button6
- //
- this.button6.Location = new System.Drawing.Point(65, 301);
- this.button6.Name = "button6";
- this.button6.Size = new System.Drawing.Size(75, 23);
- this.button6.TabIndex = 20;
- this.button6.Text = "Первая";
- this.button6.UseVisualStyleBackColor = true;
- this.button6.Click += new System.EventHandler(this.button6_Click);
- //
- // button5
- //
- this.button5.Location = new System.Drawing.Point(108, 258);
- this.button5.Name = "button5";
- this.button5.Size = new System.Drawing.Size(75, 23);
- this.button5.TabIndex = 19;
- this.button5.Text = "Сохранить";
- this.button5.UseVisualStyleBackColor = true;
- this.button5.Click += new System.EventHandler(this.button5_Click);
- //
- // button4
- //
- this.button4.Location = new System.Drawing.Point(19, 271);
- this.button4.Name = "button4";
- this.button4.Size = new System.Drawing.Size(83, 23);
- this.button4.TabIndex = 18;
- this.button4.Text = "Предыдущая";
- this.button4.UseVisualStyleBackColor = true;
- this.button4.Click += new System.EventHandler(this.button4_Click);
- //
- // button3
- //
- this.button3.Location = new System.Drawing.Point(19, 243);
- this.button3.Name = "button3";
- this.button3.Size = new System.Drawing.Size(83, 23);
- this.button3.TabIndex = 17;
- this.button3.Text = "Следующая";
- this.button3.UseVisualStyleBackColor = true;
- this.button3.Click += new System.EventHandler(this.button3_Click);
- //
- // button2
- //
- this.button2.Location = new System.Drawing.Point(189, 272);
- this.button2.Name = "button2";
- this.button2.Size = new System.Drawing.Size(80, 23);
- this.button2.TabIndex = 16;
- this.button2.Text = "Удалить";
- this.button2.UseVisualStyleBackColor = true;
- this.button2.Click += new System.EventHandler(this.button2_Click);
- //
- // button1
- //
- this.button1.Location = new System.Drawing.Point(189, 243);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(80, 23);
- this.button1.TabIndex = 15;
- this.button1.Text = "Добавить";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // код_моделиLabel
- //
- код_моделиLabel.AutoSize = true;
- код_моделиLabel.Location = new System.Drawing.Point(12, 85);
- код_моделиLabel.Name = "код_моделиLabel";
- код_моделиLabel.Size = new System.Drawing.Size(70, 13);
- код_моделиLabel.TabIndex = 21;
- код_моделиLabel.Text = "Код модели:";
- //
- // код_моделиMaskedTextBox
- //
- this.код_моделиMaskedTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.моделиBindingSource, "Код модели", true));
- this.код_моделиMaskedTextBox.Location = new System.Drawing.Point(177, 82);
- this.код_моделиMaskedTextBox.Mask = "00";
- this.код_моделиMaskedTextBox.Name = "код_моделиMaskedTextBox";
- this.код_моделиMaskedTextBox.Size = new System.Drawing.Size(100, 20);
- this.код_моделиMaskedTextBox.TabIndex = 22;
- //
- // код_товараLabel
- //
- код_товараLabel.AutoSize = true;
- код_товараLabel.Location = new System.Drawing.Point(12, 145);
- код_товараLabel.Name = "код_товараLabel";
- код_товараLabel.Size = new System.Drawing.Size(67, 13);
- код_товараLabel.TabIndex = 22;
- код_товараLabel.Text = "Код товара:";
- //
- // код_товараMaskedTextBox
- //
- this.код_товараMaskedTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.моделиBindingSource, "Код товара", true));
- this.код_товараMaskedTextBox.Location = new System.Drawing.Point(177, 145);
- this.код_товараMaskedTextBox.Mask = "00";
- this.код_товараMaskedTextBox.Name = "код_товараMaskedTextBox";
- this.код_товараMaskedTextBox.Size = new System.Drawing.Size(100, 20);
- this.код_товараMaskedTextBox.TabIndex = 23;
- //
- // цена_МоделиLabel
- //
- цена_МоделиLabel.AutoSize = true;
- цена_МоделиLabel.Location = new System.Drawing.Point(12, 177);
- цена_МоделиLabel.Name = "цена_МоделиLabel";
- цена_МоделиLabel.Size = new System.Drawing.Size(78, 13);
- цена_МоделиLabel.TabIndex = 23;
- цена_МоделиLabel.Text = "Цена Модели:";
- //
- // цена_МоделиMaskedTextBox
- //
- this.цена_МоделиMaskedTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.моделиBindingSource, "Цена Модели", true));
- this.цена_МоделиMaskedTextBox.Location = new System.Drawing.Point(177, 174);
- this.цена_МоделиMaskedTextBox.Name = "цена_МоделиMaskedTextBox";
- this.цена_МоделиMaskedTextBox.Size = new System.Drawing.Size(100, 20);
- this.цена_МоделиMaskedTextBox.TabIndex = 24;
- //
- // Form3
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(307, 450);
- this.Controls.Add(цена_МоделиLabel);
- this.Controls.Add(this.цена_МоделиMaskedTextBox);
- this.Controls.Add(код_товараLabel);
- this.Controls.Add(this.код_товараMaskedTextBox);
- this.Controls.Add(код_моделиLabel);
- this.Controls.Add(this.код_моделиMaskedTextBox);
- this.Controls.Add(this.button7);
- this.Controls.Add(this.button6);
- this.Controls.Add(this.button5);
- this.Controls.Add(this.button4);
- this.Controls.Add(this.button3);
- this.Controls.Add(this.button2);
- 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(this.моделиBindingNavigator);
- this.Controls.Add(this.label1);
- this.Name = "Form3";
- this.Text = "Модели";
- this.Load += new System.EventHandler(this.Form3_Load);
- ((System.ComponentModel.ISupportInitialize)(this.фабрика_ЛорийDataSet)).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 Фабрика_ЛорийDataSet фабрика_ЛорийDataSet;
- private System.Windows.Forms.BindingSource моделиBindingSource;
- private Фабрика_ЛорийDataSetTableAdapters.МоделиTableAdapter моделиTableAdapter;
- private Фабрика_ЛорийDataSetTableAdapters.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.Button button7;
- private System.Windows.Forms.Button button6;
- private System.Windows.Forms.Button button5;
- private System.Windows.Forms.Button button4;
- private System.Windows.Forms.Button button3;
- private System.Windows.Forms.Button button2;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.MaskedTextBox код_моделиMaskedTextBox;
- private System.Windows.Forms.MaskedTextBox код_товараMaskedTextBox;
- private System.Windows.Forms.MaskedTextBox цена_МоделиMaskedTextBox;
- }
- }
|