Form1.Designer.cs
上传用户:zpsczj
上传日期:2022-02-13
资源大小:4436k
文件大小:28k
源码类别:

网络截获/分析

开发平台:

Visual C++

  1. namespace wlcs
  2. {
  3.     partial class Form1
  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(Form1));
  30.             this.menuStrip1 = new System.Windows.Forms.MenuStrip();
  31.             this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
  32.             this.保存ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  33.             this.测试ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  34.             this.开始ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  35.             this.选项ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  36.             this.帮助ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  37.             this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  38.             this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
  39.             this.toolStripButton5 = new System.Windows.Forms.ToolStripButton();
  40.             this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
  41.             this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
  42.             this.toolStripLabel3 = new System.Windows.Forms.ToolStripLabel();
  43.             this.toolStripLabel4 = new System.Windows.Forms.ToolStripLabel();
  44.             this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  45.             this.groupBox2 = new System.Windows.Forms.GroupBox();
  46.             this.label4 = new System.Windows.Forms.Label();
  47.             this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
  48.             this.comboBox4 = new System.Windows.Forms.ComboBox();
  49.             this.groupBox1 = new System.Windows.Forms.GroupBox();
  50.             this.label3 = new System.Windows.Forms.Label();
  51.             this.label2 = new System.Windows.Forms.Label();
  52.             this.label1 = new System.Windows.Forms.Label();
  53.             this.textBox1 = new System.Windows.Forms.TextBox();
  54.             this.comboBox3 = new System.Windows.Forms.ComboBox();
  55.             this.comboBox1 = new System.Windows.Forms.ComboBox();
  56.             this.splitContainer2 = new System.Windows.Forms.SplitContainer();
  57.             this.pictureBox1 = new System.Windows.Forms.PictureBox();
  58.             this.listBox1 = new System.Windows.Forms.ListBox();
  59.             this.performanceCounter1 = new System.Diagnostics.PerformanceCounter();
  60.             this.toolStripButton8 = new System.Windows.Forms.ToolStripButton();
  61.             this.timer1 = new System.Windows.Forms.Timer(this.components);
  62.             this.performanceCounter2 = new System.Diagnostics.PerformanceCounter();
  63.             this.performanceCounter3 = new System.Diagnostics.PerformanceCounter();
  64.             this.richTextBox1 = new System.Windows.Forms.RichTextBox();
  65.             this.performanceCounter4 = new System.Diagnostics.PerformanceCounter();
  66.             this.performanceCounter5 = new System.Diagnostics.PerformanceCounter();
  67.             this.performanceCounter6 = new System.Diagnostics.PerformanceCounter();
  68.             this.performanceCounter7 = new System.Diagnostics.PerformanceCounter();
  69.             this.label5 = new System.Windows.Forms.Label();
  70.             this.label6 = new System.Windows.Forms.Label();
  71.             this.label7 = new System.Windows.Forms.Label();
  72.             this.label8 = new System.Windows.Forms.Label();
  73.             this.menuStrip1.SuspendLayout();
  74.             this.toolStrip1.SuspendLayout();
  75.             this.splitContainer1.Panel1.SuspendLayout();
  76.             this.splitContainer1.Panel2.SuspendLayout();
  77.             this.splitContainer1.SuspendLayout();
  78.             this.groupBox2.SuspendLayout();
  79.             this.groupBox1.SuspendLayout();
  80.             this.splitContainer2.Panel1.SuspendLayout();
  81.             this.splitContainer2.Panel2.SuspendLayout();
  82.             this.splitContainer2.SuspendLayout();
  83.             ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  84.             ((System.ComponentModel.ISupportInitialize)(this.performanceCounter1)).BeginInit();
  85.             ((System.ComponentModel.ISupportInitialize)(this.performanceCounter2)).BeginInit();
  86.             ((System.ComponentModel.ISupportInitialize)(this.performanceCounter3)).BeginInit();
  87.             ((System.ComponentModel.ISupportInitialize)(this.performanceCounter4)).BeginInit();
  88.             ((System.ComponentModel.ISupportInitialize)(this.performanceCounter5)).BeginInit();
  89.             ((System.ComponentModel.ISupportInitialize)(this.performanceCounter6)).BeginInit();
  90.             ((System.ComponentModel.ISupportInitialize)(this.performanceCounter7)).BeginInit();
  91.             this.SuspendLayout();
  92.             // 
  93.             // menuStrip1
  94.             // 
  95.             this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  96.             this.toolStripMenuItem1,
  97.             this.测试ToolStripMenuItem,
  98.             this.选项ToolStripMenuItem,
  99.             this.帮助ToolStripMenuItem});
  100.             this.menuStrip1.Location = new System.Drawing.Point(0, 0);
  101.             this.menuStrip1.Name = "menuStrip1";
  102.             this.menuStrip1.Size = new System.Drawing.Size(591, 24);
  103.             this.menuStrip1.TabIndex = 0;
  104.             this.menuStrip1.Text = "menuStrip1";
  105.             // 
  106.             // toolStripMenuItem1
  107.             // 
  108.             this.toolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  109.             this.保存ToolStripMenuItem});
  110.             this.toolStripMenuItem1.Name = "toolStripMenuItem1";
  111.             this.toolStripMenuItem1.Size = new System.Drawing.Size(41, 20);
  112.             this.toolStripMenuItem1.Text = "文件";
  113.             // 
  114.             // 保存ToolStripMenuItem
  115.             // 
  116.             this.保存ToolStripMenuItem.Name = "保存ToolStripMenuItem";
  117.             this.保存ToolStripMenuItem.Size = new System.Drawing.Size(94, 22);
  118.             this.保存ToolStripMenuItem.Text = "保存";
  119.             this.保存ToolStripMenuItem.Click += new System.EventHandler(this.保存ToolStripMenuItem_Click);
  120.             // 
  121.             // 测试ToolStripMenuItem
  122.             // 
  123.             this.测试ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  124.             this.开始ToolStripMenuItem});
  125.             this.测试ToolStripMenuItem.Name = "测试ToolStripMenuItem";
  126.             this.测试ToolStripMenuItem.Size = new System.Drawing.Size(41, 20);
  127.             this.测试ToolStripMenuItem.Text = "测试";
  128.             // 
  129.             // 开始ToolStripMenuItem
  130.             // 
  131.             this.开始ToolStripMenuItem.Name = "开始ToolStripMenuItem";
  132.             this.开始ToolStripMenuItem.Size = new System.Drawing.Size(94, 22);
  133.             this.开始ToolStripMenuItem.Text = "开始";
  134.             this.开始ToolStripMenuItem.Click += new System.EventHandler(this.开始ToolStripMenuItem_Click);
  135.             // 
  136.             // 选项ToolStripMenuItem
  137.             // 
  138.             this.选项ToolStripMenuItem.Name = "选项ToolStripMenuItem";
  139.             this.选项ToolStripMenuItem.Size = new System.Drawing.Size(41, 20);
  140.             this.选项ToolStripMenuItem.Text = "选项";
  141.             // 
  142.             // 帮助ToolStripMenuItem
  143.             // 
  144.             this.帮助ToolStripMenuItem.Name = "帮助ToolStripMenuItem";
  145.             this.帮助ToolStripMenuItem.Size = new System.Drawing.Size(41, 20);
  146.             this.帮助ToolStripMenuItem.Text = "帮助";
  147.             // 
  148.             // toolStrip1
  149.             // 
  150.             this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  151.             this.toolStripButton1,
  152.             this.toolStripButton5,
  153.             this.toolStripLabel1,
  154.             this.toolStripLabel2,
  155.             this.toolStripLabel3,
  156.             this.toolStripLabel4});
  157.             this.toolStrip1.Location = new System.Drawing.Point(0, 24);
  158.             this.toolStrip1.Name = "toolStrip1";
  159.             this.toolStrip1.Size = new System.Drawing.Size(591, 25);
  160.             this.toolStrip1.TabIndex = 1;
  161.             this.toolStrip1.Text = "toolStrip1";
  162.             // 
  163.             // toolStripButton1
  164.             // 
  165.             this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  166.             this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
  167.             this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
  168.             this.toolStripButton1.Name = "toolStripButton1";
  169.             this.toolStripButton1.Size = new System.Drawing.Size(23, 22);
  170.             this.toolStripButton1.Text = "保存";
  171.             this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
  172.             // 
  173.             // toolStripButton5
  174.             // 
  175.             this.toolStripButton5.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  176.             this.toolStripButton5.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton5.Image")));
  177.             this.toolStripButton5.ImageTransparentColor = System.Drawing.Color.Magenta;
  178.             this.toolStripButton5.Name = "toolStripButton5";
  179.             this.toolStripButton5.Size = new System.Drawing.Size(23, 22);
  180.             this.toolStripButton5.Text = "开始";
  181.             this.toolStripButton5.Click += new System.EventHandler(this.toolStripButton5_Click);
  182.             // 
  183.             // toolStripLabel1
  184.             // 
  185.             this.toolStripLabel1.Name = "toolStripLabel1";
  186.             this.toolStripLabel1.Size = new System.Drawing.Size(107, 22);
  187.             this.toolStripLabel1.Text = "                 ";
  188.             // 
  189.             // toolStripLabel2
  190.             // 
  191.             this.toolStripLabel2.Name = "toolStripLabel2";
  192.             this.toolStripLabel2.Size = new System.Drawing.Size(95, 22);
  193.             this.toolStripLabel2.Text = "toolStripLabel2";
  194.             // 
  195.             // toolStripLabel3
  196.             // 
  197.             this.toolStripLabel3.Name = "toolStripLabel3";
  198.             this.toolStripLabel3.Size = new System.Drawing.Size(95, 22);
  199.             this.toolStripLabel3.Text = "toolStripLabel3";
  200.             // 
  201.             // toolStripLabel4
  202.             // 
  203.             this.toolStripLabel4.Name = "toolStripLabel4";
  204.             this.toolStripLabel4.Size = new System.Drawing.Size(95, 22);
  205.             this.toolStripLabel4.Text = "toolStripLabel4";
  206.             // 
  207.             // splitContainer1
  208.             // 
  209.             this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  210.             this.splitContainer1.Location = new System.Drawing.Point(0, 49);
  211.             this.splitContainer1.Name = "splitContainer1";
  212.             // 
  213.             // splitContainer1.Panel1
  214.             // 
  215.             this.splitContainer1.Panel1.AutoScroll = true;
  216.             this.splitContainer1.Panel1.BackColor = System.Drawing.SystemColors.ActiveCaption;
  217.             this.splitContainer1.Panel1.Controls.Add(this.groupBox2);
  218.             this.splitContainer1.Panel1.Controls.Add(this.groupBox1);
  219.             // 
  220.             // splitContainer1.Panel2
  221.             // 
  222.             this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
  223.             this.splitContainer1.Size = new System.Drawing.Size(591, 303);
  224.             this.splitContainer1.SplitterDistance = 158;
  225.             this.splitContainer1.TabIndex = 2;
  226.             // 
  227.             // groupBox2
  228.             // 
  229.             this.groupBox2.BackColor = System.Drawing.SystemColors.ControlLightLight;
  230.             this.groupBox2.Controls.Add(this.label4);
  231.             this.groupBox2.Controls.Add(this.dateTimePicker1);
  232.             this.groupBox2.Controls.Add(this.comboBox4);
  233.             this.groupBox2.Location = new System.Drawing.Point(12, 196);
  234.             this.groupBox2.Name = "groupBox2";
  235.             this.groupBox2.Size = new System.Drawing.Size(125, 99);
  236.             this.groupBox2.TabIndex = 2;
  237.             this.groupBox2.TabStop = false;
  238.             this.groupBox2.Text = "数据比较设置";
  239.             // 
  240.             // label4
  241.             // 
  242.             this.label4.AutoSize = true;
  243.             this.label4.Location = new System.Drawing.Point(2, 22);
  244.             this.label4.Name = "label4";
  245.             this.label4.Size = new System.Drawing.Size(53, 12);
  246.             this.label4.TabIndex = 6;
  247.             this.label4.Text = "选择时间";
  248.             // 
  249.             // dateTimePicker1
  250.             // 
  251.             this.dateTimePicker1.Location = new System.Drawing.Point(0, 68);
  252.             this.dateTimePicker1.Name = "dateTimePicker1";
  253.             this.dateTimePicker1.Size = new System.Drawing.Size(125, 21);
  254.             this.dateTimePicker1.TabIndex = 0;
  255.             // 
  256.             // comboBox4
  257.             // 
  258.             this.comboBox4.FormattingEnabled = true;
  259.             this.comboBox4.Items.AddRange(new object[] {
  260.             "20",
  261.             "30",
  262.             "60",
  263.             "120",
  264.             "300",
  265.             "600"});
  266.             this.comboBox4.Location = new System.Drawing.Point(0, 39);
  267.             this.comboBox4.Name = "comboBox4";
  268.             this.comboBox4.Size = new System.Drawing.Size(125, 20);
  269.             this.comboBox4.TabIndex = 5;
  270.             // 
  271.             // groupBox1
  272.             // 
  273.             this.groupBox1.BackColor = System.Drawing.SystemColors.ControlLightLight;
  274.             this.groupBox1.Controls.Add(this.label3);
  275.             this.groupBox1.Controls.Add(this.label2);
  276.             this.groupBox1.Controls.Add(this.label1);
  277.             this.groupBox1.Controls.Add(this.textBox1);
  278.             this.groupBox1.Controls.Add(this.comboBox3);
  279.             this.groupBox1.Controls.Add(this.comboBox1);
  280.             this.groupBox1.Location = new System.Drawing.Point(12, 13);
  281.             this.groupBox1.Name = "groupBox1";
  282.             this.groupBox1.Size = new System.Drawing.Size(125, 177);
  283.             this.groupBox1.TabIndex = 0;
  284.             this.groupBox1.TabStop = false;
  285.             this.groupBox1.Text = "测试设置台";
  286.             // 
  287.             // label3
  288.             // 
  289.             this.label3.AutoSize = true;
  290.             this.label3.Location = new System.Drawing.Point(-2, 122);
  291.             this.label3.Name = "label3";
  292.             this.label3.Size = new System.Drawing.Size(53, 12);
  293.             this.label3.TabIndex = 4;
  294.             this.label3.Text = "协议速率";
  295.             // 
  296.             // label2
  297.             // 
  298.             this.label2.AutoSize = true;
  299.             this.label2.Location = new System.Drawing.Point(0, 72);
  300.             this.label2.Name = "label2";
  301.             this.label2.Size = new System.Drawing.Size(53, 12);
  302.             this.label2.TabIndex = 2;
  303.             this.label2.Text = "选择协议";
  304.             // 
  305.             // label1
  306.             // 
  307.             this.label1.AutoSize = true;
  308.             this.label1.Location = new System.Drawing.Point(-2, 23);
  309.             this.label1.Name = "label1";
  310.             this.label1.Size = new System.Drawing.Size(53, 12);
  311.             this.label1.TabIndex = 1;
  312.             this.label1.Text = "选择网卡";
  313.             // 
  314.             // textBox1
  315.             // 
  316.             this.textBox1.Location = new System.Drawing.Point(0, 138);
  317.             this.textBox1.Name = "textBox1";
  318.             this.textBox1.Size = new System.Drawing.Size(125, 21);
  319.             this.textBox1.TabIndex = 1;
  320.             // 
  321.             // comboBox3
  322.             // 
  323.             this.comboBox3.FormattingEnabled = true;
  324.             this.comboBox3.Items.AddRange(new object[] {
  325.             "ICMP",
  326.             "IP",
  327.             "TCP",
  328.             "UDP"});
  329.             this.comboBox3.Location = new System.Drawing.Point(0, 88);
  330.             this.comboBox3.Name = "comboBox3";
  331.             this.comboBox3.Size = new System.Drawing.Size(125, 20);
  332.             this.comboBox3.TabIndex = 3;
  333.             // 
  334.             // comboBox1
  335.             // 
  336.             this.comboBox1.FormattingEnabled = true;
  337.             this.comboBox1.Location = new System.Drawing.Point(0, 39);
  338.             this.comboBox1.Name = "comboBox1";
  339.             this.comboBox1.Size = new System.Drawing.Size(125, 20);
  340.             this.comboBox1.TabIndex = 2;
  341.             // 
  342.             // splitContainer2
  343.             // 
  344.             this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
  345.             this.splitContainer2.Location = new System.Drawing.Point(0, 0);
  346.             this.splitContainer2.Name = "splitContainer2";
  347.             this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
  348.             // 
  349.             // splitContainer2.Panel1
  350.             // 
  351.             this.splitContainer2.Panel1.Controls.Add(this.pictureBox1);
  352.             // 
  353.             // splitContainer2.Panel2
  354.             // 
  355.             this.splitContainer2.Panel2.Controls.Add(this.label8);
  356.             this.splitContainer2.Panel2.Controls.Add(this.label7);
  357.             this.splitContainer2.Panel2.Controls.Add(this.label6);
  358.             this.splitContainer2.Panel2.Controls.Add(this.label5);
  359.             this.splitContainer2.Panel2.Controls.Add(this.listBox1);
  360.             this.splitContainer2.Size = new System.Drawing.Size(429, 303);
  361.             this.splitContainer2.SplitterDistance = 195;
  362.             this.splitContainer2.TabIndex = 0;
  363.             // 
  364.             // pictureBox1
  365.             // 
  366.             this.pictureBox1.BackColor = System.Drawing.SystemColors.ButtonShadow;
  367.             this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  368.             this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  369.             this.pictureBox1.Location = new System.Drawing.Point(0, 0);
  370.             this.pictureBox1.Name = "pictureBox1";
  371.             this.pictureBox1.Size = new System.Drawing.Size(429, 195);
  372.             this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
  373.             this.pictureBox1.TabIndex = 0;
  374.             this.pictureBox1.TabStop = false;
  375.             // 
  376.             // listBox1
  377.             // 
  378.             this.listBox1.FormattingEnabled = true;
  379.             this.listBox1.ItemHeight = 12;
  380.             this.listBox1.Location = new System.Drawing.Point(3, 14);
  381.             this.listBox1.Name = "listBox1";
  382.             this.listBox1.Size = new System.Drawing.Size(423, 88);
  383.             this.listBox1.TabIndex = 1;
  384.             // 
  385.             // performanceCounter1
  386.             // 
  387.             this.performanceCounter1.CategoryName = "Network Interface";
  388.             this.performanceCounter1.CounterName = "Bytes Received/sec";
  389.             // 
  390.             // toolStripButton8
  391.             // 
  392.             this.toolStripButton8.Name = "toolStripButton8";
  393.             this.toolStripButton8.Size = new System.Drawing.Size(23, 23);
  394.             // 
  395.             // timer1
  396.             // 
  397.             this.timer1.Interval = 1000;
  398.             this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  399.             // 
  400.             // performanceCounter2
  401.             // 
  402.             this.performanceCounter2.CategoryName = "Network Interface";
  403.             this.performanceCounter2.CounterName = "Bytes Sent/sec";
  404.             // 
  405.             // performanceCounter3
  406.             // 
  407.             this.performanceCounter3.CategoryName = "Network Interface";
  408.             this.performanceCounter3.CounterName = "Bytes Total/sec";
  409.             // 
  410.             // richTextBox1
  411.             // 
  412.             this.richTextBox1.Location = new System.Drawing.Point(208, 0);
  413.             this.richTextBox1.Name = "richTextBox1";
  414.             this.richTextBox1.Size = new System.Drawing.Size(143, 24);
  415.             this.richTextBox1.TabIndex = 1;
  416.             this.richTextBox1.Text = "";
  417.             this.richTextBox1.Visible = false;
  418.             // 
  419.             // performanceCounter4
  420.             // 
  421.             this.performanceCounter4.CategoryName = "ICMP";
  422.             this.performanceCounter4.CounterName = "Messages/sec";
  423.             // 
  424.             // performanceCounter5
  425.             // 
  426.             this.performanceCounter5.CategoryName = "IP";
  427.             this.performanceCounter5.CounterName = "Datagrams/sec";
  428.             // 
  429.             // performanceCounter6
  430.             // 
  431.             this.performanceCounter6.CategoryName = "TCP";
  432.             this.performanceCounter6.CounterName = "Segments/sec";
  433.             // 
  434.             // performanceCounter7
  435.             // 
  436.             this.performanceCounter7.CategoryName = "UDP";
  437.             this.performanceCounter7.CounterName = "Datagrams/sec";
  438.             // 
  439.             // label5
  440.             // 
  441.             this.label5.AutoSize = true;
  442.             this.label5.Location = new System.Drawing.Point(3, 2);
  443.             this.label5.Name = "label5";
  444.             this.label5.Size = new System.Drawing.Size(53, 12);
  445.             this.label5.TabIndex = 5;
  446.             this.label5.Text = "比较次数";
  447.             // 
  448.             // label6
  449.             // 
  450.             this.label6.AutoSize = true;
  451.             this.label6.Location = new System.Drawing.Point(98, 2);
  452.             this.label6.Name = "label6";
  453.             this.label6.Size = new System.Drawing.Size(77, 12);
  454.             this.label6.TabIndex = 6;
  455.             this.label6.Text = "下载平均速率";
  456.             // 
  457.             // label7
  458.             // 
  459.             this.label7.AutoSize = true;
  460.             this.label7.Location = new System.Drawing.Point(329, 2);
  461.             this.label7.Name = "label7";
  462.             this.label7.Size = new System.Drawing.Size(65, 12);
  463.             this.label7.TabIndex = 7;
  464.             this.label7.Text = "总平均速率";
  465.             // 
  466.             // label8
  467.             // 
  468.             this.label8.AutoSize = true;
  469.             this.label8.Location = new System.Drawing.Point(209, 2);
  470.             this.label8.Name = "label8";
  471.             this.label8.Size = new System.Drawing.Size(77, 12);
  472.             this.label8.TabIndex = 8;
  473.             this.label8.Text = "上传平均速率";
  474.             // 
  475.             // Form1
  476.             // 
  477.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  478.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  479.             this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  480.             this.ClientSize = new System.Drawing.Size(591, 352);
  481.             this.Controls.Add(this.richTextBox1);
  482.             this.Controls.Add(this.splitContainer1);
  483.             this.Controls.Add(this.toolStrip1);
  484.             this.Controls.Add(this.menuStrip1);
  485.             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  486.             this.MainMenuStrip = this.menuStrip1;
  487.             this.MaximizeBox = false;
  488.             this.MinimizeBox = false;
  489.             this.Name = "Form1";
  490.             this.Text = "流量测试";
  491.             this.Load += new System.EventHandler(this.Form1_Load);
  492.             this.menuStrip1.ResumeLayout(false);
  493.             this.menuStrip1.PerformLayout();
  494.             this.toolStrip1.ResumeLayout(false);
  495.             this.toolStrip1.PerformLayout();
  496.             this.splitContainer1.Panel1.ResumeLayout(false);
  497.             this.splitContainer1.Panel2.ResumeLayout(false);
  498.             this.splitContainer1.ResumeLayout(false);
  499.             this.groupBox2.ResumeLayout(false);
  500.             this.groupBox2.PerformLayout();
  501.             this.groupBox1.ResumeLayout(false);
  502.             this.groupBox1.PerformLayout();
  503.             this.splitContainer2.Panel1.ResumeLayout(false);
  504.             this.splitContainer2.Panel1.PerformLayout();
  505.             this.splitContainer2.Panel2.ResumeLayout(false);
  506.             this.splitContainer2.Panel2.PerformLayout();
  507.             this.splitContainer2.ResumeLayout(false);
  508.             ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  509.             ((System.ComponentModel.ISupportInitialize)(this.performanceCounter1)).EndInit();
  510.             ((System.ComponentModel.ISupportInitialize)(this.performanceCounter2)).EndInit();
  511.             ((System.ComponentModel.ISupportInitialize)(this.performanceCounter3)).EndInit();
  512.             ((System.ComponentModel.ISupportInitialize)(this.performanceCounter4)).EndInit();
  513.             ((System.ComponentModel.ISupportInitialize)(this.performanceCounter5)).EndInit();
  514.             ((System.ComponentModel.ISupportInitialize)(this.performanceCounter6)).EndInit();
  515.             ((System.ComponentModel.ISupportInitialize)(this.performanceCounter7)).EndInit();
  516.             this.ResumeLayout(false);
  517.             this.PerformLayout();
  518.         }
  519.         #endregion
  520.         private System.Windows.Forms.MenuStrip menuStrip1;
  521.         private System.Windows.Forms.ToolStrip toolStrip1;
  522.         private System.Windows.Forms.SplitContainer splitContainer1;
  523.         private System.Windows.Forms.SplitContainer splitContainer2;
  524.         private System.Windows.Forms.DateTimePicker dateTimePicker1;
  525.         private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
  526.         private System.Windows.Forms.ToolStripMenuItem 保存ToolStripMenuItem;
  527.         private System.Windows.Forms.ToolStripMenuItem 测试ToolStripMenuItem;
  528.         private System.Windows.Forms.ToolStripMenuItem 开始ToolStripMenuItem;
  529.         private System.Windows.Forms.ToolStripMenuItem 选项ToolStripMenuItem;
  530.         private System.Windows.Forms.ToolStripMenuItem 帮助ToolStripMenuItem;
  531.         private System.Windows.Forms.ToolStripButton toolStripButton1;
  532.         private System.Windows.Forms.ToolStripButton toolStripButton5;
  533.         private System.Windows.Forms.ToolStripLabel toolStripLabel2;
  534.         private System.Windows.Forms.ToolStripLabel toolStripLabel3;
  535.         private System.Windows.Forms.ToolStripLabel toolStripLabel4;
  536.         private System.Diagnostics.PerformanceCounter performanceCounter1;
  537.         private System.Windows.Forms.GroupBox groupBox2;
  538.         private System.Windows.Forms.GroupBox groupBox1;
  539.         private System.Windows.Forms.ToolStripButton toolStripButton8;
  540.         private System.Windows.Forms.Timer timer1;
  541.         private System.Diagnostics.PerformanceCounter performanceCounter2;
  542.         private System.Diagnostics.PerformanceCounter performanceCounter3;
  543.         private System.Windows.Forms.ComboBox comboBox1;
  544.         private System.Windows.Forms.ComboBox comboBox3;
  545.         private System.Windows.Forms.PictureBox pictureBox1;
  546.         private System.Windows.Forms.RichTextBox richTextBox1;
  547.         private System.Windows.Forms.ListBox listBox1;
  548.         private System.Windows.Forms.ComboBox comboBox4;
  549.         private System.Windows.Forms.TextBox textBox1;
  550.         private System.Diagnostics.PerformanceCounter performanceCounter4;
  551.         private System.Diagnostics.PerformanceCounter performanceCounter5;
  552.         private System.Diagnostics.PerformanceCounter performanceCounter6;
  553.         private System.Diagnostics.PerformanceCounter performanceCounter7;
  554.         private System.Windows.Forms.Label label1;
  555.         private System.Windows.Forms.Label label4;
  556.         private System.Windows.Forms.Label label3;
  557.         private System.Windows.Forms.Label label2;
  558.         private System.Windows.Forms.ToolStripLabel toolStripLabel1;
  559.         private System.Windows.Forms.Label label8;
  560.         private System.Windows.Forms.Label label7;
  561.         private System.Windows.Forms.Label label6;
  562.         private System.Windows.Forms.Label label5;
  563.     }
  564. }