Form1.Designer.cs
资源名称:wlll.rar [点击查看]
上传用户:zpsczj
上传日期:2022-02-13
资源大小:4436k
文件大小:28k
源码类别:
网络截获/分析
开发平台:
Visual C++
- namespace wlcs
- {
- partial class Form1
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows 窗体设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
- this.menuStrip1 = new System.Windows.Forms.MenuStrip();
- 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.选项ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.帮助ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.toolStrip1 = new System.Windows.Forms.ToolStrip();
- this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
- this.toolStripButton5 = new System.Windows.Forms.ToolStripButton();
- this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
- this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
- this.toolStripLabel3 = new System.Windows.Forms.ToolStripLabel();
- this.toolStripLabel4 = new System.Windows.Forms.ToolStripLabel();
- this.splitContainer1 = new System.Windows.Forms.SplitContainer();
- this.groupBox2 = new System.Windows.Forms.GroupBox();
- this.label4 = new System.Windows.Forms.Label();
- this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
- this.comboBox4 = new System.Windows.Forms.ComboBox();
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.label3 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- this.textBox1 = new System.Windows.Forms.TextBox();
- this.comboBox3 = new System.Windows.Forms.ComboBox();
- this.comboBox1 = new System.Windows.Forms.ComboBox();
- this.splitContainer2 = new System.Windows.Forms.SplitContainer();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.listBox1 = new System.Windows.Forms.ListBox();
- this.performanceCounter1 = new System.Diagnostics.PerformanceCounter();
- this.toolStripButton8 = new System.Windows.Forms.ToolStripButton();
- this.timer1 = new System.Windows.Forms.Timer(this.components);
- this.performanceCounter2 = new System.Diagnostics.PerformanceCounter();
- this.performanceCounter3 = new System.Diagnostics.PerformanceCounter();
- this.richTextBox1 = new System.Windows.Forms.RichTextBox();
- this.performanceCounter4 = new System.Diagnostics.PerformanceCounter();
- this.performanceCounter5 = new System.Diagnostics.PerformanceCounter();
- this.performanceCounter6 = new System.Diagnostics.PerformanceCounter();
- this.performanceCounter7 = new System.Diagnostics.PerformanceCounter();
- this.label5 = new System.Windows.Forms.Label();
- this.label6 = new System.Windows.Forms.Label();
- this.label7 = new System.Windows.Forms.Label();
- this.label8 = new System.Windows.Forms.Label();
- this.menuStrip1.SuspendLayout();
- this.toolStrip1.SuspendLayout();
- this.splitContainer1.Panel1.SuspendLayout();
- this.splitContainer1.Panel2.SuspendLayout();
- this.splitContainer1.SuspendLayout();
- this.groupBox2.SuspendLayout();
- this.groupBox1.SuspendLayout();
- this.splitContainer2.Panel1.SuspendLayout();
- this.splitContainer2.Panel2.SuspendLayout();
- this.splitContainer2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.performanceCounter1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.performanceCounter2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.performanceCounter3)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.performanceCounter4)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.performanceCounter5)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.performanceCounter6)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.performanceCounter7)).BeginInit();
- this.SuspendLayout();
- //
- // menuStrip1
- //
- this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.toolStripMenuItem1,
- this.测试ToolStripMenuItem,
- this.选项ToolStripMenuItem,
- this.帮助ToolStripMenuItem});
- this.menuStrip1.Location = new System.Drawing.Point(0, 0);
- this.menuStrip1.Name = "menuStrip1";
- this.menuStrip1.Size = new System.Drawing.Size(591, 24);
- this.menuStrip1.TabIndex = 0;
- this.menuStrip1.Text = "menuStrip1";
- //
- // toolStripMenuItem1
- //
- this.toolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.保存ToolStripMenuItem});
- this.toolStripMenuItem1.Name = "toolStripMenuItem1";
- this.toolStripMenuItem1.Size = new System.Drawing.Size(41, 20);
- this.toolStripMenuItem1.Text = "文件";
- //
- // 保存ToolStripMenuItem
- //
- this.保存ToolStripMenuItem.Name = "保存ToolStripMenuItem";
- this.保存ToolStripMenuItem.Size = new System.Drawing.Size(94, 22);
- this.保存ToolStripMenuItem.Text = "保存";
- this.保存ToolStripMenuItem.Click += new System.EventHandler(this.保存ToolStripMenuItem_Click);
- //
- // 测试ToolStripMenuItem
- //
- this.测试ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.开始ToolStripMenuItem});
- this.测试ToolStripMenuItem.Name = "测试ToolStripMenuItem";
- this.测试ToolStripMenuItem.Size = new System.Drawing.Size(41, 20);
- this.测试ToolStripMenuItem.Text = "测试";
- //
- // 开始ToolStripMenuItem
- //
- this.开始ToolStripMenuItem.Name = "开始ToolStripMenuItem";
- this.开始ToolStripMenuItem.Size = new System.Drawing.Size(94, 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(41, 20);
- this.选项ToolStripMenuItem.Text = "选项";
- //
- // 帮助ToolStripMenuItem
- //
- this.帮助ToolStripMenuItem.Name = "帮助ToolStripMenuItem";
- this.帮助ToolStripMenuItem.Size = new System.Drawing.Size(41, 20);
- this.帮助ToolStripMenuItem.Text = "帮助";
- //
- // toolStrip1
- //
- this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.toolStripButton1,
- this.toolStripButton5,
- this.toolStripLabel1,
- this.toolStripLabel2,
- this.toolStripLabel3,
- this.toolStripLabel4});
- this.toolStrip1.Location = new System.Drawing.Point(0, 24);
- this.toolStrip1.Name = "toolStrip1";
- this.toolStrip1.Size = new System.Drawing.Size(591, 25);
- this.toolStrip1.TabIndex = 1;
- this.toolStrip1.Text = "toolStrip1";
- //
- // toolStripButton1
- //
- this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
- this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.toolStripButton1.Name = "toolStripButton1";
- this.toolStripButton1.Size = new System.Drawing.Size(23, 22);
- this.toolStripButton1.Text = "保存";
- this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
- //
- // toolStripButton5
- //
- this.toolStripButton5.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.toolStripButton5.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton5.Image")));
- this.toolStripButton5.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.toolStripButton5.Name = "toolStripButton5";
- this.toolStripButton5.Size = new System.Drawing.Size(23, 22);
- this.toolStripButton5.Text = "开始";
- this.toolStripButton5.Click += new System.EventHandler(this.toolStripButton5_Click);
- //
- // toolStripLabel1
- //
- this.toolStripLabel1.Name = "toolStripLabel1";
- this.toolStripLabel1.Size = new System.Drawing.Size(107, 22);
- this.toolStripLabel1.Text = " ";
- //
- // toolStripLabel2
- //
- this.toolStripLabel2.Name = "toolStripLabel2";
- this.toolStripLabel2.Size = new System.Drawing.Size(95, 22);
- this.toolStripLabel2.Text = "toolStripLabel2";
- //
- // toolStripLabel3
- //
- this.toolStripLabel3.Name = "toolStripLabel3";
- this.toolStripLabel3.Size = new System.Drawing.Size(95, 22);
- this.toolStripLabel3.Text = "toolStripLabel3";
- //
- // toolStripLabel4
- //
- this.toolStripLabel4.Name = "toolStripLabel4";
- this.toolStripLabel4.Size = new System.Drawing.Size(95, 22);
- this.toolStripLabel4.Text = "toolStripLabel4";
- //
- // splitContainer1
- //
- this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.splitContainer1.Location = new System.Drawing.Point(0, 49);
- this.splitContainer1.Name = "splitContainer1";
- //
- // splitContainer1.Panel1
- //
- this.splitContainer1.Panel1.AutoScroll = true;
- this.splitContainer1.Panel1.BackColor = System.Drawing.SystemColors.ActiveCaption;
- this.splitContainer1.Panel1.Controls.Add(this.groupBox2);
- this.splitContainer1.Panel1.Controls.Add(this.groupBox1);
- //
- // splitContainer1.Panel2
- //
- this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
- this.splitContainer1.Size = new System.Drawing.Size(591, 303);
- this.splitContainer1.SplitterDistance = 158;
- this.splitContainer1.TabIndex = 2;
- //
- // groupBox2
- //
- this.groupBox2.BackColor = System.Drawing.SystemColors.ControlLightLight;
- this.groupBox2.Controls.Add(this.label4);
- this.groupBox2.Controls.Add(this.dateTimePicker1);
- this.groupBox2.Controls.Add(this.comboBox4);
- this.groupBox2.Location = new System.Drawing.Point(12, 196);
- this.groupBox2.Name = "groupBox2";
- this.groupBox2.Size = new System.Drawing.Size(125, 99);
- this.groupBox2.TabIndex = 2;
- this.groupBox2.TabStop = false;
- this.groupBox2.Text = "数据比较设置";
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(2, 22);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(53, 12);
- this.label4.TabIndex = 6;
- this.label4.Text = "选择时间";
- //
- // dateTimePicker1
- //
- this.dateTimePicker1.Location = new System.Drawing.Point(0, 68);
- this.dateTimePicker1.Name = "dateTimePicker1";
- this.dateTimePicker1.Size = new System.Drawing.Size(125, 21);
- this.dateTimePicker1.TabIndex = 0;
- //
- // comboBox4
- //
- this.comboBox4.FormattingEnabled = true;
- this.comboBox4.Items.AddRange(new object[] {
- "20",
- "30",
- "60",
- "120",
- "300",
- "600"});
- this.comboBox4.Location = new System.Drawing.Point(0, 39);
- this.comboBox4.Name = "comboBox4";
- this.comboBox4.Size = new System.Drawing.Size(125, 20);
- this.comboBox4.TabIndex = 5;
- //
- // groupBox1
- //
- this.groupBox1.BackColor = System.Drawing.SystemColors.ControlLightLight;
- this.groupBox1.Controls.Add(this.label3);
- this.groupBox1.Controls.Add(this.label2);
- this.groupBox1.Controls.Add(this.label1);
- this.groupBox1.Controls.Add(this.textBox1);
- this.groupBox1.Controls.Add(this.comboBox3);
- this.groupBox1.Controls.Add(this.comboBox1);
- this.groupBox1.Location = new System.Drawing.Point(12, 13);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(125, 177);
- this.groupBox1.TabIndex = 0;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "测试设置台";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(-2, 122);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(53, 12);
- this.label3.TabIndex = 4;
- this.label3.Text = "协议速率";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(0, 72);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(53, 12);
- this.label2.TabIndex = 2;
- this.label2.Text = "选择协议";
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(-2, 23);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(53, 12);
- this.label1.TabIndex = 1;
- this.label1.Text = "选择网卡";
- //
- // textBox1
- //
- this.textBox1.Location = new System.Drawing.Point(0, 138);
- this.textBox1.Name = "textBox1";
- this.textBox1.Size = new System.Drawing.Size(125, 21);
- this.textBox1.TabIndex = 1;
- //
- // comboBox3
- //
- this.comboBox3.FormattingEnabled = true;
- this.comboBox3.Items.AddRange(new object[] {
- "ICMP",
- "IP",
- "TCP",
- "UDP"});
- this.comboBox3.Location = new System.Drawing.Point(0, 88);
- this.comboBox3.Name = "comboBox3";
- this.comboBox3.Size = new System.Drawing.Size(125, 20);
- this.comboBox3.TabIndex = 3;
- //
- // comboBox1
- //
- this.comboBox1.FormattingEnabled = true;
- this.comboBox1.Location = new System.Drawing.Point(0, 39);
- this.comboBox1.Name = "comboBox1";
- this.comboBox1.Size = new System.Drawing.Size(125, 20);
- this.comboBox1.TabIndex = 2;
- //
- // 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.pictureBox1);
- //
- // splitContainer2.Panel2
- //
- this.splitContainer2.Panel2.Controls.Add(this.label8);
- this.splitContainer2.Panel2.Controls.Add(this.label7);
- this.splitContainer2.Panel2.Controls.Add(this.label6);
- this.splitContainer2.Panel2.Controls.Add(this.label5);
- this.splitContainer2.Panel2.Controls.Add(this.listBox1);
- this.splitContainer2.Size = new System.Drawing.Size(429, 303);
- this.splitContainer2.SplitterDistance = 195;
- this.splitContainer2.TabIndex = 0;
- //
- // pictureBox1
- //
- this.pictureBox1.BackColor = System.Drawing.SystemColors.ButtonShadow;
- this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
- this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.pictureBox1.Location = new System.Drawing.Point(0, 0);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(429, 195);
- this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
- this.pictureBox1.TabIndex = 0;
- this.pictureBox1.TabStop = false;
- //
- // listBox1
- //
- this.listBox1.FormattingEnabled = true;
- this.listBox1.ItemHeight = 12;
- this.listBox1.Location = new System.Drawing.Point(3, 14);
- this.listBox1.Name = "listBox1";
- this.listBox1.Size = new System.Drawing.Size(423, 88);
- this.listBox1.TabIndex = 1;
- //
- // performanceCounter1
- //
- this.performanceCounter1.CategoryName = "Network Interface";
- this.performanceCounter1.CounterName = "Bytes Received/sec";
- //
- // toolStripButton8
- //
- this.toolStripButton8.Name = "toolStripButton8";
- this.toolStripButton8.Size = new System.Drawing.Size(23, 23);
- //
- // timer1
- //
- this.timer1.Interval = 1000;
- this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
- //
- // performanceCounter2
- //
- this.performanceCounter2.CategoryName = "Network Interface";
- this.performanceCounter2.CounterName = "Bytes Sent/sec";
- //
- // performanceCounter3
- //
- this.performanceCounter3.CategoryName = "Network Interface";
- this.performanceCounter3.CounterName = "Bytes Total/sec";
- //
- // richTextBox1
- //
- this.richTextBox1.Location = new System.Drawing.Point(208, 0);
- this.richTextBox1.Name = "richTextBox1";
- this.richTextBox1.Size = new System.Drawing.Size(143, 24);
- this.richTextBox1.TabIndex = 1;
- this.richTextBox1.Text = "";
- this.richTextBox1.Visible = false;
- //
- // performanceCounter4
- //
- this.performanceCounter4.CategoryName = "ICMP";
- this.performanceCounter4.CounterName = "Messages/sec";
- //
- // performanceCounter5
- //
- this.performanceCounter5.CategoryName = "IP";
- this.performanceCounter5.CounterName = "Datagrams/sec";
- //
- // performanceCounter6
- //
- this.performanceCounter6.CategoryName = "TCP";
- this.performanceCounter6.CounterName = "Segments/sec";
- //
- // performanceCounter7
- //
- this.performanceCounter7.CategoryName = "UDP";
- this.performanceCounter7.CounterName = "Datagrams/sec";
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(3, 2);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(53, 12);
- this.label5.TabIndex = 5;
- this.label5.Text = "比较次数";
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Location = new System.Drawing.Point(98, 2);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(77, 12);
- this.label6.TabIndex = 6;
- this.label6.Text = "下载平均速率";
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.Location = new System.Drawing.Point(329, 2);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(65, 12);
- this.label7.TabIndex = 7;
- this.label7.Text = "总平均速率";
- //
- // label8
- //
- this.label8.AutoSize = true;
- this.label8.Location = new System.Drawing.Point(209, 2);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(77, 12);
- this.label8.TabIndex = 8;
- this.label8.Text = "上传平均速率";
- //
- // Form1
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
- this.ClientSize = new System.Drawing.Size(591, 352);
- this.Controls.Add(this.richTextBox1);
- this.Controls.Add(this.splitContainer1);
- this.Controls.Add(this.toolStrip1);
- this.Controls.Add(this.menuStrip1);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.MainMenuStrip = this.menuStrip1;
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "Form1";
- this.Text = "流量测试";
- this.Load += new System.EventHandler(this.Form1_Load);
- this.menuStrip1.ResumeLayout(false);
- this.menuStrip1.PerformLayout();
- this.toolStrip1.ResumeLayout(false);
- this.toolStrip1.PerformLayout();
- this.splitContainer1.Panel1.ResumeLayout(false);
- this.splitContainer1.Panel2.ResumeLayout(false);
- this.splitContainer1.ResumeLayout(false);
- this.groupBox2.ResumeLayout(false);
- this.groupBox2.PerformLayout();
- this.groupBox1.ResumeLayout(false);
- this.groupBox1.PerformLayout();
- this.splitContainer2.Panel1.ResumeLayout(false);
- this.splitContainer2.Panel1.PerformLayout();
- this.splitContainer2.Panel2.ResumeLayout(false);
- this.splitContainer2.Panel2.PerformLayout();
- this.splitContainer2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.performanceCounter1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.performanceCounter2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.performanceCounter3)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.performanceCounter4)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.performanceCounter5)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.performanceCounter6)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.performanceCounter7)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.MenuStrip menuStrip1;
- private System.Windows.Forms.ToolStrip toolStrip1;
- private System.Windows.Forms.SplitContainer splitContainer1;
- private System.Windows.Forms.SplitContainer splitContainer2;
- private System.Windows.Forms.DateTimePicker dateTimePicker1;
- private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
- 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.ToolStripButton toolStripButton1;
- private System.Windows.Forms.ToolStripButton toolStripButton5;
- private System.Windows.Forms.ToolStripLabel toolStripLabel2;
- private System.Windows.Forms.ToolStripLabel toolStripLabel3;
- private System.Windows.Forms.ToolStripLabel toolStripLabel4;
- private System.Diagnostics.PerformanceCounter performanceCounter1;
- private System.Windows.Forms.GroupBox groupBox2;
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.ToolStripButton toolStripButton8;
- private System.Windows.Forms.Timer timer1;
- private System.Diagnostics.PerformanceCounter performanceCounter2;
- private System.Diagnostics.PerformanceCounter performanceCounter3;
- private System.Windows.Forms.ComboBox comboBox1;
- private System.Windows.Forms.ComboBox comboBox3;
- private System.Windows.Forms.PictureBox pictureBox1;
- private System.Windows.Forms.RichTextBox richTextBox1;
- private System.Windows.Forms.ListBox listBox1;
- private System.Windows.Forms.ComboBox comboBox4;
- private System.Windows.Forms.TextBox textBox1;
- private System.Diagnostics.PerformanceCounter performanceCounter4;
- private System.Diagnostics.PerformanceCounter performanceCounter5;
- private System.Diagnostics.PerformanceCounter performanceCounter6;
- private System.Diagnostics.PerformanceCounter performanceCounter7;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.ToolStripLabel toolStripLabel1;
- private System.Windows.Forms.Label label8;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.Label label5;
- }
- }