namespace VSoft { partial class FrmVSoft { /// /// 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(FrmVSoft)); VSoft.Skins.ThemeForm themeForm1 = new VSoft.Skins.ThemeForm(); MGdu.WinFormUI.ButtonColorTable buttonColorTable1 = new MGdu.WinFormUI.ButtonColorTable(); MGdu.WinFormUI.ButtonColorTable buttonColorTable2 = new MGdu.WinFormUI.ButtonColorTable(); MGdu.WinFormUI.ButtonColorTable buttonColorTable3 = new MGdu.WinFormUI.ButtonColorTable(); 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.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.删除栏目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.LblDrag = new System.Windows.Forms.Label(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components); this.MenuTray = 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.toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator(); this.退出软件ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.LblSetting = new System.Windows.Forms.Label(); this.PnlLeft = new System.Windows.Forms.Panel(); this.TabList_Type = new ryControls.TabList(); this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.rySearch1 = new ryControls.rySearch(); this.panelEx1 = new ryControls.PanelEx(); this.LblEmpty = new System.Windows.Forms.Label(); this.IconViewEx1 = new ryControls.IconViewEx(); this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.TabList_Column = new ryControls.TabList(); this.MenuList.SuspendLayout(); this.MenuTabColumn.SuspendLayout(); this.MenuTabType.SuspendLayout(); this.MenuTray.SuspendLayout(); this.PnlLeft.SuspendLayout(); this.panelEx1.SuspendLayout(); this.SuspendLayout(); // // 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); this.MenuList.Opening += new System.ComponentModel.CancelEventHandler(this.MenuList_Opening); // // 以管理员方式启动ToolStripMenuItem // this.以管理员方式启动ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("以管理员方式启动ToolStripMenuItem.Image"))); 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.Image = ((System.Drawing.Image)(resources.GetObject("新增内置功能ToolStripMenuItem.Image"))); 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); // // 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(685, 36); 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.删除栏目ToolStripMenuItem}); this.MenuTabColumn.Name = "MenuTab"; this.MenuTabColumn.Size = new System.Drawing.Size(125, 70); this.MenuTabColumn.Opening += new System.ComponentModel.CancelEventHandler(this.MenuTabColumn_Opening); // // 添加栏目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); // // 删除栏目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); this.MenuTabType.Opening += new System.ComponentModel.CancelEventHandler(this.MenuTabType_Opening); // // 新增分类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); // // LblDrag // this.LblDrag.BackColor = System.Drawing.Color.Black; this.LblDrag.Location = new System.Drawing.Point(123, 54); this.LblDrag.Name = "LblDrag"; this.LblDrag.Size = new System.Drawing.Size(2, 89); this.LblDrag.TabIndex = 6; this.LblDrag.Visible = false; // // notifyIcon1 // this.notifyIcon1.ContextMenuStrip = this.MenuTray; this.notifyIcon1.Visible = true; this.notifyIcon1.DoubleClick += new System.EventHandler(this.显示主窗体ToolStripMenuItem_Click); // // MenuTray // this.MenuTray.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.显示主窗体ToolStripMenuItem, this.打开官网ToolStripMenuItem, this.捐助ToolStripMenuItem, this.设置ToolStripMenuItem, this.toolStripMenuItem3, this.退出软件ToolStripMenuItem}); this.MenuTray.Name = "MenuTray"; this.MenuTray.Size = new System.Drawing.Size(137, 120); // // 显示主窗体ToolStripMenuItem // this.显示主窗体ToolStripMenuItem.Name = "显示主窗体ToolStripMenuItem"; this.显示主窗体ToolStripMenuItem.Size = new System.Drawing.Size(136, 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(136, 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(136, 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(136, 22); this.设置ToolStripMenuItem.Text = "设置"; this.设置ToolStripMenuItem.Click += new System.EventHandler(this.设置ToolStripMenuItem_Click); // // toolStripMenuItem3 // this.toolStripMenuItem3.Name = "toolStripMenuItem3"; this.toolStripMenuItem3.Size = new System.Drawing.Size(133, 6); // // 退出软件ToolStripMenuItem // this.退出软件ToolStripMenuItem.Name = "退出软件ToolStripMenuItem"; this.退出软件ToolStripMenuItem.Size = new System.Drawing.Size(136, 22); this.退出软件ToolStripMenuItem.Text = "退出软件"; this.退出软件ToolStripMenuItem.Click += new System.EventHandler(this.退出软件ToolStripMenuItem_Click); // // LblSetting // this.LblSetting.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.LblSetting.AutoSize = true; this.LblSetting.BackColor = System.Drawing.Color.Transparent; this.LblSetting.Cursor = System.Windows.Forms.Cursors.Hand; this.LblSetting.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.LblSetting.ForeColor = System.Drawing.Color.White; this.LblSetting.Location = new System.Drawing.Point(580, 9); this.LblSetting.Name = "LblSetting"; this.LblSetting.Size = new System.Drawing.Size(29, 12); this.LblSetting.TabIndex = 7; this.LblSetting.Text = "设置"; this.LblSetting.Click += new System.EventHandler(this.LblSetting_Click); // // PnlLeft // this.PnlLeft.BackColor = System.Drawing.Color.WhiteSmoke; this.PnlLeft.Controls.Add(this.TabList_Type); this.PnlLeft.Dock = System.Windows.Forms.DockStyle.Left; this.PnlLeft.Location = new System.Drawing.Point(2, 32); this.PnlLeft.Name = "PnlLeft"; this.PnlLeft.Size = new System.Drawing.Size(81, 497); this.PnlLeft.TabIndex = 8; // // 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) | System.Windows.Forms.AnchorStyles.Right))); this.TabList_Type.BackColor = System.Drawing.Color.WhiteSmoke; 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.ForeColor = System.Drawing.Color.Black; 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(3, 33); this.TabList_Type.Margin = new System.Windows.Forms.Padding(0); 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.LightSkyBlue; 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(77, 394); this.TabList_Type.TabIndex = 4; this.TabList_Type.TileSize = new System.Drawing.Size(77, 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; // // rySearch1 // this.rySearch1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.rySearch1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(239)))), ((int)(((byte)(244))))); this.rySearch1.BaseColor = System.Drawing.Color.Teal; this.rySearch1.ButtonRoundBackColor = System.Drawing.SystemColors.Control; this.rySearch1.ColorGradient = true; this.rySearch1.EmptyText = "输入名称或拼音搜索"; this.rySearch1.Location = new System.Drawing.Point(537, 36); this.rySearch1.Name = "rySearch1"; this.rySearch1.Size = new System.Drawing.Size(142, 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); // // 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.BackColor = System.Drawing.Color.White; this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(216)))), ((int)(((byte)(223))))); this.panelEx1.Controls.Add(this.LblDrag); this.panelEx1.Controls.Add(this.LblEmpty); this.panelEx1.Controls.Add(this.IconViewEx1); this.panelEx1.Location = new System.Drawing.Point(84, 65); 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(628, 462); this.panelEx1.TabIndex = 1; this.panelEx1.TileBackColor = System.Drawing.Color.White; this.panelEx1.Resize += new System.EventHandler(this.panelEx1_Resize); // // LblEmpty // this.LblEmpty.AutoSize = true; this.LblEmpty.BackColor = System.Drawing.Color.Transparent; this.LblEmpty.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.LblEmpty.ForeColor = System.Drawing.Color.Silver; this.LblEmpty.Location = new System.Drawing.Point(31, 196); this.LblEmpty.Name = "LblEmpty"; this.LblEmpty.Size = new System.Drawing.Size(456, 19); this.LblEmpty.TabIndex = 1; this.LblEmpty.Text = "暂无软件,请右击列表或者直接拖放文件到列表中添加"; this.LblEmpty.Visible = false; // // IconViewEx1 // this.IconViewEx1.AllowDrop = true; this.IconViewEx1.BackColor = System.Drawing.Color.White; 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.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, 3); 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.Size = new System.Drawing.Size(622, 456); this.IconViewEx1.TabIndex = 0; this.IconViewEx1.TextHeight = 20; this.IconViewEx1.TileSize = new System.Drawing.Size(100, 100); 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.MouseClick += new System.Windows.Forms.MouseEventHandler(this.IconViewEx1_MouseClick); this.IconViewEx1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.IconViewEx1_MouseDoubleClick); this.IconViewEx1.Resize += new System.EventHandler(this.IconViewEx1_Resize); // // 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.Color.WhiteSmoke; 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(84, 34); this.TabList_Column.Margin = new System.Windows.Forms.Padding(0); 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.LightSkyBlue; this.TabList_Column.SelectedEndBackColor = System.Drawing.Color.SkyBlue; this.TabList_Column.SelectedForeColor = System.Drawing.Color.Black; this.TabList_Column.SelectedStartBackColor = System.Drawing.Color.PowderBlue; this.TabList_Column.Size = new System.Drawing.Size(450, 29); this.TabList_Column.TabIndex = 1; this.TabList_Column.TileSize = new System.Drawing.Size(70, 30); 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); // // FrmVSoft // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; this.BorderWidth = 2; this.CaptionHeight = 30; this.ClientSize = new System.Drawing.Size(717, 531); this.ControlBoxOffset = new System.Drawing.Point(8, 8); this.Controls.Add(this.rySearch1); this.Controls.Add(this.PnlLeft); this.Controls.Add(this.LblSetting); this.Controls.Add(this.BtnAddColumn); this.Controls.Add(this.TabList_Column); this.Controls.Add(this.panelEx1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MinimumSize = new System.Drawing.Size(160, 60); this.Name = "FrmVSoft"; this.SideResizeWidth = 4; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "VSoft"; themeForm1.BorderWidth = 2; themeForm1.CaptionBackColorBottom = System.Drawing.Color.White; themeForm1.CaptionBackColorTop = System.Drawing.Color.White; themeForm1.CaptionHeight = 30; themeForm1.CaptionTextCenter = false; themeForm1.CaptionTextColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(102)))), ((int)(((byte)(102))))); themeForm1.CloseBoxBackImageHover = null; themeForm1.CloseBoxBackImageNormal = null; themeForm1.CloseBoxBackImagePressed = null; buttonColorTable1.BackColorDisabled = System.Drawing.Color.Empty; buttonColorTable1.BackColorHover = System.Drawing.Color.FromArgb(((int)(((byte)(217)))), ((int)(((byte)(71)))), ((int)(((byte)(71))))); buttonColorTable1.BackColorNormal = System.Drawing.Color.Empty; buttonColorTable1.BackColorPressed = System.Drawing.Color.FromArgb(((int)(((byte)(188)))), ((int)(((byte)(52)))), ((int)(((byte)(52))))); buttonColorTable1.BorderColorDisabled = System.Drawing.Color.Empty; buttonColorTable1.BorderColorHover = System.Drawing.Color.Empty; buttonColorTable1.BorderColorNormal = System.Drawing.Color.Empty; buttonColorTable1.BorderColorPressed = System.Drawing.Color.Empty; buttonColorTable1.ForeColorDisabled = System.Drawing.Color.Empty; buttonColorTable1.ForeColorHover = System.Drawing.Color.FromArgb(((int)(((byte)(249)))), ((int)(((byte)(240)))), ((int)(((byte)(223))))); buttonColorTable1.ForeColorNormal = System.Drawing.Color.FromArgb(((int)(((byte)(249)))), ((int)(((byte)(240)))), ((int)(((byte)(223))))); buttonColorTable1.ForeColorPressed = System.Drawing.Color.FromArgb(((int)(((byte)(249)))), ((int)(((byte)(240)))), ((int)(((byte)(223))))); themeForm1.CloseBoxColor = buttonColorTable1; themeForm1.CloseBoxSize = new System.Drawing.Size(30, 23); themeForm1.ControlBoxOffset = new System.Drawing.Point(8, 8); themeForm1.ControlBoxSpace = 2; themeForm1.DrawCaptionIcon = true; themeForm1.DrawCaptionText = true; themeForm1.FormBackColor = System.Drawing.Color.White; themeForm1.FormBorderInmostColor = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(248)))), ((int)(((byte)(248))))); themeForm1.FormBorderInnerColor = System.Drawing.Color.White; themeForm1.FormBorderOutterColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(144)))), ((int)(((byte)(198))))); themeForm1.IconLeftMargin = 2; themeForm1.IconSize = new System.Drawing.Size(16, 16); themeForm1.MaxBoxBackImageHover = null; themeForm1.MaxBoxBackImageNormal = null; themeForm1.MaxBoxBackImagePressed = null; buttonColorTable2.BackColorDisabled = System.Drawing.Color.Empty; buttonColorTable2.BackColorHover = System.Drawing.Color.FromArgb(((int)(((byte)(67)))), ((int)(((byte)(139)))), ((int)(((byte)(221))))); buttonColorTable2.BackColorNormal = System.Drawing.Color.Empty; buttonColorTable2.BackColorPressed = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(125)))), ((int)(((byte)(210))))); buttonColorTable2.BorderColorDisabled = System.Drawing.Color.Empty; buttonColorTable2.BorderColorHover = System.Drawing.Color.Empty; buttonColorTable2.BorderColorNormal = System.Drawing.Color.Empty; buttonColorTable2.BorderColorPressed = System.Drawing.Color.Empty; buttonColorTable2.ForeColorDisabled = System.Drawing.Color.Empty; buttonColorTable2.ForeColorHover = System.Drawing.Color.FromArgb(((int)(((byte)(249)))), ((int)(((byte)(240)))), ((int)(((byte)(223))))); buttonColorTable2.ForeColorNormal = System.Drawing.Color.FromArgb(((int)(((byte)(249)))), ((int)(((byte)(240)))), ((int)(((byte)(223))))); buttonColorTable2.ForeColorPressed = System.Drawing.Color.FromArgb(((int)(((byte)(249)))), ((int)(((byte)(240)))), ((int)(((byte)(223))))); themeForm1.MaxBoxColor = buttonColorTable2; themeForm1.MaxBoxSize = new System.Drawing.Size(30, 23); themeForm1.Mdi_AlwaysShowListAllBtn = false; themeForm1.Mdi_BarBackColor = System.Drawing.Color.LightSkyBlue; themeForm1.Mdi_BarBorderColor = System.Drawing.Color.Red; themeForm1.Mdi_BarBottomRegionBackColor = System.Drawing.Color.White; themeForm1.Mdi_BarBottomRegionHeight = 3; themeForm1.Mdi_BarLeftPadding = 3; themeForm1.Mdi_BarMargin = new System.Windows.Forms.Padding(6, 38, 100, 0); themeForm1.Mdi_BarRightPadding = 100; themeForm1.Mdi_DrawBarBackground = false; themeForm1.Mdi_DrawBarBorder = false; themeForm1.Mdi_ListAllBtnAlign = MGdu.WinFormUI.BarButtonAlignmentType.Left; themeForm1.Mdi_ListAllBtnBottomSpace = 7; buttonColorTable3.BackColorDisabled = System.Drawing.Color.Empty; buttonColorTable3.BackColorHover = System.Drawing.Color.White; buttonColorTable3.BackColorNormal = System.Drawing.Color.Empty; buttonColorTable3.BackColorPressed = System.Drawing.Color.WhiteSmoke; buttonColorTable3.BorderColorDisabled = System.Drawing.Color.Empty; buttonColorTable3.BorderColorHover = System.Drawing.Color.Empty; buttonColorTable3.BorderColorNormal = System.Drawing.Color.Empty; buttonColorTable3.BorderColorPressed = System.Drawing.Color.Empty; buttonColorTable3.ForeColorDisabled = System.Drawing.Color.Empty; buttonColorTable3.ForeColorHover = System.Drawing.Color.Gray; buttonColorTable3.ForeColorNormal = System.Drawing.Color.Gray; buttonColorTable3.ForeColorPressed = System.Drawing.Color.Gray; themeForm1.Mdi_ListAllBtnColor = buttonColorTable3; themeForm1.Mdi_ListAllBtnLeftSpace = 4; themeForm1.Mdi_ListAllBtnSize = new System.Drawing.Size(36, 18); themeForm1.Mdi_NewTabBtnBottomSpace = 1; themeForm1.Mdi_NewTabBtnColor = buttonColorTable3; themeForm1.Mdi_NewTabBtnLeftSpace = 4; themeForm1.Mdi_NewTabBtnSize = new System.Drawing.Size(24, 24); themeForm1.Mdi_ShowNewTabBtn = true; themeForm1.Mdi_ShowTabCloseIcon = false; themeForm1.Mdi_ShowTabIcon = true; themeForm1.Mdi_TabActiveBackColorBottom = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(248)))), ((int)(((byte)(248))))); themeForm1.Mdi_TabActiveBackColorTop = System.Drawing.Color.White; themeForm1.Mdi_TabActiveForeColor = System.Drawing.Color.Black; themeForm1.Mdi_TabAndTabSpace = -8; themeForm1.Mdi_TabDeactiveBackColorBottom = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230))))); themeForm1.Mdi_TabDeactiveBackColorTop = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230))))); themeForm1.Mdi_TabDeactiveForeColor = System.Drawing.Color.Black; themeForm1.Mdi_TabHeight = 26; themeForm1.Mdi_TabHeightActive = 26; themeForm1.Mdi_TabInnerBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(180)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); themeForm1.Mdi_TabMaxWidth = 360; themeForm1.Mdi_TabMinWidth = 90; themeForm1.Mdi_TabNormalWidth = 180; themeForm1.Mdi_TabOutterBorderColor = System.Drawing.Color.Gray; themeForm1.Mdi_TabShowBorder = true; themeForm1.Mdi_TabSlopeWidth = 8; themeForm1.Mdi_TabTopSpace = 2; themeForm1.Mdi_UseMsgToActivateChild = true; themeForm1.MinBoxBackImageHover = null; themeForm1.MinBoxBackImageNormal = null; themeForm1.MinBoxBackImagePressed = null; themeForm1.MinBoxColor = buttonColorTable2; themeForm1.MinBoxSize = new System.Drawing.Size(30, 23); themeForm1.Radius = 8; themeForm1.ResBoxBackImageHover = null; themeForm1.ResBoxBackImageNormal = null; themeForm1.ResBoxBackImagePressed = null; themeForm1.RoundedStyle = MGdu.WinFormUI.MyGraphics.RoundStyle.None; themeForm1.SetClientInset = false; themeForm1.ShadowAValueDark = 80; themeForm1.ShadowAValueLight = 0; themeForm1.ShadowColor = System.Drawing.Color.Black; themeForm1.ShadowWidth = 1; themeForm1.ShowShadow = false; themeForm1.SideResizeWidth = 4; themeForm1.TextLeftMargin = 2; themeForm1.UseDefaultTopRoundingFormRegion = false; themeForm1.UseShadowToResize = false; this.XTheme = themeForm1; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmVSoft_FormClosing); this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FrmVSoft_FormClosed); this.Load += new System.EventHandler(this.FrmVSoft_Load); this.Shown += new System.EventHandler(this.FrmVSoft_Shown); this.ResizeEnd += new System.EventHandler(this.FrmVSoft_ResizeEnd); this.Resize += new System.EventHandler(this.FrmVSoft_Resize); this.MenuList.ResumeLayout(false); this.MenuTabColumn.ResumeLayout(false); this.MenuTabType.ResumeLayout(false); this.MenuTray.ResumeLayout(false); this.PnlLeft.ResumeLayout(false); this.panelEx1.ResumeLayout(false); this.panelEx1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #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.ColumnHeader columnHeader1; private System.Windows.Forms.Label LblDrag; private System.Windows.Forms.Timer timer1; private System.Windows.Forms.ColumnHeader columnHeader2; private System.Windows.Forms.NotifyIcon notifyIcon1; private System.Windows.Forms.ContextMenuStrip MenuTray; private System.Windows.Forms.ToolStripMenuItem 显示主窗体ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 退出软件ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 打开官网ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 捐助ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 设置ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 新增内置功能ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 添加栏目ToolStripMenuItem; private System.Windows.Forms.Label LblEmpty; private System.Windows.Forms.Label LblSetting; private System.Windows.Forms.Panel PnlLeft; private System.Windows.Forms.ToolStripSeparator toolStripMenuItem3; } }