123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464 |
-
- namespace _1Browyshka1
- {
- partial class Admin
- {
- /// <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 titleLabel;
- System.Windows.Forms.Label costLabel;
- System.Windows.Forms.Label isActiveLabel;
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Admin));
- this.panel1 = new System.Windows.Forms.Panel();
- this.label1 = new System.Windows.Forms.Label();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.groupBox2 = new System.Windows.Forms.GroupBox();
- this.button3 = new System.Windows.Forms.Button();
- this.button2 = new System.Windows.Forms.Button();
- this.button1 = new System.Windows.Forms.Button();
- this.isActiveCheckBox = new System.Windows.Forms.CheckBox();
- this.productBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this._1Brovki1DataSet = new _1Browyshka1._1Brovki1DataSet();
- this.costLabel1 = new System.Windows.Forms.Label();
- this.titleComboBox = new System.Windows.Forms.ComboBox();
- this.productTableAdapter = new _1Browyshka1._1Brovki1DataSetTableAdapters.ProductTableAdapter();
- this.tableAdapterManager = new _1Browyshka1._1Brovki1DataSetTableAdapters.TableAdapterManager();
- this.productSaleTableAdapter = new _1Browyshka1._1Brovki1DataSetTableAdapters.ProductSaleTableAdapter();
- 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.productSaleBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.productBindingSource1 = new System.Windows.Forms.BindingSource(this.components);
- titleLabel = new System.Windows.Forms.Label();
- costLabel = new System.Windows.Forms.Label();
- isActiveLabel = new System.Windows.Forms.Label();
- this.panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- this.groupBox2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.productBindingSource)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this._1Brovki1DataSet)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.productBindingNavigator)).BeginInit();
- this.productBindingNavigator.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.productSaleBindingSource)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.productBindingSource1)).BeginInit();
- this.SuspendLayout();
- //
- // titleLabel
- //
- titleLabel.AutoSize = true;
- titleLabel.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- titleLabel.Location = new System.Drawing.Point(6, 16);
- titleLabel.Name = "titleLabel";
- titleLabel.Size = new System.Drawing.Size(161, 18);
- titleLabel.TabIndex = 0;
- titleLabel.Text = "Наименование товара";
- //
- // costLabel
- //
- costLabel.AutoSize = true;
- costLabel.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- costLabel.Location = new System.Drawing.Point(6, 49);
- costLabel.Name = "costLabel";
- costLabel.Size = new System.Drawing.Size(82, 18);
- costLabel.TabIndex = 2;
- costLabel.Text = "Стоимость";
- //
- // isActiveLabel
- //
- isActiveLabel.AutoSize = true;
- isActiveLabel.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- isActiveLabel.Location = new System.Drawing.Point(6, 80);
- isActiveLabel.Name = "isActiveLabel";
- isActiveLabel.Size = new System.Drawing.Size(66, 18);
- isActiveLabel.TabIndex = 4;
- isActiveLabel.Text = "Наличие";
- //
- // 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.Controls.Add(this.pictureBox1);
- this.panel1.Location = new System.Drawing.Point(-2, 28);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(835, 112);
- this.panel1.TabIndex = 0;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("Tahoma", 20.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label1.Location = new System.Drawing.Point(218, 45);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(461, 33);
- this.label1.TabIndex = 1;
- this.label1.Text = "Товары салона красоты \"Бровушка\"";
- //
- // pictureBox1
- //
- this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
- this.pictureBox1.Location = new System.Drawing.Point(3, 0);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(141, 107);
- this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pictureBox1.TabIndex = 0;
- this.pictureBox1.TabStop = false;
- //
- // groupBox1
- //
- this.groupBox1.Location = new System.Drawing.Point(12, 177);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(223, 162);
- this.groupBox1.TabIndex = 1;
- this.groupBox1.TabStop = false;
- //
- // groupBox2
- //
- this.groupBox2.Controls.Add(this.button3);
- this.groupBox2.Controls.Add(this.button2);
- this.groupBox2.Controls.Add(this.button1);
- this.groupBox2.Controls.Add(isActiveLabel);
- this.groupBox2.Controls.Add(this.isActiveCheckBox);
- this.groupBox2.Controls.Add(costLabel);
- this.groupBox2.Controls.Add(this.costLabel1);
- this.groupBox2.Controls.Add(titleLabel);
- this.groupBox2.Controls.Add(this.titleComboBox);
- this.groupBox2.Location = new System.Drawing.Point(250, 177);
- this.groupBox2.Name = "groupBox2";
- this.groupBox2.Size = new System.Drawing.Size(563, 162);
- this.groupBox2.TabIndex = 2;
- this.groupBox2.TabStop = false;
- //
- // button3
- //
- this.button3.Location = new System.Drawing.Point(222, 133);
- this.button3.Name = "button3";
- this.button3.Size = new System.Drawing.Size(75, 23);
- this.button3.TabIndex = 8;
- this.button3.Text = "Сохранить";
- this.button3.UseVisualStyleBackColor = true;
- this.button3.Click += new System.EventHandler(this.button3_Click);
- //
- // button2
- //
- this.button2.Location = new System.Drawing.Point(116, 133);
- this.button2.Name = "button2";
- this.button2.Size = new System.Drawing.Size(75, 23);
- this.button2.TabIndex = 7;
- this.button2.Text = "Удалить";
- this.button2.UseVisualStyleBackColor = true;
- this.button2.Click += new System.EventHandler(this.button2_Click);
- //
- // button1
- //
- this.button1.Location = new System.Drawing.Point(6, 133);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(75, 23);
- this.button1.TabIndex = 6;
- this.button1.Text = "Добавить";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // isActiveCheckBox
- //
- this.isActiveCheckBox.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.productBindingSource, "IsActive", true));
- this.isActiveCheckBox.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.isActiveCheckBox.Location = new System.Drawing.Point(193, 75);
- this.isActiveCheckBox.Name = "isActiveCheckBox";
- this.isActiveCheckBox.Size = new System.Drawing.Size(104, 24);
- this.isActiveCheckBox.TabIndex = 5;
- this.isActiveCheckBox.Text = "В наличии";
- this.isActiveCheckBox.UseVisualStyleBackColor = true;
- //
- // productBindingSource
- //
- this.productBindingSource.DataMember = "Product";
- this.productBindingSource.DataSource = this._1Brovki1DataSet;
- //
- // _1Brovki1DataSet
- //
- this._1Brovki1DataSet.DataSetName = "_1Brovki1DataSet";
- this._1Brovki1DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // costLabel1
- //
- this.costLabel1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productBindingSource, "Cost", true));
- this.costLabel1.Location = new System.Drawing.Point(190, 49);
- this.costLabel1.Name = "costLabel1";
- this.costLabel1.Size = new System.Drawing.Size(100, 23);
- this.costLabel1.TabIndex = 3;
- this.costLabel1.Text = "label2";
- //
- // titleComboBox
- //
- this.titleComboBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.productBindingSource, "Title", true));
- this.titleComboBox.DataSource = this.productBindingSource;
- this.titleComboBox.DisplayMember = "Title";
- this.titleComboBox.FormattingEnabled = true;
- this.titleComboBox.Location = new System.Drawing.Point(193, 13);
- this.titleComboBox.Name = "titleComboBox";
- this.titleComboBox.Size = new System.Drawing.Size(350, 21);
- this.titleComboBox.TabIndex = 1;
- //
- // 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 = this.productSaleTableAdapter;
- this.tableAdapterManager.ProductTableAdapter = this.productTableAdapter;
- this.tableAdapterManager.ServicePhotoTableAdapter = null;
- this.tableAdapterManager.ServiceTableAdapter = null;
- this.tableAdapterManager.TagOfClientTableAdapter = null;
- this.tableAdapterManager.TagTableAdapter = null;
- this.tableAdapterManager.UpdateOrder = _1Browyshka1._1Brovki1DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
- //
- // productSaleTableAdapter
- //
- this.productSaleTableAdapter.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(833, 25);
- this.productBindingNavigator.TabIndex = 3;
- 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);
- //
- // productSaleBindingSource
- //
- this.productSaleBindingSource.DataMember = "ProductSale";
- this.productSaleBindingSource.DataSource = this._1Brovki1DataSet;
- //
- // productBindingSource1
- //
- this.productBindingSource1.DataMember = "Product";
- this.productBindingSource1.DataSource = this._1Brovki1DataSet;
- //
- // Admin
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255)))));
- this.ClientSize = new System.Drawing.Size(833, 380);
- this.Controls.Add(this.productBindingNavigator);
- this.Controls.Add(this.groupBox2);
- this.Controls.Add(this.groupBox1);
- this.Controls.Add(this.panel1);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Name = "Admin";
- this.Text = "Admin";
- this.Load += new System.EventHandler(this.Admin_Load);
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- this.groupBox2.ResumeLayout(false);
- this.groupBox2.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.productBindingSource)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this._1Brovki1DataSet)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.productBindingNavigator)).EndInit();
- this.productBindingNavigator.ResumeLayout(false);
- this.productBindingNavigator.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.productSaleBindingSource)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.productBindingSource1)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.PictureBox pictureBox1;
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.GroupBox groupBox2;
- private _1Brovki1DataSet _1Brovki1DataSet;
- private System.Windows.Forms.BindingSource productBindingSource;
- private _1Brovki1DataSetTableAdapters.ProductTableAdapter productTableAdapter;
- private _1Brovki1DataSetTableAdapters.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.CheckBox isActiveCheckBox;
- private System.Windows.Forms.Label costLabel1;
- private _1Brovki1DataSetTableAdapters.ProductSaleTableAdapter productSaleTableAdapter;
- private System.Windows.Forms.BindingSource productSaleBindingSource;
- private System.Windows.Forms.BindingSource productBindingSource1;
- private System.Windows.Forms.Button button3;
- private System.Windows.Forms.Button button2;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.ComboBox titleComboBox;
- }
- }
|