namespace Cyberpipe { partial class PAS { /// <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(PAS)); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.sideBar1 = new DevComponents.DotNetBar.SideBar(); this.LV_Proj = new System.Windows.Forms.ListView(); this.CMS_PASLV = new System.Windows.Forms.ContextMenuStrip(this.components); this.新建ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.修改ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.删除ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.TV_Files = new System.Windows.Forms.TreeView(); this.CMS_PASTV = new System.Windows.Forms.ContextMenuStrip(this.components); this.TSMI_Fenter = new System.Windows.Forms.ToolStripMenuItem(); this.TSMI_Frename = new System.Windows.Forms.ToolStripMenuItem(); this.TSMI_Fdelete = new System.Windows.Forms.ToolStripMenuItem(); this.TSMI_Fderive = new System.Windows.Forms.ToolStripMenuItem(); this.打印ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.IL_PAS = new System.Windows.Forms.ImageList(this.components); this.TV_PASSrchRslt = new System.Windows.Forms.TreeView(); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.导出ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.SBPI_PASSrchView = new DevComponents.DotNetBar.SideBarPanelItem(); this.controlContainerItem4 = new DevComponents.DotNetBar.ControlContainerItem(); this.SBPI_PASFile = new DevComponents.DotNetBar.SideBarPanelItem(); this.controlContainerItem1 = new DevComponents.DotNetBar.ControlContainerItem(); this.controlContainerItem2 = new DevComponents.DotNetBar.ControlContainerItem(); this.LV_PASAllFiles = new System.Windows.Forms.ListView(); this.PD_PASPrtFile = new System.Windows.Forms.PrintDialog(); this.PD_PASPrtDoc = new System.Drawing.Printing.PrintDocument(); this.PPD_PASPreV = new System.Windows.Forms.PrintPreviewDialog(); this.PSD_PASSetPage = new System.Windows.Forms.PageSetupDialog(); this.P_PASSch = new System.Windows.Forms.Panel(); this.BT_PASSch = new System.Windows.Forms.Button(); this.TB_PASSchFN = new System.Windows.Forms.TextBox(); this.LB_PASSchFile = new System.Windows.Forms.Label(); this.MS_PAS = new System.Windows.Forms.MenuStrip(); this.项目管理ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItemPNew = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItemPRename = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItemPDelete = new System.Windows.Forms.ToolStripMenuItem(); this.返回ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.sideBar1.SuspendLayout(); this.CMS_PASLV.SuspendLayout(); this.CMS_PASTV.SuspendLayout(); this.contextMenuStrip1.SuspendLayout(); this.P_PASSch.SuspendLayout(); this.MS_PAS.SuspendLayout(); this.SuspendLayout(); // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.Location = new System.Drawing.Point(0, 25); this.splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.sideBar1); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.LV_PASAllFiles); this.splitContainer1.Size = new System.Drawing.Size(598, 312); this.splitContainer1.SplitterDistance = 185; 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.LV_Proj); this.sideBar1.Controls.Add(this.TV_Files); this.sideBar1.Controls.Add(this.TV_PASSrchRslt); this.sideBar1.Dock = System.Windows.Forms.DockStyle.Fill; this.sideBar1.ExpandedPanel = this.SBPI_PASSrchView; this.sideBar1.Location = new System.Drawing.Point(0, 0); this.sideBar1.Name = "sideBar1"; this.sideBar1.Panels.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.SBPI_PASFile, this.SBPI_PASSrchView}); this.sideBar1.Size = new System.Drawing.Size(185, 312); this.sideBar1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.sideBar1.TabIndex = 0; this.sideBar1.Text = "sideBar1"; // // LV_Proj // this.LV_Proj.ContextMenuStrip = this.CMS_PASLV; this.LV_Proj.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None; this.LV_Proj.Location = new System.Drawing.Point(25, 25); this.LV_Proj.Name = "LV_Proj"; this.LV_Proj.Size = new System.Drawing.Size(134, 101); this.LV_Proj.TabIndex = 2; this.LV_Proj.UseCompatibleStateImageBehavior = false; this.LV_Proj.DoubleClick += new System.EventHandler(this.LV_Proj_DoubleClick); // // CMS_PASLV // this.CMS_PASLV.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.新建ToolStripMenuItem, this.修改ToolStripMenuItem, this.删除ToolStripMenuItem}); this.CMS_PASLV.Name = "CMS_PASLV"; this.CMS_PASLV.Size = new System.Drawing.Size(101, 70); // // 新建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_1); // // 删除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); // // TV_Files // this.TV_Files.ContextMenuStrip = this.CMS_PASTV; this.TV_Files.ImageIndex = 0; this.TV_Files.ImageList = this.IL_PAS; this.TV_Files.Location = new System.Drawing.Point(25, 128); this.TV_Files.Name = "TV_Files"; this.TV_Files.SelectedImageIndex = 0; this.TV_Files.Size = new System.Drawing.Size(134, 104); this.TV_Files.TabIndex = 1; this.TV_Files.AfterCollapse += new System.Windows.Forms.TreeViewEventHandler(this.TV_Files_AfterCollapse); this.TV_Files.AfterExpand += new System.Windows.Forms.TreeViewEventHandler(this.TV_Files_AfterExpand); this.TV_Files.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.TV_Files_NodeMouseClick); this.TV_Files.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.TV_Files_NodeMouseDoubleClick); // // CMS_PASTV // this.CMS_PASTV.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.TSMI_Fenter, this.TSMI_Frename, this.TSMI_Fdelete, this.TSMI_Fderive, this.打印ToolStripMenuItem}); this.CMS_PASTV.Name = "CMS_PASTV"; this.CMS_PASTV.Size = new System.Drawing.Size(101, 114); // // TSMI_Fenter // this.TSMI_Fenter.Name = "TSMI_Fenter"; this.TSMI_Fenter.Size = new System.Drawing.Size(100, 22); this.TSMI_Fenter.Tag = "0"; this.TSMI_Fenter.Text = "导入"; this.TSMI_Fenter.Click += new System.EventHandler(this.导入ToolStripMenuItem_Click); // // TSMI_Frename // this.TSMI_Frename.Name = "TSMI_Frename"; this.TSMI_Frename.Size = new System.Drawing.Size(100, 22); this.TSMI_Frename.Tag = "1"; this.TSMI_Frename.Text = "修改"; this.TSMI_Frename.Click += new System.EventHandler(this.修改ToolStripMenuItem1_Click); // // TSMI_Fdelete // this.TSMI_Fdelete.Name = "TSMI_Fdelete"; this.TSMI_Fdelete.Size = new System.Drawing.Size(100, 22); this.TSMI_Fdelete.Tag = "2"; this.TSMI_Fdelete.Text = "删除"; this.TSMI_Fdelete.Click += new System.EventHandler(this.删除ToolStripMenuItem1_Click); // // TSMI_Fderive // this.TSMI_Fderive.Name = "TSMI_Fderive"; this.TSMI_Fderive.Size = new System.Drawing.Size(100, 22); this.TSMI_Fderive.Tag = "2"; this.TSMI_Fderive.Text = "导出"; this.TSMI_Fderive.Click += new System.EventHandler(this.导出ToolStripMenuItem1_Click); // // 打印ToolStripMenuItem // this.打印ToolStripMenuItem.Name = "打印ToolStripMenuItem"; this.打印ToolStripMenuItem.Size = new System.Drawing.Size(100, 22); this.打印ToolStripMenuItem.Text = "打印"; this.打印ToolStripMenuItem.Click += new System.EventHandler(this.打印ToolStripMenuItem_Click); // // IL_PAS // this.IL_PAS.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("IL_PAS.ImageStream"))); this.IL_PAS.TransparentColor = System.Drawing.Color.Transparent; this.IL_PAS.Images.SetKeyName(0, "00.png"); this.IL_PAS.Images.SetKeyName(1, "01.png"); this.IL_PAS.Images.SetKeyName(2, "03.png"); // // TV_PASSrchRslt // this.TV_PASSrchRslt.ContextMenuStrip = this.contextMenuStrip1; this.TV_PASSrchRslt.ImageIndex = 0; this.TV_PASSrchRslt.ImageList = this.IL_PAS; this.TV_PASSrchRslt.Location = new System.Drawing.Point(3, 44); this.TV_PASSrchRslt.Name = "TV_PASSrchRslt"; this.TV_PASSrchRslt.SelectedImageIndex = 0; this.TV_PASSrchRslt.Size = new System.Drawing.Size(179, 262); this.TV_PASSrchRslt.TabIndex = 5; this.TV_PASSrchRslt.AfterCollapse += new System.Windows.Forms.TreeViewEventHandler(this.TV_PASSrchRslt_AfterCollapse); this.TV_PASSrchRslt.AfterExpand += new System.Windows.Forms.TreeViewEventHandler(this.TV_PASSrchRslt_AfterExpand); this.TV_PASSrchRslt.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.TV_PASSrchRslt_NodeMouseClick); this.TV_PASSrchRslt.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.TV_PASSrchRslt_NodeMouseDoubleClick); // // contextMenuStrip1 // this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.导出ToolStripMenuItem}); this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.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_PASSrchView // this.SBPI_PASSrchView.FontBold = true; this.SBPI_PASSrchView.Name = "SBPI_PASSrchView"; this.SBPI_PASSrchView.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.controlContainerItem4}); this.SBPI_PASSrchView.Text = "查询结果"; // // controlContainerItem4 // this.controlContainerItem4.AllowItemResize = false; this.controlContainerItem4.Control = this.TV_PASSrchRslt; this.controlContainerItem4.MenuVisibility = DevComponents.DotNetBar.eMenuVisibility.VisibleAlways; this.controlContainerItem4.Name = "controlContainerItem4"; // // SBPI_PASFile // this.SBPI_PASFile.FontBold = true; this.SBPI_PASFile.Name = "SBPI_PASFile"; this.SBPI_PASFile.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.controlContainerItem1, this.controlContainerItem2}); this.SBPI_PASFile.Text = "文档列表"; // // controlContainerItem1 // this.controlContainerItem1.AllowItemResize = false; this.controlContainerItem1.Control = this.LV_Proj; this.controlContainerItem1.MenuVisibility = DevComponents.DotNetBar.eMenuVisibility.VisibleAlways; this.controlContainerItem1.Name = "controlContainerItem1"; // // controlContainerItem2 // this.controlContainerItem2.AllowItemResize = false; this.controlContainerItem2.Control = this.TV_Files; this.controlContainerItem2.MenuVisibility = DevComponents.DotNetBar.eMenuVisibility.VisibleAlways; this.controlContainerItem2.Name = "controlContainerItem2"; // // LV_PASAllFiles // this.LV_PASAllFiles.LargeImageList = this.IL_PAS; this.LV_PASAllFiles.Location = new System.Drawing.Point(23, 230); this.LV_PASAllFiles.Name = "LV_PASAllFiles"; this.LV_PASAllFiles.Size = new System.Drawing.Size(363, 57); this.LV_PASAllFiles.SmallImageList = this.IL_PAS; this.LV_PASAllFiles.TabIndex = 2; this.LV_PASAllFiles.UseCompatibleStateImageBehavior = false; // // PD_PASPrtFile // this.PD_PASPrtFile.Document = this.PD_PASPrtDoc; this.PD_PASPrtFile.UseEXDialog = true; // // PD_PASPrtDoc // this.PD_PASPrtDoc.PrintPage += new System.Drawing.Printing.PrintPageEventHandler(this.PD_PASPrtDoc_PrintPage); // // PPD_PASPreV // this.PPD_PASPreV.AutoScrollMargin = new System.Drawing.Size(0, 0); this.PPD_PASPreV.AutoScrollMinSize = new System.Drawing.Size(0, 0); this.PPD_PASPreV.ClientSize = new System.Drawing.Size(400, 300); this.PPD_PASPreV.Document = this.PD_PASPrtDoc; this.PPD_PASPreV.Enabled = true; this.PPD_PASPreV.Icon = ((System.Drawing.Icon)(resources.GetObject("PPD_PASPreV.Icon"))); this.PPD_PASPreV.Name = "PPD_PASPreV"; this.PPD_PASPreV.ShowIcon = false; this.PPD_PASPreV.Visible = false; // // PSD_PASSetPage // this.PSD_PASSetPage.Document = this.PD_PASPrtDoc; // // P_PASSch // this.P_PASSch.Controls.Add(this.BT_PASSch); this.P_PASSch.Controls.Add(this.TB_PASSchFN); this.P_PASSch.Controls.Add(this.LB_PASSchFile); this.P_PASSch.Location = new System.Drawing.Point(337, 1); this.P_PASSch.Name = "P_PASSch"; this.P_PASSch.Size = new System.Drawing.Size(260, 23); this.P_PASSch.TabIndex = 3; // // BT_PASSch // this.BT_PASSch.Location = new System.Drawing.Point(184, -1); this.BT_PASSch.Name = "BT_PASSch"; this.BT_PASSch.Size = new System.Drawing.Size(75, 23); this.BT_PASSch.TabIndex = 2; this.BT_PASSch.Text = "查询"; this.BT_PASSch.UseVisualStyleBackColor = true; this.BT_PASSch.Click += new System.EventHandler(this.BT_PASSch_Click); // // TB_PASSchFN // this.TB_PASSchFN.Location = new System.Drawing.Point(64, 1); this.TB_PASSchFN.Name = "TB_PASSchFN"; this.TB_PASSchFN.Size = new System.Drawing.Size(100, 21); this.TB_PASSchFN.TabIndex = 1; // // LB_PASSchFile // this.LB_PASSchFile.AutoSize = true; this.LB_PASSchFile.Location = new System.Drawing.Point(1, 4); this.LB_PASSchFile.Name = "LB_PASSchFile"; this.LB_PASSchFile.Size = new System.Drawing.Size(65, 12); this.LB_PASSchFile.TabIndex = 0; this.LB_PASSchFile.Text = "文件名称:"; // // MS_PAS // this.MS_PAS.BackColor = System.Drawing.Color.Transparent; this.MS_PAS.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.项目管理ToolStripMenuItem, this.返回ToolStripMenuItem}); this.MS_PAS.Location = new System.Drawing.Point(0, 0); this.MS_PAS.Name = "MS_PAS"; this.MS_PAS.Size = new System.Drawing.Size(598, 25); this.MS_PAS.TabIndex = 0; // // 项目管理ToolStripMenuItem // this.项目管理ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripMenuItemPNew, this.toolStripMenuItemPRename, this.toolStripMenuItemPDelete}); this.项目管理ToolStripMenuItem.Name = "项目管理ToolStripMenuItem"; this.项目管理ToolStripMenuItem.Size = new System.Drawing.Size(68, 21); this.项目管理ToolStripMenuItem.Text = "项目管理"; // // toolStripMenuItemPNew // this.toolStripMenuItemPNew.Name = "toolStripMenuItemPNew"; this.toolStripMenuItemPNew.Size = new System.Drawing.Size(100, 22); this.toolStripMenuItemPNew.Tag = "0"; this.toolStripMenuItemPNew.Text = "新建"; this.toolStripMenuItemPNew.Click += new System.EventHandler(this.TSM_Pnew_Click); // // toolStripMenuItemPRename // this.toolStripMenuItemPRename.Name = "toolStripMenuItemPRename"; this.toolStripMenuItemPRename.Size = new System.Drawing.Size(100, 22); this.toolStripMenuItemPRename.Tag = "1"; this.toolStripMenuItemPRename.Text = "修改"; this.toolStripMenuItemPRename.Click += new System.EventHandler(this.TSM_PRename_Click); // // toolStripMenuItemPDelete // this.toolStripMenuItemPDelete.Name = "toolStripMenuItemPDelete"; this.toolStripMenuItemPDelete.Size = new System.Drawing.Size(100, 22); this.toolStripMenuItemPDelete.Tag = "2"; this.toolStripMenuItemPDelete.Text = "删除"; this.toolStripMenuItemPDelete.Click += new System.EventHandler(this.TSM_Pdelete_Click); // // 返回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); // // PAS // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(598, 337); this.Controls.Add(this.P_PASSch); this.Controls.Add(this.splitContainer1); this.Controls.Add(this.MS_PAS); this.DoubleBuffered = true; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Location = new System.Drawing.Point(200, 0); this.MainMenuStrip = this.MS_PAS; this.Name = "PAS"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "管线规划标准规范库管理"; this.Load += new System.EventHandler(this.PAS_Load); 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.CMS_PASLV.ResumeLayout(false); this.CMS_PASTV.ResumeLayout(false); this.contextMenuStrip1.ResumeLayout(false); this.P_PASSch.ResumeLayout(false); this.P_PASSch.PerformLayout(); this.MS_PAS.ResumeLayout(false); this.MS_PAS.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.SplitContainer splitContainer1; // private AxDSOFramer.AxFramerControl AXFC_PSM; private System.Windows.Forms.ListView LV_Proj; private System.Windows.Forms.TreeView TV_Files; private System.Windows.Forms.ListView LV_PASAllFiles; private System.Windows.Forms.PrintDialog PD_PASPrtFile; private System.Drawing.Printing.PrintDocument PD_PASPrtDoc; private System.Windows.Forms.PrintPreviewDialog PPD_PASPreV; private System.Windows.Forms.PageSetupDialog PSD_PASSetPage; private System.Windows.Forms.ImageList IL_PAS; //private AxAcroPDFLib.AxAcroPDF AXPDF_PDFM; //private DxfViewExample.ViewControl VC_PAS; private DevComponents.DotNetBar.SideBar sideBar1; //private System.Windows.Forms.ListView LV_PASSrchRslt; private DevComponents.DotNetBar.SideBarPanelItem SBPI_PASSrchView; //private DevComponents.DotNetBar.ControlContainerItem controlContainerItem3; private DevComponents.DotNetBar.SideBarPanelItem SBPI_PASFile; private DevComponents.DotNetBar.ControlContainerItem controlContainerItem1; private DevComponents.DotNetBar.ControlContainerItem controlContainerItem2; private System.Windows.Forms.Panel P_PASSch; private System.Windows.Forms.Button BT_PASSch; private System.Windows.Forms.TextBox TB_PASSchFN; private System.Windows.Forms.Label LB_PASSchFile; private System.Windows.Forms.ContextMenuStrip CMS_PASLV; private System.Windows.Forms.ToolStripMenuItem 新建ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 修改ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 删除ToolStripMenuItem; private System.Windows.Forms.ContextMenuStrip CMS_PASTV; private System.Windows.Forms.ToolStripMenuItem TSMI_Fenter; private System.Windows.Forms.ToolStripMenuItem TSMI_Frename; private System.Windows.Forms.ToolStripMenuItem TSMI_Fdelete; private System.Windows.Forms.ToolStripMenuItem TSMI_Fderive; private System.Windows.Forms.MenuStrip MS_PAS; private System.Windows.Forms.ToolStripMenuItem 项目管理ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemPNew; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemPRename; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemPDelete; private System.Windows.Forms.TreeView TV_PASSrchRslt; private DevComponents.DotNetBar.ControlContainerItem controlContainerItem4; private System.Windows.Forms.ToolStripMenuItem 打印ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 返回ToolStripMenuItem; private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; private System.Windows.Forms.ToolStripMenuItem 导出ToolStripMenuItem; } }