www.pudn.com > FileSecurity.rar > MainForm.Designer.cs


using XPTable.Models; 
namespace FileSecurity 
{ 
    partial class MainForm 
    { 
        ///  
        /// 必需的设计器变量。 
        ///  
        private System.ComponentModel.IContainer components = null; 
 
        ///  
        /// 清理所有正在使用的资源。 
        ///  
        /// 如果应释放托管资源,为 true;否则为 false。 
        protected override void Dispose(bool disposing) 
        { 
            if (disposing && (components != null)) 
            { 
                components.Dispose(); 
            } 
            base.Dispose(disposing); 
        } 
 
        #region Windows 窗体设计器生成的代码 
 
        ///  
        /// 设计器支持所需的方法 - 不要 
        /// 使用代码编辑器修改此方法的内容。 
        ///  
        private void InitializeComponent() 
        { 
            this.components = new System.ComponentModel.Container(); 
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm)); 
            this.mainMenuStrip = new System.Windows.Forms.MenuStrip(); 
            this.ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); 
            this.mnuOpen = new System.Windows.Forms.ToolStripMenuItem(); 
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); 
            this.mnuExit = new System.Windows.Forms.ToolStripMenuItem(); 
            this.ToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem(); 
            this.mnuFolderTree = new System.Windows.Forms.ToolStripMenuItem(); 
            this.帮助ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 
            this.mnuHelp = new System.Windows.Forms.ToolStripMenuItem(); 
            this.mnuAbout = new System.Windows.Forms.ToolStripMenuItem(); 
            this.mainToolStrip = new System.Windows.Forms.ToolStrip(); 
            this.btnOpen = new System.Windows.Forms.ToolStripButton(); 
            this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); 
            this.btnFolderTree = new System.Windows.Forms.ToolStripButton(); 
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); 
            this.btnReflush = new System.Windows.Forms.ToolStripButton(); 
            this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator(); 
            this.btnEncrypt = new System.Windows.Forms.ToolStripButton(); 
            this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator(); 
            this.btnDecrypt = new System.Windows.Forms.ToolStripButton(); 
            this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator(); 
            this.btnClearTable = new System.Windows.Forms.ToolStripButton(); 
            this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); 
            this.btnHelp = new System.Windows.Forms.ToolStripButton(); 
            this.splitContainerH = new System.Windows.Forms.SplitContainer(); 
            this.splitContainerV = new System.Windows.Forms.SplitContainer(); 
            this.treeExplorer = new FileSecurity.ExplorerTreeViewWnd(); 
            this.listFiles = new System.Windows.Forms.ListView(); 
            this.columnHeader1 = new System.Windows.Forms.ColumnHeader(); 
            this.columnHeader2 = new System.Windows.Forms.ColumnHeader(); 
            this.columnHeader3 = new System.Windows.Forms.ColumnHeader(); 
            this.imageListFiles = new System.Windows.Forms.ImageList(this.components); 
            this.tableWork = new XPTable.Models.Table(); 
            this.threadWorker = new System.ComponentModel.BackgroundWorker(); 
            this.timerWatch = new System.Windows.Forms.Timer(this.components); 
            this.mainMenuStrip.SuspendLayout(); 
            this.mainToolStrip.SuspendLayout(); 
            this.splitContainerH.Panel1.SuspendLayout(); 
            this.splitContainerH.Panel2.SuspendLayout(); 
            this.splitContainerH.SuspendLayout(); 
            this.splitContainerV.Panel1.SuspendLayout(); 
            this.splitContainerV.Panel2.SuspendLayout(); 
            this.splitContainerV.SuspendLayout(); 
            ((System.ComponentModel.ISupportInitialize)(this.tableWork)).BeginInit(); 
            this.SuspendLayout(); 
            //  
            // mainMenuStrip 
            //  
            this.mainMenuStrip.ImageScalingSize = new System.Drawing.Size(20, 20); 
            this.mainMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { 
            this.ToolStripMenuItem1, 
            this.ToolStripMenuItem2, 
            this.帮助ToolStripMenuItem}); 
            this.mainMenuStrip.Location = new System.Drawing.Point(0, 0); 
            this.mainMenuStrip.Name = "mainMenuStrip"; 
            this.mainMenuStrip.Size = new System.Drawing.Size(798, 24); 
            this.mainMenuStrip.TabIndex = 0; 
            this.mainMenuStrip.Text = "mainMenuStrip"; 
            //  
            // ToolStripMenuItem1 
            //  
            this.ToolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { 
            this.mnuOpen, 
            this.toolStripSeparator1, 
            this.mnuExit}); 
            this.ToolStripMenuItem1.Name = "ToolStripMenuItem1"; 
            this.ToolStripMenuItem1.Size = new System.Drawing.Size(41, 20); 
            this.ToolStripMenuItem1.Text = "文件"; 
            //  
            // mnuOpen 
            //  
            this.mnuOpen.Image = ((System.Drawing.Image)(resources.GetObject("mnuOpen.Image"))); 
            this.mnuOpen.Name = "mnuOpen"; 
            this.mnuOpen.Size = new System.Drawing.Size(94, 22); 
            this.mnuOpen.Text = "打开"; 
            //  
            // toolStripSeparator1 
            //  
            this.toolStripSeparator1.Name = "toolStripSeparator1"; 
            this.toolStripSeparator1.Size = new System.Drawing.Size(91, 6); 
            //  
            // mnuExit 
            //  
            this.mnuExit.Image = ((System.Drawing.Image)(resources.GetObject("mnuExit.Image"))); 
            this.mnuExit.Name = "mnuExit"; 
            this.mnuExit.Size = new System.Drawing.Size(94, 22); 
            this.mnuExit.Text = "退出"; 
            this.mnuExit.Click += new System.EventHandler(this.mnuExit_Click); 
            //  
            // ToolStripMenuItem2 
            //  
            this.ToolStripMenuItem2.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { 
            this.mnuFolderTree}); 
            this.ToolStripMenuItem2.Name = "ToolStripMenuItem2"; 
            this.ToolStripMenuItem2.Size = new System.Drawing.Size(41, 20); 
            this.ToolStripMenuItem2.Text = "视图"; 
            //  
            // mnuFolderTree 
            //  
            this.mnuFolderTree.Checked = true; 
            this.mnuFolderTree.CheckState = System.Windows.Forms.CheckState.Checked; 
            this.mnuFolderTree.Image = ((System.Drawing.Image)(resources.GetObject("mnuFolderTree.Image"))); 
            this.mnuFolderTree.Name = "mnuFolderTree"; 
            this.mnuFolderTree.Size = new System.Drawing.Size(106, 22); 
            this.mnuFolderTree.Text = "文件夹"; 
            this.mnuFolderTree.Click += new System.EventHandler(this.mnuFolderTree_Click); 
            //  
            // 帮助ToolStripMenuItem 
            //  
            this.帮助ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { 
            this.mnuHelp, 
            this.mnuAbout}); 
            this.帮助ToolStripMenuItem.Name = "帮助ToolStripMenuItem"; 
            this.帮助ToolStripMenuItem.Size = new System.Drawing.Size(41, 20); 
            this.帮助ToolStripMenuItem.Text = "帮助"; 
            //  
            // mnuHelp 
            //  
            this.mnuHelp.Image = ((System.Drawing.Image)(resources.GetObject("mnuHelp.Image"))); 
            this.mnuHelp.Name = "mnuHelp"; 
            this.mnuHelp.Size = new System.Drawing.Size(94, 22); 
            this.mnuHelp.Text = "帮助"; 
            this.mnuHelp.Click += new System.EventHandler(this.mnuHelp_Click); 
            //  
            // mnuAbout 
            //  
            this.mnuAbout.Name = "mnuAbout"; 
            this.mnuAbout.Size = new System.Drawing.Size(94, 22); 
            this.mnuAbout.Text = "关于"; 
            this.mnuAbout.Click += new System.EventHandler(this.mnuAbout_Click); 
            //  
            // mainToolStrip 
            //  
            this.mainToolStrip.ImageScalingSize = new System.Drawing.Size(32, 32); 
            this.mainToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { 
            this.btnOpen, 
            this.toolStripSeparator3, 
            this.btnFolderTree, 
            this.toolStripSeparator2, 
            this.btnReflush, 
            this.toolStripSeparator7, 
            this.btnEncrypt, 
            this.toolStripSeparator5, 
            this.btnDecrypt, 
            this.toolStripSeparator6, 
            this.btnClearTable, 
            this.toolStripSeparator4, 
            this.btnHelp}); 
            this.mainToolStrip.Location = new System.Drawing.Point(0, 24); 
            this.mainToolStrip.Name = "mainToolStrip"; 
            this.mainToolStrip.Size = new System.Drawing.Size(798, 39); 
            this.mainToolStrip.TabIndex = 1; 
            this.mainToolStrip.Text = "toolStrip1"; 
            //  
            // btnOpen 
            //  
            this.btnOpen.Image = ((System.Drawing.Image)(resources.GetObject("btnOpen.Image"))); 
            this.btnOpen.ImageTransparentColor = System.Drawing.Color.Magenta; 
            this.btnOpen.Name = "btnOpen"; 
            this.btnOpen.Size = new System.Drawing.Size(65, 36); 
            this.btnOpen.Text = "打开"; 
            this.btnOpen.Click += new System.EventHandler(this.btnOpen_Click); 
            //  
            // toolStripSeparator3 
            //  
            this.toolStripSeparator3.Name = "toolStripSeparator3"; 
            this.toolStripSeparator3.Size = new System.Drawing.Size(6, 39); 
            //  
            // btnFolderTree 
            //  
            this.btnFolderTree.Checked = true; 
            this.btnFolderTree.CheckState = System.Windows.Forms.CheckState.Checked; 
            this.btnFolderTree.Image = ((System.Drawing.Image)(resources.GetObject("btnFolderTree.Image"))); 
            this.btnFolderTree.ImageTransparentColor = System.Drawing.Color.Magenta; 
            this.btnFolderTree.Name = "btnFolderTree"; 
            this.btnFolderTree.Size = new System.Drawing.Size(77, 36); 
            this.btnFolderTree.Text = "文件夹"; 
            this.btnFolderTree.Click += new System.EventHandler(this.btnFolderTree_Click); 
            //  
            // toolStripSeparator2 
            //  
            this.toolStripSeparator2.Name = "toolStripSeparator2"; 
            this.toolStripSeparator2.Size = new System.Drawing.Size(6, 39); 
            //  
            // btnReflush 
            //  
            this.btnReflush.Image = ((System.Drawing.Image)(resources.GetObject("btnReflush.Image"))); 
            this.btnReflush.ImageTransparentColor = System.Drawing.Color.Magenta; 
            this.btnReflush.Name = "btnReflush"; 
            this.btnReflush.Size = new System.Drawing.Size(101, 36); 
            this.btnReflush.Text = "刷新文件夹"; 
            this.btnReflush.Click += new System.EventHandler(this.btnReflush_Click); 
            //  
            // toolStripSeparator7 
            //  
            this.toolStripSeparator7.Name = "toolStripSeparator7"; 
            this.toolStripSeparator7.Size = new System.Drawing.Size(6, 39); 
            //  
            // btnEncrypt 
            //  
            this.btnEncrypt.Image = ((System.Drawing.Image)(resources.GetObject("btnEncrypt.Image"))); 
            this.btnEncrypt.ImageTransparentColor = System.Drawing.Color.Magenta; 
            this.btnEncrypt.Name = "btnEncrypt"; 
            this.btnEncrypt.Size = new System.Drawing.Size(65, 36); 
            this.btnEncrypt.Text = "加密"; 
            this.btnEncrypt.Click += new System.EventHandler(this.btnEncrypt_Click); 
            //  
            // toolStripSeparator5 
            //  
            this.toolStripSeparator5.Name = "toolStripSeparator5"; 
            this.toolStripSeparator5.Size = new System.Drawing.Size(6, 39); 
            //  
            // btnDecrypt 
            //  
            this.btnDecrypt.Image = ((System.Drawing.Image)(resources.GetObject("btnDecrypt.Image"))); 
            this.btnDecrypt.ImageTransparentColor = System.Drawing.Color.Magenta; 
            this.btnDecrypt.Name = "btnDecrypt"; 
            this.btnDecrypt.Size = new System.Drawing.Size(65, 36); 
            this.btnDecrypt.Text = "解密"; 
            this.btnDecrypt.Click += new System.EventHandler(this.btnDecrypt_Click); 
            //  
            // toolStripSeparator6 
            //  
            this.toolStripSeparator6.Name = "toolStripSeparator6"; 
            this.toolStripSeparator6.Size = new System.Drawing.Size(6, 39); 
            //  
            // btnClearTable 
            //  
            this.btnClearTable.Image = ((System.Drawing.Image)(resources.GetObject("btnClearTable.Image"))); 
            this.btnClearTable.ImageTransparentColor = System.Drawing.Color.Magenta; 
            this.btnClearTable.Name = "btnClearTable"; 
            this.btnClearTable.Size = new System.Drawing.Size(89, 36); 
            this.btnClearTable.Text = "清除列表"; 
            this.btnClearTable.Click += new System.EventHandler(this.btnClearTable_Click_1); 
            //  
            // toolStripSeparator4 
            //  
            this.toolStripSeparator4.Name = "toolStripSeparator4"; 
            this.toolStripSeparator4.Size = new System.Drawing.Size(6, 39); 
            //  
            // btnHelp 
            //  
            this.btnHelp.Image = ((System.Drawing.Image)(resources.GetObject("btnHelp.Image"))); 
            this.btnHelp.ImageTransparentColor = System.Drawing.Color.Magenta; 
            this.btnHelp.Name = "btnHelp"; 
            this.btnHelp.Size = new System.Drawing.Size(65, 36); 
            this.btnHelp.Text = "帮助"; 
            this.btnHelp.Click += new System.EventHandler(this.btnHelp_Click); 
            //  
            // splitContainerH 
            //  
            this.splitContainerH.Dock = System.Windows.Forms.DockStyle.Fill; 
            this.splitContainerH.FixedPanel = System.Windows.Forms.FixedPanel.Panel2; 
            this.splitContainerH.Location = new System.Drawing.Point(0, 63); 
            this.splitContainerH.Name = "splitContainerH"; 
            this.splitContainerH.Orientation = System.Windows.Forms.Orientation.Horizontal; 
            //  
            // splitContainerH.Panel1 
            //  
            this.splitContainerH.Panel1.Controls.Add(this.splitContainerV); 
            //  
            // splitContainerH.Panel2 
            //  
            this.splitContainerH.Panel2.Controls.Add(this.tableWork); 
            this.splitContainerH.Size = new System.Drawing.Size(798, 527); 
            this.splitContainerH.SplitterDistance = 370; 
            this.splitContainerH.TabIndex = 2; 
            this.splitContainerH.MouseUp += new System.Windows.Forms.MouseEventHandler(this.splitContainerH_MouseUp); 
            //  
            // splitContainerV 
            //  
            this.splitContainerV.Dock = System.Windows.Forms.DockStyle.Fill; 
            this.splitContainerV.FixedPanel = System.Windows.Forms.FixedPanel.Panel1; 
            this.splitContainerV.Location = new System.Drawing.Point(0, 0); 
            this.splitContainerV.Name = "splitContainerV"; 
            //  
            // splitContainerV.Panel1 
            //  
            this.splitContainerV.Panel1.Controls.Add(this.treeExplorer); 
            //  
            // splitContainerV.Panel2 
            //  
            this.splitContainerV.Panel2.Controls.Add(this.listFiles); 
            this.splitContainerV.Size = new System.Drawing.Size(798, 370); 
            this.splitContainerV.SplitterDistance = 213; 
            this.splitContainerV.TabIndex = 0; 
            this.splitContainerV.MouseUp += new System.Windows.Forms.MouseEventHandler(this.splitContainerV_MouseUp); 
            //  
            // treeExplorer 
            //  
            this.treeExplorer.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; 
            this.treeExplorer.Dock = System.Windows.Forms.DockStyle.Fill; 
            this.treeExplorer.HotTracking = true; 
            this.treeExplorer.Location = new System.Drawing.Point(0, 0); 
            this.treeExplorer.Name = "treeExplorer"; 
            this.treeExplorer.Size = new System.Drawing.Size(213, 370); 
            this.treeExplorer.TabIndex = 0; 
            this.treeExplorer.BeforeSelect += new System.Windows.Forms.TreeViewCancelEventHandler(this.treeExplorer_BeforeSelect); 
            //  
            // listFiles 
            //  
            this.listFiles.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; 
            this.listFiles.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { 
            this.columnHeader1, 
            this.columnHeader2, 
            this.columnHeader3}); 
            this.listFiles.Dock = System.Windows.Forms.DockStyle.Fill; 
            this.listFiles.FullRowSelect = true; 
            this.listFiles.GridLines = true; 
            this.listFiles.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable; 
            this.listFiles.LargeImageList = this.imageListFiles; 
            this.listFiles.Location = new System.Drawing.Point(0, 0); 
            this.listFiles.Name = "listFiles"; 
            this.listFiles.Size = new System.Drawing.Size(581, 370); 
            this.listFiles.SmallImageList = this.imageListFiles; 
            this.listFiles.TabIndex = 0; 
            this.listFiles.UseCompatibleStateImageBehavior = false; 
            this.listFiles.View = System.Windows.Forms.View.Details; 
            this.listFiles.DoubleClick += new System.EventHandler(this.listFiles_DoubleClick); 
            //  
            // columnHeader1 
            //  
            this.columnHeader1.Text = "名称"; 
            this.columnHeader1.Width = 390; 
            //  
            // columnHeader2 
            //  
            this.columnHeader2.Text = "大小"; 
            this.columnHeader2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; 
            this.columnHeader2.Width = 67; 
            //  
            // columnHeader3 
            //  
            this.columnHeader3.Text = "修改时间"; 
            this.columnHeader3.Width = 117; 
            //  
            // imageListFiles 
            //  
            this.imageListFiles.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit; 
            this.imageListFiles.ImageSize = new System.Drawing.Size(16, 16); 
            this.imageListFiles.TransparentColor = System.Drawing.Color.Transparent; 
            //  
            // tableWork 
            //  
            this.tableWork.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; 
            this.tableWork.Dock = System.Windows.Forms.DockStyle.Fill; 
            this.tableWork.EditStartAction = XPTable.Editors.EditStartAction.SingleClick; 
            this.tableWork.EnableHeaderContextMenu = false; 
            this.tableWork.GridLines = XPTable.Models.GridLines.Rows; 
            this.tableWork.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable; 
            this.tableWork.Location = new System.Drawing.Point(0, 0); 
            this.tableWork.Name = "tableWork"; 
            this.tableWork.NoItemsText = ""; 
            this.tableWork.SelectionStyle = XPTable.Models.SelectionStyle.Grid; 
            this.tableWork.Size = new System.Drawing.Size(798, 153); 
            this.tableWork.TabIndex = 0; 
            //  
            // threadWorker 
            //  
            this.threadWorker.DoWork += new System.ComponentModel.DoWorkEventHandler(this.threadWorker_DoWork); 
            this.threadWorker.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.threadWorker_RunWorkerCompleted); 
            //  
            // timerWatch 
            //  
            this.timerWatch.Interval = 500; 
            this.timerWatch.Tick += new System.EventHandler(this.timerWatch_Tick); 
            //  
            // MainForm 
            //  
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 
            this.ClientSize = new System.Drawing.Size(798, 590); 
            this.Controls.Add(this.splitContainerH); 
            this.Controls.Add(this.mainToolStrip); 
            this.Controls.Add(this.mainMenuStrip); 
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); 
            this.MainMenuStrip = this.mainMenuStrip; 
            this.Name = "MainForm"; 
            this.Text = "文件加密"; 
            this.Load += new System.EventHandler(this.MainForm_Load); 
            this.mainMenuStrip.ResumeLayout(false); 
            this.mainMenuStrip.PerformLayout(); 
            this.mainToolStrip.ResumeLayout(false); 
            this.mainToolStrip.PerformLayout(); 
            this.splitContainerH.Panel1.ResumeLayout(false); 
            this.splitContainerH.Panel2.ResumeLayout(false); 
            this.splitContainerH.ResumeLayout(false); 
            this.splitContainerV.Panel1.ResumeLayout(false); 
            this.splitContainerV.Panel2.ResumeLayout(false); 
            this.splitContainerV.ResumeLayout(false); 
            ((System.ComponentModel.ISupportInitialize)(this.tableWork)).EndInit(); 
            this.ResumeLayout(false); 
            this.PerformLayout(); 
 
        } 
 
        #endregion 
 
        private System.Windows.Forms.MenuStrip mainMenuStrip; 
        private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem1; 
        private System.Windows.Forms.ToolStripMenuItem mnuOpen; 
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; 
        private System.Windows.Forms.ToolStripMenuItem mnuExit; 
        private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem2; 
        private System.Windows.Forms.ToolStrip mainToolStrip; 
        private System.Windows.Forms.ToolStripButton btnOpen; 
        private System.Windows.Forms.ToolStripButton btnEncrypt; 
        private System.Windows.Forms.ToolStripButton btnDecrypt; 
        private System.Windows.Forms.SplitContainer splitContainerH; 
        private System.Windows.Forms.SplitContainer splitContainerV; 
        private FileSecurity.ExplorerTreeViewWnd treeExplorer; 
        private System.Windows.Forms.ListView listFiles; 
        private Table tableWork; 
        private System.Windows.Forms.ImageList imageListFiles; 
        private System.Windows.Forms.ColumnHeader columnHeader1; 
        private System.Windows.Forms.ColumnHeader columnHeader2; 
        private System.Windows.Forms.ColumnHeader columnHeader3; 
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator3; 
        private System.Windows.Forms.ToolStripButton btnFolderTree; 
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; 
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator4; 
        private System.Windows.Forms.ToolStripButton btnHelp; 
        private System.Windows.Forms.ToolStripMenuItem 帮助ToolStripMenuItem; 
        private System.Windows.Forms.ToolStripMenuItem mnuHelp; 
        private System.Windows.Forms.ToolStripMenuItem mnuAbout; 
        private System.Windows.Forms.ToolStripMenuItem mnuFolderTree; 
        private System.ComponentModel.BackgroundWorker threadWorker; 
        private System.Windows.Forms.Timer timerWatch; 
        private System.Windows.Forms.ToolStripButton btnReflush; 
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator5; 
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator6; 
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator7; 
        private System.Windows.Forms.ToolStripButton btnClearTable; 
    } 
}