Newer
Older
EMS_SZ / PATM.designer.cs
root on 21 Mar 2016 27 KB first
namespace Cyberpipe
{
    partial class PATM
    {
        /// <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(PATM));
            this.MS_PATM = new System.Windows.Forms.MenuStrip();
            this.专题题图管理ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.TSM_Pnew1 = new System.Windows.Forms.ToolStripMenuItem();
            this.TSM_Prename1 = new System.Windows.Forms.ToolStripMenuItem();
            this.TSM_Pdelete1 = 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.TV_files = new System.Windows.Forms.TreeView();
            this.CMS_PATMLVfile = 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.导出ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.打印toolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.IL_PATM = new System.Windows.Forms.ImageList(this.components);
            this.LV_proj = new System.Windows.Forms.ListView();
            this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.新建ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.修改ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.删除ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.TV_PATMSrchRslt = new System.Windows.Forms.TreeView();
            this.contextMenuStrip2 = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.导出ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.SBPI_PATMSrchView = new DevComponents.DotNetBar.SideBarPanelItem();
            this.controlContainerItem4 = new DevComponents.DotNetBar.ControlContainerItem();
            this.SBPI_PATMFile = new DevComponents.DotNetBar.SideBarPanelItem();
            this.controlContainerItem1 = new DevComponents.DotNetBar.ControlContainerItem();
            this.controlContainerItem2 = new DevComponents.DotNetBar.ControlContainerItem();
            this.LV_PATMallfiles = new System.Windows.Forms.ListView();
            this.PB_Display = new System.Windows.Forms.PictureBox();
            this.PD_PATMPrtFile = new System.Windows.Forms.PrintDialog();
            this.P_PATMSch = new System.Windows.Forms.Panel();
            this.BT_PATMSch = new System.Windows.Forms.Button();
            this.TB_PATMSchFN = new System.Windows.Forms.TextBox();
            this.LB_PATMSchFile = new System.Windows.Forms.Label();
            this.PD_PATMPrtDoc = new System.Drawing.Printing.PrintDocument();
            this.PPD_PATMPreV = new System.Windows.Forms.PrintPreviewDialog();
            this.PSD_PATMSetPage = new System.Windows.Forms.PageSetupDialog();
            this.listView1 = new System.Windows.Forms.ListView();
            this.MS_PATM.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            this.sideBar1.SuspendLayout();
            this.CMS_PATMLVfile.SuspendLayout();
            this.contextMenuStrip1.SuspendLayout();
            this.contextMenuStrip2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.PB_Display)).BeginInit();
            this.P_PATMSch.SuspendLayout();
            this.SuspendLayout();
            // 
            // MS_PATM
            // 
            this.MS_PATM.BackColor = System.Drawing.Color.Transparent;
            this.MS_PATM.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.专题题图管理ToolStripMenuItem,
            this.返回上级ToolStripMenuItem});
            this.MS_PATM.Location = new System.Drawing.Point(0, 0);
            this.MS_PATM.Name = "MS_PATM";
            this.MS_PATM.Size = new System.Drawing.Size(586, 25);
            this.MS_PATM.TabIndex = 0;
            this.MS_PATM.Text = "menuStrip1";
            // 
            // 专题题图管理ToolStripMenuItem
            // 
            this.专题题图管理ToolStripMenuItem.AutoToolTip = true;
            this.专题题图管理ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.TSM_Pnew1,
            this.TSM_Prename1,
            this.TSM_Pdelete1});
            this.专题题图管理ToolStripMenuItem.Name = "专题题图管理ToolStripMenuItem";
            this.专题题图管理ToolStripMenuItem.Size = new System.Drawing.Size(80, 21);
            this.专题题图管理ToolStripMenuItem.Text = "专题图管理";
            // 
            // TSM_Pnew1
            // 
            this.TSM_Pnew1.Name = "TSM_Pnew1";
            this.TSM_Pnew1.Size = new System.Drawing.Size(100, 22);
            this.TSM_Pnew1.Tag = "0";
            this.TSM_Pnew1.Text = "新建";
            this.TSM_Pnew1.Click += new System.EventHandler(this.TSM_Pnew_Click);
            // 
            // TSM_Prename1
            // 
            this.TSM_Prename1.Name = "TSM_Prename1";
            this.TSM_Prename1.Size = new System.Drawing.Size(100, 22);
            this.TSM_Prename1.Tag = "1";
            this.TSM_Prename1.Text = "修改";
            this.TSM_Prename1.Click += new System.EventHandler(this.TSM_Prename_Click);
            // 
            // TSM_Pdelete1
            // 
            this.TSM_Pdelete1.Name = "TSM_Pdelete1";
            this.TSM_Pdelete1.Size = new System.Drawing.Size(100, 22);
            this.TSM_Pdelete1.Tag = "2";
            this.TSM_Pdelete1.Text = "删除";
            this.TSM_Pdelete1.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);
            // 
            // 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_PATMallfiles);
            this.splitContainer1.Panel2.Controls.Add(this.PB_Display);
            this.splitContainer1.Size = new System.Drawing.Size(586, 325);
            this.splitContainer1.SplitterDistance = 194;
            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.TV_files);
            this.sideBar1.Controls.Add(this.LV_proj);
            this.sideBar1.Controls.Add(this.TV_PATMSrchRslt);
            this.sideBar1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.sideBar1.ExpandedPanel = this.SBPI_PATMSrchView;
            this.sideBar1.Location = new System.Drawing.Point(0, 0);
            this.sideBar1.Name = "sideBar1";
            this.sideBar1.Panels.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.SBPI_PATMFile,
            this.SBPI_PATMSrchView});
            this.sideBar1.Size = new System.Drawing.Size(194, 325);
            this.sideBar1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.sideBar1.TabIndex = 0;
            this.sideBar1.Text = "sideBar1";
            // 
            // TV_files
            // 
            this.TV_files.ContextMenuStrip = this.CMS_PATMLVfile;
            this.TV_files.ImageIndex = 0;
            this.TV_files.ImageList = this.IL_PATM;
            this.TV_files.Location = new System.Drawing.Point(18, 25);
            this.TV_files.Name = "TV_files";
            this.TV_files.SelectedImageIndex = 0;
            this.TV_files.Size = new System.Drawing.Size(157, 101);
            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_PATMLVfile
            // 
            this.CMS_PATMLVfile.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.新建ToolStripMenuItem,
            this.修改ToolStripMenuItem,
            this.删除ToolStripMenuItem,
            this.导出ToolStripMenuItem,
            this.打印toolStripMenuItem});
            this.CMS_PATMLVfile.Name = "CMS_PATMLVfile";
            this.CMS_PATMLVfile.Size = new System.Drawing.Size(101, 114);
            // 
            // 新建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_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_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_PATM
            // 
            this.IL_PATM.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("IL_PATM.ImageStream")));
            this.IL_PATM.TransparentColor = System.Drawing.Color.Transparent;
            this.IL_PATM.Images.SetKeyName(0, "00.png");
            this.IL_PATM.Images.SetKeyName(1, "01.png");
            this.IL_PATM.Images.SetKeyName(2, "03.png");
            // 
            // LV_proj
            // 
            this.LV_proj.ContextMenuStrip = this.contextMenuStrip1;
            this.LV_proj.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
            this.LV_proj.Location = new System.Drawing.Point(19, 128);
            this.LV_proj.Name = "LV_proj";
            this.LV_proj.Size = new System.Drawing.Size(155, 121);
            this.LV_proj.TabIndex = 2;
            this.LV_proj.UseCompatibleStateImageBehavior = false;
            this.LV_proj.DoubleClick += new System.EventHandler(this.LV_proj_DoubleClick);
            // 
            // contextMenuStrip1
            // 
            this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.新建ToolStripMenuItem1,
            this.修改ToolStripMenuItem1,
            this.删除ToolStripMenuItem1});
            this.contextMenuStrip1.Name = "contextMenuStrip1";
            this.contextMenuStrip1.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.TSM_Pnew_Click);
            // 
            // 修改ToolStripMenuItem1
            // 
            this.修改ToolStripMenuItem1.Name = "修改ToolStripMenuItem1";
            this.修改ToolStripMenuItem1.Size = new System.Drawing.Size(100, 22);
            this.修改ToolStripMenuItem1.Tag = "1";
            this.修改ToolStripMenuItem1.Text = "修改";
            this.修改ToolStripMenuItem1.Click += new System.EventHandler(this.TSM_Prename_Click);
            // 
            // 删除ToolStripMenuItem1
            // 
            this.删除ToolStripMenuItem1.Name = "删除ToolStripMenuItem1";
            this.删除ToolStripMenuItem1.Size = new System.Drawing.Size(100, 22);
            this.删除ToolStripMenuItem1.Tag = "2";
            this.删除ToolStripMenuItem1.Text = "删除";
            this.删除ToolStripMenuItem1.Click += new System.EventHandler(this.TSM_Pdelete_Click);
            // 
            // TV_PATMSrchRslt
            // 
            this.TV_PATMSrchRslt.ContextMenuStrip = this.contextMenuStrip2;
            this.TV_PATMSrchRslt.ImageIndex = 0;
            this.TV_PATMSrchRslt.ImageList = this.IL_PATM;
            this.TV_PATMSrchRslt.Location = new System.Drawing.Point(1, 44);
            this.TV_PATMSrchRslt.Name = "TV_PATMSrchRslt";
            this.TV_PATMSrchRslt.SelectedImageIndex = 0;
            this.TV_PATMSrchRslt.Size = new System.Drawing.Size(192, 268);
            this.TV_PATMSrchRslt.TabIndex = 2;
            this.TV_PATMSrchRslt.AfterCollapse += new System.Windows.Forms.TreeViewEventHandler(this.TV_PATMSrchRslt_AfterCollapse);
            this.TV_PATMSrchRslt.AfterExpand += new System.Windows.Forms.TreeViewEventHandler(this.TV_PATMSrchRslt_AfterExpand);
            this.TV_PATMSrchRslt.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.TV_PATMSrchRslt_NodeMouseClick);
            // 
            // contextMenuStrip2
            // 
            this.contextMenuStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.导出ToolStripMenuItem1});
            this.contextMenuStrip2.Name = "contextMenuStrip2";
            this.contextMenuStrip2.Size = new System.Drawing.Size(101, 26);
            // 
            // 导出ToolStripMenuItem1
            // 
            this.导出ToolStripMenuItem1.Name = "导出ToolStripMenuItem1";
            this.导出ToolStripMenuItem1.Size = new System.Drawing.Size(100, 22);
            this.导出ToolStripMenuItem1.Tag = "2";
            this.导出ToolStripMenuItem1.Text = "导出";
            this.导出ToolStripMenuItem1.Click += new System.EventHandler(this.导出ToolStripMenuItem1_Click);
            // 
            // SBPI_PATMSrchView
            // 
            this.SBPI_PATMSrchView.FontBold = true;
            this.SBPI_PATMSrchView.Name = "SBPI_PATMSrchView";
            this.SBPI_PATMSrchView.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.controlContainerItem4});
            this.SBPI_PATMSrchView.Text = "查询结果";
            // 
            // controlContainerItem4
            // 
            this.controlContainerItem4.AllowItemResize = false;
            this.controlContainerItem4.Control = this.TV_PATMSrchRslt;
            this.controlContainerItem4.MenuVisibility = DevComponents.DotNetBar.eMenuVisibility.VisibleAlways;
            this.controlContainerItem4.Name = "controlContainerItem4";
            // 
            // SBPI_PATMFile
            // 
            this.SBPI_PATMFile.FontBold = true;
            this.SBPI_PATMFile.Name = "SBPI_PATMFile";
            this.SBPI_PATMFile.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.controlContainerItem1,
            this.controlContainerItem2});
            this.SBPI_PATMFile.Text = "文档列表";
            // 
            // controlContainerItem1
            // 
            this.controlContainerItem1.AllowItemResize = false;
            this.controlContainerItem1.Control = this.TV_files;
            this.controlContainerItem1.MenuVisibility = DevComponents.DotNetBar.eMenuVisibility.VisibleAlways;
            this.controlContainerItem1.Name = "controlContainerItem1";
            // 
            // controlContainerItem2
            // 
            this.controlContainerItem2.AllowItemResize = false;
            this.controlContainerItem2.Control = this.LV_proj;
            this.controlContainerItem2.MenuVisibility = DevComponents.DotNetBar.eMenuVisibility.VisibleAlways;
            this.controlContainerItem2.Name = "controlContainerItem2";
            // 
            // LV_PATMallfiles
            // 
            this.LV_PATMallfiles.LargeImageList = this.IL_PATM;
            this.LV_PATMallfiles.Location = new System.Drawing.Point(4, 139);
            this.LV_PATMallfiles.Name = "LV_PATMallfiles";
            this.LV_PATMallfiles.Size = new System.Drawing.Size(380, 160);
            this.LV_PATMallfiles.SmallImageList = this.IL_PATM;
            this.LV_PATMallfiles.TabIndex = 1;
            this.LV_PATMallfiles.UseCompatibleStateImageBehavior = false;
            // 
            // PB_Display
            // 
            this.PB_Display.BackColor = System.Drawing.Color.Transparent;
            this.PB_Display.Location = new System.Drawing.Point(0, 0);
            this.PB_Display.Name = "PB_Display";
            this.PB_Display.Size = new System.Drawing.Size(387, 132);
            this.PB_Display.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
            this.PB_Display.TabIndex = 0;
            this.PB_Display.TabStop = false;
            this.PB_Display.Visible = false;
            // 
            // PD_PATMPrtFile
            // 
            this.PD_PATMPrtFile.UseEXDialog = true;
            // 
            // P_PATMSch
            // 
            this.P_PATMSch.Controls.Add(this.BT_PATMSch);
            this.P_PATMSch.Controls.Add(this.TB_PATMSchFN);
            this.P_PATMSch.Controls.Add(this.LB_PATMSchFile);
            this.P_PATMSch.Location = new System.Drawing.Point(326, 2);
            this.P_PATMSch.Name = "P_PATMSch";
            this.P_PATMSch.Size = new System.Drawing.Size(260, 23);
            this.P_PATMSch.TabIndex = 2;
            // 
            // BT_PATMSch
            // 
            this.BT_PATMSch.Location = new System.Drawing.Point(184, -1);
            this.BT_PATMSch.Name = "BT_PATMSch";
            this.BT_PATMSch.Size = new System.Drawing.Size(75, 23);
            this.BT_PATMSch.TabIndex = 2;
            this.BT_PATMSch.Text = "查询";
            this.BT_PATMSch.UseVisualStyleBackColor = true;
            this.BT_PATMSch.Click += new System.EventHandler(this.BT_PATMSch_Click);
            // 
            // TB_PATMSchFN
            // 
            this.TB_PATMSchFN.Location = new System.Drawing.Point(64, 1);
            this.TB_PATMSchFN.Name = "TB_PATMSchFN";
            this.TB_PATMSchFN.Size = new System.Drawing.Size(100, 21);
            this.TB_PATMSchFN.TabIndex = 1;
            // 
            // LB_PATMSchFile
            // 
            this.LB_PATMSchFile.AutoSize = true;
            this.LB_PATMSchFile.Location = new System.Drawing.Point(1, 4);
            this.LB_PATMSchFile.Name = "LB_PATMSchFile";
            this.LB_PATMSchFile.Size = new System.Drawing.Size(65, 12);
            this.LB_PATMSchFile.TabIndex = 0;
            this.LB_PATMSchFile.Text = "文件名称:";
            // 
            // PD_PATMPrtDoc
            // 
            this.PD_PATMPrtDoc.PrintPage += new System.Drawing.Printing.PrintPageEventHandler(this.PD_PATMPrtDoc_PrintPage);
            // 
            // PPD_PATMPreV
            // 
            this.PPD_PATMPreV.AutoScrollMargin = new System.Drawing.Size(0, 0);
            this.PPD_PATMPreV.AutoScrollMinSize = new System.Drawing.Size(0, 0);
            this.PPD_PATMPreV.ClientSize = new System.Drawing.Size(400, 300);
            this.PPD_PATMPreV.Document = this.PD_PATMPrtDoc;
            this.PPD_PATMPreV.Enabled = true;
            this.PPD_PATMPreV.Icon = ((System.Drawing.Icon)(resources.GetObject("PPD_PATMPreV.Icon")));
            this.PPD_PATMPreV.Name = "PPD_PATMPreV";
            this.PPD_PATMPreV.Visible = false;
            // 
            // PSD_PATMSetPage
            // 
            this.PSD_PATMSetPage.Document = this.PD_PATMPrtDoc;
            // 
            // listView1
            // 
            this.listView1.Location = new System.Drawing.Point(3, 44);
            this.listView1.Name = "listView1";
            this.listView1.Size = new System.Drawing.Size(189, 97);
            this.listView1.TabIndex = 3;
            this.listView1.UseCompatibleStateImageBehavior = false;
            // 
            // PATM
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(586, 350);
            this.Controls.Add(this.P_PATMSch);
            this.Controls.Add(this.splitContainer1);
            this.Controls.Add(this.MS_PATM);
            this.DoubleBuffered = true;
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.Location = new System.Drawing.Point(200, 0);
            this.MainMenuStrip = this.MS_PATM;
            this.Name = "PATM";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "规划分析专题图管理";
            this.Load += new System.EventHandler(this.PATM_Load);
            this.MS_PATM.ResumeLayout(false);
            this.MS_PATM.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.CMS_PATMLVfile.ResumeLayout(false);
            this.contextMenuStrip1.ResumeLayout(false);
            this.contextMenuStrip2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.PB_Display)).EndInit();
            this.P_PATMSch.ResumeLayout(false);
            this.P_PATMSch.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.MenuStrip MS_PATM;
        private System.Windows.Forms.ToolStripMenuItem 专题题图管理ToolStripMenuItem;
        private System.Windows.Forms.SplitContainer splitContainer1;
        private System.Windows.Forms.TreeView TV_files;
        private System.Windows.Forms.ImageList IL_PATM;
        private System.Windows.Forms.PictureBox PB_Display;
        private System.Windows.Forms.ListView LV_proj;
        private System.Windows.Forms.ListView LV_PATMallfiles;
        private System.Windows.Forms.PrintDialog PD_PATMPrtFile;
        private System.Windows.Forms.Panel P_PATMSch;
        private System.Windows.Forms.Button BT_PATMSch;
        private System.Windows.Forms.TextBox TB_PATMSchFN;
        private System.Windows.Forms.Label LB_PATMSchFile;
        private System.Drawing.Printing.PrintDocument PD_PATMPrtDoc;
        private System.Windows.Forms.PrintPreviewDialog PPD_PATMPreV;
        private System.Windows.Forms.PageSetupDialog PSD_PATMSetPage;
        private DevComponents.DotNetBar.SideBar sideBar1;
        private DevComponents.DotNetBar.SideBarPanelItem SBPI_PATMSrchView;
        private DevComponents.DotNetBar.SideBarPanelItem SBPI_PATMFile;
        private DevComponents.DotNetBar.ControlContainerItem controlContainerItem1;
        private DevComponents.DotNetBar.ControlContainerItem controlContainerItem2;
        private System.Windows.Forms.ListView listView1;
        //private System.Windows.Forms.ListView LV_PATMSrchRslt;
        private System.Windows.Forms.ContextMenuStrip CMS_PATMLVfile;
        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 TSM_Pnew1;
        private System.Windows.Forms.ToolStripMenuItem TSM_Prename1;
        private System.Windows.Forms.ToolStripMenuItem TSM_Pdelete1;
        private System.Windows.Forms.ToolStripMenuItem 打印toolStripMenuItem;
        private System.Windows.Forms.TreeView TV_PATMSrchRslt;
        private DevComponents.DotNetBar.ControlContainerItem controlContainerItem4;
        private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
        private System.Windows.Forms.ToolStripMenuItem 新建ToolStripMenuItem1;
        private System.Windows.Forms.ToolStripMenuItem 修改ToolStripMenuItem1;
        private System.Windows.Forms.ToolStripMenuItem 删除ToolStripMenuItem1;
        private System.Windows.Forms.ToolStripMenuItem 返回上级ToolStripMenuItem;
        private System.Windows.Forms.ContextMenuStrip contextMenuStrip2;
        private System.Windows.Forms.ToolStripMenuItem 导出ToolStripMenuItem1;


    }
}