Exemplo n.º 1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(VFOSettingsPopup));
     this.buttonClose    = new System.Windows.Forms.ButtonTS();
     this.labelTS1       = new System.Windows.Forms.LabelTS();
     this.buttonPlus     = new System.Windows.Forms.ButtonTS();
     this.buttonMinus    = new System.Windows.Forms.ButtonTS();
     this.txtBoxTuneStep = new System.Windows.Forms.TextBoxTS();
     this.SuspendLayout();
     //
     // buttonClose
     //
     this.buttonClose.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.buttonClose.Image    = null;
     this.buttonClose.Location = new System.Drawing.Point(238, 74);
     this.buttonClose.Name     = "buttonClose";
     this.buttonClose.Size     = new System.Drawing.Size(75, 32);
     this.buttonClose.TabIndex = 4;
     this.buttonClose.Text     = "Close";
     this.buttonClose.UseVisualStyleBackColor = true;
     this.buttonClose.Click += new System.EventHandler(this.ButtonClose_Click);
     //
     // labelTS1
     //
     this.labelTS1.AutoSize  = true;
     this.labelTS1.ForeColor = System.Drawing.SystemColors.ControlLight;
     this.labelTS1.Image     = null;
     this.labelTS1.Location  = new System.Drawing.Point(12, 30);
     this.labelTS1.Name      = "labelTS1";
     this.labelTS1.Size      = new System.Drawing.Size(57, 13);
     this.labelTS1.TabIndex  = 3;
     this.labelTS1.Text      = "Tune Step";
     //
     // buttonPlus
     //
     this.buttonPlus.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.buttonPlus.Image    = null;
     this.buttonPlus.Location = new System.Drawing.Point(261, 24);
     this.buttonPlus.Name     = "buttonPlus";
     this.buttonPlus.Size     = new System.Drawing.Size(52, 32);
     this.buttonPlus.TabIndex = 2;
     this.buttonPlus.Text     = "+";
     this.buttonPlus.UseVisualStyleBackColor = true;
     this.buttonPlus.Click += new System.EventHandler(this.ButtonPlus_Click);
     //
     // buttonMinus
     //
     this.buttonMinus.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.buttonMinus.Image    = null;
     this.buttonMinus.Location = new System.Drawing.Point(75, 24);
     this.buttonMinus.Name     = "buttonMinus";
     this.buttonMinus.Size     = new System.Drawing.Size(52, 32);
     this.buttonMinus.TabIndex = 1;
     this.buttonMinus.Text     = "-";
     this.buttonMinus.UseVisualStyleBackColor = true;
     this.buttonMinus.Click += new System.EventHandler(this.ButtonMinus_Click);
     //
     // txtBoxTuneStep
     //
     this.txtBoxTuneStep.Font       = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtBoxTuneStep.Location   = new System.Drawing.Point(133, 27);
     this.txtBoxTuneStep.Name       = "txtBoxTuneStep";
     this.txtBoxTuneStep.Size       = new System.Drawing.Size(122, 26);
     this.txtBoxTuneStep.TabIndex   = 0;
     this.txtBoxTuneStep.MouseDown += new System.Windows.Forms.MouseEventHandler(this.TextBoxTuneStep_MouseDown);
     //
     // VFOSettingsPopup
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
     this.ClientSize          = new System.Drawing.Size(334, 127);
     this.Controls.Add(this.buttonClose);
     this.Controls.Add(this.labelTS1);
     this.Controls.Add(this.buttonPlus);
     this.Controls.Add(this.buttonMinus);
     this.Controls.Add(this.txtBoxTuneStep);
     this.Icon         = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name         = "VFOSettingsPopup";
     this.Text         = "VFO Settings";
     this.TopMost      = true;
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.VFOSettingsPopup_FormClosing);
     this.Load        += new System.EventHandler(this.VFOSettingsPopup_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 2
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Splash));
     this.pnlStatus        = new System.Windows.Forms.Panel();
     this.timer1           = new System.Windows.Forms.Timer(this.components);
     this.lblTimeRemaining = new System.Windows.Forms.LabelTS();
     this.lblStatus        = new System.Windows.Forms.LabelTS();
     this.labelTS1         = new System.Windows.Forms.LabelTS();
     this.SuspendLayout();
     //
     // pnlStatus
     //
     this.pnlStatus.BackColor             = System.Drawing.Color.White;
     this.pnlStatus.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this.pnlStatus.Location = new System.Drawing.Point(69, 387);
     this.pnlStatus.Name     = "pnlStatus";
     this.pnlStatus.Size     = new System.Drawing.Size(538, 17);
     this.pnlStatus.TabIndex = 2;
     this.pnlStatus.Paint   += new System.Windows.Forms.PaintEventHandler(this.pnlStatus_Paint);
     //
     // timer1
     //
     this.timer1.Enabled = true;
     this.timer1.Tick   += new System.EventHandler(this.timer1_Tick);
     //
     // lblTimeRemaining
     //
     this.lblTimeRemaining.BackColor = System.Drawing.Color.Transparent;
     this.lblTimeRemaining.Font      = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTimeRemaining.ForeColor = System.Drawing.Color.Blue;
     this.lblTimeRemaining.Image     = null;
     this.lblTimeRemaining.Location  = new System.Drawing.Point(518, 368);
     this.lblTimeRemaining.Name      = "lblTimeRemaining";
     this.lblTimeRemaining.Size      = new System.Drawing.Size(89, 16);
     this.lblTimeRemaining.TabIndex  = 1;
     this.lblTimeRemaining.Text      = "Starting ...";
     this.lblTimeRemaining.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // lblStatus
     //
     this.lblStatus.BackColor = System.Drawing.Color.Transparent;
     this.lblStatus.Font      = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblStatus.ForeColor = System.Drawing.Color.MediumBlue;
     this.lblStatus.Image     = null;
     this.lblStatus.Location  = new System.Drawing.Point(110, 368);
     this.lblStatus.Name      = "lblStatus";
     this.lblStatus.Size      = new System.Drawing.Size(457, 16);
     this.lblStatus.TabIndex  = 0;
     this.lblStatus.Text      = "Status";
     this.lblStatus.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // labelTS1
     //
     this.labelTS1.BackColor = System.Drawing.Color.Transparent;
     this.labelTS1.Font      = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelTS1.ForeColor = System.Drawing.Color.Blue;
     this.labelTS1.Image     = null;
     this.labelTS1.Location  = new System.Drawing.Point(317, 46);
     this.labelTS1.Name      = "labelTS1";
     this.labelTS1.Size      = new System.Drawing.Size(89, 16);
     this.labelTS1.TabIndex  = 3;
     this.labelTS1.Text      = "De G7KLJ";
     this.labelTS1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // Splash
     //
     this.AutoScaleMode         = System.Windows.Forms.AutoScaleMode.None;
     this.AutoSize              = true;
     this.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.ClientSize            = new System.Drawing.Size(677, 416);
     this.Controls.Add(this.labelTS1);
     this.Controls.Add(this.lblTimeRemaining);
     this.Controls.Add(this.pnlStatus);
     this.Controls.Add(this.lblStatus);
     this.Cursor          = System.Windows.Forms.Cursors.AppStarting;
     this.DoubleBuffered  = true;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name            = "Splash";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Thetis Starting ...";
     this.Load           += new System.EventHandler(this.Splash_Load);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.labelTS5        = new System.Windows.Forms.LabelTS();
     this.comboTXMeter    = new System.Windows.Forms.ComboBoxTS();
     this.labelTS4        = new System.Windows.Forms.LabelTS();
     this.labelTS3        = new System.Windows.Forms.LabelTS();
     this.comboRX2Display = new System.Windows.Forms.ComboBoxTS();
     this.comboRX1Display = new System.Windows.Forms.ComboBoxTS();
     this.labelTS2        = new System.Windows.Forms.LabelTS();
     this.comboRX2Meter   = new System.Windows.Forms.ComboBoxTS();
     this.labelTS1        = new System.Windows.Forms.LabelTS();
     this.comboRX1Meter   = new System.Windows.Forms.ComboBoxTS();
     this.btnClose        = new System.Windows.Forms.ButtonTS();
     this.SuspendLayout();
     //
     // labelTS5
     //
     this.labelTS5.AutoSize  = true;
     this.labelTS5.ForeColor = System.Drawing.SystemColors.ControlLight;
     this.labelTS5.Image     = null;
     this.labelTS5.Location  = new System.Drawing.Point(323, 21);
     this.labelTS5.Name      = "labelTS5";
     this.labelTS5.Size      = new System.Drawing.Size(51, 13);
     this.labelTS5.TabIndex  = 10;
     this.labelTS5.Text      = "TX Meter";
     //
     // comboTXMeter
     //
     this.comboTXMeter.FormattingEnabled = true;
     this.comboTXMeter.Location          = new System.Drawing.Point(323, 40);
     this.comboTXMeter.Name                  = "comboTXMeter";
     this.comboTXMeter.Size                  = new System.Drawing.Size(121, 21);
     this.comboTXMeter.TabIndex              = 9;
     this.comboTXMeter.SelectedIndexChanged += new System.EventHandler(this.ComboTXMeter_SelectedIndexChanged);
     //
     // labelTS4
     //
     this.labelTS4.AutoSize  = true;
     this.labelTS4.ForeColor = System.Drawing.SystemColors.ControlLight;
     this.labelTS4.Image     = null;
     this.labelTS4.Location  = new System.Drawing.Point(174, 88);
     this.labelTS4.Name      = "labelTS4";
     this.labelTS4.Size      = new System.Drawing.Size(95, 13);
     this.labelTS4.TabIndex  = 8;
     this.labelTS4.Text      = "RX2 Display Mode";
     //
     // labelTS3
     //
     this.labelTS3.AutoSize  = true;
     this.labelTS3.ForeColor = System.Drawing.SystemColors.ControlLight;
     this.labelTS3.Image     = null;
     this.labelTS3.Location  = new System.Drawing.Point(19, 88);
     this.labelTS3.Name      = "labelTS3";
     this.labelTS3.Size      = new System.Drawing.Size(95, 13);
     this.labelTS3.TabIndex  = 7;
     this.labelTS3.Text      = "RX1 Display Mode";
     //
     // comboRX2Display
     //
     this.comboRX2Display.FormattingEnabled = true;
     this.comboRX2Display.Location          = new System.Drawing.Point(174, 107);
     this.comboRX2Display.Name                  = "comboRX2Display";
     this.comboRX2Display.Size                  = new System.Drawing.Size(121, 21);
     this.comboRX2Display.TabIndex              = 6;
     this.comboRX2Display.SelectedIndexChanged += new System.EventHandler(this.ComboRX2Display_SelectedIndexChanged);
     //
     // comboRX1Display
     //
     this.comboRX1Display.FormattingEnabled = true;
     this.comboRX1Display.Location          = new System.Drawing.Point(19, 107);
     this.comboRX1Display.Name                  = "comboRX1Display";
     this.comboRX1Display.Size                  = new System.Drawing.Size(121, 21);
     this.comboRX1Display.TabIndex              = 5;
     this.comboRX1Display.SelectedIndexChanged += new System.EventHandler(this.ComboRX1Display_SelectedIndexChanged);
     //
     // labelTS2
     //
     this.labelTS2.AutoSize  = true;
     this.labelTS2.ForeColor = System.Drawing.SystemColors.ControlLight;
     this.labelTS2.Image     = null;
     this.labelTS2.Location  = new System.Drawing.Point(174, 21);
     this.labelTS2.Name      = "labelTS2";
     this.labelTS2.Size      = new System.Drawing.Size(58, 13);
     this.labelTS2.TabIndex  = 4;
     this.labelTS2.Text      = "RX2 Meter";
     //
     // comboRX2Meter
     //
     this.comboRX2Meter.FormattingEnabled = true;
     this.comboRX2Meter.Location          = new System.Drawing.Point(174, 40);
     this.comboRX2Meter.Name                  = "comboRX2Meter";
     this.comboRX2Meter.Size                  = new System.Drawing.Size(116, 21);
     this.comboRX2Meter.TabIndex              = 3;
     this.comboRX2Meter.SelectedIndexChanged += new System.EventHandler(this.ComboRX2Meter_SelectedIndexChanged);
     //
     // labelTS1
     //
     this.labelTS1.AutoSize  = true;
     this.labelTS1.ForeColor = System.Drawing.SystemColors.ControlLight;
     this.labelTS1.Image     = null;
     this.labelTS1.Location  = new System.Drawing.Point(19, 21);
     this.labelTS1.Name      = "labelTS1";
     this.labelTS1.Size      = new System.Drawing.Size(58, 13);
     this.labelTS1.TabIndex  = 2;
     this.labelTS1.Text      = "RX1 Meter";
     //
     // comboRX1Meter
     //
     this.comboRX1Meter.FormattingEnabled = true;
     this.comboRX1Meter.Location          = new System.Drawing.Point(19, 40);
     this.comboRX1Meter.Name                  = "comboRX1Meter";
     this.comboRX1Meter.Size                  = new System.Drawing.Size(122, 21);
     this.comboRX1Meter.TabIndex              = 1;
     this.comboRX1Meter.SelectedIndexChanged += new System.EventHandler(this.ComboRX1Meter_SelectedIndexChanged);
     //
     // btnClose
     //
     this.btnClose.Image    = null;
     this.btnClose.Location = new System.Drawing.Point(326, 97);
     this.btnClose.Name     = "btnClose";
     this.btnClose.Size     = new System.Drawing.Size(109, 41);
     this.btnClose.TabIndex = 0;
     this.btnClose.Text     = "Close";
     this.btnClose.UseVisualStyleBackColor = true;
     this.btnClose.Click += new System.EventHandler(this.BtnClose_Click);
     //
     // DisplaySettingsForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
     this.ClientSize          = new System.Drawing.Size(454, 157);
     this.Controls.Add(this.labelTS5);
     this.Controls.Add(this.comboTXMeter);
     this.Controls.Add(this.labelTS4);
     this.Controls.Add(this.labelTS3);
     this.Controls.Add(this.comboRX2Display);
     this.Controls.Add(this.comboRX1Display);
     this.Controls.Add(this.labelTS2);
     this.Controls.Add(this.comboRX2Meter);
     this.Controls.Add(this.labelTS1);
     this.Controls.Add(this.comboRX1Meter);
     this.Controls.Add(this.btnClose);
     this.Name         = "DisplaySettingsForm";
     this.Text         = "Display Settings";
     this.TopMost      = true;
     this.Activated   += new System.EventHandler(this.DisplaySettingsForm_Activated);
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.DisplaySettingsForm_FormClosing);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 4
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Splash));
     this.pnlStatus        = new System.Windows.Forms.Panel();
     this.timer1           = new System.Windows.Forms.Timer(this.components);
     this.lblTimeRemaining = new System.Windows.Forms.LabelTS();
     this.lblStatus        = new System.Windows.Forms.LabelTS();
     this.labelTS1         = new System.Windows.Forms.LabelTS();
     this.SuspendLayout();
     //
     // pnlStatus
     //
     this.pnlStatus.BackColor = System.Drawing.Color.Transparent;
     this.pnlStatus.Location  = new System.Drawing.Point(50, 247);
     this.pnlStatus.Name      = "pnlStatus";
     this.pnlStatus.Size      = new System.Drawing.Size(475, 24);
     this.pnlStatus.TabIndex  = 2;
     this.pnlStatus.Paint    += new System.Windows.Forms.PaintEventHandler(this.pnlStatus_Paint);
     //
     // timer1
     //
     this.timer1.Interval = 50;
     this.timer1.Tick    += new System.EventHandler(this.timer1_Tick);
     //
     // lblTimeRemaining
     //
     this.lblTimeRemaining.BackColor = System.Drawing.Color.Transparent;
     this.lblTimeRemaining.ForeColor = System.Drawing.Color.White;
     this.lblTimeRemaining.Image     = null;
     this.lblTimeRemaining.Location  = new System.Drawing.Point(296, 289);
     this.lblTimeRemaining.Name      = "lblTimeRemaining";
     this.lblTimeRemaining.Size      = new System.Drawing.Size(100, 16);
     this.lblTimeRemaining.TabIndex  = 1;
     this.lblTimeRemaining.Text      = "Time";
     //
     // lblStatus
     //
     this.lblStatus.BackColor = System.Drawing.Color.Transparent;
     this.lblStatus.ForeColor = System.Drawing.Color.White;
     this.lblStatus.Image     = null;
     this.lblStatus.Location  = new System.Drawing.Point(0, 287);
     this.lblStatus.Name      = "lblStatus";
     this.lblStatus.Size      = new System.Drawing.Size(400, 16);
     this.lblStatus.TabIndex  = 0;
     this.lblStatus.Text      = "Status";
     this.lblStatus.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // labelTS1
     //
     this.labelTS1.AutoSize  = true;
     this.labelTS1.BackColor = System.Drawing.Color.Navy;
     this.labelTS1.Font      = new System.Drawing.Font("DejaVu Sans Mono", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelTS1.ForeColor = System.Drawing.SystemColors.HighlightText;
     this.labelTS1.Image     = null;
     this.labelTS1.Location  = new System.Drawing.Point(23, 137);
     this.labelTS1.Name      = "labelTS1";
     this.labelTS1.Size      = new System.Drawing.Size(230, 22);
     this.labelTS1.TabIndex  = 3;
     this.labelTS1.Text      = "StarGate Version 0.1";
     //
     // Splash
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackgroundImage   = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
     this.ClientSize        = new System.Drawing.Size(600, 384);
     this.Controls.Add(this.labelTS1);
     this.Controls.Add(this.pnlStatus);
     this.Controls.Add(this.lblTimeRemaining);
     this.Controls.Add(this.lblStatus);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.Name            = "Splash";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Splash";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 5
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Predistest));
     this.udPhase      = new System.Windows.Forms.NumericUpDownTS();
     this.lblPhase     = new System.Windows.Forms.LabelTS();
     this.tbPhase      = new System.Windows.Forms.TrackBarTS();
     this.lblAmplitude = new System.Windows.Forms.LabelTS();
     this.udAmp        = new System.Windows.Forms.NumericUpDownTS();
     this.lblHarm      = new System.Windows.Forms.LabelTS();
     this.udHarm       = new System.Windows.Forms.NumericUpDownTS();
     ((System.ComponentModel.ISupportInitialize)(this.udPhase)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbPhase)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.udAmp)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.udHarm)).BeginInit();
     this.SuspendLayout();
     //
     // udPhase
     //
     this.udPhase.Increment = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.udPhase.Location = new System.Drawing.Point(12, 79);
     this.udPhase.Maximum  = new decimal(new int[] {
         1000,
         0,
         0,
         0
     });
     this.udPhase.Minimum = new decimal(new int[] {
         0,
         0,
         0,
         0
     });
     this.udPhase.Name     = "udPhase";
     this.udPhase.Size     = new System.Drawing.Size(51, 20);
     this.udPhase.TabIndex = 9;
     this.udPhase.Value    = new decimal(new int[] {
         0,
         0,
         0,
         0
     });
     this.udPhase.ValueChanged += new System.EventHandler(this.udPhase_ValueChanged);
     //
     // lblPhase
     //
     this.lblPhase.Image     = null;
     this.lblPhase.Location  = new System.Drawing.Point(16, 56);
     this.lblPhase.Name      = "lblPhase";
     this.lblPhase.Size      = new System.Drawing.Size(64, 20);
     this.lblPhase.TabIndex  = 8;
     this.lblPhase.Text      = "Phase:";
     this.lblPhase.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // tbPhase
     //
     this.tbPhase.Location      = new System.Drawing.Point(80, 56);
     this.tbPhase.Maximum       = 1000;
     this.tbPhase.Name          = "tbPhase";
     this.tbPhase.Size          = new System.Drawing.Size(200, 45);
     this.tbPhase.TabIndex      = 7;
     this.tbPhase.TickFrequency = 125;
     this.tbPhase.Scroll       += new System.EventHandler(this.tbPhase_Scroll);
     //
     // lblAmplitude
     //
     this.lblAmplitude.Image     = null;
     this.lblAmplitude.Location  = new System.Drawing.Point(16, 32);
     this.lblAmplitude.Name      = "lblAmplitude";
     this.lblAmplitude.Size      = new System.Drawing.Size(64, 20);
     this.lblAmplitude.TabIndex  = 6;
     this.lblAmplitude.Text      = "Amplitude:";
     this.lblAmplitude.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // udAmp
     //
     this.udAmp.DecimalPlaces = 8;
     this.udAmp.Increment     = new decimal(new int[] {
         1,
         0,
         0,
         393216
     });
     this.udAmp.Location = new System.Drawing.Point(80, 32);
     this.udAmp.Maximum  = new decimal(new int[] {
         1,
         0,
         0,
         131072
     });
     this.udAmp.Minimum = new decimal(new int[] {
         0,
         0,
         0,
         458752
     });
     this.udAmp.Name     = "udAmp";
     this.udAmp.Size     = new System.Drawing.Size(80, 20);
     this.udAmp.TabIndex = 5;
     this.udAmp.Value    = new decimal(new int[] {
         1,
         0,
         0,
         393216
     });
     this.udAmp.ValueChanged += new System.EventHandler(this.udAmp_ValueChanged);
     //
     // lblHarm
     //
     this.lblHarm.Image     = null;
     this.lblHarm.Location  = new System.Drawing.Point(16, 8);
     this.lblHarm.Name      = "lblHarm";
     this.lblHarm.Size      = new System.Drawing.Size(56, 20);
     this.lblHarm.TabIndex  = 4;
     this.lblHarm.Text      = "Harmonic:";
     this.lblHarm.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // udHarm
     //
     this.udHarm.Increment = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.udHarm.Location = new System.Drawing.Point(80, 8);
     this.udHarm.Maximum  = new decimal(new int[] {
         20,
         0,
         0,
         0
     });
     this.udHarm.Minimum = new decimal(new int[] {
         20,
         0,
         0,
         -2147483648
     });
     this.udHarm.Name     = "udHarm";
     this.udHarm.Size     = new System.Drawing.Size(48, 20);
     this.udHarm.TabIndex = 3;
     this.udHarm.Value    = new decimal(new int[] {
         3,
         0,
         0,
         -2147483648
     });
     this.udHarm.ValueChanged += new System.EventHandler(this.udHarm_ValueChanged);
     //
     // Predistest
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(5, 13);
     this.ClientSize          = new System.Drawing.Size(292, 110);
     this.Controls.Add(this.udPhase);
     this.Controls.Add(this.lblPhase);
     this.Controls.Add(this.tbPhase);
     this.Controls.Add(this.lblAmplitude);
     this.Controls.Add(this.udAmp);
     this.Controls.Add(this.lblHarm);
     this.Controls.Add(this.udHarm);
     this.Icon         = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name         = "Predistest";
     this.Text         = "Pre-Distortion Test";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Predistest_FormClosing);
     ((System.ComponentModel.ISupportInitialize)(this.udPhase)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbPhase)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.udAmp)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.udHarm)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 6
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Splash));
     this.pnlStatus        = new System.Windows.Forms.Panel();
     this.lblTimeRemaining = new System.Windows.Forms.LabelTS();
     this.timer1           = new System.Windows.Forms.Timer(this.components);
     this.lblStatus        = new System.Windows.Forms.LabelTS();
     this.lblSwVersion     = new System.Windows.Forms.LabelTS();
     this.pnlStatus.SuspendLayout();
     this.SuspendLayout();
     //
     // pnlStatus
     //
     this.pnlStatus.BackColor = System.Drawing.Color.Transparent;
     this.pnlStatus.Controls.Add(this.lblTimeRemaining);
     this.pnlStatus.Location = new System.Drawing.Point(128, 339);
     this.pnlStatus.Name     = "pnlStatus";
     this.pnlStatus.Size     = new System.Drawing.Size(300, 24);
     this.pnlStatus.TabIndex = 2;
     this.pnlStatus.Paint   += new System.Windows.Forms.PaintEventHandler(this.pnlStatus_Paint);
     //
     // lblTimeRemaining
     //
     this.lblTimeRemaining.BackColor = System.Drawing.Color.Transparent;
     this.lblTimeRemaining.ForeColor = System.Drawing.Color.White;
     this.lblTimeRemaining.Image     = null;
     this.lblTimeRemaining.Location  = new System.Drawing.Point(197, 8);
     this.lblTimeRemaining.Name      = "lblTimeRemaining";
     this.lblTimeRemaining.Size      = new System.Drawing.Size(100, 16);
     this.lblTimeRemaining.TabIndex  = 1;
     this.lblTimeRemaining.Text      = "Time";
     //
     // timer1
     //
     this.timer1.Enabled = true;
     this.timer1.Tick   += new System.EventHandler(this.timer1_Tick);
     //
     // lblStatus
     //
     this.lblStatus.BackColor = System.Drawing.Color.Transparent;
     this.lblStatus.ForeColor = System.Drawing.Color.White;
     this.lblStatus.Image     = null;
     this.lblStatus.Location  = new System.Drawing.Point(78, 380);
     this.lblStatus.Name      = "lblStatus";
     this.lblStatus.Size      = new System.Drawing.Size(400, 16);
     this.lblStatus.TabIndex  = 0;
     this.lblStatus.Text      = "Status";
     this.lblStatus.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // lblSwVersion
     //
     this.lblSwVersion.AutoSize  = true;
     this.lblSwVersion.BackColor = System.Drawing.SystemColors.ControlText;
     this.lblSwVersion.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblSwVersion.ForeColor = System.Drawing.Color.LimeGreen;
     this.lblSwVersion.Image     = null;
     this.lblSwVersion.Location  = new System.Drawing.Point(398, 76);
     this.lblSwVersion.Name      = "lblSwVersion";
     this.lblSwVersion.Size      = new System.Drawing.Size(78, 16);
     this.lblSwVersion.TabIndex  = 3;
     this.lblSwVersion.Text      = "ver **.**.**";
     //
     // Splash
     //
     this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
     this.ClientSize      = new System.Drawing.Size(556, 429);
     this.Controls.Add(this.lblSwVersion);
     this.Controls.Add(this.pnlStatus);
     this.Controls.Add(this.lblStatus);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name            = "Splash";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Splash";
     this.pnlStatus.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo 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.btnExit    = new System.Windows.Forms.Button();
     this.txtInput   = new System.Windows.Forms.TextBoxTS();
     this.txtResult  = new System.Windows.Forms.TextBoxTS();
     this.label1     = new System.Windows.Forms.LabelTS();
     this.label2     = new System.Windows.Forms.LabelTS();
     this.dataGrid1  = new System.Windows.Forms.DataGrid();
     this.btnExecute = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).BeginInit();
     this.SuspendLayout();
     //
     // btnExit
     //
     this.btnExit.Location = new System.Drawing.Point(440, 336);
     this.btnExit.Name     = "btnExit";
     this.btnExit.TabIndex = 2;
     this.btnExit.Text     = "Exit";
     this.btnExit.Click   += new System.EventHandler(this.btnExit_Click);
     //
     // txtInput
     //
     this.txtInput.Location = new System.Drawing.Point(120, 240);
     this.txtInput.Name     = "txtInput";
     this.txtInput.Size     = new System.Drawing.Size(168, 20);
     this.txtInput.TabIndex = 0;
     this.txtInput.Text     = "";
     this.txtInput.KeyUp   += new System.Windows.Forms.KeyEventHandler(this.txtInput_KeyUp);
     //
     // txtResult
     //
     this.txtResult.Location = new System.Drawing.Point(120, 280);
     this.txtResult.Name     = "txtResult";
     this.txtResult.Size     = new System.Drawing.Size(392, 20);
     this.txtResult.TabIndex = 3;
     this.txtResult.Text     = "";
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(16, 240);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(88, 23);
     this.label1.TabIndex  = 4;
     this.label1.Text      = "CAT Command";
     this.label1.TextAlign = System.Drawing.ContentAlignment.BottomRight;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(16, 280);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(88, 23);
     this.label2.TabIndex  = 5;
     this.label2.Text      = "CAT Response";
     this.label2.TextAlign = System.Drawing.ContentAlignment.BottomRight;
     //
     // dataGrid1
     //
     this.dataGrid1.DataMember      = "";
     this.dataGrid1.HeaderForeColor = System.Drawing.SystemColors.ControlText;
     this.dataGrid1.Location        = new System.Drawing.Point(8, 0);
     this.dataGrid1.Name            = "dataGrid1";
     this.dataGrid1.Size            = new System.Drawing.Size(512, 224);
     this.dataGrid1.TabIndex        = 6;
     //
     // btnExecute
     //
     this.btnExecute.Location = new System.Drawing.Point(312, 240);
     this.btnExecute.Name     = "btnExecute";
     this.btnExecute.TabIndex = 7;
     this.btnExecute.Text     = "Execute";
     this.btnExecute.Click   += new System.EventHandler(this.btnExecute_Click);
     //
     // CATTester
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(5, 13);
     this.ClientSize          = new System.Drawing.Size(536, 382);
     this.Controls.Add(this.btnExecute);
     this.Controls.Add(this.dataGrid1);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.txtResult);
     this.Controls.Add(this.txtInput);
     this.Controls.Add(this.btnExit);
     this.Name = "CATTester";
     this.Text = "CAT Command Tester";
     ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 8
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Splash));
     this.pnlStatus             = new System.Windows.Forms.Panel();
     this.timer1                = new System.Windows.Forms.Timer(this.components);
     this.lblProgramLoadWarning = new System.Windows.Forms.LabelTS();
     this.lblTimeRemaining      = new System.Windows.Forms.LabelTS();
     this.lblStatus             = new System.Windows.Forms.LabelTS();
     this.SuspendLayout();
     //
     // pnlStatus
     //
     this.pnlStatus.BackColor = System.Drawing.Color.Transparent;
     this.pnlStatus.Location  = new System.Drawing.Point(50, 190);
     this.pnlStatus.Name      = "pnlStatus";
     this.pnlStatus.Size      = new System.Drawing.Size(300, 24);
     this.pnlStatus.TabIndex  = 2;
     this.pnlStatus.Paint    += new System.Windows.Forms.PaintEventHandler(this.pnlStatus_Paint);
     //
     // timer1
     //
     this.timer1.Enabled = true;
     this.timer1.Tick   += new System.EventHandler(this.timer1_Tick);
     //
     // lblProgramLoadWarning
     //
     this.lblProgramLoadWarning.BackColor = System.Drawing.Color.Black;
     this.lblProgramLoadWarning.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblProgramLoadWarning.ForeColor = System.Drawing.Color.Yellow;
     this.lblProgramLoadWarning.Image     = null;
     this.lblProgramLoadWarning.Location  = new System.Drawing.Point(3, 72);
     this.lblProgramLoadWarning.Name      = "lblProgramLoadWarning";
     this.lblProgramLoadWarning.Size      = new System.Drawing.Size(397, 18);
     this.lblProgramLoadWarning.TabIndex  = 4;
     this.lblProgramLoadWarning.Text      = "    SDR POWER MUST BE ON FOR PROGRAM TO LAUNCH !!!";
     //
     // lblTimeRemaining
     //
     this.lblTimeRemaining.BackColor = System.Drawing.Color.Transparent;
     this.lblTimeRemaining.ForeColor = System.Drawing.Color.White;
     this.lblTimeRemaining.Image     = null;
     this.lblTimeRemaining.Location  = new System.Drawing.Point(296, 232);
     this.lblTimeRemaining.Name      = "lblTimeRemaining";
     this.lblTimeRemaining.Size      = new System.Drawing.Size(100, 16);
     this.lblTimeRemaining.TabIndex  = 1;
     this.lblTimeRemaining.Text      = "Time";
     //
     // lblStatus
     //
     this.lblStatus.BackColor = System.Drawing.Color.Transparent;
     this.lblStatus.ForeColor = System.Drawing.Color.White;
     this.lblStatus.Image     = null;
     this.lblStatus.Location  = new System.Drawing.Point(0, 230);
     this.lblStatus.Name      = "lblStatus";
     this.lblStatus.Size      = new System.Drawing.Size(400, 16);
     this.lblStatus.TabIndex  = 0;
     this.lblStatus.Text      = "Status";
     this.lblStatus.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // Splash
     //
     this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
     this.ClientSize      = new System.Drawing.Size(400, 250);
     this.Controls.Add(this.lblProgramLoadWarning);
     this.Controls.Add(this.pnlStatus);
     this.Controls.Add(this.lblTimeRemaining);
     this.Controls.Add(this.lblStatus);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name            = "Splash";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Splash";
     this.ResumeLayout(false);
 }
