frmMain.Designer.cs
上传用户:jiupin
上传日期:2022-04-21
资源大小:1525k
文件大小:30k
源码类别:

ListView/ListBox

开发平台:

C#

  1. namespace WinListViewQQ
  2. {
  3.     partial class frmMain
  4.     {
  5.         /// <summary>
  6.         /// 必需的设计器变量。
  7.         /// </summary>
  8.         private System.ComponentModel.IContainer components = null;
  9.         /// <summary>
  10.         /// 清理所有正在使用的资源。
  11.         /// </summary>
  12.         /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13.         protected override void Dispose(bool disposing)
  14.         {
  15.             if (disposing && (components != null))
  16.             {
  17.                 components.Dispose();
  18.             }
  19.             base.Dispose(disposing);
  20.         }
  21.         #region Windows 窗体设计器生成的代码
  22.         /// <summary>
  23.         /// 设计器支持所需的方法 - 不要
  24.         /// 使用代码编辑器修改此方法的内容。
  25.         /// </summary>
  26.         private void InitializeComponent()
  27.         {
  28.             this.components = new System.ComponentModel.Container();
  29.             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
  30.             this.imageListSmallBlue = new System.Windows.Forms.ImageList(this.components);
  31.             this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components);
  32.             this.contextMenuStripTaskbar = new System.Windows.Forms.ContextMenuStrip(this.components);
  33.             this.ToolStripMenuItemShowFrmMain = new System.Windows.Forms.ToolStripMenuItem();
  34.             this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
  35.             this.ToolStripMenuItemShowDeskTopIco = new System.Windows.Forms.ToolStripMenuItem();
  36.             this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator();
  37.             this.ToolStripMenuItemAutoRun = new System.Windows.Forms.ToolStripMenuItem();
  38.             this.ToolStripMenuItemTopMost = new System.Windows.Forms.ToolStripMenuItem();
  39.             this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
  40.             this.ToolStripMenuItemAbout = new System.Windows.Forms.ToolStripMenuItem();
  41.             this.ToolStripMenuItemExit = new System.Windows.Forms.ToolStripMenuItem();
  42.             this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  43.             this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  44.             this.toolStripButtonShowDesktopIcon = new System.Windows.Forms.ToolStripButton();
  45.             this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  46.             this.toolStripButtonScreenSave = new System.Windows.Forms.ToolStripButton();
  47.             this.toolStripButton2 = new System.Windows.Forms.ToolStripSeparator();
  48.             this.toolStripButtonExit = new System.Windows.Forms.ToolStripButton();
  49.             this.label1 = new System.Windows.Forms.Label();
  50.             this.btnFour = new System.Windows.Forms.Button();
  51.             this.btnThree = new System.Windows.Forms.Button();
  52.             this.btnTwo = new System.Windows.Forms.Button();
  53.             this.btnOne = new System.Windows.Forms.Button();
  54.             this.contextMenuStripListView = new System.Windows.Forms.ContextMenuStrip(this.components);
  55.             this.打开ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  56.             this.toolStripMenuItem5 = new System.Windows.Forms.ToolStripSeparator();
  57.             this.ToolStripMenuItemBackImage = new System.Windows.Forms.ToolStripMenuItem();
  58.             this.ToolStripMenuItemBgRed = new System.Windows.Forms.ToolStripMenuItem();
  59.             this.ToolStripMenuItemBgBlue = new System.Windows.Forms.ToolStripMenuItem();
  60.             this.ToolStripMenuItemIcons = new System.Windows.Forms.ToolStripMenuItem();
  61.             this.ToolStripMenuItemLargeRed = new System.Windows.Forms.ToolStripMenuItem();
  62.             this.ToolStripMenuItemLargeBlue = new System.Windows.Forms.ToolStripMenuItem();
  63.             this.ToolStripMenuItemSmallRed = new System.Windows.Forms.ToolStripMenuItem();
  64.             this.ToolStripMenuItemSmallBlue = new System.Windows.Forms.ToolStripMenuItem();
  65.             this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripSeparator();
  66.             this.ToolStripMenuItemAddItem = new System.Windows.Forms.ToolStripMenuItem();
  67.             this.ToolStripMenuItemRemoveItem = new System.Windows.Forms.ToolStripMenuItem();
  68.             this.imageListLargeBlue = new System.Windows.Forms.ImageList(this.components);
  69.             this.imageListSmallRed = new System.Windows.Forms.ImageList(this.components);
  70.             this.imageListLargeRed = new System.Windows.Forms.ImageList(this.components);
  71.             this.timercpu = new System.Windows.Forms.Timer(this.components);
  72.             this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
  73.             this.toolStripProgressBarCpu = new System.Windows.Forms.ToolStripProgressBar();
  74.             this.toolStripStatusLabelCPU = new System.Windows.Forms.ToolStripStatusLabel();
  75.             this.statusStrip1 = new System.Windows.Forms.StatusStrip();
  76.             this.contextMenuStripTaskbar.SuspendLayout();
  77.             this.splitContainer1.Panel1.SuspendLayout();
  78.             this.splitContainer1.Panel2.SuspendLayout();
  79.             this.splitContainer1.SuspendLayout();
  80.             this.toolStrip1.SuspendLayout();
  81.             this.contextMenuStripListView.SuspendLayout();
  82.             this.statusStrip1.SuspendLayout();
  83.             this.SuspendLayout();
  84.             // 
  85.             // imageListSmallBlue
  86.             // 
  87.             this.imageListSmallBlue.ColorDepth = System.Windows.Forms.ColorDepth.Depth24Bit;
  88.             this.imageListSmallBlue.ImageSize = new System.Drawing.Size(40, 40);
  89.             this.imageListSmallBlue.TransparentColor = System.Drawing.Color.Transparent;
  90.             // 
  91.             // notifyIcon1
  92.             // 
  93.             this.notifyIcon1.ContextMenuStrip = this.contextMenuStripTaskbar;
  94.             this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon")));
  95.             this.notifyIcon1.Text = "WinQ";
  96.             this.notifyIcon1.Visible = true;
  97.             this.notifyIcon1.DoubleClick += new System.EventHandler(this.notifyIcon1_DoubleClick);
  98.             // 
  99.             // contextMenuStripTaskbar
  100.             // 
  101.             this.contextMenuStripTaskbar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  102.             this.ToolStripMenuItemShowFrmMain,
  103.             this.toolStripMenuItem2,
  104.             this.ToolStripMenuItemShowDeskTopIco,
  105.             this.toolStripMenuItem3,
  106.             this.ToolStripMenuItemAutoRun,
  107.             this.ToolStripMenuItemTopMost,
  108.             this.toolStripMenuItem1,
  109.             this.ToolStripMenuItemAbout,
  110.             this.ToolStripMenuItemExit});
  111.             this.contextMenuStripTaskbar.Name = "contextMenuStrip1";
  112.             this.contextMenuStripTaskbar.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
  113.             this.contextMenuStripTaskbar.Size = new System.Drawing.Size(143, 154);
  114.             this.contextMenuStripTaskbar.Paint += new System.Windows.Forms.PaintEventHandler(this.contextMenuStripTaskbar_Paint);
  115.             this.contextMenuStripTaskbar.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.contextMenuStripTaskbar_ItemClicked);
  116.             // 
  117.             // ToolStripMenuItemShowFrmMain
  118.             // 
  119.             this.ToolStripMenuItemShowFrmMain.Name = "ToolStripMenuItemShowFrmMain";
  120.             this.ToolStripMenuItemShowFrmMain.Size = new System.Drawing.Size(142, 22);
  121.             this.ToolStripMenuItemShowFrmMain.Text = "打开主面板";
  122.             // 
  123.             // toolStripMenuItem2
  124.             // 
  125.             this.toolStripMenuItem2.Name = "toolStripMenuItem2";
  126.             this.toolStripMenuItem2.Size = new System.Drawing.Size(139, 6);
  127.             // 
  128.             // ToolStripMenuItemShowDeskTopIco
  129.             // 
  130.             this.ToolStripMenuItemShowDeskTopIco.Name = "ToolStripMenuItemShowDeskTopIco";
  131.             this.ToolStripMenuItemShowDeskTopIco.Size = new System.Drawing.Size(142, 22);
  132.             this.ToolStripMenuItemShowDeskTopIco.Text = "隐藏桌面图标";
  133.             // 
  134.             // toolStripMenuItem3
  135.             // 
  136.             this.toolStripMenuItem3.Name = "toolStripMenuItem3";
  137.             this.toolStripMenuItem3.Size = new System.Drawing.Size(139, 6);
  138.             // 
  139.             // ToolStripMenuItemAutoRun
  140.             // 
  141.             this.ToolStripMenuItemAutoRun.Name = "ToolStripMenuItemAutoRun";
  142.             this.ToolStripMenuItemAutoRun.Size = new System.Drawing.Size(142, 22);
  143.             this.ToolStripMenuItemAutoRun.Text = "开机启动";
  144.             // 
  145.             // ToolStripMenuItemTopMost
  146.             // 
  147.             this.ToolStripMenuItemTopMost.Name = "ToolStripMenuItemTopMost";
  148.             this.ToolStripMenuItemTopMost.Size = new System.Drawing.Size(142, 22);
  149.             this.ToolStripMenuItemTopMost.Text = "总在最上面";
  150.             // 
  151.             // toolStripMenuItem1
  152.             // 
  153.             this.toolStripMenuItem1.Name = "toolStripMenuItem1";
  154.             this.toolStripMenuItem1.Size = new System.Drawing.Size(139, 6);
  155.             // 
  156.             // ToolStripMenuItemAbout
  157.             // 
  158.             this.ToolStripMenuItemAbout.Name = "ToolStripMenuItemAbout";
  159.             this.ToolStripMenuItemAbout.Size = new System.Drawing.Size(142, 22);
  160.             this.ToolStripMenuItemAbout.Text = "关于";
  161.             // 
  162.             // ToolStripMenuItemExit
  163.             // 
  164.             this.ToolStripMenuItemExit.Image = ((System.Drawing.Image)(resources.GetObject("ToolStripMenuItemExit.Image")));
  165.             this.ToolStripMenuItemExit.Name = "ToolStripMenuItemExit";
  166.             this.ToolStripMenuItemExit.Size = new System.Drawing.Size(142, 22);
  167.             this.ToolStripMenuItemExit.Text = "退出";
  168.             // 
  169.             // splitContainer1
  170.             // 
  171.             this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  172.             this.splitContainer1.Location = new System.Drawing.Point(0, 0);
  173.             this.splitContainer1.Name = "splitContainer1";
  174.             this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  175.             // 
  176.             // splitContainer1.Panel1
  177.             // 
  178.             this.splitContainer1.Panel1.Controls.Add(this.toolStrip1);
  179.             this.splitContainer1.Panel1.Controls.Add(this.label1);
  180.             // 
  181.             // splitContainer1.Panel2
  182.             // 
  183.             this.splitContainer1.Panel2.Controls.Add(this.btnFour);
  184.             this.splitContainer1.Panel2.Controls.Add(this.btnThree);
  185.             this.splitContainer1.Panel2.Controls.Add(this.btnTwo);
  186.             this.splitContainer1.Panel2.Controls.Add(this.btnOne);
  187.             this.splitContainer1.Size = new System.Drawing.Size(694, 516);
  188.             this.splitContainer1.SplitterDistance = 40;
  189.             this.splitContainer1.TabIndex = 4;
  190.             // 
  191.             // toolStrip1
  192.             // 
  193.             this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  194.             this.toolStripButtonShowDesktopIcon,
  195.             this.toolStripSeparator1,
  196.             this.toolStripButtonScreenSave,
  197.             this.toolStripButton2,
  198.             this.toolStripButtonExit});
  199.             this.toolStrip1.Location = new System.Drawing.Point(0, 0);
  200.             this.toolStrip1.Name = "toolStrip1";
  201.             this.toolStrip1.Size = new System.Drawing.Size(694, 25);
  202.             this.toolStrip1.TabIndex = 1;
  203.             this.toolStrip1.Text = "toolStrip1";
  204.             // 
  205.             // toolStripButtonShowDesktopIcon
  206.             // 
  207.             this.toolStripButtonShowDesktopIcon.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  208.             this.toolStripButtonShowDesktopIcon.ImageTransparentColor = System.Drawing.Color.Magenta;
  209.             this.toolStripButtonShowDesktopIcon.Name = "toolStripButtonShowDesktopIcon";
  210.             this.toolStripButtonShowDesktopIcon.Size = new System.Drawing.Size(23, 22);
  211.             this.toolStripButtonShowDesktopIcon.Text = "隐藏桌面图标";
  212.             this.toolStripButtonShowDesktopIcon.Click += new System.EventHandler(this.toolStripButtonShowDesktopIcon_Click);
  213.             // 
  214.             // toolStripSeparator1
  215.             // 
  216.             this.toolStripSeparator1.Name = "toolStripSeparator1";
  217.             this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
  218.             // 
  219.             // toolStripButtonScreenSave
  220.             // 
  221.             this.toolStripButtonScreenSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  222.             this.toolStripButtonScreenSave.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonScreenSave.Image")));
  223.             this.toolStripButtonScreenSave.ImageTransparentColor = System.Drawing.Color.Magenta;
  224.             this.toolStripButtonScreenSave.Name = "toolStripButtonScreenSave";
  225.             this.toolStripButtonScreenSave.Size = new System.Drawing.Size(23, 22);
  226.             this.toolStripButtonScreenSave.Text = "开始屏保";
  227.             this.toolStripButtonScreenSave.Click += new System.EventHandler(this.toolStripButtonScreenSave_Click);
  228.             // 
  229.             // toolStripButton2
  230.             // 
  231.             this.toolStripButton2.Name = "toolStripButton2";
  232.             this.toolStripButton2.Size = new System.Drawing.Size(6, 25);
  233.             // 
  234.             // toolStripButtonExit
  235.             // 
  236.             this.toolStripButtonExit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  237.             this.toolStripButtonExit.ImageTransparentColor = System.Drawing.Color.Magenta;
  238.             this.toolStripButtonExit.Name = "toolStripButtonExit";
  239.             this.toolStripButtonExit.Size = new System.Drawing.Size(23, 22);
  240.             this.toolStripButtonExit.Text = "退出";
  241.             this.toolStripButtonExit.Click += new System.EventHandler(this.toolStripButtonExit_Click);
  242.             // 
  243.             // label1
  244.             // 
  245.             this.label1.AutoSize = true;
  246.             this.label1.Location = new System.Drawing.Point(115, 10);
  247.             this.label1.Name = "label1";
  248.             this.label1.Size = new System.Drawing.Size(0, 12);
  249.             this.label1.TabIndex = 0;
  250.             // 
  251.             // btnFour
  252.             // 
  253.             this.btnFour.Location = new System.Drawing.Point(99, 257);
  254.             this.btnFour.Name = "btnFour";
  255.             this.btnFour.Size = new System.Drawing.Size(79, 23);
  256.             this.btnFour.TabIndex = 6;
  257.             this.btnFour.Text = "我的地盘";
  258.             this.btnFour.UseVisualStyleBackColor = true;
  259.             this.btnFour.Click += new System.EventHandler(this.btnFour_Click);
  260.             // 
  261.             // btnThree
  262.             // 
  263.             this.btnThree.Location = new System.Drawing.Point(39, 257);
  264.             this.btnThree.Name = "btnThree";
  265.             this.btnThree.Size = new System.Drawing.Size(76, 23);
  266.             this.btnThree.TabIndex = 3;
  267.             this.btnThree.Text = "扩 展";
  268.             this.btnThree.UseVisualStyleBackColor = true;
  269.             this.btnThree.MouseLeave += new System.EventHandler(this.btnThree_MouseLeave);
  270.             this.btnThree.Click += new System.EventHandler(this.btnThree_Click);
  271.             this.btnThree.MouseEnter += new System.EventHandler(this.btnThree_MouseEnter);
  272.             // 
  273.             // btnTwo
  274.             // 
  275.             this.btnTwo.Location = new System.Drawing.Point(12, 228);
  276.             this.btnTwo.Name = "btnTwo";
  277.             this.btnTwo.Size = new System.Drawing.Size(103, 23);
  278.             this.btnTwo.TabIndex = 5;
  279.             this.btnTwo.Text = "程 序";
  280.             this.btnTwo.UseVisualStyleBackColor = true;
  281.             this.btnTwo.MouseLeave += new System.EventHandler(this.btnTwo_MouseLeave);
  282.             this.btnTwo.Click += new System.EventHandler(this.btnTwo_Click);
  283.             this.btnTwo.MouseEnter += new System.EventHandler(this.btnTwo_MouseEnter);
  284.             // 
  285.             // btnOne
  286.             // 
  287.             this.btnOne.Location = new System.Drawing.Point(12, 273);
  288.             this.btnOne.Name = "btnOne";
  289.             this.btnOne.Size = new System.Drawing.Size(103, 23);
  290.             this.btnOne.TabIndex = 4;
  291.             this.btnOne.Text = "系 统";
  292.             this.btnOne.UseVisualStyleBackColor = true;
  293.             this.btnOne.MouseLeave += new System.EventHandler(this.btnOne_MouseLeave);
  294.             this.btnOne.Click += new System.EventHandler(this.btnOne_Click);
  295.             this.btnOne.MouseEnter += new System.EventHandler(this.btnOne_MouseEnter);
  296.             // 
  297.             // contextMenuStripListView
  298.             // 
  299.             this.contextMenuStripListView.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  300.             this.打开ToolStripMenuItem,
  301.             this.toolStripMenuItem5,
  302.             this.ToolStripMenuItemBackImage,
  303.             this.ToolStripMenuItemIcons,
  304.             this.toolStripMenuItem4,
  305.             this.ToolStripMenuItemAddItem,
  306.             this.ToolStripMenuItemRemoveItem});
  307.             this.contextMenuStripListView.Name = "contextMenuStrip2";
  308.             this.contextMenuStripListView.Size = new System.Drawing.Size(119, 126);
  309.             this.contextMenuStripListView.Paint += new System.Windows.Forms.PaintEventHandler(this.contextMenuStrip2_Paint);
  310.             // 
  311.             // 打开ToolStripMenuItem
  312.             // 
  313.             this.打开ToolStripMenuItem.Name = "打开ToolStripMenuItem";
  314.             this.打开ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
  315.             this.打开ToolStripMenuItem.Text = "打开";
  316.             this.打开ToolStripMenuItem.Click += new System.EventHandler(this.打开ToolStripMenuItem_Click);
  317.             // 
  318.             // toolStripMenuItem5
  319.             // 
  320.             this.toolStripMenuItem5.Name = "toolStripMenuItem5";
  321.             this.toolStripMenuItem5.Size = new System.Drawing.Size(115, 6);
  322.             // 
  323.             // ToolStripMenuItemBackImage
  324.             // 
  325.             this.ToolStripMenuItemBackImage.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  326.             this.ToolStripMenuItemBgRed,
  327.             this.ToolStripMenuItemBgBlue});
  328.             this.ToolStripMenuItemBackImage.Name = "ToolStripMenuItemBackImage";
  329.             this.ToolStripMenuItemBackImage.Size = new System.Drawing.Size(118, 22);
  330.             this.ToolStripMenuItemBackImage.Text = "背景选择";
  331.             // 
  332.             // ToolStripMenuItemBgRed
  333.             // 
  334.             this.ToolStripMenuItemBgRed.Name = "ToolStripMenuItemBgRed";
  335.             this.ToolStripMenuItemBgRed.Size = new System.Drawing.Size(94, 22);
  336.             this.ToolStripMenuItemBgRed.Text = "红色";
  337.             this.ToolStripMenuItemBgRed.Click += new System.EventHandler(this.ToolStripMenuItemBgRed_Click);
  338.             // 
  339.             // ToolStripMenuItemBgBlue
  340.             // 
  341.             this.ToolStripMenuItemBgBlue.Name = "ToolStripMenuItemBgBlue";
  342.             this.ToolStripMenuItemBgBlue.Size = new System.Drawing.Size(94, 22);
  343.             this.ToolStripMenuItemBgBlue.Text = "蓝色";
  344.             this.ToolStripMenuItemBgBlue.Click += new System.EventHandler(this.ToolStripMenuItemBgBlue_Click);
  345.             // 
  346.             // ToolStripMenuItemIcons
  347.             // 
  348.             this.ToolStripMenuItemIcons.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  349.             this.ToolStripMenuItemLargeRed,
  350.             this.ToolStripMenuItemLargeBlue,
  351.             this.ToolStripMenuItemSmallRed,
  352.             this.ToolStripMenuItemSmallBlue});
  353.             this.ToolStripMenuItemIcons.Name = "ToolStripMenuItemIcons";
  354.             this.ToolStripMenuItemIcons.Size = new System.Drawing.Size(118, 22);
  355.             this.ToolStripMenuItemIcons.Text = "图标";
  356.             // 
  357.             // ToolStripMenuItemLargeRed
  358.             // 
  359.             this.ToolStripMenuItemLargeRed.Name = "ToolStripMenuItemLargeRed";
  360.             this.ToolStripMenuItemLargeRed.Size = new System.Drawing.Size(130, 22);
  361.             this.ToolStripMenuItemLargeRed.Text = "红色大图标";
  362.             this.ToolStripMenuItemLargeRed.Click += new System.EventHandler(this.ToolStripMenuItemLargeRed_Click);
  363.             // 
  364.             // ToolStripMenuItemLargeBlue
  365.             // 
  366.             this.ToolStripMenuItemLargeBlue.Name = "ToolStripMenuItemLargeBlue";
  367.             this.ToolStripMenuItemLargeBlue.Size = new System.Drawing.Size(130, 22);
  368.             this.ToolStripMenuItemLargeBlue.Text = "蓝色大图标";
  369.             this.ToolStripMenuItemLargeBlue.Click += new System.EventHandler(this.ToolStripMenuItemLargeBlue_Click);
  370.             // 
  371.             // ToolStripMenuItemSmallRed
  372.             // 
  373.             this.ToolStripMenuItemSmallRed.Name = "ToolStripMenuItemSmallRed";
  374.             this.ToolStripMenuItemSmallRed.Size = new System.Drawing.Size(130, 22);
  375.             this.ToolStripMenuItemSmallRed.Text = "红色小图标";
  376.             this.ToolStripMenuItemSmallRed.Click += new System.EventHandler(this.ToolStripMenuItemSmallRed_Click_1);
  377.             // 
  378.             // ToolStripMenuItemSmallBlue
  379.             // 
  380.             this.ToolStripMenuItemSmallBlue.Name = "ToolStripMenuItemSmallBlue";
  381.             this.ToolStripMenuItemSmallBlue.Size = new System.Drawing.Size(130, 22);
  382.             this.ToolStripMenuItemSmallBlue.Text = "蓝色小图标";
  383.             this.ToolStripMenuItemSmallBlue.Click += new System.EventHandler(this.ToolStripMenuItemSmallBlue_Click);
  384.             // 
  385.             // toolStripMenuItem4
  386.             // 
  387.             this.toolStripMenuItem4.Name = "toolStripMenuItem4";
  388.             this.toolStripMenuItem4.Size = new System.Drawing.Size(115, 6);
  389.             // 
  390.             // ToolStripMenuItemAddItem
  391.             // 
  392.             this.ToolStripMenuItemAddItem.Name = "ToolStripMenuItemAddItem";
  393.             this.ToolStripMenuItemAddItem.Size = new System.Drawing.Size(118, 22);
  394.             this.ToolStripMenuItemAddItem.Text = "添加项";
  395.             this.ToolStripMenuItemAddItem.Click += new System.EventHandler(this.ToolStripMenuItemAddItem_Click);
  396.             // 
  397.             // ToolStripMenuItemRemoveItem
  398.             // 
  399.             this.ToolStripMenuItemRemoveItem.Name = "ToolStripMenuItemRemoveItem";
  400.             this.ToolStripMenuItemRemoveItem.Size = new System.Drawing.Size(118, 22);
  401.             this.ToolStripMenuItemRemoveItem.Text = "移除该项";
  402.             this.ToolStripMenuItemRemoveItem.Click += new System.EventHandler(this.ToolStripMenuItemRemoveItem_Click);
  403.             // 
  404.             // imageListLargeBlue
  405.             // 
  406.             this.imageListLargeBlue.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
  407.             this.imageListLargeBlue.ImageSize = new System.Drawing.Size(100, 100);
  408.             this.imageListLargeBlue.TransparentColor = System.Drawing.Color.Transparent;
  409.             // 
  410.             // imageListSmallRed
  411.             // 
  412.             this.imageListSmallRed.ColorDepth = System.Windows.Forms.ColorDepth.Depth24Bit;
  413.             this.imageListSmallRed.ImageSize = new System.Drawing.Size(40, 40);
  414.             this.imageListSmallRed.TransparentColor = System.Drawing.Color.Transparent;
  415.             // 
  416.             // imageListLargeRed
  417.             // 
  418.             this.imageListLargeRed.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
  419.             this.imageListLargeRed.ImageSize = new System.Drawing.Size(100, 100);
  420.             this.imageListLargeRed.TransparentColor = System.Drawing.Color.Transparent;
  421.             // 
  422.             // timercpu
  423.             // 
  424.             this.timercpu.Enabled = true;
  425.             this.timercpu.Interval = 1000;
  426.             this.timercpu.Tick += new System.EventHandler(this.timercpu_Tick);
  427.             // 
  428.             // toolStripStatusLabel1
  429.             // 
  430.             this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
  431.             this.toolStripStatusLabel1.Size = new System.Drawing.Size(23, 17);
  432.             this.toolStripStatusLabel1.Text = "cpu";
  433.             // 
  434.             // toolStripProgressBarCpu
  435.             // 
  436.             this.toolStripProgressBarCpu.Name = "toolStripProgressBarCpu";
  437.             this.toolStripProgressBarCpu.Size = new System.Drawing.Size(100, 16);
  438.             // 
  439.             // toolStripStatusLabelCPU
  440.             // 
  441.             this.toolStripStatusLabelCPU.Name = "toolStripStatusLabelCPU";
  442.             this.toolStripStatusLabelCPU.Size = new System.Drawing.Size(0, 17);
  443.             // 
  444.             // statusStrip1
  445.             // 
  446.             this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  447.             this.toolStripStatusLabel1,
  448.             this.toolStripProgressBarCpu,
  449.             this.toolStripStatusLabelCPU});
  450.             this.statusStrip1.Location = new System.Drawing.Point(0, 494);
  451.             this.statusStrip1.Name = "statusStrip1";
  452.             this.statusStrip1.Size = new System.Drawing.Size(694, 22);
  453.             this.statusStrip1.TabIndex = 8;
  454.             this.statusStrip1.Text = "statusStrip1";
  455.             // 
  456.             // frmMain
  457.             // 
  458.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  459.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  460.             this.ClientSize = new System.Drawing.Size(694, 516);
  461.             this.Controls.Add(this.statusStrip1);
  462.             this.Controls.Add(this.splitContainer1);
  463.             this.MaximizeBox = false;
  464.             this.Name = "frmMain";
  465.             this.Text = "xp";
  466.             this.TopMost = true;
  467.             this.Resize += new System.EventHandler(this.Form1_Resize);
  468.             this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
  469.             this.Load += new System.EventHandler(this.Form1_Load);
  470.             this.contextMenuStripTaskbar.ResumeLayout(false);
  471.             this.splitContainer1.Panel1.ResumeLayout(false);
  472.             this.splitContainer1.Panel1.PerformLayout();
  473.             this.splitContainer1.Panel2.ResumeLayout(false);
  474.             this.splitContainer1.ResumeLayout(false);
  475.             this.toolStrip1.ResumeLayout(false);
  476.             this.toolStrip1.PerformLayout();
  477.             this.contextMenuStripListView.ResumeLayout(false);
  478.             this.statusStrip1.ResumeLayout(false);
  479.             this.statusStrip1.PerformLayout();
  480.             this.ResumeLayout(false);
  481.             this.PerformLayout();
  482.         }
  483.         #endregion
  484.         private System.Windows.Forms.ImageList imageListSmallBlue;
  485.         private System.Windows.Forms.NotifyIcon notifyIcon1;
  486.         private System.Windows.Forms.ContextMenuStrip contextMenuStripTaskbar;
  487.         private System.Windows.Forms.SplitContainer splitContainer1;
  488.         private System.Windows.Forms.Button btnThree;
  489.         private System.Windows.Forms.Button btnTwo;
  490.         private System.Windows.Forms.Button btnOne;
  491.         private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemShowFrmMain;
  492.         private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
  493.         private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemAutoRun;
  494.         private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemTopMost;
  495.         private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
  496.         private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemExit;
  497.         private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemAbout;
  498.         private System.Windows.Forms.Label label1;
  499.         private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemShowDeskTopIco;
  500.         private System.Windows.Forms.ToolStrip toolStrip1;
  501.         private System.Windows.Forms.ToolStripSeparator toolStripButton2;
  502.         private System.Windows.Forms.ToolStripButton toolStripButtonExit;
  503.         private System.Windows.Forms.ContextMenuStrip contextMenuStripListView;
  504.         private System.Windows.Forms.ToolStripMenuItem 打开ToolStripMenuItem;
  505.         private System.Windows.Forms.ToolStripSeparator toolStripMenuItem3;
  506.         private System.Windows.Forms.ToolStripButton toolStripButtonShowDesktopIcon;
  507.         private System.Windows.Forms.Button btnFour;
  508.         private System.Windows.Forms.ImageList imageListLargeBlue;
  509.         private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemBackImage;
  510.         private System.Windows.Forms.ImageList imageListSmallRed;
  511.         private System.Windows.Forms.ImageList imageListLargeRed;
  512.         private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemBgRed;
  513.         private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemBgBlue;
  514.         private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemIcons;
  515.         private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemLargeRed;
  516.         private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemLargeBlue;
  517.         private System.Windows.Forms.ToolStripSeparator toolStripMenuItem5;
  518.         private System.Windows.Forms.ToolStripSeparator toolStripMenuItem4;
  519.         private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemAddItem;
  520.         private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemRemoveItem;
  521.         private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemSmallRed;
  522.         private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemSmallBlue;
  523.         private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  524.         private System.Windows.Forms.ToolStripButton toolStripButtonScreenSave;
  525.         private System.Windows.Forms.Timer timercpu;
  526.         private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
  527.         private System.Windows.Forms.ToolStripProgressBar toolStripProgressBarCpu;
  528.         private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelCPU;
  529.         private System.Windows.Forms.StatusStrip statusStrip1;
  530.     }
  531. }