namespace FEQ0000
{
    partial class fEquipmentSummary
    {
        /// 
        /// 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(fEquipmentSummary));
            this.bn = new System.Windows.Forms.BindingNavigator(this.components);
            this.bsB = new System.Windows.Forms.BindingSource(this.components);
            this.dsEQ = new FEQ0000.dsEQ();
            this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
            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.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
            this.tbFilter = new System.Windows.Forms.ToolStripTextBox();
            this.btFind = new System.Windows.Forms.ToolStripButton();
            this.prb1 = new System.Windows.Forms.ToolStripProgressBar();
            this.dv = new System.Windows.Forms.DataGridView();
            this.srcDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.pdateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.grpDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.manuDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.modelDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.linecodeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.lineTDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.linePDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.cntDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.remarkDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.plantDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.cm1 = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.autosizeColumnsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStrip1 = new System.Windows.Forms.ToolStrip();
            this.toolStripButton4 = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton6 = new System.Windows.Forms.ToolStripButton();
            this.cmbDateF = new System.Windows.Forms.ToolStripComboBox();
            this.ta = new FEQ0000.dsEQTableAdapters.vEquStockSummaryTableAdapter();
            this.toolStripLabel3 = new System.Windows.Forms.ToolStripLabel();
            this.toolStripLabel4 = new System.Windows.Forms.ToolStripLabel();
            this.toolStripLabel5 = new System.Windows.Forms.ToolStripLabel();
            this.toolStripLabel6 = new System.Windows.Forms.ToolStripLabel();
            this.cmbDateM = new System.Windows.Forms.ToolStripComboBox();
            this.cmbDateO = new System.Windows.Forms.ToolStripComboBox();
            this.cmbDateB = new System.Windows.Forms.ToolStripComboBox();
            ((System.ComponentModel.ISupportInitialize)(this.bn)).BeginInit();
            this.bn.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.bsB)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dsEQ)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dv)).BeginInit();
            this.cm1.SuspendLayout();
            this.toolStrip1.SuspendLayout();
            this.SuspendLayout();
            // 
            // bn
            // 
            this.bn.AddNewItem = null;
            this.bn.BindingSource = this.bsB;
            this.bn.CountItem = this.bindingNavigatorCountItem;
            this.bn.DeleteItem = null;
            this.bn.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.bn.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.toolStripLabel1,
            this.tbFilter,
            this.btFind,
            this.prb1});
            this.bn.Location = new System.Drawing.Point(0, 596);
            this.bn.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
            this.bn.MoveLastItem = this.bindingNavigatorMoveLastItem;
            this.bn.MoveNextItem = this.bindingNavigatorMoveNextItem;
            this.bn.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
            this.bn.Name = "bn";
            this.bn.PositionItem = this.bindingNavigatorPositionItem;
            this.bn.Size = new System.Drawing.Size(1105, 25);
            this.bn.TabIndex = 0;
            this.bn.Text = "bindingNavigator1";
            // 
            // bsB
            // 
            this.bsB.DataMember = "vEquStockSummary";
            this.bsB.DataSource = this.dsEQ;
            // 
            // dsEQ
            // 
            this.dsEQ.DataSetName = "dsEQ";
            this.dsEQ.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            // 
            // bindingNavigatorCountItem
            // 
            this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
            this.bindingNavigatorCountItem.Size = new System.Drawing.Size(27, 22);
            this.bindingNavigatorCountItem.Text = "/{0}";
            this.bindingNavigatorCountItem.ToolTipText = "전체 항목 수";
            // 
            // 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("맑은 고딕", 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);
            // 
            // toolStripLabel1
            // 
            this.toolStripLabel1.Name = "toolStripLabel1";
            this.toolStripLabel1.Size = new System.Drawing.Size(33, 22);
            this.toolStripLabel1.Text = "Filter";
            // 
            // tbFilter
            // 
            this.tbFilter.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tbFilter.Font = new System.Drawing.Font("맑은 고딕", 9F);
            this.tbFilter.Name = "tbFilter";
            this.tbFilter.Size = new System.Drawing.Size(150, 25);
            this.tbFilter.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tbFilter_KeyDown);
            // 
            // btFind
            // 
            this.btFind.Image = ((System.Drawing.Image)(resources.GetObject("btFind.Image")));
            this.btFind.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btFind.Name = "btFind";
            this.btFind.Size = new System.Drawing.Size(64, 22);
            this.btFind.Text = "Find(&F)";
            this.btFind.Click += new System.EventHandler(this.toolStripButton1_Click);
            // 
            // prb1
            // 
            this.prb1.Name = "prb1";
            this.prb1.Size = new System.Drawing.Size(100, 22);
            // 
            // dv
            // 
            this.dv.AllowUserToAddRows = false;
            this.dv.AutoGenerateColumns = false;
            this.dv.ColumnHeadersHeight = 30;
            this.dv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
            this.dv.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.srcDataGridViewTextBoxColumn,
            this.pdateDataGridViewTextBoxColumn,
            this.grpDataGridViewTextBoxColumn,
            this.manuDataGridViewTextBoxColumn,
            this.modelDataGridViewTextBoxColumn,
            this.linecodeDataGridViewTextBoxColumn,
            this.lineTDataGridViewTextBoxColumn,
            this.linePDataGridViewTextBoxColumn,
            this.cntDataGridViewTextBoxColumn,
            this.remarkDataGridViewTextBoxColumn,
            this.plantDataGridViewTextBoxColumn});
            this.dv.ContextMenuStrip = this.cm1;
            this.dv.DataSource = this.bsB;
            this.dv.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dv.Location = new System.Drawing.Point(0, 30);
            this.dv.Name = "dv";
            this.dv.RowTemplate.Height = 23;
            this.dv.Size = new System.Drawing.Size(1105, 566);
            this.dv.TabIndex = 1;
            // 
            // srcDataGridViewTextBoxColumn
            // 
            this.srcDataGridViewTextBoxColumn.DataPropertyName = "Src";
            this.srcDataGridViewTextBoxColumn.HeaderText = "Src";
            this.srcDataGridViewTextBoxColumn.Name = "srcDataGridViewTextBoxColumn";
            // 
            // pdateDataGridViewTextBoxColumn
            // 
            this.pdateDataGridViewTextBoxColumn.DataPropertyName = "pdate";
            this.pdateDataGridViewTextBoxColumn.HeaderText = "pdate";
            this.pdateDataGridViewTextBoxColumn.Name = "pdateDataGridViewTextBoxColumn";
            // 
            // grpDataGridViewTextBoxColumn
            // 
            this.grpDataGridViewTextBoxColumn.DataPropertyName = "grp";
            this.grpDataGridViewTextBoxColumn.HeaderText = "grp";
            this.grpDataGridViewTextBoxColumn.Name = "grpDataGridViewTextBoxColumn";
            // 
            // manuDataGridViewTextBoxColumn
            // 
            this.manuDataGridViewTextBoxColumn.DataPropertyName = "manu";
            this.manuDataGridViewTextBoxColumn.HeaderText = "manu";
            this.manuDataGridViewTextBoxColumn.Name = "manuDataGridViewTextBoxColumn";
            // 
            // modelDataGridViewTextBoxColumn
            // 
            this.modelDataGridViewTextBoxColumn.DataPropertyName = "model";
            this.modelDataGridViewTextBoxColumn.HeaderText = "model";
            this.modelDataGridViewTextBoxColumn.Name = "modelDataGridViewTextBoxColumn";
            // 
            // linecodeDataGridViewTextBoxColumn
            // 
            this.linecodeDataGridViewTextBoxColumn.DataPropertyName = "linecode";
            this.linecodeDataGridViewTextBoxColumn.HeaderText = "linecode";
            this.linecodeDataGridViewTextBoxColumn.Name = "linecodeDataGridViewTextBoxColumn";
            // 
            // lineTDataGridViewTextBoxColumn
            // 
            this.lineTDataGridViewTextBoxColumn.DataPropertyName = "lineT";
            this.lineTDataGridViewTextBoxColumn.HeaderText = "lineT";
            this.lineTDataGridViewTextBoxColumn.Name = "lineTDataGridViewTextBoxColumn";
            // 
            // linePDataGridViewTextBoxColumn
            // 
            this.linePDataGridViewTextBoxColumn.DataPropertyName = "lineP";
            this.linePDataGridViewTextBoxColumn.HeaderText = "lineP";
            this.linePDataGridViewTextBoxColumn.Name = "linePDataGridViewTextBoxColumn";
            // 
            // cntDataGridViewTextBoxColumn
            // 
            this.cntDataGridViewTextBoxColumn.DataPropertyName = "cnt";
            this.cntDataGridViewTextBoxColumn.HeaderText = "cnt";
            this.cntDataGridViewTextBoxColumn.Name = "cntDataGridViewTextBoxColumn";
            // 
            // remarkDataGridViewTextBoxColumn
            // 
            this.remarkDataGridViewTextBoxColumn.DataPropertyName = "Remark";
            this.remarkDataGridViewTextBoxColumn.HeaderText = "Remark";
            this.remarkDataGridViewTextBoxColumn.Name = "remarkDataGridViewTextBoxColumn";
            // 
            // plantDataGridViewTextBoxColumn
            // 
            this.plantDataGridViewTextBoxColumn.DataPropertyName = "plant";
            this.plantDataGridViewTextBoxColumn.HeaderText = "plant";
            this.plantDataGridViewTextBoxColumn.Name = "plantDataGridViewTextBoxColumn";
            // 
            // cm1
            // 
            this.cm1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.autosizeColumnsToolStripMenuItem});
            this.cm1.Name = "cm1";
            this.cm1.Size = new System.Drawing.Size(173, 26);
            // 
            // autosizeColumnsToolStripMenuItem
            // 
            this.autosizeColumnsToolStripMenuItem.Name = "autosizeColumnsToolStripMenuItem";
            this.autosizeColumnsToolStripMenuItem.Size = new System.Drawing.Size(172, 22);
            this.autosizeColumnsToolStripMenuItem.Text = "Autosize Columns";
            this.autosizeColumnsToolStripMenuItem.Click += new System.EventHandler(this.autosizeColumnsToolStripMenuItem_Click);
            // 
            // toolStrip1
            // 
            this.toolStrip1.AutoSize = false;
            this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripLabel3,
            this.toolStripButton4,
            this.toolStripButton6,
            this.cmbDateF,
            this.toolStripLabel4,
            this.cmbDateM,
            this.toolStripLabel5,
            this.cmbDateB,
            this.toolStripLabel6,
            this.cmbDateO});
            this.toolStrip1.Location = new System.Drawing.Point(0, 0);
            this.toolStrip1.Name = "toolStrip1";
            this.toolStrip1.Size = new System.Drawing.Size(1105, 30);
            this.toolStrip1.TabIndex = 3;
            this.toolStrip1.Text = "toolStrip1";
            // 
            // toolStripButton4
            // 
            this.toolStripButton4.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.toolStripButton4.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton4.Image")));
            this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton4.Name = "toolStripButton4";
            this.toolStripButton4.Size = new System.Drawing.Size(62, 27);
            this.toolStripButton4.Text = "Report";
            this.toolStripButton4.Click += new System.EventHandler(this.toolStripButton4_Click);
            // 
            // toolStripButton6
            // 
            this.toolStripButton6.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.toolStripButton6.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton6.Image")));
            this.toolStripButton6.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton6.Name = "toolStripButton6";
            this.toolStripButton6.Size = new System.Drawing.Size(82, 27);
            this.toolStripButton6.Text = "Data View";
            this.toolStripButton6.Click += new System.EventHandler(this.toolStripButton6_Click);
            // 
            // cmbDateF
            // 
            this.cmbDateF.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbDateF.FlatStyle = System.Windows.Forms.FlatStyle.Standard;
            this.cmbDateF.Name = "cmbDateF";
            this.cmbDateF.Size = new System.Drawing.Size(121, 30);
            // 
            // ta
            // 
            this.ta.ClearBeforeFill = true;
            // 
            // toolStripLabel3
            // 
            this.toolStripLabel3.Name = "toolStripLabel3";
            this.toolStripLabel3.Size = new System.Drawing.Size(61, 27);
            this.toolStripLabel3.Text = "Date(FOL)";
            // 
            // toolStripLabel4
            // 
            this.toolStripLabel4.Name = "toolStripLabel4";
            this.toolStripLabel4.Size = new System.Drawing.Size(101, 27);
            this.toolStripLabel4.Text = "Date(MOLD-EOL)";
            // 
            // toolStripLabel5
            // 
            this.toolStripLabel5.Name = "toolStripLabel5";
            this.toolStripLabel5.Size = new System.Drawing.Size(73, 27);
            this.toolStripLabel5.Text = "Date(BUMP)";
            // 
            // toolStripLabel6
            // 
            this.toolStripLabel6.Name = "toolStripLabel6";
            this.toolStripLabel6.Size = new System.Drawing.Size(73, 27);
            this.toolStripLabel6.Text = "Date(K3/K5)";
            // 
            // cmbDateME
            // 
            this.cmbDateM.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbDateM.FlatStyle = System.Windows.Forms.FlatStyle.Standard;
            this.cmbDateM.Name = "cmbDateME";
            this.cmbDateM.Size = new System.Drawing.Size(121, 30);
            // 
            // cmbDateOther
            // 
            this.cmbDateO.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbDateO.FlatStyle = System.Windows.Forms.FlatStyle.Standard;
            this.cmbDateO.Name = "cmbDateOther";
            this.cmbDateO.Size = new System.Drawing.Size(121, 30);
            // 
            // cmbDateB
            // 
            this.cmbDateB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbDateB.FlatStyle = System.Windows.Forms.FlatStyle.Standard;
            this.cmbDateB.Name = "cmbDateB";
            this.cmbDateB.Size = new System.Drawing.Size(121, 30);
            // 
            // fEquipmentSummary
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1105, 621);
            this.Controls.Add(this.dv);
            this.Controls.Add(this.bn);
            this.Controls.Add(this.toolStrip1);
            this.Name = "fEquipmentSummary";
            this.Text = "fEquipment";
            this.Load += new System.EventHandler(this.@__Load);
            ((System.ComponentModel.ISupportInitialize)(this.bn)).EndInit();
            this.bn.ResumeLayout(false);
            this.bn.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.bsB)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dsEQ)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dv)).EndInit();
            this.cm1.ResumeLayout(false);
            this.toolStrip1.ResumeLayout(false);
            this.toolStrip1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();
        }
        #endregion
        private System.Windows.Forms.BindingSource bsB;
        private System.Windows.Forms.BindingNavigator bn;
        private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
        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.DataGridView dv;
        private dsEQ dsEQ;
        private System.Windows.Forms.ToolStripLabel toolStripLabel1;
        private System.Windows.Forms.ToolStripTextBox tbFilter;
        private System.Windows.Forms.ToolStripButton btFind;
        private System.Windows.Forms.ToolStrip toolStrip1;
        private System.Windows.Forms.ToolStripButton toolStripButton4;
        private System.Windows.Forms.ToolStripButton toolStripButton6;
        private System.Windows.Forms.ToolStripComboBox cmbDateF;
        private System.Windows.Forms.ContextMenuStrip cm1;
        private System.Windows.Forms.ToolStripMenuItem autosizeColumnsToolStripMenuItem;
        private System.Windows.Forms.ToolStripProgressBar prb1;
        private dsEQTableAdapters.vEquStockSummaryTableAdapter ta;
        private System.Windows.Forms.DataGridViewTextBoxColumn srcDataGridViewTextBoxColumn;
        private System.Windows.Forms.DataGridViewTextBoxColumn pdateDataGridViewTextBoxColumn;
        private System.Windows.Forms.DataGridViewTextBoxColumn grpDataGridViewTextBoxColumn;
        private System.Windows.Forms.DataGridViewTextBoxColumn manuDataGridViewTextBoxColumn;
        private System.Windows.Forms.DataGridViewTextBoxColumn modelDataGridViewTextBoxColumn;
        private System.Windows.Forms.DataGridViewTextBoxColumn linecodeDataGridViewTextBoxColumn;
        private System.Windows.Forms.DataGridViewTextBoxColumn lineTDataGridViewTextBoxColumn;
        private System.Windows.Forms.DataGridViewTextBoxColumn linePDataGridViewTextBoxColumn;
        private System.Windows.Forms.DataGridViewTextBoxColumn cntDataGridViewTextBoxColumn;
        private System.Windows.Forms.DataGridViewTextBoxColumn remarkDataGridViewTextBoxColumn;
        private System.Windows.Forms.DataGridViewTextBoxColumn plantDataGridViewTextBoxColumn;
        private System.Windows.Forms.ToolStripLabel toolStripLabel3;
        private System.Windows.Forms.ToolStripLabel toolStripLabel6;
        private System.Windows.Forms.ToolStripComboBox cmbDateB;
        private System.Windows.Forms.ToolStripLabel toolStripLabel5;
        private System.Windows.Forms.ToolStripComboBox cmbDateM;
        private System.Windows.Forms.ToolStripLabel toolStripLabel4;
        private System.Windows.Forms.ToolStripComboBox cmbDateO;
    }
}