Exemplo 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()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FWCATUForm));
     this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
     this.chkATUEnabledOnBandChange = new System.Windows.Forms.CheckBoxTS();
     this.grpSWRThreshold           = new System.Windows.Forms.GroupBoxTS();
     this.comboSWRThresh            = new System.Windows.Forms.ComboBoxTS();
     this.grpFeedback     = new System.Windows.Forms.GroupBoxTS();
     this.indup           = new System.Windows.Forms.ButtonTS();
     this.inddown         = new System.Windows.Forms.ButtonTS();
     this.capup           = new System.Windows.Forms.ButtonTS();
     this.capdown         = new System.Windows.Forms.ButtonTS();
     this.lblIND          = new System.Windows.Forms.LabelTS();
     this.lblCAP          = new System.Windows.Forms.LabelTS();
     this.buttonTS1       = new System.Windows.Forms.ButtonTS();
     this.lblTuneComplete = new System.Windows.Forms.LabelTS();
     this.lblSWR          = new System.Windows.Forms.LabelTS();
     this.lblReflected    = new System.Windows.Forms.LabelTS();
     this.lblPower        = new System.Windows.Forms.LabelTS();
     this.lblFreq         = new System.Windows.Forms.LabelTS();
     this.lblForward      = new System.Windows.Forms.LabelTS();
     this.grpTune         = new System.Windows.Forms.GroupBoxTS();
     this.chkUseTUN       = new System.Windows.Forms.CheckBoxTS();
     this.btnTuneFull     = new System.Windows.Forms.ButtonTS();
     this.btnTuneMemory   = new System.Windows.Forms.ButtonTS();
     this.grpMode         = new System.Windows.Forms.GroupBoxTS();
     this.radModeAuto     = new System.Windows.Forms.RadioButtonTS();
     this.radModeSemiAuto = new System.Windows.Forms.RadioButtonTS();
     this.radModeBypass   = new System.Windows.Forms.RadioButtonTS();
     this.grpSWRThreshold.SuspendLayout();
     this.grpFeedback.SuspendLayout();
     this.grpTune.SuspendLayout();
     this.grpMode.SuspendLayout();
     this.SuspendLayout();
     //
     // chkATUEnabledOnBandChange
     //
     this.chkATUEnabledOnBandChange.AutoSize = true;
     this.chkATUEnabledOnBandChange.Image    = null;
     this.chkATUEnabledOnBandChange.Location = new System.Drawing.Point(12, 134);
     this.chkATUEnabledOnBandChange.Name     = "chkATUEnabledOnBandChange";
     this.chkATUEnabledOnBandChange.Size     = new System.Drawing.Size(202, 17);
     this.chkATUEnabledOnBandChange.TabIndex = 7;
     this.chkATUEnabledOnBandChange.Text     = "ATU Stays Enabled on Band Change";
     this.toolTip1.SetToolTip(this.chkATUEnabledOnBandChange, "Check this option to initiate a memory tune on band changes if ATU is enabled");
     this.chkATUEnabledOnBandChange.UseVisualStyleBackColor = true;
     //
     // grpSWRThreshold
     //
     this.grpSWRThreshold.Controls.Add(this.comboSWRThresh);
     this.grpSWRThreshold.Location = new System.Drawing.Point(280, 8);
     this.grpSWRThreshold.Name     = "grpSWRThreshold";
     this.grpSWRThreshold.Size     = new System.Drawing.Size(104, 56);
     this.grpSWRThreshold.TabIndex = 6;
     this.grpSWRThreshold.TabStop  = false;
     this.grpSWRThreshold.Text     = "SWR Threshold";
     this.toolTip1.SetToolTip(this.grpSWRThreshold, "Sets the threshold below which constitutes a successful tune.");
     //
     // comboSWRThresh
     //
     this.comboSWRThresh.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboSWRThresh.DropDownWidth = 64;
     this.comboSWRThresh.Items.AddRange(new object[] {
         "1.1 : 1",
         "1.3 : 1",
         "1.5 : 1",
         "1.7 : 1",
         "2.0 : 1",
         "2.5 : 1",
         "3.0 : 1"
     });
     this.comboSWRThresh.Location              = new System.Drawing.Point(16, 24);
     this.comboSWRThresh.Name                  = "comboSWRThresh";
     this.comboSWRThresh.Size                  = new System.Drawing.Size(64, 21);
     this.comboSWRThresh.TabIndex              = 4;
     this.comboSWRThresh.SelectedIndexChanged += new System.EventHandler(this.comboSWRThresh_SelectedIndexChanged);
     //
     // grpFeedback
     //
     this.grpFeedback.BackColor = System.Drawing.SystemColors.Control;
     this.grpFeedback.Controls.Add(this.indup);
     this.grpFeedback.Controls.Add(this.inddown);
     this.grpFeedback.Controls.Add(this.capup);
     this.grpFeedback.Controls.Add(this.capdown);
     this.grpFeedback.Controls.Add(this.lblIND);
     this.grpFeedback.Controls.Add(this.lblCAP);
     this.grpFeedback.Controls.Add(this.buttonTS1);
     this.grpFeedback.Controls.Add(this.lblTuneComplete);
     this.grpFeedback.Controls.Add(this.lblSWR);
     this.grpFeedback.Controls.Add(this.lblReflected);
     this.grpFeedback.Controls.Add(this.lblPower);
     this.grpFeedback.Controls.Add(this.lblFreq);
     this.grpFeedback.Controls.Add(this.lblForward);
     this.grpFeedback.Location = new System.Drawing.Point(8, 166);
     this.grpFeedback.Name     = "grpFeedback";
     this.grpFeedback.Size     = new System.Drawing.Size(405, 96);
     this.grpFeedback.TabIndex = 5;
     this.grpFeedback.TabStop  = false;
     this.grpFeedback.Text     = "Tuner Feedback";
     this.toolTip1.SetToolTip(this.grpFeedback, "The information in this window is returned from the ATU after a tune sequence.");
     //
     // indup
     //
     this.indup.Image    = null;
     this.indup.Location = new System.Drawing.Point(374, 71);
     this.indup.Name     = "indup";
     this.indup.Size     = new System.Drawing.Size(31, 23);
     this.indup.TabIndex = 13;
     this.indup.Text     = ">";
     this.toolTip1.SetToolTip(this.indup, "IND up (0 to 127)");
     this.indup.Click += new System.EventHandler(this.indup_Click);
     //
     // inddown
     //
     this.inddown.Image    = null;
     this.inddown.Location = new System.Drawing.Point(254, 67);
     this.inddown.Name     = "inddown";
     this.inddown.Size     = new System.Drawing.Size(31, 23);
     this.inddown.TabIndex = 12;
     this.inddown.Text     = "<";
     this.toolTip1.SetToolTip(this.inddown, "IND down ( 0 to 127)");
     this.inddown.Click += new System.EventHandler(this.inddown_Click);
     //
     // capup
     //
     this.capup.Image    = null;
     this.capup.Location = new System.Drawing.Point(374, 42);
     this.capup.Name     = "capup";
     this.capup.Size     = new System.Drawing.Size(31, 23);
     this.capup.TabIndex = 11;
     this.capup.Text     = ">";
     this.toolTip1.SetToolTip(this.capup, "CAP UP (0 to 127)");
     this.capup.Click += new System.EventHandler(this.capup_Click);
     //
     // capdown
     //
     this.capdown.Image    = null;
     this.capdown.Location = new System.Drawing.Point(254, 41);
     this.capdown.Name     = "capdown";
     this.capdown.Size     = new System.Drawing.Size(31, 23);
     this.capdown.TabIndex = 10;
     this.capdown.Text     = "<";
     this.toolTip1.SetToolTip(this.capdown, "Cap down (0 to 127)");
     this.capdown.Click += new System.EventHandler(this.capdown_Click);
     //
     // lblIND
     //
     this.lblIND.Image    = null;
     this.lblIND.Location = new System.Drawing.Point(291, 71);
     this.lblIND.Name     = "lblIND";
     this.lblIND.Size     = new System.Drawing.Size(72, 16);
     this.lblIND.TabIndex = 9;
     this.lblIND.Text     = "IND:";
     this.toolTip1.SetToolTip(this.lblIND, "Values = 0 to 127");
     //
     // lblCAP
     //
     this.lblCAP.Image    = null;
     this.lblCAP.Location = new System.Drawing.Point(291, 46);
     this.lblCAP.Name     = "lblCAP";
     this.lblCAP.Size     = new System.Drawing.Size(72, 16);
     this.lblCAP.TabIndex = 8;
     this.lblCAP.Text     = "CAP:";
     this.toolTip1.SetToolTip(this.lblCAP, "Values = 0 to 127");
     //
     // buttonTS1
     //
     this.buttonTS1.Image    = null;
     this.buttonTS1.Location = new System.Drawing.Point(244, 14);
     this.buttonTS1.Name     = "buttonTS1";
     this.buttonTS1.Size     = new System.Drawing.Size(77, 23);
     this.buttonTS1.TabIndex = 4;
     this.buttonTS1.Text     = "TUN Check";
     this.toolTip1.SetToolTip(this.buttonTS1, "Read the current SWR  as seen by the ATU and not the Flex SWR");
     this.buttonTS1.Click += new System.EventHandler(this.buttonTS1_Click);
     //
     // lblTuneComplete
     //
     this.lblTuneComplete.Font      = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTuneComplete.ForeColor = System.Drawing.Color.Green;
     this.lblTuneComplete.Image     = null;
     this.lblTuneComplete.Location  = new System.Drawing.Point(1, 19);
     this.lblTuneComplete.Name      = "lblTuneComplete";
     this.lblTuneComplete.Size      = new System.Drawing.Size(232, 16);
     this.lblTuneComplete.TabIndex  = 7;
     this.lblTuneComplete.Text      = "Tune Completed Successfully";
     //
     // lblSWR
     //
     this.lblSWR.Image    = null;
     this.lblSWR.Location = new System.Drawing.Point(327, 19);
     this.lblSWR.Name     = "lblSWR";
     this.lblSWR.Size     = new System.Drawing.Size(72, 16);
     this.lblSWR.TabIndex = 3;
     this.lblSWR.Text     = "SWR: 1.0:1";
     //
     // lblReflected
     //
     this.lblReflected.Image    = null;
     this.lblReflected.Location = new System.Drawing.Point(157, 72);
     this.lblReflected.Name     = "lblReflected";
     this.lblReflected.Size     = new System.Drawing.Size(80, 16);
     this.lblReflected.TabIndex = 2;
     this.lblReflected.Text     = "Reflected: 0";
     //
     // lblPower
     //
     this.lblPower.Image    = null;
     this.lblPower.Location = new System.Drawing.Point(1, 72);
     this.lblPower.Name     = "lblPower";
     this.lblPower.Size     = new System.Drawing.Size(64, 16);
     this.lblPower.TabIndex = 1;
     this.lblPower.Text     = "Power (W):   ";
     //
     // lblFreq
     //
     this.lblFreq.Image    = null;
     this.lblFreq.Location = new System.Drawing.Point(1, 49);
     this.lblFreq.Name     = "lblFreq";
     this.lblFreq.Size     = new System.Drawing.Size(152, 16);
     this.lblFreq.TabIndex = 0;
     this.lblFreq.Text     = "Freq (MHz): ";
     //
     // lblForward
     //
     this.lblForward.Image    = null;
     this.lblForward.Location = new System.Drawing.Point(78, 72);
     this.lblForward.Name     = "lblForward";
     this.lblForward.Size     = new System.Drawing.Size(80, 16);
     this.lblForward.TabIndex = 6;
     this.lblForward.Text     = "Forward: 0";
     //
     // grpTune
     //
     this.grpTune.Controls.Add(this.chkUseTUN);
     this.grpTune.Controls.Add(this.btnTuneFull);
     this.grpTune.Controls.Add(this.btnTuneMemory);
     this.grpTune.Location = new System.Drawing.Point(144, 8);
     this.grpTune.Name     = "grpTune";
     this.grpTune.Size     = new System.Drawing.Size(128, 120);
     this.grpTune.TabIndex = 4;
     this.grpTune.TabStop  = false;
     this.grpTune.Text     = "Tuning Options";
     //
     // chkUseTUN
     //
     this.chkUseTUN.Checked    = true;
     this.chkUseTUN.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkUseTUN.Image      = null;
     this.chkUseTUN.Location   = new System.Drawing.Point(24, 88);
     this.chkUseTUN.Name       = "chkUseTUN";
     this.chkUseTUN.Size       = new System.Drawing.Size(80, 24);
     this.chkUseTUN.TabIndex   = 3;
     this.chkUseTUN.Text       = "Use TUN";
     this.toolTip1.SetToolTip(this.chkUseTUN, "Checking this box will enable the front panel TUN function when using the Memory " +
                              "or Full Tune functions above.");
     //
     // btnTuneFull
     //
     this.btnTuneFull.Image    = null;
     this.btnTuneFull.Location = new System.Drawing.Point(16, 56);
     this.btnTuneFull.Name     = "btnTuneFull";
     this.btnTuneFull.Size     = new System.Drawing.Size(88, 23);
     this.btnTuneFull.TabIndex = 2;
     this.btnTuneFull.Text     = "Full Tune";
     this.toolTip1.SetToolTip(this.btnTuneFull, "Perform Full Tune.  Ignores any previous saved tunes on the current frequency.");
     this.btnTuneFull.Click += new System.EventHandler(this.btnTuneFull_Click);
     //
     // btnTuneMemory
     //
     this.btnTuneMemory.Image    = null;
     this.btnTuneMemory.Location = new System.Drawing.Point(16, 24);
     this.btnTuneMemory.Name     = "btnTuneMemory";
     this.btnTuneMemory.Size     = new System.Drawing.Size(88, 23);
     this.btnTuneMemory.TabIndex = 1;
     this.btnTuneMemory.Text     = "Memory Tune";
     this.toolTip1.SetToolTip(this.btnTuneMemory, "Performs a Memory Tune.  Uses previously saved tune settings if found for the cur" +
                              "rent frequency.  If a previous setting is not found, a Full Tune is performed.");
     this.btnTuneMemory.Click += new System.EventHandler(this.btnTuneMemory_Click);
     //
     // grpMode
     //
     this.grpMode.Controls.Add(this.radModeAuto);
     this.grpMode.Controls.Add(this.radModeSemiAuto);
     this.grpMode.Controls.Add(this.radModeBypass);
     this.grpMode.Location = new System.Drawing.Point(8, 8);
     this.grpMode.Name     = "grpMode";
     this.grpMode.Size     = new System.Drawing.Size(128, 120);
     this.grpMode.TabIndex = 0;
     this.grpMode.TabStop  = false;
     this.grpMode.Text     = "Operating Mode";
     //
     // radModeAuto
     //
     this.radModeAuto.Image    = null;
     this.radModeAuto.Location = new System.Drawing.Point(16, 88);
     this.radModeAuto.Name     = "radModeAuto";
     this.radModeAuto.Size     = new System.Drawing.Size(104, 24);
     this.radModeAuto.TabIndex = 2;
     this.radModeAuto.Text     = "Automatic";
     this.toolTip1.SetToolTip(this.radModeAuto, "Activates the ATU requiring just RF to automatically begin a tuning sequence.  Th" +
                              "is works for all transmission modes.  Note that manually tuning is still possibl" +
                              "e in this mode.");
     this.radModeAuto.CheckedChanged += new System.EventHandler(this.radModeAuto_CheckedChanged);
     //
     // radModeSemiAuto
     //
     this.radModeSemiAuto.Image    = null;
     this.radModeSemiAuto.Location = new System.Drawing.Point(16, 56);
     this.radModeSemiAuto.Name     = "radModeSemiAuto";
     this.radModeSemiAuto.Size     = new System.Drawing.Size(104, 24);
     this.radModeSemiAuto.TabIndex = 1;
     this.radModeSemiAuto.Text     = "Semi-Automatic";
     this.toolTip1.SetToolTip(this.radModeSemiAuto, "Enables the ATU requiring the user to activate a tune sequence.");
     this.radModeSemiAuto.CheckedChanged += new System.EventHandler(this.radModeSemiAuto_CheckedChanged);
     //
     // radModeBypass
     //
     this.radModeBypass.Checked  = true;
     this.radModeBypass.Image    = null;
     this.radModeBypass.Location = new System.Drawing.Point(16, 24);
     this.radModeBypass.Name     = "radModeBypass";
     this.radModeBypass.Size     = new System.Drawing.Size(88, 24);
     this.radModeBypass.TabIndex = 0;
     this.radModeBypass.TabStop  = true;
     this.radModeBypass.Text     = "Bypass";
     this.toolTip1.SetToolTip(this.radModeBypass, "Effectively deactivates the ATU by unlatching all relays.");
     this.radModeBypass.CheckedChanged += new System.EventHandler(this.radModeBypass_CheckedChanged);
     //
     // FWCATUForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(425, 274);
     this.Controls.Add(this.chkATUEnabledOnBandChange);
     this.Controls.Add(this.grpSWRThreshold);
     this.Controls.Add(this.grpFeedback);
     this.Controls.Add(this.grpTune);
     this.Controls.Add(this.grpMode);
     this.Icon     = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name     = "FWCATUForm";
     this.Text     = "FLEX-5000 ATU Settings";
     this.Closing += new System.ComponentModel.CancelEventHandler(this.FWCATUForm_Closing);
     this.grpSWRThreshold.ResumeLayout(false);
     this.grpFeedback.ResumeLayout(false);
     this.grpTune.ResumeLayout(false);
     this.grpMode.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 10
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DisplaySettingsForm));
     this.labelTS5        = new System.Windows.Forms.LabelTS();
     this.comboTXMeter    = new System.Windows.Forms.ComboBoxTS();
     this.labelTS4        = new System.Windows.Forms.LabelTS();
     this.labelTS3        = new System.Windows.Forms.LabelTS();
     this.comboRX2Display = new System.Windows.Forms.ComboBoxTS();
     this.comboRX1Display = new System.Windows.Forms.ComboBoxTS();
     this.labelTS2        = new System.Windows.Forms.LabelTS();
     this.comboRX2Meter   = new System.Windows.Forms.ComboBoxTS();
     this.labelTS1        = new System.Windows.Forms.LabelTS();
     this.comboRX1Meter   = new System.Windows.Forms.ComboBoxTS();
     this.btnClose        = new System.Windows.Forms.ButtonTS();
     this.chkRX1Avg       = new System.Windows.Forms.CheckBoxTS();
     this.chkRX1Peak      = new System.Windows.Forms.CheckBoxTS();
     this.chkRX2Avg       = new System.Windows.Forms.CheckBoxTS();
     this.chkRX2Peak      = new System.Windows.Forms.CheckBoxTS();
     this.SuspendLayout();
     //
     // labelTS5
     //
     this.labelTS5.AutoSize  = true;
     this.labelTS5.ForeColor = System.Drawing.SystemColors.ControlLight;
     this.labelTS5.Image     = null;
     this.labelTS5.Location  = new System.Drawing.Point(323, 21);
     this.labelTS5.Name      = "labelTS5";
     this.labelTS5.Size      = new System.Drawing.Size(51, 13);
     this.labelTS5.TabIndex  = 10;
     this.labelTS5.Text      = "TX Meter";
     //
     // comboTXMeter
     //
     this.comboTXMeter.FormattingEnabled = true;
     this.comboTXMeter.Location          = new System.Drawing.Point(323, 40);
     this.comboTXMeter.Name                  = "comboTXMeter";
     this.comboTXMeter.Size                  = new System.Drawing.Size(121, 21);
     this.comboTXMeter.TabIndex              = 9;
     this.comboTXMeter.SelectedIndexChanged += new System.EventHandler(this.ComboTXMeter_SelectedIndexChanged);
     //
     // labelTS4
     //
     this.labelTS4.AutoSize  = true;
     this.labelTS4.ForeColor = System.Drawing.SystemColors.ControlLight;
     this.labelTS4.Image     = null;
     this.labelTS4.Location  = new System.Drawing.Point(174, 88);
     this.labelTS4.Name      = "labelTS4";
     this.labelTS4.Size      = new System.Drawing.Size(95, 13);
     this.labelTS4.TabIndex  = 8;
     this.labelTS4.Text      = "RX2 Display Mode";
     //
     // labelTS3
     //
     this.labelTS3.AutoSize  = true;
     this.labelTS3.ForeColor = System.Drawing.SystemColors.ControlLight;
     this.labelTS3.Image     = null;
     this.labelTS3.Location  = new System.Drawing.Point(19, 88);
     this.labelTS3.Name      = "labelTS3";
     this.labelTS3.Size      = new System.Drawing.Size(95, 13);
     this.labelTS3.TabIndex  = 7;
     this.labelTS3.Text      = "RX1 Display Mode";
     //
     // comboRX2Display
     //
     this.comboRX2Display.FormattingEnabled = true;
     this.comboRX2Display.Location          = new System.Drawing.Point(174, 107);
     this.comboRX2Display.Name                  = "comboRX2Display";
     this.comboRX2Display.Size                  = new System.Drawing.Size(121, 21);
     this.comboRX2Display.TabIndex              = 6;
     this.comboRX2Display.SelectedIndexChanged += new System.EventHandler(this.ComboRX2Display_SelectedIndexChanged);
     //
     // comboRX1Display
     //
     this.comboRX1Display.FormattingEnabled = true;
     this.comboRX1Display.Location          = new System.Drawing.Point(19, 107);
     this.comboRX1Display.Name                  = "comboRX1Display";
     this.comboRX1Display.Size                  = new System.Drawing.Size(121, 21);
     this.comboRX1Display.TabIndex              = 5;
     this.comboRX1Display.SelectedIndexChanged += new System.EventHandler(this.ComboRX1Display_SelectedIndexChanged);
     //
     // labelTS2
     //
     this.labelTS2.AutoSize  = true;
     this.labelTS2.ForeColor = System.Drawing.SystemColors.ControlLight;
     this.labelTS2.Image     = null;
     this.labelTS2.Location  = new System.Drawing.Point(174, 21);
     this.labelTS2.Name      = "labelTS2";
     this.labelTS2.Size      = new System.Drawing.Size(58, 13);
     this.labelTS2.TabIndex  = 4;
     this.labelTS2.Text      = "RX2 Meter";
     //
     // comboRX2Meter
     //
     this.comboRX2Meter.FormattingEnabled = true;
     this.comboRX2Meter.Location          = new System.Drawing.Point(174, 40);
     this.comboRX2Meter.Name                  = "comboRX2Meter";
     this.comboRX2Meter.Size                  = new System.Drawing.Size(116, 21);
     this.comboRX2Meter.TabIndex              = 3;
     this.comboRX2Meter.SelectedIndexChanged += new System.EventHandler(this.ComboRX2Meter_SelectedIndexChanged);
     //
     // labelTS1
     //
     this.labelTS1.AutoSize  = true;
     this.labelTS1.ForeColor = System.Drawing.SystemColors.ControlLight;
     this.labelTS1.Image     = null;
     this.labelTS1.Location  = new System.Drawing.Point(19, 21);
     this.labelTS1.Name      = "labelTS1";
     this.labelTS1.Size      = new System.Drawing.Size(58, 13);
     this.labelTS1.TabIndex  = 2;
     this.labelTS1.Text      = "RX1 Meter";
     //
     // comboRX1Meter
     //
     this.comboRX1Meter.FormattingEnabled = true;
     this.comboRX1Meter.Location          = new System.Drawing.Point(19, 40);
     this.comboRX1Meter.Name                  = "comboRX1Meter";
     this.comboRX1Meter.Size                  = new System.Drawing.Size(122, 21);
     this.comboRX1Meter.TabIndex              = 1;
     this.comboRX1Meter.SelectedIndexChanged += new System.EventHandler(this.ComboRX1Meter_SelectedIndexChanged);
     //
     // btnClose
     //
     this.btnClose.Image    = null;
     this.btnClose.Location = new System.Drawing.Point(326, 153);
     this.btnClose.Name     = "btnClose";
     this.btnClose.Size     = new System.Drawing.Size(109, 41);
     this.btnClose.TabIndex = 0;
     this.btnClose.Text     = "Close";
     this.btnClose.UseVisualStyleBackColor = true;
     this.btnClose.Click += new System.EventHandler(this.BtnClose_Click);
     //
     // chkRX1Avg
     //
     this.chkRX1Avg.Appearance = System.Windows.Forms.Appearance.Button;
     this.chkRX1Avg.CheckAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.chkRX1Avg.Image      = null;
     this.chkRX1Avg.Location   = new System.Drawing.Point(19, 153);
     this.chkRX1Avg.Name       = "chkRX1Avg";
     this.chkRX1Avg.Size       = new System.Drawing.Size(50, 41);
     this.chkRX1Avg.TabIndex   = 11;
     this.chkRX1Avg.Text       = "Avg";
     this.chkRX1Avg.TextAlign  = System.Drawing.ContentAlignment.MiddleCenter;
     this.chkRX1Avg.UseVisualStyleBackColor = true;
     this.chkRX1Avg.CheckedChanged         += new System.EventHandler(this.ChkRX1Avg_CheckedChanged);
     //
     // chkRX1Peak
     //
     this.chkRX1Peak.Appearance = System.Windows.Forms.Appearance.Button;
     this.chkRX1Peak.CheckAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.chkRX1Peak.Image      = null;
     this.chkRX1Peak.Location   = new System.Drawing.Point(90, 153);
     this.chkRX1Peak.Name       = "chkRX1Peak";
     this.chkRX1Peak.Size       = new System.Drawing.Size(50, 41);
     this.chkRX1Peak.TabIndex   = 12;
     this.chkRX1Peak.Text       = "Peak";
     this.chkRX1Peak.TextAlign  = System.Drawing.ContentAlignment.MiddleCenter;
     this.chkRX1Peak.UseVisualStyleBackColor = true;
     this.chkRX1Peak.CheckedChanged         += new System.EventHandler(this.ChkRX1Peak_CheckedChanged);
     //
     // chkRX2Avg
     //
     this.chkRX2Avg.Appearance = System.Windows.Forms.Appearance.Button;
     this.chkRX2Avg.CheckAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.chkRX2Avg.Image      = null;
     this.chkRX2Avg.Location   = new System.Drawing.Point(174, 153);
     this.chkRX2Avg.Name       = "chkRX2Avg";
     this.chkRX2Avg.Size       = new System.Drawing.Size(50, 41);
     this.chkRX2Avg.TabIndex   = 13;
     this.chkRX2Avg.Text       = "Avg";
     this.chkRX2Avg.TextAlign  = System.Drawing.ContentAlignment.MiddleCenter;
     this.chkRX2Avg.UseVisualStyleBackColor = true;
     this.chkRX2Avg.CheckedChanged         += new System.EventHandler(this.ChkRX2Avg_CheckedChanged);
     //
     // chkRX2Peak
     //
     this.chkRX2Peak.Appearance = System.Windows.Forms.Appearance.Button;
     this.chkRX2Peak.CheckAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.chkRX2Peak.Image      = null;
     this.chkRX2Peak.Location   = new System.Drawing.Point(245, 153);
     this.chkRX2Peak.Name       = "chkRX2Peak";
     this.chkRX2Peak.Size       = new System.Drawing.Size(50, 41);
     this.chkRX2Peak.TabIndex   = 14;
     this.chkRX2Peak.Text       = "Peak";
     this.chkRX2Peak.TextAlign  = System.Drawing.ContentAlignment.MiddleCenter;
     this.chkRX2Peak.UseVisualStyleBackColor = true;
     this.chkRX2Peak.CheckedChanged         += new System.EventHandler(this.ChkRX2Peak_CheckedChanged);
     //
     // DisplaySettingsForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
     this.ClientSize          = new System.Drawing.Size(454, 204);
     this.Controls.Add(this.chkRX2Peak);
     this.Controls.Add(this.chkRX2Avg);
     this.Controls.Add(this.chkRX1Peak);
     this.Controls.Add(this.chkRX1Avg);
     this.Controls.Add(this.labelTS5);
     this.Controls.Add(this.comboTXMeter);
     this.Controls.Add(this.labelTS4);
     this.Controls.Add(this.labelTS3);
     this.Controls.Add(this.comboRX2Display);
     this.Controls.Add(this.comboRX1Display);
     this.Controls.Add(this.labelTS2);
     this.Controls.Add(this.comboRX2Meter);
     this.Controls.Add(this.labelTS1);
     this.Controls.Add(this.comboRX1Meter);
     this.Controls.Add(this.btnClose);
     this.Icon         = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name         = "DisplaySettingsForm";
     this.Text         = "Display Settings";
     this.TopMost      = true;
     this.Activated   += new System.EventHandler(this.DisplaySettingsForm_Activated);
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.DisplaySettingsForm_FormClosing);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 11
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.btnClose    = new System.Windows.Forms.ButtonTS();
     this.lblMasterAF = new System.Windows.Forms.LabelTS();
     this.lblDrive    = new System.Windows.Forms.LabelTS();
     this.grpSubRX    = new System.Windows.Forms.GroupBoxTS();
     this.chkSubRX    = new System.Windows.Forms.CheckBoxTS();
     this.labelTS5    = new System.Windows.Forms.LabelTS();
     this.labelTS4    = new System.Windows.Forms.LabelTS();
     this.tbSubRXPan  = new System.Windows.Forms.TrackBarTS();
     this.tbSubRXAF   = new System.Windows.Forms.TrackBarTS();
     this.tbDrive     = new System.Windows.Forms.TrackBarTS();
     this.grpRX2      = new System.Windows.Forms.GroupBoxTS();
     this.lblPan      = new System.Windows.Forms.LabelTS();
     this.labelTS11   = new System.Windows.Forms.LabelTS();
     this.tbRX2Atten  = new System.Windows.Forms.TrackBarTS();
     this.chkRX2Mute  = new System.Windows.Forms.CheckBoxTS();
     this.labelTS3    = new System.Windows.Forms.LabelTS();
     this.labelTS2    = new System.Windows.Forms.LabelTS();
     this.labelTS1    = new System.Windows.Forms.LabelTS();
     this.chkRX2Sql   = new System.Windows.Forms.CheckBoxTS();
     this.tbRX2Pan    = new System.Windows.Forms.TrackBarTS();
     this.tbRX2Sql    = new System.Windows.Forms.TrackBarTS();
     this.tbRX2RF     = new System.Windows.Forms.TrackBarTS();
     this.tbRX2AF     = new System.Windows.Forms.TrackBarTS();
     this.tbMasterAF  = new System.Windows.Forms.TrackBarTS();
     this.grpRX1      = new System.Windows.Forms.GroupBoxTS();
     this.labelTS10   = new System.Windows.Forms.LabelTS();
     this.tbRX1Atten  = new System.Windows.Forms.TrackBarTS();
     this.labelTS7    = new System.Windows.Forms.LabelTS();
     this.chkRX1Mute  = new System.Windows.Forms.CheckBoxTS();
     this.labelTS8    = new System.Windows.Forms.LabelTS();
     this.labelTS9    = new System.Windows.Forms.LabelTS();
     this.labelTS6    = new System.Windows.Forms.LabelTS();
     this.chkRX1Sql   = new System.Windows.Forms.CheckBoxTS();
     this.tbRX1Pan    = new System.Windows.Forms.TrackBarTS();
     this.tbRX1Sql    = new System.Windows.Forms.TrackBarTS();
     this.tbRX1RF     = new System.Windows.Forms.TrackBarTS();
     this.tbRX1AF     = new System.Windows.Forms.TrackBarTS();
     this.grpSubRX.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tbSubRXPan)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbSubRXAF)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbDrive)).BeginInit();
     this.grpRX2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tbRX2Atten)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbRX2Pan)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbRX2Sql)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbRX2RF)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbRX2AF)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbMasterAF)).BeginInit();
     this.grpRX1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tbRX1Atten)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbRX1Pan)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbRX1Sql)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbRX1RF)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbRX1AF)).BeginInit();
     this.SuspendLayout();
     //
     // btnClose
     //
     this.btnClose.Image    = null;
     this.btnClose.Location = new System.Drawing.Point(522, 267);
     this.btnClose.Name     = "btnClose";
     this.btnClose.Size     = new System.Drawing.Size(96, 40);
     this.btnClose.TabIndex = 11;
     this.btnClose.Text     = "Close";
     this.btnClose.UseVisualStyleBackColor = true;
     this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
     //
     // lblMasterAF
     //
     this.lblMasterAF.AutoSize  = true;
     this.lblMasterAF.ForeColor = System.Drawing.SystemColors.ControlLight;
     this.lblMasterAF.Image     = null;
     this.lblMasterAF.Location  = new System.Drawing.Point(112, 299);
     this.lblMasterAF.Name      = "lblMasterAF";
     this.lblMasterAF.Size      = new System.Drawing.Size(80, 13);
     this.lblMasterAF.TabIndex  = 10;
     this.lblMasterAF.Text      = "Master AF Gain";
     //
     // lblDrive
     //
     this.lblDrive.AutoSize  = true;
     this.lblDrive.ForeColor = System.Drawing.SystemColors.ControlLight;
     this.lblDrive.Image     = null;
     this.lblDrive.Location  = new System.Drawing.Point(368, 299);
     this.lblDrive.Name      = "lblDrive";
     this.lblDrive.Size      = new System.Drawing.Size(49, 13);
     this.lblDrive.TabIndex  = 9;
     this.lblDrive.Text      = "TX Drive";
     //
     // grpSubRX
     //
     this.grpSubRX.Controls.Add(this.chkSubRX);
     this.grpSubRX.Controls.Add(this.labelTS5);
     this.grpSubRX.Controls.Add(this.labelTS4);
     this.grpSubRX.Controls.Add(this.tbSubRXPan);
     this.grpSubRX.Controls.Add(this.tbSubRXAF);
     this.grpSubRX.ForeColor = System.Drawing.SystemColors.ControlLight;
     this.grpSubRX.Location  = new System.Drawing.Point(478, 9);
     this.grpSubRX.Name      = "grpSubRX";
     this.grpSubRX.Size      = new System.Drawing.Size(155, 249);
     this.grpSubRX.TabIndex  = 8;
     this.grpSubRX.TabStop   = false;
     this.grpSubRX.Text      = "Sub RX";
     //
     // chkSubRX
     //
     this.chkSubRX.Appearance = System.Windows.Forms.Appearance.Button;
     this.chkSubRX.ForeColor  = System.Drawing.SystemColors.ControlDarkDark;
     this.chkSubRX.Image      = null;
     this.chkSubRX.Location   = new System.Drawing.Point(30, 164);
     this.chkSubRX.Name       = "chkSubRX";
     this.chkSubRX.Size       = new System.Drawing.Size(110, 28);
     this.chkSubRX.TabIndex   = 11;
     this.chkSubRX.Text       = "Enable Sub RX";
     this.chkSubRX.TextAlign  = System.Drawing.ContentAlignment.MiddleCenter;
     this.chkSubRX.UseVisualStyleBackColor = true;
     this.chkSubRX.CheckedChanged         += new System.EventHandler(this.chkSubRX_CheckedChanged);
     //
     // labelTS5
     //
     this.labelTS5.AutoSize = true;
     this.labelTS5.Image    = null;
     this.labelTS5.Location = new System.Drawing.Point(52, 230);
     this.labelTS5.Name     = "labelTS5";
     this.labelTS5.Size     = new System.Drawing.Size(48, 13);
     this.labelTS5.TabIndex = 10;
     this.labelTS5.Text     = "L/R Pan";
     //
     // labelTS4
     //
     this.labelTS4.AutoSize = true;
     this.labelTS4.Image    = null;
     this.labelTS4.Location = new System.Drawing.Point(61, 16);
     this.labelTS4.Name     = "labelTS4";
     this.labelTS4.Size     = new System.Drawing.Size(20, 13);
     this.labelTS4.TabIndex = 10;
     this.labelTS4.Text     = "AF";
     //
     // tbSubRXPan
     //
     this.tbSubRXPan.Location = new System.Drawing.Point(5, 198);
     this.tbSubRXPan.Maximum  = 100;
     this.tbSubRXPan.Name     = "tbSubRXPan";
     this.tbSubRXPan.Size     = new System.Drawing.Size(144, 45);
     this.tbSubRXPan.TabIndex = 4;
     this.tbSubRXPan.Scroll  += new System.EventHandler(this.tbSubRXPan_Scroll);
     //
     // tbSubRXAF
     //
     this.tbSubRXAF.Location    = new System.Drawing.Point(55, 32);
     this.tbSubRXAF.Maximum     = 100;
     this.tbSubRXAF.Name        = "tbSubRXAF";
     this.tbSubRXAF.Orientation = System.Windows.Forms.Orientation.Vertical;
     this.tbSubRXAF.Size        = new System.Drawing.Size(45, 131);
     this.tbSubRXAF.TabIndex    = 1;
     this.tbSubRXAF.Scroll     += new System.EventHandler(this.tbSubRXAF_Scroll);
     //
     // tbDrive
     //
     this.tbDrive.Location = new System.Drawing.Point(326, 267);
     this.tbDrive.Maximum  = 100;
     this.tbDrive.Name     = "tbDrive";
     this.tbDrive.Size     = new System.Drawing.Size(150, 45);
     this.tbDrive.TabIndex = 3;
     this.tbDrive.Scroll  += new System.EventHandler(this.tbDrive_Scroll);
     //
     // grpRX2
     //
     this.grpRX2.Controls.Add(this.lblPan);
     this.grpRX2.Controls.Add(this.labelTS11);
     this.grpRX2.Controls.Add(this.tbRX2Atten);
     this.grpRX2.Controls.Add(this.chkRX2Mute);
     this.grpRX2.Controls.Add(this.labelTS3);
     this.grpRX2.Controls.Add(this.labelTS2);
     this.grpRX2.Controls.Add(this.labelTS1);
     this.grpRX2.Controls.Add(this.chkRX2Sql);
     this.grpRX2.Controls.Add(this.tbRX2Pan);
     this.grpRX2.Controls.Add(this.tbRX2Sql);
     this.grpRX2.Controls.Add(this.tbRX2RF);
     this.grpRX2.Controls.Add(this.tbRX2AF);
     this.grpRX2.ForeColor = System.Drawing.SystemColors.ControlLight;
     this.grpRX2.Location  = new System.Drawing.Point(248, 9);
     this.grpRX2.Name      = "grpRX2";
     this.grpRX2.Size      = new System.Drawing.Size(218, 249);
     this.grpRX2.TabIndex  = 7;
     this.grpRX2.TabStop   = false;
     this.grpRX2.Text      = "RX2";
     //
     // lblPan
     //
     this.lblPan.AutoSize = true;
     this.lblPan.Image    = null;
     this.lblPan.Location = new System.Drawing.Point(75, 230);
     this.lblPan.Name     = "lblPan";
     this.lblPan.Size     = new System.Drawing.Size(48, 13);
     this.lblPan.TabIndex = 6;
     this.lblPan.Text     = "L/R Pan";
     //
     // labelTS11
     //
     this.labelTS11.AutoSize = true;
     this.labelTS11.Image    = null;
     this.labelTS11.Location = new System.Drawing.Point(165, 16);
     this.labelTS11.Name     = "labelTS11";
     this.labelTS11.Size     = new System.Drawing.Size(32, 13);
     this.labelTS11.TabIndex = 15;
     this.labelTS11.Text     = "Atten";
     //
     // tbRX2Atten
     //
     this.tbRX2Atten.Location    = new System.Drawing.Point(168, 32);
     this.tbRX2Atten.Maximum     = 31;
     this.tbRX2Atten.Name        = "tbRX2Atten";
     this.tbRX2Atten.Orientation = System.Windows.Forms.Orientation.Vertical;
     this.tbRX2Atten.Size        = new System.Drawing.Size(45, 131);
     this.tbRX2Atten.TabIndex    = 15;
     this.tbRX2Atten.Scroll     += new System.EventHandler(this.tbRX2Atten_Scroll);
     //
     // chkRX2Mute
     //
     this.chkRX2Mute.Appearance = System.Windows.Forms.Appearance.Button;
     this.chkRX2Mute.ForeColor  = System.Drawing.SystemColors.ControlDarkDark;
     this.chkRX2Mute.Image      = null;
     this.chkRX2Mute.Location   = new System.Drawing.Point(6, 164);
     this.chkRX2Mute.Name       = "chkRX2Mute";
     this.chkRX2Mute.Size       = new System.Drawing.Size(40, 28);
     this.chkRX2Mute.TabIndex   = 9;
     this.chkRX2Mute.Text       = "Mute";
     this.chkRX2Mute.TextAlign  = System.Drawing.ContentAlignment.MiddleCenter;
     this.chkRX2Mute.UseVisualStyleBackColor = true;
     this.chkRX2Mute.CheckedChanged         += new System.EventHandler(this.chkRX2Mute_CheckedChanged);
     //
     // labelTS3
     //
     this.labelTS3.AutoSize = true;
     this.labelTS3.Image    = null;
     this.labelTS3.Location = new System.Drawing.Point(115, 16);
     this.labelTS3.Name     = "labelTS3";
     this.labelTS3.Size     = new System.Drawing.Size(28, 13);
     this.labelTS3.TabIndex = 8;
     this.labelTS3.Text     = "SQL";
     //
     // labelTS2
     //
     this.labelTS2.AutoSize = true;
     this.labelTS2.Image    = null;
     this.labelTS2.Location = new System.Drawing.Point(65, 16);
     this.labelTS2.Name     = "labelTS2";
     this.labelTS2.Size     = new System.Drawing.Size(21, 13);
     this.labelTS2.TabIndex = 7;
     this.labelTS2.Text     = "RF";
     //
     // labelTS1
     //
     this.labelTS1.AutoSize = true;
     this.labelTS1.Image    = null;
     this.labelTS1.Location = new System.Drawing.Point(18, 16);
     this.labelTS1.Name     = "labelTS1";
     this.labelTS1.Size     = new System.Drawing.Size(20, 13);
     this.labelTS1.TabIndex = 5;
     this.labelTS1.Text     = "AF";
     //
     // chkRX2Sql
     //
     this.chkRX2Sql.Appearance = System.Windows.Forms.Appearance.Button;
     this.chkRX2Sql.ForeColor  = System.Drawing.SystemColors.ControlDarkDark;
     this.chkRX2Sql.Image      = null;
     this.chkRX2Sql.Location   = new System.Drawing.Point(111, 164);
     this.chkRX2Sql.Name       = "chkRX2Sql";
     this.chkRX2Sql.Size       = new System.Drawing.Size(40, 28);
     this.chkRX2Sql.TabIndex   = 6;
     this.chkRX2Sql.Text       = "SQL";
     this.chkRX2Sql.TextAlign  = System.Drawing.ContentAlignment.MiddleCenter;
     this.chkRX2Sql.UseVisualStyleBackColor = true;
     this.chkRX2Sql.CheckedChanged         += new System.EventHandler(this.chkRX2Sql_CheckedChanged);
     //
     // tbRX2Pan
     //
     this.tbRX2Pan.Location = new System.Drawing.Point(35, 198);
     this.tbRX2Pan.Maximum  = 100;
     this.tbRX2Pan.Name     = "tbRX2Pan";
     this.tbRX2Pan.Size     = new System.Drawing.Size(150, 45);
     this.tbRX2Pan.TabIndex = 4;
     this.tbRX2Pan.Scroll  += new System.EventHandler(this.tbRX2Pan_Scroll);
     //
     // tbRX2Sql
     //
     this.tbRX2Sql.Location    = new System.Drawing.Point(114, 32);
     this.tbRX2Sql.Maximum     = 0;
     this.tbRX2Sql.Minimum     = -160;
     this.tbRX2Sql.Name        = "tbRX2Sql";
     this.tbRX2Sql.Orientation = System.Windows.Forms.Orientation.Vertical;
     this.tbRX2Sql.Size        = new System.Drawing.Size(45, 131);
     this.tbRX2Sql.TabIndex    = 3;
     this.tbRX2Sql.Scroll     += new System.EventHandler(this.tbRX2Sql_Scroll);
     //
     // tbRX2RF
     //
     this.tbRX2RF.Location    = new System.Drawing.Point(60, 32);
     this.tbRX2RF.Maximum     = 120;
     this.tbRX2RF.Minimum     = -20;
     this.tbRX2RF.Name        = "tbRX2RF";
     this.tbRX2RF.Orientation = System.Windows.Forms.Orientation.Vertical;
     this.tbRX2RF.Size        = new System.Drawing.Size(45, 131);
     this.tbRX2RF.TabIndex    = 2;
     this.tbRX2RF.Scroll     += new System.EventHandler(this.tbRX2RF_Scroll);
     //
     // tbRX2AF
     //
     this.tbRX2AF.Location    = new System.Drawing.Point(6, 32);
     this.tbRX2AF.Maximum     = 100;
     this.tbRX2AF.Name        = "tbRX2AF";
     this.tbRX2AF.Orientation = System.Windows.Forms.Orientation.Vertical;
     this.tbRX2AF.Size        = new System.Drawing.Size(45, 131);
     this.tbRX2AF.TabIndex    = 1;
     this.tbRX2AF.Scroll     += new System.EventHandler(this.tbRX2AF_Scroll);
     //
     // tbMasterAF
     //
     this.tbMasterAF.Location = new System.Drawing.Point(85, 267);
     this.tbMasterAF.Maximum  = 100;
     this.tbMasterAF.Name     = "tbMasterAF";
     this.tbMasterAF.Size     = new System.Drawing.Size(150, 45);
     this.tbMasterAF.TabIndex = 2;
     this.tbMasterAF.Scroll  += new System.EventHandler(this.tbMasterAF_Scroll);
     //
     // grpRX1
     //
     this.grpRX1.Controls.Add(this.labelTS10);
     this.grpRX1.Controls.Add(this.tbRX1Atten);
     this.grpRX1.Controls.Add(this.labelTS7);
     this.grpRX1.Controls.Add(this.chkRX1Mute);
     this.grpRX1.Controls.Add(this.labelTS8);
     this.grpRX1.Controls.Add(this.labelTS9);
     this.grpRX1.Controls.Add(this.labelTS6);
     this.grpRX1.Controls.Add(this.chkRX1Sql);
     this.grpRX1.Controls.Add(this.tbRX1Pan);
     this.grpRX1.Controls.Add(this.tbRX1Sql);
     this.grpRX1.Controls.Add(this.tbRX1RF);
     this.grpRX1.Controls.Add(this.tbRX1AF);
     this.grpRX1.ForeColor = System.Drawing.SystemColors.ControlLight;
     this.grpRX1.Location  = new System.Drawing.Point(9, 9);
     this.grpRX1.Name      = "grpRX1";
     this.grpRX1.Size      = new System.Drawing.Size(226, 249);
     this.grpRX1.TabIndex  = 3;
     this.grpRX1.TabStop   = false;
     this.grpRX1.Text      = "RX1";
     //
     // labelTS10
     //
     this.labelTS10.AutoSize = true;
     this.labelTS10.Image    = null;
     this.labelTS10.Location = new System.Drawing.Point(165, 16);
     this.labelTS10.Name     = "labelTS10";
     this.labelTS10.Size     = new System.Drawing.Size(32, 13);
     this.labelTS10.TabIndex = 14;
     this.labelTS10.Text     = "Atten";
     //
     // tbRX1Atten
     //
     this.tbRX1Atten.Location    = new System.Drawing.Point(168, 32);
     this.tbRX1Atten.Maximum     = 31;
     this.tbRX1Atten.Name        = "tbRX1Atten";
     this.tbRX1Atten.Orientation = System.Windows.Forms.Orientation.Vertical;
     this.tbRX1Atten.Size        = new System.Drawing.Size(45, 131);
     this.tbRX1Atten.TabIndex    = 13;
     this.tbRX1Atten.Scroll     += new System.EventHandler(this.tbRX1Atten_Scroll);
     //
     // labelTS7
     //
     this.labelTS7.AutoSize = true;
     this.labelTS7.Image    = null;
     this.labelTS7.Location = new System.Drawing.Point(109, 16);
     this.labelTS7.Name     = "labelTS7";
     this.labelTS7.Size     = new System.Drawing.Size(28, 13);
     this.labelTS7.TabIndex = 12;
     this.labelTS7.Text     = "SQL";
     //
     // chkRX1Mute
     //
     this.chkRX1Mute.Appearance = System.Windows.Forms.Appearance.Button;
     this.chkRX1Mute.ForeColor  = System.Drawing.SystemColors.ControlDarkDark;
     this.chkRX1Mute.Image      = null;
     this.chkRX1Mute.Location   = new System.Drawing.Point(6, 164);
     this.chkRX1Mute.Name       = "chkRX1Mute";
     this.chkRX1Mute.Size       = new System.Drawing.Size(40, 28);
     this.chkRX1Mute.TabIndex   = 10;
     this.chkRX1Mute.Text       = "Mute";
     this.chkRX1Mute.TextAlign  = System.Drawing.ContentAlignment.MiddleCenter;
     this.chkRX1Mute.UseVisualStyleBackColor = true;
     this.chkRX1Mute.CheckedChanged         += new System.EventHandler(this.chkRX1Mute_CheckedChanged);
     //
     // labelTS8
     //
     this.labelTS8.AutoSize = true;
     this.labelTS8.Image    = null;
     this.labelTS8.Location = new System.Drawing.Point(59, 16);
     this.labelTS8.Name     = "labelTS8";
     this.labelTS8.Size     = new System.Drawing.Size(21, 13);
     this.labelTS8.TabIndex = 11;
     this.labelTS8.Text     = "RF";
     //
     // labelTS9
     //
     this.labelTS9.AutoSize = true;
     this.labelTS9.Image    = null;
     this.labelTS9.Location = new System.Drawing.Point(12, 16);
     this.labelTS9.Name     = "labelTS9";
     this.labelTS9.Size     = new System.Drawing.Size(20, 13);
     this.labelTS9.TabIndex = 10;
     this.labelTS9.Text     = "AF";
     //
     // labelTS6
     //
     this.labelTS6.AutoSize = true;
     this.labelTS6.Image    = null;
     this.labelTS6.Location = new System.Drawing.Point(73, 230);
     this.labelTS6.Name     = "labelTS6";
     this.labelTS6.Size     = new System.Drawing.Size(48, 13);
     this.labelTS6.TabIndex = 10;
     this.labelTS6.Text     = "L/R Pan";
     //
     // chkRX1Sql
     //
     this.chkRX1Sql.Appearance = System.Windows.Forms.Appearance.Button;
     this.chkRX1Sql.ForeColor  = System.Drawing.SystemColors.ControlDarkDark;
     this.chkRX1Sql.Image      = null;
     this.chkRX1Sql.Location   = new System.Drawing.Point(110, 164);
     this.chkRX1Sql.Name       = "chkRX1Sql";
     this.chkRX1Sql.Size       = new System.Drawing.Size(40, 28);
     this.chkRX1Sql.TabIndex   = 5;
     this.chkRX1Sql.Text       = "SQL";
     this.chkRX1Sql.TextAlign  = System.Drawing.ContentAlignment.MiddleCenter;
     this.chkRX1Sql.UseVisualStyleBackColor = true;
     this.chkRX1Sql.CheckedChanged         += new System.EventHandler(this.chkRX1Sql_CheckedChanged);
     //
     // tbRX1Pan
     //
     this.tbRX1Pan.Location = new System.Drawing.Point(33, 198);
     this.tbRX1Pan.Maximum  = 100;
     this.tbRX1Pan.Name     = "tbRX1Pan";
     this.tbRX1Pan.Size     = new System.Drawing.Size(150, 45);
     this.tbRX1Pan.TabIndex = 4;
     this.tbRX1Pan.Scroll  += new System.EventHandler(this.tbRX1Pan_Scroll);
     //
     // tbRX1Sql
     //
     this.tbRX1Sql.Location    = new System.Drawing.Point(114, 32);
     this.tbRX1Sql.Maximum     = 0;
     this.tbRX1Sql.Minimum     = -160;
     this.tbRX1Sql.Name        = "tbRX1Sql";
     this.tbRX1Sql.Orientation = System.Windows.Forms.Orientation.Vertical;
     this.tbRX1Sql.Size        = new System.Drawing.Size(45, 131);
     this.tbRX1Sql.TabIndex    = 3;
     this.tbRX1Sql.Scroll     += new System.EventHandler(this.tbRX1Sql_Scroll);
     //
     // tbRX1RF
     //
     this.tbRX1RF.Location    = new System.Drawing.Point(60, 32);
     this.tbRX1RF.Maximum     = 120;
     this.tbRX1RF.Minimum     = -20;
     this.tbRX1RF.Name        = "tbRX1RF";
     this.tbRX1RF.Orientation = System.Windows.Forms.Orientation.Vertical;
     this.tbRX1RF.Size        = new System.Drawing.Size(45, 131);
     this.tbRX1RF.TabIndex    = 2;
     this.tbRX1RF.Scroll     += new System.EventHandler(this.tbRX1RF_Scroll);
     //
     // tbRX1AF
     //
     this.tbRX1AF.Location    = new System.Drawing.Point(6, 32);
     this.tbRX1AF.Maximum     = 100;
     this.tbRX1AF.Name        = "tbRX1AF";
     this.tbRX1AF.Orientation = System.Windows.Forms.Orientation.Vertical;
     this.tbRX1AF.Size        = new System.Drawing.Size(45, 131);
     this.tbRX1AF.TabIndex    = 1;
     this.tbRX1AF.Scroll     += new System.EventHandler(this.tbRX1AF_Scroll);
     //
     // SliderSettingsForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
     this.ClientSize          = new System.Drawing.Size(645, 313);
     this.Controls.Add(this.btnClose);
     this.Controls.Add(this.lblMasterAF);
     this.Controls.Add(this.lblDrive);
     this.Controls.Add(this.grpSubRX);
     this.Controls.Add(this.tbDrive);
     this.Controls.Add(this.grpRX2);
     this.Controls.Add(this.tbMasterAF);
     this.Controls.Add(this.grpRX1);
     this.Name         = "SliderSettingsForm";
     this.Text         = "Analogue Gain Control Settings";
     this.TopMost      = true;
     this.Activated   += new System.EventHandler(this.SliderSettingsForm_Activated);
     this.Closing     += new System.ComponentModel.CancelEventHandler(this.SliderSettingsForm_Closing);
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.SliderSettingsForm_FormClosing);
     this.grpSubRX.ResumeLayout(false);
     this.grpSubRX.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tbSubRXPan)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbSubRXAF)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbDrive)).EndInit();
     this.grpRX2.ResumeLayout(false);
     this.grpRX2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tbRX2Atten)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbRX2Pan)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbRX2Sql)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbRX2RF)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbRX2AF)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbMasterAF)).EndInit();
     this.grpRX1.ResumeLayout(false);
     this.grpRX1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tbRX1Atten)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbRX1Pan)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbRX1Sql)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbRX1RF)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbRX1AF)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }