/// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     SpPerfChart.ChartPen chartPen1 = new SpPerfChart.ChartPen();
     SpPerfChart.ChartPen chartPen2 = new SpPerfChart.ChartPen();
     SpPerfChart.ChartPen chartPen3 = new SpPerfChart.ChartPen();
     SpPerfChart.ChartPen chartPen4 = new SpPerfChart.ChartPen();
     this.SuspendLayout();
     //
     // Chart
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BorderStyle = System.Windows.Forms.Border3DStyle.Flat;
     this.Name = "Chart";
     this.PerfChartStyle.AntiAliasing = true;
     chartPen1.Color = System.Drawing.Color.DarkGreen;
     chartPen1.DashStyle = System.Drawing.Drawing2D.DashStyle.DashDotDot;
     chartPen1.Width = 2F;
     this.PerfChartStyle.AvgLinePen = chartPen1;
     this.PerfChartStyle.BackgroundColorBottom = System.Drawing.Color.Azure;
     this.PerfChartStyle.BackgroundColorTop = System.Drawing.Color.Gold;
     chartPen2.Color = System.Drawing.Color.Blue;
     chartPen2.DashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
     chartPen2.Width = 1F;
     this.PerfChartStyle.ChartLinePen = chartPen2;
     chartPen3.Color = System.Drawing.Color.Gray;
     chartPen3.DashStyle = System.Drawing.Drawing2D.DashStyle.DashDot;
     chartPen3.Width = 1F;
     this.PerfChartStyle.HorizontalGridPen = chartPen3;
     this.PerfChartStyle.ShowAverageLine = true;
     this.PerfChartStyle.ShowHorizontalGridLines = true;
     this.PerfChartStyle.ShowVerticalGridLines = true;
     chartPen4.Color = System.Drawing.Color.Gray;
     chartPen4.DashStyle = System.Drawing.Drawing2D.DashStyle.DashDot;
     chartPen4.Width = 1F;
     this.PerfChartStyle.VerticalGridPen = chartPen4;
     this.ScaleMode = SpPerfChart.ScaleMode.Relative;
     this.Size = new System.Drawing.Size(368, 210);
     this.ResumeLayout(false);
 }
Example #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     SpPerfChart.ChartPen chartPen1 = new SpPerfChart.ChartPen();
     SpPerfChart.ChartPen chartPen2 = new SpPerfChart.ChartPen();
     SpPerfChart.ChartPen chartPen3 = new SpPerfChart.ChartPen();
     SpPerfChart.ChartPen chartPen4 = new SpPerfChart.ChartPen();
     this.SuspendLayout();
     //
     // Chart
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BorderStyle         = System.Windows.Forms.Border3DStyle.Flat;
     this.Name = "Chart";
     this.PerfChartStyle.AntiAliasing = true;
     chartPen1.Color                             = System.Drawing.Color.DarkGreen;
     chartPen1.DashStyle                         = System.Drawing.Drawing2D.DashStyle.DashDotDot;
     chartPen1.Width                             = 2F;
     this.PerfChartStyle.AvgLinePen              = chartPen1;
     this.PerfChartStyle.BackgroundColorBottom   = System.Drawing.Color.Azure;
     this.PerfChartStyle.BackgroundColorTop      = System.Drawing.Color.Gold;
     chartPen2.Color                             = System.Drawing.Color.Blue;
     chartPen2.DashStyle                         = System.Drawing.Drawing2D.DashStyle.Solid;
     chartPen2.Width                             = 1F;
     this.PerfChartStyle.ChartLinePen            = chartPen2;
     chartPen3.Color                             = System.Drawing.Color.Gray;
     chartPen3.DashStyle                         = System.Drawing.Drawing2D.DashStyle.DashDot;
     chartPen3.Width                             = 1F;
     this.PerfChartStyle.HorizontalGridPen       = chartPen3;
     this.PerfChartStyle.ShowAverageLine         = true;
     this.PerfChartStyle.ShowHorizontalGridLines = true;
     this.PerfChartStyle.ShowVerticalGridLines   = true;
     chartPen4.Color                             = System.Drawing.Color.Gray;
     chartPen4.DashStyle                         = System.Drawing.Drawing2D.DashStyle.DashDot;
     chartPen4.Width                             = 1F;
     this.PerfChartStyle.VerticalGridPen         = chartPen4;
     this.ScaleMode = SpPerfChart.ScaleMode.Relative;
     this.Size      = new System.Drawing.Size(368, 210);
     this.ResumeLayout(false);
 }
 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     SpPerfChart.ChartPen chartPen1 = new SpPerfChart.ChartPen();
     SpPerfChart.ChartPen chartPen2 = new SpPerfChart.ChartPen();
     SpPerfChart.ChartPen chartPen3 = new SpPerfChart.ChartPen();
     SpPerfChart.ChartPen chartPen4 = new SpPerfChart.ChartPen();
     this.label_Percent = new System.Windows.Forms.Label();
     this.label_Vertical = new PerformanceCounterControls.VerticalLabel();
     this.progressBar_Vertical = new PerformanceCounterControls.VerticalProgressBar();
     this.chart = new PerformanceCounterControls.Chart();
     this.SuspendLayout();
     //
     // label_Percent
     //
     this.label_Percent.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.label_Percent.AutoSize = true;
     this.label_Percent.BackColor = System.Drawing.Color.Transparent;
     this.label_Percent.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
     this.label_Percent.Location = new System.Drawing.Point(336, 198);
     this.label_Percent.Name = "label_Percent";
     this.label_Percent.Size = new System.Drawing.Size(29, 18);
     this.label_Percent.TabIndex = 1;
     this.label_Percent.Text = "0%";
     this.label_Percent.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.label_Percent.UseMnemonic = false;
     //
     // label_Vertical
     //
     this.label_Vertical.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.label_Vertical.Font = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold);
     this.label_Vertical.ForeColor = System.Drawing.SystemColors.MenuHighlight;
     this.label_Vertical.Location = new System.Drawing.Point(370, 57);
     this.label_Vertical.Name = "label_Vertical";
     this.label_Vertical.RenderingMode = System.Drawing.Text.TextRenderingHint.SystemDefault;
     this.label_Vertical.Size = new System.Drawing.Size(20, 77);
     this.label_Vertical.TabIndex = 0;
     this.label_Vertical.TabStop = false;
     this.label_Vertical.Text = "Vertical Text";
     this.label_Vertical.TextDrawMode = PerformanceCounterControls.DrawMode.TopBottom;
     this.label_Vertical.TransparentBackground = true;
     //
     // progressBar_Vertical
     //
     this.progressBar_Vertical.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.progressBar_Vertical.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.progressBar_Vertical.Location = new System.Drawing.Point(339, 0);
     this.progressBar_Vertical.MarqueeAnimationSpeed = 40;
     this.progressBar_Vertical.MaximumSize = new System.Drawing.Size(25, 1000);
     this.progressBar_Vertical.MinimumSize = new System.Drawing.Size(25, 0);
     this.progressBar_Vertical.Name = "progressBar_Vertical";
     this.progressBar_Vertical.Size = new System.Drawing.Size(25, 195);
     this.progressBar_Vertical.Step = 100;
     this.progressBar_Vertical.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
     this.progressBar_Vertical.TabIndex = 0;
     //
     // chart
     //
     this.chart.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.chart.BorderStyle = System.Windows.Forms.Border3DStyle.Flat;
     this.chart.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
     this.chart.Location = new System.Drawing.Point(0, 0);
     this.chart.Name = "chart";
     this.chart.PerfChartStyle.AntiAliasing = true;
     chartPen1.Color = System.Drawing.Color.DarkGreen;
     chartPen1.DashStyle = System.Drawing.Drawing2D.DashStyle.DashDotDot;
     chartPen1.Width = 2F;
     this.chart.PerfChartStyle.AvgLinePen = chartPen1;
     this.chart.PerfChartStyle.BackgroundColorBottom = System.Drawing.Color.Azure;
     this.chart.PerfChartStyle.BackgroundColorTop = System.Drawing.Color.Gold;
     chartPen2.Color = System.Drawing.Color.Blue;
     chartPen2.DashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
     chartPen2.Width = 1F;
     this.chart.PerfChartStyle.ChartLinePen = chartPen2;
     chartPen3.Color = System.Drawing.Color.Gray;
     chartPen3.DashStyle = System.Drawing.Drawing2D.DashStyle.DashDot;
     chartPen3.Width = 1F;
     this.chart.PerfChartStyle.HorizontalGridPen = chartPen3;
     this.chart.PerfChartStyle.ShowAverageLine = true;
     this.chart.PerfChartStyle.ShowHorizontalGridLines = true;
     this.chart.PerfChartStyle.ShowVerticalGridLines = true;
     chartPen4.Color = System.Drawing.Color.Gray;
     chartPen4.DashStyle = System.Drawing.Drawing2D.DashStyle.DashDot;
     chartPen4.Width = 1F;
     this.chart.PerfChartStyle.VerticalGridPen = chartPen4;
     this.chart.ScaleMode = SpPerfChart.ScaleMode.Relative;
     this.chart.Size = new System.Drawing.Size(338, 195);
     this.chart.TabIndex = 0;
     this.chart.TimerInterval = 100;
     this.chart.TimerMode = SpPerfChart.TimerMode.Disabled;
     //
     // PerformanceCounterChart
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.label_Vertical);
     this.Controls.Add(this.label_Percent);
     this.Controls.Add(this.progressBar_Vertical);
     this.Controls.Add(this.chart);
     this.Name = "PerformanceCounterChart";
     this.Size = new System.Drawing.Size(393, 219);
     this.SizeChanged += new System.EventHandler(this.PerformanceCounterChart_SizeChanged);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     SpPerfChart.ChartPen chartPen1 = new SpPerfChart.ChartPen();
     SpPerfChart.ChartPen chartPen2 = new SpPerfChart.ChartPen();
     SpPerfChart.ChartPen chartPen3 = new SpPerfChart.ChartPen();
     SpPerfChart.ChartPen chartPen4 = new SpPerfChart.ChartPen();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ServiceDialog));
     this.serviceLbl        = new System.Windows.Forms.Label();
     this.label22           = new System.Windows.Forms.Label();
     this.serviceQty        = new System.Windows.Forms.TextBox();
     this.label27           = new System.Windows.Forms.Label();
     this.parameterTxt      = new System.Windows.Forms.TextBox();
     this.button18          = new System.Windows.Forms.Button();
     this.label56           = new System.Windows.Forms.Label();
     this.label55           = new System.Windows.Forms.Label();
     this.statusCbx         = new System.Windows.Forms.ComboBox();
     this.operationCbx      = new System.Windows.Forms.ComboBox();
     this.opCostTxt         = new System.Windows.Forms.TextBox();
     this.label52           = new System.Windows.Forms.Label();
     this.label4            = new System.Windows.Forms.Label();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.panel1            = new System.Windows.Forms.Panel();
     this.resultNotesTxt    = new System.Windows.Forms.TextBox();
     this.panel3            = new System.Windows.Forms.Panel();
     this.label2            = new System.Windows.Forms.Label();
     this.button1           = new System.Windows.Forms.Button();
     this.label1            = new System.Windows.Forms.Label();
     this.button4           = new System.Windows.Forms.Button();
     this.panel2            = new System.Windows.Forms.Panel();
     this.button11          = new System.Windows.Forms.Button();
     this.label44           = new System.Windows.Forms.Label();
     this.label35           = new System.Windows.Forms.Label();
     this.testResultsTxt    = new System.Windows.Forms.TextBox();
     this.examinationTxt    = new System.Windows.Forms.TextBox();
     this.label36           = new System.Windows.Forms.Label();
     this.textBox1          = new System.Windows.Forms.TextBox();
     this.label38           = new System.Windows.Forms.Label();
     this.panel9            = new System.Windows.Forms.Panel();
     this.perfChart         = new SpPerfChart.PerfChart();
     this.tableLayoutPanel1.SuspendLayout();
     this.panel1.SuspendLayout();
     this.panel3.SuspendLayout();
     this.panel2.SuspendLayout();
     this.panel9.SuspendLayout();
     this.SuspendLayout();
     //
     // serviceLbl
     //
     this.serviceLbl.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.serviceLbl.AutoSize  = true;
     this.serviceLbl.Font      = new System.Drawing.Font("Calibri", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.serviceLbl.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.serviceLbl.Location  = new System.Drawing.Point(134, 264);
     this.serviceLbl.Name      = "serviceLbl";
     this.serviceLbl.Size      = new System.Drawing.Size(53, 26);
     this.serviceLbl.TabIndex  = 245;
     this.serviceLbl.Text      = "Total";
     //
     // label22
     //
     this.label22.AutoSize = true;
     this.label22.Location = new System.Drawing.Point(12, 224);
     this.label22.Name     = "label22";
     this.label22.Size     = new System.Drawing.Size(47, 13);
     this.label22.TabIndex = 244;
     this.label22.Text     = "Quantity";
     //
     // serviceQty
     //
     this.serviceQty.BackColor   = System.Drawing.SystemColors.ButtonHighlight;
     this.serviceQty.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.serviceQty.Font        = new System.Drawing.Font("Calibri", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.serviceQty.Location    = new System.Drawing.Point(12, 240);
     this.serviceQty.Multiline   = true;
     this.serviceQty.Name        = "serviceQty";
     this.serviceQty.Size        = new System.Drawing.Size(228, 21);
     this.serviceQty.TabIndex    = 243;
     this.serviceQty.Text        = "1";
     //
     // label27
     //
     this.label27.AutoSize = true;
     this.label27.Location = new System.Drawing.Point(12, 78);
     this.label27.Name     = "label27";
     this.label27.Size     = new System.Drawing.Size(58, 13);
     this.label27.TabIndex = 242;
     this.label27.Text     = "Parameter";
     //
     // parameterTxt
     //
     this.parameterTxt.BackColor   = System.Drawing.SystemColors.ButtonHighlight;
     this.parameterTxt.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.parameterTxt.Font        = new System.Drawing.Font("Calibri", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.parameterTxt.Location    = new System.Drawing.Point(12, 94);
     this.parameterTxt.Multiline   = true;
     this.parameterTxt.Name        = "parameterTxt";
     this.parameterTxt.Size        = new System.Drawing.Size(228, 21);
     this.parameterTxt.TabIndex    = 241;
     //
     // button18
     //
     this.button18.Anchor    = System.Windows.Forms.AnchorStyles.None;
     this.button18.BackColor = System.Drawing.Color.MediumSeaGreen;
     this.button18.FlatAppearance.BorderSize = 0;
     this.button18.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.button18.Font      = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button18.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.button18.Location  = new System.Drawing.Point(84, 478);
     this.button18.Margin    = new System.Windows.Forms.Padding(2);
     this.button18.Name      = "button18";
     this.button18.Size      = new System.Drawing.Size(110, 25);
     this.button18.TabIndex  = 240;
     this.button18.Text      = "Add";
     this.button18.UseVisualStyleBackColor = false;
     this.button18.Click += new System.EventHandler(this.button18_Click);
     //
     // label56
     //
     this.label56.AutoSize = true;
     this.label56.Location = new System.Drawing.Point(12, 184);
     this.label56.Name     = "label56";
     this.label56.Size     = new System.Drawing.Size(37, 13);
     this.label56.TabIndex = 239;
     this.label56.Text     = "Status";
     //
     // label55
     //
     this.label55.AutoSize  = true;
     this.label55.Font      = new System.Drawing.Font("Calibri", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label55.ForeColor = System.Drawing.Color.SeaGreen;
     this.label55.Location  = new System.Drawing.Point(12, 158);
     this.label55.Name      = "label55";
     this.label55.Size      = new System.Drawing.Size(49, 26);
     this.label55.TabIndex  = 238;
     this.label55.Text      = "Cost";
     //
     // statusCbx
     //
     this.statusCbx.FormattingEnabled = true;
     this.statusCbx.Items.AddRange(new object[] {
         "Complete",
         "Not Done"
     });
     this.statusCbx.Location = new System.Drawing.Point(12, 200);
     this.statusCbx.Name     = "statusCbx";
     this.statusCbx.Size     = new System.Drawing.Size(228, 21);
     this.statusCbx.TabIndex = 237;
     //
     // operationCbx
     //
     this.operationCbx.FormattingEnabled = true;
     this.operationCbx.Location          = new System.Drawing.Point(12, 54);
     this.operationCbx.Name                  = "operationCbx";
     this.operationCbx.Size                  = new System.Drawing.Size(228, 21);
     this.operationCbx.TabIndex              = 236;
     this.operationCbx.SelectedIndexChanged += new System.EventHandler(this.operationCbx_SelectedIndexChanged);
     //
     // opCostTxt
     //
     this.opCostTxt.BackColor   = System.Drawing.SystemColors.ButtonHighlight;
     this.opCostTxt.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.opCostTxt.Font        = new System.Drawing.Font("Calibri", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.opCostTxt.Location    = new System.Drawing.Point(12, 134);
     this.opCostTxt.Name        = "opCostTxt";
     this.opCostTxt.Size        = new System.Drawing.Size(228, 21);
     this.opCostTxt.TabIndex    = 235;
     //
     // label52
     //
     this.label52.AutoSize = true;
     this.label52.Location = new System.Drawing.Point(12, 38);
     this.label52.Name     = "label52";
     this.label52.Size     = new System.Drawing.Size(125, 13);
     this.label52.TabIndex = 234;
     this.label52.Text     = "Procedures e.g Radiology";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(12, 118);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(120, 13);
     this.label4.TabIndex = 233;
     this.label4.Text     = "Services and Operations";
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.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.tableLayoutPanel1.BackColor   = System.Drawing.Color.White;
     this.tableLayoutPanel1.ColumnCount = 4;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 4.727273F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 95.27273F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 448F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 328F));
     this.tableLayoutPanel1.Controls.Add(this.button18, 1, 2);
     this.tableLayoutPanel1.Controls.Add(this.panel1, 1, 1);
     this.tableLayoutPanel1.Controls.Add(this.panel3, 2, 0);
     this.tableLayoutPanel1.Controls.Add(this.label1, 1, 0);
     this.tableLayoutPanel1.Controls.Add(this.button4, 3, 2);
     this.tableLayoutPanel1.Controls.Add(this.panel2, 3, 1);
     this.tableLayoutPanel1.Controls.Add(this.panel9, 2, 1);
     this.tableLayoutPanel1.Location = new System.Drawing.Point(12, 12);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 3;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 8.297873F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 91.70213F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 41F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(1044, 512);
     this.tableLayoutPanel1.TabIndex = 247;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.label52);
     this.panel1.Controls.Add(this.operationCbx);
     this.panel1.Controls.Add(this.resultNotesTxt);
     this.panel1.Controls.Add(this.label27);
     this.panel1.Controls.Add(this.serviceLbl);
     this.panel1.Controls.Add(this.parameterTxt);
     this.panel1.Controls.Add(this.serviceQty);
     this.panel1.Controls.Add(this.label4);
     this.panel1.Controls.Add(this.label22);
     this.panel1.Controls.Add(this.opCostTxt);
     this.panel1.Controls.Add(this.statusCbx);
     this.panel1.Controls.Add(this.label55);
     this.panel1.Controls.Add(this.label56);
     this.panel1.Location = new System.Drawing.Point(15, 42);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(247, 403);
     this.panel1.TabIndex = 249;
     //
     // resultNotesTxt
     //
     this.resultNotesTxt.BackColor   = System.Drawing.SystemColors.ButtonFace;
     this.resultNotesTxt.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.resultNotesTxt.Font        = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.resultNotesTxt.Location    = new System.Drawing.Point(12, 293);
     this.resultNotesTxt.Multiline   = true;
     this.resultNotesTxt.Name        = "resultNotesTxt";
     this.resultNotesTxt.Size        = new System.Drawing.Size(228, 63);
     this.resultNotesTxt.TabIndex    = 246;
     //
     // panel3
     //
     this.tableLayoutPanel1.SetColumnSpan(this.panel3, 2);
     this.panel3.Controls.Add(this.label2);
     this.panel3.Controls.Add(this.button1);
     this.panel3.Location = new System.Drawing.Point(270, 3);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(697, 33);
     this.panel3.TabIndex = 251;
     //
     // label2
     //
     this.label2.Anchor    = System.Windows.Forms.AnchorStyles.None;
     this.label2.AutoSize  = true;
     this.label2.Font      = new System.Drawing.Font("Calibri", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.label2.Location  = new System.Drawing.Point(47, 5);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(69, 23);
     this.label2.TabIndex  = 252;
     this.label2.Text      = "Results";
     //
     // button1
     //
     this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.button1.FlatAppearance.BorderSize = 0;
     this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.button1.Image     = global::VHMIS.Properties.Resources.Cancel_16;
     this.button1.Location  = new System.Drawing.Point(672, 3);
     this.button1.Name      = "button1";
     this.button1.Size      = new System.Drawing.Size(22, 21);
     this.button1.TabIndex  = 246;
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // label1
     //
     this.label1.Anchor    = System.Windows.Forms.AnchorStyles.None;
     this.label1.AutoSize  = true;
     this.label1.Font      = new System.Drawing.Font("Calibri", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.label1.Location  = new System.Drawing.Point(42, 8);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(194, 23);
     this.label1.TabIndex  = 248;
     this.label1.Text      = "Add Service/Procedure";
     //
     // button4
     //
     this.button4.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.button4.Location = new System.Drawing.Point(801, 475);
     this.button4.Margin   = new System.Windows.Forms.Padding(2);
     this.button4.Name     = "button4";
     this.button4.Size     = new System.Drawing.Size(156, 32);
     this.button4.TabIndex = 143;
     this.button4.Text     = "Complete";
     this.button4.UseVisualStyleBackColor = true;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.button11);
     this.panel2.Controls.Add(this.label44);
     this.panel2.Controls.Add(this.label35);
     this.panel2.Controls.Add(this.testResultsTxt);
     this.panel2.Controls.Add(this.examinationTxt);
     this.panel2.Controls.Add(this.label36);
     this.panel2.Controls.Add(this.textBox1);
     this.panel2.Controls.Add(this.label38);
     this.panel2.Location = new System.Drawing.Point(718, 42);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(322, 425);
     this.panel2.TabIndex = 250;
     //
     // button11
     //
     this.button11.Location = new System.Drawing.Point(152, 274);
     this.button11.Margin   = new System.Windows.Forms.Padding(2);
     this.button11.Name     = "button11";
     this.button11.Size     = new System.Drawing.Size(156, 24);
     this.button11.TabIndex = 151;
     this.button11.Text     = "Add image";
     this.button11.UseVisualStyleBackColor = true;
     //
     // label44
     //
     this.label44.AutoSize = true;
     this.label44.Location = new System.Drawing.Point(22, 280);
     this.label44.Name     = "label44";
     this.label44.Size     = new System.Drawing.Size(36, 13);
     this.label44.TabIndex = 150;
     this.label44.Text     = "Image";
     //
     // label35
     //
     this.label35.AutoSize = true;
     this.label35.Location = new System.Drawing.Point(22, 197);
     this.label35.Name     = "label35";
     this.label35.Size     = new System.Drawing.Size(42, 13);
     this.label35.TabIndex = 149;
     this.label35.Text     = "Results";
     //
     // testResultsTxt
     //
     this.testResultsTxt.BackColor   = System.Drawing.SystemColors.ButtonFace;
     this.testResultsTxt.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.testResultsTxt.Font        = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.testResultsTxt.Location    = new System.Drawing.Point(15, 213);
     this.testResultsTxt.Multiline   = true;
     this.testResultsTxt.Name        = "testResultsTxt";
     this.testResultsTxt.Size        = new System.Drawing.Size(294, 54);
     this.testResultsTxt.TabIndex    = 148;
     //
     // examinationTxt
     //
     this.examinationTxt.BackColor   = System.Drawing.SystemColors.ButtonFace;
     this.examinationTxt.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.examinationTxt.Font        = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.examinationTxt.Location    = new System.Drawing.Point(16, 129);
     this.examinationTxt.Multiline   = true;
     this.examinationTxt.Name        = "examinationTxt";
     this.examinationTxt.Size        = new System.Drawing.Size(294, 61);
     this.examinationTxt.TabIndex    = 147;
     //
     // label36
     //
     this.label36.AutoSize = true;
     this.label36.Location = new System.Drawing.Point(21, 104);
     this.label36.Name     = "label36";
     this.label36.Size     = new System.Drawing.Size(65, 13);
     this.label36.TabIndex = 146;
     this.label36.Text     = "Examination";
     //
     // textBox1
     //
     this.textBox1.BackColor   = System.Drawing.SystemColors.ButtonFace;
     this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.textBox1.Font        = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox1.Location    = new System.Drawing.Point(14, 28);
     this.textBox1.Multiline   = true;
     this.textBox1.Name        = "textBox1";
     this.textBox1.Size        = new System.Drawing.Size(294, 63);
     this.textBox1.TabIndex    = 145;
     //
     // label38
     //
     this.label38.AutoSize = true;
     this.label38.Location = new System.Drawing.Point(16, 12);
     this.label38.Name     = "label38";
     this.label38.Size     = new System.Drawing.Size(35, 13);
     this.label38.TabIndex = 144;
     this.label38.Text     = "Notes";
     //
     // panel9
     //
     this.panel9.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.panel9.Controls.Add(this.perfChart);
     this.panel9.Location = new System.Drawing.Point(270, 42);
     this.panel9.Name     = "panel9";
     this.panel9.Size     = new System.Drawing.Size(442, 425);
     this.panel9.TabIndex = 252;
     //
     // perfChart
     //
     this.perfChart.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.perfChart.Font     = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
     this.perfChart.Location = new System.Drawing.Point(6, 8);
     this.perfChart.Name     = "perfChart";
     this.perfChart.PerfChartStyle.AntiAliasing = true;
     chartPen1.Color     = System.Drawing.Color.LightGreen;
     chartPen1.DashStyle = System.Drawing.Drawing2D.DashStyle.Dash;
     chartPen1.Width     = 1F;
     this.perfChart.PerfChartStyle.AvgLinePen            = chartPen1;
     this.perfChart.PerfChartStyle.BackgroundColorBottom = System.Drawing.Color.DarkOliveGreen;
     this.perfChart.PerfChartStyle.BackgroundColorTop    = System.Drawing.Color.YellowGreen;
     chartPen2.Color     = System.Drawing.Color.Gold;
     chartPen2.DashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
     chartPen2.Width     = 1F;
     this.perfChart.PerfChartStyle.ChartLinePen = chartPen2;
     chartPen3.Color     = System.Drawing.Color.DarkOliveGreen;
     chartPen3.DashStyle = System.Drawing.Drawing2D.DashStyle.Dot;
     chartPen3.Width     = 1F;
     this.perfChart.PerfChartStyle.HorizontalGridPen       = chartPen3;
     this.perfChart.PerfChartStyle.ShowAverageLine         = true;
     this.perfChart.PerfChartStyle.ShowHorizontalGridLines = true;
     this.perfChart.PerfChartStyle.ShowVerticalGridLines   = true;
     chartPen4.Color     = System.Drawing.Color.DarkOliveGreen;
     chartPen4.DashStyle = System.Drawing.Drawing2D.DashStyle.Dot;
     chartPen4.Width     = 1F;
     this.perfChart.PerfChartStyle.VerticalGridPen = chartPen4;
     this.perfChart.ScaleMode     = SpPerfChart.ScaleMode.Relative;
     this.perfChart.Size          = new System.Drawing.Size(435, 413);
     this.perfChart.TabIndex      = 1;
     this.perfChart.TimerInterval = 100;
     this.perfChart.TimerMode     = SpPerfChart.TimerMode.Disabled;
     //
     // ServiceDialog
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.DimGray;
     this.ClientSize          = new System.Drawing.Size(1068, 536);
     this.Controls.Add(this.tableLayoutPanel1);
     this.Font            = new System.Drawing.Font("Calibri", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name            = "ServiceDialog";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "ServiceDialog";
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.panel3.ResumeLayout(false);
     this.panel3.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.panel9.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #5
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     SpPerfChart.ChartPen chartPen1 = new SpPerfChart.ChartPen();
     SpPerfChart.ChartPen chartPen2 = new SpPerfChart.ChartPen();
     SpPerfChart.ChartPen chartPen3 = new SpPerfChart.ChartPen();
     SpPerfChart.ChartPen chartPen4 = new SpPerfChart.ChartPen();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UrinalysisTest));
     this.splitContainer1   = new System.Windows.Forms.SplitContainer();
     this.panel1            = new System.Windows.Forms.Panel();
     this.perfChart         = new SpPerfChart.PerfChart();
     this.textBox2          = new System.Windows.Forms.TextBox();
     this.chkBxTimerEnabled = new System.Windows.Forms.CheckBox();
     this.bgWrkTimer        = new System.ComponentModel.BackgroundWorker();
     this.button9           = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // splitContainer1
     //
     this.splitContainer1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(0, 0);
     this.splitContainer1.Name     = "splitContainer1";
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.button9);
     this.splitContainer1.Panel2.Controls.Add(this.chkBxTimerEnabled);
     this.splitContainer1.Panel2.Controls.Add(this.textBox2);
     this.splitContainer1.Panel2.Controls.Add(this.panel1);
     this.splitContainer1.Size             = new System.Drawing.Size(877, 463);
     this.splitContainer1.SplitterDistance = 179;
     this.splitContainer1.TabIndex         = 0;
     //
     // panel1
     //
     this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.panel1.Controls.Add(this.perfChart);
     this.panel1.Location = new System.Drawing.Point(6, 7);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(679, 180);
     this.panel1.TabIndex = 0;
     //
     // perfChart
     //
     this.perfChart.BorderStyle = System.Windows.Forms.Border3DStyle.RaisedInner;
     this.perfChart.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.perfChart.Font        = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
     this.perfChart.Location    = new System.Drawing.Point(0, 0);
     this.perfChart.Name        = "perfChart";
     this.perfChart.PerfChartStyle.AntiAliasing = true;
     chartPen1.Color     = System.Drawing.Color.LightGreen;
     chartPen1.DashStyle = System.Drawing.Drawing2D.DashStyle.Dash;
     chartPen1.Width     = 1F;
     this.perfChart.PerfChartStyle.AvgLinePen            = chartPen1;
     this.perfChart.PerfChartStyle.BackgroundColorBottom = System.Drawing.Color.MediumTurquoise;
     this.perfChart.PerfChartStyle.BackgroundColorTop    = System.Drawing.Color.LemonChiffon;
     chartPen2.Color     = System.Drawing.Color.Crimson;
     chartPen2.DashStyle = System.Drawing.Drawing2D.DashStyle.Dash;
     chartPen2.Width     = 1F;
     this.perfChart.PerfChartStyle.ChartLinePen = chartPen2;
     chartPen3.Color     = System.Drawing.Color.DarkOliveGreen;
     chartPen3.DashStyle = System.Drawing.Drawing2D.DashStyle.Dot;
     chartPen3.Width     = 1F;
     this.perfChart.PerfChartStyle.HorizontalGridPen       = chartPen3;
     this.perfChart.PerfChartStyle.ShowAverageLine         = true;
     this.perfChart.PerfChartStyle.ShowHorizontalGridLines = true;
     this.perfChart.PerfChartStyle.ShowVerticalGridLines   = true;
     chartPen4.Color     = System.Drawing.Color.DarkOliveGreen;
     chartPen4.DashStyle = System.Drawing.Drawing2D.DashStyle.Dot;
     chartPen4.Width     = 1F;
     this.perfChart.PerfChartStyle.VerticalGridPen = chartPen4;
     this.perfChart.ScaleMode     = SpPerfChart.ScaleMode.Relative;
     this.perfChart.Size          = new System.Drawing.Size(679, 180);
     this.perfChart.TabIndex      = 2;
     this.perfChart.TimerInterval = 100;
     this.perfChart.TimerMode     = SpPerfChart.TimerMode.Disabled;
     //
     // textBox2
     //
     this.textBox2.BackColor   = System.Drawing.SystemColors.ControlLightLight;
     this.textBox2.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.textBox2.Font        = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox2.Location    = new System.Drawing.Point(6, 198);
     this.textBox2.Multiline   = true;
     this.textBox2.Name        = "textBox2";
     this.textBox2.ScrollBars  = System.Windows.Forms.ScrollBars.Vertical;
     this.textBox2.Size        = new System.Drawing.Size(253, 253);
     this.textBox2.TabIndex    = 130;
     //
     // chkBxTimerEnabled
     //
     this.chkBxTimerEnabled.AutoSize = true;
     this.chkBxTimerEnabled.Location = new System.Drawing.Point(277, 209);
     this.chkBxTimerEnabled.Name     = "chkBxTimerEnabled";
     this.chkBxTimerEnabled.Size     = new System.Drawing.Size(94, 17);
     this.chkBxTimerEnabled.TabIndex = 138;
     this.chkBxTimerEnabled.Text     = "Timer Enabled";
     this.chkBxTimerEnabled.UseVisualStyleBackColor = true;
     this.chkBxTimerEnabled.CheckedChanged         += new System.EventHandler(this.chkBxTimerEnabled_CheckedChanged);
     //
     // bgWrkTimer
     //
     this.bgWrkTimer.DoWork             += new System.ComponentModel.DoWorkEventHandler(this.bgWrkTimer_DoWork);
     this.bgWrkTimer.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.bgWrkTimer_RunWorkerCompleted);
     //
     // button9
     //
     this.button9.Location = new System.Drawing.Point(512, 204);
     this.button9.Margin   = new System.Windows.Forms.Padding(2);
     this.button9.Name     = "button9";
     this.button9.Size     = new System.Drawing.Size(170, 24);
     this.button9.TabIndex = 139;
     this.button9.Text     = "Run Diagnosis";
     this.button9.UseVisualStyleBackColor = true;
     //
     // UrinalysisTest
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(877, 463);
     this.Controls.Add(this.splitContainer1);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "UrinalysisTest";
     this.Text = "UrinalysisTest";
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.Panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     SpPerfChart.ChartPen chartPen1 = new SpPerfChart.ChartPen();
     SpPerfChart.ChartPen chartPen2 = new SpPerfChart.ChartPen();
     SpPerfChart.ChartPen chartPen3 = new SpPerfChart.ChartPen();
     SpPerfChart.ChartPen chartPen4 = new SpPerfChart.ChartPen();
     this.subPanel = new System.Windows.Forms.Panel();
     this.lblProcessorName = new System.Windows.Forms.Label();
     this.lblMemPercent = new System.Windows.Forms.Label();
     this.lblProcessor = new System.Windows.Forms.Label();
     this.lblSplit2 = new System.Windows.Forms.Label();
     this.lblSplit1 = new System.Windows.Forms.Label();
     this.lblTotalNo = new System.Windows.Forms.Label();
     this.lblFreeNo = new System.Windows.Forms.Label();
     this.lblUsedNo = new System.Windows.Forms.Label();
     this.lblTotal = new System.Windows.Forms.Label();
     this.lblFree = new System.Windows.Forms.Label();
     this.lblUsed = new System.Windows.Forms.Label();
     this.prbMemory = new System.Windows.Forms.ProgressBar();
     this.lblMemory = new System.Windows.Forms.Label();
     this.performanceCounterChart = new PerformanceCounterControls.PerformanceCounterChart();
     this.SuspendLayout();
     //
     // subPanel
     //
     this.subPanel.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.subPanel.AutoScroll = true;
     this.subPanel.BackColor = System.Drawing.SystemColors.ActiveCaption;
     this.subPanel.Location = new System.Drawing.Point(3, 325);
     this.subPanel.Name = "subPanel";
     this.subPanel.Size = new System.Drawing.Size(388, 67);
     this.subPanel.TabIndex = 2;
     //
     // lblProcessorName
     //
     this.lblProcessorName.AutoSize = true;
     this.lblProcessorName.ForeColor = System.Drawing.Color.Black;
     this.lblProcessorName.Location = new System.Drawing.Point(95, 309);
     this.lblProcessorName.Name = "lblProcessorName";
     this.lblProcessorName.Size = new System.Drawing.Size(113, 13);
     this.lblProcessorName.TabIndex = 50;
     this.lblProcessorName.Text = "NumberOfCoreXBit.No";
     //
     // lblMemPercent
     //
     this.lblMemPercent.AutoSize = true;
     this.lblMemPercent.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.lblMemPercent.ForeColor = System.Drawing.Color.OrangeRed;
     this.lblMemPercent.Location = new System.Drawing.Point(320, 238);
     this.lblMemPercent.Name = "lblMemPercent";
     this.lblMemPercent.Size = new System.Drawing.Size(29, 15);
     this.lblMemPercent.TabIndex = 46;
     this.lblMemPercent.Text = "0%";
     //
     // lblProcessor
     //
     this.lblProcessor.AutoSize = true;
     this.lblProcessor.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.lblProcessor.ForeColor = System.Drawing.Color.OrangeRed;
     this.lblProcessor.Location = new System.Drawing.Point(6, 306);
     this.lblProcessor.Name = "lblProcessor";
     this.lblProcessor.Size = new System.Drawing.Size(83, 16);
     this.lblProcessor.TabIndex = 45;
     this.lblProcessor.Text = "PROCESSOR";
     //
     // lblSplit2
     //
     this.lblSplit2.AutoSize = true;
     this.lblSplit2.Location = new System.Drawing.Point(255, 264);
     this.lblSplit2.Name = "lblSplit2";
     this.lblSplit2.Size = new System.Drawing.Size(9, 39);
     this.lblSplit2.TabIndex = 43;
     this.lblSplit2.Text = "|\r\n|\r\n|";
     //
     // lblSplit1
     //
     this.lblSplit1.AutoSize = true;
     this.lblSplit1.Location = new System.Drawing.Point(132, 264);
     this.lblSplit1.Name = "lblSplit1";
     this.lblSplit1.Size = new System.Drawing.Size(9, 39);
     this.lblSplit1.TabIndex = 44;
     this.lblSplit1.Text = "|\r\n|\r\n|";
     //
     // lblTotalNo
     //
     this.lblTotalNo.AutoSize = true;
     this.lblTotalNo.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.25F);
     this.lblTotalNo.Location = new System.Drawing.Point(288, 281);
     this.lblTotalNo.Name = "lblTotalNo";
     this.lblTotalNo.Size = new System.Drawing.Size(59, 16);
     this.lblTotalNo.TabIndex = 42;
     this.lblTotalNo.Text = "0000 MB";
     //
     // lblFreeNo
     //
     this.lblFreeNo.AutoSize = true;
     this.lblFreeNo.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.25F);
     this.lblFreeNo.Location = new System.Drawing.Point(169, 281);
     this.lblFreeNo.Name = "lblFreeNo";
     this.lblFreeNo.Size = new System.Drawing.Size(59, 16);
     this.lblFreeNo.TabIndex = 40;
     this.lblFreeNo.Text = "0000 MB";
     //
     // lblUsedNo
     //
     this.lblUsedNo.AutoSize = true;
     this.lblUsedNo.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.25F);
     this.lblUsedNo.Location = new System.Drawing.Point(48, 281);
     this.lblUsedNo.Name = "lblUsedNo";
     this.lblUsedNo.Size = new System.Drawing.Size(59, 16);
     this.lblUsedNo.TabIndex = 41;
     this.lblUsedNo.Text = "0000 MB";
     //
     // lblTotal
     //
     this.lblTotal.AutoEllipsis = true;
     this.lblTotal.AutoSize = true;
     this.lblTotal.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.lblTotal.ForeColor = System.Drawing.Color.Black;
     this.lblTotal.Location = new System.Drawing.Point(299, 263);
     this.lblTotal.Name = "lblTotal";
     this.lblTotal.Size = new System.Drawing.Size(34, 15);
     this.lblTotal.TabIndex = 37;
     this.lblTotal.Text = "Total";
     //
     // lblFree
     //
     this.lblFree.AutoEllipsis = true;
     this.lblFree.AutoSize = true;
     this.lblFree.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.lblFree.ForeColor = System.Drawing.Color.Black;
     this.lblFree.Location = new System.Drawing.Point(182, 263);
     this.lblFree.Name = "lblFree";
     this.lblFree.Size = new System.Drawing.Size(32, 15);
     this.lblFree.TabIndex = 38;
     this.lblFree.Text = "Free";
     //
     // lblUsed
     //
     this.lblUsed.AutoEllipsis = true;
     this.lblUsed.AutoSize = true;
     this.lblUsed.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.lblUsed.ForeColor = System.Drawing.Color.Black;
     this.lblUsed.Location = new System.Drawing.Point(60, 263);
     this.lblUsed.Name = "lblUsed";
     this.lblUsed.Size = new System.Drawing.Size(33, 15);
     this.lblUsed.TabIndex = 39;
     this.lblUsed.Text = "Used";
     //
     // prbMemory
     //
     this.prbMemory.Location = new System.Drawing.Point(46, 233);
     this.prbMemory.MarqueeAnimationSpeed = 50;
     this.prbMemory.Name = "prbMemory";
     this.prbMemory.Size = new System.Drawing.Size(270, 23);
     this.prbMemory.TabIndex = 36;
     //
     // lblMemory
     //
     this.lblMemory.AutoSize = true;
     this.lblMemory.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.lblMemory.ForeColor = System.Drawing.Color.OrangeRed;
     this.lblMemory.Location = new System.Drawing.Point(6, 214);
     this.lblMemory.Name = "lblMemory";
     this.lblMemory.Size = new System.Drawing.Size(64, 16);
     this.lblMemory.TabIndex = 35;
     this.lblMemory.Text = "MEMORY";
     //
     // performanceCounterChart
     //
     this.performanceCounterChart.AntiAliasing = true;
     chartPen1.Color = System.Drawing.Color.DarkGreen;
     chartPen1.DashStyle = System.Drawing.Drawing2D.DashStyle.DashDotDot;
     chartPen1.Width = 2F;
     this.performanceCounterChart.AvgLinePen = chartPen1;
     this.performanceCounterChart.AvgLinePenColor = System.Drawing.Color.DarkGreen;
     this.performanceCounterChart.AvgLinePenDashStyle = System.Drawing.Drawing2D.DashStyle.DashDotDot;
     this.performanceCounterChart.AvgLinePenWidth = 2F;
     this.performanceCounterChart.BackgroundColorBottom = System.Drawing.Color.Azure;
     this.performanceCounterChart.BackgroundColorTop = System.Drawing.Color.Gold;
     chartPen2.Color = System.Drawing.Color.Blue;
     chartPen2.DashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
     chartPen2.Width = 1F;
     this.performanceCounterChart.ChartLinePen = chartPen2;
     this.performanceCounterChart.ChartLinePenColor = System.Drawing.Color.Blue;
     this.performanceCounterChart.ChartLinePenDashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
     this.performanceCounterChart.ChartLinePenWidth = 1F;
     chartPen3.Color = System.Drawing.Color.Gray;
     chartPen3.DashStyle = System.Drawing.Drawing2D.DashStyle.DashDot;
     chartPen3.Width = 1F;
     this.performanceCounterChart.HorizontalGridPen = chartPen3;
     this.performanceCounterChart.HorizontalGridPenColor = System.Drawing.Color.Gray;
     this.performanceCounterChart.HorizontalGridPenDashStyle = System.Drawing.Drawing2D.DashStyle.DashDot;
     this.performanceCounterChart.HorizontalGridPenWidth = 1F;
     this.performanceCounterChart.Location = new System.Drawing.Point(3, 3);
     this.performanceCounterChart.MarqueeAnimationSpeed = 1;
     this.performanceCounterChart.Maximum = 100;
     this.performanceCounterChart.Minimum = 0;
     this.performanceCounterChart.Name = "performanceCounterChart";
     this.performanceCounterChart.ScaleMode = SpPerfChart.ScaleMode.Absolute;
     this.performanceCounterChart.ShowAverageLine = true;
     this.performanceCounterChart.ShowHorizontalGridLines = true;
     this.performanceCounterChart.ShowVerticalGridLines = true;
     this.performanceCounterChart.Size = new System.Drawing.Size(388, 218);
     this.performanceCounterChart.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
     this.performanceCounterChart.TabIndex = 34;
     this.performanceCounterChart.TimerInterval = 15;
     this.performanceCounterChart.TimerMode = SpPerfChart.TimerMode.Disabled;
     this.performanceCounterChart.Value = 0;
     chartPen4.Color = System.Drawing.Color.Gray;
     chartPen4.DashStyle = System.Drawing.Drawing2D.DashStyle.DashDot;
     chartPen4.Width = 1F;
     this.performanceCounterChart.VerticalGridPen = chartPen4;
     this.performanceCounterChart.VerticalGridPenColor = System.Drawing.Color.Gray;
     this.performanceCounterChart.VerticalGridPenDashStyle = System.Drawing.Drawing2D.DashStyle.DashDot;
     this.performanceCounterChart.VerticalGridPenWidth = 1F;
     this.performanceCounterChart.VerticalText = "Total CPU Usage";
     //
     // PerformanceCounters
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.lblProcessorName);
     this.Controls.Add(this.lblMemPercent);
     this.Controls.Add(this.lblProcessor);
     this.Controls.Add(this.lblSplit2);
     this.Controls.Add(this.lblSplit1);
     this.Controls.Add(this.lblTotalNo);
     this.Controls.Add(this.lblFreeNo);
     this.Controls.Add(this.lblUsedNo);
     this.Controls.Add(this.lblTotal);
     this.Controls.Add(this.lblFree);
     this.Controls.Add(this.lblUsed);
     this.Controls.Add(this.prbMemory);
     this.Controls.Add(this.lblMemory);
     this.Controls.Add(this.performanceCounterChart);
     this.Controls.Add(this.subPanel);
     this.Name = "PerformanceCounters";
     this.Size = new System.Drawing.Size(394, 395);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            SpPerfChart.ChartPen chartPen1 = new SpPerfChart.ChartPen();
            SpPerfChart.ChartPen chartPen2 = new SpPerfChart.ChartPen();
            SpPerfChart.ChartPen chartPen3 = new SpPerfChart.ChartPen();
            SpPerfChart.ChartPen chartPen4 = new SpPerfChart.ChartPen();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.textBox2 = new System.Windows.Forms.TextBox();
            this.textBox3 = new System.Windows.Forms.TextBox();
            this.button4 = new System.Windows.Forms.Button();
            this.button5 = new System.Windows.Forms.Button();
            this.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.tabPage2 = new System.Windows.Forms.TabPage();
            this.perfChart1 = new SpPerfChart.PerfChart();
            this.button2 = new System.Windows.Forms.Button();
            this.button1 = new System.Windows.Forms.Button();
            this.label10 = new System.Windows.Forms.Label();
            this.label9 = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.tabControl1.SuspendLayout();
            this.tabPage1.SuspendLayout();
            this.tabPage2.SuspendLayout();
            this.SuspendLayout();
            // 
            // textBox1
            // 
            this.textBox1.Location = new System.Drawing.Point(25, 85);
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new System.Drawing.Size(100, 22);
            this.textBox1.TabIndex = 1;
            this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
            // 
            // textBox2
            // 
            this.textBox2.Location = new System.Drawing.Point(25, 131);
            this.textBox2.Name = "textBox2";
            this.textBox2.Size = new System.Drawing.Size(100, 22);
            this.textBox2.TabIndex = 3;
            this.textBox2.TextChanged += new System.EventHandler(this.textBox2_TextChanged);
            // 
            // textBox3
            // 
            this.textBox3.Location = new System.Drawing.Point(25, 36);
            this.textBox3.Name = "textBox3";
            this.textBox3.Size = new System.Drawing.Size(100, 22);
            this.textBox3.TabIndex = 4;
            this.textBox3.TextChanged += new System.EventHandler(this.textBox3_TextChanged);
            // 
            // button4
            // 
            this.button4.Location = new System.Drawing.Point(25, 251);
            this.button4.Name = "button4";
            this.button4.Size = new System.Drawing.Size(75, 33);
            this.button4.TabIndex = 6;
            this.button4.Text = "Go";
            this.button4.UseVisualStyleBackColor = true;
            this.button4.Click += new System.EventHandler(this.button4_Click);
            // 
            // button5
            // 
            this.button5.Location = new System.Drawing.Point(160, 251);
            this.button5.Name = "button5";
            this.button5.Size = new System.Drawing.Size(75, 33);
            this.button5.TabIndex = 7;
            this.button5.Text = "Stop";
            this.button5.UseVisualStyleBackColor = true;
            this.button5.Click += new System.EventHandler(this.button5_Click);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(207, 36);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(34, 17);
            this.label1.TabIndex = 8;
            this.label1.Text = "Port";
            this.label1.Click += new System.EventHandler(this.label1_Click);
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(207, 76);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(75, 17);
            this.label2.TabIndex = 9;
            this.label2.Text = "Frequency";
            this.label2.Click += new System.EventHandler(this.label2_Click);
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(207, 131);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(70, 17);
            this.label3.TabIndex = 10;
            this.label3.Text = "Amplitude";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(249, 260);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(0, 17);
            this.label4.TabIndex = 14;
            // 
            // tabControl1
            // 
            this.tabControl1.Controls.Add(this.tabPage1);
            this.tabControl1.Controls.Add(this.tabPage2);
            this.tabControl1.Location = new System.Drawing.Point(-2, -2);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(528, 475);
            this.tabControl1.TabIndex = 15;
            // 
            // tabPage1
            // 
            this.tabPage1.Controls.Add(this.textBox3);
            this.tabPage1.Controls.Add(this.label1);
            this.tabPage1.Controls.Add(this.textBox1);
            this.tabPage1.Controls.Add(this.button5);
            this.tabPage1.Controls.Add(this.textBox2);
            this.tabPage1.Controls.Add(this.button4);
            this.tabPage1.Controls.Add(this.label2);
            this.tabPage1.Controls.Add(this.label3);
            this.tabPage1.Location = new System.Drawing.Point(4, 25);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage1.Size = new System.Drawing.Size(520, 446);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text = "Frequency";
            this.tabPage1.UseVisualStyleBackColor = true;
            // 
            // tabPage2
            // 
            this.tabPage2.Controls.Add(this.perfChart1);
            this.tabPage2.Controls.Add(this.button2);
            this.tabPage2.Controls.Add(this.button1);
            this.tabPage2.Controls.Add(this.label10);
            this.tabPage2.Controls.Add(this.label9);
            this.tabPage2.Controls.Add(this.label8);
            this.tabPage2.Controls.Add(this.label7);
            this.tabPage2.Controls.Add(this.label6);
            this.tabPage2.Controls.Add(this.label5);
            this.tabPage2.Location = new System.Drawing.Point(4, 25);
            this.tabPage2.Name = "tabPage2";
            this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage2.Size = new System.Drawing.Size(520, 446);
            this.tabPage2.TabIndex = 1;
            this.tabPage2.Text = "Sensor";
            this.tabPage2.UseVisualStyleBackColor = true;
            // 
            // perfChart1
            // 
            this.perfChart1.Font = new System.Drawing.Font("Segoe UI", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
            this.perfChart1.Location = new System.Drawing.Point(172, 55);
            this.perfChart1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
            this.perfChart1.Name = "perfChart1";
            this.perfChart1.PerfChartStyle.AntiAliasing = true;
            chartPen1.Color = System.Drawing.Color.Black;
            chartPen1.DashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            chartPen1.Width = 1F;
            this.perfChart1.PerfChartStyle.AvgLinePen = chartPen1;
            this.perfChart1.PerfChartStyle.BackgroundColorBottom = System.Drawing.Color.DarkGreen;
            this.perfChart1.PerfChartStyle.BackgroundColorTop = System.Drawing.Color.DarkGreen;
            chartPen2.Color = System.Drawing.Color.Black;
            chartPen2.DashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            chartPen2.Width = 1F;
            this.perfChart1.PerfChartStyle.ChartLinePen = chartPen2;
            chartPen3.Color = System.Drawing.Color.Black;
            chartPen3.DashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            chartPen3.Width = 1F;
            this.perfChart1.PerfChartStyle.HorizontalGridPen = chartPen3;
            this.perfChart1.PerfChartStyle.ShowAverageLine = true;
            this.perfChart1.PerfChartStyle.ShowHorizontalGridLines = true;
            this.perfChart1.PerfChartStyle.ShowVerticalGridLines = true;
            chartPen4.Color = System.Drawing.Color.Black;
            chartPen4.DashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            chartPen4.Width = 1F;
            this.perfChart1.PerfChartStyle.VerticalGridPen = chartPen4;
            this.perfChart1.ScaleMode = SpPerfChart.ScaleMode.Absolute;
            this.perfChart1.Size = new System.Drawing.Size(313, 134);
            this.perfChart1.TabIndex = 8;
            this.perfChart1.TimerInterval = 100;
            this.perfChart1.TimerMode = SpPerfChart.TimerMode.Disabled;
            this.perfChart1.Load += new System.EventHandler(this.perfChart1_Load);
            // 
            // button2
            // 
            this.button2.Location = new System.Drawing.Point(172, 290);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(75, 28);
            this.button2.TabIndex = 7;
            this.button2.Text = "Stop";
            this.button2.UseVisualStyleBackColor = true;
            this.button2.Click += new System.EventHandler(this.button2_Click_1);
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(43, 290);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(75, 28);
            this.button1.TabIndex = 6;
            this.button1.Text = "Run";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Location = new System.Drawing.Point(87, 163);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(54, 17);
            this.label10.TabIndex = 5;
            this.label10.Text = "label10";
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Location = new System.Drawing.Point(87, 112);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(46, 17);
            this.label9.TabIndex = 4;
            this.label9.Text = "label9";
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(87, 55);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(46, 17);
            this.label8.TabIndex = 3;
            this.label8.Text = "label8";
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(40, 163);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(17, 17);
            this.label7.TabIndex = 2;
            this.label7.Text = "Z";
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(40, 112);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(17, 17);
            this.label6.TabIndex = 1;
            this.label6.Text = "Y";
            this.label6.Click += new System.EventHandler(this.label6_Click);
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(40, 55);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(17, 17);
            this.label5.TabIndex = 0;
            this.label5.Text = "X";
            this.label5.Click += new System.EventHandler(this.label5_Click);
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(526, 473);
            this.Controls.Add(this.tabControl1);
            this.Controls.Add(this.label4);
            this.Name = "Form1";
            this.Text = "Form1";
            this.Load += new System.EventHandler(this.Form1_Load);
            this.tabControl1.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            this.tabPage1.PerformLayout();
            this.tabPage2.ResumeLayout(false);
            this.tabPage2.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            SpPerfChart.PerfChartStyle perfChartStyle1 = new SpPerfChart.PerfChartStyle();
            SpPerfChart.ChartPen chartPen1 = new SpPerfChart.ChartPen();
            SpPerfChart.ChartPen chartPen2 = new SpPerfChart.ChartPen();
            SpPerfChart.ChartPen chartPen3 = new SpPerfChart.ChartPen();
            SpPerfChart.ChartPen chartPen4 = new SpPerfChart.ChartPen();
            SpPerfChart.PerfChartStyle perfChartStyle2 = new SpPerfChart.PerfChartStyle();
            SpPerfChart.ChartPen chartPen5 = new SpPerfChart.ChartPen();
            SpPerfChart.ChartPen chartPen6 = new SpPerfChart.ChartPen();
            SpPerfChart.ChartPen chartPen7 = new SpPerfChart.ChartPen();
            SpPerfChart.ChartPen chartPen8 = new SpPerfChart.ChartPen();
            SpPerfChart.PerfChartStyle perfChartStyle3 = new SpPerfChart.PerfChartStyle();
            SpPerfChart.ChartPen chartPen9 = new SpPerfChart.ChartPen();
            SpPerfChart.ChartPen chartPen10 = new SpPerfChart.ChartPen();
            SpPerfChart.ChartPen chartPen11 = new SpPerfChart.ChartPen();
            SpPerfChart.ChartPen chartPen12 = new SpPerfChart.ChartPen();
            SpPerfChart.PerfChartStyle perfChartStyle4 = new SpPerfChart.PerfChartStyle();
            SpPerfChart.ChartPen chartPen13 = new SpPerfChart.ChartPen();
            SpPerfChart.ChartPen chartPen14 = new SpPerfChart.ChartPen();
            SpPerfChart.ChartPen chartPen15 = new SpPerfChart.ChartPen();
            SpPerfChart.ChartPen chartPen16 = new SpPerfChart.ChartPen();
            this.mainMenu1 = new System.Windows.Forms.MainMenu();
            this.menuItem1 = new System.Windows.Forms.MenuItem();
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.cbSensity = new System.Windows.Forms.ComboBox();
            this.label16 = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label10 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.lblAcceleration = new System.Windows.Forms.Label();
            this.lblRoll = new System.Windows.Forms.Label();
            this.lblPitch = new System.Windows.Forms.Label();
            this.lblTilt = new System.Windows.Forms.Label();
            this.lblDirection = new System.Windows.Forms.Label();
            this.lblOrientation = new System.Windows.Forms.Label();
            this.labelGFZ = new System.Windows.Forms.Label();
            this.labelGFY = new System.Windows.Forms.Label();
            this.labelGFX = new System.Windows.Forms.Label();
            this.tabPage2 = new System.Windows.Forms.TabPage();
            this.txtLog = new System.Windows.Forms.TextBox();
            this.tabPage3 = new System.Windows.Forms.TabPage();
            this.perfChart4 = new SpPerfChart.PerfChart();
            this.perfChart3 = new SpPerfChart.PerfChart();
            this.perfChart2 = new SpPerfChart.PerfChart();
            this.perfChart1 = new SpPerfChart.PerfChart();
            this.tabPage4 = new System.Windows.Forms.TabPage();
            this.txtShake5Treshold = new System.Windows.Forms.TextBox();
            this.trackBar5 = new System.Windows.Forms.TrackBar();
            this.txtShake4Treshold = new System.Windows.Forms.TextBox();
            this.trackBar4 = new System.Windows.Forms.TrackBar();
            this.txtShake3Treshold = new System.Windows.Forms.TextBox();
            this.trackBar2 = new System.Windows.Forms.TrackBar();
            this.txt6Treshold = new System.Windows.Forms.TextBox();
            this.trackBar6 = new System.Windows.Forms.TrackBar();
            this.txtShake2Treshold = new System.Windows.Forms.TextBox();
            this.trackBar1 = new System.Windows.Forms.TrackBar();
            this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
            this.lblShake9 = new System.Windows.Forms.Label();
            this.lblShake8 = new System.Windows.Forms.Label();
            this.lblShake7 = new System.Windows.Forms.Label();
            this.lblShake6 = new System.Windows.Forms.Label();
            this.lblShake5 = new System.Windows.Forms.Label();
            this.lblShake4 = new System.Windows.Forms.Label();
            this.lblShake3 = new System.Windows.Forms.Label();
            this.lbShake2 = new System.Windows.Forms.Label();
            this.lblShake1 = new System.Windows.Forms.Label();
            this.btnTEST = new System.Windows.Forms.Button();
            this.tabControl1.SuspendLayout();
            this.tabPage1.SuspendLayout();
            this.tabPage2.SuspendLayout();
            this.tabPage3.SuspendLayout();
            this.tabPage4.SuspendLayout();
            this.SuspendLayout();
            // 
            // mainMenu1
            // 
            this.mainMenu1.MenuItems.Add(this.menuItem1);
            // 
            // menuItem1
            // 
            this.menuItem1.Text = "Exit";
            this.menuItem1.Click += new System.EventHandler(this.menuItem1_Click);
            // 
            // tabControl1
            // 
            this.tabControl1.Controls.Add(this.tabPage1);
            this.tabControl1.Controls.Add(this.tabPage2);
            this.tabControl1.Controls.Add(this.tabPage3);
            this.tabControl1.Controls.Add(this.tabPage4);
            this.tabControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.tabControl1.Location = new System.Drawing.Point(0, 3);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(240, 265);
            this.tabControl1.TabIndex = 0;
            // 
            // tabPage1
            // 
            this.tabPage1.Controls.Add(this.cbSensity);
            this.tabPage1.Controls.Add(this.label16);
            this.tabPage1.Controls.Add(this.label8);
            this.tabPage1.Controls.Add(this.label7);
            this.tabPage1.Controls.Add(this.label6);
            this.tabPage1.Controls.Add(this.label5);
            this.tabPage1.Controls.Add(this.label4);
            this.tabPage1.Controls.Add(this.label3);
            this.tabPage1.Controls.Add(this.label10);
            this.tabPage1.Controls.Add(this.label1);
            this.tabPage1.Controls.Add(this.label2);
            this.tabPage1.Controls.Add(this.lblAcceleration);
            this.tabPage1.Controls.Add(this.lblRoll);
            this.tabPage1.Controls.Add(this.lblPitch);
            this.tabPage1.Controls.Add(this.lblTilt);
            this.tabPage1.Controls.Add(this.lblDirection);
            this.tabPage1.Controls.Add(this.lblOrientation);
            this.tabPage1.Controls.Add(this.labelGFZ);
            this.tabPage1.Controls.Add(this.labelGFY);
            this.tabPage1.Controls.Add(this.labelGFX);
            this.tabPage1.Location = new System.Drawing.Point(0, 0);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Size = new System.Drawing.Size(240, 242);
            this.tabPage1.Text = "data";
            // 
            // cbSensity
            // 
            this.cbSensity.BackColor = System.Drawing.Color.MistyRose;
            this.cbSensity.Items.Add("0.0");
            this.cbSensity.Items.Add("1.0");
            this.cbSensity.Items.Add("0.1");
            this.cbSensity.Items.Add("0.01");
            this.cbSensity.Items.Add("0.001");
            this.cbSensity.Location = new System.Drawing.Point(146, 174);
            this.cbSensity.Name = "cbSensity";
            this.cbSensity.Size = new System.Drawing.Size(75, 22);
            this.cbSensity.TabIndex = 53;
            this.cbSensity.SelectedIndexChanged += new System.EventHandler(this.cbSensity_SelectedIndexChanged_1);
            // 
            // label16
            // 
            this.label16.BackColor = System.Drawing.Color.MistyRose;
            this.label16.Location = new System.Drawing.Point(7, 174);
            this.label16.Name = "label16";
            this.label16.Size = new System.Drawing.Size(66, 19);
            this.label16.Text = "Sensity:";
            // 
            // label8
            // 
            this.label8.Location = new System.Drawing.Point(109, 25);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(29, 14);
            this.label8.Text = "Z:";
            this.label8.TextAlign = System.Drawing.ContentAlignment.TopRight;
            // 
            // label7
            // 
            this.label7.Location = new System.Drawing.Point(109, 42);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(29, 14);
            this.label7.Text = "Y:";
            this.label7.TextAlign = System.Drawing.ContentAlignment.TopRight;
            // 
            // label6
            // 
            this.label6.Location = new System.Drawing.Point(109, 9);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(29, 14);
            this.label6.Text = "X:";
            this.label6.TextAlign = System.Drawing.ContentAlignment.TopRight;
            // 
            // label5
            // 
            this.label5.Location = new System.Drawing.Point(89, 86);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(35, 14);
            this.label5.Text = "Roll:";
            // 
            // label4
            // 
            this.label4.Location = new System.Drawing.Point(48, 85);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(35, 14);
            this.label4.Text = "Pitch:";
            // 
            // label3
            // 
            this.label3.Location = new System.Drawing.Point(7, 85);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(35, 14);
            this.label3.Text = "Tilt:";
            // 
            // label10
            // 
            this.label10.Location = new System.Drawing.Point(7, 129);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(76, 14);
            this.label10.Text = "Acceleration:";
            // 
            // label1
            // 
            this.label1.Location = new System.Drawing.Point(7, 71);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(76, 14);
            this.label1.Text = "Orientation:";
            // 
            // label2
            // 
            this.label2.Location = new System.Drawing.Point(7, 9);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(76, 14);
            this.label2.Text = "Acceleration:";
            // 
            // lblAcceleration
            // 
            this.lblAcceleration.Location = new System.Drawing.Point(144, 129);
            this.lblAcceleration.Name = "lblAcceleration";
            this.lblAcceleration.Size = new System.Drawing.Size(77, 14);
            this.lblAcceleration.Text = "-";
            this.lblAcceleration.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // lblRoll
            // 
            this.lblRoll.Location = new System.Drawing.Point(89, 99);
            this.lblRoll.Name = "lblRoll";
            this.lblRoll.Size = new System.Drawing.Size(35, 14);
            this.lblRoll.Text = "-";
            this.lblRoll.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // lblPitch
            // 
            this.lblPitch.Location = new System.Drawing.Point(48, 99);
            this.lblPitch.Name = "lblPitch";
            this.lblPitch.Size = new System.Drawing.Size(35, 14);
            this.lblPitch.Text = "-";
            this.lblPitch.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // lblTilt
            // 
            this.lblTilt.Location = new System.Drawing.Point(7, 99);
            this.lblTilt.Name = "lblTilt";
            this.lblTilt.Size = new System.Drawing.Size(35, 14);
            this.lblTilt.Text = "-";
            this.lblTilt.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // lblDirection
            // 
            this.lblDirection.Location = new System.Drawing.Point(144, 85);
            this.lblDirection.Name = "lblDirection";
            this.lblDirection.Size = new System.Drawing.Size(77, 14);
            this.lblDirection.Text = "-";
            this.lblDirection.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // lblOrientation
            // 
            this.lblOrientation.Location = new System.Drawing.Point(144, 71);
            this.lblOrientation.Name = "lblOrientation";
            this.lblOrientation.Size = new System.Drawing.Size(77, 14);
            this.lblOrientation.Text = "-";
            this.lblOrientation.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // labelGFZ
            // 
            this.labelGFZ.Location = new System.Drawing.Point(144, 25);
            this.labelGFZ.Name = "labelGFZ";
            this.labelGFZ.Size = new System.Drawing.Size(77, 14);
            this.labelGFZ.Text = "-";
            this.labelGFZ.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // labelGFY
            // 
            this.labelGFY.Location = new System.Drawing.Point(144, 40);
            this.labelGFY.Name = "labelGFY";
            this.labelGFY.Size = new System.Drawing.Size(77, 16);
            this.labelGFY.Text = "-";
            this.labelGFY.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // labelGFX
            // 
            this.labelGFX.Location = new System.Drawing.Point(144, 9);
            this.labelGFX.Name = "labelGFX";
            this.labelGFX.Size = new System.Drawing.Size(77, 14);
            this.labelGFX.Text = "-";
            this.labelGFX.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // tabPage2
            // 
            this.tabPage2.Controls.Add(this.txtLog);
            this.tabPage2.Location = new System.Drawing.Point(0, 0);
            this.tabPage2.Name = "tabPage2";
            this.tabPage2.Size = new System.Drawing.Size(232, 239);
            this.tabPage2.Text = "log";
            // 
            // txtLog
            // 
            this.txtLog.AcceptsReturn = true;
            this.txtLog.AcceptsTab = true;
            this.txtLog.BackColor = System.Drawing.SystemColors.Control;
            this.txtLog.Location = new System.Drawing.Point(3, 3);
            this.txtLog.Multiline = true;
            this.txtLog.Name = "txtLog";
            this.txtLog.ReadOnly = true;
            this.txtLog.ScrollBars = System.Windows.Forms.ScrollBars.Both;
            this.txtLog.Size = new System.Drawing.Size(226, 206);
            this.txtLog.TabIndex = 1;
            this.txtLog.Text = "log";
            this.txtLog.WordWrap = false;
            // 
            // tabPage3
            // 
            this.tabPage3.Controls.Add(this.perfChart4);
            this.tabPage3.Controls.Add(this.perfChart3);
            this.tabPage3.Controls.Add(this.perfChart2);
            this.tabPage3.Controls.Add(this.perfChart1);
            this.tabPage3.Location = new System.Drawing.Point(0, 0);
            this.tabPage3.Name = "tabPage3";
            this.tabPage3.Size = new System.Drawing.Size(232, 239);
            this.tabPage3.Text = "graph";
            // 
            // perfChart4
            // 
            this.perfChart4._maxDecimal = new decimal(new int[] {
            100,
            0,
            0,
            0});
            perfChartStyle1.AntiAliasing = true;
            chartPen1.Color = System.Drawing.Color.Black;
            chartPen1.DashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            chartPen1.Width = 1F;
            perfChartStyle1.AvgLinePen = chartPen1;
            perfChartStyle1.BackgroundColorBottom = System.Drawing.Color.DarkGreen;
            perfChartStyle1.BackgroundColorTop = System.Drawing.Color.DarkGreen;
            chartPen2.Color = System.Drawing.Color.Black;
            chartPen2.DashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            chartPen2.Width = 1F;
            perfChartStyle1.ChartLinePen = chartPen2;
            chartPen3.Color = System.Drawing.Color.Black;
            chartPen3.DashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            chartPen3.Width = 1F;
            perfChartStyle1.HorizontalGridPen = chartPen3;
            perfChartStyle1.ShowAverageLine = true;
            perfChartStyle1.ShowHorizontalGridLines = true;
            perfChartStyle1.ShowVerticalGridLines = true;
            chartPen4.Color = System.Drawing.Color.Black;
            chartPen4.DashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            chartPen4.Width = 1F;
            perfChartStyle1.VerticalGridPen = chartPen4;
            this.perfChart4._PerfChartStyle = perfChartStyle1;
            this.perfChart4._ScaleMode = SpPerfChart.ScaleMode.Absolute;
            this.perfChart4._SymmetricDisplay = true;
            this.perfChart4._TimerInterval = 100;
            this.perfChart4._TimerMode = SpPerfChart.TimerMode.Disabled;
            this.perfChart4.Location = new System.Drawing.Point(4, 160);
            this.perfChart4.Name = "perfChart4";
            this.perfChart4.Size = new System.Drawing.Size(227, 47);
            this.perfChart4.TabIndex = 0;
            // 
            // perfChart3
            // 
            this.perfChart3._maxDecimal = new decimal(new int[] {
            100,
            0,
            0,
            0});
            perfChartStyle2.AntiAliasing = true;
            chartPen5.Color = System.Drawing.Color.Black;
            chartPen5.DashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            chartPen5.Width = 1F;
            perfChartStyle2.AvgLinePen = chartPen5;
            perfChartStyle2.BackgroundColorBottom = System.Drawing.Color.DarkGreen;
            perfChartStyle2.BackgroundColorTop = System.Drawing.Color.DarkGreen;
            chartPen6.Color = System.Drawing.Color.Black;
            chartPen6.DashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            chartPen6.Width = 1F;
            perfChartStyle2.ChartLinePen = chartPen6;
            chartPen7.Color = System.Drawing.Color.Black;
            chartPen7.DashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            chartPen7.Width = 1F;
            perfChartStyle2.HorizontalGridPen = chartPen7;
            perfChartStyle2.ShowAverageLine = true;
            perfChartStyle2.ShowHorizontalGridLines = true;
            perfChartStyle2.ShowVerticalGridLines = true;
            chartPen8.Color = System.Drawing.Color.Black;
            chartPen8.DashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            chartPen8.Width = 1F;
            perfChartStyle2.VerticalGridPen = chartPen8;
            this.perfChart3._PerfChartStyle = perfChartStyle2;
            this.perfChart3._ScaleMode = SpPerfChart.ScaleMode.Absolute;
            this.perfChart3._SymmetricDisplay = true;
            this.perfChart3._TimerInterval = 100;
            this.perfChart3._TimerMode = SpPerfChart.TimerMode.Disabled;
            this.perfChart3.Location = new System.Drawing.Point(4, 102);
            this.perfChart3.Name = "perfChart3";
            this.perfChart3.Size = new System.Drawing.Size(227, 47);
            this.perfChart3.TabIndex = 0;
            // 
            // perfChart2
            // 
            this.perfChart2._maxDecimal = new decimal(new int[] {
            100,
            0,
            0,
            0});
            perfChartStyle3.AntiAliasing = true;
            chartPen9.Color = System.Drawing.Color.Black;
            chartPen9.DashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            chartPen9.Width = 1F;
            perfChartStyle3.AvgLinePen = chartPen9;
            perfChartStyle3.BackgroundColorBottom = System.Drawing.Color.DarkGreen;
            perfChartStyle3.BackgroundColorTop = System.Drawing.Color.DarkGreen;
            chartPen10.Color = System.Drawing.Color.Black;
            chartPen10.DashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            chartPen10.Width = 1F;
            perfChartStyle3.ChartLinePen = chartPen10;
            chartPen11.Color = System.Drawing.Color.Black;
            chartPen11.DashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            chartPen11.Width = 1F;
            perfChartStyle3.HorizontalGridPen = chartPen11;
            perfChartStyle3.ShowAverageLine = true;
            perfChartStyle3.ShowHorizontalGridLines = true;
            perfChartStyle3.ShowVerticalGridLines = true;
            chartPen12.Color = System.Drawing.Color.Black;
            chartPen12.DashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            chartPen12.Width = 1F;
            perfChartStyle3.VerticalGridPen = chartPen12;
            this.perfChart2._PerfChartStyle = perfChartStyle3;
            this.perfChart2._ScaleMode = SpPerfChart.ScaleMode.Absolute;
            this.perfChart2._SymmetricDisplay = true;
            this.perfChart2._TimerInterval = 100;
            this.perfChart2._TimerMode = SpPerfChart.TimerMode.Disabled;
            this.perfChart2.Location = new System.Drawing.Point(4, 52);
            this.perfChart2.Name = "perfChart2";
            this.perfChart2.Size = new System.Drawing.Size(227, 47);
            this.perfChart2.TabIndex = 0;
            // 
            // perfChart1
            // 
            this.perfChart1._maxDecimal = new decimal(new int[] {
            100,
            0,
            0,
            0});
            perfChartStyle4.AntiAliasing = true;
            chartPen13.Color = System.Drawing.Color.Black;
            chartPen13.DashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            chartPen13.Width = 1F;
            perfChartStyle4.AvgLinePen = chartPen13;
            perfChartStyle4.BackgroundColorBottom = System.Drawing.Color.DarkGreen;
            perfChartStyle4.BackgroundColorTop = System.Drawing.Color.DarkGreen;
            chartPen14.Color = System.Drawing.Color.Black;
            chartPen14.DashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            chartPen14.Width = 1F;
            perfChartStyle4.ChartLinePen = chartPen14;
            chartPen15.Color = System.Drawing.Color.Black;
            chartPen15.DashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            chartPen15.Width = 1F;
            perfChartStyle4.HorizontalGridPen = chartPen15;
            perfChartStyle4.ShowAverageLine = true;
            perfChartStyle4.ShowHorizontalGridLines = true;
            perfChartStyle4.ShowVerticalGridLines = true;
            chartPen16.Color = System.Drawing.Color.Black;
            chartPen16.DashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            chartPen16.Width = 1F;
            perfChartStyle4.VerticalGridPen = chartPen16;
            this.perfChart1._PerfChartStyle = perfChartStyle4;
            this.perfChart1._ScaleMode = SpPerfChart.ScaleMode.Absolute;
            this.perfChart1._SymmetricDisplay = true;
            this.perfChart1._TimerInterval = 100;
            this.perfChart1._TimerMode = SpPerfChart.TimerMode.Disabled;
            this.perfChart1.Location = new System.Drawing.Point(4, 2);
            this.perfChart1.Name = "perfChart1";
            this.perfChart1.Size = new System.Drawing.Size(227, 47);
            this.perfChart1.TabIndex = 0;
            // 
            // tabPage4
            // 
            this.tabPage4.Controls.Add(this.btnTEST);
            this.tabPage4.Controls.Add(this.txtShake5Treshold);
            this.tabPage4.Controls.Add(this.trackBar5);
            this.tabPage4.Controls.Add(this.txtShake4Treshold);
            this.tabPage4.Controls.Add(this.trackBar4);
            this.tabPage4.Controls.Add(this.txtShake3Treshold);
            this.tabPage4.Controls.Add(this.trackBar2);
            this.tabPage4.Controls.Add(this.txt6Treshold);
            this.tabPage4.Controls.Add(this.trackBar6);
            this.tabPage4.Controls.Add(this.txtShake2Treshold);
            this.tabPage4.Controls.Add(this.trackBar1);
            this.tabPage4.Controls.Add(this.numericUpDown1);
            this.tabPage4.Controls.Add(this.lblShake9);
            this.tabPage4.Controls.Add(this.lblShake8);
            this.tabPage4.Controls.Add(this.lblShake7);
            this.tabPage4.Controls.Add(this.lblShake6);
            this.tabPage4.Controls.Add(this.lblShake5);
            this.tabPage4.Controls.Add(this.lblShake4);
            this.tabPage4.Controls.Add(this.lblShake3);
            this.tabPage4.Controls.Add(this.lbShake2);
            this.tabPage4.Controls.Add(this.lblShake1);
            this.tabPage4.Location = new System.Drawing.Point(0, 0);
            this.tabPage4.Name = "tabPage4";
            this.tabPage4.Size = new System.Drawing.Size(240, 242);
            this.tabPage4.Text = "Shaker";
            // 
            // txtShake5Treshold
            // 
            this.txtShake5Treshold.Location = new System.Drawing.Point(103, 104);
            this.txtShake5Treshold.Name = "txtShake5Treshold";
            this.txtShake5Treshold.Size = new System.Drawing.Size(56, 21);
            this.txtShake5Treshold.TabIndex = 9;
            this.txtShake5Treshold.Text = "8";
            // 
            // trackBar5
            // 
            this.trackBar5.LargeChange = 2;
            this.trackBar5.Location = new System.Drawing.Point(7, 105);
            this.trackBar5.Maximum = 18;
            this.trackBar5.Minimum = 1;
            this.trackBar5.Name = "trackBar5";
            this.trackBar5.Size = new System.Drawing.Size(90, 21);
            this.trackBar5.TabIndex = 8;
            this.trackBar5.TickFrequency = 10;
            this.trackBar5.Value = 8;
            this.trackBar5.ValueChanged += new System.EventHandler(this.trackBar5_ValueChanged);
            // 
            // txtShake4Treshold
            // 
            this.txtShake4Treshold.Location = new System.Drawing.Point(103, 79);
            this.txtShake4Treshold.Name = "txtShake4Treshold";
            this.txtShake4Treshold.Size = new System.Drawing.Size(56, 21);
            this.txtShake4Treshold.TabIndex = 9;
            this.txtShake4Treshold.Text = "120";
            // 
            // trackBar4
            // 
            this.trackBar4.LargeChange = 50;
            this.trackBar4.Location = new System.Drawing.Point(7, 80);
            this.trackBar4.Maximum = 180;
            this.trackBar4.Minimum = 10;
            this.trackBar4.Name = "trackBar4";
            this.trackBar4.Size = new System.Drawing.Size(90, 21);
            this.trackBar4.SmallChange = 10;
            this.trackBar4.TabIndex = 8;
            this.trackBar4.TickFrequency = 10;
            this.trackBar4.Value = 120;
            this.trackBar4.ValueChanged += new System.EventHandler(this.trackBar4_ValueChanged);
            // 
            // txtShake3Treshold
            // 
            this.txtShake3Treshold.Location = new System.Drawing.Point(103, 54);
            this.txtShake3Treshold.Name = "txtShake3Treshold";
            this.txtShake3Treshold.Size = new System.Drawing.Size(56, 21);
            this.txtShake3Treshold.TabIndex = 9;
            this.txtShake3Treshold.Text = "120";
            // 
            // trackBar2
            // 
            this.trackBar2.LargeChange = 50;
            this.trackBar2.Location = new System.Drawing.Point(7, 55);
            this.trackBar2.Maximum = 180;
            this.trackBar2.Minimum = 10;
            this.trackBar2.Name = "trackBar2";
            this.trackBar2.Size = new System.Drawing.Size(90, 21);
            this.trackBar2.SmallChange = 10;
            this.trackBar2.TabIndex = 8;
            this.trackBar2.TickFrequency = 10;
            this.trackBar2.Value = 120;
            this.trackBar2.ValueChanged += new System.EventHandler(this.trackBar2_ValueChanged);
            // 
            // txt6Treshold
            // 
            this.txt6Treshold.Location = new System.Drawing.Point(103, 133);
            this.txt6Treshold.Name = "txt6Treshold";
            this.txt6Treshold.Size = new System.Drawing.Size(56, 21);
            this.txt6Treshold.TabIndex = 9;
            this.txt6Treshold.Text = "120";
            // 
            // trackBar6
            // 
            this.trackBar6.LargeChange = 50;
            this.trackBar6.Location = new System.Drawing.Point(7, 134);
            this.trackBar6.Maximum = 180;
            this.trackBar6.Minimum = 10;
            this.trackBar6.Name = "trackBar6";
            this.trackBar6.Size = new System.Drawing.Size(90, 21);
            this.trackBar6.SmallChange = 10;
            this.trackBar6.TabIndex = 8;
            this.trackBar6.TickFrequency = 10;
            this.trackBar6.Value = 120;
            this.trackBar6.ValueChanged += new System.EventHandler(this.trackBar6_ValueChanged);
            // 
            // txtShake2Treshold
            // 
            this.txtShake2Treshold.Location = new System.Drawing.Point(103, 28);
            this.txtShake2Treshold.Name = "txtShake2Treshold";
            this.txtShake2Treshold.Size = new System.Drawing.Size(56, 21);
            this.txtShake2Treshold.TabIndex = 9;
            this.txtShake2Treshold.Text = "120";
            // 
            // trackBar1
            // 
            this.trackBar1.LargeChange = 50;
            this.trackBar1.Location = new System.Drawing.Point(7, 29);
            this.trackBar1.Maximum = 180;
            this.trackBar1.Minimum = 10;
            this.trackBar1.Name = "trackBar1";
            this.trackBar1.Size = new System.Drawing.Size(90, 21);
            this.trackBar1.SmallChange = 10;
            this.trackBar1.TabIndex = 8;
            this.trackBar1.TickFrequency = 10;
            this.trackBar1.Value = 120;
            this.trackBar1.ValueChanged += new System.EventHandler(this.trackBar1_ValueChanged);
            // 
            // numericUpDown1
            // 
            this.numericUpDown1.Location = new System.Drawing.Point(118, 4);
            this.numericUpDown1.Maximum = new decimal(new int[] {
            10,
            0,
            0,
            0});
            this.numericUpDown1.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.numericUpDown1.Name = "numericUpDown1";
            this.numericUpDown1.Size = new System.Drawing.Size(42, 22);
            this.numericUpDown1.TabIndex = 7;
            this.numericUpDown1.Value = new decimal(new int[] {
            8,
            0,
            0,
            0});
            this.numericUpDown1.ValueChanged += new System.EventHandler(this.numericUpDown1_ValueChanged);
            // 
            // lblShake9
            // 
            this.lblShake9.Location = new System.Drawing.Point(166, 192);
            this.lblShake9.Name = "lblShake9";
            this.lblShake9.Size = new System.Drawing.Size(67, 19);
            this.lblShake9.Text = "Move1";
            this.lblShake9.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // lblShake8
            // 
            this.lblShake8.Location = new System.Drawing.Point(166, 173);
            this.lblShake8.Name = "lblShake8";
            this.lblShake8.Size = new System.Drawing.Size(67, 19);
            this.lblShake8.Text = "Shake8";
            this.lblShake8.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // lblShake7
            // 
            this.lblShake7.Location = new System.Drawing.Point(166, 154);
            this.lblShake7.Name = "lblShake7";
            this.lblShake7.Size = new System.Drawing.Size(67, 19);
            this.lblShake7.Text = "Shake7";
            this.lblShake7.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // lblShake6
            // 
            this.lblShake6.Location = new System.Drawing.Point(166, 129);
            this.lblShake6.Name = "lblShake6";
            this.lblShake6.Size = new System.Drawing.Size(67, 25);
            this.lblShake6.Text = "Shake6";
            this.lblShake6.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // lblShake5
            // 
            this.lblShake5.Location = new System.Drawing.Point(166, 104);
            this.lblShake5.Name = "lblShake5";
            this.lblShake5.Size = new System.Drawing.Size(67, 25);
            this.lblShake5.Text = "Shake5";
            this.lblShake5.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // lblShake4
            // 
            this.lblShake4.Location = new System.Drawing.Point(166, 79);
            this.lblShake4.Name = "lblShake4";
            this.lblShake4.Size = new System.Drawing.Size(67, 25);
            this.lblShake4.Text = "Shake4";
            this.lblShake4.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // lblShake3
            // 
            this.lblShake3.Location = new System.Drawing.Point(166, 54);
            this.lblShake3.Name = "lblShake3";
            this.lblShake3.Size = new System.Drawing.Size(67, 25);
            this.lblShake3.Text = "Shake3";
            this.lblShake3.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // lbShake2
            // 
            this.lbShake2.Location = new System.Drawing.Point(166, 29);
            this.lbShake2.Name = "lbShake2";
            this.lbShake2.Size = new System.Drawing.Size(67, 22);
            this.lbShake2.Text = "Shake2";
            this.lbShake2.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // lblShake1
            // 
            this.lblShake1.Location = new System.Drawing.Point(166, 4);
            this.lblShake1.Name = "lblShake1";
            this.lblShake1.Size = new System.Drawing.Size(67, 22);
            this.lblShake1.Text = "Shake1";
            this.lblShake1.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // btnTEST
            // 
            this.btnTEST.Location = new System.Drawing.Point(84, 173);
            this.btnTEST.Name = "btnTEST";
            this.btnTEST.Size = new System.Drawing.Size(74, 37);
            this.btnTEST.TabIndex = 19;
            this.btnTEST.Text = "TEST";
            this.btnTEST.Click += new System.EventHandler(this.btnTEST_Click);
            // 
            // mainFrm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            this.AutoScroll = true;
            this.ClientSize = new System.Drawing.Size(240, 268);
            this.ControlBox = false;
            this.Controls.Add(this.tabControl1);
            this.Menu = this.mainMenu1;
            this.Name = "mainFrm";
            this.Text = "SensorScan5";
            this.tabControl1.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            this.tabPage2.ResumeLayout(false);
            this.tabPage3.ResumeLayout(false);
            this.tabPage4.ResumeLayout(false);
            this.ResumeLayout(false);

        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            SpPerfChart.ChartPen chartPen1 = new SpPerfChart.ChartPen();
            SpPerfChart.ChartPen chartPen2 = new SpPerfChart.ChartPen();
            SpPerfChart.ChartPen chartPen3 = new SpPerfChart.ChartPen();
            SpPerfChart.ChartPen chartPen4 = new SpPerfChart.ChartPen();
            SpPerfChart.ChartPen chartPen5 = new SpPerfChart.ChartPen();
            SpPerfChart.ChartPen chartPen6 = new SpPerfChart.ChartPen();
            SpPerfChart.ChartPen chartPen7 = new SpPerfChart.ChartPen();
            SpPerfChart.ChartPen chartPen8 = new SpPerfChart.ChartPen();
            SpPerfChart.ChartPen chartPen9 = new SpPerfChart.ChartPen();
            SpPerfChart.ChartPen chartPen10 = new SpPerfChart.ChartPen();
            SpPerfChart.ChartPen chartPen11 = new SpPerfChart.ChartPen();
            SpPerfChart.ChartPen chartPen12 = new SpPerfChart.ChartPen();
            SpPerfChart.ChartPen chartPen13 = new SpPerfChart.ChartPen();
            SpPerfChart.ChartPen chartPen14 = new SpPerfChart.ChartPen();
            SpPerfChart.ChartPen chartPen15 = new SpPerfChart.ChartPen();
            SpPerfChart.ChartPen chartPen16 = new SpPerfChart.ChartPen();
            SpPerfChart.ChartPen chartPen17 = new SpPerfChart.ChartPen();
            SpPerfChart.ChartPen chartPen18 = new SpPerfChart.ChartPen();
            SpPerfChart.ChartPen chartPen19 = new SpPerfChart.ChartPen();
            SpPerfChart.ChartPen chartPen20 = new SpPerfChart.ChartPen();
            SpPerfChart.ChartPen chartPen21 = new SpPerfChart.ChartPen();
            SpPerfChart.ChartPen chartPen22 = new SpPerfChart.ChartPen();
            SpPerfChart.ChartPen chartPen23 = new SpPerfChart.ChartPen();
            SpPerfChart.ChartPen chartPen24 = new SpPerfChart.ChartPen();
            SpPerfChart.ChartPen chartPen25 = new SpPerfChart.ChartPen();
            SpPerfChart.ChartPen chartPen26 = new SpPerfChart.ChartPen();
            SpPerfChart.ChartPen chartPen27 = new SpPerfChart.ChartPen();
            SpPerfChart.ChartPen chartPen28 = new SpPerfChart.ChartPen();
            SpPerfChart.ChartPen chartPen29 = new SpPerfChart.ChartPen();
            SpPerfChart.ChartPen chartPen30 = new SpPerfChart.ChartPen();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormSystemStatus));
            this.bgWrkTimer = new System.ComponentModel.BackgroundWorker();
            this.groupBoxGMAC0 = new System.Windows.Forms.GroupBox();
            this.tableLayoutPanelGMACleft = new System.Windows.Forms.TableLayoutPanel();
            this.comboBoxGraph0b = new System.Windows.Forms.ComboBox();
            this.labelGraph0Max = new System.Windows.Forms.Label();
            this.comboBoxGraph0a = new System.Windows.Forms.ComboBox();
            this.labelGraph0Latest = new System.Windows.Forms.Label();
            this.groupBoxGMAC1 = new System.Windows.Forms.GroupBox();
            this.tableLayoutPanelGMACright = new System.Windows.Forms.TableLayoutPanel();
            this.comboBoxGraph1b = new System.Windows.Forms.ComboBox();
            this.comboBoxGraph1a = new System.Windows.Forms.ComboBox();
            this.labelGraph1Max = new System.Windows.Forms.Label();
            this.labelGraph1Latest = new System.Windows.Forms.Label();
            this.tableLayoutPanelStatusBottom = new System.Windows.Forms.TableLayoutPanel();
            this.buttonResetSOC = new System.Windows.Forms.Button();
            this.buttonResetCounters = new System.Windows.Forms.Button();
            this.buttonConstellation = new System.Windows.Forms.Button();
            this.buttonProperties = new System.Windows.Forms.Button();
            this.chkBxTimerEnabled = new System.Windows.Forms.CheckBox();
            this.tableLayoutPanelPHY = new System.Windows.Forms.TableLayoutPanel();
            this.groupBoxMCS = new System.Windows.Forms.GroupBox();
            this.tableLayoutPanelMCS = new System.Windows.Forms.TableLayoutPanel();
            this.labelMcsManualSetting = new System.Windows.Forms.Label();
            this.labelMcsLatest = new System.Windows.Forms.Label();
            this.radioButtonMCSAnt1 = new System.Windows.Forms.RadioButton();
            this.radioButtonMCSAnt2 = new System.Windows.Forms.RadioButton();
            this.labelMcsAuto = new System.Windows.Forms.Label();
            this.groupBoxPER = new System.Windows.Forms.GroupBox();
            this.tableLayoutPanelPER = new System.Windows.Forms.TableLayoutPanel();
            this.labelGraphPER1Current = new System.Windows.Forms.Label();
            this.labelGraphPER1Nack = new System.Windows.Forms.Label();
            this.labelGraphPER0Current = new System.Windows.Forms.Label();
            this.radioButtonPER1 = new System.Windows.Forms.RadioButton();
            this.radioButtonPER2 = new System.Windows.Forms.RadioButton();
            this.labelGraphPER0Nack = new System.Windows.Forms.Label();
            this.groupBoxCINR = new System.Windows.Forms.GroupBox();
            this.tableLayoutPanelCINR = new System.Windows.Forms.TableLayoutPanel();
            this.labelGraphCINR1Current = new System.Windows.Forms.Label();
            this.labelGraphCINR0Current = new System.Windows.Forms.Label();
            this.radioButtonCINR1 = new System.Windows.Forms.RadioButton();
            this.radioButtonCINR2 = new System.Windows.Forms.RadioButton();
            this.groupBoxRSSI = new System.Windows.Forms.GroupBox();
            this.tableLayoutPanelRSSI = new System.Windows.Forms.TableLayoutPanel();
            this.labelGraphRSSI1Current = new System.Windows.Forms.Label();
            this.labelGraphRSSI0Current = new System.Windows.Forms.Label();
            this.radioButtonRSSI1 = new System.Windows.Forms.RadioButton();
            this.radioButtonRSSI2 = new System.Windows.Forms.RadioButton();
            this.panelPhySectionSeparator = new System.Windows.Forms.Panel();
            this.labelPHY = new System.Windows.Forms.Label();
            this.toolTipTBs = new System.Windows.Forms.ToolTip(this.components);
            this.toolTipMSC = new System.Windows.Forms.ToolTip(this.components);
            this.bgWrkConstellation = new System.ComponentModel.BackgroundWorker();
            this.tableLayoutPanelWholeForm = new System.Windows.Forms.TableLayoutPanel();
            this.tableLayoutPanelLinkStatus = new System.Windows.Forms.TableLayoutPanel();
            this.panelLinkPllLock = new System.Windows.Forms.Panel();
            this.labelLinkPllLock = new System.Windows.Forms.Label();
            this.panelLinkTxOn = new System.Windows.Forms.Panel();
            this.labelLinkTxOn = new System.Windows.Forms.Label();
            this.panelLinkTimingLoop = new System.Windows.Forms.Panel();
            this.labelLinkTimingLoop = new System.Windows.Forms.Label();
            this.labelLinkStatus = new System.Windows.Forms.Label();
            this.labelRLMLinkStatus = new System.Windows.Forms.Label();
            this.tableLayoutPanelGMAC = new System.Windows.Forms.TableLayoutPanel();
            this.tableLayoutPanelGraphic = new System.Windows.Forms.TableLayoutPanel();
            this.groupBoxSTO = new System.Windows.Forms.GroupBox();
            this.textBoxSTO2 = new System.Windows.Forms.TextBox();
            this.textBoxSTO1 = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.groupBoxXPI = new System.Windows.Forms.GroupBox();
            this.textBoxXPIAnt1 = new System.Windows.Forms.TextBox();
            this.textBoxXPIAnt0 = new System.Windows.Forms.TextBox();
            this.label11 = new System.Windows.Forms.Label();
            this.label10 = new System.Windows.Forms.Label();
            this.DesignArtNetworks = new System.Windows.Forms.LinkLabel();
            this.toolTipLinkStatus = new System.Windows.Forms.ToolTip(this.components);
            this.spPerfChart0 = new SpPerfChart.SpPerfChart();
            this.spPerfChart1 = new SpPerfChart.SpPerfChart();
            this.spPerfChartMCS = new SpPerfChart.SpPerfChart();
            this.spPerfChartPER = new SpPerfChart.SpPerfChart();
            this.spPerfChartCINR = new SpPerfChart.SpPerfChart();
            this.spPerfChartRSSI = new SpPerfChart.SpPerfChart();
            this.groupBoxGMAC0.SuspendLayout();
            this.tableLayoutPanelGMACleft.SuspendLayout();
            this.groupBoxGMAC1.SuspendLayout();
            this.tableLayoutPanelGMACright.SuspendLayout();
            this.tableLayoutPanelStatusBottom.SuspendLayout();
            this.tableLayoutPanelPHY.SuspendLayout();
            this.groupBoxMCS.SuspendLayout();
            this.tableLayoutPanelMCS.SuspendLayout();
            this.groupBoxPER.SuspendLayout();
            this.tableLayoutPanelPER.SuspendLayout();
            this.groupBoxCINR.SuspendLayout();
            this.tableLayoutPanelCINR.SuspendLayout();
            this.groupBoxRSSI.SuspendLayout();
            this.tableLayoutPanelRSSI.SuspendLayout();
            this.panelPhySectionSeparator.SuspendLayout();
            this.tableLayoutPanelWholeForm.SuspendLayout();
            this.tableLayoutPanelLinkStatus.SuspendLayout();
            this.tableLayoutPanelGMAC.SuspendLayout();
            this.tableLayoutPanelGraphic.SuspendLayout();
            this.groupBoxSTO.SuspendLayout();
            this.groupBoxXPI.SuspendLayout();
            this.SuspendLayout();
            // 
            // bgWrkTimer
            // 
            this.bgWrkTimer.DoWork += new System.ComponentModel.DoWorkEventHandler(this.bgWrkTimer_DoWork);
            this.bgWrkTimer.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.bgWrkTimer_RunWorkerCompleted);
            // 
            // groupBoxGMAC0
            // 
            this.groupBoxGMAC0.AutoSize = true;
            this.groupBoxGMAC0.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.groupBoxGMAC0.Controls.Add(this.tableLayoutPanelGMACleft);
            this.groupBoxGMAC0.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBoxGMAC0.Location = new System.Drawing.Point(3, 3);
            this.groupBoxGMAC0.Name = "groupBoxGMAC0";
            this.groupBoxGMAC0.Size = new System.Drawing.Size(415, 225);
            this.groupBoxGMAC0.TabIndex = 0;
            this.groupBoxGMAC0.TabStop = false;
            this.groupBoxGMAC0.Text = "GMAC";
            // 
            // tableLayoutPanelGMACleft
            // 
            this.tableLayoutPanelGMACleft.ColumnCount = 3;
            this.tableLayoutPanelGMACleft.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30F));
            this.tableLayoutPanelGMACleft.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 75F));
            this.tableLayoutPanelGMACleft.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 70F));
            this.tableLayoutPanelGMACleft.Controls.Add(this.comboBoxGraph0b, 2, 1);
            this.tableLayoutPanelGMACleft.Controls.Add(this.spPerfChart0, 0, 0);
            this.tableLayoutPanelGMACleft.Controls.Add(this.labelGraph0Max, 0, 2);
            this.tableLayoutPanelGMACleft.Controls.Add(this.comboBoxGraph0a, 1, 1);
            this.tableLayoutPanelGMACleft.Controls.Add(this.labelGraph0Latest, 0, 1);
            this.tableLayoutPanelGMACleft.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanelGMACleft.Location = new System.Drawing.Point(3, 16);
            this.tableLayoutPanelGMACleft.Name = "tableLayoutPanelGMACleft";
            this.tableLayoutPanelGMACleft.RowCount = 3;
            this.tableLayoutPanelGMACleft.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanelGMACleft.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 15F));
            this.tableLayoutPanelGMACleft.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 15F));
            this.tableLayoutPanelGMACleft.Size = new System.Drawing.Size(409, 206);
            this.tableLayoutPanelGMACleft.TabIndex = 1;
            // 
            // comboBoxGraph0b
            // 
            this.comboBoxGraph0b.Dock = System.Windows.Forms.DockStyle.Fill;
            this.comboBoxGraph0b.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxGraph0b.FormattingEnabled = true;
            this.comboBoxGraph0b.Items.AddRange(new object[] {
            "Rx - Good broadcast frames",
            "Rx - Good ..."});
            this.comboBoxGraph0b.Location = new System.Drawing.Point(178, 179);
            this.comboBoxGraph0b.Name = "comboBoxGraph0b";
            this.tableLayoutPanelGMACleft.SetRowSpan(this.comboBoxGraph0b, 2);
            this.comboBoxGraph0b.Size = new System.Drawing.Size(228, 21);
            this.comboBoxGraph0b.TabIndex = 12;
            this.comboBoxGraph0b.SelectedIndexChanged += new System.EventHandler(this.comboBoxGraph0b_SelectedIndexChanged);
            // 
            // labelGraph0Max
            // 
            this.labelGraph0Max.AutoSize = true;
            this.labelGraph0Max.Dock = System.Windows.Forms.DockStyle.Fill;
            this.labelGraph0Max.Location = new System.Drawing.Point(3, 191);
            this.labelGraph0Max.Name = "labelGraph0Max";
            this.labelGraph0Max.Size = new System.Drawing.Size(94, 15);
            this.labelGraph0Max.TabIndex = 10;
            this.labelGraph0Max.Text = "Max:  123.4 Mb";
            this.labelGraph0Max.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // comboBoxGraph0a
            // 
            this.comboBoxGraph0a.Dock = System.Windows.Forms.DockStyle.Fill;
            this.comboBoxGraph0a.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxGraph0a.FormattingEnabled = true;
            this.comboBoxGraph0a.Items.AddRange(new object[] {
            "GMAC0",
            "GMAC1"});
            this.comboBoxGraph0a.Location = new System.Drawing.Point(103, 179);
            this.comboBoxGraph0a.Name = "comboBoxGraph0a";
            this.comboBoxGraph0a.Size = new System.Drawing.Size(69, 21);
            this.comboBoxGraph0a.TabIndex = 7;
            this.comboBoxGraph0a.SelectedIndexChanged += new System.EventHandler(this.comboBoxGraph0a_SelectedIndexChanged);
            // 
            // labelGraph0Latest
            // 
            this.labelGraph0Latest.AutoSize = true;
            this.labelGraph0Latest.BackColor = System.Drawing.Color.White;
            this.labelGraph0Latest.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.labelGraph0Latest.Dock = System.Windows.Forms.DockStyle.Fill;
            this.labelGraph0Latest.Location = new System.Drawing.Point(3, 176);
            this.labelGraph0Latest.Name = "labelGraph0Latest";
            this.labelGraph0Latest.Size = new System.Drawing.Size(94, 15);
            this.labelGraph0Latest.TabIndex = 9;
            this.labelGraph0Latest.Text = "123.4 Mb";
            this.labelGraph0Latest.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // groupBoxGMAC1
            // 
            this.groupBoxGMAC1.AutoSize = true;
            this.groupBoxGMAC1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.groupBoxGMAC1.Controls.Add(this.tableLayoutPanelGMACright);
            this.groupBoxGMAC1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBoxGMAC1.Location = new System.Drawing.Point(424, 3);
            this.groupBoxGMAC1.Name = "groupBoxGMAC1";
            this.groupBoxGMAC1.Size = new System.Drawing.Size(416, 225);
            this.groupBoxGMAC1.TabIndex = 12;
            this.groupBoxGMAC1.TabStop = false;
            this.groupBoxGMAC1.Text = "GMAC";
            // 
            // tableLayoutPanelGMACright
            // 
            this.tableLayoutPanelGMACright.ColumnCount = 3;
            this.tableLayoutPanelGMACright.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30F));
            this.tableLayoutPanelGMACright.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 75F));
            this.tableLayoutPanelGMACright.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 70F));
            this.tableLayoutPanelGMACright.Controls.Add(this.comboBoxGraph1b, 2, 1);
            this.tableLayoutPanelGMACright.Controls.Add(this.comboBoxGraph1a, 1, 1);
            this.tableLayoutPanelGMACright.Controls.Add(this.labelGraph1Max, 0, 2);
            this.tableLayoutPanelGMACright.Controls.Add(this.labelGraph1Latest, 0, 1);
            this.tableLayoutPanelGMACright.Controls.Add(this.spPerfChart1, 0, 0);
            this.tableLayoutPanelGMACright.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanelGMACright.Location = new System.Drawing.Point(3, 16);
            this.tableLayoutPanelGMACright.Name = "tableLayoutPanelGMACright";
            this.tableLayoutPanelGMACright.RowCount = 3;
            this.tableLayoutPanelGMACright.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanelGMACright.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 15F));
            this.tableLayoutPanelGMACright.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 15F));
            this.tableLayoutPanelGMACright.Size = new System.Drawing.Size(410, 206);
            this.tableLayoutPanelGMACright.TabIndex = 1;
            // 
            // comboBoxGraph1b
            // 
            this.comboBoxGraph1b.Dock = System.Windows.Forms.DockStyle.Fill;
            this.comboBoxGraph1b.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxGraph1b.FormattingEnabled = true;
            this.comboBoxGraph1b.Items.AddRange(new object[] {
            "Rx - Good broadcast frames",
            "Rx - Good ..."});
            this.comboBoxGraph1b.Location = new System.Drawing.Point(178, 179);
            this.comboBoxGraph1b.Name = "comboBoxGraph1b";
            this.tableLayoutPanelGMACright.SetRowSpan(this.comboBoxGraph1b, 2);
            this.comboBoxGraph1b.Size = new System.Drawing.Size(229, 21);
            this.comboBoxGraph1b.TabIndex = 15;
            this.comboBoxGraph1b.SelectedIndexChanged += new System.EventHandler(this.comboBoxGraph1b_SelectedIndexChanged);
            // 
            // comboBoxGraph1a
            // 
            this.comboBoxGraph1a.Dock = System.Windows.Forms.DockStyle.Fill;
            this.comboBoxGraph1a.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxGraph1a.FormattingEnabled = true;
            this.comboBoxGraph1a.Items.AddRange(new object[] {
            "GMAC0",
            "GMAC1"});
            this.comboBoxGraph1a.Location = new System.Drawing.Point(103, 179);
            this.comboBoxGraph1a.Name = "comboBoxGraph1a";
            this.comboBoxGraph1a.Size = new System.Drawing.Size(69, 21);
            this.comboBoxGraph1a.TabIndex = 14;
            this.comboBoxGraph1a.SelectedIndexChanged += new System.EventHandler(this.comboBoxGraph1a_SelectedIndexChanged);
            // 
            // labelGraph1Max
            // 
            this.labelGraph1Max.AutoSize = true;
            this.labelGraph1Max.Dock = System.Windows.Forms.DockStyle.Fill;
            this.labelGraph1Max.Location = new System.Drawing.Point(3, 191);
            this.labelGraph1Max.Name = "labelGraph1Max";
            this.labelGraph1Max.Size = new System.Drawing.Size(94, 15);
            this.labelGraph1Max.TabIndex = 13;
            this.labelGraph1Max.Text = "Max:  123.4 Mb";
            this.labelGraph1Max.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // labelGraph1Latest
            // 
            this.labelGraph1Latest.AutoSize = true;
            this.labelGraph1Latest.BackColor = System.Drawing.Color.White;
            this.labelGraph1Latest.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.labelGraph1Latest.Dock = System.Windows.Forms.DockStyle.Fill;
            this.labelGraph1Latest.Location = new System.Drawing.Point(3, 176);
            this.labelGraph1Latest.Name = "labelGraph1Latest";
            this.labelGraph1Latest.Size = new System.Drawing.Size(94, 15);
            this.labelGraph1Latest.TabIndex = 12;
            this.labelGraph1Latest.Text = "123.4 Mb";
            this.labelGraph1Latest.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // tableLayoutPanelStatusBottom
            // 
            this.tableLayoutPanelStatusBottom.AutoSize = true;
            this.tableLayoutPanelStatusBottom.ColumnCount = 6;
            this.tableLayoutPanelStatusBottom.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanelStatusBottom.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
            this.tableLayoutPanelStatusBottom.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
            this.tableLayoutPanelStatusBottom.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
            this.tableLayoutPanelStatusBottom.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
            this.tableLayoutPanelStatusBottom.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 19F));
            this.tableLayoutPanelStatusBottom.Controls.Add(this.buttonResetSOC, 2, 0);
            this.tableLayoutPanelStatusBottom.Controls.Add(this.buttonResetCounters, 2, 0);
            this.tableLayoutPanelStatusBottom.Controls.Add(this.buttonConstellation, 1, 0);
            this.tableLayoutPanelStatusBottom.Controls.Add(this.buttonProperties, 4, 0);
            this.tableLayoutPanelStatusBottom.Controls.Add(this.chkBxTimerEnabled, 5, 0);
            this.tableLayoutPanelStatusBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.tableLayoutPanelStatusBottom.Location = new System.Drawing.Point(3, 619);
            this.tableLayoutPanelStatusBottom.Name = "tableLayoutPanelStatusBottom";
            this.tableLayoutPanelStatusBottom.RowCount = 1;
            this.tableLayoutPanelStatusBottom.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanelStatusBottom.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 27F));
            this.tableLayoutPanelStatusBottom.Size = new System.Drawing.Size(843, 27);
            this.tableLayoutPanelStatusBottom.TabIndex = 10;
            // 
            // buttonResetSOC
            // 
            this.buttonResetSOC.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.buttonResetSOC.Location = new System.Drawing.Point(274, 3);
            this.buttonResetSOC.Name = "buttonResetSOC";
            this.buttonResetSOC.Size = new System.Drawing.Size(95, 21);
            this.buttonResetSOC.TabIndex = 1;
            this.buttonResetSOC.Text = "Reset SOC";
            this.buttonResetSOC.UseVisualStyleBackColor = true;
            this.buttonResetSOC.Click += new System.EventHandler(this.buttonResetSOC_Click);
            // 
            // buttonResetCounters
            // 
            this.buttonResetCounters.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.buttonResetCounters.Location = new System.Drawing.Point(475, 3);
            this.buttonResetCounters.Name = "buttonResetCounters";
            this.buttonResetCounters.Size = new System.Drawing.Size(95, 21);
            this.buttonResetCounters.TabIndex = 0;
            this.buttonResetCounters.Text = "Reset Counters";
            this.buttonResetCounters.UseVisualStyleBackColor = true;
            this.buttonResetCounters.Click += new System.EventHandler(this.buttonResetCounters_Click);
            // 
            // buttonConstellation
            // 
            this.buttonConstellation.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.buttonConstellation.Location = new System.Drawing.Point(83, 3);
            this.buttonConstellation.Name = "buttonConstellation";
            this.buttonConstellation.Size = new System.Drawing.Size(75, 21);
            this.buttonConstellation.TabIndex = 2;
            this.buttonConstellation.Text = "Constellation";
            this.buttonConstellation.UseVisualStyleBackColor = true;
            this.buttonConstellation.Click += new System.EventHandler(this.buttonConstellation_Click);
            // 
            // buttonProperties
            // 
            this.buttonProperties.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.buttonProperties.Location = new System.Drawing.Point(686, 3);
            this.buttonProperties.Name = "buttonProperties";
            this.buttonProperties.Size = new System.Drawing.Size(75, 21);
            this.buttonProperties.TabIndex = 3;
            this.buttonProperties.Text = "Properties";
            this.buttonProperties.UseVisualStyleBackColor = true;
            this.buttonProperties.Click += new System.EventHandler(this.buttonProperties_Click);
            // 
            // chkBxTimerEnabled
            // 
            this.chkBxTimerEnabled.AutoSize = true;
            this.chkBxTimerEnabled.Enabled = false;
            this.chkBxTimerEnabled.Location = new System.Drawing.Point(827, 3);
            this.chkBxTimerEnabled.Name = "chkBxTimerEnabled";
            this.chkBxTimerEnabled.Size = new System.Drawing.Size(13, 17);
            this.chkBxTimerEnabled.TabIndex = 20;
            this.chkBxTimerEnabled.Text = "Update";
            this.chkBxTimerEnabled.UseVisualStyleBackColor = true;
            this.chkBxTimerEnabled.Visible = false;
            this.chkBxTimerEnabled.CheckedChanged += new System.EventHandler(this.chkBxTimerEnabled_CheckedChanged);
            // 
            // tableLayoutPanelPHY
            // 
            this.tableLayoutPanelPHY.BackColor = System.Drawing.Color.LightGray;
            this.tableLayoutPanelPHY.ColumnCount = 4;
            this.tableLayoutPanelPHY.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
            this.tableLayoutPanelPHY.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
            this.tableLayoutPanelPHY.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
            this.tableLayoutPanelPHY.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
            this.tableLayoutPanelPHY.Controls.Add(this.groupBoxMCS, 3, 1);
            this.tableLayoutPanelPHY.Controls.Add(this.groupBoxPER, 2, 1);
            this.tableLayoutPanelPHY.Controls.Add(this.groupBoxCINR, 1, 1);
            this.tableLayoutPanelPHY.Controls.Add(this.groupBoxRSSI, 0, 1);
            this.tableLayoutPanelPHY.Controls.Add(this.panelPhySectionSeparator, 0, 0);
            this.tableLayoutPanelPHY.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanelPHY.Location = new System.Drawing.Point(3, 272);
            this.tableLayoutPanelPHY.MinimumSize = new System.Drawing.Size(843, 235);
            this.tableLayoutPanelPHY.Name = "tableLayoutPanelPHY";
            this.tableLayoutPanelPHY.RowCount = 2;
            this.tableLayoutPanelPHY.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
            this.tableLayoutPanelPHY.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanelPHY.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanelPHY.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanelPHY.Size = new System.Drawing.Size(843, 235);
            this.tableLayoutPanelPHY.TabIndex = 11;
            // 
            // groupBoxMCS
            // 
            this.groupBoxMCS.AutoSize = true;
            this.groupBoxMCS.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.groupBoxMCS.Controls.Add(this.tableLayoutPanelMCS);
            this.groupBoxMCS.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBoxMCS.Location = new System.Drawing.Point(633, 33);
            this.groupBoxMCS.Name = "groupBoxMCS";
            this.groupBoxMCS.Size = new System.Drawing.Size(207, 199);
            this.groupBoxMCS.TabIndex = 5;
            this.groupBoxMCS.TabStop = false;
            this.groupBoxMCS.Text = "MCS - Rx && Tx";
            // 
            // tableLayoutPanelMCS
            // 
            this.tableLayoutPanelMCS.ColumnCount = 3;
            this.tableLayoutPanelMCS.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25.37313F));
            this.tableLayoutPanelMCS.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 39.80099F));
            this.tableLayoutPanelMCS.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 34.32836F));
            this.tableLayoutPanelMCS.Controls.Add(this.labelMcsManualSetting, 1, 2);
            this.tableLayoutPanelMCS.Controls.Add(this.spPerfChartMCS, 0, 0);
            this.tableLayoutPanelMCS.Controls.Add(this.labelMcsLatest, 0, 1);
            this.tableLayoutPanelMCS.Controls.Add(this.radioButtonMCSAnt1, 2, 1);
            this.tableLayoutPanelMCS.Controls.Add(this.radioButtonMCSAnt2, 2, 2);
            this.tableLayoutPanelMCS.Controls.Add(this.labelMcsAuto, 0, 2);
            this.tableLayoutPanelMCS.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanelMCS.Location = new System.Drawing.Point(3, 16);
            this.tableLayoutPanelMCS.Name = "tableLayoutPanelMCS";
            this.tableLayoutPanelMCS.RowCount = 3;
            this.tableLayoutPanelMCS.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanelMCS.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 22F));
            this.tableLayoutPanelMCS.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 22F));
            this.tableLayoutPanelMCS.Size = new System.Drawing.Size(201, 180);
            this.tableLayoutPanelMCS.TabIndex = 1;
            // 
            // labelMcsManualSetting
            // 
            this.labelMcsManualSetting.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.labelMcsManualSetting.AutoSize = true;
            this.labelMcsManualSetting.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.labelMcsManualSetting.Location = new System.Drawing.Point(54, 158);
            this.labelMcsManualSetting.Name = "labelMcsManualSetting";
            this.labelMcsManualSetting.Size = new System.Drawing.Size(74, 22);
            this.labelMcsManualSetting.TabIndex = 15;
            this.labelMcsManualSetting.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.toolTipMSC.SetToolTip(this.labelMcsManualSetting, "Tx Announced Modulation");
            // 
            // labelMcsLatest
            // 
            this.labelMcsLatest.AutoSize = true;
            this.labelMcsLatest.BackColor = System.Drawing.Color.White;
            this.labelMcsLatest.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.tableLayoutPanelMCS.SetColumnSpan(this.labelMcsLatest, 2);
            this.labelMcsLatest.Dock = System.Windows.Forms.DockStyle.Fill;
            this.labelMcsLatest.Location = new System.Drawing.Point(3, 136);
            this.labelMcsLatest.Name = "labelMcsLatest";
            this.labelMcsLatest.Size = new System.Drawing.Size(125, 22);
            this.labelMcsLatest.TabIndex = 9;
            this.labelMcsLatest.Text = "2";
            this.labelMcsLatest.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // radioButtonMCSAnt1
            // 
            this.radioButtonMCSAnt1.AutoSize = true;
            this.radioButtonMCSAnt1.Checked = true;
            this.radioButtonMCSAnt1.Location = new System.Drawing.Point(134, 139);
            this.radioButtonMCSAnt1.Name = "radioButtonMCSAnt1";
            this.radioButtonMCSAnt1.Size = new System.Drawing.Size(64, 16);
            this.radioButtonMCSAnt1.TabIndex = 12;
            this.radioButtonMCSAnt1.TabStop = true;
            this.radioButtonMCSAnt1.Text = "Rx MCS";
            this.radioButtonMCSAnt1.UseVisualStyleBackColor = true;
            this.radioButtonMCSAnt1.CheckedChanged += new System.EventHandler(this.radioButtonMCSrx_CheckedChanged);
            // 
            // radioButtonMCSAnt2
            // 
            this.radioButtonMCSAnt2.AutoSize = true;
            this.radioButtonMCSAnt2.Location = new System.Drawing.Point(134, 161);
            this.radioButtonMCSAnt2.Name = "radioButtonMCSAnt2";
            this.radioButtonMCSAnt2.Size = new System.Drawing.Size(63, 16);
            this.radioButtonMCSAnt2.TabIndex = 13;
            this.radioButtonMCSAnt2.Text = "Tx MCS";
            this.radioButtonMCSAnt2.UseVisualStyleBackColor = true;
            this.radioButtonMCSAnt2.CheckedChanged += new System.EventHandler(this.radioButtonMCStx_CheckedChanged);
            // 
            // labelMcsAuto
            // 
            this.labelMcsAuto.AutoSize = true;
            this.labelMcsAuto.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.labelMcsAuto.Dock = System.Windows.Forms.DockStyle.Fill;
            this.labelMcsAuto.Location = new System.Drawing.Point(3, 158);
            this.labelMcsAuto.Name = "labelMcsAuto";
            this.labelMcsAuto.Size = new System.Drawing.Size(45, 22);
            this.labelMcsAuto.TabIndex = 14;
            this.labelMcsAuto.Text = "manual";
            this.labelMcsAuto.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.toolTipMSC.SetToolTip(this.labelMcsAuto, "Automatic Modulation Control");
            // 
            // groupBoxPER
            // 
            this.groupBoxPER.AutoSize = true;
            this.groupBoxPER.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.groupBoxPER.Controls.Add(this.tableLayoutPanelPER);
            this.groupBoxPER.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBoxPER.Location = new System.Drawing.Point(423, 33);
            this.groupBoxPER.Name = "groupBoxPER";
            this.groupBoxPER.Size = new System.Drawing.Size(204, 199);
            this.groupBoxPER.TabIndex = 3;
            this.groupBoxPER.TabStop = false;
            this.groupBoxPER.Text = "PER % (Rx CRC Errors)";
            // 
            // tableLayoutPanelPER
            // 
            this.tableLayoutPanelPER.AutoSize = true;
            this.tableLayoutPanelPER.ColumnCount = 3;
            this.tableLayoutPanelPER.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 36F));
            this.tableLayoutPanelPER.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 36F));
            this.tableLayoutPanelPER.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 28F));
            this.tableLayoutPanelPER.Controls.Add(this.labelGraphPER1Current, 0, 2);
            this.tableLayoutPanelPER.Controls.Add(this.labelGraphPER1Nack, 1, 2);
            this.tableLayoutPanelPER.Controls.Add(this.spPerfChartPER, 0, 0);
            this.tableLayoutPanelPER.Controls.Add(this.labelGraphPER0Current, 0, 1);
            this.tableLayoutPanelPER.Controls.Add(this.radioButtonPER1, 2, 1);
            this.tableLayoutPanelPER.Controls.Add(this.radioButtonPER2, 2, 2);
            this.tableLayoutPanelPER.Controls.Add(this.labelGraphPER0Nack, 1, 1);
            this.tableLayoutPanelPER.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanelPER.Location = new System.Drawing.Point(3, 16);
            this.tableLayoutPanelPER.MinimumSize = new System.Drawing.Size(198, 180);
            this.tableLayoutPanelPER.Name = "tableLayoutPanelPER";
            this.tableLayoutPanelPER.RowCount = 3;
            this.tableLayoutPanelPER.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanelPER.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 22F));
            this.tableLayoutPanelPER.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 22F));
            this.tableLayoutPanelPER.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanelPER.Size = new System.Drawing.Size(198, 180);
            this.tableLayoutPanelPER.TabIndex = 1;
            // 
            // labelGraphPER1Current
            // 
            this.labelGraphPER1Current.AutoSize = true;
            this.labelGraphPER1Current.BackColor = System.Drawing.Color.White;
            this.labelGraphPER1Current.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.labelGraphPER1Current.Dock = System.Windows.Forms.DockStyle.Fill;
            this.labelGraphPER1Current.Location = new System.Drawing.Point(3, 158);
            this.labelGraphPER1Current.Name = "labelGraphPER1Current";
            this.labelGraphPER1Current.Size = new System.Drawing.Size(65, 22);
            this.labelGraphPER1Current.TabIndex = 16;
            this.labelGraphPER1Current.Text = "49.9 %";
            this.labelGraphPER1Current.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // labelGraphPER1Nack
            // 
            this.labelGraphPER1Nack.AutoSize = true;
            this.labelGraphPER1Nack.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.labelGraphPER1Nack.Dock = System.Windows.Forms.DockStyle.Fill;
            this.labelGraphPER1Nack.Location = new System.Drawing.Point(74, 158);
            this.labelGraphPER1Nack.Name = "labelGraphPER1Nack";
            this.labelGraphPER1Nack.Size = new System.Drawing.Size(65, 22);
            this.labelGraphPER1Nack.TabIndex = 15;
            this.labelGraphPER1Nack.Text = "00000000";
            this.labelGraphPER1Nack.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.toolTipTBs.SetToolTip(this.labelGraphPER1Nack, "Antenna 1 Rx TBs with CRC error");
            // 
            // labelGraphPER0Current
            // 
            this.labelGraphPER0Current.AutoSize = true;
            this.labelGraphPER0Current.BackColor = System.Drawing.Color.White;
            this.labelGraphPER0Current.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.labelGraphPER0Current.Dock = System.Windows.Forms.DockStyle.Fill;
            this.labelGraphPER0Current.Location = new System.Drawing.Point(3, 136);
            this.labelGraphPER0Current.Name = "labelGraphPER0Current";
            this.labelGraphPER0Current.Size = new System.Drawing.Size(65, 22);
            this.labelGraphPER0Current.TabIndex = 9;
            this.labelGraphPER0Current.Text = "49.9 %";
            this.labelGraphPER0Current.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // radioButtonPER1
            // 
            this.radioButtonPER1.AutoSize = true;
            this.radioButtonPER1.Checked = true;
            this.radioButtonPER1.Location = new System.Drawing.Point(145, 139);
            this.radioButtonPER1.Name = "radioButtonPER1";
            this.radioButtonPER1.Size = new System.Drawing.Size(50, 16);
            this.radioButtonPER1.TabIndex = 12;
            this.radioButtonPER1.TabStop = true;
            this.radioButtonPER1.Text = "Ant 0";
            this.radioButtonPER1.UseVisualStyleBackColor = true;
            this.radioButtonPER1.CheckedChanged += new System.EventHandler(this.radioButtonPER1_CheckedChanged);
            // 
            // radioButtonPER2
            // 
            this.radioButtonPER2.AutoSize = true;
            this.radioButtonPER2.Location = new System.Drawing.Point(145, 161);
            this.radioButtonPER2.Name = "radioButtonPER2";
            this.radioButtonPER2.Size = new System.Drawing.Size(50, 16);
            this.radioButtonPER2.TabIndex = 13;
            this.radioButtonPER2.Text = "Ant 1";
            this.radioButtonPER2.UseVisualStyleBackColor = true;
            this.radioButtonPER2.CheckedChanged += new System.EventHandler(this.radioButtonPER2_CheckedChanged);
            // 
            // labelGraphPER0Nack
            // 
            this.labelGraphPER0Nack.AutoSize = true;
            this.labelGraphPER0Nack.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.labelGraphPER0Nack.Dock = System.Windows.Forms.DockStyle.Fill;
            this.labelGraphPER0Nack.Location = new System.Drawing.Point(74, 136);
            this.labelGraphPER0Nack.Name = "labelGraphPER0Nack";
            this.labelGraphPER0Nack.Size = new System.Drawing.Size(65, 22);
            this.labelGraphPER0Nack.TabIndex = 14;
            this.labelGraphPER0Nack.Text = "00000000";
            this.labelGraphPER0Nack.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.toolTipTBs.SetToolTip(this.labelGraphPER0Nack, "Antenna 0 Rx TBs with CRC error");
            // 
            // groupBoxCINR
            // 
            this.groupBoxCINR.AutoSize = true;
            this.groupBoxCINR.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.groupBoxCINR.Controls.Add(this.tableLayoutPanelCINR);
            this.groupBoxCINR.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBoxCINR.Location = new System.Drawing.Point(213, 33);
            this.groupBoxCINR.Name = "groupBoxCINR";
            this.groupBoxCINR.Size = new System.Drawing.Size(204, 199);
            this.groupBoxCINR.TabIndex = 2;
            this.groupBoxCINR.TabStop = false;
            this.groupBoxCINR.Text = "CINR  dB";
            // 
            // tableLayoutPanelCINR
            // 
            this.tableLayoutPanelCINR.ColumnCount = 3;
            this.tableLayoutPanelCINR.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30F));
            this.tableLayoutPanelCINR.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 75F));
            this.tableLayoutPanelCINR.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 70F));
            this.tableLayoutPanelCINR.Controls.Add(this.labelGraphCINR1Current, 0, 2);
            this.tableLayoutPanelCINR.Controls.Add(this.spPerfChartCINR, 0, 0);
            this.tableLayoutPanelCINR.Controls.Add(this.labelGraphCINR0Current, 0, 1);
            this.tableLayoutPanelCINR.Controls.Add(this.radioButtonCINR1, 2, 1);
            this.tableLayoutPanelCINR.Controls.Add(this.radioButtonCINR2, 2, 2);
            this.tableLayoutPanelCINR.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanelCINR.Location = new System.Drawing.Point(3, 16);
            this.tableLayoutPanelCINR.Name = "tableLayoutPanelCINR";
            this.tableLayoutPanelCINR.RowCount = 3;
            this.tableLayoutPanelCINR.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanelCINR.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 22F));
            this.tableLayoutPanelCINR.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 22F));
            this.tableLayoutPanelCINR.Size = new System.Drawing.Size(198, 180);
            this.tableLayoutPanelCINR.TabIndex = 1;
            // 
            // labelGraphCINR1Current
            // 
            this.labelGraphCINR1Current.AutoSize = true;
            this.labelGraphCINR1Current.BackColor = System.Drawing.Color.White;
            this.labelGraphCINR1Current.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.tableLayoutPanelCINR.SetColumnSpan(this.labelGraphCINR1Current, 2);
            this.labelGraphCINR1Current.Dock = System.Windows.Forms.DockStyle.Fill;
            this.labelGraphCINR1Current.Location = new System.Drawing.Point(3, 158);
            this.labelGraphCINR1Current.Name = "labelGraphCINR1Current";
            this.labelGraphCINR1Current.Size = new System.Drawing.Size(105, 22);
            this.labelGraphCINR1Current.TabIndex = 14;
            this.labelGraphCINR1Current.Text = "49.9 dB";
            this.labelGraphCINR1Current.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // labelGraphCINR0Current
            // 
            this.labelGraphCINR0Current.AutoSize = true;
            this.labelGraphCINR0Current.BackColor = System.Drawing.Color.White;
            this.labelGraphCINR0Current.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.tableLayoutPanelCINR.SetColumnSpan(this.labelGraphCINR0Current, 2);
            this.labelGraphCINR0Current.Dock = System.Windows.Forms.DockStyle.Fill;
            this.labelGraphCINR0Current.Location = new System.Drawing.Point(3, 136);
            this.labelGraphCINR0Current.Name = "labelGraphCINR0Current";
            this.labelGraphCINR0Current.Size = new System.Drawing.Size(105, 22);
            this.labelGraphCINR0Current.TabIndex = 9;
            this.labelGraphCINR0Current.Text = "49.9 dB";
            this.labelGraphCINR0Current.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // radioButtonCINR1
            // 
            this.radioButtonCINR1.AutoSize = true;
            this.radioButtonCINR1.Checked = true;
            this.radioButtonCINR1.Location = new System.Drawing.Point(114, 139);
            this.radioButtonCINR1.Name = "radioButtonCINR1";
            this.radioButtonCINR1.Size = new System.Drawing.Size(74, 16);
            this.radioButtonCINR1.TabIndex = 12;
            this.radioButtonCINR1.TabStop = true;
            this.radioButtonCINR1.Text = "Antenna 0";
            this.radioButtonCINR1.UseVisualStyleBackColor = true;
            this.radioButtonCINR1.CheckedChanged += new System.EventHandler(this.radioButtonCINR1_CheckedChanged);
            // 
            // radioButtonCINR2
            // 
            this.radioButtonCINR2.AutoSize = true;
            this.radioButtonCINR2.Location = new System.Drawing.Point(114, 161);
            this.radioButtonCINR2.Name = "radioButtonCINR2";
            this.radioButtonCINR2.Size = new System.Drawing.Size(74, 16);
            this.radioButtonCINR2.TabIndex = 13;
            this.radioButtonCINR2.Text = "Antenna 1";
            this.radioButtonCINR2.UseVisualStyleBackColor = true;
            this.radioButtonCINR2.CheckedChanged += new System.EventHandler(this.radioButtonCINR2_CheckedChanged);
            // 
            // groupBoxRSSI
            // 
            this.groupBoxRSSI.AutoSize = true;
            this.groupBoxRSSI.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.groupBoxRSSI.Controls.Add(this.tableLayoutPanelRSSI);
            this.groupBoxRSSI.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBoxRSSI.Location = new System.Drawing.Point(3, 33);
            this.groupBoxRSSI.Name = "groupBoxRSSI";
            this.groupBoxRSSI.Size = new System.Drawing.Size(204, 199);
            this.groupBoxRSSI.TabIndex = 1;
            this.groupBoxRSSI.TabStop = false;
            this.groupBoxRSSI.Text = "RSSI  dBFS";
            // 
            // tableLayoutPanelRSSI
            // 
            this.tableLayoutPanelRSSI.ColumnCount = 3;
            this.tableLayoutPanelRSSI.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30F));
            this.tableLayoutPanelRSSI.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 75F));
            this.tableLayoutPanelRSSI.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 70F));
            this.tableLayoutPanelRSSI.Controls.Add(this.labelGraphRSSI1Current, 0, 2);
            this.tableLayoutPanelRSSI.Controls.Add(this.spPerfChartRSSI, 0, 0);
            this.tableLayoutPanelRSSI.Controls.Add(this.labelGraphRSSI0Current, 0, 1);
            this.tableLayoutPanelRSSI.Controls.Add(this.radioButtonRSSI1, 2, 1);
            this.tableLayoutPanelRSSI.Controls.Add(this.radioButtonRSSI2, 2, 2);
            this.tableLayoutPanelRSSI.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanelRSSI.Location = new System.Drawing.Point(3, 16);
            this.tableLayoutPanelRSSI.Name = "tableLayoutPanelRSSI";
            this.tableLayoutPanelRSSI.RowCount = 3;
            this.tableLayoutPanelRSSI.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanelRSSI.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 22F));
            this.tableLayoutPanelRSSI.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 22F));
            this.tableLayoutPanelRSSI.Size = new System.Drawing.Size(198, 180);
            this.tableLayoutPanelRSSI.TabIndex = 1;
            // 
            // labelGraphRSSI1Current
            // 
            this.labelGraphRSSI1Current.AutoSize = true;
            this.labelGraphRSSI1Current.BackColor = System.Drawing.Color.White;
            this.labelGraphRSSI1Current.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.tableLayoutPanelRSSI.SetColumnSpan(this.labelGraphRSSI1Current, 2);
            this.labelGraphRSSI1Current.Dock = System.Windows.Forms.DockStyle.Fill;
            this.labelGraphRSSI1Current.Location = new System.Drawing.Point(3, 158);
            this.labelGraphRSSI1Current.Name = "labelGraphRSSI1Current";
            this.labelGraphRSSI1Current.Size = new System.Drawing.Size(105, 22);
            this.labelGraphRSSI1Current.TabIndex = 14;
            this.labelGraphRSSI1Current.Text = "- 40.4 dBFS";
            this.labelGraphRSSI1Current.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // labelGraphRSSI0Current
            // 
            this.labelGraphRSSI0Current.AutoSize = true;
            this.labelGraphRSSI0Current.BackColor = System.Drawing.Color.White;
            this.labelGraphRSSI0Current.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.tableLayoutPanelRSSI.SetColumnSpan(this.labelGraphRSSI0Current, 2);
            this.labelGraphRSSI0Current.Dock = System.Windows.Forms.DockStyle.Fill;
            this.labelGraphRSSI0Current.Location = new System.Drawing.Point(3, 136);
            this.labelGraphRSSI0Current.Name = "labelGraphRSSI0Current";
            this.labelGraphRSSI0Current.Size = new System.Drawing.Size(105, 22);
            this.labelGraphRSSI0Current.TabIndex = 9;
            this.labelGraphRSSI0Current.Text = "- 40.4 dBFS";
            this.labelGraphRSSI0Current.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // radioButtonRSSI1
            // 
            this.radioButtonRSSI1.AutoSize = true;
            this.radioButtonRSSI1.Checked = true;
            this.radioButtonRSSI1.Location = new System.Drawing.Point(114, 139);
            this.radioButtonRSSI1.Name = "radioButtonRSSI1";
            this.radioButtonRSSI1.Size = new System.Drawing.Size(74, 16);
            this.radioButtonRSSI1.TabIndex = 12;
            this.radioButtonRSSI1.TabStop = true;
            this.radioButtonRSSI1.Text = "Antenna 0";
            this.radioButtonRSSI1.UseVisualStyleBackColor = true;
            this.radioButtonRSSI1.CheckedChanged += new System.EventHandler(this.radioButtonRSSI1_CheckedChanged);
            // 
            // radioButtonRSSI2
            // 
            this.radioButtonRSSI2.AutoSize = true;
            this.radioButtonRSSI2.Location = new System.Drawing.Point(114, 161);
            this.radioButtonRSSI2.Name = "radioButtonRSSI2";
            this.radioButtonRSSI2.Size = new System.Drawing.Size(74, 16);
            this.radioButtonRSSI2.TabIndex = 13;
            this.radioButtonRSSI2.Text = "Antenna 1";
            this.radioButtonRSSI2.UseVisualStyleBackColor = true;
            this.radioButtonRSSI2.CheckedChanged += new System.EventHandler(this.radioButtonRSSI2_CheckedChanged);
            // 
            // panelPhySectionSeparator
            // 
            this.panelPhySectionSeparator.BackColor = System.Drawing.Color.LightGray;
            this.panelPhySectionSeparator.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.tableLayoutPanelPHY.SetColumnSpan(this.panelPhySectionSeparator, 4);
            this.panelPhySectionSeparator.Controls.Add(this.labelPHY);
            this.panelPhySectionSeparator.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelPhySectionSeparator.Location = new System.Drawing.Point(3, 3);
            this.panelPhySectionSeparator.Name = "panelPhySectionSeparator";
            this.panelPhySectionSeparator.Size = new System.Drawing.Size(837, 24);
            this.panelPhySectionSeparator.TabIndex = 4;
            // 
            // labelPHY
            // 
            this.labelPHY.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.labelPHY.AutoSize = true;
            this.labelPHY.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.labelPHY.Location = new System.Drawing.Point(398, 2);
            this.labelPHY.Name = "labelPHY";
            this.labelPHY.Size = new System.Drawing.Size(45, 20);
            this.labelPHY.TabIndex = 0;
            this.labelPHY.Text = "PHY";
            this.labelPHY.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // toolTipTBs
            // 
            this.toolTipTBs.AutomaticDelay = 200;
            this.toolTipTBs.ToolTipTitle = "MiniMAC TB Airframe Counts";
            // 
            // toolTipMSC
            // 
            this.toolTipMSC.AutomaticDelay = 200;
            this.toolTipMSC.ToolTipTitle = "Modulation Control";
            // 
            // bgWrkConstellation
            // 
            this.bgWrkConstellation.DoWork += new System.ComponentModel.DoWorkEventHandler(this.bgWrkConstellation_DoWork);
            this.bgWrkConstellation.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.bgWrkConstellation_RunWorkerCompleted);
            // 
            // tableLayoutPanelWholeForm
            // 
            this.tableLayoutPanelWholeForm.ColumnCount = 1;
            this.tableLayoutPanelWholeForm.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanelWholeForm.Controls.Add(this.tableLayoutPanelLinkStatus, 0, 0);
            this.tableLayoutPanelWholeForm.Controls.Add(this.tableLayoutPanelGMAC, 0, 1);
            this.tableLayoutPanelWholeForm.Controls.Add(this.tableLayoutPanelPHY, 0, 2);
            this.tableLayoutPanelWholeForm.Controls.Add(this.tableLayoutPanelStatusBottom, 0, 4);
            this.tableLayoutPanelWholeForm.Controls.Add(this.tableLayoutPanelGraphic, 0, 3);
            this.tableLayoutPanelWholeForm.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanelWholeForm.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanelWholeForm.Name = "tableLayoutPanelWholeForm";
            this.tableLayoutPanelWholeForm.RowCount = 5;
            this.tableLayoutPanelWholeForm.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 32F));
            this.tableLayoutPanelWholeForm.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanelWholeForm.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanelWholeForm.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 110F));
            this.tableLayoutPanelWholeForm.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 33F));
            this.tableLayoutPanelWholeForm.Size = new System.Drawing.Size(849, 649);
            this.tableLayoutPanelWholeForm.TabIndex = 16;
            // 
            // tableLayoutPanelLinkStatus
            // 
            this.tableLayoutPanelLinkStatus.BackColor = System.Drawing.Color.LightGray;
            this.tableLayoutPanelLinkStatus.ColumnCount = 10;
            this.tableLayoutPanelLinkStatus.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 15F));
            this.tableLayoutPanelLinkStatus.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
            this.tableLayoutPanelLinkStatus.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 15F));
            this.tableLayoutPanelLinkStatus.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
            this.tableLayoutPanelLinkStatus.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 15F));
            this.tableLayoutPanelLinkStatus.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
            this.tableLayoutPanelLinkStatus.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 15F));
            this.tableLayoutPanelLinkStatus.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
            this.tableLayoutPanelLinkStatus.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 15F));
            this.tableLayoutPanelLinkStatus.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
            this.tableLayoutPanelLinkStatus.Controls.Add(this.panelLinkPllLock, 5, 0);
            this.tableLayoutPanelLinkStatus.Controls.Add(this.labelLinkPllLock, 4, 0);
            this.tableLayoutPanelLinkStatus.Controls.Add(this.panelLinkTxOn, 1, 0);
            this.tableLayoutPanelLinkStatus.Controls.Add(this.labelLinkTxOn, 0, 0);
            this.tableLayoutPanelLinkStatus.Controls.Add(this.panelLinkTimingLoop, 3, 0);
            this.tableLayoutPanelLinkStatus.Controls.Add(this.labelLinkTimingLoop, 2, 0);
            this.tableLayoutPanelLinkStatus.Controls.Add(this.labelLinkStatus, 9, 0);
            this.tableLayoutPanelLinkStatus.Controls.Add(this.labelRLMLinkStatus, 8, 0);
            this.tableLayoutPanelLinkStatus.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanelLinkStatus.Location = new System.Drawing.Point(3, 3);
            this.tableLayoutPanelLinkStatus.Name = "tableLayoutPanelLinkStatus";
            this.tableLayoutPanelLinkStatus.RowCount = 1;
            this.tableLayoutPanelLinkStatus.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanelLinkStatus.Size = new System.Drawing.Size(843, 26);
            this.tableLayoutPanelLinkStatus.TabIndex = 0;
            // 
            // panelLinkPllLock
            // 
            this.panelLinkPllLock.BackColor = System.Drawing.Color.Yellow;
            this.panelLinkPllLock.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.panelLinkPllLock.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelLinkPllLock.Location = new System.Drawing.Point(397, 3);
            this.panelLinkPllLock.Name = "panelLinkPllLock";
            this.panelLinkPllLock.Size = new System.Drawing.Size(74, 20);
            this.panelLinkPllLock.TabIndex = 13;
            this.toolTipLinkStatus.SetToolTip(this.panelLinkPllLock, "Green: Phase-lock-loop is locked.");
            // 
            // labelLinkPllLock
            // 
            this.labelLinkPllLock.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.labelLinkPllLock.AutoSize = true;
            this.labelLinkPllLock.Location = new System.Drawing.Point(327, 6);
            this.labelLinkPllLock.Name = "labelLinkPllLock";
            this.labelLinkPllLock.Size = new System.Drawing.Size(56, 13);
            this.labelLinkPllLock.TabIndex = 12;
            this.labelLinkPllLock.Text = "PLL Lock:";
            this.labelLinkPllLock.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // panelLinkTxOn
            // 
            this.panelLinkTxOn.BackColor = System.Drawing.Color.Yellow;
            this.panelLinkTxOn.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.panelLinkTxOn.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelLinkTxOn.Location = new System.Drawing.Point(81, 3);
            this.panelLinkTxOn.Name = "panelLinkTxOn";
            this.panelLinkTxOn.Size = new System.Drawing.Size(74, 20);
            this.panelLinkTxOn.TabIndex = 11;
            this.toolTipLinkStatus.SetToolTip(this.panelLinkTxOn, "Green: Both antenna transmitters are on.");
            // 
            // labelLinkTxOn
            // 
            this.labelLinkTxOn.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.labelLinkTxOn.AutoSize = true;
            this.labelLinkTxOn.Location = new System.Drawing.Point(19, 6);
            this.labelLinkTxOn.Name = "labelLinkTxOn";
            this.labelLinkTxOn.Size = new System.Drawing.Size(39, 13);
            this.labelLinkTxOn.TabIndex = 10;
            this.labelLinkTxOn.Text = "Tx On:";
            this.labelLinkTxOn.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // panelLinkTimingLoop
            // 
            this.panelLinkTimingLoop.BackColor = System.Drawing.Color.Yellow;
            this.panelLinkTimingLoop.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.panelLinkTimingLoop.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelLinkTimingLoop.Location = new System.Drawing.Point(239, 3);
            this.panelLinkTimingLoop.Name = "panelLinkTimingLoop";
            this.panelLinkTimingLoop.Size = new System.Drawing.Size(74, 20);
            this.panelLinkTimingLoop.TabIndex = 5;
            this.toolTipLinkStatus.SetToolTip(this.panelLinkTimingLoop, "Green: The Timing Loop is operating properly.");
            // 
            // labelLinkTimingLoop
            // 
            this.labelLinkTimingLoop.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.labelLinkTimingLoop.AutoSize = true;
            this.labelLinkTimingLoop.Location = new System.Drawing.Point(163, 6);
            this.labelLinkTimingLoop.Name = "labelLinkTimingLoop";
            this.labelLinkTimingLoop.Size = new System.Drawing.Size(68, 13);
            this.labelLinkTimingLoop.TabIndex = 1;
            this.labelLinkTimingLoop.Text = "Timing Loop:";
            this.labelLinkTimingLoop.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // labelLinkStatus
            // 
            this.labelLinkStatus.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.labelLinkStatus.AutoSize = true;
            this.labelLinkStatus.Location = new System.Drawing.Point(755, 6);
            this.labelLinkStatus.Name = "labelLinkStatus";
            this.labelLinkStatus.Size = new System.Drawing.Size(43, 13);
            this.labelLinkStatus.TabIndex = 8;
            this.labelLinkStatus.Text = "------------";
            // 
            // labelRLMLinkStatus
            // 
            this.labelRLMLinkStatus.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.labelRLMLinkStatus.AutoSize = true;
            this.labelRLMLinkStatus.Location = new System.Drawing.Point(639, 6);
            this.labelRLMLinkStatus.Name = "labelRLMLinkStatus";
            this.labelRLMLinkStatus.Size = new System.Drawing.Size(63, 13);
            this.labelRLMLinkStatus.TabIndex = 9;
            this.labelRLMLinkStatus.Text = "Link Status:";
            // 
            // tableLayoutPanelGMAC
            // 
            this.tableLayoutPanelGMAC.ColumnCount = 2;
            this.tableLayoutPanelGMAC.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanelGMAC.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanelGMAC.Controls.Add(this.groupBoxGMAC0, 0, 0);
            this.tableLayoutPanelGMAC.Controls.Add(this.groupBoxGMAC1, 1, 0);
            this.tableLayoutPanelGMAC.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanelGMAC.Location = new System.Drawing.Point(3, 35);
            this.tableLayoutPanelGMAC.Name = "tableLayoutPanelGMAC";
            this.tableLayoutPanelGMAC.RowCount = 1;
            this.tableLayoutPanelGMAC.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanelGMAC.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 231F));
            this.tableLayoutPanelGMAC.Size = new System.Drawing.Size(843, 231);
            this.tableLayoutPanelGMAC.TabIndex = 1;
            // 
            // tableLayoutPanelGraphic
            // 
            this.tableLayoutPanelGraphic.BackColor = System.Drawing.Color.White;
            this.tableLayoutPanelGraphic.ColumnCount = 2;
            this.tableLayoutPanelGraphic.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 74.2586F));
            this.tableLayoutPanelGraphic.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25.7414F));
            this.tableLayoutPanelGraphic.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanelGraphic.Controls.Add(this.groupBoxSTO, 1, 0);
            this.tableLayoutPanelGraphic.Controls.Add(this.groupBoxXPI, 1, 2);
            this.tableLayoutPanelGraphic.Controls.Add(this.DesignArtNetworks, 0, 0);
            this.tableLayoutPanelGraphic.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanelGraphic.Location = new System.Drawing.Point(3, 509);
            this.tableLayoutPanelGraphic.Name = "tableLayoutPanelGraphic";
            this.tableLayoutPanelGraphic.RowCount = 4;
            this.tableLayoutPanelGraphic.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
            this.tableLayoutPanelGraphic.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
            this.tableLayoutPanelGraphic.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
            this.tableLayoutPanelGraphic.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
            this.tableLayoutPanelGraphic.Size = new System.Drawing.Size(843, 104);
            this.tableLayoutPanelGraphic.TabIndex = 12;
            // 
            // groupBoxSTO
            // 
            this.groupBoxSTO.BackColor = System.Drawing.SystemColors.Control;
            this.groupBoxSTO.Controls.Add(this.textBoxSTO2);
            this.groupBoxSTO.Controls.Add(this.textBoxSTO1);
            this.groupBoxSTO.Controls.Add(this.label1);
            this.groupBoxSTO.Controls.Add(this.label2);
            this.groupBoxSTO.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBoxSTO.Location = new System.Drawing.Point(628, 3);
            this.groupBoxSTO.Margin = new System.Windows.Forms.Padding(3, 3, 3, 0);
            this.groupBoxSTO.Name = "groupBoxSTO";
            this.tableLayoutPanelGraphic.SetRowSpan(this.groupBoxSTO, 2);
            this.groupBoxSTO.Size = new System.Drawing.Size(212, 49);
            this.groupBoxSTO.TabIndex = 26;
            this.groupBoxSTO.TabStop = false;
            this.groupBoxSTO.Text = "STO ";
            // 
            // textBoxSTO2
            // 
            this.textBoxSTO2.Location = new System.Drawing.Point(138, 14);
            this.textBoxSTO2.Name = "textBoxSTO2";
            this.textBoxSTO2.ReadOnly = true;
            this.textBoxSTO2.Size = new System.Drawing.Size(63, 20);
            this.textBoxSTO2.TabIndex = 24;
            this.textBoxSTO2.TabStop = false;
            // 
            // textBoxSTO1
            // 
            this.textBoxSTO1.Location = new System.Drawing.Point(40, 14);
            this.textBoxSTO1.Name = "textBoxSTO1";
            this.textBoxSTO1.ReadOnly = true;
            this.textBoxSTO1.Size = new System.Drawing.Size(63, 20);
            this.textBoxSTO1.TabIndex = 23;
            this.textBoxSTO1.TabStop = false;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(105, 20);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(35, 13);
            this.label1.TabIndex = 22;
            this.label1.Text = "Ant 1:";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(3, 20);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(35, 13);
            this.label2.TabIndex = 21;
            this.label2.Text = "Ant 0:";
            // 
            // groupBoxXPI
            // 
            this.groupBoxXPI.BackColor = System.Drawing.SystemColors.Control;
            this.groupBoxXPI.Controls.Add(this.textBoxXPIAnt1);
            this.groupBoxXPI.Controls.Add(this.textBoxXPIAnt0);
            this.groupBoxXPI.Controls.Add(this.label11);
            this.groupBoxXPI.Controls.Add(this.label10);
            this.groupBoxXPI.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBoxXPI.Location = new System.Drawing.Point(628, 55);
            this.groupBoxXPI.Margin = new System.Windows.Forms.Padding(3, 3, 3, 0);
            this.groupBoxXPI.Name = "groupBoxXPI";
            this.tableLayoutPanelGraphic.SetRowSpan(this.groupBoxXPI, 2);
            this.groupBoxXPI.Size = new System.Drawing.Size(212, 49);
            this.groupBoxXPI.TabIndex = 25;
            this.groupBoxXPI.TabStop = false;
            this.groupBoxXPI.Text = "XPI";
            this.groupBoxXPI.Visible = false;
            // 
            // textBoxXPIAnt1
            // 
            this.textBoxXPIAnt1.Location = new System.Drawing.Point(136, 14);
            this.textBoxXPIAnt1.Name = "textBoxXPIAnt1";
            this.textBoxXPIAnt1.ReadOnly = true;
            this.textBoxXPIAnt1.Size = new System.Drawing.Size(69, 20);
            this.textBoxXPIAnt1.TabIndex = 20;
            this.textBoxXPIAnt1.TabStop = false;
            // 
            // textBoxXPIAnt0
            // 
            this.textBoxXPIAnt0.Location = new System.Drawing.Point(34, 14);
            this.textBoxXPIAnt0.Name = "textBoxXPIAnt0";
            this.textBoxXPIAnt0.ReadOnly = true;
            this.textBoxXPIAnt0.Size = new System.Drawing.Size(69, 20);
            this.textBoxXPIAnt0.TabIndex = 19;
            this.textBoxXPIAnt0.TabStop = false;
            // 
            // label11
            // 
            this.label11.AutoSize = true;
            this.label11.Location = new System.Drawing.Point(104, 17);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(35, 13);
            this.label11.TabIndex = 18;
            this.label11.Text = "Ant 1:";
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Location = new System.Drawing.Point(2, 17);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(35, 13);
            this.label10.TabIndex = 17;
            this.label10.Text = "Ant 0:";
            // 
            // DesignArtNetworks
            // 
            this.DesignArtNetworks.Font = new System.Drawing.Font("Haettenschweiler", 30F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(177)));
            this.DesignArtNetworks.Image = global::WindowsFormsApplication1.Properties.Resources.logo_to_paint_cropt;
            this.DesignArtNetworks.LinkColor = System.Drawing.Color.Transparent;
            this.DesignArtNetworks.Location = new System.Drawing.Point(0, 0);
            this.DesignArtNetworks.Margin = new System.Windows.Forms.Padding(0);
            this.DesignArtNetworks.Name = "DesignArtNetworks";
            this.tableLayoutPanelGraphic.SetRowSpan(this.DesignArtNetworks, 4);
            this.DesignArtNetworks.Size = new System.Drawing.Size(625, 104);
            this.DesignArtNetworks.TabIndex = 20;
            // 
            // toolTipLinkStatus
            // 
            this.toolTipLinkStatus.AutomaticDelay = 200;
            this.toolTipLinkStatus.ToolTipTitle = "Link Status";
            // 
            // spPerfChart0
            // 
            this.spPerfChart0.BackColor = System.Drawing.Color.DarkGoldenrod;
            this.tableLayoutPanelGMACleft.SetColumnSpan(this.spPerfChart0, 3);
            this.spPerfChart0.Dock = System.Windows.Forms.DockStyle.Fill;
            this.spPerfChart0.DualGraph = false;
            this.spPerfChart0.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
            this.spPerfChart0.ForeColor = System.Drawing.Color.Black;
            this.spPerfChart0.HideBorder = false;
            this.spPerfChart0.Location = new System.Drawing.Point(3, 3);
            this.spPerfChart0.Name = "spPerfChart0";
            this.spPerfChart0.OrderOfMagnitude = 0;
            this.spPerfChart0.PerfChartStyle.AntiAliasing = true;
            chartPen1.Color = System.Drawing.Color.Black;
            chartPen1.DashStyle = System.Drawing.Drawing2D.DashStyle.Dash;
            chartPen1.Width = 1F;
            this.spPerfChart0.PerfChartStyle.AvgLinePen = chartPen1;
            this.spPerfChart0.PerfChartStyle.BackgroundColorBottom = System.Drawing.Color.DimGray;
            this.spPerfChart0.PerfChartStyle.BackgroundColorTop = System.Drawing.Color.Gainsboro;
            chartPen2.Color = System.Drawing.Color.Orange;
            chartPen2.DashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            chartPen2.Width = 2F;
            this.spPerfChart0.PerfChartStyle.ChartLinePen = chartPen2;
            chartPen3.Color = System.Drawing.Color.Gold;
            chartPen3.DashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            chartPen3.Width = 1F;
            this.spPerfChart0.PerfChartStyle.ChartLinePenB = chartPen3;
            chartPen4.Color = System.Drawing.Color.DarkOliveGreen;
            chartPen4.DashStyle = System.Drawing.Drawing2D.DashStyle.Dot;
            chartPen4.Width = 1F;
            this.spPerfChart0.PerfChartStyle.HorizontalGridPen = chartPen4;
            this.spPerfChart0.PerfChartStyle.ShowAverageLine = false;
            this.spPerfChart0.PerfChartStyle.ShowHorizontalGridLines = true;
            this.spPerfChart0.PerfChartStyle.ShowVerticalGridLines = true;
            chartPen5.Color = System.Drawing.Color.DarkOliveGreen;
            chartPen5.DashStyle = System.Drawing.Drawing2D.DashStyle.Dot;
            chartPen5.Width = 1F;
            this.spPerfChart0.PerfChartStyle.VerticalGridPen = chartPen5;
            this.spPerfChart0.ScaleMode = SpPerfChart.ScaleMode.Magnitude;
            this.spPerfChart0.Size = new System.Drawing.Size(403, 170);
            this.spPerfChart0.TabIndex = 11;
            this.spPerfChart0.TimerInterval = 100;
            this.spPerfChart0.TimerMode = SpPerfChart.TimerMode.Disabled;
            // 
            // spPerfChart1
            // 
            this.tableLayoutPanelGMACright.SetColumnSpan(this.spPerfChart1, 3);
            this.spPerfChart1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.spPerfChart1.DualGraph = false;
            this.spPerfChart1.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
            this.spPerfChart1.HideBorder = false;
            this.spPerfChart1.Location = new System.Drawing.Point(3, 3);
            this.spPerfChart1.Name = "spPerfChart1";
            this.spPerfChart1.OrderOfMagnitude = 0;
            this.spPerfChart1.PerfChartStyle.AntiAliasing = true;
            chartPen6.Color = System.Drawing.Color.Black;
            chartPen6.DashStyle = System.Drawing.Drawing2D.DashStyle.Dash;
            chartPen6.Width = 1F;
            this.spPerfChart1.PerfChartStyle.AvgLinePen = chartPen6;
            this.spPerfChart1.PerfChartStyle.BackgroundColorBottom = System.Drawing.Color.DimGray;
            this.spPerfChart1.PerfChartStyle.BackgroundColorTop = System.Drawing.Color.Gainsboro;
            chartPen7.Color = System.Drawing.Color.Orange;
            chartPen7.DashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            chartPen7.Width = 2F;
            this.spPerfChart1.PerfChartStyle.ChartLinePen = chartPen7;
            chartPen8.Color = System.Drawing.Color.Gold;
            chartPen8.DashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            chartPen8.Width = 2F;
            this.spPerfChart1.PerfChartStyle.ChartLinePenB = chartPen8;
            chartPen9.Color = System.Drawing.Color.DarkOliveGreen;
            chartPen9.DashStyle = System.Drawing.Drawing2D.DashStyle.Dot;
            chartPen9.Width = 1F;
            this.spPerfChart1.PerfChartStyle.HorizontalGridPen = chartPen9;
            this.spPerfChart1.PerfChartStyle.ShowAverageLine = false;
            this.spPerfChart1.PerfChartStyle.ShowHorizontalGridLines = true;
            this.spPerfChart1.PerfChartStyle.ShowVerticalGridLines = true;
            chartPen10.Color = System.Drawing.Color.DarkOliveGreen;
            chartPen10.DashStyle = System.Drawing.Drawing2D.DashStyle.Dot;
            chartPen10.Width = 1F;
            this.spPerfChart1.PerfChartStyle.VerticalGridPen = chartPen10;
            this.spPerfChart1.ScaleMode = SpPerfChart.ScaleMode.Magnitude;
            this.spPerfChart1.Size = new System.Drawing.Size(404, 170);
            this.spPerfChart1.TabIndex = 11;
            this.spPerfChart1.TimerInterval = 100;
            this.spPerfChart1.TimerMode = SpPerfChart.TimerMode.Disabled;
            // 
            // spPerfChartMCS
            // 
            this.spPerfChartMCS.AbsoluteScaleLabels = new string[] {
        "MCS 10",
        "MCS 9",
        "MCS 8",
        "MCS 7",
        "MCS 6",
        "MCS 5",
        "MCS 4",
        "MCS 3",
        "MCS 2",
        "MCS 1"};
            this.tableLayoutPanelMCS.SetColumnSpan(this.spPerfChartMCS, 3);
            this.spPerfChartMCS.Dock = System.Windows.Forms.DockStyle.Fill;
            this.spPerfChartMCS.DualGraph = true;
            this.spPerfChartMCS.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.spPerfChartMCS.HideBorder = false;
            this.spPerfChartMCS.Location = new System.Drawing.Point(3, 3);
            this.spPerfChartMCS.Name = "spPerfChartMCS";
            this.spPerfChartMCS.OrderOfMagnitude = 0;
            this.spPerfChartMCS.PerfChartStyle.AntiAliasing = true;
            chartPen11.Color = System.Drawing.Color.Black;
            chartPen11.DashStyle = System.Drawing.Drawing2D.DashStyle.Dash;
            chartPen11.Width = 2F;
            this.spPerfChartMCS.PerfChartStyle.AvgLinePen = chartPen11;
            this.spPerfChartMCS.PerfChartStyle.BackgroundColorBottom = System.Drawing.Color.DarkGray;
            this.spPerfChartMCS.PerfChartStyle.BackgroundColorTop = System.Drawing.Color.Gainsboro;
            chartPen12.Color = System.Drawing.Color.Orange;
            chartPen12.DashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            chartPen12.Width = 2F;
            this.spPerfChartMCS.PerfChartStyle.ChartLinePen = chartPen12;
            chartPen13.Color = System.Drawing.Color.Red;
            chartPen13.DashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            chartPen13.Width = 2F;
            this.spPerfChartMCS.PerfChartStyle.ChartLinePenB = chartPen13;
            chartPen14.Color = System.Drawing.Color.DarkOliveGreen;
            chartPen14.DashStyle = System.Drawing.Drawing2D.DashStyle.Dot;
            chartPen14.Width = 1F;
            this.spPerfChartMCS.PerfChartStyle.HorizontalGridPen = chartPen14;
            this.spPerfChartMCS.PerfChartStyle.ShowAverageLine = false;
            this.spPerfChartMCS.PerfChartStyle.ShowHorizontalGridLines = true;
            this.spPerfChartMCS.PerfChartStyle.ShowVerticalGridLines = true;
            chartPen15.Color = System.Drawing.Color.DarkOliveGreen;
            chartPen15.DashStyle = System.Drawing.Drawing2D.DashStyle.Dot;
            chartPen15.Width = 1F;
            this.spPerfChartMCS.PerfChartStyle.VerticalGridPen = chartPen15;
            this.spPerfChartMCS.ScaleMode = SpPerfChart.ScaleMode.Absolute;
            this.spPerfChartMCS.ShowAbsoluteScale = true;
            this.spPerfChartMCS.Size = new System.Drawing.Size(195, 130);
            this.spPerfChartMCS.TabIndex = 11;
            this.spPerfChartMCS.TimerInterval = 100;
            this.spPerfChartMCS.TimerMode = SpPerfChart.TimerMode.Disabled;
            // 
            // spPerfChartPER
            // 
            this.tableLayoutPanelPER.SetColumnSpan(this.spPerfChartPER, 3);
            this.spPerfChartPER.Dock = System.Windows.Forms.DockStyle.Fill;
            this.spPerfChartPER.DualGraph = true;
            this.spPerfChartPER.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
            this.spPerfChartPER.HideBorder = false;
            this.spPerfChartPER.Location = new System.Drawing.Point(3, 3);
            this.spPerfChartPER.MinimumSize = new System.Drawing.Size(160, 130);
            this.spPerfChartPER.Name = "spPerfChartPER";
            this.spPerfChartPER.OrderOfMagnitude = 0;
            this.spPerfChartPER.PerfChartStyle.AntiAliasing = true;
            chartPen16.Color = System.Drawing.Color.Black;
            chartPen16.DashStyle = System.Drawing.Drawing2D.DashStyle.Dash;
            chartPen16.Width = 2F;
            this.spPerfChartPER.PerfChartStyle.AvgLinePen = chartPen16;
            this.spPerfChartPER.PerfChartStyle.BackgroundColorBottom = System.Drawing.Color.DimGray;
            this.spPerfChartPER.PerfChartStyle.BackgroundColorTop = System.Drawing.Color.Gainsboro;
            chartPen17.Color = System.Drawing.Color.Orange;
            chartPen17.DashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            chartPen17.Width = 2F;
            this.spPerfChartPER.PerfChartStyle.ChartLinePen = chartPen17;
            chartPen18.Color = System.Drawing.Color.Red;
            chartPen18.DashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            chartPen18.Width = 2F;
            this.spPerfChartPER.PerfChartStyle.ChartLinePenB = chartPen18;
            chartPen19.Color = System.Drawing.Color.DarkOliveGreen;
            chartPen19.DashStyle = System.Drawing.Drawing2D.DashStyle.Dot;
            chartPen19.Width = 1F;
            this.spPerfChartPER.PerfChartStyle.HorizontalGridPen = chartPen19;
            this.spPerfChartPER.PerfChartStyle.ShowAverageLine = false;
            this.spPerfChartPER.PerfChartStyle.ShowHorizontalGridLines = true;
            this.spPerfChartPER.PerfChartStyle.ShowVerticalGridLines = true;
            chartPen20.Color = System.Drawing.Color.DarkOliveGreen;
            chartPen20.DashStyle = System.Drawing.Drawing2D.DashStyle.Dot;
            chartPen20.Width = 1F;
            this.spPerfChartPER.PerfChartStyle.VerticalGridPen = chartPen20;
            this.spPerfChartPER.ScaleMode = SpPerfChart.ScaleMode.Absolute;
            this.spPerfChartPER.ShowAbsoluteScale = true;
            this.spPerfChartPER.Size = new System.Drawing.Size(192, 130);
            this.spPerfChartPER.TabIndex = 11;
            this.spPerfChartPER.TimerInterval = 100;
            this.spPerfChartPER.TimerMode = SpPerfChart.TimerMode.Disabled;
            // 
            // spPerfChartCINR
            // 
            this.spPerfChartCINR.AbsoluteScaleLabels = new string[] {
        "50",
        "40",
        "30",
        "20",
        "10"};
            this.tableLayoutPanelCINR.SetColumnSpan(this.spPerfChartCINR, 3);
            this.spPerfChartCINR.Dock = System.Windows.Forms.DockStyle.Fill;
            this.spPerfChartCINR.DualGraph = true;
            this.spPerfChartCINR.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
            this.spPerfChartCINR.HideBorder = false;
            this.spPerfChartCINR.Location = new System.Drawing.Point(3, 3);
            this.spPerfChartCINR.Name = "spPerfChartCINR";
            this.spPerfChartCINR.OrderOfMagnitude = 0;
            this.spPerfChartCINR.PerfChartStyle.AntiAliasing = true;
            chartPen21.Color = System.Drawing.Color.Black;
            chartPen21.DashStyle = System.Drawing.Drawing2D.DashStyle.Dash;
            chartPen21.Width = 2F;
            this.spPerfChartCINR.PerfChartStyle.AvgLinePen = chartPen21;
            this.spPerfChartCINR.PerfChartStyle.BackgroundColorBottom = System.Drawing.Color.DimGray;
            this.spPerfChartCINR.PerfChartStyle.BackgroundColorTop = System.Drawing.Color.Gainsboro;
            chartPen22.Color = System.Drawing.Color.Orange;
            chartPen22.DashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            chartPen22.Width = 2F;
            this.spPerfChartCINR.PerfChartStyle.ChartLinePen = chartPen22;
            chartPen23.Color = System.Drawing.Color.Red;
            chartPen23.DashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            chartPen23.Width = 2F;
            this.spPerfChartCINR.PerfChartStyle.ChartLinePenB = chartPen23;
            chartPen24.Color = System.Drawing.Color.DarkOliveGreen;
            chartPen24.DashStyle = System.Drawing.Drawing2D.DashStyle.Dot;
            chartPen24.Width = 1F;
            this.spPerfChartCINR.PerfChartStyle.HorizontalGridPen = chartPen24;
            this.spPerfChartCINR.PerfChartStyle.ShowAverageLine = false;
            this.spPerfChartCINR.PerfChartStyle.ShowHorizontalGridLines = true;
            this.spPerfChartCINR.PerfChartStyle.ShowVerticalGridLines = true;
            chartPen25.Color = System.Drawing.Color.DarkOliveGreen;
            chartPen25.DashStyle = System.Drawing.Drawing2D.DashStyle.Dot;
            chartPen25.Width = 1F;
            this.spPerfChartCINR.PerfChartStyle.VerticalGridPen = chartPen25;
            this.spPerfChartCINR.ScaleMode = SpPerfChart.ScaleMode.Absolute;
            this.spPerfChartCINR.ShowAbsoluteScale = true;
            this.spPerfChartCINR.Size = new System.Drawing.Size(192, 130);
            this.spPerfChartCINR.TabIndex = 11;
            this.spPerfChartCINR.TimerInterval = 100;
            this.spPerfChartCINR.TimerMode = SpPerfChart.TimerMode.Disabled;
            // 
            // spPerfChartRSSI
            // 
            this.tableLayoutPanelRSSI.SetColumnSpan(this.spPerfChartRSSI, 3);
            this.spPerfChartRSSI.Dock = System.Windows.Forms.DockStyle.Fill;
            this.spPerfChartRSSI.DualGraph = true;
            this.spPerfChartRSSI.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
            this.spPerfChartRSSI.HideBorder = false;
            this.spPerfChartRSSI.Location = new System.Drawing.Point(3, 3);
            this.spPerfChartRSSI.Name = "spPerfChartRSSI";
            this.spPerfChartRSSI.OrderOfMagnitude = 0;
            this.spPerfChartRSSI.PerfChartStyle.AntiAliasing = true;
            chartPen26.Color = System.Drawing.Color.Black;
            chartPen26.DashStyle = System.Drawing.Drawing2D.DashStyle.Dash;
            chartPen26.Width = 1F;
            this.spPerfChartRSSI.PerfChartStyle.AvgLinePen = chartPen26;
            this.spPerfChartRSSI.PerfChartStyle.BackgroundColorBottom = System.Drawing.Color.DimGray;
            this.spPerfChartRSSI.PerfChartStyle.BackgroundColorTop = System.Drawing.Color.Gainsboro;
            chartPen27.Color = System.Drawing.Color.Orange;
            chartPen27.DashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            chartPen27.Width = 2F;
            this.spPerfChartRSSI.PerfChartStyle.ChartLinePen = chartPen27;
            chartPen28.Color = System.Drawing.Color.Red;
            chartPen28.DashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            chartPen28.Width = 2F;
            this.spPerfChartRSSI.PerfChartStyle.ChartLinePenB = chartPen28;
            chartPen29.Color = System.Drawing.Color.DarkOliveGreen;
            chartPen29.DashStyle = System.Drawing.Drawing2D.DashStyle.Dot;
            chartPen29.Width = 1F;
            this.spPerfChartRSSI.PerfChartStyle.HorizontalGridPen = chartPen29;
            this.spPerfChartRSSI.PerfChartStyle.ShowAverageLine = false;
            this.spPerfChartRSSI.PerfChartStyle.ShowHorizontalGridLines = true;
            this.spPerfChartRSSI.PerfChartStyle.ShowVerticalGridLines = true;
            chartPen30.Color = System.Drawing.Color.DarkOliveGreen;
            chartPen30.DashStyle = System.Drawing.Drawing2D.DashStyle.Dot;
            chartPen30.Width = 1F;
            this.spPerfChartRSSI.PerfChartStyle.VerticalGridPen = chartPen30;
            this.spPerfChartRSSI.ScaleMode = SpPerfChart.ScaleMode.Relative;
            this.spPerfChartRSSI.Size = new System.Drawing.Size(192, 130);
            this.spPerfChartRSSI.TabIndex = 11;
            this.spPerfChartRSSI.TimerInterval = 100;
            this.spPerfChartRSSI.TimerMode = SpPerfChart.TimerMode.Disabled;
            // 
            // FormSystemStatus
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            this.BackColor = System.Drawing.Color.White;
            this.ClientSize = new System.Drawing.Size(849, 649);
            this.Controls.Add(this.tableLayoutPanelWholeForm);
            this.ForeColor = System.Drawing.SystemColors.ControlText;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "FormSystemStatus";
            this.Text = "DAN PMC";
            this.groupBoxGMAC0.ResumeLayout(false);
            this.tableLayoutPanelGMACleft.ResumeLayout(false);
            this.tableLayoutPanelGMACleft.PerformLayout();
            this.groupBoxGMAC1.ResumeLayout(false);
            this.tableLayoutPanelGMACright.ResumeLayout(false);
            this.tableLayoutPanelGMACright.PerformLayout();
            this.tableLayoutPanelStatusBottom.ResumeLayout(false);
            this.tableLayoutPanelStatusBottom.PerformLayout();
            this.tableLayoutPanelPHY.ResumeLayout(false);
            this.tableLayoutPanelPHY.PerformLayout();
            this.groupBoxMCS.ResumeLayout(false);
            this.tableLayoutPanelMCS.ResumeLayout(false);
            this.tableLayoutPanelMCS.PerformLayout();
            this.groupBoxPER.ResumeLayout(false);
            this.groupBoxPER.PerformLayout();
            this.tableLayoutPanelPER.ResumeLayout(false);
            this.tableLayoutPanelPER.PerformLayout();
            this.groupBoxCINR.ResumeLayout(false);
            this.tableLayoutPanelCINR.ResumeLayout(false);
            this.tableLayoutPanelCINR.PerformLayout();
            this.groupBoxRSSI.ResumeLayout(false);
            this.tableLayoutPanelRSSI.ResumeLayout(false);
            this.tableLayoutPanelRSSI.PerformLayout();
            this.panelPhySectionSeparator.ResumeLayout(false);
            this.panelPhySectionSeparator.PerformLayout();
            this.tableLayoutPanelWholeForm.ResumeLayout(false);
            this.tableLayoutPanelWholeForm.PerformLayout();
            this.tableLayoutPanelLinkStatus.ResumeLayout(false);
            this.tableLayoutPanelLinkStatus.PerformLayout();
            this.tableLayoutPanelGMAC.ResumeLayout(false);
            this.tableLayoutPanelGMAC.PerformLayout();
            this.tableLayoutPanelGraphic.ResumeLayout(false);
            this.groupBoxSTO.ResumeLayout(false);
            this.groupBoxSTO.PerformLayout();
            this.groupBoxXPI.ResumeLayout(false);
            this.groupBoxXPI.PerformLayout();
            this.ResumeLayout(false);

        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     SpPerfChart.ChartPen chartPen1 = new SpPerfChart.ChartPen();
     SpPerfChart.ChartPen chartPen2 = new SpPerfChart.ChartPen();
     SpPerfChart.ChartPen chartPen3 = new SpPerfChart.ChartPen();
     SpPerfChart.ChartPen chartPen4 = new SpPerfChart.ChartPen();
     this.label_Percent        = new System.Windows.Forms.Label();
     this.label_Vertical       = new PerformanceCounterControls.VerticalLabel();
     this.progressBar_Vertical = new PerformanceCounterControls.VerticalProgressBar();
     this.chart = new PerformanceCounterControls.Chart();
     this.SuspendLayout();
     //
     // label_Percent
     //
     this.label_Percent.Anchor      = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.label_Percent.AutoSize    = true;
     this.label_Percent.BackColor   = System.Drawing.Color.Transparent;
     this.label_Percent.Font        = new System.Drawing.Font("Microsoft Sans Serif", 11F);
     this.label_Percent.Location    = new System.Drawing.Point(336, 198);
     this.label_Percent.Name        = "label_Percent";
     this.label_Percent.Size        = new System.Drawing.Size(29, 18);
     this.label_Percent.TabIndex    = 1;
     this.label_Percent.Text        = "0%";
     this.label_Percent.TextAlign   = System.Drawing.ContentAlignment.MiddleCenter;
     this.label_Percent.UseMnemonic = false;
     //
     // label_Vertical
     //
     this.label_Vertical.Anchor                = System.Windows.Forms.AnchorStyles.Right;
     this.label_Vertical.Font                  = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold);
     this.label_Vertical.ForeColor             = System.Drawing.SystemColors.MenuHighlight;
     this.label_Vertical.Location              = new System.Drawing.Point(370, 57);
     this.label_Vertical.Name                  = "label_Vertical";
     this.label_Vertical.RenderingMode         = System.Drawing.Text.TextRenderingHint.SystemDefault;
     this.label_Vertical.Size                  = new System.Drawing.Size(20, 77);
     this.label_Vertical.TabIndex              = 0;
     this.label_Vertical.TabStop               = false;
     this.label_Vertical.Text                  = "Vertical Text";
     this.label_Vertical.TextDrawMode          = PerformanceCounterControls.DrawMode.TopBottom;
     this.label_Vertical.TransparentBackground = true;
     //
     // progressBar_Vertical
     //
     this.progressBar_Vertical.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                              | System.Windows.Forms.AnchorStyles.Right)));
     this.progressBar_Vertical.ForeColor             = System.Drawing.SystemColors.ActiveCaption;
     this.progressBar_Vertical.Location              = new System.Drawing.Point(339, 0);
     this.progressBar_Vertical.MarqueeAnimationSpeed = 40;
     this.progressBar_Vertical.MaximumSize           = new System.Drawing.Size(25, 1000);
     this.progressBar_Vertical.MinimumSize           = new System.Drawing.Size(25, 0);
     this.progressBar_Vertical.Name     = "progressBar_Vertical";
     this.progressBar_Vertical.Size     = new System.Drawing.Size(25, 195);
     this.progressBar_Vertical.Step     = 100;
     this.progressBar_Vertical.Style    = System.Windows.Forms.ProgressBarStyle.Continuous;
     this.progressBar_Vertical.TabIndex = 0;
     //
     // chart
     //
     this.chart.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.chart.BorderStyle = System.Windows.Forms.Border3DStyle.Flat;
     this.chart.Font        = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
     this.chart.Location    = new System.Drawing.Point(0, 0);
     this.chart.Name        = "chart";
     this.chart.PerfChartStyle.AntiAliasing = true;
     chartPen1.Color     = System.Drawing.Color.DarkGreen;
     chartPen1.DashStyle = System.Drawing.Drawing2D.DashStyle.DashDotDot;
     chartPen1.Width     = 2F;
     this.chart.PerfChartStyle.AvgLinePen            = chartPen1;
     this.chart.PerfChartStyle.BackgroundColorBottom = System.Drawing.Color.Azure;
     this.chart.PerfChartStyle.BackgroundColorTop    = System.Drawing.Color.Gold;
     chartPen2.Color     = System.Drawing.Color.Blue;
     chartPen2.DashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
     chartPen2.Width     = 1F;
     this.chart.PerfChartStyle.ChartLinePen = chartPen2;
     chartPen3.Color     = System.Drawing.Color.Gray;
     chartPen3.DashStyle = System.Drawing.Drawing2D.DashStyle.DashDot;
     chartPen3.Width     = 1F;
     this.chart.PerfChartStyle.HorizontalGridPen       = chartPen3;
     this.chart.PerfChartStyle.ShowAverageLine         = true;
     this.chart.PerfChartStyle.ShowHorizontalGridLines = true;
     this.chart.PerfChartStyle.ShowVerticalGridLines   = true;
     chartPen4.Color     = System.Drawing.Color.Gray;
     chartPen4.DashStyle = System.Drawing.Drawing2D.DashStyle.DashDot;
     chartPen4.Width     = 1F;
     this.chart.PerfChartStyle.VerticalGridPen = chartPen4;
     this.chart.ScaleMode     = SpPerfChart.ScaleMode.Relative;
     this.chart.Size          = new System.Drawing.Size(338, 195);
     this.chart.TabIndex      = 0;
     this.chart.TimerInterval = 100;
     this.chart.TimerMode     = SpPerfChart.TimerMode.Disabled;
     //
     // PerformanceCounterChart
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.label_Vertical);
     this.Controls.Add(this.label_Percent);
     this.Controls.Add(this.progressBar_Vertical);
     this.Controls.Add(this.chart);
     this.Name         = "PerformanceCounterChart";
     this.Size         = new System.Drawing.Size(393, 219);
     this.SizeChanged += new System.EventHandler(this.PerformanceCounterChart_SizeChanged);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #11
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     SpPerfChart.ChartPen chartPen1 = new SpPerfChart.ChartPen();
     SpPerfChart.ChartPen chartPen2 = new SpPerfChart.ChartPen();
     SpPerfChart.ChartPen chartPen3 = new SpPerfChart.ChartPen();
     SpPerfChart.ChartPen chartPen4 = new SpPerfChart.ChartPen();
     this.textBox1    = new System.Windows.Forms.TextBox();
     this.textBox2    = new System.Windows.Forms.TextBox();
     this.textBox3    = new System.Windows.Forms.TextBox();
     this.button4     = new System.Windows.Forms.Button();
     this.button5     = new System.Windows.Forms.Button();
     this.label1      = new System.Windows.Forms.Label();
     this.label2      = new System.Windows.Forms.Label();
     this.label3      = new System.Windows.Forms.Label();
     this.label4      = new System.Windows.Forms.Label();
     this.tabControl1 = new System.Windows.Forms.TabControl();
     this.tabPage1    = new System.Windows.Forms.TabPage();
     this.tabPage2    = new System.Windows.Forms.TabPage();
     this.perfChart1  = new SpPerfChart.PerfChart();
     this.button2     = new System.Windows.Forms.Button();
     this.button1     = new System.Windows.Forms.Button();
     this.label10     = new System.Windows.Forms.Label();
     this.label9      = new System.Windows.Forms.Label();
     this.label8      = new System.Windows.Forms.Label();
     this.label7      = new System.Windows.Forms.Label();
     this.label6      = new System.Windows.Forms.Label();
     this.label5      = new System.Windows.Forms.Label();
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.tabPage2.SuspendLayout();
     this.SuspendLayout();
     //
     // textBox1
     //
     this.textBox1.Location     = new System.Drawing.Point(25, 85);
     this.textBox1.Name         = "textBox1";
     this.textBox1.Size         = new System.Drawing.Size(100, 22);
     this.textBox1.TabIndex     = 1;
     this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
     //
     // textBox2
     //
     this.textBox2.Location     = new System.Drawing.Point(25, 131);
     this.textBox2.Name         = "textBox2";
     this.textBox2.Size         = new System.Drawing.Size(100, 22);
     this.textBox2.TabIndex     = 3;
     this.textBox2.TextChanged += new System.EventHandler(this.textBox2_TextChanged);
     //
     // textBox3
     //
     this.textBox3.Location     = new System.Drawing.Point(25, 36);
     this.textBox3.Name         = "textBox3";
     this.textBox3.Size         = new System.Drawing.Size(100, 22);
     this.textBox3.TabIndex     = 4;
     this.textBox3.TextChanged += new System.EventHandler(this.textBox3_TextChanged);
     //
     // button4
     //
     this.button4.Location = new System.Drawing.Point(25, 251);
     this.button4.Name     = "button4";
     this.button4.Size     = new System.Drawing.Size(75, 33);
     this.button4.TabIndex = 6;
     this.button4.Text     = "Go";
     this.button4.UseVisualStyleBackColor = true;
     this.button4.Click += new System.EventHandler(this.button4_Click);
     //
     // button5
     //
     this.button5.Location = new System.Drawing.Point(160, 251);
     this.button5.Name     = "button5";
     this.button5.Size     = new System.Drawing.Size(75, 33);
     this.button5.TabIndex = 7;
     this.button5.Text     = "Stop";
     this.button5.UseVisualStyleBackColor = true;
     this.button5.Click += new System.EventHandler(this.button5_Click);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(207, 36);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(34, 17);
     this.label1.TabIndex = 8;
     this.label1.Text     = "Port";
     this.label1.Click   += new System.EventHandler(this.label1_Click);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(207, 76);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(75, 17);
     this.label2.TabIndex = 9;
     this.label2.Text     = "Frequency";
     this.label2.Click   += new System.EventHandler(this.label2_Click);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(207, 131);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(70, 17);
     this.label3.TabIndex = 10;
     this.label3.Text     = "Amplitude";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(249, 260);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(0, 17);
     this.label4.TabIndex = 14;
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.tabPage2);
     this.tabControl1.Location      = new System.Drawing.Point(-2, -2);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size          = new System.Drawing.Size(528, 475);
     this.tabControl1.TabIndex      = 15;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.textBox3);
     this.tabPage1.Controls.Add(this.label1);
     this.tabPage1.Controls.Add(this.textBox1);
     this.tabPage1.Controls.Add(this.button5);
     this.tabPage1.Controls.Add(this.textBox2);
     this.tabPage1.Controls.Add(this.button4);
     this.tabPage1.Controls.Add(this.label2);
     this.tabPage1.Controls.Add(this.label3);
     this.tabPage1.Location = new System.Drawing.Point(4, 25);
     this.tabPage1.Name     = "tabPage1";
     this.tabPage1.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage1.Size     = new System.Drawing.Size(520, 446);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text     = "Frequency";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(this.perfChart1);
     this.tabPage2.Controls.Add(this.button2);
     this.tabPage2.Controls.Add(this.button1);
     this.tabPage2.Controls.Add(this.label10);
     this.tabPage2.Controls.Add(this.label9);
     this.tabPage2.Controls.Add(this.label8);
     this.tabPage2.Controls.Add(this.label7);
     this.tabPage2.Controls.Add(this.label6);
     this.tabPage2.Controls.Add(this.label5);
     this.tabPage2.Location = new System.Drawing.Point(4, 25);
     this.tabPage2.Name     = "tabPage2";
     this.tabPage2.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage2.Size     = new System.Drawing.Size(520, 446);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text     = "Sensor";
     this.tabPage2.UseVisualStyleBackColor = true;
     //
     // perfChart1
     //
     this.perfChart1.Font     = new System.Drawing.Font("Segoe UI", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
     this.perfChart1.Location = new System.Drawing.Point(172, 55);
     this.perfChart1.Margin   = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.perfChart1.Name     = "perfChart1";
     this.perfChart1.PerfChartStyle.AntiAliasing = true;
     chartPen1.Color     = System.Drawing.Color.Black;
     chartPen1.DashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
     chartPen1.Width     = 1F;
     this.perfChart1.PerfChartStyle.AvgLinePen            = chartPen1;
     this.perfChart1.PerfChartStyle.BackgroundColorBottom = System.Drawing.Color.DarkGreen;
     this.perfChart1.PerfChartStyle.BackgroundColorTop    = System.Drawing.Color.DarkGreen;
     chartPen2.Color     = System.Drawing.Color.Black;
     chartPen2.DashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
     chartPen2.Width     = 1F;
     this.perfChart1.PerfChartStyle.ChartLinePen = chartPen2;
     chartPen3.Color     = System.Drawing.Color.Black;
     chartPen3.DashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
     chartPen3.Width     = 1F;
     this.perfChart1.PerfChartStyle.HorizontalGridPen       = chartPen3;
     this.perfChart1.PerfChartStyle.ShowAverageLine         = true;
     this.perfChart1.PerfChartStyle.ShowHorizontalGridLines = true;
     this.perfChart1.PerfChartStyle.ShowVerticalGridLines   = true;
     chartPen4.Color     = System.Drawing.Color.Black;
     chartPen4.DashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
     chartPen4.Width     = 1F;
     this.perfChart1.PerfChartStyle.VerticalGridPen = chartPen4;
     this.perfChart1.ScaleMode     = SpPerfChart.ScaleMode.Absolute;
     this.perfChart1.Size          = new System.Drawing.Size(313, 134);
     this.perfChart1.TabIndex      = 8;
     this.perfChart1.TimerInterval = 100;
     this.perfChart1.TimerMode     = SpPerfChart.TimerMode.Disabled;
     this.perfChart1.Load         += new System.EventHandler(this.perfChart1_Load);
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(172, 290);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(75, 28);
     this.button2.TabIndex = 7;
     this.button2.Text     = "Stop";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click_1);
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(43, 290);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(75, 28);
     this.button1.TabIndex = 6;
     this.button1.Text     = "Run";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(87, 163);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(54, 17);
     this.label10.TabIndex = 5;
     this.label10.Text     = "label10";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(87, 112);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(46, 17);
     this.label9.TabIndex = 4;
     this.label9.Text     = "label9";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(87, 55);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(46, 17);
     this.label8.TabIndex = 3;
     this.label8.Text     = "label8";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(40, 163);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(17, 17);
     this.label7.TabIndex = 2;
     this.label7.Text     = "Z";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(40, 112);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(17, 17);
     this.label6.TabIndex = 1;
     this.label6.Text     = "Y";
     this.label6.Click   += new System.EventHandler(this.label6_Click);
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(40, 55);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(17, 17);
     this.label5.TabIndex = 0;
     this.label5.Text     = "X";
     this.label5.Click   += new System.EventHandler(this.label5_Click);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(526, 473);
     this.Controls.Add(this.tabControl1);
     this.Controls.Add(this.label4);
     this.Name  = "Form1";
     this.Text  = "Form1";
     this.Load += new System.EventHandler(this.Form1_Load);
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.tabPage1.PerformLayout();
     this.tabPage2.ResumeLayout(false);
     this.tabPage2.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     SpPerfChart.ChartPen chartPen1 = new SpPerfChart.ChartPen();
     SpPerfChart.ChartPen chartPen2 = new SpPerfChart.ChartPen();
     SpPerfChart.ChartPen chartPen3 = new SpPerfChart.ChartPen();
     SpPerfChart.ChartPen chartPen4 = new SpPerfChart.ChartPen();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PerformanceCounterForm));
     this.PC_ActivityMonitor = new PerformanceCounters();
     this.SuspendLayout();
     //
     // PC_ActivityMonitor
     //
     this.PC_ActivityMonitor.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)));
     this.PC_ActivityMonitor.AntiAliasing = true;
     chartPen1.Color = System.Drawing.Color.DarkGreen;
     chartPen1.DashStyle = System.Drawing.Drawing2D.DashStyle.DashDotDot;
     chartPen1.Width = 2F;
     this.PC_ActivityMonitor.AvgLinePen = chartPen1;
     this.PC_ActivityMonitor.AvgLinePenColor = System.Drawing.Color.DarkGreen;
     this.PC_ActivityMonitor.AvgLinePenDashStyle = System.Drawing.Drawing2D.DashStyle.DashDotDot;
     this.PC_ActivityMonitor.AvgLinePenWidth = 2F;
     this.PC_ActivityMonitor.BackgroundColorBottom = System.Drawing.Color.Azure;
     this.PC_ActivityMonitor.BackgroundColorTop = System.Drawing.Color.Gold;
     chartPen2.Color = System.Drawing.Color.Blue;
     chartPen2.DashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
     chartPen2.Width = 1F;
     this.PC_ActivityMonitor.ChartLinePen = chartPen2;
     this.PC_ActivityMonitor.ChartLinePenColor = System.Drawing.Color.Blue;
     this.PC_ActivityMonitor.ChartLinePenDashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
     this.PC_ActivityMonitor.ChartLinePenWidth = 1F;
     chartPen3.Color = System.Drawing.Color.Gray;
     chartPen3.DashStyle = System.Drawing.Drawing2D.DashStyle.DashDot;
     chartPen3.Width = 1F;
     this.PC_ActivityMonitor.HorizontalGridPen = chartPen3;
     this.PC_ActivityMonitor.HorizontalGridPenColor = System.Drawing.Color.Gray;
     this.PC_ActivityMonitor.HorizontalGridPenDashStyle = System.Drawing.Drawing2D.DashStyle.DashDot;
     this.PC_ActivityMonitor.HorizontalGridPenWidth = 1F;
     this.PC_ActivityMonitor.Location = new System.Drawing.Point(0, 0);
     this.PC_ActivityMonitor.MarqueeAnimationSpeed = 1;
     this.PC_ActivityMonitor.Name = "PC_ActivityMonitor";
     this.PC_ActivityMonitor.ScaleMode = SpPerfChart.ScaleMode.Absolute;
     this.PC_ActivityMonitor.ShowAverageLine = true;
     this.PC_ActivityMonitor.ShowHorizontalGridLines = true;
     this.PC_ActivityMonitor.ShowVerticalGridLines = true;
     this.PC_ActivityMonitor.Size = new System.Drawing.Size(394, 393);
     this.PC_ActivityMonitor.Style = System.Windows.Forms.ProgressBarStyle.Blocks;
     this.PC_ActivityMonitor.TabIndex = 0;
     this.PC_ActivityMonitor.TimerInterval = 15;
     this.PC_ActivityMonitor.TimerMode = SpPerfChart.TimerMode.Disabled;
     chartPen4.Color = System.Drawing.Color.Gray;
     chartPen4.DashStyle = System.Drawing.Drawing2D.DashStyle.DashDot;
     chartPen4.Width = 1F;
     this.PC_ActivityMonitor.VerticalGridPen = chartPen4;
     this.PC_ActivityMonitor.VerticalGridPenColor = System.Drawing.Color.Gray;
     this.PC_ActivityMonitor.VerticalGridPenDashStyle = System.Drawing.Drawing2D.DashStyle.DashDot;
     this.PC_ActivityMonitor.VerticalGridPenWidth = 1F;
     //
     // PerformanceCounterForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(394, 392);
     this.Controls.Add(this.PC_ActivityMonitor);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MaximumSize = new System.Drawing.Size(410, 800);
     this.MinimizeBox = false;
     this.MinimumSize = new System.Drawing.Size(410, 430);
     this.Name = "PerformanceCounterForm";
     this.ShowInTaskbar = false;
     this.Text = "Activity Monitor";
     this.TopMost = true;
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.PerformanceCounterForm_FormClosed);
     this.Load += new System.EventHandler(this.PerformanceCounterForm_Load);
     this.ResumeLayout(false);
 }
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            SpPerfChart.ChartPen chartPen9 = new SpPerfChart.ChartPen();
            SpPerfChart.ChartPen chartPen10 = new SpPerfChart.ChartPen();
            SpPerfChart.ChartPen chartPen11 = new SpPerfChart.ChartPen();
            SpPerfChart.ChartPen chartPen12 = new SpPerfChart.ChartPen();
            SpPerfChart.ChartPen chartPen13 = new SpPerfChart.ChartPen();
            SpPerfChart.ChartPen chartPen14 = new SpPerfChart.ChartPen();
            SpPerfChart.ChartPen chartPen15 = new SpPerfChart.ChartPen();
            SpPerfChart.ChartPen chartPen16 = new SpPerfChart.ChartPen();
            this.upgNms = new Infragistics.Win.UltraWinProgressBar.UltraProgressBar();
            this.upgOutMsg = new Infragistics.Win.UltraWinProgressBar.UltraProgressBar();
            this.upgIncMsg = new Infragistics.Win.UltraWinProgressBar.UltraProgressBar();
            this.lblNumMsgSeen = new Infragistics.Win.Misc.UltraLabel();
            this.lblIncMsg = new Infragistics.Win.Misc.UltraLabel();
            this.lblOutMsgCount = new Infragistics.Win.Misc.UltraLabel();
            this.ulblNMS = new Infragistics.Win.Misc.UltraLabel();
            this.ulblinc = new Infragistics.Win.Misc.UltraLabel();
            this.ulblOut = new Infragistics.Win.Misc.UltraLabel();
            this.timer = new System.Windows.Forms.Timer(this.components);
            this.ulblTitle = new Infragistics.Win.Misc.UltraLabel();
            this.ulblnmsmax = new Infragistics.Win.Misc.UltraLabel();
            this.ulblincmax = new Infragistics.Win.Misc.UltraLabel();
            this.ulbloutmax = new Infragistics.Win.Misc.UltraLabel();
            this.perfChart1 = new SpPerfChart.PerfChart();
            this.perfChart = new SpPerfChart.PerfChart();
            this.ultraButton1 = new Infragistics.Win.Misc.UltraButton();
            this.ultraButton2 = new Infragistics.Win.Misc.UltraButton();
            this.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.SuspendLayout();
            // 
            // upgNms
            // 
            this.upgNms.Location = new System.Drawing.Point(89, 25);
            this.upgNms.Name = "upgNms";
            this.upgNms.Size = new System.Drawing.Size(178, 23);
            this.upgNms.TabIndex = 0;
            this.upgNms.Text = "[Formatted]";
            // 
            // upgOutMsg
            // 
            this.upgOutMsg.Location = new System.Drawing.Point(89, 83);
            this.upgOutMsg.Name = "upgOutMsg";
            this.upgOutMsg.Size = new System.Drawing.Size(178, 23);
            this.upgOutMsg.TabIndex = 1;
            this.upgOutMsg.Text = "[Formatted]";
            // 
            // upgIncMsg
            // 
            this.upgIncMsg.Location = new System.Drawing.Point(89, 54);
            this.upgIncMsg.Name = "upgIncMsg";
            this.upgIncMsg.Size = new System.Drawing.Size(178, 23);
            this.upgIncMsg.TabIndex = 2;
            this.upgIncMsg.Text = "[Formatted]";
            // 
            // lblNumMsgSeen
            // 
            this.lblNumMsgSeen.Location = new System.Drawing.Point(3, 31);
            this.lblNumMsgSeen.Name = "lblNumMsgSeen";
            this.lblNumMsgSeen.Size = new System.Drawing.Size(80, 23);
            this.lblNumMsgSeen.TabIndex = 3;
            this.lblNumMsgSeen.Text = "NMS:";
            // 
            // lblIncMsg
            // 
            this.lblIncMsg.Location = new System.Drawing.Point(3, 60);
            this.lblIncMsg.Name = "lblIncMsg";
            this.lblIncMsg.Size = new System.Drawing.Size(80, 23);
            this.lblIncMsg.TabIndex = 4;
            this.lblIncMsg.Text = "IncMsgCnt:";
            // 
            // lblOutMsgCount
            // 
            this.lblOutMsgCount.Location = new System.Drawing.Point(3, 89);
            this.lblOutMsgCount.Name = "lblOutMsgCount";
            this.lblOutMsgCount.Size = new System.Drawing.Size(80, 29);
            this.lblOutMsgCount.TabIndex = 5;
            this.lblOutMsgCount.Text = "OutMsgCnt:";
            // 
            // ulblNMS
            // 
            this.ulblNMS.Location = new System.Drawing.Point(273, 31);
            this.ulblNMS.Name = "ulblNMS";
            this.ulblNMS.Size = new System.Drawing.Size(61, 23);
            this.ulblNMS.TabIndex = 6;
            this.ulblNMS.Text = "ultraLabel1";
            // 
            // ulblinc
            // 
            this.ulblinc.Location = new System.Drawing.Point(273, 60);
            this.ulblinc.Name = "ulblinc";
            this.ulblinc.Size = new System.Drawing.Size(61, 23);
            this.ulblinc.TabIndex = 7;
            this.ulblinc.Text = "ultraLabel2";
            // 
            // ulblOut
            // 
            this.ulblOut.Location = new System.Drawing.Point(273, 89);
            this.ulblOut.Name = "ulblOut";
            this.ulblOut.Size = new System.Drawing.Size(61, 23);
            this.ulblOut.TabIndex = 8;
            this.ulblOut.Text = "ultraLabel3";
            // 
            // timer
            // 
            this.timer.Interval = 1;
            this.timer.Tick += new System.EventHandler(this.timer_Tick);
            // 
            // ulblTitle
            // 
            this.ulblTitle.Location = new System.Drawing.Point(4, 4);
            this.ulblTitle.Name = "ulblTitle";
            this.ulblTitle.Size = new System.Drawing.Size(263, 21);
            this.ulblTitle.TabIndex = 9;
            this.ulblTitle.Text = "Title";
            // 
            // ulblnmsmax
            // 
            this.ulblnmsmax.Location = new System.Drawing.Point(340, 31);
            this.ulblnmsmax.Name = "ulblnmsmax";
            this.ulblnmsmax.Size = new System.Drawing.Size(61, 23);
            this.ulblnmsmax.TabIndex = 10;
            this.ulblnmsmax.Text = "ultraLabel1";
            // 
            // ulblincmax
            // 
            this.ulblincmax.Location = new System.Drawing.Point(340, 60);
            this.ulblincmax.Name = "ulblincmax";
            this.ulblincmax.Size = new System.Drawing.Size(61, 23);
            this.ulblincmax.TabIndex = 11;
            this.ulblincmax.Text = "ultraLabel1";
            // 
            // ulbloutmax
            // 
            this.ulbloutmax.Location = new System.Drawing.Point(340, 89);
            this.ulbloutmax.Name = "ulbloutmax";
            this.ulbloutmax.Size = new System.Drawing.Size(61, 23);
            this.ulbloutmax.TabIndex = 12;
            this.ulbloutmax.Text = "ultraLabel1";
            // 
            // perfChart1
            // 
            this.perfChart1.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
            this.perfChart1.Location = new System.Drawing.Point(407, 55);
            this.perfChart1.Name = "perfChart1";
            this.perfChart1.PerfChartStyle.AntiAliasing = true;
            chartPen9.Color = System.Drawing.Color.LightGreen;
            chartPen9.DashStyle = System.Drawing.Drawing2D.DashStyle.Dash;
            chartPen9.Width = 1F;
            this.perfChart1.PerfChartStyle.AvgLinePen = chartPen9;
            this.perfChart1.PerfChartStyle.BackgroundColorBottom = System.Drawing.Color.YellowGreen;
            this.perfChart1.PerfChartStyle.BackgroundColorTop = System.Drawing.Color.DeepPink;
            chartPen10.Color = System.Drawing.Color.Gold;
            chartPen10.DashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            chartPen10.Width = 1F;
            this.perfChart1.PerfChartStyle.ChartLinePen = chartPen10;
            chartPen11.Color = System.Drawing.Color.DarkOliveGreen;
            chartPen11.DashStyle = System.Drawing.Drawing2D.DashStyle.Dot;
            chartPen11.Width = 1F;
            this.perfChart1.PerfChartStyle.HorizontalGridPen = chartPen11;
            this.perfChart1.PerfChartStyle.ShowAverageLine = true;
            this.perfChart1.PerfChartStyle.ShowHorizontalGridLines = true;
            this.perfChart1.PerfChartStyle.ShowVerticalGridLines = true;
            chartPen12.Color = System.Drawing.Color.DarkOliveGreen;
            chartPen12.DashStyle = System.Drawing.Drawing2D.DashStyle.Dot;
            chartPen12.Width = 1F;
            this.perfChart1.PerfChartStyle.VerticalGridPen = chartPen12;
            this.perfChart1.ScaleMode = SpPerfChart.ScaleMode.Absolute;
            this.perfChart1.Size = new System.Drawing.Size(347, 51);
            this.perfChart1.TabIndex = 14;
            this.perfChart1.TimerInterval = 150;
            this.perfChart1.TimerMode = SpPerfChart.TimerMode.SynchronizedAverage;
            // 
            // perfChart
            // 
            this.perfChart.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.perfChart.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
            this.perfChart.Location = new System.Drawing.Point(407, 3);
            this.perfChart.Name = "perfChart";
            this.perfChart.PerfChartStyle.AntiAliasing = true;
            chartPen13.Color = System.Drawing.Color.LightGreen;
            chartPen13.DashStyle = System.Drawing.Drawing2D.DashStyle.Dash;
            chartPen13.Width = 1F;
            this.perfChart.PerfChartStyle.AvgLinePen = chartPen13;
            this.perfChart.PerfChartStyle.BackgroundColorBottom = System.Drawing.Color.DeepPink;
            this.perfChart.PerfChartStyle.BackgroundColorTop = System.Drawing.Color.YellowGreen;
            chartPen14.Color = System.Drawing.Color.Gold;
            chartPen14.DashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            chartPen14.Width = 1F;
            this.perfChart.PerfChartStyle.ChartLinePen = chartPen14;
            chartPen15.Color = System.Drawing.Color.DarkOliveGreen;
            chartPen15.DashStyle = System.Drawing.Drawing2D.DashStyle.Dot;
            chartPen15.Width = 1F;
            this.perfChart.PerfChartStyle.HorizontalGridPen = chartPen15;
            this.perfChart.PerfChartStyle.ShowAverageLine = true;
            this.perfChart.PerfChartStyle.ShowHorizontalGridLines = true;
            this.perfChart.PerfChartStyle.ShowVerticalGridLines = true;
            chartPen16.Color = System.Drawing.Color.DarkOliveGreen;
            chartPen16.DashStyle = System.Drawing.Drawing2D.DashStyle.Dot;
            chartPen16.Width = 1F;
            this.perfChart.PerfChartStyle.VerticalGridPen = chartPen16;
            this.perfChart.ScaleMode = SpPerfChart.ScaleMode.Absolute;
            this.perfChart.Size = new System.Drawing.Size(347, 51);
            this.perfChart.TabIndex = 13;
            this.perfChart.TimerInterval = 150;
            this.perfChart.TimerMode = SpPerfChart.TimerMode.SynchronizedAverage;
            // 
            // ultraButton1
            // 
            this.ultraButton1.Font = new System.Drawing.Font("Microsoft Sans Serif", 5.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraButton1.Location = new System.Drawing.Point(273, 2);
            this.ultraButton1.Name = "ultraButton1";
            this.ultraButton1.Size = new System.Drawing.Size(61, 13);
            this.ultraButton1.TabIndex = 15;
            this.ultraButton1.Text = "START SUB";
            this.ultraButton1.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
            this.ultraButton1.Click += new System.EventHandler(this.ultraButton1_Click);
            // 
            // ultraButton2
            // 
            this.ultraButton2.Font = new System.Drawing.Font("Microsoft Sans Serif", 5.5F);
            this.ultraButton2.Location = new System.Drawing.Point(273, 16);
            this.ultraButton2.Name = "ultraButton2";
            this.ultraButton2.Size = new System.Drawing.Size(61, 13);
            this.ultraButton2.TabIndex = 16;
            this.ultraButton2.Text = "STOP SUB";
            this.ultraButton2.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
            this.ultraButton2.Click += new System.EventHandler(this.ultraButton2_Click);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 5.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label1.Location = new System.Drawing.Point(341, 5);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(25, 9);
            this.label1.TabIndex = 17;
            this.label1.Text = "label1";
            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 5.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label2.Location = new System.Drawing.Point(341, 19);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(25, 9);
            this.label2.TabIndex = 18;
            this.label2.Text = "label2";
            this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(47, 34);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(35, 13);
            this.label3.TabIndex = 19;
            this.label3.Text = "label3";
            // 
            // ProgressBarTransform
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.Controls.Add(this.label3);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.ultraButton2);
            this.Controls.Add(this.ultraButton1);
            this.Controls.Add(this.perfChart1);
            this.Controls.Add(this.perfChart);
            this.Controls.Add(this.ulbloutmax);
            this.Controls.Add(this.ulblincmax);
            this.Controls.Add(this.ulblnmsmax);
            this.Controls.Add(this.ulblTitle);
            this.Controls.Add(this.ulblOut);
            this.Controls.Add(this.ulblinc);
            this.Controls.Add(this.ulblNMS);
            this.Controls.Add(this.lblOutMsgCount);
            this.Controls.Add(this.lblIncMsg);
            this.Controls.Add(this.lblNumMsgSeen);
            this.Controls.Add(this.upgIncMsg);
            this.Controls.Add(this.upgOutMsg);
            this.Controls.Add(this.upgNms);
            this.Name = "ProgressBarTransform";
            this.Size = new System.Drawing.Size(757, 110);
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Example #14
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     SpPerfChart.PerfChartStyle perfChartStyle1 = new SpPerfChart.PerfChartStyle();
     SpPerfChart.ChartPen       chartPen1       = new SpPerfChart.ChartPen();
     SpPerfChart.ChartPen       chartPen2       = new SpPerfChart.ChartPen();
     SpPerfChart.ChartPen       chartPen3       = new SpPerfChart.ChartPen();
     SpPerfChart.ChartPen       chartPen4       = new SpPerfChart.ChartPen();
     SpPerfChart.PerfChartStyle perfChartStyle2 = new SpPerfChart.PerfChartStyle();
     SpPerfChart.ChartPen       chartPen5       = new SpPerfChart.ChartPen();
     SpPerfChart.ChartPen       chartPen6       = new SpPerfChart.ChartPen();
     SpPerfChart.ChartPen       chartPen7       = new SpPerfChart.ChartPen();
     SpPerfChart.ChartPen       chartPen8       = new SpPerfChart.ChartPen();
     SpPerfChart.PerfChartStyle perfChartStyle3 = new SpPerfChart.PerfChartStyle();
     SpPerfChart.ChartPen       chartPen9       = new SpPerfChart.ChartPen();
     SpPerfChart.ChartPen       chartPen10      = new SpPerfChart.ChartPen();
     SpPerfChart.ChartPen       chartPen11      = new SpPerfChart.ChartPen();
     SpPerfChart.ChartPen       chartPen12      = new SpPerfChart.ChartPen();
     SpPerfChart.PerfChartStyle perfChartStyle4 = new SpPerfChart.PerfChartStyle();
     SpPerfChart.ChartPen       chartPen13      = new SpPerfChart.ChartPen();
     SpPerfChart.ChartPen       chartPen14      = new SpPerfChart.ChartPen();
     SpPerfChart.ChartPen       chartPen15      = new SpPerfChart.ChartPen();
     SpPerfChart.ChartPen       chartPen16      = new SpPerfChart.ChartPen();
     this.mainMenu1         = new System.Windows.Forms.MainMenu();
     this.menuItem1         = new System.Windows.Forms.MenuItem();
     this.tabControl1       = new System.Windows.Forms.TabControl();
     this.tabPage1          = new System.Windows.Forms.TabPage();
     this.cbSensity         = new System.Windows.Forms.ComboBox();
     this.label16           = new System.Windows.Forms.Label();
     this.label8            = new System.Windows.Forms.Label();
     this.label7            = new System.Windows.Forms.Label();
     this.label6            = new System.Windows.Forms.Label();
     this.label5            = new System.Windows.Forms.Label();
     this.label4            = new System.Windows.Forms.Label();
     this.label3            = new System.Windows.Forms.Label();
     this.label10           = new System.Windows.Forms.Label();
     this.label1            = new System.Windows.Forms.Label();
     this.label2            = new System.Windows.Forms.Label();
     this.lblAcceleration   = new System.Windows.Forms.Label();
     this.lblRoll           = new System.Windows.Forms.Label();
     this.lblPitch          = new System.Windows.Forms.Label();
     this.lblTilt           = new System.Windows.Forms.Label();
     this.lblDirection      = new System.Windows.Forms.Label();
     this.lblOrientation    = new System.Windows.Forms.Label();
     this.labelGFZ          = new System.Windows.Forms.Label();
     this.labelGFY          = new System.Windows.Forms.Label();
     this.labelGFX          = new System.Windows.Forms.Label();
     this.tabPage2          = new System.Windows.Forms.TabPage();
     this.txtLog            = new System.Windows.Forms.TextBox();
     this.tabPage3          = new System.Windows.Forms.TabPage();
     this.perfChart4        = new SpPerfChart.PerfChart();
     this.perfChart3        = new SpPerfChart.PerfChart();
     this.perfChart2        = new SpPerfChart.PerfChart();
     this.perfChart1        = new SpPerfChart.PerfChart();
     this.tabPage4          = new System.Windows.Forms.TabPage();
     this.txtShake5Treshold = new System.Windows.Forms.TextBox();
     this.trackBar5         = new System.Windows.Forms.TrackBar();
     this.txtShake4Treshold = new System.Windows.Forms.TextBox();
     this.trackBar4         = new System.Windows.Forms.TrackBar();
     this.txtShake3Treshold = new System.Windows.Forms.TextBox();
     this.trackBar2         = new System.Windows.Forms.TrackBar();
     this.txt6Treshold      = new System.Windows.Forms.TextBox();
     this.trackBar6         = new System.Windows.Forms.TrackBar();
     this.txtShake2Treshold = new System.Windows.Forms.TextBox();
     this.trackBar1         = new System.Windows.Forms.TrackBar();
     this.numericUpDown1    = new System.Windows.Forms.NumericUpDown();
     this.lblShake9         = new System.Windows.Forms.Label();
     this.lblShake8         = new System.Windows.Forms.Label();
     this.lblShake7         = new System.Windows.Forms.Label();
     this.lblShake6         = new System.Windows.Forms.Label();
     this.lblShake5         = new System.Windows.Forms.Label();
     this.lblShake4         = new System.Windows.Forms.Label();
     this.lblShake3         = new System.Windows.Forms.Label();
     this.lbShake2          = new System.Windows.Forms.Label();
     this.lblShake1         = new System.Windows.Forms.Label();
     this.btnTEST           = new System.Windows.Forms.Button();
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.tabPage2.SuspendLayout();
     this.tabPage3.SuspendLayout();
     this.tabPage4.SuspendLayout();
     this.SuspendLayout();
     //
     // mainMenu1
     //
     this.mainMenu1.MenuItems.Add(this.menuItem1);
     //
     // menuItem1
     //
     this.menuItem1.Text   = "Exit";
     this.menuItem1.Click += new System.EventHandler(this.menuItem1_Click);
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.tabPage2);
     this.tabControl1.Controls.Add(this.tabPage3);
     this.tabControl1.Controls.Add(this.tabPage4);
     this.tabControl1.Dock          = System.Windows.Forms.DockStyle.Bottom;
     this.tabControl1.Location      = new System.Drawing.Point(0, 3);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size          = new System.Drawing.Size(240, 265);
     this.tabControl1.TabIndex      = 0;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.cbSensity);
     this.tabPage1.Controls.Add(this.label16);
     this.tabPage1.Controls.Add(this.label8);
     this.tabPage1.Controls.Add(this.label7);
     this.tabPage1.Controls.Add(this.label6);
     this.tabPage1.Controls.Add(this.label5);
     this.tabPage1.Controls.Add(this.label4);
     this.tabPage1.Controls.Add(this.label3);
     this.tabPage1.Controls.Add(this.label10);
     this.tabPage1.Controls.Add(this.label1);
     this.tabPage1.Controls.Add(this.label2);
     this.tabPage1.Controls.Add(this.lblAcceleration);
     this.tabPage1.Controls.Add(this.lblRoll);
     this.tabPage1.Controls.Add(this.lblPitch);
     this.tabPage1.Controls.Add(this.lblTilt);
     this.tabPage1.Controls.Add(this.lblDirection);
     this.tabPage1.Controls.Add(this.lblOrientation);
     this.tabPage1.Controls.Add(this.labelGFZ);
     this.tabPage1.Controls.Add(this.labelGFY);
     this.tabPage1.Controls.Add(this.labelGFX);
     this.tabPage1.Location = new System.Drawing.Point(0, 0);
     this.tabPage1.Name     = "tabPage1";
     this.tabPage1.Size     = new System.Drawing.Size(240, 242);
     this.tabPage1.Text     = "data";
     //
     // cbSensity
     //
     this.cbSensity.BackColor = System.Drawing.Color.MistyRose;
     this.cbSensity.Items.Add("0.0");
     this.cbSensity.Items.Add("1.0");
     this.cbSensity.Items.Add("0.1");
     this.cbSensity.Items.Add("0.01");
     this.cbSensity.Items.Add("0.001");
     this.cbSensity.Location              = new System.Drawing.Point(146, 174);
     this.cbSensity.Name                  = "cbSensity";
     this.cbSensity.Size                  = new System.Drawing.Size(75, 22);
     this.cbSensity.TabIndex              = 53;
     this.cbSensity.SelectedIndexChanged += new System.EventHandler(this.cbSensity_SelectedIndexChanged_1);
     //
     // label16
     //
     this.label16.BackColor = System.Drawing.Color.MistyRose;
     this.label16.Location  = new System.Drawing.Point(7, 174);
     this.label16.Name      = "label16";
     this.label16.Size      = new System.Drawing.Size(66, 19);
     this.label16.Text      = "Sensity:";
     //
     // label8
     //
     this.label8.Location  = new System.Drawing.Point(109, 25);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(29, 14);
     this.label8.Text      = "Z:";
     this.label8.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label7
     //
     this.label7.Location  = new System.Drawing.Point(109, 42);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(29, 14);
     this.label7.Text      = "Y:";
     this.label7.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label6
     //
     this.label6.Location  = new System.Drawing.Point(109, 9);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(29, 14);
     this.label6.Text      = "X:";
     this.label6.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(89, 86);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(35, 14);
     this.label5.Text     = "Roll:";
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(48, 85);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(35, 14);
     this.label4.Text     = "Pitch:";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(7, 85);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(35, 14);
     this.label3.Text     = "Tilt:";
     //
     // label10
     //
     this.label10.Location = new System.Drawing.Point(7, 129);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(76, 14);
     this.label10.Text     = "Acceleration:";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(7, 71);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(76, 14);
     this.label1.Text     = "Orientation:";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(7, 9);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(76, 14);
     this.label2.Text     = "Acceleration:";
     //
     // lblAcceleration
     //
     this.lblAcceleration.Location  = new System.Drawing.Point(144, 129);
     this.lblAcceleration.Name      = "lblAcceleration";
     this.lblAcceleration.Size      = new System.Drawing.Size(77, 14);
     this.lblAcceleration.Text      = "-";
     this.lblAcceleration.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // lblRoll
     //
     this.lblRoll.Location  = new System.Drawing.Point(89, 99);
     this.lblRoll.Name      = "lblRoll";
     this.lblRoll.Size      = new System.Drawing.Size(35, 14);
     this.lblRoll.Text      = "-";
     this.lblRoll.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // lblPitch
     //
     this.lblPitch.Location  = new System.Drawing.Point(48, 99);
     this.lblPitch.Name      = "lblPitch";
     this.lblPitch.Size      = new System.Drawing.Size(35, 14);
     this.lblPitch.Text      = "-";
     this.lblPitch.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // lblTilt
     //
     this.lblTilt.Location  = new System.Drawing.Point(7, 99);
     this.lblTilt.Name      = "lblTilt";
     this.lblTilt.Size      = new System.Drawing.Size(35, 14);
     this.lblTilt.Text      = "-";
     this.lblTilt.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // lblDirection
     //
     this.lblDirection.Location  = new System.Drawing.Point(144, 85);
     this.lblDirection.Name      = "lblDirection";
     this.lblDirection.Size      = new System.Drawing.Size(77, 14);
     this.lblDirection.Text      = "-";
     this.lblDirection.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // lblOrientation
     //
     this.lblOrientation.Location  = new System.Drawing.Point(144, 71);
     this.lblOrientation.Name      = "lblOrientation";
     this.lblOrientation.Size      = new System.Drawing.Size(77, 14);
     this.lblOrientation.Text      = "-";
     this.lblOrientation.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // labelGFZ
     //
     this.labelGFZ.Location  = new System.Drawing.Point(144, 25);
     this.labelGFZ.Name      = "labelGFZ";
     this.labelGFZ.Size      = new System.Drawing.Size(77, 14);
     this.labelGFZ.Text      = "-";
     this.labelGFZ.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // labelGFY
     //
     this.labelGFY.Location  = new System.Drawing.Point(144, 40);
     this.labelGFY.Name      = "labelGFY";
     this.labelGFY.Size      = new System.Drawing.Size(77, 16);
     this.labelGFY.Text      = "-";
     this.labelGFY.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // labelGFX
     //
     this.labelGFX.Location  = new System.Drawing.Point(144, 9);
     this.labelGFX.Name      = "labelGFX";
     this.labelGFX.Size      = new System.Drawing.Size(77, 14);
     this.labelGFX.Text      = "-";
     this.labelGFX.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(this.txtLog);
     this.tabPage2.Location = new System.Drawing.Point(0, 0);
     this.tabPage2.Name     = "tabPage2";
     this.tabPage2.Size     = new System.Drawing.Size(232, 239);
     this.tabPage2.Text     = "log";
     //
     // txtLog
     //
     this.txtLog.AcceptsReturn = true;
     this.txtLog.AcceptsTab    = true;
     this.txtLog.BackColor     = System.Drawing.SystemColors.Control;
     this.txtLog.Location      = new System.Drawing.Point(3, 3);
     this.txtLog.Multiline     = true;
     this.txtLog.Name          = "txtLog";
     this.txtLog.ReadOnly      = true;
     this.txtLog.ScrollBars    = System.Windows.Forms.ScrollBars.Both;
     this.txtLog.Size          = new System.Drawing.Size(226, 206);
     this.txtLog.TabIndex      = 1;
     this.txtLog.Text          = "log";
     this.txtLog.WordWrap      = false;
     //
     // tabPage3
     //
     this.tabPage3.Controls.Add(this.perfChart4);
     this.tabPage3.Controls.Add(this.perfChart3);
     this.tabPage3.Controls.Add(this.perfChart2);
     this.tabPage3.Controls.Add(this.perfChart1);
     this.tabPage3.Location = new System.Drawing.Point(0, 0);
     this.tabPage3.Name     = "tabPage3";
     this.tabPage3.Size     = new System.Drawing.Size(232, 239);
     this.tabPage3.Text     = "graph";
     //
     // perfChart4
     //
     this.perfChart4._maxDecimal = new decimal(new int[] {
         100,
         0,
         0,
         0
     });
     perfChartStyle1.AntiAliasing = true;
     chartPen1.Color                         = System.Drawing.Color.Black;
     chartPen1.DashStyle                     = System.Drawing.Drawing2D.DashStyle.Solid;
     chartPen1.Width                         = 1F;
     perfChartStyle1.AvgLinePen              = chartPen1;
     perfChartStyle1.BackgroundColorBottom   = System.Drawing.Color.DarkGreen;
     perfChartStyle1.BackgroundColorTop      = System.Drawing.Color.DarkGreen;
     chartPen2.Color                         = System.Drawing.Color.Black;
     chartPen2.DashStyle                     = System.Drawing.Drawing2D.DashStyle.Solid;
     chartPen2.Width                         = 1F;
     perfChartStyle1.ChartLinePen            = chartPen2;
     chartPen3.Color                         = System.Drawing.Color.Black;
     chartPen3.DashStyle                     = System.Drawing.Drawing2D.DashStyle.Solid;
     chartPen3.Width                         = 1F;
     perfChartStyle1.HorizontalGridPen       = chartPen3;
     perfChartStyle1.ShowAverageLine         = true;
     perfChartStyle1.ShowHorizontalGridLines = true;
     perfChartStyle1.ShowVerticalGridLines   = true;
     chartPen4.Color                         = System.Drawing.Color.Black;
     chartPen4.DashStyle                     = System.Drawing.Drawing2D.DashStyle.Solid;
     chartPen4.Width                         = 1F;
     perfChartStyle1.VerticalGridPen         = chartPen4;
     this.perfChart4._PerfChartStyle         = perfChartStyle1;
     this.perfChart4._ScaleMode              = SpPerfChart.ScaleMode.Absolute;
     this.perfChart4._SymmetricDisplay       = true;
     this.perfChart4._TimerInterval          = 100;
     this.perfChart4._TimerMode              = SpPerfChart.TimerMode.Disabled;
     this.perfChart4.Location                = new System.Drawing.Point(4, 160);
     this.perfChart4.Name                    = "perfChart4";
     this.perfChart4.Size                    = new System.Drawing.Size(227, 47);
     this.perfChart4.TabIndex                = 0;
     //
     // perfChart3
     //
     this.perfChart3._maxDecimal = new decimal(new int[] {
         100,
         0,
         0,
         0
     });
     perfChartStyle2.AntiAliasing = true;
     chartPen5.Color                         = System.Drawing.Color.Black;
     chartPen5.DashStyle                     = System.Drawing.Drawing2D.DashStyle.Solid;
     chartPen5.Width                         = 1F;
     perfChartStyle2.AvgLinePen              = chartPen5;
     perfChartStyle2.BackgroundColorBottom   = System.Drawing.Color.DarkGreen;
     perfChartStyle2.BackgroundColorTop      = System.Drawing.Color.DarkGreen;
     chartPen6.Color                         = System.Drawing.Color.Black;
     chartPen6.DashStyle                     = System.Drawing.Drawing2D.DashStyle.Solid;
     chartPen6.Width                         = 1F;
     perfChartStyle2.ChartLinePen            = chartPen6;
     chartPen7.Color                         = System.Drawing.Color.Black;
     chartPen7.DashStyle                     = System.Drawing.Drawing2D.DashStyle.Solid;
     chartPen7.Width                         = 1F;
     perfChartStyle2.HorizontalGridPen       = chartPen7;
     perfChartStyle2.ShowAverageLine         = true;
     perfChartStyle2.ShowHorizontalGridLines = true;
     perfChartStyle2.ShowVerticalGridLines   = true;
     chartPen8.Color                         = System.Drawing.Color.Black;
     chartPen8.DashStyle                     = System.Drawing.Drawing2D.DashStyle.Solid;
     chartPen8.Width                         = 1F;
     perfChartStyle2.VerticalGridPen         = chartPen8;
     this.perfChart3._PerfChartStyle         = perfChartStyle2;
     this.perfChart3._ScaleMode              = SpPerfChart.ScaleMode.Absolute;
     this.perfChart3._SymmetricDisplay       = true;
     this.perfChart3._TimerInterval          = 100;
     this.perfChart3._TimerMode              = SpPerfChart.TimerMode.Disabled;
     this.perfChart3.Location                = new System.Drawing.Point(4, 102);
     this.perfChart3.Name                    = "perfChart3";
     this.perfChart3.Size                    = new System.Drawing.Size(227, 47);
     this.perfChart3.TabIndex                = 0;
     //
     // perfChart2
     //
     this.perfChart2._maxDecimal = new decimal(new int[] {
         100,
         0,
         0,
         0
     });
     perfChartStyle3.AntiAliasing = true;
     chartPen9.Color                         = System.Drawing.Color.Black;
     chartPen9.DashStyle                     = System.Drawing.Drawing2D.DashStyle.Solid;
     chartPen9.Width                         = 1F;
     perfChartStyle3.AvgLinePen              = chartPen9;
     perfChartStyle3.BackgroundColorBottom   = System.Drawing.Color.DarkGreen;
     perfChartStyle3.BackgroundColorTop      = System.Drawing.Color.DarkGreen;
     chartPen10.Color                        = System.Drawing.Color.Black;
     chartPen10.DashStyle                    = System.Drawing.Drawing2D.DashStyle.Solid;
     chartPen10.Width                        = 1F;
     perfChartStyle3.ChartLinePen            = chartPen10;
     chartPen11.Color                        = System.Drawing.Color.Black;
     chartPen11.DashStyle                    = System.Drawing.Drawing2D.DashStyle.Solid;
     chartPen11.Width                        = 1F;
     perfChartStyle3.HorizontalGridPen       = chartPen11;
     perfChartStyle3.ShowAverageLine         = true;
     perfChartStyle3.ShowHorizontalGridLines = true;
     perfChartStyle3.ShowVerticalGridLines   = true;
     chartPen12.Color                        = System.Drawing.Color.Black;
     chartPen12.DashStyle                    = System.Drawing.Drawing2D.DashStyle.Solid;
     chartPen12.Width                        = 1F;
     perfChartStyle3.VerticalGridPen         = chartPen12;
     this.perfChart2._PerfChartStyle         = perfChartStyle3;
     this.perfChart2._ScaleMode              = SpPerfChart.ScaleMode.Absolute;
     this.perfChart2._SymmetricDisplay       = true;
     this.perfChart2._TimerInterval          = 100;
     this.perfChart2._TimerMode              = SpPerfChart.TimerMode.Disabled;
     this.perfChart2.Location                = new System.Drawing.Point(4, 52);
     this.perfChart2.Name                    = "perfChart2";
     this.perfChart2.Size                    = new System.Drawing.Size(227, 47);
     this.perfChart2.TabIndex                = 0;
     //
     // perfChart1
     //
     this.perfChart1._maxDecimal = new decimal(new int[] {
         100,
         0,
         0,
         0
     });
     perfChartStyle4.AntiAliasing            = true;
     chartPen13.Color                        = System.Drawing.Color.Black;
     chartPen13.DashStyle                    = System.Drawing.Drawing2D.DashStyle.Solid;
     chartPen13.Width                        = 1F;
     perfChartStyle4.AvgLinePen              = chartPen13;
     perfChartStyle4.BackgroundColorBottom   = System.Drawing.Color.DarkGreen;
     perfChartStyle4.BackgroundColorTop      = System.Drawing.Color.DarkGreen;
     chartPen14.Color                        = System.Drawing.Color.Black;
     chartPen14.DashStyle                    = System.Drawing.Drawing2D.DashStyle.Solid;
     chartPen14.Width                        = 1F;
     perfChartStyle4.ChartLinePen            = chartPen14;
     chartPen15.Color                        = System.Drawing.Color.Black;
     chartPen15.DashStyle                    = System.Drawing.Drawing2D.DashStyle.Solid;
     chartPen15.Width                        = 1F;
     perfChartStyle4.HorizontalGridPen       = chartPen15;
     perfChartStyle4.ShowAverageLine         = true;
     perfChartStyle4.ShowHorizontalGridLines = true;
     perfChartStyle4.ShowVerticalGridLines   = true;
     chartPen16.Color                        = System.Drawing.Color.Black;
     chartPen16.DashStyle                    = System.Drawing.Drawing2D.DashStyle.Solid;
     chartPen16.Width                        = 1F;
     perfChartStyle4.VerticalGridPen         = chartPen16;
     this.perfChart1._PerfChartStyle         = perfChartStyle4;
     this.perfChart1._ScaleMode              = SpPerfChart.ScaleMode.Absolute;
     this.perfChart1._SymmetricDisplay       = true;
     this.perfChart1._TimerInterval          = 100;
     this.perfChart1._TimerMode              = SpPerfChart.TimerMode.Disabled;
     this.perfChart1.Location                = new System.Drawing.Point(4, 2);
     this.perfChart1.Name                    = "perfChart1";
     this.perfChart1.Size                    = new System.Drawing.Size(227, 47);
     this.perfChart1.TabIndex                = 0;
     //
     // tabPage4
     //
     this.tabPage4.Controls.Add(this.btnTEST);
     this.tabPage4.Controls.Add(this.txtShake5Treshold);
     this.tabPage4.Controls.Add(this.trackBar5);
     this.tabPage4.Controls.Add(this.txtShake4Treshold);
     this.tabPage4.Controls.Add(this.trackBar4);
     this.tabPage4.Controls.Add(this.txtShake3Treshold);
     this.tabPage4.Controls.Add(this.trackBar2);
     this.tabPage4.Controls.Add(this.txt6Treshold);
     this.tabPage4.Controls.Add(this.trackBar6);
     this.tabPage4.Controls.Add(this.txtShake2Treshold);
     this.tabPage4.Controls.Add(this.trackBar1);
     this.tabPage4.Controls.Add(this.numericUpDown1);
     this.tabPage4.Controls.Add(this.lblShake9);
     this.tabPage4.Controls.Add(this.lblShake8);
     this.tabPage4.Controls.Add(this.lblShake7);
     this.tabPage4.Controls.Add(this.lblShake6);
     this.tabPage4.Controls.Add(this.lblShake5);
     this.tabPage4.Controls.Add(this.lblShake4);
     this.tabPage4.Controls.Add(this.lblShake3);
     this.tabPage4.Controls.Add(this.lbShake2);
     this.tabPage4.Controls.Add(this.lblShake1);
     this.tabPage4.Location = new System.Drawing.Point(0, 0);
     this.tabPage4.Name     = "tabPage4";
     this.tabPage4.Size     = new System.Drawing.Size(240, 242);
     this.tabPage4.Text     = "Shaker";
     //
     // txtShake5Treshold
     //
     this.txtShake5Treshold.Location = new System.Drawing.Point(103, 104);
     this.txtShake5Treshold.Name     = "txtShake5Treshold";
     this.txtShake5Treshold.Size     = new System.Drawing.Size(56, 21);
     this.txtShake5Treshold.TabIndex = 9;
     this.txtShake5Treshold.Text     = "8";
     //
     // trackBar5
     //
     this.trackBar5.LargeChange   = 2;
     this.trackBar5.Location      = new System.Drawing.Point(7, 105);
     this.trackBar5.Maximum       = 18;
     this.trackBar5.Minimum       = 1;
     this.trackBar5.Name          = "trackBar5";
     this.trackBar5.Size          = new System.Drawing.Size(90, 21);
     this.trackBar5.TabIndex      = 8;
     this.trackBar5.TickFrequency = 10;
     this.trackBar5.Value         = 8;
     this.trackBar5.ValueChanged += new System.EventHandler(this.trackBar5_ValueChanged);
     //
     // txtShake4Treshold
     //
     this.txtShake4Treshold.Location = new System.Drawing.Point(103, 79);
     this.txtShake4Treshold.Name     = "txtShake4Treshold";
     this.txtShake4Treshold.Size     = new System.Drawing.Size(56, 21);
     this.txtShake4Treshold.TabIndex = 9;
     this.txtShake4Treshold.Text     = "120";
     //
     // trackBar4
     //
     this.trackBar4.LargeChange   = 50;
     this.trackBar4.Location      = new System.Drawing.Point(7, 80);
     this.trackBar4.Maximum       = 180;
     this.trackBar4.Minimum       = 10;
     this.trackBar4.Name          = "trackBar4";
     this.trackBar4.Size          = new System.Drawing.Size(90, 21);
     this.trackBar4.SmallChange   = 10;
     this.trackBar4.TabIndex      = 8;
     this.trackBar4.TickFrequency = 10;
     this.trackBar4.Value         = 120;
     this.trackBar4.ValueChanged += new System.EventHandler(this.trackBar4_ValueChanged);
     //
     // txtShake3Treshold
     //
     this.txtShake3Treshold.Location = new System.Drawing.Point(103, 54);
     this.txtShake3Treshold.Name     = "txtShake3Treshold";
     this.txtShake3Treshold.Size     = new System.Drawing.Size(56, 21);
     this.txtShake3Treshold.TabIndex = 9;
     this.txtShake3Treshold.Text     = "120";
     //
     // trackBar2
     //
     this.trackBar2.LargeChange   = 50;
     this.trackBar2.Location      = new System.Drawing.Point(7, 55);
     this.trackBar2.Maximum       = 180;
     this.trackBar2.Minimum       = 10;
     this.trackBar2.Name          = "trackBar2";
     this.trackBar2.Size          = new System.Drawing.Size(90, 21);
     this.trackBar2.SmallChange   = 10;
     this.trackBar2.TabIndex      = 8;
     this.trackBar2.TickFrequency = 10;
     this.trackBar2.Value         = 120;
     this.trackBar2.ValueChanged += new System.EventHandler(this.trackBar2_ValueChanged);
     //
     // txt6Treshold
     //
     this.txt6Treshold.Location = new System.Drawing.Point(103, 133);
     this.txt6Treshold.Name     = "txt6Treshold";
     this.txt6Treshold.Size     = new System.Drawing.Size(56, 21);
     this.txt6Treshold.TabIndex = 9;
     this.txt6Treshold.Text     = "120";
     //
     // trackBar6
     //
     this.trackBar6.LargeChange   = 50;
     this.trackBar6.Location      = new System.Drawing.Point(7, 134);
     this.trackBar6.Maximum       = 180;
     this.trackBar6.Minimum       = 10;
     this.trackBar6.Name          = "trackBar6";
     this.trackBar6.Size          = new System.Drawing.Size(90, 21);
     this.trackBar6.SmallChange   = 10;
     this.trackBar6.TabIndex      = 8;
     this.trackBar6.TickFrequency = 10;
     this.trackBar6.Value         = 120;
     this.trackBar6.ValueChanged += new System.EventHandler(this.trackBar6_ValueChanged);
     //
     // txtShake2Treshold
     //
     this.txtShake2Treshold.Location = new System.Drawing.Point(103, 28);
     this.txtShake2Treshold.Name     = "txtShake2Treshold";
     this.txtShake2Treshold.Size     = new System.Drawing.Size(56, 21);
     this.txtShake2Treshold.TabIndex = 9;
     this.txtShake2Treshold.Text     = "120";
     //
     // trackBar1
     //
     this.trackBar1.LargeChange   = 50;
     this.trackBar1.Location      = new System.Drawing.Point(7, 29);
     this.trackBar1.Maximum       = 180;
     this.trackBar1.Minimum       = 10;
     this.trackBar1.Name          = "trackBar1";
     this.trackBar1.Size          = new System.Drawing.Size(90, 21);
     this.trackBar1.SmallChange   = 10;
     this.trackBar1.TabIndex      = 8;
     this.trackBar1.TickFrequency = 10;
     this.trackBar1.Value         = 120;
     this.trackBar1.ValueChanged += new System.EventHandler(this.trackBar1_ValueChanged);
     //
     // numericUpDown1
     //
     this.numericUpDown1.Location = new System.Drawing.Point(118, 4);
     this.numericUpDown1.Maximum  = new decimal(new int[] {
         10,
         0,
         0,
         0
     });
     this.numericUpDown1.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.numericUpDown1.Name     = "numericUpDown1";
     this.numericUpDown1.Size     = new System.Drawing.Size(42, 22);
     this.numericUpDown1.TabIndex = 7;
     this.numericUpDown1.Value    = new decimal(new int[] {
         8,
         0,
         0,
         0
     });
     this.numericUpDown1.ValueChanged += new System.EventHandler(this.numericUpDown1_ValueChanged);
     //
     // lblShake9
     //
     this.lblShake9.Location  = new System.Drawing.Point(166, 192);
     this.lblShake9.Name      = "lblShake9";
     this.lblShake9.Size      = new System.Drawing.Size(67, 19);
     this.lblShake9.Text      = "Move1";
     this.lblShake9.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // lblShake8
     //
     this.lblShake8.Location  = new System.Drawing.Point(166, 173);
     this.lblShake8.Name      = "lblShake8";
     this.lblShake8.Size      = new System.Drawing.Size(67, 19);
     this.lblShake8.Text      = "Shake8";
     this.lblShake8.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // lblShake7
     //
     this.lblShake7.Location  = new System.Drawing.Point(166, 154);
     this.lblShake7.Name      = "lblShake7";
     this.lblShake7.Size      = new System.Drawing.Size(67, 19);
     this.lblShake7.Text      = "Shake7";
     this.lblShake7.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // lblShake6
     //
     this.lblShake6.Location  = new System.Drawing.Point(166, 129);
     this.lblShake6.Name      = "lblShake6";
     this.lblShake6.Size      = new System.Drawing.Size(67, 25);
     this.lblShake6.Text      = "Shake6";
     this.lblShake6.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // lblShake5
     //
     this.lblShake5.Location  = new System.Drawing.Point(166, 104);
     this.lblShake5.Name      = "lblShake5";
     this.lblShake5.Size      = new System.Drawing.Size(67, 25);
     this.lblShake5.Text      = "Shake5";
     this.lblShake5.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // lblShake4
     //
     this.lblShake4.Location  = new System.Drawing.Point(166, 79);
     this.lblShake4.Name      = "lblShake4";
     this.lblShake4.Size      = new System.Drawing.Size(67, 25);
     this.lblShake4.Text      = "Shake4";
     this.lblShake4.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // lblShake3
     //
     this.lblShake3.Location  = new System.Drawing.Point(166, 54);
     this.lblShake3.Name      = "lblShake3";
     this.lblShake3.Size      = new System.Drawing.Size(67, 25);
     this.lblShake3.Text      = "Shake3";
     this.lblShake3.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // lbShake2
     //
     this.lbShake2.Location  = new System.Drawing.Point(166, 29);
     this.lbShake2.Name      = "lbShake2";
     this.lbShake2.Size      = new System.Drawing.Size(67, 22);
     this.lbShake2.Text      = "Shake2";
     this.lbShake2.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // lblShake1
     //
     this.lblShake1.Location  = new System.Drawing.Point(166, 4);
     this.lblShake1.Name      = "lblShake1";
     this.lblShake1.Size      = new System.Drawing.Size(67, 22);
     this.lblShake1.Text      = "Shake1";
     this.lblShake1.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // btnTEST
     //
     this.btnTEST.Location = new System.Drawing.Point(84, 173);
     this.btnTEST.Name     = "btnTEST";
     this.btnTEST.Size     = new System.Drawing.Size(74, 37);
     this.btnTEST.TabIndex = 19;
     this.btnTEST.Text     = "TEST";
     this.btnTEST.Click   += new System.EventHandler(this.btnTEST_Click);
     //
     // mainFrm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.AutoScroll          = true;
     this.ClientSize          = new System.Drawing.Size(240, 268);
     this.ControlBox          = false;
     this.Controls.Add(this.tabControl1);
     this.Menu = this.mainMenu1;
     this.Name = "mainFrm";
     this.Text = "SensorScan5";
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.tabPage2.ResumeLayout(false);
     this.tabPage3.ResumeLayout(false);
     this.tabPage4.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #15
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            SpPerfChart.ChartPen chartPen81 = new SpPerfChart.ChartPen();
            SpPerfChart.ChartPen chartPen82 = new SpPerfChart.ChartPen();
            SpPerfChart.ChartPen chartPen83 = new SpPerfChart.ChartPen();
            SpPerfChart.ChartPen chartPen84 = new SpPerfChart.ChartPen();
            SpPerfChart.ChartPen chartPen85 = new SpPerfChart.ChartPen();
            SpPerfChart.ChartPen chartPen86 = new SpPerfChart.ChartPen();
            SpPerfChart.ChartPen chartPen87 = new SpPerfChart.ChartPen();
            SpPerfChart.ChartPen chartPen88 = new SpPerfChart.ChartPen();
            SpPerfChart.ChartPen chartPen89 = new SpPerfChart.ChartPen();
            SpPerfChart.ChartPen chartPen90 = new SpPerfChart.ChartPen();
            SpPerfChart.ChartPen chartPen91 = new SpPerfChart.ChartPen();
            SpPerfChart.ChartPen chartPen92 = new SpPerfChart.ChartPen();
            SpPerfChart.ChartPen chartPen93 = new SpPerfChart.ChartPen();
            SpPerfChart.ChartPen chartPen94 = new SpPerfChart.ChartPen();
            SpPerfChart.ChartPen chartPen95 = new SpPerfChart.ChartPen();
            SpPerfChart.ChartPen chartPen96 = new SpPerfChart.ChartPen();
            SpPerfChart.ChartPen chartPen97 = new SpPerfChart.ChartPen();
            SpPerfChart.ChartPen chartPen98 = new SpPerfChart.ChartPen();
            SpPerfChart.ChartPen chartPen99 = new SpPerfChart.ChartPen();
            SpPerfChart.ChartPen chartPen100 = new SpPerfChart.ChartPen();
            SpPerfChart.ChartPen chartPen101 = new SpPerfChart.ChartPen();
            SpPerfChart.ChartPen chartPen102 = new SpPerfChart.ChartPen();
            SpPerfChart.ChartPen chartPen103 = new SpPerfChart.ChartPen();
            SpPerfChart.ChartPen chartPen104 = new SpPerfChart.ChartPen();
            SpPerfChart.ChartPen chartPen105 = new SpPerfChart.ChartPen();
            SpPerfChart.ChartPen chartPen106 = new SpPerfChart.ChartPen();
            SpPerfChart.ChartPen chartPen107 = new SpPerfChart.ChartPen();
            SpPerfChart.ChartPen chartPen108 = new SpPerfChart.ChartPen();
            SpPerfChart.ChartPen chartPen109 = new SpPerfChart.ChartPen();
            SpPerfChart.ChartPen chartPen110 = new SpPerfChart.ChartPen();
            SpPerfChart.ChartPen chartPen111 = new SpPerfChart.ChartPen();
            SpPerfChart.ChartPen chartPen112 = new SpPerfChart.ChartPen();
            SpPerfChart.ChartPen chartPen113 = new SpPerfChart.ChartPen();
            SpPerfChart.ChartPen chartPen114 = new SpPerfChart.ChartPen();
            SpPerfChart.ChartPen chartPen115 = new SpPerfChart.ChartPen();
            SpPerfChart.ChartPen chartPen116 = new SpPerfChart.ChartPen();
            SpPerfChart.ChartPen chartPen117 = new SpPerfChart.ChartPen();
            SpPerfChart.ChartPen chartPen118 = new SpPerfChart.ChartPen();
            SpPerfChart.ChartPen chartPen119 = new SpPerfChart.ChartPen();
            SpPerfChart.ChartPen chartPen120 = new SpPerfChart.ChartPen();
            this.m_btnConnect = new System.Windows.Forms.Button();
            this.m_backgroundWorker = new System.ComponentModel.BackgroundWorker();
            this.m_trcbWorkerWait = new System.Windows.Forms.TrackBar();
            this.m_lblPlotSpeed = new System.Windows.Forms.Label();
            this.m_grpbxEmotions = new System.Windows.Forms.GroupBox();
            this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
            this.m_plotFun = new SpPerfChart.PerfChart();
            this.m_plotBoredom = new SpPerfChart.PerfChart();
            this.m_plotExcitement = new SpPerfChart.PerfChart();
            this.m_grpbxAVSpace = new System.Windows.Forms.GroupBox();
            this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
            this.m_plotArousal = new SpPerfChart.PerfChart();
            this.m_plotValence = new SpPerfChart.PerfChart();
            this.m_grpbxSensors = new System.Windows.Forms.GroupBox();
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this.m_plotEMGFrown = new SpPerfChart.PerfChart();
            this.m_plotEMGSmile = new SpPerfChart.PerfChart();
            this.m_plotGSR = new SpPerfChart.PerfChart();
            this.m_splHRBVP = new System.Windows.Forms.SplitContainer();
            this.m_plotHR = new SpPerfChart.PerfChart();
            this.m_plotBVP = new SpPerfChart.PerfChart();
            this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
            this.m_chbxCalibrate = new System.Windows.Forms.CheckBox();
            this.m_chbxRecord = new System.Windows.Forms.CheckBox();
            this.m_grpbxCalibration = new System.Windows.Forms.GroupBox();
            this.m_rdbtnNone = new System.Windows.Forms.RadioButton();
            this.m_numupdnMinMaxShift = new System.Windows.Forms.NumericUpDown();
            this.m_rdbtnMax = new System.Windows.Forms.RadioButton();
            this.m_rdbtnShift = new System.Windows.Forms.RadioButton();
            this.m_rdbtnMin = new System.Windows.Forms.RadioButton();
            this.m_trcbarMaxMinShift = new System.Windows.Forms.TrackBar();
            this.panel1 = new System.Windows.Forms.Panel();
            this.m_prgbrBatteryLevel = new System.Windows.Forms.ProgressBar();
            this.m_lblBatteryLevel = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.m_trcbWorkerWait)).BeginInit();
            this.m_grpbxEmotions.SuspendLayout();
            this.tableLayoutPanel2.SuspendLayout();
            this.m_grpbxAVSpace.SuspendLayout();
            this.tableLayoutPanel3.SuspendLayout();
            this.m_grpbxSensors.SuspendLayout();
            this.tableLayoutPanel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.m_splHRBVP)).BeginInit();
            this.m_splHRBVP.Panel1.SuspendLayout();
            this.m_splHRBVP.Panel2.SuspendLayout();
            this.m_splHRBVP.SuspendLayout();
            this.tableLayoutPanel4.SuspendLayout();
            this.m_grpbxCalibration.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.m_numupdnMinMaxShift)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.m_trcbarMaxMinShift)).BeginInit();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // m_btnConnect
            // 
            this.m_btnConnect.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.m_btnConnect.Location = new System.Drawing.Point(938, 23);
            this.m_btnConnect.Name = "m_btnConnect";
            this.m_btnConnect.Size = new System.Drawing.Size(75, 23);
            this.m_btnConnect.TabIndex = 2;
            this.m_btnConnect.Text = "&Connect";
            this.m_btnConnect.UseVisualStyleBackColor = true;
            this.m_btnConnect.Click += new System.EventHandler(this.button_connect_Click);
            // 
            // m_backgroundWorker
            // 
            this.m_backgroundWorker.DoWork += new System.ComponentModel.DoWorkEventHandler(this.bgWorkerDoWork);
            this.m_backgroundWorker.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.bgWorkerWorkComplete);
            // 
            // m_trcbWorkerWait
            // 
            this.m_trcbWorkerWait.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.m_trcbWorkerWait.LargeChange = 10;
            this.m_trcbWorkerWait.Location = new System.Drawing.Point(122, 26);
            this.m_trcbWorkerWait.Maximum = 300;
            this.m_trcbWorkerWait.Minimum = 10;
            this.m_trcbWorkerWait.Name = "m_trcbWorkerWait";
            this.m_trcbWorkerWait.Size = new System.Drawing.Size(201, 42);
            this.m_trcbWorkerWait.TabIndex = 4;
            this.m_trcbWorkerWait.TickStyle = System.Windows.Forms.TickStyle.None;
            this.m_trcbWorkerWait.Value = 50;
            this.m_trcbWorkerWait.ValueChanged += new System.EventHandler(this.m_trcbWorkerWait_ValueChanged);
            // 
            // m_lblPlotSpeed
            // 
            this.m_lblPlotSpeed.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.m_lblPlotSpeed.AutoSize = true;
            this.m_lblPlotSpeed.Location = new System.Drawing.Point(3, 28);
            this.m_lblPlotSpeed.Name = "m_lblPlotSpeed";
            this.m_lblPlotSpeed.Size = new System.Drawing.Size(113, 13);
            this.m_lblPlotSpeed.TabIndex = 5;
            this.m_lblPlotSpeed.Text = "Speed: 17 miliseconds";
            // 
            // m_grpbxEmotions
            // 
            this.m_grpbxEmotions.Controls.Add(this.tableLayoutPanel2);
            this.m_grpbxEmotions.Dock = System.Windows.Forms.DockStyle.Fill;
            this.m_grpbxEmotions.Location = new System.Drawing.Point(0, 0);
            this.m_grpbxEmotions.Margin = new System.Windows.Forms.Padding(0);
            this.m_grpbxEmotions.Name = "m_grpbxEmotions";
            this.m_grpbxEmotions.Size = new System.Drawing.Size(1016, 199);
            this.m_grpbxEmotions.TabIndex = 26;
            this.m_grpbxEmotions.TabStop = false;
            this.m_grpbxEmotions.Text = "Emotions";
            // 
            // tableLayoutPanel2
            // 
            this.tableLayoutPanel2.ColumnCount = 3;
            this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
            this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
            this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
            this.tableLayoutPanel2.Controls.Add(this.m_plotFun, 0, 0);
            this.tableLayoutPanel2.Controls.Add(this.m_plotBoredom, 1, 0);
            this.tableLayoutPanel2.Controls.Add(this.m_plotExcitement, 2, 0);
            this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 16);
            this.tableLayoutPanel2.Name = "tableLayoutPanel2";
            this.tableLayoutPanel2.RowCount = 1;
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel2.Size = new System.Drawing.Size(1010, 180);
            this.tableLayoutPanel2.TabIndex = 29;
            // 
            // m_plotFun
            // 
            this.m_plotFun.BorderStyle = System.Windows.Forms.Border3DStyle.Flat;
            this.m_plotFun.Dock = System.Windows.Forms.DockStyle.Fill;
            this.m_plotFun.Font = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
            this.m_plotFun.ForeColor = System.Drawing.SystemColors.ControlText;
            this.m_plotFun.Location = new System.Drawing.Point(3, 3);
            this.m_plotFun.Name = "m_plotFun";
            this.m_plotFun.PerfChartStyle.AntiAliasing = true;
            chartPen81.Color = System.Drawing.Color.LightGreen;
            chartPen81.DashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            chartPen81.Width = 1F;
            this.m_plotFun.PerfChartStyle.AvgLinePen = chartPen81;
            this.m_plotFun.PerfChartStyle.BackgroundColorBottom = System.Drawing.SystemColors.ControlDark;
            this.m_plotFun.PerfChartStyle.BackgroundColorBottomHighlighted = System.Drawing.Color.DarkMagenta;
            this.m_plotFun.PerfChartStyle.BackgroundColorBottomSelected = System.Drawing.Color.DarkGreen;
            this.m_plotFun.PerfChartStyle.BackgroundColorTop = System.Drawing.SystemColors.ControlDark;
            this.m_plotFun.PerfChartStyle.BackgroundColorTopHighlighted = System.Drawing.Color.DarkMagenta;
            this.m_plotFun.PerfChartStyle.BackgroundColorTopSelected = System.Drawing.Color.DarkGreen;
            chartPen82.Color = System.Drawing.Color.Lavender;
            chartPen82.DashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            chartPen82.Width = 1F;
            this.m_plotFun.PerfChartStyle.ChartLinePen = chartPen82;
            chartPen83.Color = System.Drawing.Color.DarkGray;
            chartPen83.DashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            chartPen83.Width = 1F;
            this.m_plotFun.PerfChartStyle.HorizontalGridPen = chartPen83;
            this.m_plotFun.PerfChartStyle.ShowAverageLine = true;
            this.m_plotFun.PerfChartStyle.ShowHorizontalGridLines = true;
            this.m_plotFun.PerfChartStyle.ShowVerticalGridLines = true;
            chartPen84.Color = System.Drawing.Color.DarkGray;
            chartPen84.DashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            chartPen84.Width = 1F;
            this.m_plotFun.PerfChartStyle.VerticalGridPen = chartPen84;
            this.m_plotFun.ScaleMode = SpPerfChart.ScaleMode.Absolute;
            this.m_plotFun.Size = new System.Drawing.Size(330, 174);
            this.m_plotFun.TabIndex = 17;
            this.m_plotFun.TimerInterval = 100;
            this.m_plotFun.TimerMode = SpPerfChart.TimerMode.Disabled;
            this.m_plotFun.Click += new System.EventHandler(this.sensorPlotClick);
            this.m_plotFun.DoubleClick += new System.EventHandler(this.sensorPlotDoubleClick);
            // 
            // m_plotBoredom
            // 
            this.m_plotBoredom.BorderStyle = System.Windows.Forms.Border3DStyle.Flat;
            this.m_plotBoredom.Dock = System.Windows.Forms.DockStyle.Fill;
            this.m_plotBoredom.Font = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
            this.m_plotBoredom.ForeColor = System.Drawing.SystemColors.ControlText;
            this.m_plotBoredom.Location = new System.Drawing.Point(339, 3);
            this.m_plotBoredom.Name = "m_plotBoredom";
            this.m_plotBoredom.PerfChartStyle.AntiAliasing = true;
            chartPen85.Color = System.Drawing.Color.LightGreen;
            chartPen85.DashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            chartPen85.Width = 1F;
            this.m_plotBoredom.PerfChartStyle.AvgLinePen = chartPen85;
            this.m_plotBoredom.PerfChartStyle.BackgroundColorBottom = System.Drawing.SystemColors.ControlDark;
            this.m_plotBoredom.PerfChartStyle.BackgroundColorBottomHighlighted = System.Drawing.Color.DarkMagenta;
            this.m_plotBoredom.PerfChartStyle.BackgroundColorBottomSelected = System.Drawing.Color.DarkGreen;
            this.m_plotBoredom.PerfChartStyle.BackgroundColorTop = System.Drawing.SystemColors.ControlDark;
            this.m_plotBoredom.PerfChartStyle.BackgroundColorTopHighlighted = System.Drawing.Color.DarkMagenta;
            this.m_plotBoredom.PerfChartStyle.BackgroundColorTopSelected = System.Drawing.Color.DarkGreen;
            chartPen86.Color = System.Drawing.Color.Lavender;
            chartPen86.DashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            chartPen86.Width = 1F;
            this.m_plotBoredom.PerfChartStyle.ChartLinePen = chartPen86;
            chartPen87.Color = System.Drawing.Color.DarkGray;
            chartPen87.DashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            chartPen87.Width = 1F;
            this.m_plotBoredom.PerfChartStyle.HorizontalGridPen = chartPen87;
            this.m_plotBoredom.PerfChartStyle.ShowAverageLine = true;
            this.m_plotBoredom.PerfChartStyle.ShowHorizontalGridLines = true;
            this.m_plotBoredom.PerfChartStyle.ShowVerticalGridLines = true;
            chartPen88.Color = System.Drawing.Color.DarkGray;
            chartPen88.DashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            chartPen88.Width = 1F;
            this.m_plotBoredom.PerfChartStyle.VerticalGridPen = chartPen88;
            this.m_plotBoredom.ScaleMode = SpPerfChart.ScaleMode.Absolute;
            this.m_plotBoredom.Size = new System.Drawing.Size(330, 174);
            this.m_plotBoredom.TabIndex = 19;
            this.m_plotBoredom.TimerInterval = 100;
            this.m_plotBoredom.TimerMode = SpPerfChart.TimerMode.Disabled;
            this.m_plotBoredom.Click += new System.EventHandler(this.sensorPlotClick);
            this.m_plotBoredom.DoubleClick += new System.EventHandler(this.sensorPlotDoubleClick);
            // 
            // m_plotExcitement
            // 
            this.m_plotExcitement.BorderStyle = System.Windows.Forms.Border3DStyle.Flat;
            this.m_plotExcitement.Dock = System.Windows.Forms.DockStyle.Fill;
            this.m_plotExcitement.Font = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
            this.m_plotExcitement.ForeColor = System.Drawing.SystemColors.ControlText;
            this.m_plotExcitement.Location = new System.Drawing.Point(675, 3);
            this.m_plotExcitement.Name = "m_plotExcitement";
            this.m_plotExcitement.PerfChartStyle.AntiAliasing = true;
            chartPen89.Color = System.Drawing.Color.LightGreen;
            chartPen89.DashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            chartPen89.Width = 1F;
            this.m_plotExcitement.PerfChartStyle.AvgLinePen = chartPen89;
            this.m_plotExcitement.PerfChartStyle.BackgroundColorBottom = System.Drawing.SystemColors.ControlDark;
            this.m_plotExcitement.PerfChartStyle.BackgroundColorBottomHighlighted = System.Drawing.Color.DarkMagenta;
            this.m_plotExcitement.PerfChartStyle.BackgroundColorBottomSelected = System.Drawing.Color.DarkGreen;
            this.m_plotExcitement.PerfChartStyle.BackgroundColorTop = System.Drawing.SystemColors.ControlDark;
            this.m_plotExcitement.PerfChartStyle.BackgroundColorTopHighlighted = System.Drawing.Color.DarkMagenta;
            this.m_plotExcitement.PerfChartStyle.BackgroundColorTopSelected = System.Drawing.Color.DarkGreen;
            chartPen90.Color = System.Drawing.Color.Lavender;
            chartPen90.DashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            chartPen90.Width = 1F;
            this.m_plotExcitement.PerfChartStyle.ChartLinePen = chartPen90;
            chartPen91.Color = System.Drawing.Color.DarkGray;
            chartPen91.DashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            chartPen91.Width = 1F;
            this.m_plotExcitement.PerfChartStyle.HorizontalGridPen = chartPen91;
            this.m_plotExcitement.PerfChartStyle.ShowAverageLine = true;
            this.m_plotExcitement.PerfChartStyle.ShowHorizontalGridLines = true;
            this.m_plotExcitement.PerfChartStyle.ShowVerticalGridLines = true;
            chartPen92.Color = System.Drawing.Color.DarkGray;
            chartPen92.DashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            chartPen92.Width = 1F;
            this.m_plotExcitement.PerfChartStyle.VerticalGridPen = chartPen92;
            this.m_plotExcitement.ScaleMode = SpPerfChart.ScaleMode.Absolute;
            this.m_plotExcitement.Size = new System.Drawing.Size(332, 174);
            this.m_plotExcitement.TabIndex = 21;
            this.m_plotExcitement.TimerInterval = 100;
            this.m_plotExcitement.TimerMode = SpPerfChart.TimerMode.Disabled;
            this.m_plotExcitement.Click += new System.EventHandler(this.sensorPlotClick);
            this.m_plotExcitement.DoubleClick += new System.EventHandler(this.sensorPlotDoubleClick);
            // 
            // m_grpbxAVSpace
            // 
            this.m_grpbxAVSpace.Controls.Add(this.tableLayoutPanel3);
            this.m_grpbxAVSpace.Dock = System.Windows.Forms.DockStyle.Fill;
            this.m_grpbxAVSpace.Location = new System.Drawing.Point(0, 199);
            this.m_grpbxAVSpace.Margin = new System.Windows.Forms.Padding(0);
            this.m_grpbxAVSpace.Name = "m_grpbxAVSpace";
            this.m_grpbxAVSpace.Size = new System.Drawing.Size(1016, 199);
            this.m_grpbxAVSpace.TabIndex = 27;
            this.m_grpbxAVSpace.TabStop = false;
            this.m_grpbxAVSpace.Text = "AV Space";
            // 
            // tableLayoutPanel3
            // 
            this.tableLayoutPanel3.ColumnCount = 2;
            this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel3.Controls.Add(this.m_plotArousal, 0, 0);
            this.tableLayoutPanel3.Controls.Add(this.m_plotValence, 1, 0);
            this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 16);
            this.tableLayoutPanel3.Name = "tableLayoutPanel3";
            this.tableLayoutPanel3.RowCount = 1;
            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel3.Size = new System.Drawing.Size(1010, 180);
            this.tableLayoutPanel3.TabIndex = 29;
            // 
            // m_plotArousal
            // 
            this.m_plotArousal.BorderStyle = System.Windows.Forms.Border3DStyle.Flat;
            this.m_plotArousal.Dock = System.Windows.Forms.DockStyle.Fill;
            this.m_plotArousal.Font = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
            this.m_plotArousal.ForeColor = System.Drawing.SystemColors.ControlText;
            this.m_plotArousal.Location = new System.Drawing.Point(3, 3);
            this.m_plotArousal.Name = "m_plotArousal";
            this.m_plotArousal.PerfChartStyle.AntiAliasing = true;
            chartPen93.Color = System.Drawing.Color.LightGreen;
            chartPen93.DashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            chartPen93.Width = 1F;
            this.m_plotArousal.PerfChartStyle.AvgLinePen = chartPen93;
            this.m_plotArousal.PerfChartStyle.BackgroundColorBottom = System.Drawing.SystemColors.ControlDark;
            this.m_plotArousal.PerfChartStyle.BackgroundColorBottomHighlighted = System.Drawing.Color.DarkMagenta;
            this.m_plotArousal.PerfChartStyle.BackgroundColorBottomSelected = System.Drawing.Color.DarkGreen;
            this.m_plotArousal.PerfChartStyle.BackgroundColorTop = System.Drawing.SystemColors.ControlDark;
            this.m_plotArousal.PerfChartStyle.BackgroundColorTopHighlighted = System.Drawing.Color.DarkMagenta;
            this.m_plotArousal.PerfChartStyle.BackgroundColorTopSelected = System.Drawing.Color.DarkGreen;
            chartPen94.Color = System.Drawing.Color.Gold;
            chartPen94.DashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            chartPen94.Width = 1F;
            this.m_plotArousal.PerfChartStyle.ChartLinePen = chartPen94;
            chartPen95.Color = System.Drawing.Color.DarkGray;
            chartPen95.DashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            chartPen95.Width = 1F;
            this.m_plotArousal.PerfChartStyle.HorizontalGridPen = chartPen95;
            this.m_plotArousal.PerfChartStyle.ShowAverageLine = true;
            this.m_plotArousal.PerfChartStyle.ShowHorizontalGridLines = true;
            this.m_plotArousal.PerfChartStyle.ShowVerticalGridLines = true;
            chartPen96.Color = System.Drawing.Color.DarkGray;
            chartPen96.DashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            chartPen96.Width = 1F;
            this.m_plotArousal.PerfChartStyle.VerticalGridPen = chartPen96;
            this.m_plotArousal.ScaleMode = SpPerfChart.ScaleMode.Absolute;
            this.m_plotArousal.Size = new System.Drawing.Size(499, 174);
            this.m_plotArousal.TabIndex = 13;
            this.m_plotArousal.TimerInterval = 100;
            this.m_plotArousal.TimerMode = SpPerfChart.TimerMode.Disabled;
            // 
            // m_plotValence
            // 
            this.m_plotValence.BorderStyle = System.Windows.Forms.Border3DStyle.Flat;
            this.m_plotValence.Dock = System.Windows.Forms.DockStyle.Fill;
            this.m_plotValence.Font = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
            this.m_plotValence.ForeColor = System.Drawing.SystemColors.ControlText;
            this.m_plotValence.Location = new System.Drawing.Point(508, 3);
            this.m_plotValence.Name = "m_plotValence";
            this.m_plotValence.PerfChartStyle.AntiAliasing = true;
            chartPen97.Color = System.Drawing.Color.LightGreen;
            chartPen97.DashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            chartPen97.Width = 1F;
            this.m_plotValence.PerfChartStyle.AvgLinePen = chartPen97;
            this.m_plotValence.PerfChartStyle.BackgroundColorBottom = System.Drawing.SystemColors.ControlDark;
            this.m_plotValence.PerfChartStyle.BackgroundColorBottomHighlighted = System.Drawing.Color.DarkMagenta;
            this.m_plotValence.PerfChartStyle.BackgroundColorBottomSelected = System.Drawing.Color.DarkGreen;
            this.m_plotValence.PerfChartStyle.BackgroundColorTop = System.Drawing.SystemColors.ControlDark;
            this.m_plotValence.PerfChartStyle.BackgroundColorTopHighlighted = System.Drawing.Color.DarkMagenta;
            this.m_plotValence.PerfChartStyle.BackgroundColorTopSelected = System.Drawing.Color.DarkGreen;
            chartPen98.Color = System.Drawing.Color.Gold;
            chartPen98.DashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            chartPen98.Width = 1F;
            this.m_plotValence.PerfChartStyle.ChartLinePen = chartPen98;
            chartPen99.Color = System.Drawing.Color.DarkGray;
            chartPen99.DashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            chartPen99.Width = 1F;
            this.m_plotValence.PerfChartStyle.HorizontalGridPen = chartPen99;
            this.m_plotValence.PerfChartStyle.ShowAverageLine = true;
            this.m_plotValence.PerfChartStyle.ShowHorizontalGridLines = true;
            this.m_plotValence.PerfChartStyle.ShowVerticalGridLines = true;
            chartPen100.Color = System.Drawing.Color.DarkGray;
            chartPen100.DashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            chartPen100.Width = 1F;
            this.m_plotValence.PerfChartStyle.VerticalGridPen = chartPen100;
            this.m_plotValence.ScaleMode = SpPerfChart.ScaleMode.Absolute;
            this.m_plotValence.Size = new System.Drawing.Size(499, 174);
            this.m_plotValence.TabIndex = 15;
            this.m_plotValence.TimerInterval = 100;
            this.m_plotValence.TimerMode = SpPerfChart.TimerMode.Disabled;
            // 
            // m_grpbxSensors
            // 
            this.m_grpbxSensors.Controls.Add(this.tableLayoutPanel1);
            this.m_grpbxSensors.Dock = System.Windows.Forms.DockStyle.Fill;
            this.m_grpbxSensors.Location = new System.Drawing.Point(0, 398);
            this.m_grpbxSensors.Margin = new System.Windows.Forms.Padding(0);
            this.m_grpbxSensors.Name = "m_grpbxSensors";
            this.m_grpbxSensors.Size = new System.Drawing.Size(1016, 199);
            this.m_grpbxSensors.TabIndex = 28;
            this.m_grpbxSensors.TabStop = false;
            this.m_grpbxSensors.Text = "Sensors";
            // 
            // tableLayoutPanel1
            // 
            this.tableLayoutPanel1.ColumnCount = 4;
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
            this.tableLayoutPanel1.Controls.Add(this.m_plotEMGFrown, 0, 0);
            this.tableLayoutPanel1.Controls.Add(this.m_plotEMGSmile, 1, 0);
            this.tableLayoutPanel1.Controls.Add(this.m_plotGSR, 3, 0);
            this.tableLayoutPanel1.Controls.Add(this.m_splHRBVP, 2, 0);
            this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 16);
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
            this.tableLayoutPanel1.RowCount = 1;
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel1.Size = new System.Drawing.Size(1010, 180);
            this.tableLayoutPanel1.TabIndex = 29;
            // 
            // m_plotEMGFrown
            // 
            this.m_plotEMGFrown.BorderStyle = System.Windows.Forms.Border3DStyle.Flat;
            this.m_plotEMGFrown.Dock = System.Windows.Forms.DockStyle.Fill;
            this.m_plotEMGFrown.Font = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
            this.m_plotEMGFrown.ForeColor = System.Drawing.SystemColors.ControlText;
            this.m_plotEMGFrown.Location = new System.Drawing.Point(3, 3);
            this.m_plotEMGFrown.Name = "m_plotEMGFrown";
            this.m_plotEMGFrown.PerfChartStyle.AntiAliasing = true;
            chartPen101.Color = System.Drawing.Color.LightGreen;
            chartPen101.DashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            chartPen101.Width = 1F;
            this.m_plotEMGFrown.PerfChartStyle.AvgLinePen = chartPen101;
            this.m_plotEMGFrown.PerfChartStyle.BackgroundColorBottom = System.Drawing.SystemColors.ControlDark;
            this.m_plotEMGFrown.PerfChartStyle.BackgroundColorBottomHighlighted = System.Drawing.Color.DarkMagenta;
            this.m_plotEMGFrown.PerfChartStyle.BackgroundColorBottomSelected = System.Drawing.Color.DarkGreen;
            this.m_plotEMGFrown.PerfChartStyle.BackgroundColorTop = System.Drawing.SystemColors.ControlDark;
            this.m_plotEMGFrown.PerfChartStyle.BackgroundColorTopHighlighted = System.Drawing.Color.DarkMagenta;
            this.m_plotEMGFrown.PerfChartStyle.BackgroundColorTopSelected = System.Drawing.Color.DarkGreen;
            chartPen102.Color = System.Drawing.Color.MistyRose;
            chartPen102.DashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            chartPen102.Width = 1F;
            this.m_plotEMGFrown.PerfChartStyle.ChartLinePen = chartPen102;
            chartPen103.Color = System.Drawing.Color.DarkGray;
            chartPen103.DashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            chartPen103.Width = 1F;
            this.m_plotEMGFrown.PerfChartStyle.HorizontalGridPen = chartPen103;
            this.m_plotEMGFrown.PerfChartStyle.ShowAverageLine = true;
            this.m_plotEMGFrown.PerfChartStyle.ShowHorizontalGridLines = true;
            this.m_plotEMGFrown.PerfChartStyle.ShowVerticalGridLines = true;
            chartPen104.Color = System.Drawing.Color.DarkGray;
            chartPen104.DashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            chartPen104.Width = 1F;
            this.m_plotEMGFrown.PerfChartStyle.VerticalGridPen = chartPen104;
            this.m_plotEMGFrown.ScaleMode = SpPerfChart.ScaleMode.Absolute;
            this.m_plotEMGFrown.Size = new System.Drawing.Size(246, 174);
            this.m_plotEMGFrown.TabIndex = 25;
            this.m_plotEMGFrown.TimerInterval = 100;
            this.m_plotEMGFrown.TimerMode = SpPerfChart.TimerMode.Disabled;
            this.m_plotEMGFrown.Click += new System.EventHandler(this.sensorPlotClick);
            this.m_plotEMGFrown.DoubleClick += new System.EventHandler(this.sensorPlotDoubleClick);
            // 
            // m_plotEMGSmile
            // 
            this.m_plotEMGSmile.BorderStyle = System.Windows.Forms.Border3DStyle.Flat;
            this.m_plotEMGSmile.Dock = System.Windows.Forms.DockStyle.Fill;
            this.m_plotEMGSmile.Font = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
            this.m_plotEMGSmile.ForeColor = System.Drawing.SystemColors.ControlText;
            this.m_plotEMGSmile.Location = new System.Drawing.Point(255, 3);
            this.m_plotEMGSmile.Name = "m_plotEMGSmile";
            this.m_plotEMGSmile.PerfChartStyle.AntiAliasing = true;
            chartPen105.Color = System.Drawing.Color.LightGreen;
            chartPen105.DashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            chartPen105.Width = 1F;
            this.m_plotEMGSmile.PerfChartStyle.AvgLinePen = chartPen105;
            this.m_plotEMGSmile.PerfChartStyle.BackgroundColorBottom = System.Drawing.SystemColors.ControlDark;
            this.m_plotEMGSmile.PerfChartStyle.BackgroundColorBottomHighlighted = System.Drawing.Color.DarkMagenta;
            this.m_plotEMGSmile.PerfChartStyle.BackgroundColorBottomSelected = System.Drawing.Color.DarkGreen;
            this.m_plotEMGSmile.PerfChartStyle.BackgroundColorTop = System.Drawing.SystemColors.ControlDark;
            this.m_plotEMGSmile.PerfChartStyle.BackgroundColorTopHighlighted = System.Drawing.Color.DarkMagenta;
            this.m_plotEMGSmile.PerfChartStyle.BackgroundColorTopSelected = System.Drawing.Color.DarkGreen;
            chartPen106.Color = System.Drawing.Color.MistyRose;
            chartPen106.DashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            chartPen106.Width = 1F;
            this.m_plotEMGSmile.PerfChartStyle.ChartLinePen = chartPen106;
            chartPen107.Color = System.Drawing.Color.DarkGray;
            chartPen107.DashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            chartPen107.Width = 1F;
            this.m_plotEMGSmile.PerfChartStyle.HorizontalGridPen = chartPen107;
            this.m_plotEMGSmile.PerfChartStyle.ShowAverageLine = true;
            this.m_plotEMGSmile.PerfChartStyle.ShowHorizontalGridLines = true;
            this.m_plotEMGSmile.PerfChartStyle.ShowVerticalGridLines = true;
            chartPen108.Color = System.Drawing.Color.DarkGray;
            chartPen108.DashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            chartPen108.Width = 1F;
            this.m_plotEMGSmile.PerfChartStyle.VerticalGridPen = chartPen108;
            this.m_plotEMGSmile.ScaleMode = SpPerfChart.ScaleMode.Absolute;
            this.m_plotEMGSmile.Size = new System.Drawing.Size(246, 174);
            this.m_plotEMGSmile.TabIndex = 23;
            this.m_plotEMGSmile.TimerInterval = 100;
            this.m_plotEMGSmile.TimerMode = SpPerfChart.TimerMode.Disabled;
            this.m_plotEMGSmile.Click += new System.EventHandler(this.sensorPlotClick);
            this.m_plotEMGSmile.DoubleClick += new System.EventHandler(this.sensorPlotDoubleClick);
            // 
            // m_plotGSR
            // 
            this.m_plotGSR.BorderStyle = System.Windows.Forms.Border3DStyle.Flat;
            this.m_plotGSR.Dock = System.Windows.Forms.DockStyle.Fill;
            this.m_plotGSR.Font = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
            this.m_plotGSR.ForeColor = System.Drawing.SystemColors.ControlText;
            this.m_plotGSR.Location = new System.Drawing.Point(759, 3);
            this.m_plotGSR.Name = "m_plotGSR";
            this.m_plotGSR.PerfChartStyle.AntiAliasing = true;
            chartPen109.Color = System.Drawing.Color.LightGreen;
            chartPen109.DashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            chartPen109.Width = 1F;
            this.m_plotGSR.PerfChartStyle.AvgLinePen = chartPen109;
            this.m_plotGSR.PerfChartStyle.BackgroundColorBottom = System.Drawing.SystemColors.ControlDark;
            this.m_plotGSR.PerfChartStyle.BackgroundColorBottomHighlighted = System.Drawing.Color.DarkMagenta;
            this.m_plotGSR.PerfChartStyle.BackgroundColorBottomSelected = System.Drawing.Color.DarkGreen;
            this.m_plotGSR.PerfChartStyle.BackgroundColorTop = System.Drawing.SystemColors.ControlDark;
            this.m_plotGSR.PerfChartStyle.BackgroundColorTopHighlighted = System.Drawing.Color.DarkMagenta;
            this.m_plotGSR.PerfChartStyle.BackgroundColorTopSelected = System.Drawing.Color.DarkGreen;
            chartPen110.Color = System.Drawing.Color.MistyRose;
            chartPen110.DashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            chartPen110.Width = 1F;
            this.m_plotGSR.PerfChartStyle.ChartLinePen = chartPen110;
            chartPen111.Color = System.Drawing.Color.DarkGray;
            chartPen111.DashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            chartPen111.Width = 1F;
            this.m_plotGSR.PerfChartStyle.HorizontalGridPen = chartPen111;
            this.m_plotGSR.PerfChartStyle.ShowAverageLine = true;
            this.m_plotGSR.PerfChartStyle.ShowHorizontalGridLines = true;
            this.m_plotGSR.PerfChartStyle.ShowVerticalGridLines = true;
            chartPen112.Color = System.Drawing.Color.DarkGray;
            chartPen112.DashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            chartPen112.Width = 1F;
            this.m_plotGSR.PerfChartStyle.VerticalGridPen = chartPen112;
            this.m_plotGSR.ScaleMode = SpPerfChart.ScaleMode.Absolute;
            this.m_plotGSR.Size = new System.Drawing.Size(248, 174);
            this.m_plotGSR.TabIndex = 3;
            this.m_plotGSR.TimerInterval = 100;
            this.m_plotGSR.TimerMode = SpPerfChart.TimerMode.Disabled;
            this.m_plotGSR.Click += new System.EventHandler(this.sensorPlotClick);
            this.m_plotGSR.DoubleClick += new System.EventHandler(this.sensorPlotDoubleClick);
            // 
            // m_splHRBVP
            // 
            this.m_splHRBVP.Dock = System.Windows.Forms.DockStyle.Fill;
            this.m_splHRBVP.Location = new System.Drawing.Point(507, 3);
            this.m_splHRBVP.Name = "m_splHRBVP";
            this.m_splHRBVP.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // m_splHRBVP.Panel1
            // 
            this.m_splHRBVP.Panel1.Controls.Add(this.m_plotHR);
            // 
            // m_splHRBVP.Panel2
            // 
            this.m_splHRBVP.Panel2.Controls.Add(this.m_plotBVP);
            this.m_splHRBVP.Size = new System.Drawing.Size(246, 174);
            this.m_splHRBVP.SplitterDistance = 82;
            this.m_splHRBVP.TabIndex = 26;
            // 
            // m_plotHR
            // 
            this.m_plotHR.BorderStyle = System.Windows.Forms.Border3DStyle.Flat;
            this.m_plotHR.Dock = System.Windows.Forms.DockStyle.Fill;
            this.m_plotHR.Font = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
            this.m_plotHR.ForeColor = System.Drawing.SystemColors.ControlText;
            this.m_plotHR.Location = new System.Drawing.Point(0, 0);
            this.m_plotHR.Name = "m_plotHR";
            this.m_plotHR.PerfChartStyle.AntiAliasing = true;
            chartPen113.Color = System.Drawing.Color.LightGreen;
            chartPen113.DashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            chartPen113.Width = 1F;
            this.m_plotHR.PerfChartStyle.AvgLinePen = chartPen113;
            this.m_plotHR.PerfChartStyle.BackgroundColorBottom = System.Drawing.SystemColors.ControlDark;
            this.m_plotHR.PerfChartStyle.BackgroundColorBottomHighlighted = System.Drawing.Color.DarkMagenta;
            this.m_plotHR.PerfChartStyle.BackgroundColorBottomSelected = System.Drawing.Color.DarkGreen;
            this.m_plotHR.PerfChartStyle.BackgroundColorTop = System.Drawing.SystemColors.ControlDark;
            this.m_plotHR.PerfChartStyle.BackgroundColorTopHighlighted = System.Drawing.Color.DarkMagenta;
            this.m_plotHR.PerfChartStyle.BackgroundColorTopSelected = System.Drawing.Color.DarkGreen;
            chartPen114.Color = System.Drawing.Color.MistyRose;
            chartPen114.DashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            chartPen114.Width = 1F;
            this.m_plotHR.PerfChartStyle.ChartLinePen = chartPen114;
            chartPen115.Color = System.Drawing.Color.DarkGray;
            chartPen115.DashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            chartPen115.Width = 1F;
            this.m_plotHR.PerfChartStyle.HorizontalGridPen = chartPen115;
            this.m_plotHR.PerfChartStyle.ShowAverageLine = true;
            this.m_plotHR.PerfChartStyle.ShowHorizontalGridLines = true;
            this.m_plotHR.PerfChartStyle.ShowVerticalGridLines = true;
            chartPen116.Color = System.Drawing.Color.DarkGray;
            chartPen116.DashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            chartPen116.Width = 1F;
            this.m_plotHR.PerfChartStyle.VerticalGridPen = chartPen116;
            this.m_plotHR.ScaleMode = SpPerfChart.ScaleMode.Absolute;
            this.m_plotHR.Size = new System.Drawing.Size(246, 82);
            this.m_plotHR.TabIndex = 11;
            this.m_plotHR.TimerInterval = 100;
            this.m_plotHR.TimerMode = SpPerfChart.TimerMode.Disabled;
            this.m_plotHR.Click += new System.EventHandler(this.sensorPlotClick);
            this.m_plotHR.DoubleClick += new System.EventHandler(this.sensorPlotDoubleClick);
            // 
            // m_plotBVP
            // 
            this.m_plotBVP.BorderStyle = System.Windows.Forms.Border3DStyle.Flat;
            this.m_plotBVP.Dock = System.Windows.Forms.DockStyle.Fill;
            this.m_plotBVP.Font = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
            this.m_plotBVP.ForeColor = System.Drawing.SystemColors.ControlText;
            this.m_plotBVP.Location = new System.Drawing.Point(0, 0);
            this.m_plotBVP.Name = "m_plotBVP";
            this.m_plotBVP.PerfChartStyle.AntiAliasing = true;
            chartPen117.Color = System.Drawing.Color.LightGreen;
            chartPen117.DashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            chartPen117.Width = 1F;
            this.m_plotBVP.PerfChartStyle.AvgLinePen = chartPen117;
            this.m_plotBVP.PerfChartStyle.BackgroundColorBottom = System.Drawing.SystemColors.ControlDark;
            this.m_plotBVP.PerfChartStyle.BackgroundColorBottomHighlighted = System.Drawing.Color.DarkMagenta;
            this.m_plotBVP.PerfChartStyle.BackgroundColorBottomSelected = System.Drawing.Color.DarkGreen;
            this.m_plotBVP.PerfChartStyle.BackgroundColorTop = System.Drawing.SystemColors.ControlDark;
            this.m_plotBVP.PerfChartStyle.BackgroundColorTopHighlighted = System.Drawing.Color.DarkMagenta;
            this.m_plotBVP.PerfChartStyle.BackgroundColorTopSelected = System.Drawing.Color.DarkGreen;
            chartPen118.Color = System.Drawing.Color.MistyRose;
            chartPen118.DashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            chartPen118.Width = 1F;
            this.m_plotBVP.PerfChartStyle.ChartLinePen = chartPen118;
            chartPen119.Color = System.Drawing.Color.DarkGray;
            chartPen119.DashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            chartPen119.Width = 1F;
            this.m_plotBVP.PerfChartStyle.HorizontalGridPen = chartPen119;
            this.m_plotBVP.PerfChartStyle.ShowAverageLine = true;
            this.m_plotBVP.PerfChartStyle.ShowHorizontalGridLines = true;
            this.m_plotBVP.PerfChartStyle.ShowVerticalGridLines = true;
            chartPen120.Color = System.Drawing.Color.DarkGray;
            chartPen120.DashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            chartPen120.Width = 1F;
            this.m_plotBVP.PerfChartStyle.VerticalGridPen = chartPen120;
            this.m_plotBVP.ScaleMode = SpPerfChart.ScaleMode.Absolute;
            this.m_plotBVP.Size = new System.Drawing.Size(246, 88);
            this.m_plotBVP.TabIndex = 12;
            this.m_plotBVP.TimerInterval = 100;
            this.m_plotBVP.TimerMode = SpPerfChart.TimerMode.Disabled;
            this.m_plotBVP.Click += new System.EventHandler(this.sensorPlotClick);
            this.m_plotBVP.DoubleClick += new System.EventHandler(this.sensorPlotDoubleClick);
            // 
            // tableLayoutPanel4
            // 
            this.tableLayoutPanel4.ColumnCount = 1;
            this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel4.Controls.Add(this.m_grpbxEmotions, 0, 0);
            this.tableLayoutPanel4.Controls.Add(this.m_grpbxSensors, 0, 2);
            this.tableLayoutPanel4.Controls.Add(this.m_grpbxAVSpace, 0, 1);
            this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel4.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanel4.Margin = new System.Windows.Forms.Padding(0);
            this.tableLayoutPanel4.Name = "tableLayoutPanel4";
            this.tableLayoutPanel4.RowCount = 3;
            this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
            this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
            this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
            this.tableLayoutPanel4.Size = new System.Drawing.Size(1016, 597);
            this.tableLayoutPanel4.TabIndex = 29;
            // 
            // m_chbxCalibrate
            // 
            this.m_chbxCalibrate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.m_chbxCalibrate.Appearance = System.Windows.Forms.Appearance.Button;
            this.m_chbxCalibrate.AutoSize = true;
            this.m_chbxCalibrate.Location = new System.Drawing.Point(816, 23);
            this.m_chbxCalibrate.Name = "m_chbxCalibrate";
            this.m_chbxCalibrate.Size = new System.Drawing.Size(58, 23);
            this.m_chbxCalibrate.TabIndex = 30;
            this.m_chbxCalibrate.Text = "Calibrate";
            this.m_chbxCalibrate.UseVisualStyleBackColor = true;
            this.m_chbxCalibrate.CheckedChanged += new System.EventHandler(this.m_chbxCalibrate_CheckedChanged);
            // 
            // m_chbxRecord
            // 
            this.m_chbxRecord.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.m_chbxRecord.Appearance = System.Windows.Forms.Appearance.Button;
            this.m_chbxRecord.AutoSize = true;
            this.m_chbxRecord.Location = new System.Drawing.Point(880, 23);
            this.m_chbxRecord.Name = "m_chbxRecord";
            this.m_chbxRecord.Size = new System.Drawing.Size(52, 23);
            this.m_chbxRecord.TabIndex = 31;
            this.m_chbxRecord.Text = "Record";
            this.m_chbxRecord.UseVisualStyleBackColor = true;
            this.m_chbxRecord.CheckedChanged += new System.EventHandler(this.m_chbxRecord_CheckedChanged);
            // 
            // m_grpbxCalibration
            // 
            this.m_grpbxCalibration.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.m_grpbxCalibration.Controls.Add(this.m_rdbtnNone);
            this.m_grpbxCalibration.Controls.Add(this.m_numupdnMinMaxShift);
            this.m_grpbxCalibration.Controls.Add(this.m_rdbtnMax);
            this.m_grpbxCalibration.Controls.Add(this.m_rdbtnShift);
            this.m_grpbxCalibration.Controls.Add(this.m_rdbtnMin);
            this.m_grpbxCalibration.Controls.Add(this.m_trcbarMaxMinShift);
            this.m_grpbxCalibration.Location = new System.Drawing.Point(329, 3);
            this.m_grpbxCalibration.Name = "m_grpbxCalibration";
            this.m_grpbxCalibration.Size = new System.Drawing.Size(392, 49);
            this.m_grpbxCalibration.TabIndex = 32;
            this.m_grpbxCalibration.TabStop = false;
            this.m_grpbxCalibration.Text = "Calibration";
            // 
            // m_rdbtnNone
            // 
            this.m_rdbtnNone.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.m_rdbtnNone.Appearance = System.Windows.Forms.Appearance.Button;
            this.m_rdbtnNone.AutoSize = true;
            this.m_rdbtnNone.Checked = true;
            this.m_rdbtnNone.Location = new System.Drawing.Point(132, 20);
            this.m_rdbtnNone.Name = "m_rdbtnNone";
            this.m_rdbtnNone.Size = new System.Drawing.Size(43, 23);
            this.m_rdbtnNone.TabIndex = 6;
            this.m_rdbtnNone.TabStop = true;
            this.m_rdbtnNone.Text = "None";
            this.m_rdbtnNone.UseVisualStyleBackColor = true;
            // 
            // m_numupdnMinMaxShift
            // 
            this.m_numupdnMinMaxShift.Location = new System.Drawing.Point(181, 23);
            this.m_numupdnMinMaxShift.Maximum = new decimal(new int[] {
            500,
            0,
            0,
            0});
            this.m_numupdnMinMaxShift.Name = "m_numupdnMinMaxShift";
            this.m_numupdnMinMaxShift.Size = new System.Drawing.Size(58, 20);
            this.m_numupdnMinMaxShift.TabIndex = 4;
            // 
            // m_rdbtnMax
            // 
            this.m_rdbtnMax.Appearance = System.Windows.Forms.Appearance.Button;
            this.m_rdbtnMax.AutoSize = true;
            this.m_rdbtnMax.Location = new System.Drawing.Point(46, 20);
            this.m_rdbtnMax.Name = "m_rdbtnMax";
            this.m_rdbtnMax.Size = new System.Drawing.Size(37, 23);
            this.m_rdbtnMax.TabIndex = 2;
            this.m_rdbtnMax.Text = "Max";
            this.m_rdbtnMax.UseVisualStyleBackColor = true;
            // 
            // m_rdbtnShift
            // 
            this.m_rdbtnShift.Appearance = System.Windows.Forms.Appearance.Button;
            this.m_rdbtnShift.AutoSize = true;
            this.m_rdbtnShift.Location = new System.Drawing.Point(89, 20);
            this.m_rdbtnShift.Name = "m_rdbtnShift";
            this.m_rdbtnShift.Size = new System.Drawing.Size(38, 23);
            this.m_rdbtnShift.TabIndex = 1;
            this.m_rdbtnShift.Text = "Shift";
            this.m_rdbtnShift.UseVisualStyleBackColor = true;
            // 
            // m_rdbtnMin
            // 
            this.m_rdbtnMin.Appearance = System.Windows.Forms.Appearance.Button;
            this.m_rdbtnMin.AutoSize = true;
            this.m_rdbtnMin.Location = new System.Drawing.Point(6, 20);
            this.m_rdbtnMin.Name = "m_rdbtnMin";
            this.m_rdbtnMin.Size = new System.Drawing.Size(34, 23);
            this.m_rdbtnMin.TabIndex = 0;
            this.m_rdbtnMin.Text = "Min";
            this.m_rdbtnMin.UseVisualStyleBackColor = true;
            // 
            // m_trcbarMaxMinShift
            // 
            this.m_trcbarMaxMinShift.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.m_trcbarMaxMinShift.LargeChange = 10;
            this.m_trcbarMaxMinShift.Location = new System.Drawing.Point(245, 19);
            this.m_trcbarMaxMinShift.Maximum = 500;
            this.m_trcbarMaxMinShift.Name = "m_trcbarMaxMinShift";
            this.m_trcbarMaxMinShift.Size = new System.Drawing.Size(141, 42);
            this.m_trcbarMaxMinShift.TabIndex = 3;
            this.m_trcbarMaxMinShift.TickStyle = System.Windows.Forms.TickStyle.None;
            this.m_trcbarMaxMinShift.ValueChanged += new System.EventHandler(this.m_trcbarMaxMinShift_ValueChanged);
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.m_prgbrBatteryLevel);
            this.panel1.Controls.Add(this.m_chbxRecord);
            this.panel1.Controls.Add(this.m_grpbxCalibration);
            this.panel1.Controls.Add(this.m_chbxCalibrate);
            this.panel1.Controls.Add(this.m_lblPlotSpeed);
            this.panel1.Controls.Add(this.m_trcbWorkerWait);
            this.panel1.Controls.Add(this.m_btnConnect);
            this.panel1.Controls.Add(this.m_lblBatteryLevel);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panel1.Location = new System.Drawing.Point(0, 597);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(1016, 55);
            this.panel1.TabIndex = 33;
            // 
            // m_prgbrBatteryLevel
            // 
            this.m_prgbrBatteryLevel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.m_prgbrBatteryLevel.Location = new System.Drawing.Point(727, 7);
            this.m_prgbrBatteryLevel.Name = "m_prgbrBatteryLevel";
            this.m_prgbrBatteryLevel.Size = new System.Drawing.Size(83, 23);
            this.m_prgbrBatteryLevel.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
            this.m_prgbrBatteryLevel.TabIndex = 34;
            // 
            // m_lblBatteryLevel
            // 
            this.m_lblBatteryLevel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.m_lblBatteryLevel.AutoSize = true;
            this.m_lblBatteryLevel.Location = new System.Drawing.Point(727, 33);
            this.m_lblBatteryLevel.Name = "m_lblBatteryLevel";
            this.m_lblBatteryLevel.Size = new System.Drawing.Size(78, 13);
            this.m_lblBatteryLevel.TabIndex = 33;
            this.m_lblBatteryLevel.Text = "Not connected";
            // 
            // m_frmEmotionMonitor
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1016, 652);
            this.Controls.Add(this.tableLayoutPanel4);
            this.Controls.Add(this.panel1);
            this.Name = "m_frmEmotionMonitor";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Emotion Monitor";
            ((System.ComponentModel.ISupportInitialize)(this.m_trcbWorkerWait)).EndInit();
            this.m_grpbxEmotions.ResumeLayout(false);
            this.tableLayoutPanel2.ResumeLayout(false);
            this.m_grpbxAVSpace.ResumeLayout(false);
            this.tableLayoutPanel3.ResumeLayout(false);
            this.m_grpbxSensors.ResumeLayout(false);
            this.tableLayoutPanel1.ResumeLayout(false);
            this.m_splHRBVP.Panel1.ResumeLayout(false);
            this.m_splHRBVP.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.m_splHRBVP)).EndInit();
            this.m_splHRBVP.ResumeLayout(false);
            this.tableLayoutPanel4.ResumeLayout(false);
            this.m_grpbxCalibration.ResumeLayout(false);
            this.m_grpbxCalibration.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.m_numupdnMinMaxShift)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.m_trcbarMaxMinShift)).EndInit();
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            this.ResumeLayout(false);

        }
Example #16
0
 /// <summary>
 /// Erforderliche Methode für die Designerunterstützung.
 /// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
 /// </summary>
 private void InitializeComponent()
 {
     SpPerfChart.ChartPen chartPen1 = new SpPerfChart.ChartPen();
     SpPerfChart.ChartPen chartPen2 = new SpPerfChart.ChartPen();
     SpPerfChart.ChartPen chartPen3 = new SpPerfChart.ChartPen();
     SpPerfChart.ChartPen chartPen4 = new SpPerfChart.ChartPen();
     this.grpBxChart           = new System.Windows.Forms.GroupBox();
     this.perfChart            = new SpPerfChart.PerfChart();
     this.grpBxRandVal         = new System.Windows.Forms.GroupBox();
     this.chkBxTimerEnabled    = new System.Windows.Forms.CheckBox();
     this.label5               = new System.Windows.Forms.Label();
     this.numUpDnToInterval    = new System.Windows.Forms.NumericUpDown();
     this.numUpDnFromInterval  = new System.Windows.Forms.NumericUpDown();
     this.label3               = new System.Windows.Forms.Label();
     this.label2               = new System.Windows.Forms.Label();
     this.grpBxValueGen        = new System.Windows.Forms.GroupBox();
     this.numUpDnValTo         = new System.Windows.Forms.NumericUpDown();
     this.numUpDnValFrom       = new System.Windows.Forms.NumericUpDown();
     this.label4               = new System.Windows.Forms.Label();
     this.label6               = new System.Windows.Forms.Label();
     this.groupBox1            = new System.Windows.Forms.GroupBox();
     this.label11              = new System.Windows.Forms.Label();
     this.numUpDnTimerInterval = new System.Windows.Forms.NumericUpDown();
     this.label10              = new System.Windows.Forms.Label();
     this.label9               = new System.Windows.Forms.Label();
     this.cmbBxTimerMode       = new System.Windows.Forms.ComboBox();
     this.label8               = new System.Windows.Forms.Label();
     this.cmbBxScaleMode       = new System.Windows.Forms.ComboBox();
     this.label7               = new System.Windows.Forms.Label();
     this.cmbBxBorder          = new System.Windows.Forms.ComboBox();
     this.groupBox2            = new System.Windows.Forms.GroupBox();
     this.propGrid             = new System.Windows.Forms.PropertyGrid();
     this.bgWrkTimer           = new System.ComponentModel.BackgroundWorker();
     this.btnApply             = new System.Windows.Forms.Button();
     this.btnClear             = new System.Windows.Forms.Button();
     this.grpBxChart.SuspendLayout();
     this.grpBxRandVal.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numUpDnToInterval)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numUpDnFromInterval)).BeginInit();
     this.grpBxValueGen.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numUpDnValTo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numUpDnValFrom)).BeginInit();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numUpDnTimerInterval)).BeginInit();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // grpBxChart
     //
     this.grpBxChart.Controls.Add(this.perfChart);
     this.grpBxChart.Location = new System.Drawing.Point(12, 12);
     this.grpBxChart.Name     = "grpBxChart";
     this.grpBxChart.Padding  = new System.Windows.Forms.Padding(6);
     this.grpBxChart.Size     = new System.Drawing.Size(259, 141);
     this.grpBxChart.TabIndex = 0;
     this.grpBxChart.TabStop  = false;
     this.grpBxChart.Text     = "Chart";
     //
     // perfChart
     //
     this.perfChart.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.perfChart.Font     = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
     this.perfChart.Location = new System.Drawing.Point(6, 19);
     this.perfChart.Name     = "perfChart";
     this.perfChart.PerfChartStyle.AntiAliasing = true;
     chartPen1.Color     = System.Drawing.Color.LightGreen;
     chartPen1.DashStyle = System.Drawing.Drawing2D.DashStyle.Dash;
     chartPen1.Width     = 1F;
     this.perfChart.PerfChartStyle.AvgLinePen            = chartPen1;
     this.perfChart.PerfChartStyle.BackgroundColorBottom = System.Drawing.Color.DarkOliveGreen;
     this.perfChart.PerfChartStyle.BackgroundColorTop    = System.Drawing.Color.YellowGreen;
     chartPen2.Color     = System.Drawing.Color.Gold;
     chartPen2.DashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
     chartPen2.Width     = 1F;
     this.perfChart.PerfChartStyle.ChartLinePen = chartPen2;
     chartPen3.Color     = System.Drawing.Color.DarkOliveGreen;
     chartPen3.DashStyle = System.Drawing.Drawing2D.DashStyle.Dot;
     chartPen3.Width     = 1F;
     this.perfChart.PerfChartStyle.HorizontalGridPen       = chartPen3;
     this.perfChart.PerfChartStyle.ShowAverageLine         = true;
     this.perfChart.PerfChartStyle.ShowHorizontalGridLines = true;
     this.perfChart.PerfChartStyle.ShowVerticalGridLines   = true;
     chartPen4.Color     = System.Drawing.Color.DarkOliveGreen;
     chartPen4.DashStyle = System.Drawing.Drawing2D.DashStyle.Dot;
     chartPen4.Width     = 1F;
     this.perfChart.PerfChartStyle.VerticalGridPen = chartPen4;
     this.perfChart.ScaleMode     = SpPerfChart.ScaleMode.Relative;
     this.perfChart.Size          = new System.Drawing.Size(247, 116);
     this.perfChart.TabIndex      = 0;
     this.perfChart.TimerInterval = 100;
     this.perfChart.TimerMode     = SpPerfChart.TimerMode.Disabled;
     //
     // grpBxRandVal
     //
     this.grpBxRandVal.Controls.Add(this.chkBxTimerEnabled);
     this.grpBxRandVal.Controls.Add(this.label5);
     this.grpBxRandVal.Controls.Add(this.numUpDnToInterval);
     this.grpBxRandVal.Controls.Add(this.numUpDnFromInterval);
     this.grpBxRandVal.Controls.Add(this.label3);
     this.grpBxRandVal.Controls.Add(this.label2);
     this.grpBxRandVal.Location = new System.Drawing.Point(12, 159);
     this.grpBxRandVal.Name     = "grpBxRandVal";
     this.grpBxRandVal.Size     = new System.Drawing.Size(259, 90);
     this.grpBxRandVal.TabIndex = 1;
     this.grpBxRandVal.TabStop  = false;
     this.grpBxRandVal.Text     = "Value Generator Timer";
     //
     // chkBxTimerEnabled
     //
     this.chkBxTimerEnabled.AutoSize = true;
     this.chkBxTimerEnabled.Location = new System.Drawing.Point(16, 48);
     this.chkBxTimerEnabled.Name     = "chkBxTimerEnabled";
     this.chkBxTimerEnabled.Size     = new System.Drawing.Size(94, 17);
     this.chkBxTimerEnabled.TabIndex = 7;
     this.chkBxTimerEnabled.Text     = "Timer Enabled";
     this.chkBxTimerEnabled.UseVisualStyleBackColor = true;
     this.chkBxTimerEnabled.CheckedChanged         += new System.EventHandler(this.chkBxTimerEnabled_CheckedChanged);
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(210, 24);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(20, 13);
     this.label5.TabIndex = 6;
     this.label5.Text     = "ms";
     //
     // numUpDnToInterval
     //
     this.numUpDnToInterval.Location = new System.Drawing.Point(139, 22);
     this.numUpDnToInterval.Maximum  = new decimal(new int[] {
         9999,
         0,
         0,
         0
     });
     this.numUpDnToInterval.Minimum = new decimal(new int[] {
         15,
         0,
         0,
         0
     });
     this.numUpDnToInterval.Name     = "numUpDnToInterval";
     this.numUpDnToInterval.Size     = new System.Drawing.Size(65, 20);
     this.numUpDnToInterval.TabIndex = 5;
     this.numUpDnToInterval.Value    = new decimal(new int[] {
         1000,
         0,
         0,
         0
     });
     //
     // numUpDnFromInterval
     //
     this.numUpDnFromInterval.Location = new System.Drawing.Point(46, 22);
     this.numUpDnFromInterval.Maximum  = new decimal(new int[] {
         9999,
         0,
         0,
         0
     });
     this.numUpDnFromInterval.Minimum = new decimal(new int[] {
         15,
         0,
         0,
         0
     });
     this.numUpDnFromInterval.Name     = "numUpDnFromInterval";
     this.numUpDnFromInterval.Size     = new System.Drawing.Size(65, 20);
     this.numUpDnFromInterval.TabIndex = 3;
     this.numUpDnFromInterval.Value    = new decimal(new int[] {
         100,
         0,
         0,
         0
     });
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(117, 24);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(16, 13);
     this.label3.TabIndex = 2;
     this.label3.Text     = "to";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(13, 24);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(27, 13);
     this.label2.TabIndex = 1;
     this.label2.Text     = "from";
     //
     // grpBxValueGen
     //
     this.grpBxValueGen.Controls.Add(this.numUpDnValTo);
     this.grpBxValueGen.Controls.Add(this.numUpDnValFrom);
     this.grpBxValueGen.Controls.Add(this.label4);
     this.grpBxValueGen.Controls.Add(this.label6);
     this.grpBxValueGen.Location = new System.Drawing.Point(12, 255);
     this.grpBxValueGen.Name     = "grpBxValueGen";
     this.grpBxValueGen.Size     = new System.Drawing.Size(259, 68);
     this.grpBxValueGen.TabIndex = 2;
     this.grpBxValueGen.TabStop  = false;
     this.grpBxValueGen.Text     = "Generated Values";
     //
     // numUpDnValTo
     //
     this.numUpDnValTo.Location = new System.Drawing.Point(139, 22);
     this.numUpDnValTo.Maximum  = new decimal(new int[] {
         9999,
         0,
         0,
         0
     });
     this.numUpDnValTo.Name     = "numUpDnValTo";
     this.numUpDnValTo.Size     = new System.Drawing.Size(65, 20);
     this.numUpDnValTo.TabIndex = 10;
     this.numUpDnValTo.Value    = new decimal(new int[] {
         100,
         0,
         0,
         0
     });
     //
     // numUpDnValFrom
     //
     this.numUpDnValFrom.Location = new System.Drawing.Point(46, 22);
     this.numUpDnValFrom.Maximum  = new decimal(new int[] {
         9999,
         0,
         0,
         0
     });
     this.numUpDnValFrom.Name     = "numUpDnValFrom";
     this.numUpDnValFrom.Size     = new System.Drawing.Size(65, 20);
     this.numUpDnValFrom.TabIndex = 9;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(117, 24);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(16, 13);
     this.label4.TabIndex = 8;
     this.label4.Text     = "to";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(13, 24);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(27, 13);
     this.label6.TabIndex = 7;
     this.label6.Text     = "from";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.label11);
     this.groupBox1.Controls.Add(this.numUpDnTimerInterval);
     this.groupBox1.Controls.Add(this.label10);
     this.groupBox1.Controls.Add(this.label9);
     this.groupBox1.Controls.Add(this.cmbBxTimerMode);
     this.groupBox1.Controls.Add(this.label8);
     this.groupBox1.Controls.Add(this.cmbBxScaleMode);
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.Controls.Add(this.cmbBxBorder);
     this.groupBox1.Location = new System.Drawing.Point(277, 12);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(259, 141);
     this.groupBox1.TabIndex = 3;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Engine Properties";
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(162, 101);
     this.label11.Name     = "label11";
     this.label11.Size     = new System.Drawing.Size(20, 13);
     this.label11.TabIndex = 8;
     this.label11.Text     = "ms";
     //
     // numUpDnTimerInterval
     //
     this.numUpDnTimerInterval.Location = new System.Drawing.Point(91, 99);
     this.numUpDnTimerInterval.Maximum  = new decimal(new int[] {
         5000,
         0,
         0,
         0
     });
     this.numUpDnTimerInterval.Minimum = new decimal(new int[] {
         50,
         0,
         0,
         0
     });
     this.numUpDnTimerInterval.Name     = "numUpDnTimerInterval";
     this.numUpDnTimerInterval.Size     = new System.Drawing.Size(65, 20);
     this.numUpDnTimerInterval.TabIndex = 7;
     this.numUpDnTimerInterval.Value    = new decimal(new int[] {
         1000,
         0,
         0,
         0
     });
     this.numUpDnTimerInterval.ValueChanged += new System.EventHandler(this.numUpDnTimerInterval_ValueChanged);
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(7, 101);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(68, 13);
     this.label10.TabIndex = 6;
     this.label10.Text     = "TimerInterval";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(6, 75);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(60, 13);
     this.label9.TabIndex = 5;
     this.label9.Text     = "TimerMode";
     //
     // cmbBxTimerMode
     //
     this.cmbBxTimerMode.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbBxTimerMode.FormattingEnabled = true;
     this.cmbBxTimerMode.Location          = new System.Drawing.Point(91, 72);
     this.cmbBxTimerMode.Name                  = "cmbBxTimerMode";
     this.cmbBxTimerMode.Size                  = new System.Drawing.Size(162, 21);
     this.cmbBxTimerMode.TabIndex              = 4;
     this.cmbBxTimerMode.SelectedIndexChanged += new System.EventHandler(this.cmbBxTimerMode_SelectedIndexChanged);
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(6, 48);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(61, 13);
     this.label8.TabIndex = 3;
     this.label8.Text     = "ScaleMode";
     //
     // cmbBxScaleMode
     //
     this.cmbBxScaleMode.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbBxScaleMode.FormattingEnabled = true;
     this.cmbBxScaleMode.Location          = new System.Drawing.Point(91, 45);
     this.cmbBxScaleMode.Name                  = "cmbBxScaleMode";
     this.cmbBxScaleMode.Size                  = new System.Drawing.Size(162, 21);
     this.cmbBxScaleMode.TabIndex              = 2;
     this.cmbBxScaleMode.SelectedIndexChanged += new System.EventHandler(this.cmbBxScaleMode_SelectedIndexChanged);
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(6, 21);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(61, 13);
     this.label7.TabIndex = 1;
     this.label7.Text     = "BorderStyle";
     //
     // cmbBxBorder
     //
     this.cmbBxBorder.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbBxBorder.FormattingEnabled = true;
     this.cmbBxBorder.Location          = new System.Drawing.Point(91, 18);
     this.cmbBxBorder.Name                  = "cmbBxBorder";
     this.cmbBxBorder.Size                  = new System.Drawing.Size(162, 21);
     this.cmbBxBorder.TabIndex              = 0;
     this.cmbBxBorder.SelectedIndexChanged += new System.EventHandler(this.cmbBxBorder_SelectedIndexChanged);
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.propGrid);
     this.groupBox2.Location = new System.Drawing.Point(277, 159);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Padding  = new System.Windows.Forms.Padding(6);
     this.groupBox2.Size     = new System.Drawing.Size(259, 164);
     this.groupBox2.TabIndex = 4;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Style Properties";
     //
     // propGrid
     //
     this.propGrid.CommandsVisibleIfAvailable = false;
     this.propGrid.Dock           = System.Windows.Forms.DockStyle.Fill;
     this.propGrid.HelpVisible    = false;
     this.propGrid.Location       = new System.Drawing.Point(6, 19);
     this.propGrid.Name           = "propGrid";
     this.propGrid.PropertySort   = System.Windows.Forms.PropertySort.Alphabetical;
     this.propGrid.SelectedObject = this.perfChart;
     this.propGrid.Size           = new System.Drawing.Size(247, 139);
     this.propGrid.TabIndex       = 0;
     this.propGrid.ToolbarVisible = false;
     //
     // bgWrkTimer
     //
     this.bgWrkTimer.DoWork             += new System.ComponentModel.DoWorkEventHandler(this.bgWrkTimer_DoWork);
     this.bgWrkTimer.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.bgWrkTimer_RunWorkerCompleted);
     //
     // btnApply
     //
     this.btnApply.Location = new System.Drawing.Point(461, 329);
     this.btnApply.Name     = "btnApply";
     this.btnApply.Size     = new System.Drawing.Size(75, 23);
     this.btnApply.TabIndex = 5;
     this.btnApply.Text     = "&Apply";
     this.btnApply.UseVisualStyleBackColor = true;
     this.btnApply.Click += new System.EventHandler(this.btnApply_Click);
     //
     // btnClear
     //
     this.btnClear.Location = new System.Drawing.Point(384, 329);
     this.btnClear.Name     = "btnClear";
     this.btnClear.Size     = new System.Drawing.Size(75, 23);
     this.btnClear.TabIndex = 6;
     this.btnClear.Text     = "&Clear";
     this.btnClear.UseVisualStyleBackColor = true;
     this.btnClear.Click += new System.EventHandler(this.btnClear_Click);
     //
     // FrmTestingForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(554, 383);
     this.Controls.Add(this.btnClear);
     this.Controls.Add(this.btnApply);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.grpBxValueGen);
     this.Controls.Add(this.grpBxRandVal);
     this.Controls.Add(this.grpBxChart);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.Name            = "FrmTestingForm";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "PerfChart Testing Application";
     this.grpBxChart.ResumeLayout(false);
     this.grpBxRandVal.ResumeLayout(false);
     this.grpBxRandVal.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numUpDnToInterval)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numUpDnFromInterval)).EndInit();
     this.grpBxValueGen.ResumeLayout(false);
     this.grpBxValueGen.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numUpDnValTo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numUpDnValFrom)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numUpDnTimerInterval)).EndInit();
     this.groupBox2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.ListViewItem listViewItem1          = new System.Windows.Forms.ListViewItem("");
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmDashboard));
     SpPerfChart.ChartPen chartPen1 = new SpPerfChart.ChartPen();
     SpPerfChart.ChartPen chartPen2 = new SpPerfChart.ChartPen();
     SpPerfChart.ChartPen chartPen3 = new SpPerfChart.ChartPen();
     SpPerfChart.ChartPen chartPen4 = new SpPerfChart.ChartPen();
     SpPerfChart.ChartPen chartPen5 = new SpPerfChart.ChartPen();
     SpPerfChart.ChartPen chartPen6 = new SpPerfChart.ChartPen();
     SpPerfChart.ChartPen chartPen7 = new SpPerfChart.ChartPen();
     SpPerfChart.ChartPen chartPen8 = new SpPerfChart.ChartPen();
     this.timReadValues          = new System.Windows.Forms.Timer(this.components);
     this.picTopDesk             = new System.Windows.Forms.PictureBox();
     this.picTensing             = new System.Windows.Forms.PictureBox();
     this.lstTopdeskMonitorTop10 = new System.Windows.Forms.ListView();
     this.colKlant      = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colAantal     = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.lstCustomers  = new System.Windows.Forms.ImageList(this.components);
     this.cbMeter1      = new System.Windows.Forms.ComboBox();
     this.cbMeter2      = new System.Windows.Forms.ComboBox();
     this.cbMeter3      = new System.Windows.Forms.ComboBox();
     this.cbMeter4      = new System.Windows.Forms.ComboBox();
     this.cbMeterTotaal = new System.Windows.Forms.ComboBox();
     this.perfChart2    = new SpPerfChart.PerfChart();
     this.perfChart1    = new SpPerfChart.PerfChart();
     this.ucDashboard1  = new AGaugeApp.Dashboard();
     ((System.ComponentModel.ISupportInitialize)(this.picTopDesk)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.picTensing)).BeginInit();
     this.SuspendLayout();
     //
     // timReadValues
     //
     this.timReadValues.Interval = 1000;
     this.timReadValues.Tick    += new System.EventHandler(this.timReadValues_Tick);
     //
     // picTopDesk
     //
     this.picTopDesk.Image    = global::HelpdeskKPI.Properties.Resources.logo;
     this.picTopDesk.Location = new System.Drawing.Point(573, 12);
     this.picTopDesk.Name     = "picTopDesk";
     this.picTopDesk.Size     = new System.Drawing.Size(164, 37);
     this.picTopDesk.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.picTopDesk.TabIndex = 2;
     this.picTopDesk.TabStop  = false;
     //
     // picTensing
     //
     this.picTensing.Image    = global::HelpdeskKPI.Properties.Resources.tensing1;
     this.picTensing.Location = new System.Drawing.Point(12, 12);
     this.picTensing.Name     = "picTensing";
     this.picTensing.Size     = new System.Drawing.Size(164, 166);
     this.picTensing.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.picTensing.TabIndex = 1;
     this.picTensing.TabStop  = false;
     //
     // lstTopdeskMonitorTop10
     //
     this.lstTopdeskMonitorTop10.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.lstTopdeskMonitorTop10.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.colKlant,
         this.colAantal
     });
     this.lstTopdeskMonitorTop10.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.25F);
     this.lstTopdeskMonitorTop10.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
         listViewItem1
     });
     this.lstTopdeskMonitorTop10.Location       = new System.Drawing.Point(749, 12);
     this.lstTopdeskMonitorTop10.Name           = "lstTopdeskMonitorTop10";
     this.lstTopdeskMonitorTop10.Size           = new System.Drawing.Size(253, 708);
     this.lstTopdeskMonitorTop10.SmallImageList = this.lstCustomers;
     this.lstTopdeskMonitorTop10.TabIndex       = 9;
     this.lstTopdeskMonitorTop10.UseCompatibleStateImageBehavior = false;
     this.lstTopdeskMonitorTop10.View = System.Windows.Forms.View.Details;
     //
     // colKlant
     //
     this.colKlant.Text  = "Klant";
     this.colKlant.Width = 194;
     //
     // colAantal
     //
     this.colAantal.Text  = "Aantal";
     this.colAantal.Width = 55;
     //
     // lstCustomers
     //
     this.lstCustomers.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("lstCustomers.ImageStream")));
     this.lstCustomers.TransparentColor = System.Drawing.Color.Transparent;
     this.lstCustomers.Images.SetKeyName(0, "Gh0001");
     this.lstCustomers.Images.SetKeyName(1, "5H000U");
     this.lstCustomers.Images.SetKeyName(2, "Bx0001");
     this.lstCustomers.Images.SetKeyName(3, "5H001Q");
     this.lstCustomers.Images.SetKeyName(4, "5c0003");
     this.lstCustomers.Images.SetKeyName(5, "5H000P");
     this.lstCustomers.Images.SetKeyName(6, "5H000g");
     this.lstCustomers.Images.SetKeyName(7, "5H0012");
     this.lstCustomers.Images.SetKeyName(8, "5H000X");
     this.lstCustomers.Images.SetKeyName(9, "5H001K");
     this.lstCustomers.Images.SetKeyName(10, "5H000R");
     this.lstCustomers.Images.SetKeyName(11, "690002");
     this.lstCustomers.Images.SetKeyName(12, "5H000d");
     this.lstCustomers.Images.SetKeyName(13, "5H000O");
     this.lstCustomers.Images.SetKeyName(14, "6F0001");
     this.lstCustomers.Images.SetKeyName(15, "5H000L");
     this.lstCustomers.Images.SetKeyName(16, "5H000c");
     this.lstCustomers.Images.SetKeyName(17, "5H000T");
     this.lstCustomers.Images.SetKeyName(18, "5O0001");
     this.lstCustomers.Images.SetKeyName(19, "5c0001");
     this.lstCustomers.Images.SetKeyName(20, "Cm0002");
     this.lstCustomers.Images.SetKeyName(21, "5H0007");
     this.lstCustomers.Images.SetKeyName(22, "5H001f");
     this.lstCustomers.Images.SetKeyName(23, "7y0001");
     this.lstCustomers.Images.SetKeyName(24, "5H000l");
     this.lstCustomers.Images.SetKeyName(25, "5H0016");
     this.lstCustomers.Images.SetKeyName(26, "AO0001");
     this.lstCustomers.Images.SetKeyName(27, "b00001");
     this.lstCustomers.Images.SetKeyName(28, "5H000B");
     this.lstCustomers.Images.SetKeyName(29, "5H000m");
     this.lstCustomers.Images.SetKeyName(30, "5H000f");
     this.lstCustomers.Images.SetKeyName(31, "5H000E");
     this.lstCustomers.Images.SetKeyName(32, "5H000J");
     this.lstCustomers.Images.SetKeyName(33, "TB0001");
     this.lstCustomers.Images.SetKeyName(34, "71000V");
     this.lstCustomers.Images.SetKeyName(35, "5H000A");
     this.lstCustomers.Images.SetKeyName(36, "5H001S");
     this.lstCustomers.Images.SetKeyName(37, "5H000v");
     this.lstCustomers.Images.SetKeyName(38, "vf0001");
     this.lstCustomers.Images.SetKeyName(39, "5H000W");
     this.lstCustomers.Images.SetKeyName(40, "3g0001");
     this.lstCustomers.Images.SetKeyName(41, "4w0001");
     this.lstCustomers.Images.SetKeyName(42, "5H001c");
     this.lstCustomers.Images.SetKeyName(43, "5H000V");
     this.lstCustomers.Images.SetKeyName(44, "NC0001");
     this.lstCustomers.Images.SetKeyName(45, "Ej0001");
     this.lstCustomers.Images.SetKeyName(46, "5H0019");
     this.lstCustomers.Images.SetKeyName(47, "5H001U");
     this.lstCustomers.Images.SetKeyName(48, "5H001b");
     this.lstCustomers.Images.SetKeyName(49, "5H001C");
     this.lstCustomers.Images.SetKeyName(50, "5H001g");
     this.lstCustomers.Images.SetKeyName(51, "5H000S");
     this.lstCustomers.Images.SetKeyName(52, "5H001P");
     this.lstCustomers.Images.SetKeyName(53, "5H001i");
     this.lstCustomers.Images.SetKeyName(54, "5H000Q");
     this.lstCustomers.Images.SetKeyName(55, "5H0013");
     this.lstCustomers.Images.SetKeyName(56, "PW0002");
     this.lstCustomers.Images.SetKeyName(57, "5H000C");
     this.lstCustomers.Images.SetKeyName(58, "5H001A");
     this.lstCustomers.Images.SetKeyName(59, "5H000Z");
     this.lstCustomers.Images.SetKeyName(60, "5H000Y");
     this.lstCustomers.Images.SetKeyName(61, "5H001D");
     this.lstCustomers.Images.SetKeyName(62, "5H001N");
     this.lstCustomers.Images.SetKeyName(63, "5H001Y");
     this.lstCustomers.Images.SetKeyName(64, "Cm0001");
     this.lstCustomers.Images.SetKeyName(65, "lo0001");
     //
     // cbMeter1
     //
     this.cbMeter1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.cbMeter1.FormattingEnabled = true;
     this.cbMeter1.Items.AddRange(new object[] {
         "Aangemeld/week"
     });
     this.cbMeter1.Location = new System.Drawing.Point(86, 393);
     this.cbMeter1.Name     = "cbMeter1";
     this.cbMeter1.Size     = new System.Drawing.Size(118, 21);
     this.cbMeter1.TabIndex = 10;
     //
     // cbMeter2
     //
     this.cbMeter2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.cbMeter2.FormattingEnabled = true;
     this.cbMeter2.Items.AddRange(new object[] {
         "Afgemeld/week"
     });
     this.cbMeter2.Location = new System.Drawing.Point(209, 393);
     this.cbMeter2.Name     = "cbMeter2";
     this.cbMeter2.Size     = new System.Drawing.Size(118, 21);
     this.cbMeter2.TabIndex = 11;
     //
     // cbMeter3
     //
     this.cbMeter3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.cbMeter3.FormattingEnabled = true;
     this.cbMeter3.Items.AddRange(new object[] {
         "Aangemeld/24u"
     });
     this.cbMeter3.Location              = new System.Drawing.Point(414, 393);
     this.cbMeter3.Name                  = "cbMeter3";
     this.cbMeter3.Size                  = new System.Drawing.Size(118, 21);
     this.cbMeter3.TabIndex              = 12;
     this.cbMeter3.SelectedIndexChanged += new System.EventHandler(this.comboBox3_SelectedIndexChanged);
     //
     // cbMeter4
     //
     this.cbMeter4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.cbMeter4.FormattingEnabled = true;
     this.cbMeter4.Items.AddRange(new object[] {
         "Afgemeld/24u"
     });
     this.cbMeter4.Location              = new System.Drawing.Point(537, 393);
     this.cbMeter4.Name                  = "cbMeter4";
     this.cbMeter4.Size                  = new System.Drawing.Size(118, 21);
     this.cbMeter4.TabIndex              = 13;
     this.cbMeter4.SelectedIndexChanged += new System.EventHandler(this.comboBox4_SelectedIndexChanged);
     //
     // cbMeterTotaal
     //
     this.cbMeterTotaal.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.cbMeterTotaal.FormattingEnabled = true;
     this.cbMeterTotaal.Items.AddRange(new object[] {
         "Production Open",
         "Project Open"
     });
     this.cbMeterTotaal.Location = new System.Drawing.Point(294, 12);
     this.cbMeterTotaal.Name     = "cbMeterTotaal";
     this.cbMeterTotaal.Size     = new System.Drawing.Size(164, 21);
     this.cbMeterTotaal.TabIndex = 14;
     //
     // perfChart2
     //
     this.perfChart2.Font     = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
     this.perfChart2.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.perfChart2.Location = new System.Drawing.Point(12, 620);
     this.perfChart2.Name     = "perfChart2";
     this.perfChart2.PerfChartStyle.AntiAliasing = true;
     chartPen1.Color     = System.Drawing.Color.Yellow;
     chartPen1.DashStyle = System.Drawing.Drawing2D.DashStyle.Dash;
     chartPen1.Width     = 1F;
     this.perfChart2.PerfChartStyle.AvgLinePen            = chartPen1;
     this.perfChart2.PerfChartStyle.BackgroundColorBottom = System.Drawing.Color.DeepSkyBlue;
     this.perfChart2.PerfChartStyle.BackgroundColorTop    = System.Drawing.Color.LightSkyBlue;
     chartPen2.Color     = System.Drawing.Color.DarkOrange;
     chartPen2.DashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
     chartPen2.Width     = 1F;
     this.perfChart2.PerfChartStyle.ChartLinePen = chartPen2;
     chartPen3.Color     = System.Drawing.Color.PaleGoldenrod;
     chartPen3.DashStyle = System.Drawing.Drawing2D.DashStyle.Dot;
     chartPen3.Width     = 1F;
     this.perfChart2.PerfChartStyle.HorizontalGridPen       = chartPen3;
     this.perfChart2.PerfChartStyle.ShowAverageLine         = true;
     this.perfChart2.PerfChartStyle.ShowHorizontalGridLines = true;
     this.perfChart2.PerfChartStyle.ShowVerticalGridLines   = true;
     chartPen4.Color     = System.Drawing.Color.PaleGoldenrod;
     chartPen4.DashStyle = System.Drawing.Drawing2D.DashStyle.Dot;
     chartPen4.Width     = 1F;
     this.perfChart2.PerfChartStyle.VerticalGridPen = chartPen4;
     this.perfChart2.ScaleMode     = SpPerfChart.ScaleMode.Relative;
     this.perfChart2.Size          = new System.Drawing.Size(725, 100);
     this.perfChart2.TabIndex      = 16;
     this.perfChart2.TimerInterval = 100;
     this.perfChart2.TimerMode     = SpPerfChart.TimerMode.SynchronizedAverage;
     //
     // perfChart1
     //
     this.perfChart1.Font     = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
     this.perfChart1.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.perfChart1.Location = new System.Drawing.Point(12, 620);
     this.perfChart1.Name     = "perfChart1";
     this.perfChart1.PerfChartStyle.AntiAliasing = true;
     chartPen5.Color     = System.Drawing.Color.LightGreen;
     chartPen5.DashStyle = System.Drawing.Drawing2D.DashStyle.Dash;
     chartPen5.Width     = 1F;
     this.perfChart1.PerfChartStyle.AvgLinePen            = chartPen5;
     this.perfChart1.PerfChartStyle.BackgroundColorBottom = System.Drawing.Color.DarkOliveGreen;
     this.perfChart1.PerfChartStyle.BackgroundColorTop    = System.Drawing.Color.YellowGreen;
     chartPen6.Color     = System.Drawing.Color.Red;
     chartPen6.DashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
     chartPen6.Width     = 1F;
     this.perfChart1.PerfChartStyle.ChartLinePen = chartPen6;
     chartPen7.Color     = System.Drawing.Color.DarkOliveGreen;
     chartPen7.DashStyle = System.Drawing.Drawing2D.DashStyle.Dot;
     chartPen7.Width     = 1F;
     this.perfChart1.PerfChartStyle.HorizontalGridPen       = chartPen7;
     this.perfChart1.PerfChartStyle.ShowAverageLine         = true;
     this.perfChart1.PerfChartStyle.ShowHorizontalGridLines = true;
     this.perfChart1.PerfChartStyle.ShowVerticalGridLines   = true;
     chartPen8.Color     = System.Drawing.Color.DarkOliveGreen;
     chartPen8.DashStyle = System.Drawing.Drawing2D.DashStyle.Dot;
     chartPen8.Width     = 1F;
     this.perfChart1.PerfChartStyle.VerticalGridPen = chartPen8;
     this.perfChart1.ScaleMode     = SpPerfChart.ScaleMode.Relative;
     this.perfChart1.Size          = new System.Drawing.Size(725, 100);
     this.perfChart1.TabIndex      = 15;
     this.perfChart1.TimerInterval = 100;
     this.perfChart1.TimerMode     = SpPerfChart.TimerMode.SynchronizedAverage;
     //
     // ucDashboard1
     //
     this.ucDashboard1.InVandaag  = 0F;
     this.ucDashboard1.InWeek     = 0F;
     this.ucDashboard1.Location   = new System.Drawing.Point(86, 12);
     this.ucDashboard1.Name       = "ucDashboard1";
     this.ucDashboard1.Size       = new System.Drawing.Size(601, 602);
     this.ucDashboard1.TabIndex   = 0;
     this.ucDashboard1.Totaal     = 0F;
     this.ucDashboard1.UitVandaag = 0F;
     this.ucDashboard1.UitWeek    = 0F;
     this.ucDashboard1.Load      += new System.EventHandler(this.ucDashboard1_Load);
     //
     // frmDashboard
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1014, 732);
     this.Controls.Add(this.perfChart2);
     this.Controls.Add(this.perfChart1);
     this.Controls.Add(this.cbMeterTotaal);
     this.Controls.Add(this.cbMeter4);
     this.Controls.Add(this.cbMeter3);
     this.Controls.Add(this.cbMeter2);
     this.Controls.Add(this.cbMeter1);
     this.Controls.Add(this.lstTopdeskMonitorTop10);
     this.Controls.Add(this.picTopDesk);
     this.Controls.Add(this.picTensing);
     this.Controls.Add(this.ucDashboard1);
     this.Icon         = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name         = "frmDashboard";
     this.RightToLeft  = System.Windows.Forms.RightToLeft.No;
     this.Text         = "Dashboard";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmDashboard_FormClosing);
     this.Load        += new System.EventHandler(this.frmDashboard_Load);
     ((System.ComponentModel.ISupportInitialize)(this.picTopDesk)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.picTensing)).EndInit();
     this.ResumeLayout(false);
 }
Example #18
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     SpPerfChart.ChartPen chartPen1 = new SpPerfChart.ChartPen();
     SpPerfChart.ChartPen chartPen2 = new SpPerfChart.ChartPen();
     SpPerfChart.ChartPen chartPen3 = new SpPerfChart.ChartPen();
     SpPerfChart.ChartPen chartPen4 = new SpPerfChart.ChartPen();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PerformanceCounterForm));
     this.PC_ActivityMonitor = new PerformanceCounters();
     this.SuspendLayout();
     //
     // PC_ActivityMonitor
     //
     this.PC_ActivityMonitor.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                            | System.Windows.Forms.AnchorStyles.Left)));
     this.PC_ActivityMonitor.AntiAliasing = true;
     chartPen1.Color     = System.Drawing.Color.DarkGreen;
     chartPen1.DashStyle = System.Drawing.Drawing2D.DashStyle.DashDotDot;
     chartPen1.Width     = 2F;
     this.PC_ActivityMonitor.AvgLinePen            = chartPen1;
     this.PC_ActivityMonitor.AvgLinePenColor       = System.Drawing.Color.DarkGreen;
     this.PC_ActivityMonitor.AvgLinePenDashStyle   = System.Drawing.Drawing2D.DashStyle.DashDotDot;
     this.PC_ActivityMonitor.AvgLinePenWidth       = 2F;
     this.PC_ActivityMonitor.BackgroundColorBottom = System.Drawing.Color.Azure;
     this.PC_ActivityMonitor.BackgroundColorTop    = System.Drawing.Color.Gold;
     chartPen2.Color     = System.Drawing.Color.Blue;
     chartPen2.DashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
     chartPen2.Width     = 1F;
     this.PC_ActivityMonitor.ChartLinePen          = chartPen2;
     this.PC_ActivityMonitor.ChartLinePenColor     = System.Drawing.Color.Blue;
     this.PC_ActivityMonitor.ChartLinePenDashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
     this.PC_ActivityMonitor.ChartLinePenWidth     = 1F;
     chartPen3.Color     = System.Drawing.Color.Gray;
     chartPen3.DashStyle = System.Drawing.Drawing2D.DashStyle.DashDot;
     chartPen3.Width     = 1F;
     this.PC_ActivityMonitor.HorizontalGridPen          = chartPen3;
     this.PC_ActivityMonitor.HorizontalGridPenColor     = System.Drawing.Color.Gray;
     this.PC_ActivityMonitor.HorizontalGridPenDashStyle = System.Drawing.Drawing2D.DashStyle.DashDot;
     this.PC_ActivityMonitor.HorizontalGridPenWidth     = 1F;
     this.PC_ActivityMonitor.Location = new System.Drawing.Point(0, 0);
     this.PC_ActivityMonitor.MarqueeAnimationSpeed = 1;
     this.PC_ActivityMonitor.Name                    = "PC_ActivityMonitor";
     this.PC_ActivityMonitor.ScaleMode               = SpPerfChart.ScaleMode.Absolute;
     this.PC_ActivityMonitor.ShowAverageLine         = true;
     this.PC_ActivityMonitor.ShowHorizontalGridLines = true;
     this.PC_ActivityMonitor.ShowVerticalGridLines   = true;
     this.PC_ActivityMonitor.Size                    = new System.Drawing.Size(394, 393);
     this.PC_ActivityMonitor.Style                   = System.Windows.Forms.ProgressBarStyle.Blocks;
     this.PC_ActivityMonitor.TabIndex                = 0;
     this.PC_ActivityMonitor.TimerInterval           = 15;
     this.PC_ActivityMonitor.TimerMode               = SpPerfChart.TimerMode.Disabled;
     chartPen4.Color     = System.Drawing.Color.Gray;
     chartPen4.DashStyle = System.Drawing.Drawing2D.DashStyle.DashDot;
     chartPen4.Width     = 1F;
     this.PC_ActivityMonitor.VerticalGridPen          = chartPen4;
     this.PC_ActivityMonitor.VerticalGridPenColor     = System.Drawing.Color.Gray;
     this.PC_ActivityMonitor.VerticalGridPenDashStyle = System.Drawing.Drawing2D.DashStyle.DashDot;
     this.PC_ActivityMonitor.VerticalGridPenWidth     = 1F;
     //
     // PerformanceCounterForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(394, 392);
     this.Controls.Add(this.PC_ActivityMonitor);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MaximumSize   = new System.Drawing.Size(410, 800);
     this.MinimizeBox   = false;
     this.MinimumSize   = new System.Drawing.Size(410, 430);
     this.Name          = "PerformanceCounterForm";
     this.ShowInTaskbar = false;
     this.Text          = "Activity Monitor";
     this.TopMost       = true;
     this.FormClosed   += new System.Windows.Forms.FormClosedEventHandler(this.PerformanceCounterForm_FormClosed);
     this.Load         += new System.EventHandler(this.PerformanceCounterForm_Load);
     this.ResumeLayout(false);
 }
Example #19
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     SpPerfChart.ChartPen chartPen1 = new SpPerfChart.ChartPen();
     SpPerfChart.ChartPen chartPen2 = new SpPerfChart.ChartPen();
     this.label1                = new System.Windows.Forms.Label();
     this.label2                = new System.Windows.Forms.Label();
     this.label3                = new System.Windows.Forms.Label();
     this.label4                = new System.Windows.Forms.Label();
     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.label9                = new System.Windows.Forms.Label();
     this.label10               = new System.Windows.Forms.Label();
     this.label11               = new System.Windows.Forms.Label();
     this.label12               = new System.Windows.Forms.Label();
     this.label13               = new System.Windows.Forms.Label();
     this.label14               = new System.Windows.Forms.Label();
     this.statusStrip1          = new System.Windows.Forms.StatusStrip();
     this.toolStripStatusLabel3 = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel4 = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel5 = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel6 = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel7 = new System.Windows.Forms.ToolStripStatusLabel();
     this.menuStrip1            = new System.Windows.Forms.MenuStrip();
     this.toolStripMenuItem1    = new System.Windows.Forms.ToolStripMenuItem();
     this.loadPortableExecutableToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.loadFromFileToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.optionsToolStripMenuItem            = new System.Windows.Forms.ToolStripMenuItem();
     this.hALTToolStripMenuItem               = new System.Windows.Forms.ToolStripMenuItem();
     this.autoScrollToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.slowToolStripMenuItem               = new System.Windows.Forms.ToolStripMenuItem();
     this.nextStepToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.runLoopToolStripMenuItem            = new System.Windows.Forms.ToolStripMenuItem();
     this.aSMNetCodeExamplesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.tCPServerToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.changeValueAtIndexToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.showMessageBoxToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.mathToolStripMenuItem               = new System.Windows.Forms.ToolStripMenuItem();
     this.infiniteLoopToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.windowMessageFunToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.groupBox1                  = new System.Windows.Forms.GroupBox();
     this.listView1                  = new System.Windows.Forms.ListView();
     this.columnHeader1              = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.label15                    = new System.Windows.Forms.Label();
     this.label20                    = new System.Windows.Forms.Label();
     this.label19                    = new System.Windows.Forms.Label();
     this.label18                    = new System.Windows.Forms.Label();
     this.label17                    = new System.Windows.Forms.Label();
     this.splitContainer1            = new System.Windows.Forms.SplitContainer();
     this.splitContainer2            = new System.Windows.Forms.SplitContainer();
     this.listViewEx1                = new executor.ListViewEx();
     this.perfChart1                 = new SpPerfChart.PerfChart();
     this.tCPClientToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.statusStrip1.SuspendLayout();
     this.menuStrip1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.splitContainer2.Panel1.SuspendLayout();
     this.splitContainer2.Panel2.SuspendLayout();
     this.splitContainer2.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(6, 33);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(117, 13);
     this.label1.TabIndex = 0;
     this.label1.Text     = "EAX: 000000";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(6, 50);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(117, 13);
     this.label2.TabIndex = 0;
     this.label2.Text     = "ECX: 000000";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(6, 67);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(117, 13);
     this.label3.TabIndex = 0;
     this.label3.Text     = "EBX: 000000";
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(5, 83);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(118, 13);
     this.label4.TabIndex = 0;
     this.label4.Text     = "EDX: 000000";
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(10, 99);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(113, 13);
     this.label5.TabIndex = 0;
     this.label5.Text     = "EIP: 000000";
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(10, 243);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(110, 13);
     this.label6.TabIndex = 0;
     this.label6.Text     = "AX: 0000";
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(9, 259);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(111, 13);
     this.label7.TabIndex = 0;
     this.label7.Text     = "AH: 0000";
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(11, 275);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(109, 13);
     this.label8.TabIndex = 0;
     this.label8.Text     = "AL: 0000";
     //
     // label9
     //
     this.label9.Location = new System.Drawing.Point(14, 291);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(106, 13);
     this.label9.TabIndex = 0;
     this.label9.Text     = "IP: 0000";
     //
     // label10
     //
     this.label10.Location = new System.Drawing.Point(10, 307);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(110, 13);
     this.label10.TabIndex = 0;
     this.label10.Text     = "CX: 0000";
     //
     // label11
     //
     this.label11.Location = new System.Drawing.Point(9, 323);
     this.label11.Name     = "label11";
     this.label11.Size     = new System.Drawing.Size(111, 13);
     this.label11.TabIndex = 0;
     this.label11.Text     = "DX: 0000";
     //
     // label12
     //
     this.label12.Location = new System.Drawing.Point(10, 339);
     this.label12.Name     = "label12";
     this.label12.Size     = new System.Drawing.Size(110, 13);
     this.label12.TabIndex = 0;
     this.label12.Text     = "BX: 0000";
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Location = new System.Drawing.Point(6, 16);
     this.label13.Name     = "label13";
     this.label13.Size     = new System.Drawing.Size(33, 13);
     this.label13.TabIndex = 1;
     this.label13.Text     = "32-bit";
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Location = new System.Drawing.Point(9, 226);
     this.label14.Name     = "label14";
     this.label14.Size     = new System.Drawing.Size(33, 13);
     this.label14.TabIndex = 1;
     this.label14.Text     = "16-bit";
     //
     // statusStrip1
     //
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripStatusLabel3,
         this.toolStripStatusLabel2,
         this.toolStripStatusLabel1,
         this.toolStripStatusLabel4,
         this.toolStripStatusLabel5,
         this.toolStripStatusLabel6,
         this.toolStripStatusLabel7
     });
     this.statusStrip1.Location = new System.Drawing.Point(0, 526);
     this.statusStrip1.Name     = "statusStrip1";
     this.statusStrip1.Size     = new System.Drawing.Size(740, 22);
     this.statusStrip1.TabIndex = 3;
     this.statusStrip1.Text     = "statusStrip1";
     //
     // toolStripStatusLabel3
     //
     this.toolStripStatusLabel3.Name = "toolStripStatusLabel3";
     this.toolStripStatusLabel3.Size = new System.Drawing.Size(54, 17);
     this.toolStripStatusLabel3.Text = "Status: ";
     //
     // toolStripStatusLabel2
     //
     this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
     this.toolStripStatusLabel2.Size = new System.Drawing.Size(11, 17);
     this.toolStripStatusLabel2.Text = "|";
     //
     // toolStripStatusLabel1
     //
     this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
     this.toolStripStatusLabel1.Size = new System.Drawing.Size(37, 17);
     this.toolStripStatusLabel1.Text = "IPS: ";
     //
     // toolStripStatusLabel4
     //
     this.toolStripStatusLabel4.Name = "toolStripStatusLabel4";
     this.toolStripStatusLabel4.Size = new System.Drawing.Size(11, 17);
     this.toolStripStatusLabel4.Text = "|";
     //
     // toolStripStatusLabel5
     //
     this.toolStripStatusLabel5.Name = "toolStripStatusLabel5";
     this.toolStripStatusLabel5.Size = new System.Drawing.Size(173, 17);
     this.toolStripStatusLabel5.Text = "Total Executed Instructions: ";
     //
     // toolStripStatusLabel6
     //
     this.toolStripStatusLabel6.Name = "toolStripStatusLabel6";
     this.toolStripStatusLabel6.Size = new System.Drawing.Size(11, 17);
     this.toolStripStatusLabel6.Text = "|";
     //
     // toolStripStatusLabel7
     //
     this.toolStripStatusLabel7.Name = "toolStripStatusLabel7";
     this.toolStripStatusLabel7.Size = new System.Drawing.Size(53, 17);
     this.toolStripStatusLabel7.Text = "Speed: ";
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripMenuItem1,
         this.optionsToolStripMenuItem,
         this.nextStepToolStripMenuItem,
         this.runLoopToolStripMenuItem,
         this.aSMNetCodeExamplesToolStripMenuItem
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(740, 24);
     this.menuStrip1.TabIndex = 4;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.loadPortableExecutableToolStripMenuItem,
         this.loadFromFileToolStripMenuItem
     });
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(41, 20);
     this.toolStripMenuItem1.Text = "File";
     //
     // loadPortableExecutableToolStripMenuItem
     //
     this.loadPortableExecutableToolStripMenuItem.Name   = "loadPortableExecutableToolStripMenuItem";
     this.loadPortableExecutableToolStripMenuItem.Size   = new System.Drawing.Size(255, 22);
     this.loadPortableExecutableToolStripMenuItem.Text   = "Load Portable Executable (PE)";
     this.loadPortableExecutableToolStripMenuItem.Click += new System.EventHandler(this.loadPortableExecutableToolStripMenuItem_Click);
     //
     // loadFromFileToolStripMenuItem
     //
     this.loadFromFileToolStripMenuItem.Name   = "loadFromFileToolStripMenuItem";
     this.loadFromFileToolStripMenuItem.Size   = new System.Drawing.Size(255, 22);
     this.loadFromFileToolStripMenuItem.Text   = "Load from file";
     this.loadFromFileToolStripMenuItem.Click += new System.EventHandler(this.loadFromFileToolStripMenuItem_Click);
     //
     // optionsToolStripMenuItem
     //
     this.optionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.hALTToolStripMenuItem,
         this.autoScrollToolStripMenuItem,
         this.slowToolStripMenuItem
     });
     this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
     this.optionsToolStripMenuItem.Size = new System.Drawing.Size(65, 20);
     this.optionsToolStripMenuItem.Text = "Options";
     //
     // hALTToolStripMenuItem
     //
     this.hALTToolStripMenuItem.Name   = "hALTToolStripMenuItem";
     this.hALTToolStripMenuItem.Size   = new System.Drawing.Size(167, 22);
     this.hALTToolStripMenuItem.Text   = "HALT";
     this.hALTToolStripMenuItem.Click += new System.EventHandler(this.hALTToolStripMenuItem_Click);
     //
     // autoScrollToolStripMenuItem
     //
     this.autoScrollToolStripMenuItem.Checked    = true;
     this.autoScrollToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
     this.autoScrollToolStripMenuItem.Name       = "autoScrollToolStripMenuItem";
     this.autoScrollToolStripMenuItem.Size       = new System.Drawing.Size(167, 22);
     this.autoScrollToolStripMenuItem.Text       = "Auto Scroll";
     this.autoScrollToolStripMenuItem.Click     += new System.EventHandler(this.autoScrollToolStripMenuItem_Click);
     //
     // slowToolStripMenuItem
     //
     this.slowToolStripMenuItem.Name   = "slowToolStripMenuItem";
     this.slowToolStripMenuItem.Size   = new System.Drawing.Size(167, 22);
     this.slowToolStripMenuItem.Text   = "Slow debugging";
     this.slowToolStripMenuItem.Click += new System.EventHandler(this.slowToolStripMenuItem_Click);
     //
     // nextStepToolStripMenuItem
     //
     this.nextStepToolStripMenuItem.Name   = "nextStepToolStripMenuItem";
     this.nextStepToolStripMenuItem.Size   = new System.Drawing.Size(78, 20);
     this.nextStepToolStripMenuItem.Text   = "Next Step";
     this.nextStepToolStripMenuItem.Click += new System.EventHandler(this.nextStepToolStripMenuItem_Click);
     //
     // runLoopToolStripMenuItem
     //
     this.runLoopToolStripMenuItem.Name   = "runLoopToolStripMenuItem";
     this.runLoopToolStripMenuItem.Size   = new System.Drawing.Size(71, 20);
     this.runLoopToolStripMenuItem.Text   = "Run loop";
     this.runLoopToolStripMenuItem.Click += new System.EventHandler(this.runLoopToolStripMenuItem_Click);
     //
     // aSMNetCodeExamplesToolStripMenuItem
     //
     this.aSMNetCodeExamplesToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tCPServerToolStripMenuItem,
         this.tCPClientToolStripMenuItem,
         this.changeValueAtIndexToolStripMenuItem,
         this.showMessageBoxToolStripMenuItem,
         this.mathToolStripMenuItem,
         this.infiniteLoopToolStripMenuItem,
         this.windowMessageFunToolStripMenuItem
     });
     this.aSMNetCodeExamplesToolStripMenuItem.Name = "aSMNetCodeExamplesToolStripMenuItem";
     this.aSMNetCodeExamplesToolStripMenuItem.Size = new System.Drawing.Size(169, 20);
     this.aSMNetCodeExamplesToolStripMenuItem.Text = "ASM.Net Code Examples";
     //
     // tCPServerToolStripMenuItem
     //
     this.tCPServerToolStripMenuItem.Name   = "tCPServerToolStripMenuItem";
     this.tCPServerToolStripMenuItem.Size   = new System.Drawing.Size(203, 22);
     this.tCPServerToolStripMenuItem.Text   = "TCP Server";
     this.tCPServerToolStripMenuItem.Click += new System.EventHandler(this.tCPServerToolStripMenuItem_Click);
     //
     // changeValueAtIndexToolStripMenuItem
     //
     this.changeValueAtIndexToolStripMenuItem.Name   = "changeValueAtIndexToolStripMenuItem";
     this.changeValueAtIndexToolStripMenuItem.Size   = new System.Drawing.Size(203, 22);
     this.changeValueAtIndexToolStripMenuItem.Text   = "Change value at index";
     this.changeValueAtIndexToolStripMenuItem.Click += new System.EventHandler(this.changeValueAtIndexToolStripMenuItem_Click);
     //
     // showMessageBoxToolStripMenuItem
     //
     this.showMessageBoxToolStripMenuItem.Name   = "showMessageBoxToolStripMenuItem";
     this.showMessageBoxToolStripMenuItem.Size   = new System.Drawing.Size(203, 22);
     this.showMessageBoxToolStripMenuItem.Text   = "Show MessageBox";
     this.showMessageBoxToolStripMenuItem.Click += new System.EventHandler(this.showMessageBoxToolStripMenuItem_Click);
     //
     // mathToolStripMenuItem
     //
     this.mathToolStripMenuItem.Name   = "mathToolStripMenuItem";
     this.mathToolStripMenuItem.Size   = new System.Drawing.Size(203, 22);
     this.mathToolStripMenuItem.Text   = "Math";
     this.mathToolStripMenuItem.Click += new System.EventHandler(this.mathToolStripMenuItem_Click);
     //
     // infiniteLoopToolStripMenuItem
     //
     this.infiniteLoopToolStripMenuItem.Name   = "infiniteLoopToolStripMenuItem";
     this.infiniteLoopToolStripMenuItem.Size   = new System.Drawing.Size(203, 22);
     this.infiniteLoopToolStripMenuItem.Text   = "Infinite Loop";
     this.infiniteLoopToolStripMenuItem.Click += new System.EventHandler(this.infiniteLoopToolStripMenuItem_Click);
     //
     // windowMessageFunToolStripMenuItem
     //
     this.windowMessageFunToolStripMenuItem.Name   = "windowMessageFunToolStripMenuItem";
     this.windowMessageFunToolStripMenuItem.Size   = new System.Drawing.Size(203, 22);
     this.windowMessageFunToolStripMenuItem.Text   = "WindowMessage fun";
     this.windowMessageFunToolStripMenuItem.Click += new System.EventHandler(this.windowMessageFunToolStripMenuItem_Click);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.listView1);
     this.groupBox1.Controls.Add(this.label15);
     this.groupBox1.Controls.Add(this.label13);
     this.groupBox1.Controls.Add(this.label20);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.label19);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label18);
     this.groupBox1.Controls.Add(this.label17);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.label14);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.Controls.Add(this.label12);
     this.groupBox1.Controls.Add(this.label8);
     this.groupBox1.Controls.Add(this.label11);
     this.groupBox1.Controls.Add(this.label9);
     this.groupBox1.Controls.Add(this.label10);
     this.groupBox1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupBox1.Location = new System.Drawing.Point(0, 0);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(146, 502);
     this.groupBox1.TabIndex = 6;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Registers";
     //
     // listView1
     //
     this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1
     });
     this.listView1.Location = new System.Drawing.Point(2, 407);
     this.listView1.Name     = "listView1";
     this.listView1.Size     = new System.Drawing.Size(143, 94);
     this.listView1.TabIndex = 3;
     this.listView1.UseCompatibleStateImageBehavior = false;
     this.listView1.View = System.Windows.Forms.View.Details;
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "";
     this.columnHeader1.Width = 131;
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.Location = new System.Drawing.Point(5, 391);
     this.label15.Name     = "label15";
     this.label15.Size     = new System.Drawing.Size(35, 13);
     this.label15.TabIndex = 2;
     this.label15.Text     = "Stack";
     //
     // label20
     //
     this.label20.Location = new System.Drawing.Point(6, 116);
     this.label20.Name     = "label20";
     this.label20.Size     = new System.Drawing.Size(117, 13);
     this.label20.TabIndex = 0;
     this.label20.Text     = "ESP: 000000";
     //
     // label19
     //
     this.label19.Location = new System.Drawing.Point(6, 133);
     this.label19.Name     = "label19";
     this.label19.Size     = new System.Drawing.Size(117, 13);
     this.label19.TabIndex = 0;
     this.label19.Text     = "EBP: 000000";
     //
     // label18
     //
     this.label18.Location = new System.Drawing.Point(10, 149);
     this.label18.Name     = "label18";
     this.label18.Size     = new System.Drawing.Size(113, 13);
     this.label18.TabIndex = 0;
     this.label18.Text     = "ESI: 000000";
     //
     // label17
     //
     this.label17.Location = new System.Drawing.Point(9, 165);
     this.label17.Name     = "label17";
     this.label17.Size     = new System.Drawing.Size(114, 13);
     this.label17.TabIndex = 0;
     this.label17.Text     = "EDI: 000000";
     //
     // splitContainer1
     //
     this.splitContainer1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(0, 24);
     this.splitContainer1.Name     = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.splitContainer2);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.groupBox1);
     this.splitContainer1.Size             = new System.Drawing.Size(740, 502);
     this.splitContainer1.SplitterDistance = 590;
     this.splitContainer1.TabIndex         = 7;
     //
     // 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.listViewEx1);
     //
     // splitContainer2.Panel2
     //
     this.splitContainer2.Panel2.Controls.Add(this.perfChart1);
     this.splitContainer2.Size             = new System.Drawing.Size(590, 502);
     this.splitContainer2.SplitterDistance = 355;
     this.splitContainer2.TabIndex         = 6;
     //
     // listViewEx1
     //
     this.listViewEx1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.listViewEx1.FullRowSelect = true;
     this.listViewEx1.GridLines     = true;
     this.listViewEx1.Location      = new System.Drawing.Point(0, 0);
     this.listViewEx1.Name          = "listViewEx1";
     this.listViewEx1.Size          = new System.Drawing.Size(590, 355);
     this.listViewEx1.TabIndex      = 0;
     this.listViewEx1.UseCompatibleStateImageBehavior = false;
     this.listViewEx1.View = System.Windows.Forms.View.Details;
     //
     // perfChart1
     //
     this.perfChart1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.perfChart1.Font     = new System.Drawing.Font("Calibri", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
     this.perfChart1.Location = new System.Drawing.Point(0, 0);
     this.perfChart1.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.perfChart1.Name     = "perfChart1";
     this.perfChart1.PerfChartStyle.AntiAliasing          = true;
     this.perfChart1.PerfChartStyle.BackgroundColorBottom = System.Drawing.SystemColors.Window;
     this.perfChart1.PerfChartStyle.BackgroundColorTop    = System.Drawing.SystemColors.Window;
     chartPen1.Color     = System.Drawing.Color.DarkOliveGreen;
     chartPen1.DashStyle = System.Drawing.Drawing2D.DashStyle.Dot;
     chartPen1.Width     = 1F;
     this.perfChart1.PerfChartStyle.HorizontalGridPen       = chartPen1;
     this.perfChart1.PerfChartStyle.ShowHorizontalGridLines = true;
     this.perfChart1.PerfChartStyle.ShowVerticalGridLines   = true;
     chartPen2.Color     = System.Drawing.Color.Black;
     chartPen2.DashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
     chartPen2.Width     = 1F;
     this.perfChart1.PerfChartStyle.VerticalGridPen = chartPen2;
     this.perfChart1.Size     = new System.Drawing.Size(590, 143);
     this.perfChart1.TabIndex = 0;
     //
     // tCPClientToolStripMenuItem
     //
     this.tCPClientToolStripMenuItem.Name   = "tCPClientToolStripMenuItem";
     this.tCPClientToolStripMenuItem.Size   = new System.Drawing.Size(203, 22);
     this.tCPClientToolStripMenuItem.Text   = "TCP Client";
     this.tCPClientToolStripMenuItem.Click += new System.EventHandler(this.tCPClientToolStripMenuItem_Click);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(740, 548);
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.menuStrip1);
     this.MainMenuStrip = this.menuStrip1;
     this.Name          = "Form1";
     this.ShowIcon      = false;
     this.Text          = "Asm.Net - x86 Emulator - Debugger";
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.splitContainer2.Panel1.ResumeLayout(false);
     this.splitContainer2.Panel2.ResumeLayout(false);
     this.splitContainer2.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #20
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     SpPerfChart.ChartPen chartPen1 = new SpPerfChart.ChartPen();
     SpPerfChart.ChartPen chartPen2 = new SpPerfChart.ChartPen();
     SpPerfChart.ChartPen chartPen3 = new SpPerfChart.ChartPen();
     SpPerfChart.ChartPen chartPen4 = new SpPerfChart.ChartPen();
     this.subPanel                = new System.Windows.Forms.Panel();
     this.lblProcessorName        = new System.Windows.Forms.Label();
     this.lblMemPercent           = new System.Windows.Forms.Label();
     this.lblProcessor            = new System.Windows.Forms.Label();
     this.lblSplit2               = new System.Windows.Forms.Label();
     this.lblSplit1               = new System.Windows.Forms.Label();
     this.lblTotalNo              = new System.Windows.Forms.Label();
     this.lblFreeNo               = new System.Windows.Forms.Label();
     this.lblUsedNo               = new System.Windows.Forms.Label();
     this.lblTotal                = new System.Windows.Forms.Label();
     this.lblFree                 = new System.Windows.Forms.Label();
     this.lblUsed                 = new System.Windows.Forms.Label();
     this.prbMemory               = new System.Windows.Forms.ProgressBar();
     this.lblMemory               = new System.Windows.Forms.Label();
     this.performanceCounterChart = new PerformanceCounterControls.PerformanceCounterChart();
     this.SuspendLayout();
     //
     // subPanel
     //
     this.subPanel.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.subPanel.AutoScroll = true;
     this.subPanel.BackColor  = System.Drawing.SystemColors.ActiveCaption;
     this.subPanel.Location   = new System.Drawing.Point(3, 325);
     this.subPanel.Name       = "subPanel";
     this.subPanel.Size       = new System.Drawing.Size(388, 67);
     this.subPanel.TabIndex   = 2;
     //
     // lblProcessorName
     //
     this.lblProcessorName.AutoSize  = true;
     this.lblProcessorName.ForeColor = System.Drawing.Color.Black;
     this.lblProcessorName.Location  = new System.Drawing.Point(95, 309);
     this.lblProcessorName.Name      = "lblProcessorName";
     this.lblProcessorName.Size      = new System.Drawing.Size(113, 13);
     this.lblProcessorName.TabIndex  = 50;
     this.lblProcessorName.Text      = "NumberOfCoreXBit.No";
     //
     // lblMemPercent
     //
     this.lblMemPercent.AutoSize  = true;
     this.lblMemPercent.Font      = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.lblMemPercent.ForeColor = System.Drawing.Color.OrangeRed;
     this.lblMemPercent.Location  = new System.Drawing.Point(320, 238);
     this.lblMemPercent.Name      = "lblMemPercent";
     this.lblMemPercent.Size      = new System.Drawing.Size(29, 15);
     this.lblMemPercent.TabIndex  = 46;
     this.lblMemPercent.Text      = "0%";
     //
     // lblProcessor
     //
     this.lblProcessor.AutoSize  = true;
     this.lblProcessor.Font      = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.lblProcessor.ForeColor = System.Drawing.Color.OrangeRed;
     this.lblProcessor.Location  = new System.Drawing.Point(6, 306);
     this.lblProcessor.Name      = "lblProcessor";
     this.lblProcessor.Size      = new System.Drawing.Size(83, 16);
     this.lblProcessor.TabIndex  = 45;
     this.lblProcessor.Text      = "PROCESSOR";
     //
     // lblSplit2
     //
     this.lblSplit2.AutoSize = true;
     this.lblSplit2.Location = new System.Drawing.Point(255, 264);
     this.lblSplit2.Name     = "lblSplit2";
     this.lblSplit2.Size     = new System.Drawing.Size(9, 39);
     this.lblSplit2.TabIndex = 43;
     this.lblSplit2.Text     = "|\r\n|\r\n|";
     //
     // lblSplit1
     //
     this.lblSplit1.AutoSize = true;
     this.lblSplit1.Location = new System.Drawing.Point(132, 264);
     this.lblSplit1.Name     = "lblSplit1";
     this.lblSplit1.Size     = new System.Drawing.Size(9, 39);
     this.lblSplit1.TabIndex = 44;
     this.lblSplit1.Text     = "|\r\n|\r\n|";
     //
     // lblTotalNo
     //
     this.lblTotalNo.AutoSize = true;
     this.lblTotalNo.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.25F);
     this.lblTotalNo.Location = new System.Drawing.Point(288, 281);
     this.lblTotalNo.Name     = "lblTotalNo";
     this.lblTotalNo.Size     = new System.Drawing.Size(59, 16);
     this.lblTotalNo.TabIndex = 42;
     this.lblTotalNo.Text     = "0000 MB";
     //
     // lblFreeNo
     //
     this.lblFreeNo.AutoSize = true;
     this.lblFreeNo.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.25F);
     this.lblFreeNo.Location = new System.Drawing.Point(169, 281);
     this.lblFreeNo.Name     = "lblFreeNo";
     this.lblFreeNo.Size     = new System.Drawing.Size(59, 16);
     this.lblFreeNo.TabIndex = 40;
     this.lblFreeNo.Text     = "0000 MB";
     //
     // lblUsedNo
     //
     this.lblUsedNo.AutoSize = true;
     this.lblUsedNo.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.25F);
     this.lblUsedNo.Location = new System.Drawing.Point(48, 281);
     this.lblUsedNo.Name     = "lblUsedNo";
     this.lblUsedNo.Size     = new System.Drawing.Size(59, 16);
     this.lblUsedNo.TabIndex = 41;
     this.lblUsedNo.Text     = "0000 MB";
     //
     // lblTotal
     //
     this.lblTotal.AutoEllipsis = true;
     this.lblTotal.AutoSize     = true;
     this.lblTotal.Font         = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.lblTotal.ForeColor    = System.Drawing.Color.Black;
     this.lblTotal.Location     = new System.Drawing.Point(299, 263);
     this.lblTotal.Name         = "lblTotal";
     this.lblTotal.Size         = new System.Drawing.Size(34, 15);
     this.lblTotal.TabIndex     = 37;
     this.lblTotal.Text         = "Total";
     //
     // lblFree
     //
     this.lblFree.AutoEllipsis = true;
     this.lblFree.AutoSize     = true;
     this.lblFree.Font         = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.lblFree.ForeColor    = System.Drawing.Color.Black;
     this.lblFree.Location     = new System.Drawing.Point(182, 263);
     this.lblFree.Name         = "lblFree";
     this.lblFree.Size         = new System.Drawing.Size(32, 15);
     this.lblFree.TabIndex     = 38;
     this.lblFree.Text         = "Free";
     //
     // lblUsed
     //
     this.lblUsed.AutoEllipsis = true;
     this.lblUsed.AutoSize     = true;
     this.lblUsed.Font         = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.lblUsed.ForeColor    = System.Drawing.Color.Black;
     this.lblUsed.Location     = new System.Drawing.Point(60, 263);
     this.lblUsed.Name         = "lblUsed";
     this.lblUsed.Size         = new System.Drawing.Size(33, 15);
     this.lblUsed.TabIndex     = 39;
     this.lblUsed.Text         = "Used";
     //
     // prbMemory
     //
     this.prbMemory.Location = new System.Drawing.Point(46, 233);
     this.prbMemory.MarqueeAnimationSpeed = 50;
     this.prbMemory.Name     = "prbMemory";
     this.prbMemory.Size     = new System.Drawing.Size(270, 23);
     this.prbMemory.TabIndex = 36;
     //
     // lblMemory
     //
     this.lblMemory.AutoSize  = true;
     this.lblMemory.Font      = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.lblMemory.ForeColor = System.Drawing.Color.OrangeRed;
     this.lblMemory.Location  = new System.Drawing.Point(6, 214);
     this.lblMemory.Name      = "lblMemory";
     this.lblMemory.Size      = new System.Drawing.Size(64, 16);
     this.lblMemory.TabIndex  = 35;
     this.lblMemory.Text      = "MEMORY";
     //
     // performanceCounterChart
     //
     this.performanceCounterChart.AntiAliasing = true;
     chartPen1.Color     = System.Drawing.Color.DarkGreen;
     chartPen1.DashStyle = System.Drawing.Drawing2D.DashStyle.DashDotDot;
     chartPen1.Width     = 2F;
     this.performanceCounterChart.AvgLinePen            = chartPen1;
     this.performanceCounterChart.AvgLinePenColor       = System.Drawing.Color.DarkGreen;
     this.performanceCounterChart.AvgLinePenDashStyle   = System.Drawing.Drawing2D.DashStyle.DashDotDot;
     this.performanceCounterChart.AvgLinePenWidth       = 2F;
     this.performanceCounterChart.BackgroundColorBottom = System.Drawing.Color.Azure;
     this.performanceCounterChart.BackgroundColorTop    = System.Drawing.Color.Gold;
     chartPen2.Color     = System.Drawing.Color.Blue;
     chartPen2.DashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
     chartPen2.Width     = 1F;
     this.performanceCounterChart.ChartLinePen          = chartPen2;
     this.performanceCounterChart.ChartLinePenColor     = System.Drawing.Color.Blue;
     this.performanceCounterChart.ChartLinePenDashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
     this.performanceCounterChart.ChartLinePenWidth     = 1F;
     chartPen3.Color     = System.Drawing.Color.Gray;
     chartPen3.DashStyle = System.Drawing.Drawing2D.DashStyle.DashDot;
     chartPen3.Width     = 1F;
     this.performanceCounterChart.HorizontalGridPen          = chartPen3;
     this.performanceCounterChart.HorizontalGridPenColor     = System.Drawing.Color.Gray;
     this.performanceCounterChart.HorizontalGridPenDashStyle = System.Drawing.Drawing2D.DashStyle.DashDot;
     this.performanceCounterChart.HorizontalGridPenWidth     = 1F;
     this.performanceCounterChart.Location = new System.Drawing.Point(3, 3);
     this.performanceCounterChart.MarqueeAnimationSpeed = 1;
     this.performanceCounterChart.Maximum                 = 100;
     this.performanceCounterChart.Minimum                 = 0;
     this.performanceCounterChart.Name                    = "performanceCounterChart";
     this.performanceCounterChart.ScaleMode               = SpPerfChart.ScaleMode.Absolute;
     this.performanceCounterChart.ShowAverageLine         = true;
     this.performanceCounterChart.ShowHorizontalGridLines = true;
     this.performanceCounterChart.ShowVerticalGridLines   = true;
     this.performanceCounterChart.Size                    = new System.Drawing.Size(388, 218);
     this.performanceCounterChart.Style                   = System.Windows.Forms.ProgressBarStyle.Continuous;
     this.performanceCounterChart.TabIndex                = 34;
     this.performanceCounterChart.TimerInterval           = 15;
     this.performanceCounterChart.TimerMode               = SpPerfChart.TimerMode.Disabled;
     this.performanceCounterChart.Value                   = 0;
     chartPen4.Color     = System.Drawing.Color.Gray;
     chartPen4.DashStyle = System.Drawing.Drawing2D.DashStyle.DashDot;
     chartPen4.Width     = 1F;
     this.performanceCounterChart.VerticalGridPen          = chartPen4;
     this.performanceCounterChart.VerticalGridPenColor     = System.Drawing.Color.Gray;
     this.performanceCounterChart.VerticalGridPenDashStyle = System.Drawing.Drawing2D.DashStyle.DashDot;
     this.performanceCounterChart.VerticalGridPenWidth     = 1F;
     this.performanceCounterChart.VerticalText             = "Total CPU Usage";
     //
     // PerformanceCounters
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.lblProcessorName);
     this.Controls.Add(this.lblMemPercent);
     this.Controls.Add(this.lblProcessor);
     this.Controls.Add(this.lblSplit2);
     this.Controls.Add(this.lblSplit1);
     this.Controls.Add(this.lblTotalNo);
     this.Controls.Add(this.lblFreeNo);
     this.Controls.Add(this.lblUsedNo);
     this.Controls.Add(this.lblTotal);
     this.Controls.Add(this.lblFree);
     this.Controls.Add(this.lblUsed);
     this.Controls.Add(this.prbMemory);
     this.Controls.Add(this.lblMemory);
     this.Controls.Add(this.performanceCounterChart);
     this.Controls.Add(this.subPanel);
     this.Name = "PerformanceCounters";
     this.Size = new System.Drawing.Size(394, 395);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #21
0
 /// <summary>
 /// Erforderliche Methode für die Designerunterstützung.
 /// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     SpPerfChart.ChartPen chartPen1 = new SpPerfChart.ChartPen();
     SpPerfChart.ChartPen chartPen2 = new SpPerfChart.ChartPen();
     SpPerfChart.ChartPen chartPen3 = new SpPerfChart.ChartPen();
     SpPerfChart.ChartPen chartPen4 = new SpPerfChart.ChartPen();
     this.grpBxValueGen = new System.Windows.Forms.GroupBox();
     this.comboBox_UserDefinedSignalType = new System.Windows.Forms.ComboBox();
     this.button_ResetSignal             = new System.Windows.Forms.Button();
     this.checkBox_Invert     = new System.Windows.Forms.CheckBox();
     this.label_Frequency     = new System.Windows.Forms.Label();
     this.label_Amplitude     = new System.Windows.Forms.Label();
     this.trackBar_Frequency  = new System.Windows.Forms.TrackBar();
     this.trackBar_Amplitude  = new System.Windows.Forms.TrackBar();
     this.label_SignalType    = new System.Windows.Forms.Label();
     this.comboBox_SignalType = new System.Windows.Forms.ComboBox();
     this.button_Clear        = new System.Windows.Forms.Button();
     this.timer                 = new System.Windows.Forms.Timer(this.components);
     this.buton_Close           = new System.Windows.Forms.Button();
     this.label_Gain            = new System.Windows.Forms.Label();
     this.label_Offset          = new System.Windows.Forms.Label();
     this.label_SamplingRate    = new System.Windows.Forms.Label();
     this.trackBar_Gain         = new System.Windows.Forms.TrackBar();
     this.trackBar_Offset       = new System.Windows.Forms.TrackBar();
     this.trackBar_SamplingRate = new System.Windows.Forms.TrackBar();
     this.button_Default        = new System.Windows.Forms.Button();
     this.groupBox1             = new System.Windows.Forms.GroupBox();
     this.tabPage2              = new System.Windows.Forms.TabPage();
     this.slidingScale5         = new TB.Instruments.SlidingScale();
     this.slidingScale4         = new TB.Instruments.SlidingScale();
     this.slidingScale3         = new TB.Instruments.SlidingScale();
     this.slidingScale2         = new TB.Instruments.SlidingScale();
     this.slidingScale1         = new TB.Instruments.SlidingScale();
     this.tabPage1              = new System.Windows.Forms.TabPage();
     this.runChart1             = new SpPerfChart.PerfChart();
     this.tabControl1           = new System.Windows.Forms.TabControl();
     this.grpBxValueGen.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.trackBar_Frequency)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.trackBar_Amplitude)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.trackBar_Gain)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.trackBar_Offset)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.trackBar_SamplingRate)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.tabPage2.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.tabControl1.SuspendLayout();
     this.SuspendLayout();
     //
     // grpBxValueGen
     //
     this.grpBxValueGen.Controls.Add(this.comboBox_UserDefinedSignalType);
     this.grpBxValueGen.Controls.Add(this.button_ResetSignal);
     this.grpBxValueGen.Controls.Add(this.checkBox_Invert);
     this.grpBxValueGen.Controls.Add(this.label_Frequency);
     this.grpBxValueGen.Controls.Add(this.label_Amplitude);
     this.grpBxValueGen.Controls.Add(this.trackBar_Frequency);
     this.grpBxValueGen.Controls.Add(this.trackBar_Amplitude);
     this.grpBxValueGen.Controls.Add(this.label_SignalType);
     this.grpBxValueGen.Controls.Add(this.comboBox_SignalType);
     this.grpBxValueGen.Location = new System.Drawing.Point(12, 195);
     this.grpBxValueGen.Name     = "grpBxValueGen";
     this.grpBxValueGen.Size     = new System.Drawing.Size(270, 141);
     this.grpBxValueGen.TabIndex = 2;
     this.grpBxValueGen.TabStop  = false;
     this.grpBxValueGen.Text     = " SIGNAL: ";
     //
     // comboBox_UserDefinedSignalType
     //
     this.comboBox_UserDefinedSignalType.FormattingEnabled = true;
     this.comboBox_UserDefinedSignalType.Items.AddRange(new object[] {
         "0",
         "1",
         "2",
         "3",
         "4",
         "5",
         "6"
     });
     this.comboBox_UserDefinedSignalType.Location = new System.Drawing.Point(104, 43);
     this.comboBox_UserDefinedSignalType.Name     = "comboBox_UserDefinedSignalType";
     this.comboBox_UserDefinedSignalType.Size     = new System.Drawing.Size(32, 21);
     this.comboBox_UserDefinedSignalType.TabIndex = 8;
     this.comboBox_UserDefinedSignalType.Text     = "0";
     this.comboBox_UserDefinedSignalType.Visible  = false;
     //
     // button_ResetSignal
     //
     this.button_ResetSignal.Location = new System.Drawing.Point(17, 102);
     this.button_ResetSignal.Name     = "button_ResetSignal";
     this.button_ResetSignal.Size     = new System.Drawing.Size(90, 23);
     this.button_ResetSignal.TabIndex = 7;
     this.button_ResetSignal.Text     = "&RESET";
     this.button_ResetSignal.Click   += new System.EventHandler(this.Button_ResetSignal_Click);
     //
     // checkBox_Invert
     //
     this.checkBox_Invert.Appearance      = System.Windows.Forms.Appearance.Button;
     this.checkBox_Invert.Location        = new System.Drawing.Point(17, 71);
     this.checkBox_Invert.Name            = "checkBox_Invert";
     this.checkBox_Invert.Size            = new System.Drawing.Size(90, 24);
     this.checkBox_Invert.TabIndex        = 1;
     this.checkBox_Invert.Text            = "INVERT";
     this.checkBox_Invert.TextAlign       = System.Drawing.ContentAlignment.MiddleCenter;
     this.checkBox_Invert.CheckedChanged += new System.EventHandler(this.CheckBox_InvertCheckedChanged);
     //
     // label_Frequency
     //
     this.label_Frequency.Location  = new System.Drawing.Point(129, 20);
     this.label_Frequency.Name      = "label_Frequency";
     this.label_Frequency.Size      = new System.Drawing.Size(133, 16);
     this.label_Frequency.TabIndex  = 5;
     this.label_Frequency.Text      = "FREQUENCY:";
     this.label_Frequency.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     //
     // label_Amplitude
     //
     this.label_Amplitude.Location  = new System.Drawing.Point(129, 79);
     this.label_Amplitude.Name      = "label_Amplitude";
     this.label_Amplitude.Size      = new System.Drawing.Size(133, 16);
     this.label_Amplitude.TabIndex  = 4;
     this.label_Amplitude.Text      = "AMPLITUDE:";
     this.label_Amplitude.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     //
     // trackBar_Frequency
     //
     this.trackBar_Frequency.Location      = new System.Drawing.Point(129, 34);
     this.trackBar_Frequency.Name          = "trackBar_Frequency";
     this.trackBar_Frequency.Size          = new System.Drawing.Size(133, 42);
     this.trackBar_Frequency.TabIndex      = 3;
     this.trackBar_Frequency.TickStyle     = System.Windows.Forms.TickStyle.TopLeft;
     this.trackBar_Frequency.Value         = 5;
     this.trackBar_Frequency.ValueChanged += new System.EventHandler(this.TrackBar_Frequency_ValueChanged);
     //
     // trackBar_Amplitude
     //
     this.trackBar_Amplitude.Location      = new System.Drawing.Point(129, 93);
     this.trackBar_Amplitude.Name          = "trackBar_Amplitude";
     this.trackBar_Amplitude.Size          = new System.Drawing.Size(133, 42);
     this.trackBar_Amplitude.TabIndex      = 2;
     this.trackBar_Amplitude.TickStyle     = System.Windows.Forms.TickStyle.TopLeft;
     this.trackBar_Amplitude.Value         = 5;
     this.trackBar_Amplitude.ValueChanged += new System.EventHandler(this.TrackBar_Amplitude_ValueChanged);
     //
     // label_SignalType
     //
     this.label_SignalType.Location  = new System.Drawing.Point(17, 23);
     this.label_SignalType.Name      = "label_SignalType";
     this.label_SignalType.Size      = new System.Drawing.Size(90, 17);
     this.label_SignalType.TabIndex  = 1;
     this.label_SignalType.Text      = "TYPE:";
     this.label_SignalType.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     //
     // comboBox_SignalType
     //
     this.comboBox_SignalType.FormattingEnabled = true;
     this.comboBox_SignalType.Location          = new System.Drawing.Point(17, 43);
     this.comboBox_SignalType.Name                  = "comboBox_SignalType";
     this.comboBox_SignalType.Size                  = new System.Drawing.Size(90, 21);
     this.comboBox_SignalType.TabIndex              = 0;
     this.comboBox_SignalType.SelectedIndexChanged += new System.EventHandler(this.ComboBox_SignalType_SelectedIndexChanged);
     //
     // button_Clear
     //
     this.button_Clear.Location = new System.Drawing.Point(26, 124);
     this.button_Clear.Name     = "button_Clear";
     this.button_Clear.Size     = new System.Drawing.Size(84, 23);
     this.button_Clear.TabIndex = 6;
     this.button_Clear.Text     = "&CLEAR";
     this.button_Clear.Click   += new System.EventHandler(this.Button_Clear_Click);
     //
     // timer
     //
     this.timer.Enabled  = true;
     this.timer.Interval = 60;
     this.timer.Tick    += new System.EventHandler(this.Timer_Tick);
     //
     // buton_Close
     //
     this.buton_Close.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.buton_Close.Font                    = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.buton_Close.ForeColor               = System.Drawing.Color.White;
     this.buton_Close.Location                = new System.Drawing.Point(318, 304);
     this.buton_Close.Name                    = "buton_Close";
     this.buton_Close.RightToLeft             = System.Windows.Forms.RightToLeft.No;
     this.buton_Close.Size                    = new System.Drawing.Size(84, 32);
     this.buton_Close.TabIndex                = 7;
     this.buton_Close.Text                    = "CLOSE";
     this.buton_Close.UseVisualStyleBackColor = false;
     this.buton_Close.Click                  += new System.EventHandler(this.Button_Close_Click);
     //
     // label_Gain
     //
     this.label_Gain.Location  = new System.Drawing.Point(6, 17);
     this.label_Gain.Name      = "label_Gain";
     this.label_Gain.Size      = new System.Drawing.Size(122, 23);
     this.label_Gain.TabIndex  = 8;
     this.label_Gain.Text      = "GAIN";
     this.label_Gain.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // label_Offset
     //
     this.label_Offset.Location  = new System.Drawing.Point(6, 70);
     this.label_Offset.Name      = "label_Offset";
     this.label_Offset.Size      = new System.Drawing.Size(122, 33);
     this.label_Offset.TabIndex  = 9;
     this.label_Offset.Text      = "OFFSET";
     this.label_Offset.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // label_SamplingRate
     //
     this.label_SamplingRate.Location  = new System.Drawing.Point(6, 162);
     this.label_SamplingRate.Name      = "label_SamplingRate";
     this.label_SamplingRate.Size      = new System.Drawing.Size(122, 33);
     this.label_SamplingRate.TabIndex  = 10;
     this.label_SamplingRate.Text      = "SAMPLING  RATE";
     this.label_SamplingRate.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // trackBar_Gain
     //
     this.trackBar_Gain.Location      = new System.Drawing.Point(6, 28);
     this.trackBar_Gain.Name          = "trackBar_Gain";
     this.trackBar_Gain.Size          = new System.Drawing.Size(122, 42);
     this.trackBar_Gain.TabIndex      = 11;
     this.trackBar_Gain.Value         = 5;
     this.trackBar_Gain.ValueChanged += new System.EventHandler(this.TrackBar_Gain_ValueChanged);
     //
     // trackBar_Offset
     //
     this.trackBar_Offset.Location      = new System.Drawing.Point(6, 82);
     this.trackBar_Offset.Name          = "trackBar_Offset";
     this.trackBar_Offset.Size          = new System.Drawing.Size(122, 42);
     this.trackBar_Offset.TabIndex      = 12;
     this.trackBar_Offset.Value         = 5;
     this.trackBar_Offset.ValueChanged += new System.EventHandler(this.TrackBar_Offset_ValueChanged);
     //
     // trackBar_SamplingRate
     //
     this.trackBar_SamplingRate.Location      = new System.Drawing.Point(6, 176);
     this.trackBar_SamplingRate.Name          = "trackBar_SamplingRate";
     this.trackBar_SamplingRate.Size          = new System.Drawing.Size(122, 42);
     this.trackBar_SamplingRate.TabIndex      = 13;
     this.trackBar_SamplingRate.Value         = 5;
     this.trackBar_SamplingRate.ValueChanged += new System.EventHandler(this.TrackBar_SamplingRate_ValueChanged);
     //
     // button_Default
     //
     this.button_Default.Location = new System.Drawing.Point(318, 262);
     this.button_Default.Name     = "button_Default";
     this.button_Default.Size     = new System.Drawing.Size(84, 32);
     this.button_Default.TabIndex = 14;
     this.button_Default.Text     = "&DEFAULT";
     this.button_Default.Click   += new System.EventHandler(this.Button_Default_Click);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.trackBar_SamplingRate);
     this.groupBox1.Controls.Add(this.trackBar_Offset);
     this.groupBox1.Controls.Add(this.button_Clear);
     this.groupBox1.Controls.Add(this.trackBar_Gain);
     this.groupBox1.Controls.Add(this.label_Offset);
     this.groupBox1.Controls.Add(this.label_SamplingRate);
     this.groupBox1.Controls.Add(this.label_Gain);
     this.groupBox1.Location = new System.Drawing.Point(292, 30);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(134, 220);
     this.groupBox1.TabIndex = 15;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "DISPLAY: ";
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(this.slidingScale5);
     this.tabPage2.Controls.Add(this.slidingScale4);
     this.tabPage2.Controls.Add(this.slidingScale3);
     this.tabPage2.Controls.Add(this.slidingScale2);
     this.tabPage2.Controls.Add(this.slidingScale1);
     this.tabPage2.Location = new System.Drawing.Point(4, 22);
     this.tabPage2.Name     = "tabPage2";
     this.tabPage2.Size     = new System.Drawing.Size(262, 136);
     this.tabPage2.TabIndex = 3;
     this.tabPage2.Text     = "Example 2";
     this.tabPage2.UseVisualStyleBackColor = true;
     //
     // slidingScale5
     //
     this.slidingScale5.BackColor   = System.Drawing.Color.White;
     this.slidingScale5.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.slidingScale5.ForeColor   = System.Drawing.Color.Black;
     this.slidingScale5.Location    = new System.Drawing.Point(208, 5);
     this.slidingScale5.Name        = "slidingScale5";
     this.slidingScale5.Orientation = System.Windows.Forms.Orientation.Vertical;
     this.slidingScale5.Size        = new System.Drawing.Size(45, 126);
     this.slidingScale5.TabIndex    = 4;
     //
     // slidingScale4
     //
     this.slidingScale4.BackColor   = System.Drawing.Color.White;
     this.slidingScale4.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.slidingScale4.ForeColor   = System.Drawing.Color.Black;
     this.slidingScale4.Location    = new System.Drawing.Point(158, 5);
     this.slidingScale4.Name        = "slidingScale4";
     this.slidingScale4.Orientation = System.Windows.Forms.Orientation.Vertical;
     this.slidingScale4.Size        = new System.Drawing.Size(45, 126);
     this.slidingScale4.TabIndex    = 3;
     //
     // slidingScale3
     //
     this.slidingScale3.BackColor   = System.Drawing.Color.White;
     this.slidingScale3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.slidingScale3.ForeColor   = System.Drawing.Color.Black;
     this.slidingScale3.Location    = new System.Drawing.Point(108, 5);
     this.slidingScale3.Name        = "slidingScale3";
     this.slidingScale3.Orientation = System.Windows.Forms.Orientation.Vertical;
     this.slidingScale3.Size        = new System.Drawing.Size(45, 126);
     this.slidingScale3.TabIndex    = 2;
     //
     // slidingScale2
     //
     this.slidingScale2.BackColor   = System.Drawing.Color.White;
     this.slidingScale2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.slidingScale2.ForeColor   = System.Drawing.Color.Black;
     this.slidingScale2.Location    = new System.Drawing.Point(58, 5);
     this.slidingScale2.Name        = "slidingScale2";
     this.slidingScale2.Orientation = System.Windows.Forms.Orientation.Vertical;
     this.slidingScale2.Size        = new System.Drawing.Size(45, 126);
     this.slidingScale2.TabIndex    = 1;
     //
     // slidingScale1
     //
     this.slidingScale1.BackColor   = System.Drawing.Color.White;
     this.slidingScale1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.slidingScale1.ForeColor   = System.Drawing.Color.Black;
     this.slidingScale1.Location    = new System.Drawing.Point(8, 5);
     this.slidingScale1.Name        = "slidingScale1";
     this.slidingScale1.Orientation = System.Windows.Forms.Orientation.Vertical;
     this.slidingScale1.Size        = new System.Drawing.Size(45, 126);
     this.slidingScale1.TabIndex    = 0;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.runChart1);
     this.tabPage1.Location = new System.Drawing.Point(4, 22);
     this.tabPage1.Name     = "tabPage1";
     this.tabPage1.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage1.Size     = new System.Drawing.Size(262, 136);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text     = "Example 1";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // runChart1
     //
     this.runChart1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.runChart1.Font     = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
     this.runChart1.Location = new System.Drawing.Point(3, 3);
     this.runChart1.Name     = "runChart1";
     this.runChart1.PerfChartStyle.AntiAliasing = true;
     chartPen1.Color     = System.Drawing.Color.LawnGreen;
     chartPen1.DashStyle = System.Drawing.Drawing2D.DashStyle.Dash;
     chartPen1.Width     = 1F;
     this.runChart1.PerfChartStyle.AvgLinePen            = chartPen1;
     this.runChart1.PerfChartStyle.BackgroundColorBottom = System.Drawing.Color.DodgerBlue;
     this.runChart1.PerfChartStyle.BackgroundColorTop    = System.Drawing.Color.SkyBlue;
     chartPen2.Color     = System.Drawing.Color.Yellow;
     chartPen2.DashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
     chartPen2.Width     = 2F;
     this.runChart1.PerfChartStyle.ChartLinePen = chartPen2;
     chartPen3.Color     = System.Drawing.Color.DarkOliveGreen;
     chartPen3.DashStyle = System.Drawing.Drawing2D.DashStyle.Dot;
     chartPen3.Width     = 1F;
     this.runChart1.PerfChartStyle.HorizontalGridPen       = chartPen3;
     this.runChart1.PerfChartStyle.ShowAverageLine         = false;
     this.runChart1.PerfChartStyle.ShowHorizontalGridLines = true;
     this.runChart1.PerfChartStyle.ShowVerticalGridLines   = true;
     chartPen4.Color     = System.Drawing.Color.DarkOliveGreen;
     chartPen4.DashStyle = System.Drawing.Drawing2D.DashStyle.Dot;
     chartPen4.Width     = 1F;
     this.runChart1.PerfChartStyle.VerticalGridPen = chartPen4;
     this.runChart1.ScaleMode     = SpPerfChart.ScaleMode.Absolute;
     this.runChart1.Size          = new System.Drawing.Size(256, 130);
     this.runChart1.TabIndex      = 0;
     this.runChart1.TimerInterval = 100;
     this.runChart1.TimerMode     = SpPerfChart.TimerMode.Disabled;
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.tabPage2);
     this.tabControl1.Location      = new System.Drawing.Point(12, 15);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size          = new System.Drawing.Size(270, 162);
     this.tabControl1.TabIndex      = 16;
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(438, 348);
     this.Controls.Add(this.tabControl1);
     this.Controls.Add(this.buton_Close);
     this.Controls.Add(this.grpBxValueGen);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.button_Default);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.MaximizeBox     = false;
     this.Name            = "MainForm";
     this.Text            = " TB.Instruments Test Application";
     this.grpBxValueGen.ResumeLayout(false);
     this.grpBxValueGen.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.trackBar_Frequency)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.trackBar_Amplitude)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.trackBar_Gain)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.trackBar_Offset)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.trackBar_SamplingRate)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.tabPage2.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.tabControl1.ResumeLayout(false);
     this.ResumeLayout(false);
 }