/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.AGaugeLabel aGaugeLabel1 = new System.Windows.Forms.AGaugeLabel();
     System.Windows.Forms.AGaugeRange aGaugeRange1 = new System.Windows.Forms.AGaugeRange();
     System.Windows.Forms.AGaugeRange aGaugeRange2 = new System.Windows.Forms.AGaugeRange();
     System.Windows.Forms.AGaugeRange aGaugeRange3 = new System.Windows.Forms.AGaugeRange();
     this.trackBar1         = new System.Windows.Forms.TrackBar();
     this.panel1            = new System.Windows.Forms.Panel();
     this.button1           = new System.Windows.Forms.Button();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.aGauge1           = new System.Windows.Forms.AGauge();
     this.button2           = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit();
     this.panel1.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // trackBar1
     //
     this.trackBar1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.trackBar1.LargeChange = 20;
     this.trackBar1.Location    = new System.Drawing.Point(3, 3);
     this.trackBar1.Maximum     = 200;
     this.trackBar1.Name        = "trackBar1";
     this.trackBar1.Orientation = System.Windows.Forms.Orientation.Vertical;
     this.tableLayoutPanel1.SetRowSpan(this.trackBar1, 2);
     this.trackBar1.Size          = new System.Drawing.Size(44, 272);
     this.trackBar1.TabIndex      = 1;
     this.trackBar1.TickStyle     = System.Windows.Forms.TickStyle.None;
     this.trackBar1.ValueChanged += new System.EventHandler(this.trackBar1_ValueChanged);
     //
     // panel1
     //
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel1.Controls.Add(this.button1);
     this.panel1.Location = new System.Drawing.Point(53, 231);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(230, 35);
     this.panel1.TabIndex = 2;
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(-1, -1);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 0;
     this.button1.Text     = "button1";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 2;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 50F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Controls.Add(this.aGauge1, 1, 0);
     this.tableLayoutPanel1.Controls.Add(this.trackBar1, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.panel1, 1, 1);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 2;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(341, 278);
     this.tableLayoutPanel1.TabIndex = 3;
     //
     // aGauge1
     //
     this.aGauge1.BackColor     = System.Drawing.SystemColors.Control;
     this.aGauge1.BaseArcColor  = System.Drawing.Color.Gray;
     this.aGauge1.BaseArcRadius = 80;
     this.aGauge1.BaseArcStart  = 135;
     this.aGauge1.BaseArcSweep  = 270;
     this.aGauge1.BaseArcWidth  = 2;
     this.aGauge1.Center        = new System.Drawing.Point(100, 100);
     this.aGauge1.Dock          = System.Windows.Forms.DockStyle.Fill;
     aGaugeLabel1.Color         = System.Drawing.SystemColors.WindowText;
     aGaugeLabel1.Font          = new System.Drawing.Font("Verdana", 9.75F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     aGaugeLabel1.Name          = "GaugeLabel1";
     aGaugeLabel1.Position      = new System.Drawing.Point(200, 260);
     aGaugeLabel1.Text          = "0";
     this.aGauge1.GaugeLabels.Add(aGaugeLabel1);
     aGaugeRange1.Color       = System.Drawing.Color.Red;
     aGaugeRange1.EndValue    = 200F;
     aGaugeRange1.InnerRadius = 70;
     aGaugeRange1.InRange     = false;
     aGaugeRange1.Name        = "AlertRange";
     aGaugeRange1.OuterRadius = 80;
     aGaugeRange1.StartValue  = 160F;
     aGaugeRange2.Color       = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     aGaugeRange2.EndValue    = 160F;
     aGaugeRange2.InnerRadius = 70;
     aGaugeRange2.InRange     = false;
     aGaugeRange2.Name        = "GaugeRange3";
     aGaugeRange2.OuterRadius = 75;
     aGaugeRange2.StartValue  = 0F;
     aGaugeRange3.Color       = System.Drawing.Color.Lime;
     aGaugeRange3.EndValue    = 160F;
     aGaugeRange3.InnerRadius = 75;
     aGaugeRange3.InRange     = false;
     aGaugeRange3.Name        = "GaugeRange2";
     aGaugeRange3.OuterRadius = 80;
     aGaugeRange3.StartValue  = 0F;
     this.aGauge1.GaugeRanges.Add(aGaugeRange1);
     this.aGauge1.GaugeRanges.Add(aGaugeRange2);
     this.aGauge1.GaugeRanges.Add(aGaugeRange3);
     this.aGauge1.Location                   = new System.Drawing.Point(53, 3);
     this.aGauge1.MaxValue                   = 190F;
     this.aGauge1.MinValue                   = 0F;
     this.aGauge1.Name                       = "aGauge1";
     this.aGauge1.NeedleColor1               = System.Windows.Forms.AGaugeNeedleColor.Yellow;
     this.aGauge1.NeedleColor2               = System.Drawing.Color.Olive;
     this.aGauge1.NeedleRadius               = 80;
     this.aGauge1.NeedleType                 = System.Windows.Forms.NeedleType.Advance;
     this.aGauge1.NeedleWidth                = 2;
     this.aGauge1.ScaleLinesInterColor       = System.Drawing.Color.Black;
     this.aGauge1.ScaleLinesInterInnerRadius = 73;
     this.aGauge1.ScaleLinesInterOuterRadius = 80;
     this.aGauge1.ScaleLinesInterWidth       = 1;
     this.aGauge1.ScaleLinesMajorColor       = System.Drawing.Color.Black;
     this.aGauge1.ScaleLinesMajorInnerRadius = 70;
     this.aGauge1.ScaleLinesMajorOuterRadius = 80;
     this.aGauge1.ScaleLinesMajorStepValue   = 20F;
     this.aGauge1.ScaleLinesMajorWidth       = 2;
     this.aGauge1.ScaleLinesMinorColor       = System.Drawing.Color.Gray;
     this.aGauge1.ScaleLinesMinorInnerRadius = 75;
     this.aGauge1.ScaleLinesMinorOuterRadius = 80;
     this.aGauge1.ScaleLinesMinorTicks       = 9;
     this.aGauge1.ScaleLinesMinorWidth       = 1;
     this.aGauge1.ScaleNumbersColor          = System.Drawing.Color.Black;
     this.aGauge1.ScaleNumbersFormat         = null;
     this.aGauge1.ScaleNumbersRadius         = 95;
     this.aGauge1.ScaleNumbersRotation       = 0;
     this.aGauge1.ScaleNumbersStartScaleLine = 1;
     this.aGauge1.ScaleNumbersStepScaleLines = 1;
     this.aGauge1.Size                       = new System.Drawing.Size(285, 222);
     this.aGauge1.TabIndex                   = 0;
     this.aGauge1.Text                       = "aGauge1";
     this.aGauge1.Value                      = 0F;
     this.aGauge1.ValueChanged              += new System.EventHandler(this.aGauge1_ValueChanged);
     this.aGauge1.ValueInRangeChanged       += new System.EventHandler <System.Windows.Forms.ValueInRangeChangedEventArgs>(this.aGauge1_ValueInRangeChanged);
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(224, 193);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(75, 23);
     this.button2.TabIndex = 0;
     this.button2.Text     = "button2";
     this.button2.UseVisualStyleBackColor = true;
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(341, 278);
     this.Controls.Add(this.tableLayoutPanel1);
     this.Name = "MainForm";
     this.Text = "Form1";
     ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit();
     this.panel1.ResumeLayout(false);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     this.ResumeLayout(false);
 }
Esempio n. 2
0
 /// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     System.Windows.Forms.TreeNode    treeNode1    = new System.Windows.Forms.TreeNode("Deploy success");
     System.Windows.Forms.TreeNode    treeNode2    = new System.Windows.Forms.TreeNode("successful insertion into orbit");
     System.Windows.Forms.TreeNode    treeNode3    = new System.Windows.Forms.TreeNode("stage-3 ignition");
     System.Windows.Forms.TreeNode    treeNode4    = new System.Windows.Forms.TreeNode("stage-2 separation");
     System.Windows.Forms.TreeNode    treeNode5    = new System.Windows.Forms.TreeNode("stage-2 ignition");
     System.Windows.Forms.TreeNode    treeNode6    = new System.Windows.Forms.TreeNode("stage-1 separation");
     System.Windows.Forms.TreeNode    treeNode7    = new System.Windows.Forms.TreeNode("roll sequence initiated");
     System.Windows.Forms.TreeNode    treeNode8    = new System.Windows.Forms.TreeNode("Lift Off!");
     System.Windows.Forms.TreeNode    treeNode9    = new System.Windows.Forms.TreeNode("Boost Ignition");
     System.Windows.Forms.TreeNode    treeNode10   = new System.Windows.Forms.TreeNode("Ignition Start");
     System.Windows.Forms.AGaugeLabel aGaugeLabel1 = new System.Windows.Forms.AGaugeLabel();
     System.Windows.Forms.AGaugeLabel aGaugeLabel2 = new System.Windows.Forms.AGaugeLabel();
     System.Windows.Forms.AGaugeLabel aGaugeLabel3 = new System.Windows.Forms.AGaugeLabel();
     this.latitude_disp    = new System.Windows.Forms.TextBox();
     this.longitude_disp   = new System.Windows.Forms.TextBox();
     this.connect_button   = new System.Windows.Forms.Button();
     this.Get_Port_1       = new System.Windows.Forms.ComboBox();
     this.Get_Port_2       = new System.Windows.Forms.ComboBox();
     this.gauge_timer      = new System.Windows.Forms.Timer(this.components);
     this.panel1           = new System.Windows.Forms.Panel();
     this.sat_img          = new System.Windows.Forms.PictureBox();
     this.time_disp        = new System.Windows.Forms.TextBox();
     this.battery_voltage  = new System.Windows.Forms.TextBox();
     this.testpacket_field = new System.Windows.Forms.TextBox();
     this.button1          = new System.Windows.Forms.Button();
     this.test_packet      = new System.Windows.Forms.TreeView();
     this.logbox           = new System.Windows.Forms.TextBox();
     this.label1           = new System.Windows.Forms.Label();
     this.label2           = new System.Windows.Forms.Label();
     this.label3           = new System.Windows.Forms.Label();
     this.gmap             = new GMap.NET.WindowsForms.GMapControl();
     this.pictureBox1      = new System.Windows.Forms.PictureBox();
     this.thrust_gauge     = new System.Windows.Forms.AGauge();
     this.altitude_gauge   = new System.Windows.Forms.AGauge();
     this.speed_gauge      = new System.Windows.Forms.AGauge();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.sat_img)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // latitude_disp
     //
     this.latitude_disp.Location     = new System.Drawing.Point(524, 469);
     this.latitude_disp.Name         = "latitude_disp";
     this.latitude_disp.ReadOnly     = true;
     this.latitude_disp.Size         = new System.Drawing.Size(89, 20);
     this.latitude_disp.TabIndex     = 7;
     this.latitude_disp.TextChanged += new System.EventHandler(this.latitude_TextChanged);
     //
     // longitude_disp
     //
     this.longitude_disp.Location     = new System.Drawing.Point(619, 469);
     this.longitude_disp.Name         = "longitude_disp";
     this.longitude_disp.ReadOnly     = true;
     this.longitude_disp.Size         = new System.Drawing.Size(88, 20);
     this.longitude_disp.TabIndex     = 8;
     this.longitude_disp.TextChanged += new System.EventHandler(this.longitude_TextChanged);
     //
     // connect_button
     //
     this.connect_button.Location = new System.Drawing.Point(674, 152);
     this.connect_button.Name     = "connect_button";
     this.connect_button.Size     = new System.Drawing.Size(33, 23);
     this.connect_button.TabIndex = 11;
     this.connect_button.Text     = "GO";
     this.connect_button.UseVisualStyleBackColor = true;
     this.connect_button.Click += new System.EventHandler(this.connect_button_Click);
     //
     // Get_Port_1
     //
     this.Get_Port_1.FormattingEnabled = true;
     this.Get_Port_1.Location          = new System.Drawing.Point(529, 153);
     this.Get_Port_1.Name     = "Get_Port_1";
     this.Get_Port_1.Size     = new System.Drawing.Size(71, 21);
     this.Get_Port_1.TabIndex = 12;
     //
     // Get_Port_2
     //
     this.Get_Port_2.FormattingEnabled = true;
     this.Get_Port_2.Location          = new System.Drawing.Point(602, 153);
     this.Get_Port_2.Name     = "Get_Port_2";
     this.Get_Port_2.Size     = new System.Drawing.Size(71, 21);
     this.Get_Port_2.TabIndex = 19;
     //
     // gauge_timer
     //
     this.gauge_timer.Enabled  = true;
     this.gauge_timer.Interval = 500;
     this.gauge_timer.Tick    += new System.EventHandler(this.gauge_timer_Tick);
     //
     // panel1
     //
     this.panel1.BackColor   = System.Drawing.SystemColors.ControlLightLight;
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel1.Controls.Add(this.thrust_gauge);
     this.panel1.Controls.Add(this.altitude_gauge);
     this.panel1.Controls.Add(this.speed_gauge);
     this.panel1.Location = new System.Drawing.Point(529, 34);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(383, 117);
     this.panel1.TabIndex = 23;
     this.panel1.Paint   += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
     //
     // sat_img
     //
     this.sat_img.Image    = ((System.Drawing.Image)(resources.GetObject("sat_img.Image")));
     this.sat_img.Location = new System.Drawing.Point(726, 463);
     this.sat_img.Name     = "sat_img";
     this.sat_img.Size     = new System.Drawing.Size(51, 26);
     this.sat_img.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.sat_img.TabIndex = 32;
     this.sat_img.TabStop  = false;
     //
     // time_disp
     //
     this.time_disp.Location = new System.Drawing.Point(570, 8);
     this.time_disp.Name     = "time_disp";
     this.time_disp.ReadOnly = true;
     this.time_disp.Size     = new System.Drawing.Size(60, 20);
     this.time_disp.TabIndex = 33;
     //
     // battery_voltage
     //
     this.battery_voltage.Location = new System.Drawing.Point(838, 7);
     this.battery_voltage.Name     = "battery_voltage";
     this.battery_voltage.ReadOnly = true;
     this.battery_voltage.Size     = new System.Drawing.Size(55, 20);
     this.battery_voltage.TabIndex = 34;
     //
     // testpacket_field
     //
     this.testpacket_field.Location = new System.Drawing.Point(529, 416);
     this.testpacket_field.Name     = "testpacket_field";
     this.testpacket_field.Size     = new System.Drawing.Size(162, 20);
     this.testpacket_field.TabIndex = 35;
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(555, 442);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(106, 23);
     this.button1.TabIndex = 36;
     this.button1.Text     = "TEST PACKET";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click_1);
     //
     // test_packet
     //
     this.test_packet.BackColor   = System.Drawing.SystemColors.Control;
     this.test_packet.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.test_packet.ItemHeight  = 34;
     this.test_packet.Location    = new System.Drawing.Point(755, 152);
     this.test_packet.Name        = "test_packet";
     treeNode1.Name  = "139";
     treeNode1.Text  = "Deploy success";
     treeNode2.Name  = "123";
     treeNode2.Text  = "successful insertion into orbit";
     treeNode3.Name  = "106";
     treeNode3.Text  = "stage-3 ignition";
     treeNode4.Name  = "103";
     treeNode4.Text  = "stage-2 separation";
     treeNode5.Name  = "091";
     treeNode5.Text  = "stage-2 ignition";
     treeNode6.Name  = "088";
     treeNode6.Text  = "stage-1 separation";
     treeNode7.Name  = "048";
     treeNode7.Text  = "roll sequence initiated";
     treeNode8.Name  = "013";
     treeNode8.Text  = "Lift Off!";
     treeNode9.Name  = "009";
     treeNode9.Text  = "Boost Ignition";
     treeNode10.Name = "001";
     treeNode10.Text = "Ignition Start";
     this.test_packet.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
         treeNode1,
         treeNode2,
         treeNode3,
         treeNode4,
         treeNode5,
         treeNode6,
         treeNode7,
         treeNode8,
         treeNode9,
         treeNode10
     });
     this.test_packet.RightToLeft       = System.Windows.Forms.RightToLeft.No;
     this.test_packet.RightToLeftLayout = true;
     this.test_packet.Scrollable        = false;
     this.test_packet.Size     = new System.Drawing.Size(161, 350);
     this.test_packet.TabIndex = 31;
     //
     // logbox
     //
     this.logbox.Location   = new System.Drawing.Point(529, 181);
     this.logbox.Multiline  = true;
     this.logbox.Name       = "logbox";
     this.logbox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.logbox.Size       = new System.Drawing.Size(178, 229);
     this.logbox.TabIndex   = 37;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(532, 12);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(33, 13);
     this.label1.TabIndex = 38;
     this.label1.Text     = "TIME";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(780, 11);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(57, 13);
     this.label2.TabIndex = 39;
     this.label2.Text     = "BATTERY";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(895, 11);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(14, 13);
     this.label3.TabIndex = 40;
     this.label3.Text     = "V";
     //
     // gmap
     //
     this.gmap.AutoSize            = true;
     this.gmap.Bearing             = 0F;
     this.gmap.CanDragMap          = false;
     this.gmap.EmptyTileColor      = System.Drawing.Color.Navy;
     this.gmap.Enabled             = false;
     this.gmap.GrayScaleMode       = false;
     this.gmap.HelperLineOption    = GMap.NET.WindowsForms.HelperLineOptions.DontShow;
     this.gmap.LevelsKeepInMemmory = 5;
     this.gmap.Location            = new System.Drawing.Point(4, 4);
     this.gmap.MarkersEnabled      = true;
     this.gmap.MaxZoom             = 18;
     this.gmap.MinZoom             = 0;
     this.gmap.MouseWheelZoomType  = GMap.NET.MouseWheelZoomType.MousePositionWithoutCenter;
     this.gmap.Name                  = "gmap";
     this.gmap.NegativeMode          = false;
     this.gmap.PolygonsEnabled       = true;
     this.gmap.RetryLoadTile         = 0;
     this.gmap.RoutesEnabled         = true;
     this.gmap.ScaleMode             = GMap.NET.WindowsForms.ScaleModes.Integer;
     this.gmap.SelectedAreaFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(65)))), ((int)(((byte)(105)))), ((int)(((byte)(225)))));
     this.gmap.ShowTileGridLines     = false;
     this.gmap.Size                  = new System.Drawing.Size(515, 487);
     this.gmap.TabIndex              = 41;
     this.gmap.Zoom                  = 0D;
     //
     // pictureBox1
     //
     this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.pictureBox1.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(664, 1);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(114, 33);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex = 42;
     this.pictureBox1.TabStop  = false;
     //
     // thrust_gauge
     //
     this.thrust_gauge.Anchor        = System.Windows.Forms.AnchorStyles.None;
     this.thrust_gauge.BaseArcColor  = System.Drawing.Color.Gray;
     this.thrust_gauge.BaseArcRadius = 35;
     this.thrust_gauge.BaseArcStart  = 135;
     this.thrust_gauge.BaseArcSweep  = 270;
     this.thrust_gauge.BaseArcWidth  = 2;
     this.thrust_gauge.Center        = new System.Drawing.Point(64, 64);
     this.thrust_gauge.Font          = new System.Drawing.Font("Microsoft Sans Serif", 7F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     aGaugeLabel1.Color    = System.Drawing.SystemColors.WindowText;
     aGaugeLabel1.Name     = "Thrust";
     aGaugeLabel1.Position = new System.Drawing.Point(45, 100);
     aGaugeLabel1.Text     = "Thrust";
     this.thrust_gauge.GaugeLabels.Add(aGaugeLabel1);
     this.thrust_gauge.Location                   = new System.Drawing.Point(251, -2);
     this.thrust_gauge.MaxValue                   = 3200F;
     this.thrust_gauge.MinValue                   = 0F;
     this.thrust_gauge.Name                       = "thrust_gauge";
     this.thrust_gauge.NeedleColor1               = System.Windows.Forms.AGaugeNeedleColor.Gray;
     this.thrust_gauge.NeedleColor2               = System.Drawing.Color.DimGray;
     this.thrust_gauge.NeedleRadius               = 47;
     this.thrust_gauge.NeedleType                 = System.Windows.Forms.NeedleType.Advance;
     this.thrust_gauge.NeedleWidth                = 2;
     this.thrust_gauge.ScaleLinesInterColor       = System.Drawing.Color.Black;
     this.thrust_gauge.ScaleLinesInterInnerRadius = 35;
     this.thrust_gauge.ScaleLinesInterOuterRadius = 30;
     this.thrust_gauge.ScaleLinesInterWidth       = 1;
     this.thrust_gauge.ScaleLinesMajorColor       = System.Drawing.SystemColors.Control;
     this.thrust_gauge.ScaleLinesMajorInnerRadius = 40;
     this.thrust_gauge.ScaleLinesMajorOuterRadius = 35;
     this.thrust_gauge.ScaleLinesMajorStepValue   = 300F;
     this.thrust_gauge.ScaleLinesMajorWidth       = 2;
     this.thrust_gauge.ScaleLinesMinorColor       = System.Drawing.SystemColors.Desktop;
     this.thrust_gauge.ScaleLinesMinorInnerRadius = 40;
     this.thrust_gauge.ScaleLinesMinorOuterRadius = 37;
     this.thrust_gauge.ScaleLinesMinorTicks       = 9;
     this.thrust_gauge.ScaleLinesMinorWidth       = 1;
     this.thrust_gauge.ScaleNumbersColor          = System.Drawing.Color.Black;
     this.thrust_gauge.ScaleNumbersFormat         = null;
     this.thrust_gauge.ScaleNumbersRadius         = 53;
     this.thrust_gauge.ScaleNumbersRotation       = 0;
     this.thrust_gauge.ScaleNumbersStartScaleLine = 0;
     this.thrust_gauge.ScaleNumbersStepScaleLines = 1;
     this.thrust_gauge.Size                       = new System.Drawing.Size(142, 119);
     this.thrust_gauge.TabIndex                   = 25;
     this.thrust_gauge.Text                       = "Thrust";
     this.thrust_gauge.Value                      = 0F;
     //
     // altitude_gauge
     //
     this.altitude_gauge.Anchor        = System.Windows.Forms.AnchorStyles.None;
     this.altitude_gauge.BaseArcColor  = System.Drawing.Color.Gray;
     this.altitude_gauge.BaseArcRadius = 35;
     this.altitude_gauge.BaseArcStart  = 135;
     this.altitude_gauge.BaseArcSweep  = 270;
     this.altitude_gauge.BaseArcWidth  = 2;
     this.altitude_gauge.Center        = new System.Drawing.Point(60, 60);
     this.altitude_gauge.Font          = new System.Drawing.Font("Microsoft Sans Serif", 7F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     aGaugeLabel2.Color    = System.Drawing.SystemColors.WindowText;
     aGaugeLabel2.Name     = "Altitude";
     aGaugeLabel2.Position = new System.Drawing.Point(45, 100);
     aGaugeLabel2.Text     = "Altitude";
     this.altitude_gauge.GaugeLabels.Add(aGaugeLabel2);
     this.altitude_gauge.Location                   = new System.Drawing.Point(126, -3);
     this.altitude_gauge.MaxValue                   = 100F;
     this.altitude_gauge.MinValue                   = 0F;
     this.altitude_gauge.Name                       = "altitude_gauge";
     this.altitude_gauge.NeedleColor1               = System.Windows.Forms.AGaugeNeedleColor.Gray;
     this.altitude_gauge.NeedleColor2               = System.Drawing.Color.DimGray;
     this.altitude_gauge.NeedleRadius               = 47;
     this.altitude_gauge.NeedleType                 = System.Windows.Forms.NeedleType.Advance;
     this.altitude_gauge.NeedleWidth                = 2;
     this.altitude_gauge.ScaleLinesInterColor       = System.Drawing.Color.Black;
     this.altitude_gauge.ScaleLinesInterInnerRadius = 35;
     this.altitude_gauge.ScaleLinesInterOuterRadius = 30;
     this.altitude_gauge.ScaleLinesInterWidth       = 1;
     this.altitude_gauge.ScaleLinesMajorColor       = System.Drawing.SystemColors.Control;
     this.altitude_gauge.ScaleLinesMajorInnerRadius = 40;
     this.altitude_gauge.ScaleLinesMajorOuterRadius = 35;
     this.altitude_gauge.ScaleLinesMajorStepValue   = 10F;
     this.altitude_gauge.ScaleLinesMajorWidth       = 2;
     this.altitude_gauge.ScaleLinesMinorColor       = System.Drawing.SystemColors.Desktop;
     this.altitude_gauge.ScaleLinesMinorInnerRadius = 40;
     this.altitude_gauge.ScaleLinesMinorOuterRadius = 37;
     this.altitude_gauge.ScaleLinesMinorTicks       = 9;
     this.altitude_gauge.ScaleLinesMinorWidth       = 1;
     this.altitude_gauge.ScaleNumbersColor          = System.Drawing.Color.Black;
     this.altitude_gauge.ScaleNumbersFormat         = null;
     this.altitude_gauge.ScaleNumbersRadius         = 52;
     this.altitude_gauge.ScaleNumbersRotation       = 0;
     this.altitude_gauge.ScaleNumbersStartScaleLine = 0;
     this.altitude_gauge.ScaleNumbersStepScaleLines = 1;
     this.altitude_gauge.Size                       = new System.Drawing.Size(150, 126);
     this.altitude_gauge.TabIndex                   = 24;
     this.altitude_gauge.Text                       = "Altitude";
     this.altitude_gauge.Value                      = 0F;
     //
     // speed_gauge
     //
     this.speed_gauge.Anchor        = System.Windows.Forms.AnchorStyles.None;
     this.speed_gauge.BaseArcColor  = System.Drawing.Color.Gray;
     this.speed_gauge.BaseArcRadius = 35;
     this.speed_gauge.BaseArcStart  = 135;
     this.speed_gauge.BaseArcSweep  = 270;
     this.speed_gauge.BaseArcWidth  = 2;
     this.speed_gauge.Center        = new System.Drawing.Point(60, 60);
     this.speed_gauge.Font          = new System.Drawing.Font("Microsoft Sans Serif", 7F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     aGaugeLabel3.Color             = System.Drawing.SystemColors.WindowText;
     aGaugeLabel3.Name     = "Speed";
     aGaugeLabel3.Position = new System.Drawing.Point(45, 100);
     aGaugeLabel3.Text     = "Speed";
     this.speed_gauge.GaugeLabels.Add(aGaugeLabel3);
     this.speed_gauge.Location                   = new System.Drawing.Point(4, -2);
     this.speed_gauge.MaxValue                   = 100F;
     this.speed_gauge.MinValue                   = 0F;
     this.speed_gauge.Name                       = "speed_gauge";
     this.speed_gauge.NeedleColor1               = System.Windows.Forms.AGaugeNeedleColor.Gray;
     this.speed_gauge.NeedleColor2               = System.Drawing.Color.DimGray;
     this.speed_gauge.NeedleRadius               = 47;
     this.speed_gauge.NeedleType                 = System.Windows.Forms.NeedleType.Advance;
     this.speed_gauge.NeedleWidth                = 2;
     this.speed_gauge.ScaleLinesInterColor       = System.Drawing.Color.Black;
     this.speed_gauge.ScaleLinesInterInnerRadius = 35;
     this.speed_gauge.ScaleLinesInterOuterRadius = 30;
     this.speed_gauge.ScaleLinesInterWidth       = 1;
     this.speed_gauge.ScaleLinesMajorColor       = System.Drawing.SystemColors.Control;
     this.speed_gauge.ScaleLinesMajorInnerRadius = 40;
     this.speed_gauge.ScaleLinesMajorOuterRadius = 35;
     this.speed_gauge.ScaleLinesMajorStepValue   = 10F;
     this.speed_gauge.ScaleLinesMajorWidth       = 2;
     this.speed_gauge.ScaleLinesMinorColor       = System.Drawing.SystemColors.Desktop;
     this.speed_gauge.ScaleLinesMinorInnerRadius = 40;
     this.speed_gauge.ScaleLinesMinorOuterRadius = 37;
     this.speed_gauge.ScaleLinesMinorTicks       = 9;
     this.speed_gauge.ScaleLinesMinorWidth       = 1;
     this.speed_gauge.ScaleNumbersColor          = System.Drawing.Color.Black;
     this.speed_gauge.ScaleNumbersFormat         = null;
     this.speed_gauge.ScaleNumbersRadius         = 52;
     this.speed_gauge.ScaleNumbersRotation       = 0;
     this.speed_gauge.ScaleNumbersStartScaleLine = 0;
     this.speed_gauge.ScaleNumbersStepScaleLines = 1;
     this.speed_gauge.Size                       = new System.Drawing.Size(138, 122);
     this.speed_gauge.TabIndex                   = 23;
     this.speed_gauge.Text                       = "Speed";
     this.speed_gauge.Value                      = 0F;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(918, 493);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.gmap);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.logbox);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.testpacket_field);
     this.Controls.Add(this.battery_voltage);
     this.Controls.Add(this.time_disp);
     this.Controls.Add(this.sat_img);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.Get_Port_2);
     this.Controls.Add(this.Get_Port_1);
     this.Controls.Add(this.connect_button);
     this.Controls.Add(this.longitude_disp);
     this.Controls.Add(this.latitude_disp);
     this.Controls.Add(this.test_packet);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "Form1";
     this.Text = "BARADX";
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.sat_img)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     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()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.AGaugeLabel aGaugeLabel5  = new System.Windows.Forms.AGaugeLabel();
     System.Windows.Forms.AGaugeLabel aGaugeLabel6  = new System.Windows.Forms.AGaugeLabel();
     System.Windows.Forms.AGaugeRange aGaugeRange9  = new System.Windows.Forms.AGaugeRange();
     System.Windows.Forms.AGaugeRange aGaugeRange10 = new System.Windows.Forms.AGaugeRange();
     System.Windows.Forms.AGaugeRange aGaugeRange11 = new System.Windows.Forms.AGaugeRange();
     System.Windows.Forms.AGaugeRange aGaugeRange12 = new System.Windows.Forms.AGaugeRange();
     this.pnl_InterfazScada    = new System.Windows.Forms.Panel();
     this.picAlarmaApagada     = new System.Windows.Forms.PictureBox();
     this.picAlarmaEncendiendo = new System.Windows.Forms.PictureBox();
     this.txtHumo            = new System.Windows.Forms.TextBox();
     this.aGauge1            = new System.Windows.Forms.AGauge();
     this.picLuzApagada      = new System.Windows.Forms.PictureBox();
     this.btnCerrar          = new System.Windows.Forms.Button();
     this.btnMinimizar       = new System.Windows.Forms.Button();
     this.lblTemperatura     = new System.Windows.Forms.Label();
     this.lblAlarma          = new System.Windows.Forms.Label();
     this.lblTitulo          = new System.Windows.Forms.Label();
     this.label1             = new System.Windows.Forms.Label();
     this.picAlarmaEncendida = new System.Windows.Forms.PictureBox();
     this.lblIndicador       = new System.Windows.Forms.Label();
     this.cmbCamara          = new System.Windows.Forms.ComboBox();
     this.videoSourcePlayer1 = new AForge.Controls.VideoSourcePlayer();
     this.btnIniciar         = new System.Windows.Forms.Button();
     this.btnDetener         = new System.Windows.Forms.Button();
     this.label6             = new System.Windows.Forms.Label();
     this.textBox1           = new System.Windows.Forms.TextBox();
     this.shapeContainer2    = new Microsoft.VisualBasic.PowerPacks.ShapeContainer();
     this.lineShape1         = new Microsoft.VisualBasic.PowerPacks.LineShape();
     this.picLuzEncendida    = new System.Windows.Forms.PictureBox();
     this.toolTip1           = new System.Windows.Forms.ToolTip(this.components);
     this.Timer_Movimiento   = new System.Windows.Forms.Timer(this.components);
     this.Timer_Temperatura  = new System.Windows.Forms.Timer(this.components);
     this.Timer_Humo         = new System.Windows.Forms.Timer(this.components);
     this.pnl_InterfazScada.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.picAlarmaApagada)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.picAlarmaEncendiendo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.picLuzApagada)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.picAlarmaEncendida)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.picLuzEncendida)).BeginInit();
     this.SuspendLayout();
     //
     // pnl_InterfazScada
     //
     this.pnl_InterfazScada.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pnl_InterfazScada.Controls.Add(this.picAlarmaApagada);
     this.pnl_InterfazScada.Controls.Add(this.picAlarmaEncendiendo);
     this.pnl_InterfazScada.Controls.Add(this.txtHumo);
     this.pnl_InterfazScada.Controls.Add(this.aGauge1);
     this.pnl_InterfazScada.Controls.Add(this.picLuzApagada);
     this.pnl_InterfazScada.Controls.Add(this.btnCerrar);
     this.pnl_InterfazScada.Controls.Add(this.btnMinimizar);
     this.pnl_InterfazScada.Controls.Add(this.lblTemperatura);
     this.pnl_InterfazScada.Controls.Add(this.lblAlarma);
     this.pnl_InterfazScada.Controls.Add(this.lblTitulo);
     this.pnl_InterfazScada.Controls.Add(this.label1);
     this.pnl_InterfazScada.Controls.Add(this.picAlarmaEncendida);
     this.pnl_InterfazScada.Controls.Add(this.lblIndicador);
     this.pnl_InterfazScada.Controls.Add(this.cmbCamara);
     this.pnl_InterfazScada.Controls.Add(this.videoSourcePlayer1);
     this.pnl_InterfazScada.Controls.Add(this.btnIniciar);
     this.pnl_InterfazScada.Controls.Add(this.btnDetener);
     this.pnl_InterfazScada.Controls.Add(this.label6);
     this.pnl_InterfazScada.Controls.Add(this.textBox1);
     this.pnl_InterfazScada.Controls.Add(this.shapeContainer2);
     this.pnl_InterfazScada.Controls.Add(this.picLuzEncendida);
     this.pnl_InterfazScada.Location = new System.Drawing.Point(0, 0);
     this.pnl_InterfazScada.Name     = "pnl_InterfazScada";
     this.pnl_InterfazScada.Size     = new System.Drawing.Size(1385, 787);
     this.pnl_InterfazScada.TabIndex = 0;
     //
     // picAlarmaApagada
     //
     this.picAlarmaApagada.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this.picAlarmaApagada.Image    = global::SystemSCADA.Properties.Resources.alarma3;
     this.picAlarmaApagada.Location = new System.Drawing.Point(1164, 85);
     this.picAlarmaApagada.Name     = "picAlarmaApagada";
     this.picAlarmaApagada.Size     = new System.Drawing.Size(165, 113);
     this.picAlarmaApagada.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.picAlarmaApagada.TabIndex = 38;
     this.picAlarmaApagada.TabStop  = false;
     //
     // picAlarmaEncendiendo
     //
     this.picAlarmaEncendiendo.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this.picAlarmaEncendiendo.Image    = global::SystemSCADA.Properties.Resources.alarma2;
     this.picAlarmaEncendiendo.Location = new System.Drawing.Point(1164, 85);
     this.picAlarmaEncendiendo.Name     = "picAlarmaEncendiendo";
     this.picAlarmaEncendiendo.Size     = new System.Drawing.Size(165, 113);
     this.picAlarmaEncendiendo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.picAlarmaEncendiendo.TabIndex = 39;
     this.picAlarmaEncendiendo.TabStop  = false;
     //
     // txtHumo
     //
     this.txtHumo.Location = new System.Drawing.Point(1194, 204);
     this.txtHumo.Name     = "txtHumo";
     this.txtHumo.Size     = new System.Drawing.Size(100, 20);
     this.txtHumo.TabIndex = 37;
     this.txtHumo.Visible  = false;
     //
     // aGauge1
     //
     this.aGauge1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this.aGauge1.BaseArcColor          = System.Drawing.Color.Gray;
     this.aGauge1.BaseArcRadius         = 80;
     this.aGauge1.BaseArcStart          = 135;
     this.aGauge1.BaseArcSweep          = 270;
     this.aGauge1.BaseArcWidth          = 2;
     this.aGauge1.Center   = new System.Drawing.Point(100, 100);
     aGaugeLabel5.Color    = System.Drawing.Color.Red;
     aGaugeLabel5.Name     = "GaugeLabel1";
     aGaugeLabel5.Position = new System.Drawing.Point(0, 0);
     aGaugeLabel5.Text     = null;
     aGaugeLabel6.Color    = System.Drawing.Color.Red;
     aGaugeLabel6.Name     = "GaugeLabel";
     aGaugeLabel6.Position = new System.Drawing.Point(0, 0);
     aGaugeLabel6.Text     = null;
     this.aGauge1.GaugeLabels.Add(aGaugeLabel5);
     this.aGauge1.GaugeLabels.Add(aGaugeLabel6);
     aGaugeRange9.Color        = System.Drawing.Color.Red;
     aGaugeRange9.EndValue     = 60F;
     aGaugeRange9.InnerRadius  = 70;
     aGaugeRange9.InRange      = false;
     aGaugeRange9.Name         = "Critico";
     aGaugeRange9.OuterRadius  = 80;
     aGaugeRange9.StartValue   = 45F;
     aGaugeRange10.Color       = System.Drawing.Color.Yellow;
     aGaugeRange10.EndValue    = 45F;
     aGaugeRange10.InnerRadius = 70;
     aGaugeRange10.InRange     = false;
     aGaugeRange10.Name        = "Advertencia";
     aGaugeRange10.OuterRadius = 80;
     aGaugeRange10.StartValue  = 35F;
     aGaugeRange11.Color       = System.Drawing.Color.Lime;
     aGaugeRange11.EndValue    = 35F;
     aGaugeRange11.InnerRadius = 70;
     aGaugeRange11.InRange     = false;
     aGaugeRange11.Name        = "Bien";
     aGaugeRange11.OuterRadius = 80;
     aGaugeRange11.StartValue  = 0F;
     aGaugeRange12.Color       = System.Drawing.Color.Blue;
     aGaugeRange12.EndValue    = 0F;
     aGaugeRange12.InnerRadius = 70;
     aGaugeRange12.InRange     = false;
     aGaugeRange12.Name        = "Frio";
     aGaugeRange12.OuterRadius = 80;
     aGaugeRange12.StartValue  = -20F;
     this.aGauge1.GaugeRanges.Add(aGaugeRange9);
     this.aGauge1.GaugeRanges.Add(aGaugeRange10);
     this.aGauge1.GaugeRanges.Add(aGaugeRange11);
     this.aGauge1.GaugeRanges.Add(aGaugeRange12);
     this.aGauge1.Location                   = new System.Drawing.Point(1146, 280);
     this.aGauge1.MaxValue                   = 60F;
     this.aGauge1.MinValue                   = -20F;
     this.aGauge1.Name                       = "aGauge1";
     this.aGauge1.NeedleColor1               = System.Windows.Forms.AGaugeNeedleColor.Gray;
     this.aGauge1.NeedleColor2               = System.Drawing.Color.DimGray;
     this.aGauge1.NeedleRadius               = 80;
     this.aGauge1.NeedleType                 = System.Windows.Forms.NeedleType.Advance;
     this.aGauge1.NeedleWidth                = 2;
     this.aGauge1.ScaleLinesInterColor       = System.Drawing.Color.Black;
     this.aGauge1.ScaleLinesInterInnerRadius = 73;
     this.aGauge1.ScaleLinesInterOuterRadius = 80;
     this.aGauge1.ScaleLinesInterWidth       = 1;
     this.aGauge1.ScaleLinesMajorColor       = System.Drawing.Color.Black;
     this.aGauge1.ScaleLinesMajorInnerRadius = 70;
     this.aGauge1.ScaleLinesMajorOuterRadius = 80;
     this.aGauge1.ScaleLinesMajorStepValue   = 10F;
     this.aGauge1.ScaleLinesMajorWidth       = 2;
     this.aGauge1.ScaleLinesMinorColor       = System.Drawing.Color.Gray;
     this.aGauge1.ScaleLinesMinorInnerRadius = 75;
     this.aGauge1.ScaleLinesMinorOuterRadius = 80;
     this.aGauge1.ScaleLinesMinorTicks       = 9;
     this.aGauge1.ScaleLinesMinorWidth       = 1;
     this.aGauge1.ScaleNumbersColor          = System.Drawing.Color.Black;
     this.aGauge1.ScaleNumbersFormat         = null;
     this.aGauge1.ScaleNumbersRadius         = 95;
     this.aGauge1.ScaleNumbersRotation       = 0;
     this.aGauge1.ScaleNumbersStartScaleLine = 0;
     this.aGauge1.ScaleNumbersStepScaleLines = 1;
     this.aGauge1.Size                       = new System.Drawing.Size(205, 180);
     this.aGauge1.TabIndex                   = 24;
     this.aGauge1.Text                       = "aGauge1";
     this.aGauge1.Value                      = 0F;
     //
     // picLuzApagada
     //
     this.picLuzApagada.Image    = global::SystemSCADA.Properties.Resources.Button_off;
     this.picLuzApagada.Location = new System.Drawing.Point(836, 55);
     this.picLuzApagada.Name     = "picLuzApagada";
     this.picLuzApagada.Size     = new System.Drawing.Size(80, 82);
     this.picLuzApagada.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.picLuzApagada.TabIndex = 8;
     this.picLuzApagada.TabStop  = false;
     //
     // btnCerrar
     //
     this.btnCerrar.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(150)))), ((int)(((byte)(150)))), ((int)(((byte)(150)))));
     this.btnCerrar.FlatAppearance.BorderSize = 0;
     this.btnCerrar.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnCerrar.Image     = global::SystemSCADA.Properties.Resources.Cerrar;
     this.btnCerrar.Location  = new System.Drawing.Point(1328, 1);
     this.btnCerrar.Name      = "btnCerrar";
     this.btnCerrar.Size      = new System.Drawing.Size(38, 37);
     this.btnCerrar.TabIndex  = 2;
     this.btnCerrar.UseVisualStyleBackColor = false;
     this.btnCerrar.Click += new System.EventHandler(this.BtnCerrar_Click);
     //
     // btnMinimizar
     //
     this.btnMinimizar.FlatAppearance.BorderSize = 0;
     this.btnMinimizar.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnMinimizar.Image     = global::SystemSCADA.Properties.Resources.Minimizar;
     this.btnMinimizar.Location  = new System.Drawing.Point(1295, 2);
     this.btnMinimizar.Name      = "btnMinimizar";
     this.btnMinimizar.Size      = new System.Drawing.Size(34, 36);
     this.btnMinimizar.TabIndex  = 3;
     this.btnMinimizar.UseVisualStyleBackColor = true;
     this.btnMinimizar.Click += new System.EventHandler(this.BtnMinimizar_Click);
     //
     // lblTemperatura
     //
     this.lblTemperatura.AutoSize = true;
     this.lblTemperatura.Font     = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTemperatura.Location = new System.Drawing.Point(1142, 463);
     this.lblTemperatura.Name     = "lblTemperatura";
     this.lblTemperatura.Size     = new System.Drawing.Size(207, 19);
     this.lblTemperatura.TabIndex = 25;
     this.lblTemperatura.Text     = "Estado de la Temperatura";
     //
     // lblAlarma
     //
     this.lblAlarma.AutoSize = true;
     this.lblAlarma.Font     = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblAlarma.Location = new System.Drawing.Point(1174, 55);
     this.lblAlarma.Name     = "lblAlarma";
     this.lblAlarma.Size     = new System.Drawing.Size(134, 19);
     this.lblAlarma.TabIndex = 26;
     this.lblAlarma.Text     = "Sensor De Humo";
     //
     // lblTitulo
     //
     this.lblTitulo.Font       = new System.Drawing.Font("Century Gothic", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTitulo.Location   = new System.Drawing.Point(11, 7);
     this.lblTitulo.Name       = "lblTitulo";
     this.lblTitulo.Size       = new System.Drawing.Size(1307, 28);
     this.lblTitulo.TabIndex   = 4;
     this.lblTitulo.Text       = "SCADA SYSTEM ";
     this.lblTitulo.TextAlign  = System.Drawing.ContentAlignment.MiddleCenter;
     this.lblTitulo.MouseDown += new System.Windows.Forms.MouseEventHandler(this.moverForm);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(274, 66);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(126, 13);
     this.label1.TabIndex = 35;
     this.label1.Text     = "Seleccione el dispositivo ";
     //
     // picAlarmaEncendida
     //
     this.picAlarmaEncendida.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this.picAlarmaEncendida.Image    = global::SystemSCADA.Properties.Resources.alarma;
     this.picAlarmaEncendida.Location = new System.Drawing.Point(1164, 85);
     this.picAlarmaEncendida.Name     = "picAlarmaEncendida";
     this.picAlarmaEncendida.Size     = new System.Drawing.Size(165, 113);
     this.picAlarmaEncendida.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.picAlarmaEncendida.TabIndex = 30;
     this.picAlarmaEncendida.TabStop  = false;
     //
     // lblIndicador
     //
     this.lblIndicador.AutoSize = true;
     this.lblIndicador.Font     = new System.Drawing.Font("Century Gothic", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblIndicador.Location = new System.Drawing.Point(590, 72);
     this.lblIndicador.Name     = "lblIndicador";
     this.lblIndicador.Size     = new System.Drawing.Size(213, 23);
     this.lblIndicador.TabIndex = 5;
     this.lblIndicador.Text     = "Sensor De Movimiento";
     //
     // cmbCamara
     //
     this.cmbCamara.FormattingEnabled = true;
     this.cmbCamara.Location          = new System.Drawing.Point(277, 85);
     this.cmbCamara.Name     = "cmbCamara";
     this.cmbCamara.Size     = new System.Drawing.Size(121, 21);
     this.cmbCamara.TabIndex = 34;
     //
     // videoSourcePlayer1
     //
     this.videoSourcePlayer1.Location    = new System.Drawing.Point(0, 144);
     this.videoSourcePlayer1.Name        = "videoSourcePlayer1";
     this.videoSourcePlayer1.Size        = new System.Drawing.Size(1136, 616);
     this.videoSourcePlayer1.TabIndex    = 31;
     this.videoSourcePlayer1.Text        = "videoSourcePlayer1";
     this.videoSourcePlayer1.VideoSource = null;
     this.videoSourcePlayer1.NewFrame   += new AForge.Controls.VideoSourcePlayer.NewFrameHandler(this.VideoSourcePlayer1_NewFrame);
     //
     // btnIniciar
     //
     this.btnIniciar.Location = new System.Drawing.Point(16, 56);
     this.btnIniciar.Name     = "btnIniciar";
     this.btnIniciar.Size     = new System.Drawing.Size(101, 23);
     this.btnIniciar.TabIndex = 32;
     this.btnIniciar.Text     = "Iniciar";
     this.btnIniciar.UseVisualStyleBackColor = true;
     this.btnIniciar.Click += new System.EventHandler(this.BtnIniciar_Click);
     //
     // btnDetener
     //
     this.btnDetener.Location = new System.Drawing.Point(16, 85);
     this.btnDetener.Name     = "btnDetener";
     this.btnDetener.Size     = new System.Drawing.Size(101, 23);
     this.btnDetener.TabIndex = 33;
     this.btnDetener.Text     = "Detener";
     this.btnDetener.UseVisualStyleBackColor = true;
     this.btnDetener.Click += new System.EventHandler(this.BtnDetener_Click);
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Font     = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.Location = new System.Drawing.Point(1152, 508);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(109, 19);
     this.label6.TabIndex = 28;
     this.label6.Text     = "Temperatura";
     //
     // textBox1
     //
     this.textBox1.Location  = new System.Drawing.Point(1277, 510);
     this.textBox1.MaxLength = 6;
     this.textBox1.Name      = "textBox1";
     this.textBox1.Size      = new System.Drawing.Size(46, 20);
     this.textBox1.TabIndex  = 27;
     this.textBox1.Text      = "0.00C°";
     //
     // shapeContainer2
     //
     this.shapeContainer2.Location = new System.Drawing.Point(0, 0);
     this.shapeContainer2.Margin   = new System.Windows.Forms.Padding(0);
     this.shapeContainer2.Name     = "shapeContainer2";
     this.shapeContainer2.Shapes.AddRange(new Microsoft.VisualBasic.PowerPacks.Shape[] {
         this.lineShape1
     });
     this.shapeContainer2.Size     = new System.Drawing.Size(1383, 785);
     this.shapeContainer2.TabIndex = 36;
     this.shapeContainer2.TabStop  = false;
     //
     // lineShape1
     //
     this.lineShape1.BorderColor    = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(150)))), ((int)(((byte)(250)))));
     this.lineShape1.BorderWidth    = 4;
     this.lineShape1.Name           = "lineShape1";
     this.lineShape1.SelectionColor = System.Drawing.Color.Honeydew;
     this.lineShape1.X1             = 0;
     this.lineShape1.X2             = 1385;
     this.lineShape1.Y1             = 45;
     this.lineShape1.Y2             = 45;
     //
     // picLuzEncendida
     //
     this.picLuzEncendida.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.picLuzEncendida.Image    = global::SystemSCADA.Properties.Resources.Button_on;
     this.picLuzEncendida.Location = new System.Drawing.Point(836, 56);
     this.picLuzEncendida.Name     = "picLuzEncendida";
     this.picLuzEncendida.Size     = new System.Drawing.Size(80, 81);
     this.picLuzEncendida.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.picLuzEncendida.TabIndex = 6;
     this.picLuzEncendida.TabStop  = false;
     //
     // Timer_Movimiento
     //
     this.Timer_Movimiento.Enabled  = true;
     this.Timer_Movimiento.Interval = 300;
     this.Timer_Movimiento.Tick    += new System.EventHandler(this.Timer_Movimiento_Tick);
     //
     // Timer_Temperatura
     //
     this.Timer_Temperatura.Enabled  = true;
     this.Timer_Temperatura.Interval = 1000;
     this.Timer_Temperatura.Tick    += new System.EventHandler(this.Timer_Temperatura_Tick);
     //
     // Timer_Humo
     //
     this.Timer_Humo.Interval = 1000;
     this.Timer_Humo.Tick    += new System.EventHandler(this.Timer_Humo_Tick);
     //
     // FormInterfaz
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(150)))), ((int)(((byte)(150)))), ((int)(((byte)(150)))));
     this.ClientSize          = new System.Drawing.Size(1386, 788);
     this.Controls.Add(this.pnl_InterfazScada);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "FormInterfaz";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Principal";
     this.WindowState     = System.Windows.Forms.FormWindowState.Maximized;
     this.Load           += new System.EventHandler(this.FormInterfaz_Load);
     this.pnl_InterfazScada.ResumeLayout(false);
     this.pnl_InterfazScada.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.picAlarmaApagada)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.picAlarmaEncendiendo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.picLuzApagada)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.picAlarmaEncendida)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.picLuzEncendida)).EndInit();
     this.ResumeLayout(false);
 }
