Beispiel #1
0
 /// <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.Windows.Forms.TreeListViewItemCollection.TreeListViewItemCollectionComparer treeListViewItemCollectionComparer1 = new System.Windows.Forms.TreeListViewItemCollection.TreeListViewItemCollectionComparer();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmWorkSheet));
     this.trlvWorkSheet = new System.Windows.Forms.TreeListView();
     this.contextMenuStrip_WorkSheet = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.mnuExpAll           = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuColAll           = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem3  = new System.Windows.Forms.ToolStripSeparator();
     this.mnutxtSearch        = new System.Windows.Forms.ToolStripTextBox();
     this.imageList1          = new System.Windows.Forms.ImageList(this.components);
     this.toolTip1            = new System.Windows.Forms.ToolTip(this.components);
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.mnuNewTrad          = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuRefresh          = new System.Windows.Forms.ToolStripMenuItem();
     this.contextMenuStrip_WorkSheet.SuspendLayout();
     this.SuspendLayout();
     //
     // trlvWorkSheet
     //
     treeListViewItemCollectionComparer1.Column    = 0;
     treeListViewItemCollectionComparer1.SortOrder = System.Windows.Forms.SortOrder.None;
     this.trlvWorkSheet.Comparer         = treeListViewItemCollectionComparer1;
     this.trlvWorkSheet.ContextMenuStrip = this.contextMenuStrip_WorkSheet;
     this.trlvWorkSheet.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.trlvWorkSheet.HeaderStyle      = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.trlvWorkSheet.HideSelection    = false;
     this.trlvWorkSheet.Location         = new System.Drawing.Point(0, 0);
     this.trlvWorkSheet.Name             = "trlvWorkSheet";
     this.trlvWorkSheet.Size             = new System.Drawing.Size(333, 326);
     this.trlvWorkSheet.SmallImageList   = this.imageList1;
     this.trlvWorkSheet.Sorting          = System.Windows.Forms.SortOrder.None;
     this.trlvWorkSheet.TabIndex         = 2;
     this.trlvWorkSheet.UseCompatibleStateImageBehavior = false;
     this.trlvWorkSheet.BeforeExpand   += new System.Windows.Forms.TreeListViewCancelEventHandler(this.trlvWorkSheet_BeforeExpand);
     this.trlvWorkSheet.BeforeCollapse += new System.Windows.Forms.TreeListViewCancelEventHandler(this.trlvWorkSheet_BeforeCollapse);
     //
     // contextMenuStrip_WorkSheet
     //
     this.contextMenuStrip_WorkSheet.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.mnuExpAll,
         this.mnuColAll,
         this.mnutxtSearch,
         this.toolStripMenuItem3,
         this.mnuNewTrad,
         this.toolStripSeparator1,
         this.mnuRefresh
     });
     this.contextMenuStrip_WorkSheet.Name            = "contextMenuStrip1";
     this.contextMenuStrip_WorkSheet.ShowImageMargin = false;
     this.contextMenuStrip_WorkSheet.Size            = new System.Drawing.Size(136, 149);
     this.contextMenuStrip_WorkSheet.Text            = "Work Sheet contextMenu";
     //
     // mnuExpAll
     //
     this.mnuExpAll.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.mnuExpAll.Name         = "mnuExpAll";
     this.mnuExpAll.Size         = new System.Drawing.Size(135, 22);
     this.mnuExpAll.Text         = "Expand All";
     this.mnuExpAll.TextAlign    = System.Drawing.ContentAlignment.MiddleLeft;
     this.mnuExpAll.Click       += new System.EventHandler(this.mnuExpAll_Click);
     //
     // mnuColAll
     //
     this.mnuColAll.Name   = "mnuColAll";
     this.mnuColAll.Size   = new System.Drawing.Size(135, 22);
     this.mnuColAll.Text   = "Collapse All";
     this.mnuColAll.Click += new System.EventHandler(this.mnuColAll_Click);
     //
     // toolStripMenuItem3
     //
     this.toolStripMenuItem3.Name = "toolStripMenuItem3";
     this.toolStripMenuItem3.Size = new System.Drawing.Size(132, 6);
     //
     // mnutxtSearch
     //
     this.mnutxtSearch.AutoToolTip = true;
     this.mnutxtSearch.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.mnutxtSearch.Name        = "mnutxtSearch";
     this.mnutxtSearch.Size        = new System.Drawing.Size(100, 21);
     this.mnutxtSearch.ToolTipText = "Type to Search";
     this.mnutxtSearch.KeyUp      += new System.Windows.Forms.KeyEventHandler(this.mnutxtSearch_KeyUp);
     //
     // imageList1
     //
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "4.ico");
     this.imageList1.Images.SetKeyName(1, "briefcase.ico");
     this.imageList1.Images.SetKeyName(2, "12-Application.ico");
     this.imageList1.Images.SetKeyName(3, "1499.ico");
     this.imageList1.Images.SetKeyName(4, "Be Script.ico");
     this.imageList1.Images.SetKeyName(5, "183.ICO");
     this.imageList1.Images.SetKeyName(6, "Net Service.ico");
     this.imageList1.Images.SetKeyName(7, "WAV.ico");
     //
     // toolTip1
     //
     this.toolTip1.AutoPopDelay = 5000;
     this.toolTip1.InitialDelay = 500;
     this.toolTip1.ReshowDelay  = 10;
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(132, 6);
     //
     // mnuNewTrad
     //
     this.mnuNewTrad.Name   = "mnuNewTrad";
     this.mnuNewTrad.Size   = new System.Drawing.Size(135, 22);
     this.mnuNewTrad.Text   = "New Trad";
     this.mnuNewTrad.Click += new System.EventHandler(this.mnuNewTrad_Click);
     //
     // mnuRefresh
     //
     this.mnuRefresh.Name        = "mnuRefresh";
     this.mnuRefresh.Size        = new System.Drawing.Size(135, 22);
     this.mnuRefresh.Text        = "Refresh";
     this.mnuRefresh.ToolTipText = "Refresh Work sheet";
     this.mnuRefresh.Click      += new System.EventHandler(this.mnuRefresh_Click);
     //
     // frmWorkSheet
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(333, 326);
     this.Controls.Add(this.trlvWorkSheet);
     this.Icon        = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name        = "frmWorkSheet";
     this.Text        = "DoubleM Wosk Sheet";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load       += new System.EventHandler(this.frmBase_Load);
     this.contextMenuStrip_WorkSheet.ResumeLayout(false);
     this.contextMenuStrip_WorkSheet.PerformLayout();
     this.ResumeLayout(false);
 }
        /// <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.Windows.Forms.TreeListViewItemCollection.TreeListViewItemCollectionComparer treeListViewItemCollectionComparer1 = new System.Windows.Forms.TreeListViewItemCollection.TreeListViewItemCollectionComparer();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PartsCompForm));
            System.Windows.Forms.TreeListViewItemCollection.TreeListViewItemCollectionComparer treeListViewItemCollectionComparer2 = new System.Windows.Forms.TreeListViewItemCollection.TreeListViewItemCollectionComparer();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.pictureBox2 = new System.Windows.Forms.PictureBox();
            this.pictureBox3 = new System.Windows.Forms.PictureBox();
            this.pictureBox4 = new System.Windows.Forms.PictureBox();
            this.pictureBox5 = new System.Windows.Forms.PictureBox();
            this.panel1 = new System.Windows.Forms.Panel();
            this.label11 = new System.Windows.Forms.Label();
            this.label10 = new System.Windows.Forms.Label();
            this.label9 = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.panel2 = new System.Windows.Forms.Panel();
            this.pictureBox6 = new System.Windows.Forms.PictureBox();
            this.tb_secondVersion = new System.Windows.Forms.TextBox();
            this.tb_secondMemo = new System.Windows.Forms.TextBox();
            this.tb_secondNo = new System.Windows.Forms.TextBox();
            this.label4 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.tb_firstVersion = new System.Windows.Forms.TextBox();
            this.tb_firstMemo = new System.Windows.Forms.TextBox();
            this.tb_firstNo = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.bt_comp = new System.Windows.Forms.Button();
            this.bt_return = new System.Windows.Forms.Button();
            this.bt_sortComp = new System.Windows.Forms.Button();
            this.tlv_treeFirst = new System.Windows.Forms.TreeListView();
            this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.tree_imageList = new System.Windows.Forms.ImageList(this.components);
            this.tlv_treeSecond = new System.Windows.Forms.TreeListView();
            this.columnHeader7 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader8 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader9 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader10 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader11 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader12 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
            this.panel1.SuspendLayout();
            this.panel2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit();
            this.SuspendLayout();
            // 
            // pictureBox1
            // 
            this.pictureBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
            this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.pictureBox1.Location = new System.Drawing.Point(228, 3);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(21, 21);
            this.pictureBox1.TabIndex = 0;
            this.pictureBox1.TabStop = false;
            // 
            // pictureBox2
            // 
            this.pictureBox2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            this.pictureBox2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.pictureBox2.Location = new System.Drawing.Point(51, 3);
            this.pictureBox2.Name = "pictureBox2";
            this.pictureBox2.Size = new System.Drawing.Size(21, 21);
            this.pictureBox2.TabIndex = 1;
            this.pictureBox2.TabStop = false;
            // 
            // pictureBox3
            // 
            this.pictureBox3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
            this.pictureBox3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.pictureBox3.Location = new System.Drawing.Point(403, 3);
            this.pictureBox3.Name = "pictureBox3";
            this.pictureBox3.Size = new System.Drawing.Size(21, 21);
            this.pictureBox3.TabIndex = 2;
            this.pictureBox3.TabStop = false;
            // 
            // pictureBox4
            // 
            this.pictureBox4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
            this.pictureBox4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.pictureBox4.Location = new System.Drawing.Point(572, 3);
            this.pictureBox4.Name = "pictureBox4";
            this.pictureBox4.Size = new System.Drawing.Size(21, 21);
            this.pictureBox4.TabIndex = 3;
            this.pictureBox4.TabStop = false;
            // 
            // pictureBox5
            // 
            this.pictureBox5.BackColor = System.Drawing.Color.Lime;
            this.pictureBox5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.pictureBox5.Location = new System.Drawing.Point(748, 3);
            this.pictureBox5.Name = "pictureBox5";
            this.pictureBox5.Size = new System.Drawing.Size(21, 21);
            this.pictureBox5.TabIndex = 4;
            this.pictureBox5.TabStop = false;
            // 
            // panel1
            // 
            this.panel1.BackColor = System.Drawing.SystemColors.ControlLight;
            this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.panel1.Controls.Add(this.label11);
            this.panel1.Controls.Add(this.label10);
            this.panel1.Controls.Add(this.label9);
            this.panel1.Controls.Add(this.label8);
            this.panel1.Controls.Add(this.label7);
            this.panel1.Controls.Add(this.pictureBox3);
            this.panel1.Controls.Add(this.pictureBox4);
            this.panel1.Controls.Add(this.pictureBox5);
            this.panel1.Controls.Add(this.pictureBox2);
            this.panel1.Controls.Add(this.pictureBox1);
            this.panel1.Location = new System.Drawing.Point(0, 0);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(957, 30);
            this.panel1.TabIndex = 5;
            // 
            // label11
            // 
            this.label11.AutoSize = true;
            this.label11.Location = new System.Drawing.Point(775, 8);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(41, 12);
            this.label11.TabIndex = 16;
            this.label11.Text = "不相同";
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Location = new System.Drawing.Point(599, 8);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(101, 12);
            this.label10.TabIndex = 15;
            this.label10.Text = "版本不同数量相同";
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Location = new System.Drawing.Point(430, 8);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(101, 12);
            this.label9.TabIndex = 14;
            this.label9.Text = "版本不同数量不同";
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(255, 8);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(101, 12);
            this.label8.TabIndex = 13;
            this.label8.Text = "版本相同数量不同";
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(78, 8);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(29, 12);
            this.label7.TabIndex = 12;
            this.label7.Text = "相同";
            // 
            // panel2
            // 
            this.panel2.BackColor = System.Drawing.SystemColors.ControlLight;
            this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.panel2.Controls.Add(this.pictureBox6);
            this.panel2.Controls.Add(this.tb_secondVersion);
            this.panel2.Controls.Add(this.tb_secondMemo);
            this.panel2.Controls.Add(this.tb_secondNo);
            this.panel2.Controls.Add(this.label4);
            this.panel2.Controls.Add(this.label5);
            this.panel2.Controls.Add(this.label6);
            this.panel2.Controls.Add(this.tb_firstVersion);
            this.panel2.Controls.Add(this.tb_firstMemo);
            this.panel2.Controls.Add(this.tb_firstNo);
            this.panel2.Controls.Add(this.label3);
            this.panel2.Controls.Add(this.label2);
            this.panel2.Controls.Add(this.label1);
            this.panel2.Location = new System.Drawing.Point(0, 31);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(957, 95);
            this.panel2.TabIndex = 6;
            // 
            // pictureBox6
            // 
            this.pictureBox6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
            this.pictureBox6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.pictureBox6.Location = new System.Drawing.Point(463, -1);
            this.pictureBox6.Name = "pictureBox6";
            this.pictureBox6.Size = new System.Drawing.Size(20, 95);
            this.pictureBox6.TabIndex = 5;
            this.pictureBox6.TabStop = false;
            // 
            // tb_secondVersion
            // 
            this.tb_secondVersion.Location = new System.Drawing.Point(639, 59);
            this.tb_secondVersion.Name = "tb_secondVersion";
            this.tb_secondVersion.Size = new System.Drawing.Size(225, 21);
            this.tb_secondVersion.TabIndex = 11;
            // 
            // tb_secondMemo
            // 
            this.tb_secondMemo.Location = new System.Drawing.Point(639, 36);
            this.tb_secondMemo.Name = "tb_secondMemo";
            this.tb_secondMemo.Size = new System.Drawing.Size(225, 21);
            this.tb_secondMemo.TabIndex = 10;
            // 
            // tb_secondNo
            // 
            this.tb_secondNo.Location = new System.Drawing.Point(639, 14);
            this.tb_secondNo.Name = "tb_secondNo";
            this.tb_secondNo.Size = new System.Drawing.Size(225, 21);
            this.tb_secondNo.TabIndex = 9;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(584, 59);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(29, 12);
            this.label4.TabIndex = 8;
            this.label4.Text = "版本";
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(584, 39);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(29, 12);
            this.label5.TabIndex = 7;
            this.label5.Text = "描述";
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(584, 17);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(29, 12);
            this.label6.TabIndex = 6;
            this.label6.Text = "编号";
            // 
            // tb_firstVersion
            // 
            this.tb_firstVersion.Location = new System.Drawing.Point(154, 59);
            this.tb_firstVersion.Name = "tb_firstVersion";
            this.tb_firstVersion.Size = new System.Drawing.Size(225, 21);
            this.tb_firstVersion.TabIndex = 5;
            // 
            // tb_firstMemo
            // 
            this.tb_firstMemo.Location = new System.Drawing.Point(154, 36);
            this.tb_firstMemo.Name = "tb_firstMemo";
            this.tb_firstMemo.Size = new System.Drawing.Size(225, 21);
            this.tb_firstMemo.TabIndex = 4;
            // 
            // tb_firstNo
            // 
            this.tb_firstNo.Location = new System.Drawing.Point(154, 14);
            this.tb_firstNo.Name = "tb_firstNo";
            this.tb_firstNo.Size = new System.Drawing.Size(225, 21);
            this.tb_firstNo.TabIndex = 3;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(102, 59);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(29, 12);
            this.label3.TabIndex = 2;
            this.label3.Text = "版本";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(102, 39);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(29, 12);
            this.label2.TabIndex = 1;
            this.label2.Text = "描述";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(102, 17);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(29, 12);
            this.label1.TabIndex = 0;
            this.label1.Text = "编号";
            // 
            // bt_comp
            // 
            this.bt_comp.Location = new System.Drawing.Point(341, 132);
            this.bt_comp.Name = "bt_comp";
            this.bt_comp.Size = new System.Drawing.Size(75, 23);
            this.bt_comp.TabIndex = 7;
            this.bt_comp.Text = "比较";
            this.bt_comp.UseVisualStyleBackColor = true;
            this.bt_comp.Click += new System.EventHandler(this.bt_comp_Click);
            // 
            // bt_return
            // 
            this.bt_return.Location = new System.Drawing.Point(438, 132);
            this.bt_return.Name = "bt_return";
            this.bt_return.Size = new System.Drawing.Size(75, 23);
            this.bt_return.TabIndex = 8;
            this.bt_return.Text = "返回";
            this.bt_return.UseVisualStyleBackColor = true;
            this.bt_return.Click += new System.EventHandler(this.bt_return_Click);
            // 
            // bt_sortComp
            // 
            this.bt_sortComp.Location = new System.Drawing.Point(539, 132);
            this.bt_sortComp.Name = "bt_sortComp";
            this.bt_sortComp.Size = new System.Drawing.Size(75, 23);
            this.bt_sortComp.TabIndex = 9;
            this.bt_sortComp.Text = "顺序比较";
            this.bt_sortComp.UseVisualStyleBackColor = true;
            this.bt_sortComp.Click += new System.EventHandler(this.bt_sortComp_Click);
            // 
            // tlv_treeFirst
            // 
            this.tlv_treeFirst.CheckBoxes = System.Windows.Forms.CheckBoxesTypes.Recursive;
            this.tlv_treeFirst.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader1,
            this.columnHeader2,
            this.columnHeader3,
            this.columnHeader4,
            this.columnHeader5,
            this.columnHeader6});
            treeListViewItemCollectionComparer1.Column = 0;
            treeListViewItemCollectionComparer1.SortOrder = System.Windows.Forms.SortOrder.Ascending;
            this.tlv_treeFirst.Comparer = treeListViewItemCollectionComparer1;
            this.tlv_treeFirst.GridLines = true;
            this.tlv_treeFirst.Location = new System.Drawing.Point(0, 161);
            this.tlv_treeFirst.Name = "tlv_treeFirst";
            this.tlv_treeFirst.Size = new System.Drawing.Size(472, 338);
            this.tlv_treeFirst.SmallImageList = this.tree_imageList;
            this.tlv_treeFirst.TabIndex = 10;
            this.tlv_treeFirst.UseCompatibleStateImageBehavior = false;
            // 
            // columnHeader1
            // 
            this.columnHeader1.Text = "编号";
            this.columnHeader1.Width = 98;
            // 
            // columnHeader2
            // 
            this.columnHeader2.Text = "版本";
            this.columnHeader2.Width = 81;
            // 
            // columnHeader3
            // 
            this.columnHeader3.Text = "顺序";
            this.columnHeader3.Width = 43;
            // 
            // columnHeader4
            // 
            this.columnHeader4.Text = "规格型号";
            this.columnHeader4.Width = 66;
            // 
            // columnHeader5
            // 
            this.columnHeader5.Text = "描述";
            this.columnHeader5.Width = 131;
            // 
            // columnHeader6
            // 
            this.columnHeader6.Text = "数量";
            this.columnHeader6.Width = 46;
            // 
            // tree_imageList
            // 
            this.tree_imageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("tree_imageList.ImageStream")));
            this.tree_imageList.TransparentColor = System.Drawing.Color.Transparent;
            this.tree_imageList.Images.SetKeyName(0, "525FLOP1.ICO");
            this.tree_imageList.Images.SetKeyName(1, "CLSDFOLD.ICO");
            this.tree_imageList.Images.SetKeyName(2, "NOTE12.ICO");
            this.tree_imageList.Images.SetKeyName(3, "OPENFOLD.ICO");
            // 
            // tlv_treeSecond
            // 
            this.tlv_treeSecond.CheckBoxes = System.Windows.Forms.CheckBoxesTypes.Recursive;
            this.tlv_treeSecond.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader7,
            this.columnHeader8,
            this.columnHeader9,
            this.columnHeader10,
            this.columnHeader11,
            this.columnHeader12});
            treeListViewItemCollectionComparer2.Column = 0;
            treeListViewItemCollectionComparer2.SortOrder = System.Windows.Forms.SortOrder.Ascending;
            this.tlv_treeSecond.Comparer = treeListViewItemCollectionComparer2;
            this.tlv_treeSecond.GridLines = true;
            this.tlv_treeSecond.Location = new System.Drawing.Point(478, 161);
            this.tlv_treeSecond.Name = "tlv_treeSecond";
            this.tlv_treeSecond.Size = new System.Drawing.Size(479, 338);
            this.tlv_treeSecond.SmallImageList = this.tree_imageList;
            this.tlv_treeSecond.TabIndex = 11;
            this.tlv_treeSecond.UseCompatibleStateImageBehavior = false;
            // 
            // columnHeader7
            // 
            this.columnHeader7.Text = "编号";
            this.columnHeader7.Width = 101;
            // 
            // columnHeader8
            // 
            this.columnHeader8.Text = "版本";
            this.columnHeader8.Width = 94;
            // 
            // columnHeader9
            // 
            this.columnHeader9.Text = "顺序";
            this.columnHeader9.Width = 37;
            // 
            // columnHeader10
            // 
            this.columnHeader10.Text = "规格型号";
            this.columnHeader10.Width = 70;
            // 
            // columnHeader11
            // 
            this.columnHeader11.Text = "描述";
            this.columnHeader11.Width = 132;
            // 
            // columnHeader12
            // 
            this.columnHeader12.Text = "数量";
            this.columnHeader12.Width = 37;
            // 
            // PartsCompForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(957, 499);
            this.Controls.Add(this.tlv_treeSecond);
            this.Controls.Add(this.tlv_treeFirst);
            this.Controls.Add(this.bt_sortComp);
            this.Controls.Add(this.bt_return);
            this.Controls.Add(this.bt_comp);
            this.Controls.Add(this.panel2);
            this.Controls.Add(this.panel1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "PartsCompForm";
            this.Text = "产品比较界面";
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            this.panel2.ResumeLayout(false);
            this.panel2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit();
            this.ResumeLayout(false);

        }
Beispiel #3
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要修改
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.TreeListViewItemCollection.TreeListViewItemCollectionComparer treeListViewItemCollectionComparer9 = new System.Windows.Forms.TreeListViewItemCollection.TreeListViewItemCollectionComparer();
     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.csv文件ToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.json文件ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.xml文件ToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.退出ToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.设置ToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.tableLayoutPanel1       = new System.Windows.Forms.TableLayoutPanel();
     this.DashboardShowBt         = new System.Windows.Forms.Button();
     this.CurveShowBt             = new System.Windows.Forms.Button();
     this.ShowBt         = new System.Windows.Forms.Button();
     this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
     this.test           = new System.Windows.Forms.Button();
     this.treeListView1  = new System.Windows.Forms.TreeListView();
     this.dataGridView1  = new System.Windows.Forms.DataGridView();
     this.button1        = new System.Windows.Forms.Button();
     this.menuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     this.SuspendLayout();
     //
     // menuStrip1
     //
     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, 28);
     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.Margin = new System.Windows.Forms.Padding(0, 3, 0, 0);
     this.文件ToolStripMenuItem.Name   = "文件ToolStripMenuItem";
     this.文件ToolStripMenuItem.Size   = new System.Drawing.Size(44, 21);
     this.文件ToolStripMenuItem.Text   = "文件";
     //
     // 读取ToolStripMenuItem
     //
     this.读取ToolStripMenuItem.Name   = "读取ToolStripMenuItem";
     this.读取ToolStripMenuItem.Size   = new System.Drawing.Size(152, 22);
     this.读取ToolStripMenuItem.Text   = "读取";
     this.读取ToolStripMenuItem.Click += new System.EventHandler(this.读取ToolStripMenuItem_Click);
     //
     // 保存为ToolStripMenuItem
     //
     this.保存为ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.csv文件ToolStripMenuItem,
         this.json文件ToolStripMenuItem,
         this.xml文件ToolStripMenuItem
     });
     this.保存为ToolStripMenuItem.Name = "保存为ToolStripMenuItem";
     this.保存为ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     this.保存为ToolStripMenuItem.Text = "保存";
     //
     // csv文件ToolStripMenuItem
     //
     this.csv文件ToolStripMenuItem.Name   = "csv文件ToolStripMenuItem";
     this.csv文件ToolStripMenuItem.Size   = new System.Drawing.Size(124, 22);
     this.csv文件ToolStripMenuItem.Text   = "csv文件";
     this.csv文件ToolStripMenuItem.Click += new System.EventHandler(this.csv文件ToolStripMenuItem_Click);
     //
     // json文件ToolStripMenuItem
     //
     this.json文件ToolStripMenuItem.Name   = "json文件ToolStripMenuItem";
     this.json文件ToolStripMenuItem.Size   = new System.Drawing.Size(124, 22);
     this.json文件ToolStripMenuItem.Text   = "json文件";
     this.json文件ToolStripMenuItem.Click += new System.EventHandler(this.json文件ToolStripMenuItem_Click);
     //
     // xml文件ToolStripMenuItem
     //
     this.xml文件ToolStripMenuItem.Name   = "xml文件ToolStripMenuItem";
     this.xml文件ToolStripMenuItem.Size   = new System.Drawing.Size(124, 22);
     this.xml文件ToolStripMenuItem.Text   = "xml文件";
     this.xml文件ToolStripMenuItem.Click += new System.EventHandler(this.xml文件ToolStripMenuItem_Click);
     //
     // 退出ToolStripMenuItem
     //
     this.退出ToolStripMenuItem.Name   = "退出ToolStripMenuItem";
     this.退出ToolStripMenuItem.Size   = new System.Drawing.Size(152, 22);
     this.退出ToolStripMenuItem.Text   = "退出";
     this.退出ToolStripMenuItem.Click += new System.EventHandler(this.退出ToolStripMenuItem_Click);
     //
     // 设置ToolStripMenuItem
     //
     this.设置ToolStripMenuItem.Margin = new System.Windows.Forms.Padding(0, 3, 0, 0);
     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);
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 4;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 43.56847F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 56.43153F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 133F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 122F));
     this.tableLayoutPanel1.Location = new System.Drawing.Point(14, 20);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 5;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50.57471F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 49.42529F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 38F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 36F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 33F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(478, 175);
     this.tableLayoutPanel1.TabIndex = 3;
     this.tableLayoutPanel1.Paint   += new System.Windows.Forms.PaintEventHandler(this.tableLayoutPanel1_Paint);
     //
     // DashboardShowBt
     //
     this.DashboardShowBt.Location = new System.Drawing.Point(510, 325);
     this.DashboardShowBt.Name     = "DashboardShowBt";
     this.DashboardShowBt.Size     = new System.Drawing.Size(114, 27);
     this.DashboardShowBt.TabIndex = 4;
     this.DashboardShowBt.Text     = "仪表盘方式显示";
     this.DashboardShowBt.UseVisualStyleBackColor = true;
     this.DashboardShowBt.Click += new System.EventHandler(this.DashboardShowBt_Click);
     //
     // CurveShowBt
     //
     this.CurveShowBt.Location = new System.Drawing.Point(12, 327);
     this.CurveShowBt.Name     = "CurveShowBt";
     this.CurveShowBt.Size     = new System.Drawing.Size(100, 25);
     this.CurveShowBt.TabIndex = 7;
     this.CurveShowBt.Text     = "显示变化曲线";
     this.CurveShowBt.UseVisualStyleBackColor = true;
     this.CurveShowBt.Click += new System.EventHandler(this.CurveShowBt_Click);
     //
     // ShowBt
     //
     this.ShowBt.Location = new System.Drawing.Point(0, 0);
     this.ShowBt.Name     = "ShowBt";
     this.ShowBt.Size     = new System.Drawing.Size(75, 23);
     this.ShowBt.TabIndex = 0;
     //
     // errorProvider1
     //
     this.errorProvider1.ContainerControl = this;
     //
     // test
     //
     this.test.Location = new System.Drawing.Point(0, 0);
     this.test.Name     = "test";
     this.test.Size     = new System.Drawing.Size(75, 23);
     this.test.TabIndex = 0;
     //
     // treeListView1
     //
     treeListViewItemCollectionComparer9.Column    = 0;
     treeListViewItemCollectionComparer9.SortOrder = System.Windows.Forms.SortOrder.Ascending;
     this.treeListView1.Comparer = treeListViewItemCollectionComparer9;
     this.treeListView1.Location = new System.Drawing.Point(12, 31);
     this.treeListView1.Name     = "treeListView1";
     this.treeListView1.Size     = new System.Drawing.Size(613, 290);
     this.treeListView1.TabIndex = 8;
     this.treeListView1.UseCompatibleStateImageBehavior = false;
     //
     // dataGridView1
     //
     this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.Location           = new System.Drawing.Point(12, 358);
     this.dataGridView1.Name               = "dataGridView1";
     this.dataGridView1.RowTemplate.Height = 23;
     this.dataGridView1.Size               = new System.Drawing.Size(611, 230);
     this.dataGridView1.TabIndex           = 9;
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(275, 329);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 10;
     this.button1.Text     = "LED显示";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoScroll          = true;
     this.ClientSize          = new System.Drawing.Size(637, 596);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.dataGridView1);
     this.Controls.Add(this.treeListView1);
     this.Controls.Add(this.CurveShowBt);
     this.Controls.Add(this.DashboardShowBt);
     this.Controls.Add(this.menuStrip1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MainMenuStrip   = this.menuStrip1;
     this.Name            = "MainForm";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "CANToolApp";
     this.Load           += new System.EventHandler(this.Form1_Load);
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
        /// <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.Windows.Forms.TreeListViewItemCollection.TreeListViewItemCollectionComparer treeListViewItemCollectionComparer2 = new System.Windows.Forms.TreeListViewItemCollection.TreeListViewItemCollectionComparer();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ProjectSettings));
            System.Windows.Forms.TreeListViewItemCollection.TreeListViewItemCollectionComparer treeListViewItemCollectionComparer3 = new System.Windows.Forms.TreeListViewItemCollection.TreeListViewItemCollectionComparer();
            this.toolStrip6 = new System.Windows.Forms.ToolStrip();
            this.btCancel = new System.Windows.Forms.ToolStripButton();
            this.btCreate = new System.Windows.Forms.ToolStripButton();
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.splitContainer2 = new System.Windows.Forms.SplitContainer();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.browseFolderBt = new System.Windows.Forms.Button();
            this.tbProjectPath = new System.Windows.Forms.TextBox();
            this.lblFolderDestination = new System.Windows.Forms.Label();
            this.tbProjectName = new System.Windows.Forms.TextBox();
            this.lblProjectName = new System.Windows.Forms.Label();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.lbSupportedOrientation = new System.Windows.Forms.ListBox();
            this.toolStrip1 = new System.Windows.Forms.ToolStrip();
            this.button1 = new System.Windows.Forms.ToolStripButton();
            this.button2 = new System.Windows.Forms.ToolStripButton();
            this.cbSupportedOrientation = new System.Windows.Forms.ComboBox();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.landscapeRBt = new System.Windows.Forms.RadioButton();
            this.portraitRBt = new System.Windows.Forms.RadioButton();
            this.langueNameCb = new System.Windows.Forms.ComboBox();
            this.label15 = new System.Windows.Forms.Label();
            this.IconePathPb = new System.Windows.Forms.PictureBox();
            this.IconeLb = new System.Windows.Forms.Label();
            this.tabPage2 = new System.Windows.Forms.TabPage();
            this.splitContainer3 = new System.Windows.Forms.SplitContainer();
            this.lbDynamicResizing = new System.Windows.Forms.ListBox();
            this.toolStrip4 = new System.Windows.Forms.ToolStrip();
            this.button3 = new System.Windows.Forms.ToolStripButton();
            this.toolStrip3 = new System.Windows.Forms.ToolStrip();
            this.button4 = new System.Windows.Forms.ToolStripButton();
            this.tbValueResizing = new System.Windows.Forms.TextBox();
            this.label11 = new System.Windows.Forms.Label();
            this.tbSuffixResizing = new System.Windows.Forms.TextBox();
            this.label10 = new System.Windows.Forms.Label();
            this.label9 = new System.Windows.Forms.Label();
            this.splitContainer4 = new System.Windows.Forms.SplitContainer();
            this.cbFPS = new System.Windows.Forms.ComboBox();
            this.label7 = new System.Windows.Forms.Label();
            this.cbScale = new System.Windows.Forms.ComboBox();
            this.label4 = new System.Windows.Forms.Label();
            this.cbXAlign = new System.Windows.Forms.ComboBox();
            this.label6 = new System.Windows.Forms.Label();
            this.screenWidthNumUpDw = new System.Windows.Forms.NumericUpDown();
            this.label2 = new System.Windows.Forms.Label();
            this.cbAntiAliasing = new System.Windows.Forms.CheckBox();
            this.cbYAlign = new System.Windows.Forms.ComboBox();
            this.label5 = new System.Windows.Forms.Label();
            this.screenHeightNumUpDw = new System.Windows.Forms.NumericUpDown();
            this.label3 = new System.Windows.Forms.Label();
            this.tabPage3 = new System.Windows.Forms.TabPage();
            this.lbListPermissionAndroid = new System.Windows.Forms.ListBox();
            this.toolStrip2 = new System.Windows.Forms.ToolStrip();
            this.btAddPermissionAndroid = new System.Windows.Forms.ToolStripButton();
            this.btRemovePermissionAndroid = new System.Windows.Forms.ToolStripButton();
            this.label1 = new System.Windows.Forms.Label();
            this.cbPermissionAndroid = new System.Windows.Forms.ComboBox();
            this.label13 = new System.Windows.Forms.Label();
            this.tbVersionCodeAndroid = new System.Windows.Forms.TextBox();
            this.label12 = new System.Windows.Forms.Label();
            this.tabPage4 = new System.Windows.Forms.TabPage();
            this.tbCustomCoronaBuildName = new System.Windows.Forms.TextBox();
            this.label14 = new System.Windows.Forms.Label();
            this.appConfigFilePage = new System.Windows.Forms.TabPage();
            this.appConfigFieldsTreeView = new System.Windows.Forms.TreeListView();
            this.fieldHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.typeHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.valueHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.typesImageList = new System.Windows.Forms.ImageList(this.components);
            this.toolStrip7 = new System.Windows.Forms.ToolStrip();
            this.toolStripLabel3 = new System.Windows.Forms.ToolStripLabel();
            this.editConfigFieldNameTxtBx = new System.Windows.Forms.ToolStripTextBox();
            this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
            this.editConfigFieldValueTxtBx = new System.Windows.Forms.ToolStripTextBox();
            this.saveConfigFieldItemEditionBt = new System.Windows.Forms.ToolStripButton();
            this.appConfigToolStrip = new System.Windows.Forms.ToolStrip();
            this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
            this.fieldNameTxtBx = new System.Windows.Forms.ToolStripTextBox();
            this.fieldTypeCmbBx = new System.Windows.Forms.ToolStripComboBox();
            this.fieldValueTxtBx = new System.Windows.Forms.ToolStripTextBox();
            this.removeFieldBt = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.addFieldBt = new System.Windows.Forms.ToolStripButton();
            this.buildSettingsPage = new System.Windows.Forms.TabPage();
            this.buildSettingsTreeListView = new System.Windows.Forms.TreeListView();
            this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.toolStrip8 = new System.Windows.Forms.ToolStrip();
            this.toolStripLabel4 = new System.Windows.Forms.ToolStripLabel();
            this.editBuildFieldNameTxtBx = new System.Windows.Forms.ToolStripTextBox();
            this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
            this.editBuildFieldValueTxtBx = new System.Windows.Forms.ToolStripTextBox();
            this.editBuildFieldSaveBt = new System.Windows.Forms.ToolStripButton();
            this.toolStrip5 = new System.Windows.Forms.ToolStrip();
            this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
            this.buildFieldNameTxtBx = new System.Windows.Forms.ToolStripTextBox();
            this.buildFieldTypeCmbBx = new System.Windows.Forms.ToolStripComboBox();
            this.buildFieldValueTxtBx = new System.Windows.Forms.ToolStripTextBox();
            this.removeBuildFieldBt = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.addBuildFieldBt = new System.Windows.Forms.ToolStripButton();
            this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
            this.toolStrip6.SuspendLayout();
            this.tabControl1.SuspendLayout();
            this.tabPage1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
            this.splitContainer2.Panel1.SuspendLayout();
            this.splitContainer2.Panel2.SuspendLayout();
            this.splitContainer2.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.toolStrip1.SuspendLayout();
            this.groupBox3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.IconePathPb)).BeginInit();
            this.tabPage2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit();
            this.splitContainer3.Panel1.SuspendLayout();
            this.splitContainer3.Panel2.SuspendLayout();
            this.splitContainer3.SuspendLayout();
            this.toolStrip4.SuspendLayout();
            this.toolStrip3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer4)).BeginInit();
            this.splitContainer4.Panel1.SuspendLayout();
            this.splitContainer4.Panel2.SuspendLayout();
            this.splitContainer4.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.screenWidthNumUpDw)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.screenHeightNumUpDw)).BeginInit();
            this.tabPage3.SuspendLayout();
            this.toolStrip2.SuspendLayout();
            this.tabPage4.SuspendLayout();
            this.appConfigFilePage.SuspendLayout();
            this.toolStrip7.SuspendLayout();
            this.appConfigToolStrip.SuspendLayout();
            this.buildSettingsPage.SuspendLayout();
            this.toolStrip8.SuspendLayout();
            this.toolStrip5.SuspendLayout();
            this.SuspendLayout();
            // 
            // toolStrip6
            // 
            this.toolStrip6.BackColor = System.Drawing.Color.White;
            this.toolStrip6.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.toolStrip6.ImageScalingSize = new System.Drawing.Size(24, 24);
            this.toolStrip6.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.btCancel,
            this.btCreate});
            this.toolStrip6.Location = new System.Drawing.Point(0, 0);
            this.toolStrip6.Name = "toolStrip6";
            this.toolStrip6.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.toolStrip6.Size = new System.Drawing.Size(471, 31);
            this.toolStrip6.TabIndex = 17;
            // 
            // btCancel
            // 
            this.btCancel.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.btCancel.Image = global::Krea.Properties.Resources.deleteIcon;
            this.btCancel.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btCancel.Name = "btCancel";
            this.btCancel.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.btCancel.Size = new System.Drawing.Size(28, 28);
            this.btCancel.Text = "Close";
            this.btCancel.Click += new System.EventHandler(this.btCancel_Click);
            // 
            // btCreate
            // 
            this.btCreate.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.btCreate.Image = global::Krea.Properties.Resources.saveIcon;
            this.btCreate.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btCreate.Name = "btCreate";
            this.btCreate.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.btCreate.Size = new System.Drawing.Size(28, 28);
            this.btCreate.Text = "Save Changes";
            this.btCreate.Click += new System.EventHandler(this.btCreate_Click);
            // 
            // tabControl1
            // 
            this.tabControl1.Controls.Add(this.tabPage1);
            this.tabControl1.Controls.Add(this.tabPage2);
            this.tabControl1.Controls.Add(this.tabPage3);
            this.tabControl1.Controls.Add(this.tabPage4);
            this.tabControl1.Controls.Add(this.appConfigFilePage);
            this.tabControl1.Controls.Add(this.buildSettingsPage);
            this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabControl1.Location = new System.Drawing.Point(0, 31);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(471, 334);
            this.tabControl1.TabIndex = 18;
            this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged);
            // 
            // tabPage1
            // 
            this.tabPage1.Controls.Add(this.splitContainer1);
            this.tabPage1.Location = new System.Drawing.Point(4, 22);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage1.Size = new System.Drawing.Size(463, 308);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text = "General";
            this.tabPage1.UseVisualStyleBackColor = true;
            // 
            // splitContainer1
            // 
            this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer1.IsSplitterFixed = true;
            this.splitContainer1.Location = new System.Drawing.Point(3, 3);
            this.splitContainer1.Name = "splitContainer1";
            // 
            // splitContainer1.Panel1
            // 
            this.splitContainer1.Panel1.Controls.Add(this.splitContainer2);
            // 
            // splitContainer1.Panel2
            // 
            this.splitContainer1.Panel2.Controls.Add(this.groupBox3);
            this.splitContainer1.Panel2.Controls.Add(this.langueNameCb);
            this.splitContainer1.Panel2.Controls.Add(this.label15);
            this.splitContainer1.Panel2.Controls.Add(this.IconePathPb);
            this.splitContainer1.Panel2.Controls.Add(this.IconeLb);
            this.splitContainer1.Size = new System.Drawing.Size(457, 302);
            this.splitContainer1.SplitterDistance = 311;
            this.splitContainer1.SplitterWidth = 10;
            this.splitContainer1.TabIndex = 19;
            // 
            // splitContainer2
            // 
            this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer2.Location = new System.Drawing.Point(0, 0);
            this.splitContainer2.Name = "splitContainer2";
            this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // splitContainer2.Panel1
            // 
            this.splitContainer2.Panel1.Controls.Add(this.groupBox1);
            // 
            // splitContainer2.Panel2
            // 
            this.splitContainer2.Panel2.Controls.Add(this.groupBox2);
            this.splitContainer2.Size = new System.Drawing.Size(311, 302);
            this.splitContainer2.SplitterDistance = 144;
            this.splitContainer2.TabIndex = 13;
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.browseFolderBt);
            this.groupBox1.Controls.Add(this.tbProjectPath);
            this.groupBox1.Controls.Add(this.lblFolderDestination);
            this.groupBox1.Controls.Add(this.tbProjectName);
            this.groupBox1.Controls.Add(this.lblProjectName);
            this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox1.ForeColor = System.Drawing.Color.Blue;
            this.groupBox1.Location = new System.Drawing.Point(0, 0);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(311, 144);
            this.groupBox1.TabIndex = 17;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Required Fields";
            // 
            // browseFolderBt
            // 
            this.browseFolderBt.Dock = System.Windows.Forms.DockStyle.Top;
            this.browseFolderBt.ForeColor = System.Drawing.Color.Black;
            this.browseFolderBt.Location = new System.Drawing.Point(3, 96);
            this.browseFolderBt.Name = "browseFolderBt";
            this.browseFolderBt.Size = new System.Drawing.Size(305, 23);
            this.browseFolderBt.TabIndex = 21;
            this.browseFolderBt.Text = "Browse...";
            this.browseFolderBt.UseVisualStyleBackColor = true;
            this.browseFolderBt.Click += new System.EventHandler(this.browseFolderBt_Click);
            // 
            // tbProjectPath
            // 
            this.tbProjectPath.Dock = System.Windows.Forms.DockStyle.Top;
            this.tbProjectPath.Location = new System.Drawing.Point(3, 76);
            this.tbProjectPath.Name = "tbProjectPath";
            this.tbProjectPath.ReadOnly = true;
            this.tbProjectPath.Size = new System.Drawing.Size(305, 20);
            this.tbProjectPath.TabIndex = 20;
            this.tbProjectPath.Tag = "false";
            // 
            // lblFolderDestination
            // 
            this.lblFolderDestination.AutoSize = true;
            this.lblFolderDestination.Dock = System.Windows.Forms.DockStyle.Top;
            this.lblFolderDestination.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblFolderDestination.ForeColor = System.Drawing.Color.Black;
            this.lblFolderDestination.Location = new System.Drawing.Point(3, 56);
            this.lblFolderDestination.Name = "lblFolderDestination";
            this.lblFolderDestination.Padding = new System.Windows.Forms.Padding(0, 5, 0, 2);
            this.lblFolderDestination.Size = new System.Drawing.Size(116, 20);
            this.lblFolderDestination.TabIndex = 19;
            this.lblFolderDestination.Text = "Folder destination :";
            // 
            // tbProjectName
            // 
            this.tbProjectName.BackColor = System.Drawing.SystemColors.Info;
            this.tbProjectName.Dock = System.Windows.Forms.DockStyle.Top;
            this.tbProjectName.Location = new System.Drawing.Point(3, 36);
            this.tbProjectName.Name = "tbProjectName";
            this.tbProjectName.Size = new System.Drawing.Size(305, 20);
            this.tbProjectName.TabIndex = 18;
            this.tbProjectName.Tag = "false";
            this.tbProjectName.TextChanged += new System.EventHandler(this.tbProjectName_TextChanged);
            // 
            // lblProjectName
            // 
            this.lblProjectName.AutoSize = true;
            this.lblProjectName.Dock = System.Windows.Forms.DockStyle.Top;
            this.lblProjectName.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblProjectName.ForeColor = System.Drawing.Color.Black;
            this.lblProjectName.Location = new System.Drawing.Point(3, 16);
            this.lblProjectName.Name = "lblProjectName";
            this.lblProjectName.Padding = new System.Windows.Forms.Padding(0, 5, 0, 2);
            this.lblProjectName.Size = new System.Drawing.Size(91, 20);
            this.lblProjectName.TabIndex = 17;
            this.lblProjectName.Text = "Project Name :";
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.lbSupportedOrientation);
            this.groupBox2.Controls.Add(this.toolStrip1);
            this.groupBox2.Controls.Add(this.cbSupportedOrientation);
            this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox2.ForeColor = System.Drawing.Color.Blue;
            this.groupBox2.Location = new System.Drawing.Point(0, 0);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(311, 154);
            this.groupBox2.TabIndex = 0;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "Supported Orientation";
            // 
            // lbSupportedOrientation
            // 
            this.lbSupportedOrientation.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lbSupportedOrientation.FormattingEnabled = true;
            this.lbSupportedOrientation.Location = new System.Drawing.Point(3, 68);
            this.lbSupportedOrientation.Name = "lbSupportedOrientation";
            this.lbSupportedOrientation.Size = new System.Drawing.Size(305, 83);
            this.lbSupportedOrientation.TabIndex = 26;
            this.lbSupportedOrientation.Tag = "false";
            // 
            // toolStrip1
            // 
            this.toolStrip1.BackColor = System.Drawing.Color.White;
            this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.toolStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
            this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.button1,
            this.button2});
            this.toolStrip1.Location = new System.Drawing.Point(3, 37);
            this.toolStrip1.Name = "toolStrip1";
            this.toolStrip1.Size = new System.Drawing.Size(305, 31);
            this.toolStrip1.TabIndex = 25;
            // 
            // button1
            // 
            this.button1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.button1.Image = global::Krea.Properties.Resources.addItem;
            this.button1.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.button1.Name = "button1";
            this.button1.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.button1.Size = new System.Drawing.Size(28, 28);
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // button2
            // 
            this.button2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.button2.Image = global::Krea.Properties.Resources.removeIcon;
            this.button2.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.button2.Name = "button2";
            this.button2.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.button2.Size = new System.Drawing.Size(28, 28);
            this.button2.Click += new System.EventHandler(this.button2_Click);
            // 
            // cbSupportedOrientation
            // 
            this.cbSupportedOrientation.BackColor = System.Drawing.SystemColors.Info;
            this.cbSupportedOrientation.Dock = System.Windows.Forms.DockStyle.Top;
            this.cbSupportedOrientation.FormattingEnabled = true;
            this.cbSupportedOrientation.Items.AddRange(new object[] {
            "portrait",
            "portraitUpsideDown",
            "landscapeRight",
            "landscapeLeft"});
            this.cbSupportedOrientation.Location = new System.Drawing.Point(3, 16);
            this.cbSupportedOrientation.Name = "cbSupportedOrientation";
            this.cbSupportedOrientation.Size = new System.Drawing.Size(305, 21);
            this.cbSupportedOrientation.TabIndex = 24;
            this.cbSupportedOrientation.Tag = "false";
            this.cbSupportedOrientation.Text = "portrait";
            // 
            // groupBox3
            // 
            this.groupBox3.Controls.Add(this.landscapeRBt);
            this.groupBox3.Controls.Add(this.portraitRBt);
            this.groupBox3.Dock = System.Windows.Forms.DockStyle.Top;
            this.groupBox3.Location = new System.Drawing.Point(0, 162);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(136, 65);
            this.groupBox3.TabIndex = 32;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "Default Orientation";
            // 
            // landscapeRBt
            // 
            this.landscapeRBt.AutoSize = true;
            this.landscapeRBt.Dock = System.Windows.Forms.DockStyle.Top;
            this.landscapeRBt.ForeColor = System.Drawing.Color.Black;
            this.landscapeRBt.Location = new System.Drawing.Point(3, 33);
            this.landscapeRBt.Name = "landscapeRBt";
            this.landscapeRBt.Size = new System.Drawing.Size(130, 17);
            this.landscapeRBt.TabIndex = 35;
            this.landscapeRBt.Text = "Landscape";
            this.landscapeRBt.TextAlign = System.Drawing.ContentAlignment.TopLeft;
            this.landscapeRBt.UseVisualStyleBackColor = true;
            this.landscapeRBt.CheckedChanged += new System.EventHandler(this.landscapeRBt_CheckedChanged);
            // 
            // portraitRBt
            // 
            this.portraitRBt.AutoSize = true;
            this.portraitRBt.Checked = true;
            this.portraitRBt.Dock = System.Windows.Forms.DockStyle.Top;
            this.portraitRBt.ForeColor = System.Drawing.Color.Black;
            this.portraitRBt.Location = new System.Drawing.Point(3, 16);
            this.portraitRBt.Name = "portraitRBt";
            this.portraitRBt.Size = new System.Drawing.Size(130, 17);
            this.portraitRBt.TabIndex = 34;
            this.portraitRBt.TabStop = true;
            this.portraitRBt.Text = "Portrait";
            this.portraitRBt.TextAlign = System.Drawing.ContentAlignment.TopLeft;
            this.portraitRBt.UseVisualStyleBackColor = true;
            this.portraitRBt.CheckedChanged += new System.EventHandler(this.portraitRBt_CheckedChanged);
            // 
            // langueNameCb
            // 
            this.langueNameCb.BackColor = System.Drawing.SystemColors.Info;
            this.langueNameCb.Dock = System.Windows.Forms.DockStyle.Top;
            this.langueNameCb.FormattingEnabled = true;
            this.langueNameCb.Items.AddRange(new object[] {
            "Afrikaans",
            "Albanian",
            "Arabic",
            "Belarusian",
            "Bulgarian",
            "Catalan",
            "Chinese",
            "Croatian",
            "Czech",
            "Danish",
            "Dutch",
            "English",
            "Estonian",
            "Filipino",
            "Finnish",
            "French",
            "Galician",
            "German",
            "Greek",
            "Haitian Creole",
            "Hebrew",
            "Hindi",
            "Hungarian",
            "Icelandic",
            "Indonesian",
            "Irish",
            "Italian",
            "Japanese",
            "Korean",
            "Latvian",
            "Lithuanian",
            "Macedonian",
            "Malay",
            "Maltese",
            "Norwegian",
            "Persian",
            "Polish",
            "Portuguese",
            "Romanian",
            "Russian",
            "Serbian",
            "Slovak",
            "Slovenian",
            "Spanish",
            "Swahili",
            "Swedish",
            "Thai",
            "Turkish",
            "Ukrainian",
            "Vietnamese",
            "Welsh",
            "Yiddish"});
            this.langueNameCb.Location = new System.Drawing.Point(0, 141);
            this.langueNameCb.Name = "langueNameCb";
            this.langueNameCb.Size = new System.Drawing.Size(136, 21);
            this.langueNameCb.TabIndex = 31;
            this.langueNameCb.Tag = "false";
            // 
            // label15
            // 
            this.label15.AutoSize = true;
            this.label15.Dock = System.Windows.Forms.DockStyle.Top;
            this.label15.Location = new System.Drawing.Point(0, 121);
            this.label15.Name = "label15";
            this.label15.Padding = new System.Windows.Forms.Padding(0, 5, 0, 2);
            this.label15.Size = new System.Drawing.Size(117, 20);
            this.label15.TabIndex = 30;
            this.label15.Text = "Default App Language:";
            // 
            // IconePathPb
            // 
            this.IconePathPb.BackgroundImage = global::Krea.Properties.Resources.iconkrea;
            this.IconePathPb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
            this.IconePathPb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.IconePathPb.Dock = System.Windows.Forms.DockStyle.Top;
            this.IconePathPb.InitialImage = null;
            this.IconePathPb.Location = new System.Drawing.Point(0, 20);
            this.IconePathPb.Name = "IconePathPb";
            this.IconePathPb.Size = new System.Drawing.Size(136, 101);
            this.IconePathPb.TabIndex = 25;
            this.IconePathPb.TabStop = false;
            this.IconePathPb.Click += new System.EventHandler(this.IconePathPb_Click);
            // 
            // IconeLb
            // 
            this.IconeLb.AutoSize = true;
            this.IconeLb.Dock = System.Windows.Forms.DockStyle.Top;
            this.IconeLb.Location = new System.Drawing.Point(0, 0);
            this.IconeLb.Name = "IconeLb";
            this.IconeLb.Padding = new System.Windows.Forms.Padding(0, 5, 0, 2);
            this.IconeLb.Size = new System.Drawing.Size(53, 20);
            this.IconeLb.TabIndex = 24;
            this.IconeLb.Text = "App Icon:";
            // 
            // tabPage2
            // 
            this.tabPage2.Controls.Add(this.splitContainer3);
            this.tabPage2.Controls.Add(this.label9);
            this.tabPage2.Controls.Add(this.splitContainer4);
            this.tabPage2.Location = new System.Drawing.Point(4, 22);
            this.tabPage2.Name = "tabPage2";
            this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage2.Size = new System.Drawing.Size(463, 308);
            this.tabPage2.TabIndex = 1;
            this.tabPage2.Text = "Content Scaling";
            this.tabPage2.UseVisualStyleBackColor = true;
            // 
            // splitContainer3
            // 
            this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer3.Location = new System.Drawing.Point(3, 160);
            this.splitContainer3.Name = "splitContainer3";
            // 
            // splitContainer3.Panel1
            // 
            this.splitContainer3.Panel1.Controls.Add(this.lbDynamicResizing);
            this.splitContainer3.Panel1.Controls.Add(this.toolStrip4);
            // 
            // splitContainer3.Panel2
            // 
            this.splitContainer3.Panel2.Controls.Add(this.toolStrip3);
            this.splitContainer3.Panel2.Controls.Add(this.tbValueResizing);
            this.splitContainer3.Panel2.Controls.Add(this.label11);
            this.splitContainer3.Panel2.Controls.Add(this.tbSuffixResizing);
            this.splitContainer3.Panel2.Controls.Add(this.label10);
            this.splitContainer3.Size = new System.Drawing.Size(457, 145);
            this.splitContainer3.SplitterDistance = 206;
            this.splitContainer3.SplitterWidth = 10;
            this.splitContainer3.TabIndex = 50;
            // 
            // lbDynamicResizing
            // 
            this.lbDynamicResizing.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lbDynamicResizing.FormattingEnabled = true;
            this.lbDynamicResizing.Location = new System.Drawing.Point(0, 31);
            this.lbDynamicResizing.Name = "lbDynamicResizing";
            this.lbDynamicResizing.Size = new System.Drawing.Size(206, 114);
            this.lbDynamicResizing.TabIndex = 47;
            this.lbDynamicResizing.Tag = "false";
            // 
            // toolStrip4
            // 
            this.toolStrip4.BackColor = System.Drawing.Color.White;
            this.toolStrip4.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.toolStrip4.ImageScalingSize = new System.Drawing.Size(24, 24);
            this.toolStrip4.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.button3});
            this.toolStrip4.Location = new System.Drawing.Point(0, 0);
            this.toolStrip4.Name = "toolStrip4";
            this.toolStrip4.Size = new System.Drawing.Size(206, 31);
            this.toolStrip4.TabIndex = 46;
            // 
            // button3
            // 
            this.button3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.button3.Image = global::Krea.Properties.Resources.removeIcon;
            this.button3.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.button3.Name = "button3";
            this.button3.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.button3.Size = new System.Drawing.Size(28, 28);
            this.button3.Click += new System.EventHandler(this.button3_Click);
            // 
            // toolStrip3
            // 
            this.toolStrip3.BackColor = System.Drawing.Color.White;
            this.toolStrip3.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.toolStrip3.ImageScalingSize = new System.Drawing.Size(24, 24);
            this.toolStrip3.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.button4});
            this.toolStrip3.Location = new System.Drawing.Point(0, 66);
            this.toolStrip3.Name = "toolStrip3";
            this.toolStrip3.Size = new System.Drawing.Size(241, 31);
            this.toolStrip3.TabIndex = 56;
            // 
            // button4
            // 
            this.button4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.button4.Image = global::Krea.Properties.Resources.addItem;
            this.button4.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.button4.Name = "button4";
            this.button4.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.button4.Size = new System.Drawing.Size(28, 28);
            this.button4.Click += new System.EventHandler(this.button4_Click);
            // 
            // tbValueResizing
            // 
            this.tbValueResizing.BackColor = System.Drawing.SystemColors.Info;
            this.tbValueResizing.Dock = System.Windows.Forms.DockStyle.Top;
            this.tbValueResizing.Location = new System.Drawing.Point(0, 46);
            this.tbValueResizing.Name = "tbValueResizing";
            this.tbValueResizing.Size = new System.Drawing.Size(241, 20);
            this.tbValueResizing.TabIndex = 55;
            this.tbValueResizing.Tag = "false";
            // 
            // label11
            // 
            this.label11.AutoSize = true;
            this.label11.Dock = System.Windows.Forms.DockStyle.Top;
            this.label11.Location = new System.Drawing.Point(0, 33);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(40, 13);
            this.label11.TabIndex = 54;
            this.label11.Text = "Value :";
            // 
            // tbSuffixResizing
            // 
            this.tbSuffixResizing.BackColor = System.Drawing.SystemColors.Info;
            this.tbSuffixResizing.Dock = System.Windows.Forms.DockStyle.Top;
            this.tbSuffixResizing.Location = new System.Drawing.Point(0, 13);
            this.tbSuffixResizing.Name = "tbSuffixResizing";
            this.tbSuffixResizing.Size = new System.Drawing.Size(241, 20);
            this.tbSuffixResizing.TabIndex = 53;
            this.tbSuffixResizing.Tag = "false";
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Dock = System.Windows.Forms.DockStyle.Top;
            this.label10.Location = new System.Drawing.Point(0, 0);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(39, 13);
            this.label10.TabIndex = 52;
            this.label10.Text = "Suffix :";
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Dock = System.Windows.Forms.DockStyle.Top;
            this.label9.ForeColor = System.Drawing.Color.Black;
            this.label9.Location = new System.Drawing.Point(3, 137);
            this.label9.Name = "label9";
            this.label9.Padding = new System.Windows.Forms.Padding(0, 10, 0, 0);
            this.label9.Size = new System.Drawing.Size(148, 23);
            this.label9.TabIndex = 49;
            this.label9.Text = "Add Dynamic Content Scaling";
            // 
            // splitContainer4
            // 
            this.splitContainer4.Dock = System.Windows.Forms.DockStyle.Top;
            this.splitContainer4.Location = new System.Drawing.Point(3, 3);
            this.splitContainer4.Name = "splitContainer4";
            // 
            // splitContainer4.Panel1
            // 
            this.splitContainer4.Panel1.Controls.Add(this.cbFPS);
            this.splitContainer4.Panel1.Controls.Add(this.label7);
            this.splitContainer4.Panel1.Controls.Add(this.cbScale);
            this.splitContainer4.Panel1.Controls.Add(this.label4);
            this.splitContainer4.Panel1.Controls.Add(this.cbXAlign);
            this.splitContainer4.Panel1.Controls.Add(this.label6);
            this.splitContainer4.Panel1.Controls.Add(this.screenWidthNumUpDw);
            this.splitContainer4.Panel1.Controls.Add(this.label2);
            // 
            // splitContainer4.Panel2
            // 
            this.splitContainer4.Panel2.Controls.Add(this.cbAntiAliasing);
            this.splitContainer4.Panel2.Controls.Add(this.cbYAlign);
            this.splitContainer4.Panel2.Controls.Add(this.label5);
            this.splitContainer4.Panel2.Controls.Add(this.screenHeightNumUpDw);
            this.splitContainer4.Panel2.Controls.Add(this.label3);
            this.splitContainer4.Size = new System.Drawing.Size(457, 134);
            this.splitContainer4.SplitterDistance = 211;
            this.splitContainer4.TabIndex = 48;
            // 
            // cbFPS
            // 
            this.cbFPS.BackColor = System.Drawing.SystemColors.Info;
            this.cbFPS.Dock = System.Windows.Forms.DockStyle.Top;
            this.cbFPS.ForeColor = System.Drawing.Color.Blue;
            this.cbFPS.Items.AddRange(new object[] {
            "30",
            "60"});
            this.cbFPS.Location = new System.Drawing.Point(0, 114);
            this.cbFPS.Name = "cbFPS";
            this.cbFPS.Size = new System.Drawing.Size(211, 21);
            this.cbFPS.TabIndex = 54;
            this.cbFPS.Tag = "false";
            this.cbFPS.Text = "30";
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Dock = System.Windows.Forms.DockStyle.Top;
            this.label7.Location = new System.Drawing.Point(0, 101);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(95, 13);
            this.label7.TabIndex = 53;
            this.label7.Text = "Frame rate (FPS) : ";
            // 
            // cbScale
            // 
            this.cbScale.BackColor = System.Drawing.SystemColors.Info;
            this.cbScale.Dock = System.Windows.Forms.DockStyle.Top;
            this.cbScale.ForeColor = System.Drawing.Color.Blue;
            this.cbScale.Items.AddRange(new object[] {
            "letterbox",
            "zoomEven",
            "zoomStretch",
            "none"});
            this.cbScale.Location = new System.Drawing.Point(0, 80);
            this.cbScale.Name = "cbScale";
            this.cbScale.Size = new System.Drawing.Size(211, 21);
            this.cbScale.TabIndex = 52;
            this.cbScale.Tag = "false";
            this.cbScale.Text = "letterbox";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Dock = System.Windows.Forms.DockStyle.Top;
            this.label4.Location = new System.Drawing.Point(0, 67);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(40, 13);
            this.label4.TabIndex = 51;
            this.label4.Text = "Scale :";
            // 
            // cbXAlign
            // 
            this.cbXAlign.BackColor = System.Drawing.SystemColors.Info;
            this.cbXAlign.Dock = System.Windows.Forms.DockStyle.Top;
            this.cbXAlign.ForeColor = System.Drawing.Color.Blue;
            this.cbXAlign.Items.AddRange(new object[] {
            "center",
            "left",
            "right"});
            this.cbXAlign.Location = new System.Drawing.Point(0, 46);
            this.cbXAlign.Name = "cbXAlign";
            this.cbXAlign.Size = new System.Drawing.Size(211, 21);
            this.cbXAlign.TabIndex = 50;
            this.cbXAlign.Tag = "false";
            this.cbXAlign.Text = "center";
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Dock = System.Windows.Forms.DockStyle.Top;
            this.label6.Location = new System.Drawing.Point(0, 33);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(44, 13);
            this.label6.TabIndex = 49;
            this.label6.Text = "xAlign : ";
            // 
            // screenWidthNumUpDw
            // 
            this.screenWidthNumUpDw.BackColor = System.Drawing.SystemColors.Info;
            this.screenWidthNumUpDw.Dock = System.Windows.Forms.DockStyle.Top;
            this.screenWidthNumUpDw.ForeColor = System.Drawing.Color.Blue;
            this.screenWidthNumUpDw.Location = new System.Drawing.Point(0, 13);
            this.screenWidthNumUpDw.Maximum = new decimal(new int[] {
            10000,
            0,
            0,
            0});
            this.screenWidthNumUpDw.Name = "screenWidthNumUpDw";
            this.screenWidthNumUpDw.Size = new System.Drawing.Size(211, 20);
            this.screenWidthNumUpDw.TabIndex = 44;
            this.screenWidthNumUpDw.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.screenWidthNumUpDw.Value = new decimal(new int[] {
            320,
            0,
            0,
            0});
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Dock = System.Windows.Forms.DockStyle.Top;
            this.label2.Location = new System.Drawing.Point(0, 0);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(78, 13);
            this.label2.TabIndex = 43;
            this.label2.Text = "Screen Width :";
            // 
            // cbAntiAliasing
            // 
            this.cbAntiAliasing.AutoSize = true;
            this.cbAntiAliasing.CheckAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.cbAntiAliasing.Dock = System.Windows.Forms.DockStyle.Top;
            this.cbAntiAliasing.Location = new System.Drawing.Point(0, 67);
            this.cbAntiAliasing.Name = "cbAntiAliasing";
            this.cbAntiAliasing.Padding = new System.Windows.Forms.Padding(0, 15, 0, 0);
            this.cbAntiAliasing.Size = new System.Drawing.Size(242, 32);
            this.cbAntiAliasing.TabIndex = 51;
            this.cbAntiAliasing.Text = "Add Anti-Aliasing";
            this.cbAntiAliasing.UseVisualStyleBackColor = true;
            // 
            // cbYAlign
            // 
            this.cbYAlign.BackColor = System.Drawing.SystemColors.Info;
            this.cbYAlign.Dock = System.Windows.Forms.DockStyle.Top;
            this.cbYAlign.ForeColor = System.Drawing.Color.Blue;
            this.cbYAlign.Items.AddRange(new object[] {
            "center",
            "top",
            "bottom"});
            this.cbYAlign.Location = new System.Drawing.Point(0, 46);
            this.cbYAlign.Name = "cbYAlign";
            this.cbYAlign.Size = new System.Drawing.Size(242, 21);
            this.cbYAlign.TabIndex = 50;
            this.cbYAlign.Tag = "false";
            this.cbYAlign.Text = "center";
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Dock = System.Windows.Forms.DockStyle.Top;
            this.label5.Location = new System.Drawing.Point(0, 33);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(44, 13);
            this.label5.TabIndex = 49;
            this.label5.Text = "yAlign : ";
            // 
            // screenHeightNumUpDw
            // 
            this.screenHeightNumUpDw.BackColor = System.Drawing.SystemColors.Info;
            this.screenHeightNumUpDw.Dock = System.Windows.Forms.DockStyle.Top;
            this.screenHeightNumUpDw.ForeColor = System.Drawing.Color.Blue;
            this.screenHeightNumUpDw.Location = new System.Drawing.Point(0, 13);
            this.screenHeightNumUpDw.Maximum = new decimal(new int[] {
            10000,
            0,
            0,
            0});
            this.screenHeightNumUpDw.Name = "screenHeightNumUpDw";
            this.screenHeightNumUpDw.Size = new System.Drawing.Size(242, 20);
            this.screenHeightNumUpDw.TabIndex = 44;
            this.screenHeightNumUpDw.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.screenHeightNumUpDw.Value = new decimal(new int[] {
            480,
            0,
            0,
            0});
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Dock = System.Windows.Forms.DockStyle.Top;
            this.label3.Location = new System.Drawing.Point(0, 0);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(78, 13);
            this.label3.TabIndex = 43;
            this.label3.Text = "Screen Height:";
            // 
            // tabPage3
            // 
            this.tabPage3.Controls.Add(this.lbListPermissionAndroid);
            this.tabPage3.Controls.Add(this.toolStrip2);
            this.tabPage3.Controls.Add(this.label1);
            this.tabPage3.Controls.Add(this.cbPermissionAndroid);
            this.tabPage3.Controls.Add(this.label13);
            this.tabPage3.Controls.Add(this.tbVersionCodeAndroid);
            this.tabPage3.Controls.Add(this.label12);
            this.tabPage3.Location = new System.Drawing.Point(4, 22);
            this.tabPage3.Name = "tabPage3";
            this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage3.Size = new System.Drawing.Size(463, 308);
            this.tabPage3.TabIndex = 2;
            this.tabPage3.Text = "Android Permissions";
            this.tabPage3.UseVisualStyleBackColor = true;
            // 
            // lbListPermissionAndroid
            // 
            this.lbListPermissionAndroid.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lbListPermissionAndroid.FormattingEnabled = true;
            this.lbListPermissionAndroid.Location = new System.Drawing.Point(3, 135);
            this.lbListPermissionAndroid.Name = "lbListPermissionAndroid";
            this.lbListPermissionAndroid.Size = new System.Drawing.Size(457, 170);
            this.lbListPermissionAndroid.TabIndex = 24;
            this.lbListPermissionAndroid.Tag = "false";
            // 
            // toolStrip2
            // 
            this.toolStrip2.BackColor = System.Drawing.Color.White;
            this.toolStrip2.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.toolStrip2.ImageScalingSize = new System.Drawing.Size(24, 24);
            this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.btAddPermissionAndroid,
            this.btRemovePermissionAndroid});
            this.toolStrip2.Location = new System.Drawing.Point(3, 104);
            this.toolStrip2.Name = "toolStrip2";
            this.toolStrip2.Size = new System.Drawing.Size(457, 31);
            this.toolStrip2.TabIndex = 23;
            // 
            // btAddPermissionAndroid
            // 
            this.btAddPermissionAndroid.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.btAddPermissionAndroid.Image = global::Krea.Properties.Resources.addItem;
            this.btAddPermissionAndroid.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btAddPermissionAndroid.Name = "btAddPermissionAndroid";
            this.btAddPermissionAndroid.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.btAddPermissionAndroid.Size = new System.Drawing.Size(28, 28);
            this.btAddPermissionAndroid.Click += new System.EventHandler(this.btAddPermissionAndroid_Click);
            // 
            // btRemovePermissionAndroid
            // 
            this.btRemovePermissionAndroid.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.btRemovePermissionAndroid.Image = global::Krea.Properties.Resources.removeIcon;
            this.btRemovePermissionAndroid.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btRemovePermissionAndroid.Name = "btRemovePermissionAndroid";
            this.btRemovePermissionAndroid.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.btRemovePermissionAndroid.Size = new System.Drawing.Size(28, 28);
            this.btRemovePermissionAndroid.Click += new System.EventHandler(this.btRemovePermissionAndroid_Click);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Dock = System.Windows.Forms.DockStyle.Top;
            this.label1.Location = new System.Drawing.Point(3, 84);
            this.label1.Name = "label1";
            this.label1.Padding = new System.Windows.Forms.Padding(0, 5, 0, 2);
            this.label1.Size = new System.Drawing.Size(121, 20);
            this.label1.TabIndex = 8;
            this.label1.Text = "List of permissions used:";
            // 
            // cbPermissionAndroid
            // 
            this.cbPermissionAndroid.BackColor = System.Drawing.SystemColors.Info;
            this.cbPermissionAndroid.Dock = System.Windows.Forms.DockStyle.Top;
            this.cbPermissionAndroid.FormattingEnabled = true;
            this.cbPermissionAndroid.Items.AddRange(new object[] {
            "android.permission.ACCESS_COARSE_LOCATION",
            "android.permission.ACCESS_FINE_LOCATION",
            "android.permission.ACCESS_LOCATION_EXTRA_COMMANDS",
            "android.permission.ACCESS_MOCK_LOCATION",
            "android.permission.ACCESS_NETWORK_STATE",
            "android.permission.ACCESS_SURFACE_FLINGER",
            "android.permission.ACCESS_WIFI_STATE",
            "android.permission.ADD_SYSTEM_SERVICE",
            "android.permission.BATTERY_STATS",
            "android.permission.BLUETOOTH",
            "android.permission.BLUETOOTH_ADMIN",
            "android.permission.BRICK",
            "android.permission.BROADCAST_PACKAGE_REMOVED",
            "android.permission.BROADCAST_STICKY",
            "android.permission.CALL_PHONE",
            "android.permission.CALL_PRIVILEGED",
            "android.permission.CAMERA",
            "android.permission.CHANGE_COMPONENT_ENABLED_STATE",
            "android.permission.CHANGE_CONFIGURATION",
            "android.permission.CHANGE_NETWORK_STATE",
            "android.permission.CHANGE_WIFI_STATE",
            "android.permission.CLEAR_APP_CACHE",
            "android.permission.CLEAR_APP_USER_DATA",
            "android.permission.DELETE_CACHE_FILES",
            "android.permission.DELETE_PACKAGES",
            "android.permission.DEVICE_POWER",
            "android.permission.DISABLE_KEYGUARD",
            "android.permission.DUMP",
            "android.permission.EXPAND_STATUS_BAR",
            "android.permission.FACTORY_TEST",
            "android.permission.FLASHLIGHT",
            "android.permission.FORCE_BACK",
            "android.permission.FOTA_UPDATE",
            "android.permission.GET_ACCOUNTS",
            "android.permission.GET_PACKAGE_SIZE",
            "android.permission.GET_TASKS",
            "android.permission.HARDWARE_TEST",
            "android.permission.INJECT_EVENTS",
            "android.permission.INSTALL_PACKAGES",
            "android.permission.INTERNAL_SYSTEM_WINDOW",
            "android.permission.INTERNET",
            "android.permission.MANAGE_APP_TOKENS",
            "android.permission.MASTER_CLEAR",
            "android.permission.MODIFY_AUDIO_SETTINGS",
            "android.permission.MODIFY_PHONE_STATE",
            "android.permission.MOUNT_UNMOUNT_FILESYSTEMS",
            "android.permission.PERSISTENT_ACTIVITY",
            "android.permission.PROCESS_OUTGOING_CALLS",
            "android.permission.READ_CALENDAR",
            "android.permission.READ_CONTACTS",
            "android.permission.READ_FRAME_BUFFER",
            "android.permission.READ_INPUT_STATE",
            "android.permission.READ_LOGS",
            "android.permission.READ_OWNER_DATA",
            "android.permission.READ_PHONE_STATE",
            "android.permission.READ_SMS",
            "android.permission.READ_SYNC_SETTINGS",
            "android.permission.READ_SYNC_STATS",
            "android.permission.RECEIVE_BOOT_COMPLETED",
            "android.permission.RECEIVE_MMS",
            "android.permission.RECEIVE_SMS",
            "android.permission.RECEIVE_WAP_PUSH",
            "android.permission.RECORD_AUDIO",
            "android.permission.REORDER_TASKS",
            "android.permission.RESTART_PACKAGES",
            "android.permission.SEND_SMS",
            "android.permission.SET_ACTIVITY_WATCHER",
            "android.permission.SET_ALWAYS_FINISH",
            "android.permission.SET_ANIMATION_SCALE",
            "android.permission.SET_DEBUG_APP",
            "android.permission.SET_ORIENTATION",
            "android.permission.SET_PREFERRED_APPLICATIONS",
            "android.permission.SET_PROCESS_FOREGROUND",
            "android.permission.SET_PROCESS_LIMIT",
            "android.permission.SET_TIME_ZONE",
            "android.permission.SET_WALLPAPER",
            "android.permission.SET_WALLPAPER_HINTS",
            "android.permission.SIGNAL_PERSISTENT_PROCESSES",
            "android.permission.STATUS_BAR",
            "android.permission.SYSTEM_ALERT_WINDOW",
            "android.permission.VIBRATE",
            "android.permission.WAKE_LOCK",
            "android.permission.WRITE_CALENDAR",
            "android.permission.WRITE_CONTACTS",
            "android.permission.WRITE_OWNER_DATA",
            "android.permission.WRITE_SETTINGS",
            "android.permission.WRITE_SMS",
            "android.permission.WRITE_SYNC_SETTINGS",
            "com.android.vending.BILLING"});
            this.cbPermissionAndroid.Location = new System.Drawing.Point(3, 63);
            this.cbPermissionAndroid.Name = "cbPermissionAndroid";
            this.cbPermissionAndroid.Size = new System.Drawing.Size(457, 21);
            this.cbPermissionAndroid.TabIndex = 7;
            this.cbPermissionAndroid.Tag = "false";
            this.cbPermissionAndroid.Text = "android.permission.INTERNET";
            // 
            // label13
            // 
            this.label13.AutoSize = true;
            this.label13.Dock = System.Windows.Forms.DockStyle.Top;
            this.label13.Location = new System.Drawing.Point(3, 43);
            this.label13.Name = "label13";
            this.label13.Padding = new System.Windows.Forms.Padding(0, 5, 0, 2);
            this.label13.Size = new System.Drawing.Size(117, 20);
            this.label13.TabIndex = 6;
            this.label13.Text = "New permission to add:";
            // 
            // tbVersionCodeAndroid
            // 
            this.tbVersionCodeAndroid.BackColor = System.Drawing.SystemColors.Info;
            this.tbVersionCodeAndroid.Dock = System.Windows.Forms.DockStyle.Top;
            this.tbVersionCodeAndroid.Location = new System.Drawing.Point(3, 23);
            this.tbVersionCodeAndroid.Name = "tbVersionCodeAndroid";
            this.tbVersionCodeAndroid.Size = new System.Drawing.Size(457, 20);
            this.tbVersionCodeAndroid.TabIndex = 5;
            this.tbVersionCodeAndroid.Tag = "false";
            // 
            // label12
            // 
            this.label12.AutoSize = true;
            this.label12.Dock = System.Windows.Forms.DockStyle.Top;
            this.label12.Location = new System.Drawing.Point(3, 3);
            this.label12.Name = "label12";
            this.label12.Padding = new System.Windows.Forms.Padding(0, 5, 0, 2);
            this.label12.Size = new System.Drawing.Size(115, 20);
            this.label12.TabIndex = 4;
            this.label12.Text = "Android Version Code :";
            // 
            // tabPage4
            // 
            this.tabPage4.Controls.Add(this.tbCustomCoronaBuildName);
            this.tabPage4.Controls.Add(this.label14);
            this.tabPage4.Location = new System.Drawing.Point(4, 22);
            this.tabPage4.Name = "tabPage4";
            this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage4.Size = new System.Drawing.Size(463, 308);
            this.tabPage4.TabIndex = 3;
            this.tabPage4.Text = "Other";
            this.tabPage4.UseVisualStyleBackColor = true;
            // 
            // tbCustomCoronaBuildName
            // 
            this.tbCustomCoronaBuildName.BackColor = System.Drawing.SystemColors.Info;
            this.tbCustomCoronaBuildName.Dock = System.Windows.Forms.DockStyle.Top;
            this.tbCustomCoronaBuildName.Location = new System.Drawing.Point(3, 16);
            this.tbCustomCoronaBuildName.Name = "tbCustomCoronaBuildName";
            this.tbCustomCoronaBuildName.Size = new System.Drawing.Size(457, 20);
            this.tbCustomCoronaBuildName.TabIndex = 22;
            this.tbCustomCoronaBuildName.Tag = "false";
            // 
            // label14
            // 
            this.label14.AutoSize = true;
            this.label14.Dock = System.Windows.Forms.DockStyle.Top;
            this.label14.Location = new System.Drawing.Point(3, 3);
            this.label14.Name = "label14";
            this.label14.Size = new System.Drawing.Size(105, 13);
            this.label14.TabIndex = 21;
            this.label14.Text = "Custom Build Name :";
            // 
            // appConfigFilePage
            // 
            this.appConfigFilePage.Controls.Add(this.appConfigFieldsTreeView);
            this.appConfigFilePage.Controls.Add(this.toolStrip7);
            this.appConfigFilePage.Controls.Add(this.appConfigToolStrip);
            this.appConfigFilePage.Location = new System.Drawing.Point(4, 22);
            this.appConfigFilePage.Name = "appConfigFilePage";
            this.appConfigFilePage.Padding = new System.Windows.Forms.Padding(3);
            this.appConfigFilePage.Size = new System.Drawing.Size(463, 308);
            this.appConfigFilePage.TabIndex = 4;
            this.appConfigFilePage.Text = "Config.lua";
            this.appConfigFilePage.UseVisualStyleBackColor = true;
            // 
            // appConfigFieldsTreeView
            // 
            this.appConfigFieldsTreeView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.fieldHeader,
            this.typeHeader,
            this.valueHeader});
            treeListViewItemCollectionComparer2.Column = 0;
            treeListViewItemCollectionComparer2.SortOrder = System.Windows.Forms.SortOrder.None;
            this.appConfigFieldsTreeView.Comparer = treeListViewItemCollectionComparer2;
            this.appConfigFieldsTreeView.Dock = System.Windows.Forms.DockStyle.Fill;
            this.appConfigFieldsTreeView.GridLines = true;
            this.appConfigFieldsTreeView.HideSelection = false;
            this.appConfigFieldsTreeView.Location = new System.Drawing.Point(3, 34);
            this.appConfigFieldsTreeView.MultiSelect = false;
            this.appConfigFieldsTreeView.Name = "appConfigFieldsTreeView";
            this.appConfigFieldsTreeView.Size = new System.Drawing.Size(457, 240);
            this.appConfigFieldsTreeView.SmallImageList = this.typesImageList;
            this.appConfigFieldsTreeView.Sorting = System.Windows.Forms.SortOrder.None;
            this.appConfigFieldsTreeView.TabIndex = 30;
            this.appConfigFieldsTreeView.UseCompatibleStateImageBehavior = false;
            this.appConfigFieldsTreeView.SelectedIndexChanged += new System.EventHandler(this.appConfigFieldsTreeView_SelectedIndexChanged);
            // 
            // fieldHeader
            // 
            this.fieldHeader.Text = "Field";
            this.fieldHeader.Width = 196;
            // 
            // typeHeader
            // 
            this.typeHeader.Text = "Type";
            this.typeHeader.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.typeHeader.Width = 94;
            // 
            // valueHeader
            // 
            this.valueHeader.Text = "Value";
            this.valueHeader.Width = 229;
            // 
            // typesImageList
            // 
            this.typesImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("typesImageList.ImageStream")));
            this.typesImageList.TransparentColor = System.Drawing.Color.Transparent;
            this.typesImageList.Images.SetKeyName(0, "pubclass.png");
            this.typesImageList.Images.SetKeyName(1, "pubfield.png");
            // 
            // toolStrip7
            // 
            this.toolStrip7.BackColor = System.Drawing.Color.White;
            this.toolStrip7.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.toolStrip7.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.toolStrip7.ImageScalingSize = new System.Drawing.Size(24, 24);
            this.toolStrip7.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripLabel3,
            this.editConfigFieldNameTxtBx,
            this.toolStripSeparator4,
            this.editConfigFieldValueTxtBx,
            this.saveConfigFieldItemEditionBt});
            this.toolStrip7.Location = new System.Drawing.Point(3, 274);
            this.toolStrip7.Name = "toolStrip7";
            this.toolStrip7.Size = new System.Drawing.Size(457, 31);
            this.toolStrip7.TabIndex = 29;
            // 
            // toolStripLabel3
            // 
            this.toolStripLabel3.Name = "toolStripLabel3";
            this.toolStripLabel3.Size = new System.Drawing.Size(77, 28);
            this.toolStripLabel3.Text = "Edit Selected:";
            // 
            // editConfigFieldNameTxtBx
            // 
            this.editConfigFieldNameTxtBx.BackColor = System.Drawing.SystemColors.Info;
            this.editConfigFieldNameTxtBx.Name = "editConfigFieldNameTxtBx";
            this.editConfigFieldNameTxtBx.Size = new System.Drawing.Size(100, 31);
            this.editConfigFieldNameTxtBx.Text = "FieldName";
            this.editConfigFieldNameTxtBx.ToolTipText = "Type the name of your new field";
            // 
            // toolStripSeparator4
            // 
            this.toolStripSeparator4.Name = "toolStripSeparator4";
            this.toolStripSeparator4.Size = new System.Drawing.Size(6, 31);
            // 
            // editConfigFieldValueTxtBx
            // 
            this.editConfigFieldValueTxtBx.BackColor = System.Drawing.SystemColors.Info;
            this.editConfigFieldValueTxtBx.Name = "editConfigFieldValueTxtBx";
            this.editConfigFieldValueTxtBx.Size = new System.Drawing.Size(100, 31);
            this.editConfigFieldValueTxtBx.Text = "Value";
            this.editConfigFieldValueTxtBx.ToolTipText = "Type the value of your field here";
            // 
            // saveConfigFieldItemEditionBt
            // 
            this.saveConfigFieldItemEditionBt.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.saveConfigFieldItemEditionBt.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.saveConfigFieldItemEditionBt.Image = global::Krea.Properties.Resources.saveIcon;
            this.saveConfigFieldItemEditionBt.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.saveConfigFieldItemEditionBt.Name = "saveConfigFieldItemEditionBt";
            this.saveConfigFieldItemEditionBt.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.saveConfigFieldItemEditionBt.Size = new System.Drawing.Size(28, 28);
            this.saveConfigFieldItemEditionBt.Text = "Add new field";
            this.saveConfigFieldItemEditionBt.ToolTipText = "Add the new field (If a table field is selected, the new field will be a child of" +
    " it)";
            this.saveConfigFieldItemEditionBt.Click += new System.EventHandler(this.saveConfigFieldItemEditionBt_Click);
            // 
            // appConfigToolStrip
            // 
            this.appConfigToolStrip.BackColor = System.Drawing.Color.White;
            this.appConfigToolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.appConfigToolStrip.ImageScalingSize = new System.Drawing.Size(24, 24);
            this.appConfigToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripLabel1,
            this.fieldNameTxtBx,
            this.fieldTypeCmbBx,
            this.fieldValueTxtBx,
            this.removeFieldBt,
            this.toolStripSeparator1,
            this.addFieldBt});
            this.appConfigToolStrip.Location = new System.Drawing.Point(3, 3);
            this.appConfigToolStrip.Name = "appConfigToolStrip";
            this.appConfigToolStrip.Size = new System.Drawing.Size(457, 31);
            this.appConfigToolStrip.TabIndex = 26;
            // 
            // toolStripLabel1
            // 
            this.toolStripLabel1.Name = "toolStripLabel1";
            this.toolStripLabel1.Size = new System.Drawing.Size(34, 28);
            this.toolStripLabel1.Text = "New:";
            // 
            // fieldNameTxtBx
            // 
            this.fieldNameTxtBx.BackColor = System.Drawing.SystemColors.Info;
            this.fieldNameTxtBx.Name = "fieldNameTxtBx";
            this.fieldNameTxtBx.Size = new System.Drawing.Size(100, 31);
            this.fieldNameTxtBx.Text = "FieldName";
            this.fieldNameTxtBx.ToolTipText = "Type the name of your new field";
            // 
            // fieldTypeCmbBx
            // 
            this.fieldTypeCmbBx.BackColor = System.Drawing.SystemColors.Info;
            this.fieldTypeCmbBx.Items.AddRange(new object[] {
            "Type",
            "Table",
            "Number",
            "String",
            "Boolean"});
            this.fieldTypeCmbBx.Name = "fieldTypeCmbBx";
            this.fieldTypeCmbBx.Size = new System.Drawing.Size(121, 31);
            this.fieldTypeCmbBx.Text = "Type";
            this.fieldTypeCmbBx.ToolTipText = "Select the type of the new field";
            this.fieldTypeCmbBx.SelectedIndexChanged += new System.EventHandler(this.fieldTypeCmbBx_SelectedIndexChanged);
            this.fieldTypeCmbBx.TextChanged += new System.EventHandler(this.fieldTypeCmbBx_SelectedIndexChanged);
            // 
            // fieldValueTxtBx
            // 
            this.fieldValueTxtBx.BackColor = System.Drawing.SystemColors.Info;
            this.fieldValueTxtBx.Name = "fieldValueTxtBx";
            this.fieldValueTxtBx.Size = new System.Drawing.Size(100, 31);
            this.fieldValueTxtBx.Text = "Value";
            this.fieldValueTxtBx.ToolTipText = "Type the value of your field here";
            // 
            // removeFieldBt
            // 
            this.removeFieldBt.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.removeFieldBt.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.removeFieldBt.Image = global::Krea.Properties.Resources.removeIcon;
            this.removeFieldBt.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.removeFieldBt.Name = "removeFieldBt";
            this.removeFieldBt.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.removeFieldBt.Size = new System.Drawing.Size(28, 28);
            this.removeFieldBt.Text = "Remove selected field";
            this.removeFieldBt.Click += new System.EventHandler(this.removeFieldBt_Click);
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(6, 31);
            // 
            // addFieldBt
            // 
            this.addFieldBt.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.addFieldBt.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.addFieldBt.Image = global::Krea.Properties.Resources.addItem;
            this.addFieldBt.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.addFieldBt.Name = "addFieldBt";
            this.addFieldBt.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.addFieldBt.Size = new System.Drawing.Size(28, 28);
            this.addFieldBt.Text = "Add new field";
            this.addFieldBt.ToolTipText = "Add the new field (If a table field is selected, the new field will be a child of" +
    " it)";
            this.addFieldBt.Click += new System.EventHandler(this.addFieldBt_Click);
            // 
            // buildSettingsPage
            // 
            this.buildSettingsPage.Controls.Add(this.buildSettingsTreeListView);
            this.buildSettingsPage.Controls.Add(this.toolStrip8);
            this.buildSettingsPage.Controls.Add(this.toolStrip5);
            this.buildSettingsPage.Location = new System.Drawing.Point(4, 22);
            this.buildSettingsPage.Name = "buildSettingsPage";
            this.buildSettingsPage.Padding = new System.Windows.Forms.Padding(3);
            this.buildSettingsPage.Size = new System.Drawing.Size(463, 308);
            this.buildSettingsPage.TabIndex = 5;
            this.buildSettingsPage.Text = "Build.settings";
            this.buildSettingsPage.UseVisualStyleBackColor = true;
            // 
            // buildSettingsTreeListView
            // 
            this.buildSettingsTreeListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader1,
            this.columnHeader2,
            this.columnHeader3});
            treeListViewItemCollectionComparer3.Column = 0;
            treeListViewItemCollectionComparer3.SortOrder = System.Windows.Forms.SortOrder.None;
            this.buildSettingsTreeListView.Comparer = treeListViewItemCollectionComparer3;
            this.buildSettingsTreeListView.Dock = System.Windows.Forms.DockStyle.Fill;
            this.buildSettingsTreeListView.GridLines = true;
            this.buildSettingsTreeListView.HideSelection = false;
            this.buildSettingsTreeListView.Location = new System.Drawing.Point(3, 34);
            this.buildSettingsTreeListView.MultiSelect = false;
            this.buildSettingsTreeListView.Name = "buildSettingsTreeListView";
            this.buildSettingsTreeListView.Size = new System.Drawing.Size(457, 240);
            this.buildSettingsTreeListView.SmallImageList = this.typesImageList;
            this.buildSettingsTreeListView.Sorting = System.Windows.Forms.SortOrder.None;
            this.buildSettingsTreeListView.TabIndex = 31;
            this.buildSettingsTreeListView.UseCompatibleStateImageBehavior = false;
            this.buildSettingsTreeListView.SelectedIndexChanged += new System.EventHandler(this.buildSettingsTreeListView_SelectedIndexChanged);
            // 
            // columnHeader1
            // 
            this.columnHeader1.Text = "Field";
            this.columnHeader1.Width = 175;
            // 
            // columnHeader2
            // 
            this.columnHeader2.Text = "Type";
            this.columnHeader2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.columnHeader2.Width = 94;
            // 
            // columnHeader3
            // 
            this.columnHeader3.Text = "Value";
            this.columnHeader3.Width = 229;
            // 
            // toolStrip8
            // 
            this.toolStrip8.BackColor = System.Drawing.Color.White;
            this.toolStrip8.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.toolStrip8.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.toolStrip8.ImageScalingSize = new System.Drawing.Size(24, 24);
            this.toolStrip8.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripLabel4,
            this.editBuildFieldNameTxtBx,
            this.toolStripSeparator3,
            this.editBuildFieldValueTxtBx,
            this.editBuildFieldSaveBt});
            this.toolStrip8.Location = new System.Drawing.Point(3, 274);
            this.toolStrip8.Name = "toolStrip8";
            this.toolStrip8.Size = new System.Drawing.Size(457, 31);
            this.toolStrip8.TabIndex = 30;
            // 
            // toolStripLabel4
            // 
            this.toolStripLabel4.Name = "toolStripLabel4";
            this.toolStripLabel4.Size = new System.Drawing.Size(77, 28);
            this.toolStripLabel4.Text = "Edit Selected:";
            // 
            // editBuildFieldNameTxtBx
            // 
            this.editBuildFieldNameTxtBx.BackColor = System.Drawing.SystemColors.Info;
            this.editBuildFieldNameTxtBx.Name = "editBuildFieldNameTxtBx";
            this.editBuildFieldNameTxtBx.Size = new System.Drawing.Size(100, 31);
            this.editBuildFieldNameTxtBx.Text = "FieldName";
            this.editBuildFieldNameTxtBx.ToolTipText = "Type the name of your new field";
            // 
            // toolStripSeparator3
            // 
            this.toolStripSeparator3.Name = "toolStripSeparator3";
            this.toolStripSeparator3.Size = new System.Drawing.Size(6, 31);
            // 
            // editBuildFieldValueTxtBx
            // 
            this.editBuildFieldValueTxtBx.BackColor = System.Drawing.SystemColors.Info;
            this.editBuildFieldValueTxtBx.Name = "editBuildFieldValueTxtBx";
            this.editBuildFieldValueTxtBx.Size = new System.Drawing.Size(100, 31);
            this.editBuildFieldValueTxtBx.Text = "Value";
            this.editBuildFieldValueTxtBx.ToolTipText = "Type the value of your field here";
            // 
            // editBuildFieldSaveBt
            // 
            this.editBuildFieldSaveBt.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.editBuildFieldSaveBt.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.editBuildFieldSaveBt.Image = global::Krea.Properties.Resources.saveIcon;
            this.editBuildFieldSaveBt.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.editBuildFieldSaveBt.Name = "editBuildFieldSaveBt";
            this.editBuildFieldSaveBt.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.editBuildFieldSaveBt.Size = new System.Drawing.Size(28, 28);
            this.editBuildFieldSaveBt.Text = "Add new field";
            this.editBuildFieldSaveBt.ToolTipText = "Add the new field (If a table field is selected, the new field will be a child of" +
    " it)";
            this.editBuildFieldSaveBt.Click += new System.EventHandler(this.editBuildFieldSaveBt_Click);
            // 
            // toolStrip5
            // 
            this.toolStrip5.BackColor = System.Drawing.Color.White;
            this.toolStrip5.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.toolStrip5.ImageScalingSize = new System.Drawing.Size(24, 24);
            this.toolStrip5.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripLabel2,
            this.buildFieldNameTxtBx,
            this.buildFieldTypeCmbBx,
            this.buildFieldValueTxtBx,
            this.removeBuildFieldBt,
            this.toolStripSeparator2,
            this.addBuildFieldBt});
            this.toolStrip5.Location = new System.Drawing.Point(3, 3);
            this.toolStrip5.Name = "toolStrip5";
            this.toolStrip5.Size = new System.Drawing.Size(457, 31);
            this.toolStrip5.TabIndex = 28;
            // 
            // toolStripLabel2
            // 
            this.toolStripLabel2.Name = "toolStripLabel2";
            this.toolStripLabel2.Size = new System.Drawing.Size(34, 28);
            this.toolStripLabel2.Text = "New:";
            // 
            // buildFieldNameTxtBx
            // 
            this.buildFieldNameTxtBx.BackColor = System.Drawing.SystemColors.Info;
            this.buildFieldNameTxtBx.Name = "buildFieldNameTxtBx";
            this.buildFieldNameTxtBx.Size = new System.Drawing.Size(100, 31);
            this.buildFieldNameTxtBx.Text = "FieldName";
            this.buildFieldNameTxtBx.ToolTipText = "Type the name of your new field";
            // 
            // buildFieldTypeCmbBx
            // 
            this.buildFieldTypeCmbBx.BackColor = System.Drawing.SystemColors.Info;
            this.buildFieldTypeCmbBx.Items.AddRange(new object[] {
            "Type",
            "Table",
            "Number",
            "String",
            "Boolean"});
            this.buildFieldTypeCmbBx.Name = "buildFieldTypeCmbBx";
            this.buildFieldTypeCmbBx.Size = new System.Drawing.Size(121, 31);
            this.buildFieldTypeCmbBx.Text = "Type";
            this.buildFieldTypeCmbBx.ToolTipText = "Select the type of the new field";
            this.buildFieldTypeCmbBx.SelectedIndexChanged += new System.EventHandler(this.buildFieldTypeCmbBx_SelectedIndexChanged);
            this.buildFieldTypeCmbBx.TextChanged += new System.EventHandler(this.buildFieldTypeCmbBx_SelectedIndexChanged);
            // 
            // buildFieldValueTxtBx
            // 
            this.buildFieldValueTxtBx.BackColor = System.Drawing.SystemColors.Info;
            this.buildFieldValueTxtBx.Name = "buildFieldValueTxtBx";
            this.buildFieldValueTxtBx.Size = new System.Drawing.Size(100, 31);
            this.buildFieldValueTxtBx.Text = "Value";
            this.buildFieldValueTxtBx.ToolTipText = "Type the value of your field here";
            // 
            // removeBuildFieldBt
            // 
            this.removeBuildFieldBt.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.removeBuildFieldBt.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.removeBuildFieldBt.Image = global::Krea.Properties.Resources.removeIcon;
            this.removeBuildFieldBt.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.removeBuildFieldBt.Name = "removeBuildFieldBt";
            this.removeBuildFieldBt.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.removeBuildFieldBt.Size = new System.Drawing.Size(28, 28);
            this.removeBuildFieldBt.Text = "Remove selected field";
            this.removeBuildFieldBt.Click += new System.EventHandler(this.removeBuildFieldBt_Click);
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(6, 31);
            // 
            // addBuildFieldBt
            // 
            this.addBuildFieldBt.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.addBuildFieldBt.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.addBuildFieldBt.Image = global::Krea.Properties.Resources.addItem;
            this.addBuildFieldBt.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.addBuildFieldBt.Name = "addBuildFieldBt";
            this.addBuildFieldBt.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.addBuildFieldBt.Size = new System.Drawing.Size(28, 28);
            this.addBuildFieldBt.Text = "Add new field";
            this.addBuildFieldBt.ToolTipText = "Add the new field (If a table field is selected, the new field will be a child of" +
    " it)";
            this.addBuildFieldBt.Click += new System.EventHandler(this.addBuildFieldBt_Click);
            // 
            // ProjectSettings
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.Transparent;
            this.Controls.Add(this.tabControl1);
            this.Controls.Add(this.toolStrip6);
            this.Name = "ProjectSettings";
            this.Size = new System.Drawing.Size(471, 365);
            this.toolStrip6.ResumeLayout(false);
            this.toolStrip6.PerformLayout();
            this.tabControl1.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel2.ResumeLayout(false);
            this.splitContainer1.Panel2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
            this.splitContainer1.ResumeLayout(false);
            this.splitContainer2.Panel1.ResumeLayout(false);
            this.splitContainer2.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
            this.splitContainer2.ResumeLayout(false);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.toolStrip1.ResumeLayout(false);
            this.toolStrip1.PerformLayout();
            this.groupBox3.ResumeLayout(false);
            this.groupBox3.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.IconePathPb)).EndInit();
            this.tabPage2.ResumeLayout(false);
            this.tabPage2.PerformLayout();
            this.splitContainer3.Panel1.ResumeLayout(false);
            this.splitContainer3.Panel1.PerformLayout();
            this.splitContainer3.Panel2.ResumeLayout(false);
            this.splitContainer3.Panel2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit();
            this.splitContainer3.ResumeLayout(false);
            this.toolStrip4.ResumeLayout(false);
            this.toolStrip4.PerformLayout();
            this.toolStrip3.ResumeLayout(false);
            this.toolStrip3.PerformLayout();
            this.splitContainer4.Panel1.ResumeLayout(false);
            this.splitContainer4.Panel1.PerformLayout();
            this.splitContainer4.Panel2.ResumeLayout(false);
            this.splitContainer4.Panel2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer4)).EndInit();
            this.splitContainer4.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.screenWidthNumUpDw)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.screenHeightNumUpDw)).EndInit();
            this.tabPage3.ResumeLayout(false);
            this.tabPage3.PerformLayout();
            this.toolStrip2.ResumeLayout(false);
            this.toolStrip2.PerformLayout();
            this.tabPage4.ResumeLayout(false);
            this.tabPage4.PerformLayout();
            this.appConfigFilePage.ResumeLayout(false);
            this.appConfigFilePage.PerformLayout();
            this.toolStrip7.ResumeLayout(false);
            this.toolStrip7.PerformLayout();
            this.appConfigToolStrip.ResumeLayout(false);
            this.appConfigToolStrip.PerformLayout();
            this.buildSettingsPage.ResumeLayout(false);
            this.buildSettingsPage.PerformLayout();
            this.toolStrip8.ResumeLayout(false);
            this.toolStrip8.PerformLayout();
            this.toolStrip5.ResumeLayout(false);
            this.toolStrip5.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Beispiel #5
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMessageMain));
     System.Windows.Forms.TreeListViewItemCollection.TreeListViewItemCollectionComparer treeListViewItemCollectionComparer1 = new System.Windows.Forms.TreeListViewItemCollection.TreeListViewItemCollectionComparer();
     this.groupBox2       = new System.Windows.Forms.GroupBox();
     this.richTextBox1    = new System.Windows.Forms.RichTextBox();
     this.dgveventlog     = new Trasen.Controls.DataGridView();
     this.择               = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.id              = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.COL_PY_CODE     = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.category        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.bizid           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ts              = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.message         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.finish_date     = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.returndesc      = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.splitter2       = new System.Windows.Forms.Splitter();
     this.groupBox1       = new System.Windows.Forms.GroupBox();
     this.butCancel       = new System.Windows.Forms.Button();
     this.butexe_2        = new System.Windows.Forms.Button();
     this.txtevent        = new System.Windows.Forms.TextBox();
     this.label5          = new System.Windows.Forms.Label();
     this.butunall        = new System.Windows.Forms.Button();
     this.butall          = new System.Windows.Forms.Button();
     this.butexec         = new System.Windows.Forms.Button();
     this.butsend         = new System.Windows.Forms.Button();
     this.txtbizid        = new System.Windows.Forms.TextBox();
     this.label4          = new System.Windows.Forms.Label();
     this.butquit         = new System.Windows.Forms.Button();
     this.butview         = new System.Windows.Forms.Button();
     this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
     this.label3          = new System.Windows.Forms.Label();
     this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
     this.label2          = new System.Windows.Forms.Label();
     this.radioButton1    = new System.Windows.Forms.RadioButton();
     this.radioButton2    = new System.Windows.Forms.RadioButton();
     this.消息事件            = new System.Windows.Forms.ColumnHeader();
     this.splitter1       = new System.Windows.Forms.Splitter();
     this.treeListView1   = new System.Windows.Forms.TreeListView();
     this.panel4          = new System.Windows.Forms.Panel();
     this.pb              = new System.Windows.Forms.ProgressBar();
     this.panel3          = new System.Windows.Forms.Panel();
     this.groupBox3       = new System.Windows.Forms.GroupBox();
     this.label1          = new System.Windows.Forms.Label();
     this.panel1          = new System.Windows.Forms.Panel();
     this.imageList1      = new System.Windows.Forms.ImageList(this.components);
     this.描述              = new System.Windows.Forms.ColumnHeader();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgveventlog)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.panel4.SuspendLayout();
     this.panel3.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.richTextBox1);
     this.groupBox2.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.groupBox2.Location = new System.Drawing.Point(223, 381);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(860, 126);
     this.groupBox2.TabIndex = 5;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "错误日志";
     //
     // richTextBox1
     //
     this.richTextBox1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.richTextBox1.Location = new System.Drawing.Point(3, 17);
     this.richTextBox1.Name     = "richTextBox1";
     this.richTextBox1.Size     = new System.Drawing.Size(854, 106);
     this.richTextBox1.TabIndex = 0;
     this.richTextBox1.Text     = "";
     //
     // dgveventlog
     //
     this.dgveventlog.AllowColumnSort             = false;
     this.dgveventlog.AllowUserToAddRows          = false;
     this.dgveventlog.AllowUserToDeleteRows       = false;
     this.dgveventlog.AllowUserToResizeRows       = false;
     this.dgveventlog.BackgroundColor             = System.Drawing.Color.White;
     this.dgveventlog.BorderStyle                 = System.Windows.Forms.BorderStyle.Fixed3D;
     this.dgveventlog.ColumnDeep                  = 1;
     this.dgveventlog.ColumnHeadersHeight         = 17;
     this.dgveventlog.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
     this.dgveventlog.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.择,
         this.id,
         this.COL_PY_CODE,
         this.category,
         this.bizid,
         this.ts,
         this.message,
         this.finish_date,
         this.returndesc
     });
     this.dgveventlog.DisplayShowCardWhenCellInEdit = false;
     this.dgveventlog.Dock               = System.Windows.Forms.DockStyle.Fill;
     this.dgveventlog.Location           = new System.Drawing.Point(3, 17);
     this.dgveventlog.MergeColumnNames   = ((System.Collections.Generic.List <string>)(resources.GetObject("dgveventlog.MergeColumnNames")));
     this.dgveventlog.Name               = "dgveventlog";
     this.dgveventlog.ReadOnly           = true;
     this.dgveventlog.RowTemplate.Height = 23;
     this.dgveventlog.SelectionMode      = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
     this.dgveventlog.ShowCardComponent  = null;
     this.dgveventlog.ShowCardProperty   = null;
     this.dgveventlog.Size               = new System.Drawing.Size(854, 270);
     this.dgveventlog.TabIndex           = 0;
     this.dgveventlog.Click             += new System.EventHandler(this.dgveventlog_Click);
     //
     // 选择
     //
     this.择.DataPropertyName   = "选择";
     this.择.FalseValue         = "0";
     this.择.HeaderText         = "选择";
     this.择.IndeterminateValue = "0";
     this.择.Name      = "选择";
     this.择.ReadOnly  = true;
     this.择.TrueValue = "1";
     this.择.Width     = 50;
     //
     // id
     //
     this.id.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.id.DataPropertyName = "id";
     this.id.HeaderText       = "id";
     this.id.MinimumWidth     = 50;
     this.id.Name             = "id";
     this.id.ReadOnly         = true;
     this.id.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     //
     // COL_PY_CODE
     //
     this.COL_PY_CODE.DataPropertyName = "event";
     this.COL_PY_CODE.HeaderText       = "event";
     this.COL_PY_CODE.Name             = "COL_PY_CODE";
     this.COL_PY_CODE.ReadOnly         = true;
     this.COL_PY_CODE.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.COL_PY_CODE.Width            = 120;
     //
     // category
     //
     this.category.DataPropertyName = "category";
     this.category.HeaderText       = "category";
     this.category.Name             = "category";
     this.category.ReadOnly         = true;
     this.category.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     //
     // bizid
     //
     this.bizid.DataPropertyName = "bizid";
     this.bizid.HeaderText       = "bizid";
     this.bizid.Name             = "bizid";
     this.bizid.ReadOnly         = true;
     this.bizid.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.bizid.Width            = 240;
     //
     // ts
     //
     this.ts.DataPropertyName = "ts";
     this.ts.HeaderText       = "ts";
     this.ts.Name             = "ts";
     this.ts.ReadOnly         = true;
     this.ts.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.ts.Width            = 120;
     //
     // message
     //
     this.message.DataPropertyName = "message";
     this.message.HeaderText       = "message";
     this.message.Name             = "message";
     this.message.ReadOnly         = true;
     this.message.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.message.Width            = 180;
     //
     // finish_date
     //
     this.finish_date.DataPropertyName = "finish_date";
     this.finish_date.HeaderText       = "finish_date";
     this.finish_date.Name             = "finish_date";
     this.finish_date.ReadOnly         = true;
     this.finish_date.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.finish_date.Width            = 120;
     //
     // returndesc
     //
     this.returndesc.DataPropertyName = "returndesc";
     this.returndesc.HeaderText       = "returndesc";
     this.returndesc.Name             = "returndesc";
     this.returndesc.ReadOnly         = true;
     this.returndesc.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     //
     // splitter2
     //
     this.splitter2.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.splitter2.Location = new System.Drawing.Point(223, 371);
     this.splitter2.Name     = "splitter2";
     this.splitter2.Size     = new System.Drawing.Size(860, 10);
     this.splitter2.TabIndex = 6;
     this.splitter2.TabStop  = false;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.butCancel);
     this.groupBox1.Controls.Add(this.butexe_2);
     this.groupBox1.Controls.Add(this.txtevent);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.butunall);
     this.groupBox1.Controls.Add(this.butall);
     this.groupBox1.Controls.Add(this.butexec);
     this.groupBox1.Controls.Add(this.butsend);
     this.groupBox1.Controls.Add(this.txtbizid);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.butquit);
     this.groupBox1.Controls.Add(this.butview);
     this.groupBox1.Controls.Add(this.dateTimePicker2);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.dateTimePicker1);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.radioButton1);
     this.groupBox1.Controls.Add(this.radioButton2);
     this.groupBox1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.groupBox1.Location = new System.Drawing.Point(223, 0);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(860, 81);
     this.groupBox1.TabIndex = 2;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "查询";
     //
     // butCancel
     //
     this.butCancel.Location = new System.Drawing.Point(691, 44);
     this.butCancel.Name     = "butCancel";
     this.butCancel.Size     = new System.Drawing.Size(77, 25);
     this.butCancel.TabIndex = 17;
     this.butCancel.Text     = "取消发送";
     this.butCancel.UseVisualStyleBackColor = true;
     this.butCancel.Click += new System.EventHandler(this.butCancel_Click);
     //
     // butexe_2
     //
     this.butexe_2.Location = new System.Drawing.Point(770, 14);
     this.butexe_2.Name     = "butexe_2";
     this.butexe_2.Size     = new System.Drawing.Size(77, 25);
     this.butexe_2.TabIndex = 16;
     this.butexe_2.Text     = "执行窗口";
     this.butexe_2.UseVisualStyleBackColor = true;
     this.butexe_2.Click += new System.EventHandler(this.butexe_2_Click);
     //
     // txtevent
     //
     this.txtevent.Location  = new System.Drawing.Point(190, 48);
     this.txtevent.Name      = "txtevent";
     this.txtevent.Size      = new System.Drawing.Size(116, 21);
     this.txtevent.TabIndex  = 15;
     this.txtevent.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtevent_KeyPress);
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(154, 51);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(35, 12);
     this.label5.TabIndex = 14;
     this.label5.Text     = "EVENT";
     //
     // butunall
     //
     this.butunall.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     this.butunall.Location  = new System.Drawing.Point(63, 51);
     this.butunall.Name      = "butunall";
     this.butunall.Size      = new System.Drawing.Size(51, 25);
     this.butunall.TabIndex  = 13;
     this.butunall.Text      = "全不选";
     this.butunall.UseVisualStyleBackColor = false;
     this.butunall.Click += new System.EventHandler(this.butunall_Click);
     //
     // butall
     //
     this.butall.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     this.butall.Location  = new System.Drawing.Point(6, 51);
     this.butall.Name      = "butall";
     this.butall.Size      = new System.Drawing.Size(51, 25);
     this.butall.TabIndex  = 12;
     this.butall.Text      = "全选";
     this.butall.UseVisualStyleBackColor = false;
     this.butall.Click += new System.EventHandler(this.butall_Click);
     //
     // butexec
     //
     this.butexec.Location = new System.Drawing.Point(691, 14);
     this.butexec.Name     = "butexec";
     this.butexec.Size     = new System.Drawing.Size(77, 25);
     this.butexec.TabIndex = 11;
     this.butexec.Text     = "直接执行";
     this.butexec.UseVisualStyleBackColor = true;
     this.butexec.Click += new System.EventHandler(this.butexec_Click);
     //
     // butsend
     //
     this.butsend.Location = new System.Drawing.Point(612, 44);
     this.butsend.Name     = "butsend";
     this.butsend.Size     = new System.Drawing.Size(77, 25);
     this.butsend.TabIndex = 10;
     this.butsend.Text     = "重发";
     this.butsend.UseVisualStyleBackColor = true;
     this.butsend.Click += new System.EventHandler(this.butsend_Click);
     //
     // txtbizid
     //
     this.txtbizid.Location  = new System.Drawing.Point(348, 48);
     this.txtbizid.Name      = "txtbizid";
     this.txtbizid.Size      = new System.Drawing.Size(258, 21);
     this.txtbizid.TabIndex  = 9;
     this.txtbizid.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtevent_KeyPress);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(312, 51);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(35, 12);
     this.label4.TabIndex = 8;
     this.label4.Text     = "BIZID";
     //
     // butquit
     //
     this.butquit.Location = new System.Drawing.Point(770, 44);
     this.butquit.Name     = "butquit";
     this.butquit.Size     = new System.Drawing.Size(77, 25);
     this.butquit.TabIndex = 7;
     this.butquit.Text     = "退出";
     this.butquit.UseVisualStyleBackColor = true;
     this.butquit.Click += new System.EventHandler(this.butquit_Click);
     //
     // butview
     //
     this.butview.Location = new System.Drawing.Point(612, 14);
     this.butview.Name     = "butview";
     this.butview.Size     = new System.Drawing.Size(77, 25);
     this.butview.TabIndex = 6;
     this.butview.Text     = "查询";
     this.butview.UseVisualStyleBackColor = true;
     this.butview.Click += new System.EventHandler(this.butview_Click);
     //
     // dateTimePicker2
     //
     this.dateTimePicker2.Location = new System.Drawing.Point(347, 18);
     this.dateTimePicker2.Name     = "dateTimePicker2";
     this.dateTimePicker2.Size     = new System.Drawing.Size(139, 21);
     this.dateTimePicker2.TabIndex = 5;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(326, 22);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(17, 12);
     this.label3.TabIndex = 4;
     this.label3.Text     = "到";
     //
     // dateTimePicker1
     //
     this.dateTimePicker1.Location = new System.Drawing.Point(190, 18);
     this.dateTimePicker1.Name     = "dateTimePicker1";
     this.dateTimePicker1.Size     = new System.Drawing.Size(131, 21);
     this.dateTimePicker1.TabIndex = 3;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(155, 22);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(29, 12);
     this.label2.TabIndex = 2;
     this.label2.Text     = "日期";
     //
     // radioButton1
     //
     this.radioButton1.AutoSize = true;
     this.radioButton1.Checked  = true;
     this.radioButton1.Location = new System.Drawing.Point(16, 20);
     this.radioButton1.Name     = "radioButton1";
     this.radioButton1.Size     = new System.Drawing.Size(59, 16);
     this.radioButton1.TabIndex = 0;
     this.radioButton1.TabStop  = true;
     this.radioButton1.Text     = "待完成";
     this.radioButton1.UseVisualStyleBackColor = true;
     //
     // radioButton2
     //
     this.radioButton2.AutoSize = true;
     this.radioButton2.Location = new System.Drawing.Point(83, 20);
     this.radioButton2.Name     = "radioButton2";
     this.radioButton2.Size     = new System.Drawing.Size(59, 16);
     this.radioButton2.TabIndex = 1;
     this.radioButton2.Text     = "已完成";
     this.radioButton2.UseVisualStyleBackColor = true;
     //
     // 消息事件
     //
     this.消息事件.Text  = "消息事件";
     this.消息事件.Width = 250;
     //
     // splitter1
     //
     this.splitter1.Location = new System.Drawing.Point(220, 0);
     this.splitter1.Name     = "splitter1";
     this.splitter1.Size     = new System.Drawing.Size(3, 507);
     this.splitter1.TabIndex = 1;
     this.splitter1.TabStop  = false;
     //
     // treeListView1
     //
     this.treeListView1.Alignment = System.Windows.Forms.ListViewAlignment.Left;
     this.treeListView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.消息事件,
         this.描述
     });
     treeListViewItemCollectionComparer1.Column    = 0;
     treeListViewItemCollectionComparer1.SortOrder = System.Windows.Forms.SortOrder.None;
     this.treeListView1.Comparer     = treeListViewItemCollectionComparer1;
     this.treeListView1.Cursor       = System.Windows.Forms.Cursors.Arrow;
     this.treeListView1.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.treeListView1.ExpandMethod = System.Windows.Forms.TreeListViewExpandMethod.IconDbleClick;
     this.treeListView1.Font         = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.treeListView1.GridLines    = true;
     this.treeListView1.Location     = new System.Drawing.Point(0, 0);
     this.treeListView1.Name         = "treeListView1";
     this.treeListView1.RightToLeft  = System.Windows.Forms.RightToLeft.No;
     this.treeListView1.Size         = new System.Drawing.Size(220, 507);
     this.treeListView1.Sorting      = System.Windows.Forms.SortOrder.None;
     this.treeListView1.TabIndex     = 4;
     this.treeListView1.UseCompatibleStateImageBehavior = false;
     this.treeListView1.Click += new System.EventHandler(this.treeListView1_Click);
     //
     // panel4
     //
     this.panel4.Controls.Add(this.treeListView1);
     this.panel4.Dock     = System.Windows.Forms.DockStyle.Left;
     this.panel4.Location = new System.Drawing.Point(0, 0);
     this.panel4.Name     = "panel4";
     this.panel4.Size     = new System.Drawing.Size(220, 507);
     this.panel4.TabIndex = 0;
     //
     // pb
     //
     this.pb.Dock     = System.Windows.Forms.DockStyle.Right;
     this.pb.Location = new System.Drawing.Point(858, 0);
     this.pb.Name     = "pb";
     this.pb.Size     = new System.Drawing.Size(225, 29);
     this.pb.TabIndex = 1;
     this.pb.Visible  = false;
     //
     // panel3
     //
     this.panel3.Controls.Add(this.groupBox3);
     this.panel3.Controls.Add(this.splitter2);
     this.panel3.Controls.Add(this.groupBox2);
     this.panel3.Controls.Add(this.groupBox1);
     this.panel3.Controls.Add(this.splitter1);
     this.panel3.Controls.Add(this.panel4);
     this.panel3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel3.Location = new System.Drawing.Point(0, 29);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(1083, 507);
     this.panel3.TabIndex = 4;
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.dgveventlog);
     this.groupBox3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupBox3.Location = new System.Drawing.Point(223, 81);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(860, 290);
     this.groupBox3.TabIndex = 7;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = "消息事件";
     //
     // label1
     //
     this.label1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.label1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.label1.Font        = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Bold);
     this.label1.Location    = new System.Drawing.Point(0, 0);
     this.label1.Name        = "label1";
     this.label1.Size        = new System.Drawing.Size(1083, 29);
     this.label1.TabIndex    = 0;
     this.label1.Text        = "消息事件查询";
     this.label1.TextAlign   = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.pb);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(1083, 29);
     this.panel1.TabIndex = 3;
     //
     // imageList1
     //
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "FOLDER01.ICO");
     this.imageList1.Images.SetKeyName(1, "NOTEPAD.ICO");
     this.imageList1.Images.SetKeyName(2, "POINT04.ICO");
     //
     // 描述
     //
     this.描述.Text  = "描述";
     this.描述.Width = 150;
     //
     // FrmMessageMain
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1083, 536);
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.panel1);
     this.Name  = "FrmMessageMain";
     this.Text  = "门诊事件查询";
     this.Load += new System.EventHandler(this.FrmMessageMain_Load);
     this.groupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dgveventlog)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.panel4.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Beispiel #6
0
        /// <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(DebuggerPanel));
            System.Windows.Forms.TreeListViewItemCollection.TreeListViewItemCollectionComparer treeListViewItemCollectionComparer1 = new System.Windows.Forms.TreeListViewItemCollection.TreeListViewItemCollectionComparer();
            System.Windows.Forms.TreeListViewItemCollection.TreeListViewItemCollectionComparer treeListViewItemCollectionComparer2 = new System.Windows.Forms.TreeListViewItemCollection.TreeListViewItemCollectionComparer();
            System.Windows.Forms.TreeListViewItemCollection.TreeListViewItemCollectionComparer treeListViewItemCollectionComparer3 = new System.Windows.Forms.TreeListViewItemCollection.TreeListViewItemCollectionComparer();
            this.navigationToolStrip = new System.Windows.Forms.ToolStrip();
            this.runBt = new System.Windows.Forms.ToolStripButton();
            this.stepBt = new System.Windows.Forms.ToolStripButton();
            this.overBt = new System.Windows.Forms.ToolStripButton();
            this.closeDebuggerSessionBt = new System.Windows.Forms.ToolStripButton();
            this.typesImageList = new System.Windows.Forms.ImageList(this.components);
            this.sendCommandToolStrip = new System.Windows.Forms.ToolStrip();
            this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
            this.commandTxtBx = new System.Windows.Forms.ToolStripTextBox();
            this.sendCommandBt = new System.Windows.Forms.ToolStripButton();
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.splitContainer3 = new System.Windows.Forms.SplitContainer();
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.OutputTabPage = new System.Windows.Forms.TabPage();
            this.outPutTxtBx = new System.Windows.Forms.RichTextBox();
            this.tabControl3 = new System.Windows.Forms.TabControl();
            this.tabPage3 = new System.Windows.Forms.TabPage();
            this.backtraceListView = new System.Windows.Forms.TreeListView();
            this.numberbacktraceHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.kindHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.filebacktraceHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.lineBackTraceHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.splitContainer2 = new System.Windows.Forms.SplitContainer();
            this.tabControl2 = new System.Windows.Forms.TabControl();
            this.tabPage2 = new System.Windows.Forms.TabPage();
            this.localsListView = new System.Windows.Forms.TreeListView();
            this.localsNameHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.typeLocalHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.localValueHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.tabControl4 = new System.Windows.Forms.TabControl();
            this.tabPage4 = new System.Windows.Forms.TabPage();
            this.watchesListView = new System.Windows.Forms.TreeListView();
            this.numberWatchHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.expressionHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.navigationToolStrip.SuspendLayout();
            this.sendCommandToolStrip.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit();
            this.splitContainer3.Panel1.SuspendLayout();
            this.splitContainer3.Panel2.SuspendLayout();
            this.splitContainer3.SuspendLayout();
            this.tabControl1.SuspendLayout();
            this.OutputTabPage.SuspendLayout();
            this.tabControl3.SuspendLayout();
            this.tabPage3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
            this.splitContainer2.Panel1.SuspendLayout();
            this.splitContainer2.Panel2.SuspendLayout();
            this.splitContainer2.SuspendLayout();
            this.tabControl2.SuspendLayout();
            this.tabPage2.SuspendLayout();
            this.tabControl4.SuspendLayout();
            this.tabPage4.SuspendLayout();
            this.SuspendLayout();
            // 
            // navigationToolStrip
            // 
            this.navigationToolStrip.BackColor = System.Drawing.Color.White;
            this.navigationToolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.navigationToolStrip.ImageScalingSize = new System.Drawing.Size(24, 24);
            this.navigationToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.runBt,
            this.stepBt,
            this.overBt,
            this.closeDebuggerSessionBt});
            this.navigationToolStrip.Location = new System.Drawing.Point(0, 0);
            this.navigationToolStrip.Name = "navigationToolStrip";
            this.navigationToolStrip.ShowItemToolTips = false;
            this.navigationToolStrip.Size = new System.Drawing.Size(515, 31);
            this.navigationToolStrip.TabIndex = 1;
            this.navigationToolStrip.Text = "toolStrip1";
            // 
            // runBt
            // 
            this.runBt.Image = global::Krea.Properties.Resources.playItem;
            this.runBt.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.runBt.Name = "runBt";
            this.runBt.Size = new System.Drawing.Size(56, 28);
            this.runBt.Text = "Run";
            this.runBt.ToolTipText = "Once having loaded the main.lua of your project into the Corona simulator and add" +
    "ed all the breakpoints needed, run the app in debug mode.";
            this.runBt.Click += new System.EventHandler(this.runBt_Click);
            // 
            // stepBt
            // 
            this.stepBt.Image = global::Krea.Properties.Resources.flecheBasIcon;
            this.stepBt.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.stepBt.Name = "stepBt";
            this.stepBt.Size = new System.Drawing.Size(58, 28);
            this.stepBt.Text = "Step";
            this.stepBt.ToolTipText = "Execute the next step";
            this.stepBt.Click += new System.EventHandler(this.stepBt_Click);
            // 
            // overBt
            // 
            this.overBt.Image = global::Krea.Properties.Resources.flecheHautIcon;
            this.overBt.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.overBt.Name = "overBt";
            this.overBt.Size = new System.Drawing.Size(60, 28);
            this.overBt.Text = "Over";
            this.overBt.ToolTipText = "Go over the current function";
            this.overBt.Click += new System.EventHandler(this.overBt_Click);
            // 
            // closeDebuggerSessionBt
            // 
            this.closeDebuggerSessionBt.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.closeDebuggerSessionBt.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.closeDebuggerSessionBt.Image = global::Krea.Properties.Resources.deleteIcon;
            this.closeDebuggerSessionBt.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.closeDebuggerSessionBt.Name = "closeDebuggerSessionBt";
            this.closeDebuggerSessionBt.Size = new System.Drawing.Size(28, 28);
            this.closeDebuggerSessionBt.Text = "close";
            this.closeDebuggerSessionBt.ToolTipText = "Close the debugging session and then the debugger panel.";
            this.closeDebuggerSessionBt.Click += new System.EventHandler(this.toolStripButton1_Click);
            // 
            // typesImageList
            // 
            this.typesImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("typesImageList.ImageStream")));
            this.typesImageList.TransparentColor = System.Drawing.Color.Transparent;
            this.typesImageList.Images.SetKeyName(0, "pubclass.png");
            this.typesImageList.Images.SetKeyName(1, "pubfield.png");
            this.typesImageList.Images.SetKeyName(2, "pubmethod.png");
            this.typesImageList.Images.SetKeyName(3, "pubproperty.png");
            // 
            // sendCommandToolStrip
            // 
            this.sendCommandToolStrip.BackColor = System.Drawing.Color.White;
            this.sendCommandToolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.sendCommandToolStrip.ImageScalingSize = new System.Drawing.Size(24, 24);
            this.sendCommandToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripLabel2,
            this.commandTxtBx,
            this.sendCommandBt});
            this.sendCommandToolStrip.Location = new System.Drawing.Point(0, 31);
            this.sendCommandToolStrip.Name = "sendCommandToolStrip";
            this.sendCommandToolStrip.ShowItemToolTips = false;
            this.sendCommandToolStrip.Size = new System.Drawing.Size(515, 31);
            this.sendCommandToolStrip.TabIndex = 4;
            this.sendCommandToolStrip.Text = "toolStrip2";
            // 
            // toolStripLabel2
            // 
            this.toolStripLabel2.Name = "toolStripLabel2";
            this.toolStripLabel2.Size = new System.Drawing.Size(96, 28);
            this.toolStripLabel2.Text = "Send Command:";
            // 
            // commandTxtBx
            // 
            this.commandTxtBx.BackColor = System.Drawing.SystemColors.Info;
            this.commandTxtBx.Name = "commandTxtBx";
            this.commandTxtBx.Size = new System.Drawing.Size(150, 31);
            // 
            // sendCommandBt
            // 
            this.sendCommandBt.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.sendCommandBt.Image = global::Krea.Properties.Resources.tickIcon;
            this.sendCommandBt.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.sendCommandBt.Name = "sendCommandBt";
            this.sendCommandBt.Size = new System.Drawing.Size(28, 28);
            this.sendCommandBt.Text = "Send";
            this.sendCommandBt.ToolTipText = "Send a custom commant to the Corona debugger";
            this.sendCommandBt.Click += new System.EventHandler(this.sendCommandBt_Click);
            // 
            // splitContainer1
            // 
            this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer1.Location = new System.Drawing.Point(0, 62);
            this.splitContainer1.Name = "splitContainer1";
            this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // splitContainer1.Panel1
            // 
            this.splitContainer1.Panel1.Controls.Add(this.splitContainer3);
            // 
            // splitContainer1.Panel2
            // 
            this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
            this.splitContainer1.Size = new System.Drawing.Size(515, 512);
            this.splitContainer1.SplitterDistance = 294;
            this.splitContainer1.SplitterWidth = 10;
            this.splitContainer1.TabIndex = 5;
            // 
            // splitContainer3
            // 
            this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer3.Location = new System.Drawing.Point(0, 0);
            this.splitContainer3.Name = "splitContainer3";
            this.splitContainer3.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // splitContainer3.Panel1
            // 
            this.splitContainer3.Panel1.Controls.Add(this.tabControl1);
            // 
            // splitContainer3.Panel2
            // 
            this.splitContainer3.Panel2.Controls.Add(this.tabControl3);
            this.splitContainer3.Size = new System.Drawing.Size(515, 294);
            this.splitContainer3.SplitterDistance = 105;
            this.splitContainer3.SplitterWidth = 10;
            this.splitContainer3.TabIndex = 0;
            // 
            // tabControl1
            // 
            this.tabControl1.Controls.Add(this.OutputTabPage);
            this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabControl1.Location = new System.Drawing.Point(0, 0);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(515, 105);
            this.tabControl1.TabIndex = 3;
            // 
            // OutputTabPage
            // 
            this.OutputTabPage.AutoScroll = true;
            this.OutputTabPage.Controls.Add(this.outPutTxtBx);
            this.OutputTabPage.Location = new System.Drawing.Point(4, 22);
            this.OutputTabPage.Name = "OutputTabPage";
            this.OutputTabPage.Padding = new System.Windows.Forms.Padding(3);
            this.OutputTabPage.Size = new System.Drawing.Size(507, 79);
            this.OutputTabPage.TabIndex = 1;
            this.OutputTabPage.Text = "Output";
            this.OutputTabPage.UseVisualStyleBackColor = true;
            // 
            // outPutTxtBx
            // 
            this.outPutTxtBx.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.outPutTxtBx.Dock = System.Windows.Forms.DockStyle.Fill;
            this.outPutTxtBx.Location = new System.Drawing.Point(3, 3);
            this.outPutTxtBx.Name = "outPutTxtBx";
            this.outPutTxtBx.Size = new System.Drawing.Size(501, 73);
            this.outPutTxtBx.TabIndex = 32;
            this.outPutTxtBx.Text = "";
            // 
            // tabControl3
            // 
            this.tabControl3.Controls.Add(this.tabPage3);
            this.tabControl3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabControl3.Location = new System.Drawing.Point(0, 0);
            this.tabControl3.Name = "tabControl3";
            this.tabControl3.SelectedIndex = 0;
            this.tabControl3.Size = new System.Drawing.Size(515, 179);
            this.tabControl3.TabIndex = 1;
            // 
            // tabPage3
            // 
            this.tabPage3.AutoScroll = true;
            this.tabPage3.Controls.Add(this.backtraceListView);
            this.tabPage3.Location = new System.Drawing.Point(4, 22);
            this.tabPage3.Name = "tabPage3";
            this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage3.Size = new System.Drawing.Size(507, 153);
            this.tabPage3.TabIndex = 0;
            this.tabPage3.Text = "Backtrace";
            this.tabPage3.UseVisualStyleBackColor = true;
            // 
            // backtraceListView
            // 
            this.backtraceListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.numberbacktraceHeader,
            this.kindHeader,
            this.filebacktraceHeader,
            this.lineBackTraceHeader});
            treeListViewItemCollectionComparer1.Column = 0;
            treeListViewItemCollectionComparer1.SortOrder = System.Windows.Forms.SortOrder.None;
            this.backtraceListView.Comparer = treeListViewItemCollectionComparer1;
            this.backtraceListView.Dock = System.Windows.Forms.DockStyle.Fill;
            this.backtraceListView.GridLines = true;
            this.backtraceListView.HideSelection = false;
            this.backtraceListView.LargeImageList = this.typesImageList;
            this.backtraceListView.Location = new System.Drawing.Point(3, 3);
            this.backtraceListView.MultiSelect = false;
            this.backtraceListView.Name = "backtraceListView";
            this.backtraceListView.Size = new System.Drawing.Size(501, 147);
            this.backtraceListView.SmallImageList = this.typesImageList;
            this.backtraceListView.Sorting = System.Windows.Forms.SortOrder.None;
            this.backtraceListView.TabIndex = 2;
            this.backtraceListView.UseCompatibleStateImageBehavior = false;
            // 
            // numberbacktraceHeader
            // 
            this.numberbacktraceHeader.Text = "Number";
            this.numberbacktraceHeader.Width = 58;
            // 
            // kindHeader
            // 
            this.kindHeader.Text = "Kind";
            this.kindHeader.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.kindHeader.Width = 100;
            // 
            // filebacktraceHeader
            // 
            this.filebacktraceHeader.Text = "File";
            this.filebacktraceHeader.Width = 93;
            // 
            // lineBackTraceHeader
            // 
            this.lineBackTraceHeader.Text = "Line";
            this.lineBackTraceHeader.Width = 48;
            // 
            // splitContainer2
            // 
            this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer2.Location = new System.Drawing.Point(0, 0);
            this.splitContainer2.Name = "splitContainer2";
            this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // splitContainer2.Panel1
            // 
            this.splitContainer2.Panel1.Controls.Add(this.tabControl2);
            // 
            // splitContainer2.Panel2
            // 
            this.splitContainer2.Panel2.Controls.Add(this.tabControl4);
            this.splitContainer2.Panel2Collapsed = true;
            this.splitContainer2.Size = new System.Drawing.Size(515, 208);
            this.splitContainer2.SplitterDistance = 106;
            this.splitContainer2.SplitterWidth = 10;
            this.splitContainer2.TabIndex = 0;
            // 
            // tabControl2
            // 
            this.tabControl2.Controls.Add(this.tabPage2);
            this.tabControl2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabControl2.Location = new System.Drawing.Point(0, 0);
            this.tabControl2.Name = "tabControl2";
            this.tabControl2.SelectedIndex = 0;
            this.tabControl2.Size = new System.Drawing.Size(515, 208);
            this.tabControl2.TabIndex = 1;
            // 
            // tabPage2
            // 
            this.tabPage2.AutoScroll = true;
            this.tabPage2.Controls.Add(this.localsListView);
            this.tabPage2.Location = new System.Drawing.Point(4, 22);
            this.tabPage2.Name = "tabPage2";
            this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage2.Size = new System.Drawing.Size(507, 182);
            this.tabPage2.TabIndex = 0;
            this.tabPage2.Text = "Locals";
            this.tabPage2.UseVisualStyleBackColor = true;
            // 
            // localsListView
            // 
            this.localsListView.AutoArrange = false;
            this.localsListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.localsNameHeader,
            this.typeLocalHeader,
            this.localValueHeader});
            treeListViewItemCollectionComparer2.Column = 0;
            treeListViewItemCollectionComparer2.SortOrder = System.Windows.Forms.SortOrder.None;
            this.localsListView.Comparer = treeListViewItemCollectionComparer2;
            this.localsListView.Dock = System.Windows.Forms.DockStyle.Fill;
            this.localsListView.GridLines = true;
            this.localsListView.HideSelection = false;
            this.localsListView.LargeImageList = this.typesImageList;
            this.localsListView.Location = new System.Drawing.Point(3, 3);
            this.localsListView.MultiSelect = false;
            this.localsListView.Name = "localsListView";
            this.localsListView.Size = new System.Drawing.Size(501, 176);
            this.localsListView.SmallImageList = this.typesImageList;
            this.localsListView.Sorting = System.Windows.Forms.SortOrder.None;
            this.localsListView.TabIndex = 1;
            this.localsListView.UseCompatibleStateImageBehavior = false;
            this.localsListView.SelectedIndexChanged += new System.EventHandler(this.localsListView_SelectedIndexChanged);
            // 
            // localsNameHeader
            // 
            this.localsNameHeader.Text = "Name";
            this.localsNameHeader.Width = 107;
            // 
            // typeLocalHeader
            // 
            this.typeLocalHeader.Text = "Type";
            this.typeLocalHeader.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.typeLocalHeader.Width = 64;
            // 
            // localValueHeader
            // 
            this.localValueHeader.Text = "Value";
            this.localValueHeader.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.localValueHeader.Width = 70;
            // 
            // tabControl4
            // 
            this.tabControl4.Controls.Add(this.tabPage4);
            this.tabControl4.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabControl4.Location = new System.Drawing.Point(0, 0);
            this.tabControl4.Name = "tabControl4";
            this.tabControl4.SelectedIndex = 0;
            this.tabControl4.Size = new System.Drawing.Size(150, 46);
            this.tabControl4.TabIndex = 1;
            // 
            // tabPage4
            // 
            this.tabPage4.Controls.Add(this.watchesListView);
            this.tabPage4.Location = new System.Drawing.Point(4, 22);
            this.tabPage4.Name = "tabPage4";
            this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage4.Size = new System.Drawing.Size(142, 20);
            this.tabPage4.TabIndex = 0;
            this.tabPage4.Text = "Watches";
            this.tabPage4.UseVisualStyleBackColor = true;
            // 
            // watchesListView
            // 
            this.watchesListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.numberWatchHeader,
            this.expressionHeader});
            treeListViewItemCollectionComparer3.Column = 0;
            treeListViewItemCollectionComparer3.SortOrder = System.Windows.Forms.SortOrder.None;
            this.watchesListView.Comparer = treeListViewItemCollectionComparer3;
            this.watchesListView.Dock = System.Windows.Forms.DockStyle.Fill;
            this.watchesListView.GridLines = true;
            this.watchesListView.Location = new System.Drawing.Point(3, 3);
            this.watchesListView.MultiSelect = false;
            this.watchesListView.Name = "watchesListView";
            this.watchesListView.Size = new System.Drawing.Size(136, 14);
            this.watchesListView.Sorting = System.Windows.Forms.SortOrder.None;
            this.watchesListView.TabIndex = 0;
            this.watchesListView.UseCompatibleStateImageBehavior = false;
            // 
            // numberWatchHeader
            // 
            this.numberWatchHeader.Text = "Number";
            // 
            // expressionHeader
            // 
            this.expressionHeader.Text = "Expression";
            this.expressionHeader.Width = 132;
            // 
            // DebuggerPanel
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.splitContainer1);
            this.Controls.Add(this.sendCommandToolStrip);
            this.Controls.Add(this.navigationToolStrip);
            this.Name = "DebuggerPanel";
            this.Size = new System.Drawing.Size(515, 574);
            this.navigationToolStrip.ResumeLayout(false);
            this.navigationToolStrip.PerformLayout();
            this.sendCommandToolStrip.ResumeLayout(false);
            this.sendCommandToolStrip.PerformLayout();
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
            this.splitContainer1.ResumeLayout(false);
            this.splitContainer3.Panel1.ResumeLayout(false);
            this.splitContainer3.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit();
            this.splitContainer3.ResumeLayout(false);
            this.tabControl1.ResumeLayout(false);
            this.OutputTabPage.ResumeLayout(false);
            this.tabControl3.ResumeLayout(false);
            this.tabPage3.ResumeLayout(false);
            this.splitContainer2.Panel1.ResumeLayout(false);
            this.splitContainer2.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
            this.splitContainer2.ResumeLayout(false);
            this.tabControl2.ResumeLayout(false);
            this.tabPage2.ResumeLayout(false);
            this.tabControl4.ResumeLayout(false);
            this.tabPage4.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.TreeListViewItemCollection.TreeListViewItemCollectionComparer treeListViewItemCollectionComparer1 = new System.Windows.Forms.TreeListViewItemCollection.TreeListViewItemCollectionComparer();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AuthorizeUserControl));
     this.nTreeListView1 = new FrameWork.WinForms.Controls.NeuTreeListView(this.components);
     this.columnHeader1  = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2  = new System.Windows.Forms.ColumnHeader();
     this.columnHeader3  = new System.Windows.Forms.ColumnHeader();
     this.columnHeader4  = new System.Windows.Forms.ColumnHeader();
     this.columnHeader5  = new System.Windows.Forms.ColumnHeader();
     this.cmpUser        = new FrameWork.WinForms.Controls.NeuContextMenuStrip();
     this.tmspAdd        = new System.Windows.Forms.ToolStripMenuItem();
     this.tmspModify     = new System.Windows.Forms.ToolStripMenuItem();
     this.tmspDelete     = new System.Windows.Forms.ToolStripMenuItem();
     this.imageList1     = new System.Windows.Forms.ImageList(this.components);
     this.cmpUser.SuspendLayout();
     this.SuspendLayout();
     //
     // nTreeListView1
     //
     this.nTreeListView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader2,
         this.columnHeader3,
         this.columnHeader4,
         this.columnHeader5
     });
     treeListViewItemCollectionComparer1.Column    = 0;
     treeListViewItemCollectionComparer1.SortOrder = System.Windows.Forms.SortOrder.Ascending;
     this.nTreeListView1.Comparer         = treeListViewItemCollectionComparer1;
     this.nTreeListView1.ContextMenuStrip = this.cmpUser;
     this.nTreeListView1.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.nTreeListView1.Location         = new System.Drawing.Point(0, 0);
     this.nTreeListView1.Name             = "nTreeListView1";
     this.nTreeListView1.Size             = new System.Drawing.Size(656, 487);
     this.nTreeListView1.SmallImageList   = this.imageList1;
     this.nTreeListView1.TabIndex         = 0;
     this.nTreeListView1.UseCompatibleStateImageBehavior = false;
     this.nTreeListView1.DoubleClick += new System.EventHandler(this.nTreeListView1_DoubleClick);
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "人员编号";
     this.columnHeader1.Width = 130;
     //
     // columnHeader2
     //
     this.columnHeader2.Text  = "员工姓名";
     this.columnHeader2.Width = 117;
     //
     // columnHeader3
     //
     this.columnHeader3.Text  = "用户帐号";
     this.columnHeader3.Width = 130;
     //
     // columnHeader4
     //
     this.columnHeader4.Text  = "锁定?";
     this.columnHeader4.Width = 104;
     //
     // columnHeader5
     //
     this.columnHeader5.Text  = "备注";
     this.columnHeader5.Width = 171;
     //
     // cmpUser
     //
     this.cmpUser.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tmspAdd,
         this.tmspModify,
         this.tmspDelete
     });
     this.cmpUser.Name = "cmpUser";
     this.cmpUser.Size = new System.Drawing.Size(119, 70);
     //
     // tmspAdd
     //
     this.tmspAdd.Name   = "tmspAdd";
     this.tmspAdd.Size   = new System.Drawing.Size(118, 22);
     this.tmspAdd.Text   = "添加用户";
     this.tmspAdd.Click += new System.EventHandler(this.tmspAdd_Click);
     //
     // tmspModify
     //
     this.tmspModify.Name   = "tmspModify";
     this.tmspModify.Size   = new System.Drawing.Size(118, 22);
     this.tmspModify.Text   = "修改用户";
     this.tmspModify.Click += new System.EventHandler(this.tmspModify_Click);
     //
     // tmspDelete
     //
     this.tmspDelete.Name    = "tmspDelete";
     this.tmspDelete.Size    = new System.Drawing.Size(118, 22);
     this.tmspDelete.Text    = "删除用户";
     this.tmspDelete.Visible = false;
     this.tmspDelete.Click  += new System.EventHandler(this.tmspDelete_Click);
     //
     // imageList1
     //
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "user_gray.png");
     //
     // AuthorizeUserControl
     //
     this.Controls.Add(this.nTreeListView1);
     this.Name  = "AuthorizeUserControl";
     this.Size  = new System.Drawing.Size(656, 487);
     this.Load += new System.EventHandler(this.AuthorizeUserControl_Load);
     this.cmpUser.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Beispiel #8
0
        /// <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.Windows.Forms.TreeListViewItemCollection.TreeListViewItemCollectionComparer treeListViewItemCollectionComparer1 = new System.Windows.Forms.TreeListViewItemCollection.TreeListViewItemCollectionComparer();
            System.Windows.Forms.TreeListViewItemCollection.TreeListViewItemCollectionComparer treeListViewItemCollectionComparer2 = new System.Windows.Forms.TreeListViewItemCollection.TreeListViewItemCollectionComparer();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DataTip));
            this.localsListView = new System.Windows.Forms.TreeListView();
            this.localsNameHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.typeLocalHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.localValueHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.treeListView1 = new System.Windows.Forms.TreeListView();
            this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.typesImageList = new System.Windows.Forms.ImageList(this.components);
            this.SuspendLayout();
            // 
            // localsListView
            // 
            this.localsListView.AutoArrange = false;
            this.localsListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.localsNameHeader,
            this.typeLocalHeader,
            this.localValueHeader});
            treeListViewItemCollectionComparer1.Column = 0;
            treeListViewItemCollectionComparer1.SortOrder = System.Windows.Forms.SortOrder.None;
            this.localsListView.Comparer = treeListViewItemCollectionComparer1;
            this.localsListView.Dock = System.Windows.Forms.DockStyle.Fill;
            this.localsListView.GridLines = true;
            this.localsListView.Location = new System.Drawing.Point(0, 0);
            this.localsListView.MultiSelect = false;
            this.localsListView.Name = "localsListView";
            this.localsListView.Size = new System.Drawing.Size(212, 157);
            this.localsListView.Sorting = System.Windows.Forms.SortOrder.None;
            this.localsListView.TabIndex = 2;
            this.localsListView.UseCompatibleStateImageBehavior = false;
            // 
            // localsNameHeader
            // 
            this.localsNameHeader.Text = "Name";
            this.localsNameHeader.Width = 108;
            // 
            // typeLocalHeader
            // 
            this.typeLocalHeader.Text = "Type";
            this.typeLocalHeader.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.typeLocalHeader.Width = 97;
            // 
            // localValueHeader
            // 
            this.localValueHeader.Text = "Value";
            this.localValueHeader.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.localValueHeader.Width = 78;
            // 
            // treeListView1
            // 
            this.treeListView1.AutoArrange = false;
            this.treeListView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader1,
            this.columnHeader2});
            treeListViewItemCollectionComparer2.Column = 0;
            treeListViewItemCollectionComparer2.SortOrder = System.Windows.Forms.SortOrder.None;
            this.treeListView1.Comparer = treeListViewItemCollectionComparer2;
            this.treeListView1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.treeListView1.GridLines = true;
            this.treeListView1.HideSelection = false;
            this.treeListView1.LargeImageList = this.typesImageList;
            this.treeListView1.Location = new System.Drawing.Point(0, 0);
            this.treeListView1.MultiSelect = false;
            this.treeListView1.Name = "treeListView1";
            this.treeListView1.Size = new System.Drawing.Size(212, 157);
            this.treeListView1.SmallImageList = this.typesImageList;
            this.treeListView1.Sorting = System.Windows.Forms.SortOrder.None;
            this.treeListView1.TabIndex = 3;
            this.treeListView1.UseCompatibleStateImageBehavior = false;
            this.treeListView1.UseXPHighlightStyle = false;
            // 
            // columnHeader1
            // 
            this.columnHeader1.Text = "Name";
            this.columnHeader1.Width = 108;
            // 
            // columnHeader2
            // 
            this.columnHeader2.Text = "Description";
            this.columnHeader2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.columnHeader2.Width = 97;
            // 
            // typesImageList
            // 
            this.typesImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("typesImageList.ImageStream")));
            this.typesImageList.TransparentColor = System.Drawing.Color.Transparent;
            this.typesImageList.Images.SetKeyName(0, "pubclass.png");
            this.typesImageList.Images.SetKeyName(1, "pubfield.png");
            this.typesImageList.Images.SetKeyName(2, "pubmethod.png");
            this.typesImageList.Images.SetKeyName(3, "pubproperty.png");
            // 
            // DataTip
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.AutoSize = true;
            this.ClientSize = new System.Drawing.Size(212, 157);
            this.Controls.Add(this.treeListView1);
            this.Controls.Add(this.localsListView);
            this.DoubleBuffered = true;
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.Name = "DataTip";
            this.Text = "DataTip";
            this.ResumeLayout(false);

        }
Beispiel #9
0
 /// <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.Windows.Forms.TreeListViewItemCollection.TreeListViewItemCollectionComparer treeListViewItemCollectionComparer1 = new System.Windows.Forms.TreeListViewItemCollection.TreeListViewItemCollectionComparer();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TryTreeListView));
     this.treeListView1 = new System.Windows.Forms.TreeListView();
     this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.imageList1    = new System.Windows.Forms.ImageList(this.components);
     this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.button1       = new System.Windows.Forms.Button();
     this.button2       = new System.Windows.Forms.Button();
     this.button3       = new System.Windows.Forms.Button();
     this.button4       = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // treeListView1
     //
     this.treeListView1.AllowColumnReorder = true;
     this.treeListView1.Anchor             = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                                    | System.Windows.Forms.AnchorStyles.Left)
                                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.treeListView1.CheckBoxes = System.Windows.Forms.CheckBoxesTypes.Recursive;
     this.treeListView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader2,
         this.columnHeader3
     });
     treeListViewItemCollectionComparer1.Column    = 0;
     treeListViewItemCollectionComparer1.SortOrder = System.Windows.Forms.SortOrder.Ascending;
     this.treeListView1.Comparer       = treeListViewItemCollectionComparer1;
     this.treeListView1.HideSelection  = false;
     this.treeListView1.LabelEdit      = true;
     this.treeListView1.Location       = new System.Drawing.Point(5, 5);
     this.treeListView1.Name           = "treeListView1";
     this.treeListView1.OwnerDraw      = true;
     this.treeListView1.Size           = new System.Drawing.Size(1005, 303);
     this.treeListView1.SmallImageList = this.imageList1;
     this.treeListView1.TabIndex       = 0;
     this.treeListView1.UseCompatibleStateImageBehavior = false;
     this.treeListView1.UseCustomDrawHeader             = true;
     this.treeListView1.BeforeLabelEdit += new System.Windows.Forms.TreeListViewBeforeLabelEditEventHandler(this.treeListView1_BeforeLabelEdit);
     this.treeListView1.BeforeExpand    += new System.Windows.Forms.TreeListViewCancelEventHandler(this.treeListView1_BeforeExpand);
     this.treeListView1.BeforeCollapse  += new System.Windows.Forms.TreeListViewCancelEventHandler(this.treeListView1_BeforeCollapse);
     treeListView1.ItemSelectionChanged += TreeListView1_ItemSelectionChanged;
     treeListView1.Columns[1].TextAlign  = HorizontalAlignment.Center;
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "Name";
     this.columnHeader1.Width = 200;
     //
     // columnHeader2
     //
     this.columnHeader2.Text  = "Attribute";
     this.columnHeader2.Width = 100;
     //
     // imageList1
     //
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "");
     this.imageList1.Images.SetKeyName(1, "");
     this.imageList1.Images.SetKeyName(2, "");
     this.imageList1.Images.SetKeyName(3, "");
     //
     // button1
     //
     this.button1.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.button1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.button1.Location  = new System.Drawing.Point(10, 318);
     this.button1.Name      = "button1";
     this.button1.Size      = new System.Drawing.Size(134, 26);
     this.button1.TabIndex  = 1;
     this.button1.Text      = "Add / Remove All";
     this.button1.Click    += new System.EventHandler(this.button1_Click);
     //
     // button2
     //
     this.button2.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.button2.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.button2.Location  = new System.Drawing.Point(852, 318);
     this.button2.Name      = "button2";
     this.button2.Size      = new System.Drawing.Size(153, 26);
     this.button2.TabIndex  = 2;
     this.button2.Text      = "Expand / Collapse All";
     this.button2.Click    += new System.EventHandler(this.button2_Click);
     //
     // button3
     //
     this.button3.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.button3.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.button3.Location  = new System.Drawing.Point(320, 318);
     this.button3.Name      = "button3";
     this.button3.Size      = new System.Drawing.Size(153, 26);
     this.button3.TabIndex  = 3;
     this.button3.Text      = "allocate 1000";
     this.button3.Click    += new System.EventHandler(this.button3_Click);
     //
     // button4
     //
     this.button4.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.button4.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.button4.Location  = new System.Drawing.Point(498, 318);
     this.button4.Name      = "button4";
     this.button4.Size      = new System.Drawing.Size(153, 26);
     this.button4.TabIndex  = 4;
     this.button4.Text      = "deallocate 1000";
     this.button4.Click    += new System.EventHandler(this.button4_Click);
     //
     // TryTreeListView
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 15);
     this.ClientSize        = new System.Drawing.Size(1015, 349);
     this.Controls.Add(this.button4);
     this.Controls.Add(this.button3);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.treeListView1);
     this.Name  = "TryTreeListView";
     this.Text  = "TryTreeListView";
     this.Load += new System.EventHandler(this.TryTreeListView_Load);
     this.ResumeLayout(false);
 }
        private NeuTreeListView GenTreeListView()
        {
            NeuTreeListView _treeList = new NeuTreeListView();

            System.Windows.Forms.TreeListViewItemCollection.TreeListViewItemCollectionComparer treeListViewItemCollectionComparer1 = new System.Windows.Forms.TreeListViewItemCollection.TreeListViewItemCollectionComparer();
            ColumnHeader columnHeader1 = new ColumnHeader();
            ColumnHeader columnHeader2 = new ColumnHeader();
            ColumnHeader columnHeader3 = new ColumnHeader();

            _treeList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { columnHeader2, columnHeader1, columnHeader3 });
            treeListViewItemCollectionComparer1.Column    = 0;
            treeListViewItemCollectionComparer1.SortOrder = System.Windows.Forms.SortOrder.Ascending;
            _treeList.Comparer = treeListViewItemCollectionComparer1;
            _treeList.Location = new System.Drawing.Point(-19, 47);
            _treeList.UseCompatibleStateImageBehavior = false;
            _treeList.MultiSelect           = false;
            _treeList.HideSelection         = false;
            _treeList.SelectedIndexChanged += new EventHandler(ResourceItem_SelectedIndexChanged);

            _treeList.ContextMenuStrip = this.nContextMenuStrip1;
            _treeList.Dock             = DockStyle.Fill;

            columnHeader1.Text  = "权限代码";
            columnHeader1.Width = 200;

            columnHeader2.Text  = "权限名称";
            columnHeader2.Width = 250;

            columnHeader3.Text  = "备注";
            columnHeader3.Width = 250;

            return(_treeList);
        }
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ZZZZMenuForm));
     System.Windows.Forms.TreeListViewItemCollection.TreeListViewItemCollectionComparer treeListViewItemCollectionComparer1 = new System.Windows.Forms.TreeListViewItemCollection.TreeListViewItemCollectionComparer();
     this.tvMenu             = new NFC.Interface.Controls.NeuTreeView();
     this.imageList1         = new System.Windows.Forms.ImageList(this.components);
     this.nSplitter1         = new NFC.Interface.Controls.NeuSplitter();
     this.nPanel1            = new NFC.Interface.Controls.NeuPanel();
     this.lvMenu             = new NFC.Interface.Controls.NeuTreeListView(this.components);
     this.H1                 = new System.Windows.Forms.ColumnHeader();
     this.H2                 = new System.Windows.Forms.ColumnHeader();
     this.H3                 = new System.Windows.Forms.ColumnHeader();
     this.H4                 = new System.Windows.Forms.ColumnHeader();
     this.H5                 = new System.Windows.Forms.ColumnHeader();
     this.H6                 = new System.Windows.Forms.ColumnHeader();
     this.H7                 = new System.Windows.Forms.ColumnHeader();
     this.H8                 = new System.Windows.Forms.ColumnHeader();
     this.NContextMenu       = new NFC.Interface.Controls.NeuContextMenuStrip();
     this.AddTypeItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.RemoveTypeItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.AddMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.ModifyMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.RemoveMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator();
     this.UpItem             = new System.Windows.Forms.ToolStripMenuItem();
     this.DownItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.nPanel1.SuspendLayout();
     this.NContextMenu.SuspendLayout();
     this.SuspendLayout();
     //
     // tvMenu
     //
     this.tvMenu.Dock               = System.Windows.Forms.DockStyle.Left;
     this.tvMenu.HideSelection      = false;
     this.tvMenu.ImageIndex         = 0;
     this.tvMenu.ImageList          = this.imageList1;
     this.tvMenu.LabelEdit          = true;
     this.tvMenu.Location           = new System.Drawing.Point(0, 25);
     this.tvMenu.Name               = "tvMenu";
     this.tvMenu.SelectedImageIndex = 0;
     this.tvMenu.Size               = new System.Drawing.Size(243, 373);
     this.tvMenu.TabIndex           = 2;
     //
     // imageList1
     //
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "分解.ico");
     this.imageList1.Images.SetKeyName(1, "收费项目24.ico");
     //
     // nSplitter1
     //
     this.nSplitter1.Location = new System.Drawing.Point(243, 25);
     this.nSplitter1.Name     = "nSplitter1";
     this.nSplitter1.Size     = new System.Drawing.Size(3, 373);
     this.nSplitter1.TabIndex = 3;
     this.nSplitter1.TabStop  = false;
     //
     // nPanel1
     //
     this.nPanel1.Controls.Add(this.lvMenu);
     this.nPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.nPanel1.Location = new System.Drawing.Point(246, 25);
     this.nPanel1.Name     = "nPanel1";
     this.nPanel1.Size     = new System.Drawing.Size(381, 373);
     this.nPanel1.TabIndex = 4;
     //
     // lvMenu
     //
     this.lvMenu.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.H1,
         this.H2,
         this.H3,
         this.H4,
         this.H5,
         this.H6,
         this.H7,
         this.H8
     });
     treeListViewItemCollectionComparer1.Column    = 0;
     treeListViewItemCollectionComparer1.SortOrder = System.Windows.Forms.SortOrder.None;
     this.lvMenu.Comparer       = treeListViewItemCollectionComparer1;
     this.lvMenu.Dock           = System.Windows.Forms.DockStyle.Fill;
     this.lvMenu.HideSelection  = false;
     this.lvMenu.Location       = new System.Drawing.Point(0, 0);
     this.lvMenu.MultiSelect    = false;
     this.lvMenu.Name           = "lvMenu";
     this.lvMenu.Size           = new System.Drawing.Size(381, 373);
     this.lvMenu.SmallImageList = this.imageList1;
     this.lvMenu.Sorting        = System.Windows.Forms.SortOrder.None;
     this.lvMenu.TabIndex       = 0;
     this.lvMenu.UseCompatibleStateImageBehavior = false;
     //
     // H1
     //
     this.H1.Text  = "菜单名称";
     this.H1.Width = 200;
     //
     // H2
     //
     this.H2.Text = "快捷键";
     //
     // H3
     //
     this.H3.Text  = "DLL名称";
     this.H3.Width = 100;
     //
     // H4
     //
     this.H4.Text  = "调用控件名称";
     this.H4.Width = 120;
     //
     // H5
     //
     this.H5.Text  = "控件类型";
     this.H5.Width = 80;
     //
     // H6
     //
     this.H6.Text  = "显示类型";
     this.H6.Width = 80;
     //
     // H7
     //
     this.H7.Text  = "传入参数";
     this.H7.Width = 100;
     //
     // H8
     //
     this.H8.Text = "是否可用";
     //
     // NContextMenu
     //
     this.NContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.AddTypeItem,
         this.RemoveTypeItem,
         this.AddMenuItem,
         this.ModifyMenuItem,
         this.RemoveMenuItem,
         this.toolStripMenuItem3,
         this.UpItem,
         this.DownItem
     });
     this.NContextMenu.Name = "NContextMenu";
     this.NContextMenu.Size = new System.Drawing.Size(153, 186);
     //
     // AddTypeItem
     //
     this.AddTypeItem.Name = "AddTypeItem";
     this.AddTypeItem.Size = new System.Drawing.Size(152, 22);
     this.AddTypeItem.Text = "增加分类";
     //
     // RemoveTypeItem
     //
     this.RemoveTypeItem.Name = "RemoveTypeItem";
     this.RemoveTypeItem.Size = new System.Drawing.Size(152, 22);
     this.RemoveTypeItem.Text = "删除分类";
     //
     // AddMenuItem
     //
     this.AddMenuItem.Name = "AddMenuItem";
     this.AddMenuItem.Size = new System.Drawing.Size(152, 22);
     this.AddMenuItem.Text = "增加菜单";
     //
     // ModifyMenuItem
     //
     this.ModifyMenuItem.Name = "ModifyMenuItem";
     this.ModifyMenuItem.Size = new System.Drawing.Size(152, 22);
     this.ModifyMenuItem.Text = "修改菜单";
     //
     // RemoveMenuItem
     //
     this.RemoveMenuItem.Name = "RemoveMenuItem";
     this.RemoveMenuItem.Size = new System.Drawing.Size(152, 22);
     this.RemoveMenuItem.Text = "删除菜单";
     //
     // toolStripMenuItem3
     //
     this.toolStripMenuItem3.Name = "toolStripMenuItem3";
     this.toolStripMenuItem3.Size = new System.Drawing.Size(149, 6);
     //
     // UpItem
     //
     this.UpItem.Name = "UpItem";
     this.UpItem.Size = new System.Drawing.Size(152, 22);
     this.UpItem.Text = "上移";
     //
     // DownItem
     //
     this.DownItem.Name = "DownItem";
     this.DownItem.Size = new System.Drawing.Size(152, 22);
     this.DownItem.Text = "下移";
     //
     // MenuForm
     //
     this.ClientSize = new System.Drawing.Size(627, 420);
     this.Controls.Add(this.nPanel1);
     this.Controls.Add(this.nSplitter1);
     this.Controls.Add(this.tvMenu);
     this.IsStatusStripVisible = true;
     this.Name        = "MenuForm";
     this.Text        = "菜单管理";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Controls.SetChildIndex(this.tvMenu, 0);
     this.Controls.SetChildIndex(this.nSplitter1, 0);
     this.Controls.SetChildIndex(this.nPanel1, 0);
     this.nPanel1.ResumeLayout(false);
     this.NContextMenu.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #12
0
 /// <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(DBIs));
     System.Windows.Forms.TreeListViewItemCollection.TreeListViewItemCollectionComparer treeListViewItemCollectionComparer1 = new System.Windows.Forms.TreeListViewItemCollection.TreeListViewItemCollectionComparer();
     this.cmTreeMenu          = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.tsmiCopy            = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
     this.toolStrip2          = new System.Windows.Forms.ToolStrip();
     this.tsbExpandAll        = new System.Windows.Forms.ToolStripButton();
     this.tsbFail             = new System.Windows.Forms.ToolStripButton();
     this.tsbResult           = new System.Windows.Forms.ToolStripButton();
     this.treeListView1       = new System.Windows.Forms.TreeListView();
     this.columnHeader1       = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.imageList2          = new System.Windows.Forms.ImageList(this.components);
     this.toolStrip1          = new System.Windows.Forms.ToolStrip();
     this.tssbSelect          = new System.Windows.Forms.ToolStripSplitButton();
     this.tsbSelectAll        = new System.Windows.Forms.ToolStripButton();
     this.tsbReverse          = new System.Windows.Forms.ToolStripButton();
     this.cmTreeMenu.SuspendLayout();
     this.toolStripContainer1.BottomToolStripPanel.SuspendLayout();
     this.toolStripContainer1.ContentPanel.SuspendLayout();
     this.toolStripContainer1.TopToolStripPanel.SuspendLayout();
     this.toolStripContainer1.SuspendLayout();
     this.toolStrip2.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // cmTreeMenu
     //
     this.cmTreeMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsmiCopy
     });
     this.cmTreeMenu.Name = "contextMenuStrip1";
     this.cmTreeMenu.Size = new System.Drawing.Size(113, 26);
     //
     // tsmiCopy
     //
     this.tsmiCopy.Name   = "tsmiCopy";
     this.tsmiCopy.Size   = new System.Drawing.Size(112, 22);
     this.tsmiCopy.Text   = "复制(&C)";
     this.tsmiCopy.Click += new System.EventHandler(this.tsmiCopy_Click);
     //
     // toolStripContainer1
     //
     //
     // toolStripContainer1.BottomToolStripPanel
     //
     this.toolStripContainer1.BottomToolStripPanel.Controls.Add(this.toolStrip2);
     //
     // toolStripContainer1.ContentPanel
     //
     this.toolStripContainer1.ContentPanel.Controls.Add(this.treeListView1);
     this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(232, 366);
     this.toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.toolStripContainer1.LeftToolStripPanelVisible = false;
     this.toolStripContainer1.Location = new System.Drawing.Point(0, 0);
     this.toolStripContainer1.Name     = "toolStripContainer1";
     this.toolStripContainer1.RightToolStripPanelVisible = false;
     this.toolStripContainer1.Size     = new System.Drawing.Size(232, 416);
     this.toolStripContainer1.TabIndex = 5;
     this.toolStripContainer1.Text     = "toolStripContainer1";
     //
     // toolStripContainer1.TopToolStripPanel
     //
     this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.toolStrip1);
     //
     // toolStrip2
     //
     this.toolStrip2.Dock = System.Windows.Forms.DockStyle.None;
     this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsbExpandAll,
         this.tsbFail,
         this.tsbResult
     });
     this.toolStrip2.Location = new System.Drawing.Point(3, 0);
     this.toolStrip2.Name     = "toolStrip2";
     this.toolStrip2.Size     = new System.Drawing.Size(189, 25);
     this.toolStrip2.TabIndex = 8;
     this.toolStrip2.Text     = "toolStrip2";
     //
     // tsbExpandAll
     //
     this.tsbExpandAll.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.tsbExpandAll.Image                 = ((System.Drawing.Image)(resources.GetObject("tsbExpandAll.Image")));
     this.tsbExpandAll.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbExpandAll.Name   = "tsbExpandAll";
     this.tsbExpandAll.Size   = new System.Drawing.Size(75, 22);
     this.tsbExpandAll.Text   = "全部收起(&D)";
     this.tsbExpandAll.Click += new System.EventHandler(this.tsbExpandAll_Click);
     //
     // tsbFail
     //
     this.tsbFail.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.tsbFail.Image                 = ((System.Drawing.Image)(resources.GetObject("tsbFail.Image")));
     this.tsbFail.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbFail.Name   = "tsbFail";
     this.tsbFail.Size   = new System.Drawing.Size(51, 22);
     this.tsbFail.Text   = "失败(&F)";
     this.tsbFail.Click += new System.EventHandler(this.tsbFail_Click);
     //
     // tsbResult
     //
     this.tsbResult.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.tsbResult.Image                 = ((System.Drawing.Image)(resources.GetObject("tsbResult.Image")));
     this.tsbResult.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbResult.Name   = "tsbResult";
     this.tsbResult.Size   = new System.Drawing.Size(51, 22);
     this.tsbResult.Text   = "结果(&T)";
     this.tsbResult.Click += new System.EventHandler(this.tsbResult_Click);
     //
     // treeListView1
     //
     this.treeListView1.CheckBoxes = System.Windows.Forms.CheckBoxesTypes.Simple;
     this.treeListView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1
     });
     treeListViewItemCollectionComparer1.Column    = 0;
     treeListViewItemCollectionComparer1.SortOrder = System.Windows.Forms.SortOrder.Ascending;
     this.treeListView1.Comparer         = treeListViewItemCollectionComparer1;
     this.treeListView1.ContextMenuStrip = this.cmTreeMenu;
     this.treeListView1.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.treeListView1.Location         = new System.Drawing.Point(0, 0);
     this.treeListView1.Name             = "treeListView1";
     this.treeListView1.Size             = new System.Drawing.Size(232, 366);
     this.treeListView1.SmallImageList   = this.imageList2;
     this.treeListView1.TabIndex         = 1;
     this.treeListView1.UseCompatibleStateImageBehavior = false;
     this.treeListView1.AfterExpand          += new System.Windows.Forms.TreeListViewEventHandler(this.treeListView1_AfterExpand);
     this.treeListView1.AfterCollapse        += new System.Windows.Forms.TreeListViewEventHandler(this.treeListView1_AfterCollapse);
     this.treeListView1.ItemChecked          += new System.Windows.Forms.ItemCheckedEventHandler(this.treeListView1_ItemChecked);
     this.treeListView1.SelectedIndexChanged += new System.EventHandler(this.treeListView1_SelectedIndexChanged);
     this.treeListView1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.treeListView1_KeyDown);
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "名称";
     this.columnHeader1.Width = 210;
     //
     // imageList2
     //
     this.imageList2.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList2.ImageStream")));
     this.imageList2.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList2.Images.SetKeyName(0, "");
     this.imageList2.Images.SetKeyName(1, "");
     this.imageList2.Images.SetKeyName(2, "");
     this.imageList2.Images.SetKeyName(3, "");
     //
     // toolStrip1
     //
     this.toolStrip1.Dock = System.Windows.Forms.DockStyle.None;
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tssbSelect,
         this.tsbSelectAll,
         this.tsbReverse
     });
     this.toolStrip1.Location = new System.Drawing.Point(3, 0);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(177, 25);
     this.toolStrip1.TabIndex = 6;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // tssbSelect
     //
     this.tssbSelect.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.tssbSelect.Image                 = ((System.Drawing.Image)(resources.GetObject("tssbSelect.Image")));
     this.tssbSelect.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tssbSelect.Name = "tssbSelect";
     this.tssbSelect.Size = new System.Drawing.Size(63, 22);
     this.tssbSelect.Text = "选择(&L)";
     //
     // tsbSelectAll
     //
     this.tsbSelectAll.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.tsbSelectAll.Image                 = ((System.Drawing.Image)(resources.GetObject("tsbSelectAll.Image")));
     this.tsbSelectAll.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbSelectAll.Name   = "tsbSelectAll";
     this.tsbSelectAll.Size   = new System.Drawing.Size(51, 22);
     this.tsbSelectAll.Text   = "全选(&A)";
     this.tsbSelectAll.Click += new System.EventHandler(this.tsbSelectAll_Click);
     //
     // tsbReverse
     //
     this.tsbReverse.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.tsbReverse.Image                 = ((System.Drawing.Image)(resources.GetObject("tsbReverse.Image")));
     this.tsbReverse.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbReverse.Name   = "tsbReverse";
     this.tsbReverse.Size   = new System.Drawing.Size(51, 22);
     this.tsbReverse.Text   = "反选(&S)";
     this.tsbReverse.Click += new System.EventHandler(this.tsbReverse_Click);
     //
     // DBIs
     //
     this.ClientSize = new System.Drawing.Size(232, 416);
     this.Controls.Add(this.toolStripContainer1);
     this.DockAreas = ((WeifenLuo.WinFormsUI.Docking.DockAreas)(((((WeifenLuo.WinFormsUI.Docking.DockAreas.Float | WeifenLuo.WinFormsUI.Docking.DockAreas.DockLeft)
                                                                   | WeifenLuo.WinFormsUI.Docking.DockAreas.DockRight)
                                                                  | WeifenLuo.WinFormsUI.Docking.DockAreas.DockTop)
                                                                 | WeifenLuo.WinFormsUI.Docking.DockAreas.DockBottom)));
     this.Font        = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.HideOnClose = true;
     this.Icon        = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name        = "DBIs";
     this.ShowHint    = WeifenLuo.WinFormsUI.Docking.DockState.DockLeft;
     this.TabText     = "Sql实例";
     this.Text        = "Sql实例";
     this.Load       += new System.EventHandler(this.SqlIns_Load);
     this.Shown      += new System.EventHandler(this.DBIs_Shown);
     this.cmTreeMenu.ResumeLayout(false);
     this.toolStripContainer1.BottomToolStripPanel.ResumeLayout(false);
     this.toolStripContainer1.BottomToolStripPanel.PerformLayout();
     this.toolStripContainer1.ContentPanel.ResumeLayout(false);
     this.toolStripContainer1.TopToolStripPanel.ResumeLayout(false);
     this.toolStripContainer1.TopToolStripPanel.PerformLayout();
     this.toolStripContainer1.ResumeLayout(false);
     this.toolStripContainer1.PerformLayout();
     this.toolStrip2.ResumeLayout(false);
     this.toolStrip2.PerformLayout();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.ResumeLayout(false);
 }
Beispiel #13
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.TreeListViewItemCollection.TreeListViewItemCollectionComparer treeListViewItemCollectionComparer1 = new System.Windows.Forms.TreeListViewItemCollection.TreeListViewItemCollectionComparer();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TxtEncoding));
     this.tsslStatus        = new System.Windows.Forms.ToolStripStatusLabel();
     this.tspb              = new System.Windows.Forms.ToolStripProgressBar();
     this.statusStrip1      = new System.Windows.Forms.StatusStrip();
     this.imgList           = new System.Windows.Forms.ImageList(this.components);
     this.label2            = new System.Windows.Forms.Label();
     this.cbSrcEncoding     = new System.Windows.Forms.ComboBox();
     this.label3            = new System.Windows.Forms.Label();
     this.cbDefaultEncoding = new System.Windows.Forms.ComboBox();
     this.groupBox1         = new System.Windows.Forms.GroupBox();
     this.txtExt            = new System.Windows.Forms.TextBox();
     this.label5            = new System.Windows.Forms.Label();
     this.label4            = new System.Windows.Forms.Label();
     this.cbRecursive       = new System.Windows.Forms.CheckBox();
     this.groupBox2         = new System.Windows.Forms.GroupBox();
     this.txtCustomer       = new System.Windows.Forms.TextBox();
     this.rbCustomer        = new System.Windows.Forms.RadioButton();
     this.rbEncodeName      = new System.Windows.Forms.RadioButton();
     this.rbKeep            = new System.Windows.Forms.RadioButton();
     this.label1            = new System.Windows.Forms.Label();
     this.label6            = new System.Windows.Forms.Label();
     this.cbDstEncoding     = new System.Windows.Forms.ComboBox();
     this.btnTrans          = new System.Windows.Forms.Button();
     this.fsExplorer1       = new Apq.TreeListView.FSExplorer();
     this.toolStrip1        = new System.Windows.Forms.ToolStrip();
     this.tsbRefresh        = new System.Windows.Forms.ToolStripButton();
     this.statusStrip1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // tsslStatus
     //
     this.tsslStatus.Name = "tsslStatus";
     this.tsslStatus.Size = new System.Drawing.Size(29, 17);
     this.tsslStatus.Text = "状态";
     //
     // tspb
     //
     this.tspb.Name = "tspb";
     this.tspb.Size = new System.Drawing.Size(300, 16);
     //
     // statusStrip1
     //
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsslStatus,
         this.tspb
     });
     this.statusStrip1.Location = new System.Drawing.Point(0, 406);
     this.statusStrip1.Name     = "statusStrip1";
     this.statusStrip1.Size     = new System.Drawing.Size(760, 22);
     this.statusStrip1.TabIndex = 1;
     //
     // imgList
     //
     this.imgList.ColorDepth       = System.Windows.Forms.ColorDepth.Depth32Bit;
     this.imgList.ImageSize        = new System.Drawing.Size(16, 16);
     this.imgList.TransparentColor = System.Drawing.Color.Transparent;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(6, 70);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(65, 12);
     this.label2.TabIndex = 6;
     this.label2.Text     = "默认编码:";
     //
     // cbSrcEncoding
     //
     this.cbSrcEncoding.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbSrcEncoding.FormattingEnabled = true;
     this.cbSrcEncoding.Items.AddRange(new object[] {
         "自动检测",
         "UTF-8",
         "GB2312",
         "ASCII"
     });
     this.cbSrcEncoding.Location = new System.Drawing.Point(77, 35);
     this.cbSrcEncoding.Name     = "cbSrcEncoding";
     this.cbSrcEncoding.Size     = new System.Drawing.Size(282, 20);
     this.cbSrcEncoding.TabIndex = 0;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(6, 38);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(65, 12);
     this.label3.TabIndex = 8;
     this.label3.Text     = "原始编码:";
     //
     // cbDefaultEncoding
     //
     this.cbDefaultEncoding.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbDefaultEncoding.FormattingEnabled = true;
     this.cbDefaultEncoding.Items.AddRange(new object[] {
         "UTF-8",
         "GB2312",
         "ASCII"
     });
     this.cbDefaultEncoding.Location = new System.Drawing.Point(77, 67);
     this.cbDefaultEncoding.Name     = "cbDefaultEncoding";
     this.cbDefaultEncoding.Size     = new System.Drawing.Size(282, 20);
     this.cbDefaultEncoding.TabIndex = 1;
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.groupBox1.Controls.Add(this.txtExt);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.cbDefaultEncoding);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.cbSrcEncoding);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.cbRecursive);
     this.groupBox1.Location = new System.Drawing.Point(12, 209);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(365, 191);
     this.groupBox1.TabIndex = 1;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "读取参数";
     //
     // txtExt
     //
     this.txtExt.Location = new System.Drawing.Point(77, 135);
     this.txtExt.Name     = "txtExt";
     this.txtExt.Size     = new System.Drawing.Size(279, 21);
     this.txtExt.TabIndex = 2;
     this.txtExt.Text     = "*.txt;*.sql;*.xml;*.ini;";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(6, 138);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(65, 12);
     this.label5.TabIndex = 16;
     this.label5.Text     = "文件类型:";
     //
     // label4
     //
     this.label4.AutoSize  = true;
     this.label4.ForeColor = System.Drawing.Color.DarkGreen;
     this.label4.Location  = new System.Drawing.Point(75, 94);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(281, 12);
     this.label4.TabIndex  = 9;
     this.label4.Text      = "自动检测无法确定编码时使用默认编码读取原始文件";
     //
     // cbRecursive
     //
     this.cbRecursive.AutoSize   = true;
     this.cbRecursive.Checked    = true;
     this.cbRecursive.CheckState = System.Windows.Forms.CheckState.Checked;
     this.cbRecursive.Location   = new System.Drawing.Point(77, 162);
     this.cbRecursive.Name       = "cbRecursive";
     this.cbRecursive.Size       = new System.Drawing.Size(84, 16);
     this.cbRecursive.TabIndex   = 3;
     this.cbRecursive.Text       = "包含子目录";
     this.cbRecursive.UseVisualStyleBackColor = true;
     //
     // groupBox2
     //
     this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.groupBox2.Controls.Add(this.txtCustomer);
     this.groupBox2.Controls.Add(this.rbCustomer);
     this.groupBox2.Controls.Add(this.rbEncodeName);
     this.groupBox2.Controls.Add(this.rbKeep);
     this.groupBox2.Controls.Add(this.label1);
     this.groupBox2.Controls.Add(this.label6);
     this.groupBox2.Controls.Add(this.cbDstEncoding);
     this.groupBox2.Location = new System.Drawing.Point(383, 209);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(365, 156);
     this.groupBox2.TabIndex = 2;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "转换参数";
     //
     // txtCustomer
     //
     this.txtCustomer.Location = new System.Drawing.Point(94, 112);
     this.txtCustomer.Name     = "txtCustomer";
     this.txtCustomer.Size     = new System.Drawing.Size(133, 21);
     this.txtCustomer.TabIndex = 4;
     this.txtCustomer.Text     = "out";
     //
     // rbCustomer
     //
     this.rbCustomer.AutoSize = true;
     this.rbCustomer.Location = new System.Drawing.Point(77, 90);
     this.rbCustomer.Name     = "rbCustomer";
     this.rbCustomer.Size     = new System.Drawing.Size(89, 16);
     this.rbCustomer.TabIndex = 3;
     this.rbCustomer.Text     = "原名_自定义";
     this.rbCustomer.UseVisualStyleBackColor = true;
     //
     // rbEncodeName
     //
     this.rbEncodeName.AutoSize = true;
     this.rbEncodeName.Location = new System.Drawing.Point(77, 68);
     this.rbEncodeName.Name     = "rbEncodeName";
     this.rbEncodeName.Size     = new System.Drawing.Size(77, 16);
     this.rbEncodeName.TabIndex = 2;
     this.rbEncodeName.Text     = "原名_编码";
     this.rbEncodeName.UseVisualStyleBackColor = true;
     //
     // rbKeep
     //
     this.rbKeep.AutoSize = true;
     this.rbKeep.Checked  = true;
     this.rbKeep.Location = new System.Drawing.Point(77, 46);
     this.rbKeep.Name     = "rbKeep";
     this.rbKeep.Size     = new System.Drawing.Size(47, 16);
     this.rbKeep.TabIndex = 1;
     this.rbKeep.TabStop  = true;
     this.rbKeep.Text     = "原名";
     this.rbKeep.UseVisualStyleBackColor = true;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(8, 48);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(53, 12);
     this.label1.TabIndex = 11;
     this.label1.Text     = "重命名:";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(6, 23);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(65, 12);
     this.label6.TabIndex = 8;
     this.label6.Text     = "目标编码:";
     //
     // cbDstEncoding
     //
     this.cbDstEncoding.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbDstEncoding.FormattingEnabled = true;
     this.cbDstEncoding.Items.AddRange(new object[] {
         "UTF-8",
         "GB2312"
     });
     this.cbDstEncoding.Location = new System.Drawing.Point(77, 20);
     this.cbDstEncoding.Name     = "cbDstEncoding";
     this.cbDstEncoding.Size     = new System.Drawing.Size(150, 20);
     this.cbDstEncoding.TabIndex = 0;
     //
     // btnTrans
     //
     this.btnTrans.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnTrans.Location = new System.Drawing.Point(383, 371);
     this.btnTrans.Name     = "btnTrans";
     this.btnTrans.Size     = new System.Drawing.Size(109, 23);
     this.btnTrans.TabIndex = 3;
     this.btnTrans.Text     = "开始转换(&T)";
     this.btnTrans.UseVisualStyleBackColor = true;
     this.btnTrans.Click += new System.EventHandler(this.btnTrans_Click);
     //
     // fsExplorer1
     //
     this.fsExplorer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                      | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.fsExplorer1.CheckBoxes = System.Windows.Forms.CheckBoxesTypes.Recursive;
     treeListViewItemCollectionComparer1.Column    = 2;
     treeListViewItemCollectionComparer1.SortOrder = System.Windows.Forms.SortOrder.Ascending;
     this.fsExplorer1.Comparer = treeListViewItemCollectionComparer1;
     this.fsExplorer1.Location = new System.Drawing.Point(0, 28);
     this.fsExplorer1.Name     = "fsExplorer1";
     this.fsExplorer1.Size     = new System.Drawing.Size(760, 175);
     this.fsExplorer1.TabIndex = 0;
     this.fsExplorer1.UseCompatibleStateImageBehavior = false;
     //
     // toolStrip1
     //
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsbRefresh
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(760, 25);
     this.toolStrip1.TabIndex = 4;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // tsbRefresh
     //
     this.tsbRefresh.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.tsbRefresh.Image                 = ((System.Drawing.Image)(resources.GetObject("tsbRefresh.Image")));
     this.tsbRefresh.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbRefresh.Name   = "tsbRefresh";
     this.tsbRefresh.Size   = new System.Drawing.Size(51, 22);
     this.tsbRefresh.Text   = "刷新(&F)";
     this.tsbRefresh.Click += new System.EventHandler(this.tsbRefresh_Click);
     //
     // TxtEncoding
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoScroll          = true;
     this.ClientSize          = new System.Drawing.Size(760, 428);
     this.Controls.Add(this.btnTrans);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.toolStrip1);
     this.Controls.Add(this.fsExplorer1);
     this.Font         = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.Icon         = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MinimumSize  = new System.Drawing.Size(768, 462);
     this.Name         = "TxtEncoding";
     this.TabText      = "文本文件编码转换";
     this.Text         = "文本文件编码转换";
     this.Activated   += new System.EventHandler(this.TxtEncoding_Activated);
     this.Deactivate  += new System.EventHandler(this.TxtEncoding_Deactivate);
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.TxtEncoding_FormClosing);
     this.Load        += new System.EventHandler(this.TxtEncoding_Load);
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #14
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.TreeListViewItemCollection.TreeListViewItemCollectionComparer treeListViewItemCollectionComparer1 = new System.Windows.Forms.TreeListViewItemCollection.TreeListViewItemCollectionComparer();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FSRename));
     this.tsslStatus        = new System.Windows.Forms.ToolStripStatusLabel();
     this.tspb              = new System.Windows.Forms.ToolStripProgressBar();
     this.statusStrip1      = new System.Windows.Forms.StatusStrip();
     this.label2            = new System.Windows.Forms.Label();
     this.label3            = new System.Windows.Forms.Label();
     this.cbMatchType       = new System.Windows.Forms.ComboBox();
     this.groupBox1         = new System.Windows.Forms.GroupBox();
     this.btnFind           = new System.Windows.Forms.Button();
     this.btnTrans          = new System.Windows.Forms.Button();
     this.txtReplace        = new System.Windows.Forms.TextBox();
     this.txtLook           = new System.Windows.Forms.TextBox();
     this.label6            = new System.Windows.Forms.Label();
     this.txtExt            = new System.Windows.Forms.TextBox();
     this.label5            = new System.Windows.Forms.Label();
     this.label4            = new System.Windows.Forms.Label();
     this.cbContainsFileExt = new System.Windows.Forms.CheckBox();
     this.cbContainsFolder  = new System.Windows.Forms.CheckBox();
     this.cbRecursive       = new System.Windows.Forms.CheckBox();
     this.fsExplorer1       = new Apq.TreeListView.FSExplorer();
     this.toolStrip1        = new System.Windows.Forms.ToolStrip();
     this.tsbRefresh        = new System.Windows.Forms.ToolStripButton();
     this.statusStrip1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // tsslStatus
     //
     this.tsslStatus.Name = "tsslStatus";
     this.tsslStatus.Size = new System.Drawing.Size(29, 17);
     this.tsslStatus.Text = "状态";
     //
     // tspb
     //
     this.tspb.Name = "tspb";
     this.tspb.Size = new System.Drawing.Size(300, 16);
     //
     // statusStrip1
     //
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsslStatus,
         this.tspb
     });
     this.statusStrip1.Location = new System.Drawing.Point(0, 406);
     this.statusStrip1.Name     = "statusStrip1";
     this.statusStrip1.Size     = new System.Drawing.Size(760, 22);
     this.statusStrip1.TabIndex = 1;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(6, 158);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(65, 12);
     this.label2.TabIndex = 6;
     this.label2.Text     = "匹配方式:";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(6, 33);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(53, 12);
     this.label3.TabIndex = 8;
     this.label3.Text     = "查找串:";
     //
     // cbMatchType
     //
     this.cbMatchType.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbMatchType.FormattingEnabled = true;
     this.cbMatchType.Items.AddRange(new object[] {
         "普通",
         "正则表达式"
     });
     this.cbMatchType.Location = new System.Drawing.Point(77, 155);
     this.cbMatchType.Name     = "cbMatchType";
     this.cbMatchType.Size     = new System.Drawing.Size(168, 20);
     this.cbMatchType.TabIndex = 2;
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.btnFind);
     this.groupBox1.Controls.Add(this.btnTrans);
     this.groupBox1.Controls.Add(this.txtReplace);
     this.groupBox1.Controls.Add(this.txtLook);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.txtExt);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.cbMatchType);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.cbContainsFileExt);
     this.groupBox1.Controls.Add(this.cbContainsFolder);
     this.groupBox1.Controls.Add(this.cbRecursive);
     this.groupBox1.Location = new System.Drawing.Point(12, 191);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(736, 212);
     this.groupBox1.TabIndex = 1;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "查找和替换";
     //
     // btnFind
     //
     this.btnFind.Location = new System.Drawing.Point(284, 28);
     this.btnFind.Name     = "btnFind";
     this.btnFind.Size     = new System.Drawing.Size(75, 23);
     this.btnFind.TabIndex = 7;
     this.btnFind.Text     = "查找(&F)";
     this.btnFind.UseVisualStyleBackColor = true;
     this.btnFind.Click += new System.EventHandler(this.btnFind_Click);
     //
     // btnTrans
     //
     this.btnTrans.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnTrans.Location = new System.Drawing.Point(454, 167);
     this.btnTrans.Name     = "btnTrans";
     this.btnTrans.Size     = new System.Drawing.Size(109, 23);
     this.btnTrans.TabIndex = 8;
     this.btnTrans.Text     = "开始替换(&H)";
     this.btnTrans.UseVisualStyleBackColor = true;
     this.btnTrans.Click += new System.EventHandler(this.btnTrans_Click);
     //
     // txtReplace
     //
     this.txtReplace.Location = new System.Drawing.Point(77, 62);
     this.txtReplace.Name     = "txtReplace";
     this.txtReplace.Size     = new System.Drawing.Size(201, 21);
     this.txtReplace.TabIndex = 1;
     //
     // txtLook
     //
     this.txtLook.Location = new System.Drawing.Point(77, 30);
     this.txtLook.Name     = "txtLook";
     this.txtLook.Size     = new System.Drawing.Size(201, 21);
     this.txtLook.TabIndex = 0;
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(6, 65);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(53, 12);
     this.label6.TabIndex = 19;
     this.label6.Text     = "替换为:";
     //
     // txtExt
     //
     this.txtExt.Location = new System.Drawing.Point(525, 30);
     this.txtExt.Name     = "txtExt";
     this.txtExt.Size     = new System.Drawing.Size(180, 21);
     this.txtExt.TabIndex = 3;
     this.txtExt.Text     = "*.txt;*.sql;*.xml;*.ini;";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(454, 33);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(65, 12);
     this.label5.TabIndex = 16;
     this.label5.Text     = "文件类型:";
     //
     // label4
     //
     this.label4.AutoSize  = true;
     this.label4.ForeColor = System.Drawing.Color.DarkGreen;
     this.label4.Location  = new System.Drawing.Point(75, 188);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(161, 12);
     this.label4.TabIndex  = 9;
     this.label4.Text      = "两种方式均为匹配整个查找串";
     //
     // cbContainsFileExt
     //
     this.cbContainsFileExt.AutoSize   = true;
     this.cbContainsFileExt.Checked    = true;
     this.cbContainsFileExt.CheckState = System.Windows.Forms.CheckState.Checked;
     this.cbContainsFileExt.Location   = new System.Drawing.Point(525, 86);
     this.cbContainsFileExt.Name       = "cbContainsFileExt";
     this.cbContainsFileExt.Size       = new System.Drawing.Size(108, 16);
     this.cbContainsFileExt.TabIndex   = 6;
     this.cbContainsFileExt.Text       = "包含文件扩展名";
     this.cbContainsFileExt.UseVisualStyleBackColor = true;
     //
     // cbContainsFolder
     //
     this.cbContainsFolder.AutoSize = true;
     this.cbContainsFolder.Location = new System.Drawing.Point(525, 108);
     this.cbContainsFolder.Name     = "cbContainsFolder";
     this.cbContainsFolder.Size     = new System.Drawing.Size(84, 16);
     this.cbContainsFolder.TabIndex = 5;
     this.cbContainsFolder.Text     = "包含文件夹";
     this.cbContainsFolder.UseVisualStyleBackColor = true;
     this.cbContainsFolder.Visible = false;
     //
     // cbRecursive
     //
     this.cbRecursive.AutoSize   = true;
     this.cbRecursive.Checked    = true;
     this.cbRecursive.CheckState = System.Windows.Forms.CheckState.Checked;
     this.cbRecursive.Location   = new System.Drawing.Point(525, 64);
     this.cbRecursive.Name       = "cbRecursive";
     this.cbRecursive.Size       = new System.Drawing.Size(84, 16);
     this.cbRecursive.TabIndex   = 4;
     this.cbRecursive.Text       = "包含子目录";
     this.cbRecursive.UseVisualStyleBackColor = true;
     //
     // fsExplorer1
     //
     this.fsExplorer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                      | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.fsExplorer1.CheckBoxes = System.Windows.Forms.CheckBoxesTypes.Recursive;
     treeListViewItemCollectionComparer1.Column    = 2;
     treeListViewItemCollectionComparer1.SortOrder = System.Windows.Forms.SortOrder.Ascending;
     this.fsExplorer1.Comparer = treeListViewItemCollectionComparer1;
     this.fsExplorer1.Location = new System.Drawing.Point(0, 28);
     this.fsExplorer1.Name     = "fsExplorer1";
     this.fsExplorer1.Size     = new System.Drawing.Size(760, 154);
     this.fsExplorer1.TabIndex = 0;
     this.fsExplorer1.UseCompatibleStateImageBehavior = false;
     this.fsExplorer1.SelectedIndexChanged           += new System.EventHandler(this.fsExplorer1_SelectedIndexChanged);
     //
     // toolStrip1
     //
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsbRefresh
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(760, 25);
     this.toolStrip1.TabIndex = 5;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // tsbRefresh
     //
     this.tsbRefresh.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.tsbRefresh.Image                 = ((System.Drawing.Image)(resources.GetObject("tsbRefresh.Image")));
     this.tsbRefresh.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbRefresh.Name   = "tsbRefresh";
     this.tsbRefresh.Size   = new System.Drawing.Size(51, 22);
     this.tsbRefresh.Text   = "刷新(&F)";
     this.tsbRefresh.Click += new System.EventHandler(this.tsbRefresh_Click);
     //
     // FSRename
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoScroll          = true;
     this.ClientSize          = new System.Drawing.Size(760, 428);
     this.Controls.Add(this.fsExplorer1);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.toolStrip1);
     this.Font         = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.Icon         = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MinimumSize  = new System.Drawing.Size(768, 462);
     this.Name         = "FSRename";
     this.TabText      = "批量重命名";
     this.Text         = "批量重命名";
     this.Activated   += new System.EventHandler(this.TxtEncoding_Activated);
     this.Deactivate  += new System.EventHandler(this.TxtEncoding_Deactivate);
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.TxtEncoding_FormClosing);
     this.Load        += new System.EventHandler(this.TxtEncoding_Load);
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #15
0
 /// <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.Windows.Forms.TreeListViewItemCollection.TreeListViewItemCollectionComparer treeListViewItemCollectionComparer2 = new System.Windows.Forms.TreeListViewItemCollection.TreeListViewItemCollectionComparer();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(YmlNodeForm));
     this.parent        = new CCWin.SkinControl.SkinTextBox();
     this.label1        = new System.Windows.Forms.Label();
     this.label2        = new System.Windows.Forms.Label();
     this.name          = new CCWin.SkinControl.SkinTextBox();
     this.label3        = new System.Windows.Forms.Label();
     this.value         = new CCWin.SkinControl.SkinTextBox();
     this.label4        = new System.Windows.Forms.Label();
     this.common        = new CCWin.SkinControl.SkinTextBox();
     this.btn_sure      = new System.Windows.Forms.Button();
     this.btn_cancel    = new System.Windows.Forms.Button();
     this.panel1        = new System.Windows.Forms.Panel();
     this._treeView     = new System.Windows.Forms.TreeListView();
     this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.imageList2    = new System.Windows.Forms.ImageList(this.components);
     this.button1       = new System.Windows.Forms.Button();
     this.button2       = new System.Windows.Forms.Button();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // parent
     //
     this.parent.BackColor            = System.Drawing.Color.Transparent;
     this.parent.DownBack             = null;
     this.parent.Icon                 = null;
     this.parent.IconIsButton         = false;
     this.parent.IconMouseState       = CCWin.SkinClass.ControlState.Normal;
     this.parent.IsPasswordChat       = '\0';
     this.parent.IsSystemPasswordChar = false;
     this.parent.Lines                = new string[0];
     this.parent.Location             = new System.Drawing.Point(102, 43);
     this.parent.Margin               = new System.Windows.Forms.Padding(0);
     this.parent.MaxLength            = 32767;
     this.parent.MinimumSize          = new System.Drawing.Size(28, 28);
     this.parent.MouseBack            = null;
     this.parent.MouseState           = CCWin.SkinClass.ControlState.Normal;
     this.parent.Multiline            = false;
     this.parent.Name                 = "parent";
     this.parent.NormlBack            = null;
     this.parent.Padding              = new System.Windows.Forms.Padding(5);
     this.parent.ReadOnly             = true;
     this.parent.ScrollBars           = System.Windows.Forms.ScrollBars.None;
     this.parent.Size                 = new System.Drawing.Size(464, 28);
     //
     //
     //
     this.parent.SkinTxt.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.parent.SkinTxt.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.parent.SkinTxt.Font        = new System.Drawing.Font("微软雅黑", 9.75F);
     this.parent.SkinTxt.Location    = new System.Drawing.Point(5, 5);
     this.parent.SkinTxt.Name        = "BaseText";
     this.parent.SkinTxt.ReadOnly    = true;
     this.parent.SkinTxt.Size        = new System.Drawing.Size(454, 18);
     this.parent.SkinTxt.TabIndex    = 0;
     this.parent.SkinTxt.WaterColor  = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
     this.parent.SkinTxt.WaterText   = "父节点属性名称";
     this.parent.TabIndex            = 0;
     this.parent.TextAlign           = System.Windows.Forms.HorizontalAlignment.Left;
     this.parent.WaterColor          = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
     this.parent.WaterText           = "父节点属性名称";
     this.parent.WordWrap            = true;
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Location  = new System.Drawing.Point(17, 51);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(77, 12);
     this.label1.TabIndex  = 1;
     this.label1.Text      = "父属性名称:";
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Location  = new System.Drawing.Point(29, 95);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(65, 12);
     this.label2.TabIndex  = 3;
     this.label2.Text      = "属性名称:";
     //
     // name
     //
     this.name.BackColor            = System.Drawing.Color.Transparent;
     this.name.DownBack             = null;
     this.name.Icon                 = null;
     this.name.IconIsButton         = false;
     this.name.IconMouseState       = CCWin.SkinClass.ControlState.Normal;
     this.name.IsPasswordChat       = '\0';
     this.name.IsSystemPasswordChar = false;
     this.name.Lines                = new string[0];
     this.name.Location             = new System.Drawing.Point(102, 87);
     this.name.Margin               = new System.Windows.Forms.Padding(0);
     this.name.MaxLength            = 32767;
     this.name.MinimumSize          = new System.Drawing.Size(28, 28);
     this.name.MouseBack            = null;
     this.name.MouseState           = CCWin.SkinClass.ControlState.Normal;
     this.name.Multiline            = false;
     this.name.Name                 = "name";
     this.name.NormlBack            = null;
     this.name.Padding              = new System.Windows.Forms.Padding(5);
     this.name.ReadOnly             = false;
     this.name.ScrollBars           = System.Windows.Forms.ScrollBars.None;
     this.name.Size                 = new System.Drawing.Size(464, 28);
     //
     //
     //
     this.name.SkinTxt.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.name.SkinTxt.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.name.SkinTxt.Font        = new System.Drawing.Font("微软雅黑", 9.75F);
     this.name.SkinTxt.Location    = new System.Drawing.Point(5, 5);
     this.name.SkinTxt.Name        = "BaseText";
     this.name.SkinTxt.Size        = new System.Drawing.Size(454, 18);
     this.name.SkinTxt.TabIndex    = 0;
     this.name.SkinTxt.WaterColor  = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
     this.name.SkinTxt.WaterText   = "属性名称";
     this.name.TabIndex            = 2;
     this.name.TextAlign           = System.Windows.Forms.HorizontalAlignment.Left;
     this.name.WaterColor          = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
     this.name.WaterText           = "属性名称";
     this.name.WordWrap            = true;
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Location  = new System.Drawing.Point(41, 141);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(53, 12);
     this.label3.TabIndex  = 3;
     this.label3.Text      = "属性值:";
     //
     // value
     //
     this.value.BackColor            = System.Drawing.Color.Transparent;
     this.value.DownBack             = null;
     this.value.Icon                 = null;
     this.value.IconIsButton         = false;
     this.value.IconMouseState       = CCWin.SkinClass.ControlState.Normal;
     this.value.IsPasswordChat       = '\0';
     this.value.IsSystemPasswordChar = false;
     this.value.Lines                = new string[0];
     this.value.Location             = new System.Drawing.Point(102, 133);
     this.value.Margin               = new System.Windows.Forms.Padding(0);
     this.value.MaxLength            = 32767;
     this.value.MinimumSize          = new System.Drawing.Size(28, 28);
     this.value.MouseBack            = null;
     this.value.MouseState           = CCWin.SkinClass.ControlState.Normal;
     this.value.Multiline            = false;
     this.value.Name                 = "value";
     this.value.NormlBack            = null;
     this.value.Padding              = new System.Windows.Forms.Padding(5);
     this.value.ReadOnly             = false;
     this.value.ScrollBars           = System.Windows.Forms.ScrollBars.None;
     this.value.Size                 = new System.Drawing.Size(464, 28);
     //
     //
     //
     this.value.SkinTxt.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.value.SkinTxt.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.value.SkinTxt.Font        = new System.Drawing.Font("微软雅黑", 9.75F);
     this.value.SkinTxt.Location    = new System.Drawing.Point(5, 5);
     this.value.SkinTxt.Name        = "BaseText";
     this.value.SkinTxt.Size        = new System.Drawing.Size(454, 18);
     this.value.SkinTxt.TabIndex    = 0;
     this.value.SkinTxt.WaterColor  = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
     this.value.SkinTxt.WaterText   = "属性值";
     this.value.TabIndex            = 2;
     this.value.TextAlign           = System.Windows.Forms.HorizontalAlignment.Left;
     this.value.WaterColor          = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
     this.value.WaterText           = "属性值";
     this.value.WordWrap            = true;
     //
     // label4
     //
     this.label4.AutoSize  = true;
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.Location  = new System.Drawing.Point(53, 186);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(41, 12);
     this.label4.TabIndex  = 5;
     this.label4.Text      = "备注:";
     //
     // common
     //
     this.common.BackColor            = System.Drawing.Color.Transparent;
     this.common.DownBack             = null;
     this.common.Icon                 = null;
     this.common.IconIsButton         = false;
     this.common.IconMouseState       = CCWin.SkinClass.ControlState.Normal;
     this.common.IsPasswordChat       = '\0';
     this.common.IsSystemPasswordChar = false;
     this.common.Lines                = new string[0];
     this.common.Location             = new System.Drawing.Point(102, 178);
     this.common.Margin               = new System.Windows.Forms.Padding(0);
     this.common.MaxLength            = 32767;
     this.common.MinimumSize          = new System.Drawing.Size(28, 28);
     this.common.MouseBack            = null;
     this.common.MouseState           = CCWin.SkinClass.ControlState.Normal;
     this.common.Multiline            = false;
     this.common.Name                 = "common";
     this.common.NormlBack            = null;
     this.common.Padding              = new System.Windows.Forms.Padding(5);
     this.common.ReadOnly             = false;
     this.common.ScrollBars           = System.Windows.Forms.ScrollBars.None;
     this.common.Size                 = new System.Drawing.Size(464, 28);
     //
     //
     //
     this.common.SkinTxt.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.common.SkinTxt.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.common.SkinTxt.Font        = new System.Drawing.Font("微软雅黑", 9.75F);
     this.common.SkinTxt.Location    = new System.Drawing.Point(5, 5);
     this.common.SkinTxt.Name        = "BaseText";
     this.common.SkinTxt.Size        = new System.Drawing.Size(454, 18);
     this.common.SkinTxt.TabIndex    = 0;
     this.common.SkinTxt.WaterColor  = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
     this.common.SkinTxt.WaterText   = "备注";
     this.common.TabIndex            = 4;
     this.common.TextAlign           = System.Windows.Forms.HorizontalAlignment.Left;
     this.common.WaterColor          = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
     this.common.WaterText           = "备注";
     this.common.WordWrap            = true;
     //
     // btn_sure
     //
     this.btn_sure.Location = new System.Drawing.Point(491, 228);
     this.btn_sure.Name     = "btn_sure";
     this.btn_sure.Size     = new System.Drawing.Size(75, 27);
     this.btn_sure.TabIndex = 6;
     this.btn_sure.Text     = "确定";
     this.btn_sure.UseVisualStyleBackColor = true;
     this.btn_sure.Click += new System.EventHandler(this.btn_sure_Click);
     //
     // btn_cancel
     //
     this.btn_cancel.Location = new System.Drawing.Point(396, 228);
     this.btn_cancel.Name     = "btn_cancel";
     this.btn_cancel.Size     = new System.Drawing.Size(75, 27);
     this.btn_cancel.TabIndex = 7;
     this.btn_cancel.Text     = "取消";
     this.btn_cancel.UseVisualStyleBackColor = true;
     this.btn_cancel.Click += new System.EventHandler(this.btn_cancel_Click);
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.Transparent;
     this.panel1.Controls.Add(this.button2);
     this.panel1.Controls.Add(this.button1);
     this.panel1.Controls.Add(this._treeView);
     this.panel1.Location = new System.Drawing.Point(102, 71);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(464, 191);
     this.panel1.TabIndex = 1;
     this.panel1.Visible  = false;
     //
     // _treeView
     //
     this._treeView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader2,
         this.columnHeader3
     });
     treeListViewItemCollectionComparer2.Column    = 0;
     treeListViewItemCollectionComparer2.SortOrder = System.Windows.Forms.SortOrder.None;
     this._treeView.Comparer           = treeListViewItemCollectionComparer2;
     this._treeView.GridLines          = true;
     this._treeView.HeaderStyle        = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this._treeView.LabelWrap          = false;
     this._treeView.Location           = new System.Drawing.Point(0, -1);
     this._treeView.MultiSelect        = false;
     this._treeView.Name               = "_treeView";
     this._treeView.PlusMinusLineColor = System.Drawing.Color.Teal;
     this._treeView.Size               = new System.Drawing.Size(464, 152);
     this._treeView.SmallImageList     = this.imageList2;
     this._treeView.Sorting            = System.Windows.Forms.SortOrder.None;
     this._treeView.TabIndex           = 1;
     this._treeView.UseCompatibleStateImageBehavior = false;
     //
     // columnHeader2
     //
     this.columnHeader2.Text  = "属性";
     this.columnHeader2.Width = 240;
     //
     // columnHeader3
     //
     this.columnHeader3.Text  = "值";
     this.columnHeader3.Width = 210;
     //
     // imageList2
     //
     this.imageList2.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList2.ImageStream")));
     this.imageList2.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList2.Images.SetKeyName(0, "Folder_open_16px.png");
     this.imageList2.Images.SetKeyName(1, "item_16px.png");
     this.imageList2.Images.SetKeyName(2, "gray_light_16px.png");
     this.imageList2.Images.SetKeyName(3, "openSession.png");
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(381, 157);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(75, 27);
     this.button1.TabIndex = 2;
     this.button1.Text     = "选定";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(299, 157);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(75, 27);
     this.button2.TabIndex = 3;
     this.button2.Text     = "取消";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // YmlNodeForm
     //
     this.AutoScaleDimensions   = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode         = System.Windows.Forms.AutoScaleMode.Font;
     this.BackgroundImage       = global::AppMonitor.Properties.Resources.skin_12;
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.CaptionFont           = new System.Drawing.Font("微软雅黑", 9F);
     this.ClientSize            = new System.Drawing.Size(589, 273);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.btn_cancel);
     this.Controls.Add(this.btn_sure);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.common);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.value);
     this.Controls.Add(this.name);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.parent);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MaximumSize   = new System.Drawing.Size(589, 273);
     this.MinimizeBox   = false;
     this.MinimumSize   = new System.Drawing.Size(589, 273);
     this.Name          = "YmlNodeForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "新增/修改节点";
     this.TitleCenter   = false;
     this.TitleColor    = System.Drawing.Color.White;
     this.Load         += new System.EventHandler(this.YmlNodeForm_Load);
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
        /// <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(TryTreeListView));
            System.Windows.Forms.TreeListViewItemCollection.TreeListViewItemCollectionComparer treeListViewItemCollectionComparer1 = new System.Windows.Forms.TreeListViewItemCollection.TreeListViewItemCollectionComparer();
            this.imageList1 = new System.Windows.Forms.ImageList(this.components);
            this.button1 = new System.Windows.Forms.Button();
            this.button2 = new System.Windows.Forms.Button();
            this.treeListView1 = new System.Windows.Forms.TreeListView();
            this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.SuspendLayout();
            // 
            // imageList1
            // 
            this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
            this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
            this.imageList1.Images.SetKeyName(0, "");
            this.imageList1.Images.SetKeyName(1, "");
            this.imageList1.Images.SetKeyName(2, "");
            this.imageList1.Images.SetKeyName(3, "");
            // 
            // button1
            // 
            this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.button1.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.button1.Location = new System.Drawing.Point(21, 637);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(291, 49);
            this.button1.TabIndex = 1;
            this.button1.Text = "Add / Remove All";
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // button2
            // 
            this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.button2.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.button2.Location = new System.Drawing.Point(838, 637);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(333, 49);
            this.button2.TabIndex = 2;
            this.button2.Text = "Expand / Collapse All";
            this.button2.Click += new System.EventHandler(this.button2_Click);
            // 
            // treeListView1
            // 
            this.treeListView1.AllowColumnReorder = true;
            this.treeListView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.treeListView1.CheckBoxes = System.Windows.Forms.CheckBoxesTypes.Recursive;
            this.treeListView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader1,
            this.columnHeader2,
            this.columnHeader3});
            treeListViewItemCollectionComparer1.Column = 0;
            treeListViewItemCollectionComparer1.SortOrder = System.Windows.Forms.SortOrder.Ascending;
            this.treeListView1.Comparer = treeListViewItemCollectionComparer1;
            this.treeListView1.HideSelection = false;
            this.treeListView1.LabelEdit = true;
            this.treeListView1.Location = new System.Drawing.Point(10, 9);
            this.treeListView1.Name = "treeListView1";
            this.treeListView1.Size = new System.Drawing.Size(1172, 610);
            this.treeListView1.SmallImageList = this.imageList1;
            this.treeListView1.TabIndex = 0;
            this.treeListView1.UseCompatibleStateImageBehavior = false;
            this.treeListView1.AfterLabelEdit += new System.Windows.Forms.TreeListViewLabelEditEventHandler(this.treeListView1_AfterLabelEdit);
            this.treeListView1.BeforeLabelEdit += new System.Windows.Forms.TreeListViewBeforeLabelEditEventHandler(this.treeListView1_BeforeLabelEdit);
            this.treeListView1.BeforeExpand += new System.Windows.Forms.TreeListViewCancelEventHandler(this.treeListView1_BeforeExpand);
            this.treeListView1.BeforeCollapse += new System.Windows.Forms.TreeListViewCancelEventHandler(this.treeListView1_BeforeCollapse);
            this.treeListView1.AfterExpand += new System.Windows.Forms.TreeListViewEventHandler(this.treeListView1_AfterExpand);
            // 
            // columnHeader1
            // 
            this.columnHeader1.Text = "Name";
            this.columnHeader1.Width = 200;
            // 
            // columnHeader2
            // 
            this.columnHeader2.Text = "Attribute";
            this.columnHeader2.Width = 100;
            // 
            // TryTreeListView
            // 
            this.AutoScaleBaseSize = new System.Drawing.Size(13, 28);
            this.ClientSize = new System.Drawing.Size(1192, 695);
            this.Controls.Add(this.button2);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.treeListView1);
            this.Name = "TryTreeListView";
            this.Text = "TryTreeListView";
            this.Load += new System.EventHandler(this.TryTreeListView_Load);
            this.ResumeLayout(false);

        }
Beispiel #17
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UctTree));
     System.Windows.Forms.TreeListViewItemCollection.TreeListViewItemCollectionComparer treeListViewItemCollectionComparer1 = new System.Windows.Forms.TreeListViewItemCollection.TreeListViewItemCollectionComparer();
     this.imageList1          = new System.Windows.Forms.ImageList(this.components);
     this.toolStrip1          = new System.Windows.Forms.ToolStrip();
     this.tsbAdd              = new System.Windows.Forms.ToolStripButton();
     this.tsbEdit             = new System.Windows.Forms.ToolStripButton();
     this.tsbDel              = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.tsbTree             = new System.Windows.Forms.ToolStripButton();
     this.tsbNodeText         = new System.Windows.Forms.ToolStripButton();
     this.tsbSwitch           = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripLabel1     = new System.Windows.Forms.ToolStripLabel();
     this.TextBox_Query       = new System.Windows.Forms.ToolStripTextBox();
     this.tsbReturn           = new System.Windows.Forms.ToolStripButton();
     this.treeListView1       = new BDSoft.Components.TreeListViewFast();
     this.columnHeader1       = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader3       = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader5       = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.treeViewFast1       = new BDSoft.Components.TreeViewFast();
     this.toolStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // imageList1
     //
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "open_project.png");
     this.imageList1.Images.SetKeyName(1, "oilField.png");
     this.imageList1.Images.SetKeyName(2, "unit.png");
     this.imageList1.Images.SetKeyName(3, "plant.png");
     //
     // toolStrip1
     //
     this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsbAdd,
         this.tsbEdit,
         this.tsbDel,
         this.toolStripSeparator3,
         this.tsbTree,
         this.tsbNodeText,
         this.tsbSwitch,
         this.toolStripSeparator4,
         this.toolStripLabel1,
         this.TextBox_Query,
         this.tsbReturn
     });
     this.toolStrip1.Location   = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name       = "toolStrip1";
     this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
     this.toolStrip1.Size       = new System.Drawing.Size(456, 25);
     this.toolStrip1.TabIndex   = 13;
     this.toolStrip1.Text       = "toolStrip1";
     //
     // tsbAdd
     //
     this.tsbAdd.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbAdd.Image                 = global::ReserveCommon.Properties.Resources.add2;
     this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbAdd.Name = "tsbAdd";
     this.tsbAdd.Size = new System.Drawing.Size(23, 22);
     this.tsbAdd.Tag  = "0";
     this.tsbAdd.Text = "新建单元";
     //
     // tsbEdit
     //
     this.tsbEdit.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbEdit.Image                 = global::ReserveCommon.Properties.Resources.edit;
     this.tsbEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbEdit.Name = "tsbEdit";
     this.tsbEdit.Size = new System.Drawing.Size(23, 22);
     this.tsbEdit.Tag  = "0";
     this.tsbEdit.Text = "节点编辑";
     //
     // tsbDel
     //
     this.tsbDel.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbDel.Image                 = global::ReserveCommon.Properties.Resources.除16;
     this.tsbDel.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbDel.Name = "tsbDel";
     this.tsbDel.Size = new System.Drawing.Size(23, 22);
     this.tsbDel.Tag  = "0";
     this.tsbDel.Text = "删除单元数据";
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
     this.toolStripSeparator3.Tag  = "0";
     //
     // tsbTree
     //
     this.tsbTree.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbTree.Image                 = global::ReserveCommon.Properties.Resources.treenode;
     this.tsbTree.ImageAlign            = System.Drawing.ContentAlignment.TopLeft;
     this.tsbTree.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbTree.Name   = "tsbTree";
     this.tsbTree.Size   = new System.Drawing.Size(23, 22);
     this.tsbTree.Text   = "分级显示";
     this.tsbTree.Click += new System.EventHandler(this.tsbTree_Click);
     //
     // tsbNodeText
     //
     this.tsbNodeText.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbNodeText.Image                 = global::ReserveCommon.Properties.Resources.edit2;
     this.tsbNodeText.ImageAlign            = System.Drawing.ContentAlignment.TopLeft;
     this.tsbNodeText.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbNodeText.Name   = "tsbNodeText";
     this.tsbNodeText.Size   = new System.Drawing.Size(23, 22);
     this.tsbNodeText.Text   = "单元名称编辑";
     this.tsbNodeText.Click += new System.EventHandler(this.tsbNodeText_Click);
     //
     // tsbSwitch
     //
     this.tsbSwitch.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbSwitch.Image                 = global::ReserveCommon.Properties.Resources._switch;
     this.tsbSwitch.ImageAlign            = System.Drawing.ContentAlignment.TopLeft;
     this.tsbSwitch.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbSwitch.Name   = "tsbSwitch";
     this.tsbSwitch.Size   = new System.Drawing.Size(23, 22);
     this.tsbSwitch.Text   = "树形列表结构";
     this.tsbSwitch.Click += new System.EventHandler(this.tsbSwitch_Click);
     //
     // toolStripSeparator4
     //
     this.toolStripSeparator4.Name = "toolStripSeparator4";
     this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripLabel1
     //
     this.toolStripLabel1.Name = "toolStripLabel1";
     this.toolStripLabel1.Size = new System.Drawing.Size(59, 22);
     this.toolStripLabel1.Text = "单元检索:";
     //
     // TextBox_Query
     //
     this.TextBox_Query.Name = "TextBox_Query";
     this.TextBox_Query.Size = new System.Drawing.Size(80, 25);
     //
     // tsbReturn
     //
     this.tsbReturn.Alignment             = System.Windows.Forms.ToolStripItemAlignment.Right;
     this.tsbReturn.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbReturn.Image                 = ((System.Drawing.Image)(resources.GetObject("tsbReturn.Image")));
     this.tsbReturn.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbReturn.Name   = "tsbReturn";
     this.tsbReturn.Size   = new System.Drawing.Size(23, 22);
     this.tsbReturn.Text   = "返回主树目录";
     this.tsbReturn.Click += new System.EventHandler(this.tsbReturn_Click);
     //
     // treeListView1
     //
     this.treeListView1.BackColor   = System.Drawing.SystemColors.Window;
     this.treeListView1.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.treeListView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader3,
         this.columnHeader5
     });
     treeListViewItemCollectionComparer1.Column    = 0;
     treeListViewItemCollectionComparer1.SortOrder = System.Windows.Forms.SortOrder.Ascending;
     this.treeListView1.Comparer       = treeListViewItemCollectionComparer1;
     this.treeListView1.HideSelection  = false;
     this.treeListView1.Location       = new System.Drawing.Point(3, 386);
     this.treeListView1.Name           = "treeListView1";
     this.treeListView1.Size           = new System.Drawing.Size(412, 97);
     this.treeListView1.SmallImageList = this.imageList1;
     this.treeListView1.TabIndex       = 15;
     this.treeListView1.UseCompatibleStateImageBehavior = false;
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "单元名称";
     this.columnHeader1.Width = 200;
     //
     // columnHeader3
     //
     this.columnHeader3.Text  = "油气藏类型";
     this.columnHeader3.Width = 100;
     //
     // columnHeader5
     //
     this.columnHeader5.Text  = "开发方式";
     this.columnHeader5.Width = 100;
     //
     // treeViewFast1
     //
     this.treeViewFast1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                        | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.treeViewFast1.BackColor          = System.Drawing.SystemColors.Window;
     this.treeViewFast1.BorderStyle        = System.Windows.Forms.BorderStyle.None;
     this.treeViewFast1.ImageIndex         = 0;
     this.treeViewFast1.ImageList          = this.imageList1;
     this.treeViewFast1.ItemHeight         = 20;
     this.treeViewFast1.Location           = new System.Drawing.Point(0, 28);
     this.treeViewFast1.Name               = "treeViewFast1";
     this.treeViewFast1.SelectedImageIndex = 0;
     this.treeViewFast1.Size               = new System.Drawing.Size(407, 337);
     this.treeViewFast1.TabIndex           = 14;
     //
     // UctTree
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.treeListView1);
     this.Controls.Add(this.treeViewFast1);
     this.Controls.Add(this.toolStrip1);
     this.DoubleBuffered = true;
     this.Name           = "UctTree";
     this.Size           = new System.Drawing.Size(456, 564);
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #18
0
		/// <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(DBIs));
			System.Windows.Forms.TreeListViewItemCollection.TreeListViewItemCollectionComparer treeListViewItemCollectionComparer1 = new System.Windows.Forms.TreeListViewItemCollection.TreeListViewItemCollectionComparer();
			this.cmTreeMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
			this.tsmiCopy = new System.Windows.Forms.ToolStripMenuItem();
			this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
			this.toolStrip2 = new System.Windows.Forms.ToolStrip();
			this.tsbExpandAll = new System.Windows.Forms.ToolStripButton();
			this.tsbFail = new System.Windows.Forms.ToolStripButton();
			this.tsbResult = new System.Windows.Forms.ToolStripButton();
			this.treeListView1 = new System.Windows.Forms.TreeListView();
			this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
			this.imageList2 = new System.Windows.Forms.ImageList(this.components);
			this.toolStrip1 = new System.Windows.Forms.ToolStrip();
			this.tssbSelect = new System.Windows.Forms.ToolStripSplitButton();
			this.tsbSelectAll = new System.Windows.Forms.ToolStripButton();
			this.tsbReverse = new System.Windows.Forms.ToolStripButton();
			this.cmTreeMenu.SuspendLayout();
			this.toolStripContainer1.BottomToolStripPanel.SuspendLayout();
			this.toolStripContainer1.ContentPanel.SuspendLayout();
			this.toolStripContainer1.TopToolStripPanel.SuspendLayout();
			this.toolStripContainer1.SuspendLayout();
			this.toolStrip2.SuspendLayout();
			this.toolStrip1.SuspendLayout();
			this.SuspendLayout();
			// 
			// cmTreeMenu
			// 
			this.cmTreeMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsmiCopy});
			this.cmTreeMenu.Name = "contextMenuStrip1";
			this.cmTreeMenu.Size = new System.Drawing.Size(113, 26);
			// 
			// tsmiCopy
			// 
			this.tsmiCopy.Name = "tsmiCopy";
			this.tsmiCopy.Size = new System.Drawing.Size(112, 22);
			this.tsmiCopy.Text = "复制(&C)";
			this.tsmiCopy.Click += new System.EventHandler(this.tsmiCopy_Click);
			// 
			// toolStripContainer1
			// 
			// 
			// toolStripContainer1.BottomToolStripPanel
			// 
			this.toolStripContainer1.BottomToolStripPanel.Controls.Add(this.toolStrip2);
			// 
			// toolStripContainer1.ContentPanel
			// 
			this.toolStripContainer1.ContentPanel.Controls.Add(this.treeListView1);
			this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(232, 366);
			this.toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.toolStripContainer1.LeftToolStripPanelVisible = false;
			this.toolStripContainer1.Location = new System.Drawing.Point(0, 0);
			this.toolStripContainer1.Name = "toolStripContainer1";
			this.toolStripContainer1.RightToolStripPanelVisible = false;
			this.toolStripContainer1.Size = new System.Drawing.Size(232, 416);
			this.toolStripContainer1.TabIndex = 5;
			this.toolStripContainer1.Text = "toolStripContainer1";
			// 
			// toolStripContainer1.TopToolStripPanel
			// 
			this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.toolStrip1);
			// 
			// toolStrip2
			// 
			this.toolStrip2.Dock = System.Windows.Forms.DockStyle.None;
			this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsbExpandAll,
            this.tsbFail,
            this.tsbResult});
			this.toolStrip2.Location = new System.Drawing.Point(3, 0);
			this.toolStrip2.Name = "toolStrip2";
			this.toolStrip2.Size = new System.Drawing.Size(189, 25);
			this.toolStrip2.TabIndex = 8;
			this.toolStrip2.Text = "toolStrip2";
			// 
			// tsbExpandAll
			// 
			this.tsbExpandAll.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
			this.tsbExpandAll.Image = ((System.Drawing.Image)(resources.GetObject("tsbExpandAll.Image")));
			this.tsbExpandAll.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tsbExpandAll.Name = "tsbExpandAll";
			this.tsbExpandAll.Size = new System.Drawing.Size(75, 22);
			this.tsbExpandAll.Text = "全部收起(&D)";
			this.tsbExpandAll.Click += new System.EventHandler(this.tsbExpandAll_Click);
			// 
			// tsbFail
			// 
			this.tsbFail.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
			this.tsbFail.Image = ((System.Drawing.Image)(resources.GetObject("tsbFail.Image")));
			this.tsbFail.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tsbFail.Name = "tsbFail";
			this.tsbFail.Size = new System.Drawing.Size(51, 22);
			this.tsbFail.Text = "失败(&F)";
			this.tsbFail.Click += new System.EventHandler(this.tsbFail_Click);
			// 
			// tsbResult
			// 
			this.tsbResult.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
			this.tsbResult.Image = ((System.Drawing.Image)(resources.GetObject("tsbResult.Image")));
			this.tsbResult.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tsbResult.Name = "tsbResult";
			this.tsbResult.Size = new System.Drawing.Size(51, 22);
			this.tsbResult.Text = "结果(&T)";
			this.tsbResult.Click += new System.EventHandler(this.tsbResult_Click);
			// 
			// treeListView1
			// 
			this.treeListView1.CheckBoxes = System.Windows.Forms.CheckBoxesTypes.Simple;
			this.treeListView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader1});
			treeListViewItemCollectionComparer1.Column = 0;
			treeListViewItemCollectionComparer1.SortOrder = System.Windows.Forms.SortOrder.Ascending;
			this.treeListView1.Comparer = treeListViewItemCollectionComparer1;
			this.treeListView1.ContextMenuStrip = this.cmTreeMenu;
			this.treeListView1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.treeListView1.Location = new System.Drawing.Point(0, 0);
			this.treeListView1.Name = "treeListView1";
			this.treeListView1.Size = new System.Drawing.Size(232, 366);
			this.treeListView1.SmallImageList = this.imageList2;
			this.treeListView1.TabIndex = 1;
			this.treeListView1.UseCompatibleStateImageBehavior = false;
			this.treeListView1.AfterExpand += new System.Windows.Forms.TreeListViewEventHandler(this.treeListView1_AfterExpand);
			this.treeListView1.AfterCollapse += new System.Windows.Forms.TreeListViewEventHandler(this.treeListView1_AfterCollapse);
			this.treeListView1.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.treeListView1_ItemChecked);
			this.treeListView1.SelectedIndexChanged += new System.EventHandler(this.treeListView1_SelectedIndexChanged);
			this.treeListView1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.treeListView1_KeyDown);
			// 
			// columnHeader1
			// 
			this.columnHeader1.Text = "名称";
			this.columnHeader1.Width = 210;
			// 
			// imageList2
			// 
			this.imageList2.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList2.ImageStream")));
			this.imageList2.TransparentColor = System.Drawing.Color.Transparent;
			this.imageList2.Images.SetKeyName(0, "");
			this.imageList2.Images.SetKeyName(1, "");
			this.imageList2.Images.SetKeyName(2, "");
			this.imageList2.Images.SetKeyName(3, "");
			// 
			// toolStrip1
			// 
			this.toolStrip1.Dock = System.Windows.Forms.DockStyle.None;
			this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tssbSelect,
            this.tsbSelectAll,
            this.tsbReverse});
			this.toolStrip1.Location = new System.Drawing.Point(3, 0);
			this.toolStrip1.Name = "toolStrip1";
			this.toolStrip1.Size = new System.Drawing.Size(177, 25);
			this.toolStrip1.TabIndex = 6;
			this.toolStrip1.Text = "toolStrip1";
			// 
			// tssbSelect
			// 
			this.tssbSelect.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
			this.tssbSelect.Image = ((System.Drawing.Image)(resources.GetObject("tssbSelect.Image")));
			this.tssbSelect.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tssbSelect.Name = "tssbSelect";
			this.tssbSelect.Size = new System.Drawing.Size(63, 22);
			this.tssbSelect.Text = "选择(&L)";
			// 
			// tsbSelectAll
			// 
			this.tsbSelectAll.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
			this.tsbSelectAll.Image = ((System.Drawing.Image)(resources.GetObject("tsbSelectAll.Image")));
			this.tsbSelectAll.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tsbSelectAll.Name = "tsbSelectAll";
			this.tsbSelectAll.Size = new System.Drawing.Size(51, 22);
			this.tsbSelectAll.Text = "全选(&A)";
			this.tsbSelectAll.Click += new System.EventHandler(this.tsbSelectAll_Click);
			// 
			// tsbReverse
			// 
			this.tsbReverse.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
			this.tsbReverse.Image = ((System.Drawing.Image)(resources.GetObject("tsbReverse.Image")));
			this.tsbReverse.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tsbReverse.Name = "tsbReverse";
			this.tsbReverse.Size = new System.Drawing.Size(51, 22);
			this.tsbReverse.Text = "反选(&S)";
			this.tsbReverse.Click += new System.EventHandler(this.tsbReverse_Click);
			// 
			// DBIs
			// 
			this.ClientSize = new System.Drawing.Size(232, 416);
			this.Controls.Add(this.toolStripContainer1);
			this.DockAreas = ((WeifenLuo.WinFormsUI.Docking.DockAreas)(((((WeifenLuo.WinFormsUI.Docking.DockAreas.Float | WeifenLuo.WinFormsUI.Docking.DockAreas.DockLeft) 
            | WeifenLuo.WinFormsUI.Docking.DockAreas.DockRight) 
            | WeifenLuo.WinFormsUI.Docking.DockAreas.DockTop) 
            | WeifenLuo.WinFormsUI.Docking.DockAreas.DockBottom)));
			this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
			this.HideOnClose = true;
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.Name = "DBIs";
			this.ShowHint = WeifenLuo.WinFormsUI.Docking.DockState.DockLeft;
			this.TabText = "Sql实例";
			this.Text = "Sql实例";
			this.Load += new System.EventHandler(this.SqlIns_Load);
			this.Shown += new System.EventHandler(this.DBIs_Shown);
			this.cmTreeMenu.ResumeLayout(false);
			this.toolStripContainer1.BottomToolStripPanel.ResumeLayout(false);
			this.toolStripContainer1.BottomToolStripPanel.PerformLayout();
			this.toolStripContainer1.ContentPanel.ResumeLayout(false);
			this.toolStripContainer1.TopToolStripPanel.ResumeLayout(false);
			this.toolStripContainer1.TopToolStripPanel.PerformLayout();
			this.toolStripContainer1.ResumeLayout(false);
			this.toolStripContainer1.PerformLayout();
			this.toolStrip2.ResumeLayout(false);
			this.toolStrip2.PerformLayout();
			this.toolStrip1.ResumeLayout(false);
			this.toolStrip1.PerformLayout();
			this.ResumeLayout(false);

		}
Beispiel #19
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要修改
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Series    series1    = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.TreeListViewItemCollection.TreeListViewItemCollectionComparer treeListViewItemCollectionComparer1 = new System.Windows.Forms.TreeListViewItemCollection.TreeListViewItemCollectionComparer();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     this.chart1                = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.menuStrip1            = new System.Windows.Forms.MenuStrip();
     this.添加图标ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.pssToggle             = new System.Windows.Forms.CheckBox();
     this.lblPss                = new System.Windows.Forms.Label();
     this.pictureBox1           = new System.Windows.Forms.PictureBox();
     this.pictureBox2           = new System.Windows.Forms.PictureBox();
     this.lblPower              = new System.Windows.Forms.Label();
     this.powerToggle           = new System.Windows.Forms.CheckBox();
     this.pictureBox3           = new System.Windows.Forms.PictureBox();
     this.lblMono               = new System.Windows.Forms.Label();
     this.monoToggle            = new System.Windows.Forms.CheckBox();
     this.pictureBox4           = new System.Windows.Forms.PictureBox();
     this.label1                = new System.Windows.Forms.Label();
     this.luaToggle             = new System.Windows.Forms.CheckBox();
     this.pictureBox5           = new System.Windows.Forms.PictureBox();
     this.label2                = new System.Windows.Forms.Label();
     this.checkBox2             = new System.Windows.Forms.CheckBox();
     this.treeListView1         = new System.Windows.Forms.TreeListView();
     this.OverView              = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.TotalLuaMemory        = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.SelfLuaMemory         = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.imageList1            = new System.Windows.Forms.ImageList(this.components);
     this.textBoxFind           = new System.Windows.Forms.TextBox();
     this.btnFind               = new System.Windows.Forms.Button();
     this.TotalMonoMemory       = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.SelfMonoMemory        = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.LuaGC       = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.LuaGCSelf   = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.TotalCalls  = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.MonoGC      = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.MonoGCSelf  = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.Calls       = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.CurrentTime = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.AverageTime = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.MaxTime     = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
     this.menuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
     this.SuspendLayout();
     //
     // chart1
     //
     this.chart1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     chartArea1.AxisX.Interval                      = 10D;
     chartArea1.AxisX.IntervalOffset                = 10D;
     chartArea1.AxisX.IntervalOffsetType            = System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType.Number;
     chartArea1.AxisX.IntervalType                  = System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType.Number;
     chartArea1.AxisX.IsMarginVisible               = false;
     chartArea1.AxisX.LabelStyle.Interval           = 100D;
     chartArea1.AxisX.MajorGrid.Enabled             = false;
     chartArea1.AxisX.MajorGrid.Interval            = 0D;
     chartArea1.AxisX.MajorGrid.IntervalOffset      = 0D;
     chartArea1.AxisX.MajorTickMark.Enabled         = false;
     chartArea1.AxisX.MaximumAutoSize               = 100F;
     chartArea1.AxisX.ScaleBreakStyle.StartFromZero = System.Windows.Forms.DataVisualization.Charting.StartFromZero.Yes;
     chartArea1.AxisX.ScaleView.SmallScrollMinSize  = 10D;
     chartArea1.AxisY.IsLabelAutoFit                = false;
     chartArea1.AxisY.MajorGrid.Enabled             = false;
     chartArea1.AxisY.MajorGrid.LineDashStyle       = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Dash;
     chartArea1.AxisY.MajorTickMark.LineColor       = System.Drawing.Color.Teal;
     chartArea1.AxisY.MajorTickMark.Size            = 0.4F;
     chartArea1.AxisY.MajorTickMark.TickMarkStyle   = System.Windows.Forms.DataVisualization.Charting.TickMarkStyle.InsideArea;
     chartArea1.AxisY.MinorTickMark.Enabled         = true;
     chartArea1.AxisY.MinorTickMark.Size            = 0.2F;
     chartArea1.AxisY.MinorTickMark.TickMarkStyle   = System.Windows.Forms.DataVisualization.Charting.TickMarkStyle.InsideArea;
     chartArea1.BorderColor              = System.Drawing.Color.Bisque;
     chartArea1.CursorX.Interval         = 10D;
     chartArea1.CursorX.IntervalOffset   = 100D;
     chartArea1.InnerPlotPosition.Auto   = false;
     chartArea1.InnerPlotPosition.Height = 90F;
     chartArea1.InnerPlotPosition.Width  = 98F;
     chartArea1.InnerPlotPosition.X      = 2F;
     chartArea1.InnerPlotPosition.Y      = 8.5F;
     chartArea1.Name            = "ChartArea1";
     chartArea1.Position.Auto   = false;
     chartArea1.Position.Height = 100F;
     chartArea1.Position.Width  = 100F;
     this.chart1.ChartAreas.Add(chartArea1);
     this.chart1.Location = new System.Drawing.Point(154, 28);
     this.chart1.Name     = "chart1";
     this.chart1.Palette  = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.None;
     series1.BackImageTransparentColor = System.Drawing.Color.Transparent;
     series1.BorderColor             = System.Drawing.Color.Teal;
     series1.BorderDashStyle         = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.NotSet;
     series1.BorderWidth             = 2;
     series1.ChartArea               = "ChartArea1";
     series1.ChartType               = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.SplineArea;
     series1.Color                   = System.Drawing.Color.SkyBlue;
     series1.MarkerStyle             = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Circle;
     series1.Name                    = "Series1";
     series1.SmartLabelStyle.Enabled = false;
     this.chart1.Series.Add(series1);
     this.chart1.Size     = new System.Drawing.Size(1103, 250);
     this.chart1.TabIndex = 0;
     this.chart1.Text     = "chart1";
     this.chart1.Click   += new System.EventHandler(this.chart1_Click);
     //
     // menuStrip1
     //
     this.menuStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Visible;
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.添加图标ToolStripMenuItem
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(1257, 25);
     this.menuStrip1.TabIndex = 2;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // 添加图标ToolStripMenuItem
     //
     this.添加图标ToolStripMenuItem.Name = "添加图标ToolStripMenuItem";
     this.添加图标ToolStripMenuItem.Size = new System.Drawing.Size(68, 21);
     this.添加图标ToolStripMenuItem.Text = "添加图标";
     //
     // pssToggle
     //
     this.pssToggle.AutoSize = true;
     this.pssToggle.Location = new System.Drawing.Point(35, 38);
     this.pssToggle.Name     = "pssToggle";
     this.pssToggle.Size     = new System.Drawing.Size(42, 16);
     this.pssToggle.TabIndex = 3;
     this.pssToggle.Text     = "Pss";
     this.pssToggle.UseVisualStyleBackColor = true;
     //
     // lblPss
     //
     this.lblPss.AutoSize = true;
     this.lblPss.Location = new System.Drawing.Point(95, 38);
     this.lblPss.Name     = "lblPss";
     this.lblPss.Size     = new System.Drawing.Size(47, 12);
     this.lblPss.TabIndex = 4;
     this.lblPss.Text     = "100000M";
     //
     // pictureBox1
     //
     this.pictureBox1.BackColor = System.Drawing.Color.Red;
     this.pictureBox1.Location  = new System.Drawing.Point(12, 38);
     this.pictureBox1.Name      = "pictureBox1";
     this.pictureBox1.Size      = new System.Drawing.Size(14, 14);
     this.pictureBox1.TabIndex  = 5;
     this.pictureBox1.TabStop   = false;
     //
     // pictureBox2
     //
     this.pictureBox2.BackColor = System.Drawing.Color.DarkGoldenrod;
     this.pictureBox2.Location  = new System.Drawing.Point(12, 61);
     this.pictureBox2.Name      = "pictureBox2";
     this.pictureBox2.Size      = new System.Drawing.Size(14, 14);
     this.pictureBox2.TabIndex  = 8;
     this.pictureBox2.TabStop   = false;
     //
     // lblPower
     //
     this.lblPower.AutoSize = true;
     this.lblPower.Location = new System.Drawing.Point(95, 63);
     this.lblPower.Name     = "lblPower";
     this.lblPower.Size     = new System.Drawing.Size(47, 12);
     this.lblPower.TabIndex = 7;
     this.lblPower.Text     = "100000M";
     //
     // powerToggle
     //
     this.powerToggle.AutoSize = true;
     this.powerToggle.Location = new System.Drawing.Point(35, 61);
     this.powerToggle.Name     = "powerToggle";
     this.powerToggle.Size     = new System.Drawing.Size(54, 16);
     this.powerToggle.TabIndex = 6;
     this.powerToggle.Text     = "Power";
     this.powerToggle.UseVisualStyleBackColor = true;
     //
     // pictureBox3
     //
     this.pictureBox3.BackColor = System.Drawing.Color.Chartreuse;
     this.pictureBox3.Location  = new System.Drawing.Point(12, 83);
     this.pictureBox3.Name      = "pictureBox3";
     this.pictureBox3.Size      = new System.Drawing.Size(14, 14);
     this.pictureBox3.TabIndex  = 11;
     this.pictureBox3.TabStop   = false;
     //
     // lblMono
     //
     this.lblMono.AutoSize = true;
     this.lblMono.Location = new System.Drawing.Point(95, 85);
     this.lblMono.Name     = "lblMono";
     this.lblMono.Size     = new System.Drawing.Size(47, 12);
     this.lblMono.TabIndex = 10;
     this.lblMono.Text     = "100000M";
     //
     // monoToggle
     //
     this.monoToggle.AutoSize = true;
     this.monoToggle.Location = new System.Drawing.Point(35, 83);
     this.monoToggle.Name     = "monoToggle";
     this.monoToggle.Size     = new System.Drawing.Size(48, 16);
     this.monoToggle.TabIndex = 9;
     this.monoToggle.Text     = "Mono";
     this.monoToggle.UseVisualStyleBackColor = true;
     //
     // pictureBox4
     //
     this.pictureBox4.BackColor = System.Drawing.Color.DeepSkyBlue;
     this.pictureBox4.Location  = new System.Drawing.Point(12, 104);
     this.pictureBox4.Name      = "pictureBox4";
     this.pictureBox4.Size      = new System.Drawing.Size(14, 14);
     this.pictureBox4.TabIndex  = 14;
     this.pictureBox4.TabStop   = false;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(95, 106);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(47, 12);
     this.label1.TabIndex = 13;
     this.label1.Text     = "100000M";
     //
     // luaToggle
     //
     this.luaToggle.AutoSize = true;
     this.luaToggle.Location = new System.Drawing.Point(35, 104);
     this.luaToggle.Name     = "luaToggle";
     this.luaToggle.Size     = new System.Drawing.Size(42, 16);
     this.luaToggle.TabIndex = 12;
     this.luaToggle.Text     = "Lua";
     this.luaToggle.UseVisualStyleBackColor = true;
     //
     // pictureBox5
     //
     this.pictureBox5.BackColor = System.Drawing.Color.Orange;
     this.pictureBox5.Location  = new System.Drawing.Point(12, 126);
     this.pictureBox5.Name      = "pictureBox5";
     this.pictureBox5.Size      = new System.Drawing.Size(14, 14);
     this.pictureBox5.TabIndex  = 17;
     this.pictureBox5.TabStop   = false;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(95, 128);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(47, 12);
     this.label2.TabIndex = 16;
     this.label2.Text     = "100000M";
     //
     // checkBox2
     //
     this.checkBox2.AutoSize = true;
     this.checkBox2.Location = new System.Drawing.Point(35, 126);
     this.checkBox2.Name     = "checkBox2";
     this.checkBox2.Size     = new System.Drawing.Size(42, 16);
     this.checkBox2.TabIndex = 15;
     this.checkBox2.Text     = "Fps";
     this.checkBox2.UseVisualStyleBackColor = true;
     //
     // treeListView1
     //
     this.treeListView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                        | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.treeListView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.OverView,
         this.TotalLuaMemory,
         this.SelfLuaMemory,
         this.TotalMonoMemory,
         this.SelfMonoMemory,
         this.LuaGC,
         this.LuaGCSelf,
         this.MonoGC,
         this.MonoGCSelf,
         this.TotalCalls,
         this.Calls,
         this.CurrentTime,
         this.AverageTime,
         this.MaxTime
     });
     treeListViewItemCollectionComparer1.Column    = 0;
     treeListViewItemCollectionComparer1.SortOrder = System.Windows.Forms.SortOrder.Ascending;
     this.treeListView1.Comparer       = treeListViewItemCollectionComparer1;
     this.treeListView1.Location       = new System.Drawing.Point(0, 306);
     this.treeListView1.Name           = "treeListView1";
     this.treeListView1.Size           = new System.Drawing.Size(1257, 282);
     this.treeListView1.SmallImageList = this.imageList1;
     this.treeListView1.TabIndex       = 18;
     this.treeListView1.UseCompatibleStateImageBehavior = false;
     //
     // OverView
     //
     this.OverView.Text  = "OverView";
     this.OverView.Width = 270;
     //
     // TotalLuaMemory
     //
     this.TotalLuaMemory.Text      = "TotalLuaMemory";
     this.TotalLuaMemory.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.TotalLuaMemory.Width     = 120;
     //
     // SelfLuaMemory
     //
     this.SelfLuaMemory.Text      = "self";
     this.SelfLuaMemory.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // imageList1
     //
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "add_folder.png");
     this.imageList1.Images.SetKeyName(1, "bookmark.png");
     this.imageList1.Images.SetKeyName(2, "browser.png");
     this.imageList1.Images.SetKeyName(3, "info.png");
     this.imageList1.Images.SetKeyName(4, "notepad.png");
     //
     // textBoxFind
     //
     this.textBoxFind.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.textBoxFind.Location = new System.Drawing.Point(1081, 281);
     this.textBoxFind.Name     = "textBoxFind";
     this.textBoxFind.Size     = new System.Drawing.Size(130, 21);
     this.textBoxFind.TabIndex = 19;
     //
     // btnFind
     //
     this.btnFind.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnFind.Image    = ((System.Drawing.Image)(resources.GetObject("btnFind.Image")));
     this.btnFind.Location = new System.Drawing.Point(1217, 281);
     this.btnFind.Name     = "btnFind";
     this.btnFind.Size     = new System.Drawing.Size(40, 20);
     this.btnFind.TabIndex = 20;
     this.btnFind.UseVisualStyleBackColor = true;
     //
     // TotalMonoMemory
     //
     this.TotalMonoMemory.Text      = "TotalMonoMemory";
     this.TotalMonoMemory.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.TotalMonoMemory.Width     = 120;
     //
     // SelfMonoMemory
     //
     this.SelfMonoMemory.Text      = "self";
     this.SelfMonoMemory.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // LuaGC
     //
     this.LuaGC.Text      = "LuaGC";
     this.LuaGC.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // LuaGCSelf
     //
     this.LuaGCSelf.Text      = "self";
     this.LuaGCSelf.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // TotalCalls
     //
     this.TotalCalls.Text      = "TotalCalls";
     this.TotalCalls.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.TotalCalls.Width     = 80;
     //
     // MonoGC
     //
     this.MonoGC.Text      = "MonoGC";
     this.MonoGC.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // MonoGCSelf
     //
     this.MonoGCSelf.Text      = "self";
     this.MonoGCSelf.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // Calls
     //
     this.Calls.Text      = "Calls";
     this.Calls.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // CurrentTime
     //
     this.CurrentTime.Text      = "CurrentTime";
     this.CurrentTime.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.CurrentTime.Width     = 78;
     //
     // AverageTime
     //
     this.AverageTime.Text  = "AverageTime";
     this.AverageTime.Width = 78;
     //
     // MaxTime
     //
     this.MaxTime.Text      = "MaxTime";
     this.MaxTime.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.MaxTime.Width     = 61;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1257, 589);
     this.Controls.Add(this.btnFind);
     this.Controls.Add(this.textBoxFind);
     this.Controls.Add(this.treeListView1);
     this.Controls.Add(this.pictureBox5);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.checkBox2);
     this.Controls.Add(this.pictureBox4);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.luaToggle);
     this.Controls.Add(this.pictureBox3);
     this.Controls.Add(this.lblMono);
     this.Controls.Add(this.monoToggle);
     this.Controls.Add(this.pictureBox2);
     this.Controls.Add(this.lblPower);
     this.Controls.Add(this.powerToggle);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.lblPss);
     this.Controls.Add(this.pssToggle);
     this.Controls.Add(this.menuStrip1);
     this.Controls.Add(this.chart1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MainMenuStrip = this.menuStrip1;
     this.Name          = "Form1";
     this.Text          = "LuaProfiler";
     this.Load         += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.TreeListViewItemCollection.TreeListViewItemCollectionComparer treeListViewItemCollectionComparer1 = new System.Windows.Forms.TreeListViewItemCollection.TreeListViewItemCollectionComparer();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AuthorizeOrganizationControl));
     this.nTreeListView1 = new NFC.Interface.Controls.NeuTreeListView(this.components);
     this.columnHeader1  = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2  = new System.Windows.Forms.ColumnHeader();
     this.columnHeader3  = new System.Windows.Forms.ColumnHeader();
     this.imageList1     = new System.Windows.Forms.ImageList(this.components);
     this.SuspendLayout();
     //
     // nTreeListView1
     //
     this.nTreeListView1.CheckBoxes = System.Windows.Forms.CheckBoxesTypes.Simple;
     this.nTreeListView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader2,
         this.columnHeader3
     });
     treeListViewItemCollectionComparer1.Column    = 0;
     treeListViewItemCollectionComparer1.SortOrder = System.Windows.Forms.SortOrder.Ascending;
     this.nTreeListView1.Comparer       = treeListViewItemCollectionComparer1;
     this.nTreeListView1.Dock           = System.Windows.Forms.DockStyle.Fill;
     this.nTreeListView1.Location       = new System.Drawing.Point(0, 0);
     this.nTreeListView1.Name           = "nTreeListView1";
     this.nTreeListView1.Size           = new System.Drawing.Size(560, 472);
     this.nTreeListView1.SmallImageList = this.imageList1;
     this.nTreeListView1.TabIndex       = 0;
     this.nTreeListView1.UseCompatibleStateImageBehavior = false;
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "组织结构类型名";
     this.columnHeader1.Width = 143;
     //
     // columnHeader2
     //
     this.columnHeader2.Text  = "组织结构类型编码";
     this.columnHeader2.Width = 137;
     //
     // columnHeader3
     //
     this.columnHeader3.Text  = "是否可以重复添加科室";
     this.columnHeader3.Width = 209;
     //
     // imageList1
     //
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "house.png");
     //
     // AuthorizeOrganizationControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.nTreeListView1);
     this.Name  = "AuthorizeOrganizationControl";
     this.Size  = new System.Drawing.Size(560, 472);
     this.Load += new System.EventHandler(this.AuthorizeOrganizationControl_Load);
     this.ResumeLayout(false);
 }
Beispiel #21
0
		/// <summary>
		/// 设计器支持所需的方法 - 不要
		/// 使用代码编辑器修改此方法的内容。
		/// </summary>
		private void InitializeComponent()
		{
			this.components = new System.ComponentModel.Container();
			System.Windows.Forms.TreeListViewItemCollection.TreeListViewItemCollectionComparer treeListViewItemCollectionComparer2 = new System.Windows.Forms.TreeListViewItemCollection.TreeListViewItemCollectionComparer();
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DBI));
			this.cmTreeMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
			this.tsmiTestOpen = new System.Windows.Forms.ToolStripMenuItem();
			this.tsmiAdd = new System.Windows.Forms.ToolStripMenuItem();
			this.tsmiDel = new System.Windows.Forms.ToolStripMenuItem();
			this.treeListView1 = new System.Windows.Forms.TreeListView();
			this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
			this.columnHeader8 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
			this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
			this.columnHeader7 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
			this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
			this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
			this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
			this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
			this.imageList2 = new System.Windows.Forms.ImageList(this.components);
			this.toolStrip1 = new System.Windows.Forms.ToolStrip();
			this.tsbSave = new System.Windows.Forms.ToolStripButton();
			this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
			this.tsbSelectAll = new System.Windows.Forms.ToolStripButton();
			this.tsbReverse = new System.Windows.Forms.ToolStripButton();
			this.tsbExpandAll = new System.Windows.Forms.ToolStripButton();
			this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
			this.tstbStr = new System.Windows.Forms.ToolStripTextBox();
			this.tssbSlts = new System.Windows.Forms.ToolStripSplitButton();
			this.tsmiSltsUserId = new System.Windows.Forms.ToolStripMenuItem();
			this.tsmiSltsPwdD = new System.Windows.Forms.ToolStripMenuItem();
			this.tsmiSltsPort = new System.Windows.Forms.ToolStripMenuItem();
			this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
			this.tsbCreateFile = new System.Windows.Forms.ToolStripButton();
			this.statusStrip1 = new System.Windows.Forms.StatusStrip();
			this.tsslOutInfo = new System.Windows.Forms.ToolStripStatusLabel();
			this.tsslTest = new System.Windows.Forms.ToolStripStatusLabel();
			this.sfd = new System.Windows.Forms.SaveFileDialog();
			this.cmTreeMenu.SuspendLayout();
			this.toolStrip1.SuspendLayout();
			this.statusStrip1.SuspendLayout();
			this.SuspendLayout();
			// 
			// cmTreeMenu
			// 
			this.cmTreeMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsmiTestOpen,
            this.tsmiAdd,
            this.tsmiDel});
			this.cmTreeMenu.Name = "contextMenuStrip1";
			this.cmTreeMenu.Size = new System.Drawing.Size(113, 70);
			// 
			// tsmiTestOpen
			// 
			this.tsmiTestOpen.Name = "tsmiTestOpen";
			this.tsmiTestOpen.Size = new System.Drawing.Size(112, 22);
			this.tsmiTestOpen.Text = "测试(&T)";
			this.tsmiTestOpen.Click += new System.EventHandler(this.tsmiTestOpen_Click);
			// 
			// tsmiAdd
			// 
			this.tsmiAdd.Name = "tsmiAdd";
			this.tsmiAdd.Size = new System.Drawing.Size(112, 22);
			this.tsmiAdd.Text = "添加(&A)";
			this.tsmiAdd.Click += new System.EventHandler(this.tsmiAdd_Click);
			// 
			// tsmiDel
			// 
			this.tsmiDel.Name = "tsmiDel";
			this.tsmiDel.Size = new System.Drawing.Size(112, 22);
			this.tsmiDel.Text = "删除(&D)";
			this.tsmiDel.Click += new System.EventHandler(this.tsmiDel_Click);
			// 
			// treeListView1
			// 
			this.treeListView1.CheckBoxes = System.Windows.Forms.CheckBoxesTypes.Simple;
			this.treeListView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader1,
            this.columnHeader8,
            this.columnHeader2,
            this.columnHeader7,
            this.columnHeader3,
            this.columnHeader4,
            this.columnHeader5,
            this.columnHeader6});
			treeListViewItemCollectionComparer2.Column = 0;
			treeListViewItemCollectionComparer2.SortOrder = System.Windows.Forms.SortOrder.Ascending;
			this.treeListView1.Comparer = treeListViewItemCollectionComparer2;
			this.treeListView1.ContextMenuStrip = this.cmTreeMenu;
			this.treeListView1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.treeListView1.LabelEdit = true;
			this.treeListView1.LabelWrap = false;
			this.treeListView1.Location = new System.Drawing.Point(0, 25);
			this.treeListView1.Name = "treeListView1";
			this.treeListView1.Size = new System.Drawing.Size(780, 341);
			this.treeListView1.SmallImageList = this.imageList2;
			this.treeListView1.TabIndex = 2;
			this.treeListView1.UseCompatibleStateImageBehavior = false;
			this.treeListView1.AfterLabelEdit += new System.Windows.Forms.TreeListViewLabelEditEventHandler(this.treeListView1_AfterLabelEdit);
			this.treeListView1.BeforeLabelEdit += new System.Windows.Forms.TreeListViewBeforeLabelEditEventHandler(this.treeListView1_BeforeLabelEdit);
			// 
			// columnHeader1
			// 
			this.columnHeader1.Text = "名称";
			this.columnHeader1.Width = 189;
			// 
			// columnHeader8
			// 
			this.columnHeader8.Text = "类型";
			this.columnHeader8.Width = 100;
			// 
			// columnHeader2
			// 
			this.columnHeader2.Text = "服务器";
			this.columnHeader2.Width = 132;
			// 
			// columnHeader7
			// 
			this.columnHeader7.Text = "DBMS";
			this.columnHeader7.Width = 100;
			// 
			// columnHeader3
			// 
			this.columnHeader3.Text = "登录名";
			this.columnHeader3.Width = 76;
			// 
			// columnHeader4
			// 
			this.columnHeader4.Text = "密码";
			this.columnHeader4.Width = 98;
			// 
			// columnHeader5
			// 
			this.columnHeader5.Text = "IP";
			this.columnHeader5.Width = 130;
			// 
			// columnHeader6
			// 
			this.columnHeader6.Text = "端口";
			this.columnHeader6.Width = 80;
			// 
			// imageList2
			// 
			this.imageList2.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList2.ImageStream")));
			this.imageList2.TransparentColor = System.Drawing.Color.Transparent;
			this.imageList2.Images.SetKeyName(0, "");
			this.imageList2.Images.SetKeyName(1, "");
			this.imageList2.Images.SetKeyName(2, "");
			this.imageList2.Images.SetKeyName(3, "");
			// 
			// toolStrip1
			// 
			this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsbSave,
            this.toolStripSeparator1,
            this.tsbSelectAll,
            this.tsbReverse,
            this.tsbExpandAll,
            this.toolStripSeparator2,
            this.tstbStr,
            this.tssbSlts,
            this.toolStripSeparator3,
            this.tsbCreateFile});
			this.toolStrip1.Location = new System.Drawing.Point(0, 0);
			this.toolStrip1.Name = "toolStrip1";
			this.toolStrip1.Size = new System.Drawing.Size(780, 25);
			this.toolStrip1.TabIndex = 1;
			this.toolStrip1.Text = "toolStrip1";
			// 
			// tsbSave
			// 
			this.tsbSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.tsbSave.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tsbSave.Name = "tsbSave";
			this.tsbSave.Size = new System.Drawing.Size(23, 22);
			this.tsbSave.Text = "保存(&S)";
			this.tsbSave.Click += new System.EventHandler(this.tsbSave_Click);
			// 
			// toolStripSeparator1
			// 
			this.toolStripSeparator1.Name = "toolStripSeparator1";
			this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
			// 
			// tsbSelectAll
			// 
			this.tsbSelectAll.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
			this.tsbSelectAll.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tsbSelectAll.Name = "tsbSelectAll";
			this.tsbSelectAll.Size = new System.Drawing.Size(51, 22);
			this.tsbSelectAll.Text = "全选(&A)";
			this.tsbSelectAll.Click += new System.EventHandler(this.tsbSelectAll_Click);
			// 
			// tsbReverse
			// 
			this.tsbReverse.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
			this.tsbReverse.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tsbReverse.Name = "tsbReverse";
			this.tsbReverse.Size = new System.Drawing.Size(51, 22);
			this.tsbReverse.Text = "反选(&V)";
			this.tsbReverse.Click += new System.EventHandler(this.tsbReverse_Click);
			// 
			// tsbExpandAll
			// 
			this.tsbExpandAll.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
			this.tsbExpandAll.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tsbExpandAll.Name = "tsbExpandAll";
			this.tsbExpandAll.Size = new System.Drawing.Size(75, 22);
			this.tsbExpandAll.Text = "全部收起(&D)";
			this.tsbExpandAll.Click += new System.EventHandler(this.tsbExpandAll_Click);
			// 
			// toolStripSeparator2
			// 
			this.toolStripSeparator2.Name = "toolStripSeparator2";
			this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
			// 
			// tstbStr
			// 
			this.tstbStr.Name = "tstbStr";
			this.tstbStr.Size = new System.Drawing.Size(200, 25);
			// 
			// tssbSlts
			// 
			this.tssbSlts.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
			this.tssbSlts.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsmiSltsUserId,
            this.tsmiSltsPwdD,
            this.tsmiSltsPort});
			this.tssbSlts.Image = ((System.Drawing.Image)(resources.GetObject("tssbSlts.Image")));
			this.tssbSlts.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tssbSlts.Name = "tssbSlts";
			this.tssbSlts.Size = new System.Drawing.Size(87, 22);
			this.tssbSlts.Text = "批量设置(&E)";
			// 
			// tsmiSltsUserId
			// 
			this.tsmiSltsUserId.Name = "tsmiSltsUserId";
			this.tsmiSltsUserId.Size = new System.Drawing.Size(152, 22);
			this.tsmiSltsUserId.Text = "登录名";
			this.tsmiSltsUserId.Click += new System.EventHandler(this.tsmiSltsUserId_Click);
			// 
			// tsmiSltsPwdD
			// 
			this.tsmiSltsPwdD.Name = "tsmiSltsPwdD";
			this.tsmiSltsPwdD.Size = new System.Drawing.Size(152, 22);
			this.tsmiSltsPwdD.Text = "密码";
			this.tsmiSltsPwdD.Click += new System.EventHandler(this.tsmiSltsPwdD_Click);
			// 
			// tsmiSltsPort
			// 
			this.tsmiSltsPort.Name = "tsmiSltsPort";
			this.tsmiSltsPort.Size = new System.Drawing.Size(152, 22);
			this.tsmiSltsPort.Text = "端口";
			this.tsmiSltsPort.Click += new System.EventHandler(this.tsmiSltsPort_Click);
			// 
			// toolStripSeparator3
			// 
			this.toolStripSeparator3.Name = "toolStripSeparator3";
			this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
			// 
			// tsbCreateFile
			// 
			this.tsbCreateFile.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
			this.tsbCreateFile.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tsbCreateFile.Name = "tsbCreateFile";
			this.tsbCreateFile.Size = new System.Drawing.Size(75, 22);
			this.tsbCreateFile.Text = "生成文件(&G)";
			this.tsbCreateFile.Click += new System.EventHandler(this.tsbCreateFile_Click);
			// 
			// statusStrip1
			// 
			this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsslOutInfo,
            this.tsslTest});
			this.statusStrip1.Location = new System.Drawing.Point(0, 344);
			this.statusStrip1.Name = "statusStrip1";
			this.statusStrip1.Size = new System.Drawing.Size(780, 22);
			this.statusStrip1.TabIndex = 3;
			this.statusStrip1.Text = "statusStrip1";
			// 
			// tsslOutInfo
			// 
			this.tsslOutInfo.AutoSize = false;
			this.tsslOutInfo.Name = "tsslOutInfo";
			this.tsslOutInfo.Size = new System.Drawing.Size(300, 17);
			this.tsslOutInfo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// tsslTest
			// 
			this.tsslTest.Name = "tsslTest";
			this.tsslTest.Size = new System.Drawing.Size(0, 17);
			// 
			// sfd
			// 
			this.sfd.DefaultExt = "res";
			this.sfd.Filter = "DBC文件|*.res";
			this.sfd.RestoreDirectory = true;
			// 
			// DBI
			// 
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
			this.ClientSize = new System.Drawing.Size(780, 366);
			this.Controls.Add(this.statusStrip1);
			this.Controls.Add(this.treeListView1);
			this.Controls.Add(this.toolStrip1);
			this.DockAreas = ((WeifenLuo.WinFormsUI.Docking.DockAreas)((WeifenLuo.WinFormsUI.Docking.DockAreas.Float | WeifenLuo.WinFormsUI.Docking.DockAreas.Document)));
			this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.Name = "DBI";
			this.TabText = "数据库列表";
			this.Text = "数据库列表";
			this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.DBI_FormClosing);
			this.Load += new System.EventHandler(this.DBI_Load);
			this.cmTreeMenu.ResumeLayout(false);
			this.toolStrip1.ResumeLayout(false);
			this.toolStrip1.PerformLayout();
			this.statusStrip1.ResumeLayout(false);
			this.statusStrip1.PerformLayout();
			this.ResumeLayout(false);
			this.PerformLayout();

		}
Beispiel #22
0
		/// <summary>
		/// 设计器支持所需的方法 - 不要
		/// 使用代码编辑器修改此方法的内容。
		/// </summary>
		private void InitializeComponent()
		{
			this.components = new System.ComponentModel.Container();
			System.Windows.Forms.TreeListViewItemCollection.TreeListViewItemCollectionComparer treeListViewItemCollectionComparer1 = new System.Windows.Forms.TreeListViewItemCollection.TreeListViewItemCollectionComparer();
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TxtEncoding));
			this.tsslStatus = new System.Windows.Forms.ToolStripStatusLabel();
			this.tspb = new System.Windows.Forms.ToolStripProgressBar();
			this.statusStrip1 = new System.Windows.Forms.StatusStrip();
			this.imgList = new System.Windows.Forms.ImageList(this.components);
			this.label2 = new System.Windows.Forms.Label();
			this.cbSrcEncoding = new System.Windows.Forms.ComboBox();
			this.label3 = new System.Windows.Forms.Label();
			this.cbDefaultEncoding = new System.Windows.Forms.ComboBox();
			this.groupBox1 = new System.Windows.Forms.GroupBox();
			this.txtExt = new System.Windows.Forms.TextBox();
			this.label5 = new System.Windows.Forms.Label();
			this.label4 = new System.Windows.Forms.Label();
			this.cbRecursive = new System.Windows.Forms.CheckBox();
			this.groupBox2 = new System.Windows.Forms.GroupBox();
			this.txtCustomer = new System.Windows.Forms.TextBox();
			this.rbCustomer = new System.Windows.Forms.RadioButton();
			this.rbEncodeName = new System.Windows.Forms.RadioButton();
			this.rbKeep = new System.Windows.Forms.RadioButton();
			this.label1 = new System.Windows.Forms.Label();
			this.label6 = new System.Windows.Forms.Label();
			this.cbDstEncoding = new System.Windows.Forms.ComboBox();
			this.btnTrans = new System.Windows.Forms.Button();
			this.fsExplorer1 = new Apq.TreeListView.FSExplorer();
			this.toolStrip1 = new System.Windows.Forms.ToolStrip();
			this.tsbRefresh = new System.Windows.Forms.ToolStripButton();
			this.statusStrip1.SuspendLayout();
			this.groupBox1.SuspendLayout();
			this.groupBox2.SuspendLayout();
			this.toolStrip1.SuspendLayout();
			this.SuspendLayout();
			// 
			// tsslStatus
			// 
			this.tsslStatus.Name = "tsslStatus";
			this.tsslStatus.Size = new System.Drawing.Size(29, 17);
			this.tsslStatus.Text = "状态";
			// 
			// tspb
			// 
			this.tspb.Name = "tspb";
			this.tspb.Size = new System.Drawing.Size(300, 16);
			// 
			// statusStrip1
			// 
			this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsslStatus,
            this.tspb});
			this.statusStrip1.Location = new System.Drawing.Point(0, 406);
			this.statusStrip1.Name = "statusStrip1";
			this.statusStrip1.Size = new System.Drawing.Size(760, 22);
			this.statusStrip1.TabIndex = 1;
			// 
			// imgList
			// 
			this.imgList.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
			this.imgList.ImageSize = new System.Drawing.Size(16, 16);
			this.imgList.TransparentColor = System.Drawing.Color.Transparent;
			// 
			// label2
			// 
			this.label2.AutoSize = true;
			this.label2.Location = new System.Drawing.Point(6, 70);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(65, 12);
			this.label2.TabIndex = 6;
			this.label2.Text = "默认编码:";
			// 
			// cbSrcEncoding
			// 
			this.cbSrcEncoding.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.cbSrcEncoding.FormattingEnabled = true;
			this.cbSrcEncoding.Items.AddRange(new object[] {
            "自动检测",
            "UTF-8",
            "GB2312",
            "ASCII"});
			this.cbSrcEncoding.Location = new System.Drawing.Point(77, 35);
			this.cbSrcEncoding.Name = "cbSrcEncoding";
			this.cbSrcEncoding.Size = new System.Drawing.Size(282, 20);
			this.cbSrcEncoding.TabIndex = 0;
			// 
			// label3
			// 
			this.label3.AutoSize = true;
			this.label3.Location = new System.Drawing.Point(6, 38);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(65, 12);
			this.label3.TabIndex = 8;
			this.label3.Text = "原始编码:";
			// 
			// cbDefaultEncoding
			// 
			this.cbDefaultEncoding.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.cbDefaultEncoding.FormattingEnabled = true;
			this.cbDefaultEncoding.Items.AddRange(new object[] {
            "UTF-8",
            "GB2312",
            "ASCII"});
			this.cbDefaultEncoding.Location = new System.Drawing.Point(77, 67);
			this.cbDefaultEncoding.Name = "cbDefaultEncoding";
			this.cbDefaultEncoding.Size = new System.Drawing.Size(282, 20);
			this.cbDefaultEncoding.TabIndex = 1;
			// 
			// groupBox1
			// 
			this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.groupBox1.Controls.Add(this.txtExt);
			this.groupBox1.Controls.Add(this.label5);
			this.groupBox1.Controls.Add(this.label4);
			this.groupBox1.Controls.Add(this.cbDefaultEncoding);
			this.groupBox1.Controls.Add(this.label3);
			this.groupBox1.Controls.Add(this.cbSrcEncoding);
			this.groupBox1.Controls.Add(this.label2);
			this.groupBox1.Controls.Add(this.cbRecursive);
			this.groupBox1.Location = new System.Drawing.Point(12, 209);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(365, 191);
			this.groupBox1.TabIndex = 1;
			this.groupBox1.TabStop = false;
			this.groupBox1.Text = "读取参数";
			// 
			// txtExt
			// 
			this.txtExt.Location = new System.Drawing.Point(77, 135);
			this.txtExt.Name = "txtExt";
			this.txtExt.Size = new System.Drawing.Size(279, 21);
			this.txtExt.TabIndex = 2;
			this.txtExt.Text = "*.txt;*.sql;*.xml;*.ini;";
			// 
			// label5
			// 
			this.label5.AutoSize = true;
			this.label5.Location = new System.Drawing.Point(6, 138);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(65, 12);
			this.label5.TabIndex = 16;
			this.label5.Text = "文件类型:";
			// 
			// label4
			// 
			this.label4.AutoSize = true;
			this.label4.ForeColor = System.Drawing.Color.DarkGreen;
			this.label4.Location = new System.Drawing.Point(75, 94);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(281, 12);
			this.label4.TabIndex = 9;
			this.label4.Text = "自动检测无法确定编码时使用默认编码读取原始文件";
			// 
			// cbRecursive
			// 
			this.cbRecursive.AutoSize = true;
			this.cbRecursive.Checked = true;
			this.cbRecursive.CheckState = System.Windows.Forms.CheckState.Checked;
			this.cbRecursive.Location = new System.Drawing.Point(77, 162);
			this.cbRecursive.Name = "cbRecursive";
			this.cbRecursive.Size = new System.Drawing.Size(84, 16);
			this.cbRecursive.TabIndex = 3;
			this.cbRecursive.Text = "包含子目录";
			this.cbRecursive.UseVisualStyleBackColor = true;
			// 
			// groupBox2
			// 
			this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.groupBox2.Controls.Add(this.txtCustomer);
			this.groupBox2.Controls.Add(this.rbCustomer);
			this.groupBox2.Controls.Add(this.rbEncodeName);
			this.groupBox2.Controls.Add(this.rbKeep);
			this.groupBox2.Controls.Add(this.label1);
			this.groupBox2.Controls.Add(this.label6);
			this.groupBox2.Controls.Add(this.cbDstEncoding);
			this.groupBox2.Location = new System.Drawing.Point(383, 209);
			this.groupBox2.Name = "groupBox2";
			this.groupBox2.Size = new System.Drawing.Size(365, 156);
			this.groupBox2.TabIndex = 2;
			this.groupBox2.TabStop = false;
			this.groupBox2.Text = "转换参数";
			// 
			// txtCustomer
			// 
			this.txtCustomer.Location = new System.Drawing.Point(94, 112);
			this.txtCustomer.Name = "txtCustomer";
			this.txtCustomer.Size = new System.Drawing.Size(133, 21);
			this.txtCustomer.TabIndex = 4;
			this.txtCustomer.Text = "out";
			// 
			// rbCustomer
			// 
			this.rbCustomer.AutoSize = true;
			this.rbCustomer.Location = new System.Drawing.Point(77, 90);
			this.rbCustomer.Name = "rbCustomer";
			this.rbCustomer.Size = new System.Drawing.Size(89, 16);
			this.rbCustomer.TabIndex = 3;
			this.rbCustomer.Text = "原名_自定义";
			this.rbCustomer.UseVisualStyleBackColor = true;
			// 
			// rbEncodeName
			// 
			this.rbEncodeName.AutoSize = true;
			this.rbEncodeName.Location = new System.Drawing.Point(77, 68);
			this.rbEncodeName.Name = "rbEncodeName";
			this.rbEncodeName.Size = new System.Drawing.Size(77, 16);
			this.rbEncodeName.TabIndex = 2;
			this.rbEncodeName.Text = "原名_编码";
			this.rbEncodeName.UseVisualStyleBackColor = true;
			// 
			// rbKeep
			// 
			this.rbKeep.AutoSize = true;
			this.rbKeep.Checked = true;
			this.rbKeep.Location = new System.Drawing.Point(77, 46);
			this.rbKeep.Name = "rbKeep";
			this.rbKeep.Size = new System.Drawing.Size(47, 16);
			this.rbKeep.TabIndex = 1;
			this.rbKeep.TabStop = true;
			this.rbKeep.Text = "原名";
			this.rbKeep.UseVisualStyleBackColor = true;
			// 
			// label1
			// 
			this.label1.AutoSize = true;
			this.label1.Location = new System.Drawing.Point(8, 48);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(53, 12);
			this.label1.TabIndex = 11;
			this.label1.Text = "重命名:";
			// 
			// label6
			// 
			this.label6.AutoSize = true;
			this.label6.Location = new System.Drawing.Point(6, 23);
			this.label6.Name = "label6";
			this.label6.Size = new System.Drawing.Size(65, 12);
			this.label6.TabIndex = 8;
			this.label6.Text = "目标编码:";
			// 
			// cbDstEncoding
			// 
			this.cbDstEncoding.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.cbDstEncoding.FormattingEnabled = true;
			this.cbDstEncoding.Items.AddRange(new object[] {
            "UTF-8",
            "GB2312"});
			this.cbDstEncoding.Location = new System.Drawing.Point(77, 20);
			this.cbDstEncoding.Name = "cbDstEncoding";
			this.cbDstEncoding.Size = new System.Drawing.Size(150, 20);
			this.cbDstEncoding.TabIndex = 0;
			// 
			// btnTrans
			// 
			this.btnTrans.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.btnTrans.Location = new System.Drawing.Point(383, 371);
			this.btnTrans.Name = "btnTrans";
			this.btnTrans.Size = new System.Drawing.Size(109, 23);
			this.btnTrans.TabIndex = 3;
			this.btnTrans.Text = "开始转换(&T)";
			this.btnTrans.UseVisualStyleBackColor = true;
			this.btnTrans.Click += new System.EventHandler(this.btnTrans_Click);
			// 
			// fsExplorer1
			// 
			this.fsExplorer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
			this.fsExplorer1.CheckBoxes = System.Windows.Forms.CheckBoxesTypes.Recursive;
			treeListViewItemCollectionComparer1.Column = 2;
			treeListViewItemCollectionComparer1.SortOrder = System.Windows.Forms.SortOrder.Ascending;
			this.fsExplorer1.Comparer = treeListViewItemCollectionComparer1;
			this.fsExplorer1.Location = new System.Drawing.Point(0, 28);
			this.fsExplorer1.Name = "fsExplorer1";
			this.fsExplorer1.Size = new System.Drawing.Size(760, 175);
			this.fsExplorer1.TabIndex = 0;
			this.fsExplorer1.UseCompatibleStateImageBehavior = false;
			// 
			// toolStrip1
			// 
			this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsbRefresh});
			this.toolStrip1.Location = new System.Drawing.Point(0, 0);
			this.toolStrip1.Name = "toolStrip1";
			this.toolStrip1.Size = new System.Drawing.Size(760, 25);
			this.toolStrip1.TabIndex = 4;
			this.toolStrip1.Text = "toolStrip1";
			// 
			// tsbRefresh
			// 
			this.tsbRefresh.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
			this.tsbRefresh.Image = ((System.Drawing.Image)(resources.GetObject("tsbRefresh.Image")));
			this.tsbRefresh.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tsbRefresh.Name = "tsbRefresh";
			this.tsbRefresh.Size = new System.Drawing.Size(51, 22);
			this.tsbRefresh.Text = "刷新(&F)";
			this.tsbRefresh.Click += new System.EventHandler(this.tsbRefresh_Click);
			// 
			// TxtEncoding
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.AutoScroll = true;
			this.ClientSize = new System.Drawing.Size(760, 428);
			this.Controls.Add(this.btnTrans);
			this.Controls.Add(this.groupBox2);
			this.Controls.Add(this.groupBox1);
			this.Controls.Add(this.statusStrip1);
			this.Controls.Add(this.toolStrip1);
			this.Controls.Add(this.fsExplorer1);
			this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.MinimumSize = new System.Drawing.Size(768, 462);
			this.Name = "TxtEncoding";
			this.TabText = "文本文件编码转换";
			this.Text = "文本文件编码转换";
			this.Activated += new System.EventHandler(this.TxtEncoding_Activated);
			this.Deactivate += new System.EventHandler(this.TxtEncoding_Deactivate);
			this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.TxtEncoding_FormClosing);
			this.Load += new System.EventHandler(this.TxtEncoding_Load);
			this.statusStrip1.ResumeLayout(false);
			this.statusStrip1.PerformLayout();
			this.groupBox1.ResumeLayout(false);
			this.groupBox1.PerformLayout();
			this.groupBox2.ResumeLayout(false);
			this.groupBox2.PerformLayout();
			this.toolStrip1.ResumeLayout(false);
			this.toolStrip1.PerformLayout();
			this.ResumeLayout(false);
			this.PerformLayout();

		}
Beispiel #23
0
        /// <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(Form1));
			System.Windows.Forms.TreeListViewItemCollection.TreeListViewItemCollectionComparer treeListViewItemCollectionComparer1 = new System.Windows.Forms.TreeListViewItemCollection.TreeListViewItemCollectionComparer();
			this.imageList1 = new System.Windows.Forms.ImageList(this.components);
			this.menuStrip1 = new System.Windows.Forms.MenuStrip();
			this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.dontsave = new System.Windows.Forms.ToolStripMenuItem();
			this.autosave = new System.Windows.Forms.ToolStripMenuItem();
			this.existcopyonly = new System.Windows.Forms.ToolStripMenuItem();
			this.warnondelete = new System.Windows.Forms.ToolStripMenuItem();
			this.toolsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.replaceAllDotsWithSpacesInRelativePathsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.replaceAllSpacesWithDotsInTheRelativePathToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.useCamelCaseWithAllRelativePathCharactersToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.replaceAllCharactersWithLowerCaseInRelativePathsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.revertRelativePathsToProperNameToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.TC = new System.Windows.Forms.TabControl();
			this.savetabpage = new System.Windows.Forms.TabPage();
			this.panel1 = new System.Windows.Forms.Panel();
			this.savebutton = new System.Windows.Forms.Button();
			this.savefilesize = new System.Windows.Forms.CheckBox();
			this.maxdepth = new System.Windows.Forms.ComboBox();
			this.label3 = new System.Windows.Forms.Label();
			this.groupBox2 = new System.Windows.Forms.GroupBox();
			this.unselectallbutton = new System.Windows.Forms.Button();
			this.refreshtreebutton = new System.Windows.Forms.Button();
			this.multiselecttree = new System.Windows.Forms.TreeView();
			this.groupBox1 = new System.Windows.Forms.GroupBox();
			this.foldertext = new System.Windows.Forms.TextBox();
			this.selectfolder = new System.Windows.Forms.Button();
			this.label1 = new System.Windows.Forms.Label();
			this.viewtabpage = new System.Windows.Forms.TabPage();
			this.statusStrip1 = new System.Windows.Forms.StatusStrip();
			this.toolStripProgressBar1 = new System.Windows.Forms.ToolStripProgressBar();
			this.Status1 = new System.Windows.Forms.ToolStripStatusLabel();
			this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
			this.Status2 = new System.Windows.Forms.ToolStripStatusLabel();
			this.autoresize = new System.Windows.Forms.Button();
			this.showicon = new System.Windows.Forms.CheckBox();
			this.searchbutton = new System.Windows.Forms.Button();
			this.viewContextStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
			this.openBaseFolderInExplorerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.removeItemFromListToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.justRemoveItemFromListToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
			this.deleteSourceFileAsWellToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.recalculateFileSizesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.recalculateAllSubitemsAsWellToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.recalculateSelectedOnlyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.addFileToTreeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.addFolderToTreeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.copySelectedFilesToClipboardToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.getDuplicateFilesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.exactNameMatchesOnlyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.fuzzyNameMatchesOnlyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.getRatingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.livesearch = new System.Windows.Forms.TextBox();
			this.viewfilebutton = new System.Windows.Forms.Button();
			this.label2 = new System.Windows.Forms.Label();
			this.collapsebutton = new System.Windows.Forms.Button();
			this.viewpath = new System.Windows.Forms.TextBox();
			this.viewfolder = new System.Windows.Forms.Button();
			this.expandbutton = new System.Windows.Forms.Button();
			this.tabPage1 = new System.Windows.Forms.TabPage();
			this.selectnone = new System.Windows.Forms.Button();
			this.selectall = new System.Windows.Forms.Button();
			this.label4 = new System.Windows.Forms.Label();
			this.baselevelsremove = new System.Windows.Forms.ComboBox();
			this.filelist = new System.Windows.Forms.CheckedListBox();
			this.randomname = new System.Windows.Forms.Button();
			this.mergebutton = new System.Windows.Forms.Button();
			this.outputfilename = new System.Windows.Forms.TextBox();
			this.label6 = new System.Windows.Forms.Label();
			this.label5 = new System.Windows.Forms.Label();
			this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
			this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
			this.outputtree = new System.Windows.Forms.TreeListView();
			this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
			this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
			this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
			this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
			this.menuStrip1.SuspendLayout();
			this.TC.SuspendLayout();
			this.savetabpage.SuspendLayout();
			this.panel1.SuspendLayout();
			this.groupBox2.SuspendLayout();
			this.groupBox1.SuspendLayout();
			this.viewtabpage.SuspendLayout();
			this.statusStrip1.SuspendLayout();
			this.viewContextStrip.SuspendLayout();
			this.tabPage1.SuspendLayout();
			this.SuspendLayout();
			// 
			// imageList1
			// 
			this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
			this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
			this.imageList1.Images.SetKeyName(0, "OPENFOLD.ICO");
			this.imageList1.Images.SetKeyName(1, "CLSDFOLD.ICO");
			this.imageList1.Images.SetKeyName(2, "FILE.ICO");
			// 
			// menuStrip1
			// 
			this.menuStrip1.BackColor = System.Drawing.Color.Silver;
			this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.fileToolStripMenuItem,
            this.optionsToolStripMenuItem,
            this.toolsToolStripMenuItem});
			this.menuStrip1.Location = new System.Drawing.Point(0, 0);
			this.menuStrip1.Name = "menuStrip1";
			this.menuStrip1.Size = new System.Drawing.Size(678, 24);
			this.menuStrip1.TabIndex = 12;
			this.menuStrip1.Text = "menuStrip1";
			// 
			// fileToolStripMenuItem
			// 
			this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.exitToolStripMenuItem});
			this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
			this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
			this.fileToolStripMenuItem.Text = "File";
			// 
			// exitToolStripMenuItem
			// 
			this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
			this.exitToolStripMenuItem.Size = new System.Drawing.Size(92, 22);
			this.exitToolStripMenuItem.Text = "Exit";
			this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
			// 
			// optionsToolStripMenuItem
			// 
			this.optionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.dontsave,
            this.autosave,
            this.existcopyonly,
            this.warnondelete});
			this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
			this.optionsToolStripMenuItem.Size = new System.Drawing.Size(61, 20);
			this.optionsToolStripMenuItem.Text = "Options";
			// 
			// dontsave
			// 
			this.dontsave.CheckOnClick = true;
			this.dontsave.Name = "dontsave";
			this.dontsave.Size = new System.Drawing.Size(289, 22);
			this.dontsave.Text = "Don\'t save form options";
			// 
			// autosave
			// 
			this.autosave.Checked = true;
			this.autosave.CheckState = System.Windows.Forms.CheckState.Checked;
			this.autosave.Name = "autosave";
			this.autosave.Size = new System.Drawing.Size(289, 22);
			this.autosave.Text = "Autosave tree on item change";
			this.autosave.Click += new System.EventHandler(this.autosave_Click);
			// 
			// existcopyonly
			// 
			this.existcopyonly.Checked = true;
			this.existcopyonly.CheckOnClick = true;
			this.existcopyonly.CheckState = System.Windows.Forms.CheckState.Checked;
			this.existcopyonly.Name = "existcopyonly";
			this.existcopyonly.ShowShortcutKeys = false;
			this.existcopyonly.Size = new System.Drawing.Size(289, 22);
			this.existcopyonly.Text = "Do not copy inaccessible files to clipboard";
			// 
			// warnondelete
			// 
			this.warnondelete.Checked = true;
			this.warnondelete.CheckOnClick = true;
			this.warnondelete.CheckState = System.Windows.Forms.CheckState.Checked;
			this.warnondelete.Name = "warnondelete";
			this.warnondelete.Size = new System.Drawing.Size(289, 22);
			this.warnondelete.Text = "Warn on delete actual file";
			// 
			// toolsToolStripMenuItem
			// 
			this.toolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.replaceAllDotsWithSpacesInRelativePathsToolStripMenuItem,
            this.replaceAllSpacesWithDotsInTheRelativePathToolStripMenuItem,
            this.useCamelCaseWithAllRelativePathCharactersToolStripMenuItem,
            this.replaceAllCharactersWithLowerCaseInRelativePathsToolStripMenuItem,
            this.revertRelativePathsToProperNameToolStripMenuItem});
			this.toolsToolStripMenuItem.Name = "toolsToolStripMenuItem";
			this.toolsToolStripMenuItem.Size = new System.Drawing.Size(48, 20);
			this.toolsToolStripMenuItem.Text = "Tools";
			// 
			// replaceAllDotsWithSpacesInRelativePathsToolStripMenuItem
			// 
			this.replaceAllDotsWithSpacesInRelativePathsToolStripMenuItem.Name = "replaceAllDotsWithSpacesInRelativePathsToolStripMenuItem";
			this.replaceAllDotsWithSpacesInRelativePathsToolStripMenuItem.Size = new System.Drawing.Size(321, 22);
			this.replaceAllDotsWithSpacesInRelativePathsToolStripMenuItem.Text = "Replace all dots with spaces in relative paths";
			this.replaceAllDotsWithSpacesInRelativePathsToolStripMenuItem.Click += new System.EventHandler(this.replaceAllDotsWithSpacesInRelativePathsToolStripMenuItem_Click);
			// 
			// replaceAllSpacesWithDotsInTheRelativePathToolStripMenuItem
			// 
			this.replaceAllSpacesWithDotsInTheRelativePathToolStripMenuItem.Name = "replaceAllSpacesWithDotsInTheRelativePathToolStripMenuItem";
			this.replaceAllSpacesWithDotsInTheRelativePathToolStripMenuItem.Size = new System.Drawing.Size(321, 22);
			this.replaceAllSpacesWithDotsInTheRelativePathToolStripMenuItem.Text = "Replace all spaces with dots in relative paths";
			this.replaceAllSpacesWithDotsInTheRelativePathToolStripMenuItem.Click += new System.EventHandler(this.replaceAllSpacesWithDotsInTheRelativePathToolStripMenuItem_Click);
			// 
			// useCamelCaseWithAllRelativePathCharactersToolStripMenuItem
			// 
			this.useCamelCaseWithAllRelativePathCharactersToolStripMenuItem.Name = "useCamelCaseWithAllRelativePathCharactersToolStripMenuItem";
			this.useCamelCaseWithAllRelativePathCharactersToolStripMenuItem.Size = new System.Drawing.Size(321, 22);
			this.useCamelCaseWithAllRelativePathCharactersToolStripMenuItem.Text = "Use CamelCase with all relative path characters";
			this.useCamelCaseWithAllRelativePathCharactersToolStripMenuItem.Click += new System.EventHandler(this.useCamelCaseWithAllRelativePathCharactersToolStripMenuItem_Click_1);
			// 
			// replaceAllCharactersWithLowerCaseInRelativePathsToolStripMenuItem
			// 
			this.replaceAllCharactersWithLowerCaseInRelativePathsToolStripMenuItem.Name = "replaceAllCharactersWithLowerCaseInRelativePathsToolStripMenuItem";
			this.replaceAllCharactersWithLowerCaseInRelativePathsToolStripMenuItem.Size = new System.Drawing.Size(321, 22);
			this.replaceAllCharactersWithLowerCaseInRelativePathsToolStripMenuItem.Text = "Use lowercase with all relative path characters";
			this.replaceAllCharactersWithLowerCaseInRelativePathsToolStripMenuItem.Click += new System.EventHandler(this.replaceAllCharactersWithLowerCaseInRelativePathsToolStripMenuItem_Click_1);
			// 
			// revertRelativePathsToProperNameToolStripMenuItem
			// 
			this.revertRelativePathsToProperNameToolStripMenuItem.Name = "revertRelativePathsToProperNameToolStripMenuItem";
			this.revertRelativePathsToProperNameToolStripMenuItem.Size = new System.Drawing.Size(321, 22);
			this.revertRelativePathsToProperNameToolStripMenuItem.Text = "Revert relative paths to proper name";
			this.revertRelativePathsToProperNameToolStripMenuItem.Click += new System.EventHandler(this.revertRelativePathsToProperNameToolStripMenuItem_Click);
			// 
			// TC
			// 
			this.TC.Controls.Add(this.savetabpage);
			this.TC.Controls.Add(this.viewtabpage);
			this.TC.Controls.Add(this.tabPage1);
			this.TC.Dock = System.Windows.Forms.DockStyle.Fill;
			this.TC.Location = new System.Drawing.Point(0, 24);
			this.TC.Name = "TC";
			this.TC.SelectedIndex = 0;
			this.TC.Size = new System.Drawing.Size(678, 596);
			this.TC.TabIndex = 13;
			// 
			// savetabpage
			// 
			this.savetabpage.Controls.Add(this.panel1);
			this.savetabpage.Controls.Add(this.groupBox2);
			this.savetabpage.Controls.Add(this.groupBox1);
			this.savetabpage.Location = new System.Drawing.Point(4, 22);
			this.savetabpage.Name = "savetabpage";
			this.savetabpage.Padding = new System.Windows.Forms.Padding(3);
			this.savetabpage.Size = new System.Drawing.Size(670, 570);
			this.savetabpage.TabIndex = 0;
			this.savetabpage.Text = "Save";
			this.savetabpage.UseVisualStyleBackColor = true;
			// 
			// panel1
			// 
			this.panel1.Controls.Add(this.savebutton);
			this.panel1.Controls.Add(this.savefilesize);
			this.panel1.Controls.Add(this.maxdepth);
			this.panel1.Controls.Add(this.label3);
			this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
			this.panel1.Location = new System.Drawing.Point(3, 467);
			this.panel1.Name = "panel1";
			this.panel1.Size = new System.Drawing.Size(664, 100);
			this.panel1.TabIndex = 9;
			// 
			// savebutton
			// 
			this.savebutton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.savebutton.Location = new System.Drawing.Point(6, 72);
			this.savebutton.Name = "savebutton";
			this.savebutton.Size = new System.Drawing.Size(649, 23);
			this.savebutton.TabIndex = 3;
			this.savebutton.Text = "Save Folder Structure to File";
			this.savebutton.UseVisualStyleBackColor = true;
			this.savebutton.Click += new System.EventHandler(this.savebutton_Click);
			// 
			// savefilesize
			// 
			this.savefilesize.AutoSize = true;
			this.savefilesize.Checked = true;
			this.savefilesize.CheckState = System.Windows.Forms.CheckState.Checked;
			this.savefilesize.Location = new System.Drawing.Point(6, 9);
			this.savefilesize.Name = "savefilesize";
			this.savefilesize.Size = new System.Drawing.Size(93, 17);
			this.savefilesize.TabIndex = 4;
			this.savefilesize.Text = "Save File Size";
			this.savefilesize.UseVisualStyleBackColor = true;
			// 
			// maxdepth
			// 
			this.maxdepth.FormattingEnabled = true;
			this.maxdepth.Items.AddRange(new object[] {
            "1",
            "2",
            "3",
            "4",
            "5",
            "10"});
			this.maxdepth.Location = new System.Drawing.Point(6, 45);
			this.maxdepth.MaxLength = 3;
			this.maxdepth.Name = "maxdepth";
			this.maxdepth.Size = new System.Drawing.Size(57, 21);
			this.maxdepth.TabIndex = 5;
			// 
			// label3
			// 
			this.label3.AutoSize = true;
			this.label3.Location = new System.Drawing.Point(3, 29);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(94, 13);
			this.label3.TabIndex = 6;
			this.label3.Text = "Max Folder Depth:";
			// 
			// groupBox2
			// 
			this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
						| System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.groupBox2.Controls.Add(this.unselectallbutton);
			this.groupBox2.Controls.Add(this.refreshtreebutton);
			this.groupBox2.Controls.Add(this.multiselecttree);
			this.groupBox2.Location = new System.Drawing.Point(3, 99);
			this.groupBox2.Name = "groupBox2";
			this.groupBox2.Size = new System.Drawing.Size(661, 362);
			this.groupBox2.TabIndex = 8;
			this.groupBox2.TabStop = false;
			this.groupBox2.Text = "Multiple Selection";
			// 
			// unselectallbutton
			// 
			this.unselectallbutton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.unselectallbutton.Location = new System.Drawing.Point(87, 330);
			this.unselectallbutton.Name = "unselectallbutton";
			this.unselectallbutton.Size = new System.Drawing.Size(75, 23);
			this.unselectallbutton.TabIndex = 2;
			this.unselectallbutton.Text = "Unselect all";
			this.unselectallbutton.UseVisualStyleBackColor = true;
			this.unselectallbutton.Click += new System.EventHandler(this.unselectallbutton_Click);
			// 
			// refreshtreebutton
			// 
			this.refreshtreebutton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.refreshtreebutton.Location = new System.Drawing.Point(6, 330);
			this.refreshtreebutton.Name = "refreshtreebutton";
			this.refreshtreebutton.Size = new System.Drawing.Size(75, 23);
			this.refreshtreebutton.TabIndex = 1;
			this.refreshtreebutton.Text = "Refresh";
			this.refreshtreebutton.UseVisualStyleBackColor = true;
			this.refreshtreebutton.Click += new System.EventHandler(this.refreshtreebutton_Click);
			// 
			// multiselecttree
			// 
			this.multiselecttree.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
						| System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.multiselecttree.CheckBoxes = true;
			this.multiselecttree.Location = new System.Drawing.Point(6, 19);
			this.multiselecttree.Name = "multiselecttree";
			this.multiselecttree.Size = new System.Drawing.Size(649, 306);
			this.multiselecttree.TabIndex = 0;
			this.multiselecttree.BeforeCheck += new System.Windows.Forms.TreeViewCancelEventHandler(this.multiselecttree_AfterCheck);
			this.multiselecttree.BeforeExpand += new System.Windows.Forms.TreeViewCancelEventHandler(this.multiselecttree_BeforeExpand);
			// 
			// groupBox1
			// 
			this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.groupBox1.Controls.Add(this.foldertext);
			this.groupBox1.Controls.Add(this.selectfolder);
			this.groupBox1.Controls.Add(this.label1);
			this.groupBox1.Location = new System.Drawing.Point(3, 6);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(661, 87);
			this.groupBox1.TabIndex = 7;
			this.groupBox1.TabStop = false;
			this.groupBox1.Text = "Individual Selection";
			// 
			// foldertext
			// 
			this.foldertext.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.foldertext.Location = new System.Drawing.Point(6, 37);
			this.foldertext.MaxLength = 200;
			this.foldertext.Name = "foldertext";
			this.foldertext.Size = new System.Drawing.Size(552, 20);
			this.foldertext.TabIndex = 2;
			// 
			// selectfolder
			// 
			this.selectfolder.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.selectfolder.Location = new System.Drawing.Point(564, 35);
			this.selectfolder.Name = "selectfolder";
			this.selectfolder.Size = new System.Drawing.Size(91, 23);
			this.selectfolder.TabIndex = 1;
			this.selectfolder.Text = "Browse";
			this.selectfolder.UseVisualStyleBackColor = true;
			this.selectfolder.Click += new System.EventHandler(this.selectfolder_Click);
			// 
			// label1
			// 
			this.label1.AutoSize = true;
			this.label1.Location = new System.Drawing.Point(3, 21);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(107, 13);
			this.label1.TabIndex = 0;
			this.label1.Text = "Select folder to save:";
			// 
			// viewtabpage
			// 
			this.viewtabpage.Controls.Add(this.statusStrip1);
			this.viewtabpage.Controls.Add(this.autoresize);
			this.viewtabpage.Controls.Add(this.showicon);
			this.viewtabpage.Controls.Add(this.searchbutton);
			this.viewtabpage.Controls.Add(this.outputtree);
			this.viewtabpage.Controls.Add(this.livesearch);
			this.viewtabpage.Controls.Add(this.viewfilebutton);
			this.viewtabpage.Controls.Add(this.label2);
			this.viewtabpage.Controls.Add(this.collapsebutton);
			this.viewtabpage.Controls.Add(this.viewpath);
			this.viewtabpage.Controls.Add(this.viewfolder);
			this.viewtabpage.Controls.Add(this.expandbutton);
			this.viewtabpage.Location = new System.Drawing.Point(4, 22);
			this.viewtabpage.Name = "viewtabpage";
			this.viewtabpage.Padding = new System.Windows.Forms.Padding(3);
			this.viewtabpage.Size = new System.Drawing.Size(670, 570);
			this.viewtabpage.TabIndex = 1;
			this.viewtabpage.Text = "View";
			this.viewtabpage.UseVisualStyleBackColor = true;
			// 
			// statusStrip1
			// 
			this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripProgressBar1,
            this.Status1,
            this.toolStripStatusLabel2,
            this.Status2});
			this.statusStrip1.Location = new System.Drawing.Point(3, 545);
			this.statusStrip1.Name = "statusStrip1";
			this.statusStrip1.Size = new System.Drawing.Size(664, 22);
			this.statusStrip1.TabIndex = 28;
			this.statusStrip1.Text = "statusStrip1";
			// 
			// toolStripProgressBar1
			// 
			this.toolStripProgressBar1.Name = "toolStripProgressBar1";
			this.toolStripProgressBar1.Size = new System.Drawing.Size(100, 16);
			// 
			// Status1
			// 
			this.Status1.Name = "Status1";
			this.Status1.Size = new System.Drawing.Size(12, 17);
			this.Status1.Text = "-";
			// 
			// toolStripStatusLabel2
			// 
			this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
			this.toolStripStatusLabel2.Size = new System.Drawing.Size(12, 17);
			this.toolStripStatusLabel2.Text = "/";
			// 
			// Status2
			// 
			this.Status2.Name = "Status2";
			this.Status2.Size = new System.Drawing.Size(12, 17);
			this.Status2.Text = "-";
			// 
			// autoresize
			// 
			this.autoresize.Location = new System.Drawing.Point(205, 112);
			this.autoresize.Name = "autoresize";
			this.autoresize.Size = new System.Drawing.Size(116, 23);
			this.autoresize.TabIndex = 27;
			this.autoresize.Text = "Auto Resize Columns";
			this.autoresize.UseVisualStyleBackColor = true;
			this.autoresize.Click += new System.EventHandler(this.autoresize_Click);
			// 
			// showicon
			// 
			this.showicon.AutoSize = true;
			this.showicon.Location = new System.Drawing.Point(8, 54);
			this.showicon.Name = "showicon";
			this.showicon.Size = new System.Drawing.Size(101, 17);
			this.showicon.TabIndex = 26;
			this.showicon.Text = "Show File Icons";
			this.showicon.UseVisualStyleBackColor = true;
			// 
			// searchbutton
			// 
			this.searchbutton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.searchbutton.Location = new System.Drawing.Point(589, 112);
			this.searchbutton.Name = "searchbutton";
			this.searchbutton.Size = new System.Drawing.Size(75, 23);
			this.searchbutton.TabIndex = 25;
			this.searchbutton.Text = "Search (Regex)";
			this.searchbutton.UseVisualStyleBackColor = true;
			this.searchbutton.Click += new System.EventHandler(this.searchbutton_Click);
			// 
			// viewContextStrip
			// 
			this.viewContextStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.openBaseFolderInExplorerToolStripMenuItem,
            this.removeItemFromListToolStripMenuItem,
            this.recalculateFileSizesToolStripMenuItem,
            this.addFileToTreeToolStripMenuItem,
            this.addFolderToTreeToolStripMenuItem,
            this.copySelectedFilesToClipboardToolStripMenuItem,
            this.getDuplicateFilesToolStripMenuItem,
            this.getRatingsToolStripMenuItem});
			this.viewContextStrip.Name = "viewContextStrip";
			this.viewContextStrip.Size = new System.Drawing.Size(248, 180);
			this.viewContextStrip.Opening += new System.ComponentModel.CancelEventHandler(this.viewContextStrip_Opening);
			// 
			// openBaseFolderInExplorerToolStripMenuItem
			// 
			this.openBaseFolderInExplorerToolStripMenuItem.Name = "openBaseFolderInExplorerToolStripMenuItem";
			this.openBaseFolderInExplorerToolStripMenuItem.Size = new System.Drawing.Size(247, 22);
			this.openBaseFolderInExplorerToolStripMenuItem.Text = "Select In Explorer";
			this.openBaseFolderInExplorerToolStripMenuItem.Click += new System.EventHandler(this.openBaseFolderInExplorerToolStripMenuItem_Click);
			// 
			// removeItemFromListToolStripMenuItem
			// 
			this.removeItemFromListToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.justRemoveItemFromListToolStripMenuItem,
            this.toolStripSeparator1,
            this.deleteSourceFileAsWellToolStripMenuItem});
			this.removeItemFromListToolStripMenuItem.Name = "removeItemFromListToolStripMenuItem";
			this.removeItemFromListToolStripMenuItem.Size = new System.Drawing.Size(247, 22);
			this.removeItemFromListToolStripMenuItem.Text = "Remove Item From List";
			// 
			// justRemoveItemFromListToolStripMenuItem
			// 
			this.justRemoveItemFromListToolStripMenuItem.Name = "justRemoveItemFromListToolStripMenuItem";
			this.justRemoveItemFromListToolStripMenuItem.Size = new System.Drawing.Size(219, 22);
			this.justRemoveItemFromListToolStripMenuItem.Text = "Just Remove Item From List";
			this.justRemoveItemFromListToolStripMenuItem.Click += new System.EventHandler(this.removeItemFromListToolStripMenuItem_Click);
			// 
			// toolStripSeparator1
			// 
			this.toolStripSeparator1.Name = "toolStripSeparator1";
			this.toolStripSeparator1.Size = new System.Drawing.Size(216, 6);
			// 
			// deleteSourceFileAsWellToolStripMenuItem
			// 
			this.deleteSourceFileAsWellToolStripMenuItem.Name = "deleteSourceFileAsWellToolStripMenuItem";
			this.deleteSourceFileAsWellToolStripMenuItem.Size = new System.Drawing.Size(219, 22);
			this.deleteSourceFileAsWellToolStripMenuItem.Text = "Delete Source File As Well";
			this.deleteSourceFileAsWellToolStripMenuItem.Click += new System.EventHandler(this.deleteSourceFileAsWellToolStripMenuItem_Click);
			// 
			// recalculateFileSizesToolStripMenuItem
			// 
			this.recalculateFileSizesToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.recalculateAllSubitemsAsWellToolStripMenuItem,
            this.recalculateSelectedOnlyToolStripMenuItem});
			this.recalculateFileSizesToolStripMenuItem.Name = "recalculateFileSizesToolStripMenuItem";
			this.recalculateFileSizesToolStripMenuItem.Size = new System.Drawing.Size(247, 22);
			this.recalculateFileSizesToolStripMenuItem.Text = "Recalculate File Sizes";
			// 
			// recalculateAllSubitemsAsWellToolStripMenuItem
			// 
			this.recalculateAllSubitemsAsWellToolStripMenuItem.Name = "recalculateAllSubitemsAsWellToolStripMenuItem";
			this.recalculateAllSubitemsAsWellToolStripMenuItem.Size = new System.Drawing.Size(238, 22);
			this.recalculateAllSubitemsAsWellToolStripMenuItem.Text = "Recalculate all subitems as well";
			this.recalculateAllSubitemsAsWellToolStripMenuItem.Click += new System.EventHandler(this.recalculateAllSubitemsAsWellToolStripMenuItem_Click);
			// 
			// recalculateSelectedOnlyToolStripMenuItem
			// 
			this.recalculateSelectedOnlyToolStripMenuItem.Name = "recalculateSelectedOnlyToolStripMenuItem";
			this.recalculateSelectedOnlyToolStripMenuItem.Size = new System.Drawing.Size(238, 22);
			this.recalculateSelectedOnlyToolStripMenuItem.Text = "Recalculate selected only";
			this.recalculateSelectedOnlyToolStripMenuItem.Click += new System.EventHandler(this.recalculateSelectedOnlyToolStripMenuItem_Click);
			// 
			// addFileToTreeToolStripMenuItem
			// 
			this.addFileToTreeToolStripMenuItem.Name = "addFileToTreeToolStripMenuItem";
			this.addFileToTreeToolStripMenuItem.Size = new System.Drawing.Size(247, 22);
			this.addFileToTreeToolStripMenuItem.Text = "Add File To List";
			this.addFileToTreeToolStripMenuItem.Click += new System.EventHandler(this.addFileToTreeToolStripMenuItem_Click);
			// 
			// addFolderToTreeToolStripMenuItem
			// 
			this.addFolderToTreeToolStripMenuItem.Name = "addFolderToTreeToolStripMenuItem";
			this.addFolderToTreeToolStripMenuItem.Size = new System.Drawing.Size(247, 22);
			this.addFolderToTreeToolStripMenuItem.Text = "Add Folder To List";
			this.addFolderToTreeToolStripMenuItem.Click += new System.EventHandler(this.addFolderToTreeToolStripMenuItem_Click);
			// 
			// copySelectedFilesToClipboardToolStripMenuItem
			// 
			this.copySelectedFilesToClipboardToolStripMenuItem.Name = "copySelectedFilesToClipboardToolStripMenuItem";
			this.copySelectedFilesToClipboardToolStripMenuItem.Size = new System.Drawing.Size(247, 22);
			this.copySelectedFilesToClipboardToolStripMenuItem.Text = "Copy Selected Files To Clipboard";
			this.copySelectedFilesToClipboardToolStripMenuItem.Click += new System.EventHandler(this.copySelectedFilesToClipboardToolStripMenuItem_Click);
			// 
			// getDuplicateFilesToolStripMenuItem
			// 
			this.getDuplicateFilesToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.exactNameMatchesOnlyToolStripMenuItem,
            this.fuzzyNameMatchesOnlyToolStripMenuItem});
			this.getDuplicateFilesToolStripMenuItem.Name = "getDuplicateFilesToolStripMenuItem";
			this.getDuplicateFilesToolStripMenuItem.Size = new System.Drawing.Size(247, 22);
			this.getDuplicateFilesToolStripMenuItem.Text = "Get Duplicate Files";
			// 
			// exactNameMatchesOnlyToolStripMenuItem
			// 
			this.exactNameMatchesOnlyToolStripMenuItem.Name = "exactNameMatchesOnlyToolStripMenuItem";
			this.exactNameMatchesOnlyToolStripMenuItem.Size = new System.Drawing.Size(214, 22);
			this.exactNameMatchesOnlyToolStripMenuItem.Text = "Exact Name Matches Only";
			this.exactNameMatchesOnlyToolStripMenuItem.Click += new System.EventHandler(this.exactNameMatchesOnlyToolStripMenuItem_Click);
			// 
			// fuzzyNameMatchesOnlyToolStripMenuItem
			// 
			this.fuzzyNameMatchesOnlyToolStripMenuItem.Name = "fuzzyNameMatchesOnlyToolStripMenuItem";
			this.fuzzyNameMatchesOnlyToolStripMenuItem.Size = new System.Drawing.Size(214, 22);
			this.fuzzyNameMatchesOnlyToolStripMenuItem.Text = "Fuzzy Name Matches Only";
			this.fuzzyNameMatchesOnlyToolStripMenuItem.Click += new System.EventHandler(this.fuzzyNameMatchesOnlyToolStripMenuItem_Click);
			// 
			// getRatingsToolStripMenuItem
			// 
			this.getRatingsToolStripMenuItem.Name = "getRatingsToolStripMenuItem";
			this.getRatingsToolStripMenuItem.Size = new System.Drawing.Size(247, 22);
			this.getRatingsToolStripMenuItem.Text = "Get Ratings";
			this.getRatingsToolStripMenuItem.Click += new System.EventHandler(this.getRatingsToolStripMenuItem_Click);
			// 
			// livesearch
			// 
			this.livesearch.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.livesearch.Location = new System.Drawing.Point(380, 114);
			this.livesearch.Name = "livesearch";
			this.livesearch.Size = new System.Drawing.Size(206, 20);
			this.livesearch.TabIndex = 22;
			this.livesearch.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.livesearch_KeyPress);
			// 
			// viewfilebutton
			// 
			this.viewfilebutton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.viewfilebutton.Location = new System.Drawing.Point(8, 77);
			this.viewfilebutton.Name = "viewfilebutton";
			this.viewfilebutton.Size = new System.Drawing.Size(656, 23);
			this.viewfilebutton.TabIndex = 7;
			this.viewfilebutton.Text = "View Folder Structure in File";
			this.viewfilebutton.UseVisualStyleBackColor = true;
			this.viewfilebutton.Click += new System.EventHandler(this.viewfilebutton_Click);
			// 
			// label2
			// 
			this.label2.AutoSize = true;
			this.label2.Location = new System.Drawing.Point(5, 12);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(166, 13);
			this.label2.TabIndex = 5;
			this.label2.Text = "Select folder structure file to view:";
			// 
			// collapsebutton
			// 
			this.collapsebutton.Location = new System.Drawing.Point(102, 112);
			this.collapsebutton.Name = "collapsebutton";
			this.collapsebutton.Size = new System.Drawing.Size(97, 23);
			this.collapsebutton.TabIndex = 20;
			this.collapsebutton.Text = "Collapse Tree";
			this.collapsebutton.UseVisualStyleBackColor = true;
			this.collapsebutton.Click += new System.EventHandler(this.collapsebutton_Click);
			// 
			// viewpath
			// 
			this.viewpath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.viewpath.Location = new System.Drawing.Point(8, 28);
			this.viewpath.MaxLength = 200;
			this.viewpath.Name = "viewpath";
			this.viewpath.Size = new System.Drawing.Size(553, 20);
			this.viewpath.TabIndex = 4;
			// 
			// viewfolder
			// 
			this.viewfolder.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.viewfolder.Location = new System.Drawing.Point(567, 26);
			this.viewfolder.Name = "viewfolder";
			this.viewfolder.Size = new System.Drawing.Size(97, 23);
			this.viewfolder.TabIndex = 3;
			this.viewfolder.Text = "Browse";
			this.viewfolder.UseVisualStyleBackColor = true;
			this.viewfolder.Click += new System.EventHandler(this.viewfolder_Click);
			// 
			// expandbutton
			// 
			this.expandbutton.Location = new System.Drawing.Point(8, 112);
			this.expandbutton.Name = "expandbutton";
			this.expandbutton.Size = new System.Drawing.Size(88, 23);
			this.expandbutton.TabIndex = 19;
			this.expandbutton.Text = "Expand Tree";
			this.expandbutton.UseVisualStyleBackColor = true;
			this.expandbutton.Click += new System.EventHandler(this.expandbutton_Click);
			// 
			// tabPage1
			// 
			this.tabPage1.Controls.Add(this.selectnone);
			this.tabPage1.Controls.Add(this.selectall);
			this.tabPage1.Controls.Add(this.label4);
			this.tabPage1.Controls.Add(this.baselevelsremove);
			this.tabPage1.Controls.Add(this.filelist);
			this.tabPage1.Controls.Add(this.randomname);
			this.tabPage1.Controls.Add(this.mergebutton);
			this.tabPage1.Controls.Add(this.outputfilename);
			this.tabPage1.Controls.Add(this.label6);
			this.tabPage1.Controls.Add(this.label5);
			this.tabPage1.Location = new System.Drawing.Point(4, 22);
			this.tabPage1.Name = "tabPage1";
			this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
			this.tabPage1.Size = new System.Drawing.Size(670, 570);
			this.tabPage1.TabIndex = 2;
			this.tabPage1.Text = "Merge";
			this.tabPage1.UseVisualStyleBackColor = true;
			this.tabPage1.Enter += new System.EventHandler(this.tabPage1_Enter);
			// 
			// selectnone
			// 
			this.selectnone.Location = new System.Drawing.Point(90, 31);
			this.selectnone.Name = "selectnone";
			this.selectnone.Size = new System.Drawing.Size(75, 23);
			this.selectnone.TabIndex = 19;
			this.selectnone.Text = "Select None";
			this.selectnone.UseVisualStyleBackColor = true;
			this.selectnone.Click += new System.EventHandler(this.selectnone_Click);
			// 
			// selectall
			// 
			this.selectall.Location = new System.Drawing.Point(9, 31);
			this.selectall.Name = "selectall";
			this.selectall.Size = new System.Drawing.Size(75, 23);
			this.selectall.TabIndex = 18;
			this.selectall.Text = "Select All";
			this.selectall.UseVisualStyleBackColor = true;
			this.selectall.Click += new System.EventHandler(this.selectall_Click);
			// 
			// label4
			// 
			this.label4.AutoSize = true;
			this.label4.Location = new System.Drawing.Point(313, 143);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(149, 13);
			this.label4.TabIndex = 17;
			this.label4.Text = "Remove base directory levels:";
			// 
			// baselevelsremove
			// 
			this.baselevelsremove.FormattingEnabled = true;
			this.baselevelsremove.Items.AddRange(new object[] {
            "0",
            "1",
            "2"});
			this.baselevelsremove.Location = new System.Drawing.Point(302, 159);
			this.baselevelsremove.Name = "baselevelsremove";
			this.baselevelsremove.Size = new System.Drawing.Size(121, 21);
			this.baselevelsremove.TabIndex = 16;
			this.baselevelsremove.TextChanged += new System.EventHandler(this.baselevelsremove_TextChanged);
			this.baselevelsremove.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.baselevelsremove_KeyPress);
			// 
			// filelist
			// 
			this.filelist.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
						| System.Windows.Forms.AnchorStyles.Left)));
			this.filelist.CheckOnClick = true;
			this.filelist.FormattingEnabled = true;
			this.filelist.Location = new System.Drawing.Point(9, 61);
			this.filelist.Name = "filelist";
			this.filelist.Size = new System.Drawing.Size(287, 499);
			this.filelist.TabIndex = 14;
			// 
			// randomname
			// 
			this.randomname.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.randomname.Location = new System.Drawing.Point(560, 59);
			this.randomname.Name = "randomname";
			this.randomname.Size = new System.Drawing.Size(102, 23);
			this.randomname.TabIndex = 13;
			this.randomname.Text = "Get Current Time";
			this.randomname.UseVisualStyleBackColor = true;
			this.randomname.Click += new System.EventHandler(this.randomname_Click);
			// 
			// mergebutton
			// 
			this.mergebutton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.mergebutton.Location = new System.Drawing.Point(302, 186);
			this.mergebutton.Name = "mergebutton";
			this.mergebutton.Size = new System.Drawing.Size(360, 23);
			this.mergebutton.TabIndex = 12;
			this.mergebutton.Text = "Merge";
			this.mergebutton.UseVisualStyleBackColor = true;
			this.mergebutton.Click += new System.EventHandler(this.mergebutton_Click);
			// 
			// outputfilename
			// 
			this.outputfilename.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.outputfilename.Location = new System.Drawing.Point(302, 61);
			this.outputfilename.MaxLength = 200;
			this.outputfilename.Multiline = true;
			this.outputfilename.Name = "outputfilename";
			this.outputfilename.Size = new System.Drawing.Size(255, 68);
			this.outputfilename.TabIndex = 11;
			// 
			// label6
			// 
			this.label6.AutoSize = true;
			this.label6.Location = new System.Drawing.Point(313, 45);
			this.label6.Name = "label6";
			this.label6.Size = new System.Drawing.Size(110, 13);
			this.label6.TabIndex = 10;
			this.label6.Text = "Enter output filename:";
			// 
			// label5
			// 
			this.label5.AutoSize = true;
			this.label5.Location = new System.Drawing.Point(6, 15);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(123, 13);
			this.label5.TabIndex = 7;
			this.label5.Text = "Select the files to merge:";
			// 
			// columnHeader1
			// 
			this.columnHeader1.Text = "File Path";
			this.columnHeader1.Width = 512;
			// 
			// columnHeader2
			// 
			this.columnHeader2.Text = "Size";
			// 
			// outputtree
			// 
			this.outputtree.AllowDrop = true;
			this.outputtree.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
						| System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.outputtree.BackColor = System.Drawing.SystemColors.Window;
			this.outputtree.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader3,
            this.columnHeader4,
            this.columnHeader5,
            this.columnHeader6});
			treeListViewItemCollectionComparer1.Column = 0;
			treeListViewItemCollectionComparer1.SortOrder = System.Windows.Forms.SortOrder.Ascending;
			this.outputtree.Comparer = treeListViewItemCollectionComparer1;
			this.outputtree.ContextMenuStrip = this.viewContextStrip;
			this.outputtree.ExpandMethod = System.Windows.Forms.TreeListViewExpandMethod.IconDbleClick;
			this.outputtree.GridLines = true;
			this.outputtree.Location = new System.Drawing.Point(8, 141);
			this.outputtree.Name = "outputtree";
			this.outputtree.Size = new System.Drawing.Size(659, 401);
			this.outputtree.SmallImageList = this.imageList1;
			this.outputtree.TabIndex = 24;
			this.outputtree.UseCompatibleStateImageBehavior = false;
			this.outputtree.AfterExpand += new System.Windows.Forms.TreeListViewEventHandler(this.outputtree_AfterExpand);
			this.outputtree.AfterCollapse += new System.Windows.Forms.TreeListViewEventHandler(this.outputtree_AfterCollapse);
			this.outputtree.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.outputtree_ItemSelectionChanged);
			this.outputtree.DragDrop += new System.Windows.Forms.DragEventHandler(this.outputtree_DragDrop);
			this.outputtree.DragEnter += new System.Windows.Forms.DragEventHandler(this.outputtree_DragEnter);
			this.outputtree.DoubleClick += new System.EventHandler(this.outputtree_DoubleClick);
			this.outputtree.KeyUp += new System.Windows.Forms.KeyEventHandler(this.outputtree_KeyUp);
			// 
			// columnHeader3
			// 
			this.columnHeader3.Text = "Relative Path";
			this.columnHeader3.Width = 375;
			// 
			// columnHeader4
			// 
			this.columnHeader4.Text = "Size";
			this.columnHeader4.Width = 91;
			// 
			// columnHeader5
			// 
			this.columnHeader5.Text = "Full Path";
			// 
			// columnHeader6
			// 
			this.columnHeader6.Text = "Rating";
			// 
			// Form1
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.ClientSize = new System.Drawing.Size(678, 620);
			this.Controls.Add(this.TC);
			this.Controls.Add(this.menuStrip1);
			this.MainMenuStrip = this.menuStrip1;
			this.Name = "Form1";
			this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "REPLACE";
			this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
			this.Load += new System.EventHandler(this.Form1_Load);
			this.menuStrip1.ResumeLayout(false);
			this.menuStrip1.PerformLayout();
			this.TC.ResumeLayout(false);
			this.savetabpage.ResumeLayout(false);
			this.panel1.ResumeLayout(false);
			this.panel1.PerformLayout();
			this.groupBox2.ResumeLayout(false);
			this.groupBox1.ResumeLayout(false);
			this.groupBox1.PerformLayout();
			this.viewtabpage.ResumeLayout(false);
			this.viewtabpage.PerformLayout();
			this.statusStrip1.ResumeLayout(false);
			this.statusStrip1.PerformLayout();
			this.viewContextStrip.ResumeLayout(false);
			this.tabPage1.ResumeLayout(false);
			this.tabPage1.PerformLayout();
			this.ResumeLayout(false);
			this.PerformLayout();

        }
Beispiel #24
0
 /// <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(DebuggerPanel));
     System.Windows.Forms.TreeListViewItemCollection.TreeListViewItemCollectionComparer treeListViewItemCollectionComparer1 = new System.Windows.Forms.TreeListViewItemCollection.TreeListViewItemCollectionComparer();
     System.Windows.Forms.TreeListViewItemCollection.TreeListViewItemCollectionComparer treeListViewItemCollectionComparer2 = new System.Windows.Forms.TreeListViewItemCollection.TreeListViewItemCollectionComparer();
     System.Windows.Forms.TreeListViewItemCollection.TreeListViewItemCollectionComparer treeListViewItemCollectionComparer3 = new System.Windows.Forms.TreeListViewItemCollection.TreeListViewItemCollectionComparer();
     this.navigationToolStrip = new System.Windows.Forms.ToolStrip();
     this.runBt  = new System.Windows.Forms.ToolStripButton();
     this.stepBt = new System.Windows.Forms.ToolStripButton();
     this.overBt = new System.Windows.Forms.ToolStripButton();
     this.closeDebuggerSessionBt = new System.Windows.Forms.ToolStripButton();
     this.typesImageList         = new System.Windows.Forms.ImageList(this.components);
     this.sendCommandToolStrip   = new System.Windows.Forms.ToolStrip();
     this.toolStripLabel2        = new System.Windows.Forms.ToolStripLabel();
     this.commandTxtBx           = new System.Windows.Forms.ToolStripTextBox();
     this.sendCommandBt          = new System.Windows.Forms.ToolStripButton();
     this.splitContainer1        = new System.Windows.Forms.SplitContainer();
     this.splitContainer3        = new System.Windows.Forms.SplitContainer();
     this.tabControl1            = new System.Windows.Forms.TabControl();
     this.OutputTabPage          = new System.Windows.Forms.TabPage();
     this.outPutTxtBx            = new System.Windows.Forms.RichTextBox();
     this.tabControl3            = new System.Windows.Forms.TabControl();
     this.tabPage3              = new System.Windows.Forms.TabPage();
     this.backtraceListView     = new System.Windows.Forms.TreeListView();
     this.numberbacktraceHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.kindHeader            = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.filebacktraceHeader   = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.lineBackTraceHeader   = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.splitContainer2       = new System.Windows.Forms.SplitContainer();
     this.tabControl2           = new System.Windows.Forms.TabControl();
     this.tabPage2              = new System.Windows.Forms.TabPage();
     this.localsListView        = new System.Windows.Forms.TreeListView();
     this.localsNameHeader      = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.typeLocalHeader       = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.localValueHeader      = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.tabControl4           = new System.Windows.Forms.TabControl();
     this.tabPage4              = new System.Windows.Forms.TabPage();
     this.watchesListView       = new System.Windows.Forms.TreeListView();
     this.numberWatchHeader     = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.expressionHeader      = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.navigationToolStrip.SuspendLayout();
     this.sendCommandToolStrip.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit();
     this.splitContainer3.Panel1.SuspendLayout();
     this.splitContainer3.Panel2.SuspendLayout();
     this.splitContainer3.SuspendLayout();
     this.tabControl1.SuspendLayout();
     this.OutputTabPage.SuspendLayout();
     this.tabControl3.SuspendLayout();
     this.tabPage3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
     this.splitContainer2.Panel1.SuspendLayout();
     this.splitContainer2.Panel2.SuspendLayout();
     this.splitContainer2.SuspendLayout();
     this.tabControl2.SuspendLayout();
     this.tabPage2.SuspendLayout();
     this.tabControl4.SuspendLayout();
     this.tabPage4.SuspendLayout();
     this.SuspendLayout();
     //
     // navigationToolStrip
     //
     this.navigationToolStrip.BackColor        = System.Drawing.Color.White;
     this.navigationToolStrip.GripStyle        = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.navigationToolStrip.ImageScalingSize = new System.Drawing.Size(24, 24);
     this.navigationToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.runBt,
         this.stepBt,
         this.overBt,
         this.closeDebuggerSessionBt
     });
     this.navigationToolStrip.Location         = new System.Drawing.Point(0, 0);
     this.navigationToolStrip.Name             = "navigationToolStrip";
     this.navigationToolStrip.ShowItemToolTips = false;
     this.navigationToolStrip.Size             = new System.Drawing.Size(515, 31);
     this.navigationToolStrip.TabIndex         = 1;
     this.navigationToolStrip.Text             = "toolStrip1";
     //
     // runBt
     //
     this.runBt.Image = global::Krea.Properties.Resources.playItem;
     this.runBt.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.runBt.Name        = "runBt";
     this.runBt.Size        = new System.Drawing.Size(56, 28);
     this.runBt.Text        = "Run";
     this.runBt.ToolTipText = "Once having loaded the main.lua of your project into the Corona simulator and add" +
                              "ed all the breakpoints needed, run the app in debug mode.";
     this.runBt.Click += new System.EventHandler(this.runBt_Click);
     //
     // stepBt
     //
     this.stepBt.Image = global::Krea.Properties.Resources.flecheBasIcon;
     this.stepBt.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.stepBt.Name        = "stepBt";
     this.stepBt.Size        = new System.Drawing.Size(58, 28);
     this.stepBt.Text        = "Step";
     this.stepBt.ToolTipText = "Execute the next step";
     this.stepBt.Click      += new System.EventHandler(this.stepBt_Click);
     //
     // overBt
     //
     this.overBt.Image = global::Krea.Properties.Resources.flecheHautIcon;
     this.overBt.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.overBt.Name        = "overBt";
     this.overBt.Size        = new System.Drawing.Size(60, 28);
     this.overBt.Text        = "Over";
     this.overBt.ToolTipText = "Go over the current function";
     this.overBt.Click      += new System.EventHandler(this.overBt_Click);
     //
     // closeDebuggerSessionBt
     //
     this.closeDebuggerSessionBt.Alignment             = System.Windows.Forms.ToolStripItemAlignment.Right;
     this.closeDebuggerSessionBt.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.closeDebuggerSessionBt.Image                 = global::Krea.Properties.Resources.deleteIcon;
     this.closeDebuggerSessionBt.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.closeDebuggerSessionBt.Name        = "closeDebuggerSessionBt";
     this.closeDebuggerSessionBt.Size        = new System.Drawing.Size(28, 28);
     this.closeDebuggerSessionBt.Text        = "close";
     this.closeDebuggerSessionBt.ToolTipText = "Close the debugging session and then the debugger panel.";
     this.closeDebuggerSessionBt.Click      += new System.EventHandler(this.toolStripButton1_Click);
     //
     // typesImageList
     //
     this.typesImageList.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("typesImageList.ImageStream")));
     this.typesImageList.TransparentColor = System.Drawing.Color.Transparent;
     this.typesImageList.Images.SetKeyName(0, "pubclass.png");
     this.typesImageList.Images.SetKeyName(1, "pubfield.png");
     this.typesImageList.Images.SetKeyName(2, "pubmethod.png");
     this.typesImageList.Images.SetKeyName(3, "pubproperty.png");
     //
     // sendCommandToolStrip
     //
     this.sendCommandToolStrip.BackColor        = System.Drawing.Color.White;
     this.sendCommandToolStrip.GripStyle        = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.sendCommandToolStrip.ImageScalingSize = new System.Drawing.Size(24, 24);
     this.sendCommandToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripLabel2,
         this.commandTxtBx,
         this.sendCommandBt
     });
     this.sendCommandToolStrip.Location         = new System.Drawing.Point(0, 31);
     this.sendCommandToolStrip.Name             = "sendCommandToolStrip";
     this.sendCommandToolStrip.ShowItemToolTips = false;
     this.sendCommandToolStrip.Size             = new System.Drawing.Size(515, 31);
     this.sendCommandToolStrip.TabIndex         = 4;
     this.sendCommandToolStrip.Text             = "toolStrip2";
     //
     // toolStripLabel2
     //
     this.toolStripLabel2.Name = "toolStripLabel2";
     this.toolStripLabel2.Size = new System.Drawing.Size(96, 28);
     this.toolStripLabel2.Text = "Send Command:";
     //
     // commandTxtBx
     //
     this.commandTxtBx.BackColor = System.Drawing.SystemColors.Info;
     this.commandTxtBx.Name      = "commandTxtBx";
     this.commandTxtBx.Size      = new System.Drawing.Size(150, 31);
     //
     // sendCommandBt
     //
     this.sendCommandBt.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.sendCommandBt.Image                 = global::Krea.Properties.Resources.tickIcon;
     this.sendCommandBt.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.sendCommandBt.Name        = "sendCommandBt";
     this.sendCommandBt.Size        = new System.Drawing.Size(28, 28);
     this.sendCommandBt.Text        = "Send";
     this.sendCommandBt.ToolTipText = "Send a custom commant to the Corona debugger";
     this.sendCommandBt.Click      += new System.EventHandler(this.sendCommandBt_Click);
     //
     // splitContainer1
     //
     this.splitContainer1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location    = new System.Drawing.Point(0, 62);
     this.splitContainer1.Name        = "splitContainer1";
     this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.splitContainer3);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
     this.splitContainer1.Size             = new System.Drawing.Size(515, 512);
     this.splitContainer1.SplitterDistance = 294;
     this.splitContainer1.SplitterWidth    = 10;
     this.splitContainer1.TabIndex         = 5;
     //
     // splitContainer3
     //
     this.splitContainer3.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer3.Location    = new System.Drawing.Point(0, 0);
     this.splitContainer3.Name        = "splitContainer3";
     this.splitContainer3.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer3.Panel1
     //
     this.splitContainer3.Panel1.Controls.Add(this.tabControl1);
     //
     // splitContainer3.Panel2
     //
     this.splitContainer3.Panel2.Controls.Add(this.tabControl3);
     this.splitContainer3.Size             = new System.Drawing.Size(515, 294);
     this.splitContainer3.SplitterDistance = 105;
     this.splitContainer3.SplitterWidth    = 10;
     this.splitContainer3.TabIndex         = 0;
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.OutputTabPage);
     this.tabControl1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.tabControl1.Location      = new System.Drawing.Point(0, 0);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size          = new System.Drawing.Size(515, 105);
     this.tabControl1.TabIndex      = 3;
     //
     // OutputTabPage
     //
     this.OutputTabPage.AutoScroll = true;
     this.OutputTabPage.Controls.Add(this.outPutTxtBx);
     this.OutputTabPage.Location = new System.Drawing.Point(4, 22);
     this.OutputTabPage.Name     = "OutputTabPage";
     this.OutputTabPage.Padding  = new System.Windows.Forms.Padding(3);
     this.OutputTabPage.Size     = new System.Drawing.Size(507, 79);
     this.OutputTabPage.TabIndex = 1;
     this.OutputTabPage.Text     = "Output";
     this.OutputTabPage.UseVisualStyleBackColor = true;
     //
     // outPutTxtBx
     //
     this.outPutTxtBx.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.outPutTxtBx.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.outPutTxtBx.Location    = new System.Drawing.Point(3, 3);
     this.outPutTxtBx.Name        = "outPutTxtBx";
     this.outPutTxtBx.Size        = new System.Drawing.Size(501, 73);
     this.outPutTxtBx.TabIndex    = 32;
     this.outPutTxtBx.Text        = "";
     //
     // tabControl3
     //
     this.tabControl3.Controls.Add(this.tabPage3);
     this.tabControl3.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.tabControl3.Location      = new System.Drawing.Point(0, 0);
     this.tabControl3.Name          = "tabControl3";
     this.tabControl3.SelectedIndex = 0;
     this.tabControl3.Size          = new System.Drawing.Size(515, 179);
     this.tabControl3.TabIndex      = 1;
     //
     // tabPage3
     //
     this.tabPage3.AutoScroll = true;
     this.tabPage3.Controls.Add(this.backtraceListView);
     this.tabPage3.Location = new System.Drawing.Point(4, 22);
     this.tabPage3.Name     = "tabPage3";
     this.tabPage3.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage3.Size     = new System.Drawing.Size(507, 153);
     this.tabPage3.TabIndex = 0;
     this.tabPage3.Text     = "Backtrace";
     this.tabPage3.UseVisualStyleBackColor = true;
     //
     // backtraceListView
     //
     this.backtraceListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.numberbacktraceHeader,
         this.kindHeader,
         this.filebacktraceHeader,
         this.lineBackTraceHeader
     });
     treeListViewItemCollectionComparer1.Column    = 0;
     treeListViewItemCollectionComparer1.SortOrder = System.Windows.Forms.SortOrder.None;
     this.backtraceListView.Comparer       = treeListViewItemCollectionComparer1;
     this.backtraceListView.Dock           = System.Windows.Forms.DockStyle.Fill;
     this.backtraceListView.GridLines      = true;
     this.backtraceListView.HideSelection  = false;
     this.backtraceListView.LargeImageList = this.typesImageList;
     this.backtraceListView.Location       = new System.Drawing.Point(3, 3);
     this.backtraceListView.MultiSelect    = false;
     this.backtraceListView.Name           = "backtraceListView";
     this.backtraceListView.Size           = new System.Drawing.Size(501, 147);
     this.backtraceListView.SmallImageList = this.typesImageList;
     this.backtraceListView.Sorting        = System.Windows.Forms.SortOrder.None;
     this.backtraceListView.TabIndex       = 2;
     this.backtraceListView.UseCompatibleStateImageBehavior = false;
     //
     // numberbacktraceHeader
     //
     this.numberbacktraceHeader.Text  = "Number";
     this.numberbacktraceHeader.Width = 58;
     //
     // kindHeader
     //
     this.kindHeader.Text      = "Kind";
     this.kindHeader.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.kindHeader.Width     = 100;
     //
     // filebacktraceHeader
     //
     this.filebacktraceHeader.Text  = "File";
     this.filebacktraceHeader.Width = 93;
     //
     // lineBackTraceHeader
     //
     this.lineBackTraceHeader.Text  = "Line";
     this.lineBackTraceHeader.Width = 48;
     //
     // splitContainer2
     //
     this.splitContainer2.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer2.Location    = new System.Drawing.Point(0, 0);
     this.splitContainer2.Name        = "splitContainer2";
     this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer2.Panel1
     //
     this.splitContainer2.Panel1.Controls.Add(this.tabControl2);
     //
     // splitContainer2.Panel2
     //
     this.splitContainer2.Panel2.Controls.Add(this.tabControl4);
     this.splitContainer2.Panel2Collapsed  = true;
     this.splitContainer2.Size             = new System.Drawing.Size(515, 208);
     this.splitContainer2.SplitterDistance = 106;
     this.splitContainer2.SplitterWidth    = 10;
     this.splitContainer2.TabIndex         = 0;
     //
     // tabControl2
     //
     this.tabControl2.Controls.Add(this.tabPage2);
     this.tabControl2.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.tabControl2.Location      = new System.Drawing.Point(0, 0);
     this.tabControl2.Name          = "tabControl2";
     this.tabControl2.SelectedIndex = 0;
     this.tabControl2.Size          = new System.Drawing.Size(515, 208);
     this.tabControl2.TabIndex      = 1;
     //
     // tabPage2
     //
     this.tabPage2.AutoScroll = true;
     this.tabPage2.Controls.Add(this.localsListView);
     this.tabPage2.Location = new System.Drawing.Point(4, 22);
     this.tabPage2.Name     = "tabPage2";
     this.tabPage2.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage2.Size     = new System.Drawing.Size(507, 182);
     this.tabPage2.TabIndex = 0;
     this.tabPage2.Text     = "Locals";
     this.tabPage2.UseVisualStyleBackColor = true;
     //
     // localsListView
     //
     this.localsListView.AutoArrange = false;
     this.localsListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.localsNameHeader,
         this.typeLocalHeader,
         this.localValueHeader
     });
     treeListViewItemCollectionComparer2.Column    = 0;
     treeListViewItemCollectionComparer2.SortOrder = System.Windows.Forms.SortOrder.None;
     this.localsListView.Comparer       = treeListViewItemCollectionComparer2;
     this.localsListView.Dock           = System.Windows.Forms.DockStyle.Fill;
     this.localsListView.GridLines      = true;
     this.localsListView.HideSelection  = false;
     this.localsListView.LargeImageList = this.typesImageList;
     this.localsListView.Location       = new System.Drawing.Point(3, 3);
     this.localsListView.MultiSelect    = false;
     this.localsListView.Name           = "localsListView";
     this.localsListView.Size           = new System.Drawing.Size(501, 176);
     this.localsListView.SmallImageList = this.typesImageList;
     this.localsListView.Sorting        = System.Windows.Forms.SortOrder.None;
     this.localsListView.TabIndex       = 1;
     this.localsListView.UseCompatibleStateImageBehavior = false;
     this.localsListView.SelectedIndexChanged           += new System.EventHandler(this.localsListView_SelectedIndexChanged);
     //
     // localsNameHeader
     //
     this.localsNameHeader.Text  = "Name";
     this.localsNameHeader.Width = 107;
     //
     // typeLocalHeader
     //
     this.typeLocalHeader.Text      = "Type";
     this.typeLocalHeader.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.typeLocalHeader.Width     = 64;
     //
     // localValueHeader
     //
     this.localValueHeader.Text      = "Value";
     this.localValueHeader.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.localValueHeader.Width     = 70;
     //
     // tabControl4
     //
     this.tabControl4.Controls.Add(this.tabPage4);
     this.tabControl4.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.tabControl4.Location      = new System.Drawing.Point(0, 0);
     this.tabControl4.Name          = "tabControl4";
     this.tabControl4.SelectedIndex = 0;
     this.tabControl4.Size          = new System.Drawing.Size(150, 46);
     this.tabControl4.TabIndex      = 1;
     //
     // tabPage4
     //
     this.tabPage4.Controls.Add(this.watchesListView);
     this.tabPage4.Location = new System.Drawing.Point(4, 22);
     this.tabPage4.Name     = "tabPage4";
     this.tabPage4.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage4.Size     = new System.Drawing.Size(142, 20);
     this.tabPage4.TabIndex = 0;
     this.tabPage4.Text     = "Watches";
     this.tabPage4.UseVisualStyleBackColor = true;
     //
     // watchesListView
     //
     this.watchesListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.numberWatchHeader,
         this.expressionHeader
     });
     treeListViewItemCollectionComparer3.Column    = 0;
     treeListViewItemCollectionComparer3.SortOrder = System.Windows.Forms.SortOrder.None;
     this.watchesListView.Comparer    = treeListViewItemCollectionComparer3;
     this.watchesListView.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.watchesListView.GridLines   = true;
     this.watchesListView.Location    = new System.Drawing.Point(3, 3);
     this.watchesListView.MultiSelect = false;
     this.watchesListView.Name        = "watchesListView";
     this.watchesListView.Size        = new System.Drawing.Size(136, 14);
     this.watchesListView.Sorting     = System.Windows.Forms.SortOrder.None;
     this.watchesListView.TabIndex    = 0;
     this.watchesListView.UseCompatibleStateImageBehavior = false;
     //
     // numberWatchHeader
     //
     this.numberWatchHeader.Text = "Number";
     //
     // expressionHeader
     //
     this.expressionHeader.Text  = "Expression";
     this.expressionHeader.Width = 132;
     //
     // DebuggerPanel
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.sendCommandToolStrip);
     this.Controls.Add(this.navigationToolStrip);
     this.Name = "DebuggerPanel";
     this.Size = new System.Drawing.Size(515, 574);
     this.navigationToolStrip.ResumeLayout(false);
     this.navigationToolStrip.PerformLayout();
     this.sendCommandToolStrip.ResumeLayout(false);
     this.sendCommandToolStrip.PerformLayout();
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.splitContainer3.Panel1.ResumeLayout(false);
     this.splitContainer3.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit();
     this.splitContainer3.ResumeLayout(false);
     this.tabControl1.ResumeLayout(false);
     this.OutputTabPage.ResumeLayout(false);
     this.tabControl3.ResumeLayout(false);
     this.tabPage3.ResumeLayout(false);
     this.splitContainer2.Panel1.ResumeLayout(false);
     this.splitContainer2.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
     this.splitContainer2.ResumeLayout(false);
     this.tabControl2.ResumeLayout(false);
     this.tabPage2.ResumeLayout(false);
     this.tabControl4.ResumeLayout(false);
     this.tabPage4.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #25
0
 /// <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(Form7));
     System.Windows.Forms.TreeListViewItemCollection.TreeListViewItemCollectionComparer treeListViewItemCollectionComparer1 = new System.Windows.Forms.TreeListViewItemCollection.TreeListViewItemCollectionComparer();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     this.imageList1    = new System.Windows.Forms.ImageList(this.components);
     this.treeListView1 = new System.Windows.Forms.TreeListView();
     this.toolTip1      = new System.Windows.Forms.ToolTip(this.components);
     this.dataGridView1 = new System.Windows.Forms.DataGridView();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     this.SuspendLayout();
     //
     // imageList1
     //
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "Net Service.ico");
     this.imageList1.Images.SetKeyName(1, "WAV.ico");
     this.imageList1.Images.SetKeyName(2, "12-Application.ico");
     this.imageList1.Images.SetKeyName(3, "1499.ico");
     this.imageList1.Images.SetKeyName(4, "Be Script.ico");
     this.imageList1.Images.SetKeyName(5, "183.ICO");
     //
     // treeListView1
     //
     this.treeListView1.AllowColumnReorder = true;
     this.treeListView1.Anchor             = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                                    | System.Windows.Forms.AnchorStyles.Left)
                                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     treeListViewItemCollectionComparer1.Column    = 0;
     treeListViewItemCollectionComparer1.SortOrder = System.Windows.Forms.SortOrder.None;
     this.treeListView1.Comparer       = treeListViewItemCollectionComparer1;
     this.treeListView1.GridLines      = true;
     this.treeListView1.HeaderStyle    = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.treeListView1.HideSelection  = false;
     this.treeListView1.LabelEdit      = true;
     this.treeListView1.Location       = new System.Drawing.Point(5, 154);
     this.treeListView1.Name           = "treeListView1";
     this.treeListView1.Size           = new System.Drawing.Size(600, 253);
     this.treeListView1.SmallImageList = this.imageList1;
     this.treeListView1.Sorting        = System.Windows.Forms.SortOrder.None;
     this.treeListView1.TabIndex       = 1;
     this.toolTip1.SetToolTip(this.treeListView1, "Test ing");
     this.treeListView1.UseCompatibleStateImageBehavior = false;
     this.treeListView1.UseXPHighlightStyle             = false;
     this.treeListView1.BeforeExpand   += new System.Windows.Forms.TreeListViewCancelEventHandler(this.treeListView1_BeforeExpand);
     this.treeListView1.BeforeCollapse += new System.Windows.Forms.TreeListViewCancelEventHandler(this.treeListView1_BeforeCollapse);
     //
     // dataGridView1
     //
     this.dataGridView1.AllowUserToDeleteRows           = false;
     dataGridViewCellStyle1.BackColor                   = System.Drawing.Color.Thistle;
     dataGridViewCellStyle1.ForeColor                   = System.Drawing.Color.Black;
     dataGridViewCellStyle1.SelectionBackColor          = System.Drawing.Color.Black;
     dataGridViewCellStyle1.SelectionForeColor          = System.Drawing.Color.White;
     this.dataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
     this.dataGridView1.Dock          = System.Windows.Forms.DockStyle.Top;
     this.dataGridView1.GridColor     = System.Drawing.Color.Violet;
     this.dataGridView1.Location      = new System.Drawing.Point(0, 0);
     this.dataGridView1.Name          = "dataGridView1";
     this.dataGridView1.ReadOnly      = true;
     this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dataGridView1.Size          = new System.Drawing.Size(605, 148);
     this.dataGridView1.TabIndex      = 3;
     this.dataGridView1.RowsAdded    += new System.Windows.Forms.DataGridViewRowsAddedEventHandler(this.dataGridView1_RowsAdded);
     //
     // Form7
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(605, 412);
     this.Controls.Add(this.dataGridView1);
     this.Controls.Add(this.treeListView1);
     this.Name = "Form7";
     this.Text = "TreeListView from DB";
     this.toolTip1.SetToolTip(this, "Testing");
     this.Load += new System.EventHandler(this.Form7_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #26
0
 /// <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.Windows.Forms.TreeListViewItemCollection.TreeListViewItemCollectionComparer treeListViewItemCollectionComparer1 = new System.Windows.Forms.TreeListViewItemCollection.TreeListViewItemCollectionComparer();
     System.Windows.Forms.TreeListViewItemCollection.TreeListViewItemCollectionComparer treeListViewItemCollectionComparer2 = new System.Windows.Forms.TreeListViewItemCollection.TreeListViewItemCollectionComparer();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DataTip));
     this.localsListView   = new System.Windows.Forms.TreeListView();
     this.localsNameHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.typeLocalHeader  = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.localValueHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.treeListView1    = new System.Windows.Forms.TreeListView();
     this.columnHeader1    = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader2    = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.typesImageList   = new System.Windows.Forms.ImageList(this.components);
     this.SuspendLayout();
     //
     // localsListView
     //
     this.localsListView.AutoArrange = false;
     this.localsListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.localsNameHeader,
         this.typeLocalHeader,
         this.localValueHeader
     });
     treeListViewItemCollectionComparer1.Column    = 0;
     treeListViewItemCollectionComparer1.SortOrder = System.Windows.Forms.SortOrder.None;
     this.localsListView.Comparer    = treeListViewItemCollectionComparer1;
     this.localsListView.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.localsListView.GridLines   = true;
     this.localsListView.Location    = new System.Drawing.Point(0, 0);
     this.localsListView.MultiSelect = false;
     this.localsListView.Name        = "localsListView";
     this.localsListView.Size        = new System.Drawing.Size(212, 157);
     this.localsListView.Sorting     = System.Windows.Forms.SortOrder.None;
     this.localsListView.TabIndex    = 2;
     this.localsListView.UseCompatibleStateImageBehavior = false;
     //
     // localsNameHeader
     //
     this.localsNameHeader.Text  = "Name";
     this.localsNameHeader.Width = 108;
     //
     // typeLocalHeader
     //
     this.typeLocalHeader.Text      = "Type";
     this.typeLocalHeader.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.typeLocalHeader.Width     = 97;
     //
     // localValueHeader
     //
     this.localValueHeader.Text      = "Value";
     this.localValueHeader.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.localValueHeader.Width     = 78;
     //
     // treeListView1
     //
     this.treeListView1.AutoArrange = false;
     this.treeListView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader2
     });
     treeListViewItemCollectionComparer2.Column    = 0;
     treeListViewItemCollectionComparer2.SortOrder = System.Windows.Forms.SortOrder.None;
     this.treeListView1.Comparer       = treeListViewItemCollectionComparer2;
     this.treeListView1.Dock           = System.Windows.Forms.DockStyle.Fill;
     this.treeListView1.GridLines      = true;
     this.treeListView1.HideSelection  = false;
     this.treeListView1.LargeImageList = this.typesImageList;
     this.treeListView1.Location       = new System.Drawing.Point(0, 0);
     this.treeListView1.MultiSelect    = false;
     this.treeListView1.Name           = "treeListView1";
     this.treeListView1.Size           = new System.Drawing.Size(212, 157);
     this.treeListView1.SmallImageList = this.typesImageList;
     this.treeListView1.Sorting        = System.Windows.Forms.SortOrder.None;
     this.treeListView1.TabIndex       = 3;
     this.treeListView1.UseCompatibleStateImageBehavior = false;
     this.treeListView1.UseXPHighlightStyle             = false;
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "Name";
     this.columnHeader1.Width = 108;
     //
     // columnHeader2
     //
     this.columnHeader2.Text      = "Description";
     this.columnHeader2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.columnHeader2.Width     = 97;
     //
     // typesImageList
     //
     this.typesImageList.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("typesImageList.ImageStream")));
     this.typesImageList.TransparentColor = System.Drawing.Color.Transparent;
     this.typesImageList.Images.SetKeyName(0, "pubclass.png");
     this.typesImageList.Images.SetKeyName(1, "pubfield.png");
     this.typesImageList.Images.SetKeyName(2, "pubmethod.png");
     this.typesImageList.Images.SetKeyName(3, "pubproperty.png");
     //
     // DataTip
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSize            = true;
     this.ClientSize          = new System.Drawing.Size(212, 157);
     this.Controls.Add(this.treeListView1);
     this.Controls.Add(this.localsListView);
     this.DoubleBuffered  = true;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "DataTip";
     this.Text            = "DataTip";
     this.ResumeLayout(false);
 }
Beispiel #27
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UctTree));
     System.Windows.Forms.TreeListViewItemCollection.TreeListViewItemCollectionComparer treeListViewItemCollectionComparer1 = new System.Windows.Forms.TreeListViewItemCollection.TreeListViewItemCollectionComparer();
     this.imageList1          = new System.Windows.Forms.ImageList();
     this.toolStrip1          = new System.Windows.Forms.ToolStrip();
     this.tsbAdd              = new System.Windows.Forms.ToolStripButton();
     this.tsbEdit             = new System.Windows.Forms.ToolStripButton();
     this.tsbDel              = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.tsbSelect           = new System.Windows.Forms.ToolStripButton();
     this.tsbGroup            = new System.Windows.Forms.ToolStripButton();
     this.tsbOrder            = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
     this.tsbSwitch           = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.tsbRefresh          = new System.Windows.Forms.ToolStripButton();
     this.tsbFilter           = new System.Windows.Forms.ToolStripButton();
     this.toolStripLabel1     = new System.Windows.Forms.ToolStripLabel();
     this.txtQuery            = new System.Windows.Forms.ToolStripTextBox();
     this.tsbReturn           = new System.Windows.Forms.ToolStripButton();
     this.tsbSearch           = new System.Windows.Forms.ToolStripButton();
     this.tsbClear            = new System.Windows.Forms.ToolStripButton();
     this.contextMenuStrip1   = new System.Windows.Forms.ContextMenuStrip();
     this.tsmAddAssets        = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmDelAssets        = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem1  = new System.Windows.Forms.ToolStripSeparator();
     this.tsmSelectAssets     = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmAssetSort        = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmAssetCustom      = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem2  = new System.Windows.Forms.ToolStripSeparator();
     this.tsmShowNext         = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmHideNext         = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem3  = new System.Windows.Forms.ToolStripSeparator();
     this.tsmShowAll          = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmHideAll          = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem4  = new System.Windows.Forms.ToolStripSeparator();
     this.tsmReName           = new System.Windows.Forms.ToolStripMenuItem();
     this.treeListView1       = new ReserveComponents.TreeListViewEX();
     this.columnHeader1       = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader3       = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader5       = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.treeViewFast1       = new ReserveComponents.TreeViewFastEX();
     this.toolStrip1.SuspendLayout();
     this.contextMenuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // imageList1
     //
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "open_project.png");
     this.imageList1.Images.SetKeyName(1, "oilField.png");
     this.imageList1.Images.SetKeyName(2, "unit.png");
     this.imageList1.Images.SetKeyName(3, "plant.png");
     this.imageList1.Images.SetKeyName(4, "oil.png");
     this.imageList1.Images.SetKeyName(5, "gas.png");
     //
     // toolStrip1
     //
     this.toolStrip1.GripStyle        = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsbAdd,
         this.tsbEdit,
         this.tsbDel,
         this.toolStripSeparator3,
         this.tsbSelect,
         this.tsbGroup,
         this.tsbOrder,
         this.toolStripSeparator4,
         this.tsbSwitch,
         this.toolStripSeparator1,
         this.tsbRefresh,
         this.tsbFilter,
         this.toolStripLabel1,
         this.txtQuery,
         this.tsbReturn,
         this.tsbSearch,
         this.tsbClear
     });
     this.toolStrip1.Location   = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name       = "toolStrip1";
     this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
     this.toolStrip1.Size       = new System.Drawing.Size(608, 27);
     this.toolStrip1.TabIndex   = 13;
     this.toolStrip1.Text       = "toolStrip1";
     //
     // tsbAdd
     //
     this.tsbAdd.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbAdd.Image                 = global::ReserveComponents.Properties.Resources.add2;
     this.tsbAdd.ImageScaling          = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbAdd.Name   = "tsbAdd";
     this.tsbAdd.Size   = new System.Drawing.Size(23, 24);
     this.tsbAdd.Tag    = "0";
     this.tsbAdd.Text   = "新建资产";
     this.tsbAdd.Click += new System.EventHandler(this.tsbAdd_Click);
     //
     // tsbEdit
     //
     this.tsbEdit.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbEdit.Image                 = global::ReserveComponents.Properties.Resources.edit;
     this.tsbEdit.ImageScaling          = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.tsbEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbEdit.Name    = "tsbEdit";
     this.tsbEdit.Size    = new System.Drawing.Size(23, 24);
     this.tsbEdit.Tag     = "0";
     this.tsbEdit.Text    = "节点编辑";
     this.tsbEdit.Visible = false;
     this.tsbEdit.Click  += new System.EventHandler(this.tsbEdit_Click);
     //
     // tsbDel
     //
     this.tsbDel.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbDel.Image                 = global::ReserveComponents.Properties.Resources.除16;
     this.tsbDel.ImageScaling          = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.tsbDel.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbDel.Name   = "tsbDel";
     this.tsbDel.Size   = new System.Drawing.Size(23, 24);
     this.tsbDel.Tag    = "0";
     this.tsbDel.Text   = "删除资产";
     this.tsbDel.Click += new System.EventHandler(this.tsbDel_Click);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(6, 27);
     this.toolStripSeparator3.Tag  = "0";
     //
     // tsbSelect
     //
     this.tsbSelect.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbSelect.Image                 = global::ReserveComponents.Properties.Resources.资产导入;
     this.tsbSelect.ImageScaling          = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.tsbSelect.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbSelect.Name   = "tsbSelect";
     this.tsbSelect.Size   = new System.Drawing.Size(23, 24);
     this.tsbSelect.Text   = "资产导入";
     this.tsbSelect.Click += new System.EventHandler(this.tsbSelect_Click);
     //
     // tsbGroup
     //
     this.tsbGroup.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbGroup.Image                 = global::ReserveComponents.Properties.Resources.blue_folder;
     this.tsbGroup.ImageAlign            = System.Drawing.ContentAlignment.TopLeft;
     this.tsbGroup.ImageScaling          = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.tsbGroup.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbGroup.Name   = "tsbGroup";
     this.tsbGroup.Size   = new System.Drawing.Size(23, 24);
     this.tsbGroup.Text   = "分级显示";
     this.tsbGroup.Click += new System.EventHandler(this.tsbGroup_Click);
     //
     // tsbOrder
     //
     this.tsbOrder.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbOrder.Image                 = global::ReserveComponents.Properties.Resources.text_edit_net;
     this.tsbOrder.ImageAlign            = System.Drawing.ContentAlignment.TopLeft;
     this.tsbOrder.ImageScaling          = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.tsbOrder.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbOrder.Name   = "tsbOrder";
     this.tsbOrder.Size   = new System.Drawing.Size(23, 24);
     this.tsbOrder.Text   = "资产名称";
     this.tsbOrder.Click += new System.EventHandler(this.tsbOrder_Click);
     //
     // toolStripSeparator4
     //
     this.toolStripSeparator4.Name = "toolStripSeparator4";
     this.toolStripSeparator4.Size = new System.Drawing.Size(6, 27);
     //
     // tsbSwitch
     //
     this.tsbSwitch.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbSwitch.Image                 = global::ReserveComponents.Properties.Resources._switch;
     this.tsbSwitch.ImageAlign            = System.Drawing.ContentAlignment.TopLeft;
     this.tsbSwitch.ImageScaling          = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.tsbSwitch.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbSwitch.Name   = "tsbSwitch";
     this.tsbSwitch.Size   = new System.Drawing.Size(23, 24);
     this.tsbSwitch.Text   = "切换成列表模式";
     this.tsbSwitch.Click += new System.EventHandler(this.tsbSwitch_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 27);
     this.toolStripSeparator1.Tag  = "0";
     //
     // tsbRefresh
     //
     this.tsbRefresh.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbRefresh.Image                 = global::ReserveComponents.Properties.Resources.arrow_refresh_small;
     this.tsbRefresh.ImageScaling          = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.tsbRefresh.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbRefresh.Name   = "tsbRefresh";
     this.tsbRefresh.Size   = new System.Drawing.Size(23, 24);
     this.tsbRefresh.Text   = "刷新";
     this.tsbRefresh.Click += new System.EventHandler(this.tsbRefresh_Click);
     //
     // tsbFilter
     //
     this.tsbFilter.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbFilter.Image                 = global::ReserveComponents.Properties.Resources.Filter;
     this.tsbFilter.ImageScaling          = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.tsbFilter.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbFilter.Name        = "tsbFilter";
     this.tsbFilter.Size        = new System.Drawing.Size(23, 24);
     this.tsbFilter.Text        = "高级检索";
     this.tsbFilter.ToolTipText = "资产条件检索";
     this.tsbFilter.Visible     = false;
     this.tsbFilter.Click      += new System.EventHandler(this.tsbFilter_Click);
     //
     // toolStripLabel1
     //
     this.toolStripLabel1.Name        = "toolStripLabel1";
     this.toolStripLabel1.Size        = new System.Drawing.Size(39, 24);
     this.toolStripLabel1.Text        = "检索";
     this.toolStripLabel1.ToolTipText = "资产关键字检索";
     this.toolStripLabel1.Visible     = false;
     //
     // txtQuery
     //
     this.txtQuery.Name         = "txtQuery";
     this.txtQuery.Size         = new System.Drawing.Size(105, 27);
     this.txtQuery.ToolTipText  = "资产关键字检索";
     this.txtQuery.TextChanged += new System.EventHandler(this.txtQuery_TextChanged);
     //
     // tsbReturn
     //
     this.tsbReturn.Alignment             = System.Windows.Forms.ToolStripItemAlignment.Right;
     this.tsbReturn.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbReturn.Image                 = ((System.Drawing.Image)(resources.GetObject("tsbReturn.Image")));
     this.tsbReturn.ImageScaling          = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.tsbReturn.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbReturn.Name     = "tsbReturn";
     this.tsbReturn.Overflow = System.Windows.Forms.ToolStripItemOverflow.Never;
     this.tsbReturn.Size     = new System.Drawing.Size(23, 24);
     this.tsbReturn.Text     = "返回主树目录";
     this.tsbReturn.Click   += new System.EventHandler(this.tsbReturn_Click);
     //
     // tsbSearch
     //
     this.tsbSearch.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbSearch.Image                 = ((System.Drawing.Image)(resources.GetObject("tsbSearch.Image")));
     this.tsbSearch.ImageScaling          = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.tsbSearch.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbSearch.Name        = "tsbSearch";
     this.tsbSearch.Size        = new System.Drawing.Size(23, 24);
     this.tsbSearch.Text        = "查询";
     this.tsbSearch.ToolTipText = "查询检索条件";
     this.tsbSearch.Visible     = false;
     this.tsbSearch.Click      += new System.EventHandler(this.tsbSearch_Click);
     //
     // tsbClear
     //
     this.tsbClear.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbClear.Image                 = global::ReserveComponents.Properties.Resources.Cross;
     this.tsbClear.ImageScaling          = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.tsbClear.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbClear.Name   = "tsbClear";
     this.tsbClear.Size   = new System.Drawing.Size(23, 24);
     this.tsbClear.Text   = "清空检索条件";
     this.tsbClear.Click += new System.EventHandler(this.tsbClear_Click);
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsmAddAssets,
         this.tsmDelAssets,
         this.toolStripMenuItem1,
         this.tsmSelectAssets,
         this.tsmAssetSort,
         this.tsmAssetCustom,
         this.toolStripMenuItem2,
         this.tsmShowNext,
         this.tsmHideNext,
         this.toolStripMenuItem3,
         this.tsmShowAll,
         this.tsmHideAll,
         this.toolStripMenuItem4,
         this.tsmReName
     });
     this.contextMenuStrip1.Name     = "contextMenuStrip1";
     this.contextMenuStrip1.Size     = new System.Drawing.Size(169, 268);
     this.contextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip1_Opening);
     //
     // tsmAddAssets
     //
     this.tsmAddAssets.Name   = "tsmAddAssets";
     this.tsmAddAssets.Size   = new System.Drawing.Size(168, 24);
     this.tsmAddAssets.Text   = "新建资产";
     this.tsmAddAssets.Click += new System.EventHandler(this.tsmAddAssets_Click);
     //
     // tsmDelAssets
     //
     this.tsmDelAssets.Name   = "tsmDelAssets";
     this.tsmDelAssets.Size   = new System.Drawing.Size(168, 24);
     this.tsmDelAssets.Text   = "删除资产";
     this.tsmDelAssets.Click += new System.EventHandler(this.tsmDelAssets_Click);
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(165, 6);
     //
     // tsmSelectAssets
     //
     this.tsmSelectAssets.Name   = "tsmSelectAssets";
     this.tsmSelectAssets.Size   = new System.Drawing.Size(168, 24);
     this.tsmSelectAssets.Text   = "资产导入";
     this.tsmSelectAssets.Click += new System.EventHandler(this.tsmSelectAssets_Click);
     //
     // tsmAssetSort
     //
     this.tsmAssetSort.Name   = "tsmAssetSort";
     this.tsmAssetSort.Size   = new System.Drawing.Size(168, 24);
     this.tsmAssetSort.Text   = "资产排序";
     this.tsmAssetSort.Click += new System.EventHandler(this.tsmAssetSort_Click);
     //
     // tsmAssetCustom
     //
     this.tsmAssetCustom.Name   = "tsmAssetCustom";
     this.tsmAssetCustom.Size   = new System.Drawing.Size(168, 24);
     this.tsmAssetCustom.Text   = "名称自定义";
     this.tsmAssetCustom.Click += new System.EventHandler(this.tsmAssetCustom_Click);
     //
     // toolStripMenuItem2
     //
     this.toolStripMenuItem2.Name = "toolStripMenuItem2";
     this.toolStripMenuItem2.Size = new System.Drawing.Size(165, 6);
     //
     // tsmShowNext
     //
     this.tsmShowNext.Name   = "tsmShowNext";
     this.tsmShowNext.Size   = new System.Drawing.Size(168, 24);
     this.tsmShowNext.Text   = "展开本层节点";
     this.tsmShowNext.Click += new System.EventHandler(this.tsmShowNext_Click);
     //
     // tsmHideNext
     //
     this.tsmHideNext.Name   = "tsmHideNext";
     this.tsmHideNext.Size   = new System.Drawing.Size(168, 24);
     this.tsmHideNext.Text   = "收起本层节点";
     this.tsmHideNext.Click += new System.EventHandler(this.tsmHideNext_Click);
     //
     // toolStripMenuItem3
     //
     this.toolStripMenuItem3.Name = "toolStripMenuItem3";
     this.toolStripMenuItem3.Size = new System.Drawing.Size(165, 6);
     //
     // tsmShowAll
     //
     this.tsmShowAll.Name   = "tsmShowAll";
     this.tsmShowAll.Size   = new System.Drawing.Size(168, 24);
     this.tsmShowAll.Text   = "展开全部节点";
     this.tsmShowAll.Click += new System.EventHandler(this.tsmShowAll_Click);
     //
     // tsmHideAll
     //
     this.tsmHideAll.Name   = "tsmHideAll";
     this.tsmHideAll.Size   = new System.Drawing.Size(168, 24);
     this.tsmHideAll.Text   = "收起全部节点";
     this.tsmHideAll.Click += new System.EventHandler(this.tsmHideAll_Click);
     //
     // toolStripMenuItem4
     //
     this.toolStripMenuItem4.Name    = "toolStripMenuItem4";
     this.toolStripMenuItem4.Size    = new System.Drawing.Size(165, 6);
     this.toolStripMenuItem4.Visible = false;
     //
     // tsmReName
     //
     this.tsmReName.Name    = "tsmReName";
     this.tsmReName.Size    = new System.Drawing.Size(168, 24);
     this.tsmReName.Text    = "重命名";
     this.tsmReName.Visible = false;
     //
     // treeListView1
     //
     this.treeListView1.BackColor   = System.Drawing.SystemColors.Window;
     this.treeListView1.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.treeListView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader3,
         this.columnHeader5
     });
     treeListViewItemCollectionComparer1.Column    = 0;
     treeListViewItemCollectionComparer1.SortOrder = System.Windows.Forms.SortOrder.Ascending;
     this.treeListView1.Comparer       = treeListViewItemCollectionComparer1;
     this.treeListView1.HideSelection  = false;
     this.treeListView1.Location       = new System.Drawing.Point(4, 482);
     this.treeListView1.Margin         = new System.Windows.Forms.Padding(4);
     this.treeListView1.Name           = "treeListView1";
     this.treeListView1.Size           = new System.Drawing.Size(539, 200);
     this.treeListView1.SmallImageList = this.imageList1;
     this.treeListView1.TabIndex       = 15;
     this.treeListView1.UseCompatibleStateImageBehavior = false;
     this.treeListView1.AfterCheck           += new System.Windows.Forms.TreeListViewEventHandler(this.treeListView1_AfterCheck);
     this.treeListView1.SelectedIndexChanged += new System.EventHandler(this.treeListView1_SelectedIndexChanged);
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "单元名称";
     this.columnHeader1.Width = 264;
     //
     // columnHeader3
     //
     this.columnHeader3.Text  = "油气藏类型";
     this.columnHeader3.Width = 132;
     //
     // columnHeader5
     //
     this.columnHeader5.Text  = "开发方式";
     this.columnHeader5.Width = 132;
     //
     // treeViewFast1
     //
     this.treeViewFast1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                        | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.treeViewFast1.BackColor          = System.Drawing.SystemColors.Window;
     this.treeViewFast1.BorderStyle        = System.Windows.Forms.BorderStyle.None;
     this.treeViewFast1.CheckAllChildNodes = false;
     this.treeViewFast1.ContextMenuStrip   = this.contextMenuStrip1;
     this.treeViewFast1.FullRowSelect      = true;
     this.treeViewFast1.HideSelection      = false;
     this.treeViewFast1.ImageIndex         = 0;
     this.treeViewFast1.ImageList          = this.imageList1;
     this.treeViewFast1.ItemHeight         = 20;
     this.treeViewFast1.Location           = new System.Drawing.Point(0, 35);
     this.treeViewFast1.Margin             = new System.Windows.Forms.Padding(4);
     this.treeViewFast1.Name = "treeViewFast1";
     this.treeViewFast1.SelectedImageIndex = 0;
     this.treeViewFast1.Size         = new System.Drawing.Size(543, 421);
     this.treeViewFast1.TabIndex     = 14;
     this.treeViewFast1.AfterCheck  += new System.Windows.Forms.TreeViewEventHandler(this.treeViewFast1_AfterCheck);
     this.treeViewFast1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeViewFast1_AfterSelect);
     this.treeViewFast1.MouseUp     += new System.Windows.Forms.MouseEventHandler(this.treeViewFast1_MouseUp);
     //
     // UctTree
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.treeListView1);
     this.Controls.Add(this.treeViewFast1);
     this.Controls.Add(this.toolStrip1);
     this.DoubleBuffered = true;
     this.Margin         = new System.Windows.Forms.Padding(4);
     this.Name           = "UctTree";
     this.Size           = new System.Drawing.Size(608, 705);
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.contextMenuStrip1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <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.Windows.Forms.TreeListViewItemCollection.TreeListViewItemCollectionComparer treeListViewItemCollectionComparer1 = new System.Windows.Forms.TreeListViewItemCollection.TreeListViewItemCollectionComparer();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ProductsCompForm));
     System.Windows.Forms.TreeListViewItemCollection.TreeListViewItemCollectionComparer treeListViewItemCollectionComparer2 = new System.Windows.Forms.TreeListViewItemCollection.TreeListViewItemCollectionComparer();
     this.pictureBox1      = new System.Windows.Forms.PictureBox();
     this.pictureBox2      = new System.Windows.Forms.PictureBox();
     this.pictureBox3      = new System.Windows.Forms.PictureBox();
     this.pictureBox4      = new System.Windows.Forms.PictureBox();
     this.pictureBox5      = new System.Windows.Forms.PictureBox();
     this.panel1           = new System.Windows.Forms.Panel();
     this.label11          = new System.Windows.Forms.Label();
     this.label10          = new System.Windows.Forms.Label();
     this.label9           = new System.Windows.Forms.Label();
     this.label8           = new System.Windows.Forms.Label();
     this.label7           = new System.Windows.Forms.Label();
     this.panel2           = new System.Windows.Forms.Panel();
     this.pictureBox6      = new System.Windows.Forms.PictureBox();
     this.tb_secondVersion = new System.Windows.Forms.TextBox();
     this.tb_secondMemo    = new System.Windows.Forms.TextBox();
     this.tb_secondNo      = new System.Windows.Forms.TextBox();
     this.label4           = new System.Windows.Forms.Label();
     this.label5           = new System.Windows.Forms.Label();
     this.label6           = new System.Windows.Forms.Label();
     this.tb_firstVersion  = new System.Windows.Forms.TextBox();
     this.tb_firstMemo     = new System.Windows.Forms.TextBox();
     this.tb_firstNo       = new System.Windows.Forms.TextBox();
     this.label3           = new System.Windows.Forms.Label();
     this.label2           = new System.Windows.Forms.Label();
     this.label1           = new System.Windows.Forms.Label();
     this.bt_comp          = new System.Windows.Forms.Button();
     this.bt_return        = new System.Windows.Forms.Button();
     this.bt_sortComp      = new System.Windows.Forms.Button();
     this.tlv_treeFirst    = new System.Windows.Forms.TreeListView();
     this.columnHeader1    = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader2    = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader3    = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader4    = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader5    = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader6    = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.tree_imageList   = new System.Windows.Forms.ImageList(this.components);
     this.tlv_treeSecond   = new System.Windows.Forms.TreeListView();
     this.columnHeader7    = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader8    = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader9    = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader10   = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader11   = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader12   = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit();
     this.SuspendLayout();
     //
     // pictureBox1
     //
     this.pictureBox1.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pictureBox1.Location    = new System.Drawing.Point(228, 3);
     this.pictureBox1.Name        = "pictureBox1";
     this.pictureBox1.Size        = new System.Drawing.Size(21, 21);
     this.pictureBox1.TabIndex    = 0;
     this.pictureBox1.TabStop     = false;
     //
     // pictureBox2
     //
     this.pictureBox2.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     this.pictureBox2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pictureBox2.Location    = new System.Drawing.Point(51, 3);
     this.pictureBox2.Name        = "pictureBox2";
     this.pictureBox2.Size        = new System.Drawing.Size(21, 21);
     this.pictureBox2.TabIndex    = 1;
     this.pictureBox2.TabStop     = false;
     //
     // pictureBox3
     //
     this.pictureBox3.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
     this.pictureBox3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pictureBox3.Location    = new System.Drawing.Point(403, 3);
     this.pictureBox3.Name        = "pictureBox3";
     this.pictureBox3.Size        = new System.Drawing.Size(21, 21);
     this.pictureBox3.TabIndex    = 2;
     this.pictureBox3.TabStop     = false;
     //
     // pictureBox4
     //
     this.pictureBox4.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.pictureBox4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pictureBox4.Location    = new System.Drawing.Point(572, 3);
     this.pictureBox4.Name        = "pictureBox4";
     this.pictureBox4.Size        = new System.Drawing.Size(21, 21);
     this.pictureBox4.TabIndex    = 3;
     this.pictureBox4.TabStop     = false;
     //
     // pictureBox5
     //
     this.pictureBox5.BackColor   = System.Drawing.Color.Lime;
     this.pictureBox5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pictureBox5.Location    = new System.Drawing.Point(748, 3);
     this.pictureBox5.Name        = "pictureBox5";
     this.pictureBox5.Size        = new System.Drawing.Size(21, 21);
     this.pictureBox5.TabIndex    = 4;
     this.pictureBox5.TabStop     = false;
     //
     // panel1
     //
     this.panel1.BackColor   = System.Drawing.SystemColors.ControlLight;
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel1.Controls.Add(this.label11);
     this.panel1.Controls.Add(this.label10);
     this.panel1.Controls.Add(this.label9);
     this.panel1.Controls.Add(this.label8);
     this.panel1.Controls.Add(this.label7);
     this.panel1.Controls.Add(this.pictureBox3);
     this.panel1.Controls.Add(this.pictureBox4);
     this.panel1.Controls.Add(this.pictureBox5);
     this.panel1.Controls.Add(this.pictureBox2);
     this.panel1.Controls.Add(this.pictureBox1);
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(957, 30);
     this.panel1.TabIndex = 5;
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(775, 8);
     this.label11.Name     = "label11";
     this.label11.Size     = new System.Drawing.Size(41, 12);
     this.label11.TabIndex = 16;
     this.label11.Text     = "不相同";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(599, 8);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(101, 12);
     this.label10.TabIndex = 15;
     this.label10.Text     = "版本不同数量相同";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(430, 8);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(101, 12);
     this.label9.TabIndex = 14;
     this.label9.Text     = "版本不同数量不同";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(255, 8);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(101, 12);
     this.label8.TabIndex = 13;
     this.label8.Text     = "版本相同数量不同";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(78, 8);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(29, 12);
     this.label7.TabIndex = 12;
     this.label7.Text     = "相同";
     //
     // panel2
     //
     this.panel2.BackColor   = System.Drawing.SystemColors.ControlLight;
     this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel2.Controls.Add(this.pictureBox6);
     this.panel2.Controls.Add(this.tb_secondVersion);
     this.panel2.Controls.Add(this.tb_secondMemo);
     this.panel2.Controls.Add(this.tb_secondNo);
     this.panel2.Controls.Add(this.label4);
     this.panel2.Controls.Add(this.label5);
     this.panel2.Controls.Add(this.label6);
     this.panel2.Controls.Add(this.tb_firstVersion);
     this.panel2.Controls.Add(this.tb_firstMemo);
     this.panel2.Controls.Add(this.tb_firstNo);
     this.panel2.Controls.Add(this.label3);
     this.panel2.Controls.Add(this.label2);
     this.panel2.Controls.Add(this.label1);
     this.panel2.Location = new System.Drawing.Point(0, 31);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(957, 95);
     this.panel2.TabIndex = 6;
     //
     // pictureBox6
     //
     this.pictureBox6.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.pictureBox6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pictureBox6.Location    = new System.Drawing.Point(463, -1);
     this.pictureBox6.Name        = "pictureBox6";
     this.pictureBox6.Size        = new System.Drawing.Size(20, 95);
     this.pictureBox6.TabIndex    = 5;
     this.pictureBox6.TabStop     = false;
     //
     // tb_secondVersion
     //
     this.tb_secondVersion.Location = new System.Drawing.Point(639, 59);
     this.tb_secondVersion.Name     = "tb_secondVersion";
     this.tb_secondVersion.Size     = new System.Drawing.Size(225, 21);
     this.tb_secondVersion.TabIndex = 11;
     //
     // tb_secondMemo
     //
     this.tb_secondMemo.Location = new System.Drawing.Point(639, 36);
     this.tb_secondMemo.Name     = "tb_secondMemo";
     this.tb_secondMemo.Size     = new System.Drawing.Size(225, 21);
     this.tb_secondMemo.TabIndex = 10;
     //
     // tb_secondNo
     //
     this.tb_secondNo.Location = new System.Drawing.Point(639, 14);
     this.tb_secondNo.Name     = "tb_secondNo";
     this.tb_secondNo.Size     = new System.Drawing.Size(225, 21);
     this.tb_secondNo.TabIndex = 9;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(584, 59);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(29, 12);
     this.label4.TabIndex = 8;
     this.label4.Text     = "版本";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(584, 39);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(29, 12);
     this.label5.TabIndex = 7;
     this.label5.Text     = "描述";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(584, 17);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(29, 12);
     this.label6.TabIndex = 6;
     this.label6.Text     = "编号";
     //
     // tb_firstVersion
     //
     this.tb_firstVersion.Location = new System.Drawing.Point(154, 59);
     this.tb_firstVersion.Name     = "tb_firstVersion";
     this.tb_firstVersion.Size     = new System.Drawing.Size(225, 21);
     this.tb_firstVersion.TabIndex = 5;
     //
     // tb_firstMemo
     //
     this.tb_firstMemo.Location = new System.Drawing.Point(154, 36);
     this.tb_firstMemo.Name     = "tb_firstMemo";
     this.tb_firstMemo.Size     = new System.Drawing.Size(225, 21);
     this.tb_firstMemo.TabIndex = 4;
     //
     // tb_firstNo
     //
     this.tb_firstNo.Location = new System.Drawing.Point(154, 14);
     this.tb_firstNo.Name     = "tb_firstNo";
     this.tb_firstNo.Size     = new System.Drawing.Size(225, 21);
     this.tb_firstNo.TabIndex = 3;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(102, 59);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(29, 12);
     this.label3.TabIndex = 2;
     this.label3.Text     = "版本";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(102, 39);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(29, 12);
     this.label2.TabIndex = 1;
     this.label2.Text     = "描述";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(102, 17);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(29, 12);
     this.label1.TabIndex = 0;
     this.label1.Text     = "编号";
     //
     // bt_comp
     //
     this.bt_comp.Location = new System.Drawing.Point(341, 132);
     this.bt_comp.Name     = "bt_comp";
     this.bt_comp.Size     = new System.Drawing.Size(75, 23);
     this.bt_comp.TabIndex = 7;
     this.bt_comp.Text     = "比较";
     this.bt_comp.UseVisualStyleBackColor = true;
     this.bt_comp.Click += new System.EventHandler(this.bt_comp_Click);
     //
     // bt_return
     //
     this.bt_return.Location = new System.Drawing.Point(438, 132);
     this.bt_return.Name     = "bt_return";
     this.bt_return.Size     = new System.Drawing.Size(75, 23);
     this.bt_return.TabIndex = 8;
     this.bt_return.Text     = "返回";
     this.bt_return.UseVisualStyleBackColor = true;
     this.bt_return.Click += new System.EventHandler(this.bt_return_Click);
     //
     // bt_sortComp
     //
     this.bt_sortComp.Location = new System.Drawing.Point(539, 132);
     this.bt_sortComp.Name     = "bt_sortComp";
     this.bt_sortComp.Size     = new System.Drawing.Size(75, 23);
     this.bt_sortComp.TabIndex = 9;
     this.bt_sortComp.Text     = "顺序比较";
     this.bt_sortComp.UseVisualStyleBackColor = true;
     this.bt_sortComp.Click += new System.EventHandler(this.bt_sortComp_Click);
     //
     // tlv_treeFirst
     //
     this.tlv_treeFirst.CheckBoxes = System.Windows.Forms.CheckBoxesTypes.Recursive;
     this.tlv_treeFirst.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader2,
         this.columnHeader3,
         this.columnHeader4,
         this.columnHeader5,
         this.columnHeader6
     });
     treeListViewItemCollectionComparer1.Column    = 0;
     treeListViewItemCollectionComparer1.SortOrder = System.Windows.Forms.SortOrder.Ascending;
     this.tlv_treeFirst.Comparer       = treeListViewItemCollectionComparer1;
     this.tlv_treeFirst.GridLines      = true;
     this.tlv_treeFirst.Location       = new System.Drawing.Point(0, 161);
     this.tlv_treeFirst.Name           = "tlv_treeFirst";
     this.tlv_treeFirst.Size           = new System.Drawing.Size(472, 338);
     this.tlv_treeFirst.SmallImageList = this.tree_imageList;
     this.tlv_treeFirst.TabIndex       = 10;
     this.tlv_treeFirst.UseCompatibleStateImageBehavior = false;
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "编号";
     this.columnHeader1.Width = 98;
     //
     // columnHeader2
     //
     this.columnHeader2.Text  = "版本";
     this.columnHeader2.Width = 81;
     //
     // columnHeader3
     //
     this.columnHeader3.Text  = "顺序";
     this.columnHeader3.Width = 43;
     //
     // columnHeader4
     //
     this.columnHeader4.Text  = "规格型号";
     this.columnHeader4.Width = 66;
     //
     // columnHeader5
     //
     this.columnHeader5.Text  = "描述";
     this.columnHeader5.Width = 131;
     //
     // columnHeader6
     //
     this.columnHeader6.Text  = "数量";
     this.columnHeader6.Width = 46;
     //
     // tree_imageList
     //
     this.tree_imageList.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("tree_imageList.ImageStream")));
     this.tree_imageList.TransparentColor = System.Drawing.Color.Transparent;
     this.tree_imageList.Images.SetKeyName(0, "525FLOP1.ICO");
     this.tree_imageList.Images.SetKeyName(1, "CLSDFOLD.ICO");
     this.tree_imageList.Images.SetKeyName(2, "NOTE12.ICO");
     this.tree_imageList.Images.SetKeyName(3, "OPENFOLD.ICO");
     //
     // tlv_treeSecond
     //
     this.tlv_treeSecond.CheckBoxes = System.Windows.Forms.CheckBoxesTypes.Recursive;
     this.tlv_treeSecond.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader7,
         this.columnHeader8,
         this.columnHeader9,
         this.columnHeader10,
         this.columnHeader11,
         this.columnHeader12
     });
     treeListViewItemCollectionComparer2.Column    = 0;
     treeListViewItemCollectionComparer2.SortOrder = System.Windows.Forms.SortOrder.Ascending;
     this.tlv_treeSecond.Comparer       = treeListViewItemCollectionComparer2;
     this.tlv_treeSecond.GridLines      = true;
     this.tlv_treeSecond.Location       = new System.Drawing.Point(478, 161);
     this.tlv_treeSecond.Name           = "tlv_treeSecond";
     this.tlv_treeSecond.Size           = new System.Drawing.Size(479, 338);
     this.tlv_treeSecond.SmallImageList = this.tree_imageList;
     this.tlv_treeSecond.TabIndex       = 11;
     this.tlv_treeSecond.UseCompatibleStateImageBehavior = false;
     //
     // columnHeader7
     //
     this.columnHeader7.Text  = "编号";
     this.columnHeader7.Width = 101;
     //
     // columnHeader8
     //
     this.columnHeader8.Text  = "版本";
     this.columnHeader8.Width = 94;
     //
     // columnHeader9
     //
     this.columnHeader9.Text  = "顺序";
     this.columnHeader9.Width = 37;
     //
     // columnHeader10
     //
     this.columnHeader10.Text  = "规格型号";
     this.columnHeader10.Width = 70;
     //
     // columnHeader11
     //
     this.columnHeader11.Text  = "描述";
     this.columnHeader11.Width = 132;
     //
     // columnHeader12
     //
     this.columnHeader12.Text  = "数量";
     this.columnHeader12.Width = 37;
     //
     // ProductsCompForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(957, 499);
     this.Controls.Add(this.tlv_treeSecond);
     this.Controls.Add(this.tlv_treeFirst);
     this.Controls.Add(this.bt_sortComp);
     this.Controls.Add(this.bt_return);
     this.Controls.Add(this.bt_comp);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "ProductsCompForm";
     this.Text = "产品比较界面";
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.TreeListViewItemCollection.TreeListViewItemCollectionComparer treeListViewItemCollectionComparer2 = new System.Windows.Forms.TreeListViewItemCollection.TreeListViewItemCollectionComparer();
     FarPoint.Win.Spread.TipAppearance tipAppearance2 = new FarPoint.Win.Spread.TipAppearance();
     this.panel1            = new System.Windows.Forms.Panel();
     this.tvContainType     = new System.Windows.Forms.TreeView();
     this.splitter1         = new System.Windows.Forms.Splitter();
     this.panel2            = new System.Windows.Forms.Panel();
     this.tbControl         = new System.Windows.Forms.TabControl();
     this.InterfaceInfo     = new System.Windows.Forms.TabPage();
     this.tvInterface       = new System.Windows.Forms.TreeListView();
     this.columnHeader1     = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2     = new System.Windows.Forms.ColumnHeader();
     this.columnHeader3     = new System.Windows.Forms.ColumnHeader();
     this.columnHeader4     = new System.Windows.Forms.ColumnHeader();
     this.ParamInfo         = new System.Windows.Forms.TabPage();
     this.neuSpread1        = new Neusoft.FrameWork.WinForms.Controls.NeuSpread();
     this.neuSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView();
     this.TestInfo          = new System.Windows.Forms.TabPage();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.tbControl.SuspendLayout();
     this.InterfaceInfo.SuspendLayout();
     this.ParamInfo.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.neuSpread1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.neuSpread1_Sheet1)).BeginInit();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.Transparent;
     this.panel1.Controls.Add(this.tvContainType);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Left;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(169, 476);
     this.panel1.TabIndex = 0;
     //
     // tvContainType
     //
     this.tvContainType.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.tvContainType.Font             = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tvContainType.ItemHeight       = 17;
     this.tvContainType.LabelEdit        = true;
     this.tvContainType.Location         = new System.Drawing.Point(0, 0);
     this.tvContainType.Name             = "tvContainType";
     this.tvContainType.Size             = new System.Drawing.Size(169, 476);
     this.tvContainType.TabIndex         = 0;
     this.tvContainType.AfterLabelEdit  += new System.Windows.Forms.NodeLabelEditEventHandler(this.tvContainType_AfterLabelEdit);
     this.tvContainType.AfterSelect     += new System.Windows.Forms.TreeViewEventHandler(this.tvContainType_AfterSelect);
     this.tvContainType.BeforeLabelEdit += new System.Windows.Forms.NodeLabelEditEventHandler(this.tvContainType_BeforeLabelEdit);
     this.tvContainType.BeforeSelect    += new System.Windows.Forms.TreeViewCancelEventHandler(this.tvContainType_BeforeSelect);
     //
     // splitter1
     //
     this.splitter1.Location = new System.Drawing.Point(169, 0);
     this.splitter1.Name     = "splitter1";
     this.splitter1.Size     = new System.Drawing.Size(2, 476);
     this.splitter1.TabIndex = 1;
     this.splitter1.TabStop  = false;
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.Transparent;
     this.panel2.Controls.Add(this.tbControl);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(171, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(456, 476);
     this.panel2.TabIndex = 2;
     //
     // tbControl
     //
     this.tbControl.Controls.Add(this.InterfaceInfo);
     this.tbControl.Controls.Add(this.ParamInfo);
     this.tbControl.Controls.Add(this.TestInfo);
     this.tbControl.Dock                  = System.Windows.Forms.DockStyle.Fill;
     this.tbControl.Location              = new System.Drawing.Point(0, 0);
     this.tbControl.Name                  = "tbControl";
     this.tbControl.SelectedIndex         = 0;
     this.tbControl.Size                  = new System.Drawing.Size(456, 476);
     this.tbControl.TabIndex              = 1;
     this.tbControl.SelectedIndexChanged += new System.EventHandler(this.tbControl_SelectedIndexChanged);
     //
     // InterfaceInfo
     //
     this.InterfaceInfo.Controls.Add(this.tvInterface);
     this.InterfaceInfo.Location = new System.Drawing.Point(4, 21);
     this.InterfaceInfo.Name     = "InterfaceInfo";
     this.InterfaceInfo.Padding  = new System.Windows.Forms.Padding(3);
     this.InterfaceInfo.Size     = new System.Drawing.Size(448, 451);
     this.InterfaceInfo.TabIndex = 0;
     this.InterfaceInfo.Text     = "接口维护";
     this.InterfaceInfo.UseVisualStyleBackColor = true;
     //
     // tvInterface
     //
     this.tvInterface.BackColor = System.Drawing.Color.White;
     this.tvInterface.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader2,
         this.columnHeader3,
         this.columnHeader4
     });
     treeListViewItemCollectionComparer2.Column    = 0;
     treeListViewItemCollectionComparer2.SortOrder = System.Windows.Forms.SortOrder.Ascending;
     this.tvInterface.Comparer           = treeListViewItemCollectionComparer2;
     this.tvInterface.Dock               = System.Windows.Forms.DockStyle.Fill;
     this.tvInterface.Font               = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tvInterface.Location           = new System.Drawing.Point(3, 3);
     this.tvInterface.Name               = "tvInterface";
     this.tvInterface.PlusMinusLineColor = System.Drawing.Color.Gray;
     this.tvInterface.Size               = new System.Drawing.Size(442, 445);
     this.tvInterface.TabIndex           = 0;
     this.tvInterface.UseCompatibleStateImageBehavior = false;
     this.tvInterface.DoubleClick += new System.EventHandler(this.tvInterface_DoubleClick);
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "组件的DLL";
     this.columnHeader1.Width = 237;
     //
     // columnHeader2
     //
     this.columnHeader2.Text  = "组件类";
     this.columnHeader2.Width = 334;
     //
     // columnHeader3
     //
     this.columnHeader3.Text  = "组件类型";
     this.columnHeader3.Width = 112;
     //
     // columnHeader4
     //
     this.columnHeader4.Text  = "组件名称";
     this.columnHeader4.Width = 124;
     //
     // ParamInfo
     //
     this.ParamInfo.Controls.Add(this.neuSpread1);
     this.ParamInfo.Location = new System.Drawing.Point(4, 21);
     this.ParamInfo.Name     = "ParamInfo";
     this.ParamInfo.Padding  = new System.Windows.Forms.Padding(3);
     this.ParamInfo.Size     = new System.Drawing.Size(448, 451);
     this.ParamInfo.TabIndex = 1;
     this.ParamInfo.Text     = "控制参数维护";
     this.ParamInfo.UseVisualStyleBackColor = true;
     //
     // neuSpread1
     //
     this.neuSpread1.About = "3.0.2004.2005";
     this.neuSpread1.AccessibleDescription = "neuSpread1, Sheet1";
     this.neuSpread1.BackColor             = System.Drawing.Color.White;
     this.neuSpread1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.neuSpread1.FileName = "";
     this.neuSpread1.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
     this.neuSpread1.IsAutoSaveGridStatus      = false;
     this.neuSpread1.IsCanCustomConfigColumn   = false;
     this.neuSpread1.Location    = new System.Drawing.Point(3, 3);
     this.neuSpread1.Name        = "neuSpread1";
     this.neuSpread1.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.neuSpread1.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
         this.neuSpread1_Sheet1
     });
     this.neuSpread1.Size               = new System.Drawing.Size(442, 445);
     this.neuSpread1.Style              = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
     this.neuSpread1.TabIndex           = 0;
     this.neuSpread1.TabStrip.BackColor = System.Drawing.Color.White;
     tipAppearance2.BackColor           = System.Drawing.SystemColors.Info;
     tipAppearance2.Font                     = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     tipAppearance2.ForeColor                = System.Drawing.SystemColors.InfoText;
     this.neuSpread1.TextTipAppearance       = tipAppearance2;
     this.neuSpread1.VerticalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
     this.neuSpread1.CellDoubleClick        += new FarPoint.Win.Spread.CellClickEventHandler(this.neuSpread1_CellDoubleClick);
     //
     // neuSpread1_Sheet1
     //
     this.neuSpread1_Sheet1.Reset();
     this.neuSpread1_Sheet1.SheetName = "Sheet1";
     // Formulas and custom names must be loaded with R1C1 reference style
     this.neuSpread1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
     this.neuSpread1_Sheet1.ColumnCount    = 4;
     this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 0).Value = "参数ID";
     this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 1).Value = "参数名称";
     this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 2).Value = "参数值";
     this.neuSpread1_Sheet1.ColumnHeader.Cells.Get(0, 3).Value = "是否启用?";
     this.neuSpread1_Sheet1.Columns.Get(0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
     this.neuSpread1_Sheet1.Columns.Get(0).Label  = "参数ID";
     this.neuSpread1_Sheet1.Columns.Get(0).Locked = true;
     this.neuSpread1_Sheet1.Columns.Get(0).Width  = 78F;
     this.neuSpread1_Sheet1.Columns.Get(1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
     this.neuSpread1_Sheet1.Columns.Get(1).Label  = "参数名称";
     this.neuSpread1_Sheet1.Columns.Get(1).Locked = true;
     this.neuSpread1_Sheet1.Columns.Get(1).Width  = 252F;
     this.neuSpread1_Sheet1.Columns.Get(2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
     this.neuSpread1_Sheet1.Columns.Get(2).Label  = "参数值";
     this.neuSpread1_Sheet1.Columns.Get(2).Locked = true;
     this.neuSpread1_Sheet1.Columns.Get(2).Width  = 252F;
     this.neuSpread1_Sheet1.Columns.Get(3).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
     this.neuSpread1_Sheet1.Columns.Get(3).Label  = "是否启用?";
     this.neuSpread1_Sheet1.Columns.Get(3).Locked = true;
     this.neuSpread1_Sheet1.Columns.Get(3).Width  = 116F;
     this.neuSpread1_Sheet1.GrayAreaBackColor     = System.Drawing.Color.White;
     this.neuSpread1_Sheet1.RowHeader.Columns.Default.Resizable = false;
     this.neuSpread1_Sheet1.SelectionUnit  = FarPoint.Win.Spread.Model.SelectionUnit.Row;
     this.neuSpread1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
     //
     // TestInfo
     //
     this.TestInfo.Font     = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.TestInfo.Location = new System.Drawing.Point(4, 21);
     this.TestInfo.Name     = "TestInfo";
     this.TestInfo.Size     = new System.Drawing.Size(448, 451);
     this.TestInfo.TabIndex = 2;
     this.TestInfo.Text     = "模块环境测试报告";
     this.TestInfo.UseVisualStyleBackColor = true;
     //
     // ucMaintenaceInterface
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.splitter1);
     this.Controls.Add(this.panel1);
     this.Name = "ucMaintenaceInterface";
     this.Size = new System.Drawing.Size(627, 476);
     this.panel1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.tbControl.ResumeLayout(false);
     this.InterfaceInfo.ResumeLayout(false);
     this.ParamInfo.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.neuSpread1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.neuSpread1_Sheet1)).EndInit();
     this.ResumeLayout(false);
 }
        private void SetTreeList(Exception ex)
        {
            System.Windows.Forms.TreeListViewItemCollection.TreeListViewItemCollectionComparer treeListViewItemCollectionComparer1 = new System.Windows.Forms.TreeListViewItemCollection.TreeListViewItemCollectionComparer();
            ColumnHeader columnHeader1 = new ColumnHeader();
            ColumnHeader columnHeader2 = new ColumnHeader();

            _treeList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { columnHeader2, columnHeader1 });
            treeListViewItemCollectionComparer1.Column    = 0;
            treeListViewItemCollectionComparer1.SortOrder = System.Windows.Forms.SortOrder.Ascending;
            _treeList.Comparer = treeListViewItemCollectionComparer1;
            _treeList.Location = new System.Drawing.Point(-19, 47);
            _treeList.UseCompatibleStateImageBehavior = false;
            _treeList.MultiSelect      = false;
            _treeList.HideSelection    = false;
            _treeList.Dock             = DockStyle.Fill;
            _treeList.ShowItemToolTips = false;
            _treeList.LabelEdit        = false;
            _treeList.LabelWrap        = false;
            _treeList.FullRowSelect    = true;
            _treeList.ContextMenuStrip = contextMenuStrip1;

            columnHeader2.Text  = "´íÎóÐÅÏ¢";
            columnHeader2.Width = 200;

            columnHeader1.Text  = "´íÎóÁбí";
            columnHeader1.Width = 800;

            TreeListViewItem root = new TreeListViewItem("´íÎóÐÅÏ¢", 3);

            root.SubItems.Add(ex.ToString());
            _treeList.Items.Add(root);

            TreeListViewItem rootParent = root;
            Exception        exClone    = ex;

            do
            {
                #region µü´úÓï¾ä
                TreeListViewItem itemHelpLink       = new TreeListViewItem("HelpLink", 1);
                TreeListViewItem itemInnerException = new TreeListViewItem("InnerException", 1);
                TreeListViewItem itemMessage        = new TreeListViewItem("Message", 1);
                TreeListViewItem itemSource         = new TreeListViewItem("Source", 1);
                TreeListViewItem itemStackTrace     = new TreeListViewItem("StackTrace", 1);

                if (exClone.HelpLink != null)
                {
                    itemHelpLink.SubItems.Add(exClone.HelpLink.ToString());
                }
                else
                {
                    itemHelpLink.SubItems.AddRange(new string[] { "" });
                }
                if (exClone.Message != null)
                {
                    itemMessage.SubItems.Add(exClone.Message.ToString());
                }
                else
                {
                    itemMessage.SubItems.AddRange(new string[] { "" });
                }
                if (exClone.Source != null)
                {
                    itemSource.SubItems.AddRange(new string[] { exClone.Source.ToString() });
                }
                else
                {
                    itemSource.SubItems.AddRange(new string[] { "" });
                }
                if (exClone.StackTrace != null)
                {
                    itemStackTrace.SubItems.Add(exClone.StackTrace.Replace("\r\n", "\r\n "));
                }
                else
                {
                    itemStackTrace.SubItems.AddRange(new string[] { "" });
                }
                if (exClone.InnerException != null)
                {
                    itemInnerException.SubItems.Add(exClone.InnerException.ToString());
                }
                else
                {
                    itemInnerException.SubItems.Add(String.Empty);
                }

                rootParent.Items.Add(itemHelpLink);
                rootParent.Items.Add(itemInnerException);
                rootParent.Items.Add(itemMessage);
                rootParent.Items.Add(itemSource);
                rootParent.Items.Add(itemStackTrace);

                rootParent = itemInnerException;
                exClone    = exClone.InnerException;
                #endregion
            }while (exClone != null);

            _treeList.SmallImageList = new ImageList();

            Control C = _treeList as Control;
            BottomPanel.Controls.Add(C);
        }
Beispiel #31
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.TreeListViewItemCollection.TreeListViewItemCollectionComparer treeListViewItemCollectionComparer2 = new System.Windows.Forms.TreeListViewItemCollection.TreeListViewItemCollectionComparer();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DBI));
     this.cmTreeMenu          = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.tsmiTestOpen        = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiAdd             = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiDel             = new System.Windows.Forms.ToolStripMenuItem();
     this.treeListView1       = new System.Windows.Forms.TreeListView();
     this.columnHeader1       = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader8       = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader2       = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader7       = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader3       = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader4       = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader5       = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader6       = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.imageList2          = new System.Windows.Forms.ImageList(this.components);
     this.toolStrip1          = new System.Windows.Forms.ToolStrip();
     this.tsbSave             = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.tsbSelectAll        = new System.Windows.Forms.ToolStripButton();
     this.tsbReverse          = new System.Windows.Forms.ToolStripButton();
     this.tsbExpandAll        = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.tstbStr             = new System.Windows.Forms.ToolStripTextBox();
     this.tssbSlts            = new System.Windows.Forms.ToolStripSplitButton();
     this.tsmiSltsUserId      = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiSltsPwdD        = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiSltsPort        = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.tsbCreateFile       = new System.Windows.Forms.ToolStripButton();
     this.statusStrip1        = new System.Windows.Forms.StatusStrip();
     this.tsslOutInfo         = new System.Windows.Forms.ToolStripStatusLabel();
     this.tsslTest            = new System.Windows.Forms.ToolStripStatusLabel();
     this.sfd = new System.Windows.Forms.SaveFileDialog();
     this.cmTreeMenu.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // cmTreeMenu
     //
     this.cmTreeMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsmiTestOpen,
         this.tsmiAdd,
         this.tsmiDel
     });
     this.cmTreeMenu.Name = "contextMenuStrip1";
     this.cmTreeMenu.Size = new System.Drawing.Size(113, 70);
     //
     // tsmiTestOpen
     //
     this.tsmiTestOpen.Name   = "tsmiTestOpen";
     this.tsmiTestOpen.Size   = new System.Drawing.Size(112, 22);
     this.tsmiTestOpen.Text   = "测试(&T)";
     this.tsmiTestOpen.Click += new System.EventHandler(this.tsmiTestOpen_Click);
     //
     // tsmiAdd
     //
     this.tsmiAdd.Name   = "tsmiAdd";
     this.tsmiAdd.Size   = new System.Drawing.Size(112, 22);
     this.tsmiAdd.Text   = "添加(&A)";
     this.tsmiAdd.Click += new System.EventHandler(this.tsmiAdd_Click);
     //
     // tsmiDel
     //
     this.tsmiDel.Name   = "tsmiDel";
     this.tsmiDel.Size   = new System.Drawing.Size(112, 22);
     this.tsmiDel.Text   = "删除(&D)";
     this.tsmiDel.Click += new System.EventHandler(this.tsmiDel_Click);
     //
     // treeListView1
     //
     this.treeListView1.CheckBoxes = System.Windows.Forms.CheckBoxesTypes.Simple;
     this.treeListView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader8,
         this.columnHeader2,
         this.columnHeader7,
         this.columnHeader3,
         this.columnHeader4,
         this.columnHeader5,
         this.columnHeader6
     });
     treeListViewItemCollectionComparer2.Column    = 0;
     treeListViewItemCollectionComparer2.SortOrder = System.Windows.Forms.SortOrder.Ascending;
     this.treeListView1.Comparer         = treeListViewItemCollectionComparer2;
     this.treeListView1.ContextMenuStrip = this.cmTreeMenu;
     this.treeListView1.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.treeListView1.LabelEdit        = true;
     this.treeListView1.LabelWrap        = false;
     this.treeListView1.Location         = new System.Drawing.Point(0, 25);
     this.treeListView1.Name             = "treeListView1";
     this.treeListView1.Size             = new System.Drawing.Size(780, 341);
     this.treeListView1.SmallImageList   = this.imageList2;
     this.treeListView1.TabIndex         = 2;
     this.treeListView1.UseCompatibleStateImageBehavior = false;
     this.treeListView1.AfterLabelEdit  += new System.Windows.Forms.TreeListViewLabelEditEventHandler(this.treeListView1_AfterLabelEdit);
     this.treeListView1.BeforeLabelEdit += new System.Windows.Forms.TreeListViewBeforeLabelEditEventHandler(this.treeListView1_BeforeLabelEdit);
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "名称";
     this.columnHeader1.Width = 189;
     //
     // columnHeader8
     //
     this.columnHeader8.Text  = "类型";
     this.columnHeader8.Width = 100;
     //
     // columnHeader2
     //
     this.columnHeader2.Text  = "服务器";
     this.columnHeader2.Width = 132;
     //
     // columnHeader7
     //
     this.columnHeader7.Text  = "DBMS";
     this.columnHeader7.Width = 100;
     //
     // columnHeader3
     //
     this.columnHeader3.Text  = "登录名";
     this.columnHeader3.Width = 76;
     //
     // columnHeader4
     //
     this.columnHeader4.Text  = "密码";
     this.columnHeader4.Width = 98;
     //
     // columnHeader5
     //
     this.columnHeader5.Text  = "IP";
     this.columnHeader5.Width = 130;
     //
     // columnHeader6
     //
     this.columnHeader6.Text  = "端口";
     this.columnHeader6.Width = 80;
     //
     // imageList2
     //
     this.imageList2.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList2.ImageStream")));
     this.imageList2.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList2.Images.SetKeyName(0, "");
     this.imageList2.Images.SetKeyName(1, "");
     this.imageList2.Images.SetKeyName(2, "");
     this.imageList2.Images.SetKeyName(3, "");
     //
     // toolStrip1
     //
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsbSave,
         this.toolStripSeparator1,
         this.tsbSelectAll,
         this.tsbReverse,
         this.tsbExpandAll,
         this.toolStripSeparator2,
         this.tstbStr,
         this.tssbSlts,
         this.toolStripSeparator3,
         this.tsbCreateFile
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(780, 25);
     this.toolStrip1.TabIndex = 1;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // tsbSave
     //
     this.tsbSave.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbSave.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbSave.Name   = "tsbSave";
     this.tsbSave.Size   = new System.Drawing.Size(23, 22);
     this.tsbSave.Text   = "保存(&S)";
     this.tsbSave.Click += new System.EventHandler(this.tsbSave_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // tsbSelectAll
     //
     this.tsbSelectAll.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.tsbSelectAll.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbSelectAll.Name   = "tsbSelectAll";
     this.tsbSelectAll.Size   = new System.Drawing.Size(51, 22);
     this.tsbSelectAll.Text   = "全选(&A)";
     this.tsbSelectAll.Click += new System.EventHandler(this.tsbSelectAll_Click);
     //
     // tsbReverse
     //
     this.tsbReverse.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.tsbReverse.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbReverse.Name   = "tsbReverse";
     this.tsbReverse.Size   = new System.Drawing.Size(51, 22);
     this.tsbReverse.Text   = "反选(&V)";
     this.tsbReverse.Click += new System.EventHandler(this.tsbReverse_Click);
     //
     // tsbExpandAll
     //
     this.tsbExpandAll.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.tsbExpandAll.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbExpandAll.Name   = "tsbExpandAll";
     this.tsbExpandAll.Size   = new System.Drawing.Size(75, 22);
     this.tsbExpandAll.Text   = "全部收起(&D)";
     this.tsbExpandAll.Click += new System.EventHandler(this.tsbExpandAll_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // tstbStr
     //
     this.tstbStr.Name = "tstbStr";
     this.tstbStr.Size = new System.Drawing.Size(200, 25);
     //
     // tssbSlts
     //
     this.tssbSlts.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.tssbSlts.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsmiSltsUserId,
         this.tsmiSltsPwdD,
         this.tsmiSltsPort
     });
     this.tssbSlts.Image = ((System.Drawing.Image)(resources.GetObject("tssbSlts.Image")));
     this.tssbSlts.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tssbSlts.Name = "tssbSlts";
     this.tssbSlts.Size = new System.Drawing.Size(87, 22);
     this.tssbSlts.Text = "批量设置(&E)";
     //
     // tsmiSltsUserId
     //
     this.tsmiSltsUserId.Name   = "tsmiSltsUserId";
     this.tsmiSltsUserId.Size   = new System.Drawing.Size(152, 22);
     this.tsmiSltsUserId.Text   = "登录名";
     this.tsmiSltsUserId.Click += new System.EventHandler(this.tsmiSltsUserId_Click);
     //
     // tsmiSltsPwdD
     //
     this.tsmiSltsPwdD.Name   = "tsmiSltsPwdD";
     this.tsmiSltsPwdD.Size   = new System.Drawing.Size(152, 22);
     this.tsmiSltsPwdD.Text   = "密码";
     this.tsmiSltsPwdD.Click += new System.EventHandler(this.tsmiSltsPwdD_Click);
     //
     // tsmiSltsPort
     //
     this.tsmiSltsPort.Name   = "tsmiSltsPort";
     this.tsmiSltsPort.Size   = new System.Drawing.Size(152, 22);
     this.tsmiSltsPort.Text   = "端口";
     this.tsmiSltsPort.Click += new System.EventHandler(this.tsmiSltsPort_Click);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
     //
     // tsbCreateFile
     //
     this.tsbCreateFile.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.tsbCreateFile.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbCreateFile.Name   = "tsbCreateFile";
     this.tsbCreateFile.Size   = new System.Drawing.Size(75, 22);
     this.tsbCreateFile.Text   = "生成文件(&G)";
     this.tsbCreateFile.Click += new System.EventHandler(this.tsbCreateFile_Click);
     //
     // statusStrip1
     //
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsslOutInfo,
         this.tsslTest
     });
     this.statusStrip1.Location = new System.Drawing.Point(0, 344);
     this.statusStrip1.Name     = "statusStrip1";
     this.statusStrip1.Size     = new System.Drawing.Size(780, 22);
     this.statusStrip1.TabIndex = 3;
     this.statusStrip1.Text     = "statusStrip1";
     //
     // tsslOutInfo
     //
     this.tsslOutInfo.AutoSize  = false;
     this.tsslOutInfo.Name      = "tsslOutInfo";
     this.tsslOutInfo.Size      = new System.Drawing.Size(300, 17);
     this.tsslOutInfo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // tsslTest
     //
     this.tsslTest.Name = "tsslTest";
     this.tsslTest.Size = new System.Drawing.Size(0, 17);
     //
     // sfd
     //
     this.sfd.DefaultExt       = "res";
     this.sfd.Filter           = "DBC文件|*.res";
     this.sfd.RestoreDirectory = true;
     //
     // DBI
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
     this.ClientSize    = new System.Drawing.Size(780, 366);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.treeListView1);
     this.Controls.Add(this.toolStrip1);
     this.DockAreas    = ((WeifenLuo.WinFormsUI.Docking.DockAreas)((WeifenLuo.WinFormsUI.Docking.DockAreas.Float | WeifenLuo.WinFormsUI.Docking.DockAreas.Document)));
     this.Font         = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.Icon         = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name         = "DBI";
     this.TabText      = "数据库列表";
     this.Text         = "数据库列表";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.DBI_FormClosing);
     this.Load        += new System.EventHandler(this.DBI_Load);
     this.cmTreeMenu.ResumeLayout(false);
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #32
0
		/// <summary>
		/// 设计器支持所需的方法 - 不要
		/// 使用代码编辑器修改此方法的内容。
		/// </summary>
		private void InitializeComponent()
		{
			System.Windows.Forms.TreeListViewItemCollection.TreeListViewItemCollectionComparer treeListViewItemCollectionComparer1 = new System.Windows.Forms.TreeListViewItemCollection.TreeListViewItemCollectionComparer();
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FSRename));
			this.tsslStatus = new System.Windows.Forms.ToolStripStatusLabel();
			this.tspb = new System.Windows.Forms.ToolStripProgressBar();
			this.statusStrip1 = new System.Windows.Forms.StatusStrip();
			this.label2 = new System.Windows.Forms.Label();
			this.label3 = new System.Windows.Forms.Label();
			this.cbMatchType = new System.Windows.Forms.ComboBox();
			this.groupBox1 = new System.Windows.Forms.GroupBox();
			this.btnFind = new System.Windows.Forms.Button();
			this.btnTrans = new System.Windows.Forms.Button();
			this.txtReplace = new System.Windows.Forms.TextBox();
			this.txtLook = new System.Windows.Forms.TextBox();
			this.label6 = new System.Windows.Forms.Label();
			this.txtExt = new System.Windows.Forms.TextBox();
			this.label5 = new System.Windows.Forms.Label();
			this.label4 = new System.Windows.Forms.Label();
			this.cbContainsFileExt = new System.Windows.Forms.CheckBox();
			this.cbContainsFolder = new System.Windows.Forms.CheckBox();
			this.cbRecursive = new System.Windows.Forms.CheckBox();
			this.fsExplorer1 = new Apq.TreeListView.FSExplorer();
			this.toolStrip1 = new System.Windows.Forms.ToolStrip();
			this.tsbRefresh = new System.Windows.Forms.ToolStripButton();
			this.statusStrip1.SuspendLayout();
			this.groupBox1.SuspendLayout();
			this.toolStrip1.SuspendLayout();
			this.SuspendLayout();
			// 
			// tsslStatus
			// 
			this.tsslStatus.Name = "tsslStatus";
			this.tsslStatus.Size = new System.Drawing.Size(29, 17);
			this.tsslStatus.Text = "状态";
			// 
			// tspb
			// 
			this.tspb.Name = "tspb";
			this.tspb.Size = new System.Drawing.Size(300, 16);
			// 
			// statusStrip1
			// 
			this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsslStatus,
            this.tspb});
			this.statusStrip1.Location = new System.Drawing.Point(0, 406);
			this.statusStrip1.Name = "statusStrip1";
			this.statusStrip1.Size = new System.Drawing.Size(760, 22);
			this.statusStrip1.TabIndex = 1;
			// 
			// label2
			// 
			this.label2.AutoSize = true;
			this.label2.Location = new System.Drawing.Point(6, 158);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(65, 12);
			this.label2.TabIndex = 6;
			this.label2.Text = "匹配方式:";
			// 
			// label3
			// 
			this.label3.AutoSize = true;
			this.label3.Location = new System.Drawing.Point(6, 33);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(53, 12);
			this.label3.TabIndex = 8;
			this.label3.Text = "查找串:";
			// 
			// cbMatchType
			// 
			this.cbMatchType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.cbMatchType.FormattingEnabled = true;
			this.cbMatchType.Items.AddRange(new object[] {
            "普通",
            "正则表达式"});
			this.cbMatchType.Location = new System.Drawing.Point(77, 155);
			this.cbMatchType.Name = "cbMatchType";
			this.cbMatchType.Size = new System.Drawing.Size(168, 20);
			this.cbMatchType.TabIndex = 2;
			// 
			// groupBox1
			// 
			this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
			this.groupBox1.Controls.Add(this.btnFind);
			this.groupBox1.Controls.Add(this.btnTrans);
			this.groupBox1.Controls.Add(this.txtReplace);
			this.groupBox1.Controls.Add(this.txtLook);
			this.groupBox1.Controls.Add(this.label6);
			this.groupBox1.Controls.Add(this.txtExt);
			this.groupBox1.Controls.Add(this.label5);
			this.groupBox1.Controls.Add(this.label4);
			this.groupBox1.Controls.Add(this.cbMatchType);
			this.groupBox1.Controls.Add(this.label3);
			this.groupBox1.Controls.Add(this.label2);
			this.groupBox1.Controls.Add(this.cbContainsFileExt);
			this.groupBox1.Controls.Add(this.cbContainsFolder);
			this.groupBox1.Controls.Add(this.cbRecursive);
			this.groupBox1.Location = new System.Drawing.Point(12, 191);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(736, 212);
			this.groupBox1.TabIndex = 1;
			this.groupBox1.TabStop = false;
			this.groupBox1.Text = "查找和替换";
			// 
			// btnFind
			// 
			this.btnFind.Location = new System.Drawing.Point(284, 28);
			this.btnFind.Name = "btnFind";
			this.btnFind.Size = new System.Drawing.Size(75, 23);
			this.btnFind.TabIndex = 7;
			this.btnFind.Text = "查找(&F)";
			this.btnFind.UseVisualStyleBackColor = true;
			this.btnFind.Click += new System.EventHandler(this.btnFind_Click);
			// 
			// btnTrans
			// 
			this.btnTrans.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.btnTrans.Location = new System.Drawing.Point(454, 167);
			this.btnTrans.Name = "btnTrans";
			this.btnTrans.Size = new System.Drawing.Size(109, 23);
			this.btnTrans.TabIndex = 8;
			this.btnTrans.Text = "开始替换(&H)";
			this.btnTrans.UseVisualStyleBackColor = true;
			this.btnTrans.Click += new System.EventHandler(this.btnTrans_Click);
			// 
			// txtReplace
			// 
			this.txtReplace.Location = new System.Drawing.Point(77, 62);
			this.txtReplace.Name = "txtReplace";
			this.txtReplace.Size = new System.Drawing.Size(201, 21);
			this.txtReplace.TabIndex = 1;
			// 
			// txtLook
			// 
			this.txtLook.Location = new System.Drawing.Point(77, 30);
			this.txtLook.Name = "txtLook";
			this.txtLook.Size = new System.Drawing.Size(201, 21);
			this.txtLook.TabIndex = 0;
			// 
			// label6
			// 
			this.label6.AutoSize = true;
			this.label6.Location = new System.Drawing.Point(6, 65);
			this.label6.Name = "label6";
			this.label6.Size = new System.Drawing.Size(53, 12);
			this.label6.TabIndex = 19;
			this.label6.Text = "替换为:";
			// 
			// txtExt
			// 
			this.txtExt.Location = new System.Drawing.Point(525, 30);
			this.txtExt.Name = "txtExt";
			this.txtExt.Size = new System.Drawing.Size(180, 21);
			this.txtExt.TabIndex = 3;
			this.txtExt.Text = "*.txt;*.sql;*.xml;*.ini;";
			// 
			// label5
			// 
			this.label5.AutoSize = true;
			this.label5.Location = new System.Drawing.Point(454, 33);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(65, 12);
			this.label5.TabIndex = 16;
			this.label5.Text = "文件类型:";
			// 
			// label4
			// 
			this.label4.AutoSize = true;
			this.label4.ForeColor = System.Drawing.Color.DarkGreen;
			this.label4.Location = new System.Drawing.Point(75, 188);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(161, 12);
			this.label4.TabIndex = 9;
			this.label4.Text = "两种方式均为匹配整个查找串";
			// 
			// cbContainsFileExt
			// 
			this.cbContainsFileExt.AutoSize = true;
			this.cbContainsFileExt.Checked = true;
			this.cbContainsFileExt.CheckState = System.Windows.Forms.CheckState.Checked;
			this.cbContainsFileExt.Location = new System.Drawing.Point(525, 86);
			this.cbContainsFileExt.Name = "cbContainsFileExt";
			this.cbContainsFileExt.Size = new System.Drawing.Size(108, 16);
			this.cbContainsFileExt.TabIndex = 6;
			this.cbContainsFileExt.Text = "包含文件扩展名";
			this.cbContainsFileExt.UseVisualStyleBackColor = true;
			// 
			// cbContainsFolder
			// 
			this.cbContainsFolder.AutoSize = true;
			this.cbContainsFolder.Location = new System.Drawing.Point(525, 108);
			this.cbContainsFolder.Name = "cbContainsFolder";
			this.cbContainsFolder.Size = new System.Drawing.Size(84, 16);
			this.cbContainsFolder.TabIndex = 5;
			this.cbContainsFolder.Text = "包含文件夹";
			this.cbContainsFolder.UseVisualStyleBackColor = true;
			this.cbContainsFolder.Visible = false;
			// 
			// cbRecursive
			// 
			this.cbRecursive.AutoSize = true;
			this.cbRecursive.Checked = true;
			this.cbRecursive.CheckState = System.Windows.Forms.CheckState.Checked;
			this.cbRecursive.Location = new System.Drawing.Point(525, 64);
			this.cbRecursive.Name = "cbRecursive";
			this.cbRecursive.Size = new System.Drawing.Size(84, 16);
			this.cbRecursive.TabIndex = 4;
			this.cbRecursive.Text = "包含子目录";
			this.cbRecursive.UseVisualStyleBackColor = true;
			// 
			// fsExplorer1
			// 
			this.fsExplorer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
			this.fsExplorer1.CheckBoxes = System.Windows.Forms.CheckBoxesTypes.Recursive;
			treeListViewItemCollectionComparer1.Column = 2;
			treeListViewItemCollectionComparer1.SortOrder = System.Windows.Forms.SortOrder.Ascending;
			this.fsExplorer1.Comparer = treeListViewItemCollectionComparer1;
			this.fsExplorer1.Location = new System.Drawing.Point(0, 28);
			this.fsExplorer1.Name = "fsExplorer1";
			this.fsExplorer1.Size = new System.Drawing.Size(760, 154);
			this.fsExplorer1.TabIndex = 0;
			this.fsExplorer1.UseCompatibleStateImageBehavior = false;
			this.fsExplorer1.SelectedIndexChanged += new System.EventHandler(this.fsExplorer1_SelectedIndexChanged);
			// 
			// toolStrip1
			// 
			this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsbRefresh});
			this.toolStrip1.Location = new System.Drawing.Point(0, 0);
			this.toolStrip1.Name = "toolStrip1";
			this.toolStrip1.Size = new System.Drawing.Size(760, 25);
			this.toolStrip1.TabIndex = 5;
			this.toolStrip1.Text = "toolStrip1";
			// 
			// tsbRefresh
			// 
			this.tsbRefresh.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
			this.tsbRefresh.Image = ((System.Drawing.Image)(resources.GetObject("tsbRefresh.Image")));
			this.tsbRefresh.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.tsbRefresh.Name = "tsbRefresh";
			this.tsbRefresh.Size = new System.Drawing.Size(51, 22);
			this.tsbRefresh.Text = "刷新(&F)";
			this.tsbRefresh.Click += new System.EventHandler(this.tsbRefresh_Click);
			// 
			// FSRename
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.AutoScroll = true;
			this.ClientSize = new System.Drawing.Size(760, 428);
			this.Controls.Add(this.fsExplorer1);
			this.Controls.Add(this.groupBox1);
			this.Controls.Add(this.statusStrip1);
			this.Controls.Add(this.toolStrip1);
			this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.MinimumSize = new System.Drawing.Size(768, 462);
			this.Name = "FSRename";
			this.TabText = "批量重命名";
			this.Text = "批量重命名";
			this.Activated += new System.EventHandler(this.TxtEncoding_Activated);
			this.Deactivate += new System.EventHandler(this.TxtEncoding_Deactivate);
			this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.TxtEncoding_FormClosing);
			this.Load += new System.EventHandler(this.TxtEncoding_Load);
			this.statusStrip1.ResumeLayout(false);
			this.statusStrip1.PerformLayout();
			this.groupBox1.ResumeLayout(false);
			this.groupBox1.PerformLayout();
			this.toolStrip1.ResumeLayout(false);
			this.toolStrip1.PerformLayout();
			this.ResumeLayout(false);
			this.PerformLayout();

		}
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.TreeListViewItemCollection.TreeListViewItemCollectionComparer treeListViewItemCollectionComparer1 = new System.Windows.Forms.TreeListViewItemCollection.TreeListViewItemCollectionComparer();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AuthorizeResourceControl));
     this.columnHeader1       = new System.Windows.Forms.ColumnHeader();
     this.nTreeListView1      = new Neusoft.FrameWork.WinForms.Controls.NeuTreeListView(this.components);
     this.columnHeader2       = new System.Windows.Forms.ColumnHeader();
     this.columnHeader3       = new System.Windows.Forms.ColumnHeader();
     this.columnHeader4       = new System.Windows.Forms.ColumnHeader();
     this.columnHeader5       = new System.Windows.Forms.ColumnHeader();
     this.columnHeader6       = new System.Windows.Forms.ColumnHeader();
     this.columnHeader7       = new System.Windows.Forms.ColumnHeader();
     this.columnHeader8       = new System.Windows.Forms.ColumnHeader();
     this.nmsRes              = new Neusoft.FrameWork.WinForms.Controls.NeuContextMenuStrip();
     this.AddResItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.ModifyResItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.RemoveResItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.copyItems           = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.upResItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.downResItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.imageList1          = new System.Windows.Forms.ImageList(this.components);
     this.nmsRes.SuspendLayout();
     this.SuspendLayout();
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "对照名称";
     this.columnHeader1.Width = 150;
     //
     // nTreeListView1
     //
     this.nTreeListView1.AutoArrange = false;
     this.nTreeListView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader2,
         this.columnHeader3,
         this.columnHeader4,
         this.columnHeader5,
         this.columnHeader6,
         this.columnHeader7,
         this.columnHeader8
     });
     treeListViewItemCollectionComparer1.Column    = 0;
     treeListViewItemCollectionComparer1.SortOrder = System.Windows.Forms.SortOrder.None;
     this.nTreeListView1.Comparer         = treeListViewItemCollectionComparer1;
     this.nTreeListView1.ContextMenuStrip = this.nmsRes;
     this.nTreeListView1.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.nTreeListView1.ExpandMethod     = System.Windows.Forms.TreeListViewExpandMethod.IconDbleClick;
     this.nTreeListView1.HeaderStyle      = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.nTreeListView1.LabelWrap        = false;
     this.nTreeListView1.Location         = new System.Drawing.Point(0, 0);
     this.nTreeListView1.MultiSelect      = false;
     this.nTreeListView1.Name             = "nTreeListView1";
     this.nTreeListView1.Size             = new System.Drawing.Size(781, 408);
     this.nTreeListView1.SmallImageList   = this.imageList1;
     this.nTreeListView1.Sorting          = System.Windows.Forms.SortOrder.None;
     this.nTreeListView1.TabIndex         = 0;
     this.nTreeListView1.UseCompatibleStateImageBehavior = false;
     this.nTreeListView1.UseXPHighlightStyle             = false;
     this.nTreeListView1.DoubleClick += new System.EventHandler(this.nTreeListView1_DoubleClick);
     this.nTreeListView1.DragDrop    += new System.Windows.Forms.DragEventHandler(this.nTreeListView1_DragDrop);
     //
     // columnHeader2
     //
     this.columnHeader2.Text  = "资源名称";
     this.columnHeader2.Width = 114;
     //
     // columnHeader3
     //
     this.columnHeader3.Text  = "资源控件";
     this.columnHeader3.Width = 329;
     //
     // columnHeader4
     //
     this.columnHeader4.Text  = "资源Dll";
     this.columnHeader4.Width = 84;
     //
     // columnHeader5
     //
     this.columnHeader5.Text  = "参数";
     this.columnHeader5.Width = 82;
     //
     // columnHeader6
     //
     this.columnHeader6.Text  = "是否可用";
     this.columnHeader6.Width = 85;
     //
     // columnHeader7
     //
     this.columnHeader7.Text  = "操作员";
     this.columnHeader7.Width = 82;
     //
     // columnHeader8
     //
     this.columnHeader8.Text  = "操作时间";
     this.columnHeader8.Width = 104;
     //
     // nmsRes
     //
     this.nmsRes.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.AddResItem,
         this.ModifyResItem,
         this.RemoveResItem,
         this.copyItems,
         this.toolStripSeparator1,
         this.upResItem,
         this.downResItem
     });
     this.nmsRes.Name  = "nUserMenuStrip";
     this.nmsRes.Size  = new System.Drawing.Size(169, 142);
     this.nmsRes.Style = Neusoft.FrameWork.WinForms.Controls.StyleType.Fixed3D;
     //
     // AddResItem
     //
     this.AddResItem.Name   = "AddResItem";
     this.AddResItem.Size   = new System.Drawing.Size(168, 22);
     this.AddResItem.Click += new System.EventHandler(this.AddResItem_Click);
     //
     // ModifyResItem
     //
     this.ModifyResItem.Name   = "ModifyResItem";
     this.ModifyResItem.Size   = new System.Drawing.Size(168, 22);
     this.ModifyResItem.Click += new System.EventHandler(this.ModifyResItem_Click);
     //
     // RemoveResItem
     //
     this.RemoveResItem.Name   = "RemoveResItem";
     this.RemoveResItem.Size   = new System.Drawing.Size(168, 22);
     this.RemoveResItem.Click += new System.EventHandler(this.RemoveResItem_Click);
     //
     // copyItems
     //
     this.copyItems.Name   = "copyItems";
     this.copyItems.Size   = new System.Drawing.Size(168, 22);
     this.copyItems.Text   = "toolStripMenuItem1";
     this.copyItems.Click += new System.EventHandler(this.copyItems_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(165, 6);
     //
     // upResItem
     //
     this.upResItem.Name   = "upResItem";
     this.upResItem.Size   = new System.Drawing.Size(168, 22);
     this.upResItem.Text   = "向上移动";
     this.upResItem.Click += new System.EventHandler(this.upResItem_Click);
     //
     // downResItem
     //
     this.downResItem.Name   = "downResItem";
     this.downResItem.Size   = new System.Drawing.Size(168, 22);
     this.downResItem.Text   = "向下移动";
     this.downResItem.Click += new System.EventHandler(this.downResItem_Click);
     //
     // imageList1
     //
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "菜单_根.png");
     this.imageList1.Images.SetKeyName(1, "菜单_父级.png");
     this.imageList1.Images.SetKeyName(2, "菜单_子级.png");
     this.imageList1.Images.SetKeyName(3, "常数_根.png");
     this.imageList1.Images.SetKeyName(4, "常数_父级.png");
     this.imageList1.Images.SetKeyName(5, "常数_子级.png");
     this.imageList1.Images.SetKeyName(6, "web_根.png");
     this.imageList1.Images.SetKeyName(7, "web_父级.png");
     this.imageList1.Images.SetKeyName(8, "web_子级.png");
     //
     // AuthorizeResourceControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.nTreeListView1);
     this.Name  = "AuthorizeResourceControl";
     this.Size  = new System.Drawing.Size(781, 408);
     this.Load += new System.EventHandler(this.AuthorizeResourceControl_Load);
     this.nmsRes.ResumeLayout(false);
     this.ResumeLayout(false);
 }
        /// <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(PartsConfForm));
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.TreeListViewItemCollection.TreeListViewItemCollectionComparer treeListViewItemCollectionComparer1 = new System.Windows.Forms.TreeListViewItemCollection.TreeListViewItemCollectionComparer();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.label11 = new System.Windows.Forms.Label();
            this.tb_modifyTime = new System.Windows.Forms.TextBox();
            this.tb_version = new System.Windows.Forms.TextBox();
            this.label10 = new System.Windows.Forms.Label();
            this.tb_createTime = new System.Windows.Forms.TextBox();
            this.label9 = new System.Windows.Forms.Label();
            this.tb_memoEn = new System.Windows.Forms.TextBox();
            this.label8 = new System.Windows.Forms.Label();
            this.tb_memoZh = new System.Windows.Forms.TextBox();
            this.label7 = new System.Windows.Forms.Label();
            this.tb_modifier = new System.Windows.Forms.TextBox();
            this.label6 = new System.Windows.Forms.Label();
            this.tb_creater = new System.Windows.Forms.TextBox();
            this.label5 = new System.Windows.Forms.Label();
            this.tb_status = new System.Windows.Forms.TextBox();
            this.label4 = new System.Windows.Forms.Label();
            this.tb_productType = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.tb_modelType = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.tb_productNo = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.toolStrip2 = new System.Windows.Forms.ToolStrip();
            this.toolStripLabel11 = new System.Windows.Forms.ToolStripLabel();
            this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
            this.toolBase = new System.Windows.Forms.ToolStrip();
            this.toolBaseReg = new System.Windows.Forms.ToolStripButton();
            this.toolBaseCopy = new System.Windows.Forms.ToolStripButton();
            this.toolBaseEdit = new System.Windows.Forms.ToolStripButton();
            this.toolBaseClear = new System.Windows.Forms.ToolStripButton();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.tabControl = new System.Windows.Forms.TabControl();
            this.tab_Memo = new System.Windows.Forms.TabPage();
            this.rtbMemo = new System.Windows.Forms.RichTextBox();
            this.tab_ProRecord = new System.Windows.Forms.TabPage();
            this.toolProRecord = new System.Windows.Forms.ToolStrip();
            this.toolProRecordEdit = new System.Windows.Forms.ToolStripButton();
            this.toolProRecordAdd = new System.Windows.Forms.ToolStripButton();
            this.dgv_ProRecord = new HYPDM.BaseControl.DataGridViewExt();
            this.checkedDataGridViewCheckBoxColumn1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
            this.WFA_ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.OBJECTKEY = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.WFT_NAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.SUBJECT = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.STATUS = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.CREATEUSER = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.bs_Data_ProRecord = new System.Windows.Forms.BindingSource(this.components);
            this.tab_Change = new System.Windows.Forms.TabPage();
            this.dgv_Change = new System.Windows.Forms.DataGridView();
            this.toolChange = new System.Windows.Forms.ToolStrip();
            this.toolChangeAdd = new System.Windows.Forms.ToolStripButton();
            this.toolChangeDel = new System.Windows.Forms.ToolStripButton();
            this.tab_Doc = new System.Windows.Forms.TabPage();
            this.ucPageDoc = new HYPDM.BaseControl.UcPaging();
            this.dgv_DocList = new HYPDM.BaseControl.DataGridViewExt();
            this.DOCID = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.DOCNO = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.DOCVERSION = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.DOCSTATUS = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.DOCCREATEUSER = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.toolStrip4 = new System.Windows.Forms.ToolStrip();
            this.tsb_DocAdd = new System.Windows.Forms.ToolStripButton();
            this.tsb_DocDel = new System.Windows.Forms.ToolStripButton();
            this.tsb_DocLook = new System.Windows.Forms.ToolStripButton();
            this.tab_Drawing = new System.Windows.Forms.TabPage();
            this.ucPagingDraw = new HYPDM.BaseControl.UcPaging();
            this.dgv_DrawList = new HYPDM.BaseControl.DataGridViewExt();
            this.DRAWID = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.DRAWNO = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.DRAWVERSION = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.DRAWDOCSTATUS = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.DRAWCREATEUSER = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.toolStrip5 = new System.Windows.Forms.ToolStrip();
            this.toolDrawAdd = new System.Windows.Forms.ToolStripButton();
            this.toolDrawDel = new System.Windows.Forms.ToolStripButton();
            this.toolDrawLook = new System.Windows.Forms.ToolStripButton();
            this.tab_TelTask = new System.Windows.Forms.TabPage();
            this.dataGridView4 = new System.Windows.Forms.DataGridView();
            this.Column15 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column16 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column17 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column18 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.toolStrip6 = new System.Windows.Forms.ToolStrip();
            this.toolStripLabel48 = new System.Windows.Forms.ToolStripLabel();
            this.toolStripLabel49 = new System.Windows.Forms.ToolStripLabel();
            this.tab_productStruct = new System.Windows.Forms.TabPage();
            this.structComb = new System.Windows.Forms.Panel();
            this.list_productTreeStruct = new System.Windows.Forms.TreeListView();
            this.ObjectNo = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.ObjectVersion = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.ObjectNum = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.ObjectModel = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.ObjectSort = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.ObjectMemo = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.image_productStruct = new System.Windows.Forms.ImageList(this.components);
            this.toolStruct = new System.Windows.Forms.ToolStrip();
            this.toolStructAdd = new System.Windows.Forms.ToolStripButton();
            this.toolStripLabel14 = new System.Windows.Forms.ToolStripLabel();
            this.toolStructDel = new System.Windows.Forms.ToolStripButton();
            this.toolStructEdit = new System.Windows.Forms.ToolStripButton();
            this.toolStructSave = new System.Windows.Forms.ToolStripButton();
            this.toolStructReplace = new System.Windows.Forms.ToolStripButton();
            this.toolStructInsert = new System.Windows.Forms.ToolStripButton();
            this.bt_StructSearch = new System.Windows.Forms.Button();
            this.cb_structPro = new System.Windows.Forms.ComboBox();
            this.tb_structProValue = new System.Windows.Forms.TextBox();
            this.tab_Version = new System.Windows.Forms.TabPage();
            this.toolVersion = new System.Windows.Forms.ToolStrip();
            this.toolVersionCompare = new System.Windows.Forms.ToolStripButton();
            this.toolVersionNo = new System.Windows.Forms.ToolStripTextBox();
            this.toolVersionQuery = new System.Windows.Forms.ToolStripButton();
            this.dgv_Product = new System.Windows.Forms.DataGridView();
            this.checkedDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
            this.Column11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.tab_Extpro = new System.Windows.Forms.TabPage();
            this.dgvExptendProperties = new HYPDM.BaseControl.DataGridViewExt();
            this.PARAMS_NAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.TARGET_COLNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.colValue = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.toolStrip1 = new System.Windows.Forms.ToolStrip();
            this.toolExt_Add = new System.Windows.Forms.ToolStripButton();
            this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.新建ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.产品1ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.产品2ToolStripMenuItem = 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.bOM顺序重排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.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.打开ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.复制ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.发送ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.注册流程ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.对象比较ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.eRP集成ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.工艺权限ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.groupBox1.SuspendLayout();
            this.tabControl1.SuspendLayout();
            this.tabPage1.SuspendLayout();
            this.toolStrip2.SuspendLayout();
            this.toolBase.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.tabControl.SuspendLayout();
            this.tab_Memo.SuspendLayout();
            this.tab_ProRecord.SuspendLayout();
            this.toolProRecord.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgv_ProRecord)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.bs_Data_ProRecord)).BeginInit();
            this.tab_Change.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgv_Change)).BeginInit();
            this.toolChange.SuspendLayout();
            this.tab_Doc.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgv_DocList)).BeginInit();
            this.toolStrip4.SuspendLayout();
            this.tab_Drawing.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgv_DrawList)).BeginInit();
            this.toolStrip5.SuspendLayout();
            this.tab_TelTask.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView4)).BeginInit();
            this.toolStrip6.SuspendLayout();
            this.tab_productStruct.SuspendLayout();
            this.structComb.SuspendLayout();
            this.toolStruct.SuspendLayout();
            this.tab_Version.SuspendLayout();
            this.toolVersion.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgv_Product)).BeginInit();
            this.tab_Extpro.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvExptendProperties)).BeginInit();
            this.toolStrip1.SuspendLayout();
            this.contextMenuStrip1.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.tabControl1);
            this.groupBox1.Location = new System.Drawing.Point(3, 28);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(307, 394);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            // 
            // tabControl1
            // 
            this.tabControl1.Controls.Add(this.tabPage1);
            this.tabControl1.Location = new System.Drawing.Point(0, 9);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(301, 385);
            this.tabControl1.TabIndex = 0;
            // 
            // tabPage1
            // 
            this.tabPage1.BackColor = System.Drawing.Color.Transparent;
            this.tabPage1.Controls.Add(this.label11);
            this.tabPage1.Controls.Add(this.tb_modifyTime);
            this.tabPage1.Controls.Add(this.tb_version);
            this.tabPage1.Controls.Add(this.label10);
            this.tabPage1.Controls.Add(this.tb_createTime);
            this.tabPage1.Controls.Add(this.label9);
            this.tabPage1.Controls.Add(this.tb_memoEn);
            this.tabPage1.Controls.Add(this.label8);
            this.tabPage1.Controls.Add(this.tb_memoZh);
            this.tabPage1.Controls.Add(this.label7);
            this.tabPage1.Controls.Add(this.tb_modifier);
            this.tabPage1.Controls.Add(this.label6);
            this.tabPage1.Controls.Add(this.tb_creater);
            this.tabPage1.Controls.Add(this.label5);
            this.tabPage1.Controls.Add(this.tb_status);
            this.tabPage1.Controls.Add(this.label4);
            this.tabPage1.Controls.Add(this.tb_productType);
            this.tabPage1.Controls.Add(this.label3);
            this.tabPage1.Controls.Add(this.tb_modelType);
            this.tabPage1.Controls.Add(this.label2);
            this.tabPage1.Controls.Add(this.tb_productNo);
            this.tabPage1.Controls.Add(this.label1);
            this.tabPage1.Controls.Add(this.toolStrip2);
            this.tabPage1.Location = new System.Drawing.Point(4, 22);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage1.Size = new System.Drawing.Size(293, 359);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text = "半成品信息";
            // 
            // label11
            // 
            this.label11.AutoSize = true;
            this.label11.Location = new System.Drawing.Point(15, 184);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(41, 12);
            this.label11.TabIndex = 23;
            this.label11.Text = "创建者";
            // 
            // tb_modifyTime
            // 
            this.tb_modifyTime.Enabled = false;
            this.tb_modifyTime.Location = new System.Drawing.Point(74, 316);
            this.tb_modifyTime.Name = "tb_modifyTime";
            this.tb_modifyTime.Size = new System.Drawing.Size(147, 21);
            this.tb_modifyTime.TabIndex = 22;
            // 
            // tb_version
            // 
            this.tb_version.Enabled = false;
            this.tb_version.Location = new System.Drawing.Point(74, 73);
            this.tb_version.Name = "tb_version";
            this.tb_version.Size = new System.Drawing.Size(147, 21);
            this.tb_version.TabIndex = 21;
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Location = new System.Drawing.Point(15, 76);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(41, 12);
            this.label10.TabIndex = 20;
            this.label10.Text = "版本号";
            // 
            // tb_createTime
            // 
            this.tb_createTime.Enabled = false;
            this.tb_createTime.Location = new System.Drawing.Point(74, 289);
            this.tb_createTime.Name = "tb_createTime";
            this.tb_createTime.Size = new System.Drawing.Size(147, 21);
            this.tb_createTime.TabIndex = 19;
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Location = new System.Drawing.Point(15, 316);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(53, 12);
            this.label9.TabIndex = 18;
            this.label9.Text = "修改日期";
            // 
            // tb_memoEn
            // 
            this.tb_memoEn.Location = new System.Drawing.Point(74, 262);
            this.tb_memoEn.Name = "tb_memoEn";
            this.tb_memoEn.Size = new System.Drawing.Size(147, 21);
            this.tb_memoEn.TabIndex = 17;
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(15, 289);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(53, 12);
            this.label8.TabIndex = 16;
            this.label8.Text = "创建时间";
            // 
            // tb_memoZh
            // 
            this.tb_memoZh.Location = new System.Drawing.Point(74, 235);
            this.tb_memoZh.Name = "tb_memoZh";
            this.tb_memoZh.Size = new System.Drawing.Size(147, 21);
            this.tb_memoZh.TabIndex = 15;
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(15, 217);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(41, 12);
            this.label7.TabIndex = 14;
            this.label7.Text = "修改者";
            // 
            // tb_modifier
            // 
            this.tb_modifier.Enabled = false;
            this.tb_modifier.Location = new System.Drawing.Point(74, 208);
            this.tb_modifier.Name = "tb_modifier";
            this.tb_modifier.Size = new System.Drawing.Size(147, 21);
            this.tb_modifier.TabIndex = 13;
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(15, 157);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(29, 12);
            this.label6.TabIndex = 12;
            this.label6.Text = "状态";
            // 
            // tb_creater
            // 
            this.tb_creater.Enabled = false;
            this.tb_creater.Location = new System.Drawing.Point(74, 181);
            this.tb_creater.Name = "tb_creater";
            this.tb_creater.Size = new System.Drawing.Size(147, 21);
            this.tb_creater.TabIndex = 11;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(15, 103);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(53, 12);
            this.label5.TabIndex = 10;
            this.label5.Text = "产品型号";
            // 
            // tb_status
            // 
            this.tb_status.Enabled = false;
            this.tb_status.Location = new System.Drawing.Point(74, 154);
            this.tb_status.Name = "tb_status";
            this.tb_status.Size = new System.Drawing.Size(147, 21);
            this.tb_status.TabIndex = 9;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(15, 130);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(53, 12);
            this.label4.TabIndex = 8;
            this.label4.Text = "产品类型";
            // 
            // tb_productType
            // 
            this.tb_productType.Location = new System.Drawing.Point(74, 127);
            this.tb_productType.Name = "tb_productType";
            this.tb_productType.Size = new System.Drawing.Size(147, 21);
            this.tb_productType.TabIndex = 7;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(15, 265);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(53, 12);
            this.label3.TabIndex = 6;
            this.label3.Text = "英文描述";
            // 
            // tb_modelType
            // 
            this.tb_modelType.Location = new System.Drawing.Point(74, 100);
            this.tb_modelType.Name = "tb_modelType";
            this.tb_modelType.Size = new System.Drawing.Size(147, 21);
            this.tb_modelType.TabIndex = 5;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(15, 238);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(53, 12);
            this.label2.TabIndex = 4;
            this.label2.Text = "中文描述";
            // 
            // tb_productNo
            // 
            this.tb_productNo.Location = new System.Drawing.Point(74, 41);
            this.tb_productNo.Name = "tb_productNo";
            this.tb_productNo.Size = new System.Drawing.Size(147, 21);
            this.tb_productNo.TabIndex = 2;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(15, 45);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(29, 12);
            this.label1.TabIndex = 1;
            this.label1.Text = "编号";
            // 
            // toolStrip2
            // 
            this.toolStrip2.BackColor = System.Drawing.Color.Gainsboro;
            this.toolStrip2.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripLabel11});
            this.toolStrip2.Location = new System.Drawing.Point(3, 3);
            this.toolStrip2.Name = "toolStrip2";
            this.toolStrip2.Size = new System.Drawing.Size(287, 25);
            this.toolStrip2.TabIndex = 0;
            this.toolStrip2.Text = "toolStrip2";
            // 
            // toolStripLabel11
            // 
            this.toolStripLabel11.Name = "toolStripLabel11";
            this.toolStripLabel11.Size = new System.Drawing.Size(16, 22);
            this.toolStripLabel11.Text = "  ";
            // 
            // toolStripLabel2
            // 
            this.toolStripLabel2.Name = "toolStripLabel2";
            this.toolStripLabel2.Size = new System.Drawing.Size(0, 22);
            // 
            // toolBase
            // 
            this.toolBase.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripLabel2,
            this.toolBaseReg,
            this.toolBaseCopy,
            this.toolBaseEdit,
            this.toolBaseClear});
            this.toolBase.Location = new System.Drawing.Point(0, 0);
            this.toolBase.Name = "toolBase";
            this.toolBase.Size = new System.Drawing.Size(864, 25);
            this.toolBase.TabIndex = 1;
            this.toolBase.Text = "toolStrip1";
            // 
            // toolBaseReg
            // 
            this.toolBaseReg.Image = global::HYPDM.WinUI.Properties.Resources.download;
            this.toolBaseReg.Name = "toolBaseReg";
            this.toolBaseReg.Size = new System.Drawing.Size(52, 22);
            this.toolBaseReg.Text = "新建";
            this.toolBaseReg.ToolTipText = "新版本";
            this.toolBaseReg.Click += new System.EventHandler(this.toolBaseReg_Click);
            // 
            // toolBaseCopy
            // 
            this.toolBaseCopy.Image = global::HYPDM.WinUI.Properties.Resources.pagination_last;
            this.toolBaseCopy.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolBaseCopy.Name = "toolBaseCopy";
            this.toolBaseCopy.Size = new System.Drawing.Size(52, 22);
            this.toolBaseCopy.Text = "复制";
            this.toolBaseCopy.Click += new System.EventHandler(this.toolBaseCopy_Click);
            // 
            // toolBaseEdit
            // 
            this.toolBaseEdit.Image = ((System.Drawing.Image)(resources.GetObject("toolBaseEdit.Image")));
            this.toolBaseEdit.Name = "toolBaseEdit";
            this.toolBaseEdit.Size = new System.Drawing.Size(52, 22);
            this.toolBaseEdit.Text = "修改";
            this.toolBaseEdit.ToolTipText = "修改";
            this.toolBaseEdit.Click += new System.EventHandler(this.toolBaseEdit_Click);
            // 
            // toolBaseClear
            // 
            this.toolBaseClear.Image = global::HYPDM.WinUI.Properties.Resources.view;
            this.toolBaseClear.Name = "toolBaseClear";
            this.toolBaseClear.Size = new System.Drawing.Size(52, 22);
            this.toolBaseClear.Text = "清空";
            this.toolBaseClear.Click += new System.EventHandler(this.toolBaseClear_Click);
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.tabControl);
            this.groupBox2.Location = new System.Drawing.Point(316, 28);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(536, 394);
            this.groupBox2.TabIndex = 1;
            this.groupBox2.TabStop = false;
            // 
            // tabControl
            // 
            this.tabControl.Controls.Add(this.tab_Memo);
            this.tabControl.Controls.Add(this.tab_ProRecord);
            this.tabControl.Controls.Add(this.tab_Change);
            this.tabControl.Controls.Add(this.tab_Doc);
            this.tabControl.Controls.Add(this.tab_Drawing);
            this.tabControl.Controls.Add(this.tab_TelTask);
            this.tabControl.Controls.Add(this.tab_productStruct);
            this.tabControl.Controls.Add(this.tab_Version);
            this.tabControl.Controls.Add(this.tab_Extpro);
            this.tabControl.Location = new System.Drawing.Point(1, 10);
            this.tabControl.Name = "tabControl";
            this.tabControl.SelectedIndex = 0;
            this.tabControl.Size = new System.Drawing.Size(535, 384);
            this.tabControl.TabIndex = 0;
            // 
            // tab_Memo
            // 
            this.tab_Memo.Controls.Add(this.rtbMemo);
            this.tab_Memo.Location = new System.Drawing.Point(4, 22);
            this.tab_Memo.Name = "tab_Memo";
            this.tab_Memo.Padding = new System.Windows.Forms.Padding(3);
            this.tab_Memo.Size = new System.Drawing.Size(527, 358);
            this.tab_Memo.TabIndex = 0;
            this.tab_Memo.Text = "备注";
            this.tab_Memo.UseVisualStyleBackColor = true;
            // 
            // rtbMemo
            // 
            this.rtbMemo.Location = new System.Drawing.Point(6, 6);
            this.rtbMemo.Name = "rtbMemo";
            this.rtbMemo.Size = new System.Drawing.Size(515, 349);
            this.rtbMemo.TabIndex = 0;
            this.rtbMemo.Text = "";
            // 
            // tab_ProRecord
            // 
            this.tab_ProRecord.Controls.Add(this.toolProRecord);
            this.tab_ProRecord.Controls.Add(this.dgv_ProRecord);
            this.tab_ProRecord.Location = new System.Drawing.Point(4, 22);
            this.tab_ProRecord.Name = "tab_ProRecord";
            this.tab_ProRecord.Padding = new System.Windows.Forms.Padding(3);
            this.tab_ProRecord.Size = new System.Drawing.Size(527, 358);
            this.tab_ProRecord.TabIndex = 1;
            this.tab_ProRecord.Text = "变更申请";
            this.tab_ProRecord.UseVisualStyleBackColor = true;
            // 
            // toolProRecord
            // 
            this.toolProRecord.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolProRecordEdit,
            this.toolProRecordAdd});
            this.toolProRecord.Location = new System.Drawing.Point(3, 3);
            this.toolProRecord.Name = "toolProRecord";
            this.toolProRecord.Size = new System.Drawing.Size(521, 25);
            this.toolProRecord.TabIndex = 1;
            this.toolProRecord.Text = "toolStrip7";
            // 
            // toolProRecordEdit
            // 
            this.toolProRecordEdit.Image = ((System.Drawing.Image)(resources.GetObject("toolProRecordEdit.Image")));
            this.toolProRecordEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolProRecordEdit.Name = "toolProRecordEdit";
            this.toolProRecordEdit.Size = new System.Drawing.Size(52, 22);
            this.toolProRecordEdit.Text = "重启";
            this.toolProRecordEdit.Click += new System.EventHandler(this.toolProRecordEdit_Click);
            // 
            // toolProRecordAdd
            // 
            this.toolProRecordAdd.Image = global::HYPDM.WinUI.Properties.Resources.edit_add;
            this.toolProRecordAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolProRecordAdd.Name = "toolProRecordAdd";
            this.toolProRecordAdd.Size = new System.Drawing.Size(52, 22);
            this.toolProRecordAdd.Text = "添加";
            this.toolProRecordAdd.Visible = false;
            this.toolProRecordAdd.Click += new System.EventHandler(this.toolProRecordAdd_Click);
            // 
            // dgv_ProRecord
            // 
            this.dgv_ProRecord.AllowUserToAddRows = false;
            this.dgv_ProRecord.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.dgv_ProRecord.AutoGenerateColumns = false;
            this.dgv_ProRecord.BackgroundColor = System.Drawing.Color.AliceBlue;
            this.dgv_ProRecord.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.dgv_ProRecord.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgv_ProRecord.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.checkedDataGridViewCheckBoxColumn1,
            this.WFA_ID,
            this.OBJECTKEY,
            this.WFT_NAME,
            this.SUBJECT,
            this.STATUS,
            this.CREATEUSER});
            this.dgv_ProRecord.DataSource = this.bs_Data_ProRecord;
            dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle1.BackColor = System.Drawing.Color.GhostWhite;
            dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.dgv_ProRecord.DefaultCellStyle = dataGridViewCellStyle1;
            this.dgv_ProRecord.GridColor = System.Drawing.Color.DarkSeaGreen;
            this.dgv_ProRecord.Location = new System.Drawing.Point(3, 31);
            this.dgv_ProRecord.MultiSelect = false;
            this.dgv_ProRecord.Name = "dgv_ProRecord";
            this.dgv_ProRecord.ReadOnly = true;
            this.dgv_ProRecord.RowTemplate.DefaultCellStyle.SelectionBackColor = System.Drawing.Color.LightGray;
            this.dgv_ProRecord.RowTemplate.DefaultCellStyle.SelectionForeColor = System.Drawing.Color.Red;
            this.dgv_ProRecord.RowTemplate.Height = 23;
            this.dgv_ProRecord.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dgv_ProRecord.Size = new System.Drawing.Size(521, 325);
            this.dgv_ProRecord.TabIndex = 0;
            this.dgv_ProRecord.DoubleClick += new System.EventHandler(this.dgv_ProRecord_DoubleClick);
            // 
            // checkedDataGridViewCheckBoxColumn1
            // 
            this.checkedDataGridViewCheckBoxColumn1.DataPropertyName = "Checked";
            this.checkedDataGridViewCheckBoxColumn1.HeaderText = "选择";
            this.checkedDataGridViewCheckBoxColumn1.Name = "checkedDataGridViewCheckBoxColumn1";
            this.checkedDataGridViewCheckBoxColumn1.ReadOnly = true;
            this.checkedDataGridViewCheckBoxColumn1.Visible = false;
            this.checkedDataGridViewCheckBoxColumn1.Width = 50;
            // 
            // WFA_ID
            // 
            this.WFA_ID.DataPropertyName = "WFA_ID";
            this.WFA_ID.HeaderText = "流程ID";
            this.WFA_ID.Name = "WFA_ID";
            this.WFA_ID.ReadOnly = true;
            this.WFA_ID.Visible = false;
            // 
            // OBJECTKEY
            // 
            this.OBJECTKEY.DataPropertyName = "OBJECTKEY";
            this.OBJECTKEY.HeaderText = "半成品ID";
            this.OBJECTKEY.Name = "OBJECTKEY";
            this.OBJECTKEY.ReadOnly = true;
            this.OBJECTKEY.Visible = false;
            // 
            // WFT_NAME
            // 
            this.WFT_NAME.DataPropertyName = "WFT_NAME";
            this.WFT_NAME.HeaderText = "模板名称";
            this.WFT_NAME.Name = "WFT_NAME";
            this.WFT_NAME.ReadOnly = true;
            // 
            // SUBJECT
            // 
            this.SUBJECT.DataPropertyName = "SUBJECT";
            this.SUBJECT.HeaderText = "实例名称";
            this.SUBJECT.Name = "SUBJECT";
            this.SUBJECT.ReadOnly = true;
            // 
            // STATUS
            // 
            this.STATUS.DataPropertyName = "STATUS";
            this.STATUS.HeaderText = "状态";
            this.STATUS.Name = "STATUS";
            this.STATUS.ReadOnly = true;
            // 
            // CREATEUSER
            // 
            this.CREATEUSER.DataPropertyName = "CREATEUSER";
            this.CREATEUSER.HeaderText = "创建人";
            this.CREATEUSER.Name = "CREATEUSER";
            this.CREATEUSER.ReadOnly = true;
            // 
            // bs_Data_ProRecord
            // 
            this.bs_Data_ProRecord.DataSource = typeof(HYPDM.Entities.PDM_PRODUCT_PRORECORD);
            // 
            // tab_Change
            // 
            this.tab_Change.Controls.Add(this.dgv_Change);
            this.tab_Change.Controls.Add(this.toolChange);
            this.tab_Change.Location = new System.Drawing.Point(4, 22);
            this.tab_Change.Name = "tab_Change";
            this.tab_Change.Padding = new System.Windows.Forms.Padding(3);
            this.tab_Change.Size = new System.Drawing.Size(527, 358);
            this.tab_Change.TabIndex = 2;
            this.tab_Change.Text = "ECR";
            this.tab_Change.UseVisualStyleBackColor = true;
            // 
            // dgv_Change
            // 
            this.dgv_Change.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgv_Change.Location = new System.Drawing.Point(3, 31);
            this.dgv_Change.Name = "dgv_Change";
            this.dgv_Change.RowTemplate.Height = 23;
            this.dgv_Change.Size = new System.Drawing.Size(524, 325);
            this.dgv_Change.TabIndex = 1;
            // 
            // toolChange
            // 
            this.toolChange.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolChangeAdd,
            this.toolChangeDel});
            this.toolChange.Location = new System.Drawing.Point(3, 3);
            this.toolChange.Name = "toolChange";
            this.toolChange.Size = new System.Drawing.Size(521, 25);
            this.toolChange.TabIndex = 0;
            this.toolChange.Text = "toolStrip7";
            // 
            // toolChangeAdd
            // 
            this.toolChangeAdd.Image = ((System.Drawing.Image)(resources.GetObject("toolChangeAdd.Image")));
            this.toolChangeAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolChangeAdd.Name = "toolChangeAdd";
            this.toolChangeAdd.Size = new System.Drawing.Size(52, 22);
            this.toolChangeAdd.Text = "添加";
            this.toolChangeAdd.Click += new System.EventHandler(this.toolChangeAdd_Click);
            // 
            // toolChangeDel
            // 
            this.toolChangeDel.Image = ((System.Drawing.Image)(resources.GetObject("toolChangeDel.Image")));
            this.toolChangeDel.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolChangeDel.Name = "toolChangeDel";
            this.toolChangeDel.Size = new System.Drawing.Size(52, 22);
            this.toolChangeDel.Text = "删除";
            this.toolChangeDel.Click += new System.EventHandler(this.toolChangeDel_Click);
            // 
            // tab_Doc
            // 
            this.tab_Doc.Controls.Add(this.ucPageDoc);
            this.tab_Doc.Controls.Add(this.dgv_DocList);
            this.tab_Doc.Controls.Add(this.toolStrip4);
            this.tab_Doc.Location = new System.Drawing.Point(4, 22);
            this.tab_Doc.Name = "tab_Doc";
            this.tab_Doc.Padding = new System.Windows.Forms.Padding(3);
            this.tab_Doc.Size = new System.Drawing.Size(527, 358);
            this.tab_Doc.TabIndex = 3;
            this.tab_Doc.Text = "文档";
            this.tab_Doc.UseVisualStyleBackColor = true;
            // 
            // ucPageDoc
            // 
            this.ucPageDoc.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.ucPageDoc.ExportIsVisiable = false;
            this.ucPageDoc.Location = new System.Drawing.Point(3, 327);
            this.ucPageDoc.Name = "ucPageDoc";
            this.ucPageDoc.PageSize = 20;
            this.ucPageDoc.Size = new System.Drawing.Size(521, 28);
            this.ucPageDoc.TabIndex = 2;
            // 
            // dgv_DocList
            // 
            this.dgv_DocList.AllowUserToAddRows = false;
            this.dgv_DocList.AllowUserToDeleteRows = false;
            this.dgv_DocList.BackgroundColor = System.Drawing.Color.AliceBlue;
            this.dgv_DocList.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.dgv_DocList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgv_DocList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.DOCID,
            this.DOCNO,
            this.DOCVERSION,
            this.DOCSTATUS,
            this.DOCCREATEUSER});
            dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle2.BackColor = System.Drawing.Color.GhostWhite;
            dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.dgv_DocList.DefaultCellStyle = dataGridViewCellStyle2;
            this.dgv_DocList.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dgv_DocList.GridColor = System.Drawing.Color.DarkSeaGreen;
            this.dgv_DocList.Location = new System.Drawing.Point(3, 28);
            this.dgv_DocList.Name = "dgv_DocList";
            this.dgv_DocList.RowTemplate.DefaultCellStyle.SelectionBackColor = System.Drawing.Color.LightGray;
            this.dgv_DocList.RowTemplate.DefaultCellStyle.SelectionForeColor = System.Drawing.Color.Red;
            this.dgv_DocList.RowTemplate.Height = 23;
            this.dgv_DocList.Size = new System.Drawing.Size(521, 327);
            this.dgv_DocList.TabIndex = 1;
            // 
            // DOCID
            // 
            this.DOCID.DataPropertyName = "DOCID";
            this.DOCID.HeaderText = "文档ID";
            this.DOCID.Name = "DOCID";
            this.DOCID.Visible = false;
            // 
            // DOCNO
            // 
            this.DOCNO.DataPropertyName = "DOCNO";
            this.DOCNO.HeaderText = "文档编号";
            this.DOCNO.Name = "DOCNO";
            // 
            // DOCVERSION
            // 
            this.DOCVERSION.DataPropertyName = "VERSION";
            this.DOCVERSION.HeaderText = "文档版本";
            this.DOCVERSION.Name = "DOCVERSION";
            // 
            // DOCSTATUS
            // 
            this.DOCSTATUS.DataPropertyName = "DOCSTATUS";
            this.DOCSTATUS.HeaderText = "文档状态";
            this.DOCSTATUS.Name = "DOCSTATUS";
            // 
            // DOCCREATEUSER
            // 
            this.DOCCREATEUSER.DataPropertyName = "CREATEUSER";
            this.DOCCREATEUSER.HeaderText = "创建人";
            this.DOCCREATEUSER.Name = "DOCCREATEUSER";
            // 
            // toolStrip4
            // 
            this.toolStrip4.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsb_DocAdd,
            this.tsb_DocDel,
            this.tsb_DocLook});
            this.toolStrip4.Location = new System.Drawing.Point(3, 3);
            this.toolStrip4.Name = "toolStrip4";
            this.toolStrip4.Size = new System.Drawing.Size(521, 25);
            this.toolStrip4.TabIndex = 0;
            this.toolStrip4.Text = "toolStrip4";
            // 
            // tsb_DocAdd
            // 
            this.tsb_DocAdd.Image = global::HYPDM.WinUI.Properties.Resources.edit_add;
            this.tsb_DocAdd.Name = "tsb_DocAdd";
            this.tsb_DocAdd.Size = new System.Drawing.Size(52, 22);
            this.tsb_DocAdd.Text = "添加";
            this.tsb_DocAdd.Click += new System.EventHandler(this.tsb_DocAdd_Click);
            // 
            // tsb_DocDel
            // 
            this.tsb_DocDel.Image = global::HYPDM.WinUI.Properties.Resources.edit_remove;
            this.tsb_DocDel.Name = "tsb_DocDel";
            this.tsb_DocDel.Size = new System.Drawing.Size(52, 22);
            this.tsb_DocDel.Text = "删除";
            this.tsb_DocDel.Click += new System.EventHandler(this.tsb_DocDel_Click);
            // 
            // tsb_DocLook
            // 
            this.tsb_DocLook.Image = global::HYPDM.WinUI.Properties.Resources.view;
            this.tsb_DocLook.Name = "tsb_DocLook";
            this.tsb_DocLook.Size = new System.Drawing.Size(52, 22);
            this.tsb_DocLook.Text = "查看";
            this.tsb_DocLook.Click += new System.EventHandler(this.tsb_DocLook_Click);
            // 
            // tab_Drawing
            // 
            this.tab_Drawing.Controls.Add(this.ucPagingDraw);
            this.tab_Drawing.Controls.Add(this.dgv_DrawList);
            this.tab_Drawing.Controls.Add(this.toolStrip5);
            this.tab_Drawing.Location = new System.Drawing.Point(4, 22);
            this.tab_Drawing.Name = "tab_Drawing";
            this.tab_Drawing.Padding = new System.Windows.Forms.Padding(3);
            this.tab_Drawing.Size = new System.Drawing.Size(527, 358);
            this.tab_Drawing.TabIndex = 4;
            this.tab_Drawing.Text = "图纸";
            this.tab_Drawing.UseVisualStyleBackColor = true;
            // 
            // ucPagingDraw
            // 
            this.ucPagingDraw.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.ucPagingDraw.ExportIsVisiable = false;
            this.ucPagingDraw.Location = new System.Drawing.Point(3, 327);
            this.ucPagingDraw.Name = "ucPagingDraw";
            this.ucPagingDraw.PageSize = 20;
            this.ucPagingDraw.Size = new System.Drawing.Size(521, 28);
            this.ucPagingDraw.TabIndex = 2;
            // 
            // dgv_DrawList
            // 
            this.dgv_DrawList.AllowUserToAddRows = false;
            this.dgv_DrawList.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.dgv_DrawList.BackgroundColor = System.Drawing.Color.AliceBlue;
            this.dgv_DrawList.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.dgv_DrawList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgv_DrawList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.DRAWID,
            this.DRAWNO,
            this.DRAWVERSION,
            this.DRAWDOCSTATUS,
            this.DRAWCREATEUSER});
            dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle3.BackColor = System.Drawing.Color.GhostWhite;
            dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.dgv_DrawList.DefaultCellStyle = dataGridViewCellStyle3;
            this.dgv_DrawList.GridColor = System.Drawing.Color.DarkSeaGreen;
            this.dgv_DrawList.Location = new System.Drawing.Point(3, 28);
            this.dgv_DrawList.Name = "dgv_DrawList";
            this.dgv_DrawList.RowTemplate.DefaultCellStyle.SelectionBackColor = System.Drawing.Color.LightGray;
            this.dgv_DrawList.RowTemplate.DefaultCellStyle.SelectionForeColor = System.Drawing.Color.Red;
            this.dgv_DrawList.RowTemplate.Height = 23;
            this.dgv_DrawList.Size = new System.Drawing.Size(521, 299);
            this.dgv_DrawList.TabIndex = 1;
            // 
            // DRAWID
            // 
            this.DRAWID.DataPropertyName = "DOCID";
            this.DRAWID.HeaderText = "图纸ID";
            this.DRAWID.Name = "DRAWID";
            this.DRAWID.Visible = false;
            // 
            // DRAWNO
            // 
            this.DRAWNO.DataPropertyName = "DOCNO";
            this.DRAWNO.HeaderText = "图纸编号";
            this.DRAWNO.Name = "DRAWNO";
            // 
            // DRAWVERSION
            // 
            this.DRAWVERSION.DataPropertyName = "VERSION";
            this.DRAWVERSION.HeaderText = "图纸版本";
            this.DRAWVERSION.Name = "DRAWVERSION";
            // 
            // DRAWDOCSTATUS
            // 
            this.DRAWDOCSTATUS.DataPropertyName = "DOCSTATUS";
            this.DRAWDOCSTATUS.HeaderText = "状态";
            this.DRAWDOCSTATUS.Name = "DRAWDOCSTATUS";
            // 
            // DRAWCREATEUSER
            // 
            this.DRAWCREATEUSER.DataPropertyName = "CREATEUSER";
            this.DRAWCREATEUSER.HeaderText = "创建人";
            this.DRAWCREATEUSER.Name = "DRAWCREATEUSER";
            // 
            // toolStrip5
            // 
            this.toolStrip5.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolDrawAdd,
            this.toolDrawDel,
            this.toolDrawLook});
            this.toolStrip5.Location = new System.Drawing.Point(3, 3);
            this.toolStrip5.Name = "toolStrip5";
            this.toolStrip5.Size = new System.Drawing.Size(521, 25);
            this.toolStrip5.TabIndex = 0;
            this.toolStrip5.Text = "toolStrip5";
            // 
            // toolDrawAdd
            // 
            this.toolDrawAdd.Image = global::HYPDM.WinUI.Properties.Resources.edit_add;
            this.toolDrawAdd.Name = "toolDrawAdd";
            this.toolDrawAdd.Size = new System.Drawing.Size(52, 22);
            this.toolDrawAdd.Text = "添加";
            this.toolDrawAdd.Click += new System.EventHandler(this.toolDrawAdd_Click);
            // 
            // toolDrawDel
            // 
            this.toolDrawDel.Image = global::HYPDM.WinUI.Properties.Resources.edit_remove;
            this.toolDrawDel.Name = "toolDrawDel";
            this.toolDrawDel.Size = new System.Drawing.Size(52, 22);
            this.toolDrawDel.Text = "删除";
            this.toolDrawDel.Click += new System.EventHandler(this.toolDrawDel_Click);
            // 
            // toolDrawLook
            // 
            this.toolDrawLook.Image = global::HYPDM.WinUI.Properties.Resources.view;
            this.toolDrawLook.Name = "toolDrawLook";
            this.toolDrawLook.Size = new System.Drawing.Size(52, 22);
            this.toolDrawLook.Text = "查看";
            this.toolDrawLook.Click += new System.EventHandler(this.toolDrawLook_Click);
            // 
            // tab_TelTask
            // 
            this.tab_TelTask.Controls.Add(this.dataGridView4);
            this.tab_TelTask.Controls.Add(this.toolStrip6);
            this.tab_TelTask.Location = new System.Drawing.Point(4, 22);
            this.tab_TelTask.Name = "tab_TelTask";
            this.tab_TelTask.Padding = new System.Windows.Forms.Padding(3);
            this.tab_TelTask.Size = new System.Drawing.Size(527, 358);
            this.tab_TelTask.TabIndex = 5;
            this.tab_TelTask.Text = "技术任务单";
            this.tab_TelTask.UseVisualStyleBackColor = true;
            // 
            // dataGridView4
            // 
            this.dataGridView4.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.dataGridView4.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridView4.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.Column15,
            this.Column16,
            this.Column17,
            this.Column18});
            this.dataGridView4.Location = new System.Drawing.Point(0, 32);
            this.dataGridView4.Name = "dataGridView4";
            this.dataGridView4.RowTemplate.Height = 23;
            this.dataGridView4.Size = new System.Drawing.Size(524, 324);
            this.dataGridView4.TabIndex = 1;
            // 
            // Column15
            // 
            this.Column15.HeaderText = "编号";
            this.Column15.Name = "Column15";
            // 
            // Column16
            // 
            this.Column16.HeaderText = "状态";
            this.Column16.Name = "Column16";
            // 
            // Column17
            // 
            this.Column17.HeaderText = "负责人";
            this.Column17.Name = "Column17";
            // 
            // Column18
            // 
            this.Column18.HeaderText = "技术内容";
            this.Column18.Name = "Column18";
            // 
            // toolStrip6
            // 
            this.toolStrip6.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripLabel48,
            this.toolStripLabel49});
            this.toolStrip6.Location = new System.Drawing.Point(3, 3);
            this.toolStrip6.Name = "toolStrip6";
            this.toolStrip6.Size = new System.Drawing.Size(521, 25);
            this.toolStrip6.TabIndex = 0;
            this.toolStrip6.Text = "toolStrip6";
            // 
            // toolStripLabel48
            // 
            this.toolStripLabel48.Image = global::HYPDM.WinUI.Properties.Resources.edit_add;
            this.toolStripLabel48.Name = "toolStripLabel48";
            this.toolStripLabel48.Size = new System.Drawing.Size(48, 22);
            this.toolStripLabel48.Text = "添加";
            // 
            // toolStripLabel49
            // 
            this.toolStripLabel49.Image = global::HYPDM.WinUI.Properties.Resources.edit_remove;
            this.toolStripLabel49.Name = "toolStripLabel49";
            this.toolStripLabel49.Size = new System.Drawing.Size(48, 22);
            this.toolStripLabel49.Text = "删除";
            // 
            // tab_productStruct
            // 
            this.tab_productStruct.Controls.Add(this.structComb);
            this.tab_productStruct.Location = new System.Drawing.Point(4, 22);
            this.tab_productStruct.Name = "tab_productStruct";
            this.tab_productStruct.Padding = new System.Windows.Forms.Padding(3);
            this.tab_productStruct.Size = new System.Drawing.Size(527, 358);
            this.tab_productStruct.TabIndex = 6;
            this.tab_productStruct.Text = "产品结构";
            this.tab_productStruct.UseVisualStyleBackColor = true;
            // 
            // structComb
            // 
            this.structComb.Controls.Add(this.list_productTreeStruct);
            this.structComb.Controls.Add(this.toolStruct);
            this.structComb.Controls.Add(this.bt_StructSearch);
            this.structComb.Controls.Add(this.cb_structPro);
            this.structComb.Controls.Add(this.tb_structProValue);
            this.structComb.Dock = System.Windows.Forms.DockStyle.Fill;
            this.structComb.Location = new System.Drawing.Point(3, 3);
            this.structComb.Name = "structComb";
            this.structComb.Size = new System.Drawing.Size(521, 352);
            this.structComb.TabIndex = 5;
            // 
            // list_productTreeStruct
            // 
            this.list_productTreeStruct.CheckBoxes = System.Windows.Forms.CheckBoxesTypes.Recursive;
            this.list_productTreeStruct.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.ObjectNo,
            this.ObjectVersion,
            this.ObjectNum,
            this.ObjectModel,
            this.ObjectSort,
            this.ObjectMemo});
            treeListViewItemCollectionComparer1.Column = 0;
            treeListViewItemCollectionComparer1.SortOrder = System.Windows.Forms.SortOrder.None;
            this.list_productTreeStruct.Comparer = treeListViewItemCollectionComparer1;
            this.list_productTreeStruct.GridLines = true;
            this.list_productTreeStruct.Location = new System.Drawing.Point(0, 59);
            this.list_productTreeStruct.MultiSelect = false;
            this.list_productTreeStruct.Name = "list_productTreeStruct";
            this.list_productTreeStruct.Size = new System.Drawing.Size(521, 294);
            this.list_productTreeStruct.SmallImageList = this.image_productStruct;
            this.list_productTreeStruct.Sorting = System.Windows.Forms.SortOrder.None;
            this.list_productTreeStruct.TabIndex = 5;
            this.list_productTreeStruct.UseCompatibleStateImageBehavior = false;
            // 
            // ObjectNo
            // 
            this.ObjectNo.Text = "编号";
            this.ObjectNo.Width = 126;
            // 
            // ObjectVersion
            // 
            this.ObjectVersion.Text = "版本号";
            this.ObjectVersion.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.ObjectVersion.Width = 79;
            // 
            // ObjectNum
            // 
            this.ObjectNum.Text = "数量";
            this.ObjectNum.Width = 45;
            // 
            // ObjectModel
            // 
            this.ObjectModel.Text = "规格代号";
            this.ObjectModel.Width = 78;
            // 
            // ObjectSort
            // 
            this.ObjectSort.Text = "顺序";
            this.ObjectSort.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.ObjectSort.Width = 55;
            // 
            // ObjectMemo
            // 
            this.ObjectMemo.Text = "描述";
            this.ObjectMemo.Width = 103;
            // 
            // image_productStruct
            // 
            this.image_productStruct.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("image_productStruct.ImageStream")));
            this.image_productStruct.TransparentColor = System.Drawing.Color.Transparent;
            this.image_productStruct.Images.SetKeyName(0, "525FLOP1.ICO");
            this.image_productStruct.Images.SetKeyName(1, "CLSDFOLD.ICO");
            this.image_productStruct.Images.SetKeyName(2, "NOTE12.ICO");
            this.image_productStruct.Images.SetKeyName(3, "OPENFOLD.ICO");
            // 
            // toolStruct
            // 
            this.toolStruct.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStructAdd,
            this.toolStripLabel14,
            this.toolStructDel,
            this.toolStructEdit,
            this.toolStructSave,
            this.toolStructReplace,
            this.toolStructInsert});
            this.toolStruct.Location = new System.Drawing.Point(0, 0);
            this.toolStruct.Name = "toolStruct";
            this.toolStruct.Size = new System.Drawing.Size(521, 25);
            this.toolStruct.TabIndex = 0;
            this.toolStruct.Text = "toolStrip3";
            // 
            // toolStructAdd
            // 
            this.toolStructAdd.Image = global::HYPDM.WinUI.Properties.Resources.edit_add;
            this.toolStructAdd.Name = "toolStructAdd";
            this.toolStructAdd.Size = new System.Drawing.Size(23, 22);
            this.toolStructAdd.ToolTipText = "添加部件";
            this.toolStructAdd.Click += new System.EventHandler(this.toolStructAdd_Click);
            // 
            // toolStripLabel14
            // 
            this.toolStripLabel14.Name = "toolStripLabel14";
            this.toolStripLabel14.Size = new System.Drawing.Size(0, 22);
            this.toolStripLabel14.ToolTipText = " ";
            // 
            // toolStructDel
            // 
            this.toolStructDel.Image = global::HYPDM.WinUI.Properties.Resources.edit_remove;
            this.toolStructDel.Name = "toolStructDel";
            this.toolStructDel.Size = new System.Drawing.Size(23, 22);
            this.toolStructDel.ToolTipText = "删除";
            this.toolStructDel.Click += new System.EventHandler(this.toolStructDel_Click);
            // 
            // toolStructEdit
            // 
            this.toolStructEdit.Image = ((System.Drawing.Image)(resources.GetObject("toolStructEdit.Image")));
            this.toolStructEdit.Name = "toolStructEdit";
            this.toolStructEdit.Size = new System.Drawing.Size(23, 22);
            this.toolStructEdit.ToolTipText = "修改";
            this.toolStructEdit.Click += new System.EventHandler(this.toolStructEdit_Click);
            // 
            // toolStructSave
            // 
            this.toolStructSave.Image = ((System.Drawing.Image)(resources.GetObject("toolStructSave.Image")));
            this.toolStructSave.Name = "toolStructSave";
            this.toolStructSave.Size = new System.Drawing.Size(23, 22);
            this.toolStructSave.ToolTipText = "保存查询结果";
            this.toolStructSave.Click += new System.EventHandler(this.toolStructSave_Click);
            // 
            // toolStructReplace
            // 
            this.toolStructReplace.Image = ((System.Drawing.Image)(resources.GetObject("toolStructReplace.Image")));
            this.toolStructReplace.Name = "toolStructReplace";
            this.toolStructReplace.Size = new System.Drawing.Size(23, 22);
            this.toolStructReplace.ToolTipText = "替换结构";
            this.toolStructReplace.Click += new System.EventHandler(this.toolStructReplace_Click);
            // 
            // toolStructInsert
            // 
            this.toolStructInsert.Image = ((System.Drawing.Image)(resources.GetObject("toolStructInsert.Image")));
            this.toolStructInsert.Name = "toolStructInsert";
            this.toolStructInsert.Size = new System.Drawing.Size(23, 22);
            this.toolStructInsert.ToolTipText = "插入";
            this.toolStructInsert.Click += new System.EventHandler(this.toolStructInsert_Click);
            // 
            // bt_StructSearch
            // 
            this.bt_StructSearch.Image = global::HYPDM.WinUI.Properties.Resources.search;
            this.bt_StructSearch.Location = new System.Drawing.Point(205, 31);
            this.bt_StructSearch.Name = "bt_StructSearch";
            this.bt_StructSearch.Size = new System.Drawing.Size(25, 22);
            this.bt_StructSearch.TabIndex = 4;
            this.bt_StructSearch.UseVisualStyleBackColor = true;
            this.bt_StructSearch.Click += new System.EventHandler(this.bt_StructSearch_Click);
            // 
            // cb_structPro
            // 
            this.cb_structPro.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cb_structPro.FormattingEnabled = true;
            this.cb_structPro.Location = new System.Drawing.Point(12, 31);
            this.cb_structPro.Name = "cb_structPro";
            this.cb_structPro.Size = new System.Drawing.Size(70, 20);
            this.cb_structPro.TabIndex = 2;
            // 
            // tb_structProValue
            // 
            this.tb_structProValue.Location = new System.Drawing.Point(88, 31);
            this.tb_structProValue.Name = "tb_structProValue";
            this.tb_structProValue.Size = new System.Drawing.Size(111, 21);
            this.tb_structProValue.TabIndex = 3;
            // 
            // tab_Version
            // 
            this.tab_Version.Controls.Add(this.toolVersion);
            this.tab_Version.Controls.Add(this.dgv_Product);
            this.tab_Version.Location = new System.Drawing.Point(4, 22);
            this.tab_Version.Name = "tab_Version";
            this.tab_Version.Padding = new System.Windows.Forms.Padding(3);
            this.tab_Version.Size = new System.Drawing.Size(527, 358);
            this.tab_Version.TabIndex = 7;
            this.tab_Version.Text = "版本";
            this.tab_Version.UseVisualStyleBackColor = true;
            // 
            // toolVersion
            // 
            this.toolVersion.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolVersionCompare,
            this.toolVersionNo,
            this.toolVersionQuery});
            this.toolVersion.Location = new System.Drawing.Point(3, 3);
            this.toolVersion.Name = "toolVersion";
            this.toolVersion.Size = new System.Drawing.Size(521, 25);
            this.toolVersion.TabIndex = 1;
            this.toolVersion.Text = "toolStrip7";
            // 
            // toolVersionCompare
            // 
            this.toolVersionCompare.Image = ((System.Drawing.Image)(resources.GetObject("toolVersionCompare.Image")));
            this.toolVersionCompare.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolVersionCompare.Name = "toolVersionCompare";
            this.toolVersionCompare.Size = new System.Drawing.Size(52, 22);
            this.toolVersionCompare.Text = "比较";
            this.toolVersionCompare.Click += new System.EventHandler(this.toolVersionCompare_Click);
            // 
            // toolVersionNo
            // 
            this.toolVersionNo.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.toolVersionNo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.toolVersionNo.Name = "toolVersionNo";
            this.toolVersionNo.Size = new System.Drawing.Size(121, 25);
            this.toolVersionNo.ToolTipText = "请输入产品编号";
            // 
            // toolVersionQuery
            // 
            this.toolVersionQuery.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.toolVersionQuery.Image = ((System.Drawing.Image)(resources.GetObject("toolVersionQuery.Image")));
            this.toolVersionQuery.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolVersionQuery.Name = "toolVersionQuery";
            this.toolVersionQuery.Size = new System.Drawing.Size(52, 22);
            this.toolVersionQuery.Text = "查询";
            this.toolVersionQuery.Click += new System.EventHandler(this.toolVersionQuery_Click);
            // 
            // dgv_Product
            // 
            this.dgv_Product.AllowUserToAddRows = false;
            this.dgv_Product.AllowUserToDeleteRows = false;
            this.dgv_Product.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgv_Product.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.checkedDataGridViewCheckBoxColumn,
            this.Column11,
            this.Column1,
            this.Column2,
            this.Column3,
            this.Column4,
            this.Column5,
            this.Column10});
            this.dgv_Product.Location = new System.Drawing.Point(-2, 30);
            this.dgv_Product.Name = "dgv_Product";
            this.dgv_Product.ReadOnly = true;
            this.dgv_Product.RowTemplate.Height = 23;
            this.dgv_Product.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dgv_Product.Size = new System.Drawing.Size(523, 324);
            this.dgv_Product.TabIndex = 0;
            this.dgv_Product.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgv_Product_CellContentClick);
            // 
            // checkedDataGridViewCheckBoxColumn
            // 
            this.checkedDataGridViewCheckBoxColumn.HeaderText = "";
            this.checkedDataGridViewCheckBoxColumn.Name = "checkedDataGridViewCheckBoxColumn";
            this.checkedDataGridViewCheckBoxColumn.ReadOnly = true;
            this.checkedDataGridViewCheckBoxColumn.Width = 50;
            // 
            // Column11
            // 
            this.Column11.DataPropertyName = "PRODUCTID";
            this.Column11.HeaderText = "主键";
            this.Column11.Name = "Column11";
            this.Column11.ReadOnly = true;
            this.Column11.Visible = false;
            // 
            // Column1
            // 
            this.Column1.DataPropertyName = "PRODUCTNO";
            this.Column1.HeaderText = "编号";
            this.Column1.Name = "Column1";
            this.Column1.ReadOnly = true;
            // 
            // Column2
            // 
            this.Column2.DataPropertyName = "VERSION";
            this.Column2.HeaderText = "版本";
            this.Column2.Name = "Column2";
            this.Column2.ReadOnly = true;
            // 
            // Column3
            // 
            this.Column3.DataPropertyName = "MODELTYPE";
            this.Column3.HeaderText = "型号";
            this.Column3.Name = "Column3";
            this.Column3.ReadOnly = true;
            // 
            // Column4
            // 
            this.Column4.DataPropertyName = "PRODUCTTYPE";
            this.Column4.HeaderText = "类型";
            this.Column4.Name = "Column4";
            this.Column4.ReadOnly = true;
            // 
            // Column5
            // 
            this.Column5.DataPropertyName = "STATUS";
            this.Column5.HeaderText = "状态";
            this.Column5.Name = "Column5";
            this.Column5.ReadOnly = true;
            // 
            // Column10
            // 
            this.Column10.DataPropertyName = "MEMO_ZH";
            this.Column10.HeaderText = "中文描述";
            this.Column10.Name = "Column10";
            this.Column10.ReadOnly = true;
            this.Column10.Width = 150;
            // 
            // tab_Extpro
            // 
            this.tab_Extpro.Controls.Add(this.dgvExptendProperties);
            this.tab_Extpro.Controls.Add(this.toolStrip1);
            this.tab_Extpro.Location = new System.Drawing.Point(4, 22);
            this.tab_Extpro.Name = "tab_Extpro";
            this.tab_Extpro.Padding = new System.Windows.Forms.Padding(3);
            this.tab_Extpro.Size = new System.Drawing.Size(527, 358);
            this.tab_Extpro.TabIndex = 8;
            this.tab_Extpro.Text = "扩展属性";
            this.tab_Extpro.UseVisualStyleBackColor = true;
            // 
            // dgvExptendProperties
            // 
            this.dgvExptendProperties.AllowUserToAddRows = false;
            this.dgvExptendProperties.BackgroundColor = System.Drawing.Color.AliceBlue;
            this.dgvExptendProperties.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.dgvExptendProperties.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgvExptendProperties.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.PARAMS_NAME,
            this.TARGET_COLNAME,
            this.colValue});
            dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle6.BackColor = System.Drawing.Color.GhostWhite;
            dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.dgvExptendProperties.DefaultCellStyle = dataGridViewCellStyle6;
            this.dgvExptendProperties.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dgvExptendProperties.GridColor = System.Drawing.Color.DarkSeaGreen;
            this.dgvExptendProperties.Location = new System.Drawing.Point(3, 28);
            this.dgvExptendProperties.Name = "dgvExptendProperties";
            this.dgvExptendProperties.RowTemplate.DefaultCellStyle.SelectionBackColor = System.Drawing.Color.LightGray;
            this.dgvExptendProperties.RowTemplate.DefaultCellStyle.SelectionForeColor = System.Drawing.Color.Red;
            this.dgvExptendProperties.RowTemplate.Height = 23;
            this.dgvExptendProperties.Size = new System.Drawing.Size(521, 327);
            this.dgvExptendProperties.TabIndex = 27;
            // 
            // PARAMS_NAME
            // 
            this.PARAMS_NAME.DataPropertyName = "PARAMS_NAME";
            dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            this.PARAMS_NAME.DefaultCellStyle = dataGridViewCellStyle4;
            this.PARAMS_NAME.HeaderText = "属性值";
            this.PARAMS_NAME.Name = "PARAMS_NAME";
            this.PARAMS_NAME.Width = 280;
            // 
            // TARGET_COLNAME
            // 
            this.TARGET_COLNAME.DataPropertyName = "TARGET_COLNAME";
            this.TARGET_COLNAME.HeaderText = "TARGET_COLNAME";
            this.TARGET_COLNAME.Name = "TARGET_COLNAME";
            this.TARGET_COLNAME.Visible = false;
            // 
            // colValue
            // 
            this.colValue.DataPropertyName = "colValue";
            dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            this.colValue.DefaultCellStyle = dataGridViewCellStyle5;
            this.colValue.HeaderText = "属性值";
            this.colValue.Name = "colValue";
            this.colValue.Width = 280;
            // 
            // toolStrip1
            // 
            this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolExt_Add});
            this.toolStrip1.Location = new System.Drawing.Point(3, 3);
            this.toolStrip1.Name = "toolStrip1";
            this.toolStrip1.Size = new System.Drawing.Size(521, 25);
            this.toolStrip1.TabIndex = 26;
            this.toolStrip1.Text = "toolStrip1";
            // 
            // toolExt_Add
            // 
            this.toolExt_Add.Image = ((System.Drawing.Image)(resources.GetObject("toolExt_Add.Image")));
            this.toolExt_Add.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolExt_Add.Name = "toolExt_Add";
            this.toolExt_Add.Size = new System.Drawing.Size(76, 22);
            this.toolExt_Add.Text = "添加属性";
            this.toolExt_Add.Click += new System.EventHandler(this.toolExt_Add_Click);
            // 
            // contextMenuStrip1
            // 
            this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.新建ToolStripMenuItem,
            this.结构ToolStripMenuItem,
            this.展开ToolStripMenuItem,
            this.toolStripSeparator1,
            this.打开ToolStripMenuItem,
            this.复制ToolStripMenuItem,
            this.发送ToolStripMenuItem,
            this.toolStripSeparator2,
            this.注册流程ToolStripMenuItem,
            this.对象比较ToolStripMenuItem,
            this.eRP集成ToolStripMenuItem,
            this.工艺权限ToolStripMenuItem});
            this.contextMenuStrip1.Name = "contextMenuStrip1";
            this.contextMenuStrip1.Size = new System.Drawing.Size(125, 236);
            // 
            // 新建ToolStripMenuItem
            // 
            this.新建ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.产品1ToolStripMenuItem,
            this.产品2ToolStripMenuItem});
            this.新建ToolStripMenuItem.Name = "新建ToolStripMenuItem";
            this.新建ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
            this.新建ToolStripMenuItem.Text = "新建";
            // 
            // 产品1ToolStripMenuItem
            // 
            this.产品1ToolStripMenuItem.Name = "产品1ToolStripMenuItem";
            this.产品1ToolStripMenuItem.Size = new System.Drawing.Size(107, 22);
            this.产品1ToolStripMenuItem.Text = "产品1";
            // 
            // 产品2ToolStripMenuItem
            // 
            this.产品2ToolStripMenuItem.Name = "产品2ToolStripMenuItem";
            this.产品2ToolStripMenuItem.Size = new System.Drawing.Size(107, 22);
            this.产品2ToolStripMenuItem.Text = "产品2";
            // 
            // 结构ToolStripMenuItem
            // 
            this.结构ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.产品结构ToolStripMenuItem,
            this.添加下层ToolStripMenuItem,
            this.删除关联ToolStripMenuItem,
            this.bOM顺序重排ToolStripMenuItem,
            this.替换为ToolStripMenuItem,
            this.插入ToolStripMenuItem});
            this.结构ToolStripMenuItem.Name = "结构ToolStripMenuItem";
            this.结构ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
            this.结构ToolStripMenuItem.Text = "结构";
            // 
            // 产品结构ToolStripMenuItem
            // 
            this.产品结构ToolStripMenuItem.Name = "产品结构ToolStripMenuItem";
            this.产品结构ToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
            this.产品结构ToolStripMenuItem.Text = "产品结构";
            // 
            // 添加下层ToolStripMenuItem
            // 
            this.添加下层ToolStripMenuItem.Name = "添加下层ToolStripMenuItem";
            this.添加下层ToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
            this.添加下层ToolStripMenuItem.Text = "添加下层";
            // 
            // 删除关联ToolStripMenuItem
            // 
            this.删除关联ToolStripMenuItem.Name = "删除关联ToolStripMenuItem";
            this.删除关联ToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
            this.删除关联ToolStripMenuItem.Text = "删除关联";
            // 
            // bOM顺序重排ToolStripMenuItem
            // 
            this.bOM顺序重排ToolStripMenuItem.Name = "bOM顺序重排ToolStripMenuItem";
            this.bOM顺序重排ToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
            this.bOM顺序重排ToolStripMenuItem.Text = "BOM顺序重排";
            // 
            // 替换为ToolStripMenuItem
            // 
            this.替换为ToolStripMenuItem.Name = "替换为ToolStripMenuItem";
            this.替换为ToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
            this.替换为ToolStripMenuItem.Text = "替换为...";
            // 
            // 插入ToolStripMenuItem
            // 
            this.插入ToolStripMenuItem.Name = "插入ToolStripMenuItem";
            this.插入ToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
            this.插入ToolStripMenuItem.Text = "插入...";
            // 
            // 展开ToolStripMenuItem
            // 
            this.展开ToolStripMenuItem.Name = "展开ToolStripMenuItem";
            this.展开ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
            this.展开ToolStripMenuItem.Text = "展开";
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(121, 6);
            // 
            // 打开ToolStripMenuItem
            // 
            this.打开ToolStripMenuItem.Name = "打开ToolStripMenuItem";
            this.打开ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
            this.打开ToolStripMenuItem.Text = "打开";
            // 
            // 复制ToolStripMenuItem
            // 
            this.复制ToolStripMenuItem.Name = "复制ToolStripMenuItem";
            this.复制ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
            this.复制ToolStripMenuItem.Text = "复制";
            // 
            // 发送ToolStripMenuItem
            // 
            this.发送ToolStripMenuItem.Name = "发送ToolStripMenuItem";
            this.发送ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
            this.发送ToolStripMenuItem.Text = "发送";
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(121, 6);
            // 
            // 注册流程ToolStripMenuItem
            // 
            this.注册流程ToolStripMenuItem.Name = "注册流程ToolStripMenuItem";
            this.注册流程ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
            this.注册流程ToolStripMenuItem.Text = "注册流程";
            // 
            // 对象比较ToolStripMenuItem
            // 
            this.对象比较ToolStripMenuItem.Name = "对象比较ToolStripMenuItem";
            this.对象比较ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
            this.对象比较ToolStripMenuItem.Text = "对象比较";
            // 
            // eRP集成ToolStripMenuItem
            // 
            this.eRP集成ToolStripMenuItem.Name = "eRP集成ToolStripMenuItem";
            this.eRP集成ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
            this.eRP集成ToolStripMenuItem.Text = "ERP集成";
            // 
            // 工艺权限ToolStripMenuItem
            // 
            this.工艺权限ToolStripMenuItem.Name = "工艺权限ToolStripMenuItem";
            this.工艺权限ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
            this.工艺权限ToolStripMenuItem.Text = "工艺权限";
            // 
            // PartsConfForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(864, 426);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.toolBase);
            this.Controls.Add(this.groupBox1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "PartsConfForm";
            this.Tag = "";
            this.Text = "半成品";
            this.groupBox1.ResumeLayout(false);
            this.tabControl1.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            this.tabPage1.PerformLayout();
            this.toolStrip2.ResumeLayout(false);
            this.toolStrip2.PerformLayout();
            this.toolBase.ResumeLayout(false);
            this.toolBase.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.tabControl.ResumeLayout(false);
            this.tab_Memo.ResumeLayout(false);
            this.tab_ProRecord.ResumeLayout(false);
            this.tab_ProRecord.PerformLayout();
            this.toolProRecord.ResumeLayout(false);
            this.toolProRecord.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgv_ProRecord)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.bs_Data_ProRecord)).EndInit();
            this.tab_Change.ResumeLayout(false);
            this.tab_Change.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgv_Change)).EndInit();
            this.toolChange.ResumeLayout(false);
            this.toolChange.PerformLayout();
            this.tab_Doc.ResumeLayout(false);
            this.tab_Doc.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgv_DocList)).EndInit();
            this.toolStrip4.ResumeLayout(false);
            this.toolStrip4.PerformLayout();
            this.tab_Drawing.ResumeLayout(false);
            this.tab_Drawing.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgv_DrawList)).EndInit();
            this.toolStrip5.ResumeLayout(false);
            this.toolStrip5.PerformLayout();
            this.tab_TelTask.ResumeLayout(false);
            this.tab_TelTask.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView4)).EndInit();
            this.toolStrip6.ResumeLayout(false);
            this.toolStrip6.PerformLayout();
            this.tab_productStruct.ResumeLayout(false);
            this.structComb.ResumeLayout(false);
            this.structComb.PerformLayout();
            this.toolStruct.ResumeLayout(false);
            this.toolStruct.PerformLayout();
            this.tab_Version.ResumeLayout(false);
            this.tab_Version.PerformLayout();
            this.toolVersion.ResumeLayout(false);
            this.toolVersion.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgv_Product)).EndInit();
            this.tab_Extpro.ResumeLayout(false);
            this.tab_Extpro.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvExptendProperties)).EndInit();
            this.toolStrip1.ResumeLayout(false);
            this.toolStrip1.PerformLayout();
            this.contextMenuStrip1.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }
 /// <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(CentralServerConfigForm));
     System.Windows.Forms.TreeListViewItemCollection.TreeListViewItemCollectionComparer treeListViewItemCollectionComparer1 = new System.Windows.Forms.TreeListViewItemCollection.TreeListViewItemCollectionComparer();
     this.listView1                = new CCWin.SkinControl.SkinListView();
     this.columnHeader1            = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.imageList1               = new System.Windows.Forms.ImageList(this.components);
     this.tabControl1              = new System.Windows.Forms.TabControl();
     this.tabPage1                 = new System.Windows.Forms.TabPage();
     this.skinPanel2               = new CCWin.SkinControl.SkinPanel();
     this._treeView                = new System.Windows.Forms.TreeListView();
     this.columnHeader2            = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader3            = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader4            = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader5            = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.contextMenuStrip2        = 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.添加顶级节点ToolStripMenuItem1 = 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.imageList2               = new System.Windows.Forms.ImageList(this.components);
     this.tabPage2                 = new System.Windows.Forms.TabPage();
     this.skinPanel1               = new CCWin.SkinControl.SkinPanel();
     this.ymlEditor                = new System.Windows.Forms.RichTextBox();
     this.contextMenuStrip3        = 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.btn_reload               = new System.Windows.Forms.Button();
     this.btn_new                   = new System.Windows.Forms.Button();
     this.label1                    = new System.Windows.Forms.Label();
     this.contextMenuStrip1         = 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.pictureBox1               = new System.Windows.Forms.PictureBox();
     this.label2                    = new System.Windows.Forms.Label();
     this.label3                    = new System.Windows.Forms.Label();
     this.pictureBox2               = new System.Windows.Forms.PictureBox();
     this.label4                    = new System.Windows.Forms.Label();
     this.pictureBox3               = new System.Windows.Forms.PictureBox();
     this.label5                    = new System.Windows.Forms.Label();
     this.pictureBox4               = new System.Windows.Forms.PictureBox();
     this.btn_save                  = new System.Windows.Forms.Button();
     this.btn_meihua                = new System.Windows.Forms.Button();
     this.btn_tree                  = new System.Windows.Forms.Button();
     this.panel1                    = new System.Windows.Forms.Panel();
     this.statusStrip1              = new System.Windows.Forms.StatusStrip();
     this.file_label                = new System.Windows.Forms.ToolStripStatusLabel();
     this.pos_label                 = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel1     = new System.Windows.Forms.ToolStripStatusLabel();
     this.btn_show                  = new System.Windows.Forms.Button();
     this.stb_remote_dir            = new CCWin.SkinControl.SkinTextBox();
     this.panel2                    = new System.Windows.Forms.Panel();
     this.groupBox1                 = new System.Windows.Forms.GroupBox();
     this.btn_ok                    = new System.Windows.Forms.Button();
     this.打开本地临时目录ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.skinPanel2.SuspendLayout();
     this.contextMenuStrip2.SuspendLayout();
     this.tabPage2.SuspendLayout();
     this.skinPanel1.SuspendLayout();
     this.contextMenuStrip3.SuspendLayout();
     this.contextMenuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
     this.panel1.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // listView1
     //
     this.listView1.AllowDrop = true;
     this.listView1.Anchor    = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                      | System.Windows.Forms.AnchorStyles.Left)));
     this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1
     });
     this.listView1.Font           = new System.Drawing.Font("宋体", 10F);
     this.listView1.FullRowSelect  = true;
     this.listView1.GridLines      = true;
     this.listView1.Location       = new System.Drawing.Point(15, 66);
     this.listView1.MultiSelect    = false;
     this.listView1.Name           = "listView1";
     this.listView1.OwnerDraw      = true;
     this.listView1.RowBackColor2  = System.Drawing.Color.WhiteSmoke;
     this.listView1.SelectedColor  = System.Drawing.Color.DarkOrange;
     this.listView1.Size           = new System.Drawing.Size(230, 588);
     this.listView1.SmallImageList = this.imageList1;
     this.listView1.StateImageList = this.imageList1;
     this.listView1.TabIndex       = 2;
     this.listView1.UseCompatibleStateImageBehavior = false;
     this.listView1.View = System.Windows.Forms.View.Details;
     this.listView1.SelectedIndexChanged += new System.EventHandler(this.listView1_SelectedIndexChanged);
     this.listView1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.listView1_MouseUp);
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "YML 文件";
     this.columnHeader1.Width = 220;
     //
     // imageList1
     //
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "gray_light_16px.png");
     this.imageList1.Images.SetKeyName(1, "green_light_16px.png");
     this.imageList1.Images.SetKeyName(2, "MB_light_16px.png");
     this.imageList1.Images.SetKeyName(3, "yellow_light_16px.png");
     //
     // tabControl1
     //
     this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                      | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.tabControl1.Appearance = System.Windows.Forms.TabAppearance.FlatButtons;
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.tabPage2);
     this.tabControl1.Location              = new System.Drawing.Point(247, 39);
     this.tabControl1.Name                  = "tabControl1";
     this.tabControl1.SelectedIndex         = 0;
     this.tabControl1.Size                  = new System.Drawing.Size(914, 720);
     this.tabControl1.TabIndex              = 3;
     this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged);
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.skinPanel2);
     this.tabPage1.Location = new System.Drawing.Point(4, 25);
     this.tabPage1.Name     = "tabPage1";
     this.tabPage1.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage1.Size     = new System.Drawing.Size(906, 691);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text     = "YML 树形视图";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // skinPanel2
     //
     this.skinPanel2.BackColor   = System.Drawing.Color.Transparent;
     this.skinPanel2.BorderColor = System.Drawing.SystemColors.ActiveCaption;
     this.skinPanel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.skinPanel2.Controls.Add(this._treeView);
     this.skinPanel2.ControlState = CCWin.SkinClass.ControlState.Normal;
     this.skinPanel2.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.skinPanel2.DownBack     = null;
     this.skinPanel2.Location     = new System.Drawing.Point(3, 3);
     this.skinPanel2.MouseBack    = null;
     this.skinPanel2.Name         = "skinPanel2";
     this.skinPanel2.NormlBack    = null;
     this.skinPanel2.Size         = new System.Drawing.Size(900, 685);
     this.skinPanel2.TabIndex     = 0;
     //
     // _treeView
     //
     this._treeView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader2,
         this.columnHeader3,
         this.columnHeader4,
         this.columnHeader5
     });
     treeListViewItemCollectionComparer1.Column    = 0;
     treeListViewItemCollectionComparer1.SortOrder = System.Windows.Forms.SortOrder.None;
     this._treeView.Comparer           = treeListViewItemCollectionComparer1;
     this._treeView.ContextMenuStrip   = this.contextMenuStrip2;
     this._treeView.Dock               = System.Windows.Forms.DockStyle.Fill;
     this._treeView.GridLines          = true;
     this._treeView.HeaderStyle        = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this._treeView.LabelWrap          = false;
     this._treeView.Location           = new System.Drawing.Point(0, 0);
     this._treeView.MultiSelect        = false;
     this._treeView.Name               = "_treeView";
     this._treeView.PlusMinusLineColor = System.Drawing.Color.Teal;
     this._treeView.Size               = new System.Drawing.Size(898, 683);
     this._treeView.SmallImageList     = this.imageList2;
     this._treeView.Sorting            = System.Windows.Forms.SortOrder.None;
     this._treeView.TabIndex           = 0;
     this._treeView.UseCompatibleStateImageBehavior = false;
     this._treeView.AfterExpand   += new System.Windows.Forms.TreeListViewEventHandler(this._treeView_AfterExpand);
     this._treeView.AfterCollapse += new System.Windows.Forms.TreeListViewEventHandler(this._treeView_AfterCollapse);
     this._treeView.MouseUp       += new System.Windows.Forms.MouseEventHandler(this._treeView_MouseUp);
     //
     // columnHeader2
     //
     this.columnHeader2.Text  = "属性";
     this.columnHeader2.Width = 240;
     //
     // columnHeader3
     //
     this.columnHeader3.Text  = "值";
     this.columnHeader3.Width = 280;
     //
     // columnHeader4
     //
     this.columnHeader4.Text = "层级";
     //
     // columnHeader5
     //
     this.columnHeader5.Text  = "描述";
     this.columnHeader5.Width = 280;
     //
     // contextMenuStrip2
     //
     this.contextMenuStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.编辑节点ToolStripMenuItem,
         this.添加子节点ToolStripMenuItem,
         this.添加同级节点ToolStripMenuItem,
         this.添加顶级节点ToolStripMenuItem1,
         this.升级ToolStripMenuItem,
         this.降级ToolStripMenuItem,
         this.除节点ToolStripMenuItem
     });
     this.contextMenuStrip2.Name = "contextMenuStrip2";
     this.contextMenuStrip2.Size = new System.Drawing.Size(149, 158);
     //
     // 编辑节点ToolStripMenuItem
     //
     this.编辑节点ToolStripMenuItem.Name   = "编辑节点ToolStripMenuItem";
     this.编辑节点ToolStripMenuItem.Size   = new System.Drawing.Size(148, 22);
     this.编辑节点ToolStripMenuItem.Text   = "编辑节点";
     this.编辑节点ToolStripMenuItem.Click += new System.EventHandler(this.编辑节点ToolStripMenuItem_Click);
     //
     // 添加子节点ToolStripMenuItem
     //
     this.添加子节点ToolStripMenuItem.Name   = "添加子节点ToolStripMenuItem";
     this.添加子节点ToolStripMenuItem.Size   = new System.Drawing.Size(148, 22);
     this.添加子节点ToolStripMenuItem.Text   = "添加子节点";
     this.添加子节点ToolStripMenuItem.Click += new System.EventHandler(this.添加子节点ToolStripMenuItem_Click);
     //
     // 添加同级节点ToolStripMenuItem
     //
     this.添加同级节点ToolStripMenuItem.Name   = "添加同级节点ToolStripMenuItem";
     this.添加同级节点ToolStripMenuItem.Size   = new System.Drawing.Size(148, 22);
     this.添加同级节点ToolStripMenuItem.Text   = "添加同级节点";
     this.添加同级节点ToolStripMenuItem.Click += new System.EventHandler(this.添加同级节点ToolStripMenuItem_Click);
     //
     // 添加顶级节点ToolStripMenuItem1
     //
     this.添加顶级节点ToolStripMenuItem1.Name   = "添加顶级节点ToolStripMenuItem1";
     this.添加顶级节点ToolStripMenuItem1.Size   = new System.Drawing.Size(148, 22);
     this.添加顶级节点ToolStripMenuItem1.Text   = "添加顶级节点";
     this.添加顶级节点ToolStripMenuItem1.Click += new System.EventHandler(this.添加顶级节点ToolStripMenuItem1_Click);
     //
     // 升级ToolStripMenuItem
     //
     this.升级ToolStripMenuItem.Name   = "升级ToolStripMenuItem";
     this.升级ToolStripMenuItem.Size   = new System.Drawing.Size(148, 22);
     this.升级ToolStripMenuItem.Text   = "升级";
     this.升级ToolStripMenuItem.Click += new System.EventHandler(this.升级ToolStripMenuItem_Click);
     //
     // 降级ToolStripMenuItem
     //
     this.降级ToolStripMenuItem.Name   = "降级ToolStripMenuItem";
     this.降级ToolStripMenuItem.Size   = new System.Drawing.Size(148, 22);
     this.降级ToolStripMenuItem.Text   = "降级";
     this.降级ToolStripMenuItem.Click += new System.EventHandler(this.降级ToolStripMenuItem_Click);
     //
     // 删除节点ToolStripMenuItem
     //
     this.除节点ToolStripMenuItem.Name   = "删除节点ToolStripMenuItem";
     this.除节点ToolStripMenuItem.Size   = new System.Drawing.Size(148, 22);
     this.除节点ToolStripMenuItem.Text   = "删除节点";
     this.除节点ToolStripMenuItem.Click += new System.EventHandler(this.除节点ToolStripMenuItem_Click);
     //
     // imageList2
     //
     this.imageList2.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList2.ImageStream")));
     this.imageList2.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList2.Images.SetKeyName(0, "Folder_open_16px.png");
     this.imageList2.Images.SetKeyName(1, "item_16px.png");
     this.imageList2.Images.SetKeyName(2, "gray_light_16px.png");
     this.imageList2.Images.SetKeyName(3, "openSession.png");
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(this.skinPanel1);
     this.tabPage2.Location = new System.Drawing.Point(4, 25);
     this.tabPage2.Name     = "tabPage2";
     this.tabPage2.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage2.Size     = new System.Drawing.Size(906, 691);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text     = "YML 编辑器";
     this.tabPage2.UseVisualStyleBackColor = true;
     //
     // skinPanel1
     //
     this.skinPanel1.BackColor   = System.Drawing.Color.Transparent;
     this.skinPanel1.BorderColor = System.Drawing.Color.LightSteelBlue;
     this.skinPanel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.skinPanel1.Controls.Add(this.ymlEditor);
     this.skinPanel1.ControlState = CCWin.SkinClass.ControlState.Normal;
     this.skinPanel1.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.skinPanel1.DownBack     = null;
     this.skinPanel1.Location     = new System.Drawing.Point(3, 3);
     this.skinPanel1.MouseBack    = null;
     this.skinPanel1.Name         = "skinPanel1";
     this.skinPanel1.NormlBack    = null;
     this.skinPanel1.Size         = new System.Drawing.Size(900, 685);
     this.skinPanel1.TabIndex     = 0;
     //
     // ymlEditor
     //
     this.ymlEditor.BackColor        = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
     this.ymlEditor.BorderStyle      = System.Windows.Forms.BorderStyle.None;
     this.ymlEditor.ContextMenuStrip = this.contextMenuStrip3;
     this.ymlEditor.DetectUrls       = false;
     this.ymlEditor.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.ymlEditor.Font             = new System.Drawing.Font("新宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.ymlEditor.ForeColor        = System.Drawing.Color.White;
     this.ymlEditor.Location         = new System.Drawing.Point(0, 0);
     this.ymlEditor.Name             = "ymlEditor";
     this.ymlEditor.Size             = new System.Drawing.Size(898, 683);
     this.ymlEditor.TabIndex         = 0;
     this.ymlEditor.Text             = "";
     this.ymlEditor.WordWrap         = false;
     this.ymlEditor.KeyUp           += new System.Windows.Forms.KeyEventHandler(this.ymlEditor_KeyUp);
     this.ymlEditor.MouseDown       += new System.Windows.Forms.MouseEventHandler(this.ymlEditor_MouseDown);
     //
     // contextMenuStrip3
     //
     this.contextMenuStrip3.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.制ToolStripMenuItem,
         this.粘贴ToolStripMenuItem,
         this.剪切ToolStripMenuItem,
         this.除行ToolStripMenuItem,
         this.行注释ToolStripMenuItem
     });
     this.contextMenuStrip3.Name = "contextMenuStrip3";
     this.contextMenuStrip3.Size = new System.Drawing.Size(215, 114);
     //
     // 复制ToolStripMenuItem
     //
     this.制ToolStripMenuItem.Name   = "复制ToolStripMenuItem";
     this.制ToolStripMenuItem.Size   = new System.Drawing.Size(214, 22);
     this.制ToolStripMenuItem.Text   = "复制";
     this.制ToolStripMenuItem.Click += new System.EventHandler(this.制ToolStripMenuItem_Click);
     //
     // 粘贴ToolStripMenuItem
     //
     this.粘贴ToolStripMenuItem.Name   = "粘贴ToolStripMenuItem";
     this.粘贴ToolStripMenuItem.Size   = new System.Drawing.Size(214, 22);
     this.粘贴ToolStripMenuItem.Text   = "粘贴";
     this.粘贴ToolStripMenuItem.Click += new System.EventHandler(this.粘贴ToolStripMenuItem_Click);
     //
     // 剪切ToolStripMenuItem
     //
     this.剪切ToolStripMenuItem.Name   = "剪切ToolStripMenuItem";
     this.剪切ToolStripMenuItem.Size   = new System.Drawing.Size(214, 22);
     this.剪切ToolStripMenuItem.Text   = "剪切";
     this.剪切ToolStripMenuItem.Click += new System.EventHandler(this.剪切ToolStripMenuItem_Click);
     //
     // 删除行ToolStripMenuItem
     //
     this.除行ToolStripMenuItem.Name             = "删除行ToolStripMenuItem";
     this.除行ToolStripMenuItem.ShortcutKeys     = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D)));
     this.除行ToolStripMenuItem.ShowShortcutKeys = false;
     this.除行ToolStripMenuItem.Size             = new System.Drawing.Size(214, 22);
     this.除行ToolStripMenuItem.Text             = "删除行                Ctrl + D";
     this.除行ToolStripMenuItem.Click           += new System.EventHandler(this.除行ToolStripMenuItem_Click);
     //
     // 行注释ToolStripMenuItem
     //
     this.行注释ToolStripMenuItem.Name             = "行注释ToolStripMenuItem";
     this.行注释ToolStripMenuItem.ShortcutKeys     = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.OemQuestion)));
     this.行注释ToolStripMenuItem.ShowShortcutKeys = false;
     this.行注释ToolStripMenuItem.Size             = new System.Drawing.Size(214, 22);
     this.行注释ToolStripMenuItem.Text             = "行注释/取消注释   Ctrl + /";
     this.行注释ToolStripMenuItem.Click           += new System.EventHandler(this.行注释ToolStripMenuItem_Click);
     //
     // btn_reload
     //
     this.btn_reload.Location = new System.Drawing.Point(15, 35);
     this.btn_reload.Name     = "btn_reload";
     this.btn_reload.Size     = new System.Drawing.Size(75, 27);
     this.btn_reload.TabIndex = 3;
     this.btn_reload.Text     = "重新加载";
     this.btn_reload.UseVisualStyleBackColor = true;
     this.btn_reload.Click += new System.EventHandler(this.btn_reload_Click);
     //
     // btn_new
     //
     this.btn_new.Location = new System.Drawing.Point(156, 36);
     this.btn_new.Name     = "btn_new";
     this.btn_new.Size     = new System.Drawing.Size(90, 27);
     this.btn_new.TabIndex = 4;
     this.btn_new.Text     = "新建YML文件";
     this.btn_new.UseVisualStyleBackColor = true;
     this.btn_new.Click += new System.EventHandler(this.btn_new_Click);
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Red;
     this.label1.Font      = new System.Drawing.Font("宋体", 11F);
     this.label1.ForeColor = System.Drawing.Color.White;
     this.label1.Location  = new System.Drawing.Point(30, 137);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(201, 52);
     this.label1.TabIndex  = 3;
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.label1.Visible   = false;
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.校验ToolStripMenuItem,
         this.载到本地ToolStripMenuItem,
         this.到服务器ToolStripMenuItem,
         this.更改文件名ToolStripMenuItem,
         this.除文件ToolStripMenuItem,
         this.打开本地临时目录ToolStripMenuItem
     });
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(173, 158);
     //
     // 校验ToolStripMenuItem
     //
     this.校验ToolStripMenuItem.Name   = "校验ToolStripMenuItem";
     this.校验ToolStripMenuItem.Size   = new System.Drawing.Size(172, 22);
     this.校验ToolStripMenuItem.Text   = "格式校验";
     this.校验ToolStripMenuItem.Click += new System.EventHandler(this.校验ToolStripMenuItem_Click);
     //
     // 下载到本地ToolStripMenuItem
     //
     this.载到本地ToolStripMenuItem.Name   = "下载到本地ToolStripMenuItem";
     this.载到本地ToolStripMenuItem.Size   = new System.Drawing.Size(172, 22);
     this.载到本地ToolStripMenuItem.Text   = "重新获取文件";
     this.载到本地ToolStripMenuItem.Click += new System.EventHandler(this.载到本地ToolStripMenuItem_Click);
     //
     // 上传到服务器ToolStripMenuItem
     //
     this.到服务器ToolStripMenuItem.Name   = "上传到服务器ToolStripMenuItem";
     this.到服务器ToolStripMenuItem.Size   = new System.Drawing.Size(172, 22);
     this.到服务器ToolStripMenuItem.Text   = "上传到服务器";
     this.到服务器ToolStripMenuItem.Click += new System.EventHandler(this.到服务器ToolStripMenuItem_Click);
     //
     // 更改文件名ToolStripMenuItem
     //
     this.更改文件名ToolStripMenuItem.Name   = "更改文件名ToolStripMenuItem";
     this.更改文件名ToolStripMenuItem.Size   = new System.Drawing.Size(172, 22);
     this.更改文件名ToolStripMenuItem.Text   = "更改文件名";
     this.更改文件名ToolStripMenuItem.Click += new System.EventHandler(this.更改文件名ToolStripMenuItem_Click);
     //
     // 删除文件ToolStripMenuItem
     //
     this.除文件ToolStripMenuItem.Name   = "删除文件ToolStripMenuItem";
     this.除文件ToolStripMenuItem.Size   = new System.Drawing.Size(172, 22);
     this.除文件ToolStripMenuItem.Text   = "删除文件";
     this.除文件ToolStripMenuItem.Click += new System.EventHandler(this.除文件ToolStripMenuItem_Click);
     //
     // pictureBox1
     //
     this.pictureBox1.BackColor             = System.Drawing.Color.Transparent;
     this.pictureBox1.BackgroundImage       = global::AppMonitor.Properties.Resources.green_light_16px;
     this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.pictureBox1.Location = new System.Drawing.Point(9, 26);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(16, 16);
     this.pictureBox1.TabIndex = 6;
     this.pictureBox1.TabStop  = false;
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Location  = new System.Drawing.Point(31, 28);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(161, 12);
     this.label2.TabIndex  = 7;
     this.label2.Text      = "格式正确,与服务器保持同步";
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Location  = new System.Drawing.Point(31, 52);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(161, 12);
     this.label3.TabIndex  = 9;
     this.label3.Text      = "内容已修改,未与服务器同步";
     //
     // pictureBox2
     //
     this.pictureBox2.BackColor             = System.Drawing.Color.Transparent;
     this.pictureBox2.BackgroundImage       = global::AppMonitor.Properties.Resources.MB_light_16px;
     this.pictureBox2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.pictureBox2.Location = new System.Drawing.Point(9, 50);
     this.pictureBox2.Name     = "pictureBox2";
     this.pictureBox2.Size     = new System.Drawing.Size(16, 16);
     this.pictureBox2.TabIndex = 8;
     this.pictureBox2.TabStop  = false;
     //
     // label4
     //
     this.label4.AutoSize  = true;
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.Location  = new System.Drawing.Point(31, 76);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(65, 12);
     this.label4.TabIndex  = 11;
     this.label4.Text      = "格式有错误";
     //
     // pictureBox3
     //
     this.pictureBox3.BackColor             = System.Drawing.Color.Transparent;
     this.pictureBox3.BackgroundImage       = global::AppMonitor.Properties.Resources.yellow_light_16px;
     this.pictureBox3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.pictureBox3.Location = new System.Drawing.Point(9, 74);
     this.pictureBox3.Name     = "pictureBox3";
     this.pictureBox3.Size     = new System.Drawing.Size(16, 16);
     this.pictureBox3.TabIndex = 10;
     this.pictureBox3.TabStop  = false;
     //
     // label5
     //
     this.label5.AutoSize  = true;
     this.label5.BackColor = System.Drawing.Color.Transparent;
     this.label5.Location  = new System.Drawing.Point(31, 5);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(161, 12);
     this.label5.TabIndex  = 13;
     this.label5.Text      = "只存在本地,未同步到服务器";
     //
     // pictureBox4
     //
     this.pictureBox4.BackColor             = System.Drawing.Color.Transparent;
     this.pictureBox4.BackgroundImage       = global::AppMonitor.Properties.Resources.gray_light_16px;
     this.pictureBox4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.pictureBox4.Location = new System.Drawing.Point(9, 3);
     this.pictureBox4.Name     = "pictureBox4";
     this.pictureBox4.Size     = new System.Drawing.Size(16, 16);
     this.pictureBox4.TabIndex = 12;
     this.pictureBox4.TabStop  = false;
     //
     // btn_save
     //
     this.btn_save.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btn_save.Enabled  = false;
     this.btn_save.Location = new System.Drawing.Point(1075, 33);
     this.btn_save.Name     = "btn_save";
     this.btn_save.Size     = new System.Drawing.Size(78, 27);
     this.btn_save.TabIndex = 14;
     this.btn_save.Text     = "保存";
     this.btn_save.UseVisualStyleBackColor = true;
     this.btn_save.Click += new System.EventHandler(this.button1_Click);
     //
     // btn_meihua
     //
     this.btn_meihua.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btn_meihua.Location = new System.Drawing.Point(949, 33);
     this.btn_meihua.Name     = "btn_meihua";
     this.btn_meihua.Size     = new System.Drawing.Size(78, 27);
     this.btn_meihua.TabIndex = 15;
     this.btn_meihua.Text     = "美化";
     this.btn_meihua.UseVisualStyleBackColor = true;
     this.btn_meihua.Visible = false;
     this.btn_meihua.Click  += new System.EventHandler(this.btn_meihua_Click);
     //
     // btn_tree
     //
     this.btn_tree.Location = new System.Drawing.Point(474, 33);
     this.btn_tree.Name     = "btn_tree";
     this.btn_tree.Size     = new System.Drawing.Size(108, 27);
     this.btn_tree.TabIndex = 16;
     this.btn_tree.Text     = "展开全部节点";
     this.btn_tree.UseVisualStyleBackColor = true;
     this.btn_tree.Click += new System.EventHandler(this.btn_tree_Click);
     //
     // panel1
     //
     this.panel1.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.panel1.BackColor = System.Drawing.Color.Transparent;
     this.panel1.Controls.Add(this.pictureBox4);
     this.panel1.Controls.Add(this.pictureBox1);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.pictureBox2);
     this.panel1.Controls.Add(this.label3);
     this.panel1.Controls.Add(this.pictureBox3);
     this.panel1.Controls.Add(this.label4);
     this.panel1.Controls.Add(this.label5);
     this.panel1.Location = new System.Drawing.Point(14, 660);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(230, 94);
     this.panel1.TabIndex = 17;
     //
     // statusStrip1
     //
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.file_label,
         this.pos_label,
         this.toolStripStatusLabel1
     });
     this.statusStrip1.Location = new System.Drawing.Point(8, 759);
     this.statusStrip1.Name     = "statusStrip1";
     this.statusStrip1.Size     = new System.Drawing.Size(1156, 22);
     this.statusStrip1.TabIndex = 18;
     this.statusStrip1.Text     = "statusStrip1";
     //
     // file_label
     //
     this.file_label.AutoSize  = false;
     this.file_label.BackColor = System.Drawing.Color.Transparent;
     this.file_label.Name      = "file_label";
     this.file_label.Size      = new System.Drawing.Size(800, 17);
     this.file_label.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // pos_label
     //
     this.pos_label.AutoSize  = false;
     this.pos_label.BackColor = System.Drawing.Color.Transparent;
     this.pos_label.Name      = "pos_label";
     this.pos_label.Size      = new System.Drawing.Size(150, 17);
     this.pos_label.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // toolStripStatusLabel1
     //
     this.toolStripStatusLabel1.BackColor = System.Drawing.Color.Transparent;
     this.toolStripStatusLabel1.ForeColor = System.Drawing.Color.Gray;
     this.toolStripStatusLabel1.Name      = "toolStripStatusLabel1";
     this.toolStripStatusLabel1.Size      = new System.Drawing.Size(116, 17);
     this.toolStripStatusLabel1.Text      = "支持文件拖拽到窗口";
     //
     // btn_show
     //
     this.btn_show.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.btn_show.Location  = new System.Drawing.Point(89, 35);
     this.btn_show.Name      = "btn_show";
     this.btn_show.Size      = new System.Drawing.Size(22, 27);
     this.btn_show.TabIndex  = 19;
     this.btn_show.Text      = "↓";
     this.btn_show.UseVisualStyleBackColor = true;
     this.btn_show.Click += new System.EventHandler(this.btn_show_Click);
     //
     // stb_remote_dir
     //
     this.stb_remote_dir.BackColor            = System.Drawing.Color.Transparent;
     this.stb_remote_dir.DownBack             = null;
     this.stb_remote_dir.Icon                 = null;
     this.stb_remote_dir.IconIsButton         = false;
     this.stb_remote_dir.IconMouseState       = CCWin.SkinClass.ControlState.Normal;
     this.stb_remote_dir.IsPasswordChat       = '\0';
     this.stb_remote_dir.IsSystemPasswordChar = false;
     this.stb_remote_dir.Lines                = new string[0];
     this.stb_remote_dir.Location             = new System.Drawing.Point(10, 24);
     this.stb_remote_dir.Margin               = new System.Windows.Forms.Padding(0);
     this.stb_remote_dir.MaxLength            = 32767;
     this.stb_remote_dir.MinimumSize          = new System.Drawing.Size(28, 28);
     this.stb_remote_dir.MouseBack            = null;
     this.stb_remote_dir.MouseState           = CCWin.SkinClass.ControlState.Normal;
     this.stb_remote_dir.Multiline            = false;
     this.stb_remote_dir.Name                 = "stb_remote_dir";
     this.stb_remote_dir.NormlBack            = null;
     this.stb_remote_dir.Padding              = new System.Windows.Forms.Padding(5);
     this.stb_remote_dir.ReadOnly             = false;
     this.stb_remote_dir.ScrollBars           = System.Windows.Forms.ScrollBars.None;
     this.stb_remote_dir.Size                 = new System.Drawing.Size(425, 28);
     //
     //
     //
     this.stb_remote_dir.SkinTxt.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.stb_remote_dir.SkinTxt.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.stb_remote_dir.SkinTxt.Font        = new System.Drawing.Font("微软雅黑", 9.75F);
     this.stb_remote_dir.SkinTxt.Location    = new System.Drawing.Point(5, 5);
     this.stb_remote_dir.SkinTxt.Name        = "BaseText";
     this.stb_remote_dir.SkinTxt.Size        = new System.Drawing.Size(415, 18);
     this.stb_remote_dir.SkinTxt.TabIndex    = 0;
     this.stb_remote_dir.SkinTxt.WaterColor  = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
     this.stb_remote_dir.SkinTxt.WaterText   = "远程服务器YML配置文件所在目录";
     this.stb_remote_dir.TabIndex            = 20;
     this.stb_remote_dir.TextAlign           = System.Windows.Forms.HorizontalAlignment.Left;
     this.stb_remote_dir.WaterColor          = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
     this.stb_remote_dir.WaterText           = "远程服务器YML配置文件所在目录";
     this.stb_remote_dir.WordWrap            = true;
     //
     // panel2
     //
     this.panel2.BackColor   = System.Drawing.SystemColors.ActiveCaption;
     this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel2.Controls.Add(this.groupBox1);
     this.panel2.Location = new System.Drawing.Point(15, 62);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(456, 109);
     this.panel2.TabIndex = 21;
     this.panel2.Visible  = false;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.stb_remote_dir);
     this.groupBox1.Controls.Add(this.btn_ok);
     this.groupBox1.Location = new System.Drawing.Point(8, 6);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(442, 94);
     this.groupBox1.TabIndex = 23;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "YML配置目录:";
     //
     // btn_ok
     //
     this.btn_ok.Location = new System.Drawing.Point(370, 60);
     this.btn_ok.Name     = "btn_ok";
     this.btn_ok.Size     = new System.Drawing.Size(65, 29);
     this.btn_ok.TabIndex = 22;
     this.btn_ok.Text     = "确定";
     this.btn_ok.UseVisualStyleBackColor = true;
     this.btn_ok.Click += new System.EventHandler(this.btn_ok_Click);
     //
     // 打开本地临时目录ToolStripMenuItem
     //
     this.打开本地临时目录ToolStripMenuItem.Name   = "打开本地临时目录ToolStripMenuItem";
     this.打开本地临时目录ToolStripMenuItem.Size   = new System.Drawing.Size(172, 22);
     this.打开本地临时目录ToolStripMenuItem.Text   = "打开本地临时目录";
     this.打开本地临时目录ToolStripMenuItem.Click += new System.EventHandler(this.打开本地临时目录ToolStripMenuItem_Click);
     //
     // CentralServerConfigForm
     //
     this.AutoScaleDimensions   = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode         = System.Windows.Forms.AutoScaleMode.Font;
     this.BackgroundImage       = global::AppMonitor.Properties.Resources.skin_12;
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.CaptionFont           = new System.Drawing.Font("微软雅黑", 9F);
     this.ClientSize            = new System.Drawing.Size(1172, 789);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.btn_show);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.btn_tree);
     this.Controls.Add(this.btn_meihua);
     this.Controls.Add(this.btn_save);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.btn_new);
     this.Controls.Add(this.btn_reload);
     this.Controls.Add(this.tabControl1);
     this.Controls.Add(this.listView1);
     this.Icon        = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name        = "CentralServerConfigForm";
     this.Text        = "Docker公共配置";
     this.TitleCenter = false;
     this.TitleColor  = System.Drawing.Color.White;
     this.Load       += new System.EventHandler(this.CentralServerConfigForm_Load);
     this.DragDrop   += new System.Windows.Forms.DragEventHandler(this.CentralServerConfigForm_DragDrop);
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.skinPanel2.ResumeLayout(false);
     this.contextMenuStrip2.ResumeLayout(false);
     this.tabPage2.ResumeLayout(false);
     this.skinPanel1.ResumeLayout(false);
     this.contextMenuStrip3.ResumeLayout(false);
     this.contextMenuStrip1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }