namespace VSoft { partial class FrmInCMD { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmInCMD)); this.panelEx1 = new ryControls.PanelEx(); this.IconViewEx1 = new ryControls.IconViewEx(); this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.MenuList = new System.Windows.Forms.ContextMenuStrip(this.components); this.以管理员方式启动ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem2 = 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.从列表删除该软件ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator(); this.打开软件所在位置ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.panel1 = new System.Windows.Forms.Panel(); this.LblDes = new System.Windows.Forms.Label(); this.rySearch1 = new ryControls.rySearch(); this.BtnAddColumn = new System.Windows.Forms.Button(); this.MenuTabColumn = new System.Windows.Forms.ContextMenuStrip(this.components); this.修改栏目ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.删除栏目ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.MenuTabType = new System.Windows.Forms.ContextMenuStrip(this.components); this.新增分类ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.Menu修改分类 = new System.Windows.Forms.ToolStripMenuItem(); this.Menu删除分类 = new System.Windows.Forms.ToolStripMenuItem(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.LblDrag = new System.Windows.Forms.Label(); this.TabList_Type = new ryControls.TabList(); this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.TabList_Column = new ryControls.TabList(); this.panelEx1.SuspendLayout(); this.MenuList.SuspendLayout(); this.panel1.SuspendLayout(); this.MenuTabColumn.SuspendLayout(); this.MenuTabType.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // panelEx1 // this.panelEx1.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.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(216)))), ((int)(((byte)(223))))); this.panelEx1.Controls.Add(this.IconViewEx1); this.panelEx1.Controls.Add(this.panel1); this.panelEx1.Location = new System.Drawing.Point(90, 100); this.panelEx1.Name = "panelEx1"; this.panelEx1.Padding = new System.Windows.Forms.Padding(3); this.panelEx1.RoundeStyle = ryControls.RoundStyle.None; this.panelEx1.Size = new System.Drawing.Size(587, 417); this.panelEx1.TabIndex = 1; this.panelEx1.TileBackColor = System.Drawing.Color.White; // // IconViewEx1 // this.IconViewEx1.AllowDrop = true; this.IconViewEx1.BadgeListImage = ((System.Collections.Generic.List)(resources.GetObject("IconViewEx1.BadgeListImage"))); this.IconViewEx1.BorderStyle = System.Windows.Forms.BorderStyle.None; this.IconViewEx1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnHeader1}); this.IconViewEx1.ContextMenuStrip = this.MenuList; this.IconViewEx1.Dock = System.Windows.Forms.DockStyle.Fill; this.IconViewEx1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.IconViewEx1.HideSelection = false; this.IconViewEx1.Icon = ((System.Drawing.Image)(resources.GetObject("IconViewEx1.Icon"))); this.IconViewEx1.IconSize = 64; this.IconViewEx1.IsDrawGridLines = false; this.IconViewEx1.IsDrawIcon = true; this.IconViewEx1.Location = new System.Drawing.Point(3, 33); this.IconViewEx1.MultiSelect = false; this.IconViewEx1.Name = "IconViewEx1"; this.IconViewEx1.OwnerDraw = true; this.IconViewEx1.SelectedBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(195)))), ((int)(((byte)(101))))); this.IconViewEx1.SelectedEndBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(236)))), ((int)(((byte)(181))))); this.IconViewEx1.SelectedForeColor = System.Drawing.Color.Black; this.IconViewEx1.SelectedStartBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(237))))); this.IconViewEx1.ShowItemToolTips = true; this.IconViewEx1.Size = new System.Drawing.Size(581, 381); this.IconViewEx1.TabIndex = 0; this.IconViewEx1.TextHeight = 20; this.IconViewEx1.TileSize = new System.Drawing.Size(90, 90); this.IconViewEx1.UseCompatibleStateImageBehavior = false; this.IconViewEx1.View = System.Windows.Forms.View.Tile; this.IconViewEx1.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.IconViewEx1_ItemDrag); this.IconViewEx1.DragDrop += new System.Windows.Forms.DragEventHandler(this.IconViewEx1_DragDrop); this.IconViewEx1.DragEnter += new System.Windows.Forms.DragEventHandler(this.IconViewEx1_DragEnter); this.IconViewEx1.DragOver += new System.Windows.Forms.DragEventHandler(this.IconViewEx1_DragOver); this.IconViewEx1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.IconViewEx1_KeyDown); this.IconViewEx1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.IconViewEx1_MouseDoubleClick); // // MenuList // this.MenuList.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.以管理员方式启动ToolStripMenuItem, this.toolStripMenuItem2, this.新增软件ToolStripMenuItem, this.复制并新增软件ToolStripMenuItem, this.修改软件ToolStripMenuItem, this.从列表删除该软件ToolStripMenuItem, this.toolStripMenuItem1, this.打开软件所在位置ToolStripMenuItem}); this.MenuList.Name = "contextMenuStrip1"; this.MenuList.Size = new System.Drawing.Size(185, 148); // // 以管理员方式启动ToolStripMenuItem // this.以管理员方式启动ToolStripMenuItem.Name = "以管理员方式启动ToolStripMenuItem"; this.以管理员方式启动ToolStripMenuItem.Size = new System.Drawing.Size(184, 22); this.以管理员方式启动ToolStripMenuItem.Text = "启动"; this.以管理员方式启动ToolStripMenuItem.Click += new System.EventHandler(this.以管理员方式启动ToolStripMenuItem_Click); // // toolStripMenuItem2 // this.toolStripMenuItem2.Name = "toolStripMenuItem2"; this.toolStripMenuItem2.Size = new System.Drawing.Size(181, 6); // // 新增软件ToolStripMenuItem // this.新增软件ToolStripMenuItem.Name = "新增软件ToolStripMenuItem"; this.新增软件ToolStripMenuItem.Size = new System.Drawing.Size(184, 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(184, 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(184, 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(184, 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(181, 6); // // 打开软件所在位置ToolStripMenuItem // this.打开软件所在位置ToolStripMenuItem.Name = "打开软件所在位置ToolStripMenuItem"; this.打开软件所在位置ToolStripMenuItem.Size = new System.Drawing.Size(184, 22); this.打开软件所在位置ToolStripMenuItem.Text = "打开软件所在位置"; this.打开软件所在位置ToolStripMenuItem.Click += new System.EventHandler(this.打开软件所在位置ToolStripMenuItem_Click); // // panel1 // this.panel1.BackColor = System.Drawing.SystemColors.Info; this.panel1.Controls.Add(this.LblDes); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(3, 3); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(581, 30); this.panel1.TabIndex = 1; this.panel1.Visible = false; // // LblDes // this.LblDes.AutoSize = true; this.LblDes.Location = new System.Drawing.Point(5, 9); this.LblDes.Name = "LblDes"; this.LblDes.Size = new System.Drawing.Size(35, 12); this.LblDes.TabIndex = 0; this.LblDes.Text = "说明:"; // // rySearch1 // this.rySearch1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(239)))), ((int)(((byte)(244))))); this.rySearch1.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(76)))), ((int)(((byte)(95))))); this.rySearch1.ButtonRoundBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(239)))), ((int)(((byte)(244))))); this.rySearch1.EmptyText = "输入名称或拼音即可搜索"; this.rySearch1.Location = new System.Drawing.Point(90, 34); this.rySearch1.Name = "rySearch1"; this.rySearch1.Size = new System.Drawing.Size(278, 27); this.rySearch1.TabIndex = 2; this.rySearch1.OnSearch += new System.EventHandler(this.rySearch1_OnSearch); this.rySearch1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.rySearch1_KeyDown); // // BtnAddColumn // this.BtnAddColumn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.BtnAddColumn.Image = ((System.Drawing.Image)(resources.GetObject("BtnAddColumn.Image"))); this.BtnAddColumn.Location = new System.Drawing.Point(649, 65); this.BtnAddColumn.Name = "BtnAddColumn"; this.BtnAddColumn.Size = new System.Drawing.Size(27, 28); this.BtnAddColumn.TabIndex = 3; this.BtnAddColumn.UseVisualStyleBackColor = true; this.BtnAddColumn.Click += new System.EventHandler(this.BtnAddColumn_Click); // // MenuTabColumn // this.MenuTabColumn.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.修改栏目ToolStripMenuItem, this.删除栏目ToolStripMenuItem}); this.MenuTabColumn.Name = "MenuTab"; this.MenuTabColumn.Size = new System.Drawing.Size(125, 48); // // 修改栏目ToolStripMenuItem // this.修改栏目ToolStripMenuItem.Name = "修改栏目ToolStripMenuItem"; this.修改栏目ToolStripMenuItem.Size = new System.Drawing.Size(124, 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(124, 22); this.删除栏目ToolStripMenuItem.Text = "删除栏目"; this.删除栏目ToolStripMenuItem.Click += new System.EventHandler(this.删除栏目ToolStripMenuItem_Click); // // MenuTabType // this.MenuTabType.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.新增分类ToolStripMenuItem, this.Menu修改分类, this.Menu删除分类}); this.MenuTabType.Name = "MenuTab"; this.MenuTabType.Size = new System.Drawing.Size(125, 70); // // 新增分类ToolStripMenuItem // this.新增分类ToolStripMenuItem.Name = "新增分类ToolStripMenuItem"; this.新增分类ToolStripMenuItem.Size = new System.Drawing.Size(124, 22); this.新增分类ToolStripMenuItem.Text = "新增分类"; this.新增分类ToolStripMenuItem.Click += new System.EventHandler(this.新增分类ToolStripMenuItem_Click); // // Menu修改分类 // this.Menu修改分类.Name = "Menu修改分类"; this.Menu修改分类.Size = new System.Drawing.Size(124, 22); this.Menu修改分类.Text = "修改分类"; this.Menu修改分类.Click += new System.EventHandler(this.Menu修改分类_Click); // // Menu删除分类 // this.Menu删除分类.Name = "Menu删除分类"; this.Menu删除分类.Size = new System.Drawing.Size(124, 22); this.Menu删除分类.Text = "删除分类"; this.Menu删除分类.Click += new System.EventHandler(this.Menu删除分类_Click); // // pictureBox1 // this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); this.pictureBox1.Location = new System.Drawing.Point(4, 34); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(80, 60); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox1.TabIndex = 5; this.pictureBox1.TabStop = false; // // LblDrag // this.LblDrag.BackColor = System.Drawing.Color.Black; this.LblDrag.Location = new System.Drawing.Point(716, 111); this.LblDrag.Name = "LblDrag"; this.LblDrag.Size = new System.Drawing.Size(2, 89); this.LblDrag.TabIndex = 6; this.LblDrag.Visible = false; // // TabList_Type // this.TabList_Type.AllowDrop = true; this.TabList_Type.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.TabList_Type.BackColor = System.Drawing.SystemColors.Control; this.TabList_Type.BorderStyle = System.Windows.Forms.BorderStyle.None; this.TabList_Type.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnHeader2}); this.TabList_Type.ContextMenuStrip = this.MenuTabType; this.TabList_Type.HideSelection = false; this.TabList_Type.Icon = null; this.TabList_Type.IsDrawGridLines = false; this.TabList_Type.IsDrawIcon = false; this.TabList_Type.Location = new System.Drawing.Point(4, 100); this.TabList_Type.MultiSelect = false; this.TabList_Type.Name = "TabList_Type"; this.TabList_Type.OwnerDraw = true; this.TabList_Type.Scrollable = false; this.TabList_Type.SelectedBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(195)))), ((int)(((byte)(101))))); this.TabList_Type.SelectedEndBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(236)))), ((int)(((byte)(181))))); this.TabList_Type.SelectedForeColor = System.Drawing.Color.Black; this.TabList_Type.SelectedStartBackColor = System.Drawing.Color.LightSkyBlue; this.TabList_Type.Size = new System.Drawing.Size(83, 414); this.TabList_Type.TabIndex = 4; this.TabList_Type.TileSize = new System.Drawing.Size(80, 28); this.TabList_Type.UseCompatibleStateImageBehavior = false; this.TabList_Type.View = System.Windows.Forms.View.Tile; this.TabList_Type.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.TabList_Type_ItemDrag); this.TabList_Type.SelectedIndexChanged += new System.EventHandler(this.TabList_Type_SelectedIndexChanged); this.TabList_Type.DragDrop += new System.Windows.Forms.DragEventHandler(this.TabList_Type_DragDrop); this.TabList_Type.DragEnter += new System.Windows.Forms.DragEventHandler(this.TabList_Type_DragEnter); this.TabList_Type.DragOver += new System.Windows.Forms.DragEventHandler(this.IconViewEx1_DragOver); this.TabList_Type.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TabList_Type_KeyDown); // // columnHeader2 // this.columnHeader2.Width = 80; // // TabList_Column // this.TabList_Column.Alignment = System.Windows.Forms.ListViewAlignment.Left; this.TabList_Column.AllowDrop = true; this.TabList_Column.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.TabList_Column.BackColor = System.Drawing.SystemColors.Control; this.TabList_Column.BorderStyle = System.Windows.Forms.BorderStyle.None; this.TabList_Column.ContextMenuStrip = this.MenuTabColumn; this.TabList_Column.HideSelection = false; this.TabList_Column.Icon = null; this.TabList_Column.IsDrawGridLines = false; this.TabList_Column.IsDrawIcon = false; this.TabList_Column.Location = new System.Drawing.Point(87, 69); this.TabList_Column.MultiSelect = false; this.TabList_Column.Name = "TabList_Column"; this.TabList_Column.OwnerDraw = true; this.TabList_Column.Scrollable = false; this.TabList_Column.SelectedBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(195)))), ((int)(((byte)(101))))); this.TabList_Column.SelectedEndBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(236)))), ((int)(((byte)(181))))); this.TabList_Column.SelectedForeColor = System.Drawing.Color.Black; this.TabList_Column.SelectedStartBackColor = System.Drawing.Color.LightSkyBlue; this.TabList_Column.Size = new System.Drawing.Size(556, 29); this.TabList_Column.TabIndex = 1; this.TabList_Column.TileSize = new System.Drawing.Size(70, 28); this.TabList_Column.UseCompatibleStateImageBehavior = false; this.TabList_Column.View = System.Windows.Forms.View.Tile; this.TabList_Column.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.TabList_Column_ItemDrag); this.TabList_Column.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.TabList_Column_ItemSelectionChanged); this.TabList_Column.DragDrop += new System.Windows.Forms.DragEventHandler(this.TabList_Column_DragDrop); this.TabList_Column.DragEnter += new System.Windows.Forms.DragEventHandler(this.TabList_Column_DragEnter); this.TabList_Column.DragOver += new System.Windows.Forms.DragEventHandler(this.IconViewEx1_DragOver); this.TabList_Column.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TabList_Column_KeyDown); // // FrmInCMD // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(689, 529); this.Controls.Add(this.LblDrag); this.Controls.Add(this.pictureBox1); this.Controls.Add(this.TabList_Type); this.Controls.Add(this.BtnAddColumn); this.Controls.Add(this.TabList_Column); this.Controls.Add(this.rySearch1); this.Controls.Add(this.panelEx1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "FrmInCMD"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "内置功能"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmVSoft_FormClosing); this.Load += new System.EventHandler(this.FrmVSoft_Load); this.Shown += new System.EventHandler(this.FrmVSoft_Shown); this.panelEx1.ResumeLayout(false); this.MenuList.ResumeLayout(false); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.MenuTabColumn.ResumeLayout(false); this.MenuTabType.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); } #endregion private ryControls.IconViewEx IconViewEx1; private ryControls.PanelEx panelEx1; private ryControls.rySearch rySearch1; private System.Windows.Forms.ContextMenuStrip MenuList; private System.Windows.Forms.ToolStripMenuItem 从列表删除该软件ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 新增软件ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 修改软件ToolStripMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1; private System.Windows.Forms.ToolStripMenuItem 打开软件所在位置ToolStripMenuItem; private ryControls.TabList TabList_Column; private System.Windows.Forms.Button BtnAddColumn; private System.Windows.Forms.ContextMenuStrip MenuTabColumn; private System.Windows.Forms.ToolStripMenuItem 修改栏目ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 删除栏目ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 以管理员方式启动ToolStripMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2; private ryControls.TabList TabList_Type; private System.Windows.Forms.ContextMenuStrip MenuTabType; private System.Windows.Forms.ToolStripMenuItem 新增分类ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem Menu修改分类; private System.Windows.Forms.ToolStripMenuItem Menu删除分类; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.ColumnHeader columnHeader1; private System.Windows.Forms.Label LblDrag; private System.Windows.Forms.ColumnHeader columnHeader2; private System.Windows.Forms.ToolStripMenuItem 复制并新增软件ToolStripMenuItem; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label LblDes; } }