Esempio n. 4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.AGaugeLabel aGaugeLabel1 = new System.Windows.Forms.AGaugeLabel();
     System.Windows.Forms.AGaugeLabel aGaugeLabel2 = new System.Windows.Forms.AGaugeLabel();
     this.labelPowerVfo      = new System.Windows.Forms.Label();
     this.textBoxRxLevel     = new System.Windows.Forms.TextBox();
     this.labelAvgPowerBw    = new System.Windows.Forms.Label();
     this.textBoxAvgBwPower  = new System.Windows.Forms.TextBox();
     this.comboBoxMode       = new System.Windows.Forms.ComboBox();
     this.label6             = new System.Windows.Forms.Label();
     this.groupBoxMonitor    = new System.Windows.Forms.GroupBox();
     this.labelPeakPwerBw    = new System.Windows.Forms.Label();
     this.textBoxPeakPowerBw = new System.Windows.Forms.TextBox();
     this.cbShowPopup        = new System.Windows.Forms.CheckBox();
     this.tbSmoothing        = new System.Windows.Forms.TrackBar();
     this.labelSpeed         = new System.Windows.Forms.Label();
     this.groupBox1          = new System.Windows.Forms.GroupBox();
     this.checkBoxEnable     = new System.Windows.Forms.CheckBox();
     this.richTextBox1       = new System.Windows.Forms.RichTextBox();
     this.aGauge1            = new System.Windows.Forms.AGauge();
     this.groupBoxMonitor.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tbSmoothing)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // labelPowerVfo
     //
     this.labelPowerVfo.Location  = new System.Drawing.Point(6, 15);
     this.labelPowerVfo.Name      = "labelPowerVfo";
     this.labelPowerVfo.Size      = new System.Drawing.Size(132, 23);
     this.labelPowerVfo.TabIndex  = 34;
     this.labelPowerVfo.Text      = "Peak Power VFO ";
     this.labelPowerVfo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // textBoxRxLevel
     //
     this.textBoxRxLevel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.textBoxRxLevel.Location    = new System.Drawing.Point(144, 17);
     this.textBoxRxLevel.Name        = "textBoxRxLevel";
     this.textBoxRxLevel.ReadOnly    = true;
     this.textBoxRxLevel.Size        = new System.Drawing.Size(47, 20);
     this.textBoxRxLevel.TabIndex    = 33;
     this.textBoxRxLevel.TextAlign   = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // labelAvgPowerBw
     //
     this.labelAvgPowerBw.Location  = new System.Drawing.Point(6, 38);
     this.labelAvgPowerBw.Name      = "labelAvgPowerBw";
     this.labelAvgPowerBw.Size      = new System.Drawing.Size(132, 23);
     this.labelAvgPowerBw.TabIndex  = 45;
     this.labelAvgPowerBw.Text      = "Avg Power BW ";
     this.labelAvgPowerBw.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // textBoxAvgBwPower
     //
     this.textBoxAvgBwPower.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.textBoxAvgBwPower.Location    = new System.Drawing.Point(144, 41);
     this.textBoxAvgBwPower.Name        = "textBoxAvgBwPower";
     this.textBoxAvgBwPower.ReadOnly    = true;
     this.textBoxAvgBwPower.Size        = new System.Drawing.Size(47, 20);
     this.textBoxAvgBwPower.TabIndex    = 44;
     this.textBoxAvgBwPower.TextAlign   = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // comboBoxMode
     //
     this.comboBoxMode.FormattingEnabled = true;
     this.comboBoxMode.Items.AddRange(new object[] {
         "Peak Power VFO",
         "Avg Power BW",
         "Peak Power BW"
     });
     this.comboBoxMode.Location              = new System.Drawing.Point(60, 19);
     this.comboBoxMode.Name                  = "comboBoxMode";
     this.comboBoxMode.Size                  = new System.Drawing.Size(129, 21);
     this.comboBoxMode.TabIndex              = 42;
     this.comboBoxMode.Text                  = "Peak Power VFO";
     this.comboBoxMode.SelectedIndexChanged += new System.EventHandler(this.comboBoxMode_SelectedIndexChanged);
     //
     // label6
     //
     this.label6.Location  = new System.Drawing.Point(10, 18);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(54, 23);
     this.label6.TabIndex  = 43;
     this.label6.Text      = "Mode";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // groupBoxMonitor
     //
     this.groupBoxMonitor.Controls.Add(this.labelPeakPwerBw);
     this.groupBoxMonitor.Controls.Add(this.textBoxPeakPowerBw);
     this.groupBoxMonitor.Controls.Add(this.textBoxRxLevel);
     this.groupBoxMonitor.Controls.Add(this.labelAvgPowerBw);
     this.groupBoxMonitor.Controls.Add(this.labelPowerVfo);
     this.groupBoxMonitor.Controls.Add(this.textBoxAvgBwPower);
     this.groupBoxMonitor.Location = new System.Drawing.Point(3, 311);
     this.groupBoxMonitor.Name     = "groupBoxMonitor";
     this.groupBoxMonitor.Size     = new System.Drawing.Size(202, 93);
     this.groupBoxMonitor.TabIndex = 50;
     this.groupBoxMonitor.TabStop  = false;
     //
     // labelPeakPwerBw
     //
     this.labelPeakPwerBw.Location  = new System.Drawing.Point(6, 62);
     this.labelPeakPwerBw.Name      = "labelPeakPwerBw";
     this.labelPeakPwerBw.Size      = new System.Drawing.Size(132, 23);
     this.labelPeakPwerBw.TabIndex  = 47;
     this.labelPeakPwerBw.Text      = "Peak Power BW  ";
     this.labelPeakPwerBw.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // textBoxPeakPowerBw
     //
     this.textBoxPeakPowerBw.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.textBoxPeakPowerBw.Location    = new System.Drawing.Point(144, 65);
     this.textBoxPeakPowerBw.Name        = "textBoxPeakPowerBw";
     this.textBoxPeakPowerBw.ReadOnly    = true;
     this.textBoxPeakPowerBw.Size        = new System.Drawing.Size(47, 20);
     this.textBoxPeakPowerBw.TabIndex    = 46;
     this.textBoxPeakPowerBw.TextAlign   = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // cbShowPopup
     //
     this.cbShowPopup.AutoSize = true;
     this.cbShowPopup.Location = new System.Drawing.Point(13, 96);
     this.cbShowPopup.Name     = "cbShowPopup";
     this.cbShowPopup.Size     = new System.Drawing.Size(123, 17);
     this.cbShowPopup.TabIndex = 48;
     this.cbShowPopup.Text     = "show popup window";
     this.cbShowPopup.UseVisualStyleBackColor = true;
     this.cbShowPopup.CheckedChanged         += new System.EventHandler(this.checkBox1_CheckedChanged);
     //
     // tbSmoothing
     //
     this.tbSmoothing.Location      = new System.Drawing.Point(70, 41);
     this.tbSmoothing.Maximum       = 300;
     this.tbSmoothing.Minimum       = 1;
     this.tbSmoothing.Name          = "tbSmoothing";
     this.tbSmoothing.Size          = new System.Drawing.Size(126, 45);
     this.tbSmoothing.TabIndex      = 55;
     this.tbSmoothing.TickFrequency = 50;
     this.tbSmoothing.Value         = 100;
     //
     // labelSpeed
     //
     this.labelSpeed.AutoSize = true;
     this.labelSpeed.Location = new System.Drawing.Point(8, 46);
     this.labelSpeed.Name     = "labelSpeed";
     this.labelSpeed.Size     = new System.Drawing.Size(57, 13);
     this.labelSpeed.TabIndex = 56;
     this.labelSpeed.Text     = "Smoothing";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.checkBoxEnable);
     this.groupBox1.Controls.Add(this.cbShowPopup);
     this.groupBox1.Controls.Add(this.tbSmoothing);
     this.groupBox1.Controls.Add(this.labelSpeed);
     this.groupBox1.Controls.Add(this.comboBoxMode);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Location = new System.Drawing.Point(3, 188);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(202, 126);
     this.groupBox1.TabIndex = 55;
     this.groupBox1.TabStop  = false;
     //
     // checkBoxEnable
     //
     this.checkBoxEnable.AutoSize = true;
     this.checkBoxEnable.Location = new System.Drawing.Point(13, 73);
     this.checkBoxEnable.Name     = "checkBoxEnable";
     this.checkBoxEnable.Size     = new System.Drawing.Size(58, 17);
     this.checkBoxEnable.TabIndex = 57;
     this.checkBoxEnable.Text     = "enable";
     this.checkBoxEnable.UseVisualStyleBackColor = true;
     this.checkBoxEnable.CheckedChanged         += new System.EventHandler(this.checkBoxEnable_CheckedChanged);
     //
     // richTextBox1
     //
     this.richTextBox1.BackColor   = System.Drawing.SystemColors.Control;
     this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.richTextBox1.Cursor      = System.Windows.Forms.Cursors.IBeam;
     this.richTextBox1.Font        = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.richTextBox1.Location    = new System.Drawing.Point(3, 150);
     this.richTextBox1.Name        = "richTextBox1";
     this.richTextBox1.ReadOnly    = true;
     this.richTextBox1.Size        = new System.Drawing.Size(202, 37);
     this.richTextBox1.TabIndex    = 60;
     this.richTextBox1.Text        = "     0 dB";
     //
     // aGauge1
     //
     this.aGauge1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.aGauge1.BaseArcColor          = System.Drawing.Color.Gray;
     this.aGauge1.BaseArcRadius         = 80;
     this.aGauge1.BaseArcStart          = 185;
     this.aGauge1.BaseArcSweep          = 170;
     this.aGauge1.BaseArcWidth          = 2;
     this.aGauge1.Center   = new System.Drawing.Point(105, 130);
     aGaugeLabel1.Color    = System.Drawing.SystemColors.WindowText;
     aGaugeLabel1.Name     = "GaugeLabelMode";
     aGaugeLabel1.Position = new System.Drawing.Point(5, 10);
     aGaugeLabel1.Text     = "Mode";
     aGaugeLabel2.Color    = System.Drawing.SystemColors.WindowText;
     aGaugeLabel2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     aGaugeLabel2.Name     = "GaugeLabelSLevel";
     aGaugeLabel2.Position = new System.Drawing.Point(140, 5);
     aGaugeLabel2.Text     = "S0";
     this.aGauge1.GaugeLabels.Add(aGaugeLabel1);
     this.aGauge1.GaugeLabels.Add(aGaugeLabel2);
     this.aGauge1.Location                   = new System.Drawing.Point(3, 6);
     this.aGauge1.MaxValue                   = 0F;
     this.aGauge1.MinValue                   = -140F;
     this.aGauge1.Name                       = "aGauge1";
     this.aGauge1.NeedleColor1               = System.Windows.Forms.AGaugeNeedleColor.Blue;
     this.aGauge1.NeedleColor2               = System.Drawing.Color.HotPink;
     this.aGauge1.NeedleRadius               = 80;
     this.aGauge1.NeedleType                 = System.Windows.Forms.NeedleType.Advance;
     this.aGauge1.NeedleWidth                = 2;
     this.aGauge1.ScaleLinesInterColor       = System.Drawing.Color.Black;
     this.aGauge1.ScaleLinesInterInnerRadius = 73;
     this.aGauge1.ScaleLinesInterOuterRadius = 80;
     this.aGauge1.ScaleLinesInterWidth       = 1;
     this.aGauge1.ScaleLinesMajorColor       = System.Drawing.Color.Black;
     this.aGauge1.ScaleLinesMajorInnerRadius = 70;
     this.aGauge1.ScaleLinesMajorOuterRadius = 80;
     this.aGauge1.ScaleLinesMajorStepValue   = 10F;
     this.aGauge1.ScaleLinesMajorWidth       = 2;
     this.aGauge1.ScaleLinesMinorColor       = System.Drawing.Color.Gray;
     this.aGauge1.ScaleLinesMinorInnerRadius = 75;
     this.aGauge1.ScaleLinesMinorOuterRadius = 80;
     this.aGauge1.ScaleLinesMinorTicks       = 1;
     this.aGauge1.ScaleLinesMinorWidth       = 1;
     this.aGauge1.ScaleNumbersColor          = System.Drawing.Color.Black;
     this.aGauge1.ScaleNumbersFormat         = null;
     this.aGauge1.ScaleNumbersRadius         = 93;
     this.aGauge1.ScaleNumbersRotation       = 0;
     this.aGauge1.ScaleNumbersStartScaleLine = 0;
     this.aGauge1.ScaleNumbersStepScaleLines = 1;
     this.aGauge1.Size                       = new System.Drawing.Size(205, 180);
     this.aGauge1.TabIndex                   = 59;
     this.aGauge1.Text                       = "aGauge1";
     this.aGauge1.Value                      = -30F;
     //
     // LevelMeterPanel
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.richTextBox1);
     this.Controls.Add(this.aGauge1);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.groupBoxMonitor);
     this.Margin = new System.Windows.Forms.Padding(2);
     this.Name   = "LevelMeterPanel";
     this.Size   = new System.Drawing.Size(212, 436);
     this.groupBoxMonitor.ResumeLayout(false);
     this.groupBoxMonitor.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tbSmoothing)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <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()
 {
     System.Windows.Forms.AGaugeLabel aGaugeLabel1 = new System.Windows.Forms.AGaugeLabel();
     System.Windows.Forms.AGaugeLabel aGaugeLabel2 = new System.Windows.Forms.AGaugeLabel();
     this.richTextBox1 = new System.Windows.Forms.RichTextBox();
     this.checkBox1    = new System.Windows.Forms.CheckBox();
     this.aGauge1      = new System.Windows.Forms.AGauge();
     this.SuspendLayout();
     //
     // richTextBox1
     //
     this.richTextBox1.BackColor   = System.Drawing.SystemColors.Control;
     this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.richTextBox1.Cursor      = System.Windows.Forms.Cursors.IBeam;
     this.richTextBox1.Font        = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.richTextBox1.Location    = new System.Drawing.Point(0, 146);
     this.richTextBox1.Name        = "richTextBox1";
     this.richTextBox1.ReadOnly    = true;
     this.richTextBox1.Size        = new System.Drawing.Size(213, 37);
     this.richTextBox1.TabIndex    = 56;
     this.richTextBox1.Text        = "     0 dB";
     //
     // checkBox1
     //
     this.checkBox1.AutoSize   = true;
     this.checkBox1.Checked    = true;
     this.checkBox1.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBox1.Location   = new System.Drawing.Point(4, 189);
     this.checkBox1.Name       = "checkBox1";
     this.checkBox1.Size       = new System.Drawing.Size(59, 17);
     this.checkBox1.TabIndex   = 57;
     this.checkBox1.Text       = "OnTop";
     this.checkBox1.UseVisualStyleBackColor = true;
     this.checkBox1.CheckedChanged         += new System.EventHandler(this.checkBox1_CheckedChanged);
     //
     // aGauge1
     //
     this.aGauge1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.aGauge1.BaseArcColor          = System.Drawing.Color.Gray;
     this.aGauge1.BaseArcRadius         = 80;
     this.aGauge1.BaseArcStart          = 185;
     this.aGauge1.BaseArcSweep          = 170;
     this.aGauge1.BaseArcWidth          = 2;
     this.aGauge1.Center   = new System.Drawing.Point(105, 130);
     aGaugeLabel1.Color    = System.Drawing.SystemColors.WindowText;
     aGaugeLabel1.Name     = "GaugeLabelMode";
     aGaugeLabel1.Position = new System.Drawing.Point(5, 10);
     aGaugeLabel1.Text     = "Mode";
     aGaugeLabel2.Color    = System.Drawing.SystemColors.WindowText;
     aGaugeLabel2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     aGaugeLabel2.Name     = "GaugeLabelSLevel";
     aGaugeLabel2.Position = new System.Drawing.Point(140, 5);
     aGaugeLabel2.Text     = "S0";
     this.aGauge1.GaugeLabels.Add(aGaugeLabel1);
     this.aGauge1.GaugeLabels.Add(aGaugeLabel2);
     this.aGauge1.Location                   = new System.Drawing.Point(4, 2);
     this.aGauge1.MaxValue                   = 0F;
     this.aGauge1.MinValue                   = -130F;
     this.aGauge1.Name                       = "aGauge1";
     this.aGauge1.NeedleColor1               = System.Windows.Forms.AGaugeNeedleColor.Blue;
     this.aGauge1.NeedleColor2               = System.Drawing.Color.HotPink;
     this.aGauge1.NeedleRadius               = 80;
     this.aGauge1.NeedleType                 = System.Windows.Forms.NeedleType.Advance;
     this.aGauge1.NeedleWidth                = 2;
     this.aGauge1.ScaleLinesInterColor       = System.Drawing.Color.Black;
     this.aGauge1.ScaleLinesInterInnerRadius = 73;
     this.aGauge1.ScaleLinesInterOuterRadius = 80;
     this.aGauge1.ScaleLinesInterWidth       = 1;
     this.aGauge1.ScaleLinesMajorColor       = System.Drawing.Color.Black;
     this.aGauge1.ScaleLinesMajorInnerRadius = 70;
     this.aGauge1.ScaleLinesMajorOuterRadius = 80;
     this.aGauge1.ScaleLinesMajorStepValue   = 10F;
     this.aGauge1.ScaleLinesMajorWidth       = 2;
     this.aGauge1.ScaleLinesMinorColor       = System.Drawing.Color.Gray;
     this.aGauge1.ScaleLinesMinorInnerRadius = 75;
     this.aGauge1.ScaleLinesMinorOuterRadius = 80;
     this.aGauge1.ScaleLinesMinorTicks       = 1;
     this.aGauge1.ScaleLinesMinorWidth       = 1;
     this.aGauge1.ScaleNumbersColor          = System.Drawing.Color.Black;
     this.aGauge1.ScaleNumbersFormat         = null;
     this.aGauge1.ScaleNumbersRadius         = 95;
     this.aGauge1.ScaleNumbersRotation       = 0;
     this.aGauge1.ScaleNumbersStartScaleLine = 0;
     this.aGauge1.ScaleNumbersStepScaleLines = 1;
     this.aGauge1.Size                       = new System.Drawing.Size(205, 180);
     this.aGauge1.TabIndex                   = 58;
     this.aGauge1.Text                       = "aGauge1";
     this.aGauge1.Value                      = -30F;
     //
     // LevelMeterTool
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(212, 209);
     this.Controls.Add(this.checkBox1);
     this.Controls.Add(this.richTextBox1);
     this.Controls.Add(this.aGauge1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Name            = "LevelMeterTool";
     this.ShowInTaskbar   = false;
     this.Text            = "LevelMeter";
     this.TopMost         = true;
     this.FormClosing    += new System.Windows.Forms.FormClosingEventHandler(this.LevelMeterTool_FormClosing);
     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()
        {
          System.Windows.Forms.AGaugeLabel aGaugeLabel1 = new System.Windows.Forms.AGaugeLabel();
          System.Windows.Forms.AGaugeLabel aGaugeLabel2 = new System.Windows.Forms.AGaugeLabel();
          this.label1 = new System.Windows.Forms.Label();
          this.textBoxRxLevel = new System.Windows.Forms.TextBox();
          this.label7 = new System.Windows.Forms.Label();
          this.textBoxAvgBwPower = new System.Windows.Forms.TextBox();
          this.comboBoxMode = new System.Windows.Forms.ComboBox();
          this.label6 = new System.Windows.Forms.Label();
          this.groupBoxMonitor = new System.Windows.Forms.GroupBox();
          this.label9 = new System.Windows.Forms.Label();
          this.textBoxPeakPowerBw = new System.Windows.Forms.TextBox();
          this.checkBox1 = new System.Windows.Forms.CheckBox();
          this.trackBar1 = new System.Windows.Forms.TrackBar();
          this.labelSpeed = new System.Windows.Forms.Label();
          this.richTextBox1 = new System.Windows.Forms.RichTextBox();
          this.groupBox1 = new System.Windows.Forms.GroupBox();
          this.panel_dBm = new System.Windows.Forms.Panel();
          this.aGauge1 = new System.Windows.Forms.AGauge();
          this.groupBoxMonitor.SuspendLayout();
          ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit();
          this.groupBox1.SuspendLayout();
          this.panel_dBm.SuspendLayout();
          this.SuspendLayout();
          // 
          // label1
          // 
          this.label1.Location = new System.Drawing.Point(6, 15);
          this.label1.Name = "label1";
          this.label1.Size = new System.Drawing.Size(132, 23);
          this.label1.TabIndex = 34;
          this.label1.Text = "Peak Power VFO [dBm]";
          this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
          // 
          // textBoxRxLevel
          // 
          this.textBoxRxLevel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
          this.textBoxRxLevel.Location = new System.Drawing.Point(144, 17);
          this.textBoxRxLevel.Name = "textBoxRxLevel";
          this.textBoxRxLevel.ReadOnly = true;
          this.textBoxRxLevel.Size = new System.Drawing.Size(47, 20);
          this.textBoxRxLevel.TabIndex = 33;
          this.textBoxRxLevel.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
          // 
          // label7
          // 
          this.label7.Location = new System.Drawing.Point(6, 38);
          this.label7.Name = "label7";
          this.label7.Size = new System.Drawing.Size(132, 23);
          this.label7.TabIndex = 45;
          this.label7.Text = "Avg Power BW  [dBm]";
          this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
          // 
          // textBoxAvgBwPower
          // 
          this.textBoxAvgBwPower.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
          this.textBoxAvgBwPower.Location = new System.Drawing.Point(144, 41);
          this.textBoxAvgBwPower.Name = "textBoxAvgBwPower";
          this.textBoxAvgBwPower.ReadOnly = true;
          this.textBoxAvgBwPower.Size = new System.Drawing.Size(47, 20);
          this.textBoxAvgBwPower.TabIndex = 44;
          this.textBoxAvgBwPower.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
          // 
          // comboBoxMode
          // 
          this.comboBoxMode.FormattingEnabled = true;
          this.comboBoxMode.Items.AddRange(new object[] {
            "Peak Power VFO",
            "Avg Power BW",
            "Peak Power BW"});
          this.comboBoxMode.Location = new System.Drawing.Point(60, 19);
          this.comboBoxMode.Name = "comboBoxMode";
          this.comboBoxMode.Size = new System.Drawing.Size(129, 21);
          this.comboBoxMode.TabIndex = 42;
          this.comboBoxMode.Text = "Peak Power VFO";
          this.comboBoxMode.SelectedIndexChanged += new System.EventHandler(this.comboBoxMode_SelectedIndexChanged);
          // 
          // label6
          // 
          this.label6.Location = new System.Drawing.Point(10, 18);
          this.label6.Name = "label6";
          this.label6.Size = new System.Drawing.Size(54, 23);
          this.label6.TabIndex = 43;
          this.label6.Text = "Mode";
          this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
          // 
          // groupBoxMonitor
          // 
          this.groupBoxMonitor.Controls.Add(this.label9);
          this.groupBoxMonitor.Controls.Add(this.textBoxPeakPowerBw);
          this.groupBoxMonitor.Controls.Add(this.textBoxRxLevel);
          this.groupBoxMonitor.Controls.Add(this.label7);
          this.groupBoxMonitor.Controls.Add(this.label1);
          this.groupBoxMonitor.Controls.Add(this.textBoxAvgBwPower);
          this.groupBoxMonitor.Location = new System.Drawing.Point(3, 303);
          this.groupBoxMonitor.Name = "groupBoxMonitor";
          this.groupBoxMonitor.Size = new System.Drawing.Size(202, 93);
          this.groupBoxMonitor.TabIndex = 50;
          this.groupBoxMonitor.TabStop = false;
          // 
          // label9
          // 
          this.label9.Location = new System.Drawing.Point(6, 62);
          this.label9.Name = "label9";
          this.label9.Size = new System.Drawing.Size(132, 23);
          this.label9.TabIndex = 47;
          this.label9.Text = "Peak Power BW  [dBm]";
          this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
          // 
          // textBoxPeakPowerBw
          // 
          this.textBoxPeakPowerBw.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
          this.textBoxPeakPowerBw.Location = new System.Drawing.Point(144, 65);
          this.textBoxPeakPowerBw.Name = "textBoxPeakPowerBw";
          this.textBoxPeakPowerBw.ReadOnly = true;
          this.textBoxPeakPowerBw.Size = new System.Drawing.Size(47, 20);
          this.textBoxPeakPowerBw.TabIndex = 46;
          this.textBoxPeakPowerBw.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
          // 
          // checkBox1
          // 
          this.checkBox1.AutoSize = true;
          this.checkBox1.Location = new System.Drawing.Point(13, 78);
          this.checkBox1.Name = "checkBox1";
          this.checkBox1.Size = new System.Drawing.Size(123, 17);
          this.checkBox1.TabIndex = 48;
          this.checkBox1.Text = "show popup window";
          this.checkBox1.UseVisualStyleBackColor = true;
          this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
          // 
          // trackBar1
          // 
          this.trackBar1.Location = new System.Drawing.Point(70, 41);
          this.trackBar1.Maximum = 300;
          this.trackBar1.Minimum = 1;
          this.trackBar1.Name = "trackBar1";
          this.trackBar1.Size = new System.Drawing.Size(126, 45);
          this.trackBar1.TabIndex = 55;
          this.trackBar1.TickFrequency = 50;
          this.trackBar1.Value = 1;
          this.trackBar1.Scroll += new System.EventHandler(this.trackBar1_Scroll_1);
          // 
          // labelSpeed
          // 
          this.labelSpeed.AutoSize = true;
          this.labelSpeed.Location = new System.Drawing.Point(8, 46);
          this.labelSpeed.Name = "labelSpeed";
          this.labelSpeed.Size = new System.Drawing.Size(57, 13);
          this.labelSpeed.TabIndex = 56;
          this.labelSpeed.Text = "Smoothing";
          // 
          // richTextBox1
          // 
          this.richTextBox1.BackColor = System.Drawing.SystemColors.Control;
          this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
          this.richTextBox1.Cursor = System.Windows.Forms.Cursors.IBeam;
          this.richTextBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
          this.richTextBox1.Location = new System.Drawing.Point(3, 146);
          this.richTextBox1.Name = "richTextBox1";
          this.richTextBox1.ReadOnly = true;
          this.richTextBox1.Size = new System.Drawing.Size(186, 37);
          this.richTextBox1.TabIndex = 53;
          this.richTextBox1.Text = "     0 dBm";
          // 
          // groupBox1
          // 
          this.groupBox1.Controls.Add(this.checkBox1);
          this.groupBox1.Controls.Add(this.trackBar1);
          this.groupBox1.Controls.Add(this.labelSpeed);
          this.groupBox1.Controls.Add(this.comboBoxMode);
          this.groupBox1.Controls.Add(this.label6);
          this.groupBox1.Location = new System.Drawing.Point(3, 204);
          this.groupBox1.Name = "groupBox1";
          this.groupBox1.Size = new System.Drawing.Size(202, 101);
          this.groupBox1.TabIndex = 55;
          this.groupBox1.TabStop = false;
          // 
          // panel_dBm
          // 
          this.panel_dBm.Controls.Add(this.richTextBox1);
          this.panel_dBm.Controls.Add(this.aGauge1);
          this.panel_dBm.Location = new System.Drawing.Point(3, 15);
          this.panel_dBm.Name = "panel_dBm";
          this.panel_dBm.Size = new System.Drawing.Size(217, 183);
          this.panel_dBm.TabIndex = 56;
          // 
          // aGauge1
          // 
          this.aGauge1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
          this.aGauge1.BaseArcColor = System.Drawing.Color.Gray;
          this.aGauge1.BaseArcRadius = 80;
          this.aGauge1.BaseArcStart = 185;
          this.aGauge1.BaseArcSweep = 170;
          this.aGauge1.BaseArcWidth = 2;
          this.aGauge1.Center = new System.Drawing.Point(105, 130);
          aGaugeLabel1.Color = System.Drawing.SystemColors.WindowText;
          aGaugeLabel1.Name = "GaugeLabelMode";
          aGaugeLabel1.Position = new System.Drawing.Point(5, 10);
          aGaugeLabel1.Text = "Mode";
          aGaugeLabel2.Color = System.Drawing.SystemColors.WindowText;
          aGaugeLabel2.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
          aGaugeLabel2.Name = "GaugeLabelSLevel";
          aGaugeLabel2.Position = new System.Drawing.Point(140, 5);
          aGaugeLabel2.Text = "S0";
          this.aGauge1.GaugeLabels.Add(aGaugeLabel1);
          this.aGauge1.GaugeLabels.Add(aGaugeLabel2);
          this.aGauge1.Location = new System.Drawing.Point(2, 0);
          this.aGauge1.MaxValue = 0F;
          this.aGauge1.MinValue = -130F;
          this.aGauge1.Name = "aGauge1";
          this.aGauge1.NeedleColor1 = System.Windows.Forms.AGaugeNeedleColor.Blue;
          this.aGauge1.NeedleColor2 = System.Drawing.Color.HotPink;
          this.aGauge1.NeedleRadius = 80;
          this.aGauge1.NeedleType = System.Windows.Forms.NeedleType.Advance;
          this.aGauge1.NeedleWidth = 2;
          this.aGauge1.ScaleLinesInterColor = System.Drawing.Color.Black;
          this.aGauge1.ScaleLinesInterInnerRadius = 73;
          this.aGauge1.ScaleLinesInterOuterRadius = 80;
          this.aGauge1.ScaleLinesInterWidth = 1;
          this.aGauge1.ScaleLinesMajorColor = System.Drawing.Color.Black;
          this.aGauge1.ScaleLinesMajorInnerRadius = 70;
          this.aGauge1.ScaleLinesMajorOuterRadius = 80;
          this.aGauge1.ScaleLinesMajorStepValue = 10F;
          this.aGauge1.ScaleLinesMajorWidth = 2;
          this.aGauge1.ScaleLinesMinorColor = System.Drawing.Color.Gray;
          this.aGauge1.ScaleLinesMinorInnerRadius = 75;
          this.aGauge1.ScaleLinesMinorOuterRadius = 80;
          this.aGauge1.ScaleLinesMinorTicks = 1;
          this.aGauge1.ScaleLinesMinorWidth = 1;
          this.aGauge1.ScaleNumbersColor = System.Drawing.Color.Black;
          this.aGauge1.ScaleNumbersFormat = null;
          this.aGauge1.ScaleNumbersRadius = 95;
          this.aGauge1.ScaleNumbersRotation = 0;
          this.aGauge1.ScaleNumbersStartScaleLine = 0;
          this.aGauge1.ScaleNumbersStepScaleLines = 1;
          this.aGauge1.Size = new System.Drawing.Size(205, 180);
          this.aGauge1.TabIndex = 59;
          this.aGauge1.Text = "aGauge1";
          this.aGauge1.Value = -30F;
          // 
          // LevelMeterPanel
          // 
          this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
          this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
          this.Controls.Add(this.panel_dBm);
          this.Controls.Add(this.groupBox1);
          this.Controls.Add(this.groupBoxMonitor);
          this.Margin = new System.Windows.Forms.Padding(2);
          this.Name = "LevelMeterPanel";
          this.Size = new System.Drawing.Size(216, 409);
          this.groupBoxMonitor.ResumeLayout(false);
          this.groupBoxMonitor.PerformLayout();
          ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit();
          this.groupBox1.ResumeLayout(false);
          this.groupBox1.PerformLayout();
          this.panel_dBm.ResumeLayout(false);
          this.ResumeLayout(false);

        }
Esempio n. 7
0
 /// <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.AGaugeLabel aGaugeLabel1 = new System.Windows.Forms.AGaugeLabel();
     System.Windows.Forms.AGaugeRange aGaugeRange1 = new System.Windows.Forms.AGaugeRange();
     System.Windows.Forms.AGaugeRange aGaugeRange2 = new System.Windows.Forms.AGaugeRange();
     System.Windows.Forms.AGaugeRange aGaugeRange3 = new System.Windows.Forms.AGaugeRange();
     System.Windows.Forms.AGaugeLabel aGaugeLabel2 = new System.Windows.Forms.AGaugeLabel();
     System.Windows.Forms.AGaugeLabel aGaugeLabel3 = new System.Windows.Forms.AGaugeLabel();
     System.Windows.Forms.AGaugeRange aGaugeRange4 = new System.Windows.Forms.AGaugeRange();
     System.Windows.Forms.AGaugeRange aGaugeRange5 = new System.Windows.Forms.AGaugeRange();
     System.Windows.Forms.AGaugeRange aGaugeRange6 = new System.Windows.Forms.AGaugeRange();
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend1    = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series1    = new System.Windows.Forms.DataVisualization.Charting.Series();
     System.Windows.Forms.AGaugeLabel aGaugeLabel4            = new System.Windows.Forms.AGaugeLabel();
     System.Windows.Forms.AGaugeRange aGaugeRange7            = new System.Windows.Forms.AGaugeRange();
     System.Windows.Forms.AGaugeRange aGaugeRange8            = new System.Windows.Forms.AGaugeRange();
     System.Windows.Forms.AGaugeRange aGaugeRange9            = new System.Windows.Forms.AGaugeRange();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(mainForm));
     this.statusStrip1         = new System.Windows.Forms.StatusStrip();
     this.usbDeviceStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
     this.groupBox1            = new System.Windows.Forms.GroupBox();
     this.RPM_txt                    = new System.Windows.Forms.TextBox();
     this.CHT_txt                    = new System.Windows.Forms.TextBox();
     this.CHT_GAUGE                  = new System.Windows.Forms.AGauge();
     this.TACH_GAUGE                 = new System.Windows.Forms.AGauge();
     this.MODELabel                  = new System.Windows.Forms.Label();
     this.label10                    = new System.Windows.Forms.Label();
     this.label8                     = new System.Windows.Forms.Label();
     this.label2                     = new System.Windows.Forms.Label();
     this.label7                     = new System.Windows.Forms.Label();
     this.label5                     = new System.Windows.Forms.Label();
     this.MAPLabel                   = new System.Windows.Forms.Label();
     this.label6                     = new System.Windows.Forms.Label();
     this.potStateLabel              = new System.Windows.Forms.Label();
     this.label4                     = new System.Windows.Forms.Label();
     this.label1                     = new System.Windows.Forms.Label();
     this.VRPictureBox               = new System.Windows.Forms.PictureBox();
     this.HBPictureBox               = new System.Windows.Forms.PictureBox();
     this.led2PictureBox             = new System.Windows.Forms.PictureBox();
     this.LOGPictureBox              = new System.Windows.Forms.PictureBox();
     this.MAPpanel                   = new System.Windows.Forms.Panel();
     this.STATUpDown                 = new System.Windows.Forms.NumericUpDown();
     this.chart1                     = new System.Windows.Forms.DataVisualization.Charting.Chart();
     this.EGT_txt                    = new System.Windows.Forms.TextBox();
     this.EGT_GAUGE                  = new System.Windows.Forms.AGauge();
     this.groupBox2                  = new System.Windows.Forms.GroupBox();
     this.debugTextBox               = new System.Windows.Forms.TextBox();
     this.deviceStatusPollTimer      = new System.Windows.Forms.Timer(this.components);
     this.RUNbutton                  = new System.Windows.Forms.Button();
     this.LUTLOADbutton              = new System.Windows.Forms.Button();
     this.FWbutton                   = new System.Windows.Forms.Button();
     this.LUTREADbutton              = new System.Windows.Forms.Button();
     this.menuStrip1                 = new System.Windows.Forms.MenuStrip();
     this.fileToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.newToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.openToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.saveToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.editToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.blockFillToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.mapNotesToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.openFileDialog1            = new System.Windows.Forms.OpenFileDialog();
     this.saveFileDialog1            = new System.Windows.Forms.SaveFileDialog();
     this.progressBar1               = new System.Windows.Forms.ProgressBar();
     this.statusStrip1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.VRPictureBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.HBPictureBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.led2PictureBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.LOGPictureBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.STATUpDown)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
     this.groupBox2.SuspendLayout();
     this.menuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // statusStrip1
     //
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.usbDeviceStatusLabel
     });
     this.statusStrip1.Location   = new System.Drawing.Point(0, 493);
     this.statusStrip1.Name       = "statusStrip1";
     this.statusStrip1.Size       = new System.Drawing.Size(933, 22);
     this.statusStrip1.SizingGrip = false;
     this.statusStrip1.TabIndex   = 0;
     this.statusStrip1.Text       = "statusStrip1";
     //
     // usbDeviceStatusLabel
     //
     this.usbDeviceStatusLabel.Name = "usbDeviceStatusLabel";
     this.usbDeviceStatusLabel.Size = new System.Drawing.Size(108, 17);
     this.usbDeviceStatusLabel.Text = "USB device detached";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.RPM_txt);
     this.groupBox1.Controls.Add(this.CHT_txt);
     this.groupBox1.Controls.Add(this.CHT_GAUGE);
     this.groupBox1.Controls.Add(this.TACH_GAUGE);
     this.groupBox1.Controls.Add(this.MODELabel);
     this.groupBox1.Controls.Add(this.label10);
     this.groupBox1.Controls.Add(this.label8);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.MAPLabel);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.potStateLabel);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.VRPictureBox);
     this.groupBox1.Controls.Add(this.HBPictureBox);
     this.groupBox1.Controls.Add(this.led2PictureBox);
     this.groupBox1.Controls.Add(this.LOGPictureBox);
     this.groupBox1.Controls.Add(this.MAPpanel);
     this.groupBox1.Controls.Add(this.STATUpDown);
     this.groupBox1.Controls.Add(this.chart1);
     this.groupBox1.Location = new System.Drawing.Point(13, 28);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(792, 416);
     this.groupBox1.TabIndex = 2;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "FF Run  Mode";
     //
     // RPM_txt
     //
     this.RPM_txt.Location = new System.Drawing.Point(57, 263);
     this.RPM_txt.Name     = "RPM_txt";
     this.RPM_txt.Size     = new System.Drawing.Size(100, 20);
     this.RPM_txt.TabIndex = 27;
     //
     // CHT_txt
     //
     this.CHT_txt.Location = new System.Drawing.Point(307, 264);
     this.CHT_txt.Name     = "CHT_txt";
     this.CHT_txt.Size     = new System.Drawing.Size(100, 20);
     this.CHT_txt.TabIndex = 27;
     //
     // CHT_GAUGE
     //
     this.CHT_GAUGE.BaseArcColor  = System.Drawing.Color.Gray;
     this.CHT_GAUGE.BaseArcRadius = 80;
     this.CHT_GAUGE.BaseArcStart  = 135;
     this.CHT_GAUGE.BaseArcSweep  = 270;
     this.CHT_GAUGE.BaseArcWidth  = 2;
     this.CHT_GAUGE.Center        = new System.Drawing.Point(100, 100);
     aGaugeLabel1.Color           = System.Drawing.SystemColors.WindowText;
     aGaugeLabel1.Font            = new System.Drawing.Font("Microsoft Sans Serif", 9.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     aGaugeLabel1.Name            = "GaugeLabel1";
     aGaugeLabel1.Position        = new System.Drawing.Point(85, 50);
     aGaugeLabel1.Text            = "CHT";
     this.CHT_GAUGE.GaugeLabels.Add(aGaugeLabel1);
     aGaugeRange1.Color       = System.Drawing.Color.Lime;
     aGaugeRange1.EndValue    = 350F;
     aGaugeRange1.InnerRadius = 75;
     aGaugeRange1.InRange     = false;
     aGaugeRange1.Name        = "GaugeRange1";
     aGaugeRange1.OuterRadius = 80;
     aGaugeRange1.StartValue  = 0F;
     aGaugeRange2.Color       = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     aGaugeRange2.EndValue    = 350F;
     aGaugeRange2.InnerRadius = 70;
     aGaugeRange2.InRange     = false;
     aGaugeRange2.Name        = "GaugeRange2";
     aGaugeRange2.OuterRadius = 75;
     aGaugeRange2.StartValue  = 0F;
     aGaugeRange3.Color       = System.Drawing.Color.Red;
     aGaugeRange3.EndValue    = 400F;
     aGaugeRange3.InnerRadius = 70;
     aGaugeRange3.InRange     = false;
     aGaugeRange3.Name        = "GaugeRange3";
     aGaugeRange3.OuterRadius = 80;
     aGaugeRange3.StartValue  = 350F;
     this.CHT_GAUGE.GaugeRanges.Add(aGaugeRange1);
     this.CHT_GAUGE.GaugeRanges.Add(aGaugeRange2);
     this.CHT_GAUGE.GaugeRanges.Add(aGaugeRange3);
     this.CHT_GAUGE.Location                   = new System.Drawing.Point(258, 104);
     this.CHT_GAUGE.MaxValue                   = 400F;
     this.CHT_GAUGE.MinValue                   = 0F;
     this.CHT_GAUGE.Name                       = "CHT_GAUGE";
     this.CHT_GAUGE.NeedleColor1               = System.Windows.Forms.AGaugeNeedleColor.Yellow;
     this.CHT_GAUGE.NeedleColor2               = System.Drawing.Color.Olive;
     this.CHT_GAUGE.NeedleRadius               = 80;
     this.CHT_GAUGE.NeedleType                 = System.Windows.Forms.NeedleType.Advance;
     this.CHT_GAUGE.NeedleWidth                = 2;
     this.CHT_GAUGE.ScaleLinesInterColor       = System.Drawing.Color.Black;
     this.CHT_GAUGE.ScaleLinesInterInnerRadius = 73;
     this.CHT_GAUGE.ScaleLinesInterOuterRadius = 80;
     this.CHT_GAUGE.ScaleLinesInterWidth       = 1;
     this.CHT_GAUGE.ScaleLinesMajorColor       = System.Drawing.Color.Black;
     this.CHT_GAUGE.ScaleLinesMajorInnerRadius = 70;
     this.CHT_GAUGE.ScaleLinesMajorOuterRadius = 80;
     this.CHT_GAUGE.ScaleLinesMajorStepValue   = 50F;
     this.CHT_GAUGE.ScaleLinesMajorWidth       = 2;
     this.CHT_GAUGE.ScaleLinesMinorColor       = System.Drawing.Color.Gray;
     this.CHT_GAUGE.ScaleLinesMinorInnerRadius = 75;
     this.CHT_GAUGE.ScaleLinesMinorOuterRadius = 80;
     this.CHT_GAUGE.ScaleLinesMinorTicks       = 9;
     this.CHT_GAUGE.ScaleLinesMinorWidth       = 1;
     this.CHT_GAUGE.ScaleNumbersColor          = System.Drawing.Color.Black;
     this.CHT_GAUGE.ScaleNumbersFormat         = null;
     this.CHT_GAUGE.ScaleNumbersRadius         = 95;
     this.CHT_GAUGE.ScaleNumbersRotation       = 0;
     this.CHT_GAUGE.ScaleNumbersStartScaleLine = 0;
     this.CHT_GAUGE.ScaleNumbersStepScaleLines = 1;
     this.CHT_GAUGE.Size                       = new System.Drawing.Size(205, 180);
     this.CHT_GAUGE.TabIndex                   = 22;
     this.CHT_GAUGE.Text                       = "aGauge1";
     this.CHT_GAUGE.Value                      = 0F;
     //
     // TACH_GAUGE
     //
     this.TACH_GAUGE.BaseArcColor  = System.Drawing.Color.Gray;
     this.TACH_GAUGE.BaseArcRadius = 80;
     this.TACH_GAUGE.BaseArcStart  = 135;
     this.TACH_GAUGE.BaseArcSweep  = 270;
     this.TACH_GAUGE.BaseArcWidth  = 2;
     this.TACH_GAUGE.Center        = new System.Drawing.Point(100, 100);
     aGaugeLabel2.Color            = System.Drawing.SystemColors.WindowText;
     aGaugeLabel2.Font             = new System.Drawing.Font("Microsoft Sans Serif", 9.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     aGaugeLabel2.Name             = "GaugeLabel1";
     aGaugeLabel2.Position         = new System.Drawing.Point(85, 130);
     aGaugeLabel2.Text             = "x1000";
     aGaugeLabel3.Color            = System.Drawing.Color.Black;
     aGaugeLabel3.Font             = new System.Drawing.Font("Microsoft Sans Serif", 9.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     aGaugeLabel3.Name             = "GaugeLabel2";
     aGaugeLabel3.Position         = new System.Drawing.Point(85, 50);
     aGaugeLabel3.Text             = "RPM";
     this.TACH_GAUGE.GaugeLabels.Add(aGaugeLabel2);
     this.TACH_GAUGE.GaugeLabels.Add(aGaugeLabel3);
     aGaugeRange4.Color       = System.Drawing.Color.Red;
     aGaugeRange4.EndValue    = 10F;
     aGaugeRange4.InnerRadius = 70;
     aGaugeRange4.InRange     = false;
     aGaugeRange4.Name        = "AlertRange";
     aGaugeRange4.OuterRadius = 80;
     aGaugeRange4.StartValue  = 8F;
     aGaugeRange5.Color       = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     aGaugeRange5.EndValue    = 8F;
     aGaugeRange5.InnerRadius = 70;
     aGaugeRange5.InRange     = true;
     aGaugeRange5.Name        = "GaugeRange3";
     aGaugeRange5.OuterRadius = 75;
     aGaugeRange5.StartValue  = 0F;
     aGaugeRange6.Color       = System.Drawing.Color.Lime;
     aGaugeRange6.EndValue    = 8F;
     aGaugeRange6.InnerRadius = 75;
     aGaugeRange6.InRange     = true;
     aGaugeRange6.Name        = "GaugeRange2";
     aGaugeRange6.OuterRadius = 80;
     aGaugeRange6.StartValue  = 0F;
     this.TACH_GAUGE.GaugeRanges.Add(aGaugeRange4);
     this.TACH_GAUGE.GaugeRanges.Add(aGaugeRange5);
     this.TACH_GAUGE.GaugeRanges.Add(aGaugeRange6);
     this.TACH_GAUGE.Location                   = new System.Drawing.Point(6, 103);
     this.TACH_GAUGE.MaxValue                   = 10F;
     this.TACH_GAUGE.MinValue                   = 0F;
     this.TACH_GAUGE.Name                       = "TACH_GAUGE";
     this.TACH_GAUGE.NeedleColor1               = System.Windows.Forms.AGaugeNeedleColor.Yellow;
     this.TACH_GAUGE.NeedleColor2               = System.Drawing.Color.Olive;
     this.TACH_GAUGE.NeedleRadius               = 80;
     this.TACH_GAUGE.NeedleType                 = System.Windows.Forms.NeedleType.Advance;
     this.TACH_GAUGE.NeedleWidth                = 2;
     this.TACH_GAUGE.ScaleLinesInterColor       = System.Drawing.Color.Black;
     this.TACH_GAUGE.ScaleLinesInterInnerRadius = 73;
     this.TACH_GAUGE.ScaleLinesInterOuterRadius = 80;
     this.TACH_GAUGE.ScaleLinesInterWidth       = 1;
     this.TACH_GAUGE.ScaleLinesMajorColor       = System.Drawing.Color.Black;
     this.TACH_GAUGE.ScaleLinesMajorInnerRadius = 70;
     this.TACH_GAUGE.ScaleLinesMajorOuterRadius = 80;
     this.TACH_GAUGE.ScaleLinesMajorStepValue   = 1F;
     this.TACH_GAUGE.ScaleLinesMajorWidth       = 2;
     this.TACH_GAUGE.ScaleLinesMinorColor       = System.Drawing.Color.Gray;
     this.TACH_GAUGE.ScaleLinesMinorInnerRadius = 75;
     this.TACH_GAUGE.ScaleLinesMinorOuterRadius = 80;
     this.TACH_GAUGE.ScaleLinesMinorTicks       = 9;
     this.TACH_GAUGE.ScaleLinesMinorWidth       = 1;
     this.TACH_GAUGE.ScaleNumbersColor          = System.Drawing.Color.Black;
     this.TACH_GAUGE.ScaleNumbersFormat         = null;
     this.TACH_GAUGE.ScaleNumbersRadius         = 95;
     this.TACH_GAUGE.ScaleNumbersRotation       = 0;
     this.TACH_GAUGE.ScaleNumbersStartScaleLine = 0;
     this.TACH_GAUGE.ScaleNumbersStepScaleLines = 1;
     this.TACH_GAUGE.Size                       = new System.Drawing.Size(205, 180);
     this.TACH_GAUGE.TabIndex                   = 8;
     this.TACH_GAUGE.Text                       = "aGauge1";
     this.TACH_GAUGE.Value                      = 0F;
     //
     // MODELabel
     //
     this.MODELabel.AutoSize = true;
     this.MODELabel.Location = new System.Drawing.Point(253, 63);
     this.MODELabel.Name     = "MODELabel";
     this.MODELabel.Size     = new System.Drawing.Size(13, 13);
     this.MODELabel.TabIndex = 21;
     this.MODELabel.Text     = "0";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(208, 63);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(42, 13);
     this.label10.TabIndex = 20;
     this.label10.Text     = "MODE:";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(206, 18);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(22, 13);
     this.label8.TabIndex = 19;
     this.label8.Text     = "OT";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(162, 18);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(29, 13);
     this.label2.TabIndex = 18;
     this.label2.Text     = "LOG";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(124, 18);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(22, 13);
     this.label7.TabIndex = 17;
     this.label7.Text     = "VR";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(86, 18);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(22, 13);
     this.label5.TabIndex = 16;
     this.label5.Text     = "HB";
     //
     // MAPLabel
     //
     this.MAPLabel.AutoSize = true;
     this.MAPLabel.Location = new System.Drawing.Point(170, 63);
     this.MAPLabel.Name     = "MAPLabel";
     this.MAPLabel.Size     = new System.Drawing.Size(13, 13);
     this.MAPLabel.TabIndex = 15;
     this.MAPLabel.Text     = "0";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(128, 63);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(43, 13);
     this.label6.TabIndex = 14;
     this.label6.Text     = "MAP #:";
     //
     // potStateLabel
     //
     this.potStateLabel.AutoSize = true;
     this.potStateLabel.Location = new System.Drawing.Point(88, 63);
     this.potStateLabel.Name     = "potStateLabel";
     this.potStateLabel.Size     = new System.Drawing.Size(13, 13);
     this.potStateLabel.TabIndex = 10;
     this.potStateLabel.Text     = "0";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(42, 63);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(40, 13);
     this.label4.TabIndex = 9;
     this.label4.Text     = "TEMP:";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(29, 33);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(53, 13);
     this.label1.TabIndex = 4;
     this.label1.Text     = "STATUS:";
     //
     // VRPictureBox
     //
     this.VRPictureBox.Image    = global::WFF_GenericHID_Demo_Application.Properties.Resources.red_off_16;
     this.VRPictureBox.Location = new System.Drawing.Point(128, 32);
     this.VRPictureBox.Name     = "VRPictureBox";
     this.VRPictureBox.Size     = new System.Drawing.Size(16, 16);
     this.VRPictureBox.TabIndex = 3;
     this.VRPictureBox.TabStop  = false;
     //
     // HBPictureBox
     //
     this.HBPictureBox.Image    = global::WFF_GenericHID_Demo_Application.Properties.Resources.red_off_16;
     this.HBPictureBox.Location = new System.Drawing.Point(88, 32);
     this.HBPictureBox.Name     = "HBPictureBox";
     this.HBPictureBox.Size     = new System.Drawing.Size(16, 16);
     this.HBPictureBox.TabIndex = 2;
     this.HBPictureBox.TabStop  = false;
     //
     // led2PictureBox
     //
     this.led2PictureBox.Image    = global::WFF_GenericHID_Demo_Application.Properties.Resources.red_off_16;
     this.led2PictureBox.Location = new System.Drawing.Point(208, 32);
     this.led2PictureBox.Name     = "led2PictureBox";
     this.led2PictureBox.Size     = new System.Drawing.Size(16, 16);
     this.led2PictureBox.TabIndex = 1;
     this.led2PictureBox.TabStop  = false;
     //
     // LOGPictureBox
     //
     this.LOGPictureBox.Image        = global::WFF_GenericHID_Demo_Application.Properties.Resources.red_off_16;
     this.LOGPictureBox.InitialImage = null;
     this.LOGPictureBox.Location     = new System.Drawing.Point(167, 32);
     this.LOGPictureBox.Name         = "LOGPictureBox";
     this.LOGPictureBox.Size         = new System.Drawing.Size(16, 16);
     this.LOGPictureBox.TabIndex     = 0;
     this.LOGPictureBox.TabStop      = false;
     this.LOGPictureBox.Click       += new System.EventHandler(this.LOGPictureBox_Click);
     //
     // MAPpanel
     //
     this.MAPpanel.AutoScroll  = true;
     this.MAPpanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.MAPpanel.Location    = new System.Drawing.Point(2, 42);
     this.MAPpanel.Name        = "MAPpanel";
     this.MAPpanel.Size        = new System.Drawing.Size(83, 364);
     this.MAPpanel.TabIndex    = 24;
     this.MAPpanel.Visible     = false;
     //
     // STATUpDown
     //
     this.STATUpDown.Location = new System.Drawing.Point(36, 16);
     this.STATUpDown.Minimum  = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.STATUpDown.Name     = "STATUpDown";
     this.STATUpDown.Size     = new System.Drawing.Size(46, 20);
     this.STATUpDown.TabIndex = 25;
     this.STATUpDown.Value    = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.STATUpDown.Visible       = false;
     this.STATUpDown.ValueChanged += new System.EventHandler(this.STATUpDown_ValueChanged);
     //
     // chart1
     //
     chartArea1.Name = "ChartArea1";
     this.chart1.ChartAreas.Add(chartArea1);
     legend1.Enabled = false;
     legend1.Name    = "Legend1";
     this.chart1.Legends.Add(legend1);
     this.chart1.Location = new System.Drawing.Point(91, 18);
     this.chart1.Name     = "chart1";
     series1.ChartArea    = "ChartArea1";
     series1.Legend       = "Legend1";
     series1.Name         = "Series1";
     this.chart1.Series.Add(series1);
     this.chart1.Size     = new System.Drawing.Size(705, 388);
     this.chart1.TabIndex = 23;
     this.chart1.Text     = "chart1";
     this.chart1.Visible  = false;
     //
     // EGT_txt
     //
     this.EGT_txt.Location = new System.Drawing.Point(564, 290);
     this.EGT_txt.Name     = "EGT_txt";
     this.EGT_txt.Size     = new System.Drawing.Size(100, 20);
     this.EGT_txt.TabIndex = 26;
     //
     // EGT_GAUGE
     //
     this.EGT_GAUGE.BaseArcColor  = System.Drawing.Color.Gray;
     this.EGT_GAUGE.BaseArcRadius = 80;
     this.EGT_GAUGE.BaseArcStart  = 135;
     this.EGT_GAUGE.BaseArcSweep  = 270;
     this.EGT_GAUGE.BaseArcWidth  = 2;
     this.EGT_GAUGE.Center        = new System.Drawing.Point(100, 100);
     aGaugeLabel4.Color           = System.Drawing.SystemColors.WindowText;
     aGaugeLabel4.Font            = new System.Drawing.Font("Microsoft Sans Serif", 9.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     aGaugeLabel4.Name            = "GaugeLabel1";
     aGaugeLabel4.Position        = new System.Drawing.Point(85, 50);
     aGaugeLabel4.Text            = "EGT";
     this.EGT_GAUGE.GaugeLabels.Add(aGaugeLabel4);
     aGaugeRange7.Color       = System.Drawing.Color.Lime;
     aGaugeRange7.EndValue    = 1500F;
     aGaugeRange7.InnerRadius = 75;
     aGaugeRange7.InRange     = false;
     aGaugeRange7.Name        = "GaugeRange1";
     aGaugeRange7.OuterRadius = 80;
     aGaugeRange7.StartValue  = 0F;
     aGaugeRange8.Color       = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     aGaugeRange8.EndValue    = 1500F;
     aGaugeRange8.InnerRadius = 70;
     aGaugeRange8.InRange     = false;
     aGaugeRange8.Name        = "GaugeRange2";
     aGaugeRange8.OuterRadius = 75;
     aGaugeRange8.StartValue  = 0F;
     aGaugeRange9.Color       = System.Drawing.Color.Red;
     aGaugeRange9.EndValue    = 1800F;
     aGaugeRange9.InnerRadius = 70;
     aGaugeRange9.InRange     = false;
     aGaugeRange9.Name        = "GaugeRange3";
     aGaugeRange9.OuterRadius = 80;
     aGaugeRange9.StartValue  = 1500F;
     this.EGT_GAUGE.GaugeRanges.Add(aGaugeRange7);
     this.EGT_GAUGE.GaugeRanges.Add(aGaugeRange8);
     this.EGT_GAUGE.GaugeRanges.Add(aGaugeRange9);
     this.EGT_GAUGE.Location                   = new System.Drawing.Point(513, 130);
     this.EGT_GAUGE.MaxValue                   = 1800F;
     this.EGT_GAUGE.MinValue                   = 0F;
     this.EGT_GAUGE.Name                       = "EGT_GAUGE";
     this.EGT_GAUGE.NeedleColor1               = System.Windows.Forms.AGaugeNeedleColor.Yellow;
     this.EGT_GAUGE.NeedleColor2               = System.Drawing.Color.Olive;
     this.EGT_GAUGE.NeedleRadius               = 80;
     this.EGT_GAUGE.NeedleType                 = System.Windows.Forms.NeedleType.Advance;
     this.EGT_GAUGE.NeedleWidth                = 2;
     this.EGT_GAUGE.ScaleLinesInterColor       = System.Drawing.Color.Black;
     this.EGT_GAUGE.ScaleLinesInterInnerRadius = 73;
     this.EGT_GAUGE.ScaleLinesInterOuterRadius = 80;
     this.EGT_GAUGE.ScaleLinesInterWidth       = 1;
     this.EGT_GAUGE.ScaleLinesMajorColor       = System.Drawing.Color.Black;
     this.EGT_GAUGE.ScaleLinesMajorInnerRadius = 70;
     this.EGT_GAUGE.ScaleLinesMajorOuterRadius = 80;
     this.EGT_GAUGE.ScaleLinesMajorStepValue   = 100F;
     this.EGT_GAUGE.ScaleLinesMajorWidth       = 2;
     this.EGT_GAUGE.ScaleLinesMinorColor       = System.Drawing.Color.Gray;
     this.EGT_GAUGE.ScaleLinesMinorInnerRadius = 75;
     this.EGT_GAUGE.ScaleLinesMinorOuterRadius = 80;
     this.EGT_GAUGE.ScaleLinesMinorTicks       = 10;
     this.EGT_GAUGE.ScaleLinesMinorWidth       = 1;
     this.EGT_GAUGE.ScaleNumbersColor          = System.Drawing.Color.Black;
     this.EGT_GAUGE.ScaleNumbersFormat         = null;
     this.EGT_GAUGE.ScaleNumbersRadius         = 95;
     this.EGT_GAUGE.ScaleNumbersRotation       = 0;
     this.EGT_GAUGE.ScaleNumbersStartScaleLine = 0;
     this.EGT_GAUGE.ScaleNumbersStepScaleLines = 1;
     this.EGT_GAUGE.Size                       = new System.Drawing.Size(217, 182);
     this.EGT_GAUGE.TabIndex                   = 23;
     this.EGT_GAUGE.Text                       = "EGT";
     this.EGT_GAUGE.Value                      = 0F;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.debugTextBox);
     this.groupBox2.Location = new System.Drawing.Point(815, 28);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(105, 416);
     this.groupBox2.TabIndex = 3;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Debug";
     //
     // debugTextBox
     //
     this.debugTextBox.Location   = new System.Drawing.Point(9, 16);
     this.debugTextBox.Multiline  = true;
     this.debugTextBox.Name       = "debugTextBox";
     this.debugTextBox.ReadOnly   = true;
     this.debugTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.debugTextBox.Size       = new System.Drawing.Size(90, 390);
     this.debugTextBox.TabIndex   = 0;
     //
     // deviceStatusPollTimer
     //
     this.deviceStatusPollTimer.Enabled  = true;
     this.deviceStatusPollTimer.Interval = 1;
     this.deviceStatusPollTimer.Tick    += new System.EventHandler(this.deviceStatusPollTimer_Tick);
     //
     // RUNbutton
     //
     this.RUNbutton.Location = new System.Drawing.Point(13, 462);
     this.RUNbutton.Name     = "RUNbutton";
     this.RUNbutton.Size     = new System.Drawing.Size(89, 25);
     this.RUNbutton.TabIndex = 4;
     this.RUNbutton.Text     = "RUN";
     this.RUNbutton.UseVisualStyleBackColor = true;
     this.RUNbutton.Visible = false;
     this.RUNbutton.Click  += new System.EventHandler(this.RUNbutton_Click);
     //
     // LUTLOADbutton
     //
     this.LUTLOADbutton.Location = new System.Drawing.Point(110, 462);
     this.LUTLOADbutton.Name     = "LUTLOADbutton";
     this.LUTLOADbutton.Size     = new System.Drawing.Size(89, 25);
     this.LUTLOADbutton.TabIndex = 5;
     this.LUTLOADbutton.Text     = "SEND MAP";
     this.LUTLOADbutton.UseVisualStyleBackColor = true;
     this.LUTLOADbutton.Visible = false;
     this.LUTLOADbutton.Click  += new System.EventHandler(this.LUTLOADbutton_Click);
     //
     // FWbutton
     //
     this.FWbutton.Location = new System.Drawing.Point(327, 462);
     this.FWbutton.Name     = "FWbutton";
     this.FWbutton.Size     = new System.Drawing.Size(89, 25);
     this.FWbutton.TabIndex = 6;
     this.FWbutton.Text     = "FW UPDATE";
     this.FWbutton.UseVisualStyleBackColor = true;
     this.FWbutton.Click += new System.EventHandler(this.FWbutton_Click);
     //
     // LUTREADbutton
     //
     this.LUTREADbutton.Location = new System.Drawing.Point(220, 462);
     this.LUTREADbutton.Name     = "LUTREADbutton";
     this.LUTREADbutton.Size     = new System.Drawing.Size(89, 25);
     this.LUTREADbutton.TabIndex = 7;
     this.LUTREADbutton.Text     = "READ MAP";
     this.LUTREADbutton.UseVisualStyleBackColor = true;
     this.LUTREADbutton.Visible = false;
     this.LUTREADbutton.Click  += new System.EventHandler(this.LUTREADbutton_Click);
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.fileToolStripMenuItem,
         this.editToolStripMenuItem
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(933, 24);
     this.menuStrip1.TabIndex = 8;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.newToolStripMenuItem,
         this.openToolStripMenuItem,
         this.saveToolStripMenuItem
     });
     this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size = new System.Drawing.Size(35, 20);
     this.fileToolStripMenuItem.Text = "File";
     //
     // newToolStripMenuItem
     //
     this.newToolStripMenuItem.Name   = "newToolStripMenuItem";
     this.newToolStripMenuItem.Size   = new System.Drawing.Size(111, 22);
     this.newToolStripMenuItem.Text   = "New";
     this.newToolStripMenuItem.Click += new System.EventHandler(this.newToolStripMenuItem_Click);
     //
     // openToolStripMenuItem
     //
     this.openToolStripMenuItem.Name   = "openToolStripMenuItem";
     this.openToolStripMenuItem.Size   = new System.Drawing.Size(111, 22);
     this.openToolStripMenuItem.Text   = "Open";
     this.openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click);
     //
     // saveToolStripMenuItem
     //
     this.saveToolStripMenuItem.Enabled = false;
     this.saveToolStripMenuItem.Name    = "saveToolStripMenuItem";
     this.saveToolStripMenuItem.Size    = new System.Drawing.Size(111, 22);
     this.saveToolStripMenuItem.Text    = "Save";
     this.saveToolStripMenuItem.Click  += new System.EventHandler(this.saveToolStripMenuItem_Click);
     //
     // editToolStripMenuItem
     //
     this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.blockFillToolStripMenuItem,
         this.mapNotesToolStripMenuItem
     });
     this.editToolStripMenuItem.Enabled = false;
     this.editToolStripMenuItem.Name    = "editToolStripMenuItem";
     this.editToolStripMenuItem.Size    = new System.Drawing.Size(37, 20);
     this.editToolStripMenuItem.Text    = "Edit";
     //
     // blockFillToolStripMenuItem
     //
     this.blockFillToolStripMenuItem.Name   = "blockFillToolStripMenuItem";
     this.blockFillToolStripMenuItem.Size   = new System.Drawing.Size(136, 22);
     this.blockFillToolStripMenuItem.Text   = "Block Fill";
     this.blockFillToolStripMenuItem.Click += new System.EventHandler(this.blockFillToolStripMenuItem_Click);
     //
     // mapNotesToolStripMenuItem
     //
     this.mapNotesToolStripMenuItem.Name   = "mapNotesToolStripMenuItem";
     this.mapNotesToolStripMenuItem.Size   = new System.Drawing.Size(136, 22);
     this.mapNotesToolStripMenuItem.Text   = "Map Notes";
     this.mapNotesToolStripMenuItem.Click += new System.EventHandler(this.mapNotesToolStripMenuItem_Click);
     //
     // openFileDialog1
     //
     this.openFileDialog1.FileName = "openFileDialog1";
     //
     // progressBar1
     //
     this.progressBar1.Location = new System.Drawing.Point(815, 450);
     this.progressBar1.Name     = "progressBar1";
     this.progressBar1.Size     = new System.Drawing.Size(100, 23);
     this.progressBar1.TabIndex = 9;
     //
     // mainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(933, 515);
     this.Controls.Add(this.EGT_txt);
     this.Controls.Add(this.progressBar1);
     this.Controls.Add(this.EGT_GAUGE);
     this.Controls.Add(this.LUTREADbutton);
     this.Controls.Add(this.FWbutton);
     this.Controls.Add(this.LUTLOADbutton);
     this.Controls.Add(this.RUNbutton);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.menuStrip1);
     this.Controls.Add(this.groupBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MainMenuStrip   = this.menuStrip1;
     this.MaximizeBox     = false;
     this.Name            = "mainForm";
     this.ShowIcon        = false;
     this.Text            = "FireFly Mini";
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.VRPictureBox)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.HBPictureBox)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.led2PictureBox)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.LOGPictureBox)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.STATUpDown)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.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()
 {
     System.Windows.Forms.AGaugeLabel aGaugeLabel1 = new System.Windows.Forms.AGaugeLabel();
     System.Windows.Forms.AGaugeRange aGaugeRange1 = new System.Windows.Forms.AGaugeRange();
     System.Windows.Forms.AGaugeRange aGaugeRange2 = new System.Windows.Forms.AGaugeRange();
     System.Windows.Forms.AGaugeRange aGaugeRange3 = new System.Windows.Forms.AGaugeRange();
     this.trackBar1 = new System.Windows.Forms.TrackBar();
     this.aGauge1   = new System.Windows.Forms.AGauge();
     this.panel1    = new System.Windows.Forms.Panel();
     ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit();
     this.SuspendLayout();
     //
     // trackBar1
     //
     this.trackBar1.LargeChange   = 20;
     this.trackBar1.Location      = new System.Drawing.Point(15, 12);
     this.trackBar1.Maximum       = 200;
     this.trackBar1.Name          = "trackBar1";
     this.trackBar1.Orientation   = System.Windows.Forms.Orientation.Vertical;
     this.trackBar1.Size          = new System.Drawing.Size(45, 238);
     this.trackBar1.TabIndex      = 1;
     this.trackBar1.TickStyle     = System.Windows.Forms.TickStyle.None;
     this.trackBar1.ValueChanged += new System.EventHandler(this.trackBar1_ValueChanged);
     //
     // aGauge1
     //
     this.aGauge1.BackColor     = System.Drawing.SystemColors.Control;
     this.aGauge1.BaseArcColor  = System.Drawing.Color.Gray;
     this.aGauge1.BaseArcRadius = 80;
     this.aGauge1.BaseArcStart  = 135;
     this.aGauge1.BaseArcSweep  = 270;
     this.aGauge1.BaseArcWidth  = 2;
     this.aGauge1.Center        = new System.Drawing.Point(100, 100);
     aGaugeLabel1.Color         = System.Drawing.SystemColors.WindowText;
     aGaugeLabel1.Font          = new System.Drawing.Font("Verdana", 9.75F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     aGaugeLabel1.Name          = "GaugeLabel1";
     aGaugeLabel1.Position      = new System.Drawing.Point(85, 130);
     aGaugeLabel1.Text          = "0";
     this.aGauge1.GaugeLabels.Add(aGaugeLabel1);
     aGaugeRange1.Color       = System.Drawing.Color.Red;
     aGaugeRange1.EndValue    = 200F;
     aGaugeRange1.InnerRadius = 70;
     aGaugeRange1.InRange     = false;
     aGaugeRange1.Name        = "AlertRange";
     aGaugeRange1.OuterRadius = 80;
     aGaugeRange1.StartValue  = 160F;
     aGaugeRange2.Color       = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     aGaugeRange2.EndValue    = 160F;
     aGaugeRange2.InnerRadius = 70;
     aGaugeRange2.InRange     = false;
     aGaugeRange2.Name        = "GaugeRange3";
     aGaugeRange2.OuterRadius = 75;
     aGaugeRange2.StartValue  = 0F;
     aGaugeRange3.Color       = System.Drawing.Color.Lime;
     aGaugeRange3.EndValue    = 160F;
     aGaugeRange3.InnerRadius = 75;
     aGaugeRange3.InRange     = false;
     aGaugeRange3.Name        = "GaugeRange2";
     aGaugeRange3.OuterRadius = 80;
     aGaugeRange3.StartValue  = 0F;
     this.aGauge1.GaugeRanges.Add(aGaugeRange1);
     this.aGauge1.GaugeRanges.Add(aGaugeRange2);
     this.aGauge1.GaugeRanges.Add(aGaugeRange3);
     this.aGauge1.Location                   = new System.Drawing.Point(67, 12);
     this.aGauge1.MaxValue                   = 200F;
     this.aGauge1.MinValue                   = 0F;
     this.aGauge1.Name                       = "aGauge1";
     this.aGauge1.NeedleColor1               = System.Windows.Forms.AGaugeNeedleColor.Yellow;
     this.aGauge1.NeedleColor2               = System.Drawing.Color.Olive;
     this.aGauge1.NeedleRadius               = 80;
     this.aGauge1.NeedleType                 = System.Windows.Forms.NeedleType.Advance;
     this.aGauge1.NeedleWidth                = 2;
     this.aGauge1.ScaleLinesInterColor       = System.Drawing.Color.Black;
     this.aGauge1.ScaleLinesInterInnerRadius = 73;
     this.aGauge1.ScaleLinesInterOuterRadius = 80;
     this.aGauge1.ScaleLinesInterWidth       = 1;
     this.aGauge1.ScaleLinesMajorColor       = System.Drawing.Color.Black;
     this.aGauge1.ScaleLinesMajorInnerRadius = 70;
     this.aGauge1.ScaleLinesMajorOuterRadius = 80;
     this.aGauge1.ScaleLinesMajorStepValue   = 20F;
     this.aGauge1.ScaleLinesMajorWidth       = 2;
     this.aGauge1.ScaleLinesMinorColor       = System.Drawing.Color.Gray;
     this.aGauge1.ScaleLinesMinorInnerRadius = 75;
     this.aGauge1.ScaleLinesMinorOuterRadius = 80;
     this.aGauge1.ScaleLinesMinorTicks       = 9;
     this.aGauge1.ScaleLinesMinorWidth       = 1;
     this.aGauge1.ScaleNumbersColor          = System.Drawing.Color.Black;
     this.aGauge1.ScaleNumbersFormat         = null;
     this.aGauge1.ScaleNumbersRadius         = 95;
     this.aGauge1.ScaleNumbersRotation       = 0;
     this.aGauge1.ScaleNumbersStartScaleLine = 0;
     this.aGauge1.ScaleNumbersStepScaleLines = 1;
     this.aGauge1.Size                       = new System.Drawing.Size(205, 180);
     this.aGauge1.TabIndex                   = 0;
     this.aGauge1.Text                       = "aGauge1";
     this.aGauge1.Value                      = 0F;
     this.aGauge1.ValueChanged              += new System.EventHandler(this.aGauge1_ValueChanged);
     this.aGauge1.ValueInRangeChanged       += new System.EventHandler <System.Windows.Forms.ValueInRangeChangedEventArgs>(this.aGauge1_ValueInRangeChanged);
     //
     // panel1
     //
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel1.Location    = new System.Drawing.Point(199, 198);
     this.panel1.Name        = "panel1";
     this.panel1.Size        = new System.Drawing.Size(47, 28);
     this.panel1.TabIndex    = 2;
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(284, 262);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.trackBar1);
     this.Controls.Add(this.aGauge1);
     this.Name = "MainForm";
     this.Text = "GaugeDemo";
     ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 9
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.Windows.Forms.AGaugeLabel aGaugeLabel1 = new System.Windows.Forms.AGaugeLabel();
            System.Windows.Forms.AGaugeRange aGaugeRange1 = new System.Windows.Forms.AGaugeRange();
            System.Windows.Forms.AGaugeRange aGaugeRange2 = new System.Windows.Forms.AGaugeRange();
            System.Windows.Forms.AGaugeRange aGaugeRange3 = new System.Windows.Forms.AGaugeRange();
            this.trackBar1 = new System.Windows.Forms.TrackBar();
            this.aGauge1 = new System.Windows.Forms.AGauge();
            this.panel1 = new System.Windows.Forms.Panel();
            ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit();
            this.SuspendLayout();
            // 
            // trackBar1
            // 
            this.trackBar1.LargeChange = 20;
            this.trackBar1.Location = new System.Drawing.Point(15, 12);
            this.trackBar1.Maximum = 200;
            this.trackBar1.Name = "trackBar1";
            this.trackBar1.Orientation = System.Windows.Forms.Orientation.Vertical;
            this.trackBar1.Size = new System.Drawing.Size(45, 238);
            this.trackBar1.TabIndex = 1;
            this.trackBar1.TickStyle = System.Windows.Forms.TickStyle.None;
            this.trackBar1.ValueChanged += new System.EventHandler(this.trackBar1_ValueChanged);
            // 
            // aGauge1
            // 
            this.aGauge1.BackColor = System.Drawing.SystemColors.Control;
            this.aGauge1.BaseArcColor = System.Drawing.Color.Gray;
            this.aGauge1.BaseArcRadius = 80;
            this.aGauge1.BaseArcStart = 135;
            this.aGauge1.BaseArcSweep = 270;
            this.aGauge1.BaseArcWidth = 2;
            this.aGauge1.Center = new System.Drawing.Point(100, 100);
            aGaugeLabel1.Color = System.Drawing.SystemColors.WindowText;
            aGaugeLabel1.Font = new System.Drawing.Font("Verdana", 9.75F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            aGaugeLabel1.Name = "GaugeLabel1";
            aGaugeLabel1.Position = new System.Drawing.Point(85, 130);
            aGaugeLabel1.Text = "0";
            this.aGauge1.GaugeLabels.Add(aGaugeLabel1);
            aGaugeRange1.Color = System.Drawing.Color.Red;
            aGaugeRange1.EndValue = 200F;
            aGaugeRange1.InnerRadius = 70;
            aGaugeRange1.InRange = false;
            aGaugeRange1.Name = "AlertRange";
            aGaugeRange1.OuterRadius = 80;
            aGaugeRange1.StartValue = 160F;
            aGaugeRange2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
            aGaugeRange2.EndValue = 160F;
            aGaugeRange2.InnerRadius = 70;
            aGaugeRange2.InRange = false;
            aGaugeRange2.Name = "GaugeRange3";
            aGaugeRange2.OuterRadius = 75;
            aGaugeRange2.StartValue = 0F;
            aGaugeRange3.Color = System.Drawing.Color.Lime;
            aGaugeRange3.EndValue = 160F;
            aGaugeRange3.InnerRadius = 75;
            aGaugeRange3.InRange = false;
            aGaugeRange3.Name = "GaugeRange2";
            aGaugeRange3.OuterRadius = 80;
            aGaugeRange3.StartValue = 0F;
            this.aGauge1.GaugeRanges.Add(aGaugeRange1);
            this.aGauge1.GaugeRanges.Add(aGaugeRange2);
            this.aGauge1.GaugeRanges.Add(aGaugeRange3);
            this.aGauge1.Location = new System.Drawing.Point(67, 12);
            this.aGauge1.MaxValue = 200F;
            this.aGauge1.MinValue = 0F;
            this.aGauge1.Name = "aGauge1";
            this.aGauge1.NeedleColor1 = System.Windows.Forms.AGaugeNeedleColor.Yellow;
            this.aGauge1.NeedleColor2 = System.Drawing.Color.Olive;
            this.aGauge1.NeedleRadius = 80;
            this.aGauge1.NeedleType = System.Windows.Forms.NeedleType.Advance;
            this.aGauge1.NeedleWidth = 2;
            this.aGauge1.ScaleLinesInterColor = System.Drawing.Color.Black;
            this.aGauge1.ScaleLinesInterInnerRadius = 73;
            this.aGauge1.ScaleLinesInterOuterRadius = 80;
            this.aGauge1.ScaleLinesInterWidth = 1;
            this.aGauge1.ScaleLinesMajorColor = System.Drawing.Color.Black;
            this.aGauge1.ScaleLinesMajorInnerRadius = 70;
            this.aGauge1.ScaleLinesMajorOuterRadius = 80;
            this.aGauge1.ScaleLinesMajorStepValue = 20F;
            this.aGauge1.ScaleLinesMajorWidth = 2;
            this.aGauge1.ScaleLinesMinorColor = System.Drawing.Color.Gray;
            this.aGauge1.ScaleLinesMinorInnerRadius = 75;
            this.aGauge1.ScaleLinesMinorOuterRadius = 80;
            this.aGauge1.ScaleLinesMinorTicks = 9;
            this.aGauge1.ScaleLinesMinorWidth = 1;
            this.aGauge1.ScaleNumbersColor = System.Drawing.Color.Black;
            this.aGauge1.ScaleNumbersFormat = null;
            this.aGauge1.ScaleNumbersRadius = 95;
            this.aGauge1.ScaleNumbersRotation = 0;
            this.aGauge1.ScaleNumbersStartScaleLine = 0;
            this.aGauge1.ScaleNumbersStepScaleLines = 1;
            this.aGauge1.Size = new System.Drawing.Size(205, 180);
            this.aGauge1.TabIndex = 0;
            this.aGauge1.Text = "aGauge1";
            this.aGauge1.Value = 0F;
            this.aGauge1.ValueChanged += new System.EventHandler(this.aGauge1_ValueChanged);
            this.aGauge1.ValueInRangeChanged += new System.EventHandler<System.Windows.Forms.ValueInRangeChangedEventArgs>(this.aGauge1_ValueInRangeChanged);
            // 
            // panel1
            // 
            this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.panel1.Location = new System.Drawing.Point(199, 198);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(47, 28);
            this.panel1.TabIndex = 2;
            // 
            // MainForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(284, 262);
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.trackBar1);
            this.Controls.Add(this.aGauge1);
            this.Name = "MainForm";
            this.Text = "GaugeDemo";
            ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
 /// <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()
 {
     System.Windows.Forms.AGaugeLabel aGaugeLabel1 = new System.Windows.Forms.AGaugeLabel();
       System.Windows.Forms.AGaugeLabel aGaugeLabel2 = new System.Windows.Forms.AGaugeLabel();
       this.richTextBox1 = new System.Windows.Forms.RichTextBox();
       this.checkBox1 = new System.Windows.Forms.CheckBox();
       this.aGauge1 = new System.Windows.Forms.AGauge();
       this.SuspendLayout();
       //
       // richTextBox1
       //
       this.richTextBox1.BackColor = System.Drawing.SystemColors.Control;
       this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
       this.richTextBox1.Cursor = System.Windows.Forms.Cursors.IBeam;
       this.richTextBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
       this.richTextBox1.Location = new System.Drawing.Point(0, 146);
       this.richTextBox1.Name = "richTextBox1";
       this.richTextBox1.ReadOnly = true;
       this.richTextBox1.Size = new System.Drawing.Size(213, 37);
       this.richTextBox1.TabIndex = 56;
       this.richTextBox1.Text = "     0 dB";
       //
       // checkBox1
       //
       this.checkBox1.AutoSize = true;
       this.checkBox1.Checked = true;
       this.checkBox1.CheckState = System.Windows.Forms.CheckState.Checked;
       this.checkBox1.Location = new System.Drawing.Point(4, 189);
       this.checkBox1.Name = "checkBox1";
       this.checkBox1.Size = new System.Drawing.Size(59, 17);
       this.checkBox1.TabIndex = 57;
       this.checkBox1.Text = "OnTop";
       this.checkBox1.UseVisualStyleBackColor = true;
       this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
       //
       // aGauge1
       //
       this.aGauge1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
       this.aGauge1.BaseArcColor = System.Drawing.Color.Gray;
       this.aGauge1.BaseArcRadius = 80;
       this.aGauge1.BaseArcStart = 185;
       this.aGauge1.BaseArcSweep = 170;
       this.aGauge1.BaseArcWidth = 2;
       this.aGauge1.Center = new System.Drawing.Point(105, 130);
       aGaugeLabel1.Color = System.Drawing.SystemColors.WindowText;
       aGaugeLabel1.Name = "GaugeLabelMode";
       aGaugeLabel1.Position = new System.Drawing.Point(5, 10);
       aGaugeLabel1.Text = "Mode";
       aGaugeLabel2.Color = System.Drawing.SystemColors.WindowText;
       aGaugeLabel2.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
       aGaugeLabel2.Name = "GaugeLabelSLevel";
       aGaugeLabel2.Position = new System.Drawing.Point(140, 5);
       aGaugeLabel2.Text = "S0";
       this.aGauge1.GaugeLabels.Add(aGaugeLabel1);
       this.aGauge1.GaugeLabels.Add(aGaugeLabel2);
       this.aGauge1.Location = new System.Drawing.Point(2, 2);
       this.aGauge1.MaxValue = 0F;
       this.aGauge1.MinValue = -140F;
       this.aGauge1.Name = "aGauge1";
       this.aGauge1.NeedleColor1 = System.Windows.Forms.AGaugeNeedleColor.Blue;
       this.aGauge1.NeedleColor2 = System.Drawing.Color.HotPink;
       this.aGauge1.NeedleRadius = 80;
       this.aGauge1.NeedleType = System.Windows.Forms.NeedleType.Advance;
       this.aGauge1.NeedleWidth = 2;
       this.aGauge1.ScaleLinesInterColor = System.Drawing.Color.Black;
       this.aGauge1.ScaleLinesInterInnerRadius = 73;
       this.aGauge1.ScaleLinesInterOuterRadius = 80;
       this.aGauge1.ScaleLinesInterWidth = 1;
       this.aGauge1.ScaleLinesMajorColor = System.Drawing.Color.Black;
       this.aGauge1.ScaleLinesMajorInnerRadius = 70;
       this.aGauge1.ScaleLinesMajorOuterRadius = 80;
       this.aGauge1.ScaleLinesMajorStepValue = 10F;
       this.aGauge1.ScaleLinesMajorWidth = 2;
       this.aGauge1.ScaleLinesMinorColor = System.Drawing.Color.Gray;
       this.aGauge1.ScaleLinesMinorInnerRadius = 75;
       this.aGauge1.ScaleLinesMinorOuterRadius = 80;
       this.aGauge1.ScaleLinesMinorTicks = 1;
       this.aGauge1.ScaleLinesMinorWidth = 1;
       this.aGauge1.ScaleNumbersColor = System.Drawing.Color.Black;
       this.aGauge1.ScaleNumbersFormat = null;
       this.aGauge1.ScaleNumbersRadius = 93;
       this.aGauge1.ScaleNumbersRotation = 0;
       this.aGauge1.ScaleNumbersStartScaleLine = 0;
       this.aGauge1.ScaleNumbersStepScaleLines = 1;
       this.aGauge1.Size = new System.Drawing.Size(205, 180);
       this.aGauge1.TabIndex = 60;
       this.aGauge1.Text = "aGauge1";
       this.aGauge1.Value = -30F;
       //
       // LevelMeterTool
       //
       this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
       this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
       this.ClientSize = new System.Drawing.Size(212, 209);
       this.Controls.Add(this.checkBox1);
       this.Controls.Add(this.richTextBox1);
       this.Controls.Add(this.aGauge1);
       this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
       this.Name = "LevelMeterTool";
       this.ShowInTaskbar = false;
       this.Text = "LevelMeter";
       this.TopMost = true;
       this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.LevelMeterTool_FormClosing);
       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()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.AGaugeLabel aGaugeLabel3  = new System.Windows.Forms.AGaugeLabel();
     System.Windows.Forms.AGaugeRange aGaugeRange11 = new System.Windows.Forms.AGaugeRange();
     System.Windows.Forms.AGaugeRange aGaugeRange12 = new System.Windows.Forms.AGaugeRange();
     System.Windows.Forms.AGaugeRange aGaugeRange13 = new System.Windows.Forms.AGaugeRange();
     System.Windows.Forms.AGaugeRange aGaugeRange14 = new System.Windows.Forms.AGaugeRange();
     System.Windows.Forms.AGaugeRange aGaugeRange15 = new System.Windows.Forms.AGaugeRange();
     this.panel3              = new System.Windows.Forms.Panel();
     this.label6              = new System.Windows.Forms.Label();
     this.sairbtn             = new System.Windows.Forms.Button();
     this.webBrowser1         = new System.Windows.Forms.WebBrowser();
     this.entradaDeAguabtn    = new System.Windows.Forms.Button();
     this.label1              = new System.Windows.Forms.Label();
     this.mosturaProgressBar  = new System.Windows.Forms.ProgressBar();
     this.groupBox1           = new System.Windows.Forms.GroupBox();
     this.volumeLb            = new System.Windows.Forms.Label();
     this.chillerBtn          = new System.Windows.Forms.Button();
     this.mosturaBtn          = new System.Windows.Forms.Button();
     this.fervuraBtn          = new System.Windows.Forms.Button();
     this.groupBox2           = new System.Windows.Forms.GroupBox();
     this.temperaturaLb       = new System.Windows.Forms.Label();
     this.label10             = new System.Windows.Forms.Label();
     this.duracaoTotalLb      = new System.Windows.Forms.Label();
     this.duracaoRestanteLb   = new System.Windows.Forms.Label();
     this.label4              = new System.Windows.Forms.Label();
     this.adiantaEtapaBtn     = new System.Windows.Forms.Button();
     this.label3              = new System.Windows.Forms.Label();
     this.aGauge1             = new System.Windows.Forms.AGauge();
     this.pararResistenciaBtn = new System.Windows.Forms.Button();
     this.groupBox3           = new System.Windows.Forms.GroupBox();
     this.cancelarAlarmeBtn   = new System.Windows.Forms.Button();
     this.label9              = new System.Windows.Forms.Label();
     this.lvLupulos           = new System.Windows.Forms.ListView();
     this.Tempo                    = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.Lupulo                   = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.Quantidade               = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.proxAdicaoLb             = new System.Windows.Forms.Label();
     this.bombaRecirculacaoBtn     = new System.Windows.Forms.Button();
     this.serpentinaAquecimentoBtn = new System.Windows.Forms.Button();
     this.paradaEmergenciaBtn      = new System.Windows.Forms.Button();
     this.toolStrip1               = new System.Windows.Forms.ToolStrip();
     this.hardwareDisponivelcbx    = new System.Windows.Forms.ToolStripComboBox();
     this.statusConexaoLb          = new System.Windows.Forms.ToolStripLabel();
     this.groupBox4                = new System.Windows.Forms.GroupBox();
     this.textBox1                 = new System.Windows.Forms.TextBox();
     this.iniciarBtn               = new System.Windows.Forms.Button();
     this.receitaCb                = new System.Windows.Forms.ComboBox();
     this.label5                   = new System.Windows.Forms.Label();
     this.pnlAcoes                 = new System.Windows.Forms.Panel();
     this.pnlLog                   = new System.Windows.Forms.Panel();
     this.temporizador             = new System.Windows.Forms.Timer(this.components);
     this.button1                  = new System.Windows.Forms.Button();
     this.panel3.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.groupBox4.SuspendLayout();
     this.pnlAcoes.SuspendLayout();
     this.pnlLog.SuspendLayout();
     this.SuspendLayout();
     //
     // panel3
     //
     this.panel3.BackColor = System.Drawing.Color.Crimson;
     this.panel3.Controls.Add(this.label6);
     this.panel3.Controls.Add(this.sairbtn);
     this.panel3.Location = new System.Drawing.Point(-1, 0);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(1075, 40);
     this.panel3.TabIndex = 16;
     //
     // label6
     //
     this.label6.AutoSize  = true;
     this.label6.Font      = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.ForeColor = System.Drawing.SystemColors.ButtonFace;
     this.label6.Location  = new System.Drawing.Point(328, 6);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(417, 24);
     this.label6.TabIndex  = 4;
     this.label6.Text      = "Painel de controle manual e monitoramento";
     //
     // sairbtn
     //
     this.sairbtn.BackgroundImage       = global::Brew.Properties.Resources.btSai;
     this.sairbtn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.sairbtn.Location = new System.Drawing.Point(1011, -6);
     this.sairbtn.Name     = "sairbtn";
     this.sairbtn.Size     = new System.Drawing.Size(51, 52);
     this.sairbtn.TabIndex = 3;
     this.sairbtn.UseVisualStyleBackColor = true;
     this.sairbtn.Click += new System.EventHandler(this.Sairbtn_Click);
     //
     // webBrowser1
     //
     this.webBrowser1.Location    = new System.Drawing.Point(1060, 430);
     this.webBrowser1.MinimumSize = new System.Drawing.Size(20, 20);
     this.webBrowser1.Name        = "webBrowser1";
     this.webBrowser1.Size        = new System.Drawing.Size(71, 55);
     this.webBrowser1.TabIndex    = 17;
     //
     // entradaDeAguabtn
     //
     this.entradaDeAguabtn.Location = new System.Drawing.Point(13, 51);
     this.entradaDeAguabtn.Name     = "entradaDeAguabtn";
     this.entradaDeAguabtn.Size     = new System.Drawing.Size(91, 51);
     this.entradaDeAguabtn.TabIndex = 1;
     this.entradaDeAguabtn.Text     = "Entrada de água";
     this.entradaDeAguabtn.UseVisualStyleBackColor = true;
     this.entradaDeAguabtn.Click += new System.EventHandler(this.EntradaDeAguabtn_Click);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(14, 27);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(90, 13);
     this.label1.TabIndex = 19;
     this.label1.Text     = "Volume de liquido";
     //
     // mosturaProgressBar
     //
     this.mosturaProgressBar.Location = new System.Drawing.Point(0, 161);
     this.mosturaProgressBar.Name     = "mosturaProgressBar";
     this.mosturaProgressBar.Size     = new System.Drawing.Size(307, 23);
     this.mosturaProgressBar.TabIndex = 20;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.volumeLb);
     this.groupBox1.Controls.Add(this.chillerBtn);
     this.groupBox1.Controls.Add(this.mosturaBtn);
     this.groupBox1.Controls.Add(this.fervuraBtn);
     this.groupBox1.Controls.Add(this.entradaDeAguabtn);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Location = new System.Drawing.Point(15, 9);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(251, 184);
     this.groupBox1.TabIndex = 22;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Controle hidráulico";
     //
     // volumeLb
     //
     this.volumeLb.AutoSize = true;
     this.volumeLb.Location = new System.Drawing.Point(142, 27);
     this.volumeLb.Name     = "volumeLb";
     this.volumeLb.Size     = new System.Drawing.Size(37, 13);
     this.volumeLb.TabIndex = 23;
     this.volumeLb.Text     = "0,00 L";
     this.volumeLb.Click   += new System.EventHandler(this.Label2_Click);
     //
     // chillerBtn
     //
     this.chillerBtn.Location = new System.Drawing.Point(145, 118);
     this.chillerBtn.Name     = "chillerBtn";
     this.chillerBtn.Size     = new System.Drawing.Size(91, 51);
     this.chillerBtn.TabIndex = 4;
     this.chillerBtn.Text     = "Fermentador Chiller";
     this.chillerBtn.UseVisualStyleBackColor = true;
     //
     // mosturaBtn
     //
     this.mosturaBtn.Location = new System.Drawing.Point(13, 118);
     this.mosturaBtn.Name     = "mosturaBtn";
     this.mosturaBtn.Size     = new System.Drawing.Size(91, 51);
     this.mosturaBtn.TabIndex = 2;
     this.mosturaBtn.Text     = "Mostura";
     this.mosturaBtn.UseVisualStyleBackColor = true;
     //
     // fervuraBtn
     //
     this.fervuraBtn.Location = new System.Drawing.Point(145, 51);
     this.fervuraBtn.Name     = "fervuraBtn";
     this.fervuraBtn.Size     = new System.Drawing.Size(91, 51);
     this.fervuraBtn.TabIndex = 3;
     this.fervuraBtn.Text     = "Fervura";
     this.fervuraBtn.UseVisualStyleBackColor = true;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.temperaturaLb);
     this.groupBox2.Controls.Add(this.label10);
     this.groupBox2.Controls.Add(this.duracaoTotalLb);
     this.groupBox2.Controls.Add(this.duracaoRestanteLb);
     this.groupBox2.Controls.Add(this.label4);
     this.groupBox2.Controls.Add(this.adiantaEtapaBtn);
     this.groupBox2.Controls.Add(this.label3);
     this.groupBox2.Controls.Add(this.aGauge1);
     this.groupBox2.Controls.Add(this.pararResistenciaBtn);
     this.groupBox2.Controls.Add(this.mosturaProgressBar);
     this.groupBox2.Location = new System.Drawing.Point(285, 9);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(307, 184);
     this.groupBox2.TabIndex = 23;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Mostura";
     //
     // temperaturaLb
     //
     this.temperaturaLb.AutoSize = true;
     this.temperaturaLb.Location = new System.Drawing.Point(243, 140);
     this.temperaturaLb.Name     = "temperaturaLb";
     this.temperaturaLb.Size     = new System.Drawing.Size(22, 13);
     this.temperaturaLb.TabIndex = 26;
     this.temperaturaLb.Text     = " 34";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(166, 140);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(120, 13);
     this.label10.TabIndex = 27;
     this.label10.Text     = "Temperatura:             Cº";
     //
     // duracaoTotalLb
     //
     this.duracaoTotalLb.AutoSize = true;
     this.duracaoTotalLb.Location = new System.Drawing.Point(114, 30);
     this.duracaoTotalLb.Name     = "duracaoTotalLb";
     this.duracaoTotalLb.Size     = new System.Drawing.Size(38, 13);
     this.duracaoTotalLb.TabIndex = 24;
     this.duracaoTotalLb.Text     = "60 min";
     //
     // duracaoRestanteLb
     //
     this.duracaoRestanteLb.AutoSize = true;
     this.duracaoRestanteLb.Location = new System.Drawing.Point(114, 51);
     this.duracaoRestanteLb.Name     = "duracaoRestanteLb";
     this.duracaoRestanteLb.Size     = new System.Drawing.Size(38, 13);
     this.duracaoRestanteLb.TabIndex = 25;
     this.duracaoRestanteLb.Text     = "32 min";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(14, 51);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(89, 13);
     this.label4.TabIndex = 25;
     this.label4.Text     = "Duração restante";
     //
     // adiantaEtapaBtn
     //
     this.adiantaEtapaBtn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this.adiantaEtapaBtn.Location = new System.Drawing.Point(6, 118);
     this.adiantaEtapaBtn.Name     = "adiantaEtapaBtn";
     this.adiantaEtapaBtn.Size     = new System.Drawing.Size(97, 37);
     this.adiantaEtapaBtn.TabIndex = 7;
     this.adiantaEtapaBtn.Text     = "Próxima Etapa";
     this.adiantaEtapaBtn.UseVisualStyleBackColor = true;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(14, 30);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(71, 13);
     this.label3.TabIndex = 24;
     this.label3.Text     = "Duração total";
     //
     // aGauge1
     //
     this.aGauge1.Anchor        = System.Windows.Forms.AnchorStyles.None;
     this.aGauge1.BackColor     = System.Drawing.SystemColors.Control;
     this.aGauge1.BaseArcColor  = System.Drawing.Color.WhiteSmoke;
     this.aGauge1.BaseArcRadius = 80;
     this.aGauge1.BaseArcStart  = 135;
     this.aGauge1.BaseArcSweep  = 270;
     this.aGauge1.BaseArcWidth  = 2;
     this.aGauge1.Center        = new System.Drawing.Point(120, 120);
     this.aGauge1.GaugeAutoSize = true;
     aGaugeLabel3.Color         = System.Drawing.SystemColors.WindowText;
     aGaugeLabel3.Font          = new System.Drawing.Font("Verdana", 9.75F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     aGaugeLabel3.Name          = "GaugeLabel1";
     aGaugeLabel3.Position      = new System.Drawing.Point(200, 260);
     aGaugeLabel3.Text          = "0";
     this.aGauge1.GaugeLabels.Add(aGaugeLabel3);
     aGaugeRange11.Color       = System.Drawing.Color.Red;
     aGaugeRange11.EndValue    = 140F;
     aGaugeRange11.InnerRadius = 70;
     aGaugeRange11.InRange     = false;
     aGaugeRange11.Name        = "Perigo";
     aGaugeRange11.OuterRadius = 80;
     aGaugeRange11.StartValue  = 120F;
     aGaugeRange12.Color       = System.Drawing.Color.OrangeRed;
     aGaugeRange12.EndValue    = 120F;
     aGaugeRange12.InnerRadius = 70;
     aGaugeRange12.InRange     = false;
     aGaugeRange12.Name        = "Fervura";
     aGaugeRange12.OuterRadius = 80;
     aGaugeRange12.StartValue  = 72F;
     aGaugeRange13.Color       = System.Drawing.Color.Gold;
     aGaugeRange13.EndValue    = 72F;
     aGaugeRange13.InnerRadius = 70;
     aGaugeRange13.InRange     = false;
     aGaugeRange13.Name        = "Glicose";
     aGaugeRange13.OuterRadius = 75;
     aGaugeRange13.StartValue  = 55F;
     aGaugeRange14.Color       = System.Drawing.Color.LimeGreen;
     aGaugeRange14.EndValue    = 55F;
     aGaugeRange14.InnerRadius = 70;
     aGaugeRange14.InRange     = false;
     aGaugeRange14.Name        = "QuebraProteica";
     aGaugeRange14.OuterRadius = 80;
     aGaugeRange14.StartValue  = 42F;
     aGaugeRange15.Color       = System.Drawing.Color.DarkTurquoise;
     aGaugeRange15.EndValue    = 42F;
     aGaugeRange15.InnerRadius = 75;
     aGaugeRange15.InRange     = false;
     aGaugeRange15.Name        = "BaixaAtividade";
     aGaugeRange15.OuterRadius = 80;
     aGaugeRange15.StartValue  = 0F;
     this.aGauge1.GaugeRanges.Add(aGaugeRange11);
     this.aGauge1.GaugeRanges.Add(aGaugeRange12);
     this.aGauge1.GaugeRanges.Add(aGaugeRange13);
     this.aGauge1.GaugeRanges.Add(aGaugeRange14);
     this.aGauge1.GaugeRanges.Add(aGaugeRange15);
     this.aGauge1.Location                   = new System.Drawing.Point(158, 9);
     this.aGauge1.MaxValue                   = 140F;
     this.aGauge1.MinValue                   = 0F;
     this.aGauge1.Name                       = "aGauge1";
     this.aGauge1.NeedleColor1               = System.Windows.Forms.AGaugeNeedleColor.Yellow;
     this.aGauge1.NeedleColor2               = System.Drawing.Color.Olive;
     this.aGauge1.NeedleRadius               = 100;
     this.aGauge1.NeedleType                 = System.Windows.Forms.NeedleType.Advance;
     this.aGauge1.NeedleWidth                = 2;
     this.aGauge1.ScaleLinesInterColor       = System.Drawing.Color.Black;
     this.aGauge1.ScaleLinesInterInnerRadius = 73;
     this.aGauge1.ScaleLinesInterOuterRadius = 80;
     this.aGauge1.ScaleLinesInterWidth       = 1;
     this.aGauge1.ScaleLinesMajorColor       = System.Drawing.Color.Black;
     this.aGauge1.ScaleLinesMajorInnerRadius = 70;
     this.aGauge1.ScaleLinesMajorOuterRadius = 80;
     this.aGauge1.ScaleLinesMajorStepValue   = 20F;
     this.aGauge1.ScaleLinesMajorWidth       = 2;
     this.aGauge1.ScaleLinesMinorColor       = System.Drawing.Color.Gray;
     this.aGauge1.ScaleLinesMinorInnerRadius = 75;
     this.aGauge1.ScaleLinesMinorOuterRadius = 80;
     this.aGauge1.ScaleLinesMinorTicks       = 9;
     this.aGauge1.ScaleLinesMinorWidth       = 1;
     this.aGauge1.ScaleNumbersColor          = System.Drawing.Color.Black;
     this.aGauge1.ScaleNumbersFormat         = null;
     this.aGauge1.ScaleNumbersRadius         = 95;
     this.aGauge1.ScaleNumbersRotation       = 0;
     this.aGauge1.ScaleNumbersStartScaleLine = 1;
     this.aGauge1.ScaleNumbersStepScaleLines = 1;
     this.aGauge1.Size                       = new System.Drawing.Size(146, 146);
     this.aGauge1.TabIndex                   = 24;
     this.aGauge1.Text                       = "aGauge1";
     this.aGauge1.Value                      = 0F;
     this.aGauge1.ValueChanged              += new System.EventHandler(this.AGauge1_ValueChanged);
     //
     // pararResistenciaBtn
     //
     this.pararResistenciaBtn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this.pararResistenciaBtn.Location = new System.Drawing.Point(6, 73);
     this.pararResistenciaBtn.Name     = "pararResistenciaBtn";
     this.pararResistenciaBtn.Size     = new System.Drawing.Size(97, 39);
     this.pararResistenciaBtn.TabIndex = 6;
     this.pararResistenciaBtn.Text     = "Parar";
     this.pararResistenciaBtn.UseVisualStyleBackColor = true;
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.cancelarAlarmeBtn);
     this.groupBox3.Controls.Add(this.label9);
     this.groupBox3.Controls.Add(this.lvLupulos);
     this.groupBox3.Controls.Add(this.proxAdicaoLb);
     this.groupBox3.Location = new System.Drawing.Point(15, 199);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(429, 196);
     this.groupBox3.TabIndex = 24;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = "Fervura";
     //
     // cancelarAlarmeBtn
     //
     this.cancelarAlarmeBtn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this.cancelarAlarmeBtn.Location = new System.Drawing.Point(10, 26);
     this.cancelarAlarmeBtn.Name     = "cancelarAlarmeBtn";
     this.cancelarAlarmeBtn.Size     = new System.Drawing.Size(176, 25);
     this.cancelarAlarmeBtn.TabIndex = 8;
     this.cancelarAlarmeBtn.Text     = "Cancelar alarme";
     this.cancelarAlarmeBtn.UseVisualStyleBackColor = true;
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(208, 32);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(138, 13);
     this.label9.TabIndex = 26;
     this.label9.Text     = "Tempo para próxima adição";
     //
     // lvLupulos
     //
     this.lvLupulos.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.Tempo,
         this.Lupulo,
         this.Quantidade
     });
     this.lvLupulos.Location = new System.Drawing.Point(6, 57);
     this.lvLupulos.Name     = "lvLupulos";
     this.lvLupulos.Size     = new System.Drawing.Size(417, 133);
     this.lvLupulos.TabIndex = 25;
     this.lvLupulos.UseCompatibleStateImageBehavior = false;
     this.lvLupulos.View = System.Windows.Forms.View.Details;
     //
     // Tempo
     //
     this.Tempo.Text  = "Tempo";
     this.Tempo.Width = 80;
     //
     // Lupulo
     //
     this.Lupulo.Text  = "Lupulo";
     this.Lupulo.Width = 250;
     //
     // Quantidade
     //
     this.Quantidade.Text  = "Quantidade";
     this.Quantidade.Width = 80;
     //
     // proxAdicaoLb
     //
     this.proxAdicaoLb.AutoSize  = true;
     this.proxAdicaoLb.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.proxAdicaoLb.ForeColor = System.Drawing.Color.Red;
     this.proxAdicaoLb.Location  = new System.Drawing.Point(371, 32);
     this.proxAdicaoLb.Name      = "proxAdicaoLb";
     this.proxAdicaoLb.Size      = new System.Drawing.Size(37, 13);
     this.proxAdicaoLb.TabIndex  = 25;
     this.proxAdicaoLb.Text      = "5 min";
     //
     // bombaRecirculacaoBtn
     //
     this.bombaRecirculacaoBtn.Location = new System.Drawing.Point(456, 269);
     this.bombaRecirculacaoBtn.Name     = "bombaRecirculacaoBtn";
     this.bombaRecirculacaoBtn.Size     = new System.Drawing.Size(136, 51);
     this.bombaRecirculacaoBtn.TabIndex = 10;
     this.bombaRecirculacaoBtn.Text     = "Bomba recirculação";
     this.bombaRecirculacaoBtn.UseVisualStyleBackColor = true;
     this.bombaRecirculacaoBtn.Click += new System.EventHandler(this.PainelDeAcao);
     //
     // serpentinaAquecimentoBtn
     //
     this.serpentinaAquecimentoBtn.Location = new System.Drawing.Point(456, 338);
     this.serpentinaAquecimentoBtn.Name     = "serpentinaAquecimentoBtn";
     this.serpentinaAquecimentoBtn.Size     = new System.Drawing.Size(136, 51);
     this.serpentinaAquecimentoBtn.TabIndex = 11;
     this.serpentinaAquecimentoBtn.Text     = "Serpentina aquecimento";
     this.serpentinaAquecimentoBtn.UseVisualStyleBackColor = true;
     //
     // paradaEmergenciaBtn
     //
     this.paradaEmergenciaBtn.BackColor = System.Drawing.Color.Crimson;
     this.paradaEmergenciaBtn.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.paradaEmergenciaBtn.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.paradaEmergenciaBtn.Location  = new System.Drawing.Point(453, 199);
     this.paradaEmergenciaBtn.Name      = "paradaEmergenciaBtn";
     this.paradaEmergenciaBtn.Size      = new System.Drawing.Size(136, 51);
     this.paradaEmergenciaBtn.TabIndex  = 9;
     this.paradaEmergenciaBtn.Text      = "Parada de emergência";
     this.paradaEmergenciaBtn.UseVisualStyleBackColor = false;
     this.paradaEmergenciaBtn.Click += new System.EventHandler(this.PainelDeAcao);
     //
     // toolStrip1
     //
     this.toolStrip1.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.hardwareDisponivelcbx,
         this.statusConexaoLb
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 460);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(1073, 25);
     this.toolStrip1.TabIndex = 26;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // hardwareDisponivelcbx
     //
     this.hardwareDisponivelcbx.Name = "hardwareDisponivelcbx";
     this.hardwareDisponivelcbx.Size = new System.Drawing.Size(180, 25);
     this.hardwareDisponivelcbx.SelectedIndexChanged += new System.EventHandler(this.HardwareDisponivelcbx_SelectedIndexChanged);
     //
     // statusConexaoLb
     //
     this.statusConexaoLb.ForeColor = System.Drawing.Color.Red;
     this.statusConexaoLb.Name      = "statusConexaoLb";
     this.statusConexaoLb.Size      = new System.Drawing.Size(174, 22);
     this.statusConexaoLb.Text      = "Não há dispositivo selecionado!";
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.textBox1);
     this.groupBox4.Location = new System.Drawing.Point(4, 83);
     this.groupBox4.Name     = "groupBox4";
     this.groupBox4.Size     = new System.Drawing.Size(440, 319);
     this.groupBox4.TabIndex = 27;
     this.groupBox4.TabStop  = false;
     this.groupBox4.Text     = "Log de execução dos processamentos e comunicação com hardware";
     //
     // textBox1
     //
     this.textBox1.Location  = new System.Drawing.Point(12, 25);
     this.textBox1.Multiline = true;
     this.textBox1.Name      = "textBox1";
     this.textBox1.ReadOnly  = true;
     this.textBox1.Size      = new System.Drawing.Size(412, 280);
     this.textBox1.TabIndex  = 1;
     //
     // iniciarBtn
     //
     this.iniciarBtn.Location = new System.Drawing.Point(369, 28);
     this.iniciarBtn.Name     = "iniciarBtn";
     this.iniciarBtn.Size     = new System.Drawing.Size(75, 40);
     this.iniciarBtn.TabIndex = 28;
     this.iniciarBtn.Text     = "Iniciar operações";
     this.iniciarBtn.UseVisualStyleBackColor = true;
     this.iniciarBtn.Click += new System.EventHandler(this.Button1_Click);
     //
     // receitaCb
     //
     this.receitaCb.FormattingEnabled = true;
     this.receitaCb.Location          = new System.Drawing.Point(24, 39);
     this.receitaCb.Name     = "receitaCb";
     this.receitaCb.Size     = new System.Drawing.Size(307, 21);
     this.receitaCb.TabIndex = 29;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(21, 18);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(159, 13);
     this.label5.TabIndex = 30;
     this.label5.Text     = "Selecionar receita a ser utilizada";
     //
     // pnlAcoes
     //
     this.pnlAcoes.Controls.Add(this.groupBox2);
     this.pnlAcoes.Controls.Add(this.groupBox1);
     this.pnlAcoes.Controls.Add(this.groupBox3);
     this.pnlAcoes.Controls.Add(this.bombaRecirculacaoBtn);
     this.pnlAcoes.Controls.Add(this.serpentinaAquecimentoBtn);
     this.pnlAcoes.Controls.Add(this.paradaEmergenciaBtn);
     this.pnlAcoes.Enabled  = false;
     this.pnlAcoes.Location = new System.Drawing.Point(4, 46);
     this.pnlAcoes.Name     = "pnlAcoes";
     this.pnlAcoes.Size     = new System.Drawing.Size(600, 405);
     this.pnlAcoes.TabIndex = 31;
     //
     // pnlLog
     //
     this.pnlLog.Controls.Add(this.button1);
     this.pnlLog.Controls.Add(this.groupBox4);
     this.pnlLog.Controls.Add(this.iniciarBtn);
     this.pnlLog.Controls.Add(this.label5);
     this.pnlLog.Controls.Add(this.receitaCb);
     this.pnlLog.Location = new System.Drawing.Point(609, 47);
     this.pnlLog.Name     = "pnlLog";
     this.pnlLog.Size     = new System.Drawing.Size(454, 405);
     this.pnlLog.TabIndex = 32;
     this.pnlLog.Paint   += new System.Windows.Forms.PaintEventHandler(this.PnlLog_Paint);
     //
     // temporizador
     //
     this.temporizador.Interval = 1000;
     this.temporizador.Tick    += new System.EventHandler(this.Temporizador_Tick);
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(256, 10);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 31;
     this.button1.Text     = "Teste";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.Button1_Click_1);
     //
     // PainelOperacoes
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1073, 485);
     this.Controls.Add(this.pnlLog);
     this.Controls.Add(this.pnlAcoes);
     this.Controls.Add(this.toolStrip1);
     this.Controls.Add(this.webBrowser1);
     this.Controls.Add(this.panel3);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "PainelOperacoes";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "PainelOperacoes";
     this.Load           += new System.EventHandler(this.PainelOperacoes_Load);
     this.panel3.ResumeLayout(false);
     this.panel3.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.groupBox4.ResumeLayout(false);
     this.groupBox4.PerformLayout();
     this.pnlAcoes.ResumeLayout(false);
     this.pnlLog.ResumeLayout(false);
     this.pnlLog.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()
 {
     System.Windows.Forms.AGaugeLabel aGaugeLabel1 = new System.Windows.Forms.AGaugeLabel();
     this.label1             = new System.Windows.Forms.Label();
     this.textBoxRxLevel     = new System.Windows.Forms.TextBox();
     this.label7             = new System.Windows.Forms.Label();
     this.textBoxAvgBwPower  = new System.Windows.Forms.TextBox();
     this.comboBoxMode       = new System.Windows.Forms.ComboBox();
     this.label6             = new System.Windows.Forms.Label();
     this.groupBoxMonitor    = new System.Windows.Forms.GroupBox();
     this.label9             = new System.Windows.Forms.Label();
     this.textBoxPeakPowerBw = new System.Windows.Forms.TextBox();
     this.trackBar1          = new System.Windows.Forms.TrackBar();
     this.labelSpeed         = new System.Windows.Forms.Label();
     this.richTextBox1       = new System.Windows.Forms.RichTextBox();
     this.groupBox1          = new System.Windows.Forms.GroupBox();
     this.aGauge1            = new System.Windows.Forms.AGauge();
     this.groupBoxMonitor.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(6, 15);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(120, 23);
     this.label1.TabIndex  = 34;
     this.label1.Text      = "Peak Power VFO [dB]";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // textBoxRxLevel
     //
     this.textBoxRxLevel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.textBoxRxLevel.Location    = new System.Drawing.Point(132, 17);
     this.textBoxRxLevel.Name        = "textBoxRxLevel";
     this.textBoxRxLevel.ReadOnly    = true;
     this.textBoxRxLevel.Size        = new System.Drawing.Size(47, 20);
     this.textBoxRxLevel.TabIndex    = 33;
     this.textBoxRxLevel.TextAlign   = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label7
     //
     this.label7.Location  = new System.Drawing.Point(6, 38);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(110, 23);
     this.label7.TabIndex  = 45;
     this.label7.Text      = "Avg Power BW  [dB]";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // textBoxAvgBwPower
     //
     this.textBoxAvgBwPower.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.textBoxAvgBwPower.Location    = new System.Drawing.Point(132, 41);
     this.textBoxAvgBwPower.Name        = "textBoxAvgBwPower";
     this.textBoxAvgBwPower.ReadOnly    = true;
     this.textBoxAvgBwPower.Size        = new System.Drawing.Size(47, 20);
     this.textBoxAvgBwPower.TabIndex    = 44;
     this.textBoxAvgBwPower.TextAlign   = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // comboBoxMode
     //
     this.comboBoxMode.FormattingEnabled = true;
     this.comboBoxMode.Items.AddRange(new object[] {
         "Peak Power VFO",
         "Avg Power BW",
         "Peak Power BW"
     });
     this.comboBoxMode.Location              = new System.Drawing.Point(60, 19);
     this.comboBoxMode.Name                  = "comboBoxMode";
     this.comboBoxMode.Size                  = new System.Drawing.Size(129, 21);
     this.comboBoxMode.TabIndex              = 42;
     this.comboBoxMode.Text                  = "Peak Power VFO";
     this.comboBoxMode.SelectedIndexChanged += new System.EventHandler(this.comboBoxMode_SelectedIndexChanged);
     //
     // label6
     //
     this.label6.Location  = new System.Drawing.Point(10, 18);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(54, 23);
     this.label6.TabIndex  = 43;
     this.label6.Text      = "Mode";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // groupBoxMonitor
     //
     this.groupBoxMonitor.Controls.Add(this.label9);
     this.groupBoxMonitor.Controls.Add(this.textBoxPeakPowerBw);
     this.groupBoxMonitor.Controls.Add(this.textBoxRxLevel);
     this.groupBoxMonitor.Controls.Add(this.label7);
     this.groupBoxMonitor.Controls.Add(this.label1);
     this.groupBoxMonitor.Controls.Add(this.textBoxAvgBwPower);
     this.groupBoxMonitor.Location = new System.Drawing.Point(3, 288);
     this.groupBoxMonitor.Name     = "groupBoxMonitor";
     this.groupBoxMonitor.Size     = new System.Drawing.Size(202, 98);
     this.groupBoxMonitor.TabIndex = 50;
     this.groupBoxMonitor.TabStop  = false;
     //
     // label9
     //
     this.label9.Location  = new System.Drawing.Point(6, 62);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(117, 23);
     this.label9.TabIndex  = 47;
     this.label9.Text      = "Peak Power BW  [dB]";
     this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // textBoxPeakPowerBw
     //
     this.textBoxPeakPowerBw.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.textBoxPeakPowerBw.Location    = new System.Drawing.Point(132, 65);
     this.textBoxPeakPowerBw.Name        = "textBoxPeakPowerBw";
     this.textBoxPeakPowerBw.ReadOnly    = true;
     this.textBoxPeakPowerBw.Size        = new System.Drawing.Size(47, 20);
     this.textBoxPeakPowerBw.TabIndex    = 46;
     this.textBoxPeakPowerBw.TextAlign   = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // trackBar1
     //
     this.trackBar1.Location      = new System.Drawing.Point(70, 41);
     this.trackBar1.Maximum       = 300;
     this.trackBar1.Minimum       = 1;
     this.trackBar1.Name          = "trackBar1";
     this.trackBar1.Size          = new System.Drawing.Size(126, 45);
     this.trackBar1.TabIndex      = 55;
     this.trackBar1.TickFrequency = 50;
     this.trackBar1.Value         = 1;
     this.trackBar1.Scroll       += new System.EventHandler(this.trackBar1_Scroll_1);
     //
     // labelSpeed
     //
     this.labelSpeed.AutoSize = true;
     this.labelSpeed.Location = new System.Drawing.Point(8, 46);
     this.labelSpeed.Name     = "labelSpeed";
     this.labelSpeed.Size     = new System.Drawing.Size(57, 13);
     this.labelSpeed.TabIndex = 56;
     this.labelSpeed.Text     = "Smoothing";
     //
     // richTextBox1
     //
     this.richTextBox1.BackColor   = System.Drawing.SystemColors.Control;
     this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.richTextBox1.Font        = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.richTextBox1.Location    = new System.Drawing.Point(16, 167);
     this.richTextBox1.Name        = "richTextBox1";
     this.richTextBox1.Size        = new System.Drawing.Size(179, 37);
     this.richTextBox1.TabIndex    = 53;
     this.richTextBox1.Text        = "     0 dB";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.trackBar1);
     this.groupBox1.Controls.Add(this.labelSpeed);
     this.groupBox1.Controls.Add(this.comboBoxMode);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Location = new System.Drawing.Point(3, 204);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(202, 87);
     this.groupBox1.TabIndex = 55;
     this.groupBox1.TabStop  = false;
     //
     // aGauge1
     //
     this.aGauge1.BaseArcColor  = System.Drawing.Color.Gray;
     this.aGauge1.BaseArcRadius = 80;
     this.aGauge1.BaseArcStart  = 185;
     this.aGauge1.BaseArcSweep  = 170;
     this.aGauge1.BaseArcWidth  = 2;
     this.aGauge1.Center        = new System.Drawing.Point(105, 130);
     aGaugeLabel1.Color         = System.Drawing.SystemColors.WindowText;
     aGaugeLabel1.Name          = "GaugeLabelMode";
     aGaugeLabel1.Position      = new System.Drawing.Point(10, 10);
     aGaugeLabel1.Text          = "Mode";
     this.aGauge1.GaugeLabels.Add(aGaugeLabel1);
     this.aGauge1.Location                   = new System.Drawing.Point(3, 18);
     this.aGauge1.MaxValue                   = 0F;
     this.aGauge1.MinValue                   = -130F;
     this.aGauge1.Name                       = "aGauge1";
     this.aGauge1.NeedleColor1               = System.Windows.Forms.AGaugeNeedleColor.Blue;
     this.aGauge1.NeedleColor2               = System.Drawing.Color.Magenta;
     this.aGauge1.NeedleRadius               = 85;
     this.aGauge1.NeedleType                 = System.Windows.Forms.NeedleType.Advance;
     this.aGauge1.NeedleWidth                = 2;
     this.aGauge1.ScaleLinesInterColor       = System.Drawing.Color.Black;
     this.aGauge1.ScaleLinesInterInnerRadius = 73;
     this.aGauge1.ScaleLinesInterOuterRadius = 80;
     this.aGauge1.ScaleLinesInterWidth       = 1;
     this.aGauge1.ScaleLinesMajorColor       = System.Drawing.Color.Black;
     this.aGauge1.ScaleLinesMajorInnerRadius = 70;
     this.aGauge1.ScaleLinesMajorOuterRadius = 80;
     this.aGauge1.ScaleLinesMajorStepValue   = 10F;
     this.aGauge1.ScaleLinesMajorWidth       = 2;
     this.aGauge1.ScaleLinesMinorColor       = System.Drawing.Color.Gray;
     this.aGauge1.ScaleLinesMinorInnerRadius = 75;
     this.aGauge1.ScaleLinesMinorOuterRadius = 80;
     this.aGauge1.ScaleLinesMinorTicks       = 1;
     this.aGauge1.ScaleLinesMinorWidth       = 1;
     this.aGauge1.ScaleNumbersColor          = System.Drawing.Color.Black;
     this.aGauge1.ScaleNumbersFormat         = null;
     this.aGauge1.ScaleNumbersRadius         = 95;
     this.aGauge1.ScaleNumbersRotation       = 0;
     this.aGauge1.ScaleNumbersStartScaleLine = 0;
     this.aGauge1.ScaleNumbersStepScaleLines = 1;
     this.aGauge1.Size                       = new System.Drawing.Size(205, 180);
     this.aGauge1.TabIndex                   = 54;
     this.aGauge1.Text                       = "aGauge1";
     this.aGauge1.Value                      = -30F;
     //
     // LevelMeterPanel
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.groupBoxMonitor);
     this.Controls.Add(this.richTextBox1);
     this.Controls.Add(this.aGauge1);
     this.Margin = new System.Windows.Forms.Padding(2);
     this.Name   = "LevelMeterPanel";
     this.Size   = new System.Drawing.Size(208, 392);
     this.groupBoxMonitor.ResumeLayout(false);
     this.groupBoxMonitor.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.ResumeLayout(false);
 }