Newer
Older
EMS_SZ / PED.designer.cs
root on 21 Mar 2016 25 KB first
namespace Cyberpipe
{
    partial class PED
    {
        /// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PED));
            this.menuStrip1 = new System.Windows.Forms.MenuStrip();
            this.项目管理ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.新建ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.修改ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.删除ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.返回ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.sideBar1 = new DevComponents.DotNetBar.SideBar();
            this.listView1 = new System.Windows.Forms.ListView();
            this.contextMenuStrip_list = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.新建ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.修改ToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
            this.删除ToolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
            this.treeView1 = new System.Windows.Forms.TreeView();
            this.contextMenuStrip_tree = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.导入ToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
            this.删除ToolStripMenuItem4 = new System.Windows.Forms.ToolStripMenuItem();
            this.删除ToolStripMenuItem5 = new System.Windows.Forms.ToolStripMenuItem();
            this.导出ToolStripMenuItem5 = new System.Windows.Forms.ToolStripMenuItem();
            this.imageList1 = new System.Windows.Forms.ImageList(this.components);
            this.TV_PEDSrchRslt = new System.Windows.Forms.TreeView();
            this.contextMenuStrip1_tree1 = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.导出ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.SBPI_PEDSrchView = new DevComponents.DotNetBar.SideBarPanelItem();
            this.controlContainerItem3 = new DevComponents.DotNetBar.ControlContainerItem();
            this.SBPI_PEDFile = new DevComponents.DotNetBar.SideBarPanelItem();
            this.controlContainerItem1 = new DevComponents.DotNetBar.ControlContainerItem();
            this.controlContainerItem2 = new DevComponents.DotNetBar.ControlContainerItem();
            this.listView2 = new System.Windows.Forms.ListView();
            this.panel_Find = new System.Windows.Forms.Panel();
            this.label1 = new System.Windows.Forms.Label();
            this.BT_Find = new System.Windows.Forms.Button();
            this.textBox_FName = new System.Windows.Forms.TextBox();
            this.menuStrip1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            this.sideBar1.SuspendLayout();
            this.contextMenuStrip_list.SuspendLayout();
            this.contextMenuStrip_tree.SuspendLayout();
            this.contextMenuStrip1_tree1.SuspendLayout();
            this.panel_Find.SuspendLayout();
            this.SuspendLayout();
            // 
            // menuStrip1
            // 
            this.menuStrip1.BackColor = System.Drawing.Color.Transparent;
            this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.项目管理ToolStripMenuItem,
            this.返回ToolStripMenuItem});
            this.menuStrip1.Location = new System.Drawing.Point(0, 0);
            this.menuStrip1.Name = "menuStrip1";
            this.menuStrip1.Size = new System.Drawing.Size(637, 25);
            this.menuStrip1.TabIndex = 0;
            this.menuStrip1.Text = "menuStrip1";
            // 
            // 项目管理ToolStripMenuItem
            // 
            this.项目管理ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.新建ToolStripMenuItem,
            this.修改ToolStripMenuItem,
            this.删除ToolStripMenuItem});
            this.项目管理ToolStripMenuItem.Name = "项目管理ToolStripMenuItem";
            this.项目管理ToolStripMenuItem.Size = new System.Drawing.Size(68, 21);
            this.项目管理ToolStripMenuItem.Text = "项目管理";
            // 
            // 新建ToolStripMenuItem
            // 
            this.新建ToolStripMenuItem.Name = "新建ToolStripMenuItem";
            this.新建ToolStripMenuItem.Size = new System.Drawing.Size(100, 22);
            this.新建ToolStripMenuItem.Tag = "0";
            this.新建ToolStripMenuItem.Text = "新建";
            this.新建ToolStripMenuItem.Click += new System.EventHandler(this.新建项目ToolStripMenuItem_Click);
            // 
            // 修改ToolStripMenuItem
            // 
            this.修改ToolStripMenuItem.Name = "修改ToolStripMenuItem";
            this.修改ToolStripMenuItem.Size = new System.Drawing.Size(100, 22);
            this.修改ToolStripMenuItem.Tag = "1";
            this.修改ToolStripMenuItem.Text = "修改";
            this.修改ToolStripMenuItem.Click += new System.EventHandler(this.项目修改ToolStripMenuItem_Click);
            // 
            // 删除ToolStripMenuItem
            // 
            this.删除ToolStripMenuItem.Name = "删除ToolStripMenuItem";
            this.删除ToolStripMenuItem.Size = new System.Drawing.Size(100, 22);
            this.删除ToolStripMenuItem.Tag = "2";
            this.删除ToolStripMenuItem.Text = "删除";
            this.删除ToolStripMenuItem.Click += new System.EventHandler(this.项目删除);
            // 
            // 返回ToolStripMenuItem
            // 
            this.返回ToolStripMenuItem.Name = "返回ToolStripMenuItem";
            this.返回ToolStripMenuItem.Size = new System.Drawing.Size(44, 21);
            this.返回ToolStripMenuItem.Text = "返回";
            this.返回ToolStripMenuItem.Click += new System.EventHandler(this.返回ToolStripMenuItem_Click);
            // 
            // splitContainer1
            // 
            this.splitContainer1.Location = new System.Drawing.Point(0, 33);
            this.splitContainer1.Name = "splitContainer1";
            // 
            // splitContainer1.Panel1
            // 
            this.splitContainer1.Panel1.Controls.Add(this.sideBar1);
            // 
            // splitContainer1.Panel2
            // 
            this.splitContainer1.Panel2.Controls.Add(this.listView2);
            this.splitContainer1.Size = new System.Drawing.Size(637, 336);
            this.splitContainer1.SplitterDistance = 209;
            this.splitContainer1.TabIndex = 1;
            // 
            // sideBar1
            // 
            this.sideBar1.AccessibleRole = System.Windows.Forms.AccessibleRole.ToolBar;
            this.sideBar1.BorderStyle = DevComponents.DotNetBar.eBorderType.None;
            this.sideBar1.Controls.Add(this.listView1);
            this.sideBar1.Controls.Add(this.treeView1);
            this.sideBar1.Controls.Add(this.TV_PEDSrchRslt);
            this.sideBar1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.sideBar1.ExpandedPanel = this.SBPI_PEDSrchView;
            this.sideBar1.Location = new System.Drawing.Point(0, 0);
            this.sideBar1.Name = "sideBar1";
            this.sideBar1.Panels.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.SBPI_PEDFile,
            this.SBPI_PEDSrchView});
            this.sideBar1.Size = new System.Drawing.Size(209, 336);
            this.sideBar1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.sideBar1.TabIndex = 1;
            this.sideBar1.Text = "sideBar1";
            // 
            // listView1
            // 
            this.listView1.ContextMenuStrip = this.contextMenuStrip_list;
            this.listView1.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
            this.listView1.Location = new System.Drawing.Point(5, 25);
            this.listView1.Name = "listView1";
            this.listView1.Size = new System.Drawing.Size(198, 119);
            this.listView1.TabIndex = 0;
            this.listView1.UseCompatibleStateImageBehavior = false;
            this.listView1.DoubleClick += new System.EventHandler(this.listView1_DoubleClick);
            // 
            // contextMenuStrip_list
            // 
            this.contextMenuStrip_list.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.新建ToolStripMenuItem1,
            this.修改ToolStripMenuItem2,
            this.删除ToolStripMenuItem3});
            this.contextMenuStrip_list.Name = "contextMenuStrip_list";
            this.contextMenuStrip_list.Size = new System.Drawing.Size(101, 70);
            // 
            // 新建ToolStripMenuItem1
            // 
            this.新建ToolStripMenuItem1.Name = "新建ToolStripMenuItem1";
            this.新建ToolStripMenuItem1.Size = new System.Drawing.Size(100, 22);
            this.新建ToolStripMenuItem1.Tag = "0";
            this.新建ToolStripMenuItem1.Text = "新建";
            this.新建ToolStripMenuItem1.Click += new System.EventHandler(this.新建ToolStripMenuItem_Click);
            // 
            // 修改ToolStripMenuItem2
            // 
            this.修改ToolStripMenuItem2.Name = "修改ToolStripMenuItem2";
            this.修改ToolStripMenuItem2.Size = new System.Drawing.Size(100, 22);
            this.修改ToolStripMenuItem2.Tag = "1";
            this.修改ToolStripMenuItem2.Text = "修改";
            this.修改ToolStripMenuItem2.Click += new System.EventHandler(this.修改ToolStripMenuItem_Click);
            // 
            // 删除ToolStripMenuItem3
            // 
            this.删除ToolStripMenuItem3.Name = "删除ToolStripMenuItem3";
            this.删除ToolStripMenuItem3.Size = new System.Drawing.Size(100, 22);
            this.删除ToolStripMenuItem3.Tag = "2";
            this.删除ToolStripMenuItem3.Text = "删除";
            this.删除ToolStripMenuItem3.Click += new System.EventHandler(this.删除ToolStripMenuItem1_Click);
            // 
            // treeView1
            // 
            this.treeView1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.treeView1.ContextMenuStrip = this.contextMenuStrip_tree;
            this.treeView1.ImageIndex = 0;
            this.treeView1.ImageList = this.imageList1;
            this.treeView1.Location = new System.Drawing.Point(4, 146);
            this.treeView1.Name = "treeView1";
            this.treeView1.SelectedImageIndex = 0;
            this.treeView1.Size = new System.Drawing.Size(201, 151);
            this.treeView1.TabIndex = 2;
            this.treeView1.AfterCollapse += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterCollapse);
            this.treeView1.AfterExpand += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterExpand);
            this.treeView1.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.treeView1_NodeMouseClick);
            this.treeView1.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.treeView1_NodeMouseDoubleClick);
            // 
            // contextMenuStrip_tree
            // 
            this.contextMenuStrip_tree.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.导入ToolStripMenuItem2,
            this.删除ToolStripMenuItem4,
            this.删除ToolStripMenuItem5,
            this.导出ToolStripMenuItem5});
            this.contextMenuStrip_tree.Name = "contextMenuStrip_tree";
            this.contextMenuStrip_tree.Size = new System.Drawing.Size(101, 92);
            // 
            // 导入ToolStripMenuItem2
            // 
            this.导入ToolStripMenuItem2.Name = "导入ToolStripMenuItem2";
            this.导入ToolStripMenuItem2.Size = new System.Drawing.Size(100, 22);
            this.导入ToolStripMenuItem2.Tag = "0";
            this.导入ToolStripMenuItem2.Text = "导入";
            this.导入ToolStripMenuItem2.Click += new System.EventHandler(this.导入ToolStripMenuItem_Click);
            // 
            // 删除ToolStripMenuItem4
            // 
            this.删除ToolStripMenuItem4.Name = "删除ToolStripMenuItem4";
            this.删除ToolStripMenuItem4.Size = new System.Drawing.Size(100, 22);
            this.删除ToolStripMenuItem4.Tag = "1";
            this.删除ToolStripMenuItem4.Text = "修改";
            this.删除ToolStripMenuItem4.Click += new System.EventHandler(this.修改ToolStripMenuItem1_Click);
            // 
            // 删除ToolStripMenuItem5
            // 
            this.删除ToolStripMenuItem5.Name = "删除ToolStripMenuItem5";
            this.删除ToolStripMenuItem5.Size = new System.Drawing.Size(100, 22);
            this.删除ToolStripMenuItem5.Tag = "2";
            this.删除ToolStripMenuItem5.Text = "删除";
            this.删除ToolStripMenuItem5.Click += new System.EventHandler(this.删除ToolStripMenuItem2_Click);
            // 
            // 导出ToolStripMenuItem5
            // 
            this.导出ToolStripMenuItem5.Name = "导出ToolStripMenuItem5";
            this.导出ToolStripMenuItem5.Size = new System.Drawing.Size(100, 22);
            this.导出ToolStripMenuItem5.Tag = "2";
            this.导出ToolStripMenuItem5.Text = "导出";
            this.导出ToolStripMenuItem5.Click += new System.EventHandler(this.导出ToolStripMenuItem3_Click);
            // 
            // imageList1
            // 
            this.imageList1.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
            this.imageList1.ImageSize = new System.Drawing.Size(16, 16);
            this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
            // 
            // TV_PEDSrchRslt
            // 
            this.TV_PEDSrchRslt.ContextMenuStrip = this.contextMenuStrip1_tree1;
            this.TV_PEDSrchRslt.ImageIndex = 0;
            this.TV_PEDSrchRslt.ImageList = this.imageList1;
            this.TV_PEDSrchRslt.Location = new System.Drawing.Point(9, 44);
            this.TV_PEDSrchRslt.Name = "TV_PEDSrchRslt";
            this.TV_PEDSrchRslt.SelectedImageIndex = 0;
            this.TV_PEDSrchRslt.Size = new System.Drawing.Size(190, 267);
            this.TV_PEDSrchRslt.TabIndex = 1;
            this.TV_PEDSrchRslt.AfterCollapse += new System.Windows.Forms.TreeViewEventHandler(this.TV_PEDSrchRslt_AfterCollapse);
            this.TV_PEDSrchRslt.AfterExpand += new System.Windows.Forms.TreeViewEventHandler(this.TV_PEDSrchRslt_AfterExpand);
            // 
            // contextMenuStrip1_tree1
            // 
            this.contextMenuStrip1_tree1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.导出ToolStripMenuItem});
            this.contextMenuStrip1_tree1.Name = "contextMenuStrip1_tree1";
            this.contextMenuStrip1_tree1.Size = new System.Drawing.Size(101, 26);
            // 
            // 导出ToolStripMenuItem
            // 
            this.导出ToolStripMenuItem.Name = "导出ToolStripMenuItem";
            this.导出ToolStripMenuItem.Size = new System.Drawing.Size(100, 22);
            this.导出ToolStripMenuItem.Tag = "2";
            this.导出ToolStripMenuItem.Text = "导出";
            this.导出ToolStripMenuItem.Click += new System.EventHandler(this.导出ToolStripMenuItem_Click_1);
            // 
            // SBPI_PEDSrchView
            // 
            this.SBPI_PEDSrchView.FontBold = true;
            this.SBPI_PEDSrchView.Name = "SBPI_PEDSrchView";
            this.SBPI_PEDSrchView.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.controlContainerItem3});
            this.SBPI_PEDSrchView.Text = "查询结果";
            // 
            // controlContainerItem3
            // 
            this.controlContainerItem3.AllowItemResize = false;
            this.controlContainerItem3.Control = this.TV_PEDSrchRslt;
            this.controlContainerItem3.MenuVisibility = DevComponents.DotNetBar.eMenuVisibility.VisibleAlways;
            this.controlContainerItem3.Name = "controlContainerItem3";
            // 
            // SBPI_PEDFile
            // 
            this.SBPI_PEDFile.FontBold = true;
            this.SBPI_PEDFile.Name = "SBPI_PEDFile";
            this.SBPI_PEDFile.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.controlContainerItem1,
            this.controlContainerItem2});
            this.SBPI_PEDFile.Text = "文档列表";
            // 
            // controlContainerItem1
            // 
            this.controlContainerItem1.AllowItemResize = false;
            this.controlContainerItem1.Control = this.listView1;
            this.controlContainerItem1.MenuVisibility = DevComponents.DotNetBar.eMenuVisibility.VisibleAlways;
            this.controlContainerItem1.Name = "controlContainerItem1";
            // 
            // controlContainerItem2
            // 
            this.controlContainerItem2.AllowItemResize = false;
            this.controlContainerItem2.Control = this.treeView1;
            this.controlContainerItem2.MenuVisibility = DevComponents.DotNetBar.eMenuVisibility.VisibleAlways;
            this.controlContainerItem2.Name = "controlContainerItem2";
            // 
            // listView2
            // 
            this.listView2.AccessibleDescription = "";
            this.listView2.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
            this.listView2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.listView2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.listView2.LargeImageList = this.imageList1;
            this.listView2.Location = new System.Drawing.Point(0, 0);
            this.listView2.Name = "listView2";
            this.listView2.Size = new System.Drawing.Size(424, 336);
            this.listView2.SmallImageList = this.imageList1;
            this.listView2.TabIndex = 0;
            this.listView2.UseCompatibleStateImageBehavior = false;
            this.listView2.SelectedIndexChanged += new System.EventHandler(this.listView2_SelectedIndexChanged);
            this.listView2.DoubleClick += new System.EventHandler(this.listView2_DoubleClick);
            // 
            // panel_Find
            // 
            this.panel_Find.Controls.Add(this.label1);
            this.panel_Find.Controls.Add(this.BT_Find);
            this.panel_Find.Controls.Add(this.textBox_FName);
            this.panel_Find.Location = new System.Drawing.Point(359, 0);
            this.panel_Find.Name = "panel_Find";
            this.panel_Find.Size = new System.Drawing.Size(278, 30);
            this.panel_Find.TabIndex = 1;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.BackColor = System.Drawing.Color.Transparent;
            this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label1.Location = new System.Drawing.Point(3, 6);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(67, 15);
            this.label1.TabIndex = 1;
            this.label1.Text = "文件名称:";
            // 
            // BT_Find
            // 
            this.BT_Find.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.BT_Find.Location = new System.Drawing.Point(197, 1);
            this.BT_Find.Name = "BT_Find";
            this.BT_Find.Size = new System.Drawing.Size(67, 28);
            this.BT_Find.TabIndex = 0;
            this.BT_Find.Text = "查询";
            this.BT_Find.UseVisualStyleBackColor = true;
            this.BT_Find.Click += new System.EventHandler(this.BT_Find_Click);
            // 
            // textBox_FName
            // 
            this.textBox_FName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.textBox_FName.Location = new System.Drawing.Point(76, 5);
            this.textBox_FName.Name = "textBox_FName";
            this.textBox_FName.Size = new System.Drawing.Size(105, 21);
            this.textBox_FName.TabIndex = 2;
            this.textBox_FName.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox_FName_KeyPress);
            // 
            // PED
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(637, 370);
            this.Controls.Add(this.panel_Find);
            this.Controls.Add(this.splitContainer1);
            this.Controls.Add(this.menuStrip1);
            this.DoubleBuffered = true;
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MainMenuStrip = this.menuStrip1;
            this.MaximizeBox = false;
            this.Name = "PED";
            this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "规划审批文档管理";
            this.Load += new System.EventHandler(this.PED_Load);
            this.menuStrip1.ResumeLayout(false);
            this.menuStrip1.PerformLayout();
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
            this.splitContainer1.ResumeLayout(false);
            this.sideBar1.ResumeLayout(false);
            this.contextMenuStrip_list.ResumeLayout(false);
            this.contextMenuStrip_tree.ResumeLayout(false);
            this.contextMenuStrip1_tree1.ResumeLayout(false);
            this.panel_Find.ResumeLayout(false);
            this.panel_Find.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.MenuStrip menuStrip1;
        private System.Windows.Forms.SplitContainer splitContainer1;
        private System.Windows.Forms.TreeView treeView1;
        private System.Windows.Forms.ListView listView1;
        //private System.Windows.Forms.ToolStripButton toolStripButton2;
        //private System.Windows.Forms.ToolStripButton 新建NToolStripButton;
        private System.Windows.Forms.Panel panel_Find;
        private System.Windows.Forms.Button BT_Find;
        private System.Windows.Forms.TextBox textBox_FName;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.ContextMenuStrip contextMenuStrip_tree;
        private System.Windows.Forms.ContextMenuStrip contextMenuStrip_list;
        private System.Windows.Forms.ListView listView2;
        private System.Windows.Forms.ImageList imageList1;
        private System.Windows.Forms.ToolStripMenuItem 新建ToolStripMenuItem1;
        private System.Windows.Forms.ToolStripMenuItem 修改ToolStripMenuItem2;
        private System.Windows.Forms.ToolStripMenuItem 删除ToolStripMenuItem3;
        private System.Windows.Forms.ToolStripMenuItem 导入ToolStripMenuItem2;
        private System.Windows.Forms.ToolStripMenuItem 删除ToolStripMenuItem4;
        private System.Windows.Forms.ToolStripMenuItem 删除ToolStripMenuItem5;
        private System.Windows.Forms.ToolStripMenuItem 导出ToolStripMenuItem5;
        private DevComponents.DotNetBar.SideBar sideBar1;
        private DevComponents.DotNetBar.SideBarPanelItem SBPI_PEDFile;
        private DevComponents.DotNetBar.ControlContainerItem controlContainerItem1;
        private DevComponents.DotNetBar.ControlContainerItem controlContainerItem2;
        private DevComponents.DotNetBar.SideBarPanelItem SBPI_PEDSrchView;
        private System.Windows.Forms.TreeView TV_PEDSrchRslt;
        private DevComponents.DotNetBar.ControlContainerItem controlContainerItem3;
        private System.Windows.Forms.ToolStripMenuItem 返回ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 项目管理ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 新建ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 修改ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 删除ToolStripMenuItem;
        private System.Windows.Forms.ContextMenuStrip contextMenuStrip1_tree1;
        private System.Windows.Forms.ToolStripMenuItem 导出ToolStripMenuItem;


    }
}