namespace Pub_Control 
 | 
{ 
 | 
    partial class frmHlpInfo 
 | 
    { 
 | 
        /// <summary> 
 | 
        /// 必需的设计器变量。 
 | 
        /// </summary> 
 | 
        private System.ComponentModel.IContainer components = null; 
 | 
  
 | 
        /// <summary> 
 | 
        /// 清理所有正在使用的资源。 
 | 
        /// </summary> 
 | 
        /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param> 
 | 
        protected override void Dispose(bool disposing) 
 | 
        { 
 | 
            if (disposing && (components != null)) 
 | 
            { 
 | 
                components.Dispose(); 
 | 
            } 
 | 
            base.Dispose(disposing); 
 | 
        } 
 | 
  
 | 
        #region Windows 窗体设计器生成的代码 
 | 
  
 | 
        /// <summary> 
 | 
        /// 设计器支持所需的方法 - 不要 
 | 
        /// 使用代码编辑器修改此方法的内容。 
 | 
        /// </summary> 
 | 
        private void InitializeComponent() 
 | 
        { 
 | 
            this.components = new System.ComponentModel.Container(); 
 | 
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmHlpInfo)); 
 | 
            this.pPic = new System.Windows.Forms.Panel(); 
 | 
            this.txtFindInfo2 = new System.Windows.Forms.TextBox(); 
 | 
            this.lblFind2Col = new System.Windows.Forms.Label(); 
 | 
            this.label3 = new System.Windows.Forms.Label(); 
 | 
            this.lblFindCol = new System.Windows.Forms.Label(); 
 | 
            this.label1 = new System.Windows.Forms.Label(); 
 | 
            this.chkMH = new System.Windows.Forms.CheckBox(); 
 | 
            this.txtFindInfo = new System.Windows.Forms.TextBox(); 
 | 
            this.lblCaption = new System.Windows.Forms.Label(); 
 | 
            this.Tool = new System.Windows.Forms.ToolStrip(); 
 | 
            this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator(); 
 | 
            this.fh = new System.Windows.Forms.ToolStripButton(); 
 | 
            this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); 
 | 
            this.xz = new System.Windows.Forms.ToolStripButton(); 
 | 
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); 
 | 
            this.cx = new System.Windows.Forms.ToolStripButton(); 
 | 
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); 
 | 
            this.tc = new System.Windows.Forms.ToolStripButton(); 
 | 
            this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); 
 | 
            this.splitContainer1 = new System.Windows.Forms.SplitContainer(); 
 | 
            this.tvTree = new System.Windows.Forms.TreeView(); 
 | 
            this.grdShow = new System.Windows.Forms.DataGridView(); 
 | 
            this.timer1 = new System.Windows.Forms.Timer(this.components); 
 | 
            this.imageList1 = new System.Windows.Forms.ImageList(this.components); 
 | 
            this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator(); 
 | 
            this.bclk = new System.Windows.Forms.ToolStripButton(); 
 | 
            this.pPic.SuspendLayout(); 
 | 
            this.Tool.SuspendLayout(); 
 | 
            this.splitContainer1.Panel1.SuspendLayout(); 
 | 
            this.splitContainer1.Panel2.SuspendLayout(); 
 | 
            this.splitContainer1.SuspendLayout(); 
 | 
            ((System.ComponentModel.ISupportInitialize)(this.grdShow)).BeginInit(); 
 | 
            this.SuspendLayout(); 
 | 
            //  
 | 
            // pPic 
 | 
            //  
 | 
            this.pPic.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pPic.BackgroundImage"))); 
 | 
            this.pPic.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; 
 | 
            this.pPic.Controls.Add(this.txtFindInfo2); 
 | 
            this.pPic.Controls.Add(this.lblFind2Col); 
 | 
            this.pPic.Controls.Add(this.label3); 
 | 
            this.pPic.Controls.Add(this.lblFindCol); 
 | 
            this.pPic.Controls.Add(this.label1); 
 | 
            this.pPic.Controls.Add(this.chkMH); 
 | 
            this.pPic.Controls.Add(this.txtFindInfo); 
 | 
            this.pPic.Controls.Add(this.lblCaption); 
 | 
            this.pPic.Dock = System.Windows.Forms.DockStyle.Top; 
 | 
            this.pPic.Location = new System.Drawing.Point(0, 50); 
 | 
            this.pPic.Name = "pPic"; 
 | 
            this.pPic.Size = new System.Drawing.Size(871, 54); 
 | 
            this.pPic.TabIndex = 13; 
 | 
            //  
 | 
            // txtFindInfo2 
 | 
            //  
 | 
            this.txtFindInfo2.ImeMode = System.Windows.Forms.ImeMode.NoControl; 
 | 
            this.txtFindInfo2.Location = new System.Drawing.Point(444, 30); 
 | 
            this.txtFindInfo2.Name = "txtFindInfo2"; 
 | 
            this.txtFindInfo2.Size = new System.Drawing.Size(212, 21); 
 | 
            this.txtFindInfo2.TabIndex = 13; 
 | 
            this.txtFindInfo2.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtFindInfo2_KeyDown); 
 | 
            //  
 | 
            // lblFind2Col 
 | 
            //  
 | 
            this.lblFind2Col.AutoSize = true; 
 | 
            this.lblFind2Col.BackColor = System.Drawing.Color.Transparent; 
 | 
            this.lblFind2Col.Location = new System.Drawing.Point(342, 35); 
 | 
            this.lblFind2Col.Name = "lblFind2Col"; 
 | 
            this.lblFind2Col.Size = new System.Drawing.Size(0, 12); 
 | 
            this.lblFind2Col.TabIndex = 12; 
 | 
            this.lblFind2Col.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; 
 | 
            //  
 | 
            // label3 
 | 
            //  
 | 
            this.label3.AutoSize = true; 
 | 
            this.label3.BackColor = System.Drawing.Color.Transparent; 
 | 
            this.label3.Location = new System.Drawing.Point(255, 32); 
 | 
            this.label3.Name = "label3"; 
 | 
            this.label3.Size = new System.Drawing.Size(77, 12); 
 | 
            this.label3.TabIndex = 11; 
 | 
            this.label3.Text = "次要过滤列:"; 
 | 
            this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; 
 | 
            //  
 | 
            // lblFindCol 
 | 
            //  
 | 
            this.lblFindCol.AutoSize = true; 
 | 
            this.lblFindCol.BackColor = System.Drawing.Color.Transparent; 
 | 
            this.lblFindCol.Location = new System.Drawing.Point(342, 11); 
 | 
            this.lblFindCol.Name = "lblFindCol"; 
 | 
            this.lblFindCol.Size = new System.Drawing.Size(0, 12); 
 | 
            this.lblFindCol.TabIndex = 10; 
 | 
            this.lblFindCol.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; 
 | 
            //  
 | 
            // label1 
 | 
            //  
 | 
            this.label1.AutoSize = true; 
 | 
            this.label1.BackColor = System.Drawing.Color.Transparent; 
 | 
            this.label1.Location = new System.Drawing.Point(255, 8); 
 | 
            this.label1.Name = "label1"; 
 | 
            this.label1.Size = new System.Drawing.Size(77, 12); 
 | 
            this.label1.TabIndex = 9; 
 | 
            this.label1.Text = "主要过滤列:"; 
 | 
            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; 
 | 
            //  
 | 
            // chkMH 
 | 
            //  
 | 
            this.chkMH.AutoSize = true; 
 | 
            this.chkMH.Checked = true; 
 | 
            this.chkMH.CheckState = System.Windows.Forms.CheckState.Checked; 
 | 
            this.chkMH.Location = new System.Drawing.Point(796, 32); 
 | 
            this.chkMH.Name = "chkMH"; 
 | 
            this.chkMH.Size = new System.Drawing.Size(72, 16); 
 | 
            this.chkMH.TabIndex = 6; 
 | 
            this.chkMH.Text = "包含查询"; 
 | 
            this.chkMH.UseVisualStyleBackColor = true; 
 | 
            this.chkMH.CheckedChanged += new System.EventHandler(this.chkMH_CheckedChanged); 
 | 
            //  
 | 
            // txtFindInfo 
 | 
            //  
 | 
            this.txtFindInfo.ImeMode = System.Windows.Forms.ImeMode.NoControl; 
 | 
            this.txtFindInfo.Location = new System.Drawing.Point(444, 7); 
 | 
            this.txtFindInfo.Name = "txtFindInfo"; 
 | 
            this.txtFindInfo.Size = new System.Drawing.Size(212, 21); 
 | 
            this.txtFindInfo.TabIndex = 5; 
 | 
            this.txtFindInfo.TextChanged += new System.EventHandler(this.txtFindInfo_TextChanged); 
 | 
            this.txtFindInfo.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtFindInfo_KeyDown); 
 | 
            //  
 | 
            // lblCaption 
 | 
            //  
 | 
            this.lblCaption.AutoSize = true; 
 | 
            this.lblCaption.BackColor = System.Drawing.Color.Transparent; 
 | 
            this.lblCaption.Cursor = System.Windows.Forms.Cursors.No; 
 | 
            this.lblCaption.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); 
 | 
            this.lblCaption.Location = new System.Drawing.Point(27, 14); 
 | 
            this.lblCaption.Name = "lblCaption"; 
 | 
            this.lblCaption.Size = new System.Drawing.Size(89, 19); 
 | 
            this.lblCaption.TabIndex = 4; 
 | 
            this.lblCaption.Text = "快速查询"; 
 | 
            //  
 | 
            // Tool 
 | 
            //  
 | 
            this.Tool.AutoSize = false; 
 | 
            this.Tool.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("Tool.BackgroundImage"))); 
 | 
            this.Tool.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; 
 | 
            this.Tool.ImageScalingSize = new System.Drawing.Size(22, 22); 
 | 
            this.Tool.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { 
 | 
            this.toolStripSeparator5, 
 | 
            this.fh, 
 | 
            this.toolStripSeparator4, 
 | 
            this.xz, 
 | 
            this.toolStripSeparator2, 
 | 
            this.cx, 
 | 
            this.toolStripSeparator1, 
 | 
            this.tc, 
 | 
            this.toolStripSeparator3, 
 | 
            this.bclk, 
 | 
            this.toolStripSeparator7}); 
 | 
            this.Tool.Location = new System.Drawing.Point(0, 0); 
 | 
            this.Tool.Name = "Tool"; 
 | 
            this.Tool.Padding = new System.Windows.Forms.Padding(0); 
 | 
            this.Tool.Size = new System.Drawing.Size(871, 50); 
 | 
            this.Tool.Stretch = true; 
 | 
            this.Tool.TabIndex = 14; 
 | 
            this.Tool.Text = "toolStrip1"; 
 | 
            //  
 | 
            // toolStripSeparator5 
 | 
            //  
 | 
            this.toolStripSeparator5.Name = "toolStripSeparator5"; 
 | 
            this.toolStripSeparator5.Size = new System.Drawing.Size(6, 50); 
 | 
            this.toolStripSeparator5.Visible = false; 
 | 
            //  
 | 
            // fh 
 | 
            //  
 | 
            this.fh.AutoSize = false; 
 | 
            this.fh.Image = ((System.Drawing.Image)(resources.GetObject("fh.Image"))); 
 | 
            this.fh.ImageAlign = System.Drawing.ContentAlignment.BottomCenter; 
 | 
            this.fh.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; 
 | 
            this.fh.ImageTransparentColor = System.Drawing.Color.Magenta; 
 | 
            this.fh.Name = "fh"; 
 | 
            this.fh.Size = new System.Drawing.Size(33, 45); 
 | 
            this.fh.Text = "返回"; 
 | 
            this.fh.TextAlign = System.Drawing.ContentAlignment.BottomCenter; 
 | 
            this.fh.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; 
 | 
            this.fh.Click += new System.EventHandler(this.fh_Click); 
 | 
            //  
 | 
            // toolStripSeparator4 
 | 
            //  
 | 
            this.toolStripSeparator4.Name = "toolStripSeparator4"; 
 | 
            this.toolStripSeparator4.Size = new System.Drawing.Size(6, 50); 
 | 
            this.toolStripSeparator4.Visible = false; 
 | 
            //  
 | 
            // xz 
 | 
            //  
 | 
            this.xz.AutoSize = false; 
 | 
            this.xz.ForeColor = System.Drawing.SystemColors.ControlText; 
 | 
            this.xz.Image = ((System.Drawing.Image)(resources.GetObject("xz.Image"))); 
 | 
            this.xz.ImageAlign = System.Drawing.ContentAlignment.BottomCenter; 
 | 
            this.xz.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; 
 | 
            this.xz.ImageTransparentColor = System.Drawing.Color.White; 
 | 
            this.xz.Name = "xz"; 
 | 
            this.xz.Size = new System.Drawing.Size(33, 45); 
 | 
            this.xz.Text = "新增"; 
 | 
            this.xz.TextAlign = System.Drawing.ContentAlignment.BottomCenter; 
 | 
            this.xz.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; 
 | 
            this.xz.Visible = false; 
 | 
            //  
 | 
            // toolStripSeparator2 
 | 
            //  
 | 
            this.toolStripSeparator2.Name = "toolStripSeparator2"; 
 | 
            this.toolStripSeparator2.Size = new System.Drawing.Size(6, 50); 
 | 
            this.toolStripSeparator2.Visible = false; 
 | 
            //  
 | 
            // cx 
 | 
            //  
 | 
            this.cx.AutoSize = false; 
 | 
            this.cx.Image = ((System.Drawing.Image)(resources.GetObject("cx.Image"))); 
 | 
            this.cx.ImageAlign = System.Drawing.ContentAlignment.BottomCenter; 
 | 
            this.cx.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; 
 | 
            this.cx.ImageTransparentColor = System.Drawing.Color.White; 
 | 
            this.cx.Name = "cx"; 
 | 
            this.cx.Size = new System.Drawing.Size(33, 45); 
 | 
            this.cx.Text = "查询"; 
 | 
            this.cx.TextAlign = System.Drawing.ContentAlignment.BottomCenter; 
 | 
            this.cx.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; 
 | 
            this.cx.Click += new System.EventHandler(this.cx_Click); 
 | 
            //  
 | 
            // toolStripSeparator1 
 | 
            //  
 | 
            this.toolStripSeparator1.Name = "toolStripSeparator1"; 
 | 
            this.toolStripSeparator1.Size = new System.Drawing.Size(6, 50); 
 | 
            //  
 | 
            // tc 
 | 
            //  
 | 
            this.tc.AutoSize = false; 
 | 
            this.tc.Image = ((System.Drawing.Image)(resources.GetObject("tc.Image"))); 
 | 
            this.tc.ImageAlign = System.Drawing.ContentAlignment.BottomCenter; 
 | 
            this.tc.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; 
 | 
            this.tc.ImageTransparentColor = System.Drawing.Color.White; 
 | 
            this.tc.Name = "tc"; 
 | 
            this.tc.Size = new System.Drawing.Size(33, 45); 
 | 
            this.tc.Text = "退出"; 
 | 
            this.tc.TextAlign = System.Drawing.ContentAlignment.BottomCenter; 
 | 
            this.tc.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; 
 | 
            this.tc.Click += new System.EventHandler(this.tc_Click); 
 | 
            //  
 | 
            // toolStripSeparator3 
 | 
            //  
 | 
            this.toolStripSeparator3.Name = "toolStripSeparator3"; 
 | 
            this.toolStripSeparator3.Size = new System.Drawing.Size(6, 50); 
 | 
            //  
 | 
            // splitContainer1 
 | 
            //  
 | 
            this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; 
 | 
            this.splitContainer1.Location = new System.Drawing.Point(0, 104); 
 | 
            this.splitContainer1.Name = "splitContainer1"; 
 | 
            //  
 | 
            // splitContainer1.Panel1 
 | 
            //  
 | 
            this.splitContainer1.Panel1.Controls.Add(this.tvTree); 
 | 
            //  
 | 
            // splitContainer1.Panel2 
 | 
            //  
 | 
            this.splitContainer1.Panel2.Controls.Add(this.grdShow); 
 | 
            this.splitContainer1.Size = new System.Drawing.Size(871, 498); 
 | 
            this.splitContainer1.SplitterDistance = 216; 
 | 
            this.splitContainer1.TabIndex = 15; 
 | 
            //  
 | 
            // tvTree 
 | 
            //  
 | 
            this.tvTree.BackColor = System.Drawing.Color.White; 
 | 
            this.tvTree.Dock = System.Windows.Forms.DockStyle.Fill; 
 | 
            this.tvTree.ForeColor = System.Drawing.Color.Black; 
 | 
            this.tvTree.Indent = 18; 
 | 
            this.tvTree.ItemHeight = 18; 
 | 
            this.tvTree.LineColor = System.Drawing.Color.Navy; 
 | 
            this.tvTree.Location = new System.Drawing.Point(0, 0); 
 | 
            this.tvTree.Name = "tvTree"; 
 | 
            this.tvTree.Size = new System.Drawing.Size(216, 498); 
 | 
            this.tvTree.TabIndex = 15; 
 | 
            this.tvTree.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.tvProcess_NodeMouseClick); 
 | 
            //  
 | 
            // grdShow 
 | 
            //  
 | 
            this.grdShow.AllowUserToAddRows = false; 
 | 
            this.grdShow.AllowUserToDeleteRows = false; 
 | 
            this.grdShow.AllowUserToResizeRows = false; 
 | 
            this.grdShow.BackgroundColor = System.Drawing.Color.White; 
 | 
            this.grdShow.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; 
 | 
            this.grdShow.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; 
 | 
            this.grdShow.Dock = System.Windows.Forms.DockStyle.Fill; 
 | 
            this.grdShow.ImeMode = System.Windows.Forms.ImeMode.NoControl; 
 | 
            this.grdShow.Location = new System.Drawing.Point(0, 0); 
 | 
            this.grdShow.Name = "grdShow"; 
 | 
            this.grdShow.ReadOnly = true; 
 | 
            this.grdShow.RowTemplate.Height = 23; 
 | 
            this.grdShow.Size = new System.Drawing.Size(651, 498); 
 | 
            this.grdShow.TabIndex = 0; 
 | 
            this.grdShow.MouseClick += new System.Windows.Forms.MouseEventHandler(this.grdShow_MouseClick); 
 | 
            this.grdShow.DoubleClick += new System.EventHandler(this.grdShow_DoubleClick); 
 | 
            this.grdShow.Click += new System.EventHandler(this.grdShow_Click); 
 | 
            //  
 | 
            // timer1 
 | 
            //  
 | 
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick); 
 | 
            //  
 | 
            // imageList1 
 | 
            //  
 | 
            this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream"))); 
 | 
            this.imageList1.TransparentColor = System.Drawing.Color.Transparent; 
 | 
            this.imageList1.Images.SetKeyName(0, "文件夹.bmp"); 
 | 
            this.imageList1.Images.SetKeyName(1, "文件夹2.bmp"); 
 | 
            this.imageList1.Images.SetKeyName(2, "save"); 
 | 
            //  
 | 
            // toolStripSeparator7 
 | 
            //  
 | 
            this.toolStripSeparator7.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; 
 | 
            this.toolStripSeparator7.Name = "toolStripSeparator7"; 
 | 
            this.toolStripSeparator7.Size = new System.Drawing.Size(6, 50); 
 | 
            //  
 | 
            // bclk 
 | 
            //  
 | 
            this.bclk.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; 
 | 
            this.bclk.Image = ((System.Drawing.Image)(resources.GetObject("bclk.Image"))); 
 | 
            this.bclk.ImageAlign = System.Drawing.ContentAlignment.BottomCenter; 
 | 
            this.bclk.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; 
 | 
            this.bclk.ImageTransparentColor = System.Drawing.Color.White; 
 | 
            this.bclk.Name = "bclk"; 
 | 
            this.bclk.Size = new System.Drawing.Size(60, 47); 
 | 
            this.bclk.Text = "保存列宽"; 
 | 
            this.bclk.TextAlign = System.Drawing.ContentAlignment.BottomCenter; 
 | 
            this.bclk.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; 
 | 
            this.bclk.Click += new System.EventHandler(this.bclk_Click); 
 | 
            //  
 | 
            // frmHlpInfo 
 | 
            //  
 | 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); 
 | 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 
 | 
            this.BackColor = System.Drawing.Color.White; 
 | 
            this.ClientSize = new System.Drawing.Size(871, 602); 
 | 
            this.Controls.Add(this.splitContainer1); 
 | 
            this.Controls.Add(this.pPic); 
 | 
            this.Controls.Add(this.Tool); 
 | 
            this.MinimizeBox = false; 
 | 
            this.Name = "frmHlpInfo"; 
 | 
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; 
 | 
            this.Text = "物料查询"; 
 | 
            this.Load += new System.EventHandler(this.frmHlpInfo_Load); 
 | 
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmHlpInfo_FormClosing); 
 | 
            this.pPic.ResumeLayout(false); 
 | 
            this.pPic.PerformLayout(); 
 | 
            this.Tool.ResumeLayout(false); 
 | 
            this.Tool.PerformLayout(); 
 | 
            this.splitContainer1.Panel1.ResumeLayout(false); 
 | 
            this.splitContainer1.Panel2.ResumeLayout(false); 
 | 
            this.splitContainer1.ResumeLayout(false); 
 | 
            ((System.ComponentModel.ISupportInitialize)(this.grdShow)).EndInit(); 
 | 
            this.ResumeLayout(false); 
 | 
  
 | 
        } 
 | 
  
 | 
        #endregion 
 | 
  
 | 
        private System.Windows.Forms.Panel pPic; 
 | 
        private System.Windows.Forms.Label lblCaption; 
 | 
        private System.Windows.Forms.ToolStrip Tool; 
 | 
        private System.Windows.Forms.ToolStripButton fh; 
 | 
        private System.Windows.Forms.ToolStripButton xz; 
 | 
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; 
 | 
        private System.Windows.Forms.ToolStripButton cx; 
 | 
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; 
 | 
        private System.Windows.Forms.ToolStripButton tc; 
 | 
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator3; 
 | 
        private System.Windows.Forms.SplitContainer splitContainer1; 
 | 
        private System.Windows.Forms.TreeView tvTree; 
 | 
        private System.Windows.Forms.Timer timer1; 
 | 
        private System.Windows.Forms.CheckBox chkMH; 
 | 
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator4; 
 | 
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator5; 
 | 
        public System.Windows.Forms.TextBox txtFindInfo; 
 | 
        private System.Windows.Forms.ImageList imageList1; 
 | 
        private System.Windows.Forms.Label lblFindCol; 
 | 
        private System.Windows.Forms.Label label1; 
 | 
        public System.Windows.Forms.DataGridView grdShow; 
 | 
        public System.Windows.Forms.TextBox txtFindInfo2; 
 | 
        private System.Windows.Forms.Label lblFind2Col; 
 | 
        private System.Windows.Forms.Label label3; 
 | 
        private System.Windows.Forms.ToolStripButton bclk; 
 | 
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator7; 
 | 
    } 
 | 
} 
 |