Beispiel #1
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.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FWCATUForm));
     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.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
     this.btnTuneMemory = new System.Windows.Forms.ButtonTS();
     this.btnTuneFull = new System.Windows.Forms.ButtonTS();
     this.chkUseTUN = new System.Windows.Forms.CheckBoxTS();
     this.grpFeedback = new System.Windows.Forms.GroupBoxTS();
     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.grpSWRThreshold = new System.Windows.Forms.GroupBoxTS();
     this.comboSWRThresh = new System.Windows.Forms.ComboBoxTS();
     this.grpTune = new System.Windows.Forms.GroupBoxTS();
     this.grpMode.SuspendLayout();
     this.grpFeedback.SuspendLayout();
     this.grpSWRThreshold.SuspendLayout();
     this.grpTune.SuspendLayout();
     this.SuspendLayout();
     //
     // 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.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.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);
     //
     // 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);
     //
     // 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);
     //
     // 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.");
     //
     // grpFeedback
     //
     this.grpFeedback.BackColor = System.Drawing.SystemColors.Control;
     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, 136);
     this.grpFeedback.Name = "grpFeedback";
     this.grpFeedback.Size = new System.Drawing.Size(264, 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.");
     //
     // lblTuneComplete
     //
     this.lblTuneComplete.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblTuneComplete.ForeColor = System.Drawing.Color.Green;
     this.lblTuneComplete.Image = null;
     this.lblTuneComplete.Location = new System.Drawing.Point(16, 24);
     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(176, 48);
     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(168, 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(16, 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(16, 48);
     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(80, 72);
     this.lblForward.Name = "lblForward";
     this.lblForward.Size = new System.Drawing.Size(80, 16);
     this.lblForward.TabIndex = 6;
     this.lblForward.Text = "Forward: 0";
     //
     // 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);
     //
     // 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";
     //
     // FWCATUForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(392, 238);
     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.grpMode.ResumeLayout(false);
     this.grpFeedback.ResumeLayout(false);
     this.grpSWRThreshold.ResumeLayout(false);
     this.grpTune.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(ProductionTest));
     this.txtRefSig160 = new System.Windows.Forms.TextBoxTS();
     this.txtSignal160H = new System.Windows.Forms.TextBoxTS();
     this.lblBand160 = new System.Windows.Forms.LabelTS();
     this.lblBand80 = new System.Windows.Forms.LabelTS();
     this.txtSignal80H = new System.Windows.Forms.TextBoxTS();
     this.txtRefSig80 = new System.Windows.Forms.TextBoxTS();
     this.lblBand60 = new System.Windows.Forms.LabelTS();
     this.txtSignal60H = new System.Windows.Forms.TextBoxTS();
     this.txtRefSig60 = new System.Windows.Forms.TextBoxTS();
     this.lblBand40 = new System.Windows.Forms.LabelTS();
     this.txtSignal40H = new System.Windows.Forms.TextBoxTS();
     this.txtRefSig40 = new System.Windows.Forms.TextBoxTS();
     this.lblBand30 = new System.Windows.Forms.LabelTS();
     this.txtSignal30H = new System.Windows.Forms.TextBoxTS();
     this.txtRefSig30 = new System.Windows.Forms.TextBoxTS();
     this.lblBand20 = new System.Windows.Forms.LabelTS();
     this.txtNoise20 = new System.Windows.Forms.TextBoxTS();
     this.txtSignal20H = new System.Windows.Forms.TextBoxTS();
     this.txtRefNoise20 = new System.Windows.Forms.TextBoxTS();
     this.txtRefSig20 = new System.Windows.Forms.TextBoxTS();
     this.lblBand17 = new System.Windows.Forms.LabelTS();
     this.txtSignal17H = new System.Windows.Forms.TextBoxTS();
     this.txtRefSig17 = new System.Windows.Forms.TextBoxTS();
     this.lblBand15 = new System.Windows.Forms.LabelTS();
     this.txtSignal15H = new System.Windows.Forms.TextBoxTS();
     this.txtRefSig15 = new System.Windows.Forms.TextBoxTS();
     this.lblBand12 = new System.Windows.Forms.LabelTS();
     this.txtSignal12H = new System.Windows.Forms.TextBoxTS();
     this.txtRefSig12 = new System.Windows.Forms.TextBoxTS();
     this.lblBand10 = new System.Windows.Forms.LabelTS();
     this.txtSignal10H = new System.Windows.Forms.TextBoxTS();
     this.txtRefSig10 = new System.Windows.Forms.TextBoxTS();
     this.lblBand6 = new System.Windows.Forms.LabelTS();
     this.txtSignal6H = new System.Windows.Forms.TextBoxTS();
     this.txtRefSig6 = new System.Windows.Forms.TextBoxTS();
     this.lblNoise = new System.Windows.Forms.LabelTS();
     this.lblSigRef = new System.Windows.Forms.LabelTS();
     this.grpSignal = new System.Windows.Forms.GroupBoxTS();
     this.labelTS1 = new System.Windows.Forms.LabelTS();
     this.txtSigDelta60 = new System.Windows.Forms.TextBoxTS();
     this.txtSigDelta17 = new System.Windows.Forms.TextBoxTS();
     this.txtSigDelta6 = new System.Windows.Forms.TextBoxTS();
     this.txtSigDelta40 = new System.Windows.Forms.TextBoxTS();
     this.txtSigDelta160 = new System.Windows.Forms.TextBoxTS();
     this.txtSigDelta80 = new System.Windows.Forms.TextBoxTS();
     this.txtSigDelta12 = new System.Windows.Forms.TextBoxTS();
     this.txtSigDelta20 = new System.Windows.Forms.TextBoxTS();
     this.txtSigDelta10 = new System.Windows.Forms.TextBoxTS();
     this.txtSigDelta15 = new System.Windows.Forms.TextBoxTS();
     this.txtSigDelta30 = new System.Windows.Forms.TextBoxTS();
     this.lblSignalActual = new System.Windows.Forms.LabelTS();
     this.grpNoise = new System.Windows.Forms.GroupBoxTS();
     this.lblNoiseRef = new System.Windows.Forms.LabelTS();
     this.lblBand = new System.Windows.Forms.LabelTS();
     this.grpPreamp = new System.Windows.Forms.GroupBoxTS();
     this.txtPreAtt = new System.Windows.Forms.TextBoxTS();
     this.lblPreNoise = new System.Windows.Forms.LabelTS();
     this.lblPreSignal = new System.Windows.Forms.LabelTS();
     this.txtPreGain = new System.Windows.Forms.TextBoxTS();
     this.grpTests = new System.Windows.Forms.GroupBoxTS();
     this.btnRunPTT = new System.Windows.Forms.ButtonTS();
     this.btnRunMic = new System.Windows.Forms.ButtonTS();
     this.btnRunBalance = new System.Windows.Forms.ButtonTS();
     this.btnRunRFE = new System.Windows.Forms.ButtonTS();
     this.btnRunTX = new System.Windows.Forms.ButtonTS();
     this.chkRunDash = new System.Windows.Forms.CheckBox();
     this.chkRunDot = new System.Windows.Forms.CheckBox();
     this.btnRunImpulse = new System.Windows.Forms.ButtonTS();
     this.btnClearAll = new System.Windows.Forms.ButtonTS();
     this.btnCheckAll = new System.Windows.Forms.ButtonTS();
     this.btnRunPreamp = new System.Windows.Forms.ButtonTS();
     this.btnRunNoise = new System.Windows.Forms.ButtonTS();
     this.btnRunSignal = new System.Windows.Forms.ButtonTS();
     this.lblSkipCheckedBands = new System.Windows.Forms.LabelTS();
     this.chk6 = new System.Windows.Forms.CheckBoxTS();
     this.chk10 = new System.Windows.Forms.CheckBoxTS();
     this.chk12 = new System.Windows.Forms.CheckBoxTS();
     this.chk15 = new System.Windows.Forms.CheckBoxTS();
     this.chk17 = new System.Windows.Forms.CheckBoxTS();
     this.chk20 = new System.Windows.Forms.CheckBoxTS();
     this.chk30 = new System.Windows.Forms.CheckBoxTS();
     this.chk40 = new System.Windows.Forms.CheckBoxTS();
     this.chk60 = new System.Windows.Forms.CheckBoxTS();
     this.chk80 = new System.Windows.Forms.CheckBoxTS();
     this.chk160 = new System.Windows.Forms.CheckBoxTS();
     this.btnRunAllTests = new System.Windows.Forms.ButtonTS();
     this.grpGenerator = new System.Windows.Forms.GroupBoxTS();
     this.udGenClockCorr = new System.Windows.Forms.NumericUpDownTS();
     this.label1 = new System.Windows.Forms.LabelTS();
     this.btnGenReset = new System.Windows.Forms.ButtonTS();
     this.udGenLevel = new System.Windows.Forms.NumericUpDownTS();
     this.lblGenLevel = new System.Windows.Forms.LabelTS();
     this.udGenFreq = new System.Windows.Forms.NumericUpDownTS();
     this.lblGenFreq = new System.Windows.Forms.LabelTS();
     this.grpTolerance = new System.Windows.Forms.GroupBoxTS();
     this.txtTolSigHigh = new System.Windows.Forms.TextBoxTS();
     this.labelTS3 = new System.Windows.Forms.LabelTS();
     this.txtTolSigLow = new System.Windows.Forms.TextBoxTS();
     this.lblTolBalance = new System.Windows.Forms.LabelTS();
     this.txtTolBalance = new System.Windows.Forms.TextBoxTS();
     this.lblTolImpulse = new System.Windows.Forms.LabelTS();
     this.txtTolImpulse = new System.Windows.Forms.TextBoxTS();
     this.lblTolPreamp = new System.Windows.Forms.LabelTS();
     this.txtTolPreamp = new System.Windows.Forms.TextBoxTS();
     this.txtTolNoise = new System.Windows.Forms.TextBoxTS();
     this.lblTolNoise = new System.Windows.Forms.LabelTS();
     this.lblTolSigHigh = new System.Windows.Forms.LabelTS();
     this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
     this.mainMenu1 = new System.Windows.Forms.MainMenu();
     this.mnuDebug = new System.Windows.Forms.MenuItem();
     this.groupBoxTS1 = new System.Windows.Forms.GroupBoxTS();
     this.udTXTestOffTime = new System.Windows.Forms.NumericUpDownTS();
     this.udTXTestOnTime = new System.Windows.Forms.NumericUpDownTS();
     this.lblTXTestOnTime = new System.Windows.Forms.LabelTS();
     this.labelTS2 = new System.Windows.Forms.LabelTS();
     this.btnPrintResults = new System.Windows.Forms.Button();
     this.label2 = new System.Windows.Forms.Label();
     this.txtSerialNum = new System.Windows.Forms.TextBoxTS();
     this.txtComments = new System.Windows.Forms.TextBoxTS();
     this.label3 = new System.Windows.Forms.Label();
     this.printDocument1 = new System.Drawing.Printing.PrintDocument();
     this.printDialog1 = new System.Windows.Forms.PrintDialog();
     this.printPreviewDialog1 = new System.Windows.Forms.PrintPreviewDialog();
     this.labelTS4 = new System.Windows.Forms.LabelTS();
     this.txtTolMic = new System.Windows.Forms.TextBoxTS();
     this.grpSignal.SuspendLayout();
     this.grpNoise.SuspendLayout();
     this.grpPreamp.SuspendLayout();
     this.grpTests.SuspendLayout();
     this.grpGenerator.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.udGenClockCorr)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.udGenLevel)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.udGenFreq)).BeginInit();
     this.grpTolerance.SuspendLayout();
     this.groupBoxTS1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.udTXTestOffTime)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.udTXTestOnTime)).BeginInit();
     this.SuspendLayout();
     //
     // txtRefSig160
     //
     this.txtRefSig160.Location = new System.Drawing.Point(64, 24);
     this.txtRefSig160.Name = "txtRefSig160";
     this.txtRefSig160.Size = new System.Drawing.Size(48, 20);
     this.txtRefSig160.TabIndex = 0;
     this.txtRefSig160.Text = "-65.8";
     //
     // txtSignal160H
     //
     this.txtSignal160H.Location = new System.Drawing.Point(64, 48);
     this.txtSignal160H.Name = "txtSignal160H";
     this.txtSignal160H.ReadOnly = true;
     this.txtSignal160H.Size = new System.Drawing.Size(48, 20);
     this.txtSignal160H.TabIndex = 2;
     this.txtSignal160H.Text = "";
     //
     // lblBand160
     //
     this.lblBand160.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblBand160.Image = null;
     this.lblBand160.Location = new System.Drawing.Point(80, 112);
     this.lblBand160.Name = "lblBand160";
     this.lblBand160.Size = new System.Drawing.Size(48, 16);
     this.lblBand160.TabIndex = 6;
     this.lblBand160.Text = "160";
     this.lblBand160.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // lblBand80
     //
     this.lblBand80.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblBand80.Image = null;
     this.lblBand80.Location = new System.Drawing.Point(136, 112);
     this.lblBand80.Name = "lblBand80";
     this.lblBand80.Size = new System.Drawing.Size(48, 16);
     this.lblBand80.TabIndex = 13;
     this.lblBand80.Text = "80";
     this.lblBand80.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // txtSignal80H
     //
     this.txtSignal80H.Location = new System.Drawing.Point(120, 48);
     this.txtSignal80H.Name = "txtSignal80H";
     this.txtSignal80H.ReadOnly = true;
     this.txtSignal80H.Size = new System.Drawing.Size(48, 20);
     this.txtSignal80H.TabIndex = 9;
     this.txtSignal80H.Text = "";
     //
     // txtRefSig80
     //
     this.txtRefSig80.Location = new System.Drawing.Point(120, 24);
     this.txtRefSig80.Name = "txtRefSig80";
     this.txtRefSig80.Size = new System.Drawing.Size(48, 20);
     this.txtRefSig80.TabIndex = 7;
     this.txtRefSig80.Text = "-64.3";
     //
     // lblBand60
     //
     this.lblBand60.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblBand60.Image = null;
     this.lblBand60.Location = new System.Drawing.Point(192, 112);
     this.lblBand60.Name = "lblBand60";
     this.lblBand60.Size = new System.Drawing.Size(48, 16);
     this.lblBand60.TabIndex = 20;
     this.lblBand60.Text = "60";
     this.lblBand60.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // txtSignal60H
     //
     this.txtSignal60H.Location = new System.Drawing.Point(176, 48);
     this.txtSignal60H.Name = "txtSignal60H";
     this.txtSignal60H.ReadOnly = true;
     this.txtSignal60H.Size = new System.Drawing.Size(48, 20);
     this.txtSignal60H.TabIndex = 16;
     this.txtSignal60H.Text = "";
     //
     // txtRefSig60
     //
     this.txtRefSig60.Location = new System.Drawing.Point(176, 24);
     this.txtRefSig60.Name = "txtRefSig60";
     this.txtRefSig60.Size = new System.Drawing.Size(48, 20);
     this.txtRefSig60.TabIndex = 14;
     this.txtRefSig60.Text = "-65.1";
     //
     // lblBand40
     //
     this.lblBand40.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblBand40.Image = null;
     this.lblBand40.Location = new System.Drawing.Point(248, 112);
     this.lblBand40.Name = "lblBand40";
     this.lblBand40.Size = new System.Drawing.Size(48, 16);
     this.lblBand40.TabIndex = 27;
     this.lblBand40.Text = "40";
     this.lblBand40.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // txtSignal40H
     //
     this.txtSignal40H.Location = new System.Drawing.Point(232, 48);
     this.txtSignal40H.Name = "txtSignal40H";
     this.txtSignal40H.ReadOnly = true;
     this.txtSignal40H.Size = new System.Drawing.Size(48, 20);
     this.txtSignal40H.TabIndex = 23;
     this.txtSignal40H.Text = "";
     //
     // txtRefSig40
     //
     this.txtRefSig40.Location = new System.Drawing.Point(232, 24);
     this.txtRefSig40.Name = "txtRefSig40";
     this.txtRefSig40.Size = new System.Drawing.Size(48, 20);
     this.txtRefSig40.TabIndex = 21;
     this.txtRefSig40.Text = "-64.2";
     //
     // lblBand30
     //
     this.lblBand30.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblBand30.Image = null;
     this.lblBand30.Location = new System.Drawing.Point(304, 112);
     this.lblBand30.Name = "lblBand30";
     this.lblBand30.Size = new System.Drawing.Size(48, 16);
     this.lblBand30.TabIndex = 34;
     this.lblBand30.Text = "30";
     this.lblBand30.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // txtSignal30H
     //
     this.txtSignal30H.Location = new System.Drawing.Point(288, 48);
     this.txtSignal30H.Name = "txtSignal30H";
     this.txtSignal30H.ReadOnly = true;
     this.txtSignal30H.Size = new System.Drawing.Size(48, 20);
     this.txtSignal30H.TabIndex = 30;
     this.txtSignal30H.Text = "";
     //
     // txtRefSig30
     //
     this.txtRefSig30.Location = new System.Drawing.Point(288, 24);
     this.txtRefSig30.Name = "txtRefSig30";
     this.txtRefSig30.Size = new System.Drawing.Size(48, 20);
     this.txtRefSig30.TabIndex = 28;
     this.txtRefSig30.Text = "-65.0";
     //
     // lblBand20
     //
     this.lblBand20.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblBand20.Image = null;
     this.lblBand20.Location = new System.Drawing.Point(360, 112);
     this.lblBand20.Name = "lblBand20";
     this.lblBand20.Size = new System.Drawing.Size(48, 16);
     this.lblBand20.TabIndex = 41;
     this.lblBand20.Text = "20";
     this.lblBand20.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // txtNoise20
     //
     this.txtNoise20.Location = new System.Drawing.Point(56, 48);
     this.txtNoise20.Name = "txtNoise20";
     this.txtNoise20.ReadOnly = true;
     this.txtNoise20.Size = new System.Drawing.Size(48, 20);
     this.txtNoise20.TabIndex = 40;
     this.txtNoise20.Text = "";
     //
     // txtSignal20H
     //
     this.txtSignal20H.Location = new System.Drawing.Point(344, 48);
     this.txtSignal20H.Name = "txtSignal20H";
     this.txtSignal20H.ReadOnly = true;
     this.txtSignal20H.Size = new System.Drawing.Size(48, 20);
     this.txtSignal20H.TabIndex = 37;
     this.txtSignal20H.Text = "";
     //
     // txtRefNoise20
     //
     this.txtRefNoise20.Location = new System.Drawing.Point(56, 24);
     this.txtRefNoise20.Name = "txtRefNoise20";
     this.txtRefNoise20.Size = new System.Drawing.Size(48, 20);
     this.txtRefNoise20.TabIndex = 36;
     this.txtRefNoise20.Text = "-125.0";
     //
     // txtRefSig20
     //
     this.txtRefSig20.Location = new System.Drawing.Point(344, 24);
     this.txtRefSig20.Name = "txtRefSig20";
     this.txtRefSig20.Size = new System.Drawing.Size(48, 20);
     this.txtRefSig20.TabIndex = 35;
     this.txtRefSig20.Text = "-64.5";
     //
     // lblBand17
     //
     this.lblBand17.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblBand17.Image = null;
     this.lblBand17.Location = new System.Drawing.Point(416, 112);
     this.lblBand17.Name = "lblBand17";
     this.lblBand17.Size = new System.Drawing.Size(48, 16);
     this.lblBand17.TabIndex = 48;
     this.lblBand17.Text = "17";
     this.lblBand17.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // txtSignal17H
     //
     this.txtSignal17H.Location = new System.Drawing.Point(400, 48);
     this.txtSignal17H.Name = "txtSignal17H";
     this.txtSignal17H.ReadOnly = true;
     this.txtSignal17H.Size = new System.Drawing.Size(48, 20);
     this.txtSignal17H.TabIndex = 44;
     this.txtSignal17H.Text = "";
     //
     // txtRefSig17
     //
     this.txtRefSig17.Location = new System.Drawing.Point(400, 24);
     this.txtRefSig17.Name = "txtRefSig17";
     this.txtRefSig17.Size = new System.Drawing.Size(48, 20);
     this.txtRefSig17.TabIndex = 42;
     this.txtRefSig17.Text = "-64.8";
     //
     // lblBand15
     //
     this.lblBand15.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblBand15.Image = null;
     this.lblBand15.Location = new System.Drawing.Point(472, 112);
     this.lblBand15.Name = "lblBand15";
     this.lblBand15.Size = new System.Drawing.Size(48, 16);
     this.lblBand15.TabIndex = 55;
     this.lblBand15.Text = "15";
     this.lblBand15.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // txtSignal15H
     //
     this.txtSignal15H.Location = new System.Drawing.Point(456, 48);
     this.txtSignal15H.Name = "txtSignal15H";
     this.txtSignal15H.ReadOnly = true;
     this.txtSignal15H.Size = new System.Drawing.Size(48, 20);
     this.txtSignal15H.TabIndex = 51;
     this.txtSignal15H.Text = "";
     //
     // txtRefSig15
     //
     this.txtRefSig15.Location = new System.Drawing.Point(456, 24);
     this.txtRefSig15.Name = "txtRefSig15";
     this.txtRefSig15.Size = new System.Drawing.Size(48, 20);
     this.txtRefSig15.TabIndex = 49;
     this.txtRefSig15.Text = "-66.2";
     //
     // lblBand12
     //
     this.lblBand12.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblBand12.Image = null;
     this.lblBand12.Location = new System.Drawing.Point(528, 112);
     this.lblBand12.Name = "lblBand12";
     this.lblBand12.Size = new System.Drawing.Size(48, 16);
     this.lblBand12.TabIndex = 62;
     this.lblBand12.Text = "12";
     this.lblBand12.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // txtSignal12H
     //
     this.txtSignal12H.Location = new System.Drawing.Point(512, 48);
     this.txtSignal12H.Name = "txtSignal12H";
     this.txtSignal12H.ReadOnly = true;
     this.txtSignal12H.Size = new System.Drawing.Size(48, 20);
     this.txtSignal12H.TabIndex = 58;
     this.txtSignal12H.Text = "";
     //
     // txtRefSig12
     //
     this.txtRefSig12.Location = new System.Drawing.Point(512, 24);
     this.txtRefSig12.Name = "txtRefSig12";
     this.txtRefSig12.Size = new System.Drawing.Size(48, 20);
     this.txtRefSig12.TabIndex = 56;
     this.txtRefSig12.Text = "-65.9";
     //
     // lblBand10
     //
     this.lblBand10.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblBand10.Image = null;
     this.lblBand10.Location = new System.Drawing.Point(584, 112);
     this.lblBand10.Name = "lblBand10";
     this.lblBand10.Size = new System.Drawing.Size(48, 16);
     this.lblBand10.TabIndex = 69;
     this.lblBand10.Text = "10";
     this.lblBand10.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // txtSignal10H
     //
     this.txtSignal10H.Location = new System.Drawing.Point(568, 48);
     this.txtSignal10H.Name = "txtSignal10H";
     this.txtSignal10H.ReadOnly = true;
     this.txtSignal10H.Size = new System.Drawing.Size(48, 20);
     this.txtSignal10H.TabIndex = 65;
     this.txtSignal10H.Text = "";
     //
     // txtRefSig10
     //
     this.txtRefSig10.Location = new System.Drawing.Point(568, 24);
     this.txtRefSig10.Name = "txtRefSig10";
     this.txtRefSig10.Size = new System.Drawing.Size(48, 20);
     this.txtRefSig10.TabIndex = 63;
     this.txtRefSig10.Text = "-66.7";
     //
     // lblBand6
     //
     this.lblBand6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblBand6.Image = null;
     this.lblBand6.Location = new System.Drawing.Point(640, 112);
     this.lblBand6.Name = "lblBand6";
     this.lblBand6.Size = new System.Drawing.Size(48, 16);
     this.lblBand6.TabIndex = 76;
     this.lblBand6.Text = "6";
     this.lblBand6.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // txtSignal6H
     //
     this.txtSignal6H.Location = new System.Drawing.Point(624, 48);
     this.txtSignal6H.Name = "txtSignal6H";
     this.txtSignal6H.ReadOnly = true;
     this.txtSignal6H.Size = new System.Drawing.Size(48, 20);
     this.txtSignal6H.TabIndex = 72;
     this.txtSignal6H.Text = "";
     //
     // txtRefSig6
     //
     this.txtRefSig6.Location = new System.Drawing.Point(624, 24);
     this.txtRefSig6.Name = "txtRefSig6";
     this.txtRefSig6.Size = new System.Drawing.Size(48, 20);
     this.txtRefSig6.TabIndex = 70;
     this.txtRefSig6.Text = "-67.6";
     //
     // lblNoise
     //
     this.lblNoise.Image = null;
     this.lblNoise.Location = new System.Drawing.Point(16, 48);
     this.lblNoise.Name = "lblNoise";
     this.lblNoise.Size = new System.Drawing.Size(40, 23);
     this.lblNoise.TabIndex = 73;
     this.lblNoise.Text = "Noise:";
     //
     // lblSigRef
     //
     this.lblSigRef.Image = null;
     this.lblSigRef.Location = new System.Drawing.Point(16, 24);
     this.lblSigRef.Name = "lblSigRef";
     this.lblSigRef.Size = new System.Drawing.Size(40, 23);
     this.lblSigRef.TabIndex = 72;
     this.lblSigRef.Text = "Ref:";
     //
     // grpSignal
     //
     this.grpSignal.Controls.Add(this.labelTS1);
     this.grpSignal.Controls.Add(this.txtSigDelta60);
     this.grpSignal.Controls.Add(this.txtSigDelta17);
     this.grpSignal.Controls.Add(this.txtSigDelta6);
     this.grpSignal.Controls.Add(this.txtSigDelta40);
     this.grpSignal.Controls.Add(this.txtSigDelta160);
     this.grpSignal.Controls.Add(this.txtSigDelta80);
     this.grpSignal.Controls.Add(this.txtSigDelta12);
     this.grpSignal.Controls.Add(this.txtSigDelta20);
     this.grpSignal.Controls.Add(this.txtSigDelta10);
     this.grpSignal.Controls.Add(this.txtSigDelta15);
     this.grpSignal.Controls.Add(this.txtSigDelta30);
     this.grpSignal.Controls.Add(this.lblSignalActual);
     this.grpSignal.Controls.Add(this.txtSignal60H);
     this.grpSignal.Controls.Add(this.txtSignal17H);
     this.grpSignal.Controls.Add(this.txtSignal6H);
     this.grpSignal.Controls.Add(this.txtSignal40H);
     this.grpSignal.Controls.Add(this.txtSignal160H);
     this.grpSignal.Controls.Add(this.txtSignal80H);
     this.grpSignal.Controls.Add(this.txtSignal12H);
     this.grpSignal.Controls.Add(this.txtSignal20H);
     this.grpSignal.Controls.Add(this.txtSignal10H);
     this.grpSignal.Controls.Add(this.txtSignal15H);
     this.grpSignal.Controls.Add(this.txtSignal30H);
     this.grpSignal.Controls.Add(this.txtRefSig40);
     this.grpSignal.Controls.Add(this.txtRefSig6);
     this.grpSignal.Controls.Add(this.lblSigRef);
     this.grpSignal.Controls.Add(this.txtRefSig30);
     this.grpSignal.Controls.Add(this.txtRefSig160);
     this.grpSignal.Controls.Add(this.txtRefSig20);
     this.grpSignal.Controls.Add(this.txtRefSig17);
     this.grpSignal.Controls.Add(this.txtRefSig15);
     this.grpSignal.Controls.Add(this.txtRefSig80);
     this.grpSignal.Controls.Add(this.txtRefSig12);
     this.grpSignal.Controls.Add(this.txtRefSig60);
     this.grpSignal.Controls.Add(this.txtRefSig10);
     this.grpSignal.Location = new System.Drawing.Point(16, 136);
     this.grpSignal.Name = "grpSignal";
     this.grpSignal.Size = new System.Drawing.Size(688, 104);
     this.grpSignal.TabIndex = 78;
     this.grpSignal.TabStop = false;
     this.grpSignal.Text = "Measured Signal (dBm)";
     //
     // labelTS1
     //
     this.labelTS1.Image = null;
     this.labelTS1.Location = new System.Drawing.Point(16, 72);
     this.labelTS1.Name = "labelTS1";
     this.labelTS1.Size = new System.Drawing.Size(40, 23);
     this.labelTS1.TabIndex = 87;
     this.labelTS1.Text = "Delta:";
     //
     // txtSigDelta60
     //
     this.txtSigDelta60.Location = new System.Drawing.Point(176, 72);
     this.txtSigDelta60.Name = "txtSigDelta60";
     this.txtSigDelta60.ReadOnly = true;
     this.txtSigDelta60.Size = new System.Drawing.Size(48, 20);
     this.txtSigDelta60.TabIndex = 78;
     this.txtSigDelta60.Text = "";
     //
     // txtSigDelta17
     //
     this.txtSigDelta17.Location = new System.Drawing.Point(400, 72);
     this.txtSigDelta17.Name = "txtSigDelta17";
     this.txtSigDelta17.ReadOnly = true;
     this.txtSigDelta17.Size = new System.Drawing.Size(48, 20);
     this.txtSigDelta17.TabIndex = 82;
     this.txtSigDelta17.Text = "";
     //
     // txtSigDelta6
     //
     this.txtSigDelta6.Location = new System.Drawing.Point(624, 72);
     this.txtSigDelta6.Name = "txtSigDelta6";
     this.txtSigDelta6.ReadOnly = true;
     this.txtSigDelta6.Size = new System.Drawing.Size(48, 20);
     this.txtSigDelta6.TabIndex = 86;
     this.txtSigDelta6.Text = "";
     //
     // txtSigDelta40
     //
     this.txtSigDelta40.Location = new System.Drawing.Point(232, 72);
     this.txtSigDelta40.Name = "txtSigDelta40";
     this.txtSigDelta40.ReadOnly = true;
     this.txtSigDelta40.Size = new System.Drawing.Size(48, 20);
     this.txtSigDelta40.TabIndex = 79;
     this.txtSigDelta40.Text = "";
     //
     // txtSigDelta160
     //
     this.txtSigDelta160.Location = new System.Drawing.Point(64, 72);
     this.txtSigDelta160.Name = "txtSigDelta160";
     this.txtSigDelta160.ReadOnly = true;
     this.txtSigDelta160.Size = new System.Drawing.Size(48, 20);
     this.txtSigDelta160.TabIndex = 76;
     this.txtSigDelta160.Text = "";
     //
     // txtSigDelta80
     //
     this.txtSigDelta80.Location = new System.Drawing.Point(120, 72);
     this.txtSigDelta80.Name = "txtSigDelta80";
     this.txtSigDelta80.ReadOnly = true;
     this.txtSigDelta80.Size = new System.Drawing.Size(48, 20);
     this.txtSigDelta80.TabIndex = 77;
     this.txtSigDelta80.Text = "";
     //
     // txtSigDelta12
     //
     this.txtSigDelta12.Location = new System.Drawing.Point(512, 72);
     this.txtSigDelta12.Name = "txtSigDelta12";
     this.txtSigDelta12.ReadOnly = true;
     this.txtSigDelta12.Size = new System.Drawing.Size(48, 20);
     this.txtSigDelta12.TabIndex = 84;
     this.txtSigDelta12.Text = "";
     //
     // txtSigDelta20
     //
     this.txtSigDelta20.Location = new System.Drawing.Point(344, 72);
     this.txtSigDelta20.Name = "txtSigDelta20";
     this.txtSigDelta20.ReadOnly = true;
     this.txtSigDelta20.Size = new System.Drawing.Size(48, 20);
     this.txtSigDelta20.TabIndex = 81;
     this.txtSigDelta20.Text = "";
     //
     // txtSigDelta10
     //
     this.txtSigDelta10.Location = new System.Drawing.Point(568, 72);
     this.txtSigDelta10.Name = "txtSigDelta10";
     this.txtSigDelta10.ReadOnly = true;
     this.txtSigDelta10.Size = new System.Drawing.Size(48, 20);
     this.txtSigDelta10.TabIndex = 85;
     this.txtSigDelta10.Text = "";
     //
     // txtSigDelta15
     //
     this.txtSigDelta15.Location = new System.Drawing.Point(456, 72);
     this.txtSigDelta15.Name = "txtSigDelta15";
     this.txtSigDelta15.ReadOnly = true;
     this.txtSigDelta15.Size = new System.Drawing.Size(48, 20);
     this.txtSigDelta15.TabIndex = 83;
     this.txtSigDelta15.Text = "";
     //
     // txtSigDelta30
     //
     this.txtSigDelta30.Location = new System.Drawing.Point(288, 72);
     this.txtSigDelta30.Name = "txtSigDelta30";
     this.txtSigDelta30.ReadOnly = true;
     this.txtSigDelta30.Size = new System.Drawing.Size(48, 20);
     this.txtSigDelta30.TabIndex = 80;
     this.txtSigDelta30.Text = "";
     //
     // lblSignalActual
     //
     this.lblSignalActual.Image = null;
     this.lblSignalActual.Location = new System.Drawing.Point(16, 48);
     this.lblSignalActual.Name = "lblSignalActual";
     this.lblSignalActual.Size = new System.Drawing.Size(40, 23);
     this.lblSignalActual.TabIndex = 75;
     this.lblSignalActual.Text = "Actual:";
     //
     // grpNoise
     //
     this.grpNoise.Controls.Add(this.lblNoiseRef);
     this.grpNoise.Controls.Add(this.txtNoise20);
     this.grpNoise.Controls.Add(this.lblNoise);
     this.grpNoise.Controls.Add(this.txtRefNoise20);
     this.grpNoise.Location = new System.Drawing.Point(16, 248);
     this.grpNoise.Name = "grpNoise";
     this.grpNoise.Size = new System.Drawing.Size(144, 80);
     this.grpNoise.TabIndex = 79;
     this.grpNoise.TabStop = false;
     this.grpNoise.Text = "Measured Noise (dBm)";
     //
     // lblNoiseRef
     //
     this.lblNoiseRef.Image = null;
     this.lblNoiseRef.Location = new System.Drawing.Point(16, 25);
     this.lblNoiseRef.Name = "lblNoiseRef";
     this.lblNoiseRef.Size = new System.Drawing.Size(40, 23);
     this.lblNoiseRef.TabIndex = 76;
     this.lblNoiseRef.Text = "Ref:";
     //
     // lblBand
     //
     this.lblBand.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblBand.Image = null;
     this.lblBand.Location = new System.Drawing.Point(32, 112);
     this.lblBand.Name = "lblBand";
     this.lblBand.Size = new System.Drawing.Size(40, 16);
     this.lblBand.TabIndex = 80;
     this.lblBand.Text = "Band";
     //
     // grpPreamp
     //
     this.grpPreamp.Controls.Add(this.txtPreAtt);
     this.grpPreamp.Controls.Add(this.lblPreNoise);
     this.grpPreamp.Controls.Add(this.lblPreSignal);
     this.grpPreamp.Controls.Add(this.txtPreGain);
     this.grpPreamp.Location = new System.Drawing.Point(168, 248);
     this.grpPreamp.Name = "grpPreamp";
     this.grpPreamp.Size = new System.Drawing.Size(128, 80);
     this.grpPreamp.TabIndex = 81;
     this.grpPreamp.TabStop = false;
     this.grpPreamp.Text = "Preamp Test (dBm)";
     //
     // txtPreAtt
     //
     this.txtPreAtt.Location = new System.Drawing.Point(64, 48);
     this.txtPreAtt.Name = "txtPreAtt";
     this.txtPreAtt.ReadOnly = true;
     this.txtPreAtt.Size = new System.Drawing.Size(48, 20);
     this.txtPreAtt.TabIndex = 4;
     this.txtPreAtt.Text = "";
     //
     // lblPreNoise
     //
     this.lblPreNoise.Image = null;
     this.lblPreNoise.Location = new System.Drawing.Point(16, 48);
     this.lblPreNoise.Name = "lblPreNoise";
     this.lblPreNoise.Size = new System.Drawing.Size(48, 16);
     this.lblPreNoise.TabIndex = 2;
     this.lblPreNoise.Text = "Atten:";
     //
     // lblPreSignal
     //
     this.lblPreSignal.Image = null;
     this.lblPreSignal.Location = new System.Drawing.Point(16, 24);
     this.lblPreSignal.Name = "lblPreSignal";
     this.lblPreSignal.Size = new System.Drawing.Size(48, 16);
     this.lblPreSignal.TabIndex = 1;
     this.lblPreSignal.Text = "Gain:";
     //
     // txtPreGain
     //
     this.txtPreGain.Location = new System.Drawing.Point(64, 24);
     this.txtPreGain.Name = "txtPreGain";
     this.txtPreGain.ReadOnly = true;
     this.txtPreGain.Size = new System.Drawing.Size(48, 20);
     this.txtPreGain.TabIndex = 0;
     this.txtPreGain.Text = "";
     //
     // grpTests
     //
     this.grpTests.Controls.Add(this.btnRunPTT);
     this.grpTests.Controls.Add(this.btnRunMic);
     this.grpTests.Controls.Add(this.btnRunBalance);
     this.grpTests.Controls.Add(this.btnRunRFE);
     this.grpTests.Controls.Add(this.btnRunTX);
     this.grpTests.Controls.Add(this.chkRunDash);
     this.grpTests.Controls.Add(this.chkRunDot);
     this.grpTests.Controls.Add(this.btnRunImpulse);
     this.grpTests.Controls.Add(this.btnClearAll);
     this.grpTests.Controls.Add(this.btnCheckAll);
     this.grpTests.Controls.Add(this.btnRunPreamp);
     this.grpTests.Controls.Add(this.btnRunNoise);
     this.grpTests.Controls.Add(this.btnRunSignal);
     this.grpTests.Controls.Add(this.lblSkipCheckedBands);
     this.grpTests.Controls.Add(this.chk6);
     this.grpTests.Controls.Add(this.chk10);
     this.grpTests.Controls.Add(this.chk12);
     this.grpTests.Controls.Add(this.chk15);
     this.grpTests.Controls.Add(this.chk17);
     this.grpTests.Controls.Add(this.chk20);
     this.grpTests.Controls.Add(this.chk30);
     this.grpTests.Controls.Add(this.chk40);
     this.grpTests.Controls.Add(this.chk60);
     this.grpTests.Controls.Add(this.chk80);
     this.grpTests.Controls.Add(this.chk160);
     this.grpTests.Controls.Add(this.btnRunAllTests);
     this.grpTests.Location = new System.Drawing.Point(16, 8);
     this.grpTests.Name = "grpTests";
     this.grpTests.Size = new System.Drawing.Size(688, 88);
     this.grpTests.TabIndex = 82;
     this.grpTests.TabStop = false;
     this.grpTests.Text = "Test Options";
     //
     // btnRunPTT
     //
     this.btnRunPTT.Image = null;
     this.btnRunPTT.Location = new System.Drawing.Point(88, 56);
     this.btnRunPTT.Name = "btnRunPTT";
     this.btnRunPTT.Size = new System.Drawing.Size(40, 23);
     this.btnRunPTT.TabIndex = 27;
     this.btnRunPTT.Text = "PTT";
     this.btnRunPTT.Click += new System.EventHandler(this.btnRunPTT_Click);
     //
     // btnRunMic
     //
     this.btnRunMic.Image = null;
     this.btnRunMic.Location = new System.Drawing.Point(40, 56);
     this.btnRunMic.Name = "btnRunMic";
     this.btnRunMic.Size = new System.Drawing.Size(40, 23);
     this.btnRunMic.TabIndex = 26;
     this.btnRunMic.Text = "Mic";
     this.btnRunMic.Click += new System.EventHandler(this.btnRunMic_Click);
     //
     // btnRunBalance
     //
     this.btnRunBalance.Image = null;
     this.btnRunBalance.Location = new System.Drawing.Point(328, 56);
     this.btnRunBalance.Name = "btnRunBalance";
     this.btnRunBalance.Size = new System.Drawing.Size(56, 23);
     this.btnRunBalance.TabIndex = 25;
     this.btnRunBalance.Text = "Balance";
     this.btnRunBalance.Click += new System.EventHandler(this.btnRunBalance_Click);
     //
     // btnRunRFE
     //
     this.btnRunRFE.Image = null;
     this.btnRunRFE.Location = new System.Drawing.Point(280, 56);
     this.btnRunRFE.Name = "btnRunRFE";
     this.btnRunRFE.Size = new System.Drawing.Size(40, 23);
     this.btnRunRFE.TabIndex = 24;
     this.btnRunRFE.Text = "RFE";
     this.btnRunRFE.Click += new System.EventHandler(this.btnRunRFE_Click);
     //
     // btnRunTX
     //
     this.btnRunTX.Image = null;
     this.btnRunTX.Location = new System.Drawing.Point(232, 56);
     this.btnRunTX.Name = "btnRunTX";
     this.btnRunTX.Size = new System.Drawing.Size(40, 23);
     this.btnRunTX.TabIndex = 23;
     this.btnRunTX.Text = "TX";
     this.btnRunTX.Click += new System.EventHandler(this.btnRunTX_Click);
     //
     // chkRunDash
     //
     this.chkRunDash.Appearance = System.Windows.Forms.Appearance.Button;
     this.chkRunDash.Location = new System.Drawing.Point(184, 56);
     this.chkRunDash.Name = "chkRunDash";
     this.chkRunDash.Size = new System.Drawing.Size(40, 23);
     this.chkRunDash.TabIndex = 22;
     this.chkRunDash.Text = "Dash";
     this.chkRunDash.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.chkRunDash.CheckedChanged += new System.EventHandler(this.chkRunDash_CheckedChanged);
     //
     // chkRunDot
     //
     this.chkRunDot.Appearance = System.Windows.Forms.Appearance.Button;
     this.chkRunDot.Location = new System.Drawing.Point(136, 56);
     this.chkRunDot.Name = "chkRunDot";
     this.chkRunDot.Size = new System.Drawing.Size(40, 23);
     this.chkRunDot.TabIndex = 21;
     this.chkRunDot.Text = "Dot";
     this.chkRunDot.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.chkRunDot.CheckedChanged += new System.EventHandler(this.chkRunDot_CheckedChanged);
     //
     // btnRunImpulse
     //
     this.btnRunImpulse.Image = null;
     this.btnRunImpulse.Location = new System.Drawing.Point(312, 24);
     this.btnRunImpulse.Name = "btnRunImpulse";
     this.btnRunImpulse.Size = new System.Drawing.Size(56, 23);
     this.btnRunImpulse.TabIndex = 18;
     this.btnRunImpulse.Text = "Impulse";
     this.btnRunImpulse.Click += new System.EventHandler(this.btnRunImpulse_Click);
     //
     // btnClearAll
     //
     this.btnClearAll.Image = null;
     this.btnClearAll.Location = new System.Drawing.Point(544, 64);
     this.btnClearAll.Name = "btnClearAll";
     this.btnClearAll.Size = new System.Drawing.Size(64, 20);
     this.btnClearAll.TabIndex = 17;
     this.btnClearAll.Text = "Clear All";
     this.btnClearAll.Click += new System.EventHandler(this.btnClearAll_Click);
     //
     // btnCheckAll
     //
     this.btnCheckAll.Image = null;
     this.btnCheckAll.Location = new System.Drawing.Point(456, 64);
     this.btnCheckAll.Name = "btnCheckAll";
     this.btnCheckAll.Size = new System.Drawing.Size(64, 20);
     this.btnCheckAll.TabIndex = 16;
     this.btnCheckAll.Text = "Check All";
     this.btnCheckAll.Click += new System.EventHandler(this.btnCheckAll_Click);
     //
     // btnRunPreamp
     //
     this.btnRunPreamp.Image = null;
     this.btnRunPreamp.Location = new System.Drawing.Point(248, 24);
     this.btnRunPreamp.Name = "btnRunPreamp";
     this.btnRunPreamp.Size = new System.Drawing.Size(56, 23);
     this.btnRunPreamp.TabIndex = 15;
     this.btnRunPreamp.Text = "Preamp";
     this.btnRunPreamp.Click += new System.EventHandler(this.btnRunPreamp_Click);
     //
     // btnRunNoise
     //
     this.btnRunNoise.Image = null;
     this.btnRunNoise.Location = new System.Drawing.Point(192, 24);
     this.btnRunNoise.Name = "btnRunNoise";
     this.btnRunNoise.Size = new System.Drawing.Size(48, 23);
     this.btnRunNoise.TabIndex = 14;
     this.btnRunNoise.Text = "Noise";
     this.btnRunNoise.Click += new System.EventHandler(this.btnRunNoise_Click);
     //
     // btnRunSignal
     //
     this.btnRunSignal.Image = null;
     this.btnRunSignal.Location = new System.Drawing.Point(136, 24);
     this.btnRunSignal.Name = "btnRunSignal";
     this.btnRunSignal.Size = new System.Drawing.Size(48, 23);
     this.btnRunSignal.TabIndex = 13;
     this.btnRunSignal.Text = "Signal";
     this.btnRunSignal.Click += new System.EventHandler(this.btnRunSignal_Click);
     //
     // lblSkipCheckedBands
     //
     this.lblSkipCheckedBands.Image = null;
     this.lblSkipCheckedBands.Location = new System.Drawing.Point(384, 24);
     this.lblSkipCheckedBands.Name = "lblSkipCheckedBands";
     this.lblSkipCheckedBands.Size = new System.Drawing.Size(56, 40);
     this.lblSkipCheckedBands.TabIndex = 12;
     this.lblSkipCheckedBands.Text = "Skip Checked Bands:";
     //
     // chk6
     //
     this.chk6.Image = null;
     this.chk6.Location = new System.Drawing.Point(648, 40);
     this.chk6.Name = "chk6";
     this.chk6.Size = new System.Drawing.Size(32, 24);
     this.chk6.TabIndex = 11;
     this.chk6.Text = "6";
     //
     // chk10
     //
     this.chk10.Image = null;
     this.chk10.Location = new System.Drawing.Point(608, 40);
     this.chk10.Name = "chk10";
     this.chk10.Size = new System.Drawing.Size(40, 24);
     this.chk10.TabIndex = 10;
     this.chk10.Text = "10";
     //
     // chk12
     //
     this.chk12.Image = null;
     this.chk12.Location = new System.Drawing.Point(568, 40);
     this.chk12.Name = "chk12";
     this.chk12.Size = new System.Drawing.Size(40, 24);
     this.chk12.TabIndex = 9;
     this.chk12.Text = "12";
     //
     // chk15
     //
     this.chk15.Image = null;
     this.chk15.Location = new System.Drawing.Point(528, 40);
     this.chk15.Name = "chk15";
     this.chk15.Size = new System.Drawing.Size(40, 24);
     this.chk15.TabIndex = 8;
     this.chk15.Text = "15";
     //
     // chk17
     //
     this.chk17.Image = null;
     this.chk17.Location = new System.Drawing.Point(488, 40);
     this.chk17.Name = "chk17";
     this.chk17.Size = new System.Drawing.Size(40, 24);
     this.chk17.TabIndex = 7;
     this.chk17.Text = "17";
     //
     // chk20
     //
     this.chk20.Image = null;
     this.chk20.Location = new System.Drawing.Point(448, 40);
     this.chk20.Name = "chk20";
     this.chk20.Size = new System.Drawing.Size(40, 24);
     this.chk20.TabIndex = 6;
     this.chk20.Text = "20";
     //
     // chk30
     //
     this.chk30.Image = null;
     this.chk30.Location = new System.Drawing.Point(616, 16);
     this.chk30.Name = "chk30";
     this.chk30.Size = new System.Drawing.Size(40, 24);
     this.chk30.TabIndex = 5;
     this.chk30.Text = "30";
     //
     // chk40
     //
     this.chk40.Image = null;
     this.chk40.Location = new System.Drawing.Point(576, 16);
     this.chk40.Name = "chk40";
     this.chk40.Size = new System.Drawing.Size(40, 24);
     this.chk40.TabIndex = 4;
     this.chk40.Text = "40";
     //
     // chk60
     //
     this.chk60.Image = null;
     this.chk60.Location = new System.Drawing.Point(536, 16);
     this.chk60.Name = "chk60";
     this.chk60.Size = new System.Drawing.Size(40, 24);
     this.chk60.TabIndex = 3;
     this.chk60.Text = "60";
     //
     // chk80
     //
     this.chk80.Image = null;
     this.chk80.Location = new System.Drawing.Point(496, 16);
     this.chk80.Name = "chk80";
     this.chk80.Size = new System.Drawing.Size(40, 24);
     this.chk80.TabIndex = 2;
     this.chk80.Text = "80";
     //
     // chk160
     //
     this.chk160.Image = null;
     this.chk160.Location = new System.Drawing.Point(448, 16);
     this.chk160.Name = "chk160";
     this.chk160.Size = new System.Drawing.Size(48, 24);
     this.chk160.TabIndex = 1;
     this.chk160.Text = "160";
     //
     // btnRunAllTests
     //
     this.btnRunAllTests.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.btnRunAllTests.Image = null;
     this.btnRunAllTests.Location = new System.Drawing.Point(16, 24);
     this.btnRunAllTests.Name = "btnRunAllTests";
     this.btnRunAllTests.Size = new System.Drawing.Size(104, 24);
     this.btnRunAllTests.TabIndex = 0;
     this.btnRunAllTests.Text = "Run All Tests";
     this.toolTip1.SetToolTip(this.btnRunAllTests, "Run all automatic tests.");
     this.btnRunAllTests.Click += new System.EventHandler(this.btnRunAllTests_Click);
     //
     // grpGenerator
     //
     this.grpGenerator.Controls.Add(this.udGenClockCorr);
     this.grpGenerator.Controls.Add(this.label1);
     this.grpGenerator.Controls.Add(this.btnGenReset);
     this.grpGenerator.Controls.Add(this.udGenLevel);
     this.grpGenerator.Controls.Add(this.lblGenLevel);
     this.grpGenerator.Controls.Add(this.udGenFreq);
     this.grpGenerator.Controls.Add(this.lblGenFreq);
     this.grpGenerator.Location = new System.Drawing.Point(544, 248);
     this.grpGenerator.Name = "grpGenerator";
     this.grpGenerator.Size = new System.Drawing.Size(152, 144);
     this.grpGenerator.TabIndex = 83;
     this.grpGenerator.TabStop = false;
     this.grpGenerator.Text = "Generator";
     //
     // udGenClockCorr
     //
     this.udGenClockCorr.Increment = new System.Decimal(new int[] {
                                                                      1,
                                                                      0,
                                                                      0,
                                                                      0});
     this.udGenClockCorr.Location = new System.Drawing.Point(80, 96);
     this.udGenClockCorr.Maximum = new System.Decimal(new int[] {
                                                                    1000000,
                                                                    0,
                                                                    0,
                                                                    0});
     this.udGenClockCorr.Minimum = new System.Decimal(new int[] {
                                                                    1000000,
                                                                    0,
                                                                    0,
                                                                    -2147483648});
     this.udGenClockCorr.Name = "udGenClockCorr";
     this.udGenClockCorr.Size = new System.Drawing.Size(56, 20);
     this.udGenClockCorr.TabIndex = 6;
     this.udGenClockCorr.Value = new System.Decimal(new int[] {
                                                                  477,
                                                                  0,
                                                                  0,
                                                                  0});
     this.udGenClockCorr.ValueChanged += new System.EventHandler(this.udGenClockCorr_ValueChanged);
     //
     // label1
     //
     this.label1.Image = null;
     this.label1.Location = new System.Drawing.Point(16, 96);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(64, 32);
     this.label1.TabIndex = 5;
     this.label1.Text = "Clock Correction:";
     //
     // btnGenReset
     //
     this.btnGenReset.Image = null;
     this.btnGenReset.Location = new System.Drawing.Point(16, 72);
     this.btnGenReset.Name = "btnGenReset";
     this.btnGenReset.Size = new System.Drawing.Size(56, 20);
     this.btnGenReset.TabIndex = 4;
     this.btnGenReset.Text = "Reset";
     this.btnGenReset.Click += new System.EventHandler(this.btnGenReset_Click);
     //
     // udGenLevel
     //
     this.udGenLevel.Increment = new System.Decimal(new int[] {
                                                                  1,
                                                                  0,
                                                                  0,
                                                                  0});
     this.udGenLevel.Location = new System.Drawing.Point(64, 48);
     this.udGenLevel.Maximum = new System.Decimal(new int[] {
                                                                4095,
                                                                0,
                                                                0,
                                                                0});
     this.udGenLevel.Minimum = new System.Decimal(new int[] {
                                                                0,
                                                                0,
                                                                0,
                                                                0});
     this.udGenLevel.Name = "udGenLevel";
     this.udGenLevel.Size = new System.Drawing.Size(56, 20);
     this.udGenLevel.TabIndex = 3;
     this.udGenLevel.Value = new System.Decimal(new int[] {
                                                              1,
                                                              0,
                                                              0,
                                                              0});
     this.udGenLevel.ValueChanged += new System.EventHandler(this.udGenLevel_ValueChanged);
     //
     // lblGenLevel
     //
     this.lblGenLevel.Image = null;
     this.lblGenLevel.Location = new System.Drawing.Point(16, 48);
     this.lblGenLevel.Name = "lblGenLevel";
     this.lblGenLevel.Size = new System.Drawing.Size(40, 23);
     this.lblGenLevel.TabIndex = 2;
     this.lblGenLevel.Text = "Level:";
     //
     // udGenFreq
     //
     this.udGenFreq.DecimalPlaces = 6;
     this.udGenFreq.Increment = new System.Decimal(new int[] {
                                                                 1,
                                                                 0,
                                                                 0,
                                                                 0});
     this.udGenFreq.Location = new System.Drawing.Point(64, 24);
     this.udGenFreq.Maximum = new System.Decimal(new int[] {
                                                               65,
                                                               0,
                                                               0,
                                                               0});
     this.udGenFreq.Minimum = new System.Decimal(new int[] {
                                                               0,
                                                               0,
                                                               0,
                                                               0});
     this.udGenFreq.Name = "udGenFreq";
     this.udGenFreq.Size = new System.Drawing.Size(72, 20);
     this.udGenFreq.TabIndex = 1;
     this.udGenFreq.Value = new System.Decimal(new int[] {
                                                             70,
                                                             0,
                                                             0,
                                                             65536});
     this.udGenFreq.ValueChanged += new System.EventHandler(this.udGenFreq_ValueChanged);
     //
     // lblGenFreq
     //
     this.lblGenFreq.Image = null;
     this.lblGenFreq.Location = new System.Drawing.Point(16, 24);
     this.lblGenFreq.Name = "lblGenFreq";
     this.lblGenFreq.Size = new System.Drawing.Size(32, 23);
     this.lblGenFreq.TabIndex = 0;
     this.lblGenFreq.Text = "Freq:";
     //
     // grpTolerance
     //
     this.grpTolerance.Controls.Add(this.txtTolSigHigh);
     this.grpTolerance.Controls.Add(this.labelTS3);
     this.grpTolerance.Controls.Add(this.txtTolSigLow);
     this.grpTolerance.Controls.Add(this.lblTolBalance);
     this.grpTolerance.Controls.Add(this.txtTolBalance);
     this.grpTolerance.Controls.Add(this.lblTolImpulse);
     this.grpTolerance.Controls.Add(this.txtTolImpulse);
     this.grpTolerance.Controls.Add(this.lblTolPreamp);
     this.grpTolerance.Controls.Add(this.txtTolPreamp);
     this.grpTolerance.Controls.Add(this.txtTolNoise);
     this.grpTolerance.Controls.Add(this.lblTolNoise);
     this.grpTolerance.Controls.Add(this.lblTolSigHigh);
     this.grpTolerance.Location = new System.Drawing.Point(304, 248);
     this.grpTolerance.Name = "grpTolerance";
     this.grpTolerance.Size = new System.Drawing.Size(232, 104);
     this.grpTolerance.TabIndex = 84;
     this.grpTolerance.TabStop = false;
     this.grpTolerance.Text = "Tolerance (dBm)";
     //
     // txtTolSigHigh
     //
     this.txtTolSigHigh.Location = new System.Drawing.Point(64, 24);
     this.txtTolSigHigh.Name = "txtTolSigHigh";
     this.txtTolSigHigh.Size = new System.Drawing.Size(48, 20);
     this.txtTolSigHigh.TabIndex = 0;
     this.txtTolSigHigh.Text = "3.0";
     //
     // labelTS3
     //
     this.labelTS3.Image = null;
     this.labelTS3.Location = new System.Drawing.Point(120, 24);
     this.labelTS3.Name = "labelTS3";
     this.labelTS3.Size = new System.Drawing.Size(48, 16);
     this.labelTS3.TabIndex = 12;
     this.labelTS3.Text = "Sig Low:";
     //
     // txtTolSigLow
     //
     this.txtTolSigLow.Location = new System.Drawing.Point(168, 24);
     this.txtTolSigLow.Name = "txtTolSigLow";
     this.txtTolSigLow.Size = new System.Drawing.Size(48, 20);
     this.txtTolSigLow.TabIndex = 11;
     this.txtTolSigLow.Text = "1.5";
     //
     // lblTolBalance
     //
     this.lblTolBalance.Image = null;
     this.lblTolBalance.Location = new System.Drawing.Point(120, 72);
     this.lblTolBalance.Name = "lblTolBalance";
     this.lblTolBalance.Size = new System.Drawing.Size(48, 16);
     this.lblTolBalance.TabIndex = 10;
     this.lblTolBalance.Text = "Balance:";
     //
     // txtTolBalance
     //
     this.txtTolBalance.Location = new System.Drawing.Point(168, 72);
     this.txtTolBalance.Name = "txtTolBalance";
     this.txtTolBalance.Size = new System.Drawing.Size(48, 20);
     this.txtTolBalance.TabIndex = 9;
     this.txtTolBalance.Text = "0.5";
     //
     // lblTolImpulse
     //
     this.lblTolImpulse.Image = null;
     this.lblTolImpulse.Location = new System.Drawing.Point(120, 48);
     this.lblTolImpulse.Name = "lblTolImpulse";
     this.lblTolImpulse.Size = new System.Drawing.Size(48, 16);
     this.lblTolImpulse.TabIndex = 8;
     this.lblTolImpulse.Text = "Impulse:";
     //
     // txtTolImpulse
     //
     this.txtTolImpulse.Location = new System.Drawing.Point(168, 48);
     this.txtTolImpulse.Name = "txtTolImpulse";
     this.txtTolImpulse.Size = new System.Drawing.Size(48, 20);
     this.txtTolImpulse.TabIndex = 7;
     this.txtTolImpulse.Text = "3.0";
     //
     // lblTolPreamp
     //
     this.lblTolPreamp.Image = null;
     this.lblTolPreamp.Location = new System.Drawing.Point(16, 72);
     this.lblTolPreamp.Name = "lblTolPreamp";
     this.lblTolPreamp.Size = new System.Drawing.Size(48, 16);
     this.lblTolPreamp.TabIndex = 6;
     this.lblTolPreamp.Text = "Preamp:";
     //
     // txtTolPreamp
     //
     this.txtTolPreamp.Location = new System.Drawing.Point(64, 72);
     this.txtTolPreamp.Name = "txtTolPreamp";
     this.txtTolPreamp.Size = new System.Drawing.Size(48, 20);
     this.txtTolPreamp.TabIndex = 5;
     this.txtTolPreamp.Text = "0.5";
     //
     // txtTolNoise
     //
     this.txtTolNoise.Location = new System.Drawing.Point(64, 48);
     this.txtTolNoise.Name = "txtTolNoise";
     this.txtTolNoise.Size = new System.Drawing.Size(48, 20);
     this.txtTolNoise.TabIndex = 4;
     this.txtTolNoise.Text = "1.5";
     //
     // lblTolNoise
     //
     this.lblTolNoise.Image = null;
     this.lblTolNoise.Location = new System.Drawing.Point(16, 48);
     this.lblTolNoise.Name = "lblTolNoise";
     this.lblTolNoise.Size = new System.Drawing.Size(48, 16);
     this.lblTolNoise.TabIndex = 2;
     this.lblTolNoise.Text = "Noise:";
     //
     // lblTolSigHigh
     //
     this.lblTolSigHigh.Image = null;
     this.lblTolSigHigh.Location = new System.Drawing.Point(16, 24);
     this.lblTolSigHigh.Name = "lblTolSigHigh";
     this.lblTolSigHigh.Size = new System.Drawing.Size(56, 16);
     this.lblTolSigHigh.TabIndex = 1;
     this.lblTolSigHigh.Text = "Sig High:";
     //
     // mainMenu1
     //
     this.mainMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                                                                               this.mnuDebug});
     //
     // mnuDebug
     //
     this.mnuDebug.Index = 0;
     this.mnuDebug.Text = "Debug";
     this.mnuDebug.Click += new System.EventHandler(this.mnuDebug_Click);
     //
     // groupBoxTS1
     //
     this.groupBoxTS1.Controls.Add(this.udTXTestOffTime);
     this.groupBoxTS1.Controls.Add(this.udTXTestOnTime);
     this.groupBoxTS1.Controls.Add(this.lblTXTestOnTime);
     this.groupBoxTS1.Controls.Add(this.labelTS2);
     this.groupBoxTS1.Location = new System.Drawing.Point(16, 336);
     this.groupBoxTS1.Name = "groupBoxTS1";
     this.groupBoxTS1.Size = new System.Drawing.Size(144, 80);
     this.groupBoxTS1.TabIndex = 85;
     this.groupBoxTS1.TabStop = false;
     this.groupBoxTS1.Text = "Transmit Test";
     //
     // udTXTestOffTime
     //
     this.udTXTestOffTime.Increment = new System.Decimal(new int[] {
                                                                       1,
                                                                       0,
                                                                       0,
                                                                       0});
     this.udTXTestOffTime.Location = new System.Drawing.Point(88, 48);
     this.udTXTestOffTime.Maximum = new System.Decimal(new int[] {
                                                                     9999,
                                                                     0,
                                                                     0,
                                                                     0});
     this.udTXTestOffTime.Minimum = new System.Decimal(new int[] {
                                                                     50,
                                                                     0,
                                                                     0,
                                                                     0});
     this.udTXTestOffTime.Name = "udTXTestOffTime";
     this.udTXTestOffTime.Size = new System.Drawing.Size(48, 20);
     this.udTXTestOffTime.TabIndex = 78;
     this.udTXTestOffTime.Value = new System.Decimal(new int[] {
                                                                   1000,
                                                                   0,
                                                                   0,
                                                                   0});
     //
     // udTXTestOnTime
     //
     this.udTXTestOnTime.Increment = new System.Decimal(new int[] {
                                                                      1,
                                                                      0,
                                                                      0,
                                                                      0});
     this.udTXTestOnTime.Location = new System.Drawing.Point(88, 24);
     this.udTXTestOnTime.Maximum = new System.Decimal(new int[] {
                                                                    9999,
                                                                    0,
                                                                    0,
                                                                    0});
     this.udTXTestOnTime.Minimum = new System.Decimal(new int[] {
                                                                    50,
                                                                    0,
                                                                    0,
                                                                    0});
     this.udTXTestOnTime.Name = "udTXTestOnTime";
     this.udTXTestOnTime.Size = new System.Drawing.Size(48, 20);
     this.udTXTestOnTime.TabIndex = 77;
     this.udTXTestOnTime.Value = new System.Decimal(new int[] {
                                                                  1000,
                                                                  0,
                                                                  0,
                                                                  0});
     //
     // lblTXTestOnTime
     //
     this.lblTXTestOnTime.Image = null;
     this.lblTXTestOnTime.Location = new System.Drawing.Point(16, 24);
     this.lblTXTestOnTime.Name = "lblTXTestOnTime";
     this.lblTXTestOnTime.Size = new System.Drawing.Size(80, 16);
     this.lblTXTestOnTime.TabIndex = 76;
     this.lblTXTestOnTime.Text = "On Time (ms):";
     //
     // labelTS2
     //
     this.labelTS2.Image = null;
     this.labelTS2.Location = new System.Drawing.Point(16, 48);
     this.labelTS2.Name = "labelTS2";
     this.labelTS2.Size = new System.Drawing.Size(80, 16);
     this.labelTS2.TabIndex = 73;
     this.labelTS2.Text = "Off Time (ms):";
     //
     // btnPrintResults
     //
     this.btnPrintResults.Location = new System.Drawing.Point(184, 336);
     this.btnPrintResults.Name = "btnPrintResults";
     this.btnPrintResults.Size = new System.Drawing.Size(88, 23);
     this.btnPrintResults.TabIndex = 86;
     this.btnPrintResults.Text = "Print Results";
     this.btnPrintResults.Click += new System.EventHandler(this.btnPrintResults_Click);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(176, 368);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(64, 16);
     this.label2.TabIndex = 87;
     this.label2.Text = "Serial Num:";
     //
     // txtSerialNum
     //
     this.txtSerialNum.Location = new System.Drawing.Point(240, 368);
     this.txtSerialNum.Name = "txtSerialNum";
     this.txtSerialNum.Size = new System.Drawing.Size(72, 20);
     this.txtSerialNum.TabIndex = 88;
     this.txtSerialNum.Text = "";
     //
     // txtComments
     //
     this.txtComments.Location = new System.Drawing.Point(240, 392);
     this.txtComments.Name = "txtComments";
     this.txtComments.Size = new System.Drawing.Size(288, 20);
     this.txtComments.TabIndex = 89;
     this.txtComments.Text = "";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(176, 392);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(64, 16);
     this.label3.TabIndex = 90;
     this.label3.Text = "Comments:";
     //
     // printDocument1
     //
     this.printDocument1.PrintPage += new System.Drawing.Printing.PrintPageEventHandler(this.printDocument1_PrintPage);
     //
     // printPreviewDialog1
     //
     this.printPreviewDialog1.AutoScrollMargin = new System.Drawing.Size(0, 0);
     this.printPreviewDialog1.AutoScrollMinSize = new System.Drawing.Size(0, 0);
     this.printPreviewDialog1.ClientSize = new System.Drawing.Size(400, 300);
     this.printPreviewDialog1.Enabled = true;
     this.printPreviewDialog1.Icon = ((System.Drawing.Icon)(resources.GetObject("printPreviewDialog1.Icon")));
     this.printPreviewDialog1.Location = new System.Drawing.Point(581, 32767);
     this.printPreviewDialog1.MinimumSize = new System.Drawing.Size(375, 250);
     this.printPreviewDialog1.Name = "printPreviewDialog1";
     this.printPreviewDialog1.TransparencyKey = System.Drawing.Color.Empty;
     this.printPreviewDialog1.Visible = false;
     //
     // labelTS4
     //
     this.labelTS4.Image = null;
     this.labelTS4.Location = new System.Drawing.Point(328, 360);
     this.labelTS4.Name = "labelTS4";
     this.labelTS4.Size = new System.Drawing.Size(32, 16);
     this.labelTS4.TabIndex = 92;
     this.labelTS4.Text = "Mic:";
     //
     // txtTolMic
     //
     this.txtTolMic.Location = new System.Drawing.Point(368, 360);
     this.txtTolMic.Name = "txtTolMic";
     this.txtTolMic.Size = new System.Drawing.Size(48, 20);
     this.txtTolMic.TabIndex = 91;
     this.txtTolMic.Text = "1.0";
     //
     // ProductionTest
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(712, 425);
     this.Controls.Add(this.labelTS4);
     this.Controls.Add(this.txtTolMic);
     this.Controls.Add(this.txtComments);
     this.Controls.Add(this.txtSerialNum);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.btnPrintResults);
     this.Controls.Add(this.groupBoxTS1);
     this.Controls.Add(this.grpTolerance);
     this.Controls.Add(this.grpGenerator);
     this.Controls.Add(this.grpTests);
     this.Controls.Add(this.grpPreamp);
     this.Controls.Add(this.lblBand);
     this.Controls.Add(this.lblBand6);
     this.Controls.Add(this.lblBand10);
     this.Controls.Add(this.lblBand12);
     this.Controls.Add(this.lblBand15);
     this.Controls.Add(this.lblBand17);
     this.Controls.Add(this.lblBand20);
     this.Controls.Add(this.lblBand30);
     this.Controls.Add(this.lblBand40);
     this.Controls.Add(this.lblBand60);
     this.Controls.Add(this.lblBand80);
     this.Controls.Add(this.lblBand160);
     this.Controls.Add(this.grpNoise);
     this.Controls.Add(this.grpSignal);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Menu = this.mainMenu1;
     this.Name = "ProductionTest";
     this.Text = "Production Tests";
     this.Closing += new System.ComponentModel.CancelEventHandler(this.ProductionTest_Closing);
     this.grpSignal.ResumeLayout(false);
     this.grpNoise.ResumeLayout(false);
     this.grpPreamp.ResumeLayout(false);
     this.grpTests.ResumeLayout(false);
     this.grpGenerator.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.udGenClockCorr)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.udGenLevel)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.udGenFreq)).EndInit();
     this.grpTolerance.ResumeLayout(false);
     this.groupBoxTS1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.udTXTestOffTime)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.udTXTestOnTime)).EndInit();
     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()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DSPTestForm));
     this.chkMu                   = new System.Windows.Forms.CheckBox();
     this.grpWBIQ                 = new System.Windows.Forms.GroupBox();
     this.checkBoxIQEnable        = new System.Windows.Forms.CheckBox();
     this.udMu                    = new System.Windows.Forms.NumericUpDown();
     this.btnSAMPLL               = new System.Windows.Forms.Button();
     this.txtSAMPLL               = new System.Windows.Forms.TextBox();
     this.txtIQWReal              = new System.Windows.Forms.TextBox();
     this.btnIQW                  = new System.Windows.Forms.Button();
     this.txtIQWImag              = new System.Windows.Forms.TextBox();
     this.grpRXDCBlock            = new System.Windows.Forms.GroupBox();
     this.checkBoxRXDCBlockEnable = new System.Windows.Forms.CheckBox();
     this.udDCBlock               = new System.Windows.Forms.NumericUpDown();
     this.chkAudioMox             = new System.Windows.Forms.CheckBox();
     this.grpMN                   = new System.Windows.Forms.GroupBoxTS();
     this.NotchFreq               = new System.Windows.Forms.Label();
     this.udMNFreq                = new System.Windows.Forms.NumericUpDownTS();
     this.checkBoxMNEnable        = new System.Windows.Forms.CheckBox();
     this.grpDSPLMSNR             = new System.Windows.Forms.GroupBoxTS();
     this.lblLMSNRLeak            = new System.Windows.Forms.LabelTS();
     this.udLMSNRLeak             = new System.Windows.Forms.NumericUpDownTS();
     this.lblLMSNRgain            = new System.Windows.Forms.LabelTS();
     this.udLMSNRgain             = new System.Windows.Forms.NumericUpDownTS();
     this.udLMSNRdelay            = new System.Windows.Forms.NumericUpDownTS();
     this.lblLMSNRdelay           = new System.Windows.Forms.LabelTS();
     this.udLMSNRtaps             = new System.Windows.Forms.NumericUpDownTS();
     this.lblLMSNRtaps            = new System.Windows.Forms.LabelTS();
     this.grpDSPLMSANF            = new System.Windows.Forms.GroupBoxTS();
     this.lblLMSANFLeak           = new System.Windows.Forms.LabelTS();
     this.udLMSANFLeak            = new System.Windows.Forms.NumericUpDownTS();
     this.lblLMSANFgain           = new System.Windows.Forms.LabelTS();
     this.udLMSANFgain            = new System.Windows.Forms.NumericUpDownTS();
     this.lblLMSANFdelay          = new System.Windows.Forms.LabelTS();
     this.udLMSANFdelay           = new System.Windows.Forms.NumericUpDownTS();
     this.lblLMSANFTaps           = new System.Windows.Forms.LabelTS();
     this.udLMSANFtaps            = new System.Windows.Forms.NumericUpDownTS();
     this.grpWBIQ.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.udMu)).BeginInit();
     this.grpRXDCBlock.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.udDCBlock)).BeginInit();
     this.grpMN.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.udMNFreq)).BeginInit();
     this.grpDSPLMSNR.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.udLMSNRLeak)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.udLMSNRgain)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.udLMSNRdelay)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.udLMSNRtaps)).BeginInit();
     this.grpDSPLMSANF.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.udLMSANFLeak)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.udLMSANFgain)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.udLMSANFdelay)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.udLMSANFtaps)).BeginInit();
     this.SuspendLayout();
     //
     // chkMu
     //
     this.chkMu.Appearance      = System.Windows.Forms.Appearance.Button;
     this.chkMu.Location        = new System.Drawing.Point(8, 24);
     this.chkMu.Name            = "chkMu";
     this.chkMu.Size            = new System.Drawing.Size(48, 24);
     this.chkMu.TabIndex        = 0;
     this.chkMu.Text            = "Mu";
     this.chkMu.TextAlign       = System.Drawing.ContentAlignment.MiddleCenter;
     this.chkMu.CheckedChanged += new System.EventHandler(this.chkMu_CheckedChanged);
     //
     // grpWBIQ
     //
     this.grpWBIQ.Controls.Add(this.checkBoxIQEnable);
     this.grpWBIQ.Controls.Add(this.udMu);
     this.grpWBIQ.Controls.Add(this.chkMu);
     this.grpWBIQ.Location = new System.Drawing.Point(8, 8);
     this.grpWBIQ.Name     = "grpWBIQ";
     this.grpWBIQ.Size     = new System.Drawing.Size(272, 64);
     this.grpWBIQ.TabIndex = 1;
     this.grpWBIQ.TabStop  = false;
     this.grpWBIQ.Text     = "WBIQ";
     //
     // checkBoxIQEnable
     //
     this.checkBoxIQEnable.Location        = new System.Drawing.Point(176, 23);
     this.checkBoxIQEnable.Name            = "checkBoxIQEnable";
     this.checkBoxIQEnable.Size            = new System.Drawing.Size(80, 24);
     this.checkBoxIQEnable.TabIndex        = 2;
     this.checkBoxIQEnable.Text            = "IQ disable";
     this.checkBoxIQEnable.CheckedChanged += new System.EventHandler(this.checkBoxIQEnable_CheckedChanged);
     //
     // udMu
     //
     this.udMu.DecimalPlaces = 8;
     this.udMu.Increment     = new decimal(new int[] {
         1,
         0,
         0,
         327680
     });
     this.udMu.Location = new System.Drawing.Point(80, 24);
     this.udMu.Maximum  = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.udMu.Name     = "udMu";
     this.udMu.Size     = new System.Drawing.Size(80, 20);
     this.udMu.TabIndex = 1;
     this.udMu.Value    = new decimal(new int[] {
         5,
         0,
         0,
         196608
     });
     this.udMu.ValueChanged += new System.EventHandler(this.udMu_ValueChanged);
     //
     // btnSAMPLL
     //
     this.btnSAMPLL.Location = new System.Drawing.Point(8, 224);
     this.btnSAMPLL.Name     = "btnSAMPLL";
     this.btnSAMPLL.Size     = new System.Drawing.Size(75, 23);
     this.btnSAMPLL.TabIndex = 36;
     this.btnSAMPLL.Text     = "SAM PLL";
     this.btnSAMPLL.Click   += new System.EventHandler(this.btnSAMPLL_Click);
     //
     // txtSAMPLL
     //
     this.txtSAMPLL.Location = new System.Drawing.Point(96, 224);
     this.txtSAMPLL.Name     = "txtSAMPLL";
     this.txtSAMPLL.Size     = new System.Drawing.Size(56, 20);
     this.txtSAMPLL.TabIndex = 38;
     //
     // txtIQWReal
     //
     this.txtIQWReal.Location = new System.Drawing.Point(248, 216);
     this.txtIQWReal.Name     = "txtIQWReal";
     this.txtIQWReal.Size     = new System.Drawing.Size(56, 20);
     this.txtIQWReal.TabIndex = 40;
     //
     // btnIQW
     //
     this.btnIQW.Location = new System.Drawing.Point(192, 216);
     this.btnIQW.Name     = "btnIQW";
     this.btnIQW.Size     = new System.Drawing.Size(48, 23);
     this.btnIQW.TabIndex = 39;
     this.btnIQW.Text     = "IQ W";
     this.btnIQW.Click   += new System.EventHandler(this.btnIQW_Click);
     //
     // txtIQWImag
     //
     this.txtIQWImag.Location = new System.Drawing.Point(248, 240);
     this.txtIQWImag.Name     = "txtIQWImag";
     this.txtIQWImag.Size     = new System.Drawing.Size(56, 20);
     this.txtIQWImag.TabIndex = 41;
     //
     // grpRXDCBlock
     //
     this.grpRXDCBlock.Controls.Add(this.checkBoxRXDCBlockEnable);
     this.grpRXDCBlock.Controls.Add(this.udDCBlock);
     this.grpRXDCBlock.Location = new System.Drawing.Point(257, 80);
     this.grpRXDCBlock.Name     = "grpRXDCBlock";
     this.grpRXDCBlock.Size     = new System.Drawing.Size(105, 128);
     this.grpRXDCBlock.TabIndex = 44;
     this.grpRXDCBlock.TabStop  = false;
     this.grpRXDCBlock.Text     = "RX DC Block";
     this.grpRXDCBlock.Enter   += new System.EventHandler(this.groupBox1_Enter);
     //
     // checkBoxRXDCBlockEnable
     //
     this.checkBoxRXDCBlockEnable.AutoSize = true;
     this.checkBoxRXDCBlockEnable.Location = new System.Drawing.Point(8, 31);
     this.checkBoxRXDCBlockEnable.Name     = "checkBoxRXDCBlockEnable";
     this.checkBoxRXDCBlockEnable.Size     = new System.Drawing.Size(83, 17);
     this.checkBoxRXDCBlockEnable.TabIndex = 44;
     this.checkBoxRXDCBlockEnable.Text     = "DCB enable";
     this.checkBoxRXDCBlockEnable.UseVisualStyleBackColor = true;
     this.checkBoxRXDCBlockEnable.CheckedChanged         += new System.EventHandler(this.checkBoxRXDCBlockEnable_CheckedChanged);
     //
     // udDCBlock
     //
     this.udDCBlock.DecimalPlaces = 8;
     this.udDCBlock.Increment     = new decimal(new int[] {
         1,
         0,
         0,
         327680
     });
     this.udDCBlock.Location = new System.Drawing.Point(9, 65);
     this.udDCBlock.Maximum  = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.udDCBlock.Name     = "udDCBlock";
     this.udDCBlock.Size     = new System.Drawing.Size(80, 20);
     this.udDCBlock.TabIndex = 43;
     this.udDCBlock.Value    = new decimal(new int[] {
         5,
         0,
         0,
         196608
     });
     this.udDCBlock.ValueChanged += new System.EventHandler(this.udDCBlock_ValueChanged);
     //
     // chkAudioMox
     //
     this.chkAudioMox.Appearance      = System.Windows.Forms.Appearance.Button;
     this.chkAudioMox.Location        = new System.Drawing.Point(310, 216);
     this.chkAudioMox.Name            = "chkAudioMox";
     this.chkAudioMox.Size            = new System.Drawing.Size(48, 38);
     this.chkAudioMox.TabIndex        = 45;
     this.chkAudioMox.Text            = "Audio MOX";
     this.chkAudioMox.TextAlign       = System.Drawing.ContentAlignment.MiddleCenter;
     this.chkAudioMox.CheckedChanged += new System.EventHandler(this.chkAudioMox_CheckedChanged);
     //
     // grpMN
     //
     this.grpMN.Controls.Add(this.NotchFreq);
     this.grpMN.Controls.Add(this.udMNFreq);
     this.grpMN.Controls.Add(this.checkBoxMNEnable);
     this.grpMN.Location = new System.Drawing.Point(286, 8);
     this.grpMN.Name     = "grpMN";
     this.grpMN.Size     = new System.Drawing.Size(278, 66);
     this.grpMN.TabIndex = 46;
     this.grpMN.TabStop  = false;
     this.grpMN.Text     = "ManualNotch";
     //
     // NotchFreq
     //
     this.NotchFreq.AutoSize = true;
     this.NotchFreq.Location = new System.Drawing.Point(21, 26);
     this.NotchFreq.Name     = "NotchFreq";
     this.NotchFreq.Size     = new System.Drawing.Size(47, 13);
     this.NotchFreq.TabIndex = 2;
     this.NotchFreq.Text     = "Freq(Hz)";
     //
     // udMNFreq
     //
     this.udMNFreq.Increment = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.udMNFreq.Location = new System.Drawing.Point(75, 23);
     this.udMNFreq.Maximum  = new decimal(new int[] {
         4000,
         0,
         0,
         0
     });
     this.udMNFreq.Minimum = new decimal(new int[] {
         100,
         0,
         0,
         0
     });
     this.udMNFreq.Name     = "udMNFreq";
     this.udMNFreq.Size     = new System.Drawing.Size(57, 20);
     this.udMNFreq.TabIndex = 1;
     this.udMNFreq.Value    = new decimal(new int[] {
         400,
         0,
         0,
         0
     });
     this.udMNFreq.ValueChanged += new System.EventHandler(this.udMNFreq_ValueChanged);
     //
     // checkBoxMNEnable
     //
     this.checkBoxMNEnable.AutoSize = true;
     this.checkBoxMNEnable.Location = new System.Drawing.Point(152, 24);
     this.checkBoxMNEnable.Name     = "checkBoxMNEnable";
     this.checkBoxMNEnable.Size     = new System.Drawing.Size(82, 17);
     this.checkBoxMNEnable.TabIndex = 0;
     this.checkBoxMNEnable.Text     = "Man. Notch";
     this.checkBoxMNEnable.UseVisualStyleBackColor = true;
     this.checkBoxMNEnable.CheckedChanged         += new System.EventHandler(this.checkBoxMNEnable_CheckedChanged);
     //
     // grpDSPLMSNR
     //
     this.grpDSPLMSNR.Controls.Add(this.lblLMSNRLeak);
     this.grpDSPLMSNR.Controls.Add(this.udLMSNRLeak);
     this.grpDSPLMSNR.Controls.Add(this.lblLMSNRgain);
     this.grpDSPLMSNR.Controls.Add(this.udLMSNRgain);
     this.grpDSPLMSNR.Controls.Add(this.udLMSNRdelay);
     this.grpDSPLMSNR.Controls.Add(this.lblLMSNRdelay);
     this.grpDSPLMSNR.Controls.Add(this.udLMSNRtaps);
     this.grpDSPLMSNR.Controls.Add(this.lblLMSNRtaps);
     this.grpDSPLMSNR.Location = new System.Drawing.Point(8, 80);
     this.grpDSPLMSNR.Name     = "grpDSPLMSNR";
     this.grpDSPLMSNR.Size     = new System.Drawing.Size(112, 128);
     this.grpDSPLMSNR.TabIndex = 35;
     this.grpDSPLMSNR.TabStop  = false;
     this.grpDSPLMSNR.Text     = "NR";
     //
     // lblLMSNRLeak
     //
     this.lblLMSNRLeak.Image    = null;
     this.lblLMSNRLeak.Location = new System.Drawing.Point(8, 96);
     this.lblLMSNRLeak.Name     = "lblLMSNRLeak";
     this.lblLMSNRLeak.Size     = new System.Drawing.Size(40, 16);
     this.lblLMSNRLeak.TabIndex = 11;
     this.lblLMSNRLeak.Text     = "Leak:";
     //
     // udLMSNRLeak
     //
     this.udLMSNRLeak.Enabled   = false;
     this.udLMSNRLeak.Increment = new decimal(new int[] {
         10,
         0,
         0,
         0
     });
     this.udLMSNRLeak.Location = new System.Drawing.Point(56, 96);
     this.udLMSNRLeak.Maximum  = new decimal(new int[] {
         1000,
         0,
         0,
         0
     });
     this.udLMSNRLeak.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.udLMSNRLeak.Name     = "udLMSNRLeak";
     this.udLMSNRLeak.Size     = new System.Drawing.Size(48, 20);
     this.udLMSNRLeak.TabIndex = 10;
     this.udLMSNRLeak.Value    = new decimal(new int[] {
         10,
         0,
         0,
         0
     });
     this.udLMSNRLeak.ValueChanged += new System.EventHandler(this.udLMSNR_ValueChanged);
     //
     // lblLMSNRgain
     //
     this.lblLMSNRgain.Image    = null;
     this.lblLMSNRgain.Location = new System.Drawing.Point(8, 72);
     this.lblLMSNRgain.Name     = "lblLMSNRgain";
     this.lblLMSNRgain.Size     = new System.Drawing.Size(40, 16);
     this.lblLMSNRgain.TabIndex = 9;
     this.lblLMSNRgain.Text     = "Gain:";
     //
     // udLMSNRgain
     //
     this.udLMSNRgain.Increment = new decimal(new int[] {
         10,
         0,
         0,
         0
     });
     this.udLMSNRgain.Location = new System.Drawing.Point(56, 72);
     this.udLMSNRgain.Maximum  = new decimal(new int[] {
         200,
         0,
         0,
         0
     });
     this.udLMSNRgain.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.udLMSNRgain.Name     = "udLMSNRgain";
     this.udLMSNRgain.Size     = new System.Drawing.Size(48, 20);
     this.udLMSNRgain.TabIndex = 7;
     this.udLMSNRgain.Value    = new decimal(new int[] {
         10,
         0,
         0,
         0
     });
     this.udLMSNRgain.ValueChanged += new System.EventHandler(this.udLMSNR_ValueChanged);
     //
     // udLMSNRdelay
     //
     this.udLMSNRdelay.Enabled   = false;
     this.udLMSNRdelay.Increment = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.udLMSNRdelay.Location = new System.Drawing.Point(56, 48);
     this.udLMSNRdelay.Maximum  = new decimal(new int[] {
         127,
         0,
         0,
         0
     });
     this.udLMSNRdelay.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.udLMSNRdelay.Name     = "udLMSNRdelay";
     this.udLMSNRdelay.Size     = new System.Drawing.Size(48, 20);
     this.udLMSNRdelay.TabIndex = 6;
     this.udLMSNRdelay.Value    = new decimal(new int[] {
         50,
         0,
         0,
         0
     });
     this.udLMSNRdelay.ValueChanged += new System.EventHandler(this.udLMSNR_ValueChanged);
     //
     // lblLMSNRdelay
     //
     this.lblLMSNRdelay.Image    = null;
     this.lblLMSNRdelay.Location = new System.Drawing.Point(8, 48);
     this.lblLMSNRdelay.Name     = "lblLMSNRdelay";
     this.lblLMSNRdelay.Size     = new System.Drawing.Size(40, 16);
     this.lblLMSNRdelay.TabIndex = 5;
     this.lblLMSNRdelay.Text     = "Delay:";
     //
     // udLMSNRtaps
     //
     this.udLMSNRtaps.Enabled   = false;
     this.udLMSNRtaps.Increment = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.udLMSNRtaps.Location = new System.Drawing.Point(56, 24);
     this.udLMSNRtaps.Maximum  = new decimal(new int[] {
         127,
         0,
         0,
         0
     });
     this.udLMSNRtaps.Minimum = new decimal(new int[] {
         31,
         0,
         0,
         0
     });
     this.udLMSNRtaps.Name     = "udLMSNRtaps";
     this.udLMSNRtaps.Size     = new System.Drawing.Size(48, 20);
     this.udLMSNRtaps.TabIndex = 5;
     this.udLMSNRtaps.Value    = new decimal(new int[] {
         65,
         0,
         0,
         0
     });
     this.udLMSNRtaps.ValueChanged += new System.EventHandler(this.udLMSNR_ValueChanged);
     //
     // lblLMSNRtaps
     //
     this.lblLMSNRtaps.Image    = null;
     this.lblLMSNRtaps.Location = new System.Drawing.Point(8, 24);
     this.lblLMSNRtaps.Name     = "lblLMSNRtaps";
     this.lblLMSNRtaps.Size     = new System.Drawing.Size(40, 16);
     this.lblLMSNRtaps.TabIndex = 3;
     this.lblLMSNRtaps.Text     = "Taps:";
     //
     // grpDSPLMSANF
     //
     this.grpDSPLMSANF.Controls.Add(this.lblLMSANFLeak);
     this.grpDSPLMSANF.Controls.Add(this.udLMSANFLeak);
     this.grpDSPLMSANF.Controls.Add(this.lblLMSANFgain);
     this.grpDSPLMSANF.Controls.Add(this.udLMSANFgain);
     this.grpDSPLMSANF.Controls.Add(this.lblLMSANFdelay);
     this.grpDSPLMSANF.Controls.Add(this.udLMSANFdelay);
     this.grpDSPLMSANF.Controls.Add(this.lblLMSANFTaps);
     this.grpDSPLMSANF.Controls.Add(this.udLMSANFtaps);
     this.grpDSPLMSANF.Location = new System.Drawing.Point(128, 80);
     this.grpDSPLMSANF.Name     = "grpDSPLMSANF";
     this.grpDSPLMSANF.Size     = new System.Drawing.Size(120, 128);
     this.grpDSPLMSANF.TabIndex = 34;
     this.grpDSPLMSANF.TabStop  = false;
     this.grpDSPLMSANF.Text     = "ANF";
     //
     // lblLMSANFLeak
     //
     this.lblLMSANFLeak.Image    = null;
     this.lblLMSANFLeak.Location = new System.Drawing.Point(8, 96);
     this.lblLMSANFLeak.Name     = "lblLMSANFLeak";
     this.lblLMSANFLeak.Size     = new System.Drawing.Size(40, 16);
     this.lblLMSANFLeak.TabIndex = 9;
     this.lblLMSANFLeak.Text     = "Leak:";
     //
     // udLMSANFLeak
     //
     this.udLMSANFLeak.Enabled   = false;
     this.udLMSANFLeak.Increment = new decimal(new int[] {
         10,
         0,
         0,
         0
     });
     this.udLMSANFLeak.Location = new System.Drawing.Point(56, 96);
     this.udLMSANFLeak.Maximum  = new decimal(new int[] {
         1000,
         0,
         0,
         0
     });
     this.udLMSANFLeak.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.udLMSANFLeak.Name     = "udLMSANFLeak";
     this.udLMSANFLeak.Size     = new System.Drawing.Size(48, 20);
     this.udLMSANFLeak.TabIndex = 8;
     this.udLMSANFLeak.Value    = new decimal(new int[] {
         10,
         0,
         0,
         0
     });
     this.udLMSANFLeak.ValueChanged += new System.EventHandler(this.udLMSANF_ValueChanged);
     //
     // lblLMSANFgain
     //
     this.lblLMSANFgain.Image    = null;
     this.lblLMSANFgain.Location = new System.Drawing.Point(8, 72);
     this.lblLMSANFgain.Name     = "lblLMSANFgain";
     this.lblLMSANFgain.Size     = new System.Drawing.Size(40, 16);
     this.lblLMSANFgain.TabIndex = 6;
     this.lblLMSANFgain.Text     = "Gain:";
     //
     // udLMSANFgain
     //
     this.udLMSANFgain.Increment = new decimal(new int[] {
         10,
         0,
         0,
         0
     });
     this.udLMSANFgain.Location = new System.Drawing.Point(56, 72);
     this.udLMSANFgain.Maximum  = new decimal(new int[] {
         200,
         0,
         0,
         0
     });
     this.udLMSANFgain.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.udLMSANFgain.Name     = "udLMSANFgain";
     this.udLMSANFgain.Size     = new System.Drawing.Size(48, 20);
     this.udLMSANFgain.TabIndex = 3;
     this.udLMSANFgain.Value    = new decimal(new int[] {
         10,
         0,
         0,
         0
     });
     this.udLMSANFgain.ValueChanged += new System.EventHandler(this.udLMSANF_ValueChanged);
     //
     // lblLMSANFdelay
     //
     this.lblLMSANFdelay.Image    = null;
     this.lblLMSANFdelay.Location = new System.Drawing.Point(8, 48);
     this.lblLMSANFdelay.Name     = "lblLMSANFdelay";
     this.lblLMSANFdelay.Size     = new System.Drawing.Size(40, 16);
     this.lblLMSANFdelay.TabIndex = 4;
     this.lblLMSANFdelay.Text     = "Delay:";
     //
     // udLMSANFdelay
     //
     this.udLMSANFdelay.Enabled   = false;
     this.udLMSANFdelay.Increment = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.udLMSANFdelay.Location = new System.Drawing.Point(56, 48);
     this.udLMSANFdelay.Maximum  = new decimal(new int[] {
         127,
         0,
         0,
         0
     });
     this.udLMSANFdelay.Minimum = new decimal(new int[] {
         16,
         0,
         0,
         0
     });
     this.udLMSANFdelay.Name     = "udLMSANFdelay";
     this.udLMSANFdelay.Size     = new System.Drawing.Size(48, 20);
     this.udLMSANFdelay.TabIndex = 2;
     this.udLMSANFdelay.Value    = new decimal(new int[] {
         50,
         0,
         0,
         0
     });
     this.udLMSANFdelay.ValueChanged += new System.EventHandler(this.udLMSANF_ValueChanged);
     //
     // lblLMSANFTaps
     //
     this.lblLMSANFTaps.Image    = null;
     this.lblLMSANFTaps.Location = new System.Drawing.Point(8, 24);
     this.lblLMSANFTaps.Name     = "lblLMSANFTaps";
     this.lblLMSANFTaps.Size     = new System.Drawing.Size(40, 16);
     this.lblLMSANFTaps.TabIndex = 2;
     this.lblLMSANFTaps.Text     = "Taps:";
     //
     // udLMSANFtaps
     //
     this.udLMSANFtaps.Enabled   = false;
     this.udLMSANFtaps.Increment = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.udLMSANFtaps.Location = new System.Drawing.Point(56, 24);
     this.udLMSANFtaps.Maximum  = new decimal(new int[] {
         127,
         0,
         0,
         0
     });
     this.udLMSANFtaps.Minimum = new decimal(new int[] {
         31,
         0,
         0,
         0
     });
     this.udLMSANFtaps.Name     = "udLMSANFtaps";
     this.udLMSANFtaps.Size     = new System.Drawing.Size(48, 20);
     this.udLMSANFtaps.TabIndex = 1;
     this.udLMSANFtaps.Value    = new decimal(new int[] {
         65,
         0,
         0,
         0
     });
     this.udLMSANFtaps.ValueChanged += new System.EventHandler(this.udLMSANF_ValueChanged);
     //
     // DSPTestForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(567, 266);
     this.Controls.Add(this.grpMN);
     this.Controls.Add(this.chkAudioMox);
     this.Controls.Add(this.grpRXDCBlock);
     this.Controls.Add(this.txtIQWImag);
     this.Controls.Add(this.txtIQWReal);
     this.Controls.Add(this.btnIQW);
     this.Controls.Add(this.txtSAMPLL);
     this.Controls.Add(this.btnSAMPLL);
     this.Controls.Add(this.grpDSPLMSNR);
     this.Controls.Add(this.grpDSPLMSANF);
     this.Controls.Add(this.grpWBIQ);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "DSPTestForm";
     this.Text = "DSP Test Form";
     this.grpWBIQ.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.udMu)).EndInit();
     this.grpRXDCBlock.ResumeLayout(false);
     this.grpRXDCBlock.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.udDCBlock)).EndInit();
     this.grpMN.ResumeLayout(false);
     this.grpMN.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.udMNFreq)).EndInit();
     this.grpDSPLMSNR.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.udLMSNRLeak)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.udLMSNRgain)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.udLMSNRdelay)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.udLMSNRtaps)).EndInit();
     this.grpDSPLMSANF.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.udLMSANFLeak)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.udLMSANFgain)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.udLMSANFdelay)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.udLMSANFtaps)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #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.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);
 }
Beispiel #5
0
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(VoIP));
            this.m_pStatusBar = new System.Windows.Forms.StatusStrip();
            this.statusLabel_Text = new System.Windows.Forms.ToolStripStatusLabel();
            this.statusLabel_Duration = new System.Windows.Forms.ToolStripStatusLabel();
            this.labelTS1 = new System.Windows.Forms.LabelTS();
            this.labelTS2 = new System.Windows.Forms.LabelTS();
            this.m_pLocalIP = new System.Windows.Forms.ComboBoxTS();
            this.m_pRemoteIP = new System.Windows.Forms.ComboBoxTS();
            this.m_pConnect = new System.Windows.Forms.ButtonTS();
            this.m_pTimerDuration = new System.Windows.Forms.Timer(this.components);
            this.m_pToolbar = new System.Windows.Forms.MenuStrip();
            this.m_pStatusBar.SuspendLayout();
            this.SuspendLayout();
            // 
            // m_pStatusBar
            // 
            this.m_pStatusBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.statusLabel_Text,
            this.statusLabel_Duration});
            this.m_pStatusBar.Location = new System.Drawing.Point(0, 112);
            this.m_pStatusBar.Name = "m_pStatusBar";
            this.m_pStatusBar.Size = new System.Drawing.Size(305, 22);
            this.m_pStatusBar.TabIndex = 3;
            this.m_pStatusBar.Text = "statusStrip1";
            // 
            // statusLabel_Text
            // 
            this.statusLabel_Text.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
                        | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
                        | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
            this.statusLabel_Text.Name = "statusLabel_Text";
            this.statusLabel_Text.Size = new System.Drawing.Size(230, 17);
            this.statusLabel_Text.Spring = true;
            this.statusLabel_Text.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // statusLabel_Duration
            // 
            this.statusLabel_Duration.AutoSize = false;
            this.statusLabel_Duration.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
                        | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
                        | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
            this.statusLabel_Duration.Name = "statusLabel_Duration";
            this.statusLabel_Duration.Size = new System.Drawing.Size(60, 17);
            // 
            // labelTS1
            // 
            this.labelTS1.AutoSize = true;
            this.labelTS1.Image = null;
            this.labelTS1.Location = new System.Drawing.Point(6, 42);
            this.labelTS1.Name = "labelTS1";
            this.labelTS1.Size = new System.Drawing.Size(46, 13);
            this.labelTS1.TabIndex = 4;
            this.labelTS1.Text = "Local IP";
            // 
            // labelTS2
            // 
            this.labelTS2.AutoSize = true;
            this.labelTS2.Image = null;
            this.labelTS2.Location = new System.Drawing.Point(6, 79);
            this.labelTS2.Name = "labelTS2";
            this.labelTS2.Size = new System.Drawing.Size(57, 13);
            this.labelTS2.TabIndex = 5;
            this.labelTS2.Text = "Remote IP";
            // 
            // m_pLocalIP
            // 
            this.m_pLocalIP.FormattingEnabled = true;
            this.m_pLocalIP.Items.AddRange(new object[] {
            "sip:[email protected]"});
            this.m_pLocalIP.Location = new System.Drawing.Point(63, 39);
            this.m_pLocalIP.Name = "m_pLocalIP";
            this.m_pLocalIP.Size = new System.Drawing.Size(151, 21);
            this.m_pLocalIP.TabIndex = 8;
            // 
            // m_pRemoteIP
            // 
            this.m_pRemoteIP.FormattingEnabled = true;
            this.m_pRemoteIP.Items.AddRange(new object[] {
            "sip:[email protected]:9999"});
            this.m_pRemoteIP.Location = new System.Drawing.Point(63, 75);
            this.m_pRemoteIP.Name = "m_pRemoteIP";
            this.m_pRemoteIP.Size = new System.Drawing.Size(151, 21);
            this.m_pRemoteIP.TabIndex = 9;
            // 
            // m_pConnect
            // 
            this.m_pConnect.Image = null;
            this.m_pConnect.Location = new System.Drawing.Point(223, 47);
            this.m_pConnect.Name = "m_pConnect";
            this.m_pConnect.Size = new System.Drawing.Size(75, 41);
            this.m_pConnect.TabIndex = 6;
            this.m_pConnect.UseVisualStyleBackColor = true;
            this.m_pConnect.Click += new System.EventHandler(this.m_pConnect_Click);
            // 
            // m_pTimerDuration
            // 
            this.m_pTimerDuration.Enabled = true;
            this.m_pTimerDuration.Interval = 1000;
            this.m_pTimerDuration.Tick += new System.EventHandler(this.m_pTimerDuration_Tick);
            // 
            // m_pToolbar
            // 
            this.m_pToolbar.Location = new System.Drawing.Point(0, 0);
            this.m_pToolbar.Name = "m_pToolbar";
            this.m_pToolbar.Size = new System.Drawing.Size(305, 24);
            this.m_pToolbar.TabIndex = 10;
            this.m_pToolbar.Text = "menuStrip1";
            // 
            // VoIP
            // 
            this.ClientSize = new System.Drawing.Size(305, 134);
            this.Controls.Add(this.m_pRemoteIP);
            this.Controls.Add(this.m_pLocalIP);
            this.Controls.Add(this.m_pConnect);
            this.Controls.Add(this.labelTS2);
            this.Controls.Add(this.labelTS1);
            this.Controls.Add(this.m_pStatusBar);
            this.Controls.Add(this.m_pToolbar);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MainMenuStrip = this.m_pToolbar;
            this.MaximizeBox = false;
            this.MaximumSize = new System.Drawing.Size(321, 172);
            this.MinimumSize = new System.Drawing.Size(321, 172);
            this.Name = "VoIP";
            this.Text = "Remote connection";
            this.Closing += new System.ComponentModel.CancelEventHandler(this.VoIP_Closing);
            this.m_pStatusBar.ResumeLayout(false);
            this.m_pStatusBar.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Beispiel #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.timer1           = new System.Windows.Forms.Timer(this.components);
     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(42, 260);
     this.pnlStatus.Name      = "pnlStatus";
     this.pnlStatus.Size      = new System.Drawing.Size(300, 20);
     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.ForeColor = System.Drawing.Color.Transparent;
     this.lblTimeRemaining.Image     = null;
     this.lblTimeRemaining.Location  = new System.Drawing.Point(273, 206);
     this.lblTimeRemaining.Name      = "lblTimeRemaining";
     this.lblTimeRemaining.Size      = new System.Drawing.Size(89, 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(-6, 149);
     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(397, 318);
     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.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.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FLEX5000ProdTestForm));
            this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
            this.comboCOMPort = new System.Windows.Forms.ComboBoxTS();
            this.btnGenATTN = new System.Windows.Forms.ButtonTS();
            this.btnGenPreamp = new System.Windows.Forms.ButtonTS();
            this.btnNoise = new System.Windows.Forms.ButtonTS();
            this.btnGenBal = new System.Windows.Forms.ButtonTS();
            this.btnPLL = new System.Windows.Forms.ButtonTS();
            this.btnImpulse = new System.Windows.Forms.ButtonTS();
            this.btnRXImage = new System.Windows.Forms.ButtonTS();
            this.btnRXFilter = new System.Windows.Forms.ButtonTS();
            this.btnRXLevel = new System.Windows.Forms.ButtonTS();
            this.lstDebug = new System.Windows.Forms.ListBox();
            this.printPreviewDialog1 = new System.Windows.Forms.PrintPreviewDialog();
            this.printDocument1 = new System.Drawing.Printing.PrintDocument();
            this.btnPostFence = new System.Windows.Forms.ButtonTS();
            this.grpIO = new System.Windows.Forms.GroupBoxTS();
            this.grpComPort = new System.Windows.Forms.GroupBoxTS();
            this.btnIOFWPTT = new System.Windows.Forms.ButtonTS();
            this.btnIOMicFast = new System.Windows.Forms.ButtonTS();
            this.btnIOMicDown = new System.Windows.Forms.ButtonTS();
            this.btnIOMicUp = new System.Windows.Forms.ButtonTS();
            this.btnIORunAll = new System.Windows.Forms.ButtonTS();
            this.btnIOExtRef = new System.Windows.Forms.ButtonTS();
            this.btnIOHeadphone = new System.Windows.Forms.ButtonTS();
            this.btnIOMicPTT = new System.Windows.Forms.ButtonTS();
            this.btnIORCAPTT = new System.Windows.Forms.ButtonTS();
            this.btnIODash = new System.Windows.Forms.ButtonTS();
            this.btnIODot = new System.Windows.Forms.ButtonTS();
            this.btnIOFWInOut = new System.Windows.Forms.ButtonTS();
            this.btnIORCAInOut = new System.Windows.Forms.ButtonTS();
            this.btnIOPwrSpkr = new System.Windows.Forms.ButtonTS();
            this.btnTestNone = new System.Windows.Forms.ButtonTS();
            this.btnTestAll = new System.Windows.Forms.ButtonTS();
            this.grpTestTransmitter = new System.Windows.Forms.GroupBoxTS();
            this.ckTestTXPA = new System.Windows.Forms.CheckBoxTS();
            this.ckTestTXGain = new System.Windows.Forms.CheckBoxTS();
            this.btnTestTXNone = new System.Windows.Forms.ButtonTS();
            this.btnTestTXAll = new System.Windows.Forms.ButtonTS();
            this.ckTestTXImage = new System.Windows.Forms.CheckBoxTS();
            this.ckTestTXCarrier = new System.Windows.Forms.CheckBoxTS();
            this.ckTestTXFilter = new System.Windows.Forms.CheckBoxTS();
            this.grpTestReceiver = new System.Windows.Forms.GroupBoxTS();
            this.btnTestRXNone = new System.Windows.Forms.ButtonTS();
            this.btnTestRXAll = new System.Windows.Forms.ButtonTS();
            this.ckTestRXMDS = new System.Windows.Forms.CheckBoxTS();
            this.ckTestRXImage = new System.Windows.Forms.CheckBoxTS();
            this.ckTestRXLevel = new System.Windows.Forms.CheckBoxTS();
            this.ckTestRXFilter = new System.Windows.Forms.CheckBoxTS();
            this.grpTestGeneral = new System.Windows.Forms.GroupBoxTS();
            this.btnTestGenAll = new System.Windows.Forms.ButtonTS();
            this.ckTestGenPreamp = new System.Windows.Forms.CheckBoxTS();
            this.btnTestGenNone = new System.Windows.Forms.ButtonTS();
            this.ckTestGenImpulse = new System.Windows.Forms.CheckBoxTS();
            this.ckTestGenNoise = new System.Windows.Forms.CheckBoxTS();
            this.ckTestGenBal = new System.Windows.Forms.CheckBoxTS();
            this.ckTestGenPLL = new System.Windows.Forms.CheckBoxTS();
            this.ckTestGenATTN = new System.Windows.Forms.CheckBoxTS();
            this.btnPrintReport = new System.Windows.Forms.ButtonTS();
            this.txtTech = new System.Windows.Forms.TextBoxTS();
            this.lblTech = new System.Windows.Forms.LabelTS();
            this.btnRunSelectedTests = new System.Windows.Forms.ButtonTS();
            this.grpBands = new System.Windows.Forms.GroupBoxTS();
            this.ck6 = new System.Windows.Forms.CheckBoxTS();
            this.ck10 = new System.Windows.Forms.CheckBoxTS();
            this.ck12 = new System.Windows.Forms.CheckBoxTS();
            this.ck15 = new System.Windows.Forms.CheckBoxTS();
            this.ck17 = new System.Windows.Forms.CheckBoxTS();
            this.ck20 = new System.Windows.Forms.CheckBoxTS();
            this.ck30 = new System.Windows.Forms.CheckBoxTS();
            this.ck40 = new System.Windows.Forms.CheckBoxTS();
            this.ck60 = new System.Windows.Forms.CheckBoxTS();
            this.ck80 = new System.Windows.Forms.CheckBoxTS();
            this.ck160 = new System.Windows.Forms.CheckBoxTS();
            this.btnClearAll = new System.Windows.Forms.ButtonTS();
            this.btnCheckAll = new System.Windows.Forms.ButtonTS();
            this.grpTransmitter = new System.Windows.Forms.GroupBoxTS();
            this.btnTX1500PA = new System.Windows.Forms.ButtonTS();
            this.btnTXGain = new System.Windows.Forms.ButtonTS();
            this.btnTXFilter = new System.Windows.Forms.ButtonTS();
            this.btnTXCarrier = new System.Windows.Forms.ButtonTS();
            this.btnTXImage = new System.Windows.Forms.ButtonTS();
            this.grpGeneral = new System.Windows.Forms.GroupBoxTS();
            this.grpReceiver = new System.Windows.Forms.GroupBoxTS();
            this.udLevel = new System.Windows.Forms.NumericUpDown();
            this.btnRunAll1500 = new System.Windows.Forms.ButtonTS();
            this.grpIO.SuspendLayout();
            this.grpComPort.SuspendLayout();
            this.grpTestTransmitter.SuspendLayout();
            this.grpTestReceiver.SuspendLayout();
            this.grpTestGeneral.SuspendLayout();
            this.grpBands.SuspendLayout();
            this.grpTransmitter.SuspendLayout();
            this.grpGeneral.SuspendLayout();
            this.grpReceiver.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.udLevel)).BeginInit();
            this.SuspendLayout();
            // 
            // comboCOMPort
            // 
            this.comboCOMPort.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboCOMPort.DropDownWidth = 72;
            this.comboCOMPort.Location = new System.Drawing.Point(16, 16);
            this.comboCOMPort.Name = "comboCOMPort";
            this.comboCOMPort.Size = new System.Drawing.Size(72, 21);
            this.comboCOMPort.TabIndex = 0;
            this.toolTip1.SetToolTip(this.comboCOMPort, "COM Port Power Master Wattmeter is connected to");
            // 
            // btnGenATTN
            // 
            this.btnGenATTN.Image = null;
            this.btnGenATTN.Location = new System.Drawing.Point(104, 80);
            this.btnGenATTN.Name = "btnGenATTN";
            this.btnGenATTN.Size = new System.Drawing.Size(75, 23);
            this.btnGenATTN.TabIndex = 8;
            this.btnGenATTN.Text = "Attenuator";
            this.toolTip1.SetToolTip(this.btnGenATTN, "Attenuator Test: Not Run");
            this.btnGenATTN.Visible = false;
            this.btnGenATTN.Click += new System.EventHandler(this.btnGenATTN_Click);
            // 
            // btnGenPreamp
            // 
            this.btnGenPreamp.Image = null;
            this.btnGenPreamp.Location = new System.Drawing.Point(16, 80);
            this.btnGenPreamp.Name = "btnGenPreamp";
            this.btnGenPreamp.Size = new System.Drawing.Size(75, 23);
            this.btnGenPreamp.TabIndex = 7;
            this.btnGenPreamp.Text = "Preamp";
            this.toolTip1.SetToolTip(this.btnGenPreamp, "Preamp Test: Not Run");
            this.btnGenPreamp.Click += new System.EventHandler(this.btnGenPreamp_Click);
            // 
            // btnNoise
            // 
            this.btnNoise.Image = null;
            this.btnNoise.Location = new System.Drawing.Point(16, 48);
            this.btnNoise.Name = "btnNoise";
            this.btnNoise.Size = new System.Drawing.Size(75, 23);
            this.btnNoise.TabIndex = 2;
            this.btnNoise.Text = "Noise";
            this.toolTip1.SetToolTip(this.btnNoise, "Noise Test: Not Run");
            this.btnNoise.Visible = false;
            this.btnNoise.Click += new System.EventHandler(this.btnNoise_Click);
            // 
            // btnGenBal
            // 
            this.btnGenBal.Image = null;
            this.btnGenBal.Location = new System.Drawing.Point(104, 16);
            this.btnGenBal.Name = "btnGenBal";
            this.btnGenBal.Size = new System.Drawing.Size(75, 23);
            this.btnGenBal.TabIndex = 1;
            this.btnGenBal.Text = "Gen/Bal";
            this.toolTip1.SetToolTip(this.btnGenBal, "Gen/Bal Test: Not Run");
            this.btnGenBal.Click += new System.EventHandler(this.btnGenBal_Click);
            // 
            // btnPLL
            // 
            this.btnPLL.Image = null;
            this.btnPLL.Location = new System.Drawing.Point(16, 16);
            this.btnPLL.Name = "btnPLL";
            this.btnPLL.Size = new System.Drawing.Size(75, 23);
            this.btnPLL.TabIndex = 0;
            this.btnPLL.Text = "PLL";
            this.toolTip1.SetToolTip(this.btnPLL, "PLL Test: Not Run");
            this.btnPLL.Click += new System.EventHandler(this.btnPLL_Click);
            // 
            // btnImpulse
            // 
            this.btnImpulse.Image = null;
            this.btnImpulse.Location = new System.Drawing.Point(104, 48);
            this.btnImpulse.Name = "btnImpulse";
            this.btnImpulse.Size = new System.Drawing.Size(75, 23);
            this.btnImpulse.TabIndex = 6;
            this.btnImpulse.Text = "Impulse";
            this.toolTip1.SetToolTip(this.btnImpulse, "Impulse Test: Not Run");
            this.btnImpulse.Click += new System.EventHandler(this.btnImpulse_Click);
            // 
            // btnRXImage
            // 
            this.btnRXImage.Image = null;
            this.btnRXImage.Location = new System.Drawing.Point(16, 64);
            this.btnRXImage.Name = "btnRXImage";
            this.btnRXImage.Size = new System.Drawing.Size(75, 23);
            this.btnRXImage.TabIndex = 4;
            this.btnRXImage.Text = "Image";
            this.toolTip1.SetToolTip(this.btnRXImage, "RX Image Test: Not Run");
            this.btnRXImage.Click += new System.EventHandler(this.btnRXImage_Click);
            // 
            // btnRXFilter
            // 
            this.btnRXFilter.Image = null;
            this.btnRXFilter.Location = new System.Drawing.Point(16, 24);
            this.btnRXFilter.Name = "btnRXFilter";
            this.btnRXFilter.Size = new System.Drawing.Size(75, 23);
            this.btnRXFilter.TabIndex = 1;
            this.btnRXFilter.Text = "Filter";
            this.toolTip1.SetToolTip(this.btnRXFilter, "RX Filter Test: Not Run");
            this.btnRXFilter.Click += new System.EventHandler(this.btnRXFilter_Click);
            // 
            // btnRXLevel
            // 
            this.btnRXLevel.Image = null;
            this.btnRXLevel.Location = new System.Drawing.Point(104, 24);
            this.btnRXLevel.Name = "btnRXLevel";
            this.btnRXLevel.Size = new System.Drawing.Size(75, 23);
            this.btnRXLevel.TabIndex = 3;
            this.btnRXLevel.Text = "Level";
            this.toolTip1.SetToolTip(this.btnRXLevel, "RX Level Test: Not Run");
            this.btnRXLevel.Click += new System.EventHandler(this.btnRXLevel_Click);
            // 
            // lstDebug
            // 
            this.lstDebug.HorizontalScrollbar = true;
            this.lstDebug.Location = new System.Drawing.Point(216, 128);
            this.lstDebug.Name = "lstDebug";
            this.lstDebug.Size = new System.Drawing.Size(256, 199);
            this.lstDebug.TabIndex = 16;
            // 
            // printPreviewDialog1
            // 
            this.printPreviewDialog1.AutoScrollMargin = new System.Drawing.Size(0, 0);
            this.printPreviewDialog1.AutoScrollMinSize = new System.Drawing.Size(0, 0);
            this.printPreviewDialog1.ClientSize = new System.Drawing.Size(400, 300);
            this.printPreviewDialog1.Enabled = true;
            this.printPreviewDialog1.Icon = ((System.Drawing.Icon)(resources.GetObject("printPreviewDialog1.Icon")));
            this.printPreviewDialog1.Name = "printPreviewDialog1";
            this.printPreviewDialog1.Visible = false;
            // 
            // printDocument1
            // 
            this.printDocument1.PrintPage += new System.Drawing.Printing.PrintPageEventHandler(this.printDocument1_PrintPage);
            // 
            // btnPostFence
            // 
            this.btnPostFence.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnPostFence.Image = null;
            this.btnPostFence.Location = new System.Drawing.Point(152, 344);
            this.btnPostFence.Name = "btnPostFence";
            this.btnPostFence.Size = new System.Drawing.Size(56, 32);
            this.btnPostFence.TabIndex = 29;
            this.btnPostFence.Text = "Post Fence";
            this.btnPostFence.Click += new System.EventHandler(this.btnPostFence_Click);
            // 
            // grpIO
            // 
            this.grpIO.Controls.Add(this.grpComPort);
            this.grpIO.Controls.Add(this.btnIOFWPTT);
            this.grpIO.Controls.Add(this.btnIOMicFast);
            this.grpIO.Controls.Add(this.btnIOMicDown);
            this.grpIO.Controls.Add(this.btnIOMicUp);
            this.grpIO.Controls.Add(this.btnIORunAll);
            this.grpIO.Controls.Add(this.btnIOExtRef);
            this.grpIO.Controls.Add(this.btnIOHeadphone);
            this.grpIO.Controls.Add(this.btnIOMicPTT);
            this.grpIO.Controls.Add(this.btnIORCAPTT);
            this.grpIO.Controls.Add(this.btnIODash);
            this.grpIO.Controls.Add(this.btnIODot);
            this.grpIO.Controls.Add(this.btnIOFWInOut);
            this.grpIO.Controls.Add(this.btnIORCAInOut);
            this.grpIO.Controls.Add(this.btnIOPwrSpkr);
            this.grpIO.Location = new System.Drawing.Point(480, 8);
            this.grpIO.Name = "grpIO";
            this.grpIO.Size = new System.Drawing.Size(104, 472);
            this.grpIO.TabIndex = 28;
            this.grpIO.TabStop = false;
            this.grpIO.Text = "Input/Output";
            // 
            // grpComPort
            // 
            this.grpComPort.Controls.Add(this.comboCOMPort);
            this.grpComPort.Location = new System.Drawing.Point(5, 371);
            this.grpComPort.Name = "grpComPort";
            this.grpComPort.Size = new System.Drawing.Size(104, 48);
            this.grpComPort.TabIndex = 30;
            this.grpComPort.TabStop = false;
            this.grpComPort.Text = "COM Port";
            this.grpComPort.Visible = false;
            // 
            // btnIOFWPTT
            // 
            this.btnIOFWPTT.Image = null;
            this.btnIOFWPTT.Location = new System.Drawing.Point(16, 304);
            this.btnIOFWPTT.Name = "btnIOFWPTT";
            this.btnIOFWPTT.Size = new System.Drawing.Size(75, 23);
            this.btnIOFWPTT.TabIndex = 35;
            this.btnIOFWPTT.Text = "FW PTT";
            this.btnIOFWPTT.Visible = false;
            this.btnIOFWPTT.Click += new System.EventHandler(this.btnIOFWPTT_Click);
            // 
            // btnIOMicFast
            // 
            this.btnIOMicFast.Image = null;
            this.btnIOMicFast.Location = new System.Drawing.Point(16, 384);
            this.btnIOMicFast.Name = "btnIOMicFast";
            this.btnIOMicFast.Size = new System.Drawing.Size(75, 23);
            this.btnIOMicFast.TabIndex = 34;
            this.btnIOMicFast.Text = "Mic Fast";
            this.btnIOMicFast.Visible = false;
            this.btnIOMicFast.Click += new System.EventHandler(this.btnIOMicFast_Click);
            // 
            // btnIOMicDown
            // 
            this.btnIOMicDown.Image = null;
            this.btnIOMicDown.Location = new System.Drawing.Point(16, 104);
            this.btnIOMicDown.Name = "btnIOMicDown";
            this.btnIOMicDown.Size = new System.Drawing.Size(75, 23);
            this.btnIOMicDown.TabIndex = 33;
            this.btnIOMicDown.Text = "Mic Down";
            this.btnIOMicDown.Visible = false;
            this.btnIOMicDown.Click += new System.EventHandler(this.btnIOMicDown_Click);
            // 
            // btnIOMicUp
            // 
            this.btnIOMicUp.Image = null;
            this.btnIOMicUp.Location = new System.Drawing.Point(16, 24);
            this.btnIOMicUp.Name = "btnIOMicUp";
            this.btnIOMicUp.Size = new System.Drawing.Size(75, 23);
            this.btnIOMicUp.TabIndex = 32;
            this.btnIOMicUp.Text = "Mic Up";
            this.btnIOMicUp.Visible = false;
            this.btnIOMicUp.Click += new System.EventHandler(this.btnIOMicUp_Click);
            // 
            // btnIORunAll
            // 
            this.btnIORunAll.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnIORunAll.Image = null;
            this.btnIORunAll.Location = new System.Drawing.Point(16, 424);
            this.btnIORunAll.Name = "btnIORunAll";
            this.btnIORunAll.Size = new System.Drawing.Size(75, 40);
            this.btnIORunAll.TabIndex = 31;
            this.btnIORunAll.Text = "Run All IO Tests";
            this.btnIORunAll.Click += new System.EventHandler(this.btnIORunAll_Click);
            // 
            // btnIOExtRef
            // 
            this.btnIOExtRef.Image = null;
            this.btnIOExtRef.Location = new System.Drawing.Point(16, 24);
            this.btnIOExtRef.Name = "btnIOExtRef";
            this.btnIOExtRef.Size = new System.Drawing.Size(75, 23);
            this.btnIOExtRef.TabIndex = 30;
            this.btnIOExtRef.Text = "Ext Ref";
            this.btnIOExtRef.Click += new System.EventHandler(this.btnIOExtRef_Click);
            // 
            // btnIOHeadphone
            // 
            this.btnIOHeadphone.Image = null;
            this.btnIOHeadphone.Location = new System.Drawing.Point(16, 185);
            this.btnIOHeadphone.Name = "btnIOHeadphone";
            this.btnIOHeadphone.Size = new System.Drawing.Size(75, 23);
            this.btnIOHeadphone.TabIndex = 29;
            this.btnIOHeadphone.Text = "Headphone";
            this.btnIOHeadphone.Click += new System.EventHandler(this.btnIOHeadphone_Click);
            // 
            // btnIOMicPTT
            // 
            this.btnIOMicPTT.Image = null;
            this.btnIOMicPTT.Location = new System.Drawing.Point(16, 344);
            this.btnIOMicPTT.Name = "btnIOMicPTT";
            this.btnIOMicPTT.Size = new System.Drawing.Size(75, 23);
            this.btnIOMicPTT.TabIndex = 28;
            this.btnIOMicPTT.Text = "Mic PTT";
            this.btnIOMicPTT.Click += new System.EventHandler(this.btnIOMicPTT_Click);
            // 
            // btnIORCAPTT
            // 
            this.btnIORCAPTT.Image = null;
            this.btnIORCAPTT.Location = new System.Drawing.Point(16, 304);
            this.btnIORCAPTT.Name = "btnIORCAPTT";
            this.btnIORCAPTT.Size = new System.Drawing.Size(75, 23);
            this.btnIORCAPTT.TabIndex = 27;
            this.btnIORCAPTT.Text = "RCA PTT";
            this.btnIORCAPTT.Click += new System.EventHandler(this.btnIORCAPTT_Click);
            // 
            // btnIODash
            // 
            this.btnIODash.Image = null;
            this.btnIODash.Location = new System.Drawing.Point(16, 264);
            this.btnIODash.Name = "btnIODash";
            this.btnIODash.Size = new System.Drawing.Size(75, 23);
            this.btnIODash.TabIndex = 26;
            this.btnIODash.Text = "Dash";
            this.btnIODash.Click += new System.EventHandler(this.btnIODash_Click);
            // 
            // btnIODot
            // 
            this.btnIODot.Image = null;
            this.btnIODot.Location = new System.Drawing.Point(16, 224);
            this.btnIODot.Name = "btnIODot";
            this.btnIODot.Size = new System.Drawing.Size(75, 23);
            this.btnIODot.TabIndex = 25;
            this.btnIODot.Text = "Dot";
            this.btnIODot.Click += new System.EventHandler(this.btnIODot_Click);
            // 
            // btnIOFWInOut
            // 
            this.btnIOFWInOut.Image = null;
            this.btnIOFWInOut.Location = new System.Drawing.Point(16, 145);
            this.btnIOFWInOut.Name = "btnIOFWInOut";
            this.btnIOFWInOut.Size = new System.Drawing.Size(75, 23);
            this.btnIOFWInOut.TabIndex = 24;
            this.btnIOFWInOut.Text = "FW In/Out";
            this.btnIOFWInOut.Click += new System.EventHandler(this.btnIOFWInOut_Click);
            // 
            // btnIORCAInOut
            // 
            this.btnIORCAInOut.Image = null;
            this.btnIORCAInOut.Location = new System.Drawing.Point(16, 104);
            this.btnIORCAInOut.Name = "btnIORCAInOut";
            this.btnIORCAInOut.Size = new System.Drawing.Size(75, 23);
            this.btnIORCAInOut.TabIndex = 23;
            this.btnIORCAInOut.Text = "RCA In/Out";
            this.btnIORCAInOut.Click += new System.EventHandler(this.btnIORCAInOut_Click);
            // 
            // btnIOPwrSpkr
            // 
            this.btnIOPwrSpkr.Image = null;
            this.btnIOPwrSpkr.Location = new System.Drawing.Point(16, 64);
            this.btnIOPwrSpkr.Name = "btnIOPwrSpkr";
            this.btnIOPwrSpkr.Size = new System.Drawing.Size(75, 23);
            this.btnIOPwrSpkr.TabIndex = 22;
            this.btnIOPwrSpkr.Text = "PWR.SPKR";
            this.btnIOPwrSpkr.Click += new System.EventHandler(this.btnIOPwrSpkr_Click);
            // 
            // btnTestNone
            // 
            this.btnTestNone.Font = new System.Drawing.Font("Microsoft Sans Serif", 6F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnTestNone.Image = null;
            this.btnTestNone.Location = new System.Drawing.Point(104, 360);
            this.btnTestNone.Name = "btnTestNone";
            this.btnTestNone.Size = new System.Drawing.Size(40, 16);
            this.btnTestNone.TabIndex = 27;
            this.btnTestNone.Text = "None";
            this.btnTestNone.Click += new System.EventHandler(this.btnTestNone_Click);
            // 
            // btnTestAll
            // 
            this.btnTestAll.Font = new System.Drawing.Font("Microsoft Sans Serif", 6F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnTestAll.Image = null;
            this.btnTestAll.Location = new System.Drawing.Point(104, 344);
            this.btnTestAll.Name = "btnTestAll";
            this.btnTestAll.Size = new System.Drawing.Size(40, 16);
            this.btnTestAll.TabIndex = 26;
            this.btnTestAll.Text = "All";
            this.btnTestAll.Click += new System.EventHandler(this.btnTestAll_Click);
            // 
            // grpTestTransmitter
            // 
            this.grpTestTransmitter.Controls.Add(this.ckTestTXPA);
            this.grpTestTransmitter.Controls.Add(this.ckTestTXGain);
            this.grpTestTransmitter.Controls.Add(this.btnTestTXNone);
            this.grpTestTransmitter.Controls.Add(this.btnTestTXAll);
            this.grpTestTransmitter.Controls.Add(this.ckTestTXImage);
            this.grpTestTransmitter.Controls.Add(this.ckTestTXCarrier);
            this.grpTestTransmitter.Controls.Add(this.ckTestTXFilter);
            this.grpTestTransmitter.Location = new System.Drawing.Point(320, 384);
            this.grpTestTransmitter.Name = "grpTestTransmitter";
            this.grpTestTransmitter.Size = new System.Drawing.Size(144, 96);
            this.grpTestTransmitter.TabIndex = 23;
            this.grpTestTransmitter.TabStop = false;
            this.grpTestTransmitter.Text = "Transmitter";
            // 
            // ckTestTXPA
            // 
            this.ckTestTXPA.Checked = true;
            this.ckTestTXPA.CheckState = System.Windows.Forms.CheckState.Checked;
            this.ckTestTXPA.Image = null;
            this.ckTestTXPA.Location = new System.Drawing.Point(72, 49);
            this.ckTestTXPA.Name = "ckTestTXPA";
            this.ckTestTXPA.Size = new System.Drawing.Size(56, 24);
            this.ckTestTXPA.TabIndex = 29;
            this.ckTestTXPA.Text = "PA";
            this.ckTestTXPA.Visible = false;
            // 
            // ckTestTXGain
            // 
            this.ckTestTXGain.Image = null;
            this.ckTestTXGain.Location = new System.Drawing.Point(72, 48);
            this.ckTestTXGain.Name = "ckTestTXGain";
            this.ckTestTXGain.Size = new System.Drawing.Size(56, 24);
            this.ckTestTXGain.TabIndex = 28;
            this.ckTestTXGain.Text = "Gain";
            this.ckTestTXGain.Visible = false;
            // 
            // btnTestTXNone
            // 
            this.btnTestTXNone.Font = new System.Drawing.Font("Microsoft Sans Serif", 6F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnTestTXNone.Image = null;
            this.btnTestTXNone.Location = new System.Drawing.Point(76, 72);
            this.btnTestTXNone.Name = "btnTestTXNone";
            this.btnTestTXNone.Size = new System.Drawing.Size(40, 16);
            this.btnTestTXNone.TabIndex = 27;
            this.btnTestTXNone.Text = "None";
            this.btnTestTXNone.Click += new System.EventHandler(this.btnTestTXNone_Click);
            // 
            // btnTestTXAll
            // 
            this.btnTestTXAll.Font = new System.Drawing.Font("Microsoft Sans Serif", 6F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnTestTXAll.Image = null;
            this.btnTestTXAll.Location = new System.Drawing.Point(28, 72);
            this.btnTestTXAll.Name = "btnTestTXAll";
            this.btnTestTXAll.Size = new System.Drawing.Size(40, 16);
            this.btnTestTXAll.TabIndex = 26;
            this.btnTestTXAll.Text = "All";
            this.btnTestTXAll.Click += new System.EventHandler(this.btnTestTXAll_Click);
            // 
            // ckTestTXImage
            // 
            this.ckTestTXImage.Checked = true;
            this.ckTestTXImage.CheckState = System.Windows.Forms.CheckState.Checked;
            this.ckTestTXImage.Image = null;
            this.ckTestTXImage.Location = new System.Drawing.Point(72, 24);
            this.ckTestTXImage.Name = "ckTestTXImage";
            this.ckTestTXImage.Size = new System.Drawing.Size(56, 24);
            this.ckTestTXImage.TabIndex = 21;
            this.ckTestTXImage.Text = "Image";
            // 
            // ckTestTXCarrier
            // 
            this.ckTestTXCarrier.Checked = true;
            this.ckTestTXCarrier.CheckState = System.Windows.Forms.CheckState.Checked;
            this.ckTestTXCarrier.Image = null;
            this.ckTestTXCarrier.Location = new System.Drawing.Point(16, 48);
            this.ckTestTXCarrier.Name = "ckTestTXCarrier";
            this.ckTestTXCarrier.Size = new System.Drawing.Size(64, 24);
            this.ckTestTXCarrier.TabIndex = 20;
            this.ckTestTXCarrier.Text = "Carrier";
            // 
            // ckTestTXFilter
            // 
            this.ckTestTXFilter.Checked = true;
            this.ckTestTXFilter.CheckState = System.Windows.Forms.CheckState.Checked;
            this.ckTestTXFilter.Image = null;
            this.ckTestTXFilter.Location = new System.Drawing.Point(16, 24);
            this.ckTestTXFilter.Name = "ckTestTXFilter";
            this.ckTestTXFilter.Size = new System.Drawing.Size(48, 24);
            this.ckTestTXFilter.TabIndex = 19;
            this.ckTestTXFilter.Text = "Filter";
            // 
            // grpTestReceiver
            // 
            this.grpTestReceiver.Controls.Add(this.btnTestRXNone);
            this.grpTestReceiver.Controls.Add(this.btnTestRXAll);
            this.grpTestReceiver.Controls.Add(this.ckTestRXMDS);
            this.grpTestReceiver.Controls.Add(this.ckTestRXImage);
            this.grpTestReceiver.Controls.Add(this.ckTestRXLevel);
            this.grpTestReceiver.Controls.Add(this.ckTestRXFilter);
            this.grpTestReceiver.Location = new System.Drawing.Point(168, 384);
            this.grpTestReceiver.Name = "grpTestReceiver";
            this.grpTestReceiver.Size = new System.Drawing.Size(144, 96);
            this.grpTestReceiver.TabIndex = 22;
            this.grpTestReceiver.TabStop = false;
            this.grpTestReceiver.Text = "Receiver";
            // 
            // btnTestRXNone
            // 
            this.btnTestRXNone.Font = new System.Drawing.Font("Microsoft Sans Serif", 6F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnTestRXNone.Image = null;
            this.btnTestRXNone.Location = new System.Drawing.Point(76, 72);
            this.btnTestRXNone.Name = "btnTestRXNone";
            this.btnTestRXNone.Size = new System.Drawing.Size(40, 16);
            this.btnTestRXNone.TabIndex = 27;
            this.btnTestRXNone.Text = "None";
            this.btnTestRXNone.Click += new System.EventHandler(this.btnTestRXNone_Click);
            // 
            // btnTestRXAll
            // 
            this.btnTestRXAll.Font = new System.Drawing.Font("Microsoft Sans Serif", 6F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnTestRXAll.Image = null;
            this.btnTestRXAll.Location = new System.Drawing.Point(28, 72);
            this.btnTestRXAll.Name = "btnTestRXAll";
            this.btnTestRXAll.Size = new System.Drawing.Size(40, 16);
            this.btnTestRXAll.TabIndex = 26;
            this.btnTestRXAll.Text = "All";
            this.btnTestRXAll.Click += new System.EventHandler(this.btnTestRXAll_Click);
            // 
            // ckTestRXMDS
            // 
            this.ckTestRXMDS.Checked = true;
            this.ckTestRXMDS.CheckState = System.Windows.Forms.CheckState.Checked;
            this.ckTestRXMDS.Image = null;
            this.ckTestRXMDS.Location = new System.Drawing.Point(80, 48);
            this.ckTestRXMDS.Name = "ckTestRXMDS";
            this.ckTestRXMDS.Size = new System.Drawing.Size(56, 24);
            this.ckTestRXMDS.TabIndex = 22;
            this.ckTestRXMDS.Text = "MDS";
            this.ckTestRXMDS.Visible = false;
            // 
            // ckTestRXImage
            // 
            this.ckTestRXImage.Checked = true;
            this.ckTestRXImage.CheckState = System.Windows.Forms.CheckState.Checked;
            this.ckTestRXImage.Image = null;
            this.ckTestRXImage.Location = new System.Drawing.Point(16, 48);
            this.ckTestRXImage.Name = "ckTestRXImage";
            this.ckTestRXImage.Size = new System.Drawing.Size(56, 24);
            this.ckTestRXImage.TabIndex = 21;
            this.ckTestRXImage.Text = "Image";
            // 
            // ckTestRXLevel
            // 
            this.ckTestRXLevel.Checked = true;
            this.ckTestRXLevel.CheckState = System.Windows.Forms.CheckState.Checked;
            this.ckTestRXLevel.Image = null;
            this.ckTestRXLevel.Location = new System.Drawing.Point(80, 24);
            this.ckTestRXLevel.Name = "ckTestRXLevel";
            this.ckTestRXLevel.Size = new System.Drawing.Size(56, 24);
            this.ckTestRXLevel.TabIndex = 20;
            this.ckTestRXLevel.Text = "Level";
            // 
            // ckTestRXFilter
            // 
            this.ckTestRXFilter.Checked = true;
            this.ckTestRXFilter.CheckState = System.Windows.Forms.CheckState.Checked;
            this.ckTestRXFilter.Image = null;
            this.ckTestRXFilter.Location = new System.Drawing.Point(16, 24);
            this.ckTestRXFilter.Name = "ckTestRXFilter";
            this.ckTestRXFilter.Size = new System.Drawing.Size(48, 24);
            this.ckTestRXFilter.TabIndex = 19;
            this.ckTestRXFilter.Text = "Filter";
            // 
            // grpTestGeneral
            // 
            this.grpTestGeneral.Controls.Add(this.btnTestGenAll);
            this.grpTestGeneral.Controls.Add(this.ckTestGenPreamp);
            this.grpTestGeneral.Controls.Add(this.btnTestGenNone);
            this.grpTestGeneral.Controls.Add(this.ckTestGenImpulse);
            this.grpTestGeneral.Controls.Add(this.ckTestGenNoise);
            this.grpTestGeneral.Controls.Add(this.ckTestGenBal);
            this.grpTestGeneral.Controls.Add(this.ckTestGenPLL);
            this.grpTestGeneral.Controls.Add(this.ckTestGenATTN);
            this.grpTestGeneral.Location = new System.Drawing.Point(8, 384);
            this.grpTestGeneral.Name = "grpTestGeneral";
            this.grpTestGeneral.Size = new System.Drawing.Size(152, 96);
            this.grpTestGeneral.TabIndex = 21;
            this.grpTestGeneral.TabStop = false;
            this.grpTestGeneral.Text = "General";
            // 
            // btnTestGenAll
            // 
            this.btnTestGenAll.Font = new System.Drawing.Font("Microsoft Sans Serif", 6F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnTestGenAll.Image = null;
            this.btnTestGenAll.Location = new System.Drawing.Point(64, 72);
            this.btnTestGenAll.Name = "btnTestGenAll";
            this.btnTestGenAll.Size = new System.Drawing.Size(40, 16);
            this.btnTestGenAll.TabIndex = 24;
            this.btnTestGenAll.Text = "All";
            this.btnTestGenAll.Click += new System.EventHandler(this.btnTestGenAll_Click);
            // 
            // ckTestGenPreamp
            // 
            this.ckTestGenPreamp.Checked = true;
            this.ckTestGenPreamp.CheckState = System.Windows.Forms.CheckState.Checked;
            this.ckTestGenPreamp.Image = null;
            this.ckTestGenPreamp.Location = new System.Drawing.Point(8, 72);
            this.ckTestGenPreamp.Name = "ckTestGenPreamp";
            this.ckTestGenPreamp.Size = new System.Drawing.Size(64, 16);
            this.ckTestGenPreamp.TabIndex = 26;
            this.ckTestGenPreamp.Text = "Preamp";
            // 
            // btnTestGenNone
            // 
            this.btnTestGenNone.Font = new System.Drawing.Font("Microsoft Sans Serif", 6F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnTestGenNone.Image = null;
            this.btnTestGenNone.Location = new System.Drawing.Point(104, 72);
            this.btnTestGenNone.Name = "btnTestGenNone";
            this.btnTestGenNone.Size = new System.Drawing.Size(40, 16);
            this.btnTestGenNone.TabIndex = 25;
            this.btnTestGenNone.Text = "None";
            this.btnTestGenNone.Click += new System.EventHandler(this.btnTestGenNone_Click);
            // 
            // ckTestGenImpulse
            // 
            this.ckTestGenImpulse.Checked = true;
            this.ckTestGenImpulse.CheckState = System.Windows.Forms.CheckState.Checked;
            this.ckTestGenImpulse.Image = null;
            this.ckTestGenImpulse.Location = new System.Drawing.Point(80, 48);
            this.ckTestGenImpulse.Name = "ckTestGenImpulse";
            this.ckTestGenImpulse.Size = new System.Drawing.Size(64, 24);
            this.ckTestGenImpulse.TabIndex = 22;
            this.ckTestGenImpulse.Text = "Impulse";
            // 
            // ckTestGenNoise
            // 
            this.ckTestGenNoise.Image = null;
            this.ckTestGenNoise.Location = new System.Drawing.Point(16, 48);
            this.ckTestGenNoise.Name = "ckTestGenNoise";
            this.ckTestGenNoise.Size = new System.Drawing.Size(56, 24);
            this.ckTestGenNoise.TabIndex = 21;
            this.ckTestGenNoise.Text = "Noise";
            this.ckTestGenNoise.Visible = false;
            // 
            // ckTestGenBal
            // 
            this.ckTestGenBal.Checked = true;
            this.ckTestGenBal.CheckState = System.Windows.Forms.CheckState.Checked;
            this.ckTestGenBal.Image = null;
            this.ckTestGenBal.Location = new System.Drawing.Point(80, 24);
            this.ckTestGenBal.Name = "ckTestGenBal";
            this.ckTestGenBal.Size = new System.Drawing.Size(64, 24);
            this.ckTestGenBal.TabIndex = 20;
            this.ckTestGenBal.Text = "Gen/Bal";
            // 
            // ckTestGenPLL
            // 
            this.ckTestGenPLL.Checked = true;
            this.ckTestGenPLL.CheckState = System.Windows.Forms.CheckState.Checked;
            this.ckTestGenPLL.Image = null;
            this.ckTestGenPLL.Location = new System.Drawing.Point(16, 24);
            this.ckTestGenPLL.Name = "ckTestGenPLL";
            this.ckTestGenPLL.Size = new System.Drawing.Size(48, 24);
            this.ckTestGenPLL.TabIndex = 19;
            this.ckTestGenPLL.Text = "PLL";
            // 
            // ckTestGenATTN
            // 
            this.ckTestGenATTN.Image = null;
            this.ckTestGenATTN.Location = new System.Drawing.Point(16, 24);
            this.ckTestGenATTN.Name = "ckTestGenATTN";
            this.ckTestGenATTN.Size = new System.Drawing.Size(56, 24);
            this.ckTestGenATTN.TabIndex = 27;
            this.ckTestGenATTN.Text = "ATTN";
            // 
            // btnPrintReport
            // 
            this.btnPrintReport.Image = null;
            this.btnPrintReport.Location = new System.Drawing.Point(400, 352);
            this.btnPrintReport.Name = "btnPrintReport";
            this.btnPrintReport.Size = new System.Drawing.Size(75, 24);
            this.btnPrintReport.TabIndex = 20;
            this.btnPrintReport.Text = "Print Report";
            this.btnPrintReport.Click += new System.EventHandler(this.btnPrintReport_Click);
            // 
            // txtTech
            // 
            this.txtTech.Location = new System.Drawing.Point(280, 352);
            this.txtTech.Name = "txtTech";
            this.txtTech.Size = new System.Drawing.Size(100, 20);
            this.txtTech.TabIndex = 19;
            // 
            // lblTech
            // 
            this.lblTech.Image = null;
            this.lblTech.Location = new System.Drawing.Point(216, 352);
            this.lblTech.Name = "lblTech";
            this.lblTech.Size = new System.Drawing.Size(64, 23);
            this.lblTech.TabIndex = 18;
            this.lblTech.Text = "Technician:";
            // 
            // btnRunSelectedTests
            // 
            this.btnRunSelectedTests.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnRunSelectedTests.Image = null;
            this.btnRunSelectedTests.Location = new System.Drawing.Point(8, 344);
            this.btnRunSelectedTests.Name = "btnRunSelectedTests";
            this.btnRunSelectedTests.Size = new System.Drawing.Size(88, 32);
            this.btnRunSelectedTests.TabIndex = 17;
            this.btnRunSelectedTests.Text = "Run Selected Tests";
            this.btnRunSelectedTests.Click += new System.EventHandler(this.btnRunSelectedTests_Click);
            // 
            // grpBands
            // 
            this.grpBands.Controls.Add(this.ck6);
            this.grpBands.Controls.Add(this.ck10);
            this.grpBands.Controls.Add(this.ck12);
            this.grpBands.Controls.Add(this.ck15);
            this.grpBands.Controls.Add(this.ck17);
            this.grpBands.Controls.Add(this.ck20);
            this.grpBands.Controls.Add(this.ck30);
            this.grpBands.Controls.Add(this.ck40);
            this.grpBands.Controls.Add(this.ck60);
            this.grpBands.Controls.Add(this.ck80);
            this.grpBands.Controls.Add(this.ck160);
            this.grpBands.Controls.Add(this.btnClearAll);
            this.grpBands.Controls.Add(this.btnCheckAll);
            this.grpBands.Location = new System.Drawing.Point(216, 8);
            this.grpBands.Name = "grpBands";
            this.grpBands.Size = new System.Drawing.Size(256, 104);
            this.grpBands.TabIndex = 15;
            this.grpBands.TabStop = false;
            this.grpBands.Text = "Bands";
            // 
            // ck6
            // 
            this.ck6.Checked = true;
            this.ck6.CheckState = System.Windows.Forms.CheckState.Checked;
            this.ck6.Image = null;
            this.ck6.Location = new System.Drawing.Point(216, 40);
            this.ck6.Name = "ck6";
            this.ck6.Size = new System.Drawing.Size(32, 24);
            this.ck6.TabIndex = 28;
            this.ck6.Text = "6";
            // 
            // ck10
            // 
            this.ck10.Checked = true;
            this.ck10.CheckState = System.Windows.Forms.CheckState.Checked;
            this.ck10.Image = null;
            this.ck10.Location = new System.Drawing.Point(176, 40);
            this.ck10.Name = "ck10";
            this.ck10.Size = new System.Drawing.Size(40, 24);
            this.ck10.TabIndex = 27;
            this.ck10.Text = "10";
            // 
            // ck12
            // 
            this.ck12.Checked = true;
            this.ck12.CheckState = System.Windows.Forms.CheckState.Checked;
            this.ck12.Image = null;
            this.ck12.Location = new System.Drawing.Point(136, 40);
            this.ck12.Name = "ck12";
            this.ck12.Size = new System.Drawing.Size(40, 24);
            this.ck12.TabIndex = 26;
            this.ck12.Text = "12";
            // 
            // ck15
            // 
            this.ck15.Checked = true;
            this.ck15.CheckState = System.Windows.Forms.CheckState.Checked;
            this.ck15.Image = null;
            this.ck15.Location = new System.Drawing.Point(96, 40);
            this.ck15.Name = "ck15";
            this.ck15.Size = new System.Drawing.Size(40, 24);
            this.ck15.TabIndex = 25;
            this.ck15.Text = "15";
            // 
            // ck17
            // 
            this.ck17.Checked = true;
            this.ck17.CheckState = System.Windows.Forms.CheckState.Checked;
            this.ck17.Image = null;
            this.ck17.Location = new System.Drawing.Point(56, 40);
            this.ck17.Name = "ck17";
            this.ck17.Size = new System.Drawing.Size(40, 24);
            this.ck17.TabIndex = 24;
            this.ck17.Text = "17";
            // 
            // ck20
            // 
            this.ck20.Checked = true;
            this.ck20.CheckState = System.Windows.Forms.CheckState.Checked;
            this.ck20.Image = null;
            this.ck20.Location = new System.Drawing.Point(16, 40);
            this.ck20.Name = "ck20";
            this.ck20.Size = new System.Drawing.Size(40, 24);
            this.ck20.TabIndex = 23;
            this.ck20.Text = "20";
            // 
            // ck30
            // 
            this.ck30.Checked = true;
            this.ck30.CheckState = System.Windows.Forms.CheckState.Checked;
            this.ck30.Image = null;
            this.ck30.Location = new System.Drawing.Point(184, 16);
            this.ck30.Name = "ck30";
            this.ck30.Size = new System.Drawing.Size(40, 24);
            this.ck30.TabIndex = 22;
            this.ck30.Text = "30";
            // 
            // ck40
            // 
            this.ck40.Checked = true;
            this.ck40.CheckState = System.Windows.Forms.CheckState.Checked;
            this.ck40.Image = null;
            this.ck40.Location = new System.Drawing.Point(144, 16);
            this.ck40.Name = "ck40";
            this.ck40.Size = new System.Drawing.Size(40, 24);
            this.ck40.TabIndex = 21;
            this.ck40.Text = "40";
            // 
            // ck60
            // 
            this.ck60.Checked = true;
            this.ck60.CheckState = System.Windows.Forms.CheckState.Checked;
            this.ck60.Image = null;
            this.ck60.Location = new System.Drawing.Point(104, 16);
            this.ck60.Name = "ck60";
            this.ck60.Size = new System.Drawing.Size(40, 24);
            this.ck60.TabIndex = 20;
            this.ck60.Text = "60";
            // 
            // ck80
            // 
            this.ck80.Checked = true;
            this.ck80.CheckState = System.Windows.Forms.CheckState.Checked;
            this.ck80.Image = null;
            this.ck80.Location = new System.Drawing.Point(64, 16);
            this.ck80.Name = "ck80";
            this.ck80.Size = new System.Drawing.Size(40, 24);
            this.ck80.TabIndex = 19;
            this.ck80.Text = "80";
            // 
            // ck160
            // 
            this.ck160.Checked = true;
            this.ck160.CheckState = System.Windows.Forms.CheckState.Checked;
            this.ck160.Image = null;
            this.ck160.Location = new System.Drawing.Point(16, 16);
            this.ck160.Name = "ck160";
            this.ck160.Size = new System.Drawing.Size(48, 24);
            this.ck160.TabIndex = 18;
            this.ck160.Text = "160";
            // 
            // btnClearAll
            // 
            this.btnClearAll.Image = null;
            this.btnClearAll.Location = new System.Drawing.Point(112, 64);
            this.btnClearAll.Name = "btnClearAll";
            this.btnClearAll.Size = new System.Drawing.Size(64, 20);
            this.btnClearAll.TabIndex = 30;
            this.btnClearAll.Text = "Clear All";
            this.btnClearAll.Click += new System.EventHandler(this.btnClearAll_Click);
            // 
            // btnCheckAll
            // 
            this.btnCheckAll.Image = null;
            this.btnCheckAll.Location = new System.Drawing.Point(24, 64);
            this.btnCheckAll.Name = "btnCheckAll";
            this.btnCheckAll.Size = new System.Drawing.Size(64, 20);
            this.btnCheckAll.TabIndex = 29;
            this.btnCheckAll.Text = "Check All";
            this.btnCheckAll.Click += new System.EventHandler(this.btnCheckAll_Click);
            // 
            // grpTransmitter
            // 
            this.grpTransmitter.Controls.Add(this.btnTX1500PA);
            this.grpTransmitter.Controls.Add(this.btnTXGain);
            this.grpTransmitter.Controls.Add(this.btnTXFilter);
            this.grpTransmitter.Controls.Add(this.btnTXCarrier);
            this.grpTransmitter.Controls.Add(this.btnTXImage);
            this.grpTransmitter.Location = new System.Drawing.Point(8, 232);
            this.grpTransmitter.Name = "grpTransmitter";
            this.grpTransmitter.Size = new System.Drawing.Size(200, 100);
            this.grpTransmitter.TabIndex = 4;
            this.grpTransmitter.TabStop = false;
            this.grpTransmitter.Text = "Transmitter";
            // 
            // btnTX1500PA
            // 
            this.btnTX1500PA.Image = null;
            this.btnTX1500PA.Location = new System.Drawing.Point(104, 64);
            this.btnTX1500PA.Name = "btnTX1500PA";
            this.btnTX1500PA.Size = new System.Drawing.Size(75, 23);
            this.btnTX1500PA.TabIndex = 10;
            this.btnTX1500PA.Text = "PA";
            this.btnTX1500PA.Visible = false;
            this.btnTX1500PA.Click += new System.EventHandler(this.btnTX1500PA_Click);
            // 
            // btnTXGain
            // 
            this.btnTXGain.Image = null;
            this.btnTXGain.Location = new System.Drawing.Point(104, 64);
            this.btnTXGain.Name = "btnTXGain";
            this.btnTXGain.Size = new System.Drawing.Size(75, 23);
            this.btnTXGain.TabIndex = 8;
            this.btnTXGain.Text = "Gain";
            this.btnTXGain.Visible = false;
            this.btnTXGain.Click += new System.EventHandler(this.btnTXGain_Click);
            // 
            // btnTXFilter
            // 
            this.btnTXFilter.Image = null;
            this.btnTXFilter.Location = new System.Drawing.Point(16, 24);
            this.btnTXFilter.Name = "btnTXFilter";
            this.btnTXFilter.Size = new System.Drawing.Size(75, 23);
            this.btnTXFilter.TabIndex = 7;
            this.btnTXFilter.Text = "Filter";
            this.btnTXFilter.Click += new System.EventHandler(this.btnTXFilter_Click);
            // 
            // btnTXCarrier
            // 
            this.btnTXCarrier.Image = null;
            this.btnTXCarrier.Location = new System.Drawing.Point(16, 64);
            this.btnTXCarrier.Name = "btnTXCarrier";
            this.btnTXCarrier.Size = new System.Drawing.Size(75, 23);
            this.btnTXCarrier.TabIndex = 6;
            this.btnTXCarrier.Text = "Carrier";
            this.btnTXCarrier.Click += new System.EventHandler(this.btnTXCarrier_Click);
            // 
            // btnTXImage
            // 
            this.btnTXImage.Image = null;
            this.btnTXImage.Location = new System.Drawing.Point(104, 24);
            this.btnTXImage.Name = "btnTXImage";
            this.btnTXImage.Size = new System.Drawing.Size(75, 23);
            this.btnTXImage.TabIndex = 5;
            this.btnTXImage.Text = "Image";
            this.btnTXImage.Click += new System.EventHandler(this.btnTXImage_Click);
            // 
            // grpGeneral
            // 
            this.grpGeneral.Controls.Add(this.btnGenATTN);
            this.grpGeneral.Controls.Add(this.btnGenPreamp);
            this.grpGeneral.Controls.Add(this.btnNoise);
            this.grpGeneral.Controls.Add(this.btnGenBal);
            this.grpGeneral.Controls.Add(this.btnPLL);
            this.grpGeneral.Controls.Add(this.btnImpulse);
            this.grpGeneral.Location = new System.Drawing.Point(8, 8);
            this.grpGeneral.Name = "grpGeneral";
            this.grpGeneral.Size = new System.Drawing.Size(200, 112);
            this.grpGeneral.TabIndex = 3;
            this.grpGeneral.TabStop = false;
            this.grpGeneral.Text = "General Tests";
            // 
            // grpReceiver
            // 
            this.grpReceiver.Controls.Add(this.udLevel);
            this.grpReceiver.Controls.Add(this.btnRXImage);
            this.grpReceiver.Controls.Add(this.btnRXFilter);
            this.grpReceiver.Controls.Add(this.btnRXLevel);
            this.grpReceiver.Location = new System.Drawing.Point(8, 120);
            this.grpReceiver.Name = "grpReceiver";
            this.grpReceiver.Size = new System.Drawing.Size(200, 104);
            this.grpReceiver.TabIndex = 2;
            this.grpReceiver.TabStop = false;
            this.grpReceiver.Text = "Receiver Tests";
            // 
            // udLevel
            // 
            this.udLevel.DecimalPlaces = 1;
            this.udLevel.Increment = new decimal(new int[] {
            1,
            0,
            0,
            65536});
            this.udLevel.Location = new System.Drawing.Point(120, 64);
            this.udLevel.Minimum = new decimal(new int[] {
            100,
            0,
            0,
            -2147483648});
            this.udLevel.Name = "udLevel";
            this.udLevel.Size = new System.Drawing.Size(64, 20);
            this.udLevel.TabIndex = 5;
            this.udLevel.Value = new decimal(new int[] {
            240,
            0,
            0,
            -2147418112});
            this.udLevel.Visible = false;
            // 
            // btnRunAll1500
            // 
            this.btnRunAll1500.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnRunAll1500.Image = null;
            this.btnRunAll1500.Location = new System.Drawing.Point(387, 343);
            this.btnRunAll1500.Name = "btnRunAll1500";
            this.btnRunAll1500.Size = new System.Drawing.Size(88, 32);
            this.btnRunAll1500.TabIndex = 31;
            this.btnRunAll1500.Text = "Run All 1500 Tests";
            this.btnRunAll1500.Visible = false;
            this.btnRunAll1500.Click += new System.EventHandler(this.btnRunAll1500_Click);
            // 
            // FLEX5000ProdTestForm
            // 
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.ClientSize = new System.Drawing.Size(592, 486);
            this.Controls.Add(this.btnRunAll1500);
            this.Controls.Add(this.btnPostFence);
            this.Controls.Add(this.grpIO);
            this.Controls.Add(this.btnTestNone);
            this.Controls.Add(this.btnTestAll);
            this.Controls.Add(this.grpTestTransmitter);
            this.Controls.Add(this.grpTestReceiver);
            this.Controls.Add(this.grpTestGeneral);
            this.Controls.Add(this.btnPrintReport);
            this.Controls.Add(this.txtTech);
            this.Controls.Add(this.lblTech);
            this.Controls.Add(this.btnRunSelectedTests);
            this.Controls.Add(this.lstDebug);
            this.Controls.Add(this.grpBands);
            this.Controls.Add(this.grpTransmitter);
            this.Controls.Add(this.grpGeneral);
            this.Controls.Add(this.grpReceiver);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.KeyPreview = true;
            this.Name = "FLEX5000ProdTestForm";
            this.Text = "FLEX-5000 Production TRX / IO Test";
            this.Closing += new System.ComponentModel.CancelEventHandler(this.FLEX5000ProdTestForm_Closing);
            this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FLEX5000ProdTestForm_KeyDown);
            this.grpIO.ResumeLayout(false);
            this.grpComPort.ResumeLayout(false);
            this.grpTestTransmitter.ResumeLayout(false);
            this.grpTestReceiver.ResumeLayout(false);
            this.grpTestGeneral.ResumeLayout(false);
            this.grpBands.ResumeLayout(false);
            this.grpTransmitter.ResumeLayout(false);
            this.grpGeneral.ResumeLayout(false);
            this.grpReceiver.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.udLevel)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Beispiel #8
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(HIDAntForm));
     this.toolTip1          = new System.Windows.Forms.ToolTip(this.components);
     this.txtStatus         = new System.Windows.Forms.TextBoxTS();
     this.grpMode           = new System.Windows.Forms.GroupBoxTS();
     this.radModeSimple     = new System.Windows.Forms.RadioButtonTS();
     this.radModeExpert     = new System.Windows.Forms.RadioButtonTS();
     this.lblBand           = new System.Windows.Forms.LabelTS();
     this.comboBand         = new System.Windows.Forms.ComboBoxTS();
     this.grpAntenna        = new System.Windows.Forms.GroupBoxTS();
     this.chkLock           = new System.Windows.Forms.CheckBoxTS();
     this.comboRXAnt        = new System.Windows.Forms.ComboBoxTS();
     this.comboTXAnt        = new System.Windows.Forms.ComboBoxTS();
     this.lblTX             = new System.Windows.Forms.LabelTS();
     this.lblRX1            = new System.Windows.Forms.LabelTS();
     this.grpFlexWirePTTOut = new System.Windows.Forms.GroupBoxTS();
     this.udTX1Delay        = new System.Windows.Forms.NumericUpDownTS();
     this.chkTX1DelayEnable = new System.Windows.Forms.CheckBoxTS();
     this.chkPTTOutEnable   = new System.Windows.Forms.CheckBoxTS();
     this.grpMode.SuspendLayout();
     this.grpAntenna.SuspendLayout();
     this.grpFlexWirePTTOut.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.udTX1Delay)).BeginInit();
     this.SuspendLayout();
     //
     // txtStatus
     //
     this.txtStatus.Location = new System.Drawing.Point(8, 214);
     this.txtStatus.Name     = "txtStatus";
     this.txtStatus.ReadOnly = true;
     this.txtStatus.Size     = new System.Drawing.Size(264, 20);
     this.txtStatus.TabIndex = 23;
     this.txtStatus.Text     = "Simple Mode: Settings are applied to all bands";
     //
     // grpMode
     //
     this.grpMode.Controls.Add(this.radModeSimple);
     this.grpMode.Controls.Add(this.radModeExpert);
     this.grpMode.Controls.Add(this.lblBand);
     this.grpMode.Controls.Add(this.comboBand);
     this.grpMode.Location = new System.Drawing.Point(8, 8);
     this.grpMode.Name     = "grpMode";
     this.grpMode.Size     = new System.Drawing.Size(264, 56);
     this.grpMode.TabIndex = 21;
     this.grpMode.TabStop  = false;
     this.grpMode.Text     = "Mode";
     //
     // radModeSimple
     //
     this.radModeSimple.Checked  = true;
     this.radModeSimple.Image    = null;
     this.radModeSimple.Location = new System.Drawing.Point(16, 24);
     this.radModeSimple.Name     = "radModeSimple";
     this.radModeSimple.Size     = new System.Drawing.Size(64, 24);
     this.radModeSimple.TabIndex = 16;
     this.radModeSimple.TabStop  = true;
     this.radModeSimple.Text     = "Simple";
     this.toolTip1.SetToolTip(this.radModeSimple, "One setting for all bands");
     this.radModeSimple.CheckedChanged += new System.EventHandler(this.radModeSimple_CheckedChanged);
     //
     // radModeExpert
     //
     this.radModeExpert.Image    = null;
     this.radModeExpert.Location = new System.Drawing.Point(96, 24);
     this.radModeExpert.Name     = "radModeExpert";
     this.radModeExpert.Size     = new System.Drawing.Size(56, 24);
     this.radModeExpert.TabIndex = 20;
     this.radModeExpert.Text     = "Expert";
     this.toolTip1.SetToolTip(this.radModeExpert, "More settings for each individual band");
     this.radModeExpert.CheckedChanged += new System.EventHandler(this.radModeExpert_CheckedChanged);
     //
     // lblBand
     //
     this.lblBand.Image     = null;
     this.lblBand.Location  = new System.Drawing.Point(160, 24);
     this.lblBand.Name      = "lblBand";
     this.lblBand.Size      = new System.Drawing.Size(40, 24);
     this.lblBand.TabIndex  = 19;
     this.lblBand.Text      = "Band:";
     this.lblBand.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.lblBand.Visible   = false;
     //
     // comboBand
     //
     this.comboBand.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBand.DropDownWidth = 56;
     this.comboBand.Items.AddRange(new object[] {
         "GEN",
         "160m",
         "80m",
         "60m",
         "40m",
         "30m",
         "20m",
         "17m",
         "15m",
         "12m",
         "10m",
         "6m",
         "2m",
         "WWV",
         "VHF0",
         "VHF1",
         "VHF2",
         "VHF3",
         "VHF4",
         "VHF5",
         "VHF6",
         "VHF7",
         "VHF8",
         "VHF9",
         "VHF10",
         "VHF11",
         "VHF12",
         "VHF13"
     });
     this.comboBand.Location              = new System.Drawing.Point(200, 24);
     this.comboBand.Name                  = "comboBand";
     this.comboBand.Size                  = new System.Drawing.Size(56, 21);
     this.comboBand.TabIndex              = 18;
     this.comboBand.Visible               = false;
     this.comboBand.SelectedIndexChanged += new System.EventHandler(this.comboBand_SelectedIndexChanged);
     //
     // grpAntenna
     //
     this.grpAntenna.Controls.Add(this.chkLock);
     this.grpAntenna.Controls.Add(this.comboRXAnt);
     this.grpAntenna.Controls.Add(this.comboTXAnt);
     this.grpAntenna.Controls.Add(this.lblTX);
     this.grpAntenna.Controls.Add(this.lblRX1);
     this.grpAntenna.Location = new System.Drawing.Point(8, 72);
     this.grpAntenna.Name     = "grpAntenna";
     this.grpAntenna.Size     = new System.Drawing.Size(264, 77);
     this.grpAntenna.TabIndex = 20;
     this.grpAntenna.TabStop  = false;
     this.grpAntenna.Text     = "Antenna";
     //
     // chkLock
     //
     this.chkLock.Checked    = true;
     this.chkLock.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkLock.Image      = null;
     this.chkLock.Location   = new System.Drawing.Point(192, 38);
     this.chkLock.Name       = "chkLock";
     this.chkLock.Size       = new System.Drawing.Size(64, 24);
     this.chkLock.TabIndex   = 16;
     this.chkLock.Text       = "Lock";
     this.toolTip1.SetToolTip(this.chkLock, "Check this box to lock RX1 and TX antenna selections.");
     this.chkLock.CheckedChanged += new System.EventHandler(this.chkLock_CheckedChanged);
     //
     // comboRXAnt
     //
     this.comboRXAnt.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboRXAnt.DropDownWidth = 64;
     this.comboRXAnt.Items.AddRange(new object[] {
         "PA",
         "XVTX/COM",
         "XVRX"
     });
     this.comboRXAnt.Location = new System.Drawing.Point(8, 40);
     this.comboRXAnt.Name     = "comboRXAnt";
     this.comboRXAnt.Size     = new System.Drawing.Size(80, 21);
     this.comboRXAnt.TabIndex = 10;
     this.toolTip1.SetToolTip(this.comboRXAnt, "Selects the Main Receiver Antenna");
     this.comboRXAnt.SelectedIndexChanged += new System.EventHandler(this.comboRXAnt_SelectedIndexChanged);
     //
     // comboTXAnt
     //
     this.comboTXAnt.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboTXAnt.DropDownWidth = 64;
     this.comboTXAnt.Items.AddRange(new object[] {
         "PA",
         "XVTX/COM"
     });
     this.comboTXAnt.Location = new System.Drawing.Point(93, 40);
     this.comboTXAnt.Name     = "comboTXAnt";
     this.comboTXAnt.Size     = new System.Drawing.Size(80, 21);
     this.comboTXAnt.TabIndex = 12;
     this.toolTip1.SetToolTip(this.comboTXAnt, "Selects the Transmitter Antenna");
     this.comboTXAnt.SelectedIndexChanged += new System.EventHandler(this.comboTXAnt_SelectedIndexChanged);
     //
     // lblTX
     //
     this.lblTX.Image    = null;
     this.lblTX.Location = new System.Drawing.Point(93, 24);
     this.lblTX.Name     = "lblTX";
     this.lblTX.Size     = new System.Drawing.Size(64, 16);
     this.lblTX.TabIndex = 13;
     this.lblTX.Text     = "Transmit:";
     //
     // lblRX1
     //
     this.lblRX1.Image    = null;
     this.lblRX1.Location = new System.Drawing.Point(8, 24);
     this.lblRX1.Name     = "lblRX1";
     this.lblRX1.Size     = new System.Drawing.Size(72, 16);
     this.lblRX1.TabIndex = 11;
     this.lblRX1.Text     = "Receive:";
     //
     // grpFlexWirePTTOut
     //
     this.grpFlexWirePTTOut.Controls.Add(this.udTX1Delay);
     this.grpFlexWirePTTOut.Controls.Add(this.chkTX1DelayEnable);
     this.grpFlexWirePTTOut.Controls.Add(this.chkPTTOutEnable);
     this.grpFlexWirePTTOut.Location = new System.Drawing.Point(8, 155);
     this.grpFlexWirePTTOut.Name     = "grpFlexWirePTTOut";
     this.grpFlexWirePTTOut.Size     = new System.Drawing.Size(264, 53);
     this.grpFlexWirePTTOut.TabIndex = 21;
     this.grpFlexWirePTTOut.TabStop  = false;
     this.grpFlexWirePTTOut.Text     = "FlexWire PTT Out";
     this.grpFlexWirePTTOut.Visible  = false;
     //
     // udTX1Delay
     //
     this.udTX1Delay.Enabled   = false;
     this.udTX1Delay.Increment = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.udTX1Delay.Location = new System.Drawing.Point(184, 23);
     this.udTX1Delay.Maximum  = new decimal(new int[] {
         9999,
         0,
         0,
         0
     });
     this.udTX1Delay.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.udTX1Delay.Name     = "udTX1Delay";
     this.udTX1Delay.Size     = new System.Drawing.Size(56, 20);
     this.udTX1Delay.TabIndex = 4;
     this.toolTip1.SetToolTip(this.udTX1Delay, resources.GetString("udTX1Delay.ToolTip"));
     this.udTX1Delay.Value = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.udTX1Delay.ValueChanged += new System.EventHandler(this.udTX1Delay_ValueChanged);
     //
     // chkTX1DelayEnable
     //
     this.chkTX1DelayEnable.Image    = null;
     this.chkTX1DelayEnable.Location = new System.Drawing.Point(101, 16);
     this.chkTX1DelayEnable.Name     = "chkTX1DelayEnable";
     this.chkTX1DelayEnable.Size     = new System.Drawing.Size(77, 32);
     this.chkTX1DelayEnable.TabIndex = 3;
     this.chkTX1DelayEnable.Text     = "Delay (ms)";
     this.toolTip1.SetToolTip(this.chkTX1DelayEnable, "When checked, Pin 3 on the FlexWire Connector will delay before switching on TR t" +
                              "ransitions by the amount selected in milliseconds.");
     this.chkTX1DelayEnable.CheckedChanged += new System.EventHandler(this.chkTX1DelayEnable_CheckedChanged);
     //
     // chkPTTOutEnable
     //
     this.chkPTTOutEnable.Checked    = true;
     this.chkPTTOutEnable.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkPTTOutEnable.Image      = null;
     this.chkPTTOutEnable.Location   = new System.Drawing.Point(16, 16);
     this.chkPTTOutEnable.Name       = "chkPTTOutEnable";
     this.chkPTTOutEnable.Size       = new System.Drawing.Size(79, 32);
     this.chkPTTOutEnable.TabIndex   = 0;
     this.chkPTTOutEnable.Text       = "Enable";
     this.toolTip1.SetToolTip(this.chkPTTOutEnable, "When checked, Pin 3 on the FlexWire Connector will switch with TR transitions.  T" +
                              "his can be used to switch an external linear, transverter, preselector, etc.");
     this.chkPTTOutEnable.CheckedChanged += new System.EventHandler(this.chkRCATX1_CheckedChanged);
     //
     // HIDAntForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(280, 237);
     this.Controls.Add(this.txtStatus);
     this.Controls.Add(this.grpMode);
     this.Controls.Add(this.grpAntenna);
     this.Controls.Add(this.grpFlexWirePTTOut);
     this.Icon     = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name     = "HIDAntForm";
     this.Text     = "FLEX-1500 Antenna Selection";
     this.Closing += new System.ComponentModel.CancelEventHandler(this.HIDAntForm_Closing);
     this.grpMode.ResumeLayout(false);
     this.grpAntenna.ResumeLayout(false);
     this.grpFlexWirePTTOut.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.udTX1Delay)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #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.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(UCBForm));
     this.btnEnable = new System.Windows.Forms.ButtonTS();
     this.btnDisable = new System.Windows.Forms.ButtonTS();
     this.btnDisableClear = new System.Windows.Forms.ButtonTS();
     this.chkL00R01 = new System.Windows.Forms.CheckBoxTS();
     this.chkL00R02 = new System.Windows.Forms.CheckBoxTS();
     this.chkL00R03 = new System.Windows.Forms.CheckBoxTS();
     this.chkL00R04 = new System.Windows.Forms.CheckBoxTS();
     this.chkL00R05 = new System.Windows.Forms.CheckBoxTS();
     this.chkL00R06 = new System.Windows.Forms.CheckBoxTS();
     this.chkL00R07 = new System.Windows.Forms.CheckBoxTS();
     this.chkL00R08 = new System.Windows.Forms.CheckBoxTS();
     this.chkL00R09 = new System.Windows.Forms.CheckBoxTS();
     this.chkL00R10 = new System.Windows.Forms.CheckBoxTS();
     this.chkL00R11 = new System.Windows.Forms.CheckBoxTS();
     this.chkL00R12 = new System.Windows.Forms.CheckBoxTS();
     this.chkL00R13 = new System.Windows.Forms.CheckBoxTS();
     this.chkL00R14 = new System.Windows.Forms.CheckBoxTS();
     this.chkL00R15 = new System.Windows.Forms.CheckBoxTS();
     this.chkL00R16 = new System.Windows.Forms.CheckBoxTS();
     this.lblR1 = new System.Windows.Forms.LabelTS();
     this.lblR2 = new System.Windows.Forms.LabelTS();
     this.lblR3 = new System.Windows.Forms.LabelTS();
     this.lblR4 = new System.Windows.Forms.LabelTS();
     this.lblR5 = new System.Windows.Forms.LabelTS();
     this.lblR6 = new System.Windows.Forms.LabelTS();
     this.lblR7 = new System.Windows.Forms.LabelTS();
     this.lblR8 = new System.Windows.Forms.LabelTS();
     this.lblR9 = new System.Windows.Forms.LabelTS();
     this.lblR10 = new System.Windows.Forms.LabelTS();
     this.lblR11 = new System.Windows.Forms.LabelTS();
     this.lblR12 = new System.Windows.Forms.LabelTS();
     this.lblR13 = new System.Windows.Forms.LabelTS();
     this.lblR14 = new System.Windows.Forms.LabelTS();
     this.lblR15 = new System.Windows.Forms.LabelTS();
     this.lblR16 = new System.Windows.Forms.LabelTS();
     this.chkL01R09 = new System.Windows.Forms.CheckBoxTS();
     this.chkL01R10 = new System.Windows.Forms.CheckBoxTS();
     this.chkL01R11 = new System.Windows.Forms.CheckBoxTS();
     this.chkL01R12 = new System.Windows.Forms.CheckBoxTS();
     this.chkL01R13 = new System.Windows.Forms.CheckBoxTS();
     this.chkL01R14 = new System.Windows.Forms.CheckBoxTS();
     this.chkL01R15 = new System.Windows.Forms.CheckBoxTS();
     this.chkL01R16 = new System.Windows.Forms.CheckBoxTS();
     this.chkL01R08 = new System.Windows.Forms.CheckBoxTS();
     this.chkL01R07 = new System.Windows.Forms.CheckBoxTS();
     this.chkL01R06 = new System.Windows.Forms.CheckBoxTS();
     this.chkL01R05 = new System.Windows.Forms.CheckBoxTS();
     this.chkL01R04 = new System.Windows.Forms.CheckBoxTS();
     this.chkL01R03 = new System.Windows.Forms.CheckBoxTS();
     this.chkL01R02 = new System.Windows.Forms.CheckBoxTS();
     this.chkL01R01 = new System.Windows.Forms.CheckBoxTS();
     this.chkL02R09 = new System.Windows.Forms.CheckBoxTS();
     this.chkL02R10 = new System.Windows.Forms.CheckBoxTS();
     this.chkL02R11 = new System.Windows.Forms.CheckBoxTS();
     this.chkL02R12 = new System.Windows.Forms.CheckBoxTS();
     this.chkL02R13 = new System.Windows.Forms.CheckBoxTS();
     this.chkL02R14 = new System.Windows.Forms.CheckBoxTS();
     this.chkL02R15 = new System.Windows.Forms.CheckBoxTS();
     this.chkL02R16 = new System.Windows.Forms.CheckBoxTS();
     this.chkL02R08 = new System.Windows.Forms.CheckBoxTS();
     this.chkL02R07 = new System.Windows.Forms.CheckBoxTS();
     this.chkL02R06 = new System.Windows.Forms.CheckBoxTS();
     this.chkL02R05 = new System.Windows.Forms.CheckBoxTS();
     this.chkL02R04 = new System.Windows.Forms.CheckBoxTS();
     this.chkL02R03 = new System.Windows.Forms.CheckBoxTS();
     this.chkL02R02 = new System.Windows.Forms.CheckBoxTS();
     this.chkL02R01 = new System.Windows.Forms.CheckBoxTS();
     this.chkL03R09 = new System.Windows.Forms.CheckBoxTS();
     this.chkL03R10 = new System.Windows.Forms.CheckBoxTS();
     this.chkL03R11 = new System.Windows.Forms.CheckBoxTS();
     this.chkL03R12 = new System.Windows.Forms.CheckBoxTS();
     this.chkL03R13 = new System.Windows.Forms.CheckBoxTS();
     this.chkL03R14 = new System.Windows.Forms.CheckBoxTS();
     this.chkL03R15 = new System.Windows.Forms.CheckBoxTS();
     this.chkL03R16 = new System.Windows.Forms.CheckBoxTS();
     this.chkL03R08 = new System.Windows.Forms.CheckBoxTS();
     this.chkL03R07 = new System.Windows.Forms.CheckBoxTS();
     this.chkL03R06 = new System.Windows.Forms.CheckBoxTS();
     this.chkL03R05 = new System.Windows.Forms.CheckBoxTS();
     this.chkL03R04 = new System.Windows.Forms.CheckBoxTS();
     this.chkL03R03 = new System.Windows.Forms.CheckBoxTS();
     this.chkL03R02 = new System.Windows.Forms.CheckBoxTS();
     this.chkL03R01 = new System.Windows.Forms.CheckBoxTS();
     this.chkL04R09 = new System.Windows.Forms.CheckBoxTS();
     this.chkL04R10 = new System.Windows.Forms.CheckBoxTS();
     this.chkL04R11 = new System.Windows.Forms.CheckBoxTS();
     this.chkL04R12 = new System.Windows.Forms.CheckBoxTS();
     this.chkL04R13 = new System.Windows.Forms.CheckBoxTS();
     this.chkL04R14 = new System.Windows.Forms.CheckBoxTS();
     this.chkL04R15 = new System.Windows.Forms.CheckBoxTS();
     this.chkL04R16 = new System.Windows.Forms.CheckBoxTS();
     this.chkL04R08 = new System.Windows.Forms.CheckBoxTS();
     this.chkL04R07 = new System.Windows.Forms.CheckBoxTS();
     this.chkL04R06 = new System.Windows.Forms.CheckBoxTS();
     this.chkL04R05 = new System.Windows.Forms.CheckBoxTS();
     this.chkL04R04 = new System.Windows.Forms.CheckBoxTS();
     this.chkL04R03 = new System.Windows.Forms.CheckBoxTS();
     this.chkL04R02 = new System.Windows.Forms.CheckBoxTS();
     this.chkL04R01 = new System.Windows.Forms.CheckBoxTS();
     this.chkL05R09 = new System.Windows.Forms.CheckBoxTS();
     this.chkL05R10 = new System.Windows.Forms.CheckBoxTS();
     this.chkL05R11 = new System.Windows.Forms.CheckBoxTS();
     this.chkL05R12 = new System.Windows.Forms.CheckBoxTS();
     this.chkL05R13 = new System.Windows.Forms.CheckBoxTS();
     this.chkL05R14 = new System.Windows.Forms.CheckBoxTS();
     this.chkL05R15 = new System.Windows.Forms.CheckBoxTS();
     this.chkL05R16 = new System.Windows.Forms.CheckBoxTS();
     this.chkL05R08 = new System.Windows.Forms.CheckBoxTS();
     this.chkL05R07 = new System.Windows.Forms.CheckBoxTS();
     this.chkL05R06 = new System.Windows.Forms.CheckBoxTS();
     this.chkL05R05 = new System.Windows.Forms.CheckBoxTS();
     this.chkL05R04 = new System.Windows.Forms.CheckBoxTS();
     this.chkL05R03 = new System.Windows.Forms.CheckBoxTS();
     this.chkL05R02 = new System.Windows.Forms.CheckBoxTS();
     this.chkL05R01 = new System.Windows.Forms.CheckBoxTS();
     this.chkL06R09 = new System.Windows.Forms.CheckBoxTS();
     this.chkL06R10 = new System.Windows.Forms.CheckBoxTS();
     this.chkL06R11 = new System.Windows.Forms.CheckBoxTS();
     this.chkL06R12 = new System.Windows.Forms.CheckBoxTS();
     this.chkL06R13 = new System.Windows.Forms.CheckBoxTS();
     this.chkL06R14 = new System.Windows.Forms.CheckBoxTS();
     this.chkL06R15 = new System.Windows.Forms.CheckBoxTS();
     this.chkL06R16 = new System.Windows.Forms.CheckBoxTS();
     this.chkL06R08 = new System.Windows.Forms.CheckBoxTS();
     this.chkL06R07 = new System.Windows.Forms.CheckBoxTS();
     this.chkL06R06 = new System.Windows.Forms.CheckBoxTS();
     this.chkL06R05 = new System.Windows.Forms.CheckBoxTS();
     this.chkL06R04 = new System.Windows.Forms.CheckBoxTS();
     this.chkL06R03 = new System.Windows.Forms.CheckBoxTS();
     this.chkL06R02 = new System.Windows.Forms.CheckBoxTS();
     this.chkL06R01 = new System.Windows.Forms.CheckBoxTS();
     this.chkL07R09 = new System.Windows.Forms.CheckBoxTS();
     this.chkL07R10 = new System.Windows.Forms.CheckBoxTS();
     this.chkL07R11 = new System.Windows.Forms.CheckBoxTS();
     this.chkL07R12 = new System.Windows.Forms.CheckBoxTS();
     this.chkL07R13 = new System.Windows.Forms.CheckBoxTS();
     this.chkL07R14 = new System.Windows.Forms.CheckBoxTS();
     this.chkL07R15 = new System.Windows.Forms.CheckBoxTS();
     this.chkL07R16 = new System.Windows.Forms.CheckBoxTS();
     this.chkL07R08 = new System.Windows.Forms.CheckBoxTS();
     this.chkL07R07 = new System.Windows.Forms.CheckBoxTS();
     this.chkL07R06 = new System.Windows.Forms.CheckBoxTS();
     this.chkL07R05 = new System.Windows.Forms.CheckBoxTS();
     this.chkL07R04 = new System.Windows.Forms.CheckBoxTS();
     this.chkL07R03 = new System.Windows.Forms.CheckBoxTS();
     this.chkL07R02 = new System.Windows.Forms.CheckBoxTS();
     this.chkL07R01 = new System.Windows.Forms.CheckBoxTS();
     this.chkL08R09 = new System.Windows.Forms.CheckBoxTS();
     this.chkL08R10 = new System.Windows.Forms.CheckBoxTS();
     this.chkL08R11 = new System.Windows.Forms.CheckBoxTS();
     this.chkL08R12 = new System.Windows.Forms.CheckBoxTS();
     this.chkL08R13 = new System.Windows.Forms.CheckBoxTS();
     this.chkL08R14 = new System.Windows.Forms.CheckBoxTS();
     this.chkL08R15 = new System.Windows.Forms.CheckBoxTS();
     this.chkL08R16 = new System.Windows.Forms.CheckBoxTS();
     this.chkL08R08 = new System.Windows.Forms.CheckBoxTS();
     this.chkL08R07 = new System.Windows.Forms.CheckBoxTS();
     this.chkL08R06 = new System.Windows.Forms.CheckBoxTS();
     this.chkL08R05 = new System.Windows.Forms.CheckBoxTS();
     this.chkL08R04 = new System.Windows.Forms.CheckBoxTS();
     this.chkL08R03 = new System.Windows.Forms.CheckBoxTS();
     this.chkL08R02 = new System.Windows.Forms.CheckBoxTS();
     this.chkL08R01 = new System.Windows.Forms.CheckBoxTS();
     this.chkL09R09 = new System.Windows.Forms.CheckBoxTS();
     this.chkL09R10 = new System.Windows.Forms.CheckBoxTS();
     this.chkL09R11 = new System.Windows.Forms.CheckBoxTS();
     this.chkL09R12 = new System.Windows.Forms.CheckBoxTS();
     this.chkL09R13 = new System.Windows.Forms.CheckBoxTS();
     this.chkL09R14 = new System.Windows.Forms.CheckBoxTS();
     this.chkL09R15 = new System.Windows.Forms.CheckBoxTS();
     this.chkL09R16 = new System.Windows.Forms.CheckBoxTS();
     this.chkL09R08 = new System.Windows.Forms.CheckBoxTS();
     this.chkL09R07 = new System.Windows.Forms.CheckBoxTS();
     this.chkL09R06 = new System.Windows.Forms.CheckBoxTS();
     this.chkL09R05 = new System.Windows.Forms.CheckBoxTS();
     this.chkL09R04 = new System.Windows.Forms.CheckBoxTS();
     this.chkL09R03 = new System.Windows.Forms.CheckBoxTS();
     this.chkL09R02 = new System.Windows.Forms.CheckBoxTS();
     this.chkL09R01 = new System.Windows.Forms.CheckBoxTS();
     this.chkL10R09 = new System.Windows.Forms.CheckBoxTS();
     this.chkL10R10 = new System.Windows.Forms.CheckBoxTS();
     this.chkL10R11 = new System.Windows.Forms.CheckBoxTS();
     this.chkL10R12 = new System.Windows.Forms.CheckBoxTS();
     this.chkL10R13 = new System.Windows.Forms.CheckBoxTS();
     this.chkL10R14 = new System.Windows.Forms.CheckBoxTS();
     this.chkL10R15 = new System.Windows.Forms.CheckBoxTS();
     this.chkL10R16 = new System.Windows.Forms.CheckBoxTS();
     this.chkL10R08 = new System.Windows.Forms.CheckBoxTS();
     this.chkL10R07 = new System.Windows.Forms.CheckBoxTS();
     this.chkL10R06 = new System.Windows.Forms.CheckBoxTS();
     this.chkL10R05 = new System.Windows.Forms.CheckBoxTS();
     this.chkL10R04 = new System.Windows.Forms.CheckBoxTS();
     this.chkL10R03 = new System.Windows.Forms.CheckBoxTS();
     this.chkL10R02 = new System.Windows.Forms.CheckBoxTS();
     this.chkL10R01 = new System.Windows.Forms.CheckBoxTS();
     this.chkL11R09 = new System.Windows.Forms.CheckBoxTS();
     this.chkL11R10 = new System.Windows.Forms.CheckBoxTS();
     this.chkL11R11 = new System.Windows.Forms.CheckBoxTS();
     this.chkL11R12 = new System.Windows.Forms.CheckBoxTS();
     this.chkL11R13 = new System.Windows.Forms.CheckBoxTS();
     this.chkL11R14 = new System.Windows.Forms.CheckBoxTS();
     this.chkL11R15 = new System.Windows.Forms.CheckBoxTS();
     this.chkL11R16 = new System.Windows.Forms.CheckBoxTS();
     this.chkL11R08 = new System.Windows.Forms.CheckBoxTS();
     this.chkL11R07 = new System.Windows.Forms.CheckBoxTS();
     this.chkL11R06 = new System.Windows.Forms.CheckBoxTS();
     this.chkL11R05 = new System.Windows.Forms.CheckBoxTS();
     this.chkL11R04 = new System.Windows.Forms.CheckBoxTS();
     this.chkL11R03 = new System.Windows.Forms.CheckBoxTS();
     this.chkL11R02 = new System.Windows.Forms.CheckBoxTS();
     this.chkL11R01 = new System.Windows.Forms.CheckBoxTS();
     this.chkL12R09 = new System.Windows.Forms.CheckBoxTS();
     this.chkL12R10 = new System.Windows.Forms.CheckBoxTS();
     this.chkL12R11 = new System.Windows.Forms.CheckBoxTS();
     this.chkL12R12 = new System.Windows.Forms.CheckBoxTS();
     this.chkL12R13 = new System.Windows.Forms.CheckBoxTS();
     this.chkL12R14 = new System.Windows.Forms.CheckBoxTS();
     this.chkL12R15 = new System.Windows.Forms.CheckBoxTS();
     this.chkL12R16 = new System.Windows.Forms.CheckBoxTS();
     this.chkL12R08 = new System.Windows.Forms.CheckBoxTS();
     this.chkL12R07 = new System.Windows.Forms.CheckBoxTS();
     this.chkL12R06 = new System.Windows.Forms.CheckBoxTS();
     this.chkL12R05 = new System.Windows.Forms.CheckBoxTS();
     this.chkL12R04 = new System.Windows.Forms.CheckBoxTS();
     this.chkL12R03 = new System.Windows.Forms.CheckBoxTS();
     this.chkL12R02 = new System.Windows.Forms.CheckBoxTS();
     this.chkL12R01 = new System.Windows.Forms.CheckBoxTS();
     this.chkL13R09 = new System.Windows.Forms.CheckBoxTS();
     this.chkL13R10 = new System.Windows.Forms.CheckBoxTS();
     this.chkL13R11 = new System.Windows.Forms.CheckBoxTS();
     this.chkL13R12 = new System.Windows.Forms.CheckBoxTS();
     this.chkL13R13 = new System.Windows.Forms.CheckBoxTS();
     this.chkL13R14 = new System.Windows.Forms.CheckBoxTS();
     this.chkL13R15 = new System.Windows.Forms.CheckBoxTS();
     this.chkL13R16 = new System.Windows.Forms.CheckBoxTS();
     this.chkL13R08 = new System.Windows.Forms.CheckBoxTS();
     this.chkL13R07 = new System.Windows.Forms.CheckBoxTS();
     this.chkL13R06 = new System.Windows.Forms.CheckBoxTS();
     this.chkL13R05 = new System.Windows.Forms.CheckBoxTS();
     this.chkL13R04 = new System.Windows.Forms.CheckBoxTS();
     this.chkL13R03 = new System.Windows.Forms.CheckBoxTS();
     this.chkL13R02 = new System.Windows.Forms.CheckBoxTS();
     this.chkL13R01 = new System.Windows.Forms.CheckBoxTS();
     this.chkL14R09 = new System.Windows.Forms.CheckBoxTS();
     this.chkL14R10 = new System.Windows.Forms.CheckBoxTS();
     this.chkL14R11 = new System.Windows.Forms.CheckBoxTS();
     this.chkL14R12 = new System.Windows.Forms.CheckBoxTS();
     this.chkL14R13 = new System.Windows.Forms.CheckBoxTS();
     this.chkL14R14 = new System.Windows.Forms.CheckBoxTS();
     this.chkL14R15 = new System.Windows.Forms.CheckBoxTS();
     this.chkL14R16 = new System.Windows.Forms.CheckBoxTS();
     this.chkL14R08 = new System.Windows.Forms.CheckBoxTS();
     this.chkL14R07 = new System.Windows.Forms.CheckBoxTS();
     this.chkL14R06 = new System.Windows.Forms.CheckBoxTS();
     this.chkL14R05 = new System.Windows.Forms.CheckBoxTS();
     this.chkL14R04 = new System.Windows.Forms.CheckBoxTS();
     this.chkL14R03 = new System.Windows.Forms.CheckBoxTS();
     this.chkL14R02 = new System.Windows.Forms.CheckBoxTS();
     this.chkL14R01 = new System.Windows.Forms.CheckBoxTS();
     this.chkL15R09 = new System.Windows.Forms.CheckBoxTS();
     this.chkL15R10 = new System.Windows.Forms.CheckBoxTS();
     this.chkL15R11 = new System.Windows.Forms.CheckBoxTS();
     this.chkL15R12 = new System.Windows.Forms.CheckBoxTS();
     this.chkL15R13 = new System.Windows.Forms.CheckBoxTS();
     this.chkL15R14 = new System.Windows.Forms.CheckBoxTS();
     this.chkL15R15 = new System.Windows.Forms.CheckBoxTS();
     this.chkL15R16 = new System.Windows.Forms.CheckBoxTS();
     this.chkL15R08 = new System.Windows.Forms.CheckBoxTS();
     this.chkL15R07 = new System.Windows.Forms.CheckBoxTS();
     this.chkL15R06 = new System.Windows.Forms.CheckBoxTS();
     this.chkL15R05 = new System.Windows.Forms.CheckBoxTS();
     this.chkL15R04 = new System.Windows.Forms.CheckBoxTS();
     this.chkL15R03 = new System.Windows.Forms.CheckBoxTS();
     this.chkL15R02 = new System.Windows.Forms.CheckBoxTS();
     this.chkL15R01 = new System.Windows.Forms.CheckBoxTS();
     this.lblAddr = new System.Windows.Forms.LabelTS();
     this.lblLine0 = new System.Windows.Forms.LabelTS();
     this.lblLine1 = new System.Windows.Forms.LabelTS();
     this.lblLine2 = new System.Windows.Forms.LabelTS();
     this.lblLine3 = new System.Windows.Forms.LabelTS();
     this.lblLine4 = new System.Windows.Forms.LabelTS();
     this.lblLine5 = new System.Windows.Forms.LabelTS();
     this.lblLine6 = new System.Windows.Forms.LabelTS();
     this.lblLine7 = new System.Windows.Forms.LabelTS();
     this.lblLine8 = new System.Windows.Forms.LabelTS();
     this.lblLine9 = new System.Windows.Forms.LabelTS();
     this.lblLine10 = new System.Windows.Forms.LabelTS();
     this.lblLine11 = new System.Windows.Forms.LabelTS();
     this.lblLine12 = new System.Windows.Forms.LabelTS();
     this.lblLine13 = new System.Windows.Forms.LabelTS();
     this.lblLine14 = new System.Windows.Forms.LabelTS();
     this.lblLine15 = new System.Windows.Forms.LabelTS();
     this.btnWriteLine0 = new System.Windows.Forms.ButtonTS();
     this.btnWriteLine1 = new System.Windows.Forms.ButtonTS();
     this.btnWriteLine2 = new System.Windows.Forms.ButtonTS();
     this.btnWriteLine3 = new System.Windows.Forms.ButtonTS();
     this.btnWriteLine4 = new System.Windows.Forms.ButtonTS();
     this.btnWriteLine5 = new System.Windows.Forms.ButtonTS();
     this.btnWriteLine6 = new System.Windows.Forms.ButtonTS();
     this.btnWriteLine7 = new System.Windows.Forms.ButtonTS();
     this.btnWriteLine8 = new System.Windows.Forms.ButtonTS();
     this.btnWriteLine9 = new System.Windows.Forms.ButtonTS();
     this.btnWriteLine10 = new System.Windows.Forms.ButtonTS();
     this.btnWriteLine11 = new System.Windows.Forms.ButtonTS();
     this.btnWriteLine12 = new System.Windows.Forms.ButtonTS();
     this.btnWriteLine13 = new System.Windows.Forms.ButtonTS();
     this.btnWriteLine14 = new System.Windows.Forms.ButtonTS();
     this.btnWriteLine15 = new System.Windows.Forms.ButtonTS();
     this.btnWriteAll = new System.Windows.Forms.ButtonTS();
     this.radLine0 = new System.Windows.Forms.RadioButtonTS();
     this.radLine1 = new System.Windows.Forms.RadioButtonTS();
     this.radLine2 = new System.Windows.Forms.RadioButtonTS();
     this.radLine3 = new System.Windows.Forms.RadioButtonTS();
     this.radLine4 = new System.Windows.Forms.RadioButtonTS();
     this.radLine5 = new System.Windows.Forms.RadioButtonTS();
     this.radLine6 = new System.Windows.Forms.RadioButtonTS();
     this.radLine7 = new System.Windows.Forms.RadioButtonTS();
     this.radLine8 = new System.Windows.Forms.RadioButtonTS();
     this.radLine9 = new System.Windows.Forms.RadioButtonTS();
     this.radLine10 = new System.Windows.Forms.RadioButtonTS();
     this.radLine11 = new System.Windows.Forms.RadioButtonTS();
     this.radLine12 = new System.Windows.Forms.RadioButtonTS();
     this.radLine13 = new System.Windows.Forms.RadioButtonTS();
     this.radLine14 = new System.Windows.Forms.RadioButtonTS();
     this.radLine15 = new System.Windows.Forms.RadioButtonTS();
     this.lblRelays = new System.Windows.Forms.LabelTS();
     this.lblDelay = new System.Windows.Forms.LabelTS();
     this.comboDelay = new System.Windows.Forms.ComboBoxTS();
     this.btnSetDelay = new System.Windows.Forms.Button();
     this.btnSetupXVTR = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // btnEnable
     //
     this.btnEnable.Image = null;
     this.btnEnable.Location = new System.Drawing.Point(128, 16);
     this.btnEnable.Name = "btnEnable";
     this.btnEnable.Size = new System.Drawing.Size(88, 23);
     this.btnEnable.TabIndex = 0;
     this.btnEnable.Text = "Enable Relays";
     this.btnEnable.Click += new System.EventHandler(this.btnEnable_Click);
     //
     // btnDisable
     //
     this.btnDisable.Image = null;
     this.btnDisable.Location = new System.Drawing.Point(128, 48);
     this.btnDisable.Name = "btnDisable";
     this.btnDisable.TabIndex = 1;
     this.btnDisable.Text = "Disable";
     this.btnDisable.Click += new System.EventHandler(this.btnDisable_Click);
     //
     // btnDisableClear
     //
     this.btnDisableClear.Image = null;
     this.btnDisableClear.Location = new System.Drawing.Point(216, 48);
     this.btnDisableClear.Name = "btnDisableClear";
     this.btnDisableClear.Size = new System.Drawing.Size(136, 23);
     this.btnDisableClear.TabIndex = 2;
     this.btnDisableClear.Text = "Disable and Clear Matrix";
     this.btnDisableClear.Click += new System.EventHandler(this.btnDisableClear_Click);
     //
     // chkL00R01
     //
     this.chkL00R01.Image = null;
     this.chkL00R01.Location = new System.Drawing.Point(104, 112);
     this.chkL00R01.Name = "chkL00R01";
     this.chkL00R01.Size = new System.Drawing.Size(16, 24);
     this.chkL00R01.TabIndex = 3;
     this.chkL00R01.Text = "CheckBoxTS1";
     //
     // chkL00R02
     //
     this.chkL00R02.Image = null;
     this.chkL00R02.Location = new System.Drawing.Point(120, 112);
     this.chkL00R02.Name = "chkL00R02";
     this.chkL00R02.Size = new System.Drawing.Size(16, 24);
     this.chkL00R02.TabIndex = 4;
     this.chkL00R02.Text = "CheckBoxTS2";
     //
     // chkL00R03
     //
     this.chkL00R03.Image = null;
     this.chkL00R03.Location = new System.Drawing.Point(136, 112);
     this.chkL00R03.Name = "chkL00R03";
     this.chkL00R03.Size = new System.Drawing.Size(16, 24);
     this.chkL00R03.TabIndex = 5;
     this.chkL00R03.Text = "CheckBoxTS3";
     //
     // chkL00R04
     //
     this.chkL00R04.Image = null;
     this.chkL00R04.Location = new System.Drawing.Point(152, 112);
     this.chkL00R04.Name = "chkL00R04";
     this.chkL00R04.Size = new System.Drawing.Size(16, 24);
     this.chkL00R04.TabIndex = 6;
     this.chkL00R04.Text = "CheckBoxTS4";
     //
     // chkL00R05
     //
     this.chkL00R05.Image = null;
     this.chkL00R05.Location = new System.Drawing.Point(176, 112);
     this.chkL00R05.Name = "chkL00R05";
     this.chkL00R05.Size = new System.Drawing.Size(16, 24);
     this.chkL00R05.TabIndex = 7;
     this.chkL00R05.Text = "CheckBoxTS5";
     //
     // chkL00R06
     //
     this.chkL00R06.Image = null;
     this.chkL00R06.Location = new System.Drawing.Point(192, 112);
     this.chkL00R06.Name = "chkL00R06";
     this.chkL00R06.Size = new System.Drawing.Size(16, 24);
     this.chkL00R06.TabIndex = 8;
     this.chkL00R06.Text = "CheckBoxTS6";
     //
     // chkL00R07
     //
     this.chkL00R07.Image = null;
     this.chkL00R07.Location = new System.Drawing.Point(208, 112);
     this.chkL00R07.Name = "chkL00R07";
     this.chkL00R07.Size = new System.Drawing.Size(16, 24);
     this.chkL00R07.TabIndex = 9;
     this.chkL00R07.Text = "CheckBoxTS7";
     //
     // chkL00R08
     //
     this.chkL00R08.Image = null;
     this.chkL00R08.Location = new System.Drawing.Point(224, 112);
     this.chkL00R08.Name = "chkL00R08";
     this.chkL00R08.Size = new System.Drawing.Size(16, 24);
     this.chkL00R08.TabIndex = 10;
     this.chkL00R08.Text = "CheckBoxTS8";
     //
     // chkL00R09
     //
     this.chkL00R09.Image = null;
     this.chkL00R09.Location = new System.Drawing.Point(248, 112);
     this.chkL00R09.Name = "chkL00R09";
     this.chkL00R09.Size = new System.Drawing.Size(16, 24);
     this.chkL00R09.TabIndex = 18;
     this.chkL00R09.Text = "CheckBoxTS9";
     //
     // chkL00R10
     //
     this.chkL00R10.Image = null;
     this.chkL00R10.Location = new System.Drawing.Point(264, 112);
     this.chkL00R10.Name = "chkL00R10";
     this.chkL00R10.Size = new System.Drawing.Size(16, 24);
     this.chkL00R10.TabIndex = 17;
     this.chkL00R10.Text = "CheckBoxTS10";
     //
     // chkL00R11
     //
     this.chkL00R11.Image = null;
     this.chkL00R11.Location = new System.Drawing.Point(280, 112);
     this.chkL00R11.Name = "chkL00R11";
     this.chkL00R11.Size = new System.Drawing.Size(16, 24);
     this.chkL00R11.TabIndex = 16;
     this.chkL00R11.Text = "CheckBoxTS11";
     //
     // chkL00R12
     //
     this.chkL00R12.Image = null;
     this.chkL00R12.Location = new System.Drawing.Point(296, 112);
     this.chkL00R12.Name = "chkL00R12";
     this.chkL00R12.Size = new System.Drawing.Size(16, 24);
     this.chkL00R12.TabIndex = 15;
     this.chkL00R12.Text = "CheckBoxTS12";
     //
     // chkL00R13
     //
     this.chkL00R13.Image = null;
     this.chkL00R13.Location = new System.Drawing.Point(320, 112);
     this.chkL00R13.Name = "chkL00R13";
     this.chkL00R13.Size = new System.Drawing.Size(16, 24);
     this.chkL00R13.TabIndex = 14;
     this.chkL00R13.Text = "CheckBoxTS13";
     //
     // chkL00R14
     //
     this.chkL00R14.Image = null;
     this.chkL00R14.Location = new System.Drawing.Point(336, 112);
     this.chkL00R14.Name = "chkL00R14";
     this.chkL00R14.Size = new System.Drawing.Size(16, 24);
     this.chkL00R14.TabIndex = 13;
     this.chkL00R14.Text = "CheckBoxTS14";
     //
     // chkL00R15
     //
     this.chkL00R15.Image = null;
     this.chkL00R15.Location = new System.Drawing.Point(352, 112);
     this.chkL00R15.Name = "chkL00R15";
     this.chkL00R15.Size = new System.Drawing.Size(16, 24);
     this.chkL00R15.TabIndex = 12;
     this.chkL00R15.Text = "CheckBoxTS15";
     //
     // chkL00R16
     //
     this.chkL00R16.Image = null;
     this.chkL00R16.Location = new System.Drawing.Point(368, 112);
     this.chkL00R16.Name = "chkL00R16";
     this.chkL00R16.Size = new System.Drawing.Size(16, 24);
     this.chkL00R16.TabIndex = 11;
     this.chkL00R16.Text = "CheckBoxTS16";
     //
     // lblR1
     //
     this.lblR1.Image = null;
     this.lblR1.Location = new System.Drawing.Point(104, 96);
     this.lblR1.Name = "lblR1";
     this.lblR1.Size = new System.Drawing.Size(17, 16);
     this.lblR1.TabIndex = 19;
     this.lblR1.Text = "1";
     //
     // lblR2
     //
     this.lblR2.Image = null;
     this.lblR2.Location = new System.Drawing.Point(120, 96);
     this.lblR2.Name = "lblR2";
     this.lblR2.Size = new System.Drawing.Size(17, 16);
     this.lblR2.TabIndex = 20;
     this.lblR2.Text = "2";
     //
     // lblR3
     //
     this.lblR3.Image = null;
     this.lblR3.Location = new System.Drawing.Point(136, 96);
     this.lblR3.Name = "lblR3";
     this.lblR3.Size = new System.Drawing.Size(17, 16);
     this.lblR3.TabIndex = 21;
     this.lblR3.Text = "3";
     //
     // lblR4
     //
     this.lblR4.Image = null;
     this.lblR4.Location = new System.Drawing.Point(152, 96);
     this.lblR4.Name = "lblR4";
     this.lblR4.Size = new System.Drawing.Size(17, 16);
     this.lblR4.TabIndex = 22;
     this.lblR4.Text = "4";
     //
     // lblR5
     //
     this.lblR5.Image = null;
     this.lblR5.Location = new System.Drawing.Point(176, 96);
     this.lblR5.Name = "lblR5";
     this.lblR5.Size = new System.Drawing.Size(17, 16);
     this.lblR5.TabIndex = 23;
     this.lblR5.Text = "5";
     //
     // lblR6
     //
     this.lblR6.Image = null;
     this.lblR6.Location = new System.Drawing.Point(192, 96);
     this.lblR6.Name = "lblR6";
     this.lblR6.Size = new System.Drawing.Size(17, 16);
     this.lblR6.TabIndex = 24;
     this.lblR6.Text = "6";
     //
     // lblR7
     //
     this.lblR7.Image = null;
     this.lblR7.Location = new System.Drawing.Point(208, 96);
     this.lblR7.Name = "lblR7";
     this.lblR7.Size = new System.Drawing.Size(17, 16);
     this.lblR7.TabIndex = 25;
     this.lblR7.Text = "7";
     //
     // lblR8
     //
     this.lblR8.Image = null;
     this.lblR8.Location = new System.Drawing.Point(224, 96);
     this.lblR8.Name = "lblR8";
     this.lblR8.Size = new System.Drawing.Size(17, 16);
     this.lblR8.TabIndex = 26;
     this.lblR8.Text = "8";
     //
     // lblR9
     //
     this.lblR9.Image = null;
     this.lblR9.Location = new System.Drawing.Point(248, 96);
     this.lblR9.Name = "lblR9";
     this.lblR9.Size = new System.Drawing.Size(17, 16);
     this.lblR9.TabIndex = 27;
     this.lblR9.Text = "9";
     //
     // lblR10
     //
     this.lblR10.Image = null;
     this.lblR10.Location = new System.Drawing.Point(262, 96);
     this.lblR10.Name = "lblR10";
     this.lblR10.Size = new System.Drawing.Size(17, 16);
     this.lblR10.TabIndex = 28;
     this.lblR10.Text = "10";
     //
     // lblR11
     //
     this.lblR11.Image = null;
     this.lblR11.Location = new System.Drawing.Point(279, 96);
     this.lblR11.Name = "lblR11";
     this.lblR11.Size = new System.Drawing.Size(17, 16);
     this.lblR11.TabIndex = 29;
     this.lblR11.Text = "11";
     //
     // lblR12
     //
     this.lblR12.Image = null;
     this.lblR12.Location = new System.Drawing.Point(294, 96);
     this.lblR12.Name = "lblR12";
     this.lblR12.Size = new System.Drawing.Size(17, 16);
     this.lblR12.TabIndex = 30;
     this.lblR12.Text = "12";
     //
     // lblR13
     //
     this.lblR13.Image = null;
     this.lblR13.Location = new System.Drawing.Point(318, 96);
     this.lblR13.Name = "lblR13";
     this.lblR13.Size = new System.Drawing.Size(17, 16);
     this.lblR13.TabIndex = 31;
     this.lblR13.Text = "13";
     //
     // lblR14
     //
     this.lblR14.Image = null;
     this.lblR14.Location = new System.Drawing.Point(334, 96);
     this.lblR14.Name = "lblR14";
     this.lblR14.Size = new System.Drawing.Size(17, 16);
     this.lblR14.TabIndex = 32;
     this.lblR14.Text = "14";
     //
     // lblR15
     //
     this.lblR15.Image = null;
     this.lblR15.Location = new System.Drawing.Point(350, 96);
     this.lblR15.Name = "lblR15";
     this.lblR15.Size = new System.Drawing.Size(17, 16);
     this.lblR15.TabIndex = 33;
     this.lblR15.Text = "15";
     //
     // lblR16
     //
     this.lblR16.Image = null;
     this.lblR16.Location = new System.Drawing.Point(366, 96);
     this.lblR16.Name = "lblR16";
     this.lblR16.Size = new System.Drawing.Size(17, 16);
     this.lblR16.TabIndex = 34;
     this.lblR16.Text = "16";
     //
     // chkL01R09
     //
     this.chkL01R09.Image = null;
     this.chkL01R09.Location = new System.Drawing.Point(248, 136);
     this.chkL01R09.Name = "chkL01R09";
     this.chkL01R09.Size = new System.Drawing.Size(16, 24);
     this.chkL01R09.TabIndex = 50;
     this.chkL01R09.Text = "CheckBoxTS17";
     //
     // chkL01R10
     //
     this.chkL01R10.Image = null;
     this.chkL01R10.Location = new System.Drawing.Point(264, 136);
     this.chkL01R10.Name = "chkL01R10";
     this.chkL01R10.Size = new System.Drawing.Size(16, 24);
     this.chkL01R10.TabIndex = 49;
     this.chkL01R10.Text = "CheckBoxTS18";
     //
     // chkL01R11
     //
     this.chkL01R11.Image = null;
     this.chkL01R11.Location = new System.Drawing.Point(280, 136);
     this.chkL01R11.Name = "chkL01R11";
     this.chkL01R11.Size = new System.Drawing.Size(16, 24);
     this.chkL01R11.TabIndex = 48;
     this.chkL01R11.Text = "CheckBoxTS19";
     //
     // chkL01R12
     //
     this.chkL01R12.Image = null;
     this.chkL01R12.Location = new System.Drawing.Point(296, 136);
     this.chkL01R12.Name = "chkL01R12";
     this.chkL01R12.Size = new System.Drawing.Size(16, 24);
     this.chkL01R12.TabIndex = 47;
     this.chkL01R12.Text = "CheckBoxTS20";
     //
     // chkL01R13
     //
     this.chkL01R13.Image = null;
     this.chkL01R13.Location = new System.Drawing.Point(320, 136);
     this.chkL01R13.Name = "chkL01R13";
     this.chkL01R13.Size = new System.Drawing.Size(16, 24);
     this.chkL01R13.TabIndex = 46;
     this.chkL01R13.Text = "CheckBoxTS21";
     //
     // chkL01R14
     //
     this.chkL01R14.Image = null;
     this.chkL01R14.Location = new System.Drawing.Point(336, 136);
     this.chkL01R14.Name = "chkL01R14";
     this.chkL01R14.Size = new System.Drawing.Size(16, 24);
     this.chkL01R14.TabIndex = 45;
     this.chkL01R14.Text = "CheckBoxTS22";
     //
     // chkL01R15
     //
     this.chkL01R15.Image = null;
     this.chkL01R15.Location = new System.Drawing.Point(352, 136);
     this.chkL01R15.Name = "chkL01R15";
     this.chkL01R15.Size = new System.Drawing.Size(16, 24);
     this.chkL01R15.TabIndex = 44;
     this.chkL01R15.Text = "CheckBoxTS23";
     //
     // chkL01R16
     //
     this.chkL01R16.Image = null;
     this.chkL01R16.Location = new System.Drawing.Point(368, 136);
     this.chkL01R16.Name = "chkL01R16";
     this.chkL01R16.Size = new System.Drawing.Size(16, 24);
     this.chkL01R16.TabIndex = 43;
     this.chkL01R16.Text = "CheckBoxTS24";
     //
     // chkL01R08
     //
     this.chkL01R08.Image = null;
     this.chkL01R08.Location = new System.Drawing.Point(224, 136);
     this.chkL01R08.Name = "chkL01R08";
     this.chkL01R08.Size = new System.Drawing.Size(16, 24);
     this.chkL01R08.TabIndex = 42;
     this.chkL01R08.Text = "CheckBoxTS25";
     //
     // chkL01R07
     //
     this.chkL01R07.Image = null;
     this.chkL01R07.Location = new System.Drawing.Point(208, 136);
     this.chkL01R07.Name = "chkL01R07";
     this.chkL01R07.Size = new System.Drawing.Size(16, 24);
     this.chkL01R07.TabIndex = 41;
     this.chkL01R07.Text = "CheckBoxTS26";
     //
     // chkL01R06
     //
     this.chkL01R06.Image = null;
     this.chkL01R06.Location = new System.Drawing.Point(192, 136);
     this.chkL01R06.Name = "chkL01R06";
     this.chkL01R06.Size = new System.Drawing.Size(16, 24);
     this.chkL01R06.TabIndex = 40;
     this.chkL01R06.Text = "CheckBoxTS27";
     //
     // chkL01R05
     //
     this.chkL01R05.Image = null;
     this.chkL01R05.Location = new System.Drawing.Point(176, 136);
     this.chkL01R05.Name = "chkL01R05";
     this.chkL01R05.Size = new System.Drawing.Size(16, 24);
     this.chkL01R05.TabIndex = 39;
     this.chkL01R05.Text = "CheckBoxTS28";
     //
     // chkL01R04
     //
     this.chkL01R04.Image = null;
     this.chkL01R04.Location = new System.Drawing.Point(152, 136);
     this.chkL01R04.Name = "chkL01R04";
     this.chkL01R04.Size = new System.Drawing.Size(16, 24);
     this.chkL01R04.TabIndex = 38;
     this.chkL01R04.Text = "CheckBoxTS29";
     //
     // chkL01R03
     //
     this.chkL01R03.Image = null;
     this.chkL01R03.Location = new System.Drawing.Point(136, 136);
     this.chkL01R03.Name = "chkL01R03";
     this.chkL01R03.Size = new System.Drawing.Size(16, 24);
     this.chkL01R03.TabIndex = 37;
     this.chkL01R03.Text = "CheckBoxTS30";
     //
     // chkL01R02
     //
     this.chkL01R02.Image = null;
     this.chkL01R02.Location = new System.Drawing.Point(120, 136);
     this.chkL01R02.Name = "chkL01R02";
     this.chkL01R02.Size = new System.Drawing.Size(16, 24);
     this.chkL01R02.TabIndex = 36;
     this.chkL01R02.Text = "CheckBoxTS31";
     //
     // chkL01R01
     //
     this.chkL01R01.Image = null;
     this.chkL01R01.Location = new System.Drawing.Point(104, 136);
     this.chkL01R01.Name = "chkL01R01";
     this.chkL01R01.Size = new System.Drawing.Size(16, 24);
     this.chkL01R01.TabIndex = 35;
     this.chkL01R01.Text = "CheckBoxTS32";
     //
     // chkL02R09
     //
     this.chkL02R09.Image = null;
     this.chkL02R09.Location = new System.Drawing.Point(248, 160);
     this.chkL02R09.Name = "chkL02R09";
     this.chkL02R09.Size = new System.Drawing.Size(16, 24);
     this.chkL02R09.TabIndex = 66;
     this.chkL02R09.Text = "CheckBoxTS33";
     //
     // chkL02R10
     //
     this.chkL02R10.Image = null;
     this.chkL02R10.Location = new System.Drawing.Point(264, 160);
     this.chkL02R10.Name = "chkL02R10";
     this.chkL02R10.Size = new System.Drawing.Size(16, 24);
     this.chkL02R10.TabIndex = 65;
     this.chkL02R10.Text = "CheckBoxTS34";
     //
     // chkL02R11
     //
     this.chkL02R11.Image = null;
     this.chkL02R11.Location = new System.Drawing.Point(280, 160);
     this.chkL02R11.Name = "chkL02R11";
     this.chkL02R11.Size = new System.Drawing.Size(16, 24);
     this.chkL02R11.TabIndex = 64;
     this.chkL02R11.Text = "CheckBoxTS35";
     //
     // chkL02R12
     //
     this.chkL02R12.Image = null;
     this.chkL02R12.Location = new System.Drawing.Point(296, 160);
     this.chkL02R12.Name = "chkL02R12";
     this.chkL02R12.Size = new System.Drawing.Size(16, 24);
     this.chkL02R12.TabIndex = 63;
     this.chkL02R12.Text = "CheckBoxTS36";
     //
     // chkL02R13
     //
     this.chkL02R13.Image = null;
     this.chkL02R13.Location = new System.Drawing.Point(320, 160);
     this.chkL02R13.Name = "chkL02R13";
     this.chkL02R13.Size = new System.Drawing.Size(16, 24);
     this.chkL02R13.TabIndex = 62;
     this.chkL02R13.Text = "CheckBoxTS37";
     //
     // chkL02R14
     //
     this.chkL02R14.Image = null;
     this.chkL02R14.Location = new System.Drawing.Point(336, 160);
     this.chkL02R14.Name = "chkL02R14";
     this.chkL02R14.Size = new System.Drawing.Size(16, 24);
     this.chkL02R14.TabIndex = 61;
     this.chkL02R14.Text = "CheckBoxTS38";
     //
     // chkL02R15
     //
     this.chkL02R15.Image = null;
     this.chkL02R15.Location = new System.Drawing.Point(352, 160);
     this.chkL02R15.Name = "chkL02R15";
     this.chkL02R15.Size = new System.Drawing.Size(16, 24);
     this.chkL02R15.TabIndex = 60;
     this.chkL02R15.Text = "CheckBoxTS39";
     //
     // chkL02R16
     //
     this.chkL02R16.Image = null;
     this.chkL02R16.Location = new System.Drawing.Point(368, 160);
     this.chkL02R16.Name = "chkL02R16";
     this.chkL02R16.Size = new System.Drawing.Size(16, 24);
     this.chkL02R16.TabIndex = 59;
     this.chkL02R16.Text = "CheckBoxTS40";
     //
     // chkL02R08
     //
     this.chkL02R08.Image = null;
     this.chkL02R08.Location = new System.Drawing.Point(224, 160);
     this.chkL02R08.Name = "chkL02R08";
     this.chkL02R08.Size = new System.Drawing.Size(16, 24);
     this.chkL02R08.TabIndex = 58;
     this.chkL02R08.Text = "CheckBoxTS41";
     //
     // chkL02R07
     //
     this.chkL02R07.Image = null;
     this.chkL02R07.Location = new System.Drawing.Point(208, 160);
     this.chkL02R07.Name = "chkL02R07";
     this.chkL02R07.Size = new System.Drawing.Size(16, 24);
     this.chkL02R07.TabIndex = 57;
     this.chkL02R07.Text = "CheckBoxTS42";
     //
     // chkL02R06
     //
     this.chkL02R06.Image = null;
     this.chkL02R06.Location = new System.Drawing.Point(192, 160);
     this.chkL02R06.Name = "chkL02R06";
     this.chkL02R06.Size = new System.Drawing.Size(16, 24);
     this.chkL02R06.TabIndex = 56;
     this.chkL02R06.Text = "CheckBoxTS43";
     //
     // chkL02R05
     //
     this.chkL02R05.Image = null;
     this.chkL02R05.Location = new System.Drawing.Point(176, 160);
     this.chkL02R05.Name = "chkL02R05";
     this.chkL02R05.Size = new System.Drawing.Size(16, 24);
     this.chkL02R05.TabIndex = 55;
     this.chkL02R05.Text = "CheckBoxTS44";
     //
     // chkL02R04
     //
     this.chkL02R04.Image = null;
     this.chkL02R04.Location = new System.Drawing.Point(152, 160);
     this.chkL02R04.Name = "chkL02R04";
     this.chkL02R04.Size = new System.Drawing.Size(16, 24);
     this.chkL02R04.TabIndex = 54;
     this.chkL02R04.Text = "CheckBoxTS45";
     //
     // chkL02R03
     //
     this.chkL02R03.Image = null;
     this.chkL02R03.Location = new System.Drawing.Point(136, 160);
     this.chkL02R03.Name = "chkL02R03";
     this.chkL02R03.Size = new System.Drawing.Size(16, 24);
     this.chkL02R03.TabIndex = 53;
     this.chkL02R03.Text = "CheckBoxTS46";
     //
     // chkL02R02
     //
     this.chkL02R02.Image = null;
     this.chkL02R02.Location = new System.Drawing.Point(120, 160);
     this.chkL02R02.Name = "chkL02R02";
     this.chkL02R02.Size = new System.Drawing.Size(16, 24);
     this.chkL02R02.TabIndex = 52;
     this.chkL02R02.Text = "CheckBoxTS47";
     //
     // chkL02R01
     //
     this.chkL02R01.Image = null;
     this.chkL02R01.Location = new System.Drawing.Point(104, 160);
     this.chkL02R01.Name = "chkL02R01";
     this.chkL02R01.Size = new System.Drawing.Size(16, 24);
     this.chkL02R01.TabIndex = 51;
     this.chkL02R01.Text = "CheckBoxTS48";
     //
     // chkL03R09
     //
     this.chkL03R09.Image = null;
     this.chkL03R09.Location = new System.Drawing.Point(248, 184);
     this.chkL03R09.Name = "chkL03R09";
     this.chkL03R09.Size = new System.Drawing.Size(16, 24);
     this.chkL03R09.TabIndex = 82;
     this.chkL03R09.Text = "CheckBoxTS49";
     //
     // chkL03R10
     //
     this.chkL03R10.Image = null;
     this.chkL03R10.Location = new System.Drawing.Point(264, 184);
     this.chkL03R10.Name = "chkL03R10";
     this.chkL03R10.Size = new System.Drawing.Size(16, 24);
     this.chkL03R10.TabIndex = 81;
     this.chkL03R10.Text = "CheckBoxTS50";
     //
     // chkL03R11
     //
     this.chkL03R11.Image = null;
     this.chkL03R11.Location = new System.Drawing.Point(280, 184);
     this.chkL03R11.Name = "chkL03R11";
     this.chkL03R11.Size = new System.Drawing.Size(16, 24);
     this.chkL03R11.TabIndex = 80;
     this.chkL03R11.Text = "CheckBoxTS51";
     //
     // chkL03R12
     //
     this.chkL03R12.Image = null;
     this.chkL03R12.Location = new System.Drawing.Point(296, 184);
     this.chkL03R12.Name = "chkL03R12";
     this.chkL03R12.Size = new System.Drawing.Size(16, 24);
     this.chkL03R12.TabIndex = 79;
     this.chkL03R12.Text = "CheckBoxTS52";
     //
     // chkL03R13
     //
     this.chkL03R13.Image = null;
     this.chkL03R13.Location = new System.Drawing.Point(320, 184);
     this.chkL03R13.Name = "chkL03R13";
     this.chkL03R13.Size = new System.Drawing.Size(16, 24);
     this.chkL03R13.TabIndex = 78;
     this.chkL03R13.Text = "CheckBoxTS53";
     //
     // chkL03R14
     //
     this.chkL03R14.Image = null;
     this.chkL03R14.Location = new System.Drawing.Point(336, 184);
     this.chkL03R14.Name = "chkL03R14";
     this.chkL03R14.Size = new System.Drawing.Size(16, 24);
     this.chkL03R14.TabIndex = 77;
     this.chkL03R14.Text = "CheckBoxTS54";
     //
     // chkL03R15
     //
     this.chkL03R15.Image = null;
     this.chkL03R15.Location = new System.Drawing.Point(352, 184);
     this.chkL03R15.Name = "chkL03R15";
     this.chkL03R15.Size = new System.Drawing.Size(16, 24);
     this.chkL03R15.TabIndex = 76;
     this.chkL03R15.Text = "CheckBoxTS55";
     //
     // chkL03R16
     //
     this.chkL03R16.Image = null;
     this.chkL03R16.Location = new System.Drawing.Point(368, 184);
     this.chkL03R16.Name = "chkL03R16";
     this.chkL03R16.Size = new System.Drawing.Size(16, 24);
     this.chkL03R16.TabIndex = 75;
     this.chkL03R16.Text = "CheckBoxTS56";
     //
     // chkL03R08
     //
     this.chkL03R08.Image = null;
     this.chkL03R08.Location = new System.Drawing.Point(224, 184);
     this.chkL03R08.Name = "chkL03R08";
     this.chkL03R08.Size = new System.Drawing.Size(16, 24);
     this.chkL03R08.TabIndex = 74;
     this.chkL03R08.Text = "CheckBoxTS57";
     //
     // chkL03R07
     //
     this.chkL03R07.Image = null;
     this.chkL03R07.Location = new System.Drawing.Point(208, 184);
     this.chkL03R07.Name = "chkL03R07";
     this.chkL03R07.Size = new System.Drawing.Size(16, 24);
     this.chkL03R07.TabIndex = 73;
     this.chkL03R07.Text = "CheckBoxTS58";
     //
     // chkL03R06
     //
     this.chkL03R06.Image = null;
     this.chkL03R06.Location = new System.Drawing.Point(192, 184);
     this.chkL03R06.Name = "chkL03R06";
     this.chkL03R06.Size = new System.Drawing.Size(16, 24);
     this.chkL03R06.TabIndex = 72;
     this.chkL03R06.Text = "CheckBoxTS59";
     //
     // chkL03R05
     //
     this.chkL03R05.Image = null;
     this.chkL03R05.Location = new System.Drawing.Point(176, 184);
     this.chkL03R05.Name = "chkL03R05";
     this.chkL03R05.Size = new System.Drawing.Size(16, 24);
     this.chkL03R05.TabIndex = 71;
     this.chkL03R05.Text = "CheckBoxTS60";
     //
     // chkL03R04
     //
     this.chkL03R04.Image = null;
     this.chkL03R04.Location = new System.Drawing.Point(152, 184);
     this.chkL03R04.Name = "chkL03R04";
     this.chkL03R04.Size = new System.Drawing.Size(16, 24);
     this.chkL03R04.TabIndex = 70;
     this.chkL03R04.Text = "CheckBoxTS61";
     //
     // chkL03R03
     //
     this.chkL03R03.Image = null;
     this.chkL03R03.Location = new System.Drawing.Point(136, 184);
     this.chkL03R03.Name = "chkL03R03";
     this.chkL03R03.Size = new System.Drawing.Size(16, 24);
     this.chkL03R03.TabIndex = 69;
     this.chkL03R03.Text = "CheckBoxTS62";
     //
     // chkL03R02
     //
     this.chkL03R02.Image = null;
     this.chkL03R02.Location = new System.Drawing.Point(120, 184);
     this.chkL03R02.Name = "chkL03R02";
     this.chkL03R02.Size = new System.Drawing.Size(16, 24);
     this.chkL03R02.TabIndex = 68;
     this.chkL03R02.Text = "CheckBoxTS63";
     //
     // chkL03R01
     //
     this.chkL03R01.Image = null;
     this.chkL03R01.Location = new System.Drawing.Point(104, 184);
     this.chkL03R01.Name = "chkL03R01";
     this.chkL03R01.Size = new System.Drawing.Size(16, 24);
     this.chkL03R01.TabIndex = 67;
     this.chkL03R01.Text = "CheckBoxTS64";
     //
     // chkL04R09
     //
     this.chkL04R09.Image = null;
     this.chkL04R09.Location = new System.Drawing.Point(248, 216);
     this.chkL04R09.Name = "chkL04R09";
     this.chkL04R09.Size = new System.Drawing.Size(16, 24);
     this.chkL04R09.TabIndex = 98;
     this.chkL04R09.Text = "CheckBoxTS65";
     //
     // chkL04R10
     //
     this.chkL04R10.Image = null;
     this.chkL04R10.Location = new System.Drawing.Point(264, 216);
     this.chkL04R10.Name = "chkL04R10";
     this.chkL04R10.Size = new System.Drawing.Size(16, 24);
     this.chkL04R10.TabIndex = 97;
     this.chkL04R10.Text = "CheckBoxTS66";
     //
     // chkL04R11
     //
     this.chkL04R11.Image = null;
     this.chkL04R11.Location = new System.Drawing.Point(280, 216);
     this.chkL04R11.Name = "chkL04R11";
     this.chkL04R11.Size = new System.Drawing.Size(16, 24);
     this.chkL04R11.TabIndex = 96;
     this.chkL04R11.Text = "CheckBoxTS67";
     //
     // chkL04R12
     //
     this.chkL04R12.Image = null;
     this.chkL04R12.Location = new System.Drawing.Point(296, 216);
     this.chkL04R12.Name = "chkL04R12";
     this.chkL04R12.Size = new System.Drawing.Size(16, 24);
     this.chkL04R12.TabIndex = 95;
     this.chkL04R12.Text = "CheckBoxTS68";
     //
     // chkL04R13
     //
     this.chkL04R13.Image = null;
     this.chkL04R13.Location = new System.Drawing.Point(320, 216);
     this.chkL04R13.Name = "chkL04R13";
     this.chkL04R13.Size = new System.Drawing.Size(16, 24);
     this.chkL04R13.TabIndex = 94;
     this.chkL04R13.Text = "CheckBoxTS69";
     //
     // chkL04R14
     //
     this.chkL04R14.Image = null;
     this.chkL04R14.Location = new System.Drawing.Point(336, 216);
     this.chkL04R14.Name = "chkL04R14";
     this.chkL04R14.Size = new System.Drawing.Size(16, 24);
     this.chkL04R14.TabIndex = 93;
     this.chkL04R14.Text = "CheckBoxTS70";
     //
     // chkL04R15
     //
     this.chkL04R15.Image = null;
     this.chkL04R15.Location = new System.Drawing.Point(352, 216);
     this.chkL04R15.Name = "chkL04R15";
     this.chkL04R15.Size = new System.Drawing.Size(16, 24);
     this.chkL04R15.TabIndex = 92;
     this.chkL04R15.Text = "CheckBoxTS71";
     //
     // chkL04R16
     //
     this.chkL04R16.Image = null;
     this.chkL04R16.Location = new System.Drawing.Point(368, 216);
     this.chkL04R16.Name = "chkL04R16";
     this.chkL04R16.Size = new System.Drawing.Size(16, 24);
     this.chkL04R16.TabIndex = 91;
     this.chkL04R16.Text = "CheckBoxTS72";
     //
     // chkL04R08
     //
     this.chkL04R08.Image = null;
     this.chkL04R08.Location = new System.Drawing.Point(224, 216);
     this.chkL04R08.Name = "chkL04R08";
     this.chkL04R08.Size = new System.Drawing.Size(16, 24);
     this.chkL04R08.TabIndex = 90;
     this.chkL04R08.Text = "CheckBoxTS73";
     //
     // chkL04R07
     //
     this.chkL04R07.Image = null;
     this.chkL04R07.Location = new System.Drawing.Point(208, 216);
     this.chkL04R07.Name = "chkL04R07";
     this.chkL04R07.Size = new System.Drawing.Size(16, 24);
     this.chkL04R07.TabIndex = 89;
     this.chkL04R07.Text = "CheckBoxTS74";
     //
     // chkL04R06
     //
     this.chkL04R06.Image = null;
     this.chkL04R06.Location = new System.Drawing.Point(192, 216);
     this.chkL04R06.Name = "chkL04R06";
     this.chkL04R06.Size = new System.Drawing.Size(16, 24);
     this.chkL04R06.TabIndex = 88;
     this.chkL04R06.Text = "CheckBoxTS75";
     //
     // chkL04R05
     //
     this.chkL04R05.Image = null;
     this.chkL04R05.Location = new System.Drawing.Point(176, 216);
     this.chkL04R05.Name = "chkL04R05";
     this.chkL04R05.Size = new System.Drawing.Size(16, 24);
     this.chkL04R05.TabIndex = 87;
     this.chkL04R05.Text = "CheckBoxTS76";
     //
     // chkL04R04
     //
     this.chkL04R04.Image = null;
     this.chkL04R04.Location = new System.Drawing.Point(152, 216);
     this.chkL04R04.Name = "chkL04R04";
     this.chkL04R04.Size = new System.Drawing.Size(16, 24);
     this.chkL04R04.TabIndex = 86;
     this.chkL04R04.Text = "CheckBoxTS77";
     //
     // chkL04R03
     //
     this.chkL04R03.Image = null;
     this.chkL04R03.Location = new System.Drawing.Point(136, 216);
     this.chkL04R03.Name = "chkL04R03";
     this.chkL04R03.Size = new System.Drawing.Size(16, 24);
     this.chkL04R03.TabIndex = 85;
     this.chkL04R03.Text = "CheckBoxTS78";
     //
     // chkL04R02
     //
     this.chkL04R02.Image = null;
     this.chkL04R02.Location = new System.Drawing.Point(120, 216);
     this.chkL04R02.Name = "chkL04R02";
     this.chkL04R02.Size = new System.Drawing.Size(16, 24);
     this.chkL04R02.TabIndex = 84;
     this.chkL04R02.Text = "CheckBoxTS79";
     //
     // chkL04R01
     //
     this.chkL04R01.Image = null;
     this.chkL04R01.Location = new System.Drawing.Point(104, 216);
     this.chkL04R01.Name = "chkL04R01";
     this.chkL04R01.Size = new System.Drawing.Size(16, 24);
     this.chkL04R01.TabIndex = 83;
     this.chkL04R01.Text = "CheckBoxTS80";
     //
     // chkL05R09
     //
     this.chkL05R09.Image = null;
     this.chkL05R09.Location = new System.Drawing.Point(248, 240);
     this.chkL05R09.Name = "chkL05R09";
     this.chkL05R09.Size = new System.Drawing.Size(16, 24);
     this.chkL05R09.TabIndex = 114;
     this.chkL05R09.Text = "CheckBoxTS81";
     //
     // chkL05R10
     //
     this.chkL05R10.Image = null;
     this.chkL05R10.Location = new System.Drawing.Point(264, 240);
     this.chkL05R10.Name = "chkL05R10";
     this.chkL05R10.Size = new System.Drawing.Size(16, 24);
     this.chkL05R10.TabIndex = 113;
     this.chkL05R10.Text = "CheckBoxTS82";
     //
     // chkL05R11
     //
     this.chkL05R11.Image = null;
     this.chkL05R11.Location = new System.Drawing.Point(280, 240);
     this.chkL05R11.Name = "chkL05R11";
     this.chkL05R11.Size = new System.Drawing.Size(16, 24);
     this.chkL05R11.TabIndex = 112;
     this.chkL05R11.Text = "CheckBoxTS83";
     //
     // chkL05R12
     //
     this.chkL05R12.Image = null;
     this.chkL05R12.Location = new System.Drawing.Point(296, 240);
     this.chkL05R12.Name = "chkL05R12";
     this.chkL05R12.Size = new System.Drawing.Size(16, 24);
     this.chkL05R12.TabIndex = 111;
     this.chkL05R12.Text = "CheckBoxTS84";
     //
     // chkL05R13
     //
     this.chkL05R13.Image = null;
     this.chkL05R13.Location = new System.Drawing.Point(320, 240);
     this.chkL05R13.Name = "chkL05R13";
     this.chkL05R13.Size = new System.Drawing.Size(16, 24);
     this.chkL05R13.TabIndex = 110;
     this.chkL05R13.Text = "CheckBoxTS85";
     //
     // chkL05R14
     //
     this.chkL05R14.Image = null;
     this.chkL05R14.Location = new System.Drawing.Point(336, 240);
     this.chkL05R14.Name = "chkL05R14";
     this.chkL05R14.Size = new System.Drawing.Size(16, 24);
     this.chkL05R14.TabIndex = 109;
     this.chkL05R14.Text = "CheckBoxTS86";
     //
     // chkL05R15
     //
     this.chkL05R15.Image = null;
     this.chkL05R15.Location = new System.Drawing.Point(352, 240);
     this.chkL05R15.Name = "chkL05R15";
     this.chkL05R15.Size = new System.Drawing.Size(16, 24);
     this.chkL05R15.TabIndex = 108;
     this.chkL05R15.Text = "CheckBoxTS87";
     //
     // chkL05R16
     //
     this.chkL05R16.Image = null;
     this.chkL05R16.Location = new System.Drawing.Point(368, 240);
     this.chkL05R16.Name = "chkL05R16";
     this.chkL05R16.Size = new System.Drawing.Size(16, 24);
     this.chkL05R16.TabIndex = 107;
     this.chkL05R16.Text = "CheckBoxTS88";
     //
     // chkL05R08
     //
     this.chkL05R08.Image = null;
     this.chkL05R08.Location = new System.Drawing.Point(224, 240);
     this.chkL05R08.Name = "chkL05R08";
     this.chkL05R08.Size = new System.Drawing.Size(16, 24);
     this.chkL05R08.TabIndex = 106;
     this.chkL05R08.Text = "CheckBoxTS89";
     //
     // chkL05R07
     //
     this.chkL05R07.Image = null;
     this.chkL05R07.Location = new System.Drawing.Point(208, 240);
     this.chkL05R07.Name = "chkL05R07";
     this.chkL05R07.Size = new System.Drawing.Size(16, 24);
     this.chkL05R07.TabIndex = 105;
     this.chkL05R07.Text = "CheckBoxTS90";
     //
     // chkL05R06
     //
     this.chkL05R06.Image = null;
     this.chkL05R06.Location = new System.Drawing.Point(192, 240);
     this.chkL05R06.Name = "chkL05R06";
     this.chkL05R06.Size = new System.Drawing.Size(16, 24);
     this.chkL05R06.TabIndex = 104;
     this.chkL05R06.Text = "CheckBoxTS91";
     //
     // chkL05R05
     //
     this.chkL05R05.Image = null;
     this.chkL05R05.Location = new System.Drawing.Point(176, 240);
     this.chkL05R05.Name = "chkL05R05";
     this.chkL05R05.Size = new System.Drawing.Size(16, 24);
     this.chkL05R05.TabIndex = 103;
     this.chkL05R05.Text = "CheckBoxTS92";
     //
     // chkL05R04
     //
     this.chkL05R04.Image = null;
     this.chkL05R04.Location = new System.Drawing.Point(152, 240);
     this.chkL05R04.Name = "chkL05R04";
     this.chkL05R04.Size = new System.Drawing.Size(16, 24);
     this.chkL05R04.TabIndex = 102;
     this.chkL05R04.Text = "CheckBoxTS93";
     //
     // chkL05R03
     //
     this.chkL05R03.Image = null;
     this.chkL05R03.Location = new System.Drawing.Point(136, 240);
     this.chkL05R03.Name = "chkL05R03";
     this.chkL05R03.Size = new System.Drawing.Size(16, 24);
     this.chkL05R03.TabIndex = 101;
     this.chkL05R03.Text = "CheckBoxTS94";
     //
     // chkL05R02
     //
     this.chkL05R02.Image = null;
     this.chkL05R02.Location = new System.Drawing.Point(120, 240);
     this.chkL05R02.Name = "chkL05R02";
     this.chkL05R02.Size = new System.Drawing.Size(16, 24);
     this.chkL05R02.TabIndex = 100;
     this.chkL05R02.Text = "CheckBoxTS95";
     //
     // chkL05R01
     //
     this.chkL05R01.Image = null;
     this.chkL05R01.Location = new System.Drawing.Point(104, 240);
     this.chkL05R01.Name = "chkL05R01";
     this.chkL05R01.Size = new System.Drawing.Size(16, 24);
     this.chkL05R01.TabIndex = 99;
     this.chkL05R01.Text = "CheckBoxTS96";
     //
     // chkL06R09
     //
     this.chkL06R09.Image = null;
     this.chkL06R09.Location = new System.Drawing.Point(248, 264);
     this.chkL06R09.Name = "chkL06R09";
     this.chkL06R09.Size = new System.Drawing.Size(16, 24);
     this.chkL06R09.TabIndex = 130;
     this.chkL06R09.Text = "CheckBoxTS97";
     //
     // chkL06R10
     //
     this.chkL06R10.Image = null;
     this.chkL06R10.Location = new System.Drawing.Point(264, 264);
     this.chkL06R10.Name = "chkL06R10";
     this.chkL06R10.Size = new System.Drawing.Size(16, 24);
     this.chkL06R10.TabIndex = 129;
     this.chkL06R10.Text = "CheckBoxTS98";
     //
     // chkL06R11
     //
     this.chkL06R11.Image = null;
     this.chkL06R11.Location = new System.Drawing.Point(280, 264);
     this.chkL06R11.Name = "chkL06R11";
     this.chkL06R11.Size = new System.Drawing.Size(16, 24);
     this.chkL06R11.TabIndex = 128;
     this.chkL06R11.Text = "CheckBoxTS99";
     //
     // chkL06R12
     //
     this.chkL06R12.Image = null;
     this.chkL06R12.Location = new System.Drawing.Point(296, 264);
     this.chkL06R12.Name = "chkL06R12";
     this.chkL06R12.Size = new System.Drawing.Size(16, 24);
     this.chkL06R12.TabIndex = 127;
     this.chkL06R12.Text = "CheckBoxTS100";
     //
     // chkL06R13
     //
     this.chkL06R13.Image = null;
     this.chkL06R13.Location = new System.Drawing.Point(320, 264);
     this.chkL06R13.Name = "chkL06R13";
     this.chkL06R13.Size = new System.Drawing.Size(16, 24);
     this.chkL06R13.TabIndex = 126;
     this.chkL06R13.Text = "CheckBoxTS101";
     //
     // chkL06R14
     //
     this.chkL06R14.Image = null;
     this.chkL06R14.Location = new System.Drawing.Point(336, 264);
     this.chkL06R14.Name = "chkL06R14";
     this.chkL06R14.Size = new System.Drawing.Size(16, 24);
     this.chkL06R14.TabIndex = 125;
     this.chkL06R14.Text = "CheckBoxTS102";
     //
     // chkL06R15
     //
     this.chkL06R15.Image = null;
     this.chkL06R15.Location = new System.Drawing.Point(352, 264);
     this.chkL06R15.Name = "chkL06R15";
     this.chkL06R15.Size = new System.Drawing.Size(16, 24);
     this.chkL06R15.TabIndex = 124;
     this.chkL06R15.Text = "CheckBoxTS103";
     //
     // chkL06R16
     //
     this.chkL06R16.Image = null;
     this.chkL06R16.Location = new System.Drawing.Point(368, 264);
     this.chkL06R16.Name = "chkL06R16";
     this.chkL06R16.Size = new System.Drawing.Size(16, 24);
     this.chkL06R16.TabIndex = 123;
     this.chkL06R16.Text = "CheckBoxTS104";
     //
     // chkL06R08
     //
     this.chkL06R08.Image = null;
     this.chkL06R08.Location = new System.Drawing.Point(224, 264);
     this.chkL06R08.Name = "chkL06R08";
     this.chkL06R08.Size = new System.Drawing.Size(16, 24);
     this.chkL06R08.TabIndex = 122;
     this.chkL06R08.Text = "CheckBoxTS105";
     //
     // chkL06R07
     //
     this.chkL06R07.Image = null;
     this.chkL06R07.Location = new System.Drawing.Point(208, 264);
     this.chkL06R07.Name = "chkL06R07";
     this.chkL06R07.Size = new System.Drawing.Size(16, 24);
     this.chkL06R07.TabIndex = 121;
     this.chkL06R07.Text = "CheckBoxTS106";
     //
     // chkL06R06
     //
     this.chkL06R06.Image = null;
     this.chkL06R06.Location = new System.Drawing.Point(192, 264);
     this.chkL06R06.Name = "chkL06R06";
     this.chkL06R06.Size = new System.Drawing.Size(16, 24);
     this.chkL06R06.TabIndex = 120;
     this.chkL06R06.Text = "CheckBoxTS107";
     //
     // chkL06R05
     //
     this.chkL06R05.Image = null;
     this.chkL06R05.Location = new System.Drawing.Point(176, 264);
     this.chkL06R05.Name = "chkL06R05";
     this.chkL06R05.Size = new System.Drawing.Size(16, 24);
     this.chkL06R05.TabIndex = 119;
     this.chkL06R05.Text = "CheckBoxTS108";
     //
     // chkL06R04
     //
     this.chkL06R04.Image = null;
     this.chkL06R04.Location = new System.Drawing.Point(152, 264);
     this.chkL06R04.Name = "chkL06R04";
     this.chkL06R04.Size = new System.Drawing.Size(16, 24);
     this.chkL06R04.TabIndex = 118;
     this.chkL06R04.Text = "CheckBoxTS109";
     //
     // chkL06R03
     //
     this.chkL06R03.Image = null;
     this.chkL06R03.Location = new System.Drawing.Point(136, 264);
     this.chkL06R03.Name = "chkL06R03";
     this.chkL06R03.Size = new System.Drawing.Size(16, 24);
     this.chkL06R03.TabIndex = 117;
     this.chkL06R03.Text = "CheckBoxTS110";
     //
     // chkL06R02
     //
     this.chkL06R02.Image = null;
     this.chkL06R02.Location = new System.Drawing.Point(120, 264);
     this.chkL06R02.Name = "chkL06R02";
     this.chkL06R02.Size = new System.Drawing.Size(16, 24);
     this.chkL06R02.TabIndex = 116;
     this.chkL06R02.Text = "CheckBoxTS111";
     //
     // chkL06R01
     //
     this.chkL06R01.Image = null;
     this.chkL06R01.Location = new System.Drawing.Point(104, 264);
     this.chkL06R01.Name = "chkL06R01";
     this.chkL06R01.Size = new System.Drawing.Size(16, 24);
     this.chkL06R01.TabIndex = 115;
     this.chkL06R01.Text = "CheckBoxTS112";
     //
     // chkL07R09
     //
     this.chkL07R09.Image = null;
     this.chkL07R09.Location = new System.Drawing.Point(248, 288);
     this.chkL07R09.Name = "chkL07R09";
     this.chkL07R09.Size = new System.Drawing.Size(16, 24);
     this.chkL07R09.TabIndex = 146;
     this.chkL07R09.Text = "CheckBoxTS113";
     //
     // chkL07R10
     //
     this.chkL07R10.Image = null;
     this.chkL07R10.Location = new System.Drawing.Point(264, 288);
     this.chkL07R10.Name = "chkL07R10";
     this.chkL07R10.Size = new System.Drawing.Size(16, 24);
     this.chkL07R10.TabIndex = 145;
     this.chkL07R10.Text = "CheckBoxTS114";
     //
     // chkL07R11
     //
     this.chkL07R11.Image = null;
     this.chkL07R11.Location = new System.Drawing.Point(280, 288);
     this.chkL07R11.Name = "chkL07R11";
     this.chkL07R11.Size = new System.Drawing.Size(16, 24);
     this.chkL07R11.TabIndex = 144;
     this.chkL07R11.Text = "CheckBoxTS115";
     //
     // chkL07R12
     //
     this.chkL07R12.Image = null;
     this.chkL07R12.Location = new System.Drawing.Point(296, 288);
     this.chkL07R12.Name = "chkL07R12";
     this.chkL07R12.Size = new System.Drawing.Size(16, 24);
     this.chkL07R12.TabIndex = 143;
     this.chkL07R12.Text = "CheckBoxTS116";
     //
     // chkL07R13
     //
     this.chkL07R13.Image = null;
     this.chkL07R13.Location = new System.Drawing.Point(320, 288);
     this.chkL07R13.Name = "chkL07R13";
     this.chkL07R13.Size = new System.Drawing.Size(16, 24);
     this.chkL07R13.TabIndex = 142;
     this.chkL07R13.Text = "CheckBoxTS117";
     //
     // chkL07R14
     //
     this.chkL07R14.Image = null;
     this.chkL07R14.Location = new System.Drawing.Point(336, 288);
     this.chkL07R14.Name = "chkL07R14";
     this.chkL07R14.Size = new System.Drawing.Size(16, 24);
     this.chkL07R14.TabIndex = 141;
     this.chkL07R14.Text = "CheckBoxTS118";
     //
     // chkL07R15
     //
     this.chkL07R15.Image = null;
     this.chkL07R15.Location = new System.Drawing.Point(352, 288);
     this.chkL07R15.Name = "chkL07R15";
     this.chkL07R15.Size = new System.Drawing.Size(16, 24);
     this.chkL07R15.TabIndex = 140;
     this.chkL07R15.Text = "CheckBoxTS119";
     //
     // chkL07R16
     //
     this.chkL07R16.Image = null;
     this.chkL07R16.Location = new System.Drawing.Point(368, 288);
     this.chkL07R16.Name = "chkL07R16";
     this.chkL07R16.Size = new System.Drawing.Size(16, 24);
     this.chkL07R16.TabIndex = 139;
     this.chkL07R16.Text = "CheckBoxTS120";
     //
     // chkL07R08
     //
     this.chkL07R08.Image = null;
     this.chkL07R08.Location = new System.Drawing.Point(224, 288);
     this.chkL07R08.Name = "chkL07R08";
     this.chkL07R08.Size = new System.Drawing.Size(16, 24);
     this.chkL07R08.TabIndex = 138;
     this.chkL07R08.Text = "CheckBoxTS121";
     //
     // chkL07R07
     //
     this.chkL07R07.Image = null;
     this.chkL07R07.Location = new System.Drawing.Point(208, 288);
     this.chkL07R07.Name = "chkL07R07";
     this.chkL07R07.Size = new System.Drawing.Size(16, 24);
     this.chkL07R07.TabIndex = 137;
     this.chkL07R07.Text = "CheckBoxTS122";
     //
     // chkL07R06
     //
     this.chkL07R06.Image = null;
     this.chkL07R06.Location = new System.Drawing.Point(192, 288);
     this.chkL07R06.Name = "chkL07R06";
     this.chkL07R06.Size = new System.Drawing.Size(16, 24);
     this.chkL07R06.TabIndex = 136;
     this.chkL07R06.Text = "CheckBoxTS123";
     //
     // chkL07R05
     //
     this.chkL07R05.Image = null;
     this.chkL07R05.Location = new System.Drawing.Point(176, 288);
     this.chkL07R05.Name = "chkL07R05";
     this.chkL07R05.Size = new System.Drawing.Size(16, 24);
     this.chkL07R05.TabIndex = 135;
     this.chkL07R05.Text = "CheckBoxTS124";
     //
     // chkL07R04
     //
     this.chkL07R04.Image = null;
     this.chkL07R04.Location = new System.Drawing.Point(152, 288);
     this.chkL07R04.Name = "chkL07R04";
     this.chkL07R04.Size = new System.Drawing.Size(16, 24);
     this.chkL07R04.TabIndex = 134;
     this.chkL07R04.Text = "CheckBoxTS125";
     //
     // chkL07R03
     //
     this.chkL07R03.Image = null;
     this.chkL07R03.Location = new System.Drawing.Point(136, 288);
     this.chkL07R03.Name = "chkL07R03";
     this.chkL07R03.Size = new System.Drawing.Size(16, 24);
     this.chkL07R03.TabIndex = 133;
     this.chkL07R03.Text = "CheckBoxTS126";
     //
     // chkL07R02
     //
     this.chkL07R02.Image = null;
     this.chkL07R02.Location = new System.Drawing.Point(120, 288);
     this.chkL07R02.Name = "chkL07R02";
     this.chkL07R02.Size = new System.Drawing.Size(16, 24);
     this.chkL07R02.TabIndex = 132;
     this.chkL07R02.Text = "CheckBoxTS127";
     //
     // chkL07R01
     //
     this.chkL07R01.Image = null;
     this.chkL07R01.Location = new System.Drawing.Point(104, 288);
     this.chkL07R01.Name = "chkL07R01";
     this.chkL07R01.Size = new System.Drawing.Size(16, 24);
     this.chkL07R01.TabIndex = 131;
     this.chkL07R01.Text = "CheckBoxTS128";
     //
     // chkL08R09
     //
     this.chkL08R09.Image = null;
     this.chkL08R09.Location = new System.Drawing.Point(248, 320);
     this.chkL08R09.Name = "chkL08R09";
     this.chkL08R09.Size = new System.Drawing.Size(16, 24);
     this.chkL08R09.TabIndex = 162;
     this.chkL08R09.Text = "CheckBoxTS129";
     //
     // chkL08R10
     //
     this.chkL08R10.Image = null;
     this.chkL08R10.Location = new System.Drawing.Point(264, 320);
     this.chkL08R10.Name = "chkL08R10";
     this.chkL08R10.Size = new System.Drawing.Size(16, 24);
     this.chkL08R10.TabIndex = 161;
     this.chkL08R10.Text = "CheckBoxTS130";
     //
     // chkL08R11
     //
     this.chkL08R11.Image = null;
     this.chkL08R11.Location = new System.Drawing.Point(280, 320);
     this.chkL08R11.Name = "chkL08R11";
     this.chkL08R11.Size = new System.Drawing.Size(16, 24);
     this.chkL08R11.TabIndex = 160;
     this.chkL08R11.Text = "CheckBoxTS131";
     //
     // chkL08R12
     //
     this.chkL08R12.Image = null;
     this.chkL08R12.Location = new System.Drawing.Point(296, 320);
     this.chkL08R12.Name = "chkL08R12";
     this.chkL08R12.Size = new System.Drawing.Size(16, 24);
     this.chkL08R12.TabIndex = 159;
     this.chkL08R12.Text = "CheckBoxTS132";
     //
     // chkL08R13
     //
     this.chkL08R13.Image = null;
     this.chkL08R13.Location = new System.Drawing.Point(320, 320);
     this.chkL08R13.Name = "chkL08R13";
     this.chkL08R13.Size = new System.Drawing.Size(16, 24);
     this.chkL08R13.TabIndex = 158;
     this.chkL08R13.Text = "CheckBoxTS133";
     //
     // chkL08R14
     //
     this.chkL08R14.Image = null;
     this.chkL08R14.Location = new System.Drawing.Point(336, 320);
     this.chkL08R14.Name = "chkL08R14";
     this.chkL08R14.Size = new System.Drawing.Size(16, 24);
     this.chkL08R14.TabIndex = 157;
     this.chkL08R14.Text = "CheckBoxTS134";
     //
     // chkL08R15
     //
     this.chkL08R15.Image = null;
     this.chkL08R15.Location = new System.Drawing.Point(352, 320);
     this.chkL08R15.Name = "chkL08R15";
     this.chkL08R15.Size = new System.Drawing.Size(16, 24);
     this.chkL08R15.TabIndex = 156;
     this.chkL08R15.Text = "CheckBoxTS135";
     //
     // chkL08R16
     //
     this.chkL08R16.Image = null;
     this.chkL08R16.Location = new System.Drawing.Point(368, 320);
     this.chkL08R16.Name = "chkL08R16";
     this.chkL08R16.Size = new System.Drawing.Size(16, 24);
     this.chkL08R16.TabIndex = 155;
     this.chkL08R16.Text = "CheckBoxTS136";
     //
     // chkL08R08
     //
     this.chkL08R08.Image = null;
     this.chkL08R08.Location = new System.Drawing.Point(224, 320);
     this.chkL08R08.Name = "chkL08R08";
     this.chkL08R08.Size = new System.Drawing.Size(16, 24);
     this.chkL08R08.TabIndex = 154;
     this.chkL08R08.Text = "CheckBoxTS137";
     //
     // chkL08R07
     //
     this.chkL08R07.Image = null;
     this.chkL08R07.Location = new System.Drawing.Point(208, 320);
     this.chkL08R07.Name = "chkL08R07";
     this.chkL08R07.Size = new System.Drawing.Size(16, 24);
     this.chkL08R07.TabIndex = 153;
     this.chkL08R07.Text = "CheckBoxTS138";
     //
     // chkL08R06
     //
     this.chkL08R06.Image = null;
     this.chkL08R06.Location = new System.Drawing.Point(192, 320);
     this.chkL08R06.Name = "chkL08R06";
     this.chkL08R06.Size = new System.Drawing.Size(16, 24);
     this.chkL08R06.TabIndex = 152;
     this.chkL08R06.Text = "CheckBoxTS139";
     //
     // chkL08R05
     //
     this.chkL08R05.Image = null;
     this.chkL08R05.Location = new System.Drawing.Point(176, 320);
     this.chkL08R05.Name = "chkL08R05";
     this.chkL08R05.Size = new System.Drawing.Size(16, 24);
     this.chkL08R05.TabIndex = 151;
     this.chkL08R05.Text = "CheckBoxTS140";
     //
     // chkL08R04
     //
     this.chkL08R04.Image = null;
     this.chkL08R04.Location = new System.Drawing.Point(152, 320);
     this.chkL08R04.Name = "chkL08R04";
     this.chkL08R04.Size = new System.Drawing.Size(16, 24);
     this.chkL08R04.TabIndex = 150;
     this.chkL08R04.Text = "CheckBoxTS141";
     //
     // chkL08R03
     //
     this.chkL08R03.Image = null;
     this.chkL08R03.Location = new System.Drawing.Point(136, 320);
     this.chkL08R03.Name = "chkL08R03";
     this.chkL08R03.Size = new System.Drawing.Size(16, 24);
     this.chkL08R03.TabIndex = 149;
     this.chkL08R03.Text = "CheckBoxTS142";
     //
     // chkL08R02
     //
     this.chkL08R02.Image = null;
     this.chkL08R02.Location = new System.Drawing.Point(120, 320);
     this.chkL08R02.Name = "chkL08R02";
     this.chkL08R02.Size = new System.Drawing.Size(16, 24);
     this.chkL08R02.TabIndex = 148;
     this.chkL08R02.Text = "CheckBoxTS143";
     //
     // chkL08R01
     //
     this.chkL08R01.Image = null;
     this.chkL08R01.Location = new System.Drawing.Point(104, 320);
     this.chkL08R01.Name = "chkL08R01";
     this.chkL08R01.Size = new System.Drawing.Size(16, 24);
     this.chkL08R01.TabIndex = 147;
     this.chkL08R01.Text = "CheckBoxTS144";
     //
     // chkL09R09
     //
     this.chkL09R09.Image = null;
     this.chkL09R09.Location = new System.Drawing.Point(248, 344);
     this.chkL09R09.Name = "chkL09R09";
     this.chkL09R09.Size = new System.Drawing.Size(16, 24);
     this.chkL09R09.TabIndex = 178;
     this.chkL09R09.Text = "CheckBoxTS145";
     //
     // chkL09R10
     //
     this.chkL09R10.Image = null;
     this.chkL09R10.Location = new System.Drawing.Point(264, 344);
     this.chkL09R10.Name = "chkL09R10";
     this.chkL09R10.Size = new System.Drawing.Size(16, 24);
     this.chkL09R10.TabIndex = 177;
     this.chkL09R10.Text = "CheckBoxTS146";
     //
     // chkL09R11
     //
     this.chkL09R11.Image = null;
     this.chkL09R11.Location = new System.Drawing.Point(280, 344);
     this.chkL09R11.Name = "chkL09R11";
     this.chkL09R11.Size = new System.Drawing.Size(16, 24);
     this.chkL09R11.TabIndex = 176;
     this.chkL09R11.Text = "CheckBoxTS147";
     //
     // chkL09R12
     //
     this.chkL09R12.Image = null;
     this.chkL09R12.Location = new System.Drawing.Point(296, 344);
     this.chkL09R12.Name = "chkL09R12";
     this.chkL09R12.Size = new System.Drawing.Size(16, 24);
     this.chkL09R12.TabIndex = 175;
     this.chkL09R12.Text = "CheckBoxTS148";
     //
     // chkL09R13
     //
     this.chkL09R13.Image = null;
     this.chkL09R13.Location = new System.Drawing.Point(320, 344);
     this.chkL09R13.Name = "chkL09R13";
     this.chkL09R13.Size = new System.Drawing.Size(16, 24);
     this.chkL09R13.TabIndex = 174;
     this.chkL09R13.Text = "CheckBoxTS149";
     //
     // chkL09R14
     //
     this.chkL09R14.Image = null;
     this.chkL09R14.Location = new System.Drawing.Point(336, 344);
     this.chkL09R14.Name = "chkL09R14";
     this.chkL09R14.Size = new System.Drawing.Size(16, 24);
     this.chkL09R14.TabIndex = 173;
     this.chkL09R14.Text = "CheckBoxTS150";
     //
     // chkL09R15
     //
     this.chkL09R15.Image = null;
     this.chkL09R15.Location = new System.Drawing.Point(352, 344);
     this.chkL09R15.Name = "chkL09R15";
     this.chkL09R15.Size = new System.Drawing.Size(16, 24);
     this.chkL09R15.TabIndex = 172;
     this.chkL09R15.Text = "CheckBoxTS151";
     //
     // chkL09R16
     //
     this.chkL09R16.Image = null;
     this.chkL09R16.Location = new System.Drawing.Point(368, 344);
     this.chkL09R16.Name = "chkL09R16";
     this.chkL09R16.Size = new System.Drawing.Size(16, 24);
     this.chkL09R16.TabIndex = 171;
     this.chkL09R16.Text = "CheckBoxTS152";
     //
     // chkL09R08
     //
     this.chkL09R08.Image = null;
     this.chkL09R08.Location = new System.Drawing.Point(224, 344);
     this.chkL09R08.Name = "chkL09R08";
     this.chkL09R08.Size = new System.Drawing.Size(16, 24);
     this.chkL09R08.TabIndex = 170;
     this.chkL09R08.Text = "CheckBoxTS153";
     //
     // chkL09R07
     //
     this.chkL09R07.Image = null;
     this.chkL09R07.Location = new System.Drawing.Point(208, 344);
     this.chkL09R07.Name = "chkL09R07";
     this.chkL09R07.Size = new System.Drawing.Size(16, 24);
     this.chkL09R07.TabIndex = 169;
     this.chkL09R07.Text = "CheckBoxTS154";
     //
     // chkL09R06
     //
     this.chkL09R06.Image = null;
     this.chkL09R06.Location = new System.Drawing.Point(192, 344);
     this.chkL09R06.Name = "chkL09R06";
     this.chkL09R06.Size = new System.Drawing.Size(16, 24);
     this.chkL09R06.TabIndex = 168;
     this.chkL09R06.Text = "CheckBoxTS155";
     //
     // chkL09R05
     //
     this.chkL09R05.Image = null;
     this.chkL09R05.Location = new System.Drawing.Point(176, 344);
     this.chkL09R05.Name = "chkL09R05";
     this.chkL09R05.Size = new System.Drawing.Size(16, 24);
     this.chkL09R05.TabIndex = 167;
     this.chkL09R05.Text = "CheckBoxTS156";
     //
     // chkL09R04
     //
     this.chkL09R04.Image = null;
     this.chkL09R04.Location = new System.Drawing.Point(152, 344);
     this.chkL09R04.Name = "chkL09R04";
     this.chkL09R04.Size = new System.Drawing.Size(16, 24);
     this.chkL09R04.TabIndex = 166;
     this.chkL09R04.Text = "CheckBoxTS157";
     //
     // chkL09R03
     //
     this.chkL09R03.Image = null;
     this.chkL09R03.Location = new System.Drawing.Point(136, 344);
     this.chkL09R03.Name = "chkL09R03";
     this.chkL09R03.Size = new System.Drawing.Size(16, 24);
     this.chkL09R03.TabIndex = 165;
     this.chkL09R03.Text = "CheckBoxTS158";
     //
     // chkL09R02
     //
     this.chkL09R02.Image = null;
     this.chkL09R02.Location = new System.Drawing.Point(120, 344);
     this.chkL09R02.Name = "chkL09R02";
     this.chkL09R02.Size = new System.Drawing.Size(16, 24);
     this.chkL09R02.TabIndex = 164;
     this.chkL09R02.Text = "CheckBoxTS159";
     //
     // chkL09R01
     //
     this.chkL09R01.Image = null;
     this.chkL09R01.Location = new System.Drawing.Point(104, 344);
     this.chkL09R01.Name = "chkL09R01";
     this.chkL09R01.Size = new System.Drawing.Size(16, 24);
     this.chkL09R01.TabIndex = 163;
     this.chkL09R01.Text = "CheckBoxTS160";
     //
     // chkL10R09
     //
     this.chkL10R09.Image = null;
     this.chkL10R09.Location = new System.Drawing.Point(248, 368);
     this.chkL10R09.Name = "chkL10R09";
     this.chkL10R09.Size = new System.Drawing.Size(16, 24);
     this.chkL10R09.TabIndex = 194;
     this.chkL10R09.Text = "CheckBoxTS161";
     //
     // chkL10R10
     //
     this.chkL10R10.Image = null;
     this.chkL10R10.Location = new System.Drawing.Point(264, 368);
     this.chkL10R10.Name = "chkL10R10";
     this.chkL10R10.Size = new System.Drawing.Size(16, 24);
     this.chkL10R10.TabIndex = 193;
     this.chkL10R10.Text = "CheckBoxTS162";
     //
     // chkL10R11
     //
     this.chkL10R11.Image = null;
     this.chkL10R11.Location = new System.Drawing.Point(280, 368);
     this.chkL10R11.Name = "chkL10R11";
     this.chkL10R11.Size = new System.Drawing.Size(16, 24);
     this.chkL10R11.TabIndex = 192;
     this.chkL10R11.Text = "CheckBoxTS163";
     //
     // chkL10R12
     //
     this.chkL10R12.Image = null;
     this.chkL10R12.Location = new System.Drawing.Point(296, 368);
     this.chkL10R12.Name = "chkL10R12";
     this.chkL10R12.Size = new System.Drawing.Size(16, 24);
     this.chkL10R12.TabIndex = 191;
     this.chkL10R12.Text = "CheckBoxTS164";
     //
     // chkL10R13
     //
     this.chkL10R13.Image = null;
     this.chkL10R13.Location = new System.Drawing.Point(320, 368);
     this.chkL10R13.Name = "chkL10R13";
     this.chkL10R13.Size = new System.Drawing.Size(16, 24);
     this.chkL10R13.TabIndex = 190;
     this.chkL10R13.Text = "CheckBoxTS165";
     //
     // chkL10R14
     //
     this.chkL10R14.Image = null;
     this.chkL10R14.Location = new System.Drawing.Point(336, 368);
     this.chkL10R14.Name = "chkL10R14";
     this.chkL10R14.Size = new System.Drawing.Size(16, 24);
     this.chkL10R14.TabIndex = 189;
     this.chkL10R14.Text = "CheckBoxTS166";
     //
     // chkL10R15
     //
     this.chkL10R15.Image = null;
     this.chkL10R15.Location = new System.Drawing.Point(352, 368);
     this.chkL10R15.Name = "chkL10R15";
     this.chkL10R15.Size = new System.Drawing.Size(16, 24);
     this.chkL10R15.TabIndex = 188;
     this.chkL10R15.Text = "CheckBoxTS167";
     //
     // chkL10R16
     //
     this.chkL10R16.Image = null;
     this.chkL10R16.Location = new System.Drawing.Point(368, 368);
     this.chkL10R16.Name = "chkL10R16";
     this.chkL10R16.Size = new System.Drawing.Size(16, 24);
     this.chkL10R16.TabIndex = 187;
     this.chkL10R16.Text = "CheckBoxTS168";
     //
     // chkL10R08
     //
     this.chkL10R08.Image = null;
     this.chkL10R08.Location = new System.Drawing.Point(224, 368);
     this.chkL10R08.Name = "chkL10R08";
     this.chkL10R08.Size = new System.Drawing.Size(16, 24);
     this.chkL10R08.TabIndex = 186;
     this.chkL10R08.Text = "CheckBoxTS169";
     //
     // chkL10R07
     //
     this.chkL10R07.Image = null;
     this.chkL10R07.Location = new System.Drawing.Point(208, 368);
     this.chkL10R07.Name = "chkL10R07";
     this.chkL10R07.Size = new System.Drawing.Size(16, 24);
     this.chkL10R07.TabIndex = 185;
     this.chkL10R07.Text = "CheckBoxTS170";
     //
     // chkL10R06
     //
     this.chkL10R06.Image = null;
     this.chkL10R06.Location = new System.Drawing.Point(192, 368);
     this.chkL10R06.Name = "chkL10R06";
     this.chkL10R06.Size = new System.Drawing.Size(16, 24);
     this.chkL10R06.TabIndex = 184;
     this.chkL10R06.Text = "CheckBoxTS171";
     //
     // chkL10R05
     //
     this.chkL10R05.Image = null;
     this.chkL10R05.Location = new System.Drawing.Point(176, 368);
     this.chkL10R05.Name = "chkL10R05";
     this.chkL10R05.Size = new System.Drawing.Size(16, 24);
     this.chkL10R05.TabIndex = 183;
     this.chkL10R05.Text = "CheckBoxTS172";
     //
     // chkL10R04
     //
     this.chkL10R04.Image = null;
     this.chkL10R04.Location = new System.Drawing.Point(152, 368);
     this.chkL10R04.Name = "chkL10R04";
     this.chkL10R04.Size = new System.Drawing.Size(16, 24);
     this.chkL10R04.TabIndex = 182;
     this.chkL10R04.Text = "CheckBoxTS173";
     //
     // chkL10R03
     //
     this.chkL10R03.Image = null;
     this.chkL10R03.Location = new System.Drawing.Point(136, 368);
     this.chkL10R03.Name = "chkL10R03";
     this.chkL10R03.Size = new System.Drawing.Size(16, 24);
     this.chkL10R03.TabIndex = 181;
     this.chkL10R03.Text = "CheckBoxTS174";
     //
     // chkL10R02
     //
     this.chkL10R02.Image = null;
     this.chkL10R02.Location = new System.Drawing.Point(120, 368);
     this.chkL10R02.Name = "chkL10R02";
     this.chkL10R02.Size = new System.Drawing.Size(16, 24);
     this.chkL10R02.TabIndex = 180;
     this.chkL10R02.Text = "CheckBoxTS175";
     //
     // chkL10R01
     //
     this.chkL10R01.Image = null;
     this.chkL10R01.Location = new System.Drawing.Point(104, 368);
     this.chkL10R01.Name = "chkL10R01";
     this.chkL10R01.Size = new System.Drawing.Size(16, 24);
     this.chkL10R01.TabIndex = 179;
     this.chkL10R01.Text = "CheckBoxTS176";
     //
     // chkL11R09
     //
     this.chkL11R09.Image = null;
     this.chkL11R09.Location = new System.Drawing.Point(248, 392);
     this.chkL11R09.Name = "chkL11R09";
     this.chkL11R09.Size = new System.Drawing.Size(16, 24);
     this.chkL11R09.TabIndex = 210;
     this.chkL11R09.Text = "CheckBoxTS177";
     //
     // chkL11R10
     //
     this.chkL11R10.Image = null;
     this.chkL11R10.Location = new System.Drawing.Point(264, 392);
     this.chkL11R10.Name = "chkL11R10";
     this.chkL11R10.Size = new System.Drawing.Size(16, 24);
     this.chkL11R10.TabIndex = 209;
     this.chkL11R10.Text = "CheckBoxTS178";
     //
     // chkL11R11
     //
     this.chkL11R11.Image = null;
     this.chkL11R11.Location = new System.Drawing.Point(280, 392);
     this.chkL11R11.Name = "chkL11R11";
     this.chkL11R11.Size = new System.Drawing.Size(16, 24);
     this.chkL11R11.TabIndex = 208;
     this.chkL11R11.Text = "CheckBoxTS179";
     //
     // chkL11R12
     //
     this.chkL11R12.Image = null;
     this.chkL11R12.Location = new System.Drawing.Point(296, 392);
     this.chkL11R12.Name = "chkL11R12";
     this.chkL11R12.Size = new System.Drawing.Size(16, 24);
     this.chkL11R12.TabIndex = 207;
     this.chkL11R12.Text = "CheckBoxTS180";
     //
     // chkL11R13
     //
     this.chkL11R13.Image = null;
     this.chkL11R13.Location = new System.Drawing.Point(320, 392);
     this.chkL11R13.Name = "chkL11R13";
     this.chkL11R13.Size = new System.Drawing.Size(16, 24);
     this.chkL11R13.TabIndex = 206;
     this.chkL11R13.Text = "CheckBoxTS181";
     //
     // chkL11R14
     //
     this.chkL11R14.Image = null;
     this.chkL11R14.Location = new System.Drawing.Point(336, 392);
     this.chkL11R14.Name = "chkL11R14";
     this.chkL11R14.Size = new System.Drawing.Size(16, 24);
     this.chkL11R14.TabIndex = 205;
     this.chkL11R14.Text = "CheckBoxTS182";
     //
     // chkL11R15
     //
     this.chkL11R15.Image = null;
     this.chkL11R15.Location = new System.Drawing.Point(352, 392);
     this.chkL11R15.Name = "chkL11R15";
     this.chkL11R15.Size = new System.Drawing.Size(16, 24);
     this.chkL11R15.TabIndex = 204;
     this.chkL11R15.Text = "CheckBoxTS183";
     //
     // chkL11R16
     //
     this.chkL11R16.Image = null;
     this.chkL11R16.Location = new System.Drawing.Point(368, 392);
     this.chkL11R16.Name = "chkL11R16";
     this.chkL11R16.Size = new System.Drawing.Size(16, 24);
     this.chkL11R16.TabIndex = 203;
     this.chkL11R16.Text = "CheckBoxTS184";
     //
     // chkL11R08
     //
     this.chkL11R08.Image = null;
     this.chkL11R08.Location = new System.Drawing.Point(224, 392);
     this.chkL11R08.Name = "chkL11R08";
     this.chkL11R08.Size = new System.Drawing.Size(16, 24);
     this.chkL11R08.TabIndex = 202;
     this.chkL11R08.Text = "CheckBoxTS185";
     //
     // chkL11R07
     //
     this.chkL11R07.Image = null;
     this.chkL11R07.Location = new System.Drawing.Point(208, 392);
     this.chkL11R07.Name = "chkL11R07";
     this.chkL11R07.Size = new System.Drawing.Size(16, 24);
     this.chkL11R07.TabIndex = 201;
     this.chkL11R07.Text = "CheckBoxTS186";
     //
     // chkL11R06
     //
     this.chkL11R06.Image = null;
     this.chkL11R06.Location = new System.Drawing.Point(192, 392);
     this.chkL11R06.Name = "chkL11R06";
     this.chkL11R06.Size = new System.Drawing.Size(16, 24);
     this.chkL11R06.TabIndex = 200;
     this.chkL11R06.Text = "CheckBoxTS187";
     //
     // chkL11R05
     //
     this.chkL11R05.Image = null;
     this.chkL11R05.Location = new System.Drawing.Point(176, 392);
     this.chkL11R05.Name = "chkL11R05";
     this.chkL11R05.Size = new System.Drawing.Size(16, 24);
     this.chkL11R05.TabIndex = 199;
     this.chkL11R05.Text = "CheckBoxTS188";
     //
     // chkL11R04
     //
     this.chkL11R04.Image = null;
     this.chkL11R04.Location = new System.Drawing.Point(152, 392);
     this.chkL11R04.Name = "chkL11R04";
     this.chkL11R04.Size = new System.Drawing.Size(16, 24);
     this.chkL11R04.TabIndex = 198;
     this.chkL11R04.Text = "CheckBoxTS189";
     //
     // chkL11R03
     //
     this.chkL11R03.Image = null;
     this.chkL11R03.Location = new System.Drawing.Point(136, 392);
     this.chkL11R03.Name = "chkL11R03";
     this.chkL11R03.Size = new System.Drawing.Size(16, 24);
     this.chkL11R03.TabIndex = 197;
     this.chkL11R03.Text = "CheckBoxTS190";
     //
     // chkL11R02
     //
     this.chkL11R02.Image = null;
     this.chkL11R02.Location = new System.Drawing.Point(120, 392);
     this.chkL11R02.Name = "chkL11R02";
     this.chkL11R02.Size = new System.Drawing.Size(16, 24);
     this.chkL11R02.TabIndex = 196;
     this.chkL11R02.Text = "CheckBoxTS191";
     //
     // chkL11R01
     //
     this.chkL11R01.Image = null;
     this.chkL11R01.Location = new System.Drawing.Point(104, 392);
     this.chkL11R01.Name = "chkL11R01";
     this.chkL11R01.Size = new System.Drawing.Size(16, 24);
     this.chkL11R01.TabIndex = 195;
     this.chkL11R01.Text = "CheckBoxTS192";
     //
     // chkL12R09
     //
     this.chkL12R09.Image = null;
     this.chkL12R09.Location = new System.Drawing.Point(248, 424);
     this.chkL12R09.Name = "chkL12R09";
     this.chkL12R09.Size = new System.Drawing.Size(16, 24);
     this.chkL12R09.TabIndex = 226;
     this.chkL12R09.Text = "CheckBoxTS193";
     //
     // chkL12R10
     //
     this.chkL12R10.Image = null;
     this.chkL12R10.Location = new System.Drawing.Point(264, 424);
     this.chkL12R10.Name = "chkL12R10";
     this.chkL12R10.Size = new System.Drawing.Size(16, 24);
     this.chkL12R10.TabIndex = 225;
     this.chkL12R10.Text = "CheckBoxTS194";
     //
     // chkL12R11
     //
     this.chkL12R11.Image = null;
     this.chkL12R11.Location = new System.Drawing.Point(280, 424);
     this.chkL12R11.Name = "chkL12R11";
     this.chkL12R11.Size = new System.Drawing.Size(16, 24);
     this.chkL12R11.TabIndex = 224;
     this.chkL12R11.Text = "CheckBoxTS195";
     //
     // chkL12R12
     //
     this.chkL12R12.Image = null;
     this.chkL12R12.Location = new System.Drawing.Point(296, 424);
     this.chkL12R12.Name = "chkL12R12";
     this.chkL12R12.Size = new System.Drawing.Size(16, 24);
     this.chkL12R12.TabIndex = 223;
     this.chkL12R12.Text = "CheckBoxTS196";
     //
     // chkL12R13
     //
     this.chkL12R13.Image = null;
     this.chkL12R13.Location = new System.Drawing.Point(320, 424);
     this.chkL12R13.Name = "chkL12R13";
     this.chkL12R13.Size = new System.Drawing.Size(16, 24);
     this.chkL12R13.TabIndex = 222;
     this.chkL12R13.Text = "CheckBoxTS197";
     //
     // chkL12R14
     //
     this.chkL12R14.Image = null;
     this.chkL12R14.Location = new System.Drawing.Point(336, 424);
     this.chkL12R14.Name = "chkL12R14";
     this.chkL12R14.Size = new System.Drawing.Size(16, 24);
     this.chkL12R14.TabIndex = 221;
     this.chkL12R14.Text = "CheckBoxTS198";
     //
     // chkL12R15
     //
     this.chkL12R15.Image = null;
     this.chkL12R15.Location = new System.Drawing.Point(352, 424);
     this.chkL12R15.Name = "chkL12R15";
     this.chkL12R15.Size = new System.Drawing.Size(16, 24);
     this.chkL12R15.TabIndex = 220;
     this.chkL12R15.Text = "CheckBoxTS199";
     //
     // chkL12R16
     //
     this.chkL12R16.Image = null;
     this.chkL12R16.Location = new System.Drawing.Point(368, 424);
     this.chkL12R16.Name = "chkL12R16";
     this.chkL12R16.Size = new System.Drawing.Size(16, 24);
     this.chkL12R16.TabIndex = 219;
     this.chkL12R16.Text = "CheckBoxTS200";
     //
     // chkL12R08
     //
     this.chkL12R08.Image = null;
     this.chkL12R08.Location = new System.Drawing.Point(224, 424);
     this.chkL12R08.Name = "chkL12R08";
     this.chkL12R08.Size = new System.Drawing.Size(16, 24);
     this.chkL12R08.TabIndex = 218;
     this.chkL12R08.Text = "CheckBoxTS201";
     //
     // chkL12R07
     //
     this.chkL12R07.Image = null;
     this.chkL12R07.Location = new System.Drawing.Point(208, 424);
     this.chkL12R07.Name = "chkL12R07";
     this.chkL12R07.Size = new System.Drawing.Size(16, 24);
     this.chkL12R07.TabIndex = 217;
     this.chkL12R07.Text = "CheckBoxTS202";
     //
     // chkL12R06
     //
     this.chkL12R06.Image = null;
     this.chkL12R06.Location = new System.Drawing.Point(192, 424);
     this.chkL12R06.Name = "chkL12R06";
     this.chkL12R06.Size = new System.Drawing.Size(16, 24);
     this.chkL12R06.TabIndex = 216;
     this.chkL12R06.Text = "CheckBoxTS203";
     //
     // chkL12R05
     //
     this.chkL12R05.Image = null;
     this.chkL12R05.Location = new System.Drawing.Point(176, 424);
     this.chkL12R05.Name = "chkL12R05";
     this.chkL12R05.Size = new System.Drawing.Size(16, 24);
     this.chkL12R05.TabIndex = 215;
     this.chkL12R05.Text = "CheckBoxTS204";
     //
     // chkL12R04
     //
     this.chkL12R04.Image = null;
     this.chkL12R04.Location = new System.Drawing.Point(152, 424);
     this.chkL12R04.Name = "chkL12R04";
     this.chkL12R04.Size = new System.Drawing.Size(16, 24);
     this.chkL12R04.TabIndex = 214;
     this.chkL12R04.Text = "CheckBoxTS205";
     //
     // chkL12R03
     //
     this.chkL12R03.Image = null;
     this.chkL12R03.Location = new System.Drawing.Point(136, 424);
     this.chkL12R03.Name = "chkL12R03";
     this.chkL12R03.Size = new System.Drawing.Size(16, 24);
     this.chkL12R03.TabIndex = 213;
     this.chkL12R03.Text = "CheckBoxTS206";
     //
     // chkL12R02
     //
     this.chkL12R02.Image = null;
     this.chkL12R02.Location = new System.Drawing.Point(120, 424);
     this.chkL12R02.Name = "chkL12R02";
     this.chkL12R02.Size = new System.Drawing.Size(16, 24);
     this.chkL12R02.TabIndex = 212;
     this.chkL12R02.Text = "CheckBoxTS207";
     //
     // chkL12R01
     //
     this.chkL12R01.Image = null;
     this.chkL12R01.Location = new System.Drawing.Point(104, 424);
     this.chkL12R01.Name = "chkL12R01";
     this.chkL12R01.Size = new System.Drawing.Size(16, 24);
     this.chkL12R01.TabIndex = 211;
     this.chkL12R01.Text = "CheckBoxTS208";
     //
     // chkL13R09
     //
     this.chkL13R09.Image = null;
     this.chkL13R09.Location = new System.Drawing.Point(248, 448);
     this.chkL13R09.Name = "chkL13R09";
     this.chkL13R09.Size = new System.Drawing.Size(16, 24);
     this.chkL13R09.TabIndex = 242;
     this.chkL13R09.Text = "CheckBoxTS209";
     //
     // chkL13R10
     //
     this.chkL13R10.Image = null;
     this.chkL13R10.Location = new System.Drawing.Point(264, 448);
     this.chkL13R10.Name = "chkL13R10";
     this.chkL13R10.Size = new System.Drawing.Size(16, 24);
     this.chkL13R10.TabIndex = 241;
     this.chkL13R10.Text = "CheckBoxTS210";
     //
     // chkL13R11
     //
     this.chkL13R11.Image = null;
     this.chkL13R11.Location = new System.Drawing.Point(280, 448);
     this.chkL13R11.Name = "chkL13R11";
     this.chkL13R11.Size = new System.Drawing.Size(16, 24);
     this.chkL13R11.TabIndex = 240;
     this.chkL13R11.Text = "CheckBoxTS211";
     //
     // chkL13R12
     //
     this.chkL13R12.Image = null;
     this.chkL13R12.Location = new System.Drawing.Point(296, 448);
     this.chkL13R12.Name = "chkL13R12";
     this.chkL13R12.Size = new System.Drawing.Size(16, 24);
     this.chkL13R12.TabIndex = 239;
     this.chkL13R12.Text = "CheckBoxTS212";
     //
     // chkL13R13
     //
     this.chkL13R13.Image = null;
     this.chkL13R13.Location = new System.Drawing.Point(320, 448);
     this.chkL13R13.Name = "chkL13R13";
     this.chkL13R13.Size = new System.Drawing.Size(16, 24);
     this.chkL13R13.TabIndex = 238;
     this.chkL13R13.Text = "CheckBoxTS213";
     //
     // chkL13R14
     //
     this.chkL13R14.Image = null;
     this.chkL13R14.Location = new System.Drawing.Point(336, 448);
     this.chkL13R14.Name = "chkL13R14";
     this.chkL13R14.Size = new System.Drawing.Size(16, 24);
     this.chkL13R14.TabIndex = 237;
     this.chkL13R14.Text = "CheckBoxTS214";
     //
     // chkL13R15
     //
     this.chkL13R15.Image = null;
     this.chkL13R15.Location = new System.Drawing.Point(352, 448);
     this.chkL13R15.Name = "chkL13R15";
     this.chkL13R15.Size = new System.Drawing.Size(16, 24);
     this.chkL13R15.TabIndex = 236;
     this.chkL13R15.Text = "CheckBoxTS215";
     //
     // chkL13R16
     //
     this.chkL13R16.Image = null;
     this.chkL13R16.Location = new System.Drawing.Point(368, 448);
     this.chkL13R16.Name = "chkL13R16";
     this.chkL13R16.Size = new System.Drawing.Size(16, 24);
     this.chkL13R16.TabIndex = 235;
     this.chkL13R16.Text = "CheckBoxTS216";
     //
     // chkL13R08
     //
     this.chkL13R08.Image = null;
     this.chkL13R08.Location = new System.Drawing.Point(224, 448);
     this.chkL13R08.Name = "chkL13R08";
     this.chkL13R08.Size = new System.Drawing.Size(16, 24);
     this.chkL13R08.TabIndex = 234;
     this.chkL13R08.Text = "CheckBoxTS217";
     //
     // chkL13R07
     //
     this.chkL13R07.Image = null;
     this.chkL13R07.Location = new System.Drawing.Point(208, 448);
     this.chkL13R07.Name = "chkL13R07";
     this.chkL13R07.Size = new System.Drawing.Size(16, 24);
     this.chkL13R07.TabIndex = 233;
     this.chkL13R07.Text = "CheckBoxTS218";
     //
     // chkL13R06
     //
     this.chkL13R06.Image = null;
     this.chkL13R06.Location = new System.Drawing.Point(192, 448);
     this.chkL13R06.Name = "chkL13R06";
     this.chkL13R06.Size = new System.Drawing.Size(16, 24);
     this.chkL13R06.TabIndex = 232;
     this.chkL13R06.Text = "CheckBoxTS219";
     //
     // chkL13R05
     //
     this.chkL13R05.Image = null;
     this.chkL13R05.Location = new System.Drawing.Point(176, 448);
     this.chkL13R05.Name = "chkL13R05";
     this.chkL13R05.Size = new System.Drawing.Size(16, 24);
     this.chkL13R05.TabIndex = 231;
     this.chkL13R05.Text = "CheckBoxTS220";
     //
     // chkL13R04
     //
     this.chkL13R04.Image = null;
     this.chkL13R04.Location = new System.Drawing.Point(152, 448);
     this.chkL13R04.Name = "chkL13R04";
     this.chkL13R04.Size = new System.Drawing.Size(16, 24);
     this.chkL13R04.TabIndex = 230;
     this.chkL13R04.Text = "CheckBoxTS221";
     //
     // chkL13R03
     //
     this.chkL13R03.Image = null;
     this.chkL13R03.Location = new System.Drawing.Point(136, 448);
     this.chkL13R03.Name = "chkL13R03";
     this.chkL13R03.Size = new System.Drawing.Size(16, 24);
     this.chkL13R03.TabIndex = 229;
     this.chkL13R03.Text = "CheckBoxTS222";
     //
     // chkL13R02
     //
     this.chkL13R02.Image = null;
     this.chkL13R02.Location = new System.Drawing.Point(120, 448);
     this.chkL13R02.Name = "chkL13R02";
     this.chkL13R02.Size = new System.Drawing.Size(16, 24);
     this.chkL13R02.TabIndex = 228;
     this.chkL13R02.Text = "CheckBoxTS223";
     //
     // chkL13R01
     //
     this.chkL13R01.Image = null;
     this.chkL13R01.Location = new System.Drawing.Point(104, 448);
     this.chkL13R01.Name = "chkL13R01";
     this.chkL13R01.Size = new System.Drawing.Size(16, 24);
     this.chkL13R01.TabIndex = 227;
     this.chkL13R01.Text = "CheckBoxTS224";
     //
     // chkL14R09
     //
     this.chkL14R09.Image = null;
     this.chkL14R09.Location = new System.Drawing.Point(248, 472);
     this.chkL14R09.Name = "chkL14R09";
     this.chkL14R09.Size = new System.Drawing.Size(16, 24);
     this.chkL14R09.TabIndex = 258;
     this.chkL14R09.Text = "CheckBoxTS225";
     //
     // chkL14R10
     //
     this.chkL14R10.Image = null;
     this.chkL14R10.Location = new System.Drawing.Point(264, 472);
     this.chkL14R10.Name = "chkL14R10";
     this.chkL14R10.Size = new System.Drawing.Size(16, 24);
     this.chkL14R10.TabIndex = 257;
     this.chkL14R10.Text = "CheckBoxTS226";
     //
     // chkL14R11
     //
     this.chkL14R11.Image = null;
     this.chkL14R11.Location = new System.Drawing.Point(280, 472);
     this.chkL14R11.Name = "chkL14R11";
     this.chkL14R11.Size = new System.Drawing.Size(16, 24);
     this.chkL14R11.TabIndex = 256;
     this.chkL14R11.Text = "CheckBoxTS227";
     //
     // chkL14R12
     //
     this.chkL14R12.Image = null;
     this.chkL14R12.Location = new System.Drawing.Point(296, 472);
     this.chkL14R12.Name = "chkL14R12";
     this.chkL14R12.Size = new System.Drawing.Size(16, 24);
     this.chkL14R12.TabIndex = 255;
     this.chkL14R12.Text = "CheckBoxTS228";
     //
     // chkL14R13
     //
     this.chkL14R13.Image = null;
     this.chkL14R13.Location = new System.Drawing.Point(320, 472);
     this.chkL14R13.Name = "chkL14R13";
     this.chkL14R13.Size = new System.Drawing.Size(16, 24);
     this.chkL14R13.TabIndex = 254;
     this.chkL14R13.Text = "CheckBoxTS229";
     //
     // chkL14R14
     //
     this.chkL14R14.Image = null;
     this.chkL14R14.Location = new System.Drawing.Point(336, 472);
     this.chkL14R14.Name = "chkL14R14";
     this.chkL14R14.Size = new System.Drawing.Size(16, 24);
     this.chkL14R14.TabIndex = 253;
     this.chkL14R14.Text = "CheckBoxTS230";
     //
     // chkL14R15
     //
     this.chkL14R15.Image = null;
     this.chkL14R15.Location = new System.Drawing.Point(352, 472);
     this.chkL14R15.Name = "chkL14R15";
     this.chkL14R15.Size = new System.Drawing.Size(16, 24);
     this.chkL14R15.TabIndex = 252;
     this.chkL14R15.Text = "CheckBoxTS231";
     //
     // chkL14R16
     //
     this.chkL14R16.Image = null;
     this.chkL14R16.Location = new System.Drawing.Point(368, 472);
     this.chkL14R16.Name = "chkL14R16";
     this.chkL14R16.Size = new System.Drawing.Size(16, 24);
     this.chkL14R16.TabIndex = 251;
     this.chkL14R16.Text = "CheckBoxTS232";
     //
     // chkL14R08
     //
     this.chkL14R08.Image = null;
     this.chkL14R08.Location = new System.Drawing.Point(224, 472);
     this.chkL14R08.Name = "chkL14R08";
     this.chkL14R08.Size = new System.Drawing.Size(16, 24);
     this.chkL14R08.TabIndex = 250;
     this.chkL14R08.Text = "CheckBoxTS233";
     //
     // chkL14R07
     //
     this.chkL14R07.Image = null;
     this.chkL14R07.Location = new System.Drawing.Point(208, 472);
     this.chkL14R07.Name = "chkL14R07";
     this.chkL14R07.Size = new System.Drawing.Size(16, 24);
     this.chkL14R07.TabIndex = 249;
     this.chkL14R07.Text = "CheckBoxTS234";
     //
     // chkL14R06
     //
     this.chkL14R06.Image = null;
     this.chkL14R06.Location = new System.Drawing.Point(192, 472);
     this.chkL14R06.Name = "chkL14R06";
     this.chkL14R06.Size = new System.Drawing.Size(16, 24);
     this.chkL14R06.TabIndex = 248;
     this.chkL14R06.Text = "CheckBoxTS235";
     //
     // chkL14R05
     //
     this.chkL14R05.Image = null;
     this.chkL14R05.Location = new System.Drawing.Point(176, 472);
     this.chkL14R05.Name = "chkL14R05";
     this.chkL14R05.Size = new System.Drawing.Size(16, 24);
     this.chkL14R05.TabIndex = 247;
     this.chkL14R05.Text = "CheckBoxTS236";
     //
     // chkL14R04
     //
     this.chkL14R04.Image = null;
     this.chkL14R04.Location = new System.Drawing.Point(152, 472);
     this.chkL14R04.Name = "chkL14R04";
     this.chkL14R04.Size = new System.Drawing.Size(16, 24);
     this.chkL14R04.TabIndex = 246;
     this.chkL14R04.Text = "CheckBoxTS237";
     //
     // chkL14R03
     //
     this.chkL14R03.Image = null;
     this.chkL14R03.Location = new System.Drawing.Point(136, 472);
     this.chkL14R03.Name = "chkL14R03";
     this.chkL14R03.Size = new System.Drawing.Size(16, 24);
     this.chkL14R03.TabIndex = 245;
     this.chkL14R03.Text = "CheckBoxTS238";
     //
     // chkL14R02
     //
     this.chkL14R02.Image = null;
     this.chkL14R02.Location = new System.Drawing.Point(120, 472);
     this.chkL14R02.Name = "chkL14R02";
     this.chkL14R02.Size = new System.Drawing.Size(16, 24);
     this.chkL14R02.TabIndex = 244;
     this.chkL14R02.Text = "CheckBoxTS239";
     //
     // chkL14R01
     //
     this.chkL14R01.Image = null;
     this.chkL14R01.Location = new System.Drawing.Point(104, 472);
     this.chkL14R01.Name = "chkL14R01";
     this.chkL14R01.Size = new System.Drawing.Size(16, 24);
     this.chkL14R01.TabIndex = 243;
     this.chkL14R01.Text = "CheckBoxTS240";
     //
     // chkL15R09
     //
     this.chkL15R09.Image = null;
     this.chkL15R09.Location = new System.Drawing.Point(248, 496);
     this.chkL15R09.Name = "chkL15R09";
     this.chkL15R09.Size = new System.Drawing.Size(16, 24);
     this.chkL15R09.TabIndex = 274;
     this.chkL15R09.Text = "CheckBoxTS241";
     //
     // chkL15R10
     //
     this.chkL15R10.Image = null;
     this.chkL15R10.Location = new System.Drawing.Point(264, 496);
     this.chkL15R10.Name = "chkL15R10";
     this.chkL15R10.Size = new System.Drawing.Size(16, 24);
     this.chkL15R10.TabIndex = 273;
     this.chkL15R10.Text = "CheckBoxTS242";
     //
     // chkL15R11
     //
     this.chkL15R11.Image = null;
     this.chkL15R11.Location = new System.Drawing.Point(280, 496);
     this.chkL15R11.Name = "chkL15R11";
     this.chkL15R11.Size = new System.Drawing.Size(16, 24);
     this.chkL15R11.TabIndex = 272;
     this.chkL15R11.Text = "CheckBoxTS243";
     //
     // chkL15R12
     //
     this.chkL15R12.Image = null;
     this.chkL15R12.Location = new System.Drawing.Point(296, 496);
     this.chkL15R12.Name = "chkL15R12";
     this.chkL15R12.Size = new System.Drawing.Size(16, 24);
     this.chkL15R12.TabIndex = 271;
     this.chkL15R12.Text = "CheckBoxTS244";
     //
     // chkL15R13
     //
     this.chkL15R13.Image = null;
     this.chkL15R13.Location = new System.Drawing.Point(320, 496);
     this.chkL15R13.Name = "chkL15R13";
     this.chkL15R13.Size = new System.Drawing.Size(16, 24);
     this.chkL15R13.TabIndex = 270;
     this.chkL15R13.Text = "CheckBoxTS245";
     //
     // chkL15R14
     //
     this.chkL15R14.Image = null;
     this.chkL15R14.Location = new System.Drawing.Point(336, 496);
     this.chkL15R14.Name = "chkL15R14";
     this.chkL15R14.Size = new System.Drawing.Size(16, 24);
     this.chkL15R14.TabIndex = 269;
     this.chkL15R14.Text = "CheckBoxTS246";
     //
     // chkL15R15
     //
     this.chkL15R15.Image = null;
     this.chkL15R15.Location = new System.Drawing.Point(352, 496);
     this.chkL15R15.Name = "chkL15R15";
     this.chkL15R15.Size = new System.Drawing.Size(16, 24);
     this.chkL15R15.TabIndex = 268;
     this.chkL15R15.Text = "CheckBoxTS247";
     //
     // chkL15R16
     //
     this.chkL15R16.Image = null;
     this.chkL15R16.Location = new System.Drawing.Point(368, 496);
     this.chkL15R16.Name = "chkL15R16";
     this.chkL15R16.Size = new System.Drawing.Size(16, 24);
     this.chkL15R16.TabIndex = 267;
     this.chkL15R16.Text = "CheckBoxTS248";
     //
     // chkL15R08
     //
     this.chkL15R08.Image = null;
     this.chkL15R08.Location = new System.Drawing.Point(224, 496);
     this.chkL15R08.Name = "chkL15R08";
     this.chkL15R08.Size = new System.Drawing.Size(16, 24);
     this.chkL15R08.TabIndex = 266;
     this.chkL15R08.Text = "CheckBoxTS249";
     //
     // chkL15R07
     //
     this.chkL15R07.Image = null;
     this.chkL15R07.Location = new System.Drawing.Point(208, 496);
     this.chkL15R07.Name = "chkL15R07";
     this.chkL15R07.Size = new System.Drawing.Size(16, 24);
     this.chkL15R07.TabIndex = 265;
     this.chkL15R07.Text = "CheckBoxTS250";
     //
     // chkL15R06
     //
     this.chkL15R06.Image = null;
     this.chkL15R06.Location = new System.Drawing.Point(192, 496);
     this.chkL15R06.Name = "chkL15R06";
     this.chkL15R06.Size = new System.Drawing.Size(16, 24);
     this.chkL15R06.TabIndex = 264;
     this.chkL15R06.Text = "CheckBoxTS251";
     //
     // chkL15R05
     //
     this.chkL15R05.Image = null;
     this.chkL15R05.Location = new System.Drawing.Point(176, 496);
     this.chkL15R05.Name = "chkL15R05";
     this.chkL15R05.Size = new System.Drawing.Size(16, 24);
     this.chkL15R05.TabIndex = 263;
     this.chkL15R05.Text = "CheckBoxTS252";
     //
     // chkL15R04
     //
     this.chkL15R04.Image = null;
     this.chkL15R04.Location = new System.Drawing.Point(152, 496);
     this.chkL15R04.Name = "chkL15R04";
     this.chkL15R04.Size = new System.Drawing.Size(16, 24);
     this.chkL15R04.TabIndex = 262;
     this.chkL15R04.Text = "CheckBoxTS253";
     //
     // chkL15R03
     //
     this.chkL15R03.Image = null;
     this.chkL15R03.Location = new System.Drawing.Point(136, 496);
     this.chkL15R03.Name = "chkL15R03";
     this.chkL15R03.Size = new System.Drawing.Size(16, 24);
     this.chkL15R03.TabIndex = 261;
     this.chkL15R03.Text = "CheckBoxTS254";
     //
     // chkL15R02
     //
     this.chkL15R02.Image = null;
     this.chkL15R02.Location = new System.Drawing.Point(120, 496);
     this.chkL15R02.Name = "chkL15R02";
     this.chkL15R02.Size = new System.Drawing.Size(16, 24);
     this.chkL15R02.TabIndex = 260;
     this.chkL15R02.Text = "CheckBoxTS255";
     //
     // chkL15R01
     //
     this.chkL15R01.Image = null;
     this.chkL15R01.Location = new System.Drawing.Point(104, 496);
     this.chkL15R01.Name = "chkL15R01";
     this.chkL15R01.Size = new System.Drawing.Size(16, 24);
     this.chkL15R01.TabIndex = 259;
     this.chkL15R01.Text = "CheckBoxTS256";
     //
     // lblAddr
     //
     this.lblAddr.Image = null;
     this.lblAddr.Location = new System.Drawing.Point(40, 80);
     this.lblAddr.Name = "lblAddr";
     this.lblAddr.Size = new System.Drawing.Size(48, 24);
     this.lblAddr.TabIndex = 275;
     this.lblAddr.Text = "Addr";
     this.lblAddr.DoubleClick += new System.EventHandler(this.label_DoubleClick);
     //
     // lblLine0
     //
     this.lblLine0.Image = null;
     this.lblLine0.Location = new System.Drawing.Point(40, 112);
     this.lblLine0.Name = "lblLine0";
     this.lblLine0.Size = new System.Drawing.Size(64, 23);
     this.lblLine0.TabIndex = 276;
     this.lblLine0.Text = "Line 0";
     this.lblLine0.DoubleClick += new System.EventHandler(this.label_DoubleClick);
     //
     // lblLine1
     //
     this.lblLine1.Image = null;
     this.lblLine1.Location = new System.Drawing.Point(40, 136);
     this.lblLine1.Name = "lblLine1";
     this.lblLine1.Size = new System.Drawing.Size(64, 23);
     this.lblLine1.TabIndex = 277;
     this.lblLine1.Text = "Line 1";
     this.lblLine1.DoubleClick += new System.EventHandler(this.label_DoubleClick);
     //
     // lblLine2
     //
     this.lblLine2.Image = null;
     this.lblLine2.Location = new System.Drawing.Point(40, 160);
     this.lblLine2.Name = "lblLine2";
     this.lblLine2.Size = new System.Drawing.Size(64, 23);
     this.lblLine2.TabIndex = 278;
     this.lblLine2.Text = "Line 2";
     this.lblLine2.DoubleClick += new System.EventHandler(this.label_DoubleClick);
     //
     // lblLine3
     //
     this.lblLine3.Image = null;
     this.lblLine3.Location = new System.Drawing.Point(40, 184);
     this.lblLine3.Name = "lblLine3";
     this.lblLine3.Size = new System.Drawing.Size(64, 23);
     this.lblLine3.TabIndex = 279;
     this.lblLine3.Text = "Line 3";
     this.lblLine3.DoubleClick += new System.EventHandler(this.label_DoubleClick);
     //
     // lblLine4
     //
     this.lblLine4.Image = null;
     this.lblLine4.Location = new System.Drawing.Point(40, 216);
     this.lblLine4.Name = "lblLine4";
     this.lblLine4.Size = new System.Drawing.Size(64, 23);
     this.lblLine4.TabIndex = 280;
     this.lblLine4.Text = "Line 4";
     this.lblLine4.DoubleClick += new System.EventHandler(this.label_DoubleClick);
     //
     // lblLine5
     //
     this.lblLine5.Image = null;
     this.lblLine5.Location = new System.Drawing.Point(40, 240);
     this.lblLine5.Name = "lblLine5";
     this.lblLine5.Size = new System.Drawing.Size(64, 23);
     this.lblLine5.TabIndex = 281;
     this.lblLine5.Text = "Line 5";
     this.lblLine5.DoubleClick += new System.EventHandler(this.label_DoubleClick);
     //
     // lblLine6
     //
     this.lblLine6.Image = null;
     this.lblLine6.Location = new System.Drawing.Point(40, 264);
     this.lblLine6.Name = "lblLine6";
     this.lblLine6.Size = new System.Drawing.Size(64, 23);
     this.lblLine6.TabIndex = 282;
     this.lblLine6.Text = "Line 6";
     this.lblLine6.DoubleClick += new System.EventHandler(this.label_DoubleClick);
     //
     // lblLine7
     //
     this.lblLine7.Image = null;
     this.lblLine7.Location = new System.Drawing.Point(40, 288);
     this.lblLine7.Name = "lblLine7";
     this.lblLine7.Size = new System.Drawing.Size(64, 23);
     this.lblLine7.TabIndex = 283;
     this.lblLine7.Text = "Line 7";
     this.lblLine7.DoubleClick += new System.EventHandler(this.label_DoubleClick);
     //
     // lblLine8
     //
     this.lblLine8.Image = null;
     this.lblLine8.Location = new System.Drawing.Point(40, 320);
     this.lblLine8.Name = "lblLine8";
     this.lblLine8.Size = new System.Drawing.Size(64, 23);
     this.lblLine8.TabIndex = 284;
     this.lblLine8.Text = "Line 8";
     this.lblLine8.DoubleClick += new System.EventHandler(this.label_DoubleClick);
     //
     // lblLine9
     //
     this.lblLine9.Image = null;
     this.lblLine9.Location = new System.Drawing.Point(40, 344);
     this.lblLine9.Name = "lblLine9";
     this.lblLine9.Size = new System.Drawing.Size(64, 23);
     this.lblLine9.TabIndex = 285;
     this.lblLine9.Text = "Line 9";
     this.lblLine9.DoubleClick += new System.EventHandler(this.label_DoubleClick);
     //
     // lblLine10
     //
     this.lblLine10.Image = null;
     this.lblLine10.Location = new System.Drawing.Point(40, 368);
     this.lblLine10.Name = "lblLine10";
     this.lblLine10.Size = new System.Drawing.Size(64, 23);
     this.lblLine10.TabIndex = 286;
     this.lblLine10.Text = "Line 10";
     this.lblLine10.DoubleClick += new System.EventHandler(this.label_DoubleClick);
     //
     // lblLine11
     //
     this.lblLine11.Image = null;
     this.lblLine11.Location = new System.Drawing.Point(40, 392);
     this.lblLine11.Name = "lblLine11";
     this.lblLine11.Size = new System.Drawing.Size(64, 23);
     this.lblLine11.TabIndex = 287;
     this.lblLine11.Text = "Line 11";
     this.lblLine11.DoubleClick += new System.EventHandler(this.label_DoubleClick);
     //
     // lblLine12
     //
     this.lblLine12.Image = null;
     this.lblLine12.Location = new System.Drawing.Point(40, 424);
     this.lblLine12.Name = "lblLine12";
     this.lblLine12.Size = new System.Drawing.Size(64, 23);
     this.lblLine12.TabIndex = 288;
     this.lblLine12.Text = "Line 12";
     this.lblLine12.DoubleClick += new System.EventHandler(this.label_DoubleClick);
     //
     // lblLine13
     //
     this.lblLine13.Image = null;
     this.lblLine13.Location = new System.Drawing.Point(40, 448);
     this.lblLine13.Name = "lblLine13";
     this.lblLine13.Size = new System.Drawing.Size(64, 23);
     this.lblLine13.TabIndex = 289;
     this.lblLine13.Text = "Line 13";
     this.lblLine13.DoubleClick += new System.EventHandler(this.label_DoubleClick);
     //
     // lblLine14
     //
     this.lblLine14.Image = null;
     this.lblLine14.Location = new System.Drawing.Point(40, 472);
     this.lblLine14.Name = "lblLine14";
     this.lblLine14.Size = new System.Drawing.Size(64, 23);
     this.lblLine14.TabIndex = 290;
     this.lblLine14.Text = "Line 14";
     this.lblLine14.DoubleClick += new System.EventHandler(this.label_DoubleClick);
     //
     // lblLine15
     //
     this.lblLine15.Image = null;
     this.lblLine15.Location = new System.Drawing.Point(40, 496);
     this.lblLine15.Name = "lblLine15";
     this.lblLine15.Size = new System.Drawing.Size(64, 23);
     this.lblLine15.TabIndex = 291;
     this.lblLine15.Text = "Line 15";
     this.lblLine15.DoubleClick += new System.EventHandler(this.label_DoubleClick);
     //
     // btnWriteLine0
     //
     this.btnWriteLine0.Image = null;
     this.btnWriteLine0.Location = new System.Drawing.Point(400, 112);
     this.btnWriteLine0.Name = "btnWriteLine0";
     this.btnWriteLine0.Size = new System.Drawing.Size(48, 20);
     this.btnWriteLine0.TabIndex = 292;
     this.btnWriteLine0.Text = "Write";
     this.btnWriteLine0.Click += new System.EventHandler(this.btnWriteLine0_Click);
     //
     // btnWriteLine1
     //
     this.btnWriteLine1.Image = null;
     this.btnWriteLine1.Location = new System.Drawing.Point(400, 136);
     this.btnWriteLine1.Name = "btnWriteLine1";
     this.btnWriteLine1.Size = new System.Drawing.Size(48, 20);
     this.btnWriteLine1.TabIndex = 293;
     this.btnWriteLine1.Text = "Write";
     this.btnWriteLine1.Click += new System.EventHandler(this.btnWriteLine1_Click);
     //
     // btnWriteLine2
     //
     this.btnWriteLine2.Image = null;
     this.btnWriteLine2.Location = new System.Drawing.Point(400, 160);
     this.btnWriteLine2.Name = "btnWriteLine2";
     this.btnWriteLine2.Size = new System.Drawing.Size(48, 20);
     this.btnWriteLine2.TabIndex = 294;
     this.btnWriteLine2.Text = "Write";
     this.btnWriteLine2.Click += new System.EventHandler(this.btnWriteLine2_Click);
     //
     // btnWriteLine3
     //
     this.btnWriteLine3.Image = null;
     this.btnWriteLine3.Location = new System.Drawing.Point(400, 184);
     this.btnWriteLine3.Name = "btnWriteLine3";
     this.btnWriteLine3.Size = new System.Drawing.Size(48, 20);
     this.btnWriteLine3.TabIndex = 295;
     this.btnWriteLine3.Text = "Write";
     this.btnWriteLine3.Click += new System.EventHandler(this.btnWriteLine3_Click);
     //
     // btnWriteLine4
     //
     this.btnWriteLine4.Image = null;
     this.btnWriteLine4.Location = new System.Drawing.Point(400, 216);
     this.btnWriteLine4.Name = "btnWriteLine4";
     this.btnWriteLine4.Size = new System.Drawing.Size(48, 20);
     this.btnWriteLine4.TabIndex = 296;
     this.btnWriteLine4.Text = "Write";
     this.btnWriteLine4.Click += new System.EventHandler(this.btnWriteLine4_Click);
     //
     // btnWriteLine5
     //
     this.btnWriteLine5.Image = null;
     this.btnWriteLine5.Location = new System.Drawing.Point(400, 240);
     this.btnWriteLine5.Name = "btnWriteLine5";
     this.btnWriteLine5.Size = new System.Drawing.Size(48, 20);
     this.btnWriteLine5.TabIndex = 297;
     this.btnWriteLine5.Text = "Write";
     this.btnWriteLine5.Click += new System.EventHandler(this.btnWriteLine5_Click);
     //
     // btnWriteLine6
     //
     this.btnWriteLine6.Image = null;
     this.btnWriteLine6.Location = new System.Drawing.Point(400, 264);
     this.btnWriteLine6.Name = "btnWriteLine6";
     this.btnWriteLine6.Size = new System.Drawing.Size(48, 20);
     this.btnWriteLine6.TabIndex = 298;
     this.btnWriteLine6.Text = "Write";
     this.btnWriteLine6.Click += new System.EventHandler(this.btnWriteLine6_Click);
     //
     // btnWriteLine7
     //
     this.btnWriteLine7.Image = null;
     this.btnWriteLine7.Location = new System.Drawing.Point(400, 288);
     this.btnWriteLine7.Name = "btnWriteLine7";
     this.btnWriteLine7.Size = new System.Drawing.Size(48, 20);
     this.btnWriteLine7.TabIndex = 299;
     this.btnWriteLine7.Text = "Write";
     this.btnWriteLine7.Click += new System.EventHandler(this.btnWriteLine7_Click);
     //
     // btnWriteLine8
     //
     this.btnWriteLine8.Image = null;
     this.btnWriteLine8.Location = new System.Drawing.Point(400, 320);
     this.btnWriteLine8.Name = "btnWriteLine8";
     this.btnWriteLine8.Size = new System.Drawing.Size(48, 20);
     this.btnWriteLine8.TabIndex = 300;
     this.btnWriteLine8.Text = "Write";
     this.btnWriteLine8.Click += new System.EventHandler(this.btnWriteLine8_Click);
     //
     // btnWriteLine9
     //
     this.btnWriteLine9.Image = null;
     this.btnWriteLine9.Location = new System.Drawing.Point(400, 344);
     this.btnWriteLine9.Name = "btnWriteLine9";
     this.btnWriteLine9.Size = new System.Drawing.Size(48, 20);
     this.btnWriteLine9.TabIndex = 301;
     this.btnWriteLine9.Text = "Write";
     this.btnWriteLine9.Click += new System.EventHandler(this.btnWriteLine9_Click);
     //
     // btnWriteLine10
     //
     this.btnWriteLine10.Image = null;
     this.btnWriteLine10.Location = new System.Drawing.Point(400, 368);
     this.btnWriteLine10.Name = "btnWriteLine10";
     this.btnWriteLine10.Size = new System.Drawing.Size(48, 20);
     this.btnWriteLine10.TabIndex = 302;
     this.btnWriteLine10.Text = "Write";
     this.btnWriteLine10.Click += new System.EventHandler(this.btnWriteLine10_Click);
     //
     // btnWriteLine11
     //
     this.btnWriteLine11.Image = null;
     this.btnWriteLine11.Location = new System.Drawing.Point(400, 392);
     this.btnWriteLine11.Name = "btnWriteLine11";
     this.btnWriteLine11.Size = new System.Drawing.Size(48, 20);
     this.btnWriteLine11.TabIndex = 303;
     this.btnWriteLine11.Text = "Write";
     this.btnWriteLine11.Click += new System.EventHandler(this.btnWriteLine11_Click);
     //
     // btnWriteLine12
     //
     this.btnWriteLine12.Image = null;
     this.btnWriteLine12.Location = new System.Drawing.Point(400, 424);
     this.btnWriteLine12.Name = "btnWriteLine12";
     this.btnWriteLine12.Size = new System.Drawing.Size(48, 20);
     this.btnWriteLine12.TabIndex = 304;
     this.btnWriteLine12.Text = "Write";
     this.btnWriteLine12.Click += new System.EventHandler(this.btnWriteLine12_Click);
     //
     // btnWriteLine13
     //
     this.btnWriteLine13.Image = null;
     this.btnWriteLine13.Location = new System.Drawing.Point(400, 448);
     this.btnWriteLine13.Name = "btnWriteLine13";
     this.btnWriteLine13.Size = new System.Drawing.Size(48, 20);
     this.btnWriteLine13.TabIndex = 305;
     this.btnWriteLine13.Text = "Write";
     this.btnWriteLine13.Click += new System.EventHandler(this.btnWriteLine13_Click);
     //
     // btnWriteLine14
     //
     this.btnWriteLine14.Image = null;
     this.btnWriteLine14.Location = new System.Drawing.Point(400, 472);
     this.btnWriteLine14.Name = "btnWriteLine14";
     this.btnWriteLine14.Size = new System.Drawing.Size(48, 20);
     this.btnWriteLine14.TabIndex = 306;
     this.btnWriteLine14.Text = "Write";
     this.btnWriteLine14.Click += new System.EventHandler(this.btnWriteLine14_Click);
     //
     // btnWriteLine15
     //
     this.btnWriteLine15.Image = null;
     this.btnWriteLine15.Location = new System.Drawing.Point(400, 496);
     this.btnWriteLine15.Name = "btnWriteLine15";
     this.btnWriteLine15.Size = new System.Drawing.Size(48, 20);
     this.btnWriteLine15.TabIndex = 307;
     this.btnWriteLine15.Text = "Write";
     this.btnWriteLine15.Click += new System.EventHandler(this.btnWriteLine15_Click);
     //
     // btnWriteAll
     //
     this.btnWriteAll.Image = null;
     this.btnWriteAll.Location = new System.Drawing.Point(392, 72);
     this.btnWriteAll.Name = "btnWriteAll";
     this.btnWriteAll.Size = new System.Drawing.Size(64, 23);
     this.btnWriteAll.TabIndex = 308;
     this.btnWriteAll.Text = "Write All";
     this.btnWriteAll.Click += new System.EventHandler(this.btnWriteAll_Click);
     //
     // radLine0
     //
     this.radLine0.Checked = true;
     this.radLine0.Image = null;
     this.radLine0.Location = new System.Drawing.Point(16, 112);
     this.radLine0.Name = "radLine0";
     this.radLine0.Size = new System.Drawing.Size(16, 16);
     this.radLine0.TabIndex = 309;
     this.radLine0.TabStop = true;
     this.radLine0.Text = "radioButton1";
     this.radLine0.CheckedChanged += new System.EventHandler(this.radLine_CheckedChanged);
     //
     // radLine1
     //
     this.radLine1.Image = null;
     this.radLine1.Location = new System.Drawing.Point(16, 136);
     this.radLine1.Name = "radLine1";
     this.radLine1.Size = new System.Drawing.Size(16, 16);
     this.radLine1.TabIndex = 310;
     this.radLine1.Text = "radioButton2";
     this.radLine1.CheckedChanged += new System.EventHandler(this.radLine_CheckedChanged);
     //
     // radLine2
     //
     this.radLine2.Image = null;
     this.radLine2.Location = new System.Drawing.Point(16, 160);
     this.radLine2.Name = "radLine2";
     this.radLine2.Size = new System.Drawing.Size(16, 16);
     this.radLine2.TabIndex = 311;
     this.radLine2.Text = "radioButton3";
     this.radLine2.CheckedChanged += new System.EventHandler(this.radLine_CheckedChanged);
     //
     // radLine3
     //
     this.radLine3.Image = null;
     this.radLine3.Location = new System.Drawing.Point(16, 184);
     this.radLine3.Name = "radLine3";
     this.radLine3.Size = new System.Drawing.Size(16, 16);
     this.radLine3.TabIndex = 312;
     this.radLine3.Text = "radioButton4";
     this.radLine3.CheckedChanged += new System.EventHandler(this.radLine_CheckedChanged);
     //
     // radLine4
     //
     this.radLine4.Image = null;
     this.radLine4.Location = new System.Drawing.Point(16, 216);
     this.radLine4.Name = "radLine4";
     this.radLine4.Size = new System.Drawing.Size(16, 16);
     this.radLine4.TabIndex = 313;
     this.radLine4.Text = "radioButton5";
     this.radLine4.CheckedChanged += new System.EventHandler(this.radLine_CheckedChanged);
     //
     // radLine5
     //
     this.radLine5.Image = null;
     this.radLine5.Location = new System.Drawing.Point(16, 240);
     this.radLine5.Name = "radLine5";
     this.radLine5.Size = new System.Drawing.Size(16, 16);
     this.radLine5.TabIndex = 314;
     this.radLine5.Text = "radioButton6";
     this.radLine5.CheckedChanged += new System.EventHandler(this.radLine_CheckedChanged);
     //
     // radLine6
     //
     this.radLine6.Image = null;
     this.radLine6.Location = new System.Drawing.Point(16, 264);
     this.radLine6.Name = "radLine6";
     this.radLine6.Size = new System.Drawing.Size(16, 16);
     this.radLine6.TabIndex = 315;
     this.radLine6.Text = "radioButton7";
     this.radLine6.CheckedChanged += new System.EventHandler(this.radLine_CheckedChanged);
     //
     // radLine7
     //
     this.radLine7.Image = null;
     this.radLine7.Location = new System.Drawing.Point(16, 288);
     this.radLine7.Name = "radLine7";
     this.radLine7.Size = new System.Drawing.Size(16, 16);
     this.radLine7.TabIndex = 316;
     this.radLine7.Text = "radioButton8";
     this.radLine7.CheckedChanged += new System.EventHandler(this.radLine_CheckedChanged);
     //
     // radLine8
     //
     this.radLine8.Image = null;
     this.radLine8.Location = new System.Drawing.Point(16, 320);
     this.radLine8.Name = "radLine8";
     this.radLine8.Size = new System.Drawing.Size(16, 16);
     this.radLine8.TabIndex = 317;
     this.radLine8.Text = "radioButton9";
     this.radLine8.CheckedChanged += new System.EventHandler(this.radLine_CheckedChanged);
     //
     // radLine9
     //
     this.radLine9.Image = null;
     this.radLine9.Location = new System.Drawing.Point(16, 344);
     this.radLine9.Name = "radLine9";
     this.radLine9.Size = new System.Drawing.Size(16, 16);
     this.radLine9.TabIndex = 318;
     this.radLine9.Text = "radioButton10";
     this.radLine9.CheckedChanged += new System.EventHandler(this.radLine_CheckedChanged);
     //
     // radLine10
     //
     this.radLine10.Image = null;
     this.radLine10.Location = new System.Drawing.Point(16, 368);
     this.radLine10.Name = "radLine10";
     this.radLine10.Size = new System.Drawing.Size(16, 16);
     this.radLine10.TabIndex = 319;
     this.radLine10.Text = "radioButton11";
     this.radLine10.CheckedChanged += new System.EventHandler(this.radLine_CheckedChanged);
     //
     // radLine11
     //
     this.radLine11.Image = null;
     this.radLine11.Location = new System.Drawing.Point(16, 392);
     this.radLine11.Name = "radLine11";
     this.radLine11.Size = new System.Drawing.Size(16, 16);
     this.radLine11.TabIndex = 320;
     this.radLine11.Text = "radioButton12";
     this.radLine11.CheckedChanged += new System.EventHandler(this.radLine_CheckedChanged);
     //
     // radLine12
     //
     this.radLine12.Image = null;
     this.radLine12.Location = new System.Drawing.Point(16, 424);
     this.radLine12.Name = "radLine12";
     this.radLine12.Size = new System.Drawing.Size(16, 16);
     this.radLine12.TabIndex = 321;
     this.radLine12.Text = "radioButton13";
     this.radLine12.CheckedChanged += new System.EventHandler(this.radLine_CheckedChanged);
     //
     // radLine13
     //
     this.radLine13.Image = null;
     this.radLine13.Location = new System.Drawing.Point(16, 448);
     this.radLine13.Name = "radLine13";
     this.radLine13.Size = new System.Drawing.Size(16, 16);
     this.radLine13.TabIndex = 322;
     this.radLine13.Text = "radioButton14";
     this.radLine13.CheckedChanged += new System.EventHandler(this.radLine_CheckedChanged);
     //
     // radLine14
     //
     this.radLine14.Image = null;
     this.radLine14.Location = new System.Drawing.Point(16, 472);
     this.radLine14.Name = "radLine14";
     this.radLine14.Size = new System.Drawing.Size(16, 16);
     this.radLine14.TabIndex = 323;
     this.radLine14.Text = "radioButton15";
     this.radLine14.CheckedChanged += new System.EventHandler(this.radLine_CheckedChanged);
     //
     // radLine15
     //
     this.radLine15.Image = null;
     this.radLine15.Location = new System.Drawing.Point(16, 496);
     this.radLine15.Name = "radLine15";
     this.radLine15.Size = new System.Drawing.Size(16, 16);
     this.radLine15.TabIndex = 324;
     this.radLine15.Text = "radioButton16";
     this.radLine15.CheckedChanged += new System.EventHandler(this.radLine_CheckedChanged);
     //
     // lblRelays
     //
     this.lblRelays.Image = null;
     this.lblRelays.Location = new System.Drawing.Point(104, 80);
     this.lblRelays.Name = "lblRelays";
     this.lblRelays.Size = new System.Drawing.Size(280, 16);
     this.lblRelays.TabIndex = 325;
     this.lblRelays.Text = "Relays";
     this.lblRelays.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // lblDelay
     //
     this.lblDelay.Image = null;
     this.lblDelay.Location = new System.Drawing.Point(224, 16);
     this.lblDelay.Name = "lblDelay";
     this.lblDelay.Size = new System.Drawing.Size(40, 23);
     this.lblDelay.TabIndex = 326;
     this.lblDelay.Text = "Delay:";
     //
     // comboDelay
     //
     this.comboDelay.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboDelay.DropDownWidth = 56;
     this.comboDelay.Items.AddRange(new object[] {
                                                     "80ms",
                                                     "40ms",
                                                     "20ms",
                                                     "10ms",
                                                     "5ms",
                                                     "2ms"});
     this.comboDelay.Location = new System.Drawing.Point(264, 16);
     this.comboDelay.Name = "comboDelay";
     this.comboDelay.Size = new System.Drawing.Size(56, 21);
     this.comboDelay.TabIndex = 327;
     //
     // btnSetDelay
     //
     this.btnSetDelay.Location = new System.Drawing.Point(328, 16);
     this.btnSetDelay.Name = "btnSetDelay";
     this.btnSetDelay.Size = new System.Drawing.Size(32, 20);
     this.btnSetDelay.TabIndex = 328;
     this.btnSetDelay.Text = "Set";
     this.btnSetDelay.Click += new System.EventHandler(this.btnSetDelay_Click);
     //
     // btnSetupXVTR
     //
     this.btnSetupXVTR.Location = new System.Drawing.Point(24, 16);
     this.btnSetupXVTR.Name = "btnSetupXVTR";
     this.btnSetupXVTR.Size = new System.Drawing.Size(88, 23);
     this.btnSetupXVTR.TabIndex = 329;
     this.btnSetupXVTR.Text = "Setup XVTRs";
     this.btnSetupXVTR.Click += new System.EventHandler(this.btnSetupXVTR_Click);
     //
     // UCBForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(496, 534);
     this.Controls.Add(this.btnSetupXVTR);
     this.Controls.Add(this.btnSetDelay);
     this.Controls.Add(this.comboDelay);
     this.Controls.Add(this.lblDelay);
     this.Controls.Add(this.lblRelays);
     this.Controls.Add(this.radLine15);
     this.Controls.Add(this.radLine14);
     this.Controls.Add(this.radLine13);
     this.Controls.Add(this.radLine12);
     this.Controls.Add(this.radLine11);
     this.Controls.Add(this.radLine10);
     this.Controls.Add(this.radLine9);
     this.Controls.Add(this.radLine8);
     this.Controls.Add(this.radLine7);
     this.Controls.Add(this.radLine6);
     this.Controls.Add(this.radLine5);
     this.Controls.Add(this.radLine4);
     this.Controls.Add(this.radLine3);
     this.Controls.Add(this.radLine2);
     this.Controls.Add(this.radLine1);
     this.Controls.Add(this.radLine0);
     this.Controls.Add(this.btnWriteAll);
     this.Controls.Add(this.btnWriteLine15);
     this.Controls.Add(this.btnWriteLine14);
     this.Controls.Add(this.btnWriteLine13);
     this.Controls.Add(this.btnWriteLine12);
     this.Controls.Add(this.btnWriteLine11);
     this.Controls.Add(this.btnWriteLine10);
     this.Controls.Add(this.btnWriteLine9);
     this.Controls.Add(this.btnWriteLine8);
     this.Controls.Add(this.btnWriteLine7);
     this.Controls.Add(this.btnWriteLine6);
     this.Controls.Add(this.btnWriteLine5);
     this.Controls.Add(this.btnWriteLine4);
     this.Controls.Add(this.btnWriteLine3);
     this.Controls.Add(this.btnWriteLine2);
     this.Controls.Add(this.btnWriteLine1);
     this.Controls.Add(this.btnWriteLine0);
     this.Controls.Add(this.lblLine15);
     this.Controls.Add(this.lblLine14);
     this.Controls.Add(this.lblLine13);
     this.Controls.Add(this.lblLine12);
     this.Controls.Add(this.lblLine11);
     this.Controls.Add(this.lblLine10);
     this.Controls.Add(this.lblLine9);
     this.Controls.Add(this.lblLine8);
     this.Controls.Add(this.lblLine7);
     this.Controls.Add(this.lblLine6);
     this.Controls.Add(this.lblLine5);
     this.Controls.Add(this.lblLine4);
     this.Controls.Add(this.lblLine3);
     this.Controls.Add(this.lblLine2);
     this.Controls.Add(this.lblLine1);
     this.Controls.Add(this.lblLine0);
     this.Controls.Add(this.lblAddr);
     this.Controls.Add(this.chkL15R09);
     this.Controls.Add(this.chkL15R10);
     this.Controls.Add(this.chkL15R11);
     this.Controls.Add(this.chkL15R12);
     this.Controls.Add(this.chkL15R13);
     this.Controls.Add(this.chkL15R14);
     this.Controls.Add(this.chkL15R15);
     this.Controls.Add(this.chkL15R16);
     this.Controls.Add(this.chkL15R08);
     this.Controls.Add(this.chkL15R07);
     this.Controls.Add(this.chkL15R06);
     this.Controls.Add(this.chkL15R05);
     this.Controls.Add(this.chkL15R04);
     this.Controls.Add(this.chkL15R03);
     this.Controls.Add(this.chkL15R02);
     this.Controls.Add(this.chkL15R01);
     this.Controls.Add(this.chkL14R09);
     this.Controls.Add(this.chkL14R10);
     this.Controls.Add(this.chkL14R11);
     this.Controls.Add(this.chkL14R12);
     this.Controls.Add(this.chkL14R13);
     this.Controls.Add(this.chkL14R14);
     this.Controls.Add(this.chkL14R15);
     this.Controls.Add(this.chkL14R16);
     this.Controls.Add(this.chkL14R08);
     this.Controls.Add(this.chkL14R07);
     this.Controls.Add(this.chkL14R06);
     this.Controls.Add(this.chkL14R05);
     this.Controls.Add(this.chkL14R04);
     this.Controls.Add(this.chkL14R03);
     this.Controls.Add(this.chkL14R02);
     this.Controls.Add(this.chkL14R01);
     this.Controls.Add(this.chkL13R09);
     this.Controls.Add(this.chkL13R10);
     this.Controls.Add(this.chkL13R11);
     this.Controls.Add(this.chkL13R12);
     this.Controls.Add(this.chkL13R13);
     this.Controls.Add(this.chkL13R14);
     this.Controls.Add(this.chkL13R15);
     this.Controls.Add(this.chkL13R16);
     this.Controls.Add(this.chkL13R08);
     this.Controls.Add(this.chkL13R07);
     this.Controls.Add(this.chkL13R06);
     this.Controls.Add(this.chkL13R05);
     this.Controls.Add(this.chkL13R04);
     this.Controls.Add(this.chkL13R03);
     this.Controls.Add(this.chkL13R02);
     this.Controls.Add(this.chkL13R01);
     this.Controls.Add(this.chkL12R09);
     this.Controls.Add(this.chkL12R10);
     this.Controls.Add(this.chkL12R11);
     this.Controls.Add(this.chkL12R12);
     this.Controls.Add(this.chkL12R13);
     this.Controls.Add(this.chkL12R14);
     this.Controls.Add(this.chkL12R15);
     this.Controls.Add(this.chkL12R16);
     this.Controls.Add(this.chkL12R08);
     this.Controls.Add(this.chkL12R07);
     this.Controls.Add(this.chkL12R06);
     this.Controls.Add(this.chkL12R05);
     this.Controls.Add(this.chkL12R04);
     this.Controls.Add(this.chkL12R03);
     this.Controls.Add(this.chkL12R02);
     this.Controls.Add(this.chkL12R01);
     this.Controls.Add(this.chkL11R09);
     this.Controls.Add(this.chkL11R10);
     this.Controls.Add(this.chkL11R11);
     this.Controls.Add(this.chkL11R12);
     this.Controls.Add(this.chkL11R13);
     this.Controls.Add(this.chkL11R14);
     this.Controls.Add(this.chkL11R15);
     this.Controls.Add(this.chkL11R16);
     this.Controls.Add(this.chkL11R08);
     this.Controls.Add(this.chkL11R07);
     this.Controls.Add(this.chkL11R06);
     this.Controls.Add(this.chkL11R05);
     this.Controls.Add(this.chkL11R04);
     this.Controls.Add(this.chkL11R03);
     this.Controls.Add(this.chkL11R02);
     this.Controls.Add(this.chkL11R01);
     this.Controls.Add(this.chkL10R09);
     this.Controls.Add(this.chkL10R10);
     this.Controls.Add(this.chkL10R11);
     this.Controls.Add(this.chkL10R12);
     this.Controls.Add(this.chkL10R13);
     this.Controls.Add(this.chkL10R14);
     this.Controls.Add(this.chkL10R15);
     this.Controls.Add(this.chkL10R16);
     this.Controls.Add(this.chkL10R08);
     this.Controls.Add(this.chkL10R07);
     this.Controls.Add(this.chkL10R06);
     this.Controls.Add(this.chkL10R05);
     this.Controls.Add(this.chkL10R04);
     this.Controls.Add(this.chkL10R03);
     this.Controls.Add(this.chkL10R02);
     this.Controls.Add(this.chkL10R01);
     this.Controls.Add(this.chkL09R09);
     this.Controls.Add(this.chkL09R10);
     this.Controls.Add(this.chkL09R11);
     this.Controls.Add(this.chkL09R12);
     this.Controls.Add(this.chkL09R13);
     this.Controls.Add(this.chkL09R14);
     this.Controls.Add(this.chkL09R15);
     this.Controls.Add(this.chkL09R16);
     this.Controls.Add(this.chkL09R08);
     this.Controls.Add(this.chkL09R07);
     this.Controls.Add(this.chkL09R06);
     this.Controls.Add(this.chkL09R05);
     this.Controls.Add(this.chkL09R04);
     this.Controls.Add(this.chkL09R03);
     this.Controls.Add(this.chkL09R02);
     this.Controls.Add(this.chkL09R01);
     this.Controls.Add(this.chkL08R09);
     this.Controls.Add(this.chkL08R10);
     this.Controls.Add(this.chkL08R11);
     this.Controls.Add(this.chkL08R12);
     this.Controls.Add(this.chkL08R13);
     this.Controls.Add(this.chkL08R14);
     this.Controls.Add(this.chkL08R15);
     this.Controls.Add(this.chkL08R16);
     this.Controls.Add(this.chkL08R08);
     this.Controls.Add(this.chkL08R07);
     this.Controls.Add(this.chkL08R06);
     this.Controls.Add(this.chkL08R05);
     this.Controls.Add(this.chkL08R04);
     this.Controls.Add(this.chkL08R03);
     this.Controls.Add(this.chkL08R02);
     this.Controls.Add(this.chkL08R01);
     this.Controls.Add(this.chkL07R09);
     this.Controls.Add(this.chkL07R10);
     this.Controls.Add(this.chkL07R11);
     this.Controls.Add(this.chkL07R12);
     this.Controls.Add(this.chkL07R13);
     this.Controls.Add(this.chkL07R14);
     this.Controls.Add(this.chkL07R15);
     this.Controls.Add(this.chkL07R16);
     this.Controls.Add(this.chkL07R08);
     this.Controls.Add(this.chkL07R07);
     this.Controls.Add(this.chkL07R06);
     this.Controls.Add(this.chkL07R05);
     this.Controls.Add(this.chkL07R04);
     this.Controls.Add(this.chkL07R03);
     this.Controls.Add(this.chkL07R02);
     this.Controls.Add(this.chkL07R01);
     this.Controls.Add(this.chkL06R09);
     this.Controls.Add(this.chkL06R10);
     this.Controls.Add(this.chkL06R11);
     this.Controls.Add(this.chkL06R12);
     this.Controls.Add(this.chkL06R13);
     this.Controls.Add(this.chkL06R14);
     this.Controls.Add(this.chkL06R15);
     this.Controls.Add(this.chkL06R16);
     this.Controls.Add(this.chkL06R08);
     this.Controls.Add(this.chkL06R07);
     this.Controls.Add(this.chkL06R06);
     this.Controls.Add(this.chkL06R05);
     this.Controls.Add(this.chkL06R04);
     this.Controls.Add(this.chkL06R03);
     this.Controls.Add(this.chkL06R02);
     this.Controls.Add(this.chkL06R01);
     this.Controls.Add(this.chkL05R09);
     this.Controls.Add(this.chkL05R10);
     this.Controls.Add(this.chkL05R11);
     this.Controls.Add(this.chkL05R12);
     this.Controls.Add(this.chkL05R13);
     this.Controls.Add(this.chkL05R14);
     this.Controls.Add(this.chkL05R15);
     this.Controls.Add(this.chkL05R16);
     this.Controls.Add(this.chkL05R08);
     this.Controls.Add(this.chkL05R07);
     this.Controls.Add(this.chkL05R06);
     this.Controls.Add(this.chkL05R05);
     this.Controls.Add(this.chkL05R04);
     this.Controls.Add(this.chkL05R03);
     this.Controls.Add(this.chkL05R02);
     this.Controls.Add(this.chkL05R01);
     this.Controls.Add(this.chkL04R09);
     this.Controls.Add(this.chkL04R10);
     this.Controls.Add(this.chkL04R11);
     this.Controls.Add(this.chkL04R12);
     this.Controls.Add(this.chkL04R13);
     this.Controls.Add(this.chkL04R14);
     this.Controls.Add(this.chkL04R15);
     this.Controls.Add(this.chkL04R16);
     this.Controls.Add(this.chkL04R08);
     this.Controls.Add(this.chkL04R07);
     this.Controls.Add(this.chkL04R06);
     this.Controls.Add(this.chkL04R05);
     this.Controls.Add(this.chkL04R04);
     this.Controls.Add(this.chkL04R03);
     this.Controls.Add(this.chkL04R02);
     this.Controls.Add(this.chkL04R01);
     this.Controls.Add(this.chkL03R09);
     this.Controls.Add(this.chkL03R10);
     this.Controls.Add(this.chkL03R11);
     this.Controls.Add(this.chkL03R12);
     this.Controls.Add(this.chkL03R13);
     this.Controls.Add(this.chkL03R14);
     this.Controls.Add(this.chkL03R15);
     this.Controls.Add(this.chkL03R16);
     this.Controls.Add(this.chkL03R08);
     this.Controls.Add(this.chkL03R07);
     this.Controls.Add(this.chkL03R06);
     this.Controls.Add(this.chkL03R05);
     this.Controls.Add(this.chkL03R04);
     this.Controls.Add(this.chkL03R03);
     this.Controls.Add(this.chkL03R02);
     this.Controls.Add(this.chkL03R01);
     this.Controls.Add(this.chkL02R09);
     this.Controls.Add(this.chkL02R10);
     this.Controls.Add(this.chkL02R11);
     this.Controls.Add(this.chkL02R12);
     this.Controls.Add(this.chkL02R13);
     this.Controls.Add(this.chkL02R14);
     this.Controls.Add(this.chkL02R15);
     this.Controls.Add(this.chkL02R16);
     this.Controls.Add(this.chkL02R08);
     this.Controls.Add(this.chkL02R07);
     this.Controls.Add(this.chkL02R06);
     this.Controls.Add(this.chkL02R05);
     this.Controls.Add(this.chkL02R04);
     this.Controls.Add(this.chkL02R03);
     this.Controls.Add(this.chkL02R02);
     this.Controls.Add(this.chkL02R01);
     this.Controls.Add(this.chkL01R09);
     this.Controls.Add(this.chkL01R10);
     this.Controls.Add(this.chkL01R11);
     this.Controls.Add(this.chkL01R12);
     this.Controls.Add(this.chkL01R13);
     this.Controls.Add(this.chkL01R14);
     this.Controls.Add(this.chkL01R15);
     this.Controls.Add(this.chkL01R16);
     this.Controls.Add(this.chkL01R08);
     this.Controls.Add(this.chkL01R07);
     this.Controls.Add(this.chkL01R06);
     this.Controls.Add(this.chkL01R05);
     this.Controls.Add(this.chkL01R04);
     this.Controls.Add(this.chkL01R03);
     this.Controls.Add(this.chkL01R02);
     this.Controls.Add(this.chkL01R01);
     this.Controls.Add(this.lblR16);
     this.Controls.Add(this.lblR15);
     this.Controls.Add(this.lblR14);
     this.Controls.Add(this.lblR13);
     this.Controls.Add(this.lblR12);
     this.Controls.Add(this.lblR11);
     this.Controls.Add(this.lblR10);
     this.Controls.Add(this.lblR9);
     this.Controls.Add(this.lblR8);
     this.Controls.Add(this.lblR7);
     this.Controls.Add(this.lblR6);
     this.Controls.Add(this.lblR5);
     this.Controls.Add(this.lblR4);
     this.Controls.Add(this.lblR3);
     this.Controls.Add(this.lblR2);
     this.Controls.Add(this.lblR1);
     this.Controls.Add(this.chkL00R09);
     this.Controls.Add(this.chkL00R10);
     this.Controls.Add(this.chkL00R11);
     this.Controls.Add(this.chkL00R12);
     this.Controls.Add(this.chkL00R13);
     this.Controls.Add(this.chkL00R14);
     this.Controls.Add(this.chkL00R15);
     this.Controls.Add(this.chkL00R16);
     this.Controls.Add(this.chkL00R08);
     this.Controls.Add(this.chkL00R07);
     this.Controls.Add(this.chkL00R06);
     this.Controls.Add(this.chkL00R05);
     this.Controls.Add(this.chkL00R04);
     this.Controls.Add(this.chkL00R03);
     this.Controls.Add(this.chkL00R02);
     this.Controls.Add(this.chkL00R01);
     this.Controls.Add(this.btnDisableClear);
     this.Controls.Add(this.btnDisable);
     this.Controls.Add(this.btnEnable);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "UCBForm";
     this.Text = "UCB Configuration and Setup";
     this.Closing += new System.ComponentModel.CancelEventHandler(this.UCBForm_Closing);
     this.ResumeLayout(false);
 }
Beispiel #10
0
		private void InitializeComponent()
		{
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Setup));
            this.tcSetup = new System.Windows.Forms.TabControl();
            this.tpGeneral = new System.Windows.Forms.TabPage();
            this.tcGeneral = new System.Windows.Forms.TabControl();
            this.tpGeneralHardware = new System.Windows.Forms.TabPage();
            this.grpHWSoftRock = new System.Windows.Forms.GroupBoxTS();
            this.lblGenSoftRockCenterFreq = new System.Windows.Forms.LabelTS();
            this.udSoftRockCenterFreq = new System.Windows.Forms.NumericUpDownTS();
            this.grpGeneralDDS = new System.Windows.Forms.GroupBoxTS();
            this.chkGenDDSExpert = new System.Windows.Forms.CheckBox();
            this.udDDSCorrection = new System.Windows.Forms.NumericUpDownTS();
            this.lblClockCorrection = new System.Windows.Forms.LabelTS();
            this.udDDSIFFreq = new System.Windows.Forms.NumericUpDownTS();
            this.lblIFFrequency = new System.Windows.Forms.LabelTS();
            this.udDDSPLLMult = new System.Windows.Forms.NumericUpDownTS();
            this.lblPLLMult = new System.Windows.Forms.LabelTS();
            this.grpGeneralModel = new System.Windows.Forms.GroupBoxTS();
            this.radGenModelFLEX1500 = new System.Windows.Forms.RadioButtonTS();
            this.radGenModelFLEX5000 = new System.Windows.Forms.RadioButtonTS();
            this.radGenModelDemoNone = new System.Windows.Forms.RadioButtonTS();
            this.radGenModelSoftRock40 = new System.Windows.Forms.RadioButtonTS();
            this.radGenModelSDR1000 = new System.Windows.Forms.RadioButtonTS();
            this.btnWizard = new System.Windows.Forms.ButtonTS();
            this.chkGeneralRXOnly = new System.Windows.Forms.CheckBoxTS();
            this.grpGeneralHardwareFLEX5000 = new System.Windows.Forms.GroupBoxTS();
            this.lblFlexControlRev = new System.Windows.Forms.LabelTS();
            this.lblVURev = new System.Windows.Forms.LabelTS();
            this.udF3KFanTempThresh = new System.Windows.Forms.NumericUpDownTS();
            this.lblF3KFanTempThresh = new System.Windows.Forms.LabelTS();
            this.chkGenFLEX5000ExtRef = new System.Windows.Forms.CheckBoxTS();
            this.lblFirmwareRev = new System.Windows.Forms.LabelTS();
            this.lblRX2Rev = new System.Windows.Forms.LabelTS();
            this.lblATURev = new System.Windows.Forms.LabelTS();
            this.lblRFIORev = new System.Windows.Forms.LabelTS();
            this.lblPARev = new System.Windows.Forms.LabelTS();
            this.lblTRXRev = new System.Windows.Forms.LabelTS();
            this.lblSerialNum = new System.Windows.Forms.LabelTS();
            this.lblModel = new System.Windows.Forms.LabelTS();
            this.grpGeneralHardwareSDR1000 = new System.Windows.Forms.GroupBoxTS();
            this.lblFlexControlRev1K = new System.Windows.Forms.LabelTS();
            this.chkEnableRFEPATR = new System.Windows.Forms.CheckBoxTS();
            this.chkGeneralUSBPresent = new System.Windows.Forms.CheckBoxTS();
            this.chkGeneralATUPresent = new System.Windows.Forms.CheckBoxTS();
            this.chkGeneralPAPresent = new System.Windows.Forms.CheckBoxTS();
            this.chkGeneralXVTRPresent = new System.Windows.Forms.CheckBoxTS();
            this.lblGeneralLPTDelay = new System.Windows.Forms.LabelTS();
            this.udGeneralLPTDelay = new System.Windows.Forms.NumericUpDownTS();
            this.lblGeneralLPTAddr = new System.Windows.Forms.LabelTS();
            this.comboGeneralLPTAddr = new System.Windows.Forms.ComboBoxTS();
            this.comboGeneralXVTR = new System.Windows.Forms.ComboBoxTS();
            this.grpGeneralHardwareFLEX1500 = new System.Windows.Forms.GroupBoxTS();
            this.lblFlexControlRev1500 = new System.Windows.Forms.LabelTS();
            this.chkGenFLEX1500Xref = new System.Windows.Forms.CheckBoxTS();
            this.lbl1500FWRev = new System.Windows.Forms.LabelTS();
            this.lbl1500PARev = new System.Windows.Forms.LabelTS();
            this.lbl1500TRXRev = new System.Windows.Forms.LabelTS();
            this.lbl1500SN = new System.Windows.Forms.LabelTS();
            this.tpGeneralOptions = new System.Windows.Forms.TabPage();
            this.chkGenOptionsShowATUPopup = new System.Windows.Forms.CheckBoxTS();
            this.chkImportDBRestrict = new System.Windows.Forms.CheckBoxTS();
            this.grpOptUSBBuf = new System.Windows.Forms.GroupBoxTS();
            this.lblOptUSBBufConservative = new System.Windows.Forms.LabelTS();
            this.lblOptUSBBufAggressive = new System.Windows.Forms.LabelTS();
            this.tbOptUSBBuf = new System.Windows.Forms.TrackBarTS();
            this.grpGenCustomTitleText = new System.Windows.Forms.GroupBoxTS();
            this.txtGenCustomTitle = new System.Windows.Forms.TextBoxTS();
            this.grpOptMisc = new System.Windows.Forms.GroupBoxTS();
            this.chkWheelTuneVFOB = new System.Windows.Forms.CheckBoxTS();
            this.chkMouseTuneStep = new System.Windows.Forms.CheckBoxTS();
            this.chkZeroBeatRIT = new System.Windows.Forms.CheckBoxTS();
            this.chkSnapClickTune = new System.Windows.Forms.CheckBoxTS();
            this.chkDisableToolTips = new System.Windows.Forms.CheckBoxTS();
            this.chkOptAlwaysOnTop = new System.Windows.Forms.CheckBoxTS();
            this.grpOptQuickQSY = new System.Windows.Forms.GroupBoxTS();
            this.chkOptEnableKBShortcuts = new System.Windows.Forms.CheckBoxTS();
            this.chkOptQuickQSY = new System.Windows.Forms.CheckBoxTS();
            this.grpGenAutoMute = new System.Windows.Forms.GroupBoxTS();
            this.chkGenAutoMute = new System.Windows.Forms.CheckBoxTS();
            this.grpGenTuningOptions = new System.Windows.Forms.GroupBoxTS();
            this.udOptClickTuneOffsetDIGU = new System.Windows.Forms.NumericUpDownTS();
            this.lblOptClickTuneDIGL = new System.Windows.Forms.LabelTS();
            this.udOptClickTuneOffsetDIGL = new System.Windows.Forms.NumericUpDownTS();
            this.lblOptClickTuneDIGU = new System.Windows.Forms.LabelTS();
            this.grpGeneralOptions = new System.Windows.Forms.GroupBoxTS();
            this.udGenTX1Delay = new System.Windows.Forms.NumericUpDownTS();
            this.chkSplitOffOnModeChange = new System.Windows.Forms.CheckBoxTS();
            this.lblGenTX1Delay = new System.Windows.Forms.LabelTS();
            this.chkGenTX1Delay = new System.Windows.Forms.CheckBoxTS();
            this.chkSplitOff = new System.Windows.Forms.CheckBoxTS();
            this.chkGenAllModeMicPTT = new System.Windows.Forms.CheckBoxTS();
            this.chkGeneralCustomFilter = new System.Windows.Forms.CheckBoxTS();
            this.lblGeneralX2Delay = new System.Windows.Forms.LabelTS();
            this.udGeneralX2Delay = new System.Windows.Forms.NumericUpDownTS();
            this.chkGeneralEnableX2 = new System.Windows.Forms.CheckBoxTS();
            this.chkGeneralSoftwareGainCorr = new System.Windows.Forms.CheckBoxTS();
            this.chkGeneralDisablePTT = new System.Windows.Forms.CheckBoxTS();
            this.chkGeneralSpurRed = new System.Windows.Forms.CheckBoxTS();
            this.grpGeneralProcessPriority = new System.Windows.Forms.GroupBoxTS();
            this.comboGeneralProcessPriority = new System.Windows.Forms.ComboBoxTS();
            this.tpGeneralCalibration = new System.Windows.Forms.TabPage();
            this.chkCalExpert = new System.Windows.Forms.CheckBox();
            this.grpGenCalRXImage = new System.Windows.Forms.GroupBoxTS();
            this.udGeneralCalFreq3 = new System.Windows.Forms.NumericUpDownTS();
            this.lblGenCalRXImageFreq = new System.Windows.Forms.LabelTS();
            this.btnGeneralCalImageStart = new System.Windows.Forms.ButtonTS();
            this.grpGenCalLevel = new System.Windows.Forms.GroupBoxTS();
            this.udGeneralCalLevel = new System.Windows.Forms.NumericUpDownTS();
            this.udGeneralCalFreq2 = new System.Windows.Forms.NumericUpDownTS();
            this.lblGenCalLevelFreq = new System.Windows.Forms.LabelTS();
            this.lblGeneralCalLevel = new System.Windows.Forms.LabelTS();
            this.btnGeneralCalLevelStart = new System.Windows.Forms.ButtonTS();
            this.grpGeneralCalibration = new System.Windows.Forms.GroupBoxTS();
            this.btnGeneralCalFreqUseVFOA = new System.Windows.Forms.ButtonTS();
            this.btnGeneralCalFreqStart = new System.Windows.Forms.ButtonTS();
            this.udGeneralCalFreq1 = new System.Windows.Forms.NumericUpDownTS();
            this.lblGeneralCalFrequency = new System.Windows.Forms.LabelTS();
            this.tpFilters = new System.Windows.Forms.TabPage();
            this.grpOptFilterControls = new System.Windows.Forms.GroupBoxTS();
            this.udFilterDefaultLowCut = new System.Windows.Forms.NumericUpDownTS();
            this.lblDefaultLowCut = new System.Windows.Forms.LabelTS();
            this.udOptMaxFilterShift = new System.Windows.Forms.NumericUpDownTS();
            this.lblOptMaxFilterShift = new System.Windows.Forms.LabelTS();
            this.comboOptFilterWidthMode = new System.Windows.Forms.ComboBoxTS();
            this.lblOptWidthSliderMode = new System.Windows.Forms.LabelTS();
            this.udOptMaxFilterWidth = new System.Windows.Forms.NumericUpDownTS();
            this.lblOptMaxFilter = new System.Windows.Forms.LabelTS();
            this.chkOptFilterSaveChanges = new System.Windows.Forms.CheckBoxTS();
            this.tpRX2 = new System.Windows.Forms.TabPage();
            this.chkRX2DisconnectOnTX = new System.Windows.Forms.CheckBoxTS();
            this.chkRX2AutoMuteRX1OnVFOBTX = new System.Windows.Forms.CheckBoxTS();
            this.chkRX2AutoMuteRX2OnVFOATX = new System.Windows.Forms.CheckBoxTS();
            this.tpGeneralNavigation = new System.Windows.Forms.TabPage();
            this.grpOptSpaceNav = new System.Windows.Forms.GroupBoxTS();
            this.chkSpaceNavFlyPanadapter = new System.Windows.Forms.CheckBoxTS();
            this.chkSpaceNavControlVFOs = new System.Windows.Forms.CheckBoxTS();
            this.tpAudio = new System.Windows.Forms.TabPage();
            this.tcAudio = new System.Windows.Forms.TabControl();
            this.tpAudioCard1 = new System.Windows.Forms.TabPage();
            this.chkAudioExpert = new System.Windows.Forms.CheckBoxTS();
            this.grpAudioMicBoost = new System.Windows.Forms.GroupBoxTS();
            this.grpAudioChannels = new System.Windows.Forms.GroupBoxTS();
            this.comboAudioChannels1 = new System.Windows.Forms.ComboBoxTS();
            this.grpAudioMicInGain1 = new System.Windows.Forms.GroupBoxTS();
            this.udAudioMicGain1 = new System.Windows.Forms.NumericUpDownTS();
            this.grpAudioLineInGain1 = new System.Windows.Forms.GroupBoxTS();
            this.udAudioLineIn1 = new System.Windows.Forms.NumericUpDownTS();
            this.grpAudioVolts1 = new System.Windows.Forms.GroupBoxTS();
            this.btnAudioVoltTest1 = new System.Windows.Forms.ButtonTS();
            this.udAudioVoltage1 = new System.Windows.Forms.NumericUpDownTS();
            this.grpAudioDetails1 = new System.Windows.Forms.GroupBoxTS();
            this.comboAudioTransmit1 = new System.Windows.Forms.ComboBoxTS();
            this.lblAudioMixer1 = new System.Windows.Forms.LabelTS();
            this.lblAudioOutput1 = new System.Windows.Forms.LabelTS();
            this.comboAudioOutput1 = new System.Windows.Forms.ComboBoxTS();
            this.lblAudioInput1 = new System.Windows.Forms.LabelTS();
            this.lblAudioDriver1 = new System.Windows.Forms.LabelTS();
            this.comboAudioInput1 = new System.Windows.Forms.ComboBoxTS();
            this.comboAudioDriver1 = new System.Windows.Forms.ComboBoxTS();
            this.comboAudioMixer1 = new System.Windows.Forms.ComboBoxTS();
            this.lblAudioTransmit1 = new System.Windows.Forms.LabelTS();
            this.lblAudioReceive1 = new System.Windows.Forms.LabelTS();
            this.comboAudioReceive1 = new System.Windows.Forms.ComboBoxTS();
            this.grpAudioLatency1 = new System.Windows.Forms.GroupBoxTS();
            this.chkAudioLatencyManual1 = new System.Windows.Forms.CheckBoxTS();
            this.udAudioLatency1 = new System.Windows.Forms.NumericUpDownTS();
            this.grpAudioCard = new System.Windows.Forms.GroupBoxTS();
            this.comboAudioSoundCard = new System.Windows.Forms.ComboBoxTS();
            this.grpAudioBufferSize1 = new System.Windows.Forms.GroupBoxTS();
            this.comboAudioBuffer1 = new System.Windows.Forms.ComboBoxTS();
            this.grpAudioSampleRate1 = new System.Windows.Forms.GroupBoxTS();
            this.comboAudioSampleRate1 = new System.Windows.Forms.ComboBoxTS();
            this.tpVAC = new System.Windows.Forms.TabPage();
            this.grpDirectIQOutput = new System.Windows.Forms.GroupBoxTS();
            this.chkAudioRX2toVAC = new System.Windows.Forms.CheckBoxTS();
            this.chkAudioCorrectIQ = new System.Windows.Forms.CheckBoxTS();
            this.chkAudioIQtoVAC = new System.Windows.Forms.CheckBoxTS();
            this.chkVACCombine = new System.Windows.Forms.CheckBoxTS();
            this.chkVACAllowBypass = new System.Windows.Forms.CheckBoxTS();
            this.grpAudioVACAutoEnable = new System.Windows.Forms.GroupBoxTS();
            this.chkAudioVACAutoEnable = new System.Windows.Forms.CheckBoxTS();
            this.grpAudioVACGain = new System.Windows.Forms.GroupBoxTS();
            this.lblAudioVACGainTX = new System.Windows.Forms.LabelTS();
            this.udAudioVACGainTX = new System.Windows.Forms.NumericUpDownTS();
            this.lblAudioVACGainRX = new System.Windows.Forms.LabelTS();
            this.udAudioVACGainRX = new System.Windows.Forms.NumericUpDownTS();
            this.grpAudio2Stereo = new System.Windows.Forms.GroupBoxTS();
            this.chkAudio2Stereo = new System.Windows.Forms.CheckBoxTS();
            this.grpAudioLatency2 = new System.Windows.Forms.GroupBoxTS();
            this.chkAudioLatencyManual2 = new System.Windows.Forms.CheckBoxTS();
            this.udAudioLatency2 = new System.Windows.Forms.NumericUpDownTS();
            this.grpAudioSampleRate2 = new System.Windows.Forms.GroupBoxTS();
            this.comboAudioSampleRate2 = new System.Windows.Forms.ComboBoxTS();
            this.grpAudioBuffer2 = new System.Windows.Forms.GroupBoxTS();
            this.comboAudioBuffer2 = new System.Windows.Forms.ComboBoxTS();
            this.grpAudioDetails2 = new System.Windows.Forms.GroupBoxTS();
            this.lblAudioOutput2 = new System.Windows.Forms.LabelTS();
            this.comboAudioOutput2 = new System.Windows.Forms.ComboBoxTS();
            this.lblAudioInput2 = new System.Windows.Forms.LabelTS();
            this.lblAudioDriver2 = new System.Windows.Forms.LabelTS();
            this.comboAudioInput2 = new System.Windows.Forms.ComboBoxTS();
            this.comboAudioDriver2 = new System.Windows.Forms.ComboBoxTS();
            this.chkAudioEnableVAC = new System.Windows.Forms.CheckBoxTS();
            this.tpVAC2 = new System.Windows.Forms.TabPage();
            this.chkVAC2UseRX2 = new System.Windows.Forms.CheckBoxTS();
            this.grpVAC2DirectIQ = new System.Windows.Forms.GroupBoxTS();
            this.chkVAC2DirectIQCal = new System.Windows.Forms.CheckBoxTS();
            this.chkVAC2DirectIQ = new System.Windows.Forms.CheckBoxTS();
            this.chkVAC2Combine = new System.Windows.Forms.CheckBoxTS();
            this.grpVAC2AutoEnable = new System.Windows.Forms.GroupBoxTS();
            this.chkVAC2AutoEnable = new System.Windows.Forms.CheckBoxTS();
            this.grpVAC2Gain = new System.Windows.Forms.GroupBoxTS();
            this.lblVAC2GainTX = new System.Windows.Forms.LabelTS();
            this.udVAC2GainTX = new System.Windows.Forms.NumericUpDownTS();
            this.lblVAC2GainRX = new System.Windows.Forms.LabelTS();
            this.udVAC2GainRX = new System.Windows.Forms.NumericUpDownTS();
            this.grpAudioStereo3 = new System.Windows.Forms.GroupBoxTS();
            this.chkAudioStereo3 = new System.Windows.Forms.CheckBoxTS();
            this.grpVAC2Latency = new System.Windows.Forms.GroupBoxTS();
            this.chkVAC2LatencyManual = new System.Windows.Forms.CheckBoxTS();
            this.udVAC2Latency = new System.Windows.Forms.NumericUpDownTS();
            this.grpAudioSampleRate3 = new System.Windows.Forms.GroupBoxTS();
            this.comboAudioSampleRate3 = new System.Windows.Forms.ComboBoxTS();
            this.grpAudioBuffer3 = new System.Windows.Forms.GroupBoxTS();
            this.comboAudioBuffer3 = new System.Windows.Forms.ComboBoxTS();
            this.grpAudioDetails3 = new System.Windows.Forms.GroupBoxTS();
            this.lblAudioOutput3 = new System.Windows.Forms.LabelTS();
            this.comboAudioOutput3 = new System.Windows.Forms.ComboBoxTS();
            this.lblAudioInput3 = new System.Windows.Forms.LabelTS();
            this.lblAudioDriver3 = new System.Windows.Forms.LabelTS();
            this.comboAudioInput3 = new System.Windows.Forms.ComboBoxTS();
            this.comboAudioDriver3 = new System.Windows.Forms.ComboBoxTS();
            this.chkVAC2Enable = new System.Windows.Forms.CheckBoxTS();
            this.tpDisplay = new System.Windows.Forms.TabPage();
            this.grpDisplayMultimeter = new System.Windows.Forms.GroupBoxTS();
            this.chkDisplayMeterShowDecimal = new System.Windows.Forms.CheckBoxTS();
            this.udMeterDigitalDelay = new System.Windows.Forms.NumericUpDownTS();
            this.lblMultimeterDigitalDelay = new System.Windows.Forms.LabelTS();
            this.udDisplayMeterAvg = new System.Windows.Forms.NumericUpDownTS();
            this.lblDisplayMeterAvg = new System.Windows.Forms.LabelTS();
            this.udDisplayMultiTextHoldTime = new System.Windows.Forms.NumericUpDownTS();
            this.lblDisplayMeterTextHoldTime = new System.Windows.Forms.LabelTS();
            this.udDisplayMultiPeakHoldTime = new System.Windows.Forms.NumericUpDownTS();
            this.lblDisplayMultiPeakHoldTime = new System.Windows.Forms.LabelTS();
            this.udDisplayMeterDelay = new System.Windows.Forms.NumericUpDownTS();
            this.lblDisplayMeterDelay = new System.Windows.Forms.LabelTS();
            this.grpDisplayDriverEngine = new System.Windows.Forms.GroupBoxTS();
            this.comboDisplayDriver = new System.Windows.Forms.ComboBoxTS();
            this.grpDisplayPolyPhase = new System.Windows.Forms.GroupBoxTS();
            this.chkSpectrumPolyphase = new System.Windows.Forms.CheckBoxTS();
            this.grpDisplayScopeMode = new System.Windows.Forms.GroupBoxTS();
            this.udDisplayScopeTime = new System.Windows.Forms.NumericUpDownTS();
            this.lblDisplayScopeTime = new System.Windows.Forms.LabelTS();
            this.grpDisplayWaterfall = new System.Windows.Forms.GroupBoxTS();
            this.chkWeakSignalWaterfallSettings = new System.Windows.Forms.CheckBoxTS();
            this.lblWaterfallLevels = new System.Windows.Forms.Label();
            this.txtWaterFallBandLevel = new System.Windows.Forms.TextBox();
            this.udDisplayWaterfallUpdatePeriod = new System.Windows.Forms.NumericUpDownTS();
            this.lblDisplayWaterfallUpdatePeriod = new System.Windows.Forms.LabelTS();
            this.udDisplayWaterfallAvgTime = new System.Windows.Forms.NumericUpDownTS();
            this.lblDisplayWaterfallAverageTime = new System.Windows.Forms.LabelTS();
            this.clrbtnWaterfallLow = new PowerSDR.ColorButton();
            this.lblDisplayWaterfallLowColor = new System.Windows.Forms.LabelTS();
            this.lblDisplayWaterfallLowLevel = new System.Windows.Forms.LabelTS();
            this.udDisplayWaterfallLowLevel = new System.Windows.Forms.NumericUpDownTS();
            this.lblDisplayWaterfallHighLevel = new System.Windows.Forms.LabelTS();
            this.udDisplayWaterfallHighLevel = new System.Windows.Forms.NumericUpDownTS();
            this.grpDisplayRefreshRates = new System.Windows.Forms.GroupBoxTS();
            this.chkDisplayPanFill = new System.Windows.Forms.CheckBoxTS();
            this.udDisplayCPUMeter = new System.Windows.Forms.NumericUpDownTS();
            this.lblDisplayCPUMeter = new System.Windows.Forms.LabelTS();
            this.udDisplayPeakText = new System.Windows.Forms.NumericUpDownTS();
            this.lblDisplayPeakText = new System.Windows.Forms.LabelTS();
            this.udDisplayFPS = new System.Windows.Forms.NumericUpDownTS();
            this.lblDisplayFPS = new System.Windows.Forms.LabelTS();
            this.grpDisplayAverage = new System.Windows.Forms.GroupBoxTS();
            this.udDisplayAVGTime = new System.Windows.Forms.NumericUpDownTS();
            this.lblDisplayAVGTime = new System.Windows.Forms.LabelTS();
            this.grpDisplayPhase = new System.Windows.Forms.GroupBoxTS();
            this.lblDisplayPhasePts = new System.Windows.Forms.LabelTS();
            this.udDisplayPhasePts = new System.Windows.Forms.NumericUpDownTS();
            this.grpDisplaySpectrumGrid = new System.Windows.Forms.GroupBoxTS();
            this.comboDisplayLabelAlign = new System.Windows.Forms.ComboBoxTS();
            this.lblDisplayAlign = new System.Windows.Forms.LabelTS();
            this.udDisplayGridStep = new System.Windows.Forms.NumericUpDownTS();
            this.udDisplayGridMin = new System.Windows.Forms.NumericUpDownTS();
            this.udDisplayGridMax = new System.Windows.Forms.NumericUpDownTS();
            this.lblDisplayGridStep = new System.Windows.Forms.LabelTS();
            this.lblDisplayGridMin = new System.Windows.Forms.LabelTS();
            this.lblDisplayGridMax = new System.Windows.Forms.LabelTS();
            this.tpDSP = new System.Windows.Forms.TabPage();
            this.tcDSP = new System.Windows.Forms.TabControl();
            this.tpDSPOptions = new System.Windows.Forms.TabPage();
            this.chkDSPTXMeterPeak = new System.Windows.Forms.CheckBoxTS();
            this.grpDSPBufferSize = new System.Windows.Forms.GroupBoxTS();
            this.grpDSPBufDig = new System.Windows.Forms.GroupBoxTS();
            this.comboDSPDigTXBuf = new System.Windows.Forms.ComboBoxTS();
            this.lblDSPDigBufferRX = new System.Windows.Forms.LabelTS();
            this.comboDSPDigRXBuf = new System.Windows.Forms.ComboBoxTS();
            this.lblDSPDigBufferTX = new System.Windows.Forms.LabelTS();
            this.grpDSPBufCW = new System.Windows.Forms.GroupBoxTS();
            this.comboDSPCWTXBuf = new System.Windows.Forms.ComboBoxTS();
            this.lblDSPCWBufferRX = new System.Windows.Forms.LabelTS();
            this.comboDSPCWRXBuf = new System.Windows.Forms.ComboBoxTS();
            this.grpDSPBufPhone = new System.Windows.Forms.GroupBoxTS();
            this.comboDSPPhoneTXBuf = new System.Windows.Forms.ComboBoxTS();
            this.lblDSPPhoneBufferRX = new System.Windows.Forms.LabelTS();
            this.comboDSPPhoneRXBuf = new System.Windows.Forms.ComboBoxTS();
            this.lblDSPPhoneBufferTX = new System.Windows.Forms.LabelTS();
            this.grpDSPNB = new System.Windows.Forms.GroupBoxTS();
            this.udDSPNB = new System.Windows.Forms.NumericUpDownTS();
            this.lblDSPNBThreshold = new System.Windows.Forms.LabelTS();
            this.grpDSPLMSNR = new System.Windows.Forms.GroupBoxTS();
            this.udLMSNRLeak = new System.Windows.Forms.NumericUpDownTS();
            this.lblLMSNRLeak = new System.Windows.Forms.LabelTS();
            this.lblLMSNRgain = new System.Windows.Forms.LabelTS();
            this.udLMSNRgain = new System.Windows.Forms.NumericUpDownTS();
            this.lblLMSNRdelay = new System.Windows.Forms.LabelTS();
            this.udLMSNRtaps = new System.Windows.Forms.NumericUpDownTS();
            this.udLMSNRdelay = new System.Windows.Forms.NumericUpDownTS();
            this.lblLMSNRtaps = new System.Windows.Forms.LabelTS();
            this.grpDSPLMSANF = new System.Windows.Forms.GroupBoxTS();
            this.udLMSANFLeak = new System.Windows.Forms.NumericUpDownTS();
            this.lblLMSANFLeak = new System.Windows.Forms.LabelTS();
            this.lblLMSANFgain = new System.Windows.Forms.LabelTS();
            this.udLMSANFgain = new System.Windows.Forms.NumericUpDownTS();
            this.lblLMSANFdelay = new System.Windows.Forms.LabelTS();
            this.udLMSANFdelay = new System.Windows.Forms.NumericUpDownTS();
            this.lblLMSANFTaps = new System.Windows.Forms.LabelTS();
            this.udLMSANFtaps = new System.Windows.Forms.NumericUpDownTS();
            this.grpDSPWindow = new System.Windows.Forms.GroupBoxTS();
            this.comboDSPWindow = new System.Windows.Forms.ComboBoxTS();
            this.grpDSPNB2 = new System.Windows.Forms.GroupBoxTS();
            this.udDSPNB2 = new System.Windows.Forms.NumericUpDownTS();
            this.lblDSPNB2Threshold = new System.Windows.Forms.LabelTS();
            this.tpDSPImageReject = new System.Windows.Forms.TabPage();
            this.chkDSPImageExpert = new System.Windows.Forms.CheckBox();
            this.grpDSPImageRejectTX = new System.Windows.Forms.GroupBoxTS();
            this.checkboxTXImagCal = new System.Windows.Forms.CheckBoxTS();
            this.lblDSPGainValTX = new System.Windows.Forms.LabelTS();
            this.lblDSPPhaseValTX = new System.Windows.Forms.LabelTS();
            this.udDSPImageGainTX = new System.Windows.Forms.NumericUpDownTS();
            this.udDSPImagePhaseTX = new System.Windows.Forms.NumericUpDownTS();
            this.lblDSPImageGainTX = new System.Windows.Forms.LabelTS();
            this.tbDSPImagePhaseTX = new System.Windows.Forms.TrackBarTS();
            this.lblDSPImagePhaseTX = new System.Windows.Forms.LabelTS();
            this.tbDSPImageGainTX = new System.Windows.Forms.TrackBarTS();
            this.tpDSPKeyer = new System.Windows.Forms.TabPage();
            this.chkCWDisableUI = new System.Windows.Forms.CheckBoxTS();
            this.grpKeyerConnections = new System.Windows.Forms.GroupBoxTS();
            this.comboKeyerConnKeyLine = new System.Windows.Forms.ComboBoxTS();
            this.comboKeyerConnSecondary = new System.Windows.Forms.ComboBoxTS();
            this.lblKeyerConnSecondary = new System.Windows.Forms.LabelTS();
            this.lblKeyerConnKeyLine = new System.Windows.Forms.LabelTS();
            this.comboKeyerConnPTTLine = new System.Windows.Forms.ComboBoxTS();
            this.lblKeyerConnPrimary = new System.Windows.Forms.LabelTS();
            this.lblKeyerConnPTTLine = new System.Windows.Forms.LabelTS();
            this.comboKeyerConnPrimary = new System.Windows.Forms.ComboBoxTS();
            this.grpDSPCWPitch = new System.Windows.Forms.GroupBoxTS();
            this.lblDSPCWPitchFreq = new System.Windows.Forms.LabelTS();
            this.udDSPCWPitch = new System.Windows.Forms.NumericUpDownTS();
            this.grpDSPKeyerOptions = new System.Windows.Forms.GroupBoxTS();
            this.chkModeBStrict = new System.Windows.Forms.CheckBoxTS();
            this.chkStrictCharSpacing = new System.Windows.Forms.CheckBoxTS();
            this.chkCWKeyerMonoCable = new System.Windows.Forms.CheckBoxTS();
            this.chkCWKeyerMode = new System.Windows.Forms.CheckBoxTS();
            this.chkCWKeyerRevPdl = new System.Windows.Forms.CheckBoxTS();
            this.chkDSPKeyerSidetone = new System.Windows.Forms.CheckBoxTS();
            this.chkCWKeyerIambic = new System.Windows.Forms.CheckBoxTS();
            this.chkCWAutoSwitchMode = new System.Windows.Forms.CheckBoxTS();
            this.grpDSPKeyerSignalShaping = new System.Windows.Forms.GroupBoxTS();
            this.udCWKeyerWeight = new System.Windows.Forms.NumericUpDownTS();
            this.lblCWWeight = new System.Windows.Forms.LabelTS();
            this.udCWKeyerRamp = new System.Windows.Forms.NumericUpDownTS();
            this.lblCWRamp = new System.Windows.Forms.LabelTS();
            this.grpDSPKeyerSemiBreakIn = new System.Windows.Forms.GroupBoxTS();
            this.chkCWBreakInEnabled = new System.Windows.Forms.CheckBoxTS();
            this.lblCWBreakInDelay = new System.Windows.Forms.LabelTS();
            this.udCWBreakInDelay = new System.Windows.Forms.NumericUpDownTS();
            this.tpDSPAGCALC = new System.Windows.Forms.TabPage();
            this.grpDSPLeveler = new System.Windows.Forms.GroupBoxTS();
            this.chkDSPLevelerEnabled = new System.Windows.Forms.CheckBoxTS();
            this.lblDSPLevelerHangThreshold = new System.Windows.Forms.LabelTS();
            this.udDSPLevelerHangTime = new System.Windows.Forms.NumericUpDownTS();
            this.lblDSPLevelerHangTime = new System.Windows.Forms.LabelTS();
            this.udDSPLevelerThreshold = new System.Windows.Forms.NumericUpDownTS();
            this.udDSPLevelerSlope = new System.Windows.Forms.NumericUpDownTS();
            this.udDSPLevelerDecay = new System.Windows.Forms.NumericUpDownTS();
            this.lblDSPLevelerSlope = new System.Windows.Forms.LabelTS();
            this.udDSPLevelerAttack = new System.Windows.Forms.NumericUpDownTS();
            this.lblDSPLevelerDecay = new System.Windows.Forms.LabelTS();
            this.lblDSPLevelerAttack = new System.Windows.Forms.LabelTS();
            this.lblDSPLevelerThreshold = new System.Windows.Forms.LabelTS();
            this.tbDSPLevelerHangThreshold = new System.Windows.Forms.TrackBarTS();
            this.grpDSPALC = new System.Windows.Forms.GroupBoxTS();
            this.lblDSPALCHangThreshold = new System.Windows.Forms.LabelTS();
            this.tbDSPALCHangThreshold = new System.Windows.Forms.TrackBarTS();
            this.udDSPALCHangTime = new System.Windows.Forms.NumericUpDownTS();
            this.lblDSPALCHangTime = new System.Windows.Forms.LabelTS();
            this.udDSPALCThreshold = new System.Windows.Forms.NumericUpDownTS();
            this.udDSPALCSlope = new System.Windows.Forms.NumericUpDownTS();
            this.udDSPALCDecay = new System.Windows.Forms.NumericUpDownTS();
            this.lblDSPALCSlope = new System.Windows.Forms.LabelTS();
            this.udDSPALCAttack = new System.Windows.Forms.NumericUpDownTS();
            this.lblDSPALCDecay = new System.Windows.Forms.LabelTS();
            this.lblDSPALCAttack = new System.Windows.Forms.LabelTS();
            this.lblDSPALCThreshold = new System.Windows.Forms.LabelTS();
            this.grpDSPAGC = new System.Windows.Forms.GroupBoxTS();
            this.tbDSPAGCHangThreshold = new System.Windows.Forms.TrackBarTS();
            this.lblDSPAGCHangThreshold = new System.Windows.Forms.LabelTS();
            this.lblDSPAGCHangTime = new System.Windows.Forms.LabelTS();
            this.udDSPAGCHangTime = new System.Windows.Forms.NumericUpDownTS();
            this.udDSPAGCMaxGaindB = new System.Windows.Forms.NumericUpDownTS();
            this.udDSPAGCSlope = new System.Windows.Forms.NumericUpDownTS();
            this.udDSPAGCDecay = new System.Windows.Forms.NumericUpDownTS();
            this.lblDSPAGCSlope = new System.Windows.Forms.LabelTS();
            this.udDSPAGCAttack = new System.Windows.Forms.NumericUpDownTS();
            this.lblDSPAGCDecay = new System.Windows.Forms.LabelTS();
            this.lblDSPAGCAttack = new System.Windows.Forms.LabelTS();
            this.lblDSPAGCMaxGain = new System.Windows.Forms.LabelTS();
            this.udDSPAGCFixedGaindB = new System.Windows.Forms.NumericUpDownTS();
            this.lblDSPAGCFixed = new System.Windows.Forms.LabelTS();
            this.tpTransmit = new System.Windows.Forms.TabPage();
            this.chkRememberTXProfileOnModeChange = new System.Windows.Forms.CheckBoxTS();
            this.chkAudioMicBoost = new System.Windows.Forms.CheckBoxTS();
            this.chkSaveTXProfileOnExit = new System.Windows.Forms.CheckBoxTS();
            this.chkAutoSaveTXProfile = new System.Windows.Forms.CheckBoxTS();
            this.chkTXLimitSlew = new System.Windows.Forms.CheckBoxTS();
            this.chkTXExpert = new System.Windows.Forms.CheckBoxTS();
            this.grpTXProfileDef = new System.Windows.Forms.GroupBoxTS();
            this.btnTXProfileDefImport = new System.Windows.Forms.ButtonTS();
            this.lstTXProfileDef = new System.Windows.Forms.ListBox();
            this.grpTXAM = new System.Windows.Forms.GroupBoxTS();
            this.lblTXAMCarrierLevel = new System.Windows.Forms.LabelTS();
            this.udTXAMCarrierLevel = new System.Windows.Forms.NumericUpDownTS();
            this.grpTXMonitor = new System.Windows.Forms.GroupBoxTS();
            this.lblTXAF = new System.Windows.Forms.LabelTS();
            this.udTXAF = new System.Windows.Forms.NumericUpDownTS();
            this.grpTXNoiseGate = new System.Windows.Forms.GroupBoxTS();
            this.udTXNoiseGateAttenuate = new System.Windows.Forms.NumericUpDownTS();
            this.lblTXNoiseGateAttenuate = new System.Windows.Forms.LabelTS();
            this.chkTXNoiseGateEnabled = new System.Windows.Forms.CheckBoxTS();
            this.udTXNoiseGate = new System.Windows.Forms.NumericUpDownTS();
            this.lblTXNoiseGateThreshold = new System.Windows.Forms.LabelTS();
            this.grpTXProfile = new System.Windows.Forms.GroupBoxTS();
            this.btnTXProfileDelete = new System.Windows.Forms.ButtonTS();
            this.btnTXProfileSave = new System.Windows.Forms.ButtonTS();
            this.comboTXProfileName = new System.Windows.Forms.ComboBoxTS();
            this.grpPATune = new System.Windows.Forms.GroupBoxTS();
            this.comboTXTUNMeter = new System.Windows.Forms.ComboBoxTS();
            this.lblTXTUNMeter = new System.Windows.Forms.LabelTS();
            this.lblTransmitTunePower = new System.Windows.Forms.LabelTS();
            this.udTXTunePower = new System.Windows.Forms.NumericUpDownTS();
            this.grpTXFilter = new System.Windows.Forms.GroupBoxTS();
            this.lblTXFilterHigh = new System.Windows.Forms.LabelTS();
            this.udTXFilterLow = new System.Windows.Forms.NumericUpDownTS();
            this.lblTXFilterLow = new System.Windows.Forms.LabelTS();
            this.udTXFilterHigh = new System.Windows.Forms.NumericUpDownTS();
            this.chkDCBlock = new System.Windows.Forms.CheckBoxTS();
            this.grpTXVOX = new System.Windows.Forms.GroupBoxTS();
            this.lblTXVOXHangTime = new System.Windows.Forms.LabelTS();
            this.udTXVOXHangTime = new System.Windows.Forms.NumericUpDownTS();
            this.chkTXVOXEnabled = new System.Windows.Forms.CheckBoxTS();
            this.lblTXVOXThreshold = new System.Windows.Forms.LabelTS();
            this.udTXVOXThreshold = new System.Windows.Forms.NumericUpDownTS();
            this.grpTX1500 = new System.Windows.Forms.GroupBoxTS();
            this.lblTX1500Blanking = new System.Windows.Forms.LabelTS();
            this.udTX1500PhoneBlanking = new System.Windows.Forms.NumericUpDownTS();
            this.tpPowerAmplifier = new System.Windows.Forms.TabPage();
            this.rtxtPACalReq = new System.Windows.Forms.RichTextBox();
            this.grpPABandOffset = new System.Windows.Forms.GroupBoxTS();
            this.lblPABandOffset10 = new System.Windows.Forms.LabelTS();
            this.lblPABandOffset12 = new System.Windows.Forms.LabelTS();
            this.lblPABandOffset15 = new System.Windows.Forms.LabelTS();
            this.lblPABandOffset17 = new System.Windows.Forms.LabelTS();
            this.lblPABandOffset20 = new System.Windows.Forms.LabelTS();
            this.lblPABandOffset30 = new System.Windows.Forms.LabelTS();
            this.lblPABandOffset40 = new System.Windows.Forms.LabelTS();
            this.lblPABandOffset60 = new System.Windows.Forms.LabelTS();
            this.lblPABandOffset80 = new System.Windows.Forms.LabelTS();
            this.lblPABandOffset160 = new System.Windows.Forms.LabelTS();
            this.udPAADC17 = new System.Windows.Forms.NumericUpDownTS();
            this.udPAADC15 = new System.Windows.Forms.NumericUpDownTS();
            this.udPAADC20 = new System.Windows.Forms.NumericUpDownTS();
            this.udPAADC12 = new System.Windows.Forms.NumericUpDownTS();
            this.udPAADC10 = new System.Windows.Forms.NumericUpDownTS();
            this.udPAADC160 = new System.Windows.Forms.NumericUpDownTS();
            this.udPAADC80 = new System.Windows.Forms.NumericUpDownTS();
            this.udPAADC60 = new System.Windows.Forms.NumericUpDownTS();
            this.udPAADC40 = new System.Windows.Forms.NumericUpDownTS();
            this.udPAADC30 = new System.Windows.Forms.NumericUpDownTS();
            this.chkPANewCal = new System.Windows.Forms.CheckBoxTS();
            this.grpPAGainByBand = new System.Windows.Forms.GroupBoxTS();
            this.udPACalPower = new System.Windows.Forms.NumericUpDownTS();
            this.lblPACalTarget = new System.Windows.Forms.LabelTS();
            this.chkPA10 = new System.Windows.Forms.CheckBoxTS();
            this.chkPA12 = new System.Windows.Forms.CheckBoxTS();
            this.chkPA15 = new System.Windows.Forms.CheckBoxTS();
            this.chkPA17 = new System.Windows.Forms.CheckBoxTS();
            this.chkPA20 = new System.Windows.Forms.CheckBoxTS();
            this.chkPA30 = new System.Windows.Forms.CheckBoxTS();
            this.chkPA40 = new System.Windows.Forms.CheckBoxTS();
            this.chkPA60 = new System.Windows.Forms.CheckBoxTS();
            this.chkPA80 = new System.Windows.Forms.CheckBoxTS();
            this.chkPA160 = new System.Windows.Forms.CheckBoxTS();
            this.radPACalSelBands = new System.Windows.Forms.RadioButtonTS();
            this.radPACalAllBands = new System.Windows.Forms.RadioButtonTS();
            this.btnPAGainReset = new System.Windows.Forms.ButtonTS();
            this.btnPAGainCalibration = new System.Windows.Forms.ButtonTS();
            this.lblPAGainByBand10 = new System.Windows.Forms.LabelTS();
            this.udPAGain10 = new System.Windows.Forms.NumericUpDownTS();
            this.lblPAGainByBand12 = new System.Windows.Forms.LabelTS();
            this.udPAGain12 = new System.Windows.Forms.NumericUpDownTS();
            this.lblPAGainByBand15 = new System.Windows.Forms.LabelTS();
            this.udPAGain15 = new System.Windows.Forms.NumericUpDownTS();
            this.lblPAGainByBand17 = new System.Windows.Forms.LabelTS();
            this.udPAGain17 = new System.Windows.Forms.NumericUpDownTS();
            this.lblPAGainByBand20 = new System.Windows.Forms.LabelTS();
            this.udPAGain20 = new System.Windows.Forms.NumericUpDownTS();
            this.lblPAGainByBand30 = new System.Windows.Forms.LabelTS();
            this.udPAGain30 = new System.Windows.Forms.NumericUpDownTS();
            this.lblPAGainByBand40 = new System.Windows.Forms.LabelTS();
            this.udPAGain40 = new System.Windows.Forms.NumericUpDownTS();
            this.lblPAGainByBand60 = new System.Windows.Forms.LabelTS();
            this.udPAGain60 = new System.Windows.Forms.NumericUpDownTS();
            this.lblPAGainByBand80 = new System.Windows.Forms.LabelTS();
            this.udPAGain80 = new System.Windows.Forms.NumericUpDownTS();
            this.lblPAGainByBand160 = new System.Windows.Forms.LabelTS();
            this.udPAGain160 = new System.Windows.Forms.NumericUpDownTS();
            this.chkPA6 = new System.Windows.Forms.CheckBoxTS();
            this.tpAppearance = new System.Windows.Forms.TabPage();
            this.tcAppearance = new System.Windows.Forms.TabControl();
            this.tpAppearanceGeneral = new System.Windows.Forms.TabPage();
            this.btnSkinExport = new System.Windows.Forms.ButtonTS();
            this.grpAppSkins = new System.Windows.Forms.GroupBoxTS();
            this.comboAppSkin = new System.Windows.Forms.ComboBoxTS();
            this.lblGenBackground = new System.Windows.Forms.LabelTS();
            this.clrbtnGenBackground = new PowerSDR.ColorButton();
            this.grpAppearanceBand = new System.Windows.Forms.GroupBoxTS();
            this.clrbtnBandBackground = new PowerSDR.ColorButton();
            this.lblBandBackground = new System.Windows.Forms.LabelTS();
            this.clrbtnBandLight = new PowerSDR.ColorButton();
            this.clrbtnBandDark = new PowerSDR.ColorButton();
            this.lblBandLight = new System.Windows.Forms.LabelTS();
            this.lblBandDark = new System.Windows.Forms.LabelTS();
            this.clrbtnOutOfBand = new PowerSDR.ColorButton();
            this.lblOutOfBand = new System.Windows.Forms.LabelTS();
            this.grpAppearanceVFO = new System.Windows.Forms.GroupBoxTS();
            this.clrbtnVFOBackground = new PowerSDR.ColorButton();
            this.lblVFOBackground = new System.Windows.Forms.LabelTS();
            this.clrbtnVFOSmallColor = new PowerSDR.ColorButton();
            this.lblVFOSmallColor = new System.Windows.Forms.LabelTS();
            this.chkVFOSmallLSD = new System.Windows.Forms.CheckBoxTS();
            this.clrbtnVFOLight = new PowerSDR.ColorButton();
            this.clrbtnVFODark = new PowerSDR.ColorButton();
            this.lblVFOPowerOn = new System.Windows.Forms.LabelTS();
            this.lblVFOPowerOff = new System.Windows.Forms.LabelTS();
            this.clrbtnBtnSel = new PowerSDR.ColorButton();
            this.lblAppearanceGenBtnSel = new System.Windows.Forms.LabelTS();
            this.tpAppearanceDisplay = new System.Windows.Forms.TabPage();
            this.grpMainDisplay = new System.Windows.Forms.GroupBoxTS();
            this.clrbtnText = new PowerSDR.ColorButton();
            this.lblDisplayBackgroundColor = new System.Windows.Forms.LabelTS();
            this.udDisplayLineWidth = new System.Windows.Forms.NumericUpDownTS();
            this.lblDisplayDataLineColor = new System.Windows.Forms.LabelTS();
            this.lblDisplayTextColor = new System.Windows.Forms.LabelTS();
            this.lblDisplayLineWidth = new System.Windows.Forms.LabelTS();
            this.clrbtnBackground = new PowerSDR.ColorButton();
            this.clrbtnGrid = new PowerSDR.ColorButton();
            this.lblDisplayZeroLineColor = new System.Windows.Forms.LabelTS();
            this.clrbtnZeroLine = new PowerSDR.ColorButton();
            this.lblDisplayGridColor = new System.Windows.Forms.LabelTS();
            this.clrbtnDataLine = new PowerSDR.ColorButton();
            this.grpAppPanadapter = new System.Windows.Forms.GroupBoxTS();
            this.lblBandSegmentBoxLineWidth = new System.Windows.Forms.LabelTS();
            this.udBandSegmentBoxLineWidth = new System.Windows.Forms.NumericUpDownTS();
            this.lblBandSegmentBox = new System.Windows.Forms.LabelTS();
            this.clrbtnBandSegmentBox = new PowerSDR.ColorButton();
            this.lblMultiRXFilterAlpha = new System.Windows.Forms.LabelTS();
            this.chkShowFreqOffset = new System.Windows.Forms.CheckBoxTS();
            this.tbMultiRXFilterAlpha = new System.Windows.Forms.TrackBarTS();
            this.clrbtnTXFilter = new PowerSDR.ColorButton();
            this.lblRX1FilterAlpha = new System.Windows.Forms.LabelTS();
            this.lblTXFilterColor = new System.Windows.Forms.LabelTS();
            this.clrbtnSubRXZero = new PowerSDR.ColorButton();
            this.tbRX1FilterAlpha = new System.Windows.Forms.TrackBarTS();
            this.lblSubRXZeroLine = new System.Windows.Forms.LabelTS();
            this.clrbtnSubRXFilter = new PowerSDR.ColorButton();
            this.lblSubRXFilterColor = new System.Windows.Forms.LabelTS();
            this.clrbtnBandEdge = new PowerSDR.ColorButton();
            this.lblBandEdge = new System.Windows.Forms.LabelTS();
            this.lblDisplayFilterColor = new System.Windows.Forms.LabelTS();
            this.clrbtnFilter = new PowerSDR.ColorButton();
            this.grpDisplayPeakCursor = new System.Windows.Forms.GroupBoxTS();
            this.clrbtnPeakBackground = new PowerSDR.ColorButton();
            this.lblPeakBackground = new System.Windows.Forms.LabelTS();
            this.clrbtnPeakText = new PowerSDR.ColorButton();
            this.lblPeakText = new System.Windows.Forms.LabelTS();
            this.tpAppearanceMeter = new System.Windows.Forms.TabPage();
            this.labelTS2 = new System.Windows.Forms.LabelTS();
            this.clrbtnMeterDigBackground = new PowerSDR.ColorButton();
            this.lblMeterDigitalText = new System.Windows.Forms.LabelTS();
            this.clrbtnMeterDigText = new PowerSDR.ColorButton();
            this.grpMeterEdge = new System.Windows.Forms.GroupBoxTS();
            this.clrbtnEdgeIndicator = new PowerSDR.ColorButton();
            this.labelTS1 = new System.Windows.Forms.LabelTS();
            this.clrbtnMeterEdgeBackground = new PowerSDR.ColorButton();
            this.lblMeterEdgeBackground = new System.Windows.Forms.LabelTS();
            this.clrbtnMeterEdgeHigh = new PowerSDR.ColorButton();
            this.lblMeterEdgeHigh = new System.Windows.Forms.LabelTS();
            this.lblMeterEdgeLow = new System.Windows.Forms.LabelTS();
            this.clrbtnMeterEdgeLow = new PowerSDR.ColorButton();
            this.grpAppearanceMeter = new System.Windows.Forms.GroupBoxTS();
            this.clrbtnMeterBackground = new PowerSDR.ColorButton();
            this.lblMeterBackground = new System.Windows.Forms.LabelTS();
            this.clrbtnMeterRight = new PowerSDR.ColorButton();
            this.lblAppearanceMeterRight = new System.Windows.Forms.LabelTS();
            this.lblAppearanceMeterLeft = new System.Windows.Forms.LabelTS();
            this.clrbtnMeterLeft = new PowerSDR.ColorButton();
            this.lblMeterType = new System.Windows.Forms.LabelTS();
            this.comboMeterType = new System.Windows.Forms.ComboBoxTS();
            this.tpKeyboard = new System.Windows.Forms.TabPage();
            this.grpKBXIT = new System.Windows.Forms.GroupBoxTS();
            this.lblKBXITUp = new System.Windows.Forms.LabelTS();
            this.lblKBXITDown = new System.Windows.Forms.LabelTS();
            this.comboKBXITUp = new System.Windows.Forms.ComboBoxTS();
            this.comboKBXITDown = new System.Windows.Forms.ComboBoxTS();
            this.grpKBRIT = new System.Windows.Forms.GroupBoxTS();
            this.lblKBRitUp = new System.Windows.Forms.LabelTS();
            this.lblKBRITDown = new System.Windows.Forms.LabelTS();
            this.comboKBRITUp = new System.Windows.Forms.ComboBoxTS();
            this.comboKBRITDown = new System.Windows.Forms.ComboBoxTS();
            this.grpKBMode = new System.Windows.Forms.GroupBoxTS();
            this.lblKBModeUp = new System.Windows.Forms.LabelTS();
            this.lblKBModeDown = new System.Windows.Forms.LabelTS();
            this.comboKBModeUp = new System.Windows.Forms.ComboBoxTS();
            this.comboKBModeDown = new System.Windows.Forms.ComboBoxTS();
            this.grpKBBand = new System.Windows.Forms.GroupBoxTS();
            this.lblKBBandUp = new System.Windows.Forms.LabelTS();
            this.lblKBBandDown = new System.Windows.Forms.LabelTS();
            this.comboKBBandUp = new System.Windows.Forms.ComboBoxTS();
            this.comboKBBandDown = new System.Windows.Forms.ComboBoxTS();
            this.grpKBTune = new System.Windows.Forms.GroupBoxTS();
            this.lblKBTuneDigit = new System.Windows.Forms.LabelTS();
            this.lblKBTune7 = new System.Windows.Forms.LabelTS();
            this.lblKBTune6 = new System.Windows.Forms.LabelTS();
            this.lblKBTune5 = new System.Windows.Forms.LabelTS();
            this.lblKBTune4 = new System.Windows.Forms.LabelTS();
            this.lblKBTune3 = new System.Windows.Forms.LabelTS();
            this.lblKBTune2 = new System.Windows.Forms.LabelTS();
            this.comboKBTuneUp7 = new System.Windows.Forms.ComboBoxTS();
            this.comboKBTuneDown7 = new System.Windows.Forms.ComboBoxTS();
            this.comboKBTuneUp6 = new System.Windows.Forms.ComboBoxTS();
            this.comboKBTuneDown6 = new System.Windows.Forms.ComboBoxTS();
            this.comboKBTuneUp5 = new System.Windows.Forms.ComboBoxTS();
            this.comboKBTuneDown5 = new System.Windows.Forms.ComboBoxTS();
            this.comboKBTuneUp4 = new System.Windows.Forms.ComboBoxTS();
            this.comboKBTuneDown4 = new System.Windows.Forms.ComboBoxTS();
            this.lblKBTune1 = new System.Windows.Forms.LabelTS();
            this.lblKBTuneUp = new System.Windows.Forms.LabelTS();
            this.lblKBTuneDown = new System.Windows.Forms.LabelTS();
            this.comboKBTuneUp3 = new System.Windows.Forms.ComboBoxTS();
            this.comboKBTuneDown3 = new System.Windows.Forms.ComboBoxTS();
            this.comboKBTuneUp1 = new System.Windows.Forms.ComboBoxTS();
            this.comboKBTuneUp2 = new System.Windows.Forms.ComboBoxTS();
            this.comboKBTuneDown1 = new System.Windows.Forms.ComboBoxTS();
            this.comboKBTuneDown2 = new System.Windows.Forms.ComboBoxTS();
            this.grpKBFilter = new System.Windows.Forms.GroupBoxTS();
            this.lblKBFilterUp = new System.Windows.Forms.LabelTS();
            this.lblKBFilterDown = new System.Windows.Forms.LabelTS();
            this.comboKBFilterUp = new System.Windows.Forms.ComboBoxTS();
            this.comboKBFilterDown = new System.Windows.Forms.ComboBoxTS();
            this.grpKBCW = new System.Windows.Forms.GroupBoxTS();
            this.lblKBCWDot = new System.Windows.Forms.LabelTS();
            this.lblKBCWDash = new System.Windows.Forms.LabelTS();
            this.comboKBCWDot = new System.Windows.Forms.ComboBoxTS();
            this.comboKBCWDash = new System.Windows.Forms.ComboBoxTS();
            this.tpExtCtrl = new System.Windows.Forms.TabPage();
            this.chkExtEnable = new System.Windows.Forms.CheckBoxTS();
            this.grpExtTX = new System.Windows.Forms.GroupBoxTS();
            this.lblExtTXX26 = new System.Windows.Forms.LabelTS();
            this.chkExtTX26 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtTX66 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtTX106 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtTX126 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtTX156 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtTX176 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtTX206 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtTX306 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtTX406 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtTX606 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtTX806 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtTX1606 = new System.Windows.Forms.CheckBoxTS();
            this.lblExtTXX25 = new System.Windows.Forms.LabelTS();
            this.lblExtTXX24 = new System.Windows.Forms.LabelTS();
            this.lblExtTXX23 = new System.Windows.Forms.LabelTS();
            this.lblExtTXX22 = new System.Windows.Forms.LabelTS();
            this.lblExtTX2 = new System.Windows.Forms.LabelTS();
            this.chkExtTX23 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtTX22 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtTX21 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtTX25 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtTX24 = new System.Windows.Forms.CheckBoxTS();
            this.lblExtTX6 = new System.Windows.Forms.LabelTS();
            this.chkExtTX63 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtTX62 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtTX61 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtTX65 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtTX64 = new System.Windows.Forms.CheckBoxTS();
            this.lblExtTX10 = new System.Windows.Forms.LabelTS();
            this.chkExtTX103 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtTX102 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtTX101 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtTX105 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtTX104 = new System.Windows.Forms.CheckBoxTS();
            this.lblExtTX12 = new System.Windows.Forms.LabelTS();
            this.chkExtTX123 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtTX122 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtTX121 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtTX125 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtTX124 = new System.Windows.Forms.CheckBoxTS();
            this.lblExtTX15 = new System.Windows.Forms.LabelTS();
            this.chkExtTX153 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtTX152 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtTX151 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtTX155 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtTX154 = new System.Windows.Forms.CheckBoxTS();
            this.lblExtTX17 = new System.Windows.Forms.LabelTS();
            this.chkExtTX173 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtTX172 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtTX171 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtTX175 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtTX174 = new System.Windows.Forms.CheckBoxTS();
            this.lblExtTX20 = new System.Windows.Forms.LabelTS();
            this.chkExtTX203 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtTX202 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtTX201 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtTX205 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtTX204 = new System.Windows.Forms.CheckBoxTS();
            this.lblExtTX30 = new System.Windows.Forms.LabelTS();
            this.chkExtTX303 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtTX302 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtTX301 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtTX305 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtTX304 = new System.Windows.Forms.CheckBoxTS();
            this.lblExtTX40 = new System.Windows.Forms.LabelTS();
            this.chkExtTX403 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtTX402 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtTX401 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtTX405 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtTX404 = new System.Windows.Forms.CheckBoxTS();
            this.lblExtTX60 = new System.Windows.Forms.LabelTS();
            this.chkExtTX603 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtTX602 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtTX601 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtTX605 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtTX604 = new System.Windows.Forms.CheckBoxTS();
            this.lblExtTX80 = new System.Windows.Forms.LabelTS();
            this.chkExtTX803 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtTX802 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtTX801 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtTX805 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtTX804 = new System.Windows.Forms.CheckBoxTS();
            this.lblExtTXX2Pins = new System.Windows.Forms.LabelTS();
            this.lblExtTXBand = new System.Windows.Forms.LabelTS();
            this.lblExtTX160 = new System.Windows.Forms.LabelTS();
            this.chkExtTX1603 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtTX1602 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtTX1601 = new System.Windows.Forms.CheckBoxTS();
            this.lblExtTXX21 = new System.Windows.Forms.LabelTS();
            this.chkExtTX1605 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtTX1604 = new System.Windows.Forms.CheckBoxTS();
            this.grpExtRX = new System.Windows.Forms.GroupBoxTS();
            this.lblExtRXX26 = new System.Windows.Forms.LabelTS();
            this.chkExtRX26 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtRX66 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtRX106 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtRX126 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtRX156 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtRX176 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtRX206 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtRX306 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtRX406 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtRX606 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtRX806 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtRX1606 = new System.Windows.Forms.CheckBoxTS();
            this.lblExtRXX25 = new System.Windows.Forms.LabelTS();
            this.lblExtRXX24 = new System.Windows.Forms.LabelTS();
            this.lblExtRXX23 = new System.Windows.Forms.LabelTS();
            this.lblExtRXX22 = new System.Windows.Forms.LabelTS();
            this.lblExtRX2 = new System.Windows.Forms.LabelTS();
            this.chkExtRX23 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtRX22 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtRX21 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtRX25 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtRX24 = new System.Windows.Forms.CheckBoxTS();
            this.lblExtRX6 = new System.Windows.Forms.LabelTS();
            this.chkExtRX63 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtRX62 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtRX61 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtRX65 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtRX64 = new System.Windows.Forms.CheckBoxTS();
            this.lblExtRX10 = new System.Windows.Forms.LabelTS();
            this.chkExtRX103 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtRX102 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtRX101 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtRX105 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtRX104 = new System.Windows.Forms.CheckBoxTS();
            this.lblExtRX12 = new System.Windows.Forms.LabelTS();
            this.chkExtRX123 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtRX122 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtRX121 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtRX125 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtRX124 = new System.Windows.Forms.CheckBoxTS();
            this.lblExtRX15 = new System.Windows.Forms.LabelTS();
            this.chkExtRX153 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtRX152 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtRX151 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtRX155 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtRX154 = new System.Windows.Forms.CheckBoxTS();
            this.lblExtRX17 = new System.Windows.Forms.LabelTS();
            this.chkExtRX173 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtRX172 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtRX171 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtRX175 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtRX174 = new System.Windows.Forms.CheckBoxTS();
            this.lblExtRX20 = new System.Windows.Forms.LabelTS();
            this.chkExtRX203 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtRX202 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtRX201 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtRX205 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtRX204 = new System.Windows.Forms.CheckBoxTS();
            this.lblExtRX30 = new System.Windows.Forms.LabelTS();
            this.chkExtRX303 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtRX302 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtRX301 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtRX305 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtRX304 = new System.Windows.Forms.CheckBoxTS();
            this.lblExtRX40 = new System.Windows.Forms.LabelTS();
            this.chkExtRX403 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtRX402 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtRX401 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtRX405 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtRX404 = new System.Windows.Forms.CheckBoxTS();
            this.lblExtRX60 = new System.Windows.Forms.LabelTS();
            this.chkExtRX603 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtRX602 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtRX601 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtRX605 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtRX604 = new System.Windows.Forms.CheckBoxTS();
            this.lblExtRX80 = new System.Windows.Forms.LabelTS();
            this.chkExtRX803 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtRX802 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtRX801 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtRX805 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtRX804 = new System.Windows.Forms.CheckBoxTS();
            this.lblExtRXX2Pins = new System.Windows.Forms.LabelTS();
            this.lblExtRXBand = new System.Windows.Forms.LabelTS();
            this.lblExtRX160 = new System.Windows.Forms.LabelTS();
            this.chkExtRX1603 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtRX1602 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtRX1601 = new System.Windows.Forms.CheckBoxTS();
            this.lblExtRXX21 = new System.Windows.Forms.LabelTS();
            this.chkExtRX1605 = new System.Windows.Forms.CheckBoxTS();
            this.chkExtRX1604 = new System.Windows.Forms.CheckBoxTS();
            this.tpCAT = new System.Windows.Forms.TabPage();
            this.chkKWAI = new System.Windows.Forms.CheckBoxTS();
            this.chkFPInstalled = new System.Windows.Forms.CheckBoxTS();
            this.chkDigUIsUSB = new System.Windows.Forms.CheckBoxTS();
            this.lblCATRigType = new System.Windows.Forms.LabelTS();
            this.comboCATRigType = new System.Windows.Forms.ComboBoxTS();
            this.btnCATTest = new System.Windows.Forms.ButtonTS();
            this.grpPTTBitBang = new System.Windows.Forms.GroupBoxTS();
            this.comboCATPTTPort = new System.Windows.Forms.ComboBoxTS();
            this.lblCATPTTPort = new System.Windows.Forms.LabelTS();
            this.chkCATPTT_RTS = new System.Windows.Forms.CheckBoxTS();
            this.chkCATPTT_DTR = new System.Windows.Forms.CheckBoxTS();
            this.chkCATPTTEnabled = new System.Windows.Forms.CheckBoxTS();
            this.grpCatControlBox = new System.Windows.Forms.GroupBoxTS();
            this.comboCATPort = new System.Windows.Forms.ComboBoxTS();
            this.comboCATbaud = new System.Windows.Forms.ComboBoxTS();
            this.lblCATBaud = new System.Windows.Forms.LabelTS();
            this.lblCATPort = new System.Windows.Forms.LabelTS();
            this.chkCATEnable = new System.Windows.Forms.CheckBoxTS();
            this.lblCATParity = new System.Windows.Forms.LabelTS();
            this.lblCATData = new System.Windows.Forms.LabelTS();
            this.lblCATStop = new System.Windows.Forms.LabelTS();
            this.comboCATparity = new System.Windows.Forms.ComboBoxTS();
            this.comboCATdatabits = new System.Windows.Forms.ComboBoxTS();
            this.comboCATstopbits = new System.Windows.Forms.ComboBoxTS();
            this.grpRTTYOffset = new System.Windows.Forms.GroupBoxTS();
            this.labelTS4 = new System.Windows.Forms.LabelTS();
            this.labelTS3 = new System.Windows.Forms.LabelTS();
            this.udRTTYU = new System.Windows.Forms.NumericUpDownTS();
            this.udRTTYL = new System.Windows.Forms.NumericUpDownTS();
            this.chkRTTYOffsetEnableB = new System.Windows.Forms.CheckBoxTS();
            this.chkRTTYOffsetEnableA = new System.Windows.Forms.CheckBoxTS();
            this.tpTests = new System.Windows.Forms.TabPage();
            this.grpBoxTS1 = new System.Windows.Forms.GroupBoxTS();
            this.udPulsePeriod = new System.Windows.Forms.NumericUpDownTS();
            this.lblPulsePeriod = new System.Windows.Forms.LabelTS();
            this.udPulseDuty = new System.Windows.Forms.NumericUpDownTS();
            this.lblPulseDuty = new System.Windows.Forms.LabelTS();
            this.grpSigGenTransmit = new System.Windows.Forms.GroupBoxTS();
            this.lblSigGenTXMode = new System.Windows.Forms.LabelTS();
            this.cmboSigGenTXMode = new System.Windows.Forms.ComboBoxTS();
            this.rdSigGenTXInput = new System.Windows.Forms.RadioButtonTS();
            this.rdSigGenTXOutput = new System.Windows.Forms.RadioButtonTS();
            this.grpSigGenReceive = new System.Windows.Forms.GroupBoxTS();
            this.chkSigGenRX2 = new System.Windows.Forms.CheckBox();
            this.lblSigGenRXMode = new System.Windows.Forms.LabelTS();
            this.cmboSigGenRXMode = new System.Windows.Forms.ComboBoxTS();
            this.rdSigGenRXInput = new System.Windows.Forms.RadioButtonTS();
            this.rdSigGenRXOutput = new System.Windows.Forms.RadioButtonTS();
            this.lblTestGenScale = new System.Windows.Forms.LabelTS();
            this.udTestGenScale = new System.Windows.Forms.NumericUpDownTS();
            this.lblTestSigGenFreqCallout = new System.Windows.Forms.LabelTS();
            this.tkbarTestGenFreq = new System.Windows.Forms.TrackBarTS();
            this.lblTestGenHzSec = new System.Windows.Forms.LabelTS();
            this.udTestGenHzSec = new System.Windows.Forms.NumericUpDownTS();
            this.lblTestGenHigh = new System.Windows.Forms.LabelTS();
            this.udTestGenHigh = new System.Windows.Forms.NumericUpDownTS();
            this.lblTestGenLow = new System.Windows.Forms.LabelTS();
            this.udTestGenLow = new System.Windows.Forms.NumericUpDownTS();
            this.btnTestGenSweep = new System.Windows.Forms.ButtonTS();
            this.ckEnableSigGen = new System.Windows.Forms.CheckBoxTS();
            this.grpTestX2 = new System.Windows.Forms.GroupBoxTS();
            this.lblTestX2 = new System.Windows.Forms.LabelTS();
            this.chkTestX2Pin6 = new System.Windows.Forms.CheckBoxTS();
            this.chkTestX2Pin5 = new System.Windows.Forms.CheckBoxTS();
            this.chkTestX2Pin4 = new System.Windows.Forms.CheckBoxTS();
            this.chkTestX2Pin3 = new System.Windows.Forms.CheckBoxTS();
            this.chkTestX2Pin2 = new System.Windows.Forms.CheckBoxTS();
            this.chkTestX2Pin1 = new System.Windows.Forms.CheckBoxTS();
            this.grpTestAudioBalance = new System.Windows.Forms.GroupBoxTS();
            this.btnTestAudioBalStart = new System.Windows.Forms.ButtonTS();
            this.grpTestTXIMD = new System.Windows.Forms.GroupBoxTS();
            this.lblTestToneFreq2 = new System.Windows.Forms.LabelTS();
            this.udTestIMDFreq2 = new System.Windows.Forms.NumericUpDownTS();
            this.lblTestIMDPower = new System.Windows.Forms.LabelTS();
            this.udTestIMDPower = new System.Windows.Forms.NumericUpDownTS();
            this.chekTestIMD = new System.Windows.Forms.CheckBoxTS();
            this.lblTestToneFreq1 = new System.Windows.Forms.LabelTS();
            this.udTestIMDFreq1 = new System.Windows.Forms.NumericUpDownTS();
            this.grpImpulseTest = new System.Windows.Forms.GroupBoxTS();
            this.udImpulseNum = new System.Windows.Forms.NumericUpDownTS();
            this.btnImpulse = new System.Windows.Forms.ButtonTS();
            this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
            this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
            this.btnExportDB = new System.Windows.Forms.ButtonTS();
            this.btnImportDB = new System.Windows.Forms.ButtonTS();
            this.btnResetDB = new System.Windows.Forms.ButtonTS();
            this.btnApply = new System.Windows.Forms.ButtonTS();
            this.btnCancel = new System.Windows.Forms.ButtonTS();
            this.btnOK = new System.Windows.Forms.ButtonTS();
            this.timer_sweep = new System.Windows.Forms.Timer(this.components);
            this.mainMenu1 = new System.Windows.Forms.MainMenu(this.components);
            this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
            this.tcSetup.SuspendLayout();
            this.tpGeneral.SuspendLayout();
            this.tcGeneral.SuspendLayout();
            this.tpGeneralHardware.SuspendLayout();
            this.grpHWSoftRock.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.udSoftRockCenterFreq)).BeginInit();
            this.grpGeneralDDS.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.udDDSCorrection)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udDDSIFFreq)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udDDSPLLMult)).BeginInit();
            this.grpGeneralModel.SuspendLayout();
            this.grpGeneralHardwareFLEX5000.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.udF3KFanTempThresh)).BeginInit();
            this.grpGeneralHardwareSDR1000.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.udGeneralLPTDelay)).BeginInit();
            this.grpGeneralHardwareFLEX1500.SuspendLayout();
            this.tpGeneralOptions.SuspendLayout();
            this.grpOptUSBBuf.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tbOptUSBBuf)).BeginInit();
            this.grpGenCustomTitleText.SuspendLayout();
            this.grpOptMisc.SuspendLayout();
            this.grpOptQuickQSY.SuspendLayout();
            this.grpGenAutoMute.SuspendLayout();
            this.grpGenTuningOptions.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.udOptClickTuneOffsetDIGU)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udOptClickTuneOffsetDIGL)).BeginInit();
            this.grpGeneralOptions.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.udGenTX1Delay)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udGeneralX2Delay)).BeginInit();
            this.grpGeneralProcessPriority.SuspendLayout();
            this.tpGeneralCalibration.SuspendLayout();
            this.grpGenCalRXImage.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.udGeneralCalFreq3)).BeginInit();
            this.grpGenCalLevel.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.udGeneralCalLevel)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udGeneralCalFreq2)).BeginInit();
            this.grpGeneralCalibration.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.udGeneralCalFreq1)).BeginInit();
            this.tpFilters.SuspendLayout();
            this.grpOptFilterControls.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.udFilterDefaultLowCut)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udOptMaxFilterShift)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udOptMaxFilterWidth)).BeginInit();
            this.tpRX2.SuspendLayout();
            this.tpGeneralNavigation.SuspendLayout();
            this.grpOptSpaceNav.SuspendLayout();
            this.tpAudio.SuspendLayout();
            this.tcAudio.SuspendLayout();
            this.tpAudioCard1.SuspendLayout();
            this.grpAudioChannels.SuspendLayout();
            this.grpAudioMicInGain1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.udAudioMicGain1)).BeginInit();
            this.grpAudioLineInGain1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.udAudioLineIn1)).BeginInit();
            this.grpAudioVolts1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.udAudioVoltage1)).BeginInit();
            this.grpAudioDetails1.SuspendLayout();
            this.grpAudioLatency1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.udAudioLatency1)).BeginInit();
            this.grpAudioCard.SuspendLayout();
            this.grpAudioBufferSize1.SuspendLayout();
            this.grpAudioSampleRate1.SuspendLayout();
            this.tpVAC.SuspendLayout();
            this.grpDirectIQOutput.SuspendLayout();
            this.grpAudioVACAutoEnable.SuspendLayout();
            this.grpAudioVACGain.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.udAudioVACGainTX)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udAudioVACGainRX)).BeginInit();
            this.grpAudio2Stereo.SuspendLayout();
            this.grpAudioLatency2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.udAudioLatency2)).BeginInit();
            this.grpAudioSampleRate2.SuspendLayout();
            this.grpAudioBuffer2.SuspendLayout();
            this.grpAudioDetails2.SuspendLayout();
            this.tpVAC2.SuspendLayout();
            this.grpVAC2DirectIQ.SuspendLayout();
            this.grpVAC2AutoEnable.SuspendLayout();
            this.grpVAC2Gain.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.udVAC2GainTX)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udVAC2GainRX)).BeginInit();
            this.grpAudioStereo3.SuspendLayout();
            this.grpVAC2Latency.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.udVAC2Latency)).BeginInit();
            this.grpAudioSampleRate3.SuspendLayout();
            this.grpAudioBuffer3.SuspendLayout();
            this.grpAudioDetails3.SuspendLayout();
            this.tpDisplay.SuspendLayout();
            this.grpDisplayMultimeter.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.udMeterDigitalDelay)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udDisplayMeterAvg)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udDisplayMultiTextHoldTime)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udDisplayMultiPeakHoldTime)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udDisplayMeterDelay)).BeginInit();
            this.grpDisplayDriverEngine.SuspendLayout();
            this.grpDisplayPolyPhase.SuspendLayout();
            this.grpDisplayScopeMode.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.udDisplayScopeTime)).BeginInit();
            this.grpDisplayWaterfall.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.udDisplayWaterfallUpdatePeriod)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udDisplayWaterfallAvgTime)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udDisplayWaterfallLowLevel)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udDisplayWaterfallHighLevel)).BeginInit();
            this.grpDisplayRefreshRates.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.udDisplayCPUMeter)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udDisplayPeakText)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udDisplayFPS)).BeginInit();
            this.grpDisplayAverage.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.udDisplayAVGTime)).BeginInit();
            this.grpDisplayPhase.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.udDisplayPhasePts)).BeginInit();
            this.grpDisplaySpectrumGrid.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.udDisplayGridStep)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udDisplayGridMin)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udDisplayGridMax)).BeginInit();
            this.tpDSP.SuspendLayout();
            this.tcDSP.SuspendLayout();
            this.tpDSPOptions.SuspendLayout();
            this.grpDSPBufferSize.SuspendLayout();
            this.grpDSPBufDig.SuspendLayout();
            this.grpDSPBufCW.SuspendLayout();
            this.grpDSPBufPhone.SuspendLayout();
            this.grpDSPNB.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.udDSPNB)).BeginInit();
            this.grpDSPLMSNR.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.udLMSNRLeak)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udLMSNRgain)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udLMSNRtaps)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udLMSNRdelay)).BeginInit();
            this.grpDSPLMSANF.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.udLMSANFLeak)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udLMSANFgain)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udLMSANFdelay)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udLMSANFtaps)).BeginInit();
            this.grpDSPWindow.SuspendLayout();
            this.grpDSPNB2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.udDSPNB2)).BeginInit();
            this.tpDSPImageReject.SuspendLayout();
            this.grpDSPImageRejectTX.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.udDSPImageGainTX)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udDSPImagePhaseTX)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbDSPImagePhaseTX)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbDSPImageGainTX)).BeginInit();
            this.tpDSPKeyer.SuspendLayout();
            this.grpKeyerConnections.SuspendLayout();
            this.grpDSPCWPitch.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.udDSPCWPitch)).BeginInit();
            this.grpDSPKeyerOptions.SuspendLayout();
            this.grpDSPKeyerSignalShaping.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.udCWKeyerWeight)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udCWKeyerRamp)).BeginInit();
            this.grpDSPKeyerSemiBreakIn.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.udCWBreakInDelay)).BeginInit();
            this.tpDSPAGCALC.SuspendLayout();
            this.grpDSPLeveler.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.udDSPLevelerHangTime)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udDSPLevelerThreshold)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udDSPLevelerSlope)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udDSPLevelerDecay)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udDSPLevelerAttack)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbDSPLevelerHangThreshold)).BeginInit();
            this.grpDSPALC.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tbDSPALCHangThreshold)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udDSPALCHangTime)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udDSPALCThreshold)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udDSPALCSlope)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udDSPALCDecay)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udDSPALCAttack)).BeginInit();
            this.grpDSPAGC.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tbDSPAGCHangThreshold)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udDSPAGCHangTime)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udDSPAGCMaxGaindB)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udDSPAGCSlope)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udDSPAGCDecay)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udDSPAGCAttack)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udDSPAGCFixedGaindB)).BeginInit();
            this.tpTransmit.SuspendLayout();
            this.grpTXProfileDef.SuspendLayout();
            this.grpTXAM.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.udTXAMCarrierLevel)).BeginInit();
            this.grpTXMonitor.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.udTXAF)).BeginInit();
            this.grpTXNoiseGate.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.udTXNoiseGateAttenuate)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udTXNoiseGate)).BeginInit();
            this.grpTXProfile.SuspendLayout();
            this.grpPATune.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.udTXTunePower)).BeginInit();
            this.grpTXFilter.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.udTXFilterLow)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udTXFilterHigh)).BeginInit();
            this.grpTXVOX.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.udTXVOXHangTime)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udTXVOXThreshold)).BeginInit();
            this.grpTX1500.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.udTX1500PhoneBlanking)).BeginInit();
            this.tpPowerAmplifier.SuspendLayout();
            this.grpPABandOffset.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.udPAADC17)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udPAADC15)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udPAADC20)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udPAADC12)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udPAADC10)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udPAADC160)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udPAADC80)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udPAADC60)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udPAADC40)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udPAADC30)).BeginInit();
            this.grpPAGainByBand.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.udPACalPower)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udPAGain10)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udPAGain12)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udPAGain15)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udPAGain17)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udPAGain20)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udPAGain30)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udPAGain40)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udPAGain60)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udPAGain80)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udPAGain160)).BeginInit();
            this.tpAppearance.SuspendLayout();
            this.tcAppearance.SuspendLayout();
            this.tpAppearanceGeneral.SuspendLayout();
            this.grpAppSkins.SuspendLayout();
            this.grpAppearanceBand.SuspendLayout();
            this.grpAppearanceVFO.SuspendLayout();
            this.tpAppearanceDisplay.SuspendLayout();
            this.grpMainDisplay.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.udDisplayLineWidth)).BeginInit();
            this.grpAppPanadapter.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.udBandSegmentBoxLineWidth)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbMultiRXFilterAlpha)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbRX1FilterAlpha)).BeginInit();
            this.grpDisplayPeakCursor.SuspendLayout();
            this.tpAppearanceMeter.SuspendLayout();
            this.grpMeterEdge.SuspendLayout();
            this.grpAppearanceMeter.SuspendLayout();
            this.tpKeyboard.SuspendLayout();
            this.grpKBXIT.SuspendLayout();
            this.grpKBRIT.SuspendLayout();
            this.grpKBMode.SuspendLayout();
            this.grpKBBand.SuspendLayout();
            this.grpKBTune.SuspendLayout();
            this.grpKBFilter.SuspendLayout();
            this.grpKBCW.SuspendLayout();
            this.tpExtCtrl.SuspendLayout();
            this.grpExtTX.SuspendLayout();
            this.grpExtRX.SuspendLayout();
            this.tpCAT.SuspendLayout();
            this.grpPTTBitBang.SuspendLayout();
            this.grpCatControlBox.SuspendLayout();
            this.grpRTTYOffset.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.udRTTYU)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udRTTYL)).BeginInit();
            this.tpTests.SuspendLayout();
            this.grpBoxTS1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.udPulsePeriod)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udPulseDuty)).BeginInit();
            this.grpSigGenTransmit.SuspendLayout();
            this.grpSigGenReceive.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.udTestGenScale)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tkbarTestGenFreq)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udTestGenHzSec)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udTestGenHigh)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udTestGenLow)).BeginInit();
            this.grpTestX2.SuspendLayout();
            this.grpTestAudioBalance.SuspendLayout();
            this.grpTestTXIMD.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.udTestIMDFreq2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udTestIMDPower)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udTestIMDFreq1)).BeginInit();
            this.grpImpulseTest.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.udImpulseNum)).BeginInit();
            this.SuspendLayout();
            // 
            // tcSetup
            // 
            this.tcSetup.Controls.Add(this.tpGeneral);
            this.tcSetup.Controls.Add(this.tpAudio);
            this.tcSetup.Controls.Add(this.tpDisplay);
            this.tcSetup.Controls.Add(this.tpDSP);
            this.tcSetup.Controls.Add(this.tpTransmit);
            this.tcSetup.Controls.Add(this.tpPowerAmplifier);
            this.tcSetup.Controls.Add(this.tpAppearance);
            this.tcSetup.Controls.Add(this.tpKeyboard);
            this.tcSetup.Controls.Add(this.tpExtCtrl);
            this.tcSetup.Controls.Add(this.tpCAT);
            this.tcSetup.Controls.Add(this.tpTests);
            this.tcSetup.Location = new System.Drawing.Point(8, 8);
            this.tcSetup.Name = "tcSetup";
            this.tcSetup.SelectedIndex = 0;
            this.tcSetup.Size = new System.Drawing.Size(592, 312);
            this.tcSetup.TabIndex = 16;
            // 
            // tpGeneral
            // 
            this.tpGeneral.Controls.Add(this.tcGeneral);
            this.tpGeneral.Location = new System.Drawing.Point(4, 22);
            this.tpGeneral.Name = "tpGeneral";
            this.tpGeneral.Size = new System.Drawing.Size(584, 286);
            this.tpGeneral.TabIndex = 3;
            this.tpGeneral.Text = "General";
            // 
            // tcGeneral
            // 
            this.tcGeneral.Controls.Add(this.tpGeneralHardware);
            this.tcGeneral.Controls.Add(this.tpGeneralOptions);
            this.tcGeneral.Controls.Add(this.tpGeneralCalibration);
            this.tcGeneral.Controls.Add(this.tpFilters);
            this.tcGeneral.Controls.Add(this.tpRX2);
            this.tcGeneral.Controls.Add(this.tpGeneralNavigation);
            this.tcGeneral.Location = new System.Drawing.Point(0, 0);
            this.tcGeneral.Name = "tcGeneral";
            this.tcGeneral.SelectedIndex = 0;
            this.tcGeneral.Size = new System.Drawing.Size(600, 344);
            this.tcGeneral.TabIndex = 26;
            // 
            // tpGeneralHardware
            // 
            this.tpGeneralHardware.BackColor = System.Drawing.SystemColors.Control;
            this.tpGeneralHardware.Controls.Add(this.grpHWSoftRock);
            this.tpGeneralHardware.Controls.Add(this.grpGeneralDDS);
            this.tpGeneralHardware.Controls.Add(this.grpGeneralModel);
            this.tpGeneralHardware.Controls.Add(this.btnWizard);
            this.tpGeneralHardware.Controls.Add(this.chkGeneralRXOnly);
            this.tpGeneralHardware.Controls.Add(this.grpGeneralHardwareFLEX5000);
            this.tpGeneralHardware.Controls.Add(this.grpGeneralHardwareSDR1000);
            this.tpGeneralHardware.Controls.Add(this.grpGeneralHardwareFLEX1500);
            this.tpGeneralHardware.Location = new System.Drawing.Point(4, 22);
            this.tpGeneralHardware.Name = "tpGeneralHardware";
            this.tpGeneralHardware.Size = new System.Drawing.Size(592, 318);
            this.tpGeneralHardware.TabIndex = 0;
            this.tpGeneralHardware.Text = "Hardware Config";
            // 
            // grpHWSoftRock
            // 
            this.grpHWSoftRock.Controls.Add(this.lblGenSoftRockCenterFreq);
            this.grpHWSoftRock.Controls.Add(this.udSoftRockCenterFreq);
            this.grpHWSoftRock.Location = new System.Drawing.Point(8, 144);
            this.grpHWSoftRock.Name = "grpHWSoftRock";
            this.grpHWSoftRock.Size = new System.Drawing.Size(144, 72);
            this.grpHWSoftRock.TabIndex = 26;
            this.grpHWSoftRock.TabStop = false;
            this.grpHWSoftRock.Text = "SoftRock Options";
            this.grpHWSoftRock.Visible = false;
            // 
            // lblGenSoftRockCenterFreq
            // 
            this.lblGenSoftRockCenterFreq.Image = null;
            this.lblGenSoftRockCenterFreq.Location = new System.Drawing.Point(16, 24);
            this.lblGenSoftRockCenterFreq.Name = "lblGenSoftRockCenterFreq";
            this.lblGenSoftRockCenterFreq.Size = new System.Drawing.Size(104, 16);
            this.lblGenSoftRockCenterFreq.TabIndex = 1;
            this.lblGenSoftRockCenterFreq.Text = "Center Freq (MHz):";
            // 
            // udSoftRockCenterFreq
            // 
            this.udSoftRockCenterFreq.DecimalPlaces = 6;
            this.udSoftRockCenterFreq.Increment = new decimal(new int[] { 1, 0, 0, 196608 });
            this.udSoftRockCenterFreq.Location = new System.Drawing.Point(16, 40);
            this.udSoftRockCenterFreq.Maximum = new decimal(new int[] { 65, 0, 0, 0 });
            this.udSoftRockCenterFreq.Minimum = new decimal(new int[] { 0, 0, 0, 0 });
            this.udSoftRockCenterFreq.Name = "udSoftRockCenterFreq";
            this.udSoftRockCenterFreq.Size = new System.Drawing.Size(80, 20);
            this.udSoftRockCenterFreq.TabIndex = 0;
            this.toolTip1.SetToolTip(this.udSoftRockCenterFreq, "Sets the center frequency for the SoftRock 40.");
            this.udSoftRockCenterFreq.Value = new decimal(new int[] { 7056, 0, 0, 196608 });
            this.udSoftRockCenterFreq.ValueChanged += new System.EventHandler(this.udSoftRockCenterFreq_ValueChanged);
            this.udSoftRockCenterFreq.LostFocus += new System.EventHandler(this.udSoftRockCenterFreq_LostFocus);
            // 
            // grpGeneralDDS
            // 
            this.grpGeneralDDS.Controls.Add(this.chkGenDDSExpert);
            this.grpGeneralDDS.Controls.Add(this.udDDSCorrection);
            this.grpGeneralDDS.Controls.Add(this.lblClockCorrection);
            this.grpGeneralDDS.Controls.Add(this.udDDSIFFreq);
            this.grpGeneralDDS.Controls.Add(this.lblIFFrequency);
            this.grpGeneralDDS.Controls.Add(this.udDDSPLLMult);
            this.grpGeneralDDS.Controls.Add(this.lblPLLMult);
            this.grpGeneralDDS.Location = new System.Drawing.Point(328, 8);
            this.grpGeneralDDS.Name = "grpGeneralDDS";
            this.grpGeneralDDS.Size = new System.Drawing.Size(176, 136);
            this.grpGeneralDDS.TabIndex = 4;
            this.grpGeneralDDS.TabStop = false;
            this.grpGeneralDDS.Text = "DDS";
            // 
            // chkGenDDSExpert
            // 
            this.chkGenDDSExpert.Location = new System.Drawing.Point(56, 104);
            this.chkGenDDSExpert.Name = "chkGenDDSExpert";
            this.chkGenDDSExpert.Size = new System.Drawing.Size(56, 24);
            this.chkGenDDSExpert.TabIndex = 8;
            this.chkGenDDSExpert.Text = "Expert";
            this.chkGenDDSExpert.CheckedChanged += new System.EventHandler(this.chkGenDDSExpert_CheckedChanged);
            // 
            // udDDSCorrection
            // 
            this.udDDSCorrection.Increment = new decimal(new int[] { 10, 0, 0, 0 });
            this.udDDSCorrection.Location = new System.Drawing.Point(104, 24);
            this.udDDSCorrection.Maximum = new decimal(new int[] {
            1000000,
            0,
            0,
            0});
            this.udDDSCorrection.Minimum = new decimal(new int[] {
            1000000,
            0,
            0,
            -2147483648});
            this.udDDSCorrection.Name = "udDDSCorrection";
            this.udDDSCorrection.Size = new System.Drawing.Size(64, 20);
            this.udDDSCorrection.TabIndex = 7;
            this.toolTip1.SetToolTip(this.udDDSCorrection, "Correction for DDS frequency");
            this.udDDSCorrection.Value = new decimal(new int[] { 0, 0, 0, 0 });
            this.udDDSCorrection.Visible = false;
            this.udDDSCorrection.ValueChanged += new System.EventHandler(this.udDDSCorrection_ValueChanged);
            this.udDDSCorrection.LostFocus += new System.EventHandler(this.udDDSCorrection_LostFocus);
            // 
            // lblClockCorrection
            // 
            this.lblClockCorrection.Image = null;
            this.lblClockCorrection.Location = new System.Drawing.Point(16, 24);
            this.lblClockCorrection.Name = "lblClockCorrection";
            this.lblClockCorrection.Size = new System.Drawing.Size(72, 23);
            this.lblClockCorrection.TabIndex = 6;
            this.lblClockCorrection.Text = "Clock Offset:";
            this.lblClockCorrection.Visible = false;
            // 
            // udDDSIFFreq
            // 
            this.udDDSIFFreq.Increment = new decimal(new int[] { 1, 0, 0, 0 });
            this.udDDSIFFreq.Location = new System.Drawing.Point(112, 72);
            this.udDDSIFFreq.Maximum = new decimal(new int[] { 20000, 0, 0, 0 });
            this.udDDSIFFreq.Minimum = new decimal(new int[] { 20000, 0, 0, -2147483648 });
            this.udDDSIFFreq.Name = "udDDSIFFreq";
            this.udDDSIFFreq.Size = new System.Drawing.Size(56, 20);
            this.udDDSIFFreq.TabIndex = 5;
            this.toolTip1.SetToolTip(this.udDDSIFFreq, "Intermediate Frequency");
            this.udDDSIFFreq.Value = new decimal(new int[] { 9000, 0, 0, 0 });
            this.udDDSIFFreq.Visible = false;
            this.udDDSIFFreq.ValueChanged += new System.EventHandler(this.udDDSIFFreq_ValueChanged);
            this.udDDSIFFreq.LostFocus += new System.EventHandler(this.udDDSIFFreq_LostFocus);
            // 
            // lblIFFrequency
            // 
            this.lblIFFrequency.Image = null;
            this.lblIFFrequency.Location = new System.Drawing.Point(16, 72);
            this.lblIFFrequency.Name = "lblIFFrequency";
            this.lblIFFrequency.Size = new System.Drawing.Size(48, 23);
            this.lblIFFrequency.TabIndex = 4;
            this.lblIFFrequency.Text = "IF (Hz):";
            this.lblIFFrequency.Visible = false;
            // 
            // udDDSPLLMult
            // 
            this.udDDSPLLMult.Increment = new decimal(new int[] { 1, 0, 0, 0 });
            this.udDDSPLLMult.Location = new System.Drawing.Point(120, 48);
            this.udDDSPLLMult.Maximum = new decimal(new int[] { 20, 0, 0, 0 });
            this.udDDSPLLMult.Minimum = new decimal(new int[] { 0, 0, 0, 0 });
            this.udDDSPLLMult.Name = "udDDSPLLMult";
            this.udDDSPLLMult.Size = new System.Drawing.Size(48, 20);
            this.udDDSPLLMult.TabIndex = 3;
            this.toolTip1.SetToolTip(this.udDDSPLLMult, "Multiplier for external clock (1 if using internal clock)");
            this.udDDSPLLMult.Value = new decimal(new int[] { 1, 0, 0, 0 });
            this.udDDSPLLMult.Visible = false;
            this.udDDSPLLMult.ValueChanged += new System.EventHandler(this.udDDSPLLMult_ValueChanged);
            this.udDDSPLLMult.LostFocus += new System.EventHandler(this.udDDSPLLMult_LostFocus);
            // 
            // lblPLLMult
            // 
            this.lblPLLMult.Image = null;
            this.lblPLLMult.Location = new System.Drawing.Point(16, 48);
            this.lblPLLMult.Name = "lblPLLMult";
            this.lblPLLMult.Size = new System.Drawing.Size(80, 23);
            this.lblPLLMult.TabIndex = 2;
            this.lblPLLMult.Text = "PLL Multiplier:";
            this.lblPLLMult.Visible = false;
            // 
            // grpGeneralModel
            // 
            this.grpGeneralModel.Controls.Add(this.radGenModelFLEX1500);
            this.grpGeneralModel.Controls.Add(this.radGenModelFLEX5000);
            this.grpGeneralModel.Controls.Add(this.radGenModelDemoNone);
            this.grpGeneralModel.Controls.Add(this.radGenModelSoftRock40);
            this.grpGeneralModel.Controls.Add(this.radGenModelSDR1000);
            this.grpGeneralModel.Location = new System.Drawing.Point(8, 8);
            this.grpGeneralModel.Name = "grpGeneralModel";
            this.grpGeneralModel.Size = new System.Drawing.Size(144, 128);
            this.grpGeneralModel.TabIndex = 25;
            this.grpGeneralModel.TabStop = false;
            this.grpGeneralModel.Text = "Radio Model";
            // 
            // radGenModelFLEX1500
            // 
            this.radGenModelFLEX1500.Image = null;
            this.radGenModelFLEX1500.Location = new System.Drawing.Point(16, 36);
            this.radGenModelFLEX1500.Name = "radGenModelFLEX1500";
            this.radGenModelFLEX1500.Size = new System.Drawing.Size(88, 24);
            this.radGenModelFLEX1500.TabIndex = 4;
            this.radGenModelFLEX1500.Text = "FLEX-1500";
            this.toolTip1.SetToolTip(this.radGenModelFLEX1500, "Select if using the FLEX-1500 Hardware");
            this.radGenModelFLEX1500.CheckedChanged += new System.EventHandler(this.radGenModelFLEX1500_CheckedChanged);
            // 
            // radGenModelFLEX5000
            // 
            this.radGenModelFLEX5000.Checked = true;
            this.radGenModelFLEX5000.Image = null;
            this.radGenModelFLEX5000.Location = new System.Drawing.Point(16, 16);
            this.radGenModelFLEX5000.Name = "radGenModelFLEX5000";
            this.radGenModelFLEX5000.Size = new System.Drawing.Size(88, 24);
            this.radGenModelFLEX5000.TabIndex = 3;
            this.radGenModelFLEX5000.TabStop = true;
            this.radGenModelFLEX5000.Text = "FLEX-5000";
            this.toolTip1.SetToolTip(this.radGenModelFLEX5000, "Select if using the FLEX-5000 Hardware");
            this.radGenModelFLEX5000.CheckedChanged += new System.EventHandler(this.radGenModelFLEX5000_CheckedChanged);
            // 
            // radGenModelDemoNone
            // 
            this.radGenModelDemoNone.Image = null;
            this.radGenModelDemoNone.Location = new System.Drawing.Point(16, 96);
            this.radGenModelDemoNone.Name = "radGenModelDemoNone";
            this.radGenModelDemoNone.Size = new System.Drawing.Size(88, 24);
            this.radGenModelDemoNone.TabIndex = 2;
            this.radGenModelDemoNone.Text = "Demo/None";
            this.toolTip1.SetToolTip(this.radGenModelDemoNone, "Select if using without any SDR hardware.");
            this.radGenModelDemoNone.CheckedChanged += new System.EventHandler(this.radGenModelDemoNone_CheckedChanged);
            // 
            // radGenModelSoftRock40
            // 
            this.radGenModelSoftRock40.Image = null;
            this.radGenModelSoftRock40.Location = new System.Drawing.Point(16, 76);
            this.radGenModelSoftRock40.Name = "radGenModelSoftRock40";
            this.radGenModelSoftRock40.Size = new System.Drawing.Size(88, 24);
            this.radGenModelSoftRock40.TabIndex = 1;
            this.radGenModelSoftRock40.Text = "Soft Rock 40";
            this.toolTip1.SetToolTip(this.radGenModelSoftRock40, "Select if using the SoftRock 40");
            this.radGenModelSoftRock40.Visible = false;
            this.radGenModelSoftRock40.CheckedChanged += new System.EventHandler(this.radGenModelSoftRock40_CheckedChanged);
            // 
            // radGenModelSDR1000
            // 
            this.radGenModelSDR1000.Image = null;
            this.radGenModelSDR1000.Location = new System.Drawing.Point(16, 56);
            this.radGenModelSDR1000.Name = "radGenModelSDR1000";
            this.radGenModelSDR1000.Size = new System.Drawing.Size(88, 24);
            this.radGenModelSDR1000.TabIndex = 0;
            this.radGenModelSDR1000.Text = "SDR-1000";
            this.toolTip1.SetToolTip(this.radGenModelSDR1000, "Select if using the SDR-1000 Hardware");
            this.radGenModelSDR1000.Visible = false;
            this.radGenModelSDR1000.CheckedChanged += new System.EventHandler(this.radGenModelSDR1000_CheckedChanged);
            // 
            // btnWizard
            // 
            this.btnWizard.Image = null;
            this.btnWizard.Location = new System.Drawing.Point(24, 224);
            this.btnWizard.Name = "btnWizard";
            this.btnWizard.Size = new System.Drawing.Size(75, 23);
            this.btnWizard.TabIndex = 22;
            this.btnWizard.Text = "Wizard...";
            this.toolTip1.SetToolTip(this.btnWizard, "Run the Startup Wizard.");
            this.btnWizard.Visible = false;
            this.btnWizard.Click += new System.EventHandler(this.btnWizard_Click);
            // 
            // chkGeneralRXOnly
            // 
            this.chkGeneralRXOnly.Image = null;
            this.chkGeneralRXOnly.Location = new System.Drawing.Point(336, 160);
            this.chkGeneralRXOnly.Name = "chkGeneralRXOnly";
            this.chkGeneralRXOnly.Size = new System.Drawing.Size(96, 16);
            this.chkGeneralRXOnly.TabIndex = 11;
            this.chkGeneralRXOnly.Text = "Receive Only";
            this.toolTip1.SetToolTip(this.chkGeneralRXOnly, "Check to disable transmit functionality.");
            this.chkGeneralRXOnly.CheckedChanged += new System.EventHandler(this.chkGeneralRXOnly_CheckedChanged);
            // 
            // grpGeneralHardwareFLEX5000
            // 
            this.grpGeneralHardwareFLEX5000.Controls.Add(this.lblFlexControlRev);
            this.grpGeneralHardwareFLEX5000.Controls.Add(this.lblVURev);
            this.grpGeneralHardwareFLEX5000.Controls.Add(this.udF3KFanTempThresh);
            this.grpGeneralHardwareFLEX5000.Controls.Add(this.lblF3KFanTempThresh);
            this.grpGeneralHardwareFLEX5000.Controls.Add(this.chkGenFLEX5000ExtRef);
            this.grpGeneralHardwareFLEX5000.Controls.Add(this.lblFirmwareRev);
            this.grpGeneralHardwareFLEX5000.Controls.Add(this.lblRX2Rev);
            this.grpGeneralHardwareFLEX5000.Controls.Add(this.lblATURev);
            this.grpGeneralHardwareFLEX5000.Controls.Add(this.lblRFIORev);
            this.grpGeneralHardwareFLEX5000.Controls.Add(this.lblPARev);
            this.grpGeneralHardwareFLEX5000.Controls.Add(this.lblTRXRev);
            this.grpGeneralHardwareFLEX5000.Controls.Add(this.lblSerialNum);
            this.grpGeneralHardwareFLEX5000.Controls.Add(this.lblModel);
            this.grpGeneralHardwareFLEX5000.Location = new System.Drawing.Point(160, 8);
            this.grpGeneralHardwareFLEX5000.Name = "grpGeneralHardwareFLEX5000";
            this.grpGeneralHardwareFLEX5000.Size = new System.Drawing.Size(160, 248);
            this.grpGeneralHardwareFLEX5000.TabIndex = 11;
            this.grpGeneralHardwareFLEX5000.TabStop = false;
            this.grpGeneralHardwareFLEX5000.Text = "FLEX-5000 Config";
            this.grpGeneralHardwareFLEX5000.Visible = false;
            // 
            // lblFlexControlRev
            // 
            this.lblFlexControlRev.Image = null;
            this.lblFlexControlRev.Location = new System.Drawing.Point(17, 160);
            this.lblFlexControlRev.Name = "lblFlexControlRev";
            this.lblFlexControlRev.Size = new System.Drawing.Size(136, 16);
            this.lblFlexControlRev.TabIndex = 29;
            this.lblFlexControlRev.Text = "FlexControl: v0.2.0.9";
            this.lblFlexControlRev.Visible = false;
            // 
            // lblVURev
            // 
            this.lblVURev.Image = null;
            this.lblVURev.Location = new System.Drawing.Point(17, 144);
            this.lblVURev.Name = "lblVURev";
            this.lblVURev.Size = new System.Drawing.Size(136, 16);
            this.lblVURev.TabIndex = 28;
            this.lblVURev.Text = "VU: 8888-8888 (8.8.8.8)";
            // 
            // udF3KFanTempThresh
            // 
            this.udF3KFanTempThresh.Increment = new decimal(new int[] { 1, 0, 0, 0 });
            this.udF3KFanTempThresh.Location = new System.Drawing.Point(104, 216);
            this.udF3KFanTempThresh.Maximum = new decimal(new int[] { 100, 0, 0, 0 });
            this.udF3KFanTempThresh.Minimum = new decimal(new int[] { 30, 0, 0, 0 });
            this.udF3KFanTempThresh.Name = "udF3KFanTempThresh";
            this.udF3KFanTempThresh.Size = new System.Drawing.Size(40, 20);
            this.udF3KFanTempThresh.TabIndex = 14;
            this.toolTip1.SetToolTip(this.udF3KFanTempThresh, "Temperature in degrees Celsius at which the fan will stay on.");
            this.udF3KFanTempThresh.Value = new decimal(new int[] { 40, 0, 0, 0 });
            this.udF3KFanTempThresh.Visible = false;
            this.udF3KFanTempThresh.ValueChanged += new System.EventHandler(this.udF3KFanTempThresh_ValueChanged);
            // 
            // lblF3KFanTempThresh
            // 
            this.lblF3KFanTempThresh.Image = null;
            this.lblF3KFanTempThresh.Location = new System.Drawing.Point(16, 208);
            this.lblF3KFanTempThresh.Name = "lblF3KFanTempThresh";
            this.lblF3KFanTempThresh.Size = new System.Drawing.Size(88, 32);
            this.lblF3KFanTempThresh.TabIndex = 13;
            this.lblF3KFanTempThresh.Text = "Fan Temp Threshold (°C):";
            this.lblF3KFanTempThresh.Visible = false;
            // 
            // chkGenFLEX5000ExtRef
            // 
            this.chkGenFLEX5000ExtRef.Image = null;
            this.chkGenFLEX5000ExtRef.Location = new System.Drawing.Point(16, 184);
            this.chkGenFLEX5000ExtRef.Name = "chkGenFLEX5000ExtRef";
            this.chkGenFLEX5000ExtRef.Size = new System.Drawing.Size(120, 16);
            this.chkGenFLEX5000ExtRef.TabIndex = 12;
            this.chkGenFLEX5000ExtRef.Text = "Use Ext. Ref Input";
            this.toolTip1.SetToolTip(this.chkGenFLEX5000ExtRef, "Check to use an externally supplied 10MHz clock with the FLEX-5000 or FLEX-1500");
            this.chkGenFLEX5000ExtRef.CheckedChanged += new System.EventHandler(this.chkGenFLEX5000ExtRef_CheckedChanged);
            // 
            // lblFirmwareRev
            // 
            this.lblFirmwareRev.Image = null;
            this.lblFirmwareRev.Location = new System.Drawing.Point(16, 40);
            this.lblFirmwareRev.Name = "lblFirmwareRev";
            this.lblFirmwareRev.Size = new System.Drawing.Size(120, 16);
            this.lblFirmwareRev.TabIndex = 7;
            this.lblFirmwareRev.Text = "Firmware: 0.0.0.0";
            // 
            // lblRX2Rev
            // 
            this.lblRX2Rev.Image = null;
            this.lblRX2Rev.Location = new System.Drawing.Point(16, 128);
            this.lblRX2Rev.Name = "lblRX2Rev";
            this.lblRX2Rev.Size = new System.Drawing.Size(136, 16);
            this.lblRX2Rev.TabIndex = 6;
            this.lblRX2Rev.Text = "RX2: 8888-8888 (8.8.8.8)";
            // 
            // lblATURev
            // 
            this.lblATURev.Image = null;
            this.lblATURev.Location = new System.Drawing.Point(16, 112);
            this.lblATURev.Name = "lblATURev";
            this.lblATURev.Size = new System.Drawing.Size(136, 16);
            this.lblATURev.TabIndex = 5;
            this.lblATURev.Text = "ATU: 8888-8888 (8.8.8.8)";
            // 
            // lblRFIORev
            // 
            this.lblRFIORev.Image = null;
            this.lblRFIORev.Location = new System.Drawing.Point(16, 96);
            this.lblRFIORev.Name = "lblRFIORev";
            this.lblRFIORev.Size = new System.Drawing.Size(140, 16);
            this.lblRFIORev.TabIndex = 4;
            this.lblRFIORev.Text = "RFIO: 8888-8888 (8.8.8.8)";
            // 
            // lblPARev
            // 
            this.lblPARev.Image = null;
            this.lblPARev.Location = new System.Drawing.Point(16, 80);
            this.lblPARev.Name = "lblPARev";
            this.lblPARev.Size = new System.Drawing.Size(136, 16);
            this.lblPARev.TabIndex = 3;
            this.lblPARev.Text = "PA: 8888-8888 (8.8.8.8)";
            // 
            // lblTRXRev
            // 
            this.lblTRXRev.Image = null;
            this.lblTRXRev.Location = new System.Drawing.Point(16, 64);
            this.lblTRXRev.Name = "lblTRXRev";
            this.lblTRXRev.Size = new System.Drawing.Size(136, 16);
            this.lblTRXRev.TabIndex = 2;
            this.lblTRXRev.Text = "TRX: 8888-8888 (28F)";
            // 
            // lblSerialNum
            // 
            this.lblSerialNum.Image = null;
            this.lblSerialNum.Location = new System.Drawing.Point(67, 24);
            this.lblSerialNum.Name = "lblSerialNum";
            this.lblSerialNum.Size = new System.Drawing.Size(86, 16);
            this.lblSerialNum.TabIndex = 1;
            this.lblSerialNum.Text = "S/N: 0000-0000";
            // 
            // lblModel
            // 
            this.lblModel.Image = null;
            this.lblModel.Location = new System.Drawing.Point(16, 24);
            this.lblModel.Name = "lblModel";
            this.lblModel.Size = new System.Drawing.Size(52, 16);
            this.lblModel.TabIndex = 0;
            this.lblModel.Text = "Model: A";
            // 
            // grpGeneralHardwareSDR1000
            // 
            this.grpGeneralHardwareSDR1000.Controls.Add(this.lblFlexControlRev1K);
            this.grpGeneralHardwareSDR1000.Controls.Add(this.chkEnableRFEPATR);
            this.grpGeneralHardwareSDR1000.Controls.Add(this.chkGeneralUSBPresent);
            this.grpGeneralHardwareSDR1000.Controls.Add(this.chkGeneralATUPresent);
            this.grpGeneralHardwareSDR1000.Controls.Add(this.chkGeneralPAPresent);
            this.grpGeneralHardwareSDR1000.Controls.Add(this.chkGeneralXVTRPresent);
            this.grpGeneralHardwareSDR1000.Controls.Add(this.lblGeneralLPTDelay);
            this.grpGeneralHardwareSDR1000.Controls.Add(this.udGeneralLPTDelay);
            this.grpGeneralHardwareSDR1000.Controls.Add(this.lblGeneralLPTAddr);
            this.grpGeneralHardwareSDR1000.Controls.Add(this.comboGeneralLPTAddr);
            this.grpGeneralHardwareSDR1000.Controls.Add(this.comboGeneralXVTR);
            this.grpGeneralHardwareSDR1000.Location = new System.Drawing.Point(160, 8);
            this.grpGeneralHardwareSDR1000.Name = "grpGeneralHardwareSDR1000";
            this.grpGeneralHardwareSDR1000.Size = new System.Drawing.Size(160, 248);
            this.grpGeneralHardwareSDR1000.TabIndex = 1;
            this.grpGeneralHardwareSDR1000.TabStop = false;
            this.grpGeneralHardwareSDR1000.Text = "SDR-1000 Config";
            // 
            // lblFlexControlRev1K
            // 
            this.lblFlexControlRev1K.Image = null;
            this.lblFlexControlRev1K.Location = new System.Drawing.Point(13, 220);
            this.lblFlexControlRev1K.Name = "lblFlexControlRev1K";
            this.lblFlexControlRev1K.Size = new System.Drawing.Size(136, 16);
            this.lblFlexControlRev1K.TabIndex = 30;
            this.lblFlexControlRev1K.Text = "FlexControl: v0.2.0.9";
            this.lblFlexControlRev1K.Visible = false;
            // 
            // chkEnableRFEPATR
            // 
            this.chkEnableRFEPATR.Image = null;
            this.chkEnableRFEPATR.Location = new System.Drawing.Point(16, 192);
            this.chkEnableRFEPATR.Name = "chkEnableRFEPATR";
            this.chkEnableRFEPATR.Size = new System.Drawing.Size(120, 16);
            this.chkEnableRFEPATR.TabIndex = 12;
            this.chkEnableRFEPATR.Text = "Enable RFE PA TR";
            this.toolTip1.SetToolTip(this.chkEnableRFEPATR, "Enabled the RFE PA TR line to toggle with MOX (for use with non-FLEX PA).");
            this.chkEnableRFEPATR.CheckedChanged += new System.EventHandler(this.chkEnableRFEPATR_CheckedChanged);
            // 
            // chkGeneralUSBPresent
            // 
            this.chkGeneralUSBPresent.Image = null;
            this.chkGeneralUSBPresent.Location = new System.Drawing.Point(16, 88);
            this.chkGeneralUSBPresent.Name = "chkGeneralUSBPresent";
            this.chkGeneralUSBPresent.Size = new System.Drawing.Size(96, 16);
            this.chkGeneralUSBPresent.TabIndex = 10;
            this.chkGeneralUSBPresent.Text = "USB Adapter";
            this.toolTip1.SetToolTip(this.chkGeneralUSBPresent, "Check if the USB adapter is being used.");
            this.chkGeneralUSBPresent.CheckedChanged += new System.EventHandler(this.chkGeneralUSBPresent_CheckedChanged);
            // 
            // chkGeneralATUPresent
            // 
            this.chkGeneralATUPresent.Image = null;
            this.chkGeneralATUPresent.Location = new System.Drawing.Point(16, 120);
            this.chkGeneralATUPresent.Name = "chkGeneralATUPresent";
            this.chkGeneralATUPresent.Size = new System.Drawing.Size(88, 16);
            this.chkGeneralATUPresent.TabIndex = 9;
            this.chkGeneralATUPresent.Text = "ATU Present";
            this.toolTip1.SetToolTip(this.chkGeneralATUPresent, "Check if integrated LDG Z-100 is installed.");
            this.chkGeneralATUPresent.Visible = false;
            this.chkGeneralATUPresent.CheckedChanged += new System.EventHandler(this.chkGeneralATUPresent_CheckedChanged);
            // 
            // chkGeneralPAPresent
            // 
            this.chkGeneralPAPresent.Image = null;
            this.chkGeneralPAPresent.Location = new System.Drawing.Point(16, 104);
            this.chkGeneralPAPresent.Name = "chkGeneralPAPresent";
            this.chkGeneralPAPresent.Size = new System.Drawing.Size(88, 16);
            this.chkGeneralPAPresent.TabIndex = 8;
            this.chkGeneralPAPresent.Text = "PA Present";
            this.toolTip1.SetToolTip(this.chkGeneralPAPresent, "Check if FlexRadio Systems 100W PA is installed.");
            this.chkGeneralPAPresent.CheckedChanged += new System.EventHandler(this.chkGeneralPAPresent_CheckedChanged);
            // 
            // chkGeneralXVTRPresent
            // 
            this.chkGeneralXVTRPresent.Image = null;
            this.chkGeneralXVTRPresent.Location = new System.Drawing.Point(16, 136);
            this.chkGeneralXVTRPresent.Name = "chkGeneralXVTRPresent";
            this.chkGeneralXVTRPresent.Size = new System.Drawing.Size(104, 16);
            this.chkGeneralXVTRPresent.TabIndex = 7;
            this.chkGeneralXVTRPresent.Text = "XVTR Present";
            this.toolTip1.SetToolTip(this.chkGeneralXVTRPresent, "Check if DEMI XVTR is installed.");
            this.chkGeneralXVTRPresent.CheckedChanged += new System.EventHandler(this.chkXVTRPresent_CheckedChanged);
            // 
            // lblGeneralLPTDelay
            // 
            this.lblGeneralLPTDelay.Image = null;
            this.lblGeneralLPTDelay.Location = new System.Drawing.Point(16, 56);
            this.lblGeneralLPTDelay.Name = "lblGeneralLPTDelay";
            this.lblGeneralLPTDelay.Size = new System.Drawing.Size(80, 16);
            this.lblGeneralLPTDelay.TabIndex = 6;
            this.lblGeneralLPTDelay.Text = "LPT Delay:";
            // 
            // udGeneralLPTDelay
            // 
            this.udGeneralLPTDelay.Increment = new decimal(new int[] { 1, 0, 0, 0 });
            this.udGeneralLPTDelay.Location = new System.Drawing.Point(96, 56);
            this.udGeneralLPTDelay.Maximum = new decimal(new int[] {
            100,
            0,
            0,
            0});
            this.udGeneralLPTDelay.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udGeneralLPTDelay.Name = "udGeneralLPTDelay";
            this.udGeneralLPTDelay.Size = new System.Drawing.Size(56, 20);
            this.udGeneralLPTDelay.TabIndex = 5;
            this.toolTip1.SetToolTip(this.udGeneralLPTDelay, "Delay to compensate for longer Parallel cables.");
            this.udGeneralLPTDelay.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udGeneralLPTDelay.ValueChanged += new System.EventHandler(this.udGeneralLPTDelay_ValueChanged);
            this.udGeneralLPTDelay.LostFocus += new System.EventHandler(this.udGeneralLPTDelay_LostFocus);
            // 
            // lblGeneralLPTAddr
            // 
            this.lblGeneralLPTAddr.Image = null;
            this.lblGeneralLPTAddr.Location = new System.Drawing.Point(16, 24);
            this.lblGeneralLPTAddr.Name = "lblGeneralLPTAddr";
            this.lblGeneralLPTAddr.Size = new System.Drawing.Size(80, 16);
            this.lblGeneralLPTAddr.TabIndex = 3;
            this.lblGeneralLPTAddr.Text = "LPT Address:";
            // 
            // comboGeneralLPTAddr
            // 
            this.comboGeneralLPTAddr.DropDownWidth = 56;
            this.comboGeneralLPTAddr.Items.AddRange(new object[] {
            "278",
            "378",
            "3BC",
            "B800",
            "BC00"});
            this.comboGeneralLPTAddr.Location = new System.Drawing.Point(96, 24);
            this.comboGeneralLPTAddr.Name = "comboGeneralLPTAddr";
            this.comboGeneralLPTAddr.Size = new System.Drawing.Size(56, 21);
            this.comboGeneralLPTAddr.TabIndex = 0;
            this.comboGeneralLPTAddr.Text = "378";
            this.toolTip1.SetToolTip(this.comboGeneralLPTAddr, "Parallel Port Address");
            this.comboGeneralLPTAddr.LostFocus += new System.EventHandler(this.comboGeneralLPTAddr_LostFocus);
            this.comboGeneralLPTAddr.SelectedIndexChanged += new System.EventHandler(this.comboGeneralLPTAddr_SelectedIndexChanged);
            this.comboGeneralLPTAddr.KeyDown += new System.Windows.Forms.KeyEventHandler(this.comboGeneralLPTAddr_KeyDown);
            // 
            // comboGeneralXVTR
            // 
            this.comboGeneralXVTR.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboGeneralXVTR.DropDownWidth = 136;
            this.comboGeneralXVTR.Items.AddRange(new object[] {
            "Negative TR Logic",
            "Positive TR Logic",
            "No TR Logic"});
            this.comboGeneralXVTR.Location = new System.Drawing.Point(16, 160);
            this.comboGeneralXVTR.Name = "comboGeneralXVTR";
            this.comboGeneralXVTR.Size = new System.Drawing.Size(136, 21);
            this.comboGeneralXVTR.TabIndex = 5;
            this.toolTip1.SetToolTip(this.comboGeneralXVTR, "XVTR TR Logic Selection -- Negative for XVTR FlexRadio Systems provides.  Positiv" +
                    "e for 25W version.  No TR logic for other XVTRs.");
            this.comboGeneralXVTR.Visible = false;
            this.comboGeneralXVTR.SelectedIndexChanged += new System.EventHandler(this.comboGeneralXVTR_SelectedIndexChanged);
            // 
            // grpGeneralHardwareFLEX1500
            // 
            this.grpGeneralHardwareFLEX1500.Controls.Add(this.lblFlexControlRev1500);
            this.grpGeneralHardwareFLEX1500.Controls.Add(this.chkGenFLEX1500Xref);
            this.grpGeneralHardwareFLEX1500.Controls.Add(this.lbl1500FWRev);
            this.grpGeneralHardwareFLEX1500.Controls.Add(this.lbl1500PARev);
            this.grpGeneralHardwareFLEX1500.Controls.Add(this.lbl1500TRXRev);
            this.grpGeneralHardwareFLEX1500.Controls.Add(this.lbl1500SN);
            this.grpGeneralHardwareFLEX1500.Location = new System.Drawing.Point(160, 8);
            this.grpGeneralHardwareFLEX1500.Name = "grpGeneralHardwareFLEX1500";
            this.grpGeneralHardwareFLEX1500.Size = new System.Drawing.Size(160, 248);
            this.grpGeneralHardwareFLEX1500.TabIndex = 27;
            this.grpGeneralHardwareFLEX1500.TabStop = false;
            this.grpGeneralHardwareFLEX1500.Text = "FLEX-1500 Config";
            this.grpGeneralHardwareFLEX1500.Visible = false;
            // 
            // lblFlexControlRev1500
            // 
            this.lblFlexControlRev1500.Image = null;
            this.lblFlexControlRev1500.Location = new System.Drawing.Point(18, 96);
            this.lblFlexControlRev1500.Name = "lblFlexControlRev1500";
            this.lblFlexControlRev1500.Size = new System.Drawing.Size(136, 16);
            this.lblFlexControlRev1500.TabIndex = 31;
            this.lblFlexControlRev1500.Text = "FlexControl: v0.2.0.9";
            this.lblFlexControlRev1500.Visible = false;
            // 
            // chkGenFLEX1500Xref
            // 
            this.chkGenFLEX1500Xref.Image = null;
            this.chkGenFLEX1500Xref.Location = new System.Drawing.Point(16, 184);
            this.chkGenFLEX1500Xref.Name = "chkGenFLEX1500Xref";
            this.chkGenFLEX1500Xref.Size = new System.Drawing.Size(120, 16);
            this.chkGenFLEX1500Xref.TabIndex = 12;
            this.chkGenFLEX1500Xref.Text = "Use Ext. Ref Input";
            this.toolTip1.SetToolTip(this.chkGenFLEX1500Xref, "Check to use an externally supplied 10MHz clock with the FLEX-5000");
            this.chkGenFLEX1500Xref.CheckedChanged += new System.EventHandler(this.chkGenFLEX1500Xref_CheckedChanged);
            // 
            // lbl1500FWRev
            // 
            this.lbl1500FWRev.Image = null;
            this.lbl1500FWRev.Location = new System.Drawing.Point(18, 40);
            this.lbl1500FWRev.Name = "lbl1500FWRev";
            this.lbl1500FWRev.Size = new System.Drawing.Size(120, 16);
            this.lbl1500FWRev.TabIndex = 7;
            this.lbl1500FWRev.Text = "Firmware: 0.0.0.0";
            // 
            // lbl1500PARev
            // 
            this.lbl1500PARev.Image = null;
            this.lbl1500PARev.Location = new System.Drawing.Point(18, 80);
            this.lbl1500PARev.Name = "lbl1500PARev";
            this.lbl1500PARev.Size = new System.Drawing.Size(136, 16);
            this.lbl1500PARev.TabIndex = 3;
            this.lbl1500PARev.Text = "PA: 8888-8888 (8.8.8.8)";
            // 
            // lbl1500TRXRev
            // 
            this.lbl1500TRXRev.Image = null;
            this.lbl1500TRXRev.Location = new System.Drawing.Point(16, 64);
            this.lbl1500TRXRev.Name = "lbl1500TRXRev";
            this.lbl1500TRXRev.Size = new System.Drawing.Size(136, 16);
            this.lbl1500TRXRev.TabIndex = 2;
            this.lbl1500TRXRev.Text = "TRX: 8888-8888 (28F)";
            // 
            // lbl1500SN
            // 
            this.lbl1500SN.Image = null;
            this.lbl1500SN.Location = new System.Drawing.Point(18, 24);
            this.lbl1500SN.Name = "lbl1500SN";
            this.lbl1500SN.Size = new System.Drawing.Size(86, 16);
            this.lbl1500SN.TabIndex = 1;
            this.lbl1500SN.Text = "S/N: 0000-0000";
            // 
            // tpGeneralOptions
            // 
            this.tpGeneralOptions.BackColor = System.Drawing.SystemColors.Control;
            this.tpGeneralOptions.Controls.Add(this.chkGenOptionsShowATUPopup);
            this.tpGeneralOptions.Controls.Add(this.chkImportDBRestrict);
            this.tpGeneralOptions.Controls.Add(this.grpOptUSBBuf);
            this.tpGeneralOptions.Controls.Add(this.grpGenCustomTitleText);
            this.tpGeneralOptions.Controls.Add(this.grpOptMisc);
            this.tpGeneralOptions.Controls.Add(this.grpOptQuickQSY);
            this.tpGeneralOptions.Controls.Add(this.grpGenAutoMute);
            this.tpGeneralOptions.Controls.Add(this.grpGenTuningOptions);
            this.tpGeneralOptions.Controls.Add(this.grpGeneralOptions);
            this.tpGeneralOptions.Controls.Add(this.grpGeneralProcessPriority);
            this.tpGeneralOptions.Location = new System.Drawing.Point(4, 22);
            this.tpGeneralOptions.Name = "tpGeneralOptions";
            this.tpGeneralOptions.Size = new System.Drawing.Size(592, 318);
            this.tpGeneralOptions.TabIndex = 1;
            this.tpGeneralOptions.Text = "Options";
            // 
            // chkGenOptionsShowATUPopup
            // 
            this.chkGenOptionsShowATUPopup.Image = null;
            this.chkGenOptionsShowATUPopup.Location = new System.Drawing.Point(174, 214);
            this.chkGenOptionsShowATUPopup.Name = "chkGenOptionsShowATUPopup";
            this.chkGenOptionsShowATUPopup.Size = new System.Drawing.Size(84, 34);
            this.chkGenOptionsShowATUPopup.TabIndex = 16;
            this.chkGenOptionsShowATUPopup.Text = "Show ATU Popup";
            this.toolTip1.SetToolTip(this.chkGenOptionsShowATUPopup, "Check this box to receive feedback popups when running the FLEX-3000 ATU");
            this.chkGenOptionsShowATUPopup.Visible = false;
            this.chkGenOptionsShowATUPopup.CheckedChanged += new System.EventHandler(this.chkGenOptionsShowATUPopup_CheckedChanged);
            // 
            // chkImportDBRestrict
            // 
            this.chkImportDBRestrict.AllowDrop = true;
            this.chkImportDBRestrict.Checked = true;
            this.chkImportDBRestrict.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chkImportDBRestrict.Image = null;
            this.chkImportDBRestrict.Location = new System.Drawing.Point(24, 243);
            this.chkImportDBRestrict.Name = "chkImportDBRestrict";
            this.chkImportDBRestrict.Size = new System.Drawing.Size(187, 18);
            this.chkImportDBRestrict.TabIndex = 31;
            this.chkImportDBRestrict.Text = "Strict DB Import Compliance";
            this.toolTip1.SetToolTip(this.chkImportDBRestrict, "Uncheck this box to allow DB import using a DB from a earlier or later version of" +
                    " PowerSDR.  May cause import errors");
            // 
            // grpOptUSBBuf
            // 
            this.grpOptUSBBuf.Controls.Add(this.lblOptUSBBufConservative);
            this.grpOptUSBBuf.Controls.Add(this.lblOptUSBBufAggressive);
            this.grpOptUSBBuf.Controls.Add(this.tbOptUSBBuf);
            this.grpOptUSBBuf.Location = new System.Drawing.Point(416, 8);
            this.grpOptUSBBuf.Name = "grpOptUSBBuf";
            this.grpOptUSBBuf.Size = new System.Drawing.Size(161, 98);
            this.grpOptUSBBuf.TabIndex = 30;
            this.grpOptUSBBuf.TabStop = false;
            this.grpOptUSBBuf.Text = "USB Driver Buffer";
            this.grpOptUSBBuf.Visible = false;
            // 
            // lblOptUSBBufConservative
            // 
            this.lblOptUSBBufConservative.AutoSize = true;
            this.lblOptUSBBufConservative.Image = null;
            this.lblOptUSBBufConservative.Location = new System.Drawing.Point(6, 59);
            this.lblOptUSBBufConservative.Name = "lblOptUSBBufConservative";
            this.lblOptUSBBufConservative.Size = new System.Drawing.Size(69, 13);
            this.lblOptUSBBufConservative.TabIndex = 2;
            this.lblOptUSBBufConservative.Text = "Conservative";
            // 
            // lblOptUSBBufAggressive
            // 
            this.lblOptUSBBufAggressive.AutoSize = true;
            this.lblOptUSBBufAggressive.Image = null;
            this.lblOptUSBBufAggressive.Location = new System.Drawing.Point(96, 59);
            this.lblOptUSBBufAggressive.Name = "lblOptUSBBufAggressive";
            this.lblOptUSBBufAggressive.Size = new System.Drawing.Size(59, 13);
            this.lblOptUSBBufAggressive.TabIndex = 1;
            this.lblOptUSBBufAggressive.Text = "Aggressive";
            // 
            // tbOptUSBBuf
            // 
            this.tbOptUSBBuf.LargeChange = 1;
            this.tbOptUSBBuf.Location = new System.Drawing.Point(22, 20);
            this.tbOptUSBBuf.Maximum = 4;
            this.tbOptUSBBuf.Name = "tbOptUSBBuf";
            this.tbOptUSBBuf.Size = new System.Drawing.Size(112, 42);
            this.tbOptUSBBuf.TabIndex = 0;
            this.tbOptUSBBuf.Value = 1;
            this.tbOptUSBBuf.Scroll += new System.EventHandler(this.tbOptUSBBuf_Scroll);
            // 
            // grpGenCustomTitleText
            // 
            this.grpGenCustomTitleText.Controls.Add(this.txtGenCustomTitle);
            this.grpGenCustomTitleText.Location = new System.Drawing.Point(416, 192);
            this.grpGenCustomTitleText.Name = "grpGenCustomTitleText";
            this.grpGenCustomTitleText.Size = new System.Drawing.Size(144, 56);
            this.grpGenCustomTitleText.TabIndex = 29;
            this.grpGenCustomTitleText.TabStop = false;
            this.grpGenCustomTitleText.Text = "Custom Title Text";
            // 
            // txtGenCustomTitle
            // 
            this.txtGenCustomTitle.Location = new System.Drawing.Point(16, 24);
            this.txtGenCustomTitle.MaxLength = 50;
            this.txtGenCustomTitle.Name = "txtGenCustomTitle";
            this.txtGenCustomTitle.Size = new System.Drawing.Size(112, 20);
            this.txtGenCustomTitle.TabIndex = 0;
            this.txtGenCustomTitle.TextChanged += new System.EventHandler(this.txtGenCustomTitle_TextChanged);
            // 
            // grpOptMisc
            // 
            this.grpOptMisc.Controls.Add(this.chkWheelTuneVFOB);
            this.grpOptMisc.Controls.Add(this.chkMouseTuneStep);
            this.grpOptMisc.Controls.Add(this.chkZeroBeatRIT);
            this.grpOptMisc.Controls.Add(this.chkSnapClickTune);
            this.grpOptMisc.Controls.Add(this.chkDisableToolTips);
            this.grpOptMisc.Controls.Add(this.chkOptAlwaysOnTop);
            this.grpOptMisc.Location = new System.Drawing.Point(264, 72);
            this.grpOptMisc.Name = "grpOptMisc";
            this.grpOptMisc.Size = new System.Drawing.Size(144, 176);
            this.grpOptMisc.TabIndex = 28;
            this.grpOptMisc.TabStop = false;
            this.grpOptMisc.Text = "Miscellaneous";
            // 
            // chkWheelTuneVFOB
            // 
            this.chkWheelTuneVFOB.Image = null;
            this.chkWheelTuneVFOB.Location = new System.Drawing.Point(16, 140);
            this.chkWheelTuneVFOB.Name = "chkWheelTuneVFOB";
            this.chkWheelTuneVFOB.Size = new System.Drawing.Size(122, 32);
            this.chkWheelTuneVFOB.TabIndex = 5;
            this.chkWheelTuneVFOB.Text = "Wheel Tunes VFOB (red x-hairs)";
            this.toolTip1.SetToolTip(this.chkWheelTuneVFOB, "When checked, the mouse wheel will tune VFO B when the red crosshairs are active." +
                    "");
            this.chkWheelTuneVFOB.CheckedChanged += new System.EventHandler(this.chkWheelTuneVFOB_CheckedChanged);
            // 
            // chkMouseTuneStep
            // 
            this.chkMouseTuneStep.Image = null;
            this.chkMouseTuneStep.Location = new System.Drawing.Point(16, 120);
            this.chkMouseTuneStep.Name = "chkMouseTuneStep";
            this.chkMouseTuneStep.Size = new System.Drawing.Size(112, 16);
            this.chkMouseTuneStep.TabIndex = 4;
            this.chkMouseTuneStep.Text = "Mouse Tune Step";
            this.toolTip1.SetToolTip(this.chkMouseTuneStep, "When checked, the middle mouse button/wheel will cycle through the Tuning Steps.");
            this.chkMouseTuneStep.CheckedChanged += new System.EventHandler(this.chkMouseTuneStep_CheckedChanged);
            // 
            // chkZeroBeatRIT
            // 
            this.chkZeroBeatRIT.Image = null;
            this.chkZeroBeatRIT.Location = new System.Drawing.Point(16, 96);
            this.chkZeroBeatRIT.Name = "chkZeroBeatRIT";
            this.chkZeroBeatRIT.Size = new System.Drawing.Size(112, 16);
            this.chkZeroBeatRIT.TabIndex = 3;
            this.chkZeroBeatRIT.Text = "Zero Beat -  RIT";
            this.toolTip1.SetToolTip(this.chkZeroBeatRIT, "When checked, the zero beat function uses RIT instead of adjusting the VFO direct" +
                    "ly.  This leaves the transmit frequency alone.");
            this.chkZeroBeatRIT.CheckedChanged += new System.EventHandler(this.chkZeroBeatRIT_CheckedChanged);
            // 
            // chkSnapClickTune
            // 
            this.chkSnapClickTune.Checked = true;
            this.chkSnapClickTune.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chkSnapClickTune.Image = null;
            this.chkSnapClickTune.Location = new System.Drawing.Point(16, 72);
            this.chkSnapClickTune.Name = "chkSnapClickTune";
            this.chkSnapClickTune.Size = new System.Drawing.Size(112, 16);
            this.chkSnapClickTune.TabIndex = 2;
            this.chkSnapClickTune.Text = "Snap Click Tune";
            this.toolTip1.SetToolTip(this.chkSnapClickTune, "Forces the VFO to the closest tuning step when click tuning.");
            this.chkSnapClickTune.CheckedChanged += new System.EventHandler(this.chkSnapClickTune_CheckedChanged);
            // 
            // chkDisableToolTips
            // 
            this.chkDisableToolTips.Image = null;
            this.chkDisableToolTips.Location = new System.Drawing.Point(16, 48);
            this.chkDisableToolTips.Name = "chkDisableToolTips";
            this.chkDisableToolTips.Size = new System.Drawing.Size(112, 16);
            this.chkDisableToolTips.TabIndex = 1;
            this.chkDisableToolTips.Text = "Disable ToolTips";
            this.toolTip1.SetToolTip(this.chkDisableToolTips, "Check this box to hide all of the tooltips (including this one).");
            this.chkDisableToolTips.CheckedChanged += new System.EventHandler(this.chkDisableToolTips_CheckedChanged);
            // 
            // chkOptAlwaysOnTop
            // 
            this.chkOptAlwaysOnTop.Image = null;
            this.chkOptAlwaysOnTop.Location = new System.Drawing.Point(16, 24);
            this.chkOptAlwaysOnTop.Name = "chkOptAlwaysOnTop";
            this.chkOptAlwaysOnTop.Size = new System.Drawing.Size(104, 16);
            this.chkOptAlwaysOnTop.TabIndex = 0;
            this.chkOptAlwaysOnTop.Text = "Always On Top";
            this.toolTip1.SetToolTip(this.chkOptAlwaysOnTop, "Check this box to set the main console to always be on top (visible).");
            this.chkOptAlwaysOnTop.CheckedChanged += new System.EventHandler(this.chkOptAlwaysOnTop_CheckedChanged);
            // 
            // grpOptQuickQSY
            // 
            this.grpOptQuickQSY.Controls.Add(this.chkOptEnableKBShortcuts);
            this.grpOptQuickQSY.Controls.Add(this.chkOptQuickQSY);
            this.grpOptQuickQSY.Location = new System.Drawing.Point(416, 112);
            this.grpOptQuickQSY.Name = "grpOptQuickQSY";
            this.grpOptQuickQSY.Size = new System.Drawing.Size(128, 72);
            this.grpOptQuickQSY.TabIndex = 27;
            this.grpOptQuickQSY.TabStop = false;
            this.grpOptQuickQSY.Text = "Keyboard";
            // 
            // chkOptEnableKBShortcuts
            // 
            this.chkOptEnableKBShortcuts.Checked = true;
            this.chkOptEnableKBShortcuts.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chkOptEnableKBShortcuts.Image = null;
            this.chkOptEnableKBShortcuts.Location = new System.Drawing.Point(16, 24);
            this.chkOptEnableKBShortcuts.Name = "chkOptEnableKBShortcuts";
            this.chkOptEnableKBShortcuts.Size = new System.Drawing.Size(109, 16);
            this.chkOptEnableKBShortcuts.TabIndex = 1;
            this.chkOptEnableKBShortcuts.Text = "Enable Shortcuts";
            this.toolTip1.SetToolTip(this.chkOptEnableKBShortcuts, "Enable keyboard shortcuts.  If this box is not checked, none of the keyboard shor" +
                    "tcuts other than those that are built into windows will function.");
            this.chkOptEnableKBShortcuts.CheckedChanged += new System.EventHandler(this.chkOptEnableKBShortcuts_CheckedChanged);
            // 
            // chkOptQuickQSY
            // 
            this.chkOptQuickQSY.Checked = true;
            this.chkOptQuickQSY.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chkOptQuickQSY.Image = null;
            this.chkOptQuickQSY.Location = new System.Drawing.Point(16, 48);
            this.chkOptQuickQSY.Name = "chkOptQuickQSY";
            this.chkOptQuickQSY.Size = new System.Drawing.Size(80, 16);
            this.chkOptQuickQSY.TabIndex = 0;
            this.chkOptQuickQSY.Text = "Quick QSY";
            this.toolTip1.SetToolTip(this.chkOptQuickQSY, "Enabled the Quick QSY feature -- directly enter the frequency in MHz while the ma" +
                    "in form has the focus and hit enter.");
            this.chkOptQuickQSY.CheckedChanged += new System.EventHandler(this.chkOptQuickQSY_CheckedChanged);
            // 
            // grpGenAutoMute
            // 
            this.grpGenAutoMute.Controls.Add(this.chkGenAutoMute);
            this.grpGenAutoMute.Location = new System.Drawing.Point(158, 160);
            this.grpGenAutoMute.Name = "grpGenAutoMute";
            this.grpGenAutoMute.Size = new System.Drawing.Size(96, 48);
            this.grpGenAutoMute.TabIndex = 26;
            this.grpGenAutoMute.TabStop = false;
            this.grpGenAutoMute.Text = "Auto Mute";
            // 
            // chkGenAutoMute
            // 
            this.chkGenAutoMute.Image = null;
            this.chkGenAutoMute.Location = new System.Drawing.Point(16, 24);
            this.chkGenAutoMute.Name = "chkGenAutoMute";
            this.chkGenAutoMute.Size = new System.Drawing.Size(72, 16);
            this.chkGenAutoMute.TabIndex = 0;
            this.chkGenAutoMute.Text = "Enabled";
            this.toolTip1.SetToolTip(this.chkGenAutoMute, "Check this box to enable the software to poll Pin X2-12 to look for a signal to m" +
                    "ute the radio.");
            this.chkGenAutoMute.CheckedChanged += new System.EventHandler(this.chkGenAutoMute_CheckedChanged);
            // 
            // grpGenTuningOptions
            // 
            this.grpGenTuningOptions.Controls.Add(this.udOptClickTuneOffsetDIGU);
            this.grpGenTuningOptions.Controls.Add(this.lblOptClickTuneDIGL);
            this.grpGenTuningOptions.Controls.Add(this.udOptClickTuneOffsetDIGL);
            this.grpGenTuningOptions.Controls.Add(this.lblOptClickTuneDIGU);
            this.grpGenTuningOptions.Location = new System.Drawing.Point(8, 160);
            this.grpGenTuningOptions.Name = "grpGenTuningOptions";
            this.grpGenTuningOptions.Size = new System.Drawing.Size(144, 80);
            this.grpGenTuningOptions.TabIndex = 25;
            this.grpGenTuningOptions.TabStop = false;
            this.grpGenTuningOptions.Text = "Click Tune / Filter Offsets";
            // 
            // udOptClickTuneOffsetDIGU
            // 
            this.udOptClickTuneOffsetDIGU.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udOptClickTuneOffsetDIGU.Location = new System.Drawing.Point(72, 24);
            this.udOptClickTuneOffsetDIGU.Maximum = new decimal(new int[] {
            9999,
            0,
            0,
            0});
            this.udOptClickTuneOffsetDIGU.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udOptClickTuneOffsetDIGU.Name = "udOptClickTuneOffsetDIGU";
            this.udOptClickTuneOffsetDIGU.Size = new System.Drawing.Size(56, 20);
            this.udOptClickTuneOffsetDIGU.TabIndex = 0;
            this.toolTip1.SetToolTip(this.udOptClickTuneOffsetDIGU, "Determines the frequency offset for click tuning and \r\nthe RX filter\'s center fre" +
                    "quency");
            this.udOptClickTuneOffsetDIGU.Value = new decimal(new int[] {
            1500,
            0,
            0,
            0});
            this.udOptClickTuneOffsetDIGU.ValueChanged += new System.EventHandler(this.udOptClickTuneOffsetDIGU_ValueChanged);
            this.udOptClickTuneOffsetDIGU.LostFocus += new System.EventHandler(this.udOptClickTuneOffsetDIGU_LostFocus);
            // 
            // lblOptClickTuneDIGL
            // 
            this.lblOptClickTuneDIGL.Image = null;
            this.lblOptClickTuneDIGL.Location = new System.Drawing.Point(6, 48);
            this.lblOptClickTuneDIGL.Name = "lblOptClickTuneDIGL";
            this.lblOptClickTuneDIGL.Size = new System.Drawing.Size(64, 23);
            this.lblOptClickTuneDIGL.TabIndex = 12;
            this.lblOptClickTuneDIGL.Text = "DIGL (Hz):";
            this.toolTip1.SetToolTip(this.lblOptClickTuneDIGL, "Determines the frequency offset for click tuning and \r\nthe RX filter\'s center fre" +
                    "quency");
            // 
            // udOptClickTuneOffsetDIGL
            // 
            this.udOptClickTuneOffsetDIGL.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udOptClickTuneOffsetDIGL.Location = new System.Drawing.Point(72, 48);
            this.udOptClickTuneOffsetDIGL.Maximum = new decimal(new int[] {
            9999,
            0,
            0,
            0});
            this.udOptClickTuneOffsetDIGL.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udOptClickTuneOffsetDIGL.Name = "udOptClickTuneOffsetDIGL";
            this.udOptClickTuneOffsetDIGL.Size = new System.Drawing.Size(56, 20);
            this.udOptClickTuneOffsetDIGL.TabIndex = 11;
            this.toolTip1.SetToolTip(this.udOptClickTuneOffsetDIGL, "Determines the frequency offset for click tuning and \r\nthe RX filter\'s center fre" +
                    "quency");
            this.udOptClickTuneOffsetDIGL.Value = new decimal(new int[] {
            2210,
            0,
            0,
            0});
            this.udOptClickTuneOffsetDIGL.ValueChanged += new System.EventHandler(this.udOptClickTuneOffsetDIGL_ValueChanged);
            this.udOptClickTuneOffsetDIGL.LostFocus += new System.EventHandler(this.udOptClickTuneOffsetDIGL_LostFocus);
            // 
            // lblOptClickTuneDIGU
            // 
            this.lblOptClickTuneDIGU.Image = null;
            this.lblOptClickTuneDIGU.Location = new System.Drawing.Point(6, 24);
            this.lblOptClickTuneDIGU.Name = "lblOptClickTuneDIGU";
            this.lblOptClickTuneDIGU.Size = new System.Drawing.Size(64, 23);
            this.lblOptClickTuneDIGU.TabIndex = 10;
            this.lblOptClickTuneDIGU.Text = "DIGU (Hz):";
            this.toolTip1.SetToolTip(this.lblOptClickTuneDIGU, "Determines the frequency offset for click tuning and \r\nthe RX filter\'s center fre" +
                    "quency");
            // 
            // grpGeneralOptions
            // 
            this.grpGeneralOptions.Controls.Add(this.udGenTX1Delay);
            this.grpGeneralOptions.Controls.Add(this.chkSplitOffOnModeChange);
            this.grpGeneralOptions.Controls.Add(this.lblGenTX1Delay);
            this.grpGeneralOptions.Controls.Add(this.chkGenTX1Delay);
            this.grpGeneralOptions.Controls.Add(this.chkSplitOff);
            this.grpGeneralOptions.Controls.Add(this.chkGenAllModeMicPTT);
            this.grpGeneralOptions.Controls.Add(this.chkGeneralCustomFilter);
            this.grpGeneralOptions.Controls.Add(this.lblGeneralX2Delay);
            this.grpGeneralOptions.Controls.Add(this.udGeneralX2Delay);
            this.grpGeneralOptions.Controls.Add(this.chkGeneralEnableX2);
            this.grpGeneralOptions.Controls.Add(this.chkGeneralSoftwareGainCorr);
            this.grpGeneralOptions.Controls.Add(this.chkGeneralDisablePTT);
            this.grpGeneralOptions.Controls.Add(this.chkGeneralSpurRed);
            this.grpGeneralOptions.Location = new System.Drawing.Point(8, 8);
            this.grpGeneralOptions.Name = "grpGeneralOptions";
            this.grpGeneralOptions.Size = new System.Drawing.Size(248, 144);
            this.grpGeneralOptions.TabIndex = 6;
            this.grpGeneralOptions.TabStop = false;
            this.grpGeneralOptions.Text = "Options";
            // 
            // udGenTX1Delay
            // 
            this.udGenTX1Delay.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udGenTX1Delay.Location = new System.Drawing.Point(184, 56);
            this.udGenTX1Delay.Maximum = new decimal(new int[] {
            1000,
            0,
            0,
            0});
            this.udGenTX1Delay.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udGenTX1Delay.Name = "udGenTX1Delay";
            this.udGenTX1Delay.Size = new System.Drawing.Size(48, 20);
            this.udGenTX1Delay.TabIndex = 15;
            this.toolTip1.SetToolTip(this.udGenTX1Delay, resources.GetString("udGenTX1Delay.ToolTip"));
            this.udGenTX1Delay.Value = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udGenTX1Delay.Visible = false;
            this.udGenTX1Delay.ValueChanged += new System.EventHandler(this.udGenTX1Delay_ValueChanged);
            // 
            // chkSplitOffOnModeChange
            // 
            this.chkSplitOffOnModeChange.Image = null;
            this.chkSplitOffOnModeChange.Location = new System.Drawing.Point(126, 80);
            this.chkSplitOffOnModeChange.Name = "chkSplitOffOnModeChange";
            this.chkSplitOffOnModeChange.Size = new System.Drawing.Size(104, 28);
            this.chkSplitOffOnModeChange.TabIndex = 32;
            this.chkSplitOffOnModeChange.Text = "Disable Split on Mode Change";
            this.toolTip1.SetToolTip(this.chkSplitOffOnModeChange, "Split will be disabled when mode is changed");
            this.chkSplitOffOnModeChange.CheckedChanged += new System.EventHandler(this.chkSplitOffOnModeChange_CheckedChanged);
            // 
            // lblGenTX1Delay
            // 
            this.lblGenTX1Delay.Image = null;
            this.lblGenTX1Delay.Location = new System.Drawing.Point(128, 48);
            this.lblGenTX1Delay.Name = "lblGenTX1Delay";
            this.lblGenTX1Delay.Size = new System.Drawing.Size(56, 26);
            this.lblGenTX1Delay.TabIndex = 14;
            this.lblGenTX1Delay.Text = "TX Out Delay:";
            this.lblGenTX1Delay.Visible = false;
            // 
            // chkGenTX1Delay
            // 
            this.chkGenTX1Delay.Checked = true;
            this.chkGenTX1Delay.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chkGenTX1Delay.Image = null;
            this.chkGenTX1Delay.Location = new System.Drawing.Point(126, 20);
            this.chkGenTX1Delay.Name = "chkGenTX1Delay";
            this.chkGenTX1Delay.Size = new System.Drawing.Size(96, 32);
            this.chkGenTX1Delay.TabIndex = 13;
            this.chkGenTX1Delay.Text = "Enable TX Out Delay";
            this.toolTip1.SetToolTip(this.chkGenTX1Delay, "Check this box to delay after switching TX Out (before switch TR) with the value " +
                    "set below.");
            this.chkGenTX1Delay.Visible = false;
            this.chkGenTX1Delay.CheckedChanged += new System.EventHandler(this.chkGenTX1Delay_CheckedChanged);
            // 
            // chkSplitOff
            // 
            this.chkSplitOff.Checked = true;
            this.chkSplitOff.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chkSplitOff.Image = null;
            this.chkSplitOff.Location = new System.Drawing.Point(126, 109);
            this.chkSplitOff.Name = "chkSplitOff";
            this.chkSplitOff.Size = new System.Drawing.Size(104, 28);
            this.chkSplitOff.TabIndex = 12;
            this.chkSplitOff.Text = "Disable Split on Band Change";
            this.toolTip1.SetToolTip(this.chkSplitOff, "Split will be disabled when band is changed");
            this.chkSplitOff.CheckedChanged += new System.EventHandler(this.chkSplitOff_CheckedChanged);
            // 
            // chkGenAllModeMicPTT
            // 
            this.chkGenAllModeMicPTT.Checked = true;
            this.chkGenAllModeMicPTT.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chkGenAllModeMicPTT.Image = null;
            this.chkGenAllModeMicPTT.Location = new System.Drawing.Point(16, 104);
            this.chkGenAllModeMicPTT.Name = "chkGenAllModeMicPTT";
            this.chkGenAllModeMicPTT.Size = new System.Drawing.Size(104, 32);
            this.chkGenAllModeMicPTT.TabIndex = 11;
            this.chkGenAllModeMicPTT.Text = "All Mode Mic PTT";
            this.toolTip1.SetToolTip(this.chkGenAllModeMicPTT, "If checked, the Mic PTT is no longer limited to just voice modes.");
            this.chkGenAllModeMicPTT.CheckedChanged += new System.EventHandler(this.chkGenAllModeMicPTT_CheckedChanged);
            // 
            // chkGeneralCustomFilter
            // 
            this.chkGeneralCustomFilter.Image = null;
            this.chkGeneralCustomFilter.Location = new System.Drawing.Point(128, 80);
            this.chkGeneralCustomFilter.Name = "chkGeneralCustomFilter";
            this.chkGeneralCustomFilter.Size = new System.Drawing.Size(104, 26);
            this.chkGeneralCustomFilter.TabIndex = 10;
            this.chkGeneralCustomFilter.Text = "Enable 300kHz Filter";
            this.toolTip1.SetToolTip(this.chkGeneralCustomFilter, "If the custom filter bank on the RFE is configured for 300kHz LPF, use this setti" +
                    "ng.");
            this.chkGeneralCustomFilter.CheckedChanged += new System.EventHandler(this.chkGeneralCustomFilter_CheckedChanged);
            // 
            // lblGeneralX2Delay
            // 
            this.lblGeneralX2Delay.Image = null;
            this.lblGeneralX2Delay.Location = new System.Drawing.Point(128, 56);
            this.lblGeneralX2Delay.Name = "lblGeneralX2Delay";
            this.lblGeneralX2Delay.Size = new System.Drawing.Size(56, 23);
            this.lblGeneralX2Delay.TabIndex = 9;
            this.lblGeneralX2Delay.Text = "X2 Delay:";
            // 
            // udGeneralX2Delay
            // 
            this.udGeneralX2Delay.Enabled = false;
            this.udGeneralX2Delay.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udGeneralX2Delay.Location = new System.Drawing.Point(184, 56);
            this.udGeneralX2Delay.Maximum = new decimal(new int[] {
            1000,
            0,
            0,
            0});
            this.udGeneralX2Delay.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udGeneralX2Delay.Name = "udGeneralX2Delay";
            this.udGeneralX2Delay.Size = new System.Drawing.Size(48, 20);
            this.udGeneralX2Delay.TabIndex = 8;
            this.toolTip1.SetToolTip(this.udGeneralX2Delay, "Sets the Delay on TR switching when the sequencing above is enabled.");
            this.udGeneralX2Delay.Value = new decimal(new int[] {
            100,
            0,
            0,
            0});
            this.udGeneralX2Delay.ValueChanged += new System.EventHandler(this.udGeneralX2Delay_ValueChanged);
            this.udGeneralX2Delay.LostFocus += new System.EventHandler(this.udGeneralX2Delay_LostFocus);
            // 
            // chkGeneralEnableX2
            // 
            this.chkGeneralEnableX2.Image = null;
            this.chkGeneralEnableX2.Location = new System.Drawing.Point(128, 20);
            this.chkGeneralEnableX2.Name = "chkGeneralEnableX2";
            this.chkGeneralEnableX2.Size = new System.Drawing.Size(96, 32);
            this.chkGeneralEnableX2.TabIndex = 7;
            this.chkGeneralEnableX2.Text = "Enable X2 TR Sequencing";
            this.toolTip1.SetToolTip(this.chkGeneralEnableX2, "Check this box to enable X2-7 TR sequencing using the delay set below.");
            this.chkGeneralEnableX2.CheckedChanged += new System.EventHandler(this.chkGeneralEnableX2_CheckedChanged);
            // 
            // chkGeneralSoftwareGainCorr
            // 
            this.chkGeneralSoftwareGainCorr.Image = null;
            this.chkGeneralSoftwareGainCorr.Location = new System.Drawing.Point(16, 72);
            this.chkGeneralSoftwareGainCorr.Name = "chkGeneralSoftwareGainCorr";
            this.chkGeneralSoftwareGainCorr.Size = new System.Drawing.Size(112, 32);
            this.chkGeneralSoftwareGainCorr.TabIndex = 6;
            this.chkGeneralSoftwareGainCorr.Text = "Disable Software Gain Correction";
            this.toolTip1.SetToolTip(this.chkGeneralSoftwareGainCorr, "Don\'t compensate in software for hardware gain or attenuation.");
            this.chkGeneralSoftwareGainCorr.CheckedChanged += new System.EventHandler(this.chkGeneralSoftwareGainCorr_CheckedChanged);
            // 
            // chkGeneralDisablePTT
            // 
            this.chkGeneralDisablePTT.Image = null;
            this.chkGeneralDisablePTT.Location = new System.Drawing.Point(16, 48);
            this.chkGeneralDisablePTT.Name = "chkGeneralDisablePTT";
            this.chkGeneralDisablePTT.Size = new System.Drawing.Size(104, 24);
            this.chkGeneralDisablePTT.TabIndex = 4;
            this.chkGeneralDisablePTT.Text = "Disable PTT";
            this.toolTip1.SetToolTip(this.chkGeneralDisablePTT, "Disable Push To Talk detection.");
            this.chkGeneralDisablePTT.CheckedChanged += new System.EventHandler(this.chkGeneralDisablePTT_CheckedChanged);
            // 
            // chkGeneralSpurRed
            // 
            this.chkGeneralSpurRed.Checked = true;
            this.chkGeneralSpurRed.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chkGeneralSpurRed.Image = null;
            this.chkGeneralSpurRed.Location = new System.Drawing.Point(16, 24);
            this.chkGeneralSpurRed.Name = "chkGeneralSpurRed";
            this.chkGeneralSpurRed.Size = new System.Drawing.Size(104, 24);
            this.chkGeneralSpurRed.TabIndex = 3;
            this.chkGeneralSpurRed.Text = "Spur Reduction";
            this.toolTip1.SetToolTip(this.chkGeneralSpurRed, "Enable Spur Reduction/Avoidance Routine");
            this.chkGeneralSpurRed.CheckedChanged += new System.EventHandler(this.chkGeneralSpurRed_CheckedChanged);
            // 
            // grpGeneralProcessPriority
            // 
            this.grpGeneralProcessPriority.Controls.Add(this.comboGeneralProcessPriority);
            this.grpGeneralProcessPriority.Location = new System.Drawing.Point(264, 8);
            this.grpGeneralProcessPriority.Name = "grpGeneralProcessPriority";
            this.grpGeneralProcessPriority.Size = new System.Drawing.Size(144, 56);
            this.grpGeneralProcessPriority.TabIndex = 23;
            this.grpGeneralProcessPriority.TabStop = false;
            this.grpGeneralProcessPriority.Text = "Process Priority";
            // 
            // comboGeneralProcessPriority
            // 
            this.comboGeneralProcessPriority.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboGeneralProcessPriority.DropDownWidth = 112;
            this.comboGeneralProcessPriority.Items.AddRange(new object[] {
            "Idle",
            "Below Normal",
            "Normal",
            "Above Normal",
            "High",
            "Real Time"});
            this.comboGeneralProcessPriority.Location = new System.Drawing.Point(16, 24);
            this.comboGeneralProcessPriority.Name = "comboGeneralProcessPriority";
            this.comboGeneralProcessPriority.Size = new System.Drawing.Size(112, 21);
            this.comboGeneralProcessPriority.TabIndex = 0;
            this.toolTip1.SetToolTip(this.comboGeneralProcessPriority, "Sets the process priority of the PowerSDR software.");
            this.comboGeneralProcessPriority.SelectedIndexChanged += new System.EventHandler(this.comboGeneralProcessPriority_SelectedIndexChanged);
            // 
            // tpGeneralCalibration
            // 
            this.tpGeneralCalibration.BackColor = System.Drawing.SystemColors.Control;
            this.tpGeneralCalibration.Controls.Add(this.chkCalExpert);
            this.tpGeneralCalibration.Controls.Add(this.grpGenCalRXImage);
            this.tpGeneralCalibration.Controls.Add(this.grpGenCalLevel);
            this.tpGeneralCalibration.Controls.Add(this.grpGeneralCalibration);
            this.tpGeneralCalibration.Location = new System.Drawing.Point(4, 22);
            this.tpGeneralCalibration.Name = "tpGeneralCalibration";
            this.tpGeneralCalibration.Size = new System.Drawing.Size(592, 318);
            this.tpGeneralCalibration.TabIndex = 2;
            this.tpGeneralCalibration.Text = "Calibration";
            // 
            // chkCalExpert
            // 
            this.chkCalExpert.Location = new System.Drawing.Point(16, 136);
            this.chkCalExpert.Name = "chkCalExpert";
            this.chkCalExpert.Size = new System.Drawing.Size(56, 24);
            this.chkCalExpert.TabIndex = 10;
            this.chkCalExpert.Text = "Expert";
            this.chkCalExpert.Visible = false;
            this.chkCalExpert.CheckedChanged += new System.EventHandler(this.chkCalExpert_CheckedChanged);
            // 
            // grpGenCalRXImage
            // 
            this.grpGenCalRXImage.Controls.Add(this.udGeneralCalFreq3);
            this.grpGenCalRXImage.Controls.Add(this.lblGenCalRXImageFreq);
            this.grpGenCalRXImage.Controls.Add(this.btnGeneralCalImageStart);
            this.grpGenCalRXImage.Location = new System.Drawing.Point(360, 8);
            this.grpGenCalRXImage.Name = "grpGenCalRXImage";
            this.grpGenCalRXImage.Size = new System.Drawing.Size(168, 112);
            this.grpGenCalRXImage.TabIndex = 9;
            this.grpGenCalRXImage.TabStop = false;
            this.grpGenCalRXImage.Text = "RX Image Reject Cal";
            // 
            // udGeneralCalFreq3
            // 
            this.udGeneralCalFreq3.DecimalPlaces = 6;
            this.udGeneralCalFreq3.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udGeneralCalFreq3.Location = new System.Drawing.Point(80, 24);
            this.udGeneralCalFreq3.Maximum = new decimal(new int[] {
            65,
            0,
            0,
            0});
            this.udGeneralCalFreq3.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udGeneralCalFreq3.Name = "udGeneralCalFreq3";
            this.udGeneralCalFreq3.Size = new System.Drawing.Size(72, 20);
            this.udGeneralCalFreq3.TabIndex = 1;
            this.toolTip1.SetToolTip(this.udGeneralCalFreq3, "RX Image calibration reference frequency");
            this.udGeneralCalFreq3.Value = new decimal(new int[] {
            10,
            0,
            0,
            0});
            this.udGeneralCalFreq3.LostFocus += new System.EventHandler(this.udGeneralCalFreq3_LostFocus);
            // 
            // lblGenCalRXImageFreq
            // 
            this.lblGenCalRXImageFreq.Image = null;
            this.lblGenCalRXImageFreq.Location = new System.Drawing.Point(16, 24);
            this.lblGenCalRXImageFreq.Name = "lblGenCalRXImageFreq";
            this.lblGenCalRXImageFreq.Size = new System.Drawing.Size(64, 23);
            this.lblGenCalRXImageFreq.TabIndex = 0;
            this.lblGenCalRXImageFreq.Text = "Frequency:";
            // 
            // btnGeneralCalImageStart
            // 
            this.btnGeneralCalImageStart.Image = null;
            this.btnGeneralCalImageStart.Location = new System.Drawing.Point(48, 80);
            this.btnGeneralCalImageStart.Name = "btnGeneralCalImageStart";
            this.btnGeneralCalImageStart.Size = new System.Drawing.Size(75, 23);
            this.btnGeneralCalImageStart.TabIndex = 7;
            this.btnGeneralCalImageStart.Text = "Start";
            this.toolTip1.SetToolTip(this.btnGeneralCalImageStart, "Click to start the RX Image rejection calibration using the above frequency refer" +
                    "ence.");
            this.btnGeneralCalImageStart.Click += new System.EventHandler(this.btnGeneralCalImageStart_Click);
            // 
            // grpGenCalLevel
            // 
            this.grpGenCalLevel.Controls.Add(this.udGeneralCalLevel);
            this.grpGenCalLevel.Controls.Add(this.udGeneralCalFreq2);
            this.grpGenCalLevel.Controls.Add(this.lblGenCalLevelFreq);
            this.grpGenCalLevel.Controls.Add(this.lblGeneralCalLevel);
            this.grpGenCalLevel.Controls.Add(this.btnGeneralCalLevelStart);
            this.grpGenCalLevel.Location = new System.Drawing.Point(184, 8);
            this.grpGenCalLevel.Name = "grpGenCalLevel";
            this.grpGenCalLevel.Size = new System.Drawing.Size(168, 112);
            this.grpGenCalLevel.TabIndex = 8;
            this.grpGenCalLevel.TabStop = false;
            this.grpGenCalLevel.Text = "Level Cal";
            // 
            // udGeneralCalLevel
            // 
            this.udGeneralCalLevel.Increment = new decimal(new int[] {
            10,
            0,
            0,
            0});
            this.udGeneralCalLevel.Location = new System.Drawing.Point(80, 48);
            this.udGeneralCalLevel.Maximum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udGeneralCalLevel.Minimum = new decimal(new int[] {
            150,
            0,
            0,
            -2147483648});
            this.udGeneralCalLevel.Name = "udGeneralCalLevel";
            this.udGeneralCalLevel.Size = new System.Drawing.Size(72, 20);
            this.udGeneralCalLevel.TabIndex = 3;
            this.toolTip1.SetToolTip(this.udGeneralCalLevel, "Level calibration reference level");
            this.udGeneralCalLevel.Value = new decimal(new int[] {
            70,
            0,
            0,
            -2147483648});
            this.udGeneralCalLevel.LostFocus += new System.EventHandler(this.udGeneralCalLevel_LostFocus);
            // 
            // udGeneralCalFreq2
            // 
            this.udGeneralCalFreq2.DecimalPlaces = 6;
            this.udGeneralCalFreq2.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udGeneralCalFreq2.Location = new System.Drawing.Point(80, 24);
            this.udGeneralCalFreq2.Maximum = new decimal(new int[] {
            65,
            0,
            0,
            0});
            this.udGeneralCalFreq2.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udGeneralCalFreq2.Name = "udGeneralCalFreq2";
            this.udGeneralCalFreq2.Size = new System.Drawing.Size(72, 20);
            this.udGeneralCalFreq2.TabIndex = 1;
            this.toolTip1.SetToolTip(this.udGeneralCalFreq2, "Level calibration reference frequency");
            this.udGeneralCalFreq2.Value = new decimal(new int[] {
            10,
            0,
            0,
            0});
            this.udGeneralCalFreq2.LostFocus += new System.EventHandler(this.udGeneralCalFreq2_LostFocus);
            // 
            // lblGenCalLevelFreq
            // 
            this.lblGenCalLevelFreq.Image = null;
            this.lblGenCalLevelFreq.Location = new System.Drawing.Point(16, 24);
            this.lblGenCalLevelFreq.Name = "lblGenCalLevelFreq";
            this.lblGenCalLevelFreq.Size = new System.Drawing.Size(64, 23);
            this.lblGenCalLevelFreq.TabIndex = 0;
            this.lblGenCalLevelFreq.Text = "Frequency:";
            // 
            // lblGeneralCalLevel
            // 
            this.lblGeneralCalLevel.Image = null;
            this.lblGeneralCalLevel.Location = new System.Drawing.Point(16, 48);
            this.lblGeneralCalLevel.Name = "lblGeneralCalLevel";
            this.lblGeneralCalLevel.Size = new System.Drawing.Size(68, 23);
            this.lblGeneralCalLevel.TabIndex = 2;
            this.lblGeneralCalLevel.Text = "Level (dBm):";
            // 
            // btnGeneralCalLevelStart
            // 
            this.btnGeneralCalLevelStart.Image = null;
            this.btnGeneralCalLevelStart.Location = new System.Drawing.Point(48, 80);
            this.btnGeneralCalLevelStart.Name = "btnGeneralCalLevelStart";
            this.btnGeneralCalLevelStart.Size = new System.Drawing.Size(75, 23);
            this.btnGeneralCalLevelStart.TabIndex = 4;
            this.btnGeneralCalLevelStart.Text = "Start";
            this.toolTip1.SetToolTip(this.btnGeneralCalLevelStart, "Click to start the level calibration using the frequency and level references abo" +
                    "ve.");
            this.btnGeneralCalLevelStart.Click += new System.EventHandler(this.btnGeneralCalLevelStart_Click);
            // 
            // grpGeneralCalibration
            // 
            this.grpGeneralCalibration.Controls.Add(this.btnGeneralCalFreqUseVFOA);
            this.grpGeneralCalibration.Controls.Add(this.btnGeneralCalFreqStart);
            this.grpGeneralCalibration.Controls.Add(this.udGeneralCalFreq1);
            this.grpGeneralCalibration.Controls.Add(this.lblGeneralCalFrequency);
            this.grpGeneralCalibration.Location = new System.Drawing.Point(8, 8);
            this.grpGeneralCalibration.Name = "grpGeneralCalibration";
            this.grpGeneralCalibration.Size = new System.Drawing.Size(168, 112);
            this.grpGeneralCalibration.TabIndex = 5;
            this.grpGeneralCalibration.TabStop = false;
            this.grpGeneralCalibration.Text = "Freq Cal";
            // 
            // btnGeneralCalFreqUseVFOA
            // 
            this.btnGeneralCalFreqUseVFOA.Image = null;
            this.btnGeneralCalFreqUseVFOA.Location = new System.Drawing.Point(48, 50);
            this.btnGeneralCalFreqUseVFOA.Name = "btnGeneralCalFreqUseVFOA";
            this.btnGeneralCalFreqUseVFOA.Size = new System.Drawing.Size(75, 23);
            this.btnGeneralCalFreqUseVFOA.TabIndex = 6;
            this.btnGeneralCalFreqUseVFOA.Text = "Use VFO-A";
            this.toolTip1.SetToolTip(this.btnGeneralCalFreqUseVFOA, "Click to use the current VFO-A frequency.  Must be 65 MHz or below.");
            this.btnGeneralCalFreqUseVFOA.Click += new System.EventHandler(this.btnGeneralCalFreqUseVFOA_Click);
            // 
            // btnGeneralCalFreqStart
            // 
            this.btnGeneralCalFreqStart.Image = null;
            this.btnGeneralCalFreqStart.Location = new System.Drawing.Point(48, 80);
            this.btnGeneralCalFreqStart.Name = "btnGeneralCalFreqStart";
            this.btnGeneralCalFreqStart.Size = new System.Drawing.Size(75, 23);
            this.btnGeneralCalFreqStart.TabIndex = 5;
            this.btnGeneralCalFreqStart.Text = "Start";
            this.toolTip1.SetToolTip(this.btnGeneralCalFreqStart, "Click to start the frequency calibration using the reference frequency above.");
            this.btnGeneralCalFreqStart.Click += new System.EventHandler(this.btnGeneralCalFreqStart_Click);
            // 
            // udGeneralCalFreq1
            // 
            this.udGeneralCalFreq1.DecimalPlaces = 6;
            this.udGeneralCalFreq1.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udGeneralCalFreq1.Location = new System.Drawing.Point(80, 24);
            this.udGeneralCalFreq1.Maximum = new decimal(new int[] {
            65,
            0,
            0,
            0});
            this.udGeneralCalFreq1.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udGeneralCalFreq1.Name = "udGeneralCalFreq1";
            this.udGeneralCalFreq1.Size = new System.Drawing.Size(72, 20);
            this.udGeneralCalFreq1.TabIndex = 1;
            this.toolTip1.SetToolTip(this.udGeneralCalFreq1, "Frequency calibration reference frequency");
            this.udGeneralCalFreq1.Value = new decimal(new int[] {
            10,
            0,
            0,
            0});
            this.udGeneralCalFreq1.LostFocus += new System.EventHandler(this.udGeneralCalFreq1_LostFocus);
            // 
            // lblGeneralCalFrequency
            // 
            this.lblGeneralCalFrequency.Image = null;
            this.lblGeneralCalFrequency.Location = new System.Drawing.Point(16, 24);
            this.lblGeneralCalFrequency.Name = "lblGeneralCalFrequency";
            this.lblGeneralCalFrequency.Size = new System.Drawing.Size(64, 23);
            this.lblGeneralCalFrequency.TabIndex = 0;
            this.lblGeneralCalFrequency.Text = "Frequency:";
            // 
            // tpFilters
            // 
            this.tpFilters.BackColor = System.Drawing.SystemColors.Control;
            this.tpFilters.Controls.Add(this.grpOptFilterControls);
            this.tpFilters.Location = new System.Drawing.Point(4, 22);
            this.tpFilters.Name = "tpFilters";
            this.tpFilters.Size = new System.Drawing.Size(592, 318);
            this.tpFilters.TabIndex = 3;
            this.tpFilters.Text = "Filters";
            // 
            // grpOptFilterControls
            // 
            this.grpOptFilterControls.Controls.Add(this.udFilterDefaultLowCut);
            this.grpOptFilterControls.Controls.Add(this.lblDefaultLowCut);
            this.grpOptFilterControls.Controls.Add(this.udOptMaxFilterShift);
            this.grpOptFilterControls.Controls.Add(this.lblOptMaxFilterShift);
            this.grpOptFilterControls.Controls.Add(this.comboOptFilterWidthMode);
            this.grpOptFilterControls.Controls.Add(this.lblOptWidthSliderMode);
            this.grpOptFilterControls.Controls.Add(this.udOptMaxFilterWidth);
            this.grpOptFilterControls.Controls.Add(this.lblOptMaxFilter);
            this.grpOptFilterControls.Controls.Add(this.chkOptFilterSaveChanges);
            this.grpOptFilterControls.Location = new System.Drawing.Point(8, 8);
            this.grpOptFilterControls.Name = "grpOptFilterControls";
            this.grpOptFilterControls.Size = new System.Drawing.Size(200, 152);
            this.grpOptFilterControls.TabIndex = 29;
            this.grpOptFilterControls.TabStop = false;
            this.grpOptFilterControls.Text = "Filter Controls";
            // 
            // udFilterDefaultLowCut
            // 
            this.udFilterDefaultLowCut.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udFilterDefaultLowCut.Location = new System.Drawing.Point(128, 120);
            this.udFilterDefaultLowCut.Maximum = new decimal(new int[] {
            500,
            0,
            0,
            0});
            this.udFilterDefaultLowCut.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udFilterDefaultLowCut.Name = "udFilterDefaultLowCut";
            this.udFilterDefaultLowCut.Size = new System.Drawing.Size(48, 20);
            this.udFilterDefaultLowCut.TabIndex = 17;
            this.toolTip1.SetToolTip(this.udFilterDefaultLowCut, "Sets the default low cut filter for filter changes");
            this.udFilterDefaultLowCut.Value = new decimal(new int[] {
            150,
            0,
            0,
            0});
            this.udFilterDefaultLowCut.ValueChanged += new System.EventHandler(this.udFilterDefaultLowCut_ValueChanged);
            this.udFilterDefaultLowCut.LostFocus += new System.EventHandler(this.udFilterDefaultLowCut_LostFocus);
            // 
            // lblDefaultLowCut
            // 
            this.lblDefaultLowCut.Image = null;
            this.lblDefaultLowCut.Location = new System.Drawing.Point(16, 120);
            this.lblDefaultLowCut.Name = "lblDefaultLowCut";
            this.lblDefaultLowCut.Size = new System.Drawing.Size(120, 23);
            this.lblDefaultLowCut.TabIndex = 16;
            this.lblDefaultLowCut.Text = "Default Low Cut (Hz):";
            // 
            // udOptMaxFilterShift
            // 
            this.udOptMaxFilterShift.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udOptMaxFilterShift.Location = new System.Drawing.Point(128, 72);
            this.udOptMaxFilterShift.Maximum = new decimal(new int[] {
            9999,
            0,
            0,
            0});
            this.udOptMaxFilterShift.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udOptMaxFilterShift.Name = "udOptMaxFilterShift";
            this.udOptMaxFilterShift.Size = new System.Drawing.Size(48, 20);
            this.udOptMaxFilterShift.TabIndex = 13;
            this.toolTip1.SetToolTip(this.udOptMaxFilterShift, "Sets the maximum amount for the Shift control.  Set lower for finer resolution co" +
                    "ntrol");
            this.udOptMaxFilterShift.Value = new decimal(new int[] {
            9999,
            0,
            0,
            0});
            this.udOptMaxFilterShift.ValueChanged += new System.EventHandler(this.udOptMaxFilterShift_ValueChanged);
            this.udOptMaxFilterShift.LostFocus += new System.EventHandler(this.udOptMaxFilterShift_LostFocus);
            // 
            // lblOptMaxFilterShift
            // 
            this.lblOptMaxFilterShift.Image = null;
            this.lblOptMaxFilterShift.Location = new System.Drawing.Point(16, 72);
            this.lblOptMaxFilterShift.Name = "lblOptMaxFilterShift";
            this.lblOptMaxFilterShift.Size = new System.Drawing.Size(120, 23);
            this.lblOptMaxFilterShift.TabIndex = 14;
            this.lblOptMaxFilterShift.Text = "Max Filter Shift (Hz):";
            // 
            // comboOptFilterWidthMode
            // 
            this.comboOptFilterWidthMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboOptFilterWidthMode.DropDownWidth = 112;
            this.comboOptFilterWidthMode.Items.AddRange(new object[] {
            "Linear",
            "Log",
            "Log10"});
            this.comboOptFilterWidthMode.Location = new System.Drawing.Point(120, 48);
            this.comboOptFilterWidthMode.Name = "comboOptFilterWidthMode";
            this.comboOptFilterWidthMode.Size = new System.Drawing.Size(56, 21);
            this.comboOptFilterWidthMode.TabIndex = 12;
            this.toolTip1.SetToolTip(this.comboOptFilterWidthMode, "Sets the mapping for the filter width slider.");
            this.comboOptFilterWidthMode.SelectedIndexChanged += new System.EventHandler(this.comboOptFilterWidthMode_SelectedIndexChanged);
            // 
            // lblOptWidthSliderMode
            // 
            this.lblOptWidthSliderMode.Image = null;
            this.lblOptWidthSliderMode.Location = new System.Drawing.Point(16, 48);
            this.lblOptWidthSliderMode.Name = "lblOptWidthSliderMode";
            this.lblOptWidthSliderMode.Size = new System.Drawing.Size(104, 16);
            this.lblOptWidthSliderMode.TabIndex = 11;
            this.lblOptWidthSliderMode.Text = "Width Slider Mode:";
            // 
            // udOptMaxFilterWidth
            // 
            this.udOptMaxFilterWidth.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udOptMaxFilterWidth.Location = new System.Drawing.Point(128, 24);
            this.udOptMaxFilterWidth.Maximum = new decimal(new int[] {
            9999,
            0,
            0,
            0});
            this.udOptMaxFilterWidth.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udOptMaxFilterWidth.Name = "udOptMaxFilterWidth";
            this.udOptMaxFilterWidth.Size = new System.Drawing.Size(48, 20);
            this.udOptMaxFilterWidth.TabIndex = 0;
            this.toolTip1.SetToolTip(this.udOptMaxFilterWidth, "Wets the maximum filter bandwidth");
            this.udOptMaxFilterWidth.Value = new decimal(new int[] {
            9999,
            0,
            0,
            0});
            this.udOptMaxFilterWidth.ValueChanged += new System.EventHandler(this.udOptMaxFilterWidth_ValueChanged);
            this.udOptMaxFilterWidth.LostFocus += new System.EventHandler(this.udOptMaxFilterWidth_LostFocus);
            // 
            // lblOptMaxFilter
            // 
            this.lblOptMaxFilter.Image = null;
            this.lblOptMaxFilter.Location = new System.Drawing.Point(16, 24);
            this.lblOptMaxFilter.Name = "lblOptMaxFilter";
            this.lblOptMaxFilter.Size = new System.Drawing.Size(120, 23);
            this.lblOptMaxFilter.TabIndex = 10;
            this.lblOptMaxFilter.Text = "Max Filter Width (Hz):";
            // 
            // chkOptFilterSaveChanges
            // 
            this.chkOptFilterSaveChanges.Checked = true;
            this.chkOptFilterSaveChanges.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chkOptFilterSaveChanges.Image = null;
            this.chkOptFilterSaveChanges.Location = new System.Drawing.Point(16, 96);
            this.chkOptFilterSaveChanges.Name = "chkOptFilterSaveChanges";
            this.chkOptFilterSaveChanges.Size = new System.Drawing.Size(176, 16);
            this.chkOptFilterSaveChanges.TabIndex = 15;
            this.chkOptFilterSaveChanges.Text = "Save Slider/Display Changes";
            this.toolTip1.SetToolTip(this.chkOptFilterSaveChanges, "If checked, changes made to the filters via the display or sliders will be saved " +
                    "in the Variable filter.");
            this.chkOptFilterSaveChanges.CheckedChanged += new System.EventHandler(this.chkOptFilterSaveChanges_CheckedChanged);
            // 
            // tpRX2
            // 
            this.tpRX2.BackColor = System.Drawing.SystemColors.Control;
            this.tpRX2.Controls.Add(this.chkRX2DisconnectOnTX);
            this.tpRX2.Controls.Add(this.chkRX2AutoMuteRX1OnVFOBTX);
            this.tpRX2.Controls.Add(this.chkRX2AutoMuteRX2OnVFOATX);
            this.tpRX2.Location = new System.Drawing.Point(4, 22);
            this.tpRX2.Name = "tpRX2";
            this.tpRX2.Size = new System.Drawing.Size(592, 318);
            this.tpRX2.TabIndex = 4;
            this.tpRX2.Text = "RX2";
            // 
            // chkRX2DisconnectOnTX
            // 
            this.chkRX2DisconnectOnTX.Checked = true;
            this.chkRX2DisconnectOnTX.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chkRX2DisconnectOnTX.Image = null;
            this.chkRX2DisconnectOnTX.Location = new System.Drawing.Point(8, 68);
            this.chkRX2DisconnectOnTX.Name = "chkRX2DisconnectOnTX";
            this.chkRX2DisconnectOnTX.Size = new System.Drawing.Size(196, 24);
            this.chkRX2DisconnectOnTX.TabIndex = 2;
            this.chkRX2DisconnectOnTX.Text = "Disconnect RX2 RF Input on TX";
            this.toolTip1.SetToolTip(this.chkRX2DisconnectOnTX, "Disconnects the RX2 RF signal path when transmitting to prevent front-end overloa" +
                    "d when checked.");
            this.chkRX2DisconnectOnTX.CheckedChanged += new System.EventHandler(this.chkRX2DisconnectOnTX_CheckedChanged);
            // 
            // chkRX2AutoMuteRX1OnVFOBTX
            // 
            this.chkRX2AutoMuteRX1OnVFOBTX.Checked = true;
            this.chkRX2AutoMuteRX1OnVFOBTX.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chkRX2AutoMuteRX1OnVFOBTX.Image = null;
            this.chkRX2AutoMuteRX1OnVFOBTX.Location = new System.Drawing.Point(8, 38);
            this.chkRX2AutoMuteRX1OnVFOBTX.Name = "chkRX2AutoMuteRX1OnVFOBTX";
            this.chkRX2AutoMuteRX1OnVFOBTX.Size = new System.Drawing.Size(176, 24);
            this.chkRX2AutoMuteRX1OnVFOBTX.TabIndex = 1;
            this.chkRX2AutoMuteRX1OnVFOBTX.Text = "Auto Mute RX1 on VFO B TX";
            this.toolTip1.SetToolTip(this.chkRX2AutoMuteRX1OnVFOBTX, "Mutes RX1 when transmitting on VFO B when checked.  Uncheck to continue to hear R" +
                    "X1 while operating with VFO B TX enabled");
            this.chkRX2AutoMuteRX1OnVFOBTX.CheckedChanged += new System.EventHandler(this.chkRX2AutoMuteRX1OnVFOBTX_CheckedChanged);
            // 
            // chkRX2AutoMuteRX2OnVFOATX
            // 
            this.chkRX2AutoMuteRX2OnVFOATX.Checked = true;
            this.chkRX2AutoMuteRX2OnVFOATX.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chkRX2AutoMuteRX2OnVFOATX.Image = null;
            this.chkRX2AutoMuteRX2OnVFOATX.Location = new System.Drawing.Point(8, 8);
            this.chkRX2AutoMuteRX2OnVFOATX.Name = "chkRX2AutoMuteRX2OnVFOATX";
            this.chkRX2AutoMuteRX2OnVFOATX.Size = new System.Drawing.Size(176, 24);
            this.chkRX2AutoMuteRX2OnVFOATX.TabIndex = 0;
            this.chkRX2AutoMuteRX2OnVFOATX.Text = "Auto Mute RX2 on VFO A TX";
            this.toolTip1.SetToolTip(this.chkRX2AutoMuteRX2OnVFOATX, "Mutes RX2 when transmitting when checked.  Uncheck to monitor your transmit signa" +
                    "l or other signals with RX2 while transmitting");
            this.chkRX2AutoMuteRX2OnVFOATX.CheckedChanged += new System.EventHandler(this.chkRX2AutoMuteRX2OnVFOATX_CheckedChanged);
            // 
            // tpGeneralNavigation
            // 
            this.tpGeneralNavigation.BackColor = System.Drawing.SystemColors.Control;
            this.tpGeneralNavigation.Controls.Add(this.grpOptSpaceNav);
            this.tpGeneralNavigation.Location = new System.Drawing.Point(4, 22);
            this.tpGeneralNavigation.Name = "tpGeneralNavigation";
            this.tpGeneralNavigation.Size = new System.Drawing.Size(592, 318);
            this.tpGeneralNavigation.TabIndex = 5;
            this.tpGeneralNavigation.Text = "Navigation";
            // 
            // grpOptSpaceNav
            // 
            this.grpOptSpaceNav.Controls.Add(this.chkSpaceNavFlyPanadapter);
            this.grpOptSpaceNav.Controls.Add(this.chkSpaceNavControlVFOs);
            this.grpOptSpaceNav.Location = new System.Drawing.Point(3, 3);
            this.grpOptSpaceNav.Name = "grpOptSpaceNav";
            this.grpOptSpaceNav.Size = new System.Drawing.Size(122, 79);
            this.grpOptSpaceNav.TabIndex = 0;
            this.grpOptSpaceNav.TabStop = false;
            this.grpOptSpaceNav.Text = "Space Navigator";
            // 
            // chkSpaceNavFlyPanadapter
            // 
            this.chkSpaceNavFlyPanadapter.AutoSize = true;
            this.chkSpaceNavFlyPanadapter.Image = null;
            this.chkSpaceNavFlyPanadapter.Location = new System.Drawing.Point(6, 44);
            this.chkSpaceNavFlyPanadapter.Name = "chkSpaceNavFlyPanadapter";
            this.chkSpaceNavFlyPanadapter.Size = new System.Drawing.Size(109, 17);
            this.chkSpaceNavFlyPanadapter.TabIndex = 1;
            this.chkSpaceNavFlyPanadapter.Text = "Panadapter Flight";
            this.chkSpaceNavFlyPanadapter.UseVisualStyleBackColor = true;
            // 
            // chkSpaceNavControlVFOs
            // 
            this.chkSpaceNavControlVFOs.AutoSize = true;
            this.chkSpaceNavControlVFOs.Checked = true;
            this.chkSpaceNavControlVFOs.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chkSpaceNavControlVFOs.Image = null;
            this.chkSpaceNavControlVFOs.Location = new System.Drawing.Point(6, 21);
            this.chkSpaceNavControlVFOs.Name = "chkSpaceNavControlVFOs";
            this.chkSpaceNavControlVFOs.Size = new System.Drawing.Size(83, 17);
            this.chkSpaceNavControlVFOs.TabIndex = 0;
            this.chkSpaceNavControlVFOs.Text = "VFO Control";
            this.chkSpaceNavControlVFOs.UseVisualStyleBackColor = true;
            // 
            // tpAudio
            // 
            this.tpAudio.Controls.Add(this.tcAudio);
            this.tpAudio.Location = new System.Drawing.Point(4, 22);
            this.tpAudio.Name = "tpAudio";
            this.tpAudio.Size = new System.Drawing.Size(584, 286);
            this.tpAudio.TabIndex = 0;
            this.tpAudio.Text = "Audio";
            // 
            // tcAudio
            // 
            this.tcAudio.Controls.Add(this.tpAudioCard1);
            this.tcAudio.Controls.Add(this.tpVAC);
            this.tcAudio.Controls.Add(this.tpVAC2);
            this.tcAudio.Location = new System.Drawing.Point(0, 0);
            this.tcAudio.Name = "tcAudio";
            this.tcAudio.SelectedIndex = 0;
            this.tcAudio.Size = new System.Drawing.Size(600, 344);
            this.tcAudio.TabIndex = 35;
            // 
            // tpAudioCard1
            // 
            this.tpAudioCard1.Controls.Add(this.chkAudioExpert);
            this.tpAudioCard1.Controls.Add(this.grpAudioMicBoost);
            this.tpAudioCard1.Controls.Add(this.grpAudioChannels);
            this.tpAudioCard1.Controls.Add(this.grpAudioMicInGain1);
            this.tpAudioCard1.Controls.Add(this.grpAudioLineInGain1);
            this.tpAudioCard1.Controls.Add(this.grpAudioVolts1);
            this.tpAudioCard1.Controls.Add(this.grpAudioDetails1);
            this.tpAudioCard1.Controls.Add(this.grpAudioLatency1);
            this.tpAudioCard1.Controls.Add(this.grpAudioCard);
            this.tpAudioCard1.Controls.Add(this.grpAudioBufferSize1);
            this.tpAudioCard1.Controls.Add(this.grpAudioSampleRate1);
            this.tpAudioCard1.Location = new System.Drawing.Point(4, 22);
            this.tpAudioCard1.Name = "tpAudioCard1";
            this.tpAudioCard1.Size = new System.Drawing.Size(592, 318);
            this.tpAudioCard1.TabIndex = 0;
            this.tpAudioCard1.Text = "Primary";
            // 
            // chkAudioExpert
            // 
            this.chkAudioExpert.Image = null;
            this.chkAudioExpert.Location = new System.Drawing.Point(480, 24);
            this.chkAudioExpert.Name = "chkAudioExpert";
            this.chkAudioExpert.Size = new System.Drawing.Size(56, 24);
            this.chkAudioExpert.TabIndex = 50;
            this.chkAudioExpert.Text = "Expert";
            this.chkAudioExpert.CheckedChanged += new System.EventHandler(this.chkAudioExpert_CheckedChanged);
            // 
            // grpAudioMicBoost
            // 
            this.grpAudioMicBoost.Location = new System.Drawing.Point(440, 216);
            this.grpAudioMicBoost.Name = "grpAudioMicBoost";
            this.grpAudioMicBoost.Size = new System.Drawing.Size(72, 48);
            this.grpAudioMicBoost.TabIndex = 43;
            this.grpAudioMicBoost.TabStop = false;
            this.grpAudioMicBoost.Text = "Mic Boost";
            this.grpAudioMicBoost.Visible = false;
            // 
            // grpAudioChannels
            // 
            this.grpAudioChannels.Controls.Add(this.comboAudioChannels1);
            this.grpAudioChannels.Location = new System.Drawing.Point(440, 72);
            this.grpAudioChannels.Name = "grpAudioChannels";
            this.grpAudioChannels.Size = new System.Drawing.Size(96, 56);
            this.grpAudioChannels.TabIndex = 42;
            this.grpAudioChannels.TabStop = false;
            this.grpAudioChannels.Text = "Channels";
            // 
            // comboAudioChannels1
            // 
            this.comboAudioChannels1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboAudioChannels1.DropDownWidth = 56;
            this.comboAudioChannels1.Items.AddRange(new object[] {
            "2",
            "4",
            "6"});
            this.comboAudioChannels1.Location = new System.Drawing.Point(16, 24);
            this.comboAudioChannels1.Name = "comboAudioChannels1";
            this.comboAudioChannels1.Size = new System.Drawing.Size(56, 21);
            this.comboAudioChannels1.TabIndex = 0;
            this.toolTip1.SetToolTip(this.comboAudioChannels1, "Number of channels to open");
            this.comboAudioChannels1.SelectedIndexChanged += new System.EventHandler(this.comboAudioChannels1_SelectedIndexChanged);
            // 
            // grpAudioMicInGain1
            // 
            this.grpAudioMicInGain1.Controls.Add(this.udAudioMicGain1);
            this.grpAudioMicInGain1.Location = new System.Drawing.Point(344, 136);
            this.grpAudioMicInGain1.Name = "grpAudioMicInGain1";
            this.grpAudioMicInGain1.Size = new System.Drawing.Size(88, 56);
            this.grpAudioMicInGain1.TabIndex = 41;
            this.grpAudioMicInGain1.TabStop = false;
            this.grpAudioMicInGain1.Text = "Mic In Gain";
            // 
            // udAudioMicGain1
            // 
            this.udAudioMicGain1.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udAudioMicGain1.Location = new System.Drawing.Point(16, 24);
            this.udAudioMicGain1.Maximum = new decimal(new int[] {
            100,
            0,
            0,
            0});
            this.udAudioMicGain1.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udAudioMicGain1.Name = "udAudioMicGain1";
            this.udAudioMicGain1.Size = new System.Drawing.Size(40, 20);
            this.udAudioMicGain1.TabIndex = 51;
            this.toolTip1.SetToolTip(this.udAudioMicGain1, "MIC Gain - Input Volume");
            this.udAudioMicGain1.Value = new decimal(new int[] {
            50,
            0,
            0,
            0});
            this.udAudioMicGain1.ValueChanged += new System.EventHandler(this.udAudioMicGain1_ValueChanged);
            this.udAudioMicGain1.LostFocus += new System.EventHandler(this.udAudioMicGain1_LostFocus);
            // 
            // grpAudioLineInGain1
            // 
            this.grpAudioLineInGain1.Controls.Add(this.udAudioLineIn1);
            this.grpAudioLineInGain1.Location = new System.Drawing.Point(344, 72);
            this.grpAudioLineInGain1.Name = "grpAudioLineInGain1";
            this.grpAudioLineInGain1.Size = new System.Drawing.Size(88, 56);
            this.grpAudioLineInGain1.TabIndex = 40;
            this.grpAudioLineInGain1.TabStop = false;
            this.grpAudioLineInGain1.Text = "Line In Gain";
            // 
            // udAudioLineIn1
            // 
            this.udAudioLineIn1.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udAudioLineIn1.Location = new System.Drawing.Point(16, 24);
            this.udAudioLineIn1.Maximum = new decimal(new int[] {
            100,
            0,
            0,
            0});
            this.udAudioLineIn1.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udAudioLineIn1.Name = "udAudioLineIn1";
            this.udAudioLineIn1.Size = new System.Drawing.Size(40, 20);
            this.udAudioLineIn1.TabIndex = 51;
            this.toolTip1.SetToolTip(this.udAudioLineIn1, "IF Gain - Input Volume");
            this.udAudioLineIn1.Value = new decimal(new int[] {
            20,
            0,
            0,
            0});
            this.udAudioLineIn1.ValueChanged += new System.EventHandler(this.udAudioLineIn1_ValueChanged);
            this.udAudioLineIn1.LostFocus += new System.EventHandler(this.udAudioLineIn1_LostFocus);
            // 
            // grpAudioVolts1
            // 
            this.grpAudioVolts1.Controls.Add(this.btnAudioVoltTest1);
            this.grpAudioVolts1.Controls.Add(this.udAudioVoltage1);
            this.grpAudioVolts1.Location = new System.Drawing.Point(240, 200);
            this.grpAudioVolts1.Name = "grpAudioVolts1";
            this.grpAudioVolts1.Size = new System.Drawing.Size(128, 56);
            this.grpAudioVolts1.TabIndex = 39;
            this.grpAudioVolts1.TabStop = false;
            this.grpAudioVolts1.Text = "Output Voltage";
            // 
            // btnAudioVoltTest1
            // 
            this.btnAudioVoltTest1.Image = null;
            this.btnAudioVoltTest1.Location = new System.Drawing.Point(72, 24);
            this.btnAudioVoltTest1.Name = "btnAudioVoltTest1";
            this.btnAudioVoltTest1.Size = new System.Drawing.Size(40, 23);
            this.btnAudioVoltTest1.TabIndex = 2;
            this.btnAudioVoltTest1.Text = "Test";
            this.toolTip1.SetToolTip(this.btnAudioVoltTest1, "Outputs a full scale sinewave at the CW pitch for determining the RMS Voltage of " +
                    "the sound card.");
            this.btnAudioVoltTest1.Click += new System.EventHandler(this.btnAudioVoltTest1_Click);
            // 
            // udAudioVoltage1
            // 
            this.udAudioVoltage1.DecimalPlaces = 2;
            this.udAudioVoltage1.Increment = new decimal(new int[] {
            1,
            0,
            0,
            131072});
            this.udAudioVoltage1.Location = new System.Drawing.Point(16, 24);
            this.udAudioVoltage1.Maximum = new decimal(new int[] {
            100,
            0,
            0,
            0});
            this.udAudioVoltage1.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udAudioVoltage1.Name = "udAudioVoltage1";
            this.udAudioVoltage1.Size = new System.Drawing.Size(48, 20);
            this.udAudioVoltage1.TabIndex = 1;
            this.toolTip1.SetToolTip(this.udAudioVoltage1, "The measured VRMS on the sound card output when outputting a full range tone.");
            this.udAudioVoltage1.Value = new decimal(new int[] {
            223,
            0,
            0,
            131072});
            this.udAudioVoltage1.ValueChanged += new System.EventHandler(this.udAudioVoltage1_ValueChanged);
            this.udAudioVoltage1.LostFocus += new System.EventHandler(this.udAudioVoltage1_LostFocus);
            // 
            // grpAudioDetails1
            // 
            this.grpAudioDetails1.Controls.Add(this.comboAudioTransmit1);
            this.grpAudioDetails1.Controls.Add(this.lblAudioMixer1);
            this.grpAudioDetails1.Controls.Add(this.lblAudioOutput1);
            this.grpAudioDetails1.Controls.Add(this.comboAudioOutput1);
            this.grpAudioDetails1.Controls.Add(this.lblAudioInput1);
            this.grpAudioDetails1.Controls.Add(this.lblAudioDriver1);
            this.grpAudioDetails1.Controls.Add(this.comboAudioInput1);
            this.grpAudioDetails1.Controls.Add(this.comboAudioDriver1);
            this.grpAudioDetails1.Controls.Add(this.comboAudioMixer1);
            this.grpAudioDetails1.Controls.Add(this.lblAudioTransmit1);
            this.grpAudioDetails1.Controls.Add(this.lblAudioReceive1);
            this.grpAudioDetails1.Controls.Add(this.comboAudioReceive1);
            this.grpAudioDetails1.Location = new System.Drawing.Point(8, 8);
            this.grpAudioDetails1.Name = "grpAudioDetails1";
            this.grpAudioDetails1.Size = new System.Drawing.Size(224, 216);
            this.grpAudioDetails1.TabIndex = 34;
            this.grpAudioDetails1.TabStop = false;
            this.grpAudioDetails1.Text = "Primary Sound Card Setup Details";
            // 
            // comboAudioTransmit1
            // 
            this.comboAudioTransmit1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboAudioTransmit1.DropDownWidth = 160;
            this.comboAudioTransmit1.ItemHeight = 13;
            this.comboAudioTransmit1.Location = new System.Drawing.Point(56, 184);
            this.comboAudioTransmit1.Name = "comboAudioTransmit1";
            this.comboAudioTransmit1.Size = new System.Drawing.Size(160, 21);
            this.comboAudioTransmit1.TabIndex = 2;
            this.toolTip1.SetToolTip(this.comboAudioTransmit1, "Transmit mode mixer MUX setting.");
            this.comboAudioTransmit1.SelectedIndexChanged += new System.EventHandler(this.comboAudioTransmit1_SelectedIndexChanged);
            // 
            // lblAudioMixer1
            // 
            this.lblAudioMixer1.Image = null;
            this.lblAudioMixer1.Location = new System.Drawing.Point(8, 120);
            this.lblAudioMixer1.Name = "lblAudioMixer1";
            this.lblAudioMixer1.Size = new System.Drawing.Size(48, 23);
            this.lblAudioMixer1.TabIndex = 22;
            this.lblAudioMixer1.Text = "Mixer:";
            // 
            // lblAudioOutput1
            // 
            this.lblAudioOutput1.Image = null;
            this.lblAudioOutput1.Location = new System.Drawing.Point(8, 88);
            this.lblAudioOutput1.Name = "lblAudioOutput1";
            this.lblAudioOutput1.Size = new System.Drawing.Size(48, 16);
            this.lblAudioOutput1.TabIndex = 6;
            this.lblAudioOutput1.Text = "Output:";
            // 
            // comboAudioOutput1
            // 
            this.comboAudioOutput1.DisplayMember = "sdfg";
            this.comboAudioOutput1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboAudioOutput1.DropDownWidth = 160;
            this.comboAudioOutput1.ItemHeight = 13;
            this.comboAudioOutput1.Location = new System.Drawing.Point(56, 88);
            this.comboAudioOutput1.Name = "comboAudioOutput1";
            this.comboAudioOutput1.Size = new System.Drawing.Size(160, 21);
            this.comboAudioOutput1.TabIndex = 5;
            this.toolTip1.SetToolTip(this.comboAudioOutput1, "Output Audio Device");
            this.comboAudioOutput1.SelectedIndexChanged += new System.EventHandler(this.comboAudioOutput1_SelectedIndexChanged);
            // 
            // lblAudioInput1
            // 
            this.lblAudioInput1.Image = null;
            this.lblAudioInput1.Location = new System.Drawing.Point(8, 56);
            this.lblAudioInput1.Name = "lblAudioInput1";
            this.lblAudioInput1.Size = new System.Drawing.Size(48, 16);
            this.lblAudioInput1.TabIndex = 4;
            this.lblAudioInput1.Text = "Input:";
            // 
            // lblAudioDriver1
            // 
            this.lblAudioDriver1.Image = null;
            this.lblAudioDriver1.Location = new System.Drawing.Point(8, 24);
            this.lblAudioDriver1.Name = "lblAudioDriver1";
            this.lblAudioDriver1.Size = new System.Drawing.Size(48, 16);
            this.lblAudioDriver1.TabIndex = 3;
            this.lblAudioDriver1.Text = "Driver:";
            // 
            // comboAudioInput1
            // 
            this.comboAudioInput1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboAudioInput1.DropDownWidth = 160;
            this.comboAudioInput1.ItemHeight = 13;
            this.comboAudioInput1.Location = new System.Drawing.Point(56, 56);
            this.comboAudioInput1.Name = "comboAudioInput1";
            this.comboAudioInput1.Size = new System.Drawing.Size(160, 21);
            this.comboAudioInput1.TabIndex = 1;
            this.toolTip1.SetToolTip(this.comboAudioInput1, "Input Audio Device");
            this.comboAudioInput1.SelectedIndexChanged += new System.EventHandler(this.comboAudioInput1_SelectedIndexChanged);
            // 
            // comboAudioDriver1
            // 
            this.comboAudioDriver1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboAudioDriver1.DropDownWidth = 160;
            this.comboAudioDriver1.ItemHeight = 13;
            this.comboAudioDriver1.Location = new System.Drawing.Point(56, 24);
            this.comboAudioDriver1.Name = "comboAudioDriver1";
            this.comboAudioDriver1.Size = new System.Drawing.Size(160, 21);
            this.comboAudioDriver1.TabIndex = 0;
            this.toolTip1.SetToolTip(this.comboAudioDriver1, "Sound Card Driver Selection");
            this.comboAudioDriver1.SelectedIndexChanged += new System.EventHandler(this.comboAudioDriver1_SelectedIndexChanged);
            // 
            // comboAudioMixer1
            // 
            this.comboAudioMixer1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboAudioMixer1.DropDownWidth = 160;
            this.comboAudioMixer1.ItemHeight = 13;
            this.comboAudioMixer1.Location = new System.Drawing.Point(56, 120);
            this.comboAudioMixer1.Name = "comboAudioMixer1";
            this.comboAudioMixer1.Size = new System.Drawing.Size(160, 21);
            this.comboAudioMixer1.TabIndex = 21;
            this.toolTip1.SetToolTip(this.comboAudioMixer1, "Audio Mixer Device ");
            this.comboAudioMixer1.SelectedIndexChanged += new System.EventHandler(this.comboAudioMixer1_SelectedIndexChanged);
            // 
            // lblAudioTransmit1
            // 
            this.lblAudioTransmit1.Image = null;
            this.lblAudioTransmit1.Location = new System.Drawing.Point(8, 184);
            this.lblAudioTransmit1.Name = "lblAudioTransmit1";
            this.lblAudioTransmit1.Size = new System.Drawing.Size(56, 16);
            this.lblAudioTransmit1.TabIndex = 3;
            this.lblAudioTransmit1.Text = "Transmit:";
            // 
            // lblAudioReceive1
            // 
            this.lblAudioReceive1.Image = null;
            this.lblAudioReceive1.Location = new System.Drawing.Point(8, 152);
            this.lblAudioReceive1.Name = "lblAudioReceive1";
            this.lblAudioReceive1.Size = new System.Drawing.Size(48, 16);
            this.lblAudioReceive1.TabIndex = 1;
            this.lblAudioReceive1.Text = "Receive:";
            // 
            // comboAudioReceive1
            // 
            this.comboAudioReceive1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboAudioReceive1.DropDownWidth = 160;
            this.comboAudioReceive1.ItemHeight = 13;
            this.comboAudioReceive1.Location = new System.Drawing.Point(56, 152);
            this.comboAudioReceive1.Name = "comboAudioReceive1";
            this.comboAudioReceive1.Size = new System.Drawing.Size(160, 21);
            this.comboAudioReceive1.TabIndex = 0;
            this.toolTip1.SetToolTip(this.comboAudioReceive1, "Receive mode Mixer MUX setting");
            this.comboAudioReceive1.SelectedIndexChanged += new System.EventHandler(this.comboAudioReceive1_SelectedIndexChanged);
            // 
            // grpAudioLatency1
            // 
            this.grpAudioLatency1.Controls.Add(this.chkAudioLatencyManual1);
            this.grpAudioLatency1.Controls.Add(this.udAudioLatency1);
            this.grpAudioLatency1.Location = new System.Drawing.Point(440, 136);
            this.grpAudioLatency1.Name = "grpAudioLatency1";
            this.grpAudioLatency1.Size = new System.Drawing.Size(96, 80);
            this.grpAudioLatency1.TabIndex = 38;
            this.grpAudioLatency1.TabStop = false;
            this.grpAudioLatency1.Text = "Latency (ms)";
            this.grpAudioLatency1.Visible = false;
            // 
            // chkAudioLatencyManual1
            // 
            this.chkAudioLatencyManual1.Image = null;
            this.chkAudioLatencyManual1.Location = new System.Drawing.Point(16, 24);
            this.chkAudioLatencyManual1.Name = "chkAudioLatencyManual1";
            this.chkAudioLatencyManual1.Size = new System.Drawing.Size(64, 16);
            this.chkAudioLatencyManual1.TabIndex = 5;
            this.chkAudioLatencyManual1.Text = "Manual";
            this.chkAudioLatencyManual1.CheckedChanged += new System.EventHandler(this.chkAudioLatencyManual1_CheckedChanged);
            // 
            // udAudioLatency1
            // 
            this.udAudioLatency1.Enabled = false;
            this.udAudioLatency1.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udAudioLatency1.Location = new System.Drawing.Point(16, 48);
            this.udAudioLatency1.Maximum = new decimal(new int[] {
            240,
            0,
            0,
            0});
            this.udAudioLatency1.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udAudioLatency1.Name = "udAudioLatency1";
            this.udAudioLatency1.Size = new System.Drawing.Size(48, 20);
            this.udAudioLatency1.TabIndex = 0;
            this.toolTip1.SetToolTip(this.udAudioLatency1, "Adds latency/stability to the audio subsystem.  Not needed when using ASIO driver" +
                    ".  Mainly for compatibility.  The Manual setting should only be used for unsuppo" +
                    "rted cards.");
            this.udAudioLatency1.Value = new decimal(new int[] {
            120,
            0,
            0,
            0});
            this.udAudioLatency1.ValueChanged += new System.EventHandler(this.udAudioLatency1_ValueChanged);
            this.udAudioLatency1.LostFocus += new System.EventHandler(this.udAudioLatency1_LostFocus);
            // 
            // grpAudioCard
            // 
            this.grpAudioCard.Controls.Add(this.comboAudioSoundCard);
            this.grpAudioCard.Location = new System.Drawing.Point(240, 8);
            this.grpAudioCard.Name = "grpAudioCard";
            this.grpAudioCard.Size = new System.Drawing.Size(224, 56);
            this.grpAudioCard.TabIndex = 37;
            this.grpAudioCard.TabStop = false;
            this.grpAudioCard.Text = "Sound Card Selection";
            // 
            // comboAudioSoundCard
            // 
            this.comboAudioSoundCard.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboAudioSoundCard.DropDownWidth = 184;
            this.comboAudioSoundCard.Items.AddRange(new object[] {
            "M-Audio Delta 44 (PCI)",
            "PreSonus FireBox (FireWire)",
            "Edirol FA-66 (FireWire)",
            "SB Audigy (PCI)",
            "SB Audigy 2 (PCI)",
            "SB Audigy 2 ZS (PCI)",
            "Sound Blaster Extigy (USB)",
            "Sound Blaster MP3+ (USB)",
            "Turtle Beach Santa Cruz (PCI)",
            "Unsupported Card"});
            this.comboAudioSoundCard.Location = new System.Drawing.Point(24, 24);
            this.comboAudioSoundCard.MaxDropDownItems = 11;
            this.comboAudioSoundCard.Name = "comboAudioSoundCard";
            this.comboAudioSoundCard.Size = new System.Drawing.Size(184, 21);
            this.comboAudioSoundCard.TabIndex = 0;
            this.toolTip1.SetToolTip(this.comboAudioSoundCard, "Sound Card Selection (use Unsupported Card if your card isn\'t in the list -- this" +
                    " will require manual setup of the below controls).");
            this.comboAudioSoundCard.SelectedIndexChanged += new System.EventHandler(this.comboAudioSoundCard_SelectedIndexChanged);
            // 
            // grpAudioBufferSize1
            // 
            this.grpAudioBufferSize1.Controls.Add(this.comboAudioBuffer1);
            this.grpAudioBufferSize1.Location = new System.Drawing.Point(240, 72);
            this.grpAudioBufferSize1.Name = "grpAudioBufferSize1";
            this.grpAudioBufferSize1.Size = new System.Drawing.Size(96, 56);
            this.grpAudioBufferSize1.TabIndex = 36;
            this.grpAudioBufferSize1.TabStop = false;
            this.grpAudioBufferSize1.Text = "Buffer Size";
            // 
            // comboAudioBuffer1
            // 
            this.comboAudioBuffer1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboAudioBuffer1.DropDownWidth = 56;
            this.comboAudioBuffer1.Items.AddRange(new object[] {
            "128",
            "256",
            "512",
            "1024",
            "2048"});
            this.comboAudioBuffer1.Location = new System.Drawing.Point(16, 24);
            this.comboAudioBuffer1.Name = "comboAudioBuffer1";
            this.comboAudioBuffer1.Size = new System.Drawing.Size(56, 21);
            this.comboAudioBuffer1.TabIndex = 0;
            this.toolTip1.SetToolTip(this.comboAudioBuffer1, "Samples per audio buffer.  Smaller settings give less latency, more CPU load.");
            this.comboAudioBuffer1.SelectedIndexChanged += new System.EventHandler(this.comboAudioBuffer1_SelectedIndexChanged);
            // 
            // grpAudioSampleRate1
            // 
            this.grpAudioSampleRate1.Controls.Add(this.comboAudioSampleRate1);
            this.grpAudioSampleRate1.Location = new System.Drawing.Point(240, 136);
            this.grpAudioSampleRate1.Name = "grpAudioSampleRate1";
            this.grpAudioSampleRate1.Size = new System.Drawing.Size(96, 56);
            this.grpAudioSampleRate1.TabIndex = 35;
            this.grpAudioSampleRate1.TabStop = false;
            this.grpAudioSampleRate1.Text = "Sample Rate";
            // 
            // comboAudioSampleRate1
            // 
            this.comboAudioSampleRate1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboAudioSampleRate1.DropDownWidth = 64;
            this.comboAudioSampleRate1.Items.AddRange(new object[] {
            "48000"});
            this.comboAudioSampleRate1.Location = new System.Drawing.Point(16, 24);
            this.comboAudioSampleRate1.Name = "comboAudioSampleRate1";
            this.comboAudioSampleRate1.Size = new System.Drawing.Size(64, 21);
            this.comboAudioSampleRate1.TabIndex = 4;
            this.toolTip1.SetToolTip(this.comboAudioSampleRate1, "Sample Rate -- Higher sampling rates yield a wider panadapter and less latency at" +
                    " a cost of CPU% and filter sharpness");
            this.comboAudioSampleRate1.SelectedIndexChanged += new System.EventHandler(this.comboAudioSampleRate1_SelectedIndexChanged);
            // 
            // tpVAC
            // 
            this.tpVAC.Controls.Add(this.grpDirectIQOutput);
            this.tpVAC.Controls.Add(this.chkVACCombine);
            this.tpVAC.Controls.Add(this.chkVACAllowBypass);
            this.tpVAC.Controls.Add(this.grpAudioVACAutoEnable);
            this.tpVAC.Controls.Add(this.grpAudioVACGain);
            this.tpVAC.Controls.Add(this.grpAudio2Stereo);
            this.tpVAC.Controls.Add(this.grpAudioLatency2);
            this.tpVAC.Controls.Add(this.grpAudioSampleRate2);
            this.tpVAC.Controls.Add(this.grpAudioBuffer2);
            this.tpVAC.Controls.Add(this.grpAudioDetails2);
            this.tpVAC.Controls.Add(this.chkAudioEnableVAC);
            this.tpVAC.Location = new System.Drawing.Point(4, 22);
            this.tpVAC.Name = "tpVAC";
            this.tpVAC.Size = new System.Drawing.Size(592, 318);
            this.tpVAC.TabIndex = 1;
            this.tpVAC.Text = "VAC 1";
            // 
            // grpDirectIQOutput
            // 
            this.grpDirectIQOutput.Controls.Add(this.chkAudioRX2toVAC);
            this.grpDirectIQOutput.Controls.Add(this.chkAudioCorrectIQ);
            this.grpDirectIQOutput.Controls.Add(this.chkAudioIQtoVAC);
            this.grpDirectIQOutput.Location = new System.Drawing.Point(448, 56);
            this.grpDirectIQOutput.Name = "grpDirectIQOutput";
            this.grpDirectIQOutput.Size = new System.Drawing.Size(120, 88);
            this.grpDirectIQOutput.TabIndex = 78;
            this.grpDirectIQOutput.TabStop = false;
            this.grpDirectIQOutput.Text = "Direct I/Q";
            // 
            // chkAudioRX2toVAC
            // 
            this.chkAudioRX2toVAC.Enabled = false;
            this.chkAudioRX2toVAC.Image = null;
            this.chkAudioRX2toVAC.Location = new System.Drawing.Point(16, 68);
            this.chkAudioRX2toVAC.Name = "chkAudioRX2toVAC";
            this.chkAudioRX2toVAC.Size = new System.Drawing.Size(88, 16);
            this.chkAudioRX2toVAC.TabIndex = 2;
            this.chkAudioRX2toVAC.Text = "Use RX2";
            this.chkAudioRX2toVAC.Visible = false;
            this.chkAudioRX2toVAC.CheckedChanged += new System.EventHandler(this.chkAudioRX2toVAC_CheckedChanged);
            // 
            // chkAudioCorrectIQ
            // 
            this.chkAudioCorrectIQ.Checked = true;
            this.chkAudioCorrectIQ.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chkAudioCorrectIQ.Enabled = false;
            this.chkAudioCorrectIQ.Image = null;
            this.chkAudioCorrectIQ.Location = new System.Drawing.Point(16, 46);
            this.chkAudioCorrectIQ.Name = "chkAudioCorrectIQ";
            this.chkAudioCorrectIQ.Size = new System.Drawing.Size(88, 16);
            this.chkAudioCorrectIQ.TabIndex = 1;
            this.chkAudioCorrectIQ.Text = "Calibrate I/Q";
            this.chkAudioCorrectIQ.CheckedChanged += new System.EventHandler(this.chkAudioCorrectIQ_CheckChanged);
            // 
            // chkAudioIQtoVAC
            // 
            this.chkAudioIQtoVAC.Image = null;
            this.chkAudioIQtoVAC.Location = new System.Drawing.Point(16, 24);
            this.chkAudioIQtoVAC.Name = "chkAudioIQtoVAC";
            this.chkAudioIQtoVAC.Size = new System.Drawing.Size(96, 16);
            this.chkAudioIQtoVAC.TabIndex = 0;
            this.chkAudioIQtoVAC.Text = "Output to VAC";
            this.chkAudioIQtoVAC.CheckedChanged += new System.EventHandler(this.chkAudioIQtoVAC_CheckedChanged);
            // 
            // chkVACCombine
            // 
            this.chkVACCombine.Enabled = false;
            this.chkVACCombine.Image = null;
            this.chkVACCombine.Location = new System.Drawing.Point(448, 16);
            this.chkVACCombine.Name = "chkVACCombine";
            this.chkVACCombine.Size = new System.Drawing.Size(104, 40);
            this.chkVACCombine.TabIndex = 76;
            this.chkVACCombine.Text = "Combine VAC Input Channels";
            this.toolTip1.SetToolTip(this.chkVACCombine, "When this feature is enabled, the left and right VAC channels are combined into t" +
                    "he DSP transmit channel (left).");
            this.chkVACCombine.CheckedChanged += new System.EventHandler(this.chkVACCombine_CheckedChanged);
            // 
            // chkVACAllowBypass
            // 
            this.chkVACAllowBypass.Checked = true;
            this.chkVACAllowBypass.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chkVACAllowBypass.Image = null;
            this.chkVACAllowBypass.Location = new System.Drawing.Point(240, 192);
            this.chkVACAllowBypass.Name = "chkVACAllowBypass";
            this.chkVACAllowBypass.Size = new System.Drawing.Size(184, 32);
            this.chkVACAllowBypass.TabIndex = 75;
            this.chkVACAllowBypass.Text = "Allow PTT to override/bypass VAC for Phone";
            this.toolTip1.SetToolTip(this.chkVACAllowBypass, "Using the hardware PTT inputs will override the PTT input to allow for easy phone" +
                    " operation while VAC is enabled.");
            this.chkVACAllowBypass.CheckedChanged += new System.EventHandler(this.chkVACAllowBypass_CheckedChanged);
            // 
            // grpAudioVACAutoEnable
            // 
            this.grpAudioVACAutoEnable.Controls.Add(this.chkAudioVACAutoEnable);
            this.grpAudioVACAutoEnable.Location = new System.Drawing.Point(8, 168);
            this.grpAudioVACAutoEnable.Name = "grpAudioVACAutoEnable";
            this.grpAudioVACAutoEnable.Size = new System.Drawing.Size(224, 64);
            this.grpAudioVACAutoEnable.TabIndex = 74;
            this.grpAudioVACAutoEnable.TabStop = false;
            this.grpAudioVACAutoEnable.Text = "Auto Enable";
            // 
            // chkAudioVACAutoEnable
            // 
            this.chkAudioVACAutoEnable.Image = null;
            this.chkAudioVACAutoEnable.Location = new System.Drawing.Point(16, 24);
            this.chkAudioVACAutoEnable.Name = "chkAudioVACAutoEnable";
            this.chkAudioVACAutoEnable.Size = new System.Drawing.Size(200, 32);
            this.chkAudioVACAutoEnable.TabIndex = 0;
            this.chkAudioVACAutoEnable.Text = "Enable for Digital modes on Mode change.  Disable for all other modes.";
            this.toolTip1.SetToolTip(this.chkAudioVACAutoEnable, "Click this button to automatically enable VAC when in Digital modes (DIGL, DIGU, " +
                    "DRM)");
            this.chkAudioVACAutoEnable.CheckedChanged += new System.EventHandler(this.chkAudioVACAutoEnable_CheckedChanged);
            // 
            // grpAudioVACGain
            // 
            this.grpAudioVACGain.Controls.Add(this.lblAudioVACGainTX);
            this.grpAudioVACGain.Controls.Add(this.udAudioVACGainTX);
            this.grpAudioVACGain.Controls.Add(this.lblAudioVACGainRX);
            this.grpAudioVACGain.Controls.Add(this.udAudioVACGainRX);
            this.grpAudioVACGain.Location = new System.Drawing.Point(344, 8);
            this.grpAudioVACGain.Name = "grpAudioVACGain";
            this.grpAudioVACGain.Size = new System.Drawing.Size(96, 80);
            this.grpAudioVACGain.TabIndex = 72;
            this.grpAudioVACGain.TabStop = false;
            this.grpAudioVACGain.Text = "Gain (dB)";
            // 
            // lblAudioVACGainTX
            // 
            this.lblAudioVACGainTX.Image = null;
            this.lblAudioVACGainTX.Location = new System.Drawing.Point(16, 48);
            this.lblAudioVACGainTX.Name = "lblAudioVACGainTX";
            this.lblAudioVACGainTX.Size = new System.Drawing.Size(32, 16);
            this.lblAudioVACGainTX.TabIndex = 39;
            this.lblAudioVACGainTX.Text = "TX:";
            // 
            // udAudioVACGainTX
            // 
            this.udAudioVACGainTX.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udAudioVACGainTX.Location = new System.Drawing.Point(48, 48);
            this.udAudioVACGainTX.Maximum = new decimal(new int[] {
            40,
            0,
            0,
            0});
            this.udAudioVACGainTX.Minimum = new decimal(new int[] {
            40,
            0,
            0,
            -2147483648});
            this.udAudioVACGainTX.Name = "udAudioVACGainTX";
            this.udAudioVACGainTX.Size = new System.Drawing.Size(40, 20);
            this.udAudioVACGainTX.TabIndex = 38;
            this.toolTip1.SetToolTip(this.udAudioVACGainTX, "Controls the gain on the audio coming from third party applications.");
            this.udAudioVACGainTX.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udAudioVACGainTX.ValueChanged += new System.EventHandler(this.udAudioVACGainTX_ValueChanged);
            this.udAudioVACGainTX.LostFocus += new System.EventHandler(this.udAudioVACGainTX_LostFocus);
            // 
            // lblAudioVACGainRX
            // 
            this.lblAudioVACGainRX.Image = null;
            this.lblAudioVACGainRX.Location = new System.Drawing.Point(16, 24);
            this.lblAudioVACGainRX.Name = "lblAudioVACGainRX";
            this.lblAudioVACGainRX.Size = new System.Drawing.Size(24, 16);
            this.lblAudioVACGainRX.TabIndex = 37;
            this.lblAudioVACGainRX.Text = "RX:";
            // 
            // udAudioVACGainRX
            // 
            this.udAudioVACGainRX.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udAudioVACGainRX.Location = new System.Drawing.Point(48, 24);
            this.udAudioVACGainRX.Maximum = new decimal(new int[] {
            40,
            0,
            0,
            0});
            this.udAudioVACGainRX.Minimum = new decimal(new int[] {
            40,
            0,
            0,
            -2147483648});
            this.udAudioVACGainRX.Name = "udAudioVACGainRX";
            this.udAudioVACGainRX.Size = new System.Drawing.Size(40, 20);
            this.udAudioVACGainRX.TabIndex = 36;
            this.toolTip1.SetToolTip(this.udAudioVACGainRX, "Controls the gain applied to the RX audio before it is sent to the third party ap" +
                    "plication.");
            this.udAudioVACGainRX.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udAudioVACGainRX.ValueChanged += new System.EventHandler(this.udAudioVACGainRX_ValueChanged);
            this.udAudioVACGainRX.LostFocus += new System.EventHandler(this.udAudioVACGainRX_LostFocus);
            // 
            // grpAudio2Stereo
            // 
            this.grpAudio2Stereo.Controls.Add(this.chkAudio2Stereo);
            this.grpAudio2Stereo.Location = new System.Drawing.Point(240, 136);
            this.grpAudio2Stereo.Name = "grpAudio2Stereo";
            this.grpAudio2Stereo.Size = new System.Drawing.Size(96, 56);
            this.grpAudio2Stereo.TabIndex = 71;
            this.grpAudio2Stereo.TabStop = false;
            this.grpAudio2Stereo.Text = "Mono/Stereo";
            // 
            // chkAudio2Stereo
            // 
            this.chkAudio2Stereo.Image = null;
            this.chkAudio2Stereo.Location = new System.Drawing.Point(16, 24);
            this.chkAudio2Stereo.Name = "chkAudio2Stereo";
            this.chkAudio2Stereo.Size = new System.Drawing.Size(64, 16);
            this.chkAudio2Stereo.TabIndex = 0;
            this.chkAudio2Stereo.Text = "Stereo";
            this.toolTip1.SetToolTip(this.chkAudio2Stereo, "Click this button if the third party software will open the Virtual Audio Cable i" +
                    "n 2 channel (stereo) mode.");
            this.chkAudio2Stereo.CheckedChanged += new System.EventHandler(this.chkAudio2Stereo_CheckedChanged);
            // 
            // grpAudioLatency2
            // 
            this.grpAudioLatency2.Controls.Add(this.chkAudioLatencyManual2);
            this.grpAudioLatency2.Controls.Add(this.udAudioLatency2);
            this.grpAudioLatency2.Location = new System.Drawing.Point(448, 160);
            this.grpAudioLatency2.Name = "grpAudioLatency2";
            this.grpAudioLatency2.Size = new System.Drawing.Size(120, 64);
            this.grpAudioLatency2.TabIndex = 67;
            this.grpAudioLatency2.TabStop = false;
            this.grpAudioLatency2.Text = "Buffer Latency (ms)";
            // 
            // chkAudioLatencyManual2
            // 
            this.chkAudioLatencyManual2.Checked = true;
            this.chkAudioLatencyManual2.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chkAudioLatencyManual2.Image = null;
            this.chkAudioLatencyManual2.Location = new System.Drawing.Point(19, 50);
            this.chkAudioLatencyManual2.Name = "chkAudioLatencyManual2";
            this.chkAudioLatencyManual2.Size = new System.Drawing.Size(64, 16);
            this.chkAudioLatencyManual2.TabIndex = 5;
            this.chkAudioLatencyManual2.Text = "Manual";
            this.chkAudioLatencyManual2.Visible = false;
            this.chkAudioLatencyManual2.CheckedChanged += new System.EventHandler(this.chkAudioLatencyManual2_CheckedChanged);
            // 
            // udAudioLatency2
            // 
            this.udAudioLatency2.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udAudioLatency2.Location = new System.Drawing.Point(35, 24);
            this.udAudioLatency2.Maximum = new decimal(new int[] {
            240,
            0,
            0,
            0});
            this.udAudioLatency2.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udAudioLatency2.Name = "udAudioLatency2";
            this.udAudioLatency2.Size = new System.Drawing.Size(48, 20);
            this.udAudioLatency2.TabIndex = 36;
            this.toolTip1.SetToolTip(this.udAudioLatency2, "Buffer latency for VAC1 audio stream.  Set to 0 for lowest latency.  \r\nIncrease t" +
                    "his value if audio quality becomes unreliable or glitches");
            this.udAudioLatency2.Value = new decimal(new int[] {
            120,
            0,
            0,
            0});
            this.udAudioLatency2.ValueChanged += new System.EventHandler(this.udAudioLatency2_ValueChanged);
            this.udAudioLatency2.LostFocus += new System.EventHandler(this.udAudioLatency2_LostFocus);
            // 
            // grpAudioSampleRate2
            // 
            this.grpAudioSampleRate2.Controls.Add(this.comboAudioSampleRate2);
            this.grpAudioSampleRate2.Location = new System.Drawing.Point(240, 72);
            this.grpAudioSampleRate2.Name = "grpAudioSampleRate2";
            this.grpAudioSampleRate2.Size = new System.Drawing.Size(96, 56);
            this.grpAudioSampleRate2.TabIndex = 66;
            this.grpAudioSampleRate2.TabStop = false;
            this.grpAudioSampleRate2.Text = "Sample Rate";
            // 
            // comboAudioSampleRate2
            // 
            this.comboAudioSampleRate2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboAudioSampleRate2.DropDownWidth = 64;
            this.comboAudioSampleRate2.Items.AddRange(new object[] {
            "8000",
            "11025",
            "12000",
            "24000",
            "22050",
            "44100",
            "48000",
            "96000",
            "192000"});
            this.comboAudioSampleRate2.Location = new System.Drawing.Point(16, 24);
            this.comboAudioSampleRate2.Name = "comboAudioSampleRate2";
            this.comboAudioSampleRate2.Size = new System.Drawing.Size(64, 21);
            this.comboAudioSampleRate2.TabIndex = 60;
            this.toolTip1.SetToolTip(this.comboAudioSampleRate2, resources.GetString("comboAudioSampleRate2.ToolTip"));
            this.comboAudioSampleRate2.SelectedIndexChanged += new System.EventHandler(this.comboAudioSampleRate2_SelectedIndexChanged);
            // 
            // grpAudioBuffer2
            // 
            this.grpAudioBuffer2.Controls.Add(this.comboAudioBuffer2);
            this.grpAudioBuffer2.Location = new System.Drawing.Point(240, 8);
            this.grpAudioBuffer2.Name = "grpAudioBuffer2";
            this.grpAudioBuffer2.Size = new System.Drawing.Size(96, 56);
            this.grpAudioBuffer2.TabIndex = 65;
            this.grpAudioBuffer2.TabStop = false;
            this.grpAudioBuffer2.Text = "Buffer Size";
            // 
            // comboAudioBuffer2
            // 
            this.comboAudioBuffer2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboAudioBuffer2.DropDownWidth = 56;
            this.comboAudioBuffer2.Items.AddRange(new object[] {
            "512",
            "1024",
            "2048"});
            this.comboAudioBuffer2.Location = new System.Drawing.Point(16, 24);
            this.comboAudioBuffer2.Name = "comboAudioBuffer2";
            this.comboAudioBuffer2.Size = new System.Drawing.Size(56, 21);
            this.comboAudioBuffer2.TabIndex = 58;
            this.toolTip1.SetToolTip(this.comboAudioBuffer2, "Samples per buffer.");
            this.comboAudioBuffer2.SelectedIndexChanged += new System.EventHandler(this.comboAudioBuffer2_SelectedIndexChanged);
            // 
            // grpAudioDetails2
            // 
            this.grpAudioDetails2.Controls.Add(this.lblAudioOutput2);
            this.grpAudioDetails2.Controls.Add(this.comboAudioOutput2);
            this.grpAudioDetails2.Controls.Add(this.lblAudioInput2);
            this.grpAudioDetails2.Controls.Add(this.lblAudioDriver2);
            this.grpAudioDetails2.Controls.Add(this.comboAudioInput2);
            this.grpAudioDetails2.Controls.Add(this.comboAudioDriver2);
            this.grpAudioDetails2.Location = new System.Drawing.Point(8, 40);
            this.grpAudioDetails2.Name = "grpAudioDetails2";
            this.grpAudioDetails2.Size = new System.Drawing.Size(224, 120);
            this.grpAudioDetails2.TabIndex = 35;
            this.grpAudioDetails2.TabStop = false;
            this.grpAudioDetails2.Text = "Virtual Audio Cable Setup";
            // 
            // lblAudioOutput2
            // 
            this.lblAudioOutput2.Image = null;
            this.lblAudioOutput2.Location = new System.Drawing.Point(8, 88);
            this.lblAudioOutput2.Name = "lblAudioOutput2";
            this.lblAudioOutput2.Size = new System.Drawing.Size(48, 16);
            this.lblAudioOutput2.TabIndex = 35;
            this.lblAudioOutput2.Text = "Output:";
            // 
            // comboAudioOutput2
            // 
            this.comboAudioOutput2.DisplayMember = "sdfg";
            this.comboAudioOutput2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboAudioOutput2.DropDownWidth = 160;
            this.comboAudioOutput2.ItemHeight = 13;
            this.comboAudioOutput2.Location = new System.Drawing.Point(56, 88);
            this.comboAudioOutput2.Name = "comboAudioOutput2";
            this.comboAudioOutput2.Size = new System.Drawing.Size(160, 21);
            this.comboAudioOutput2.TabIndex = 34;
            this.toolTip1.SetToolTip(this.comboAudioOutput2, "Output Audio Device");
            this.comboAudioOutput2.SelectedIndexChanged += new System.EventHandler(this.comboAudioOutput2_SelectedIndexChanged);
            // 
            // lblAudioInput2
            // 
            this.lblAudioInput2.Image = null;
            this.lblAudioInput2.Location = new System.Drawing.Point(8, 56);
            this.lblAudioInput2.Name = "lblAudioInput2";
            this.lblAudioInput2.Size = new System.Drawing.Size(40, 16);
            this.lblAudioInput2.TabIndex = 33;
            this.lblAudioInput2.Text = "Input:";
            // 
            // lblAudioDriver2
            // 
            this.lblAudioDriver2.Image = null;
            this.lblAudioDriver2.Location = new System.Drawing.Point(8, 24);
            this.lblAudioDriver2.Name = "lblAudioDriver2";
            this.lblAudioDriver2.Size = new System.Drawing.Size(40, 16);
            this.lblAudioDriver2.TabIndex = 32;
            this.lblAudioDriver2.Text = "Driver:";
            // 
            // comboAudioInput2
            // 
            this.comboAudioInput2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboAudioInput2.DropDownWidth = 160;
            this.comboAudioInput2.ItemHeight = 13;
            this.comboAudioInput2.Location = new System.Drawing.Point(56, 56);
            this.comboAudioInput2.Name = "comboAudioInput2";
            this.comboAudioInput2.Size = new System.Drawing.Size(160, 21);
            this.comboAudioInput2.TabIndex = 28;
            this.toolTip1.SetToolTip(this.comboAudioInput2, "Input Audio Device");
            this.comboAudioInput2.SelectedIndexChanged += new System.EventHandler(this.comboAudioInput2_SelectedIndexChanged);
            // 
            // comboAudioDriver2
            // 
            this.comboAudioDriver2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboAudioDriver2.DropDownWidth = 160;
            this.comboAudioDriver2.ItemHeight = 13;
            this.comboAudioDriver2.Location = new System.Drawing.Point(56, 24);
            this.comboAudioDriver2.Name = "comboAudioDriver2";
            this.comboAudioDriver2.Size = new System.Drawing.Size(160, 21);
            this.comboAudioDriver2.TabIndex = 26;
            this.toolTip1.SetToolTip(this.comboAudioDriver2, "Sound Card Driver Selection");
            this.comboAudioDriver2.SelectedIndexChanged += new System.EventHandler(this.comboAudioDriver2_SelectedIndexChanged);
            // 
            // chkAudioEnableVAC
            // 
            this.chkAudioEnableVAC.Image = null;
            this.chkAudioEnableVAC.Location = new System.Drawing.Point(16, 8);
            this.chkAudioEnableVAC.Name = "chkAudioEnableVAC";
            this.chkAudioEnableVAC.Size = new System.Drawing.Size(99, 24);
            this.chkAudioEnableVAC.TabIndex = 25;
            this.chkAudioEnableVAC.Text = "Enable VAC 1";
            this.toolTip1.SetToolTip(this.chkAudioEnableVAC, "Enable Virtual Audio Cable Support for VAC 1 (RX1)");
            this.chkAudioEnableVAC.CheckedChanged += new System.EventHandler(this.chkAudioEnableVAC_CheckedChanged);
            // 
            // tpVAC2
            // 
            this.tpVAC2.BackColor = System.Drawing.SystemColors.Control;
            this.tpVAC2.Controls.Add(this.chkVAC2UseRX2);
            this.tpVAC2.Controls.Add(this.grpVAC2DirectIQ);
            this.tpVAC2.Controls.Add(this.chkVAC2Combine);
            this.tpVAC2.Controls.Add(this.grpVAC2AutoEnable);
            this.tpVAC2.Controls.Add(this.grpVAC2Gain);
            this.tpVAC2.Controls.Add(this.grpAudioStereo3);
            this.tpVAC2.Controls.Add(this.grpVAC2Latency);
            this.tpVAC2.Controls.Add(this.grpAudioSampleRate3);
            this.tpVAC2.Controls.Add(this.grpAudioBuffer3);
            this.tpVAC2.Controls.Add(this.grpAudioDetails3);
            this.tpVAC2.Controls.Add(this.chkVAC2Enable);
            this.tpVAC2.Location = new System.Drawing.Point(4, 22);
            this.tpVAC2.Name = "tpVAC2";
            this.tpVAC2.Padding = new System.Windows.Forms.Padding(3);
            this.tpVAC2.Size = new System.Drawing.Size(592, 318);
            this.tpVAC2.TabIndex = 2;
            this.tpVAC2.Text = "VAC 2";
            // 
            // chkVAC2UseRX2
            // 
            this.chkVAC2UseRX2.Checked = true;
            this.chkVAC2UseRX2.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chkVAC2UseRX2.Enabled = false;
            this.chkVAC2UseRX2.Image = null;
            this.chkVAC2UseRX2.Location = new System.Drawing.Point(132, 8);
            this.chkVAC2UseRX2.Name = "chkVAC2UseRX2";
            this.chkVAC2UseRX2.Size = new System.Drawing.Size(92, 24);
            this.chkVAC2UseRX2.TabIndex = 90;
            this.chkVAC2UseRX2.Text = "Use RX2";
            this.toolTip1.SetToolTip(this.chkVAC2UseRX2, "Use RX2 for VAC2");
            this.chkVAC2UseRX2.Visible = false;
            this.chkVAC2UseRX2.CheckedChanged += new System.EventHandler(this.chkVAC2UseRX2_CheckedChanged);
            // 
            // grpVAC2DirectIQ
            // 
            this.grpVAC2DirectIQ.Controls.Add(this.chkVAC2DirectIQCal);
            this.grpVAC2DirectIQ.Controls.Add(this.chkVAC2DirectIQ);
            this.grpVAC2DirectIQ.Location = new System.Drawing.Point(448, 56);
            this.grpVAC2DirectIQ.Name = "grpVAC2DirectIQ";
            this.grpVAC2DirectIQ.Size = new System.Drawing.Size(120, 88);
            this.grpVAC2DirectIQ.TabIndex = 89;
            this.grpVAC2DirectIQ.TabStop = false;
            this.grpVAC2DirectIQ.Text = "Direct I/Q";
            // 
            // chkVAC2DirectIQCal
            // 
            this.chkVAC2DirectIQCal.Checked = true;
            this.chkVAC2DirectIQCal.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chkVAC2DirectIQCal.Enabled = false;
            this.chkVAC2DirectIQCal.Image = null;
            this.chkVAC2DirectIQCal.Location = new System.Drawing.Point(16, 46);
            this.chkVAC2DirectIQCal.Name = "chkVAC2DirectIQCal";
            this.chkVAC2DirectIQCal.Size = new System.Drawing.Size(88, 16);
            this.chkVAC2DirectIQCal.TabIndex = 1;
            this.chkVAC2DirectIQCal.Text = "Calibrate I/Q";
            this.chkVAC2DirectIQCal.CheckedChanged += new System.EventHandler(this.chkVAC2DirectIQCal_CheckedChanged);
            // 
            // chkVAC2DirectIQ
            // 
            this.chkVAC2DirectIQ.Image = null;
            this.chkVAC2DirectIQ.Location = new System.Drawing.Point(16, 24);
            this.chkVAC2DirectIQ.Name = "chkVAC2DirectIQ";
            this.chkVAC2DirectIQ.Size = new System.Drawing.Size(96, 16);
            this.chkVAC2DirectIQ.TabIndex = 0;
            this.chkVAC2DirectIQ.Text = "Output to VAC";
            this.chkVAC2DirectIQ.CheckedChanged += new System.EventHandler(this.chkVAC2DirectIQ_CheckedChanged);
            // 
            // chkVAC2Combine
            // 
            this.chkVAC2Combine.Enabled = false;
            this.chkVAC2Combine.Image = null;
            this.chkVAC2Combine.Location = new System.Drawing.Point(448, 16);
            this.chkVAC2Combine.Name = "chkVAC2Combine";
            this.chkVAC2Combine.Size = new System.Drawing.Size(104, 40);
            this.chkVAC2Combine.TabIndex = 88;
            this.chkVAC2Combine.Text = "Combine VAC Input Channels";
            this.toolTip1.SetToolTip(this.chkVAC2Combine, "When this feature is enabled, the left and right VAC channels are combined into t" +
                    "he DSP transmit channel (left).");
            // 
            // grpVAC2AutoEnable
            // 
            this.grpVAC2AutoEnable.Controls.Add(this.chkVAC2AutoEnable);
            this.grpVAC2AutoEnable.Location = new System.Drawing.Point(8, 168);
            this.grpVAC2AutoEnable.Name = "grpVAC2AutoEnable";
            this.grpVAC2AutoEnable.Size = new System.Drawing.Size(224, 64);
            this.grpVAC2AutoEnable.TabIndex = 86;
            this.grpVAC2AutoEnable.TabStop = false;
            this.grpVAC2AutoEnable.Text = "Auto Enable";
            // 
            // chkVAC2AutoEnable
            // 
            this.chkVAC2AutoEnable.Enabled = false;
            this.chkVAC2AutoEnable.Image = null;
            this.chkVAC2AutoEnable.Location = new System.Drawing.Point(16, 24);
            this.chkVAC2AutoEnable.Name = "chkVAC2AutoEnable";
            this.chkVAC2AutoEnable.Size = new System.Drawing.Size(200, 32);
            this.chkVAC2AutoEnable.TabIndex = 0;
            this.chkVAC2AutoEnable.Text = "Enable for Digital modes on Mode change.  Disable for all other modes.";
            this.toolTip1.SetToolTip(this.chkVAC2AutoEnable, "Click this button to automatically enable VAC when in Digital modes (DIGL, DIGU, " +
                    "DRM)");
            this.chkVAC2AutoEnable.CheckedChanged += new System.EventHandler(this.chkVAC2AutoEnable_CheckedChanged);
            // 
            // grpVAC2Gain
            // 
            this.grpVAC2Gain.Controls.Add(this.lblVAC2GainTX);
            this.grpVAC2Gain.Controls.Add(this.udVAC2GainTX);
            this.grpVAC2Gain.Controls.Add(this.lblVAC2GainRX);
            this.grpVAC2Gain.Controls.Add(this.udVAC2GainRX);
            this.grpVAC2Gain.Location = new System.Drawing.Point(344, 8);
            this.grpVAC2Gain.Name = "grpVAC2Gain";
            this.grpVAC2Gain.Size = new System.Drawing.Size(96, 80);
            this.grpVAC2Gain.TabIndex = 85;
            this.grpVAC2Gain.TabStop = false;
            this.grpVAC2Gain.Text = "Gain (dB)";
            // 
            // lblVAC2GainTX
            // 
            this.lblVAC2GainTX.Image = null;
            this.lblVAC2GainTX.Location = new System.Drawing.Point(16, 48);
            this.lblVAC2GainTX.Name = "lblVAC2GainTX";
            this.lblVAC2GainTX.Size = new System.Drawing.Size(32, 16);
            this.lblVAC2GainTX.TabIndex = 39;
            this.lblVAC2GainTX.Text = "TX:";
            // 
            // udVAC2GainTX
            // 
            this.udVAC2GainTX.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udVAC2GainTX.Location = new System.Drawing.Point(48, 48);
            this.udVAC2GainTX.Maximum = new decimal(new int[] {
            40,
            0,
            0,
            0});
            this.udVAC2GainTX.Minimum = new decimal(new int[] {
            40,
            0,
            0,
            -2147483648});
            this.udVAC2GainTX.Name = "udVAC2GainTX";
            this.udVAC2GainTX.Size = new System.Drawing.Size(40, 20);
            this.udVAC2GainTX.TabIndex = 38;
            this.toolTip1.SetToolTip(this.udVAC2GainTX, "Controls the gain on the audio coming from third party applications.");
            this.udVAC2GainTX.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udVAC2GainTX.ValueChanged += new System.EventHandler(this.udVAC2GainTX_ValueChanged);
            // 
            // lblVAC2GainRX
            // 
            this.lblVAC2GainRX.Image = null;
            this.lblVAC2GainRX.Location = new System.Drawing.Point(16, 24);
            this.lblVAC2GainRX.Name = "lblVAC2GainRX";
            this.lblVAC2GainRX.Size = new System.Drawing.Size(24, 16);
            this.lblVAC2GainRX.TabIndex = 37;
            this.lblVAC2GainRX.Text = "RX:";
            // 
            // udVAC2GainRX
            // 
            this.udVAC2GainRX.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udVAC2GainRX.Location = new System.Drawing.Point(48, 24);
            this.udVAC2GainRX.Maximum = new decimal(new int[] {
            40,
            0,
            0,
            0});
            this.udVAC2GainRX.Minimum = new decimal(new int[] {
            40,
            0,
            0,
            -2147483648});
            this.udVAC2GainRX.Name = "udVAC2GainRX";
            this.udVAC2GainRX.Size = new System.Drawing.Size(40, 20);
            this.udVAC2GainRX.TabIndex = 36;
            this.toolTip1.SetToolTip(this.udVAC2GainRX, "Controls the gain applied to the RX audio before it is sent to the third party ap" +
                    "plication.");
            this.udVAC2GainRX.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udVAC2GainRX.ValueChanged += new System.EventHandler(this.udVAC2GainRX_ValueChanged);
            // 
            // grpAudioStereo3
            // 
            this.grpAudioStereo3.Controls.Add(this.chkAudioStereo3);
            this.grpAudioStereo3.Location = new System.Drawing.Point(240, 136);
            this.grpAudioStereo3.Name = "grpAudioStereo3";
            this.grpAudioStereo3.Size = new System.Drawing.Size(96, 56);
            this.grpAudioStereo3.TabIndex = 84;
            this.grpAudioStereo3.TabStop = false;
            this.grpAudioStereo3.Text = "Mono/Stereo";
            // 
            // chkAudioStereo3
            // 
            this.chkAudioStereo3.Image = null;
            this.chkAudioStereo3.Location = new System.Drawing.Point(16, 24);
            this.chkAudioStereo3.Name = "chkAudioStereo3";
            this.chkAudioStereo3.Size = new System.Drawing.Size(64, 16);
            this.chkAudioStereo3.TabIndex = 0;
            this.chkAudioStereo3.Text = "Stereo";
            this.toolTip1.SetToolTip(this.chkAudioStereo3, "Click this button if the third party software will open the Virtual Audio Cable i" +
                    "n 2 channel (stereo) mode.");
            this.chkAudioStereo3.CheckedChanged += new System.EventHandler(this.chkAudioStereo3_CheckedChanged);
            // 
            // grpVAC2Latency
            // 
            this.grpVAC2Latency.Controls.Add(this.chkVAC2LatencyManual);
            this.grpVAC2Latency.Controls.Add(this.udVAC2Latency);
            this.grpVAC2Latency.Location = new System.Drawing.Point(448, 160);
            this.grpVAC2Latency.Name = "grpVAC2Latency";
            this.grpVAC2Latency.Size = new System.Drawing.Size(120, 64);
            this.grpVAC2Latency.TabIndex = 83;
            this.grpVAC2Latency.TabStop = false;
            this.grpVAC2Latency.Text = "Buffer Latency (ms)";
            // 
            // chkVAC2LatencyManual
            // 
            this.chkVAC2LatencyManual.Checked = true;
            this.chkVAC2LatencyManual.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chkVAC2LatencyManual.Image = null;
            this.chkVAC2LatencyManual.Location = new System.Drawing.Point(19, 50);
            this.chkVAC2LatencyManual.Name = "chkVAC2LatencyManual";
            this.chkVAC2LatencyManual.Size = new System.Drawing.Size(64, 16);
            this.chkVAC2LatencyManual.TabIndex = 5;
            this.chkVAC2LatencyManual.Text = "Manual";
            this.chkVAC2LatencyManual.Visible = false;
            this.chkVAC2LatencyManual.CheckedChanged += new System.EventHandler(this.chkVAC2LatencyManual_CheckedChanged);
            // 
            // udVAC2Latency
            // 
            this.udVAC2Latency.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udVAC2Latency.Location = new System.Drawing.Point(35, 24);
            this.udVAC2Latency.Maximum = new decimal(new int[] {
            240,
            0,
            0,
            0});
            this.udVAC2Latency.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udVAC2Latency.Name = "udVAC2Latency";
            this.udVAC2Latency.Size = new System.Drawing.Size(48, 20);
            this.udVAC2Latency.TabIndex = 36;
            this.toolTip1.SetToolTip(this.udVAC2Latency, "Buffer latency for VAC2 audio stream.  Set to 0 for lowest latency.  \r\nIncrease t" +
                    "his value if audio quality becomes unreliable or glitches ");
            this.udVAC2Latency.Value = new decimal(new int[] {
            120,
            0,
            0,
            0});
            this.udVAC2Latency.ValueChanged += new System.EventHandler(this.udVAC2Latency_ValueChanged);
            this.udVAC2Latency.LostFocus += new System.EventHandler(this.udVAC2Latency_LostFocus);
            // 
            // grpAudioSampleRate3
            // 
            this.grpAudioSampleRate3.Controls.Add(this.comboAudioSampleRate3);
            this.grpAudioSampleRate3.Location = new System.Drawing.Point(240, 72);
            this.grpAudioSampleRate3.Name = "grpAudioSampleRate3";
            this.grpAudioSampleRate3.Size = new System.Drawing.Size(96, 56);
            this.grpAudioSampleRate3.TabIndex = 82;
            this.grpAudioSampleRate3.TabStop = false;
            this.grpAudioSampleRate3.Text = "Sample Rate";
            // 
            // comboAudioSampleRate3
            // 
            this.comboAudioSampleRate3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboAudioSampleRate3.DropDownWidth = 64;
            this.comboAudioSampleRate3.Items.AddRange(new object[] {
            "8000",
            "11025",
            "12000",
            "24000",
            "22050",
            "44100",
            "48000",
            "96000",
            "192000"});
            this.comboAudioSampleRate3.Location = new System.Drawing.Point(16, 24);
            this.comboAudioSampleRate3.Name = "comboAudioSampleRate3";
            this.comboAudioSampleRate3.Size = new System.Drawing.Size(64, 21);
            this.comboAudioSampleRate3.TabIndex = 60;
            this.toolTip1.SetToolTip(this.comboAudioSampleRate3, resources.GetString("comboAudioSampleRate3.ToolTip"));
            this.comboAudioSampleRate3.SelectedIndexChanged += new System.EventHandler(this.comboAudioSampleRate3_SelectedIndexChanged);
            // 
            // grpAudioBuffer3
            // 
            this.grpAudioBuffer3.Controls.Add(this.comboAudioBuffer3);
            this.grpAudioBuffer3.Location = new System.Drawing.Point(240, 8);
            this.grpAudioBuffer3.Name = "grpAudioBuffer3";
            this.grpAudioBuffer3.Size = new System.Drawing.Size(96, 56);
            this.grpAudioBuffer3.TabIndex = 81;
            this.grpAudioBuffer3.TabStop = false;
            this.grpAudioBuffer3.Text = "Buffer Size";
            // 
            // comboAudioBuffer3
            // 
            this.comboAudioBuffer3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboAudioBuffer3.DropDownWidth = 56;
            this.comboAudioBuffer3.Items.AddRange(new object[] {
            "512",
            "1024",
            "2048"});
            this.comboAudioBuffer3.Location = new System.Drawing.Point(16, 24);
            this.comboAudioBuffer3.Name = "comboAudioBuffer3";
            this.comboAudioBuffer3.Size = new System.Drawing.Size(56, 21);
            this.comboAudioBuffer3.TabIndex = 58;
            this.toolTip1.SetToolTip(this.comboAudioBuffer3, "Samples per buffer.");
            this.comboAudioBuffer3.SelectedIndexChanged += new System.EventHandler(this.comboAudioBuffer3_SelectedIndexChanged);
            // 
            // grpAudioDetails3
            // 
            this.grpAudioDetails3.Controls.Add(this.lblAudioOutput3);
            this.grpAudioDetails3.Controls.Add(this.comboAudioOutput3);
            this.grpAudioDetails3.Controls.Add(this.lblAudioInput3);
            this.grpAudioDetails3.Controls.Add(this.lblAudioDriver3);
            this.grpAudioDetails3.Controls.Add(this.comboAudioInput3);
            this.grpAudioDetails3.Controls.Add(this.comboAudioDriver3);
            this.grpAudioDetails3.Location = new System.Drawing.Point(8, 40);
            this.grpAudioDetails3.Name = "grpAudioDetails3";
            this.grpAudioDetails3.Size = new System.Drawing.Size(224, 120);
            this.grpAudioDetails3.TabIndex = 80;
            this.grpAudioDetails3.TabStop = false;
            this.grpAudioDetails3.Text = "Virtual Audio Cable Setup";
            // 
            // lblAudioOutput3
            // 
            this.lblAudioOutput3.Image = null;
            this.lblAudioOutput3.Location = new System.Drawing.Point(8, 88);
            this.lblAudioOutput3.Name = "lblAudioOutput3";
            this.lblAudioOutput3.Size = new System.Drawing.Size(48, 16);
            this.lblAudioOutput3.TabIndex = 35;
            this.lblAudioOutput3.Text = "Output:";
            // 
            // comboAudioOutput3
            // 
            this.comboAudioOutput3.DisplayMember = "sdfg";
            this.comboAudioOutput3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboAudioOutput3.DropDownWidth = 160;
            this.comboAudioOutput3.ItemHeight = 13;
            this.comboAudioOutput3.Location = new System.Drawing.Point(56, 88);
            this.comboAudioOutput3.Name = "comboAudioOutput3";
            this.comboAudioOutput3.Size = new System.Drawing.Size(160, 21);
            this.comboAudioOutput3.TabIndex = 34;
            this.toolTip1.SetToolTip(this.comboAudioOutput3, "Output Audio Device");
            this.comboAudioOutput3.SelectedIndexChanged += new System.EventHandler(this.comboAudioOutput3_SelectedIndexChanged);
            // 
            // lblAudioInput3
            // 
            this.lblAudioInput3.Image = null;
            this.lblAudioInput3.Location = new System.Drawing.Point(8, 56);
            this.lblAudioInput3.Name = "lblAudioInput3";
            this.lblAudioInput3.Size = new System.Drawing.Size(40, 16);
            this.lblAudioInput3.TabIndex = 33;
            this.lblAudioInput3.Text = "Input:";
            // 
            // lblAudioDriver3
            // 
            this.lblAudioDriver3.Image = null;
            this.lblAudioDriver3.Location = new System.Drawing.Point(8, 24);
            this.lblAudioDriver3.Name = "lblAudioDriver3";
            this.lblAudioDriver3.Size = new System.Drawing.Size(40, 16);
            this.lblAudioDriver3.TabIndex = 32;
            this.lblAudioDriver3.Text = "Driver:";
            // 
            // comboAudioInput3
            // 
            this.comboAudioInput3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboAudioInput3.DropDownWidth = 160;
            this.comboAudioInput3.ItemHeight = 13;
            this.comboAudioInput3.Location = new System.Drawing.Point(56, 56);
            this.comboAudioInput3.Name = "comboAudioInput3";
            this.comboAudioInput3.Size = new System.Drawing.Size(160, 21);
            this.comboAudioInput3.TabIndex = 28;
            this.toolTip1.SetToolTip(this.comboAudioInput3, "Input Audio Device");
            this.comboAudioInput3.SelectedIndexChanged += new System.EventHandler(this.comboAudioInput3_SelectedIndexChanged);
            // 
            // comboAudioDriver3
            // 
            this.comboAudioDriver3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboAudioDriver3.DropDownWidth = 160;
            this.comboAudioDriver3.ItemHeight = 13;
            this.comboAudioDriver3.Location = new System.Drawing.Point(56, 24);
            this.comboAudioDriver3.Name = "comboAudioDriver3";
            this.comboAudioDriver3.Size = new System.Drawing.Size(160, 21);
            this.comboAudioDriver3.TabIndex = 26;
            this.toolTip1.SetToolTip(this.comboAudioDriver3, "Sound Card Driver Selection");
            this.comboAudioDriver3.SelectedIndexChanged += new System.EventHandler(this.comboAudioDriver3_SelectedIndexChanged);
            // 
            // chkVAC2Enable
            // 
            this.chkVAC2Enable.Enabled = false;
            this.chkVAC2Enable.Image = null;
            this.chkVAC2Enable.Location = new System.Drawing.Point(16, 8);
            this.chkVAC2Enable.Name = "chkVAC2Enable";
            this.chkVAC2Enable.Size = new System.Drawing.Size(110, 24);
            this.chkVAC2Enable.TabIndex = 79;
            this.chkVAC2Enable.Text = "Enable VAC 2";
            this.toolTip1.SetToolTip(this.chkVAC2Enable, "Enable Virtual Audio Cable for VAC 2 (RX2 only)");
            this.chkVAC2Enable.CheckedChanged += new System.EventHandler(this.chkVAC2Enable_CheckedChanged);
            // 
            // tpDisplay
            // 
            this.tpDisplay.Controls.Add(this.grpDisplayMultimeter);
            this.tpDisplay.Controls.Add(this.grpDisplayDriverEngine);
            this.tpDisplay.Controls.Add(this.grpDisplayPolyPhase);
            this.tpDisplay.Controls.Add(this.grpDisplayScopeMode);
            this.tpDisplay.Controls.Add(this.grpDisplayWaterfall);
            this.tpDisplay.Controls.Add(this.grpDisplayRefreshRates);
            this.tpDisplay.Controls.Add(this.grpDisplayAverage);
            this.tpDisplay.Controls.Add(this.grpDisplayPhase);
            this.tpDisplay.Controls.Add(this.grpDisplaySpectrumGrid);
            this.tpDisplay.Location = new System.Drawing.Point(4, 22);
            this.tpDisplay.Name = "tpDisplay";
            this.tpDisplay.Size = new System.Drawing.Size(584, 286);
            this.tpDisplay.TabIndex = 2;
            this.tpDisplay.Text = "Display";
            // 
            // grpDisplayMultimeter
            // 
            this.grpDisplayMultimeter.Controls.Add(this.chkDisplayMeterShowDecimal);
            this.grpDisplayMultimeter.Controls.Add(this.udMeterDigitalDelay);
            this.grpDisplayMultimeter.Controls.Add(this.lblMultimeterDigitalDelay);
            this.grpDisplayMultimeter.Controls.Add(this.udDisplayMeterAvg);
            this.grpDisplayMultimeter.Controls.Add(this.lblDisplayMeterAvg);
            this.grpDisplayMultimeter.Controls.Add(this.udDisplayMultiTextHoldTime);
            this.grpDisplayMultimeter.Controls.Add(this.lblDisplayMeterTextHoldTime);
            this.grpDisplayMultimeter.Controls.Add(this.udDisplayMultiPeakHoldTime);
            this.grpDisplayMultimeter.Controls.Add(this.lblDisplayMultiPeakHoldTime);
            this.grpDisplayMultimeter.Controls.Add(this.udDisplayMeterDelay);
            this.grpDisplayMultimeter.Controls.Add(this.lblDisplayMeterDelay);
            this.grpDisplayMultimeter.Location = new System.Drawing.Point(272, 144);
            this.grpDisplayMultimeter.Name = "grpDisplayMultimeter";
            this.grpDisplayMultimeter.Size = new System.Drawing.Size(304, 136);
            this.grpDisplayMultimeter.TabIndex = 41;
            this.grpDisplayMultimeter.TabStop = false;
            this.grpDisplayMultimeter.Text = "Multimeter";
            // 
            // chkDisplayMeterShowDecimal
            // 
            this.chkDisplayMeterShowDecimal.Image = null;
            this.chkDisplayMeterShowDecimal.Location = new System.Drawing.Point(200, 16);
            this.chkDisplayMeterShowDecimal.Name = "chkDisplayMeterShowDecimal";
            this.chkDisplayMeterShowDecimal.Size = new System.Drawing.Size(96, 16);
            this.chkDisplayMeterShowDecimal.TabIndex = 40;
            this.chkDisplayMeterShowDecimal.Text = "Show Decimal";
            this.toolTip1.SetToolTip(this.chkDisplayMeterShowDecimal, "Check to show detailed meter info");
            this.chkDisplayMeterShowDecimal.CheckedChanged += new System.EventHandler(this.chkDisplayMeterShowDecimal_CheckedChanged);
            // 
            // udMeterDigitalDelay
            // 
            this.udMeterDigitalDelay.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udMeterDigitalDelay.Location = new System.Drawing.Point(136, 112);
            this.udMeterDigitalDelay.Maximum = new decimal(new int[] {
            5000,
            0,
            0,
            0});
            this.udMeterDigitalDelay.Minimum = new decimal(new int[] {
            50,
            0,
            0,
            0});
            this.udMeterDigitalDelay.Name = "udMeterDigitalDelay";
            this.udMeterDigitalDelay.Size = new System.Drawing.Size(56, 20);
            this.udMeterDigitalDelay.TabIndex = 36;
            this.toolTip1.SetToolTip(this.udMeterDigitalDelay, "Digital (text) Multimeter Refresh Rate.");
            this.udMeterDigitalDelay.Value = new decimal(new int[] {
            500,
            0,
            0,
            0});
            this.udMeterDigitalDelay.ValueChanged += new System.EventHandler(this.udMeterDigitalDelay_ValueChanged);
            // 
            // lblMultimeterDigitalDelay
            // 
            this.lblMultimeterDigitalDelay.Image = null;
            this.lblMultimeterDigitalDelay.Location = new System.Drawing.Point(16, 114);
            this.lblMultimeterDigitalDelay.Name = "lblMultimeterDigitalDelay";
            this.lblMultimeterDigitalDelay.Size = new System.Drawing.Size(120, 16);
            this.lblMultimeterDigitalDelay.TabIndex = 35;
            this.lblMultimeterDigitalDelay.Text = "Digital Refresh (ms):";
            // 
            // udDisplayMeterAvg
            // 
            this.udDisplayMeterAvg.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udDisplayMeterAvg.Location = new System.Drawing.Point(136, 64);
            this.udDisplayMeterAvg.Maximum = new decimal(new int[] {
            99999,
            0,
            0,
            0});
            this.udDisplayMeterAvg.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udDisplayMeterAvg.Name = "udDisplayMeterAvg";
            this.udDisplayMeterAvg.Size = new System.Drawing.Size(56, 20);
            this.udDisplayMeterAvg.TabIndex = 8;
            this.toolTip1.SetToolTip(this.udDisplayMeterAvg, "Controls the length of time to average for the meter.");
            this.udDisplayMeterAvg.Value = new decimal(new int[] {
            1000,
            0,
            0,
            0});
            this.udDisplayMeterAvg.ValueChanged += new System.EventHandler(this.udDisplayMeterAvg_ValueChanged);
            this.udDisplayMeterAvg.LostFocus += new System.EventHandler(this.udDisplayMeterAvg_LostFocus);
            // 
            // lblDisplayMeterAvg
            // 
            this.lblDisplayMeterAvg.Image = null;
            this.lblDisplayMeterAvg.Location = new System.Drawing.Point(16, 66);
            this.lblDisplayMeterAvg.Name = "lblDisplayMeterAvg";
            this.lblDisplayMeterAvg.Size = new System.Drawing.Size(112, 16);
            this.lblDisplayMeterAvg.TabIndex = 7;
            this.lblDisplayMeterAvg.Text = "Average Time (ms):";
            this.toolTip1.SetToolTip(this.lblDisplayMeterAvg, "The time to average the value when Sig Avg is selected on the RX Meter.");
            // 
            // udDisplayMultiTextHoldTime
            // 
            this.udDisplayMultiTextHoldTime.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udDisplayMultiTextHoldTime.Location = new System.Drawing.Point(136, 40);
            this.udDisplayMultiTextHoldTime.Maximum = new decimal(new int[] {
            99999,
            0,
            0,
            0});
            this.udDisplayMultiTextHoldTime.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udDisplayMultiTextHoldTime.Name = "udDisplayMultiTextHoldTime";
            this.udDisplayMultiTextHoldTime.Size = new System.Drawing.Size(56, 20);
            this.udDisplayMultiTextHoldTime.TabIndex = 4;
            this.toolTip1.SetToolTip(this.udDisplayMultiTextHoldTime, "Controls how long the meter will hold the digital peak value when in the Peak Pow" +
                    "er mode.");
            this.udDisplayMultiTextHoldTime.Value = new decimal(new int[] {
            500,
            0,
            0,
            0});
            this.udDisplayMultiTextHoldTime.ValueChanged += new System.EventHandler(this.udDisplayMultiTextHoldTime_ValueChanged);
            this.udDisplayMultiTextHoldTime.LostFocus += new System.EventHandler(this.udDisplayMultiTextHoldTime_LostFocus);
            // 
            // lblDisplayMeterTextHoldTime
            // 
            this.lblDisplayMeterTextHoldTime.Image = null;
            this.lblDisplayMeterTextHoldTime.Location = new System.Drawing.Point(16, 42);
            this.lblDisplayMeterTextHoldTime.Name = "lblDisplayMeterTextHoldTime";
            this.lblDisplayMeterTextHoldTime.Size = new System.Drawing.Size(120, 16);
            this.lblDisplayMeterTextHoldTime.TabIndex = 3;
            this.lblDisplayMeterTextHoldTime.Text = "Digital Peak Hold (ms):";
            // 
            // udDisplayMultiPeakHoldTime
            // 
            this.udDisplayMultiPeakHoldTime.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udDisplayMultiPeakHoldTime.Location = new System.Drawing.Point(136, 16);
            this.udDisplayMultiPeakHoldTime.Maximum = new decimal(new int[] {
            99999,
            0,
            0,
            0});
            this.udDisplayMultiPeakHoldTime.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udDisplayMultiPeakHoldTime.Name = "udDisplayMultiPeakHoldTime";
            this.udDisplayMultiPeakHoldTime.Size = new System.Drawing.Size(56, 20);
            this.udDisplayMultiPeakHoldTime.TabIndex = 1;
            this.toolTip1.SetToolTip(this.udDisplayMultiPeakHoldTime, "Controls how long the analog peak red line will be held on the multimeter.");
            this.udDisplayMultiPeakHoldTime.Value = new decimal(new int[] {
            2500,
            0,
            0,
            0});
            this.udDisplayMultiPeakHoldTime.ValueChanged += new System.EventHandler(this.udDisplayMultiPeakHoldTime_ValueChanged);
            this.udDisplayMultiPeakHoldTime.LostFocus += new System.EventHandler(this.udDisplayMultiPeakHoldTime_LostFocus);
            // 
            // lblDisplayMultiPeakHoldTime
            // 
            this.lblDisplayMultiPeakHoldTime.Image = null;
            this.lblDisplayMultiPeakHoldTime.Location = new System.Drawing.Point(16, 18);
            this.lblDisplayMultiPeakHoldTime.Name = "lblDisplayMultiPeakHoldTime";
            this.lblDisplayMultiPeakHoldTime.Size = new System.Drawing.Size(128, 16);
            this.lblDisplayMultiPeakHoldTime.TabIndex = 0;
            this.lblDisplayMultiPeakHoldTime.Text = "Analog Peak Hold (ms):";
            // 
            // udDisplayMeterDelay
            // 
            this.udDisplayMeterDelay.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udDisplayMeterDelay.Location = new System.Drawing.Point(136, 88);
            this.udDisplayMeterDelay.Maximum = new decimal(new int[] {
            5000,
            0,
            0,
            0});
            this.udDisplayMeterDelay.Minimum = new decimal(new int[] {
            50,
            0,
            0,
            0});
            this.udDisplayMeterDelay.Name = "udDisplayMeterDelay";
            this.udDisplayMeterDelay.Size = new System.Drawing.Size(56, 20);
            this.udDisplayMeterDelay.TabIndex = 34;
            this.toolTip1.SetToolTip(this.udDisplayMeterDelay, "Analog Multimeter Refresh Rate.");
            this.udDisplayMeterDelay.Value = new decimal(new int[] {
            100,
            0,
            0,
            0});
            this.udDisplayMeterDelay.ValueChanged += new System.EventHandler(this.udDisplayMeterDelay_ValueChanged);
            this.udDisplayMeterDelay.LostFocus += new System.EventHandler(this.udDisplayMeterDelay_LostFocus);
            // 
            // lblDisplayMeterDelay
            // 
            this.lblDisplayMeterDelay.Image = null;
            this.lblDisplayMeterDelay.Location = new System.Drawing.Point(16, 90);
            this.lblDisplayMeterDelay.Name = "lblDisplayMeterDelay";
            this.lblDisplayMeterDelay.Size = new System.Drawing.Size(128, 16);
            this.lblDisplayMeterDelay.TabIndex = 33;
            this.lblDisplayMeterDelay.Text = "Analog Refresh (ms):";
            // 
            // grpDisplayDriverEngine
            // 
            this.grpDisplayDriverEngine.Controls.Add(this.comboDisplayDriver);
            this.grpDisplayDriverEngine.Location = new System.Drawing.Point(480, 144);
            this.grpDisplayDriverEngine.Name = "grpDisplayDriverEngine";
            this.grpDisplayDriverEngine.Size = new System.Drawing.Size(96, 56);
            this.grpDisplayDriverEngine.TabIndex = 46;
            this.grpDisplayDriverEngine.TabStop = false;
            this.grpDisplayDriverEngine.Text = "Driver Engine";
            this.grpDisplayDriverEngine.Visible = false;
            // 
            // comboDisplayDriver
            // 
            this.comboDisplayDriver.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboDisplayDriver.DropDownWidth = 48;
            this.comboDisplayDriver.Items.AddRange(new object[] {
            "GDI+"});
            this.comboDisplayDriver.Location = new System.Drawing.Point(8, 24);
            this.comboDisplayDriver.Name = "comboDisplayDriver";
            this.comboDisplayDriver.Size = new System.Drawing.Size(80, 21);
            this.comboDisplayDriver.TabIndex = 45;
            this.toolTip1.SetToolTip(this.comboDisplayDriver, "Sets the driver to be used for the display.");
            this.comboDisplayDriver.SelectedIndexChanged += new System.EventHandler(this.comboDisplayDriver_SelectedIndexChanged);
            // 
            // grpDisplayPolyPhase
            // 
            this.grpDisplayPolyPhase.Controls.Add(this.chkSpectrumPolyphase);
            this.grpDisplayPolyPhase.Location = new System.Drawing.Point(440, 72);
            this.grpDisplayPolyPhase.Name = "grpDisplayPolyPhase";
            this.grpDisplayPolyPhase.Size = new System.Drawing.Size(120, 56);
            this.grpDisplayPolyPhase.TabIndex = 44;
            this.grpDisplayPolyPhase.TabStop = false;
            this.grpDisplayPolyPhase.Text = "Polyphase FFT";
            // 
            // chkSpectrumPolyphase
            // 
            this.chkSpectrumPolyphase.Image = null;
            this.chkSpectrumPolyphase.Location = new System.Drawing.Point(16, 24);
            this.chkSpectrumPolyphase.Name = "chkSpectrumPolyphase";
            this.chkSpectrumPolyphase.Size = new System.Drawing.Size(64, 16);
            this.chkSpectrumPolyphase.TabIndex = 39;
            this.chkSpectrumPolyphase.Text = "Enable";
            this.toolTip1.SetToolTip(this.chkSpectrumPolyphase, "Check to enable polyphase spectrum display mode.  While adding latency, this adds" +
                    " resolution to the display.");
            this.chkSpectrumPolyphase.CheckedChanged += new System.EventHandler(this.chkSpectrumPolyphase_CheckedChanged);
            // 
            // grpDisplayScopeMode
            // 
            this.grpDisplayScopeMode.Controls.Add(this.udDisplayScopeTime);
            this.grpDisplayScopeMode.Controls.Add(this.lblDisplayScopeTime);
            this.grpDisplayScopeMode.Location = new System.Drawing.Point(440, 8);
            this.grpDisplayScopeMode.Name = "grpDisplayScopeMode";
            this.grpDisplayScopeMode.Size = new System.Drawing.Size(136, 56);
            this.grpDisplayScopeMode.TabIndex = 43;
            this.grpDisplayScopeMode.TabStop = false;
            this.grpDisplayScopeMode.Text = "Scope Mode";
            // 
            // udDisplayScopeTime
            // 
            this.udDisplayScopeTime.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udDisplayScopeTime.Location = new System.Drawing.Point(64, 24);
            this.udDisplayScopeTime.Maximum = new decimal(new int[] {
            1000000,
            0,
            0,
            0});
            this.udDisplayScopeTime.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udDisplayScopeTime.Name = "udDisplayScopeTime";
            this.udDisplayScopeTime.Size = new System.Drawing.Size(64, 20);
            this.udDisplayScopeTime.TabIndex = 0;
            this.toolTip1.SetToolTip(this.udDisplayScopeTime, "Amount of time to display across the width of the scope display window.");
            this.udDisplayScopeTime.Value = new decimal(new int[] {
            5000,
            0,
            0,
            0});
            this.udDisplayScopeTime.ValueChanged += new System.EventHandler(this.udDisplayScopeTime_ValueChanged);
            this.udDisplayScopeTime.LostFocus += new System.EventHandler(this.udDisplayScopeTime_LostFocus);
            // 
            // lblDisplayScopeTime
            // 
            this.lblDisplayScopeTime.Image = null;
            this.lblDisplayScopeTime.Location = new System.Drawing.Point(8, 24);
            this.lblDisplayScopeTime.Name = "lblDisplayScopeTime";
            this.lblDisplayScopeTime.Size = new System.Drawing.Size(64, 23);
            this.lblDisplayScopeTime.TabIndex = 1;
            this.lblDisplayScopeTime.Text = "Time (us):";
            // 
            // grpDisplayWaterfall
            // 
            this.grpDisplayWaterfall.Controls.Add(this.chkWeakSignalWaterfallSettings);
            this.grpDisplayWaterfall.Controls.Add(this.lblWaterfallLevels);
            this.grpDisplayWaterfall.Controls.Add(this.txtWaterFallBandLevel);
            this.grpDisplayWaterfall.Controls.Add(this.udDisplayWaterfallUpdatePeriod);
            this.grpDisplayWaterfall.Controls.Add(this.lblDisplayWaterfallUpdatePeriod);
            this.grpDisplayWaterfall.Controls.Add(this.udDisplayWaterfallAvgTime);
            this.grpDisplayWaterfall.Controls.Add(this.lblDisplayWaterfallAverageTime);
            this.grpDisplayWaterfall.Controls.Add(this.clrbtnWaterfallLow);
            this.grpDisplayWaterfall.Controls.Add(this.lblDisplayWaterfallLowColor);
            this.grpDisplayWaterfall.Controls.Add(this.lblDisplayWaterfallLowLevel);
            this.grpDisplayWaterfall.Controls.Add(this.udDisplayWaterfallLowLevel);
            this.grpDisplayWaterfall.Controls.Add(this.lblDisplayWaterfallHighLevel);
            this.grpDisplayWaterfall.Controls.Add(this.udDisplayWaterfallHighLevel);
            this.grpDisplayWaterfall.Location = new System.Drawing.Point(8, 144);
            this.grpDisplayWaterfall.Name = "grpDisplayWaterfall";
            this.grpDisplayWaterfall.Size = new System.Drawing.Size(256, 136);
            this.grpDisplayWaterfall.TabIndex = 40;
            this.grpDisplayWaterfall.TabStop = false;
            this.grpDisplayWaterfall.Text = "Waterfall";
            // 
            // chkWeakSignalWaterfallSettings
            // 
            this.chkWeakSignalWaterfallSettings.Image = null;
            this.chkWeakSignalWaterfallSettings.Location = new System.Drawing.Point(11, 114);
            this.chkWeakSignalWaterfallSettings.Name = "chkWeakSignalWaterfallSettings";
            this.chkWeakSignalWaterfallSettings.Size = new System.Drawing.Size(225, 18);
            this.chkWeakSignalWaterfallSettings.TabIndex = 75;
            this.chkWeakSignalWaterfallSettings.Text = "Enable weak signal display optimization";
            this.toolTip1.SetToolTip(this.chkWeakSignalWaterfallSettings, "Check to optimize waterfall settings for displaying weak signals");
            this.chkWeakSignalWaterfallSettings.CheckedChanged += new System.EventHandler(this.chkWeakSignalWaterfallSettings_CheckedChanged);
            // 
            // lblWaterfallLevels
            // 
            this.lblWaterfallLevels.AutoSize = true;
            this.lblWaterfallLevels.Location = new System.Drawing.Point(8, 18);
            this.lblWaterfallLevels.Name = "lblWaterfallLevels";
            this.lblWaterfallLevels.Size = new System.Drawing.Size(134, 13);
            this.lblWaterfallLevels.TabIndex = 74;
            this.lblWaterfallLevels.Text = "Band for Low/High Levels:";
            this.toolTip1.SetToolTip(this.lblWaterfallLevels, "Waterfall Low/High levels can be set by band.  RX2 bands inherit RX1 band\'s Water" +
                    "fall Settings.");
            // 
            // txtWaterFallBandLevel
            // 
            this.txtWaterFallBandLevel.Location = new System.Drawing.Point(146, 13);
            this.txtWaterFallBandLevel.Name = "txtWaterFallBandLevel";
            this.txtWaterFallBandLevel.ReadOnly = true;
            this.txtWaterFallBandLevel.Size = new System.Drawing.Size(94, 20);
            this.txtWaterFallBandLevel.TabIndex = 73;
            this.txtWaterFallBandLevel.Text = "Current Band";
            this.toolTip1.SetToolTip(this.txtWaterFallBandLevel, "Current RX1 band selected for setting Waterfall Low/High level settings");
            // 
            // udDisplayWaterfallUpdatePeriod
            // 
            this.udDisplayWaterfallUpdatePeriod.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udDisplayWaterfallUpdatePeriod.Location = new System.Drawing.Point(192, 88);
            this.udDisplayWaterfallUpdatePeriod.Maximum = new decimal(new int[] {
            9999,
            0,
            0,
            0});
            this.udDisplayWaterfallUpdatePeriod.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udDisplayWaterfallUpdatePeriod.Name = "udDisplayWaterfallUpdatePeriod";
            this.udDisplayWaterfallUpdatePeriod.Size = new System.Drawing.Size(48, 20);
            this.udDisplayWaterfallUpdatePeriod.TabIndex = 71;
            this.toolTip1.SetToolTip(this.udDisplayWaterfallUpdatePeriod, "How often to update (scroll another pixel line) on the waterfall display.  Note t" +
                    "hat this is tamed by the FPS setting.");
            this.udDisplayWaterfallUpdatePeriod.Value = new decimal(new int[] {
            50,
            0,
            0,
            0});
            this.udDisplayWaterfallUpdatePeriod.ValueChanged += new System.EventHandler(this.udDisplayWaterfallUpdatePeriod_ValueChanged);
            // 
            // lblDisplayWaterfallUpdatePeriod
            // 
            this.lblDisplayWaterfallUpdatePeriod.Image = null;
            this.lblDisplayWaterfallUpdatePeriod.Location = new System.Drawing.Point(79, 90);
            this.lblDisplayWaterfallUpdatePeriod.Name = "lblDisplayWaterfallUpdatePeriod";
            this.lblDisplayWaterfallUpdatePeriod.Size = new System.Drawing.Size(118, 18);
            this.lblDisplayWaterfallUpdatePeriod.TabIndex = 72;
            this.lblDisplayWaterfallUpdatePeriod.Text = "Update Period (ms):";
            this.toolTip1.SetToolTip(this.lblDisplayWaterfallUpdatePeriod, "How often to update (scroll another pixel line) on the waterfall display.  Note t" +
                    "hat this is tamed by the FPS setting.");
            // 
            // udDisplayWaterfallAvgTime
            // 
            this.udDisplayWaterfallAvgTime.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udDisplayWaterfallAvgTime.Location = new System.Drawing.Point(192, 64);
            this.udDisplayWaterfallAvgTime.Maximum = new decimal(new int[] {
            5000,
            0,
            0,
            0});
            this.udDisplayWaterfallAvgTime.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udDisplayWaterfallAvgTime.Name = "udDisplayWaterfallAvgTime";
            this.udDisplayWaterfallAvgTime.Size = new System.Drawing.Size(48, 20);
            this.udDisplayWaterfallAvgTime.TabIndex = 69;
            this.toolTip1.SetToolTip(this.udDisplayWaterfallAvgTime, "The time to average signals for each line (1 pixel high) on the waterfall.");
            this.udDisplayWaterfallAvgTime.Value = new decimal(new int[] {
            200,
            0,
            0,
            0});
            this.udDisplayWaterfallAvgTime.ValueChanged += new System.EventHandler(this.udDisplayWaterfallAvgTime_ValueChanged);
            // 
            // lblDisplayWaterfallAverageTime
            // 
            this.lblDisplayWaterfallAverageTime.Image = null;
            this.lblDisplayWaterfallAverageTime.Location = new System.Drawing.Point(79, 66);
            this.lblDisplayWaterfallAverageTime.Name = "lblDisplayWaterfallAverageTime";
            this.lblDisplayWaterfallAverageTime.Size = new System.Drawing.Size(118, 18);
            this.lblDisplayWaterfallAverageTime.TabIndex = 70;
            this.lblDisplayWaterfallAverageTime.Text = "Averaging Time (ms):";
            this.toolTip1.SetToolTip(this.lblDisplayWaterfallAverageTime, "The time to average signals for each line (1 pixel high) on the waterfall.");
            // 
            // clrbtnWaterfallLow
            // 
            this.clrbtnWaterfallLow.Automatic = "Automatic";
            this.clrbtnWaterfallLow.Color = System.Drawing.Color.Transparent;
            this.clrbtnWaterfallLow.Image = null;
            this.clrbtnWaterfallLow.Location = new System.Drawing.Point(9, 85);
            this.clrbtnWaterfallLow.MoreColors = "More Colors...";
            this.clrbtnWaterfallLow.Name = "clrbtnWaterfallLow";
            this.clrbtnWaterfallLow.Size = new System.Drawing.Size(40, 23);
            this.clrbtnWaterfallLow.TabIndex = 68;
            this.toolTip1.SetToolTip(this.clrbtnWaterfallLow, "The Color to use when the signal level is at or below the low level set above.");
            this.clrbtnWaterfallLow.Changed += new System.EventHandler(this.clrbtnWaterfallLow_Changed);
            // 
            // lblDisplayWaterfallLowColor
            // 
            this.lblDisplayWaterfallLowColor.Image = null;
            this.lblDisplayWaterfallLowColor.Location = new System.Drawing.Point(8, 66);
            this.lblDisplayWaterfallLowColor.Name = "lblDisplayWaterfallLowColor";
            this.lblDisplayWaterfallLowColor.Size = new System.Drawing.Size(64, 16);
            this.lblDisplayWaterfallLowColor.TabIndex = 57;
            this.lblDisplayWaterfallLowColor.Text = "Low Color:";
            // 
            // lblDisplayWaterfallLowLevel
            // 
            this.lblDisplayWaterfallLowLevel.Image = null;
            this.lblDisplayWaterfallLowLevel.Location = new System.Drawing.Point(8, 42);
            this.lblDisplayWaterfallLowLevel.Name = "lblDisplayWaterfallLowLevel";
            this.lblDisplayWaterfallLowLevel.Size = new System.Drawing.Size(64, 23);
            this.lblDisplayWaterfallLowLevel.TabIndex = 3;
            this.lblDisplayWaterfallLowLevel.Text = "Low Level:";
            // 
            // udDisplayWaterfallLowLevel
            // 
            this.udDisplayWaterfallLowLevel.Increment = new decimal(new int[] {
            10,
            0,
            0,
            0});
            this.udDisplayWaterfallLowLevel.Location = new System.Drawing.Point(72, 40);
            this.udDisplayWaterfallLowLevel.Maximum = new decimal(new int[] {
            200,
            0,
            0,
            0});
            this.udDisplayWaterfallLowLevel.Minimum = new decimal(new int[] {
            200,
            0,
            0,
            -2147483648});
            this.udDisplayWaterfallLowLevel.Name = "udDisplayWaterfallLowLevel";
            this.udDisplayWaterfallLowLevel.Size = new System.Drawing.Size(48, 20);
            this.udDisplayWaterfallLowLevel.TabIndex = 2;
            this.toolTip1.SetToolTip(this.udDisplayWaterfallLowLevel, "Waterfall Low Signal - Show Low Color below this value (gradient in between).");
            this.udDisplayWaterfallLowLevel.Value = new decimal(new int[] {
            110,
            0,
            0,
            -2147483648});
            this.udDisplayWaterfallLowLevel.ValueChanged += new System.EventHandler(this.udDisplayWaterfallLowLevel_ValueChanged);
            this.udDisplayWaterfallLowLevel.LostFocus += new System.EventHandler(this.udDisplayWaterfallLowLevel_LostFocus);
            // 
            // lblDisplayWaterfallHighLevel
            // 
            this.lblDisplayWaterfallHighLevel.Image = null;
            this.lblDisplayWaterfallHighLevel.Location = new System.Drawing.Point(126, 42);
            this.lblDisplayWaterfallHighLevel.Name = "lblDisplayWaterfallHighLevel";
            this.lblDisplayWaterfallHighLevel.Size = new System.Drawing.Size(64, 23);
            this.lblDisplayWaterfallHighLevel.TabIndex = 1;
            this.lblDisplayWaterfallHighLevel.Text = "High Level:";
            // 
            // udDisplayWaterfallHighLevel
            // 
            this.udDisplayWaterfallHighLevel.Increment = new decimal(new int[] {
            10,
            0,
            0,
            0});
            this.udDisplayWaterfallHighLevel.Location = new System.Drawing.Point(192, 40);
            this.udDisplayWaterfallHighLevel.Maximum = new decimal(new int[] {
            200,
            0,
            0,
            0});
            this.udDisplayWaterfallHighLevel.Minimum = new decimal(new int[] {
            200,
            0,
            0,
            -2147483648});
            this.udDisplayWaterfallHighLevel.Name = "udDisplayWaterfallHighLevel";
            this.udDisplayWaterfallHighLevel.Size = new System.Drawing.Size(48, 20);
            this.udDisplayWaterfallHighLevel.TabIndex = 0;
            this.toolTip1.SetToolTip(this.udDisplayWaterfallHighLevel, "Waterfall High Signal - Show High Color above this value (gradient in between).");
            this.udDisplayWaterfallHighLevel.Value = new decimal(new int[] {
            70,
            0,
            0,
            -2147483648});
            this.udDisplayWaterfallHighLevel.ValueChanged += new System.EventHandler(this.udDisplayWaterfallHighLevel_ValueChanged);
            this.udDisplayWaterfallHighLevel.LostFocus += new System.EventHandler(this.udDisplayWaterfallHighLevel_LostFocus);
            // 
            // grpDisplayRefreshRates
            // 
            this.grpDisplayRefreshRates.Controls.Add(this.chkDisplayPanFill);
            this.grpDisplayRefreshRates.Controls.Add(this.udDisplayCPUMeter);
            this.grpDisplayRefreshRates.Controls.Add(this.lblDisplayCPUMeter);
            this.grpDisplayRefreshRates.Controls.Add(this.udDisplayPeakText);
            this.grpDisplayRefreshRates.Controls.Add(this.lblDisplayPeakText);
            this.grpDisplayRefreshRates.Controls.Add(this.udDisplayFPS);
            this.grpDisplayRefreshRates.Controls.Add(this.lblDisplayFPS);
            this.grpDisplayRefreshRates.Location = new System.Drawing.Point(128, 8);
            this.grpDisplayRefreshRates.Name = "grpDisplayRefreshRates";
            this.grpDisplayRefreshRates.Size = new System.Drawing.Size(176, 128);
            this.grpDisplayRefreshRates.TabIndex = 39;
            this.grpDisplayRefreshRates.TabStop = false;
            this.grpDisplayRefreshRates.Text = "Refresh Rates";
            // 
            // chkDisplayPanFill
            // 
            this.chkDisplayPanFill.Checked = true;
            this.chkDisplayPanFill.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chkDisplayPanFill.Image = null;
            this.chkDisplayPanFill.Location = new System.Drawing.Point(19, 47);
            this.chkDisplayPanFill.Name = "chkDisplayPanFill";
            this.chkDisplayPanFill.Size = new System.Drawing.Size(101, 16);
            this.chkDisplayPanFill.TabIndex = 40;
            this.chkDisplayPanFill.Text = "Fill Panadapter";
            this.toolTip1.SetToolTip(this.chkDisplayPanFill, "Check to fill the panadapter display line below the data.");
            this.chkDisplayPanFill.CheckedChanged += new System.EventHandler(this.chkDisplayPanFill_CheckedChanged);
            // 
            // udDisplayCPUMeter
            // 
            this.udDisplayCPUMeter.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udDisplayCPUMeter.Location = new System.Drawing.Point(120, 96);
            this.udDisplayCPUMeter.Maximum = new decimal(new int[] {
            9999,
            0,
            0,
            0});
            this.udDisplayCPUMeter.Minimum = new decimal(new int[] {
            100,
            0,
            0,
            0});
            this.udDisplayCPUMeter.Name = "udDisplayCPUMeter";
            this.udDisplayCPUMeter.Size = new System.Drawing.Size(48, 20);
            this.udDisplayCPUMeter.TabIndex = 38;
            this.toolTip1.SetToolTip(this.udDisplayCPUMeter, "CPU Meter Refresh Rate.");
            this.udDisplayCPUMeter.Value = new decimal(new int[] {
            1000,
            0,
            0,
            0});
            this.udDisplayCPUMeter.ValueChanged += new System.EventHandler(this.udDisplayCPUMeter_ValueChanged);
            this.udDisplayCPUMeter.LostFocus += new System.EventHandler(this.udDisplayCPUMeter_LostFocus);
            // 
            // lblDisplayCPUMeter
            // 
            this.lblDisplayCPUMeter.Image = null;
            this.lblDisplayCPUMeter.Location = new System.Drawing.Point(16, 96);
            this.lblDisplayCPUMeter.Name = "lblDisplayCPUMeter";
            this.lblDisplayCPUMeter.Size = new System.Drawing.Size(100, 23);
            this.lblDisplayCPUMeter.TabIndex = 37;
            this.lblDisplayCPUMeter.Text = "CPU Meter (ms)";
            // 
            // udDisplayPeakText
            // 
            this.udDisplayPeakText.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udDisplayPeakText.Location = new System.Drawing.Point(120, 72);
            this.udDisplayPeakText.Maximum = new decimal(new int[] {
            9999,
            0,
            0,
            0});
            this.udDisplayPeakText.Minimum = new decimal(new int[] {
            100,
            0,
            0,
            0});
            this.udDisplayPeakText.Name = "udDisplayPeakText";
            this.udDisplayPeakText.Size = new System.Drawing.Size(48, 20);
            this.udDisplayPeakText.TabIndex = 36;
            this.toolTip1.SetToolTip(this.udDisplayPeakText, "Peak Text Refresh Rate.");
            this.udDisplayPeakText.Value = new decimal(new int[] {
            500,
            0,
            0,
            0});
            this.udDisplayPeakText.ValueChanged += new System.EventHandler(this.udDisplayPeakText_ValueChanged);
            this.udDisplayPeakText.LostFocus += new System.EventHandler(this.udDisplayPeakText_LostFocus);
            // 
            // lblDisplayPeakText
            // 
            this.lblDisplayPeakText.Image = null;
            this.lblDisplayPeakText.Location = new System.Drawing.Point(16, 72);
            this.lblDisplayPeakText.Name = "lblDisplayPeakText";
            this.lblDisplayPeakText.Size = new System.Drawing.Size(100, 23);
            this.lblDisplayPeakText.TabIndex = 35;
            this.lblDisplayPeakText.Text = "Peak Text (ms)";
            // 
            // udDisplayFPS
            // 
            this.udDisplayFPS.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udDisplayFPS.Location = new System.Drawing.Point(120, 24);
            this.udDisplayFPS.Maximum = new decimal(new int[] {
            50,
            0,
            0,
            0});
            this.udDisplayFPS.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udDisplayFPS.Name = "udDisplayFPS";
            this.udDisplayFPS.Size = new System.Drawing.Size(48, 20);
            this.udDisplayFPS.TabIndex = 32;
            this.toolTip1.SetToolTip(this.udDisplayFPS, "Frames Per Second (approximate)");
            this.udDisplayFPS.Value = new decimal(new int[] {
            15,
            0,
            0,
            0});
            this.udDisplayFPS.ValueChanged += new System.EventHandler(this.udDisplayFPS_ValueChanged);
            this.udDisplayFPS.LostFocus += new System.EventHandler(this.udDisplayFPS_LostFocus);
            // 
            // lblDisplayFPS
            // 
            this.lblDisplayFPS.Image = null;
            this.lblDisplayFPS.Location = new System.Drawing.Point(16, 24);
            this.lblDisplayFPS.Name = "lblDisplayFPS";
            this.lblDisplayFPS.Size = new System.Drawing.Size(104, 16);
            this.lblDisplayFPS.TabIndex = 31;
            this.lblDisplayFPS.Text = "Main Display FPS:";
            // 
            // grpDisplayAverage
            // 
            this.grpDisplayAverage.Controls.Add(this.udDisplayAVGTime);
            this.grpDisplayAverage.Controls.Add(this.lblDisplayAVGTime);
            this.grpDisplayAverage.Location = new System.Drawing.Point(312, 72);
            this.grpDisplayAverage.Name = "grpDisplayAverage";
            this.grpDisplayAverage.Size = new System.Drawing.Size(120, 56);
            this.grpDisplayAverage.TabIndex = 38;
            this.grpDisplayAverage.TabStop = false;
            this.grpDisplayAverage.Text = "Averaging";
            // 
            // udDisplayAVGTime
            // 
            this.udDisplayAVGTime.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udDisplayAVGTime.Location = new System.Drawing.Point(64, 24);
            this.udDisplayAVGTime.Maximum = new decimal(new int[] {
            9999,
            0,
            0,
            0});
            this.udDisplayAVGTime.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udDisplayAVGTime.Name = "udDisplayAVGTime";
            this.udDisplayAVGTime.Size = new System.Drawing.Size(48, 20);
            this.udDisplayAVGTime.TabIndex = 2;
            this.toolTip1.SetToolTip(this.udDisplayAVGTime, "When averaging, use this number of buffers to calculate the average.");
            this.udDisplayAVGTime.Value = new decimal(new int[] {
            350,
            0,
            0,
            0});
            this.udDisplayAVGTime.ValueChanged += new System.EventHandler(this.udDisplayAVGTime_ValueChanged);
            this.udDisplayAVGTime.LostFocus += new System.EventHandler(this.udDisplayAVGTime_LostFocus);
            // 
            // lblDisplayAVGTime
            // 
            this.lblDisplayAVGTime.Image = null;
            this.lblDisplayAVGTime.Location = new System.Drawing.Point(8, 24);
            this.lblDisplayAVGTime.Name = "lblDisplayAVGTime";
            this.lblDisplayAVGTime.Size = new System.Drawing.Size(64, 23);
            this.lblDisplayAVGTime.TabIndex = 3;
            this.lblDisplayAVGTime.Text = "Time (ms):";
            // 
            // grpDisplayPhase
            // 
            this.grpDisplayPhase.Controls.Add(this.lblDisplayPhasePts);
            this.grpDisplayPhase.Controls.Add(this.udDisplayPhasePts);
            this.grpDisplayPhase.Location = new System.Drawing.Point(312, 8);
            this.grpDisplayPhase.Name = "grpDisplayPhase";
            this.grpDisplayPhase.Size = new System.Drawing.Size(120, 56);
            this.grpDisplayPhase.TabIndex = 37;
            this.grpDisplayPhase.TabStop = false;
            this.grpDisplayPhase.Text = "Phase Mode";
            // 
            // lblDisplayPhasePts
            // 
            this.lblDisplayPhasePts.Image = null;
            this.lblDisplayPhasePts.Location = new System.Drawing.Point(8, 24);
            this.lblDisplayPhasePts.Name = "lblDisplayPhasePts";
            this.lblDisplayPhasePts.Size = new System.Drawing.Size(56, 23);
            this.lblDisplayPhasePts.TabIndex = 1;
            this.lblDisplayPhasePts.Text = "Num Pts:";
            // 
            // udDisplayPhasePts
            // 
            this.udDisplayPhasePts.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udDisplayPhasePts.Location = new System.Drawing.Point(64, 24);
            this.udDisplayPhasePts.Maximum = new decimal(new int[] {
            500,
            0,
            0,
            0});
            this.udDisplayPhasePts.Minimum = new decimal(new int[] {
            25,
            0,
            0,
            0});
            this.udDisplayPhasePts.Name = "udDisplayPhasePts";
            this.udDisplayPhasePts.Size = new System.Drawing.Size(48, 20);
            this.udDisplayPhasePts.TabIndex = 0;
            this.toolTip1.SetToolTip(this.udDisplayPhasePts, "Number of points to display in Phase Mode.");
            this.udDisplayPhasePts.Value = new decimal(new int[] {
            100,
            0,
            0,
            0});
            this.udDisplayPhasePts.ValueChanged += new System.EventHandler(this.udDisplayPhasePts_ValueChanged);
            this.udDisplayPhasePts.LostFocus += new System.EventHandler(this.udDisplayPhasePts_LostFocus);
            // 
            // grpDisplaySpectrumGrid
            // 
            this.grpDisplaySpectrumGrid.Controls.Add(this.comboDisplayLabelAlign);
            this.grpDisplaySpectrumGrid.Controls.Add(this.lblDisplayAlign);
            this.grpDisplaySpectrumGrid.Controls.Add(this.udDisplayGridStep);
            this.grpDisplaySpectrumGrid.Controls.Add(this.udDisplayGridMin);
            this.grpDisplaySpectrumGrid.Controls.Add(this.udDisplayGridMax);
            this.grpDisplaySpectrumGrid.Controls.Add(this.lblDisplayGridStep);
            this.grpDisplaySpectrumGrid.Controls.Add(this.lblDisplayGridMin);
            this.grpDisplaySpectrumGrid.Controls.Add(this.lblDisplayGridMax);
            this.grpDisplaySpectrumGrid.Location = new System.Drawing.Point(8, 8);
            this.grpDisplaySpectrumGrid.Name = "grpDisplaySpectrumGrid";
            this.grpDisplaySpectrumGrid.Size = new System.Drawing.Size(112, 128);
            this.grpDisplaySpectrumGrid.TabIndex = 29;
            this.grpDisplaySpectrumGrid.TabStop = false;
            this.grpDisplaySpectrumGrid.Text = "Spectrum Grid";
            // 
            // comboDisplayLabelAlign
            // 
            this.comboDisplayLabelAlign.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboDisplayLabelAlign.DropDownWidth = 48;
            this.comboDisplayLabelAlign.Items.AddRange(new object[] {
            "Left",
            "Cntr",
            "Right",
            "Auto",
            "Off"});
            this.comboDisplayLabelAlign.Location = new System.Drawing.Point(48, 96);
            this.comboDisplayLabelAlign.Name = "comboDisplayLabelAlign";
            this.comboDisplayLabelAlign.Size = new System.Drawing.Size(56, 21);
            this.comboDisplayLabelAlign.TabIndex = 30;
            this.toolTip1.SetToolTip(this.comboDisplayLabelAlign, "Sets the alignment of the grid callouts on the display.");
            this.comboDisplayLabelAlign.SelectedIndexChanged += new System.EventHandler(this.comboDisplayLabelAlign_SelectedIndexChanged);
            // 
            // lblDisplayAlign
            // 
            this.lblDisplayAlign.Image = null;
            this.lblDisplayAlign.Location = new System.Drawing.Point(8, 96);
            this.lblDisplayAlign.Name = "lblDisplayAlign";
            this.lblDisplayAlign.Size = new System.Drawing.Size(40, 16);
            this.lblDisplayAlign.TabIndex = 29;
            this.lblDisplayAlign.Text = "Align:";
            // 
            // udDisplayGridStep
            // 
            this.udDisplayGridStep.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udDisplayGridStep.Location = new System.Drawing.Point(48, 72);
            this.udDisplayGridStep.Maximum = new decimal(new int[] {
            40,
            0,
            0,
            0});
            this.udDisplayGridStep.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udDisplayGridStep.Name = "udDisplayGridStep";
            this.udDisplayGridStep.Size = new System.Drawing.Size(56, 20);
            this.udDisplayGridStep.TabIndex = 25;
            this.toolTip1.SetToolTip(this.udDisplayGridStep, "Horizontal Grid Step Size in dBm for the full screen Panadapter.  Split screen mo" +
                    "des will display a grid step size 2x greater.");
            this.udDisplayGridStep.Value = new decimal(new int[] {
            10,
            0,
            0,
            0});
            this.udDisplayGridStep.ValueChanged += new System.EventHandler(this.udDisplayGridStep_ValueChanged);
            this.udDisplayGridStep.LostFocus += new System.EventHandler(this.udDisplayGridStep_LostFocus);
            // 
            // udDisplayGridMin
            // 
            this.udDisplayGridMin.Increment = new decimal(new int[] {
            5,
            0,
            0,
            0});
            this.udDisplayGridMin.Location = new System.Drawing.Point(48, 48);
            this.udDisplayGridMin.Maximum = new decimal(new int[] {
            200,
            0,
            0,
            0});
            this.udDisplayGridMin.Minimum = new decimal(new int[] {
            200,
            0,
            0,
            -2147483648});
            this.udDisplayGridMin.Name = "udDisplayGridMin";
            this.udDisplayGridMin.Size = new System.Drawing.Size(56, 20);
            this.udDisplayGridMin.TabIndex = 24;
            this.toolTip1.SetToolTip(this.udDisplayGridMin, "Signal Level at bottom of display in dB.");
            this.udDisplayGridMin.Value = new decimal(new int[] {
            150,
            0,
            0,
            -2147483648});
            this.udDisplayGridMin.ValueChanged += new System.EventHandler(this.udDisplayGridMin_ValueChanged);
            this.udDisplayGridMin.LostFocus += new System.EventHandler(this.udDisplayGridMin_LostFocus);
            // 
            // udDisplayGridMax
            // 
            this.udDisplayGridMax.Increment = new decimal(new int[] {
            5,
            0,
            0,
            0});
            this.udDisplayGridMax.Location = new System.Drawing.Point(48, 24);
            this.udDisplayGridMax.Maximum = new decimal(new int[] {
            200,
            0,
            0,
            0});
            this.udDisplayGridMax.Minimum = new decimal(new int[] {
            200,
            0,
            0,
            -2147483648});
            this.udDisplayGridMax.Name = "udDisplayGridMax";
            this.udDisplayGridMax.Size = new System.Drawing.Size(56, 20);
            this.udDisplayGridMax.TabIndex = 23;
            this.toolTip1.SetToolTip(this.udDisplayGridMax, "Signal level at top of display in dB.");
            this.udDisplayGridMax.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udDisplayGridMax.ValueChanged += new System.EventHandler(this.udDisplayGridMax_ValueChanged);
            this.udDisplayGridMax.LostFocus += new System.EventHandler(this.udDisplayGridMax_LostFocus);
            // 
            // lblDisplayGridStep
            // 
            this.lblDisplayGridStep.Image = null;
            this.lblDisplayGridStep.Location = new System.Drawing.Point(8, 72);
            this.lblDisplayGridStep.Name = "lblDisplayGridStep";
            this.lblDisplayGridStep.Size = new System.Drawing.Size(32, 16);
            this.lblDisplayGridStep.TabIndex = 28;
            this.lblDisplayGridStep.Text = "Step:";
            // 
            // lblDisplayGridMin
            // 
            this.lblDisplayGridMin.Image = null;
            this.lblDisplayGridMin.Location = new System.Drawing.Point(8, 48);
            this.lblDisplayGridMin.Name = "lblDisplayGridMin";
            this.lblDisplayGridMin.Size = new System.Drawing.Size(32, 16);
            this.lblDisplayGridMin.TabIndex = 27;
            this.lblDisplayGridMin.Text = "Min:";
            // 
            // lblDisplayGridMax
            // 
            this.lblDisplayGridMax.Image = null;
            this.lblDisplayGridMax.Location = new System.Drawing.Point(8, 24);
            this.lblDisplayGridMax.Name = "lblDisplayGridMax";
            this.lblDisplayGridMax.Size = new System.Drawing.Size(32, 16);
            this.lblDisplayGridMax.TabIndex = 26;
            this.lblDisplayGridMax.Text = "Max:";
            // 
            // tpDSP
            // 
            this.tpDSP.Controls.Add(this.tcDSP);
            this.tpDSP.Location = new System.Drawing.Point(4, 22);
            this.tpDSP.Name = "tpDSP";
            this.tpDSP.Size = new System.Drawing.Size(584, 286);
            this.tpDSP.TabIndex = 1;
            this.tpDSP.Text = "DSP";
            // 
            // tcDSP
            // 
            this.tcDSP.Controls.Add(this.tpDSPOptions);
            this.tcDSP.Controls.Add(this.tpDSPImageReject);
            this.tcDSP.Controls.Add(this.tpDSPKeyer);
            this.tcDSP.Controls.Add(this.tpDSPAGCALC);
            this.tcDSP.Location = new System.Drawing.Point(0, 0);
            this.tcDSP.Name = "tcDSP";
            this.tcDSP.SelectedIndex = 0;
            this.tcDSP.Size = new System.Drawing.Size(600, 344);
            this.tcDSP.TabIndex = 0;
            // 
            // tpDSPOptions
            // 
            this.tpDSPOptions.Controls.Add(this.chkDSPTXMeterPeak);
            this.tpDSPOptions.Controls.Add(this.grpDSPBufferSize);
            this.tpDSPOptions.Controls.Add(this.grpDSPNB);
            this.tpDSPOptions.Controls.Add(this.grpDSPLMSNR);
            this.tpDSPOptions.Controls.Add(this.grpDSPLMSANF);
            this.tpDSPOptions.Controls.Add(this.grpDSPWindow);
            this.tpDSPOptions.Controls.Add(this.grpDSPNB2);
            this.tpDSPOptions.Location = new System.Drawing.Point(4, 22);
            this.tpDSPOptions.Name = "tpDSPOptions";
            this.tpDSPOptions.Size = new System.Drawing.Size(592, 318);
            this.tpDSPOptions.TabIndex = 2;
            this.tpDSPOptions.Text = "Options";
            // 
            // chkDSPTXMeterPeak
            // 
            this.chkDSPTXMeterPeak.Checked = true;
            this.chkDSPTXMeterPeak.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chkDSPTXMeterPeak.Image = null;
            this.chkDSPTXMeterPeak.Location = new System.Drawing.Point(16, 144);
            this.chkDSPTXMeterPeak.Name = "chkDSPTXMeterPeak";
            this.chkDSPTXMeterPeak.Size = new System.Drawing.Size(144, 32);
            this.chkDSPTXMeterPeak.TabIndex = 38;
            this.chkDSPTXMeterPeak.Text = "Use Peak Readings for TX Meter DSP Values";
            this.chkDSPTXMeterPeak.CheckedChanged += new System.EventHandler(this.chkDSPTXMeterPeak_CheckedChanged);
            // 
            // grpDSPBufferSize
            // 
            this.grpDSPBufferSize.Controls.Add(this.grpDSPBufDig);
            this.grpDSPBufferSize.Controls.Add(this.grpDSPBufCW);
            this.grpDSPBufferSize.Controls.Add(this.grpDSPBufPhone);
            this.grpDSPBufferSize.Location = new System.Drawing.Point(256, 8);
            this.grpDSPBufferSize.Name = "grpDSPBufferSize";
            this.grpDSPBufferSize.Size = new System.Drawing.Size(120, 248);
            this.grpDSPBufferSize.TabIndex = 37;
            this.grpDSPBufferSize.TabStop = false;
            this.grpDSPBufferSize.Text = "Buffer Size";
            // 
            // grpDSPBufDig
            // 
            this.grpDSPBufDig.Controls.Add(this.comboDSPDigTXBuf);
            this.grpDSPBufDig.Controls.Add(this.lblDSPDigBufferRX);
            this.grpDSPBufDig.Controls.Add(this.comboDSPDigRXBuf);
            this.grpDSPBufDig.Controls.Add(this.lblDSPDigBufferTX);
            this.grpDSPBufDig.Location = new System.Drawing.Point(8, 160);
            this.grpDSPBufDig.Name = "grpDSPBufDig";
            this.grpDSPBufDig.Size = new System.Drawing.Size(104, 72);
            this.grpDSPBufDig.TabIndex = 41;
            this.grpDSPBufDig.TabStop = false;
            this.grpDSPBufDig.Text = "Digital";
            // 
            // comboDSPDigTXBuf
            // 
            this.comboDSPDigTXBuf.DisplayMember = "2048";
            this.comboDSPDigTXBuf.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboDSPDigTXBuf.DropDownWidth = 64;
            this.comboDSPDigTXBuf.Items.AddRange(new object[] {
            "256",
            "512",
            "1024",
            "2048",
            "4096"});
            this.comboDSPDigTXBuf.Location = new System.Drawing.Point(32, 48);
            this.comboDSPDigTXBuf.Name = "comboDSPDigTXBuf";
            this.comboDSPDigTXBuf.Size = new System.Drawing.Size(64, 21);
            this.comboDSPDigTXBuf.TabIndex = 20;
            this.toolTip1.SetToolTip(this.comboDSPDigTXBuf, "Sets DSP internal Buffer Size -- larger yields sharper filters, more latency");
            this.comboDSPDigTXBuf.ValueMember = "1024";
            this.comboDSPDigTXBuf.SelectedIndexChanged += new System.EventHandler(this.comboDSPDigTXBuf_SelectedIndexChanged);
            // 
            // lblDSPDigBufferRX
            // 
            this.lblDSPDigBufferRX.Image = null;
            this.lblDSPDigBufferRX.Location = new System.Drawing.Point(8, 24);
            this.lblDSPDigBufferRX.Name = "lblDSPDigBufferRX";
            this.lblDSPDigBufferRX.Size = new System.Drawing.Size(24, 16);
            this.lblDSPDigBufferRX.TabIndex = 19;
            this.lblDSPDigBufferRX.Text = "RX:";
            // 
            // comboDSPDigRXBuf
            // 
            this.comboDSPDigRXBuf.DisplayMember = "2048";
            this.comboDSPDigRXBuf.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboDSPDigRXBuf.DropDownWidth = 64;
            this.comboDSPDigRXBuf.Items.AddRange(new object[] {
            "256",
            "512",
            "1024",
            "2048",
            "4096"});
            this.comboDSPDigRXBuf.Location = new System.Drawing.Point(32, 24);
            this.comboDSPDigRXBuf.Name = "comboDSPDigRXBuf";
            this.comboDSPDigRXBuf.Size = new System.Drawing.Size(64, 21);
            this.comboDSPDigRXBuf.TabIndex = 18;
            this.toolTip1.SetToolTip(this.comboDSPDigRXBuf, "Sets DSP internal Buffer Size -- larger yields sharper filters, more latency");
            this.comboDSPDigRXBuf.ValueMember = "1024";
            this.comboDSPDigRXBuf.SelectedIndexChanged += new System.EventHandler(this.comboDSPDigRXBuf_SelectedIndexChanged);
            // 
            // lblDSPDigBufferTX
            // 
            this.lblDSPDigBufferTX.Image = null;
            this.lblDSPDigBufferTX.Location = new System.Drawing.Point(8, 48);
            this.lblDSPDigBufferTX.Name = "lblDSPDigBufferTX";
            this.lblDSPDigBufferTX.Size = new System.Drawing.Size(24, 16);
            this.lblDSPDigBufferTX.TabIndex = 21;
            this.lblDSPDigBufferTX.Text = "TX:";
            // 
            // grpDSPBufCW
            // 
            this.grpDSPBufCW.Controls.Add(this.comboDSPCWTXBuf);
            this.grpDSPBufCW.Controls.Add(this.lblDSPCWBufferRX);
            this.grpDSPBufCW.Controls.Add(this.comboDSPCWRXBuf);
            this.grpDSPBufCW.Location = new System.Drawing.Point(8, 88);
            this.grpDSPBufCW.Name = "grpDSPBufCW";
            this.grpDSPBufCW.Size = new System.Drawing.Size(104, 72);
            this.grpDSPBufCW.TabIndex = 40;
            this.grpDSPBufCW.TabStop = false;
            this.grpDSPBufCW.Text = "CW";
            // 
            // comboDSPCWTXBuf
            // 
            this.comboDSPCWTXBuf.DisplayMember = "2048";
            this.comboDSPCWTXBuf.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboDSPCWTXBuf.DropDownWidth = 64;
            this.comboDSPCWTXBuf.Items.AddRange(new object[] {
            "256",
            "512",
            "1024",
            "2048"});
            this.comboDSPCWTXBuf.Location = new System.Drawing.Point(32, 48);
            this.comboDSPCWTXBuf.Name = "comboDSPCWTXBuf";
            this.comboDSPCWTXBuf.Size = new System.Drawing.Size(64, 21);
            this.comboDSPCWTXBuf.TabIndex = 20;
            this.toolTip1.SetToolTip(this.comboDSPCWTXBuf, "Sets DSP internal Buffer Size -- larger yields sharper filters, more latency");
            this.comboDSPCWTXBuf.ValueMember = "512";
            this.comboDSPCWTXBuf.Visible = false;
            this.comboDSPCWTXBuf.SelectedIndexChanged += new System.EventHandler(this.comboDSPCWTXBuf_SelectedIndexChanged);
            // 
            // lblDSPCWBufferRX
            // 
            this.lblDSPCWBufferRX.Image = null;
            this.lblDSPCWBufferRX.Location = new System.Drawing.Point(8, 24);
            this.lblDSPCWBufferRX.Name = "lblDSPCWBufferRX";
            this.lblDSPCWBufferRX.Size = new System.Drawing.Size(24, 16);
            this.lblDSPCWBufferRX.TabIndex = 19;
            this.lblDSPCWBufferRX.Text = "RX:";
            // 
            // comboDSPCWRXBuf
            // 
            this.comboDSPCWRXBuf.DisplayMember = "2048";
            this.comboDSPCWRXBuf.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboDSPCWRXBuf.DropDownWidth = 64;
            this.comboDSPCWRXBuf.Items.AddRange(new object[] {
            "256",
            "512",
            "1024",
            "2048",
            "4096"});
            this.comboDSPCWRXBuf.Location = new System.Drawing.Point(32, 24);
            this.comboDSPCWRXBuf.Name = "comboDSPCWRXBuf";
            this.comboDSPCWRXBuf.Size = new System.Drawing.Size(64, 21);
            this.comboDSPCWRXBuf.TabIndex = 18;
            this.toolTip1.SetToolTip(this.comboDSPCWRXBuf, "Sets DSP internal Buffer Size -- larger yields sharper filters, more latency");
            this.comboDSPCWRXBuf.ValueMember = "1024";
            this.comboDSPCWRXBuf.SelectedIndexChanged += new System.EventHandler(this.comboDSPCWRXBuf_SelectedIndexChanged);
            // 
            // grpDSPBufPhone
            // 
            this.grpDSPBufPhone.Controls.Add(this.comboDSPPhoneTXBuf);
            this.grpDSPBufPhone.Controls.Add(this.lblDSPPhoneBufferRX);
            this.grpDSPBufPhone.Controls.Add(this.comboDSPPhoneRXBuf);
            this.grpDSPBufPhone.Controls.Add(this.lblDSPPhoneBufferTX);
            this.grpDSPBufPhone.Location = new System.Drawing.Point(8, 16);
            this.grpDSPBufPhone.Name = "grpDSPBufPhone";
            this.grpDSPBufPhone.Size = new System.Drawing.Size(104, 72);
            this.grpDSPBufPhone.TabIndex = 39;
            this.grpDSPBufPhone.TabStop = false;
            this.grpDSPBufPhone.Text = "Phone";
            // 
            // comboDSPPhoneTXBuf
            // 
            this.comboDSPPhoneTXBuf.DisplayMember = "2048";
            this.comboDSPPhoneTXBuf.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboDSPPhoneTXBuf.DropDownWidth = 64;
            this.comboDSPPhoneTXBuf.Items.AddRange(new object[] {
            "256",
            "512",
            "1024",
            "2048",
            "4096"});
            this.comboDSPPhoneTXBuf.Location = new System.Drawing.Point(32, 48);
            this.comboDSPPhoneTXBuf.Name = "comboDSPPhoneTXBuf";
            this.comboDSPPhoneTXBuf.Size = new System.Drawing.Size(64, 21);
            this.comboDSPPhoneTXBuf.TabIndex = 20;
            this.toolTip1.SetToolTip(this.comboDSPPhoneTXBuf, "Sets DSP internal Buffer Size -- larger yields sharper filters, more latency");
            this.comboDSPPhoneTXBuf.ValueMember = "1024";
            this.comboDSPPhoneTXBuf.SelectedIndexChanged += new System.EventHandler(this.comboDSPPhoneTXBuf_SelectedIndexChanged);
            // 
            // lblDSPPhoneBufferRX
            // 
            this.lblDSPPhoneBufferRX.Image = null;
            this.lblDSPPhoneBufferRX.Location = new System.Drawing.Point(8, 24);
            this.lblDSPPhoneBufferRX.Name = "lblDSPPhoneBufferRX";
            this.lblDSPPhoneBufferRX.Size = new System.Drawing.Size(24, 16);
            this.lblDSPPhoneBufferRX.TabIndex = 19;
            this.lblDSPPhoneBufferRX.Text = "RX:";
            // 
            // comboDSPPhoneRXBuf
            // 
            this.comboDSPPhoneRXBuf.DisplayMember = "2048";
            this.comboDSPPhoneRXBuf.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboDSPPhoneRXBuf.DropDownWidth = 64;
            this.comboDSPPhoneRXBuf.Items.AddRange(new object[] {
            "256",
            "512",
            "1024",
            "2048",
            "4096"});
            this.comboDSPPhoneRXBuf.Location = new System.Drawing.Point(32, 24);
            this.comboDSPPhoneRXBuf.Name = "comboDSPPhoneRXBuf";
            this.comboDSPPhoneRXBuf.Size = new System.Drawing.Size(64, 21);
            this.comboDSPPhoneRXBuf.TabIndex = 18;
            this.toolTip1.SetToolTip(this.comboDSPPhoneRXBuf, "Sets DSP internal Buffer Size -- larger yields sharper filters, more latency");
            this.comboDSPPhoneRXBuf.ValueMember = "1024";
            this.comboDSPPhoneRXBuf.SelectedIndexChanged += new System.EventHandler(this.comboDSPPhoneRXBuf_SelectedIndexChanged);
            // 
            // lblDSPPhoneBufferTX
            // 
            this.lblDSPPhoneBufferTX.Image = null;
            this.lblDSPPhoneBufferTX.Location = new System.Drawing.Point(8, 48);
            this.lblDSPPhoneBufferTX.Name = "lblDSPPhoneBufferTX";
            this.lblDSPPhoneBufferTX.Size = new System.Drawing.Size(24, 16);
            this.lblDSPPhoneBufferTX.TabIndex = 21;
            this.lblDSPPhoneBufferTX.Text = "TX:";
            // 
            // grpDSPNB
            // 
            this.grpDSPNB.Controls.Add(this.udDSPNB);
            this.grpDSPNB.Controls.Add(this.lblDSPNBThreshold);
            this.grpDSPNB.Location = new System.Drawing.Point(384, 8);
            this.grpDSPNB.Name = "grpDSPNB";
            this.grpDSPNB.Size = new System.Drawing.Size(120, 56);
            this.grpDSPNB.TabIndex = 35;
            this.grpDSPNB.TabStop = false;
            this.grpDSPNB.Text = "Noise Blanker";
            // 
            // udDSPNB
            // 
            this.udDSPNB.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udDSPNB.Location = new System.Drawing.Point(64, 24);
            this.udDSPNB.Maximum = new decimal(new int[] {
            200,
            0,
            0,
            0});
            this.udDSPNB.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udDSPNB.Name = "udDSPNB";
            this.udDSPNB.Size = new System.Drawing.Size(40, 20);
            this.udDSPNB.TabIndex = 0;
            this.toolTip1.SetToolTip(this.udDSPNB, "Controls the detection threshold for impulse noise.  ");
            this.udDSPNB.Value = new decimal(new int[] {
            20,
            0,
            0,
            0});
            this.udDSPNB.ValueChanged += new System.EventHandler(this.udDSPNB_ValueChanged);
            this.udDSPNB.LostFocus += new System.EventHandler(this.udDSPNB_LostFocus);
            // 
            // lblDSPNBThreshold
            // 
            this.lblDSPNBThreshold.Image = null;
            this.lblDSPNBThreshold.Location = new System.Drawing.Point(8, 24);
            this.lblDSPNBThreshold.Name = "lblDSPNBThreshold";
            this.lblDSPNBThreshold.Size = new System.Drawing.Size(64, 16);
            this.lblDSPNBThreshold.TabIndex = 9;
            this.lblDSPNBThreshold.Text = "Threshold:";
            // 
            // grpDSPLMSNR
            // 
            this.grpDSPLMSNR.Controls.Add(this.udLMSNRLeak);
            this.grpDSPLMSNR.Controls.Add(this.lblLMSNRLeak);
            this.grpDSPLMSNR.Controls.Add(this.lblLMSNRgain);
            this.grpDSPLMSNR.Controls.Add(this.udLMSNRgain);
            this.grpDSPLMSNR.Controls.Add(this.lblLMSNRdelay);
            this.grpDSPLMSNR.Controls.Add(this.udLMSNRtaps);
            this.grpDSPLMSNR.Controls.Add(this.udLMSNRdelay);
            this.grpDSPLMSNR.Controls.Add(this.lblLMSNRtaps);
            this.grpDSPLMSNR.Location = new System.Drawing.Point(8, 8);
            this.grpDSPLMSNR.Name = "grpDSPLMSNR";
            this.grpDSPLMSNR.Size = new System.Drawing.Size(112, 128);
            this.grpDSPLMSNR.TabIndex = 33;
            this.grpDSPLMSNR.TabStop = false;
            this.grpDSPLMSNR.Text = "NR";
            // 
            // udLMSNRLeak
            // 
            this.udLMSNRLeak.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udLMSNRLeak.Location = new System.Drawing.Point(56, 96);
            this.udLMSNRLeak.Maximum = new decimal(new int[] {
            100000,
            0,
            0,
            0});
            this.udLMSNRLeak.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udLMSNRLeak.Name = "udLMSNRLeak";
            this.udLMSNRLeak.Size = new System.Drawing.Size(48, 20);
            this.udLMSNRLeak.TabIndex = 10;
            this.toolTip1.SetToolTip(this.udLMSNRLeak, "Keeps the filter within a reasonable range once converged");
            this.udLMSNRLeak.Value = new decimal(new int[] {
            10,
            0,
            0,
            0});
            this.udLMSNRLeak.ValueChanged += new System.EventHandler(this.udLMSNR_ValueChanged);
            // 
            // lblLMSNRLeak
            // 
            this.lblLMSNRLeak.Image = null;
            this.lblLMSNRLeak.Location = new System.Drawing.Point(8, 96);
            this.lblLMSNRLeak.Name = "lblLMSNRLeak";
            this.lblLMSNRLeak.Size = new System.Drawing.Size(40, 16);
            this.lblLMSNRLeak.TabIndex = 11;
            this.lblLMSNRLeak.Text = "Leak:";
            // 
            // lblLMSNRgain
            // 
            this.lblLMSNRgain.Image = null;
            this.lblLMSNRgain.Location = new System.Drawing.Point(8, 48);
            this.lblLMSNRgain.Name = "lblLMSNRgain";
            this.lblLMSNRgain.Size = new System.Drawing.Size(40, 16);
            this.lblLMSNRgain.TabIndex = 9;
            this.lblLMSNRgain.Text = "Gain:";
            // 
            // udLMSNRgain
            // 
            this.udLMSNRgain.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udLMSNRgain.Location = new System.Drawing.Point(56, 48);
            this.udLMSNRgain.Maximum = new decimal(new int[] {
            9999,
            0,
            0,
            0});
            this.udLMSNRgain.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udLMSNRgain.Name = "udLMSNRgain";
            this.udLMSNRgain.Size = new System.Drawing.Size(48, 20);
            this.udLMSNRgain.TabIndex = 7;
            this.toolTip1.SetToolTip(this.udLMSNRgain, "Determines the adaptation rate of the filter.");
            this.udLMSNRgain.Value = new decimal(new int[] {
            16,
            0,
            0,
            0});
            this.udLMSNRgain.ValueChanged += new System.EventHandler(this.udLMSNR_ValueChanged);
            this.udLMSNRgain.LostFocus += new System.EventHandler(this.udLMSNRgain_LostFocus);
            // 
            // lblLMSNRdelay
            // 
            this.lblLMSNRdelay.Image = null;
            this.lblLMSNRdelay.Location = new System.Drawing.Point(8, 72);
            this.lblLMSNRdelay.Name = "lblLMSNRdelay";
            this.lblLMSNRdelay.Size = new System.Drawing.Size(40, 16);
            this.lblLMSNRdelay.TabIndex = 5;
            this.lblLMSNRdelay.Text = "Delay:";
            // 
            // udLMSNRtaps
            // 
            this.udLMSNRtaps.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udLMSNRtaps.Location = new System.Drawing.Point(56, 24);
            this.udLMSNRtaps.Maximum = new decimal(new int[] {
            128,
            0,
            0,
            0});
            this.udLMSNRtaps.Minimum = new decimal(new int[] {
            31,
            0,
            0,
            0});
            this.udLMSNRtaps.Name = "udLMSNRtaps";
            this.udLMSNRtaps.Size = new System.Drawing.Size(48, 20);
            this.udLMSNRtaps.TabIndex = 5;
            this.toolTip1.SetToolTip(this.udLMSNRtaps, "Determines the length of the NR computed filter.  ");
            this.udLMSNRtaps.Value = new decimal(new int[] {
            40,
            0,
            0,
            0});
            this.udLMSNRtaps.ValueChanged += new System.EventHandler(this.udLMSNR_ValueChanged);
            this.udLMSNRtaps.LostFocus += new System.EventHandler(this.udLMSNRtaps_LostFocus);
            // 
            // udLMSNRdelay
            // 
            this.udLMSNRdelay.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udLMSNRdelay.Location = new System.Drawing.Point(56, 72);
            this.udLMSNRdelay.Maximum = new decimal(new int[] {
            126,
            0,
            0,
            0});
            this.udLMSNRdelay.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udLMSNRdelay.Name = "udLMSNRdelay";
            this.udLMSNRdelay.Size = new System.Drawing.Size(48, 20);
            this.udLMSNRdelay.TabIndex = 6;
            this.toolTip1.SetToolTip(this.udLMSNRdelay, "Determines how far back you look in the signal before you begin to compute a cohe" +
                    "rent signal enhancement filter.  ");
            this.udLMSNRdelay.Value = new decimal(new int[] {
            30,
            0,
            0,
            0});
            this.udLMSNRdelay.ValueChanged += new System.EventHandler(this.udLMSNR_ValueChanged);
            this.udLMSNRdelay.LostFocus += new System.EventHandler(this.udLMSNRdelay_LostFocus);
            // 
            // lblLMSNRtaps
            // 
            this.lblLMSNRtaps.Image = null;
            this.lblLMSNRtaps.Location = new System.Drawing.Point(8, 24);
            this.lblLMSNRtaps.Name = "lblLMSNRtaps";
            this.lblLMSNRtaps.Size = new System.Drawing.Size(40, 16);
            this.lblLMSNRtaps.TabIndex = 3;
            this.lblLMSNRtaps.Text = "Taps:";
            // 
            // grpDSPLMSANF
            // 
            this.grpDSPLMSANF.Controls.Add(this.udLMSANFLeak);
            this.grpDSPLMSANF.Controls.Add(this.lblLMSANFLeak);
            this.grpDSPLMSANF.Controls.Add(this.lblLMSANFgain);
            this.grpDSPLMSANF.Controls.Add(this.udLMSANFgain);
            this.grpDSPLMSANF.Controls.Add(this.lblLMSANFdelay);
            this.grpDSPLMSANF.Controls.Add(this.udLMSANFdelay);
            this.grpDSPLMSANF.Controls.Add(this.lblLMSANFTaps);
            this.grpDSPLMSANF.Controls.Add(this.udLMSANFtaps);
            this.grpDSPLMSANF.Location = new System.Drawing.Point(128, 8);
            this.grpDSPLMSANF.Name = "grpDSPLMSANF";
            this.grpDSPLMSANF.Size = new System.Drawing.Size(120, 128);
            this.grpDSPLMSANF.TabIndex = 32;
            this.grpDSPLMSANF.TabStop = false;
            this.grpDSPLMSANF.Text = "ANF";
            // 
            // udLMSANFLeak
            // 
            this.udLMSANFLeak.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udLMSANFLeak.Location = new System.Drawing.Point(56, 96);
            this.udLMSANFLeak.Maximum = new decimal(new int[] {
            100000,
            0,
            0,
            0});
            this.udLMSANFLeak.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udLMSANFLeak.Name = "udLMSANFLeak";
            this.udLMSANFLeak.Size = new System.Drawing.Size(48, 20);
            this.udLMSANFLeak.TabIndex = 8;
            this.toolTip1.SetToolTip(this.udLMSANFLeak, "Keeps the filter within a reasonable range once converged");
            this.udLMSANFLeak.Value = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udLMSANFLeak.ValueChanged += new System.EventHandler(this.udLMSANF_ValueChanged);
            // 
            // lblLMSANFLeak
            // 
            this.lblLMSANFLeak.Image = null;
            this.lblLMSANFLeak.Location = new System.Drawing.Point(8, 96);
            this.lblLMSANFLeak.Name = "lblLMSANFLeak";
            this.lblLMSANFLeak.Size = new System.Drawing.Size(40, 16);
            this.lblLMSANFLeak.TabIndex = 9;
            this.lblLMSANFLeak.Text = "Leak:";
            // 
            // lblLMSANFgain
            // 
            this.lblLMSANFgain.Image = null;
            this.lblLMSANFgain.Location = new System.Drawing.Point(8, 48);
            this.lblLMSANFgain.Name = "lblLMSANFgain";
            this.lblLMSANFgain.Size = new System.Drawing.Size(40, 16);
            this.lblLMSANFgain.TabIndex = 6;
            this.lblLMSANFgain.Text = "Gain:";
            // 
            // udLMSANFgain
            // 
            this.udLMSANFgain.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udLMSANFgain.Location = new System.Drawing.Point(56, 48);
            this.udLMSANFgain.Maximum = new decimal(new int[] {
            1000,
            0,
            0,
            0});
            this.udLMSANFgain.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udLMSANFgain.Name = "udLMSANFgain";
            this.udLMSANFgain.Size = new System.Drawing.Size(48, 20);
            this.udLMSANFgain.TabIndex = 3;
            this.toolTip1.SetToolTip(this.udLMSANFgain, "Determines the adaptation rate of the filter.");
            this.udLMSANFgain.Value = new decimal(new int[] {
            25,
            0,
            0,
            0});
            this.udLMSANFgain.ValueChanged += new System.EventHandler(this.udLMSANF_ValueChanged);
            this.udLMSANFgain.LostFocus += new System.EventHandler(this.udLMSANFgain_LostFocus);
            // 
            // lblLMSANFdelay
            // 
            this.lblLMSANFdelay.Image = null;
            this.lblLMSANFdelay.Location = new System.Drawing.Point(8, 72);
            this.lblLMSANFdelay.Name = "lblLMSANFdelay";
            this.lblLMSANFdelay.Size = new System.Drawing.Size(40, 16);
            this.lblLMSANFdelay.TabIndex = 4;
            this.lblLMSANFdelay.Text = "Delay:";
            // 
            // udLMSANFdelay
            // 
            this.udLMSANFdelay.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udLMSANFdelay.Location = new System.Drawing.Point(56, 72);
            this.udLMSANFdelay.Maximum = new decimal(new int[] {
            126,
            0,
            0,
            0});
            this.udLMSANFdelay.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udLMSANFdelay.Name = "udLMSANFdelay";
            this.udLMSANFdelay.Size = new System.Drawing.Size(48, 20);
            this.udLMSANFdelay.TabIndex = 2;
            this.toolTip1.SetToolTip(this.udLMSANFdelay, "Determines how far back you look in the signal before you begin to compute a canc" +
                    "ellation filter");
            this.udLMSANFdelay.Value = new decimal(new int[] {
            60,
            0,
            0,
            0});
            this.udLMSANFdelay.ValueChanged += new System.EventHandler(this.udLMSANF_ValueChanged);
            this.udLMSANFdelay.LostFocus += new System.EventHandler(this.udLMSANFdelay_LostFocus);
            // 
            // lblLMSANFTaps
            // 
            this.lblLMSANFTaps.Image = null;
            this.lblLMSANFTaps.Location = new System.Drawing.Point(8, 24);
            this.lblLMSANFTaps.Name = "lblLMSANFTaps";
            this.lblLMSANFTaps.Size = new System.Drawing.Size(40, 16);
            this.lblLMSANFTaps.TabIndex = 2;
            this.lblLMSANFTaps.Text = "Taps:";
            // 
            // udLMSANFtaps
            // 
            this.udLMSANFtaps.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udLMSANFtaps.Location = new System.Drawing.Point(56, 24);
            this.udLMSANFtaps.Maximum = new decimal(new int[] {
            128,
            0,
            0,
            0});
            this.udLMSANFtaps.Minimum = new decimal(new int[] {
            31,
            0,
            0,
            0});
            this.udLMSANFtaps.Name = "udLMSANFtaps";
            this.udLMSANFtaps.Size = new System.Drawing.Size(48, 20);
            this.udLMSANFtaps.TabIndex = 1;
            this.toolTip1.SetToolTip(this.udLMSANFtaps, "Determines the length of the computed notch filter.");
            this.udLMSANFtaps.Value = new decimal(new int[] {
            68,
            0,
            0,
            0});
            this.udLMSANFtaps.ValueChanged += new System.EventHandler(this.udLMSANF_ValueChanged);
            this.udLMSANFtaps.LostFocus += new System.EventHandler(this.udLMSANFtaps_LostFocus);
            // 
            // grpDSPWindow
            // 
            this.grpDSPWindow.Controls.Add(this.comboDSPWindow);
            this.grpDSPWindow.Location = new System.Drawing.Point(384, 136);
            this.grpDSPWindow.Name = "grpDSPWindow";
            this.grpDSPWindow.Size = new System.Drawing.Size(120, 56);
            this.grpDSPWindow.TabIndex = 36;
            this.grpDSPWindow.TabStop = false;
            this.grpDSPWindow.Text = "Window";
            // 
            // comboDSPWindow
            // 
            this.comboDSPWindow.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboDSPWindow.DropDownWidth = 88;
            this.comboDSPWindow.Location = new System.Drawing.Point(16, 24);
            this.comboDSPWindow.Name = "comboDSPWindow";
            this.comboDSPWindow.Size = new System.Drawing.Size(88, 21);
            this.comboDSPWindow.TabIndex = 0;
            this.toolTip1.SetToolTip(this.comboDSPWindow, "Selects the DSP windowing function that will be applied to the power spectrum in " +
                    "the main display when in Spectrum, Panadapter, and Waterfall modes.   ");
            this.comboDSPWindow.SelectedIndexChanged += new System.EventHandler(this.comboDSPWindow_SelectedIndexChanged);
            // 
            // grpDSPNB2
            // 
            this.grpDSPNB2.Controls.Add(this.udDSPNB2);
            this.grpDSPNB2.Controls.Add(this.lblDSPNB2Threshold);
            this.grpDSPNB2.Location = new System.Drawing.Point(384, 72);
            this.grpDSPNB2.Name = "grpDSPNB2";
            this.grpDSPNB2.Size = new System.Drawing.Size(120, 56);
            this.grpDSPNB2.TabIndex = 34;
            this.grpDSPNB2.TabStop = false;
            this.grpDSPNB2.Text = "Noise Blanker 2";
            // 
            // udDSPNB2
            // 
            this.udDSPNB2.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udDSPNB2.Location = new System.Drawing.Point(64, 24);
            this.udDSPNB2.Maximum = new decimal(new int[] {
            1000,
            0,
            0,
            0});
            this.udDSPNB2.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udDSPNB2.Name = "udDSPNB2";
            this.udDSPNB2.Size = new System.Drawing.Size(40, 20);
            this.udDSPNB2.TabIndex = 7;
            this.toolTip1.SetToolTip(this.udDSPNB2, "Controls the detection threshold for a pulse.  ");
            this.udDSPNB2.Value = new decimal(new int[] {
            15,
            0,
            0,
            0});
            this.udDSPNB2.ValueChanged += new System.EventHandler(this.udDSPNB2_ValueChanged);
            this.udDSPNB2.LostFocus += new System.EventHandler(this.udDSPNB2_LostFocus);
            // 
            // lblDSPNB2Threshold
            // 
            this.lblDSPNB2Threshold.Image = null;
            this.lblDSPNB2Threshold.Location = new System.Drawing.Point(8, 24);
            this.lblDSPNB2Threshold.Name = "lblDSPNB2Threshold";
            this.lblDSPNB2Threshold.Size = new System.Drawing.Size(64, 16);
            this.lblDSPNB2Threshold.TabIndex = 10;
            this.lblDSPNB2Threshold.Text = "Threshold:";
            // 
            // tpDSPImageReject
            // 
            this.tpDSPImageReject.Controls.Add(this.chkDSPImageExpert);
            this.tpDSPImageReject.Controls.Add(this.grpDSPImageRejectTX);
            this.tpDSPImageReject.Location = new System.Drawing.Point(4, 22);
            this.tpDSPImageReject.Name = "tpDSPImageReject";
            this.tpDSPImageReject.Size = new System.Drawing.Size(592, 318);
            this.tpDSPImageReject.TabIndex = 1;
            this.tpDSPImageReject.Text = "Image Reject";
            // 
            // chkDSPImageExpert
            // 
            this.chkDSPImageExpert.Location = new System.Drawing.Point(3, 193);
            this.chkDSPImageExpert.Name = "chkDSPImageExpert";
            this.chkDSPImageExpert.Size = new System.Drawing.Size(56, 24);
            this.chkDSPImageExpert.TabIndex = 35;
            this.chkDSPImageExpert.Text = "Expert";
            this.chkDSPImageExpert.CheckedChanged += new System.EventHandler(this.chkDSPImageExpert_CheckedChanged);
            // 
            // grpDSPImageRejectTX
            // 
            this.grpDSPImageRejectTX.Controls.Add(this.checkboxTXImagCal);
            this.grpDSPImageRejectTX.Controls.Add(this.lblDSPGainValTX);
            this.grpDSPImageRejectTX.Controls.Add(this.lblDSPPhaseValTX);
            this.grpDSPImageRejectTX.Controls.Add(this.udDSPImageGainTX);
            this.grpDSPImageRejectTX.Controls.Add(this.udDSPImagePhaseTX);
            this.grpDSPImageRejectTX.Controls.Add(this.lblDSPImageGainTX);
            this.grpDSPImageRejectTX.Controls.Add(this.tbDSPImagePhaseTX);
            this.grpDSPImageRejectTX.Controls.Add(this.lblDSPImagePhaseTX);
            this.grpDSPImageRejectTX.Controls.Add(this.tbDSPImageGainTX);
            this.grpDSPImageRejectTX.Location = new System.Drawing.Point(3, 3);
            this.grpDSPImageRejectTX.Name = "grpDSPImageRejectTX";
            this.grpDSPImageRejectTX.Size = new System.Drawing.Size(240, 184);
            this.grpDSPImageRejectTX.TabIndex = 33;
            this.grpDSPImageRejectTX.TabStop = false;
            this.grpDSPImageRejectTX.Text = "Transmit Rejection";
            // 
            // checkboxTXImagCal
            // 
            this.checkboxTXImagCal.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.checkboxTXImagCal.Image = null;
            this.checkboxTXImagCal.Location = new System.Drawing.Point(48, 144);
            this.checkboxTXImagCal.Name = "checkboxTXImagCal";
            this.checkboxTXImagCal.Size = new System.Drawing.Size(144, 16);
            this.checkboxTXImagCal.TabIndex = 37;
            this.checkboxTXImagCal.Text = "Enable TX Image Tone";
            this.toolTip1.SetToolTip(this.checkboxTXImagCal, "Check this box while in MOX on USB to calibrate the Transmit Rejection using the " +
                    "controls above.");
            this.checkboxTXImagCal.CheckedChanged += new System.EventHandler(this.chkTXImagCal_CheckedChanged);
            // 
            // lblDSPGainValTX
            // 
            this.lblDSPGainValTX.Image = null;
            this.lblDSPGainValTX.Location = new System.Drawing.Point(72, 104);
            this.lblDSPGainValTX.Name = "lblDSPGainValTX";
            this.lblDSPGainValTX.Size = new System.Drawing.Size(163, 16);
            this.lblDSPGainValTX.TabIndex = 15;
            this.lblDSPGainValTX.Text = "-500    -250       0       250     500";
            // 
            // lblDSPPhaseValTX
            // 
            this.lblDSPPhaseValTX.Image = null;
            this.lblDSPPhaseValTX.Location = new System.Drawing.Point(72, 56);
            this.lblDSPPhaseValTX.Name = "lblDSPPhaseValTX";
            this.lblDSPPhaseValTX.Size = new System.Drawing.Size(163, 16);
            this.lblDSPPhaseValTX.TabIndex = 14;
            this.lblDSPPhaseValTX.Text = "-400    -200       0       200     400";
            // 
            // udDSPImageGainTX
            // 
            this.udDSPImageGainTX.DecimalPlaces = 2;
            this.udDSPImageGainTX.Increment = new decimal(new int[] {
            1,
            0,
            0,
            131072});
            this.udDSPImageGainTX.Location = new System.Drawing.Point(16, 88);
            this.udDSPImageGainTX.Maximum = new decimal(new int[] {
            500,
            0,
            0,
            0});
            this.udDSPImageGainTX.Minimum = new decimal(new int[] {
            500,
            0,
            0,
            -2147483648});
            this.udDSPImageGainTX.Name = "udDSPImageGainTX";
            this.udDSPImageGainTX.Size = new System.Drawing.Size(56, 20);
            this.udDSPImageGainTX.TabIndex = 8;
            this.toolTip1.SetToolTip(this.udDSPImageGainTX, "Sets the amplitude/gain offset between the I and Q channels.  ");
            this.udDSPImageGainTX.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udDSPImageGainTX.ValueChanged += new System.EventHandler(this.udDSPImageGainTX_ValueChanged);
            this.udDSPImageGainTX.LostFocus += new System.EventHandler(this.udDSPImageGainTX_LostFocus);
            // 
            // udDSPImagePhaseTX
            // 
            this.udDSPImagePhaseTX.DecimalPlaces = 2;
            this.udDSPImagePhaseTX.Increment = new decimal(new int[] {
            1,
            0,
            0,
            131072});
            this.udDSPImagePhaseTX.Location = new System.Drawing.Point(16, 40);
            this.udDSPImagePhaseTX.Maximum = new decimal(new int[] {
            400,
            0,
            0,
            0});
            this.udDSPImagePhaseTX.Minimum = new decimal(new int[] {
            400,
            0,
            0,
            -2147483648});
            this.udDSPImagePhaseTX.Name = "udDSPImagePhaseTX";
            this.udDSPImagePhaseTX.Size = new System.Drawing.Size(56, 20);
            this.udDSPImagePhaseTX.TabIndex = 7;
            this.toolTip1.SetToolTip(this.udDSPImagePhaseTX, "Sets the phase offset between the I and Q channels.  ");
            this.udDSPImagePhaseTX.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udDSPImagePhaseTX.ValueChanged += new System.EventHandler(this.udDSPImagePhaseTX_ValueChanged);
            this.udDSPImagePhaseTX.LostFocus += new System.EventHandler(this.udDSPImagePhaseTX_LostFocus);
            // 
            // lblDSPImageGainTX
            // 
            this.lblDSPImageGainTX.Image = null;
            this.lblDSPImageGainTX.Location = new System.Drawing.Point(16, 72);
            this.lblDSPImageGainTX.Name = "lblDSPImageGainTX";
            this.lblDSPImageGainTX.Size = new System.Drawing.Size(48, 16);
            this.lblDSPImageGainTX.TabIndex = 6;
            this.lblDSPImageGainTX.Text = "Gain:";
            // 
            // tbDSPImagePhaseTX
            // 
            this.tbDSPImagePhaseTX.LargeChange = 1;
            this.tbDSPImagePhaseTX.Location = new System.Drawing.Point(72, 24);
            this.tbDSPImagePhaseTX.Maximum = 400;
            this.tbDSPImagePhaseTX.Minimum = -400;
            this.tbDSPImagePhaseTX.Name = "tbDSPImagePhaseTX";
            this.tbDSPImagePhaseTX.Size = new System.Drawing.Size(160, 42);
            this.tbDSPImagePhaseTX.TabIndex = 3;
            this.tbDSPImagePhaseTX.TickFrequency = 50;
            this.toolTip1.SetToolTip(this.tbDSPImagePhaseTX, "Sets the phase offset between the I and Q channels.  ");
            this.tbDSPImagePhaseTX.Scroll += new System.EventHandler(this.tbDSPImagePhaseTX_Scroll);
            // 
            // lblDSPImagePhaseTX
            // 
            this.lblDSPImagePhaseTX.Image = null;
            this.lblDSPImagePhaseTX.Location = new System.Drawing.Point(16, 24);
            this.lblDSPImagePhaseTX.Name = "lblDSPImagePhaseTX";
            this.lblDSPImagePhaseTX.Size = new System.Drawing.Size(48, 16);
            this.lblDSPImagePhaseTX.TabIndex = 5;
            this.lblDSPImagePhaseTX.Text = "Phase:";
            // 
            // tbDSPImageGainTX
            // 
            this.tbDSPImageGainTX.LargeChange = 1;
            this.tbDSPImageGainTX.Location = new System.Drawing.Point(72, 72);
            this.tbDSPImageGainTX.Maximum = 500;
            this.tbDSPImageGainTX.Minimum = -500;
            this.tbDSPImageGainTX.Name = "tbDSPImageGainTX";
            this.tbDSPImageGainTX.Size = new System.Drawing.Size(160, 42);
            this.tbDSPImageGainTX.TabIndex = 4;
            this.tbDSPImageGainTX.TickFrequency = 50;
            this.toolTip1.SetToolTip(this.tbDSPImageGainTX, "Sets the amplitude/gain offset between the I and Q channels.  ");
            this.tbDSPImageGainTX.Scroll += new System.EventHandler(this.tbDSPImageGainTX_Scroll);
            // 
            // tpDSPKeyer
            // 
            this.tpDSPKeyer.Controls.Add(this.chkCWDisableUI);
            this.tpDSPKeyer.Controls.Add(this.grpKeyerConnections);
            this.tpDSPKeyer.Controls.Add(this.grpDSPCWPitch);
            this.tpDSPKeyer.Controls.Add(this.grpDSPKeyerOptions);
            this.tpDSPKeyer.Controls.Add(this.grpDSPKeyerSignalShaping);
            this.tpDSPKeyer.Controls.Add(this.grpDSPKeyerSemiBreakIn);
            this.tpDSPKeyer.Location = new System.Drawing.Point(4, 22);
            this.tpDSPKeyer.Name = "tpDSPKeyer";
            this.tpDSPKeyer.Size = new System.Drawing.Size(592, 318);
            this.tpDSPKeyer.TabIndex = 0;
            this.tpDSPKeyer.Text = "Keyer";
            // 
            // chkCWDisableUI
            // 
            this.chkCWDisableUI.Checked = true;
            this.chkCWDisableUI.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chkCWDisableUI.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.chkCWDisableUI.Image = null;
            this.chkCWDisableUI.Location = new System.Drawing.Point(161, 152);
            this.chkCWDisableUI.Name = "chkCWDisableUI";
            this.chkCWDisableUI.Size = new System.Drawing.Size(109, 32);
            this.chkCWDisableUI.TabIndex = 42;
            this.chkCWDisableUI.Text = "Disable UI MOX Changes";
            this.toolTip1.SetToolTip(this.chkCWDisableUI, "If enabled, will automatically switch to CW mode when paddles are used no matter " +
                    "the current mode ");
            this.chkCWDisableUI.CheckedChanged += new System.EventHandler(this.chkCWDisableUI_CheckedChanged);
            // 
            // grpKeyerConnections
            // 
            this.grpKeyerConnections.Controls.Add(this.comboKeyerConnKeyLine);
            this.grpKeyerConnections.Controls.Add(this.comboKeyerConnSecondary);
            this.grpKeyerConnections.Controls.Add(this.lblKeyerConnSecondary);
            this.grpKeyerConnections.Controls.Add(this.lblKeyerConnKeyLine);
            this.grpKeyerConnections.Controls.Add(this.comboKeyerConnPTTLine);
            this.grpKeyerConnections.Controls.Add(this.lblKeyerConnPrimary);
            this.grpKeyerConnections.Controls.Add(this.lblKeyerConnPTTLine);
            this.grpKeyerConnections.Controls.Add(this.comboKeyerConnPrimary);
            this.grpKeyerConnections.Location = new System.Drawing.Point(112, 8);
            this.grpKeyerConnections.Name = "grpKeyerConnections";
            this.grpKeyerConnections.Size = new System.Drawing.Size(176, 128);
            this.grpKeyerConnections.TabIndex = 40;
            this.grpKeyerConnections.TabStop = false;
            this.grpKeyerConnections.Text = "Connections";
            // 
            // comboKeyerConnKeyLine
            // 
            this.comboKeyerConnKeyLine.DisplayMember = "None";
            this.comboKeyerConnKeyLine.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboKeyerConnKeyLine.DropDownWidth = 64;
            this.comboKeyerConnKeyLine.Items.AddRange(new object[] {
            "None",
            "DTR",
            "RTS"});
            this.comboKeyerConnKeyLine.Location = new System.Drawing.Point(104, 96);
            this.comboKeyerConnKeyLine.Name = "comboKeyerConnKeyLine";
            this.comboKeyerConnKeyLine.Size = new System.Drawing.Size(64, 21);
            this.comboKeyerConnKeyLine.TabIndex = 51;
            this.toolTip1.SetToolTip(this.comboKeyerConnKeyLine, "Sets the COM port line that triggers the tone on the Keyer Port selected above.");
            this.comboKeyerConnKeyLine.ValueMember = "None";
            this.comboKeyerConnKeyLine.Visible = false;
            this.comboKeyerConnKeyLine.SelectedIndexChanged += new System.EventHandler(this.comboKeyerConnKeyLine_SelectedIndexChanged);
            // 
            // comboKeyerConnSecondary
            // 
            this.comboKeyerConnSecondary.DisplayMember = "None";
            this.comboKeyerConnSecondary.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboKeyerConnSecondary.DropDownWidth = 64;
            this.comboKeyerConnSecondary.Items.AddRange(new object[] {
            "None"});
            this.comboKeyerConnSecondary.Location = new System.Drawing.Point(104, 48);
            this.comboKeyerConnSecondary.Name = "comboKeyerConnSecondary";
            this.comboKeyerConnSecondary.Size = new System.Drawing.Size(64, 21);
            this.comboKeyerConnSecondary.TabIndex = 53;
            this.toolTip1.SetToolTip(this.comboKeyerConnSecondary, "Sets Keyer Input COM port.  This can be an external keyer or a virtual COM port b" +
                    "eing driven by a third party program.");
            this.comboKeyerConnSecondary.ValueMember = "None";
            this.comboKeyerConnSecondary.SelectedIndexChanged += new System.EventHandler(this.comboKeyerConnSecondary_SelectedIndexChanged);
            // 
            // lblKeyerConnSecondary
            // 
            this.lblKeyerConnSecondary.Image = null;
            this.lblKeyerConnSecondary.Location = new System.Drawing.Point(16, 48);
            this.lblKeyerConnSecondary.Name = "lblKeyerConnSecondary";
            this.lblKeyerConnSecondary.Size = new System.Drawing.Size(68, 16);
            this.lblKeyerConnSecondary.TabIndex = 52;
            this.lblKeyerConnSecondary.Text = "Secondary:";
            // 
            // lblKeyerConnKeyLine
            // 
            this.lblKeyerConnKeyLine.Image = null;
            this.lblKeyerConnKeyLine.Location = new System.Drawing.Point(16, 96);
            this.lblKeyerConnKeyLine.Name = "lblKeyerConnKeyLine";
            this.lblKeyerConnKeyLine.Size = new System.Drawing.Size(68, 16);
            this.lblKeyerConnKeyLine.TabIndex = 50;
            this.lblKeyerConnKeyLine.Text = "Key Line:";
            this.lblKeyerConnKeyLine.Visible = false;
            // 
            // comboKeyerConnPTTLine
            // 
            this.comboKeyerConnPTTLine.DisplayMember = "None";
            this.comboKeyerConnPTTLine.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboKeyerConnPTTLine.DropDownWidth = 64;
            this.comboKeyerConnPTTLine.Items.AddRange(new object[] {
            "None",
            "DTR",
            "RTS"});
            this.comboKeyerConnPTTLine.Location = new System.Drawing.Point(104, 72);
            this.comboKeyerConnPTTLine.Name = "comboKeyerConnPTTLine";
            this.comboKeyerConnPTTLine.Size = new System.Drawing.Size(64, 21);
            this.comboKeyerConnPTTLine.TabIndex = 49;
            this.toolTip1.SetToolTip(this.comboKeyerConnPTTLine, "Sets the line on the Keyer Port above that triggers PTT.");
            this.comboKeyerConnPTTLine.ValueMember = "None";
            this.comboKeyerConnPTTLine.Visible = false;
            this.comboKeyerConnPTTLine.SelectedIndexChanged += new System.EventHandler(this.comboKeyerConnPTTLine_SelectedIndexChanged);
            // 
            // lblKeyerConnPrimary
            // 
            this.lblKeyerConnPrimary.Image = null;
            this.lblKeyerConnPrimary.Location = new System.Drawing.Point(16, 24);
            this.lblKeyerConnPrimary.Name = "lblKeyerConnPrimary";
            this.lblKeyerConnPrimary.Size = new System.Drawing.Size(88, 16);
            this.lblKeyerConnPrimary.TabIndex = 41;
            this.lblKeyerConnPrimary.Text = "Primary:";
            // 
            // lblKeyerConnPTTLine
            // 
            this.lblKeyerConnPTTLine.Image = null;
            this.lblKeyerConnPTTLine.Location = new System.Drawing.Point(16, 72);
            this.lblKeyerConnPTTLine.Name = "lblKeyerConnPTTLine";
            this.lblKeyerConnPTTLine.Size = new System.Drawing.Size(68, 16);
            this.lblKeyerConnPTTLine.TabIndex = 48;
            this.lblKeyerConnPTTLine.Text = "PTT Line:";
            this.lblKeyerConnPTTLine.Visible = false;
            // 
            // comboKeyerConnPrimary
            // 
            this.comboKeyerConnPrimary.DisplayMember = "LPT";
            this.comboKeyerConnPrimary.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboKeyerConnPrimary.DropDownWidth = 64;
            this.comboKeyerConnPrimary.Items.AddRange(new object[] {
            "5000"});
            this.comboKeyerConnPrimary.Location = new System.Drawing.Point(104, 24);
            this.comboKeyerConnPrimary.Name = "comboKeyerConnPrimary";
            this.comboKeyerConnPrimary.Size = new System.Drawing.Size(64, 21);
            this.comboKeyerConnPrimary.TabIndex = 40;
            this.toolTip1.SetToolTip(this.comboKeyerConnPrimary, "Sets Key Paddle Input port");
            this.comboKeyerConnPrimary.ValueMember = "LPT";
            this.comboKeyerConnPrimary.SelectedIndexChanged += new System.EventHandler(this.comboKeyerConnPrimary_SelectedIndexChanged);
            // 
            // grpDSPCWPitch
            // 
            this.grpDSPCWPitch.Controls.Add(this.lblDSPCWPitchFreq);
            this.grpDSPCWPitch.Controls.Add(this.udDSPCWPitch);
            this.grpDSPCWPitch.Location = new System.Drawing.Point(8, 8);
            this.grpDSPCWPitch.Name = "grpDSPCWPitch";
            this.grpDSPCWPitch.Size = new System.Drawing.Size(96, 57);
            this.grpDSPCWPitch.TabIndex = 39;
            this.grpDSPCWPitch.TabStop = false;
            this.grpDSPCWPitch.Text = "CW Pitch (Hz)";
            // 
            // lblDSPCWPitchFreq
            // 
            this.lblDSPCWPitchFreq.Image = null;
            this.lblDSPCWPitchFreq.Location = new System.Drawing.Point(8, 24);
            this.lblDSPCWPitchFreq.Name = "lblDSPCWPitchFreq";
            this.lblDSPCWPitchFreq.Size = new System.Drawing.Size(32, 16);
            this.lblDSPCWPitchFreq.TabIndex = 8;
            this.lblDSPCWPitchFreq.Text = "Freq:";
            // 
            // udDSPCWPitch
            // 
            this.udDSPCWPitch.Increment = new decimal(new int[] {
            10,
            0,
            0,
            0});
            this.udDSPCWPitch.Location = new System.Drawing.Point(40, 24);
            this.udDSPCWPitch.Maximum = new decimal(new int[] {
            2250,
            0,
            0,
            0});
            this.udDSPCWPitch.Minimum = new decimal(new int[] {
            200,
            0,
            0,
            0});
            this.udDSPCWPitch.Name = "udDSPCWPitch";
            this.udDSPCWPitch.Size = new System.Drawing.Size(48, 20);
            this.udDSPCWPitch.TabIndex = 7;
            this.toolTip1.SetToolTip(this.udDSPCWPitch, "Selects the preferred CW tone frequency.");
            this.udDSPCWPitch.Value = new decimal(new int[] {
            600,
            0,
            0,
            0});
            this.udDSPCWPitch.ValueChanged += new System.EventHandler(this.udDSPCWPitch_ValueChanged);
            this.udDSPCWPitch.LostFocus += new System.EventHandler(this.udDSPCWPitch_LostFocus);
            // 
            // grpDSPKeyerOptions
            // 
            this.grpDSPKeyerOptions.Controls.Add(this.chkModeBStrict);
            this.grpDSPKeyerOptions.Controls.Add(this.chkStrictCharSpacing);
            this.grpDSPKeyerOptions.Controls.Add(this.chkCWKeyerMonoCable);
            this.grpDSPKeyerOptions.Controls.Add(this.chkCWKeyerMode);
            this.grpDSPKeyerOptions.Controls.Add(this.chkCWKeyerRevPdl);
            this.grpDSPKeyerOptions.Controls.Add(this.chkDSPKeyerSidetone);
            this.grpDSPKeyerOptions.Controls.Add(this.chkCWKeyerIambic);
            this.grpDSPKeyerOptions.Controls.Add(this.chkCWAutoSwitchMode);
            this.grpDSPKeyerOptions.Location = new System.Drawing.Point(296, 8);
            this.grpDSPKeyerOptions.Name = "grpDSPKeyerOptions";
            this.grpDSPKeyerOptions.Size = new System.Drawing.Size(142, 224);
            this.grpDSPKeyerOptions.TabIndex = 37;
            this.grpDSPKeyerOptions.TabStop = false;
            this.grpDSPKeyerOptions.Text = "Options";
            // 
            // chkModeBStrict
            // 
            this.chkModeBStrict.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.chkModeBStrict.Image = null;
            this.chkModeBStrict.Location = new System.Drawing.Point(16, 144);
            this.chkModeBStrict.Name = "chkModeBStrict";
            this.chkModeBStrict.Size = new System.Drawing.Size(113, 16);
            this.chkModeBStrict.TabIndex = 44;
            this.chkModeBStrict.Text = "Mode B Strict";
            this.toolTip1.SetToolTip(this.chkModeBStrict, "Sets the detection threshold to halfway into the current element.");
            this.chkModeBStrict.CheckedChanged += new System.EventHandler(this.chkModeBStrict_CheckedChanged);
            // 
            // chkStrictCharSpacing
            // 
            this.chkStrictCharSpacing.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.chkStrictCharSpacing.Image = null;
            this.chkStrictCharSpacing.Location = new System.Drawing.Point(16, 192);
            this.chkStrictCharSpacing.Name = "chkStrictCharSpacing";
            this.chkStrictCharSpacing.Size = new System.Drawing.Size(113, 16);
            this.chkStrictCharSpacing.TabIndex = 43;
            this.chkStrictCharSpacing.Text = "Strict Char Space";
            this.toolTip1.SetToolTip(this.chkStrictCharSpacing, "If enabled, will automatically force a full space after each character.");
            this.chkStrictCharSpacing.CheckedChanged += new System.EventHandler(this.chkStrictCharSpacing_CheckedChanged);
            // 
            // chkCWKeyerMonoCable
            // 
            this.chkCWKeyerMonoCable.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.chkCWKeyerMonoCable.Image = null;
            this.chkCWKeyerMonoCable.Location = new System.Drawing.Point(16, 96);
            this.chkCWKeyerMonoCable.Name = "chkCWKeyerMonoCable";
            this.chkCWKeyerMonoCable.Size = new System.Drawing.Size(113, 16);
            this.chkCWKeyerMonoCable.TabIndex = 42;
            this.chkCWKeyerMonoCable.Text = "2-Wire Cable";
            this.toolTip1.SetToolTip(this.chkCWKeyerMonoCable, "Allows the use of a straight key and other devices suce as paddles on the \r\nFLEX-" +
                    "xx00 series of radios that use only 2 wires to make the connection.");
            this.chkCWKeyerMonoCable.CheckedChanged += new System.EventHandler(this.chkCWKeyerMonoCable_CheckedChanged);
            // 
            // chkCWKeyerMode
            // 
            this.chkCWKeyerMode.Checked = true;
            this.chkCWKeyerMode.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chkCWKeyerMode.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.chkCWKeyerMode.Image = null;
            this.chkCWKeyerMode.Location = new System.Drawing.Point(16, 120);
            this.chkCWKeyerMode.Name = "chkCWKeyerMode";
            this.chkCWKeyerMode.Size = new System.Drawing.Size(113, 16);
            this.chkCWKeyerMode.TabIndex = 40;
            this.chkCWKeyerMode.Text = "Mode B";
            this.toolTip1.SetToolTip(this.chkCWKeyerMode, "Set Keyer Mode");
            this.chkCWKeyerMode.CheckedChanged += new System.EventHandler(this.chkCWKeyerMode_CheckedChanged);
            // 
            // chkCWKeyerRevPdl
            // 
            this.chkCWKeyerRevPdl.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.chkCWKeyerRevPdl.Image = null;
            this.chkCWKeyerRevPdl.Location = new System.Drawing.Point(16, 72);
            this.chkCWKeyerRevPdl.Name = "chkCWKeyerRevPdl";
            this.chkCWKeyerRevPdl.Size = new System.Drawing.Size(113, 16);
            this.chkCWKeyerRevPdl.TabIndex = 38;
            this.chkCWKeyerRevPdl.Text = "Reverse Paddles";
            this.toolTip1.SetToolTip(this.chkCWKeyerRevPdl, "Reverses the input paddle -- Dot becomes Dash and vice versa.");
            this.chkCWKeyerRevPdl.CheckedChanged += new System.EventHandler(this.chkCWKeyerRevPdl_CheckedChanged);
            // 
            // chkDSPKeyerSidetone
            // 
            this.chkDSPKeyerSidetone.Checked = true;
            this.chkDSPKeyerSidetone.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chkDSPKeyerSidetone.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.chkDSPKeyerSidetone.Image = null;
            this.chkDSPKeyerSidetone.Location = new System.Drawing.Point(16, 48);
            this.chkDSPKeyerSidetone.Name = "chkDSPKeyerSidetone";
            this.chkDSPKeyerSidetone.Size = new System.Drawing.Size(113, 16);
            this.chkDSPKeyerSidetone.TabIndex = 37;
            this.chkDSPKeyerSidetone.Text = "Sidetone";
            this.toolTip1.SetToolTip(this.chkDSPKeyerSidetone, "Turns the sidetone in the speakers on/off");
            this.chkDSPKeyerSidetone.CheckedChanged += new System.EventHandler(this.chkDSPKeyerSidetone_CheckedChanged);
            // 
            // chkCWKeyerIambic
            // 
            this.chkCWKeyerIambic.Checked = true;
            this.chkCWKeyerIambic.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chkCWKeyerIambic.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.chkCWKeyerIambic.Image = null;
            this.chkCWKeyerIambic.Location = new System.Drawing.Point(16, 24);
            this.chkCWKeyerIambic.Name = "chkCWKeyerIambic";
            this.chkCWKeyerIambic.Size = new System.Drawing.Size(113, 16);
            this.chkCWKeyerIambic.TabIndex = 36;
            this.chkCWKeyerIambic.Text = "Iambic";
            this.toolTip1.SetToolTip(this.chkCWKeyerIambic, "Iambic or Straight Key?");
            this.chkCWKeyerIambic.CheckedChanged += new System.EventHandler(this.chkCWKeyerIambic_CheckedChanged);
            // 
            // chkCWAutoSwitchMode
            // 
            this.chkCWAutoSwitchMode.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.chkCWAutoSwitchMode.Image = null;
            this.chkCWAutoSwitchMode.Location = new System.Drawing.Point(16, 168);
            this.chkCWAutoSwitchMode.Name = "chkCWAutoSwitchMode";
            this.chkCWAutoSwitchMode.Size = new System.Drawing.Size(113, 16);
            this.chkCWAutoSwitchMode.TabIndex = 41;
            this.chkCWAutoSwitchMode.Text = "Auto Mode Swch";
            this.toolTip1.SetToolTip(this.chkCWAutoSwitchMode, "If enabled, will automatically switch to CW mode when paddles are used no matter " +
                    "the current mode ");
            this.chkCWAutoSwitchMode.CheckedChanged += new System.EventHandler(this.chkCWAutoSwitchMode_CheckedChanged);
            // 
            // grpDSPKeyerSignalShaping
            // 
            this.grpDSPKeyerSignalShaping.Controls.Add(this.udCWKeyerWeight);
            this.grpDSPKeyerSignalShaping.Controls.Add(this.lblCWWeight);
            this.grpDSPKeyerSignalShaping.Controls.Add(this.udCWKeyerRamp);
            this.grpDSPKeyerSignalShaping.Controls.Add(this.lblCWRamp);
            this.grpDSPKeyerSignalShaping.Location = new System.Drawing.Point(444, 8);
            this.grpDSPKeyerSignalShaping.Name = "grpDSPKeyerSignalShaping";
            this.grpDSPKeyerSignalShaping.Size = new System.Drawing.Size(124, 128);
            this.grpDSPKeyerSignalShaping.TabIndex = 34;
            this.grpDSPKeyerSignalShaping.TabStop = false;
            this.grpDSPKeyerSignalShaping.Text = "Signal Shaping";
            // 
            // udCWKeyerWeight
            // 
            this.udCWKeyerWeight.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udCWKeyerWeight.Location = new System.Drawing.Point(80, 24);
            this.udCWKeyerWeight.Maximum = new decimal(new int[] {
            100,
            0,
            0,
            0});
            this.udCWKeyerWeight.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udCWKeyerWeight.Name = "udCWKeyerWeight";
            this.udCWKeyerWeight.Size = new System.Drawing.Size(40, 20);
            this.udCWKeyerWeight.TabIndex = 40;
            this.toolTip1.SetToolTip(this.udCWKeyerWeight, "Sets the weight of the tones when sending Iambic.");
            this.udCWKeyerWeight.Value = new decimal(new int[] {
            50,
            0,
            0,
            0});
            this.udCWKeyerWeight.ValueChanged += new System.EventHandler(this.udCWKeyerWeight_ValueChanged);
            this.udCWKeyerWeight.LostFocus += new System.EventHandler(this.udCWKeyerWeight_LostFocus);
            // 
            // lblCWWeight
            // 
            this.lblCWWeight.Image = null;
            this.lblCWWeight.Location = new System.Drawing.Point(16, 24);
            this.lblCWWeight.Name = "lblCWWeight";
            this.lblCWWeight.Size = new System.Drawing.Size(48, 16);
            this.lblCWWeight.TabIndex = 39;
            this.lblCWWeight.Text = "Weight:";
            // 
            // udCWKeyerRamp
            // 
            this.udCWKeyerRamp.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udCWKeyerRamp.Location = new System.Drawing.Point(80, 48);
            this.udCWKeyerRamp.Maximum = new decimal(new int[] {
            25,
            0,
            0,
            0});
            this.udCWKeyerRamp.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udCWKeyerRamp.Name = "udCWKeyerRamp";
            this.udCWKeyerRamp.Size = new System.Drawing.Size(40, 20);
            this.udCWKeyerRamp.TabIndex = 40;
            this.toolTip1.SetToolTip(this.udCWKeyerRamp, "The width of the ramp on the leading and trailing edge of the tone.");
            this.udCWKeyerRamp.Value = new decimal(new int[] {
            5,
            0,
            0,
            0});
            this.udCWKeyerRamp.ValueChanged += new System.EventHandler(this.udCWKeyerRamp_ValueChanged);
            this.udCWKeyerRamp.LostFocus += new System.EventHandler(this.udCWKeyerRamp_LostFocus);
            // 
            // lblCWRamp
            // 
            this.lblCWRamp.Image = null;
            this.lblCWRamp.Location = new System.Drawing.Point(16, 48);
            this.lblCWRamp.Name = "lblCWRamp";
            this.lblCWRamp.Size = new System.Drawing.Size(64, 16);
            this.lblCWRamp.TabIndex = 39;
            this.lblCWRamp.Text = "Ramp (ms):";
            // 
            // grpDSPKeyerSemiBreakIn
            // 
            this.grpDSPKeyerSemiBreakIn.Controls.Add(this.chkCWBreakInEnabled);
            this.grpDSPKeyerSemiBreakIn.Controls.Add(this.lblCWBreakInDelay);
            this.grpDSPKeyerSemiBreakIn.Controls.Add(this.udCWBreakInDelay);
            this.grpDSPKeyerSemiBreakIn.Location = new System.Drawing.Point(8, 144);
            this.grpDSPKeyerSemiBreakIn.Name = "grpDSPKeyerSemiBreakIn";
            this.grpDSPKeyerSemiBreakIn.Size = new System.Drawing.Size(136, 88);
            this.grpDSPKeyerSemiBreakIn.TabIndex = 38;
            this.grpDSPKeyerSemiBreakIn.TabStop = false;
            this.grpDSPKeyerSemiBreakIn.Text = "Break In";
            // 
            // chkCWBreakInEnabled
            // 
            this.chkCWBreakInEnabled.Checked = true;
            this.chkCWBreakInEnabled.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chkCWBreakInEnabled.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.chkCWBreakInEnabled.Image = null;
            this.chkCWBreakInEnabled.Location = new System.Drawing.Point(16, 24);
            this.chkCWBreakInEnabled.Name = "chkCWBreakInEnabled";
            this.chkCWBreakInEnabled.Size = new System.Drawing.Size(80, 16);
            this.chkCWBreakInEnabled.TabIndex = 36;
            this.chkCWBreakInEnabled.Text = "Enabled";
            this.toolTip1.SetToolTip(this.chkCWBreakInEnabled, "Enables Semi Break In operation.");
            this.chkCWBreakInEnabled.CheckedChanged += new System.EventHandler(this.chkDSPKeyerSemiBreakInEnabled_CheckedChanged);
            // 
            // lblCWBreakInDelay
            // 
            this.lblCWBreakInDelay.Image = null;
            this.lblCWBreakInDelay.Location = new System.Drawing.Point(8, 48);
            this.lblCWBreakInDelay.Name = "lblCWBreakInDelay";
            this.lblCWBreakInDelay.Size = new System.Drawing.Size(64, 16);
            this.lblCWBreakInDelay.TabIndex = 34;
            this.lblCWBreakInDelay.Text = "Delay (ms):";
            // 
            // udCWBreakInDelay
            // 
            this.udCWBreakInDelay.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udCWBreakInDelay.Location = new System.Drawing.Point(72, 48);
            this.udCWBreakInDelay.Maximum = new decimal(new int[] {
            5000,
            0,
            0,
            0});
            this.udCWBreakInDelay.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udCWBreakInDelay.Name = "udCWBreakInDelay";
            this.udCWBreakInDelay.Size = new System.Drawing.Size(48, 20);
            this.udCWBreakInDelay.TabIndex = 35;
            this.toolTip1.SetToolTip(this.udCWBreakInDelay, "Amount of time to stay in TX after the last detected CW signal.");
            this.udCWBreakInDelay.Value = new decimal(new int[] {
            300,
            0,
            0,
            0});
            this.udCWBreakInDelay.ValueChanged += new System.EventHandler(this.udCWKeyerSemiBreakInDelay_ValueChanged);
            this.udCWBreakInDelay.LostFocus += new System.EventHandler(this.udCWBreakInDelay_LostFocus);
            // 
            // tpDSPAGCALC
            // 
            this.tpDSPAGCALC.Controls.Add(this.grpDSPLeveler);
            this.tpDSPAGCALC.Controls.Add(this.grpDSPALC);
            this.tpDSPAGCALC.Controls.Add(this.grpDSPAGC);
            this.tpDSPAGCALC.Location = new System.Drawing.Point(4, 22);
            this.tpDSPAGCALC.Name = "tpDSPAGCALC";
            this.tpDSPAGCALC.Size = new System.Drawing.Size(592, 318);
            this.tpDSPAGCALC.TabIndex = 3;
            this.tpDSPAGCALC.Text = "AGC/ALC";
            // 
            // grpDSPLeveler
            // 
            this.grpDSPLeveler.Controls.Add(this.chkDSPLevelerEnabled);
            this.grpDSPLeveler.Controls.Add(this.lblDSPLevelerHangThreshold);
            this.grpDSPLeveler.Controls.Add(this.udDSPLevelerHangTime);
            this.grpDSPLeveler.Controls.Add(this.lblDSPLevelerHangTime);
            this.grpDSPLeveler.Controls.Add(this.udDSPLevelerThreshold);
            this.grpDSPLeveler.Controls.Add(this.udDSPLevelerSlope);
            this.grpDSPLeveler.Controls.Add(this.udDSPLevelerDecay);
            this.grpDSPLeveler.Controls.Add(this.lblDSPLevelerSlope);
            this.grpDSPLeveler.Controls.Add(this.udDSPLevelerAttack);
            this.grpDSPLeveler.Controls.Add(this.lblDSPLevelerDecay);
            this.grpDSPLeveler.Controls.Add(this.lblDSPLevelerAttack);
            this.grpDSPLeveler.Controls.Add(this.lblDSPLevelerThreshold);
            this.grpDSPLeveler.Controls.Add(this.tbDSPLevelerHangThreshold);
            this.grpDSPLeveler.Location = new System.Drawing.Point(264, 8);
            this.grpDSPLeveler.Name = "grpDSPLeveler";
            this.grpDSPLeveler.Size = new System.Drawing.Size(144, 216);
            this.grpDSPLeveler.TabIndex = 39;
            this.grpDSPLeveler.TabStop = false;
            this.grpDSPLeveler.Text = "Leveler";
            // 
            // chkDSPLevelerEnabled
            // 
            this.chkDSPLevelerEnabled.Checked = true;
            this.chkDSPLevelerEnabled.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chkDSPLevelerEnabled.Image = null;
            this.chkDSPLevelerEnabled.Location = new System.Drawing.Point(16, 24);
            this.chkDSPLevelerEnabled.Name = "chkDSPLevelerEnabled";
            this.chkDSPLevelerEnabled.Size = new System.Drawing.Size(104, 16);
            this.chkDSPLevelerEnabled.TabIndex = 42;
            this.chkDSPLevelerEnabled.Text = "Enabled";
            this.toolTip1.SetToolTip(this.chkDSPLevelerEnabled, "Check this box to Enabled (activate) the leveler feature.");
            this.chkDSPLevelerEnabled.CheckedChanged += new System.EventHandler(this.chkDSPLevelerEnabled_CheckedChanged);
            // 
            // lblDSPLevelerHangThreshold
            // 
            this.lblDSPLevelerHangThreshold.Image = null;
            this.lblDSPLevelerHangThreshold.Location = new System.Drawing.Point(8, 168);
            this.lblDSPLevelerHangThreshold.Name = "lblDSPLevelerHangThreshold";
            this.lblDSPLevelerHangThreshold.Size = new System.Drawing.Size(88, 16);
            this.lblDSPLevelerHangThreshold.TabIndex = 41;
            this.lblDSPLevelerHangThreshold.Text = "Hang Threshold:";
            this.lblDSPLevelerHangThreshold.Visible = false;
            // 
            // udDSPLevelerHangTime
            // 
            this.udDSPLevelerHangTime.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udDSPLevelerHangTime.Location = new System.Drawing.Point(88, 144);
            this.udDSPLevelerHangTime.Maximum = new decimal(new int[] {
            5000,
            0,
            0,
            0});
            this.udDSPLevelerHangTime.Minimum = new decimal(new int[] {
            10,
            0,
            0,
            0});
            this.udDSPLevelerHangTime.Name = "udDSPLevelerHangTime";
            this.udDSPLevelerHangTime.Size = new System.Drawing.Size(48, 20);
            this.udDSPLevelerHangTime.TabIndex = 15;
            this.udDSPLevelerHangTime.Value = new decimal(new int[] {
            500,
            0,
            0,
            0});
            this.udDSPLevelerHangTime.ValueChanged += new System.EventHandler(this.udDSPLevelerHangTime_ValueChanged);
            this.udDSPLevelerHangTime.LostFocus += new System.EventHandler(this.udDSPLevelerHangTime_LostFocus);
            // 
            // lblDSPLevelerHangTime
            // 
            this.lblDSPLevelerHangTime.Image = null;
            this.lblDSPLevelerHangTime.Location = new System.Drawing.Point(8, 144);
            this.lblDSPLevelerHangTime.Name = "lblDSPLevelerHangTime";
            this.lblDSPLevelerHangTime.Size = new System.Drawing.Size(72, 16);
            this.lblDSPLevelerHangTime.TabIndex = 14;
            this.lblDSPLevelerHangTime.Text = "Hang (ms):";
            // 
            // udDSPLevelerThreshold
            // 
            this.udDSPLevelerThreshold.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udDSPLevelerThreshold.Location = new System.Drawing.Point(88, 72);
            this.udDSPLevelerThreshold.Maximum = new decimal(new int[] {
            20,
            0,
            0,
            0});
            this.udDSPLevelerThreshold.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udDSPLevelerThreshold.Name = "udDSPLevelerThreshold";
            this.udDSPLevelerThreshold.Size = new System.Drawing.Size(40, 20);
            this.udDSPLevelerThreshold.TabIndex = 6;
            this.toolTip1.SetToolTip(this.udDSPLevelerThreshold, "This provides for a “threshold” AGC.  Irrespective of how weak a signal is, no ga" +
                    "in over this Max Gain is applied.");
            this.udDSPLevelerThreshold.Value = new decimal(new int[] {
            5,
            0,
            0,
            0});
            this.udDSPLevelerThreshold.ValueChanged += new System.EventHandler(this.udDSPLevelerThreshold_ValueChanged);
            this.udDSPLevelerThreshold.LostFocus += new System.EventHandler(this.udDSPLevelerThreshold_LostFocus);
            // 
            // udDSPLevelerSlope
            // 
            this.udDSPLevelerSlope.Enabled = false;
            this.udDSPLevelerSlope.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udDSPLevelerSlope.Location = new System.Drawing.Point(88, 48);
            this.udDSPLevelerSlope.Maximum = new decimal(new int[] {
            100,
            0,
            0,
            0});
            this.udDSPLevelerSlope.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udDSPLevelerSlope.Name = "udDSPLevelerSlope";
            this.udDSPLevelerSlope.Size = new System.Drawing.Size(40, 20);
            this.udDSPLevelerSlope.TabIndex = 13;
            this.udDSPLevelerSlope.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udDSPLevelerSlope.Visible = false;
            this.udDSPLevelerSlope.LostFocus += new System.EventHandler(this.udDSPLevelerSlope_LostFocus);
            // 
            // udDSPLevelerDecay
            // 
            this.udDSPLevelerDecay.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udDSPLevelerDecay.Location = new System.Drawing.Point(88, 120);
            this.udDSPLevelerDecay.Maximum = new decimal(new int[] {
            5000,
            0,
            0,
            0});
            this.udDSPLevelerDecay.Minimum = new decimal(new int[] {
            10,
            0,
            0,
            0});
            this.udDSPLevelerDecay.Name = "udDSPLevelerDecay";
            this.udDSPLevelerDecay.Size = new System.Drawing.Size(48, 20);
            this.udDSPLevelerDecay.TabIndex = 12;
            this.udDSPLevelerDecay.Value = new decimal(new int[] {
            500,
            0,
            0,
            0});
            this.udDSPLevelerDecay.ValueChanged += new System.EventHandler(this.udDSPLevelerDecay_ValueChanged);
            this.udDSPLevelerDecay.LostFocus += new System.EventHandler(this.udDSPLevelerDecay_LostFocus);
            // 
            // lblDSPLevelerSlope
            // 
            this.lblDSPLevelerSlope.Enabled = false;
            this.lblDSPLevelerSlope.Image = null;
            this.lblDSPLevelerSlope.Location = new System.Drawing.Point(8, 48);
            this.lblDSPLevelerSlope.Name = "lblDSPLevelerSlope";
            this.lblDSPLevelerSlope.Size = new System.Drawing.Size(64, 16);
            this.lblDSPLevelerSlope.TabIndex = 11;
            this.lblDSPLevelerSlope.Text = "Slope (dB):";
            this.lblDSPLevelerSlope.Visible = false;
            // 
            // udDSPLevelerAttack
            // 
            this.udDSPLevelerAttack.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udDSPLevelerAttack.Location = new System.Drawing.Point(88, 96);
            this.udDSPLevelerAttack.Maximum = new decimal(new int[] {
            10,
            0,
            0,
            0});
            this.udDSPLevelerAttack.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udDSPLevelerAttack.Name = "udDSPLevelerAttack";
            this.udDSPLevelerAttack.Size = new System.Drawing.Size(40, 20);
            this.udDSPLevelerAttack.TabIndex = 10;
            this.udDSPLevelerAttack.Value = new decimal(new int[] {
            2,
            0,
            0,
            0});
            this.udDSPLevelerAttack.ValueChanged += new System.EventHandler(this.udDSPLevelerAttack_ValueChanged);
            this.udDSPLevelerAttack.LostFocus += new System.EventHandler(this.udDSPLevelerAttack_LostFocus);
            // 
            // lblDSPLevelerDecay
            // 
            this.lblDSPLevelerDecay.Image = null;
            this.lblDSPLevelerDecay.Location = new System.Drawing.Point(8, 120);
            this.lblDSPLevelerDecay.Name = "lblDSPLevelerDecay";
            this.lblDSPLevelerDecay.Size = new System.Drawing.Size(72, 16);
            this.lblDSPLevelerDecay.TabIndex = 9;
            this.lblDSPLevelerDecay.Text = "Decay (ms):";
            // 
            // lblDSPLevelerAttack
            // 
            this.lblDSPLevelerAttack.Image = null;
            this.lblDSPLevelerAttack.Location = new System.Drawing.Point(8, 96);
            this.lblDSPLevelerAttack.Name = "lblDSPLevelerAttack";
            this.lblDSPLevelerAttack.Size = new System.Drawing.Size(64, 16);
            this.lblDSPLevelerAttack.TabIndex = 8;
            this.lblDSPLevelerAttack.Text = "Attack (ms):";
            // 
            // lblDSPLevelerThreshold
            // 
            this.lblDSPLevelerThreshold.Image = null;
            this.lblDSPLevelerThreshold.Location = new System.Drawing.Point(8, 72);
            this.lblDSPLevelerThreshold.Name = "lblDSPLevelerThreshold";
            this.lblDSPLevelerThreshold.Size = new System.Drawing.Size(88, 24);
            this.lblDSPLevelerThreshold.TabIndex = 7;
            this.lblDSPLevelerThreshold.Text = "Max.Gain (dB):";
            // 
            // tbDSPLevelerHangThreshold
            // 
            this.tbDSPLevelerHangThreshold.AutoSize = false;
            this.tbDSPLevelerHangThreshold.Enabled = false;
            this.tbDSPLevelerHangThreshold.LargeChange = 1;
            this.tbDSPLevelerHangThreshold.Location = new System.Drawing.Point(8, 184);
            this.tbDSPLevelerHangThreshold.Maximum = 100;
            this.tbDSPLevelerHangThreshold.Name = "tbDSPLevelerHangThreshold";
            this.tbDSPLevelerHangThreshold.Size = new System.Drawing.Size(128, 16);
            this.tbDSPLevelerHangThreshold.TabIndex = 40;
            this.tbDSPLevelerHangThreshold.TickFrequency = 10;
            this.tbDSPLevelerHangThreshold.Visible = false;
            // 
            // grpDSPALC
            // 
            this.grpDSPALC.Controls.Add(this.lblDSPALCHangThreshold);
            this.grpDSPALC.Controls.Add(this.tbDSPALCHangThreshold);
            this.grpDSPALC.Controls.Add(this.udDSPALCHangTime);
            this.grpDSPALC.Controls.Add(this.lblDSPALCHangTime);
            this.grpDSPALC.Controls.Add(this.udDSPALCThreshold);
            this.grpDSPALC.Controls.Add(this.udDSPALCSlope);
            this.grpDSPALC.Controls.Add(this.udDSPALCDecay);
            this.grpDSPALC.Controls.Add(this.lblDSPALCSlope);
            this.grpDSPALC.Controls.Add(this.udDSPALCAttack);
            this.grpDSPALC.Controls.Add(this.lblDSPALCDecay);
            this.grpDSPALC.Controls.Add(this.lblDSPALCAttack);
            this.grpDSPALC.Controls.Add(this.lblDSPALCThreshold);
            this.grpDSPALC.Location = new System.Drawing.Point(416, 8);
            this.grpDSPALC.Name = "grpDSPALC";
            this.grpDSPALC.Size = new System.Drawing.Size(144, 192);
            this.grpDSPALC.TabIndex = 38;
            this.grpDSPALC.TabStop = false;
            this.grpDSPALC.Text = "ALC";
            // 
            // lblDSPALCHangThreshold
            // 
            this.lblDSPALCHangThreshold.Image = null;
            this.lblDSPALCHangThreshold.Location = new System.Drawing.Point(8, 144);
            this.lblDSPALCHangThreshold.Name = "lblDSPALCHangThreshold";
            this.lblDSPALCHangThreshold.Size = new System.Drawing.Size(88, 16);
            this.lblDSPALCHangThreshold.TabIndex = 43;
            this.lblDSPALCHangThreshold.Text = "Hang Threshold:";
            this.lblDSPALCHangThreshold.Visible = false;
            // 
            // tbDSPALCHangThreshold
            // 
            this.tbDSPALCHangThreshold.AutoSize = false;
            this.tbDSPALCHangThreshold.Enabled = false;
            this.tbDSPALCHangThreshold.LargeChange = 1;
            this.tbDSPALCHangThreshold.Location = new System.Drawing.Point(8, 160);
            this.tbDSPALCHangThreshold.Maximum = 100;
            this.tbDSPALCHangThreshold.Name = "tbDSPALCHangThreshold";
            this.tbDSPALCHangThreshold.Size = new System.Drawing.Size(128, 16);
            this.tbDSPALCHangThreshold.TabIndex = 42;
            this.tbDSPALCHangThreshold.TickFrequency = 10;
            this.tbDSPALCHangThreshold.Visible = false;
            // 
            // udDSPALCHangTime
            // 
            this.udDSPALCHangTime.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udDSPALCHangTime.Location = new System.Drawing.Point(88, 120);
            this.udDSPALCHangTime.Maximum = new decimal(new int[] {
            5000,
            0,
            0,
            0});
            this.udDSPALCHangTime.Minimum = new decimal(new int[] {
            10,
            0,
            0,
            0});
            this.udDSPALCHangTime.Name = "udDSPALCHangTime";
            this.udDSPALCHangTime.Size = new System.Drawing.Size(48, 20);
            this.udDSPALCHangTime.TabIndex = 17;
            this.udDSPALCHangTime.Value = new decimal(new int[] {
            500,
            0,
            0,
            0});
            this.udDSPALCHangTime.ValueChanged += new System.EventHandler(this.udDSPALCHangTime_ValueChanged);
            this.udDSPALCHangTime.LostFocus += new System.EventHandler(this.udDSPALCHangTime_LostFocus);
            // 
            // lblDSPALCHangTime
            // 
            this.lblDSPALCHangTime.Image = null;
            this.lblDSPALCHangTime.Location = new System.Drawing.Point(8, 120);
            this.lblDSPALCHangTime.Name = "lblDSPALCHangTime";
            this.lblDSPALCHangTime.Size = new System.Drawing.Size(72, 16);
            this.lblDSPALCHangTime.TabIndex = 16;
            this.lblDSPALCHangTime.Text = "Hang (ms):";
            // 
            // udDSPALCThreshold
            // 
            this.udDSPALCThreshold.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udDSPALCThreshold.Location = new System.Drawing.Point(88, 48);
            this.udDSPALCThreshold.Maximum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udDSPALCThreshold.Minimum = new decimal(new int[] {
            120,
            0,
            0,
            -2147483648});
            this.udDSPALCThreshold.Name = "udDSPALCThreshold";
            this.udDSPALCThreshold.Size = new System.Drawing.Size(48, 20);
            this.udDSPALCThreshold.TabIndex = 6;
            this.toolTip1.SetToolTip(this.udDSPALCThreshold, "This provides for a “threshold” AGC.  Irrespective of how weak a signal is, no ga" +
                    "in over this Max Gain is applied.");
            this.udDSPALCThreshold.Value = new decimal(new int[] {
            120,
            0,
            0,
            -2147483648});
            this.udDSPALCThreshold.Visible = false;
            this.udDSPALCThreshold.ValueChanged += new System.EventHandler(this.udDSPALCThreshold_ValueChanged);
            this.udDSPALCThreshold.LostFocus += new System.EventHandler(this.udDSPALCThreshold_LostFocus);
            // 
            // udDSPALCSlope
            // 
            this.udDSPALCSlope.Enabled = false;
            this.udDSPALCSlope.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udDSPALCSlope.Location = new System.Drawing.Point(88, 24);
            this.udDSPALCSlope.Maximum = new decimal(new int[] {
            100,
            0,
            0,
            0});
            this.udDSPALCSlope.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udDSPALCSlope.Name = "udDSPALCSlope";
            this.udDSPALCSlope.Size = new System.Drawing.Size(40, 20);
            this.udDSPALCSlope.TabIndex = 13;
            this.udDSPALCSlope.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udDSPALCSlope.Visible = false;
            this.udDSPALCSlope.LostFocus += new System.EventHandler(this.udDSPALCSlope_LostFocus);
            // 
            // udDSPALCDecay
            // 
            this.udDSPALCDecay.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udDSPALCDecay.Location = new System.Drawing.Point(88, 96);
            this.udDSPALCDecay.Maximum = new decimal(new int[] {
            50,
            0,
            0,
            0});
            this.udDSPALCDecay.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udDSPALCDecay.Name = "udDSPALCDecay";
            this.udDSPALCDecay.Size = new System.Drawing.Size(48, 20);
            this.udDSPALCDecay.TabIndex = 12;
            this.udDSPALCDecay.Value = new decimal(new int[] {
            10,
            0,
            0,
            0});
            this.udDSPALCDecay.ValueChanged += new System.EventHandler(this.udDSPALCDecay_ValueChanged);
            this.udDSPALCDecay.LostFocus += new System.EventHandler(this.udDSPALCDecay_LostFocus);
            // 
            // lblDSPALCSlope
            // 
            this.lblDSPALCSlope.Image = null;
            this.lblDSPALCSlope.Location = new System.Drawing.Point(8, 24);
            this.lblDSPALCSlope.Name = "lblDSPALCSlope";
            this.lblDSPALCSlope.Size = new System.Drawing.Size(64, 16);
            this.lblDSPALCSlope.TabIndex = 11;
            this.lblDSPALCSlope.Text = "Slope (dB):";
            this.lblDSPALCSlope.Visible = false;
            // 
            // udDSPALCAttack
            // 
            this.udDSPALCAttack.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udDSPALCAttack.Location = new System.Drawing.Point(88, 72);
            this.udDSPALCAttack.Maximum = new decimal(new int[] {
            10,
            0,
            0,
            0});
            this.udDSPALCAttack.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udDSPALCAttack.Name = "udDSPALCAttack";
            this.udDSPALCAttack.Size = new System.Drawing.Size(40, 20);
            this.udDSPALCAttack.TabIndex = 10;
            this.udDSPALCAttack.Value = new decimal(new int[] {
            2,
            0,
            0,
            0});
            this.udDSPALCAttack.ValueChanged += new System.EventHandler(this.udDSPALCAttack_ValueChanged);
            this.udDSPALCAttack.LostFocus += new System.EventHandler(this.udDSPALCAttack_LostFocus);
            // 
            // lblDSPALCDecay
            // 
            this.lblDSPALCDecay.Image = null;
            this.lblDSPALCDecay.Location = new System.Drawing.Point(8, 96);
            this.lblDSPALCDecay.Name = "lblDSPALCDecay";
            this.lblDSPALCDecay.Size = new System.Drawing.Size(72, 16);
            this.lblDSPALCDecay.TabIndex = 9;
            this.lblDSPALCDecay.Text = "Decay (ms):";
            // 
            // lblDSPALCAttack
            // 
            this.lblDSPALCAttack.Image = null;
            this.lblDSPALCAttack.Location = new System.Drawing.Point(8, 72);
            this.lblDSPALCAttack.Name = "lblDSPALCAttack";
            this.lblDSPALCAttack.Size = new System.Drawing.Size(64, 16);
            this.lblDSPALCAttack.TabIndex = 8;
            this.lblDSPALCAttack.Text = "Attack (ms):";
            // 
            // lblDSPALCThreshold
            // 
            this.lblDSPALCThreshold.Image = null;
            this.lblDSPALCThreshold.Location = new System.Drawing.Point(8, 48);
            this.lblDSPALCThreshold.Name = "lblDSPALCThreshold";
            this.lblDSPALCThreshold.Size = new System.Drawing.Size(88, 24);
            this.lblDSPALCThreshold.TabIndex = 7;
            this.lblDSPALCThreshold.Text = "Neg. Gain (dB):";
            this.lblDSPALCThreshold.Visible = false;
            // 
            // grpDSPAGC
            // 
            this.grpDSPAGC.Controls.Add(this.tbDSPAGCHangThreshold);
            this.grpDSPAGC.Controls.Add(this.lblDSPAGCHangThreshold);
            this.grpDSPAGC.Controls.Add(this.lblDSPAGCHangTime);
            this.grpDSPAGC.Controls.Add(this.udDSPAGCHangTime);
            this.grpDSPAGC.Controls.Add(this.udDSPAGCMaxGaindB);
            this.grpDSPAGC.Controls.Add(this.udDSPAGCSlope);
            this.grpDSPAGC.Controls.Add(this.udDSPAGCDecay);
            this.grpDSPAGC.Controls.Add(this.lblDSPAGCSlope);
            this.grpDSPAGC.Controls.Add(this.udDSPAGCAttack);
            this.grpDSPAGC.Controls.Add(this.lblDSPAGCDecay);
            this.grpDSPAGC.Controls.Add(this.lblDSPAGCAttack);
            this.grpDSPAGC.Controls.Add(this.lblDSPAGCMaxGain);
            this.grpDSPAGC.Controls.Add(this.udDSPAGCFixedGaindB);
            this.grpDSPAGC.Controls.Add(this.lblDSPAGCFixed);
            this.grpDSPAGC.Location = new System.Drawing.Point(8, 8);
            this.grpDSPAGC.Name = "grpDSPAGC";
            this.grpDSPAGC.Size = new System.Drawing.Size(168, 232);
            this.grpDSPAGC.TabIndex = 31;
            this.grpDSPAGC.TabStop = false;
            this.grpDSPAGC.Text = "AGC";
            // 
            // tbDSPAGCHangThreshold
            // 
            this.tbDSPAGCHangThreshold.AutoSize = false;
            this.tbDSPAGCHangThreshold.LargeChange = 1;
            this.tbDSPAGCHangThreshold.Location = new System.Drawing.Point(8, 168);
            this.tbDSPAGCHangThreshold.Maximum = 100;
            this.tbDSPAGCHangThreshold.Name = "tbDSPAGCHangThreshold";
            this.tbDSPAGCHangThreshold.Size = new System.Drawing.Size(144, 16);
            this.tbDSPAGCHangThreshold.TabIndex = 47;
            this.tbDSPAGCHangThreshold.TickFrequency = 10;
            this.tbDSPAGCHangThreshold.Scroll += new System.EventHandler(this.tbDSPAGCHangThreshold_Scroll);
            // 
            // lblDSPAGCHangThreshold
            // 
            this.lblDSPAGCHangThreshold.Image = null;
            this.lblDSPAGCHangThreshold.Location = new System.Drawing.Point(8, 144);
            this.lblDSPAGCHangThreshold.Name = "lblDSPAGCHangThreshold";
            this.lblDSPAGCHangThreshold.Size = new System.Drawing.Size(88, 16);
            this.lblDSPAGCHangThreshold.TabIndex = 46;
            this.lblDSPAGCHangThreshold.Text = "Hang Threshold:";
            // 
            // lblDSPAGCHangTime
            // 
            this.lblDSPAGCHangTime.Image = null;
            this.lblDSPAGCHangTime.Location = new System.Drawing.Point(8, 120);
            this.lblDSPAGCHangTime.Name = "lblDSPAGCHangTime";
            this.lblDSPAGCHangTime.Size = new System.Drawing.Size(72, 16);
            this.lblDSPAGCHangTime.TabIndex = 45;
            this.lblDSPAGCHangTime.Text = "Hang (ms):";
            // 
            // udDSPAGCHangTime
            // 
            this.udDSPAGCHangTime.Enabled = false;
            this.udDSPAGCHangTime.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udDSPAGCHangTime.Location = new System.Drawing.Point(104, 120);
            this.udDSPAGCHangTime.Maximum = new decimal(new int[] {
            5000,
            0,
            0,
            0});
            this.udDSPAGCHangTime.Minimum = new decimal(new int[] {
            10,
            0,
            0,
            0});
            this.udDSPAGCHangTime.Name = "udDSPAGCHangTime";
            this.udDSPAGCHangTime.Size = new System.Drawing.Size(48, 20);
            this.udDSPAGCHangTime.TabIndex = 44;
            this.udDSPAGCHangTime.Value = new decimal(new int[] {
            250,
            0,
            0,
            0});
            this.udDSPAGCHangTime.ValueChanged += new System.EventHandler(this.udDSPAGCHangTime_ValueChanged);
            this.udDSPAGCHangTime.LostFocus += new System.EventHandler(this.udDSPAGCHangTime_LostFocus);
            // 
            // udDSPAGCMaxGaindB
            // 
            this.udDSPAGCMaxGaindB.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udDSPAGCMaxGaindB.Location = new System.Drawing.Point(104, 48);
            this.udDSPAGCMaxGaindB.Maximum = new decimal(new int[] {
            120,
            0,
            0,
            0});
            this.udDSPAGCMaxGaindB.Minimum = new decimal(new int[] {
            20,
            0,
            0,
            -2147483648});
            this.udDSPAGCMaxGaindB.Name = "udDSPAGCMaxGaindB";
            this.udDSPAGCMaxGaindB.Size = new System.Drawing.Size(40, 20);
            this.udDSPAGCMaxGaindB.TabIndex = 6;
            this.toolTip1.SetToolTip(this.udDSPAGCMaxGaindB, "This provides for a “threshold” AGC.  Irrespective of how weak a signal is, no ga" +
                    "in over this Max Gain is applied.");
            this.udDSPAGCMaxGaindB.Value = new decimal(new int[] {
            90,
            0,
            0,
            0});
            this.udDSPAGCMaxGaindB.ValueChanged += new System.EventHandler(this.udDSPAGCMaxGaindB_ValueChanged);
            this.udDSPAGCMaxGaindB.LostFocus += new System.EventHandler(this.udDSPAGCMaxGaindB_LostFocus);
            // 
            // udDSPAGCSlope
            // 
            this.udDSPAGCSlope.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udDSPAGCSlope.Location = new System.Drawing.Point(104, 24);
            this.udDSPAGCSlope.Maximum = new decimal(new int[] {
            10,
            0,
            0,
            0});
            this.udDSPAGCSlope.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udDSPAGCSlope.Name = "udDSPAGCSlope";
            this.udDSPAGCSlope.Size = new System.Drawing.Size(40, 20);
            this.udDSPAGCSlope.TabIndex = 13;
            this.udDSPAGCSlope.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            this.udDSPAGCSlope.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udDSPAGCSlope.ValueChanged += new System.EventHandler(this.udDSPAGCSlope_ValueChanged);
            this.udDSPAGCSlope.LostFocus += new System.EventHandler(this.udDSPAGCSlope_LostFocus);
            // 
            // udDSPAGCDecay
            // 
            this.udDSPAGCDecay.Enabled = false;
            this.udDSPAGCDecay.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udDSPAGCDecay.Location = new System.Drawing.Point(104, 96);
            this.udDSPAGCDecay.Maximum = new decimal(new int[] {
            5000,
            0,
            0,
            0});
            this.udDSPAGCDecay.Minimum = new decimal(new int[] {
            10,
            0,
            0,
            0});
            this.udDSPAGCDecay.Name = "udDSPAGCDecay";
            this.udDSPAGCDecay.Size = new System.Drawing.Size(48, 20);
            this.udDSPAGCDecay.TabIndex = 12;
            this.udDSPAGCDecay.Value = new decimal(new int[] {
            250,
            0,
            0,
            0});
            this.udDSPAGCDecay.ValueChanged += new System.EventHandler(this.udDSPAGCDecay_ValueChanged);
            this.udDSPAGCDecay.LostFocus += new System.EventHandler(this.udDSPAGCDecay_LostFocus);
            // 
            // lblDSPAGCSlope
            // 
            this.lblDSPAGCSlope.Image = null;
            this.lblDSPAGCSlope.Location = new System.Drawing.Point(8, 24);
            this.lblDSPAGCSlope.Name = "lblDSPAGCSlope";
            this.lblDSPAGCSlope.Size = new System.Drawing.Size(80, 16);
            this.lblDSPAGCSlope.TabIndex = 11;
            this.lblDSPAGCSlope.Text = "Slope (dB):";
            // 
            // udDSPAGCAttack
            // 
            this.udDSPAGCAttack.Enabled = false;
            this.udDSPAGCAttack.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udDSPAGCAttack.Location = new System.Drawing.Point(104, 72);
            this.udDSPAGCAttack.Maximum = new decimal(new int[] {
            10,
            0,
            0,
            0});
            this.udDSPAGCAttack.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udDSPAGCAttack.Name = "udDSPAGCAttack";
            this.udDSPAGCAttack.Size = new System.Drawing.Size(40, 20);
            this.udDSPAGCAttack.TabIndex = 10;
            this.udDSPAGCAttack.Value = new decimal(new int[] {
            2,
            0,
            0,
            0});
            this.udDSPAGCAttack.ValueChanged += new System.EventHandler(this.udDSPAGCAttack_ValueChanged);
            this.udDSPAGCAttack.LostFocus += new System.EventHandler(this.udDSPAGCAttack_LostFocus);
            // 
            // lblDSPAGCDecay
            // 
            this.lblDSPAGCDecay.Image = null;
            this.lblDSPAGCDecay.Location = new System.Drawing.Point(8, 96);
            this.lblDSPAGCDecay.Name = "lblDSPAGCDecay";
            this.lblDSPAGCDecay.Size = new System.Drawing.Size(72, 16);
            this.lblDSPAGCDecay.TabIndex = 9;
            this.lblDSPAGCDecay.Text = "Decay (ms):";
            // 
            // lblDSPAGCAttack
            // 
            this.lblDSPAGCAttack.Image = null;
            this.lblDSPAGCAttack.Location = new System.Drawing.Point(8, 72);
            this.lblDSPAGCAttack.Name = "lblDSPAGCAttack";
            this.lblDSPAGCAttack.Size = new System.Drawing.Size(64, 16);
            this.lblDSPAGCAttack.TabIndex = 8;
            this.lblDSPAGCAttack.Text = "Attack (ms):";
            // 
            // lblDSPAGCMaxGain
            // 
            this.lblDSPAGCMaxGain.Image = null;
            this.lblDSPAGCMaxGain.Location = new System.Drawing.Point(8, 48);
            this.lblDSPAGCMaxGain.Name = "lblDSPAGCMaxGain";
            this.lblDSPAGCMaxGain.Size = new System.Drawing.Size(88, 24);
            this.lblDSPAGCMaxGain.TabIndex = 7;
            this.lblDSPAGCMaxGain.Text = "Max Gain (dB):";
            // 
            // udDSPAGCFixedGaindB
            // 
            this.udDSPAGCFixedGaindB.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udDSPAGCFixedGaindB.Location = new System.Drawing.Point(104, 200);
            this.udDSPAGCFixedGaindB.Maximum = new decimal(new int[] {
            120,
            0,
            0,
            0});
            this.udDSPAGCFixedGaindB.Minimum = new decimal(new int[] {
            20,
            0,
            0,
            -2147483648});
            this.udDSPAGCFixedGaindB.Name = "udDSPAGCFixedGaindB";
            this.udDSPAGCFixedGaindB.Size = new System.Drawing.Size(40, 20);
            this.udDSPAGCFixedGaindB.TabIndex = 4;
            this.toolTip1.SetToolTip(this.udDSPAGCFixedGaindB, "When you choose Fixed AGC on the front panel, this number is used to multiply the" +
                    " signal.");
            this.udDSPAGCFixedGaindB.Value = new decimal(new int[] {
            75,
            0,
            0,
            0});
            this.udDSPAGCFixedGaindB.ValueChanged += new System.EventHandler(this.udDSPAGCFixedGaindB_ValueChanged);
            this.udDSPAGCFixedGaindB.LostFocus += new System.EventHandler(this.udDSPAGCFixedGaindB_LostFocus);
            // 
            // lblDSPAGCFixed
            // 
            this.lblDSPAGCFixed.Image = null;
            this.lblDSPAGCFixed.Location = new System.Drawing.Point(8, 200);
            this.lblDSPAGCFixed.Name = "lblDSPAGCFixed";
            this.lblDSPAGCFixed.Size = new System.Drawing.Size(88, 16);
            this.lblDSPAGCFixed.TabIndex = 5;
            this.lblDSPAGCFixed.Text = "Fixed Gain (dB):";
            // 
            // tpTransmit
            // 
            this.tpTransmit.Controls.Add(this.chkRememberTXProfileOnModeChange);
            this.tpTransmit.Controls.Add(this.chkAudioMicBoost);
            this.tpTransmit.Controls.Add(this.chkSaveTXProfileOnExit);
            this.tpTransmit.Controls.Add(this.chkAutoSaveTXProfile);
            this.tpTransmit.Controls.Add(this.chkTXLimitSlew);
            this.tpTransmit.Controls.Add(this.chkTXExpert);
            this.tpTransmit.Controls.Add(this.grpTXProfileDef);
            this.tpTransmit.Controls.Add(this.grpTXAM);
            this.tpTransmit.Controls.Add(this.grpTXMonitor);
            this.tpTransmit.Controls.Add(this.grpTXNoiseGate);
            this.tpTransmit.Controls.Add(this.grpTXProfile);
            this.tpTransmit.Controls.Add(this.grpPATune);
            this.tpTransmit.Controls.Add(this.grpTXFilter);
            this.tpTransmit.Controls.Add(this.chkDCBlock);
            this.tpTransmit.Controls.Add(this.grpTXVOX);
            this.tpTransmit.Controls.Add(this.grpTX1500);
            this.tpTransmit.Location = new System.Drawing.Point(4, 22);
            this.tpTransmit.Name = "tpTransmit";
            this.tpTransmit.Size = new System.Drawing.Size(584, 286);
            this.tpTransmit.TabIndex = 5;
            this.tpTransmit.Text = "Transmit";
            // 
            // chkRememberTXProfileOnModeChange
            // 
            this.chkRememberTXProfileOnModeChange.Image = null;
            this.chkRememberTXProfileOnModeChange.Location = new System.Drawing.Point(306, 194);
            this.chkRememberTXProfileOnModeChange.Name = "chkRememberTXProfileOnModeChange";
            this.chkRememberTXProfileOnModeChange.Size = new System.Drawing.Size(235, 26);
            this.chkRememberTXProfileOnModeChange.TabIndex = 61;
            this.chkRememberTXProfileOnModeChange.Text = "Remember TX Profile on Mode Change";
            this.toolTip1.SetToolTip(this.chkRememberTXProfileOnModeChange, "When checked the previous TX Profile used for a particular mode is remembered");
            this.chkRememberTXProfileOnModeChange.CheckedChanged += new System.EventHandler(this.chkRememberTXProfileOnModeChange_CheckedChanged);
            // 
            // chkAudioMicBoost
            // 
            this.chkAudioMicBoost.Image = null;
            this.chkAudioMicBoost.Location = new System.Drawing.Point(306, 138);
            this.chkAudioMicBoost.Name = "chkAudioMicBoost";
            this.chkAudioMicBoost.Size = new System.Drawing.Size(83, 26);
            this.chkAudioMicBoost.TabIndex = 60;
            this.chkAudioMicBoost.Text = "Mic Boost";
            this.toolTip1.SetToolTip(this.chkAudioMicBoost, "Provided extra audio gain for low output microphones (usually not needed)");
            this.chkAudioMicBoost.CheckedChanged += new System.EventHandler(this.chkAudioMicBoost_CheckedChanged);
            // 
            // chkSaveTXProfileOnExit
            // 
            this.chkSaveTXProfileOnExit.Checked = true;
            this.chkSaveTXProfileOnExit.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chkSaveTXProfileOnExit.Image = null;
            this.chkSaveTXProfileOnExit.Location = new System.Drawing.Point(306, 250);
            this.chkSaveTXProfileOnExit.Name = "chkSaveTXProfileOnExit";
            this.chkSaveTXProfileOnExit.Size = new System.Drawing.Size(235, 26);
            this.chkSaveTXProfileOnExit.TabIndex = 59;
            this.chkSaveTXProfileOnExit.Text = "Auto Save TX Profile on PowerSDR close";
            this.toolTip1.SetToolTip(this.chkSaveTXProfileOnExit, "Automatically saves the current TX Profile when PowerSDR is closed");
            this.chkSaveTXProfileOnExit.CheckedChanged += new System.EventHandler(this.chkSaveTXProfileOnExit_CheckedChanged);
            // 
            // chkAutoSaveTXProfile
            // 
            this.chkAutoSaveTXProfile.Image = null;
            this.chkAutoSaveTXProfile.Location = new System.Drawing.Point(306, 222);
            this.chkAutoSaveTXProfile.Name = "chkAutoSaveTXProfile";
            this.chkAutoSaveTXProfile.Size = new System.Drawing.Size(189, 26);
            this.chkAutoSaveTXProfile.TabIndex = 58;
            this.chkAutoSaveTXProfile.Text = "Auto Save TX Profile on change";
            this.toolTip1.SetToolTip(this.chkAutoSaveTXProfile, "Automatically saves the current TX Profile if another profile is selected");
            // 
            // chkTXLimitSlew
            // 
            this.chkTXLimitSlew.Image = null;
            this.chkTXLimitSlew.Location = new System.Drawing.Point(306, 82);
            this.chkTXLimitSlew.Name = "chkTXLimitSlew";
            this.chkTXLimitSlew.Size = new System.Drawing.Size(83, 26);
            this.chkTXLimitSlew.TabIndex = 57;
            this.chkTXLimitSlew.Text = "Limit Slew";
            this.toolTip1.SetToolTip(this.chkTXLimitSlew, "Ramps key-up to avoid unkey artifacts (induces additional delay) - This is useful" +
                    " to avoid tripping amplifiers");
            this.chkTXLimitSlew.CheckedChanged += new System.EventHandler(this.chkTXLimitSlew_CheckedChanged);
            // 
            // chkTXExpert
            // 
            this.chkTXExpert.Image = null;
            this.chkTXExpert.Location = new System.Drawing.Point(477, 3);
            this.chkTXExpert.Name = "chkTXExpert";
            this.chkTXExpert.Size = new System.Drawing.Size(96, 24);
            this.chkTXExpert.TabIndex = 55;
            this.chkTXExpert.Text = "More Profiles";
            this.toolTip1.SetToolTip(this.chkTXExpert, "Check to display additional default preset TX Profiles");
            this.chkTXExpert.CheckedChanged += new System.EventHandler(this.chkTXExpert_CheckedChanged);
            // 
            // grpTXProfileDef
            // 
            this.grpTXProfileDef.Controls.Add(this.btnTXProfileDefImport);
            this.grpTXProfileDef.Controls.Add(this.lstTXProfileDef);
            this.grpTXProfileDef.Location = new System.Drawing.Point(445, 28);
            this.grpTXProfileDef.Name = "grpTXProfileDef";
            this.grpTXProfileDef.Size = new System.Drawing.Size(136, 152);
            this.grpTXProfileDef.TabIndex = 54;
            this.grpTXProfileDef.TabStop = false;
            this.grpTXProfileDef.Text = "Additional TX Profiles";
            this.grpTXProfileDef.Visible = false;
            // 
            // btnTXProfileDefImport
            // 
            this.btnTXProfileDefImport.Image = null;
            this.btnTXProfileDefImport.Location = new System.Drawing.Point(32, 120);
            this.btnTXProfileDefImport.Name = "btnTXProfileDefImport";
            this.btnTXProfileDefImport.Size = new System.Drawing.Size(64, 24);
            this.btnTXProfileDefImport.TabIndex = 54;
            this.btnTXProfileDefImport.Text = "Import";
            this.toolTip1.SetToolTip(this.btnTXProfileDefImport, "Highlight an additional preset TX Profile and then click on Import to add it to y" +
                    "our active profiles");
            this.btnTXProfileDefImport.Click += new System.EventHandler(this.btnTXProfileDefImport_Click);
            // 
            // lstTXProfileDef
            // 
            this.lstTXProfileDef.Location = new System.Drawing.Point(8, 16);
            this.lstTXProfileDef.Name = "lstTXProfileDef";
            this.lstTXProfileDef.Size = new System.Drawing.Size(120, 95);
            this.lstTXProfileDef.TabIndex = 53;
            // 
            // grpTXAM
            // 
            this.grpTXAM.Controls.Add(this.lblTXAMCarrierLevel);
            this.grpTXAM.Controls.Add(this.udTXAMCarrierLevel);
            this.grpTXAM.Location = new System.Drawing.Point(302, 21);
            this.grpTXAM.Name = "grpTXAM";
            this.grpTXAM.Size = new System.Drawing.Size(137, 56);
            this.grpTXAM.TabIndex = 52;
            this.grpTXAM.TabStop = false;
            this.grpTXAM.Text = "AM";
            // 
            // lblTXAMCarrierLevel
            // 
            this.lblTXAMCarrierLevel.Image = null;
            this.lblTXAMCarrierLevel.Location = new System.Drawing.Point(1, 24);
            this.lblTXAMCarrierLevel.Name = "lblTXAMCarrierLevel";
            this.lblTXAMCarrierLevel.Size = new System.Drawing.Size(72, 16);
            this.lblTXAMCarrierLevel.TabIndex = 5;
            this.lblTXAMCarrierLevel.Text = "Carrier Level:";
            // 
            // udTXAMCarrierLevel
            // 
            this.udTXAMCarrierLevel.DecimalPlaces = 1;
            this.udTXAMCarrierLevel.Increment = new decimal(new int[] {
            1,
            0,
            0,
            65536});
            this.udTXAMCarrierLevel.Location = new System.Drawing.Point(76, 20);
            this.udTXAMCarrierLevel.Maximum = new decimal(new int[] {
            50,
            0,
            0,
            0});
            this.udTXAMCarrierLevel.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udTXAMCarrierLevel.Name = "udTXAMCarrierLevel";
            this.udTXAMCarrierLevel.Size = new System.Drawing.Size(56, 20);
            this.udTXAMCarrierLevel.TabIndex = 4;
            this.toolTip1.SetToolTip(this.udTXAMCarrierLevel, "Adjusts the carrier level on AM (in approximate watts with Drive Level = 100 usin" +
                    "g a 100W SDR) .");
            this.udTXAMCarrierLevel.Value = new decimal(new int[] {
            25,
            0,
            0,
            0});
            this.udTXAMCarrierLevel.ValueChanged += new System.EventHandler(this.udTXAMCarrierLevel_ValueChanged);
            this.udTXAMCarrierLevel.LostFocus += new System.EventHandler(this.udTXAMCarrierLevel_LostFocus);
            // 
            // grpTXMonitor
            // 
            this.grpTXMonitor.Controls.Add(this.lblTXAF);
            this.grpTXMonitor.Controls.Add(this.udTXAF);
            this.grpTXMonitor.Location = new System.Drawing.Point(152, 204);
            this.grpTXMonitor.Name = "grpTXMonitor";
            this.grpTXMonitor.Size = new System.Drawing.Size(144, 76);
            this.grpTXMonitor.TabIndex = 51;
            this.grpTXMonitor.TabStop = false;
            this.grpTXMonitor.Text = "Monitor";
            // 
            // lblTXAF
            // 
            this.lblTXAF.Image = null;
            this.lblTXAF.Location = new System.Drawing.Point(8, 24);
            this.lblTXAF.Name = "lblTXAF";
            this.lblTXAF.Size = new System.Drawing.Size(40, 16);
            this.lblTXAF.TabIndex = 5;
            this.lblTXAF.Text = "TX AF:";
            // 
            // udTXAF
            // 
            this.udTXAF.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udTXAF.Location = new System.Drawing.Point(56, 24);
            this.udTXAF.Maximum = new decimal(new int[] {
            100,
            0,
            0,
            0});
            this.udTXAF.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udTXAF.Name = "udTXAF";
            this.udTXAF.Size = new System.Drawing.Size(48, 20);
            this.udTXAF.TabIndex = 4;
            this.toolTip1.SetToolTip(this.udTXAF, "AF value to use when in TX mode (with the Delta 44 only).");
            this.udTXAF.Value = new decimal(new int[] {
            50,
            0,
            0,
            0});
            this.udTXAF.ValueChanged += new System.EventHandler(this.udTXAF_ValueChanged);
            this.udTXAF.LostFocus += new System.EventHandler(this.udTXAF_LostFocus);
            // 
            // grpTXNoiseGate
            // 
            this.grpTXNoiseGate.Controls.Add(this.udTXNoiseGateAttenuate);
            this.grpTXNoiseGate.Controls.Add(this.lblTXNoiseGateAttenuate);
            this.grpTXNoiseGate.Controls.Add(this.chkTXNoiseGateEnabled);
            this.grpTXNoiseGate.Controls.Add(this.udTXNoiseGate);
            this.grpTXNoiseGate.Controls.Add(this.lblTXNoiseGateThreshold);
            this.grpTXNoiseGate.Location = new System.Drawing.Point(152, 96);
            this.grpTXNoiseGate.Name = "grpTXNoiseGate";
            this.grpTXNoiseGate.Size = new System.Drawing.Size(144, 102);
            this.grpTXNoiseGate.TabIndex = 49;
            this.grpTXNoiseGate.TabStop = false;
            this.grpTXNoiseGate.Text = "DE / Noise Gate";
            // 
            // udTXNoiseGateAttenuate
            // 
            this.udTXNoiseGateAttenuate.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udTXNoiseGateAttenuate.Location = new System.Drawing.Point(88, 71);
            this.udTXNoiseGateAttenuate.Maximum = new decimal(new int[] {
            100,
            0,
            0,
            0});
            this.udTXNoiseGateAttenuate.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udTXNoiseGateAttenuate.Name = "udTXNoiseGateAttenuate";
            this.udTXNoiseGateAttenuate.Size = new System.Drawing.Size(48, 20);
            this.udTXNoiseGateAttenuate.TabIndex = 50;
            this.toolTip1.SetToolTip(this.udTXNoiseGateAttenuate, "Percent to attenuate when below DE threshold");
            this.udTXNoiseGateAttenuate.Value = new decimal(new int[] {
            80,
            0,
            0,
            0});
            this.udTXNoiseGateAttenuate.ValueChanged += new System.EventHandler(this.udTXNoiseGateAttenuate_ValueChanged);
            // 
            // lblTXNoiseGateAttenuate
            // 
            this.lblTXNoiseGateAttenuate.Image = null;
            this.lblTXNoiseGateAttenuate.Location = new System.Drawing.Point(8, 71);
            this.lblTXNoiseGateAttenuate.Name = "lblTXNoiseGateAttenuate";
            this.lblTXNoiseGateAttenuate.Size = new System.Drawing.Size(82, 23);
            this.lblTXNoiseGateAttenuate.TabIndex = 51;
            this.lblTXNoiseGateAttenuate.Text = "Attenuate (%):";
            // 
            // chkTXNoiseGateEnabled
            // 
            this.chkTXNoiseGateEnabled.Image = null;
            this.chkTXNoiseGateEnabled.Location = new System.Drawing.Point(16, 24);
            this.chkTXNoiseGateEnabled.Name = "chkTXNoiseGateEnabled";
            this.chkTXNoiseGateEnabled.Size = new System.Drawing.Size(72, 16);
            this.chkTXNoiseGateEnabled.TabIndex = 49;
            this.chkTXNoiseGateEnabled.Text = "Enabled";
            this.toolTip1.SetToolTip(this.chkTXNoiseGateEnabled, "Enables the Downward Expander/Noise Gate to operate by setting the Threshold and " +
                    "the Attenuate percentage factor");
            this.chkTXNoiseGateEnabled.CheckedChanged += new System.EventHandler(this.chkTXNoiseGateEnabled_CheckedChanged);
            // 
            // udTXNoiseGate
            // 
            this.udTXNoiseGate.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udTXNoiseGate.Location = new System.Drawing.Point(88, 48);
            this.udTXNoiseGate.Maximum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udTXNoiseGate.Minimum = new decimal(new int[] {
            160,
            0,
            0,
            -2147483648});
            this.udTXNoiseGate.Name = "udTXNoiseGate";
            this.udTXNoiseGate.Size = new System.Drawing.Size(48, 20);
            this.udTXNoiseGate.TabIndex = 4;
            this.toolTip1.SetToolTip(this.udTXNoiseGate, "Signal level in dB above which to transmit audio.");
            this.udTXNoiseGate.Value = new decimal(new int[] {
            40,
            0,
            0,
            -2147483648});
            this.udTXNoiseGate.ValueChanged += new System.EventHandler(this.udTXNoiseGate_ValueChanged);
            this.udTXNoiseGate.LostFocus += new System.EventHandler(this.udTXNoiseGate_LostFocus);
            // 
            // lblTXNoiseGateThreshold
            // 
            this.lblTXNoiseGateThreshold.Image = null;
            this.lblTXNoiseGateThreshold.Location = new System.Drawing.Point(8, 48);
            this.lblTXNoiseGateThreshold.Name = "lblTXNoiseGateThreshold";
            this.lblTXNoiseGateThreshold.Size = new System.Drawing.Size(82, 23);
            this.lblTXNoiseGateThreshold.TabIndex = 5;
            this.lblTXNoiseGateThreshold.Text = "Threshold (dB):";
            // 
            // grpTXProfile
            // 
            this.grpTXProfile.Controls.Add(this.btnTXProfileDelete);
            this.grpTXProfile.Controls.Add(this.btnTXProfileSave);
            this.grpTXProfile.Controls.Add(this.comboTXProfileName);
            this.grpTXProfile.Location = new System.Drawing.Point(8, 8);
            this.grpTXProfile.Name = "grpTXProfile";
            this.grpTXProfile.Size = new System.Drawing.Size(136, 80);
            this.grpTXProfile.TabIndex = 23;
            this.grpTXProfile.TabStop = false;
            this.grpTXProfile.Text = "Profiles";
            // 
            // btnTXProfileDelete
            // 
            this.btnTXProfileDelete.Image = null;
            this.btnTXProfileDelete.Location = new System.Drawing.Point(72, 48);
            this.btnTXProfileDelete.Name = "btnTXProfileDelete";
            this.btnTXProfileDelete.Size = new System.Drawing.Size(48, 21);
            this.btnTXProfileDelete.TabIndex = 2;
            this.btnTXProfileDelete.Text = "Delete";
            this.toolTip1.SetToolTip(this.btnTXProfileDelete, "Click to delete the currently selected TX Profile.");
            this.btnTXProfileDelete.Click += new System.EventHandler(this.btnTXProfileDelete_Click);
            // 
            // btnTXProfileSave
            // 
            this.btnTXProfileSave.Image = null;
            this.btnTXProfileSave.Location = new System.Drawing.Point(16, 48);
            this.btnTXProfileSave.Name = "btnTXProfileSave";
            this.btnTXProfileSave.Size = new System.Drawing.Size(48, 21);
            this.btnTXProfileSave.TabIndex = 1;
            this.btnTXProfileSave.Text = "Save";
            this.toolTip1.SetToolTip(this.btnTXProfileSave, "Click to save the current settings to a TX Profile.");
            this.btnTXProfileSave.Click += new System.EventHandler(this.btnTXProfileSave_Click);
            // 
            // comboTXProfileName
            // 
            this.comboTXProfileName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboTXProfileName.DropDownWidth = 104;
            this.comboTXProfileName.Location = new System.Drawing.Point(16, 24);
            this.comboTXProfileName.Name = "comboTXProfileName";
            this.comboTXProfileName.Size = new System.Drawing.Size(104, 21);
            this.comboTXProfileName.TabIndex = 0;
            this.toolTip1.SetToolTip(this.comboTXProfileName, "Sets the current Transmit Profile to be used.");
            this.comboTXProfileName.SelectedIndexChanged += new System.EventHandler(this.comboTXProfileName_SelectedIndexChanged);
            // 
            // grpPATune
            // 
            this.grpPATune.Controls.Add(this.comboTXTUNMeter);
            this.grpPATune.Controls.Add(this.lblTXTUNMeter);
            this.grpPATune.Controls.Add(this.lblTransmitTunePower);
            this.grpPATune.Controls.Add(this.udTXTunePower);
            this.grpPATune.Location = new System.Drawing.Point(8, 96);
            this.grpPATune.Name = "grpPATune";
            this.grpPATune.Size = new System.Drawing.Size(136, 80);
            this.grpPATune.TabIndex = 22;
            this.grpPATune.TabStop = false;
            this.grpPATune.Text = "Tune";
            // 
            // comboTXTUNMeter
            // 
            this.comboTXTUNMeter.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboTXTUNMeter.DropDownWidth = 104;
            this.comboTXTUNMeter.Items.AddRange(new object[] {
            "Fwd Pwr",
            "Ref Pwr",
            "SWR",
            "Off"});
            this.comboTXTUNMeter.Location = new System.Drawing.Point(64, 48);
            this.comboTXTUNMeter.Name = "comboTXTUNMeter";
            this.comboTXTUNMeter.Size = new System.Drawing.Size(64, 21);
            this.comboTXTUNMeter.TabIndex = 9;
            this.toolTip1.SetToolTip(this.comboTXTUNMeter, "Sets the TX Meter setting when using the TUN botton on the  front panel");
            this.comboTXTUNMeter.SelectedIndexChanged += new System.EventHandler(this.comboTXTUNMeter_SelectedIndexChanged);
            // 
            // lblTXTUNMeter
            // 
            this.lblTXTUNMeter.Image = null;
            this.lblTXTUNMeter.Location = new System.Drawing.Point(8, 48);
            this.lblTXTUNMeter.Name = "lblTXTUNMeter";
            this.lblTXTUNMeter.Size = new System.Drawing.Size(56, 24);
            this.lblTXTUNMeter.TabIndex = 8;
            this.lblTXTUNMeter.Text = "TX Meter:";
            this.lblTXTUNMeter.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // lblTransmitTunePower
            // 
            this.lblTransmitTunePower.Image = null;
            this.lblTransmitTunePower.Location = new System.Drawing.Point(8, 24);
            this.lblTransmitTunePower.Name = "lblTransmitTunePower";
            this.lblTransmitTunePower.Size = new System.Drawing.Size(64, 16);
            this.lblTransmitTunePower.TabIndex = 5;
            this.lblTransmitTunePower.Text = "Drive";
            // 
            // udTXTunePower
            // 
            this.udTXTunePower.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udTXTunePower.Location = new System.Drawing.Point(72, 24);
            this.udTXTunePower.Maximum = new decimal(new int[] {
            100,
            0,
            0,
            0});
            this.udTXTunePower.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udTXTunePower.Name = "udTXTunePower";
            this.udTXTunePower.Size = new System.Drawing.Size(48, 20);
            this.udTXTunePower.TabIndex = 4;
            this.toolTip1.SetToolTip(this.udTXTunePower, "Power used when using the TUN button on the front panel.");
            this.udTXTunePower.Value = new decimal(new int[] {
            10,
            0,
            0,
            0});
            this.udTXTunePower.ValueChanged += new System.EventHandler(this.udTransmitTunePower_ValueChanged);
            this.udTXTunePower.LostFocus += new System.EventHandler(this.udTXTunePower_LostFocus);
            // 
            // grpTXFilter
            // 
            this.grpTXFilter.Controls.Add(this.lblTXFilterHigh);
            this.grpTXFilter.Controls.Add(this.udTXFilterLow);
            this.grpTXFilter.Controls.Add(this.lblTXFilterLow);
            this.grpTXFilter.Controls.Add(this.udTXFilterHigh);
            this.grpTXFilter.Location = new System.Drawing.Point(152, 8);
            this.grpTXFilter.Name = "grpTXFilter";
            this.grpTXFilter.Size = new System.Drawing.Size(144, 80);
            this.grpTXFilter.TabIndex = 19;
            this.grpTXFilter.TabStop = false;
            this.grpTXFilter.Text = "Transmit Filter";
            // 
            // lblTXFilterHigh
            // 
            this.lblTXFilterHigh.Image = null;
            this.lblTXFilterHigh.Location = new System.Drawing.Point(16, 24);
            this.lblTXFilterHigh.Name = "lblTXFilterHigh";
            this.lblTXFilterHigh.Size = new System.Drawing.Size(40, 23);
            this.lblTXFilterHigh.TabIndex = 3;
            this.lblTXFilterHigh.Text = "High:";
            // 
            // udTXFilterLow
            // 
            this.udTXFilterLow.Increment = new decimal(new int[] {
            10,
            0,
            0,
            0});
            this.udTXFilterLow.Location = new System.Drawing.Point(56, 48);
            this.udTXFilterLow.Maximum = new decimal(new int[] {
            20000,
            0,
            0,
            0});
            this.udTXFilterLow.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udTXFilterLow.Name = "udTXFilterLow";
            this.udTXFilterLow.Size = new System.Drawing.Size(56, 20);
            this.udTXFilterLow.TabIndex = 2;
            this.toolTip1.SetToolTip(this.udTXFilterLow, "Low Frequency TX Filter Cutoff");
            this.udTXFilterLow.Value = new decimal(new int[] {
            200,
            0,
            0,
            0});
            this.udTXFilterLow.ValueChanged += new System.EventHandler(this.udTXFilterLow_ValueChanged);
            this.udTXFilterLow.LostFocus += new System.EventHandler(this.udTXFilterLow_LostFocus);
            // 
            // lblTXFilterLow
            // 
            this.lblTXFilterLow.Image = null;
            this.lblTXFilterLow.Location = new System.Drawing.Point(16, 48);
            this.lblTXFilterLow.Name = "lblTXFilterLow";
            this.lblTXFilterLow.Size = new System.Drawing.Size(40, 23);
            this.lblTXFilterLow.TabIndex = 1;
            this.lblTXFilterLow.Text = "Low:";
            // 
            // udTXFilterHigh
            // 
            this.udTXFilterHigh.Increment = new decimal(new int[] {
            10,
            0,
            0,
            0});
            this.udTXFilterHigh.Location = new System.Drawing.Point(56, 24);
            this.udTXFilterHigh.Maximum = new decimal(new int[] {
            20000,
            0,
            0,
            0});
            this.udTXFilterHigh.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udTXFilterHigh.Name = "udTXFilterHigh";
            this.udTXFilterHigh.Size = new System.Drawing.Size(56, 20);
            this.udTXFilterHigh.TabIndex = 0;
            this.toolTip1.SetToolTip(this.udTXFilterHigh, "High Frequency TX Filter Cutoff");
            this.udTXFilterHigh.Value = new decimal(new int[] {
            3100,
            0,
            0,
            0});
            this.udTXFilterHigh.ValueChanged += new System.EventHandler(this.udTXFilterHigh_ValueChanged);
            this.udTXFilterHigh.LostFocus += new System.EventHandler(this.udTXFilterHigh_LostFocus);
            // 
            // chkDCBlock
            // 
            this.chkDCBlock.Image = null;
            this.chkDCBlock.Location = new System.Drawing.Point(306, 110);
            this.chkDCBlock.Name = "chkDCBlock";
            this.chkDCBlock.Size = new System.Drawing.Size(72, 26);
            this.chkDCBlock.TabIndex = 48;
            this.chkDCBlock.Text = "DC Block";
            this.toolTip1.SetToolTip(this.chkDCBlock, "Enable this to engage a digital LPF");
            this.chkDCBlock.CheckedChanged += new System.EventHandler(this.chkDCBlock_CheckedChanged);
            // 
            // grpTXVOX
            // 
            this.grpTXVOX.Controls.Add(this.lblTXVOXHangTime);
            this.grpTXVOX.Controls.Add(this.udTXVOXHangTime);
            this.grpTXVOX.Controls.Add(this.chkTXVOXEnabled);
            this.grpTXVOX.Controls.Add(this.lblTXVOXThreshold);
            this.grpTXVOX.Controls.Add(this.udTXVOXThreshold);
            this.grpTXVOX.Location = new System.Drawing.Point(8, 184);
            this.grpTXVOX.Name = "grpTXVOX";
            this.grpTXVOX.Size = new System.Drawing.Size(136, 96);
            this.grpTXVOX.TabIndex = 50;
            this.grpTXVOX.TabStop = false;
            this.grpTXVOX.Text = "VOX";
            // 
            // lblTXVOXHangTime
            // 
            this.lblTXVOXHangTime.Image = null;
            this.lblTXVOXHangTime.Location = new System.Drawing.Point(8, 72);
            this.lblTXVOXHangTime.Name = "lblTXVOXHangTime";
            this.lblTXVOXHangTime.Size = new System.Drawing.Size(64, 16);
            this.lblTXVOXHangTime.TabIndex = 52;
            this.lblTXVOXHangTime.Text = "Delay (ms):";
            // 
            // udTXVOXHangTime
            // 
            this.udTXVOXHangTime.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udTXVOXHangTime.Location = new System.Drawing.Point(72, 72);
            this.udTXVOXHangTime.Maximum = new decimal(new int[] {
            10000,
            0,
            0,
            0});
            this.udTXVOXHangTime.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udTXVOXHangTime.Name = "udTXVOXHangTime";
            this.udTXVOXHangTime.Size = new System.Drawing.Size(56, 20);
            this.udTXVOXHangTime.TabIndex = 51;
            this.toolTip1.SetToolTip(this.udTXVOXHangTime, "The amount of time in ms to stay in TX mode after the last signal above the thres" +
                    "hold.");
            this.udTXVOXHangTime.Value = new decimal(new int[] {
            250,
            0,
            0,
            0});
            this.udTXVOXHangTime.ValueChanged += new System.EventHandler(this.udTXVOXHangTime_ValueChanged);
            this.udTXVOXHangTime.LostFocus += new System.EventHandler(this.udTXVOXHangTime_LostFocus);
            // 
            // chkTXVOXEnabled
            // 
            this.chkTXVOXEnabled.Image = null;
            this.chkTXVOXEnabled.Location = new System.Drawing.Point(16, 24);
            this.chkTXVOXEnabled.Name = "chkTXVOXEnabled";
            this.chkTXVOXEnabled.Size = new System.Drawing.Size(72, 16);
            this.chkTXVOXEnabled.TabIndex = 50;
            this.chkTXVOXEnabled.Text = "Enabled";
            this.toolTip1.SetToolTip(this.chkTXVOXEnabled, "Enables VOX operation using the parameters below.");
            this.chkTXVOXEnabled.CheckedChanged += new System.EventHandler(this.chkTXVOXEnabled_CheckedChanged);
            // 
            // lblTXVOXThreshold
            // 
            this.lblTXVOXThreshold.Image = null;
            this.lblTXVOXThreshold.Location = new System.Drawing.Point(8, 48);
            this.lblTXVOXThreshold.Name = "lblTXVOXThreshold";
            this.lblTXVOXThreshold.Size = new System.Drawing.Size(64, 16);
            this.lblTXVOXThreshold.TabIndex = 5;
            this.lblTXVOXThreshold.Text = "Sensitivity:";
            // 
            // udTXVOXThreshold
            // 
            this.udTXVOXThreshold.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udTXVOXThreshold.Location = new System.Drawing.Point(72, 48);
            this.udTXVOXThreshold.Maximum = new decimal(new int[] {
            1000,
            0,
            0,
            0});
            this.udTXVOXThreshold.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udTXVOXThreshold.Name = "udTXVOXThreshold";
            this.udTXVOXThreshold.Size = new System.Drawing.Size(48, 20);
            this.udTXVOXThreshold.TabIndex = 4;
            this.toolTip1.SetToolTip(this.udTXVOXThreshold, "Numeric sample value above which triggers the VOX circuit.");
            this.udTXVOXThreshold.Value = new decimal(new int[] {
            90,
            0,
            0,
            0});
            this.udTXVOXThreshold.ValueChanged += new System.EventHandler(this.udTXVOXThreshold_ValueChanged);
            this.udTXVOXThreshold.LostFocus += new System.EventHandler(this.udTXVOXThreshold_LostFocus);
            // 
            // grpTX1500
            // 
            this.grpTX1500.Controls.Add(this.lblTX1500Blanking);
            this.grpTX1500.Controls.Add(this.udTX1500PhoneBlanking);
            this.grpTX1500.Location = new System.Drawing.Point(8, 184);
            this.grpTX1500.Name = "grpTX1500";
            this.grpTX1500.Size = new System.Drawing.Size(136, 96);
            this.grpTX1500.TabIndex = 56;
            this.grpTX1500.TabStop = false;
            this.grpTX1500.Text = "FLEX-1500";
            this.grpTX1500.Visible = false;
            // 
            // lblTX1500Blanking
            // 
            this.lblTX1500Blanking.Image = null;
            this.lblTX1500Blanking.Location = new System.Drawing.Point(8, 18);
            this.lblTX1500Blanking.Name = "lblTX1500Blanking";
            this.lblTX1500Blanking.Size = new System.Drawing.Size(64, 42);
            this.lblTX1500Blanking.TabIndex = 5;
            this.lblTX1500Blanking.Text = "Phone Transition Blanking:";
            // 
            // udTX1500PhoneBlanking
            // 
            this.udTX1500PhoneBlanking.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udTX1500PhoneBlanking.Location = new System.Drawing.Point(72, 23);
            this.udTX1500PhoneBlanking.Maximum = new decimal(new int[] {
            1000,
            0,
            0,
            0});
            this.udTX1500PhoneBlanking.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udTX1500PhoneBlanking.Name = "udTX1500PhoneBlanking";
            this.udTX1500PhoneBlanking.Size = new System.Drawing.Size(48, 20);
            this.udTX1500PhoneBlanking.TabIndex = 4;
            this.toolTip1.SetToolTip(this.udTX1500PhoneBlanking, "Sets the time to blank the audio during RX/TX transitions.  The optimal value for" +
                    " this will vary depending on the system and driver in use.");
            this.udTX1500PhoneBlanking.Value = new decimal(new int[] {
            200,
            0,
            0,
            0});
            this.udTX1500PhoneBlanking.ValueChanged += new System.EventHandler(this.udTX1500Blanking_ValueChanged);
            // 
            // tpPowerAmplifier
            // 
            this.tpPowerAmplifier.Controls.Add(this.rtxtPACalReq);
            this.tpPowerAmplifier.Controls.Add(this.grpPABandOffset);
            this.tpPowerAmplifier.Controls.Add(this.chkPANewCal);
            this.tpPowerAmplifier.Controls.Add(this.grpPAGainByBand);
            this.tpPowerAmplifier.Location = new System.Drawing.Point(4, 22);
            this.tpPowerAmplifier.Name = "tpPowerAmplifier";
            this.tpPowerAmplifier.Size = new System.Drawing.Size(584, 286);
            this.tpPowerAmplifier.TabIndex = 8;
            this.tpPowerAmplifier.Text = "PA Settings";
            // 
            // rtxtPACalReq
            // 
            this.rtxtPACalReq.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.rtxtPACalReq.Location = new System.Drawing.Point(272, 16);
            this.rtxtPACalReq.Name = "rtxtPACalReq";
            this.rtxtPACalReq.ReadOnly = true;
            this.rtxtPACalReq.Size = new System.Drawing.Size(224, 112);
            this.rtxtPACalReq.TabIndex = 82;
            this.rtxtPACalReq.Text = resources.GetString("rtxtPACalReq.Text");
            // 
            // grpPABandOffset
            // 
            this.grpPABandOffset.Controls.Add(this.lblPABandOffset10);
            this.grpPABandOffset.Controls.Add(this.lblPABandOffset12);
            this.grpPABandOffset.Controls.Add(this.lblPABandOffset15);
            this.grpPABandOffset.Controls.Add(this.lblPABandOffset17);
            this.grpPABandOffset.Controls.Add(this.lblPABandOffset20);
            this.grpPABandOffset.Controls.Add(this.lblPABandOffset30);
            this.grpPABandOffset.Controls.Add(this.lblPABandOffset40);
            this.grpPABandOffset.Controls.Add(this.lblPABandOffset60);
            this.grpPABandOffset.Controls.Add(this.lblPABandOffset80);
            this.grpPABandOffset.Controls.Add(this.lblPABandOffset160);
            this.grpPABandOffset.Controls.Add(this.udPAADC17);
            this.grpPABandOffset.Controls.Add(this.udPAADC15);
            this.grpPABandOffset.Controls.Add(this.udPAADC20);
            this.grpPABandOffset.Controls.Add(this.udPAADC12);
            this.grpPABandOffset.Controls.Add(this.udPAADC10);
            this.grpPABandOffset.Controls.Add(this.udPAADC160);
            this.grpPABandOffset.Controls.Add(this.udPAADC80);
            this.grpPABandOffset.Controls.Add(this.udPAADC60);
            this.grpPABandOffset.Controls.Add(this.udPAADC40);
            this.grpPABandOffset.Controls.Add(this.udPAADC30);
            this.grpPABandOffset.Location = new System.Drawing.Point(272, 8);
            this.grpPABandOffset.Name = "grpPABandOffset";
            this.grpPABandOffset.Size = new System.Drawing.Size(208, 152);
            this.grpPABandOffset.TabIndex = 81;
            this.grpPABandOffset.TabStop = false;
            this.grpPABandOffset.Text = "ADC Offset (ADC bits)";
            this.grpPABandOffset.Visible = false;
            // 
            // lblPABandOffset10
            // 
            this.lblPABandOffset10.Image = null;
            this.lblPABandOffset10.Location = new System.Drawing.Point(104, 120);
            this.lblPABandOffset10.Name = "lblPABandOffset10";
            this.lblPABandOffset10.Size = new System.Drawing.Size(40, 16);
            this.lblPABandOffset10.TabIndex = 90;
            this.lblPABandOffset10.Text = "10m:";
            // 
            // lblPABandOffset12
            // 
            this.lblPABandOffset12.Image = null;
            this.lblPABandOffset12.Location = new System.Drawing.Point(104, 96);
            this.lblPABandOffset12.Name = "lblPABandOffset12";
            this.lblPABandOffset12.Size = new System.Drawing.Size(40, 16);
            this.lblPABandOffset12.TabIndex = 89;
            this.lblPABandOffset12.Text = "12m:";
            // 
            // lblPABandOffset15
            // 
            this.lblPABandOffset15.Image = null;
            this.lblPABandOffset15.Location = new System.Drawing.Point(104, 72);
            this.lblPABandOffset15.Name = "lblPABandOffset15";
            this.lblPABandOffset15.Size = new System.Drawing.Size(40, 16);
            this.lblPABandOffset15.TabIndex = 88;
            this.lblPABandOffset15.Text = "15m:";
            // 
            // lblPABandOffset17
            // 
            this.lblPABandOffset17.Image = null;
            this.lblPABandOffset17.Location = new System.Drawing.Point(104, 48);
            this.lblPABandOffset17.Name = "lblPABandOffset17";
            this.lblPABandOffset17.Size = new System.Drawing.Size(40, 16);
            this.lblPABandOffset17.TabIndex = 87;
            this.lblPABandOffset17.Text = "17m:";
            // 
            // lblPABandOffset20
            // 
            this.lblPABandOffset20.Image = null;
            this.lblPABandOffset20.Location = new System.Drawing.Point(104, 24);
            this.lblPABandOffset20.Name = "lblPABandOffset20";
            this.lblPABandOffset20.Size = new System.Drawing.Size(40, 16);
            this.lblPABandOffset20.TabIndex = 86;
            this.lblPABandOffset20.Text = "20m:";
            // 
            // lblPABandOffset30
            // 
            this.lblPABandOffset30.Image = null;
            this.lblPABandOffset30.Location = new System.Drawing.Point(16, 120);
            this.lblPABandOffset30.Name = "lblPABandOffset30";
            this.lblPABandOffset30.Size = new System.Drawing.Size(40, 16);
            this.lblPABandOffset30.TabIndex = 85;
            this.lblPABandOffset30.Text = "30m:";
            // 
            // lblPABandOffset40
            // 
            this.lblPABandOffset40.Image = null;
            this.lblPABandOffset40.Location = new System.Drawing.Point(16, 96);
            this.lblPABandOffset40.Name = "lblPABandOffset40";
            this.lblPABandOffset40.Size = new System.Drawing.Size(40, 16);
            this.lblPABandOffset40.TabIndex = 84;
            this.lblPABandOffset40.Text = "40m:";
            // 
            // lblPABandOffset60
            // 
            this.lblPABandOffset60.Image = null;
            this.lblPABandOffset60.Location = new System.Drawing.Point(16, 72);
            this.lblPABandOffset60.Name = "lblPABandOffset60";
            this.lblPABandOffset60.Size = new System.Drawing.Size(40, 16);
            this.lblPABandOffset60.TabIndex = 83;
            this.lblPABandOffset60.Text = "60m:";
            // 
            // lblPABandOffset80
            // 
            this.lblPABandOffset80.Image = null;
            this.lblPABandOffset80.Location = new System.Drawing.Point(16, 48);
            this.lblPABandOffset80.Name = "lblPABandOffset80";
            this.lblPABandOffset80.Size = new System.Drawing.Size(40, 16);
            this.lblPABandOffset80.TabIndex = 82;
            this.lblPABandOffset80.Text = "80m:";
            // 
            // lblPABandOffset160
            // 
            this.lblPABandOffset160.Image = null;
            this.lblPABandOffset160.Location = new System.Drawing.Point(16, 24);
            this.lblPABandOffset160.Name = "lblPABandOffset160";
            this.lblPABandOffset160.Size = new System.Drawing.Size(40, 16);
            this.lblPABandOffset160.TabIndex = 81;
            this.lblPABandOffset160.Text = "160m:";
            // 
            // udPAADC17
            // 
            this.udPAADC17.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udPAADC17.Location = new System.Drawing.Point(144, 48);
            this.udPAADC17.Maximum = new decimal(new int[] {
            255,
            0,
            0,
            0});
            this.udPAADC17.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udPAADC17.Name = "udPAADC17";
            this.udPAADC17.Size = new System.Drawing.Size(48, 20);
            this.udPAADC17.TabIndex = 77;
            this.udPAADC17.Value = new decimal(new int[] {
            108,
            0,
            0,
            0});
            this.udPAADC17.LostFocus += new System.EventHandler(this.udPAADC17_LostFocus);
            // 
            // udPAADC15
            // 
            this.udPAADC15.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udPAADC15.Location = new System.Drawing.Point(144, 72);
            this.udPAADC15.Maximum = new decimal(new int[] {
            255,
            0,
            0,
            0});
            this.udPAADC15.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udPAADC15.Name = "udPAADC15";
            this.udPAADC15.Size = new System.Drawing.Size(48, 20);
            this.udPAADC15.TabIndex = 78;
            this.udPAADC15.Value = new decimal(new int[] {
            108,
            0,
            0,
            0});
            this.udPAADC15.LostFocus += new System.EventHandler(this.udPAADC15_LostFocus);
            // 
            // udPAADC20
            // 
            this.udPAADC20.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udPAADC20.Location = new System.Drawing.Point(144, 24);
            this.udPAADC20.Maximum = new decimal(new int[] {
            255,
            0,
            0,
            0});
            this.udPAADC20.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udPAADC20.Name = "udPAADC20";
            this.udPAADC20.Size = new System.Drawing.Size(48, 20);
            this.udPAADC20.TabIndex = 76;
            this.udPAADC20.Value = new decimal(new int[] { 108, 0, 0, 0 });
            this.udPAADC20.LostFocus += new System.EventHandler(this.udPAADC20_LostFocus);
            // 
            // udPAADC12
            // 
            this.udPAADC12.Increment = new decimal(new int[] { 1, 0, 0, 0 });
            this.udPAADC12.Location = new System.Drawing.Point(144, 96);
            this.udPAADC12.Maximum = new decimal(new int[] { 255, 0, 0, 0 });
            this.udPAADC12.Minimum = new decimal(new int[] { 0, 0, 0, 0 });
            this.udPAADC12.Name = "udPAADC12";
            this.udPAADC12.Size = new System.Drawing.Size(48, 20);
            this.udPAADC12.TabIndex = 79;
            this.udPAADC12.Value = new decimal(new int[] { 110, 0, 0, 0 });
            this.udPAADC12.LostFocus += new System.EventHandler(this.udPAADC12_LostFocus);
            // 
            // udPAADC10
            // 
            this.udPAADC10.Increment = new decimal(new int[] { 1, 0, 0, 0 });
            this.udPAADC10.Location = new System.Drawing.Point(144, 120);
            this.udPAADC10.Maximum = new decimal(new int[] { 255, 0, 0, 0 });
            this.udPAADC10.Minimum = new decimal(new int[] { 0, 0, 0, 0 });
            this.udPAADC10.Name = "udPAADC10";
            this.udPAADC10.Size = new System.Drawing.Size(48, 20);
            this.udPAADC10.TabIndex = 80;
            this.udPAADC10.Value = new decimal(new int[] { 111, 0, 0, 0 });
            this.udPAADC10.LostFocus += new System.EventHandler(this.udPAADC10_LostFocus);
            // 
            // udPAADC160
            // 
            this.udPAADC160.Increment = new decimal(new int[] { 1, 0, 0, 0 });
            this.udPAADC160.Location = new System.Drawing.Point(56, 24);
            this.udPAADC160.Maximum = new decimal(new int[] { 255, 0, 0, 0 });
            this.udPAADC160.Minimum = new decimal(new int[] { 0, 0, 0, 0 });
            this.udPAADC160.Name = "udPAADC160";
            this.udPAADC160.Size = new System.Drawing.Size(48, 20);
            this.udPAADC160.TabIndex = 71;
            this.udPAADC160.Value = new decimal(new int[] { 107, 0, 0, 0 });
            this.udPAADC160.LostFocus += new System.EventHandler(this.udPAADC160_LostFocus);
            // 
            // udPAADC80
            // 
            this.udPAADC80.Increment = new decimal(new int[] { 1, 0, 0, 0 });
            this.udPAADC80.Location = new System.Drawing.Point(56, 48);
            this.udPAADC80.Maximum = new decimal(new int[] { 255, 0, 0, 0 });
            this.udPAADC80.Minimum = new decimal(new int[] { 0, 0, 0, 0 });
            this.udPAADC80.Name = "udPAADC80";
            this.udPAADC80.Size = new System.Drawing.Size(48, 20);
            this.udPAADC80.TabIndex = 72;
            this.udPAADC80.Value = new decimal(new int[] { 107, 0, 0, 0 });
            this.udPAADC80.LostFocus += new System.EventHandler(this.udPAADC80_LostFocus);
            // 
            // udPAADC60
            // 
            this.udPAADC60.Increment = new decimal(new int[] { 1, 0, 0, 0 });
            this.udPAADC60.Location = new System.Drawing.Point(56, 72);
            this.udPAADC60.Maximum = new decimal(new int[] { 255, 0, 0, 0 });
            this.udPAADC60.Minimum = new decimal(new int[] { 0, 0, 0, 0 });
            this.udPAADC60.Name = "udPAADC60";
            this.udPAADC60.Size = new System.Drawing.Size(48, 20);
            this.udPAADC60.TabIndex = 73;
            this.udPAADC60.Value = new decimal(new int[] { 107, 0, 0, 0 });
            this.udPAADC60.LostFocus += new System.EventHandler(this.udPAADC60_LostFocus);
            // 
            // udPAADC40
            // 
            this.udPAADC40.Increment = new decimal(new int[] { 1, 0, 0, 0 });
            this.udPAADC40.Location = new System.Drawing.Point(56, 96);
            this.udPAADC40.Maximum = new decimal(new int[] { 255, 0, 0, 0 });
            this.udPAADC40.Minimum = new decimal(new int[] { 0, 0, 0, 0 });
            this.udPAADC40.Name = "udPAADC40";
            this.udPAADC40.Size = new System.Drawing.Size(48, 20);
            this.udPAADC40.TabIndex = 74;
            this.udPAADC40.Value = new decimal(new int[] { 106, 0, 0, 0 });
            this.udPAADC40.LostFocus += new System.EventHandler(this.udPAADC40_LostFocus);
            // 
            // udPAADC30
            // 
            this.udPAADC30.Increment = new decimal(new int[] { 1, 0, 0, 0 });
            this.udPAADC30.Location = new System.Drawing.Point(56, 120);
            this.udPAADC30.Maximum = new decimal(new int[] { 255, 0, 0, 0 });
            this.udPAADC30.Minimum = new decimal(new int[] { 0, 0, 0, 0 });
            this.udPAADC30.Name = "udPAADC30";
            this.udPAADC30.Size = new System.Drawing.Size(48, 20);
            this.udPAADC30.TabIndex = 75;
            this.udPAADC30.Value = new decimal(new int[] { 108, 0, 0, 0 });
            this.udPAADC30.LostFocus += new System.EventHandler(this.udPAADC30_LostFocus);
            // 
            // chkPANewCal
            // 
            this.chkPANewCal.Image = null;
            this.chkPANewCal.Location = new System.Drawing.Point(280, 176);
            this.chkPANewCal.Name = "chkPANewCal";
            this.chkPANewCal.Size = new System.Drawing.Size(120, 32);
            this.chkPANewCal.TabIndex = 83;
            this.chkPANewCal.Text = "Use Advanced Calibration Routine";
            this.chkPANewCal.CheckedChanged += new System.EventHandler(this.chkPANewCal_CheckedChanged);
            // 
            // grpPAGainByBand
            // 
            this.grpPAGainByBand.Controls.Add(this.udPACalPower);
            this.grpPAGainByBand.Controls.Add(this.lblPACalTarget);
            this.grpPAGainByBand.Controls.Add(this.chkPA10);
            this.grpPAGainByBand.Controls.Add(this.chkPA12);
            this.grpPAGainByBand.Controls.Add(this.chkPA15);
            this.grpPAGainByBand.Controls.Add(this.chkPA17);
            this.grpPAGainByBand.Controls.Add(this.chkPA20);
            this.grpPAGainByBand.Controls.Add(this.chkPA30);
            this.grpPAGainByBand.Controls.Add(this.chkPA40);
            this.grpPAGainByBand.Controls.Add(this.chkPA60);
            this.grpPAGainByBand.Controls.Add(this.chkPA80);
            this.grpPAGainByBand.Controls.Add(this.chkPA160);
            this.grpPAGainByBand.Controls.Add(this.radPACalSelBands);
            this.grpPAGainByBand.Controls.Add(this.radPACalAllBands);
            this.grpPAGainByBand.Controls.Add(this.btnPAGainReset);
            this.grpPAGainByBand.Controls.Add(this.btnPAGainCalibration);
            this.grpPAGainByBand.Controls.Add(this.lblPAGainByBand10);
            this.grpPAGainByBand.Controls.Add(this.udPAGain10);
            this.grpPAGainByBand.Controls.Add(this.lblPAGainByBand12);
            this.grpPAGainByBand.Controls.Add(this.udPAGain12);
            this.grpPAGainByBand.Controls.Add(this.lblPAGainByBand15);
            this.grpPAGainByBand.Controls.Add(this.udPAGain15);
            this.grpPAGainByBand.Controls.Add(this.lblPAGainByBand17);
            this.grpPAGainByBand.Controls.Add(this.udPAGain17);
            this.grpPAGainByBand.Controls.Add(this.lblPAGainByBand20);
            this.grpPAGainByBand.Controls.Add(this.udPAGain20);
            this.grpPAGainByBand.Controls.Add(this.lblPAGainByBand30);
            this.grpPAGainByBand.Controls.Add(this.udPAGain30);
            this.grpPAGainByBand.Controls.Add(this.lblPAGainByBand40);
            this.grpPAGainByBand.Controls.Add(this.udPAGain40);
            this.grpPAGainByBand.Controls.Add(this.lblPAGainByBand60);
            this.grpPAGainByBand.Controls.Add(this.udPAGain60);
            this.grpPAGainByBand.Controls.Add(this.lblPAGainByBand80);
            this.grpPAGainByBand.Controls.Add(this.udPAGain80);
            this.grpPAGainByBand.Controls.Add(this.lblPAGainByBand160);
            this.grpPAGainByBand.Controls.Add(this.udPAGain160);
            this.grpPAGainByBand.Controls.Add(this.chkPA6);
            this.grpPAGainByBand.Location = new System.Drawing.Point(8, 8);
            this.grpPAGainByBand.Name = "grpPAGainByBand";
            this.grpPAGainByBand.Size = new System.Drawing.Size(256, 272);
            this.grpPAGainByBand.TabIndex = 1;
            this.grpPAGainByBand.TabStop = false;
            this.grpPAGainByBand.Text = "Gain By Band (dB)";
            this.grpPAGainByBand.Visible = false;
            // 
            // udPACalPower
            // 
            this.udPACalPower.Increment = new decimal(new int[] { 1, 0, 0, 0 });
            this.udPACalPower.Location = new System.Drawing.Point(96, 160);
            this.udPACalPower.Maximum = new decimal(new int[] { 100, 0, 0, 0 });
            this.udPACalPower.Minimum = new decimal(new int[] { 1, 0, 0, 0 });
            this.udPACalPower.Name = "udPACalPower";
            this.udPACalPower.Size = new System.Drawing.Size(40, 20);
            this.udPACalPower.TabIndex = 35;
            this.udPACalPower.Value = new decimal(new int[] { 100, 0, 0, 0 });
            // 
            // lblPACalTarget
            // 
            this.lblPACalTarget.Image = null;
            this.lblPACalTarget.Location = new System.Drawing.Point(88, 144);
            this.lblPACalTarget.Name = "lblPACalTarget";
            this.lblPACalTarget.Size = new System.Drawing.Size(64, 16);
            this.lblPACalTarget.TabIndex = 34;
            this.lblPACalTarget.Text = "Cal Target:";
            // 
            // chkPA10
            // 
            this.chkPA10.Image = null;
            this.chkPA10.Location = new System.Drawing.Point(176, 248);
            this.chkPA10.Name = "chkPA10";
            this.chkPA10.Size = new System.Drawing.Size(36, 16);
            this.chkPA10.TabIndex = 33;
            this.chkPA10.Text = "10";
            this.chkPA10.Visible = false;
            // 
            // chkPA12
            // 
            this.chkPA12.Image = null;
            this.chkPA12.Location = new System.Drawing.Point(136, 248);
            this.chkPA12.Name = "chkPA12";
            this.chkPA12.Size = new System.Drawing.Size(36, 16);
            this.chkPA12.TabIndex = 32;
            this.chkPA12.Text = "12";
            this.chkPA12.Visible = false;
            // 
            // chkPA15
            // 
            this.chkPA15.Image = null;
            this.chkPA15.Location = new System.Drawing.Point(96, 248);
            this.chkPA15.Name = "chkPA15";
            this.chkPA15.Size = new System.Drawing.Size(36, 16);
            this.chkPA15.TabIndex = 31;
            this.chkPA15.Text = "15";
            this.chkPA15.Visible = false;
            // 
            // chkPA17
            // 
            this.chkPA17.Image = null;
            this.chkPA17.Location = new System.Drawing.Point(56, 248);
            this.chkPA17.Name = "chkPA17";
            this.chkPA17.Size = new System.Drawing.Size(36, 16);
            this.chkPA17.TabIndex = 30;
            this.chkPA17.Text = "17";
            this.chkPA17.Visible = false;
            // 
            // chkPA20
            // 
            this.chkPA20.Image = null;
            this.chkPA20.Location = new System.Drawing.Point(8, 248);
            this.chkPA20.Name = "chkPA20";
            this.chkPA20.Size = new System.Drawing.Size(36, 16);
            this.chkPA20.TabIndex = 29;
            this.chkPA20.Text = "20";
            this.chkPA20.Visible = false;
            // 
            // chkPA30
            // 
            this.chkPA30.Image = null;
            this.chkPA30.Location = new System.Drawing.Point(176, 224);
            this.chkPA30.Name = "chkPA30";
            this.chkPA30.Size = new System.Drawing.Size(36, 16);
            this.chkPA30.TabIndex = 28;
            this.chkPA30.Text = "30";
            this.chkPA30.Visible = false;
            // 
            // chkPA40
            // 
            this.chkPA40.Image = null;
            this.chkPA40.Location = new System.Drawing.Point(136, 224);
            this.chkPA40.Name = "chkPA40";
            this.chkPA40.Size = new System.Drawing.Size(40, 16);
            this.chkPA40.TabIndex = 27;
            this.chkPA40.Text = "40";
            this.chkPA40.Visible = false;
            // 
            // chkPA60
            // 
            this.chkPA60.Image = null;
            this.chkPA60.Location = new System.Drawing.Point(96, 224);
            this.chkPA60.Name = "chkPA60";
            this.chkPA60.Size = new System.Drawing.Size(40, 16);
            this.chkPA60.TabIndex = 26;
            this.chkPA60.Text = "60";
            this.chkPA60.Visible = false;
            // 
            // chkPA80
            // 
            this.chkPA80.Image = null;
            this.chkPA80.Location = new System.Drawing.Point(56, 224);
            this.chkPA80.Name = "chkPA80";
            this.chkPA80.Size = new System.Drawing.Size(40, 16);
            this.chkPA80.TabIndex = 25;
            this.chkPA80.Text = "80";
            this.chkPA80.Visible = false;
            // 
            // chkPA160
            // 
            this.chkPA160.Image = null;
            this.chkPA160.Location = new System.Drawing.Point(8, 224);
            this.chkPA160.Name = "chkPA160";
            this.chkPA160.Size = new System.Drawing.Size(48, 16);
            this.chkPA160.TabIndex = 24;
            this.chkPA160.Text = "160";
            this.chkPA160.Visible = false;
            // 
            // radPACalSelBands
            // 
            this.radPACalSelBands.Image = null;
            this.radPACalSelBands.Location = new System.Drawing.Point(96, 184);
            this.radPACalSelBands.Name = "radPACalSelBands";
            this.radPACalSelBands.Size = new System.Drawing.Size(112, 32);
            this.radPACalSelBands.TabIndex = 23;
            this.radPACalSelBands.Text = "Selected Bands (checked below)";
            // 
            // radPACalAllBands
            // 
            this.radPACalAllBands.Checked = true;
            this.radPACalAllBands.Image = null;
            this.radPACalAllBands.Location = new System.Drawing.Point(16, 184);
            this.radPACalAllBands.Name = "radPACalAllBands";
            this.radPACalAllBands.Size = new System.Drawing.Size(72, 32);
            this.radPACalAllBands.TabIndex = 22;
            this.radPACalAllBands.TabStop = true;
            this.radPACalAllBands.Text = "All Bands";
            this.radPACalAllBands.CheckedChanged += new System.EventHandler(this.radPACalAllBands_CheckedChanged);
            // 
            // btnPAGainReset
            // 
            this.btnPAGainReset.Image = null;
            this.btnPAGainReset.Location = new System.Drawing.Point(152, 152);
            this.btnPAGainReset.Name = "btnPAGainReset";
            this.btnPAGainReset.Size = new System.Drawing.Size(48, 23);
            this.btnPAGainReset.TabIndex = 21;
            this.btnPAGainReset.Text = "Reset";
            this.toolTip1.SetToolTip(this.btnPAGainReset, "Reset all Gain values to the default 48.0dB");
            this.btnPAGainReset.Click += new System.EventHandler(this.btnPAGainReset_Click);
            // 
            // btnPAGainCalibration
            // 
            this.btnPAGainCalibration.Image = null;
            this.btnPAGainCalibration.Location = new System.Drawing.Point(16, 152);
            this.btnPAGainCalibration.Name = "btnPAGainCalibration";
            this.btnPAGainCalibration.Size = new System.Drawing.Size(64, 23);
            this.btnPAGainCalibration.TabIndex = 20;
            this.btnPAGainCalibration.Text = "Calibrate";
            this.btnPAGainCalibration.Click += new System.EventHandler(this.btnPAGainCalibration_Click);
            // 
            // lblPAGainByBand10
            // 
            this.lblPAGainByBand10.Image = null;
            this.lblPAGainByBand10.Location = new System.Drawing.Point(112, 120);
            this.lblPAGainByBand10.Name = "lblPAGainByBand10";
            this.lblPAGainByBand10.Size = new System.Drawing.Size(40, 16);
            this.lblPAGainByBand10.TabIndex = 19;
            this.lblPAGainByBand10.Text = "10m:";
            // 
            // udPAGain10
            // 
            this.udPAGain10.DecimalPlaces = 1;
            this.udPAGain10.Increment = new decimal(new int[] { 1, 0, 0, 65536 });
            this.udPAGain10.Location = new System.Drawing.Point(152, 120);
            this.udPAGain10.Maximum = new decimal(new int[] { 100, 0, 0, 0 });
            this.udPAGain10.Minimum = new decimal(new int[] { 38, 0, 0, 0 });
            this.udPAGain10.Name = "udPAGain10";
            this.udPAGain10.Size = new System.Drawing.Size(48, 20);
            this.udPAGain10.TabIndex = 18;
            this.udPAGain10.Value = new decimal(new int[] { 430, 0, 0, 65536 });
            this.udPAGain10.ValueChanged += new System.EventHandler(this.udPAGain_ValueChanged);
            this.udPAGain10.LostFocus += new System.EventHandler(this.udPAGain10_LostFocus);
            // 
            // lblPAGainByBand12
            // 
            this.lblPAGainByBand12.Image = null;
            this.lblPAGainByBand12.Location = new System.Drawing.Point(112, 96);
            this.lblPAGainByBand12.Name = "lblPAGainByBand12";
            this.lblPAGainByBand12.Size = new System.Drawing.Size(40, 16);
            this.lblPAGainByBand12.TabIndex = 17;
            this.lblPAGainByBand12.Text = "12m:";
            // 
            // udPAGain12
            // 
            this.udPAGain12.DecimalPlaces = 1;
            this.udPAGain12.Increment = new decimal(new int[] { 1, 0, 0, 65536 });
            this.udPAGain12.Location = new System.Drawing.Point(152, 96);
            this.udPAGain12.Maximum = new decimal(new int[] { 100, 0, 0, 0 });
            this.udPAGain12.Minimum = new decimal(new int[] { 38, 0, 0, 0 });
            this.udPAGain12.Name = "udPAGain12";
            this.udPAGain12.Size = new System.Drawing.Size(48, 20);
            this.udPAGain12.TabIndex = 16;
            this.udPAGain12.Value = new decimal(new int[] { 474, 0, 0, 65536 });
            this.udPAGain12.ValueChanged += new System.EventHandler(this.udPAGain_ValueChanged);
            this.udPAGain12.LostFocus += new System.EventHandler(this.udPAGain12_LostFocus);
            // 
            // lblPAGainByBand15
            // 
            this.lblPAGainByBand15.Image = null;
            this.lblPAGainByBand15.Location = new System.Drawing.Point(112, 72);
            this.lblPAGainByBand15.Name = "lblPAGainByBand15";
            this.lblPAGainByBand15.Size = new System.Drawing.Size(40, 16);
            this.lblPAGainByBand15.TabIndex = 15;
            this.lblPAGainByBand15.Text = "15m:";
            // 
            // udPAGain15
            // 
            this.udPAGain15.DecimalPlaces = 1;
            this.udPAGain15.Increment = new decimal(new int[] { 1, 0, 0, 65536 });
            this.udPAGain15.Location = new System.Drawing.Point(152, 72);
            this.udPAGain15.Maximum = new decimal(new int[] { 100, 0, 0, 0 });
            this.udPAGain15.Minimum = new decimal(new int[] { 38, 0, 0, 0 });
            this.udPAGain15.Name = "udPAGain15";
            this.udPAGain15.Size = new System.Drawing.Size(48, 20);
            this.udPAGain15.TabIndex = 14;
            this.udPAGain15.Value = new decimal(new int[] { 481, 0, 0, 65536 });
            this.udPAGain15.ValueChanged += new System.EventHandler(this.udPAGain_ValueChanged);
            this.udPAGain15.LostFocus += new System.EventHandler(this.udPAGain15_LostFocus);
            // 
            // lblPAGainByBand17
            // 
            this.lblPAGainByBand17.Image = null;
            this.lblPAGainByBand17.Location = new System.Drawing.Point(112, 48);
            this.lblPAGainByBand17.Name = "lblPAGainByBand17";
            this.lblPAGainByBand17.Size = new System.Drawing.Size(40, 16);
            this.lblPAGainByBand17.TabIndex = 13;
            this.lblPAGainByBand17.Text = "17m:";
            // 
            // udPAGain17
            // 
            this.udPAGain17.DecimalPlaces = 1;
            this.udPAGain17.Increment = new decimal(new int[] { 1, 0, 0, 65536 });
            this.udPAGain17.Location = new System.Drawing.Point(152, 48);
            this.udPAGain17.Maximum = new decimal(new int[] { 100, 0, 0, 0 });
            this.udPAGain17.Minimum = new decimal(new int[] { 38, 0, 0, 0 });
            this.udPAGain17.Name = "udPAGain17";
            this.udPAGain17.Size = new System.Drawing.Size(48, 20);
            this.udPAGain17.TabIndex = 12;
            this.udPAGain17.Value = new decimal(new int[] { 493, 0, 0, 65536 });
            this.udPAGain17.ValueChanged += new System.EventHandler(this.udPAGain_ValueChanged);
            this.udPAGain17.LostFocus += new System.EventHandler(this.udPAGain17_LostFocus);
            // 
            // lblPAGainByBand20
            // 
            this.lblPAGainByBand20.Image = null;
            this.lblPAGainByBand20.Location = new System.Drawing.Point(112, 24);
            this.lblPAGainByBand20.Name = "lblPAGainByBand20";
            this.lblPAGainByBand20.Size = new System.Drawing.Size(40, 16);
            this.lblPAGainByBand20.TabIndex = 11;
            this.lblPAGainByBand20.Text = "20m:";
            // 
            // udPAGain20
            // 
            this.udPAGain20.DecimalPlaces = 1;
            this.udPAGain20.Increment = new decimal(new int[] { 1, 0, 0, 65536 });
            this.udPAGain20.Location = new System.Drawing.Point(152, 24);
            this.udPAGain20.Maximum = new decimal(new int[] { 100, 0, 0, 0 });
            this.udPAGain20.Minimum = new decimal(new int[] { 38, 0, 0, 0 });
            this.udPAGain20.Name = "udPAGain20";
            this.udPAGain20.Size = new System.Drawing.Size(48, 20);
            this.udPAGain20.TabIndex = 10;
            this.udPAGain20.Value = new decimal(new int[] { 483, 0, 0, 65536 });
            this.udPAGain20.ValueChanged += new System.EventHandler(this.udPAGain_ValueChanged);
            this.udPAGain20.LostFocus += new System.EventHandler(this.udPAGain20_LostFocus);
            // 
            // lblPAGainByBand30
            // 
            this.lblPAGainByBand30.Image = null;
            this.lblPAGainByBand30.Location = new System.Drawing.Point(16, 120);
            this.lblPAGainByBand30.Name = "lblPAGainByBand30";
            this.lblPAGainByBand30.Size = new System.Drawing.Size(40, 16);
            this.lblPAGainByBand30.TabIndex = 9;
            this.lblPAGainByBand30.Text = "30m:";
            // 
            // udPAGain30
            // 
            this.udPAGain30.DecimalPlaces = 1;
            this.udPAGain30.Increment = new decimal(new int[] { 1, 0, 0, 65536 });
            this.udPAGain30.Location = new System.Drawing.Point(56, 120);
            this.udPAGain30.Maximum = new decimal(new int[] { 100, 0, 0, 0 });
            this.udPAGain30.Minimum = new decimal(new int[] { 38, 0, 0, 0 });
            this.udPAGain30.Name = "udPAGain30";
            this.udPAGain30.Size = new System.Drawing.Size(48, 20);
            this.udPAGain30.TabIndex = 8;
            this.udPAGain30.Value = new decimal(new int[] { 489, 0, 0, 65536 });
            this.udPAGain30.ValueChanged += new System.EventHandler(this.udPAGain_ValueChanged);
            this.udPAGain30.LostFocus += new System.EventHandler(this.udPAGain30_LostFocus);
            // 
            // lblPAGainByBand40
            // 
            this.lblPAGainByBand40.Image = null;
            this.lblPAGainByBand40.Location = new System.Drawing.Point(16, 96);
            this.lblPAGainByBand40.Name = "lblPAGainByBand40";
            this.lblPAGainByBand40.Size = new System.Drawing.Size(40, 16);
            this.lblPAGainByBand40.TabIndex = 7;
            this.lblPAGainByBand40.Text = "40m:";
            // 
            // udPAGain40
            // 
            this.udPAGain40.DecimalPlaces = 1;
            this.udPAGain40.Increment = new decimal(new int[] { 1, 0, 0, 65536 });
            this.udPAGain40.Location = new System.Drawing.Point(56, 96);
            this.udPAGain40.Maximum = new decimal(new int[] { 100, 0, 0, 0 });
            this.udPAGain40.Minimum = new decimal(new int[] { 38, 0, 0, 0 });
            this.udPAGain40.Name = "udPAGain40";
            this.udPAGain40.Size = new System.Drawing.Size(48, 20);
            this.udPAGain40.TabIndex = 6;
            this.udPAGain40.Value = new decimal(new int[] { 469, 0, 0, 65536 });
            this.udPAGain40.ValueChanged += new System.EventHandler(this.udPAGain_ValueChanged);
            this.udPAGain40.LostFocus += new System.EventHandler(this.udPAGain40_LostFocus);
            // 
            // lblPAGainByBand60
            // 
            this.lblPAGainByBand60.Image = null;
            this.lblPAGainByBand60.Location = new System.Drawing.Point(16, 72);
            this.lblPAGainByBand60.Name = "lblPAGainByBand60";
            this.lblPAGainByBand60.Size = new System.Drawing.Size(40, 16);
            this.lblPAGainByBand60.TabIndex = 5;
            this.lblPAGainByBand60.Text = "60m:";
            // 
            // udPAGain60
            // 
            this.udPAGain60.DecimalPlaces = 1;
            this.udPAGain60.Increment = new decimal(new int[] { 1, 0, 0, 65536 });
            this.udPAGain60.Location = new System.Drawing.Point(56, 72);
            this.udPAGain60.Maximum = new decimal(new int[] { 100, 0, 0, 0 });
            this.udPAGain60.Minimum = new decimal(new int[] { 38, 0, 0, 0 });
            this.udPAGain60.Name = "udPAGain60";
            this.udPAGain60.Size = new System.Drawing.Size(48, 20);
            this.udPAGain60.TabIndex = 4;
            this.udPAGain60.Value = new decimal(new int[] { 474, 0, 0, 65536 });
            this.udPAGain60.ValueChanged += new System.EventHandler(this.udPAGain_ValueChanged);
            this.udPAGain60.LostFocus += new System.EventHandler(this.udPAGain60_LostFocus);
            // 
            // lblPAGainByBand80
            // 
            this.lblPAGainByBand80.Image = null;
            this.lblPAGainByBand80.Location = new System.Drawing.Point(16, 48);
            this.lblPAGainByBand80.Name = "lblPAGainByBand80";
            this.lblPAGainByBand80.Size = new System.Drawing.Size(40, 16);
            this.lblPAGainByBand80.TabIndex = 3;
            this.lblPAGainByBand80.Text = "80m:";
            // 
            // udPAGain80
            // 
            this.udPAGain80.DecimalPlaces = 1;
            this.udPAGain80.Increment = new decimal(new int[] {
            1,
            0,
            0,
            65536});
            this.udPAGain80.Location = new System.Drawing.Point(56, 48);
            this.udPAGain80.Maximum = new decimal(new int[] {
            100,
            0,
            0,
            0});
            this.udPAGain80.Minimum = new decimal(new int[] {
            38,
            0,
            0,
            0});
            this.udPAGain80.Name = "udPAGain80";
            this.udPAGain80.Size = new System.Drawing.Size(48, 20);
            this.udPAGain80.TabIndex = 2;
            this.udPAGain80.Value = new decimal(new int[] {
            480,
            0,
            0,
            65536});
            this.udPAGain80.ValueChanged += new System.EventHandler(this.udPAGain_ValueChanged);
            this.udPAGain80.LostFocus += new System.EventHandler(this.udPAGain80_LostFocus);
            // 
            // lblPAGainByBand160
            // 
            this.lblPAGainByBand160.Image = null;
            this.lblPAGainByBand160.Location = new System.Drawing.Point(16, 24);
            this.lblPAGainByBand160.Name = "lblPAGainByBand160";
            this.lblPAGainByBand160.Size = new System.Drawing.Size(40, 16);
            this.lblPAGainByBand160.TabIndex = 1;
            this.lblPAGainByBand160.Text = "160m:";
            // 
            // udPAGain160
            // 
            this.udPAGain160.DecimalPlaces = 1;
            this.udPAGain160.Increment = new decimal(new int[] {
            1,
            0,
            0,
            65536});
            this.udPAGain160.Location = new System.Drawing.Point(56, 24);
            this.udPAGain160.Maximum = new decimal(new int[] {
            100,
            0,
            0,
            0});
            this.udPAGain160.Minimum = new decimal(new int[] {
            38,
            0,
            0,
            0});
            this.udPAGain160.Name = "udPAGain160";
            this.udPAGain160.Size = new System.Drawing.Size(48, 20);
            this.udPAGain160.TabIndex = 0;
            this.udPAGain160.Value = new decimal(new int[] {
            490,
            0,
            0,
            65536});
            this.udPAGain160.ValueChanged += new System.EventHandler(this.udPAGain_ValueChanged);
            this.udPAGain160.LostFocus += new System.EventHandler(this.udPAGain160_LostFocus);
            // 
            // chkPA6
            // 
            this.chkPA6.Image = null;
            this.chkPA6.Location = new System.Drawing.Point(216, 248);
            this.chkPA6.Name = "chkPA6";
            this.chkPA6.Size = new System.Drawing.Size(36, 16);
            this.chkPA6.TabIndex = 84;
            this.chkPA6.Text = "6";
            this.chkPA6.Visible = false;
            // 
            // tpAppearance
            // 
            this.tpAppearance.Controls.Add(this.tcAppearance);
            this.tpAppearance.Location = new System.Drawing.Point(4, 22);
            this.tpAppearance.Name = "tpAppearance";
            this.tpAppearance.Size = new System.Drawing.Size(584, 286);
            this.tpAppearance.TabIndex = 6;
            this.tpAppearance.Text = "Appearance";
            // 
            // tcAppearance
            // 
            this.tcAppearance.Controls.Add(this.tpAppearanceGeneral);
            this.tcAppearance.Controls.Add(this.tpAppearanceDisplay);
            this.tcAppearance.Controls.Add(this.tpAppearanceMeter);
            this.tcAppearance.Location = new System.Drawing.Point(0, 0);
            this.tcAppearance.Name = "tcAppearance";
            this.tcAppearance.SelectedIndex = 0;
            this.tcAppearance.Size = new System.Drawing.Size(600, 344);
            this.tcAppearance.TabIndex = 40;
            // 
            // tpAppearanceGeneral
            // 
            this.tpAppearanceGeneral.BackColor = System.Drawing.SystemColors.Control;
            this.tpAppearanceGeneral.Controls.Add(this.btnSkinExport);
            this.tpAppearanceGeneral.Controls.Add(this.grpAppSkins);
            this.tpAppearanceGeneral.Controls.Add(this.lblGenBackground);
            this.tpAppearanceGeneral.Controls.Add(this.clrbtnGenBackground);
            this.tpAppearanceGeneral.Controls.Add(this.grpAppearanceBand);
            this.tpAppearanceGeneral.Controls.Add(this.grpAppearanceVFO);
            this.tpAppearanceGeneral.Controls.Add(this.clrbtnBtnSel);
            this.tpAppearanceGeneral.Controls.Add(this.lblAppearanceGenBtnSel);
            this.tpAppearanceGeneral.Location = new System.Drawing.Point(4, 22);
            this.tpAppearanceGeneral.Name = "tpAppearanceGeneral";
            this.tpAppearanceGeneral.Size = new System.Drawing.Size(592, 318);
            this.tpAppearanceGeneral.TabIndex = 0;
            this.tpAppearanceGeneral.Text = "General";
            // 
            // btnSkinExport
            // 
            this.btnSkinExport.Image = null;
            this.btnSkinExport.Location = new System.Drawing.Point(16, 65);
            this.btnSkinExport.Name = "btnSkinExport";
            this.btnSkinExport.Size = new System.Drawing.Size(51, 23);
            this.btnSkinExport.TabIndex = 86;
            this.btnSkinExport.Text = "Export";
            this.btnSkinExport.UseVisualStyleBackColor = true;
            this.btnSkinExport.Visible = false;
            this.btnSkinExport.Click += new System.EventHandler(this.btnSkinExport_Click);
            // 
            // grpAppSkins
            // 
            this.grpAppSkins.Controls.Add(this.comboAppSkin);
            this.grpAppSkins.Location = new System.Drawing.Point(10, 8);
            this.grpAppSkins.Name = "grpAppSkins";
            this.grpAppSkins.Size = new System.Drawing.Size(128, 48);
            this.grpAppSkins.TabIndex = 85;
            this.grpAppSkins.TabStop = false;
            this.grpAppSkins.Text = "Skins";
            // 
            // comboAppSkin
            // 
            this.comboAppSkin.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboAppSkin.FormattingEnabled = true;
            this.comboAppSkin.Location = new System.Drawing.Point(6, 19);
            this.comboAppSkin.Name = "comboAppSkin";
            this.comboAppSkin.Size = new System.Drawing.Size(116, 21);
            this.comboAppSkin.TabIndex = 0;
            this.comboAppSkin.SelectedIndexChanged += new System.EventHandler(this.comboAppSkin_SelectedIndexChanged);
            // 
            // lblGenBackground
            // 
            this.lblGenBackground.Image = null;
            this.lblGenBackground.Location = new System.Drawing.Point(16, 136);
            this.lblGenBackground.Name = "lblGenBackground";
            this.lblGenBackground.Size = new System.Drawing.Size(72, 32);
            this.lblGenBackground.TabIndex = 84;
            this.lblGenBackground.Text = "Overall Background:";
            this.lblGenBackground.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.lblGenBackground.Visible = false;
            // 
            // clrbtnGenBackground
            // 
            this.clrbtnGenBackground.Automatic = "Automatic";
            this.clrbtnGenBackground.Color = System.Drawing.SystemColors.ControlDark;
            this.clrbtnGenBackground.Image = null;
            this.clrbtnGenBackground.Location = new System.Drawing.Point(88, 136);
            this.clrbtnGenBackground.MoreColors = "More Colors...";
            this.clrbtnGenBackground.Name = "clrbtnGenBackground";
            this.clrbtnGenBackground.Size = new System.Drawing.Size(40, 23);
            this.clrbtnGenBackground.TabIndex = 83;
            this.clrbtnGenBackground.Visible = false;
            this.clrbtnGenBackground.Changed += new System.EventHandler(this.clrbtnGenBackground_Changed);
            // 
            // grpAppearanceBand
            // 
            this.grpAppearanceBand.Controls.Add(this.clrbtnBandBackground);
            this.grpAppearanceBand.Controls.Add(this.lblBandBackground);
            this.grpAppearanceBand.Controls.Add(this.clrbtnBandLight);
            this.grpAppearanceBand.Controls.Add(this.clrbtnBandDark);
            this.grpAppearanceBand.Controls.Add(this.lblBandLight);
            this.grpAppearanceBand.Controls.Add(this.lblBandDark);
            this.grpAppearanceBand.Controls.Add(this.clrbtnOutOfBand);
            this.grpAppearanceBand.Controls.Add(this.lblOutOfBand);
            this.grpAppearanceBand.Location = new System.Drawing.Point(296, 8);
            this.grpAppearanceBand.Name = "grpAppearanceBand";
            this.grpAppearanceBand.Size = new System.Drawing.Size(144, 152);
            this.grpAppearanceBand.TabIndex = 74;
            this.grpAppearanceBand.TabStop = false;
            this.grpAppearanceBand.Text = "Band Data";
            // 
            // clrbtnBandBackground
            // 
            this.clrbtnBandBackground.Automatic = "Automatic";
            this.clrbtnBandBackground.Color = System.Drawing.Color.Black;
            this.clrbtnBandBackground.Image = null;
            this.clrbtnBandBackground.Location = new System.Drawing.Point(88, 120);
            this.clrbtnBandBackground.MoreColors = "More Colors...";
            this.clrbtnBandBackground.Name = "clrbtnBandBackground";
            this.clrbtnBandBackground.Size = new System.Drawing.Size(40, 23);
            this.clrbtnBandBackground.TabIndex = 75;
            this.clrbtnBandBackground.Changed += new System.EventHandler(this.clrbtnBandBackground_Changed);
            // 
            // lblBandBackground
            // 
            this.lblBandBackground.Image = null;
            this.lblBandBackground.Location = new System.Drawing.Point(16, 120);
            this.lblBandBackground.Name = "lblBandBackground";
            this.lblBandBackground.Size = new System.Drawing.Size(72, 24);
            this.lblBandBackground.TabIndex = 74;
            this.lblBandBackground.Text = "Background:";
            // 
            // clrbtnBandLight
            // 
            this.clrbtnBandLight.Automatic = "Automatic";
            this.clrbtnBandLight.Color = System.Drawing.Color.Lime;
            this.clrbtnBandLight.Image = null;
            this.clrbtnBandLight.Location = new System.Drawing.Point(88, 56);
            this.clrbtnBandLight.MoreColors = "More Colors...";
            this.clrbtnBandLight.Name = "clrbtnBandLight";
            this.clrbtnBandLight.Size = new System.Drawing.Size(40, 23);
            this.clrbtnBandLight.TabIndex = 70;
            this.clrbtnBandLight.Changed += new System.EventHandler(this.clrbtnBandLight_Changed);
            // 
            // clrbtnBandDark
            // 
            this.clrbtnBandDark.Automatic = "Automatic";
            this.clrbtnBandDark.Color = System.Drawing.Color.Green;
            this.clrbtnBandDark.Image = null;
            this.clrbtnBandDark.Location = new System.Drawing.Point(88, 24);
            this.clrbtnBandDark.MoreColors = "More Colors...";
            this.clrbtnBandDark.Name = "clrbtnBandDark";
            this.clrbtnBandDark.Size = new System.Drawing.Size(40, 23);
            this.clrbtnBandDark.TabIndex = 69;
            this.clrbtnBandDark.Changed += new System.EventHandler(this.clrbtnBandDark_Changed);
            // 
            // lblBandLight
            // 
            this.lblBandLight.Image = null;
            this.lblBandLight.Location = new System.Drawing.Point(16, 56);
            this.lblBandLight.Name = "lblBandLight";
            this.lblBandLight.Size = new System.Drawing.Size(64, 24);
            this.lblBandLight.TabIndex = 63;
            this.lblBandLight.Text = "Active:";
            // 
            // lblBandDark
            // 
            this.lblBandDark.Image = null;
            this.lblBandDark.Location = new System.Drawing.Point(16, 24);
            this.lblBandDark.Name = "lblBandDark";
            this.lblBandDark.Size = new System.Drawing.Size(64, 24);
            this.lblBandDark.TabIndex = 61;
            this.lblBandDark.Text = "Inactive:";
            // 
            // clrbtnOutOfBand
            // 
            this.clrbtnOutOfBand.Automatic = "Automatic";
            this.clrbtnOutOfBand.Color = System.Drawing.Color.DimGray;
            this.clrbtnOutOfBand.Image = null;
            this.clrbtnOutOfBand.Location = new System.Drawing.Point(88, 88);
            this.clrbtnOutOfBand.MoreColors = "More Colors...";
            this.clrbtnOutOfBand.Name = "clrbtnOutOfBand";
            this.clrbtnOutOfBand.Size = new System.Drawing.Size(40, 23);
            this.clrbtnOutOfBand.TabIndex = 73;
            this.clrbtnOutOfBand.Changed += new System.EventHandler(this.clrbtnOutOfBand_Changed);
            // 
            // lblOutOfBand
            // 
            this.lblOutOfBand.Image = null;
            this.lblOutOfBand.Location = new System.Drawing.Point(16, 88);
            this.lblOutOfBand.Name = "lblOutOfBand";
            this.lblOutOfBand.Size = new System.Drawing.Size(72, 24);
            this.lblOutOfBand.TabIndex = 72;
            this.lblOutOfBand.Text = "Out Of Band:";
            // 
            // grpAppearanceVFO
            // 
            this.grpAppearanceVFO.Controls.Add(this.clrbtnVFOBackground);
            this.grpAppearanceVFO.Controls.Add(this.lblVFOBackground);
            this.grpAppearanceVFO.Controls.Add(this.clrbtnVFOSmallColor);
            this.grpAppearanceVFO.Controls.Add(this.lblVFOSmallColor);
            this.grpAppearanceVFO.Controls.Add(this.chkVFOSmallLSD);
            this.grpAppearanceVFO.Controls.Add(this.clrbtnVFOLight);
            this.grpAppearanceVFO.Controls.Add(this.clrbtnVFODark);
            this.grpAppearanceVFO.Controls.Add(this.lblVFOPowerOn);
            this.grpAppearanceVFO.Controls.Add(this.lblVFOPowerOff);
            this.grpAppearanceVFO.Location = new System.Drawing.Point(144, 8);
            this.grpAppearanceVFO.Name = "grpAppearanceVFO";
            this.grpAppearanceVFO.Size = new System.Drawing.Size(144, 184);
            this.grpAppearanceVFO.TabIndex = 39;
            this.grpAppearanceVFO.TabStop = false;
            this.grpAppearanceVFO.Text = "VFO";
            // 
            // clrbtnVFOBackground
            // 
            this.clrbtnVFOBackground.Automatic = "Automatic";
            this.clrbtnVFOBackground.Color = System.Drawing.Color.Black;
            this.clrbtnVFOBackground.Image = null;
            this.clrbtnVFOBackground.Location = new System.Drawing.Point(88, 88);
            this.clrbtnVFOBackground.MoreColors = "More Colors...";
            this.clrbtnVFOBackground.Name = "clrbtnVFOBackground";
            this.clrbtnVFOBackground.Size = new System.Drawing.Size(40, 23);
            this.clrbtnVFOBackground.TabIndex = 73;
            this.clrbtnVFOBackground.Changed += new System.EventHandler(this.clrbtnVFOBackground_Changed);
            // 
            // lblVFOBackground
            // 
            this.lblVFOBackground.Image = null;
            this.lblVFOBackground.Location = new System.Drawing.Point(16, 88);
            this.lblVFOBackground.Name = "lblVFOBackground";
            this.lblVFOBackground.Size = new System.Drawing.Size(72, 24);
            this.lblVFOBackground.TabIndex = 72;
            this.lblVFOBackground.Text = "Background:";
            // 
            // clrbtnVFOSmallColor
            // 
            this.clrbtnVFOSmallColor.Automatic = "Automatic";
            this.clrbtnVFOSmallColor.Color = System.Drawing.Color.OrangeRed;
            this.clrbtnVFOSmallColor.Image = null;
            this.clrbtnVFOSmallColor.Location = new System.Drawing.Point(88, 152);
            this.clrbtnVFOSmallColor.MoreColors = "More Colors...";
            this.clrbtnVFOSmallColor.Name = "clrbtnVFOSmallColor";
            this.clrbtnVFOSmallColor.Size = new System.Drawing.Size(40, 23);
            this.clrbtnVFOSmallColor.TabIndex = 71;
            this.clrbtnVFOSmallColor.Changed += new System.EventHandler(this.clrbtnVFOSmallColor_Changed);
            // 
            // lblVFOSmallColor
            // 
            this.lblVFOSmallColor.Image = null;
            this.lblVFOSmallColor.Location = new System.Drawing.Point(16, 152);
            this.lblVFOSmallColor.Name = "lblVFOSmallColor";
            this.lblVFOSmallColor.Size = new System.Drawing.Size(72, 24);
            this.lblVFOSmallColor.TabIndex = 70;
            this.lblVFOSmallColor.Text = "Small Color:";
            // 
            // chkVFOSmallLSD
            // 
            this.chkVFOSmallLSD.Checked = true;
            this.chkVFOSmallLSD.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chkVFOSmallLSD.Image = null;
            this.chkVFOSmallLSD.Location = new System.Drawing.Point(16, 120);
            this.chkVFOSmallLSD.Name = "chkVFOSmallLSD";
            this.chkVFOSmallLSD.Size = new System.Drawing.Size(104, 24);
            this.chkVFOSmallLSD.TabIndex = 69;
            this.chkVFOSmallLSD.Text = "Small 3 Digits";
            this.chkVFOSmallLSD.CheckedChanged += new System.EventHandler(this.chkVFOSmallLSD_CheckedChanged);
            // 
            // clrbtnVFOLight
            // 
            this.clrbtnVFOLight.Automatic = "Automatic";
            this.clrbtnVFOLight.Color = System.Drawing.Color.Yellow;
            this.clrbtnVFOLight.Image = null;
            this.clrbtnVFOLight.Location = new System.Drawing.Point(88, 56);
            this.clrbtnVFOLight.MoreColors = "More Colors...";
            this.clrbtnVFOLight.Name = "clrbtnVFOLight";
            this.clrbtnVFOLight.Size = new System.Drawing.Size(40, 23);
            this.clrbtnVFOLight.TabIndex = 68;
            this.clrbtnVFOLight.Changed += new System.EventHandler(this.clrbtnVFOLight_Changed);
            // 
            // clrbtnVFODark
            // 
            this.clrbtnVFODark.Automatic = "Automatic";
            this.clrbtnVFODark.Color = System.Drawing.Color.Olive;
            this.clrbtnVFODark.Image = null;
            this.clrbtnVFODark.Location = new System.Drawing.Point(88, 24);
            this.clrbtnVFODark.MoreColors = "More Colors...";
            this.clrbtnVFODark.Name = "clrbtnVFODark";
            this.clrbtnVFODark.Size = new System.Drawing.Size(40, 23);
            this.clrbtnVFODark.TabIndex = 67;
            this.clrbtnVFODark.Changed += new System.EventHandler(this.clrbtnVFODark_Changed);
            // 
            // lblVFOPowerOn
            // 
            this.lblVFOPowerOn.Image = null;
            this.lblVFOPowerOn.Location = new System.Drawing.Point(16, 56);
            this.lblVFOPowerOn.Name = "lblVFOPowerOn";
            this.lblVFOPowerOn.Size = new System.Drawing.Size(64, 24);
            this.lblVFOPowerOn.TabIndex = 59;
            this.lblVFOPowerOn.Text = "Active:";
            // 
            // lblVFOPowerOff
            // 
            this.lblVFOPowerOff.Image = null;
            this.lblVFOPowerOff.Location = new System.Drawing.Point(16, 24);
            this.lblVFOPowerOff.Name = "lblVFOPowerOff";
            this.lblVFOPowerOff.Size = new System.Drawing.Size(64, 24);
            this.lblVFOPowerOff.TabIndex = 57;
            this.lblVFOPowerOff.Text = "Inactive:";
            // 
            // clrbtnBtnSel
            // 
            this.clrbtnBtnSel.Automatic = "Automatic";
            this.clrbtnBtnSel.Color = System.Drawing.Color.Yellow;
            this.clrbtnBtnSel.Image = null;
            this.clrbtnBtnSel.Location = new System.Drawing.Point(88, 101);
            this.clrbtnBtnSel.MoreColors = "More Colors...";
            this.clrbtnBtnSel.Name = "clrbtnBtnSel";
            this.clrbtnBtnSel.Size = new System.Drawing.Size(40, 23);
            this.clrbtnBtnSel.TabIndex = 66;
            this.clrbtnBtnSel.Changed += new System.EventHandler(this.clrbtnBtnSel_Changed);
            // 
            // lblAppearanceGenBtnSel
            // 
            this.lblAppearanceGenBtnSel.Image = null;
            this.lblAppearanceGenBtnSel.Location = new System.Drawing.Point(16, 101);
            this.lblAppearanceGenBtnSel.Name = "lblAppearanceGenBtnSel";
            this.lblAppearanceGenBtnSel.Size = new System.Drawing.Size(64, 32);
            this.lblAppearanceGenBtnSel.TabIndex = 55;
            this.lblAppearanceGenBtnSel.Text = "Button Selected:";
            // 
            // tpAppearanceDisplay
            // 
            this.tpAppearanceDisplay.BackColor = System.Drawing.SystemColors.Control;
            this.tpAppearanceDisplay.Controls.Add(this.grpMainDisplay);
            this.tpAppearanceDisplay.Controls.Add(this.grpAppPanadapter);
            this.tpAppearanceDisplay.Controls.Add(this.grpDisplayPeakCursor);
            this.tpAppearanceDisplay.Location = new System.Drawing.Point(4, 22);
            this.tpAppearanceDisplay.Name = "tpAppearanceDisplay";
            this.tpAppearanceDisplay.Size = new System.Drawing.Size(592, 318);
            this.tpAppearanceDisplay.TabIndex = 1;
            this.tpAppearanceDisplay.Text = "Display";
            // 
            // grpMainDisplay
            // 
            this.grpMainDisplay.Controls.Add(this.clrbtnText);
            this.grpMainDisplay.Controls.Add(this.lblDisplayBackgroundColor);
            this.grpMainDisplay.Controls.Add(this.udDisplayLineWidth);
            this.grpMainDisplay.Controls.Add(this.lblDisplayDataLineColor);
            this.grpMainDisplay.Controls.Add(this.lblDisplayTextColor);
            this.grpMainDisplay.Controls.Add(this.lblDisplayLineWidth);
            this.grpMainDisplay.Controls.Add(this.clrbtnBackground);
            this.grpMainDisplay.Controls.Add(this.clrbtnGrid);
            this.grpMainDisplay.Controls.Add(this.lblDisplayZeroLineColor);
            this.grpMainDisplay.Controls.Add(this.clrbtnZeroLine);
            this.grpMainDisplay.Controls.Add(this.lblDisplayGridColor);
            this.grpMainDisplay.Controls.Add(this.clrbtnDataLine);
            this.grpMainDisplay.Location = new System.Drawing.Point(8, 6);
            this.grpMainDisplay.Name = "grpMainDisplay";
            this.grpMainDisplay.Size = new System.Drawing.Size(373, 100);
            this.grpMainDisplay.TabIndex = 78;
            this.grpMainDisplay.TabStop = false;
            this.grpMainDisplay.Text = "Main Display";
            // 
            // clrbtnText
            // 
            this.clrbtnText.Automatic = "Automatic";
            this.clrbtnText.Color = System.Drawing.Color.Yellow;
            this.clrbtnText.Image = null;
            this.clrbtnText.Location = new System.Drawing.Point(200, 16);
            this.clrbtnText.MoreColors = "More Colors...";
            this.clrbtnText.Name = "clrbtnText";
            this.clrbtnText.Size = new System.Drawing.Size(40, 23);
            this.clrbtnText.TabIndex = 72;
            this.clrbtnText.Changed += new System.EventHandler(this.clrbtnText_Changed);
            // 
            // lblDisplayBackgroundColor
            // 
            this.lblDisplayBackgroundColor.Image = null;
            this.lblDisplayBackgroundColor.Location = new System.Drawing.Point(8, 21);
            this.lblDisplayBackgroundColor.Name = "lblDisplayBackgroundColor";
            this.lblDisplayBackgroundColor.Size = new System.Drawing.Size(73, 24);
            this.lblDisplayBackgroundColor.TabIndex = 34;
            this.lblDisplayBackgroundColor.Text = "Background:";
            // 
            // udDisplayLineWidth
            // 
            this.udDisplayLineWidth.DecimalPlaces = 1;
            this.udDisplayLineWidth.Increment = new decimal(new int[] { 1, 0, 0, 65536 });
            this.udDisplayLineWidth.Location = new System.Drawing.Point(316, 61);
            this.udDisplayLineWidth.Maximum = new decimal(new int[] { 50, 0, 0, 65536 });
            this.udDisplayLineWidth.Minimum = new decimal(new int[] { 1, 0, 0, 65536 });
            this.udDisplayLineWidth.Name = "udDisplayLineWidth";
            this.udDisplayLineWidth.Size = new System.Drawing.Size(40, 20);
            this.udDisplayLineWidth.TabIndex = 42;
            this.udDisplayLineWidth.Value = new decimal(new int[] { 10, 0, 0, 65536 });
            this.udDisplayLineWidth.ValueChanged += new System.EventHandler(this.udDisplayLineWidth_ValueChanged);
            this.udDisplayLineWidth.LostFocus += new System.EventHandler(this.udDisplayLineWidth_LostFocus);
            // 
            // lblDisplayDataLineColor
            // 
            this.lblDisplayDataLineColor.Image = null;
            this.lblDisplayDataLineColor.Location = new System.Drawing.Point(132, 61);
            this.lblDisplayDataLineColor.Name = "lblDisplayDataLineColor";
            this.lblDisplayDataLineColor.Size = new System.Drawing.Size(56, 24);
            this.lblDisplayDataLineColor.TabIndex = 41;
            this.lblDisplayDataLineColor.Text = "Data Line:";
            // 
            // lblDisplayTextColor
            // 
            this.lblDisplayTextColor.Image = null;
            this.lblDisplayTextColor.Location = new System.Drawing.Point(130, 20);
            this.lblDisplayTextColor.Name = "lblDisplayTextColor";
            this.lblDisplayTextColor.Size = new System.Drawing.Size(64, 24);
            this.lblDisplayTextColor.TabIndex = 39;
            this.lblDisplayTextColor.Text = "Text Color:";
            // 
            // lblDisplayLineWidth
            // 
            this.lblDisplayLineWidth.Image = null;
            this.lblDisplayLineWidth.Location = new System.Drawing.Point(256, 61);
            this.lblDisplayLineWidth.Name = "lblDisplayLineWidth";
            this.lblDisplayLineWidth.Size = new System.Drawing.Size(64, 36);
            this.lblDisplayLineWidth.TabIndex = 43;
            this.lblDisplayLineWidth.Text = "Data Line Width:";
            // 
            // clrbtnBackground
            // 
            this.clrbtnBackground.Automatic = "Automatic";
            this.clrbtnBackground.Color = System.Drawing.Color.Black;
            this.clrbtnBackground.Image = null;
            this.clrbtnBackground.Location = new System.Drawing.Point(80, 16);
            this.clrbtnBackground.MoreColors = "More Colors...";
            this.clrbtnBackground.Name = "clrbtnBackground";
            this.clrbtnBackground.Size = new System.Drawing.Size(40, 23);
            this.clrbtnBackground.TabIndex = 68;
            this.clrbtnBackground.Changed += new System.EventHandler(this.clrbtnBackground_Changed);
            // 
            // clrbtnGrid
            // 
            this.clrbtnGrid.Automatic = "Automatic";
            this.clrbtnGrid.Color = System.Drawing.Color.Purple;
            this.clrbtnGrid.Image = null;
            this.clrbtnGrid.Location = new System.Drawing.Point(316, 16);
            this.clrbtnGrid.MoreColors = "More Colors...";
            this.clrbtnGrid.Name = "clrbtnGrid";
            this.clrbtnGrid.Size = new System.Drawing.Size(40, 23);
            this.clrbtnGrid.TabIndex = 69;
            this.clrbtnGrid.Changed += new System.EventHandler(this.clrbtnGrid_Changed);
            // 
            // lblDisplayZeroLineColor
            // 
            this.lblDisplayZeroLineColor.Image = null;
            this.lblDisplayZeroLineColor.Location = new System.Drawing.Point(9, 61);
            this.lblDisplayZeroLineColor.Name = "lblDisplayZeroLineColor";
            this.lblDisplayZeroLineColor.Size = new System.Drawing.Size(72, 24);
            this.lblDisplayZeroLineColor.TabIndex = 36;
            this.lblDisplayZeroLineColor.Text = "Zero Line:";
            // 
            // clrbtnZeroLine
            // 
            this.clrbtnZeroLine.Automatic = "Automatic";
            this.clrbtnZeroLine.Color = System.Drawing.Color.Red;
            this.clrbtnZeroLine.Image = null;
            this.clrbtnZeroLine.Location = new System.Drawing.Point(80, 56);
            this.clrbtnZeroLine.MoreColors = "More Colors...";
            this.clrbtnZeroLine.Name = "clrbtnZeroLine";
            this.clrbtnZeroLine.Size = new System.Drawing.Size(40, 23);
            this.clrbtnZeroLine.TabIndex = 70;
            this.clrbtnZeroLine.Changed += new System.EventHandler(this.clrbtnZeroLine_Changed);
            // 
            // lblDisplayGridColor
            // 
            this.lblDisplayGridColor.Image = null;
            this.lblDisplayGridColor.Location = new System.Drawing.Point(256, 21);
            this.lblDisplayGridColor.Name = "lblDisplayGridColor";
            this.lblDisplayGridColor.Size = new System.Drawing.Size(62, 24);
            this.lblDisplayGridColor.TabIndex = 35;
            this.lblDisplayGridColor.Text = "Grid Color:";
            // 
            // clrbtnDataLine
            // 
            this.clrbtnDataLine.Automatic = "Automatic";
            this.clrbtnDataLine.Color = System.Drawing.Color.White;
            this.clrbtnDataLine.Image = null;
            this.clrbtnDataLine.Location = new System.Drawing.Point(200, 57);
            this.clrbtnDataLine.MoreColors = "More Colors...";
            this.clrbtnDataLine.Name = "clrbtnDataLine";
            this.clrbtnDataLine.Size = new System.Drawing.Size(40, 23);
            this.clrbtnDataLine.TabIndex = 73;
            this.clrbtnDataLine.Changed += new System.EventHandler(this.clrbtnDataLine_Changed);
            // 
            // grpAppPanadapter
            // 
            this.grpAppPanadapter.Controls.Add(this.lblBandSegmentBoxLineWidth);
            this.grpAppPanadapter.Controls.Add(this.udBandSegmentBoxLineWidth);
            this.grpAppPanadapter.Controls.Add(this.lblBandSegmentBox);
            this.grpAppPanadapter.Controls.Add(this.clrbtnBandSegmentBox);
            this.grpAppPanadapter.Controls.Add(this.lblMultiRXFilterAlpha);
            this.grpAppPanadapter.Controls.Add(this.chkShowFreqOffset);
            this.grpAppPanadapter.Controls.Add(this.tbMultiRXFilterAlpha);
            this.grpAppPanadapter.Controls.Add(this.clrbtnTXFilter);
            this.grpAppPanadapter.Controls.Add(this.lblRX1FilterAlpha);
            this.grpAppPanadapter.Controls.Add(this.lblTXFilterColor);
            this.grpAppPanadapter.Controls.Add(this.clrbtnSubRXZero);
            this.grpAppPanadapter.Controls.Add(this.tbRX1FilterAlpha);
            this.grpAppPanadapter.Controls.Add(this.lblSubRXZeroLine);
            this.grpAppPanadapter.Controls.Add(this.clrbtnSubRXFilter);
            this.grpAppPanadapter.Controls.Add(this.lblSubRXFilterColor);
            this.grpAppPanadapter.Controls.Add(this.clrbtnBandEdge);
            this.grpAppPanadapter.Controls.Add(this.lblBandEdge);
            this.grpAppPanadapter.Controls.Add(this.lblDisplayFilterColor);
            this.grpAppPanadapter.Controls.Add(this.clrbtnFilter);
            this.grpAppPanadapter.Location = new System.Drawing.Point(8, 112);
            this.grpAppPanadapter.Name = "grpAppPanadapter";
            this.grpAppPanadapter.Size = new System.Drawing.Size(373, 152);
            this.grpAppPanadapter.TabIndex = 77;
            this.grpAppPanadapter.TabStop = false;
            this.grpAppPanadapter.Text = "Panadapter";
            this.grpAppPanadapter.Enter += new System.EventHandler(this.grpAppPanadapter_Enter);
            // 
            // lblBandSegmentBoxLineWidth
            // 
            this.lblBandSegmentBoxLineWidth.Image = null;
            this.lblBandSegmentBoxLineWidth.Location = new System.Drawing.Point(228, 107);
            this.lblBandSegmentBoxLineWidth.Name = "lblBandSegmentBoxLineWidth";
            this.lblBandSegmentBoxLineWidth.Size = new System.Drawing.Size(84, 34);
            this.lblBandSegmentBoxLineWidth.TabIndex = 87;
            this.lblBandSegmentBoxLineWidth.Text = "Band Segment Box Line Width:";
            // 
            // udBandSegmentBoxLineWidth
            // 
            this.udBandSegmentBoxLineWidth.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.udBandSegmentBoxLineWidth.DecimalPlaces = 1;
            this.udBandSegmentBoxLineWidth.Increment = new decimal(new int[] { 1, 0, 0, 0 });
            this.udBandSegmentBoxLineWidth.Location = new System.Drawing.Point(316, 110);
            this.udBandSegmentBoxLineWidth.Maximum = new decimal(new int[] { 50, 0, 0, 65536 });
            this.udBandSegmentBoxLineWidth.Minimum = new decimal(new int[] { 1, 0, 0, 0 });
            this.udBandSegmentBoxLineWidth.Name = "udBandSegmentBoxLineWidth";
            this.udBandSegmentBoxLineWidth.Size = new System.Drawing.Size(40, 20);
            this.udBandSegmentBoxLineWidth.TabIndex = 86;
            this.udBandSegmentBoxLineWidth.Value = new decimal(new int[] { 1, 0, 0, 0 });
            this.udBandSegmentBoxLineWidth.ValueChanged += new System.EventHandler(this.udBandSegmentBoxLineWidth_ValueChanged);
            this.udBandSegmentBoxLineWidth.LostFocus += new System.EventHandler(this.udBandSegmentBoxLineWidth_LostFocus);
            // 
            // lblBandSegmentBox
            // 
            this.lblBandSegmentBox.Image = null;
            this.lblBandSegmentBox.Location = new System.Drawing.Point(256, 57);
            this.lblBandSegmentBox.Name = "lblBandSegmentBox";
            this.lblBandSegmentBox.Size = new System.Drawing.Size(56, 40);
            this.lblBandSegmentBox.TabIndex = 85;
            this.lblBandSegmentBox.Text = "Band Segment Box Color:";
            // 
            // clrbtnBandSegmentBox
            // 
            this.clrbtnBandSegmentBox.Automatic = "Automatic";
            this.clrbtnBandSegmentBox.Color = System.Drawing.Color.Lime;
            this.clrbtnBandSegmentBox.Image = null;
            this.clrbtnBandSegmentBox.Location = new System.Drawing.Point(316, 65);
            this.clrbtnBandSegmentBox.MoreColors = "More Colors...";
            this.clrbtnBandSegmentBox.Name = "clrbtnBandSegmentBox";
            this.clrbtnBandSegmentBox.Size = new System.Drawing.Size(40, 23);
            this.clrbtnBandSegmentBox.TabIndex = 84;
            this.toolTip1.SetToolTip(this.clrbtnBandSegmentBox, "Changes the color of Band Segment boxes");
            this.clrbtnBandSegmentBox.Changed += new System.EventHandler(this.clrbtnBandSegmentBox_Changed);
            // 
            // lblMultiRXFilterAlpha
            // 
            this.lblMultiRXFilterAlpha.Image = null;
            this.lblMultiRXFilterAlpha.Location = new System.Drawing.Point(9, 120);
            this.lblMultiRXFilterAlpha.Name = "lblMultiRXFilterAlpha";
            this.lblMultiRXFilterAlpha.Size = new System.Drawing.Size(40, 18);
            this.lblMultiRXFilterAlpha.TabIndex = 83;
            this.lblMultiRXFilterAlpha.Text = "Alpha:";
            // 
            // chkShowFreqOffset
            // 
            this.chkShowFreqOffset.Image = null;
            this.chkShowFreqOffset.Location = new System.Drawing.Point(135, 105);
            this.chkShowFreqOffset.Name = "chkShowFreqOffset";
            this.chkShowFreqOffset.Size = new System.Drawing.Size(87, 32);
            this.chkShowFreqOffset.TabIndex = 77;
            this.chkShowFreqOffset.Text = "Show Freq Offset";
            this.toolTip1.SetToolTip(this.chkShowFreqOffset, "Show the frequency offset from the VFO rather than the actual frequency in MHz on" +
                    " the display.");
            this.chkShowFreqOffset.CheckedChanged += new System.EventHandler(this.chkShowFreqOffset_CheckedChanged);
            // 
            // tbMultiRXFilterAlpha
            // 
            this.tbMultiRXFilterAlpha.AutoSize = false;
            this.tbMultiRXFilterAlpha.Location = new System.Drawing.Point(54, 123);
            this.tbMultiRXFilterAlpha.Maximum = 255;
            this.tbMultiRXFilterAlpha.Name = "tbMultiRXFilterAlpha";
            this.tbMultiRXFilterAlpha.Size = new System.Drawing.Size(66, 18);
            this.tbMultiRXFilterAlpha.TabIndex = 82;
            this.tbMultiRXFilterAlpha.TickFrequency = 64;
            this.tbMultiRXFilterAlpha.Value = 97;
            this.tbMultiRXFilterAlpha.Scroll += new System.EventHandler(this.tbMultiRXFilterAlpha_Scroll);
            // 
            // clrbtnTXFilter
            // 
            this.clrbtnTXFilter.Automatic = "Automatic";
            this.clrbtnTXFilter.Color = System.Drawing.Color.Yellow;
            this.clrbtnTXFilter.Image = null;
            this.clrbtnTXFilter.Location = new System.Drawing.Point(200, 24);
            this.clrbtnTXFilter.MoreColors = "More Colors...";
            this.clrbtnTXFilter.Name = "clrbtnTXFilter";
            this.clrbtnTXFilter.Size = new System.Drawing.Size(40, 23);
            this.clrbtnTXFilter.TabIndex = 76;
            this.clrbtnTXFilter.Changed += new System.EventHandler(this.clrbtnTXFilter_Changed);
            // 
            // lblRX1FilterAlpha
            // 
            this.lblRX1FilterAlpha.Image = null;
            this.lblRX1FilterAlpha.Location = new System.Drawing.Point(8, 57);
            this.lblRX1FilterAlpha.Name = "lblRX1FilterAlpha";
            this.lblRX1FilterAlpha.Size = new System.Drawing.Size(40, 18);
            this.lblRX1FilterAlpha.TabIndex = 79;
            this.lblRX1FilterAlpha.Text = "Alpha:";
            // 
            // lblTXFilterColor
            // 
            this.lblTXFilterColor.Image = null;
            this.lblTXFilterColor.Location = new System.Drawing.Point(130, 24);
            this.lblTXFilterColor.Name = "lblTXFilterColor";
            this.lblTXFilterColor.Size = new System.Drawing.Size(64, 32);
            this.lblTXFilterColor.TabIndex = 75;
            this.lblTXFilterColor.Text = "TX Filter Color:";
            // 
            // clrbtnSubRXZero
            // 
            this.clrbtnSubRXZero.Automatic = "Automatic";
            this.clrbtnSubRXZero.Color = System.Drawing.Color.LightSkyBlue;
            this.clrbtnSubRXZero.Image = null;
            this.clrbtnSubRXZero.Location = new System.Drawing.Point(200, 65);
            this.clrbtnSubRXZero.MoreColors = "More Colors...";
            this.clrbtnSubRXZero.Name = "clrbtnSubRXZero";
            this.clrbtnSubRXZero.Size = new System.Drawing.Size(40, 23);
            this.clrbtnSubRXZero.TabIndex = 81;
            this.clrbtnSubRXZero.Changed += new System.EventHandler(this.clrbtnSubRXZero_Changed);
            // 
            // tbRX1FilterAlpha
            // 
            this.tbRX1FilterAlpha.AutoSize = false;
            this.tbRX1FilterAlpha.Location = new System.Drawing.Point(54, 57);
            this.tbRX1FilterAlpha.Maximum = 255;
            this.tbRX1FilterAlpha.Name = "tbRX1FilterAlpha";
            this.tbRX1FilterAlpha.Size = new System.Drawing.Size(66, 18);
            this.tbRX1FilterAlpha.TabIndex = 78;
            this.tbRX1FilterAlpha.TickFrequency = 64;
            this.tbRX1FilterAlpha.Value = 97;
            this.tbRX1FilterAlpha.Scroll += new System.EventHandler(this.tbRX1FilterAlpha_Scroll);
            // 
            // lblSubRXZeroLine
            // 
            this.lblSubRXZeroLine.Image = null;
            this.lblSubRXZeroLine.Location = new System.Drawing.Point(132, 65);
            this.lblSubRXZeroLine.Name = "lblSubRXZeroLine";
            this.lblSubRXZeroLine.Size = new System.Drawing.Size(64, 32);
            this.lblSubRXZeroLine.TabIndex = 80;
            this.lblSubRXZeroLine.Text = "MultiRX Zero Line:";
            // 
            // clrbtnSubRXFilter
            // 
            this.clrbtnSubRXFilter.Automatic = "Automatic";
            this.clrbtnSubRXFilter.Color = System.Drawing.Color.Blue;
            this.clrbtnSubRXFilter.Image = null;
            this.clrbtnSubRXFilter.Location = new System.Drawing.Point(80, 88);
            this.clrbtnSubRXFilter.MoreColors = "More Colors...";
            this.clrbtnSubRXFilter.Name = "clrbtnSubRXFilter";
            this.clrbtnSubRXFilter.Size = new System.Drawing.Size(40, 23);
            this.clrbtnSubRXFilter.TabIndex = 79;
            this.clrbtnSubRXFilter.Changed += new System.EventHandler(this.clrbtnSubRXFilter_Changed);
            // 
            // lblSubRXFilterColor
            // 
            this.lblSubRXFilterColor.Image = null;
            this.lblSubRXFilterColor.Location = new System.Drawing.Point(9, 88);
            this.lblSubRXFilterColor.Name = "lblSubRXFilterColor";
            this.lblSubRXFilterColor.Size = new System.Drawing.Size(64, 32);
            this.lblSubRXFilterColor.TabIndex = 78;
            this.lblSubRXFilterColor.Text = "MultiRX Filter Color:";
            // 
            // clrbtnBandEdge
            // 
            this.clrbtnBandEdge.Automatic = "Automatic";
            this.clrbtnBandEdge.Color = System.Drawing.Color.Red;
            this.clrbtnBandEdge.Image = null;
            this.clrbtnBandEdge.Location = new System.Drawing.Point(316, 24);
            this.clrbtnBandEdge.MoreColors = "More Colors...";
            this.clrbtnBandEdge.Name = "clrbtnBandEdge";
            this.clrbtnBandEdge.Size = new System.Drawing.Size(40, 23);
            this.clrbtnBandEdge.TabIndex = 71;
            this.clrbtnBandEdge.Changed += new System.EventHandler(this.clrbtnBandEdge_Changed);
            // 
            // lblBandEdge
            // 
            this.lblBandEdge.Image = null;
            this.lblBandEdge.Location = new System.Drawing.Point(256, 22);
            this.lblBandEdge.Name = "lblBandEdge";
            this.lblBandEdge.Size = new System.Drawing.Size(64, 34);
            this.lblBandEdge.TabIndex = 65;
            this.lblBandEdge.Text = "Band Edge Color:";
            this.lblBandEdge.Click += new System.EventHandler(this.lblBandEdge_Click);
            // 
            // lblDisplayFilterColor
            // 
            this.lblDisplayFilterColor.Image = null;
            this.lblDisplayFilterColor.Location = new System.Drawing.Point(8, 24);
            this.lblDisplayFilterColor.Name = "lblDisplayFilterColor";
            this.lblDisplayFilterColor.Size = new System.Drawing.Size(64, 32);
            this.lblDisplayFilterColor.TabIndex = 45;
            this.lblDisplayFilterColor.Text = "Main RX Filter Color:";
            // 
            // clrbtnFilter
            // 
            this.clrbtnFilter.Automatic = "Automatic";
            this.clrbtnFilter.Color = System.Drawing.Color.White;
            this.clrbtnFilter.Image = null;
            this.clrbtnFilter.Location = new System.Drawing.Point(80, 24);
            this.clrbtnFilter.MoreColors = "More Colors...";
            this.clrbtnFilter.Name = "clrbtnFilter";
            this.clrbtnFilter.Size = new System.Drawing.Size(40, 23);
            this.clrbtnFilter.TabIndex = 71;
            this.clrbtnFilter.Changed += new System.EventHandler(this.clrbtnFilter_Changed);
            // 
            // grpDisplayPeakCursor
            // 
            this.grpDisplayPeakCursor.Controls.Add(this.clrbtnPeakBackground);
            this.grpDisplayPeakCursor.Controls.Add(this.lblPeakBackground);
            this.grpDisplayPeakCursor.Controls.Add(this.clrbtnPeakText);
            this.grpDisplayPeakCursor.Controls.Add(this.lblPeakText);
            this.grpDisplayPeakCursor.Location = new System.Drawing.Point(387, 6);
            this.grpDisplayPeakCursor.Name = "grpDisplayPeakCursor";
            this.grpDisplayPeakCursor.Size = new System.Drawing.Size(136, 100);
            this.grpDisplayPeakCursor.TabIndex = 74;
            this.grpDisplayPeakCursor.TabStop = false;
            this.grpDisplayPeakCursor.Text = "Cursor/Peak Readout";
            // 
            // clrbtnPeakBackground
            // 
            this.clrbtnPeakBackground.Automatic = "Automatic";
            this.clrbtnPeakBackground.Color = System.Drawing.Color.Black;
            this.clrbtnPeakBackground.Image = null;
            this.clrbtnPeakBackground.Location = new System.Drawing.Point(78, 57);
            this.clrbtnPeakBackground.MoreColors = "More Colors...";
            this.clrbtnPeakBackground.Name = "clrbtnPeakBackground";
            this.clrbtnPeakBackground.Size = new System.Drawing.Size(40, 23);
            this.clrbtnPeakBackground.TabIndex = 73;
            this.clrbtnPeakBackground.Changed += new System.EventHandler(this.clrbtnPeakBackground_Changed);
            // 
            // lblPeakBackground
            // 
            this.lblPeakBackground.Image = null;
            this.lblPeakBackground.Location = new System.Drawing.Point(8, 61);
            this.lblPeakBackground.Name = "lblPeakBackground";
            this.lblPeakBackground.Size = new System.Drawing.Size(72, 24);
            this.lblPeakBackground.TabIndex = 72;
            this.lblPeakBackground.Text = "Background:";
            // 
            // clrbtnPeakText
            // 
            this.clrbtnPeakText.Automatic = "Automatic";
            this.clrbtnPeakText.Color = System.Drawing.Color.DodgerBlue;
            this.clrbtnPeakText.Image = null;
            this.clrbtnPeakText.Location = new System.Drawing.Point(78, 16);
            this.clrbtnPeakText.MoreColors = "More Colors...";
            this.clrbtnPeakText.Name = "clrbtnPeakText";
            this.clrbtnPeakText.Size = new System.Drawing.Size(40, 23);
            this.clrbtnPeakText.TabIndex = 71;
            this.clrbtnPeakText.Changed += new System.EventHandler(this.clrbtnPeakText_Changed);
            // 
            // lblPeakText
            // 
            this.lblPeakText.Image = null;
            this.lblPeakText.Location = new System.Drawing.Point(8, 24);
            this.lblPeakText.Name = "lblPeakText";
            this.lblPeakText.Size = new System.Drawing.Size(64, 24);
            this.lblPeakText.TabIndex = 65;
            this.lblPeakText.Text = "Peak Text:";
            // 
            // tpAppearanceMeter
            // 
            this.tpAppearanceMeter.BackColor = System.Drawing.SystemColors.Control;
            this.tpAppearanceMeter.Controls.Add(this.labelTS2);
            this.tpAppearanceMeter.Controls.Add(this.clrbtnMeterDigBackground);
            this.tpAppearanceMeter.Controls.Add(this.lblMeterDigitalText);
            this.tpAppearanceMeter.Controls.Add(this.clrbtnMeterDigText);
            this.tpAppearanceMeter.Controls.Add(this.grpMeterEdge);
            this.tpAppearanceMeter.Controls.Add(this.grpAppearanceMeter);
            this.tpAppearanceMeter.Controls.Add(this.lblMeterType);
            this.tpAppearanceMeter.Controls.Add(this.comboMeterType);
            this.tpAppearanceMeter.Location = new System.Drawing.Point(4, 22);
            this.tpAppearanceMeter.Name = "tpAppearanceMeter";
            this.tpAppearanceMeter.Size = new System.Drawing.Size(592, 318);
            this.tpAppearanceMeter.TabIndex = 2;
            this.tpAppearanceMeter.Text = "Meter";
            // 
            // labelTS2
            // 
            this.labelTS2.Image = null;
            this.labelTS2.Location = new System.Drawing.Point(24, 80);
            this.labelTS2.Name = "labelTS2";
            this.labelTS2.Size = new System.Drawing.Size(72, 32);
            this.labelTS2.TabIndex = 83;
            this.labelTS2.Text = "Digital Background:";
            // 
            // clrbtnMeterDigBackground
            // 
            this.clrbtnMeterDigBackground.Automatic = "Automatic";
            this.clrbtnMeterDigBackground.Color = System.Drawing.Color.Black;
            this.clrbtnMeterDigBackground.Image = null;
            this.clrbtnMeterDigBackground.Location = new System.Drawing.Point(96, 80);
            this.clrbtnMeterDigBackground.MoreColors = "More Colors...";
            this.clrbtnMeterDigBackground.Name = "clrbtnMeterDigBackground";
            this.clrbtnMeterDigBackground.Size = new System.Drawing.Size(40, 23);
            this.clrbtnMeterDigBackground.TabIndex = 84;
            this.clrbtnMeterDigBackground.Changed += new System.EventHandler(this.clrbtnMeterDigBackground_Changed);
            // 
            // lblMeterDigitalText
            // 
            this.lblMeterDigitalText.Image = null;
            this.lblMeterDigitalText.Location = new System.Drawing.Point(24, 48);
            this.lblMeterDigitalText.Name = "lblMeterDigitalText";
            this.lblMeterDigitalText.Size = new System.Drawing.Size(72, 24);
            this.lblMeterDigitalText.TabIndex = 81;
            this.lblMeterDigitalText.Text = "Digital Text:";
            // 
            // clrbtnMeterDigText
            // 
            this.clrbtnMeterDigText.Automatic = "Automatic";
            this.clrbtnMeterDigText.Color = System.Drawing.Color.Yellow;
            this.clrbtnMeterDigText.Image = null;
            this.clrbtnMeterDigText.Location = new System.Drawing.Point(96, 48);
            this.clrbtnMeterDigText.MoreColors = "More Colors...";
            this.clrbtnMeterDigText.Name = "clrbtnMeterDigText";
            this.clrbtnMeterDigText.Size = new System.Drawing.Size(40, 23);
            this.clrbtnMeterDigText.TabIndex = 82;
            this.clrbtnMeterDigText.Changed += new System.EventHandler(this.clrbtnMeterDigText_Changed);
            // 
            // grpMeterEdge
            // 
            this.grpMeterEdge.Controls.Add(this.clrbtnEdgeIndicator);
            this.grpMeterEdge.Controls.Add(this.labelTS1);
            this.grpMeterEdge.Controls.Add(this.clrbtnMeterEdgeBackground);
            this.grpMeterEdge.Controls.Add(this.lblMeterEdgeBackground);
            this.grpMeterEdge.Controls.Add(this.clrbtnMeterEdgeHigh);
            this.grpMeterEdge.Controls.Add(this.lblMeterEdgeHigh);
            this.grpMeterEdge.Controls.Add(this.lblMeterEdgeLow);
            this.grpMeterEdge.Controls.Add(this.clrbtnMeterEdgeLow);
            this.grpMeterEdge.Location = new System.Drawing.Point(312, 8);
            this.grpMeterEdge.Name = "grpMeterEdge";
            this.grpMeterEdge.Size = new System.Drawing.Size(136, 160);
            this.grpMeterEdge.TabIndex = 80;
            this.grpMeterEdge.TabStop = false;
            this.grpMeterEdge.Text = "Edge Style";
            // 
            // clrbtnEdgeIndicator
            // 
            this.clrbtnEdgeIndicator.Automatic = "Automatic";
            this.clrbtnEdgeIndicator.Color = System.Drawing.Color.Yellow;
            this.clrbtnEdgeIndicator.ForeColor = System.Drawing.Color.Black;
            this.clrbtnEdgeIndicator.Image = null;
            this.clrbtnEdgeIndicator.Location = new System.Drawing.Point(80, 120);
            this.clrbtnEdgeIndicator.MoreColors = "More Colors...";
            this.clrbtnEdgeIndicator.Name = "clrbtnEdgeIndicator";
            this.clrbtnEdgeIndicator.Size = new System.Drawing.Size(40, 23);
            this.clrbtnEdgeIndicator.TabIndex = 79;
            this.clrbtnEdgeIndicator.Changed += new System.EventHandler(this.clrbtnEdgeIndicator_Changed);
            // 
            // labelTS1
            // 
            this.labelTS1.Image = null;
            this.labelTS1.Location = new System.Drawing.Point(8, 120);
            this.labelTS1.Name = "labelTS1";
            this.labelTS1.Size = new System.Drawing.Size(56, 24);
            this.labelTS1.TabIndex = 78;
            this.labelTS1.Text = "Indicator:";
            // 
            // clrbtnMeterEdgeBackground
            // 
            this.clrbtnMeterEdgeBackground.Automatic = "Automatic";
            this.clrbtnMeterEdgeBackground.Color = System.Drawing.Color.Black;
            this.clrbtnMeterEdgeBackground.ForeColor = System.Drawing.Color.Black;
            this.clrbtnMeterEdgeBackground.Image = null;
            this.clrbtnMeterEdgeBackground.Location = new System.Drawing.Point(80, 88);
            this.clrbtnMeterEdgeBackground.MoreColors = "More Colors...";
            this.clrbtnMeterEdgeBackground.Name = "clrbtnMeterEdgeBackground";
            this.clrbtnMeterEdgeBackground.Size = new System.Drawing.Size(40, 23);
            this.clrbtnMeterEdgeBackground.TabIndex = 77;
            this.clrbtnMeterEdgeBackground.Changed += new System.EventHandler(this.clrbtnMeterEdgeBackground_Changed);
            // 
            // lblMeterEdgeBackground
            // 
            this.lblMeterEdgeBackground.Image = null;
            this.lblMeterEdgeBackground.Location = new System.Drawing.Point(8, 88);
            this.lblMeterEdgeBackground.Name = "lblMeterEdgeBackground";
            this.lblMeterEdgeBackground.Size = new System.Drawing.Size(72, 24);
            this.lblMeterEdgeBackground.TabIndex = 76;
            this.lblMeterEdgeBackground.Text = "Background:";
            // 
            // clrbtnMeterEdgeHigh
            // 
            this.clrbtnMeterEdgeHigh.Automatic = "Automatic";
            this.clrbtnMeterEdgeHigh.Color = System.Drawing.Color.Red;
            this.clrbtnMeterEdgeHigh.Image = null;
            this.clrbtnMeterEdgeHigh.Location = new System.Drawing.Point(80, 56);
            this.clrbtnMeterEdgeHigh.MoreColors = "More Colors...";
            this.clrbtnMeterEdgeHigh.Name = "clrbtnMeterEdgeHigh";
            this.clrbtnMeterEdgeHigh.Size = new System.Drawing.Size(40, 23);
            this.clrbtnMeterEdgeHigh.TabIndex = 75;
            this.clrbtnMeterEdgeHigh.Changed += new System.EventHandler(this.clrbtnMeterEdgeHigh_Changed);
            // 
            // lblMeterEdgeHigh
            // 
            this.lblMeterEdgeHigh.Image = null;
            this.lblMeterEdgeHigh.Location = new System.Drawing.Point(8, 56);
            this.lblMeterEdgeHigh.Name = "lblMeterEdgeHigh";
            this.lblMeterEdgeHigh.Size = new System.Drawing.Size(72, 24);
            this.lblMeterEdgeHigh.TabIndex = 53;
            this.lblMeterEdgeHigh.Text = "High Color:";
            // 
            // lblMeterEdgeLow
            // 
            this.lblMeterEdgeLow.Image = null;
            this.lblMeterEdgeLow.Location = new System.Drawing.Point(8, 24);
            this.lblMeterEdgeLow.Name = "lblMeterEdgeLow";
            this.lblMeterEdgeLow.Size = new System.Drawing.Size(72, 24);
            this.lblMeterEdgeLow.TabIndex = 51;
            this.lblMeterEdgeLow.Text = "Low Color:";
            // 
            // clrbtnMeterEdgeLow
            // 
            this.clrbtnMeterEdgeLow.Automatic = "Automatic";
            this.clrbtnMeterEdgeLow.Color = System.Drawing.Color.White;
            this.clrbtnMeterEdgeLow.Image = null;
            this.clrbtnMeterEdgeLow.Location = new System.Drawing.Point(80, 24);
            this.clrbtnMeterEdgeLow.MoreColors = "More Colors...";
            this.clrbtnMeterEdgeLow.Name = "clrbtnMeterEdgeLow";
            this.clrbtnMeterEdgeLow.Size = new System.Drawing.Size(40, 23);
            this.clrbtnMeterEdgeLow.TabIndex = 74;
            this.clrbtnMeterEdgeLow.Changed += new System.EventHandler(this.clrbtnMeterEdgeLow_Changed);
            // 
            // grpAppearanceMeter
            // 
            this.grpAppearanceMeter.Controls.Add(this.clrbtnMeterBackground);
            this.grpAppearanceMeter.Controls.Add(this.lblMeterBackground);
            this.grpAppearanceMeter.Controls.Add(this.clrbtnMeterRight);
            this.grpAppearanceMeter.Controls.Add(this.lblAppearanceMeterRight);
            this.grpAppearanceMeter.Controls.Add(this.lblAppearanceMeterLeft);
            this.grpAppearanceMeter.Controls.Add(this.clrbtnMeterLeft);
            this.grpAppearanceMeter.Location = new System.Drawing.Point(168, 8);
            this.grpAppearanceMeter.Name = "grpAppearanceMeter";
            this.grpAppearanceMeter.Size = new System.Drawing.Size(136, 120);
            this.grpAppearanceMeter.TabIndex = 38;
            this.grpAppearanceMeter.TabStop = false;
            this.grpAppearanceMeter.Text = "Original Style";
            // 
            // clrbtnMeterBackground
            // 
            this.clrbtnMeterBackground.Automatic = "Automatic";
            this.clrbtnMeterBackground.Color = System.Drawing.Color.Black;
            this.clrbtnMeterBackground.Image = null;
            this.clrbtnMeterBackground.Location = new System.Drawing.Point(80, 88);
            this.clrbtnMeterBackground.MoreColors = "More Colors...";
            this.clrbtnMeterBackground.Name = "clrbtnMeterBackground";
            this.clrbtnMeterBackground.Size = new System.Drawing.Size(40, 23);
            this.clrbtnMeterBackground.TabIndex = 77;
            this.clrbtnMeterBackground.Changed += new System.EventHandler(this.clrbtnMeterBackground_Changed);
            // 
            // lblMeterBackground
            // 
            this.lblMeterBackground.Image = null;
            this.lblMeterBackground.Location = new System.Drawing.Point(8, 88);
            this.lblMeterBackground.Name = "lblMeterBackground";
            this.lblMeterBackground.Size = new System.Drawing.Size(72, 24);
            this.lblMeterBackground.TabIndex = 76;
            this.lblMeterBackground.Text = "Background:";
            // 
            // clrbtnMeterRight
            // 
            this.clrbtnMeterRight.Automatic = "Automatic";
            this.clrbtnMeterRight.Color = System.Drawing.Color.Lime;
            this.clrbtnMeterRight.Image = null;
            this.clrbtnMeterRight.Location = new System.Drawing.Point(80, 56);
            this.clrbtnMeterRight.MoreColors = "More Colors...";
            this.clrbtnMeterRight.Name = "clrbtnMeterRight";
            this.clrbtnMeterRight.Size = new System.Drawing.Size(40, 23);
            this.clrbtnMeterRight.TabIndex = 75;
            this.clrbtnMeterRight.Changed += new System.EventHandler(this.clrbtnMeterRight_Changed);
            // 
            // lblAppearanceMeterRight
            // 
            this.lblAppearanceMeterRight.Image = null;
            this.lblAppearanceMeterRight.Location = new System.Drawing.Point(8, 56);
            this.lblAppearanceMeterRight.Name = "lblAppearanceMeterRight";
            this.lblAppearanceMeterRight.Size = new System.Drawing.Size(72, 24);
            this.lblAppearanceMeterRight.TabIndex = 53;
            this.lblAppearanceMeterRight.Text = "Right Color:";
            // 
            // lblAppearanceMeterLeft
            // 
            this.lblAppearanceMeterLeft.Image = null;
            this.lblAppearanceMeterLeft.Location = new System.Drawing.Point(8, 24);
            this.lblAppearanceMeterLeft.Name = "lblAppearanceMeterLeft";
            this.lblAppearanceMeterLeft.Size = new System.Drawing.Size(72, 24);
            this.lblAppearanceMeterLeft.TabIndex = 51;
            this.lblAppearanceMeterLeft.Text = "Left Color:";
            // 
            // clrbtnMeterLeft
            // 
            this.clrbtnMeterLeft.Automatic = "Automatic";
            this.clrbtnMeterLeft.Color = System.Drawing.Color.Green;
            this.clrbtnMeterLeft.Image = null;
            this.clrbtnMeterLeft.Location = new System.Drawing.Point(80, 24);
            this.clrbtnMeterLeft.MoreColors = "More Colors...";
            this.clrbtnMeterLeft.Name = "clrbtnMeterLeft";
            this.clrbtnMeterLeft.Size = new System.Drawing.Size(40, 23);
            this.clrbtnMeterLeft.TabIndex = 74;
            this.clrbtnMeterLeft.Changed += new System.EventHandler(this.clrbtnMeterLeft_Changed);
            // 
            // lblMeterType
            // 
            this.lblMeterType.Image = null;
            this.lblMeterType.Location = new System.Drawing.Point(16, 16);
            this.lblMeterType.Name = "lblMeterType";
            this.lblMeterType.Size = new System.Drawing.Size(64, 24);
            this.lblMeterType.TabIndex = 79;
            this.lblMeterType.Text = "Meter Type:";
            // 
            // comboMeterType
            // 
            this.comboMeterType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboMeterType.DropDownWidth = 80;
            this.comboMeterType.Items.AddRange(new object[] { "Original","Edge"});
            this.comboMeterType.Location = new System.Drawing.Point(80, 16);
            this.comboMeterType.Name = "comboMeterType";
            this.comboMeterType.Size = new System.Drawing.Size(80, 21);
            this.comboMeterType.TabIndex = 78;
            this.toolTip1.SetToolTip(this.comboMeterType, "Changes the appearance of the Multimeter on the front panel.");
            this.comboMeterType.SelectedIndexChanged += new System.EventHandler(this.comboMeterType_SelectedIndexChanged);
            // 
            // tpKeyboard
            // 
            this.tpKeyboard.Controls.Add(this.grpKBXIT);
            this.tpKeyboard.Controls.Add(this.grpKBRIT);
            this.tpKeyboard.Controls.Add(this.grpKBMode);
            this.tpKeyboard.Controls.Add(this.grpKBBand);
            this.tpKeyboard.Controls.Add(this.grpKBTune);
            this.tpKeyboard.Controls.Add(this.grpKBFilter);
            this.tpKeyboard.Controls.Add(this.grpKBCW);
            this.tpKeyboard.Location = new System.Drawing.Point(4, 22);
            this.tpKeyboard.Name = "tpKeyboard";
            this.tpKeyboard.Size = new System.Drawing.Size(584, 286);
            this.tpKeyboard.TabIndex = 4;
            this.tpKeyboard.Text = "Keyboard";
            // 
            // grpKBXIT
            // 
            this.grpKBXIT.Controls.Add(this.lblKBXITUp);
            this.grpKBXIT.Controls.Add(this.lblKBXITDown);
            this.grpKBXIT.Controls.Add(this.comboKBXITUp);
            this.grpKBXIT.Controls.Add(this.comboKBXITDown);
            this.grpKBXIT.Location = new System.Drawing.Point(136, 192);
            this.grpKBXIT.Name = "grpKBXIT";
            this.grpKBXIT.Size = new System.Drawing.Size(112, 72);
            this.grpKBXIT.TabIndex = 16;
            this.grpKBXIT.TabStop = false;
            this.grpKBXIT.Text = "XIT";
            // 
            // lblKBXITUp
            // 
            this.lblKBXITUp.Image = null;
            this.lblKBXITUp.Location = new System.Drawing.Point(8, 16);
            this.lblKBXITUp.Name = "lblKBXITUp";
            this.lblKBXITUp.Size = new System.Drawing.Size(40, 16);
            this.lblKBXITUp.TabIndex = 10;
            this.lblKBXITUp.Text = "Up:";
            this.lblKBXITUp.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // lblKBXITDown
            // 
            this.lblKBXITDown.Image = null;
            this.lblKBXITDown.Location = new System.Drawing.Point(8, 40);
            this.lblKBXITDown.Name = "lblKBXITDown";
            this.lblKBXITDown.Size = new System.Drawing.Size(40, 16);
            this.lblKBXITDown.TabIndex = 9;
            this.lblKBXITDown.Text = "Down:";
            this.lblKBXITDown.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // comboKBXITUp
            // 
            this.comboKBXITUp.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboKBXITUp.DropDownWidth = 56;
            this.comboKBXITUp.Location = new System.Drawing.Point(48, 16);
            this.comboKBXITUp.Name = "comboKBXITUp";
            this.comboKBXITUp.Size = new System.Drawing.Size(56, 21);
            this.comboKBXITUp.TabIndex = 6;
            this.toolTip1.SetToolTip(this.comboKBXITUp, "Adjust XIT control up 1kHz.");
            this.comboKBXITUp.SelectedIndexChanged += new System.EventHandler(this.comboKBXITUp_SelectedIndexChanged);
            // 
            // comboKBXITDown
            // 
            this.comboKBXITDown.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboKBXITDown.DropDownWidth = 56;
            this.comboKBXITDown.Location = new System.Drawing.Point(48, 40);
            this.comboKBXITDown.Name = "comboKBXITDown";
            this.comboKBXITDown.Size = new System.Drawing.Size(56, 21);
            this.comboKBXITDown.TabIndex = 5;
            this.toolTip1.SetToolTip(this.comboKBXITDown, "Adjust the XIT control down 1kHz.");
            this.comboKBXITDown.SelectedIndexChanged += new System.EventHandler(this.comboKBXITDown_SelectedIndexChanged);
            // 
            // grpKBRIT
            // 
            this.grpKBRIT.Controls.Add(this.lblKBRitUp);
            this.grpKBRIT.Controls.Add(this.lblKBRITDown);
            this.grpKBRIT.Controls.Add(this.comboKBRITUp);
            this.grpKBRIT.Controls.Add(this.comboKBRITDown);
            this.grpKBRIT.Location = new System.Drawing.Point(8, 192);
            this.grpKBRIT.Name = "grpKBRIT";
            this.grpKBRIT.Size = new System.Drawing.Size(112, 72);
            this.grpKBRIT.TabIndex = 15;
            this.grpKBRIT.TabStop = false;
            this.grpKBRIT.Text = "RIT";
            // 
            // lblKBRitUp
            // 
            this.lblKBRitUp.Image = null;
            this.lblKBRitUp.Location = new System.Drawing.Point(8, 16);
            this.lblKBRitUp.Name = "lblKBRitUp";
            this.lblKBRitUp.Size = new System.Drawing.Size(40, 16);
            this.lblKBRitUp.TabIndex = 10;
            this.lblKBRitUp.Text = "Up:";
            this.lblKBRitUp.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // lblKBRITDown
            // 
            this.lblKBRITDown.Image = null;
            this.lblKBRITDown.Location = new System.Drawing.Point(8, 40);
            this.lblKBRITDown.Name = "lblKBRITDown";
            this.lblKBRITDown.Size = new System.Drawing.Size(40, 16);
            this.lblKBRITDown.TabIndex = 9;
            this.lblKBRITDown.Text = "Down:";
            this.lblKBRITDown.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // comboKBRITUp
            // 
            this.comboKBRITUp.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboKBRITUp.DropDownWidth = 56;
            this.comboKBRITUp.Location = new System.Drawing.Point(48, 16);
            this.comboKBRITUp.Name = "comboKBRITUp";
            this.comboKBRITUp.Size = new System.Drawing.Size(56, 21);
            this.comboKBRITUp.TabIndex = 6;
            this.toolTip1.SetToolTip(this.comboKBRITUp, "Adjust RIT control up 1kHz.");
            this.comboKBRITUp.SelectedIndexChanged += new System.EventHandler(this.comboKBRITUp_SelectedIndexChanged);
            // 
            // comboKBRITDown
            // 
            this.comboKBRITDown.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboKBRITDown.DropDownWidth = 56;
            this.comboKBRITDown.Location = new System.Drawing.Point(48, 40);
            this.comboKBRITDown.Name = "comboKBRITDown";
            this.comboKBRITDown.Size = new System.Drawing.Size(56, 21);
            this.comboKBRITDown.TabIndex = 5;
            this.toolTip1.SetToolTip(this.comboKBRITDown, "Adjust RIT control down 1kHz.");
            this.comboKBRITDown.SelectedIndexChanged += new System.EventHandler(this.comboKBRITDown_SelectedIndexChanged);
            // 
            // grpKBMode
            // 
            this.grpKBMode.Controls.Add(this.lblKBModeUp);
            this.grpKBMode.Controls.Add(this.lblKBModeDown);
            this.grpKBMode.Controls.Add(this.comboKBModeUp);
            this.grpKBMode.Controls.Add(this.comboKBModeDown);
            this.grpKBMode.Location = new System.Drawing.Point(264, 112);
            this.grpKBMode.Name = "grpKBMode";
            this.grpKBMode.Size = new System.Drawing.Size(112, 72);
            this.grpKBMode.TabIndex = 14;
            this.grpKBMode.TabStop = false;
            this.grpKBMode.Text = "Mode";
            // 
            // lblKBModeUp
            // 
            this.lblKBModeUp.Image = null;
            this.lblKBModeUp.Location = new System.Drawing.Point(8, 16);
            this.lblKBModeUp.Name = "lblKBModeUp";
            this.lblKBModeUp.Size = new System.Drawing.Size(40, 16);
            this.lblKBModeUp.TabIndex = 10;
            this.lblKBModeUp.Text = "Up:";
            this.lblKBModeUp.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // lblKBModeDown
            // 
            this.lblKBModeDown.Image = null;
            this.lblKBModeDown.Location = new System.Drawing.Point(8, 40);
            this.lblKBModeDown.Name = "lblKBModeDown";
            this.lblKBModeDown.Size = new System.Drawing.Size(40, 16);
            this.lblKBModeDown.TabIndex = 9;
            this.lblKBModeDown.Text = "Down:";
            this.lblKBModeDown.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // comboKBModeUp
            // 
            this.comboKBModeUp.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboKBModeUp.DropDownWidth = 56;
            this.comboKBModeUp.Location = new System.Drawing.Point(48, 16);
            this.comboKBModeUp.Name = "comboKBModeUp";
            this.comboKBModeUp.Size = new System.Drawing.Size(56, 21);
            this.comboKBModeUp.TabIndex = 6;
            this.toolTip1.SetToolTip(this.comboKBModeUp, "Select the Next mode.");
            this.comboKBModeUp.SelectedIndexChanged += new System.EventHandler(this.comboKBModeUp_SelectedIndexChanged);
            // 
            // comboKBModeDown
            // 
            this.comboKBModeDown.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboKBModeDown.DropDownWidth = 56;
            this.comboKBModeDown.Location = new System.Drawing.Point(48, 40);
            this.comboKBModeDown.Name = "comboKBModeDown";
            this.comboKBModeDown.Size = new System.Drawing.Size(56, 21);
            this.comboKBModeDown.TabIndex = 5;
            this.toolTip1.SetToolTip(this.comboKBModeDown, "Select the Previous mode.");
            this.comboKBModeDown.SelectedIndexChanged += new System.EventHandler(this.comboKBModeDown_SelectedIndexChanged);
            // 
            // grpKBBand
            // 
            this.grpKBBand.Controls.Add(this.lblKBBandUp);
            this.grpKBBand.Controls.Add(this.lblKBBandDown);
            this.grpKBBand.Controls.Add(this.comboKBBandUp);
            this.grpKBBand.Controls.Add(this.comboKBBandDown);
            this.grpKBBand.Location = new System.Drawing.Point(8, 112);
            this.grpKBBand.Name = "grpKBBand";
            this.grpKBBand.Size = new System.Drawing.Size(112, 72);
            this.grpKBBand.TabIndex = 12;
            this.grpKBBand.TabStop = false;
            this.grpKBBand.Text = "Band";
            // 
            // lblKBBandUp
            // 
            this.lblKBBandUp.Image = null;
            this.lblKBBandUp.Location = new System.Drawing.Point(8, 16);
            this.lblKBBandUp.Name = "lblKBBandUp";
            this.lblKBBandUp.Size = new System.Drawing.Size(40, 16);
            this.lblKBBandUp.TabIndex = 10;
            this.lblKBBandUp.Text = "Up:";
            this.lblKBBandUp.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // lblKBBandDown
            // 
            this.lblKBBandDown.Image = null;
            this.lblKBBandDown.Location = new System.Drawing.Point(8, 40);
            this.lblKBBandDown.Name = "lblKBBandDown";
            this.lblKBBandDown.Size = new System.Drawing.Size(40, 16);
            this.lblKBBandDown.TabIndex = 9;
            this.lblKBBandDown.Text = "Down:";
            this.lblKBBandDown.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // comboKBBandUp
            // 
            this.comboKBBandUp.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboKBBandUp.DropDownWidth = 56;
            this.comboKBBandUp.Location = new System.Drawing.Point(48, 16);
            this.comboKBBandUp.Name = "comboKBBandUp";
            this.comboKBBandUp.Size = new System.Drawing.Size(56, 21);
            this.comboKBBandUp.TabIndex = 6;
            this.toolTip1.SetToolTip(this.comboKBBandUp, "Jump to the next band stack memory.");
            this.comboKBBandUp.SelectedIndexChanged += new System.EventHandler(this.comboKBBandUp_SelectedIndexChanged);
            // 
            // comboKBBandDown
            // 
            this.comboKBBandDown.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboKBBandDown.DropDownWidth = 56;
            this.comboKBBandDown.Location = new System.Drawing.Point(48, 40);
            this.comboKBBandDown.Name = "comboKBBandDown";
            this.comboKBBandDown.Size = new System.Drawing.Size(56, 21);
            this.comboKBBandDown.TabIndex = 5;
            this.toolTip1.SetToolTip(this.comboKBBandDown, "Jump to the previous band stack memory.");
            this.comboKBBandDown.SelectedIndexChanged += new System.EventHandler(this.comboKBBandDown_SelectedIndexChanged);
            // 
            // grpKBTune
            // 
            this.grpKBTune.Controls.Add(this.lblKBTuneDigit);
            this.grpKBTune.Controls.Add(this.lblKBTune7);
            this.grpKBTune.Controls.Add(this.lblKBTune6);
            this.grpKBTune.Controls.Add(this.lblKBTune5);
            this.grpKBTune.Controls.Add(this.lblKBTune4);
            this.grpKBTune.Controls.Add(this.lblKBTune3);
            this.grpKBTune.Controls.Add(this.lblKBTune2);
            this.grpKBTune.Controls.Add(this.comboKBTuneUp7);
            this.grpKBTune.Controls.Add(this.comboKBTuneDown7);
            this.grpKBTune.Controls.Add(this.comboKBTuneUp6);
            this.grpKBTune.Controls.Add(this.comboKBTuneDown6);
            this.grpKBTune.Controls.Add(this.comboKBTuneUp5);
            this.grpKBTune.Controls.Add(this.comboKBTuneDown5);
            this.grpKBTune.Controls.Add(this.comboKBTuneUp4);
            this.grpKBTune.Controls.Add(this.comboKBTuneDown4);
            this.grpKBTune.Controls.Add(this.lblKBTune1);
            this.grpKBTune.Controls.Add(this.lblKBTuneUp);
            this.grpKBTune.Controls.Add(this.lblKBTuneDown);
            this.grpKBTune.Controls.Add(this.comboKBTuneUp3);
            this.grpKBTune.Controls.Add(this.comboKBTuneDown3);
            this.grpKBTune.Controls.Add(this.comboKBTuneUp1);
            this.grpKBTune.Controls.Add(this.comboKBTuneUp2);
            this.grpKBTune.Controls.Add(this.comboKBTuneDown1);
            this.grpKBTune.Controls.Add(this.comboKBTuneDown2);
            this.grpKBTune.Location = new System.Drawing.Point(8, 8);
            this.grpKBTune.Name = "grpKBTune";
            this.grpKBTune.Size = new System.Drawing.Size(456, 96);
            this.grpKBTune.TabIndex = 11;
            this.grpKBTune.TabStop = false;
            this.grpKBTune.Text = "Tune";
            // 
            // lblKBTuneDigit
            // 
            this.lblKBTuneDigit.Image = null;
            this.lblKBTuneDigit.Location = new System.Drawing.Point(16, 16);
            this.lblKBTuneDigit.Name = "lblKBTuneDigit";
            this.lblKBTuneDigit.Size = new System.Drawing.Size(32, 16);
            this.lblKBTuneDigit.TabIndex = 26;
            this.lblKBTuneDigit.Text = "Digit";
            // 
            // lblKBTune7
            // 
            this.lblKBTune7.Image = null;
            this.lblKBTune7.Location = new System.Drawing.Point(392, 16);
            this.lblKBTune7.Name = "lblKBTune7";
            this.lblKBTune7.Size = new System.Drawing.Size(56, 16);
            this.lblKBTune7.TabIndex = 25;
            this.lblKBTune7.Text = "0.00000x";
            this.lblKBTune7.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // lblKBTune6
            // 
            this.lblKBTune6.Image = null;
            this.lblKBTune6.Location = new System.Drawing.Point(336, 16);
            this.lblKBTune6.Name = "lblKBTune6";
            this.lblKBTune6.Size = new System.Drawing.Size(56, 16);
            this.lblKBTune6.TabIndex = 24;
            this.lblKBTune6.Text = "0.0000x0";
            this.lblKBTune6.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // lblKBTune5
            // 
            this.lblKBTune5.Image = null;
            this.lblKBTune5.Location = new System.Drawing.Point(280, 16);
            this.lblKBTune5.Name = "lblKBTune5";
            this.lblKBTune5.Size = new System.Drawing.Size(56, 16);
            this.lblKBTune5.TabIndex = 23;
            this.lblKBTune5.Text = "0.000x00";
            this.lblKBTune5.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // lblKBTune4
            // 
            this.lblKBTune4.Image = null;
            this.lblKBTune4.Location = new System.Drawing.Point(224, 16);
            this.lblKBTune4.Name = "lblKBTune4";
            this.lblKBTune4.Size = new System.Drawing.Size(56, 16);
            this.lblKBTune4.TabIndex = 22;
            this.lblKBTune4.Text = "0.00x000";
            this.lblKBTune4.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // lblKBTune3
            // 
            this.lblKBTune3.Image = null;
            this.lblKBTune3.Location = new System.Drawing.Point(168, 16);
            this.lblKBTune3.Name = "lblKBTune3";
            this.lblKBTune3.Size = new System.Drawing.Size(56, 16);
            this.lblKBTune3.TabIndex = 21;
            this.lblKBTune3.Text = "0.0x0000";
            this.lblKBTune3.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // lblKBTune2
            // 
            this.lblKBTune2.Image = null;
            this.lblKBTune2.Location = new System.Drawing.Point(112, 16);
            this.lblKBTune2.Name = "lblKBTune2";
            this.lblKBTune2.Size = new System.Drawing.Size(56, 16);
            this.lblKBTune2.TabIndex = 20;
            this.lblKBTune2.Text = "0.x00000";
            this.lblKBTune2.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // comboKBTuneUp7
            // 
            this.comboKBTuneUp7.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboKBTuneUp7.DropDownWidth = 56;
            this.comboKBTuneUp7.Location = new System.Drawing.Point(392, 40);
            this.comboKBTuneUp7.Name = "comboKBTuneUp7";
            this.comboKBTuneUp7.Size = new System.Drawing.Size(56, 21);
            this.comboKBTuneUp7.TabIndex = 19;
            this.toolTip1.SetToolTip(this.comboKBTuneUp7, "Tune Up 1Hz");
            this.comboKBTuneUp7.SelectedIndexChanged += new System.EventHandler(this.comboKBTuneUp7_SelectedIndexChanged);
            // 
            // comboKBTuneDown7
            // 
            this.comboKBTuneDown7.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboKBTuneDown7.DropDownWidth = 56;
            this.comboKBTuneDown7.Location = new System.Drawing.Point(392, 64);
            this.comboKBTuneDown7.Name = "comboKBTuneDown7";
            this.comboKBTuneDown7.Size = new System.Drawing.Size(56, 21);
            this.comboKBTuneDown7.TabIndex = 18;
            this.toolTip1.SetToolTip(this.comboKBTuneDown7, "Tune Down 1Hz");
            this.comboKBTuneDown7.SelectedIndexChanged += new System.EventHandler(this.comboKBTuneDown7_SelectedIndexChanged);
            // 
            // comboKBTuneUp6
            // 
            this.comboKBTuneUp6.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboKBTuneUp6.DropDownWidth = 56;
            this.comboKBTuneUp6.Location = new System.Drawing.Point(336, 40);
            this.comboKBTuneUp6.Name = "comboKBTuneUp6";
            this.comboKBTuneUp6.Size = new System.Drawing.Size(56, 21);
            this.comboKBTuneUp6.TabIndex = 17;
            this.toolTip1.SetToolTip(this.comboKBTuneUp6, "Tune Up 10Hz");
            this.comboKBTuneUp6.SelectedIndexChanged += new System.EventHandler(this.comboKBTuneUp6_SelectedIndexChanged);
            // 
            // comboKBTuneDown6
            // 
            this.comboKBTuneDown6.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboKBTuneDown6.DropDownWidth = 56;
            this.comboKBTuneDown6.Location = new System.Drawing.Point(336, 64);
            this.comboKBTuneDown6.Name = "comboKBTuneDown6";
            this.comboKBTuneDown6.Size = new System.Drawing.Size(56, 21);
            this.comboKBTuneDown6.TabIndex = 16;
            this.toolTip1.SetToolTip(this.comboKBTuneDown6, "Tune Down 10Hz");
            this.comboKBTuneDown6.SelectedIndexChanged += new System.EventHandler(this.comboKBTuneDown6_SelectedIndexChanged);
            // 
            // comboKBTuneUp5
            // 
            this.comboKBTuneUp5.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboKBTuneUp5.DropDownWidth = 56;
            this.comboKBTuneUp5.Location = new System.Drawing.Point(280, 40);
            this.comboKBTuneUp5.Name = "comboKBTuneUp5";
            this.comboKBTuneUp5.Size = new System.Drawing.Size(56, 21);
            this.comboKBTuneUp5.TabIndex = 15;
            this.toolTip1.SetToolTip(this.comboKBTuneUp5, "Tune Up 100Hz");
            this.comboKBTuneUp5.SelectedIndexChanged += new System.EventHandler(this.comboKBTuneUp5_SelectedIndexChanged);
            // 
            // comboKBTuneDown5
            // 
            this.comboKBTuneDown5.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboKBTuneDown5.DropDownWidth = 56;
            this.comboKBTuneDown5.Location = new System.Drawing.Point(280, 64);
            this.comboKBTuneDown5.Name = "comboKBTuneDown5";
            this.comboKBTuneDown5.Size = new System.Drawing.Size(56, 21);
            this.comboKBTuneDown5.TabIndex = 14;
            this.toolTip1.SetToolTip(this.comboKBTuneDown5, "Tune Down 100Hz");
            this.comboKBTuneDown5.SelectedIndexChanged += new System.EventHandler(this.comboKBTuneDown5_SelectedIndexChanged);
            // 
            // comboKBTuneUp4
            // 
            this.comboKBTuneUp4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboKBTuneUp4.DropDownWidth = 56;
            this.comboKBTuneUp4.Location = new System.Drawing.Point(224, 40);
            this.comboKBTuneUp4.Name = "comboKBTuneUp4";
            this.comboKBTuneUp4.Size = new System.Drawing.Size(56, 21);
            this.comboKBTuneUp4.TabIndex = 13;
            this.toolTip1.SetToolTip(this.comboKBTuneUp4, "Tune Up 1kHz");
            this.comboKBTuneUp4.SelectedIndexChanged += new System.EventHandler(this.comboKBTuneUp4_SelectedIndexChanged);
            // 
            // comboKBTuneDown4
            // 
            this.comboKBTuneDown4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboKBTuneDown4.DropDownWidth = 56;
            this.comboKBTuneDown4.Location = new System.Drawing.Point(224, 64);
            this.comboKBTuneDown4.Name = "comboKBTuneDown4";
            this.comboKBTuneDown4.Size = new System.Drawing.Size(56, 21);
            this.comboKBTuneDown4.TabIndex = 12;
            this.toolTip1.SetToolTip(this.comboKBTuneDown4, "Tune Down 1kHz");
            this.comboKBTuneDown4.SelectedIndexChanged += new System.EventHandler(this.comboKBTuneDown4_SelectedIndexChanged);
            // 
            // lblKBTune1
            // 
            this.lblKBTune1.Image = null;
            this.lblKBTune1.Location = new System.Drawing.Point(48, 16);
            this.lblKBTune1.Name = "lblKBTune1";
            this.lblKBTune1.Size = new System.Drawing.Size(56, 16);
            this.lblKBTune1.TabIndex = 11;
            this.lblKBTune1.Text = "x.000000";
            this.lblKBTune1.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // lblKBTuneUp
            // 
            this.lblKBTuneUp.Image = null;
            this.lblKBTuneUp.Location = new System.Drawing.Point(8, 40);
            this.lblKBTuneUp.Name = "lblKBTuneUp";
            this.lblKBTuneUp.Size = new System.Drawing.Size(40, 16);
            this.lblKBTuneUp.TabIndex = 8;
            this.lblKBTuneUp.Text = "Up:";
            this.lblKBTuneUp.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // lblKBTuneDown
            // 
            this.lblKBTuneDown.Image = null;
            this.lblKBTuneDown.Location = new System.Drawing.Point(8, 64);
            this.lblKBTuneDown.Name = "lblKBTuneDown";
            this.lblKBTuneDown.Size = new System.Drawing.Size(40, 16);
            this.lblKBTuneDown.TabIndex = 7;
            this.lblKBTuneDown.Text = "Down:";
            this.lblKBTuneDown.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // comboKBTuneUp3
            // 
            this.comboKBTuneUp3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboKBTuneUp3.DropDownWidth = 56;
            this.comboKBTuneUp3.Location = new System.Drawing.Point(168, 40);
            this.comboKBTuneUp3.Name = "comboKBTuneUp3";
            this.comboKBTuneUp3.Size = new System.Drawing.Size(56, 21);
            this.comboKBTuneUp3.TabIndex = 6;
            this.toolTip1.SetToolTip(this.comboKBTuneUp3, "Tune Up 10kHz");
            this.comboKBTuneUp3.SelectedIndexChanged += new System.EventHandler(this.comboKBTuneUp3_SelectedIndexChanged);
            // 
            // comboKBTuneDown3
            // 
            this.comboKBTuneDown3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboKBTuneDown3.DropDownWidth = 56;
            this.comboKBTuneDown3.Location = new System.Drawing.Point(168, 64);
            this.comboKBTuneDown3.Name = "comboKBTuneDown3";
            this.comboKBTuneDown3.Size = new System.Drawing.Size(56, 21);
            this.comboKBTuneDown3.TabIndex = 1;
            this.toolTip1.SetToolTip(this.comboKBTuneDown3, "Tune Down 10kHz");
            this.comboKBTuneDown3.SelectedIndexChanged += new System.EventHandler(this.comboKBTuneDown3_SelectedIndexChanged);
            // 
            // comboKBTuneUp1
            // 
            this.comboKBTuneUp1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboKBTuneUp1.DropDownWidth = 56;
            this.comboKBTuneUp1.Location = new System.Drawing.Point(48, 40);
            this.comboKBTuneUp1.Name = "comboKBTuneUp1";
            this.comboKBTuneUp1.Size = new System.Drawing.Size(56, 21);
            this.comboKBTuneUp1.TabIndex = 4;
            this.toolTip1.SetToolTip(this.comboKBTuneUp1, "Tune Up 1MHz");
            this.comboKBTuneUp1.SelectedIndexChanged += new System.EventHandler(this.comboKBTuneUp1_SelectedIndexChanged);
            // 
            // comboKBTuneUp2
            // 
            this.comboKBTuneUp2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboKBTuneUp2.DropDownWidth = 56;
            this.comboKBTuneUp2.Location = new System.Drawing.Point(112, 40);
            this.comboKBTuneUp2.Name = "comboKBTuneUp2";
            this.comboKBTuneUp2.Size = new System.Drawing.Size(56, 21);
            this.comboKBTuneUp2.TabIndex = 5;
            this.toolTip1.SetToolTip(this.comboKBTuneUp2, "Tune Up 100kHz");
            this.comboKBTuneUp2.SelectedIndexChanged += new System.EventHandler(this.comboKBTuneUp2_SelectedIndexChanged);
            // 
            // comboKBTuneDown1
            // 
            this.comboKBTuneDown1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboKBTuneDown1.DropDownWidth = 56;
            this.comboKBTuneDown1.Location = new System.Drawing.Point(48, 64);
            this.comboKBTuneDown1.Name = "comboKBTuneDown1";
            this.comboKBTuneDown1.Size = new System.Drawing.Size(56, 21);
            this.comboKBTuneDown1.TabIndex = 0;
            this.toolTip1.SetToolTip(this.comboKBTuneDown1, "Tune Down 1MHz");
            this.comboKBTuneDown1.SelectedIndexChanged += new System.EventHandler(this.comboKBTuneDown1_SelectedIndexChanged);
            // 
            // comboKBTuneDown2
            // 
            this.comboKBTuneDown2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboKBTuneDown2.DropDownWidth = 56;
            this.comboKBTuneDown2.Location = new System.Drawing.Point(112, 64);
            this.comboKBTuneDown2.Name = "comboKBTuneDown2";
            this.comboKBTuneDown2.Size = new System.Drawing.Size(56, 21);
            this.comboKBTuneDown2.TabIndex = 2;
            this.toolTip1.SetToolTip(this.comboKBTuneDown2, "Tune Down 100kHz");
            this.comboKBTuneDown2.SelectedIndexChanged += new System.EventHandler(this.comboKBTuneDown2_SelectedIndexChanged);
            // 
            // grpKBFilter
            // 
            this.grpKBFilter.Controls.Add(this.lblKBFilterUp);
            this.grpKBFilter.Controls.Add(this.lblKBFilterDown);
            this.grpKBFilter.Controls.Add(this.comboKBFilterUp);
            this.grpKBFilter.Controls.Add(this.comboKBFilterDown);
            this.grpKBFilter.Location = new System.Drawing.Point(136, 112);
            this.grpKBFilter.Name = "grpKBFilter";
            this.grpKBFilter.Size = new System.Drawing.Size(112, 72);
            this.grpKBFilter.TabIndex = 13;
            this.grpKBFilter.TabStop = false;
            this.grpKBFilter.Text = "Filter";
            // 
            // lblKBFilterUp
            // 
            this.lblKBFilterUp.Image = null;
            this.lblKBFilterUp.Location = new System.Drawing.Point(8, 16);
            this.lblKBFilterUp.Name = "lblKBFilterUp";
            this.lblKBFilterUp.Size = new System.Drawing.Size(40, 16);
            this.lblKBFilterUp.TabIndex = 10;
            this.lblKBFilterUp.Text = "Up:";
            this.lblKBFilterUp.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // lblKBFilterDown
            // 
            this.lblKBFilterDown.Image = null;
            this.lblKBFilterDown.Location = new System.Drawing.Point(8, 40);
            this.lblKBFilterDown.Name = "lblKBFilterDown";
            this.lblKBFilterDown.Size = new System.Drawing.Size(40, 16);
            this.lblKBFilterDown.TabIndex = 9;
            this.lblKBFilterDown.Text = "Down:";
            this.lblKBFilterDown.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // comboKBFilterUp
            // 
            this.comboKBFilterUp.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboKBFilterUp.DropDownWidth = 56;
            this.comboKBFilterUp.Location = new System.Drawing.Point(48, 16);
            this.comboKBFilterUp.Name = "comboKBFilterUp";
            this.comboKBFilterUp.Size = new System.Drawing.Size(56, 21);
            this.comboKBFilterUp.TabIndex = 6;
            this.toolTip1.SetToolTip(this.comboKBFilterUp, "Select the Next filter.");
            this.comboKBFilterUp.SelectedIndexChanged += new System.EventHandler(this.comboKBFilterUp_SelectedIndexChanged);
            // 
            // comboKBFilterDown
            // 
            this.comboKBFilterDown.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboKBFilterDown.DropDownWidth = 56;
            this.comboKBFilterDown.Location = new System.Drawing.Point(48, 40);
            this.comboKBFilterDown.Name = "comboKBFilterDown";
            this.comboKBFilterDown.Size = new System.Drawing.Size(56, 21);
            this.comboKBFilterDown.TabIndex = 5;
            this.toolTip1.SetToolTip(this.comboKBFilterDown, "Select the Previous filter.");
            this.comboKBFilterDown.SelectedIndexChanged += new System.EventHandler(this.comboKBFilterDown_SelectedIndexChanged);
            // 
            // grpKBCW
            // 
            this.grpKBCW.Controls.Add(this.lblKBCWDot);
            this.grpKBCW.Controls.Add(this.lblKBCWDash);
            this.grpKBCW.Controls.Add(this.comboKBCWDot);
            this.grpKBCW.Controls.Add(this.comboKBCWDash);
            this.grpKBCW.Location = new System.Drawing.Point(264, 192);
            this.grpKBCW.Name = "grpKBCW";
            this.grpKBCW.Size = new System.Drawing.Size(112, 72);
            this.grpKBCW.TabIndex = 13;
            this.grpKBCW.TabStop = false;
            this.grpKBCW.Text = "CW";
            this.grpKBCW.Visible = false;
            // 
            // lblKBCWDot
            // 
            this.lblKBCWDot.Image = null;
            this.lblKBCWDot.Location = new System.Drawing.Point(8, 16);
            this.lblKBCWDot.Name = "lblKBCWDot";
            this.lblKBCWDot.Size = new System.Drawing.Size(40, 16);
            this.lblKBCWDot.TabIndex = 10;
            this.lblKBCWDot.Text = "Dot:";
            this.lblKBCWDot.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // lblKBCWDash
            // 
            this.lblKBCWDash.Image = null;
            this.lblKBCWDash.Location = new System.Drawing.Point(8, 40);
            this.lblKBCWDash.Name = "lblKBCWDash";
            this.lblKBCWDash.Size = new System.Drawing.Size(40, 16);
            this.lblKBCWDash.TabIndex = 9;
            this.lblKBCWDash.Text = "Dash:";
            this.lblKBCWDash.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // comboKBCWDot
            // 
            this.comboKBCWDot.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboKBCWDot.DropDownWidth = 56;
            this.comboKBCWDot.Location = new System.Drawing.Point(48, 16);
            this.comboKBCWDot.Name = "comboKBCWDot";
            this.comboKBCWDot.Size = new System.Drawing.Size(56, 21);
            this.comboKBCWDot.TabIndex = 6;
            this.toolTip1.SetToolTip(this.comboKBCWDot, "Note: Only works with old keyer.");
            this.comboKBCWDot.SelectedIndexChanged += new System.EventHandler(this.comboKBCWDot_SelectedIndexChanged);
            // 
            // comboKBCWDash
            // 
            this.comboKBCWDash.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboKBCWDash.DropDownWidth = 56;
            this.comboKBCWDash.Location = new System.Drawing.Point(48, 40);
            this.comboKBCWDash.Name = "comboKBCWDash";
            this.comboKBCWDash.Size = new System.Drawing.Size(56, 21);
            this.comboKBCWDash.TabIndex = 5;
            this.toolTip1.SetToolTip(this.comboKBCWDash, "Note: Only works with old keyer.");
            this.comboKBCWDash.SelectedIndexChanged += new System.EventHandler(this.comboKBCWDash_SelectedIndexChanged);
            // 
            // tpExtCtrl
            // 
            this.tpExtCtrl.Controls.Add(this.chkExtEnable);
            this.tpExtCtrl.Controls.Add(this.grpExtTX);
            this.tpExtCtrl.Controls.Add(this.grpExtRX);
            this.tpExtCtrl.Location = new System.Drawing.Point(4, 22);
            this.tpExtCtrl.Name = "tpExtCtrl";
            this.tpExtCtrl.Size = new System.Drawing.Size(584, 286);
            this.tpExtCtrl.TabIndex = 11;
            this.tpExtCtrl.Text = "Ext. Ctrl";
            // 
            // chkExtEnable
            // 
            this.chkExtEnable.Image = null;
            this.chkExtEnable.Location = new System.Drawing.Point(360, 16);
            this.chkExtEnable.Name = "chkExtEnable";
            this.chkExtEnable.Size = new System.Drawing.Size(64, 24);
            this.chkExtEnable.TabIndex = 9;
            this.chkExtEnable.Text = "Enable";
            this.toolTip1.SetToolTip(this.chkExtEnable, "Check this box to enable the matrix to the left to control the X2 pins.");
            this.chkExtEnable.CheckedChanged += new System.EventHandler(this.chkExtEnable_CheckedChanged);
            // 
            // grpExtTX
            // 
            this.grpExtTX.Controls.Add(this.lblExtTXX26);
            this.grpExtTX.Controls.Add(this.chkExtTX26);
            this.grpExtTX.Controls.Add(this.chkExtTX66);
            this.grpExtTX.Controls.Add(this.chkExtTX106);
            this.grpExtTX.Controls.Add(this.chkExtTX126);
            this.grpExtTX.Controls.Add(this.chkExtTX156);
            this.grpExtTX.Controls.Add(this.chkExtTX176);
            this.grpExtTX.Controls.Add(this.chkExtTX206);
            this.grpExtTX.Controls.Add(this.chkExtTX306);
            this.grpExtTX.Controls.Add(this.chkExtTX406);
            this.grpExtTX.Controls.Add(this.chkExtTX606);
            this.grpExtTX.Controls.Add(this.chkExtTX806);
            this.grpExtTX.Controls.Add(this.chkExtTX1606);
            this.grpExtTX.Controls.Add(this.lblExtTXX25);
            this.grpExtTX.Controls.Add(this.lblExtTXX24);
            this.grpExtTX.Controls.Add(this.lblExtTXX23);
            this.grpExtTX.Controls.Add(this.lblExtTXX22);
            this.grpExtTX.Controls.Add(this.lblExtTX2);
            this.grpExtTX.Controls.Add(this.chkExtTX23);
            this.grpExtTX.Controls.Add(this.chkExtTX22);
            this.grpExtTX.Controls.Add(this.chkExtTX21);
            this.grpExtTX.Controls.Add(this.chkExtTX25);
            this.grpExtTX.Controls.Add(this.chkExtTX24);
            this.grpExtTX.Controls.Add(this.lblExtTX6);
            this.grpExtTX.Controls.Add(this.chkExtTX63);
            this.grpExtTX.Controls.Add(this.chkExtTX62);
            this.grpExtTX.Controls.Add(this.chkExtTX61);
            this.grpExtTX.Controls.Add(this.chkExtTX65);
            this.grpExtTX.Controls.Add(this.chkExtTX64);
            this.grpExtTX.Controls.Add(this.lblExtTX10);
            this.grpExtTX.Controls.Add(this.chkExtTX103);
            this.grpExtTX.Controls.Add(this.chkExtTX102);
            this.grpExtTX.Controls.Add(this.chkExtTX101);
            this.grpExtTX.Controls.Add(this.chkExtTX105);
            this.grpExtTX.Controls.Add(this.chkExtTX104);
            this.grpExtTX.Controls.Add(this.lblExtTX12);
            this.grpExtTX.Controls.Add(this.chkExtTX123);
            this.grpExtTX.Controls.Add(this.chkExtTX122);
            this.grpExtTX.Controls.Add(this.chkExtTX121);
            this.grpExtTX.Controls.Add(this.chkExtTX125);
            this.grpExtTX.Controls.Add(this.chkExtTX124);
            this.grpExtTX.Controls.Add(this.lblExtTX15);
            this.grpExtTX.Controls.Add(this.chkExtTX153);
            this.grpExtTX.Controls.Add(this.chkExtTX152);
            this.grpExtTX.Controls.Add(this.chkExtTX151);
            this.grpExtTX.Controls.Add(this.chkExtTX155);
            this.grpExtTX.Controls.Add(this.chkExtTX154);
            this.grpExtTX.Controls.Add(this.lblExtTX17);
            this.grpExtTX.Controls.Add(this.chkExtTX173);
            this.grpExtTX.Controls.Add(this.chkExtTX172);
            this.grpExtTX.Controls.Add(this.chkExtTX171);
            this.grpExtTX.Controls.Add(this.chkExtTX175);
            this.grpExtTX.Controls.Add(this.chkExtTX174);
            this.grpExtTX.Controls.Add(this.lblExtTX20);
            this.grpExtTX.Controls.Add(this.chkExtTX203);
            this.grpExtTX.Controls.Add(this.chkExtTX202);
            this.grpExtTX.Controls.Add(this.chkExtTX201);
            this.grpExtTX.Controls.Add(this.chkExtTX205);
            this.grpExtTX.Controls.Add(this.chkExtTX204);
            this.grpExtTX.Controls.Add(this.lblExtTX30);
            this.grpExtTX.Controls.Add(this.chkExtTX303);
            this.grpExtTX.Controls.Add(this.chkExtTX302);
            this.grpExtTX.Controls.Add(this.chkExtTX301);
            this.grpExtTX.Controls.Add(this.chkExtTX305);
            this.grpExtTX.Controls.Add(this.chkExtTX304);
            this.grpExtTX.Controls.Add(this.lblExtTX40);
            this.grpExtTX.Controls.Add(this.chkExtTX403);
            this.grpExtTX.Controls.Add(this.chkExtTX402);
            this.grpExtTX.Controls.Add(this.chkExtTX401);
            this.grpExtTX.Controls.Add(this.chkExtTX405);
            this.grpExtTX.Controls.Add(this.chkExtTX404);
            this.grpExtTX.Controls.Add(this.lblExtTX60);
            this.grpExtTX.Controls.Add(this.chkExtTX603);
            this.grpExtTX.Controls.Add(this.chkExtTX602);
            this.grpExtTX.Controls.Add(this.chkExtTX601);
            this.grpExtTX.Controls.Add(this.chkExtTX605);
            this.grpExtTX.Controls.Add(this.chkExtTX604);
            this.grpExtTX.Controls.Add(this.lblExtTX80);
            this.grpExtTX.Controls.Add(this.chkExtTX803);
            this.grpExtTX.Controls.Add(this.chkExtTX802);
            this.grpExtTX.Controls.Add(this.chkExtTX801);
            this.grpExtTX.Controls.Add(this.chkExtTX805);
            this.grpExtTX.Controls.Add(this.chkExtTX804);
            this.grpExtTX.Controls.Add(this.lblExtTXX2Pins);
            this.grpExtTX.Controls.Add(this.lblExtTXBand);
            this.grpExtTX.Controls.Add(this.lblExtTX160);
            this.grpExtTX.Controls.Add(this.chkExtTX1603);
            this.grpExtTX.Controls.Add(this.chkExtTX1602);
            this.grpExtTX.Controls.Add(this.chkExtTX1601);
            this.grpExtTX.Controls.Add(this.lblExtTXX21);
            this.grpExtTX.Controls.Add(this.chkExtTX1605);
            this.grpExtTX.Controls.Add(this.chkExtTX1604);
            this.grpExtTX.Enabled = false;
            this.grpExtTX.Location = new System.Drawing.Point(184, 8);
            this.grpExtTX.Name = "grpExtTX";
            this.grpExtTX.Size = new System.Drawing.Size(168, 264);
            this.grpExtTX.TabIndex = 8;
            this.grpExtTX.TabStop = false;
            this.grpExtTX.Text = "Transmit";
            // 
            // lblExtTXX26
            // 
            this.lblExtTXX26.Image = null;
            this.lblExtTXX26.Location = new System.Drawing.Point(144, 40);
            this.lblExtTXX26.Name = "lblExtTXX26";
            this.lblExtTXX26.Size = new System.Drawing.Size(16, 16);
            this.lblExtTXX26.TabIndex = 171;
            this.lblExtTXX26.Text = "6";
            this.lblExtTXX26.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // chkExtTX26
            // 
            this.chkExtTX26.Image = null;
            this.chkExtTX26.Location = new System.Drawing.Point(144, 240);
            this.chkExtTX26.Name = "chkExtTX26";
            this.chkExtTX26.Size = new System.Drawing.Size(16, 16);
            this.chkExtTX26.TabIndex = 170;
            this.chkExtTX26.CheckedChanged += new System.EventHandler(this.chkExtTX2_CheckedChanged);
            // 
            // chkExtTX66
            // 
            this.chkExtTX66.Image = null;
            this.chkExtTX66.Location = new System.Drawing.Point(144, 224);
            this.chkExtTX66.Name = "chkExtTX66";
            this.chkExtTX66.Size = new System.Drawing.Size(16, 16);
            this.chkExtTX66.TabIndex = 169;
            this.chkExtTX66.CheckedChanged += new System.EventHandler(this.chkExtTX6_CheckedChanged);
            // 
            // chkExtTX106
            // 
            this.chkExtTX106.Image = null;
            this.chkExtTX106.Location = new System.Drawing.Point(144, 208);
            this.chkExtTX106.Name = "chkExtTX106";
            this.chkExtTX106.Size = new System.Drawing.Size(16, 16);
            this.chkExtTX106.TabIndex = 168;
            this.chkExtTX106.CheckedChanged += new System.EventHandler(this.chkExtTX10_CheckedChanged);
            // 
            // chkExtTX126
            // 
            this.chkExtTX126.Image = null;
            this.chkExtTX126.Location = new System.Drawing.Point(144, 192);
            this.chkExtTX126.Name = "chkExtTX126";
            this.chkExtTX126.Size = new System.Drawing.Size(16, 16);
            this.chkExtTX126.TabIndex = 167;
            this.chkExtTX126.CheckedChanged += new System.EventHandler(this.chkExtTX12_CheckedChanged);
            // 
            // chkExtTX156
            // 
            this.chkExtTX156.Image = null;
            this.chkExtTX156.Location = new System.Drawing.Point(144, 176);
            this.chkExtTX156.Name = "chkExtTX156";
            this.chkExtTX156.Size = new System.Drawing.Size(16, 16);
            this.chkExtTX156.TabIndex = 166;
            this.chkExtTX156.CheckedChanged += new System.EventHandler(this.chkExtTX15_CheckedChanged);
            // 
            // chkExtTX176
            // 
            this.chkExtTX176.Image = null;
            this.chkExtTX176.Location = new System.Drawing.Point(144, 160);
            this.chkExtTX176.Name = "chkExtTX176";
            this.chkExtTX176.Size = new System.Drawing.Size(16, 16);
            this.chkExtTX176.TabIndex = 165;
            this.chkExtTX176.CheckedChanged += new System.EventHandler(this.chkExtTX17_CheckedChanged);
            // 
            // chkExtTX206
            // 
            this.chkExtTX206.Image = null;
            this.chkExtTX206.Location = new System.Drawing.Point(144, 144);
            this.chkExtTX206.Name = "chkExtTX206";
            this.chkExtTX206.Size = new System.Drawing.Size(16, 16);
            this.chkExtTX206.TabIndex = 164;
            this.chkExtTX206.CheckedChanged += new System.EventHandler(this.chkExtTX20_CheckedChanged);
            // 
            // chkExtTX306
            // 
            this.chkExtTX306.Image = null;
            this.chkExtTX306.Location = new System.Drawing.Point(144, 128);
            this.chkExtTX306.Name = "chkExtTX306";
            this.chkExtTX306.Size = new System.Drawing.Size(16, 16);
            this.chkExtTX306.TabIndex = 163;
            this.chkExtTX306.CheckedChanged += new System.EventHandler(this.chkExtTX30_CheckedChanged);
            // 
            // chkExtTX406
            // 
            this.chkExtTX406.Image = null;
            this.chkExtTX406.Location = new System.Drawing.Point(144, 112);
            this.chkExtTX406.Name = "chkExtTX406";
            this.chkExtTX406.Size = new System.Drawing.Size(16, 16);
            this.chkExtTX406.TabIndex = 162;
            this.chkExtTX406.CheckedChanged += new System.EventHandler(this.chkExtTX40_CheckedChanged);
            // 
            // chkExtTX606
            // 
            this.chkExtTX606.Image = null;
            this.chkExtTX606.Location = new System.Drawing.Point(144, 96);
            this.chkExtTX606.Name = "chkExtTX606";
            this.chkExtTX606.Size = new System.Drawing.Size(16, 16);
            this.chkExtTX606.TabIndex = 161;
            this.chkExtTX606.CheckedChanged += new System.EventHandler(this.chkExtTX60_CheckedChanged);
            // 
            // chkExtTX806
            // 
            this.chkExtTX806.Image = null;
            this.chkExtTX806.Location = new System.Drawing.Point(144, 80);
            this.chkExtTX806.Name = "chkExtTX806";
            this.chkExtTX806.Size = new System.Drawing.Size(16, 16);
            this.chkExtTX806.TabIndex = 160;
            this.chkExtTX806.CheckedChanged += new System.EventHandler(this.chkExtTX80_CheckedChanged);
            // 
            // chkExtTX1606
            // 
            this.chkExtTX1606.Image = null;
            this.chkExtTX1606.Location = new System.Drawing.Point(144, 64);
            this.chkExtTX1606.Name = "chkExtTX1606";
            this.chkExtTX1606.Size = new System.Drawing.Size(16, 16);
            this.chkExtTX1606.TabIndex = 159;
            this.chkExtTX1606.CheckedChanged += new System.EventHandler(this.chkExtTX160_CheckedChanged);
            // 
            // lblExtTXX25
            // 
            this.lblExtTXX25.Image = null;
            this.lblExtTXX25.Location = new System.Drawing.Point(128, 40);
            this.lblExtTXX25.Name = "lblExtTXX25";
            this.lblExtTXX25.Size = new System.Drawing.Size(16, 16);
            this.lblExtTXX25.TabIndex = 158;
            this.lblExtTXX25.Text = "5";
            this.lblExtTXX25.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // lblExtTXX24
            // 
            this.lblExtTXX24.Image = null;
            this.lblExtTXX24.Location = new System.Drawing.Point(112, 40);
            this.lblExtTXX24.Name = "lblExtTXX24";
            this.lblExtTXX24.Size = new System.Drawing.Size(16, 16);
            this.lblExtTXX24.TabIndex = 157;
            this.lblExtTXX24.Text = "4";
            this.lblExtTXX24.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // lblExtTXX23
            // 
            this.lblExtTXX23.Image = null;
            this.lblExtTXX23.Location = new System.Drawing.Point(96, 40);
            this.lblExtTXX23.Name = "lblExtTXX23";
            this.lblExtTXX23.Size = new System.Drawing.Size(16, 16);
            this.lblExtTXX23.TabIndex = 156;
            this.lblExtTXX23.Text = "3";
            this.lblExtTXX23.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // lblExtTXX22
            // 
            this.lblExtTXX22.Image = null;
            this.lblExtTXX22.Location = new System.Drawing.Point(80, 40);
            this.lblExtTXX22.Name = "lblExtTXX22";
            this.lblExtTXX22.Size = new System.Drawing.Size(16, 16);
            this.lblExtTXX22.TabIndex = 155;
            this.lblExtTXX22.Text = "2";
            this.lblExtTXX22.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // lblExtTX2
            // 
            this.lblExtTX2.Image = null;
            this.lblExtTX2.Location = new System.Drawing.Point(12, 240);
            this.lblExtTX2.Name = "lblExtTX2";
            this.lblExtTX2.Size = new System.Drawing.Size(40, 16);
            this.lblExtTX2.TabIndex = 154;
            this.lblExtTX2.Text = "2m";
            // 
            // chkExtTX23
            // 
            this.chkExtTX23.Image = null;
            this.chkExtTX23.Location = new System.Drawing.Point(96, 240);
            this.chkExtTX23.Name = "chkExtTX23";
            this.chkExtTX23.Size = new System.Drawing.Size(16, 16);
            this.chkExtTX23.TabIndex = 151;
            this.chkExtTX23.CheckedChanged += new System.EventHandler(this.chkExtTX2_CheckedChanged);
            // 
            // chkExtTX22
            // 
            this.chkExtTX22.Image = null;
            this.chkExtTX22.Location = new System.Drawing.Point(80, 240);
            this.chkExtTX22.Name = "chkExtTX22";
            this.chkExtTX22.Size = new System.Drawing.Size(16, 16);
            this.chkExtTX22.TabIndex = 150;
            this.chkExtTX22.CheckedChanged += new System.EventHandler(this.chkExtTX2_CheckedChanged);
            // 
            // chkExtTX21
            // 
            this.chkExtTX21.Image = null;
            this.chkExtTX21.Location = new System.Drawing.Point(64, 240);
            this.chkExtTX21.Name = "chkExtTX21";
            this.chkExtTX21.Size = new System.Drawing.Size(16, 16);
            this.chkExtTX21.TabIndex = 149;
            this.chkExtTX21.CheckedChanged += new System.EventHandler(this.chkExtTX2_CheckedChanged);
            // 
            // chkExtTX25
            // 
            this.chkExtTX25.Image = null;
            this.chkExtTX25.Location = new System.Drawing.Point(128, 240);
            this.chkExtTX25.Name = "chkExtTX25";
            this.chkExtTX25.Size = new System.Drawing.Size(16, 16);
            this.chkExtTX25.TabIndex = 153;
            this.chkExtTX25.CheckedChanged += new System.EventHandler(this.chkExtTX2_CheckedChanged);
            // 
            // chkExtTX24
            // 
            this.chkExtTX24.Image = null;
            this.chkExtTX24.Location = new System.Drawing.Point(112, 240);
            this.chkExtTX24.Name = "chkExtTX24";
            this.chkExtTX24.Size = new System.Drawing.Size(16, 16);
            this.chkExtTX24.TabIndex = 152;
            this.chkExtTX24.CheckedChanged += new System.EventHandler(this.chkExtTX2_CheckedChanged);
            // 
            // lblExtTX6
            // 
            this.lblExtTX6.Image = null;
            this.lblExtTX6.Location = new System.Drawing.Point(12, 224);
            this.lblExtTX6.Name = "lblExtTX6";
            this.lblExtTX6.Size = new System.Drawing.Size(40, 16);
            this.lblExtTX6.TabIndex = 148;
            this.lblExtTX6.Text = "6m";
            // 
            // chkExtTX63
            // 
            this.chkExtTX63.Image = null;
            this.chkExtTX63.Location = new System.Drawing.Point(96, 224);
            this.chkExtTX63.Name = "chkExtTX63";
            this.chkExtTX63.Size = new System.Drawing.Size(16, 16);
            this.chkExtTX63.TabIndex = 145;
            this.chkExtTX63.CheckedChanged += new System.EventHandler(this.chkExtTX6_CheckedChanged);
            // 
            // chkExtTX62
            // 
            this.chkExtTX62.Image = null;
            this.chkExtTX62.Location = new System.Drawing.Point(80, 224);
            this.chkExtTX62.Name = "chkExtTX62";
            this.chkExtTX62.Size = new System.Drawing.Size(16, 16);
            this.chkExtTX62.TabIndex = 144;
            this.chkExtTX62.CheckedChanged += new System.EventHandler(this.chkExtTX6_CheckedChanged);
            // 
            // chkExtTX61
            // 
            this.chkExtTX61.Image = null;
            this.chkExtTX61.Location = new System.Drawing.Point(64, 224);
            this.chkExtTX61.Name = "chkExtTX61";
            this.chkExtTX61.Size = new System.Drawing.Size(16, 16);
            this.chkExtTX61.TabIndex = 143;
            this.chkExtTX61.CheckedChanged += new System.EventHandler(this.chkExtTX6_CheckedChanged);
            // 
            // chkExtTX65
            // 
            this.chkExtTX65.Image = null;
            this.chkExtTX65.Location = new System.Drawing.Point(128, 224);
            this.chkExtTX65.Name = "chkExtTX65";
            this.chkExtTX65.Size = new System.Drawing.Size(16, 16);
            this.chkExtTX65.TabIndex = 147;
            this.chkExtTX65.CheckedChanged += new System.EventHandler(this.chkExtTX6_CheckedChanged);
            // 
            // chkExtTX64
            // 
            this.chkExtTX64.Image = null;
            this.chkExtTX64.Location = new System.Drawing.Point(112, 224);
            this.chkExtTX64.Name = "chkExtTX64";
            this.chkExtTX64.Size = new System.Drawing.Size(16, 16);
            this.chkExtTX64.TabIndex = 146;
            this.chkExtTX64.CheckedChanged += new System.EventHandler(this.chkExtTX6_CheckedChanged);
            // 
            // lblExtTX10
            // 
            this.lblExtTX10.Image = null;
            this.lblExtTX10.Location = new System.Drawing.Point(12, 208);
            this.lblExtTX10.Name = "lblExtTX10";
            this.lblExtTX10.Size = new System.Drawing.Size(40, 16);
            this.lblExtTX10.TabIndex = 142;
            this.lblExtTX10.Text = "10m";
            // 
            // chkExtTX103
            // 
            this.chkExtTX103.Image = null;
            this.chkExtTX103.Location = new System.Drawing.Point(96, 208);
            this.chkExtTX103.Name = "chkExtTX103";
            this.chkExtTX103.Size = new System.Drawing.Size(16, 16);
            this.chkExtTX103.TabIndex = 139;
            this.chkExtTX103.CheckedChanged += new System.EventHandler(this.chkExtTX10_CheckedChanged);
            // 
            // chkExtTX102
            // 
            this.chkExtTX102.Image = null;
            this.chkExtTX102.Location = new System.Drawing.Point(80, 208);
            this.chkExtTX102.Name = "chkExtTX102";
            this.chkExtTX102.Size = new System.Drawing.Size(16, 16);
            this.chkExtTX102.TabIndex = 138;
            this.chkExtTX102.CheckedChanged += new System.EventHandler(this.chkExtTX10_CheckedChanged);
            // 
            // chkExtTX101
            // 
            this.chkExtTX101.Image = null;
            this.chkExtTX101.Location = new System.Drawing.Point(64, 208);
            this.chkExtTX101.Name = "chkExtTX101";
            this.chkExtTX101.Size = new System.Drawing.Size(16, 16);
            this.chkExtTX101.TabIndex = 137;
            this.chkExtTX101.CheckedChanged += new System.EventHandler(this.chkExtTX10_CheckedChanged);
            // 
            // chkExtTX105
            // 
            this.chkExtTX105.Image = null;
            this.chkExtTX105.Location = new System.Drawing.Point(128, 208);
            this.chkExtTX105.Name = "chkExtTX105";
            this.chkExtTX105.Size = new System.Drawing.Size(16, 16);
            this.chkExtTX105.TabIndex = 141;
            this.chkExtTX105.CheckedChanged += new System.EventHandler(this.chkExtTX10_CheckedChanged);
            // 
            // chkExtTX104
            // 
            this.chkExtTX104.Image = null;
            this.chkExtTX104.Location = new System.Drawing.Point(112, 208);
            this.chkExtTX104.Name = "chkExtTX104";
            this.chkExtTX104.Size = new System.Drawing.Size(16, 16);
            this.chkExtTX104.TabIndex = 140;
            this.chkExtTX104.CheckedChanged += new System.EventHandler(this.chkExtTX10_CheckedChanged);
            // 
            // lblExtTX12
            // 
            this.lblExtTX12.Image = null;
            this.lblExtTX12.Location = new System.Drawing.Point(12, 192);
            this.lblExtTX12.Name = "lblExtTX12";
            this.lblExtTX12.Size = new System.Drawing.Size(40, 16);
            this.lblExtTX12.TabIndex = 136;
            this.lblExtTX12.Text = "12m";
            // 
            // chkExtTX123
            // 
            this.chkExtTX123.Image = null;
            this.chkExtTX123.Location = new System.Drawing.Point(96, 192);
            this.chkExtTX123.Name = "chkExtTX123";
            this.chkExtTX123.Size = new System.Drawing.Size(16, 16);
            this.chkExtTX123.TabIndex = 133;
            this.chkExtTX123.CheckedChanged += new System.EventHandler(this.chkExtTX12_CheckedChanged);
            // 
            // chkExtTX122
            // 
            this.chkExtTX122.Image = null;
            this.chkExtTX122.Location = new System.Drawing.Point(80, 192);
            this.chkExtTX122.Name = "chkExtTX122";
            this.chkExtTX122.Size = new System.Drawing.Size(16, 16);
            this.chkExtTX122.TabIndex = 132;
            this.chkExtTX122.CheckedChanged += new System.EventHandler(this.chkExtTX12_CheckedChanged);
            // 
            // chkExtTX121
            // 
            this.chkExtTX121.Image = null;
            this.chkExtTX121.Location = new System.Drawing.Point(64, 192);
            this.chkExtTX121.Name = "chkExtTX121";
            this.chkExtTX121.Size = new System.Drawing.Size(16, 16);
            this.chkExtTX121.TabIndex = 131;
            this.chkExtTX121.CheckedChanged += new System.EventHandler(this.chkExtTX12_CheckedChanged);
            // 
            // chkExtTX125
            // 
            this.chkExtTX125.Image = null;
            this.chkExtTX125.Location = new System.Drawing.Point(128, 192);
            this.chkExtTX125.Name = "chkExtTX125";
            this.chkExtTX125.Size = new System.Drawing.Size(16, 16);
            this.chkExtTX125.TabIndex = 135;
            this.chkExtTX125.CheckedChanged += new System.EventHandler(this.chkExtTX12_CheckedChanged);
            // 
            // chkExtTX124
            // 
            this.chkExtTX124.Image = null;
            this.chkExtTX124.Location = new System.Drawing.Point(112, 192);
            this.chkExtTX124.Name = "chkExtTX124";
            this.chkExtTX124.Size = new System.Drawing.Size(16, 16);
            this.chkExtTX124.TabIndex = 134;
            this.chkExtTX124.CheckedChanged += new System.EventHandler(this.chkExtTX12_CheckedChanged);
            // 
            // lblExtTX15
            // 
            this.lblExtTX15.Image = null;
            this.lblExtTX15.Location = new System.Drawing.Point(12, 176);
            this.lblExtTX15.Name = "lblExtTX15";
            this.lblExtTX15.Size = new System.Drawing.Size(40, 16);
            this.lblExtTX15.TabIndex = 130;
            this.lblExtTX15.Text = "15m";
            // 
            // chkExtTX153
            // 
            this.chkExtTX153.Image = null;
            this.chkExtTX153.Location = new System.Drawing.Point(96, 176);
            this.chkExtTX153.Name = "chkExtTX153";
            this.chkExtTX153.Size = new System.Drawing.Size(16, 16);
            this.chkExtTX153.TabIndex = 127;
            this.chkExtTX153.CheckedChanged += new System.EventHandler(this.chkExtTX15_CheckedChanged);
            // 
            // chkExtTX152
            // 
            this.chkExtTX152.Image = null;
            this.chkExtTX152.Location = new System.Drawing.Point(80, 176);
            this.chkExtTX152.Name = "chkExtTX152";
            this.chkExtTX152.Size = new System.Drawing.Size(16, 16);
            this.chkExtTX152.TabIndex = 126;
            this.chkExtTX152.CheckedChanged += new System.EventHandler(this.chkExtTX15_CheckedChanged);
            // 
            // chkExtTX151
            // 
            this.chkExtTX151.Image = null;
            this.chkExtTX151.Location = new System.Drawing.Point(64, 176);
            this.chkExtTX151.Name = "chkExtTX151";
            this.chkExtTX151.Size = new System.Drawing.Size(16, 16);
            this.chkExtTX151.TabIndex = 125;
            this.chkExtTX151.CheckedChanged += new System.EventHandler(this.chkExtTX15_CheckedChanged);
            // 
            // chkExtTX155
            // 
            this.chkExtTX155.Image = null;
            this.chkExtTX155.Location = new System.Drawing.Point(128, 176);
            this.chkExtTX155.Name = "chkExtTX155";
            this.chkExtTX155.Size = new System.Drawing.Size(16, 16);
            this.chkExtTX155.TabIndex = 129;
            this.chkExtTX155.CheckedChanged += new System.EventHandler(this.chkExtTX15_CheckedChanged);
            // 
            // chkExtTX154
            // 
            this.chkExtTX154.Image = null;
            this.chkExtTX154.Location = new System.Drawing.Point(112, 176);
            this.chkExtTX154.Name = "chkExtTX154";
            this.chkExtTX154.Size = new System.Drawing.Size(16, 16);
            this.chkExtTX154.TabIndex = 128;
            this.chkExtTX154.CheckedChanged += new System.EventHandler(this.chkExtTX15_CheckedChanged);
            // 
            // lblExtTX17
            // 
            this.lblExtTX17.Image = null;
            this.lblExtTX17.Location = new System.Drawing.Point(12, 160);
            this.lblExtTX17.Name = "lblExtTX17";
            this.lblExtTX17.Size = new System.Drawing.Size(40, 16);
            this.lblExtTX17.TabIndex = 124;
            this.lblExtTX17.Text = "17m";
            // 
            // chkExtTX173
            // 
            this.chkExtTX173.Image = null;
            this.chkExtTX173.Location = new System.Drawing.Point(96, 160);
            this.chkExtTX173.Name = "chkExtTX173";
            this.chkExtTX173.Size = new System.Drawing.Size(16, 16);
            this.chkExtTX173.TabIndex = 121;
            this.chkExtTX173.CheckedChanged += new System.EventHandler(this.chkExtTX17_CheckedChanged);
            // 
            // chkExtTX172
            // 
            this.chkExtTX172.Image = null;
            this.chkExtTX172.Location = new System.Drawing.Point(80, 160);
            this.chkExtTX172.Name = "chkExtTX172";
            this.chkExtTX172.Size = new System.Drawing.Size(16, 16);
            this.chkExtTX172.TabIndex = 120;
            this.chkExtTX172.CheckedChanged += new System.EventHandler(this.chkExtTX17_CheckedChanged);
            // 
            // chkExtTX171
            // 
            this.chkExtTX171.Image = null;
            this.chkExtTX171.Location = new System.Drawing.Point(64, 160);
            this.chkExtTX171.Name = "chkExtTX171";
            this.chkExtTX171.Size = new System.Drawing.Size(16, 16);
            this.chkExtTX171.TabIndex = 119;
            this.chkExtTX171.CheckedChanged += new System.EventHandler(this.chkExtTX17_CheckedChanged);
            // 
            // chkExtTX175
            // 
            this.chkExtTX175.Image = null;
            this.chkExtTX175.Location = new System.Drawing.Point(128, 160);
            this.chkExtTX175.Name = "chkExtTX175";
            this.chkExtTX175.Size = new System.Drawing.Size(16, 16);
            this.chkExtTX175.TabIndex = 123;
            this.chkExtTX175.CheckedChanged += new System.EventHandler(this.chkExtTX17_CheckedChanged);
            // 
            // chkExtTX174
            // 
            this.chkExtTX174.Image = null;
            this.chkExtTX174.Location = new System.Drawing.Point(112, 160);
            this.chkExtTX174.Name = "chkExtTX174";
            this.chkExtTX174.Size = new System.Drawing.Size(16, 16);
            this.chkExtTX174.TabIndex = 122;
            this.chkExtTX174.CheckedChanged += new System.EventHandler(this.chkExtTX17_CheckedChanged);
            // 
            // lblExtTX20
            // 
            this.lblExtTX20.Image = null;
            this.lblExtTX20.Location = new System.Drawing.Point(12, 144);
            this.lblExtTX20.Name = "lblExtTX20";
            this.lblExtTX20.Size = new System.Drawing.Size(40, 16);
            this.lblExtTX20.TabIndex = 118;
            this.lblExtTX20.Text = "20m";
            // 
            // chkExtTX203
            // 
            this.chkExtTX203.Image = null;
            this.chkExtTX203.Location = new System.Drawing.Point(96, 144);
            this.chkExtTX203.Name = "chkExtTX203";
            this.chkExtTX203.Size = new System.Drawing.Size(16, 16);
            this.chkExtTX203.TabIndex = 115;
            this.chkExtTX203.CheckedChanged += new System.EventHandler(this.chkExtTX20_CheckedChanged);
            // 
            // chkExtTX202
            // 
            this.chkExtTX202.Image = null;
            this.chkExtTX202.Location = new System.Drawing.Point(80, 144);
            this.chkExtTX202.Name = "chkExtTX202";
            this.chkExtTX202.Size = new System.Drawing.Size(16, 16);
            this.chkExtTX202.TabIndex = 114;
            this.chkExtTX202.CheckedChanged += new System.EventHandler(this.chkExtTX20_CheckedChanged);
            // 
            // chkExtTX201
            // 
            this.chkExtTX201.Image = null;
            this.chkExtTX201.Location = new System.Drawing.Point(64, 144);
            this.chkExtTX201.Name = "chkExtTX201";
            this.chkExtTX201.Size = new System.Drawing.Size(16, 16);
            this.chkExtTX201.TabIndex = 113;
            this.chkExtTX201.CheckedChanged += new System.EventHandler(this.chkExtTX20_CheckedChanged);
            // 
            // chkExtTX205
            // 
            this.chkExtTX205.Image = null;
            this.chkExtTX205.Location = new System.Drawing.Point(128, 144);
            this.chkExtTX205.Name = "chkExtTX205";
            this.chkExtTX205.Size = new System.Drawing.Size(16, 16);
            this.chkExtTX205.TabIndex = 117;
            this.chkExtTX205.CheckedChanged += new System.EventHandler(this.chkExtTX20_CheckedChanged);
            // 
            // chkExtTX204
            // 
            this.chkExtTX204.Image = null;
            this.chkExtTX204.Location = new System.Drawing.Point(112, 144);
            this.chkExtTX204.Name = "chkExtTX204";
            this.chkExtTX204.Size = new System.Drawing.Size(16, 16);
            this.chkExtTX204.TabIndex = 116;
            this.chkExtTX204.CheckedChanged += new System.EventHandler(this.chkExtTX20_CheckedChanged);
            // 
            // lblExtTX30
            // 
            this.lblExtTX30.Image = null;
            this.lblExtTX30.Location = new System.Drawing.Point(12, 128);
            this.lblExtTX30.Name = "lblExtTX30";
            this.lblExtTX30.Size = new System.Drawing.Size(40, 16);
            this.lblExtTX30.TabIndex = 112;
            this.lblExtTX30.Text = "30m";
            // 
            // chkExtTX303
            // 
            this.chkExtTX303.Image = null;
            this.chkExtTX303.Location = new System.Drawing.Point(96, 128);
            this.chkExtTX303.Name = "chkExtTX303";
            this.chkExtTX303.Size = new System.Drawing.Size(16, 16);
            this.chkExtTX303.TabIndex = 109;
            this.chkExtTX303.CheckedChanged += new System.EventHandler(this.chkExtTX30_CheckedChanged);
            // 
            // chkExtTX302
            // 
            this.chkExtTX302.Image = null;
            this.chkExtTX302.Location = new System.Drawing.Point(80, 128);
            this.chkExtTX302.Name = "chkExtTX302";
            this.chkExtTX302.Size = new System.Drawing.Size(16, 16);
            this.chkExtTX302.TabIndex = 108;
            this.chkExtTX302.CheckedChanged += new System.EventHandler(this.chkExtTX30_CheckedChanged);
            // 
            // chkExtTX301
            // 
            this.chkExtTX301.Image = null;
            this.chkExtTX301.Location = new System.Drawing.Point(64, 128);
            this.chkExtTX301.Name = "chkExtTX301";
            this.chkExtTX301.Size = new System.Drawing.Size(16, 16);
            this.chkExtTX301.TabIndex = 107;
            this.chkExtTX301.CheckedChanged += new System.EventHandler(this.chkExtTX30_CheckedChanged);
            // 
            // chkExtTX305
            // 
            this.chkExtTX305.Image = null;
            this.chkExtTX305.Location = new System.Drawing.Point(128, 128);
            this.chkExtTX305.Name = "chkExtTX305";
            this.chkExtTX305.Size = new System.Drawing.Size(16, 16);
            this.chkExtTX305.TabIndex = 111;
            this.chkExtTX305.CheckedChanged += new System.EventHandler(this.chkExtTX30_CheckedChanged);
            // 
            // chkExtTX304
            // 
            this.chkExtTX304.Image = null;
            this.chkExtTX304.Location = new System.Drawing.Point(112, 128);
            this.chkExtTX304.Name = "chkExtTX304";
            this.chkExtTX304.Size = new System.Drawing.Size(16, 16);
            this.chkExtTX304.TabIndex = 110;
            this.chkExtTX304.CheckedChanged += new System.EventHandler(this.chkExtTX30_CheckedChanged);
            // 
            // lblExtTX40
            // 
            this.lblExtTX40.Image = null;
            this.lblExtTX40.Location = new System.Drawing.Point(12, 112);
            this.lblExtTX40.Name = "lblExtTX40";
            this.lblExtTX40.Size = new System.Drawing.Size(40, 16);
            this.lblExtTX40.TabIndex = 106;
            this.lblExtTX40.Text = "40m";
            // 
            // chkExtTX403
            // 
            this.chkExtTX403.Image = null;
            this.chkExtTX403.Location = new System.Drawing.Point(96, 112);
            this.chkExtTX403.Name = "chkExtTX403";
            this.chkExtTX403.Size = new System.Drawing.Size(16, 16);
            this.chkExtTX403.TabIndex = 103;
            this.chkExtTX403.CheckedChanged += new System.EventHandler(this.chkExtTX40_CheckedChanged);
            // 
            // chkExtTX402
            // 
            this.chkExtTX402.Image = null;
            this.chkExtTX402.Location = new System.Drawing.Point(80, 112);
            this.chkExtTX402.Name = "chkExtTX402";
            this.chkExtTX402.Size = new System.Drawing.Size(16, 16);
            this.chkExtTX402.TabIndex = 102;
            this.chkExtTX402.CheckedChanged += new System.EventHandler(this.chkExtTX40_CheckedChanged);
            // 
            // chkExtTX401
            // 
            this.chkExtTX401.Image = null;
            this.chkExtTX401.Location = new System.Drawing.Point(64, 112);
            this.chkExtTX401.Name = "chkExtTX401";
            this.chkExtTX401.Size = new System.Drawing.Size(16, 16);
            this.chkExtTX401.TabIndex = 101;
            this.chkExtTX401.CheckedChanged += new System.EventHandler(this.chkExtTX40_CheckedChanged);
            // 
            // chkExtTX405
            // 
            this.chkExtTX405.Image = null;
            this.chkExtTX405.Location = new System.Drawing.Point(128, 112);
            this.chkExtTX405.Name = "chkExtTX405";
            this.chkExtTX405.Size = new System.Drawing.Size(16, 16);
            this.chkExtTX405.TabIndex = 105;
            this.chkExtTX405.CheckedChanged += new System.EventHandler(this.chkExtTX40_CheckedChanged);
            // 
            // chkExtTX404
            // 
            this.chkExtTX404.Image = null;
            this.chkExtTX404.Location = new System.Drawing.Point(112, 112);
            this.chkExtTX404.Name = "chkExtTX404";
            this.chkExtTX404.Size = new System.Drawing.Size(16, 16);
            this.chkExtTX404.TabIndex = 104;
            this.chkExtTX404.CheckedChanged += new System.EventHandler(this.chkExtTX40_CheckedChanged);
            // 
            // lblExtTX60
            // 
            this.lblExtTX60.Image = null;
            this.lblExtTX60.Location = new System.Drawing.Point(12, 96);
            this.lblExtTX60.Name = "lblExtTX60";
            this.lblExtTX60.Size = new System.Drawing.Size(40, 16);
            this.lblExtTX60.TabIndex = 100;
            this.lblExtTX60.Text = "60m";
            // 
            // chkExtTX603
            // 
            this.chkExtTX603.Image = null;
            this.chkExtTX603.Location = new System.Drawing.Point(96, 96);
            this.chkExtTX603.Name = "chkExtTX603";
            this.chkExtTX603.Size = new System.Drawing.Size(16, 16);
            this.chkExtTX603.TabIndex = 97;
            this.chkExtTX603.CheckedChanged += new System.EventHandler(this.chkExtTX60_CheckedChanged);
            // 
            // chkExtTX602
            // 
            this.chkExtTX602.Image = null;
            this.chkExtTX602.Location = new System.Drawing.Point(80, 96);
            this.chkExtTX602.Name = "chkExtTX602";
            this.chkExtTX602.Size = new System.Drawing.Size(16, 16);
            this.chkExtTX602.TabIndex = 96;
            this.chkExtTX602.CheckedChanged += new System.EventHandler(this.chkExtTX60_CheckedChanged);
            // 
            // chkExtTX601
            // 
            this.chkExtTX601.Image = null;
            this.chkExtTX601.Location = new System.Drawing.Point(64, 96);
            this.chkExtTX601.Name = "chkExtTX601";
            this.chkExtTX601.Size = new System.Drawing.Size(16, 16);
            this.chkExtTX601.TabIndex = 95;
            this.chkExtTX601.CheckedChanged += new System.EventHandler(this.chkExtTX60_CheckedChanged);
            // 
            // chkExtTX605
            // 
            this.chkExtTX605.Image = null;
            this.chkExtTX605.Location = new System.Drawing.Point(128, 96);
            this.chkExtTX605.Name = "chkExtTX605";
            this.chkExtTX605.Size = new System.Drawing.Size(16, 16);
            this.chkExtTX605.TabIndex = 99;
            this.chkExtTX605.CheckedChanged += new System.EventHandler(this.chkExtTX60_CheckedChanged);
            // 
            // chkExtTX604
            // 
            this.chkExtTX604.Image = null;
            this.chkExtTX604.Location = new System.Drawing.Point(112, 96);
            this.chkExtTX604.Name = "chkExtTX604";
            this.chkExtTX604.Size = new System.Drawing.Size(16, 16);
            this.chkExtTX604.TabIndex = 98;
            this.chkExtTX604.CheckedChanged += new System.EventHandler(this.chkExtTX60_CheckedChanged);
            // 
            // lblExtTX80
            // 
            this.lblExtTX80.Image = null;
            this.lblExtTX80.Location = new System.Drawing.Point(12, 80);
            this.lblExtTX80.Name = "lblExtTX80";
            this.lblExtTX80.Size = new System.Drawing.Size(40, 16);
            this.lblExtTX80.TabIndex = 94;
            this.lblExtTX80.Text = "80m";
            // 
            // chkExtTX803
            // 
            this.chkExtTX803.Image = null;
            this.chkExtTX803.Location = new System.Drawing.Point(96, 80);
            this.chkExtTX803.Name = "chkExtTX803";
            this.chkExtTX803.Size = new System.Drawing.Size(16, 16);
            this.chkExtTX803.TabIndex = 91;
            this.chkExtTX803.CheckedChanged += new System.EventHandler(this.chkExtTX80_CheckedChanged);
            // 
            // chkExtTX802
            // 
            this.chkExtTX802.Image = null;
            this.chkExtTX802.Location = new System.Drawing.Point(80, 80);
            this.chkExtTX802.Name = "chkExtTX802";
            this.chkExtTX802.Size = new System.Drawing.Size(16, 16);
            this.chkExtTX802.TabIndex = 90;
            this.chkExtTX802.CheckedChanged += new System.EventHandler(this.chkExtTX80_CheckedChanged);
            // 
            // chkExtTX801
            // 
            this.chkExtTX801.Image = null;
            this.chkExtTX801.Location = new System.Drawing.Point(64, 80);
            this.chkExtTX801.Name = "chkExtTX801";
            this.chkExtTX801.Size = new System.Drawing.Size(16, 16);
            this.chkExtTX801.TabIndex = 89;
            this.chkExtTX801.CheckedChanged += new System.EventHandler(this.chkExtTX80_CheckedChanged);
            // 
            // chkExtTX805
            // 
            this.chkExtTX805.Image = null;
            this.chkExtTX805.Location = new System.Drawing.Point(128, 80);
            this.chkExtTX805.Name = "chkExtTX805";
            this.chkExtTX805.Size = new System.Drawing.Size(16, 16);
            this.chkExtTX805.TabIndex = 93;
            this.chkExtTX805.CheckedChanged += new System.EventHandler(this.chkExtTX80_CheckedChanged);
            // 
            // chkExtTX804
            // 
            this.chkExtTX804.Image = null;
            this.chkExtTX804.Location = new System.Drawing.Point(112, 80);
            this.chkExtTX804.Name = "chkExtTX804";
            this.chkExtTX804.Size = new System.Drawing.Size(16, 16);
            this.chkExtTX804.TabIndex = 92;
            this.chkExtTX804.CheckedChanged += new System.EventHandler(this.chkExtTX80_CheckedChanged);
            // 
            // lblExtTXX2Pins
            // 
            this.lblExtTXX2Pins.Image = null;
            this.lblExtTXX2Pins.Location = new System.Drawing.Point(60, 24);
            this.lblExtTXX2Pins.Name = "lblExtTXX2Pins";
            this.lblExtTXX2Pins.Size = new System.Drawing.Size(100, 16);
            this.lblExtTXX2Pins.TabIndex = 88;
            this.lblExtTXX2Pins.Text = "X2 Pins";
            this.lblExtTXX2Pins.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // lblExtTXBand
            // 
            this.lblExtTXBand.Image = null;
            this.lblExtTXBand.Location = new System.Drawing.Point(12, 24);
            this.lblExtTXBand.Name = "lblExtTXBand";
            this.lblExtTXBand.Size = new System.Drawing.Size(32, 16);
            this.lblExtTXBand.TabIndex = 87;
            this.lblExtTXBand.Text = "Band";
            // 
            // lblExtTX160
            // 
            this.lblExtTX160.Image = null;
            this.lblExtTX160.Location = new System.Drawing.Point(12, 64);
            this.lblExtTX160.Name = "lblExtTX160";
            this.lblExtTX160.Size = new System.Drawing.Size(40, 16);
            this.lblExtTX160.TabIndex = 86;
            this.lblExtTX160.Text = "160m";
            // 
            // chkExtTX1603
            // 
            this.chkExtTX1603.Image = null;
            this.chkExtTX1603.Location = new System.Drawing.Point(96, 64);
            this.chkExtTX1603.Name = "chkExtTX1603";
            this.chkExtTX1603.Size = new System.Drawing.Size(16, 16);
            this.chkExtTX1603.TabIndex = 82;
            this.chkExtTX1603.CheckedChanged += new System.EventHandler(this.chkExtTX160_CheckedChanged);
            // 
            // chkExtTX1602
            // 
            this.chkExtTX1602.Image = null;
            this.chkExtTX1602.Location = new System.Drawing.Point(80, 64);
            this.chkExtTX1602.Name = "chkExtTX1602";
            this.chkExtTX1602.Size = new System.Drawing.Size(16, 16);
            this.chkExtTX1602.TabIndex = 81;
            this.chkExtTX1602.CheckedChanged += new System.EventHandler(this.chkExtTX160_CheckedChanged);
            // 
            // chkExtTX1601
            // 
            this.chkExtTX1601.Image = null;
            this.chkExtTX1601.Location = new System.Drawing.Point(64, 64);
            this.chkExtTX1601.Name = "chkExtTX1601";
            this.chkExtTX1601.Size = new System.Drawing.Size(16, 16);
            this.chkExtTX1601.TabIndex = 80;
            this.chkExtTX1601.CheckedChanged += new System.EventHandler(this.chkExtTX160_CheckedChanged);
            // 
            // lblExtTXX21
            // 
            this.lblExtTXX21.Image = null;
            this.lblExtTXX21.Location = new System.Drawing.Point(64, 40);
            this.lblExtTXX21.Name = "lblExtTXX21";
            this.lblExtTXX21.Size = new System.Drawing.Size(16, 16);
            this.lblExtTXX21.TabIndex = 85;
            this.lblExtTXX21.Text = "1";
            this.lblExtTXX21.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // chkExtTX1605
            // 
            this.chkExtTX1605.Image = null;
            this.chkExtTX1605.Location = new System.Drawing.Point(128, 64);
            this.chkExtTX1605.Name = "chkExtTX1605";
            this.chkExtTX1605.Size = new System.Drawing.Size(16, 16);
            this.chkExtTX1605.TabIndex = 84;
            this.chkExtTX1605.CheckedChanged += new System.EventHandler(this.chkExtTX160_CheckedChanged);
            // 
            // chkExtTX1604
            // 
            this.chkExtTX1604.Image = null;
            this.chkExtTX1604.Location = new System.Drawing.Point(112, 64);
            this.chkExtTX1604.Name = "chkExtTX1604";
            this.chkExtTX1604.Size = new System.Drawing.Size(16, 16);
            this.chkExtTX1604.TabIndex = 83;
            this.chkExtTX1604.CheckedChanged += new System.EventHandler(this.chkExtTX160_CheckedChanged);
            // 
            // grpExtRX
            // 
            this.grpExtRX.Controls.Add(this.lblExtRXX26);
            this.grpExtRX.Controls.Add(this.chkExtRX26);
            this.grpExtRX.Controls.Add(this.chkExtRX66);
            this.grpExtRX.Controls.Add(this.chkExtRX106);
            this.grpExtRX.Controls.Add(this.chkExtRX126);
            this.grpExtRX.Controls.Add(this.chkExtRX156);
            this.grpExtRX.Controls.Add(this.chkExtRX176);
            this.grpExtRX.Controls.Add(this.chkExtRX206);
            this.grpExtRX.Controls.Add(this.chkExtRX306);
            this.grpExtRX.Controls.Add(this.chkExtRX406);
            this.grpExtRX.Controls.Add(this.chkExtRX606);
            this.grpExtRX.Controls.Add(this.chkExtRX806);
            this.grpExtRX.Controls.Add(this.chkExtRX1606);
            this.grpExtRX.Controls.Add(this.lblExtRXX25);
            this.grpExtRX.Controls.Add(this.lblExtRXX24);
            this.grpExtRX.Controls.Add(this.lblExtRXX23);
            this.grpExtRX.Controls.Add(this.lblExtRXX22);
            this.grpExtRX.Controls.Add(this.lblExtRX2);
            this.grpExtRX.Controls.Add(this.chkExtRX23);
            this.grpExtRX.Controls.Add(this.chkExtRX22);
            this.grpExtRX.Controls.Add(this.chkExtRX21);
            this.grpExtRX.Controls.Add(this.chkExtRX25);
            this.grpExtRX.Controls.Add(this.chkExtRX24);
            this.grpExtRX.Controls.Add(this.lblExtRX6);
            this.grpExtRX.Controls.Add(this.chkExtRX63);
            this.grpExtRX.Controls.Add(this.chkExtRX62);
            this.grpExtRX.Controls.Add(this.chkExtRX61);
            this.grpExtRX.Controls.Add(this.chkExtRX65);
            this.grpExtRX.Controls.Add(this.chkExtRX64);
            this.grpExtRX.Controls.Add(this.lblExtRX10);
            this.grpExtRX.Controls.Add(this.chkExtRX103);
            this.grpExtRX.Controls.Add(this.chkExtRX102);
            this.grpExtRX.Controls.Add(this.chkExtRX101);
            this.grpExtRX.Controls.Add(this.chkExtRX105);
            this.grpExtRX.Controls.Add(this.chkExtRX104);
            this.grpExtRX.Controls.Add(this.lblExtRX12);
            this.grpExtRX.Controls.Add(this.chkExtRX123);
            this.grpExtRX.Controls.Add(this.chkExtRX122);
            this.grpExtRX.Controls.Add(this.chkExtRX121);
            this.grpExtRX.Controls.Add(this.chkExtRX125);
            this.grpExtRX.Controls.Add(this.chkExtRX124);
            this.grpExtRX.Controls.Add(this.lblExtRX15);
            this.grpExtRX.Controls.Add(this.chkExtRX153);
            this.grpExtRX.Controls.Add(this.chkExtRX152);
            this.grpExtRX.Controls.Add(this.chkExtRX151);
            this.grpExtRX.Controls.Add(this.chkExtRX155);
            this.grpExtRX.Controls.Add(this.chkExtRX154);
            this.grpExtRX.Controls.Add(this.lblExtRX17);
            this.grpExtRX.Controls.Add(this.chkExtRX173);
            this.grpExtRX.Controls.Add(this.chkExtRX172);
            this.grpExtRX.Controls.Add(this.chkExtRX171);
            this.grpExtRX.Controls.Add(this.chkExtRX175);
            this.grpExtRX.Controls.Add(this.chkExtRX174);
            this.grpExtRX.Controls.Add(this.lblExtRX20);
            this.grpExtRX.Controls.Add(this.chkExtRX203);
            this.grpExtRX.Controls.Add(this.chkExtRX202);
            this.grpExtRX.Controls.Add(this.chkExtRX201);
            this.grpExtRX.Controls.Add(this.chkExtRX205);
            this.grpExtRX.Controls.Add(this.chkExtRX204);
            this.grpExtRX.Controls.Add(this.lblExtRX30);
            this.grpExtRX.Controls.Add(this.chkExtRX303);
            this.grpExtRX.Controls.Add(this.chkExtRX302);
            this.grpExtRX.Controls.Add(this.chkExtRX301);
            this.grpExtRX.Controls.Add(this.chkExtRX305);
            this.grpExtRX.Controls.Add(this.chkExtRX304);
            this.grpExtRX.Controls.Add(this.lblExtRX40);
            this.grpExtRX.Controls.Add(this.chkExtRX403);
            this.grpExtRX.Controls.Add(this.chkExtRX402);
            this.grpExtRX.Controls.Add(this.chkExtRX401);
            this.grpExtRX.Controls.Add(this.chkExtRX405);
            this.grpExtRX.Controls.Add(this.chkExtRX404);
            this.grpExtRX.Controls.Add(this.lblExtRX60);
            this.grpExtRX.Controls.Add(this.chkExtRX603);
            this.grpExtRX.Controls.Add(this.chkExtRX602);
            this.grpExtRX.Controls.Add(this.chkExtRX601);
            this.grpExtRX.Controls.Add(this.chkExtRX605);
            this.grpExtRX.Controls.Add(this.chkExtRX604);
            this.grpExtRX.Controls.Add(this.lblExtRX80);
            this.grpExtRX.Controls.Add(this.chkExtRX803);
            this.grpExtRX.Controls.Add(this.chkExtRX802);
            this.grpExtRX.Controls.Add(this.chkExtRX801);
            this.grpExtRX.Controls.Add(this.chkExtRX805);
            this.grpExtRX.Controls.Add(this.chkExtRX804);
            this.grpExtRX.Controls.Add(this.lblExtRXX2Pins);
            this.grpExtRX.Controls.Add(this.lblExtRXBand);
            this.grpExtRX.Controls.Add(this.lblExtRX160);
            this.grpExtRX.Controls.Add(this.chkExtRX1603);
            this.grpExtRX.Controls.Add(this.chkExtRX1602);
            this.grpExtRX.Controls.Add(this.chkExtRX1601);
            this.grpExtRX.Controls.Add(this.lblExtRXX21);
            this.grpExtRX.Controls.Add(this.chkExtRX1605);
            this.grpExtRX.Controls.Add(this.chkExtRX1604);
            this.grpExtRX.Enabled = false;
            this.grpExtRX.Location = new System.Drawing.Point(8, 8);
            this.grpExtRX.Name = "grpExtRX";
            this.grpExtRX.Size = new System.Drawing.Size(168, 264);
            this.grpExtRX.TabIndex = 7;
            this.grpExtRX.TabStop = false;
            this.grpExtRX.Text = "Receive";
            // 
            // lblExtRXX26
            // 
            this.lblExtRXX26.Image = null;
            this.lblExtRXX26.Location = new System.Drawing.Point(144, 40);
            this.lblExtRXX26.Name = "lblExtRXX26";
            this.lblExtRXX26.Size = new System.Drawing.Size(16, 16);
            this.lblExtRXX26.TabIndex = 92;
            this.lblExtRXX26.Text = "6";
            this.lblExtRXX26.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // chkExtRX26
            // 
            this.chkExtRX26.Image = null;
            this.chkExtRX26.Location = new System.Drawing.Point(144, 240);
            this.chkExtRX26.Name = "chkExtRX26";
            this.chkExtRX26.Size = new System.Drawing.Size(16, 16);
            this.chkExtRX26.TabIndex = 91;
            this.chkExtRX26.CheckedChanged += new System.EventHandler(this.chkExtRX2_CheckedChanged);
            // 
            // chkExtRX66
            // 
            this.chkExtRX66.Image = null;
            this.chkExtRX66.Location = new System.Drawing.Point(144, 224);
            this.chkExtRX66.Name = "chkExtRX66";
            this.chkExtRX66.Size = new System.Drawing.Size(16, 16);
            this.chkExtRX66.TabIndex = 90;
            this.chkExtRX66.CheckedChanged += new System.EventHandler(this.chkExtRX6_CheckedChanged);
            // 
            // chkExtRX106
            // 
            this.chkExtRX106.Image = null;
            this.chkExtRX106.Location = new System.Drawing.Point(144, 208);
            this.chkExtRX106.Name = "chkExtRX106";
            this.chkExtRX106.Size = new System.Drawing.Size(16, 16);
            this.chkExtRX106.TabIndex = 89;
            this.chkExtRX106.CheckedChanged += new System.EventHandler(this.chkExtRX10_CheckedChanged);
            // 
            // chkExtRX126
            // 
            this.chkExtRX126.Image = null;
            this.chkExtRX126.Location = new System.Drawing.Point(144, 192);
            this.chkExtRX126.Name = "chkExtRX126";
            this.chkExtRX126.Size = new System.Drawing.Size(16, 16);
            this.chkExtRX126.TabIndex = 88;
            this.chkExtRX126.CheckedChanged += new System.EventHandler(this.chkExtRX12_CheckedChanged);
            // 
            // chkExtRX156
            // 
            this.chkExtRX156.Image = null;
            this.chkExtRX156.Location = new System.Drawing.Point(144, 176);
            this.chkExtRX156.Name = "chkExtRX156";
            this.chkExtRX156.Size = new System.Drawing.Size(16, 16);
            this.chkExtRX156.TabIndex = 87;
            this.chkExtRX156.CheckedChanged += new System.EventHandler(this.chkExtRX15_CheckedChanged);
            // 
            // chkExtRX176
            // 
            this.chkExtRX176.Image = null;
            this.chkExtRX176.Location = new System.Drawing.Point(144, 160);
            this.chkExtRX176.Name = "chkExtRX176";
            this.chkExtRX176.Size = new System.Drawing.Size(16, 16);
            this.chkExtRX176.TabIndex = 86;
            this.chkExtRX176.CheckedChanged += new System.EventHandler(this.chkExtRX17_CheckedChanged);
            // 
            // chkExtRX206
            // 
            this.chkExtRX206.Image = null;
            this.chkExtRX206.Location = new System.Drawing.Point(144, 144);
            this.chkExtRX206.Name = "chkExtRX206";
            this.chkExtRX206.Size = new System.Drawing.Size(16, 16);
            this.chkExtRX206.TabIndex = 85;
            this.chkExtRX206.CheckedChanged += new System.EventHandler(this.chkExtRX20_CheckedChanged);
            // 
            // chkExtRX306
            // 
            this.chkExtRX306.Image = null;
            this.chkExtRX306.Location = new System.Drawing.Point(144, 128);
            this.chkExtRX306.Name = "chkExtRX306";
            this.chkExtRX306.Size = new System.Drawing.Size(16, 16);
            this.chkExtRX306.TabIndex = 84;
            this.chkExtRX306.CheckedChanged += new System.EventHandler(this.chkExtRX30_CheckedChanged);
            // 
            // chkExtRX406
            // 
            this.chkExtRX406.Image = null;
            this.chkExtRX406.Location = new System.Drawing.Point(144, 112);
            this.chkExtRX406.Name = "chkExtRX406";
            this.chkExtRX406.Size = new System.Drawing.Size(16, 16);
            this.chkExtRX406.TabIndex = 83;
            this.chkExtRX406.CheckedChanged += new System.EventHandler(this.chkExtRX40_CheckedChanged);
            // 
            // chkExtRX606
            // 
            this.chkExtRX606.Image = null;
            this.chkExtRX606.Location = new System.Drawing.Point(144, 96);
            this.chkExtRX606.Name = "chkExtRX606";
            this.chkExtRX606.Size = new System.Drawing.Size(16, 16);
            this.chkExtRX606.TabIndex = 82;
            this.chkExtRX606.CheckedChanged += new System.EventHandler(this.chkExtRX60_CheckedChanged);
            // 
            // chkExtRX806
            // 
            this.chkExtRX806.Image = null;
            this.chkExtRX806.Location = new System.Drawing.Point(144, 80);
            this.chkExtRX806.Name = "chkExtRX806";
            this.chkExtRX806.Size = new System.Drawing.Size(16, 16);
            this.chkExtRX806.TabIndex = 81;
            this.chkExtRX806.CheckedChanged += new System.EventHandler(this.chkExtRX80_CheckedChanged);
            // 
            // chkExtRX1606
            // 
            this.chkExtRX1606.Image = null;
            this.chkExtRX1606.Location = new System.Drawing.Point(144, 64);
            this.chkExtRX1606.Name = "chkExtRX1606";
            this.chkExtRX1606.Size = new System.Drawing.Size(16, 16);
            this.chkExtRX1606.TabIndex = 80;
            this.chkExtRX1606.CheckedChanged += new System.EventHandler(this.chkExtRX160_CheckedChanged);
            // 
            // lblExtRXX25
            // 
            this.lblExtRXX25.Image = null;
            this.lblExtRXX25.Location = new System.Drawing.Point(128, 40);
            this.lblExtRXX25.Name = "lblExtRXX25";
            this.lblExtRXX25.Size = new System.Drawing.Size(16, 16);
            this.lblExtRXX25.TabIndex = 79;
            this.lblExtRXX25.Text = "5";
            this.lblExtRXX25.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // lblExtRXX24
            // 
            this.lblExtRXX24.Image = null;
            this.lblExtRXX24.Location = new System.Drawing.Point(112, 40);
            this.lblExtRXX24.Name = "lblExtRXX24";
            this.lblExtRXX24.Size = new System.Drawing.Size(16, 16);
            this.lblExtRXX24.TabIndex = 78;
            this.lblExtRXX24.Text = "4";
            this.lblExtRXX24.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // lblExtRXX23
            // 
            this.lblExtRXX23.Image = null;
            this.lblExtRXX23.Location = new System.Drawing.Point(96, 40);
            this.lblExtRXX23.Name = "lblExtRXX23";
            this.lblExtRXX23.Size = new System.Drawing.Size(16, 16);
            this.lblExtRXX23.TabIndex = 77;
            this.lblExtRXX23.Text = "3";
            this.lblExtRXX23.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // lblExtRXX22
            // 
            this.lblExtRXX22.Image = null;
            this.lblExtRXX22.Location = new System.Drawing.Point(80, 40);
            this.lblExtRXX22.Name = "lblExtRXX22";
            this.lblExtRXX22.Size = new System.Drawing.Size(16, 16);
            this.lblExtRXX22.TabIndex = 76;
            this.lblExtRXX22.Text = "2";
            this.lblExtRXX22.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // lblExtRX2
            // 
            this.lblExtRX2.Image = null;
            this.lblExtRX2.Location = new System.Drawing.Point(16, 240);
            this.lblExtRX2.Name = "lblExtRX2";
            this.lblExtRX2.Size = new System.Drawing.Size(40, 16);
            this.lblExtRX2.TabIndex = 75;
            this.lblExtRX2.Text = "2m";
            // 
            // chkExtRX23
            // 
            this.chkExtRX23.Image = null;
            this.chkExtRX23.Location = new System.Drawing.Point(96, 240);
            this.chkExtRX23.Name = "chkExtRX23";
            this.chkExtRX23.Size = new System.Drawing.Size(16, 16);
            this.chkExtRX23.TabIndex = 72;
            this.chkExtRX23.CheckedChanged += new System.EventHandler(this.chkExtRX2_CheckedChanged);
            // 
            // chkExtRX22
            // 
            this.chkExtRX22.Image = null;
            this.chkExtRX22.Location = new System.Drawing.Point(80, 240);
            this.chkExtRX22.Name = "chkExtRX22";
            this.chkExtRX22.Size = new System.Drawing.Size(16, 16);
            this.chkExtRX22.TabIndex = 71;
            this.chkExtRX22.CheckedChanged += new System.EventHandler(this.chkExtRX2_CheckedChanged);
            // 
            // chkExtRX21
            // 
            this.chkExtRX21.Image = null;
            this.chkExtRX21.Location = new System.Drawing.Point(64, 240);
            this.chkExtRX21.Name = "chkExtRX21";
            this.chkExtRX21.Size = new System.Drawing.Size(16, 16);
            this.chkExtRX21.TabIndex = 70;
            this.chkExtRX21.CheckedChanged += new System.EventHandler(this.chkExtRX2_CheckedChanged);
            // 
            // chkExtRX25
            // 
            this.chkExtRX25.Image = null;
            this.chkExtRX25.Location = new System.Drawing.Point(128, 240);
            this.chkExtRX25.Name = "chkExtRX25";
            this.chkExtRX25.Size = new System.Drawing.Size(16, 16);
            this.chkExtRX25.TabIndex = 74;
            this.chkExtRX25.CheckedChanged += new System.EventHandler(this.chkExtRX2_CheckedChanged);
            // 
            // chkExtRX24
            // 
            this.chkExtRX24.Image = null;
            this.chkExtRX24.Location = new System.Drawing.Point(112, 240);
            this.chkExtRX24.Name = "chkExtRX24";
            this.chkExtRX24.Size = new System.Drawing.Size(16, 16);
            this.chkExtRX24.TabIndex = 73;
            this.chkExtRX24.CheckedChanged += new System.EventHandler(this.chkExtRX2_CheckedChanged);
            // 
            // lblExtRX6
            // 
            this.lblExtRX6.Image = null;
            this.lblExtRX6.Location = new System.Drawing.Point(16, 224);
            this.lblExtRX6.Name = "lblExtRX6";
            this.lblExtRX6.Size = new System.Drawing.Size(40, 16);
            this.lblExtRX6.TabIndex = 69;
            this.lblExtRX6.Text = "6m";
            // 
            // chkExtRX63
            // 
            this.chkExtRX63.Image = null;
            this.chkExtRX63.Location = new System.Drawing.Point(96, 224);
            this.chkExtRX63.Name = "chkExtRX63";
            this.chkExtRX63.Size = new System.Drawing.Size(16, 16);
            this.chkExtRX63.TabIndex = 66;
            this.chkExtRX63.CheckedChanged += new System.EventHandler(this.chkExtRX6_CheckedChanged);
            // 
            // chkExtRX62
            // 
            this.chkExtRX62.Image = null;
            this.chkExtRX62.Location = new System.Drawing.Point(80, 224);
            this.chkExtRX62.Name = "chkExtRX62";
            this.chkExtRX62.Size = new System.Drawing.Size(16, 16);
            this.chkExtRX62.TabIndex = 65;
            this.chkExtRX62.CheckedChanged += new System.EventHandler(this.chkExtRX6_CheckedChanged);
            // 
            // chkExtRX61
            // 
            this.chkExtRX61.Image = null;
            this.chkExtRX61.Location = new System.Drawing.Point(64, 224);
            this.chkExtRX61.Name = "chkExtRX61";
            this.chkExtRX61.Size = new System.Drawing.Size(16, 16);
            this.chkExtRX61.TabIndex = 64;
            this.chkExtRX61.CheckedChanged += new System.EventHandler(this.chkExtRX6_CheckedChanged);
            // 
            // chkExtRX65
            // 
            this.chkExtRX65.Image = null;
            this.chkExtRX65.Location = new System.Drawing.Point(128, 224);
            this.chkExtRX65.Name = "chkExtRX65";
            this.chkExtRX65.Size = new System.Drawing.Size(16, 16);
            this.chkExtRX65.TabIndex = 68;
            this.chkExtRX65.CheckedChanged += new System.EventHandler(this.chkExtRX6_CheckedChanged);
            // 
            // chkExtRX64
            // 
            this.chkExtRX64.Image = null;
            this.chkExtRX64.Location = new System.Drawing.Point(112, 224);
            this.chkExtRX64.Name = "chkExtRX64";
            this.chkExtRX64.Size = new System.Drawing.Size(16, 16);
            this.chkExtRX64.TabIndex = 67;
            this.chkExtRX64.CheckedChanged += new System.EventHandler(this.chkExtRX6_CheckedChanged);
            // 
            // lblExtRX10
            // 
            this.lblExtRX10.Image = null;
            this.lblExtRX10.Location = new System.Drawing.Point(16, 208);
            this.lblExtRX10.Name = "lblExtRX10";
            this.lblExtRX10.Size = new System.Drawing.Size(40, 16);
            this.lblExtRX10.TabIndex = 63;
            this.lblExtRX10.Text = "10m";
            // 
            // chkExtRX103
            // 
            this.chkExtRX103.Image = null;
            this.chkExtRX103.Location = new System.Drawing.Point(96, 208);
            this.chkExtRX103.Name = "chkExtRX103";
            this.chkExtRX103.Size = new System.Drawing.Size(16, 16);
            this.chkExtRX103.TabIndex = 60;
            this.chkExtRX103.CheckedChanged += new System.EventHandler(this.chkExtRX10_CheckedChanged);
            // 
            // chkExtRX102
            // 
            this.chkExtRX102.Image = null;
            this.chkExtRX102.Location = new System.Drawing.Point(80, 208);
            this.chkExtRX102.Name = "chkExtRX102";
            this.chkExtRX102.Size = new System.Drawing.Size(16, 16);
            this.chkExtRX102.TabIndex = 59;
            this.chkExtRX102.CheckedChanged += new System.EventHandler(this.chkExtRX10_CheckedChanged);
            // 
            // chkExtRX101
            // 
            this.chkExtRX101.Image = null;
            this.chkExtRX101.Location = new System.Drawing.Point(64, 208);
            this.chkExtRX101.Name = "chkExtRX101";
            this.chkExtRX101.Size = new System.Drawing.Size(16, 16);
            this.chkExtRX101.TabIndex = 58;
            this.chkExtRX101.CheckedChanged += new System.EventHandler(this.chkExtRX10_CheckedChanged);
            // 
            // chkExtRX105
            // 
            this.chkExtRX105.Image = null;
            this.chkExtRX105.Location = new System.Drawing.Point(128, 208);
            this.chkExtRX105.Name = "chkExtRX105";
            this.chkExtRX105.Size = new System.Drawing.Size(16, 16);
            this.chkExtRX105.TabIndex = 62;
            this.chkExtRX105.CheckedChanged += new System.EventHandler(this.chkExtRX10_CheckedChanged);
            // 
            // chkExtRX104
            // 
            this.chkExtRX104.Image = null;
            this.chkExtRX104.Location = new System.Drawing.Point(112, 208);
            this.chkExtRX104.Name = "chkExtRX104";
            this.chkExtRX104.Size = new System.Drawing.Size(16, 16);
            this.chkExtRX104.TabIndex = 61;
            this.chkExtRX104.CheckedChanged += new System.EventHandler(this.chkExtRX10_CheckedChanged);
            // 
            // lblExtRX12
            // 
            this.lblExtRX12.Image = null;
            this.lblExtRX12.Location = new System.Drawing.Point(16, 192);
            this.lblExtRX12.Name = "lblExtRX12";
            this.lblExtRX12.Size = new System.Drawing.Size(40, 16);
            this.lblExtRX12.TabIndex = 57;
            this.lblExtRX12.Text = "12m";
            // 
            // chkExtRX123
            // 
            this.chkExtRX123.Image = null;
            this.chkExtRX123.Location = new System.Drawing.Point(96, 192);
            this.chkExtRX123.Name = "chkExtRX123";
            this.chkExtRX123.Size = new System.Drawing.Size(16, 16);
            this.chkExtRX123.TabIndex = 54;
            this.chkExtRX123.CheckedChanged += new System.EventHandler(this.chkExtRX12_CheckedChanged);
            // 
            // chkExtRX122
            // 
            this.chkExtRX122.Image = null;
            this.chkExtRX122.Location = new System.Drawing.Point(80, 192);
            this.chkExtRX122.Name = "chkExtRX122";
            this.chkExtRX122.Size = new System.Drawing.Size(16, 16);
            this.chkExtRX122.TabIndex = 53;
            this.chkExtRX122.CheckedChanged += new System.EventHandler(this.chkExtRX12_CheckedChanged);
            // 
            // chkExtRX121
            // 
            this.chkExtRX121.Image = null;
            this.chkExtRX121.Location = new System.Drawing.Point(64, 192);
            this.chkExtRX121.Name = "chkExtRX121";
            this.chkExtRX121.Size = new System.Drawing.Size(16, 16);
            this.chkExtRX121.TabIndex = 52;
            this.chkExtRX121.CheckedChanged += new System.EventHandler(this.chkExtRX12_CheckedChanged);
            // 
            // chkExtRX125
            // 
            this.chkExtRX125.Image = null;
            this.chkExtRX125.Location = new System.Drawing.Point(128, 192);
            this.chkExtRX125.Name = "chkExtRX125";
            this.chkExtRX125.Size = new System.Drawing.Size(16, 16);
            this.chkExtRX125.TabIndex = 56;
            this.chkExtRX125.CheckedChanged += new System.EventHandler(this.chkExtRX12_CheckedChanged);
            // 
            // chkExtRX124
            // 
            this.chkExtRX124.Image = null;
            this.chkExtRX124.Location = new System.Drawing.Point(112, 192);
            this.chkExtRX124.Name = "chkExtRX124";
            this.chkExtRX124.Size = new System.Drawing.Size(16, 16);
            this.chkExtRX124.TabIndex = 55;
            this.chkExtRX124.CheckedChanged += new System.EventHandler(this.chkExtRX12_CheckedChanged);
            // 
            // lblExtRX15
            // 
            this.lblExtRX15.Image = null;
            this.lblExtRX15.Location = new System.Drawing.Point(16, 176);
            this.lblExtRX15.Name = "lblExtRX15";
            this.lblExtRX15.Size = new System.Drawing.Size(40, 16);
            this.lblExtRX15.TabIndex = 51;
            this.lblExtRX15.Text = "15m";
            // 
            // chkExtRX153
            // 
            this.chkExtRX153.Image = null;
            this.chkExtRX153.Location = new System.Drawing.Point(96, 176);
            this.chkExtRX153.Name = "chkExtRX153";
            this.chkExtRX153.Size = new System.Drawing.Size(16, 16);
            this.chkExtRX153.TabIndex = 48;
            this.chkExtRX153.CheckedChanged += new System.EventHandler(this.chkExtRX15_CheckedChanged);
            // 
            // chkExtRX152
            // 
            this.chkExtRX152.Image = null;
            this.chkExtRX152.Location = new System.Drawing.Point(80, 176);
            this.chkExtRX152.Name = "chkExtRX152";
            this.chkExtRX152.Size = new System.Drawing.Size(16, 16);
            this.chkExtRX152.TabIndex = 47;
            this.chkExtRX152.CheckedChanged += new System.EventHandler(this.chkExtRX15_CheckedChanged);
            // 
            // chkExtRX151
            // 
            this.chkExtRX151.Image = null;
            this.chkExtRX151.Location = new System.Drawing.Point(64, 176);
            this.chkExtRX151.Name = "chkExtRX151";
            this.chkExtRX151.Size = new System.Drawing.Size(16, 16);
            this.chkExtRX151.TabIndex = 46;
            this.chkExtRX151.CheckedChanged += new System.EventHandler(this.chkExtRX15_CheckedChanged);
            // 
            // chkExtRX155
            // 
            this.chkExtRX155.Image = null;
            this.chkExtRX155.Location = new System.Drawing.Point(128, 176);
            this.chkExtRX155.Name = "chkExtRX155";
            this.chkExtRX155.Size = new System.Drawing.Size(16, 16);
            this.chkExtRX155.TabIndex = 50;
            this.chkExtRX155.CheckedChanged += new System.EventHandler(this.chkExtRX15_CheckedChanged);
            // 
            // chkExtRX154
            // 
            this.chkExtRX154.Image = null;
            this.chkExtRX154.Location = new System.Drawing.Point(112, 176);
            this.chkExtRX154.Name = "chkExtRX154";
            this.chkExtRX154.Size = new System.Drawing.Size(16, 16);
            this.chkExtRX154.TabIndex = 49;
            this.chkExtRX154.CheckedChanged += new System.EventHandler(this.chkExtRX15_CheckedChanged);
            // 
            // lblExtRX17
            // 
            this.lblExtRX17.Image = null;
            this.lblExtRX17.Location = new System.Drawing.Point(16, 160);
            this.lblExtRX17.Name = "lblExtRX17";
            this.lblExtRX17.Size = new System.Drawing.Size(40, 16);
            this.lblExtRX17.TabIndex = 45;
            this.lblExtRX17.Text = "17m";
            // 
            // chkExtRX173
            // 
            this.chkExtRX173.Image = null;
            this.chkExtRX173.Location = new System.Drawing.Point(96, 160);
            this.chkExtRX173.Name = "chkExtRX173";
            this.chkExtRX173.Size = new System.Drawing.Size(16, 16);
            this.chkExtRX173.TabIndex = 42;
            this.chkExtRX173.CheckedChanged += new System.EventHandler(this.chkExtRX17_CheckedChanged);
            // 
            // chkExtRX172
            // 
            this.chkExtRX172.Image = null;
            this.chkExtRX172.Location = new System.Drawing.Point(80, 160);
            this.chkExtRX172.Name = "chkExtRX172";
            this.chkExtRX172.Size = new System.Drawing.Size(16, 16);
            this.chkExtRX172.TabIndex = 41;
            this.chkExtRX172.CheckedChanged += new System.EventHandler(this.chkExtRX17_CheckedChanged);
            // 
            // chkExtRX171
            // 
            this.chkExtRX171.Image = null;
            this.chkExtRX171.Location = new System.Drawing.Point(64, 160);
            this.chkExtRX171.Name = "chkExtRX171";
            this.chkExtRX171.Size = new System.Drawing.Size(16, 16);
            this.chkExtRX171.TabIndex = 40;
            this.chkExtRX171.CheckedChanged += new System.EventHandler(this.chkExtRX17_CheckedChanged);
            // 
            // chkExtRX175
            // 
            this.chkExtRX175.Image = null;
            this.chkExtRX175.Location = new System.Drawing.Point(128, 160);
            this.chkExtRX175.Name = "chkExtRX175";
            this.chkExtRX175.Size = new System.Drawing.Size(16, 16);
            this.chkExtRX175.TabIndex = 44;
            this.chkExtRX175.CheckedChanged += new System.EventHandler(this.chkExtRX17_CheckedChanged);
            // 
            // chkExtRX174
            // 
            this.chkExtRX174.Image = null;
            this.chkExtRX174.Location = new System.Drawing.Point(112, 160);
            this.chkExtRX174.Name = "chkExtRX174";
            this.chkExtRX174.Size = new System.Drawing.Size(16, 16);
            this.chkExtRX174.TabIndex = 43;
            this.chkExtRX174.CheckedChanged += new System.EventHandler(this.chkExtRX17_CheckedChanged);
            // 
            // lblExtRX20
            // 
            this.lblExtRX20.Image = null;
            this.lblExtRX20.Location = new System.Drawing.Point(16, 144);
            this.lblExtRX20.Name = "lblExtRX20";
            this.lblExtRX20.Size = new System.Drawing.Size(40, 16);
            this.lblExtRX20.TabIndex = 39;
            this.lblExtRX20.Text = "20m";
            // 
            // chkExtRX203
            // 
            this.chkExtRX203.Image = null;
            this.chkExtRX203.Location = new System.Drawing.Point(96, 144);
            this.chkExtRX203.Name = "chkExtRX203";
            this.chkExtRX203.Size = new System.Drawing.Size(16, 16);
            this.chkExtRX203.TabIndex = 36;
            this.chkExtRX203.CheckedChanged += new System.EventHandler(this.chkExtRX20_CheckedChanged);
            // 
            // chkExtRX202
            // 
            this.chkExtRX202.Image = null;
            this.chkExtRX202.Location = new System.Drawing.Point(80, 144);
            this.chkExtRX202.Name = "chkExtRX202";
            this.chkExtRX202.Size = new System.Drawing.Size(16, 16);
            this.chkExtRX202.TabIndex = 35;
            this.chkExtRX202.CheckedChanged += new System.EventHandler(this.chkExtRX20_CheckedChanged);
            // 
            // chkExtRX201
            // 
            this.chkExtRX201.Image = null;
            this.chkExtRX201.Location = new System.Drawing.Point(64, 144);
            this.chkExtRX201.Name = "chkExtRX201";
            this.chkExtRX201.Size = new System.Drawing.Size(16, 16);
            this.chkExtRX201.TabIndex = 34;
            this.chkExtRX201.CheckedChanged += new System.EventHandler(this.chkExtRX20_CheckedChanged);
            // 
            // chkExtRX205
            // 
            this.chkExtRX205.Image = null;
            this.chkExtRX205.Location = new System.Drawing.Point(128, 144);
            this.chkExtRX205.Name = "chkExtRX205";
            this.chkExtRX205.Size = new System.Drawing.Size(16, 16);
            this.chkExtRX205.TabIndex = 38;
            this.chkExtRX205.CheckedChanged += new System.EventHandler(this.chkExtRX20_CheckedChanged);
            // 
            // chkExtRX204
            // 
            this.chkExtRX204.Image = null;
            this.chkExtRX204.Location = new System.Drawing.Point(112, 144);
            this.chkExtRX204.Name = "chkExtRX204";
            this.chkExtRX204.Size = new System.Drawing.Size(16, 16);
            this.chkExtRX204.TabIndex = 37;
            this.chkExtRX204.CheckedChanged += new System.EventHandler(this.chkExtRX20_CheckedChanged);
            // 
            // lblExtRX30
            // 
            this.lblExtRX30.Image = null;
            this.lblExtRX30.Location = new System.Drawing.Point(16, 128);
            this.lblExtRX30.Name = "lblExtRX30";
            this.lblExtRX30.Size = new System.Drawing.Size(40, 16);
            this.lblExtRX30.TabIndex = 33;
            this.lblExtRX30.Text = "30m";
            // 
            // chkExtRX303
            // 
            this.chkExtRX303.Image = null;
            this.chkExtRX303.Location = new System.Drawing.Point(96, 128);
            this.chkExtRX303.Name = "chkExtRX303";
            this.chkExtRX303.Size = new System.Drawing.Size(16, 16);
            this.chkExtRX303.TabIndex = 30;
            this.chkExtRX303.CheckedChanged += new System.EventHandler(this.chkExtRX30_CheckedChanged);
            // 
            // chkExtRX302
            // 
            this.chkExtRX302.Image = null;
            this.chkExtRX302.Location = new System.Drawing.Point(80, 128);
            this.chkExtRX302.Name = "chkExtRX302";
            this.chkExtRX302.Size = new System.Drawing.Size(16, 16);
            this.chkExtRX302.TabIndex = 29;
            this.chkExtRX302.CheckedChanged += new System.EventHandler(this.chkExtRX30_CheckedChanged);
            // 
            // chkExtRX301
            // 
            this.chkExtRX301.Image = null;
            this.chkExtRX301.Location = new System.Drawing.Point(64, 128);
            this.chkExtRX301.Name = "chkExtRX301";
            this.chkExtRX301.Size = new System.Drawing.Size(16, 16);
            this.chkExtRX301.TabIndex = 28;
            this.chkExtRX301.CheckedChanged += new System.EventHandler(this.chkExtRX30_CheckedChanged);
            // 
            // chkExtRX305
            // 
            this.chkExtRX305.Image = null;
            this.chkExtRX305.Location = new System.Drawing.Point(128, 128);
            this.chkExtRX305.Name = "chkExtRX305";
            this.chkExtRX305.Size = new System.Drawing.Size(16, 16);
            this.chkExtRX305.TabIndex = 32;
            this.chkExtRX305.CheckedChanged += new System.EventHandler(this.chkExtRX30_CheckedChanged);
            // 
            // chkExtRX304
            // 
            this.chkExtRX304.Image = null;
            this.chkExtRX304.Location = new System.Drawing.Point(112, 128);
            this.chkExtRX304.Name = "chkExtRX304";
            this.chkExtRX304.Size = new System.Drawing.Size(16, 16);
            this.chkExtRX304.TabIndex = 31;
            this.chkExtRX304.CheckedChanged += new System.EventHandler(this.chkExtRX30_CheckedChanged);
            // 
            // lblExtRX40
            // 
            this.lblExtRX40.Image = null;
            this.lblExtRX40.Location = new System.Drawing.Point(16, 112);
            this.lblExtRX40.Name = "lblExtRX40";
            this.lblExtRX40.Size = new System.Drawing.Size(40, 16);
            this.lblExtRX40.TabIndex = 27;
            this.lblExtRX40.Text = "40m";
            // 
            // chkExtRX403
            // 
            this.chkExtRX403.Image = null;
            this.chkExtRX403.Location = new System.Drawing.Point(96, 112);
            this.chkExtRX403.Name = "chkExtRX403";
            this.chkExtRX403.Size = new System.Drawing.Size(16, 16);
            this.chkExtRX403.TabIndex = 24;
            this.chkExtRX403.CheckedChanged += new System.EventHandler(this.chkExtRX40_CheckedChanged);
            // 
            // chkExtRX402
            // 
            this.chkExtRX402.Image = null;
            this.chkExtRX402.Location = new System.Drawing.Point(80, 112);
            this.chkExtRX402.Name = "chkExtRX402";
            this.chkExtRX402.Size = new System.Drawing.Size(16, 16);
            this.chkExtRX402.TabIndex = 23;
            this.chkExtRX402.CheckedChanged += new System.EventHandler(this.chkExtRX40_CheckedChanged);
            // 
            // chkExtRX401
            // 
            this.chkExtRX401.Image = null;
            this.chkExtRX401.Location = new System.Drawing.Point(64, 112);
            this.chkExtRX401.Name = "chkExtRX401";
            this.chkExtRX401.Size = new System.Drawing.Size(16, 16);
            this.chkExtRX401.TabIndex = 22;
            this.chkExtRX401.CheckedChanged += new System.EventHandler(this.chkExtRX40_CheckedChanged);
            // 
            // chkExtRX405
            // 
            this.chkExtRX405.Image = null;
            this.chkExtRX405.Location = new System.Drawing.Point(128, 112);
            this.chkExtRX405.Name = "chkExtRX405";
            this.chkExtRX405.Size = new System.Drawing.Size(16, 16);
            this.chkExtRX405.TabIndex = 26;
            this.chkExtRX405.CheckedChanged += new System.EventHandler(this.chkExtRX40_CheckedChanged);
            // 
            // chkExtRX404
            // 
            this.chkExtRX404.Image = null;
            this.chkExtRX404.Location = new System.Drawing.Point(112, 112);
            this.chkExtRX404.Name = "chkExtRX404";
            this.chkExtRX404.Size = new System.Drawing.Size(16, 16);
            this.chkExtRX404.TabIndex = 25;
            this.chkExtRX404.CheckedChanged += new System.EventHandler(this.chkExtRX40_CheckedChanged);
            // 
            // lblExtRX60
            // 
            this.lblExtRX60.Image = null;
            this.lblExtRX60.Location = new System.Drawing.Point(16, 96);
            this.lblExtRX60.Name = "lblExtRX60";
            this.lblExtRX60.Size = new System.Drawing.Size(40, 16);
            this.lblExtRX60.TabIndex = 21;
            this.lblExtRX60.Text = "60m";
            // 
            // chkExtRX603
            // 
            this.chkExtRX603.Image = null;
            this.chkExtRX603.Location = new System.Drawing.Point(96, 96);
            this.chkExtRX603.Name = "chkExtRX603";
            this.chkExtRX603.Size = new System.Drawing.Size(16, 16);
            this.chkExtRX603.TabIndex = 18;
            this.chkExtRX603.CheckedChanged += new System.EventHandler(this.chkExtRX60_CheckedChanged);
            // 
            // chkExtRX602
            // 
            this.chkExtRX602.Image = null;
            this.chkExtRX602.Location = new System.Drawing.Point(80, 96);
            this.chkExtRX602.Name = "chkExtRX602";
            this.chkExtRX602.Size = new System.Drawing.Size(16, 16);
            this.chkExtRX602.TabIndex = 17;
            this.chkExtRX602.CheckedChanged += new System.EventHandler(this.chkExtRX60_CheckedChanged);
            // 
            // chkExtRX601
            // 
            this.chkExtRX601.Image = null;
            this.chkExtRX601.Location = new System.Drawing.Point(64, 96);
            this.chkExtRX601.Name = "chkExtRX601";
            this.chkExtRX601.Size = new System.Drawing.Size(16, 16);
            this.chkExtRX601.TabIndex = 16;
            this.chkExtRX601.CheckedChanged += new System.EventHandler(this.chkExtRX60_CheckedChanged);
            // 
            // chkExtRX605
            // 
            this.chkExtRX605.Image = null;
            this.chkExtRX605.Location = new System.Drawing.Point(128, 96);
            this.chkExtRX605.Name = "chkExtRX605";
            this.chkExtRX605.Size = new System.Drawing.Size(16, 16);
            this.chkExtRX605.TabIndex = 20;
            this.chkExtRX605.CheckedChanged += new System.EventHandler(this.chkExtRX60_CheckedChanged);
            // 
            // chkExtRX604
            // 
            this.chkExtRX604.Image = null;
            this.chkExtRX604.Location = new System.Drawing.Point(112, 96);
            this.chkExtRX604.Name = "chkExtRX604";
            this.chkExtRX604.Size = new System.Drawing.Size(16, 16);
            this.chkExtRX604.TabIndex = 19;
            this.chkExtRX604.CheckedChanged += new System.EventHandler(this.chkExtRX60_CheckedChanged);
            // 
            // lblExtRX80
            // 
            this.lblExtRX80.Image = null;
            this.lblExtRX80.Location = new System.Drawing.Point(16, 80);
            this.lblExtRX80.Name = "lblExtRX80";
            this.lblExtRX80.Size = new System.Drawing.Size(40, 16);
            this.lblExtRX80.TabIndex = 15;
            this.lblExtRX80.Text = "80m";
            // 
            // chkExtRX803
            // 
            this.chkExtRX803.Image = null;
            this.chkExtRX803.Location = new System.Drawing.Point(96, 80);
            this.chkExtRX803.Name = "chkExtRX803";
            this.chkExtRX803.Size = new System.Drawing.Size(16, 16);
            this.chkExtRX803.TabIndex = 12;
            this.chkExtRX803.CheckedChanged += new System.EventHandler(this.chkExtRX80_CheckedChanged);
            // 
            // chkExtRX802
            // 
            this.chkExtRX802.Image = null;
            this.chkExtRX802.Location = new System.Drawing.Point(80, 80);
            this.chkExtRX802.Name = "chkExtRX802";
            this.chkExtRX802.Size = new System.Drawing.Size(16, 16);
            this.chkExtRX802.TabIndex = 11;
            this.chkExtRX802.CheckedChanged += new System.EventHandler(this.chkExtRX80_CheckedChanged);
            // 
            // chkExtRX801
            // 
            this.chkExtRX801.Image = null;
            this.chkExtRX801.Location = new System.Drawing.Point(64, 80);
            this.chkExtRX801.Name = "chkExtRX801";
            this.chkExtRX801.Size = new System.Drawing.Size(16, 16);
            this.chkExtRX801.TabIndex = 10;
            this.chkExtRX801.CheckedChanged += new System.EventHandler(this.chkExtRX80_CheckedChanged);
            // 
            // chkExtRX805
            // 
            this.chkExtRX805.Image = null;
            this.chkExtRX805.Location = new System.Drawing.Point(128, 80);
            this.chkExtRX805.Name = "chkExtRX805";
            this.chkExtRX805.Size = new System.Drawing.Size(16, 16);
            this.chkExtRX805.TabIndex = 14;
            this.chkExtRX805.CheckedChanged += new System.EventHandler(this.chkExtRX80_CheckedChanged);
            // 
            // chkExtRX804
            // 
            this.chkExtRX804.Image = null;
            this.chkExtRX804.Location = new System.Drawing.Point(112, 80);
            this.chkExtRX804.Name = "chkExtRX804";
            this.chkExtRX804.Size = new System.Drawing.Size(16, 16);
            this.chkExtRX804.TabIndex = 13;
            this.chkExtRX804.CheckedChanged += new System.EventHandler(this.chkExtRX80_CheckedChanged);
            // 
            // lblExtRXX2Pins
            // 
            this.lblExtRXX2Pins.Image = null;
            this.lblExtRXX2Pins.Location = new System.Drawing.Point(64, 24);
            this.lblExtRXX2Pins.Name = "lblExtRXX2Pins";
            this.lblExtRXX2Pins.Size = new System.Drawing.Size(96, 16);
            this.lblExtRXX2Pins.TabIndex = 9;
            this.lblExtRXX2Pins.Text = "X2 Pins";
            this.lblExtRXX2Pins.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // lblExtRXBand
            // 
            this.lblExtRXBand.Image = null;
            this.lblExtRXBand.Location = new System.Drawing.Point(16, 24);
            this.lblExtRXBand.Name = "lblExtRXBand";
            this.lblExtRXBand.Size = new System.Drawing.Size(32, 16);
            this.lblExtRXBand.TabIndex = 8;
            this.lblExtRXBand.Text = "Band";
            // 
            // lblExtRX160
            // 
            this.lblExtRX160.Image = null;
            this.lblExtRX160.Location = new System.Drawing.Point(16, 64);
            this.lblExtRX160.Name = "lblExtRX160";
            this.lblExtRX160.Size = new System.Drawing.Size(40, 16);
            this.lblExtRX160.TabIndex = 7;
            this.lblExtRX160.Text = "160m";
            // 
            // chkExtRX1603
            // 
            this.chkExtRX1603.Image = null;
            this.chkExtRX1603.Location = new System.Drawing.Point(96, 64);
            this.chkExtRX1603.Name = "chkExtRX1603";
            this.chkExtRX1603.Size = new System.Drawing.Size(16, 16);
            this.chkExtRX1603.TabIndex = 3;
            this.chkExtRX1603.CheckedChanged += new System.EventHandler(this.chkExtRX160_CheckedChanged);
            // 
            // chkExtRX1602
            // 
            this.chkExtRX1602.Image = null;
            this.chkExtRX1602.Location = new System.Drawing.Point(80, 64);
            this.chkExtRX1602.Name = "chkExtRX1602";
            this.chkExtRX1602.Size = new System.Drawing.Size(16, 16);
            this.chkExtRX1602.TabIndex = 2;
            this.chkExtRX1602.CheckedChanged += new System.EventHandler(this.chkExtRX160_CheckedChanged);
            // 
            // chkExtRX1601
            // 
            this.chkExtRX1601.Image = null;
            this.chkExtRX1601.Location = new System.Drawing.Point(64, 64);
            this.chkExtRX1601.Name = "chkExtRX1601";
            this.chkExtRX1601.Size = new System.Drawing.Size(16, 16);
            this.chkExtRX1601.TabIndex = 1;
            this.chkExtRX1601.CheckedChanged += new System.EventHandler(this.chkExtRX160_CheckedChanged);
            // 
            // lblExtRXX21
            // 
            this.lblExtRXX21.Image = null;
            this.lblExtRXX21.Location = new System.Drawing.Point(64, 40);
            this.lblExtRXX21.Name = "lblExtRXX21";
            this.lblExtRXX21.Size = new System.Drawing.Size(16, 16);
            this.lblExtRXX21.TabIndex = 6;
            this.lblExtRXX21.Text = "1";
            this.lblExtRXX21.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // chkExtRX1605
            // 
            this.chkExtRX1605.Image = null;
            this.chkExtRX1605.Location = new System.Drawing.Point(128, 64);
            this.chkExtRX1605.Name = "chkExtRX1605";
            this.chkExtRX1605.Size = new System.Drawing.Size(16, 16);
            this.chkExtRX1605.TabIndex = 5;
            this.chkExtRX1605.CheckedChanged += new System.EventHandler(this.chkExtRX160_CheckedChanged);
            // 
            // chkExtRX1604
            // 
            this.chkExtRX1604.Image = null;
            this.chkExtRX1604.Location = new System.Drawing.Point(112, 64);
            this.chkExtRX1604.Name = "chkExtRX1604";
            this.chkExtRX1604.Size = new System.Drawing.Size(16, 16);
            this.chkExtRX1604.TabIndex = 4;
            this.chkExtRX1604.CheckedChanged += new System.EventHandler(this.chkExtRX160_CheckedChanged);
            // 
            // tpCAT
            // 
            this.tpCAT.Controls.Add(this.chkKWAI);
            this.tpCAT.Controls.Add(this.chkFPInstalled);
            this.tpCAT.Controls.Add(this.chkDigUIsUSB);
            this.tpCAT.Controls.Add(this.lblCATRigType);
            this.tpCAT.Controls.Add(this.comboCATRigType);
            this.tpCAT.Controls.Add(this.btnCATTest);
            this.tpCAT.Controls.Add(this.grpPTTBitBang);
            this.tpCAT.Controls.Add(this.grpCatControlBox);
            this.tpCAT.Controls.Add(this.grpRTTYOffset);
            this.tpCAT.Location = new System.Drawing.Point(4, 22);
            this.tpCAT.Name = "tpCAT";
            this.tpCAT.Size = new System.Drawing.Size(584, 286);
            this.tpCAT.TabIndex = 10;
            this.tpCAT.Text = "CAT Control";
            // 
            // chkKWAI
            // 
            this.chkKWAI.Image = null;
            this.chkKWAI.Location = new System.Drawing.Point(192, 204);
            this.chkKWAI.Name = "chkKWAI";
            this.chkKWAI.Size = new System.Drawing.Size(176, 24);
            this.chkKWAI.TabIndex = 98;
            this.chkKWAI.Text = "Allow Kenwood AI Command";
            this.toolTip1.SetToolTip(this.chkKWAI, "Check only if your logger does not poll for frequency");
            this.chkKWAI.CheckedChanged += new System.EventHandler(this.chkKWAI_CheckedChanged);
            // 
            // chkFPInstalled
            // 
            this.chkFPInstalled.Image = null;
            this.chkFPInstalled.Location = new System.Drawing.Point(192, 234);
            this.chkFPInstalled.Name = "chkFPInstalled";
            this.chkFPInstalled.Size = new System.Drawing.Size(160, 24);
            this.chkFPInstalled.TabIndex = 97;
            this.chkFPInstalled.Text = "FlexProfiler Installed";
            this.toolTip1.SetToolTip(this.chkFPInstalled, "Check if FlexProfiler installed");
            this.chkFPInstalled.Visible = false;
            this.chkFPInstalled.CheckedChanged += new System.EventHandler(this.chkFPInstalled_CheckedChanged);
            // 
            // chkDigUIsUSB
            // 
            this.chkDigUIsUSB.Image = null;
            this.chkDigUIsUSB.Location = new System.Drawing.Point(192, 176);
            this.chkDigUIsUSB.Name = "chkDigUIsUSB";
            this.chkDigUIsUSB.Size = new System.Drawing.Size(160, 24);
            this.chkDigUIsUSB.TabIndex = 96;
            this.chkDigUIsUSB.Text = "DigL/U Returns LSB/USB";
            this.toolTip1.SetToolTip(this.chkDigUIsUSB, "Lies to the Kenwood CAT Interface to fool certain programs");
            // 
            // lblCATRigType
            // 
            this.lblCATRigType.Image = null;
            this.lblCATRigType.Location = new System.Drawing.Point(400, 27);
            this.lblCATRigType.Name = "lblCATRigType";
            this.lblCATRigType.Size = new System.Drawing.Size(36, 18);
            this.lblCATRigType.TabIndex = 95;
            this.lblCATRigType.Text = "ID as:";
            // 
            // comboCATRigType
            // 
            this.comboCATRigType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboCATRigType.DropDownWidth = 56;
            this.comboCATRigType.Items.AddRange(new object[] {"PowerSDR","TS-2000", "TS-50S", "TS-480"});
            this.comboCATRigType.Location = new System.Drawing.Point(442, 24);
            this.comboCATRigType.Name = "comboCATRigType";
            this.comboCATRigType.Size = new System.Drawing.Size(88, 21);
            this.comboCATRigType.TabIndex = 94;
            this.toolTip1.SetToolTip(this.comboCATRigType, "Returns the selected CAT ID value when queried by the Kenwood \"ID\" CAT command");
            this.comboCATRigType.SelectedIndexChanged += new System.EventHandler(this.comboCATRigType_SelectedIndexChanged);
            // 
            // btnCATTest
            // 
            this.btnCATTest.Image = null;
            this.btnCATTest.Location = new System.Drawing.Point(403, 64);
            this.btnCATTest.Name = "btnCATTest";
            this.btnCATTest.Size = new System.Drawing.Size(77, 40);
            this.btnCATTest.TabIndex = 92;
            this.btnCATTest.Text = "Test CAT Commands";
            this.toolTip1.SetToolTip(this.btnCATTest, "A test utility to verify CAT command responses");
            this.btnCATTest.Click += new System.EventHandler(this.btnCATTest_Click);
            // 
            // grpPTTBitBang
            // 
            this.grpPTTBitBang.Controls.Add(this.comboCATPTTPort);
            this.grpPTTBitBang.Controls.Add(this.lblCATPTTPort);
            this.grpPTTBitBang.Controls.Add(this.chkCATPTT_RTS);
            this.grpPTTBitBang.Controls.Add(this.chkCATPTT_DTR);
            this.grpPTTBitBang.Controls.Add(this.chkCATPTTEnabled);
            this.grpPTTBitBang.Location = new System.Drawing.Point(192, 16);
            this.grpPTTBitBang.Name = "grpPTTBitBang";
            this.grpPTTBitBang.Size = new System.Drawing.Size(128, 152);
            this.grpPTTBitBang.TabIndex = 91;
            this.grpPTTBitBang.TabStop = false;
            this.grpPTTBitBang.Text = "PTT Control";
            // 
            // comboCATPTTPort
            // 
            this.comboCATPTTPort.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboCATPTTPort.DropDownWidth = 56;
            this.comboCATPTTPort.Location = new System.Drawing.Point(40, 56);
            this.comboCATPTTPort.Name = "comboCATPTTPort";
            this.comboCATPTTPort.Size = new System.Drawing.Size(80, 21);
            this.comboCATPTTPort.TabIndex = 96;
            this.toolTip1.SetToolTip(this.comboCATPTTPort, "Selects the COM port for use with PTT control");
            this.comboCATPTTPort.SelectedIndexChanged += new System.EventHandler(this.comboCATPTTPort_SelectedIndexChanged);
            // 
            // lblCATPTTPort
            // 
            this.lblCATPTTPort.Image = null;
            this.lblCATPTTPort.Location = new System.Drawing.Point(8, 56);
            this.lblCATPTTPort.Name = "lblCATPTTPort";
            this.lblCATPTTPort.Size = new System.Drawing.Size(40, 23);
            this.lblCATPTTPort.TabIndex = 6;
            this.lblCATPTTPort.Text = "Port:";
            // 
            // chkCATPTT_RTS
            // 
            this.chkCATPTT_RTS.Image = null;
            this.chkCATPTT_RTS.Location = new System.Drawing.Point(40, 88);
            this.chkCATPTT_RTS.Name = "chkCATPTT_RTS";
            this.chkCATPTT_RTS.Size = new System.Drawing.Size(48, 24);
            this.chkCATPTT_RTS.TabIndex = 0;
            this.chkCATPTT_RTS.Text = "RTS";
            this.chkCATPTT_RTS.CheckedChanged += new System.EventHandler(this.chkCATPTT_RTS_CheckedChanged);
            // 
            // chkCATPTT_DTR
            // 
            this.chkCATPTT_DTR.Image = null;
            this.chkCATPTT_DTR.Location = new System.Drawing.Point(40, 120);
            this.chkCATPTT_DTR.Name = "chkCATPTT_DTR";
            this.chkCATPTT_DTR.Size = new System.Drawing.Size(60, 16);
            this.chkCATPTT_DTR.TabIndex = 1;
            this.chkCATPTT_DTR.Text = "DTR";
            this.chkCATPTT_DTR.CheckedChanged += new System.EventHandler(this.chkCATPTT_DTR_CheckedChanged);
            // 
            // chkCATPTTEnabled
            // 
            this.chkCATPTTEnabled.Image = null;
            this.chkCATPTTEnabled.Location = new System.Drawing.Point(8, 16);
            this.chkCATPTTEnabled.Name = "chkCATPTTEnabled";
            this.chkCATPTTEnabled.Size = new System.Drawing.Size(104, 24);
            this.chkCATPTTEnabled.TabIndex = 4;
            this.chkCATPTTEnabled.Text = "Enable PTT";
            this.chkCATPTTEnabled.CheckedChanged += new System.EventHandler(this.chkCATPTTEnabled_CheckedChanged);
            // 
            // grpCatControlBox
            // 
            this.grpCatControlBox.Controls.Add(this.comboCATPort);
            this.grpCatControlBox.Controls.Add(this.comboCATbaud);
            this.grpCatControlBox.Controls.Add(this.lblCATBaud);
            this.grpCatControlBox.Controls.Add(this.lblCATPort);
            this.grpCatControlBox.Controls.Add(this.chkCATEnable);
            this.grpCatControlBox.Controls.Add(this.lblCATParity);
            this.grpCatControlBox.Controls.Add(this.lblCATData);
            this.grpCatControlBox.Controls.Add(this.lblCATStop);
            this.grpCatControlBox.Controls.Add(this.comboCATparity);
            this.grpCatControlBox.Controls.Add(this.comboCATdatabits);
            this.grpCatControlBox.Controls.Add(this.comboCATstopbits);
            this.grpCatControlBox.Location = new System.Drawing.Point(16, 16);
            this.grpCatControlBox.Name = "grpCatControlBox";
            this.grpCatControlBox.Size = new System.Drawing.Size(160, 216);
            this.grpCatControlBox.TabIndex = 90;
            this.grpCatControlBox.TabStop = false;
            this.grpCatControlBox.Text = "CAT Control";
            // 
            // comboCATPort
            // 
            this.comboCATPort.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboCATPort.DropDownWidth = 56;
            this.comboCATPort.Location = new System.Drawing.Point(72, 48);
            this.comboCATPort.Name = "comboCATPort";
            this.comboCATPort.Size = new System.Drawing.Size(72, 21);
            this.comboCATPort.TabIndex = 95;
            this.toolTip1.SetToolTip(this.comboCATPort, "Sets the COM port to be used for the CAT interface.");
            this.comboCATPort.SelectedIndexChanged += new System.EventHandler(this.comboCATPort_SelectedIndexChanged);
            // 
            // comboCATbaud
            // 
            this.comboCATbaud.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboCATbaud.DropDownWidth = 56;
            this.comboCATbaud.Items.AddRange(new object[] { "300", "1200","2400", "4800","9600","19200",
                "38400","57600","115200"});
            this.comboCATbaud.Location = new System.Drawing.Point(72, 88);
            this.comboCATbaud.Name = "comboCATbaud";
            this.comboCATbaud.Size = new System.Drawing.Size(72, 21);
            this.comboCATbaud.TabIndex = 93;
            this.comboCATbaud.SelectedIndexChanged += new System.EventHandler(this.comboCATbaud_SelectedIndexChanged);
            // 
            // lblCATBaud
            // 
            this.lblCATBaud.Image = null;
            this.lblCATBaud.Location = new System.Drawing.Point(24, 88);
            this.lblCATBaud.Name = "lblCATBaud";
            this.lblCATBaud.Size = new System.Drawing.Size(40, 23);
            this.lblCATBaud.TabIndex = 5;
            this.lblCATBaud.Text = "Baud";
            // 
            // lblCATPort
            // 
            this.lblCATPort.Image = null;
            this.lblCATPort.Location = new System.Drawing.Point(24, 48);
            this.lblCATPort.Name = "lblCATPort";
            this.lblCATPort.Size = new System.Drawing.Size(40, 23);
            this.lblCATPort.TabIndex = 3;
            this.lblCATPort.Text = "Port:";
            // 
            // chkCATEnable
            // 
            this.chkCATEnable.Image = null;
            this.chkCATEnable.Location = new System.Drawing.Point(16, 24);
            this.chkCATEnable.Name = "chkCATEnable";
            this.chkCATEnable.Size = new System.Drawing.Size(104, 24);
            this.chkCATEnable.TabIndex = 0;
            this.chkCATEnable.Text = "Enable CAT";
            this.chkCATEnable.CheckedChanged += new System.EventHandler(this.chkCATEnable_CheckedChanged);
            // 
            // lblCATParity
            // 
            this.lblCATParity.Image = null;
            this.lblCATParity.Location = new System.Drawing.Point(24, 120);
            this.lblCATParity.Name = "lblCATParity";
            this.lblCATParity.Size = new System.Drawing.Size(48, 23);
            this.lblCATParity.TabIndex = 92;
            this.lblCATParity.Text = "Parity";
            // 
            // lblCATData
            // 
            this.lblCATData.Image = null;
            this.lblCATData.Location = new System.Drawing.Point(24, 152);
            this.lblCATData.Name = "lblCATData";
            this.lblCATData.Size = new System.Drawing.Size(40, 23);
            this.lblCATData.TabIndex = 92;
            this.lblCATData.Text = "Data";
            // 
            // lblCATStop
            // 
            this.lblCATStop.Image = null;
            this.lblCATStop.Location = new System.Drawing.Point(24, 184);
            this.lblCATStop.Name = "lblCATStop";
            this.lblCATStop.Size = new System.Drawing.Size(40, 23);
            this.lblCATStop.TabIndex = 92;
            this.lblCATStop.Text = "Stop";
            // 
            // comboCATparity
            // 
            this.comboCATparity.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboCATparity.DropDownWidth = 56;
            this.comboCATparity.Items.AddRange(new object[] {
            "none",
            "odd ",
            "even",
            "mark",
            "space"});
            this.comboCATparity.Location = new System.Drawing.Point(72, 120);
            this.comboCATparity.Name = "comboCATparity";
            this.comboCATparity.Size = new System.Drawing.Size(72, 21);
            this.comboCATparity.TabIndex = 92;
            this.comboCATparity.SelectedIndexChanged += new System.EventHandler(this.comboCATparity_SelectedIndexChanged);
            // 
            // comboCATdatabits
            // 
            this.comboCATdatabits.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboCATdatabits.DropDownWidth = 56;
            this.comboCATdatabits.Items.AddRange(new object[] {
            "8",
            "7",
            "6"});
            this.comboCATdatabits.Location = new System.Drawing.Point(72, 152);
            this.comboCATdatabits.Name = "comboCATdatabits";
            this.comboCATdatabits.Size = new System.Drawing.Size(72, 21);
            this.comboCATdatabits.TabIndex = 93;
            this.comboCATdatabits.SelectedIndexChanged += new System.EventHandler(this.comboCATdatabits_SelectedIndexChanged);
            // 
            // comboCATstopbits
            // 
            this.comboCATstopbits.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboCATstopbits.DropDownWidth = 56;
            this.comboCATstopbits.Items.AddRange(new object[] {
            "1",
            "1.5",
            "2"});
            this.comboCATstopbits.Location = new System.Drawing.Point(72, 184);
            this.comboCATstopbits.Name = "comboCATstopbits";
            this.comboCATstopbits.Size = new System.Drawing.Size(72, 21);
            this.comboCATstopbits.TabIndex = 94;
            this.comboCATstopbits.SelectedIndexChanged += new System.EventHandler(this.comboCATstopbits_SelectedIndexChanged);
            // 
            // grpRTTYOffset
            // 
            this.grpRTTYOffset.Controls.Add(this.labelTS4);
            this.grpRTTYOffset.Controls.Add(this.labelTS3);
            this.grpRTTYOffset.Controls.Add(this.udRTTYU);
            this.grpRTTYOffset.Controls.Add(this.udRTTYL);
            this.grpRTTYOffset.Controls.Add(this.chkRTTYOffsetEnableB);
            this.grpRTTYOffset.Controls.Add(this.chkRTTYOffsetEnableA);
            this.grpRTTYOffset.Location = new System.Drawing.Point(400, 120);
            this.grpRTTYOffset.Name = "grpRTTYOffset";
            this.grpRTTYOffset.Size = new System.Drawing.Size(168, 120);
            this.grpRTTYOffset.TabIndex = 97;
            this.grpRTTYOffset.TabStop = false;
            this.grpRTTYOffset.Text = "RTTY Offset";
            // 
            // labelTS4
            // 
            this.labelTS4.Image = null;
            this.labelTS4.Location = new System.Drawing.Point(108, 69);
            this.labelTS4.Name = "labelTS4";
            this.labelTS4.Size = new System.Drawing.Size(40, 16);
            this.labelTS4.TabIndex = 101;
            this.labelTS4.Text = "DIGU";
            // 
            // labelTS3
            // 
            this.labelTS3.Image = null;
            this.labelTS3.Location = new System.Drawing.Point(24, 69);
            this.labelTS3.Name = "labelTS3";
            this.labelTS3.Size = new System.Drawing.Size(40, 16);
            this.labelTS3.TabIndex = 100;
            this.labelTS3.Text = "DIGL";
            // 
            // udRTTYU
            // 
            this.udRTTYU.Increment = new decimal(new int[] { 1, 0, 0, 0 });
            this.udRTTYU.Location = new System.Drawing.Point(104, 88);
            this.udRTTYU.Maximum = new decimal(new int[] { 3000, 0, 0, 0 });
            this.udRTTYU.Minimum = new decimal(new int[] { 3000, 0, 0, -2147483648 });
            this.udRTTYU.Name = "udRTTYU";
            this.udRTTYU.Size = new System.Drawing.Size(48, 20);
            this.udRTTYU.TabIndex = 99;
            this.toolTip1.SetToolTip(this.udRTTYU, "Sets the DIGU frequency offset");
            this.udRTTYU.Value = new decimal(new int[] { 2125, 0, 0, 0 });
            this.udRTTYU.ValueChanged += new System.EventHandler(this.udRTTYU_ValueChanged);
            // 
            // udRTTYL
            // 
            this.udRTTYL.Increment = new decimal(new int[] { 1, 0, 0, 0 });
            this.udRTTYL.Location = new System.Drawing.Point(16, 88);
            this.udRTTYL.Maximum = new decimal(new int[] { 3000, 0, 0, 0 });
            this.udRTTYL.Minimum = new decimal(new int[] { 3000, 0, 0, -2147483648 });
            this.udRTTYL.Name = "udRTTYL";
            this.udRTTYL.Size = new System.Drawing.Size(48, 20);
            this.udRTTYL.TabIndex = 98;
            this.toolTip1.SetToolTip(this.udRTTYL, "Sets the DIGL frequency offset");
            this.udRTTYL.Value = new decimal(new int[] { 2125, 0, 0, 0 });
            this.udRTTYL.ValueChanged += new System.EventHandler(this.udRTTYL_ValueChanged);
            // 
            // chkRTTYOffsetEnableB
            // 
            this.chkRTTYOffsetEnableB.Image = null;
            this.chkRTTYOffsetEnableB.Location = new System.Drawing.Point(16, 40);
            this.chkRTTYOffsetEnableB.Name = "chkRTTYOffsetEnableB";
            this.chkRTTYOffsetEnableB.Size = new System.Drawing.Size(136, 24);
            this.chkRTTYOffsetEnableB.TabIndex = 97;
            this.chkRTTYOffsetEnableB.Text = "Enable Offset VFO B";
            this.chkRTTYOffsetEnableB.CheckedChanged += new System.EventHandler(this.chkRTTYOffsetEnableB_CheckedChanged);
            // 
            // chkRTTYOffsetEnableA
            // 
            this.chkRTTYOffsetEnableA.Image = null;
            this.chkRTTYOffsetEnableA.Location = new System.Drawing.Point(16, 16);
            this.chkRTTYOffsetEnableA.Name = "chkRTTYOffsetEnableA";
            this.chkRTTYOffsetEnableA.Size = new System.Drawing.Size(136, 24);
            this.chkRTTYOffsetEnableA.TabIndex = 96;
            this.chkRTTYOffsetEnableA.Text = "Enable Offset VFO A";
            this.chkRTTYOffsetEnableA.CheckedChanged += new System.EventHandler(this.chkRTTYOffsetEnableA_CheckedChanged);
            // 
            // tpTests
            // 
            this.tpTests.Controls.Add(this.grpBoxTS1);
            this.tpTests.Controls.Add(this.ckEnableSigGen);
            this.tpTests.Controls.Add(this.grpTestX2);
            this.tpTests.Controls.Add(this.grpTestAudioBalance);
            this.tpTests.Controls.Add(this.grpTestTXIMD);
            this.tpTests.Controls.Add(this.grpImpulseTest);
            this.tpTests.Location = new System.Drawing.Point(4, 22);
            this.tpTests.Name = "tpTests";
            this.tpTests.Size = new System.Drawing.Size(584, 286);
            this.tpTests.TabIndex = 7;
            this.tpTests.Text = "Tests";
            // 
            // grpBoxTS1
            // 
            this.grpBoxTS1.Controls.Add(this.udPulsePeriod);
            this.grpBoxTS1.Controls.Add(this.lblPulsePeriod);
            this.grpBoxTS1.Controls.Add(this.udPulseDuty);
            this.grpBoxTS1.Controls.Add(this.lblPulseDuty);
            this.grpBoxTS1.Controls.Add(this.grpSigGenTransmit);
            this.grpBoxTS1.Controls.Add(this.grpSigGenReceive);
            this.grpBoxTS1.Controls.Add(this.lblTestGenScale);
            this.grpBoxTS1.Controls.Add(this.udTestGenScale);
            this.grpBoxTS1.Controls.Add(this.lblTestSigGenFreqCallout);
            this.grpBoxTS1.Controls.Add(this.tkbarTestGenFreq);
            this.grpBoxTS1.Controls.Add(this.lblTestGenHzSec);
            this.grpBoxTS1.Controls.Add(this.udTestGenHzSec);
            this.grpBoxTS1.Controls.Add(this.lblTestGenHigh);
            this.grpBoxTS1.Controls.Add(this.udTestGenHigh);
            this.grpBoxTS1.Controls.Add(this.lblTestGenLow);
            this.grpBoxTS1.Controls.Add(this.udTestGenLow);
            this.grpBoxTS1.Controls.Add(this.btnTestGenSweep);
            this.grpBoxTS1.Location = new System.Drawing.Point(176, 80);
            this.grpBoxTS1.Name = "grpBoxTS1";
            this.grpBoxTS1.Size = new System.Drawing.Size(400, 192);
            this.grpBoxTS1.TabIndex = 88;
            this.grpBoxTS1.TabStop = false;
            this.grpBoxTS1.Text = "Signal Generator";
            // 
            // udPulsePeriod
            // 
            this.udPulsePeriod.DecimalPlaces = 2;
            this.udPulsePeriod.Increment = new decimal(new int[] { 1, 0, 0, 131072 });
            this.udPulsePeriod.Location = new System.Drawing.Point(351, 86);
            this.udPulsePeriod.Maximum = new decimal(new int[] { 100, 0, 0, 0 });
            this.udPulsePeriod.Minimum = new decimal(new int[] { 0, 0, 0, 0 });
            this.udPulsePeriod.Name = "udPulsePeriod";
            this.udPulsePeriod.Size = new System.Drawing.Size(43, 20);
            this.udPulsePeriod.TabIndex = 105;
            this.toolTip1.SetToolTip(this.udPulsePeriod, "Sets the amplitude of the signal (typically between 0 and 1.0)");
            this.udPulsePeriod.Value = new decimal(new int[] { 10, 0, 0, 65536 });
            this.udPulsePeriod.Visible = false;
            this.udPulsePeriod.ValueChanged += new System.EventHandler(this.udPulsePeriod_ValueChanged);
            // 
            // lblPulsePeriod
            // 
            this.lblPulsePeriod.Image = null;
            this.lblPulsePeriod.Location = new System.Drawing.Point(310, 88);
            this.lblPulsePeriod.Name = "lblPulsePeriod";
            this.lblPulsePeriod.Size = new System.Drawing.Size(40, 16);
            this.lblPulsePeriod.TabIndex = 106;
            this.lblPulsePeriod.Text = "Period:";
            this.lblPulsePeriod.Visible = false;
            // 
            // udPulseDuty
            // 
            this.udPulseDuty.Increment = new decimal(new int[] { 1, 0, 0, 0 });
            this.udPulseDuty.Location = new System.Drawing.Point(351, 64);
            this.udPulseDuty.Maximum = new decimal(new int[] { 100, 0, 0, 0 });
            this.udPulseDuty.Minimum = new decimal(new int[] { 0, 0, 0, 0 });
            this.udPulseDuty.Name = "udPulseDuty";
            this.udPulseDuty.Size = new System.Drawing.Size(40, 20);
            this.udPulseDuty.TabIndex = 103;
            this.toolTip1.SetToolTip(this.udPulseDuty, "Sets the amplitude of the signal (typically between 0 and 1.0)");
            this.udPulseDuty.Value = new decimal(new int[] { 10, 0, 0, 65536 });
            this.udPulseDuty.Visible = false;
            this.udPulseDuty.ValueChanged += new System.EventHandler(this.udPulseDuty_ValueChanged);
            // 
            // lblPulseDuty
            // 
            this.lblPulseDuty.Image = null;
            this.lblPulseDuty.Location = new System.Drawing.Point(318, 66);
            this.lblPulseDuty.Name = "lblPulseDuty";
            this.lblPulseDuty.Size = new System.Drawing.Size(32, 16);
            this.lblPulseDuty.TabIndex = 104;
            this.lblPulseDuty.Text = "Duty:";
            this.lblPulseDuty.Visible = false;
            // 
            // grpSigGenTransmit
            // 
            this.grpSigGenTransmit.Controls.Add(this.lblSigGenTXMode);
            this.grpSigGenTransmit.Controls.Add(this.cmboSigGenTXMode);
            this.grpSigGenTransmit.Controls.Add(this.rdSigGenTXInput);
            this.grpSigGenTransmit.Controls.Add(this.rdSigGenTXOutput);
            this.grpSigGenTransmit.Location = new System.Drawing.Point(160, 16);
            this.grpSigGenTransmit.Name = "grpSigGenTransmit";
            this.grpSigGenTransmit.Size = new System.Drawing.Size(152, 64);
            this.grpSigGenTransmit.TabIndex = 102;
            this.grpSigGenTransmit.TabStop = false;
            this.grpSigGenTransmit.Text = "Transmit";
            // 
            // lblSigGenTXMode
            // 
            this.lblSigGenTXMode.Image = null;
            this.lblSigGenTXMode.Location = new System.Drawing.Point(16, 16);
            this.lblSigGenTXMode.Name = "lblSigGenTXMode";
            this.lblSigGenTXMode.Size = new System.Drawing.Size(40, 16);
            this.lblSigGenTXMode.TabIndex = 96;
            this.lblSigGenTXMode.Text = "Mode:";
            // 
            // cmboSigGenTXMode
            // 
            this.cmboSigGenTXMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmboSigGenTXMode.DropDownWidth = 121;
            this.cmboSigGenTXMode.Items.AddRange(new object[] { "Radio","Tone","Noise", "Triangle", "Sawtooth", "Pulse", "Silence"});
            this.cmboSigGenTXMode.Location = new System.Drawing.Point(56, 16);
            this.cmboSigGenTXMode.Name = "cmboSigGenTXMode";
            this.cmboSigGenTXMode.Size = new System.Drawing.Size(88, 21);
            this.cmboSigGenTXMode.TabIndex = 91;
            this.toolTip1.SetToolTip(this.cmboSigGenTXMode, "Select the signal type.");
            this.cmboSigGenTXMode.SelectedIndexChanged += new System.EventHandler(this.cmboSigGenTXMode_SelectedIndexChanged);
            // 
            // rdSigGenTXInput
            // 
            this.rdSigGenTXInput.Checked = true;
            this.rdSigGenTXInput.Image = null;
            this.rdSigGenTXInput.Location = new System.Drawing.Point(24, 40);
            this.rdSigGenTXInput.Name = "rdSigGenTXInput";
            this.rdSigGenTXInput.Size = new System.Drawing.Size(50, 16);
            this.rdSigGenTXInput.TabIndex = 99;
            this.rdSigGenTXInput.TabStop = true;
            this.rdSigGenTXInput.Text = "Input";
            this.rdSigGenTXInput.CheckedChanged += new System.EventHandler(this.rdSigGenTXInput_CheckedChanged);
            // 
            // rdSigGenTXOutput
            // 
            this.rdSigGenTXOutput.Image = null;
            this.rdSigGenTXOutput.Location = new System.Drawing.Point(80, 40);
            this.rdSigGenTXOutput.Name = "rdSigGenTXOutput";
            this.rdSigGenTXOutput.Size = new System.Drawing.Size(64, 16);
            this.rdSigGenTXOutput.TabIndex = 100;
            this.rdSigGenTXOutput.Text = "Output";
            this.rdSigGenTXOutput.Visible = false;
            this.rdSigGenTXOutput.CheckedChanged += new System.EventHandler(this.rdSigGenTXOutput_CheckedChanged);
            // 
            // grpSigGenReceive
            // 
            this.grpSigGenReceive.Controls.Add(this.chkSigGenRX2);
            this.grpSigGenReceive.Controls.Add(this.lblSigGenRXMode);
            this.grpSigGenReceive.Controls.Add(this.cmboSigGenRXMode);
            this.grpSigGenReceive.Controls.Add(this.rdSigGenRXInput);
            this.grpSigGenReceive.Controls.Add(this.rdSigGenRXOutput);
            this.grpSigGenReceive.Location = new System.Drawing.Point(8, 16);
            this.grpSigGenReceive.Name = "grpSigGenReceive";
            this.grpSigGenReceive.Size = new System.Drawing.Size(152, 88);
            this.grpSigGenReceive.TabIndex = 101;
            this.grpSigGenReceive.TabStop = false;
            this.grpSigGenReceive.Text = "Receive";
            // 
            // chkSigGenRX2
            // 
            this.chkSigGenRX2.Location = new System.Drawing.Point(16, 56);
            this.chkSigGenRX2.Name = "chkSigGenRX2";
            this.chkSigGenRX2.Size = new System.Drawing.Size(48, 24);
            this.chkSigGenRX2.TabIndex = 101;
            this.chkSigGenRX2.Text = "RX2";
            this.chkSigGenRX2.CheckedChanged += new System.EventHandler(this.chkSigGenRX2_CheckedChanged);
            // 
            // lblSigGenRXMode
            // 
            this.lblSigGenRXMode.Image = null;
            this.lblSigGenRXMode.Location = new System.Drawing.Point(16, 16);
            this.lblSigGenRXMode.Name = "lblSigGenRXMode";
            this.lblSigGenRXMode.Size = new System.Drawing.Size(40, 16);
            this.lblSigGenRXMode.TabIndex = 96;
            this.lblSigGenRXMode.Text = "Mode:";
            // 
            // cmboSigGenRXMode
            // 
            this.cmboSigGenRXMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmboSigGenRXMode.DropDownWidth = 121;
            this.cmboSigGenRXMode.Items.AddRange(new object[] {"Radio", "Tone", "Noise", "Triangle", "Sawtooth","Pulse", "Silence"});
            this.cmboSigGenRXMode.Location = new System.Drawing.Point(56, 16);
            this.cmboSigGenRXMode.Name = "cmboSigGenRXMode";
            this.cmboSigGenRXMode.Size = new System.Drawing.Size(88, 21);
            this.cmboSigGenRXMode.TabIndex = 91;
            this.toolTip1.SetToolTip(this.cmboSigGenRXMode, "Select the signal type.");
            this.cmboSigGenRXMode.SelectedIndexChanged += new System.EventHandler(this.cmboSigGenRXMode_SelectedIndexChanged);
            // 
            // rdSigGenRXInput
            // 
            this.rdSigGenRXInput.Checked = true;
            this.rdSigGenRXInput.Image = null;
            this.rdSigGenRXInput.Location = new System.Drawing.Point(24, 40);
            this.rdSigGenRXInput.Name = "rdSigGenRXInput";
            this.rdSigGenRXInput.Size = new System.Drawing.Size(51, 16);
            this.rdSigGenRXInput.TabIndex = 99;
            this.rdSigGenRXInput.TabStop = true;
            this.rdSigGenRXInput.Text = "Input";
            this.rdSigGenRXInput.CheckedChanged += new System.EventHandler(this.rdSigGenRXInput_CheckedChanged);
            // 
            // rdSigGenRXOutput
            // 
            this.rdSigGenRXOutput.Image = null;
            this.rdSigGenRXOutput.Location = new System.Drawing.Point(80, 40);
            this.rdSigGenRXOutput.Name = "rdSigGenRXOutput";
            this.rdSigGenRXOutput.Size = new System.Drawing.Size(64, 16);
            this.rdSigGenRXOutput.TabIndex = 100;
            this.rdSigGenRXOutput.Text = "Output";
            this.rdSigGenRXOutput.CheckedChanged += new System.EventHandler(this.rdSigGenRXOutput_CheckedChanged);
            // 
            // lblTestGenScale
            // 
            this.lblTestGenScale.Image = null;
            this.lblTestGenScale.Location = new System.Drawing.Point(320, 24);
            this.lblTestGenScale.Name = "lblTestGenScale";
            this.lblTestGenScale.Size = new System.Drawing.Size(40, 16);
            this.lblTestGenScale.TabIndex = 95;
            this.lblTestGenScale.Text = "Scale:";
            this.lblTestGenScale.Visible = false;
            // 
            // udTestGenScale
            // 
            this.udTestGenScale.DecimalPlaces = 6;
            this.udTestGenScale.Increment = new decimal(new int[] { 1, 0, 0, 196608 });
            this.udTestGenScale.Location = new System.Drawing.Point(320, 40);
            this.udTestGenScale.Maximum = new decimal(new int[] { 20, 0, 0, 0 });
            this.udTestGenScale.Minimum = new decimal(new int[] { 0, 0, 0, 0 });
            this.udTestGenScale.Name = "udTestGenScale";
            this.udTestGenScale.Size = new System.Drawing.Size(72, 20);
            this.udTestGenScale.TabIndex = 94;
            this.toolTip1.SetToolTip(this.udTestGenScale, "Sets the amplitude of the signal (typically between 0 and 1.0)");
            this.udTestGenScale.Value = new decimal(new int[] { 10, 0, 0, 65536 });
            this.udTestGenScale.Visible = false;
            this.udTestGenScale.ValueChanged += new System.EventHandler(this.updnTestGenScale_ValueChanged);
            this.udTestGenScale.LostFocus += new System.EventHandler(this.udTestGenScale_LostFocus);
            // 
            // lblTestSigGenFreqCallout
            // 
            this.lblTestSigGenFreqCallout.Image = null;
            this.lblTestSigGenFreqCallout.Location = new System.Drawing.Point(24, 136);
            this.lblTestSigGenFreqCallout.Name = "lblTestSigGenFreqCallout";
            this.lblTestSigGenFreqCallout.Size = new System.Drawing.Size(336, 16);
            this.lblTestSigGenFreqCallout.TabIndex = 90;
            this.lblTestSigGenFreqCallout.Text = "0                                                 10k                            " +
                "                   20k";
            // 
            // tkbarTestGenFreq
            // 
            this.tkbarTestGenFreq.Location = new System.Drawing.Point(16, 104);
            this.tkbarTestGenFreq.Maximum = 20000;
            this.tkbarTestGenFreq.Name = "tkbarTestGenFreq";
            this.tkbarTestGenFreq.Size = new System.Drawing.Size(344, 42);
            this.tkbarTestGenFreq.TabIndex = 1;
            this.tkbarTestGenFreq.TickFrequency = 1000;
            this.toolTip1.SetToolTip(this.tkbarTestGenFreq, "Sets the frequency of the signal.");
            this.tkbarTestGenFreq.Value = 10000;
            this.tkbarTestGenFreq.Scroll += new System.EventHandler(this.tkbarTestGenFreq_Scroll);
            // 
            // lblTestGenHzSec
            // 
            this.lblTestGenHzSec.Image = null;
            this.lblTestGenHzSec.Location = new System.Drawing.Point(200, 160);
            this.lblTestGenHzSec.Name = "lblTestGenHzSec";
            this.lblTestGenHzSec.Size = new System.Drawing.Size(48, 16);
            this.lblTestGenHzSec.TabIndex = 88;
            this.lblTestGenHzSec.Text = "Hz/Sec:";
            // 
            // udTestGenHzSec
            // 
            this.udTestGenHzSec.Increment = new decimal(new int[] { 1, 0, 0, 0 });
            this.udTestGenHzSec.Location = new System.Drawing.Point(248, 160);
            this.udTestGenHzSec.Maximum = new decimal(new int[] { 20000, 0, 0, 0 });
            this.udTestGenHzSec.Minimum = new decimal(new int[] { 0, 0, 0, 0 });
            this.udTestGenHzSec.Name = "udTestGenHzSec";
            this.udTestGenHzSec.Size = new System.Drawing.Size(56, 20);
            this.udTestGenHzSec.TabIndex = 87;
            this.toolTip1.SetToolTip(this.udTestGenHzSec, "See the Sweep Button to the right.");
            this.udTestGenHzSec.Value = new decimal(new int[] { 100, 0, 0, 0 });
            this.udTestGenHzSec.LostFocus += new System.EventHandler(this.udTestGenHzSec_LostFocus);
            // 
            // lblTestGenHigh
            // 
            this.lblTestGenHigh.Image = null;
            this.lblTestGenHigh.Location = new System.Drawing.Point(104, 160);
            this.lblTestGenHigh.Name = "lblTestGenHigh";
            this.lblTestGenHigh.Size = new System.Drawing.Size(32, 16);
            this.lblTestGenHigh.TabIndex = 86;
            this.lblTestGenHigh.Text = "High:";
            // 
            // udTestGenHigh
            // 
            this.udTestGenHigh.Increment = new decimal(new int[] { 1, 0, 0, 0 });
            this.udTestGenHigh.Location = new System.Drawing.Point(136, 160);
            this.udTestGenHigh.Maximum = new decimal(new int[] { 20000, 0, 0, 0 });
            this.udTestGenHigh.Minimum = new decimal(new int[] { 0, 0, 0, 0 });
            this.udTestGenHigh.Name = "udTestGenHigh";
            this.udTestGenHigh.Size = new System.Drawing.Size(56, 20);
            this.udTestGenHigh.TabIndex = 85;
            this.toolTip1.SetToolTip(this.udTestGenHigh, "See the Sweep Button to the right.");
            this.udTestGenHigh.Value = new decimal(new int[] { 4000, 0, 0, 0 });
            this.udTestGenHigh.LostFocus += new System.EventHandler(this.udTestGenHigh_LostFocus);
            // 
            // lblTestGenLow
            // 
            this.lblTestGenLow.Image = null;
            this.lblTestGenLow.Location = new System.Drawing.Point(8, 160);
            this.lblTestGenLow.Name = "lblTestGenLow";
            this.lblTestGenLow.Size = new System.Drawing.Size(32, 16);
            this.lblTestGenLow.TabIndex = 84;
            this.lblTestGenLow.Text = "Low:";
            // 
            // udTestGenLow
            // 
            this.udTestGenLow.Increment = new decimal(new int[] { 1, 0, 0, 0 });
            this.udTestGenLow.Location = new System.Drawing.Point(40, 160);
            this.udTestGenLow.Maximum = new decimal(new int[] { 20000, 0, 0, 0 });
            this.udTestGenLow.Minimum = new decimal(new int[] { 0, 0, 0, 0 });
            this.udTestGenLow.Name = "udTestGenLow";
            this.udTestGenLow.Size = new System.Drawing.Size(56, 20);
            this.udTestGenLow.TabIndex = 83;
            this.toolTip1.SetToolTip(this.udTestGenLow, "See the Sweep Button to the right.");
            this.udTestGenLow.Value = new decimal(new int[] { 0, 0, 0, 0 });
            this.udTestGenLow.LostFocus += new System.EventHandler(this.udTestGenLow_LostFocus);
            // 
            // btnTestGenSweep
            // 
            this.btnTestGenSweep.Image = null;
            this.btnTestGenSweep.Location = new System.Drawing.Point(336, 160);
            this.btnTestGenSweep.Name = "btnTestGenSweep";
            this.btnTestGenSweep.Size = new System.Drawing.Size(48, 23);
            this.btnTestGenSweep.TabIndex = 0;
            this.btnTestGenSweep.Text = "Sweep";
            this.toolTip1.SetToolTip(this.btnTestGenSweep, "Click this button to sweep from the Low setting to the High setting using the Hz/" +
                    "Sec setting.");
            this.btnTestGenSweep.Click += new System.EventHandler(this.buttonTestGenSweep_Click);
            // 
            // ckEnableSigGen
            // 
            this.ckEnableSigGen.Image = null;
            this.ckEnableSigGen.Location = new System.Drawing.Point(8, 240);
            this.ckEnableSigGen.Name = "ckEnableSigGen";
            this.ckEnableSigGen.Size = new System.Drawing.Size(176, 40);
            this.ckEnableSigGen.TabIndex = 92;
            this.ckEnableSigGen.Text = "Enable HW Signal Generator";
            this.ckEnableSigGen.Visible = false;
            this.ckEnableSigGen.CheckedChanged += new System.EventHandler(this.ckEnableSigGen_CheckedChanged);
            // 
            // grpTestX2
            // 
            this.grpTestX2.Controls.Add(this.lblTestX2);
            this.grpTestX2.Controls.Add(this.chkTestX2Pin6);
            this.grpTestX2.Controls.Add(this.chkTestX2Pin5);
            this.grpTestX2.Controls.Add(this.chkTestX2Pin4);
            this.grpTestX2.Controls.Add(this.chkTestX2Pin3);
            this.grpTestX2.Controls.Add(this.chkTestX2Pin2);
            this.grpTestX2.Controls.Add(this.chkTestX2Pin1);
            this.grpTestX2.Location = new System.Drawing.Point(8, 160);
            this.grpTestX2.Name = "grpTestX2";
            this.grpTestX2.Size = new System.Drawing.Size(160, 72);
            this.grpTestX2.TabIndex = 87;
            this.grpTestX2.TabStop = false;
            this.grpTestX2.Text = "X2";
            // 
            // lblTestX2
            // 
            this.lblTestX2.Image = null;
            this.lblTestX2.Location = new System.Drawing.Point(16, 48);
            this.lblTestX2.Name = "lblTestX2";
            this.lblTestX2.Size = new System.Drawing.Size(136, 16);
            this.lblTestX2.TabIndex = 6;
            this.lblTestX2.Text = "1      2      3      4      5      6";
            // 
            // chkTestX2Pin6
            // 
            this.chkTestX2Pin6.Image = null;
            this.chkTestX2Pin6.Location = new System.Drawing.Point(136, 24);
            this.chkTestX2Pin6.Name = "chkTestX2Pin6";
            this.chkTestX2Pin6.Size = new System.Drawing.Size(16, 24);
            this.chkTestX2Pin6.TabIndex = 5;
            this.chkTestX2Pin6.CheckedChanged += new System.EventHandler(this.chkTestX2_CheckedChanged);
            // 
            // chkTestX2Pin5
            // 
            this.chkTestX2Pin5.Image = null;
            this.chkTestX2Pin5.Location = new System.Drawing.Point(112, 24);
            this.chkTestX2Pin5.Name = "chkTestX2Pin5";
            this.chkTestX2Pin5.Size = new System.Drawing.Size(16, 24);
            this.chkTestX2Pin5.TabIndex = 4;
            this.chkTestX2Pin5.CheckedChanged += new System.EventHandler(this.chkTestX2_CheckedChanged);
            // 
            // chkTestX2Pin4
            // 
            this.chkTestX2Pin4.Image = null;
            this.chkTestX2Pin4.Location = new System.Drawing.Point(88, 24);
            this.chkTestX2Pin4.Name = "chkTestX2Pin4";
            this.chkTestX2Pin4.Size = new System.Drawing.Size(16, 24);
            this.chkTestX2Pin4.TabIndex = 3;
            this.chkTestX2Pin4.CheckedChanged += new System.EventHandler(this.chkTestX2_CheckedChanged);
            // 
            // chkTestX2Pin3
            // 
            this.chkTestX2Pin3.Image = null;
            this.chkTestX2Pin3.Location = new System.Drawing.Point(64, 24);
            this.chkTestX2Pin3.Name = "chkTestX2Pin3";
            this.chkTestX2Pin3.Size = new System.Drawing.Size(16, 24);
            this.chkTestX2Pin3.TabIndex = 2;
            this.chkTestX2Pin3.CheckedChanged += new System.EventHandler(this.chkTestX2_CheckedChanged);
            // 
            // chkTestX2Pin2
            // 
            this.chkTestX2Pin2.Image = null;
            this.chkTestX2Pin2.Location = new System.Drawing.Point(40, 24);
            this.chkTestX2Pin2.Name = "chkTestX2Pin2";
            this.chkTestX2Pin2.Size = new System.Drawing.Size(16, 24);
            this.chkTestX2Pin2.TabIndex = 1;
            this.chkTestX2Pin2.CheckedChanged += new System.EventHandler(this.chkTestX2_CheckedChanged);
            // 
            // chkTestX2Pin1
            // 
            this.chkTestX2Pin1.Image = null;
            this.chkTestX2Pin1.Location = new System.Drawing.Point(16, 24);
            this.chkTestX2Pin1.Name = "chkTestX2Pin1";
            this.chkTestX2Pin1.Size = new System.Drawing.Size(16, 24);
            this.chkTestX2Pin1.TabIndex = 0;
            this.chkTestX2Pin1.CheckedChanged += new System.EventHandler(this.chkTestX2_CheckedChanged);
            // 
            // grpTestAudioBalance
            // 
            this.grpTestAudioBalance.Controls.Add(this.btnTestAudioBalStart);
            this.grpTestAudioBalance.Location = new System.Drawing.Point(344, 8);
            this.grpTestAudioBalance.Name = "grpTestAudioBalance";
            this.grpTestAudioBalance.Size = new System.Drawing.Size(120, 64);
            this.grpTestAudioBalance.TabIndex = 86;
            this.grpTestAudioBalance.TabStop = false;
            this.grpTestAudioBalance.Text = "Audio Balance Test";
            // 
            // btnTestAudioBalStart
            // 
            this.btnTestAudioBalStart.Image = null;
            this.btnTestAudioBalStart.Location = new System.Drawing.Point(24, 24);
            this.btnTestAudioBalStart.Name = "btnTestAudioBalStart";
            this.btnTestAudioBalStart.Size = new System.Drawing.Size(75, 23);
            this.btnTestAudioBalStart.TabIndex = 0;
            this.btnTestAudioBalStart.Text = "Start";
            this.btnTestAudioBalStart.Click += new System.EventHandler(this.btnTestAudioBalStart_Click);
            // 
            // grpTestTXIMD
            // 
            this.grpTestTXIMD.Controls.Add(this.lblTestToneFreq2);
            this.grpTestTXIMD.Controls.Add(this.udTestIMDFreq2);
            this.grpTestTXIMD.Controls.Add(this.lblTestIMDPower);
            this.grpTestTXIMD.Controls.Add(this.udTestIMDPower);
            this.grpTestTXIMD.Controls.Add(this.chekTestIMD);
            this.grpTestTXIMD.Controls.Add(this.lblTestToneFreq1);
            this.grpTestTXIMD.Controls.Add(this.udTestIMDFreq1);
            this.grpTestTXIMD.Location = new System.Drawing.Point(8, 8);
            this.grpTestTXIMD.Name = "grpTestTXIMD";
            this.grpTestTXIMD.Size = new System.Drawing.Size(152, 144);
            this.grpTestTXIMD.TabIndex = 83;
            this.grpTestTXIMD.TabStop = false;
            this.grpTestTXIMD.Text = "Two Tone Test";
            // 
            // lblTestToneFreq2
            // 
            this.lblTestToneFreq2.Image = null;
            this.lblTestToneFreq2.Location = new System.Drawing.Point(16, 48);
            this.lblTestToneFreq2.Name = "lblTestToneFreq2";
            this.lblTestToneFreq2.Size = new System.Drawing.Size(64, 16);
            this.lblTestToneFreq2.TabIndex = 88;
            this.lblTestToneFreq2.Text = "Freq #2:";
            // 
            // udTestIMDFreq2
            // 
            this.udTestIMDFreq2.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udTestIMDFreq2.Location = new System.Drawing.Point(80, 48);
            this.udTestIMDFreq2.Maximum = new decimal(new int[] {
            20000,
            0,
            0,
            0});
            this.udTestIMDFreq2.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udTestIMDFreq2.Name = "udTestIMDFreq2";
            this.udTestIMDFreq2.Size = new System.Drawing.Size(56, 20);
            this.udTestIMDFreq2.TabIndex = 87;
            this.udTestIMDFreq2.Value = new decimal(new int[] {
            19000,
            0,
            0,
            65536});
            this.udTestIMDFreq2.LostFocus += new System.EventHandler(this.udTestIMDFreq2_LostFocus);
            // 
            // lblTestIMDPower
            // 
            this.lblTestIMDPower.Image = null;
            this.lblTestIMDPower.Location = new System.Drawing.Point(16, 72);
            this.lblTestIMDPower.Name = "lblTestIMDPower";
            this.lblTestIMDPower.Size = new System.Drawing.Size(64, 16);
            this.lblTestIMDPower.TabIndex = 86;
            this.lblTestIMDPower.Text = "Power:";
            // 
            // udTestIMDPower
            // 
            this.udTestIMDPower.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udTestIMDPower.Location = new System.Drawing.Point(80, 72);
            this.udTestIMDPower.Maximum = new decimal(new int[] {
            100,
            0,
            0,
            0});
            this.udTestIMDPower.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udTestIMDPower.Name = "udTestIMDPower";
            this.udTestIMDPower.Size = new System.Drawing.Size(56, 20);
            this.udTestIMDPower.TabIndex = 85;
            this.udTestIMDPower.Value = new decimal(new int[] {
            50,
            0,
            0,
            0});
            this.udTestIMDPower.LostFocus += new System.EventHandler(this.udTestIMDPower_LostFocus);
            // 
            // chekTestIMD
            // 
            this.chekTestIMD.Appearance = System.Windows.Forms.Appearance.Button;
            this.chekTestIMD.Image = null;
            this.chekTestIMD.Location = new System.Drawing.Point(48, 104);
            this.chekTestIMD.Name = "chekTestIMD";
            this.chekTestIMD.Size = new System.Drawing.Size(64, 24);
            this.chekTestIMD.TabIndex = 84;
            this.chekTestIMD.Text = "Start";
            this.chekTestIMD.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.chekTestIMD.CheckedChanged += new System.EventHandler(this.chkTestIMD_CheckedChanged);
            // 
            // lblTestToneFreq1
            // 
            this.lblTestToneFreq1.Image = null;
            this.lblTestToneFreq1.Location = new System.Drawing.Point(16, 24);
            this.lblTestToneFreq1.Name = "lblTestToneFreq1";
            this.lblTestToneFreq1.Size = new System.Drawing.Size(64, 16);
            this.lblTestToneFreq1.TabIndex = 83;
            this.lblTestToneFreq1.Text = "Freq #1:";
            // 
            // udTestIMDFreq1
            // 
            this.udTestIMDFreq1.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udTestIMDFreq1.Location = new System.Drawing.Point(80, 24);
            this.udTestIMDFreq1.Maximum = new decimal(new int[] {
            20000,
            0,
            0,
            0});
            this.udTestIMDFreq1.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udTestIMDFreq1.Name = "udTestIMDFreq1";
            this.udTestIMDFreq1.Size = new System.Drawing.Size(56, 20);
            this.udTestIMDFreq1.TabIndex = 82;
            this.udTestIMDFreq1.Value = new decimal(new int[] {
            7000,
            0,
            0,
            65536});
            this.udTestIMDFreq1.LostFocus += new System.EventHandler(this.udTestIMDFreq1_LostFocus);
            // 
            // grpImpulseTest
            // 
            this.grpImpulseTest.Controls.Add(this.udImpulseNum);
            this.grpImpulseTest.Controls.Add(this.btnImpulse);
            this.grpImpulseTest.Location = new System.Drawing.Point(168, 8);
            this.grpImpulseTest.Name = "grpImpulseTest";
            this.grpImpulseTest.Size = new System.Drawing.Size(160, 64);
            this.grpImpulseTest.TabIndex = 91;
            this.grpImpulseTest.TabStop = false;
            this.grpImpulseTest.Text = "Impulse Test";
            // 
            // udImpulseNum
            // 
            this.udImpulseNum.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udImpulseNum.Location = new System.Drawing.Point(104, 24);
            this.udImpulseNum.Maximum = new decimal(new int[] {
            20,
            0,
            0,
            0});
            this.udImpulseNum.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udImpulseNum.Name = "udImpulseNum";
            this.udImpulseNum.Size = new System.Drawing.Size(40, 20);
            this.udImpulseNum.TabIndex = 92;
            this.udImpulseNum.Value = new decimal(new int[] {
            20,
            0,
            0,
            0});
            this.udImpulseNum.LostFocus += new System.EventHandler(this.udImpulseNum_LostFocus);
            // 
            // btnImpulse
            // 
            this.btnImpulse.Image = null;
            this.btnImpulse.Location = new System.Drawing.Point(16, 24);
            this.btnImpulse.Name = "btnImpulse";
            this.btnImpulse.Size = new System.Drawing.Size(75, 23);
            this.btnImpulse.TabIndex = 90;
            this.btnImpulse.Text = "Impulse";
            this.btnImpulse.Click += new System.EventHandler(this.btnImpulse_Click);
            // 
            // openFileDialog1
            // 
            this.openFileDialog1.FileOk += new System.ComponentModel.CancelEventHandler(this.openFileDialog1_FileOk);
            // 
            // btnExportDB
            // 
            this.btnExportDB.Image = null;
            this.btnExportDB.Location = new System.Drawing.Point(224, 328);
            this.btnExportDB.Name = "btnExportDB";
            this.btnExportDB.Size = new System.Drawing.Size(112, 23);
            this.btnExportDB.TabIndex = 22;
            this.btnExportDB.Text = "Export Database...";
            this.toolTip1.SetToolTip(this.btnExportDB, "Copy the saved PowerSDR Database to the folder location of your choice.");
            this.btnExportDB.Click += new System.EventHandler(this.btnExportDB_Click);
            // 
            // btnImportDB
            // 
            this.btnImportDB.Image = null;
            this.btnImportDB.Location = new System.Drawing.Point(108, 328);
            this.btnImportDB.Name = "btnImportDB";
            this.btnImportDB.Size = new System.Drawing.Size(112, 23);
            this.btnImportDB.TabIndex = 21;
            this.btnImportDB.Text = "Import Database...";
            this.toolTip1.SetToolTip(this.btnImportDB, "Replace the current PowerSDR database with a previously exported database.");
            this.btnImportDB.Click += new System.EventHandler(this.btnImportDB_Click);
            // 
            // btnResetDB
            // 
            this.btnResetDB.Image = null;
            this.btnResetDB.Location = new System.Drawing.Point(8, 328);
            this.btnResetDB.Name = "btnResetDB";
            this.btnResetDB.Size = new System.Drawing.Size(96, 23);
            this.btnResetDB.TabIndex = 20;
            this.btnResetDB.Text = "Factory Defaults";
            this.toolTip1.SetToolTip(this.btnResetDB, "Copies the current database to the desktop and resets to the defaults (after rest" +
                    "arting)");
            this.btnResetDB.Click += new System.EventHandler(this.btnResetDB_Click);
            // 
            // btnApply
            // 
            this.btnApply.Image = null;
            this.btnApply.Location = new System.Drawing.Point(524, 328);
            this.btnApply.Name = "btnApply";
            this.btnApply.Size = new System.Drawing.Size(75, 23);
            this.btnApply.TabIndex = 19;
            this.btnApply.Text = "Apply";
            this.toolTip1.SetToolTip(this.btnApply, "Save current settings to the database.");
            this.btnApply.Click += new System.EventHandler(this.btnApply_Click);
            // 
            // btnCancel
            // 
            this.btnCancel.Image = null;
            this.btnCancel.Location = new System.Drawing.Point(443, 328);
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.Size = new System.Drawing.Size(75, 23);
            this.btnCancel.TabIndex = 18;
            this.btnCancel.Text = "Cancel";
            this.toolTip1.SetToolTip(this.btnCancel, "Load settings from database and close form.");
            this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
            // 
            // btnOK
            // 
            this.btnOK.Image = null;
            this.btnOK.Location = new System.Drawing.Point(362, 328);
            this.btnOK.Name = "btnOK";
            this.btnOK.Size = new System.Drawing.Size(75, 23);
            this.btnOK.TabIndex = 17;
            this.btnOK.Text = "OK";
            this.toolTip1.SetToolTip(this.btnOK, "Keep current settings and close form.");
            this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
            // 
            // timer_sweep
            // 
            this.timer_sweep.Tick += new System.EventHandler(this.timer_sweep_Tick);
            // 
            // saveFileDialog1
            // 
            this.saveFileDialog1.Filter = "PowerSDR Database Files (*.xml)|*.xml|All files|*.*";
            this.saveFileDialog1.InitialDirectory = "Environment.GetFolderPath(Environment.SpecialFolder.Desktop)";
            this.saveFileDialog1.FileOk += new System.ComponentModel.CancelEventHandler(this.saveFileDialog1_FileOk);
            // 
            // Setup
            // 
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.ClientSize = new System.Drawing.Size(616, 357);
            this.Controls.Add(this.btnExportDB);
            this.Controls.Add(this.btnImportDB);
            this.Controls.Add(this.btnResetDB);
            this.Controls.Add(this.btnApply);
            this.Controls.Add(this.btnCancel);
            this.Controls.Add(this.btnOK);
            this.Controls.Add(this.tcSetup);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.KeyPreview = true;
            this.Menu = this.mainMenu1;
            this.Name = "Setup";
            this.Text = "PowerSDR Setup";
            this.Closing += new System.ComponentModel.CancelEventHandler(this.Setup_Closing);
            this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Setup_KeyDown);
            this.tcSetup.ResumeLayout(false);
            this.tpGeneral.ResumeLayout(false);
            this.tcGeneral.ResumeLayout(false);
            this.tpGeneralHardware.ResumeLayout(false);
            this.grpHWSoftRock.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.udSoftRockCenterFreq)).EndInit();
            this.grpGeneralDDS.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.udDDSCorrection)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udDDSIFFreq)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udDDSPLLMult)).EndInit();
            this.grpGeneralModel.ResumeLayout(false);
            this.grpGeneralHardwareFLEX5000.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.udF3KFanTempThresh)).EndInit();
            this.grpGeneralHardwareSDR1000.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.udGeneralLPTDelay)).EndInit();
            this.grpGeneralHardwareFLEX1500.ResumeLayout(false);
            this.tpGeneralOptions.ResumeLayout(false);
            this.grpOptUSBBuf.ResumeLayout(false);
            this.grpOptUSBBuf.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tbOptUSBBuf)).EndInit();
            this.grpGenCustomTitleText.ResumeLayout(false);
            this.grpGenCustomTitleText.PerformLayout();
            this.grpOptMisc.ResumeLayout(false);
            this.grpOptQuickQSY.ResumeLayout(false);
            this.grpGenAutoMute.ResumeLayout(false);
            this.grpGenTuningOptions.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.udOptClickTuneOffsetDIGU)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udOptClickTuneOffsetDIGL)).EndInit();
            this.grpGeneralOptions.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.udGenTX1Delay)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udGeneralX2Delay)).EndInit();
            this.grpGeneralProcessPriority.ResumeLayout(false);
            this.tpGeneralCalibration.ResumeLayout(false);
            this.grpGenCalRXImage.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.udGeneralCalFreq3)).EndInit();
            this.grpGenCalLevel.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.udGeneralCalLevel)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udGeneralCalFreq2)).EndInit();
            this.grpGeneralCalibration.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.udGeneralCalFreq1)).EndInit();
            this.tpFilters.ResumeLayout(false);
            this.grpOptFilterControls.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.udFilterDefaultLowCut)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udOptMaxFilterShift)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udOptMaxFilterWidth)).EndInit();
            this.tpRX2.ResumeLayout(false);
            this.tpGeneralNavigation.ResumeLayout(false);
            this.grpOptSpaceNav.ResumeLayout(false);
            this.grpOptSpaceNav.PerformLayout();
            this.tpAudio.ResumeLayout(false);
            this.tcAudio.ResumeLayout(false);
            this.tpAudioCard1.ResumeLayout(false);
            this.grpAudioChannels.ResumeLayout(false);
            this.grpAudioMicInGain1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.udAudioMicGain1)).EndInit();
            this.grpAudioLineInGain1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.udAudioLineIn1)).EndInit();
            this.grpAudioVolts1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.udAudioVoltage1)).EndInit();
            this.grpAudioDetails1.ResumeLayout(false);
            this.grpAudioLatency1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.udAudioLatency1)).EndInit();
            this.grpAudioCard.ResumeLayout(false);
            this.grpAudioBufferSize1.ResumeLayout(false);
            this.grpAudioSampleRate1.ResumeLayout(false);
            this.tpVAC.ResumeLayout(false);
            this.grpDirectIQOutput.ResumeLayout(false);
            this.grpAudioVACAutoEnable.ResumeLayout(false);
            this.grpAudioVACGain.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.udAudioVACGainTX)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udAudioVACGainRX)).EndInit();
            this.grpAudio2Stereo.ResumeLayout(false);
            this.grpAudioLatency2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.udAudioLatency2)).EndInit();
            this.grpAudioSampleRate2.ResumeLayout(false);
            this.grpAudioBuffer2.ResumeLayout(false);
            this.grpAudioDetails2.ResumeLayout(false);
            this.tpVAC2.ResumeLayout(false);
            this.grpVAC2DirectIQ.ResumeLayout(false);
            this.grpVAC2AutoEnable.ResumeLayout(false);
            this.grpVAC2Gain.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.udVAC2GainTX)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udVAC2GainRX)).EndInit();
            this.grpAudioStereo3.ResumeLayout(false);
            this.grpVAC2Latency.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.udVAC2Latency)).EndInit();
            this.grpAudioSampleRate3.ResumeLayout(false);
            this.grpAudioBuffer3.ResumeLayout(false);
            this.grpAudioDetails3.ResumeLayout(false);
            this.tpDisplay.ResumeLayout(false);
            this.grpDisplayMultimeter.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.udMeterDigitalDelay)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udDisplayMeterAvg)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udDisplayMultiTextHoldTime)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udDisplayMultiPeakHoldTime)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udDisplayMeterDelay)).EndInit();
            this.grpDisplayDriverEngine.ResumeLayout(false);
            this.grpDisplayPolyPhase.ResumeLayout(false);
            this.grpDisplayScopeMode.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.udDisplayScopeTime)).EndInit();
            this.grpDisplayWaterfall.ResumeLayout(false);
            this.grpDisplayWaterfall.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.udDisplayWaterfallUpdatePeriod)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udDisplayWaterfallAvgTime)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udDisplayWaterfallLowLevel)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udDisplayWaterfallHighLevel)).EndInit();
            this.grpDisplayRefreshRates.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.udDisplayCPUMeter)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udDisplayPeakText)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udDisplayFPS)).EndInit();
            this.grpDisplayAverage.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.udDisplayAVGTime)).EndInit();
            this.grpDisplayPhase.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.udDisplayPhasePts)).EndInit();
            this.grpDisplaySpectrumGrid.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.udDisplayGridStep)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udDisplayGridMin)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udDisplayGridMax)).EndInit();
            this.tpDSP.ResumeLayout(false);
            this.tcDSP.ResumeLayout(false);
            this.tpDSPOptions.ResumeLayout(false);
            this.grpDSPBufferSize.ResumeLayout(false);
            this.grpDSPBufDig.ResumeLayout(false);
            this.grpDSPBufCW.ResumeLayout(false);
            this.grpDSPBufPhone.ResumeLayout(false);
            this.grpDSPNB.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.udDSPNB)).EndInit();
            this.grpDSPLMSNR.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.udLMSNRLeak)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udLMSNRgain)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udLMSNRtaps)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udLMSNRdelay)).EndInit();
            this.grpDSPLMSANF.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.udLMSANFLeak)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udLMSANFgain)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udLMSANFdelay)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udLMSANFtaps)).EndInit();
            this.grpDSPWindow.ResumeLayout(false);
            this.grpDSPNB2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.udDSPNB2)).EndInit();
            this.tpDSPImageReject.ResumeLayout(false);
            this.grpDSPImageRejectTX.ResumeLayout(false);
            this.grpDSPImageRejectTX.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.udDSPImageGainTX)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udDSPImagePhaseTX)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbDSPImagePhaseTX)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbDSPImageGainTX)).EndInit();
            this.tpDSPKeyer.ResumeLayout(false);
            this.grpKeyerConnections.ResumeLayout(false);
            this.grpDSPCWPitch.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.udDSPCWPitch)).EndInit();
            this.grpDSPKeyerOptions.ResumeLayout(false);
            this.grpDSPKeyerSignalShaping.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.udCWKeyerWeight)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udCWKeyerRamp)).EndInit();
            this.grpDSPKeyerSemiBreakIn.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.udCWBreakInDelay)).EndInit();
            this.tpDSPAGCALC.ResumeLayout(false);
            this.grpDSPLeveler.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.udDSPLevelerHangTime)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udDSPLevelerThreshold)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udDSPLevelerSlope)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udDSPLevelerDecay)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udDSPLevelerAttack)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbDSPLevelerHangThreshold)).EndInit();
            this.grpDSPALC.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.tbDSPALCHangThreshold)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udDSPALCHangTime)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udDSPALCThreshold)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udDSPALCSlope)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udDSPALCDecay)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udDSPALCAttack)).EndInit();
            this.grpDSPAGC.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.tbDSPAGCHangThreshold)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udDSPAGCHangTime)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udDSPAGCMaxGaindB)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udDSPAGCSlope)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udDSPAGCDecay)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udDSPAGCAttack)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udDSPAGCFixedGaindB)).EndInit();
            this.tpTransmit.ResumeLayout(false);
            this.grpTXProfileDef.ResumeLayout(false);
            this.grpTXAM.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.udTXAMCarrierLevel)).EndInit();
            this.grpTXMonitor.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.udTXAF)).EndInit();
            this.grpTXNoiseGate.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.udTXNoiseGateAttenuate)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udTXNoiseGate)).EndInit();
            this.grpTXProfile.ResumeLayout(false);
            this.grpPATune.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.udTXTunePower)).EndInit();
            this.grpTXFilter.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.udTXFilterLow)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udTXFilterHigh)).EndInit();
            this.grpTXVOX.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.udTXVOXHangTime)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udTXVOXThreshold)).EndInit();
            this.grpTX1500.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.udTX1500PhoneBlanking)).EndInit();
            this.tpPowerAmplifier.ResumeLayout(false);
            this.grpPABandOffset.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.udPAADC17)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udPAADC15)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udPAADC20)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udPAADC12)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udPAADC10)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udPAADC160)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udPAADC80)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udPAADC60)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udPAADC40)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udPAADC30)).EndInit();
            this.grpPAGainByBand.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.udPACalPower)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udPAGain10)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udPAGain12)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udPAGain15)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udPAGain17)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udPAGain20)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udPAGain30)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udPAGain40)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udPAGain60)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udPAGain80)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udPAGain160)).EndInit();
            this.tpAppearance.ResumeLayout(false);
            this.tcAppearance.ResumeLayout(false);
            this.tpAppearanceGeneral.ResumeLayout(false);
            this.grpAppSkins.ResumeLayout(false);
            this.grpAppearanceBand.ResumeLayout(false);
            this.grpAppearanceVFO.ResumeLayout(false);
            this.tpAppearanceDisplay.ResumeLayout(false);
            this.grpMainDisplay.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.udDisplayLineWidth)).EndInit();
            this.grpAppPanadapter.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.udBandSegmentBoxLineWidth)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbMultiRXFilterAlpha)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbRX1FilterAlpha)).EndInit();
            this.grpDisplayPeakCursor.ResumeLayout(false);
            this.tpAppearanceMeter.ResumeLayout(false);
            this.grpMeterEdge.ResumeLayout(false);
            this.grpAppearanceMeter.ResumeLayout(false);
            this.tpKeyboard.ResumeLayout(false);
            this.grpKBXIT.ResumeLayout(false);
            this.grpKBRIT.ResumeLayout(false);
            this.grpKBMode.ResumeLayout(false);
            this.grpKBBand.ResumeLayout(false);
            this.grpKBTune.ResumeLayout(false);
            this.grpKBFilter.ResumeLayout(false);
            this.grpKBCW.ResumeLayout(false);
            this.tpExtCtrl.ResumeLayout(false);
            this.grpExtTX.ResumeLayout(false);
            this.grpExtRX.ResumeLayout(false);
            this.tpCAT.ResumeLayout(false);
            this.grpPTTBitBang.ResumeLayout(false);
            this.grpCatControlBox.ResumeLayout(false);
            this.grpRTTYOffset.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.udRTTYU)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udRTTYL)).EndInit();
            this.tpTests.ResumeLayout(false);
            this.grpBoxTS1.ResumeLayout(false);
            this.grpBoxTS1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.udPulsePeriod)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udPulseDuty)).EndInit();
            this.grpSigGenTransmit.ResumeLayout(false);
            this.grpSigGenReceive.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.udTestGenScale)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tkbarTestGenFreq)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udTestGenHzSec)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udTestGenHigh)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udTestGenLow)).EndInit();
            this.grpTestX2.ResumeLayout(false);
            this.grpTestAudioBalance.ResumeLayout(false);
            this.grpTestTXIMD.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.udTestIMDFreq2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udTestIMDPower)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udTestIMDFreq1)).EndInit();
            this.grpImpulseTest.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.udImpulseNum)).EndInit();
            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()
		{
			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(Memory));
			this.dataGrid1 = new System.Windows.Forms.DataGrid();
			this.btnHidden = new System.Windows.Forms.ButtonTS();
			this.btnRecall = new System.Windows.Forms.ButtonTS();
			this.chkEdit = new System.Windows.Forms.CheckBoxTS();
			this.txtFilter = new System.Windows.Forms.TextBoxTS();
			this.lblFind = new System.Windows.Forms.LabelTS();
			this.btnFindGo = new System.Windows.Forms.ButtonTS();
			this.btnDelete = new System.Windows.Forms.ButtonTS();
			this.btnClose = new System.Windows.Forms.ButtonTS();
			this.chkCloseOnRecall = new System.Windows.Forms.CheckBox();
			((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).BeginInit();
			this.SuspendLayout();
			// 
			// dataGrid1
			// 
			this.dataGrid1.AlternatingBackColor = System.Drawing.Color.Gainsboro;
			this.dataGrid1.BackColor = System.Drawing.Color.Silver;
			this.dataGrid1.CaptionBackColor = System.Drawing.SystemColors.Highlight;
			this.dataGrid1.CaptionFont = new System.Drawing.Font("Tahoma", 8F);
			this.dataGrid1.CaptionForeColor = System.Drawing.Color.White;
			this.dataGrid1.CaptionVisible = false;
			this.dataGrid1.DataMember = "";
			this.dataGrid1.FlatMode = true;
			this.dataGrid1.ForeColor = System.Drawing.Color.Black;
			this.dataGrid1.GridLineColor = System.Drawing.Color.White;
			this.dataGrid1.HeaderBackColor = System.Drawing.Color.DarkGray;
			this.dataGrid1.HeaderForeColor = System.Drawing.Color.Black;
			this.dataGrid1.LinkColor = System.Drawing.SystemColors.Highlight;
			this.dataGrid1.Location = new System.Drawing.Point(24, 16);
			this.dataGrid1.Name = "dataGrid1";
			this.dataGrid1.ParentRowsBackColor = System.Drawing.Color.Black;
			this.dataGrid1.ParentRowsForeColor = System.Drawing.Color.White;
			this.dataGrid1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
			this.dataGrid1.SelectionForeColor = System.Drawing.Color.White;
			this.dataGrid1.Size = new System.Drawing.Size(720, 368);
			this.dataGrid1.TabIndex = 0;
			this.dataGrid1.DoubleClick += new System.EventHandler(this.dataGrid1_DoubleClick);
			// 
			// btnHidden
			// 
			this.btnHidden.Image = null;
			this.btnHidden.Location = new System.Drawing.Point(232, 56);
			this.btnHidden.Name = "btnHidden";
			this.btnHidden.TabIndex = 1;
			this.btnHidden.Text = "button1";
			this.btnHidden.Visible = false;
			// 
			// btnRecall
			// 
			this.btnRecall.Image = null;
			this.btnRecall.Location = new System.Drawing.Point(120, 432);
			this.btnRecall.Name = "btnRecall";
			this.btnRecall.TabIndex = 2;
			this.btnRecall.Text = "Recall";
			this.btnRecall.Click += new System.EventHandler(this.btnRecall_Click);
			// 
			// chkEdit
			// 
			this.chkEdit.Appearance = System.Windows.Forms.Appearance.Button;
			this.chkEdit.Image = null;
			this.chkEdit.Location = new System.Drawing.Point(32, 432);
			this.chkEdit.Name = "chkEdit";
			this.chkEdit.Size = new System.Drawing.Size(75, 23);
			this.chkEdit.TabIndex = 3;
			this.chkEdit.Text = "Edit";
			this.chkEdit.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			this.chkEdit.CheckedChanged += new System.EventHandler(this.chkEdit_CheckedChanged);
			// 
			// txtFilter
			// 
			this.txtFilter.Enabled = false;
			this.txtFilter.Location = new System.Drawing.Point(376, 432);
			this.txtFilter.Name = "txtFilter";
			this.txtFilter.Size = new System.Drawing.Size(120, 20);
			this.txtFilter.TabIndex = 4;
			this.txtFilter.Text = "";
			this.txtFilter.Visible = false;
			// 
			// lblFind
			// 
			this.lblFind.Image = null;
			this.lblFind.Location = new System.Drawing.Point(328, 432);
			this.lblFind.Name = "lblFind";
			this.lblFind.Size = new System.Drawing.Size(40, 23);
			this.lblFind.TabIndex = 5;
			this.lblFind.Text = "Filter:";
			this.lblFind.Visible = false;
			// 
			// btnFindGo
			// 
			this.btnFindGo.Enabled = false;
			this.btnFindGo.Image = null;
			this.btnFindGo.Location = new System.Drawing.Point(496, 432);
			this.btnFindGo.Name = "btnFindGo";
			this.btnFindGo.Size = new System.Drawing.Size(32, 20);
			this.btnFindGo.TabIndex = 6;
			this.btnFindGo.Text = "Go";
			this.btnFindGo.Visible = false;
			this.btnFindGo.Click += new System.EventHandler(this.btnFindGo_Click);
			// 
			// btnDelete
			// 
			this.btnDelete.Image = null;
			this.btnDelete.Location = new System.Drawing.Point(208, 432);
			this.btnDelete.Name = "btnDelete";
			this.btnDelete.TabIndex = 7;
			this.btnDelete.Text = "Delete";
			this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
			// 
			// btnClose
			// 
			this.btnClose.Image = null;
			this.btnClose.Location = new System.Drawing.Point(672, 432);
			this.btnClose.Name = "btnClose";
			this.btnClose.TabIndex = 8;
			this.btnClose.Text = "Close";
			this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
			// 
			// chkCloseOnRecall
			// 
			this.chkCloseOnRecall.Checked = true;
			this.chkCloseOnRecall.CheckState = System.Windows.Forms.CheckState.Checked;
			this.chkCloseOnRecall.Location = new System.Drawing.Point(120, 400);
			this.chkCloseOnRecall.Name = "chkCloseOnRecall";
			this.chkCloseOnRecall.Size = new System.Drawing.Size(104, 16);
			this.chkCloseOnRecall.TabIndex = 9;
			this.chkCloseOnRecall.Text = "Close on Recall";
			// 
			// Memory
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(767, 484);
			this.Controls.Add(this.chkCloseOnRecall);
			this.Controls.Add(this.btnClose);
			this.Controls.Add(this.btnDelete);
			this.Controls.Add(this.btnFindGo);
			this.Controls.Add(this.lblFind);
			this.Controls.Add(this.txtFilter);
			this.Controls.Add(this.chkEdit);
			this.Controls.Add(this.btnRecall);
			this.Controls.Add(this.dataGrid1);
			this.Controls.Add(this.btnHidden);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.Name = "Memory";
			this.Text = "PowerSDR Memory";
			this.Closing += new System.ComponentModel.CancelEventHandler(this.Memory_Closing);
			((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).EndInit();
			this.ResumeLayout(false);

		}
Beispiel #12
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(Console));
            this.mnuWave = new System.Windows.Forms.MenuItem();
            this.mnuEQ = new System.Windows.Forms.MenuItem();
            this.mnuCWX = new System.Windows.Forms.MenuItem();
            this.mnuVoiceMessages = new System.Windows.Forms.MenuItem();
            this.mnuWizard = new System.Windows.Forms.MenuItem();
            this.mnuAbout = new System.Windows.Forms.MenuItem();
            this.contextMenuFilter = new System.Windows.Forms.ContextMenu();
            this.menuItemFilterConfigure = new System.Windows.Forms.MenuItem();
            this.mnuFilterReset = new System.Windows.Forms.MenuItem();
            this.timer_cpu_meter = new System.Windows.Forms.Timer(this.components);
            this.timer_peak_text = new System.Windows.Forms.Timer(this.components);
            this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
            this.chkNoiseGate = new System.Windows.Forms.CheckBoxTS();
            this.chkVOX = new System.Windows.Forms.CheckBoxTS();
            this.chkDSPComp = new System.Windows.Forms.CheckBoxTS();
            this.chkDSPCompander = new System.Windows.Forms.CheckBoxTS();
            this.comboTXProfile = new System.Windows.Forms.ComboBoxTS();
            this.chkShowTXFilter = new System.Windows.Forms.CheckBoxTS();
            this.ptbPWR = new PowerSDR.PrettyTrackBar();
            this.ptbRF = new PowerSDR.PrettyTrackBar();
            this.ptbAF = new PowerSDR.PrettyTrackBar();
            this.btnNetwork = new System.Windows.Forms.LabelTS();
            this.chkShowTXCWFreq = new System.Windows.Forms.CheckBoxTS();
            this.chkCWVAC = new System.Windows.Forms.CheckBoxTS();
            this.udCWPitch = new System.Windows.Forms.NumericUpDownTS();
            this.chkCWIambic = new System.Windows.Forms.CheckBoxTS();
            this.chkBreakIn = new System.Windows.Forms.CheckBoxTS();
            this.udCWSpeed = new System.Windows.Forms.NumericUpDownTS();
            this.btnG160_X2 = new System.Windows.Forms.RadioButtonTS();
            this.btnG160_X1 = new System.Windows.Forms.RadioButtonTS();
            this.btnATT = new System.Windows.Forms.CheckBoxTS();
            this.btnHIGH_AF = new System.Windows.Forms.CheckBoxTS();
            this.btnHIGH_RF = new System.Windows.Forms.CheckBoxTS();
            this.btnUSB = new System.Windows.Forms.LabelTS();
            this.ptbRX0Gain = new PowerSDR.PrettyTrackBar();
            this.chkEnableSubRX = new System.Windows.Forms.CheckBoxTS();
            this.ptbPanSubRX = new PowerSDR.PrettyTrackBar();
            this.ptbPanMainRX = new PowerSDR.PrettyTrackBar();
            this.ptbRX1Gain = new PowerSDR.PrettyTrackBar();
            this.radBandGEN = new System.Windows.Forms.RadioButtonTS();
            this.radBandWWV = new System.Windows.Forms.RadioButtonTS();
            this.radMoreBands = new System.Windows.Forms.RadioButtonTS();
            this.radBand2 = new System.Windows.Forms.RadioButtonTS();
            this.radBand6 = new System.Windows.Forms.RadioButtonTS();
            this.radBand10 = new System.Windows.Forms.RadioButtonTS();
            this.radBand12 = new System.Windows.Forms.RadioButtonTS();
            this.radBand15 = new System.Windows.Forms.RadioButtonTS();
            this.radBand17 = new System.Windows.Forms.RadioButtonTS();
            this.radBand20 = new System.Windows.Forms.RadioButtonTS();
            this.radBand30 = new System.Windows.Forms.RadioButtonTS();
            this.radBand40 = new System.Windows.Forms.RadioButtonTS();
            this.radBand60 = new System.Windows.Forms.RadioButtonTS();
            this.radBand80 = new System.Windows.Forms.RadioButtonTS();
            this.radBand160 = new System.Windows.Forms.RadioButtonTS();
            this.btnZAP = new System.Windows.Forms.CheckBoxTS();
            this.btnVFOA = new System.Windows.Forms.CheckBoxTS();
            this.chkVFOsinc = new System.Windows.Forms.CheckBoxTS();
            this.btnEraseMemory = new System.Windows.Forms.ButtonTS();
            this.chkVFOLock = new System.Windows.Forms.CheckBoxTS();
            this.btnMemoryQuickRecall = new System.Windows.Forms.ButtonTS();
            this.btnMemoryQuickSave = new System.Windows.Forms.ButtonTS();
            this.chkDisplayPeak = new System.Windows.Forms.CheckBoxTS();
            this.comboDisplayMode = new System.Windows.Forms.ComboBoxTS();
            this.chkDisplayAVG = new System.Windows.Forms.CheckBoxTS();
            this.chkRecordWav = new System.Windows.Forms.CheckBoxTS();
            this.chkMUT = new System.Windows.Forms.CheckBoxTS();
            this.contextMenuMUTE = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.leftToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.rightToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.bothToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.noneToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.chkMON = new System.Windows.Forms.CheckBoxTS();
            this.chkTUN = new System.Windows.Forms.CheckBoxTS();
            this.chkMOX = new System.Windows.Forms.CheckBoxTS();
            this.chkPlayWav = new System.Windows.Forms.CheckBoxTS();
            this.comboVACSampleRate = new System.Windows.Forms.ComboBoxTS();
            this.txtWheelTune = new System.Windows.Forms.TextBoxTS();
            this.udFilterHigh = new System.Windows.Forms.NumericUpDownTS();
            this.udFilterLow = new System.Windows.Forms.NumericUpDownTS();
            this.ptbFilterWidth = new PowerSDR.PrettyTrackBar();
            this.btnFilterShiftReset = new System.Windows.Forms.ButtonTS();
            this.ptbFilterShift = new PowerSDR.PrettyTrackBar();
            this.chkPower = new System.Windows.Forms.CheckBoxTS();
            this.chkDSPNB2 = new System.Windows.Forms.CheckBoxTS();
            this.chkNB = new System.Windows.Forms.CheckBoxTS();
            this.chkANF = new System.Windows.Forms.CheckBoxTS();
            this.chkNR = new System.Windows.Forms.CheckBoxTS();
            this.chkBIN = new System.Windows.Forms.CheckBoxTS();
            this.udXIT = new System.Windows.Forms.NumericUpDownTS();
            this.udRIT = new System.Windows.Forms.NumericUpDownTS();
            this.chkXIT = new System.Windows.Forms.CheckBoxTS();
            this.chkRIT = new System.Windows.Forms.CheckBoxTS();
            this.comboMeterTXMode = new System.Windows.Forms.ComboBoxTS();
            this.comboMeterRXMode = new System.Windows.Forms.ComboBoxTS();
            this.btnRITReset = new System.Windows.Forms.ButtonTS();
            this.btnXITReset = new System.Windows.Forms.ButtonTS();
            this.btnVFOSwap = new System.Windows.Forms.CheckBoxTS();
            this.btnVFOBtoA = new System.Windows.Forms.CheckBoxTS();
            this.btnVFOAtoB = new System.Windows.Forms.CheckBoxTS();
            this.chkVFOSplit = new System.Windows.Forms.CheckBoxTS();
            this.chkSQLMainRX = new System.Windows.Forms.CheckBoxTS();
            this.udVACTXGain = new System.Windows.Forms.NumericUpDownTS();
            this.udVACRXGain = new System.Windows.Forms.NumericUpDownTS();
            this.chkVACEnabled = new System.Windows.Forms.CheckBoxTS();
            this.udSubRXFilterHigh = new System.Windows.Forms.NumericUpDownTS();
            this.udSubRXFilterLow = new System.Windows.Forms.NumericUpDownTS();
            this.ptbSubRXFilterWidth = new PowerSDR.PrettyTrackBar();
            this.btnSubRXFilterShiftReset = new System.Windows.Forms.ButtonTS();
            this.ptbSubRXFilterShift = new PowerSDR.PrettyTrackBar();
            this.chkNB2SubRX = new System.Windows.Forms.CheckBoxTS();
            this.chkNBSubRX = new System.Windows.Forms.CheckBoxTS();
            this.chkANFSubRX = new System.Windows.Forms.CheckBoxTS();
            this.chkNRSubRX = new System.Windows.Forms.CheckBoxTS();
            this.chkBINSubRX = new System.Windows.Forms.CheckBoxTS();
            this.comboAGCMainRX = new System.Windows.Forms.ComboBoxTS();
            this.comboAGCSubRX = new System.Windows.Forms.ComboBoxTS();
            this.ptbSQLMainRX = new PowerSDR.PrettyTrackBar();
            this.udSQLSubRX = new System.Windows.Forms.NumericUpDownTS();
            this.chkSQLSubRX = new System.Windows.Forms.CheckBoxTS();
            this.ptbSQLSubRX = new PowerSDR.PrettyTrackBar();
            this.udSQLMainRX = new System.Windows.Forms.NumericUpDownTS();
            this.txtWheelTuneSubRX = new System.Windows.Forms.TextBoxTS();
            this.ptbPWR1 = new PowerSDR.PrettyTrackBar();
            this.ptbRF1 = new PowerSDR.PrettyTrackBar();
            this.ptbAF1 = new PowerSDR.PrettyTrackBar();
            this.udRF1 = new System.Windows.Forms.NumericUpDownTS();
            this.udPWR1 = new System.Windows.Forms.NumericUpDownTS();
            this.udAF1 = new System.Windows.Forms.NumericUpDownTS();
            this.lblRX2 = new System.Windows.Forms.LabelTS();
            this.ptbNotchWidth = new PowerSDR.PrettyTrackBar();
            this.ptbNotchShift = new PowerSDR.PrettyTrackBar();
            this.btnNotchReset = new System.Windows.Forms.ButtonTS();
            this.radSUBRxModeAM = new System.Windows.Forms.RadioButtonTS();
            this.radSUBRxModeSAM = new System.Windows.Forms.RadioButtonTS();
            this.radSUBRxModeDSB = new System.Windows.Forms.RadioButtonTS();
            this.radSUBRxModeCWU = new System.Windows.Forms.RadioButtonTS();
            this.radSUBRxModeDIGU = new System.Windows.Forms.RadioButtonTS();
            this.radSUBRxModeDIGL = new System.Windows.Forms.RadioButtonTS();
            this.radSUBRxModeLSB = new System.Windows.Forms.RadioButtonTS();
            this.radSUBRxModeSPEC = new System.Windows.Forms.RadioButtonTS();
            this.radSUBRxModeDRM = new System.Windows.Forms.RadioButtonTS();
            this.radSUBRxModeFMN = new System.Windows.Forms.RadioButtonTS();
            this.radSUBRxModeUSB = new System.Windows.Forms.RadioButtonTS();
            this.radSUBRxModeCWL = new System.Windows.Forms.RadioButtonTS();
            this.radModeAM = new System.Windows.Forms.RadioButtonTS();
            this.radModeSAM = new System.Windows.Forms.RadioButtonTS();
            this.radModeDSB = new System.Windows.Forms.RadioButtonTS();
            this.radModeCWU = new System.Windows.Forms.RadioButtonTS();
            this.radModeDIGU = new System.Windows.Forms.RadioButtonTS();
            this.radModeDIGL = new System.Windows.Forms.RadioButtonTS();
            this.radModeLSB = new System.Windows.Forms.RadioButtonTS();
            this.radModeSPEC = new System.Windows.Forms.RadioButtonTS();
            this.radModeDRM = new System.Windows.Forms.RadioButtonTS();
            this.radModeFMN = new System.Windows.Forms.RadioButtonTS();
            this.radModeUSB = new System.Windows.Forms.RadioButtonTS();
            this.radModeWFM = new System.Windows.Forms.RadioButtonTS();
            this.chkManualNotchFilter = new System.Windows.Forms.CheckBoxTS();
            this.chkG11ATTbtn = new System.Windows.Forms.CheckBoxTS();
            this.chkG11AFbtn = new System.Windows.Forms.CheckBoxTS();
            this.chkG11RFbtn = new System.Windows.Forms.CheckBoxTS();
            this.radBandHF = new System.Windows.Forms.RadioButtonTS();
            this.radBand600 = new System.Windows.Forms.RadioButtonTS();
            this.radBand2190 = new System.Windows.Forms.RadioButtonTS();
            this.btnFMMC = new System.Windows.Forms.ButtonTS();
            this.btnFMMR = new System.Windows.Forms.ButtonTS();
            this.btnFMMS = new System.Windows.Forms.ButtonTS();
            this.lblMemoryNumber = new System.Windows.Forms.LabelTS();
            this.contextMemoryMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.eraseAllMemoryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.lblFMMemory = new System.Windows.Forms.LabelTS();
            this.contextMenuFMMemory = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.eraseAllMemoryToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.udFMOffset = new System.Windows.Forms.NumericUpDownTS();
            this.radFMModeHigh = new System.Windows.Forms.RadioButtonTS();
            this.radFMModeSimplex = new System.Windows.Forms.RadioButtonTS();
            this.radFMModeLow = new System.Windows.Forms.RadioButtonTS();
            this.chkCTCSS = new System.Windows.Forms.CheckBoxTS();
            this.comboFMCTCSSFreq = new System.Windows.Forms.ComboBoxTS();
            this.ptbFMMicGain = new PowerSDR.PrettyTrackBar();
            this.chkVACMute = new System.Windows.Forms.CheckBoxTS();
            this.chkG6ATT_6dB = new System.Windows.Forms.CheckBoxTS();
            this.chkG6AF = new System.Windows.Forms.CheckBoxTS();
            this.chkG6RF = new System.Windows.Forms.CheckBoxTS();
            this.chkWFMstereo = new System.Windows.Forms.CheckBoxTS();
            this.chkG6ATT_12dB = new System.Windows.Forms.CheckBoxTS();
            this.chkG6ATT_18dB = new System.Windows.Forms.CheckBoxTS();
            this.timer_clock = new System.Windows.Forms.Timer(this.components);
            this.contextLOSCMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.xtal1ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.menuStrip1 = new System.Windows.Forms.MenuStrip();
            this.setupToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.waveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.equalizerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.cWXToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.voiceMessagesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.wizardToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.minimalisticToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.dXToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.xTRVToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.debugToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.mnuSetup = new System.Windows.Forms.MenuItem();
            this.contextNewVFOSmeter = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.toolStripTextBox1 = new System.Windows.Forms.ToolStripTextBox();
            this.toolStripNewVFOSmeterRX = new System.Windows.Forms.ToolStripComboBox();
            this.toolStripTextBox2 = new System.Windows.Forms.ToolStripTextBox();
            this.toolStripNewVFOSmeterTX = new System.Windows.Forms.ToolStripComboBox();
            this.grpG500 = new System.Windows.Forms.GroupBoxTS();
            this.btnG500_X1 = new System.Windows.Forms.RadioButtonTS();
            this.grpG137 = new System.Windows.Forms.GroupBoxTS();
            this.btnG137_X1 = new System.Windows.Forms.RadioButtonTS();
            this.grpG40 = new System.Windows.Forms.GroupBoxTS();
            this.btnG40_X1 = new System.Windows.Forms.RadioButtonTS();
            this.grpModeSpecificPhone = new System.Windows.Forms.GroupBoxTS();
            this.groupBoxTS1 = new System.Windows.Forms.GroupBoxTS();
            this.btnMsg6 = new System.Windows.Forms.CheckBoxTS();
            this.btnMsg5 = new System.Windows.Forms.CheckBoxTS();
            this.btnMsg4 = new System.Windows.Forms.CheckBoxTS();
            this.btnMsg3 = new System.Windows.Forms.CheckBoxTS();
            this.btnMsg2 = new System.Windows.Forms.CheckBoxTS();
            this.btnMsg1 = new System.Windows.Forms.CheckBoxTS();
            this.udNoiseGate = new System.Windows.Forms.NumericUpDownTS();
            this.udVOX = new System.Windows.Forms.NumericUpDownTS();
            this.ptbMIC = new PowerSDR.PrettyTrackBar();
            this.udCPDR = new System.Windows.Forms.NumericUpDownTS();
            this.ptbCPDR = new PowerSDR.PrettyTrackBar();
            this.udCOMP = new System.Windows.Forms.NumericUpDownTS();
            this.ptbCOMP = new PowerSDR.PrettyTrackBar();
            this.picNoiseGate = new System.Windows.Forms.PictureBox();
            this.ptbNoiseGate = new PowerSDR.PrettyTrackBar();
            this.picVOX = new System.Windows.Forms.PictureBox();
            this.ptbVOX = new PowerSDR.PrettyTrackBar();
            this.udMIC = new System.Windows.Forms.NumericUpDownTS();
            this.lblMIC = new System.Windows.Forms.LabelTS();
            this.lblTransmitProfile = new System.Windows.Forms.LabelTS();
            this.grpVFOA = new System.Windows.Forms.GroupBoxTS();
            this.panelVFOAHover = new System.Windows.Forms.PanelTS();
            this.txtVFOALSD = new System.Windows.Forms.TextBoxTS();
            this.txtVFOAMSD = new System.Windows.Forms.TextBoxTS();
            this.txtVFOABand = new System.Windows.Forms.TextBoxTS();
            this.txtVFOAFreq = new System.Windows.Forms.TextBoxTS();
            this.btnHidden = new System.Windows.Forms.ButtonTS();
            this.grpVFOnew = new System.Windows.Forms.GroupBoxTS();
            this.picAGauge = new System.Windows.Forms.PictureBox();
            this.lblATTNewVFO = new System.Windows.Forms.LabelTS();
            this.lblRFNewVFO = new System.Windows.Forms.LabelTS();
            this.lblAFNewVFO = new System.Windows.Forms.LabelTS();
            this.txtNewVFOBand = new System.Windows.Forms.TextBoxTS();
            this.lblVFOBTX = new System.Windows.Forms.LabelTS();
            this.lblVFOATX = new System.Windows.Forms.LabelTS();
            this.lblLOSC = new System.Windows.Forms.LabelTS();
            this.lblVFOB = new System.Windows.Forms.LabelTS();
            this.lblVFOA = new System.Windows.Forms.LabelTS();
            this.panelLOSCnewHover = new System.Windows.Forms.PanelTS();
            this.panelVFOBnewHover = new System.Windows.Forms.PanelTS();
            this.panelVFOAnewHover = new System.Windows.Forms.PanelTS();
            this.txtLOSCnew = new System.Windows.Forms.TextBoxTS();
            this.txtVFOBnew = new System.Windows.Forms.TextBoxTS();
            this.txtVFOAnew = new System.Windows.Forms.TextBoxTS();
            this.sMeterDigital1 = new PowerSDR.Invoke.SMeter1();
            this.sMeterDigital2 = new PowerSDR.Invoke.SMeter2();
            this.lblNotchShift = new System.Windows.Forms.LabelTS();
            this.lblWidth = new System.Windows.Forms.LabelTS();
            this.grpSoundControls = new System.Windows.Forms.GroupBoxTS();
            this.lblAF = new System.Windows.Forms.LabelTS();
            this.lblPWRValue = new System.Windows.Forms.LabelTS();
            this.lblRFValue = new System.Windows.Forms.LabelTS();
            this.picSQLSubRX = new System.Windows.Forms.PictureBox();
            this.lblRF = new System.Windows.Forms.LabelTS();
            this.lblPWR = new System.Windows.Forms.LabelTS();
            this.lblAGC = new System.Windows.Forms.LabelTS();
            this.lblAFValue = new System.Windows.Forms.LabelTS();
            this.picSQLMainRX = new System.Windows.Forms.PictureBox();
            this.grpModeSpecificCW = new System.Windows.Forms.GroupBoxTS();
            this.grpCWX = new System.Windows.Forms.GroupBoxTS();
            this.btnCWX4 = new System.Windows.Forms.CheckBoxTS();
            this.btnCWX5 = new System.Windows.Forms.CheckBoxTS();
            this.btnCWX1 = new System.Windows.Forms.CheckBoxTS();
            this.btnCWX6 = new System.Windows.Forms.CheckBoxTS();
            this.btnCWX2 = new System.Windows.Forms.CheckBoxTS();
            this.btnCWX3 = new System.Windows.Forms.CheckBoxTS();
            this.grpCWPitch = new System.Windows.Forms.GroupBoxTS();
            this.lblCWPitchFreq = new System.Windows.Forms.LabelTS();
            this.ptbCWSpeed = new PowerSDR.PrettyTrackBar();
            this.lblCWSpeed = new System.Windows.Forms.LabelTS();
            this.grpVFOB = new System.Windows.Forms.GroupBoxTS();
            this.txtVFOBLSD = new System.Windows.Forms.TextBoxTS();
            this.panelVFOBHover = new System.Windows.Forms.PanelTS();
            this.txtVFOBMSD = new System.Windows.Forms.TextBoxTS();
            this.lblVFOBLSD = new System.Windows.Forms.LabelTS();
            this.txtVFOBBand = new System.Windows.Forms.TextBoxTS();
            this.txtVFOBFreq = new System.Windows.Forms.TextBoxTS();
            this.grpLOSC = new System.Windows.Forms.GroupBoxTS();
            this.panelLOSCHover = new System.Windows.Forms.PanelTS();
            this.txtLOSCLSD = new System.Windows.Forms.TextBoxTS();
            this.txtLOSCMSD = new System.Windows.Forms.TextBoxTS();
            this.txtLOSCFreq = new System.Windows.Forms.TextBoxTS();
            this.grpG160 = new System.Windows.Forms.GroupBoxTS();
            this.grpG3020 = new System.Windows.Forms.GroupBoxTS();
            this.btnG3020_X4 = new System.Windows.Forms.RadioButtonTS();
            this.btnG3020_X3 = new System.Windows.Forms.RadioButtonTS();
            this.btnG3020_X2 = new System.Windows.Forms.RadioButtonTS();
            this.btnG3020_X1 = new System.Windows.Forms.RadioButtonTS();
            this.grpG80 = new System.Windows.Forms.GroupBoxTS();
            this.btnG80_X4 = new System.Windows.Forms.RadioButtonTS();
            this.btnG80_X3 = new System.Windows.Forms.RadioButtonTS();
            this.btnG80_X2 = new System.Windows.Forms.RadioButtonTS();
            this.btnG80_X1 = new System.Windows.Forms.RadioButtonTS();
            this.grpG59 = new System.Windows.Forms.GroupBoxTS();
            this.grpZoom = new System.Windows.Forms.GroupBoxTS();
            this.label2 = new System.Windows.Forms.LabelTS();
            this.ptbDisplayZoom = new PowerSDR.PrettyTrackBar();
            this.ptbDisplayPan = new PowerSDR.PrettyTrackBar();
            this.label1 = new System.Windows.Forms.LabelTS();
            this.radDisplayZoom32x = new System.Windows.Forms.RadioButtonTS();
            this.radDisplayZoom1x = new System.Windows.Forms.RadioButtonTS();
            this.radDisplayZoom2x = new System.Windows.Forms.RadioButtonTS();
            this.radDisplayZoom16x = new System.Windows.Forms.RadioButtonTS();
            this.radDisplayZoom4x = new System.Windows.Forms.RadioButtonTS();
            this.radDisplayZoom8x = new System.Windows.Forms.RadioButtonTS();
            this.grpSubRX = new System.Windows.Forms.GroupBoxTS();
            this.grpBandHF = new System.Windows.Forms.GroupBoxTS();
            this.grpVFOBetween = new System.Windows.Forms.GroupBoxTS();
            this.txtMemory = new System.Windows.Forms.TextBoxTS();
            this.grpDisplay2 = new System.Windows.Forms.GroupBoxTS();
            this.grpOptions = new System.Windows.Forms.GroupBoxTS();
            this.btnChangeTuneStepLarger = new System.Windows.Forms.ButtonTS();
            this.btnTuneStepChangeSmaller = new System.Windows.Forms.ButtonTS();
            this.btnChangeTuneStepLargerSubRX = new System.Windows.Forms.ButtonTS();
            this.btnTuneStepChangeSmallerSubRX = new System.Windows.Forms.ButtonTS();
            this.grpModeSpecificDigital = new System.Windows.Forms.GroupBoxTS();
            this.grpDIGSampleRate = new System.Windows.Forms.GroupBoxTS();
            this.ptbVACTXGain = new PowerSDR.PrettyTrackBar();
            this.ptbVACRXGain = new PowerSDR.PrettyTrackBar();
            this.lblTXGain = new System.Windows.Forms.LabelTS();
            this.lblRXGain = new System.Windows.Forms.LabelTS();
            this.lblTuneStep = new System.Windows.Forms.LabelTS();
            this.grpDisplay = new System.Windows.Forms.GroupBoxTS();
            this.picWaterfall = new System.Windows.Forms.PictureBox();
            this.txtDisplayPeakFreq = new System.Windows.Forms.TextBoxTS();
            this.txtDisplayCursorFreq = new System.Windows.Forms.TextBoxTS();
            this.txtDisplayCursorPower = new System.Windows.Forms.TextBoxTS();
            this.txtDisplayPeakPower = new System.Windows.Forms.TextBoxTS();
            this.txtDisplayCursorOffset = new System.Windows.Forms.TextBoxTS();
            this.txtDisplayPeakOffset = new System.Windows.Forms.TextBoxTS();
            this.picDisplay = new System.Windows.Forms.PictureBox();
            this.grpMainRXFilter = new System.Windows.Forms.GroupBoxTS();
            this.lblFilterWidth = new System.Windows.Forms.LabelTS();
            this.lblFilterShift = new System.Windows.Forms.LabelTS();
            this.radFilter1 = new System.Windows.Forms.RadioButtonTS();
            this.radFilter2 = new System.Windows.Forms.RadioButtonTS();
            this.radFilter3 = new System.Windows.Forms.RadioButtonTS();
            this.radFilter4 = new System.Windows.Forms.RadioButtonTS();
            this.radFilter5 = new System.Windows.Forms.RadioButtonTS();
            this.radFilter6 = new System.Windows.Forms.RadioButtonTS();
            this.radFilter7 = new System.Windows.Forms.RadioButtonTS();
            this.radFilter8 = new System.Windows.Forms.RadioButtonTS();
            this.radFilter9 = new System.Windows.Forms.RadioButtonTS();
            this.radFilter10 = new System.Windows.Forms.RadioButtonTS();
            this.radFilterVar1 = new System.Windows.Forms.RadioButtonTS();
            this.radFilterVar2 = new System.Windows.Forms.RadioButtonTS();
            this.lblFilterLow = new System.Windows.Forms.LabelTS();
            this.lblFilterHigh = new System.Windows.Forms.LabelTS();
            this.lblCPUMeter = new System.Windows.Forms.LabelTS();
            this.grpDSPMainRX = new System.Windows.Forms.GroupBoxTS();
            this.grpMultimeter = new System.Windows.Forms.GroupBoxTS();
            this.picMultiMeterDigital = new System.Windows.Forms.PictureBox();
            this.lblMultiSMeter = new System.Windows.Forms.LabelTS();
            this.txtMultiText = new System.Windows.Forms.TextBoxTS();
            this.picMultimeterAnalog = new System.Windows.Forms.PictureBox();
            this.grpVFO = new System.Windows.Forms.GroupBoxTS();
            this.grpManualNotch = new System.Windows.Forms.GroupBoxTS();
            this.labelTS6 = new System.Windows.Forms.LabelTS();
            this.labelTS5 = new System.Windows.Forms.LabelTS();
            this.lblNotchLow = new System.Windows.Forms.LabelTS();
            this.lblNotchHigh = new System.Windows.Forms.LabelTS();
            this.picSmallAGauge = new System.Windows.Forms.PictureBox();
            this.grpSubRXFilter = new System.Windows.Forms.GroupBoxTS();
            this.labelTS1 = new System.Windows.Forms.LabelTS();
            this.labelTS2 = new System.Windows.Forms.LabelTS();
            this.radSubRXFilter1 = new System.Windows.Forms.RadioButtonTS();
            this.radSubRXFilter2 = new System.Windows.Forms.RadioButtonTS();
            this.radSubRXFilter3 = new System.Windows.Forms.RadioButtonTS();
            this.radSubRXFilter4 = new System.Windows.Forms.RadioButtonTS();
            this.radSubRXFilter5 = new System.Windows.Forms.RadioButtonTS();
            this.radSubRXFilter6 = new System.Windows.Forms.RadioButtonTS();
            this.radSubRXFilter7 = new System.Windows.Forms.RadioButtonTS();
            this.radSubRXFilter8 = new System.Windows.Forms.RadioButtonTS();
            this.radSubRXFilter9 = new System.Windows.Forms.RadioButtonTS();
            this.radSubRXFilter10 = new System.Windows.Forms.RadioButtonTS();
            this.radSubRXFilterVar1 = new System.Windows.Forms.RadioButtonTS();
            this.radSubRXFilterVar2 = new System.Windows.Forms.RadioButtonTS();
            this.labelTS3 = new System.Windows.Forms.LabelTS();
            this.labelTS4 = new System.Windows.Forms.LabelTS();
            this.grpDSPSubRX = new System.Windows.Forms.GroupBoxTS();
            this.grpSoundControls1 = new System.Windows.Forms.GroupBoxTS();
            this.lblRF1 = new System.Windows.Forms.LabelTS();
            this.lblPWR1 = new System.Windows.Forms.LabelTS();
            this.lblAF1 = new System.Windows.Forms.LabelTS();
            this.grpSubRXMode = new System.Windows.Forms.GroupBoxTS();
            this.grpMainRXMode = new System.Windows.Forms.GroupBoxTS();
            this.grpG11 = new System.Windows.Forms.GroupBoxTS();
            this.grpMoreBands = new System.Windows.Forms.GroupBoxTS();
            this.radBandX12 = new System.Windows.Forms.RadioButtonTS();
            this.radBandX11 = new System.Windows.Forms.RadioButtonTS();
            this.radBandX10 = new System.Windows.Forms.RadioButtonTS();
            this.radBandX9 = new System.Windows.Forms.RadioButtonTS();
            this.radBandX8 = new System.Windows.Forms.RadioButtonTS();
            this.radBandX7 = new System.Windows.Forms.RadioButtonTS();
            this.radBandX6 = new System.Windows.Forms.RadioButtonTS();
            this.radBandX5 = new System.Windows.Forms.RadioButtonTS();
            this.radBandX4 = new System.Windows.Forms.RadioButtonTS();
            this.radBandX3 = new System.Windows.Forms.RadioButtonTS();
            this.radBandX2 = new System.Windows.Forms.RadioButtonTS();
            this.radBandX1 = new System.Windows.Forms.RadioButtonTS();
            this.grpModeSpecificFM = new System.Windows.Forms.GroupBoxTS();
            this.labelTS7 = new System.Windows.Forms.LabelTS();
            this.grpFMVoiceMsg = new System.Windows.Forms.GroupBoxTS();
            this.chkFMMsg6 = new System.Windows.Forms.CheckBoxTS();
            this.chkFMMsg5 = new System.Windows.Forms.CheckBoxTS();
            this.chkFMMsg4 = new System.Windows.Forms.CheckBoxTS();
            this.chkFMMsg3 = new System.Windows.Forms.CheckBoxTS();
            this.chkFMMsg2 = new System.Windows.Forms.CheckBoxTS();
            this.chkFMMsg1 = new System.Windows.Forms.CheckBoxTS();
            this.labelTS8 = new System.Windows.Forms.LabelTS();
            this.txtFMmemory = new System.Windows.Forms.TextBoxTS();
            this.grpG6 = new System.Windows.Forms.GroupBoxTS();
            ((System.ComponentModel.ISupportInitialize)(this.ptbPWR)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ptbRF)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ptbAF)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udCWPitch)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udCWSpeed)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ptbRX0Gain)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ptbPanSubRX)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ptbPanMainRX)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ptbRX1Gain)).BeginInit();
            this.contextMenuMUTE.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.udFilterHigh)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udFilterLow)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ptbFilterWidth)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ptbFilterShift)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udXIT)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udRIT)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udVACTXGain)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udVACRXGain)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udSubRXFilterHigh)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udSubRXFilterLow)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ptbSubRXFilterWidth)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ptbSubRXFilterShift)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ptbSQLMainRX)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udSQLSubRX)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ptbSQLSubRX)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udSQLMainRX)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ptbPWR1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ptbRF1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ptbAF1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udRF1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udPWR1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udAF1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ptbNotchWidth)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ptbNotchShift)).BeginInit();
            this.contextMemoryMenu.SuspendLayout();
            this.contextMenuFMMemory.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.udFMOffset)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ptbFMMicGain)).BeginInit();
            this.contextLOSCMenu.SuspendLayout();
            this.menuStrip1.SuspendLayout();
            this.contextNewVFOSmeter.SuspendLayout();
            this.grpG500.SuspendLayout();
            this.grpG137.SuspendLayout();
            this.grpG40.SuspendLayout();
            this.grpModeSpecificPhone.SuspendLayout();
            this.groupBoxTS1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.udNoiseGate)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udVOX)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ptbMIC)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udCPDR)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ptbCPDR)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udCOMP)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ptbCOMP)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.picNoiseGate)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ptbNoiseGate)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.picVOX)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ptbVOX)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udMIC)).BeginInit();
            this.grpVFOA.SuspendLayout();
            this.grpVFOnew.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picAGauge)).BeginInit();
            this.grpSoundControls.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picSQLSubRX)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.picSQLMainRX)).BeginInit();
            this.grpModeSpecificCW.SuspendLayout();
            this.grpCWX.SuspendLayout();
            this.grpCWPitch.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ptbCWSpeed)).BeginInit();
            this.grpVFOB.SuspendLayout();
            this.grpLOSC.SuspendLayout();
            this.grpG160.SuspendLayout();
            this.grpG3020.SuspendLayout();
            this.grpG80.SuspendLayout();
            this.grpG59.SuspendLayout();
            this.grpZoom.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ptbDisplayZoom)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ptbDisplayPan)).BeginInit();
            this.grpSubRX.SuspendLayout();
            this.grpBandHF.SuspendLayout();
            this.grpVFOBetween.SuspendLayout();
            this.grpDisplay2.SuspendLayout();
            this.grpOptions.SuspendLayout();
            this.grpModeSpecificDigital.SuspendLayout();
            this.grpDIGSampleRate.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ptbVACTXGain)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ptbVACRXGain)).BeginInit();
            this.grpDisplay.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picWaterfall)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.picDisplay)).BeginInit();
            this.grpMainRXFilter.SuspendLayout();
            this.grpDSPMainRX.SuspendLayout();
            this.grpMultimeter.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picMultiMeterDigital)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.picMultimeterAnalog)).BeginInit();
            this.grpVFO.SuspendLayout();
            this.grpManualNotch.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picSmallAGauge)).BeginInit();
            this.grpSubRXFilter.SuspendLayout();
            this.grpDSPSubRX.SuspendLayout();
            this.grpSoundControls1.SuspendLayout();
            this.grpSubRXMode.SuspendLayout();
            this.grpMainRXMode.SuspendLayout();
            this.grpG11.SuspendLayout();
            this.grpMoreBands.SuspendLayout();
            this.grpModeSpecificFM.SuspendLayout();
            this.grpFMVoiceMsg.SuspendLayout();
            this.grpG6.SuspendLayout();
            this.SuspendLayout();
            // 
            // mnuWave
            // 
            this.mnuWave.Index = -1;
            resources.ApplyResources(this.mnuWave, "mnuWave");
            this.mnuWave.Click += new System.EventHandler(this.menu_wave_Click);
            // 
            // mnuEQ
            // 
            this.mnuEQ.Index = -1;
            resources.ApplyResources(this.mnuEQ, "mnuEQ");
            this.mnuEQ.Click += new System.EventHandler(this.mnuEQ_Click);
            // 
            // mnuCWX
            // 
            this.mnuCWX.Index = -1;
            resources.ApplyResources(this.mnuCWX, "mnuCWX");
            this.mnuCWX.Click += new System.EventHandler(this.mnuCWX_Click);
            // 
            // mnuVoiceMessages
            // 
            this.mnuVoiceMessages.Index = -1;
            resources.ApplyResources(this.mnuVoiceMessages, "mnuVoiceMessages");
            this.mnuVoiceMessages.Click += new System.EventHandler(this.mnuVoiceMessages_Click);
            // 
            // mnuWizard
            // 
            this.mnuWizard.Index = -1;
            resources.ApplyResources(this.mnuWizard, "mnuWizard");
            this.mnuWizard.Click += new System.EventHandler(this.mnuWizard_Click);
            // 
            // mnuAbout
            // 
            this.mnuAbout.Index = -1;
            resources.ApplyResources(this.mnuAbout, "mnuAbout");
            this.mnuAbout.Click += new System.EventHandler(this.mnuAbout_Click);
            // 
            // contextMenuFilter
            // 
            this.contextMenuFilter.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
            this.menuItemFilterConfigure,
            this.mnuFilterReset});
            // 
            // menuItemFilterConfigure
            // 
            this.menuItemFilterConfigure.Index = 0;
            resources.ApplyResources(this.menuItemFilterConfigure, "menuItemFilterConfigure");
            this.menuItemFilterConfigure.Click += new System.EventHandler(this.menuItemFilterConfigure_Click);
            // 
            // mnuFilterReset
            // 
            this.mnuFilterReset.Index = 1;
            resources.ApplyResources(this.mnuFilterReset, "mnuFilterReset");
            this.mnuFilterReset.Click += new System.EventHandler(this.mnuFilterReset_Click);
            // 
            // timer_cpu_meter
            // 
            this.timer_cpu_meter.Enabled = true;
            this.timer_cpu_meter.Interval = 1000;
            this.timer_cpu_meter.Tick += new System.EventHandler(this.timer_cpu_meter_Tick);
            // 
            // timer_peak_text
            // 
            this.timer_peak_text.Interval = 500;
            this.timer_peak_text.Tick += new System.EventHandler(this.timer_peak_text_Tick);
            // 
            // chkNoiseGate
            // 
            resources.ApplyResources(this.chkNoiseGate, "chkNoiseGate");
            this.chkNoiseGate.FlatAppearance.BorderSize = 0;
            this.chkNoiseGate.Image = null;
            this.chkNoiseGate.Name = "chkNoiseGate";
            this.toolTip1.SetToolTip(this.chkNoiseGate, resources.GetString("chkNoiseGate.ToolTip"));
            this.chkNoiseGate.CheckedChanged += new System.EventHandler(this.chkNoiseGate_CheckedChanged);
            // 
            // chkVOX
            // 
            resources.ApplyResources(this.chkVOX, "chkVOX");
            this.chkVOX.FlatAppearance.BorderSize = 0;
            this.chkVOX.Image = null;
            this.chkVOX.Name = "chkVOX";
            this.toolTip1.SetToolTip(this.chkVOX, resources.GetString("chkVOX.ToolTip"));
            this.chkVOX.CheckedChanged += new System.EventHandler(this.chkVOX_CheckedChanged);
            // 
            // chkDSPComp
            // 
            resources.ApplyResources(this.chkDSPComp, "chkDSPComp");
            this.chkDSPComp.FlatAppearance.BorderSize = 0;
            this.chkDSPComp.Image = null;
            this.chkDSPComp.Name = "chkDSPComp";
            this.toolTip1.SetToolTip(this.chkDSPComp, resources.GetString("chkDSPComp.ToolTip"));
            this.chkDSPComp.CheckedChanged += new System.EventHandler(this.chkDSPComp_CheckedChanged);
            // 
            // chkDSPCompander
            // 
            resources.ApplyResources(this.chkDSPCompander, "chkDSPCompander");
            this.chkDSPCompander.FlatAppearance.BorderSize = 0;
            this.chkDSPCompander.Image = null;
            this.chkDSPCompander.Name = "chkDSPCompander";
            this.toolTip1.SetToolTip(this.chkDSPCompander, resources.GetString("chkDSPCompander.ToolTip"));
            this.chkDSPCompander.CheckedChanged += new System.EventHandler(this.chkDSPCompander_CheckedChanged);
            // 
            // comboTXProfile
            // 
            this.comboTXProfile.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboTXProfile.DropDownWidth = 96;
            resources.ApplyResources(this.comboTXProfile, "comboTXProfile");
            this.comboTXProfile.Name = "comboTXProfile";
            this.toolTip1.SetToolTip(this.comboTXProfile, resources.GetString("comboTXProfile.ToolTip"));
            this.comboTXProfile.SelectedIndexChanged += new System.EventHandler(this.comboTXProfile_SelectedIndexChanged);
            // 
            // chkShowTXFilter
            // 
            resources.ApplyResources(this.chkShowTXFilter, "chkShowTXFilter");
            this.chkShowTXFilter.Image = null;
            this.chkShowTXFilter.Name = "chkShowTXFilter";
            this.toolTip1.SetToolTip(this.chkShowTXFilter, resources.GetString("chkShowTXFilter.ToolTip"));
            this.chkShowTXFilter.CheckedChanged += new System.EventHandler(this.chkShowTXFilter_CheckedChanged);
            // 
            // ptbPWR
            // 
            resources.ApplyResources(this.ptbPWR, "ptbPWR");
            this.ptbPWR.HeadImage = null;
            this.ptbPWR.LargeChange = 5;
            this.ptbPWR.Maximum = 100;
            this.ptbPWR.Minimum = 0;
            this.ptbPWR.Name = "ptbPWR";
            this.ptbPWR.Orientation = System.Windows.Forms.Orientation.Horizontal;
            this.ptbPWR.SmallChange = 1;
            this.ptbPWR.TabStop = false;
            this.toolTip1.SetToolTip(this.ptbPWR, resources.GetString("ptbPWR.ToolTip"));
            this.ptbPWR.Value = 50;
            this.ptbPWR.OnWheel += new PowerSDR.PrettyTrackBar.WheelHandler(this.ptbPWR_Wheel);
            this.ptbPWR.Scroll += new PowerSDR.PrettyTrackBar.ScrollHandler(this.ptbPWR_Scroll);
            // 
            // ptbRF
            // 
            resources.ApplyResources(this.ptbRF, "ptbRF");
            this.ptbRF.HeadImage = null;
            this.ptbRF.LargeChange = 5;
            this.ptbRF.Maximum = 120;
            this.ptbRF.Minimum = -20;
            this.ptbRF.Name = "ptbRF";
            this.ptbRF.Orientation = System.Windows.Forms.Orientation.Horizontal;
            this.ptbRF.SmallChange = 1;
            this.ptbRF.TabStop = false;
            this.toolTip1.SetToolTip(this.ptbRF, resources.GetString("ptbRF.ToolTip"));
            this.ptbRF.Value = 90;
            this.ptbRF.OnWheel += new PowerSDR.PrettyTrackBar.WheelHandler(this.ptbRF_Wheel);
            this.ptbRF.Scroll += new PowerSDR.PrettyTrackBar.ScrollHandler(this.ptbRF_Scroll);
            // 
            // ptbAF
            // 
            resources.ApplyResources(this.ptbAF, "ptbAF");
            this.ptbAF.HeadImage = null;
            this.ptbAF.LargeChange = 5;
            this.ptbAF.Maximum = 100;
            this.ptbAF.Minimum = 0;
            this.ptbAF.Name = "ptbAF";
            this.ptbAF.Orientation = System.Windows.Forms.Orientation.Horizontal;
            this.ptbAF.SmallChange = 1;
            this.ptbAF.TabStop = false;
            this.toolTip1.SetToolTip(this.ptbAF, resources.GetString("ptbAF.ToolTip"));
            this.ptbAF.Value = 50;
            this.ptbAF.OnWheel += new PowerSDR.PrettyTrackBar.WheelHandler(this.ptbAF_Wheel);
            this.ptbAF.Scroll += new PowerSDR.PrettyTrackBar.ScrollHandler(this.ptbAF_Scroll);
            // 
            // btnNetwork
            // 
            this.btnNetwork.BackColor = System.Drawing.Color.Red;
            this.btnNetwork.Image = null;
            resources.ApplyResources(this.btnNetwork, "btnNetwork");
            this.btnNetwork.Name = "btnNetwork";
            this.toolTip1.SetToolTip(this.btnNetwork, resources.GetString("btnNetwork.ToolTip"));
            this.btnNetwork.Click += new System.EventHandler(this.btnNetwork_Click);
            // 
            // chkShowTXCWFreq
            // 
            resources.ApplyResources(this.chkShowTXCWFreq, "chkShowTXCWFreq");
            this.chkShowTXCWFreq.Image = null;
            this.chkShowTXCWFreq.Name = "chkShowTXCWFreq";
            this.toolTip1.SetToolTip(this.chkShowTXCWFreq, resources.GetString("chkShowTXCWFreq.ToolTip"));
            this.chkShowTXCWFreq.CheckedChanged += new System.EventHandler(this.chkShowTXCWFreq_CheckedChanged);
            // 
            // chkCWVAC
            // 
            resources.ApplyResources(this.chkCWVAC, "chkCWVAC");
            this.chkCWVAC.FlatAppearance.BorderSize = 0;
            this.chkCWVAC.Image = null;
            this.chkCWVAC.Name = "chkCWVAC";
            this.toolTip1.SetToolTip(this.chkCWVAC, resources.GetString("chkCWVAC.ToolTip"));
            this.chkCWVAC.CheckedChanged += new System.EventHandler(this.chkCWVAC_CheckedChanged);
            // 
            // udCWPitch
            // 
            this.udCWPitch.Increment = new decimal(new int[] {
            10,
            0,
            0,
            0});
            resources.ApplyResources(this.udCWPitch, "udCWPitch");
            this.udCWPitch.Maximum = new decimal(new int[] {
            2250,
            0,
            0,
            0});
            this.udCWPitch.Minimum = new decimal(new int[] {
            200,
            0,
            0,
            0});
            this.udCWPitch.Name = "udCWPitch";
            this.toolTip1.SetToolTip(this.udCWPitch, resources.GetString("udCWPitch.ToolTip"));
            this.udCWPitch.Value = new decimal(new int[] {
            600,
            0,
            0,
            0});
            this.udCWPitch.ValueChanged += new System.EventHandler(this.udCWPitch_ValueChanged);
            // 
            // chkCWIambic
            // 
            resources.ApplyResources(this.chkCWIambic, "chkCWIambic");
            this.chkCWIambic.Checked = true;
            this.chkCWIambic.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chkCWIambic.Image = null;
            this.chkCWIambic.Name = "chkCWIambic";
            this.toolTip1.SetToolTip(this.chkCWIambic, resources.GetString("chkCWIambic.ToolTip"));
            this.chkCWIambic.CheckedChanged += new System.EventHandler(this.chkCWIambic_CheckedChanged);
            // 
            // chkBreakIn
            // 
            resources.ApplyResources(this.chkBreakIn, "chkBreakIn");
            this.chkBreakIn.BackColor = System.Drawing.Color.Yellow;
            this.chkBreakIn.Checked = true;
            this.chkBreakIn.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chkBreakIn.FlatAppearance.BorderSize = 0;
            this.chkBreakIn.Image = null;
            this.chkBreakIn.Name = "chkBreakIn";
            this.toolTip1.SetToolTip(this.chkBreakIn, resources.GetString("chkBreakIn.ToolTip"));
            this.chkBreakIn.UseVisualStyleBackColor = false;
            this.chkBreakIn.CheckedChanged += new System.EventHandler(this.chkBreakIn_CheckedChanged);
            // 
            // udCWSpeed
            // 
            this.udCWSpeed.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            resources.ApplyResources(this.udCWSpeed, "udCWSpeed");
            this.udCWSpeed.Maximum = new decimal(new int[] {
            60,
            0,
            0,
            0});
            this.udCWSpeed.Minimum = new decimal(new int[] {
            7,
            0,
            0,
            0});
            this.udCWSpeed.Name = "udCWSpeed";
            this.toolTip1.SetToolTip(this.udCWSpeed, resources.GetString("udCWSpeed.ToolTip"));
            this.udCWSpeed.Value = new decimal(new int[] {
            25,
            0,
            0,
            0});
            this.udCWSpeed.ValueChanged += new System.EventHandler(this.udCWSpeed_ValueChanged);
            // 
            // btnG160_X2
            // 
            resources.ApplyResources(this.btnG160_X2, "btnG160_X2");
            this.btnG160_X2.FlatAppearance.BorderSize = 0;
            this.btnG160_X2.Image = null;
            this.btnG160_X2.Name = "btnG160_X2";
            this.toolTip1.SetToolTip(this.btnG160_X2, resources.GetString("btnG160_X2.ToolTip"));
            this.btnG160_X2.UseVisualStyleBackColor = true;
            this.btnG160_X2.Click += new System.EventHandler(this.btnG160_X2_Click);
            // 
            // btnG160_X1
            // 
            resources.ApplyResources(this.btnG160_X1, "btnG160_X1");
            this.btnG160_X1.FlatAppearance.BorderSize = 0;
            this.btnG160_X1.Image = null;
            this.btnG160_X1.Name = "btnG160_X1";
            this.toolTip1.SetToolTip(this.btnG160_X1, resources.GetString("btnG160_X1.ToolTip"));
            this.btnG160_X1.UseVisualStyleBackColor = true;
            this.btnG160_X1.Click += new System.EventHandler(this.btnG160_X1_Click);
            // 
            // btnATT
            // 
            resources.ApplyResources(this.btnATT, "btnATT");
            this.btnATT.FlatAppearance.BorderSize = 0;
            this.btnATT.Image = null;
            this.btnATT.Name = "btnATT";
            this.toolTip1.SetToolTip(this.btnATT, resources.GetString("btnATT.ToolTip"));
            this.btnATT.UseVisualStyleBackColor = true;
            this.btnATT.CheckedChanged += new System.EventHandler(this.btnATT_CheckedChanged);
            // 
            // btnHIGH_AF
            // 
            resources.ApplyResources(this.btnHIGH_AF, "btnHIGH_AF");
            this.btnHIGH_AF.FlatAppearance.BorderSize = 0;
            this.btnHIGH_AF.Image = null;
            this.btnHIGH_AF.Name = "btnHIGH_AF";
            this.toolTip1.SetToolTip(this.btnHIGH_AF, resources.GetString("btnHIGH_AF.ToolTip"));
            this.btnHIGH_AF.UseVisualStyleBackColor = true;
            this.btnHIGH_AF.CheckedChanged += new System.EventHandler(this.btnHIGH_AF_CheckedChanged);
            // 
            // btnHIGH_RF
            // 
            resources.ApplyResources(this.btnHIGH_RF, "btnHIGH_RF");
            this.btnHIGH_RF.FlatAppearance.BorderSize = 0;
            this.btnHIGH_RF.Image = null;
            this.btnHIGH_RF.Name = "btnHIGH_RF";
            this.toolTip1.SetToolTip(this.btnHIGH_RF, resources.GetString("btnHIGH_RF.ToolTip"));
            this.btnHIGH_RF.UseVisualStyleBackColor = true;
            this.btnHIGH_RF.CheckedChanged += new System.EventHandler(this.btnHIGH_RF_CheckedChanged);
            // 
            // btnUSB
            // 
            this.btnUSB.BackColor = System.Drawing.Color.Red;
            this.btnUSB.Image = null;
            resources.ApplyResources(this.btnUSB, "btnUSB");
            this.btnUSB.Name = "btnUSB";
            this.toolTip1.SetToolTip(this.btnUSB, resources.GetString("btnUSB.ToolTip"));
            this.btnUSB.Click += new System.EventHandler(this.btnUSB_Click);
            // 
            // ptbRX0Gain
            // 
            resources.ApplyResources(this.ptbRX0Gain, "ptbRX0Gain");
            this.ptbRX0Gain.HeadImage = null;
            this.ptbRX0Gain.LargeChange = 1;
            this.ptbRX0Gain.Maximum = 100;
            this.ptbRX0Gain.Minimum = 0;
            this.ptbRX0Gain.Name = "ptbRX0Gain";
            this.ptbRX0Gain.Orientation = System.Windows.Forms.Orientation.Vertical;
            this.ptbRX0Gain.SmallChange = 1;
            this.ptbRX0Gain.TabStop = false;
            this.toolTip1.SetToolTip(this.ptbRX0Gain, resources.GetString("ptbRX0Gain.ToolTip"));
            this.ptbRX0Gain.Value = 100;
            this.ptbRX0Gain.OnWheel += new PowerSDR.PrettyTrackBar.WheelHandler(this.tbRX0Gain_OnWheel);
            this.ptbRX0Gain.Scroll += new PowerSDR.PrettyTrackBar.ScrollHandler(this.tbRX0Gain_Scroll);
            // 
            // chkEnableSubRX
            // 
            resources.ApplyResources(this.chkEnableSubRX, "chkEnableSubRX");
            this.chkEnableSubRX.FlatAppearance.BorderSize = 0;
            this.chkEnableSubRX.Image = null;
            this.chkEnableSubRX.Name = "chkEnableSubRX";
            this.toolTip1.SetToolTip(this.chkEnableSubRX, resources.GetString("chkEnableSubRX.ToolTip"));
            this.chkEnableSubRX.CheckedChanged += new System.EventHandler(this.chkEnableSubRX_CheckedChanged);
            // 
            // ptbPanSubRX
            // 
            this.ptbPanSubRX.BackColor = System.Drawing.SystemColors.Control;
            resources.ApplyResources(this.ptbPanSubRX, "ptbPanSubRX");
            this.ptbPanSubRX.HeadImage = null;
            this.ptbPanSubRX.LargeChange = 1;
            this.ptbPanSubRX.Maximum = 100;
            this.ptbPanSubRX.Minimum = 0;
            this.ptbPanSubRX.Name = "ptbPanSubRX";
            this.ptbPanSubRX.Orientation = System.Windows.Forms.Orientation.Horizontal;
            this.ptbPanSubRX.SmallChange = 1;
            this.ptbPanSubRX.TabStop = false;
            this.toolTip1.SetToolTip(this.ptbPanSubRX, resources.GetString("ptbPanSubRX.ToolTip"));
            this.ptbPanSubRX.Value = 100;
            this.ptbPanSubRX.OnWheel += new PowerSDR.PrettyTrackBar.WheelHandler(this.tbPanSubRX_OnWheel);
            this.ptbPanSubRX.Scroll += new PowerSDR.PrettyTrackBar.ScrollHandler(this.tbPanSubRX_Scroll);
            // 
            // ptbPanMainRX
            // 
            resources.ApplyResources(this.ptbPanMainRX, "ptbPanMainRX");
            this.ptbPanMainRX.HeadImage = null;
            this.ptbPanMainRX.LargeChange = 1;
            this.ptbPanMainRX.Maximum = 100;
            this.ptbPanMainRX.Minimum = 0;
            this.ptbPanMainRX.Name = "ptbPanMainRX";
            this.ptbPanMainRX.Orientation = System.Windows.Forms.Orientation.Horizontal;
            this.ptbPanMainRX.SmallChange = 1;
            this.ptbPanMainRX.TabStop = false;
            this.toolTip1.SetToolTip(this.ptbPanMainRX, resources.GetString("ptbPanMainRX.ToolTip"));
            this.ptbPanMainRX.Value = 0;
            this.ptbPanMainRX.OnWheel += new PowerSDR.PrettyTrackBar.WheelHandler(this.tbPanMainRX_OnWheel);
            this.ptbPanMainRX.Scroll += new PowerSDR.PrettyTrackBar.ScrollHandler(this.tbPanMainRX_Scroll);
            // 
            // ptbRX1Gain
            // 
            resources.ApplyResources(this.ptbRX1Gain, "ptbRX1Gain");
            this.ptbRX1Gain.HeadImage = null;
            this.ptbRX1Gain.LargeChange = 1;
            this.ptbRX1Gain.Maximum = 100;
            this.ptbRX1Gain.Minimum = 0;
            this.ptbRX1Gain.Name = "ptbRX1Gain";
            this.ptbRX1Gain.Orientation = System.Windows.Forms.Orientation.Vertical;
            this.ptbRX1Gain.SmallChange = 1;
            this.ptbRX1Gain.TabStop = false;
            this.toolTip1.SetToolTip(this.ptbRX1Gain, resources.GetString("ptbRX1Gain.ToolTip"));
            this.ptbRX1Gain.Value = 100;
            this.ptbRX1Gain.OnWheel += new PowerSDR.PrettyTrackBar.WheelHandler(this.tbRX1Gain_OnWheel);
            this.ptbRX1Gain.Scroll += new PowerSDR.PrettyTrackBar.ScrollHandler(this.tbRX1Gain_Scroll);
            // 
            // radBandGEN
            // 
            resources.ApplyResources(this.radBandGEN, "radBandGEN");
            this.radBandGEN.FlatAppearance.BorderSize = 0;
            this.radBandGEN.Image = null;
            this.radBandGEN.Name = "radBandGEN";
            this.toolTip1.SetToolTip(this.radBandGEN, resources.GetString("radBandGEN.ToolTip"));
            this.radBandGEN.MouseLeave += new System.EventHandler(this.MouseLeaveBandButton);
            this.radBandGEN.Click += new System.EventHandler(this.btnBandGEN_Click);
            this.radBandGEN.CheckedChanged += new System.EventHandler(this.btnBandGEN_CheckedChanged);
            this.radBandGEN.MouseHover += new System.EventHandler(this.radBandGEN_MouseHover);
            // 
            // radBandWWV
            // 
            resources.ApplyResources(this.radBandWWV, "radBandWWV");
            this.radBandWWV.FlatAppearance.BorderSize = 0;
            this.radBandWWV.Image = null;
            this.radBandWWV.Name = "radBandWWV";
            this.toolTip1.SetToolTip(this.radBandWWV, resources.GetString("radBandWWV.ToolTip"));
            this.radBandWWV.MouseLeave += new System.EventHandler(this.MouseLeaveBandButton);
            this.radBandWWV.Click += new System.EventHandler(this.btnBandWWV_Click);
            this.radBandWWV.CheckedChanged += new System.EventHandler(this.btnBandWWV_CheckedChanged);
            this.radBandWWV.MouseHover += new System.EventHandler(this.radBandWWV_MouseHover);
            // 
            // radMoreBands
            // 
            resources.ApplyResources(this.radMoreBands, "radMoreBands");
            this.radMoreBands.FlatAppearance.BorderSize = 0;
            this.radMoreBands.Image = null;
            this.radMoreBands.Name = "radMoreBands";
            this.toolTip1.SetToolTip(this.radMoreBands, resources.GetString("radMoreBands.ToolTip"));
            this.radMoreBands.MouseLeave += new System.EventHandler(this.MouseLeaveBandButton);
            this.radMoreBands.Click += new System.EventHandler(this.radMoreBands_Click);
            this.radMoreBands.MouseHover += new System.EventHandler(this.radBandVHF_MouseHover);
            // 
            // radBand2
            // 
            resources.ApplyResources(this.radBand2, "radBand2");
            this.radBand2.FlatAppearance.BorderSize = 0;
            this.radBand2.Image = null;
            this.radBand2.Name = "radBand2";
            this.toolTip1.SetToolTip(this.radBand2, resources.GetString("radBand2.ToolTip"));
            this.radBand2.MouseLeave += new System.EventHandler(this.MouseLeaveBandButton);
            this.radBand2.Click += new System.EventHandler(this.btnBand2_Click);
            this.radBand2.CheckedChanged += new System.EventHandler(this.btnBand2_CheckedChanged);
            this.radBand2.MouseHover += new System.EventHandler(this.radBand2_MouseHover);
            // 
            // radBand6
            // 
            resources.ApplyResources(this.radBand6, "radBand6");
            this.radBand6.FlatAppearance.BorderSize = 0;
            this.radBand6.Image = null;
            this.radBand6.Name = "radBand6";
            this.toolTip1.SetToolTip(this.radBand6, resources.GetString("radBand6.ToolTip"));
            this.radBand6.MouseLeave += new System.EventHandler(this.MouseLeaveBandButton);
            this.radBand6.Click += new System.EventHandler(this.btnBand6_Click);
            this.radBand6.CheckedChanged += new System.EventHandler(this.btnBand6_CheckedChanged);
            this.radBand6.MouseHover += new System.EventHandler(this.radBand6_MouseHover);
            // 
            // radBand10
            // 
            resources.ApplyResources(this.radBand10, "radBand10");
            this.radBand10.FlatAppearance.BorderSize = 0;
            this.radBand10.Image = null;
            this.radBand10.Name = "radBand10";
            this.toolTip1.SetToolTip(this.radBand10, resources.GetString("radBand10.ToolTip"));
            this.radBand10.MouseLeave += new System.EventHandler(this.MouseLeaveBandButton);
            this.radBand10.Click += new System.EventHandler(this.btnBand10_Click);
            this.radBand10.CheckedChanged += new System.EventHandler(this.btnBand10_CheckedChanged);
            this.radBand10.MouseHover += new System.EventHandler(this.radBand10_MouseHover);
            // 
            // radBand12
            // 
            resources.ApplyResources(this.radBand12, "radBand12");
            this.radBand12.FlatAppearance.BorderSize = 0;
            this.radBand12.Image = null;
            this.radBand12.Name = "radBand12";
            this.toolTip1.SetToolTip(this.radBand12, resources.GetString("radBand12.ToolTip"));
            this.radBand12.MouseLeave += new System.EventHandler(this.MouseLeaveBandButton);
            this.radBand12.Click += new System.EventHandler(this.btnBand12_Click);
            this.radBand12.CheckedChanged += new System.EventHandler(this.btnBand12_CheckedChanged);
            this.radBand12.MouseHover += new System.EventHandler(this.radBand12_MouseHover);
            // 
            // radBand15
            // 
            resources.ApplyResources(this.radBand15, "radBand15");
            this.radBand15.FlatAppearance.BorderSize = 0;
            this.radBand15.Image = null;
            this.radBand15.Name = "radBand15";
            this.toolTip1.SetToolTip(this.radBand15, resources.GetString("radBand15.ToolTip"));
            this.radBand15.MouseLeave += new System.EventHandler(this.MouseLeaveBandButton);
            this.radBand15.Click += new System.EventHandler(this.btnBand15_Click);
            this.radBand15.CheckedChanged += new System.EventHandler(this.btnBand15_CheckedChanged);
            this.radBand15.MouseHover += new System.EventHandler(this.radBand15_MouseHover);
            // 
            // radBand17
            // 
            resources.ApplyResources(this.radBand17, "radBand17");
            this.radBand17.FlatAppearance.BorderSize = 0;
            this.radBand17.Image = null;
            this.radBand17.Name = "radBand17";
            this.toolTip1.SetToolTip(this.radBand17, resources.GetString("radBand17.ToolTip"));
            this.radBand17.MouseLeave += new System.EventHandler(this.MouseLeaveBandButton);
            this.radBand17.Click += new System.EventHandler(this.btnBand17_Click);
            this.radBand17.CheckedChanged += new System.EventHandler(this.btnBand17_CheckedChanged);
            this.radBand17.MouseHover += new System.EventHandler(this.radBand17_MouseHover);
            // 
            // radBand20
            // 
            resources.ApplyResources(this.radBand20, "radBand20");
            this.radBand20.FlatAppearance.BorderSize = 0;
            this.radBand20.Image = null;
            this.radBand20.Name = "radBand20";
            this.toolTip1.SetToolTip(this.radBand20, resources.GetString("radBand20.ToolTip"));
            this.radBand20.MouseLeave += new System.EventHandler(this.MouseLeaveBandButton);
            this.radBand20.Click += new System.EventHandler(this.btnBand20_Click);
            this.radBand20.CheckedChanged += new System.EventHandler(this.btnBand20_CheckedChanged);
            this.radBand20.MouseHover += new System.EventHandler(this.radBand20_MouseHover);
            // 
            // radBand30
            // 
            resources.ApplyResources(this.radBand30, "radBand30");
            this.radBand30.FlatAppearance.BorderSize = 0;
            this.radBand30.Image = null;
            this.radBand30.Name = "radBand30";
            this.toolTip1.SetToolTip(this.radBand30, resources.GetString("radBand30.ToolTip"));
            this.radBand30.MouseLeave += new System.EventHandler(this.MouseLeaveBandButton);
            this.radBand30.Click += new System.EventHandler(this.btnBand30_Click);
            this.radBand30.CheckedChanged += new System.EventHandler(this.btnBand30_CheckedChanged);
            this.radBand30.MouseHover += new System.EventHandler(this.radBand30_MouseHover);
            // 
            // radBand40
            // 
            resources.ApplyResources(this.radBand40, "radBand40");
            this.radBand40.FlatAppearance.BorderSize = 0;
            this.radBand40.Image = null;
            this.radBand40.Name = "radBand40";
            this.toolTip1.SetToolTip(this.radBand40, resources.GetString("radBand40.ToolTip"));
            this.radBand40.MouseLeave += new System.EventHandler(this.MouseLeaveBandButton);
            this.radBand40.Click += new System.EventHandler(this.btnBand40_Click);
            this.radBand40.CheckedChanged += new System.EventHandler(this.btnBand40_CheckedChanged);
            this.radBand40.MouseHover += new System.EventHandler(this.radBand40_MouseHover);
            // 
            // radBand60
            // 
            resources.ApplyResources(this.radBand60, "radBand60");
            this.radBand60.FlatAppearance.BorderSize = 0;
            this.radBand60.Image = null;
            this.radBand60.Name = "radBand60";
            this.toolTip1.SetToolTip(this.radBand60, resources.GetString("radBand60.ToolTip"));
            this.radBand60.MouseLeave += new System.EventHandler(this.MouseLeaveBandButton);
            this.radBand60.Click += new System.EventHandler(this.btnBand60_Click);
            this.radBand60.CheckedChanged += new System.EventHandler(this.btnBand60_CheckedChanged);
            this.radBand60.MouseHover += new System.EventHandler(this.radBand60_MouseHover);
            // 
            // radBand80
            // 
            resources.ApplyResources(this.radBand80, "radBand80");
            this.radBand80.FlatAppearance.BorderSize = 0;
            this.radBand80.Image = null;
            this.radBand80.Name = "radBand80";
            this.toolTip1.SetToolTip(this.radBand80, resources.GetString("radBand80.ToolTip"));
            this.radBand80.MouseLeave += new System.EventHandler(this.MouseLeaveBandButton);
            this.radBand80.Click += new System.EventHandler(this.btnBand80_Click);
            this.radBand80.CheckedChanged += new System.EventHandler(this.btnBand80_CheckedChanged);
            this.radBand80.MouseHover += new System.EventHandler(this.radBand80_MouseHover);
            // 
            // radBand160
            // 
            resources.ApplyResources(this.radBand160, "radBand160");
            this.radBand160.FlatAppearance.BorderSize = 0;
            this.radBand160.Image = null;
            this.radBand160.Name = "radBand160";
            this.toolTip1.SetToolTip(this.radBand160, resources.GetString("radBand160.ToolTip"));
            this.radBand160.MouseLeave += new System.EventHandler(this.MouseLeaveBandButton);
            this.radBand160.Click += new System.EventHandler(this.btnBand160_Click);
            this.radBand160.CheckedChanged += new System.EventHandler(this.btnBand160_CheckedChanged);
            this.radBand160.MouseHover += new System.EventHandler(this.radBand160_MouseHover);
            // 
            // btnZAP
            // 
            resources.ApplyResources(this.btnZAP, "btnZAP");
            this.btnZAP.FlatAppearance.BorderSize = 0;
            this.btnZAP.Image = null;
            this.btnZAP.Name = "btnZAP";
            this.toolTip1.SetToolTip(this.btnZAP, resources.GetString("btnZAP.ToolTip"));
            this.btnZAP.CheckStateChanged += new System.EventHandler(this.btnZAP_CheckStateChanged);
            // 
            // btnVFOA
            // 
            resources.ApplyResources(this.btnVFOA, "btnVFOA");
            this.btnVFOA.FlatAppearance.BorderSize = 0;
            this.btnVFOA.Image = null;
            this.btnVFOA.Name = "btnVFOA";
            this.toolTip1.SetToolTip(this.btnVFOA, resources.GetString("btnVFOA.ToolTip"));
            this.btnVFOA.Click += new System.EventHandler(this.btnVFOA_Click);
            // 
            // chkVFOsinc
            // 
            resources.ApplyResources(this.chkVFOsinc, "chkVFOsinc");
            this.chkVFOsinc.FlatAppearance.BorderSize = 0;
            this.chkVFOsinc.Image = null;
            this.chkVFOsinc.Name = "chkVFOsinc";
            this.toolTip1.SetToolTip(this.chkVFOsinc, resources.GetString("chkVFOsinc.ToolTip"));
            this.chkVFOsinc.Click += new System.EventHandler(this.chkVFOsinc_Click);
            // 
            // btnEraseMemory
            // 
            this.btnEraseMemory.FlatAppearance.BorderSize = 0;
            resources.ApplyResources(this.btnEraseMemory, "btnEraseMemory");
            this.btnEraseMemory.Image = null;
            this.btnEraseMemory.Name = "btnEraseMemory";
            this.toolTip1.SetToolTip(this.btnEraseMemory, resources.GetString("btnEraseMemory.ToolTip"));
            this.btnEraseMemory.Click += new System.EventHandler(this.btnEraseMemory_Click);
            // 
            // chkVFOLock
            // 
            resources.ApplyResources(this.chkVFOLock, "chkVFOLock");
            this.chkVFOLock.FlatAppearance.BorderSize = 0;
            this.chkVFOLock.Image = null;
            this.chkVFOLock.Name = "chkVFOLock";
            this.toolTip1.SetToolTip(this.chkVFOLock, resources.GetString("chkVFOLock.ToolTip"));
            this.chkVFOLock.CheckedChanged += new System.EventHandler(this.chkVFOLock_CheckedChanged);
            // 
            // btnMemoryQuickRecall
            // 
            this.btnMemoryQuickRecall.FlatAppearance.BorderSize = 0;
            resources.ApplyResources(this.btnMemoryQuickRecall, "btnMemoryQuickRecall");
            this.btnMemoryQuickRecall.Image = null;
            this.btnMemoryQuickRecall.Name = "btnMemoryQuickRecall";
            this.toolTip1.SetToolTip(this.btnMemoryQuickRecall, resources.GetString("btnMemoryQuickRecall.ToolTip"));
            this.btnMemoryQuickRecall.Click += new System.EventHandler(this.btnMemoryQuickRestore_Click);
            // 
            // btnMemoryQuickSave
            // 
            this.btnMemoryQuickSave.FlatAppearance.BorderSize = 0;
            resources.ApplyResources(this.btnMemoryQuickSave, "btnMemoryQuickSave");
            this.btnMemoryQuickSave.Image = null;
            this.btnMemoryQuickSave.Name = "btnMemoryQuickSave";
            this.toolTip1.SetToolTip(this.btnMemoryQuickSave, resources.GetString("btnMemoryQuickSave.ToolTip"));
            this.btnMemoryQuickSave.Click += new System.EventHandler(this.btnMemoryQuickSave_Click);
            // 
            // chkDisplayPeak
            // 
            resources.ApplyResources(this.chkDisplayPeak, "chkDisplayPeak");
            this.chkDisplayPeak.FlatAppearance.BorderSize = 0;
            this.chkDisplayPeak.Image = null;
            this.chkDisplayPeak.Name = "chkDisplayPeak";
            this.toolTip1.SetToolTip(this.chkDisplayPeak, resources.GetString("chkDisplayPeak.ToolTip"));
            this.chkDisplayPeak.CheckedChanged += new System.EventHandler(this.chkDisplayPeak_CheckedChanged);
            // 
            // comboDisplayMode
            // 
            this.comboDisplayMode.BackColor = System.Drawing.SystemColors.Window;
            this.comboDisplayMode.DisplayMember = "3";
            this.comboDisplayMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboDisplayMode.DropDownWidth = 88;
            resources.ApplyResources(this.comboDisplayMode, "comboDisplayMode");
            this.comboDisplayMode.ForeColor = System.Drawing.SystemColors.WindowText;
            this.comboDisplayMode.Name = "comboDisplayMode";
            this.toolTip1.SetToolTip(this.comboDisplayMode, resources.GetString("comboDisplayMode.ToolTip"));
            this.comboDisplayMode.SelectedIndexChanged += new System.EventHandler(this.comboDisplayMode_SelectedIndexChanged);
            // 
            // chkDisplayAVG
            // 
            resources.ApplyResources(this.chkDisplayAVG, "chkDisplayAVG");
            this.chkDisplayAVG.FlatAppearance.BorderSize = 0;
            this.chkDisplayAVG.Image = null;
            this.chkDisplayAVG.Name = "chkDisplayAVG";
            this.toolTip1.SetToolTip(this.chkDisplayAVG, resources.GetString("chkDisplayAVG.ToolTip"));
            this.chkDisplayAVG.CheckedChanged += new System.EventHandler(this.chkDisplayAVG_CheckedChanged);
            // 
            // chkRecordWav
            // 
            resources.ApplyResources(this.chkRecordWav, "chkRecordWav");
            this.chkRecordWav.FlatAppearance.BorderSize = 0;
            this.chkRecordWav.Image = null;
            this.chkRecordWav.Name = "chkRecordWav";
            this.toolTip1.SetToolTip(this.chkRecordWav, resources.GetString("chkRecordWav.ToolTip"));
            this.chkRecordWav.CheckedChanged += new System.EventHandler(this.chkRecordWav_CheckedChanged);
            // 
            // chkMUT
            // 
            resources.ApplyResources(this.chkMUT, "chkMUT");
            this.chkMUT.ContextMenuStrip = this.contextMenuMUTE;
            this.chkMUT.FlatAppearance.BorderSize = 0;
            this.chkMUT.Image = null;
            this.chkMUT.Name = "chkMUT";
            this.toolTip1.SetToolTip(this.chkMUT, resources.GetString("chkMUT.ToolTip"));
            this.chkMUT.CheckedChanged += new System.EventHandler(this.chkMUT_CheckedChanged);
            // 
            // contextMenuMUTE
            // 
            this.contextMenuMUTE.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.leftToolStripMenuItem,
            this.rightToolStripMenuItem,
            this.bothToolStripMenuItem,
            this.noneToolStripMenuItem});
            this.contextMenuMUTE.Name = "contextMenuMUTE";
            resources.ApplyResources(this.contextMenuMUTE, "contextMenuMUTE");
            // 
            // leftToolStripMenuItem
            // 
            this.leftToolStripMenuItem.Name = "leftToolStripMenuItem";
            resources.ApplyResources(this.leftToolStripMenuItem, "leftToolStripMenuItem");
            this.leftToolStripMenuItem.Click += new System.EventHandler(this.leftToolStripMenuItem_Click);
            // 
            // rightToolStripMenuItem
            // 
            this.rightToolStripMenuItem.Name = "rightToolStripMenuItem";
            resources.ApplyResources(this.rightToolStripMenuItem, "rightToolStripMenuItem");
            this.rightToolStripMenuItem.Click += new System.EventHandler(this.rightToolStripMenuItem_Click);
            // 
            // bothToolStripMenuItem
            // 
            this.bothToolStripMenuItem.Name = "bothToolStripMenuItem";
            resources.ApplyResources(this.bothToolStripMenuItem, "bothToolStripMenuItem");
            this.bothToolStripMenuItem.Click += new System.EventHandler(this.bothToolStripMenuItem_Click);
            // 
            // noneToolStripMenuItem
            // 
            this.noneToolStripMenuItem.Name = "noneToolStripMenuItem";
            resources.ApplyResources(this.noneToolStripMenuItem, "noneToolStripMenuItem");
            this.noneToolStripMenuItem.Click += new System.EventHandler(this.noneToolStripMenuItem_Click);
            // 
            // chkMON
            // 
            resources.ApplyResources(this.chkMON, "chkMON");
            this.chkMON.FlatAppearance.BorderSize = 0;
            this.chkMON.Image = null;
            this.chkMON.Name = "chkMON";
            this.toolTip1.SetToolTip(this.chkMON, resources.GetString("chkMON.ToolTip"));
            this.chkMON.CheckedChanged += new System.EventHandler(this.chkMON_CheckedChanged);
            // 
            // chkTUN
            // 
            resources.ApplyResources(this.chkTUN, "chkTUN");
            this.chkTUN.FlatAppearance.BorderSize = 0;
            this.chkTUN.Image = null;
            this.chkTUN.Name = "chkTUN";
            this.toolTip1.SetToolTip(this.chkTUN, resources.GetString("chkTUN.ToolTip"));
            this.chkTUN.CheckedChanged += new System.EventHandler(this.chkTUN_CheckedChanged);
            // 
            // chkMOX
            // 
            resources.ApplyResources(this.chkMOX, "chkMOX");
            this.chkMOX.FlatAppearance.BorderSize = 0;
            this.chkMOX.Image = null;
            this.chkMOX.Name = "chkMOX";
            this.toolTip1.SetToolTip(this.chkMOX, resources.GetString("chkMOX.ToolTip"));
            this.chkMOX.Click += new System.EventHandler(this.chkMOX_Click);
            this.chkMOX.CheckedChanged += new System.EventHandler(this.chkMOX_CheckedChanged);
            // 
            // chkPlayWav
            // 
            resources.ApplyResources(this.chkPlayWav, "chkPlayWav");
            this.chkPlayWav.FlatAppearance.BorderSize = 0;
            this.chkPlayWav.Image = null;
            this.chkPlayWav.Name = "chkPlayWav";
            this.toolTip1.SetToolTip(this.chkPlayWav, resources.GetString("chkPlayWav.ToolTip"));
            this.chkPlayWav.CheckedChanged += new System.EventHandler(this.chkPlayWav_CheckedChanged);
            // 
            // comboVACSampleRate
            // 
            this.comboVACSampleRate.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboVACSampleRate.DropDownWidth = 64;
            resources.ApplyResources(this.comboVACSampleRate, "comboVACSampleRate");
            this.comboVACSampleRate.Items.AddRange(new object[] {
            resources.GetString("comboVACSampleRate.Items"),
            resources.GetString("comboVACSampleRate.Items1"),
            resources.GetString("comboVACSampleRate.Items2"),
            resources.GetString("comboVACSampleRate.Items3"),
            resources.GetString("comboVACSampleRate.Items4"),
            resources.GetString("comboVACSampleRate.Items5"),
            resources.GetString("comboVACSampleRate.Items6"),
            resources.GetString("comboVACSampleRate.Items7"),
            resources.GetString("comboVACSampleRate.Items8"),
            resources.GetString("comboVACSampleRate.Items9")});
            this.comboVACSampleRate.Name = "comboVACSampleRate";
            this.toolTip1.SetToolTip(this.comboVACSampleRate, resources.GetString("comboVACSampleRate.ToolTip"));
            this.comboVACSampleRate.SelectedIndexChanged += new System.EventHandler(this.comboVACSampleRate_SelectedIndexChanged);
            // 
            // txtWheelTune
            // 
            this.txtWheelTune.BackColor = System.Drawing.SystemColors.Window;
            this.txtWheelTune.Cursor = System.Windows.Forms.Cursors.Default;
            resources.ApplyResources(this.txtWheelTune, "txtWheelTune");
            this.txtWheelTune.ForeColor = System.Drawing.SystemColors.ControlText;
            this.txtWheelTune.Name = "txtWheelTune";
            this.txtWheelTune.ReadOnly = true;
            this.toolTip1.SetToolTip(this.txtWheelTune, resources.GetString("txtWheelTune.ToolTip"));
            this.txtWheelTune.GotFocus += new System.EventHandler(this.HideFocus);
            this.txtWheelTune.MouseDown += new System.Windows.Forms.MouseEventHandler(this.WheelTune_MouseDown);
            // 
            // udFilterHigh
            // 
            this.udFilterHigh.BackColor = System.Drawing.SystemColors.Window;
            resources.ApplyResources(this.udFilterHigh, "udFilterHigh");
            this.udFilterHigh.ForeColor = System.Drawing.SystemColors.ControlText;
            this.udFilterHigh.Increment = new decimal(new int[] {
            10,
            0,
            0,
            0});
            this.udFilterHigh.Maximum = new decimal(new int[] {
            125000,
            0,
            0,
            0});
            this.udFilterHigh.Minimum = new decimal(new int[] {
            125000,
            0,
            0,
            -2147483648});
            this.udFilterHigh.Name = "udFilterHigh";
            this.toolTip1.SetToolTip(this.udFilterHigh, resources.GetString("udFilterHigh.ToolTip"));
            this.udFilterHigh.Value = new decimal(new int[] {
            6000,
            0,
            0,
            0});
            this.udFilterHigh.ValueChanged += new System.EventHandler(this.udFilterHigh_ValueChanged);
            this.udFilterHigh.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Console_KeyPress);
            this.udFilterHigh.LostFocus += new System.EventHandler(this.udFilterHigh_LostFocus);
            // 
            // udFilterLow
            // 
            this.udFilterLow.BackColor = System.Drawing.SystemColors.Window;
            resources.ApplyResources(this.udFilterLow, "udFilterLow");
            this.udFilterLow.ForeColor = System.Drawing.SystemColors.ControlText;
            this.udFilterLow.Increment = new decimal(new int[] {
            10,
            0,
            0,
            0});
            this.udFilterLow.Maximum = new decimal(new int[] {
            125000,
            0,
            0,
            0});
            this.udFilterLow.Minimum = new decimal(new int[] {
            125000,
            0,
            0,
            -2147483648});
            this.udFilterLow.Name = "udFilterLow";
            this.toolTip1.SetToolTip(this.udFilterLow, resources.GetString("udFilterLow.ToolTip"));
            this.udFilterLow.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udFilterLow.ValueChanged += new System.EventHandler(this.udFilterLow_ValueChanged);
            this.udFilterLow.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Console_KeyPress);
            this.udFilterLow.LostFocus += new System.EventHandler(this.udFilterLow_LostFocus);
            // 
            // ptbFilterWidth
            // 
            resources.ApplyResources(this.ptbFilterWidth, "ptbFilterWidth");
            this.ptbFilterWidth.HeadImage = null;
            this.ptbFilterWidth.LargeChange = 5;
            this.ptbFilterWidth.Maximum = 20000;
            this.ptbFilterWidth.Minimum = 1;
            this.ptbFilterWidth.Name = "ptbFilterWidth";
            this.ptbFilterWidth.Orientation = System.Windows.Forms.Orientation.Horizontal;
            this.ptbFilterWidth.SmallChange = 1;
            this.ptbFilterWidth.TabStop = false;
            this.toolTip1.SetToolTip(this.ptbFilterWidth, resources.GetString("ptbFilterWidth.ToolTip"));
            this.ptbFilterWidth.Value = 1;
            this.ptbFilterWidth.OnWheel += new PowerSDR.PrettyTrackBar.WheelHandler(this.tbFilterWidth_Wheel);
            this.ptbFilterWidth.Scroll += new PowerSDR.PrettyTrackBar.ScrollHandler(this.tbFilterWidth_Scroll);
            // 
            // btnFilterShiftReset
            // 
            this.btnFilterShiftReset.FlatAppearance.BorderSize = 0;
            resources.ApplyResources(this.btnFilterShiftReset, "btnFilterShiftReset");
            this.btnFilterShiftReset.Image = null;
            this.btnFilterShiftReset.Name = "btnFilterShiftReset";
            this.btnFilterShiftReset.Tag = "Reset Filter Shift";
            this.toolTip1.SetToolTip(this.btnFilterShiftReset, resources.GetString("btnFilterShiftReset.ToolTip"));
            this.btnFilterShiftReset.Click += new System.EventHandler(this.btnFilterShiftReset_Click);
            // 
            // ptbFilterShift
            // 
            resources.ApplyResources(this.ptbFilterShift, "ptbFilterShift");
            this.ptbFilterShift.HeadImage = null;
            this.ptbFilterShift.LargeChange = 5;
            this.ptbFilterShift.Maximum = 1000;
            this.ptbFilterShift.Minimum = -1000;
            this.ptbFilterShift.Name = "ptbFilterShift";
            this.ptbFilterShift.Orientation = System.Windows.Forms.Orientation.Horizontal;
            this.ptbFilterShift.SmallChange = 1;
            this.ptbFilterShift.TabStop = false;
            this.toolTip1.SetToolTip(this.ptbFilterShift, resources.GetString("ptbFilterShift.ToolTip"));
            this.ptbFilterShift.Value = 0;
            this.ptbFilterShift.OnWheel += new PowerSDR.PrettyTrackBar.WheelHandler(this.tbFilterShift_Wheel);
            this.ptbFilterShift.Scroll += new PowerSDR.PrettyTrackBar.ScrollHandler(this.tbFilterShift_Scroll);
            // 
            // chkPower
            // 
            resources.ApplyResources(this.chkPower, "chkPower");
            this.chkPower.BackColor = System.Drawing.SystemColors.Control;
            this.chkPower.FlatAppearance.BorderSize = 0;
            this.chkPower.Image = null;
            this.chkPower.Name = "chkPower";
            this.toolTip1.SetToolTip(this.chkPower, resources.GetString("chkPower.ToolTip"));
            this.chkPower.UseVisualStyleBackColor = false;
            this.chkPower.CheckedChanged += new System.EventHandler(this.chkPower_CheckedChanged);
            // 
            // chkDSPNB2
            // 
            resources.ApplyResources(this.chkDSPNB2, "chkDSPNB2");
            this.chkDSPNB2.FlatAppearance.BorderSize = 0;
            this.chkDSPNB2.Image = null;
            this.chkDSPNB2.Name = "chkDSPNB2";
            this.toolTip1.SetToolTip(this.chkDSPNB2, resources.GetString("chkDSPNB2.ToolTip"));
            this.chkDSPNB2.CheckedChanged += new System.EventHandler(this.chkDSPNB2_CheckedChanged);
            // 
            // chkNB
            // 
            resources.ApplyResources(this.chkNB, "chkNB");
            this.chkNB.FlatAppearance.BorderSize = 0;
            this.chkNB.Image = null;
            this.chkNB.Name = "chkNB";
            this.toolTip1.SetToolTip(this.chkNB, resources.GetString("chkNB.ToolTip"));
            this.chkNB.CheckedChanged += new System.EventHandler(this.chkNB_CheckedChanged);
            // 
            // chkANF
            // 
            resources.ApplyResources(this.chkANF, "chkANF");
            this.chkANF.FlatAppearance.BorderSize = 0;
            this.chkANF.Image = null;
            this.chkANF.Name = "chkANF";
            this.toolTip1.SetToolTip(this.chkANF, resources.GetString("chkANF.ToolTip"));
            this.chkANF.CheckedChanged += new System.EventHandler(this.chkANF_CheckedChanged);
            // 
            // chkNR
            // 
            resources.ApplyResources(this.chkNR, "chkNR");
            this.chkNR.FlatAppearance.BorderSize = 0;
            this.chkNR.Image = null;
            this.chkNR.Name = "chkNR";
            this.toolTip1.SetToolTip(this.chkNR, resources.GetString("chkNR.ToolTip"));
            this.chkNR.CheckedChanged += new System.EventHandler(this.chkNR_CheckedChanged);
            // 
            // chkBIN
            // 
            resources.ApplyResources(this.chkBIN, "chkBIN");
            this.chkBIN.FlatAppearance.BorderSize = 0;
            this.chkBIN.Image = null;
            this.chkBIN.Name = "chkBIN";
            this.toolTip1.SetToolTip(this.chkBIN, resources.GetString("chkBIN.ToolTip"));
            this.chkBIN.CheckedChanged += new System.EventHandler(this.chkBIN_CheckedChanged);
            // 
            // udXIT
            // 
            this.udXIT.BackColor = System.Drawing.SystemColors.Window;
            this.udXIT.ForeColor = System.Drawing.SystemColors.ControlText;
            this.udXIT.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            resources.ApplyResources(this.udXIT, "udXIT");
            this.udXIT.Maximum = new decimal(new int[] {
            99999,
            0,
            0,
            0});
            this.udXIT.Minimum = new decimal(new int[] {
            99999,
            0,
            0,
            -2147483648});
            this.udXIT.Name = "udXIT";
            this.toolTip1.SetToolTip(this.udXIT, resources.GetString("udXIT.ToolTip"));
            this.udXIT.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udXIT.ValueChanged += new System.EventHandler(this.udXIT_ValueChanged);
            this.udXIT.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Console_KeyPress);
            this.udXIT.LostFocus += new System.EventHandler(this.udXIT_LostFocus);
            // 
            // udRIT
            // 
            this.udRIT.BackColor = System.Drawing.SystemColors.Window;
            this.udRIT.ForeColor = System.Drawing.SystemColors.ControlText;
            this.udRIT.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            resources.ApplyResources(this.udRIT, "udRIT");
            this.udRIT.Maximum = new decimal(new int[] {
            99999,
            0,
            0,
            0});
            this.udRIT.Minimum = new decimal(new int[] {
            99999,
            0,
            0,
            -2147483648});
            this.udRIT.Name = "udRIT";
            this.toolTip1.SetToolTip(this.udRIT, resources.GetString("udRIT.ToolTip"));
            this.udRIT.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udRIT.ValueChanged += new System.EventHandler(this.udRIT_ValueChanged);
            this.udRIT.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Console_KeyPress);
            this.udRIT.LostFocus += new System.EventHandler(this.udRIT_LostFocus);
            // 
            // chkXIT
            // 
            resources.ApplyResources(this.chkXIT, "chkXIT");
            this.chkXIT.FlatAppearance.BorderSize = 0;
            this.chkXIT.Image = null;
            this.chkXIT.Name = "chkXIT";
            this.toolTip1.SetToolTip(this.chkXIT, resources.GetString("chkXIT.ToolTip"));
            this.chkXIT.CheckedChanged += new System.EventHandler(this.chkXIT_CheckedChanged);
            // 
            // chkRIT
            // 
            resources.ApplyResources(this.chkRIT, "chkRIT");
            this.chkRIT.FlatAppearance.BorderSize = 0;
            this.chkRIT.Image = null;
            this.chkRIT.Name = "chkRIT";
            this.toolTip1.SetToolTip(this.chkRIT, resources.GetString("chkRIT.ToolTip"));
            this.chkRIT.CheckedChanged += new System.EventHandler(this.chkRIT_CheckedChanged);
            // 
            // comboMeterTXMode
            // 
            this.comboMeterTXMode.BackColor = System.Drawing.SystemColors.Window;
            this.comboMeterTXMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboMeterTXMode.DropDownWidth = 72;
            this.comboMeterTXMode.ForeColor = System.Drawing.SystemColors.WindowText;
            resources.ApplyResources(this.comboMeterTXMode, "comboMeterTXMode");
            this.comboMeterTXMode.Name = "comboMeterTXMode";
            this.toolTip1.SetToolTip(this.comboMeterTXMode, resources.GetString("comboMeterTXMode.ToolTip"));
            this.comboMeterTXMode.SelectedIndexChanged += new System.EventHandler(this.comboMeterTXMode_SelectedIndexChanged);
            // 
            // comboMeterRXMode
            // 
            this.comboMeterRXMode.BackColor = System.Drawing.SystemColors.Window;
            this.comboMeterRXMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboMeterRXMode.DropDownWidth = 72;
            this.comboMeterRXMode.ForeColor = System.Drawing.SystemColors.WindowText;
            resources.ApplyResources(this.comboMeterRXMode, "comboMeterRXMode");
            this.comboMeterRXMode.Name = "comboMeterRXMode";
            this.toolTip1.SetToolTip(this.comboMeterRXMode, resources.GetString("comboMeterRXMode.ToolTip"));
            this.comboMeterRXMode.SelectedIndexChanged += new System.EventHandler(this.comboMeterRXMode_SelectedIndexChanged);
            // 
            // btnRITReset
            // 
            this.btnRITReset.FlatAppearance.BorderSize = 0;
            resources.ApplyResources(this.btnRITReset, "btnRITReset");
            this.btnRITReset.Image = null;
            this.btnRITReset.Name = "btnRITReset";
            this.toolTip1.SetToolTip(this.btnRITReset, resources.GetString("btnRITReset.ToolTip"));
            this.btnRITReset.Click += new System.EventHandler(this.btnRITReset_Click);
            // 
            // btnXITReset
            // 
            this.btnXITReset.FlatAppearance.BorderSize = 0;
            resources.ApplyResources(this.btnXITReset, "btnXITReset");
            this.btnXITReset.Image = null;
            this.btnXITReset.Name = "btnXITReset";
            this.toolTip1.SetToolTip(this.btnXITReset, resources.GetString("btnXITReset.ToolTip"));
            this.btnXITReset.Click += new System.EventHandler(this.btnXITReset_Click);
            // 
            // btnVFOSwap
            // 
            resources.ApplyResources(this.btnVFOSwap, "btnVFOSwap");
            this.btnVFOSwap.FlatAppearance.BorderSize = 0;
            this.btnVFOSwap.Image = null;
            this.btnVFOSwap.Name = "btnVFOSwap";
            this.toolTip1.SetToolTip(this.btnVFOSwap, resources.GetString("btnVFOSwap.ToolTip"));
            this.btnVFOSwap.Click += new System.EventHandler(this.btnVFOSwap_Click);
            // 
            // btnVFOBtoA
            // 
            resources.ApplyResources(this.btnVFOBtoA, "btnVFOBtoA");
            this.btnVFOBtoA.FlatAppearance.BorderSize = 0;
            this.btnVFOBtoA.Image = null;
            this.btnVFOBtoA.Name = "btnVFOBtoA";
            this.toolTip1.SetToolTip(this.btnVFOBtoA, resources.GetString("btnVFOBtoA.ToolTip"));
            this.btnVFOBtoA.Click += new System.EventHandler(this.btnVFOBtoA_Click);
            // 
            // btnVFOAtoB
            // 
            resources.ApplyResources(this.btnVFOAtoB, "btnVFOAtoB");
            this.btnVFOAtoB.FlatAppearance.BorderSize = 0;
            this.btnVFOAtoB.Image = null;
            this.btnVFOAtoB.Name = "btnVFOAtoB";
            this.toolTip1.SetToolTip(this.btnVFOAtoB, resources.GetString("btnVFOAtoB.ToolTip"));
            this.btnVFOAtoB.Click += new System.EventHandler(this.btnVFOAtoB_Click);
            // 
            // chkVFOSplit
            // 
            resources.ApplyResources(this.chkVFOSplit, "chkVFOSplit");
            this.chkVFOSplit.FlatAppearance.BorderSize = 0;
            this.chkVFOSplit.Image = null;
            this.chkVFOSplit.Name = "chkVFOSplit";
            this.toolTip1.SetToolTip(this.chkVFOSplit, resources.GetString("chkVFOSplit.ToolTip"));
            this.chkVFOSplit.CheckedChanged += new System.EventHandler(this.chkVFOSplit_CheckedChanged);
            // 
            // chkSQLMainRX
            // 
            resources.ApplyResources(this.chkSQLMainRX, "chkSQLMainRX");
            this.chkSQLMainRX.FlatAppearance.BorderSize = 0;
            this.chkSQLMainRX.Image = null;
            this.chkSQLMainRX.Name = "chkSQLMainRX";
            this.toolTip1.SetToolTip(this.chkSQLMainRX, resources.GetString("chkSQLMainRX.ToolTip"));
            this.chkSQLMainRX.CheckedChanged += new System.EventHandler(this.chkSQLMainRX_CheckedChanged);
            // 
            // udVACTXGain
            // 
            this.udVACTXGain.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            resources.ApplyResources(this.udVACTXGain, "udVACTXGain");
            this.udVACTXGain.Maximum = new decimal(new int[] {
            20,
            0,
            0,
            0});
            this.udVACTXGain.Minimum = new decimal(new int[] {
            40,
            0,
            0,
            -2147483648});
            this.udVACTXGain.Name = "udVACTXGain";
            this.toolTip1.SetToolTip(this.udVACTXGain, resources.GetString("udVACTXGain.ToolTip"));
            this.udVACTXGain.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udVACTXGain.ValueChanged += new System.EventHandler(this.udVACTXGain_ValueChanged);
            // 
            // udVACRXGain
            // 
            this.udVACRXGain.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            resources.ApplyResources(this.udVACRXGain, "udVACRXGain");
            this.udVACRXGain.Maximum = new decimal(new int[] {
            20,
            0,
            0,
            0});
            this.udVACRXGain.Minimum = new decimal(new int[] {
            40,
            0,
            0,
            -2147483648});
            this.udVACRXGain.Name = "udVACRXGain";
            this.toolTip1.SetToolTip(this.udVACRXGain, resources.GetString("udVACRXGain.ToolTip"));
            this.udVACRXGain.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udVACRXGain.ValueChanged += new System.EventHandler(this.udVACRXGain_ValueChanged);
            // 
            // chkVACEnabled
            // 
            resources.ApplyResources(this.chkVACEnabled, "chkVACEnabled");
            this.chkVACEnabled.FlatAppearance.BorderSize = 0;
            this.chkVACEnabled.Image = null;
            this.chkVACEnabled.Name = "chkVACEnabled";
            this.toolTip1.SetToolTip(this.chkVACEnabled, resources.GetString("chkVACEnabled.ToolTip"));
            this.chkVACEnabled.CheckedChanged += new System.EventHandler(this.chkVACEnabled_CheckedChanged);
            // 
            // udSubRXFilterHigh
            // 
            this.udSubRXFilterHigh.BackColor = System.Drawing.SystemColors.Window;
            resources.ApplyResources(this.udSubRXFilterHigh, "udSubRXFilterHigh");
            this.udSubRXFilterHigh.ForeColor = System.Drawing.SystemColors.ControlText;
            this.udSubRXFilterHigh.Increment = new decimal(new int[] {
            10,
            0,
            0,
            0});
            this.udSubRXFilterHigh.Maximum = new decimal(new int[] {
            20000,
            0,
            0,
            0});
            this.udSubRXFilterHigh.Minimum = new decimal(new int[] {
            20000,
            0,
            0,
            -2147483648});
            this.udSubRXFilterHigh.Name = "udSubRXFilterHigh";
            this.toolTip1.SetToolTip(this.udSubRXFilterHigh, resources.GetString("udSubRXFilterHigh.ToolTip"));
            this.udSubRXFilterHigh.Value = new decimal(new int[] {
            6000,
            0,
            0,
            0});
            this.udSubRXFilterHigh.ValueChanged += new System.EventHandler(this.udSubRXFilterHigh_ValueChanged);
            this.udSubRXFilterHigh.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Console_KeyPress);
            this.udSubRXFilterHigh.LostFocus += new System.EventHandler(this.udSubRXFilterHigh_LostFocus);
            // 
            // udSubRXFilterLow
            // 
            this.udSubRXFilterLow.BackColor = System.Drawing.SystemColors.Window;
            resources.ApplyResources(this.udSubRXFilterLow, "udSubRXFilterLow");
            this.udSubRXFilterLow.ForeColor = System.Drawing.SystemColors.ControlText;
            this.udSubRXFilterLow.Increment = new decimal(new int[] {
            10,
            0,
            0,
            0});
            this.udSubRXFilterLow.Maximum = new decimal(new int[] {
            20000,
            0,
            0,
            0});
            this.udSubRXFilterLow.Minimum = new decimal(new int[] {
            20000,
            0,
            0,
            -2147483648});
            this.udSubRXFilterLow.Name = "udSubRXFilterLow";
            this.toolTip1.SetToolTip(this.udSubRXFilterLow, resources.GetString("udSubRXFilterLow.ToolTip"));
            this.udSubRXFilterLow.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udSubRXFilterLow.ValueChanged += new System.EventHandler(this.udSubRXFilterLow_ValueChanged);
            this.udSubRXFilterLow.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Console_KeyPress);
            this.udSubRXFilterLow.LostFocus += new System.EventHandler(this.udSubRXFilterLow_LostFocus);
            // 
            // ptbSubRXFilterWidth
            // 
            resources.ApplyResources(this.ptbSubRXFilterWidth, "ptbSubRXFilterWidth");
            this.ptbSubRXFilterWidth.HeadImage = null;
            this.ptbSubRXFilterWidth.LargeChange = 5;
            this.ptbSubRXFilterWidth.Maximum = 20000;
            this.ptbSubRXFilterWidth.Minimum = 1;
            this.ptbSubRXFilterWidth.Name = "ptbSubRXFilterWidth";
            this.ptbSubRXFilterWidth.Orientation = System.Windows.Forms.Orientation.Horizontal;
            this.ptbSubRXFilterWidth.SmallChange = 1;
            this.ptbSubRXFilterWidth.TabStop = false;
            this.toolTip1.SetToolTip(this.ptbSubRXFilterWidth, resources.GetString("ptbSubRXFilterWidth.ToolTip"));
            this.ptbSubRXFilterWidth.Value = 1;
            this.ptbSubRXFilterWidth.OnWheel += new PowerSDR.PrettyTrackBar.WheelHandler(this.ptbSubRXFilterWidth_OnWheel);
            this.ptbSubRXFilterWidth.MouseMove += new System.Windows.Forms.MouseEventHandler(this.ptbSubRXFilterWidth_MouseMove);
            this.ptbSubRXFilterWidth.Scroll += new PowerSDR.PrettyTrackBar.ScrollHandler(this.ptbSubRXFilterWidth_Scroll);
            // 
            // btnSubRXFilterShiftReset
            // 
            this.btnSubRXFilterShiftReset.FlatAppearance.BorderSize = 0;
            resources.ApplyResources(this.btnSubRXFilterShiftReset, "btnSubRXFilterShiftReset");
            this.btnSubRXFilterShiftReset.Image = null;
            this.btnSubRXFilterShiftReset.Name = "btnSubRXFilterShiftReset";
            this.btnSubRXFilterShiftReset.Tag = "Reset Filter Shift";
            this.toolTip1.SetToolTip(this.btnSubRXFilterShiftReset, resources.GetString("btnSubRXFilterShiftReset.ToolTip"));
            this.btnSubRXFilterShiftReset.Click += new System.EventHandler(this.btnSubRXFilterShiftReset_Click);
            // 
            // ptbSubRXFilterShift
            // 
            resources.ApplyResources(this.ptbSubRXFilterShift, "ptbSubRXFilterShift");
            this.ptbSubRXFilterShift.HeadImage = null;
            this.ptbSubRXFilterShift.LargeChange = 5;
            this.ptbSubRXFilterShift.Maximum = 1000;
            this.ptbSubRXFilterShift.Minimum = -1000;
            this.ptbSubRXFilterShift.Name = "ptbSubRXFilterShift";
            this.ptbSubRXFilterShift.Orientation = System.Windows.Forms.Orientation.Horizontal;
            this.ptbSubRXFilterShift.SmallChange = 1;
            this.ptbSubRXFilterShift.TabStop = false;
            this.toolTip1.SetToolTip(this.ptbSubRXFilterShift, resources.GetString("ptbSubRXFilterShift.ToolTip"));
            this.ptbSubRXFilterShift.Value = 0;
            this.ptbSubRXFilterShift.OnWheel += new PowerSDR.PrettyTrackBar.WheelHandler(this.ptbSubRXFilterShift_OnWheel);
            this.ptbSubRXFilterShift.MouseMove += new System.Windows.Forms.MouseEventHandler(this.ptbSubRXFilterShift_MouseMove);
            this.ptbSubRXFilterShift.Scroll += new PowerSDR.PrettyTrackBar.ScrollHandler(this.ptbSubRXFilterShift_Scroll);
            // 
            // chkNB2SubRX
            // 
            resources.ApplyResources(this.chkNB2SubRX, "chkNB2SubRX");
            this.chkNB2SubRX.FlatAppearance.BorderSize = 0;
            this.chkNB2SubRX.Image = null;
            this.chkNB2SubRX.Name = "chkNB2SubRX";
            this.toolTip1.SetToolTip(this.chkNB2SubRX, resources.GetString("chkNB2SubRX.ToolTip"));
            this.chkNB2SubRX.CheckedChanged += new System.EventHandler(this.chkNB2SubRX_CheckedChanged);
            // 
            // chkNBSubRX
            // 
            resources.ApplyResources(this.chkNBSubRX, "chkNBSubRX");
            this.chkNBSubRX.FlatAppearance.BorderSize = 0;
            this.chkNBSubRX.Image = null;
            this.chkNBSubRX.Name = "chkNBSubRX";
            this.toolTip1.SetToolTip(this.chkNBSubRX, resources.GetString("chkNBSubRX.ToolTip"));
            this.chkNBSubRX.CheckedChanged += new System.EventHandler(this.chkNBSubRX_CheckedChanged);
            // 
            // chkANFSubRX
            // 
            resources.ApplyResources(this.chkANFSubRX, "chkANFSubRX");
            this.chkANFSubRX.FlatAppearance.BorderSize = 0;
            this.chkANFSubRX.Image = null;
            this.chkANFSubRX.Name = "chkANFSubRX";
            this.toolTip1.SetToolTip(this.chkANFSubRX, resources.GetString("chkANFSubRX.ToolTip"));
            this.chkANFSubRX.CheckedChanged += new System.EventHandler(this.chkANFSubRX_CheckedChanged);
            // 
            // chkNRSubRX
            // 
            resources.ApplyResources(this.chkNRSubRX, "chkNRSubRX");
            this.chkNRSubRX.FlatAppearance.BorderSize = 0;
            this.chkNRSubRX.Image = null;
            this.chkNRSubRX.Name = "chkNRSubRX";
            this.toolTip1.SetToolTip(this.chkNRSubRX, resources.GetString("chkNRSubRX.ToolTip"));
            this.chkNRSubRX.CheckedChanged += new System.EventHandler(this.chkNRSubRX_CheckedChanged);
            // 
            // chkBINSubRX
            // 
            resources.ApplyResources(this.chkBINSubRX, "chkBINSubRX");
            this.chkBINSubRX.FlatAppearance.BorderSize = 0;
            this.chkBINSubRX.Image = null;
            this.chkBINSubRX.Name = "chkBINSubRX";
            this.toolTip1.SetToolTip(this.chkBINSubRX, resources.GetString("chkBINSubRX.ToolTip"));
            this.chkBINSubRX.CheckedChanged += new System.EventHandler(this.chkBINSubRX_CheckedChanged);
            // 
            // comboAGCMainRX
            // 
            this.comboAGCMainRX.BackColor = System.Drawing.SystemColors.Window;
            this.comboAGCMainRX.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboAGCMainRX.DropDownWidth = 48;
            resources.ApplyResources(this.comboAGCMainRX, "comboAGCMainRX");
            this.comboAGCMainRX.ForeColor = System.Drawing.SystemColors.WindowText;
            this.comboAGCMainRX.Name = "comboAGCMainRX";
            this.toolTip1.SetToolTip(this.comboAGCMainRX, resources.GetString("comboAGCMainRX.ToolTip"));
            this.comboAGCMainRX.SelectedIndexChanged += new System.EventHandler(this.comboAGCMainRX_SelectedIndexChanged);
            // 
            // comboAGCSubRX
            // 
            this.comboAGCSubRX.BackColor = System.Drawing.SystemColors.Window;
            this.comboAGCSubRX.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboAGCSubRX.DropDownWidth = 48;
            resources.ApplyResources(this.comboAGCSubRX, "comboAGCSubRX");
            this.comboAGCSubRX.ForeColor = System.Drawing.SystemColors.WindowText;
            this.comboAGCSubRX.Name = "comboAGCSubRX";
            this.toolTip1.SetToolTip(this.comboAGCSubRX, resources.GetString("comboAGCSubRX.ToolTip"));
            this.comboAGCSubRX.SelectedIndexChanged += new System.EventHandler(this.comboAGCSubRX_SelectedIndexChanged);
            // 
            // ptbSQLMainRX
            // 
            resources.ApplyResources(this.ptbSQLMainRX, "ptbSQLMainRX");
            this.ptbSQLMainRX.HeadImage = null;
            this.ptbSQLMainRX.LargeChange = 1;
            this.ptbSQLMainRX.Maximum = 0;
            this.ptbSQLMainRX.Minimum = -160;
            this.ptbSQLMainRX.Name = "ptbSQLMainRX";
            this.ptbSQLMainRX.Orientation = System.Windows.Forms.Orientation.Horizontal;
            this.ptbSQLMainRX.SmallChange = 1;
            this.ptbSQLMainRX.TabStop = false;
            this.toolTip1.SetToolTip(this.ptbSQLMainRX, resources.GetString("ptbSQLMainRX.ToolTip"));
            this.ptbSQLMainRX.Value = -150;
            this.ptbSQLMainRX.OnWheel += new PowerSDR.PrettyTrackBar.WheelHandler(this.tbSQL_OnWheel);
            this.ptbSQLMainRX.Scroll += new PowerSDR.PrettyTrackBar.ScrollHandler(this.tbSQL_Scroll);
            // 
            // udSQLSubRX
            // 
            this.udSQLSubRX.BackColor = System.Drawing.SystemColors.Window;
            this.udSQLSubRX.ForeColor = System.Drawing.SystemColors.ControlText;
            this.udSQLSubRX.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            resources.ApplyResources(this.udSQLSubRX, "udSQLSubRX");
            this.udSQLSubRX.Maximum = new decimal(new int[] {
            160,
            0,
            0,
            0});
            this.udSQLSubRX.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udSQLSubRX.Name = "udSQLSubRX";
            this.toolTip1.SetToolTip(this.udSQLSubRX, resources.GetString("udSQLSubRX.ToolTip"));
            this.udSQLSubRX.Value = new decimal(new int[] {
            150,
            0,
            0,
            0});
            this.udSQLSubRX.ValueChanged += new System.EventHandler(this.udSQLSubRX_ValueChanged);
            this.udSQLSubRX.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Console_KeyPress);
            // 
            // chkSQLSubRX
            // 
            resources.ApplyResources(this.chkSQLSubRX, "chkSQLSubRX");
            this.chkSQLSubRX.FlatAppearance.BorderSize = 0;
            this.chkSQLSubRX.Image = null;
            this.chkSQLSubRX.Name = "chkSQLSubRX";
            this.toolTip1.SetToolTip(this.chkSQLSubRX, resources.GetString("chkSQLSubRX.ToolTip"));
            this.chkSQLSubRX.CheckedChanged += new System.EventHandler(this.chkSQLSubRX_CheckedChanged);
            // 
            // ptbSQLSubRX
            // 
            resources.ApplyResources(this.ptbSQLSubRX, "ptbSQLSubRX");
            this.ptbSQLSubRX.HeadImage = null;
            this.ptbSQLSubRX.LargeChange = 1;
            this.ptbSQLSubRX.Maximum = 0;
            this.ptbSQLSubRX.Minimum = -160;
            this.ptbSQLSubRX.Name = "ptbSQLSubRX";
            this.ptbSQLSubRX.Orientation = System.Windows.Forms.Orientation.Horizontal;
            this.ptbSQLSubRX.SmallChange = 1;
            this.ptbSQLSubRX.TabStop = false;
            this.toolTip1.SetToolTip(this.ptbSQLSubRX, resources.GetString("ptbSQLSubRX.ToolTip"));
            this.ptbSQLSubRX.Value = -150;
            this.ptbSQLSubRX.OnWheel += new PowerSDR.PrettyTrackBar.WheelHandler(this.ptbSQLSubRX_OnWheel);
            this.ptbSQLSubRX.Scroll += new PowerSDR.PrettyTrackBar.ScrollHandler(this.ptbSQLSubRX_Scroll);
            // 
            // udSQLMainRX
            // 
            this.udSQLMainRX.BackColor = System.Drawing.SystemColors.Window;
            this.udSQLMainRX.ForeColor = System.Drawing.SystemColors.ControlText;
            this.udSQLMainRX.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            resources.ApplyResources(this.udSQLMainRX, "udSQLMainRX");
            this.udSQLMainRX.Maximum = new decimal(new int[] {
            160,
            0,
            0,
            0});
            this.udSQLMainRX.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udSQLMainRX.Name = "udSQLMainRX";
            this.toolTip1.SetToolTip(this.udSQLMainRX, resources.GetString("udSQLMainRX.ToolTip"));
            this.udSQLMainRX.Value = new decimal(new int[] {
            150,
            0,
            0,
            0});
            this.udSQLMainRX.ValueChanged += new System.EventHandler(this.udSQLMainRX_ValueChanged);
            this.udSQLMainRX.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Console_KeyPress);
            this.udSQLMainRX.LostFocus += new System.EventHandler(this.udSQLMainRX_LostFocus);
            // 
            // txtWheelTuneSubRX
            // 
            this.txtWheelTuneSubRX.BackColor = System.Drawing.SystemColors.Window;
            this.txtWheelTuneSubRX.Cursor = System.Windows.Forms.Cursors.Default;
            resources.ApplyResources(this.txtWheelTuneSubRX, "txtWheelTuneSubRX");
            this.txtWheelTuneSubRX.ForeColor = System.Drawing.SystemColors.ControlText;
            this.txtWheelTuneSubRX.Name = "txtWheelTuneSubRX";
            this.txtWheelTuneSubRX.ReadOnly = true;
            this.toolTip1.SetToolTip(this.txtWheelTuneSubRX, resources.GetString("txtWheelTuneSubRX.ToolTip"));
            this.txtWheelTuneSubRX.MouseDown += new System.Windows.Forms.MouseEventHandler(this.WheelTune_MouseDown);
            // 
            // ptbPWR1
            // 
            resources.ApplyResources(this.ptbPWR1, "ptbPWR1");
            this.ptbPWR1.HeadImage = null;
            this.ptbPWR1.LargeChange = 5;
            this.ptbPWR1.Maximum = 100;
            this.ptbPWR1.Minimum = 0;
            this.ptbPWR1.Name = "ptbPWR1";
            this.ptbPWR1.Orientation = System.Windows.Forms.Orientation.Horizontal;
            this.ptbPWR1.SmallChange = 1;
            this.ptbPWR1.TabStop = false;
            this.toolTip1.SetToolTip(this.ptbPWR1, resources.GetString("ptbPWR1.ToolTip"));
            this.ptbPWR1.Value = 50;
            this.ptbPWR1.OnWheel += new PowerSDR.PrettyTrackBar.WheelHandler(this.ptbPWR1_OnWheel);
            this.ptbPWR1.Scroll += new PowerSDR.PrettyTrackBar.ScrollHandler(this.ptbPWR1_Scroll);
            // 
            // ptbRF1
            // 
            resources.ApplyResources(this.ptbRF1, "ptbRF1");
            this.ptbRF1.HeadImage = null;
            this.ptbRF1.LargeChange = 5;
            this.ptbRF1.Maximum = 120;
            this.ptbRF1.Minimum = -20;
            this.ptbRF1.Name = "ptbRF1";
            this.ptbRF1.Orientation = System.Windows.Forms.Orientation.Horizontal;
            this.ptbRF1.SmallChange = 1;
            this.ptbRF1.TabStop = false;
            this.toolTip1.SetToolTip(this.ptbRF1, resources.GetString("ptbRF1.ToolTip"));
            this.ptbRF1.Value = 90;
            this.ptbRF1.OnWheel += new PowerSDR.PrettyTrackBar.WheelHandler(this.ptbRF1_OnWheel);
            this.ptbRF1.Scroll += new PowerSDR.PrettyTrackBar.ScrollHandler(this.ptbRF1_Scroll);
            // 
            // ptbAF1
            // 
            resources.ApplyResources(this.ptbAF1, "ptbAF1");
            this.ptbAF1.HeadImage = null;
            this.ptbAF1.LargeChange = 5;
            this.ptbAF1.Maximum = 100;
            this.ptbAF1.Minimum = 0;
            this.ptbAF1.Name = "ptbAF1";
            this.ptbAF1.Orientation = System.Windows.Forms.Orientation.Horizontal;
            this.ptbAF1.SmallChange = 1;
            this.ptbAF1.TabStop = false;
            this.toolTip1.SetToolTip(this.ptbAF1, resources.GetString("ptbAF1.ToolTip"));
            this.ptbAF1.Value = 50;
            this.ptbAF1.OnWheel += new PowerSDR.PrettyTrackBar.WheelHandler(this.ptbAF1_OnWheel);
            this.ptbAF1.Scroll += new PowerSDR.PrettyTrackBar.ScrollHandler(this.ptbAF1_Scroll);
            // 
            // udRF1
            // 
            this.udRF1.BackColor = System.Drawing.SystemColors.Window;
            this.udRF1.ForeColor = System.Drawing.SystemColors.ControlText;
            this.udRF1.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            resources.ApplyResources(this.udRF1, "udRF1");
            this.udRF1.Maximum = new decimal(new int[] {
            120,
            0,
            0,
            0});
            this.udRF1.Minimum = new decimal(new int[] {
            20,
            0,
            0,
            -2147483648});
            this.udRF1.Name = "udRF1";
            this.toolTip1.SetToolTip(this.udRF1, resources.GetString("udRF1.ToolTip"));
            this.udRF1.Value = new decimal(new int[] {
            90,
            0,
            0,
            0});
            this.udRF1.ValueChanged += new System.EventHandler(this.udRF1_ValueChanged);
            this.udRF1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Console_KeyPress);
            // 
            // udPWR1
            // 
            this.udPWR1.BackColor = System.Drawing.SystemColors.Window;
            this.udPWR1.DecimalPlaces = 1;
            this.udPWR1.ForeColor = System.Drawing.SystemColors.ControlText;
            this.udPWR1.Increment = new decimal(new int[] {
            1,
            0,
            0,
            65536});
            resources.ApplyResources(this.udPWR1, "udPWR1");
            this.udPWR1.Maximum = new decimal(new int[] {
            100,
            0,
            0,
            0});
            this.udPWR1.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udPWR1.Name = "udPWR1";
            this.toolTip1.SetToolTip(this.udPWR1, resources.GetString("udPWR1.ToolTip"));
            this.udPWR1.Value = new decimal(new int[] {
            100,
            0,
            0,
            0});
            this.udPWR1.ValueChanged += new System.EventHandler(this.udPWR1_ValueChanged);
            this.udPWR1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Console_KeyPress);
            // 
            // udAF1
            // 
            this.udAF1.BackColor = System.Drawing.SystemColors.Window;
            this.udAF1.ForeColor = System.Drawing.SystemColors.ControlText;
            this.udAF1.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            resources.ApplyResources(this.udAF1, "udAF1");
            this.udAF1.Maximum = new decimal(new int[] {
            100,
            0,
            0,
            0});
            this.udAF1.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udAF1.Name = "udAF1";
            this.toolTip1.SetToolTip(this.udAF1, resources.GetString("udAF1.ToolTip"));
            this.udAF1.Value = new decimal(new int[] {
            50,
            0,
            0,
            0});
            this.udAF1.ValueChanged += new System.EventHandler(this.udAF1_ValueChanged_1);
            this.udAF1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Console_KeyPress);
            // 
            // lblRX2
            // 
            resources.ApplyResources(this.lblRX2, "lblRX2");
            this.lblRX2.BackColor = System.Drawing.Color.Black;
            this.lblRX2.ForeColor = System.Drawing.Color.Olive;
            this.lblRX2.Image = null;
            this.lblRX2.Name = "lblRX2";
            this.toolTip1.SetToolTip(this.lblRX2, resources.GetString("lblRX2.ToolTip"));
            this.lblRX2.Click += new System.EventHandler(this.lblRX2_Click);
            // 
            // ptbNotchWidth
            // 
            resources.ApplyResources(this.ptbNotchWidth, "ptbNotchWidth");
            this.ptbNotchWidth.HeadImage = null;
            this.ptbNotchWidth.LargeChange = 10;
            this.ptbNotchWidth.Maximum = 5000;
            this.ptbNotchWidth.Minimum = 0;
            this.ptbNotchWidth.Name = "ptbNotchWidth";
            this.ptbNotchWidth.Orientation = System.Windows.Forms.Orientation.Horizontal;
            this.ptbNotchWidth.SmallChange = 10;
            this.ptbNotchWidth.TabStop = false;
            this.toolTip1.SetToolTip(this.ptbNotchWidth, resources.GetString("ptbNotchWidth.ToolTip"));
            this.ptbNotchWidth.Value = 200;
            this.ptbNotchWidth.OnWheel += new PowerSDR.PrettyTrackBar.WheelHandler(this.ptbNotchWidth_OnWheel);
            this.ptbNotchWidth.Scroll += new PowerSDR.PrettyTrackBar.ScrollHandler(this.ptbNotchWidth_Scroll);
            // 
            // ptbNotchShift
            // 
            resources.ApplyResources(this.ptbNotchShift, "ptbNotchShift");
            this.ptbNotchShift.HeadImage = null;
            this.ptbNotchShift.LargeChange = 25;
            this.ptbNotchShift.Maximum = 5000;
            this.ptbNotchShift.Minimum = -5000;
            this.ptbNotchShift.Name = "ptbNotchShift";
            this.ptbNotchShift.Orientation = System.Windows.Forms.Orientation.Horizontal;
            this.ptbNotchShift.SmallChange = 25;
            this.ptbNotchShift.TabStop = false;
            this.toolTip1.SetToolTip(this.ptbNotchShift, resources.GetString("ptbNotchShift.ToolTip"));
            this.ptbNotchShift.Value = 0;
            this.ptbNotchShift.OnWheel += new PowerSDR.PrettyTrackBar.WheelHandler(this.ptbNotchShift_OnWheel);
            this.ptbNotchShift.Scroll += new PowerSDR.PrettyTrackBar.ScrollHandler(this.ptbNotchShift_Scroll);
            // 
            // btnNotchReset
            // 
            this.btnNotchReset.FlatAppearance.BorderSize = 0;
            resources.ApplyResources(this.btnNotchReset, "btnNotchReset");
            this.btnNotchReset.Image = null;
            this.btnNotchReset.Name = "btnNotchReset";
            this.btnNotchReset.Tag = "Reset Filter Shift";
            this.toolTip1.SetToolTip(this.btnNotchReset, resources.GetString("btnNotchReset.ToolTip"));
            this.btnNotchReset.Click += new System.EventHandler(this.btnNotchReset_Click);
            // 
            // radSUBRxModeAM
            // 
            resources.ApplyResources(this.radSUBRxModeAM, "radSUBRxModeAM");
            this.radSUBRxModeAM.FlatAppearance.BorderSize = 0;
            this.radSUBRxModeAM.Image = null;
            this.radSUBRxModeAM.Name = "radSUBRxModeAM";
            this.toolTip1.SetToolTip(this.radSUBRxModeAM, resources.GetString("radSUBRxModeAM.ToolTip"));
            this.radSUBRxModeAM.CheckedChanged += new System.EventHandler(this.radSUBRxModeAM_CheckedChanged);
            // 
            // radSUBRxModeSAM
            // 
            resources.ApplyResources(this.radSUBRxModeSAM, "radSUBRxModeSAM");
            this.radSUBRxModeSAM.FlatAppearance.BorderSize = 0;
            this.radSUBRxModeSAM.Image = null;
            this.radSUBRxModeSAM.Name = "radSUBRxModeSAM";
            this.toolTip1.SetToolTip(this.radSUBRxModeSAM, resources.GetString("radSUBRxModeSAM.ToolTip"));
            this.radSUBRxModeSAM.CheckedChanged += new System.EventHandler(this.radSUBRxModeSAM_CheckedChanged);
            // 
            // radSUBRxModeDSB
            // 
            resources.ApplyResources(this.radSUBRxModeDSB, "radSUBRxModeDSB");
            this.radSUBRxModeDSB.FlatAppearance.BorderSize = 0;
            this.radSUBRxModeDSB.Image = null;
            this.radSUBRxModeDSB.Name = "radSUBRxModeDSB";
            this.toolTip1.SetToolTip(this.radSUBRxModeDSB, resources.GetString("radSUBRxModeDSB.ToolTip"));
            this.radSUBRxModeDSB.CheckedChanged += new System.EventHandler(this.radSUBRxModeDSB_CheckedChanged);
            // 
            // radSUBRxModeCWU
            // 
            resources.ApplyResources(this.radSUBRxModeCWU, "radSUBRxModeCWU");
            this.radSUBRxModeCWU.FlatAppearance.BorderSize = 0;
            this.radSUBRxModeCWU.Image = null;
            this.radSUBRxModeCWU.Name = "radSUBRxModeCWU";
            this.toolTip1.SetToolTip(this.radSUBRxModeCWU, resources.GetString("radSUBRxModeCWU.ToolTip"));
            this.radSUBRxModeCWU.CheckedChanged += new System.EventHandler(this.radSUBRxModeCWU_CheckedChanged);
            // 
            // radSUBRxModeDIGU
            // 
            resources.ApplyResources(this.radSUBRxModeDIGU, "radSUBRxModeDIGU");
            this.radSUBRxModeDIGU.FlatAppearance.BorderSize = 0;
            this.radSUBRxModeDIGU.Image = null;
            this.radSUBRxModeDIGU.Name = "radSUBRxModeDIGU";
            this.toolTip1.SetToolTip(this.radSUBRxModeDIGU, resources.GetString("radSUBRxModeDIGU.ToolTip"));
            this.radSUBRxModeDIGU.CheckedChanged += new System.EventHandler(this.radSUBRxModeDIGU_CheckedChanged);
            // 
            // radSUBRxModeDIGL
            // 
            resources.ApplyResources(this.radSUBRxModeDIGL, "radSUBRxModeDIGL");
            this.radSUBRxModeDIGL.FlatAppearance.BorderSize = 0;
            this.radSUBRxModeDIGL.Image = null;
            this.radSUBRxModeDIGL.Name = "radSUBRxModeDIGL";
            this.toolTip1.SetToolTip(this.radSUBRxModeDIGL, resources.GetString("radSUBRxModeDIGL.ToolTip"));
            this.radSUBRxModeDIGL.CheckedChanged += new System.EventHandler(this.radSUBRxModeDIGL_CheckedChanged);
            // 
            // radSUBRxModeLSB
            // 
            resources.ApplyResources(this.radSUBRxModeLSB, "radSUBRxModeLSB");
            this.radSUBRxModeLSB.FlatAppearance.BorderSize = 0;
            this.radSUBRxModeLSB.Image = null;
            this.radSUBRxModeLSB.Name = "radSUBRxModeLSB";
            this.toolTip1.SetToolTip(this.radSUBRxModeLSB, resources.GetString("radSUBRxModeLSB.ToolTip"));
            this.radSUBRxModeLSB.CheckedChanged += new System.EventHandler(this.radSUBRxModeLSB_CheckedChanged);
            // 
            // radSUBRxModeSPEC
            // 
            resources.ApplyResources(this.radSUBRxModeSPEC, "radSUBRxModeSPEC");
            this.radSUBRxModeSPEC.FlatAppearance.BorderSize = 0;
            this.radSUBRxModeSPEC.Image = null;
            this.radSUBRxModeSPEC.Name = "radSUBRxModeSPEC";
            this.toolTip1.SetToolTip(this.radSUBRxModeSPEC, resources.GetString("radSUBRxModeSPEC.ToolTip"));
            this.radSUBRxModeSPEC.CheckedChanged += new System.EventHandler(this.radSUBRxModeSPEC_CheckedChanged);
            // 
            // radSUBRxModeDRM
            // 
            resources.ApplyResources(this.radSUBRxModeDRM, "radSUBRxModeDRM");
            this.radSUBRxModeDRM.FlatAppearance.BorderSize = 0;
            this.radSUBRxModeDRM.Image = null;
            this.radSUBRxModeDRM.Name = "radSUBRxModeDRM";
            this.toolTip1.SetToolTip(this.radSUBRxModeDRM, resources.GetString("radSUBRxModeDRM.ToolTip"));
            this.radSUBRxModeDRM.CheckedChanged += new System.EventHandler(this.radSUBRxModeDRM_CheckedChanged);
            // 
            // radSUBRxModeFMN
            // 
            resources.ApplyResources(this.radSUBRxModeFMN, "radSUBRxModeFMN");
            this.radSUBRxModeFMN.FlatAppearance.BorderSize = 0;
            this.radSUBRxModeFMN.Image = null;
            this.radSUBRxModeFMN.Name = "radSUBRxModeFMN";
            this.toolTip1.SetToolTip(this.radSUBRxModeFMN, resources.GetString("radSUBRxModeFMN.ToolTip"));
            this.radSUBRxModeFMN.CheckedChanged += new System.EventHandler(this.radSUBRxModeFMN_CheckedChanged);
            // 
            // radSUBRxModeUSB
            // 
            resources.ApplyResources(this.radSUBRxModeUSB, "radSUBRxModeUSB");
            this.radSUBRxModeUSB.BackColor = System.Drawing.SystemColors.Control;
            this.radSUBRxModeUSB.FlatAppearance.BorderSize = 0;
            this.radSUBRxModeUSB.Image = null;
            this.radSUBRxModeUSB.Name = "radSUBRxModeUSB";
            this.toolTip1.SetToolTip(this.radSUBRxModeUSB, resources.GetString("radSUBRxModeUSB.ToolTip"));
            this.radSUBRxModeUSB.UseVisualStyleBackColor = false;
            this.radSUBRxModeUSB.CheckedChanged += new System.EventHandler(this.radSUBRxModeUSB_CheckedChanged);
            // 
            // radSUBRxModeCWL
            // 
            resources.ApplyResources(this.radSUBRxModeCWL, "radSUBRxModeCWL");
            this.radSUBRxModeCWL.FlatAppearance.BorderSize = 0;
            this.radSUBRxModeCWL.Image = null;
            this.radSUBRxModeCWL.Name = "radSUBRxModeCWL";
            this.toolTip1.SetToolTip(this.radSUBRxModeCWL, resources.GetString("radSUBRxModeCWL.ToolTip"));
            this.radSUBRxModeCWL.CheckedChanged += new System.EventHandler(this.radSUBRxModeCWL_CheckedChanged);
            // 
            // radModeAM
            // 
            resources.ApplyResources(this.radModeAM, "radModeAM");
            this.radModeAM.FlatAppearance.BorderSize = 0;
            this.radModeAM.Image = null;
            this.radModeAM.Name = "radModeAM";
            this.toolTip1.SetToolTip(this.radModeAM, resources.GetString("radModeAM.ToolTip"));
            this.radModeAM.CheckedChanged += new System.EventHandler(this.radModeAM_CheckedChanged);
            // 
            // radModeSAM
            // 
            resources.ApplyResources(this.radModeSAM, "radModeSAM");
            this.radModeSAM.FlatAppearance.BorderSize = 0;
            this.radModeSAM.Image = null;
            this.radModeSAM.Name = "radModeSAM";
            this.toolTip1.SetToolTip(this.radModeSAM, resources.GetString("radModeSAM.ToolTip"));
            this.radModeSAM.CheckedChanged += new System.EventHandler(this.radModeSAM_CheckedChanged);
            // 
            // radModeDSB
            // 
            resources.ApplyResources(this.radModeDSB, "radModeDSB");
            this.radModeDSB.FlatAppearance.BorderSize = 0;
            this.radModeDSB.Image = null;
            this.radModeDSB.Name = "radModeDSB";
            this.toolTip1.SetToolTip(this.radModeDSB, resources.GetString("radModeDSB.ToolTip"));
            this.radModeDSB.CheckedChanged += new System.EventHandler(this.radModeDSB_CheckedChanged);
            // 
            // radModeCWU
            // 
            resources.ApplyResources(this.radModeCWU, "radModeCWU");
            this.radModeCWU.FlatAppearance.BorderSize = 0;
            this.radModeCWU.Image = null;
            this.radModeCWU.Name = "radModeCWU";
            this.toolTip1.SetToolTip(this.radModeCWU, resources.GetString("radModeCWU.ToolTip"));
            this.radModeCWU.CheckedChanged += new System.EventHandler(this.radModeCWU_CheckedChanged);
            // 
            // radModeDIGU
            // 
            resources.ApplyResources(this.radModeDIGU, "radModeDIGU");
            this.radModeDIGU.FlatAppearance.BorderSize = 0;
            this.radModeDIGU.Image = null;
            this.radModeDIGU.Name = "radModeDIGU";
            this.toolTip1.SetToolTip(this.radModeDIGU, resources.GetString("radModeDIGU.ToolTip"));
            this.radModeDIGU.CheckedChanged += new System.EventHandler(this.radModeDIGU_CheckedChanged);
            // 
            // radModeDIGL
            // 
            resources.ApplyResources(this.radModeDIGL, "radModeDIGL");
            this.radModeDIGL.FlatAppearance.BorderSize = 0;
            this.radModeDIGL.Image = null;
            this.radModeDIGL.Name = "radModeDIGL";
            this.toolTip1.SetToolTip(this.radModeDIGL, resources.GetString("radModeDIGL.ToolTip"));
            this.radModeDIGL.CheckedChanged += new System.EventHandler(this.radModeDIGL_CheckedChanged);
            // 
            // radModeLSB
            // 
            resources.ApplyResources(this.radModeLSB, "radModeLSB");
            this.radModeLSB.FlatAppearance.BorderSize = 0;
            this.radModeLSB.Image = null;
            this.radModeLSB.Name = "radModeLSB";
            this.toolTip1.SetToolTip(this.radModeLSB, resources.GetString("radModeLSB.ToolTip"));
            this.radModeLSB.CheckedChanged += new System.EventHandler(this.radModeLSB_CheckedChanged);
            // 
            // radModeSPEC
            // 
            resources.ApplyResources(this.radModeSPEC, "radModeSPEC");
            this.radModeSPEC.FlatAppearance.BorderSize = 0;
            this.radModeSPEC.Image = null;
            this.radModeSPEC.Name = "radModeSPEC";
            this.toolTip1.SetToolTip(this.radModeSPEC, resources.GetString("radModeSPEC.ToolTip"));
            this.radModeSPEC.CheckedChanged += new System.EventHandler(this.radModeSPEC_CheckedChanged);
            // 
            // radModeDRM
            // 
            resources.ApplyResources(this.radModeDRM, "radModeDRM");
            this.radModeDRM.FlatAppearance.BorderSize = 0;
            this.radModeDRM.Image = null;
            this.radModeDRM.Name = "radModeDRM";
            this.toolTip1.SetToolTip(this.radModeDRM, resources.GetString("radModeDRM.ToolTip"));
            this.radModeDRM.CheckedChanged += new System.EventHandler(this.radModeDRM_CheckedChanged);
            // 
            // radModeFMN
            // 
            resources.ApplyResources(this.radModeFMN, "radModeFMN");
            this.radModeFMN.FlatAppearance.BorderSize = 0;
            this.radModeFMN.Image = null;
            this.radModeFMN.Name = "radModeFMN";
            this.toolTip1.SetToolTip(this.radModeFMN, resources.GetString("radModeFMN.ToolTip"));
            this.radModeFMN.CheckedChanged += new System.EventHandler(this.radModeFMN_CheckedChanged);
            // 
            // radModeUSB
            // 
            resources.ApplyResources(this.radModeUSB, "radModeUSB");
            this.radModeUSB.BackColor = System.Drawing.SystemColors.Control;
            this.radModeUSB.FlatAppearance.BorderSize = 0;
            this.radModeUSB.Image = null;
            this.radModeUSB.Name = "radModeUSB";
            this.toolTip1.SetToolTip(this.radModeUSB, resources.GetString("radModeUSB.ToolTip"));
            this.radModeUSB.UseVisualStyleBackColor = true;
            this.radModeUSB.CheckedChanged += new System.EventHandler(this.radModeUSB_CheckedChanged);
            // 
            // radModeWFM
            // 
            resources.ApplyResources(this.radModeWFM, "radModeWFM");
            this.radModeWFM.FlatAppearance.BorderSize = 0;
            this.radModeWFM.Image = null;
            this.radModeWFM.Name = "radModeWFM";
            this.toolTip1.SetToolTip(this.radModeWFM, resources.GetString("radModeWFM.ToolTip"));
            this.radModeWFM.CheckedChanged += new System.EventHandler(this.radModeWFM_CheckedChanged);
            // 
            // chkManualNotchFilter
            // 
            resources.ApplyResources(this.chkManualNotchFilter, "chkManualNotchFilter");
            this.chkManualNotchFilter.Image = null;
            this.chkManualNotchFilter.Name = "chkManualNotchFilter";
            this.toolTip1.SetToolTip(this.chkManualNotchFilter, resources.GetString("chkManualNotchFilter.ToolTip"));
            this.chkManualNotchFilter.UseVisualStyleBackColor = true;
            this.chkManualNotchFilter.CheckedChanged += new System.EventHandler(this.chkManualNotchFilter_CheckedChanged);
            // 
            // chkG11ATTbtn
            // 
            resources.ApplyResources(this.chkG11ATTbtn, "chkG11ATTbtn");
            this.chkG11ATTbtn.FlatAppearance.BorderSize = 0;
            this.chkG11ATTbtn.Image = null;
            this.chkG11ATTbtn.Name = "chkG11ATTbtn";
            this.toolTip1.SetToolTip(this.chkG11ATTbtn, resources.GetString("chkG11ATTbtn.ToolTip"));
            this.chkG11ATTbtn.UseVisualStyleBackColor = true;
            this.chkG11ATTbtn.CheckedChanged += new System.EventHandler(this.chkG11ATTbtn_CheckedChanged);
            // 
            // chkG11AFbtn
            // 
            resources.ApplyResources(this.chkG11AFbtn, "chkG11AFbtn");
            this.chkG11AFbtn.FlatAppearance.BorderSize = 0;
            this.chkG11AFbtn.Image = null;
            this.chkG11AFbtn.Name = "chkG11AFbtn";
            this.toolTip1.SetToolTip(this.chkG11AFbtn, resources.GetString("chkG11AFbtn.ToolTip"));
            this.chkG11AFbtn.UseVisualStyleBackColor = true;
            this.chkG11AFbtn.CheckedChanged += new System.EventHandler(this.chkG11AFbtn_CheckedChanged);
            // 
            // chkG11RFbtn
            // 
            resources.ApplyResources(this.chkG11RFbtn, "chkG11RFbtn");
            this.chkG11RFbtn.FlatAppearance.BorderSize = 0;
            this.chkG11RFbtn.Image = null;
            this.chkG11RFbtn.Name = "chkG11RFbtn";
            this.toolTip1.SetToolTip(this.chkG11RFbtn, resources.GetString("chkG11RFbtn.ToolTip"));
            this.chkG11RFbtn.UseVisualStyleBackColor = true;
            this.chkG11RFbtn.CheckedChanged += new System.EventHandler(this.chkG11RFbtn_CheckedChanged);
            // 
            // radBandHF
            // 
            resources.ApplyResources(this.radBandHF, "radBandHF");
            this.radBandHF.Checked = true;
            this.radBandHF.FlatAppearance.BorderSize = 0;
            this.radBandHF.Image = null;
            this.radBandHF.Name = "radBandHF";
            this.radBandHF.TabStop = true;
            this.toolTip1.SetToolTip(this.radBandHF, resources.GetString("radBandHF.ToolTip"));
            this.radBandHF.Click += new System.EventHandler(this.radBandHF_Click);
            this.radBandHF.CheckedChanged += new System.EventHandler(this.radBandHF_CheckedChanged);
            // 
            // radBand600
            // 
            resources.ApplyResources(this.radBand600, "radBand600");
            this.radBand600.FlatAppearance.BorderSize = 0;
            this.radBand600.Image = null;
            this.radBand600.Name = "radBand600";
            this.toolTip1.SetToolTip(this.radBand600, resources.GetString("radBand600.ToolTip"));
            this.radBand600.Click += new System.EventHandler(this.radBand600_Click);
            this.radBand600.CheckedChanged += new System.EventHandler(this.radBand600_CheckedChanged);
            // 
            // radBand2190
            // 
            resources.ApplyResources(this.radBand2190, "radBand2190");
            this.radBand2190.FlatAppearance.BorderSize = 0;
            this.radBand2190.Image = null;
            this.radBand2190.Name = "radBand2190";
            this.toolTip1.SetToolTip(this.radBand2190, resources.GetString("radBand2190.ToolTip"));
            this.radBand2190.Click += new System.EventHandler(this.radBand2190_Click);
            this.radBand2190.CheckedChanged += new System.EventHandler(this.radBand2190_CheckedChanged);
            // 
            // btnFMMC
            // 
            this.btnFMMC.FlatAppearance.BorderSize = 0;
            resources.ApplyResources(this.btnFMMC, "btnFMMC");
            this.btnFMMC.Image = null;
            this.btnFMMC.Name = "btnFMMC";
            this.toolTip1.SetToolTip(this.btnFMMC, resources.GetString("btnFMMC.ToolTip"));
            this.btnFMMC.Click += new System.EventHandler(this.btnFMMC_Click);
            // 
            // btnFMMR
            // 
            this.btnFMMR.FlatAppearance.BorderSize = 0;
            resources.ApplyResources(this.btnFMMR, "btnFMMR");
            this.btnFMMR.Image = null;
            this.btnFMMR.Name = "btnFMMR";
            this.toolTip1.SetToolTip(this.btnFMMR, resources.GetString("btnFMMR.ToolTip"));
            this.btnFMMR.Click += new System.EventHandler(this.btnFMMR_Click);
            // 
            // btnFMMS
            // 
            this.btnFMMS.FlatAppearance.BorderSize = 0;
            resources.ApplyResources(this.btnFMMS, "btnFMMS");
            this.btnFMMS.Image = null;
            this.btnFMMS.Name = "btnFMMS";
            this.toolTip1.SetToolTip(this.btnFMMS, resources.GetString("btnFMMS.ToolTip"));
            this.btnFMMS.Click += new System.EventHandler(this.btnFMMS_Click);
            // 
            // lblMemoryNumber
            // 
            resources.ApplyResources(this.lblMemoryNumber, "lblMemoryNumber");
            this.lblMemoryNumber.BackColor = System.Drawing.Color.Blue;
            this.lblMemoryNumber.ContextMenuStrip = this.contextMemoryMenu;
            this.lblMemoryNumber.ForeColor = System.Drawing.Color.White;
            this.lblMemoryNumber.Image = null;
            this.lblMemoryNumber.MinimumSize = new System.Drawing.Size(27, 20);
            this.lblMemoryNumber.Name = "lblMemoryNumber";
            this.toolTip1.SetToolTip(this.lblMemoryNumber, resources.GetString("lblMemoryNumber.ToolTip"));
            this.lblMemoryNumber.MouseLeave += new System.EventHandler(this.MemoryButton_MouseLeave);
            this.lblMemoryNumber.Click += new System.EventHandler(this.lblMemoryNumber_Click);
            this.lblMemoryNumber.MouseHover += new System.EventHandler(this.MemoryButton_MouseHover);
            // 
            // contextMemoryMenu
            // 
            this.contextMemoryMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.eraseAllMemoryToolStripMenuItem});
            this.contextMemoryMenu.Name = "contextMemoryMenu";
            resources.ApplyResources(this.contextMemoryMenu, "contextMemoryMenu");
            // 
            // eraseAllMemoryToolStripMenuItem
            // 
            this.eraseAllMemoryToolStripMenuItem.Name = "eraseAllMemoryToolStripMenuItem";
            resources.ApplyResources(this.eraseAllMemoryToolStripMenuItem, "eraseAllMemoryToolStripMenuItem");
            this.eraseAllMemoryToolStripMenuItem.Click += new System.EventHandler(this.eraseAllMemoryToolStripMenuItem_Click);
            // 
            // lblFMMemory
            // 
            resources.ApplyResources(this.lblFMMemory, "lblFMMemory");
            this.lblFMMemory.BackColor = System.Drawing.Color.Blue;
            this.lblFMMemory.ContextMenuStrip = this.contextMenuFMMemory;
            this.lblFMMemory.ForeColor = System.Drawing.Color.White;
            this.lblFMMemory.Image = null;
            this.lblFMMemory.MinimumSize = new System.Drawing.Size(27, 20);
            this.lblFMMemory.Name = "lblFMMemory";
            this.toolTip1.SetToolTip(this.lblFMMemory, resources.GetString("lblFMMemory.ToolTip"));
            this.lblFMMemory.MouseLeave += new System.EventHandler(this.lblFMMemory_MouseLeave);
            this.lblFMMemory.Click += new System.EventHandler(this.lblFMMemory_Click);
            this.lblFMMemory.MouseHover += new System.EventHandler(this.lblFMMemory_MouseHover);
            // 
            // contextMenuFMMemory
            // 
            this.contextMenuFMMemory.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.eraseAllMemoryToolStripMenuItem1});
            this.contextMenuFMMemory.Name = "contextMenuFMMemory";
            resources.ApplyResources(this.contextMenuFMMemory, "contextMenuFMMemory");
            // 
            // eraseAllMemoryToolStripMenuItem1
            // 
            this.eraseAllMemoryToolStripMenuItem1.Name = "eraseAllMemoryToolStripMenuItem1";
            resources.ApplyResources(this.eraseAllMemoryToolStripMenuItem1, "eraseAllMemoryToolStripMenuItem1");
            this.eraseAllMemoryToolStripMenuItem1.Click += new System.EventHandler(this.eraseAllMemoryToolStripMenuItem1_Click);
            // 
            // udFMOffset
            // 
            this.udFMOffset.Increment = new decimal(new int[] {
            100,
            0,
            0,
            0});
            resources.ApplyResources(this.udFMOffset, "udFMOffset");
            this.udFMOffset.Maximum = new decimal(new int[] {
            5000,
            0,
            0,
            0});
            this.udFMOffset.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udFMOffset.Name = "udFMOffset";
            this.toolTip1.SetToolTip(this.udFMOffset, resources.GetString("udFMOffset.ToolTip"));
            this.udFMOffset.Value = new decimal(new int[] {
            600,
            0,
            0,
            0});
            // 
            // radFMModeHigh
            // 
            resources.ApplyResources(this.radFMModeHigh, "radFMModeHigh");
            this.radFMModeHigh.FlatAppearance.BorderSize = 0;
            this.radFMModeHigh.Image = null;
            this.radFMModeHigh.Name = "radFMModeHigh";
            this.toolTip1.SetToolTip(this.radFMModeHigh, resources.GetString("radFMModeHigh.ToolTip"));
            this.radFMModeHigh.CheckedChanged += new System.EventHandler(this.radFMModeHigh_CheckedChanged);
            // 
            // radFMModeSimplex
            // 
            resources.ApplyResources(this.radFMModeSimplex, "radFMModeSimplex");
            this.radFMModeSimplex.Checked = true;
            this.radFMModeSimplex.FlatAppearance.BorderSize = 0;
            this.radFMModeSimplex.Image = null;
            this.radFMModeSimplex.Name = "radFMModeSimplex";
            this.radFMModeSimplex.TabStop = true;
            this.toolTip1.SetToolTip(this.radFMModeSimplex, resources.GetString("radFMModeSimplex.ToolTip"));
            this.radFMModeSimplex.CheckedChanged += new System.EventHandler(this.radFMModeSimplex_CheckedChanged);
            // 
            // radFMModeLow
            // 
            resources.ApplyResources(this.radFMModeLow, "radFMModeLow");
            this.radFMModeLow.FlatAppearance.BorderSize = 0;
            this.radFMModeLow.Image = null;
            this.radFMModeLow.Name = "radFMModeLow";
            this.toolTip1.SetToolTip(this.radFMModeLow, resources.GetString("radFMModeLow.ToolTip"));
            this.radFMModeLow.CheckedChanged += new System.EventHandler(this.radFMModeLow_CheckedChanged);
            // 
            // chkCTCSS
            // 
            resources.ApplyResources(this.chkCTCSS, "chkCTCSS");
            this.chkCTCSS.FlatAppearance.BorderSize = 0;
            this.chkCTCSS.Image = null;
            this.chkCTCSS.Name = "chkCTCSS";
            this.toolTip1.SetToolTip(this.chkCTCSS, resources.GetString("chkCTCSS.ToolTip"));
            this.chkCTCSS.UseVisualStyleBackColor = false;
            this.chkCTCSS.CheckedChanged += new System.EventHandler(this.chkCTCSS_CheckedChanged);
            // 
            // comboFMCTCSSFreq
            // 
            this.comboFMCTCSSFreq.FormattingEnabled = true;
            this.comboFMCTCSSFreq.Items.AddRange(new object[] {
            resources.GetString("comboFMCTCSSFreq.Items"),
            resources.GetString("comboFMCTCSSFreq.Items1"),
            resources.GetString("comboFMCTCSSFreq.Items2"),
            resources.GetString("comboFMCTCSSFreq.Items3"),
            resources.GetString("comboFMCTCSSFreq.Items4"),
            resources.GetString("comboFMCTCSSFreq.Items5"),
            resources.GetString("comboFMCTCSSFreq.Items6"),
            resources.GetString("comboFMCTCSSFreq.Items7"),
            resources.GetString("comboFMCTCSSFreq.Items8"),
            resources.GetString("comboFMCTCSSFreq.Items9"),
            resources.GetString("comboFMCTCSSFreq.Items10"),
            resources.GetString("comboFMCTCSSFreq.Items11"),
            resources.GetString("comboFMCTCSSFreq.Items12"),
            resources.GetString("comboFMCTCSSFreq.Items13"),
            resources.GetString("comboFMCTCSSFreq.Items14"),
            resources.GetString("comboFMCTCSSFreq.Items15"),
            resources.GetString("comboFMCTCSSFreq.Items16"),
            resources.GetString("comboFMCTCSSFreq.Items17"),
            resources.GetString("comboFMCTCSSFreq.Items18"),
            resources.GetString("comboFMCTCSSFreq.Items19"),
            resources.GetString("comboFMCTCSSFreq.Items20"),
            resources.GetString("comboFMCTCSSFreq.Items21"),
            resources.GetString("comboFMCTCSSFreq.Items22"),
            resources.GetString("comboFMCTCSSFreq.Items23"),
            resources.GetString("comboFMCTCSSFreq.Items24"),
            resources.GetString("comboFMCTCSSFreq.Items25"),
            resources.GetString("comboFMCTCSSFreq.Items26"),
            resources.GetString("comboFMCTCSSFreq.Items27"),
            resources.GetString("comboFMCTCSSFreq.Items28"),
            resources.GetString("comboFMCTCSSFreq.Items29"),
            resources.GetString("comboFMCTCSSFreq.Items30"),
            resources.GetString("comboFMCTCSSFreq.Items31"),
            resources.GetString("comboFMCTCSSFreq.Items32"),
            resources.GetString("comboFMCTCSSFreq.Items33"),
            resources.GetString("comboFMCTCSSFreq.Items34"),
            resources.GetString("comboFMCTCSSFreq.Items35"),
            resources.GetString("comboFMCTCSSFreq.Items36"),
            resources.GetString("comboFMCTCSSFreq.Items37"),
            resources.GetString("comboFMCTCSSFreq.Items38")});
            resources.ApplyResources(this.comboFMCTCSSFreq, "comboFMCTCSSFreq");
            this.comboFMCTCSSFreq.Name = "comboFMCTCSSFreq";
            this.toolTip1.SetToolTip(this.comboFMCTCSSFreq, resources.GetString("comboFMCTCSSFreq.ToolTip"));
            this.comboFMCTCSSFreq.SelectedIndexChanged += new System.EventHandler(this.comboFMCTCSSFreq_SelectedIndexChanged);
            // 
            // ptbFMMicGain
            // 
            resources.ApplyResources(this.ptbFMMicGain, "ptbFMMicGain");
            this.ptbFMMicGain.HeadImage = null;
            this.ptbFMMicGain.LargeChange = 1;
            this.ptbFMMicGain.Maximum = 70;
            this.ptbFMMicGain.Minimum = 0;
            this.ptbFMMicGain.Name = "ptbFMMicGain";
            this.ptbFMMicGain.Orientation = System.Windows.Forms.Orientation.Horizontal;
            this.ptbFMMicGain.SmallChange = 1;
            this.ptbFMMicGain.TabStop = false;
            this.toolTip1.SetToolTip(this.ptbFMMicGain, resources.GetString("ptbFMMicGain.ToolTip"));
            this.ptbFMMicGain.Value = 35;
            this.ptbFMMicGain.OnWheel += new PowerSDR.PrettyTrackBar.WheelHandler(this.ptbFMMicGain_OnWheel);
            this.ptbFMMicGain.Scroll += new PowerSDR.PrettyTrackBar.ScrollHandler(this.ptbFMMicGain_Scroll);
            // 
            // chkVACMute
            // 
            resources.ApplyResources(this.chkVACMute, "chkVACMute");
            this.chkVACMute.FlatAppearance.BorderSize = 0;
            this.chkVACMute.Image = null;
            this.chkVACMute.Name = "chkVACMute";
            this.toolTip1.SetToolTip(this.chkVACMute, resources.GetString("chkVACMute.ToolTip"));
            this.chkVACMute.CheckedChanged += new System.EventHandler(this.chkVACMute_CheckedChanged);
            // 
            // chkG6ATT_6dB
            // 
            resources.ApplyResources(this.chkG6ATT_6dB, "chkG6ATT_6dB");
            this.chkG6ATT_6dB.FlatAppearance.BorderSize = 0;
            this.chkG6ATT_6dB.Image = null;
            this.chkG6ATT_6dB.Name = "chkG6ATT_6dB";
            this.toolTip1.SetToolTip(this.chkG6ATT_6dB, resources.GetString("chkG6ATT_6dB.ToolTip"));
            this.chkG6ATT_6dB.UseVisualStyleBackColor = true;
            this.chkG6ATT_6dB.CheckedChanged += new System.EventHandler(this.chkG6ATT_CheckedChanged);
            // 
            // chkG6AF
            // 
            resources.ApplyResources(this.chkG6AF, "chkG6AF");
            this.chkG6AF.FlatAppearance.BorderSize = 0;
            this.chkG6AF.Image = null;
            this.chkG6AF.Name = "chkG6AF";
            this.toolTip1.SetToolTip(this.chkG6AF, resources.GetString("chkG6AF.ToolTip"));
            this.chkG6AF.UseVisualStyleBackColor = true;
            this.chkG6AF.CheckedChanged += new System.EventHandler(this.chkG6AF_CheckedChanged);
            // 
            // chkG6RF
            // 
            resources.ApplyResources(this.chkG6RF, "chkG6RF");
            this.chkG6RF.FlatAppearance.BorderSize = 0;
            this.chkG6RF.Image = null;
            this.chkG6RF.Name = "chkG6RF";
            this.toolTip1.SetToolTip(this.chkG6RF, resources.GetString("chkG6RF.ToolTip"));
            this.chkG6RF.UseVisualStyleBackColor = true;
            this.chkG6RF.CheckedChanged += new System.EventHandler(this.chkG6RF_CheckedChanged);
            // 
            // chkWFMstereo
            // 
            resources.ApplyResources(this.chkWFMstereo, "chkWFMstereo");
            this.chkWFMstereo.Image = null;
            this.chkWFMstereo.Name = "chkWFMstereo";
            this.toolTip1.SetToolTip(this.chkWFMstereo, resources.GetString("chkWFMstereo.ToolTip"));
            this.chkWFMstereo.UseVisualStyleBackColor = true;
            this.chkWFMstereo.CheckedChanged += new System.EventHandler(this.chkWFMstereo_CheckedChanged);
            // 
            // chkG6ATT_12dB
            // 
            resources.ApplyResources(this.chkG6ATT_12dB, "chkG6ATT_12dB");
            this.chkG6ATT_12dB.FlatAppearance.BorderSize = 0;
            this.chkG6ATT_12dB.Image = null;
            this.chkG6ATT_12dB.Name = "chkG6ATT_12dB";
            this.toolTip1.SetToolTip(this.chkG6ATT_12dB, resources.GetString("chkG6ATT_12dB.ToolTip"));
            this.chkG6ATT_12dB.UseVisualStyleBackColor = true;
            this.chkG6ATT_12dB.CheckedChanged += new System.EventHandler(this.chkG6ATT_12dB_CheckedChanged);
            // 
            // chkG6ATT_18dB
            // 
            resources.ApplyResources(this.chkG6ATT_18dB, "chkG6ATT_18dB");
            this.chkG6ATT_18dB.FlatAppearance.BorderSize = 0;
            this.chkG6ATT_18dB.Image = null;
            this.chkG6ATT_18dB.Name = "chkG6ATT_18dB";
            this.toolTip1.SetToolTip(this.chkG6ATT_18dB, resources.GetString("chkG6ATT_18dB.ToolTip"));
            this.chkG6ATT_18dB.UseVisualStyleBackColor = true;
            this.chkG6ATT_18dB.CheckedChanged += new System.EventHandler(this.chkG6ATT_18dB_CheckedChanged);
            // 
            // contextLOSCMenu
            // 
            this.contextLOSCMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.xtal1ToolStripMenuItem});
            this.contextLOSCMenu.Name = "contextLOSCMenu";
            resources.ApplyResources(this.contextLOSCMenu, "contextLOSCMenu");
            // 
            // xtal1ToolStripMenuItem
            // 
            this.xtal1ToolStripMenuItem.Name = "xtal1ToolStripMenuItem";
            resources.ApplyResources(this.xtal1ToolStripMenuItem, "xtal1ToolStripMenuItem");
            this.xtal1ToolStripMenuItem.Click += new System.EventHandler(this.xtalToolStripMenuItem);
            // 
            // menuStrip1
            // 
            resources.ApplyResources(this.menuStrip1, "menuStrip1");
            this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.setupToolStripMenuItem,
            this.waveToolStripMenuItem,
            this.equalizerToolStripMenuItem,
            this.cWXToolStripMenuItem,
            this.voiceMessagesToolStripMenuItem,
            this.wizardToolStripMenuItem,
            this.minimalisticToolStripMenuItem,
            this.dXToolStripMenuItem,
            this.xTRVToolStripMenuItem,
            this.debugToolStripMenuItem,
            this.aboutToolStripMenuItem});
            this.menuStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
            this.menuStrip1.Name = "menuStrip1";
            this.menuStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
            // 
            // setupToolStripMenuItem
            // 
            this.setupToolStripMenuItem.Name = "setupToolStripMenuItem";
            resources.ApplyResources(this.setupToolStripMenuItem, "setupToolStripMenuItem");
            this.setupToolStripMenuItem.Click += new System.EventHandler(this.menu_setup_Click);
            // 
            // waveToolStripMenuItem
            // 
            this.waveToolStripMenuItem.Name = "waveToolStripMenuItem";
            resources.ApplyResources(this.waveToolStripMenuItem, "waveToolStripMenuItem");
            this.waveToolStripMenuItem.Click += new System.EventHandler(this.menu_wave_Click);
            // 
            // equalizerToolStripMenuItem
            // 
            this.equalizerToolStripMenuItem.Name = "equalizerToolStripMenuItem";
            resources.ApplyResources(this.equalizerToolStripMenuItem, "equalizerToolStripMenuItem");
            this.equalizerToolStripMenuItem.Click += new System.EventHandler(this.mnuEQ_Click);
            // 
            // cWXToolStripMenuItem
            // 
            this.cWXToolStripMenuItem.Name = "cWXToolStripMenuItem";
            resources.ApplyResources(this.cWXToolStripMenuItem, "cWXToolStripMenuItem");
            this.cWXToolStripMenuItem.Click += new System.EventHandler(this.mnuCWX_Click);
            // 
            // voiceMessagesToolStripMenuItem
            // 
            this.voiceMessagesToolStripMenuItem.Name = "voiceMessagesToolStripMenuItem";
            resources.ApplyResources(this.voiceMessagesToolStripMenuItem, "voiceMessagesToolStripMenuItem");
            this.voiceMessagesToolStripMenuItem.Click += new System.EventHandler(this.mnuVoiceMessages_Click);
            // 
            // wizardToolStripMenuItem
            // 
            this.wizardToolStripMenuItem.Name = "wizardToolStripMenuItem";
            resources.ApplyResources(this.wizardToolStripMenuItem, "wizardToolStripMenuItem");
            this.wizardToolStripMenuItem.Click += new System.EventHandler(this.mnuWizard_Click);
            // 
            // minimalisticToolStripMenuItem
            // 
            this.minimalisticToolStripMenuItem.Name = "minimalisticToolStripMenuItem";
            resources.ApplyResources(this.minimalisticToolStripMenuItem, "minimalisticToolStripMenuItem");
            this.minimalisticToolStripMenuItem.Click += new System.EventHandler(this.minimalisticToolStripMenuItem_Click);
            // 
            // dXToolStripMenuItem
            // 
            this.dXToolStripMenuItem.Name = "dXToolStripMenuItem";
            resources.ApplyResources(this.dXToolStripMenuItem, "dXToolStripMenuItem");
            this.dXToolStripMenuItem.Click += new System.EventHandler(this.dXToolStripMenuItem_Click);
            // 
            // xTRVToolStripMenuItem
            // 
            this.xTRVToolStripMenuItem.Name = "xTRVToolStripMenuItem";
            resources.ApplyResources(this.xTRVToolStripMenuItem, "xTRVToolStripMenuItem");
            this.xTRVToolStripMenuItem.Click += new System.EventHandler(this.xTRVToolStripMenuItem_Click);
            // 
            // debugToolStripMenuItem
            // 
            this.debugToolStripMenuItem.Name = "debugToolStripMenuItem";
            resources.ApplyResources(this.debugToolStripMenuItem, "debugToolStripMenuItem");
            this.debugToolStripMenuItem.Click += new System.EventHandler(this.debugToolStripMenuItem_Click);
            // 
            // aboutToolStripMenuItem
            // 
            this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
            resources.ApplyResources(this.aboutToolStripMenuItem, "aboutToolStripMenuItem");
            this.aboutToolStripMenuItem.Click += new System.EventHandler(this.mnuAbout_Click);
            // 
            // mnuSetup
            // 
            this.mnuSetup.Index = -1;
            resources.ApplyResources(this.mnuSetup, "mnuSetup");
            this.mnuSetup.Click += new System.EventHandler(this.menu_setup_Click);
            // 
            // contextNewVFOSmeter
            // 
            this.contextNewVFOSmeter.BackColor = System.Drawing.SystemColors.Control;
            this.contextNewVFOSmeter.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripTextBox1,
            this.toolStripNewVFOSmeterRX,
            this.toolStripTextBox2,
            this.toolStripNewVFOSmeterTX});
            this.contextNewVFOSmeter.Name = "contextNewVFOSmeter";
            resources.ApplyResources(this.contextNewVFOSmeter, "contextNewVFOSmeter");
            // 
            // toolStripTextBox1
            // 
            this.toolStripTextBox1.BackColor = System.Drawing.Color.SteelBlue;
            this.toolStripTextBox1.ForeColor = System.Drawing.Color.White;
            this.toolStripTextBox1.Name = "toolStripTextBox1";
            resources.ApplyResources(this.toolStripTextBox1, "toolStripTextBox1");
            // 
            // toolStripNewVFOSmeterRX
            // 
            this.toolStripNewVFOSmeterRX.Name = "toolStripNewVFOSmeterRX";
            resources.ApplyResources(this.toolStripNewVFOSmeterRX, "toolStripNewVFOSmeterRX");
            this.toolStripNewVFOSmeterRX.SelectedIndexChanged += new System.EventHandler(this.NewVFOAnalogSignalGaugeRXmode);
            // 
            // toolStripTextBox2
            // 
            this.toolStripTextBox2.BackColor = System.Drawing.Color.Red;
            this.toolStripTextBox2.ForeColor = System.Drawing.Color.White;
            this.toolStripTextBox2.Name = "toolStripTextBox2";
            resources.ApplyResources(this.toolStripTextBox2, "toolStripTextBox2");
            // 
            // toolStripNewVFOSmeterTX
            // 
            this.toolStripNewVFOSmeterTX.Name = "toolStripNewVFOSmeterTX";
            resources.ApplyResources(this.toolStripNewVFOSmeterTX, "toolStripNewVFOSmeterTX");
            this.toolStripNewVFOSmeterTX.SelectedIndexChanged += new System.EventHandler(this.NewVFOAnalogSignalGaugeTXMode);
            // 
            // grpG500
            // 
            this.grpG500.Controls.Add(this.btnG500_X1);
            resources.ApplyResources(this.grpG500, "grpG500");
            this.grpG500.Name = "grpG500";
            this.grpG500.TabStop = false;
            // 
            // btnG500_X1
            // 
            resources.ApplyResources(this.btnG500_X1, "btnG500_X1");
            this.btnG500_X1.FlatAppearance.BorderSize = 0;
            this.btnG500_X1.Image = null;
            this.btnG500_X1.Name = "btnG500_X1";
            this.btnG500_X1.UseVisualStyleBackColor = true;
            this.btnG500_X1.Click += new System.EventHandler(this.btnG500_X1_Click);
            // 
            // grpG137
            // 
            this.grpG137.Controls.Add(this.btnG137_X1);
            resources.ApplyResources(this.grpG137, "grpG137");
            this.grpG137.Name = "grpG137";
            this.grpG137.TabStop = false;
            // 
            // btnG137_X1
            // 
            resources.ApplyResources(this.btnG137_X1, "btnG137_X1");
            this.btnG137_X1.FlatAppearance.BorderSize = 0;
            this.btnG137_X1.Image = null;
            this.btnG137_X1.Name = "btnG137_X1";
            this.btnG137_X1.UseVisualStyleBackColor = true;
            this.btnG137_X1.Click += new System.EventHandler(this.btnG137_X1_Click);
            // 
            // grpG40
            // 
            this.grpG40.Controls.Add(this.btnG40_X1);
            resources.ApplyResources(this.grpG40, "grpG40");
            this.grpG40.Name = "grpG40";
            this.grpG40.TabStop = false;
            // 
            // btnG40_X1
            // 
            resources.ApplyResources(this.btnG40_X1, "btnG40_X1");
            this.btnG40_X1.FlatAppearance.BorderSize = 0;
            this.btnG40_X1.Image = null;
            this.btnG40_X1.Name = "btnG40_X1";
            this.btnG40_X1.UseVisualStyleBackColor = true;
            this.btnG40_X1.Click += new System.EventHandler(this.btnG40_X1_Click);
            // 
            // grpModeSpecificPhone
            // 
            resources.ApplyResources(this.grpModeSpecificPhone, "grpModeSpecificPhone");
            this.grpModeSpecificPhone.Controls.Add(this.groupBoxTS1);
            this.grpModeSpecificPhone.Controls.Add(this.udNoiseGate);
            this.grpModeSpecificPhone.Controls.Add(this.udVOX);
            this.grpModeSpecificPhone.Controls.Add(this.ptbMIC);
            this.grpModeSpecificPhone.Controls.Add(this.udCPDR);
            this.grpModeSpecificPhone.Controls.Add(this.ptbCPDR);
            this.grpModeSpecificPhone.Controls.Add(this.udCOMP);
            this.grpModeSpecificPhone.Controls.Add(this.ptbCOMP);
            this.grpModeSpecificPhone.Controls.Add(this.picNoiseGate);
            this.grpModeSpecificPhone.Controls.Add(this.ptbNoiseGate);
            this.grpModeSpecificPhone.Controls.Add(this.picVOX);
            this.grpModeSpecificPhone.Controls.Add(this.ptbVOX);
            this.grpModeSpecificPhone.Controls.Add(this.udMIC);
            this.grpModeSpecificPhone.Controls.Add(this.chkNoiseGate);
            this.grpModeSpecificPhone.Controls.Add(this.chkVOX);
            this.grpModeSpecificPhone.Controls.Add(this.lblMIC);
            this.grpModeSpecificPhone.Controls.Add(this.chkDSPComp);
            this.grpModeSpecificPhone.Controls.Add(this.chkDSPCompander);
            this.grpModeSpecificPhone.Controls.Add(this.comboTXProfile);
            this.grpModeSpecificPhone.Controls.Add(this.lblTransmitProfile);
            this.grpModeSpecificPhone.Controls.Add(this.chkShowTXFilter);
            this.grpModeSpecificPhone.Name = "grpModeSpecificPhone";
            this.grpModeSpecificPhone.TabStop = false;
            // 
            // groupBoxTS1
            // 
            this.groupBoxTS1.Controls.Add(this.btnMsg6);
            this.groupBoxTS1.Controls.Add(this.btnMsg5);
            this.groupBoxTS1.Controls.Add(this.btnMsg4);
            this.groupBoxTS1.Controls.Add(this.btnMsg3);
            this.groupBoxTS1.Controls.Add(this.btnMsg2);
            this.groupBoxTS1.Controls.Add(this.btnMsg1);
            resources.ApplyResources(this.groupBoxTS1, "groupBoxTS1");
            this.groupBoxTS1.Name = "groupBoxTS1";
            this.groupBoxTS1.TabStop = false;
            // 
            // btnMsg6
            // 
            resources.ApplyResources(this.btnMsg6, "btnMsg6");
            this.btnMsg6.FlatAppearance.BorderSize = 0;
            this.btnMsg6.Image = null;
            this.btnMsg6.Name = "btnMsg6";
            this.btnMsg6.UseVisualStyleBackColor = true;
            this.btnMsg6.Click += new System.EventHandler(this.btnMsg6_Click);
            this.btnMsg6.MouseHover += new System.EventHandler(this.btnMsg6_MouseHover);
            // 
            // btnMsg5
            // 
            resources.ApplyResources(this.btnMsg5, "btnMsg5");
            this.btnMsg5.FlatAppearance.BorderSize = 0;
            this.btnMsg5.Image = null;
            this.btnMsg5.Name = "btnMsg5";
            this.btnMsg5.UseVisualStyleBackColor = true;
            this.btnMsg5.Click += new System.EventHandler(this.btnMsg5_Click);
            this.btnMsg5.MouseHover += new System.EventHandler(this.btnMsg5_MouseHover);
            // 
            // btnMsg4
            // 
            resources.ApplyResources(this.btnMsg4, "btnMsg4");
            this.btnMsg4.FlatAppearance.BorderSize = 0;
            this.btnMsg4.Image = null;
            this.btnMsg4.Name = "btnMsg4";
            this.btnMsg4.UseVisualStyleBackColor = true;
            this.btnMsg4.Click += new System.EventHandler(this.btnMsg4_Click);
            this.btnMsg4.MouseHover += new System.EventHandler(this.btnMsg4_MousHover);
            // 
            // btnMsg3
            // 
            resources.ApplyResources(this.btnMsg3, "btnMsg3");
            this.btnMsg3.FlatAppearance.BorderSize = 0;
            this.btnMsg3.Image = null;
            this.btnMsg3.Name = "btnMsg3";
            this.btnMsg3.UseVisualStyleBackColor = true;
            this.btnMsg3.Click += new System.EventHandler(this.btnMsg3_Click);
            this.btnMsg3.MouseHover += new System.EventHandler(this.btnMsg3_MouseHover);
            // 
            // btnMsg2
            // 
            resources.ApplyResources(this.btnMsg2, "btnMsg2");
            this.btnMsg2.FlatAppearance.BorderSize = 0;
            this.btnMsg2.Image = null;
            this.btnMsg2.Name = "btnMsg2";
            this.btnMsg2.UseVisualStyleBackColor = true;
            this.btnMsg2.Click += new System.EventHandler(this.btnMsg2_Click);
            this.btnMsg2.MouseHover += new System.EventHandler(this.btnMsg2_MouseHover);
            // 
            // btnMsg1
            // 
            resources.ApplyResources(this.btnMsg1, "btnMsg1");
            this.btnMsg1.FlatAppearance.BorderSize = 0;
            this.btnMsg1.ForeColor = System.Drawing.SystemColors.ControlText;
            this.btnMsg1.Image = null;
            this.btnMsg1.Name = "btnMsg1";
            this.btnMsg1.UseVisualStyleBackColor = false;
            this.btnMsg1.Click += new System.EventHandler(this.btnMsg1_Click);
            this.btnMsg1.MouseHover += new System.EventHandler(this.btnMsg1_MouseHover);
            // 
            // udNoiseGate
            // 
            this.udNoiseGate.BackColor = System.Drawing.SystemColors.Window;
            this.udNoiseGate.ForeColor = System.Drawing.SystemColors.ControlText;
            this.udNoiseGate.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            resources.ApplyResources(this.udNoiseGate, "udNoiseGate");
            this.udNoiseGate.Maximum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udNoiseGate.Minimum = new decimal(new int[] {
            160,
            0,
            0,
            -2147483648});
            this.udNoiseGate.Name = "udNoiseGate";
            this.udNoiseGate.Value = new decimal(new int[] {
            40,
            0,
            0,
            -2147483648});
            this.udNoiseGate.ValueChanged += new System.EventHandler(this.udNoiseGate_ValueChanged);
            // 
            // udVOX
            // 
            this.udVOX.BackColor = System.Drawing.SystemColors.Window;
            this.udVOX.ForeColor = System.Drawing.SystemColors.ControlText;
            this.udVOX.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            resources.ApplyResources(this.udVOX, "udVOX");
            this.udVOX.Maximum = new decimal(new int[] {
            1000,
            0,
            0,
            0});
            this.udVOX.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udVOX.Name = "udVOX";
            this.udVOX.Value = new decimal(new int[] {
            200,
            0,
            0,
            0});
            this.udVOX.ValueChanged += new System.EventHandler(this.udVOX_ValueChanged);
            // 
            // ptbMIC
            // 
            resources.ApplyResources(this.ptbMIC, "ptbMIC");
            this.ptbMIC.HeadImage = null;
            this.ptbMIC.LargeChange = 1;
            this.ptbMIC.Maximum = 70;
            this.ptbMIC.Minimum = 0;
            this.ptbMIC.Name = "ptbMIC";
            this.ptbMIC.Orientation = System.Windows.Forms.Orientation.Horizontal;
            this.ptbMIC.SmallChange = 1;
            this.ptbMIC.TabStop = false;
            this.ptbMIC.Value = 35;
            this.ptbMIC.OnWheel += new PowerSDR.PrettyTrackBar.WheelHandler(this.tbMIC_OnWheel);
            this.ptbMIC.Scroll += new PowerSDR.PrettyTrackBar.ScrollHandler(this.tbMIC_Scroll);
            // 
            // udCPDR
            // 
            this.udCPDR.BackColor = System.Drawing.SystemColors.Window;
            this.udCPDR.ForeColor = System.Drawing.SystemColors.ControlText;
            this.udCPDR.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            resources.ApplyResources(this.udCPDR, "udCPDR");
            this.udCPDR.Maximum = new decimal(new int[] {
            10,
            0,
            0,
            0});
            this.udCPDR.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udCPDR.Name = "udCPDR";
            this.udCPDR.Value = new decimal(new int[] {
            3,
            0,
            0,
            0});
            this.udCPDR.ValueChanged += new System.EventHandler(this.udCPDR_ValueChanged);
            // 
            // ptbCPDR
            // 
            resources.ApplyResources(this.ptbCPDR, "ptbCPDR");
            this.ptbCPDR.HeadImage = null;
            this.ptbCPDR.LargeChange = 1;
            this.ptbCPDR.Maximum = 10;
            this.ptbCPDR.Minimum = 0;
            this.ptbCPDR.Name = "ptbCPDR";
            this.ptbCPDR.Orientation = System.Windows.Forms.Orientation.Horizontal;
            this.ptbCPDR.SmallChange = 1;
            this.ptbCPDR.TabStop = false;
            this.ptbCPDR.Value = 3;
            this.ptbCPDR.OnWheel += new PowerSDR.PrettyTrackBar.WheelHandler(this.tbCPDR_OnWheel);
            this.ptbCPDR.Scroll += new PowerSDR.PrettyTrackBar.ScrollHandler(this.tbCPDR_Scroll);
            // 
            // udCOMP
            // 
            this.udCOMP.BackColor = System.Drawing.SystemColors.Window;
            this.udCOMP.ForeColor = System.Drawing.SystemColors.ControlText;
            this.udCOMP.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            resources.ApplyResources(this.udCOMP, "udCOMP");
            this.udCOMP.Maximum = new decimal(new int[] {
            20,
            0,
            0,
            0});
            this.udCOMP.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udCOMP.Name = "udCOMP";
            this.udCOMP.Value = new decimal(new int[] {
            3,
            0,
            0,
            0});
            this.udCOMP.ValueChanged += new System.EventHandler(this.udCOMP_ValueChanged);
            // 
            // ptbCOMP
            // 
            resources.ApplyResources(this.ptbCOMP, "ptbCOMP");
            this.ptbCOMP.HeadImage = null;
            this.ptbCOMP.LargeChange = 1;
            this.ptbCOMP.Maximum = 20;
            this.ptbCOMP.Minimum = 0;
            this.ptbCOMP.Name = "ptbCOMP";
            this.ptbCOMP.Orientation = System.Windows.Forms.Orientation.Horizontal;
            this.ptbCOMP.SmallChange = 1;
            this.ptbCOMP.TabStop = false;
            this.ptbCOMP.Value = 3;
            this.ptbCOMP.OnWheel += new PowerSDR.PrettyTrackBar.WheelHandler(this.tbCOMP_OnWheel);
            this.ptbCOMP.Scroll += new PowerSDR.PrettyTrackBar.ScrollHandler(this.tbCOMP_Scroll);
            // 
            // picNoiseGate
            // 
            this.picNoiseGate.BackColor = System.Drawing.SystemColors.ControlText;
            resources.ApplyResources(this.picNoiseGate, "picNoiseGate");
            this.picNoiseGate.Name = "picNoiseGate";
            this.picNoiseGate.TabStop = false;
            this.picNoiseGate.Paint += new System.Windows.Forms.PaintEventHandler(this.picNoiseGate_Paint);
            // 
            // ptbNoiseGate
            // 
            resources.ApplyResources(this.ptbNoiseGate, "ptbNoiseGate");
            this.ptbNoiseGate.HeadImage = null;
            this.ptbNoiseGate.LargeChange = 1;
            this.ptbNoiseGate.Maximum = 0;
            this.ptbNoiseGate.Minimum = -160;
            this.ptbNoiseGate.Name = "ptbNoiseGate";
            this.ptbNoiseGate.Orientation = System.Windows.Forms.Orientation.Horizontal;
            this.ptbNoiseGate.SmallChange = 1;
            this.ptbNoiseGate.TabStop = false;
            this.ptbNoiseGate.Value = -40;
            this.ptbNoiseGate.OnWheel += new PowerSDR.PrettyTrackBar.WheelHandler(this.tbNoiseGate_OnWheel);
            this.ptbNoiseGate.Scroll += new PowerSDR.PrettyTrackBar.ScrollHandler(this.tbNoiseGate_Scroll);
            // 
            // picVOX
            // 
            this.picVOX.BackColor = System.Drawing.SystemColors.ControlText;
            resources.ApplyResources(this.picVOX, "picVOX");
            this.picVOX.Name = "picVOX";
            this.picVOX.TabStop = false;
            this.picVOX.Paint += new System.Windows.Forms.PaintEventHandler(this.picVOX_Paint);
            // 
            // ptbVOX
            // 
            resources.ApplyResources(this.ptbVOX, "ptbVOX");
            this.ptbVOX.HeadImage = null;
            this.ptbVOX.LargeChange = 1;
            this.ptbVOX.Maximum = 1000;
            this.ptbVOX.Minimum = 0;
            this.ptbVOX.Name = "ptbVOX";
            this.ptbVOX.Orientation = System.Windows.Forms.Orientation.Horizontal;
            this.ptbVOX.SmallChange = 1;
            this.ptbVOX.TabStop = false;
            this.ptbVOX.Value = 200;
            this.ptbVOX.OnWheel += new PowerSDR.PrettyTrackBar.WheelHandler(this.tbVOX_OnWheel);
            this.ptbVOX.Scroll += new PowerSDR.PrettyTrackBar.ScrollHandler(this.tbVOX_Scroll);
            // 
            // udMIC
            // 
            this.udMIC.BackColor = System.Drawing.SystemColors.Window;
            this.udMIC.ForeColor = System.Drawing.SystemColors.ControlText;
            this.udMIC.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            resources.ApplyResources(this.udMIC, "udMIC");
            this.udMIC.Maximum = new decimal(new int[] {
            70,
            0,
            0,
            0});
            this.udMIC.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udMIC.Name = "udMIC";
            this.udMIC.Value = new decimal(new int[] {
            35,
            0,
            0,
            0});
            this.udMIC.ValueChanged += new System.EventHandler(this.udMIC_ValueChanged);
            this.udMIC.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Console_KeyPress);
            this.udMIC.LostFocus += new System.EventHandler(this.udMIC_LostFocus);
            // 
            // lblMIC
            // 
            this.lblMIC.Image = null;
            resources.ApplyResources(this.lblMIC, "lblMIC");
            this.lblMIC.Name = "lblMIC";
            // 
            // lblTransmitProfile
            // 
            this.lblTransmitProfile.Image = null;
            resources.ApplyResources(this.lblTransmitProfile, "lblTransmitProfile");
            this.lblTransmitProfile.Name = "lblTransmitProfile";
            // 
            // grpVFOA
            // 
            this.grpVFOA.BackColor = System.Drawing.SystemColors.Control;
            resources.ApplyResources(this.grpVFOA, "grpVFOA");
            this.grpVFOA.Controls.Add(this.panelVFOAHover);
            this.grpVFOA.Controls.Add(this.txtVFOALSD);
            this.grpVFOA.Controls.Add(this.txtVFOAMSD);
            this.grpVFOA.Controls.Add(this.txtVFOABand);
            this.grpVFOA.Controls.Add(this.txtVFOAFreq);
            this.grpVFOA.Controls.Add(this.btnHidden);
            this.grpVFOA.ForeColor = System.Drawing.Color.Black;
            this.grpVFOA.Name = "grpVFOA";
            this.grpVFOA.TabStop = false;
            // 
            // panelVFOAHover
            // 
            resources.ApplyResources(this.panelVFOAHover, "panelVFOAHover");
            this.panelVFOAHover.BackColor = System.Drawing.Color.Black;
            this.panelVFOAHover.Name = "panelVFOAHover";
            this.panelVFOAHover.Paint += new System.Windows.Forms.PaintEventHandler(this.panelVFOAHover_Paint);
            this.panelVFOAHover.MouseMove += new System.Windows.Forms.MouseEventHandler(this.panelVFOAHover_MouseMove);
            // 
            // txtVFOALSD
            // 
            this.txtVFOALSD.BackColor = System.Drawing.Color.Black;
            this.txtVFOALSD.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.txtVFOALSD.Cursor = System.Windows.Forms.Cursors.Default;
            resources.ApplyResources(this.txtVFOALSD, "txtVFOALSD");
            this.txtVFOALSD.ForeColor = System.Drawing.Color.Olive;
            this.txtVFOALSD.Name = "txtVFOALSD";
            this.txtVFOALSD.MouseMove += new System.Windows.Forms.MouseEventHandler(this.txtVFOALSD_MouseMove);
            this.txtVFOALSD.MouseDown += new System.Windows.Forms.MouseEventHandler(this.txtVFOALSD_MouseDown);
            // 
            // txtVFOAMSD
            // 
            this.txtVFOAMSD.BackColor = System.Drawing.Color.Black;
            this.txtVFOAMSD.Cursor = System.Windows.Forms.Cursors.Default;
            resources.ApplyResources(this.txtVFOAMSD, "txtVFOAMSD");
            this.txtVFOAMSD.ForeColor = System.Drawing.Color.Olive;
            this.txtVFOAMSD.Name = "txtVFOAMSD";
            this.txtVFOAMSD.MouseLeave += new System.EventHandler(this.txtVFOAMSD_MouseLeave);
            this.txtVFOAMSD.MouseMove += new System.Windows.Forms.MouseEventHandler(this.txtVFOAMSD_MouseMove);
            this.txtVFOAMSD.MouseDown += new System.Windows.Forms.MouseEventHandler(this.txtVFOAMSD_MouseDown);
            // 
            // txtVFOABand
            // 
            this.txtVFOABand.BackColor = System.Drawing.Color.Black;
            resources.ApplyResources(this.txtVFOABand, "txtVFOABand");
            this.txtVFOABand.ForeColor = System.Drawing.Color.Green;
            this.txtVFOABand.Name = "txtVFOABand";
            this.txtVFOABand.GotFocus += new System.EventHandler(this.HideFocus);
            // 
            // txtVFOAFreq
            // 
            this.txtVFOAFreq.BackColor = System.Drawing.Color.Black;
            this.txtVFOAFreq.Cursor = System.Windows.Forms.Cursors.Default;
            resources.ApplyResources(this.txtVFOAFreq, "txtVFOAFreq");
            this.txtVFOAFreq.ForeColor = System.Drawing.Color.Olive;
            this.txtVFOAFreq.Name = "txtVFOAFreq";
            this.txtVFOAFreq.MouseLeave += new System.EventHandler(this.txtVFOAFreq_MouseLeave);
            this.txtVFOAFreq.MouseMove += new System.Windows.Forms.MouseEventHandler(this.txtVFOAFreq_MouseMove);
            this.txtVFOAFreq.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtVFOAFreq_KeyPress);
            this.txtVFOAFreq.LostFocus += new System.EventHandler(this.txtVFOAFreq_LostFocus);
            // 
            // btnHidden
            // 
            this.btnHidden.Image = null;
            resources.ApplyResources(this.btnHidden, "btnHidden");
            this.btnHidden.Name = "btnHidden";
            this.btnHidden.UseVisualStyleBackColor = true;
            // 
            // grpVFOnew
            // 
            resources.ApplyResources(this.grpVFOnew, "grpVFOnew");
            this.grpVFOnew.Controls.Add(this.picAGauge);
            this.grpVFOnew.Controls.Add(this.lblATTNewVFO);
            this.grpVFOnew.Controls.Add(this.lblRFNewVFO);
            this.grpVFOnew.Controls.Add(this.lblAFNewVFO);
            this.grpVFOnew.Controls.Add(this.lblRX2);
            this.grpVFOnew.Controls.Add(this.txtNewVFOBand);
            this.grpVFOnew.Controls.Add(this.lblVFOBTX);
            this.grpVFOnew.Controls.Add(this.lblVFOATX);
            this.grpVFOnew.Controls.Add(this.lblLOSC);
            this.grpVFOnew.Controls.Add(this.lblVFOB);
            this.grpVFOnew.Controls.Add(this.lblVFOA);
            this.grpVFOnew.Controls.Add(this.panelLOSCnewHover);
            this.grpVFOnew.Controls.Add(this.panelVFOBnewHover);
            this.grpVFOnew.Controls.Add(this.panelVFOAnewHover);
            this.grpVFOnew.Controls.Add(this.txtLOSCnew);
            this.grpVFOnew.Controls.Add(this.txtVFOBnew);
            this.grpVFOnew.Controls.Add(this.txtVFOAnew);
            this.grpVFOnew.Controls.Add(this.sMeterDigital1);
            this.grpVFOnew.Controls.Add(this.sMeterDigital2);
            this.grpVFOnew.Name = "grpVFOnew";
            this.grpVFOnew.TabStop = false;
            // 
            // picAGauge
            // 
            this.picAGauge.BackColor = System.Drawing.Color.Black;
            resources.ApplyResources(this.picAGauge, "picAGauge");
            this.picAGauge.ContextMenuStrip = this.contextNewVFOSmeter;
            this.picAGauge.Name = "picAGauge";
            this.picAGauge.TabStop = false;
            this.picAGauge.Paint += new System.Windows.Forms.PaintEventHandler(this.picAGauge_Paint);
            // 
            // lblATTNewVFO
            // 
            resources.ApplyResources(this.lblATTNewVFO, "lblATTNewVFO");
            this.lblATTNewVFO.BackColor = System.Drawing.Color.Black;
            this.lblATTNewVFO.ForeColor = System.Drawing.Color.Olive;
            this.lblATTNewVFO.Image = null;
            this.lblATTNewVFO.Name = "lblATTNewVFO";
            this.lblATTNewVFO.Click += new System.EventHandler(this.lblATTNewVFO_Click);
            // 
            // lblRFNewVFO
            // 
            resources.ApplyResources(this.lblRFNewVFO, "lblRFNewVFO");
            this.lblRFNewVFO.BackColor = System.Drawing.Color.Black;
            this.lblRFNewVFO.ForeColor = System.Drawing.Color.Olive;
            this.lblRFNewVFO.Image = null;
            this.lblRFNewVFO.Name = "lblRFNewVFO";
            this.lblRFNewVFO.Click += new System.EventHandler(this.lblRFNewVFO_Click);
            // 
            // lblAFNewVFO
            // 
            resources.ApplyResources(this.lblAFNewVFO, "lblAFNewVFO");
            this.lblAFNewVFO.BackColor = System.Drawing.Color.Black;
            this.lblAFNewVFO.ForeColor = System.Drawing.Color.Olive;
            this.lblAFNewVFO.Image = null;
            this.lblAFNewVFO.Name = "lblAFNewVFO";
            this.lblAFNewVFO.Click += new System.EventHandler(this.lblAFNewVFO_Click);
            // 
            // txtNewVFOBand
            // 
            this.txtNewVFOBand.BackColor = System.Drawing.Color.Black;
            this.txtNewVFOBand.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.txtNewVFOBand.Cursor = System.Windows.Forms.Cursors.IBeam;
            resources.ApplyResources(this.txtNewVFOBand, "txtNewVFOBand");
            this.txtNewVFOBand.ForeColor = System.Drawing.Color.Green;
            this.txtNewVFOBand.Name = "txtNewVFOBand";
            // 
            // lblVFOBTX
            // 
            resources.ApplyResources(this.lblVFOBTX, "lblVFOBTX");
            this.lblVFOBTX.BackColor = System.Drawing.Color.Black;
            this.lblVFOBTX.ForeColor = System.Drawing.Color.Olive;
            this.lblVFOBTX.Image = null;
            this.lblVFOBTX.Name = "lblVFOBTX";
            // 
            // lblVFOATX
            // 
            resources.ApplyResources(this.lblVFOATX, "lblVFOATX");
            this.lblVFOATX.BackColor = System.Drawing.Color.Black;
            this.lblVFOATX.ForeColor = System.Drawing.Color.Olive;
            this.lblVFOATX.Image = null;
            this.lblVFOATX.Name = "lblVFOATX";
            // 
            // lblLOSC
            // 
            resources.ApplyResources(this.lblLOSC, "lblLOSC");
            this.lblLOSC.BackColor = System.Drawing.Color.Black;
            this.lblLOSC.ForeColor = System.Drawing.Color.Olive;
            this.lblLOSC.Image = null;
            this.lblLOSC.Name = "lblLOSC";
            // 
            // lblVFOB
            // 
            resources.ApplyResources(this.lblVFOB, "lblVFOB");
            this.lblVFOB.BackColor = System.Drawing.Color.Black;
            this.lblVFOB.ForeColor = System.Drawing.Color.Olive;
            this.lblVFOB.Image = null;
            this.lblVFOB.Name = "lblVFOB";
            // 
            // lblVFOA
            // 
            resources.ApplyResources(this.lblVFOA, "lblVFOA");
            this.lblVFOA.BackColor = System.Drawing.Color.Black;
            this.lblVFOA.ForeColor = System.Drawing.Color.Olive;
            this.lblVFOA.Image = null;
            this.lblVFOA.Name = "lblVFOA";
            // 
            // panelLOSCnewHover
            // 
            resources.ApplyResources(this.panelLOSCnewHover, "panelLOSCnewHover");
            this.panelLOSCnewHover.BackColor = System.Drawing.Color.Black;
            this.panelLOSCnewHover.Name = "panelLOSCnewHover";
            this.panelLOSCnewHover.Paint += new System.Windows.Forms.PaintEventHandler(this.panelLOSCnew_Paint);
            this.panelLOSCnewHover.MouseMove += new System.Windows.Forms.MouseEventHandler(this.panelLOSCnewHover_MouseMove);
            // 
            // panelVFOBnewHover
            // 
            resources.ApplyResources(this.panelVFOBnewHover, "panelVFOBnewHover");
            this.panelVFOBnewHover.BackColor = System.Drawing.Color.Black;
            this.panelVFOBnewHover.Name = "panelVFOBnewHover";
            this.panelVFOBnewHover.Paint += new System.Windows.Forms.PaintEventHandler(this.panelVFOBnewHover_Paint);
            this.panelVFOBnewHover.MouseMove += new System.Windows.Forms.MouseEventHandler(this.panelVFOBnewHover_MouseMove);
            // 
            // panelVFOAnewHover
            // 
            resources.ApplyResources(this.panelVFOAnewHover, "panelVFOAnewHover");
            this.panelVFOAnewHover.BackColor = System.Drawing.Color.Black;
            this.panelVFOAnewHover.Name = "panelVFOAnewHover";
            this.panelVFOAnewHover.Paint += new System.Windows.Forms.PaintEventHandler(this.panelVFOAnewHover_Paint);
            this.panelVFOAnewHover.MouseMove += new System.Windows.Forms.MouseEventHandler(this.panelVFOAnewHover_MouseMove);
            // 
            // txtLOSCnew
            // 
            this.txtLOSCnew.BackColor = System.Drawing.Color.Black;
            this.txtLOSCnew.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.txtLOSCnew.ContextMenuStrip = this.contextLOSCMenu;
            resources.ApplyResources(this.txtLOSCnew, "txtLOSCnew");
            this.txtLOSCnew.ForeColor = System.Drawing.Color.Olive;
            this.txtLOSCnew.Name = "txtLOSCnew";
            this.txtLOSCnew.MouseLeave += new System.EventHandler(this.txtLOSCnew_MouseLeave);
            this.txtLOSCnew.MouseMove += new System.Windows.Forms.MouseEventHandler(this.txtLOSCnew_MouseMove);
            this.txtLOSCnew.MouseDown += new System.Windows.Forms.MouseEventHandler(this.txtLOSCnew_MouseDown);
            this.txtLOSCnew.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtLOSCnew_KeyPress);
            this.txtLOSCnew.LostFocus += new System.EventHandler(this.txtLOSCnew_LostFocus);
            // 
            // txtVFOBnew
            // 
            this.txtVFOBnew.BackColor = System.Drawing.Color.Black;
            this.txtVFOBnew.BorderStyle = System.Windows.Forms.BorderStyle.None;
            resources.ApplyResources(this.txtVFOBnew, "txtVFOBnew");
            this.txtVFOBnew.ForeColor = System.Drawing.Color.Olive;
            this.txtVFOBnew.Name = "txtVFOBnew";
            this.txtVFOBnew.MouseLeave += new System.EventHandler(this.txtVFOBnew_MouseLeave);
            this.txtVFOBnew.MouseMove += new System.Windows.Forms.MouseEventHandler(this.txtVFOBnew_MouseMove);
            this.txtVFOBnew.MouseDown += new System.Windows.Forms.MouseEventHandler(this.txtVFOBnew_MouseDown);
            this.txtVFOBnew.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtVFOBnew_KeyPress);
            this.txtVFOBnew.LostFocus += new System.EventHandler(this.txtVFOBnew_LostFocus);
            // 
            // txtVFOAnew
            // 
            this.txtVFOAnew.BackColor = System.Drawing.Color.Black;
            this.txtVFOAnew.BorderStyle = System.Windows.Forms.BorderStyle.None;
            resources.ApplyResources(this.txtVFOAnew, "txtVFOAnew");
            this.txtVFOAnew.ForeColor = System.Drawing.Color.Olive;
            this.txtVFOAnew.Name = "txtVFOAnew";
            this.txtVFOAnew.MouseLeave += new System.EventHandler(this.txtVFOAnew_MouseLeave);
            this.txtVFOAnew.MouseMove += new System.Windows.Forms.MouseEventHandler(this.txtVFOAnew_MouseMove);
            this.txtVFOAnew.MouseDown += new System.Windows.Forms.MouseEventHandler(this.txtVFOAnew_MouseDown);
            this.txtVFOAnew.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtVFOAnew_KeyPress);
            this.txtVFOAnew.LostFocus += new System.EventHandler(this.txtVFOAnew_LostFocus);
            // 
            // sMeterDigital1
            // 
            this.sMeterDigital1.BackColor = System.Drawing.Color.Black;
            this.sMeterDigital1.ContextMenuStrip = this.contextNewVFOSmeter;
            resources.ApplyResources(this.sMeterDigital1, "sMeterDigital1");
            this.sMeterDigital1.MaximumSize = new System.Drawing.Size(240, 133);
            this.sMeterDigital1.MinimumSize = new System.Drawing.Size(240, 133);
            this.sMeterDigital1.Name = "sMeterDigital1";
            this.sMeterDigital1.SignalMaxValue = 180F;
            this.sMeterDigital1.SignalMinValue = 0F;
            this.sMeterDigital1.SignalValue = 0F;
            this.sMeterDigital1.swrMaxValue = 180F;
            this.sMeterDigital1.swrMinValue = 0F;
            this.sMeterDigital1.swrValue = 0F;
            // 
            // sMeterDigital2
            // 
            this.sMeterDigital2.BackColor = System.Drawing.Color.Black;
            this.sMeterDigital2.Brightness = 255;
            this.sMeterDigital2.ContextMenuStrip = this.contextNewVFOSmeter;
            resources.ApplyResources(this.sMeterDigital2, "sMeterDigital2");
            this.sMeterDigital2.MaximumSize = new System.Drawing.Size(240, 133);
            this.sMeterDigital2.MinimumSize = new System.Drawing.Size(240, 133);
            this.sMeterDigital2.Name = "sMeterDigital2";
            this.sMeterDigital2.SignalMaxValue = 224F;
            this.sMeterDigital2.SignalMinValue = 0F;
            this.sMeterDigital2.SignalValue = 0F;
            this.sMeterDigital2.swrMaxValue = 180F;
            this.sMeterDigital2.swrMinValue = 0F;
            this.sMeterDigital2.swrValue = 0F;
            // 
            // lblNotchShift
            // 
            resources.ApplyResources(this.lblNotchShift, "lblNotchShift");
            this.lblNotchShift.Image = null;
            this.lblNotchShift.Name = "lblNotchShift";
            // 
            // lblWidth
            // 
            resources.ApplyResources(this.lblWidth, "lblWidth");
            this.lblWidth.Image = null;
            this.lblWidth.Name = "lblWidth";
            // 
            // grpSoundControls
            // 
            resources.ApplyResources(this.grpSoundControls, "grpSoundControls");
            this.grpSoundControls.Controls.Add(this.lblAF);
            this.grpSoundControls.Controls.Add(this.lblPWRValue);
            this.grpSoundControls.Controls.Add(this.lblRFValue);
            this.grpSoundControls.Controls.Add(this.comboAGCSubRX);
            this.grpSoundControls.Controls.Add(this.picSQLSubRX);
            this.grpSoundControls.Controls.Add(this.ptbPWR);
            this.grpSoundControls.Controls.Add(this.comboAGCMainRX);
            this.grpSoundControls.Controls.Add(this.ptbRF);
            this.grpSoundControls.Controls.Add(this.ptbAF);
            this.grpSoundControls.Controls.Add(this.lblRF);
            this.grpSoundControls.Controls.Add(this.lblPWR);
            this.grpSoundControls.Controls.Add(this.lblAGC);
            this.grpSoundControls.Controls.Add(this.lblAFValue);
            this.grpSoundControls.Controls.Add(this.udSQLMainRX);
            this.grpSoundControls.Controls.Add(this.picSQLMainRX);
            this.grpSoundControls.Controls.Add(this.ptbSQLSubRX);
            this.grpSoundControls.Controls.Add(this.chkSQLSubRX);
            this.grpSoundControls.Controls.Add(this.udSQLSubRX);
            this.grpSoundControls.Controls.Add(this.ptbSQLMainRX);
            this.grpSoundControls.Controls.Add(this.chkSQLMainRX);
            this.grpSoundControls.Name = "grpSoundControls";
            this.grpSoundControls.TabStop = false;
            // 
            // lblAF
            // 
            resources.ApplyResources(this.lblAF, "lblAF");
            this.lblAF.Image = null;
            this.lblAF.Name = "lblAF";
            // 
            // lblPWRValue
            // 
            resources.ApplyResources(this.lblPWRValue, "lblPWRValue");
            this.lblPWRValue.BackColor = System.Drawing.Color.Transparent;
            this.lblPWRValue.ForeColor = System.Drawing.Color.Black;
            this.lblPWRValue.Image = null;
            this.lblPWRValue.Name = "lblPWRValue";
            this.lblPWRValue.MouseLeave += new System.EventHandler(this.lblPWRValue_MouseLeave);
            this.lblPWRValue.MouseHover += new System.EventHandler(this.lblPWRValue_MouseHover);
            // 
            // lblRFValue
            // 
            resources.ApplyResources(this.lblRFValue, "lblRFValue");
            this.lblRFValue.BackColor = System.Drawing.Color.Transparent;
            this.lblRFValue.ForeColor = System.Drawing.Color.Black;
            this.lblRFValue.Image = null;
            this.lblRFValue.Name = "lblRFValue";
            this.lblRFValue.MouseLeave += new System.EventHandler(this.lblRFValue_MouseLeave);
            this.lblRFValue.MouseHover += new System.EventHandler(this.lblRFValue_MouseHover);
            // 
            // picSQLSubRX
            // 
            this.picSQLSubRX.BackColor = System.Drawing.SystemColors.ControlText;
            resources.ApplyResources(this.picSQLSubRX, "picSQLSubRX");
            this.picSQLSubRX.Name = "picSQLSubRX";
            this.picSQLSubRX.TabStop = false;
            this.picSQLSubRX.Paint += new System.Windows.Forms.PaintEventHandler(this.picSQLSubRX_Paint);
            // 
            // lblRF
            // 
            resources.ApplyResources(this.lblRF, "lblRF");
            this.lblRF.Image = null;
            this.lblRF.Name = "lblRF";
            // 
            // lblPWR
            // 
            resources.ApplyResources(this.lblPWR, "lblPWR");
            this.lblPWR.Image = null;
            this.lblPWR.Name = "lblPWR";
            // 
            // lblAGC
            // 
            this.lblAGC.Image = null;
            resources.ApplyResources(this.lblAGC, "lblAGC");
            this.lblAGC.Name = "lblAGC";
            // 
            // lblAFValue
            // 
            resources.ApplyResources(this.lblAFValue, "lblAFValue");
            this.lblAFValue.BackColor = System.Drawing.Color.Transparent;
            this.lblAFValue.ForeColor = System.Drawing.Color.Black;
            this.lblAFValue.Image = null;
            this.lblAFValue.Name = "lblAFValue";
            this.lblAFValue.MouseLeave += new System.EventHandler(this.lblAFValue_MouseLeave);
            this.lblAFValue.MouseHover += new System.EventHandler(this.lblAFValue_MouseHover);
            // 
            // picSQLMainRX
            // 
            this.picSQLMainRX.BackColor = System.Drawing.SystemColors.ControlText;
            resources.ApplyResources(this.picSQLMainRX, "picSQLMainRX");
            this.picSQLMainRX.Name = "picSQLMainRX";
            this.picSQLMainRX.TabStop = false;
            this.picSQLMainRX.Paint += new System.Windows.Forms.PaintEventHandler(this.picSQL_Paint);
            // 
            // grpModeSpecificCW
            // 
            resources.ApplyResources(this.grpModeSpecificCW, "grpModeSpecificCW");
            this.grpModeSpecificCW.Controls.Add(this.grpCWX);
            this.grpModeSpecificCW.Controls.Add(this.chkShowTXCWFreq);
            this.grpModeSpecificCW.Controls.Add(this.chkCWVAC);
            this.grpModeSpecificCW.Controls.Add(this.grpCWPitch);
            this.grpModeSpecificCW.Controls.Add(this.chkCWIambic);
            this.grpModeSpecificCW.Controls.Add(this.ptbCWSpeed);
            this.grpModeSpecificCW.Controls.Add(this.chkBreakIn);
            this.grpModeSpecificCW.Controls.Add(this.lblCWSpeed);
            this.grpModeSpecificCW.Controls.Add(this.udCWSpeed);
            this.grpModeSpecificCW.Name = "grpModeSpecificCW";
            this.grpModeSpecificCW.TabStop = false;
            // 
            // grpCWX
            // 
            this.grpCWX.Controls.Add(this.btnCWX4);
            this.grpCWX.Controls.Add(this.btnCWX5);
            this.grpCWX.Controls.Add(this.btnCWX1);
            this.grpCWX.Controls.Add(this.btnCWX6);
            this.grpCWX.Controls.Add(this.btnCWX2);
            this.grpCWX.Controls.Add(this.btnCWX3);
            resources.ApplyResources(this.grpCWX, "grpCWX");
            this.grpCWX.Name = "grpCWX";
            this.grpCWX.TabStop = false;
            // 
            // btnCWX4
            // 
            resources.ApplyResources(this.btnCWX4, "btnCWX4");
            this.btnCWX4.FlatAppearance.BorderSize = 0;
            this.btnCWX4.Image = null;
            this.btnCWX4.Name = "btnCWX4";
            this.btnCWX4.UseVisualStyleBackColor = true;
            this.btnCWX4.Click += new System.EventHandler(this.btnCWX4_Click);
            this.btnCWX4.MouseHover += new System.EventHandler(this.btnCWX4_MouseMove);
            // 
            // btnCWX5
            // 
            resources.ApplyResources(this.btnCWX5, "btnCWX5");
            this.btnCWX5.FlatAppearance.BorderSize = 0;
            this.btnCWX5.Image = null;
            this.btnCWX5.Name = "btnCWX5";
            this.btnCWX5.UseVisualStyleBackColor = true;
            this.btnCWX5.Click += new System.EventHandler(this.btnCWX5_Click);
            this.btnCWX5.MouseHover += new System.EventHandler(this.btnCWX5_MouseMove);
            // 
            // btnCWX1
            // 
            resources.ApplyResources(this.btnCWX1, "btnCWX1");
            this.btnCWX1.FlatAppearance.BorderSize = 0;
            this.btnCWX1.Image = null;
            this.btnCWX1.Name = "btnCWX1";
            this.btnCWX1.UseVisualStyleBackColor = true;
            this.btnCWX1.Click += new System.EventHandler(this.btnCWX1_Click);
            this.btnCWX1.MouseHover += new System.EventHandler(this.btnCWX1_MouseMove);
            // 
            // btnCWX6
            // 
            resources.ApplyResources(this.btnCWX6, "btnCWX6");
            this.btnCWX6.FlatAppearance.BorderSize = 0;
            this.btnCWX6.Image = null;
            this.btnCWX6.Name = "btnCWX6";
            this.btnCWX6.UseVisualStyleBackColor = true;
            this.btnCWX6.Click += new System.EventHandler(this.btnCWX6_Click);
            this.btnCWX6.MouseHover += new System.EventHandler(this.btnCWX6_MouseMove);
            // 
            // btnCWX2
            // 
            resources.ApplyResources(this.btnCWX2, "btnCWX2");
            this.btnCWX2.FlatAppearance.BorderSize = 0;
            this.btnCWX2.Image = null;
            this.btnCWX2.Name = "btnCWX2";
            this.btnCWX2.UseVisualStyleBackColor = true;
            this.btnCWX2.Click += new System.EventHandler(this.btnCWX2_Click);
            this.btnCWX2.MouseHover += new System.EventHandler(this.btnCWX2_MouseMove);
            // 
            // btnCWX3
            // 
            resources.ApplyResources(this.btnCWX3, "btnCWX3");
            this.btnCWX3.FlatAppearance.BorderSize = 0;
            this.btnCWX3.Image = null;
            this.btnCWX3.Name = "btnCWX3";
            this.btnCWX3.UseVisualStyleBackColor = true;
            this.btnCWX3.Click += new System.EventHandler(this.btnCWX3_Click);
            this.btnCWX3.MouseHover += new System.EventHandler(this.btnCWX3_MouseMove);
            // 
            // grpCWPitch
            // 
            this.grpCWPitch.Controls.Add(this.lblCWPitchFreq);
            this.grpCWPitch.Controls.Add(this.udCWPitch);
            resources.ApplyResources(this.grpCWPitch, "grpCWPitch");
            this.grpCWPitch.Name = "grpCWPitch";
            this.grpCWPitch.TabStop = false;
            // 
            // lblCWPitchFreq
            // 
            this.lblCWPitchFreq.Image = null;
            resources.ApplyResources(this.lblCWPitchFreq, "lblCWPitchFreq");
            this.lblCWPitchFreq.Name = "lblCWPitchFreq";
            // 
            // ptbCWSpeed
            // 
            resources.ApplyResources(this.ptbCWSpeed, "ptbCWSpeed");
            this.ptbCWSpeed.HeadImage = null;
            this.ptbCWSpeed.LargeChange = 5;
            this.ptbCWSpeed.Maximum = 60;
            this.ptbCWSpeed.Minimum = 7;
            this.ptbCWSpeed.Name = "ptbCWSpeed";
            this.ptbCWSpeed.Orientation = System.Windows.Forms.Orientation.Horizontal;
            this.ptbCWSpeed.SmallChange = 1;
            this.ptbCWSpeed.TabStop = false;
            this.ptbCWSpeed.Value = 7;
            this.ptbCWSpeed.OnWheel += new PowerSDR.PrettyTrackBar.WheelHandler(this.tbCWSpeed_Wheel);
            this.ptbCWSpeed.Scroll += new PowerSDR.PrettyTrackBar.ScrollHandler(this.tbCWSpeed_Scroll);
            // 
            // lblCWSpeed
            // 
            this.lblCWSpeed.Image = null;
            resources.ApplyResources(this.lblCWSpeed, "lblCWSpeed");
            this.lblCWSpeed.Name = "lblCWSpeed";
            // 
            // grpVFOB
            // 
            this.grpVFOB.BackColor = System.Drawing.SystemColors.Control;
            resources.ApplyResources(this.grpVFOB, "grpVFOB");
            this.grpVFOB.Controls.Add(this.txtVFOBLSD);
            this.grpVFOB.Controls.Add(this.panelVFOBHover);
            this.grpVFOB.Controls.Add(this.txtVFOBMSD);
            this.grpVFOB.Controls.Add(this.lblVFOBLSD);
            this.grpVFOB.Controls.Add(this.txtVFOBBand);
            this.grpVFOB.Controls.Add(this.txtVFOBFreq);
            this.grpVFOB.Name = "grpVFOB";
            this.grpVFOB.TabStop = false;
            // 
            // txtVFOBLSD
            // 
            this.txtVFOBLSD.BackColor = System.Drawing.Color.Black;
            this.txtVFOBLSD.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.txtVFOBLSD.Cursor = System.Windows.Forms.Cursors.Default;
            resources.ApplyResources(this.txtVFOBLSD, "txtVFOBLSD");
            this.txtVFOBLSD.ForeColor = System.Drawing.Color.Olive;
            this.txtVFOBLSD.Name = "txtVFOBLSD";
            this.txtVFOBLSD.MouseMove += new System.Windows.Forms.MouseEventHandler(this.txtVFOBLSD_MouseMove);
            this.txtVFOBLSD.MouseDown += new System.Windows.Forms.MouseEventHandler(this.txtVFOBLSD_MouseDown);
            // 
            // panelVFOBHover
            // 
            resources.ApplyResources(this.panelVFOBHover, "panelVFOBHover");
            this.panelVFOBHover.BackColor = System.Drawing.Color.Black;
            this.panelVFOBHover.Name = "panelVFOBHover";
            this.panelVFOBHover.Paint += new System.Windows.Forms.PaintEventHandler(this.panelVFOBHover_Paint);
            this.panelVFOBHover.MouseMove += new System.Windows.Forms.MouseEventHandler(this.panelVFOBHover_MouseMove);
            // 
            // txtVFOBMSD
            // 
            this.txtVFOBMSD.BackColor = System.Drawing.Color.Black;
            this.txtVFOBMSD.Cursor = System.Windows.Forms.Cursors.Default;
            resources.ApplyResources(this.txtVFOBMSD, "txtVFOBMSD");
            this.txtVFOBMSD.ForeColor = System.Drawing.Color.Olive;
            this.txtVFOBMSD.Name = "txtVFOBMSD";
            this.txtVFOBMSD.MouseLeave += new System.EventHandler(this.txtVFOBMSD_MouseLeave);
            this.txtVFOBMSD.MouseMove += new System.Windows.Forms.MouseEventHandler(this.txtVFOBMSD_MouseMove);
            this.txtVFOBMSD.MouseDown += new System.Windows.Forms.MouseEventHandler(this.txtVFOBMSD_MouseDown);
            // 
            // lblVFOBLSD
            // 
            this.lblVFOBLSD.BackColor = System.Drawing.Color.Cyan;
            resources.ApplyResources(this.lblVFOBLSD, "lblVFOBLSD");
            this.lblVFOBLSD.ForeColor = System.Drawing.Color.OrangeRed;
            this.lblVFOBLSD.Image = null;
            this.lblVFOBLSD.Name = "lblVFOBLSD";
            // 
            // txtVFOBBand
            // 
            this.txtVFOBBand.BackColor = System.Drawing.Color.Black;
            resources.ApplyResources(this.txtVFOBBand, "txtVFOBBand");
            this.txtVFOBBand.ForeColor = System.Drawing.Color.Green;
            this.txtVFOBBand.Name = "txtVFOBBand";
            this.txtVFOBBand.ReadOnly = true;
            this.txtVFOBBand.GotFocus += new System.EventHandler(this.HideFocus);
            // 
            // txtVFOBFreq
            // 
            this.txtVFOBFreq.BackColor = System.Drawing.Color.Black;
            this.txtVFOBFreq.Cursor = System.Windows.Forms.Cursors.Default;
            resources.ApplyResources(this.txtVFOBFreq, "txtVFOBFreq");
            this.txtVFOBFreq.ForeColor = System.Drawing.Color.Olive;
            this.txtVFOBFreq.Name = "txtVFOBFreq";
            this.txtVFOBFreq.MouseLeave += new System.EventHandler(this.txtVFOBFreq_MouseLeave);
            this.txtVFOBFreq.MouseMove += new System.Windows.Forms.MouseEventHandler(this.txtVFOBFreq_MouseMove);
            this.txtVFOBFreq.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtVFOBFreq_KeyPress);
            this.txtVFOBFreq.LostFocus += new System.EventHandler(this.txtVFOBFreq_LostFocus);
            // 
            // grpLOSC
            // 
            this.grpLOSC.BackColor = System.Drawing.SystemColors.Control;
            resources.ApplyResources(this.grpLOSC, "grpLOSC");
            this.grpLOSC.Controls.Add(this.panelLOSCHover);
            this.grpLOSC.Controls.Add(this.txtLOSCLSD);
            this.grpLOSC.Controls.Add(this.txtLOSCMSD);
            this.grpLOSC.Controls.Add(this.txtLOSCFreq);
            this.grpLOSC.ForeColor = System.Drawing.Color.Black;
            this.grpLOSC.Name = "grpLOSC";
            this.grpLOSC.TabStop = false;
            // 
            // panelLOSCHover
            // 
            resources.ApplyResources(this.panelLOSCHover, "panelLOSCHover");
            this.panelLOSCHover.BackColor = System.Drawing.Color.Black;
            this.panelLOSCHover.Name = "panelLOSCHover";
            this.panelLOSCHover.Paint += new System.Windows.Forms.PaintEventHandler(this.panelLOSCHover_Paint);
            this.panelLOSCHover.MouseMove += new System.Windows.Forms.MouseEventHandler(this.panelLOSCHover_MouseMove);
            // 
            // txtLOSCLSD
            // 
            this.txtLOSCLSD.BackColor = System.Drawing.Color.Black;
            this.txtLOSCLSD.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.txtLOSCLSD.Cursor = System.Windows.Forms.Cursors.Default;
            resources.ApplyResources(this.txtLOSCLSD, "txtLOSCLSD");
            this.txtLOSCLSD.ForeColor = System.Drawing.Color.Olive;
            this.txtLOSCLSD.Name = "txtLOSCLSD";
            this.txtLOSCLSD.MouseMove += new System.Windows.Forms.MouseEventHandler(this.txtLOSCLSD_MouseMove);
            this.txtLOSCLSD.MouseDown += new System.Windows.Forms.MouseEventHandler(this.txtLOSCLSD_MouseDown);
            // 
            // txtLOSCMSD
            // 
            this.txtLOSCMSD.BackColor = System.Drawing.Color.Black;
            this.txtLOSCMSD.ContextMenuStrip = this.contextLOSCMenu;
            this.txtLOSCMSD.Cursor = System.Windows.Forms.Cursors.Default;
            resources.ApplyResources(this.txtLOSCMSD, "txtLOSCMSD");
            this.txtLOSCMSD.ForeColor = System.Drawing.Color.Olive;
            this.txtLOSCMSD.Name = "txtLOSCMSD";
            this.txtLOSCMSD.MouseLeave += new System.EventHandler(this.txtLOSCMSD_MouseLeave);
            this.txtLOSCMSD.MouseMove += new System.Windows.Forms.MouseEventHandler(this.txtLOSCMSD_MouseMove);
            this.txtLOSCMSD.MouseDown += new System.Windows.Forms.MouseEventHandler(this.txtLOSCMSD_MouseDown);
            // 
            // txtLOSCFreq
            // 
            this.txtLOSCFreq.BackColor = System.Drawing.Color.Black;
            this.txtLOSCFreq.Cursor = System.Windows.Forms.Cursors.Default;
            resources.ApplyResources(this.txtLOSCFreq, "txtLOSCFreq");
            this.txtLOSCFreq.ForeColor = System.Drawing.Color.Green;
            this.txtLOSCFreq.Name = "txtLOSCFreq";
            this.txtLOSCFreq.MouseLeave += new System.EventHandler(this.txtLOSCFreq_MouseLeave);
            this.txtLOSCFreq.MouseMove += new System.Windows.Forms.MouseEventHandler(this.txtLOSCFreq_MouseMove);
            this.txtLOSCFreq.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtLOSCFreq_KeyPress);
            this.txtLOSCFreq.LostFocus += new System.EventHandler(this.txtLOSCFreq_LostFocus);
            // 
            // grpG160
            // 
            this.grpG160.Controls.Add(this.btnG160_X2);
            this.grpG160.Controls.Add(this.btnG160_X1);
            resources.ApplyResources(this.grpG160, "grpG160");
            this.grpG160.Name = "grpG160";
            this.grpG160.TabStop = false;
            // 
            // grpG3020
            // 
            resources.ApplyResources(this.grpG3020, "grpG3020");
            this.grpG3020.Controls.Add(this.btnG3020_X4);
            this.grpG3020.Controls.Add(this.btnG3020_X3);
            this.grpG3020.Controls.Add(this.btnG3020_X2);
            this.grpG3020.Controls.Add(this.btnG3020_X1);
            this.grpG3020.Name = "grpG3020";
            this.grpG3020.TabStop = false;
            // 
            // btnG3020_X4
            // 
            resources.ApplyResources(this.btnG3020_X4, "btnG3020_X4");
            this.btnG3020_X4.Image = null;
            this.btnG3020_X4.Name = "btnG3020_X4";
            this.btnG3020_X4.UseVisualStyleBackColor = true;
            this.btnG3020_X4.Click += new System.EventHandler(this.btnG3020_X4_Click);
            // 
            // btnG3020_X3
            // 
            resources.ApplyResources(this.btnG3020_X3, "btnG3020_X3");
            this.btnG3020_X3.Image = null;
            this.btnG3020_X3.Name = "btnG3020_X3";
            this.btnG3020_X3.UseVisualStyleBackColor = true;
            this.btnG3020_X3.Click += new System.EventHandler(this.btnG3020_X3_Click);
            // 
            // btnG3020_X2
            // 
            resources.ApplyResources(this.btnG3020_X2, "btnG3020_X2");
            this.btnG3020_X2.Image = null;
            this.btnG3020_X2.Name = "btnG3020_X2";
            this.btnG3020_X2.UseVisualStyleBackColor = true;
            this.btnG3020_X2.Click += new System.EventHandler(this.btnG3020_X2_Click);
            // 
            // btnG3020_X1
            // 
            resources.ApplyResources(this.btnG3020_X1, "btnG3020_X1");
            this.btnG3020_X1.Image = null;
            this.btnG3020_X1.Name = "btnG3020_X1";
            this.btnG3020_X1.UseVisualStyleBackColor = true;
            this.btnG3020_X1.Click += new System.EventHandler(this.btnG3020_X1_Click);
            // 
            // grpG80
            // 
            this.grpG80.BackColor = System.Drawing.SystemColors.Control;
            this.grpG80.Controls.Add(this.btnG80_X4);
            this.grpG80.Controls.Add(this.btnG80_X3);
            this.grpG80.Controls.Add(this.btnG80_X2);
            this.grpG80.Controls.Add(this.btnG80_X1);
            resources.ApplyResources(this.grpG80, "grpG80");
            this.grpG80.Name = "grpG80";
            this.grpG80.TabStop = false;
            // 
            // btnG80_X4
            // 
            resources.ApplyResources(this.btnG80_X4, "btnG80_X4");
            this.btnG80_X4.BackColor = System.Drawing.SystemColors.Control;
            this.btnG80_X4.FlatAppearance.BorderSize = 0;
            this.btnG80_X4.Image = null;
            this.btnG80_X4.Name = "btnG80_X4";
            this.btnG80_X4.UseVisualStyleBackColor = false;
            this.btnG80_X4.Click += new System.EventHandler(this.btnG80_X4_Click);
            // 
            // btnG80_X3
            // 
            resources.ApplyResources(this.btnG80_X3, "btnG80_X3");
            this.btnG80_X3.BackColor = System.Drawing.SystemColors.Control;
            this.btnG80_X3.FlatAppearance.BorderSize = 0;
            this.btnG80_X3.Image = null;
            this.btnG80_X3.Name = "btnG80_X3";
            this.btnG80_X3.UseVisualStyleBackColor = false;
            this.btnG80_X3.Click += new System.EventHandler(this.btnG80_X3_Click);
            // 
            // btnG80_X2
            // 
            resources.ApplyResources(this.btnG80_X2, "btnG80_X2");
            this.btnG80_X2.BackColor = System.Drawing.SystemColors.Control;
            this.btnG80_X2.FlatAppearance.BorderSize = 0;
            this.btnG80_X2.Image = null;
            this.btnG80_X2.Name = "btnG80_X2";
            this.btnG80_X2.UseVisualStyleBackColor = false;
            this.btnG80_X2.Click += new System.EventHandler(this.btnG80_X2_Click);
            // 
            // btnG80_X1
            // 
            resources.ApplyResources(this.btnG80_X1, "btnG80_X1");
            this.btnG80_X1.BackColor = System.Drawing.SystemColors.Control;
            this.btnG80_X1.FlatAppearance.BorderSize = 0;
            this.btnG80_X1.Image = null;
            this.btnG80_X1.Name = "btnG80_X1";
            this.btnG80_X1.UseVisualStyleBackColor = false;
            this.btnG80_X1.Click += new System.EventHandler(this.btnG80_X1_Click);
            // 
            // grpG59
            // 
            this.grpG59.Controls.Add(this.btnATT);
            this.grpG59.Controls.Add(this.btnHIGH_AF);
            this.grpG59.Controls.Add(this.btnHIGH_RF);
            resources.ApplyResources(this.grpG59, "grpG59");
            this.grpG59.Name = "grpG59";
            this.grpG59.TabStop = false;
            // 
            // grpZoom
            // 
            resources.ApplyResources(this.grpZoom, "grpZoom");
            this.grpZoom.Controls.Add(this.label2);
            this.grpZoom.Controls.Add(this.ptbDisplayZoom);
            this.grpZoom.Controls.Add(this.ptbDisplayPan);
            this.grpZoom.Controls.Add(this.label1);
            this.grpZoom.Controls.Add(this.radDisplayZoom32x);
            this.grpZoom.Controls.Add(this.radDisplayZoom1x);
            this.grpZoom.Controls.Add(this.radDisplayZoom2x);
            this.grpZoom.Controls.Add(this.radDisplayZoom16x);
            this.grpZoom.Controls.Add(this.radDisplayZoom4x);
            this.grpZoom.Controls.Add(this.radDisplayZoom8x);
            this.grpZoom.Name = "grpZoom";
            this.grpZoom.TabStop = false;
            // 
            // label2
            // 
            this.label2.BackColor = System.Drawing.SystemColors.Control;
            this.label2.Image = null;
            resources.ApplyResources(this.label2, "label2");
            this.label2.Name = "label2";
            // 
            // ptbDisplayZoom
            // 
            resources.ApplyResources(this.ptbDisplayZoom, "ptbDisplayZoom");
            this.ptbDisplayZoom.HeadImage = null;
            this.ptbDisplayZoom.LargeChange = 4;
            this.ptbDisplayZoom.Maximum = 128;
            this.ptbDisplayZoom.Minimum = 4;
            this.ptbDisplayZoom.Name = "ptbDisplayZoom";
            this.ptbDisplayZoom.Orientation = System.Windows.Forms.Orientation.Horizontal;
            this.ptbDisplayZoom.SmallChange = 1;
            this.ptbDisplayZoom.TabStop = false;
            this.ptbDisplayZoom.Value = 4;
            this.ptbDisplayZoom.OnWheel += new PowerSDR.PrettyTrackBar.WheelHandler(this.tbDisplayZoom_Wheel);
            this.ptbDisplayZoom.Scroll += new PowerSDR.PrettyTrackBar.ScrollHandler(this.tbDisplayZoom_Scroll);
            // 
            // ptbDisplayPan
            // 
            resources.ApplyResources(this.ptbDisplayPan, "ptbDisplayPan");
            this.ptbDisplayPan.HeadImage = null;
            this.ptbDisplayPan.LargeChange = 10;
            this.ptbDisplayPan.Maximum = 1000;
            this.ptbDisplayPan.Minimum = -1000;
            this.ptbDisplayPan.Name = "ptbDisplayPan";
            this.ptbDisplayPan.Orientation = System.Windows.Forms.Orientation.Horizontal;
            this.ptbDisplayPan.SmallChange = 10;
            this.ptbDisplayPan.TabStop = false;
            this.ptbDisplayPan.Value = 0;
            this.ptbDisplayPan.OnWheel += new PowerSDR.PrettyTrackBar.WheelHandler(this.tbDisplayPan_Wheel);
            this.ptbDisplayPan.Scroll += new PowerSDR.PrettyTrackBar.ScrollHandler(this.tbDisplayPan_Scroll);
            // 
            // label1
            // 
            this.label1.Image = null;
            resources.ApplyResources(this.label1, "label1");
            this.label1.Name = "label1";
            // 
            // radDisplayZoom32x
            // 
            resources.ApplyResources(this.radDisplayZoom32x, "radDisplayZoom32x");
            this.radDisplayZoom32x.FlatAppearance.BorderSize = 0;
            this.radDisplayZoom32x.Image = null;
            this.radDisplayZoom32x.Name = "radDisplayZoom32x";
            this.radDisplayZoom32x.UseVisualStyleBackColor = true;
            this.radDisplayZoom32x.Click += new System.EventHandler(this.radDisplayZoom32x_Click);
            // 
            // radDisplayZoom1x
            // 
            resources.ApplyResources(this.radDisplayZoom1x, "radDisplayZoom1x");
            this.radDisplayZoom1x.FlatAppearance.BorderSize = 0;
            this.radDisplayZoom1x.Image = null;
            this.radDisplayZoom1x.Name = "radDisplayZoom1x";
            this.radDisplayZoom1x.UseVisualStyleBackColor = true;
            this.radDisplayZoom1x.Click += new System.EventHandler(this.radDisplayZoom1x_Click);
            // 
            // radDisplayZoom2x
            // 
            resources.ApplyResources(this.radDisplayZoom2x, "radDisplayZoom2x");
            this.radDisplayZoom2x.FlatAppearance.BorderSize = 0;
            this.radDisplayZoom2x.Image = null;
            this.radDisplayZoom2x.Name = "radDisplayZoom2x";
            this.radDisplayZoom2x.UseVisualStyleBackColor = true;
            this.radDisplayZoom2x.Click += new System.EventHandler(this.radDisplayZoom2x_Click);
            // 
            // radDisplayZoom16x
            // 
            resources.ApplyResources(this.radDisplayZoom16x, "radDisplayZoom16x");
            this.radDisplayZoom16x.FlatAppearance.BorderSize = 0;
            this.radDisplayZoom16x.Image = null;
            this.radDisplayZoom16x.Name = "radDisplayZoom16x";
            this.radDisplayZoom16x.UseVisualStyleBackColor = true;
            this.radDisplayZoom16x.Click += new System.EventHandler(this.radDisplayZoom16x_Click);
            // 
            // radDisplayZoom4x
            // 
            resources.ApplyResources(this.radDisplayZoom4x, "radDisplayZoom4x");
            this.radDisplayZoom4x.FlatAppearance.BorderSize = 0;
            this.radDisplayZoom4x.Image = null;
            this.radDisplayZoom4x.Name = "radDisplayZoom4x";
            this.radDisplayZoom4x.UseVisualStyleBackColor = true;
            this.radDisplayZoom4x.Click += new System.EventHandler(this.radDisplayZoom4x_Click);
            // 
            // radDisplayZoom8x
            // 
            resources.ApplyResources(this.radDisplayZoom8x, "radDisplayZoom8x");
            this.radDisplayZoom8x.FlatAppearance.BorderSize = 0;
            this.radDisplayZoom8x.Image = null;
            this.radDisplayZoom8x.Name = "radDisplayZoom8x";
            this.radDisplayZoom8x.UseVisualStyleBackColor = true;
            this.radDisplayZoom8x.Click += new System.EventHandler(this.radDisplayZoom8x_Click);
            // 
            // grpSubRX
            // 
            resources.ApplyResources(this.grpSubRX, "grpSubRX");
            this.grpSubRX.Controls.Add(this.chkVACMute);
            this.grpSubRX.Controls.Add(this.ptbRX0Gain);
            this.grpSubRX.Controls.Add(this.chkEnableSubRX);
            this.grpSubRX.Controls.Add(this.ptbPanSubRX);
            this.grpSubRX.Controls.Add(this.ptbPanMainRX);
            this.grpSubRX.Controls.Add(this.ptbRX1Gain);
            this.grpSubRX.Name = "grpSubRX";
            this.grpSubRX.TabStop = false;
            // 
            // grpBandHF
            // 
            resources.ApplyResources(this.grpBandHF, "grpBandHF");
            this.grpBandHF.Controls.Add(this.radBandGEN);
            this.grpBandHF.Controls.Add(this.radBandWWV);
            this.grpBandHF.Controls.Add(this.radMoreBands);
            this.grpBandHF.Controls.Add(this.radBand2);
            this.grpBandHF.Controls.Add(this.radBand6);
            this.grpBandHF.Controls.Add(this.radBand10);
            this.grpBandHF.Controls.Add(this.radBand12);
            this.grpBandHF.Controls.Add(this.radBand15);
            this.grpBandHF.Controls.Add(this.radBand17);
            this.grpBandHF.Controls.Add(this.radBand20);
            this.grpBandHF.Controls.Add(this.radBand30);
            this.grpBandHF.Controls.Add(this.radBand40);
            this.grpBandHF.Controls.Add(this.radBand60);
            this.grpBandHF.Controls.Add(this.radBand80);
            this.grpBandHF.Controls.Add(this.radBand160);
            this.grpBandHF.Name = "grpBandHF";
            this.grpBandHF.TabStop = false;
            // 
            // grpVFOBetween
            // 
            resources.ApplyResources(this.grpVFOBetween, "grpVFOBetween");
            this.grpVFOBetween.Controls.Add(this.btnZAP);
            this.grpVFOBetween.Controls.Add(this.btnVFOA);
            this.grpVFOBetween.Controls.Add(this.txtMemory);
            this.grpVFOBetween.Controls.Add(this.lblMemoryNumber);
            this.grpVFOBetween.Controls.Add(this.chkVFOsinc);
            this.grpVFOBetween.Controls.Add(this.btnEraseMemory);
            this.grpVFOBetween.Controls.Add(this.chkVFOLock);
            this.grpVFOBetween.Controls.Add(this.btnMemoryQuickRecall);
            this.grpVFOBetween.Controls.Add(this.btnMemoryQuickSave);
            this.grpVFOBetween.Name = "grpVFOBetween";
            this.grpVFOBetween.TabStop = false;
            // 
            // txtMemory
            // 
            resources.ApplyResources(this.txtMemory, "txtMemory");
            this.txtMemory.Name = "txtMemory";
            // 
            // grpDisplay2
            // 
            resources.ApplyResources(this.grpDisplay2, "grpDisplay2");
            this.grpDisplay2.Controls.Add(this.chkDisplayPeak);
            this.grpDisplay2.Controls.Add(this.comboDisplayMode);
            this.grpDisplay2.Controls.Add(this.chkDisplayAVG);
            this.grpDisplay2.Name = "grpDisplay2";
            this.grpDisplay2.TabStop = false;
            // 
            // grpOptions
            // 
            resources.ApplyResources(this.grpOptions, "grpOptions");
            this.grpOptions.Controls.Add(this.chkRecordWav);
            this.grpOptions.Controls.Add(this.chkMUT);
            this.grpOptions.Controls.Add(this.chkMON);
            this.grpOptions.Controls.Add(this.chkTUN);
            this.grpOptions.Controls.Add(this.chkMOX);
            this.grpOptions.Controls.Add(this.chkPlayWav);
            this.grpOptions.Name = "grpOptions";
            this.grpOptions.TabStop = false;
            // 
            // btnChangeTuneStepLarger
            // 
            this.btnChangeTuneStepLarger.FlatAppearance.BorderSize = 0;
            resources.ApplyResources(this.btnChangeTuneStepLarger, "btnChangeTuneStepLarger");
            this.btnChangeTuneStepLarger.Image = null;
            this.btnChangeTuneStepLarger.Name = "btnChangeTuneStepLarger";
            this.btnChangeTuneStepLarger.Click += new System.EventHandler(this.btnChangeTuneStepLarger_Click);
            // 
            // btnTuneStepChangeSmaller
            // 
            this.btnTuneStepChangeSmaller.FlatAppearance.BorderSize = 0;
            resources.ApplyResources(this.btnTuneStepChangeSmaller, "btnTuneStepChangeSmaller");
            this.btnTuneStepChangeSmaller.Image = null;
            this.btnTuneStepChangeSmaller.Name = "btnTuneStepChangeSmaller";
            this.btnTuneStepChangeSmaller.Click += new System.EventHandler(this.btnChangeTuneStepSmaller_Click);
            // 
            // btnChangeTuneStepLargerSubRX
            // 
            this.btnChangeTuneStepLargerSubRX.FlatAppearance.BorderSize = 0;
            resources.ApplyResources(this.btnChangeTuneStepLargerSubRX, "btnChangeTuneStepLargerSubRX");
            this.btnChangeTuneStepLargerSubRX.Image = null;
            this.btnChangeTuneStepLargerSubRX.Name = "btnChangeTuneStepLargerSubRX";
            this.btnChangeTuneStepLargerSubRX.Click += new System.EventHandler(this.btnChangeTuneStepLargerSubRX_Click);
            // 
            // btnTuneStepChangeSmallerSubRX
            // 
            this.btnTuneStepChangeSmallerSubRX.FlatAppearance.BorderSize = 0;
            resources.ApplyResources(this.btnTuneStepChangeSmallerSubRX, "btnTuneStepChangeSmallerSubRX");
            this.btnTuneStepChangeSmallerSubRX.Image = null;
            this.btnTuneStepChangeSmallerSubRX.Name = "btnTuneStepChangeSmallerSubRX";
            this.btnTuneStepChangeSmallerSubRX.Click += new System.EventHandler(this.btnTuneStepChangeSmallerSubRX_Click);
            // 
            // grpModeSpecificDigital
            // 
            resources.ApplyResources(this.grpModeSpecificDigital, "grpModeSpecificDigital");
            this.grpModeSpecificDigital.Controls.Add(this.grpDIGSampleRate);
            this.grpModeSpecificDigital.Controls.Add(this.ptbVACTXGain);
            this.grpModeSpecificDigital.Controls.Add(this.ptbVACRXGain);
            this.grpModeSpecificDigital.Controls.Add(this.udVACTXGain);
            this.grpModeSpecificDigital.Controls.Add(this.udVACRXGain);
            this.grpModeSpecificDigital.Controls.Add(this.lblTXGain);
            this.grpModeSpecificDigital.Controls.Add(this.lblRXGain);
            this.grpModeSpecificDigital.Controls.Add(this.chkVACEnabled);
            this.grpModeSpecificDigital.Name = "grpModeSpecificDigital";
            this.grpModeSpecificDigital.TabStop = false;
            // 
            // grpDIGSampleRate
            // 
            resources.ApplyResources(this.grpDIGSampleRate, "grpDIGSampleRate");
            this.grpDIGSampleRate.Controls.Add(this.comboVACSampleRate);
            this.grpDIGSampleRate.Name = "grpDIGSampleRate";
            this.grpDIGSampleRate.TabStop = false;
            // 
            // ptbVACTXGain
            // 
            resources.ApplyResources(this.ptbVACTXGain, "ptbVACTXGain");
            this.ptbVACTXGain.HeadImage = null;
            this.ptbVACTXGain.LargeChange = 5;
            this.ptbVACTXGain.Maximum = 20;
            this.ptbVACTXGain.Minimum = -40;
            this.ptbVACTXGain.Name = "ptbVACTXGain";
            this.ptbVACTXGain.Orientation = System.Windows.Forms.Orientation.Horizontal;
            this.ptbVACTXGain.SmallChange = 1;
            this.ptbVACTXGain.TabStop = false;
            this.ptbVACTXGain.Value = 0;
            this.ptbVACTXGain.OnWheel += new PowerSDR.PrettyTrackBar.WheelHandler(this.tbVACTXGain_Wheel);
            this.ptbVACTXGain.Scroll += new PowerSDR.PrettyTrackBar.ScrollHandler(this.tbVACTXGain_Scroll);
            // 
            // ptbVACRXGain
            // 
            resources.ApplyResources(this.ptbVACRXGain, "ptbVACRXGain");
            this.ptbVACRXGain.HeadImage = null;
            this.ptbVACRXGain.LargeChange = 5;
            this.ptbVACRXGain.Maximum = 20;
            this.ptbVACRXGain.Minimum = -40;
            this.ptbVACRXGain.Name = "ptbVACRXGain";
            this.ptbVACRXGain.Orientation = System.Windows.Forms.Orientation.Horizontal;
            this.ptbVACRXGain.SmallChange = 1;
            this.ptbVACRXGain.TabStop = false;
            this.ptbVACRXGain.Value = 0;
            this.ptbVACRXGain.OnWheel += new PowerSDR.PrettyTrackBar.WheelHandler(this.tbVACRXGain_Wheel);
            this.ptbVACRXGain.Scroll += new PowerSDR.PrettyTrackBar.ScrollHandler(this.tbVACRXGain_Scroll);
            // 
            // lblTXGain
            // 
            this.lblTXGain.Image = null;
            resources.ApplyResources(this.lblTXGain, "lblTXGain");
            this.lblTXGain.Name = "lblTXGain";
            // 
            // lblRXGain
            // 
            this.lblRXGain.Image = null;
            resources.ApplyResources(this.lblRXGain, "lblRXGain");
            this.lblRXGain.Name = "lblRXGain";
            // 
            // lblTuneStep
            // 
            this.lblTuneStep.Image = null;
            resources.ApplyResources(this.lblTuneStep, "lblTuneStep");
            this.lblTuneStep.Name = "lblTuneStep";
            // 
            // grpDisplay
            // 
            resources.ApplyResources(this.grpDisplay, "grpDisplay");
            this.grpDisplay.Controls.Add(this.picWaterfall);
            this.grpDisplay.Controls.Add(this.txtDisplayPeakFreq);
            this.grpDisplay.Controls.Add(this.txtDisplayCursorFreq);
            this.grpDisplay.Controls.Add(this.txtDisplayCursorPower);
            this.grpDisplay.Controls.Add(this.txtDisplayPeakPower);
            this.grpDisplay.Controls.Add(this.txtDisplayCursorOffset);
            this.grpDisplay.Controls.Add(this.txtDisplayPeakOffset);
            this.grpDisplay.Controls.Add(this.picDisplay);
            this.grpDisplay.Name = "grpDisplay";
            this.grpDisplay.TabStop = false;
            // 
            // picWaterfall
            // 
            this.picWaterfall.BackColor = System.Drawing.Color.Black;
            resources.ApplyResources(this.picWaterfall, "picWaterfall");
            this.picWaterfall.Cursor = System.Windows.Forms.Cursors.Cross;
            this.picWaterfall.Name = "picWaterfall";
            this.picWaterfall.TabStop = false;
            this.picWaterfall.MouseLeave += new System.EventHandler(this.picWaterfall_MouseLeave);
            this.picWaterfall.MouseMove += new System.Windows.Forms.MouseEventHandler(this.picWaterfall_MouseMove);
            this.picWaterfall.Resize += new System.EventHandler(this.picWaterfall_Resize);
            this.picWaterfall.MouseDown += new System.Windows.Forms.MouseEventHandler(this.picWaterfall_MouseDown);
            this.picWaterfall.Paint += new System.Windows.Forms.PaintEventHandler(this.picWaterfall_Paint);
            this.picWaterfall.MouseUp += new System.Windows.Forms.MouseEventHandler(this.picWaterfall_MouseUp);
            // 
            // txtDisplayPeakFreq
            // 
            this.txtDisplayPeakFreq.BackColor = System.Drawing.Color.Black;
            this.txtDisplayPeakFreq.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.txtDisplayPeakFreq.Cursor = System.Windows.Forms.Cursors.Default;
            resources.ApplyResources(this.txtDisplayPeakFreq, "txtDisplayPeakFreq");
            this.txtDisplayPeakFreq.ForeColor = System.Drawing.Color.DodgerBlue;
            this.txtDisplayPeakFreq.Name = "txtDisplayPeakFreq";
            this.txtDisplayPeakFreq.ReadOnly = true;
            this.txtDisplayPeakFreq.Click += new System.EventHandler(this.txtDisplayPeakFreq_Click);
            // 
            // txtDisplayCursorFreq
            // 
            this.txtDisplayCursorFreq.BackColor = System.Drawing.Color.Black;
            this.txtDisplayCursorFreq.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.txtDisplayCursorFreq.Cursor = System.Windows.Forms.Cursors.Default;
            resources.ApplyResources(this.txtDisplayCursorFreq, "txtDisplayCursorFreq");
            this.txtDisplayCursorFreq.ForeColor = System.Drawing.Color.DodgerBlue;
            this.txtDisplayCursorFreq.Name = "txtDisplayCursorFreq";
            this.txtDisplayCursorFreq.ReadOnly = true;
            // 
            // txtDisplayCursorPower
            // 
            this.txtDisplayCursorPower.BackColor = System.Drawing.Color.Black;
            this.txtDisplayCursorPower.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.txtDisplayCursorPower.Cursor = System.Windows.Forms.Cursors.Default;
            resources.ApplyResources(this.txtDisplayCursorPower, "txtDisplayCursorPower");
            this.txtDisplayCursorPower.ForeColor = System.Drawing.Color.DodgerBlue;
            this.txtDisplayCursorPower.Name = "txtDisplayCursorPower";
            this.txtDisplayCursorPower.ReadOnly = true;
            // 
            // txtDisplayPeakPower
            // 
            this.txtDisplayPeakPower.BackColor = System.Drawing.Color.Black;
            this.txtDisplayPeakPower.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.txtDisplayPeakPower.Cursor = System.Windows.Forms.Cursors.Default;
            resources.ApplyResources(this.txtDisplayPeakPower, "txtDisplayPeakPower");
            this.txtDisplayPeakPower.ForeColor = System.Drawing.Color.DodgerBlue;
            this.txtDisplayPeakPower.Name = "txtDisplayPeakPower";
            this.txtDisplayPeakPower.ReadOnly = true;
            // 
            // txtDisplayCursorOffset
            // 
            this.txtDisplayCursorOffset.BackColor = System.Drawing.Color.Black;
            this.txtDisplayCursorOffset.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.txtDisplayCursorOffset.Cursor = System.Windows.Forms.Cursors.Default;
            resources.ApplyResources(this.txtDisplayCursorOffset, "txtDisplayCursorOffset");
            this.txtDisplayCursorOffset.ForeColor = System.Drawing.Color.DodgerBlue;
            this.txtDisplayCursorOffset.Name = "txtDisplayCursorOffset";
            this.txtDisplayCursorOffset.ReadOnly = true;
            this.txtDisplayCursorOffset.GotFocus += new System.EventHandler(this.HideFocus);
            // 
            // txtDisplayPeakOffset
            // 
            this.txtDisplayPeakOffset.BackColor = System.Drawing.Color.Black;
            this.txtDisplayPeakOffset.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.txtDisplayPeakOffset.Cursor = System.Windows.Forms.Cursors.Default;
            resources.ApplyResources(this.txtDisplayPeakOffset, "txtDisplayPeakOffset");
            this.txtDisplayPeakOffset.ForeColor = System.Drawing.Color.DodgerBlue;
            this.txtDisplayPeakOffset.Name = "txtDisplayPeakOffset";
            this.txtDisplayPeakOffset.ReadOnly = true;
            this.txtDisplayPeakOffset.GotFocus += new System.EventHandler(this.HideFocus);
            // 
            // picDisplay
            // 
            this.picDisplay.BackColor = System.Drawing.Color.Black;
            resources.ApplyResources(this.picDisplay, "picDisplay");
            this.picDisplay.Cursor = System.Windows.Forms.Cursors.Cross;
            this.picDisplay.Name = "picDisplay";
            this.picDisplay.TabStop = false;
            this.picDisplay.MouseLeave += new System.EventHandler(this.picDisplay_MouseLeave);
            this.picDisplay.MouseMove += new System.Windows.Forms.MouseEventHandler(this.picDisplay_MouseMove);
            this.picDisplay.Resize += new System.EventHandler(this.picDisplay_Resize);
            this.picDisplay.MouseDown += new System.Windows.Forms.MouseEventHandler(this.picDisplay_MouseDown);
            this.picDisplay.Paint += new System.Windows.Forms.PaintEventHandler(this.picDisplay_Paint);
            this.picDisplay.MouseUp += new System.Windows.Forms.MouseEventHandler(this.picDisplay_MouseUp);
            // 
            // grpMainRXFilter
            // 
            resources.ApplyResources(this.grpMainRXFilter, "grpMainRXFilter");
            this.grpMainRXFilter.ContextMenu = this.contextMenuFilter;
            this.grpMainRXFilter.Controls.Add(this.udFilterHigh);
            this.grpMainRXFilter.Controls.Add(this.udFilterLow);
            this.grpMainRXFilter.Controls.Add(this.ptbFilterWidth);
            this.grpMainRXFilter.Controls.Add(this.lblFilterWidth);
            this.grpMainRXFilter.Controls.Add(this.btnFilterShiftReset);
            this.grpMainRXFilter.Controls.Add(this.ptbFilterShift);
            this.grpMainRXFilter.Controls.Add(this.lblFilterShift);
            this.grpMainRXFilter.Controls.Add(this.radFilter1);
            this.grpMainRXFilter.Controls.Add(this.radFilter2);
            this.grpMainRXFilter.Controls.Add(this.radFilter3);
            this.grpMainRXFilter.Controls.Add(this.radFilter4);
            this.grpMainRXFilter.Controls.Add(this.radFilter5);
            this.grpMainRXFilter.Controls.Add(this.radFilter6);
            this.grpMainRXFilter.Controls.Add(this.radFilter7);
            this.grpMainRXFilter.Controls.Add(this.radFilter8);
            this.grpMainRXFilter.Controls.Add(this.radFilter9);
            this.grpMainRXFilter.Controls.Add(this.radFilter10);
            this.grpMainRXFilter.Controls.Add(this.radFilterVar1);
            this.grpMainRXFilter.Controls.Add(this.radFilterVar2);
            this.grpMainRXFilter.Controls.Add(this.lblFilterLow);
            this.grpMainRXFilter.Controls.Add(this.lblFilterHigh);
            this.grpMainRXFilter.Name = "grpMainRXFilter";
            this.grpMainRXFilter.TabStop = false;
            // 
            // lblFilterWidth
            // 
            this.lblFilterWidth.Image = null;
            resources.ApplyResources(this.lblFilterWidth, "lblFilterWidth");
            this.lblFilterWidth.Name = "lblFilterWidth";
            // 
            // lblFilterShift
            // 
            this.lblFilterShift.Image = null;
            resources.ApplyResources(this.lblFilterShift, "lblFilterShift");
            this.lblFilterShift.Name = "lblFilterShift";
            // 
            // radFilter1
            // 
            resources.ApplyResources(this.radFilter1, "radFilter1");
            this.radFilter1.FlatAppearance.BorderSize = 0;
            this.radFilter1.Image = null;
            this.radFilter1.Name = "radFilter1";
            this.radFilter1.CheckedChanged += new System.EventHandler(this.radFilter1_CheckedChanged);
            // 
            // radFilter2
            // 
            resources.ApplyResources(this.radFilter2, "radFilter2");
            this.radFilter2.FlatAppearance.BorderSize = 0;
            this.radFilter2.Image = null;
            this.radFilter2.Name = "radFilter2";
            this.radFilter2.CheckedChanged += new System.EventHandler(this.radFilter2_CheckedChanged);
            // 
            // radFilter3
            // 
            resources.ApplyResources(this.radFilter3, "radFilter3");
            this.radFilter3.FlatAppearance.BorderSize = 0;
            this.radFilter3.Image = null;
            this.radFilter3.Name = "radFilter3";
            this.radFilter3.CheckedChanged += new System.EventHandler(this.radFilter3_CheckedChanged);
            // 
            // radFilter4
            // 
            resources.ApplyResources(this.radFilter4, "radFilter4");
            this.radFilter4.FlatAppearance.BorderSize = 0;
            this.radFilter4.Image = null;
            this.radFilter4.Name = "radFilter4";
            this.radFilter4.CheckedChanged += new System.EventHandler(this.radFilter4_CheckedChanged);
            // 
            // radFilter5
            // 
            resources.ApplyResources(this.radFilter5, "radFilter5");
            this.radFilter5.FlatAppearance.BorderSize = 0;
            this.radFilter5.Image = null;
            this.radFilter5.Name = "radFilter5";
            this.radFilter5.CheckedChanged += new System.EventHandler(this.radFilter5_CheckedChanged);
            // 
            // radFilter6
            // 
            resources.ApplyResources(this.radFilter6, "radFilter6");
            this.radFilter6.FlatAppearance.BorderSize = 0;
            this.radFilter6.Image = null;
            this.radFilter6.Name = "radFilter6";
            this.radFilter6.CheckedChanged += new System.EventHandler(this.radFilter6_CheckedChanged);
            // 
            // radFilter7
            // 
            resources.ApplyResources(this.radFilter7, "radFilter7");
            this.radFilter7.FlatAppearance.BorderSize = 0;
            this.radFilter7.Image = null;
            this.radFilter7.Name = "radFilter7";
            this.radFilter7.CheckedChanged += new System.EventHandler(this.radFilter7_CheckedChanged);
            // 
            // radFilter8
            // 
            resources.ApplyResources(this.radFilter8, "radFilter8");
            this.radFilter8.FlatAppearance.BorderSize = 0;
            this.radFilter8.Image = null;
            this.radFilter8.Name = "radFilter8";
            this.radFilter8.CheckedChanged += new System.EventHandler(this.radFilter8_CheckedChanged);
            // 
            // radFilter9
            // 
            resources.ApplyResources(this.radFilter9, "radFilter9");
            this.radFilter9.FlatAppearance.BorderSize = 0;
            this.radFilter9.Image = null;
            this.radFilter9.Name = "radFilter9";
            this.radFilter9.CheckedChanged += new System.EventHandler(this.radFilter9_CheckedChanged);
            // 
            // radFilter10
            // 
            resources.ApplyResources(this.radFilter10, "radFilter10");
            this.radFilter10.FlatAppearance.BorderSize = 0;
            this.radFilter10.Image = null;
            this.radFilter10.Name = "radFilter10";
            this.radFilter10.CheckedChanged += new System.EventHandler(this.radFilter10_CheckedChanged);
            // 
            // radFilterVar1
            // 
            resources.ApplyResources(this.radFilterVar1, "radFilterVar1");
            this.radFilterVar1.FlatAppearance.BorderSize = 0;
            this.radFilterVar1.Image = null;
            this.radFilterVar1.Name = "radFilterVar1";
            this.radFilterVar1.CheckedChanged += new System.EventHandler(this.radFilterVar1_CheckedChanged);
            // 
            // radFilterVar2
            // 
            resources.ApplyResources(this.radFilterVar2, "radFilterVar2");
            this.radFilterVar2.FlatAppearance.BorderSize = 0;
            this.radFilterVar2.Image = null;
            this.radFilterVar2.Name = "radFilterVar2";
            this.radFilterVar2.CheckedChanged += new System.EventHandler(this.radFilterVar2_CheckedChanged);
            // 
            // lblFilterLow
            // 
            this.lblFilterLow.Image = null;
            resources.ApplyResources(this.lblFilterLow, "lblFilterLow");
            this.lblFilterLow.Name = "lblFilterLow";
            // 
            // lblFilterHigh
            // 
            this.lblFilterHigh.Image = null;
            resources.ApplyResources(this.lblFilterHigh, "lblFilterHigh");
            this.lblFilterHigh.Name = "lblFilterHigh";
            // 
            // lblCPUMeter
            // 
            this.lblCPUMeter.Image = null;
            resources.ApplyResources(this.lblCPUMeter, "lblCPUMeter");
            this.lblCPUMeter.Name = "lblCPUMeter";
            // 
            // grpDSPMainRX
            // 
            resources.ApplyResources(this.grpDSPMainRX, "grpDSPMainRX");
            this.grpDSPMainRX.Controls.Add(this.chkDSPNB2);
            this.grpDSPMainRX.Controls.Add(this.chkNB);
            this.grpDSPMainRX.Controls.Add(this.chkANF);
            this.grpDSPMainRX.Controls.Add(this.chkNR);
            this.grpDSPMainRX.Controls.Add(this.chkBIN);
            this.grpDSPMainRX.Name = "grpDSPMainRX";
            this.grpDSPMainRX.TabStop = false;
            // 
            // grpMultimeter
            // 
            resources.ApplyResources(this.grpMultimeter, "grpMultimeter");
            this.grpMultimeter.Controls.Add(this.comboMeterTXMode);
            this.grpMultimeter.Controls.Add(this.picMultiMeterDigital);
            this.grpMultimeter.Controls.Add(this.lblMultiSMeter);
            this.grpMultimeter.Controls.Add(this.comboMeterRXMode);
            this.grpMultimeter.Controls.Add(this.txtMultiText);
            this.grpMultimeter.Controls.Add(this.picMultimeterAnalog);
            this.grpMultimeter.Name = "grpMultimeter";
            this.grpMultimeter.TabStop = false;
            // 
            // picMultiMeterDigital
            // 
            this.picMultiMeterDigital.BackColor = System.Drawing.Color.Black;
            this.picMultiMeterDigital.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            resources.ApplyResources(this.picMultiMeterDigital, "picMultiMeterDigital");
            this.picMultiMeterDigital.Name = "picMultiMeterDigital";
            this.picMultiMeterDigital.TabStop = false;
            this.picMultiMeterDigital.Paint += new System.Windows.Forms.PaintEventHandler(this.picMultiMeterDigital_Paint);
            // 
            // lblMultiSMeter
            // 
            this.lblMultiSMeter.Image = null;
            resources.ApplyResources(this.lblMultiSMeter, "lblMultiSMeter");
            this.lblMultiSMeter.Name = "lblMultiSMeter";
            // 
            // txtMultiText
            // 
            this.txtMultiText.BackColor = System.Drawing.Color.Black;
            this.txtMultiText.Cursor = System.Windows.Forms.Cursors.Default;
            resources.ApplyResources(this.txtMultiText, "txtMultiText");
            this.txtMultiText.ForeColor = System.Drawing.Color.Yellow;
            this.txtMultiText.Name = "txtMultiText";
            this.txtMultiText.ReadOnly = true;
            this.txtMultiText.GotFocus += new System.EventHandler(this.HideFocus);
            // 
            // picMultimeterAnalog
            // 
            this.picMultimeterAnalog.BackColor = System.Drawing.Color.Black;
            resources.ApplyResources(this.picMultimeterAnalog, "picMultimeterAnalog");
            this.picMultimeterAnalog.Name = "picMultimeterAnalog";
            this.picMultimeterAnalog.TabStop = false;
            // 
            // grpVFO
            // 
            resources.ApplyResources(this.grpVFO, "grpVFO");
            this.grpVFO.Controls.Add(this.btnChangeTuneStepLargerSubRX);
            this.grpVFO.Controls.Add(this.btnRITReset);
            this.grpVFO.Controls.Add(this.btnTuneStepChangeSmallerSubRX);
            this.grpVFO.Controls.Add(this.btnXITReset);
            this.grpVFO.Controls.Add(this.txtWheelTuneSubRX);
            this.grpVFO.Controls.Add(this.btnVFOSwap);
            this.grpVFO.Controls.Add(this.btnVFOBtoA);
            this.grpVFO.Controls.Add(this.btnVFOAtoB);
            this.grpVFO.Controls.Add(this.udXIT);
            this.grpVFO.Controls.Add(this.btnChangeTuneStepLarger);
            this.grpVFO.Controls.Add(this.chkXIT);
            this.grpVFO.Controls.Add(this.lblTuneStep);
            this.grpVFO.Controls.Add(this.chkRIT);
            this.grpVFO.Controls.Add(this.btnTuneStepChangeSmaller);
            this.grpVFO.Controls.Add(this.udRIT);
            this.grpVFO.Controls.Add(this.chkVFOSplit);
            this.grpVFO.Controls.Add(this.txtWheelTune);
            this.grpVFO.Name = "grpVFO";
            this.grpVFO.TabStop = false;
            // 
            // grpManualNotch
            // 
            resources.ApplyResources(this.grpManualNotch, "grpManualNotch");
            this.grpManualNotch.Controls.Add(this.labelTS6);
            this.grpManualNotch.Controls.Add(this.labelTS5);
            this.grpManualNotch.Controls.Add(this.btnNotchReset);
            this.grpManualNotch.Controls.Add(this.lblNotchLow);
            this.grpManualNotch.Controls.Add(this.lblNotchHigh);
            this.grpManualNotch.Controls.Add(this.chkManualNotchFilter);
            this.grpManualNotch.Controls.Add(this.lblNotchShift);
            this.grpManualNotch.Controls.Add(this.lblWidth);
            this.grpManualNotch.Controls.Add(this.ptbNotchWidth);
            this.grpManualNotch.Controls.Add(this.ptbNotchShift);
            this.grpManualNotch.Name = "grpManualNotch";
            this.grpManualNotch.TabStop = false;
            // 
            // labelTS6
            // 
            resources.ApplyResources(this.labelTS6, "labelTS6");
            this.labelTS6.Image = null;
            this.labelTS6.Name = "labelTS6";
            // 
            // labelTS5
            // 
            resources.ApplyResources(this.labelTS5, "labelTS5");
            this.labelTS5.Image = null;
            this.labelTS5.Name = "labelTS5";
            // 
            // lblNotchLow
            // 
            resources.ApplyResources(this.lblNotchLow, "lblNotchLow");
            this.lblNotchLow.BackColor = System.Drawing.Color.Transparent;
            this.lblNotchLow.Image = null;
            this.lblNotchLow.Name = "lblNotchLow";
            // 
            // lblNotchHigh
            // 
            resources.ApplyResources(this.lblNotchHigh, "lblNotchHigh");
            this.lblNotchHigh.BackColor = System.Drawing.Color.Transparent;
            this.lblNotchHigh.Image = null;
            this.lblNotchHigh.Name = "lblNotchHigh";
            // 
            // picSmallAGauge
            // 
            resources.ApplyResources(this.picSmallAGauge, "picSmallAGauge");
            this.picSmallAGauge.ContextMenuStrip = this.contextNewVFOSmeter;
            this.picSmallAGauge.Name = "picSmallAGauge";
            this.picSmallAGauge.TabStop = false;
            this.picSmallAGauge.Paint += new System.Windows.Forms.PaintEventHandler(this.picSmallAGauge_Paint);
            // 
            // grpSubRXFilter
            // 
            resources.ApplyResources(this.grpSubRXFilter, "grpSubRXFilter");
            this.grpSubRXFilter.ContextMenu = this.contextMenuFilter;
            this.grpSubRXFilter.Controls.Add(this.udSubRXFilterHigh);
            this.grpSubRXFilter.Controls.Add(this.udSubRXFilterLow);
            this.grpSubRXFilter.Controls.Add(this.ptbSubRXFilterWidth);
            this.grpSubRXFilter.Controls.Add(this.labelTS1);
            this.grpSubRXFilter.Controls.Add(this.btnSubRXFilterShiftReset);
            this.grpSubRXFilter.Controls.Add(this.ptbSubRXFilterShift);
            this.grpSubRXFilter.Controls.Add(this.labelTS2);
            this.grpSubRXFilter.Controls.Add(this.radSubRXFilter1);
            this.grpSubRXFilter.Controls.Add(this.radSubRXFilter2);
            this.grpSubRXFilter.Controls.Add(this.radSubRXFilter3);
            this.grpSubRXFilter.Controls.Add(this.radSubRXFilter4);
            this.grpSubRXFilter.Controls.Add(this.radSubRXFilter5);
            this.grpSubRXFilter.Controls.Add(this.radSubRXFilter6);
            this.grpSubRXFilter.Controls.Add(this.radSubRXFilter7);
            this.grpSubRXFilter.Controls.Add(this.radSubRXFilter8);
            this.grpSubRXFilter.Controls.Add(this.radSubRXFilter9);
            this.grpSubRXFilter.Controls.Add(this.radSubRXFilter10);
            this.grpSubRXFilter.Controls.Add(this.radSubRXFilterVar1);
            this.grpSubRXFilter.Controls.Add(this.radSubRXFilterVar2);
            this.grpSubRXFilter.Controls.Add(this.labelTS3);
            this.grpSubRXFilter.Controls.Add(this.labelTS4);
            this.grpSubRXFilter.Name = "grpSubRXFilter";
            this.grpSubRXFilter.TabStop = false;
            // 
            // labelTS1
            // 
            this.labelTS1.Image = null;
            resources.ApplyResources(this.labelTS1, "labelTS1");
            this.labelTS1.Name = "labelTS1";
            // 
            // labelTS2
            // 
            this.labelTS2.Image = null;
            resources.ApplyResources(this.labelTS2, "labelTS2");
            this.labelTS2.Name = "labelTS2";
            // 
            // radSubRXFilter1
            // 
            resources.ApplyResources(this.radSubRXFilter1, "radSubRXFilter1");
            this.radSubRXFilter1.Checked = true;
            this.radSubRXFilter1.FlatAppearance.BorderSize = 0;
            this.radSubRXFilter1.Image = null;
            this.radSubRXFilter1.Name = "radSubRXFilter1";
            this.radSubRXFilter1.TabStop = true;
            this.radSubRXFilter1.CheckedChanged += new System.EventHandler(this.radSubRXFilter1_CheckedChanged);
            // 
            // radSubRXFilter2
            // 
            resources.ApplyResources(this.radSubRXFilter2, "radSubRXFilter2");
            this.radSubRXFilter2.FlatAppearance.BorderSize = 0;
            this.radSubRXFilter2.Image = null;
            this.radSubRXFilter2.Name = "radSubRXFilter2";
            this.radSubRXFilter2.CheckedChanged += new System.EventHandler(this.radSubRXFilter2_CheckedChanged);
            // 
            // radSubRXFilter3
            // 
            resources.ApplyResources(this.radSubRXFilter3, "radSubRXFilter3");
            this.radSubRXFilter3.FlatAppearance.BorderSize = 0;
            this.radSubRXFilter3.Image = null;
            this.radSubRXFilter3.Name = "radSubRXFilter3";
            this.radSubRXFilter3.CheckedChanged += new System.EventHandler(this.radSubRXFilter3_CheckedChanged);
            // 
            // radSubRXFilter4
            // 
            resources.ApplyResources(this.radSubRXFilter4, "radSubRXFilter4");
            this.radSubRXFilter4.FlatAppearance.BorderSize = 0;
            this.radSubRXFilter4.Image = null;
            this.radSubRXFilter4.Name = "radSubRXFilter4";
            this.radSubRXFilter4.CheckedChanged += new System.EventHandler(this.radSubRXFilter4_CheckedChanged);
            // 
            // radSubRXFilter5
            // 
            resources.ApplyResources(this.radSubRXFilter5, "radSubRXFilter5");
            this.radSubRXFilter5.FlatAppearance.BorderSize = 0;
            this.radSubRXFilter5.Image = null;
            this.radSubRXFilter5.Name = "radSubRXFilter5";
            this.radSubRXFilter5.CheckedChanged += new System.EventHandler(this.radSubRXFilter5_CheckedChanged);
            // 
            // radSubRXFilter6
            // 
            resources.ApplyResources(this.radSubRXFilter6, "radSubRXFilter6");
            this.radSubRXFilter6.FlatAppearance.BorderSize = 0;
            this.radSubRXFilter6.Image = null;
            this.radSubRXFilter6.Name = "radSubRXFilter6";
            this.radSubRXFilter6.CheckedChanged += new System.EventHandler(this.radSubRXFilter6_CheckedChanged);
            // 
            // radSubRXFilter7
            // 
            resources.ApplyResources(this.radSubRXFilter7, "radSubRXFilter7");
            this.radSubRXFilter7.FlatAppearance.BorderSize = 0;
            this.radSubRXFilter7.Image = null;
            this.radSubRXFilter7.Name = "radSubRXFilter7";
            this.radSubRXFilter7.CheckedChanged += new System.EventHandler(this.radSubRXFilter7_CheckedChanged);
            // 
            // radSubRXFilter8
            // 
            resources.ApplyResources(this.radSubRXFilter8, "radSubRXFilter8");
            this.radSubRXFilter8.FlatAppearance.BorderSize = 0;
            this.radSubRXFilter8.Image = null;
            this.radSubRXFilter8.Name = "radSubRXFilter8";
            this.radSubRXFilter8.CheckedChanged += new System.EventHandler(this.radSubRXFilter8_CheckedChanged);
            // 
            // radSubRXFilter9
            // 
            resources.ApplyResources(this.radSubRXFilter9, "radSubRXFilter9");
            this.radSubRXFilter9.FlatAppearance.BorderSize = 0;
            this.radSubRXFilter9.Image = null;
            this.radSubRXFilter9.Name = "radSubRXFilter9";
            this.radSubRXFilter9.CheckedChanged += new System.EventHandler(this.radSubRXFilter9_CheckedChanged);
            // 
            // radSubRXFilter10
            // 
            resources.ApplyResources(this.radSubRXFilter10, "radSubRXFilter10");
            this.radSubRXFilter10.FlatAppearance.BorderSize = 0;
            this.radSubRXFilter10.Image = null;
            this.radSubRXFilter10.Name = "radSubRXFilter10";
            this.radSubRXFilter10.CheckedChanged += new System.EventHandler(this.radSubRXFilter10_CheckedChanged);
            // 
            // radSubRXFilterVar1
            // 
            resources.ApplyResources(this.radSubRXFilterVar1, "radSubRXFilterVar1");
            this.radSubRXFilterVar1.FlatAppearance.BorderSize = 0;
            this.radSubRXFilterVar1.Image = null;
            this.radSubRXFilterVar1.Name = "radSubRXFilterVar1";
            this.radSubRXFilterVar1.CheckedChanged += new System.EventHandler(this.radSubRXFilterVar1_CheckedChanged);
            // 
            // radSubRXFilterVar2
            // 
            resources.ApplyResources(this.radSubRXFilterVar2, "radSubRXFilterVar2");
            this.radSubRXFilterVar2.FlatAppearance.BorderSize = 0;
            this.radSubRXFilterVar2.Image = null;
            this.radSubRXFilterVar2.Name = "radSubRXFilterVar2";
            this.radSubRXFilterVar2.CheckedChanged += new System.EventHandler(this.radSubRXFilterVar2_CheckedChanged);
            // 
            // labelTS3
            // 
            this.labelTS3.Image = null;
            resources.ApplyResources(this.labelTS3, "labelTS3");
            this.labelTS3.Name = "labelTS3";
            // 
            // labelTS4
            // 
            this.labelTS4.Image = null;
            resources.ApplyResources(this.labelTS4, "labelTS4");
            this.labelTS4.Name = "labelTS4";
            // 
            // grpDSPSubRX
            // 
            resources.ApplyResources(this.grpDSPSubRX, "grpDSPSubRX");
            this.grpDSPSubRX.Controls.Add(this.chkNB2SubRX);
            this.grpDSPSubRX.Controls.Add(this.chkNBSubRX);
            this.grpDSPSubRX.Controls.Add(this.chkANFSubRX);
            this.grpDSPSubRX.Controls.Add(this.chkNRSubRX);
            this.grpDSPSubRX.Controls.Add(this.chkBINSubRX);
            this.grpDSPSubRX.Name = "grpDSPSubRX";
            this.grpDSPSubRX.TabStop = false;
            // 
            // grpSoundControls1
            // 
            resources.ApplyResources(this.grpSoundControls1, "grpSoundControls1");
            this.grpSoundControls1.Controls.Add(this.ptbPWR1);
            this.grpSoundControls1.Controls.Add(this.ptbRF1);
            this.grpSoundControls1.Controls.Add(this.ptbAF1);
            this.grpSoundControls1.Controls.Add(this.udRF1);
            this.grpSoundControls1.Controls.Add(this.lblRF1);
            this.grpSoundControls1.Controls.Add(this.lblPWR1);
            this.grpSoundControls1.Controls.Add(this.udPWR1);
            this.grpSoundControls1.Controls.Add(this.lblAF1);
            this.grpSoundControls1.Controls.Add(this.udAF1);
            this.grpSoundControls1.Name = "grpSoundControls1";
            this.grpSoundControls1.TabStop = false;
            // 
            // lblRF1
            // 
            this.lblRF1.Image = null;
            resources.ApplyResources(this.lblRF1, "lblRF1");
            this.lblRF1.Name = "lblRF1";
            // 
            // lblPWR1
            // 
            this.lblPWR1.Image = null;
            resources.ApplyResources(this.lblPWR1, "lblPWR1");
            this.lblPWR1.Name = "lblPWR1";
            // 
            // lblAF1
            // 
            this.lblAF1.Image = null;
            resources.ApplyResources(this.lblAF1, "lblAF1");
            this.lblAF1.Name = "lblAF1";
            // 
            // grpSubRXMode
            // 
            resources.ApplyResources(this.grpSubRXMode, "grpSubRXMode");
            this.grpSubRXMode.Controls.Add(this.radSUBRxModeAM);
            this.grpSubRXMode.Controls.Add(this.radSUBRxModeSAM);
            this.grpSubRXMode.Controls.Add(this.radSUBRxModeDSB);
            this.grpSubRXMode.Controls.Add(this.radSUBRxModeCWU);
            this.grpSubRXMode.Controls.Add(this.radSUBRxModeDIGU);
            this.grpSubRXMode.Controls.Add(this.radSUBRxModeDIGL);
            this.grpSubRXMode.Controls.Add(this.radSUBRxModeLSB);
            this.grpSubRXMode.Controls.Add(this.radSUBRxModeSPEC);
            this.grpSubRXMode.Controls.Add(this.radSUBRxModeDRM);
            this.grpSubRXMode.Controls.Add(this.radSUBRxModeFMN);
            this.grpSubRXMode.Controls.Add(this.radSUBRxModeUSB);
            this.grpSubRXMode.Controls.Add(this.radSUBRxModeCWL);
            this.grpSubRXMode.Name = "grpSubRXMode";
            this.grpSubRXMode.TabStop = false;
            // 
            // grpMainRXMode
            // 
            resources.ApplyResources(this.grpMainRXMode, "grpMainRXMode");
            this.grpMainRXMode.Controls.Add(this.radModeAM);
            this.grpMainRXMode.Controls.Add(this.radModeSAM);
            this.grpMainRXMode.Controls.Add(this.radModeDSB);
            this.grpMainRXMode.Controls.Add(this.radModeCWU);
            this.grpMainRXMode.Controls.Add(this.radModeDIGU);
            this.grpMainRXMode.Controls.Add(this.radModeDIGL);
            this.grpMainRXMode.Controls.Add(this.radModeLSB);
            this.grpMainRXMode.Controls.Add(this.radModeSPEC);
            this.grpMainRXMode.Controls.Add(this.radModeDRM);
            this.grpMainRXMode.Controls.Add(this.radModeFMN);
            this.grpMainRXMode.Controls.Add(this.radModeUSB);
            this.grpMainRXMode.Controls.Add(this.radModeWFM);
            this.grpMainRXMode.Name = "grpMainRXMode";
            this.grpMainRXMode.TabStop = false;
            // 
            // grpG11
            // 
            this.grpG11.Controls.Add(this.chkG11ATTbtn);
            this.grpG11.Controls.Add(this.chkG11AFbtn);
            this.grpG11.Controls.Add(this.chkG11RFbtn);
            resources.ApplyResources(this.grpG11, "grpG11");
            this.grpG11.Name = "grpG11";
            this.grpG11.TabStop = false;
            // 
            // grpMoreBands
            // 
            resources.ApplyResources(this.grpMoreBands, "grpMoreBands");
            this.grpMoreBands.Controls.Add(this.radBandX12);
            this.grpMoreBands.Controls.Add(this.radBandX11);
            this.grpMoreBands.Controls.Add(this.radBandHF);
            this.grpMoreBands.Controls.Add(this.radBandX10);
            this.grpMoreBands.Controls.Add(this.radBandX9);
            this.grpMoreBands.Controls.Add(this.radBandX8);
            this.grpMoreBands.Controls.Add(this.radBandX7);
            this.grpMoreBands.Controls.Add(this.radBandX6);
            this.grpMoreBands.Controls.Add(this.radBandX5);
            this.grpMoreBands.Controls.Add(this.radBandX4);
            this.grpMoreBands.Controls.Add(this.radBandX3);
            this.grpMoreBands.Controls.Add(this.radBandX2);
            this.grpMoreBands.Controls.Add(this.radBandX1);
            this.grpMoreBands.Controls.Add(this.radBand600);
            this.grpMoreBands.Controls.Add(this.radBand2190);
            this.grpMoreBands.Name = "grpMoreBands";
            this.grpMoreBands.TabStop = false;
            // 
            // radBandX12
            // 
            resources.ApplyResources(this.radBandX12, "radBandX12");
            this.radBandX12.FlatAppearance.BorderSize = 0;
            this.radBandX12.Image = null;
            this.radBandX12.Name = "radBandX12";
            this.radBandX12.Click += new System.EventHandler(this.radBandX12_Click);
            this.radBandX12.CheckedChanged += new System.EventHandler(this.radBandX12_CheckedChanged);
            // 
            // radBandX11
            // 
            resources.ApplyResources(this.radBandX11, "radBandX11");
            this.radBandX11.FlatAppearance.BorderSize = 0;
            this.radBandX11.Image = null;
            this.radBandX11.Name = "radBandX11";
            this.radBandX11.Click += new System.EventHandler(this.radBandX11_Click);
            this.radBandX11.CheckedChanged += new System.EventHandler(this.radBandX11_CheckedChanged);
            // 
            // radBandX10
            // 
            resources.ApplyResources(this.radBandX10, "radBandX10");
            this.radBandX10.FlatAppearance.BorderSize = 0;
            this.radBandX10.Image = null;
            this.radBandX10.Name = "radBandX10";
            this.radBandX10.Click += new System.EventHandler(this.radBandX10_Click);
            this.radBandX10.CheckedChanged += new System.EventHandler(this.radBandX10_CheckedChanged);
            // 
            // radBandX9
            // 
            resources.ApplyResources(this.radBandX9, "radBandX9");
            this.radBandX9.FlatAppearance.BorderSize = 0;
            this.radBandX9.Image = null;
            this.radBandX9.Name = "radBandX9";
            this.radBandX9.Click += new System.EventHandler(this.radBandX9_Click);
            this.radBandX9.CheckedChanged += new System.EventHandler(this.radBandX9_CheckedChanged);
            // 
            // radBandX8
            // 
            resources.ApplyResources(this.radBandX8, "radBandX8");
            this.radBandX8.FlatAppearance.BorderSize = 0;
            this.radBandX8.Image = null;
            this.radBandX8.Name = "radBandX8";
            this.radBandX8.Click += new System.EventHandler(this.radBandX8_Click);
            this.radBandX8.CheckedChanged += new System.EventHandler(this.radBandX8_CheckedChanged);
            // 
            // radBandX7
            // 
            resources.ApplyResources(this.radBandX7, "radBandX7");
            this.radBandX7.FlatAppearance.BorderSize = 0;
            this.radBandX7.Image = null;
            this.radBandX7.Name = "radBandX7";
            this.radBandX7.Click += new System.EventHandler(this.radBandX7_Click);
            this.radBandX7.CheckedChanged += new System.EventHandler(this.radBandX7_CheckedChanged);
            // 
            // radBandX6
            // 
            resources.ApplyResources(this.radBandX6, "radBandX6");
            this.radBandX6.FlatAppearance.BorderSize = 0;
            this.radBandX6.Image = null;
            this.radBandX6.Name = "radBandX6";
            this.radBandX6.Click += new System.EventHandler(this.radBandX6_Click);
            this.radBandX6.CheckedChanged += new System.EventHandler(this.radBandX6_CheckedChanged);
            // 
            // radBandX5
            // 
            resources.ApplyResources(this.radBandX5, "radBandX5");
            this.radBandX5.FlatAppearance.BorderSize = 0;
            this.radBandX5.Image = null;
            this.radBandX5.Name = "radBandX5";
            this.radBandX5.Click += new System.EventHandler(this.radBandX5_Click);
            this.radBandX5.CheckedChanged += new System.EventHandler(this.radBandX5_CheckedChanged);
            // 
            // radBandX4
            // 
            resources.ApplyResources(this.radBandX4, "radBandX4");
            this.radBandX4.FlatAppearance.BorderSize = 0;
            this.radBandX4.Image = null;
            this.radBandX4.Name = "radBandX4";
            this.radBandX4.Click += new System.EventHandler(this.radBandX4_Click);
            this.radBandX4.CheckedChanged += new System.EventHandler(this.radBandX4_CheckedChanged);
            // 
            // radBandX3
            // 
            resources.ApplyResources(this.radBandX3, "radBandX3");
            this.radBandX3.FlatAppearance.BorderSize = 0;
            this.radBandX3.Image = null;
            this.radBandX3.Name = "radBandX3";
            this.radBandX3.Click += new System.EventHandler(this.radBandX3_Click);
            this.radBandX3.CheckedChanged += new System.EventHandler(this.radBandX3_CheckedChanged);
            // 
            // radBandX2
            // 
            resources.ApplyResources(this.radBandX2, "radBandX2");
            this.radBandX2.FlatAppearance.BorderSize = 0;
            this.radBandX2.Image = null;
            this.radBandX2.Name = "radBandX2";
            this.radBandX2.Click += new System.EventHandler(this.radBandX2_Click);
            this.radBandX2.CheckedChanged += new System.EventHandler(this.radBandX2_CheckedChanged);
            // 
            // radBandX1
            // 
            resources.ApplyResources(this.radBandX1, "radBandX1");
            this.radBandX1.FlatAppearance.BorderSize = 0;
            this.radBandX1.Image = null;
            this.radBandX1.Name = "radBandX1";
            this.radBandX1.Click += new System.EventHandler(this.radBandX1_Click);
            this.radBandX1.CheckedChanged += new System.EventHandler(this.radBandX1_CheckedChanged);
            // 
            // grpModeSpecificFM
            // 
            resources.ApplyResources(this.grpModeSpecificFM, "grpModeSpecificFM");
            this.grpModeSpecificFM.Controls.Add(this.chkWFMstereo);
            this.grpModeSpecificFM.Controls.Add(this.udFMOffset);
            this.grpModeSpecificFM.Controls.Add(this.labelTS7);
            this.grpModeSpecificFM.Controls.Add(this.radFMModeHigh);
            this.grpModeSpecificFM.Controls.Add(this.radFMModeSimplex);
            this.grpModeSpecificFM.Controls.Add(this.radFMModeLow);
            this.grpModeSpecificFM.Controls.Add(this.chkCTCSS);
            this.grpModeSpecificFM.Controls.Add(this.comboFMCTCSSFreq);
            this.grpModeSpecificFM.Controls.Add(this.grpFMVoiceMsg);
            this.grpModeSpecificFM.Controls.Add(this.ptbFMMicGain);
            this.grpModeSpecificFM.Controls.Add(this.labelTS8);
            this.grpModeSpecificFM.Controls.Add(this.txtFMmemory);
            this.grpModeSpecificFM.Controls.Add(this.lblFMMemory);
            this.grpModeSpecificFM.Controls.Add(this.btnFMMC);
            this.grpModeSpecificFM.Controls.Add(this.btnFMMR);
            this.grpModeSpecificFM.Controls.Add(this.btnFMMS);
            this.grpModeSpecificFM.Name = "grpModeSpecificFM";
            this.grpModeSpecificFM.TabStop = false;
            // 
            // labelTS7
            // 
            resources.ApplyResources(this.labelTS7, "labelTS7");
            this.labelTS7.Image = null;
            this.labelTS7.Name = "labelTS7";
            // 
            // grpFMVoiceMsg
            // 
            this.grpFMVoiceMsg.Controls.Add(this.chkFMMsg6);
            this.grpFMVoiceMsg.Controls.Add(this.chkFMMsg5);
            this.grpFMVoiceMsg.Controls.Add(this.chkFMMsg4);
            this.grpFMVoiceMsg.Controls.Add(this.chkFMMsg3);
            this.grpFMVoiceMsg.Controls.Add(this.chkFMMsg2);
            this.grpFMVoiceMsg.Controls.Add(this.chkFMMsg1);
            resources.ApplyResources(this.grpFMVoiceMsg, "grpFMVoiceMsg");
            this.grpFMVoiceMsg.Name = "grpFMVoiceMsg";
            this.grpFMVoiceMsg.TabStop = false;
            // 
            // chkFMMsg6
            // 
            resources.ApplyResources(this.chkFMMsg6, "chkFMMsg6");
            this.chkFMMsg6.FlatAppearance.BorderSize = 0;
            this.chkFMMsg6.Image = null;
            this.chkFMMsg6.Name = "chkFMMsg6";
            this.chkFMMsg6.UseVisualStyleBackColor = true;
            this.chkFMMsg6.CheckedChanged += new System.EventHandler(this.chkFMMsg6_CheckedChanged);
            this.chkFMMsg6.MouseHover += new System.EventHandler(this.chkFMMsg6_MouseHover);
            // 
            // chkFMMsg5
            // 
            resources.ApplyResources(this.chkFMMsg5, "chkFMMsg5");
            this.chkFMMsg5.FlatAppearance.BorderSize = 0;
            this.chkFMMsg5.Image = null;
            this.chkFMMsg5.Name = "chkFMMsg5";
            this.chkFMMsg5.UseVisualStyleBackColor = true;
            this.chkFMMsg5.CheckedChanged += new System.EventHandler(this.chkFMMsg5_CheckedChanged);
            this.chkFMMsg5.MouseHover += new System.EventHandler(this.chkFMMsg5_MouseHover);
            // 
            // chkFMMsg4
            // 
            resources.ApplyResources(this.chkFMMsg4, "chkFMMsg4");
            this.chkFMMsg4.FlatAppearance.BorderSize = 0;
            this.chkFMMsg4.Image = null;
            this.chkFMMsg4.Name = "chkFMMsg4";
            this.chkFMMsg4.UseVisualStyleBackColor = true;
            this.chkFMMsg4.CheckedChanged += new System.EventHandler(this.chkFMMsg4_CheckedChanged);
            this.chkFMMsg4.MouseHover += new System.EventHandler(this.chkFMMsg4_MouseHover);
            // 
            // chkFMMsg3
            // 
            resources.ApplyResources(this.chkFMMsg3, "chkFMMsg3");
            this.chkFMMsg3.FlatAppearance.BorderSize = 0;
            this.chkFMMsg3.Image = null;
            this.chkFMMsg3.Name = "chkFMMsg3";
            this.chkFMMsg3.UseVisualStyleBackColor = true;
            this.chkFMMsg3.CheckedChanged += new System.EventHandler(this.chkFMMsg3_CheckedChanged);
            this.chkFMMsg3.MouseHover += new System.EventHandler(this.chkFMMsg3_MouseHover);
            // 
            // chkFMMsg2
            // 
            resources.ApplyResources(this.chkFMMsg2, "chkFMMsg2");
            this.chkFMMsg2.FlatAppearance.BorderSize = 0;
            this.chkFMMsg2.Image = null;
            this.chkFMMsg2.Name = "chkFMMsg2";
            this.chkFMMsg2.UseVisualStyleBackColor = true;
            this.chkFMMsg2.CheckedChanged += new System.EventHandler(this.chkFMMsg2_CheckedChanged);
            this.chkFMMsg2.MouseHover += new System.EventHandler(this.chkFMMsg2_MouseHover);
            // 
            // chkFMMsg1
            // 
            resources.ApplyResources(this.chkFMMsg1, "chkFMMsg1");
            this.chkFMMsg1.FlatAppearance.BorderSize = 0;
            this.chkFMMsg1.ForeColor = System.Drawing.SystemColors.ControlText;
            this.chkFMMsg1.Image = null;
            this.chkFMMsg1.Name = "chkFMMsg1";
            this.chkFMMsg1.UseVisualStyleBackColor = false;
            this.chkFMMsg1.CheckedChanged += new System.EventHandler(this.chkFMMsg1_CheckedChanged);
            this.chkFMMsg1.MouseHover += new System.EventHandler(this.chkFMMsg1_MouseHover);
            // 
            // labelTS8
            // 
            this.labelTS8.Image = null;
            resources.ApplyResources(this.labelTS8, "labelTS8");
            this.labelTS8.Name = "labelTS8";
            // 
            // txtFMmemory
            // 
            resources.ApplyResources(this.txtFMmemory, "txtFMmemory");
            this.txtFMmemory.Name = "txtFMmemory";
            // 
            // grpG6
            // 
            this.grpG6.Controls.Add(this.chkG6ATT_18dB);
            this.grpG6.Controls.Add(this.chkG6ATT_12dB);
            this.grpG6.Controls.Add(this.chkG6ATT_6dB);
            this.grpG6.Controls.Add(this.chkG6AF);
            this.grpG6.Controls.Add(this.chkG6RF);
            resources.ApplyResources(this.grpG6, "grpG6");
            this.grpG6.Name = "grpG6";
            this.grpG6.TabStop = false;
            // 
            // Console
            // 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
            this.BackColor = System.Drawing.SystemColors.Control;
            resources.ApplyResources(this, "$this");
            this.Controls.Add(this.grpG11);
            this.Controls.Add(this.grpModeSpecificPhone);
            this.Controls.Add(this.grpG6);
            this.Controls.Add(this.grpG59);
            this.Controls.Add(this.grpModeSpecificFM);
            this.Controls.Add(this.grpModeSpecificDigital);
            this.Controls.Add(this.grpMainRXMode);
            this.Controls.Add(this.grpSubRXMode);
            this.Controls.Add(this.grpVFOnew);
            this.Controls.Add(this.grpSoundControls);
            this.Controls.Add(this.grpSoundControls1);
            this.Controls.Add(this.grpVFOB);
            this.Controls.Add(this.menuStrip1);
            this.Controls.Add(this.btnUSB);
            this.Controls.Add(this.grpZoom);
            this.Controls.Add(this.grpSubRX);
            this.Controls.Add(this.grpVFOBetween);
            this.Controls.Add(this.grpDisplay2);
            this.Controls.Add(this.grpOptions);
            this.Controls.Add(this.grpVFO);
            this.Controls.Add(this.lblCPUMeter);
            this.Controls.Add(this.grpDisplay);
            this.Controls.Add(this.chkPower);
            this.Controls.Add(this.grpLOSC);
            this.Controls.Add(this.grpVFOA);
            this.Controls.Add(this.grpDSPMainRX);
            this.Controls.Add(this.grpDSPSubRX);
            this.Controls.Add(this.btnNetwork);
            this.Controls.Add(this.grpG500);
            this.Controls.Add(this.grpG137);
            this.Controls.Add(this.grpG40);
            this.Controls.Add(this.grpG160);
            this.Controls.Add(this.grpG3020);
            this.Controls.Add(this.grpG80);
            this.Controls.Add(this.grpMainRXFilter);
            this.Controls.Add(this.grpSubRXFilter);
            this.Controls.Add(this.grpBandHF);
            this.Controls.Add(this.grpModeSpecificCW);
            this.Controls.Add(this.grpManualNotch);
            this.Controls.Add(this.picSmallAGauge);
            this.Controls.Add(this.grpMultimeter);
            this.Controls.Add(this.grpMoreBands);
            this.DoubleBuffered = true;
            this.KeyPreview = true;
            this.MainMenuStrip = this.menuStrip1;
            this.Name = "Console";
            this.MouseWheel += new System.Windows.Forms.MouseEventHandler(this.Console_MouseWheel);
            this.SizeChanged += new System.EventHandler(this.Console_Resize);
            this.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Console_KeyPress);
            this.KeyUp += new System.Windows.Forms.KeyEventHandler(this.Console_KeyUp);
            this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Console_KeyDown);
            ((System.ComponentModel.ISupportInitialize)(this.ptbPWR)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ptbRF)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ptbAF)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udCWPitch)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udCWSpeed)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ptbRX0Gain)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ptbPanSubRX)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ptbPanMainRX)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ptbRX1Gain)).EndInit();
            this.contextMenuMUTE.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.udFilterHigh)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udFilterLow)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ptbFilterWidth)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ptbFilterShift)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udXIT)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udRIT)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udVACTXGain)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udVACRXGain)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udSubRXFilterHigh)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udSubRXFilterLow)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ptbSubRXFilterWidth)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ptbSubRXFilterShift)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ptbSQLMainRX)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udSQLSubRX)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ptbSQLSubRX)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udSQLMainRX)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ptbPWR1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ptbRF1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ptbAF1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udRF1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udPWR1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udAF1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ptbNotchWidth)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ptbNotchShift)).EndInit();
            this.contextMemoryMenu.ResumeLayout(false);
            this.contextMenuFMMemory.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.udFMOffset)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ptbFMMicGain)).EndInit();
            this.contextLOSCMenu.ResumeLayout(false);
            this.menuStrip1.ResumeLayout(false);
            this.menuStrip1.PerformLayout();
            this.contextNewVFOSmeter.ResumeLayout(false);
            this.contextNewVFOSmeter.PerformLayout();
            this.grpG500.ResumeLayout(false);
            this.grpG137.ResumeLayout(false);
            this.grpG40.ResumeLayout(false);
            this.grpModeSpecificPhone.ResumeLayout(false);
            this.groupBoxTS1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.udNoiseGate)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udVOX)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ptbMIC)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udCPDR)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ptbCPDR)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udCOMP)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ptbCOMP)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.picNoiseGate)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ptbNoiseGate)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.picVOX)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ptbVOX)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udMIC)).EndInit();
            this.grpVFOA.ResumeLayout(false);
            this.grpVFOA.PerformLayout();
            this.grpVFOnew.ResumeLayout(false);
            this.grpVFOnew.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picAGauge)).EndInit();
            this.grpSoundControls.ResumeLayout(false);
            this.grpSoundControls.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picSQLSubRX)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.picSQLMainRX)).EndInit();
            this.grpModeSpecificCW.ResumeLayout(false);
            this.grpCWX.ResumeLayout(false);
            this.grpCWPitch.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ptbCWSpeed)).EndInit();
            this.grpVFOB.ResumeLayout(false);
            this.grpVFOB.PerformLayout();
            this.grpLOSC.ResumeLayout(false);
            this.grpLOSC.PerformLayout();
            this.grpG160.ResumeLayout(false);
            this.grpG3020.ResumeLayout(false);
            this.grpG80.ResumeLayout(false);
            this.grpG59.ResumeLayout(false);
            this.grpZoom.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ptbDisplayZoom)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ptbDisplayPan)).EndInit();
            this.grpSubRX.ResumeLayout(false);
            this.grpSubRX.PerformLayout();
            this.grpBandHF.ResumeLayout(false);
            this.grpVFOBetween.ResumeLayout(false);
            this.grpVFOBetween.PerformLayout();
            this.grpDisplay2.ResumeLayout(false);
            this.grpOptions.ResumeLayout(false);
            this.grpModeSpecificDigital.ResumeLayout(false);
            this.grpDIGSampleRate.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ptbVACTXGain)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ptbVACRXGain)).EndInit();
            this.grpDisplay.ResumeLayout(false);
            this.grpDisplay.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picWaterfall)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.picDisplay)).EndInit();
            this.grpMainRXFilter.ResumeLayout(false);
            this.grpDSPMainRX.ResumeLayout(false);
            this.grpMultimeter.ResumeLayout(false);
            this.grpMultimeter.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picMultiMeterDigital)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.picMultimeterAnalog)).EndInit();
            this.grpVFO.ResumeLayout(false);
            this.grpVFO.PerformLayout();
            this.grpManualNotch.ResumeLayout(false);
            this.grpManualNotch.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picSmallAGauge)).EndInit();
            this.grpSubRXFilter.ResumeLayout(false);
            this.grpDSPSubRX.ResumeLayout(false);
            this.grpSoundControls1.ResumeLayout(false);
            this.grpSubRXMode.ResumeLayout(false);
            this.grpMainRXMode.ResumeLayout(false);
            this.grpG11.ResumeLayout(false);
            this.grpMoreBands.ResumeLayout(false);
            this.grpModeSpecificFM.ResumeLayout(false);
            this.grpModeSpecificFM.PerformLayout();
            this.grpFMVoiceMsg.ResumeLayout(false);
            this.grpG6.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Beispiel #13
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.pictureBox1      = new System.Windows.Forms.PictureBox();
     this.pnlStatus.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // pnlStatus
     //
     this.pnlStatus.BackColor = System.Drawing.Color.Black;
     this.pnlStatus.Controls.Add(this.lblTimeRemaining);
     this.pnlStatus.Location = new System.Drawing.Point(196, 430);
     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(179, 4);
     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.Black;
     this.lblStatus.ForeColor = System.Drawing.Color.White;
     this.lblStatus.Image     = null;
     this.lblStatus.Location  = new System.Drawing.Point(146, 410);
     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;
     //
     // pictureBox1
     //
     this.pictureBox1.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("pictureBox1.BackgroundImage")));
     this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.pictureBox1.Location = new System.Drawing.Point(13, 7);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(667, 400);
     this.pictureBox1.TabIndex = 3;
     this.pictureBox1.TabStop  = false;
     //
     // Splash
     //
     this.BackColor             = System.Drawing.Color.Black;
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.ClientSize            = new System.Drawing.Size(693, 468);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.pnlStatus);
     this.Controls.Add(this.lblStatus);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.MaximumSize     = new System.Drawing.Size(693, 468);
     this.MinimumSize     = new System.Drawing.Size(693, 468);
     this.Name            = "Splash";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Splash";
     this.pnlStatus.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #14
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.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(EQForm));
     this.grpRXEQ          = new System.Windows.Forms.GroupBoxTS();
     this.picRXEQ          = new System.Windows.Forms.PictureBox();
     this.btnRXEQReset     = new System.Windows.Forms.Button();
     this.chkRXEQEnabled   = new System.Windows.Forms.CheckBoxTS();
     this.tbRXEQ1          = new System.Windows.Forms.TrackBarTS();
     this.tbRXEQ2          = new System.Windows.Forms.TrackBarTS();
     this.tbRXEQ3          = new System.Windows.Forms.TrackBarTS();
     this.lblRXEQ1         = new System.Windows.Forms.LabelTS();
     this.lblRXEQ2         = new System.Windows.Forms.LabelTS();
     this.lblRXEQ3         = new System.Windows.Forms.LabelTS();
     this.lblRXEQPreamp    = new System.Windows.Forms.LabelTS();
     this.tbRXEQPreamp     = new System.Windows.Forms.TrackBarTS();
     this.lblRXEQ15db      = new System.Windows.Forms.LabelTS();
     this.lblRXEQ0dB       = new System.Windows.Forms.LabelTS();
     this.lblRXEQminus12db = new System.Windows.Forms.LabelTS();
     this.grpTXEQ          = new System.Windows.Forms.GroupBoxTS();
     this.chkTXEQ160Notch  = new System.Windows.Forms.CheckBoxTS();
     this.picTXEQ          = new System.Windows.Forms.PictureBox();
     this.btnTXEQReset     = new System.Windows.Forms.Button();
     this.chkTXEQEnabled   = new System.Windows.Forms.CheckBoxTS();
     this.tbTXEQ1          = new System.Windows.Forms.TrackBarTS();
     this.tbTXEQ2          = new System.Windows.Forms.TrackBarTS();
     this.tbTXEQ3          = new System.Windows.Forms.TrackBarTS();
     this.lblTXEQ1         = new System.Windows.Forms.LabelTS();
     this.lblTXEQ2         = new System.Windows.Forms.LabelTS();
     this.lblTXEQ3         = new System.Windows.Forms.LabelTS();
     this.lblTXEQPreamp    = new System.Windows.Forms.LabelTS();
     this.tbTXEQPreamp     = new System.Windows.Forms.TrackBarTS();
     this.lblTXEQ15db      = new System.Windows.Forms.LabelTS();
     this.lblTXEQ0dB       = new System.Windows.Forms.LabelTS();
     this.lblTXEQminus12db = new System.Windows.Forms.LabelTS();
     this.toolTip1         = new System.Windows.Forms.ToolTip(this.components);
     this.grpRXEQ.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tbRXEQ1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbRXEQ2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbRXEQ3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbRXEQPreamp)).BeginInit();
     this.grpTXEQ.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tbTXEQ1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbTXEQ2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbTXEQ3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbTXEQPreamp)).BeginInit();
     this.SuspendLayout();
     //
     // grpRXEQ
     //
     this.grpRXEQ.Controls.Add(this.picRXEQ);
     this.grpRXEQ.Controls.Add(this.btnRXEQReset);
     this.grpRXEQ.Controls.Add(this.chkRXEQEnabled);
     this.grpRXEQ.Controls.Add(this.tbRXEQ1);
     this.grpRXEQ.Controls.Add(this.tbRXEQ2);
     this.grpRXEQ.Controls.Add(this.tbRXEQ3);
     this.grpRXEQ.Controls.Add(this.lblRXEQ1);
     this.grpRXEQ.Controls.Add(this.lblRXEQ2);
     this.grpRXEQ.Controls.Add(this.lblRXEQ3);
     this.grpRXEQ.Controls.Add(this.lblRXEQPreamp);
     this.grpRXEQ.Controls.Add(this.tbRXEQPreamp);
     this.grpRXEQ.Controls.Add(this.lblRXEQ15db);
     this.grpRXEQ.Controls.Add(this.lblRXEQ0dB);
     this.grpRXEQ.Controls.Add(this.lblRXEQminus12db);
     this.grpRXEQ.Location = new System.Drawing.Point(8, 8);
     this.grpRXEQ.Name     = "grpRXEQ";
     this.grpRXEQ.Size     = new System.Drawing.Size(280, 224);
     this.grpRXEQ.TabIndex = 1;
     this.grpRXEQ.TabStop  = false;
     this.grpRXEQ.Text     = "Receive Equalizer";
     //
     // picRXEQ
     //
     this.picRXEQ.BackColor = System.Drawing.Color.Black;
     this.picRXEQ.Location  = new System.Drawing.Point(88, 24);
     this.picRXEQ.Name      = "picRXEQ";
     this.picRXEQ.Size      = new System.Drawing.Size(112, 24);
     this.picRXEQ.TabIndex  = 111;
     this.picRXEQ.TabStop   = false;
     this.picRXEQ.Paint    += new System.Windows.Forms.PaintEventHandler(this.picRXEQ_Paint);
     //
     // btnRXEQReset
     //
     this.btnRXEQReset.Location = new System.Drawing.Point(208, 24);
     this.btnRXEQReset.Name     = "btnRXEQReset";
     this.btnRXEQReset.Size     = new System.Drawing.Size(56, 20);
     this.btnRXEQReset.TabIndex = 110;
     this.btnRXEQReset.Text     = "Reset";
     this.btnRXEQReset.Click   += new System.EventHandler(this.btnRXEQReset_Click);
     //
     // chkRXEQEnabled
     //
     this.chkRXEQEnabled.Image           = null;
     this.chkRXEQEnabled.Location        = new System.Drawing.Point(16, 24);
     this.chkRXEQEnabled.Name            = "chkRXEQEnabled";
     this.chkRXEQEnabled.Size            = new System.Drawing.Size(72, 16);
     this.chkRXEQEnabled.TabIndex        = 109;
     this.chkRXEQEnabled.Text            = "Enabled";
     this.chkRXEQEnabled.CheckedChanged += new System.EventHandler(this.chkRXEQEnabled_CheckedChanged);
     //
     // tbRXEQ1
     //
     this.tbRXEQ1.AutoSize      = false;
     this.tbRXEQ1.LargeChange   = 3;
     this.tbRXEQ1.Location      = new System.Drawing.Point(88, 72);
     this.tbRXEQ1.Maximum       = 15;
     this.tbRXEQ1.Minimum       = -12;
     this.tbRXEQ1.Name          = "tbRXEQ1";
     this.tbRXEQ1.Orientation   = System.Windows.Forms.Orientation.Vertical;
     this.tbRXEQ1.Size          = new System.Drawing.Size(32, 128);
     this.tbRXEQ1.TabIndex      = 4;
     this.tbRXEQ1.TickFrequency = 3;
     this.tbRXEQ1.Scroll       += new System.EventHandler(this.tbRXEQ_Scroll);
     //
     // tbRXEQ2
     //
     this.tbRXEQ2.AutoSize      = false;
     this.tbRXEQ2.LargeChange   = 3;
     this.tbRXEQ2.Location      = new System.Drawing.Point(128, 72);
     this.tbRXEQ2.Maximum       = 15;
     this.tbRXEQ2.Minimum       = -12;
     this.tbRXEQ2.Name          = "tbRXEQ2";
     this.tbRXEQ2.Orientation   = System.Windows.Forms.Orientation.Vertical;
     this.tbRXEQ2.Size          = new System.Drawing.Size(32, 128);
     this.tbRXEQ2.TabIndex      = 5;
     this.tbRXEQ2.TickFrequency = 3;
     this.tbRXEQ2.Scroll       += new System.EventHandler(this.tbRXEQ_Scroll);
     //
     // tbRXEQ3
     //
     this.tbRXEQ3.AutoSize      = false;
     this.tbRXEQ3.LargeChange   = 3;
     this.tbRXEQ3.Location      = new System.Drawing.Point(168, 72);
     this.tbRXEQ3.Maximum       = 15;
     this.tbRXEQ3.Minimum       = -12;
     this.tbRXEQ3.Name          = "tbRXEQ3";
     this.tbRXEQ3.Orientation   = System.Windows.Forms.Orientation.Vertical;
     this.tbRXEQ3.Size          = new System.Drawing.Size(32, 128);
     this.tbRXEQ3.TabIndex      = 6;
     this.tbRXEQ3.TickFrequency = 3;
     this.tbRXEQ3.Scroll       += new System.EventHandler(this.tbRXEQ_Scroll);
     //
     // lblRXEQ1
     //
     this.lblRXEQ1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblRXEQ1.Image    = null;
     this.lblRXEQ1.Location = new System.Drawing.Point(88, 56);
     this.lblRXEQ1.Name     = "lblRXEQ1";
     this.lblRXEQ1.Size     = new System.Drawing.Size(32, 16);
     this.lblRXEQ1.TabIndex = 43;
     this.lblRXEQ1.Text     = "Low";
     this.toolTip1.SetToolTip(this.lblRXEQ1, "0-400Hz");
     //
     // lblRXEQ2
     //
     this.lblRXEQ2.Image    = null;
     this.lblRXEQ2.Location = new System.Drawing.Point(128, 56);
     this.lblRXEQ2.Name     = "lblRXEQ2";
     this.lblRXEQ2.Size     = new System.Drawing.Size(32, 16);
     this.lblRXEQ2.TabIndex = 44;
     this.lblRXEQ2.Text     = "Mid";
     this.toolTip1.SetToolTip(this.lblRXEQ2, "400-1500Hz");
     //
     // lblRXEQ3
     //
     this.lblRXEQ3.Image    = null;
     this.lblRXEQ3.Location = new System.Drawing.Point(168, 56);
     this.lblRXEQ3.Name     = "lblRXEQ3";
     this.lblRXEQ3.Size     = new System.Drawing.Size(32, 16);
     this.lblRXEQ3.TabIndex = 45;
     this.lblRXEQ3.Text     = "High";
     this.toolTip1.SetToolTip(this.lblRXEQ3, "1500-6000Hz");
     //
     // lblRXEQPreamp
     //
     this.lblRXEQPreamp.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblRXEQPreamp.Image     = null;
     this.lblRXEQPreamp.Location  = new System.Drawing.Point(8, 56);
     this.lblRXEQPreamp.Name      = "lblRXEQPreamp";
     this.lblRXEQPreamp.Size      = new System.Drawing.Size(48, 16);
     this.lblRXEQPreamp.TabIndex  = 74;
     this.lblRXEQPreamp.Text      = "Preamp";
     this.lblRXEQPreamp.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // tbRXEQPreamp
     //
     this.tbRXEQPreamp.AutoSize      = false;
     this.tbRXEQPreamp.LargeChange   = 3;
     this.tbRXEQPreamp.Location      = new System.Drawing.Point(16, 72);
     this.tbRXEQPreamp.Maximum       = 15;
     this.tbRXEQPreamp.Minimum       = -12;
     this.tbRXEQPreamp.Name          = "tbRXEQPreamp";
     this.tbRXEQPreamp.Orientation   = System.Windows.Forms.Orientation.Vertical;
     this.tbRXEQPreamp.Size          = new System.Drawing.Size(32, 128);
     this.tbRXEQPreamp.TabIndex      = 35;
     this.tbRXEQPreamp.TickFrequency = 3;
     this.tbRXEQPreamp.Scroll       += new System.EventHandler(this.tbRXEQ_Scroll);
     //
     // lblRXEQ15db
     //
     this.lblRXEQ15db.Image     = null;
     this.lblRXEQ15db.Location  = new System.Drawing.Point(204, 80);
     this.lblRXEQ15db.Name      = "lblRXEQ15db";
     this.lblRXEQ15db.Size      = new System.Drawing.Size(32, 16);
     this.lblRXEQ15db.TabIndex  = 40;
     this.lblRXEQ15db.Text      = "15dB";
     this.lblRXEQ15db.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblRXEQ0dB
     //
     this.lblRXEQ0dB.Image     = null;
     this.lblRXEQ0dB.Location  = new System.Drawing.Point(204, 136);
     this.lblRXEQ0dB.Name      = "lblRXEQ0dB";
     this.lblRXEQ0dB.Size      = new System.Drawing.Size(32, 16);
     this.lblRXEQ0dB.TabIndex  = 41;
     this.lblRXEQ0dB.Text      = "  0dB";
     this.lblRXEQ0dB.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblRXEQminus12db
     //
     this.lblRXEQminus12db.Image     = null;
     this.lblRXEQminus12db.Location  = new System.Drawing.Point(200, 176);
     this.lblRXEQminus12db.Name      = "lblRXEQminus12db";
     this.lblRXEQminus12db.Size      = new System.Drawing.Size(34, 16);
     this.lblRXEQminus12db.TabIndex  = 42;
     this.lblRXEQminus12db.Text      = "-12dB";
     this.lblRXEQminus12db.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // grpTXEQ
     //
     this.grpTXEQ.Controls.Add(this.chkTXEQ160Notch);
     this.grpTXEQ.Controls.Add(this.picTXEQ);
     this.grpTXEQ.Controls.Add(this.btnTXEQReset);
     this.grpTXEQ.Controls.Add(this.chkTXEQEnabled);
     this.grpTXEQ.Controls.Add(this.tbTXEQ1);
     this.grpTXEQ.Controls.Add(this.tbTXEQ2);
     this.grpTXEQ.Controls.Add(this.tbTXEQ3);
     this.grpTXEQ.Controls.Add(this.lblTXEQ1);
     this.grpTXEQ.Controls.Add(this.lblTXEQ2);
     this.grpTXEQ.Controls.Add(this.lblTXEQ3);
     this.grpTXEQ.Controls.Add(this.lblTXEQPreamp);
     this.grpTXEQ.Controls.Add(this.tbTXEQPreamp);
     this.grpTXEQ.Controls.Add(this.lblTXEQ15db);
     this.grpTXEQ.Controls.Add(this.lblTXEQ0dB);
     this.grpTXEQ.Controls.Add(this.lblTXEQminus12db);
     this.grpTXEQ.Location = new System.Drawing.Point(296, 8);
     this.grpTXEQ.Name     = "grpTXEQ";
     this.grpTXEQ.Size     = new System.Drawing.Size(280, 224);
     this.grpTXEQ.TabIndex = 1;
     this.grpTXEQ.TabStop  = false;
     this.grpTXEQ.Text     = "Transmit Equalizer";
     //
     // chkTXEQ160Notch
     //
     this.chkTXEQ160Notch.Image           = null;
     this.chkTXEQ160Notch.Location        = new System.Drawing.Point(16, 200);
     this.chkTXEQ160Notch.Name            = "chkTXEQ160Notch";
     this.chkTXEQ160Notch.Size            = new System.Drawing.Size(96, 16);
     this.chkTXEQ160Notch.TabIndex        = 113;
     this.chkTXEQ160Notch.Text            = "160Hz Notch";
     this.chkTXEQ160Notch.CheckedChanged += new System.EventHandler(this.chkTXEQ160Notch_CheckedChanged);
     //
     // picTXEQ
     //
     this.picTXEQ.BackColor = System.Drawing.Color.Black;
     this.picTXEQ.Location  = new System.Drawing.Point(88, 24);
     this.picTXEQ.Name      = "picTXEQ";
     this.picTXEQ.Size      = new System.Drawing.Size(112, 24);
     this.picTXEQ.TabIndex  = 112;
     this.picTXEQ.TabStop   = false;
     this.picTXEQ.Paint    += new System.Windows.Forms.PaintEventHandler(this.picTXEQ_Paint);
     //
     // btnTXEQReset
     //
     this.btnTXEQReset.Location = new System.Drawing.Point(208, 24);
     this.btnTXEQReset.Name     = "btnTXEQReset";
     this.btnTXEQReset.Size     = new System.Drawing.Size(56, 20);
     this.btnTXEQReset.TabIndex = 107;
     this.btnTXEQReset.Text     = "Reset";
     this.btnTXEQReset.Click   += new System.EventHandler(this.btnTXEQReset_Click);
     //
     // chkTXEQEnabled
     //
     this.chkTXEQEnabled.Image           = null;
     this.chkTXEQEnabled.Location        = new System.Drawing.Point(16, 24);
     this.chkTXEQEnabled.Name            = "chkTXEQEnabled";
     this.chkTXEQEnabled.Size            = new System.Drawing.Size(72, 16);
     this.chkTXEQEnabled.TabIndex        = 106;
     this.chkTXEQEnabled.Text            = "Enabled";
     this.chkTXEQEnabled.CheckedChanged += new System.EventHandler(this.chkTXEQEnabled_CheckedChanged);
     //
     // tbTXEQ1
     //
     this.tbTXEQ1.AutoSize      = false;
     this.tbTXEQ1.LargeChange   = 3;
     this.tbTXEQ1.Location      = new System.Drawing.Point(88, 72);
     this.tbTXEQ1.Maximum       = 15;
     this.tbTXEQ1.Minimum       = -12;
     this.tbTXEQ1.Name          = "tbTXEQ1";
     this.tbTXEQ1.Orientation   = System.Windows.Forms.Orientation.Vertical;
     this.tbTXEQ1.Size          = new System.Drawing.Size(32, 128);
     this.tbTXEQ1.TabIndex      = 4;
     this.tbTXEQ1.TickFrequency = 3;
     this.tbTXEQ1.Scroll       += new System.EventHandler(this.tbTXEQ_Scroll);
     //
     // tbTXEQ2
     //
     this.tbTXEQ2.AutoSize      = false;
     this.tbTXEQ2.LargeChange   = 3;
     this.tbTXEQ2.Location      = new System.Drawing.Point(128, 72);
     this.tbTXEQ2.Maximum       = 15;
     this.tbTXEQ2.Minimum       = -12;
     this.tbTXEQ2.Name          = "tbTXEQ2";
     this.tbTXEQ2.Orientation   = System.Windows.Forms.Orientation.Vertical;
     this.tbTXEQ2.Size          = new System.Drawing.Size(32, 128);
     this.tbTXEQ2.TabIndex      = 5;
     this.tbTXEQ2.TickFrequency = 3;
     this.tbTXEQ2.Scroll       += new System.EventHandler(this.tbTXEQ_Scroll);
     //
     // tbTXEQ3
     //
     this.tbTXEQ3.AutoSize      = false;
     this.tbTXEQ3.LargeChange   = 3;
     this.tbTXEQ3.Location      = new System.Drawing.Point(168, 72);
     this.tbTXEQ3.Maximum       = 15;
     this.tbTXEQ3.Minimum       = -12;
     this.tbTXEQ3.Name          = "tbTXEQ3";
     this.tbTXEQ3.Orientation   = System.Windows.Forms.Orientation.Vertical;
     this.tbTXEQ3.Size          = new System.Drawing.Size(32, 128);
     this.tbTXEQ3.TabIndex      = 6;
     this.tbTXEQ3.TickFrequency = 3;
     this.tbTXEQ3.Scroll       += new System.EventHandler(this.tbTXEQ_Scroll);
     //
     // lblTXEQ1
     //
     this.lblTXEQ1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblTXEQ1.Image    = null;
     this.lblTXEQ1.Location = new System.Drawing.Point(88, 56);
     this.lblTXEQ1.Name     = "lblTXEQ1";
     this.lblTXEQ1.Size     = new System.Drawing.Size(32, 16);
     this.lblTXEQ1.TabIndex = 74;
     this.lblTXEQ1.Text     = "Low";
     this.toolTip1.SetToolTip(this.lblTXEQ1, "0-400Hz");
     //
     // lblTXEQ2
     //
     this.lblTXEQ2.Image    = null;
     this.lblTXEQ2.Location = new System.Drawing.Point(128, 56);
     this.lblTXEQ2.Name     = "lblTXEQ2";
     this.lblTXEQ2.Size     = new System.Drawing.Size(32, 16);
     this.lblTXEQ2.TabIndex = 75;
     this.lblTXEQ2.Text     = "Mid";
     this.toolTip1.SetToolTip(this.lblTXEQ2, "400-1500Hz");
     //
     // lblTXEQ3
     //
     this.lblTXEQ3.Image    = null;
     this.lblTXEQ3.Location = new System.Drawing.Point(168, 56);
     this.lblTXEQ3.Name     = "lblTXEQ3";
     this.lblTXEQ3.Size     = new System.Drawing.Size(32, 16);
     this.lblTXEQ3.TabIndex = 76;
     this.lblTXEQ3.Text     = "High";
     this.toolTip1.SetToolTip(this.lblTXEQ3, "1500-6000Hz");
     //
     // lblTXEQPreamp
     //
     this.lblTXEQPreamp.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblTXEQPreamp.Image     = null;
     this.lblTXEQPreamp.Location  = new System.Drawing.Point(8, 56);
     this.lblTXEQPreamp.Name      = "lblTXEQPreamp";
     this.lblTXEQPreamp.Size      = new System.Drawing.Size(48, 16);
     this.lblTXEQPreamp.TabIndex  = 105;
     this.lblTXEQPreamp.Text      = "Preamp";
     this.lblTXEQPreamp.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // tbTXEQPreamp
     //
     this.tbTXEQPreamp.AutoSize      = false;
     this.tbTXEQPreamp.LargeChange   = 3;
     this.tbTXEQPreamp.Location      = new System.Drawing.Point(16, 72);
     this.tbTXEQPreamp.Maximum       = 15;
     this.tbTXEQPreamp.Minimum       = -12;
     this.tbTXEQPreamp.Name          = "tbTXEQPreamp";
     this.tbTXEQPreamp.Orientation   = System.Windows.Forms.Orientation.Vertical;
     this.tbTXEQPreamp.Size          = new System.Drawing.Size(32, 128);
     this.tbTXEQPreamp.TabIndex      = 36;
     this.tbTXEQPreamp.TickFrequency = 3;
     this.tbTXEQPreamp.Scroll       += new System.EventHandler(this.tbTXEQ_Scroll);
     //
     // lblTXEQ15db
     //
     this.lblTXEQ15db.Image     = null;
     this.lblTXEQ15db.Location  = new System.Drawing.Point(204, 80);
     this.lblTXEQ15db.Name      = "lblTXEQ15db";
     this.lblTXEQ15db.Size      = new System.Drawing.Size(32, 16);
     this.lblTXEQ15db.TabIndex  = 43;
     this.lblTXEQ15db.Text      = "15dB";
     this.lblTXEQ15db.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblTXEQ0dB
     //
     this.lblTXEQ0dB.Image     = null;
     this.lblTXEQ0dB.Location  = new System.Drawing.Point(204, 136);
     this.lblTXEQ0dB.Name      = "lblTXEQ0dB";
     this.lblTXEQ0dB.Size      = new System.Drawing.Size(32, 16);
     this.lblTXEQ0dB.TabIndex  = 0;
     this.lblTXEQ0dB.Text      = "  0dB";
     this.lblTXEQ0dB.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblTXEQminus12db
     //
     this.lblTXEQminus12db.Image     = null;
     this.lblTXEQminus12db.Location  = new System.Drawing.Point(200, 176);
     this.lblTXEQminus12db.Name      = "lblTXEQminus12db";
     this.lblTXEQminus12db.Size      = new System.Drawing.Size(34, 16);
     this.lblTXEQminus12db.TabIndex  = 45;
     this.lblTXEQminus12db.Text      = "-12dB";
     this.lblTXEQminus12db.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // EQForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(584, 238);
     this.Controls.Add(this.grpRXEQ);
     this.Controls.Add(this.grpTXEQ);
     this.Icon     = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name     = "EQForm";
     this.Text     = "Equalizer Settings";
     this.Closing += new System.ComponentModel.CancelEventHandler(this.EQForm_Closing);
     this.grpRXEQ.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.tbRXEQ1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbRXEQ2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbRXEQ3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbRXEQPreamp)).EndInit();
     this.grpTXEQ.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.tbTXEQ1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbTXEQ2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbTXEQ3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbTXEQPreamp)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #15
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(FLEX3000ATUForm));
            this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
            this.chckForceRetune = new System.Windows.Forms.CheckBox();
            this.swrTargetUpDown = new System.Windows.Forms.NumericUpDown();
            this.label5 = new System.Windows.Forms.Label();
            this.retuneSWRupdown = new System.Windows.Forms.NumericUpDown();
            this.label6 = new System.Windows.Forms.Label();
            this.udHighSWR = new System.Windows.Forms.NumericUpDown();
            this.label3 = new System.Windows.Forms.Label();
            this.checkBox1 = new System.Windows.Forms.CheckBox();
            this.chkAutoMode = new System.Windows.Forms.CheckBoxTS();
            this.resetATUdatabase = new System.Windows.Forms.ButtonTS();
            this.btnAntProfileAdd = new System.Windows.Forms.ButtonTS();
            this.comboAntProfileName = new System.Windows.Forms.ComboBoxTS();
            this.btnAntProfileDelete = new System.Windows.Forms.ButtonTS();
            this.btnAntProfileRename = new System.Windows.Forms.ButtonTS();
            this.grpFeedback = new System.Windows.Forms.GroupBoxTS();
            this.lblHiZ = new System.Windows.Forms.Label();
            this.lblTunRefPow = new System.Windows.Forms.LabelTS();
            this.lblBypRefPow = new System.Windows.Forms.LabelTS();
            this.lblTunFwdPow = new System.Windows.Forms.LabelTS();
            this.lblBypFwdPow = new System.Windows.Forms.LabelTS();
            this.lblTunSWR = new System.Windows.Forms.LabelTS();
            this.lblBypSWR = new System.Windows.Forms.LabelTS();
            this.labelTS1 = new System.Windows.Forms.LabelTS();
            this.lblByp = new System.Windows.Forms.LabelTS();
            this.lblSWR = new System.Windows.Forms.LabelTS();
            this.lblReflected = new System.Windows.Forms.LabelTS();
            this.lblForward = new System.Windows.Forms.LabelTS();
            this.lblTuneComplete = new System.Windows.Forms.LabelTS();
            this.rdBypass = new System.Windows.Forms.RadioButton();
            this.rdTune = new System.Windows.Forms.RadioButton();
            this.lblC = new System.Windows.Forms.Label();
            this.lblL = new System.Windows.Forms.Label();
            this.lblTime = new System.Windows.Forms.Label();
            this.udSleepTime = new System.Windows.Forms.NumericUpDown();
            this.udOffSleep = new System.Windows.Forms.NumericUpDown();
            this.chkDoNotPress = new System.Windows.Forms.CheckBox();
            this.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.udTunPower = new System.Windows.Forms.NumericUpDown();
            this.label4 = new System.Windows.Forms.Label();
            this.rdStop = new System.Windows.Forms.RadioButton();
            this.button1 = new System.Windows.Forms.Button();
            this.MemoryTune = new System.Windows.Forms.Label();
            this.grpAntennaProfile = new System.Windows.Forms.GroupBoxTS();
            this.grpRefPow = new System.Windows.Forms.GroupBoxTS();
            this.picRefPow = new System.Windows.Forms.PictureBox();
            this.txtRefPow = new System.Windows.Forms.TextBox();
            this.grpFwdPow = new System.Windows.Forms.GroupBoxTS();
            this.picFwdPow = new System.Windows.Forms.PictureBox();
            this.txtFwdPow = new System.Windows.Forms.TextBox();
            this.grpSWR = new System.Windows.Forms.GroupBoxTS();
            this.picSWR = new System.Windows.Forms.PictureBox();
            this.txtSWR = new System.Windows.Forms.TextBox();
            ((System.ComponentModel.ISupportInitialize)(this.swrTargetUpDown)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.retuneSWRupdown)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udHighSWR)).BeginInit();
            this.grpFeedback.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.udSleepTime)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udOffSleep)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udTunPower)).BeginInit();
            this.grpAntennaProfile.SuspendLayout();
            this.grpRefPow.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picRefPow)).BeginInit();
            this.grpFwdPow.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picFwdPow)).BeginInit();
            this.grpSWR.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picSWR)).BeginInit();
            this.SuspendLayout();
            // 
            // chckForceRetune
            // 
            this.chckForceRetune.AutoSize = true;
            this.chckForceRetune.Location = new System.Drawing.Point(143, 10);
            this.chckForceRetune.Name = "chckForceRetune";
            this.chckForceRetune.Size = new System.Drawing.Size(91, 17);
            this.chckForceRetune.TabIndex = 97;
            this.chckForceRetune.Text = "Force Retune";
            this.toolTip1.SetToolTip(this.chckForceRetune, "The ATU will ignore past tune memory and will do a full tune when the \"Tune\" butt" +
                    "on is pressed ");
            this.chckForceRetune.UseVisualStyleBackColor = true;
            this.chckForceRetune.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
            // 
            // swrTargetUpDown
            // 
            this.swrTargetUpDown.DecimalPlaces = 1;
            this.swrTargetUpDown.Increment = new decimal(new int[] {
            1,
            0,
            0,
            65536});
            this.swrTargetUpDown.Location = new System.Drawing.Point(125, 279);
            this.swrTargetUpDown.Maximum = new decimal(new int[] {
            30,
            0,
            0,
            65536});
            this.swrTargetUpDown.Minimum = new decimal(new int[] {
            11,
            0,
            0,
            65536});
            this.swrTargetUpDown.Name = "swrTargetUpDown";
            this.swrTargetUpDown.Size = new System.Drawing.Size(51, 20);
            this.swrTargetUpDown.TabIndex = 99;
            this.toolTip1.SetToolTip(this.swrTargetUpDown, "The ATU stop tuning when an SWR less than this number is found.  Higher numbers m" +
                    "ay speed up tuning time.");
            this.swrTargetUpDown.Value = new decimal(new int[] {
            11,
            0,
            0,
            65536});
            this.swrTargetUpDown.ValueChanged += new System.EventHandler(this.control_swr_thresh_ValueChanged);
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(24, 281);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(67, 13);
            this.label5.TabIndex = 100;
            this.label5.Text = "SWR Target";
            this.toolTip1.SetToolTip(this.label5, "The ATU will stop tuning when an SWR less than this number is found.  Higher numb" +
                    "ers may speed up tuning time.");
            this.label5.Click += new System.EventHandler(this.label5_Click);
            // 
            // retuneSWRupdown
            // 
            this.retuneSWRupdown.AccessibleName = "";
            this.retuneSWRupdown.DecimalPlaces = 1;
            this.retuneSWRupdown.Increment = new decimal(new int[] {
            1,
            0,
            0,
            65536});
            this.retuneSWRupdown.Location = new System.Drawing.Point(125, 314);
            this.retuneSWRupdown.Maximum = new decimal(new int[] {
            30,
            0,
            0,
            65536});
            this.retuneSWRupdown.Minimum = new decimal(new int[] {
            11,
            0,
            0,
            65536});
            this.retuneSWRupdown.Name = "retuneSWRupdown";
            this.retuneSWRupdown.Size = new System.Drawing.Size(51, 20);
            this.retuneSWRupdown.TabIndex = 101;
            this.toolTip1.SetToolTip(this.retuneSWRupdown, "The tune will be considered successful and will be stored in memory if the tuned " +
                    "SWR is less than this number");
            this.retuneSWRupdown.Value = new decimal(new int[] {
            210,
            0,
            0,
            131072});
            this.retuneSWRupdown.ValueChanged += new System.EventHandler(this.retuneSWRupdown_ValueChanged);
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(24, 316);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(88, 13);
            this.label6.TabIndex = 102;
            this.label6.Text = "SWR Successful";
            this.toolTip1.SetToolTip(this.label6, "The tune will be considered successful and will be stored in memory if the tuned " +
                    "SWR is less than this number");
            this.label6.Click += new System.EventHandler(this.label6_Click);
            // 
            // udHighSWR
            // 
            this.udHighSWR.DecimalPlaces = 1;
            this.udHighSWR.Enabled = false;
            this.udHighSWR.Increment = new decimal(new int[] {
            1,
            0,
            0,
            65536});
            this.udHighSWR.Location = new System.Drawing.Point(125, 247);
            this.udHighSWR.Maximum = new decimal(new int[] {
            200,
            0,
            0,
            65536});
            this.udHighSWR.Minimum = new decimal(new int[] {
            20,
            0,
            0,
            65536});
            this.udHighSWR.Name = "udHighSWR";
            this.udHighSWR.Size = new System.Drawing.Size(51, 20);
            this.udHighSWR.TabIndex = 85;
            this.toolTip1.SetToolTip(this.udHighSWR, "The ATU will not attempt to tune when the SWR is greater than this number");
            this.udHighSWR.Value = new decimal(new int[] {
            70,
            0,
            0,
            65536});
            this.udHighSWR.ValueChanged += new System.EventHandler(this.udHighSWR_ValueChanged);
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(24, 249);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(96, 13);
            this.label3.TabIndex = 90;
            this.label3.Text = "SWR Attempt Limit";
            this.toolTip1.SetToolTip(this.label3, "The ATU will not attempt to tune when the SWR is greater than this number");
            // 
            // checkBox1
            // 
            this.checkBox1.AutoSize = true;
            this.checkBox1.Checked = true;
            this.checkBox1.CheckState = System.Windows.Forms.CheckState.Checked;
            this.checkBox1.Location = new System.Drawing.Point(187, 250);
            this.checkBox1.Name = "checkBox1";
            this.checkBox1.Size = new System.Drawing.Size(64, 17);
            this.checkBox1.TabIndex = 103;
            this.checkBox1.Text = "No Limit";
            this.toolTip1.SetToolTip(this.checkBox1, "The ATU will attempt to tune any SWR");
            this.checkBox1.UseVisualStyleBackColor = true;
            this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged_1);
            // 
            // chkAutoMode
            // 
            this.chkAutoMode.AutoSize = true;
            this.chkAutoMode.Image = null;
            this.chkAutoMode.Location = new System.Drawing.Point(143, 33);
            this.chkAutoMode.Name = "chkAutoMode";
            this.chkAutoMode.Size = new System.Drawing.Size(78, 17);
            this.chkAutoMode.TabIndex = 106;
            this.chkAutoMode.Text = "Auto Mode";
            this.toolTip1.SetToolTip(this.chkAutoMode, "Enable automatic tuning when switching to a band to a different band");
            this.chkAutoMode.UseVisualStyleBackColor = true;
            this.chkAutoMode.CheckedChanged += new System.EventHandler(this.chkAutoMode_CheckedChanged);
            // 
            // resetATUdatabase
            // 
            this.resetATUdatabase.Image = null;
            this.resetATUdatabase.Location = new System.Drawing.Point(18, 428);
            this.resetATUdatabase.Name = "resetATUdatabase";
            this.resetATUdatabase.Size = new System.Drawing.Size(233, 21);
            this.resetATUdatabase.TabIndex = 96;
            this.resetATUdatabase.Text = "Reset ATU Database";
            this.toolTip1.SetToolTip(this.resetATUdatabase, "Click to reset the ATU Databsase");
            this.resetATUdatabase.Click += new System.EventHandler(this.resetATUdatabase_Click);
            // 
            // btnAntProfileAdd
            // 
            this.btnAntProfileAdd.Image = null;
            this.btnAntProfileAdd.Location = new System.Drawing.Point(12, 46);
            this.btnAntProfileAdd.Name = "btnAntProfileAdd";
            this.btnAntProfileAdd.Size = new System.Drawing.Size(66, 21);
            this.btnAntProfileAdd.TabIndex = 95;
            this.btnAntProfileAdd.Text = "Add";
            this.toolTip1.SetToolTip(this.btnAntProfileAdd, "Click to save the current settings to an Antenna Profile.");
            this.btnAntProfileAdd.Click += new System.EventHandler(this.btnAntProfileAdd_Click);
            // 
            // comboAntProfileName
            // 
            this.comboAntProfileName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboAntProfileName.DropDownWidth = 104;
            this.comboAntProfileName.Location = new System.Drawing.Point(12, 16);
            this.comboAntProfileName.Name = "comboAntProfileName";
            this.comboAntProfileName.Size = new System.Drawing.Size(209, 21);
            this.comboAntProfileName.TabIndex = 0;
            this.toolTip1.SetToolTip(this.comboAntProfileName, "Sets the current Antenna Profile to be used.");
            this.comboAntProfileName.SelectedIndexChanged += new System.EventHandler(this.antennaProfileName_SelectedIndexChanged);
            // 
            // btnAntProfileDelete
            // 
            this.btnAntProfileDelete.Image = null;
            this.btnAntProfileDelete.Location = new System.Drawing.Point(83, 46);
            this.btnAntProfileDelete.Name = "btnAntProfileDelete";
            this.btnAntProfileDelete.Size = new System.Drawing.Size(66, 21);
            this.btnAntProfileDelete.TabIndex = 2;
            this.btnAntProfileDelete.Text = "Delete";
            this.toolTip1.SetToolTip(this.btnAntProfileDelete, "Click to delete the currently selected Antenna Profile.");
            this.btnAntProfileDelete.Click += new System.EventHandler(this.btnAntProfileDelete_Click);
            // 
            // btnAntProfileRename
            // 
            this.btnAntProfileRename.Image = null;
            this.btnAntProfileRename.Location = new System.Drawing.Point(155, 46);
            this.btnAntProfileRename.Name = "btnAntProfileRename";
            this.btnAntProfileRename.Size = new System.Drawing.Size(66, 21);
            this.btnAntProfileRename.TabIndex = 1;
            this.btnAntProfileRename.Text = "Rename";
            this.toolTip1.SetToolTip(this.btnAntProfileRename, "Click to rename the selected profile");
            this.btnAntProfileRename.Click += new System.EventHandler(this.btnAntProfileSave_Click);
            // 
            // grpFeedback
            // 
            this.grpFeedback.BackColor = System.Drawing.SystemColors.Control;
            this.grpFeedback.Controls.Add(this.lblHiZ);
            this.grpFeedback.Controls.Add(this.lblTunRefPow);
            this.grpFeedback.Controls.Add(this.lblBypRefPow);
            this.grpFeedback.Controls.Add(this.lblTunFwdPow);
            this.grpFeedback.Controls.Add(this.lblBypFwdPow);
            this.grpFeedback.Controls.Add(this.lblTunSWR);
            this.grpFeedback.Controls.Add(this.lblBypSWR);
            this.grpFeedback.Controls.Add(this.labelTS1);
            this.grpFeedback.Controls.Add(this.lblByp);
            this.grpFeedback.Controls.Add(this.lblSWR);
            this.grpFeedback.Controls.Add(this.lblReflected);
            this.grpFeedback.Controls.Add(this.lblForward);
            this.grpFeedback.Controls.Add(this.lblTuneComplete);
            this.grpFeedback.Location = new System.Drawing.Point(18, 144);
            this.grpFeedback.Name = "grpFeedback";
            this.grpFeedback.Size = new System.Drawing.Size(233, 90);
            this.grpFeedback.TabIndex = 5;
            this.grpFeedback.TabStop = false;
            this.grpFeedback.Text = "Tuner Results";
            this.toolTip1.SetToolTip(this.grpFeedback, "The information in this window is returned from the ATU after a tune sequence.");
            // 
            // lblHiZ
            // 
            this.lblHiZ.BackColor = System.Drawing.SystemColors.ControlText;
            this.lblHiZ.Enabled = false;
            this.lblHiZ.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblHiZ.ForeColor = System.Drawing.Color.White;
            this.lblHiZ.Location = new System.Drawing.Point(29, 38);
            this.lblHiZ.Name = "lblHiZ";
            this.lblHiZ.Size = new System.Drawing.Size(32, 16);
            this.lblHiZ.TabIndex = 16;
            this.lblHiZ.Text = "Hi Z";
            this.lblHiZ.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.lblHiZ.Visible = false;
            // 
            // lblTunRefPow
            // 
            this.lblTunRefPow.Image = null;
            this.lblTunRefPow.Location = new System.Drawing.Point(136, 113);
            this.lblTunRefPow.Name = "lblTunRefPow";
            this.lblTunRefPow.Size = new System.Drawing.Size(56, 16);
            this.lblTunRefPow.TabIndex = 15;
            this.lblTunRefPow.Text = "2.3";
            this.lblTunRefPow.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // lblBypRefPow
            // 
            this.lblBypRefPow.Image = null;
            this.lblBypRefPow.Location = new System.Drawing.Point(72, 113);
            this.lblBypRefPow.Name = "lblBypRefPow";
            this.lblBypRefPow.Size = new System.Drawing.Size(56, 16);
            this.lblBypRefPow.TabIndex = 14;
            this.lblBypRefPow.Text = "2.3";
            this.lblBypRefPow.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // lblTunFwdPow
            // 
            this.lblTunFwdPow.Image = null;
            this.lblTunFwdPow.Location = new System.Drawing.Point(136, 89);
            this.lblTunFwdPow.Name = "lblTunFwdPow";
            this.lblTunFwdPow.Size = new System.Drawing.Size(56, 16);
            this.lblTunFwdPow.TabIndex = 13;
            this.lblTunFwdPow.Text = "2.3";
            this.lblTunFwdPow.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // lblBypFwdPow
            // 
            this.lblBypFwdPow.Image = null;
            this.lblBypFwdPow.Location = new System.Drawing.Point(72, 89);
            this.lblBypFwdPow.Name = "lblBypFwdPow";
            this.lblBypFwdPow.Size = new System.Drawing.Size(56, 16);
            this.lblBypFwdPow.TabIndex = 12;
            this.lblBypFwdPow.Text = "2.3";
            this.lblBypFwdPow.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // lblTunSWR
            // 
            this.lblTunSWR.Image = null;
            this.lblTunSWR.Location = new System.Drawing.Point(136, 65);
            this.lblTunSWR.Name = "lblTunSWR";
            this.lblTunSWR.Size = new System.Drawing.Size(56, 16);
            this.lblTunSWR.TabIndex = 11;
            this.lblTunSWR.Text = "1.3 : 1";
            this.lblTunSWR.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // lblBypSWR
            // 
            this.lblBypSWR.Image = null;
            this.lblBypSWR.Location = new System.Drawing.Point(72, 65);
            this.lblBypSWR.Name = "lblBypSWR";
            this.lblBypSWR.Size = new System.Drawing.Size(56, 16);
            this.lblBypSWR.TabIndex = 10;
            this.lblBypSWR.Text = "1.3 : 1";
            this.lblBypSWR.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // labelTS1
            // 
            this.labelTS1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.labelTS1.Image = null;
            this.labelTS1.Location = new System.Drawing.Point(136, 41);
            this.labelTS1.Name = "labelTS1";
            this.labelTS1.Size = new System.Drawing.Size(56, 16);
            this.labelTS1.TabIndex = 9;
            this.labelTS1.Text = "Tuned";
            this.labelTS1.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // lblByp
            // 
            this.lblByp.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblByp.Image = null;
            this.lblByp.Location = new System.Drawing.Point(67, 41);
            this.lblByp.Name = "lblByp";
            this.lblByp.Size = new System.Drawing.Size(63, 16);
            this.lblByp.TabIndex = 8;
            this.lblByp.Text = "Bypassed";
            this.lblByp.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // lblSWR
            // 
            this.lblSWR.Image = null;
            this.lblSWR.Location = new System.Drawing.Point(8, 65);
            this.lblSWR.Name = "lblSWR";
            this.lblSWR.Size = new System.Drawing.Size(56, 16);
            this.lblSWR.TabIndex = 3;
            this.lblSWR.Text = "SWR:";
            this.lblSWR.TextAlign = System.Drawing.ContentAlignment.TopRight;
            // 
            // lblReflected
            // 
            this.lblReflected.Image = null;
            this.lblReflected.Location = new System.Drawing.Point(8, 113);
            this.lblReflected.Name = "lblReflected";
            this.lblReflected.Size = new System.Drawing.Size(56, 16);
            this.lblReflected.TabIndex = 2;
            this.lblReflected.Text = "Ref Pow:";
            this.lblReflected.TextAlign = System.Drawing.ContentAlignment.TopRight;
            // 
            // lblForward
            // 
            this.lblForward.Image = null;
            this.lblForward.Location = new System.Drawing.Point(8, 89);
            this.lblForward.Name = "lblForward";
            this.lblForward.Size = new System.Drawing.Size(56, 16);
            this.lblForward.TabIndex = 6;
            this.lblForward.Text = "Fwd Pow:";
            this.lblForward.TextAlign = System.Drawing.ContentAlignment.TopRight;
            // 
            // 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.Black;
            this.lblTuneComplete.Image = null;
            this.lblTuneComplete.Location = new System.Drawing.Point(6, 16);
            this.lblTuneComplete.Name = "lblTuneComplete";
            this.lblTuneComplete.Size = new System.Drawing.Size(224, 16);
            this.lblTuneComplete.TabIndex = 7;
            this.lblTuneComplete.Text = "Tuner Bypassed";
            this.lblTuneComplete.Click += new System.EventHandler(this.lblTuneComplete_Click);
            // 
            // rdBypass
            // 
            this.rdBypass.Appearance = System.Windows.Forms.Appearance.Button;
            this.rdBypass.Location = new System.Drawing.Point(17, 46);
            this.rdBypass.Name = "rdBypass";
            this.rdBypass.Size = new System.Drawing.Size(104, 24);
            this.rdBypass.TabIndex = 79;
            this.rdBypass.Text = "Bypass";
            this.rdBypass.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.rdBypass.CheckedChanged += new System.EventHandler(this.rdBypass_CheckedChanged);
            // 
            // rdTune
            // 
            this.rdTune.Appearance = System.Windows.Forms.Appearance.Button;
            this.rdTune.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.rdTune.Location = new System.Drawing.Point(17, 14);
            this.rdTune.Name = "rdTune";
            this.rdTune.Size = new System.Drawing.Size(104, 24);
            this.rdTune.TabIndex = 80;
            this.rdTune.Text = "Tune";
            this.rdTune.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.rdTune.CheckedChanged += new System.EventHandler(this.rdTune_CheckedChanged);
            // 
            // lblC
            // 
            this.lblC.Location = new System.Drawing.Point(557, 258);
            this.lblC.Name = "lblC";
            this.lblC.Size = new System.Drawing.Size(40, 23);
            this.lblC.TabIndex = 81;
            this.lblC.Text = "C: ";
            // 
            // lblL
            // 
            this.lblL.Location = new System.Drawing.Point(509, 258);
            this.lblL.Name = "lblL";
            this.lblL.Size = new System.Drawing.Size(40, 23);
            this.lblL.TabIndex = 82;
            this.lblL.Text = "L: ";
            // 
            // lblTime
            // 
            this.lblTime.Location = new System.Drawing.Point(460, 111);
            this.lblTime.Name = "lblTime";
            this.lblTime.Size = new System.Drawing.Size(64, 16);
            this.lblTime.TabIndex = 83;
            this.lblTime.Text = "Time: ";
            // 
            // udSleepTime
            // 
            this.udSleepTime.Location = new System.Drawing.Point(524, 111);
            this.udSleepTime.Maximum = new decimal(new int[] {
            5000,
            0,
            0,
            0});
            this.udSleepTime.Minimum = new decimal(new int[] {
            10,
            0,
            0,
            0});
            this.udSleepTime.Name = "udSleepTime";
            this.udSleepTime.Size = new System.Drawing.Size(56, 20);
            this.udSleepTime.TabIndex = 84;
            this.udSleepTime.Value = new decimal(new int[] {
            200,
            0,
            0,
            0});
            // 
            // udOffSleep
            // 
            this.udOffSleep.Location = new System.Drawing.Point(644, 111);
            this.udOffSleep.Maximum = new decimal(new int[] {
            5000,
            0,
            0,
            0});
            this.udOffSleep.Minimum = new decimal(new int[] {
            10,
            0,
            0,
            0});
            this.udOffSleep.Name = "udOffSleep";
            this.udOffSleep.Size = new System.Drawing.Size(48, 20);
            this.udOffSleep.TabIndex = 86;
            this.udOffSleep.Value = new decimal(new int[] {
            50,
            0,
            0,
            0});
            // 
            // chkDoNotPress
            // 
            this.chkDoNotPress.Appearance = System.Windows.Forms.Appearance.Button;
            this.chkDoNotPress.Location = new System.Drawing.Point(509, 282);
            this.chkDoNotPress.Name = "chkDoNotPress";
            this.chkDoNotPress.Size = new System.Drawing.Size(104, 24);
            this.chkDoNotPress.TabIndex = 87;
            this.chkDoNotPress.Text = "Long Test";
            this.chkDoNotPress.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.chkDoNotPress.CheckedChanged += new System.EventHandler(this.chkDoNotPress_CheckedChanged);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(641, 141);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(51, 13);
            this.label1.TabIndex = 88;
            this.label1.Text = "Off Sleep";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(521, 141);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(60, 13);
            this.label2.TabIndex = 89;
            this.label2.Text = "Settle Time";
            // 
            // udTunPower
            // 
            this.udTunPower.Location = new System.Drawing.Point(524, 171);
            this.udTunPower.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udTunPower.Name = "udTunPower";
            this.udTunPower.Size = new System.Drawing.Size(48, 20);
            this.udTunPower.TabIndex = 91;
            this.udTunPower.Value = new decimal(new int[] {
            10,
            0,
            0,
            0});
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(525, 201);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(65, 13);
            this.label4.TabIndex = 92;
            this.label4.Text = "Tune Power";
            // 
            // rdStop
            // 
            this.rdStop.Appearance = System.Windows.Forms.Appearance.Button;
            this.rdStop.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.rdStop.ForeColor = System.Drawing.Color.Maroon;
            this.rdStop.Location = new System.Drawing.Point(17, 79);
            this.rdStop.Name = "rdStop";
            this.rdStop.Size = new System.Drawing.Size(104, 24);
            this.rdStop.TabIndex = 98;
            this.rdStop.Text = "Stop";
            this.rdStop.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.rdStop.CheckedChanged += new System.EventHandler(this.rdStop_CheckedChanged);
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(509, 321);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(75, 23);
            this.button1.TabIndex = 104;
            this.button1.Text = "button1";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Visible = false;
            // 
            // MemoryTune
            // 
            this.MemoryTune.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
            this.MemoryTune.AutoSize = true;
            this.MemoryTune.ForeColor = System.Drawing.Color.DarkGreen;
            this.MemoryTune.Location = new System.Drawing.Point(146, 57);
            this.MemoryTune.Name = "MemoryTune";
            this.MemoryTune.Size = new System.Drawing.Size(78, 13);
            this.MemoryTune.TabIndex = 105;
            this.MemoryTune.Text = "-Memory Tune-";
            // 
            // grpAntennaProfile
            // 
            this.grpAntennaProfile.Controls.Add(this.btnAntProfileAdd);
            this.grpAntennaProfile.Controls.Add(this.comboAntProfileName);
            this.grpAntennaProfile.Controls.Add(this.btnAntProfileDelete);
            this.grpAntennaProfile.Controls.Add(this.btnAntProfileRename);
            this.grpAntennaProfile.Location = new System.Drawing.Point(18, 344);
            this.grpAntennaProfile.Name = "grpAntennaProfile";
            this.grpAntennaProfile.Size = new System.Drawing.Size(233, 75);
            this.grpAntennaProfile.TabIndex = 93;
            this.grpAntennaProfile.TabStop = false;
            this.grpAntennaProfile.Text = "Antenna Profiles";
            this.grpAntennaProfile.Enter += new System.EventHandler(this.grpAntennaProfile_Enter);
            // 
            // grpRefPow
            // 
            this.grpRefPow.Controls.Add(this.picRefPow);
            this.grpRefPow.Controls.Add(this.txtRefPow);
            this.grpRefPow.Location = new System.Drawing.Point(626, 298);
            this.grpRefPow.Name = "grpRefPow";
            this.grpRefPow.Size = new System.Drawing.Size(88, 64);
            this.grpRefPow.TabIndex = 78;
            this.grpRefPow.TabStop = false;
            this.grpRefPow.Text = "Ref Pow";
            // 
            // picRefPow
            // 
            this.picRefPow.BackColor = System.Drawing.Color.Black;
            this.picRefPow.Location = new System.Drawing.Point(9, 43);
            this.picRefPow.Name = "picRefPow";
            this.picRefPow.Size = new System.Drawing.Size(69, 16);
            this.picRefPow.TabIndex = 77;
            this.picRefPow.TabStop = false;
            this.picRefPow.Paint += new System.Windows.Forms.PaintEventHandler(this.picRefPow_Paint);
            // 
            // txtRefPow
            // 
            this.txtRefPow.BackColor = System.Drawing.Color.Black;
            this.txtRefPow.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.txtRefPow.ForeColor = System.Drawing.Color.White;
            this.txtRefPow.Location = new System.Drawing.Point(8, 16);
            this.txtRefPow.Name = "txtRefPow";
            this.txtRefPow.Size = new System.Drawing.Size(72, 26);
            this.txtRefPow.TabIndex = 75;
            // 
            // grpFwdPow
            // 
            this.grpFwdPow.Controls.Add(this.picFwdPow);
            this.grpFwdPow.Controls.Add(this.txtFwdPow);
            this.grpFwdPow.Location = new System.Drawing.Point(626, 222);
            this.grpFwdPow.Name = "grpFwdPow";
            this.grpFwdPow.Size = new System.Drawing.Size(88, 64);
            this.grpFwdPow.TabIndex = 75;
            this.grpFwdPow.TabStop = false;
            this.grpFwdPow.Text = "Fwd Pow";
            // 
            // picFwdPow
            // 
            this.picFwdPow.BackColor = System.Drawing.Color.Black;
            this.picFwdPow.Location = new System.Drawing.Point(9, 43);
            this.picFwdPow.Name = "picFwdPow";
            this.picFwdPow.Size = new System.Drawing.Size(69, 16);
            this.picFwdPow.TabIndex = 77;
            this.picFwdPow.TabStop = false;
            this.picFwdPow.Paint += new System.Windows.Forms.PaintEventHandler(this.picFwdPow_Paint);
            // 
            // txtFwdPow
            // 
            this.txtFwdPow.BackColor = System.Drawing.Color.Black;
            this.txtFwdPow.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.txtFwdPow.ForeColor = System.Drawing.Color.White;
            this.txtFwdPow.Location = new System.Drawing.Point(8, 16);
            this.txtFwdPow.Name = "txtFwdPow";
            this.txtFwdPow.Size = new System.Drawing.Size(72, 26);
            this.txtFwdPow.TabIndex = 75;
            // 
            // grpSWR
            // 
            this.grpSWR.Controls.Add(this.picSWR);
            this.grpSWR.Controls.Add(this.txtSWR);
            this.grpSWR.Location = new System.Drawing.Point(142, 73);
            this.grpSWR.Name = "grpSWR";
            this.grpSWR.Size = new System.Drawing.Size(88, 64);
            this.grpSWR.TabIndex = 7;
            this.grpSWR.TabStop = false;
            this.grpSWR.Text = "SWR";
            // 
            // picSWR
            // 
            this.picSWR.BackColor = System.Drawing.Color.Black;
            this.picSWR.Location = new System.Drawing.Point(9, 43);
            this.picSWR.Name = "picSWR";
            this.picSWR.Size = new System.Drawing.Size(69, 16);
            this.picSWR.TabIndex = 74;
            this.picSWR.TabStop = false;
            this.picSWR.Paint += new System.Windows.Forms.PaintEventHandler(this.picSWR_Paint);
            // 
            // txtSWR
            // 
            this.txtSWR.BackColor = System.Drawing.Color.Black;
            this.txtSWR.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.txtSWR.ForeColor = System.Drawing.Color.White;
            this.txtSWR.Location = new System.Drawing.Point(8, 16);
            this.txtSWR.Name = "txtSWR";
            this.txtSWR.ReadOnly = true;
            this.txtSWR.Size = new System.Drawing.Size(72, 26);
            this.txtSWR.TabIndex = 99999999;
            this.txtSWR.TextChanged += new System.EventHandler(this.txtSWR_TextChanged);
            // 
            // FLEX3000ATUForm
            // 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
            this.ClientSize = new System.Drawing.Size(269, 461);
            this.Controls.Add(this.chkAutoMode);
            this.Controls.Add(this.MemoryTune);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.checkBox1);
            this.Controls.Add(this.label6);
            this.Controls.Add(this.retuneSWRupdown);
            this.Controls.Add(this.label5);
            this.Controls.Add(this.swrTargetUpDown);
            this.Controls.Add(this.rdStop);
            this.Controls.Add(this.chckForceRetune);
            this.Controls.Add(this.resetATUdatabase);
            this.Controls.Add(this.grpAntennaProfile);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.udTunPower);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.chkDoNotPress);
            this.Controls.Add(this.udOffSleep);
            this.Controls.Add(this.udHighSWR);
            this.Controls.Add(this.udSleepTime);
            this.Controls.Add(this.lblTime);
            this.Controls.Add(this.lblL);
            this.Controls.Add(this.lblC);
            this.Controls.Add(this.rdTune);
            this.Controls.Add(this.rdBypass);
            this.Controls.Add(this.grpRefPow);
            this.Controls.Add(this.grpFwdPow);
            this.Controls.Add(this.grpSWR);
            this.Controls.Add(this.grpFeedback);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "FLEX3000ATUForm";
            this.Text = "FLEX-3000 ATU Settings";
            this.Load += new System.EventHandler(this.FLEX3000ATUForm_Load);
            this.Closing += new System.ComponentModel.CancelEventHandler(this.FWCATUForm_Closing);
            ((System.ComponentModel.ISupportInitialize)(this.swrTargetUpDown)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.retuneSWRupdown)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udHighSWR)).EndInit();
            this.grpFeedback.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.udSleepTime)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udOffSleep)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udTunPower)).EndInit();
            this.grpAntennaProfile.ResumeLayout(false);
            this.grpRefPow.ResumeLayout(false);
            this.grpRefPow.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picRefPow)).EndInit();
            this.grpFwdPow.ResumeLayout(false);
            this.grpFwdPow.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picFwdPow)).EndInit();
            this.grpSWR.ResumeLayout(false);
            this.grpSWR.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picSWR)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Beispiel #16
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.AutoScaleBaseSize = new System.Drawing.Size(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);
 }
		/// <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(FLEX3000MixerForm));
            this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
            this.chkLineOutDB9Sel = new System.Windows.Forms.CheckBoxTS();
            this.tbLineOutDB9 = new System.Windows.Forms.TrackBarTS();
            this.chkHeadphoneSel = new System.Windows.Forms.CheckBoxTS();
            this.tbHeadphone = new System.Windows.Forms.TrackBarTS();
            this.chkExtSpkrSel = new System.Windows.Forms.CheckBoxTS();
            this.tbExtSpkr = new System.Windows.Forms.TrackBarTS();
            this.chkOutputMuteAll = new System.Windows.Forms.CheckBoxTS();
            this.chkInputMuteAll = new System.Windows.Forms.CheckBoxTS();
            this.lblLineInDB9 = new System.Windows.Forms.LabelTS();
            this.chkLineInDB9Sel = new System.Windows.Forms.CheckBoxTS();
            this.tbLineInDB9 = new System.Windows.Forms.TrackBarTS();
            this.lblMic = new System.Windows.Forms.LabelTS();
            this.chkMicSel = new System.Windows.Forms.CheckBoxTS();
            this.tbMic = new System.Windows.Forms.TrackBarTS();
            this.grpOutput = new System.Windows.Forms.GroupBoxTS();
            this.lblLineOutDB9 = new System.Windows.Forms.LabelTS();
            this.lblHeadphone = new System.Windows.Forms.LabelTS();
            this.lblExtSpkr = new System.Windows.Forms.LabelTS();
            this.grpInput = new System.Windows.Forms.GroupBoxTS();
            ((System.ComponentModel.ISupportInitialize)(this.tbLineOutDB9)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbHeadphone)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbExtSpkr)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbLineInDB9)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbMic)).BeginInit();
            this.grpOutput.SuspendLayout();
            this.grpInput.SuspendLayout();
            this.SuspendLayout();
            // 
            // chkLineOutDB9Sel
            // 
            this.chkLineOutDB9Sel.Checked = true;
            this.chkLineOutDB9Sel.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chkLineOutDB9Sel.Image = null;
            this.chkLineOutDB9Sel.Location = new System.Drawing.Point(136, 144);
            this.chkLineOutDB9Sel.Name = "chkLineOutDB9Sel";
            this.chkLineOutDB9Sel.Size = new System.Drawing.Size(16, 24);
            this.chkLineOutDB9Sel.TabIndex = 21;
            this.chkLineOutDB9Sel.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
            this.toolTip1.SetToolTip(this.chkLineOutDB9Sel, "Selects/Unselects the FlexWire Line Out Output");
            this.chkLineOutDB9Sel.CheckedChanged += new System.EventHandler(this.chkLineOutDB9Sel_CheckedChanged);
            // 
            // tbLineOutDB9
            // 
            this.tbLineOutDB9.Location = new System.Drawing.Point(124, 48);
            this.tbLineOutDB9.Maximum = 255;
            this.tbLineOutDB9.Minimum = 128;
            this.tbLineOutDB9.Name = "tbLineOutDB9";
            this.tbLineOutDB9.Orientation = System.Windows.Forms.Orientation.Vertical;
            this.tbLineOutDB9.Size = new System.Drawing.Size(45, 104);
            this.tbLineOutDB9.TabIndex = 20;
            this.tbLineOutDB9.TickFrequency = 16;
            this.tbLineOutDB9.TickStyle = System.Windows.Forms.TickStyle.Both;
            this.toolTip1.SetToolTip(this.tbLineOutDB9, "Adjusts the Line Out RCA Volume");
            this.tbLineOutDB9.Value = 248;
            this.tbLineOutDB9.Scroll += new System.EventHandler(this.tbLineOutDB9_Scroll);
            // 
            // chkHeadphoneSel
            // 
            this.chkHeadphoneSel.Checked = true;
            this.chkHeadphoneSel.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chkHeadphoneSel.Image = null;
            this.chkHeadphoneSel.Location = new System.Drawing.Point(88, 144);
            this.chkHeadphoneSel.Name = "chkHeadphoneSel";
            this.chkHeadphoneSel.Size = new System.Drawing.Size(16, 24);
            this.chkHeadphoneSel.TabIndex = 18;
            this.chkHeadphoneSel.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
            this.toolTip1.SetToolTip(this.chkHeadphoneSel, "Selects/Unselects the Headphone Output");
            this.chkHeadphoneSel.CheckedChanged += new System.EventHandler(this.chkHeadphoneSel_CheckedChanged);
            // 
            // tbHeadphone
            // 
            this.tbHeadphone.Location = new System.Drawing.Point(74, 48);
            this.tbHeadphone.Maximum = 255;
            this.tbHeadphone.Minimum = 128;
            this.tbHeadphone.Name = "tbHeadphone";
            this.tbHeadphone.Orientation = System.Windows.Forms.Orientation.Vertical;
            this.tbHeadphone.Size = new System.Drawing.Size(45, 104);
            this.tbHeadphone.TabIndex = 17;
            this.tbHeadphone.TickFrequency = 16;
            this.tbHeadphone.TickStyle = System.Windows.Forms.TickStyle.Both;
            this.toolTip1.SetToolTip(this.tbHeadphone, "Adjusts the Headphone Volume");
            this.tbHeadphone.Value = 248;
            this.tbHeadphone.Scroll += new System.EventHandler(this.tbHeadphone_Scroll);
            // 
            // chkExtSpkrSel
            // 
            this.chkExtSpkrSel.Checked = true;
            this.chkExtSpkrSel.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chkExtSpkrSel.Image = null;
            this.chkExtSpkrSel.Location = new System.Drawing.Point(40, 144);
            this.chkExtSpkrSel.Name = "chkExtSpkrSel";
            this.chkExtSpkrSel.Size = new System.Drawing.Size(16, 24);
            this.chkExtSpkrSel.TabIndex = 15;
            this.chkExtSpkrSel.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
            this.toolTip1.SetToolTip(this.chkExtSpkrSel, "Selects/Unselects the External Speaker Output");
            this.chkExtSpkrSel.CheckedChanged += new System.EventHandler(this.chkExtSpkrSel_CheckedChanged);
            // 
            // tbExtSpkr
            // 
            this.tbExtSpkr.Location = new System.Drawing.Point(24, 48);
            this.tbExtSpkr.Maximum = 255;
            this.tbExtSpkr.Minimum = 128;
            this.tbExtSpkr.Name = "tbExtSpkr";
            this.tbExtSpkr.Orientation = System.Windows.Forms.Orientation.Vertical;
            this.tbExtSpkr.Size = new System.Drawing.Size(45, 104);
            this.tbExtSpkr.TabIndex = 14;
            this.tbExtSpkr.TickFrequency = 16;
            this.tbExtSpkr.TickStyle = System.Windows.Forms.TickStyle.Both;
            this.toolTip1.SetToolTip(this.tbExtSpkr, "Adjusts the External Speaker Volume");
            this.tbExtSpkr.Value = 248;
            this.tbExtSpkr.Scroll += new System.EventHandler(this.tbExtSpkr_Scroll);
            // 
            // chkOutputMuteAll
            // 
            this.chkOutputMuteAll.Appearance = System.Windows.Forms.Appearance.Button;
            this.chkOutputMuteAll.Image = null;
            this.chkOutputMuteAll.Location = new System.Drawing.Point(16, 176);
            this.chkOutputMuteAll.Name = "chkOutputMuteAll";
            this.chkOutputMuteAll.Size = new System.Drawing.Size(144, 24);
            this.chkOutputMuteAll.TabIndex = 13;
            this.chkOutputMuteAll.Text = "Mute All Outputs";
            this.chkOutputMuteAll.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.toolTip1.SetToolTip(this.chkOutputMuteAll, "Mute All Output Lines");
            this.chkOutputMuteAll.CheckedChanged += new System.EventHandler(this.chkOutputMuteAll_CheckedChanged);
            // 
            // chkInputMuteAll
            // 
            this.chkInputMuteAll.Appearance = System.Windows.Forms.Appearance.Button;
            this.chkInputMuteAll.Image = null;
            this.chkInputMuteAll.Location = new System.Drawing.Point(16, 176);
            this.chkInputMuteAll.Name = "chkInputMuteAll";
            this.chkInputMuteAll.Size = new System.Drawing.Size(88, 24);
            this.chkInputMuteAll.TabIndex = 12;
            this.chkInputMuteAll.Text = "Mute All Inputs";
            this.chkInputMuteAll.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.toolTip1.SetToolTip(this.chkInputMuteAll, "Mute All Input Lines");
            this.chkInputMuteAll.CheckedChanged += new System.EventHandler(this.chkInputMuteAll_CheckedChanged);
            // 
            // lblLineInDB9
            // 
            this.lblLineInDB9.Image = null;
            this.lblLineInDB9.Location = new System.Drawing.Point(64, 24);
            this.lblLineInDB9.Name = "lblLineInDB9";
            this.lblLineInDB9.Size = new System.Drawing.Size(49, 24);
            this.lblLineInDB9.TabIndex = 11;
            this.lblLineInDB9.Text = "FlexWire In";
            this.lblLineInDB9.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            this.toolTip1.SetToolTip(this.lblLineInDB9, "FlexWire Audio Input (DB9 on back panel)");
            // 
            // chkLineInDB9Sel
            // 
            this.chkLineInDB9Sel.Image = null;
            this.chkLineInDB9Sel.Location = new System.Drawing.Point(81, 144);
            this.chkLineInDB9Sel.Name = "chkLineInDB9Sel";
            this.chkLineInDB9Sel.Size = new System.Drawing.Size(16, 24);
            this.chkLineInDB9Sel.TabIndex = 10;
            this.chkLineInDB9Sel.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
            this.toolTip1.SetToolTip(this.chkLineInDB9Sel, "Selects/Unselects the Line In DB9 Input");
            this.chkLineInDB9Sel.CheckedChanged += new System.EventHandler(this.chkLineInDB9Sel_CheckedChanged);
            // 
            // tbLineInDB9
            // 
            this.tbLineInDB9.Location = new System.Drawing.Point(68, 48);
            this.tbLineInDB9.Maximum = 0;
            this.tbLineInDB9.Minimum = -128;
            this.tbLineInDB9.Name = "tbLineInDB9";
            this.tbLineInDB9.Orientation = System.Windows.Forms.Orientation.Vertical;
            this.tbLineInDB9.Size = new System.Drawing.Size(45, 104);
            this.tbLineInDB9.TabIndex = 9;
            this.tbLineInDB9.TickFrequency = 16;
            this.tbLineInDB9.TickStyle = System.Windows.Forms.TickStyle.Both;
            this.toolTip1.SetToolTip(this.tbLineInDB9, "Adjusts the Line In DB9 Input Volume");
            this.tbLineInDB9.Scroll += new System.EventHandler(this.tbLineInDB9_Scroll);
            // 
            // lblMic
            // 
            this.lblMic.Image = null;
            this.lblMic.Location = new System.Drawing.Point(16, 24);
            this.lblMic.Name = "lblMic";
            this.lblMic.Size = new System.Drawing.Size(45, 24);
            this.lblMic.TabIndex = 2;
            this.lblMic.Text = "Mic";
            this.lblMic.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            this.toolTip1.SetToolTip(this.lblMic, "8 Pin front panel connector");
            // 
            // chkMicSel
            // 
            this.chkMicSel.Checked = true;
            this.chkMicSel.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chkMicSel.Image = null;
            this.chkMicSel.Location = new System.Drawing.Point(30, 144);
            this.chkMicSel.Name = "chkMicSel";
            this.chkMicSel.Size = new System.Drawing.Size(16, 24);
            this.chkMicSel.TabIndex = 1;
            this.chkMicSel.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
            this.toolTip1.SetToolTip(this.chkMicSel, "Selects/Unselects the Mic Input");
            this.chkMicSel.CheckedChanged += new System.EventHandler(this.chkMicSel_CheckedChanged);
            // 
            // tbMic
            // 
            this.tbMic.Location = new System.Drawing.Point(16, 48);
            this.tbMic.Maximum = 0;
            this.tbMic.Minimum = -128;
            this.tbMic.Name = "tbMic";
            this.tbMic.Orientation = System.Windows.Forms.Orientation.Vertical;
            this.tbMic.Size = new System.Drawing.Size(45, 104);
            this.tbMic.TabIndex = 0;
            this.tbMic.TickFrequency = 16;
            this.tbMic.TickStyle = System.Windows.Forms.TickStyle.Both;
            this.toolTip1.SetToolTip(this.tbMic, "Adjusts the Mic Input Volume");
            this.tbMic.Scroll += new System.EventHandler(this.tbMic_Scroll);
            // 
            // grpOutput
            // 
            this.grpOutput.Controls.Add(this.lblLineOutDB9);
            this.grpOutput.Controls.Add(this.chkLineOutDB9Sel);
            this.grpOutput.Controls.Add(this.tbLineOutDB9);
            this.grpOutput.Controls.Add(this.lblHeadphone);
            this.grpOutput.Controls.Add(this.chkHeadphoneSel);
            this.grpOutput.Controls.Add(this.tbHeadphone);
            this.grpOutput.Controls.Add(this.lblExtSpkr);
            this.grpOutput.Controls.Add(this.chkExtSpkrSel);
            this.grpOutput.Controls.Add(this.tbExtSpkr);
            this.grpOutput.Controls.Add(this.chkOutputMuteAll);
            this.grpOutput.Location = new System.Drawing.Point(136, 8);
            this.grpOutput.Name = "grpOutput";
            this.grpOutput.Size = new System.Drawing.Size(176, 216);
            this.grpOutput.TabIndex = 3;
            this.grpOutput.TabStop = false;
            this.grpOutput.Text = "Output";
            // 
            // lblLineOutDB9
            // 
            this.lblLineOutDB9.Image = null;
            this.lblLineOutDB9.Location = new System.Drawing.Point(120, 24);
            this.lblLineOutDB9.Name = "lblLineOutDB9";
            this.lblLineOutDB9.Size = new System.Drawing.Size(49, 32);
            this.lblLineOutDB9.TabIndex = 22;
            this.lblLineOutDB9.Text = "FlexWire Out";
            this.lblLineOutDB9.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // lblHeadphone
            // 
            this.lblHeadphone.Image = null;
            this.lblHeadphone.Location = new System.Drawing.Point(72, 24);
            this.lblHeadphone.Name = "lblHeadphone";
            this.lblHeadphone.Size = new System.Drawing.Size(48, 32);
            this.lblHeadphone.TabIndex = 19;
            this.lblHeadphone.Text = "Head Phones";
            this.lblHeadphone.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // lblExtSpkr
            // 
            this.lblExtSpkr.Image = null;
            this.lblExtSpkr.Location = new System.Drawing.Point(16, 24);
            this.lblExtSpkr.Name = "lblExtSpkr";
            this.lblExtSpkr.Size = new System.Drawing.Size(56, 32);
            this.lblExtSpkr.TabIndex = 16;
            this.lblExtSpkr.Text = "Pow Spkr Out";
            this.lblExtSpkr.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // grpInput
            // 
            this.grpInput.Controls.Add(this.chkInputMuteAll);
            this.grpInput.Controls.Add(this.lblLineInDB9);
            this.grpInput.Controls.Add(this.chkLineInDB9Sel);
            this.grpInput.Controls.Add(this.tbLineInDB9);
            this.grpInput.Controls.Add(this.lblMic);
            this.grpInput.Controls.Add(this.chkMicSel);
            this.grpInput.Controls.Add(this.tbMic);
            this.grpInput.Location = new System.Drawing.Point(8, 8);
            this.grpInput.Name = "grpInput";
            this.grpInput.Size = new System.Drawing.Size(120, 216);
            this.grpInput.TabIndex = 2;
            this.grpInput.TabStop = false;
            this.grpInput.Text = "Input";
            // 
            // FLEX3000MixerForm
            // 
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.ClientSize = new System.Drawing.Size(320, 230);
            this.Controls.Add(this.grpOutput);
            this.Controls.Add(this.grpInput);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "FLEX3000MixerForm";
            this.Text = "FLEX-3000 Audio Mixer";
            this.Closing += new System.ComponentModel.CancelEventHandler(this.FWCMixForm_Closing);
            ((System.ComponentModel.ISupportInitialize)(this.tbLineOutDB9)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbHeadphone)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbExtSpkr)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbLineInDB9)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbMic)).EndInit();
            this.grpOutput.ResumeLayout(false);
            this.grpOutput.PerformLayout();
            this.grpInput.ResumeLayout(false);
            this.grpInput.PerformLayout();
            this.ResumeLayout(false);

		}
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(WaveControl));
			this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
			this.checkBoxPlay = new System.Windows.Forms.CheckBoxTS();
			this.grpPlayback = new System.Windows.Forms.GroupBoxTS();
			this.txtCurrentFile = new System.Windows.Forms.TextBoxTS();
			this.lblCurrentlyPlaying = new System.Windows.Forms.LabelTS();
			this.btnNext = new System.Windows.Forms.ButtonTS();
			this.btnPrevious = new System.Windows.Forms.ButtonTS();
			this.checkBoxPause = new System.Windows.Forms.CheckBoxTS();
			this.btnStop = new System.Windows.Forms.ButtonTS();
			this.groupBox2 = new System.Windows.Forms.GroupBoxTS();
			this.checkBoxRecord = new System.Windows.Forms.CheckBoxTS();
			this.grpPlaylist = new System.Windows.Forms.GroupBox();
			this.checkBoxRandom = new System.Windows.Forms.CheckBoxTS();
			this.checkBoxLoop = new System.Windows.Forms.CheckBoxTS();
			this.btnAdd = new System.Windows.Forms.ButtonTS();
			this.lstPlaylist = new System.Windows.Forms.ListBox();
			this.btnRemove = new System.Windows.Forms.ButtonTS();
			this.mainMenu1 = new System.Windows.Forms.MainMenu();
			this.mnuWaveOptions = new System.Windows.Forms.MenuItem();
			this.udPreamp = new System.Windows.Forms.NumericUpDownTS();
			this.groupBoxTS1 = new System.Windows.Forms.GroupBoxTS();
			this.chkQuickRec = new System.Windows.Forms.CheckBoxTS();
			this.chkQuickPlay = new System.Windows.Forms.CheckBoxTS();
			this.tbPreamp = new System.Windows.Forms.TrackBar();
			this.grpPlayback.SuspendLayout();
			this.groupBox2.SuspendLayout();
			this.grpPlaylist.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.udPreamp)).BeginInit();
			this.groupBoxTS1.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.tbPreamp)).BeginInit();
			this.SuspendLayout();
			// 
			// openFileDialog1
			// 
			this.openFileDialog1.Filter = "WAV files (*.wav)|*.wav|All files (*.*)|*.*";
			this.openFileDialog1.Multiselect = true;
			this.openFileDialog1.FileOk += new System.ComponentModel.CancelEventHandler(this.openFileDialog1_FileOk);
			// 
			// checkBoxPlay
			// 
			this.checkBoxPlay.Appearance = System.Windows.Forms.Appearance.Button;
			this.checkBoxPlay.Enabled = false;
			this.checkBoxPlay.Image = null;
			this.checkBoxPlay.Location = new System.Drawing.Point(80, 56);
			this.checkBoxPlay.Name = "checkBoxPlay";
			this.checkBoxPlay.Size = new System.Drawing.Size(40, 23);
			this.checkBoxPlay.TabIndex = 3;
			this.checkBoxPlay.Text = "Play";
			this.checkBoxPlay.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			this.checkBoxPlay.CheckedChanged += new System.EventHandler(this.checkBoxPlay_CheckedChanged);
			// 
			// grpPlayback
			// 
			this.grpPlayback.Controls.Add(this.txtCurrentFile);
			this.grpPlayback.Controls.Add(this.lblCurrentlyPlaying);
			this.grpPlayback.Controls.Add(this.btnNext);
			this.grpPlayback.Controls.Add(this.btnPrevious);
			this.grpPlayback.Controls.Add(this.checkBoxPause);
			this.grpPlayback.Controls.Add(this.btnStop);
			this.grpPlayback.Controls.Add(this.checkBoxPlay);
			this.grpPlayback.Location = new System.Drawing.Point(8, 8);
			this.grpPlayback.Name = "grpPlayback";
			this.grpPlayback.Size = new System.Drawing.Size(304, 88);
			this.grpPlayback.TabIndex = 4;
			this.grpPlayback.TabStop = false;
			this.grpPlayback.Text = "Playback";
			// 
			// txtCurrentFile
			// 
			this.txtCurrentFile.Location = new System.Drawing.Point(104, 24);
			this.txtCurrentFile.Name = "txtCurrentFile";
			this.txtCurrentFile.ReadOnly = true;
			this.txtCurrentFile.Size = new System.Drawing.Size(184, 20);
			this.txtCurrentFile.TabIndex = 9;
			this.txtCurrentFile.Text = "";
			// 
			// lblCurrentlyPlaying
			// 
			this.lblCurrentlyPlaying.Image = null;
			this.lblCurrentlyPlaying.Location = new System.Drawing.Point(16, 24);
			this.lblCurrentlyPlaying.Name = "lblCurrentlyPlaying";
			this.lblCurrentlyPlaying.Size = new System.Drawing.Size(96, 23);
			this.lblCurrentlyPlaying.TabIndex = 10;
			this.lblCurrentlyPlaying.Text = "Currently Playing:";
			// 
			// btnNext
			// 
			this.btnNext.Enabled = false;
			this.btnNext.Image = null;
			this.btnNext.Location = new System.Drawing.Point(232, 56);
			this.btnNext.Name = "btnNext";
			this.btnNext.Size = new System.Drawing.Size(40, 23);
			this.btnNext.TabIndex = 8;
			this.btnNext.Text = "Next";
			this.btnNext.Click += new System.EventHandler(this.btnNext_Click);
			// 
			// btnPrevious
			// 
			this.btnPrevious.Enabled = false;
			this.btnPrevious.Image = null;
			this.btnPrevious.Location = new System.Drawing.Point(184, 56);
			this.btnPrevious.Name = "btnPrevious";
			this.btnPrevious.Size = new System.Drawing.Size(40, 23);
			this.btnPrevious.TabIndex = 7;
			this.btnPrevious.Text = "Prev";
			this.btnPrevious.Click += new System.EventHandler(this.btnPrevious_Click);
			// 
			// checkBoxPause
			// 
			this.checkBoxPause.Appearance = System.Windows.Forms.Appearance.Button;
			this.checkBoxPause.Enabled = false;
			this.checkBoxPause.Image = null;
			this.checkBoxPause.Location = new System.Drawing.Point(128, 56);
			this.checkBoxPause.Name = "checkBoxPause";
			this.checkBoxPause.Size = new System.Drawing.Size(48, 23);
			this.checkBoxPause.TabIndex = 5;
			this.checkBoxPause.Text = "Pause";
			this.checkBoxPause.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			this.checkBoxPause.CheckedChanged += new System.EventHandler(this.checkBoxPause_CheckedChanged);
			// 
			// btnStop
			// 
			this.btnStop.Enabled = false;
			this.btnStop.Image = null;
			this.btnStop.Location = new System.Drawing.Point(32, 56);
			this.btnStop.Name = "btnStop";
			this.btnStop.Size = new System.Drawing.Size(40, 23);
			this.btnStop.TabIndex = 4;
			this.btnStop.Text = "Stop";
			this.btnStop.Click += new System.EventHandler(this.btnStop_Click);
			// 
			// groupBox2
			// 
			this.groupBox2.Controls.Add(this.checkBoxRecord);
			this.groupBox2.Location = new System.Drawing.Point(320, 8);
			this.groupBox2.Name = "groupBox2";
			this.groupBox2.Size = new System.Drawing.Size(88, 64);
			this.groupBox2.TabIndex = 5;
			this.groupBox2.TabStop = false;
			this.groupBox2.Text = "Record";
			// 
			// checkBoxRecord
			// 
			this.checkBoxRecord.Appearance = System.Windows.Forms.Appearance.Button;
			this.checkBoxRecord.Image = null;
			this.checkBoxRecord.Location = new System.Drawing.Point(16, 24);
			this.checkBoxRecord.Name = "checkBoxRecord";
			this.checkBoxRecord.Size = new System.Drawing.Size(56, 24);
			this.checkBoxRecord.TabIndex = 0;
			this.checkBoxRecord.Text = "Record";
			this.checkBoxRecord.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			this.checkBoxRecord.CheckedChanged += new System.EventHandler(this.checkBoxRecord_CheckedChanged);
			// 
			// grpPlaylist
			// 
			this.grpPlaylist.Controls.Add(this.checkBoxRandom);
			this.grpPlaylist.Controls.Add(this.checkBoxLoop);
			this.grpPlaylist.Controls.Add(this.btnAdd);
			this.grpPlaylist.Controls.Add(this.lstPlaylist);
			this.grpPlaylist.Controls.Add(this.btnRemove);
			this.grpPlaylist.Location = new System.Drawing.Point(8, 104);
			this.grpPlaylist.Name = "grpPlaylist";
			this.grpPlaylist.Size = new System.Drawing.Size(304, 184);
			this.grpPlaylist.TabIndex = 6;
			this.grpPlaylist.TabStop = false;
			this.grpPlaylist.Text = "Playlist";
			// 
			// checkBoxRandom
			// 
			this.checkBoxRandom.Appearance = System.Windows.Forms.Appearance.Button;
			this.checkBoxRandom.Enabled = false;
			this.checkBoxRandom.Image = null;
			this.checkBoxRandom.Location = new System.Drawing.Point(224, 24);
			this.checkBoxRandom.Name = "checkBoxRandom";
			this.checkBoxRandom.Size = new System.Drawing.Size(56, 23);
			this.checkBoxRandom.TabIndex = 13;
			this.checkBoxRandom.Text = "Random";
			this.checkBoxRandom.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			this.checkBoxRandom.Visible = false;
			this.checkBoxRandom.CheckedChanged += new System.EventHandler(this.checkBoxRandom_CheckedChanged);
			// 
			// checkBoxLoop
			// 
			this.checkBoxLoop.Appearance = System.Windows.Forms.Appearance.Button;
			this.checkBoxLoop.Enabled = false;
			this.checkBoxLoop.Image = null;
			this.checkBoxLoop.Location = new System.Drawing.Point(176, 24);
			this.checkBoxLoop.Name = "checkBoxLoop";
			this.checkBoxLoop.Size = new System.Drawing.Size(40, 23);
			this.checkBoxLoop.TabIndex = 12;
			this.checkBoxLoop.Text = "Loop";
			this.checkBoxLoop.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			this.checkBoxLoop.CheckedChanged += new System.EventHandler(this.checkBoxLoop_CheckedChanged);
			// 
			// btnAdd
			// 
			this.btnAdd.Image = null;
			this.btnAdd.Location = new System.Drawing.Point(24, 24);
			this.btnAdd.Name = "btnAdd";
			this.btnAdd.Size = new System.Drawing.Size(48, 23);
			this.btnAdd.TabIndex = 6;
			this.btnAdd.Text = "Add...";
			this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
			// 
			// lstPlaylist
			// 
			this.lstPlaylist.Location = new System.Drawing.Point(16, 56);
			this.lstPlaylist.Name = "lstPlaylist";
			this.lstPlaylist.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
			this.lstPlaylist.Size = new System.Drawing.Size(272, 108);
			this.lstPlaylist.TabIndex = 0;
			this.lstPlaylist.DoubleClick += new System.EventHandler(this.lstPlaylist_DoubleClick);
			this.lstPlaylist.SelectedIndexChanged += new System.EventHandler(this.lstPlaylist_SelectedIndexChanged);
			// 
			// btnRemove
			// 
			this.btnRemove.Enabled = false;
			this.btnRemove.Image = null;
			this.btnRemove.Location = new System.Drawing.Point(80, 24);
			this.btnRemove.Name = "btnRemove";
			this.btnRemove.Size = new System.Drawing.Size(56, 23);
			this.btnRemove.TabIndex = 11;
			this.btnRemove.Text = "Remove";
			this.btnRemove.Click += new System.EventHandler(this.btnRemove_Click);
			// 
			// mainMenu1
			// 
			this.mainMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
																					  this.mnuWaveOptions});
			// 
			// mnuWaveOptions
			// 
			this.mnuWaveOptions.Index = 0;
			this.mnuWaveOptions.Text = "Options";
			this.mnuWaveOptions.Click += new System.EventHandler(this.mnuWaveOptions_Click);
			// 
			// udPreamp
			// 
			this.udPreamp.BackColor = System.Drawing.SystemColors.Window;
			this.udPreamp.ForeColor = System.Drawing.SystemColors.ControlText;
			this.udPreamp.Increment = new System.Decimal(new int[] {
																	   1,
																	   0,
																	   0,
																	   0});
			this.udPreamp.Location = new System.Drawing.Point(16, 24);
			this.udPreamp.Maximum = new System.Decimal(new int[] {
																	 70,
																	 0,
																	 0,
																	 0});
			this.udPreamp.Minimum = new System.Decimal(new int[] {
																	 70,
																	 0,
																	 0,
																	 -2147483648});
			this.udPreamp.Name = "udPreamp";
			this.udPreamp.Size = new System.Drawing.Size(40, 20);
			this.udPreamp.TabIndex = 52;
			this.udPreamp.Value = new System.Decimal(new int[] {
																   0,
																   0,
																   0,
																   0});
			this.udPreamp.ValueChanged += new System.EventHandler(this.udPreamp_ValueChanged);
			this.udPreamp.LostFocus += new System.EventHandler(this.udPreamp_LostFocus);
			// 
			// groupBoxTS1
			// 
			this.groupBoxTS1.Controls.Add(this.tbPreamp);
			this.groupBoxTS1.Controls.Add(this.udPreamp);
			this.groupBoxTS1.Location = new System.Drawing.Point(320, 80);
			this.groupBoxTS1.Name = "groupBoxTS1";
			this.groupBoxTS1.Size = new System.Drawing.Size(88, 80);
			this.groupBoxTS1.TabIndex = 53;
			this.groupBoxTS1.TabStop = false;
			this.groupBoxTS1.Text = "TX Gain (dB)";
			// 
			// chkQuickRec
			// 
			this.chkQuickRec.Appearance = System.Windows.Forms.Appearance.Button;
			this.chkQuickRec.Image = null;
			this.chkQuickRec.Location = new System.Drawing.Point(328, 224);
			this.chkQuickRec.Name = "chkQuickRec";
			this.chkQuickRec.Size = new System.Drawing.Size(72, 24);
			this.chkQuickRec.TabIndex = 54;
			this.chkQuickRec.Text = "Quick Rec";
			this.chkQuickRec.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			this.chkQuickRec.CheckedChanged += new System.EventHandler(this.chkQuickRec_CheckedChanged);
			// 
			// chkQuickPlay
			// 
			this.chkQuickPlay.Appearance = System.Windows.Forms.Appearance.Button;
			this.chkQuickPlay.Enabled = false;
			this.chkQuickPlay.Image = null;
			this.chkQuickPlay.Location = new System.Drawing.Point(328, 256);
			this.chkQuickPlay.Name = "chkQuickPlay";
			this.chkQuickPlay.Size = new System.Drawing.Size(72, 24);
			this.chkQuickPlay.TabIndex = 55;
			this.chkQuickPlay.Text = "Quick Play";
			this.chkQuickPlay.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			this.chkQuickPlay.CheckedChanged += new System.EventHandler(this.chkQuickPlay_CheckedChanged);
			// 
			// tbPreamp
			// 
			this.tbPreamp.AutoSize = false;
			this.tbPreamp.Location = new System.Drawing.Point(8, 48);
			this.tbPreamp.Maximum = 70;
			this.tbPreamp.Minimum = -70;
			this.tbPreamp.Name = "tbPreamp";
			this.tbPreamp.Size = new System.Drawing.Size(72, 16);
			this.tbPreamp.TabIndex = 53;
			this.tbPreamp.TickFrequency = 35;
			this.tbPreamp.Scroll += new System.EventHandler(this.tbPreamp_Scroll);
			// 
			// WaveControl
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(416, 302);
			this.Controls.Add(this.chkQuickPlay);
			this.Controls.Add(this.chkQuickRec);
			this.Controls.Add(this.groupBoxTS1);
			this.Controls.Add(this.grpPlaylist);
			this.Controls.Add(this.groupBox2);
			this.Controls.Add(this.grpPlayback);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.Menu = this.mainMenu1;
			this.Name = "WaveControl";
			this.Text = "Wave File Controls";
			this.Closing += new System.ComponentModel.CancelEventHandler(this.WaveControl_Closing);
			this.grpPlayback.ResumeLayout(false);
			this.groupBox2.ResumeLayout(false);
			this.grpPlaylist.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.udPreamp)).EndInit();
			this.groupBoxTS1.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.tbPreamp)).EndInit();
			this.ResumeLayout(false);

		}
Beispiel #19
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();
 }
Beispiel #20
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.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;
     //
     // 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.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);
 }
 /// <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.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FLEX5000FinalTestForm));
     this.grpBands = new System.Windows.Forms.GroupBoxTS();
     this.ck6 = new System.Windows.Forms.CheckBoxTS();
     this.ck10 = new System.Windows.Forms.CheckBoxTS();
     this.ck12 = new System.Windows.Forms.CheckBoxTS();
     this.ck15 = new System.Windows.Forms.CheckBoxTS();
     this.ck17 = new System.Windows.Forms.CheckBoxTS();
     this.ck20 = new System.Windows.Forms.CheckBoxTS();
     this.ck30 = new System.Windows.Forms.CheckBoxTS();
     this.ck40 = new System.Windows.Forms.CheckBoxTS();
     this.ck60 = new System.Windows.Forms.CheckBoxTS();
     this.ck80 = new System.Windows.Forms.CheckBoxTS();
     this.ck160 = new System.Windows.Forms.CheckBoxTS();
     this.btnClearAll = new System.Windows.Forms.ButtonTS();
     this.btnCheckAll = new System.Windows.Forms.ButtonTS();
     this.grpComPort = new System.Windows.Forms.GroupBoxTS();
     this.comboCOMPort = new System.Windows.Forms.ComboBoxTS();
     this.btnPABias = new System.Windows.Forms.ButtonTS();
     this.btnNullBridge = new System.Windows.Forms.ButtonTS();
     this.btnPAPower = new System.Windows.Forms.ButtonTS();
     this.btnPrintReport = new System.Windows.Forms.ButtonTS();
     this.txtTech = new System.Windows.Forms.TextBoxTS();
     this.lblTech = new System.Windows.Forms.LabelTS();
     this.grpPA = new System.Windows.Forms.GroupBoxTS();
     this.btnPAVerify = new System.Windows.Forms.ButtonTS();
     this.btnPASWR = new System.Windows.Forms.ButtonTS();
     this.btnRunPACal = new System.Windows.Forms.ButtonTS();
     this.grpIO = new System.Windows.Forms.GroupBoxTS();
     this.btnIORunAll = new System.Windows.Forms.ButtonTS();
     this.btnIORX1InOut = new System.Windows.Forms.ButtonTS();
     this.btnIOXVRX = new System.Windows.Forms.ButtonTS();
     this.btnIOTXMon = new System.Windows.Forms.ButtonTS();
     this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
     this.printPreviewDialog1 = new System.Windows.Forms.PrintPreviewDialog();
     this.printDocument1 = new System.Drawing.Printing.PrintDocument();
     this.grpBridgeNull = new System.Windows.Forms.GroupBoxTS();
     this.picNullBridge = new System.Windows.Forms.PictureBox();
     this.udBiasDriverTarget = new System.Windows.Forms.NumericUpDown();
     this.udBiasFinalTarget = new System.Windows.Forms.NumericUpDown();
     this.lstDebug = new System.Windows.Forms.ListBox();
     this.grpBands.SuspendLayout();
     this.grpComPort.SuspendLayout();
     this.grpPA.SuspendLayout();
     this.grpIO.SuspendLayout();
     this.grpBridgeNull.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.udBiasDriverTarget)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.udBiasFinalTarget)).BeginInit();
     this.SuspendLayout();
     //
     // grpBands
     //
     this.grpBands.Controls.Add(this.ck6);
     this.grpBands.Controls.Add(this.ck10);
     this.grpBands.Controls.Add(this.ck12);
     this.grpBands.Controls.Add(this.ck15);
     this.grpBands.Controls.Add(this.ck17);
     this.grpBands.Controls.Add(this.ck20);
     this.grpBands.Controls.Add(this.ck30);
     this.grpBands.Controls.Add(this.ck40);
     this.grpBands.Controls.Add(this.ck60);
     this.grpBands.Controls.Add(this.ck80);
     this.grpBands.Controls.Add(this.ck160);
     this.grpBands.Controls.Add(this.btnClearAll);
     this.grpBands.Controls.Add(this.btnCheckAll);
     this.grpBands.Location = new System.Drawing.Point(8, 280);
     this.grpBands.Name = "grpBands";
     this.grpBands.Size = new System.Drawing.Size(256, 104);
     this.grpBands.TabIndex = 16;
     this.grpBands.TabStop = false;
     this.grpBands.Text = "Bands";
     //
     // ck6
     //
     this.ck6.Checked = true;
     this.ck6.CheckState = System.Windows.Forms.CheckState.Checked;
     this.ck6.Image = null;
     this.ck6.Location = new System.Drawing.Point(216, 40);
     this.ck6.Name = "ck6";
     this.ck6.Size = new System.Drawing.Size(32, 24);
     this.ck6.TabIndex = 28;
     this.ck6.Text = "6";
     //
     // ck10
     //
     this.ck10.Checked = true;
     this.ck10.CheckState = System.Windows.Forms.CheckState.Checked;
     this.ck10.Image = null;
     this.ck10.Location = new System.Drawing.Point(176, 40);
     this.ck10.Name = "ck10";
     this.ck10.Size = new System.Drawing.Size(40, 24);
     this.ck10.TabIndex = 27;
     this.ck10.Text = "10";
     //
     // ck12
     //
     this.ck12.Checked = true;
     this.ck12.CheckState = System.Windows.Forms.CheckState.Checked;
     this.ck12.Image = null;
     this.ck12.Location = new System.Drawing.Point(136, 40);
     this.ck12.Name = "ck12";
     this.ck12.Size = new System.Drawing.Size(40, 24);
     this.ck12.TabIndex = 26;
     this.ck12.Text = "12";
     //
     // ck15
     //
     this.ck15.Checked = true;
     this.ck15.CheckState = System.Windows.Forms.CheckState.Checked;
     this.ck15.Image = null;
     this.ck15.Location = new System.Drawing.Point(96, 40);
     this.ck15.Name = "ck15";
     this.ck15.Size = new System.Drawing.Size(40, 24);
     this.ck15.TabIndex = 25;
     this.ck15.Text = "15";
     //
     // ck17
     //
     this.ck17.Checked = true;
     this.ck17.CheckState = System.Windows.Forms.CheckState.Checked;
     this.ck17.Image = null;
     this.ck17.Location = new System.Drawing.Point(56, 40);
     this.ck17.Name = "ck17";
     this.ck17.Size = new System.Drawing.Size(40, 24);
     this.ck17.TabIndex = 24;
     this.ck17.Text = "17";
     //
     // ck20
     //
     this.ck20.Checked = true;
     this.ck20.CheckState = System.Windows.Forms.CheckState.Checked;
     this.ck20.Image = null;
     this.ck20.Location = new System.Drawing.Point(16, 40);
     this.ck20.Name = "ck20";
     this.ck20.Size = new System.Drawing.Size(40, 24);
     this.ck20.TabIndex = 23;
     this.ck20.Text = "20";
     //
     // ck30
     //
     this.ck30.Checked = true;
     this.ck30.CheckState = System.Windows.Forms.CheckState.Checked;
     this.ck30.Image = null;
     this.ck30.Location = new System.Drawing.Point(184, 16);
     this.ck30.Name = "ck30";
     this.ck30.Size = new System.Drawing.Size(40, 24);
     this.ck30.TabIndex = 22;
     this.ck30.Text = "30";
     //
     // ck40
     //
     this.ck40.Checked = true;
     this.ck40.CheckState = System.Windows.Forms.CheckState.Checked;
     this.ck40.Image = null;
     this.ck40.Location = new System.Drawing.Point(144, 16);
     this.ck40.Name = "ck40";
     this.ck40.Size = new System.Drawing.Size(40, 24);
     this.ck40.TabIndex = 21;
     this.ck40.Text = "40";
     //
     // ck60
     //
     this.ck60.Checked = true;
     this.ck60.CheckState = System.Windows.Forms.CheckState.Checked;
     this.ck60.Image = null;
     this.ck60.Location = new System.Drawing.Point(104, 16);
     this.ck60.Name = "ck60";
     this.ck60.Size = new System.Drawing.Size(40, 24);
     this.ck60.TabIndex = 20;
     this.ck60.Text = "60";
     //
     // ck80
     //
     this.ck80.Checked = true;
     this.ck80.CheckState = System.Windows.Forms.CheckState.Checked;
     this.ck80.Image = null;
     this.ck80.Location = new System.Drawing.Point(64, 16);
     this.ck80.Name = "ck80";
     this.ck80.Size = new System.Drawing.Size(40, 24);
     this.ck80.TabIndex = 19;
     this.ck80.Text = "80";
     //
     // ck160
     //
     this.ck160.Checked = true;
     this.ck160.CheckState = System.Windows.Forms.CheckState.Checked;
     this.ck160.Image = null;
     this.ck160.Location = new System.Drawing.Point(16, 16);
     this.ck160.Name = "ck160";
     this.ck160.Size = new System.Drawing.Size(48, 24);
     this.ck160.TabIndex = 18;
     this.ck160.Text = "160";
     //
     // btnClearAll
     //
     this.btnClearAll.Image = null;
     this.btnClearAll.Location = new System.Drawing.Point(112, 64);
     this.btnClearAll.Name = "btnClearAll";
     this.btnClearAll.Size = new System.Drawing.Size(64, 20);
     this.btnClearAll.TabIndex = 30;
     this.btnClearAll.Text = "Clear All";
     this.btnClearAll.Click += new System.EventHandler(this.btnClearAll_Click);
     //
     // btnCheckAll
     //
     this.btnCheckAll.Image = null;
     this.btnCheckAll.Location = new System.Drawing.Point(24, 64);
     this.btnCheckAll.Name = "btnCheckAll";
     this.btnCheckAll.Size = new System.Drawing.Size(64, 20);
     this.btnCheckAll.TabIndex = 29;
     this.btnCheckAll.Text = "Check All";
     this.btnCheckAll.Click += new System.EventHandler(this.btnCheckAll_Click);
     //
     // grpComPort
     //
     this.grpComPort.Controls.Add(this.comboCOMPort);
     this.grpComPort.Location = new System.Drawing.Point(272, 336);
     this.grpComPort.Name = "grpComPort";
     this.grpComPort.Size = new System.Drawing.Size(104, 48);
     this.grpComPort.TabIndex = 17;
     this.grpComPort.TabStop = false;
     this.grpComPort.Text = "COM Port";
     //
     // comboCOMPort
     //
     this.comboCOMPort.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboCOMPort.DropDownWidth = 72;
     this.comboCOMPort.Items.AddRange(new object[] {
                                                       "COM1",
                                                       "COM2",
                                                       "COM3",
                                                       "COM4",
                                                       "COM5",
                                                       "COM6",
                                                       "COM7",
                                                       "COM8"});
     this.comboCOMPort.Location = new System.Drawing.Point(16, 16);
     this.comboCOMPort.Name = "comboCOMPort";
     this.comboCOMPort.Size = new System.Drawing.Size(72, 21);
     this.comboCOMPort.TabIndex = 0;
     this.toolTip1.SetToolTip(this.comboCOMPort, "COM Port Power Master Wattmeter is connected to");
     //
     // btnPABias
     //
     this.btnPABias.Image = null;
     this.btnPABias.Location = new System.Drawing.Point(16, 24);
     this.btnPABias.Name = "btnPABias";
     this.btnPABias.TabIndex = 18;
     this.btnPABias.Text = "Bias";
     this.btnPABias.Click += new System.EventHandler(this.btnPABias_Click);
     //
     // btnNullBridge
     //
     this.btnNullBridge.Image = null;
     this.btnNullBridge.Location = new System.Drawing.Point(16, 64);
     this.btnNullBridge.Name = "btnNullBridge";
     this.btnNullBridge.TabIndex = 19;
     this.btnNullBridge.Text = "Null Bridge";
     this.btnNullBridge.Click += new System.EventHandler(this.btnNullBridge_Click);
     //
     // btnPAPower
     //
     this.btnPAPower.Image = null;
     this.btnPAPower.Location = new System.Drawing.Point(16, 144);
     this.btnPAPower.Name = "btnPAPower";
     this.btnPAPower.TabIndex = 20;
     this.btnPAPower.Text = "Power";
     this.btnPAPower.Click += new System.EventHandler(this.btnPAPower_Click);
     //
     // btnPrintReport
     //
     this.btnPrintReport.Image = null;
     this.btnPrintReport.Location = new System.Drawing.Point(384, 296);
     this.btnPrintReport.Name = "btnPrintReport";
     this.btnPrintReport.Size = new System.Drawing.Size(75, 24);
     this.btnPrintReport.TabIndex = 23;
     this.btnPrintReport.Text = "Print Report";
     this.btnPrintReport.Click += new System.EventHandler(this.btnPrintReport_Click);
     //
     // txtTech
     //
     this.txtTech.Location = new System.Drawing.Point(272, 304);
     this.txtTech.Name = "txtTech";
     this.txtTech.TabIndex = 22;
     this.txtTech.Text = "";
     //
     // lblTech
     //
     this.lblTech.Image = null;
     this.lblTech.Location = new System.Drawing.Point(272, 288);
     this.lblTech.Name = "lblTech";
     this.lblTech.Size = new System.Drawing.Size(64, 16);
     this.lblTech.TabIndex = 21;
     this.lblTech.Text = "Technician:";
     //
     // grpPA
     //
     this.grpPA.Controls.Add(this.btnPAVerify);
     this.grpPA.Controls.Add(this.btnPASWR);
     this.grpPA.Controls.Add(this.btnNullBridge);
     this.grpPA.Controls.Add(this.btnPABias);
     this.grpPA.Controls.Add(this.btnPAPower);
     this.grpPA.Controls.Add(this.btnRunPACal);
     this.grpPA.Location = new System.Drawing.Point(8, 8);
     this.grpPA.Name = "grpPA";
     this.grpPA.Size = new System.Drawing.Size(104, 264);
     this.grpPA.TabIndex = 24;
     this.grpPA.TabStop = false;
     this.grpPA.Text = "Power Amplifier";
     //
     // btnPAVerify
     //
     this.btnPAVerify.Image = null;
     this.btnPAVerify.Location = new System.Drawing.Point(16, 224);
     this.btnPAVerify.Name = "btnPAVerify";
     this.btnPAVerify.TabIndex = 22;
     this.btnPAVerify.Text = "Verify";
     this.btnPAVerify.Click += new System.EventHandler(this.btnPAVerify_Click);
     //
     // btnPASWR
     //
     this.btnPASWR.Image = null;
     this.btnPASWR.Location = new System.Drawing.Point(16, 184);
     this.btnPASWR.Name = "btnPASWR";
     this.btnPASWR.TabIndex = 21;
     this.btnPASWR.Text = "SWR";
     this.btnPASWR.Visible = false;
     this.btnPASWR.Click += new System.EventHandler(this.btnPASWR_Click);
     //
     // btnRunPACal
     //
     this.btnRunPACal.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.btnRunPACal.Image = null;
     this.btnRunPACal.Location = new System.Drawing.Point(16, 96);
     this.btnRunPACal.Name = "btnRunPACal";
     this.btnRunPACal.Size = new System.Drawing.Size(80, 32);
     this.btnRunPACal.TabIndex = 31;
     this.btnRunPACal.Text = "Run PA Cal";
     this.btnRunPACal.Click += new System.EventHandler(this.btnRunPACal_Click);
     //
     // grpIO
     //
     this.grpIO.Controls.Add(this.btnIORunAll);
     this.grpIO.Controls.Add(this.btnIORX1InOut);
     this.grpIO.Controls.Add(this.btnIOXVRX);
     this.grpIO.Controls.Add(this.btnIOTXMon);
     this.grpIO.Location = new System.Drawing.Point(120, 8);
     this.grpIO.Name = "grpIO";
     this.grpIO.Size = new System.Drawing.Size(112, 192);
     this.grpIO.TabIndex = 25;
     this.grpIO.TabStop = false;
     this.grpIO.Text = "Input/Output";
     //
     // btnIORunAll
     //
     this.btnIORunAll.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.btnIORunAll.Image = null;
     this.btnIORunAll.Location = new System.Drawing.Point(16, 24);
     this.btnIORunAll.Name = "btnIORunAll";
     this.btnIORunAll.Size = new System.Drawing.Size(80, 32);
     this.btnIORunAll.TabIndex = 31;
     this.btnIORunAll.Text = "Run All";
     this.btnIORunAll.Click += new System.EventHandler(this.btnIORunAll_Click);
     //
     // btnIORX1InOut
     //
     this.btnIORX1InOut.Image = null;
     this.btnIORX1InOut.Location = new System.Drawing.Point(16, 112);
     this.btnIORX1InOut.Name = "btnIORX1InOut";
     this.btnIORX1InOut.TabIndex = 21;
     this.btnIORX1InOut.Text = "RX1 In/Out";
     this.btnIORX1InOut.Click += new System.EventHandler(this.btnIORX1InOut_Click);
     //
     // btnIOXVRX
     //
     this.btnIOXVRX.Image = null;
     this.btnIOXVRX.Location = new System.Drawing.Point(16, 72);
     this.btnIOXVRX.Name = "btnIOXVRX";
     this.btnIOXVRX.TabIndex = 20;
     this.btnIOXVRX.Text = "XVRX";
     this.btnIOXVRX.Click += new System.EventHandler(this.btnIOXVRX_Click);
     //
     // btnIOTXMon
     //
     this.btnIOTXMon.Image = null;
     this.btnIOTXMon.Location = new System.Drawing.Point(16, 152);
     this.btnIOTXMon.Name = "btnIOTXMon";
     this.btnIOTXMon.TabIndex = 30;
     this.btnIOTXMon.Text = "TX MON";
     this.btnIOTXMon.Click += new System.EventHandler(this.btnIOTXMon_Click);
     //
     // printPreviewDialog1
     //
     this.printPreviewDialog1.AutoScrollMargin = new System.Drawing.Size(0, 0);
     this.printPreviewDialog1.AutoScrollMinSize = new System.Drawing.Size(0, 0);
     this.printPreviewDialog1.ClientSize = new System.Drawing.Size(400, 300);
     this.printPreviewDialog1.Enabled = true;
     this.printPreviewDialog1.Icon = ((System.Drawing.Icon)(resources.GetObject("printPreviewDialog1.Icon")));
     this.printPreviewDialog1.Location = new System.Drawing.Point(102, 18);
     this.printPreviewDialog1.MinimumSize = new System.Drawing.Size(375, 250);
     this.printPreviewDialog1.Name = "printPreviewDialog1";
     this.printPreviewDialog1.TransparencyKey = System.Drawing.Color.Empty;
     this.printPreviewDialog1.Visible = false;
     //
     // printDocument1
     //
     this.printDocument1.PrintPage += new System.Drawing.Printing.PrintPageEventHandler(this.printDocument1_PrintPage);
     //
     // grpBridgeNull
     //
     this.grpBridgeNull.Controls.Add(this.picNullBridge);
     this.grpBridgeNull.Location = new System.Drawing.Point(120, 216);
     this.grpBridgeNull.Name = "grpBridgeNull";
     this.grpBridgeNull.Size = new System.Drawing.Size(312, 56);
     this.grpBridgeNull.TabIndex = 26;
     this.grpBridgeNull.TabStop = false;
     this.grpBridgeNull.Visible = false;
     //
     // picNullBridge
     //
     this.picNullBridge.BackColor = System.Drawing.SystemColors.ControlText;
     this.picNullBridge.Location = new System.Drawing.Point(8, 16);
     this.picNullBridge.Name = "picNullBridge";
     this.picNullBridge.Size = new System.Drawing.Size(296, 32);
     this.picNullBridge.TabIndex = 0;
     this.picNullBridge.TabStop = false;
     this.picNullBridge.Paint += new System.Windows.Forms.PaintEventHandler(this.picNullBridge_Paint);
     //
     // udBiasDriverTarget
     //
     this.udBiasDriverTarget.DecimalPlaces = 3;
     this.udBiasDriverTarget.Increment = new System.Decimal(new int[] {
                                                                          1,
                                                                          0,
                                                                          0,
                                                                          131072});
     this.udBiasDriverTarget.Location = new System.Drawing.Point(384, 336);
     this.udBiasDriverTarget.Maximum = new System.Decimal(new int[] {
                                                                        10,
                                                                        0,
                                                                        0,
                                                                        0});
     this.udBiasDriverTarget.Name = "udBiasDriverTarget";
     this.udBiasDriverTarget.Size = new System.Drawing.Size(56, 20);
     this.udBiasDriverTarget.TabIndex = 27;
     this.udBiasDriverTarget.Value = new System.Decimal(new int[] {
                                                                      10,
                                                                      0,
                                                                      0,
                                                                      65536});
     this.udBiasDriverTarget.Visible = false;
     //
     // udBiasFinalTarget
     //
     this.udBiasFinalTarget.DecimalPlaces = 3;
     this.udBiasFinalTarget.Increment = new System.Decimal(new int[] {
                                                                         1,
                                                                         0,
                                                                         0,
                                                                         65536});
     this.udBiasFinalTarget.Location = new System.Drawing.Point(384, 360);
     this.udBiasFinalTarget.Maximum = new System.Decimal(new int[] {
                                                                       10,
                                                                       0,
                                                                       0,
                                                                       0});
     this.udBiasFinalTarget.Name = "udBiasFinalTarget";
     this.udBiasFinalTarget.Size = new System.Drawing.Size(56, 20);
     this.udBiasFinalTarget.TabIndex = 28;
     this.udBiasFinalTarget.Value = new System.Decimal(new int[] {
                                                                     20,
                                                                     0,
                                                                     0,
                                                                     65536});
     this.udBiasFinalTarget.Visible = false;
     //
     // lstDebug
     //
     this.lstDebug.HorizontalScrollbar = true;
     this.lstDebug.Location = new System.Drawing.Point(240, 8);
     this.lstDebug.Name = "lstDebug";
     this.lstDebug.Size = new System.Drawing.Size(256, 264);
     this.lstDebug.TabIndex = 29;
     //
     // FLEX5000FinalTestForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(504, 390);
     this.Controls.Add(this.grpBridgeNull);
     this.Controls.Add(this.lstDebug);
     this.Controls.Add(this.udBiasFinalTarget);
     this.Controls.Add(this.udBiasDriverTarget);
     this.Controls.Add(this.grpIO);
     this.Controls.Add(this.grpPA);
     this.Controls.Add(this.btnPrintReport);
     this.Controls.Add(this.txtTech);
     this.Controls.Add(this.lblTech);
     this.Controls.Add(this.grpComPort);
     this.Controls.Add(this.grpBands);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.KeyPreview = true;
     this.Name = "FLEX5000FinalTestForm";
     this.Text = "FLEX-5000 Production PA / IO Test";
     this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FLEX5000FinalTestForm_KeyDown);
     this.Closing += new System.ComponentModel.CancelEventHandler(this.FLEX5000FinalTestForm_Closing);
     this.grpBands.ResumeLayout(false);
     this.grpComPort.ResumeLayout(false);
     this.grpPA.ResumeLayout(false);
     this.grpIO.ResumeLayout(false);
     this.grpBridgeNull.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.udBiasDriverTarget)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.udBiasFinalTarget)).EndInit();
     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.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.AutoScaleBaseSize = new System.Drawing.Size(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);

		}
Beispiel #23
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(FLEX1500MixerForm));
            this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
            this.btnCodecDump = new System.Windows.Forms.ButtonTS();
            this.grpOutput = new System.Windows.Forms.GroupBoxTS();
            this.lblFlexWireOut = new System.Windows.Forms.LabelTS();
            this.chkFlexWireOutSel = new System.Windows.Forms.CheckBoxTS();
            this.tbFlexWireOut = new System.Windows.Forms.TrackBarTS();
            this.lblPhones = new System.Windows.Forms.LabelTS();
            this.chkPhonesSel = new System.Windows.Forms.CheckBoxTS();
            this.tbPhones = new System.Windows.Forms.TrackBarTS();
            this.chkOutputMuteAll = new System.Windows.Forms.CheckBoxTS();
            this.grpInput = new System.Windows.Forms.GroupBoxTS();
            this.chkInputMuteAll = new System.Windows.Forms.CheckBoxTS();
            this.lblFlexWireIn = new System.Windows.Forms.LabelTS();
            this.chkFlexWireInSel = new System.Windows.Forms.CheckBoxTS();
            this.tbFlexWireIn = new System.Windows.Forms.TrackBarTS();
            this.lblMic = new System.Windows.Forms.LabelTS();
            this.chkMicSel = new System.Windows.Forms.CheckBoxTS();
            this.tbMic = new System.Windows.Forms.TrackBarTS();
            this.grpOutput.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tbFlexWireOut)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbPhones)).BeginInit();
            this.grpInput.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tbFlexWireIn)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbMic)).BeginInit();
            this.SuspendLayout();
            // 
            // btnCodecDump
            // 
            this.btnCodecDump.Image = null;
            this.btnCodecDump.Location = new System.Drawing.Point(76, -4);
            this.btnCodecDump.Name = "btnCodecDump";
            this.btnCodecDump.Size = new System.Drawing.Size(75, 23);
            this.btnCodecDump.TabIndex = 4;
            this.btnCodecDump.Text = "Dump";
            this.btnCodecDump.UseVisualStyleBackColor = true;
            this.btnCodecDump.Visible = false;
            this.btnCodecDump.Click += new System.EventHandler(this.btnCodecDump_Click);
            // 
            // grpOutput
            // 
            this.grpOutput.Controls.Add(this.lblFlexWireOut);
            this.grpOutput.Controls.Add(this.chkFlexWireOutSel);
            this.grpOutput.Controls.Add(this.tbFlexWireOut);
            this.grpOutput.Controls.Add(this.lblPhones);
            this.grpOutput.Controls.Add(this.chkPhonesSel);
            this.grpOutput.Controls.Add(this.tbPhones);
            this.grpOutput.Controls.Add(this.chkOutputMuteAll);
            this.grpOutput.Location = new System.Drawing.Point(136, 8);
            this.grpOutput.Name = "grpOutput";
            this.grpOutput.Size = new System.Drawing.Size(137, 216);
            this.grpOutput.TabIndex = 3;
            this.grpOutput.TabStop = false;
            this.grpOutput.Text = "Output";
            // 
            // lblFlexWireOut
            // 
            this.lblFlexWireOut.Image = null;
            this.lblFlexWireOut.Location = new System.Drawing.Point(78, 24);
            this.lblFlexWireOut.Name = "lblFlexWireOut";
            this.lblFlexWireOut.Size = new System.Drawing.Size(49, 32);
            this.lblFlexWireOut.TabIndex = 22;
            this.lblFlexWireOut.Text = "FlexWire Out";
            this.lblFlexWireOut.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // chkFlexWireOutSel
            // 
            this.chkFlexWireOutSel.Checked = true;
            this.chkFlexWireOutSel.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chkFlexWireOutSel.Image = null;
            this.chkFlexWireOutSel.Location = new System.Drawing.Point(94, 144);
            this.chkFlexWireOutSel.Name = "chkFlexWireOutSel";
            this.chkFlexWireOutSel.Size = new System.Drawing.Size(16, 24);
            this.chkFlexWireOutSel.TabIndex = 21;
            this.chkFlexWireOutSel.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
            this.toolTip1.SetToolTip(this.chkFlexWireOutSel, "Selects/Unselects the FlexWire Line Out Output");
            this.chkFlexWireOutSel.CheckedChanged += new System.EventHandler(this.chkFlexWireOutSel_CheckedChanged);
            // 
            // tbFlexWireOut
            // 
            this.tbFlexWireOut.Location = new System.Drawing.Point(82, 48);
            this.tbFlexWireOut.Maximum = 127;
            this.tbFlexWireOut.Name = "tbFlexWireOut";
            this.tbFlexWireOut.Orientation = System.Windows.Forms.Orientation.Vertical;
            this.tbFlexWireOut.Size = new System.Drawing.Size(45, 104);
            this.tbFlexWireOut.TabIndex = 20;
            this.tbFlexWireOut.TickFrequency = 16;
            this.tbFlexWireOut.TickStyle = System.Windows.Forms.TickStyle.Both;
            this.toolTip1.SetToolTip(this.tbFlexWireOut, "Adjusts the FlexWire Out Volume");
            this.tbFlexWireOut.Value = 95;
            this.tbFlexWireOut.Scroll += new System.EventHandler(this.tbFlexWireOut_Scroll);
            // 
            // lblPhones
            // 
            this.lblPhones.Image = null;
            this.lblPhones.Location = new System.Drawing.Point(16, 24);
            this.lblPhones.Name = "lblPhones";
            this.lblPhones.Size = new System.Drawing.Size(56, 32);
            this.lblPhones.TabIndex = 16;
            this.lblPhones.Text = "Phones";
            this.lblPhones.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // chkPhonesSel
            // 
            this.chkPhonesSel.Checked = true;
            this.chkPhonesSel.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chkPhonesSel.Image = null;
            this.chkPhonesSel.Location = new System.Drawing.Point(40, 144);
            this.chkPhonesSel.Name = "chkPhonesSel";
            this.chkPhonesSel.Size = new System.Drawing.Size(16, 24);
            this.chkPhonesSel.TabIndex = 15;
            this.chkPhonesSel.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
            this.toolTip1.SetToolTip(this.chkPhonesSel, "Selects/Unselects the Phones Output");
            this.chkPhonesSel.CheckedChanged += new System.EventHandler(this.chkPhonesSel_CheckedChanged);
            // 
            // tbPhones
            // 
            this.tbPhones.Location = new System.Drawing.Point(24, 48);
            this.tbPhones.Maximum = 127;
            this.tbPhones.Name = "tbPhones";
            this.tbPhones.Orientation = System.Windows.Forms.Orientation.Vertical;
            this.tbPhones.Size = new System.Drawing.Size(45, 104);
            this.tbPhones.TabIndex = 14;
            this.tbPhones.TickFrequency = 16;
            this.tbPhones.TickStyle = System.Windows.Forms.TickStyle.Both;
            this.toolTip1.SetToolTip(this.tbPhones, "Adjusts the Phones Volume");
            this.tbPhones.Value = 95;
            this.tbPhones.Scroll += new System.EventHandler(this.tbPhones_Scroll);
            // 
            // chkOutputMuteAll
            // 
            this.chkOutputMuteAll.Appearance = System.Windows.Forms.Appearance.Button;
            this.chkOutputMuteAll.Image = null;
            this.chkOutputMuteAll.Location = new System.Drawing.Point(19, 176);
            this.chkOutputMuteAll.Name = "chkOutputMuteAll";
            this.chkOutputMuteAll.Size = new System.Drawing.Size(103, 24);
            this.chkOutputMuteAll.TabIndex = 13;
            this.chkOutputMuteAll.Text = "Mute All Outputs";
            this.chkOutputMuteAll.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.toolTip1.SetToolTip(this.chkOutputMuteAll, "Mute All Output Lines");
            this.chkOutputMuteAll.CheckedChanged += new System.EventHandler(this.chkOutputMuteAll_CheckedChanged);
            // 
            // grpInput
            // 
            this.grpInput.Controls.Add(this.chkInputMuteAll);
            this.grpInput.Controls.Add(this.lblFlexWireIn);
            this.grpInput.Controls.Add(this.chkFlexWireInSel);
            this.grpInput.Controls.Add(this.tbFlexWireIn);
            this.grpInput.Controls.Add(this.lblMic);
            this.grpInput.Controls.Add(this.chkMicSel);
            this.grpInput.Controls.Add(this.tbMic);
            this.grpInput.Location = new System.Drawing.Point(8, 8);
            this.grpInput.Name = "grpInput";
            this.grpInput.Size = new System.Drawing.Size(120, 216);
            this.grpInput.TabIndex = 2;
            this.grpInput.TabStop = false;
            this.grpInput.Text = "Input";
            // 
            // chkInputMuteAll
            // 
            this.chkInputMuteAll.Appearance = System.Windows.Forms.Appearance.Button;
            this.chkInputMuteAll.Image = null;
            this.chkInputMuteAll.Location = new System.Drawing.Point(16, 176);
            this.chkInputMuteAll.Name = "chkInputMuteAll";
            this.chkInputMuteAll.Size = new System.Drawing.Size(88, 24);
            this.chkInputMuteAll.TabIndex = 12;
            this.chkInputMuteAll.Text = "Mute All Inputs";
            this.chkInputMuteAll.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.toolTip1.SetToolTip(this.chkInputMuteAll, "Mute All Input Lines");
            this.chkInputMuteAll.CheckedChanged += new System.EventHandler(this.chkInputMuteAll_CheckedChanged);
            // 
            // lblFlexWireIn
            // 
            this.lblFlexWireIn.Image = null;
            this.lblFlexWireIn.Location = new System.Drawing.Point(64, 24);
            this.lblFlexWireIn.Name = "lblFlexWireIn";
            this.lblFlexWireIn.Size = new System.Drawing.Size(49, 24);
            this.lblFlexWireIn.TabIndex = 11;
            this.lblFlexWireIn.Text = "FlexWire In";
            this.lblFlexWireIn.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            this.toolTip1.SetToolTip(this.lblFlexWireIn, "FlexWire Audio Input (DB9 on back panel)");
            // 
            // chkFlexWireInSel
            // 
            this.chkFlexWireInSel.Image = null;
            this.chkFlexWireInSel.Location = new System.Drawing.Point(81, 144);
            this.chkFlexWireInSel.Name = "chkFlexWireInSel";
            this.chkFlexWireInSel.Size = new System.Drawing.Size(16, 24);
            this.chkFlexWireInSel.TabIndex = 10;
            this.chkFlexWireInSel.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
            this.toolTip1.SetToolTip(this.chkFlexWireInSel, "Selects/Unselects the Line In DB9 Input");
            this.chkFlexWireInSel.CheckedChanged += new System.EventHandler(this.chkFlexWireInSel_CheckedChanged);
            // 
            // tbFlexWireIn
            // 
            this.tbFlexWireIn.Location = new System.Drawing.Point(68, 48);
            this.tbFlexWireIn.Maximum = 119;
            this.tbFlexWireIn.Name = "tbFlexWireIn";
            this.tbFlexWireIn.Orientation = System.Windows.Forms.Orientation.Vertical;
            this.tbFlexWireIn.Size = new System.Drawing.Size(45, 104);
            this.tbFlexWireIn.TabIndex = 9;
            this.tbFlexWireIn.TickFrequency = 20;
            this.tbFlexWireIn.TickStyle = System.Windows.Forms.TickStyle.Both;
            this.toolTip1.SetToolTip(this.tbFlexWireIn, "Adjusts the FlexWire Line Input Gain");
            this.tbFlexWireIn.Value = 60;
            this.tbFlexWireIn.Scroll += new System.EventHandler(this.tbFlexWireIn_Scroll);
            // 
            // lblMic
            // 
            this.lblMic.Image = null;
            this.lblMic.Location = new System.Drawing.Point(16, 24);
            this.lblMic.Name = "lblMic";
            this.lblMic.Size = new System.Drawing.Size(45, 24);
            this.lblMic.TabIndex = 2;
            this.lblMic.Text = "Mic";
            this.lblMic.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            this.toolTip1.SetToolTip(this.lblMic, "8 Pin front panel connector");
            // 
            // chkMicSel
            // 
            this.chkMicSel.Checked = true;
            this.chkMicSel.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chkMicSel.Image = null;
            this.chkMicSel.Location = new System.Drawing.Point(30, 144);
            this.chkMicSel.Name = "chkMicSel";
            this.chkMicSel.Size = new System.Drawing.Size(16, 24);
            this.chkMicSel.TabIndex = 1;
            this.chkMicSel.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
            this.toolTip1.SetToolTip(this.chkMicSel, "Selects/Unselects the Mic Input");
            this.chkMicSel.CheckedChanged += new System.EventHandler(this.chkMicSel_CheckedChanged);
            // 
            // tbMic
            // 
            this.tbMic.Location = new System.Drawing.Point(16, 48);
            this.tbMic.Maximum = 119;
            this.tbMic.Name = "tbMic";
            this.tbMic.Orientation = System.Windows.Forms.Orientation.Vertical;
            this.tbMic.Size = new System.Drawing.Size(45, 104);
            this.tbMic.TabIndex = 0;
            this.tbMic.TickFrequency = 20;
            this.tbMic.TickStyle = System.Windows.Forms.TickStyle.Both;
            this.toolTip1.SetToolTip(this.tbMic, "Adjusts the Mic Input Gain");
            this.tbMic.Value = 60;
            this.tbMic.Scroll += new System.EventHandler(this.tbMic_Scroll);
            // 
            // FLEX1500MixerForm
            // 
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.ClientSize = new System.Drawing.Size(281, 230);
            this.Controls.Add(this.btnCodecDump);
            this.Controls.Add(this.grpOutput);
            this.Controls.Add(this.grpInput);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.KeyPreview = true;
            this.Name = "FLEX1500MixerForm";
            this.Text = "FLEX-1500 Audio Mixer";
            this.Closing += new System.ComponentModel.CancelEventHandler(this.FLEX1500MixerForm_Closing);
            this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FLEX1500MixerForm_KeyDown);
            this.grpOutput.ResumeLayout(false);
            this.grpOutput.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tbFlexWireOut)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbPhones)).EndInit();
            this.grpInput.ResumeLayout(false);
            this.grpInput.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tbFlexWireIn)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbMic)).EndInit();
            this.ResumeLayout(false);

		}
Beispiel #24
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(SaveMem));
     this.comboGroup    = new System.Windows.Forms.ComboBoxTS();
     this.lblGroup      = new System.Windows.Forms.LabelTS();
     this.lblFrequency  = new System.Windows.Forms.LabelTS();
     this.txtFreq       = new System.Windows.Forms.TextBoxTS();
     this.comboMode     = new System.Windows.Forms.ComboBoxTS();
     this.lblMode       = new System.Windows.Forms.LabelTS();
     this.lblFilter     = new System.Windows.Forms.LabelTS();
     this.comboFilter   = new System.Windows.Forms.ComboBoxTS();
     this.txtCallsign   = new System.Windows.Forms.TextBoxTS();
     this.lblCallsign   = new System.Windows.Forms.LabelTS();
     this.lblComments   = new System.Windows.Forms.LabelTS();
     this.txtComments   = new System.Windows.Forms.TextBoxTS();
     this.chkScan       = new System.Windows.Forms.CheckBoxTS();
     this.lblSquelch    = new System.Windows.Forms.LabelTS();
     this.lblStepSize   = new System.Windows.Forms.LabelTS();
     this.comboStepSize = new System.Windows.Forms.ComboBoxTS();
     this.btnCancel     = new System.Windows.Forms.ButtonTS();
     this.btnOK         = new System.Windows.Forms.ButtonTS();
     this.lblAGC        = new System.Windows.Forms.LabelTS();
     this.comboAGC      = new System.Windows.Forms.ComboBoxTS();
     this.udSquelch     = new System.Windows.Forms.NumericUpDownTS();
     ((System.ComponentModel.ISupportInitialize)(this.udSquelch)).BeginInit();
     this.SuspendLayout();
     //
     // comboGroup
     //
     this.comboGroup.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboGroup.DropDownWidth = 112;
     this.comboGroup.Location      = new System.Drawing.Point(72, 16);
     this.comboGroup.Name          = "comboGroup";
     this.comboGroup.Size          = new System.Drawing.Size(112, 21);
     this.comboGroup.TabIndex      = 0;
     //
     // lblGroup
     //
     this.lblGroup.Image    = null;
     this.lblGroup.Location = new System.Drawing.Point(16, 16);
     this.lblGroup.Name     = "lblGroup";
     this.lblGroup.Size     = new System.Drawing.Size(48, 23);
     this.lblGroup.TabIndex = 1;
     this.lblGroup.Text     = "Group:";
     //
     // lblFrequency
     //
     this.lblFrequency.Image    = null;
     this.lblFrequency.Location = new System.Drawing.Point(200, 16);
     this.lblFrequency.Name     = "lblFrequency";
     this.lblFrequency.Size     = new System.Drawing.Size(64, 23);
     this.lblFrequency.TabIndex = 2;
     this.lblFrequency.Text     = "Frequency:";
     //
     // txtFreq
     //
     this.txtFreq.Location = new System.Drawing.Point(264, 16);
     this.txtFreq.Name     = "txtFreq";
     this.txtFreq.Size     = new System.Drawing.Size(88, 20);
     this.txtFreq.TabIndex = 3;
     this.txtFreq.Text     = "";
     //
     // comboMode
     //
     this.comboMode.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboMode.DropDownWidth         = 112;
     this.comboMode.Location              = new System.Drawing.Point(72, 48);
     this.comboMode.MaxDropDownItems      = 12;
     this.comboMode.Name                  = "comboMode";
     this.comboMode.Size                  = new System.Drawing.Size(112, 21);
     this.comboMode.TabIndex              = 4;
     this.comboMode.SelectedIndexChanged += new System.EventHandler(this.comboMode_SelectedIndexChanged);
     //
     // lblMode
     //
     this.lblMode.Image    = null;
     this.lblMode.Location = new System.Drawing.Point(16, 48);
     this.lblMode.Name     = "lblMode";
     this.lblMode.Size     = new System.Drawing.Size(48, 23);
     this.lblMode.TabIndex = 5;
     this.lblMode.Text     = "Mode:";
     //
     // lblFilter
     //
     this.lblFilter.Image    = null;
     this.lblFilter.Location = new System.Drawing.Point(16, 80);
     this.lblFilter.Name     = "lblFilter";
     this.lblFilter.Size     = new System.Drawing.Size(48, 23);
     this.lblFilter.TabIndex = 6;
     this.lblFilter.Text     = "Filter:";
     //
     // comboFilter
     //
     this.comboFilter.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboFilter.DropDownWidth = 112;
     this.comboFilter.Items.AddRange(new object[] {
         "Filter1",
         "Filter2",
         "Filter3",
         "Filter4",
         "Filter5",
         "Filter6",
         "Filter7",
         "Filter8",
         "Filter9",
         "Filter10",
         "Var1",
         "Var2",
         "None"
     });
     this.comboFilter.Location         = new System.Drawing.Point(72, 80);
     this.comboFilter.MaxDropDownItems = 13;
     this.comboFilter.Name             = "comboFilter";
     this.comboFilter.Size             = new System.Drawing.Size(112, 21);
     this.comboFilter.TabIndex         = 7;
     //
     // txtCallsign
     //
     this.txtCallsign.Location = new System.Drawing.Point(264, 48);
     this.txtCallsign.Name     = "txtCallsign";
     this.txtCallsign.Size     = new System.Drawing.Size(88, 20);
     this.txtCallsign.TabIndex = 8;
     this.txtCallsign.Text     = "";
     //
     // lblCallsign
     //
     this.lblCallsign.Image    = null;
     this.lblCallsign.Location = new System.Drawing.Point(200, 48);
     this.lblCallsign.Name     = "lblCallsign";
     this.lblCallsign.Size     = new System.Drawing.Size(48, 24);
     this.lblCallsign.TabIndex = 9;
     this.lblCallsign.Text     = "Callsign:";
     //
     // lblComments
     //
     this.lblComments.Image    = null;
     this.lblComments.Location = new System.Drawing.Point(16, 144);
     this.lblComments.Name     = "lblComments";
     this.lblComments.Size     = new System.Drawing.Size(64, 23);
     this.lblComments.TabIndex = 10;
     this.lblComments.Text     = "Comments:";
     //
     // txtComments
     //
     this.txtComments.Location = new System.Drawing.Point(72, 144);
     this.txtComments.Name     = "txtComments";
     this.txtComments.Size     = new System.Drawing.Size(280, 20);
     this.txtComments.TabIndex = 11;
     this.txtComments.Text     = "";
     //
     // chkScan
     //
     this.chkScan.Image    = null;
     this.chkScan.Location = new System.Drawing.Point(160, 176);
     this.chkScan.Name     = "chkScan";
     this.chkScan.Size     = new System.Drawing.Size(56, 24);
     this.chkScan.TabIndex = 12;
     this.chkScan.Text     = "Scan";
     this.chkScan.Visible  = false;
     //
     // lblSquelch
     //
     this.lblSquelch.Image    = null;
     this.lblSquelch.Location = new System.Drawing.Point(200, 80);
     this.lblSquelch.Name     = "lblSquelch";
     this.lblSquelch.Size     = new System.Drawing.Size(48, 23);
     this.lblSquelch.TabIndex = 13;
     this.lblSquelch.Text     = "Squelch:";
     //
     // lblStepSize
     //
     this.lblStepSize.Image    = null;
     this.lblStepSize.Location = new System.Drawing.Point(16, 112);
     this.lblStepSize.Name     = "lblStepSize";
     this.lblStepSize.Size     = new System.Drawing.Size(56, 23);
     this.lblStepSize.TabIndex = 15;
     this.lblStepSize.Text     = "Step Size:";
     //
     // comboStepSize
     //
     this.comboStepSize.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboStepSize.DropDownWidth = 112;
     this.comboStepSize.Items.AddRange(new object[] {
         "1Hz",
         "10Hz",
         "50Hz",
         "100Hz",
         "250Hz",
         "500Hz",
         "1kHz",
         "5kHz",
         "10kHz",
         "100kHz",
         "1MHz",
         "10MHz"
     });
     this.comboStepSize.Location         = new System.Drawing.Point(72, 112);
     this.comboStepSize.MaxDropDownItems = 12;
     this.comboStepSize.Name             = "comboStepSize";
     this.comboStepSize.Size             = new System.Drawing.Size(112, 21);
     this.comboStepSize.TabIndex         = 16;
     //
     // btnCancel
     //
     this.btnCancel.Image    = null;
     this.btnCancel.Location = new System.Drawing.Point(216, 176);
     this.btnCancel.Name     = "btnCancel";
     this.btnCancel.TabIndex = 17;
     this.btnCancel.Text     = "Cancel";
     this.btnCancel.Click   += new System.EventHandler(this.btnCancel_Click);
     //
     // btnOK
     //
     this.btnOK.Image    = null;
     this.btnOK.Location = new System.Drawing.Point(72, 176);
     this.btnOK.Name     = "btnOK";
     this.btnOK.TabIndex = 18;
     this.btnOK.Text     = "OK";
     this.btnOK.Click   += new System.EventHandler(this.btnOK_Click);
     //
     // lblAGC
     //
     this.lblAGC.Image    = null;
     this.lblAGC.Location = new System.Drawing.Point(200, 112);
     this.lblAGC.Name     = "lblAGC";
     this.lblAGC.Size     = new System.Drawing.Size(48, 23);
     this.lblAGC.TabIndex = 19;
     this.lblAGC.Text     = "AGC:";
     //
     // comboAGC
     //
     this.comboAGC.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboAGC.DropDownWidth = 88;
     this.comboAGC.Location      = new System.Drawing.Point(264, 112);
     this.comboAGC.Name          = "comboAGC";
     this.comboAGC.Size          = new System.Drawing.Size(88, 21);
     this.comboAGC.TabIndex      = 20;
     //
     // udSquelch
     //
     this.udSquelch.Increment = new System.Decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.udSquelch.Location = new System.Drawing.Point(264, 80);
     this.udSquelch.Maximum  = new System.Decimal(new int[] {
         160,
         0,
         0,
         0
     });
     this.udSquelch.Minimum = new System.Decimal(new int[] {
         0,
         0,
         0,
         0
     });
     this.udSquelch.Name     = "udSquelch";
     this.udSquelch.Size     = new System.Drawing.Size(48, 20);
     this.udSquelch.TabIndex = 21;
     this.udSquelch.Value    = new System.Decimal(new int[] {
         0,
         0,
         0,
         0
     });
     //
     // SaveMem
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(368, 214);
     this.Controls.Add(this.udSquelch);
     this.Controls.Add(this.comboAGC);
     this.Controls.Add(this.lblAGC);
     this.Controls.Add(this.btnOK);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.comboStepSize);
     this.Controls.Add(this.lblStepSize);
     this.Controls.Add(this.txtComments);
     this.Controls.Add(this.txtCallsign);
     this.Controls.Add(this.txtFreq);
     this.Controls.Add(this.lblSquelch);
     this.Controls.Add(this.chkScan);
     this.Controls.Add(this.lblComments);
     this.Controls.Add(this.lblCallsign);
     this.Controls.Add(this.comboFilter);
     this.Controls.Add(this.lblFilter);
     this.Controls.Add(this.lblMode);
     this.Controls.Add(this.comboMode);
     this.Controls.Add(this.lblFrequency);
     this.Controls.Add(this.lblGroup);
     this.Controls.Add(this.comboGroup);
     this.Icon        = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.Name        = "SaveMem";
     this.Text        = "PowerSDR Save Memory Channel";
     ((System.ComponentModel.ISupportInitialize)(this.udSquelch)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #25
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(EQForm));
            this.grpRXEQ = new System.Windows.Forms.GroupBoxTS();
            this.labelTS7 = new System.Windows.Forms.LabelTS();
            this.labelTS6 = new System.Windows.Forms.LabelTS();
            this.labelTS5 = new System.Windows.Forms.LabelTS();
            this.labelTS4 = new System.Windows.Forms.LabelTS();
            this.labelTS3 = new System.Windows.Forms.LabelTS();
            this.labelTS2 = new System.Windows.Forms.LabelTS();
            this.labelTS1 = new System.Windows.Forms.LabelTS();
            this.tbRXEQ4 = new System.Windows.Forms.TrackBarTS();
            this.tbRXEQ5 = new System.Windows.Forms.TrackBarTS();
            this.tbRXEQ6 = new System.Windows.Forms.TrackBarTS();
            this.tbRXEQ7 = new System.Windows.Forms.TrackBarTS();
            this.tbRXEQ8 = new System.Windows.Forms.TrackBarTS();
            this.tbRXEQ9 = new System.Windows.Forms.TrackBarTS();
            this.tbRXEQ2 = new System.Windows.Forms.TrackBarTS();
            this.picRXEQ = new System.Windows.Forms.PictureBox();
            this.btnRXEQReset = new System.Windows.Forms.Button();
            this.chkRXEQEnabled = new System.Windows.Forms.CheckBoxTS();
            this.tbRXEQ1 = new System.Windows.Forms.TrackBarTS();
            this.tbRXEQ3 = new System.Windows.Forms.TrackBarTS();
            this.tbRXEQ10 = new System.Windows.Forms.TrackBarTS();
            this.lblRXEQ1 = new System.Windows.Forms.LabelTS();
            this.lblRXEQ2 = new System.Windows.Forms.LabelTS();
            this.lblRXEQ3 = new System.Windows.Forms.LabelTS();
            this.lblRXEQPreamp = new System.Windows.Forms.LabelTS();
            this.tbRXEQPreamp = new System.Windows.Forms.TrackBarTS();
            this.lblRXEQ15db = new System.Windows.Forms.LabelTS();
            this.lblRXEQ0dB = new System.Windows.Forms.LabelTS();
            this.lblRXEQminus12db = new System.Windows.Forms.LabelTS();
            this.grpTXEQ = new System.Windows.Forms.GroupBoxTS();
            this.groupBoxTS1 = new System.Windows.Forms.GroupBoxTS();
            this.tbTXEchoGain = new System.Windows.Forms.TrackBarTS();
            this.labelTS16 = new System.Windows.Forms.LabelTS();
            this.tbTXEchoDelay = new System.Windows.Forms.TrackBarTS();
            this.labelTS15 = new System.Windows.Forms.LabelTS();
            this.chkTXEchoEnable = new System.Windows.Forms.CheckBoxTS();
            this.labelTS8 = new System.Windows.Forms.LabelTS();
            this.labelTS9 = new System.Windows.Forms.LabelTS();
            this.labelTS10 = new System.Windows.Forms.LabelTS();
            this.labelTS11 = new System.Windows.Forms.LabelTS();
            this.labelTS12 = new System.Windows.Forms.LabelTS();
            this.labelTS13 = new System.Windows.Forms.LabelTS();
            this.labelTS14 = new System.Windows.Forms.LabelTS();
            this.tbTXEQ9 = new System.Windows.Forms.TrackBarTS();
            this.tbTXEQ8 = new System.Windows.Forms.TrackBarTS();
            this.tbTXEQ7 = new System.Windows.Forms.TrackBarTS();
            this.tbTXEQ5 = new System.Windows.Forms.TrackBarTS();
            this.tbTXEQ4 = new System.Windows.Forms.TrackBarTS();
            this.tbTXEQ3 = new System.Windows.Forms.TrackBarTS();
            this.tbTXEQ2 = new System.Windows.Forms.TrackBarTS();
            this.chkTXEQ160Notch = new System.Windows.Forms.CheckBoxTS();
            this.picTXEQ = new System.Windows.Forms.PictureBox();
            this.btnTXEQReset = new System.Windows.Forms.Button();
            this.chkTXEQEnabled = new System.Windows.Forms.CheckBoxTS();
            this.tbTXEQ1 = new System.Windows.Forms.TrackBarTS();
            this.tbTXEQ6 = new System.Windows.Forms.TrackBarTS();
            this.tbTXEQ10 = new System.Windows.Forms.TrackBarTS();
            this.lblTXEQ1 = new System.Windows.Forms.LabelTS();
            this.lblTXEQ2 = new System.Windows.Forms.LabelTS();
            this.lblTXEQ3 = new System.Windows.Forms.LabelTS();
            this.lblTXEQPreamp = new System.Windows.Forms.LabelTS();
            this.tbTXEQPreamp = new System.Windows.Forms.TrackBarTS();
            this.lblTXEQ15db = new System.Windows.Forms.LabelTS();
            this.lblTXEQ0dB = new System.Windows.Forms.LabelTS();
            this.lblTXEQminus12db = new System.Windows.Forms.LabelTS();
            this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
            this.grpRXEQ.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tbRXEQ4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbRXEQ5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbRXEQ6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbRXEQ7)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbRXEQ8)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbRXEQ9)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbRXEQ2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.picRXEQ)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbRXEQ1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbRXEQ3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbRXEQ10)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbRXEQPreamp)).BeginInit();
            this.grpTXEQ.SuspendLayout();
            this.groupBoxTS1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tbTXEchoGain)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbTXEchoDelay)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbTXEQ9)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbTXEQ8)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbTXEQ7)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbTXEQ5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbTXEQ4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbTXEQ3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbTXEQ2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.picTXEQ)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbTXEQ1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbTXEQ6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbTXEQ10)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbTXEQPreamp)).BeginInit();
            this.SuspendLayout();
            // 
            // grpRXEQ
            // 
            this.grpRXEQ.Controls.Add(this.labelTS7);
            this.grpRXEQ.Controls.Add(this.labelTS6);
            this.grpRXEQ.Controls.Add(this.labelTS5);
            this.grpRXEQ.Controls.Add(this.labelTS4);
            this.grpRXEQ.Controls.Add(this.labelTS3);
            this.grpRXEQ.Controls.Add(this.labelTS2);
            this.grpRXEQ.Controls.Add(this.labelTS1);
            this.grpRXEQ.Controls.Add(this.tbRXEQ4);
            this.grpRXEQ.Controls.Add(this.tbRXEQ5);
            this.grpRXEQ.Controls.Add(this.tbRXEQ6);
            this.grpRXEQ.Controls.Add(this.tbRXEQ7);
            this.grpRXEQ.Controls.Add(this.tbRXEQ8);
            this.grpRXEQ.Controls.Add(this.tbRXEQ9);
            this.grpRXEQ.Controls.Add(this.tbRXEQ2);
            this.grpRXEQ.Controls.Add(this.picRXEQ);
            this.grpRXEQ.Controls.Add(this.btnRXEQReset);
            this.grpRXEQ.Controls.Add(this.chkRXEQEnabled);
            this.grpRXEQ.Controls.Add(this.tbRXEQ1);
            this.grpRXEQ.Controls.Add(this.tbRXEQ3);
            this.grpRXEQ.Controls.Add(this.tbRXEQ10);
            this.grpRXEQ.Controls.Add(this.lblRXEQ1);
            this.grpRXEQ.Controls.Add(this.lblRXEQ2);
            this.grpRXEQ.Controls.Add(this.lblRXEQ3);
            this.grpRXEQ.Controls.Add(this.lblRXEQPreamp);
            this.grpRXEQ.Controls.Add(this.tbRXEQPreamp);
            this.grpRXEQ.Controls.Add(this.lblRXEQ15db);
            this.grpRXEQ.Controls.Add(this.lblRXEQ0dB);
            this.grpRXEQ.Controls.Add(this.lblRXEQminus12db);
            this.grpRXEQ.Location = new System.Drawing.Point(4, 8);
            this.grpRXEQ.Name = "grpRXEQ";
            this.grpRXEQ.Size = new System.Drawing.Size(371, 224);
            this.grpRXEQ.TabIndex = 1;
            this.grpRXEQ.TabStop = false;
            this.grpRXEQ.Text = "Receive Equalizer";
            // 
            // labelTS7
            // 
            this.labelTS7.AutoSize = true;
            this.labelTS7.Image = null;
            this.labelTS7.Location = new System.Drawing.Point(290, 56);
            this.labelTS7.Name = "labelTS7";
            this.labelTS7.Size = new System.Drawing.Size(20, 13);
            this.labelTS7.TabIndex = 125;
            this.labelTS7.Text = "8K";
            // 
            // labelTS6
            // 
            this.labelTS6.AutoSize = true;
            this.labelTS6.Image = null;
            this.labelTS6.Location = new System.Drawing.Point(261, 56);
            this.labelTS6.Name = "labelTS6";
            this.labelTS6.Size = new System.Drawing.Size(20, 13);
            this.labelTS6.TabIndex = 124;
            this.labelTS6.Text = "4K";
            // 
            // labelTS5
            // 
            this.labelTS5.AutoSize = true;
            this.labelTS5.Image = null;
            this.labelTS5.Location = new System.Drawing.Point(236, 56);
            this.labelTS5.Name = "labelTS5";
            this.labelTS5.Size = new System.Drawing.Size(20, 13);
            this.labelTS5.TabIndex = 123;
            this.labelTS5.Text = "2K";
            // 
            // labelTS4
            // 
            this.labelTS4.AutoSize = true;
            this.labelTS4.Image = null;
            this.labelTS4.Location = new System.Drawing.Point(211, 56);
            this.labelTS4.Name = "labelTS4";
            this.labelTS4.Size = new System.Drawing.Size(20, 13);
            this.labelTS4.TabIndex = 122;
            this.labelTS4.Text = "1K";
            // 
            // labelTS3
            // 
            this.labelTS3.AutoSize = true;
            this.labelTS3.Image = null;
            this.labelTS3.Location = new System.Drawing.Point(186, 56);
            this.labelTS3.Name = "labelTS3";
            this.labelTS3.Size = new System.Drawing.Size(25, 13);
            this.labelTS3.TabIndex = 121;
            this.labelTS3.Text = "500";
            // 
            // labelTS2
            // 
            this.labelTS2.AutoSize = true;
            this.labelTS2.Image = null;
            this.labelTS2.Location = new System.Drawing.Point(161, 56);
            this.labelTS2.Name = "labelTS2";
            this.labelTS2.Size = new System.Drawing.Size(25, 13);
            this.labelTS2.TabIndex = 120;
            this.labelTS2.Text = "250";
            // 
            // labelTS1
            // 
            this.labelTS1.AutoSize = true;
            this.labelTS1.Image = null;
            this.labelTS1.Location = new System.Drawing.Point(132, 56);
            this.labelTS1.Name = "labelTS1";
            this.labelTS1.Size = new System.Drawing.Size(25, 13);
            this.labelTS1.TabIndex = 119;
            this.labelTS1.Text = "125";
            // 
            // tbRXEQ4
            // 
            this.tbRXEQ4.AutoSize = false;
            this.tbRXEQ4.LargeChange = 3;
            this.tbRXEQ4.Location = new System.Drawing.Point(160, 72);
            this.tbRXEQ4.Maximum = 15;
            this.tbRXEQ4.Minimum = -12;
            this.tbRXEQ4.Name = "tbRXEQ4";
            this.tbRXEQ4.Orientation = System.Windows.Forms.Orientation.Vertical;
            this.tbRXEQ4.Size = new System.Drawing.Size(20, 128);
            this.tbRXEQ4.TabIndex = 118;
            this.tbRXEQ4.TickFrequency = 3;
            this.tbRXEQ4.TickStyle = System.Windows.Forms.TickStyle.None;
            this.tbRXEQ4.Scroll += new System.EventHandler(this.tbRXEQ_Scroll);
            // 
            // tbRXEQ5
            // 
            this.tbRXEQ5.AutoSize = false;
            this.tbRXEQ5.LargeChange = 3;
            this.tbRXEQ5.Location = new System.Drawing.Point(186, 72);
            this.tbRXEQ5.Maximum = 15;
            this.tbRXEQ5.Minimum = -12;
            this.tbRXEQ5.Name = "tbRXEQ5";
            this.tbRXEQ5.Orientation = System.Windows.Forms.Orientation.Vertical;
            this.tbRXEQ5.Size = new System.Drawing.Size(20, 128);
            this.tbRXEQ5.TabIndex = 117;
            this.tbRXEQ5.TickFrequency = 3;
            this.tbRXEQ5.TickStyle = System.Windows.Forms.TickStyle.None;
            this.tbRXEQ5.Scroll += new System.EventHandler(this.tbRXEQ_Scroll);
            // 
            // tbRXEQ6
            // 
            this.tbRXEQ6.AutoSize = false;
            this.tbRXEQ6.LargeChange = 3;
            this.tbRXEQ6.Location = new System.Drawing.Point(212, 72);
            this.tbRXEQ6.Maximum = 15;
            this.tbRXEQ6.Minimum = -12;
            this.tbRXEQ6.Name = "tbRXEQ6";
            this.tbRXEQ6.Orientation = System.Windows.Forms.Orientation.Vertical;
            this.tbRXEQ6.Size = new System.Drawing.Size(20, 128);
            this.tbRXEQ6.TabIndex = 116;
            this.tbRXEQ6.TickFrequency = 3;
            this.tbRXEQ6.TickStyle = System.Windows.Forms.TickStyle.None;
            this.tbRXEQ6.Scroll += new System.EventHandler(this.tbRXEQ_Scroll);
            // 
            // tbRXEQ7
            // 
            this.tbRXEQ7.AutoSize = false;
            this.tbRXEQ7.LargeChange = 3;
            this.tbRXEQ7.Location = new System.Drawing.Point(238, 72);
            this.tbRXEQ7.Maximum = 15;
            this.tbRXEQ7.Minimum = -12;
            this.tbRXEQ7.Name = "tbRXEQ7";
            this.tbRXEQ7.Orientation = System.Windows.Forms.Orientation.Vertical;
            this.tbRXEQ7.Size = new System.Drawing.Size(20, 128);
            this.tbRXEQ7.TabIndex = 115;
            this.tbRXEQ7.TickFrequency = 3;
            this.tbRXEQ7.TickStyle = System.Windows.Forms.TickStyle.None;
            this.tbRXEQ7.Scroll += new System.EventHandler(this.tbRXEQ_Scroll);
            // 
            // tbRXEQ8
            // 
            this.tbRXEQ8.AutoSize = false;
            this.tbRXEQ8.LargeChange = 3;
            this.tbRXEQ8.Location = new System.Drawing.Point(264, 72);
            this.tbRXEQ8.Maximum = 15;
            this.tbRXEQ8.Minimum = -12;
            this.tbRXEQ8.Name = "tbRXEQ8";
            this.tbRXEQ8.Orientation = System.Windows.Forms.Orientation.Vertical;
            this.tbRXEQ8.Size = new System.Drawing.Size(20, 128);
            this.tbRXEQ8.TabIndex = 114;
            this.tbRXEQ8.TickFrequency = 3;
            this.tbRXEQ8.TickStyle = System.Windows.Forms.TickStyle.None;
            this.tbRXEQ8.Scroll += new System.EventHandler(this.tbRXEQ_Scroll);
            // 
            // tbRXEQ9
            // 
            this.tbRXEQ9.AutoSize = false;
            this.tbRXEQ9.LargeChange = 3;
            this.tbRXEQ9.Location = new System.Drawing.Point(290, 72);
            this.tbRXEQ9.Maximum = 15;
            this.tbRXEQ9.Minimum = -12;
            this.tbRXEQ9.Name = "tbRXEQ9";
            this.tbRXEQ9.Orientation = System.Windows.Forms.Orientation.Vertical;
            this.tbRXEQ9.Size = new System.Drawing.Size(20, 128);
            this.tbRXEQ9.TabIndex = 113;
            this.tbRXEQ9.TickFrequency = 3;
            this.tbRXEQ9.TickStyle = System.Windows.Forms.TickStyle.None;
            this.tbRXEQ9.Scroll += new System.EventHandler(this.tbRXEQ_Scroll);
            // 
            // tbRXEQ2
            // 
            this.tbRXEQ2.AutoSize = false;
            this.tbRXEQ2.LargeChange = 3;
            this.tbRXEQ2.Location = new System.Drawing.Point(108, 72);
            this.tbRXEQ2.Maximum = 15;
            this.tbRXEQ2.Minimum = -12;
            this.tbRXEQ2.Name = "tbRXEQ2";
            this.tbRXEQ2.Orientation = System.Windows.Forms.Orientation.Vertical;
            this.tbRXEQ2.Size = new System.Drawing.Size(20, 128);
            this.tbRXEQ2.TabIndex = 112;
            this.tbRXEQ2.TickFrequency = 3;
            this.tbRXEQ2.TickStyle = System.Windows.Forms.TickStyle.None;
            this.tbRXEQ2.Scroll += new System.EventHandler(this.tbRXEQ_Scroll);
            // 
            // picRXEQ
            // 
            this.picRXEQ.BackColor = System.Drawing.Color.Black;
            this.picRXEQ.Location = new System.Drawing.Point(85, 22);
            this.picRXEQ.Name = "picRXEQ";
            this.picRXEQ.Size = new System.Drawing.Size(248, 24);
            this.picRXEQ.TabIndex = 111;
            this.picRXEQ.TabStop = false;
            this.picRXEQ.Paint += new System.Windows.Forms.PaintEventHandler(this.picRXEQ_Paint);
            // 
            // btnRXEQReset
            // 
            this.btnRXEQReset.Location = new System.Drawing.Point(162, 200);
            this.btnRXEQReset.Name = "btnRXEQReset";
            this.btnRXEQReset.Size = new System.Drawing.Size(56, 20);
            this.btnRXEQReset.TabIndex = 110;
            this.btnRXEQReset.Text = "Reset";
            this.btnRXEQReset.Click += new System.EventHandler(this.btnRXEQReset_Click);
            // 
            // chkRXEQEnabled
            // 
            this.chkRXEQEnabled.Image = null;
            this.chkRXEQEnabled.Location = new System.Drawing.Point(16, 26);
            this.chkRXEQEnabled.Name = "chkRXEQEnabled";
            this.chkRXEQEnabled.Size = new System.Drawing.Size(72, 16);
            this.chkRXEQEnabled.TabIndex = 109;
            this.chkRXEQEnabled.Text = "Enabled";
            this.chkRXEQEnabled.CheckedChanged += new System.EventHandler(this.chkRXEQEnabled_CheckedChanged);
            // 
            // tbRXEQ1
            // 
            this.tbRXEQ1.AutoSize = false;
            this.tbRXEQ1.LargeChange = 3;
            this.tbRXEQ1.Location = new System.Drawing.Point(82, 72);
            this.tbRXEQ1.Maximum = 15;
            this.tbRXEQ1.Minimum = -12;
            this.tbRXEQ1.Name = "tbRXEQ1";
            this.tbRXEQ1.Orientation = System.Windows.Forms.Orientation.Vertical;
            this.tbRXEQ1.Size = new System.Drawing.Size(20, 128);
            this.tbRXEQ1.TabIndex = 4;
            this.tbRXEQ1.TickFrequency = 3;
            this.tbRXEQ1.TickStyle = System.Windows.Forms.TickStyle.None;
            this.tbRXEQ1.Scroll += new System.EventHandler(this.tbRXEQ_Scroll);
            // 
            // tbRXEQ3
            // 
            this.tbRXEQ3.AutoSize = false;
            this.tbRXEQ3.LargeChange = 3;
            this.tbRXEQ3.Location = new System.Drawing.Point(134, 72);
            this.tbRXEQ3.Maximum = 15;
            this.tbRXEQ3.Minimum = -12;
            this.tbRXEQ3.Name = "tbRXEQ3";
            this.tbRXEQ3.Orientation = System.Windows.Forms.Orientation.Vertical;
            this.tbRXEQ3.Size = new System.Drawing.Size(20, 128);
            this.tbRXEQ3.TabIndex = 5;
            this.tbRXEQ3.TickFrequency = 3;
            this.tbRXEQ3.TickStyle = System.Windows.Forms.TickStyle.None;
            this.tbRXEQ3.Scroll += new System.EventHandler(this.tbRXEQ_Scroll);
            // 
            // tbRXEQ10
            // 
            this.tbRXEQ10.AutoSize = false;
            this.tbRXEQ10.LargeChange = 3;
            this.tbRXEQ10.Location = new System.Drawing.Point(316, 72);
            this.tbRXEQ10.Maximum = 15;
            this.tbRXEQ10.Minimum = -12;
            this.tbRXEQ10.Name = "tbRXEQ10";
            this.tbRXEQ10.Orientation = System.Windows.Forms.Orientation.Vertical;
            this.tbRXEQ10.Size = new System.Drawing.Size(20, 128);
            this.tbRXEQ10.TabIndex = 6;
            this.tbRXEQ10.TickFrequency = 3;
            this.tbRXEQ10.TickStyle = System.Windows.Forms.TickStyle.None;
            this.tbRXEQ10.Scroll += new System.EventHandler(this.tbRXEQ_Scroll);
            // 
            // lblRXEQ1
            // 
            this.lblRXEQ1.AutoSize = true;
            this.lblRXEQ1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblRXEQ1.Image = null;
            this.lblRXEQ1.Location = new System.Drawing.Point(85, 56);
            this.lblRXEQ1.Name = "lblRXEQ1";
            this.lblRXEQ1.Size = new System.Drawing.Size(19, 13);
            this.lblRXEQ1.TabIndex = 43;
            this.lblRXEQ1.Text = "32";
            // 
            // lblRXEQ2
            // 
            this.lblRXEQ2.AutoSize = true;
            this.lblRXEQ2.Image = null;
            this.lblRXEQ2.Location = new System.Drawing.Point(105, 56);
            this.lblRXEQ2.Name = "lblRXEQ2";
            this.lblRXEQ2.Size = new System.Drawing.Size(19, 13);
            this.lblRXEQ2.TabIndex = 44;
            this.lblRXEQ2.Text = "63";
            // 
            // lblRXEQ3
            // 
            this.lblRXEQ3.AutoSize = true;
            this.lblRXEQ3.Image = null;
            this.lblRXEQ3.Location = new System.Drawing.Point(315, 56);
            this.lblRXEQ3.Name = "lblRXEQ3";
            this.lblRXEQ3.Size = new System.Drawing.Size(26, 13);
            this.lblRXEQ3.TabIndex = 45;
            this.lblRXEQ3.Text = "16K";
            // 
            // lblRXEQPreamp
            // 
            this.lblRXEQPreamp.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblRXEQPreamp.Image = null;
            this.lblRXEQPreamp.Location = new System.Drawing.Point(8, 56);
            this.lblRXEQPreamp.Name = "lblRXEQPreamp";
            this.lblRXEQPreamp.Size = new System.Drawing.Size(48, 16);
            this.lblRXEQPreamp.TabIndex = 74;
            this.lblRXEQPreamp.Text = "Preamp";
            this.lblRXEQPreamp.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // tbRXEQPreamp
            // 
            this.tbRXEQPreamp.AutoSize = false;
            this.tbRXEQPreamp.LargeChange = 3;
            this.tbRXEQPreamp.Location = new System.Drawing.Point(16, 72);
            this.tbRXEQPreamp.Maximum = 15;
            this.tbRXEQPreamp.Minimum = -12;
            this.tbRXEQPreamp.Name = "tbRXEQPreamp";
            this.tbRXEQPreamp.Orientation = System.Windows.Forms.Orientation.Vertical;
            this.tbRXEQPreamp.Size = new System.Drawing.Size(32, 128);
            this.tbRXEQPreamp.TabIndex = 35;
            this.tbRXEQPreamp.TickFrequency = 3;
            this.tbRXEQPreamp.Scroll += new System.EventHandler(this.tbRXEQ_Scroll);
            // 
            // lblRXEQ15db
            // 
            this.lblRXEQ15db.AutoSize = true;
            this.lblRXEQ15db.Image = null;
            this.lblRXEQ15db.Location = new System.Drawing.Point(336, 77);
            this.lblRXEQ15db.Name = "lblRXEQ15db";
            this.lblRXEQ15db.Size = new System.Drawing.Size(32, 13);
            this.lblRXEQ15db.TabIndex = 40;
            this.lblRXEQ15db.Text = "15dB";
            this.lblRXEQ15db.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // lblRXEQ0dB
            // 
            this.lblRXEQ0dB.AutoSize = true;
            this.lblRXEQ0dB.Image = null;
            this.lblRXEQ0dB.Location = new System.Drawing.Point(336, 133);
            this.lblRXEQ0dB.Name = "lblRXEQ0dB";
            this.lblRXEQ0dB.Size = new System.Drawing.Size(32, 13);
            this.lblRXEQ0dB.TabIndex = 41;
            this.lblRXEQ0dB.Text = "  0dB";
            this.lblRXEQ0dB.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // lblRXEQminus12db
            // 
            this.lblRXEQminus12db.AutoSize = true;
            this.lblRXEQminus12db.Image = null;
            this.lblRXEQminus12db.Location = new System.Drawing.Point(334, 176);
            this.lblRXEQminus12db.Name = "lblRXEQminus12db";
            this.lblRXEQminus12db.Size = new System.Drawing.Size(35, 13);
            this.lblRXEQminus12db.TabIndex = 42;
            this.lblRXEQminus12db.Text = "-12dB";
            this.lblRXEQminus12db.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // grpTXEQ
            // 
            this.grpTXEQ.Controls.Add(this.groupBoxTS1);
            this.grpTXEQ.Controls.Add(this.labelTS8);
            this.grpTXEQ.Controls.Add(this.labelTS9);
            this.grpTXEQ.Controls.Add(this.labelTS10);
            this.grpTXEQ.Controls.Add(this.labelTS11);
            this.grpTXEQ.Controls.Add(this.labelTS12);
            this.grpTXEQ.Controls.Add(this.labelTS13);
            this.grpTXEQ.Controls.Add(this.labelTS14);
            this.grpTXEQ.Controls.Add(this.tbTXEQ9);
            this.grpTXEQ.Controls.Add(this.tbTXEQ8);
            this.grpTXEQ.Controls.Add(this.tbTXEQ7);
            this.grpTXEQ.Controls.Add(this.tbTXEQ5);
            this.grpTXEQ.Controls.Add(this.tbTXEQ4);
            this.grpTXEQ.Controls.Add(this.tbTXEQ3);
            this.grpTXEQ.Controls.Add(this.tbTXEQ2);
            this.grpTXEQ.Controls.Add(this.chkTXEQ160Notch);
            this.grpTXEQ.Controls.Add(this.picTXEQ);
            this.grpTXEQ.Controls.Add(this.btnTXEQReset);
            this.grpTXEQ.Controls.Add(this.chkTXEQEnabled);
            this.grpTXEQ.Controls.Add(this.tbTXEQ1);
            this.grpTXEQ.Controls.Add(this.tbTXEQ6);
            this.grpTXEQ.Controls.Add(this.tbTXEQ10);
            this.grpTXEQ.Controls.Add(this.lblTXEQ1);
            this.grpTXEQ.Controls.Add(this.lblTXEQ2);
            this.grpTXEQ.Controls.Add(this.lblTXEQ3);
            this.grpTXEQ.Controls.Add(this.lblTXEQPreamp);
            this.grpTXEQ.Controls.Add(this.tbTXEQPreamp);
            this.grpTXEQ.Controls.Add(this.lblTXEQ15db);
            this.grpTXEQ.Controls.Add(this.lblTXEQ0dB);
            this.grpTXEQ.Controls.Add(this.lblTXEQminus12db);
            this.grpTXEQ.Location = new System.Drawing.Point(381, 8);
            this.grpTXEQ.Name = "grpTXEQ";
            this.grpTXEQ.Size = new System.Drawing.Size(399, 224);
            this.grpTXEQ.TabIndex = 1;
            this.grpTXEQ.TabStop = false;
            this.grpTXEQ.Text = "Transmit Equalizer";
            // 
            // groupBoxTS1
            // 
            this.groupBoxTS1.Controls.Add(this.tbTXEchoGain);
            this.groupBoxTS1.Controls.Add(this.labelTS16);
            this.groupBoxTS1.Controls.Add(this.tbTXEchoDelay);
            this.groupBoxTS1.Controls.Add(this.labelTS15);
            this.groupBoxTS1.Controls.Add(this.chkTXEchoEnable);
            this.groupBoxTS1.Location = new System.Drawing.Point(6, 48);
            this.groupBoxTS1.Name = "groupBoxTS1";
            this.groupBoxTS1.Size = new System.Drawing.Size(69, 170);
            this.groupBoxTS1.TabIndex = 138;
            this.groupBoxTS1.TabStop = false;
            this.groupBoxTS1.Text = "Echo";
            // 
            // tbTXEchoGain
            // 
            this.tbTXEchoGain.AutoSize = false;
            this.tbTXEchoGain.Location = new System.Drawing.Point(9, 39);
            this.tbTXEchoGain.Maximum = 50;
            this.tbTXEchoGain.Name = "tbTXEchoGain";
            this.tbTXEchoGain.Orientation = System.Windows.Forms.Orientation.Vertical;
            this.tbTXEchoGain.Size = new System.Drawing.Size(18, 100);
            this.tbTXEchoGain.TabIndex = 136;
            this.tbTXEchoGain.TickFrequency = 5;
            this.toolTip1.SetToolTip(this.tbTXEchoGain, "Echo gain");
            this.tbTXEchoGain.Value = 25;
            this.tbTXEchoGain.Scroll += new System.EventHandler(this.tbTXEchoGain_Scroll);
            // 
            // labelTS16
            // 
            this.labelTS16.AutoSize = true;
            this.labelTS16.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.labelTS16.Image = null;
            this.labelTS16.Location = new System.Drawing.Point(34, 22);
            this.labelTS16.Name = "labelTS16";
            this.labelTS16.Size = new System.Drawing.Size(34, 13);
            this.labelTS16.TabIndex = 137;
            this.labelTS16.Text = "Delay";
            this.labelTS16.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // tbTXEchoDelay
            // 
            this.tbTXEchoDelay.AutoSize = false;
            this.tbTXEchoDelay.Location = new System.Drawing.Point(41, 39);
            this.tbTXEchoDelay.Maximum = 500;
            this.tbTXEchoDelay.Name = "tbTXEchoDelay";
            this.tbTXEchoDelay.Orientation = System.Windows.Forms.Orientation.Vertical;
            this.tbTXEchoDelay.Size = new System.Drawing.Size(18, 100);
            this.tbTXEchoDelay.TabIndex = 133;
            this.tbTXEchoDelay.TickFrequency = 50;
            this.toolTip1.SetToolTip(this.tbTXEchoDelay, "Echo delay in mS");
            this.tbTXEchoDelay.Value = 150;
            this.tbTXEchoDelay.Scroll += new System.EventHandler(this.tbTXEchoDelay_Scroll);
            // 
            // labelTS15
            // 
            this.labelTS15.AutoSize = true;
            this.labelTS15.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.labelTS15.Image = null;
            this.labelTS15.Location = new System.Drawing.Point(1, 22);
            this.labelTS15.Name = "labelTS15";
            this.labelTS15.Size = new System.Drawing.Size(29, 13);
            this.labelTS15.TabIndex = 134;
            this.labelTS15.Text = "Gain";
            this.labelTS15.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // chkTXEchoEnable
            // 
            this.chkTXEchoEnable.AutoSize = true;
            this.chkTXEchoEnable.Image = null;
            this.chkTXEchoEnable.Location = new System.Drawing.Point(5, 145);
            this.chkTXEchoEnable.Name = "chkTXEchoEnable";
            this.chkTXEchoEnable.Size = new System.Drawing.Size(59, 17);
            this.chkTXEchoEnable.TabIndex = 135;
            this.chkTXEchoEnable.Text = "Enable";
            this.chkTXEchoEnable.CheckedChanged += new System.EventHandler(this.chkTXEchoEnable_CheckedChanged);
            // 
            // labelTS8
            // 
            this.labelTS8.AutoSize = true;
            this.labelTS8.Image = null;
            this.labelTS8.Location = new System.Drawing.Point(316, 56);
            this.labelTS8.Name = "labelTS8";
            this.labelTS8.Size = new System.Drawing.Size(20, 13);
            this.labelTS8.TabIndex = 132;
            this.labelTS8.Text = "8K";
            // 
            // labelTS9
            // 
            this.labelTS9.AutoSize = true;
            this.labelTS9.Image = null;
            this.labelTS9.Location = new System.Drawing.Point(290, 56);
            this.labelTS9.Name = "labelTS9";
            this.labelTS9.Size = new System.Drawing.Size(20, 13);
            this.labelTS9.TabIndex = 131;
            this.labelTS9.Text = "4K";
            // 
            // labelTS10
            // 
            this.labelTS10.AutoSize = true;
            this.labelTS10.Image = null;
            this.labelTS10.Location = new System.Drawing.Point(264, 56);
            this.labelTS10.Name = "labelTS10";
            this.labelTS10.Size = new System.Drawing.Size(20, 13);
            this.labelTS10.TabIndex = 130;
            this.labelTS10.Text = "2K";
            // 
            // labelTS11
            // 
            this.labelTS11.AutoSize = true;
            this.labelTS11.Image = null;
            this.labelTS11.Location = new System.Drawing.Point(162, 56);
            this.labelTS11.Name = "labelTS11";
            this.labelTS11.Size = new System.Drawing.Size(25, 13);
            this.labelTS11.TabIndex = 129;
            this.labelTS11.Text = "125";
            // 
            // labelTS12
            // 
            this.labelTS12.AutoSize = true;
            this.labelTS12.Image = null;
            this.labelTS12.Location = new System.Drawing.Point(240, 56);
            this.labelTS12.Name = "labelTS12";
            this.labelTS12.Size = new System.Drawing.Size(20, 13);
            this.labelTS12.TabIndex = 128;
            this.labelTS12.Text = "1K";
            // 
            // labelTS13
            // 
            this.labelTS13.AutoSize = true;
            this.labelTS13.Image = null;
            this.labelTS13.Location = new System.Drawing.Point(213, 56);
            this.labelTS13.Name = "labelTS13";
            this.labelTS13.Size = new System.Drawing.Size(25, 13);
            this.labelTS13.TabIndex = 127;
            this.labelTS13.Text = "500";
            // 
            // labelTS14
            // 
            this.labelTS14.AutoSize = true;
            this.labelTS14.Image = null;
            this.labelTS14.Location = new System.Drawing.Point(187, 56);
            this.labelTS14.Name = "labelTS14";
            this.labelTS14.Size = new System.Drawing.Size(25, 13);
            this.labelTS14.TabIndex = 126;
            this.labelTS14.Text = "250";
            // 
            // tbTXEQ9
            // 
            this.tbTXEQ9.AutoSize = false;
            this.tbTXEQ9.LargeChange = 3;
            this.tbTXEQ9.Location = new System.Drawing.Point(318, 72);
            this.tbTXEQ9.Maximum = 15;
            this.tbTXEQ9.Minimum = -12;
            this.tbTXEQ9.Name = "tbTXEQ9";
            this.tbTXEQ9.Orientation = System.Windows.Forms.Orientation.Vertical;
            this.tbTXEQ9.Size = new System.Drawing.Size(20, 128);
            this.tbTXEQ9.TabIndex = 122;
            this.tbTXEQ9.TickFrequency = 3;
            this.tbTXEQ9.TickStyle = System.Windows.Forms.TickStyle.None;
            this.tbTXEQ9.Scroll += new System.EventHandler(this.tbTXEQ_Scroll);
            // 
            // tbTXEQ8
            // 
            this.tbTXEQ8.AutoSize = false;
            this.tbTXEQ8.LargeChange = 3;
            this.tbTXEQ8.Location = new System.Drawing.Point(293, 72);
            this.tbTXEQ8.Maximum = 15;
            this.tbTXEQ8.Minimum = -12;
            this.tbTXEQ8.Name = "tbTXEQ8";
            this.tbTXEQ8.Orientation = System.Windows.Forms.Orientation.Vertical;
            this.tbTXEQ8.Size = new System.Drawing.Size(20, 128);
            this.tbTXEQ8.TabIndex = 121;
            this.tbTXEQ8.TickFrequency = 3;
            this.tbTXEQ8.TickStyle = System.Windows.Forms.TickStyle.None;
            this.tbTXEQ8.Scroll += new System.EventHandler(this.tbTXEQ_Scroll);
            // 
            // tbTXEQ7
            // 
            this.tbTXEQ7.AutoSize = false;
            this.tbTXEQ7.LargeChange = 3;
            this.tbTXEQ7.Location = new System.Drawing.Point(268, 72);
            this.tbTXEQ7.Maximum = 15;
            this.tbTXEQ7.Minimum = -12;
            this.tbTXEQ7.Name = "tbTXEQ7";
            this.tbTXEQ7.Orientation = System.Windows.Forms.Orientation.Vertical;
            this.tbTXEQ7.Size = new System.Drawing.Size(20, 128);
            this.tbTXEQ7.TabIndex = 120;
            this.tbTXEQ7.TickFrequency = 3;
            this.tbTXEQ7.TickStyle = System.Windows.Forms.TickStyle.None;
            this.tbTXEQ7.Scroll += new System.EventHandler(this.tbTXEQ_Scroll);
            // 
            // tbTXEQ5
            // 
            this.tbTXEQ5.AutoSize = false;
            this.tbTXEQ5.LargeChange = 3;
            this.tbTXEQ5.Location = new System.Drawing.Point(218, 72);
            this.tbTXEQ5.Maximum = 15;
            this.tbTXEQ5.Minimum = -12;
            this.tbTXEQ5.Name = "tbTXEQ5";
            this.tbTXEQ5.Orientation = System.Windows.Forms.Orientation.Vertical;
            this.tbTXEQ5.Size = new System.Drawing.Size(20, 128);
            this.tbTXEQ5.TabIndex = 119;
            this.tbTXEQ5.TickFrequency = 3;
            this.tbTXEQ5.TickStyle = System.Windows.Forms.TickStyle.None;
            this.tbTXEQ5.Scroll += new System.EventHandler(this.tbTXEQ_Scroll);
            // 
            // tbTXEQ4
            // 
            this.tbTXEQ4.AutoSize = false;
            this.tbTXEQ4.LargeChange = 3;
            this.tbTXEQ4.Location = new System.Drawing.Point(193, 72);
            this.tbTXEQ4.Maximum = 15;
            this.tbTXEQ4.Minimum = -12;
            this.tbTXEQ4.Name = "tbTXEQ4";
            this.tbTXEQ4.Orientation = System.Windows.Forms.Orientation.Vertical;
            this.tbTXEQ4.Size = new System.Drawing.Size(20, 128);
            this.tbTXEQ4.TabIndex = 116;
            this.tbTXEQ4.TickFrequency = 3;
            this.tbTXEQ4.TickStyle = System.Windows.Forms.TickStyle.None;
            this.tbTXEQ4.Scroll += new System.EventHandler(this.tbTXEQ_Scroll);
            // 
            // tbTXEQ3
            // 
            this.tbTXEQ3.AutoSize = false;
            this.tbTXEQ3.LargeChange = 3;
            this.tbTXEQ3.Location = new System.Drawing.Point(168, 72);
            this.tbTXEQ3.Maximum = 15;
            this.tbTXEQ3.Minimum = -12;
            this.tbTXEQ3.Name = "tbTXEQ3";
            this.tbTXEQ3.Orientation = System.Windows.Forms.Orientation.Vertical;
            this.tbTXEQ3.Size = new System.Drawing.Size(20, 128);
            this.tbTXEQ3.TabIndex = 115;
            this.tbTXEQ3.TickFrequency = 3;
            this.tbTXEQ3.TickStyle = System.Windows.Forms.TickStyle.None;
            this.tbTXEQ3.Scroll += new System.EventHandler(this.tbTXEQ_Scroll);
            // 
            // tbTXEQ2
            // 
            this.tbTXEQ2.AutoSize = false;
            this.tbTXEQ2.LargeChange = 3;
            this.tbTXEQ2.Location = new System.Drawing.Point(143, 72);
            this.tbTXEQ2.Maximum = 15;
            this.tbTXEQ2.Minimum = -12;
            this.tbTXEQ2.Name = "tbTXEQ2";
            this.tbTXEQ2.Orientation = System.Windows.Forms.Orientation.Vertical;
            this.tbTXEQ2.Size = new System.Drawing.Size(20, 128);
            this.tbTXEQ2.TabIndex = 114;
            this.tbTXEQ2.TickFrequency = 3;
            this.tbTXEQ2.TickStyle = System.Windows.Forms.TickStyle.None;
            this.tbTXEQ2.Scroll += new System.EventHandler(this.tbTXEQ_Scroll);
            // 
            // chkTXEQ160Notch
            // 
            this.chkTXEQ160Notch.AutoSize = true;
            this.chkTXEQ160Notch.Image = null;
            this.chkTXEQ160Notch.Location = new System.Drawing.Point(83, 202);
            this.chkTXEQ160Notch.Name = "chkTXEQ160Notch";
            this.chkTXEQ160Notch.Size = new System.Drawing.Size(89, 17);
            this.chkTXEQ160Notch.TabIndex = 113;
            this.chkTXEQ160Notch.Text = "160Hz Notch";
            this.chkTXEQ160Notch.CheckedChanged += new System.EventHandler(this.chkTXEQ160Notch_CheckedChanged);
            // 
            // picTXEQ
            // 
            this.picTXEQ.BackColor = System.Drawing.Color.Black;
            this.picTXEQ.Location = new System.Drawing.Point(111, 22);
            this.picTXEQ.Name = "picTXEQ";
            this.picTXEQ.Size = new System.Drawing.Size(248, 24);
            this.picTXEQ.TabIndex = 112;
            this.picTXEQ.TabStop = false;
            this.picTXEQ.Paint += new System.Windows.Forms.PaintEventHandler(this.picTXEQ_Paint);
            // 
            // btnTXEQReset
            // 
            this.btnTXEQReset.Location = new System.Drawing.Point(171, 200);
            this.btnTXEQReset.Name = "btnTXEQReset";
            this.btnTXEQReset.Size = new System.Drawing.Size(56, 20);
            this.btnTXEQReset.TabIndex = 107;
            this.btnTXEQReset.Text = "Reset";
            this.btnTXEQReset.Click += new System.EventHandler(this.btnTXEQReset_Click);
            // 
            // chkTXEQEnabled
            // 
            this.chkTXEQEnabled.Image = null;
            this.chkTXEQEnabled.Location = new System.Drawing.Point(33, 26);
            this.chkTXEQEnabled.Name = "chkTXEQEnabled";
            this.chkTXEQEnabled.Size = new System.Drawing.Size(72, 16);
            this.chkTXEQEnabled.TabIndex = 106;
            this.chkTXEQEnabled.Text = "Enabled";
            this.chkTXEQEnabled.CheckedChanged += new System.EventHandler(this.chkTXEQEnabled_CheckedChanged);
            // 
            // tbTXEQ1
            // 
            this.tbTXEQ1.AutoSize = false;
            this.tbTXEQ1.LargeChange = 3;
            this.tbTXEQ1.Location = new System.Drawing.Point(118, 72);
            this.tbTXEQ1.Maximum = 15;
            this.tbTXEQ1.Minimum = -12;
            this.tbTXEQ1.Name = "tbTXEQ1";
            this.tbTXEQ1.Orientation = System.Windows.Forms.Orientation.Vertical;
            this.tbTXEQ1.Size = new System.Drawing.Size(20, 128);
            this.tbTXEQ1.TabIndex = 4;
            this.tbTXEQ1.TickFrequency = 3;
            this.tbTXEQ1.TickStyle = System.Windows.Forms.TickStyle.None;
            this.tbTXEQ1.Scroll += new System.EventHandler(this.tbTXEQ_Scroll);
            // 
            // tbTXEQ6
            // 
            this.tbTXEQ6.AutoSize = false;
            this.tbTXEQ6.LargeChange = 3;
            this.tbTXEQ6.Location = new System.Drawing.Point(243, 72);
            this.tbTXEQ6.Maximum = 15;
            this.tbTXEQ6.Minimum = -12;
            this.tbTXEQ6.Name = "tbTXEQ6";
            this.tbTXEQ6.Orientation = System.Windows.Forms.Orientation.Vertical;
            this.tbTXEQ6.Size = new System.Drawing.Size(20, 128);
            this.tbTXEQ6.TabIndex = 5;
            this.tbTXEQ6.TickFrequency = 3;
            this.tbTXEQ6.TickStyle = System.Windows.Forms.TickStyle.None;
            this.tbTXEQ6.Scroll += new System.EventHandler(this.tbTXEQ_Scroll);
            // 
            // tbTXEQ10
            // 
            this.tbTXEQ10.AutoSize = false;
            this.tbTXEQ10.LargeChange = 3;
            this.tbTXEQ10.Location = new System.Drawing.Point(343, 72);
            this.tbTXEQ10.Maximum = 15;
            this.tbTXEQ10.Minimum = -12;
            this.tbTXEQ10.Name = "tbTXEQ10";
            this.tbTXEQ10.Orientation = System.Windows.Forms.Orientation.Vertical;
            this.tbTXEQ10.Size = new System.Drawing.Size(20, 128);
            this.tbTXEQ10.TabIndex = 6;
            this.tbTXEQ10.TickFrequency = 3;
            this.tbTXEQ10.TickStyle = System.Windows.Forms.TickStyle.None;
            this.tbTXEQ10.Scroll += new System.EventHandler(this.tbTXEQ_Scroll);
            // 
            // lblTXEQ1
            // 
            this.lblTXEQ1.AutoSize = true;
            this.lblTXEQ1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblTXEQ1.Image = null;
            this.lblTXEQ1.Location = new System.Drawing.Point(116, 56);
            this.lblTXEQ1.Name = "lblTXEQ1";
            this.lblTXEQ1.Size = new System.Drawing.Size(19, 13);
            this.lblTXEQ1.TabIndex = 74;
            this.lblTXEQ1.Text = "32";
            // 
            // lblTXEQ2
            // 
            this.lblTXEQ2.AutoSize = true;
            this.lblTXEQ2.Image = null;
            this.lblTXEQ2.Location = new System.Drawing.Point(140, 56);
            this.lblTXEQ2.Name = "lblTXEQ2";
            this.lblTXEQ2.Size = new System.Drawing.Size(19, 13);
            this.lblTXEQ2.TabIndex = 75;
            this.lblTXEQ2.Text = "64";
            // 
            // lblTXEQ3
            // 
            this.lblTXEQ3.AutoSize = true;
            this.lblTXEQ3.Image = null;
            this.lblTXEQ3.Location = new System.Drawing.Point(339, 56);
            this.lblTXEQ3.Name = "lblTXEQ3";
            this.lblTXEQ3.Size = new System.Drawing.Size(26, 13);
            this.lblTXEQ3.TabIndex = 76;
            this.lblTXEQ3.Text = "16K";
            // 
            // lblTXEQPreamp
            // 
            this.lblTXEQPreamp.AutoSize = true;
            this.lblTXEQPreamp.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblTXEQPreamp.Image = null;
            this.lblTXEQPreamp.Location = new System.Drawing.Point(72, 55);
            this.lblTXEQPreamp.Name = "lblTXEQPreamp";
            this.lblTXEQPreamp.Size = new System.Drawing.Size(43, 13);
            this.lblTXEQPreamp.TabIndex = 105;
            this.lblTXEQPreamp.Text = "Preamp";
            this.lblTXEQPreamp.TextAlign = System.Drawing.ContentAlignment.TopCenter;
            // 
            // tbTXEQPreamp
            // 
            this.tbTXEQPreamp.AutoSize = false;
            this.tbTXEQPreamp.LargeChange = 3;
            this.tbTXEQPreamp.Location = new System.Drawing.Point(83, 72);
            this.tbTXEQPreamp.Maximum = 15;
            this.tbTXEQPreamp.Minimum = -12;
            this.tbTXEQPreamp.Name = "tbTXEQPreamp";
            this.tbTXEQPreamp.Orientation = System.Windows.Forms.Orientation.Vertical;
            this.tbTXEQPreamp.Size = new System.Drawing.Size(25, 128);
            this.tbTXEQPreamp.TabIndex = 36;
            this.tbTXEQPreamp.TickFrequency = 3;
            this.tbTXEQPreamp.Scroll += new System.EventHandler(this.tbTXEQ_Scroll);
            // 
            // lblTXEQ15db
            // 
            this.lblTXEQ15db.AutoSize = true;
            this.lblTXEQ15db.Image = null;
            this.lblTXEQ15db.Location = new System.Drawing.Point(364, 77);
            this.lblTXEQ15db.Name = "lblTXEQ15db";
            this.lblTXEQ15db.Size = new System.Drawing.Size(32, 13);
            this.lblTXEQ15db.TabIndex = 43;
            this.lblTXEQ15db.Text = "15dB";
            this.lblTXEQ15db.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // lblTXEQ0dB
            // 
            this.lblTXEQ0dB.Image = null;
            this.lblTXEQ0dB.Location = new System.Drawing.Point(364, 133);
            this.lblTXEQ0dB.Name = "lblTXEQ0dB";
            this.lblTXEQ0dB.Size = new System.Drawing.Size(33, 16);
            this.lblTXEQ0dB.TabIndex = 0;
            this.lblTXEQ0dB.Text = "  0dB";
            this.lblTXEQ0dB.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // lblTXEQminus12db
            // 
            this.lblTXEQminus12db.AutoSize = true;
            this.lblTXEQminus12db.Image = null;
            this.lblTXEQminus12db.Location = new System.Drawing.Point(362, 176);
            this.lblTXEQminus12db.Name = "lblTXEQminus12db";
            this.lblTXEQminus12db.Size = new System.Drawing.Size(35, 13);
            this.lblTXEQminus12db.TabIndex = 45;
            this.lblTXEQminus12db.Text = "-12dB";
            this.lblTXEQminus12db.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // EQForm
            // 
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.ClientSize = new System.Drawing.Size(784, 238);
            this.Controls.Add(this.grpRXEQ);
            this.Controls.Add(this.grpTXEQ);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.MaximumSize = new System.Drawing.Size(800, 276);
            this.MinimizeBox = false;
            this.MinimumSize = new System.Drawing.Size(800, 276);
            this.Name = "EQForm";
            this.Text = "Equalizer Settings";
            this.Closing += new System.ComponentModel.CancelEventHandler(this.EQForm_Closing);
            this.grpRXEQ.ResumeLayout(false);
            this.grpRXEQ.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tbRXEQ4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbRXEQ5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbRXEQ6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbRXEQ7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbRXEQ8)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbRXEQ9)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbRXEQ2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.picRXEQ)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbRXEQ1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbRXEQ3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbRXEQ10)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbRXEQPreamp)).EndInit();
            this.grpTXEQ.ResumeLayout(false);
            this.grpTXEQ.PerformLayout();
            this.groupBoxTS1.ResumeLayout(false);
            this.groupBoxTS1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tbTXEchoGain)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbTXEchoDelay)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbTXEQ9)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbTXEQ8)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbTXEQ7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbTXEQ5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbTXEQ4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbTXEQ3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbTXEQ2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.picTXEQ)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbTXEQ1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbTXEQ6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbTXEQ10)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbTXEQPreamp)).EndInit();
            this.ResumeLayout(false);

		}
Beispiel #26
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.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FWCAntForm));
     this.chkRX1Loop        = new System.Windows.Forms.CheckBoxTS();
     this.comboRX1Ant       = new System.Windows.Forms.ComboBoxTS();
     this.lblRX1            = new System.Windows.Forms.LabelTS();
     this.lblTX             = new System.Windows.Forms.LabelTS();
     this.comboTXAnt        = new System.Windows.Forms.ComboBoxTS();
     this.lblRX2            = new System.Windows.Forms.LabelTS();
     this.comboRX2Ant       = new System.Windows.Forms.ComboBoxTS();
     this.radModeSimple     = new System.Windows.Forms.RadioButtonTS();
     this.toolTip1          = new System.Windows.Forms.ToolTip(this.components);
     this.radModeExpert     = new System.Windows.Forms.RadioButtonTS();
     this.chkRCATX1         = new System.Windows.Forms.CheckBoxTS();
     this.chkRCATX2         = new System.Windows.Forms.CheckBoxTS();
     this.chkRCATX3         = new System.Windows.Forms.CheckBoxTS();
     this.chkLock           = new System.Windows.Forms.CheckBoxTS();
     this.chkTX1DelayEnable = new System.Windows.Forms.CheckBoxTS();
     this.chkTX2DelayEnable = new System.Windows.Forms.CheckBoxTS();
     this.chkTX3DelayEnable = new System.Windows.Forms.CheckBoxTS();
     this.chkEnable6mPreamp = new System.Windows.Forms.CheckBoxTS();
     this.lblBand           = new System.Windows.Forms.LabelTS();
     this.comboBand         = new System.Windows.Forms.ComboBoxTS();
     this.grpComplexity     = new System.Windows.Forms.GroupBoxTS();
     this.grpSwitchRelay    = new System.Windows.Forms.GroupBoxTS();
     this.udTX3Delay        = new System.Windows.Forms.NumericUpDownTS();
     this.udTX2Delay        = new System.Windows.Forms.NumericUpDownTS();
     this.udTX1Delay        = new System.Windows.Forms.NumericUpDownTS();
     this.grpAntenna        = new System.Windows.Forms.GroupBoxTS();
     this.txtStatus         = new System.Windows.Forms.TextBoxTS();
     this.grpComplexity.SuspendLayout();
     this.grpSwitchRelay.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.udTX3Delay)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.udTX2Delay)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.udTX1Delay)).BeginInit();
     this.grpAntenna.SuspendLayout();
     this.SuspendLayout();
     //
     // chkRX1Loop
     //
     this.chkRX1Loop.Image    = null;
     this.chkRX1Loop.Location = new System.Drawing.Point(8, 64);
     this.chkRX1Loop.Name     = "chkRX1Loop";
     this.chkRX1Loop.Size     = new System.Drawing.Size(168, 24);
     this.chkRX1Loop.TabIndex = 9;
     this.chkRX1Loop.Text     = "Use RX1 Out to RX1 In Loop";
     this.toolTip1.SetToolTip(this.chkRX1Loop, "Check this box to route the main receiver\'s RF path out RX1 Out and back in RX1 I" +
                              "n.  For use with external preamps/filters/etc.");
     this.chkRX1Loop.CheckedChanged += new System.EventHandler(this.chkRX1ExtAnt_CheckedChanged);
     //
     // comboRX1Ant
     //
     this.comboRX1Ant.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboRX1Ant.DropDownWidth = 64;
     this.comboRX1Ant.Items.AddRange(new object[] {
         "N/C",
         "ANT 1",
         "ANT 2",
         "ANT 3",
         "RX1 IN"
     });
     this.comboRX1Ant.Location = new System.Drawing.Point(8, 40);
     this.comboRX1Ant.Name     = "comboRX1Ant";
     this.comboRX1Ant.Size     = new System.Drawing.Size(64, 21);
     this.comboRX1Ant.TabIndex = 10;
     this.toolTip1.SetToolTip(this.comboRX1Ant, "Selects the Main Receiver Antenna");
     this.comboRX1Ant.SelectedIndexChanged += new System.EventHandler(this.comboRX1Ant_SelectedIndexChanged);
     //
     // lblRX1
     //
     this.lblRX1.Image    = null;
     this.lblRX1.Location = new System.Drawing.Point(8, 24);
     this.lblRX1.Name     = "lblRX1";
     this.lblRX1.Size     = new System.Drawing.Size(72, 16);
     this.lblRX1.TabIndex = 11;
     this.lblRX1.Text     = "Receiver 1:";
     //
     // lblTX
     //
     this.lblTX.Image    = null;
     this.lblTX.Location = new System.Drawing.Point(160, 24);
     this.lblTX.Name     = "lblTX";
     this.lblTX.Size     = new System.Drawing.Size(64, 16);
     this.lblTX.TabIndex = 13;
     this.lblTX.Text     = "Transmit:";
     //
     // comboTXAnt
     //
     this.comboTXAnt.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboTXAnt.DropDownWidth = 64;
     this.comboTXAnt.Items.AddRange(new object[] {
         "ANT 1",
         "ANT 2",
         "ANT 3"
     });
     this.comboTXAnt.Location = new System.Drawing.Point(160, 40);
     this.comboTXAnt.Name     = "comboTXAnt";
     this.comboTXAnt.Size     = new System.Drawing.Size(64, 21);
     this.comboTXAnt.TabIndex = 12;
     this.toolTip1.SetToolTip(this.comboTXAnt, "Selects the Transmitter Antenna");
     this.comboTXAnt.SelectedIndexChanged += new System.EventHandler(this.comboTXAnt_SelectedIndexChanged);
     //
     // lblRX2
     //
     this.lblRX2.Image    = null;
     this.lblRX2.Location = new System.Drawing.Point(80, 24);
     this.lblRX2.Name     = "lblRX2";
     this.lblRX2.Size     = new System.Drawing.Size(72, 16);
     this.lblRX2.TabIndex = 15;
     this.lblRX2.Text     = "Receiver 2:";
     //
     // comboRX2Ant
     //
     this.comboRX2Ant.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboRX2Ant.DropDownWidth = 72;
     this.comboRX2Ant.Items.AddRange(new object[] {
         "N/C",
         "ANT 1",
         "RX2 IN",
         "RX1 Tap"
     });
     this.comboRX2Ant.Location = new System.Drawing.Point(80, 40);
     this.comboRX2Ant.Name     = "comboRX2Ant";
     this.comboRX2Ant.Size     = new System.Drawing.Size(72, 21);
     this.comboRX2Ant.TabIndex = 14;
     this.toolTip1.SetToolTip(this.comboRX2Ant, "Selects the second receivers antenna (only available if optional 2nd RX is instal" +
                              "led)");
     this.comboRX2Ant.SelectedIndexChanged += new System.EventHandler(this.comboRX2Ant_SelectedIndexChanged);
     //
     // radModeSimple
     //
     this.radModeSimple.Checked  = true;
     this.radModeSimple.Image    = null;
     this.radModeSimple.Location = new System.Drawing.Point(16, 24);
     this.radModeSimple.Name     = "radModeSimple";
     this.radModeSimple.Size     = new System.Drawing.Size(64, 24);
     this.radModeSimple.TabIndex = 16;
     this.radModeSimple.TabStop  = true;
     this.radModeSimple.Text     = "Simple";
     this.toolTip1.SetToolTip(this.radModeSimple, "One setting for all bands");
     this.radModeSimple.CheckedChanged += new System.EventHandler(this.radModeSimple_CheckedChanged);
     //
     // radModeExpert
     //
     this.radModeExpert.Image    = null;
     this.radModeExpert.Location = new System.Drawing.Point(96, 24);
     this.radModeExpert.Name     = "radModeExpert";
     this.radModeExpert.Size     = new System.Drawing.Size(56, 24);
     this.radModeExpert.TabIndex = 20;
     this.radModeExpert.Text     = "Expert";
     this.toolTip1.SetToolTip(this.radModeExpert, "More settings for each individual band");
     this.radModeExpert.CheckedChanged += new System.EventHandler(this.radModeExpert_CheckedChanged);
     //
     // chkRCATX1
     //
     this.chkRCATX1.Checked    = true;
     this.chkRCATX1.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkRCATX1.Image      = null;
     this.chkRCATX1.Location   = new System.Drawing.Point(16, 16);
     this.chkRCATX1.Name       = "chkRCATX1";
     this.chkRCATX1.Size       = new System.Drawing.Size(72, 32);
     this.chkRCATX1.TabIndex   = 0;
     this.chkRCATX1.Text       = "TX1 (Red)";
     this.toolTip1.SetToolTip(this.chkRCATX1, "When checked, the red RCA plug labeled TX1 will switch with TR transitions.  This" +
                              " can be used to switch an external linear, transverter, preselector, etc.");
     this.chkRCATX1.CheckedChanged += new System.EventHandler(this.chkRCATX1_CheckedChanged);
     //
     // chkRCATX2
     //
     this.chkRCATX2.Checked    = true;
     this.chkRCATX2.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkRCATX2.Image      = null;
     this.chkRCATX2.Location   = new System.Drawing.Point(96, 16);
     this.chkRCATX2.Name       = "chkRCATX2";
     this.chkRCATX2.Size       = new System.Drawing.Size(80, 32);
     this.chkRCATX2.TabIndex   = 1;
     this.chkRCATX2.Text       = "TX2 (White)";
     this.toolTip1.SetToolTip(this.chkRCATX2, "When checked, the white RCA plug labeled TX2 will switch with TR transitions.  Th" +
                              "is can be used to switch an external linear, transverter, preselector, etc.");
     this.chkRCATX2.CheckedChanged += new System.EventHandler(this.chkRCATX2_CheckedChanged);
     //
     // chkRCATX3
     //
     this.chkRCATX3.Checked    = true;
     this.chkRCATX3.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkRCATX3.Image      = null;
     this.chkRCATX3.Location   = new System.Drawing.Point(176, 16);
     this.chkRCATX3.Name       = "chkRCATX3";
     this.chkRCATX3.Size       = new System.Drawing.Size(64, 32);
     this.chkRCATX3.TabIndex   = 2;
     this.chkRCATX3.Text       = "TX3 (Yellow)";
     this.toolTip1.SetToolTip(this.chkRCATX3, "When checked, the yellow RCA plug labeled TX3 will switch with TR transitions.  T" +
                              "his can be used to switch an external linear, transverter, preselector, etc.");
     this.chkRCATX3.CheckedChanged += new System.EventHandler(this.chkRCATX3_CheckedChanged);
     //
     // chkLock
     //
     this.chkLock.Image    = null;
     this.chkLock.Location = new System.Drawing.Point(192, 64);
     this.chkLock.Name     = "chkLock";
     this.chkLock.Size     = new System.Drawing.Size(48, 24);
     this.chkLock.TabIndex = 16;
     this.chkLock.Text     = "Lock";
     this.toolTip1.SetToolTip(this.chkLock, "Check this box to lock RX1 and TX antenna selections.");
     this.chkLock.CheckedChanged += new System.EventHandler(this.chkLock_CheckedChanged);
     //
     // chkTX1DelayEnable
     //
     this.chkTX1DelayEnable.Image    = null;
     this.chkTX1DelayEnable.Location = new System.Drawing.Point(16, 48);
     this.chkTX1DelayEnable.Name     = "chkTX1DelayEnable";
     this.chkTX1DelayEnable.Size     = new System.Drawing.Size(56, 32);
     this.chkTX1DelayEnable.TabIndex = 3;
     this.chkTX1DelayEnable.Text     = "Delay (ms)";
     this.toolTip1.SetToolTip(this.chkTX1DelayEnable, "When checked, the red RCA plug labeled TX1 will delay before switching on TR tran" +
                              "sitions by the amount selected in milliseconds.");
     this.chkTX1DelayEnable.CheckedChanged += new System.EventHandler(this.chkTX1DelayEnable_CheckedChanged);
     //
     // chkTX2DelayEnable
     //
     this.chkTX2DelayEnable.Image    = null;
     this.chkTX2DelayEnable.Location = new System.Drawing.Point(96, 48);
     this.chkTX2DelayEnable.Name     = "chkTX2DelayEnable";
     this.chkTX2DelayEnable.Size     = new System.Drawing.Size(56, 32);
     this.chkTX2DelayEnable.TabIndex = 5;
     this.chkTX2DelayEnable.Text     = "Delay (ms)";
     this.toolTip1.SetToolTip(this.chkTX2DelayEnable, "When checked, the red RCA plug labeled TX1 will delay before switching on TR tran" +
                              "sitions by the amount selected in milliseconds.");
     this.chkTX2DelayEnable.CheckedChanged += new System.EventHandler(this.chkTX2DelayEnable_CheckedChanged);
     //
     // chkTX3DelayEnable
     //
     this.chkTX3DelayEnable.Image    = null;
     this.chkTX3DelayEnable.Location = new System.Drawing.Point(176, 48);
     this.chkTX3DelayEnable.Name     = "chkTX3DelayEnable";
     this.chkTX3DelayEnable.Size     = new System.Drawing.Size(56, 32);
     this.chkTX3DelayEnable.TabIndex = 7;
     this.chkTX3DelayEnable.Text     = "Delay (ms)";
     this.toolTip1.SetToolTip(this.chkTX3DelayEnable, "When checked, the red RCA plug labeled TX1 will delay before switching on TR tran" +
                              "sitions by the amount selected in milliseconds.");
     this.chkTX3DelayEnable.CheckedChanged += new System.EventHandler(this.chkTX3DelayEnable_CheckedChanged);
     //
     // chkEnable6mPreamp
     //
     this.chkEnable6mPreamp.Image    = null;
     this.chkEnable6mPreamp.Location = new System.Drawing.Point(8, 88);
     this.chkEnable6mPreamp.Name     = "chkEnable6mPreamp";
     this.chkEnable6mPreamp.Size     = new System.Drawing.Size(184, 16);
     this.chkEnable6mPreamp.TabIndex = 17;
     this.chkEnable6mPreamp.Text     = "Enable Preamp controls on 6m";
     this.toolTip1.SetToolTip(this.chkEnable6mPreamp, "Check this box to route the main receiver\'s RF path out RX1 Out and back in RX1 I" +
                              "n.  For use with external preamps/filters/etc.");
     this.chkEnable6mPreamp.CheckedChanged += new System.EventHandler(this.chkEnable6mPreamp_CheckedChanged);
     //
     // lblBand
     //
     this.lblBand.Image     = null;
     this.lblBand.Location  = new System.Drawing.Point(160, 24);
     this.lblBand.Name      = "lblBand";
     this.lblBand.Size      = new System.Drawing.Size(40, 24);
     this.lblBand.TabIndex  = 19;
     this.lblBand.Text      = "Band:";
     this.lblBand.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.lblBand.Visible   = false;
     //
     // comboBand
     //
     this.comboBand.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBand.DropDownWidth = 56;
     this.comboBand.Items.AddRange(new object[] {
         "GEN",
         "160m",
         "80m",
         "60m",
         "40m",
         "30m",
         "20m",
         "17m",
         "15m",
         "12m",
         "10m",
         "6m",
         "2m",
         "WWV",
         "VHF0",
         "VHF1",
         "VHF2",
         "VHF3",
         "VHF4",
         "VHF5",
         "VHF6",
         "VHF7",
         "VHF8",
         "VHF9",
         "VHF10",
         "VHF11",
         "VHF12",
         "VHF13"
     });
     this.comboBand.Location              = new System.Drawing.Point(200, 24);
     this.comboBand.Name                  = "comboBand";
     this.comboBand.Size                  = new System.Drawing.Size(56, 21);
     this.comboBand.TabIndex              = 18;
     this.comboBand.Visible               = false;
     this.comboBand.SelectedIndexChanged += new System.EventHandler(this.comboBand_SelectedIndexChanged);
     //
     // grpComplexity
     //
     this.grpComplexity.Controls.Add(this.radModeSimple);
     this.grpComplexity.Controls.Add(this.radModeExpert);
     this.grpComplexity.Controls.Add(this.lblBand);
     this.grpComplexity.Controls.Add(this.comboBand);
     this.grpComplexity.Location = new System.Drawing.Point(8, 8);
     this.grpComplexity.Name     = "grpComplexity";
     this.grpComplexity.Size     = new System.Drawing.Size(264, 56);
     this.grpComplexity.TabIndex = 21;
     this.grpComplexity.TabStop  = false;
     this.grpComplexity.Text     = "Complexity";
     //
     // grpSwitchRelay
     //
     this.grpSwitchRelay.Controls.Add(this.udTX3Delay);
     this.grpSwitchRelay.Controls.Add(this.chkTX3DelayEnable);
     this.grpSwitchRelay.Controls.Add(this.udTX2Delay);
     this.grpSwitchRelay.Controls.Add(this.chkTX2DelayEnable);
     this.grpSwitchRelay.Controls.Add(this.udTX1Delay);
     this.grpSwitchRelay.Controls.Add(this.chkTX1DelayEnable);
     this.grpSwitchRelay.Controls.Add(this.chkRCATX3);
     this.grpSwitchRelay.Controls.Add(this.chkRCATX2);
     this.grpSwitchRelay.Controls.Add(this.chkRCATX1);
     this.grpSwitchRelay.Location = new System.Drawing.Point(8, 192);
     this.grpSwitchRelay.Name     = "grpSwitchRelay";
     this.grpSwitchRelay.Size     = new System.Drawing.Size(264, 112);
     this.grpSwitchRelay.TabIndex = 21;
     this.grpSwitchRelay.TabStop  = false;
     this.grpSwitchRelay.Text     = "Switch Relay with TR";
     this.grpSwitchRelay.Visible  = false;
     //
     // udTX3Delay
     //
     this.udTX3Delay.Enabled   = false;
     this.udTX3Delay.Increment = new System.Decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.udTX3Delay.Location = new System.Drawing.Point(176, 80);
     this.udTX3Delay.Maximum  = new System.Decimal(new int[] {
         9999,
         0,
         0,
         0
     });
     this.udTX3Delay.Minimum = new System.Decimal(new int[] {
         0,
         0,
         0,
         0
     });
     this.udTX3Delay.Name     = "udTX3Delay";
     this.udTX3Delay.Size     = new System.Drawing.Size(56, 20);
     this.udTX3Delay.TabIndex = 8;
     this.udTX3Delay.Value    = new System.Decimal(new int[] {
         100,
         0,
         0,
         0
     });
     this.udTX3Delay.ValueChanged += new System.EventHandler(this.udTX3Delay_ValueChanged);
     //
     // udTX2Delay
     //
     this.udTX2Delay.Enabled   = false;
     this.udTX2Delay.Increment = new System.Decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.udTX2Delay.Location = new System.Drawing.Point(96, 80);
     this.udTX2Delay.Maximum  = new System.Decimal(new int[] {
         9999,
         0,
         0,
         0
     });
     this.udTX2Delay.Minimum = new System.Decimal(new int[] {
         0,
         0,
         0,
         0
     });
     this.udTX2Delay.Name     = "udTX2Delay";
     this.udTX2Delay.Size     = new System.Drawing.Size(56, 20);
     this.udTX2Delay.TabIndex = 6;
     this.udTX2Delay.Value    = new System.Decimal(new int[] {
         100,
         0,
         0,
         0
     });
     this.udTX2Delay.ValueChanged += new System.EventHandler(this.udTX2Delay_ValueChanged);
     //
     // udTX1Delay
     //
     this.udTX1Delay.Enabled   = false;
     this.udTX1Delay.Increment = new System.Decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.udTX1Delay.Location = new System.Drawing.Point(16, 80);
     this.udTX1Delay.Maximum  = new System.Decimal(new int[] {
         9999,
         0,
         0,
         0
     });
     this.udTX1Delay.Minimum = new System.Decimal(new int[] {
         0,
         0,
         0,
         0
     });
     this.udTX1Delay.Name     = "udTX1Delay";
     this.udTX1Delay.Size     = new System.Drawing.Size(56, 20);
     this.udTX1Delay.TabIndex = 4;
     this.udTX1Delay.Value    = new System.Decimal(new int[] {
         100,
         0,
         0,
         0
     });
     this.udTX1Delay.ValueChanged += new System.EventHandler(this.udTX1Delay_ValueChanged);
     //
     // grpAntenna
     //
     this.grpAntenna.Controls.Add(this.chkEnable6mPreamp);
     this.grpAntenna.Controls.Add(this.chkLock);
     this.grpAntenna.Controls.Add(this.comboRX1Ant);
     this.grpAntenna.Controls.Add(this.chkRX1Loop);
     this.grpAntenna.Controls.Add(this.comboRX2Ant);
     this.grpAntenna.Controls.Add(this.lblRX2);
     this.grpAntenna.Controls.Add(this.comboTXAnt);
     this.grpAntenna.Controls.Add(this.lblTX);
     this.grpAntenna.Controls.Add(this.lblRX1);
     this.grpAntenna.Location = new System.Drawing.Point(8, 72);
     this.grpAntenna.Name     = "grpAntenna";
     this.grpAntenna.Size     = new System.Drawing.Size(264, 112);
     this.grpAntenna.TabIndex = 20;
     this.grpAntenna.TabStop  = false;
     this.grpAntenna.Text     = "Antenna";
     //
     // txtStatus
     //
     this.txtStatus.Location = new System.Drawing.Point(8, 320);
     this.txtStatus.Name     = "txtStatus";
     this.txtStatus.ReadOnly = true;
     this.txtStatus.Size     = new System.Drawing.Size(264, 20);
     this.txtStatus.TabIndex = 23;
     this.txtStatus.Text     = "Simple Mode: Settings are applied to all bands";
     //
     // FWCAntForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(280, 342);
     this.Controls.Add(this.txtStatus);
     this.Controls.Add(this.grpComplexity);
     this.Controls.Add(this.grpAntenna);
     this.Controls.Add(this.grpSwitchRelay);
     this.Icon     = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name     = "FWCAntForm";
     this.Text     = "FLEX-5000 Antenna Selection";
     this.Closing += new System.ComponentModel.CancelEventHandler(this.FWCAntForm_Closing);
     this.grpComplexity.ResumeLayout(false);
     this.grpSwitchRelay.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.udTX3Delay)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.udTX2Delay)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.udTX1Delay)).EndInit();
     this.grpAntenna.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Beispiel #27
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(SaveMem));
     this.comboGroup = new System.Windows.Forms.ComboBoxTS();
     this.lblGroup = new System.Windows.Forms.LabelTS();
     this.lblFrequency = new System.Windows.Forms.LabelTS();
     this.txtFreq = new System.Windows.Forms.TextBoxTS();
     this.comboMode = new System.Windows.Forms.ComboBoxTS();
     this.lblMode = new System.Windows.Forms.LabelTS();
     this.lblFilter = new System.Windows.Forms.LabelTS();
     this.comboFilter = new System.Windows.Forms.ComboBoxTS();
     this.txtCallsign = new System.Windows.Forms.TextBoxTS();
     this.lblCallsign = new System.Windows.Forms.LabelTS();
     this.lblComments = new System.Windows.Forms.LabelTS();
     this.txtComments = new System.Windows.Forms.TextBoxTS();
     this.chkScan = new System.Windows.Forms.CheckBoxTS();
     this.lblSquelch = new System.Windows.Forms.LabelTS();
     this.lblStepSize = new System.Windows.Forms.LabelTS();
     this.comboStepSize = new System.Windows.Forms.ComboBoxTS();
     this.btnCancel = new System.Windows.Forms.ButtonTS();
     this.btnOK = new System.Windows.Forms.ButtonTS();
     this.lblAGC = new System.Windows.Forms.LabelTS();
     this.comboAGC = new System.Windows.Forms.ComboBoxTS();
     this.udSquelch = new System.Windows.Forms.NumericUpDownTS();
     ((System.ComponentModel.ISupportInitialize)(this.udSquelch)).BeginInit();
     this.SuspendLayout();
     //
     // comboGroup
     //
     this.comboGroup.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboGroup.DropDownWidth = 112;
     this.comboGroup.Location = new System.Drawing.Point(72, 16);
     this.comboGroup.Name = "comboGroup";
     this.comboGroup.Size = new System.Drawing.Size(112, 21);
     this.comboGroup.TabIndex = 0;
     //
     // lblGroup
     //
     this.lblGroup.Image = null;
     this.lblGroup.Location = new System.Drawing.Point(16, 16);
     this.lblGroup.Name = "lblGroup";
     this.lblGroup.Size = new System.Drawing.Size(48, 23);
     this.lblGroup.TabIndex = 1;
     this.lblGroup.Text = "Group:";
     //
     // lblFrequency
     //
     this.lblFrequency.Image = null;
     this.lblFrequency.Location = new System.Drawing.Point(200, 16);
     this.lblFrequency.Name = "lblFrequency";
     this.lblFrequency.Size = new System.Drawing.Size(64, 23);
     this.lblFrequency.TabIndex = 2;
     this.lblFrequency.Text = "Frequency:";
     //
     // txtFreq
     //
     this.txtFreq.Location = new System.Drawing.Point(264, 16);
     this.txtFreq.Name = "txtFreq";
     this.txtFreq.Size = new System.Drawing.Size(88, 20);
     this.txtFreq.TabIndex = 3;
     this.txtFreq.Text = "";
     //
     // comboMode
     //
     this.comboMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboMode.DropDownWidth = 112;
     this.comboMode.Location = new System.Drawing.Point(72, 48);
     this.comboMode.MaxDropDownItems = 12;
     this.comboMode.Name = "comboMode";
     this.comboMode.Size = new System.Drawing.Size(112, 21);
     this.comboMode.TabIndex = 4;
     this.comboMode.SelectedIndexChanged += new System.EventHandler(this.comboMode_SelectedIndexChanged);
     //
     // lblMode
     //
     this.lblMode.Image = null;
     this.lblMode.Location = new System.Drawing.Point(16, 48);
     this.lblMode.Name = "lblMode";
     this.lblMode.Size = new System.Drawing.Size(48, 23);
     this.lblMode.TabIndex = 5;
     this.lblMode.Text = "Mode:";
     //
     // lblFilter
     //
     this.lblFilter.Image = null;
     this.lblFilter.Location = new System.Drawing.Point(16, 80);
     this.lblFilter.Name = "lblFilter";
     this.lblFilter.Size = new System.Drawing.Size(48, 23);
     this.lblFilter.TabIndex = 6;
     this.lblFilter.Text = "Filter:";
     //
     // comboFilter
     //
     this.comboFilter.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboFilter.DropDownWidth = 112;
     this.comboFilter.Items.AddRange(new object[] {
                                                      "Filter1",
                                                      "Filter2",
                                                      "Filter3",
                                                      "Filter4",
                                                      "Filter5",
                                                      "Filter6",
                                                      "Filter7",
                                                      "Filter8",
                                                      "Filter9",
                                                      "Filter10",
                                                      "Var1",
                                                      "Var2",
                                                      "None"});
     this.comboFilter.Location = new System.Drawing.Point(72, 80);
     this.comboFilter.MaxDropDownItems = 13;
     this.comboFilter.Name = "comboFilter";
     this.comboFilter.Size = new System.Drawing.Size(112, 21);
     this.comboFilter.TabIndex = 7;
     //
     // txtCallsign
     //
     this.txtCallsign.Location = new System.Drawing.Point(264, 48);
     this.txtCallsign.Name = "txtCallsign";
     this.txtCallsign.Size = new System.Drawing.Size(88, 20);
     this.txtCallsign.TabIndex = 8;
     this.txtCallsign.Text = "";
     //
     // lblCallsign
     //
     this.lblCallsign.Image = null;
     this.lblCallsign.Location = new System.Drawing.Point(200, 48);
     this.lblCallsign.Name = "lblCallsign";
     this.lblCallsign.Size = new System.Drawing.Size(48, 24);
     this.lblCallsign.TabIndex = 9;
     this.lblCallsign.Text = "Callsign:";
     //
     // lblComments
     //
     this.lblComments.Image = null;
     this.lblComments.Location = new System.Drawing.Point(16, 144);
     this.lblComments.Name = "lblComments";
     this.lblComments.Size = new System.Drawing.Size(64, 23);
     this.lblComments.TabIndex = 10;
     this.lblComments.Text = "Comments:";
     //
     // txtComments
     //
     this.txtComments.Location = new System.Drawing.Point(72, 144);
     this.txtComments.Name = "txtComments";
     this.txtComments.Size = new System.Drawing.Size(280, 20);
     this.txtComments.TabIndex = 11;
     this.txtComments.Text = "";
     //
     // chkScan
     //
     this.chkScan.Image = null;
     this.chkScan.Location = new System.Drawing.Point(160, 176);
     this.chkScan.Name = "chkScan";
     this.chkScan.Size = new System.Drawing.Size(56, 24);
     this.chkScan.TabIndex = 12;
     this.chkScan.Text = "Scan";
     this.chkScan.Visible = false;
     //
     // lblSquelch
     //
     this.lblSquelch.Image = null;
     this.lblSquelch.Location = new System.Drawing.Point(200, 80);
     this.lblSquelch.Name = "lblSquelch";
     this.lblSquelch.Size = new System.Drawing.Size(48, 23);
     this.lblSquelch.TabIndex = 13;
     this.lblSquelch.Text = "Squelch:";
     //
     // lblStepSize
     //
     this.lblStepSize.Image = null;
     this.lblStepSize.Location = new System.Drawing.Point(16, 112);
     this.lblStepSize.Name = "lblStepSize";
     this.lblStepSize.Size = new System.Drawing.Size(56, 23);
     this.lblStepSize.TabIndex = 15;
     this.lblStepSize.Text = "Step Size:";
     //
     // comboStepSize
     //
     this.comboStepSize.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboStepSize.DropDownWidth = 112;
     this.comboStepSize.Items.AddRange(new object[] {
                                                        "1Hz",
                                                        "10Hz",
                                                        "50Hz",
                                                        "100Hz",
                                                        "250Hz",
                                                        "500Hz",
                                                        "1kHz",
                                                        "5kHz",
                                                        "10kHz",
                                                        "100kHz",
                                                        "1MHz",
                                                        "10MHz"});
     this.comboStepSize.Location = new System.Drawing.Point(72, 112);
     this.comboStepSize.MaxDropDownItems = 12;
     this.comboStepSize.Name = "comboStepSize";
     this.comboStepSize.Size = new System.Drawing.Size(112, 21);
     this.comboStepSize.TabIndex = 16;
     //
     // btnCancel
     //
     this.btnCancel.Image = null;
     this.btnCancel.Location = new System.Drawing.Point(216, 176);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.TabIndex = 17;
     this.btnCancel.Text = "Cancel";
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // btnOK
     //
     this.btnOK.Image = null;
     this.btnOK.Location = new System.Drawing.Point(72, 176);
     this.btnOK.Name = "btnOK";
     this.btnOK.TabIndex = 18;
     this.btnOK.Text = "OK";
     this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
     //
     // lblAGC
     //
     this.lblAGC.Image = null;
     this.lblAGC.Location = new System.Drawing.Point(200, 112);
     this.lblAGC.Name = "lblAGC";
     this.lblAGC.Size = new System.Drawing.Size(48, 23);
     this.lblAGC.TabIndex = 19;
     this.lblAGC.Text = "AGC:";
     //
     // comboAGC
     //
     this.comboAGC.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboAGC.DropDownWidth = 88;
     this.comboAGC.Location = new System.Drawing.Point(264, 112);
     this.comboAGC.Name = "comboAGC";
     this.comboAGC.Size = new System.Drawing.Size(88, 21);
     this.comboAGC.TabIndex = 20;
     //
     // udSquelch
     //
     this.udSquelch.Increment = new System.Decimal(new int[] {
                                                                 1,
                                                                 0,
                                                                 0,
                                                                 0});
     this.udSquelch.Location = new System.Drawing.Point(264, 80);
     this.udSquelch.Maximum = new System.Decimal(new int[] {
                                                               160,
                                                               0,
                                                               0,
                                                               0});
     this.udSquelch.Minimum = new System.Decimal(new int[] {
                                                               0,
                                                               0,
                                                               0,
                                                               0});
     this.udSquelch.Name = "udSquelch";
     this.udSquelch.Size = new System.Drawing.Size(48, 20);
     this.udSquelch.TabIndex = 21;
     this.udSquelch.Value = new System.Decimal(new int[] {
                                                             0,
                                                             0,
                                                             0,
                                                             0});
     //
     // SaveMem
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(368, 214);
     this.Controls.Add(this.udSquelch);
     this.Controls.Add(this.comboAGC);
     this.Controls.Add(this.lblAGC);
     this.Controls.Add(this.btnOK);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.comboStepSize);
     this.Controls.Add(this.lblStepSize);
     this.Controls.Add(this.txtComments);
     this.Controls.Add(this.txtCallsign);
     this.Controls.Add(this.txtFreq);
     this.Controls.Add(this.lblSquelch);
     this.Controls.Add(this.chkScan);
     this.Controls.Add(this.lblComments);
     this.Controls.Add(this.lblCallsign);
     this.Controls.Add(this.comboFilter);
     this.Controls.Add(this.lblFilter);
     this.Controls.Add(this.lblMode);
     this.Controls.Add(this.comboMode);
     this.Controls.Add(this.lblFrequency);
     this.Controls.Add(this.lblGroup);
     this.Controls.Add(this.comboGroup);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.Name = "SaveMem";
     this.Text = "PowerSDR Save Memory Channel";
     ((System.ComponentModel.ISupportInitialize)(this.udSquelch)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FLEX5000ProdTestForm));
     this.btnPLL = new System.Windows.Forms.ButtonTS();
     this.btnRXFilter = new System.Windows.Forms.ButtonTS();
     this.grpReceiver = new System.Windows.Forms.GroupBoxTS();
     this.btnRXImage = new System.Windows.Forms.ButtonTS();
     this.btnRXLevel = new System.Windows.Forms.ButtonTS();
     this.grpGeneral = new System.Windows.Forms.GroupBoxTS();
     this.btnGenPreamp = new System.Windows.Forms.ButtonTS();
     this.btnNoise = new System.Windows.Forms.ButtonTS();
     this.btnGenBal = new System.Windows.Forms.ButtonTS();
     this.btnImpulse = new System.Windows.Forms.ButtonTS();
     this.grpTransmitter = new System.Windows.Forms.GroupBoxTS();
     this.btnTXFilter = new System.Windows.Forms.ButtonTS();
     this.btnTXCarrier = new System.Windows.Forms.ButtonTS();
     this.btnTXImage = new System.Windows.Forms.ButtonTS();
     this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
     this.grpBands = new System.Windows.Forms.GroupBoxTS();
     this.ck6 = new System.Windows.Forms.CheckBoxTS();
     this.ck10 = new System.Windows.Forms.CheckBoxTS();
     this.ck12 = new System.Windows.Forms.CheckBoxTS();
     this.ck15 = new System.Windows.Forms.CheckBoxTS();
     this.ck17 = new System.Windows.Forms.CheckBoxTS();
     this.ck20 = new System.Windows.Forms.CheckBoxTS();
     this.ck30 = new System.Windows.Forms.CheckBoxTS();
     this.ck40 = new System.Windows.Forms.CheckBoxTS();
     this.ck60 = new System.Windows.Forms.CheckBoxTS();
     this.ck80 = new System.Windows.Forms.CheckBoxTS();
     this.ck160 = new System.Windows.Forms.CheckBoxTS();
     this.btnClearAll = new System.Windows.Forms.ButtonTS();
     this.btnCheckAll = new System.Windows.Forms.ButtonTS();
     this.lstDebug = new System.Windows.Forms.ListBox();
     this.btnRunSelectedTests = new System.Windows.Forms.ButtonTS();
     this.lblTech = new System.Windows.Forms.LabelTS();
     this.txtTech = new System.Windows.Forms.TextBoxTS();
     this.btnPrintReport = new System.Windows.Forms.ButtonTS();
     this.printPreviewDialog1 = new System.Windows.Forms.PrintPreviewDialog();
     this.printDocument1 = new System.Drawing.Printing.PrintDocument();
     this.grpTestGeneral = new System.Windows.Forms.GroupBoxTS();
     this.btnTestGenAll = new System.Windows.Forms.ButtonTS();
     this.ckTestGenPreamp = new System.Windows.Forms.CheckBoxTS();
     this.btnTestGenNone = new System.Windows.Forms.ButtonTS();
     this.ckTestGenImpulse = new System.Windows.Forms.CheckBoxTS();
     this.ckTestGenNoise = new System.Windows.Forms.CheckBoxTS();
     this.ckTestGenBal = new System.Windows.Forms.CheckBoxTS();
     this.ckTestGenPLL = new System.Windows.Forms.CheckBoxTS();
     this.grpTestReceiver = new System.Windows.Forms.GroupBoxTS();
     this.btnTestRXNone = new System.Windows.Forms.ButtonTS();
     this.btnTestRXAll = new System.Windows.Forms.ButtonTS();
     this.ckTestRXMDS = new System.Windows.Forms.CheckBoxTS();
     this.ckTestRXImage = new System.Windows.Forms.CheckBoxTS();
     this.ckTestRXLevel = new System.Windows.Forms.CheckBoxTS();
     this.ckTestRXFilter = new System.Windows.Forms.CheckBoxTS();
     this.grpTestTransmitter = new System.Windows.Forms.GroupBoxTS();
     this.btnTestTXNone = new System.Windows.Forms.ButtonTS();
     this.btnTestTXAll = new System.Windows.Forms.ButtonTS();
     this.ckTestTXImage = new System.Windows.Forms.CheckBoxTS();
     this.ckTestTXCarrier = new System.Windows.Forms.CheckBoxTS();
     this.ckTestTXFilter = new System.Windows.Forms.CheckBoxTS();
     this.btnTestNone = new System.Windows.Forms.ButtonTS();
     this.btnTestAll = new System.Windows.Forms.ButtonTS();
     this.grpIO = new System.Windows.Forms.GroupBoxTS();
     this.btnIORunAll = new System.Windows.Forms.ButtonTS();
     this.btnIOExtRef = new System.Windows.Forms.ButtonTS();
     this.btnIOHeadphone = new System.Windows.Forms.ButtonTS();
     this.btnIOMicPTT = new System.Windows.Forms.ButtonTS();
     this.btnIORCAPTT = new System.Windows.Forms.ButtonTS();
     this.btnIODash = new System.Windows.Forms.ButtonTS();
     this.btnIODot = new System.Windows.Forms.ButtonTS();
     this.btnIOFWInOut = new System.Windows.Forms.ButtonTS();
     this.btnIORCAInOut = new System.Windows.Forms.ButtonTS();
     this.btnIOPwrSpkr = new System.Windows.Forms.ButtonTS();
     this.btnPostFence = new System.Windows.Forms.ButtonTS();
     this.grpReceiver.SuspendLayout();
     this.grpGeneral.SuspendLayout();
     this.grpTransmitter.SuspendLayout();
     this.grpBands.SuspendLayout();
     this.grpTestGeneral.SuspendLayout();
     this.grpTestReceiver.SuspendLayout();
     this.grpTestTransmitter.SuspendLayout();
     this.grpIO.SuspendLayout();
     this.SuspendLayout();
     //
     // btnPLL
     //
     this.btnPLL.Image = null;
     this.btnPLL.Location = new System.Drawing.Point(16, 16);
     this.btnPLL.Name = "btnPLL";
     this.btnPLL.TabIndex = 0;
     this.btnPLL.Text = "PLL";
     this.toolTip1.SetToolTip(this.btnPLL, "PLL Test: Not Run");
     this.btnPLL.Click += new System.EventHandler(this.btnPLL_Click);
     //
     // btnRXFilter
     //
     this.btnRXFilter.Image = null;
     this.btnRXFilter.Location = new System.Drawing.Point(16, 24);
     this.btnRXFilter.Name = "btnRXFilter";
     this.btnRXFilter.TabIndex = 1;
     this.btnRXFilter.Text = "Filter";
     this.toolTip1.SetToolTip(this.btnRXFilter, "RX Filter Test: Not Run");
     this.btnRXFilter.Click += new System.EventHandler(this.btnRXFilter_Click);
     //
     // grpReceiver
     //
     this.grpReceiver.Controls.Add(this.btnRXImage);
     this.grpReceiver.Controls.Add(this.btnRXFilter);
     this.grpReceiver.Controls.Add(this.btnRXLevel);
     this.grpReceiver.Location = new System.Drawing.Point(8, 120);
     this.grpReceiver.Name = "grpReceiver";
     this.grpReceiver.Size = new System.Drawing.Size(200, 104);
     this.grpReceiver.TabIndex = 2;
     this.grpReceiver.TabStop = false;
     this.grpReceiver.Text = "Receiver Tests";
     //
     // btnRXImage
     //
     this.btnRXImage.Image = null;
     this.btnRXImage.Location = new System.Drawing.Point(16, 64);
     this.btnRXImage.Name = "btnRXImage";
     this.btnRXImage.TabIndex = 4;
     this.btnRXImage.Text = "Image";
     this.toolTip1.SetToolTip(this.btnRXImage, "RX Image Test: Not Run");
     this.btnRXImage.Click += new System.EventHandler(this.btnRXImage_Click);
     //
     // btnRXLevel
     //
     this.btnRXLevel.Image = null;
     this.btnRXLevel.Location = new System.Drawing.Point(104, 24);
     this.btnRXLevel.Name = "btnRXLevel";
     this.btnRXLevel.TabIndex = 3;
     this.btnRXLevel.Text = "Level";
     this.toolTip1.SetToolTip(this.btnRXLevel, "RX Level Test: Not Run");
     this.btnRXLevel.Click += new System.EventHandler(this.btnRXLevel_Click);
     //
     // grpGeneral
     //
     this.grpGeneral.Controls.Add(this.btnGenPreamp);
     this.grpGeneral.Controls.Add(this.btnNoise);
     this.grpGeneral.Controls.Add(this.btnGenBal);
     this.grpGeneral.Controls.Add(this.btnPLL);
     this.grpGeneral.Controls.Add(this.btnImpulse);
     this.grpGeneral.Location = new System.Drawing.Point(8, 8);
     this.grpGeneral.Name = "grpGeneral";
     this.grpGeneral.Size = new System.Drawing.Size(200, 112);
     this.grpGeneral.TabIndex = 3;
     this.grpGeneral.TabStop = false;
     this.grpGeneral.Text = "General Tests";
     //
     // btnGenPreamp
     //
     this.btnGenPreamp.Image = null;
     this.btnGenPreamp.Location = new System.Drawing.Point(16, 80);
     this.btnGenPreamp.Name = "btnGenPreamp";
     this.btnGenPreamp.TabIndex = 7;
     this.btnGenPreamp.Text = "Preamp";
     this.toolTip1.SetToolTip(this.btnGenPreamp, "Preamp Test: Not Run");
     this.btnGenPreamp.Click += new System.EventHandler(this.btnGenPreamp_Click);
     //
     // btnNoise
     //
     this.btnNoise.Image = null;
     this.btnNoise.Location = new System.Drawing.Point(16, 48);
     this.btnNoise.Name = "btnNoise";
     this.btnNoise.TabIndex = 2;
     this.btnNoise.Text = "Noise";
     this.toolTip1.SetToolTip(this.btnNoise, "Noise Test: Not Run");
     this.btnNoise.Click += new System.EventHandler(this.btnNoise_Click);
     //
     // btnGenBal
     //
     this.btnGenBal.Image = null;
     this.btnGenBal.Location = new System.Drawing.Point(104, 16);
     this.btnGenBal.Name = "btnGenBal";
     this.btnGenBal.TabIndex = 1;
     this.btnGenBal.Text = "Gen/Bal";
     this.toolTip1.SetToolTip(this.btnGenBal, "Gen/Bal Test: Not Run");
     this.btnGenBal.Click += new System.EventHandler(this.btnGenBal_Click);
     //
     // btnImpulse
     //
     this.btnImpulse.Image = null;
     this.btnImpulse.Location = new System.Drawing.Point(104, 48);
     this.btnImpulse.Name = "btnImpulse";
     this.btnImpulse.TabIndex = 6;
     this.btnImpulse.Text = "Impulse";
     this.toolTip1.SetToolTip(this.btnImpulse, "Impulse Test: Not Run");
     this.btnImpulse.Click += new System.EventHandler(this.btnImpulse_Click);
     //
     // grpTransmitter
     //
     this.grpTransmitter.Controls.Add(this.btnTXFilter);
     this.grpTransmitter.Controls.Add(this.btnTXCarrier);
     this.grpTransmitter.Controls.Add(this.btnTXImage);
     this.grpTransmitter.Location = new System.Drawing.Point(8, 232);
     this.grpTransmitter.Name = "grpTransmitter";
     this.grpTransmitter.TabIndex = 4;
     this.grpTransmitter.TabStop = false;
     this.grpTransmitter.Text = "Transmitter";
     //
     // btnTXFilter
     //
     this.btnTXFilter.Image = null;
     this.btnTXFilter.Location = new System.Drawing.Point(16, 24);
     this.btnTXFilter.Name = "btnTXFilter";
     this.btnTXFilter.TabIndex = 7;
     this.btnTXFilter.Text = "Filter";
     this.btnTXFilter.Click += new System.EventHandler(this.btnTXFilter_Click);
     //
     // btnTXCarrier
     //
     this.btnTXCarrier.Image = null;
     this.btnTXCarrier.Location = new System.Drawing.Point(16, 64);
     this.btnTXCarrier.Name = "btnTXCarrier";
     this.btnTXCarrier.TabIndex = 6;
     this.btnTXCarrier.Text = "Carrier";
     this.btnTXCarrier.Click += new System.EventHandler(this.btnTXCarrier_Click);
     //
     // btnTXImage
     //
     this.btnTXImage.Image = null;
     this.btnTXImage.Location = new System.Drawing.Point(104, 24);
     this.btnTXImage.Name = "btnTXImage";
     this.btnTXImage.TabIndex = 5;
     this.btnTXImage.Text = "Image";
     this.btnTXImage.Click += new System.EventHandler(this.btnTXImage_Click);
     //
     // grpBands
     //
     this.grpBands.Controls.Add(this.ck6);
     this.grpBands.Controls.Add(this.ck10);
     this.grpBands.Controls.Add(this.ck12);
     this.grpBands.Controls.Add(this.ck15);
     this.grpBands.Controls.Add(this.ck17);
     this.grpBands.Controls.Add(this.ck20);
     this.grpBands.Controls.Add(this.ck30);
     this.grpBands.Controls.Add(this.ck40);
     this.grpBands.Controls.Add(this.ck60);
     this.grpBands.Controls.Add(this.ck80);
     this.grpBands.Controls.Add(this.ck160);
     this.grpBands.Controls.Add(this.btnClearAll);
     this.grpBands.Controls.Add(this.btnCheckAll);
     this.grpBands.Location = new System.Drawing.Point(216, 8);
     this.grpBands.Name = "grpBands";
     this.grpBands.Size = new System.Drawing.Size(256, 104);
     this.grpBands.TabIndex = 15;
     this.grpBands.TabStop = false;
     this.grpBands.Text = "Bands";
     //
     // ck6
     //
     this.ck6.Checked = true;
     this.ck6.CheckState = System.Windows.Forms.CheckState.Checked;
     this.ck6.Image = null;
     this.ck6.Location = new System.Drawing.Point(216, 40);
     this.ck6.Name = "ck6";
     this.ck6.Size = new System.Drawing.Size(32, 24);
     this.ck6.TabIndex = 28;
     this.ck6.Text = "6";
     //
     // ck10
     //
     this.ck10.Checked = true;
     this.ck10.CheckState = System.Windows.Forms.CheckState.Checked;
     this.ck10.Image = null;
     this.ck10.Location = new System.Drawing.Point(176, 40);
     this.ck10.Name = "ck10";
     this.ck10.Size = new System.Drawing.Size(40, 24);
     this.ck10.TabIndex = 27;
     this.ck10.Text = "10";
     //
     // ck12
     //
     this.ck12.Checked = true;
     this.ck12.CheckState = System.Windows.Forms.CheckState.Checked;
     this.ck12.Image = null;
     this.ck12.Location = new System.Drawing.Point(136, 40);
     this.ck12.Name = "ck12";
     this.ck12.Size = new System.Drawing.Size(40, 24);
     this.ck12.TabIndex = 26;
     this.ck12.Text = "12";
     //
     // ck15
     //
     this.ck15.Checked = true;
     this.ck15.CheckState = System.Windows.Forms.CheckState.Checked;
     this.ck15.Image = null;
     this.ck15.Location = new System.Drawing.Point(96, 40);
     this.ck15.Name = "ck15";
     this.ck15.Size = new System.Drawing.Size(40, 24);
     this.ck15.TabIndex = 25;
     this.ck15.Text = "15";
     //
     // ck17
     //
     this.ck17.Checked = true;
     this.ck17.CheckState = System.Windows.Forms.CheckState.Checked;
     this.ck17.Image = null;
     this.ck17.Location = new System.Drawing.Point(56, 40);
     this.ck17.Name = "ck17";
     this.ck17.Size = new System.Drawing.Size(40, 24);
     this.ck17.TabIndex = 24;
     this.ck17.Text = "17";
     //
     // ck20
     //
     this.ck20.Checked = true;
     this.ck20.CheckState = System.Windows.Forms.CheckState.Checked;
     this.ck20.Image = null;
     this.ck20.Location = new System.Drawing.Point(16, 40);
     this.ck20.Name = "ck20";
     this.ck20.Size = new System.Drawing.Size(40, 24);
     this.ck20.TabIndex = 23;
     this.ck20.Text = "20";
     //
     // ck30
     //
     this.ck30.Checked = true;
     this.ck30.CheckState = System.Windows.Forms.CheckState.Checked;
     this.ck30.Image = null;
     this.ck30.Location = new System.Drawing.Point(184, 16);
     this.ck30.Name = "ck30";
     this.ck30.Size = new System.Drawing.Size(40, 24);
     this.ck30.TabIndex = 22;
     this.ck30.Text = "30";
     //
     // ck40
     //
     this.ck40.Checked = true;
     this.ck40.CheckState = System.Windows.Forms.CheckState.Checked;
     this.ck40.Image = null;
     this.ck40.Location = new System.Drawing.Point(144, 16);
     this.ck40.Name = "ck40";
     this.ck40.Size = new System.Drawing.Size(40, 24);
     this.ck40.TabIndex = 21;
     this.ck40.Text = "40";
     //
     // ck60
     //
     this.ck60.Checked = true;
     this.ck60.CheckState = System.Windows.Forms.CheckState.Checked;
     this.ck60.Image = null;
     this.ck60.Location = new System.Drawing.Point(104, 16);
     this.ck60.Name = "ck60";
     this.ck60.Size = new System.Drawing.Size(40, 24);
     this.ck60.TabIndex = 20;
     this.ck60.Text = "60";
     //
     // ck80
     //
     this.ck80.Checked = true;
     this.ck80.CheckState = System.Windows.Forms.CheckState.Checked;
     this.ck80.Image = null;
     this.ck80.Location = new System.Drawing.Point(64, 16);
     this.ck80.Name = "ck80";
     this.ck80.Size = new System.Drawing.Size(40, 24);
     this.ck80.TabIndex = 19;
     this.ck80.Text = "80";
     //
     // ck160
     //
     this.ck160.Checked = true;
     this.ck160.CheckState = System.Windows.Forms.CheckState.Checked;
     this.ck160.Image = null;
     this.ck160.Location = new System.Drawing.Point(16, 16);
     this.ck160.Name = "ck160";
     this.ck160.Size = new System.Drawing.Size(48, 24);
     this.ck160.TabIndex = 18;
     this.ck160.Text = "160";
     //
     // btnClearAll
     //
     this.btnClearAll.Image = null;
     this.btnClearAll.Location = new System.Drawing.Point(112, 64);
     this.btnClearAll.Name = "btnClearAll";
     this.btnClearAll.Size = new System.Drawing.Size(64, 20);
     this.btnClearAll.TabIndex = 30;
     this.btnClearAll.Text = "Clear All";
     this.btnClearAll.Click += new System.EventHandler(this.btnClearAll_Click);
     //
     // btnCheckAll
     //
     this.btnCheckAll.Image = null;
     this.btnCheckAll.Location = new System.Drawing.Point(24, 64);
     this.btnCheckAll.Name = "btnCheckAll";
     this.btnCheckAll.Size = new System.Drawing.Size(64, 20);
     this.btnCheckAll.TabIndex = 29;
     this.btnCheckAll.Text = "Check All";
     this.btnCheckAll.Click += new System.EventHandler(this.btnCheckAll_Click);
     //
     // lstDebug
     //
     this.lstDebug.HorizontalScrollbar = true;
     this.lstDebug.Location = new System.Drawing.Point(216, 128);
     this.lstDebug.Name = "lstDebug";
     this.lstDebug.Size = new System.Drawing.Size(256, 199);
     this.lstDebug.TabIndex = 16;
     //
     // btnRunSelectedTests
     //
     this.btnRunSelectedTests.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.btnRunSelectedTests.Image = null;
     this.btnRunSelectedTests.Location = new System.Drawing.Point(8, 344);
     this.btnRunSelectedTests.Name = "btnRunSelectedTests";
     this.btnRunSelectedTests.Size = new System.Drawing.Size(88, 32);
     this.btnRunSelectedTests.TabIndex = 17;
     this.btnRunSelectedTests.Text = "Run Selected Tests";
     this.btnRunSelectedTests.Click += new System.EventHandler(this.btnRunSelectedTests_Click);
     //
     // lblTech
     //
     this.lblTech.Image = null;
     this.lblTech.Location = new System.Drawing.Point(216, 352);
     this.lblTech.Name = "lblTech";
     this.lblTech.Size = new System.Drawing.Size(64, 23);
     this.lblTech.TabIndex = 18;
     this.lblTech.Text = "Technician:";
     //
     // txtTech
     //
     this.txtTech.Location = new System.Drawing.Point(280, 352);
     this.txtTech.Name = "txtTech";
     this.txtTech.TabIndex = 19;
     this.txtTech.Text = "";
     //
     // btnPrintReport
     //
     this.btnPrintReport.Image = null;
     this.btnPrintReport.Location = new System.Drawing.Point(400, 352);
     this.btnPrintReport.Name = "btnPrintReport";
     this.btnPrintReport.Size = new System.Drawing.Size(75, 24);
     this.btnPrintReport.TabIndex = 20;
     this.btnPrintReport.Text = "Print Report";
     this.btnPrintReport.Click += new System.EventHandler(this.btnPrintReport_Click);
     //
     // printPreviewDialog1
     //
     this.printPreviewDialog1.AutoScrollMargin = new System.Drawing.Size(0, 0);
     this.printPreviewDialog1.AutoScrollMinSize = new System.Drawing.Size(0, 0);
     this.printPreviewDialog1.ClientSize = new System.Drawing.Size(400, 300);
     this.printPreviewDialog1.Enabled = true;
     this.printPreviewDialog1.Icon = ((System.Drawing.Icon)(resources.GetObject("printPreviewDialog1.Icon")));
     this.printPreviewDialog1.Location = new System.Drawing.Point(123, 18);
     this.printPreviewDialog1.MinimumSize = new System.Drawing.Size(375, 250);
     this.printPreviewDialog1.Name = "printPreviewDialog1";
     this.printPreviewDialog1.TransparencyKey = System.Drawing.Color.Empty;
     this.printPreviewDialog1.Visible = false;
     //
     // printDocument1
     //
     this.printDocument1.PrintPage += new System.Drawing.Printing.PrintPageEventHandler(this.printDocument1_PrintPage);
     //
     // grpTestGeneral
     //
     this.grpTestGeneral.Controls.Add(this.btnTestGenAll);
     this.grpTestGeneral.Controls.Add(this.ckTestGenPreamp);
     this.grpTestGeneral.Controls.Add(this.btnTestGenNone);
     this.grpTestGeneral.Controls.Add(this.ckTestGenImpulse);
     this.grpTestGeneral.Controls.Add(this.ckTestGenNoise);
     this.grpTestGeneral.Controls.Add(this.ckTestGenBal);
     this.grpTestGeneral.Controls.Add(this.ckTestGenPLL);
     this.grpTestGeneral.Location = new System.Drawing.Point(8, 384);
     this.grpTestGeneral.Name = "grpTestGeneral";
     this.grpTestGeneral.Size = new System.Drawing.Size(152, 96);
     this.grpTestGeneral.TabIndex = 21;
     this.grpTestGeneral.TabStop = false;
     this.grpTestGeneral.Text = "General";
     //
     // btnTestGenAll
     //
     this.btnTestGenAll.Image = null;
     this.btnTestGenAll.Location = new System.Drawing.Point(64, 72);
     this.btnTestGenAll.Name = "btnTestGenAll";
     this.btnTestGenAll.Size = new System.Drawing.Size(40, 16);
     this.btnTestGenAll.TabIndex = 24;
     this.btnTestGenAll.Text = "All";
     this.btnTestGenAll.Click += new System.EventHandler(this.btnTestGenAll_Click);
     //
     // ckTestGenPreamp
     //
     this.ckTestGenPreamp.Checked = true;
     this.ckTestGenPreamp.CheckState = System.Windows.Forms.CheckState.Checked;
     this.ckTestGenPreamp.Image = null;
     this.ckTestGenPreamp.Location = new System.Drawing.Point(8, 72);
     this.ckTestGenPreamp.Name = "ckTestGenPreamp";
     this.ckTestGenPreamp.Size = new System.Drawing.Size(64, 16);
     this.ckTestGenPreamp.TabIndex = 26;
     this.ckTestGenPreamp.Text = "Preamp";
     //
     // btnTestGenNone
     //
     this.btnTestGenNone.Image = null;
     this.btnTestGenNone.Location = new System.Drawing.Point(104, 72);
     this.btnTestGenNone.Name = "btnTestGenNone";
     this.btnTestGenNone.Size = new System.Drawing.Size(40, 16);
     this.btnTestGenNone.TabIndex = 25;
     this.btnTestGenNone.Text = "None";
     this.btnTestGenNone.Click += new System.EventHandler(this.btnTestGenNone_Click);
     //
     // ckTestGenImpulse
     //
     this.ckTestGenImpulse.Checked = true;
     this.ckTestGenImpulse.CheckState = System.Windows.Forms.CheckState.Checked;
     this.ckTestGenImpulse.Image = null;
     this.ckTestGenImpulse.Location = new System.Drawing.Point(80, 48);
     this.ckTestGenImpulse.Name = "ckTestGenImpulse";
     this.ckTestGenImpulse.Size = new System.Drawing.Size(64, 24);
     this.ckTestGenImpulse.TabIndex = 22;
     this.ckTestGenImpulse.Text = "Impulse";
     //
     // ckTestGenNoise
     //
     this.ckTestGenNoise.Checked = true;
     this.ckTestGenNoise.CheckState = System.Windows.Forms.CheckState.Checked;
     this.ckTestGenNoise.Image = null;
     this.ckTestGenNoise.Location = new System.Drawing.Point(16, 48);
     this.ckTestGenNoise.Name = "ckTestGenNoise";
     this.ckTestGenNoise.Size = new System.Drawing.Size(56, 24);
     this.ckTestGenNoise.TabIndex = 21;
     this.ckTestGenNoise.Text = "Noise";
     //
     // ckTestGenBal
     //
     this.ckTestGenBal.Checked = true;
     this.ckTestGenBal.CheckState = System.Windows.Forms.CheckState.Checked;
     this.ckTestGenBal.Image = null;
     this.ckTestGenBal.Location = new System.Drawing.Point(80, 24);
     this.ckTestGenBal.Name = "ckTestGenBal";
     this.ckTestGenBal.Size = new System.Drawing.Size(64, 24);
     this.ckTestGenBal.TabIndex = 20;
     this.ckTestGenBal.Text = "Gen/Bal";
     //
     // ckTestGenPLL
     //
     this.ckTestGenPLL.Checked = true;
     this.ckTestGenPLL.CheckState = System.Windows.Forms.CheckState.Checked;
     this.ckTestGenPLL.Image = null;
     this.ckTestGenPLL.Location = new System.Drawing.Point(16, 24);
     this.ckTestGenPLL.Name = "ckTestGenPLL";
     this.ckTestGenPLL.Size = new System.Drawing.Size(48, 24);
     this.ckTestGenPLL.TabIndex = 19;
     this.ckTestGenPLL.Text = "PLL";
     //
     // grpTestReceiver
     //
     this.grpTestReceiver.Controls.Add(this.btnTestRXNone);
     this.grpTestReceiver.Controls.Add(this.btnTestRXAll);
     this.grpTestReceiver.Controls.Add(this.ckTestRXMDS);
     this.grpTestReceiver.Controls.Add(this.ckTestRXImage);
     this.grpTestReceiver.Controls.Add(this.ckTestRXLevel);
     this.grpTestReceiver.Controls.Add(this.ckTestRXFilter);
     this.grpTestReceiver.Location = new System.Drawing.Point(168, 384);
     this.grpTestReceiver.Name = "grpTestReceiver";
     this.grpTestReceiver.Size = new System.Drawing.Size(144, 96);
     this.grpTestReceiver.TabIndex = 22;
     this.grpTestReceiver.TabStop = false;
     this.grpTestReceiver.Text = "Receiver";
     //
     // btnTestRXNone
     //
     this.btnTestRXNone.Image = null;
     this.btnTestRXNone.Location = new System.Drawing.Point(76, 72);
     this.btnTestRXNone.Name = "btnTestRXNone";
     this.btnTestRXNone.Size = new System.Drawing.Size(40, 16);
     this.btnTestRXNone.TabIndex = 27;
     this.btnTestRXNone.Text = "None";
     this.btnTestRXNone.Click += new System.EventHandler(this.btnTestRXNone_Click);
     //
     // btnTestRXAll
     //
     this.btnTestRXAll.Image = null;
     this.btnTestRXAll.Location = new System.Drawing.Point(28, 72);
     this.btnTestRXAll.Name = "btnTestRXAll";
     this.btnTestRXAll.Size = new System.Drawing.Size(40, 16);
     this.btnTestRXAll.TabIndex = 26;
     this.btnTestRXAll.Text = "All";
     this.btnTestRXAll.Click += new System.EventHandler(this.btnTestRXAll_Click);
     //
     // ckTestRXMDS
     //
     this.ckTestRXMDS.Checked = true;
     this.ckTestRXMDS.CheckState = System.Windows.Forms.CheckState.Checked;
     this.ckTestRXMDS.Image = null;
     this.ckTestRXMDS.Location = new System.Drawing.Point(80, 48);
     this.ckTestRXMDS.Name = "ckTestRXMDS";
     this.ckTestRXMDS.Size = new System.Drawing.Size(56, 24);
     this.ckTestRXMDS.TabIndex = 22;
     this.ckTestRXMDS.Text = "MDS";
     this.ckTestRXMDS.Visible = false;
     //
     // ckTestRXImage
     //
     this.ckTestRXImage.Checked = true;
     this.ckTestRXImage.CheckState = System.Windows.Forms.CheckState.Checked;
     this.ckTestRXImage.Image = null;
     this.ckTestRXImage.Location = new System.Drawing.Point(16, 48);
     this.ckTestRXImage.Name = "ckTestRXImage";
     this.ckTestRXImage.Size = new System.Drawing.Size(56, 24);
     this.ckTestRXImage.TabIndex = 21;
     this.ckTestRXImage.Text = "Image";
     //
     // ckTestRXLevel
     //
     this.ckTestRXLevel.Checked = true;
     this.ckTestRXLevel.CheckState = System.Windows.Forms.CheckState.Checked;
     this.ckTestRXLevel.Image = null;
     this.ckTestRXLevel.Location = new System.Drawing.Point(80, 24);
     this.ckTestRXLevel.Name = "ckTestRXLevel";
     this.ckTestRXLevel.Size = new System.Drawing.Size(56, 24);
     this.ckTestRXLevel.TabIndex = 20;
     this.ckTestRXLevel.Text = "Level";
     //
     // ckTestRXFilter
     //
     this.ckTestRXFilter.Checked = true;
     this.ckTestRXFilter.CheckState = System.Windows.Forms.CheckState.Checked;
     this.ckTestRXFilter.Image = null;
     this.ckTestRXFilter.Location = new System.Drawing.Point(16, 24);
     this.ckTestRXFilter.Name = "ckTestRXFilter";
     this.ckTestRXFilter.Size = new System.Drawing.Size(48, 24);
     this.ckTestRXFilter.TabIndex = 19;
     this.ckTestRXFilter.Text = "Filter";
     //
     // grpTestTransmitter
     //
     this.grpTestTransmitter.Controls.Add(this.btnTestTXNone);
     this.grpTestTransmitter.Controls.Add(this.btnTestTXAll);
     this.grpTestTransmitter.Controls.Add(this.ckTestTXImage);
     this.grpTestTransmitter.Controls.Add(this.ckTestTXCarrier);
     this.grpTestTransmitter.Controls.Add(this.ckTestTXFilter);
     this.grpTestTransmitter.Location = new System.Drawing.Point(320, 384);
     this.grpTestTransmitter.Name = "grpTestTransmitter";
     this.grpTestTransmitter.Size = new System.Drawing.Size(144, 96);
     this.grpTestTransmitter.TabIndex = 23;
     this.grpTestTransmitter.TabStop = false;
     this.grpTestTransmitter.Text = "Transmitter";
     //
     // btnTestTXNone
     //
     this.btnTestTXNone.Image = null;
     this.btnTestTXNone.Location = new System.Drawing.Point(76, 72);
     this.btnTestTXNone.Name = "btnTestTXNone";
     this.btnTestTXNone.Size = new System.Drawing.Size(40, 16);
     this.btnTestTXNone.TabIndex = 27;
     this.btnTestTXNone.Text = "None";
     this.btnTestTXNone.Click += new System.EventHandler(this.btnTestTXNone_Click);
     //
     // btnTestTXAll
     //
     this.btnTestTXAll.Image = null;
     this.btnTestTXAll.Location = new System.Drawing.Point(28, 72);
     this.btnTestTXAll.Name = "btnTestTXAll";
     this.btnTestTXAll.Size = new System.Drawing.Size(40, 16);
     this.btnTestTXAll.TabIndex = 26;
     this.btnTestTXAll.Text = "All";
     this.btnTestTXAll.Click += new System.EventHandler(this.btnTestTXAll_Click);
     //
     // ckTestTXImage
     //
     this.ckTestTXImage.Checked = true;
     this.ckTestTXImage.CheckState = System.Windows.Forms.CheckState.Checked;
     this.ckTestTXImage.Image = null;
     this.ckTestTXImage.Location = new System.Drawing.Point(72, 24);
     this.ckTestTXImage.Name = "ckTestTXImage";
     this.ckTestTXImage.Size = new System.Drawing.Size(56, 24);
     this.ckTestTXImage.TabIndex = 21;
     this.ckTestTXImage.Text = "Image";
     //
     // ckTestTXCarrier
     //
     this.ckTestTXCarrier.Checked = true;
     this.ckTestTXCarrier.CheckState = System.Windows.Forms.CheckState.Checked;
     this.ckTestTXCarrier.Image = null;
     this.ckTestTXCarrier.Location = new System.Drawing.Point(16, 48);
     this.ckTestTXCarrier.Name = "ckTestTXCarrier";
     this.ckTestTXCarrier.Size = new System.Drawing.Size(64, 24);
     this.ckTestTXCarrier.TabIndex = 20;
     this.ckTestTXCarrier.Text = "Carrier";
     //
     // ckTestTXFilter
     //
     this.ckTestTXFilter.Checked = true;
     this.ckTestTXFilter.CheckState = System.Windows.Forms.CheckState.Checked;
     this.ckTestTXFilter.Image = null;
     this.ckTestTXFilter.Location = new System.Drawing.Point(16, 24);
     this.ckTestTXFilter.Name = "ckTestTXFilter";
     this.ckTestTXFilter.Size = new System.Drawing.Size(48, 24);
     this.ckTestTXFilter.TabIndex = 19;
     this.ckTestTXFilter.Text = "Filter";
     //
     // btnTestNone
     //
     this.btnTestNone.Image = null;
     this.btnTestNone.Location = new System.Drawing.Point(104, 360);
     this.btnTestNone.Name = "btnTestNone";
     this.btnTestNone.Size = new System.Drawing.Size(40, 16);
     this.btnTestNone.TabIndex = 27;
     this.btnTestNone.Text = "None";
     this.btnTestNone.Click += new System.EventHandler(this.btnTestNone_Click);
     //
     // btnTestAll
     //
     this.btnTestAll.Image = null;
     this.btnTestAll.Location = new System.Drawing.Point(104, 344);
     this.btnTestAll.Name = "btnTestAll";
     this.btnTestAll.Size = new System.Drawing.Size(40, 16);
     this.btnTestAll.TabIndex = 26;
     this.btnTestAll.Text = "All";
     this.btnTestAll.Click += new System.EventHandler(this.btnTestAll_Click);
     //
     // grpIO
     //
     this.grpIO.Controls.Add(this.btnIORunAll);
     this.grpIO.Controls.Add(this.btnIOExtRef);
     this.grpIO.Controls.Add(this.btnIOHeadphone);
     this.grpIO.Controls.Add(this.btnIOMicPTT);
     this.grpIO.Controls.Add(this.btnIORCAPTT);
     this.grpIO.Controls.Add(this.btnIODash);
     this.grpIO.Controls.Add(this.btnIODot);
     this.grpIO.Controls.Add(this.btnIOFWInOut);
     this.grpIO.Controls.Add(this.btnIORCAInOut);
     this.grpIO.Controls.Add(this.btnIOPwrSpkr);
     this.grpIO.Location = new System.Drawing.Point(480, 8);
     this.grpIO.Name = "grpIO";
     this.grpIO.Size = new System.Drawing.Size(104, 472);
     this.grpIO.TabIndex = 28;
     this.grpIO.TabStop = false;
     this.grpIO.Text = "Input/Output";
     //
     // btnIORunAll
     //
     this.btnIORunAll.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.btnIORunAll.Image = null;
     this.btnIORunAll.Location = new System.Drawing.Point(16, 416);
     this.btnIORunAll.Name = "btnIORunAll";
     this.btnIORunAll.Size = new System.Drawing.Size(75, 40);
     this.btnIORunAll.TabIndex = 31;
     this.btnIORunAll.Text = "Run All IO Tests";
     this.btnIORunAll.Click += new System.EventHandler(this.btnIORunAll_Click);
     //
     // btnIOExtRef
     //
     this.btnIOExtRef.Image = null;
     this.btnIOExtRef.Location = new System.Drawing.Point(16, 24);
     this.btnIOExtRef.Name = "btnIOExtRef";
     this.btnIOExtRef.TabIndex = 30;
     this.btnIOExtRef.Text = "Ext Ref";
     this.btnIOExtRef.Click += new System.EventHandler(this.btnIOExtRef_Click);
     //
     // btnIOHeadphone
     //
     this.btnIOHeadphone.Image = null;
     this.btnIOHeadphone.Location = new System.Drawing.Point(16, 184);
     this.btnIOHeadphone.Name = "btnIOHeadphone";
     this.btnIOHeadphone.TabIndex = 29;
     this.btnIOHeadphone.Text = "Headphone";
     this.btnIOHeadphone.Click += new System.EventHandler(this.btnIOHeadphone_Click);
     //
     // btnIOMicPTT
     //
     this.btnIOMicPTT.Image = null;
     this.btnIOMicPTT.Location = new System.Drawing.Point(16, 344);
     this.btnIOMicPTT.Name = "btnIOMicPTT";
     this.btnIOMicPTT.TabIndex = 28;
     this.btnIOMicPTT.Text = "Mic PTT";
     this.btnIOMicPTT.Click += new System.EventHandler(this.btnIOMicPTT_Click);
     //
     // btnIORCAPTT
     //
     this.btnIORCAPTT.Image = null;
     this.btnIORCAPTT.Location = new System.Drawing.Point(16, 304);
     this.btnIORCAPTT.Name = "btnIORCAPTT";
     this.btnIORCAPTT.TabIndex = 27;
     this.btnIORCAPTT.Text = "RCA PTT";
     this.btnIORCAPTT.Click += new System.EventHandler(this.btnIORCAPTT_Click);
     //
     // btnIODash
     //
     this.btnIODash.Image = null;
     this.btnIODash.Location = new System.Drawing.Point(16, 264);
     this.btnIODash.Name = "btnIODash";
     this.btnIODash.TabIndex = 26;
     this.btnIODash.Text = "Dash";
     this.btnIODash.Click += new System.EventHandler(this.btnIODash_Click);
     //
     // btnIODot
     //
     this.btnIODot.Image = null;
     this.btnIODot.Location = new System.Drawing.Point(16, 224);
     this.btnIODot.Name = "btnIODot";
     this.btnIODot.TabIndex = 25;
     this.btnIODot.Text = "Dot";
     this.btnIODot.Click += new System.EventHandler(this.btnIODot_Click);
     //
     // btnIOFWInOut
     //
     this.btnIOFWInOut.Image = null;
     this.btnIOFWInOut.Location = new System.Drawing.Point(16, 144);
     this.btnIOFWInOut.Name = "btnIOFWInOut";
     this.btnIOFWInOut.TabIndex = 24;
     this.btnIOFWInOut.Text = "FW In/Out";
     this.btnIOFWInOut.Click += new System.EventHandler(this.btnIOFWInOut_Click);
     //
     // btnIORCAInOut
     //
     this.btnIORCAInOut.Image = null;
     this.btnIORCAInOut.Location = new System.Drawing.Point(16, 104);
     this.btnIORCAInOut.Name = "btnIORCAInOut";
     this.btnIORCAInOut.TabIndex = 23;
     this.btnIORCAInOut.Text = "RCA In/Out";
     this.btnIORCAInOut.Click += new System.EventHandler(this.btnIORCAInOut_Click);
     //
     // btnIOPwrSpkr
     //
     this.btnIOPwrSpkr.Image = null;
     this.btnIOPwrSpkr.Location = new System.Drawing.Point(16, 64);
     this.btnIOPwrSpkr.Name = "btnIOPwrSpkr";
     this.btnIOPwrSpkr.TabIndex = 22;
     this.btnIOPwrSpkr.Text = "PWR.SPKR";
     this.btnIOPwrSpkr.Click += new System.EventHandler(this.btnIOPwrSpkr_Click);
     //
     // btnPostFence
     //
     this.btnPostFence.Image = null;
     this.btnPostFence.Location = new System.Drawing.Point(152, 344);
     this.btnPostFence.Name = "btnPostFence";
     this.btnPostFence.Size = new System.Drawing.Size(56, 32);
     this.btnPostFence.TabIndex = 29;
     this.btnPostFence.Text = "Post Fence";
     this.btnPostFence.Click += new System.EventHandler(this.btnPostFence_Click);
     //
     // FLEX5000ProdTestForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(592, 486);
     this.Controls.Add(this.btnPostFence);
     this.Controls.Add(this.grpIO);
     this.Controls.Add(this.btnTestNone);
     this.Controls.Add(this.btnTestAll);
     this.Controls.Add(this.grpTestTransmitter);
     this.Controls.Add(this.grpTestReceiver);
     this.Controls.Add(this.grpTestGeneral);
     this.Controls.Add(this.btnPrintReport);
     this.Controls.Add(this.txtTech);
     this.Controls.Add(this.lblTech);
     this.Controls.Add(this.btnRunSelectedTests);
     this.Controls.Add(this.lstDebug);
     this.Controls.Add(this.grpBands);
     this.Controls.Add(this.grpTransmitter);
     this.Controls.Add(this.grpGeneral);
     this.Controls.Add(this.grpReceiver);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "FLEX5000ProdTestForm";
     this.Text = "FLEX-5000 Production HTRX Test";
     this.Closing += new System.ComponentModel.CancelEventHandler(this.FLEX5000ProdTestForm_Closing);
     this.grpReceiver.ResumeLayout(false);
     this.grpGeneral.ResumeLayout(false);
     this.grpTransmitter.ResumeLayout(false);
     this.grpBands.ResumeLayout(false);
     this.grpTestGeneral.ResumeLayout(false);
     this.grpTestReceiver.ResumeLayout(false);
     this.grpTestTransmitter.ResumeLayout(false);
     this.grpIO.ResumeLayout(false);
     this.ResumeLayout(false);
 }
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(DSPTestForm));
			this.chkMu = new System.Windows.Forms.CheckBox();
			this.grpWBIQ = new System.Windows.Forms.GroupBox();
			this.checkBoxIQEnable = new System.Windows.Forms.CheckBox();
			this.udMu = new System.Windows.Forms.NumericUpDown();
			this.grpDSPLMSNR = new System.Windows.Forms.GroupBoxTS();
			this.lblLMSNRLeak = new System.Windows.Forms.LabelTS();
			this.udLMSNRLeak = new System.Windows.Forms.NumericUpDownTS();
			this.lblLMSNRgain = new System.Windows.Forms.LabelTS();
			this.udLMSNRgain = new System.Windows.Forms.NumericUpDownTS();
			this.udLMSNRdelay = new System.Windows.Forms.NumericUpDownTS();
			this.lblLMSNRdelay = new System.Windows.Forms.LabelTS();
			this.udLMSNRtaps = new System.Windows.Forms.NumericUpDownTS();
			this.lblLMSNRtaps = new System.Windows.Forms.LabelTS();
			this.grpDSPLMSANF = new System.Windows.Forms.GroupBoxTS();
			this.lblLMSANFLeak = new System.Windows.Forms.LabelTS();
			this.udLMSANFLeak = new System.Windows.Forms.NumericUpDownTS();
			this.lblLMSANFgain = new System.Windows.Forms.LabelTS();
			this.udLMSANFgain = new System.Windows.Forms.NumericUpDownTS();
			this.lblLMSANFdelay = new System.Windows.Forms.LabelTS();
			this.udLMSANFdelay = new System.Windows.Forms.NumericUpDownTS();
			this.lblLMSANFTaps = new System.Windows.Forms.LabelTS();
			this.udLMSANFtaps = new System.Windows.Forms.NumericUpDownTS();
			this.btnSAMPLL = new System.Windows.Forms.Button();
			this.txtSAMPLL = new System.Windows.Forms.TextBox();
			this.txtIQWReal = new System.Windows.Forms.TextBox();
			this.btnIQW = new System.Windows.Forms.Button();
			this.txtIQWImag = new System.Windows.Forms.TextBox();
			this.grpWBIQ.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.udMu)).BeginInit();
			this.grpDSPLMSNR.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.udLMSNRLeak)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.udLMSNRgain)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.udLMSNRdelay)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.udLMSNRtaps)).BeginInit();
			this.grpDSPLMSANF.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.udLMSANFLeak)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.udLMSANFgain)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.udLMSANFdelay)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.udLMSANFtaps)).BeginInit();
			this.SuspendLayout();
			// 
			// chkMu
			// 
			this.chkMu.Appearance = System.Windows.Forms.Appearance.Button;
			this.chkMu.Location = new System.Drawing.Point(8, 24);
			this.chkMu.Name = "chkMu";
			this.chkMu.Size = new System.Drawing.Size(48, 24);
			this.chkMu.TabIndex = 0;
			this.chkMu.Text = "Mu";
			this.chkMu.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			this.chkMu.CheckedChanged += new System.EventHandler(this.chkMu_CheckedChanged);
			// 
			// grpWBIQ
			// 
			this.grpWBIQ.Controls.Add(this.checkBoxIQEnable);
			this.grpWBIQ.Controls.Add(this.udMu);
			this.grpWBIQ.Controls.Add(this.chkMu);
			this.grpWBIQ.Location = new System.Drawing.Point(8, 8);
			this.grpWBIQ.Name = "grpWBIQ";
			this.grpWBIQ.Size = new System.Drawing.Size(272, 64);
			this.grpWBIQ.TabIndex = 1;
			this.grpWBIQ.TabStop = false;
			this.grpWBIQ.Text = "WBIQ";
			// 
			// checkBoxIQEnable
			// 
			this.checkBoxIQEnable.Location = new System.Drawing.Point(176, 24);
			this.checkBoxIQEnable.Name = "checkBoxIQEnable";
			this.checkBoxIQEnable.Size = new System.Drawing.Size(80, 24);
			this.checkBoxIQEnable.TabIndex = 2;
			this.checkBoxIQEnable.Text = "IQ disable";
			this.checkBoxIQEnable.CheckedChanged += new System.EventHandler(this.checkBoxIQEnable_CheckedChanged);
			// 
			// udMu
			// 
			this.udMu.DecimalPlaces = 8;
			this.udMu.Increment = new System.Decimal(new int[] {
																   1,
																   0,
																   0,
																   327680});
			this.udMu.Location = new System.Drawing.Point(80, 24);
			this.udMu.Maximum = new System.Decimal(new int[] {
																 1,
																 0,
																 0,
																 0});
			this.udMu.Name = "udMu";
			this.udMu.Size = new System.Drawing.Size(80, 20);
			this.udMu.TabIndex = 1;
			this.udMu.Value = new System.Decimal(new int[] {
															   5,
															   0,
															   0,
															   196608});
			this.udMu.ValueChanged += new System.EventHandler(this.udMu_ValueChanged);
			// 
			// grpDSPLMSNR
			// 
			this.grpDSPLMSNR.Controls.Add(this.lblLMSNRLeak);
			this.grpDSPLMSNR.Controls.Add(this.udLMSNRLeak);
			this.grpDSPLMSNR.Controls.Add(this.lblLMSNRgain);
			this.grpDSPLMSNR.Controls.Add(this.udLMSNRgain);
			this.grpDSPLMSNR.Controls.Add(this.udLMSNRdelay);
			this.grpDSPLMSNR.Controls.Add(this.lblLMSNRdelay);
			this.grpDSPLMSNR.Controls.Add(this.udLMSNRtaps);
			this.grpDSPLMSNR.Controls.Add(this.lblLMSNRtaps);
			this.grpDSPLMSNR.Location = new System.Drawing.Point(8, 80);
			this.grpDSPLMSNR.Name = "grpDSPLMSNR";
			this.grpDSPLMSNR.Size = new System.Drawing.Size(112, 128);
			this.grpDSPLMSNR.TabIndex = 35;
			this.grpDSPLMSNR.TabStop = false;
			this.grpDSPLMSNR.Text = "NR";
			// 
			// lblLMSNRLeak
			// 
			this.lblLMSNRLeak.Image = null;
			this.lblLMSNRLeak.Location = new System.Drawing.Point(8, 96);
			this.lblLMSNRLeak.Name = "lblLMSNRLeak";
			this.lblLMSNRLeak.Size = new System.Drawing.Size(40, 16);
			this.lblLMSNRLeak.TabIndex = 11;
			this.lblLMSNRLeak.Text = "Leak:";
			// 
			// udLMSNRLeak
			// 
			this.udLMSNRLeak.Enabled = false;
			this.udLMSNRLeak.Increment = new System.Decimal(new int[] {
																		  10,
																		  0,
																		  0,
																		  0});
			this.udLMSNRLeak.Location = new System.Drawing.Point(56, 96);
			this.udLMSNRLeak.Maximum = new System.Decimal(new int[] {
																		1000,
																		0,
																		0,
																		0});
			this.udLMSNRLeak.Minimum = new System.Decimal(new int[] {
																		1,
																		0,
																		0,
																		0});
			this.udLMSNRLeak.Name = "udLMSNRLeak";
			this.udLMSNRLeak.Size = new System.Drawing.Size(48, 20);
			this.udLMSNRLeak.TabIndex = 10;
			this.udLMSNRLeak.Value = new System.Decimal(new int[] {
																	  10,
																	  0,
																	  0,
																	  0});
			this.udLMSNRLeak.ValueChanged += new System.EventHandler(this.udLMSNR_ValueChanged);
			// 
			// lblLMSNRgain
			// 
			this.lblLMSNRgain.Image = null;
			this.lblLMSNRgain.Location = new System.Drawing.Point(8, 72);
			this.lblLMSNRgain.Name = "lblLMSNRgain";
			this.lblLMSNRgain.Size = new System.Drawing.Size(40, 16);
			this.lblLMSNRgain.TabIndex = 9;
			this.lblLMSNRgain.Text = "Gain:";
			// 
			// udLMSNRgain
			// 
			this.udLMSNRgain.Increment = new System.Decimal(new int[] {
																		  10,
																		  0,
																		  0,
																		  0});
			this.udLMSNRgain.Location = new System.Drawing.Point(56, 72);
			this.udLMSNRgain.Maximum = new System.Decimal(new int[] {
																		200,
																		0,
																		0,
																		0});
			this.udLMSNRgain.Minimum = new System.Decimal(new int[] {
																		1,
																		0,
																		0,
																		0});
			this.udLMSNRgain.Name = "udLMSNRgain";
			this.udLMSNRgain.Size = new System.Drawing.Size(48, 20);
			this.udLMSNRgain.TabIndex = 7;
			this.udLMSNRgain.Value = new System.Decimal(new int[] {
																	  10,
																	  0,
																	  0,
																	  0});
			this.udLMSNRgain.ValueChanged += new System.EventHandler(this.udLMSNR_ValueChanged);
			// 
			// udLMSNRdelay
			// 
			this.udLMSNRdelay.Enabled = false;
			this.udLMSNRdelay.Increment = new System.Decimal(new int[] {
																		   1,
																		   0,
																		   0,
																		   0});
			this.udLMSNRdelay.Location = new System.Drawing.Point(56, 48);
			this.udLMSNRdelay.Maximum = new System.Decimal(new int[] {
																		 127,
																		 0,
																		 0,
																		 0});
			this.udLMSNRdelay.Minimum = new System.Decimal(new int[] {
																		 1,
																		 0,
																		 0,
																		 0});
			this.udLMSNRdelay.Name = "udLMSNRdelay";
			this.udLMSNRdelay.Size = new System.Drawing.Size(48, 20);
			this.udLMSNRdelay.TabIndex = 6;
			this.udLMSNRdelay.Value = new System.Decimal(new int[] {
																	   50,
																	   0,
																	   0,
																	   0});
			this.udLMSNRdelay.ValueChanged += new System.EventHandler(this.udLMSNR_ValueChanged);
			// 
			// lblLMSNRdelay
			// 
			this.lblLMSNRdelay.Image = null;
			this.lblLMSNRdelay.Location = new System.Drawing.Point(8, 48);
			this.lblLMSNRdelay.Name = "lblLMSNRdelay";
			this.lblLMSNRdelay.Size = new System.Drawing.Size(40, 16);
			this.lblLMSNRdelay.TabIndex = 5;
			this.lblLMSNRdelay.Text = "Delay:";
			// 
			// udLMSNRtaps
			// 
			this.udLMSNRtaps.Enabled = false;
			this.udLMSNRtaps.Increment = new System.Decimal(new int[] {
																		  1,
																		  0,
																		  0,
																		  0});
			this.udLMSNRtaps.Location = new System.Drawing.Point(56, 24);
			this.udLMSNRtaps.Maximum = new System.Decimal(new int[] {
																		127,
																		0,
																		0,
																		0});
			this.udLMSNRtaps.Minimum = new System.Decimal(new int[] {
																		31,
																		0,
																		0,
																		0});
			this.udLMSNRtaps.Name = "udLMSNRtaps";
			this.udLMSNRtaps.Size = new System.Drawing.Size(48, 20);
			this.udLMSNRtaps.TabIndex = 5;
			this.udLMSNRtaps.Value = new System.Decimal(new int[] {
																	  65,
																	  0,
																	  0,
																	  0});
			this.udLMSNRtaps.ValueChanged += new System.EventHandler(this.udLMSNR_ValueChanged);
			// 
			// lblLMSNRtaps
			// 
			this.lblLMSNRtaps.Image = null;
			this.lblLMSNRtaps.Location = new System.Drawing.Point(8, 24);
			this.lblLMSNRtaps.Name = "lblLMSNRtaps";
			this.lblLMSNRtaps.Size = new System.Drawing.Size(40, 16);
			this.lblLMSNRtaps.TabIndex = 3;
			this.lblLMSNRtaps.Text = "Taps:";
			// 
			// grpDSPLMSANF
			// 
			this.grpDSPLMSANF.Controls.Add(this.lblLMSANFLeak);
			this.grpDSPLMSANF.Controls.Add(this.udLMSANFLeak);
			this.grpDSPLMSANF.Controls.Add(this.lblLMSANFgain);
			this.grpDSPLMSANF.Controls.Add(this.udLMSANFgain);
			this.grpDSPLMSANF.Controls.Add(this.lblLMSANFdelay);
			this.grpDSPLMSANF.Controls.Add(this.udLMSANFdelay);
			this.grpDSPLMSANF.Controls.Add(this.lblLMSANFTaps);
			this.grpDSPLMSANF.Controls.Add(this.udLMSANFtaps);
			this.grpDSPLMSANF.Location = new System.Drawing.Point(128, 80);
			this.grpDSPLMSANF.Name = "grpDSPLMSANF";
			this.grpDSPLMSANF.Size = new System.Drawing.Size(120, 128);
			this.grpDSPLMSANF.TabIndex = 34;
			this.grpDSPLMSANF.TabStop = false;
			this.grpDSPLMSANF.Text = "ANF";
			// 
			// lblLMSANFLeak
			// 
			this.lblLMSANFLeak.Image = null;
			this.lblLMSANFLeak.Location = new System.Drawing.Point(8, 96);
			this.lblLMSANFLeak.Name = "lblLMSANFLeak";
			this.lblLMSANFLeak.Size = new System.Drawing.Size(40, 16);
			this.lblLMSANFLeak.TabIndex = 9;
			this.lblLMSANFLeak.Text = "Leak:";
			// 
			// udLMSANFLeak
			// 
			this.udLMSANFLeak.Enabled = false;
			this.udLMSANFLeak.Increment = new System.Decimal(new int[] {
																		   10,
																		   0,
																		   0,
																		   0});
			this.udLMSANFLeak.Location = new System.Drawing.Point(56, 96);
			this.udLMSANFLeak.Maximum = new System.Decimal(new int[] {
																		 1000,
																		 0,
																		 0,
																		 0});
			this.udLMSANFLeak.Minimum = new System.Decimal(new int[] {
																		 1,
																		 0,
																		 0,
																		 0});
			this.udLMSANFLeak.Name = "udLMSANFLeak";
			this.udLMSANFLeak.Size = new System.Drawing.Size(48, 20);
			this.udLMSANFLeak.TabIndex = 8;
			this.udLMSANFLeak.Value = new System.Decimal(new int[] {
																	   10,
																	   0,
																	   0,
																	   0});
			this.udLMSANFLeak.ValueChanged += new System.EventHandler(this.udLMSANF_ValueChanged);
			// 
			// lblLMSANFgain
			// 
			this.lblLMSANFgain.Image = null;
			this.lblLMSANFgain.Location = new System.Drawing.Point(8, 72);
			this.lblLMSANFgain.Name = "lblLMSANFgain";
			this.lblLMSANFgain.Size = new System.Drawing.Size(40, 16);
			this.lblLMSANFgain.TabIndex = 6;
			this.lblLMSANFgain.Text = "Gain:";
			// 
			// udLMSANFgain
			// 
			this.udLMSANFgain.Increment = new System.Decimal(new int[] {
																		   10,
																		   0,
																		   0,
																		   0});
			this.udLMSANFgain.Location = new System.Drawing.Point(56, 72);
			this.udLMSANFgain.Maximum = new System.Decimal(new int[] {
																		 200,
																		 0,
																		 0,
																		 0});
			this.udLMSANFgain.Minimum = new System.Decimal(new int[] {
																		 1,
																		 0,
																		 0,
																		 0});
			this.udLMSANFgain.Name = "udLMSANFgain";
			this.udLMSANFgain.Size = new System.Drawing.Size(48, 20);
			this.udLMSANFgain.TabIndex = 3;
			this.udLMSANFgain.Value = new System.Decimal(new int[] {
																	   10,
																	   0,
																	   0,
																	   0});
			this.udLMSANFgain.ValueChanged += new System.EventHandler(this.udLMSANF_ValueChanged);
			// 
			// lblLMSANFdelay
			// 
			this.lblLMSANFdelay.Image = null;
			this.lblLMSANFdelay.Location = new System.Drawing.Point(8, 48);
			this.lblLMSANFdelay.Name = "lblLMSANFdelay";
			this.lblLMSANFdelay.Size = new System.Drawing.Size(40, 16);
			this.lblLMSANFdelay.TabIndex = 4;
			this.lblLMSANFdelay.Text = "Delay:";
			// 
			// udLMSANFdelay
			// 
			this.udLMSANFdelay.Enabled = false;
			this.udLMSANFdelay.Increment = new System.Decimal(new int[] {
																			1,
																			0,
																			0,
																			0});
			this.udLMSANFdelay.Location = new System.Drawing.Point(56, 48);
			this.udLMSANFdelay.Maximum = new System.Decimal(new int[] {
																		  127,
																		  0,
																		  0,
																		  0});
			this.udLMSANFdelay.Minimum = new System.Decimal(new int[] {
																		  16,
																		  0,
																		  0,
																		  0});
			this.udLMSANFdelay.Name = "udLMSANFdelay";
			this.udLMSANFdelay.Size = new System.Drawing.Size(48, 20);
			this.udLMSANFdelay.TabIndex = 2;
			this.udLMSANFdelay.Value = new System.Decimal(new int[] {
																		50,
																		0,
																		0,
																		0});
			this.udLMSANFdelay.ValueChanged += new System.EventHandler(this.udLMSANF_ValueChanged);
			// 
			// lblLMSANFTaps
			// 
			this.lblLMSANFTaps.Image = null;
			this.lblLMSANFTaps.Location = new System.Drawing.Point(8, 24);
			this.lblLMSANFTaps.Name = "lblLMSANFTaps";
			this.lblLMSANFTaps.Size = new System.Drawing.Size(40, 16);
			this.lblLMSANFTaps.TabIndex = 2;
			this.lblLMSANFTaps.Text = "Taps:";
			// 
			// udLMSANFtaps
			// 
			this.udLMSANFtaps.Enabled = false;
			this.udLMSANFtaps.Increment = new System.Decimal(new int[] {
																		   1,
																		   0,
																		   0,
																		   0});
			this.udLMSANFtaps.Location = new System.Drawing.Point(56, 24);
			this.udLMSANFtaps.Maximum = new System.Decimal(new int[] {
																		 127,
																		 0,
																		 0,
																		 0});
			this.udLMSANFtaps.Minimum = new System.Decimal(new int[] {
																		 31,
																		 0,
																		 0,
																		 0});
			this.udLMSANFtaps.Name = "udLMSANFtaps";
			this.udLMSANFtaps.Size = new System.Drawing.Size(48, 20);
			this.udLMSANFtaps.TabIndex = 1;
			this.udLMSANFtaps.Value = new System.Decimal(new int[] {
																	   65,
																	   0,
																	   0,
																	   0});
			this.udLMSANFtaps.ValueChanged += new System.EventHandler(this.udLMSANF_ValueChanged);
			// 
			// btnSAMPLL
			// 
			this.btnSAMPLL.Location = new System.Drawing.Point(8, 224);
			this.btnSAMPLL.Name = "btnSAMPLL";
			this.btnSAMPLL.TabIndex = 36;
			this.btnSAMPLL.Text = "SAM PLL";
			this.btnSAMPLL.Click += new System.EventHandler(this.btnSAMPLL_Click);
			// 
			// txtSAMPLL
			// 
			this.txtSAMPLL.Location = new System.Drawing.Point(96, 224);
			this.txtSAMPLL.Name = "txtSAMPLL";
			this.txtSAMPLL.Size = new System.Drawing.Size(56, 20);
			this.txtSAMPLL.TabIndex = 38;
			this.txtSAMPLL.Text = "";
			// 
			// txtIQWReal
			// 
			this.txtIQWReal.Location = new System.Drawing.Point(248, 216);
			this.txtIQWReal.Name = "txtIQWReal";
			this.txtIQWReal.Size = new System.Drawing.Size(56, 20);
			this.txtIQWReal.TabIndex = 40;
			this.txtIQWReal.Text = "";
			// 
			// btnIQW
			// 
			this.btnIQW.Location = new System.Drawing.Point(192, 216);
			this.btnIQW.Name = "btnIQW";
			this.btnIQW.Size = new System.Drawing.Size(48, 23);
			this.btnIQW.TabIndex = 39;
			this.btnIQW.Text = "IQ W";
			this.btnIQW.Click += new System.EventHandler(this.btnIQW_Click);
			// 
			// txtIQWImag
			// 
			this.txtIQWImag.Location = new System.Drawing.Point(248, 240);
			this.txtIQWImag.Name = "txtIQWImag";
			this.txtIQWImag.Size = new System.Drawing.Size(56, 20);
			this.txtIQWImag.TabIndex = 41;
			this.txtIQWImag.Text = "";
			// 
			// DSPTestForm
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(328, 266);
			this.Controls.Add(this.txtIQWImag);
			this.Controls.Add(this.txtIQWReal);
			this.Controls.Add(this.btnIQW);
			this.Controls.Add(this.txtSAMPLL);
			this.Controls.Add(this.btnSAMPLL);
			this.Controls.Add(this.grpDSPLMSNR);
			this.Controls.Add(this.grpDSPLMSANF);
			this.Controls.Add(this.grpWBIQ);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.Name = "DSPTestForm";
			this.Text = "DSP Test Form";
			this.grpWBIQ.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.udMu)).EndInit();
			this.grpDSPLMSNR.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.udLMSNRLeak)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.udLMSNRgain)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.udLMSNRdelay)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.udLMSNRtaps)).EndInit();
			this.grpDSPLMSANF.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.udLMSANFLeak)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.udLMSANFgain)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.udLMSANFdelay)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.udLMSANFtaps)).EndInit();
			this.ResumeLayout(false);

		}
Beispiel #30
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.txtUser    = new System.Windows.Forms.TextBoxTS();
     this.lblUser    = new System.Windows.Forms.LabelTS();
     this.lblPass    = new System.Windows.Forms.LabelTS();
     this.txtPass    = new System.Windows.Forms.TextBoxTS();
     this.btnSubmit  = new System.Windows.Forms.ButtonTS();
     this.statusBar1 = new System.Windows.Forms.StatusBar();
     this.SuspendLayout();
     //
     // txtUser
     //
     this.txtUser.Location = new System.Drawing.Point(88, 16);
     this.txtUser.Name     = "txtUser";
     this.txtUser.Size     = new System.Drawing.Size(128, 20);
     this.txtUser.TabIndex = 0;
     this.txtUser.Text     = "";
     //
     // lblUser
     //
     this.lblUser.Location = new System.Drawing.Point(8, 16);
     this.lblUser.Name     = "lblUser";
     this.lblUser.Size     = new System.Drawing.Size(72, 16);
     this.lblUser.TabIndex = 1;
     this.lblUser.Text     = "User Name:";
     //
     // lblPass
     //
     this.lblPass.Location = new System.Drawing.Point(8, 40);
     this.lblPass.Name     = "lblPass";
     this.lblPass.Size     = new System.Drawing.Size(72, 16);
     this.lblPass.TabIndex = 3;
     this.lblPass.Text     = "Password:"******"txtPass";
     this.txtPass.PasswordChar = '*';
     this.txtPass.Size         = new System.Drawing.Size(128, 20);
     this.txtPass.TabIndex     = 2;
     this.txtPass.Text         = "";
     //
     // btnSubmit
     //
     this.btnSubmit.Location = new System.Drawing.Point(80, 80);
     this.btnSubmit.Name     = "btnSubmit";
     this.btnSubmit.TabIndex = 4;
     this.btnSubmit.Text     = "Submit";
     this.btnSubmit.Click   += new System.EventHandler(this.btnSubmit_Click);
     //
     // statusBar1
     //
     this.statusBar1.Location = new System.Drawing.Point(0, 110);
     this.statusBar1.Name     = "statusBar1";
     this.statusBar1.Size     = new System.Drawing.Size(232, 22);
     this.statusBar1.TabIndex = 5;
     //
     // UserPass
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(232, 132);
     this.Controls.Add(this.statusBar1);
     this.Controls.Add(this.btnSubmit);
     this.Controls.Add(this.lblPass);
     this.Controls.Add(this.txtPass);
     this.Controls.Add(this.lblUser);
     this.Controls.Add(this.txtUser);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.MinimizeBox     = false;
     this.Name            = "UserPass";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Logon";
     this.ResumeLayout(false);
 }
Beispiel #31
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(SetupWizard));
            this.btnPrevious = new System.Windows.Forms.ButtonTS();
            this.btnNext = new System.Windows.Forms.ButtonTS();
            this.btnFinished = new System.Windows.Forms.ButtonTS();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.lblMessage1 = new System.Windows.Forms.LabelTS();
            this.radYes = new System.Windows.Forms.RadioButtonTS();
            this.radNo = new System.Windows.Forms.RadioButtonTS();
            this.lblMessage2 = new System.Windows.Forms.LabelTS();
            this.comboBox1 = new System.Windows.Forms.ComboBoxTS();
            this.lblCombo = new System.Windows.Forms.LabelTS();
            this.comboBox2 = new System.Windows.Forms.ComboBoxTS();
            this.button1 = new System.Windows.Forms.ButtonTS();
            this.comboBox3 = new System.Windows.Forms.ComboBoxTS();
            this.grpModel = new System.Windows.Forms.GroupBox();
            this.radModelG11 = new System.Windows.Forms.RadioButtonTS();
            this.radModelQRP2000 = new System.Windows.Forms.RadioButtonTS();
            this.radModelG500 = new System.Windows.Forms.RadioButtonTS();
            this.radModelG137 = new System.Windows.Forms.RadioButtonTS();
            this.radModelNetBox = new System.Windows.Forms.RadioButtonTS();
            this.radModelG160 = new System.Windows.Forms.RadioButtonTS();
            this.radModelG80 = new System.Windows.Forms.RadioButtonTS();
            this.radModelG40 = new System.Windows.Forms.RadioButtonTS();
            this.radModelG3020 = new System.Windows.Forms.RadioButtonTS();
            this.radModelG59 = new System.Windows.Forms.RadioButtonTS();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            this.grpModel.SuspendLayout();
            this.SuspendLayout();
            // 
            // btnPrevious
            // 
            this.btnPrevious.Image = null;
            this.btnPrevious.Location = new System.Drawing.Point(145, 360);
            this.btnPrevious.Name = "btnPrevious";
            this.btnPrevious.Size = new System.Drawing.Size(75, 23);
            this.btnPrevious.TabIndex = 0;
            this.btnPrevious.Text = "Previous";
            this.btnPrevious.Click += new System.EventHandler(this.btnPrevious_Click);
            // 
            // btnNext
            // 
            this.btnNext.Image = null;
            this.btnNext.Location = new System.Drawing.Point(261, 360);
            this.btnNext.Name = "btnNext";
            this.btnNext.Size = new System.Drawing.Size(75, 23);
            this.btnNext.TabIndex = 1;
            this.btnNext.Text = "Next";
            this.btnNext.Click += new System.EventHandler(this.btnNext_Click);
            // 
            // btnFinished
            // 
            this.btnFinished.Enabled = false;
            this.btnFinished.Image = null;
            this.btnFinished.Location = new System.Drawing.Point(377, 360);
            this.btnFinished.Name = "btnFinished";
            this.btnFinished.Size = new System.Drawing.Size(75, 23);
            this.btnFinished.TabIndex = 2;
            this.btnFinished.Text = "Finish";
            this.btnFinished.Click += new System.EventHandler(this.btnFinished_Click);
            // 
            // pictureBox1
            // 
            this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
            this.pictureBox1.InitialImage = ((System.Drawing.Image)(resources.GetObject("pictureBox1.InitialImage")));
            this.pictureBox1.Location = new System.Drawing.Point(42, 62);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(245, 167);
            this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pictureBox1.TabIndex = 3;
            this.pictureBox1.TabStop = false;
            this.pictureBox1.Visible = false;
            // 
            // lblMessage1
            // 
            this.lblMessage1.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblMessage1.Image = null;
            this.lblMessage1.Location = new System.Drawing.Point(16, 8);
            this.lblMessage1.Name = "lblMessage1";
            this.lblMessage1.Size = new System.Drawing.Size(456, 136);
            this.lblMessage1.TabIndex = 4;
            this.lblMessage1.Text = "lblMessage1";
            // 
            // radYes
            // 
            this.radYes.Image = null;
            this.radYes.Location = new System.Drawing.Point(375, 118);
            this.radYes.Name = "radYes";
            this.radYes.Size = new System.Drawing.Size(48, 16);
            this.radYes.TabIndex = 5;
            this.radYes.Text = "Yes";
            this.radYes.Visible = false;
            this.radYes.CheckedChanged += new System.EventHandler(this.radYes_CheckedChanged);
            // 
            // radNo
            // 
            this.radNo.Image = null;
            this.radNo.Location = new System.Drawing.Point(431, 118);
            this.radNo.Name = "radNo";
            this.radNo.Size = new System.Drawing.Size(48, 16);
            this.radNo.TabIndex = 6;
            this.radNo.Text = "No";
            this.radNo.Visible = false;
            this.radNo.CheckedChanged += new System.EventHandler(this.radNo_CheckedChanged);
            // 
            // lblMessage2
            // 
            this.lblMessage2.Image = null;
            this.lblMessage2.Location = new System.Drawing.Point(24, 299);
            this.lblMessage2.Name = "lblMessage2";
            this.lblMessage2.Size = new System.Drawing.Size(464, 48);
            this.lblMessage2.TabIndex = 7;
            this.lblMessage2.Text = "lblMessage2";
            // 
            // comboBox1
            // 
            this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBox1.DropDownWidth = 136;
            this.comboBox1.Items.AddRange(new object[] {
            "DEMI144-28FRS",
            "DEMI144-28 (25w)"});
            this.comboBox1.Location = new System.Drawing.Point(429, 123);
            this.comboBox1.Name = "comboBox1";
            this.comboBox1.Size = new System.Drawing.Size(136, 21);
            this.comboBox1.TabIndex = 8;
            this.comboBox1.Visible = false;
            // 
            // lblCombo
            // 
            this.lblCombo.Image = null;
            this.lblCombo.Location = new System.Drawing.Point(363, 27);
            this.lblCombo.Name = "lblCombo";
            this.lblCombo.Size = new System.Drawing.Size(192, 72);
            this.lblCombo.TabIndex = 9;
            this.lblCombo.Text = "lblCombo";
            // 
            // comboBox2
            // 
            this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBox2.DropDownWidth = 56;
            this.comboBox2.Items.AddRange(new object[] {
            "10",
            "20"});
            this.comboBox2.Location = new System.Drawing.Point(457, 123);
            this.comboBox2.Name = "comboBox2";
            this.comboBox2.Size = new System.Drawing.Size(56, 21);
            this.comboBox2.TabIndex = 10;
            // 
            // button1
            // 
            this.button1.Image = null;
            this.button1.Location = new System.Drawing.Point(429, 150);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(88, 23);
            this.button1.TabIndex = 11;
            this.button1.Text = "Select File ...";
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // comboBox3
            // 
            this.comboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBox3.DropDownWidth = 184;
            this.comboBox3.Items.AddRange(new object[] {
            "M-Audio Delta 44 (PCI)",
            "PreSonus FireBox (FireWire)",
            "Edirol FA-66 (FireWire)",
            "SB Audigy (PCI)",
            "SB Audigy 2 (PCI)",
            "SB Audigy 2 ZS (PCI)",
            "Sound Blaster Extigy (USB)",
            "Sound Blaster MP3+ (USB)",
            "Turtle Beach Santa Cruz (PCI)",
            "Realtek HD audio",
            "Unsupported Card"});
            this.comboBox3.Location = new System.Drawing.Point(356, 62);
            this.comboBox3.MaxDropDownItems = 10;
            this.comboBox3.Name = "comboBox3";
            this.comboBox3.Size = new System.Drawing.Size(184, 21);
            this.comboBox3.TabIndex = 12;
            this.comboBox3.SelectedIndexChanged += new System.EventHandler(this.comboBox3_SelectedIndexChanged);
            // 
            // grpModel
            // 
            this.grpModel.Controls.Add(this.radModelG11);
            this.grpModel.Controls.Add(this.radModelQRP2000);
            this.grpModel.Controls.Add(this.radModelG500);
            this.grpModel.Controls.Add(this.radModelG137);
            this.grpModel.Controls.Add(this.radModelNetBox);
            this.grpModel.Controls.Add(this.radModelG160);
            this.grpModel.Controls.Add(this.radModelG80);
            this.grpModel.Controls.Add(this.radModelG40);
            this.grpModel.Controls.Add(this.radModelG3020);
            this.grpModel.Controls.Add(this.radModelG59);
            this.grpModel.Location = new System.Drawing.Point(350, 42);
            this.grpModel.Name = "grpModel";
            this.grpModel.Size = new System.Drawing.Size(167, 254);
            this.grpModel.TabIndex = 20;
            this.grpModel.TabStop = false;
            this.grpModel.Text = "Radio model";
            this.grpModel.Visible = false;
            // 
            // radModelG11
            // 
            this.radModelG11.Image = null;
            this.radModelG11.Location = new System.Drawing.Point(39, 231);
            this.radModelG11.Name = "radModelG11";
            this.radModelG11.Size = new System.Drawing.Size(88, 17);
            this.radModelG11.TabIndex = 12;
            this.radModelG11.Text = "G11";
            this.radModelG11.CheckedChanged += new System.EventHandler(this.radModelG11_CheckedChanged);
            // 
            // radModelQRP2000
            // 
            this.radModelQRP2000.AutoSize = true;
            this.radModelQRP2000.Image = null;
            this.radModelQRP2000.Location = new System.Drawing.Point(39, 210);
            this.radModelQRP2000.Name = "radModelQRP2000";
            this.radModelQRP2000.Size = new System.Drawing.Size(72, 17);
            this.radModelQRP2000.TabIndex = 11;
            this.radModelQRP2000.Text = "QRP2000";
            this.radModelQRP2000.UseVisualStyleBackColor = true;
            this.radModelQRP2000.CheckedChanged += new System.EventHandler(this.radModelQRP2000_CheckedChanged);
            // 
            // radModelG500
            // 
            this.radModelG500.AutoSize = true;
            this.radModelG500.Image = null;
            this.radModelG500.Location = new System.Drawing.Point(39, 162);
            this.radModelG500.Name = "radModelG500";
            this.radModelG500.Size = new System.Drawing.Size(51, 17);
            this.radModelG500.TabIndex = 10;
            this.radModelG500.Text = "G500";
            this.radModelG500.UseVisualStyleBackColor = true;
            this.radModelG500.CheckedChanged += new System.EventHandler(this.radModelG500_CheckedChanged);
            // 
            // radModelG137
            // 
            this.radModelG137.AutoSize = true;
            this.radModelG137.Image = null;
            this.radModelG137.Location = new System.Drawing.Point(39, 138);
            this.radModelG137.Name = "radModelG137";
            this.radModelG137.Size = new System.Drawing.Size(51, 17);
            this.radModelG137.TabIndex = 9;
            this.radModelG137.Text = "G137";
            this.radModelG137.UseVisualStyleBackColor = true;
            this.radModelG137.CheckedChanged += new System.EventHandler(this.radModelG137_CheckedChanged);
            // 
            // radModelNetBox
            // 
            this.radModelNetBox.AutoSize = true;
            this.radModelNetBox.Image = null;
            this.radModelNetBox.Location = new System.Drawing.Point(39, 186);
            this.radModelNetBox.Name = "radModelNetBox";
            this.radModelNetBox.Size = new System.Drawing.Size(68, 17);
            this.radModelNetBox.TabIndex = 8;
            this.radModelNetBox.Text = "NET Box";
            this.radModelNetBox.UseVisualStyleBackColor = true;
            this.radModelNetBox.CheckedChanged += new System.EventHandler(this.radModelNetBox_CheckedChanged);
            // 
            // radModelG160
            // 
            this.radModelG160.AutoSize = true;
            this.radModelG160.Image = null;
            this.radModelG160.Location = new System.Drawing.Point(39, 114);
            this.radModelG160.Name = "radModelG160";
            this.radModelG160.Size = new System.Drawing.Size(51, 17);
            this.radModelG160.TabIndex = 7;
            this.radModelG160.Text = "G160";
            this.radModelG160.UseVisualStyleBackColor = true;
            this.radModelG160.CheckedChanged += new System.EventHandler(this.radModelG160_CheckedChanged);
            // 
            // radModelG80
            // 
            this.radModelG80.AutoSize = true;
            this.radModelG80.Image = null;
            this.radModelG80.Location = new System.Drawing.Point(39, 90);
            this.radModelG80.Name = "radModelG80";
            this.radModelG80.Size = new System.Drawing.Size(45, 17);
            this.radModelG80.TabIndex = 6;
            this.radModelG80.Text = "G80";
            this.radModelG80.UseVisualStyleBackColor = true;
            this.radModelG80.CheckedChanged += new System.EventHandler(this.radModelG80_CheckedChanged);
            // 
            // radModelG40
            // 
            this.radModelG40.Image = null;
            this.radModelG40.Location = new System.Drawing.Point(39, 66);
            this.radModelG40.Name = "radModelG40";
            this.radModelG40.Size = new System.Drawing.Size(88, 17);
            this.radModelG40.TabIndex = 5;
            this.radModelG40.Text = "G40";
            this.radModelG40.CheckedChanged += new System.EventHandler(this.radModelG40_CheckedChanged);
            // 
            // radModelG3020
            // 
            this.radModelG3020.Image = null;
            this.radModelG3020.Location = new System.Drawing.Point(39, 42);
            this.radModelG3020.Name = "radModelG3020";
            this.radModelG3020.Size = new System.Drawing.Size(88, 17);
            this.radModelG3020.TabIndex = 4;
            this.radModelG3020.Text = "G3020";
            this.radModelG3020.CheckedChanged += new System.EventHandler(this.radModelG3020_CheckedChanged);
            // 
            // radModelG59
            // 
            this.radModelG59.Image = null;
            this.radModelG59.Location = new System.Drawing.Point(39, 18);
            this.radModelG59.Name = "radModelG59";
            this.radModelG59.Size = new System.Drawing.Size(88, 17);
            this.radModelG59.TabIndex = 3;
            this.radModelG59.Text = "G59";
            this.radModelG59.CheckedChanged += new System.EventHandler(this.radModelG59_CheckedChanged);
            // 
            // SetupWizard
            // 
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.ClientSize = new System.Drawing.Size(607, 413);
            this.Controls.Add(this.grpModel);
            this.Controls.Add(this.comboBox3);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.comboBox2);
            this.Controls.Add(this.comboBox1);
            this.Controls.Add(this.radYes);
            this.Controls.Add(this.radNo);
            this.Controls.Add(this.lblMessage2);
            this.Controls.Add(this.pictureBox1);
            this.Controls.Add(this.btnFinished);
            this.Controls.Add(this.btnNext);
            this.Controls.Add(this.btnPrevious);
            this.Controls.Add(this.lblCombo);
            this.Controls.Add(this.lblMessage1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "SetupWizard";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Genesis Setup Wizard - Welcome";
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            this.grpModel.ResumeLayout(false);
            this.grpModel.PerformLayout();
            this.ResumeLayout(false);

        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FLEX5000RX2CalForm));
     this.grpTestGeneral = new System.Windows.Forms.GroupBoxTS();
     this.btnTestAll = new System.Windows.Forms.ButtonTS();
     this.ckRunPreamp = new System.Windows.Forms.CheckBoxTS();
     this.btnTestNone = new System.Windows.Forms.ButtonTS();
     this.ckRunNoise = new System.Windows.Forms.CheckBoxTS();
     this.ckRunGenBal = new System.Windows.Forms.CheckBoxTS();
     this.ckRunFilters = new System.Windows.Forms.CheckBoxTS();
     this.printPreviewDialog1 = new System.Windows.Forms.PrintPreviewDialog();
     this.txtTech = new System.Windows.Forms.TextBoxTS();
     this.lblTech = new System.Windows.Forms.LabelTS();
     this.btnSelNone = new System.Windows.Forms.ButtonTS();
     this.btnPostFence = new System.Windows.Forms.ButtonTS();
     this.printDocument1 = new System.Drawing.Printing.PrintDocument();
     this.grpTestReceiver = new System.Windows.Forms.GroupBoxTS();
     this.btnCalNone = new System.Windows.Forms.ButtonTS();
     this.btnCalAll = new System.Windows.Forms.ButtonTS();
     this.ckCalImage = new System.Windows.Forms.CheckBoxTS();
     this.ckCalLevel = new System.Windows.Forms.CheckBoxTS();
     this.btnSelAll = new System.Windows.Forms.ButtonTS();
     this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
     this.btnTestPreamp = new System.Windows.Forms.ButtonTS();
     this.btnTestNoise = new System.Windows.Forms.ButtonTS();
     this.btnTestGenBal = new System.Windows.Forms.ButtonTS();
     this.btnCalImage = new System.Windows.Forms.ButtonTS();
     this.btnTestFilters = new System.Windows.Forms.ButtonTS();
     this.btnCalLevel = new System.Windows.Forms.ButtonTS();
     this.grpBands = new System.Windows.Forms.GroupBoxTS();
     this.ck6 = new System.Windows.Forms.CheckBoxTS();
     this.ck10 = new System.Windows.Forms.CheckBoxTS();
     this.ck12 = new System.Windows.Forms.CheckBoxTS();
     this.ck15 = new System.Windows.Forms.CheckBoxTS();
     this.ck17 = new System.Windows.Forms.CheckBoxTS();
     this.ck20 = new System.Windows.Forms.CheckBoxTS();
     this.ck30 = new System.Windows.Forms.CheckBoxTS();
     this.ck40 = new System.Windows.Forms.CheckBoxTS();
     this.ck60 = new System.Windows.Forms.CheckBoxTS();
     this.ck80 = new System.Windows.Forms.CheckBoxTS();
     this.ck160 = new System.Windows.Forms.CheckBoxTS();
     this.btnClearAll = new System.Windows.Forms.ButtonTS();
     this.btnCheckAll = new System.Windows.Forms.ButtonTS();
     this.btnRunSel = new System.Windows.Forms.ButtonTS();
     this.lstDebug = new System.Windows.Forms.ListBox();
     this.grpTests = new System.Windows.Forms.GroupBoxTS();
     this.grpCal = new System.Windows.Forms.GroupBoxTS();
     this.label1 = new System.Windows.Forms.Label();
     this.grpTestGeneral.SuspendLayout();
     this.grpTestReceiver.SuspendLayout();
     this.grpBands.SuspendLayout();
     this.grpTests.SuspendLayout();
     this.grpCal.SuspendLayout();
     this.SuspendLayout();
     //
     // grpTestGeneral
     //
     this.grpTestGeneral.Controls.Add(this.btnTestAll);
     this.grpTestGeneral.Controls.Add(this.ckRunPreamp);
     this.grpTestGeneral.Controls.Add(this.btnTestNone);
     this.grpTestGeneral.Controls.Add(this.ckRunNoise);
     this.grpTestGeneral.Controls.Add(this.ckRunGenBal);
     this.grpTestGeneral.Controls.Add(this.ckRunFilters);
     this.grpTestGeneral.Location = new System.Drawing.Point(8, 379);
     this.grpTestGeneral.Name = "grpTestGeneral";
     this.grpTestGeneral.Size = new System.Drawing.Size(376, 48);
     this.grpTestGeneral.TabIndex = 39;
     this.grpTestGeneral.TabStop = false;
     this.grpTestGeneral.Text = "Tests";
     //
     // btnTestAll
     //
     this.btnTestAll.Image = null;
     this.btnTestAll.Location = new System.Drawing.Point(280, 16);
     this.btnTestAll.Name = "btnTestAll";
     this.btnTestAll.Size = new System.Drawing.Size(40, 24);
     this.btnTestAll.TabIndex = 24;
     this.btnTestAll.Text = "All";
     this.btnTestAll.Click += new System.EventHandler(this.btnTestAll_Click);
     //
     // ckRunPreamp
     //
     this.ckRunPreamp.Checked = true;
     this.ckRunPreamp.CheckState = System.Windows.Forms.CheckState.Checked;
     this.ckRunPreamp.Image = null;
     this.ckRunPreamp.Location = new System.Drawing.Point(152, 16);
     this.ckRunPreamp.Name = "ckRunPreamp";
     this.ckRunPreamp.Size = new System.Drawing.Size(64, 24);
     this.ckRunPreamp.TabIndex = 26;
     this.ckRunPreamp.Text = "Preamp";
     //
     // btnTestNone
     //
     this.btnTestNone.Image = null;
     this.btnTestNone.Location = new System.Drawing.Point(328, 16);
     this.btnTestNone.Name = "btnTestNone";
     this.btnTestNone.Size = new System.Drawing.Size(40, 24);
     this.btnTestNone.TabIndex = 25;
     this.btnTestNone.Text = "None";
     this.btnTestNone.Click += new System.EventHandler(this.btnTestNone_Click);
     //
     // ckRunNoise
     //
     this.ckRunNoise.Checked = true;
     this.ckRunNoise.CheckState = System.Windows.Forms.CheckState.Checked;
     this.ckRunNoise.Image = null;
     this.ckRunNoise.Location = new System.Drawing.Point(88, 16);
     this.ckRunNoise.Name = "ckRunNoise";
     this.ckRunNoise.Size = new System.Drawing.Size(56, 24);
     this.ckRunNoise.TabIndex = 21;
     this.ckRunNoise.Text = "Noise";
     //
     // ckRunGenBal
     //
     this.ckRunGenBal.Checked = true;
     this.ckRunGenBal.CheckState = System.Windows.Forms.CheckState.Checked;
     this.ckRunGenBal.Image = null;
     this.ckRunGenBal.Location = new System.Drawing.Point(16, 16);
     this.ckRunGenBal.Name = "ckRunGenBal";
     this.ckRunGenBal.Size = new System.Drawing.Size(64, 24);
     this.ckRunGenBal.TabIndex = 20;
     this.ckRunGenBal.Text = "Gen/Bal";
     //
     // ckRunFilters
     //
     this.ckRunFilters.Checked = true;
     this.ckRunFilters.CheckState = System.Windows.Forms.CheckState.Checked;
     this.ckRunFilters.Image = null;
     this.ckRunFilters.Location = new System.Drawing.Point(224, 16);
     this.ckRunFilters.Name = "ckRunFilters";
     this.ckRunFilters.Size = new System.Drawing.Size(56, 24);
     this.ckRunFilters.TabIndex = 19;
     this.ckRunFilters.Text = "Filters";
     //
     // printPreviewDialog1
     //
     this.printPreviewDialog1.AutoScrollMargin = new System.Drawing.Size(0, 0);
     this.printPreviewDialog1.AutoScrollMinSize = new System.Drawing.Size(0, 0);
     this.printPreviewDialog1.ClientSize = new System.Drawing.Size(400, 300);
     this.printPreviewDialog1.Enabled = true;
     this.printPreviewDialog1.Icon = ((System.Drawing.Icon)(resources.GetObject("printPreviewDialog1.Icon")));
     this.printPreviewDialog1.Location = new System.Drawing.Point(54, 29);
     this.printPreviewDialog1.MinimumSize = new System.Drawing.Size(375, 250);
     this.printPreviewDialog1.Name = "printPreviewDialog1";
     this.printPreviewDialog1.TransparencyKey = System.Drawing.Color.Empty;
     this.printPreviewDialog1.Visible = false;
     //
     // txtTech
     //
     this.txtTech.Location = new System.Drawing.Point(280, 448);
     this.txtTech.Name = "txtTech";
     this.txtTech.TabIndex = 37;
     this.txtTech.Text = "";
     //
     // lblTech
     //
     this.lblTech.Image = null;
     this.lblTech.Location = new System.Drawing.Point(280, 432);
     this.lblTech.Name = "lblTech";
     this.lblTech.Size = new System.Drawing.Size(64, 16);
     this.lblTech.TabIndex = 36;
     this.lblTech.Text = "Technician:";
     //
     // btnSelNone
     //
     this.btnSelNone.Image = null;
     this.btnSelNone.Location = new System.Drawing.Point(104, 355);
     this.btnSelNone.Name = "btnSelNone";
     this.btnSelNone.Size = new System.Drawing.Size(40, 16);
     this.btnSelNone.TabIndex = 43;
     this.btnSelNone.Text = "None";
     this.btnSelNone.Click += new System.EventHandler(this.btnSelNone_Click);
     //
     // btnPostFence
     //
     this.btnPostFence.Image = null;
     this.btnPostFence.Location = new System.Drawing.Point(168, 339);
     this.btnPostFence.Name = "btnPostFence";
     this.btnPostFence.Size = new System.Drawing.Size(56, 32);
     this.btnPostFence.TabIndex = 45;
     this.btnPostFence.Text = "Post Fence";
     //
     // grpTestReceiver
     //
     this.grpTestReceiver.Controls.Add(this.btnCalNone);
     this.grpTestReceiver.Controls.Add(this.btnCalAll);
     this.grpTestReceiver.Controls.Add(this.ckCalImage);
     this.grpTestReceiver.Controls.Add(this.ckCalLevel);
     this.grpTestReceiver.Location = new System.Drawing.Point(8, 432);
     this.grpTestReceiver.Name = "grpTestReceiver";
     this.grpTestReceiver.Size = new System.Drawing.Size(256, 48);
     this.grpTestReceiver.TabIndex = 40;
     this.grpTestReceiver.TabStop = false;
     this.grpTestReceiver.Text = "Calibrations";
     //
     // btnCalNone
     //
     this.btnCalNone.Image = null;
     this.btnCalNone.Location = new System.Drawing.Point(208, 16);
     this.btnCalNone.Name = "btnCalNone";
     this.btnCalNone.Size = new System.Drawing.Size(40, 24);
     this.btnCalNone.TabIndex = 27;
     this.btnCalNone.Text = "None";
     this.btnCalNone.Click += new System.EventHandler(this.btnCalNone_Click);
     //
     // btnCalAll
     //
     this.btnCalAll.Image = null;
     this.btnCalAll.Location = new System.Drawing.Point(160, 16);
     this.btnCalAll.Name = "btnCalAll";
     this.btnCalAll.Size = new System.Drawing.Size(40, 24);
     this.btnCalAll.TabIndex = 26;
     this.btnCalAll.Text = "All";
     this.btnCalAll.Click += new System.EventHandler(this.btnCalAll_Click);
     //
     // ckCalImage
     //
     this.ckCalImage.Checked = true;
     this.ckCalImage.CheckState = System.Windows.Forms.CheckState.Checked;
     this.ckCalImage.Image = null;
     this.ckCalImage.Location = new System.Drawing.Point(80, 16);
     this.ckCalImage.Name = "ckCalImage";
     this.ckCalImage.Size = new System.Drawing.Size(56, 24);
     this.ckCalImage.TabIndex = 21;
     this.ckCalImage.Text = "Image";
     //
     // ckCalLevel
     //
     this.ckCalLevel.Checked = true;
     this.ckCalLevel.CheckState = System.Windows.Forms.CheckState.Checked;
     this.ckCalLevel.Image = null;
     this.ckCalLevel.Location = new System.Drawing.Point(16, 16);
     this.ckCalLevel.Name = "ckCalLevel";
     this.ckCalLevel.Size = new System.Drawing.Size(56, 24);
     this.ckCalLevel.TabIndex = 20;
     this.ckCalLevel.Text = "Level";
     //
     // btnSelAll
     //
     this.btnSelAll.Image = null;
     this.btnSelAll.Location = new System.Drawing.Point(104, 339);
     this.btnSelAll.Name = "btnSelAll";
     this.btnSelAll.Size = new System.Drawing.Size(40, 16);
     this.btnSelAll.TabIndex = 42;
     this.btnSelAll.Text = "All";
     this.btnSelAll.Click += new System.EventHandler(this.btnSelAll_Click);
     //
     // btnTestPreamp
     //
     this.btnTestPreamp.Image = null;
     this.btnTestPreamp.Location = new System.Drawing.Point(16, 104);
     this.btnTestPreamp.Name = "btnTestPreamp";
     this.btnTestPreamp.TabIndex = 7;
     this.btnTestPreamp.Text = "Preamp";
     this.toolTip1.SetToolTip(this.btnTestPreamp, "Preamp Test: Not Run");
     this.btnTestPreamp.Click += new System.EventHandler(this.btnTestPreamp_Click);
     //
     // btnTestNoise
     //
     this.btnTestNoise.Image = null;
     this.btnTestNoise.Location = new System.Drawing.Point(16, 64);
     this.btnTestNoise.Name = "btnTestNoise";
     this.btnTestNoise.TabIndex = 2;
     this.btnTestNoise.Text = "Noise";
     this.toolTip1.SetToolTip(this.btnTestNoise, "Noise Test: Not Run");
     this.btnTestNoise.Click += new System.EventHandler(this.btnTestNoise_Click);
     //
     // btnTestGenBal
     //
     this.btnTestGenBal.Image = null;
     this.btnTestGenBal.Location = new System.Drawing.Point(16, 24);
     this.btnTestGenBal.Name = "btnTestGenBal";
     this.btnTestGenBal.TabIndex = 1;
     this.btnTestGenBal.Text = "Gen/Bal";
     this.toolTip1.SetToolTip(this.btnTestGenBal, "Gen/Bal Test: Not Run");
     this.btnTestGenBal.Click += new System.EventHandler(this.btnTestGenBal_Click);
     //
     // btnCalImage
     //
     this.btnCalImage.Image = null;
     this.btnCalImage.Location = new System.Drawing.Point(16, 64);
     this.btnCalImage.Name = "btnCalImage";
     this.btnCalImage.TabIndex = 4;
     this.btnCalImage.Text = "Image";
     this.toolTip1.SetToolTip(this.btnCalImage, "RX Image Test: Not Run");
     this.btnCalImage.Click += new System.EventHandler(this.btnCalImage_Click);
     //
     // btnTestFilters
     //
     this.btnTestFilters.Image = null;
     this.btnTestFilters.Location = new System.Drawing.Point(16, 144);
     this.btnTestFilters.Name = "btnTestFilters";
     this.btnTestFilters.TabIndex = 1;
     this.btnTestFilters.Text = "Filters";
     this.toolTip1.SetToolTip(this.btnTestFilters, "RX Filter Test: Not Run");
     this.btnTestFilters.Click += new System.EventHandler(this.btnTestFilters_Click);
     //
     // btnCalLevel
     //
     this.btnCalLevel.Image = null;
     this.btnCalLevel.Location = new System.Drawing.Point(16, 24);
     this.btnCalLevel.Name = "btnCalLevel";
     this.btnCalLevel.TabIndex = 3;
     this.btnCalLevel.Text = "Level";
     this.toolTip1.SetToolTip(this.btnCalLevel, "RX Level Test: Not Run");
     this.btnCalLevel.Click += new System.EventHandler(this.btnCalLevel_Click);
     //
     // grpBands
     //
     this.grpBands.Controls.Add(this.ck6);
     this.grpBands.Controls.Add(this.ck10);
     this.grpBands.Controls.Add(this.ck12);
     this.grpBands.Controls.Add(this.ck15);
     this.grpBands.Controls.Add(this.ck17);
     this.grpBands.Controls.Add(this.ck20);
     this.grpBands.Controls.Add(this.ck30);
     this.grpBands.Controls.Add(this.ck40);
     this.grpBands.Controls.Add(this.ck60);
     this.grpBands.Controls.Add(this.ck80);
     this.grpBands.Controls.Add(this.ck160);
     this.grpBands.Controls.Add(this.btnClearAll);
     this.grpBands.Controls.Add(this.btnCheckAll);
     this.grpBands.Location = new System.Drawing.Point(128, 232);
     this.grpBands.Name = "grpBands";
     this.grpBands.Size = new System.Drawing.Size(256, 96);
     this.grpBands.TabIndex = 33;
     this.grpBands.TabStop = false;
     this.grpBands.Text = "Bands";
     //
     // ck6
     //
     this.ck6.Checked = true;
     this.ck6.CheckState = System.Windows.Forms.CheckState.Checked;
     this.ck6.Image = null;
     this.ck6.Location = new System.Drawing.Point(216, 40);
     this.ck6.Name = "ck6";
     this.ck6.Size = new System.Drawing.Size(32, 24);
     this.ck6.TabIndex = 28;
     this.ck6.Text = "6";
     //
     // ck10
     //
     this.ck10.Checked = true;
     this.ck10.CheckState = System.Windows.Forms.CheckState.Checked;
     this.ck10.Image = null;
     this.ck10.Location = new System.Drawing.Point(176, 40);
     this.ck10.Name = "ck10";
     this.ck10.Size = new System.Drawing.Size(40, 24);
     this.ck10.TabIndex = 27;
     this.ck10.Text = "10";
     //
     // ck12
     //
     this.ck12.Checked = true;
     this.ck12.CheckState = System.Windows.Forms.CheckState.Checked;
     this.ck12.Image = null;
     this.ck12.Location = new System.Drawing.Point(136, 40);
     this.ck12.Name = "ck12";
     this.ck12.Size = new System.Drawing.Size(40, 24);
     this.ck12.TabIndex = 26;
     this.ck12.Text = "12";
     //
     // ck15
     //
     this.ck15.Checked = true;
     this.ck15.CheckState = System.Windows.Forms.CheckState.Checked;
     this.ck15.Image = null;
     this.ck15.Location = new System.Drawing.Point(96, 40);
     this.ck15.Name = "ck15";
     this.ck15.Size = new System.Drawing.Size(40, 24);
     this.ck15.TabIndex = 25;
     this.ck15.Text = "15";
     //
     // ck17
     //
     this.ck17.Checked = true;
     this.ck17.CheckState = System.Windows.Forms.CheckState.Checked;
     this.ck17.Image = null;
     this.ck17.Location = new System.Drawing.Point(56, 40);
     this.ck17.Name = "ck17";
     this.ck17.Size = new System.Drawing.Size(40, 24);
     this.ck17.TabIndex = 24;
     this.ck17.Text = "17";
     //
     // ck20
     //
     this.ck20.Checked = true;
     this.ck20.CheckState = System.Windows.Forms.CheckState.Checked;
     this.ck20.Image = null;
     this.ck20.Location = new System.Drawing.Point(16, 40);
     this.ck20.Name = "ck20";
     this.ck20.Size = new System.Drawing.Size(40, 24);
     this.ck20.TabIndex = 23;
     this.ck20.Text = "20";
     //
     // ck30
     //
     this.ck30.Checked = true;
     this.ck30.CheckState = System.Windows.Forms.CheckState.Checked;
     this.ck30.Image = null;
     this.ck30.Location = new System.Drawing.Point(184, 16);
     this.ck30.Name = "ck30";
     this.ck30.Size = new System.Drawing.Size(40, 24);
     this.ck30.TabIndex = 22;
     this.ck30.Text = "30";
     //
     // ck40
     //
     this.ck40.Checked = true;
     this.ck40.CheckState = System.Windows.Forms.CheckState.Checked;
     this.ck40.Image = null;
     this.ck40.Location = new System.Drawing.Point(144, 16);
     this.ck40.Name = "ck40";
     this.ck40.Size = new System.Drawing.Size(40, 24);
     this.ck40.TabIndex = 21;
     this.ck40.Text = "40";
     //
     // ck60
     //
     this.ck60.Checked = true;
     this.ck60.CheckState = System.Windows.Forms.CheckState.Checked;
     this.ck60.Image = null;
     this.ck60.Location = new System.Drawing.Point(104, 16);
     this.ck60.Name = "ck60";
     this.ck60.Size = new System.Drawing.Size(40, 24);
     this.ck60.TabIndex = 20;
     this.ck60.Text = "60";
     //
     // ck80
     //
     this.ck80.Checked = true;
     this.ck80.CheckState = System.Windows.Forms.CheckState.Checked;
     this.ck80.Image = null;
     this.ck80.Location = new System.Drawing.Point(64, 16);
     this.ck80.Name = "ck80";
     this.ck80.Size = new System.Drawing.Size(40, 24);
     this.ck80.TabIndex = 19;
     this.ck80.Text = "80";
     //
     // ck160
     //
     this.ck160.Checked = true;
     this.ck160.CheckState = System.Windows.Forms.CheckState.Checked;
     this.ck160.Image = null;
     this.ck160.Location = new System.Drawing.Point(16, 16);
     this.ck160.Name = "ck160";
     this.ck160.Size = new System.Drawing.Size(48, 24);
     this.ck160.TabIndex = 18;
     this.ck160.Text = "160";
     //
     // btnClearAll
     //
     this.btnClearAll.Image = null;
     this.btnClearAll.Location = new System.Drawing.Point(112, 64);
     this.btnClearAll.Name = "btnClearAll";
     this.btnClearAll.Size = new System.Drawing.Size(64, 20);
     this.btnClearAll.TabIndex = 30;
     this.btnClearAll.Text = "Clear All";
     this.btnClearAll.Click += new System.EventHandler(this.btnClearAll_Click);
     //
     // btnCheckAll
     //
     this.btnCheckAll.Image = null;
     this.btnCheckAll.Location = new System.Drawing.Point(24, 64);
     this.btnCheckAll.Name = "btnCheckAll";
     this.btnCheckAll.Size = new System.Drawing.Size(64, 20);
     this.btnCheckAll.TabIndex = 29;
     this.btnCheckAll.Text = "Check All";
     this.btnCheckAll.Click += new System.EventHandler(this.btnCheckAll_Click);
     //
     // btnRunSel
     //
     this.btnRunSel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.btnRunSel.Image = null;
     this.btnRunSel.Location = new System.Drawing.Point(8, 339);
     this.btnRunSel.Name = "btnRunSel";
     this.btnRunSel.Size = new System.Drawing.Size(88, 32);
     this.btnRunSel.TabIndex = 35;
     this.btnRunSel.Text = "Run Selected";
     this.btnRunSel.Click += new System.EventHandler(this.btnRunSel_Click);
     //
     // lstDebug
     //
     this.lstDebug.HorizontalScrollbar = true;
     this.lstDebug.Location = new System.Drawing.Point(128, 8);
     this.lstDebug.Name = "lstDebug";
     this.lstDebug.Size = new System.Drawing.Size(256, 212);
     this.lstDebug.TabIndex = 34;
     //
     // grpTests
     //
     this.grpTests.Controls.Add(this.btnTestPreamp);
     this.grpTests.Controls.Add(this.btnTestNoise);
     this.grpTests.Controls.Add(this.btnTestGenBal);
     this.grpTests.Controls.Add(this.btnTestFilters);
     this.grpTests.Location = new System.Drawing.Point(8, 3);
     this.grpTests.Name = "grpTests";
     this.grpTests.Size = new System.Drawing.Size(112, 221);
     this.grpTests.TabIndex = 31;
     this.grpTests.TabStop = false;
     this.grpTests.Text = "Tests";
     //
     // grpCal
     //
     this.grpCal.Controls.Add(this.btnCalImage);
     this.grpCal.Controls.Add(this.btnCalLevel);
     this.grpCal.Location = new System.Drawing.Point(8, 232);
     this.grpCal.Name = "grpCal";
     this.grpCal.Size = new System.Drawing.Size(112, 96);
     this.grpCal.TabIndex = 30;
     this.grpCal.TabStop = false;
     this.grpCal.Text = "Calibration";
     //
     // label1
     //
     this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 26.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label1.Location = new System.Drawing.Point(272, 336);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(88, 40);
     this.label1.TabIndex = 46;
     this.label1.Text = "RX2";
     //
     // FLEX5000RX2CalForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(392, 486);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.grpTestReceiver);
     this.Controls.Add(this.txtTech);
     this.Controls.Add(this.lblTech);
     this.Controls.Add(this.btnSelNone);
     this.Controls.Add(this.btnPostFence);
     this.Controls.Add(this.btnSelAll);
     this.Controls.Add(this.grpBands);
     this.Controls.Add(this.btnRunSel);
     this.Controls.Add(this.lstDebug);
     this.Controls.Add(this.grpTests);
     this.Controls.Add(this.grpCal);
     this.Controls.Add(this.grpTestGeneral);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "FLEX5000RX2CalForm";
     this.Text = "FLEX-5000 RX2 Calibration";
     this.Closing += new System.ComponentModel.CancelEventHandler(this.FLEX5000RX2CalForm_Closing);
     this.grpTestGeneral.ResumeLayout(false);
     this.grpTestReceiver.ResumeLayout(false);
     this.grpBands.ResumeLayout(false);
     this.grpTests.ResumeLayout(false);
     this.grpCal.ResumeLayout(false);
     this.ResumeLayout(false);
 }
		private void InitializeComponent()
		{
			this.components = new System.ComponentModel.Container();
			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(Splash));
			this.lblStatus = new System.Windows.Forms.LabelTS();
			this.lblTimeRemaining = new System.Windows.Forms.LabelTS();
			this.pnlStatus = new System.Windows.Forms.Panel();
			this.timer1 = new System.Windows.Forms.Timer(this.components);
			this.SuspendLayout();
			// 
			// lblStatus
			// 
			this.lblStatus.BackColor = System.Drawing.Color.Transparent;
			this.lblStatus.ForeColor = System.Drawing.Color.White;
			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;
			// 
			// lblTimeRemaining
			// 
			this.lblTimeRemaining.BackColor = System.Drawing.Color.Transparent;
			this.lblTimeRemaining.ForeColor = System.Drawing.Color.White;
			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";
			// 
			// 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);
			// 
			// Splash
			// 
			this.AutoScaleMode = AutoScaleMode.None;
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
			this.ClientSize = new System.Drawing.Size(400, 250);
			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);

		}
Beispiel #34
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(Memory));
     this.dataGrid1        = new System.Windows.Forms.DataGrid();
     this.btnHidden        = new System.Windows.Forms.ButtonTS();
     this.btnRecall        = new System.Windows.Forms.ButtonTS();
     this.chkEdit          = new System.Windows.Forms.CheckBoxTS();
     this.txtFilter        = new System.Windows.Forms.TextBoxTS();
     this.lblFind          = new System.Windows.Forms.LabelTS();
     this.btnFindGo        = new System.Windows.Forms.ButtonTS();
     this.btnDelete        = new System.Windows.Forms.ButtonTS();
     this.btnClose         = new System.Windows.Forms.ButtonTS();
     this.chkCloseOnRecall = new System.Windows.Forms.CheckBox();
     ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).BeginInit();
     this.SuspendLayout();
     //
     // dataGrid1
     //
     this.dataGrid1.AlternatingBackColor = System.Drawing.Color.Gainsboro;
     this.dataGrid1.BackColor            = System.Drawing.Color.Silver;
     this.dataGrid1.CaptionBackColor     = System.Drawing.SystemColors.Highlight;
     this.dataGrid1.CaptionFont          = new System.Drawing.Font("Tahoma", 8F);
     this.dataGrid1.CaptionForeColor     = System.Drawing.Color.White;
     this.dataGrid1.CaptionVisible       = false;
     this.dataGrid1.DataMember           = "";
     this.dataGrid1.FlatMode             = true;
     this.dataGrid1.ForeColor            = System.Drawing.Color.Black;
     this.dataGrid1.GridLineColor        = System.Drawing.Color.White;
     this.dataGrid1.HeaderBackColor      = System.Drawing.Color.DarkGray;
     this.dataGrid1.HeaderForeColor      = System.Drawing.Color.Black;
     this.dataGrid1.LinkColor            = System.Drawing.SystemColors.Highlight;
     this.dataGrid1.Location             = new System.Drawing.Point(24, 16);
     this.dataGrid1.Name = "dataGrid1";
     this.dataGrid1.ParentRowsBackColor = System.Drawing.Color.Black;
     this.dataGrid1.ParentRowsForeColor = System.Drawing.Color.White;
     this.dataGrid1.SelectionBackColor  = System.Drawing.SystemColors.Highlight;
     this.dataGrid1.SelectionForeColor  = System.Drawing.Color.White;
     this.dataGrid1.Size         = new System.Drawing.Size(720, 368);
     this.dataGrid1.TabIndex     = 0;
     this.dataGrid1.DoubleClick += new System.EventHandler(this.dataGrid1_DoubleClick);
     //
     // btnHidden
     //
     this.btnHidden.Image    = null;
     this.btnHidden.Location = new System.Drawing.Point(232, 56);
     this.btnHidden.Name     = "btnHidden";
     this.btnHidden.TabIndex = 1;
     this.btnHidden.Text     = "button1";
     this.btnHidden.Visible  = false;
     //
     // btnRecall
     //
     this.btnRecall.Image    = null;
     this.btnRecall.Location = new System.Drawing.Point(120, 432);
     this.btnRecall.Name     = "btnRecall";
     this.btnRecall.TabIndex = 2;
     this.btnRecall.Text     = "Recall";
     this.btnRecall.Click   += new System.EventHandler(this.btnRecall_Click);
     //
     // chkEdit
     //
     this.chkEdit.Appearance      = System.Windows.Forms.Appearance.Button;
     this.chkEdit.Image           = null;
     this.chkEdit.Location        = new System.Drawing.Point(32, 432);
     this.chkEdit.Name            = "chkEdit";
     this.chkEdit.Size            = new System.Drawing.Size(75, 23);
     this.chkEdit.TabIndex        = 3;
     this.chkEdit.Text            = "Edit";
     this.chkEdit.TextAlign       = System.Drawing.ContentAlignment.MiddleCenter;
     this.chkEdit.CheckedChanged += new System.EventHandler(this.chkEdit_CheckedChanged);
     //
     // txtFilter
     //
     this.txtFilter.Enabled  = false;
     this.txtFilter.Location = new System.Drawing.Point(376, 432);
     this.txtFilter.Name     = "txtFilter";
     this.txtFilter.Size     = new System.Drawing.Size(120, 20);
     this.txtFilter.TabIndex = 4;
     this.txtFilter.Text     = "";
     this.txtFilter.Visible  = false;
     //
     // lblFind
     //
     this.lblFind.Image    = null;
     this.lblFind.Location = new System.Drawing.Point(328, 432);
     this.lblFind.Name     = "lblFind";
     this.lblFind.Size     = new System.Drawing.Size(40, 23);
     this.lblFind.TabIndex = 5;
     this.lblFind.Text     = "Filter:";
     this.lblFind.Visible  = false;
     //
     // btnFindGo
     //
     this.btnFindGo.Enabled  = false;
     this.btnFindGo.Image    = null;
     this.btnFindGo.Location = new System.Drawing.Point(496, 432);
     this.btnFindGo.Name     = "btnFindGo";
     this.btnFindGo.Size     = new System.Drawing.Size(32, 20);
     this.btnFindGo.TabIndex = 6;
     this.btnFindGo.Text     = "Go";
     this.btnFindGo.Visible  = false;
     this.btnFindGo.Click   += new System.EventHandler(this.btnFindGo_Click);
     //
     // btnDelete
     //
     this.btnDelete.Image    = null;
     this.btnDelete.Location = new System.Drawing.Point(208, 432);
     this.btnDelete.Name     = "btnDelete";
     this.btnDelete.TabIndex = 7;
     this.btnDelete.Text     = "Delete";
     this.btnDelete.Click   += new System.EventHandler(this.btnDelete_Click);
     //
     // btnClose
     //
     this.btnClose.Image    = null;
     this.btnClose.Location = new System.Drawing.Point(672, 432);
     this.btnClose.Name     = "btnClose";
     this.btnClose.TabIndex = 8;
     this.btnClose.Text     = "Close";
     this.btnClose.Click   += new System.EventHandler(this.btnClose_Click);
     //
     // chkCloseOnRecall
     //
     this.chkCloseOnRecall.Checked    = true;
     this.chkCloseOnRecall.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkCloseOnRecall.Location   = new System.Drawing.Point(120, 400);
     this.chkCloseOnRecall.Name       = "chkCloseOnRecall";
     this.chkCloseOnRecall.Size       = new System.Drawing.Size(104, 16);
     this.chkCloseOnRecall.TabIndex   = 9;
     this.chkCloseOnRecall.Text       = "Close on Recall";
     //
     // Memory
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(767, 484);
     this.Controls.Add(this.chkCloseOnRecall);
     this.Controls.Add(this.btnClose);
     this.Controls.Add(this.btnDelete);
     this.Controls.Add(this.btnFindGo);
     this.Controls.Add(this.lblFind);
     this.Controls.Add(this.txtFilter);
     this.Controls.Add(this.chkEdit);
     this.Controls.Add(this.btnRecall);
     this.Controls.Add(this.dataGrid1);
     this.Controls.Add(this.btnHidden);
     this.Icon     = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name     = "Memory";
     this.Text     = "PowerSDR Memory";
     this.Closing += new System.ComponentModel.CancelEventHandler(this.Memory_Closing);
     ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #35
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();

		}
Beispiel #36
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(FLEX5000LLHWForm));
            this.udATUL = new System.Windows.Forms.NumericUpDown();
            this.udATUC = new System.Windows.Forms.NumericUpDown();
            this.lblATUC = new System.Windows.Forms.LabelTS();
            this.lblATUL = new System.Windows.Forms.LabelTS();
            this.grpATURelays = new System.Windows.Forms.GroupBoxTS();
            this.chkATUATTN = new System.Windows.Forms.CheckBoxTS();
            this.chkATUEnable = new System.Windows.Forms.CheckBoxTS();
            this.lblHiZ = new System.Windows.Forms.LabelTS();
            this.chkHiZ = new System.Windows.Forms.CheckBoxTS();
            this.lblC6 = new System.Windows.Forms.LabelTS();
            this.lblC5 = new System.Windows.Forms.LabelTS();
            this.lblC4 = new System.Windows.Forms.LabelTS();
            this.lblC3 = new System.Windows.Forms.LabelTS();
            this.lblC2 = new System.Windows.Forms.LabelTS();
            this.lblC1 = new System.Windows.Forms.LabelTS();
            this.lblC0 = new System.Windows.Forms.LabelTS();
            this.chkC3 = new System.Windows.Forms.CheckBoxTS();
            this.chkC6 = new System.Windows.Forms.CheckBoxTS();
            this.chkC1 = new System.Windows.Forms.CheckBoxTS();
            this.chkC0 = new System.Windows.Forms.CheckBoxTS();
            this.chkC5 = new System.Windows.Forms.CheckBoxTS();
            this.chkC4 = new System.Windows.Forms.CheckBoxTS();
            this.chkC2 = new System.Windows.Forms.CheckBoxTS();
            this.lblL8 = new System.Windows.Forms.LabelTS();
            this.lblL7 = new System.Windows.Forms.LabelTS();
            this.lblL6 = new System.Windows.Forms.LabelTS();
            this.lblL2 = new System.Windows.Forms.LabelTS();
            this.chkL8 = new System.Windows.Forms.CheckBoxTS();
            this.chkL2 = new System.Windows.Forms.CheckBoxTS();
            this.chkL7 = new System.Windows.Forms.CheckBoxTS();
            this.chkL6 = new System.Windows.Forms.CheckBoxTS();
            this.lblL9 = new System.Windows.Forms.LabelTS();
            this.chkL9 = new System.Windows.Forms.CheckBoxTS();
            this.chkL3 = new System.Windows.Forms.CheckBoxTS();
            this.lblL3 = new System.Windows.Forms.LabelTS();
            this.lblL4 = new System.Windows.Forms.LabelTS();
            this.chkL4 = new System.Windows.Forms.CheckBoxTS();
            this.lblL5 = new System.Windows.Forms.LabelTS();
            this.chkL5 = new System.Windows.Forms.CheckBoxTS();
            this.grpFlexWire = new System.Windows.Forms.GroupBoxTS();
            this.btnFlexWireRead2Val = new System.Windows.Forms.ButtonTS();
            this.btnFlexWireReadVal = new System.Windows.Forms.ButtonTS();
            this.lblFlexWireVal2 = new System.Windows.Forms.LabelTS();
            this.lblFlexWireVal1 = new System.Windows.Forms.LabelTS();
            this.lblFlexWireAddr = new System.Windows.Forms.LabelTS();
            this.btnFlexWireWriteVal = new System.Windows.Forms.ButtonTS();
            this.txtFlexWireVal2 = new System.Windows.Forms.TextBox();
            this.txtFlexWireVal1 = new System.Windows.Forms.TextBox();
            this.txtFlexWireAddr = new System.Windows.Forms.TextBox();
            this.btnFlexWireWrite2Val = new System.Windows.Forms.ButtonTS();
            this.grpATU = new System.Windows.Forms.GroupBoxTS();
            this.btnATUFull = new System.Windows.Forms.ButtonTS();
            this.txtATU3 = new System.Windows.Forms.TextBox();
            this.txtATU2 = new System.Windows.Forms.TextBox();
            this.txtATU1 = new System.Windows.Forms.TextBox();
            this.btnATUSendCmd = new System.Windows.Forms.ButtonTS();
            this.grpPAPot = new System.Windows.Forms.GroupBoxTS();
            this.txtPAPotRead = new System.Windows.Forms.TextBox();
            this.txtPAPotWrite = new System.Windows.Forms.TextBox();
            this.btnPAPotWrite = new System.Windows.Forms.ButtonTS();
            this.btnPAPotRead = new System.Windows.Forms.ButtonTS();
            this.comboPAPotIndex = new System.Windows.Forms.ComboBoxTS();
            this.lblPAPotIndex = new System.Windows.Forms.LabelTS();
            this.grpGPIODDR = new System.Windows.Forms.GroupBoxTS();
            this.label9 = new System.Windows.Forms.LabelTS();
            this.label10 = new System.Windows.Forms.LabelTS();
            this.label11 = new System.Windows.Forms.LabelTS();
            this.label12 = new System.Windows.Forms.LabelTS();
            this.label13 = new System.Windows.Forms.LabelTS();
            this.label14 = new System.Windows.Forms.LabelTS();
            this.label15 = new System.Windows.Forms.LabelTS();
            this.label16 = new System.Windows.Forms.LabelTS();
            this.txtGPIODDRRead = new System.Windows.Forms.TextBox();
            this.txtGPIODDRWrite = new System.Windows.Forms.TextBox();
            this.btnGPIODDRWrite = new System.Windows.Forms.ButtonTS();
            this.btnGPIODDRRead = new System.Windows.Forms.ButtonTS();
            this.chkGPIODDR4 = new System.Windows.Forms.CheckBoxTS();
            this.chkGPIODDR7 = new System.Windows.Forms.CheckBoxTS();
            this.chkGPIODDR2 = new System.Windows.Forms.CheckBoxTS();
            this.chkGPIODDR1 = new System.Windows.Forms.CheckBoxTS();
            this.chkGPIODDR6 = new System.Windows.Forms.CheckBoxTS();
            this.chkGPIODDR5 = new System.Windows.Forms.CheckBoxTS();
            this.chkGPIODDR3 = new System.Windows.Forms.CheckBoxTS();
            this.chkGPIODDR8 = new System.Windows.Forms.CheckBoxTS();
            this.grpGPIO = new System.Windows.Forms.GroupBoxTS();
            this.label8 = new System.Windows.Forms.LabelTS();
            this.label7 = new System.Windows.Forms.LabelTS();
            this.label6 = new System.Windows.Forms.LabelTS();
            this.label1 = new System.Windows.Forms.LabelTS();
            this.txtGPIORead = new System.Windows.Forms.TextBox();
            this.txtGPIOWrite = new System.Windows.Forms.TextBox();
            this.btnGPIOWriteVal = new System.Windows.Forms.ButtonTS();
            this.btnGPIORead = new System.Windows.Forms.ButtonTS();
            this.label5 = new System.Windows.Forms.LabelTS();
            this.label4 = new System.Windows.Forms.LabelTS();
            this.label3 = new System.Windows.Forms.LabelTS();
            this.label2 = new System.Windows.Forms.LabelTS();
            this.chkGPIO4 = new System.Windows.Forms.CheckBoxTS();
            this.chkGPIO7 = new System.Windows.Forms.CheckBoxTS();
            this.chkGPIO2 = new System.Windows.Forms.CheckBoxTS();
            this.chkGPIO1 = new System.Windows.Forms.CheckBoxTS();
            this.chkGPIO6 = new System.Windows.Forms.CheckBoxTS();
            this.chkGPIO5 = new System.Windows.Forms.CheckBoxTS();
            this.chkGPIO3 = new System.Windows.Forms.CheckBoxTS();
            this.chkGPIO8 = new System.Windows.Forms.CheckBoxTS();
            this.grpCodec = new System.Windows.Forms.GroupBoxTS();
            this.comboCodecReg = new System.Windows.Forms.ComboBoxTS();
            this.txtCodecRead = new System.Windows.Forms.TextBox();
            this.txtCodecWrite = new System.Windows.Forms.TextBox();
            this.lblCodecRegister = new System.Windows.Forms.LabelTS();
            this.btnCodecWrite = new System.Windows.Forms.ButtonTS();
            this.btnCodecRead = new System.Windows.Forms.ButtonTS();
            this.grpTRXPot = new System.Windows.Forms.GroupBoxTS();
            this.txtTRXPotRead = new System.Windows.Forms.TextBox();
            this.txtTRXPotWrite = new System.Windows.Forms.TextBox();
            this.btnTRXPotWrite = new System.Windows.Forms.ButtonTS();
            this.btnTRXPotRead = new System.Windows.Forms.ButtonTS();
            this.comboTRXPotIndex = new System.Windows.Forms.ComboBoxTS();
            this.lblTRXPotIndex = new System.Windows.Forms.LabelTS();
            this.grpEEPROM = new System.Windows.Forms.GroupBoxTS();
            this.chkRX2EEPROM = new System.Windows.Forms.CheckBoxTS();
            this.txtEEPROMReadFloat = new System.Windows.Forms.TextBox();
            this.txtEEPROMWriteFloat = new System.Windows.Forms.TextBox();
            this.btnEEPROMWriteFloat = new System.Windows.Forms.ButtonTS();
            this.btnEEPROMReadFloat = new System.Windows.Forms.ButtonTS();
            this.txtEEPROMOffset = new System.Windows.Forms.TextBox();
            this.txtEEPROMRead = new System.Windows.Forms.TextBox();
            this.txtEEPROMWrite = new System.Windows.Forms.TextBox();
            this.lblEEPROMOffset = new System.Windows.Forms.LabelTS();
            this.btnEEPROMWrite = new System.Windows.Forms.ButtonTS();
            this.btnEEPROMRead = new System.Windows.Forms.ButtonTS();
            this.grpPIO = new System.Windows.Forms.GroupBoxTS();
            this.comboPIOReg = new System.Windows.Forms.ComboBoxTS();
            this.txtPIORead = new System.Windows.Forms.TextBox();
            this.txtPIOWrite = new System.Windows.Forms.TextBox();
            this.lblPIORegister = new System.Windows.Forms.LabelTS();
            this.btnPIOWrite = new System.Windows.Forms.ButtonTS();
            this.btnPIORead = new System.Windows.Forms.ButtonTS();
            this.lblPIOChip = new System.Windows.Forms.LabelTS();
            this.comboPIOChip = new System.Windows.Forms.ComboBoxTS();
            this.grpClockGen = new System.Windows.Forms.GroupBoxTS();
            this.chkClockGenCS = new System.Windows.Forms.CheckBoxTS();
            this.chkClockGenReset = new System.Windows.Forms.CheckBoxTS();
            this.comboClockGenReg = new System.Windows.Forms.ComboBoxTS();
            this.txtClockGenReadVal = new System.Windows.Forms.TextBox();
            this.txtClockGenWriteVal = new System.Windows.Forms.TextBox();
            this.lblClockGenReg = new System.Windows.Forms.LabelTS();
            this.btnClockGenWrite = new System.Windows.Forms.ButtonTS();
            this.btnClockGenRead = new System.Windows.Forms.ButtonTS();
            this.grpDDS = new System.Windows.Forms.GroupBoxTS();
            this.btnIOUpdate = new System.Windows.Forms.ButtonTS();
            this.chkManualIOUpdate = new System.Windows.Forms.CheckBoxTS();
            this.chkRX2DDS = new System.Windows.Forms.CheckBoxTS();
            this.chkDDSCS = new System.Windows.Forms.CheckBoxTS();
            this.chkDDSReset = new System.Windows.Forms.CheckBoxTS();
            this.comboDDSChan = new System.Windows.Forms.ComboBoxTS();
            this.lblDDSChan = new System.Windows.Forms.LabelTS();
            this.comboDDSReg = new System.Windows.Forms.ComboBoxTS();
            this.txtDDSWrite = new System.Windows.Forms.TextBox();
            this.lblDDSReg = new System.Windows.Forms.LabelTS();
            this.btnDDSWrite = new System.Windows.Forms.ButtonTS();
            this.txtDDSReadVal = new System.Windows.Forms.TextBox();
            this.btnDDSRead = new System.Windows.Forms.ButtonTS();
            this.comboMuxChan = new System.Windows.Forms.ComboBoxTS();
            this.lblMuxChannel = new System.Windows.Forms.LabelTS();
            ((System.ComponentModel.ISupportInitialize)(this.udATUL)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udATUC)).BeginInit();
            this.grpATURelays.SuspendLayout();
            this.grpFlexWire.SuspendLayout();
            this.grpATU.SuspendLayout();
            this.grpPAPot.SuspendLayout();
            this.grpGPIODDR.SuspendLayout();
            this.grpGPIO.SuspendLayout();
            this.grpCodec.SuspendLayout();
            this.grpTRXPot.SuspendLayout();
            this.grpEEPROM.SuspendLayout();
            this.grpPIO.SuspendLayout();
            this.grpClockGen.SuspendLayout();
            this.grpDDS.SuspendLayout();
            this.SuspendLayout();
            // 
            // udATUL
            // 
            this.udATUL.Location = new System.Drawing.Point(576, 408);
            this.udATUL.Maximum = new decimal(new int[] {
            255,
            0,
            0,
            0});
            this.udATUL.Name = "udATUL";
            this.udATUL.Size = new System.Drawing.Size(48, 20);
            this.udATUL.TabIndex = 39;
            this.udATUL.ValueChanged += new System.EventHandler(this.udATUL_ValueChanged);
            // 
            // udATUC
            // 
            this.udATUC.Location = new System.Drawing.Point(576, 432);
            this.udATUC.Maximum = new decimal(new int[] {
            127,
            0,
            0,
            0});
            this.udATUC.Name = "udATUC";
            this.udATUC.Size = new System.Drawing.Size(48, 20);
            this.udATUC.TabIndex = 41;
            this.udATUC.ValueChanged += new System.EventHandler(this.udATUC_ValueChanged);
            // 
            // lblATUC
            // 
            this.lblATUC.Image = null;
            this.lblATUC.Location = new System.Drawing.Point(520, 432);
            this.lblATUC.Name = "lblATUC";
            this.lblATUC.Size = new System.Drawing.Size(48, 16);
            this.lblATUC.TabIndex = 42;
            this.lblATUC.Text = "ATU - C:";
            // 
            // lblATUL
            // 
            this.lblATUL.Image = null;
            this.lblATUL.Location = new System.Drawing.Point(520, 408);
            this.lblATUL.Name = "lblATUL";
            this.lblATUL.Size = new System.Drawing.Size(48, 16);
            this.lblATUL.TabIndex = 40;
            this.lblATUL.Text = "ATU - L:";
            // 
            // grpATURelays
            // 
            this.grpATURelays.Controls.Add(this.chkATUATTN);
            this.grpATURelays.Controls.Add(this.chkATUEnable);
            this.grpATURelays.Controls.Add(this.lblHiZ);
            this.grpATURelays.Controls.Add(this.chkHiZ);
            this.grpATURelays.Controls.Add(this.lblC6);
            this.grpATURelays.Controls.Add(this.lblC5);
            this.grpATURelays.Controls.Add(this.lblC4);
            this.grpATURelays.Controls.Add(this.lblC3);
            this.grpATURelays.Controls.Add(this.lblC2);
            this.grpATURelays.Controls.Add(this.lblC1);
            this.grpATURelays.Controls.Add(this.lblC0);
            this.grpATURelays.Controls.Add(this.chkC3);
            this.grpATURelays.Controls.Add(this.chkC6);
            this.grpATURelays.Controls.Add(this.chkC1);
            this.grpATURelays.Controls.Add(this.chkC0);
            this.grpATURelays.Controls.Add(this.chkC5);
            this.grpATURelays.Controls.Add(this.chkC4);
            this.grpATURelays.Controls.Add(this.chkC2);
            this.grpATURelays.Controls.Add(this.lblL8);
            this.grpATURelays.Controls.Add(this.lblL7);
            this.grpATURelays.Controls.Add(this.lblL6);
            this.grpATURelays.Controls.Add(this.lblL2);
            this.grpATURelays.Controls.Add(this.chkL8);
            this.grpATURelays.Controls.Add(this.chkL2);
            this.grpATURelays.Controls.Add(this.chkL7);
            this.grpATURelays.Controls.Add(this.chkL6);
            this.grpATURelays.Controls.Add(this.lblL9);
            this.grpATURelays.Controls.Add(this.chkL9);
            this.grpATURelays.Controls.Add(this.chkL3);
            this.grpATURelays.Controls.Add(this.lblL3);
            this.grpATURelays.Controls.Add(this.lblL4);
            this.grpATURelays.Controls.Add(this.chkL4);
            this.grpATURelays.Controls.Add(this.lblL5);
            this.grpATURelays.Controls.Add(this.chkL5);
            this.grpATURelays.Location = new System.Drawing.Point(184, 128);
            this.grpATURelays.Name = "grpATURelays";
            this.grpATURelays.Size = new System.Drawing.Size(216, 112);
            this.grpATURelays.TabIndex = 38;
            this.grpATURelays.TabStop = false;
            this.grpATURelays.Text = "ATU";
            // 
            // chkATUATTN
            // 
            this.chkATUATTN.Image = null;
            this.chkATUATTN.Location = new System.Drawing.Point(72, 50);
            this.chkATUATTN.Name = "chkATUATTN";
            this.chkATUATTN.Size = new System.Drawing.Size(56, 16);
            this.chkATUATTN.TabIndex = 64;
            this.chkATUATTN.Text = "ATTN";
            this.chkATUATTN.CheckedChanged += new System.EventHandler(this.chkATUATTN_CheckedChanged);
            // 
            // chkATUEnable
            // 
            this.chkATUEnable.Image = null;
            this.chkATUEnable.Location = new System.Drawing.Point(8, 50);
            this.chkATUEnable.Name = "chkATUEnable";
            this.chkATUEnable.Size = new System.Drawing.Size(64, 16);
            this.chkATUEnable.TabIndex = 63;
            this.chkATUEnable.Text = "Enable";
            this.chkATUEnable.CheckedChanged += new System.EventHandler(this.chkATUEnable_CheckedChanged);
            // 
            // lblHiZ
            // 
            this.lblHiZ.Image = null;
            this.lblHiZ.Location = new System.Drawing.Point(16, 64);
            this.lblHiZ.Name = "lblHiZ";
            this.lblHiZ.Size = new System.Drawing.Size(24, 16);
            this.lblHiZ.TabIndex = 62;
            this.lblHiZ.Text = "HiZ";
            // 
            // chkHiZ
            // 
            this.chkHiZ.Image = null;
            this.chkHiZ.Location = new System.Drawing.Point(16, 80);
            this.chkHiZ.Name = "chkHiZ";
            this.chkHiZ.Size = new System.Drawing.Size(16, 24);
            this.chkHiZ.TabIndex = 61;
            this.chkHiZ.CheckedChanged += new System.EventHandler(this.chkHiZ_CheckedChanged);
            // 
            // lblC6
            // 
            this.lblC6.Image = null;
            this.lblC6.Location = new System.Drawing.Point(40, 64);
            this.lblC6.Name = "lblC6";
            this.lblC6.Size = new System.Drawing.Size(24, 16);
            this.lblC6.TabIndex = 60;
            this.lblC6.Text = "C6";
            // 
            // lblC5
            // 
            this.lblC5.Image = null;
            this.lblC5.Location = new System.Drawing.Point(64, 64);
            this.lblC5.Name = "lblC5";
            this.lblC5.Size = new System.Drawing.Size(24, 16);
            this.lblC5.TabIndex = 59;
            this.lblC5.Text = "C5";
            // 
            // lblC4
            // 
            this.lblC4.Image = null;
            this.lblC4.Location = new System.Drawing.Point(88, 64);
            this.lblC4.Name = "lblC4";
            this.lblC4.Size = new System.Drawing.Size(24, 16);
            this.lblC4.TabIndex = 58;
            this.lblC4.Text = "C4";
            // 
            // lblC3
            // 
            this.lblC3.Image = null;
            this.lblC3.Location = new System.Drawing.Point(112, 64);
            this.lblC3.Name = "lblC3";
            this.lblC3.Size = new System.Drawing.Size(24, 16);
            this.lblC3.TabIndex = 57;
            this.lblC3.Text = "C3";
            // 
            // lblC2
            // 
            this.lblC2.Image = null;
            this.lblC2.Location = new System.Drawing.Point(136, 64);
            this.lblC2.Name = "lblC2";
            this.lblC2.Size = new System.Drawing.Size(24, 16);
            this.lblC2.TabIndex = 56;
            this.lblC2.Text = "C2";
            // 
            // lblC1
            // 
            this.lblC1.Image = null;
            this.lblC1.Location = new System.Drawing.Point(160, 64);
            this.lblC1.Name = "lblC1";
            this.lblC1.Size = new System.Drawing.Size(24, 16);
            this.lblC1.TabIndex = 55;
            this.lblC1.Text = "C1";
            // 
            // lblC0
            // 
            this.lblC0.Image = null;
            this.lblC0.Location = new System.Drawing.Point(184, 64);
            this.lblC0.Name = "lblC0";
            this.lblC0.Size = new System.Drawing.Size(24, 16);
            this.lblC0.TabIndex = 54;
            this.lblC0.Text = "C0";
            // 
            // chkC3
            // 
            this.chkC3.Image = null;
            this.chkC3.Location = new System.Drawing.Point(112, 80);
            this.chkC3.Name = "chkC3";
            this.chkC3.Size = new System.Drawing.Size(16, 24);
            this.chkC3.TabIndex = 52;
            this.chkC3.CheckedChanged += new System.EventHandler(this.chkC_CheckedChanged);
            // 
            // chkC6
            // 
            this.chkC6.Image = null;
            this.chkC6.Location = new System.Drawing.Point(40, 80);
            this.chkC6.Name = "chkC6";
            this.chkC6.Size = new System.Drawing.Size(16, 24);
            this.chkC6.TabIndex = 47;
            this.chkC6.CheckedChanged += new System.EventHandler(this.chkC_CheckedChanged);
            // 
            // chkC1
            // 
            this.chkC1.Image = null;
            this.chkC1.Location = new System.Drawing.Point(160, 80);
            this.chkC1.Name = "chkC1";
            this.chkC1.Size = new System.Drawing.Size(16, 24);
            this.chkC1.TabIndex = 51;
            this.chkC1.CheckedChanged += new System.EventHandler(this.chkC_CheckedChanged);
            // 
            // chkC0
            // 
            this.chkC0.Image = null;
            this.chkC0.Location = new System.Drawing.Point(184, 80);
            this.chkC0.Name = "chkC0";
            this.chkC0.Size = new System.Drawing.Size(16, 24);
            this.chkC0.TabIndex = 50;
            this.chkC0.CheckedChanged += new System.EventHandler(this.chkC_CheckedChanged);
            // 
            // chkC5
            // 
            this.chkC5.Image = null;
            this.chkC5.Location = new System.Drawing.Point(64, 80);
            this.chkC5.Name = "chkC5";
            this.chkC5.Size = new System.Drawing.Size(16, 24);
            this.chkC5.TabIndex = 49;
            this.chkC5.CheckedChanged += new System.EventHandler(this.chkC_CheckedChanged);
            // 
            // chkC4
            // 
            this.chkC4.Image = null;
            this.chkC4.Location = new System.Drawing.Point(88, 80);
            this.chkC4.Name = "chkC4";
            this.chkC4.Size = new System.Drawing.Size(16, 24);
            this.chkC4.TabIndex = 48;
            this.chkC4.CheckedChanged += new System.EventHandler(this.chkC_CheckedChanged);
            // 
            // chkC2
            // 
            this.chkC2.Image = null;
            this.chkC2.Location = new System.Drawing.Point(136, 80);
            this.chkC2.Name = "chkC2";
            this.chkC2.Size = new System.Drawing.Size(16, 24);
            this.chkC2.TabIndex = 53;
            this.chkC2.CheckedChanged += new System.EventHandler(this.chkC_CheckedChanged);
            // 
            // lblL8
            // 
            this.lblL8.Image = null;
            this.lblL8.Location = new System.Drawing.Point(160, 16);
            this.lblL8.Name = "lblL8";
            this.lblL8.Size = new System.Drawing.Size(24, 16);
            this.lblL8.TabIndex = 44;
            this.lblL8.Text = "L8";
            // 
            // lblL7
            // 
            this.lblL7.Image = null;
            this.lblL7.Location = new System.Drawing.Point(136, 16);
            this.lblL7.Name = "lblL7";
            this.lblL7.Size = new System.Drawing.Size(24, 16);
            this.lblL7.TabIndex = 43;
            this.lblL7.Text = "L7";
            // 
            // lblL6
            // 
            this.lblL6.Image = null;
            this.lblL6.Location = new System.Drawing.Point(112, 16);
            this.lblL6.Name = "lblL6";
            this.lblL6.Size = new System.Drawing.Size(24, 16);
            this.lblL6.TabIndex = 42;
            this.lblL6.Text = "L6";
            // 
            // lblL2
            // 
            this.lblL2.Image = null;
            this.lblL2.Location = new System.Drawing.Point(16, 16);
            this.lblL2.Name = "lblL2";
            this.lblL2.Size = new System.Drawing.Size(24, 16);
            this.lblL2.TabIndex = 30;
            this.lblL2.Text = "L2";
            // 
            // chkL8
            // 
            this.chkL8.Image = null;
            this.chkL8.Location = new System.Drawing.Point(160, 32);
            this.chkL8.Name = "chkL8";
            this.chkL8.Size = new System.Drawing.Size(16, 24);
            this.chkL8.TabIndex = 23;
            this.chkL8.CheckedChanged += new System.EventHandler(this.chkL_CheckedChanged);
            // 
            // chkL2
            // 
            this.chkL2.Image = null;
            this.chkL2.Location = new System.Drawing.Point(16, 32);
            this.chkL2.Name = "chkL2";
            this.chkL2.Size = new System.Drawing.Size(16, 24);
            this.chkL2.TabIndex = 26;
            this.chkL2.CheckedChanged += new System.EventHandler(this.chkL_CheckedChanged);
            // 
            // chkL7
            // 
            this.chkL7.Image = null;
            this.chkL7.Location = new System.Drawing.Point(136, 32);
            this.chkL7.Name = "chkL7";
            this.chkL7.Size = new System.Drawing.Size(16, 24);
            this.chkL7.TabIndex = 25;
            this.chkL7.CheckedChanged += new System.EventHandler(this.chkL_CheckedChanged);
            // 
            // chkL6
            // 
            this.chkL6.Image = null;
            this.chkL6.Location = new System.Drawing.Point(112, 32);
            this.chkL6.Name = "chkL6";
            this.chkL6.Size = new System.Drawing.Size(16, 24);
            this.chkL6.TabIndex = 24;
            this.chkL6.CheckedChanged += new System.EventHandler(this.chkL_CheckedChanged);
            // 
            // lblL9
            // 
            this.lblL9.Image = null;
            this.lblL9.Location = new System.Drawing.Point(184, 16);
            this.lblL9.Name = "lblL9";
            this.lblL9.Size = new System.Drawing.Size(24, 16);
            this.lblL9.TabIndex = 46;
            this.lblL9.Text = "L9";
            // 
            // chkL9
            // 
            this.chkL9.Image = null;
            this.chkL9.Location = new System.Drawing.Point(184, 32);
            this.chkL9.Name = "chkL9";
            this.chkL9.Size = new System.Drawing.Size(16, 24);
            this.chkL9.TabIndex = 45;
            this.chkL9.CheckedChanged += new System.EventHandler(this.chkL_CheckedChanged);
            // 
            // chkL3
            // 
            this.chkL3.Image = null;
            this.chkL3.Location = new System.Drawing.Point(40, 32);
            this.chkL3.Name = "chkL3";
            this.chkL3.Size = new System.Drawing.Size(16, 24);
            this.chkL3.TabIndex = 27;
            this.chkL3.CheckedChanged += new System.EventHandler(this.chkL_CheckedChanged);
            // 
            // lblL3
            // 
            this.lblL3.Image = null;
            this.lblL3.Location = new System.Drawing.Point(40, 16);
            this.lblL3.Name = "lblL3";
            this.lblL3.Size = new System.Drawing.Size(24, 16);
            this.lblL3.TabIndex = 31;
            this.lblL3.Text = "L3";
            // 
            // lblL4
            // 
            this.lblL4.Image = null;
            this.lblL4.Location = new System.Drawing.Point(64, 16);
            this.lblL4.Name = "lblL4";
            this.lblL4.Size = new System.Drawing.Size(24, 16);
            this.lblL4.TabIndex = 32;
            this.lblL4.Text = "L4";
            // 
            // chkL4
            // 
            this.chkL4.Image = null;
            this.chkL4.Location = new System.Drawing.Point(64, 32);
            this.chkL4.Name = "chkL4";
            this.chkL4.Size = new System.Drawing.Size(16, 24);
            this.chkL4.TabIndex = 29;
            this.chkL4.CheckedChanged += new System.EventHandler(this.chkL_CheckedChanged);
            // 
            // lblL5
            // 
            this.lblL5.Image = null;
            this.lblL5.Location = new System.Drawing.Point(88, 16);
            this.lblL5.Name = "lblL5";
            this.lblL5.Size = new System.Drawing.Size(24, 16);
            this.lblL5.TabIndex = 33;
            this.lblL5.Text = "L5";
            // 
            // chkL5
            // 
            this.chkL5.Image = null;
            this.chkL5.Location = new System.Drawing.Point(88, 32);
            this.chkL5.Name = "chkL5";
            this.chkL5.Size = new System.Drawing.Size(16, 24);
            this.chkL5.TabIndex = 28;
            this.chkL5.CheckedChanged += new System.EventHandler(this.chkL_CheckedChanged);
            // 
            // grpFlexWire
            // 
            this.grpFlexWire.Controls.Add(this.btnFlexWireRead2Val);
            this.grpFlexWire.Controls.Add(this.btnFlexWireReadVal);
            this.grpFlexWire.Controls.Add(this.lblFlexWireVal2);
            this.grpFlexWire.Controls.Add(this.lblFlexWireVal1);
            this.grpFlexWire.Controls.Add(this.lblFlexWireAddr);
            this.grpFlexWire.Controls.Add(this.btnFlexWireWriteVal);
            this.grpFlexWire.Controls.Add(this.txtFlexWireVal2);
            this.grpFlexWire.Controls.Add(this.txtFlexWireVal1);
            this.grpFlexWire.Controls.Add(this.txtFlexWireAddr);
            this.grpFlexWire.Controls.Add(this.btnFlexWireWrite2Val);
            this.grpFlexWire.Location = new System.Drawing.Point(336, 368);
            this.grpFlexWire.Name = "grpFlexWire";
            this.grpFlexWire.Size = new System.Drawing.Size(168, 120);
            this.grpFlexWire.TabIndex = 37;
            this.grpFlexWire.TabStop = false;
            this.grpFlexWire.Text = "FlexWire";
            // 
            // btnFlexWireRead2Val
            // 
            this.btnFlexWireRead2Val.Image = null;
            this.btnFlexWireRead2Val.Location = new System.Drawing.Point(128, 72);
            this.btnFlexWireRead2Val.Name = "btnFlexWireRead2Val";
            this.btnFlexWireRead2Val.Size = new System.Drawing.Size(32, 23);
            this.btnFlexWireRead2Val.TabIndex = 50;
            this.btnFlexWireRead2Val.Text = "R2";
            this.btnFlexWireRead2Val.Click += new System.EventHandler(this.btnFlexWireRead2Val_Click);
            // 
            // btnFlexWireReadVal
            // 
            this.btnFlexWireReadVal.Image = null;
            this.btnFlexWireReadVal.Location = new System.Drawing.Point(88, 72);
            this.btnFlexWireReadVal.Name = "btnFlexWireReadVal";
            this.btnFlexWireReadVal.Size = new System.Drawing.Size(32, 23);
            this.btnFlexWireReadVal.TabIndex = 49;
            this.btnFlexWireReadVal.Text = "R1";
            this.btnFlexWireReadVal.Click += new System.EventHandler(this.btnFlexWireReadVal_Click);
            // 
            // lblFlexWireVal2
            // 
            this.lblFlexWireVal2.Image = null;
            this.lblFlexWireVal2.Location = new System.Drawing.Point(96, 24);
            this.lblFlexWireVal2.Name = "lblFlexWireVal2";
            this.lblFlexWireVal2.Size = new System.Drawing.Size(32, 16);
            this.lblFlexWireVal2.TabIndex = 48;
            this.lblFlexWireVal2.Text = "Val2:";
            // 
            // lblFlexWireVal1
            // 
            this.lblFlexWireVal1.Image = null;
            this.lblFlexWireVal1.Location = new System.Drawing.Point(56, 24);
            this.lblFlexWireVal1.Name = "lblFlexWireVal1";
            this.lblFlexWireVal1.Size = new System.Drawing.Size(32, 16);
            this.lblFlexWireVal1.TabIndex = 47;
            this.lblFlexWireVal1.Text = "Val1:";
            // 
            // lblFlexWireAddr
            // 
            this.lblFlexWireAddr.Image = null;
            this.lblFlexWireAddr.Location = new System.Drawing.Point(16, 24);
            this.lblFlexWireAddr.Name = "lblFlexWireAddr";
            this.lblFlexWireAddr.Size = new System.Drawing.Size(32, 16);
            this.lblFlexWireAddr.TabIndex = 46;
            this.lblFlexWireAddr.Text = "Addr:";
            // 
            // btnFlexWireWriteVal
            // 
            this.btnFlexWireWriteVal.Image = null;
            this.btnFlexWireWriteVal.Location = new System.Drawing.Point(8, 72);
            this.btnFlexWireWriteVal.Name = "btnFlexWireWriteVal";
            this.btnFlexWireWriteVal.Size = new System.Drawing.Size(32, 23);
            this.btnFlexWireWriteVal.TabIndex = 45;
            this.btnFlexWireWriteVal.Text = "W1";
            this.btnFlexWireWriteVal.Click += new System.EventHandler(this.btnFlexWireWriteVal_Click);
            // 
            // txtFlexWireVal2
            // 
            this.txtFlexWireVal2.Location = new System.Drawing.Point(96, 40);
            this.txtFlexWireVal2.Name = "txtFlexWireVal2";
            this.txtFlexWireVal2.Size = new System.Drawing.Size(32, 20);
            this.txtFlexWireVal2.TabIndex = 44;
            this.txtFlexWireVal2.Text = "0";
            // 
            // txtFlexWireVal1
            // 
            this.txtFlexWireVal1.Location = new System.Drawing.Point(56, 40);
            this.txtFlexWireVal1.Name = "txtFlexWireVal1";
            this.txtFlexWireVal1.Size = new System.Drawing.Size(32, 20);
            this.txtFlexWireVal1.TabIndex = 43;
            this.txtFlexWireVal1.Text = "0";
            // 
            // txtFlexWireAddr
            // 
            this.txtFlexWireAddr.Location = new System.Drawing.Point(16, 40);
            this.txtFlexWireAddr.Name = "txtFlexWireAddr";
            this.txtFlexWireAddr.Size = new System.Drawing.Size(32, 20);
            this.txtFlexWireAddr.TabIndex = 41;
            this.txtFlexWireAddr.Text = "0";
            // 
            // btnFlexWireWrite2Val
            // 
            this.btnFlexWireWrite2Val.Image = null;
            this.btnFlexWireWrite2Val.Location = new System.Drawing.Point(48, 72);
            this.btnFlexWireWrite2Val.Name = "btnFlexWireWrite2Val";
            this.btnFlexWireWrite2Val.Size = new System.Drawing.Size(32, 23);
            this.btnFlexWireWrite2Val.TabIndex = 42;
            this.btnFlexWireWrite2Val.Text = "W2";
            this.btnFlexWireWrite2Val.Click += new System.EventHandler(this.btnFlexWireWrite2Val_Click);
            // 
            // grpATU
            // 
            this.grpATU.Controls.Add(this.btnATUFull);
            this.grpATU.Controls.Add(this.txtATU3);
            this.grpATU.Controls.Add(this.txtATU2);
            this.grpATU.Controls.Add(this.txtATU1);
            this.grpATU.Controls.Add(this.btnATUSendCmd);
            this.grpATU.Location = new System.Drawing.Point(184, 368);
            this.grpATU.Name = "grpATU";
            this.grpATU.Size = new System.Drawing.Size(144, 120);
            this.grpATU.TabIndex = 36;
            this.grpATU.TabStop = false;
            this.grpATU.Text = "ATU";
            // 
            // btnATUFull
            // 
            this.btnATUFull.Image = null;
            this.btnATUFull.Location = new System.Drawing.Point(16, 88);
            this.btnATUFull.Name = "btnATUFull";
            this.btnATUFull.Size = new System.Drawing.Size(40, 23);
            this.btnATUFull.TabIndex = 45;
            this.btnATUFull.Text = "Full";
            this.btnATUFull.Click += new System.EventHandler(this.btnATUFull_Click);
            // 
            // txtATU3
            // 
            this.txtATU3.Location = new System.Drawing.Point(96, 24);
            this.txtATU3.Name = "txtATU3";
            this.txtATU3.Size = new System.Drawing.Size(32, 20);
            this.txtATU3.TabIndex = 44;
            this.txtATU3.Text = "0";
            // 
            // txtATU2
            // 
            this.txtATU2.Location = new System.Drawing.Point(56, 24);
            this.txtATU2.Name = "txtATU2";
            this.txtATU2.Size = new System.Drawing.Size(32, 20);
            this.txtATU2.TabIndex = 43;
            this.txtATU2.Text = "0";
            // 
            // txtATU1
            // 
            this.txtATU1.Location = new System.Drawing.Point(16, 24);
            this.txtATU1.Name = "txtATU1";
            this.txtATU1.Size = new System.Drawing.Size(32, 20);
            this.txtATU1.TabIndex = 41;
            this.txtATU1.Text = "0";
            // 
            // btnATUSendCmd
            // 
            this.btnATUSendCmd.Image = null;
            this.btnATUSendCmd.Location = new System.Drawing.Point(16, 56);
            this.btnATUSendCmd.Name = "btnATUSendCmd";
            this.btnATUSendCmd.Size = new System.Drawing.Size(112, 23);
            this.btnATUSendCmd.TabIndex = 42;
            this.btnATUSendCmd.Text = "Send Command";
            this.btnATUSendCmd.Click += new System.EventHandler(this.btnATUSendCmd_Click);
            // 
            // grpPAPot
            // 
            this.grpPAPot.Controls.Add(this.txtPAPotRead);
            this.grpPAPot.Controls.Add(this.txtPAPotWrite);
            this.grpPAPot.Controls.Add(this.btnPAPotWrite);
            this.grpPAPot.Controls.Add(this.btnPAPotRead);
            this.grpPAPot.Controls.Add(this.comboPAPotIndex);
            this.grpPAPot.Controls.Add(this.lblPAPotIndex);
            this.grpPAPot.Location = new System.Drawing.Point(8, 400);
            this.grpPAPot.Name = "grpPAPot";
            this.grpPAPot.Size = new System.Drawing.Size(168, 88);
            this.grpPAPot.TabIndex = 35;
            this.grpPAPot.TabStop = false;
            this.grpPAPot.Text = "PA Pot";
            // 
            // txtPAPotRead
            // 
            this.txtPAPotRead.Location = new System.Drawing.Point(64, 56);
            this.txtPAPotRead.Name = "txtPAPotRead";
            this.txtPAPotRead.ReadOnly = true;
            this.txtPAPotRead.Size = new System.Drawing.Size(40, 20);
            this.txtPAPotRead.TabIndex = 27;
            this.txtPAPotRead.Text = "0";
            // 
            // txtPAPotWrite
            // 
            this.txtPAPotWrite.Location = new System.Drawing.Point(112, 24);
            this.txtPAPotWrite.Name = "txtPAPotWrite";
            this.txtPAPotWrite.Size = new System.Drawing.Size(40, 20);
            this.txtPAPotWrite.TabIndex = 26;
            this.txtPAPotWrite.Text = "0";
            // 
            // btnPAPotWrite
            // 
            this.btnPAPotWrite.Image = null;
            this.btnPAPotWrite.Location = new System.Drawing.Point(112, 56);
            this.btnPAPotWrite.Name = "btnPAPotWrite";
            this.btnPAPotWrite.Size = new System.Drawing.Size(40, 23);
            this.btnPAPotWrite.TabIndex = 28;
            this.btnPAPotWrite.Text = "Write";
            this.btnPAPotWrite.Click += new System.EventHandler(this.btnPAPotWrite_Click);
            // 
            // btnPAPotRead
            // 
            this.btnPAPotRead.Image = null;
            this.btnPAPotRead.Location = new System.Drawing.Point(16, 56);
            this.btnPAPotRead.Name = "btnPAPotRead";
            this.btnPAPotRead.Size = new System.Drawing.Size(40, 23);
            this.btnPAPotRead.TabIndex = 29;
            this.btnPAPotRead.Text = "Read";
            this.btnPAPotRead.Click += new System.EventHandler(this.btnPAPotRead_Click);
            // 
            // comboPAPotIndex
            // 
            this.comboPAPotIndex.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboPAPotIndex.DropDownWidth = 40;
            this.comboPAPotIndex.Items.AddRange(new object[] {
            "0",
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7"});
            this.comboPAPotIndex.Location = new System.Drawing.Point(56, 24);
            this.comboPAPotIndex.Name = "comboPAPotIndex";
            this.comboPAPotIndex.Size = new System.Drawing.Size(40, 21);
            this.comboPAPotIndex.TabIndex = 2;
            this.comboPAPotIndex.SelectedIndexChanged += new System.EventHandler(this.comboPAPotIndex_SelectedIndexChanged);
            // 
            // lblPAPotIndex
            // 
            this.lblPAPotIndex.Image = null;
            this.lblPAPotIndex.Location = new System.Drawing.Point(16, 24);
            this.lblPAPotIndex.Name = "lblPAPotIndex";
            this.lblPAPotIndex.Size = new System.Drawing.Size(40, 23);
            this.lblPAPotIndex.TabIndex = 3;
            this.lblPAPotIndex.Text = "Index:";
            // 
            // grpGPIODDR
            // 
            this.grpGPIODDR.Controls.Add(this.label9);
            this.grpGPIODDR.Controls.Add(this.label10);
            this.grpGPIODDR.Controls.Add(this.label11);
            this.grpGPIODDR.Controls.Add(this.label12);
            this.grpGPIODDR.Controls.Add(this.label13);
            this.grpGPIODDR.Controls.Add(this.label14);
            this.grpGPIODDR.Controls.Add(this.label15);
            this.grpGPIODDR.Controls.Add(this.label16);
            this.grpGPIODDR.Controls.Add(this.txtGPIODDRRead);
            this.grpGPIODDR.Controls.Add(this.txtGPIODDRWrite);
            this.grpGPIODDR.Controls.Add(this.btnGPIODDRWrite);
            this.grpGPIODDR.Controls.Add(this.btnGPIODDRRead);
            this.grpGPIODDR.Controls.Add(this.chkGPIODDR4);
            this.grpGPIODDR.Controls.Add(this.chkGPIODDR7);
            this.grpGPIODDR.Controls.Add(this.chkGPIODDR2);
            this.grpGPIODDR.Controls.Add(this.chkGPIODDR1);
            this.grpGPIODDR.Controls.Add(this.chkGPIODDR6);
            this.grpGPIODDR.Controls.Add(this.chkGPIODDR5);
            this.grpGPIODDR.Controls.Add(this.chkGPIODDR3);
            this.grpGPIODDR.Controls.Add(this.chkGPIODDR8);
            this.grpGPIODDR.Location = new System.Drawing.Point(408, 248);
            this.grpGPIODDR.Name = "grpGPIODDR";
            this.grpGPIODDR.Size = new System.Drawing.Size(216, 112);
            this.grpGPIODDR.TabIndex = 33;
            this.grpGPIODDR.TabStop = false;
            this.grpGPIODDR.Text = "GPIO DDR";
            // 
            // label9
            // 
            this.label9.Image = null;
            this.label9.Location = new System.Drawing.Point(16, 16);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(24, 16);
            this.label9.TabIndex = 53;
            this.label9.Text = "8";
            // 
            // label10
            // 
            this.label10.Image = null;
            this.label10.Location = new System.Drawing.Point(40, 16);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(24, 16);
            this.label10.TabIndex = 52;
            this.label10.Text = "7";
            // 
            // label11
            // 
            this.label11.Image = null;
            this.label11.Location = new System.Drawing.Point(64, 16);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(24, 16);
            this.label11.TabIndex = 51;
            this.label11.Text = "6";
            // 
            // label12
            // 
            this.label12.Image = null;
            this.label12.Location = new System.Drawing.Point(88, 16);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(24, 16);
            this.label12.TabIndex = 50;
            this.label12.Text = "5";
            // 
            // label13
            // 
            this.label13.Image = null;
            this.label13.Location = new System.Drawing.Point(112, 16);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(24, 16);
            this.label13.TabIndex = 49;
            this.label13.Text = "4";
            // 
            // label14
            // 
            this.label14.Image = null;
            this.label14.Location = new System.Drawing.Point(136, 16);
            this.label14.Name = "label14";
            this.label14.Size = new System.Drawing.Size(24, 16);
            this.label14.TabIndex = 48;
            this.label14.Text = "3";
            // 
            // label15
            // 
            this.label15.Image = null;
            this.label15.Location = new System.Drawing.Point(160, 16);
            this.label15.Name = "label15";
            this.label15.Size = new System.Drawing.Size(24, 16);
            this.label15.TabIndex = 47;
            this.label15.Text = "2";
            // 
            // label16
            // 
            this.label16.Image = null;
            this.label16.Location = new System.Drawing.Point(184, 16);
            this.label16.Name = "label16";
            this.label16.Size = new System.Drawing.Size(24, 16);
            this.label16.TabIndex = 46;
            this.label16.Text = "1";
            // 
            // txtGPIODDRRead
            // 
            this.txtGPIODDRRead.Location = new System.Drawing.Point(64, 80);
            this.txtGPIODDRRead.Name = "txtGPIODDRRead";
            this.txtGPIODDRRead.ReadOnly = true;
            this.txtGPIODDRRead.Size = new System.Drawing.Size(40, 20);
            this.txtGPIODDRRead.TabIndex = 39;
            this.txtGPIODDRRead.Text = "0";
            // 
            // txtGPIODDRWrite
            // 
            this.txtGPIODDRWrite.Location = new System.Drawing.Point(160, 80);
            this.txtGPIODDRWrite.Name = "txtGPIODDRWrite";
            this.txtGPIODDRWrite.Size = new System.Drawing.Size(40, 20);
            this.txtGPIODDRWrite.TabIndex = 38;
            this.txtGPIODDRWrite.Text = "0";
            // 
            // btnGPIODDRWrite
            // 
            this.btnGPIODDRWrite.Image = null;
            this.btnGPIODDRWrite.Location = new System.Drawing.Point(112, 80);
            this.btnGPIODDRWrite.Name = "btnGPIODDRWrite";
            this.btnGPIODDRWrite.Size = new System.Drawing.Size(40, 23);
            this.btnGPIODDRWrite.TabIndex = 40;
            this.btnGPIODDRWrite.Text = "Write";
            this.btnGPIODDRWrite.Click += new System.EventHandler(this.btnGPIODDRWrite_Click);
            // 
            // btnGPIODDRRead
            // 
            this.btnGPIODDRRead.Image = null;
            this.btnGPIODDRRead.Location = new System.Drawing.Point(16, 80);
            this.btnGPIODDRRead.Name = "btnGPIODDRRead";
            this.btnGPIODDRRead.Size = new System.Drawing.Size(40, 23);
            this.btnGPIODDRRead.TabIndex = 41;
            this.btnGPIODDRRead.Text = "Read";
            this.btnGPIODDRRead.Click += new System.EventHandler(this.btnGPIODDRRead_Click);
            // 
            // chkGPIODDR4
            // 
            this.chkGPIODDR4.Image = null;
            this.chkGPIODDR4.Location = new System.Drawing.Point(112, 32);
            this.chkGPIODDR4.Name = "chkGPIODDR4";
            this.chkGPIODDR4.Size = new System.Drawing.Size(16, 24);
            this.chkGPIODDR4.TabIndex = 28;
            this.chkGPIODDR4.CheckedChanged += new System.EventHandler(this.chkGPIODDR_CheckedChanged);
            // 
            // chkGPIODDR7
            // 
            this.chkGPIODDR7.Image = null;
            this.chkGPIODDR7.Location = new System.Drawing.Point(40, 32);
            this.chkGPIODDR7.Name = "chkGPIODDR7";
            this.chkGPIODDR7.Size = new System.Drawing.Size(16, 24);
            this.chkGPIODDR7.TabIndex = 23;
            this.chkGPIODDR7.CheckedChanged += new System.EventHandler(this.chkGPIODDR_CheckedChanged);
            // 
            // chkGPIODDR2
            // 
            this.chkGPIODDR2.Image = null;
            this.chkGPIODDR2.Location = new System.Drawing.Point(160, 32);
            this.chkGPIODDR2.Name = "chkGPIODDR2";
            this.chkGPIODDR2.Size = new System.Drawing.Size(16, 24);
            this.chkGPIODDR2.TabIndex = 27;
            this.chkGPIODDR2.CheckedChanged += new System.EventHandler(this.chkGPIODDR_CheckedChanged);
            // 
            // chkGPIODDR1
            // 
            this.chkGPIODDR1.Image = null;
            this.chkGPIODDR1.Location = new System.Drawing.Point(184, 32);
            this.chkGPIODDR1.Name = "chkGPIODDR1";
            this.chkGPIODDR1.Size = new System.Drawing.Size(16, 24);
            this.chkGPIODDR1.TabIndex = 26;
            this.chkGPIODDR1.CheckedChanged += new System.EventHandler(this.chkGPIODDR_CheckedChanged);
            // 
            // chkGPIODDR6
            // 
            this.chkGPIODDR6.Image = null;
            this.chkGPIODDR6.Location = new System.Drawing.Point(64, 32);
            this.chkGPIODDR6.Name = "chkGPIODDR6";
            this.chkGPIODDR6.Size = new System.Drawing.Size(16, 24);
            this.chkGPIODDR6.TabIndex = 25;
            this.chkGPIODDR6.CheckedChanged += new System.EventHandler(this.chkGPIODDR_CheckedChanged);
            // 
            // chkGPIODDR5
            // 
            this.chkGPIODDR5.Image = null;
            this.chkGPIODDR5.Location = new System.Drawing.Point(88, 32);
            this.chkGPIODDR5.Name = "chkGPIODDR5";
            this.chkGPIODDR5.Size = new System.Drawing.Size(16, 24);
            this.chkGPIODDR5.TabIndex = 24;
            this.chkGPIODDR5.CheckedChanged += new System.EventHandler(this.chkGPIODDR_CheckedChanged);
            // 
            // chkGPIODDR3
            // 
            this.chkGPIODDR3.Image = null;
            this.chkGPIODDR3.Location = new System.Drawing.Point(136, 32);
            this.chkGPIODDR3.Name = "chkGPIODDR3";
            this.chkGPIODDR3.Size = new System.Drawing.Size(16, 24);
            this.chkGPIODDR3.TabIndex = 29;
            this.chkGPIODDR3.CheckedChanged += new System.EventHandler(this.chkGPIODDR_CheckedChanged);
            // 
            // chkGPIODDR8
            // 
            this.chkGPIODDR8.Image = null;
            this.chkGPIODDR8.Location = new System.Drawing.Point(16, 32);
            this.chkGPIODDR8.Name = "chkGPIODDR8";
            this.chkGPIODDR8.Size = new System.Drawing.Size(16, 24);
            this.chkGPIODDR8.TabIndex = 22;
            this.chkGPIODDR8.CheckedChanged += new System.EventHandler(this.chkGPIODDR_CheckedChanged);
            // 
            // grpGPIO
            // 
            this.grpGPIO.Controls.Add(this.label8);
            this.grpGPIO.Controls.Add(this.label7);
            this.grpGPIO.Controls.Add(this.label6);
            this.grpGPIO.Controls.Add(this.label1);
            this.grpGPIO.Controls.Add(this.txtGPIORead);
            this.grpGPIO.Controls.Add(this.txtGPIOWrite);
            this.grpGPIO.Controls.Add(this.btnGPIOWriteVal);
            this.grpGPIO.Controls.Add(this.btnGPIORead);
            this.grpGPIO.Controls.Add(this.label5);
            this.grpGPIO.Controls.Add(this.label4);
            this.grpGPIO.Controls.Add(this.label3);
            this.grpGPIO.Controls.Add(this.label2);
            this.grpGPIO.Controls.Add(this.chkGPIO4);
            this.grpGPIO.Controls.Add(this.chkGPIO7);
            this.grpGPIO.Controls.Add(this.chkGPIO2);
            this.grpGPIO.Controls.Add(this.chkGPIO1);
            this.grpGPIO.Controls.Add(this.chkGPIO6);
            this.grpGPIO.Controls.Add(this.chkGPIO5);
            this.grpGPIO.Controls.Add(this.chkGPIO3);
            this.grpGPIO.Controls.Add(this.chkGPIO8);
            this.grpGPIO.Location = new System.Drawing.Point(184, 248);
            this.grpGPIO.Name = "grpGPIO";
            this.grpGPIO.Size = new System.Drawing.Size(216, 112);
            this.grpGPIO.TabIndex = 32;
            this.grpGPIO.TabStop = false;
            this.grpGPIO.Text = "GPIO";
            // 
            // label8
            // 
            this.label8.Image = null;
            this.label8.Location = new System.Drawing.Point(16, 16);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(24, 16);
            this.label8.TabIndex = 45;
            this.label8.Text = "8";
            // 
            // label7
            // 
            this.label7.Image = null;
            this.label7.Location = new System.Drawing.Point(40, 16);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(24, 16);
            this.label7.TabIndex = 44;
            this.label7.Text = "7";
            // 
            // label6
            // 
            this.label6.Image = null;
            this.label6.Location = new System.Drawing.Point(64, 16);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(24, 16);
            this.label6.TabIndex = 43;
            this.label6.Text = "6";
            // 
            // label1
            // 
            this.label1.Image = null;
            this.label1.Location = new System.Drawing.Point(88, 16);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(24, 16);
            this.label1.TabIndex = 42;
            this.label1.Text = "5";
            // 
            // txtGPIORead
            // 
            this.txtGPIORead.Location = new System.Drawing.Point(64, 80);
            this.txtGPIORead.Name = "txtGPIORead";
            this.txtGPIORead.ReadOnly = true;
            this.txtGPIORead.Size = new System.Drawing.Size(40, 20);
            this.txtGPIORead.TabIndex = 39;
            this.txtGPIORead.Text = "0";
            // 
            // txtGPIOWrite
            // 
            this.txtGPIOWrite.Location = new System.Drawing.Point(160, 80);
            this.txtGPIOWrite.Name = "txtGPIOWrite";
            this.txtGPIOWrite.Size = new System.Drawing.Size(40, 20);
            this.txtGPIOWrite.TabIndex = 38;
            this.txtGPIOWrite.Text = "0";
            // 
            // btnGPIOWriteVal
            // 
            this.btnGPIOWriteVal.Image = null;
            this.btnGPIOWriteVal.Location = new System.Drawing.Point(112, 80);
            this.btnGPIOWriteVal.Name = "btnGPIOWriteVal";
            this.btnGPIOWriteVal.Size = new System.Drawing.Size(40, 23);
            this.btnGPIOWriteVal.TabIndex = 40;
            this.btnGPIOWriteVal.Text = "Write";
            this.btnGPIOWriteVal.Click += new System.EventHandler(this.btnGPIOWriteVal_Click);
            // 
            // btnGPIORead
            // 
            this.btnGPIORead.Image = null;
            this.btnGPIORead.Location = new System.Drawing.Point(16, 80);
            this.btnGPIORead.Name = "btnGPIORead";
            this.btnGPIORead.Size = new System.Drawing.Size(40, 23);
            this.btnGPIORead.TabIndex = 41;
            this.btnGPIORead.Text = "Read";
            this.btnGPIORead.Click += new System.EventHandler(this.btnGPIORead_Click);
            // 
            // label5
            // 
            this.label5.Image = null;
            this.label5.Location = new System.Drawing.Point(112, 16);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(24, 16);
            this.label5.TabIndex = 33;
            this.label5.Text = "4";
            // 
            // label4
            // 
            this.label4.Image = null;
            this.label4.Location = new System.Drawing.Point(136, 16);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(24, 16);
            this.label4.TabIndex = 32;
            this.label4.Text = "3";
            // 
            // label3
            // 
            this.label3.Image = null;
            this.label3.Location = new System.Drawing.Point(160, 16);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(24, 16);
            this.label3.TabIndex = 31;
            this.label3.Text = "2";
            // 
            // label2
            // 
            this.label2.Image = null;
            this.label2.Location = new System.Drawing.Point(184, 16);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(24, 16);
            this.label2.TabIndex = 30;
            this.label2.Text = "1";
            // 
            // chkGPIO4
            // 
            this.chkGPIO4.Image = null;
            this.chkGPIO4.Location = new System.Drawing.Point(112, 32);
            this.chkGPIO4.Name = "chkGPIO4";
            this.chkGPIO4.Size = new System.Drawing.Size(16, 24);
            this.chkGPIO4.TabIndex = 28;
            this.chkGPIO4.CheckedChanged += new System.EventHandler(this.chkGPIO_CheckedChanged);
            // 
            // chkGPIO7
            // 
            this.chkGPIO7.Image = null;
            this.chkGPIO7.Location = new System.Drawing.Point(40, 32);
            this.chkGPIO7.Name = "chkGPIO7";
            this.chkGPIO7.Size = new System.Drawing.Size(16, 24);
            this.chkGPIO7.TabIndex = 23;
            this.chkGPIO7.CheckedChanged += new System.EventHandler(this.chkGPIO_CheckedChanged);
            // 
            // chkGPIO2
            // 
            this.chkGPIO2.Image = null;
            this.chkGPIO2.Location = new System.Drawing.Point(160, 32);
            this.chkGPIO2.Name = "chkGPIO2";
            this.chkGPIO2.Size = new System.Drawing.Size(16, 24);
            this.chkGPIO2.TabIndex = 27;
            this.chkGPIO2.CheckedChanged += new System.EventHandler(this.chkGPIO_CheckedChanged);
            // 
            // chkGPIO1
            // 
            this.chkGPIO1.Image = null;
            this.chkGPIO1.Location = new System.Drawing.Point(184, 32);
            this.chkGPIO1.Name = "chkGPIO1";
            this.chkGPIO1.Size = new System.Drawing.Size(16, 24);
            this.chkGPIO1.TabIndex = 26;
            this.chkGPIO1.CheckedChanged += new System.EventHandler(this.chkGPIO_CheckedChanged);
            // 
            // chkGPIO6
            // 
            this.chkGPIO6.Image = null;
            this.chkGPIO6.Location = new System.Drawing.Point(64, 32);
            this.chkGPIO6.Name = "chkGPIO6";
            this.chkGPIO6.Size = new System.Drawing.Size(16, 24);
            this.chkGPIO6.TabIndex = 25;
            this.chkGPIO6.CheckedChanged += new System.EventHandler(this.chkGPIO_CheckedChanged);
            // 
            // chkGPIO5
            // 
            this.chkGPIO5.Image = null;
            this.chkGPIO5.Location = new System.Drawing.Point(88, 32);
            this.chkGPIO5.Name = "chkGPIO5";
            this.chkGPIO5.Size = new System.Drawing.Size(16, 24);
            this.chkGPIO5.TabIndex = 24;
            this.chkGPIO5.CheckedChanged += new System.EventHandler(this.chkGPIO_CheckedChanged);
            // 
            // chkGPIO3
            // 
            this.chkGPIO3.Image = null;
            this.chkGPIO3.Location = new System.Drawing.Point(136, 32);
            this.chkGPIO3.Name = "chkGPIO3";
            this.chkGPIO3.Size = new System.Drawing.Size(16, 24);
            this.chkGPIO3.TabIndex = 29;
            this.chkGPIO3.CheckedChanged += new System.EventHandler(this.chkGPIO_CheckedChanged);
            // 
            // chkGPIO8
            // 
            this.chkGPIO8.Image = null;
            this.chkGPIO8.Location = new System.Drawing.Point(16, 32);
            this.chkGPIO8.Name = "chkGPIO8";
            this.chkGPIO8.Size = new System.Drawing.Size(16, 24);
            this.chkGPIO8.TabIndex = 22;
            this.chkGPIO8.CheckedChanged += new System.EventHandler(this.chkGPIO_CheckedChanged);
            // 
            // grpCodec
            // 
            this.grpCodec.Controls.Add(this.comboCodecReg);
            this.grpCodec.Controls.Add(this.txtCodecRead);
            this.grpCodec.Controls.Add(this.txtCodecWrite);
            this.grpCodec.Controls.Add(this.lblCodecRegister);
            this.grpCodec.Controls.Add(this.btnCodecWrite);
            this.grpCodec.Controls.Add(this.btnCodecRead);
            this.grpCodec.Location = new System.Drawing.Point(408, 128);
            this.grpCodec.Name = "grpCodec";
            this.grpCodec.Size = new System.Drawing.Size(192, 112);
            this.grpCodec.TabIndex = 28;
            this.grpCodec.TabStop = false;
            this.grpCodec.Text = "Codec";
            // 
            // comboCodecReg
            // 
            this.comboCodecReg.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboCodecReg.DropDownWidth = 40;
            this.comboCodecReg.Location = new System.Drawing.Point(64, 24);
            this.comboCodecReg.Name = "comboCodecReg";
            this.comboCodecReg.Size = new System.Drawing.Size(40, 21);
            this.comboCodecReg.TabIndex = 32;
            this.comboCodecReg.SelectedIndexChanged += new System.EventHandler(this.comboCodecReg_SelectedIndexChanged);
            // 
            // txtCodecRead
            // 
            this.txtCodecRead.Location = new System.Drawing.Point(64, 48);
            this.txtCodecRead.Name = "txtCodecRead";
            this.txtCodecRead.ReadOnly = true;
            this.txtCodecRead.Size = new System.Drawing.Size(40, 20);
            this.txtCodecRead.TabIndex = 29;
            this.txtCodecRead.Text = "0";
            // 
            // txtCodecWrite
            // 
            this.txtCodecWrite.Location = new System.Drawing.Point(112, 24);
            this.txtCodecWrite.Name = "txtCodecWrite";
            this.txtCodecWrite.Size = new System.Drawing.Size(40, 20);
            this.txtCodecWrite.TabIndex = 28;
            this.txtCodecWrite.Text = "0";
            // 
            // lblCodecRegister
            // 
            this.lblCodecRegister.Image = null;
            this.lblCodecRegister.Location = new System.Drawing.Point(16, 24);
            this.lblCodecRegister.Name = "lblCodecRegister";
            this.lblCodecRegister.Size = new System.Drawing.Size(56, 16);
            this.lblCodecRegister.TabIndex = 27;
            this.lblCodecRegister.Text = "Register:";
            // 
            // btnCodecWrite
            // 
            this.btnCodecWrite.Image = null;
            this.btnCodecWrite.Location = new System.Drawing.Point(112, 48);
            this.btnCodecWrite.Name = "btnCodecWrite";
            this.btnCodecWrite.Size = new System.Drawing.Size(40, 23);
            this.btnCodecWrite.TabIndex = 30;
            this.btnCodecWrite.Text = "Write";
            this.btnCodecWrite.Click += new System.EventHandler(this.btnCodecWrite_Click);
            // 
            // btnCodecRead
            // 
            this.btnCodecRead.Image = null;
            this.btnCodecRead.Location = new System.Drawing.Point(16, 48);
            this.btnCodecRead.Name = "btnCodecRead";
            this.btnCodecRead.Size = new System.Drawing.Size(40, 23);
            this.btnCodecRead.TabIndex = 31;
            this.btnCodecRead.Text = "Read";
            this.btnCodecRead.Click += new System.EventHandler(this.btnCodecRead_Click);
            // 
            // grpTRXPot
            // 
            this.grpTRXPot.Controls.Add(this.txtTRXPotRead);
            this.grpTRXPot.Controls.Add(this.txtTRXPotWrite);
            this.grpTRXPot.Controls.Add(this.btnTRXPotWrite);
            this.grpTRXPot.Controls.Add(this.btnTRXPotRead);
            this.grpTRXPot.Controls.Add(this.comboTRXPotIndex);
            this.grpTRXPot.Controls.Add(this.lblTRXPotIndex);
            this.grpTRXPot.Location = new System.Drawing.Point(8, 304);
            this.grpTRXPot.Name = "grpTRXPot";
            this.grpTRXPot.Size = new System.Drawing.Size(168, 88);
            this.grpTRXPot.TabIndex = 26;
            this.grpTRXPot.TabStop = false;
            this.grpTRXPot.Text = "TRX Pot";
            // 
            // txtTRXPotRead
            // 
            this.txtTRXPotRead.Location = new System.Drawing.Point(64, 56);
            this.txtTRXPotRead.Name = "txtTRXPotRead";
            this.txtTRXPotRead.ReadOnly = true;
            this.txtTRXPotRead.Size = new System.Drawing.Size(40, 20);
            this.txtTRXPotRead.TabIndex = 27;
            this.txtTRXPotRead.Text = "0";
            // 
            // txtTRXPotWrite
            // 
            this.txtTRXPotWrite.Location = new System.Drawing.Point(112, 24);
            this.txtTRXPotWrite.Name = "txtTRXPotWrite";
            this.txtTRXPotWrite.Size = new System.Drawing.Size(40, 20);
            this.txtTRXPotWrite.TabIndex = 26;
            this.txtTRXPotWrite.Text = "0";
            // 
            // btnTRXPotWrite
            // 
            this.btnTRXPotWrite.Image = null;
            this.btnTRXPotWrite.Location = new System.Drawing.Point(112, 56);
            this.btnTRXPotWrite.Name = "btnTRXPotWrite";
            this.btnTRXPotWrite.Size = new System.Drawing.Size(40, 23);
            this.btnTRXPotWrite.TabIndex = 28;
            this.btnTRXPotWrite.Text = "Write";
            this.btnTRXPotWrite.Click += new System.EventHandler(this.btnTRXPotWrite_Click);
            // 
            // btnTRXPotRead
            // 
            this.btnTRXPotRead.Image = null;
            this.btnTRXPotRead.Location = new System.Drawing.Point(16, 56);
            this.btnTRXPotRead.Name = "btnTRXPotRead";
            this.btnTRXPotRead.Size = new System.Drawing.Size(40, 23);
            this.btnTRXPotRead.TabIndex = 29;
            this.btnTRXPotRead.Text = "Read";
            this.btnTRXPotRead.Click += new System.EventHandler(this.btnTRXPotRead_Click);
            // 
            // comboTRXPotIndex
            // 
            this.comboTRXPotIndex.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboTRXPotIndex.DropDownWidth = 40;
            this.comboTRXPotIndex.Items.AddRange(new object[] {
            "0",
            "1",
            "2",
            "3"});
            this.comboTRXPotIndex.Location = new System.Drawing.Point(56, 24);
            this.comboTRXPotIndex.Name = "comboTRXPotIndex";
            this.comboTRXPotIndex.Size = new System.Drawing.Size(40, 21);
            this.comboTRXPotIndex.TabIndex = 2;
            this.comboTRXPotIndex.SelectedIndexChanged += new System.EventHandler(this.comboTRXPotIndex_SelectedIndexChanged);
            // 
            // lblTRXPotIndex
            // 
            this.lblTRXPotIndex.Image = null;
            this.lblTRXPotIndex.Location = new System.Drawing.Point(16, 24);
            this.lblTRXPotIndex.Name = "lblTRXPotIndex";
            this.lblTRXPotIndex.Size = new System.Drawing.Size(40, 23);
            this.lblTRXPotIndex.TabIndex = 3;
            this.lblTRXPotIndex.Text = "Index:";
            // 
            // grpEEPROM
            // 
            this.grpEEPROM.Controls.Add(this.chkRX2EEPROM);
            this.grpEEPROM.Controls.Add(this.txtEEPROMReadFloat);
            this.grpEEPROM.Controls.Add(this.txtEEPROMWriteFloat);
            this.grpEEPROM.Controls.Add(this.btnEEPROMWriteFloat);
            this.grpEEPROM.Controls.Add(this.btnEEPROMReadFloat);
            this.grpEEPROM.Controls.Add(this.txtEEPROMOffset);
            this.grpEEPROM.Controls.Add(this.txtEEPROMRead);
            this.grpEEPROM.Controls.Add(this.txtEEPROMWrite);
            this.grpEEPROM.Controls.Add(this.lblEEPROMOffset);
            this.grpEEPROM.Controls.Add(this.btnEEPROMWrite);
            this.grpEEPROM.Controls.Add(this.btnEEPROMRead);
            this.grpEEPROM.Location = new System.Drawing.Point(8, 128);
            this.grpEEPROM.Name = "grpEEPROM";
            this.grpEEPROM.Size = new System.Drawing.Size(168, 168);
            this.grpEEPROM.TabIndex = 25;
            this.grpEEPROM.TabStop = false;
            this.grpEEPROM.Text = "EEPROM";
            // 
            // chkRX2EEPROM
            // 
            this.chkRX2EEPROM.Image = null;
            this.chkRX2EEPROM.Location = new System.Drawing.Point(120, 16);
            this.chkRX2EEPROM.Name = "chkRX2EEPROM";
            this.chkRX2EEPROM.Size = new System.Drawing.Size(16, 24);
            this.chkRX2EEPROM.TabIndex = 44;
            // 
            // txtEEPROMReadFloat
            // 
            this.txtEEPROMReadFloat.Location = new System.Drawing.Point(64, 128);
            this.txtEEPROMReadFloat.Name = "txtEEPROMReadFloat";
            this.txtEEPROMReadFloat.ReadOnly = true;
            this.txtEEPROMReadFloat.Size = new System.Drawing.Size(64, 20);
            this.txtEEPROMReadFloat.TabIndex = 28;
            this.txtEEPROMReadFloat.Text = "0";
            // 
            // txtEEPROMWriteFloat
            // 
            this.txtEEPROMWriteFloat.Location = new System.Drawing.Point(64, 104);
            this.txtEEPROMWriteFloat.Name = "txtEEPROMWriteFloat";
            this.txtEEPROMWriteFloat.Size = new System.Drawing.Size(64, 20);
            this.txtEEPROMWriteFloat.TabIndex = 27;
            this.txtEEPROMWriteFloat.Text = "0";
            // 
            // btnEEPROMWriteFloat
            // 
            this.btnEEPROMWriteFloat.Image = null;
            this.btnEEPROMWriteFloat.Location = new System.Drawing.Point(16, 104);
            this.btnEEPROMWriteFloat.Name = "btnEEPROMWriteFloat";
            this.btnEEPROMWriteFloat.Size = new System.Drawing.Size(40, 23);
            this.btnEEPROMWriteFloat.TabIndex = 29;
            this.btnEEPROMWriteFloat.Text = "Write";
            this.btnEEPROMWriteFloat.Click += new System.EventHandler(this.btnEEPROMWriteFloat_Click);
            // 
            // btnEEPROMReadFloat
            // 
            this.btnEEPROMReadFloat.Image = null;
            this.btnEEPROMReadFloat.Location = new System.Drawing.Point(16, 128);
            this.btnEEPROMReadFloat.Name = "btnEEPROMReadFloat";
            this.btnEEPROMReadFloat.Size = new System.Drawing.Size(40, 23);
            this.btnEEPROMReadFloat.TabIndex = 30;
            this.btnEEPROMReadFloat.Text = "Read";
            this.btnEEPROMReadFloat.Click += new System.EventHandler(this.btnEEPROMReadFloat_Click);
            // 
            // txtEEPROMOffset
            // 
            this.txtEEPROMOffset.Location = new System.Drawing.Point(64, 24);
            this.txtEEPROMOffset.Name = "txtEEPROMOffset";
            this.txtEEPROMOffset.Size = new System.Drawing.Size(40, 20);
            this.txtEEPROMOffset.TabIndex = 26;
            this.txtEEPROMOffset.Text = "0";
            // 
            // txtEEPROMRead
            // 
            this.txtEEPROMRead.Location = new System.Drawing.Point(64, 72);
            this.txtEEPROMRead.Name = "txtEEPROMRead";
            this.txtEEPROMRead.ReadOnly = true;
            this.txtEEPROMRead.Size = new System.Drawing.Size(64, 20);
            this.txtEEPROMRead.TabIndex = 4;
            this.txtEEPROMRead.Text = "0";
            // 
            // txtEEPROMWrite
            // 
            this.txtEEPROMWrite.Location = new System.Drawing.Point(64, 48);
            this.txtEEPROMWrite.Name = "txtEEPROMWrite";
            this.txtEEPROMWrite.Size = new System.Drawing.Size(64, 20);
            this.txtEEPROMWrite.TabIndex = 3;
            this.txtEEPROMWrite.Text = "0";
            // 
            // lblEEPROMOffset
            // 
            this.lblEEPROMOffset.Image = null;
            this.lblEEPROMOffset.Location = new System.Drawing.Point(16, 24);
            this.lblEEPROMOffset.Name = "lblEEPROMOffset";
            this.lblEEPROMOffset.Size = new System.Drawing.Size(56, 16);
            this.lblEEPROMOffset.TabIndex = 1;
            this.lblEEPROMOffset.Text = "Offset:";
            // 
            // btnEEPROMWrite
            // 
            this.btnEEPROMWrite.Image = null;
            this.btnEEPROMWrite.Location = new System.Drawing.Point(16, 48);
            this.btnEEPROMWrite.Name = "btnEEPROMWrite";
            this.btnEEPROMWrite.Size = new System.Drawing.Size(40, 23);
            this.btnEEPROMWrite.TabIndex = 24;
            this.btnEEPROMWrite.Text = "Write";
            this.btnEEPROMWrite.Click += new System.EventHandler(this.btnEEPROMWrite_Click);
            // 
            // btnEEPROMRead
            // 
            this.btnEEPROMRead.Image = null;
            this.btnEEPROMRead.Location = new System.Drawing.Point(16, 72);
            this.btnEEPROMRead.Name = "btnEEPROMRead";
            this.btnEEPROMRead.Size = new System.Drawing.Size(40, 23);
            this.btnEEPROMRead.TabIndex = 25;
            this.btnEEPROMRead.Text = "Read";
            this.btnEEPROMRead.Click += new System.EventHandler(this.btnEEPROMRead_Click);
            // 
            // grpPIO
            // 
            this.grpPIO.Controls.Add(this.comboPIOReg);
            this.grpPIO.Controls.Add(this.txtPIORead);
            this.grpPIO.Controls.Add(this.txtPIOWrite);
            this.grpPIO.Controls.Add(this.lblPIORegister);
            this.grpPIO.Controls.Add(this.btnPIOWrite);
            this.grpPIO.Controls.Add(this.btnPIORead);
            this.grpPIO.Controls.Add(this.lblPIOChip);
            this.grpPIO.Controls.Add(this.comboPIOChip);
            this.grpPIO.Location = new System.Drawing.Point(408, 8);
            this.grpPIO.Name = "grpPIO";
            this.grpPIO.Size = new System.Drawing.Size(192, 112);
            this.grpPIO.TabIndex = 24;
            this.grpPIO.TabStop = false;
            this.grpPIO.Text = "PIO";
            // 
            // comboPIOReg
            // 
            this.comboPIOReg.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboPIOReg.DropDownWidth = 80;
            this.comboPIOReg.Items.AddRange(new object[] {
            "0 (Input 0)",
            "1 (Input 1)",
            "2 (Output 0)",
            "3 (Output 1)",
            "4 (Pol Inv 0)",
            "5 (Pol Inv 1)",
            "6 (DDR 0)",
            "7 (DDR 1)"});
            this.comboPIOReg.Location = new System.Drawing.Point(64, 48);
            this.comboPIOReg.Name = "comboPIOReg";
            this.comboPIOReg.Size = new System.Drawing.Size(32, 21);
            this.comboPIOReg.TabIndex = 32;
            this.comboPIOReg.SelectedIndexChanged += new System.EventHandler(this.comboPIOReg_SelectedIndexChanged);
            // 
            // txtPIORead
            // 
            this.txtPIORead.Location = new System.Drawing.Point(64, 72);
            this.txtPIORead.Name = "txtPIORead";
            this.txtPIORead.ReadOnly = true;
            this.txtPIORead.Size = new System.Drawing.Size(40, 20);
            this.txtPIORead.TabIndex = 29;
            this.txtPIORead.Text = "0";
            // 
            // txtPIOWrite
            // 
            this.txtPIOWrite.Location = new System.Drawing.Point(112, 48);
            this.txtPIOWrite.Name = "txtPIOWrite";
            this.txtPIOWrite.Size = new System.Drawing.Size(40, 20);
            this.txtPIOWrite.TabIndex = 28;
            this.txtPIOWrite.Text = "0";
            // 
            // lblPIORegister
            // 
            this.lblPIORegister.Image = null;
            this.lblPIORegister.Location = new System.Drawing.Point(16, 48);
            this.lblPIORegister.Name = "lblPIORegister";
            this.lblPIORegister.Size = new System.Drawing.Size(56, 16);
            this.lblPIORegister.TabIndex = 27;
            this.lblPIORegister.Text = "Register:";
            // 
            // btnPIOWrite
            // 
            this.btnPIOWrite.Image = null;
            this.btnPIOWrite.Location = new System.Drawing.Point(112, 72);
            this.btnPIOWrite.Name = "btnPIOWrite";
            this.btnPIOWrite.Size = new System.Drawing.Size(40, 23);
            this.btnPIOWrite.TabIndex = 30;
            this.btnPIOWrite.Text = "Write";
            this.btnPIOWrite.Click += new System.EventHandler(this.btnPIOWrite_Click);
            // 
            // btnPIORead
            // 
            this.btnPIORead.Image = null;
            this.btnPIORead.Location = new System.Drawing.Point(16, 72);
            this.btnPIORead.Name = "btnPIORead";
            this.btnPIORead.Size = new System.Drawing.Size(40, 23);
            this.btnPIORead.TabIndex = 31;
            this.btnPIORead.Text = "Read";
            this.btnPIORead.Click += new System.EventHandler(this.btnPIORead_Click);
            // 
            // lblPIOChip
            // 
            this.lblPIOChip.Image = null;
            this.lblPIOChip.Location = new System.Drawing.Point(16, 16);
            this.lblPIOChip.Name = "lblPIOChip";
            this.lblPIOChip.Size = new System.Drawing.Size(32, 23);
            this.lblPIOChip.TabIndex = 1;
            this.lblPIOChip.Text = "Chip:";
            // 
            // comboPIOChip
            // 
            this.comboPIOChip.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboPIOChip.DropDownWidth = 80;
            this.comboPIOChip.Items.AddRange(new object[] {
            "TRX IC14",
            "TRX IC26",
            "TRX IC30",
            "TRX IC31",
            "RFIO IC1",
            "PA IC9",
            "RX2 IC30",
            "RX2 IC31",
            "VU IC16",
            "VU IC17"});
            this.comboPIOChip.Location = new System.Drawing.Point(48, 16);
            this.comboPIOChip.Name = "comboPIOChip";
            this.comboPIOChip.Size = new System.Drawing.Size(80, 21);
            this.comboPIOChip.TabIndex = 0;
            this.comboPIOChip.SelectedIndexChanged += new System.EventHandler(this.comboPIOChip_SelectedIndexChanged);
            // 
            // grpClockGen
            // 
            this.grpClockGen.Controls.Add(this.chkClockGenCS);
            this.grpClockGen.Controls.Add(this.chkClockGenReset);
            this.grpClockGen.Controls.Add(this.comboClockGenReg);
            this.grpClockGen.Controls.Add(this.txtClockGenReadVal);
            this.grpClockGen.Controls.Add(this.txtClockGenWriteVal);
            this.grpClockGen.Controls.Add(this.lblClockGenReg);
            this.grpClockGen.Controls.Add(this.btnClockGenWrite);
            this.grpClockGen.Controls.Add(this.btnClockGenRead);
            this.grpClockGen.Location = new System.Drawing.Point(8, 8);
            this.grpClockGen.Name = "grpClockGen";
            this.grpClockGen.Size = new System.Drawing.Size(168, 112);
            this.grpClockGen.TabIndex = 22;
            this.grpClockGen.TabStop = false;
            this.grpClockGen.Text = "ClockGen";
            // 
            // chkClockGenCS
            // 
            this.chkClockGenCS.Image = null;
            this.chkClockGenCS.Location = new System.Drawing.Point(88, 80);
            this.chkClockGenCS.Name = "chkClockGenCS";
            this.chkClockGenCS.Size = new System.Drawing.Size(40, 24);
            this.chkClockGenCS.TabIndex = 28;
            this.chkClockGenCS.Text = "CS";
            this.chkClockGenCS.CheckedChanged += new System.EventHandler(this.chkClockGenCS_CheckedChanged);
            // 
            // chkClockGenReset
            // 
            this.chkClockGenReset.Image = null;
            this.chkClockGenReset.Location = new System.Drawing.Point(16, 80);
            this.chkClockGenReset.Name = "chkClockGenReset";
            this.chkClockGenReset.Size = new System.Drawing.Size(56, 24);
            this.chkClockGenReset.TabIndex = 27;
            this.chkClockGenReset.Text = "Reset";
            this.chkClockGenReset.CheckedChanged += new System.EventHandler(this.chkClockGenReset_CheckedChanged);
            // 
            // comboClockGenReg
            // 
            this.comboClockGenReg.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboClockGenReg.DropDownWidth = 40;
            this.comboClockGenReg.Location = new System.Drawing.Point(64, 24);
            this.comboClockGenReg.Name = "comboClockGenReg";
            this.comboClockGenReg.Size = new System.Drawing.Size(40, 21);
            this.comboClockGenReg.TabIndex = 26;
            this.comboClockGenReg.SelectedIndexChanged += new System.EventHandler(this.comboClockGenReg_SelectedIndexChanged);
            // 
            // txtClockGenReadVal
            // 
            this.txtClockGenReadVal.Location = new System.Drawing.Point(64, 48);
            this.txtClockGenReadVal.Name = "txtClockGenReadVal";
            this.txtClockGenReadVal.ReadOnly = true;
            this.txtClockGenReadVal.Size = new System.Drawing.Size(40, 20);
            this.txtClockGenReadVal.TabIndex = 4;
            this.txtClockGenReadVal.Text = "0";
            // 
            // txtClockGenWriteVal
            // 
            this.txtClockGenWriteVal.Location = new System.Drawing.Point(112, 24);
            this.txtClockGenWriteVal.Name = "txtClockGenWriteVal";
            this.txtClockGenWriteVal.Size = new System.Drawing.Size(40, 20);
            this.txtClockGenWriteVal.TabIndex = 3;
            this.txtClockGenWriteVal.Text = "0";
            // 
            // lblClockGenReg
            // 
            this.lblClockGenReg.Image = null;
            this.lblClockGenReg.Location = new System.Drawing.Point(16, 24);
            this.lblClockGenReg.Name = "lblClockGenReg";
            this.lblClockGenReg.Size = new System.Drawing.Size(56, 16);
            this.lblClockGenReg.TabIndex = 1;
            this.lblClockGenReg.Text = "Register:";
            // 
            // btnClockGenWrite
            // 
            this.btnClockGenWrite.Image = null;
            this.btnClockGenWrite.Location = new System.Drawing.Point(112, 48);
            this.btnClockGenWrite.Name = "btnClockGenWrite";
            this.btnClockGenWrite.Size = new System.Drawing.Size(40, 23);
            this.btnClockGenWrite.TabIndex = 24;
            this.btnClockGenWrite.Text = "Write";
            this.btnClockGenWrite.Click += new System.EventHandler(this.btnClockGenWrite_Click);
            // 
            // btnClockGenRead
            // 
            this.btnClockGenRead.Image = null;
            this.btnClockGenRead.Location = new System.Drawing.Point(16, 48);
            this.btnClockGenRead.Name = "btnClockGenRead";
            this.btnClockGenRead.Size = new System.Drawing.Size(40, 23);
            this.btnClockGenRead.TabIndex = 25;
            this.btnClockGenRead.Text = "Read";
            this.btnClockGenRead.Click += new System.EventHandler(this.btnClockGenRead_Click);
            // 
            // grpDDS
            // 
            this.grpDDS.Controls.Add(this.btnIOUpdate);
            this.grpDDS.Controls.Add(this.chkManualIOUpdate);
            this.grpDDS.Controls.Add(this.chkRX2DDS);
            this.grpDDS.Controls.Add(this.chkDDSCS);
            this.grpDDS.Controls.Add(this.chkDDSReset);
            this.grpDDS.Controls.Add(this.comboDDSChan);
            this.grpDDS.Controls.Add(this.lblDDSChan);
            this.grpDDS.Controls.Add(this.comboDDSReg);
            this.grpDDS.Controls.Add(this.txtDDSWrite);
            this.grpDDS.Controls.Add(this.lblDDSReg);
            this.grpDDS.Controls.Add(this.btnDDSWrite);
            this.grpDDS.Controls.Add(this.txtDDSReadVal);
            this.grpDDS.Controls.Add(this.btnDDSRead);
            this.grpDDS.Location = new System.Drawing.Point(184, 8);
            this.grpDDS.Name = "grpDDS";
            this.grpDDS.Size = new System.Drawing.Size(208, 112);
            this.grpDDS.TabIndex = 23;
            this.grpDDS.TabStop = false;
            this.grpDDS.Text = "DDS";
            // 
            // btnIOUpdate
            // 
            this.btnIOUpdate.Image = null;
            this.btnIOUpdate.Location = new System.Drawing.Point(136, 79);
            this.btnIOUpdate.Name = "btnIOUpdate";
            this.btnIOUpdate.Size = new System.Drawing.Size(64, 23);
            this.btnIOUpdate.TabIndex = 45;
            this.btnIOUpdate.Text = "IO Update";
            this.btnIOUpdate.Click += new System.EventHandler(this.btnIOUpdate_Click);
            // 
            // chkManualIOUpdate
            // 
            this.chkManualIOUpdate.Image = null;
            this.chkManualIOUpdate.Location = new System.Drawing.Point(116, 80);
            this.chkManualIOUpdate.Name = "chkManualIOUpdate";
            this.chkManualIOUpdate.Size = new System.Drawing.Size(20, 24);
            this.chkManualIOUpdate.TabIndex = 44;
            this.chkManualIOUpdate.CheckedChanged += new System.EventHandler(this.chkManualIOUpdate_CheckedChanged);
            // 
            // chkRX2DDS
            // 
            this.chkRX2DDS.Image = null;
            this.chkRX2DDS.Location = new System.Drawing.Point(184, 8);
            this.chkRX2DDS.Name = "chkRX2DDS";
            this.chkRX2DDS.Size = new System.Drawing.Size(20, 24);
            this.chkRX2DDS.TabIndex = 43;
            this.chkRX2DDS.Text = "RX2";
            // 
            // chkDDSCS
            // 
            this.chkDDSCS.Image = null;
            this.chkDDSCS.Location = new System.Drawing.Point(6, 77);
            this.chkDDSCS.Name = "chkDDSCS";
            this.chkDDSCS.Size = new System.Drawing.Size(40, 24);
            this.chkDDSCS.TabIndex = 42;
            this.chkDDSCS.Text = "CS";
            this.chkDDSCS.Visible = false;
            this.chkDDSCS.CheckedChanged += new System.EventHandler(this.chkDDSCS_CheckedChanged);
            // 
            // chkDDSReset
            // 
            this.chkDDSReset.Image = null;
            this.chkDDSReset.Location = new System.Drawing.Point(6, 78);
            this.chkDDSReset.Name = "chkDDSReset";
            this.chkDDSReset.Size = new System.Drawing.Size(56, 24);
            this.chkDDSReset.TabIndex = 41;
            this.chkDDSReset.Text = "Reset";
            this.chkDDSReset.Visible = false;
            this.chkDDSReset.CheckedChanged += new System.EventHandler(this.chkDDSReset_CheckedChanged);
            // 
            // comboDDSChan
            // 
            this.comboDDSChan.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboDDSChan.DropDownWidth = 40;
            this.comboDDSChan.Items.AddRange(new object[] {
            "0",
            "1",
            "2",
            "3"});
            this.comboDDSChan.Location = new System.Drawing.Point(64, 80);
            this.comboDDSChan.Name = "comboDDSChan";
            this.comboDDSChan.Size = new System.Drawing.Size(40, 21);
            this.comboDDSChan.TabIndex = 40;
            this.comboDDSChan.SelectedIndexChanged += new System.EventHandler(this.comboDDSChan_SelectedIndexChanged);
            // 
            // lblDDSChan
            // 
            this.lblDDSChan.Image = null;
            this.lblDDSChan.Location = new System.Drawing.Point(16, 80);
            this.lblDDSChan.Name = "lblDDSChan";
            this.lblDDSChan.Size = new System.Drawing.Size(56, 16);
            this.lblDDSChan.TabIndex = 39;
            this.lblDDSChan.Text = "Channel:";
            // 
            // comboDDSReg
            // 
            this.comboDDSReg.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboDDSReg.DropDownWidth = 40;
            this.comboDDSReg.Location = new System.Drawing.Point(64, 24);
            this.comboDDSReg.Name = "comboDDSReg";
            this.comboDDSReg.Size = new System.Drawing.Size(40, 21);
            this.comboDDSReg.TabIndex = 38;
            this.comboDDSReg.SelectedIndexChanged += new System.EventHandler(this.comboDDSReg_SelectedIndexChanged);
            // 
            // txtDDSWrite
            // 
            this.txtDDSWrite.Location = new System.Drawing.Point(112, 24);
            this.txtDDSWrite.Name = "txtDDSWrite";
            this.txtDDSWrite.Size = new System.Drawing.Size(64, 20);
            this.txtDDSWrite.TabIndex = 34;
            this.txtDDSWrite.Text = "0";
            // 
            // lblDDSReg
            // 
            this.lblDDSReg.Image = null;
            this.lblDDSReg.Location = new System.Drawing.Point(16, 24);
            this.lblDDSReg.Name = "lblDDSReg";
            this.lblDDSReg.Size = new System.Drawing.Size(56, 16);
            this.lblDDSReg.TabIndex = 33;
            this.lblDDSReg.Text = "Register:";
            // 
            // btnDDSWrite
            // 
            this.btnDDSWrite.Image = null;
            this.btnDDSWrite.Location = new System.Drawing.Point(136, 48);
            this.btnDDSWrite.Name = "btnDDSWrite";
            this.btnDDSWrite.Size = new System.Drawing.Size(40, 23);
            this.btnDDSWrite.TabIndex = 36;
            this.btnDDSWrite.Text = "Write";
            this.btnDDSWrite.Click += new System.EventHandler(this.btnDDSWrite_Click);
            // 
            // txtDDSReadVal
            // 
            this.txtDDSReadVal.Location = new System.Drawing.Point(64, 48);
            this.txtDDSReadVal.Name = "txtDDSReadVal";
            this.txtDDSReadVal.ReadOnly = true;
            this.txtDDSReadVal.Size = new System.Drawing.Size(64, 20);
            this.txtDDSReadVal.TabIndex = 26;
            this.txtDDSReadVal.Text = "0";
            // 
            // btnDDSRead
            // 
            this.btnDDSRead.Image = null;
            this.btnDDSRead.Location = new System.Drawing.Point(16, 48);
            this.btnDDSRead.Name = "btnDDSRead";
            this.btnDDSRead.Size = new System.Drawing.Size(40, 23);
            this.btnDDSRead.TabIndex = 27;
            this.btnDDSRead.Text = "Read";
            this.btnDDSRead.Click += new System.EventHandler(this.btnDDSRead_Click);
            // 
            // comboMuxChan
            // 
            this.comboMuxChan.DropDownWidth = 56;
            this.comboMuxChan.Items.AddRange(new object[] {
            "None",
            "Chan0",
            "Chan1"});
            this.comboMuxChan.Location = new System.Drawing.Point(568, 368);
            this.comboMuxChan.Name = "comboMuxChan";
            this.comboMuxChan.Size = new System.Drawing.Size(56, 21);
            this.comboMuxChan.TabIndex = 0;
            this.comboMuxChan.SelectedIndexChanged += new System.EventHandler(this.comboMuxChan_SelectedIndexChanged);
            // 
            // lblMuxChannel
            // 
            this.lblMuxChannel.Image = null;
            this.lblMuxChannel.Location = new System.Drawing.Point(512, 368);
            this.lblMuxChannel.Name = "lblMuxChannel";
            this.lblMuxChannel.Size = new System.Drawing.Size(56, 23);
            this.lblMuxChannel.TabIndex = 1;
            this.lblMuxChannel.Text = "Mux:";
            // 
            // FLEX5000LLHWForm
            // 
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.ClientSize = new System.Drawing.Size(640, 494);
            this.Controls.Add(this.lblATUC);
            this.Controls.Add(this.udATUC);
            this.Controls.Add(this.lblATUL);
            this.Controls.Add(this.udATUL);
            this.Controls.Add(this.grpATURelays);
            this.Controls.Add(this.grpFlexWire);
            this.Controls.Add(this.grpATU);
            this.Controls.Add(this.grpPAPot);
            this.Controls.Add(this.grpGPIODDR);
            this.Controls.Add(this.grpGPIO);
            this.Controls.Add(this.grpCodec);
            this.Controls.Add(this.grpTRXPot);
            this.Controls.Add(this.grpEEPROM);
            this.Controls.Add(this.grpPIO);
            this.Controls.Add(this.grpClockGen);
            this.Controls.Add(this.grpDDS);
            this.Controls.Add(this.comboMuxChan);
            this.Controls.Add(this.lblMuxChannel);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "FLEX5000LLHWForm";
            this.Text = "FLEX-5000 Low Level Hardware Control";
            this.Closing += new System.ComponentModel.CancelEventHandler(this.FLEX5000LLHWForm_Closing);
            ((System.ComponentModel.ISupportInitialize)(this.udATUL)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udATUC)).EndInit();
            this.grpATURelays.ResumeLayout(false);
            this.grpFlexWire.ResumeLayout(false);
            this.grpFlexWire.PerformLayout();
            this.grpATU.ResumeLayout(false);
            this.grpATU.PerformLayout();
            this.grpPAPot.ResumeLayout(false);
            this.grpPAPot.PerformLayout();
            this.grpGPIODDR.ResumeLayout(false);
            this.grpGPIODDR.PerformLayout();
            this.grpGPIO.ResumeLayout(false);
            this.grpGPIO.PerformLayout();
            this.grpCodec.ResumeLayout(false);
            this.grpCodec.PerformLayout();
            this.grpTRXPot.ResumeLayout(false);
            this.grpTRXPot.PerformLayout();
            this.grpEEPROM.ResumeLayout(false);
            this.grpEEPROM.PerformLayout();
            this.grpPIO.ResumeLayout(false);
            this.grpPIO.PerformLayout();
            this.grpClockGen.ResumeLayout(false);
            this.grpClockGen.PerformLayout();
            this.grpDDS.ResumeLayout(false);
            this.grpDDS.PerformLayout();
            this.ResumeLayout(false);

		}
Beispiel #37
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(DSPTestForm));
            this.chkMu = new System.Windows.Forms.CheckBox();
            this.grpWBIQ = new System.Windows.Forms.GroupBox();
            this.checkBoxIQEnable = new System.Windows.Forms.CheckBox();
            this.udMu = new System.Windows.Forms.NumericUpDown();
            this.btnSAMPLL = new System.Windows.Forms.Button();
            this.txtSAMPLL = new System.Windows.Forms.TextBox();
            this.txtIQWReal = new System.Windows.Forms.TextBox();
            this.btnIQW = new System.Windows.Forms.Button();
            this.txtIQWImag = new System.Windows.Forms.TextBox();
            this.grpRXDCBlock = new System.Windows.Forms.GroupBox();
            this.checkBoxRXDCBlockEnable = new System.Windows.Forms.CheckBox();
            this.udDCBlock = new System.Windows.Forms.NumericUpDown();
            this.chkAudioMox = new System.Windows.Forms.CheckBox();
            this.grpMN = new System.Windows.Forms.GroupBoxTS();
            this.NotchFreq = new System.Windows.Forms.Label();
            this.udMNFreq = new System.Windows.Forms.NumericUpDownTS();
            this.checkBoxMNEnable = new System.Windows.Forms.CheckBox();
            this.grpDSPLMSNR = new System.Windows.Forms.GroupBoxTS();
            this.lblLMSNRLeak = new System.Windows.Forms.LabelTS();
            this.udLMSNRLeak = new System.Windows.Forms.NumericUpDownTS();
            this.lblLMSNRgain = new System.Windows.Forms.LabelTS();
            this.udLMSNRgain = new System.Windows.Forms.NumericUpDownTS();
            this.udLMSNRdelay = new System.Windows.Forms.NumericUpDownTS();
            this.lblLMSNRdelay = new System.Windows.Forms.LabelTS();
            this.udLMSNRtaps = new System.Windows.Forms.NumericUpDownTS();
            this.lblLMSNRtaps = new System.Windows.Forms.LabelTS();
            this.grpDSPLMSANF = new System.Windows.Forms.GroupBoxTS();
            this.lblLMSANFLeak = new System.Windows.Forms.LabelTS();
            this.udLMSANFLeak = new System.Windows.Forms.NumericUpDownTS();
            this.lblLMSANFgain = new System.Windows.Forms.LabelTS();
            this.udLMSANFgain = new System.Windows.Forms.NumericUpDownTS();
            this.lblLMSANFdelay = new System.Windows.Forms.LabelTS();
            this.udLMSANFdelay = new System.Windows.Forms.NumericUpDownTS();
            this.lblLMSANFTaps = new System.Windows.Forms.LabelTS();
            this.udLMSANFtaps = new System.Windows.Forms.NumericUpDownTS();
            this.grpWBIQ.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.udMu)).BeginInit();
            this.grpRXDCBlock.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.udDCBlock)).BeginInit();
            this.grpMN.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.udMNFreq)).BeginInit();
            this.grpDSPLMSNR.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.udLMSNRLeak)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udLMSNRgain)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udLMSNRdelay)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udLMSNRtaps)).BeginInit();
            this.grpDSPLMSANF.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.udLMSANFLeak)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udLMSANFgain)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udLMSANFdelay)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udLMSANFtaps)).BeginInit();
            this.SuspendLayout();
            // 
            // chkMu
            // 
            this.chkMu.Appearance = System.Windows.Forms.Appearance.Button;
            this.chkMu.Location = new System.Drawing.Point(8, 24);
            this.chkMu.Name = "chkMu";
            this.chkMu.Size = new System.Drawing.Size(48, 24);
            this.chkMu.TabIndex = 0;
            this.chkMu.Text = "Mu";
            this.chkMu.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.chkMu.CheckedChanged += new System.EventHandler(this.chkMu_CheckedChanged);
            // 
            // grpWBIQ
            // 
            this.grpWBIQ.Controls.Add(this.checkBoxIQEnable);
            this.grpWBIQ.Controls.Add(this.udMu);
            this.grpWBIQ.Controls.Add(this.chkMu);
            this.grpWBIQ.Location = new System.Drawing.Point(8, 8);
            this.grpWBIQ.Name = "grpWBIQ";
            this.grpWBIQ.Size = new System.Drawing.Size(272, 64);
            this.grpWBIQ.TabIndex = 1;
            this.grpWBIQ.TabStop = false;
            this.grpWBIQ.Text = "WBIQ";
            // 
            // checkBoxIQEnable
            // 
            this.checkBoxIQEnable.Location = new System.Drawing.Point(176, 23);
            this.checkBoxIQEnable.Name = "checkBoxIQEnable";
            this.checkBoxIQEnable.Size = new System.Drawing.Size(80, 24);
            this.checkBoxIQEnable.TabIndex = 2;
            this.checkBoxIQEnable.Text = "IQ disable";
            this.checkBoxIQEnable.CheckedChanged += new System.EventHandler(this.checkBoxIQEnable_CheckedChanged);
            // 
            // udMu
            // 
            this.udMu.DecimalPlaces = 8;
            this.udMu.Increment = new decimal(new int[] {
            1,
            0,
            0,
            327680});
            this.udMu.Location = new System.Drawing.Point(80, 24);
            this.udMu.Maximum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udMu.Name = "udMu";
            this.udMu.Size = new System.Drawing.Size(80, 20);
            this.udMu.TabIndex = 1;
            this.udMu.Value = new decimal(new int[] {
            5,
            0,
            0,
            196608});
            this.udMu.ValueChanged += new System.EventHandler(this.udMu_ValueChanged);
            // 
            // btnSAMPLL
            // 
            this.btnSAMPLL.Location = new System.Drawing.Point(8, 224);
            this.btnSAMPLL.Name = "btnSAMPLL";
            this.btnSAMPLL.Size = new System.Drawing.Size(75, 23);
            this.btnSAMPLL.TabIndex = 36;
            this.btnSAMPLL.Text = "SAM PLL";
            this.btnSAMPLL.Click += new System.EventHandler(this.btnSAMPLL_Click);
            // 
            // txtSAMPLL
            // 
            this.txtSAMPLL.Location = new System.Drawing.Point(96, 224);
            this.txtSAMPLL.Name = "txtSAMPLL";
            this.txtSAMPLL.Size = new System.Drawing.Size(56, 20);
            this.txtSAMPLL.TabIndex = 38;
            // 
            // txtIQWReal
            // 
            this.txtIQWReal.Location = new System.Drawing.Point(248, 216);
            this.txtIQWReal.Name = "txtIQWReal";
            this.txtIQWReal.Size = new System.Drawing.Size(56, 20);
            this.txtIQWReal.TabIndex = 40;
            // 
            // btnIQW
            // 
            this.btnIQW.Location = new System.Drawing.Point(192, 216);
            this.btnIQW.Name = "btnIQW";
            this.btnIQW.Size = new System.Drawing.Size(48, 23);
            this.btnIQW.TabIndex = 39;
            this.btnIQW.Text = "IQ W";
            this.btnIQW.Click += new System.EventHandler(this.btnIQW_Click);
            // 
            // txtIQWImag
            // 
            this.txtIQWImag.Location = new System.Drawing.Point(248, 240);
            this.txtIQWImag.Name = "txtIQWImag";
            this.txtIQWImag.Size = new System.Drawing.Size(56, 20);
            this.txtIQWImag.TabIndex = 41;
            // 
            // grpRXDCBlock
            // 
            this.grpRXDCBlock.Controls.Add(this.checkBoxRXDCBlockEnable);
            this.grpRXDCBlock.Controls.Add(this.udDCBlock);
            this.grpRXDCBlock.Location = new System.Drawing.Point(257, 80);
            this.grpRXDCBlock.Name = "grpRXDCBlock";
            this.grpRXDCBlock.Size = new System.Drawing.Size(105, 128);
            this.grpRXDCBlock.TabIndex = 44;
            this.grpRXDCBlock.TabStop = false;
            this.grpRXDCBlock.Text = "RX DC Block";
            this.grpRXDCBlock.Enter += new System.EventHandler(this.groupBox1_Enter);
            // 
            // checkBoxRXDCBlockEnable
            // 
            this.checkBoxRXDCBlockEnable.AutoSize = true;
            this.checkBoxRXDCBlockEnable.Location = new System.Drawing.Point(8, 31);
            this.checkBoxRXDCBlockEnable.Name = "checkBoxRXDCBlockEnable";
            this.checkBoxRXDCBlockEnable.Size = new System.Drawing.Size(83, 17);
            this.checkBoxRXDCBlockEnable.TabIndex = 44;
            this.checkBoxRXDCBlockEnable.Text = "DCB enable";
            this.checkBoxRXDCBlockEnable.UseVisualStyleBackColor = true;
            this.checkBoxRXDCBlockEnable.CheckedChanged += new System.EventHandler(this.checkBoxRXDCBlockEnable_CheckedChanged);
            // 
            // udDCBlock
            // 
            this.udDCBlock.DecimalPlaces = 8;
            this.udDCBlock.Increment = new decimal(new int[] {
            1,
            0,
            0,
            327680});
            this.udDCBlock.Location = new System.Drawing.Point(9, 65);
            this.udDCBlock.Maximum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udDCBlock.Name = "udDCBlock";
            this.udDCBlock.Size = new System.Drawing.Size(80, 20);
            this.udDCBlock.TabIndex = 43;
            this.udDCBlock.Value = new decimal(new int[] {
            5,
            0,
            0,
            196608});
            this.udDCBlock.ValueChanged += new System.EventHandler(this.udDCBlock_ValueChanged);
            // 
            // chkAudioMox
            // 
            this.chkAudioMox.Appearance = System.Windows.Forms.Appearance.Button;
            this.chkAudioMox.Location = new System.Drawing.Point(310, 216);
            this.chkAudioMox.Name = "chkAudioMox";
            this.chkAudioMox.Size = new System.Drawing.Size(48, 38);
            this.chkAudioMox.TabIndex = 45;
            this.chkAudioMox.Text = "Audio MOX";
            this.chkAudioMox.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.chkAudioMox.CheckedChanged += new System.EventHandler(this.chkAudioMox_CheckedChanged);
            // 
            // grpMN
            // 
            this.grpMN.Controls.Add(this.NotchFreq);
            this.grpMN.Controls.Add(this.udMNFreq);
            this.grpMN.Controls.Add(this.checkBoxMNEnable);
            this.grpMN.Location = new System.Drawing.Point(286, 8);
            this.grpMN.Name = "grpMN";
            this.grpMN.Size = new System.Drawing.Size(278, 66);
            this.grpMN.TabIndex = 46;
            this.grpMN.TabStop = false;
            this.grpMN.Text = "ManualNotch";
            // 
            // NotchFreq
            // 
            this.NotchFreq.AutoSize = true;
            this.NotchFreq.Location = new System.Drawing.Point(21, 26);
            this.NotchFreq.Name = "NotchFreq";
            this.NotchFreq.Size = new System.Drawing.Size(47, 13);
            this.NotchFreq.TabIndex = 2;
            this.NotchFreq.Text = "Freq(Hz)";
            // 
            // udMNFreq
            // 
            this.udMNFreq.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udMNFreq.Location = new System.Drawing.Point(75, 23);
            this.udMNFreq.Maximum = new decimal(new int[] {
            4000,
            0,
            0,
            0});
            this.udMNFreq.Minimum = new decimal(new int[] {
            100,
            0,
            0,
            0});
            this.udMNFreq.Name = "udMNFreq";
            this.udMNFreq.Size = new System.Drawing.Size(57, 20);
            this.udMNFreq.TabIndex = 1;
            this.udMNFreq.Value = new decimal(new int[] {
            400,
            0,
            0,
            0});
            this.udMNFreq.ValueChanged += new System.EventHandler(this.udMNFreq_ValueChanged);
            // 
            // checkBoxMNEnable
            // 
            this.checkBoxMNEnable.AutoSize = true;
            this.checkBoxMNEnable.Location = new System.Drawing.Point(152, 24);
            this.checkBoxMNEnable.Name = "checkBoxMNEnable";
            this.checkBoxMNEnable.Size = new System.Drawing.Size(82, 17);
            this.checkBoxMNEnable.TabIndex = 0;
            this.checkBoxMNEnable.Text = "Man. Notch";
            this.checkBoxMNEnable.UseVisualStyleBackColor = true;
            this.checkBoxMNEnable.CheckedChanged += new System.EventHandler(this.checkBoxMNEnable_CheckedChanged);
            // 
            // grpDSPLMSNR
            // 
            this.grpDSPLMSNR.Controls.Add(this.lblLMSNRLeak);
            this.grpDSPLMSNR.Controls.Add(this.udLMSNRLeak);
            this.grpDSPLMSNR.Controls.Add(this.lblLMSNRgain);
            this.grpDSPLMSNR.Controls.Add(this.udLMSNRgain);
            this.grpDSPLMSNR.Controls.Add(this.udLMSNRdelay);
            this.grpDSPLMSNR.Controls.Add(this.lblLMSNRdelay);
            this.grpDSPLMSNR.Controls.Add(this.udLMSNRtaps);
            this.grpDSPLMSNR.Controls.Add(this.lblLMSNRtaps);
            this.grpDSPLMSNR.Location = new System.Drawing.Point(8, 80);
            this.grpDSPLMSNR.Name = "grpDSPLMSNR";
            this.grpDSPLMSNR.Size = new System.Drawing.Size(112, 128);
            this.grpDSPLMSNR.TabIndex = 35;
            this.grpDSPLMSNR.TabStop = false;
            this.grpDSPLMSNR.Text = "NR";
            // 
            // lblLMSNRLeak
            // 
            this.lblLMSNRLeak.Image = null;
            this.lblLMSNRLeak.Location = new System.Drawing.Point(8, 96);
            this.lblLMSNRLeak.Name = "lblLMSNRLeak";
            this.lblLMSNRLeak.Size = new System.Drawing.Size(40, 16);
            this.lblLMSNRLeak.TabIndex = 11;
            this.lblLMSNRLeak.Text = "Leak:";
            // 
            // udLMSNRLeak
            // 
            this.udLMSNRLeak.Enabled = false;
            this.udLMSNRLeak.Increment = new decimal(new int[] {
            10,
            0,
            0,
            0});
            this.udLMSNRLeak.Location = new System.Drawing.Point(56, 96);
            this.udLMSNRLeak.Maximum = new decimal(new int[] {
            1000,
            0,
            0,
            0});
            this.udLMSNRLeak.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udLMSNRLeak.Name = "udLMSNRLeak";
            this.udLMSNRLeak.Size = new System.Drawing.Size(48, 20);
            this.udLMSNRLeak.TabIndex = 10;
            this.udLMSNRLeak.Value = new decimal(new int[] {
            10,
            0,
            0,
            0});
            this.udLMSNRLeak.ValueChanged += new System.EventHandler(this.udLMSNR_ValueChanged);
            // 
            // lblLMSNRgain
            // 
            this.lblLMSNRgain.Image = null;
            this.lblLMSNRgain.Location = new System.Drawing.Point(8, 72);
            this.lblLMSNRgain.Name = "lblLMSNRgain";
            this.lblLMSNRgain.Size = new System.Drawing.Size(40, 16);
            this.lblLMSNRgain.TabIndex = 9;
            this.lblLMSNRgain.Text = "Gain:";
            // 
            // udLMSNRgain
            // 
            this.udLMSNRgain.Increment = new decimal(new int[] {
            10,
            0,
            0,
            0});
            this.udLMSNRgain.Location = new System.Drawing.Point(56, 72);
            this.udLMSNRgain.Maximum = new decimal(new int[] {
            200,
            0,
            0,
            0});
            this.udLMSNRgain.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udLMSNRgain.Name = "udLMSNRgain";
            this.udLMSNRgain.Size = new System.Drawing.Size(48, 20);
            this.udLMSNRgain.TabIndex = 7;
            this.udLMSNRgain.Value = new decimal(new int[] {
            10,
            0,
            0,
            0});
            this.udLMSNRgain.ValueChanged += new System.EventHandler(this.udLMSNR_ValueChanged);
            // 
            // udLMSNRdelay
            // 
            this.udLMSNRdelay.Enabled = false;
            this.udLMSNRdelay.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udLMSNRdelay.Location = new System.Drawing.Point(56, 48);
            this.udLMSNRdelay.Maximum = new decimal(new int[] {
            127,
            0,
            0,
            0});
            this.udLMSNRdelay.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udLMSNRdelay.Name = "udLMSNRdelay";
            this.udLMSNRdelay.Size = new System.Drawing.Size(48, 20);
            this.udLMSNRdelay.TabIndex = 6;
            this.udLMSNRdelay.Value = new decimal(new int[] {
            50,
            0,
            0,
            0});
            this.udLMSNRdelay.ValueChanged += new System.EventHandler(this.udLMSNR_ValueChanged);
            // 
            // lblLMSNRdelay
            // 
            this.lblLMSNRdelay.Image = null;
            this.lblLMSNRdelay.Location = new System.Drawing.Point(8, 48);
            this.lblLMSNRdelay.Name = "lblLMSNRdelay";
            this.lblLMSNRdelay.Size = new System.Drawing.Size(40, 16);
            this.lblLMSNRdelay.TabIndex = 5;
            this.lblLMSNRdelay.Text = "Delay:";
            // 
            // udLMSNRtaps
            // 
            this.udLMSNRtaps.Enabled = false;
            this.udLMSNRtaps.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udLMSNRtaps.Location = new System.Drawing.Point(56, 24);
            this.udLMSNRtaps.Maximum = new decimal(new int[] {
            127,
            0,
            0,
            0});
            this.udLMSNRtaps.Minimum = new decimal(new int[] {
            31,
            0,
            0,
            0});
            this.udLMSNRtaps.Name = "udLMSNRtaps";
            this.udLMSNRtaps.Size = new System.Drawing.Size(48, 20);
            this.udLMSNRtaps.TabIndex = 5;
            this.udLMSNRtaps.Value = new decimal(new int[] {
            65,
            0,
            0,
            0});
            this.udLMSNRtaps.ValueChanged += new System.EventHandler(this.udLMSNR_ValueChanged);
            // 
            // lblLMSNRtaps
            // 
            this.lblLMSNRtaps.Image = null;
            this.lblLMSNRtaps.Location = new System.Drawing.Point(8, 24);
            this.lblLMSNRtaps.Name = "lblLMSNRtaps";
            this.lblLMSNRtaps.Size = new System.Drawing.Size(40, 16);
            this.lblLMSNRtaps.TabIndex = 3;
            this.lblLMSNRtaps.Text = "Taps:";
            // 
            // grpDSPLMSANF
            // 
            this.grpDSPLMSANF.Controls.Add(this.lblLMSANFLeak);
            this.grpDSPLMSANF.Controls.Add(this.udLMSANFLeak);
            this.grpDSPLMSANF.Controls.Add(this.lblLMSANFgain);
            this.grpDSPLMSANF.Controls.Add(this.udLMSANFgain);
            this.grpDSPLMSANF.Controls.Add(this.lblLMSANFdelay);
            this.grpDSPLMSANF.Controls.Add(this.udLMSANFdelay);
            this.grpDSPLMSANF.Controls.Add(this.lblLMSANFTaps);
            this.grpDSPLMSANF.Controls.Add(this.udLMSANFtaps);
            this.grpDSPLMSANF.Location = new System.Drawing.Point(128, 80);
            this.grpDSPLMSANF.Name = "grpDSPLMSANF";
            this.grpDSPLMSANF.Size = new System.Drawing.Size(120, 128);
            this.grpDSPLMSANF.TabIndex = 34;
            this.grpDSPLMSANF.TabStop = false;
            this.grpDSPLMSANF.Text = "ANF";
            // 
            // lblLMSANFLeak
            // 
            this.lblLMSANFLeak.Image = null;
            this.lblLMSANFLeak.Location = new System.Drawing.Point(8, 96);
            this.lblLMSANFLeak.Name = "lblLMSANFLeak";
            this.lblLMSANFLeak.Size = new System.Drawing.Size(40, 16);
            this.lblLMSANFLeak.TabIndex = 9;
            this.lblLMSANFLeak.Text = "Leak:";
            // 
            // udLMSANFLeak
            // 
            this.udLMSANFLeak.Enabled = false;
            this.udLMSANFLeak.Increment = new decimal(new int[] {
            10,
            0,
            0,
            0});
            this.udLMSANFLeak.Location = new System.Drawing.Point(56, 96);
            this.udLMSANFLeak.Maximum = new decimal(new int[] {
            1000,
            0,
            0,
            0});
            this.udLMSANFLeak.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udLMSANFLeak.Name = "udLMSANFLeak";
            this.udLMSANFLeak.Size = new System.Drawing.Size(48, 20);
            this.udLMSANFLeak.TabIndex = 8;
            this.udLMSANFLeak.Value = new decimal(new int[] {
            10,
            0,
            0,
            0});
            this.udLMSANFLeak.ValueChanged += new System.EventHandler(this.udLMSANF_ValueChanged);
            // 
            // lblLMSANFgain
            // 
            this.lblLMSANFgain.Image = null;
            this.lblLMSANFgain.Location = new System.Drawing.Point(8, 72);
            this.lblLMSANFgain.Name = "lblLMSANFgain";
            this.lblLMSANFgain.Size = new System.Drawing.Size(40, 16);
            this.lblLMSANFgain.TabIndex = 6;
            this.lblLMSANFgain.Text = "Gain:";
            // 
            // udLMSANFgain
            // 
            this.udLMSANFgain.Increment = new decimal(new int[] {
            10,
            0,
            0,
            0});
            this.udLMSANFgain.Location = new System.Drawing.Point(56, 72);
            this.udLMSANFgain.Maximum = new decimal(new int[] {
            200,
            0,
            0,
            0});
            this.udLMSANFgain.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udLMSANFgain.Name = "udLMSANFgain";
            this.udLMSANFgain.Size = new System.Drawing.Size(48, 20);
            this.udLMSANFgain.TabIndex = 3;
            this.udLMSANFgain.Value = new decimal(new int[] {
            10,
            0,
            0,
            0});
            this.udLMSANFgain.ValueChanged += new System.EventHandler(this.udLMSANF_ValueChanged);
            // 
            // lblLMSANFdelay
            // 
            this.lblLMSANFdelay.Image = null;
            this.lblLMSANFdelay.Location = new System.Drawing.Point(8, 48);
            this.lblLMSANFdelay.Name = "lblLMSANFdelay";
            this.lblLMSANFdelay.Size = new System.Drawing.Size(40, 16);
            this.lblLMSANFdelay.TabIndex = 4;
            this.lblLMSANFdelay.Text = "Delay:";
            // 
            // udLMSANFdelay
            // 
            this.udLMSANFdelay.Enabled = false;
            this.udLMSANFdelay.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udLMSANFdelay.Location = new System.Drawing.Point(56, 48);
            this.udLMSANFdelay.Maximum = new decimal(new int[] {
            127,
            0,
            0,
            0});
            this.udLMSANFdelay.Minimum = new decimal(new int[] {
            16,
            0,
            0,
            0});
            this.udLMSANFdelay.Name = "udLMSANFdelay";
            this.udLMSANFdelay.Size = new System.Drawing.Size(48, 20);
            this.udLMSANFdelay.TabIndex = 2;
            this.udLMSANFdelay.Value = new decimal(new int[] {
            50,
            0,
            0,
            0});
            this.udLMSANFdelay.ValueChanged += new System.EventHandler(this.udLMSANF_ValueChanged);
            // 
            // lblLMSANFTaps
            // 
            this.lblLMSANFTaps.Image = null;
            this.lblLMSANFTaps.Location = new System.Drawing.Point(8, 24);
            this.lblLMSANFTaps.Name = "lblLMSANFTaps";
            this.lblLMSANFTaps.Size = new System.Drawing.Size(40, 16);
            this.lblLMSANFTaps.TabIndex = 2;
            this.lblLMSANFTaps.Text = "Taps:";
            // 
            // udLMSANFtaps
            // 
            this.udLMSANFtaps.Enabled = false;
            this.udLMSANFtaps.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udLMSANFtaps.Location = new System.Drawing.Point(56, 24);
            this.udLMSANFtaps.Maximum = new decimal(new int[] {
            127,
            0,
            0,
            0});
            this.udLMSANFtaps.Minimum = new decimal(new int[] {
            31,
            0,
            0,
            0});
            this.udLMSANFtaps.Name = "udLMSANFtaps";
            this.udLMSANFtaps.Size = new System.Drawing.Size(48, 20);
            this.udLMSANFtaps.TabIndex = 1;
            this.udLMSANFtaps.Value = new decimal(new int[] {
            65,
            0,
            0,
            0});
            this.udLMSANFtaps.ValueChanged += new System.EventHandler(this.udLMSANF_ValueChanged);
            // 
            // DSPTestForm
            // 
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.ClientSize = new System.Drawing.Size(567, 266);
            this.Controls.Add(this.grpMN);
            this.Controls.Add(this.chkAudioMox);
            this.Controls.Add(this.grpRXDCBlock);
            this.Controls.Add(this.txtIQWImag);
            this.Controls.Add(this.txtIQWReal);
            this.Controls.Add(this.btnIQW);
            this.Controls.Add(this.txtSAMPLL);
            this.Controls.Add(this.btnSAMPLL);
            this.Controls.Add(this.grpDSPLMSNR);
            this.Controls.Add(this.grpDSPLMSANF);
            this.Controls.Add(this.grpWBIQ);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "DSPTestForm";
            this.Text = "DSP Test Form";
            this.grpWBIQ.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.udMu)).EndInit();
            this.grpRXDCBlock.ResumeLayout(false);
            this.grpRXDCBlock.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.udDCBlock)).EndInit();
            this.grpMN.ResumeLayout(false);
            this.grpMN.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.udMNFreq)).EndInit();
            this.grpDSPLMSNR.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.udLMSNRLeak)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udLMSNRgain)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udLMSNRdelay)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udLMSNRtaps)).EndInit();
            this.grpDSPLMSANF.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.udLMSANFLeak)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udLMSANFgain)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udLMSANFdelay)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udLMSANFtaps)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

		}
Beispiel #38
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.textBox1         = new System.Windows.Forms.TextBox();
     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, 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);
     //
     // textBox1
     //
     this.textBox1.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.textBox1.BorderStyle     = System.Windows.Forms.BorderStyle.None;
     this.textBox1.Font            = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox1.ForeColor       = System.Drawing.Color.Yellow;
     this.textBox1.Location        = new System.Drawing.Point(130, 152);
     this.textBox1.Name            = "textBox1";
     this.textBox1.Size            = new System.Drawing.Size(115, 24);
     this.textBox1.TabIndex        = 3;
     this.textBox1.TabStop         = false;
     this.textBox1.Text            = "v2.8.0.0";
     this.textBox1.TextAlign       = System.Windows.Forms.HorizontalAlignment.Center;
     this.textBox1.TextChanged    += new System.EventHandler(this.textBox1_TextChanged);
     this.textBox1.VisibleChanged += new System.EventHandler(this.textBox1_VisibleChanged);
     //
     // 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;
     //
     // 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.textBox1);
     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();
 }
Beispiel #39
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(SetupWizard));
     this.btnPrevious     = new System.Windows.Forms.ButtonTS();
     this.btnNext         = new System.Windows.Forms.ButtonTS();
     this.btnFinished     = new System.Windows.Forms.ButtonTS();
     this.pictureBox1     = new System.Windows.Forms.PictureBox();
     this.lblMessage1     = new System.Windows.Forms.LabelTS();
     this.radYes          = new System.Windows.Forms.RadioButtonTS();
     this.radNo           = new System.Windows.Forms.RadioButtonTS();
     this.lblMessage2     = new System.Windows.Forms.LabelTS();
     this.comboBox1       = new System.Windows.Forms.ComboBoxTS();
     this.lblCombo        = new System.Windows.Forms.LabelTS();
     this.comboBox2       = new System.Windows.Forms.ComboBoxTS();
     this.button1         = new System.Windows.Forms.ButtonTS();
     this.comboBox3       = new System.Windows.Forms.ComboBoxTS();
     this.grpModel        = new System.Windows.Forms.GroupBox();
     this.radModelG11     = new System.Windows.Forms.RadioButtonTS();
     this.radModelQRP2000 = new System.Windows.Forms.RadioButtonTS();
     this.radModelG500    = new System.Windows.Forms.RadioButtonTS();
     this.radModelG137    = new System.Windows.Forms.RadioButtonTS();
     this.radModelNetBox  = new System.Windows.Forms.RadioButtonTS();
     this.radModelG160    = new System.Windows.Forms.RadioButtonTS();
     this.radModelG80     = new System.Windows.Forms.RadioButtonTS();
     this.radModelG40     = new System.Windows.Forms.RadioButtonTS();
     this.radModelG3020   = new System.Windows.Forms.RadioButtonTS();
     this.radModelG59     = new System.Windows.Forms.RadioButtonTS();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.grpModel.SuspendLayout();
     this.SuspendLayout();
     //
     // btnPrevious
     //
     this.btnPrevious.Image    = null;
     this.btnPrevious.Location = new System.Drawing.Point(145, 360);
     this.btnPrevious.Name     = "btnPrevious";
     this.btnPrevious.Size     = new System.Drawing.Size(75, 23);
     this.btnPrevious.TabIndex = 0;
     this.btnPrevious.Text     = "Previous";
     this.btnPrevious.Click   += new System.EventHandler(this.btnPrevious_Click);
     //
     // btnNext
     //
     this.btnNext.Image    = null;
     this.btnNext.Location = new System.Drawing.Point(261, 360);
     this.btnNext.Name     = "btnNext";
     this.btnNext.Size     = new System.Drawing.Size(75, 23);
     this.btnNext.TabIndex = 1;
     this.btnNext.Text     = "Next";
     this.btnNext.Click   += new System.EventHandler(this.btnNext_Click);
     //
     // btnFinished
     //
     this.btnFinished.Enabled  = false;
     this.btnFinished.Image    = null;
     this.btnFinished.Location = new System.Drawing.Point(377, 360);
     this.btnFinished.Name     = "btnFinished";
     this.btnFinished.Size     = new System.Drawing.Size(75, 23);
     this.btnFinished.TabIndex = 2;
     this.btnFinished.Text     = "Finish";
     this.btnFinished.Click   += new System.EventHandler(this.btnFinished_Click);
     //
     // pictureBox1
     //
     this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.pictureBox1.Image        = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.InitialImage = ((System.Drawing.Image)(resources.GetObject("pictureBox1.InitialImage")));
     this.pictureBox1.Location     = new System.Drawing.Point(42, 62);
     this.pictureBox1.Name         = "pictureBox1";
     this.pictureBox1.Size         = new System.Drawing.Size(245, 167);
     this.pictureBox1.SizeMode     = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex     = 3;
     this.pictureBox1.TabStop      = false;
     this.pictureBox1.Visible      = false;
     //
     // lblMessage1
     //
     this.lblMessage1.Font     = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblMessage1.Image    = null;
     this.lblMessage1.Location = new System.Drawing.Point(16, 8);
     this.lblMessage1.Name     = "lblMessage1";
     this.lblMessage1.Size     = new System.Drawing.Size(456, 136);
     this.lblMessage1.TabIndex = 4;
     this.lblMessage1.Text     = "lblMessage1";
     //
     // radYes
     //
     this.radYes.Image           = null;
     this.radYes.Location        = new System.Drawing.Point(375, 118);
     this.radYes.Name            = "radYes";
     this.radYes.Size            = new System.Drawing.Size(48, 16);
     this.radYes.TabIndex        = 5;
     this.radYes.Text            = "Yes";
     this.radYes.Visible         = false;
     this.radYes.CheckedChanged += new System.EventHandler(this.radYes_CheckedChanged);
     //
     // radNo
     //
     this.radNo.Image           = null;
     this.radNo.Location        = new System.Drawing.Point(431, 118);
     this.radNo.Name            = "radNo";
     this.radNo.Size            = new System.Drawing.Size(48, 16);
     this.radNo.TabIndex        = 6;
     this.radNo.Text            = "No";
     this.radNo.Visible         = false;
     this.radNo.CheckedChanged += new System.EventHandler(this.radNo_CheckedChanged);
     //
     // lblMessage2
     //
     this.lblMessage2.Image    = null;
     this.lblMessage2.Location = new System.Drawing.Point(24, 299);
     this.lblMessage2.Name     = "lblMessage2";
     this.lblMessage2.Size     = new System.Drawing.Size(464, 48);
     this.lblMessage2.TabIndex = 7;
     this.lblMessage2.Text     = "lblMessage2";
     //
     // comboBox1
     //
     this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox1.DropDownWidth = 136;
     this.comboBox1.Items.AddRange(new object[] {
         "DEMI144-28FRS",
         "DEMI144-28 (25w)"
     });
     this.comboBox1.Location = new System.Drawing.Point(429, 123);
     this.comboBox1.Name     = "comboBox1";
     this.comboBox1.Size     = new System.Drawing.Size(136, 21);
     this.comboBox1.TabIndex = 8;
     this.comboBox1.Visible  = false;
     //
     // lblCombo
     //
     this.lblCombo.Image    = null;
     this.lblCombo.Location = new System.Drawing.Point(363, 27);
     this.lblCombo.Name     = "lblCombo";
     this.lblCombo.Size     = new System.Drawing.Size(192, 72);
     this.lblCombo.TabIndex = 9;
     this.lblCombo.Text     = "lblCombo";
     //
     // comboBox2
     //
     this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox2.DropDownWidth = 56;
     this.comboBox2.Items.AddRange(new object[] {
         "10",
         "20"
     });
     this.comboBox2.Location = new System.Drawing.Point(457, 123);
     this.comboBox2.Name     = "comboBox2";
     this.comboBox2.Size     = new System.Drawing.Size(56, 21);
     this.comboBox2.TabIndex = 10;
     //
     // button1
     //
     this.button1.Image    = null;
     this.button1.Location = new System.Drawing.Point(429, 150);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(88, 23);
     this.button1.TabIndex = 11;
     this.button1.Text     = "Select File ...";
     this.button1.Click   += new System.EventHandler(this.button1_Click);
     //
     // comboBox3
     //
     this.comboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox3.DropDownWidth = 184;
     this.comboBox3.Items.AddRange(new object[] {
         "M-Audio Delta 44 (PCI)",
         "PreSonus FireBox (FireWire)",
         "Edirol FA-66 (FireWire)",
         "SB Audigy (PCI)",
         "SB Audigy 2 (PCI)",
         "SB Audigy 2 ZS (PCI)",
         "Sound Blaster Extigy (USB)",
         "Sound Blaster MP3+ (USB)",
         "Turtle Beach Santa Cruz (PCI)",
         "Realtek HD audio",
         "Unsupported Card"
     });
     this.comboBox3.Location              = new System.Drawing.Point(356, 62);
     this.comboBox3.MaxDropDownItems      = 10;
     this.comboBox3.Name                  = "comboBox3";
     this.comboBox3.Size                  = new System.Drawing.Size(184, 21);
     this.comboBox3.TabIndex              = 12;
     this.comboBox3.SelectedIndexChanged += new System.EventHandler(this.comboBox3_SelectedIndexChanged);
     //
     // grpModel
     //
     this.grpModel.Controls.Add(this.radModelG11);
     this.grpModel.Controls.Add(this.radModelQRP2000);
     this.grpModel.Controls.Add(this.radModelG500);
     this.grpModel.Controls.Add(this.radModelG137);
     this.grpModel.Controls.Add(this.radModelNetBox);
     this.grpModel.Controls.Add(this.radModelG160);
     this.grpModel.Controls.Add(this.radModelG80);
     this.grpModel.Controls.Add(this.radModelG40);
     this.grpModel.Controls.Add(this.radModelG3020);
     this.grpModel.Controls.Add(this.radModelG59);
     this.grpModel.Location = new System.Drawing.Point(350, 42);
     this.grpModel.Name     = "grpModel";
     this.grpModel.Size     = new System.Drawing.Size(167, 254);
     this.grpModel.TabIndex = 20;
     this.grpModel.TabStop  = false;
     this.grpModel.Text     = "Radio model";
     this.grpModel.Visible  = false;
     //
     // radModelG11
     //
     this.radModelG11.Image           = null;
     this.radModelG11.Location        = new System.Drawing.Point(39, 231);
     this.radModelG11.Name            = "radModelG11";
     this.radModelG11.Size            = new System.Drawing.Size(88, 17);
     this.radModelG11.TabIndex        = 12;
     this.radModelG11.Text            = "G11";
     this.radModelG11.CheckedChanged += new System.EventHandler(this.radModelG11_CheckedChanged);
     //
     // radModelQRP2000
     //
     this.radModelQRP2000.AutoSize = true;
     this.radModelQRP2000.Image    = null;
     this.radModelQRP2000.Location = new System.Drawing.Point(39, 210);
     this.radModelQRP2000.Name     = "radModelQRP2000";
     this.radModelQRP2000.Size     = new System.Drawing.Size(72, 17);
     this.radModelQRP2000.TabIndex = 11;
     this.radModelQRP2000.Text     = "QRP2000";
     this.radModelQRP2000.UseVisualStyleBackColor = true;
     this.radModelQRP2000.CheckedChanged         += new System.EventHandler(this.radModelQRP2000_CheckedChanged);
     //
     // radModelG500
     //
     this.radModelG500.AutoSize = true;
     this.radModelG500.Image    = null;
     this.radModelG500.Location = new System.Drawing.Point(39, 162);
     this.radModelG500.Name     = "radModelG500";
     this.radModelG500.Size     = new System.Drawing.Size(51, 17);
     this.radModelG500.TabIndex = 10;
     this.radModelG500.Text     = "G500";
     this.radModelG500.UseVisualStyleBackColor = true;
     this.radModelG500.CheckedChanged         += new System.EventHandler(this.radModelG500_CheckedChanged);
     //
     // radModelG137
     //
     this.radModelG137.AutoSize = true;
     this.radModelG137.Image    = null;
     this.radModelG137.Location = new System.Drawing.Point(39, 138);
     this.radModelG137.Name     = "radModelG137";
     this.radModelG137.Size     = new System.Drawing.Size(51, 17);
     this.radModelG137.TabIndex = 9;
     this.radModelG137.Text     = "G137";
     this.radModelG137.UseVisualStyleBackColor = true;
     this.radModelG137.CheckedChanged         += new System.EventHandler(this.radModelG137_CheckedChanged);
     //
     // radModelNetBox
     //
     this.radModelNetBox.AutoSize = true;
     this.radModelNetBox.Image    = null;
     this.radModelNetBox.Location = new System.Drawing.Point(39, 186);
     this.radModelNetBox.Name     = "radModelNetBox";
     this.radModelNetBox.Size     = new System.Drawing.Size(68, 17);
     this.radModelNetBox.TabIndex = 8;
     this.radModelNetBox.Text     = "NET Box";
     this.radModelNetBox.UseVisualStyleBackColor = true;
     this.radModelNetBox.CheckedChanged         += new System.EventHandler(this.radModelNetBox_CheckedChanged);
     //
     // radModelG160
     //
     this.radModelG160.AutoSize = true;
     this.radModelG160.Image    = null;
     this.radModelG160.Location = new System.Drawing.Point(39, 114);
     this.radModelG160.Name     = "radModelG160";
     this.radModelG160.Size     = new System.Drawing.Size(51, 17);
     this.radModelG160.TabIndex = 7;
     this.radModelG160.Text     = "G160";
     this.radModelG160.UseVisualStyleBackColor = true;
     this.radModelG160.CheckedChanged         += new System.EventHandler(this.radModelG160_CheckedChanged);
     //
     // radModelG80
     //
     this.radModelG80.AutoSize = true;
     this.radModelG80.Image    = null;
     this.radModelG80.Location = new System.Drawing.Point(39, 90);
     this.radModelG80.Name     = "radModelG80";
     this.radModelG80.Size     = new System.Drawing.Size(45, 17);
     this.radModelG80.TabIndex = 6;
     this.radModelG80.Text     = "G80";
     this.radModelG80.UseVisualStyleBackColor = true;
     this.radModelG80.CheckedChanged         += new System.EventHandler(this.radModelG80_CheckedChanged);
     //
     // radModelG40
     //
     this.radModelG40.Image           = null;
     this.radModelG40.Location        = new System.Drawing.Point(39, 66);
     this.radModelG40.Name            = "radModelG40";
     this.radModelG40.Size            = new System.Drawing.Size(88, 17);
     this.radModelG40.TabIndex        = 5;
     this.radModelG40.Text            = "G40";
     this.radModelG40.CheckedChanged += new System.EventHandler(this.radModelG40_CheckedChanged);
     //
     // radModelG3020
     //
     this.radModelG3020.Image           = null;
     this.radModelG3020.Location        = new System.Drawing.Point(39, 42);
     this.radModelG3020.Name            = "radModelG3020";
     this.radModelG3020.Size            = new System.Drawing.Size(88, 17);
     this.radModelG3020.TabIndex        = 4;
     this.radModelG3020.Text            = "G3020";
     this.radModelG3020.CheckedChanged += new System.EventHandler(this.radModelG3020_CheckedChanged);
     //
     // radModelG59
     //
     this.radModelG59.Image           = null;
     this.radModelG59.Location        = new System.Drawing.Point(39, 18);
     this.radModelG59.Name            = "radModelG59";
     this.radModelG59.Size            = new System.Drawing.Size(88, 17);
     this.radModelG59.TabIndex        = 3;
     this.radModelG59.Text            = "G59";
     this.radModelG59.CheckedChanged += new System.EventHandler(this.radModelG59_CheckedChanged);
     //
     // SetupWizard
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(607, 413);
     this.Controls.Add(this.grpModel);
     this.Controls.Add(this.comboBox3);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.comboBox2);
     this.Controls.Add(this.comboBox1);
     this.Controls.Add(this.radYes);
     this.Controls.Add(this.radNo);
     this.Controls.Add(this.lblMessage2);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.btnFinished);
     this.Controls.Add(this.btnNext);
     this.Controls.Add(this.btnPrevious);
     this.Controls.Add(this.lblCombo);
     this.Controls.Add(this.lblMessage1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "SetupWizard";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Genesis Setup Wizard - Welcome";
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.grpModel.ResumeLayout(false);
     this.grpModel.PerformLayout();
     this.ResumeLayout(false);
 }
Beispiel #40
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.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(PAQualify));
     this.grpStepByStep = new System.Windows.Forms.GroupBoxTS();
     this.label3 = new System.Windows.Forms.LabelTS();
     this.checkBox1 = new System.Windows.Forms.CheckBoxTS();
     this.btnCheckAll = new System.Windows.Forms.ButtonTS();
     this.label22 = new System.Windows.Forms.LabelTS();
     this.checkBox6 = new System.Windows.Forms.CheckBoxTS();
     this.label11 = new System.Windows.Forms.LabelTS();
     this.checkBox5 = new System.Windows.Forms.CheckBoxTS();
     this.checkBox4 = new System.Windows.Forms.CheckBoxTS();
     this.label21 = new System.Windows.Forms.LabelTS();
     this.btnClearCal = new System.Windows.Forms.ButtonTS();
     this.label8 = new System.Windows.Forms.LabelTS();
     this.checkBox2 = new System.Windows.Forms.CheckBoxTS();
     this.label19 = new System.Windows.Forms.LabelTS();
     this.chkStep18 = new System.Windows.Forms.CheckBoxTS();
     this.label17 = new System.Windows.Forms.LabelTS();
     this.chkStep8 = new System.Windows.Forms.CheckBoxTS();
     this.label16 = new System.Windows.Forms.LabelTS();
     this.chkStep6 = new System.Windows.Forms.CheckBoxTS();
     this.label15 = new System.Windows.Forms.LabelTS();
     this.chkStep4 = new System.Windows.Forms.CheckBoxTS();
     this.label14 = new System.Windows.Forms.LabelTS();
     this.label13 = new System.Windows.Forms.LabelTS();
     this.chkStep17 = new System.Windows.Forms.CheckBoxTS();
     this.label12 = new System.Windows.Forms.LabelTS();
     this.chkStep15 = new System.Windows.Forms.CheckBoxTS();
     this.label10 = new System.Windows.Forms.LabelTS();
     this.chkStep16 = new System.Windows.Forms.CheckBoxTS();
     this.chk10m = new System.Windows.Forms.CheckBoxTS();
     this.chk12m = new System.Windows.Forms.CheckBoxTS();
     this.chk15m = new System.Windows.Forms.CheckBoxTS();
     this.chk17m = new System.Windows.Forms.CheckBoxTS();
     this.chk20m = new System.Windows.Forms.CheckBoxTS();
     this.chk30m = new System.Windows.Forms.CheckBoxTS();
     this.chk40m = new System.Windows.Forms.CheckBoxTS();
     this.chk60m = new System.Windows.Forms.CheckBoxTS();
     this.chk80m = new System.Windows.Forms.CheckBoxTS();
     this.chk160m = new System.Windows.Forms.CheckBoxTS();
     this.label9 = new System.Windows.Forms.LabelTS();
     this.chkStep13 = new System.Windows.Forms.CheckBoxTS();
     this.label7 = new System.Windows.Forms.LabelTS();
     this.chkStep12 = new System.Windows.Forms.CheckBoxTS();
     this.label6 = new System.Windows.Forms.LabelTS();
     this.chkStep11 = new System.Windows.Forms.CheckBoxTS();
     this.label5 = new System.Windows.Forms.LabelTS();
     this.chkStep10 = new System.Windows.Forms.CheckBoxTS();
     this.label1 = new System.Windows.Forms.LabelTS();
     this.chkStep7 = new System.Windows.Forms.CheckBoxTS();
     this.label4 = new System.Windows.Forms.LabelTS();
     this.chkStep5 = new System.Windows.Forms.CheckBoxTS();
     this.chkStep3 = new System.Windows.Forms.CheckBoxTS();
     this.label2 = new System.Windows.Forms.LabelTS();
     this.chkStep2 = new System.Windows.Forms.CheckBoxTS();
     this.label18 = new System.Windows.Forms.LabelTS();
     this.chkStep9 = new System.Windows.Forms.CheckBoxTS();
     this.checkBox3 = new System.Windows.Forms.CheckBoxTS();
     this.chkBiasSet = new System.Windows.Forms.CheckBoxTS();
     this.chkFWDLow = new System.Windows.Forms.CheckBoxTS();
     this.grpTests = new System.Windows.Forms.GroupBoxTS();
     this.chkHarm60 = new System.Windows.Forms.CheckBoxTS();
     this.chkFWDHigh = new System.Windows.Forms.CheckBoxTS();
     this.chkIMDTest = new System.Windows.Forms.CheckBoxTS();
     this.chkLFTest = new System.Windows.Forms.CheckBoxTS();
     this.btnGainCal = new System.Windows.Forms.ButtonTS();
     this.btnBandSweep = new System.Windows.Forms.ButtonTS();
     this.chkSWRCal = new System.Windows.Forms.CheckBoxTS();
     this.chkHarm30 = new System.Windows.Forms.CheckBoxTS();
     this.btnHarmFil30 = new System.Windows.Forms.Button();
     this.btnHarmFil60 = new System.Windows.Forms.Button();
     this.btnPrint = new System.Windows.Forms.ButtonTS();
     this.printDialog1 = new System.Windows.Forms.PrintDialog();
     this.printDocument1 = new System.Drawing.Printing.PrintDocument();
     this.txtSerialNum = new System.Windows.Forms.TextBoxTS();
     this.btnClearAll = new System.Windows.Forms.ButtonTS();
     this.printPreviewDialog1 = new System.Windows.Forms.PrintPreviewDialog();
     this.label20 = new System.Windows.Forms.LabelTS();
     this.timer_LF_test = new System.Windows.Forms.Timer(this.components);
     this.udCalTarget = new System.Windows.Forms.NumericUpDownTS();
     this.label23 = new System.Windows.Forms.LabelTS();
     this.grpStepByStep.SuspendLayout();
     this.grpTests.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.udCalTarget)).BeginInit();
     this.SuspendLayout();
     //
     // grpStepByStep
     //
     this.grpStepByStep.Controls.Add(this.label3);
     this.grpStepByStep.Controls.Add(this.checkBox1);
     this.grpStepByStep.Controls.Add(this.btnCheckAll);
     this.grpStepByStep.Controls.Add(this.label22);
     this.grpStepByStep.Controls.Add(this.checkBox6);
     this.grpStepByStep.Controls.Add(this.label11);
     this.grpStepByStep.Controls.Add(this.checkBox5);
     this.grpStepByStep.Controls.Add(this.checkBox4);
     this.grpStepByStep.Controls.Add(this.label21);
     this.grpStepByStep.Controls.Add(this.btnClearCal);
     this.grpStepByStep.Controls.Add(this.label8);
     this.grpStepByStep.Controls.Add(this.checkBox2);
     this.grpStepByStep.Controls.Add(this.label19);
     this.grpStepByStep.Controls.Add(this.chkStep18);
     this.grpStepByStep.Controls.Add(this.label17);
     this.grpStepByStep.Controls.Add(this.chkStep8);
     this.grpStepByStep.Controls.Add(this.label16);
     this.grpStepByStep.Controls.Add(this.chkStep6);
     this.grpStepByStep.Controls.Add(this.label15);
     this.grpStepByStep.Controls.Add(this.chkStep4);
     this.grpStepByStep.Controls.Add(this.label14);
     this.grpStepByStep.Controls.Add(this.label13);
     this.grpStepByStep.Controls.Add(this.chkStep17);
     this.grpStepByStep.Controls.Add(this.label12);
     this.grpStepByStep.Controls.Add(this.chkStep15);
     this.grpStepByStep.Controls.Add(this.label10);
     this.grpStepByStep.Controls.Add(this.chkStep16);
     this.grpStepByStep.Controls.Add(this.chk10m);
     this.grpStepByStep.Controls.Add(this.chk12m);
     this.grpStepByStep.Controls.Add(this.chk15m);
     this.grpStepByStep.Controls.Add(this.chk17m);
     this.grpStepByStep.Controls.Add(this.chk20m);
     this.grpStepByStep.Controls.Add(this.chk30m);
     this.grpStepByStep.Controls.Add(this.chk40m);
     this.grpStepByStep.Controls.Add(this.chk60m);
     this.grpStepByStep.Controls.Add(this.chk80m);
     this.grpStepByStep.Controls.Add(this.chk160m);
     this.grpStepByStep.Controls.Add(this.label9);
     this.grpStepByStep.Controls.Add(this.chkStep13);
     this.grpStepByStep.Controls.Add(this.label7);
     this.grpStepByStep.Controls.Add(this.chkStep12);
     this.grpStepByStep.Controls.Add(this.label6);
     this.grpStepByStep.Controls.Add(this.chkStep11);
     this.grpStepByStep.Controls.Add(this.label5);
     this.grpStepByStep.Controls.Add(this.chkStep10);
     this.grpStepByStep.Controls.Add(this.label1);
     this.grpStepByStep.Controls.Add(this.chkStep7);
     this.grpStepByStep.Controls.Add(this.label4);
     this.grpStepByStep.Controls.Add(this.chkStep5);
     this.grpStepByStep.Controls.Add(this.chkStep3);
     this.grpStepByStep.Controls.Add(this.label2);
     this.grpStepByStep.Controls.Add(this.chkStep2);
     this.grpStepByStep.Controls.Add(this.label18);
     this.grpStepByStep.Controls.Add(this.chkStep9);
     this.grpStepByStep.Location = new System.Drawing.Point(16, 8);
     this.grpStepByStep.Name = "grpStepByStep";
     this.grpStepByStep.Size = new System.Drawing.Size(392, 584);
     this.grpStepByStep.TabIndex = 0;
     this.grpStepByStep.TabStop = false;
     this.grpStepByStep.Text = "Step by Step";
     //
     // label3
     //
     this.label3.Image = null;
     this.label3.Location = new System.Drawing.Point(40, 168);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(344, 23);
     this.label3.TabIndex = 66;
     this.label3.Text = "7. Adjust Gain for roughly 50W.";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // checkBox1
     //
     this.checkBox1.Image = null;
     this.checkBox1.Location = new System.Drawing.Point(16, 168);
     this.checkBox1.Name = "checkBox1";
     this.checkBox1.Size = new System.Drawing.Size(16, 24);
     this.checkBox1.TabIndex = 65;
     //
     // btnCheckAll
     //
     this.btnCheckAll.Image = null;
     this.btnCheckAll.Location = new System.Drawing.Point(304, 432);
     this.btnCheckAll.Name = "btnCheckAll";
     this.btnCheckAll.Size = new System.Drawing.Size(64, 23);
     this.btnCheckAll.TabIndex = 64;
     this.btnCheckAll.Text = "Check All";
     this.btnCheckAll.Click += new System.EventHandler(this.btnCheckAll_Click);
     //
     // label22
     //
     this.label22.Image = null;
     this.label22.Location = new System.Drawing.Point(40, 360);
     this.label22.Name = "label22";
     this.label22.Size = new System.Drawing.Size(344, 23);
     this.label22.TabIndex = 63;
     this.label22.Text = "15. Press HamFil30.  and check for <-45dBm 2nd.";
     this.label22.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // checkBox6
     //
     this.checkBox6.Image = null;
     this.checkBox6.Location = new System.Drawing.Point(16, 360);
     this.checkBox6.Name = "checkBox6";
     this.checkBox6.Size = new System.Drawing.Size(16, 24);
     this.checkBox6.TabIndex = 62;
     //
     // label11
     //
     this.label11.Image = null;
     this.label11.Location = new System.Drawing.Point(40, 336);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(344, 23);
     this.label11.TabIndex = 61;
     this.label11.Text = "14. Press HamFil60.  Adjust VR6 counter clockwise <-45dBm 2nd.";
     this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // checkBox5
     //
     this.checkBox5.Image = null;
     this.checkBox5.Location = new System.Drawing.Point(16, 336);
     this.checkBox5.Name = "checkBox5";
     this.checkBox5.Size = new System.Drawing.Size(16, 24);
     this.checkBox5.TabIndex = 60;
     //
     // checkBox4
     //
     this.checkBox4.Image = null;
     this.checkBox4.Location = new System.Drawing.Point(16, 24);
     this.checkBox4.Name = "checkBox4";
     this.checkBox4.Size = new System.Drawing.Size(16, 24);
     this.checkBox4.TabIndex = 59;
     //
     // label21
     //
     this.label21.Image = null;
     this.label21.Location = new System.Drawing.Point(40, 24);
     this.label21.Name = "label21";
     this.label21.Size = new System.Drawing.Size(344, 23);
     this.label21.TabIndex = 58;
     this.label21.Text = "1. Compress 20m Inductors";
     this.label21.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // btnClearCal
     //
     this.btnClearCal.Image = null;
     this.btnClearCal.Location = new System.Drawing.Point(304, 408);
     this.btnClearCal.Name = "btnClearCal";
     this.btnClearCal.Size = new System.Drawing.Size(64, 23);
     this.btnClearCal.TabIndex = 56;
     this.btnClearCal.Text = "Clear Cal";
     this.btnClearCal.Click += new System.EventHandler(this.btnClearCal_Click);
     //
     // label8
     //
     this.label8.Image = null;
     this.label8.Location = new System.Drawing.Point(40, 456);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(336, 23);
     this.label8.TabIndex = 55;
     this.label8.Text = "17. Press LF Test to check for LF instability on 160, 20 and 10m.";
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // checkBox2
     //
     this.checkBox2.Image = null;
     this.checkBox2.Location = new System.Drawing.Point(16, 456);
     this.checkBox2.Name = "checkBox2";
     this.checkBox2.Size = new System.Drawing.Size(16, 24);
     this.checkBox2.TabIndex = 54;
     //
     // label19
     //
     this.label19.Image = null;
     this.label19.Location = new System.Drawing.Point(40, 552);
     this.label19.Name = "label19";
     this.label19.Size = new System.Drawing.Size(336, 23);
     this.label19.TabIndex = 51;
     this.label19.Text = "21. Tighten screws.";
     this.label19.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // chkStep18
     //
     this.chkStep18.Image = null;
     this.chkStep18.Location = new System.Drawing.Point(16, 552);
     this.chkStep18.Name = "chkStep18";
     this.chkStep18.Size = new System.Drawing.Size(16, 24);
     this.chkStep18.TabIndex = 50;
     //
     // label17
     //
     this.label17.Image = null;
     this.label17.Location = new System.Drawing.Point(40, 240);
     this.label17.Name = "label17";
     this.label17.Size = new System.Drawing.Size(344, 23);
     this.label17.TabIndex = 47;
     this.label17.Text = "10. Push FWD High and match the FWD pot to Wattmeter at 100W.";
     this.label17.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // chkStep8
     //
     this.chkStep8.Image = null;
     this.chkStep8.Location = new System.Drawing.Point(16, 240);
     this.chkStep8.Name = "chkStep8";
     this.chkStep8.Size = new System.Drawing.Size(16, 24);
     this.chkStep8.TabIndex = 46;
     //
     // label16
     //
     this.label16.Image = null;
     this.label16.Location = new System.Drawing.Point(40, 144);
     this.label16.Name = "label16";
     this.label16.Size = new System.Drawing.Size(344, 23);
     this.label16.TabIndex = 45;
     this.label16.Text = "6. Switch DC to Run position.";
     this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // chkStep6
     //
     this.chkStep6.Image = null;
     this.chkStep6.Location = new System.Drawing.Point(16, 144);
     this.chkStep6.Name = "chkStep6";
     this.chkStep6.Size = new System.Drawing.Size(16, 24);
     this.chkStep6.TabIndex = 44;
     //
     // label15
     //
     this.label15.Image = null;
     this.label15.Location = new System.Drawing.Point(40, 96);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(344, 23);
     this.label15.TabIndex = 43;
     this.label15.Text = "4. Change DC switch to Bias position.";
     this.label15.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // chkStep4
     //
     this.chkStep4.Image = null;
     this.chkStep4.Location = new System.Drawing.Point(16, 96);
     this.chkStep4.Name = "chkStep4";
     this.chkStep4.Size = new System.Drawing.Size(16, 24);
     this.chkStep4.TabIndex = 42;
     //
     // label14
     //
     this.label14.Image = null;
     this.label14.Location = new System.Drawing.Point(40, 72);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(344, 23);
     this.label14.TabIndex = 41;
     this.label14.Text = "3. Preset All potentiometers fully counter clockwise except for FWD.";
     this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label13
     //
     this.label13.Image = null;
     this.label13.Location = new System.Drawing.Point(40, 528);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(336, 23);
     this.label13.TabIndex = 39;
     this.label13.Text = "20. Mark box as Quality Checked.";
     this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // chkStep17
     //
     this.chkStep17.Image = null;
     this.chkStep17.Location = new System.Drawing.Point(16, 528);
     this.chkStep17.Name = "chkStep17";
     this.chkStep17.Size = new System.Drawing.Size(16, 24);
     this.chkStep17.TabIndex = 38;
     //
     // label12
     //
     this.label12.Image = null;
     this.label12.Location = new System.Drawing.Point(40, 480);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(336, 23);
     this.label12.TabIndex = 37;
     this.label12.Text = "18. Press IMD Test button and measure IMD < -25dB.";
     this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // chkStep15
     //
     this.chkStep15.Image = null;
     this.chkStep15.Location = new System.Drawing.Point(16, 480);
     this.chkStep15.Name = "chkStep15";
     this.chkStep15.Size = new System.Drawing.Size(16, 24);
     this.chkStep15.TabIndex = 36;
     //
     // label10
     //
     this.label10.Image = null;
     this.label10.Location = new System.Drawing.Point(40, 504);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(336, 23);
     this.label10.TabIndex = 33;
     this.label10.Text = "19. Enter S/N, press Print button and place sheet in box.";
     this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // chkStep16
     //
     this.chkStep16.Image = null;
     this.chkStep16.Location = new System.Drawing.Point(16, 504);
     this.chkStep16.Name = "chkStep16";
     this.chkStep16.Size = new System.Drawing.Size(16, 24);
     this.chkStep16.TabIndex = 32;
     //
     // chk10m
     //
     this.chk10m.Image = null;
     this.chk10m.Location = new System.Drawing.Point(248, 432);
     this.chk10m.Name = "chk10m";
     this.chk10m.Size = new System.Drawing.Size(48, 24);
     this.chk10m.TabIndex = 31;
     this.chk10m.Text = "10m";
     //
     // chk12m
     //
     this.chk12m.Image = null;
     this.chk12m.Location = new System.Drawing.Point(200, 432);
     this.chk12m.Name = "chk12m";
     this.chk12m.Size = new System.Drawing.Size(48, 24);
     this.chk12m.TabIndex = 30;
     this.chk12m.Text = "12m";
     //
     // chk15m
     //
     this.chk15m.Image = null;
     this.chk15m.Location = new System.Drawing.Point(152, 432);
     this.chk15m.Name = "chk15m";
     this.chk15m.Size = new System.Drawing.Size(48, 24);
     this.chk15m.TabIndex = 29;
     this.chk15m.Text = "15m";
     //
     // chk17m
     //
     this.chk17m.Image = null;
     this.chk17m.Location = new System.Drawing.Point(104, 432);
     this.chk17m.Name = "chk17m";
     this.chk17m.Size = new System.Drawing.Size(48, 24);
     this.chk17m.TabIndex = 28;
     this.chk17m.Text = "17m";
     //
     // chk20m
     //
     this.chk20m.Image = null;
     this.chk20m.Location = new System.Drawing.Point(48, 432);
     this.chk20m.Name = "chk20m";
     this.chk20m.Size = new System.Drawing.Size(48, 24);
     this.chk20m.TabIndex = 27;
     this.chk20m.Text = "20m";
     //
     // chk30m
     //
     this.chk30m.Image = null;
     this.chk30m.Location = new System.Drawing.Point(248, 408);
     this.chk30m.Name = "chk30m";
     this.chk30m.Size = new System.Drawing.Size(48, 24);
     this.chk30m.TabIndex = 26;
     this.chk30m.Text = "30m";
     //
     // chk40m
     //
     this.chk40m.Image = null;
     this.chk40m.Location = new System.Drawing.Point(200, 408);
     this.chk40m.Name = "chk40m";
     this.chk40m.Size = new System.Drawing.Size(48, 24);
     this.chk40m.TabIndex = 25;
     this.chk40m.Text = "40m";
     //
     // chk60m
     //
     this.chk60m.Image = null;
     this.chk60m.Location = new System.Drawing.Point(152, 408);
     this.chk60m.Name = "chk60m";
     this.chk60m.Size = new System.Drawing.Size(48, 24);
     this.chk60m.TabIndex = 24;
     this.chk60m.Text = "60m";
     //
     // chk80m
     //
     this.chk80m.Image = null;
     this.chk80m.Location = new System.Drawing.Point(104, 408);
     this.chk80m.Name = "chk80m";
     this.chk80m.Size = new System.Drawing.Size(48, 24);
     this.chk80m.TabIndex = 23;
     this.chk80m.Text = "80m";
     //
     // chk160m
     //
     this.chk160m.Image = null;
     this.chk160m.Location = new System.Drawing.Point(48, 408);
     this.chk160m.Name = "chk160m";
     this.chk160m.Size = new System.Drawing.Size(56, 24);
     this.chk160m.TabIndex = 22;
     this.chk160m.Text = "160m";
     //
     // label9
     //
     this.label9.Image = null;
     this.label9.Location = new System.Drawing.Point(40, 384);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(344, 23);
     this.label9.TabIndex = 21;
     this.label9.Text = "16. Press Gain Cal button to calibrate unselected bands below.";
     this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // chkStep13
     //
     this.chkStep13.Image = null;
     this.chkStep13.Location = new System.Drawing.Point(16, 384);
     this.chkStep13.Name = "chkStep13";
     this.chkStep13.Size = new System.Drawing.Size(16, 24);
     this.chkStep13.TabIndex = 20;
     //
     // label7
     //
     this.label7.Image = null;
     this.label7.Location = new System.Drawing.Point(40, 312);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(344, 23);
     this.label7.TabIndex = 17;
     this.label7.Text = "13. Switch to single dummy load.";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // chkStep12
     //
     this.chkStep12.Image = null;
     this.chkStep12.Location = new System.Drawing.Point(16, 312);
     this.chkStep12.Name = "chkStep12";
     this.chkStep12.Size = new System.Drawing.Size(16, 24);
     this.chkStep12.TabIndex = 16;
     //
     // label6
     //
     this.label6.Image = null;
     this.label6.Location = new System.Drawing.Point(40, 288);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(344, 23);
     this.label6.TabIndex = 15;
     this.label6.Text = "12. Press SWR Cal button and adjust REV pot to 2:1 SWR.";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // chkStep11
     //
     this.chkStep11.Image = null;
     this.chkStep11.Location = new System.Drawing.Point(16, 288);
     this.chkStep11.Name = "chkStep11";
     this.chkStep11.Size = new System.Drawing.Size(16, 24);
     this.chkStep11.TabIndex = 14;
     //
     // label5
     //
     this.label5.Image = null;
     this.label5.Location = new System.Drawing.Point(40, 264);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(344, 23);
     this.label5.TabIndex = 13;
     this.label5.Text = "11. Switch to parallel dummy load.";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // chkStep10
     //
     this.chkStep10.Image = null;
     this.chkStep10.Location = new System.Drawing.Point(16, 264);
     this.chkStep10.Name = "chkStep10";
     this.chkStep10.Size = new System.Drawing.Size(16, 24);
     this.chkStep10.TabIndex = 12;
     //
     // label1
     //
     this.label1.Image = null;
     this.label1.Location = new System.Drawing.Point(40, 216);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(344, 23);
     this.label1.TabIndex = 11;
     this.label1.Text = "9. Push FWD Low button and match the FWD pot to Wattmeter.";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // chkStep7
     //
     this.chkStep7.Image = null;
     this.chkStep7.Location = new System.Drawing.Point(16, 216);
     this.chkStep7.Name = "chkStep7";
     this.chkStep7.Size = new System.Drawing.Size(16, 24);
     this.chkStep7.TabIndex = 10;
     //
     // label4
     //
     this.label4.Image = null;
     this.label4.Location = new System.Drawing.Point(40, 120);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(344, 23);
     this.label4.TabIndex = 9;
     this.label4.Text = "5. Push Bias Set button and set the Bias.";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // chkStep5
     //
     this.chkStep5.Image = null;
     this.chkStep5.Location = new System.Drawing.Point(16, 120);
     this.chkStep5.Name = "chkStep5";
     this.chkStep5.Size = new System.Drawing.Size(16, 24);
     this.chkStep5.TabIndex = 8;
     //
     // chkStep3
     //
     this.chkStep3.Image = null;
     this.chkStep3.Location = new System.Drawing.Point(16, 72);
     this.chkStep3.Name = "chkStep3";
     this.chkStep3.Size = new System.Drawing.Size(16, 24);
     this.chkStep3.TabIndex = 6;
     //
     // label2
     //
     this.label2.Image = null;
     this.label2.Location = new System.Drawing.Point(40, 48);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(344, 23);
     this.label2.TabIndex = 5;
     this.label2.Text = "2. Verify that R1 and R2 are spaced properly.";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // chkStep2
     //
     this.chkStep2.Image = null;
     this.chkStep2.Location = new System.Drawing.Point(16, 48);
     this.chkStep2.Name = "chkStep2";
     this.chkStep2.Size = new System.Drawing.Size(16, 24);
     this.chkStep2.TabIndex = 4;
     //
     // label18
     //
     this.label18.Image = null;
     this.label18.Location = new System.Drawing.Point(40, 192);
     this.label18.Name = "label18";
     this.label18.Size = new System.Drawing.Size(344, 23);
     this.label18.TabIndex = 49;
     this.label18.Text = "8. Press FWD Low and Null REV diode on scope.";
     this.label18.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // chkStep9
     //
     this.chkStep9.Image = null;
     this.chkStep9.Location = new System.Drawing.Point(16, 192);
     this.chkStep9.Name = "chkStep9";
     this.chkStep9.Size = new System.Drawing.Size(16, 24);
     this.chkStep9.TabIndex = 48;
     //
     // checkBox3
     //
     this.checkBox3.Image = null;
     this.checkBox3.Location = new System.Drawing.Point(0, 0);
     this.checkBox3.Name = "checkBox3";
     this.checkBox3.TabIndex = 0;
     //
     // chkBiasSet
     //
     this.chkBiasSet.Appearance = System.Windows.Forms.Appearance.Button;
     this.chkBiasSet.Image = null;
     this.chkBiasSet.Location = new System.Drawing.Point(16, 24);
     this.chkBiasSet.Name = "chkBiasSet";
     this.chkBiasSet.Size = new System.Drawing.Size(80, 24);
     this.chkBiasSet.TabIndex = 1;
     this.chkBiasSet.Text = "Bias Set";
     this.chkBiasSet.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.chkBiasSet.CheckedChanged += new System.EventHandler(this.chkBiasSet_CheckedChanged);
     //
     // chkFWDLow
     //
     this.chkFWDLow.Appearance = System.Windows.Forms.Appearance.Button;
     this.chkFWDLow.Image = null;
     this.chkFWDLow.Location = new System.Drawing.Point(16, 184);
     this.chkFWDLow.Name = "chkFWDLow";
     this.chkFWDLow.Size = new System.Drawing.Size(80, 24);
     this.chkFWDLow.TabIndex = 12;
     this.chkFWDLow.Text = "FWD Low";
     this.chkFWDLow.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.chkFWDLow.CheckedChanged += new System.EventHandler(this.chkFWDLow_CheckedChanged);
     //
     // grpTests
     //
     this.grpTests.Controls.Add(this.chkHarm60);
     this.grpTests.Controls.Add(this.chkFWDHigh);
     this.grpTests.Controls.Add(this.chkIMDTest);
     this.grpTests.Controls.Add(this.chkLFTest);
     this.grpTests.Controls.Add(this.btnGainCal);
     this.grpTests.Controls.Add(this.btnBandSweep);
     this.grpTests.Controls.Add(this.chkSWRCal);
     this.grpTests.Controls.Add(this.chkBiasSet);
     this.grpTests.Controls.Add(this.chkFWDLow);
     this.grpTests.Controls.Add(this.chkHarm30);
     this.grpTests.Controls.Add(this.btnHarmFil30);
     this.grpTests.Controls.Add(this.btnHarmFil60);
     this.grpTests.Location = new System.Drawing.Point(416, 8);
     this.grpTests.Name = "grpTests";
     this.grpTests.Size = new System.Drawing.Size(112, 416);
     this.grpTests.TabIndex = 1;
     this.grpTests.TabStop = false;
     this.grpTests.Text = "Tests";
     //
     // chkHarm60
     //
     this.chkHarm60.Appearance = System.Windows.Forms.Appearance.Button;
     this.chkHarm60.Image = null;
     this.chkHarm60.Location = new System.Drawing.Point(16, 88);
     this.chkHarm60.Name = "chkHarm60";
     this.chkHarm60.Size = new System.Drawing.Size(80, 24);
     this.chkHarm60.TabIndex = 21;
     this.chkHarm60.Text = "Harm 60";
     this.chkHarm60.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.chkHarm60.CheckedChanged += new System.EventHandler(this.chkHarm60_CheckedChanged);
     //
     // chkFWDHigh
     //
     this.chkFWDHigh.Appearance = System.Windows.Forms.Appearance.Button;
     this.chkFWDHigh.Image = null;
     this.chkFWDHigh.Location = new System.Drawing.Point(16, 216);
     this.chkFWDHigh.Name = "chkFWDHigh";
     this.chkFWDHigh.Size = new System.Drawing.Size(80, 24);
     this.chkFWDHigh.TabIndex = 19;
     this.chkFWDHigh.Text = "FWD High";
     this.chkFWDHigh.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.chkFWDHigh.CheckedChanged += new System.EventHandler(this.chkFWDHigh_CheckedChanged);
     //
     // chkIMDTest
     //
     this.chkIMDTest.Appearance = System.Windows.Forms.Appearance.Button;
     this.chkIMDTest.Image = null;
     this.chkIMDTest.Location = new System.Drawing.Point(16, 376);
     this.chkIMDTest.Name = "chkIMDTest";
     this.chkIMDTest.Size = new System.Drawing.Size(80, 24);
     this.chkIMDTest.TabIndex = 18;
     this.chkIMDTest.Text = "IMD Test";
     this.chkIMDTest.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.chkIMDTest.CheckedChanged += new System.EventHandler(this.chkIMDTest_CheckedChanged);
     //
     // chkLFTest
     //
     this.chkLFTest.Appearance = System.Windows.Forms.Appearance.Button;
     this.chkLFTest.Image = null;
     this.chkLFTest.Location = new System.Drawing.Point(16, 344);
     this.chkLFTest.Name = "chkLFTest";
     this.chkLFTest.Size = new System.Drawing.Size(80, 24);
     this.chkLFTest.TabIndex = 17;
     this.chkLFTest.Text = "LF Test";
     this.chkLFTest.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.chkLFTest.CheckedChanged += new System.EventHandler(this.chkLFTest_CheckedChanged);
     //
     // btnGainCal
     //
     this.btnGainCal.Image = null;
     this.btnGainCal.Location = new System.Drawing.Point(16, 312);
     this.btnGainCal.Name = "btnGainCal";
     this.btnGainCal.Size = new System.Drawing.Size(80, 23);
     this.btnGainCal.TabIndex = 16;
     this.btnGainCal.Text = "Gain Cal";
     this.btnGainCal.Click += new System.EventHandler(this.btnGainCal_Click);
     //
     // btnBandSweep
     //
     this.btnBandSweep.Image = null;
     this.btnBandSweep.Location = new System.Drawing.Point(16, 280);
     this.btnBandSweep.Name = "btnBandSweep";
     this.btnBandSweep.Size = new System.Drawing.Size(80, 23);
     this.btnBandSweep.TabIndex = 15;
     this.btnBandSweep.Text = "Band Sweep";
     this.btnBandSweep.Click += new System.EventHandler(this.btnBandSweep_Click);
     //
     // chkSWRCal
     //
     this.chkSWRCal.Appearance = System.Windows.Forms.Appearance.Button;
     this.chkSWRCal.Image = null;
     this.chkSWRCal.Location = new System.Drawing.Point(16, 248);
     this.chkSWRCal.Name = "chkSWRCal";
     this.chkSWRCal.Size = new System.Drawing.Size(80, 24);
     this.chkSWRCal.TabIndex = 13;
     this.chkSWRCal.Text = "SWR Cal";
     this.chkSWRCal.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.chkSWRCal.CheckedChanged += new System.EventHandler(this.chkSWRCal_CheckedChanged);
     //
     // chkHarm30
     //
     this.chkHarm30.Appearance = System.Windows.Forms.Appearance.Button;
     this.chkHarm30.Image = null;
     this.chkHarm30.Location = new System.Drawing.Point(16, 56);
     this.chkHarm30.Name = "chkHarm30";
     this.chkHarm30.Size = new System.Drawing.Size(80, 24);
     this.chkHarm30.TabIndex = 20;
     this.chkHarm30.Text = "Harm 30";
     this.chkHarm30.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.chkHarm30.CheckedChanged += new System.EventHandler(this.chkHarm30_CheckedChanged);
     //
     // btnHarmFil30
     //
     this.btnHarmFil30.Location = new System.Drawing.Point(16, 120);
     this.btnHarmFil30.Name = "btnHarmFil30";
     this.btnHarmFil30.Size = new System.Drawing.Size(80, 23);
     this.btnHarmFil30.TabIndex = 67;
     this.btnHarmFil30.Text = "Harm Fil 30";
     this.btnHarmFil30.Click += new System.EventHandler(this.btnHarmFil30_Click);
     //
     // btnHarmFil60
     //
     this.btnHarmFil60.Location = new System.Drawing.Point(16, 152);
     this.btnHarmFil60.Name = "btnHarmFil60";
     this.btnHarmFil60.Size = new System.Drawing.Size(80, 23);
     this.btnHarmFil60.TabIndex = 68;
     this.btnHarmFil60.Text = "Harm Fil 60";
     this.btnHarmFil60.Click += new System.EventHandler(this.btnHarmFil60_Click);
     //
     // btnPrint
     //
     this.btnPrint.Image = null;
     this.btnPrint.Location = new System.Drawing.Point(432, 528);
     this.btnPrint.Name = "btnPrint";
     this.btnPrint.TabIndex = 2;
     this.btnPrint.Text = "Print Cal";
     this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
     //
     // printDocument1
     //
     this.printDocument1.PrintPage += new System.Drawing.Printing.PrintPageEventHandler(this.printDocument1_PrintPage);
     //
     // txtSerialNum
     //
     this.txtSerialNum.Location = new System.Drawing.Point(424, 496);
     this.txtSerialNum.Name = "txtSerialNum";
     this.txtSerialNum.Size = new System.Drawing.Size(88, 20);
     this.txtSerialNum.TabIndex = 3;
     this.txtSerialNum.Text = "";
     //
     // btnClearAll
     //
     this.btnClearAll.Image = null;
     this.btnClearAll.Location = new System.Drawing.Point(432, 560);
     this.btnClearAll.Name = "btnClearAll";
     this.btnClearAll.TabIndex = 4;
     this.btnClearAll.Text = "Clear All";
     this.btnClearAll.Click += new System.EventHandler(this.btnClearAll_Click);
     //
     // printPreviewDialog1
     //
     this.printPreviewDialog1.AutoScrollMargin = new System.Drawing.Size(0, 0);
     this.printPreviewDialog1.AutoScrollMinSize = new System.Drawing.Size(0, 0);
     this.printPreviewDialog1.ClientSize = new System.Drawing.Size(400, 300);
     this.printPreviewDialog1.Enabled = true;
     this.printPreviewDialog1.Icon = ((System.Drawing.Icon)(resources.GetObject("printPreviewDialog1.Icon")));
     this.printPreviewDialog1.Location = new System.Drawing.Point(256, 21);
     this.printPreviewDialog1.MinimumSize = new System.Drawing.Size(375, 250);
     this.printPreviewDialog1.Name = "printPreviewDialog1";
     this.printPreviewDialog1.TransparencyKey = System.Drawing.Color.Empty;
     this.printPreviewDialog1.Visible = false;
     //
     // label20
     //
     this.label20.Image = null;
     this.label20.Location = new System.Drawing.Point(424, 480);
     this.label20.Name = "label20";
     this.label20.Size = new System.Drawing.Size(88, 16);
     this.label20.TabIndex = 5;
     this.label20.Text = "Serial Number";
     //
     // timer_LF_test
     //
     this.timer_LF_test.Tick += new System.EventHandler(this.timer_LF_test_Tick);
     //
     // udCalTarget
     //
     this.udCalTarget.Increment = new System.Decimal(new int[] {
                                                                   1,
                                                                   0,
                                                                   0,
                                                                   0});
     this.udCalTarget.Location = new System.Drawing.Point(440, 448);
     this.udCalTarget.Maximum = new System.Decimal(new int[] {
                                                                 100,
                                                                 0,
                                                                 0,
                                                                 0});
     this.udCalTarget.Minimum = new System.Decimal(new int[] {
                                                                 10,
                                                                 0,
                                                                 0,
                                                                 0});
     this.udCalTarget.Name = "udCalTarget";
     this.udCalTarget.Size = new System.Drawing.Size(56, 20);
     this.udCalTarget.TabIndex = 6;
     this.udCalTarget.Value = new System.Decimal(new int[] {
                                                               75,
                                                               0,
                                                               0,
                                                               0});
     //
     // label23
     //
     this.label23.Image = null;
     this.label23.Location = new System.Drawing.Point(440, 432);
     this.label23.Name = "label23";
     this.label23.Size = new System.Drawing.Size(64, 16);
     this.label23.TabIndex = 7;
     this.label23.Text = "Cal Target:";
     //
     // PAQualify
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(544, 598);
     this.Controls.Add(this.label23);
     this.Controls.Add(this.udCalTarget);
     this.Controls.Add(this.label20);
     this.Controls.Add(this.btnClearAll);
     this.Controls.Add(this.txtSerialNum);
     this.Controls.Add(this.btnPrint);
     this.Controls.Add(this.grpTests);
     this.Controls.Add(this.grpStepByStep);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "PAQualify";
     this.Text = "SDR-100WPA Qualification";
     this.grpStepByStep.ResumeLayout(false);
     this.grpTests.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.udCalTarget)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #41
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(FLEX1500MixerForm));
     this.toolTip1          = new System.Windows.Forms.ToolTip(this.components);
     this.btnCodecDump      = new System.Windows.Forms.ButtonTS();
     this.grpOutput         = new System.Windows.Forms.GroupBoxTS();
     this.lblFlexWireOut    = new System.Windows.Forms.LabelTS();
     this.chkFlexWireOutSel = new System.Windows.Forms.CheckBoxTS();
     this.tbFlexWireOut     = new System.Windows.Forms.TrackBarTS();
     this.lblPhones         = new System.Windows.Forms.LabelTS();
     this.chkPhonesSel      = new System.Windows.Forms.CheckBoxTS();
     this.tbPhones          = new System.Windows.Forms.TrackBarTS();
     this.chkOutputMuteAll  = new System.Windows.Forms.CheckBoxTS();
     this.grpInput          = new System.Windows.Forms.GroupBoxTS();
     this.chkInputMuteAll   = new System.Windows.Forms.CheckBoxTS();
     this.lblFlexWireIn     = new System.Windows.Forms.LabelTS();
     this.chkFlexWireInSel  = new System.Windows.Forms.CheckBoxTS();
     this.tbFlexWireIn      = new System.Windows.Forms.TrackBarTS();
     this.lblMic            = new System.Windows.Forms.LabelTS();
     this.chkMicSel         = new System.Windows.Forms.CheckBoxTS();
     this.tbMic             = new System.Windows.Forms.TrackBarTS();
     this.grpOutput.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tbFlexWireOut)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbPhones)).BeginInit();
     this.grpInput.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tbFlexWireIn)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbMic)).BeginInit();
     this.SuspendLayout();
     //
     // btnCodecDump
     //
     this.btnCodecDump.Image    = null;
     this.btnCodecDump.Location = new System.Drawing.Point(76, -4);
     this.btnCodecDump.Name     = "btnCodecDump";
     this.btnCodecDump.Size     = new System.Drawing.Size(75, 23);
     this.btnCodecDump.TabIndex = 4;
     this.btnCodecDump.Text     = "Dump";
     this.btnCodecDump.UseVisualStyleBackColor = true;
     this.btnCodecDump.Visible = false;
     this.btnCodecDump.Click  += new System.EventHandler(this.btnCodecDump_Click);
     //
     // grpOutput
     //
     this.grpOutput.Controls.Add(this.lblFlexWireOut);
     this.grpOutput.Controls.Add(this.chkFlexWireOutSel);
     this.grpOutput.Controls.Add(this.tbFlexWireOut);
     this.grpOutput.Controls.Add(this.lblPhones);
     this.grpOutput.Controls.Add(this.chkPhonesSel);
     this.grpOutput.Controls.Add(this.tbPhones);
     this.grpOutput.Controls.Add(this.chkOutputMuteAll);
     this.grpOutput.Location = new System.Drawing.Point(136, 8);
     this.grpOutput.Name     = "grpOutput";
     this.grpOutput.Size     = new System.Drawing.Size(137, 216);
     this.grpOutput.TabIndex = 3;
     this.grpOutput.TabStop  = false;
     this.grpOutput.Text     = "Output";
     //
     // lblFlexWireOut
     //
     this.lblFlexWireOut.Image     = null;
     this.lblFlexWireOut.Location  = new System.Drawing.Point(78, 24);
     this.lblFlexWireOut.Name      = "lblFlexWireOut";
     this.lblFlexWireOut.Size      = new System.Drawing.Size(49, 32);
     this.lblFlexWireOut.TabIndex  = 22;
     this.lblFlexWireOut.Text      = "FlexWire Out";
     this.lblFlexWireOut.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // chkFlexWireOutSel
     //
     this.chkFlexWireOutSel.Checked           = true;
     this.chkFlexWireOutSel.CheckState        = System.Windows.Forms.CheckState.Checked;
     this.chkFlexWireOutSel.Image             = null;
     this.chkFlexWireOutSel.Location          = new System.Drawing.Point(94, 144);
     this.chkFlexWireOutSel.Name              = "chkFlexWireOutSel";
     this.chkFlexWireOutSel.Size              = new System.Drawing.Size(16, 24);
     this.chkFlexWireOutSel.TabIndex          = 21;
     this.chkFlexWireOutSel.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.toolTip1.SetToolTip(this.chkFlexWireOutSel, "Selects/Unselects the FlexWire Line Out Output");
     this.chkFlexWireOutSel.CheckedChanged += new System.EventHandler(this.chkFlexWireOutSel_CheckedChanged);
     //
     // tbFlexWireOut
     //
     this.tbFlexWireOut.Location      = new System.Drawing.Point(82, 48);
     this.tbFlexWireOut.Maximum       = 127;
     this.tbFlexWireOut.Name          = "tbFlexWireOut";
     this.tbFlexWireOut.Orientation   = System.Windows.Forms.Orientation.Vertical;
     this.tbFlexWireOut.Size          = new System.Drawing.Size(45, 104);
     this.tbFlexWireOut.TabIndex      = 20;
     this.tbFlexWireOut.TickFrequency = 16;
     this.tbFlexWireOut.TickStyle     = System.Windows.Forms.TickStyle.Both;
     this.toolTip1.SetToolTip(this.tbFlexWireOut, "Adjusts the FlexWire Out Volume");
     this.tbFlexWireOut.Value   = 95;
     this.tbFlexWireOut.Scroll += new System.EventHandler(this.tbFlexWireOut_Scroll);
     //
     // lblPhones
     //
     this.lblPhones.Image     = null;
     this.lblPhones.Location  = new System.Drawing.Point(16, 24);
     this.lblPhones.Name      = "lblPhones";
     this.lblPhones.Size      = new System.Drawing.Size(56, 32);
     this.lblPhones.TabIndex  = 16;
     this.lblPhones.Text      = "Phones";
     this.lblPhones.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // chkPhonesSel
     //
     this.chkPhonesSel.Checked           = true;
     this.chkPhonesSel.CheckState        = System.Windows.Forms.CheckState.Checked;
     this.chkPhonesSel.Image             = null;
     this.chkPhonesSel.Location          = new System.Drawing.Point(40, 144);
     this.chkPhonesSel.Name              = "chkPhonesSel";
     this.chkPhonesSel.Size              = new System.Drawing.Size(16, 24);
     this.chkPhonesSel.TabIndex          = 15;
     this.chkPhonesSel.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.toolTip1.SetToolTip(this.chkPhonesSel, "Selects/Unselects the Phones Output");
     this.chkPhonesSel.CheckedChanged += new System.EventHandler(this.chkPhonesSel_CheckedChanged);
     //
     // tbPhones
     //
     this.tbPhones.Location      = new System.Drawing.Point(24, 48);
     this.tbPhones.Maximum       = 127;
     this.tbPhones.Name          = "tbPhones";
     this.tbPhones.Orientation   = System.Windows.Forms.Orientation.Vertical;
     this.tbPhones.Size          = new System.Drawing.Size(45, 104);
     this.tbPhones.TabIndex      = 14;
     this.tbPhones.TickFrequency = 16;
     this.tbPhones.TickStyle     = System.Windows.Forms.TickStyle.Both;
     this.toolTip1.SetToolTip(this.tbPhones, "Adjusts the Phones Volume");
     this.tbPhones.Value   = 95;
     this.tbPhones.Scroll += new System.EventHandler(this.tbPhones_Scroll);
     //
     // chkOutputMuteAll
     //
     this.chkOutputMuteAll.Appearance = System.Windows.Forms.Appearance.Button;
     this.chkOutputMuteAll.Image      = null;
     this.chkOutputMuteAll.Location   = new System.Drawing.Point(19, 176);
     this.chkOutputMuteAll.Name       = "chkOutputMuteAll";
     this.chkOutputMuteAll.Size       = new System.Drawing.Size(103, 24);
     this.chkOutputMuteAll.TabIndex   = 13;
     this.chkOutputMuteAll.Text       = "Mute All Outputs";
     this.chkOutputMuteAll.TextAlign  = System.Drawing.ContentAlignment.MiddleCenter;
     this.toolTip1.SetToolTip(this.chkOutputMuteAll, "Mute All Output Lines");
     this.chkOutputMuteAll.CheckedChanged += new System.EventHandler(this.chkOutputMuteAll_CheckedChanged);
     //
     // grpInput
     //
     this.grpInput.Controls.Add(this.chkInputMuteAll);
     this.grpInput.Controls.Add(this.lblFlexWireIn);
     this.grpInput.Controls.Add(this.chkFlexWireInSel);
     this.grpInput.Controls.Add(this.tbFlexWireIn);
     this.grpInput.Controls.Add(this.lblMic);
     this.grpInput.Controls.Add(this.chkMicSel);
     this.grpInput.Controls.Add(this.tbMic);
     this.grpInput.Location = new System.Drawing.Point(8, 8);
     this.grpInput.Name     = "grpInput";
     this.grpInput.Size     = new System.Drawing.Size(120, 216);
     this.grpInput.TabIndex = 2;
     this.grpInput.TabStop  = false;
     this.grpInput.Text     = "Input";
     //
     // chkInputMuteAll
     //
     this.chkInputMuteAll.Appearance = System.Windows.Forms.Appearance.Button;
     this.chkInputMuteAll.Image      = null;
     this.chkInputMuteAll.Location   = new System.Drawing.Point(16, 176);
     this.chkInputMuteAll.Name       = "chkInputMuteAll";
     this.chkInputMuteAll.Size       = new System.Drawing.Size(88, 24);
     this.chkInputMuteAll.TabIndex   = 12;
     this.chkInputMuteAll.Text       = "Mute All Inputs";
     this.chkInputMuteAll.TextAlign  = System.Drawing.ContentAlignment.MiddleCenter;
     this.toolTip1.SetToolTip(this.chkInputMuteAll, "Mute All Input Lines");
     this.chkInputMuteAll.CheckedChanged += new System.EventHandler(this.chkInputMuteAll_CheckedChanged);
     //
     // lblFlexWireIn
     //
     this.lblFlexWireIn.Image     = null;
     this.lblFlexWireIn.Location  = new System.Drawing.Point(64, 24);
     this.lblFlexWireIn.Name      = "lblFlexWireIn";
     this.lblFlexWireIn.Size      = new System.Drawing.Size(49, 24);
     this.lblFlexWireIn.TabIndex  = 11;
     this.lblFlexWireIn.Text      = "FlexWire In";
     this.lblFlexWireIn.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     this.toolTip1.SetToolTip(this.lblFlexWireIn, "FlexWire Audio Input (DB9 on back panel)");
     //
     // chkFlexWireInSel
     //
     this.chkFlexWireInSel.Image             = null;
     this.chkFlexWireInSel.Location          = new System.Drawing.Point(81, 144);
     this.chkFlexWireInSel.Name              = "chkFlexWireInSel";
     this.chkFlexWireInSel.Size              = new System.Drawing.Size(16, 24);
     this.chkFlexWireInSel.TabIndex          = 10;
     this.chkFlexWireInSel.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.toolTip1.SetToolTip(this.chkFlexWireInSel, "Selects/Unselects the Line In DB9 Input");
     this.chkFlexWireInSel.CheckedChanged += new System.EventHandler(this.chkFlexWireInSel_CheckedChanged);
     //
     // tbFlexWireIn
     //
     this.tbFlexWireIn.Location      = new System.Drawing.Point(68, 48);
     this.tbFlexWireIn.Maximum       = 119;
     this.tbFlexWireIn.Name          = "tbFlexWireIn";
     this.tbFlexWireIn.Orientation   = System.Windows.Forms.Orientation.Vertical;
     this.tbFlexWireIn.Size          = new System.Drawing.Size(45, 104);
     this.tbFlexWireIn.TabIndex      = 9;
     this.tbFlexWireIn.TickFrequency = 20;
     this.tbFlexWireIn.TickStyle     = System.Windows.Forms.TickStyle.Both;
     this.toolTip1.SetToolTip(this.tbFlexWireIn, "Adjusts the FlexWire Line Input Gain");
     this.tbFlexWireIn.Value   = 60;
     this.tbFlexWireIn.Scroll += new System.EventHandler(this.tbFlexWireIn_Scroll);
     //
     // lblMic
     //
     this.lblMic.Image     = null;
     this.lblMic.Location  = new System.Drawing.Point(16, 24);
     this.lblMic.Name      = "lblMic";
     this.lblMic.Size      = new System.Drawing.Size(45, 24);
     this.lblMic.TabIndex  = 2;
     this.lblMic.Text      = "Mic";
     this.lblMic.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     this.toolTip1.SetToolTip(this.lblMic, "8 Pin front panel connector");
     //
     // chkMicSel
     //
     this.chkMicSel.Checked           = true;
     this.chkMicSel.CheckState        = System.Windows.Forms.CheckState.Checked;
     this.chkMicSel.Image             = null;
     this.chkMicSel.Location          = new System.Drawing.Point(30, 144);
     this.chkMicSel.Name              = "chkMicSel";
     this.chkMicSel.Size              = new System.Drawing.Size(16, 24);
     this.chkMicSel.TabIndex          = 1;
     this.chkMicSel.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.toolTip1.SetToolTip(this.chkMicSel, "Selects/Unselects the Mic Input");
     this.chkMicSel.CheckedChanged += new System.EventHandler(this.chkMicSel_CheckedChanged);
     //
     // tbMic
     //
     this.tbMic.Location      = new System.Drawing.Point(16, 48);
     this.tbMic.Maximum       = 119;
     this.tbMic.Name          = "tbMic";
     this.tbMic.Orientation   = System.Windows.Forms.Orientation.Vertical;
     this.tbMic.Size          = new System.Drawing.Size(45, 104);
     this.tbMic.TabIndex      = 0;
     this.tbMic.TickFrequency = 20;
     this.tbMic.TickStyle     = System.Windows.Forms.TickStyle.Both;
     this.toolTip1.SetToolTip(this.tbMic, "Adjusts the Mic Input Gain");
     this.tbMic.Value   = 60;
     this.tbMic.Scroll += new System.EventHandler(this.tbMic_Scroll);
     //
     // FLEX1500MixerForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(281, 230);
     this.Controls.Add(this.btnCodecDump);
     this.Controls.Add(this.grpOutput);
     this.Controls.Add(this.grpInput);
     this.Icon       = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.KeyPreview = true;
     this.Name       = "FLEX1500MixerForm";
     this.Text       = "FLEX-1500 Audio Mixer";
     this.Closing   += new System.ComponentModel.CancelEventHandler(this.FLEX1500MixerForm_Closing);
     this.KeyDown   += new System.Windows.Forms.KeyEventHandler(this.FLEX1500MixerForm_KeyDown);
     this.grpOutput.ResumeLayout(false);
     this.grpOutput.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tbFlexWireOut)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbPhones)).EndInit();
     this.grpInput.ResumeLayout(false);
     this.grpInput.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tbFlexWireIn)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbMic)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #42
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);
 }
Beispiel #43
0
		/// <summary> Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			this.txtUser = new System.Windows.Forms.TextBoxTS();
			this.lblUser = new System.Windows.Forms.LabelTS();
			this.lblPass = new System.Windows.Forms.LabelTS();
			this.txtPass = new System.Windows.Forms.TextBoxTS();
			this.btnSubmit = new System.Windows.Forms.ButtonTS();
			this.statusBar1 = new System.Windows.Forms.StatusBar();
			this.SuspendLayout();
			// 
			// txtUser
			// 
			this.txtUser.Location = new System.Drawing.Point(88, 16);
			this.txtUser.Name = "txtUser";
			this.txtUser.Size = new System.Drawing.Size(128, 20);
			this.txtUser.TabIndex = 0;
			this.txtUser.Text = "";
			// 
			// lblUser
			// 
			this.lblUser.Location = new System.Drawing.Point(8, 16);
			this.lblUser.Name = "lblUser";
			this.lblUser.Size = new System.Drawing.Size(72, 16);
			this.lblUser.TabIndex = 1;
			this.lblUser.Text = "User Name:";
			// 
			// lblPass
			// 
			this.lblPass.Location = new System.Drawing.Point(8, 40);
			this.lblPass.Name = "lblPass";
			this.lblPass.Size = new System.Drawing.Size(72, 16);
			this.lblPass.TabIndex = 3;
			this.lblPass.Text = "Password:"******"txtPass";
			this.txtPass.PasswordChar = '*';
			this.txtPass.Size = new System.Drawing.Size(128, 20);
			this.txtPass.TabIndex = 2;
			this.txtPass.Text = "";
			// 
			// btnSubmit
			// 
			this.btnSubmit.Location = new System.Drawing.Point(80, 80);
			this.btnSubmit.Name = "btnSubmit";
			this.btnSubmit.TabIndex = 4;
			this.btnSubmit.Text = "Submit";
			this.btnSubmit.Click += new System.EventHandler(this.btnSubmit_Click);
			// 
			// statusBar1
			// 
			this.statusBar1.Location = new System.Drawing.Point(0, 110);
			this.statusBar1.Name = "statusBar1";
			this.statusBar1.Size = new System.Drawing.Size(232, 22);
			this.statusBar1.TabIndex = 5;
			// 
			// UserPass
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(232, 132);
			this.Controls.Add(this.statusBar1);
			this.Controls.Add(this.btnSubmit);
			this.Controls.Add(this.lblPass);
			this.Controls.Add(this.txtPass);
			this.Controls.Add(this.lblUser);
			this.Controls.Add(this.txtUser);
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
			this.MinimizeBox = false;
			this.Name = "UserPass";
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Logon";
			this.ResumeLayout(false);

		}
Beispiel #44
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(FLEX3000MixerForm));
     this.toolTip1         = new System.Windows.Forms.ToolTip(this.components);
     this.chkLineOutDB9Sel = new System.Windows.Forms.CheckBoxTS();
     this.tbLineOutDB9     = new System.Windows.Forms.TrackBarTS();
     this.chkHeadphoneSel  = new System.Windows.Forms.CheckBoxTS();
     this.tbHeadphone      = new System.Windows.Forms.TrackBarTS();
     this.chkExtSpkrSel    = new System.Windows.Forms.CheckBoxTS();
     this.tbExtSpkr        = new System.Windows.Forms.TrackBarTS();
     this.chkOutputMuteAll = new System.Windows.Forms.CheckBoxTS();
     this.chkInputMuteAll  = new System.Windows.Forms.CheckBoxTS();
     this.lblLineInDB9     = new System.Windows.Forms.LabelTS();
     this.chkLineInDB9Sel  = new System.Windows.Forms.CheckBoxTS();
     this.tbLineInDB9      = new System.Windows.Forms.TrackBarTS();
     this.lblMic           = new System.Windows.Forms.LabelTS();
     this.chkMicSel        = new System.Windows.Forms.CheckBoxTS();
     this.tbMic            = new System.Windows.Forms.TrackBarTS();
     this.grpOutput        = new System.Windows.Forms.GroupBoxTS();
     this.lblLineOutDB9    = new System.Windows.Forms.LabelTS();
     this.lblHeadphone     = new System.Windows.Forms.LabelTS();
     this.lblExtSpkr       = new System.Windows.Forms.LabelTS();
     this.grpInput         = new System.Windows.Forms.GroupBoxTS();
     ((System.ComponentModel.ISupportInitialize)(this.tbLineOutDB9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbHeadphone)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbExtSpkr)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbLineInDB9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbMic)).BeginInit();
     this.grpOutput.SuspendLayout();
     this.grpInput.SuspendLayout();
     this.SuspendLayout();
     //
     // chkLineOutDB9Sel
     //
     this.chkLineOutDB9Sel.Checked           = true;
     this.chkLineOutDB9Sel.CheckState        = System.Windows.Forms.CheckState.Checked;
     this.chkLineOutDB9Sel.Image             = null;
     this.chkLineOutDB9Sel.Location          = new System.Drawing.Point(136, 144);
     this.chkLineOutDB9Sel.Name              = "chkLineOutDB9Sel";
     this.chkLineOutDB9Sel.Size              = new System.Drawing.Size(16, 24);
     this.chkLineOutDB9Sel.TabIndex          = 21;
     this.chkLineOutDB9Sel.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.toolTip1.SetToolTip(this.chkLineOutDB9Sel, "Selects/Unselects the FlexWire Line Out Output");
     this.chkLineOutDB9Sel.CheckedChanged += new System.EventHandler(this.chkLineOutDB9Sel_CheckedChanged);
     //
     // tbLineOutDB9
     //
     this.tbLineOutDB9.Location      = new System.Drawing.Point(124, 48);
     this.tbLineOutDB9.Maximum       = 255;
     this.tbLineOutDB9.Minimum       = 128;
     this.tbLineOutDB9.Name          = "tbLineOutDB9";
     this.tbLineOutDB9.Orientation   = System.Windows.Forms.Orientation.Vertical;
     this.tbLineOutDB9.Size          = new System.Drawing.Size(45, 104);
     this.tbLineOutDB9.TabIndex      = 20;
     this.tbLineOutDB9.TickFrequency = 16;
     this.tbLineOutDB9.TickStyle     = System.Windows.Forms.TickStyle.Both;
     this.toolTip1.SetToolTip(this.tbLineOutDB9, "Adjusts the Line Out RCA Volume");
     this.tbLineOutDB9.Value   = 248;
     this.tbLineOutDB9.Scroll += new System.EventHandler(this.tbLineOutDB9_Scroll);
     //
     // chkHeadphoneSel
     //
     this.chkHeadphoneSel.Checked           = true;
     this.chkHeadphoneSel.CheckState        = System.Windows.Forms.CheckState.Checked;
     this.chkHeadphoneSel.Image             = null;
     this.chkHeadphoneSel.Location          = new System.Drawing.Point(88, 144);
     this.chkHeadphoneSel.Name              = "chkHeadphoneSel";
     this.chkHeadphoneSel.Size              = new System.Drawing.Size(16, 24);
     this.chkHeadphoneSel.TabIndex          = 18;
     this.chkHeadphoneSel.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.toolTip1.SetToolTip(this.chkHeadphoneSel, "Selects/Unselects the Headphone Output");
     this.chkHeadphoneSel.CheckedChanged += new System.EventHandler(this.chkHeadphoneSel_CheckedChanged);
     //
     // tbHeadphone
     //
     this.tbHeadphone.Location      = new System.Drawing.Point(74, 48);
     this.tbHeadphone.Maximum       = 255;
     this.tbHeadphone.Minimum       = 128;
     this.tbHeadphone.Name          = "tbHeadphone";
     this.tbHeadphone.Orientation   = System.Windows.Forms.Orientation.Vertical;
     this.tbHeadphone.Size          = new System.Drawing.Size(45, 104);
     this.tbHeadphone.TabIndex      = 17;
     this.tbHeadphone.TickFrequency = 16;
     this.tbHeadphone.TickStyle     = System.Windows.Forms.TickStyle.Both;
     this.toolTip1.SetToolTip(this.tbHeadphone, "Adjusts the Headphone Volume");
     this.tbHeadphone.Value   = 248;
     this.tbHeadphone.Scroll += new System.EventHandler(this.tbHeadphone_Scroll);
     //
     // chkExtSpkrSel
     //
     this.chkExtSpkrSel.Checked           = true;
     this.chkExtSpkrSel.CheckState        = System.Windows.Forms.CheckState.Checked;
     this.chkExtSpkrSel.Image             = null;
     this.chkExtSpkrSel.Location          = new System.Drawing.Point(40, 144);
     this.chkExtSpkrSel.Name              = "chkExtSpkrSel";
     this.chkExtSpkrSel.Size              = new System.Drawing.Size(16, 24);
     this.chkExtSpkrSel.TabIndex          = 15;
     this.chkExtSpkrSel.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.toolTip1.SetToolTip(this.chkExtSpkrSel, "Selects/Unselects the External Speaker Output");
     this.chkExtSpkrSel.CheckedChanged += new System.EventHandler(this.chkExtSpkrSel_CheckedChanged);
     //
     // tbExtSpkr
     //
     this.tbExtSpkr.Location      = new System.Drawing.Point(24, 48);
     this.tbExtSpkr.Maximum       = 255;
     this.tbExtSpkr.Minimum       = 128;
     this.tbExtSpkr.Name          = "tbExtSpkr";
     this.tbExtSpkr.Orientation   = System.Windows.Forms.Orientation.Vertical;
     this.tbExtSpkr.Size          = new System.Drawing.Size(45, 104);
     this.tbExtSpkr.TabIndex      = 14;
     this.tbExtSpkr.TickFrequency = 16;
     this.tbExtSpkr.TickStyle     = System.Windows.Forms.TickStyle.Both;
     this.toolTip1.SetToolTip(this.tbExtSpkr, "Adjusts the External Speaker Volume");
     this.tbExtSpkr.Value   = 248;
     this.tbExtSpkr.Scroll += new System.EventHandler(this.tbExtSpkr_Scroll);
     //
     // chkOutputMuteAll
     //
     this.chkOutputMuteAll.Appearance = System.Windows.Forms.Appearance.Button;
     this.chkOutputMuteAll.Image      = null;
     this.chkOutputMuteAll.Location   = new System.Drawing.Point(16, 176);
     this.chkOutputMuteAll.Name       = "chkOutputMuteAll";
     this.chkOutputMuteAll.Size       = new System.Drawing.Size(144, 24);
     this.chkOutputMuteAll.TabIndex   = 13;
     this.chkOutputMuteAll.Text       = "Mute All Outputs";
     this.chkOutputMuteAll.TextAlign  = System.Drawing.ContentAlignment.MiddleCenter;
     this.toolTip1.SetToolTip(this.chkOutputMuteAll, "Mute All Output Lines");
     this.chkOutputMuteAll.CheckedChanged += new System.EventHandler(this.chkOutputMuteAll_CheckedChanged);
     //
     // chkInputMuteAll
     //
     this.chkInputMuteAll.Appearance = System.Windows.Forms.Appearance.Button;
     this.chkInputMuteAll.Image      = null;
     this.chkInputMuteAll.Location   = new System.Drawing.Point(16, 176);
     this.chkInputMuteAll.Name       = "chkInputMuteAll";
     this.chkInputMuteAll.Size       = new System.Drawing.Size(88, 24);
     this.chkInputMuteAll.TabIndex   = 12;
     this.chkInputMuteAll.Text       = "Mute All Inputs";
     this.chkInputMuteAll.TextAlign  = System.Drawing.ContentAlignment.MiddleCenter;
     this.toolTip1.SetToolTip(this.chkInputMuteAll, "Mute All Input Lines");
     this.chkInputMuteAll.CheckedChanged += new System.EventHandler(this.chkInputMuteAll_CheckedChanged);
     //
     // lblLineInDB9
     //
     this.lblLineInDB9.Image     = null;
     this.lblLineInDB9.Location  = new System.Drawing.Point(64, 24);
     this.lblLineInDB9.Name      = "lblLineInDB9";
     this.lblLineInDB9.Size      = new System.Drawing.Size(49, 24);
     this.lblLineInDB9.TabIndex  = 11;
     this.lblLineInDB9.Text      = "FlexWire In";
     this.lblLineInDB9.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     this.toolTip1.SetToolTip(this.lblLineInDB9, "FlexWire Audio Input (DB9 on back panel)");
     //
     // chkLineInDB9Sel
     //
     this.chkLineInDB9Sel.Image             = null;
     this.chkLineInDB9Sel.Location          = new System.Drawing.Point(81, 144);
     this.chkLineInDB9Sel.Name              = "chkLineInDB9Sel";
     this.chkLineInDB9Sel.Size              = new System.Drawing.Size(16, 24);
     this.chkLineInDB9Sel.TabIndex          = 10;
     this.chkLineInDB9Sel.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.toolTip1.SetToolTip(this.chkLineInDB9Sel, "Selects/Unselects the Line In DB9 Input");
     this.chkLineInDB9Sel.CheckedChanged += new System.EventHandler(this.chkLineInDB9Sel_CheckedChanged);
     //
     // tbLineInDB9
     //
     this.tbLineInDB9.Location      = new System.Drawing.Point(68, 48);
     this.tbLineInDB9.Maximum       = 0;
     this.tbLineInDB9.Minimum       = -128;
     this.tbLineInDB9.Name          = "tbLineInDB9";
     this.tbLineInDB9.Orientation   = System.Windows.Forms.Orientation.Vertical;
     this.tbLineInDB9.Size          = new System.Drawing.Size(45, 104);
     this.tbLineInDB9.TabIndex      = 9;
     this.tbLineInDB9.TickFrequency = 16;
     this.tbLineInDB9.TickStyle     = System.Windows.Forms.TickStyle.Both;
     this.toolTip1.SetToolTip(this.tbLineInDB9, "Adjusts the Line In DB9 Input Volume");
     this.tbLineInDB9.Scroll += new System.EventHandler(this.tbLineInDB9_Scroll);
     //
     // lblMic
     //
     this.lblMic.Image     = null;
     this.lblMic.Location  = new System.Drawing.Point(16, 24);
     this.lblMic.Name      = "lblMic";
     this.lblMic.Size      = new System.Drawing.Size(45, 24);
     this.lblMic.TabIndex  = 2;
     this.lblMic.Text      = "Mic";
     this.lblMic.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     this.toolTip1.SetToolTip(this.lblMic, "8 Pin front panel connector");
     //
     // chkMicSel
     //
     this.chkMicSel.Checked           = true;
     this.chkMicSel.CheckState        = System.Windows.Forms.CheckState.Checked;
     this.chkMicSel.Image             = null;
     this.chkMicSel.Location          = new System.Drawing.Point(30, 144);
     this.chkMicSel.Name              = "chkMicSel";
     this.chkMicSel.Size              = new System.Drawing.Size(16, 24);
     this.chkMicSel.TabIndex          = 1;
     this.chkMicSel.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.toolTip1.SetToolTip(this.chkMicSel, "Selects/Unselects the Mic Input");
     this.chkMicSel.CheckedChanged += new System.EventHandler(this.chkMicSel_CheckedChanged);
     //
     // tbMic
     //
     this.tbMic.Location      = new System.Drawing.Point(16, 48);
     this.tbMic.Maximum       = 0;
     this.tbMic.Minimum       = -128;
     this.tbMic.Name          = "tbMic";
     this.tbMic.Orientation   = System.Windows.Forms.Orientation.Vertical;
     this.tbMic.Size          = new System.Drawing.Size(45, 104);
     this.tbMic.TabIndex      = 0;
     this.tbMic.TickFrequency = 16;
     this.tbMic.TickStyle     = System.Windows.Forms.TickStyle.Both;
     this.toolTip1.SetToolTip(this.tbMic, "Adjusts the Mic Input Volume");
     this.tbMic.Scroll += new System.EventHandler(this.tbMic_Scroll);
     //
     // grpOutput
     //
     this.grpOutput.Controls.Add(this.lblLineOutDB9);
     this.grpOutput.Controls.Add(this.chkLineOutDB9Sel);
     this.grpOutput.Controls.Add(this.tbLineOutDB9);
     this.grpOutput.Controls.Add(this.lblHeadphone);
     this.grpOutput.Controls.Add(this.chkHeadphoneSel);
     this.grpOutput.Controls.Add(this.tbHeadphone);
     this.grpOutput.Controls.Add(this.lblExtSpkr);
     this.grpOutput.Controls.Add(this.chkExtSpkrSel);
     this.grpOutput.Controls.Add(this.tbExtSpkr);
     this.grpOutput.Controls.Add(this.chkOutputMuteAll);
     this.grpOutput.Location = new System.Drawing.Point(136, 8);
     this.grpOutput.Name     = "grpOutput";
     this.grpOutput.Size     = new System.Drawing.Size(176, 216);
     this.grpOutput.TabIndex = 3;
     this.grpOutput.TabStop  = false;
     this.grpOutput.Text     = "Output";
     //
     // lblLineOutDB9
     //
     this.lblLineOutDB9.Image     = null;
     this.lblLineOutDB9.Location  = new System.Drawing.Point(120, 24);
     this.lblLineOutDB9.Name      = "lblLineOutDB9";
     this.lblLineOutDB9.Size      = new System.Drawing.Size(49, 32);
     this.lblLineOutDB9.TabIndex  = 22;
     this.lblLineOutDB9.Text      = "FlexWire Out";
     this.lblLineOutDB9.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // lblHeadphone
     //
     this.lblHeadphone.Image     = null;
     this.lblHeadphone.Location  = new System.Drawing.Point(72, 24);
     this.lblHeadphone.Name      = "lblHeadphone";
     this.lblHeadphone.Size      = new System.Drawing.Size(48, 32);
     this.lblHeadphone.TabIndex  = 19;
     this.lblHeadphone.Text      = "Head Phones";
     this.lblHeadphone.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // lblExtSpkr
     //
     this.lblExtSpkr.Image     = null;
     this.lblExtSpkr.Location  = new System.Drawing.Point(16, 24);
     this.lblExtSpkr.Name      = "lblExtSpkr";
     this.lblExtSpkr.Size      = new System.Drawing.Size(56, 32);
     this.lblExtSpkr.TabIndex  = 16;
     this.lblExtSpkr.Text      = "Pow Spkr Out";
     this.lblExtSpkr.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // grpInput
     //
     this.grpInput.Controls.Add(this.chkInputMuteAll);
     this.grpInput.Controls.Add(this.lblLineInDB9);
     this.grpInput.Controls.Add(this.chkLineInDB9Sel);
     this.grpInput.Controls.Add(this.tbLineInDB9);
     this.grpInput.Controls.Add(this.lblMic);
     this.grpInput.Controls.Add(this.chkMicSel);
     this.grpInput.Controls.Add(this.tbMic);
     this.grpInput.Location = new System.Drawing.Point(8, 8);
     this.grpInput.Name     = "grpInput";
     this.grpInput.Size     = new System.Drawing.Size(120, 216);
     this.grpInput.TabIndex = 2;
     this.grpInput.TabStop  = false;
     this.grpInput.Text     = "Input";
     //
     // FLEX3000MixerForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(320, 230);
     this.Controls.Add(this.grpOutput);
     this.Controls.Add(this.grpInput);
     this.Icon     = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name     = "FLEX3000MixerForm";
     this.Text     = "FLEX-3000 Audio Mixer";
     this.Closing += new System.ComponentModel.CancelEventHandler(this.FWCMixForm_Closing);
     ((System.ComponentModel.ISupportInitialize)(this.tbLineOutDB9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbHeadphone)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbExtSpkr)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbLineInDB9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbMic)).EndInit();
     this.grpOutput.ResumeLayout(false);
     this.grpOutput.PerformLayout();
     this.grpInput.ResumeLayout(false);
     this.grpInput.PerformLayout();
     this.ResumeLayout(false);
 }
Beispiel #45
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(DSPTestForm));
     this.chkMu            = new System.Windows.Forms.CheckBox();
     this.grpWBIQ          = new System.Windows.Forms.GroupBox();
     this.checkBoxIQEnable = new System.Windows.Forms.CheckBox();
     this.udMu             = new System.Windows.Forms.NumericUpDown();
     this.grpDSPLMSNR      = new System.Windows.Forms.GroupBoxTS();
     this.lblLMSNRLeak     = new System.Windows.Forms.LabelTS();
     this.udLMSNRLeak      = new System.Windows.Forms.NumericUpDownTS();
     this.lblLMSNRgain     = new System.Windows.Forms.LabelTS();
     this.udLMSNRgain      = new System.Windows.Forms.NumericUpDownTS();
     this.udLMSNRdelay     = new System.Windows.Forms.NumericUpDownTS();
     this.lblLMSNRdelay    = new System.Windows.Forms.LabelTS();
     this.udLMSNRtaps      = new System.Windows.Forms.NumericUpDownTS();
     this.lblLMSNRtaps     = new System.Windows.Forms.LabelTS();
     this.grpDSPLMSANF     = new System.Windows.Forms.GroupBoxTS();
     this.lblLMSANFLeak    = new System.Windows.Forms.LabelTS();
     this.udLMSANFLeak     = new System.Windows.Forms.NumericUpDownTS();
     this.lblLMSANFgain    = new System.Windows.Forms.LabelTS();
     this.udLMSANFgain     = new System.Windows.Forms.NumericUpDownTS();
     this.lblLMSANFdelay   = new System.Windows.Forms.LabelTS();
     this.udLMSANFdelay    = new System.Windows.Forms.NumericUpDownTS();
     this.lblLMSANFTaps    = new System.Windows.Forms.LabelTS();
     this.udLMSANFtaps     = new System.Windows.Forms.NumericUpDownTS();
     this.btnSAMPLL        = new System.Windows.Forms.Button();
     this.txtSAMPLL        = new System.Windows.Forms.TextBox();
     this.txtIQWReal       = new System.Windows.Forms.TextBox();
     this.btnIQW           = new System.Windows.Forms.Button();
     this.txtIQWImag       = new System.Windows.Forms.TextBox();
     this.grpWBIQ.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.udMu)).BeginInit();
     this.grpDSPLMSNR.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.udLMSNRLeak)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.udLMSNRgain)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.udLMSNRdelay)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.udLMSNRtaps)).BeginInit();
     this.grpDSPLMSANF.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.udLMSANFLeak)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.udLMSANFgain)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.udLMSANFdelay)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.udLMSANFtaps)).BeginInit();
     this.SuspendLayout();
     //
     // chkMu
     //
     this.chkMu.Appearance      = System.Windows.Forms.Appearance.Button;
     this.chkMu.Location        = new System.Drawing.Point(8, 24);
     this.chkMu.Name            = "chkMu";
     this.chkMu.Size            = new System.Drawing.Size(48, 24);
     this.chkMu.TabIndex        = 0;
     this.chkMu.Text            = "Mu";
     this.chkMu.TextAlign       = System.Drawing.ContentAlignment.MiddleCenter;
     this.chkMu.CheckedChanged += new System.EventHandler(this.chkMu_CheckedChanged);
     //
     // grpWBIQ
     //
     this.grpWBIQ.Controls.Add(this.checkBoxIQEnable);
     this.grpWBIQ.Controls.Add(this.udMu);
     this.grpWBIQ.Controls.Add(this.chkMu);
     this.grpWBIQ.Location = new System.Drawing.Point(8, 8);
     this.grpWBIQ.Name     = "grpWBIQ";
     this.grpWBIQ.Size     = new System.Drawing.Size(272, 64);
     this.grpWBIQ.TabIndex = 1;
     this.grpWBIQ.TabStop  = false;
     this.grpWBIQ.Text     = "WBIQ";
     //
     // checkBoxIQEnable
     //
     this.checkBoxIQEnable.Location        = new System.Drawing.Point(176, 24);
     this.checkBoxIQEnable.Name            = "checkBoxIQEnable";
     this.checkBoxIQEnable.Size            = new System.Drawing.Size(80, 24);
     this.checkBoxIQEnable.TabIndex        = 2;
     this.checkBoxIQEnable.Text            = "IQ disable";
     this.checkBoxIQEnable.CheckedChanged += new System.EventHandler(this.checkBoxIQEnable_CheckedChanged);
     //
     // udMu
     //
     this.udMu.DecimalPlaces = 8;
     this.udMu.Increment     = new System.Decimal(new int[] {
         1,
         0,
         0,
         327680
     });
     this.udMu.Location = new System.Drawing.Point(80, 24);
     this.udMu.Maximum  = new System.Decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.udMu.Name     = "udMu";
     this.udMu.Size     = new System.Drawing.Size(80, 20);
     this.udMu.TabIndex = 1;
     this.udMu.Value    = new System.Decimal(new int[] {
         5,
         0,
         0,
         196608
     });
     this.udMu.ValueChanged += new System.EventHandler(this.udMu_ValueChanged);
     //
     // grpDSPLMSNR
     //
     this.grpDSPLMSNR.Controls.Add(this.lblLMSNRLeak);
     this.grpDSPLMSNR.Controls.Add(this.udLMSNRLeak);
     this.grpDSPLMSNR.Controls.Add(this.lblLMSNRgain);
     this.grpDSPLMSNR.Controls.Add(this.udLMSNRgain);
     this.grpDSPLMSNR.Controls.Add(this.udLMSNRdelay);
     this.grpDSPLMSNR.Controls.Add(this.lblLMSNRdelay);
     this.grpDSPLMSNR.Controls.Add(this.udLMSNRtaps);
     this.grpDSPLMSNR.Controls.Add(this.lblLMSNRtaps);
     this.grpDSPLMSNR.Location = new System.Drawing.Point(8, 80);
     this.grpDSPLMSNR.Name     = "grpDSPLMSNR";
     this.grpDSPLMSNR.Size     = new System.Drawing.Size(112, 128);
     this.grpDSPLMSNR.TabIndex = 35;
     this.grpDSPLMSNR.TabStop  = false;
     this.grpDSPLMSNR.Text     = "NR";
     //
     // lblLMSNRLeak
     //
     this.lblLMSNRLeak.Image    = null;
     this.lblLMSNRLeak.Location = new System.Drawing.Point(8, 96);
     this.lblLMSNRLeak.Name     = "lblLMSNRLeak";
     this.lblLMSNRLeak.Size     = new System.Drawing.Size(40, 16);
     this.lblLMSNRLeak.TabIndex = 11;
     this.lblLMSNRLeak.Text     = "Leak:";
     //
     // udLMSNRLeak
     //
     this.udLMSNRLeak.Enabled   = false;
     this.udLMSNRLeak.Increment = new System.Decimal(new int[] {
         10,
         0,
         0,
         0
     });
     this.udLMSNRLeak.Location = new System.Drawing.Point(56, 96);
     this.udLMSNRLeak.Maximum  = new System.Decimal(new int[] {
         1000,
         0,
         0,
         0
     });
     this.udLMSNRLeak.Minimum = new System.Decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.udLMSNRLeak.Name     = "udLMSNRLeak";
     this.udLMSNRLeak.Size     = new System.Drawing.Size(48, 20);
     this.udLMSNRLeak.TabIndex = 10;
     this.udLMSNRLeak.Value    = new System.Decimal(new int[] {
         10,
         0,
         0,
         0
     });
     this.udLMSNRLeak.ValueChanged += new System.EventHandler(this.udLMSNR_ValueChanged);
     //
     // lblLMSNRgain
     //
     this.lblLMSNRgain.Image    = null;
     this.lblLMSNRgain.Location = new System.Drawing.Point(8, 72);
     this.lblLMSNRgain.Name     = "lblLMSNRgain";
     this.lblLMSNRgain.Size     = new System.Drawing.Size(40, 16);
     this.lblLMSNRgain.TabIndex = 9;
     this.lblLMSNRgain.Text     = "Gain:";
     //
     // udLMSNRgain
     //
     this.udLMSNRgain.Increment = new System.Decimal(new int[] {
         10,
         0,
         0,
         0
     });
     this.udLMSNRgain.Location = new System.Drawing.Point(56, 72);
     this.udLMSNRgain.Maximum  = new System.Decimal(new int[] {
         200,
         0,
         0,
         0
     });
     this.udLMSNRgain.Minimum = new System.Decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.udLMSNRgain.Name     = "udLMSNRgain";
     this.udLMSNRgain.Size     = new System.Drawing.Size(48, 20);
     this.udLMSNRgain.TabIndex = 7;
     this.udLMSNRgain.Value    = new System.Decimal(new int[] {
         10,
         0,
         0,
         0
     });
     this.udLMSNRgain.ValueChanged += new System.EventHandler(this.udLMSNR_ValueChanged);
     //
     // udLMSNRdelay
     //
     this.udLMSNRdelay.Enabled   = false;
     this.udLMSNRdelay.Increment = new System.Decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.udLMSNRdelay.Location = new System.Drawing.Point(56, 48);
     this.udLMSNRdelay.Maximum  = new System.Decimal(new int[] {
         127,
         0,
         0,
         0
     });
     this.udLMSNRdelay.Minimum = new System.Decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.udLMSNRdelay.Name     = "udLMSNRdelay";
     this.udLMSNRdelay.Size     = new System.Drawing.Size(48, 20);
     this.udLMSNRdelay.TabIndex = 6;
     this.udLMSNRdelay.Value    = new System.Decimal(new int[] {
         50,
         0,
         0,
         0
     });
     this.udLMSNRdelay.ValueChanged += new System.EventHandler(this.udLMSNR_ValueChanged);
     //
     // lblLMSNRdelay
     //
     this.lblLMSNRdelay.Image    = null;
     this.lblLMSNRdelay.Location = new System.Drawing.Point(8, 48);
     this.lblLMSNRdelay.Name     = "lblLMSNRdelay";
     this.lblLMSNRdelay.Size     = new System.Drawing.Size(40, 16);
     this.lblLMSNRdelay.TabIndex = 5;
     this.lblLMSNRdelay.Text     = "Delay:";
     //
     // udLMSNRtaps
     //
     this.udLMSNRtaps.Enabled   = false;
     this.udLMSNRtaps.Increment = new System.Decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.udLMSNRtaps.Location = new System.Drawing.Point(56, 24);
     this.udLMSNRtaps.Maximum  = new System.Decimal(new int[] {
         127,
         0,
         0,
         0
     });
     this.udLMSNRtaps.Minimum = new System.Decimal(new int[] {
         31,
         0,
         0,
         0
     });
     this.udLMSNRtaps.Name     = "udLMSNRtaps";
     this.udLMSNRtaps.Size     = new System.Drawing.Size(48, 20);
     this.udLMSNRtaps.TabIndex = 5;
     this.udLMSNRtaps.Value    = new System.Decimal(new int[] {
         65,
         0,
         0,
         0
     });
     this.udLMSNRtaps.ValueChanged += new System.EventHandler(this.udLMSNR_ValueChanged);
     //
     // lblLMSNRtaps
     //
     this.lblLMSNRtaps.Image    = null;
     this.lblLMSNRtaps.Location = new System.Drawing.Point(8, 24);
     this.lblLMSNRtaps.Name     = "lblLMSNRtaps";
     this.lblLMSNRtaps.Size     = new System.Drawing.Size(40, 16);
     this.lblLMSNRtaps.TabIndex = 3;
     this.lblLMSNRtaps.Text     = "Taps:";
     //
     // grpDSPLMSANF
     //
     this.grpDSPLMSANF.Controls.Add(this.lblLMSANFLeak);
     this.grpDSPLMSANF.Controls.Add(this.udLMSANFLeak);
     this.grpDSPLMSANF.Controls.Add(this.lblLMSANFgain);
     this.grpDSPLMSANF.Controls.Add(this.udLMSANFgain);
     this.grpDSPLMSANF.Controls.Add(this.lblLMSANFdelay);
     this.grpDSPLMSANF.Controls.Add(this.udLMSANFdelay);
     this.grpDSPLMSANF.Controls.Add(this.lblLMSANFTaps);
     this.grpDSPLMSANF.Controls.Add(this.udLMSANFtaps);
     this.grpDSPLMSANF.Location = new System.Drawing.Point(128, 80);
     this.grpDSPLMSANF.Name     = "grpDSPLMSANF";
     this.grpDSPLMSANF.Size     = new System.Drawing.Size(120, 128);
     this.grpDSPLMSANF.TabIndex = 34;
     this.grpDSPLMSANF.TabStop  = false;
     this.grpDSPLMSANF.Text     = "ANF";
     //
     // lblLMSANFLeak
     //
     this.lblLMSANFLeak.Image    = null;
     this.lblLMSANFLeak.Location = new System.Drawing.Point(8, 96);
     this.lblLMSANFLeak.Name     = "lblLMSANFLeak";
     this.lblLMSANFLeak.Size     = new System.Drawing.Size(40, 16);
     this.lblLMSANFLeak.TabIndex = 9;
     this.lblLMSANFLeak.Text     = "Leak:";
     //
     // udLMSANFLeak
     //
     this.udLMSANFLeak.Enabled   = false;
     this.udLMSANFLeak.Increment = new System.Decimal(new int[] {
         10,
         0,
         0,
         0
     });
     this.udLMSANFLeak.Location = new System.Drawing.Point(56, 96);
     this.udLMSANFLeak.Maximum  = new System.Decimal(new int[] {
         1000,
         0,
         0,
         0
     });
     this.udLMSANFLeak.Minimum = new System.Decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.udLMSANFLeak.Name     = "udLMSANFLeak";
     this.udLMSANFLeak.Size     = new System.Drawing.Size(48, 20);
     this.udLMSANFLeak.TabIndex = 8;
     this.udLMSANFLeak.Value    = new System.Decimal(new int[] {
         10,
         0,
         0,
         0
     });
     this.udLMSANFLeak.ValueChanged += new System.EventHandler(this.udLMSANF_ValueChanged);
     //
     // lblLMSANFgain
     //
     this.lblLMSANFgain.Image    = null;
     this.lblLMSANFgain.Location = new System.Drawing.Point(8, 72);
     this.lblLMSANFgain.Name     = "lblLMSANFgain";
     this.lblLMSANFgain.Size     = new System.Drawing.Size(40, 16);
     this.lblLMSANFgain.TabIndex = 6;
     this.lblLMSANFgain.Text     = "Gain:";
     //
     // udLMSANFgain
     //
     this.udLMSANFgain.Increment = new System.Decimal(new int[] {
         10,
         0,
         0,
         0
     });
     this.udLMSANFgain.Location = new System.Drawing.Point(56, 72);
     this.udLMSANFgain.Maximum  = new System.Decimal(new int[] {
         200,
         0,
         0,
         0
     });
     this.udLMSANFgain.Minimum = new System.Decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.udLMSANFgain.Name     = "udLMSANFgain";
     this.udLMSANFgain.Size     = new System.Drawing.Size(48, 20);
     this.udLMSANFgain.TabIndex = 3;
     this.udLMSANFgain.Value    = new System.Decimal(new int[] {
         10,
         0,
         0,
         0
     });
     this.udLMSANFgain.ValueChanged += new System.EventHandler(this.udLMSANF_ValueChanged);
     //
     // lblLMSANFdelay
     //
     this.lblLMSANFdelay.Image    = null;
     this.lblLMSANFdelay.Location = new System.Drawing.Point(8, 48);
     this.lblLMSANFdelay.Name     = "lblLMSANFdelay";
     this.lblLMSANFdelay.Size     = new System.Drawing.Size(40, 16);
     this.lblLMSANFdelay.TabIndex = 4;
     this.lblLMSANFdelay.Text     = "Delay:";
     //
     // udLMSANFdelay
     //
     this.udLMSANFdelay.Enabled   = false;
     this.udLMSANFdelay.Increment = new System.Decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.udLMSANFdelay.Location = new System.Drawing.Point(56, 48);
     this.udLMSANFdelay.Maximum  = new System.Decimal(new int[] {
         127,
         0,
         0,
         0
     });
     this.udLMSANFdelay.Minimum = new System.Decimal(new int[] {
         16,
         0,
         0,
         0
     });
     this.udLMSANFdelay.Name     = "udLMSANFdelay";
     this.udLMSANFdelay.Size     = new System.Drawing.Size(48, 20);
     this.udLMSANFdelay.TabIndex = 2;
     this.udLMSANFdelay.Value    = new System.Decimal(new int[] {
         50,
         0,
         0,
         0
     });
     this.udLMSANFdelay.ValueChanged += new System.EventHandler(this.udLMSANF_ValueChanged);
     //
     // lblLMSANFTaps
     //
     this.lblLMSANFTaps.Image    = null;
     this.lblLMSANFTaps.Location = new System.Drawing.Point(8, 24);
     this.lblLMSANFTaps.Name     = "lblLMSANFTaps";
     this.lblLMSANFTaps.Size     = new System.Drawing.Size(40, 16);
     this.lblLMSANFTaps.TabIndex = 2;
     this.lblLMSANFTaps.Text     = "Taps:";
     //
     // udLMSANFtaps
     //
     this.udLMSANFtaps.Enabled   = false;
     this.udLMSANFtaps.Increment = new System.Decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.udLMSANFtaps.Location = new System.Drawing.Point(56, 24);
     this.udLMSANFtaps.Maximum  = new System.Decimal(new int[] {
         127,
         0,
         0,
         0
     });
     this.udLMSANFtaps.Minimum = new System.Decimal(new int[] {
         31,
         0,
         0,
         0
     });
     this.udLMSANFtaps.Name     = "udLMSANFtaps";
     this.udLMSANFtaps.Size     = new System.Drawing.Size(48, 20);
     this.udLMSANFtaps.TabIndex = 1;
     this.udLMSANFtaps.Value    = new System.Decimal(new int[] {
         65,
         0,
         0,
         0
     });
     this.udLMSANFtaps.ValueChanged += new System.EventHandler(this.udLMSANF_ValueChanged);
     //
     // btnSAMPLL
     //
     this.btnSAMPLL.Location = new System.Drawing.Point(8, 224);
     this.btnSAMPLL.Name     = "btnSAMPLL";
     this.btnSAMPLL.TabIndex = 36;
     this.btnSAMPLL.Text     = "SAM PLL";
     this.btnSAMPLL.Click   += new System.EventHandler(this.btnSAMPLL_Click);
     //
     // txtSAMPLL
     //
     this.txtSAMPLL.Location = new System.Drawing.Point(96, 224);
     this.txtSAMPLL.Name     = "txtSAMPLL";
     this.txtSAMPLL.Size     = new System.Drawing.Size(56, 20);
     this.txtSAMPLL.TabIndex = 38;
     this.txtSAMPLL.Text     = "";
     //
     // txtIQWReal
     //
     this.txtIQWReal.Location = new System.Drawing.Point(248, 216);
     this.txtIQWReal.Name     = "txtIQWReal";
     this.txtIQWReal.Size     = new System.Drawing.Size(56, 20);
     this.txtIQWReal.TabIndex = 40;
     this.txtIQWReal.Text     = "";
     //
     // btnIQW
     //
     this.btnIQW.Location = new System.Drawing.Point(192, 216);
     this.btnIQW.Name     = "btnIQW";
     this.btnIQW.Size     = new System.Drawing.Size(48, 23);
     this.btnIQW.TabIndex = 39;
     this.btnIQW.Text     = "IQ W";
     this.btnIQW.Click   += new System.EventHandler(this.btnIQW_Click);
     //
     // txtIQWImag
     //
     this.txtIQWImag.Location = new System.Drawing.Point(248, 240);
     this.txtIQWImag.Name     = "txtIQWImag";
     this.txtIQWImag.Size     = new System.Drawing.Size(56, 20);
     this.txtIQWImag.TabIndex = 41;
     this.txtIQWImag.Text     = "";
     //
     // DSPTestForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(5, 13);
     this.ClientSize          = new System.Drawing.Size(328, 266);
     this.Controls.Add(this.txtIQWImag);
     this.Controls.Add(this.txtIQWReal);
     this.Controls.Add(this.btnIQW);
     this.Controls.Add(this.txtSAMPLL);
     this.Controls.Add(this.btnSAMPLL);
     this.Controls.Add(this.grpDSPLMSNR);
     this.Controls.Add(this.grpDSPLMSANF);
     this.Controls.Add(this.grpWBIQ);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "DSPTestForm";
     this.Text = "DSP Test Form";
     this.grpWBIQ.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.udMu)).EndInit();
     this.grpDSPLMSNR.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.udLMSNRLeak)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.udLMSNRgain)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.udLMSNRdelay)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.udLMSNRtaps)).EndInit();
     this.grpDSPLMSANF.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.udLMSANFLeak)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.udLMSANFgain)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.udLMSANFdelay)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.udLMSANFtaps)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #46
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(FLEX5000DebugForm));
            this.mainMenu1 = new System.Windows.Forms.MainMenu(this.components);
            this.menuItem1 = new System.Windows.Forms.MenuItem();
            this.menuItem2 = new System.Windows.Forms.MenuItem();
            this.menuItem3 = new System.Windows.Forms.MenuItem();
            this.grpTap = new System.Windows.Forms.GroupBox();
            this.radTapOff = new System.Windows.Forms.RadioButton();
            this.radTapFinal = new System.Windows.Forms.RadioButton();
            this.radTapPreDriver = new System.Windows.Forms.RadioButton();
            this.grpTXTrace = new System.Windows.Forms.GroupBox();
            this.ckTXTrace = new System.Windows.Forms.CheckBoxTS();
            this.udTXTrace = new System.Windows.Forms.NumericUpDownTS();
            this.grpChanSel = new System.Windows.Forms.GroupBox();
            this.lblTXR = new System.Windows.Forms.LabelTS();
            this.comboTXR = new System.Windows.Forms.ComboBox();
            this.lblTXL = new System.Windows.Forms.LabelTS();
            this.comboTXL = new System.Windows.Forms.ComboBox();
            this.lblRXR = new System.Windows.Forms.LabelTS();
            this.comboRXR = new System.Windows.Forms.ComboBox();
            this.lblRXL = new System.Windows.Forms.LabelTS();
            this.comboRXL = new System.Windows.Forms.ComboBox();
            this.ckPreamp = new System.Windows.Forms.CheckBoxTS();
            this.ckTXOut = new System.Windows.Forms.CheckBoxTS();
            this.chkRXAttn = new System.Windows.Forms.CheckBoxTS();
            this.chkPDrvMon = new System.Windows.Forms.CheckBoxTS();
            this.ckRX2FilterBypass = new System.Windows.Forms.CheckBoxTS();
            this.chkRX2On = new System.Windows.Forms.CheckBoxTS();
            this.grpADC = new System.Windows.Forms.GroupBoxTS();
            this.ckADCPoll = new System.Windows.Forms.CheckBoxTS();
            this.txtADCRead = new System.Windows.Forms.TextBox();
            this.btnADCRead = new System.Windows.Forms.ButtonTS();
            this.comboADCChan = new System.Windows.Forms.ComboBoxTS();
            this.label18 = new System.Windows.Forms.LabelTS();
            this.grpFinalBias = new System.Windows.Forms.GroupBoxTS();
            this.tbPAPot4 = new System.Windows.Forms.TrackBarTS();
            this.lblQ1Fine = new System.Windows.Forms.LabelTS();
            this.lblQ4Coarse = new System.Windows.Forms.LabelTS();
            this.udPAPot7 = new System.Windows.Forms.NumericUpDownTS();
            this.tbPAPot7 = new System.Windows.Forms.TrackBarTS();
            this.udPAPot4 = new System.Windows.Forms.NumericUpDownTS();
            this.udPAPot5 = new System.Windows.Forms.NumericUpDownTS();
            this.lblQ4Fine = new System.Windows.Forms.LabelTS();
            this.tbPAPot5 = new System.Windows.Forms.TrackBarTS();
            this.tbPAPot6 = new System.Windows.Forms.TrackBarTS();
            this.udPAPot6 = new System.Windows.Forms.NumericUpDownTS();
            this.lblQ1Coarse = new System.Windows.Forms.LabelTS();
            this.grpDriverBias = new System.Windows.Forms.GroupBoxTS();
            this.tbPAPot0 = new System.Windows.Forms.TrackBarTS();
            this.lblQ3Fine = new System.Windows.Forms.LabelTS();
            this.lblQ2Fine = new System.Windows.Forms.LabelTS();
            this.lblQ2Coarse = new System.Windows.Forms.LabelTS();
            this.udPAPot3 = new System.Windows.Forms.NumericUpDownTS();
            this.tbPAPot3 = new System.Windows.Forms.TrackBarTS();
            this.udPAPot1 = new System.Windows.Forms.NumericUpDownTS();
            this.tbPAPot1 = new System.Windows.Forms.TrackBarTS();
            this.udPAPot0 = new System.Windows.Forms.NumericUpDownTS();
            this.tbPAPot2 = new System.Windows.Forms.TrackBarTS();
            this.udPAPot2 = new System.Windows.Forms.NumericUpDownTS();
            this.lblQ3Coarse = new System.Windows.Forms.LabelTS();
            this.grpScanner = new System.Windows.Forms.GroupBoxTS();
            this.ckScanB = new System.Windows.Forms.CheckBoxTS();
            this.udScanDelayB = new System.Windows.Forms.NumericUpDownTS();
            this.lblScanDelayB = new System.Windows.Forms.LabelTS();
            this.lblScanStepB = new System.Windows.Forms.LabelTS();
            this.udScanStepB = new System.Windows.Forms.NumericUpDownTS();
            this.lblScanStopB = new System.Windows.Forms.LabelTS();
            this.udScanStopB = new System.Windows.Forms.NumericUpDownTS();
            this.lblScanStartB = new System.Windows.Forms.LabelTS();
            this.udScanStartB = new System.Windows.Forms.NumericUpDownTS();
            this.ckScanA = new System.Windows.Forms.CheckBoxTS();
            this.udScanDelayA = new System.Windows.Forms.NumericUpDownTS();
            this.lblScanDelayA = new System.Windows.Forms.LabelTS();
            this.lblScanStepA = new System.Windows.Forms.LabelTS();
            this.udScanStepA = new System.Windows.Forms.NumericUpDownTS();
            this.lblScanStopA = new System.Windows.Forms.LabelTS();
            this.udScanStopA = new System.Windows.Forms.NumericUpDownTS();
            this.lblScanStartA = new System.Windows.Forms.LabelTS();
            this.udScanStartA = new System.Windows.Forms.NumericUpDownTS();
            this.grpPLL = new System.Windows.Forms.GroupBoxTS();
            this.lblPLLClock = new System.Windows.Forms.LabelTS();
            this.ckPLLPFDPol = new System.Windows.Forms.CheckBoxTS();
            this.cmboPLLCPMode = new System.Windows.Forms.ComboBox();
            this.label10 = new System.Windows.Forms.LabelTS();
            this.comboPLLStatusMux = new System.Windows.Forms.ComboBox();
            this.ckPLLPollStatus = new System.Windows.Forms.CheckBoxTS();
            this.cmboPLLRefClock = new System.Windows.Forms.ComboBox();
            this.btnPLLStatus = new System.Windows.Forms.ButtonTS();
            this.ckPLL = new System.Windows.Forms.CheckBoxTS();
            this.grpKey = new System.Windows.Forms.GroupBoxTS();
            this.chkRCAPTT = new System.Windows.Forms.CheckBoxTS();
            this.chkMicPTT = new System.Windows.Forms.CheckBoxTS();
            this.ckKeyPoll = new System.Windows.Forms.CheckBoxTS();
            this.chkDash = new System.Windows.Forms.CheckBoxTS();
            this.chkDot = new System.Windows.Forms.CheckBoxTS();
            this.grpSwitches = new System.Windows.Forms.GroupBoxTS();
            this.chkIntLED = new System.Windows.Forms.CheckBoxTS();
            this.chkXVTR = new System.Windows.Forms.CheckBoxTS();
            this.button1 = new System.Windows.Forms.Button();
            this.chkPCPwr = new System.Windows.Forms.CheckBoxTS();
            this.chkReset = new System.Windows.Forms.CheckBoxTS();
            this.chkRTS = new System.Windows.Forms.CheckBoxTS();
            this.chkCTS = new System.Windows.Forms.CheckBoxTS();
            this.chkFPLED = new System.Windows.Forms.CheckBoxTS();
            this.ckPAOff = new System.Windows.Forms.CheckBoxTS();
            this.ckPABias = new System.Windows.Forms.CheckBoxTS();
            this.chkXVTXEN = new System.Windows.Forms.CheckBoxTS();
            this.chkKEY2M = new System.Windows.Forms.CheckBoxTS();
            this.chkEN2M = new System.Windows.Forms.CheckBoxTS();
            this.chkXVCOM = new System.Windows.Forms.CheckBoxTS();
            this.ckTXMon = new System.Windows.Forms.CheckBoxTS();
            this.ckTR = new System.Windows.Forms.CheckBoxTS();
            this.chkRX1Out = new System.Windows.Forms.CheckBoxTS();
            this.chkFan = new System.Windows.Forms.CheckBoxTS();
            this.chkRCATX3 = new System.Windows.Forms.CheckBoxTS();
            this.chkRCATX2 = new System.Windows.Forms.CheckBoxTS();
            this.chkRCATX1 = new System.Windows.Forms.CheckBoxTS();
            this.chkHeadphone = new System.Windows.Forms.CheckBoxTS();
            this.chkIntSpkr = new System.Windows.Forms.CheckBoxTS();
            this.chkRX1Tap = new System.Windows.Forms.CheckBoxTS();
            this.chkQSD = new System.Windows.Forms.CheckBoxTS();
            this.ckTest = new System.Windows.Forms.CheckBoxTS();
            this.ckGen = new System.Windows.Forms.CheckBoxTS();
            this.ckSig = new System.Windows.Forms.CheckBoxTS();
            this.ckXVEN = new System.Windows.Forms.CheckBoxTS();
            this.chkXREF = new System.Windows.Forms.CheckBoxTS();
            this.ckQSE = new System.Windows.Forms.CheckBoxTS();
            this.chkImpulse = new System.Windows.Forms.CheckBoxTS();
            this.grpTRXPots = new System.Windows.Forms.GroupBoxTS();
            this.label4 = new System.Windows.Forms.LabelTS();
            this.label3 = new System.Windows.Forms.LabelTS();
            this.label2 = new System.Windows.Forms.LabelTS();
            this.label1 = new System.Windows.Forms.LabelTS();
            this.udTRXPot3 = new System.Windows.Forms.NumericUpDownTS();
            this.tbTRXPot3 = new System.Windows.Forms.TrackBarTS();
            this.udTRXPot2 = new System.Windows.Forms.NumericUpDownTS();
            this.tbTRXPot2 = new System.Windows.Forms.TrackBarTS();
            this.udTRXPot1 = new System.Windows.Forms.NumericUpDownTS();
            this.tbTRXPot1 = new System.Windows.Forms.TrackBarTS();
            this.udTRXPot0 = new System.Windows.Forms.NumericUpDownTS();
            this.tbTRXPot0 = new System.Windows.Forms.TrackBarTS();
            this.grpFreqControl = new System.Windows.Forms.GroupBoxTS();
            this.ckPAFilter6m = new System.Windows.Forms.CheckBoxTS();
            this.ckTXFilterBypass = new System.Windows.Forms.CheckBoxTS();
            this.ckRX1FilterBypass = new System.Windows.Forms.CheckBoxTS();
            this.lblTXGen = new System.Windows.Forms.LabelTS();
            this.udFreq2 = new System.Windows.Forms.NumericUpDownTS();
            this.lblRX1 = new System.Windows.Forms.LabelTS();
            this.udFreq1 = new System.Windows.Forms.NumericUpDownTS();
            this.grpATUUpgrade = new System.Windows.Forms.GroupBox();
            this.btnATUUpdate = new System.Windows.Forms.Button();
            this.grpTap.SuspendLayout();
            this.grpTXTrace.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.udTXTrace)).BeginInit();
            this.grpChanSel.SuspendLayout();
            this.grpADC.SuspendLayout();
            this.grpFinalBias.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tbPAPot4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udPAPot7)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbPAPot7)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udPAPot4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udPAPot5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbPAPot5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbPAPot6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udPAPot6)).BeginInit();
            this.grpDriverBias.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tbPAPot0)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udPAPot3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbPAPot3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udPAPot1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbPAPot1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udPAPot0)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbPAPot2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udPAPot2)).BeginInit();
            this.grpScanner.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.udScanDelayB)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udScanStepB)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udScanStopB)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udScanStartB)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udScanDelayA)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udScanStepA)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udScanStopA)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udScanStartA)).BeginInit();
            this.grpPLL.SuspendLayout();
            this.grpKey.SuspendLayout();
            this.grpSwitches.SuspendLayout();
            this.grpTRXPots.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.udTRXPot3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbTRXPot3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udTRXPot2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbTRXPot2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udTRXPot1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbTRXPot1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udTRXPot0)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbTRXPot0)).BeginInit();
            this.grpFreqControl.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.udFreq2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udFreq1)).BeginInit();
            this.grpATUUpgrade.SuspendLayout();
            this.SuspendLayout();
            // 
            // mainMenu1
            // 
            this.mainMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
            this.menuItem1,
            this.menuItem2,
            this.menuItem3});
            // 
            // menuItem1
            // 
            this.menuItem1.Index = 0;
            this.menuItem1.Text = "Low Level Hardware Control";
            this.menuItem1.Click += new System.EventHandler(this.menuItem1_Click);
            // 
            // menuItem2
            // 
            this.menuItem2.Index = 1;
            this.menuItem2.Text = "3000";
            this.menuItem2.Visible = false;
            this.menuItem2.Click += new System.EventHandler(this.menuItem2_Click);
            // 
            // menuItem3
            // 
            this.menuItem3.Index = 2;
            this.menuItem3.Text = "VU";
            this.menuItem3.Visible = false;
            this.menuItem3.Click += new System.EventHandler(this.menuItem3_Click);
            // 
            // grpTap
            // 
            this.grpTap.Controls.Add(this.radTapOff);
            this.grpTap.Controls.Add(this.radTapFinal);
            this.grpTap.Controls.Add(this.radTapPreDriver);
            this.grpTap.Location = new System.Drawing.Point(448, 328);
            this.grpTap.Name = "grpTap";
            this.grpTap.Size = new System.Drawing.Size(136, 104);
            this.grpTap.TabIndex = 67;
            this.grpTap.TabStop = false;
            this.grpTap.Text = "Full Duplex RX Tap";
            // 
            // radTapOff
            // 
            this.radTapOff.Checked = true;
            this.radTapOff.Location = new System.Drawing.Point(16, 72);
            this.radTapOff.Name = "radTapOff";
            this.radTapOff.Size = new System.Drawing.Size(112, 24);
            this.radTapOff.TabIndex = 3;
            this.radTapOff.TabStop = true;
            this.radTapOff.Text = "Off";
            this.radTapOff.CheckedChanged += new System.EventHandler(this.radTapOff_CheckedChanged);
            // 
            // radTapFinal
            // 
            this.radTapFinal.Location = new System.Drawing.Point(16, 48);
            this.radTapFinal.Name = "radTapFinal";
            this.radTapFinal.Size = new System.Drawing.Size(112, 24);
            this.radTapFinal.TabIndex = 2;
            this.radTapFinal.Text = "Finals (PA)";
            this.radTapFinal.CheckedChanged += new System.EventHandler(this.radTapFinal_CheckedChanged);
            // 
            // radTapPreDriver
            // 
            this.radTapPreDriver.Location = new System.Drawing.Point(16, 24);
            this.radTapPreDriver.Name = "radTapPreDriver";
            this.radTapPreDriver.Size = new System.Drawing.Size(112, 24);
            this.radTapPreDriver.TabIndex = 0;
            this.radTapPreDriver.Text = "Pre-Driver (QSE)";
            this.radTapPreDriver.CheckedChanged += new System.EventHandler(this.radTapPreDriver_CheckedChanged);
            // 
            // grpTXTrace
            // 
            this.grpTXTrace.Controls.Add(this.ckTXTrace);
            this.grpTXTrace.Controls.Add(this.udTXTrace);
            this.grpTXTrace.Location = new System.Drawing.Point(592, 328);
            this.grpTXTrace.Name = "grpTXTrace";
            this.grpTXTrace.Size = new System.Drawing.Size(96, 104);
            this.grpTXTrace.TabIndex = 70;
            this.grpTXTrace.TabStop = false;
            this.grpTXTrace.Text = "Transmit Trace";
            // 
            // ckTXTrace
            // 
            this.ckTXTrace.Appearance = System.Windows.Forms.Appearance.Button;
            this.ckTXTrace.Image = null;
            this.ckTXTrace.Location = new System.Drawing.Point(16, 24);
            this.ckTXTrace.Name = "ckTXTrace";
            this.ckTXTrace.Size = new System.Drawing.Size(64, 24);
            this.ckTXTrace.TabIndex = 68;
            this.ckTXTrace.Text = "Transmit";
            this.ckTXTrace.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.ckTXTrace.CheckedChanged += new System.EventHandler(this.chkTXTrace_CheckedChanged);
            // 
            // udTXTrace
            // 
            this.udTXTrace.DecimalPlaces = 3;
            this.udTXTrace.Increment = new decimal(new int[] {
            1,
            0,
            0,
            196608});
            this.udTXTrace.Location = new System.Drawing.Point(16, 64);
            this.udTXTrace.Maximum = new decimal(new int[] {
            5,
            0,
            0,
            65536});
            this.udTXTrace.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udTXTrace.Name = "udTXTrace";
            this.udTXTrace.Size = new System.Drawing.Size(56, 20);
            this.udTXTrace.TabIndex = 69;
            this.udTXTrace.Value = new decimal(new int[] {
            5,
            0,
            0,
            131072});
            this.udTXTrace.ValueChanged += new System.EventHandler(this.udTXTrace_ValueChanged);
            // 
            // grpChanSel
            // 
            this.grpChanSel.Controls.Add(this.lblTXR);
            this.grpChanSel.Controls.Add(this.comboTXR);
            this.grpChanSel.Controls.Add(this.lblTXL);
            this.grpChanSel.Controls.Add(this.comboTXL);
            this.grpChanSel.Controls.Add(this.lblRXR);
            this.grpChanSel.Controls.Add(this.comboRXR);
            this.grpChanSel.Controls.Add(this.lblRXL);
            this.grpChanSel.Controls.Add(this.comboRXL);
            this.grpChanSel.Location = new System.Drawing.Point(560, 192);
            this.grpChanSel.Name = "grpChanSel";
            this.grpChanSel.Size = new System.Drawing.Size(248, 128);
            this.grpChanSel.TabIndex = 77;
            this.grpChanSel.TabStop = false;
            this.grpChanSel.Text = "Input Channel Selection";
            this.grpChanSel.Visible = false;
            // 
            // lblTXR
            // 
            this.lblTXR.Image = null;
            this.lblTXR.Location = new System.Drawing.Point(112, 64);
            this.lblTXR.Name = "lblTXR";
            this.lblTXR.Size = new System.Drawing.Size(40, 16);
            this.lblTXR.TabIndex = 82;
            this.lblTXR.Text = "TX R:";
            // 
            // comboTXR
            // 
            this.comboTXR.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboTXR.Items.AddRange(new object[] {
            "0",
            "1",
            "2",
            "3"});
            this.comboTXR.Location = new System.Drawing.Point(152, 64);
            this.comboTXR.Name = "comboTXR";
            this.comboTXR.Size = new System.Drawing.Size(40, 21);
            this.comboTXR.TabIndex = 81;
            this.comboTXR.SelectedIndexChanged += new System.EventHandler(this.comboTXR_SelectedIndexChanged);
            // 
            // lblTXL
            // 
            this.lblTXL.Image = null;
            this.lblTXL.Location = new System.Drawing.Point(8, 64);
            this.lblTXL.Name = "lblTXL";
            this.lblTXL.Size = new System.Drawing.Size(32, 16);
            this.lblTXL.TabIndex = 80;
            this.lblTXL.Text = "TX L:";
            // 
            // comboTXL
            // 
            this.comboTXL.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboTXL.Items.AddRange(new object[] {
            "0",
            "1",
            "2",
            "3"});
            this.comboTXL.Location = new System.Drawing.Point(48, 64);
            this.comboTXL.Name = "comboTXL";
            this.comboTXL.Size = new System.Drawing.Size(40, 21);
            this.comboTXL.TabIndex = 79;
            this.comboTXL.SelectedIndexChanged += new System.EventHandler(this.comboTXL_SelectedIndexChanged);
            // 
            // lblRXR
            // 
            this.lblRXR.Image = null;
            this.lblRXR.Location = new System.Drawing.Point(112, 24);
            this.lblRXR.Name = "lblRXR";
            this.lblRXR.Size = new System.Drawing.Size(40, 16);
            this.lblRXR.TabIndex = 78;
            this.lblRXR.Text = "RX R:";
            // 
            // comboRXR
            // 
            this.comboRXR.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboRXR.Items.AddRange(new object[] {
            "0",
            "1",
            "2",
            "3"});
            this.comboRXR.Location = new System.Drawing.Point(152, 24);
            this.comboRXR.Name = "comboRXR";
            this.comboRXR.Size = new System.Drawing.Size(40, 21);
            this.comboRXR.TabIndex = 77;
            this.comboRXR.SelectedIndexChanged += new System.EventHandler(this.comboRXR_SelectedIndexChanged);
            // 
            // lblRXL
            // 
            this.lblRXL.Image = null;
            this.lblRXL.Location = new System.Drawing.Point(8, 24);
            this.lblRXL.Name = "lblRXL";
            this.lblRXL.Size = new System.Drawing.Size(32, 16);
            this.lblRXL.TabIndex = 76;
            this.lblRXL.Text = "RX L:";
            // 
            // comboRXL
            // 
            this.comboRXL.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboRXL.Items.AddRange(new object[] {
            "0",
            "1",
            "2",
            "3"});
            this.comboRXL.Location = new System.Drawing.Point(48, 24);
            this.comboRXL.Name = "comboRXL";
            this.comboRXL.Size = new System.Drawing.Size(40, 21);
            this.comboRXL.TabIndex = 75;
            this.comboRXL.SelectedIndexChanged += new System.EventHandler(this.comboRXL_SelectedIndexChanged);
            // 
            // ckPreamp
            // 
            this.ckPreamp.Image = null;
            this.ckPreamp.Location = new System.Drawing.Point(760, 400);
            this.ckPreamp.Name = "ckPreamp";
            this.ckPreamp.Size = new System.Drawing.Size(48, 16);
            this.ckPreamp.TabIndex = 82;
            this.ckPreamp.Text = "Pre";
            this.ckPreamp.CheckedChanged += new System.EventHandler(this.ckPreamp_CheckedChanged);
            // 
            // ckTXOut
            // 
            this.ckTXOut.Checked = true;
            this.ckTXOut.CheckState = System.Windows.Forms.CheckState.Checked;
            this.ckTXOut.Image = null;
            this.ckTXOut.Location = new System.Drawing.Point(696, 400);
            this.ckTXOut.Name = "ckTXOut";
            this.ckTXOut.Size = new System.Drawing.Size(64, 16);
            this.ckTXOut.TabIndex = 81;
            this.ckTXOut.Text = "TX Out";
            this.ckTXOut.CheckedChanged += new System.EventHandler(this.ckTXOut_CheckedChanged);
            // 
            // chkRXAttn
            // 
            this.chkRXAttn.Image = null;
            this.chkRXAttn.Location = new System.Drawing.Point(696, 384);
            this.chkRXAttn.Name = "chkRXAttn";
            this.chkRXAttn.Size = new System.Drawing.Size(72, 16);
            this.chkRXAttn.TabIndex = 80;
            this.chkRXAttn.Text = "RX Attn";
            this.chkRXAttn.CheckedChanged += new System.EventHandler(this.chkRXAttn_CheckedChanged);
            // 
            // chkPDrvMon
            // 
            this.chkPDrvMon.Image = null;
            this.chkPDrvMon.Location = new System.Drawing.Point(696, 368);
            this.chkPDrvMon.Name = "chkPDrvMon";
            this.chkPDrvMon.Size = new System.Drawing.Size(72, 16);
            this.chkPDrvMon.TabIndex = 79;
            this.chkPDrvMon.Text = "PDrvMon";
            this.chkPDrvMon.CheckedChanged += new System.EventHandler(this.chkPDrvMon_CheckedChanged);
            // 
            // ckRX2FilterBypass
            // 
            this.ckRX2FilterBypass.Image = null;
            this.ckRX2FilterBypass.Location = new System.Drawing.Point(696, 352);
            this.ckRX2FilterBypass.Name = "ckRX2FilterBypass";
            this.ckRX2FilterBypass.Size = new System.Drawing.Size(120, 16);
            this.ckRX2FilterBypass.TabIndex = 74;
            this.ckRX2FilterBypass.Text = "RX2 Filter Bypass";
            this.ckRX2FilterBypass.CheckedChanged += new System.EventHandler(this.ckRX2FilterBypass_CheckedChanged);
            // 
            // chkRX2On
            // 
            this.chkRX2On.Image = null;
            this.chkRX2On.Location = new System.Drawing.Point(696, 336);
            this.chkRX2On.Name = "chkRX2On";
            this.chkRX2On.Size = new System.Drawing.Size(64, 16);
            this.chkRX2On.TabIndex = 71;
            this.chkRX2On.Text = "RX2 On";
            this.chkRX2On.CheckedChanged += new System.EventHandler(this.chkRX2On_CheckedChanged);
            // 
            // grpADC
            // 
            this.grpADC.Controls.Add(this.ckADCPoll);
            this.grpADC.Controls.Add(this.txtADCRead);
            this.grpADC.Controls.Add(this.btnADCRead);
            this.grpADC.Controls.Add(this.comboADCChan);
            this.grpADC.Controls.Add(this.label18);
            this.grpADC.Location = new System.Drawing.Point(8, 328);
            this.grpADC.Name = "grpADC";
            this.grpADC.Size = new System.Drawing.Size(192, 96);
            this.grpADC.TabIndex = 66;
            this.grpADC.TabStop = false;
            this.grpADC.Text = "ADC";
            // 
            // ckADCPoll
            // 
            this.ckADCPoll.Image = null;
            this.ckADCPoll.Location = new System.Drawing.Point(136, 64);
            this.ckADCPoll.Name = "ckADCPoll";
            this.ckADCPoll.Size = new System.Drawing.Size(48, 24);
            this.ckADCPoll.TabIndex = 34;
            this.ckADCPoll.Text = "Poll";
            this.ckADCPoll.CheckedChanged += new System.EventHandler(this.ckADCPoll_CheckedChanged);
            // 
            // txtADCRead
            // 
            this.txtADCRead.Location = new System.Drawing.Point(64, 61);
            this.txtADCRead.Name = "txtADCRead";
            this.txtADCRead.ReadOnly = true;
            this.txtADCRead.Size = new System.Drawing.Size(64, 20);
            this.txtADCRead.TabIndex = 32;
            this.txtADCRead.Text = "0";
            this.txtADCRead.MouseDown += new System.Windows.Forms.MouseEventHandler(this.txtADCRead_MouseDown);
            // 
            // btnADCRead
            // 
            this.btnADCRead.Image = null;
            this.btnADCRead.Location = new System.Drawing.Point(16, 61);
            this.btnADCRead.Name = "btnADCRead";
            this.btnADCRead.Size = new System.Drawing.Size(40, 23);
            this.btnADCRead.TabIndex = 33;
            this.btnADCRead.Text = "Read";
            this.btnADCRead.Click += new System.EventHandler(this.btnADCRead_Click);
            // 
            // comboADCChan
            // 
            this.comboADCChan.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboADCChan.DropDownWidth = 96;
            this.comboADCChan.Items.AddRange(new object[] {
            "Final Bias",
            "Driver Bias",
            "13.8V Ref",
            "Drive Mon",
            "Temp",
            "N/C",
            "Ref Pow",
            "Fwd Pow"});
            this.comboADCChan.Location = new System.Drawing.Point(56, 29);
            this.comboADCChan.Name = "comboADCChan";
            this.comboADCChan.Size = new System.Drawing.Size(96, 21);
            this.comboADCChan.TabIndex = 30;
            this.comboADCChan.SelectedIndexChanged += new System.EventHandler(this.comboADCChan_SelectedIndexChanged);
            // 
            // label18
            // 
            this.label18.Image = null;
            this.label18.Location = new System.Drawing.Point(16, 29);
            this.label18.Name = "label18";
            this.label18.Size = new System.Drawing.Size(40, 23);
            this.label18.TabIndex = 31;
            this.label18.Text = "Chan:";
            // 
            // grpFinalBias
            // 
            this.grpFinalBias.Controls.Add(this.tbPAPot4);
            this.grpFinalBias.Controls.Add(this.lblQ1Fine);
            this.grpFinalBias.Controls.Add(this.lblQ4Coarse);
            this.grpFinalBias.Controls.Add(this.udPAPot7);
            this.grpFinalBias.Controls.Add(this.tbPAPot7);
            this.grpFinalBias.Controls.Add(this.udPAPot4);
            this.grpFinalBias.Controls.Add(this.udPAPot5);
            this.grpFinalBias.Controls.Add(this.lblQ4Fine);
            this.grpFinalBias.Controls.Add(this.tbPAPot5);
            this.grpFinalBias.Controls.Add(this.tbPAPot6);
            this.grpFinalBias.Controls.Add(this.udPAPot6);
            this.grpFinalBias.Controls.Add(this.lblQ1Coarse);
            this.grpFinalBias.Location = new System.Drawing.Point(208, 192);
            this.grpFinalBias.Name = "grpFinalBias";
            this.grpFinalBias.Size = new System.Drawing.Size(192, 128);
            this.grpFinalBias.TabIndex = 65;
            this.grpFinalBias.TabStop = false;
            this.grpFinalBias.Text = "Final Bias";
            // 
            // tbPAPot4
            // 
            this.tbPAPot4.AutoSize = false;
            this.tbPAPot4.LargeChange = 4;
            this.tbPAPot4.Location = new System.Drawing.Point(64, 24);
            this.tbPAPot4.Maximum = 255;
            this.tbPAPot4.Name = "tbPAPot4";
            this.tbPAPot4.Size = new System.Drawing.Size(72, 16);
            this.tbPAPot4.TabIndex = 12;
            this.tbPAPot4.TickFrequency = 32;
            this.tbPAPot4.Scroll += new System.EventHandler(this.tbPAPot4_Scroll);
            // 
            // lblQ1Fine
            // 
            this.lblQ1Fine.Image = null;
            this.lblQ1Fine.Location = new System.Drawing.Point(8, 96);
            this.lblQ1Fine.Name = "lblQ1Fine";
            this.lblQ1Fine.Size = new System.Drawing.Size(48, 16);
            this.lblQ1Fine.TabIndex = 23;
            this.lblQ1Fine.Text = "Q1 Fine:";
            // 
            // lblQ4Coarse
            // 
            this.lblQ4Coarse.Image = null;
            this.lblQ4Coarse.Location = new System.Drawing.Point(8, 24);
            this.lblQ4Coarse.Name = "lblQ4Coarse";
            this.lblQ4Coarse.Size = new System.Drawing.Size(64, 16);
            this.lblQ4Coarse.TabIndex = 20;
            this.lblQ4Coarse.Text = "Q4 Coarse:";
            // 
            // udPAPot7
            // 
            this.udPAPot7.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udPAPot7.Location = new System.Drawing.Point(136, 96);
            this.udPAPot7.Maximum = new decimal(new int[] {
            255,
            0,
            0,
            0});
            this.udPAPot7.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udPAPot7.Name = "udPAPot7";
            this.udPAPot7.Size = new System.Drawing.Size(48, 20);
            this.udPAPot7.TabIndex = 19;
            this.udPAPot7.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udPAPot7.ValueChanged += new System.EventHandler(this.udPAPot7_ValueChanged);
            // 
            // tbPAPot7
            // 
            this.tbPAPot7.AutoSize = false;
            this.tbPAPot7.LargeChange = 4;
            this.tbPAPot7.Location = new System.Drawing.Point(64, 96);
            this.tbPAPot7.Maximum = 255;
            this.tbPAPot7.Name = "tbPAPot7";
            this.tbPAPot7.Size = new System.Drawing.Size(72, 16);
            this.tbPAPot7.TabIndex = 18;
            this.tbPAPot7.TickFrequency = 32;
            this.tbPAPot7.Scroll += new System.EventHandler(this.tbPAPot7_Scroll);
            // 
            // udPAPot4
            // 
            this.udPAPot4.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udPAPot4.Location = new System.Drawing.Point(136, 24);
            this.udPAPot4.Maximum = new decimal(new int[] {
            255,
            0,
            0,
            0});
            this.udPAPot4.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udPAPot4.Name = "udPAPot4";
            this.udPAPot4.Size = new System.Drawing.Size(48, 20);
            this.udPAPot4.TabIndex = 13;
            this.udPAPot4.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udPAPot4.ValueChanged += new System.EventHandler(this.udPAPot4_ValueChanged);
            // 
            // udPAPot5
            // 
            this.udPAPot5.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udPAPot5.Location = new System.Drawing.Point(136, 48);
            this.udPAPot5.Maximum = new decimal(new int[] {
            255,
            0,
            0,
            0});
            this.udPAPot5.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udPAPot5.Name = "udPAPot5";
            this.udPAPot5.Size = new System.Drawing.Size(48, 20);
            this.udPAPot5.TabIndex = 17;
            this.udPAPot5.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udPAPot5.ValueChanged += new System.EventHandler(this.udPAPot5_ValueChanged);
            // 
            // lblQ4Fine
            // 
            this.lblQ4Fine.Image = null;
            this.lblQ4Fine.Location = new System.Drawing.Point(8, 48);
            this.lblQ4Fine.Name = "lblQ4Fine";
            this.lblQ4Fine.Size = new System.Drawing.Size(48, 16);
            this.lblQ4Fine.TabIndex = 22;
            this.lblQ4Fine.Text = "Q4 Fine:";
            // 
            // tbPAPot5
            // 
            this.tbPAPot5.AutoSize = false;
            this.tbPAPot5.LargeChange = 4;
            this.tbPAPot5.Location = new System.Drawing.Point(64, 48);
            this.tbPAPot5.Maximum = 255;
            this.tbPAPot5.Name = "tbPAPot5";
            this.tbPAPot5.Size = new System.Drawing.Size(72, 16);
            this.tbPAPot5.TabIndex = 16;
            this.tbPAPot5.TickFrequency = 32;
            this.tbPAPot5.Scroll += new System.EventHandler(this.tbPAPot5_Scroll);
            // 
            // tbPAPot6
            // 
            this.tbPAPot6.AutoSize = false;
            this.tbPAPot6.LargeChange = 4;
            this.tbPAPot6.Location = new System.Drawing.Point(64, 72);
            this.tbPAPot6.Maximum = 255;
            this.tbPAPot6.Name = "tbPAPot6";
            this.tbPAPot6.Size = new System.Drawing.Size(72, 16);
            this.tbPAPot6.TabIndex = 14;
            this.tbPAPot6.TickFrequency = 32;
            this.tbPAPot6.Scroll += new System.EventHandler(this.tbPAPot6_Scroll);
            // 
            // udPAPot6
            // 
            this.udPAPot6.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udPAPot6.Location = new System.Drawing.Point(136, 72);
            this.udPAPot6.Maximum = new decimal(new int[] {
            255,
            0,
            0,
            0});
            this.udPAPot6.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udPAPot6.Name = "udPAPot6";
            this.udPAPot6.Size = new System.Drawing.Size(48, 20);
            this.udPAPot6.TabIndex = 15;
            this.udPAPot6.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udPAPot6.ValueChanged += new System.EventHandler(this.udPAPot6_ValueChanged);
            // 
            // lblQ1Coarse
            // 
            this.lblQ1Coarse.Image = null;
            this.lblQ1Coarse.Location = new System.Drawing.Point(8, 72);
            this.lblQ1Coarse.Name = "lblQ1Coarse";
            this.lblQ1Coarse.Size = new System.Drawing.Size(64, 16);
            this.lblQ1Coarse.TabIndex = 21;
            this.lblQ1Coarse.Text = "Q1 Coarse:";
            // 
            // grpDriverBias
            // 
            this.grpDriverBias.Controls.Add(this.tbPAPot0);
            this.grpDriverBias.Controls.Add(this.lblQ3Fine);
            this.grpDriverBias.Controls.Add(this.lblQ2Fine);
            this.grpDriverBias.Controls.Add(this.lblQ2Coarse);
            this.grpDriverBias.Controls.Add(this.udPAPot3);
            this.grpDriverBias.Controls.Add(this.tbPAPot3);
            this.grpDriverBias.Controls.Add(this.udPAPot1);
            this.grpDriverBias.Controls.Add(this.tbPAPot1);
            this.grpDriverBias.Controls.Add(this.udPAPot0);
            this.grpDriverBias.Controls.Add(this.tbPAPot2);
            this.grpDriverBias.Controls.Add(this.udPAPot2);
            this.grpDriverBias.Controls.Add(this.lblQ3Coarse);
            this.grpDriverBias.Location = new System.Drawing.Point(8, 192);
            this.grpDriverBias.Name = "grpDriverBias";
            this.grpDriverBias.Size = new System.Drawing.Size(192, 128);
            this.grpDriverBias.TabIndex = 62;
            this.grpDriverBias.TabStop = false;
            this.grpDriverBias.Text = "Driver Bias";
            // 
            // tbPAPot0
            // 
            this.tbPAPot0.AutoSize = false;
            this.tbPAPot0.LargeChange = 4;
            this.tbPAPot0.Location = new System.Drawing.Point(64, 24);
            this.tbPAPot0.Maximum = 255;
            this.tbPAPot0.Name = "tbPAPot0";
            this.tbPAPot0.Size = new System.Drawing.Size(72, 16);
            this.tbPAPot0.TabIndex = 12;
            this.tbPAPot0.TickFrequency = 32;
            this.tbPAPot0.Scroll += new System.EventHandler(this.tbPAPot0_Scroll);
            // 
            // lblQ3Fine
            // 
            this.lblQ3Fine.Image = null;
            this.lblQ3Fine.Location = new System.Drawing.Point(8, 96);
            this.lblQ3Fine.Name = "lblQ3Fine";
            this.lblQ3Fine.Size = new System.Drawing.Size(48, 16);
            this.lblQ3Fine.TabIndex = 23;
            this.lblQ3Fine.Text = "Q3 Fine:";
            // 
            // lblQ2Fine
            // 
            this.lblQ2Fine.Image = null;
            this.lblQ2Fine.Location = new System.Drawing.Point(8, 48);
            this.lblQ2Fine.Name = "lblQ2Fine";
            this.lblQ2Fine.Size = new System.Drawing.Size(48, 16);
            this.lblQ2Fine.TabIndex = 22;
            this.lblQ2Fine.Text = "Q2 Fine:";
            // 
            // lblQ2Coarse
            // 
            this.lblQ2Coarse.Image = null;
            this.lblQ2Coarse.Location = new System.Drawing.Point(8, 24);
            this.lblQ2Coarse.Name = "lblQ2Coarse";
            this.lblQ2Coarse.Size = new System.Drawing.Size(64, 16);
            this.lblQ2Coarse.TabIndex = 20;
            this.lblQ2Coarse.Text = "Q2 Coarse:";
            // 
            // udPAPot3
            // 
            this.udPAPot3.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udPAPot3.Location = new System.Drawing.Point(136, 96);
            this.udPAPot3.Maximum = new decimal(new int[] {
            255,
            0,
            0,
            0});
            this.udPAPot3.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udPAPot3.Name = "udPAPot3";
            this.udPAPot3.Size = new System.Drawing.Size(48, 20);
            this.udPAPot3.TabIndex = 19;
            this.udPAPot3.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udPAPot3.ValueChanged += new System.EventHandler(this.udPAPot3_ValueChanged);
            // 
            // tbPAPot3
            // 
            this.tbPAPot3.AutoSize = false;
            this.tbPAPot3.LargeChange = 4;
            this.tbPAPot3.Location = new System.Drawing.Point(64, 96);
            this.tbPAPot3.Maximum = 255;
            this.tbPAPot3.Name = "tbPAPot3";
            this.tbPAPot3.Size = new System.Drawing.Size(72, 16);
            this.tbPAPot3.TabIndex = 18;
            this.tbPAPot3.TickFrequency = 32;
            this.tbPAPot3.Scroll += new System.EventHandler(this.tbPAPot3_Scroll);
            // 
            // udPAPot1
            // 
            this.udPAPot1.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udPAPot1.Location = new System.Drawing.Point(136, 48);
            this.udPAPot1.Maximum = new decimal(new int[] {
            255,
            0,
            0,
            0});
            this.udPAPot1.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udPAPot1.Name = "udPAPot1";
            this.udPAPot1.Size = new System.Drawing.Size(48, 20);
            this.udPAPot1.TabIndex = 17;
            this.udPAPot1.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udPAPot1.ValueChanged += new System.EventHandler(this.udPAPot1_ValueChanged);
            // 
            // tbPAPot1
            // 
            this.tbPAPot1.AutoSize = false;
            this.tbPAPot1.LargeChange = 4;
            this.tbPAPot1.Location = new System.Drawing.Point(64, 48);
            this.tbPAPot1.Maximum = 255;
            this.tbPAPot1.Name = "tbPAPot1";
            this.tbPAPot1.Size = new System.Drawing.Size(72, 16);
            this.tbPAPot1.TabIndex = 16;
            this.tbPAPot1.TickFrequency = 32;
            this.tbPAPot1.Scroll += new System.EventHandler(this.tbPAPot1_Scroll);
            // 
            // udPAPot0
            // 
            this.udPAPot0.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udPAPot0.Location = new System.Drawing.Point(136, 24);
            this.udPAPot0.Maximum = new decimal(new int[] {
            255,
            0,
            0,
            0});
            this.udPAPot0.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udPAPot0.Name = "udPAPot0";
            this.udPAPot0.Size = new System.Drawing.Size(48, 20);
            this.udPAPot0.TabIndex = 13;
            this.udPAPot0.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udPAPot0.ValueChanged += new System.EventHandler(this.udPAPot0_ValueChanged);
            // 
            // tbPAPot2
            // 
            this.tbPAPot2.AutoSize = false;
            this.tbPAPot2.LargeChange = 4;
            this.tbPAPot2.Location = new System.Drawing.Point(64, 72);
            this.tbPAPot2.Maximum = 255;
            this.tbPAPot2.Name = "tbPAPot2";
            this.tbPAPot2.Size = new System.Drawing.Size(72, 16);
            this.tbPAPot2.TabIndex = 14;
            this.tbPAPot2.TickFrequency = 32;
            this.tbPAPot2.Scroll += new System.EventHandler(this.tbPAPot2_Scroll);
            // 
            // udPAPot2
            // 
            this.udPAPot2.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udPAPot2.Location = new System.Drawing.Point(136, 72);
            this.udPAPot2.Maximum = new decimal(new int[] {
            255,
            0,
            0,
            0});
            this.udPAPot2.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udPAPot2.Name = "udPAPot2";
            this.udPAPot2.Size = new System.Drawing.Size(48, 20);
            this.udPAPot2.TabIndex = 15;
            this.udPAPot2.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udPAPot2.ValueChanged += new System.EventHandler(this.udPAPot2_ValueChanged);
            // 
            // lblQ3Coarse
            // 
            this.lblQ3Coarse.Image = null;
            this.lblQ3Coarse.Location = new System.Drawing.Point(8, 72);
            this.lblQ3Coarse.Name = "lblQ3Coarse";
            this.lblQ3Coarse.Size = new System.Drawing.Size(64, 16);
            this.lblQ3Coarse.TabIndex = 21;
            this.lblQ3Coarse.Text = "Q3 Coarse:";
            // 
            // grpScanner
            // 
            this.grpScanner.Controls.Add(this.ckScanB);
            this.grpScanner.Controls.Add(this.udScanDelayB);
            this.grpScanner.Controls.Add(this.lblScanDelayB);
            this.grpScanner.Controls.Add(this.lblScanStepB);
            this.grpScanner.Controls.Add(this.udScanStepB);
            this.grpScanner.Controls.Add(this.lblScanStopB);
            this.grpScanner.Controls.Add(this.udScanStopB);
            this.grpScanner.Controls.Add(this.lblScanStartB);
            this.grpScanner.Controls.Add(this.udScanStartB);
            this.grpScanner.Controls.Add(this.ckScanA);
            this.grpScanner.Controls.Add(this.udScanDelayA);
            this.grpScanner.Controls.Add(this.lblScanDelayA);
            this.grpScanner.Controls.Add(this.lblScanStepA);
            this.grpScanner.Controls.Add(this.udScanStepA);
            this.grpScanner.Controls.Add(this.lblScanStopA);
            this.grpScanner.Controls.Add(this.udScanStopA);
            this.grpScanner.Controls.Add(this.lblScanStartA);
            this.grpScanner.Controls.Add(this.udScanStartA);
            this.grpScanner.Location = new System.Drawing.Point(480, 8);
            this.grpScanner.Name = "grpScanner";
            this.grpScanner.Size = new System.Drawing.Size(304, 136);
            this.grpScanner.TabIndex = 61;
            this.grpScanner.TabStop = false;
            this.grpScanner.Text = "Scanner";
            // 
            // ckScanB
            // 
            this.ckScanB.Appearance = System.Windows.Forms.Appearance.Button;
            this.ckScanB.Image = null;
            this.ckScanB.Location = new System.Drawing.Point(240, 88);
            this.ckScanB.Name = "ckScanB";
            this.ckScanB.Size = new System.Drawing.Size(56, 24);
            this.ckScanB.TabIndex = 17;
            this.ckScanB.Text = "Scan B";
            this.ckScanB.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.ckScanB.CheckedChanged += new System.EventHandler(this.chkScanB_CheckedChanged);
            // 
            // udScanDelayB
            // 
            this.udScanDelayB.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udScanDelayB.Location = new System.Drawing.Point(152, 104);
            this.udScanDelayB.Maximum = new decimal(new int[] {
            10000,
            0,
            0,
            0});
            this.udScanDelayB.Minimum = new decimal(new int[] {
            20,
            0,
            0,
            0});
            this.udScanDelayB.Name = "udScanDelayB";
            this.udScanDelayB.Size = new System.Drawing.Size(80, 20);
            this.udScanDelayB.TabIndex = 15;
            this.udScanDelayB.Value = new decimal(new int[] {
            250,
            0,
            0,
            0});
            // 
            // lblScanDelayB
            // 
            this.lblScanDelayB.Image = null;
            this.lblScanDelayB.Location = new System.Drawing.Point(120, 104);
            this.lblScanDelayB.Name = "lblScanDelayB";
            this.lblScanDelayB.Size = new System.Drawing.Size(40, 23);
            this.lblScanDelayB.TabIndex = 16;
            this.lblScanDelayB.Text = "Delay:";
            // 
            // lblScanStepB
            // 
            this.lblScanStepB.Image = null;
            this.lblScanStepB.Location = new System.Drawing.Point(8, 104);
            this.lblScanStepB.Name = "lblScanStepB";
            this.lblScanStepB.Size = new System.Drawing.Size(32, 23);
            this.lblScanStepB.TabIndex = 14;
            this.lblScanStepB.Text = "Step:";
            // 
            // udScanStepB
            // 
            this.udScanStepB.DecimalPlaces = 6;
            this.udScanStepB.Increment = new decimal(new int[] {
            100,
            0,
            0,
            327680});
            this.udScanStepB.Location = new System.Drawing.Point(40, 104);
            this.udScanStepB.Maximum = new decimal(new int[] {
            55,
            0,
            0,
            0});
            this.udScanStepB.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udScanStepB.Name = "udScanStepB";
            this.udScanStepB.Size = new System.Drawing.Size(80, 20);
            this.udScanStepB.TabIndex = 13;
            this.udScanStepB.Value = new decimal(new int[] {
            1,
            0,
            0,
            65536});
            // 
            // lblScanStopB
            // 
            this.lblScanStopB.Image = null;
            this.lblScanStopB.Location = new System.Drawing.Point(120, 80);
            this.lblScanStopB.Name = "lblScanStopB";
            this.lblScanStopB.Size = new System.Drawing.Size(32, 23);
            this.lblScanStopB.TabIndex = 12;
            this.lblScanStopB.Text = "Stop:";
            // 
            // udScanStopB
            // 
            this.udScanStopB.DecimalPlaces = 6;
            this.udScanStopB.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udScanStopB.Location = new System.Drawing.Point(152, 80);
            this.udScanStopB.Maximum = new decimal(new int[] {
            450,
            0,
            0,
            0});
            this.udScanStopB.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udScanStopB.Name = "udScanStopB";
            this.udScanStopB.Size = new System.Drawing.Size(80, 20);
            this.udScanStopB.TabIndex = 11;
            this.udScanStopB.Value = new decimal(new int[] {
            55,
            0,
            0,
            0});
            // 
            // lblScanStartB
            // 
            this.lblScanStartB.Image = null;
            this.lblScanStartB.Location = new System.Drawing.Point(8, 80);
            this.lblScanStartB.Name = "lblScanStartB";
            this.lblScanStartB.Size = new System.Drawing.Size(32, 23);
            this.lblScanStartB.TabIndex = 10;
            this.lblScanStartB.Text = "Start:";
            // 
            // udScanStartB
            // 
            this.udScanStartB.DecimalPlaces = 6;
            this.udScanStartB.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udScanStartB.Location = new System.Drawing.Point(40, 80);
            this.udScanStartB.Maximum = new decimal(new int[] {
            450,
            0,
            0,
            0});
            this.udScanStartB.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udScanStartB.Name = "udScanStartB";
            this.udScanStartB.Size = new System.Drawing.Size(80, 20);
            this.udScanStartB.TabIndex = 9;
            this.udScanStartB.Value = new decimal(new int[] {
            1,
            0,
            0,
            0});
            // 
            // ckScanA
            // 
            this.ckScanA.Appearance = System.Windows.Forms.Appearance.Button;
            this.ckScanA.Image = null;
            this.ckScanA.Location = new System.Drawing.Point(240, 32);
            this.ckScanA.Name = "ckScanA";
            this.ckScanA.Size = new System.Drawing.Size(56, 24);
            this.ckScanA.TabIndex = 8;
            this.ckScanA.Text = "Scan A";
            this.ckScanA.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.ckScanA.CheckedChanged += new System.EventHandler(this.chkScanA_CheckedChanged);
            // 
            // udScanDelayA
            // 
            this.udScanDelayA.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udScanDelayA.Location = new System.Drawing.Point(152, 49);
            this.udScanDelayA.Maximum = new decimal(new int[] {
            10000,
            0,
            0,
            0});
            this.udScanDelayA.Minimum = new decimal(new int[] {
            20,
            0,
            0,
            0});
            this.udScanDelayA.Name = "udScanDelayA";
            this.udScanDelayA.Size = new System.Drawing.Size(80, 20);
            this.udScanDelayA.TabIndex = 6;
            this.udScanDelayA.Value = new decimal(new int[] {
            250,
            0,
            0,
            0});
            // 
            // lblScanDelayA
            // 
            this.lblScanDelayA.Image = null;
            this.lblScanDelayA.Location = new System.Drawing.Point(120, 49);
            this.lblScanDelayA.Name = "lblScanDelayA";
            this.lblScanDelayA.Size = new System.Drawing.Size(40, 23);
            this.lblScanDelayA.TabIndex = 7;
            this.lblScanDelayA.Text = "Delay:";
            // 
            // lblScanStepA
            // 
            this.lblScanStepA.Image = null;
            this.lblScanStepA.Location = new System.Drawing.Point(8, 49);
            this.lblScanStepA.Name = "lblScanStepA";
            this.lblScanStepA.Size = new System.Drawing.Size(32, 23);
            this.lblScanStepA.TabIndex = 5;
            this.lblScanStepA.Text = "Step:";
            // 
            // udScanStepA
            // 
            this.udScanStepA.DecimalPlaces = 6;
            this.udScanStepA.Increment = new decimal(new int[] {
            100,
            0,
            0,
            327680});
            this.udScanStepA.Location = new System.Drawing.Point(40, 49);
            this.udScanStepA.Maximum = new decimal(new int[] {
            55,
            0,
            0,
            0});
            this.udScanStepA.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udScanStepA.Name = "udScanStepA";
            this.udScanStepA.Size = new System.Drawing.Size(80, 20);
            this.udScanStepA.TabIndex = 4;
            this.udScanStepA.Value = new decimal(new int[] {
            1,
            0,
            0,
            65536});
            // 
            // lblScanStopA
            // 
            this.lblScanStopA.Image = null;
            this.lblScanStopA.Location = new System.Drawing.Point(120, 24);
            this.lblScanStopA.Name = "lblScanStopA";
            this.lblScanStopA.Size = new System.Drawing.Size(32, 23);
            this.lblScanStopA.TabIndex = 3;
            this.lblScanStopA.Text = "Stop:";
            // 
            // udScanStopA
            // 
            this.udScanStopA.DecimalPlaces = 6;
            this.udScanStopA.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udScanStopA.Location = new System.Drawing.Point(152, 24);
            this.udScanStopA.Maximum = new decimal(new int[] {
            450,
            0,
            0,
            0});
            this.udScanStopA.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udScanStopA.Name = "udScanStopA";
            this.udScanStopA.Size = new System.Drawing.Size(80, 20);
            this.udScanStopA.TabIndex = 2;
            this.udScanStopA.Value = new decimal(new int[] {
            55,
            0,
            0,
            0});
            // 
            // lblScanStartA
            // 
            this.lblScanStartA.Image = null;
            this.lblScanStartA.Location = new System.Drawing.Point(8, 24);
            this.lblScanStartA.Name = "lblScanStartA";
            this.lblScanStartA.Size = new System.Drawing.Size(32, 23);
            this.lblScanStartA.TabIndex = 1;
            this.lblScanStartA.Text = "Start:";
            // 
            // udScanStartA
            // 
            this.udScanStartA.DecimalPlaces = 6;
            this.udScanStartA.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udScanStartA.Location = new System.Drawing.Point(40, 24);
            this.udScanStartA.Maximum = new decimal(new int[] {
            450,
            0,
            0,
            0});
            this.udScanStartA.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udScanStartA.Name = "udScanStartA";
            this.udScanStartA.Size = new System.Drawing.Size(80, 20);
            this.udScanStartA.TabIndex = 0;
            this.udScanStartA.Value = new decimal(new int[] {
            1,
            0,
            0,
            0});
            // 
            // grpPLL
            // 
            this.grpPLL.Controls.Add(this.lblPLLClock);
            this.grpPLL.Controls.Add(this.ckPLLPFDPol);
            this.grpPLL.Controls.Add(this.cmboPLLCPMode);
            this.grpPLL.Controls.Add(this.label10);
            this.grpPLL.Controls.Add(this.comboPLLStatusMux);
            this.grpPLL.Controls.Add(this.ckPLLPollStatus);
            this.grpPLL.Controls.Add(this.cmboPLLRefClock);
            this.grpPLL.Controls.Add(this.btnPLLStatus);
            this.grpPLL.Controls.Add(this.ckPLL);
            this.grpPLL.Location = new System.Drawing.Point(560, 192);
            this.grpPLL.Name = "grpPLL";
            this.grpPLL.Size = new System.Drawing.Size(248, 128);
            this.grpPLL.TabIndex = 59;
            this.grpPLL.TabStop = false;
            this.grpPLL.Text = "PLL";
            // 
            // lblPLLClock
            // 
            this.lblPLLClock.Image = null;
            this.lblPLLClock.Location = new System.Drawing.Point(16, 48);
            this.lblPLLClock.Name = "lblPLLClock";
            this.lblPLLClock.Size = new System.Drawing.Size(64, 23);
            this.lblPLLClock.TabIndex = 55;
            this.lblPLLClock.Text = "PLL Clock:";
            // 
            // ckPLLPFDPol
            // 
            this.ckPLLPFDPol.Checked = true;
            this.ckPLLPFDPol.CheckState = System.Windows.Forms.CheckState.Checked;
            this.ckPLLPFDPol.Image = null;
            this.ckPLLPFDPol.Location = new System.Drawing.Point(16, 96);
            this.ckPLLPFDPol.Name = "ckPLLPFDPol";
            this.ckPLLPFDPol.Size = new System.Drawing.Size(88, 24);
            this.ckPLLPFDPol.TabIndex = 59;
            this.ckPLLPFDPol.Text = "PFD Polarity";
            this.ckPLLPFDPol.CheckedChanged += new System.EventHandler(this.chkPLLPFDPol_CheckedChanged);
            // 
            // cmboPLLCPMode
            // 
            this.cmboPLLCPMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmboPLLCPMode.Items.AddRange(new object[] {
            "Tri-Stated",
            "Pump-Up",
            "Pump-Down",
            "Normal"});
            this.cmboPLLCPMode.Location = new System.Drawing.Point(184, 48);
            this.cmboPLLCPMode.Name = "cmboPLLCPMode";
            this.cmboPLLCPMode.Size = new System.Drawing.Size(56, 21);
            this.cmboPLLCPMode.TabIndex = 57;
            this.cmboPLLCPMode.SelectedIndexChanged += new System.EventHandler(this.comboPLLCPMode_SelectedIndexChanged);
            // 
            // label10
            // 
            this.label10.Image = null;
            this.label10.Location = new System.Drawing.Point(128, 48);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(56, 23);
            this.label10.TabIndex = 58;
            this.label10.Text = "CP Mode:";
            // 
            // comboPLLStatusMux
            // 
            this.comboPLLStatusMux.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboPLLStatusMux.DropDownWidth = 224;
            this.comboPLLStatusMux.Items.AddRange(new object[] {
            "Off",
            "Digital Lock Detect (Active High)",
            "N Divider Output",
            "Digital Lock Detect (Active Low)",
            "R Divider Output",
            "Analog Lock Detect (N Channel, Open-Drain)",
            "A Counter Output",
            "Prescaler Output (NCLK)",
            "PFD Up Pulse",
            "PFD Down Pulse",
            "Loss-of-Reference (Active High)",
            "Tri-State",
            "Analog Lock Detect (P Channel, Open-Drain)",
            "Loss-of-Reference or Loss-of-Lock (Active High)",
            "Loss-of-Reference or Loss-of-Lock (Active Low)",
            "Loss-of-Reference (Active Low)"});
            this.comboPLLStatusMux.Location = new System.Drawing.Point(16, 72);
            this.comboPLLStatusMux.Name = "comboPLLStatusMux";
            this.comboPLLStatusMux.Size = new System.Drawing.Size(224, 21);
            this.comboPLLStatusMux.TabIndex = 56;
            this.comboPLLStatusMux.SelectedIndexChanged += new System.EventHandler(this.comboPLLStatusMux_SelectedIndexChanged);
            // 
            // ckPLLPollStatus
            // 
            this.ckPLLPollStatus.Image = null;
            this.ckPLLPollStatus.Location = new System.Drawing.Point(168, 96);
            this.ckPLLPollStatus.Name = "ckPLLPollStatus";
            this.ckPLLPollStatus.Size = new System.Drawing.Size(48, 24);
            this.ckPLLPollStatus.TabIndex = 53;
            this.ckPLLPollStatus.Text = "Poll";
            this.ckPLLPollStatus.CheckedChanged += new System.EventHandler(this.ckPLLPollStatus_CheckedChanged);
            // 
            // cmboPLLRefClock
            // 
            this.cmboPLLRefClock.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmboPLLRefClock.Items.AddRange(new object[] {
            "10",
            "20"});
            this.cmboPLLRefClock.Location = new System.Drawing.Point(80, 48);
            this.cmboPLLRefClock.Name = "cmboPLLRefClock";
            this.cmboPLLRefClock.Size = new System.Drawing.Size(40, 21);
            this.cmboPLLRefClock.TabIndex = 52;
            this.cmboPLLRefClock.SelectedIndexChanged += new System.EventHandler(this.comboPLLRefClock_SelectedIndexChanged);
            // 
            // btnPLLStatus
            // 
            this.btnPLLStatus.Image = null;
            this.btnPLLStatus.Location = new System.Drawing.Point(104, 96);
            this.btnPLLStatus.Name = "btnPLLStatus";
            this.btnPLLStatus.Size = new System.Drawing.Size(48, 23);
            this.btnPLLStatus.TabIndex = 49;
            this.btnPLLStatus.Text = "Status";
            this.btnPLLStatus.Click += new System.EventHandler(this.btnPLLStatus_Click);
            // 
            // ckPLL
            // 
            this.ckPLL.Checked = true;
            this.ckPLL.CheckState = System.Windows.Forms.CheckState.Checked;
            this.ckPLL.Image = null;
            this.ckPLL.Location = new System.Drawing.Point(16, 24);
            this.ckPLL.Name = "ckPLL";
            this.ckPLL.Size = new System.Drawing.Size(64, 24);
            this.ckPLL.TabIndex = 13;
            this.ckPLL.Text = "Enable";
            this.ckPLL.CheckedChanged += new System.EventHandler(this.chkPLL_CheckedChanged);
            // 
            // grpKey
            // 
            this.grpKey.Controls.Add(this.chkRCAPTT);
            this.grpKey.Controls.Add(this.chkMicPTT);
            this.grpKey.Controls.Add(this.ckKeyPoll);
            this.grpKey.Controls.Add(this.chkDash);
            this.grpKey.Controls.Add(this.chkDot);
            this.grpKey.Location = new System.Drawing.Point(480, 144);
            this.grpKey.Name = "grpKey";
            this.grpKey.Size = new System.Drawing.Size(304, 48);
            this.grpKey.TabIndex = 16;
            this.grpKey.TabStop = false;
            this.grpKey.Text = "Key";
            // 
            // chkRCAPTT
            // 
            this.chkRCAPTT.Appearance = System.Windows.Forms.Appearance.Button;
            this.chkRCAPTT.Image = null;
            this.chkRCAPTT.Location = new System.Drawing.Point(128, 16);
            this.chkRCAPTT.Name = "chkRCAPTT";
            this.chkRCAPTT.Size = new System.Drawing.Size(48, 24);
            this.chkRCAPTT.TabIndex = 4;
            this.chkRCAPTT.Text = "RCA";
            this.chkRCAPTT.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.chkRCAPTT.CheckedChanged += new System.EventHandler(this.chkRCAPTT_CheckedChanged);
            // 
            // chkMicPTT
            // 
            this.chkMicPTT.Appearance = System.Windows.Forms.Appearance.Button;
            this.chkMicPTT.Image = null;
            this.chkMicPTT.Location = new System.Drawing.Point(184, 16);
            this.chkMicPTT.Name = "chkMicPTT";
            this.chkMicPTT.Size = new System.Drawing.Size(48, 24);
            this.chkMicPTT.TabIndex = 3;
            this.chkMicPTT.Text = "Mic";
            this.chkMicPTT.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.chkMicPTT.CheckedChanged += new System.EventHandler(this.chkMicPTT_CheckedChanged);
            // 
            // ckKeyPoll
            // 
            this.ckKeyPoll.Image = null;
            this.ckKeyPoll.Location = new System.Drawing.Point(248, 16);
            this.ckKeyPoll.Name = "ckKeyPoll";
            this.ckKeyPoll.Size = new System.Drawing.Size(48, 24);
            this.ckKeyPoll.TabIndex = 2;
            this.ckKeyPoll.Text = "Poll";
            this.ckKeyPoll.CheckedChanged += new System.EventHandler(this.ckKeyPoll_CheckedChanged);
            // 
            // chkDash
            // 
            this.chkDash.Appearance = System.Windows.Forms.Appearance.Button;
            this.chkDash.Image = null;
            this.chkDash.Location = new System.Drawing.Point(72, 16);
            this.chkDash.Name = "chkDash";
            this.chkDash.Size = new System.Drawing.Size(48, 24);
            this.chkDash.TabIndex = 1;
            this.chkDash.Text = "Dash";
            this.chkDash.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.chkDash.CheckedChanged += new System.EventHandler(this.chkDash_CheckedChanged);
            // 
            // chkDot
            // 
            this.chkDot.Appearance = System.Windows.Forms.Appearance.Button;
            this.chkDot.Image = null;
            this.chkDot.Location = new System.Drawing.Point(16, 16);
            this.chkDot.Name = "chkDot";
            this.chkDot.Size = new System.Drawing.Size(48, 24);
            this.chkDot.TabIndex = 0;
            this.chkDot.Text = "Dot";
            this.chkDot.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.chkDot.CheckedChanged += new System.EventHandler(this.chkDot_CheckedChanged);
            // 
            // grpSwitches
            // 
            this.grpSwitches.Controls.Add(this.chkIntLED);
            this.grpSwitches.Controls.Add(this.chkXVTR);
            this.grpSwitches.Controls.Add(this.button1);
            this.grpSwitches.Controls.Add(this.chkPCPwr);
            this.grpSwitches.Controls.Add(this.chkReset);
            this.grpSwitches.Controls.Add(this.chkRTS);
            this.grpSwitches.Controls.Add(this.chkCTS);
            this.grpSwitches.Controls.Add(this.chkFPLED);
            this.grpSwitches.Controls.Add(this.ckPAOff);
            this.grpSwitches.Controls.Add(this.ckPABias);
            this.grpSwitches.Controls.Add(this.chkXVTXEN);
            this.grpSwitches.Controls.Add(this.chkKEY2M);
            this.grpSwitches.Controls.Add(this.chkEN2M);
            this.grpSwitches.Controls.Add(this.chkXVCOM);
            this.grpSwitches.Controls.Add(this.ckTXMon);
            this.grpSwitches.Controls.Add(this.ckTR);
            this.grpSwitches.Controls.Add(this.chkRX1Out);
            this.grpSwitches.Controls.Add(this.chkFan);
            this.grpSwitches.Controls.Add(this.chkRCATX3);
            this.grpSwitches.Controls.Add(this.chkRCATX2);
            this.grpSwitches.Controls.Add(this.chkRCATX1);
            this.grpSwitches.Controls.Add(this.chkHeadphone);
            this.grpSwitches.Controls.Add(this.chkIntSpkr);
            this.grpSwitches.Controls.Add(this.chkRX1Tap);
            this.grpSwitches.Controls.Add(this.chkQSD);
            this.grpSwitches.Controls.Add(this.ckTest);
            this.grpSwitches.Controls.Add(this.ckGen);
            this.grpSwitches.Controls.Add(this.ckSig);
            this.grpSwitches.Controls.Add(this.ckXVEN);
            this.grpSwitches.Controls.Add(this.chkXREF);
            this.grpSwitches.Controls.Add(this.ckQSE);
            this.grpSwitches.Controls.Add(this.chkImpulse);
            this.grpSwitches.Location = new System.Drawing.Point(8, 8);
            this.grpSwitches.Name = "grpSwitches";
            this.grpSwitches.Size = new System.Drawing.Size(464, 176);
            this.grpSwitches.TabIndex = 15;
            this.grpSwitches.TabStop = false;
            this.grpSwitches.Text = "Switches";
            // 
            // chkIntLED
            // 
            this.chkIntLED.Image = null;
            this.chkIntLED.Location = new System.Drawing.Point(296, 96);
            this.chkIntLED.Name = "chkIntLED";
            this.chkIntLED.Size = new System.Drawing.Size(64, 24);
            this.chkIntLED.TabIndex = 36;
            this.chkIntLED.Text = "Int LED";
            this.chkIntLED.CheckedChanged += new System.EventHandler(this.chkIntLED_CheckedChanged);
            // 
            // chkXVTR
            // 
            this.chkXVTR.Image = null;
            this.chkXVTR.Location = new System.Drawing.Point(296, 72);
            this.chkXVTR.Name = "chkXVTR";
            this.chkXVTR.Size = new System.Drawing.Size(64, 24);
            this.chkXVTR.TabIndex = 35;
            this.chkXVTR.Text = "XVTR";
            this.chkXVTR.CheckedChanged += new System.EventHandler(this.chkXVTR_CheckedChanged);
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(16, 24);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(56, 23);
            this.button1.TabIndex = 34;
            this.button1.Text = "Run Imp";
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // chkPCPwr
            // 
            this.chkPCPwr.Image = null;
            this.chkPCPwr.Location = new System.Drawing.Point(368, 144);
            this.chkPCPwr.Name = "chkPCPwr";
            this.chkPCPwr.Size = new System.Drawing.Size(80, 24);
            this.chkPCPwr.TabIndex = 33;
            this.chkPCPwr.Text = "Pwr Button";
            this.chkPCPwr.CheckedChanged += new System.EventHandler(this.chkPCPwr_CheckedChanged);
            // 
            // chkReset
            // 
            this.chkReset.Image = null;
            this.chkReset.Location = new System.Drawing.Point(304, 144);
            this.chkReset.Name = "chkReset";
            this.chkReset.Size = new System.Drawing.Size(56, 24);
            this.chkReset.TabIndex = 32;
            this.chkReset.Text = "Reset";
            this.chkReset.CheckedChanged += new System.EventHandler(this.chkReset_CheckedChanged);
            // 
            // chkRTS
            // 
            this.chkRTS.Image = null;
            this.chkRTS.Location = new System.Drawing.Point(248, 144);
            this.chkRTS.Name = "chkRTS";
            this.chkRTS.Size = new System.Drawing.Size(48, 24);
            this.chkRTS.TabIndex = 31;
            this.chkRTS.Text = "RTS";
            this.chkRTS.CheckedChanged += new System.EventHandler(this.chkRTS_CheckedChanged);
            // 
            // chkCTS
            // 
            this.chkCTS.Image = null;
            this.chkCTS.Location = new System.Drawing.Point(192, 144);
            this.chkCTS.Name = "chkCTS";
            this.chkCTS.Size = new System.Drawing.Size(48, 24);
            this.chkCTS.TabIndex = 30;
            this.chkCTS.Text = "CTS";
            this.chkCTS.CheckedChanged += new System.EventHandler(this.chkCTS_CheckedChanged);
            // 
            // chkFPLED
            // 
            this.chkFPLED.Image = null;
            this.chkFPLED.Location = new System.Drawing.Point(120, 144);
            this.chkFPLED.Name = "chkFPLED";
            this.chkFPLED.Size = new System.Drawing.Size(64, 24);
            this.chkFPLED.TabIndex = 29;
            this.chkFPLED.Text = "FPLED";
            this.chkFPLED.CheckedChanged += new System.EventHandler(this.chkFPLED_CheckedChanged);
            // 
            // ckPAOff
            // 
            this.ckPAOff.Image = null;
            this.ckPAOff.Location = new System.Drawing.Point(72, 144);
            this.ckPAOff.Name = "ckPAOff";
            this.ckPAOff.Size = new System.Drawing.Size(40, 24);
            this.ckPAOff.TabIndex = 28;
            this.ckPAOff.Text = "Off";
            this.ckPAOff.CheckedChanged += new System.EventHandler(this.chkPAOff_CheckedChanged);
            // 
            // ckPABias
            // 
            this.ckPABias.Image = null;
            this.ckPABias.Location = new System.Drawing.Point(16, 144);
            this.ckPABias.Name = "ckPABias";
            this.ckPABias.Size = new System.Drawing.Size(48, 24);
            this.ckPABias.TabIndex = 27;
            this.ckPABias.Text = "Bias";
            this.ckPABias.CheckedChanged += new System.EventHandler(this.ckPABias_CheckedChanged);
            // 
            // chkXVTXEN
            // 
            this.chkXVTXEN.Image = null;
            this.chkXVTXEN.Location = new System.Drawing.Point(96, 48);
            this.chkXVTXEN.Name = "chkXVTXEN";
            this.chkXVTXEN.Size = new System.Drawing.Size(96, 24);
            this.chkXVTXEN.TabIndex = 26;
            this.chkXVTXEN.Text = "XVTXEN";
            this.chkXVTXEN.CheckedChanged += new System.EventHandler(this.chkXVTXEN_CheckedChanged);
            // 
            // chkKEY2M
            // 
            this.chkKEY2M.Image = null;
            this.chkKEY2M.Location = new System.Drawing.Point(384, 96);
            this.chkKEY2M.Name = "chkKEY2M";
            this.chkKEY2M.Size = new System.Drawing.Size(72, 24);
            this.chkKEY2M.TabIndex = 25;
            this.chkKEY2M.Tag = "KEY 2M";
            this.chkKEY2M.Text = "EXT/R";
            this.chkKEY2M.CheckedChanged += new System.EventHandler(this.chkKEY2M_CheckedChanged);
            // 
            // chkEN2M
            // 
            this.chkEN2M.Image = null;
            this.chkEN2M.Location = new System.Drawing.Point(384, 72);
            this.chkEN2M.Name = "chkEN2M";
            this.chkEN2M.Size = new System.Drawing.Size(64, 24);
            this.chkEN2M.TabIndex = 24;
            this.chkEN2M.Tag = "EN 2M";
            this.chkEN2M.Text = "XVINT";
            this.chkEN2M.CheckedChanged += new System.EventHandler(this.chkEN2M_CheckedChanged);
            // 
            // chkXVCOM
            // 
            this.chkXVCOM.Image = null;
            this.chkXVCOM.Location = new System.Drawing.Point(384, 48);
            this.chkXVCOM.Name = "chkXVCOM";
            this.chkXVCOM.Size = new System.Drawing.Size(72, 24);
            this.chkXVCOM.TabIndex = 23;
            this.chkXVCOM.Text = "XVCOM";
            this.chkXVCOM.CheckedChanged += new System.EventHandler(this.chkXVCOM_CheckedChanged);
            // 
            // ckTXMon
            // 
            this.ckTXMon.Image = null;
            this.ckTXMon.Location = new System.Drawing.Point(384, 120);
            this.ckTXMon.Name = "ckTXMon";
            this.ckTXMon.Size = new System.Drawing.Size(72, 24);
            this.ckTXMon.TabIndex = 22;
            this.ckTXMon.Text = "TX MON";
            this.ckTXMon.CheckedChanged += new System.EventHandler(this.chkTXMon_CheckedChanged);
            // 
            // ckTR
            // 
            this.ckTR.Image = null;
            this.ckTR.Location = new System.Drawing.Point(296, 48);
            this.ckTR.Name = "ckTR";
            this.ckTR.Size = new System.Drawing.Size(96, 24);
            this.ckTR.TabIndex = 19;
            this.ckTR.Text = "TR (Receive)";
            this.ckTR.CheckedChanged += new System.EventHandler(this.chkTR_CheckedChanged);
            // 
            // chkRX1Out
            // 
            this.chkRX1Out.Image = null;
            this.chkRX1Out.Location = new System.Drawing.Point(296, 24);
            this.chkRX1Out.Name = "chkRX1Out";
            this.chkRX1Out.Size = new System.Drawing.Size(88, 24);
            this.chkRX1Out.TabIndex = 18;
            this.chkRX1Out.Text = "RX1 Out";
            this.chkRX1Out.CheckedChanged += new System.EventHandler(this.chkRX1Out_CheckedChanged);
            // 
            // chkFan
            // 
            this.chkFan.Checked = true;
            this.chkFan.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chkFan.Image = null;
            this.chkFan.Location = new System.Drawing.Point(16, 120);
            this.chkFan.Name = "chkFan";
            this.chkFan.Size = new System.Drawing.Size(64, 24);
            this.chkFan.TabIndex = 17;
            this.chkFan.Text = "Fan";
            this.chkFan.CheckedChanged += new System.EventHandler(this.chkFan_CheckedChanged);
            // 
            // chkRCATX3
            // 
            this.chkRCATX3.Image = null;
            this.chkRCATX3.Location = new System.Drawing.Point(296, 120);
            this.chkRCATX3.Name = "chkRCATX3";
            this.chkRCATX3.Size = new System.Drawing.Size(72, 24);
            this.chkRCATX3.TabIndex = 16;
            this.chkRCATX3.Text = "RCA TX3";
            this.chkRCATX3.CheckedChanged += new System.EventHandler(this.chkRCATX3_CheckedChanged);
            // 
            // chkRCATX2
            // 
            this.chkRCATX2.Image = null;
            this.chkRCATX2.Location = new System.Drawing.Point(200, 120);
            this.chkRCATX2.Name = "chkRCATX2";
            this.chkRCATX2.Size = new System.Drawing.Size(72, 24);
            this.chkRCATX2.TabIndex = 15;
            this.chkRCATX2.Text = "RCA TX2";
            this.chkRCATX2.CheckedChanged += new System.EventHandler(this.chkRCATX2_CheckedChanged);
            // 
            // chkRCATX1
            // 
            this.chkRCATX1.Image = null;
            this.chkRCATX1.Location = new System.Drawing.Point(96, 120);
            this.chkRCATX1.Name = "chkRCATX1";
            this.chkRCATX1.Size = new System.Drawing.Size(72, 24);
            this.chkRCATX1.TabIndex = 14;
            this.chkRCATX1.Text = "RCA TX1";
            this.chkRCATX1.CheckedChanged += new System.EventHandler(this.chkRCATX1_CheckedChanged);
            // 
            // chkHeadphone
            // 
            this.chkHeadphone.Image = null;
            this.chkHeadphone.Location = new System.Drawing.Point(200, 72);
            this.chkHeadphone.Name = "chkHeadphone";
            this.chkHeadphone.Size = new System.Drawing.Size(96, 24);
            this.chkHeadphone.TabIndex = 12;
            this.chkHeadphone.Text = "Headphone";
            this.chkHeadphone.CheckedChanged += new System.EventHandler(this.chkHeadphone_CheckedChanged);
            // 
            // chkIntSpkr
            // 
            this.chkIntSpkr.Image = null;
            this.chkIntSpkr.Location = new System.Drawing.Point(200, 48);
            this.chkIntSpkr.Name = "chkIntSpkr";
            this.chkIntSpkr.Size = new System.Drawing.Size(96, 24);
            this.chkIntSpkr.TabIndex = 10;
            this.chkIntSpkr.Text = "Int. Speaker";
            this.chkIntSpkr.CheckedChanged += new System.EventHandler(this.chkIntSpkr_CheckedChanged);
            // 
            // chkRX1Tap
            // 
            this.chkRX1Tap.Image = null;
            this.chkRX1Tap.Location = new System.Drawing.Point(200, 96);
            this.chkRX1Tap.Name = "chkRX1Tap";
            this.chkRX1Tap.Size = new System.Drawing.Size(96, 24);
            this.chkRX1Tap.TabIndex = 11;
            this.chkRX1Tap.Text = "RX1 Tap";
            this.chkRX1Tap.CheckedChanged += new System.EventHandler(this.chkRX1Tap_CheckedChanged);
            // 
            // chkQSD
            // 
            this.chkQSD.Checked = true;
            this.chkQSD.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chkQSD.Image = null;
            this.chkQSD.Location = new System.Drawing.Point(96, 72);
            this.chkQSD.Name = "chkQSD";
            this.chkQSD.Size = new System.Drawing.Size(96, 24);
            this.chkQSD.TabIndex = 7;
            this.chkQSD.Text = "QSD";
            this.chkQSD.CheckedChanged += new System.EventHandler(this.chkQSD_CheckedChanged);
            // 
            // ckTest
            // 
            this.ckTest.Image = null;
            this.ckTest.Location = new System.Drawing.Point(16, 48);
            this.ckTest.Name = "ckTest";
            this.ckTest.Size = new System.Drawing.Size(64, 24);
            this.ckTest.TabIndex = 2;
            this.ckTest.Text = "Test";
            this.ckTest.CheckedChanged += new System.EventHandler(this.chkTest_CheckedChanged);
            // 
            // ckGen
            // 
            this.ckGen.Image = null;
            this.ckGen.Location = new System.Drawing.Point(16, 72);
            this.ckGen.Name = "ckGen";
            this.ckGen.Size = new System.Drawing.Size(64, 24);
            this.ckGen.TabIndex = 3;
            this.ckGen.Text = "Gen";
            this.ckGen.CheckedChanged += new System.EventHandler(this.chkGen_CheckedChanged);
            // 
            // ckSig
            // 
            this.ckSig.Image = null;
            this.ckSig.Location = new System.Drawing.Point(16, 96);
            this.ckSig.Name = "ckSig";
            this.ckSig.Size = new System.Drawing.Size(64, 24);
            this.ckSig.TabIndex = 4;
            this.ckSig.Text = "Sig";
            this.ckSig.CheckedChanged += new System.EventHandler(this.chkSig_CheckedChanged);
            // 
            // ckXVEN
            // 
            this.ckXVEN.Image = null;
            this.ckXVEN.Location = new System.Drawing.Point(384, 24);
            this.ckXVEN.Name = "ckXVEN";
            this.ckXVEN.Size = new System.Drawing.Size(64, 24);
            this.ckXVEN.TabIndex = 6;
            this.ckXVEN.Text = "XVEN";
            this.ckXVEN.CheckedChanged += new System.EventHandler(this.chkXVEN_CheckedChanged);
            // 
            // chkXREF
            // 
            this.chkXREF.Image = null;
            this.chkXREF.Location = new System.Drawing.Point(200, 24);
            this.chkXREF.Name = "chkXREF";
            this.chkXREF.Size = new System.Drawing.Size(96, 24);
            this.chkXREF.TabIndex = 9;
            this.chkXREF.Text = "External Ref.";
            this.chkXREF.CheckedChanged += new System.EventHandler(this.chkXREF_CheckedChanged);
            // 
            // ckQSE
            // 
            this.ckQSE.Image = null;
            this.ckQSE.Location = new System.Drawing.Point(96, 96);
            this.ckQSE.Name = "ckQSE";
            this.ckQSE.Size = new System.Drawing.Size(96, 24);
            this.ckQSE.TabIndex = 8;
            this.ckQSE.Text = "QSE";
            this.ckQSE.CheckedChanged += new System.EventHandler(this.chkQSE_CheckedChanged);
            // 
            // chkImpulse
            // 
            this.chkImpulse.Image = null;
            this.chkImpulse.Location = new System.Drawing.Point(96, 24);
            this.chkImpulse.Name = "chkImpulse";
            this.chkImpulse.Size = new System.Drawing.Size(64, 24);
            this.chkImpulse.TabIndex = 5;
            this.chkImpulse.Text = "Impulse";
            this.chkImpulse.CheckedChanged += new System.EventHandler(this.chkImpulse_CheckedChanged);
            // 
            // grpTRXPots
            // 
            this.grpTRXPots.Controls.Add(this.label4);
            this.grpTRXPots.Controls.Add(this.label3);
            this.grpTRXPots.Controls.Add(this.label2);
            this.grpTRXPots.Controls.Add(this.label1);
            this.grpTRXPots.Controls.Add(this.udTRXPot3);
            this.grpTRXPots.Controls.Add(this.tbTRXPot3);
            this.grpTRXPots.Controls.Add(this.udTRXPot2);
            this.grpTRXPots.Controls.Add(this.tbTRXPot2);
            this.grpTRXPots.Controls.Add(this.udTRXPot1);
            this.grpTRXPots.Controls.Add(this.tbTRXPot1);
            this.grpTRXPots.Controls.Add(this.udTRXPot0);
            this.grpTRXPots.Controls.Add(this.tbTRXPot0);
            this.grpTRXPots.Location = new System.Drawing.Point(408, 192);
            this.grpTRXPots.Name = "grpTRXPots";
            this.grpTRXPots.Size = new System.Drawing.Size(144, 128);
            this.grpTRXPots.TabIndex = 14;
            this.grpTRXPots.TabStop = false;
            this.grpTRXPots.Text = "Carrier Null";
            // 
            // label4
            // 
            this.label4.Image = null;
            this.label4.Location = new System.Drawing.Point(8, 96);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(8, 16);
            this.label4.TabIndex = 23;
            this.label4.Text = "3";
            // 
            // label3
            // 
            this.label3.Image = null;
            this.label3.Location = new System.Drawing.Point(8, 72);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(8, 16);
            this.label3.TabIndex = 22;
            this.label3.Text = "2";
            // 
            // label2
            // 
            this.label2.Image = null;
            this.label2.Location = new System.Drawing.Point(8, 48);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(8, 16);
            this.label2.TabIndex = 21;
            this.label2.Text = "1";
            // 
            // label1
            // 
            this.label1.Image = null;
            this.label1.Location = new System.Drawing.Point(8, 24);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(8, 16);
            this.label1.TabIndex = 20;
            this.label1.Text = "0";
            // 
            // udTRXPot3
            // 
            this.udTRXPot3.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udTRXPot3.Location = new System.Drawing.Point(88, 96);
            this.udTRXPot3.Maximum = new decimal(new int[] {
            255,
            0,
            0,
            0});
            this.udTRXPot3.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udTRXPot3.Name = "udTRXPot3";
            this.udTRXPot3.Size = new System.Drawing.Size(48, 20);
            this.udTRXPot3.TabIndex = 19;
            this.udTRXPot3.Value = new decimal(new int[] {
            128,
            0,
            0,
            0});
            this.udTRXPot3.ValueChanged += new System.EventHandler(this.udTRXPot3_ValueChanged);
            // 
            // tbTRXPot3
            // 
            this.tbTRXPot3.AutoSize = false;
            this.tbTRXPot3.LargeChange = 4;
            this.tbTRXPot3.Location = new System.Drawing.Point(16, 96);
            this.tbTRXPot3.Maximum = 255;
            this.tbTRXPot3.Name = "tbTRXPot3";
            this.tbTRXPot3.Size = new System.Drawing.Size(72, 16);
            this.tbTRXPot3.TabIndex = 18;
            this.tbTRXPot3.TickFrequency = 32;
            this.tbTRXPot3.Value = 128;
            this.tbTRXPot3.Scroll += new System.EventHandler(this.tbTRXPot3_Scroll);
            // 
            // udTRXPot2
            // 
            this.udTRXPot2.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udTRXPot2.Location = new System.Drawing.Point(88, 72);
            this.udTRXPot2.Maximum = new decimal(new int[] {
            255,
            0,
            0,
            0});
            this.udTRXPot2.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udTRXPot2.Name = "udTRXPot2";
            this.udTRXPot2.Size = new System.Drawing.Size(48, 20);
            this.udTRXPot2.TabIndex = 17;
            this.udTRXPot2.Value = new decimal(new int[] {
            128,
            0,
            0,
            0});
            this.udTRXPot2.ValueChanged += new System.EventHandler(this.udTRXPot2_ValueChanged);
            // 
            // tbTRXPot2
            // 
            this.tbTRXPot2.AutoSize = false;
            this.tbTRXPot2.LargeChange = 4;
            this.tbTRXPot2.Location = new System.Drawing.Point(16, 72);
            this.tbTRXPot2.Maximum = 255;
            this.tbTRXPot2.Name = "tbTRXPot2";
            this.tbTRXPot2.Size = new System.Drawing.Size(72, 16);
            this.tbTRXPot2.TabIndex = 16;
            this.tbTRXPot2.TickFrequency = 32;
            this.tbTRXPot2.Value = 128;
            this.tbTRXPot2.Scroll += new System.EventHandler(this.tbTRXPot2_Scroll);
            // 
            // udTRXPot1
            // 
            this.udTRXPot1.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udTRXPot1.Location = new System.Drawing.Point(88, 48);
            this.udTRXPot1.Maximum = new decimal(new int[] {
            255,
            0,
            0,
            0});
            this.udTRXPot1.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udTRXPot1.Name = "udTRXPot1";
            this.udTRXPot1.Size = new System.Drawing.Size(48, 20);
            this.udTRXPot1.TabIndex = 15;
            this.udTRXPot1.Value = new decimal(new int[] {
            128,
            0,
            0,
            0});
            this.udTRXPot1.ValueChanged += new System.EventHandler(this.udTRXPot1_ValueChanged);
            // 
            // tbTRXPot1
            // 
            this.tbTRXPot1.AutoSize = false;
            this.tbTRXPot1.LargeChange = 4;
            this.tbTRXPot1.Location = new System.Drawing.Point(16, 48);
            this.tbTRXPot1.Maximum = 255;
            this.tbTRXPot1.Name = "tbTRXPot1";
            this.tbTRXPot1.Size = new System.Drawing.Size(72, 16);
            this.tbTRXPot1.TabIndex = 14;
            this.tbTRXPot1.TickFrequency = 32;
            this.tbTRXPot1.Value = 128;
            this.tbTRXPot1.Scroll += new System.EventHandler(this.tbTRXPot1_Scroll);
            // 
            // udTRXPot0
            // 
            this.udTRXPot0.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udTRXPot0.Location = new System.Drawing.Point(88, 24);
            this.udTRXPot0.Maximum = new decimal(new int[] {
            255,
            0,
            0,
            0});
            this.udTRXPot0.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udTRXPot0.Name = "udTRXPot0";
            this.udTRXPot0.Size = new System.Drawing.Size(48, 20);
            this.udTRXPot0.TabIndex = 13;
            this.udTRXPot0.Value = new decimal(new int[] {
            128,
            0,
            0,
            0});
            this.udTRXPot0.ValueChanged += new System.EventHandler(this.udTRXPot0_ValueChanged);
            // 
            // tbTRXPot0
            // 
            this.tbTRXPot0.AutoSize = false;
            this.tbTRXPot0.LargeChange = 4;
            this.tbTRXPot0.Location = new System.Drawing.Point(16, 24);
            this.tbTRXPot0.Maximum = 255;
            this.tbTRXPot0.Name = "tbTRXPot0";
            this.tbTRXPot0.Size = new System.Drawing.Size(72, 16);
            this.tbTRXPot0.TabIndex = 12;
            this.tbTRXPot0.TickFrequency = 32;
            this.tbTRXPot0.Value = 128;
            this.tbTRXPot0.Scroll += new System.EventHandler(this.tbTRXPot0_Scroll);
            // 
            // grpFreqControl
            // 
            this.grpFreqControl.Controls.Add(this.ckPAFilter6m);
            this.grpFreqControl.Controls.Add(this.ckTXFilterBypass);
            this.grpFreqControl.Controls.Add(this.ckRX1FilterBypass);
            this.grpFreqControl.Controls.Add(this.lblTXGen);
            this.grpFreqControl.Controls.Add(this.udFreq2);
            this.grpFreqControl.Controls.Add(this.lblRX1);
            this.grpFreqControl.Controls.Add(this.udFreq1);
            this.grpFreqControl.Location = new System.Drawing.Point(208, 328);
            this.grpFreqControl.Name = "grpFreqControl";
            this.grpFreqControl.Size = new System.Drawing.Size(232, 96);
            this.grpFreqControl.TabIndex = 0;
            this.grpFreqControl.TabStop = false;
            this.grpFreqControl.Text = "Freq Control";
            // 
            // ckPAFilter6m
            // 
            this.ckPAFilter6m.Image = null;
            this.ckPAFilter6m.Location = new System.Drawing.Point(128, 72);
            this.ckPAFilter6m.Name = "ckPAFilter6m";
            this.ckPAFilter6m.Size = new System.Drawing.Size(96, 16);
            this.ckPAFilter6m.TabIndex = 6;
            this.ckPAFilter6m.Text = "PA Filter 6m";
            this.ckPAFilter6m.CheckedChanged += new System.EventHandler(this.chkPAFilter6m_CheckedChanged);
            // 
            // ckTXFilterBypass
            // 
            this.ckTXFilterBypass.Image = null;
            this.ckTXFilterBypass.Location = new System.Drawing.Point(128, 56);
            this.ckTXFilterBypass.Name = "ckTXFilterBypass";
            this.ckTXFilterBypass.Size = new System.Drawing.Size(96, 16);
            this.ckTXFilterBypass.TabIndex = 5;
            this.ckTXFilterBypass.Text = "Filter Bypass";
            this.ckTXFilterBypass.CheckedChanged += new System.EventHandler(this.chkTXFilterBypass_CheckedChanged);
            // 
            // ckRX1FilterBypass
            // 
            this.ckRX1FilterBypass.Image = null;
            this.ckRX1FilterBypass.Location = new System.Drawing.Point(16, 64);
            this.ckRX1FilterBypass.Name = "ckRX1FilterBypass";
            this.ckRX1FilterBypass.Size = new System.Drawing.Size(96, 24);
            this.ckRX1FilterBypass.TabIndex = 4;
            this.ckRX1FilterBypass.Text = "Filter Bypass";
            this.ckRX1FilterBypass.CheckedChanged += new System.EventHandler(this.chkRX1FilterBypass_CheckedChanged);
            // 
            // lblTXGen
            // 
            this.lblTXGen.Image = null;
            this.lblTXGen.Location = new System.Drawing.Point(128, 16);
            this.lblTXGen.Name = "lblTXGen";
            this.lblTXGen.Size = new System.Drawing.Size(80, 16);
            this.lblTXGen.TabIndex = 3;
            this.lblTXGen.Text = "TX/Gen";
            // 
            // udFreq2
            // 
            this.udFreq2.DecimalPlaces = 6;
            this.udFreq2.Increment = new decimal(new int[] {
            1,
            0,
            0,
            196608});
            this.udFreq2.Location = new System.Drawing.Point(128, 32);
            this.udFreq2.Maximum = new decimal(new int[] {
            55,
            0,
            0,
            0});
            this.udFreq2.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udFreq2.Name = "udFreq2";
            this.udFreq2.Size = new System.Drawing.Size(88, 20);
            this.udFreq2.TabIndex = 2;
            this.udFreq2.Value = new decimal(new int[] {
            6990,
            0,
            0,
            196608});
            this.udFreq2.ValueChanged += new System.EventHandler(this.udFreq2_ValueChanged);
            // 
            // lblRX1
            // 
            this.lblRX1.Image = null;
            this.lblRX1.Location = new System.Drawing.Point(16, 16);
            this.lblRX1.Name = "lblRX1";
            this.lblRX1.Size = new System.Drawing.Size(80, 16);
            this.lblRX1.TabIndex = 1;
            this.lblRX1.Text = "RX1";
            // 
            // udFreq1
            // 
            this.udFreq1.DecimalPlaces = 6;
            this.udFreq1.Increment = new decimal(new int[] {
            1,
            0,
            0,
            196608});
            this.udFreq1.Location = new System.Drawing.Point(16, 32);
            this.udFreq1.Maximum = new decimal(new int[] {
            55,
            0,
            0,
            0});
            this.udFreq1.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udFreq1.Name = "udFreq1";
            this.udFreq1.Size = new System.Drawing.Size(88, 20);
            this.udFreq1.TabIndex = 0;
            this.udFreq1.Value = new decimal(new int[] {
            70,
            0,
            0,
            65536});
            this.udFreq1.ValueChanged += new System.EventHandler(this.udFreq1_ValueChanged);
            // 
            // grpATUUpgrade
            // 
            this.grpATUUpgrade.Controls.Add(this.btnATUUpdate);
            this.grpATUUpgrade.Location = new System.Drawing.Point(142, 58);
            this.grpATUUpgrade.Name = "grpATUUpgrade";
            this.grpATUUpgrade.Size = new System.Drawing.Size(200, 100);
            this.grpATUUpgrade.TabIndex = 83;
            this.grpATUUpgrade.TabStop = false;
            this.grpATUUpgrade.Text = "ATU Upgrade";
            this.grpATUUpgrade.Visible = false;
            // 
            // btnATUUpdate
            // 
            this.btnATUUpdate.Location = new System.Drawing.Point(39, 36);
            this.btnATUUpdate.Name = "btnATUUpdate";
            this.btnATUUpdate.Size = new System.Drawing.Size(121, 23);
            this.btnATUUpdate.TabIndex = 0;
            this.btnATUUpdate.Text = "Update EEPROM";
            this.btnATUUpdate.UseVisualStyleBackColor = true;
            this.btnATUUpdate.Click += new System.EventHandler(this.btnATUUpdate_Click);
            // 
            // FLEX5000DebugForm
            // 
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.ClientSize = new System.Drawing.Size(816, 442);
            this.Controls.Add(this.ckPreamp);
            this.Controls.Add(this.ckTXOut);
            this.Controls.Add(this.chkRXAttn);
            this.Controls.Add(this.chkPDrvMon);
            this.Controls.Add(this.grpChanSel);
            this.Controls.Add(this.ckRX2FilterBypass);
            this.Controls.Add(this.chkRX2On);
            this.Controls.Add(this.grpTXTrace);
            this.Controls.Add(this.grpTap);
            this.Controls.Add(this.grpADC);
            this.Controls.Add(this.grpFinalBias);
            this.Controls.Add(this.grpDriverBias);
            this.Controls.Add(this.grpScanner);
            this.Controls.Add(this.grpPLL);
            this.Controls.Add(this.grpKey);
            this.Controls.Add(this.grpSwitches);
            this.Controls.Add(this.grpTRXPots);
            this.Controls.Add(this.grpFreqControl);
            this.Controls.Add(this.grpATUUpgrade);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.KeyPreview = true;
            this.Menu = this.mainMenu1;
            this.Name = "FLEX5000DebugForm";
            this.Text = "FLEX-5000 Debug";
            this.Closing += new System.ComponentModel.CancelEventHandler(this.FLEX5000DebugForm_Closing);
            this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FLEX5000DebugForm_KeyDown);
            this.grpTap.ResumeLayout(false);
            this.grpTXTrace.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.udTXTrace)).EndInit();
            this.grpChanSel.ResumeLayout(false);
            this.grpADC.ResumeLayout(false);
            this.grpADC.PerformLayout();
            this.grpFinalBias.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.tbPAPot4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udPAPot7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbPAPot7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udPAPot4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udPAPot5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbPAPot5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbPAPot6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udPAPot6)).EndInit();
            this.grpDriverBias.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.tbPAPot0)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udPAPot3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbPAPot3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udPAPot1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbPAPot1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udPAPot0)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbPAPot2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udPAPot2)).EndInit();
            this.grpScanner.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.udScanDelayB)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udScanStepB)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udScanStopB)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udScanStartB)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udScanDelayA)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udScanStepA)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udScanStopA)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udScanStartA)).EndInit();
            this.grpPLL.ResumeLayout(false);
            this.grpKey.ResumeLayout(false);
            this.grpSwitches.ResumeLayout(false);
            this.grpTRXPots.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.udTRXPot3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbTRXPot3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udTRXPot2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbTRXPot2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udTRXPot1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbTRXPot1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udTRXPot0)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tbTRXPot0)).EndInit();
            this.grpFreqControl.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.udFreq2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udFreq1)).EndInit();
            this.grpATUUpgrade.ResumeLayout(false);
            this.ResumeLayout(false);

		}
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FLEX3000TestForm));
			this.grpATURelays = new System.Windows.Forms.GroupBoxTS();
			this.udATUC = new System.Windows.Forms.NumericUpDown();
			this.udATUL = new System.Windows.Forms.NumericUpDown();
			this.lblHiZ = new System.Windows.Forms.LabelTS();
			this.chkHiZ = new System.Windows.Forms.CheckBoxTS();
			this.lblC6 = new System.Windows.Forms.LabelTS();
			this.lblC5 = new System.Windows.Forms.LabelTS();
			this.lblC4 = new System.Windows.Forms.LabelTS();
			this.lblC3 = new System.Windows.Forms.LabelTS();
			this.lblC2 = new System.Windows.Forms.LabelTS();
			this.lblC1 = new System.Windows.Forms.LabelTS();
			this.lblC0 = new System.Windows.Forms.LabelTS();
			this.chkC3 = new System.Windows.Forms.CheckBoxTS();
			this.chkC6 = new System.Windows.Forms.CheckBoxTS();
			this.chkC1 = new System.Windows.Forms.CheckBoxTS();
			this.chkC0 = new System.Windows.Forms.CheckBoxTS();
			this.chkC5 = new System.Windows.Forms.CheckBoxTS();
			this.chkC4 = new System.Windows.Forms.CheckBoxTS();
			this.chkC2 = new System.Windows.Forms.CheckBoxTS();
			this.lblL8 = new System.Windows.Forms.LabelTS();
			this.lblL7 = new System.Windows.Forms.LabelTS();
			this.lblL6 = new System.Windows.Forms.LabelTS();
			this.lblL2 = new System.Windows.Forms.LabelTS();
			this.chkL8 = new System.Windows.Forms.CheckBoxTS();
			this.chkL2 = new System.Windows.Forms.CheckBoxTS();
			this.chkL7 = new System.Windows.Forms.CheckBoxTS();
			this.chkL6 = new System.Windows.Forms.CheckBoxTS();
			this.lblL9 = new System.Windows.Forms.LabelTS();
			this.chkL9 = new System.Windows.Forms.CheckBoxTS();
			this.chkL3 = new System.Windows.Forms.CheckBoxTS();
			this.lblL3 = new System.Windows.Forms.LabelTS();
			this.lblL4 = new System.Windows.Forms.LabelTS();
			this.chkL4 = new System.Windows.Forms.CheckBoxTS();
			this.lblL5 = new System.Windows.Forms.LabelTS();
			this.chkL5 = new System.Windows.Forms.CheckBoxTS();
			this.chkATUEnable = new System.Windows.Forms.CheckBoxTS();
			this.chkATUATTN = new System.Windows.Forms.CheckBoxTS();
			this.chkPollPhaseMag = new System.Windows.Forms.CheckBox();
			this.txtPhase = new System.Windows.Forms.TextBox();
			this.lblPhase = new System.Windows.Forms.Label();
			this.lblMag = new System.Windows.Forms.Label();
			this.txtMag = new System.Windows.Forms.TextBox();
			this.picPhase = new System.Windows.Forms.PictureBox();
			this.picMag = new System.Windows.Forms.PictureBox();
			this.udFanPWMOn = new System.Windows.Forms.NumericUpDown();
			this.udFanPWMOff = new System.Windows.Forms.NumericUpDown();
			this.grpFanPWM = new System.Windows.Forms.GroupBox();
			this.udFanSpeed = new System.Windows.Forms.NumericUpDown();
			this.labelTS1 = new System.Windows.Forms.LabelTS();
			this.lblFanPWMOff = new System.Windows.Forms.LabelTS();
			this.lblFanPWMOn = new System.Windows.Forms.LabelTS();
			this.picSWR = new System.Windows.Forms.PictureBox();
			this.lblSWR = new System.Windows.Forms.Label();
			this.txtSWR = new System.Windows.Forms.TextBox();
			this.chkPollSWR = new System.Windows.Forms.CheckBox();
			this.btnTune = new System.Windows.Forms.Button();
			this.grpATURelays.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.udATUC)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.udATUL)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.udFanPWMOn)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.udFanPWMOff)).BeginInit();
			this.grpFanPWM.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.udFanSpeed)).BeginInit();
			this.SuspendLayout();
			// 
			// grpATURelays
			// 
			this.grpATURelays.Controls.Add(this.udATUC);
			this.grpATURelays.Controls.Add(this.udATUL);
			this.grpATURelays.Controls.Add(this.lblHiZ);
			this.grpATURelays.Controls.Add(this.chkHiZ);
			this.grpATURelays.Controls.Add(this.lblC6);
			this.grpATURelays.Controls.Add(this.lblC5);
			this.grpATURelays.Controls.Add(this.lblC4);
			this.grpATURelays.Controls.Add(this.lblC3);
			this.grpATURelays.Controls.Add(this.lblC2);
			this.grpATURelays.Controls.Add(this.lblC1);
			this.grpATURelays.Controls.Add(this.lblC0);
			this.grpATURelays.Controls.Add(this.chkC3);
			this.grpATURelays.Controls.Add(this.chkC6);
			this.grpATURelays.Controls.Add(this.chkC1);
			this.grpATURelays.Controls.Add(this.chkC0);
			this.grpATURelays.Controls.Add(this.chkC5);
			this.grpATURelays.Controls.Add(this.chkC4);
			this.grpATURelays.Controls.Add(this.chkC2);
			this.grpATURelays.Controls.Add(this.lblL8);
			this.grpATURelays.Controls.Add(this.lblL7);
			this.grpATURelays.Controls.Add(this.lblL6);
			this.grpATURelays.Controls.Add(this.lblL2);
			this.grpATURelays.Controls.Add(this.chkL8);
			this.grpATURelays.Controls.Add(this.chkL2);
			this.grpATURelays.Controls.Add(this.chkL7);
			this.grpATURelays.Controls.Add(this.chkL6);
			this.grpATURelays.Controls.Add(this.lblL9);
			this.grpATURelays.Controls.Add(this.chkL9);
			this.grpATURelays.Controls.Add(this.chkL3);
			this.grpATURelays.Controls.Add(this.lblL3);
			this.grpATURelays.Controls.Add(this.lblL4);
			this.grpATURelays.Controls.Add(this.chkL4);
			this.grpATURelays.Controls.Add(this.lblL5);
			this.grpATURelays.Controls.Add(this.chkL5);
			this.grpATURelays.Controls.Add(this.chkATUEnable);
			this.grpATURelays.Controls.Add(this.chkATUATTN);
			this.grpATURelays.Controls.Add(this.btnTune);
			this.grpATURelays.Location = new System.Drawing.Point(8, 8);
			this.grpATURelays.Name = "grpATURelays";
			this.grpATURelays.Size = new System.Drawing.Size(280, 152);
			this.grpATURelays.TabIndex = 39;
			this.grpATURelays.TabStop = false;
			this.grpATURelays.Text = "ATU";
			// 
			// udATUC
			// 
			this.udATUC.Location = new System.Drawing.Point(216, 112);
			this.udATUC.Maximum = new System.Decimal(new int[] {
																   127,
																   0,
																   0,
																   0});
			this.udATUC.Name = "udATUC";
			this.udATUC.Size = new System.Drawing.Size(48, 20);
			this.udATUC.TabIndex = 67;
			this.udATUC.ValueChanged += new System.EventHandler(this.udATUC_ValueChanged);
			// 
			// udATUL
			// 
			this.udATUL.Location = new System.Drawing.Point(216, 64);
			this.udATUL.Maximum = new System.Decimal(new int[] {
																   255,
																   0,
																   0,
																   0});
			this.udATUL.Name = "udATUL";
			this.udATUL.Size = new System.Drawing.Size(48, 20);
			this.udATUL.TabIndex = 65;
			this.udATUL.ValueChanged += new System.EventHandler(this.udATUL_ValueChanged);
			// 
			// lblHiZ
			// 
			this.lblHiZ.Image = null;
			this.lblHiZ.Location = new System.Drawing.Point(16, 96);
			this.lblHiZ.Name = "lblHiZ";
			this.lblHiZ.Size = new System.Drawing.Size(24, 16);
			this.lblHiZ.TabIndex = 62;
			this.lblHiZ.Text = "HiZ";
			// 
			// chkHiZ
			// 
			this.chkHiZ.Image = null;
			this.chkHiZ.Location = new System.Drawing.Point(16, 112);
			this.chkHiZ.Name = "chkHiZ";
			this.chkHiZ.Size = new System.Drawing.Size(16, 24);
			this.chkHiZ.TabIndex = 61;
			this.chkHiZ.CheckedChanged += new System.EventHandler(this.chkHiZ_CheckedChanged);
			// 
			// lblC6
			// 
			this.lblC6.Image = null;
			this.lblC6.Location = new System.Drawing.Point(40, 96);
			this.lblC6.Name = "lblC6";
			this.lblC6.Size = new System.Drawing.Size(24, 16);
			this.lblC6.TabIndex = 60;
			this.lblC6.Text = "C6";
			// 
			// lblC5
			// 
			this.lblC5.Image = null;
			this.lblC5.Location = new System.Drawing.Point(64, 96);
			this.lblC5.Name = "lblC5";
			this.lblC5.Size = new System.Drawing.Size(24, 16);
			this.lblC5.TabIndex = 59;
			this.lblC5.Text = "C5";
			// 
			// lblC4
			// 
			this.lblC4.Image = null;
			this.lblC4.Location = new System.Drawing.Point(88, 96);
			this.lblC4.Name = "lblC4";
			this.lblC4.Size = new System.Drawing.Size(24, 16);
			this.lblC4.TabIndex = 58;
			this.lblC4.Text = "C4";
			// 
			// lblC3
			// 
			this.lblC3.Image = null;
			this.lblC3.Location = new System.Drawing.Point(112, 96);
			this.lblC3.Name = "lblC3";
			this.lblC3.Size = new System.Drawing.Size(24, 16);
			this.lblC3.TabIndex = 57;
			this.lblC3.Text = "C3";
			// 
			// lblC2
			// 
			this.lblC2.Image = null;
			this.lblC2.Location = new System.Drawing.Point(136, 96);
			this.lblC2.Name = "lblC2";
			this.lblC2.Size = new System.Drawing.Size(24, 16);
			this.lblC2.TabIndex = 56;
			this.lblC2.Text = "C2";
			// 
			// lblC1
			// 
			this.lblC1.Image = null;
			this.lblC1.Location = new System.Drawing.Point(160, 96);
			this.lblC1.Name = "lblC1";
			this.lblC1.Size = new System.Drawing.Size(24, 16);
			this.lblC1.TabIndex = 55;
			this.lblC1.Text = "C1";
			// 
			// lblC0
			// 
			this.lblC0.Image = null;
			this.lblC0.Location = new System.Drawing.Point(184, 96);
			this.lblC0.Name = "lblC0";
			this.lblC0.Size = new System.Drawing.Size(24, 16);
			this.lblC0.TabIndex = 54;
			this.lblC0.Text = "C0";
			// 
			// chkC3
			// 
			this.chkC3.Image = null;
			this.chkC3.Location = new System.Drawing.Point(112, 112);
			this.chkC3.Name = "chkC3";
			this.chkC3.Size = new System.Drawing.Size(16, 24);
			this.chkC3.TabIndex = 52;
			this.chkC3.CheckedChanged += new System.EventHandler(this.chkC_CheckedChanged);
			// 
			// chkC6
			// 
			this.chkC6.Image = null;
			this.chkC6.Location = new System.Drawing.Point(40, 112);
			this.chkC6.Name = "chkC6";
			this.chkC6.Size = new System.Drawing.Size(16, 24);
			this.chkC6.TabIndex = 47;
			this.chkC6.CheckedChanged += new System.EventHandler(this.chkC_CheckedChanged);
			// 
			// chkC1
			// 
			this.chkC1.Image = null;
			this.chkC1.Location = new System.Drawing.Point(160, 112);
			this.chkC1.Name = "chkC1";
			this.chkC1.Size = new System.Drawing.Size(16, 24);
			this.chkC1.TabIndex = 51;
			this.chkC1.CheckedChanged += new System.EventHandler(this.chkC_CheckedChanged);
			// 
			// chkC0
			// 
			this.chkC0.Image = null;
			this.chkC0.Location = new System.Drawing.Point(184, 112);
			this.chkC0.Name = "chkC0";
			this.chkC0.Size = new System.Drawing.Size(16, 24);
			this.chkC0.TabIndex = 50;
			this.chkC0.CheckedChanged += new System.EventHandler(this.chkC_CheckedChanged);
			// 
			// chkC5
			// 
			this.chkC5.Image = null;
			this.chkC5.Location = new System.Drawing.Point(64, 112);
			this.chkC5.Name = "chkC5";
			this.chkC5.Size = new System.Drawing.Size(16, 24);
			this.chkC5.TabIndex = 49;
			this.chkC5.CheckedChanged += new System.EventHandler(this.chkC_CheckedChanged);
			// 
			// chkC4
			// 
			this.chkC4.Image = null;
			this.chkC4.Location = new System.Drawing.Point(88, 112);
			this.chkC4.Name = "chkC4";
			this.chkC4.Size = new System.Drawing.Size(16, 24);
			this.chkC4.TabIndex = 48;
			this.chkC4.CheckedChanged += new System.EventHandler(this.chkC_CheckedChanged);
			// 
			// chkC2
			// 
			this.chkC2.Image = null;
			this.chkC2.Location = new System.Drawing.Point(136, 112);
			this.chkC2.Name = "chkC2";
			this.chkC2.Size = new System.Drawing.Size(16, 24);
			this.chkC2.TabIndex = 53;
			this.chkC2.CheckedChanged += new System.EventHandler(this.chkC_CheckedChanged);
			// 
			// lblL8
			// 
			this.lblL8.Image = null;
			this.lblL8.Location = new System.Drawing.Point(160, 48);
			this.lblL8.Name = "lblL8";
			this.lblL8.Size = new System.Drawing.Size(24, 16);
			this.lblL8.TabIndex = 44;
			this.lblL8.Text = "L8";
			// 
			// lblL7
			// 
			this.lblL7.Image = null;
			this.lblL7.Location = new System.Drawing.Point(136, 48);
			this.lblL7.Name = "lblL7";
			this.lblL7.Size = new System.Drawing.Size(24, 16);
			this.lblL7.TabIndex = 43;
			this.lblL7.Text = "L7";
			// 
			// lblL6
			// 
			this.lblL6.Image = null;
			this.lblL6.Location = new System.Drawing.Point(112, 48);
			this.lblL6.Name = "lblL6";
			this.lblL6.Size = new System.Drawing.Size(24, 16);
			this.lblL6.TabIndex = 42;
			this.lblL6.Text = "L6";
			// 
			// lblL2
			// 
			this.lblL2.Image = null;
			this.lblL2.Location = new System.Drawing.Point(16, 48);
			this.lblL2.Name = "lblL2";
			this.lblL2.Size = new System.Drawing.Size(24, 16);
			this.lblL2.TabIndex = 30;
			this.lblL2.Text = "L2";
			// 
			// chkL8
			// 
			this.chkL8.Image = null;
			this.chkL8.Location = new System.Drawing.Point(160, 64);
			this.chkL8.Name = "chkL8";
			this.chkL8.Size = new System.Drawing.Size(16, 24);
			this.chkL8.TabIndex = 23;
			this.chkL8.CheckedChanged += new System.EventHandler(this.chkL_CheckedChanged);
			// 
			// chkL2
			// 
			this.chkL2.Image = null;
			this.chkL2.Location = new System.Drawing.Point(16, 64);
			this.chkL2.Name = "chkL2";
			this.chkL2.Size = new System.Drawing.Size(16, 24);
			this.chkL2.TabIndex = 26;
			this.chkL2.CheckedChanged += new System.EventHandler(this.chkL_CheckedChanged);
			// 
			// chkL7
			// 
			this.chkL7.Image = null;
			this.chkL7.Location = new System.Drawing.Point(136, 64);
			this.chkL7.Name = "chkL7";
			this.chkL7.Size = new System.Drawing.Size(16, 24);
			this.chkL7.TabIndex = 25;
			this.chkL7.CheckedChanged += new System.EventHandler(this.chkL_CheckedChanged);
			// 
			// chkL6
			// 
			this.chkL6.Image = null;
			this.chkL6.Location = new System.Drawing.Point(112, 64);
			this.chkL6.Name = "chkL6";
			this.chkL6.Size = new System.Drawing.Size(16, 24);
			this.chkL6.TabIndex = 24;
			this.chkL6.CheckedChanged += new System.EventHandler(this.chkL_CheckedChanged);
			// 
			// lblL9
			// 
			this.lblL9.Image = null;
			this.lblL9.Location = new System.Drawing.Point(184, 48);
			this.lblL9.Name = "lblL9";
			this.lblL9.Size = new System.Drawing.Size(24, 16);
			this.lblL9.TabIndex = 46;
			this.lblL9.Text = "L9";
			// 
			// chkL9
			// 
			this.chkL9.Image = null;
			this.chkL9.Location = new System.Drawing.Point(184, 64);
			this.chkL9.Name = "chkL9";
			this.chkL9.Size = new System.Drawing.Size(16, 24);
			this.chkL9.TabIndex = 45;
			this.chkL9.CheckedChanged += new System.EventHandler(this.chkL_CheckedChanged);
			// 
			// chkL3
			// 
			this.chkL3.Image = null;
			this.chkL3.Location = new System.Drawing.Point(40, 64);
			this.chkL3.Name = "chkL3";
			this.chkL3.Size = new System.Drawing.Size(16, 24);
			this.chkL3.TabIndex = 27;
			this.chkL3.CheckedChanged += new System.EventHandler(this.chkL_CheckedChanged);
			// 
			// lblL3
			// 
			this.lblL3.Image = null;
			this.lblL3.Location = new System.Drawing.Point(40, 48);
			this.lblL3.Name = "lblL3";
			this.lblL3.Size = new System.Drawing.Size(24, 16);
			this.lblL3.TabIndex = 31;
			this.lblL3.Text = "L3";
			// 
			// lblL4
			// 
			this.lblL4.Image = null;
			this.lblL4.Location = new System.Drawing.Point(64, 48);
			this.lblL4.Name = "lblL4";
			this.lblL4.Size = new System.Drawing.Size(24, 16);
			this.lblL4.TabIndex = 32;
			this.lblL4.Text = "L4";
			// 
			// chkL4
			// 
			this.chkL4.Image = null;
			this.chkL4.Location = new System.Drawing.Point(64, 64);
			this.chkL4.Name = "chkL4";
			this.chkL4.Size = new System.Drawing.Size(16, 24);
			this.chkL4.TabIndex = 29;
			this.chkL4.CheckedChanged += new System.EventHandler(this.chkL_CheckedChanged);
			// 
			// lblL5
			// 
			this.lblL5.Image = null;
			this.lblL5.Location = new System.Drawing.Point(88, 48);
			this.lblL5.Name = "lblL5";
			this.lblL5.Size = new System.Drawing.Size(24, 16);
			this.lblL5.TabIndex = 33;
			this.lblL5.Text = "L5";
			// 
			// chkL5
			// 
			this.chkL5.Image = null;
			this.chkL5.Location = new System.Drawing.Point(88, 64);
			this.chkL5.Name = "chkL5";
			this.chkL5.Size = new System.Drawing.Size(16, 24);
			this.chkL5.TabIndex = 28;
			this.chkL5.CheckedChanged += new System.EventHandler(this.chkL_CheckedChanged);
			// 
			// chkATUEnable
			// 
			this.chkATUEnable.Image = null;
			this.chkATUEnable.Location = new System.Drawing.Point(16, 24);
			this.chkATUEnable.Name = "chkATUEnable";
			this.chkATUEnable.Size = new System.Drawing.Size(64, 16);
			this.chkATUEnable.TabIndex = 63;
			this.chkATUEnable.Text = "Enable";
			this.chkATUEnable.CheckedChanged += new System.EventHandler(this.chkATUEnable_CheckedChanged);
			// 
			// chkATUATTN
			// 
			this.chkATUATTN.Image = null;
			this.chkATUATTN.Location = new System.Drawing.Point(88, 24);
			this.chkATUATTN.Name = "chkATUATTN";
			this.chkATUATTN.Size = new System.Drawing.Size(56, 16);
			this.chkATUATTN.TabIndex = 64;
			this.chkATUATTN.Text = "ATTN";
			this.chkATUATTN.CheckedChanged += new System.EventHandler(this.chkATUATTN_CheckedChanged);
			// 
			// chkPollPhaseMag
			// 
			this.chkPollPhaseMag.Location = new System.Drawing.Point(192, 184);
			this.chkPollPhaseMag.Name = "chkPollPhaseMag";
			this.chkPollPhaseMag.Size = new System.Drawing.Size(48, 24);
			this.chkPollPhaseMag.TabIndex = 40;
			this.chkPollPhaseMag.Text = "Poll";
			this.chkPollPhaseMag.CheckedChanged += new System.EventHandler(this.chkPollPhaseMag_CheckedChanged);
			// 
			// txtPhase
			// 
			this.txtPhase.BackColor = System.Drawing.Color.Black;
			this.txtPhase.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.txtPhase.ForeColor = System.Drawing.Color.White;
			this.txtPhase.Location = new System.Drawing.Point(16, 184);
			this.txtPhase.Name = "txtPhase";
			this.txtPhase.Size = new System.Drawing.Size(72, 26);
			this.txtPhase.TabIndex = 41;
			this.txtPhase.Text = "";
			// 
			// lblPhase
			// 
			this.lblPhase.Location = new System.Drawing.Point(16, 168);
			this.lblPhase.Name = "lblPhase";
			this.lblPhase.Size = new System.Drawing.Size(72, 16);
			this.lblPhase.TabIndex = 42;
			this.lblPhase.Text = "Phase";
			this.lblPhase.TextAlign = System.Drawing.ContentAlignment.TopCenter;
			// 
			// lblMag
			// 
			this.lblMag.Location = new System.Drawing.Point(104, 168);
			this.lblMag.Name = "lblMag";
			this.lblMag.Size = new System.Drawing.Size(72, 16);
			this.lblMag.TabIndex = 44;
			this.lblMag.Text = "Mag";
			this.lblMag.TextAlign = System.Drawing.ContentAlignment.TopCenter;
			// 
			// txtMag
			// 
			this.txtMag.BackColor = System.Drawing.Color.Black;
			this.txtMag.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.txtMag.ForeColor = System.Drawing.Color.White;
			this.txtMag.Location = new System.Drawing.Point(104, 184);
			this.txtMag.Name = "txtMag";
			this.txtMag.Size = new System.Drawing.Size(72, 26);
			this.txtMag.TabIndex = 43;
			this.txtMag.Text = "";
			// 
			// picPhase
			// 
			this.picPhase.BackColor = System.Drawing.Color.Black;
			this.picPhase.Location = new System.Drawing.Point(16, 216);
			this.picPhase.Name = "picPhase";
			this.picPhase.Size = new System.Drawing.Size(72, 16);
			this.picPhase.TabIndex = 45;
			this.picPhase.TabStop = false;
			this.picPhase.Paint += new System.Windows.Forms.PaintEventHandler(this.picPhase_Paint);
			// 
			// picMag
			// 
			this.picMag.BackColor = System.Drawing.Color.Black;
			this.picMag.Location = new System.Drawing.Point(104, 216);
			this.picMag.Name = "picMag";
			this.picMag.Size = new System.Drawing.Size(72, 16);
			this.picMag.TabIndex = 46;
			this.picMag.TabStop = false;
			this.picMag.Paint += new System.Windows.Forms.PaintEventHandler(this.picMag_Paint);
			// 
			// udFanPWMOn
			// 
			this.udFanPWMOn.Location = new System.Drawing.Point(40, 16);
			this.udFanPWMOn.Maximum = new System.Decimal(new int[] {
																	   255,
																	   0,
																	   0,
																	   0});
			this.udFanPWMOn.Name = "udFanPWMOn";
			this.udFanPWMOn.Size = new System.Drawing.Size(48, 20);
			this.udFanPWMOn.TabIndex = 66;
			this.udFanPWMOn.Value = new System.Decimal(new int[] {
																	 50,
																	 0,
																	 0,
																	 0});
			this.udFanPWMOn.ValueChanged += new System.EventHandler(this.udFanPWM_ValueChanged);
			// 
			// udFanPWMOff
			// 
			this.udFanPWMOff.Location = new System.Drawing.Point(40, 40);
			this.udFanPWMOff.Maximum = new System.Decimal(new int[] {
																		255,
																		0,
																		0,
																		0});
			this.udFanPWMOff.Name = "udFanPWMOff";
			this.udFanPWMOff.Size = new System.Drawing.Size(48, 20);
			this.udFanPWMOff.TabIndex = 67;
			this.udFanPWMOff.Value = new System.Decimal(new int[] {
																	  50,
																	  0,
																	  0,
																	  0});
			this.udFanPWMOff.ValueChanged += new System.EventHandler(this.udFanPWM_ValueChanged);
			// 
			// grpFanPWM
			// 
			this.grpFanPWM.Controls.Add(this.udFanSpeed);
			this.grpFanPWM.Controls.Add(this.labelTS1);
			this.grpFanPWM.Controls.Add(this.lblFanPWMOff);
			this.grpFanPWM.Controls.Add(this.lblFanPWMOn);
			this.grpFanPWM.Controls.Add(this.udFanPWMOn);
			this.grpFanPWM.Controls.Add(this.udFanPWMOff);
			this.grpFanPWM.Location = new System.Drawing.Point(296, 8);
			this.grpFanPWM.Name = "grpFanPWM";
			this.grpFanPWM.Size = new System.Drawing.Size(104, 96);
			this.grpFanPWM.TabIndex = 68;
			this.grpFanPWM.TabStop = false;
			this.grpFanPWM.Text = "Fan PWM";
			// 
			// udFanSpeed
			// 
			this.udFanSpeed.DecimalPlaces = 2;
			this.udFanSpeed.Increment = new System.Decimal(new int[] {
																		 1,
																		 0,
																		 0,
																		 131072});
			this.udFanSpeed.Location = new System.Drawing.Point(48, 64);
			this.udFanSpeed.Maximum = new System.Decimal(new int[] {
																	   10,
																	   0,
																	   0,
																	   65536});
			this.udFanSpeed.Name = "udFanSpeed";
			this.udFanSpeed.Size = new System.Drawing.Size(48, 20);
			this.udFanSpeed.TabIndex = 70;
			this.udFanSpeed.ValueChanged += new System.EventHandler(this.udFanSpeed_ValueChanged);
			// 
			// labelTS1
			// 
			this.labelTS1.Image = null;
			this.labelTS1.Location = new System.Drawing.Point(8, 64);
			this.labelTS1.Name = "labelTS1";
			this.labelTS1.Size = new System.Drawing.Size(40, 16);
			this.labelTS1.TabIndex = 71;
			this.labelTS1.Text = "Speed:";
			// 
			// lblFanPWMOff
			// 
			this.lblFanPWMOff.Image = null;
			this.lblFanPWMOff.Location = new System.Drawing.Point(8, 40);
			this.lblFanPWMOff.Name = "lblFanPWMOff";
			this.lblFanPWMOff.Size = new System.Drawing.Size(24, 16);
			this.lblFanPWMOff.TabIndex = 69;
			this.lblFanPWMOff.Text = "Off:";
			// 
			// lblFanPWMOn
			// 
			this.lblFanPWMOn.Image = null;
			this.lblFanPWMOn.Location = new System.Drawing.Point(8, 16);
			this.lblFanPWMOn.Name = "lblFanPWMOn";
			this.lblFanPWMOn.Size = new System.Drawing.Size(24, 16);
			this.lblFanPWMOn.TabIndex = 68;
			this.lblFanPWMOn.Text = "On:";
			// 
			// picSWR
			// 
			this.picSWR.BackColor = System.Drawing.Color.Black;
			this.picSWR.Location = new System.Drawing.Point(264, 224);
			this.picSWR.Name = "picSWR";
			this.picSWR.Size = new System.Drawing.Size(72, 16);
			this.picSWR.TabIndex = 71;
			this.picSWR.TabStop = false;
			this.picSWR.Paint += new System.Windows.Forms.PaintEventHandler(this.picSWR_Paint);
			// 
			// lblSWR
			// 
			this.lblSWR.Location = new System.Drawing.Point(264, 176);
			this.lblSWR.Name = "lblSWR";
			this.lblSWR.Size = new System.Drawing.Size(72, 16);
			this.lblSWR.TabIndex = 70;
			this.lblSWR.Text = "SWR";
			this.lblSWR.TextAlign = System.Drawing.ContentAlignment.TopCenter;
			// 
			// txtSWR
			// 
			this.txtSWR.BackColor = System.Drawing.Color.Black;
			this.txtSWR.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.txtSWR.ForeColor = System.Drawing.Color.White;
			this.txtSWR.Location = new System.Drawing.Point(264, 192);
			this.txtSWR.Name = "txtSWR";
			this.txtSWR.Size = new System.Drawing.Size(72, 26);
			this.txtSWR.TabIndex = 69;
			this.txtSWR.Text = "";
			// 
			// chkPollSWR
			// 
			this.chkPollSWR.Location = new System.Drawing.Point(344, 184);
			this.chkPollSWR.Name = "chkPollSWR";
			this.chkPollSWR.Size = new System.Drawing.Size(48, 24);
			this.chkPollSWR.TabIndex = 72;
			this.chkPollSWR.Text = "Poll";
			this.chkPollSWR.CheckedChanged += new System.EventHandler(this.chkPollSWR_CheckedChanged);
			// 
			// btnTune
			// 
			this.btnTune.Location = new System.Drawing.Point(168, 16);
			this.btnTune.Name = "btnTune";
			this.btnTune.TabIndex = 73;
			this.btnTune.Text = "Tune";
			this.btnTune.Click += new System.EventHandler(this.btnTune_Click);
			// 
			// FLEX3000TestForm
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(400, 246);
			this.Controls.Add(this.chkPollSWR);
			this.Controls.Add(this.picSWR);
			this.Controls.Add(this.lblSWR);
			this.Controls.Add(this.txtSWR);
			this.Controls.Add(this.grpFanPWM);
			this.Controls.Add(this.picMag);
			this.Controls.Add(this.picPhase);
			this.Controls.Add(this.lblMag);
			this.Controls.Add(this.txtMag);
			this.Controls.Add(this.txtPhase);
			this.Controls.Add(this.lblPhase);
			this.Controls.Add(this.chkPollPhaseMag);
			this.Controls.Add(this.grpATURelays);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.Name = "FLEX3000TestForm";
			this.Text = "FLEX-3000 Test Form";
			this.Closing += new System.ComponentModel.CancelEventHandler(this.FLEX3000TestForm_Closing);
			this.grpATURelays.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.udATUC)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.udATUL)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.udFanPWMOn)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.udFanPWMOff)).EndInit();
			this.grpFanPWM.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.udFanSpeed)).EndInit();
			this.ResumeLayout(false);

		}
Beispiel #48
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.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FWCATUForm));
     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.toolTip1        = new System.Windows.Forms.ToolTip(this.components);
     this.btnTuneMemory   = new System.Windows.Forms.ButtonTS();
     this.btnTuneFull     = new System.Windows.Forms.ButtonTS();
     this.chkUseTUN       = new System.Windows.Forms.CheckBoxTS();
     this.grpFeedback     = new System.Windows.Forms.GroupBoxTS();
     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.grpSWRThreshold = new System.Windows.Forms.GroupBoxTS();
     this.comboSWRThresh  = new System.Windows.Forms.ComboBoxTS();
     this.grpTune         = new System.Windows.Forms.GroupBoxTS();
     this.grpMode.SuspendLayout();
     this.grpFeedback.SuspendLayout();
     this.grpSWRThreshold.SuspendLayout();
     this.grpTune.SuspendLayout();
     this.SuspendLayout();
     //
     // 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.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.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);
     //
     // 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);
     //
     // 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);
     //
     // 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.");
     //
     // grpFeedback
     //
     this.grpFeedback.BackColor = System.Drawing.SystemColors.Control;
     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, 136);
     this.grpFeedback.Name     = "grpFeedback";
     this.grpFeedback.Size     = new System.Drawing.Size(264, 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.");
     //
     // lblTuneComplete
     //
     this.lblTuneComplete.Font      = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblTuneComplete.ForeColor = System.Drawing.Color.Green;
     this.lblTuneComplete.Image     = null;
     this.lblTuneComplete.Location  = new System.Drawing.Point(16, 24);
     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(176, 48);
     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(168, 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(16, 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(16, 48);
     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(80, 72);
     this.lblForward.Name     = "lblForward";
     this.lblForward.Size     = new System.Drawing.Size(80, 16);
     this.lblForward.TabIndex = 6;
     this.lblForward.Text     = "Forward: 0";
     //
     // 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);
     //
     // 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";
     //
     // FWCATUForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(392, 238);
     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.grpMode.ResumeLayout(false);
     this.grpFeedback.ResumeLayout(false);
     this.grpSWRThreshold.ResumeLayout(false);
     this.grpTune.ResumeLayout(false);
     this.ResumeLayout(false);
 }
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(XVTRForm));
            this.lblBandButton = new System.Windows.Forms.LabelTS();
            this.lblUCBAddress = new System.Windows.Forms.LabelTS();
            this.lblButtonText = new System.Windows.Forms.LabelTS();
            this.txtBandButton0 = new System.Windows.Forms.TextBoxTS();
            this.txtBandButton1 = new System.Windows.Forms.TextBoxTS();
            this.txtBandButton2 = new System.Windows.Forms.TextBoxTS();
            this.txtBandButton3 = new System.Windows.Forms.TextBoxTS();
            this.txtBandButton4 = new System.Windows.Forms.TextBoxTS();
            this.txtBandButton5 = new System.Windows.Forms.TextBoxTS();
            this.txtBandButton6 = new System.Windows.Forms.TextBoxTS();
            this.txtBandButton7 = new System.Windows.Forms.TextBoxTS();
            this.txtBandButton8 = new System.Windows.Forms.TextBoxTS();
            this.txtBandButton9 = new System.Windows.Forms.TextBoxTS();
            this.txtBandButton10 = new System.Windows.Forms.TextBoxTS();
            this.txtBandButton11 = new System.Windows.Forms.TextBoxTS();
            this.txtBandButton12 = new System.Windows.Forms.TextBoxTS();
            this.txtBandButton13 = new System.Windows.Forms.TextBoxTS();
            this.txtBandButton14 = new System.Windows.Forms.TextBoxTS();
            this.txtBandButton15 = new System.Windows.Forms.TextBoxTS();
            this.udUCBAddr0 = new System.Windows.Forms.NumericUpDownTS();
            this.udUCBAddr1 = new System.Windows.Forms.NumericUpDownTS();
            this.udUCBAddr2 = new System.Windows.Forms.NumericUpDownTS();
            this.udUCBAddr3 = new System.Windows.Forms.NumericUpDownTS();
            this.udUCBAddr4 = new System.Windows.Forms.NumericUpDownTS();
            this.udUCBAddr5 = new System.Windows.Forms.NumericUpDownTS();
            this.udUCBAddr6 = new System.Windows.Forms.NumericUpDownTS();
            this.udUCBAddr7 = new System.Windows.Forms.NumericUpDownTS();
            this.udUCBAddr8 = new System.Windows.Forms.NumericUpDownTS();
            this.udUCBAddr9 = new System.Windows.Forms.NumericUpDownTS();
            this.udUCBAddr10 = new System.Windows.Forms.NumericUpDownTS();
            this.udUCBAddr11 = new System.Windows.Forms.NumericUpDownTS();
            this.udUCBAddr12 = new System.Windows.Forms.NumericUpDownTS();
            this.udUCBAddr13 = new System.Windows.Forms.NumericUpDownTS();
            this.udUCBAddr14 = new System.Windows.Forms.NumericUpDownTS();
            this.udUCBAddr15 = new System.Windows.Forms.NumericUpDownTS();
            this.chkEnable0 = new System.Windows.Forms.CheckBoxTS();
            this.chkEnable1 = new System.Windows.Forms.CheckBoxTS();
            this.chkEnable2 = new System.Windows.Forms.CheckBoxTS();
            this.chkEnable3 = new System.Windows.Forms.CheckBoxTS();
            this.chkEnable4 = new System.Windows.Forms.CheckBoxTS();
            this.chkEnable5 = new System.Windows.Forms.CheckBoxTS();
            this.chkEnable6 = new System.Windows.Forms.CheckBoxTS();
            this.chkEnable7 = new System.Windows.Forms.CheckBoxTS();
            this.chkEnable8 = new System.Windows.Forms.CheckBoxTS();
            this.chkEnable9 = new System.Windows.Forms.CheckBoxTS();
            this.chkEnable10 = new System.Windows.Forms.CheckBoxTS();
            this.chkEnable11 = new System.Windows.Forms.CheckBoxTS();
            this.chkEnable12 = new System.Windows.Forms.CheckBoxTS();
            this.chkEnable13 = new System.Windows.Forms.CheckBoxTS();
            this.chkEnable14 = new System.Windows.Forms.CheckBoxTS();
            this.chkEnable15 = new System.Windows.Forms.CheckBoxTS();
            this.lblEnabled = new System.Windows.Forms.LabelTS();
            this.txtButtonText15 = new System.Windows.Forms.TextBoxTS();
            this.txtButtonText14 = new System.Windows.Forms.TextBoxTS();
            this.txtButtonText13 = new System.Windows.Forms.TextBoxTS();
            this.txtButtonText12 = new System.Windows.Forms.TextBoxTS();
            this.txtButtonText11 = new System.Windows.Forms.TextBoxTS();
            this.txtButtonText10 = new System.Windows.Forms.TextBoxTS();
            this.txtButtonText9 = new System.Windows.Forms.TextBoxTS();
            this.txtButtonText8 = new System.Windows.Forms.TextBoxTS();
            this.txtButtonText7 = new System.Windows.Forms.TextBoxTS();
            this.txtButtonText6 = new System.Windows.Forms.TextBoxTS();
            this.txtButtonText5 = new System.Windows.Forms.TextBoxTS();
            this.txtButtonText4 = new System.Windows.Forms.TextBoxTS();
            this.txtButtonText3 = new System.Windows.Forms.TextBoxTS();
            this.txtButtonText2 = new System.Windows.Forms.TextBoxTS();
            this.txtButtonText1 = new System.Windows.Forms.TextBoxTS();
            this.txtButtonText0 = new System.Windows.Forms.TextBoxTS();
            this.lblLOOffset = new System.Windows.Forms.LabelTS();
            this.udLOOffset15 = new System.Windows.Forms.NumericUpDownTS();
            this.udLOOffset14 = new System.Windows.Forms.NumericUpDownTS();
            this.udLOOffset13 = new System.Windows.Forms.NumericUpDownTS();
            this.udLOOffset12 = new System.Windows.Forms.NumericUpDownTS();
            this.udLOOffset11 = new System.Windows.Forms.NumericUpDownTS();
            this.udLOOffset10 = new System.Windows.Forms.NumericUpDownTS();
            this.udLOOffset9 = new System.Windows.Forms.NumericUpDownTS();
            this.udLOOffset8 = new System.Windows.Forms.NumericUpDownTS();
            this.udLOOffset7 = new System.Windows.Forms.NumericUpDownTS();
            this.udLOOffset6 = new System.Windows.Forms.NumericUpDownTS();
            this.udLOOffset5 = new System.Windows.Forms.NumericUpDownTS();
            this.udLOOffset4 = new System.Windows.Forms.NumericUpDownTS();
            this.udLOOffset3 = new System.Windows.Forms.NumericUpDownTS();
            this.udLOOffset2 = new System.Windows.Forms.NumericUpDownTS();
            this.udLOOffset1 = new System.Windows.Forms.NumericUpDownTS();
            this.udLOOffset0 = new System.Windows.Forms.NumericUpDownTS();
            this.udFreqBegin15 = new System.Windows.Forms.NumericUpDownTS();
            this.udFreqBegin14 = new System.Windows.Forms.NumericUpDownTS();
            this.udFreqBegin13 = new System.Windows.Forms.NumericUpDownTS();
            this.udFreqBegin12 = new System.Windows.Forms.NumericUpDownTS();
            this.udFreqBegin11 = new System.Windows.Forms.NumericUpDownTS();
            this.udFreqBegin10 = new System.Windows.Forms.NumericUpDownTS();
            this.udFreqBegin9 = new System.Windows.Forms.NumericUpDownTS();
            this.udFreqBegin8 = new System.Windows.Forms.NumericUpDownTS();
            this.udFreqBegin7 = new System.Windows.Forms.NumericUpDownTS();
            this.udFreqBegin6 = new System.Windows.Forms.NumericUpDownTS();
            this.udFreqBegin5 = new System.Windows.Forms.NumericUpDownTS();
            this.udFreqBegin4 = new System.Windows.Forms.NumericUpDownTS();
            this.udFreqBegin3 = new System.Windows.Forms.NumericUpDownTS();
            this.udFreqBegin2 = new System.Windows.Forms.NumericUpDownTS();
            this.udFreqBegin1 = new System.Windows.Forms.NumericUpDownTS();
            this.udFreqBegin0 = new System.Windows.Forms.NumericUpDownTS();
            this.lblFreqBegin = new System.Windows.Forms.LabelTS();
            this.lblFreqEnd = new System.Windows.Forms.LabelTS();
            this.udFreqEnd15 = new System.Windows.Forms.NumericUpDownTS();
            this.udFreqEnd14 = new System.Windows.Forms.NumericUpDownTS();
            this.udFreqEnd13 = new System.Windows.Forms.NumericUpDownTS();
            this.udFreqEnd12 = new System.Windows.Forms.NumericUpDownTS();
            this.udFreqEnd11 = new System.Windows.Forms.NumericUpDownTS();
            this.udFreqEnd10 = new System.Windows.Forms.NumericUpDownTS();
            this.udFreqEnd9 = new System.Windows.Forms.NumericUpDownTS();
            this.udFreqEnd8 = new System.Windows.Forms.NumericUpDownTS();
            this.udFreqEnd7 = new System.Windows.Forms.NumericUpDownTS();
            this.udFreqEnd6 = new System.Windows.Forms.NumericUpDownTS();
            this.udFreqEnd5 = new System.Windows.Forms.NumericUpDownTS();
            this.udFreqEnd4 = new System.Windows.Forms.NumericUpDownTS();
            this.udFreqEnd3 = new System.Windows.Forms.NumericUpDownTS();
            this.udFreqEnd2 = new System.Windows.Forms.NumericUpDownTS();
            this.udFreqEnd1 = new System.Windows.Forms.NumericUpDownTS();
            this.udFreqEnd0 = new System.Windows.Forms.NumericUpDownTS();
            this.lblRXOnly = new System.Windows.Forms.LabelTS();
            this.chkRXOnly15 = new System.Windows.Forms.CheckBoxTS();
            this.chkRXOnly14 = new System.Windows.Forms.CheckBoxTS();
            this.chkRXOnly13 = new System.Windows.Forms.CheckBoxTS();
            this.chkRXOnly12 = new System.Windows.Forms.CheckBoxTS();
            this.chkRXOnly11 = new System.Windows.Forms.CheckBoxTS();
            this.chkRXOnly10 = new System.Windows.Forms.CheckBoxTS();
            this.chkRXOnly9 = new System.Windows.Forms.CheckBoxTS();
            this.chkRXOnly8 = new System.Windows.Forms.CheckBoxTS();
            this.chkRXOnly7 = new System.Windows.Forms.CheckBoxTS();
            this.chkRXOnly6 = new System.Windows.Forms.CheckBoxTS();
            this.chkRXOnly5 = new System.Windows.Forms.CheckBoxTS();
            this.chkRXOnly4 = new System.Windows.Forms.CheckBoxTS();
            this.chkRXOnly3 = new System.Windows.Forms.CheckBoxTS();
            this.chkRXOnly2 = new System.Windows.Forms.CheckBoxTS();
            this.chkRXOnly1 = new System.Windows.Forms.CheckBoxTS();
            this.chkRXOnly0 = new System.Windows.Forms.CheckBoxTS();
            this.udLOError15 = new System.Windows.Forms.NumericUpDownTS();
            this.udLOError14 = new System.Windows.Forms.NumericUpDownTS();
            this.udLOError13 = new System.Windows.Forms.NumericUpDownTS();
            this.udLOError12 = new System.Windows.Forms.NumericUpDownTS();
            this.udLOError11 = new System.Windows.Forms.NumericUpDownTS();
            this.udLOError10 = new System.Windows.Forms.NumericUpDownTS();
            this.udLOError9 = new System.Windows.Forms.NumericUpDownTS();
            this.udLOError8 = new System.Windows.Forms.NumericUpDownTS();
            this.udLOError7 = new System.Windows.Forms.NumericUpDownTS();
            this.udLOError6 = new System.Windows.Forms.NumericUpDownTS();
            this.udLOError5 = new System.Windows.Forms.NumericUpDownTS();
            this.udLOError4 = new System.Windows.Forms.NumericUpDownTS();
            this.udLOError3 = new System.Windows.Forms.NumericUpDownTS();
            this.udLOError2 = new System.Windows.Forms.NumericUpDownTS();
            this.udLOError1 = new System.Windows.Forms.NumericUpDownTS();
            this.udLOError0 = new System.Windows.Forms.NumericUpDownTS();
            this.lblLOError = new System.Windows.Forms.LabelTS();
            this.udPower15 = new System.Windows.Forms.NumericUpDownTS();
            this.udPower14 = new System.Windows.Forms.NumericUpDownTS();
            this.udPower13 = new System.Windows.Forms.NumericUpDownTS();
            this.udPower12 = new System.Windows.Forms.NumericUpDownTS();
            this.udPower11 = new System.Windows.Forms.NumericUpDownTS();
            this.udPower10 = new System.Windows.Forms.NumericUpDownTS();
            this.udPower9 = new System.Windows.Forms.NumericUpDownTS();
            this.udPower8 = new System.Windows.Forms.NumericUpDownTS();
            this.udPower7 = new System.Windows.Forms.NumericUpDownTS();
            this.udPower6 = new System.Windows.Forms.NumericUpDownTS();
            this.udPower5 = new System.Windows.Forms.NumericUpDownTS();
            this.udPower4 = new System.Windows.Forms.NumericUpDownTS();
            this.udPower3 = new System.Windows.Forms.NumericUpDownTS();
            this.udPower2 = new System.Windows.Forms.NumericUpDownTS();
            this.udPower1 = new System.Windows.Forms.NumericUpDownTS();
            this.udPower0 = new System.Windows.Forms.NumericUpDownTS();
            this.lblPower = new System.Windows.Forms.LabelTS();
            this.chkXVTRRF15 = new System.Windows.Forms.CheckBoxTS();
            this.chkXVTRRF14 = new System.Windows.Forms.CheckBoxTS();
            this.chkXVTRRF13 = new System.Windows.Forms.CheckBoxTS();
            this.chkXVTRRF12 = new System.Windows.Forms.CheckBoxTS();
            this.chkXVTRRF11 = new System.Windows.Forms.CheckBoxTS();
            this.chkXVTRRF10 = new System.Windows.Forms.CheckBoxTS();
            this.chkXVTRRF9 = new System.Windows.Forms.CheckBoxTS();
            this.chkXVTRRF8 = new System.Windows.Forms.CheckBoxTS();
            this.chkXVTRRF7 = new System.Windows.Forms.CheckBoxTS();
            this.chkXVTRRF6 = new System.Windows.Forms.CheckBoxTS();
            this.chkXVTRRF5 = new System.Windows.Forms.CheckBoxTS();
            this.chkXVTRRF4 = new System.Windows.Forms.CheckBoxTS();
            this.chkXVTRRF3 = new System.Windows.Forms.CheckBoxTS();
            this.chkXVTRRF2 = new System.Windows.Forms.CheckBoxTS();
            this.chkXVTRRF1 = new System.Windows.Forms.CheckBoxTS();
            this.chkXVTRRF0 = new System.Windows.Forms.CheckBoxTS();
            this.lblXVTRRF = new System.Windows.Forms.LabelTS();
            this.udRXGain15 = new System.Windows.Forms.NumericUpDownTS();
            this.udRXGain14 = new System.Windows.Forms.NumericUpDownTS();
            this.udRXGain13 = new System.Windows.Forms.NumericUpDownTS();
            this.udRXGain12 = new System.Windows.Forms.NumericUpDownTS();
            this.udRXGain11 = new System.Windows.Forms.NumericUpDownTS();
            this.udRXGain10 = new System.Windows.Forms.NumericUpDownTS();
            this.udRXGain9 = new System.Windows.Forms.NumericUpDownTS();
            this.udRXGain8 = new System.Windows.Forms.NumericUpDownTS();
            this.udRXGain7 = new System.Windows.Forms.NumericUpDownTS();
            this.udRXGain6 = new System.Windows.Forms.NumericUpDownTS();
            this.udRXGain5 = new System.Windows.Forms.NumericUpDownTS();
            this.udRXGain4 = new System.Windows.Forms.NumericUpDownTS();
            this.udRXGain3 = new System.Windows.Forms.NumericUpDownTS();
            this.udRXGain2 = new System.Windows.Forms.NumericUpDownTS();
            this.udRXGain1 = new System.Windows.Forms.NumericUpDownTS();
            this.udRXGain0 = new System.Windows.Forms.NumericUpDownTS();
            this.lblRXGain = new System.Windows.Forms.LabelTS();
            this.chkUseXVTRTUNPWR = new System.Windows.Forms.CheckBoxTS();
            ((System.ComponentModel.ISupportInitialize)(this.udUCBAddr0)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udUCBAddr1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udUCBAddr2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udUCBAddr3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udUCBAddr4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udUCBAddr5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udUCBAddr6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udUCBAddr7)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udUCBAddr8)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udUCBAddr9)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udUCBAddr10)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udUCBAddr11)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udUCBAddr12)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udUCBAddr13)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udUCBAddr14)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udUCBAddr15)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udLOOffset15)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udLOOffset14)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udLOOffset13)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udLOOffset12)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udLOOffset11)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udLOOffset10)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udLOOffset9)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udLOOffset8)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udLOOffset7)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udLOOffset6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udLOOffset5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udLOOffset4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udLOOffset3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udLOOffset2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udLOOffset1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udLOOffset0)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udFreqBegin15)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udFreqBegin14)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udFreqBegin13)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udFreqBegin12)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udFreqBegin11)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udFreqBegin10)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udFreqBegin9)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udFreqBegin8)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udFreqBegin7)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udFreqBegin6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udFreqBegin5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udFreqBegin4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udFreqBegin3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udFreqBegin2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udFreqBegin1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udFreqBegin0)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udFreqEnd15)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udFreqEnd14)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udFreqEnd13)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udFreqEnd12)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udFreqEnd11)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udFreqEnd10)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udFreqEnd9)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udFreqEnd8)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udFreqEnd7)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udFreqEnd6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udFreqEnd5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udFreqEnd4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udFreqEnd3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udFreqEnd2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udFreqEnd1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udFreqEnd0)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udLOError15)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udLOError14)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udLOError13)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udLOError12)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udLOError11)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udLOError10)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udLOError9)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udLOError8)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udLOError7)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udLOError6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udLOError5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udLOError4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udLOError3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udLOError2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udLOError1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udLOError0)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udPower15)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udPower14)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udPower13)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udPower12)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udPower11)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udPower10)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udPower9)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udPower8)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udPower7)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udPower6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udPower5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udPower4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udPower3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udPower2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udPower1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udPower0)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udRXGain15)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udRXGain14)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udRXGain13)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udRXGain12)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udRXGain11)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udRXGain10)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udRXGain9)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udRXGain8)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udRXGain7)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udRXGain6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udRXGain5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udRXGain4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udRXGain3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udRXGain2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udRXGain1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udRXGain0)).BeginInit();
            this.SuspendLayout();
            // 
            // lblBandButton
            // 
            this.lblBandButton.Image = null;
            this.lblBandButton.Location = new System.Drawing.Point(72, 24);
            this.lblBandButton.Name = "lblBandButton";
            this.lblBandButton.Size = new System.Drawing.Size(72, 16);
            this.lblBandButton.TabIndex = 0;
            this.lblBandButton.Text = "Band Button";
            // 
            // lblUCBAddress
            // 
            this.lblUCBAddress.Image = null;
            this.lblUCBAddress.Location = new System.Drawing.Point(144, 24);
            this.lblUCBAddress.Name = "lblUCBAddress";
            this.lblUCBAddress.Size = new System.Drawing.Size(80, 16);
            this.lblUCBAddress.TabIndex = 1;
            this.lblUCBAddress.Text = "UCB Address";
            // 
            // lblButtonText
            // 
            this.lblButtonText.Image = null;
            this.lblButtonText.Location = new System.Drawing.Point(224, 24);
            this.lblButtonText.Name = "lblButtonText";
            this.lblButtonText.Size = new System.Drawing.Size(72, 16);
            this.lblButtonText.TabIndex = 2;
            this.lblButtonText.Text = "Button Text";
            // 
            // txtBandButton0
            // 
            this.txtBandButton0.Location = new System.Drawing.Point(72, 48);
            this.txtBandButton0.Name = "txtBandButton0";
            this.txtBandButton0.ReadOnly = true;
            this.txtBandButton0.Size = new System.Drawing.Size(64, 20);
            this.txtBandButton0.TabIndex = 1;
            this.txtBandButton0.Text = "0";
            this.txtBandButton0.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // txtBandButton1
            // 
            this.txtBandButton1.Location = new System.Drawing.Point(72, 72);
            this.txtBandButton1.Name = "txtBandButton1";
            this.txtBandButton1.ReadOnly = true;
            this.txtBandButton1.Size = new System.Drawing.Size(64, 20);
            this.txtBandButton1.TabIndex = 13;
            this.txtBandButton1.Text = "1";
            this.txtBandButton1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // txtBandButton2
            // 
            this.txtBandButton2.Location = new System.Drawing.Point(72, 96);
            this.txtBandButton2.Name = "txtBandButton2";
            this.txtBandButton2.ReadOnly = true;
            this.txtBandButton2.Size = new System.Drawing.Size(64, 20);
            this.txtBandButton2.TabIndex = 25;
            this.txtBandButton2.Text = "2";
            this.txtBandButton2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // txtBandButton3
            // 
            this.txtBandButton3.Location = new System.Drawing.Point(72, 120);
            this.txtBandButton3.Name = "txtBandButton3";
            this.txtBandButton3.ReadOnly = true;
            this.txtBandButton3.Size = new System.Drawing.Size(64, 20);
            this.txtBandButton3.TabIndex = 37;
            this.txtBandButton3.Text = "3";
            this.txtBandButton3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // txtBandButton4
            // 
            this.txtBandButton4.Location = new System.Drawing.Point(72, 144);
            this.txtBandButton4.Name = "txtBandButton4";
            this.txtBandButton4.ReadOnly = true;
            this.txtBandButton4.Size = new System.Drawing.Size(64, 20);
            this.txtBandButton4.TabIndex = 49;
            this.txtBandButton4.Text = "4";
            this.txtBandButton4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // txtBandButton5
            // 
            this.txtBandButton5.Location = new System.Drawing.Point(72, 168);
            this.txtBandButton5.Name = "txtBandButton5";
            this.txtBandButton5.ReadOnly = true;
            this.txtBandButton5.Size = new System.Drawing.Size(64, 20);
            this.txtBandButton5.TabIndex = 61;
            this.txtBandButton5.Text = "5";
            this.txtBandButton5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // txtBandButton6
            // 
            this.txtBandButton6.Location = new System.Drawing.Point(72, 192);
            this.txtBandButton6.Name = "txtBandButton6";
            this.txtBandButton6.ReadOnly = true;
            this.txtBandButton6.Size = new System.Drawing.Size(64, 20);
            this.txtBandButton6.TabIndex = 73;
            this.txtBandButton6.Text = "6";
            this.txtBandButton6.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // txtBandButton7
            // 
            this.txtBandButton7.Location = new System.Drawing.Point(72, 216);
            this.txtBandButton7.Name = "txtBandButton7";
            this.txtBandButton7.ReadOnly = true;
            this.txtBandButton7.Size = new System.Drawing.Size(64, 20);
            this.txtBandButton7.TabIndex = 85;
            this.txtBandButton7.Text = "7";
            this.txtBandButton7.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // txtBandButton8
            // 
            this.txtBandButton8.Location = new System.Drawing.Point(72, 240);
            this.txtBandButton8.Name = "txtBandButton8";
            this.txtBandButton8.ReadOnly = true;
            this.txtBandButton8.Size = new System.Drawing.Size(64, 20);
            this.txtBandButton8.TabIndex = 97;
            this.txtBandButton8.Text = "8";
            this.txtBandButton8.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // txtBandButton9
            // 
            this.txtBandButton9.Location = new System.Drawing.Point(72, 264);
            this.txtBandButton9.Name = "txtBandButton9";
            this.txtBandButton9.ReadOnly = true;
            this.txtBandButton9.Size = new System.Drawing.Size(64, 20);
            this.txtBandButton9.TabIndex = 109;
            this.txtBandButton9.Text = "9";
            this.txtBandButton9.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // txtBandButton10
            // 
            this.txtBandButton10.Location = new System.Drawing.Point(72, 288);
            this.txtBandButton10.Name = "txtBandButton10";
            this.txtBandButton10.ReadOnly = true;
            this.txtBandButton10.Size = new System.Drawing.Size(64, 20);
            this.txtBandButton10.TabIndex = 121;
            this.txtBandButton10.Text = "10";
            this.txtBandButton10.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // txtBandButton11
            // 
            this.txtBandButton11.Location = new System.Drawing.Point(72, 312);
            this.txtBandButton11.Name = "txtBandButton11";
            this.txtBandButton11.ReadOnly = true;
            this.txtBandButton11.Size = new System.Drawing.Size(64, 20);
            this.txtBandButton11.TabIndex = 133;
            this.txtBandButton11.Text = "11";
            this.txtBandButton11.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // txtBandButton12
            // 
            this.txtBandButton12.Location = new System.Drawing.Point(72, 336);
            this.txtBandButton12.Name = "txtBandButton12";
            this.txtBandButton12.ReadOnly = true;
            this.txtBandButton12.Size = new System.Drawing.Size(64, 20);
            this.txtBandButton12.TabIndex = 145;
            this.txtBandButton12.Text = "12";
            this.txtBandButton12.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // txtBandButton13
            // 
            this.txtBandButton13.Location = new System.Drawing.Point(72, 360);
            this.txtBandButton13.Name = "txtBandButton13";
            this.txtBandButton13.ReadOnly = true;
            this.txtBandButton13.Size = new System.Drawing.Size(64, 20);
            this.txtBandButton13.TabIndex = 157;
            this.txtBandButton13.Text = "13";
            this.txtBandButton13.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // txtBandButton14
            // 
            this.txtBandButton14.Location = new System.Drawing.Point(72, 384);
            this.txtBandButton14.Name = "txtBandButton14";
            this.txtBandButton14.ReadOnly = true;
            this.txtBandButton14.Size = new System.Drawing.Size(64, 20);
            this.txtBandButton14.TabIndex = 169;
            this.txtBandButton14.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.txtBandButton14.Visible = false;
            // 
            // txtBandButton15
            // 
            this.txtBandButton15.Location = new System.Drawing.Point(72, 408);
            this.txtBandButton15.Name = "txtBandButton15";
            this.txtBandButton15.ReadOnly = true;
            this.txtBandButton15.Size = new System.Drawing.Size(64, 20);
            this.txtBandButton15.TabIndex = 181;
            this.txtBandButton15.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.txtBandButton15.Visible = false;
            // 
            // udUCBAddr0
            // 
            this.udUCBAddr0.Enabled = false;
            this.udUCBAddr0.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udUCBAddr0.Location = new System.Drawing.Point(160, 48);
            this.udUCBAddr0.Maximum = new decimal(new int[] {
            15,
            0,
            0,
            0});
            this.udUCBAddr0.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udUCBAddr0.Name = "udUCBAddr0";
            this.udUCBAddr0.Size = new System.Drawing.Size(40, 20);
            this.udUCBAddr0.TabIndex = 2;
            this.udUCBAddr0.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            // 
            // udUCBAddr1
            // 
            this.udUCBAddr1.Enabled = false;
            this.udUCBAddr1.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udUCBAddr1.Location = new System.Drawing.Point(160, 72);
            this.udUCBAddr1.Maximum = new decimal(new int[] {
            15,
            0,
            0,
            0});
            this.udUCBAddr1.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udUCBAddr1.Name = "udUCBAddr1";
            this.udUCBAddr1.Size = new System.Drawing.Size(40, 20);
            this.udUCBAddr1.TabIndex = 14;
            this.udUCBAddr1.Value = new decimal(new int[] {
            1,
            0,
            0,
            0});
            // 
            // udUCBAddr2
            // 
            this.udUCBAddr2.Enabled = false;
            this.udUCBAddr2.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udUCBAddr2.Location = new System.Drawing.Point(160, 96);
            this.udUCBAddr2.Maximum = new decimal(new int[] {
            15,
            0,
            0,
            0});
            this.udUCBAddr2.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udUCBAddr2.Name = "udUCBAddr2";
            this.udUCBAddr2.Size = new System.Drawing.Size(40, 20);
            this.udUCBAddr2.TabIndex = 26;
            this.udUCBAddr2.Value = new decimal(new int[] {
            2,
            0,
            0,
            0});
            // 
            // udUCBAddr3
            // 
            this.udUCBAddr3.Enabled = false;
            this.udUCBAddr3.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udUCBAddr3.Location = new System.Drawing.Point(160, 120);
            this.udUCBAddr3.Maximum = new decimal(new int[] {
            15,
            0,
            0,
            0});
            this.udUCBAddr3.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udUCBAddr3.Name = "udUCBAddr3";
            this.udUCBAddr3.Size = new System.Drawing.Size(40, 20);
            this.udUCBAddr3.TabIndex = 38;
            this.udUCBAddr3.Value = new decimal(new int[] {
            3,
            0,
            0,
            0});
            // 
            // udUCBAddr4
            // 
            this.udUCBAddr4.Enabled = false;
            this.udUCBAddr4.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udUCBAddr4.Location = new System.Drawing.Point(160, 144);
            this.udUCBAddr4.Maximum = new decimal(new int[] {
            15,
            0,
            0,
            0});
            this.udUCBAddr4.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udUCBAddr4.Name = "udUCBAddr4";
            this.udUCBAddr4.Size = new System.Drawing.Size(40, 20);
            this.udUCBAddr4.TabIndex = 50;
            this.udUCBAddr4.Value = new decimal(new int[] {
            4,
            0,
            0,
            0});
            // 
            // udUCBAddr5
            // 
            this.udUCBAddr5.Enabled = false;
            this.udUCBAddr5.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udUCBAddr5.Location = new System.Drawing.Point(160, 168);
            this.udUCBAddr5.Maximum = new decimal(new int[] {
            15,
            0,
            0,
            0});
            this.udUCBAddr5.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udUCBAddr5.Name = "udUCBAddr5";
            this.udUCBAddr5.Size = new System.Drawing.Size(40, 20);
            this.udUCBAddr5.TabIndex = 62;
            this.udUCBAddr5.Value = new decimal(new int[] {
            5,
            0,
            0,
            0});
            // 
            // udUCBAddr6
            // 
            this.udUCBAddr6.Enabled = false;
            this.udUCBAddr6.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udUCBAddr6.Location = new System.Drawing.Point(160, 192);
            this.udUCBAddr6.Maximum = new decimal(new int[] {
            15,
            0,
            0,
            0});
            this.udUCBAddr6.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udUCBAddr6.Name = "udUCBAddr6";
            this.udUCBAddr6.Size = new System.Drawing.Size(40, 20);
            this.udUCBAddr6.TabIndex = 74;
            this.udUCBAddr6.Value = new decimal(new int[] {
            6,
            0,
            0,
            0});
            // 
            // udUCBAddr7
            // 
            this.udUCBAddr7.Enabled = false;
            this.udUCBAddr7.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udUCBAddr7.Location = new System.Drawing.Point(160, 216);
            this.udUCBAddr7.Maximum = new decimal(new int[] {
            15,
            0,
            0,
            0});
            this.udUCBAddr7.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udUCBAddr7.Name = "udUCBAddr7";
            this.udUCBAddr7.Size = new System.Drawing.Size(40, 20);
            this.udUCBAddr7.TabIndex = 86;
            this.udUCBAddr7.Value = new decimal(new int[] {
            7,
            0,
            0,
            0});
            // 
            // udUCBAddr8
            // 
            this.udUCBAddr8.Enabled = false;
            this.udUCBAddr8.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udUCBAddr8.Location = new System.Drawing.Point(160, 240);
            this.udUCBAddr8.Maximum = new decimal(new int[] {
            15,
            0,
            0,
            0});
            this.udUCBAddr8.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udUCBAddr8.Name = "udUCBAddr8";
            this.udUCBAddr8.Size = new System.Drawing.Size(40, 20);
            this.udUCBAddr8.TabIndex = 98;
            this.udUCBAddr8.Value = new decimal(new int[] {
            8,
            0,
            0,
            0});
            // 
            // udUCBAddr9
            // 
            this.udUCBAddr9.Enabled = false;
            this.udUCBAddr9.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udUCBAddr9.Location = new System.Drawing.Point(160, 264);
            this.udUCBAddr9.Maximum = new decimal(new int[] {
            15,
            0,
            0,
            0});
            this.udUCBAddr9.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udUCBAddr9.Name = "udUCBAddr9";
            this.udUCBAddr9.Size = new System.Drawing.Size(40, 20);
            this.udUCBAddr9.TabIndex = 110;
            this.udUCBAddr9.Value = new decimal(new int[] {
            9,
            0,
            0,
            0});
            // 
            // udUCBAddr10
            // 
            this.udUCBAddr10.Enabled = false;
            this.udUCBAddr10.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udUCBAddr10.Location = new System.Drawing.Point(160, 288);
            this.udUCBAddr10.Maximum = new decimal(new int[] {
            15,
            0,
            0,
            0});
            this.udUCBAddr10.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udUCBAddr10.Name = "udUCBAddr10";
            this.udUCBAddr10.Size = new System.Drawing.Size(40, 20);
            this.udUCBAddr10.TabIndex = 122;
            this.udUCBAddr10.Value = new decimal(new int[] {
            10,
            0,
            0,
            0});
            // 
            // udUCBAddr11
            // 
            this.udUCBAddr11.Enabled = false;
            this.udUCBAddr11.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udUCBAddr11.Location = new System.Drawing.Point(160, 312);
            this.udUCBAddr11.Maximum = new decimal(new int[] {
            15,
            0,
            0,
            0});
            this.udUCBAddr11.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udUCBAddr11.Name = "udUCBAddr11";
            this.udUCBAddr11.Size = new System.Drawing.Size(40, 20);
            this.udUCBAddr11.TabIndex = 134;
            this.udUCBAddr11.Value = new decimal(new int[] {
            11,
            0,
            0,
            0});
            // 
            // udUCBAddr12
            // 
            this.udUCBAddr12.Enabled = false;
            this.udUCBAddr12.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udUCBAddr12.Location = new System.Drawing.Point(160, 336);
            this.udUCBAddr12.Maximum = new decimal(new int[] {
            15,
            0,
            0,
            0});
            this.udUCBAddr12.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udUCBAddr12.Name = "udUCBAddr12";
            this.udUCBAddr12.Size = new System.Drawing.Size(40, 20);
            this.udUCBAddr12.TabIndex = 146;
            this.udUCBAddr12.Value = new decimal(new int[] {
            12,
            0,
            0,
            0});
            // 
            // udUCBAddr13
            // 
            this.udUCBAddr13.Enabled = false;
            this.udUCBAddr13.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udUCBAddr13.Location = new System.Drawing.Point(160, 360);
            this.udUCBAddr13.Maximum = new decimal(new int[] {
            15,
            0,
            0,
            0});
            this.udUCBAddr13.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udUCBAddr13.Name = "udUCBAddr13";
            this.udUCBAddr13.Size = new System.Drawing.Size(40, 20);
            this.udUCBAddr13.TabIndex = 158;
            this.udUCBAddr13.Value = new decimal(new int[] {
            13,
            0,
            0,
            0});
            // 
            // udUCBAddr14
            // 
            this.udUCBAddr14.Enabled = false;
            this.udUCBAddr14.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udUCBAddr14.Location = new System.Drawing.Point(160, 384);
            this.udUCBAddr14.Maximum = new decimal(new int[] {
            15,
            0,
            0,
            0});
            this.udUCBAddr14.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udUCBAddr14.Name = "udUCBAddr14";
            this.udUCBAddr14.Size = new System.Drawing.Size(40, 20);
            this.udUCBAddr14.TabIndex = 170;
            this.udUCBAddr14.Value = new decimal(new int[] {
            14,
            0,
            0,
            0});
            // 
            // udUCBAddr15
            // 
            this.udUCBAddr15.Enabled = false;
            this.udUCBAddr15.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udUCBAddr15.Location = new System.Drawing.Point(160, 408);
            this.udUCBAddr15.Maximum = new decimal(new int[] {
            15,
            0,
            0,
            0});
            this.udUCBAddr15.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udUCBAddr15.Name = "udUCBAddr15";
            this.udUCBAddr15.Size = new System.Drawing.Size(40, 20);
            this.udUCBAddr15.TabIndex = 182;
            this.udUCBAddr15.Value = new decimal(new int[] {
            15,
            0,
            0,
            0});
            // 
            // chkEnable0
            // 
            this.chkEnable0.Image = null;
            this.chkEnable0.Location = new System.Drawing.Point(32, 48);
            this.chkEnable0.Name = "chkEnable0";
            this.chkEnable0.Size = new System.Drawing.Size(16, 16);
            this.chkEnable0.TabIndex = 0;
            this.chkEnable0.CheckedChanged += new System.EventHandler(this.chkEnable0_CheckedChanged);
            // 
            // chkEnable1
            // 
            this.chkEnable1.Image = null;
            this.chkEnable1.Location = new System.Drawing.Point(32, 72);
            this.chkEnable1.Name = "chkEnable1";
            this.chkEnable1.Size = new System.Drawing.Size(16, 16);
            this.chkEnable1.TabIndex = 12;
            this.chkEnable1.CheckedChanged += new System.EventHandler(this.chkEnable1_CheckedChanged);
            // 
            // chkEnable2
            // 
            this.chkEnable2.Image = null;
            this.chkEnable2.Location = new System.Drawing.Point(32, 96);
            this.chkEnable2.Name = "chkEnable2";
            this.chkEnable2.Size = new System.Drawing.Size(16, 16);
            this.chkEnable2.TabIndex = 24;
            this.chkEnable2.CheckedChanged += new System.EventHandler(this.chkEnable2_CheckedChanged);
            // 
            // chkEnable3
            // 
            this.chkEnable3.Image = null;
            this.chkEnable3.Location = new System.Drawing.Point(32, 120);
            this.chkEnable3.Name = "chkEnable3";
            this.chkEnable3.Size = new System.Drawing.Size(16, 16);
            this.chkEnable3.TabIndex = 36;
            this.chkEnable3.CheckedChanged += new System.EventHandler(this.chkEnable3_CheckedChanged);
            // 
            // chkEnable4
            // 
            this.chkEnable4.Image = null;
            this.chkEnable4.Location = new System.Drawing.Point(32, 144);
            this.chkEnable4.Name = "chkEnable4";
            this.chkEnable4.Size = new System.Drawing.Size(16, 16);
            this.chkEnable4.TabIndex = 48;
            this.chkEnable4.CheckedChanged += new System.EventHandler(this.chkEnable4_CheckedChanged);
            // 
            // chkEnable5
            // 
            this.chkEnable5.Image = null;
            this.chkEnable5.Location = new System.Drawing.Point(32, 168);
            this.chkEnable5.Name = "chkEnable5";
            this.chkEnable5.Size = new System.Drawing.Size(16, 16);
            this.chkEnable5.TabIndex = 60;
            this.chkEnable5.CheckedChanged += new System.EventHandler(this.chkEnable5_CheckedChanged);
            // 
            // chkEnable6
            // 
            this.chkEnable6.Image = null;
            this.chkEnable6.Location = new System.Drawing.Point(32, 192);
            this.chkEnable6.Name = "chkEnable6";
            this.chkEnable6.Size = new System.Drawing.Size(16, 16);
            this.chkEnable6.TabIndex = 72;
            this.chkEnable6.CheckedChanged += new System.EventHandler(this.chkEnable6_CheckedChanged);
            // 
            // chkEnable7
            // 
            this.chkEnable7.Image = null;
            this.chkEnable7.Location = new System.Drawing.Point(32, 216);
            this.chkEnable7.Name = "chkEnable7";
            this.chkEnable7.Size = new System.Drawing.Size(16, 16);
            this.chkEnable7.TabIndex = 84;
            this.chkEnable7.CheckedChanged += new System.EventHandler(this.chkEnable7_CheckedChanged);
            // 
            // chkEnable8
            // 
            this.chkEnable8.Image = null;
            this.chkEnable8.Location = new System.Drawing.Point(32, 240);
            this.chkEnable8.Name = "chkEnable8";
            this.chkEnable8.Size = new System.Drawing.Size(16, 16);
            this.chkEnable8.TabIndex = 96;
            this.chkEnable8.CheckedChanged += new System.EventHandler(this.chkEnable8_CheckedChanged);
            // 
            // chkEnable9
            // 
            this.chkEnable9.Image = null;
            this.chkEnable9.Location = new System.Drawing.Point(32, 264);
            this.chkEnable9.Name = "chkEnable9";
            this.chkEnable9.Size = new System.Drawing.Size(16, 16);
            this.chkEnable9.TabIndex = 108;
            this.chkEnable9.CheckedChanged += new System.EventHandler(this.chkEnable9_CheckedChanged);
            // 
            // chkEnable10
            // 
            this.chkEnable10.Image = null;
            this.chkEnable10.Location = new System.Drawing.Point(32, 288);
            this.chkEnable10.Name = "chkEnable10";
            this.chkEnable10.Size = new System.Drawing.Size(16, 16);
            this.chkEnable10.TabIndex = 120;
            this.chkEnable10.CheckedChanged += new System.EventHandler(this.chkEnable10_CheckedChanged);
            // 
            // chkEnable11
            // 
            this.chkEnable11.Image = null;
            this.chkEnable11.Location = new System.Drawing.Point(32, 312);
            this.chkEnable11.Name = "chkEnable11";
            this.chkEnable11.Size = new System.Drawing.Size(16, 16);
            this.chkEnable11.TabIndex = 132;
            this.chkEnable11.CheckedChanged += new System.EventHandler(this.chkEnable11_CheckedChanged);
            // 
            // chkEnable12
            // 
            this.chkEnable12.Image = null;
            this.chkEnable12.Location = new System.Drawing.Point(32, 336);
            this.chkEnable12.Name = "chkEnable12";
            this.chkEnable12.Size = new System.Drawing.Size(16, 16);
            this.chkEnable12.TabIndex = 144;
            this.chkEnable12.CheckedChanged += new System.EventHandler(this.chkEnable12_CheckedChanged);
            // 
            // chkEnable13
            // 
            this.chkEnable13.Image = null;
            this.chkEnable13.Location = new System.Drawing.Point(32, 360);
            this.chkEnable13.Name = "chkEnable13";
            this.chkEnable13.Size = new System.Drawing.Size(16, 16);
            this.chkEnable13.TabIndex = 156;
            this.chkEnable13.CheckedChanged += new System.EventHandler(this.chkEnable13_CheckedChanged);
            // 
            // chkEnable14
            // 
            this.chkEnable14.Image = null;
            this.chkEnable14.Location = new System.Drawing.Point(32, 384);
            this.chkEnable14.Name = "chkEnable14";
            this.chkEnable14.Size = new System.Drawing.Size(16, 16);
            this.chkEnable14.TabIndex = 168;
            this.chkEnable14.CheckedChanged += new System.EventHandler(this.chkEnable14_CheckedChanged);
            // 
            // chkEnable15
            // 
            this.chkEnable15.Image = null;
            this.chkEnable15.Location = new System.Drawing.Point(32, 408);
            this.chkEnable15.Name = "chkEnable15";
            this.chkEnable15.Size = new System.Drawing.Size(16, 16);
            this.chkEnable15.TabIndex = 180;
            this.chkEnable15.CheckedChanged += new System.EventHandler(this.chkEnable15_CheckedChanged);
            // 
            // lblEnabled
            // 
            this.lblEnabled.Image = null;
            this.lblEnabled.Location = new System.Drawing.Point(16, 24);
            this.lblEnabled.Name = "lblEnabled";
            this.lblEnabled.Size = new System.Drawing.Size(48, 16);
            this.lblEnabled.TabIndex = 51;
            this.lblEnabled.Text = "Enabled";
            // 
            // txtButtonText15
            // 
            this.txtButtonText15.Enabled = false;
            this.txtButtonText15.Location = new System.Drawing.Point(224, 408);
            this.txtButtonText15.MaxLength = 5;
            this.txtButtonText15.Name = "txtButtonText15";
            this.txtButtonText15.Size = new System.Drawing.Size(64, 20);
            this.txtButtonText15.TabIndex = 183;
            this.txtButtonText15.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.txtButtonText15.Visible = false;
            this.txtButtonText15.TextChanged += new System.EventHandler(this.txtButtonText_TextChanged);
            // 
            // txtButtonText14
            // 
            this.txtButtonText14.Enabled = false;
            this.txtButtonText14.Location = new System.Drawing.Point(224, 384);
            this.txtButtonText14.MaxLength = 5;
            this.txtButtonText14.Name = "txtButtonText14";
            this.txtButtonText14.Size = new System.Drawing.Size(64, 20);
            this.txtButtonText14.TabIndex = 171;
            this.txtButtonText14.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.txtButtonText14.Visible = false;
            this.txtButtonText14.TextChanged += new System.EventHandler(this.txtButtonText_TextChanged);
            // 
            // txtButtonText13
            // 
            this.txtButtonText13.Enabled = false;
            this.txtButtonText13.Location = new System.Drawing.Point(224, 360);
            this.txtButtonText13.MaxLength = 5;
            this.txtButtonText13.Name = "txtButtonText13";
            this.txtButtonText13.Size = new System.Drawing.Size(64, 20);
            this.txtButtonText13.TabIndex = 159;
            this.txtButtonText13.Text = "13";
            this.txtButtonText13.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.txtButtonText13.TextChanged += new System.EventHandler(this.txtButtonText_TextChanged);
            // 
            // txtButtonText12
            // 
            this.txtButtonText12.Enabled = false;
            this.txtButtonText12.Location = new System.Drawing.Point(224, 336);
            this.txtButtonText12.MaxLength = 5;
            this.txtButtonText12.Name = "txtButtonText12";
            this.txtButtonText12.Size = new System.Drawing.Size(64, 20);
            this.txtButtonText12.TabIndex = 147;
            this.txtButtonText12.Text = "12";
            this.txtButtonText12.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.txtButtonText12.TextChanged += new System.EventHandler(this.txtButtonText_TextChanged);
            // 
            // txtButtonText11
            // 
            this.txtButtonText11.Enabled = false;
            this.txtButtonText11.Location = new System.Drawing.Point(224, 312);
            this.txtButtonText11.MaxLength = 5;
            this.txtButtonText11.Name = "txtButtonText11";
            this.txtButtonText11.Size = new System.Drawing.Size(64, 20);
            this.txtButtonText11.TabIndex = 135;
            this.txtButtonText11.Text = "11";
            this.txtButtonText11.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.txtButtonText11.TextChanged += new System.EventHandler(this.txtButtonText_TextChanged);
            // 
            // txtButtonText10
            // 
            this.txtButtonText10.Enabled = false;
            this.txtButtonText10.Location = new System.Drawing.Point(224, 288);
            this.txtButtonText10.MaxLength = 5;
            this.txtButtonText10.Name = "txtButtonText10";
            this.txtButtonText10.Size = new System.Drawing.Size(64, 20);
            this.txtButtonText10.TabIndex = 123;
            this.txtButtonText10.Text = "10";
            this.txtButtonText10.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.txtButtonText10.TextChanged += new System.EventHandler(this.txtButtonText_TextChanged);
            // 
            // txtButtonText9
            // 
            this.txtButtonText9.Enabled = false;
            this.txtButtonText9.Location = new System.Drawing.Point(224, 264);
            this.txtButtonText9.MaxLength = 5;
            this.txtButtonText9.Name = "txtButtonText9";
            this.txtButtonText9.Size = new System.Drawing.Size(64, 20);
            this.txtButtonText9.TabIndex = 111;
            this.txtButtonText9.Text = "9";
            this.txtButtonText9.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.txtButtonText9.TextChanged += new System.EventHandler(this.txtButtonText_TextChanged);
            // 
            // txtButtonText8
            // 
            this.txtButtonText8.Enabled = false;
            this.txtButtonText8.Location = new System.Drawing.Point(224, 240);
            this.txtButtonText8.MaxLength = 5;
            this.txtButtonText8.Name = "txtButtonText8";
            this.txtButtonText8.Size = new System.Drawing.Size(64, 20);
            this.txtButtonText8.TabIndex = 99;
            this.txtButtonText8.Text = "8";
            this.txtButtonText8.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.txtButtonText8.TextChanged += new System.EventHandler(this.txtButtonText_TextChanged);
            // 
            // txtButtonText7
            // 
            this.txtButtonText7.Enabled = false;
            this.txtButtonText7.Location = new System.Drawing.Point(224, 216);
            this.txtButtonText7.MaxLength = 5;
            this.txtButtonText7.Name = "txtButtonText7";
            this.txtButtonText7.Size = new System.Drawing.Size(64, 20);
            this.txtButtonText7.TabIndex = 87;
            this.txtButtonText7.Text = "7";
            this.txtButtonText7.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.txtButtonText7.TextChanged += new System.EventHandler(this.txtButtonText_TextChanged);
            // 
            // txtButtonText6
            // 
            this.txtButtonText6.Enabled = false;
            this.txtButtonText6.Location = new System.Drawing.Point(224, 192);
            this.txtButtonText6.MaxLength = 5;
            this.txtButtonText6.Name = "txtButtonText6";
            this.txtButtonText6.Size = new System.Drawing.Size(64, 20);
            this.txtButtonText6.TabIndex = 75;
            this.txtButtonText6.Text = "6";
            this.txtButtonText6.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.txtButtonText6.TextChanged += new System.EventHandler(this.txtButtonText_TextChanged);
            // 
            // txtButtonText5
            // 
            this.txtButtonText5.Enabled = false;
            this.txtButtonText5.Location = new System.Drawing.Point(224, 168);
            this.txtButtonText5.MaxLength = 5;
            this.txtButtonText5.Name = "txtButtonText5";
            this.txtButtonText5.Size = new System.Drawing.Size(64, 20);
            this.txtButtonText5.TabIndex = 63;
            this.txtButtonText5.Text = "5";
            this.txtButtonText5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.txtButtonText5.TextChanged += new System.EventHandler(this.txtButtonText_TextChanged);
            // 
            // txtButtonText4
            // 
            this.txtButtonText4.Enabled = false;
            this.txtButtonText4.Location = new System.Drawing.Point(224, 144);
            this.txtButtonText4.MaxLength = 5;
            this.txtButtonText4.Name = "txtButtonText4";
            this.txtButtonText4.Size = new System.Drawing.Size(64, 20);
            this.txtButtonText4.TabIndex = 51;
            this.txtButtonText4.Text = "4";
            this.txtButtonText4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.txtButtonText4.TextChanged += new System.EventHandler(this.txtButtonText_TextChanged);
            // 
            // txtButtonText3
            // 
            this.txtButtonText3.Enabled = false;
            this.txtButtonText3.Location = new System.Drawing.Point(224, 120);
            this.txtButtonText3.MaxLength = 5;
            this.txtButtonText3.Name = "txtButtonText3";
            this.txtButtonText3.Size = new System.Drawing.Size(64, 20);
            this.txtButtonText3.TabIndex = 39;
            this.txtButtonText3.Text = "3";
            this.txtButtonText3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.txtButtonText3.TextChanged += new System.EventHandler(this.txtButtonText_TextChanged);
            // 
            // txtButtonText2
            // 
            this.txtButtonText2.Enabled = false;
            this.txtButtonText2.Location = new System.Drawing.Point(224, 96);
            this.txtButtonText2.MaxLength = 5;
            this.txtButtonText2.Name = "txtButtonText2";
            this.txtButtonText2.Size = new System.Drawing.Size(64, 20);
            this.txtButtonText2.TabIndex = 27;
            this.txtButtonText2.Text = "2";
            this.txtButtonText2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.txtButtonText2.TextChanged += new System.EventHandler(this.txtButtonText_TextChanged);
            // 
            // txtButtonText1
            // 
            this.txtButtonText1.Enabled = false;
            this.txtButtonText1.Location = new System.Drawing.Point(224, 72);
            this.txtButtonText1.MaxLength = 5;
            this.txtButtonText1.Name = "txtButtonText1";
            this.txtButtonText1.Size = new System.Drawing.Size(64, 20);
            this.txtButtonText1.TabIndex = 15;
            this.txtButtonText1.Text = "1";
            this.txtButtonText1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.txtButtonText1.TextChanged += new System.EventHandler(this.txtButtonText_TextChanged);
            // 
            // txtButtonText0
            // 
            this.txtButtonText0.Enabled = false;
            this.txtButtonText0.Location = new System.Drawing.Point(224, 48);
            this.txtButtonText0.MaxLength = 5;
            this.txtButtonText0.Name = "txtButtonText0";
            this.txtButtonText0.Size = new System.Drawing.Size(64, 20);
            this.txtButtonText0.TabIndex = 3;
            this.txtButtonText0.Text = "0";
            this.txtButtonText0.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.txtButtonText0.TextChanged += new System.EventHandler(this.txtButtonText_TextChanged);
            // 
            // lblLOOffset
            // 
            this.lblLOOffset.Image = null;
            this.lblLOOffset.Location = new System.Drawing.Point(304, 16);
            this.lblLOOffset.Name = "lblLOOffset";
            this.lblLOOffset.Size = new System.Drawing.Size(72, 32);
            this.lblLOOffset.TabIndex = 68;
            this.lblLOOffset.Text = "LO Offset (MHz)";
            // 
            // udLOOffset15
            // 
            this.udLOOffset15.DecimalPlaces = 1;
            this.udLOOffset15.Enabled = false;
            this.udLOOffset15.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udLOOffset15.Location = new System.Drawing.Point(304, 408);
            this.udLOOffset15.Maximum = new decimal(new int[] {
            99000,
            0,
            0,
            0});
            this.udLOOffset15.Minimum = new decimal(new int[] {
            144,
            0,
            0,
            -2147483648});
            this.udLOOffset15.Name = "udLOOffset15";
            this.udLOOffset15.Size = new System.Drawing.Size(80, 20);
            this.udLOOffset15.TabIndex = 184;
            this.udLOOffset15.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            // 
            // udLOOffset14
            // 
            this.udLOOffset14.DecimalPlaces = 1;
            this.udLOOffset14.Enabled = false;
            this.udLOOffset14.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udLOOffset14.Location = new System.Drawing.Point(304, 384);
            this.udLOOffset14.Maximum = new decimal(new int[] {
            99000,
            0,
            0,
            0});
            this.udLOOffset14.Minimum = new decimal(new int[] {
            144,
            0,
            0,
            -2147483648});
            this.udLOOffset14.Name = "udLOOffset14";
            this.udLOOffset14.Size = new System.Drawing.Size(80, 20);
            this.udLOOffset14.TabIndex = 172;
            this.udLOOffset14.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            // 
            // udLOOffset13
            // 
            this.udLOOffset13.DecimalPlaces = 1;
            this.udLOOffset13.Enabled = false;
            this.udLOOffset13.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udLOOffset13.Location = new System.Drawing.Point(304, 360);
            this.udLOOffset13.Maximum = new decimal(new int[] {
            99000,
            0,
            0,
            0});
            this.udLOOffset13.Minimum = new decimal(new int[] {
            144,
            0,
            0,
            -2147483648});
            this.udLOOffset13.Name = "udLOOffset13";
            this.udLOOffset13.Size = new System.Drawing.Size(80, 20);
            this.udLOOffset13.TabIndex = 160;
            this.udLOOffset13.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            // 
            // udLOOffset12
            // 
            this.udLOOffset12.DecimalPlaces = 1;
            this.udLOOffset12.Enabled = false;
            this.udLOOffset12.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udLOOffset12.Location = new System.Drawing.Point(304, 336);
            this.udLOOffset12.Maximum = new decimal(new int[] {
            99000,
            0,
            0,
            0});
            this.udLOOffset12.Minimum = new decimal(new int[] {
            144,
            0,
            0,
            -2147483648});
            this.udLOOffset12.Name = "udLOOffset12";
            this.udLOOffset12.Size = new System.Drawing.Size(80, 20);
            this.udLOOffset12.TabIndex = 148;
            this.udLOOffset12.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            // 
            // udLOOffset11
            // 
            this.udLOOffset11.DecimalPlaces = 1;
            this.udLOOffset11.Enabled = false;
            this.udLOOffset11.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udLOOffset11.Location = new System.Drawing.Point(304, 312);
            this.udLOOffset11.Maximum = new decimal(new int[] {
            99000,
            0,
            0,
            0});
            this.udLOOffset11.Minimum = new decimal(new int[] {
            144,
            0,
            0,
            -2147483648});
            this.udLOOffset11.Name = "udLOOffset11";
            this.udLOOffset11.Size = new System.Drawing.Size(80, 20);
            this.udLOOffset11.TabIndex = 136;
            this.udLOOffset11.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            // 
            // udLOOffset10
            // 
            this.udLOOffset10.DecimalPlaces = 1;
            this.udLOOffset10.Enabled = false;
            this.udLOOffset10.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udLOOffset10.Location = new System.Drawing.Point(304, 288);
            this.udLOOffset10.Maximum = new decimal(new int[] {
            99000,
            0,
            0,
            0});
            this.udLOOffset10.Minimum = new decimal(new int[] {
            144,
            0,
            0,
            -2147483648});
            this.udLOOffset10.Name = "udLOOffset10";
            this.udLOOffset10.Size = new System.Drawing.Size(80, 20);
            this.udLOOffset10.TabIndex = 124;
            this.udLOOffset10.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            // 
            // udLOOffset9
            // 
            this.udLOOffset9.DecimalPlaces = 1;
            this.udLOOffset9.Enabled = false;
            this.udLOOffset9.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udLOOffset9.Location = new System.Drawing.Point(304, 264);
            this.udLOOffset9.Maximum = new decimal(new int[] {
            99000,
            0,
            0,
            0});
            this.udLOOffset9.Minimum = new decimal(new int[] {
            144,
            0,
            0,
            -2147483648});
            this.udLOOffset9.Name = "udLOOffset9";
            this.udLOOffset9.Size = new System.Drawing.Size(80, 20);
            this.udLOOffset9.TabIndex = 112;
            this.udLOOffset9.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            // 
            // udLOOffset8
            // 
            this.udLOOffset8.DecimalPlaces = 1;
            this.udLOOffset8.Enabled = false;
            this.udLOOffset8.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udLOOffset8.Location = new System.Drawing.Point(304, 240);
            this.udLOOffset8.Maximum = new decimal(new int[] {
            99000,
            0,
            0,
            0});
            this.udLOOffset8.Minimum = new decimal(new int[] {
            144,
            0,
            0,
            -2147483648});
            this.udLOOffset8.Name = "udLOOffset8";
            this.udLOOffset8.Size = new System.Drawing.Size(80, 20);
            this.udLOOffset8.TabIndex = 100;
            this.udLOOffset8.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            // 
            // udLOOffset7
            // 
            this.udLOOffset7.DecimalPlaces = 1;
            this.udLOOffset7.Enabled = false;
            this.udLOOffset7.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udLOOffset7.Location = new System.Drawing.Point(304, 216);
            this.udLOOffset7.Maximum = new decimal(new int[] {
            99000,
            0,
            0,
            0});
            this.udLOOffset7.Minimum = new decimal(new int[] {
            144,
            0,
            0,
            -2147483648});
            this.udLOOffset7.Name = "udLOOffset7";
            this.udLOOffset7.Size = new System.Drawing.Size(80, 20);
            this.udLOOffset7.TabIndex = 88;
            this.udLOOffset7.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            // 
            // udLOOffset6
            // 
            this.udLOOffset6.DecimalPlaces = 1;
            this.udLOOffset6.Enabled = false;
            this.udLOOffset6.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udLOOffset6.Location = new System.Drawing.Point(304, 192);
            this.udLOOffset6.Maximum = new decimal(new int[] {
            99000,
            0,
            0,
            0});
            this.udLOOffset6.Minimum = new decimal(new int[] {
            144,
            0,
            0,
            -2147483648});
            this.udLOOffset6.Name = "udLOOffset6";
            this.udLOOffset6.Size = new System.Drawing.Size(80, 20);
            this.udLOOffset6.TabIndex = 76;
            this.udLOOffset6.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            // 
            // udLOOffset5
            // 
            this.udLOOffset5.DecimalPlaces = 1;
            this.udLOOffset5.Enabled = false;
            this.udLOOffset5.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udLOOffset5.Location = new System.Drawing.Point(304, 168);
            this.udLOOffset5.Maximum = new decimal(new int[] {
            99000,
            0,
            0,
            0});
            this.udLOOffset5.Minimum = new decimal(new int[] {
            144,
            0,
            0,
            -2147483648});
            this.udLOOffset5.Name = "udLOOffset5";
            this.udLOOffset5.Size = new System.Drawing.Size(80, 20);
            this.udLOOffset5.TabIndex = 64;
            this.udLOOffset5.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            // 
            // udLOOffset4
            // 
            this.udLOOffset4.DecimalPlaces = 1;
            this.udLOOffset4.Enabled = false;
            this.udLOOffset4.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udLOOffset4.Location = new System.Drawing.Point(304, 144);
            this.udLOOffset4.Maximum = new decimal(new int[] {
            99000,
            0,
            0,
            0});
            this.udLOOffset4.Minimum = new decimal(new int[] {
            144,
            0,
            0,
            -2147483648});
            this.udLOOffset4.Name = "udLOOffset4";
            this.udLOOffset4.Size = new System.Drawing.Size(80, 20);
            this.udLOOffset4.TabIndex = 52;
            this.udLOOffset4.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            // 
            // udLOOffset3
            // 
            this.udLOOffset3.DecimalPlaces = 1;
            this.udLOOffset3.Enabled = false;
            this.udLOOffset3.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udLOOffset3.Location = new System.Drawing.Point(304, 120);
            this.udLOOffset3.Maximum = new decimal(new int[] {
            99000,
            0,
            0,
            0});
            this.udLOOffset3.Minimum = new decimal(new int[] {
            144,
            0,
            0,
            -2147483648});
            this.udLOOffset3.Name = "udLOOffset3";
            this.udLOOffset3.Size = new System.Drawing.Size(80, 20);
            this.udLOOffset3.TabIndex = 40;
            this.udLOOffset3.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            // 
            // udLOOffset2
            // 
            this.udLOOffset2.DecimalPlaces = 1;
            this.udLOOffset2.Enabled = false;
            this.udLOOffset2.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udLOOffset2.Location = new System.Drawing.Point(304, 96);
            this.udLOOffset2.Maximum = new decimal(new int[] {
            99000,
            0,
            0,
            0});
            this.udLOOffset2.Minimum = new decimal(new int[] {
            144,
            0,
            0,
            -2147483648});
            this.udLOOffset2.Name = "udLOOffset2";
            this.udLOOffset2.Size = new System.Drawing.Size(80, 20);
            this.udLOOffset2.TabIndex = 28;
            this.udLOOffset2.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            // 
            // udLOOffset1
            // 
            this.udLOOffset1.DecimalPlaces = 1;
            this.udLOOffset1.Enabled = false;
            this.udLOOffset1.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udLOOffset1.Location = new System.Drawing.Point(304, 72);
            this.udLOOffset1.Maximum = new decimal(new int[] {
            99000,
            0,
            0,
            0});
            this.udLOOffset1.Minimum = new decimal(new int[] {
            144,
            0,
            0,
            -2147483648});
            this.udLOOffset1.Name = "udLOOffset1";
            this.udLOOffset1.Size = new System.Drawing.Size(80, 20);
            this.udLOOffset1.TabIndex = 16;
            this.udLOOffset1.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            // 
            // udLOOffset0
            // 
            this.udLOOffset0.DecimalPlaces = 1;
            this.udLOOffset0.Enabled = false;
            this.udLOOffset0.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udLOOffset0.Location = new System.Drawing.Point(304, 48);
            this.udLOOffset0.Maximum = new decimal(new int[] {
            99000,
            0,
            0,
            0});
            this.udLOOffset0.Minimum = new decimal(new int[] {
            144,
            0,
            0,
            -2147483648});
            this.udLOOffset0.Name = "udLOOffset0";
            this.udLOOffset0.Size = new System.Drawing.Size(80, 20);
            this.udLOOffset0.TabIndex = 4;
            this.udLOOffset0.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            // 
            // udFreqBegin15
            // 
            this.udFreqBegin15.DecimalPlaces = 6;
            this.udFreqBegin15.Enabled = false;
            this.udFreqBegin15.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udFreqBegin15.Location = new System.Drawing.Point(456, 408);
            this.udFreqBegin15.Maximum = new decimal(new int[] {
            99000,
            0,
            0,
            0});
            this.udFreqBegin15.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udFreqBegin15.Name = "udFreqBegin15";
            this.udFreqBegin15.Size = new System.Drawing.Size(96, 20);
            this.udFreqBegin15.TabIndex = 186;
            this.udFreqBegin15.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            // 
            // udFreqBegin14
            // 
            this.udFreqBegin14.DecimalPlaces = 6;
            this.udFreqBegin14.Enabled = false;
            this.udFreqBegin14.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udFreqBegin14.Location = new System.Drawing.Point(456, 384);
            this.udFreqBegin14.Maximum = new decimal(new int[] {
            99000,
            0,
            0,
            0});
            this.udFreqBegin14.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udFreqBegin14.Name = "udFreqBegin14";
            this.udFreqBegin14.Size = new System.Drawing.Size(96, 20);
            this.udFreqBegin14.TabIndex = 174;
            this.udFreqBegin14.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            // 
            // udFreqBegin13
            // 
            this.udFreqBegin13.DecimalPlaces = 6;
            this.udFreqBegin13.Enabled = false;
            this.udFreqBegin13.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udFreqBegin13.Location = new System.Drawing.Point(456, 360);
            this.udFreqBegin13.Maximum = new decimal(new int[] {
            99000,
            0,
            0,
            0});
            this.udFreqBegin13.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udFreqBegin13.Name = "udFreqBegin13";
            this.udFreqBegin13.Size = new System.Drawing.Size(96, 20);
            this.udFreqBegin13.TabIndex = 162;
            this.udFreqBegin13.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            // 
            // udFreqBegin12
            // 
            this.udFreqBegin12.DecimalPlaces = 6;
            this.udFreqBegin12.Enabled = false;
            this.udFreqBegin12.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udFreqBegin12.Location = new System.Drawing.Point(456, 336);
            this.udFreqBegin12.Maximum = new decimal(new int[] {
            99000,
            0,
            0,
            0});
            this.udFreqBegin12.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udFreqBegin12.Name = "udFreqBegin12";
            this.udFreqBegin12.Size = new System.Drawing.Size(96, 20);
            this.udFreqBegin12.TabIndex = 150;
            this.udFreqBegin12.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            // 
            // udFreqBegin11
            // 
            this.udFreqBegin11.DecimalPlaces = 6;
            this.udFreqBegin11.Enabled = false;
            this.udFreqBegin11.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udFreqBegin11.Location = new System.Drawing.Point(456, 312);
            this.udFreqBegin11.Maximum = new decimal(new int[] {
            99000,
            0,
            0,
            0});
            this.udFreqBegin11.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udFreqBegin11.Name = "udFreqBegin11";
            this.udFreqBegin11.Size = new System.Drawing.Size(96, 20);
            this.udFreqBegin11.TabIndex = 138;
            this.udFreqBegin11.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            // 
            // udFreqBegin10
            // 
            this.udFreqBegin10.DecimalPlaces = 6;
            this.udFreqBegin10.Enabled = false;
            this.udFreqBegin10.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udFreqBegin10.Location = new System.Drawing.Point(456, 288);
            this.udFreqBegin10.Maximum = new decimal(new int[] {
            99000,
            0,
            0,
            0});
            this.udFreqBegin10.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udFreqBegin10.Name = "udFreqBegin10";
            this.udFreqBegin10.Size = new System.Drawing.Size(96, 20);
            this.udFreqBegin10.TabIndex = 126;
            this.udFreqBegin10.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            // 
            // udFreqBegin9
            // 
            this.udFreqBegin9.DecimalPlaces = 6;
            this.udFreqBegin9.Enabled = false;
            this.udFreqBegin9.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udFreqBegin9.Location = new System.Drawing.Point(456, 264);
            this.udFreqBegin9.Maximum = new decimal(new int[] {
            99000,
            0,
            0,
            0});
            this.udFreqBegin9.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udFreqBegin9.Name = "udFreqBegin9";
            this.udFreqBegin9.Size = new System.Drawing.Size(96, 20);
            this.udFreqBegin9.TabIndex = 114;
            this.udFreqBegin9.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            // 
            // udFreqBegin8
            // 
            this.udFreqBegin8.DecimalPlaces = 6;
            this.udFreqBegin8.Enabled = false;
            this.udFreqBegin8.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udFreqBegin8.Location = new System.Drawing.Point(456, 240);
            this.udFreqBegin8.Maximum = new decimal(new int[] {
            99000,
            0,
            0,
            0});
            this.udFreqBegin8.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udFreqBegin8.Name = "udFreqBegin8";
            this.udFreqBegin8.Size = new System.Drawing.Size(96, 20);
            this.udFreqBegin8.TabIndex = 102;
            this.udFreqBegin8.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            // 
            // udFreqBegin7
            // 
            this.udFreqBegin7.DecimalPlaces = 6;
            this.udFreqBegin7.Enabled = false;
            this.udFreqBegin7.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udFreqBegin7.Location = new System.Drawing.Point(456, 216);
            this.udFreqBegin7.Maximum = new decimal(new int[] {
            99000,
            0,
            0,
            0});
            this.udFreqBegin7.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udFreqBegin7.Name = "udFreqBegin7";
            this.udFreqBegin7.Size = new System.Drawing.Size(96, 20);
            this.udFreqBegin7.TabIndex = 90;
            this.udFreqBegin7.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            // 
            // udFreqBegin6
            // 
            this.udFreqBegin6.DecimalPlaces = 6;
            this.udFreqBegin6.Enabled = false;
            this.udFreqBegin6.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udFreqBegin6.Location = new System.Drawing.Point(456, 192);
            this.udFreqBegin6.Maximum = new decimal(new int[] {
            99000,
            0,
            0,
            0});
            this.udFreqBegin6.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udFreqBegin6.Name = "udFreqBegin6";
            this.udFreqBegin6.Size = new System.Drawing.Size(96, 20);
            this.udFreqBegin6.TabIndex = 78;
            this.udFreqBegin6.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            // 
            // udFreqBegin5
            // 
            this.udFreqBegin5.DecimalPlaces = 6;
            this.udFreqBegin5.Enabled = false;
            this.udFreqBegin5.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udFreqBegin5.Location = new System.Drawing.Point(456, 168);
            this.udFreqBegin5.Maximum = new decimal(new int[] {
            99000,
            0,
            0,
            0});
            this.udFreqBegin5.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udFreqBegin5.Name = "udFreqBegin5";
            this.udFreqBegin5.Size = new System.Drawing.Size(96, 20);
            this.udFreqBegin5.TabIndex = 66;
            this.udFreqBegin5.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            // 
            // udFreqBegin4
            // 
            this.udFreqBegin4.DecimalPlaces = 6;
            this.udFreqBegin4.Enabled = false;
            this.udFreqBegin4.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udFreqBegin4.Location = new System.Drawing.Point(456, 144);
            this.udFreqBegin4.Maximum = new decimal(new int[] {
            99000,
            0,
            0,
            0});
            this.udFreqBegin4.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udFreqBegin4.Name = "udFreqBegin4";
            this.udFreqBegin4.Size = new System.Drawing.Size(96, 20);
            this.udFreqBegin4.TabIndex = 54;
            this.udFreqBegin4.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            // 
            // udFreqBegin3
            // 
            this.udFreqBegin3.DecimalPlaces = 6;
            this.udFreqBegin3.Enabled = false;
            this.udFreqBegin3.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udFreqBegin3.Location = new System.Drawing.Point(456, 120);
            this.udFreqBegin3.Maximum = new decimal(new int[] {
            99000,
            0,
            0,
            0});
            this.udFreqBegin3.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udFreqBegin3.Name = "udFreqBegin3";
            this.udFreqBegin3.Size = new System.Drawing.Size(96, 20);
            this.udFreqBegin3.TabIndex = 42;
            this.udFreqBegin3.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            // 
            // udFreqBegin2
            // 
            this.udFreqBegin2.DecimalPlaces = 6;
            this.udFreqBegin2.Enabled = false;
            this.udFreqBegin2.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udFreqBegin2.Location = new System.Drawing.Point(456, 96);
            this.udFreqBegin2.Maximum = new decimal(new int[] {
            99000,
            0,
            0,
            0});
            this.udFreqBegin2.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udFreqBegin2.Name = "udFreqBegin2";
            this.udFreqBegin2.Size = new System.Drawing.Size(96, 20);
            this.udFreqBegin2.TabIndex = 30;
            this.udFreqBegin2.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            // 
            // udFreqBegin1
            // 
            this.udFreqBegin1.DecimalPlaces = 6;
            this.udFreqBegin1.Enabled = false;
            this.udFreqBegin1.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udFreqBegin1.Location = new System.Drawing.Point(456, 72);
            this.udFreqBegin1.Maximum = new decimal(new int[] {
            99000,
            0,
            0,
            0});
            this.udFreqBegin1.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udFreqBegin1.Name = "udFreqBegin1";
            this.udFreqBegin1.Size = new System.Drawing.Size(96, 20);
            this.udFreqBegin1.TabIndex = 18;
            this.udFreqBegin1.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            // 
            // udFreqBegin0
            // 
            this.udFreqBegin0.DecimalPlaces = 6;
            this.udFreqBegin0.Enabled = false;
            this.udFreqBegin0.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udFreqBegin0.Location = new System.Drawing.Point(456, 48);
            this.udFreqBegin0.Maximum = new decimal(new int[] {
            99000,
            0,
            0,
            0});
            this.udFreqBegin0.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udFreqBegin0.Name = "udFreqBegin0";
            this.udFreqBegin0.Size = new System.Drawing.Size(96, 20);
            this.udFreqBegin0.TabIndex = 6;
            this.udFreqBegin0.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            // 
            // lblFreqBegin
            // 
            this.lblFreqBegin.Image = null;
            this.lblFreqBegin.Location = new System.Drawing.Point(456, 24);
            this.lblFreqBegin.Name = "lblFreqBegin";
            this.lblFreqBegin.Size = new System.Drawing.Size(96, 16);
            this.lblFreqBegin.TabIndex = 85;
            this.lblFreqBegin.Text = "Begin Freq (MHz)";
            // 
            // lblFreqEnd
            // 
            this.lblFreqEnd.Image = null;
            this.lblFreqEnd.Location = new System.Drawing.Point(568, 24);
            this.lblFreqEnd.Name = "lblFreqEnd";
            this.lblFreqEnd.Size = new System.Drawing.Size(88, 16);
            this.lblFreqEnd.TabIndex = 102;
            this.lblFreqEnd.Text = "End Freq (MHz)";
            // 
            // udFreqEnd15
            // 
            this.udFreqEnd15.DecimalPlaces = 6;
            this.udFreqEnd15.Enabled = false;
            this.udFreqEnd15.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udFreqEnd15.Location = new System.Drawing.Point(560, 408);
            this.udFreqEnd15.Maximum = new decimal(new int[] {
            99000,
            0,
            0,
            0});
            this.udFreqEnd15.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udFreqEnd15.Name = "udFreqEnd15";
            this.udFreqEnd15.Size = new System.Drawing.Size(96, 20);
            this.udFreqEnd15.TabIndex = 187;
            this.udFreqEnd15.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            // 
            // udFreqEnd14
            // 
            this.udFreqEnd14.DecimalPlaces = 6;
            this.udFreqEnd14.Enabled = false;
            this.udFreqEnd14.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udFreqEnd14.Location = new System.Drawing.Point(560, 384);
            this.udFreqEnd14.Maximum = new decimal(new int[] {
            99000,
            0,
            0,
            0});
            this.udFreqEnd14.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udFreqEnd14.Name = "udFreqEnd14";
            this.udFreqEnd14.Size = new System.Drawing.Size(96, 20);
            this.udFreqEnd14.TabIndex = 175;
            this.udFreqEnd14.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            // 
            // udFreqEnd13
            // 
            this.udFreqEnd13.DecimalPlaces = 6;
            this.udFreqEnd13.Enabled = false;
            this.udFreqEnd13.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udFreqEnd13.Location = new System.Drawing.Point(560, 360);
            this.udFreqEnd13.Maximum = new decimal(new int[] {
            99000,
            0,
            0,
            0});
            this.udFreqEnd13.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udFreqEnd13.Name = "udFreqEnd13";
            this.udFreqEnd13.Size = new System.Drawing.Size(96, 20);
            this.udFreqEnd13.TabIndex = 163;
            this.udFreqEnd13.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            // 
            // udFreqEnd12
            // 
            this.udFreqEnd12.DecimalPlaces = 6;
            this.udFreqEnd12.Enabled = false;
            this.udFreqEnd12.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udFreqEnd12.Location = new System.Drawing.Point(560, 336);
            this.udFreqEnd12.Maximum = new decimal(new int[] {
            99000,
            0,
            0,
            0});
            this.udFreqEnd12.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udFreqEnd12.Name = "udFreqEnd12";
            this.udFreqEnd12.Size = new System.Drawing.Size(96, 20);
            this.udFreqEnd12.TabIndex = 151;
            this.udFreqEnd12.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            // 
            // udFreqEnd11
            // 
            this.udFreqEnd11.DecimalPlaces = 6;
            this.udFreqEnd11.Enabled = false;
            this.udFreqEnd11.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udFreqEnd11.Location = new System.Drawing.Point(560, 312);
            this.udFreqEnd11.Maximum = new decimal(new int[] {
            99000,
            0,
            0,
            0});
            this.udFreqEnd11.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udFreqEnd11.Name = "udFreqEnd11";
            this.udFreqEnd11.Size = new System.Drawing.Size(96, 20);
            this.udFreqEnd11.TabIndex = 139;
            this.udFreqEnd11.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            // 
            // udFreqEnd10
            // 
            this.udFreqEnd10.DecimalPlaces = 6;
            this.udFreqEnd10.Enabled = false;
            this.udFreqEnd10.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udFreqEnd10.Location = new System.Drawing.Point(560, 288);
            this.udFreqEnd10.Maximum = new decimal(new int[] {
            99000,
            0,
            0,
            0});
            this.udFreqEnd10.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udFreqEnd10.Name = "udFreqEnd10";
            this.udFreqEnd10.Size = new System.Drawing.Size(96, 20);
            this.udFreqEnd10.TabIndex = 127;
            this.udFreqEnd10.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            // 
            // udFreqEnd9
            // 
            this.udFreqEnd9.DecimalPlaces = 6;
            this.udFreqEnd9.Enabled = false;
            this.udFreqEnd9.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udFreqEnd9.Location = new System.Drawing.Point(560, 264);
            this.udFreqEnd9.Maximum = new decimal(new int[] {
            99000,
            0,
            0,
            0});
            this.udFreqEnd9.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udFreqEnd9.Name = "udFreqEnd9";
            this.udFreqEnd9.Size = new System.Drawing.Size(96, 20);
            this.udFreqEnd9.TabIndex = 115;
            this.udFreqEnd9.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            // 
            // udFreqEnd8
            // 
            this.udFreqEnd8.DecimalPlaces = 6;
            this.udFreqEnd8.Enabled = false;
            this.udFreqEnd8.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udFreqEnd8.Location = new System.Drawing.Point(560, 240);
            this.udFreqEnd8.Maximum = new decimal(new int[] {
            99000,
            0,
            0,
            0});
            this.udFreqEnd8.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udFreqEnd8.Name = "udFreqEnd8";
            this.udFreqEnd8.Size = new System.Drawing.Size(96, 20);
            this.udFreqEnd8.TabIndex = 103;
            this.udFreqEnd8.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            // 
            // udFreqEnd7
            // 
            this.udFreqEnd7.DecimalPlaces = 6;
            this.udFreqEnd7.Enabled = false;
            this.udFreqEnd7.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udFreqEnd7.Location = new System.Drawing.Point(560, 216);
            this.udFreqEnd7.Maximum = new decimal(new int[] {
            99000,
            0,
            0,
            0});
            this.udFreqEnd7.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udFreqEnd7.Name = "udFreqEnd7";
            this.udFreqEnd7.Size = new System.Drawing.Size(96, 20);
            this.udFreqEnd7.TabIndex = 91;
            this.udFreqEnd7.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            // 
            // udFreqEnd6
            // 
            this.udFreqEnd6.DecimalPlaces = 6;
            this.udFreqEnd6.Enabled = false;
            this.udFreqEnd6.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udFreqEnd6.Location = new System.Drawing.Point(560, 192);
            this.udFreqEnd6.Maximum = new decimal(new int[] {
            99000,
            0,
            0,
            0});
            this.udFreqEnd6.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udFreqEnd6.Name = "udFreqEnd6";
            this.udFreqEnd6.Size = new System.Drawing.Size(96, 20);
            this.udFreqEnd6.TabIndex = 79;
            this.udFreqEnd6.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            // 
            // udFreqEnd5
            // 
            this.udFreqEnd5.DecimalPlaces = 6;
            this.udFreqEnd5.Enabled = false;
            this.udFreqEnd5.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udFreqEnd5.Location = new System.Drawing.Point(560, 168);
            this.udFreqEnd5.Maximum = new decimal(new int[] {
            99000,
            0,
            0,
            0});
            this.udFreqEnd5.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udFreqEnd5.Name = "udFreqEnd5";
            this.udFreqEnd5.Size = new System.Drawing.Size(96, 20);
            this.udFreqEnd5.TabIndex = 67;
            this.udFreqEnd5.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            // 
            // udFreqEnd4
            // 
            this.udFreqEnd4.DecimalPlaces = 6;
            this.udFreqEnd4.Enabled = false;
            this.udFreqEnd4.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udFreqEnd4.Location = new System.Drawing.Point(560, 144);
            this.udFreqEnd4.Maximum = new decimal(new int[] {
            99000,
            0,
            0,
            0});
            this.udFreqEnd4.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udFreqEnd4.Name = "udFreqEnd4";
            this.udFreqEnd4.Size = new System.Drawing.Size(96, 20);
            this.udFreqEnd4.TabIndex = 55;
            this.udFreqEnd4.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            // 
            // udFreqEnd3
            // 
            this.udFreqEnd3.DecimalPlaces = 6;
            this.udFreqEnd3.Enabled = false;
            this.udFreqEnd3.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udFreqEnd3.Location = new System.Drawing.Point(560, 120);
            this.udFreqEnd3.Maximum = new decimal(new int[] {
            99000,
            0,
            0,
            0});
            this.udFreqEnd3.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udFreqEnd3.Name = "udFreqEnd3";
            this.udFreqEnd3.Size = new System.Drawing.Size(96, 20);
            this.udFreqEnd3.TabIndex = 43;
            this.udFreqEnd3.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            // 
            // udFreqEnd2
            // 
            this.udFreqEnd2.DecimalPlaces = 6;
            this.udFreqEnd2.Enabled = false;
            this.udFreqEnd2.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udFreqEnd2.Location = new System.Drawing.Point(560, 96);
            this.udFreqEnd2.Maximum = new decimal(new int[] {
            99000,
            0,
            0,
            0});
            this.udFreqEnd2.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udFreqEnd2.Name = "udFreqEnd2";
            this.udFreqEnd2.Size = new System.Drawing.Size(96, 20);
            this.udFreqEnd2.TabIndex = 31;
            this.udFreqEnd2.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            // 
            // udFreqEnd1
            // 
            this.udFreqEnd1.DecimalPlaces = 6;
            this.udFreqEnd1.Enabled = false;
            this.udFreqEnd1.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udFreqEnd1.Location = new System.Drawing.Point(560, 72);
            this.udFreqEnd1.Maximum = new decimal(new int[] {
            99000,
            0,
            0,
            0});
            this.udFreqEnd1.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udFreqEnd1.Name = "udFreqEnd1";
            this.udFreqEnd1.Size = new System.Drawing.Size(96, 20);
            this.udFreqEnd1.TabIndex = 19;
            this.udFreqEnd1.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            // 
            // udFreqEnd0
            // 
            this.udFreqEnd0.DecimalPlaces = 6;
            this.udFreqEnd0.Enabled = false;
            this.udFreqEnd0.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udFreqEnd0.Location = new System.Drawing.Point(560, 48);
            this.udFreqEnd0.Maximum = new decimal(new int[] {
            99000,
            0,
            0,
            0});
            this.udFreqEnd0.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udFreqEnd0.Name = "udFreqEnd0";
            this.udFreqEnd0.Size = new System.Drawing.Size(96, 20);
            this.udFreqEnd0.TabIndex = 7;
            this.udFreqEnd0.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            // 
            // lblRXOnly
            // 
            this.lblRXOnly.Image = null;
            this.lblRXOnly.Location = new System.Drawing.Point(728, 24);
            this.lblRXOnly.Name = "lblRXOnly";
            this.lblRXOnly.Size = new System.Drawing.Size(48, 16);
            this.lblRXOnly.TabIndex = 119;
            this.lblRXOnly.Text = "RX Only";
            // 
            // chkRXOnly15
            // 
            this.chkRXOnly15.Enabled = false;
            this.chkRXOnly15.Image = null;
            this.chkRXOnly15.Location = new System.Drawing.Point(744, 408);
            this.chkRXOnly15.Name = "chkRXOnly15";
            this.chkRXOnly15.Size = new System.Drawing.Size(16, 16);
            this.chkRXOnly15.TabIndex = 189;
            // 
            // chkRXOnly14
            // 
            this.chkRXOnly14.Enabled = false;
            this.chkRXOnly14.Image = null;
            this.chkRXOnly14.Location = new System.Drawing.Point(744, 384);
            this.chkRXOnly14.Name = "chkRXOnly14";
            this.chkRXOnly14.Size = new System.Drawing.Size(16, 16);
            this.chkRXOnly14.TabIndex = 177;
            // 
            // chkRXOnly13
            // 
            this.chkRXOnly13.Enabled = false;
            this.chkRXOnly13.Image = null;
            this.chkRXOnly13.Location = new System.Drawing.Point(744, 360);
            this.chkRXOnly13.Name = "chkRXOnly13";
            this.chkRXOnly13.Size = new System.Drawing.Size(16, 16);
            this.chkRXOnly13.TabIndex = 165;
            // 
            // chkRXOnly12
            // 
            this.chkRXOnly12.Enabled = false;
            this.chkRXOnly12.Image = null;
            this.chkRXOnly12.Location = new System.Drawing.Point(744, 336);
            this.chkRXOnly12.Name = "chkRXOnly12";
            this.chkRXOnly12.Size = new System.Drawing.Size(16, 16);
            this.chkRXOnly12.TabIndex = 153;
            // 
            // chkRXOnly11
            // 
            this.chkRXOnly11.Enabled = false;
            this.chkRXOnly11.Image = null;
            this.chkRXOnly11.Location = new System.Drawing.Point(744, 312);
            this.chkRXOnly11.Name = "chkRXOnly11";
            this.chkRXOnly11.Size = new System.Drawing.Size(16, 16);
            this.chkRXOnly11.TabIndex = 141;
            // 
            // chkRXOnly10
            // 
            this.chkRXOnly10.Enabled = false;
            this.chkRXOnly10.Image = null;
            this.chkRXOnly10.Location = new System.Drawing.Point(744, 288);
            this.chkRXOnly10.Name = "chkRXOnly10";
            this.chkRXOnly10.Size = new System.Drawing.Size(16, 16);
            this.chkRXOnly10.TabIndex = 129;
            // 
            // chkRXOnly9
            // 
            this.chkRXOnly9.Enabled = false;
            this.chkRXOnly9.Image = null;
            this.chkRXOnly9.Location = new System.Drawing.Point(744, 264);
            this.chkRXOnly9.Name = "chkRXOnly9";
            this.chkRXOnly9.Size = new System.Drawing.Size(16, 16);
            this.chkRXOnly9.TabIndex = 117;
            // 
            // chkRXOnly8
            // 
            this.chkRXOnly8.Enabled = false;
            this.chkRXOnly8.Image = null;
            this.chkRXOnly8.Location = new System.Drawing.Point(744, 240);
            this.chkRXOnly8.Name = "chkRXOnly8";
            this.chkRXOnly8.Size = new System.Drawing.Size(16, 16);
            this.chkRXOnly8.TabIndex = 105;
            // 
            // chkRXOnly7
            // 
            this.chkRXOnly7.Enabled = false;
            this.chkRXOnly7.Image = null;
            this.chkRXOnly7.Location = new System.Drawing.Point(744, 216);
            this.chkRXOnly7.Name = "chkRXOnly7";
            this.chkRXOnly7.Size = new System.Drawing.Size(16, 16);
            this.chkRXOnly7.TabIndex = 93;
            // 
            // chkRXOnly6
            // 
            this.chkRXOnly6.Enabled = false;
            this.chkRXOnly6.Image = null;
            this.chkRXOnly6.Location = new System.Drawing.Point(744, 192);
            this.chkRXOnly6.Name = "chkRXOnly6";
            this.chkRXOnly6.Size = new System.Drawing.Size(16, 16);
            this.chkRXOnly6.TabIndex = 81;
            // 
            // chkRXOnly5
            // 
            this.chkRXOnly5.Enabled = false;
            this.chkRXOnly5.Image = null;
            this.chkRXOnly5.Location = new System.Drawing.Point(744, 168);
            this.chkRXOnly5.Name = "chkRXOnly5";
            this.chkRXOnly5.Size = new System.Drawing.Size(16, 16);
            this.chkRXOnly5.TabIndex = 69;
            // 
            // chkRXOnly4
            // 
            this.chkRXOnly4.Enabled = false;
            this.chkRXOnly4.Image = null;
            this.chkRXOnly4.Location = new System.Drawing.Point(744, 144);
            this.chkRXOnly4.Name = "chkRXOnly4";
            this.chkRXOnly4.Size = new System.Drawing.Size(16, 16);
            this.chkRXOnly4.TabIndex = 57;
            // 
            // chkRXOnly3
            // 
            this.chkRXOnly3.Enabled = false;
            this.chkRXOnly3.Image = null;
            this.chkRXOnly3.Location = new System.Drawing.Point(744, 120);
            this.chkRXOnly3.Name = "chkRXOnly3";
            this.chkRXOnly3.Size = new System.Drawing.Size(16, 16);
            this.chkRXOnly3.TabIndex = 45;
            // 
            // chkRXOnly2
            // 
            this.chkRXOnly2.Enabled = false;
            this.chkRXOnly2.Image = null;
            this.chkRXOnly2.Location = new System.Drawing.Point(744, 96);
            this.chkRXOnly2.Name = "chkRXOnly2";
            this.chkRXOnly2.Size = new System.Drawing.Size(16, 16);
            this.chkRXOnly2.TabIndex = 33;
            // 
            // chkRXOnly1
            // 
            this.chkRXOnly1.Enabled = false;
            this.chkRXOnly1.Image = null;
            this.chkRXOnly1.Location = new System.Drawing.Point(744, 72);
            this.chkRXOnly1.Name = "chkRXOnly1";
            this.chkRXOnly1.Size = new System.Drawing.Size(16, 16);
            this.chkRXOnly1.TabIndex = 21;
            // 
            // chkRXOnly0
            // 
            this.chkRXOnly0.Enabled = false;
            this.chkRXOnly0.Image = null;
            this.chkRXOnly0.Location = new System.Drawing.Point(744, 48);
            this.chkRXOnly0.Name = "chkRXOnly0";
            this.chkRXOnly0.Size = new System.Drawing.Size(16, 16);
            this.chkRXOnly0.TabIndex = 9;
            // 
            // udLOError15
            // 
            this.udLOError15.DecimalPlaces = 3;
            this.udLOError15.Enabled = false;
            this.udLOError15.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udLOError15.Location = new System.Drawing.Point(392, 408);
            this.udLOError15.Maximum = new decimal(new int[] {
            1000,
            0,
            0,
            0});
            this.udLOError15.Minimum = new decimal(new int[] {
            1000,
            0,
            0,
            -2147483648});
            this.udLOError15.Name = "udLOError15";
            this.udLOError15.Size = new System.Drawing.Size(56, 20);
            this.udLOError15.TabIndex = 185;
            this.udLOError15.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            // 
            // udLOError14
            // 
            this.udLOError14.DecimalPlaces = 3;
            this.udLOError14.Enabled = false;
            this.udLOError14.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udLOError14.Location = new System.Drawing.Point(392, 384);
            this.udLOError14.Maximum = new decimal(new int[] {
            1000,
            0,
            0,
            0});
            this.udLOError14.Minimum = new decimal(new int[] {
            1000,
            0,
            0,
            -2147483648});
            this.udLOError14.Name = "udLOError14";
            this.udLOError14.Size = new System.Drawing.Size(56, 20);
            this.udLOError14.TabIndex = 173;
            this.udLOError14.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            // 
            // udLOError13
            // 
            this.udLOError13.DecimalPlaces = 3;
            this.udLOError13.Enabled = false;
            this.udLOError13.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udLOError13.Location = new System.Drawing.Point(392, 360);
            this.udLOError13.Maximum = new decimal(new int[] {
            1000,
            0,
            0,
            0});
            this.udLOError13.Minimum = new decimal(new int[] {
            1000,
            0,
            0,
            -2147483648});
            this.udLOError13.Name = "udLOError13";
            this.udLOError13.Size = new System.Drawing.Size(56, 20);
            this.udLOError13.TabIndex = 161;
            this.udLOError13.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            // 
            // udLOError12
            // 
            this.udLOError12.DecimalPlaces = 3;
            this.udLOError12.Enabled = false;
            this.udLOError12.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udLOError12.Location = new System.Drawing.Point(392, 336);
            this.udLOError12.Maximum = new decimal(new int[] {
            1000,
            0,
            0,
            0});
            this.udLOError12.Minimum = new decimal(new int[] {
            1000,
            0,
            0,
            -2147483648});
            this.udLOError12.Name = "udLOError12";
            this.udLOError12.Size = new System.Drawing.Size(56, 20);
            this.udLOError12.TabIndex = 149;
            this.udLOError12.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            // 
            // udLOError11
            // 
            this.udLOError11.DecimalPlaces = 3;
            this.udLOError11.Enabled = false;
            this.udLOError11.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udLOError11.Location = new System.Drawing.Point(392, 312);
            this.udLOError11.Maximum = new decimal(new int[] {
            1000,
            0,
            0,
            0});
            this.udLOError11.Minimum = new decimal(new int[] {
            1000,
            0,
            0,
            -2147483648});
            this.udLOError11.Name = "udLOError11";
            this.udLOError11.Size = new System.Drawing.Size(56, 20);
            this.udLOError11.TabIndex = 137;
            this.udLOError11.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            // 
            // udLOError10
            // 
            this.udLOError10.DecimalPlaces = 3;
            this.udLOError10.Enabled = false;
            this.udLOError10.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udLOError10.Location = new System.Drawing.Point(392, 288);
            this.udLOError10.Maximum = new decimal(new int[] {
            1000,
            0,
            0,
            0});
            this.udLOError10.Minimum = new decimal(new int[] {
            1000,
            0,
            0,
            -2147483648});
            this.udLOError10.Name = "udLOError10";
            this.udLOError10.Size = new System.Drawing.Size(56, 20);
            this.udLOError10.TabIndex = 125;
            this.udLOError10.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            // 
            // udLOError9
            // 
            this.udLOError9.DecimalPlaces = 3;
            this.udLOError9.Enabled = false;
            this.udLOError9.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udLOError9.Location = new System.Drawing.Point(392, 264);
            this.udLOError9.Maximum = new decimal(new int[] {
            1000,
            0,
            0,
            0});
            this.udLOError9.Minimum = new decimal(new int[] {
            1000,
            0,
            0,
            -2147483648});
            this.udLOError9.Name = "udLOError9";
            this.udLOError9.Size = new System.Drawing.Size(56, 20);
            this.udLOError9.TabIndex = 113;
            this.udLOError9.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            // 
            // udLOError8
            // 
            this.udLOError8.DecimalPlaces = 3;
            this.udLOError8.Enabled = false;
            this.udLOError8.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udLOError8.Location = new System.Drawing.Point(392, 240);
            this.udLOError8.Maximum = new decimal(new int[] {
            1000,
            0,
            0,
            0});
            this.udLOError8.Minimum = new decimal(new int[] {
            1000,
            0,
            0,
            -2147483648});
            this.udLOError8.Name = "udLOError8";
            this.udLOError8.Size = new System.Drawing.Size(56, 20);
            this.udLOError8.TabIndex = 101;
            this.udLOError8.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            // 
            // udLOError7
            // 
            this.udLOError7.DecimalPlaces = 3;
            this.udLOError7.Enabled = false;
            this.udLOError7.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udLOError7.Location = new System.Drawing.Point(392, 216);
            this.udLOError7.Maximum = new decimal(new int[] {
            1000,
            0,
            0,
            0});
            this.udLOError7.Minimum = new decimal(new int[] {
            1000,
            0,
            0,
            -2147483648});
            this.udLOError7.Name = "udLOError7";
            this.udLOError7.Size = new System.Drawing.Size(56, 20);
            this.udLOError7.TabIndex = 89;
            this.udLOError7.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            // 
            // udLOError6
            // 
            this.udLOError6.DecimalPlaces = 3;
            this.udLOError6.Enabled = false;
            this.udLOError6.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udLOError6.Location = new System.Drawing.Point(392, 192);
            this.udLOError6.Maximum = new decimal(new int[] {
            1000,
            0,
            0,
            0});
            this.udLOError6.Minimum = new decimal(new int[] {
            1000,
            0,
            0,
            -2147483648});
            this.udLOError6.Name = "udLOError6";
            this.udLOError6.Size = new System.Drawing.Size(56, 20);
            this.udLOError6.TabIndex = 77;
            this.udLOError6.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            // 
            // udLOError5
            // 
            this.udLOError5.DecimalPlaces = 3;
            this.udLOError5.Enabled = false;
            this.udLOError5.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udLOError5.Location = new System.Drawing.Point(392, 168);
            this.udLOError5.Maximum = new decimal(new int[] {
            1000,
            0,
            0,
            0});
            this.udLOError5.Minimum = new decimal(new int[] {
            1000,
            0,
            0,
            -2147483648});
            this.udLOError5.Name = "udLOError5";
            this.udLOError5.Size = new System.Drawing.Size(56, 20);
            this.udLOError5.TabIndex = 65;
            this.udLOError5.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            // 
            // udLOError4
            // 
            this.udLOError4.DecimalPlaces = 3;
            this.udLOError4.Enabled = false;
            this.udLOError4.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udLOError4.Location = new System.Drawing.Point(392, 144);
            this.udLOError4.Maximum = new decimal(new int[] {
            1000,
            0,
            0,
            0});
            this.udLOError4.Minimum = new decimal(new int[] {
            1000,
            0,
            0,
            -2147483648});
            this.udLOError4.Name = "udLOError4";
            this.udLOError4.Size = new System.Drawing.Size(56, 20);
            this.udLOError4.TabIndex = 53;
            this.udLOError4.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            // 
            // udLOError3
            // 
            this.udLOError3.DecimalPlaces = 3;
            this.udLOError3.Enabled = false;
            this.udLOError3.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udLOError3.Location = new System.Drawing.Point(392, 120);
            this.udLOError3.Maximum = new decimal(new int[] {
            1000,
            0,
            0,
            0});
            this.udLOError3.Minimum = new decimal(new int[] {
            1000,
            0,
            0,
            -2147483648});
            this.udLOError3.Name = "udLOError3";
            this.udLOError3.Size = new System.Drawing.Size(56, 20);
            this.udLOError3.TabIndex = 41;
            this.udLOError3.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            // 
            // udLOError2
            // 
            this.udLOError2.DecimalPlaces = 3;
            this.udLOError2.Enabled = false;
            this.udLOError2.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udLOError2.Location = new System.Drawing.Point(392, 96);
            this.udLOError2.Maximum = new decimal(new int[] {
            1000,
            0,
            0,
            0});
            this.udLOError2.Minimum = new decimal(new int[] {
            1000,
            0,
            0,
            -2147483648});
            this.udLOError2.Name = "udLOError2";
            this.udLOError2.Size = new System.Drawing.Size(56, 20);
            this.udLOError2.TabIndex = 29;
            this.udLOError2.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            // 
            // udLOError1
            // 
            this.udLOError1.DecimalPlaces = 3;
            this.udLOError1.Enabled = false;
            this.udLOError1.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udLOError1.Location = new System.Drawing.Point(392, 72);
            this.udLOError1.Maximum = new decimal(new int[] {
            1000,
            0,
            0,
            0});
            this.udLOError1.Minimum = new decimal(new int[] {
            1000,
            0,
            0,
            -2147483648});
            this.udLOError1.Name = "udLOError1";
            this.udLOError1.Size = new System.Drawing.Size(56, 20);
            this.udLOError1.TabIndex = 17;
            this.udLOError1.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            // 
            // udLOError0
            // 
            this.udLOError0.DecimalPlaces = 3;
            this.udLOError0.Enabled = false;
            this.udLOError0.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udLOError0.Location = new System.Drawing.Point(392, 48);
            this.udLOError0.Maximum = new decimal(new int[] {
            1000,
            0,
            0,
            0});
            this.udLOError0.Minimum = new decimal(new int[] {
            1000,
            0,
            0,
            -2147483648});
            this.udLOError0.Name = "udLOError0";
            this.udLOError0.Size = new System.Drawing.Size(56, 20);
            this.udLOError0.TabIndex = 5;
            this.udLOError0.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            // 
            // lblLOError
            // 
            this.lblLOError.Image = null;
            this.lblLOError.Location = new System.Drawing.Point(392, 16);
            this.lblLOError.Name = "lblLOError";
            this.lblLOError.Size = new System.Drawing.Size(56, 32);
            this.lblLOError.TabIndex = 136;
            this.lblLOError.Text = "LO Error (kHz)";
            // 
            // udPower15
            // 
            this.udPower15.Enabled = false;
            this.udPower15.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udPower15.Location = new System.Drawing.Point(784, 408);
            this.udPower15.Maximum = new decimal(new int[] {
            100,
            0,
            0,
            0});
            this.udPower15.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udPower15.Name = "udPower15";
            this.udPower15.Size = new System.Drawing.Size(40, 20);
            this.udPower15.TabIndex = 190;
            this.udPower15.Value = new decimal(new int[] {
            100,
            0,
            0,
            0});
            // 
            // udPower14
            // 
            this.udPower14.Enabled = false;
            this.udPower14.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udPower14.Location = new System.Drawing.Point(784, 384);
            this.udPower14.Maximum = new decimal(new int[] {
            100,
            0,
            0,
            0});
            this.udPower14.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udPower14.Name = "udPower14";
            this.udPower14.Size = new System.Drawing.Size(40, 20);
            this.udPower14.TabIndex = 178;
            this.udPower14.Value = new decimal(new int[] {
            100,
            0,
            0,
            0});
            // 
            // udPower13
            // 
            this.udPower13.Enabled = false;
            this.udPower13.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udPower13.Location = new System.Drawing.Point(784, 360);
            this.udPower13.Maximum = new decimal(new int[] {
            100,
            0,
            0,
            0});
            this.udPower13.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udPower13.Name = "udPower13";
            this.udPower13.Size = new System.Drawing.Size(40, 20);
            this.udPower13.TabIndex = 166;
            this.udPower13.Value = new decimal(new int[] {
            100,
            0,
            0,
            0});
            // 
            // udPower12
            // 
            this.udPower12.Enabled = false;
            this.udPower12.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udPower12.Location = new System.Drawing.Point(784, 336);
            this.udPower12.Maximum = new decimal(new int[] {
            100,
            0,
            0,
            0});
            this.udPower12.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udPower12.Name = "udPower12";
            this.udPower12.Size = new System.Drawing.Size(40, 20);
            this.udPower12.TabIndex = 154;
            this.udPower12.Value = new decimal(new int[] {
            100,
            0,
            0,
            0});
            // 
            // udPower11
            // 
            this.udPower11.Enabled = false;
            this.udPower11.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udPower11.Location = new System.Drawing.Point(784, 312);
            this.udPower11.Maximum = new decimal(new int[] {
            100,
            0,
            0,
            0});
            this.udPower11.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udPower11.Name = "udPower11";
            this.udPower11.Size = new System.Drawing.Size(40, 20);
            this.udPower11.TabIndex = 142;
            this.udPower11.Value = new decimal(new int[] {
            100,
            0,
            0,
            0});
            // 
            // udPower10
            // 
            this.udPower10.Enabled = false;
            this.udPower10.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udPower10.Location = new System.Drawing.Point(784, 288);
            this.udPower10.Maximum = new decimal(new int[] {
            100,
            0,
            0,
            0});
            this.udPower10.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udPower10.Name = "udPower10";
            this.udPower10.Size = new System.Drawing.Size(40, 20);
            this.udPower10.TabIndex = 130;
            this.udPower10.Value = new decimal(new int[] {
            100,
            0,
            0,
            0});
            // 
            // udPower9
            // 
            this.udPower9.Enabled = false;
            this.udPower9.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udPower9.Location = new System.Drawing.Point(784, 264);
            this.udPower9.Maximum = new decimal(new int[] {
            100,
            0,
            0,
            0});
            this.udPower9.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udPower9.Name = "udPower9";
            this.udPower9.Size = new System.Drawing.Size(40, 20);
            this.udPower9.TabIndex = 118;
            this.udPower9.Value = new decimal(new int[] {
            100,
            0,
            0,
            0});
            // 
            // udPower8
            // 
            this.udPower8.Enabled = false;
            this.udPower8.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udPower8.Location = new System.Drawing.Point(784, 240);
            this.udPower8.Maximum = new decimal(new int[] {
            100,
            0,
            0,
            0});
            this.udPower8.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udPower8.Name = "udPower8";
            this.udPower8.Size = new System.Drawing.Size(40, 20);
            this.udPower8.TabIndex = 106;
            this.udPower8.Value = new decimal(new int[] {
            100,
            0,
            0,
            0});
            // 
            // udPower7
            // 
            this.udPower7.Enabled = false;
            this.udPower7.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udPower7.Location = new System.Drawing.Point(784, 216);
            this.udPower7.Maximum = new decimal(new int[] {
            100,
            0,
            0,
            0});
            this.udPower7.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udPower7.Name = "udPower7";
            this.udPower7.Size = new System.Drawing.Size(40, 20);
            this.udPower7.TabIndex = 94;
            this.udPower7.Value = new decimal(new int[] {
            100,
            0,
            0,
            0});
            // 
            // udPower6
            // 
            this.udPower6.Enabled = false;
            this.udPower6.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udPower6.Location = new System.Drawing.Point(784, 192);
            this.udPower6.Maximum = new decimal(new int[] {
            100,
            0,
            0,
            0});
            this.udPower6.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udPower6.Name = "udPower6";
            this.udPower6.Size = new System.Drawing.Size(40, 20);
            this.udPower6.TabIndex = 82;
            this.udPower6.Value = new decimal(new int[] {
            100,
            0,
            0,
            0});
            // 
            // udPower5
            // 
            this.udPower5.Enabled = false;
            this.udPower5.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udPower5.Location = new System.Drawing.Point(784, 168);
            this.udPower5.Maximum = new decimal(new int[] {
            100,
            0,
            0,
            0});
            this.udPower5.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udPower5.Name = "udPower5";
            this.udPower5.Size = new System.Drawing.Size(40, 20);
            this.udPower5.TabIndex = 70;
            this.udPower5.Value = new decimal(new int[] {
            100,
            0,
            0,
            0});
            // 
            // udPower4
            // 
            this.udPower4.Enabled = false;
            this.udPower4.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udPower4.Location = new System.Drawing.Point(784, 144);
            this.udPower4.Maximum = new decimal(new int[] {
            100,
            0,
            0,
            0});
            this.udPower4.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udPower4.Name = "udPower4";
            this.udPower4.Size = new System.Drawing.Size(40, 20);
            this.udPower4.TabIndex = 58;
            this.udPower4.Value = new decimal(new int[] {
            100,
            0,
            0,
            0});
            // 
            // udPower3
            // 
            this.udPower3.Enabled = false;
            this.udPower3.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udPower3.Location = new System.Drawing.Point(784, 120);
            this.udPower3.Maximum = new decimal(new int[] {
            100,
            0,
            0,
            0});
            this.udPower3.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udPower3.Name = "udPower3";
            this.udPower3.Size = new System.Drawing.Size(40, 20);
            this.udPower3.TabIndex = 46;
            this.udPower3.Value = new decimal(new int[] {
            100,
            0,
            0,
            0});
            // 
            // udPower2
            // 
            this.udPower2.Enabled = false;
            this.udPower2.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udPower2.Location = new System.Drawing.Point(784, 96);
            this.udPower2.Maximum = new decimal(new int[] {
            100,
            0,
            0,
            0});
            this.udPower2.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udPower2.Name = "udPower2";
            this.udPower2.Size = new System.Drawing.Size(40, 20);
            this.udPower2.TabIndex = 34;
            this.udPower2.Value = new decimal(new int[] {
            100,
            0,
            0,
            0});
            // 
            // udPower1
            // 
            this.udPower1.Enabled = false;
            this.udPower1.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udPower1.Location = new System.Drawing.Point(784, 72);
            this.udPower1.Maximum = new decimal(new int[] {
            100,
            0,
            0,
            0});
            this.udPower1.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udPower1.Name = "udPower1";
            this.udPower1.Size = new System.Drawing.Size(40, 20);
            this.udPower1.TabIndex = 22;
            this.udPower1.Value = new decimal(new int[] {
            100,
            0,
            0,
            0});
            // 
            // udPower0
            // 
            this.udPower0.Enabled = false;
            this.udPower0.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udPower0.Location = new System.Drawing.Point(784, 48);
            this.udPower0.Maximum = new decimal(new int[] {
            100,
            0,
            0,
            0});
            this.udPower0.Minimum = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udPower0.Name = "udPower0";
            this.udPower0.Size = new System.Drawing.Size(40, 20);
            this.udPower0.TabIndex = 10;
            this.udPower0.Value = new decimal(new int[] {
            100,
            0,
            0,
            0});
            // 
            // lblPower
            // 
            this.lblPower.Image = null;
            this.lblPower.Location = new System.Drawing.Point(784, 24);
            this.lblPower.Name = "lblPower";
            this.lblPower.Size = new System.Drawing.Size(40, 16);
            this.lblPower.TabIndex = 153;
            this.lblPower.Text = "Power";
            // 
            // chkXVTRRF15
            // 
            this.chkXVTRRF15.Enabled = false;
            this.chkXVTRRF15.Image = null;
            this.chkXVTRRF15.Location = new System.Drawing.Point(848, 408);
            this.chkXVTRRF15.Name = "chkXVTRRF15";
            this.chkXVTRRF15.Size = new System.Drawing.Size(16, 16);
            this.chkXVTRRF15.TabIndex = 191;
            this.chkXVTRRF15.CheckedChanged += new System.EventHandler(this.chkXVTRRF_CheckedChanged);
            // 
            // chkXVTRRF14
            // 
            this.chkXVTRRF14.Enabled = false;
            this.chkXVTRRF14.Image = null;
            this.chkXVTRRF14.Location = new System.Drawing.Point(848, 384);
            this.chkXVTRRF14.Name = "chkXVTRRF14";
            this.chkXVTRRF14.Size = new System.Drawing.Size(16, 16);
            this.chkXVTRRF14.TabIndex = 179;
            this.chkXVTRRF14.CheckedChanged += new System.EventHandler(this.chkXVTRRF_CheckedChanged);
            // 
            // chkXVTRRF13
            // 
            this.chkXVTRRF13.Enabled = false;
            this.chkXVTRRF13.Image = null;
            this.chkXVTRRF13.Location = new System.Drawing.Point(848, 360);
            this.chkXVTRRF13.Name = "chkXVTRRF13";
            this.chkXVTRRF13.Size = new System.Drawing.Size(16, 16);
            this.chkXVTRRF13.TabIndex = 167;
            this.chkXVTRRF13.CheckedChanged += new System.EventHandler(this.chkXVTRRF_CheckedChanged);
            // 
            // chkXVTRRF12
            // 
            this.chkXVTRRF12.Enabled = false;
            this.chkXVTRRF12.Image = null;
            this.chkXVTRRF12.Location = new System.Drawing.Point(848, 336);
            this.chkXVTRRF12.Name = "chkXVTRRF12";
            this.chkXVTRRF12.Size = new System.Drawing.Size(16, 16);
            this.chkXVTRRF12.TabIndex = 155;
            this.chkXVTRRF12.CheckedChanged += new System.EventHandler(this.chkXVTRRF_CheckedChanged);
            // 
            // chkXVTRRF11
            // 
            this.chkXVTRRF11.Enabled = false;
            this.chkXVTRRF11.Image = null;
            this.chkXVTRRF11.Location = new System.Drawing.Point(848, 312);
            this.chkXVTRRF11.Name = "chkXVTRRF11";
            this.chkXVTRRF11.Size = new System.Drawing.Size(16, 16);
            this.chkXVTRRF11.TabIndex = 143;
            this.chkXVTRRF11.CheckedChanged += new System.EventHandler(this.chkXVTRRF_CheckedChanged);
            // 
            // chkXVTRRF10
            // 
            this.chkXVTRRF10.Enabled = false;
            this.chkXVTRRF10.Image = null;
            this.chkXVTRRF10.Location = new System.Drawing.Point(848, 288);
            this.chkXVTRRF10.Name = "chkXVTRRF10";
            this.chkXVTRRF10.Size = new System.Drawing.Size(16, 16);
            this.chkXVTRRF10.TabIndex = 131;
            this.chkXVTRRF10.CheckedChanged += new System.EventHandler(this.chkXVTRRF_CheckedChanged);
            // 
            // chkXVTRRF9
            // 
            this.chkXVTRRF9.Enabled = false;
            this.chkXVTRRF9.Image = null;
            this.chkXVTRRF9.Location = new System.Drawing.Point(848, 264);
            this.chkXVTRRF9.Name = "chkXVTRRF9";
            this.chkXVTRRF9.Size = new System.Drawing.Size(16, 16);
            this.chkXVTRRF9.TabIndex = 119;
            this.chkXVTRRF9.CheckedChanged += new System.EventHandler(this.chkXVTRRF_CheckedChanged);
            // 
            // chkXVTRRF8
            // 
            this.chkXVTRRF8.Enabled = false;
            this.chkXVTRRF8.Image = null;
            this.chkXVTRRF8.Location = new System.Drawing.Point(848, 240);
            this.chkXVTRRF8.Name = "chkXVTRRF8";
            this.chkXVTRRF8.Size = new System.Drawing.Size(16, 16);
            this.chkXVTRRF8.TabIndex = 107;
            this.chkXVTRRF8.CheckedChanged += new System.EventHandler(this.chkXVTRRF_CheckedChanged);
            // 
            // chkXVTRRF7
            // 
            this.chkXVTRRF7.Enabled = false;
            this.chkXVTRRF7.Image = null;
            this.chkXVTRRF7.Location = new System.Drawing.Point(848, 216);
            this.chkXVTRRF7.Name = "chkXVTRRF7";
            this.chkXVTRRF7.Size = new System.Drawing.Size(16, 16);
            this.chkXVTRRF7.TabIndex = 95;
            this.chkXVTRRF7.CheckedChanged += new System.EventHandler(this.chkXVTRRF_CheckedChanged);
            // 
            // chkXVTRRF6
            // 
            this.chkXVTRRF6.Enabled = false;
            this.chkXVTRRF6.Image = null;
            this.chkXVTRRF6.Location = new System.Drawing.Point(848, 192);
            this.chkXVTRRF6.Name = "chkXVTRRF6";
            this.chkXVTRRF6.Size = new System.Drawing.Size(16, 16);
            this.chkXVTRRF6.TabIndex = 83;
            this.chkXVTRRF6.CheckedChanged += new System.EventHandler(this.chkXVTRRF_CheckedChanged);
            // 
            // chkXVTRRF5
            // 
            this.chkXVTRRF5.Enabled = false;
            this.chkXVTRRF5.Image = null;
            this.chkXVTRRF5.Location = new System.Drawing.Point(848, 168);
            this.chkXVTRRF5.Name = "chkXVTRRF5";
            this.chkXVTRRF5.Size = new System.Drawing.Size(16, 16);
            this.chkXVTRRF5.TabIndex = 71;
            this.chkXVTRRF5.CheckedChanged += new System.EventHandler(this.chkXVTRRF_CheckedChanged);
            // 
            // chkXVTRRF4
            // 
            this.chkXVTRRF4.Enabled = false;
            this.chkXVTRRF4.Image = null;
            this.chkXVTRRF4.Location = new System.Drawing.Point(848, 144);
            this.chkXVTRRF4.Name = "chkXVTRRF4";
            this.chkXVTRRF4.Size = new System.Drawing.Size(16, 16);
            this.chkXVTRRF4.TabIndex = 59;
            this.chkXVTRRF4.CheckedChanged += new System.EventHandler(this.chkXVTRRF_CheckedChanged);
            // 
            // chkXVTRRF3
            // 
            this.chkXVTRRF3.Enabled = false;
            this.chkXVTRRF3.Image = null;
            this.chkXVTRRF3.Location = new System.Drawing.Point(848, 120);
            this.chkXVTRRF3.Name = "chkXVTRRF3";
            this.chkXVTRRF3.Size = new System.Drawing.Size(16, 16);
            this.chkXVTRRF3.TabIndex = 47;
            this.chkXVTRRF3.CheckedChanged += new System.EventHandler(this.chkXVTRRF_CheckedChanged);
            // 
            // chkXVTRRF2
            // 
            this.chkXVTRRF2.Enabled = false;
            this.chkXVTRRF2.Image = null;
            this.chkXVTRRF2.Location = new System.Drawing.Point(848, 96);
            this.chkXVTRRF2.Name = "chkXVTRRF2";
            this.chkXVTRRF2.Size = new System.Drawing.Size(16, 16);
            this.chkXVTRRF2.TabIndex = 35;
            this.chkXVTRRF2.CheckedChanged += new System.EventHandler(this.chkXVTRRF_CheckedChanged);
            // 
            // chkXVTRRF1
            // 
            this.chkXVTRRF1.Enabled = false;
            this.chkXVTRRF1.Image = null;
            this.chkXVTRRF1.Location = new System.Drawing.Point(848, 72);
            this.chkXVTRRF1.Name = "chkXVTRRF1";
            this.chkXVTRRF1.Size = new System.Drawing.Size(16, 16);
            this.chkXVTRRF1.TabIndex = 23;
            this.chkXVTRRF1.CheckedChanged += new System.EventHandler(this.chkXVTRRF_CheckedChanged);
            // 
            // chkXVTRRF0
            // 
            this.chkXVTRRF0.Enabled = false;
            this.chkXVTRRF0.Image = null;
            this.chkXVTRRF0.Location = new System.Drawing.Point(848, 48);
            this.chkXVTRRF0.Name = "chkXVTRRF0";
            this.chkXVTRRF0.Size = new System.Drawing.Size(16, 16);
            this.chkXVTRRF0.TabIndex = 11;
            this.chkXVTRRF0.CheckedChanged += new System.EventHandler(this.chkXVTRRF_CheckedChanged);
            // 
            // lblXVTRRF
            // 
            this.lblXVTRRF.Image = null;
            this.lblXVTRRF.Location = new System.Drawing.Point(840, 16);
            this.lblXVTRRF.Name = "lblXVTRRF";
            this.lblXVTRRF.Size = new System.Drawing.Size(40, 32);
            this.lblXVTRRF.TabIndex = 170;
            this.lblXVTRRF.Text = "XVTR RF TX";
            // 
            // udRXGain15
            // 
            this.udRXGain15.DecimalPlaces = 1;
            this.udRXGain15.Enabled = false;
            this.udRXGain15.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udRXGain15.Location = new System.Drawing.Point(664, 408);
            this.udRXGain15.Maximum = new decimal(new int[] {
            100,
            0,
            0,
            0});
            this.udRXGain15.Minimum = new decimal(new int[] {
            100,
            0,
            0,
            -2147483648});
            this.udRXGain15.Name = "udRXGain15";
            this.udRXGain15.Size = new System.Drawing.Size(56, 20);
            this.udRXGain15.TabIndex = 188;
            this.udRXGain15.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udRXGain15.ValueChanged += new System.EventHandler(this.udRXGain_ValueChanged);
            // 
            // udRXGain14
            // 
            this.udRXGain14.DecimalPlaces = 1;
            this.udRXGain14.Enabled = false;
            this.udRXGain14.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udRXGain14.Location = new System.Drawing.Point(664, 384);
            this.udRXGain14.Maximum = new decimal(new int[] {
            100,
            0,
            0,
            0});
            this.udRXGain14.Minimum = new decimal(new int[] {
            100,
            0,
            0,
            -2147483648});
            this.udRXGain14.Name = "udRXGain14";
            this.udRXGain14.Size = new System.Drawing.Size(56, 20);
            this.udRXGain14.TabIndex = 176;
            this.udRXGain14.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udRXGain14.ValueChanged += new System.EventHandler(this.udRXGain_ValueChanged);
            // 
            // udRXGain13
            // 
            this.udRXGain13.DecimalPlaces = 1;
            this.udRXGain13.Enabled = false;
            this.udRXGain13.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udRXGain13.Location = new System.Drawing.Point(664, 360);
            this.udRXGain13.Maximum = new decimal(new int[] {
            100,
            0,
            0,
            0});
            this.udRXGain13.Minimum = new decimal(new int[] {
            100,
            0,
            0,
            -2147483648});
            this.udRXGain13.Name = "udRXGain13";
            this.udRXGain13.Size = new System.Drawing.Size(56, 20);
            this.udRXGain13.TabIndex = 164;
            this.udRXGain13.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udRXGain13.ValueChanged += new System.EventHandler(this.udRXGain_ValueChanged);
            // 
            // udRXGain12
            // 
            this.udRXGain12.DecimalPlaces = 1;
            this.udRXGain12.Enabled = false;
            this.udRXGain12.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udRXGain12.Location = new System.Drawing.Point(664, 336);
            this.udRXGain12.Maximum = new decimal(new int[] {
            100,
            0,
            0,
            0});
            this.udRXGain12.Minimum = new decimal(new int[] {
            100,
            0,
            0,
            -2147483648});
            this.udRXGain12.Name = "udRXGain12";
            this.udRXGain12.Size = new System.Drawing.Size(56, 20);
            this.udRXGain12.TabIndex = 152;
            this.udRXGain12.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udRXGain12.ValueChanged += new System.EventHandler(this.udRXGain_ValueChanged);
            // 
            // udRXGain11
            // 
            this.udRXGain11.DecimalPlaces = 1;
            this.udRXGain11.Enabled = false;
            this.udRXGain11.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udRXGain11.Location = new System.Drawing.Point(664, 312);
            this.udRXGain11.Maximum = new decimal(new int[] {
            100,
            0,
            0,
            0});
            this.udRXGain11.Minimum = new decimal(new int[] {
            100,
            0,
            0,
            -2147483648});
            this.udRXGain11.Name = "udRXGain11";
            this.udRXGain11.Size = new System.Drawing.Size(56, 20);
            this.udRXGain11.TabIndex = 140;
            this.udRXGain11.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udRXGain11.ValueChanged += new System.EventHandler(this.udRXGain_ValueChanged);
            // 
            // udRXGain10
            // 
            this.udRXGain10.DecimalPlaces = 1;
            this.udRXGain10.Enabled = false;
            this.udRXGain10.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udRXGain10.Location = new System.Drawing.Point(664, 288);
            this.udRXGain10.Maximum = new decimal(new int[] {
            100,
            0,
            0,
            0});
            this.udRXGain10.Minimum = new decimal(new int[] {
            100,
            0,
            0,
            -2147483648});
            this.udRXGain10.Name = "udRXGain10";
            this.udRXGain10.Size = new System.Drawing.Size(56, 20);
            this.udRXGain10.TabIndex = 128;
            this.udRXGain10.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udRXGain10.ValueChanged += new System.EventHandler(this.udRXGain_ValueChanged);
            // 
            // udRXGain9
            // 
            this.udRXGain9.DecimalPlaces = 1;
            this.udRXGain9.Enabled = false;
            this.udRXGain9.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udRXGain9.Location = new System.Drawing.Point(664, 264);
            this.udRXGain9.Maximum = new decimal(new int[] {
            100,
            0,
            0,
            0});
            this.udRXGain9.Minimum = new decimal(new int[] {
            100,
            0,
            0,
            -2147483648});
            this.udRXGain9.Name = "udRXGain9";
            this.udRXGain9.Size = new System.Drawing.Size(56, 20);
            this.udRXGain9.TabIndex = 116;
            this.udRXGain9.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udRXGain9.ValueChanged += new System.EventHandler(this.udRXGain_ValueChanged);
            // 
            // udRXGain8
            // 
            this.udRXGain8.DecimalPlaces = 1;
            this.udRXGain8.Enabled = false;
            this.udRXGain8.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udRXGain8.Location = new System.Drawing.Point(664, 240);
            this.udRXGain8.Maximum = new decimal(new int[] {
            100,
            0,
            0,
            0});
            this.udRXGain8.Minimum = new decimal(new int[] {
            100,
            0,
            0,
            -2147483648});
            this.udRXGain8.Name = "udRXGain8";
            this.udRXGain8.Size = new System.Drawing.Size(56, 20);
            this.udRXGain8.TabIndex = 104;
            this.udRXGain8.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udRXGain8.ValueChanged += new System.EventHandler(this.udRXGain_ValueChanged);
            // 
            // udRXGain7
            // 
            this.udRXGain7.DecimalPlaces = 1;
            this.udRXGain7.Enabled = false;
            this.udRXGain7.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udRXGain7.Location = new System.Drawing.Point(664, 216);
            this.udRXGain7.Maximum = new decimal(new int[] {
            100,
            0,
            0,
            0});
            this.udRXGain7.Minimum = new decimal(new int[] {
            100,
            0,
            0,
            -2147483648});
            this.udRXGain7.Name = "udRXGain7";
            this.udRXGain7.Size = new System.Drawing.Size(56, 20);
            this.udRXGain7.TabIndex = 92;
            this.udRXGain7.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udRXGain7.ValueChanged += new System.EventHandler(this.udRXGain_ValueChanged);
            // 
            // udRXGain6
            // 
            this.udRXGain6.DecimalPlaces = 1;
            this.udRXGain6.Enabled = false;
            this.udRXGain6.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udRXGain6.Location = new System.Drawing.Point(664, 192);
            this.udRXGain6.Maximum = new decimal(new int[] {
            100,
            0,
            0,
            0});
            this.udRXGain6.Minimum = new decimal(new int[] {
            100,
            0,
            0,
            -2147483648});
            this.udRXGain6.Name = "udRXGain6";
            this.udRXGain6.Size = new System.Drawing.Size(56, 20);
            this.udRXGain6.TabIndex = 80;
            this.udRXGain6.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udRXGain6.ValueChanged += new System.EventHandler(this.udRXGain_ValueChanged);
            // 
            // udRXGain5
            // 
            this.udRXGain5.DecimalPlaces = 1;
            this.udRXGain5.Enabled = false;
            this.udRXGain5.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udRXGain5.Location = new System.Drawing.Point(664, 168);
            this.udRXGain5.Maximum = new decimal(new int[] {
            100,
            0,
            0,
            0});
            this.udRXGain5.Minimum = new decimal(new int[] {
            100,
            0,
            0,
            -2147483648});
            this.udRXGain5.Name = "udRXGain5";
            this.udRXGain5.Size = new System.Drawing.Size(56, 20);
            this.udRXGain5.TabIndex = 68;
            this.udRXGain5.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udRXGain5.ValueChanged += new System.EventHandler(this.udRXGain_ValueChanged);
            // 
            // udRXGain4
            // 
            this.udRXGain4.DecimalPlaces = 1;
            this.udRXGain4.Enabled = false;
            this.udRXGain4.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udRXGain4.Location = new System.Drawing.Point(664, 144);
            this.udRXGain4.Maximum = new decimal(new int[] {
            100,
            0,
            0,
            0});
            this.udRXGain4.Minimum = new decimal(new int[] {
            100,
            0,
            0,
            -2147483648});
            this.udRXGain4.Name = "udRXGain4";
            this.udRXGain4.Size = new System.Drawing.Size(56, 20);
            this.udRXGain4.TabIndex = 56;
            this.udRXGain4.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udRXGain4.ValueChanged += new System.EventHandler(this.udRXGain_ValueChanged);
            // 
            // udRXGain3
            // 
            this.udRXGain3.DecimalPlaces = 1;
            this.udRXGain3.Enabled = false;
            this.udRXGain3.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udRXGain3.Location = new System.Drawing.Point(664, 120);
            this.udRXGain3.Maximum = new decimal(new int[] {
            100,
            0,
            0,
            0});
            this.udRXGain3.Minimum = new decimal(new int[] {
            100,
            0,
            0,
            -2147483648});
            this.udRXGain3.Name = "udRXGain3";
            this.udRXGain3.Size = new System.Drawing.Size(56, 20);
            this.udRXGain3.TabIndex = 44;
            this.udRXGain3.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udRXGain3.ValueChanged += new System.EventHandler(this.udRXGain_ValueChanged);
            // 
            // udRXGain2
            // 
            this.udRXGain2.DecimalPlaces = 1;
            this.udRXGain2.Enabled = false;
            this.udRXGain2.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udRXGain2.Location = new System.Drawing.Point(664, 96);
            this.udRXGain2.Maximum = new decimal(new int[] {
            100,
            0,
            0,
            0});
            this.udRXGain2.Minimum = new decimal(new int[] {
            100,
            0,
            0,
            -2147483648});
            this.udRXGain2.Name = "udRXGain2";
            this.udRXGain2.Size = new System.Drawing.Size(56, 20);
            this.udRXGain2.TabIndex = 32;
            this.udRXGain2.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udRXGain2.ValueChanged += new System.EventHandler(this.udRXGain_ValueChanged);
            // 
            // udRXGain1
            // 
            this.udRXGain1.DecimalPlaces = 1;
            this.udRXGain1.Enabled = false;
            this.udRXGain1.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udRXGain1.Location = new System.Drawing.Point(664, 72);
            this.udRXGain1.Maximum = new decimal(new int[] {
            100,
            0,
            0,
            0});
            this.udRXGain1.Minimum = new decimal(new int[] {
            100,
            0,
            0,
            -2147483648});
            this.udRXGain1.Name = "udRXGain1";
            this.udRXGain1.Size = new System.Drawing.Size(56, 20);
            this.udRXGain1.TabIndex = 20;
            this.udRXGain1.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udRXGain1.ValueChanged += new System.EventHandler(this.udRXGain_ValueChanged);
            // 
            // udRXGain0
            // 
            this.udRXGain0.DecimalPlaces = 1;
            this.udRXGain0.Enabled = false;
            this.udRXGain0.Increment = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.udRXGain0.Location = new System.Drawing.Point(664, 48);
            this.udRXGain0.Maximum = new decimal(new int[] {
            100,
            0,
            0,
            0});
            this.udRXGain0.Minimum = new decimal(new int[] {
            100,
            0,
            0,
            -2147483648});
            this.udRXGain0.Name = "udRXGain0";
            this.udRXGain0.Size = new System.Drawing.Size(56, 20);
            this.udRXGain0.TabIndex = 8;
            this.udRXGain0.Value = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.udRXGain0.ValueChanged += new System.EventHandler(this.udRXGain_ValueChanged);
            // 
            // lblRXGain
            // 
            this.lblRXGain.Image = null;
            this.lblRXGain.Location = new System.Drawing.Point(664, 16);
            this.lblRXGain.Name = "lblRXGain";
            this.lblRXGain.Size = new System.Drawing.Size(56, 32);
            this.lblRXGain.TabIndex = 187;
            this.lblRXGain.Text = "RX Gain (dB)";
            // 
            // chkUseXVTRTUNPWR
            // 
            this.chkUseXVTRTUNPWR.Image = null;
            this.chkUseXVTRTUNPWR.Location = new System.Drawing.Point(80, 432);
            this.chkUseXVTRTUNPWR.Name = "chkUseXVTRTUNPWR";
            this.chkUseXVTRTUNPWR.Size = new System.Drawing.Size(152, 24);
            this.chkUseXVTRTUNPWR.TabIndex = 204;
            this.chkUseXVTRTUNPWR.Text = "Use XVTR PWR for Tune";
            this.chkUseXVTRTUNPWR.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.chkUseXVTRTUNPWR.CheckedChanged += new System.EventHandler(this.chkUseXVTRTUNPWR_CheckedChanged);
            // 
            // XVTRForm
            // 
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.ClientSize = new System.Drawing.Size(896, 454);
            this.Controls.Add(this.chkUseXVTRTUNPWR);
            this.Controls.Add(this.udRXGain15);
            this.Controls.Add(this.udRXGain14);
            this.Controls.Add(this.udRXGain13);
            this.Controls.Add(this.udRXGain12);
            this.Controls.Add(this.udRXGain11);
            this.Controls.Add(this.udRXGain10);
            this.Controls.Add(this.udRXGain9);
            this.Controls.Add(this.udRXGain8);
            this.Controls.Add(this.udRXGain7);
            this.Controls.Add(this.udRXGain6);
            this.Controls.Add(this.udRXGain5);
            this.Controls.Add(this.udRXGain4);
            this.Controls.Add(this.udRXGain3);
            this.Controls.Add(this.udRXGain2);
            this.Controls.Add(this.udRXGain1);
            this.Controls.Add(this.udRXGain0);
            this.Controls.Add(this.lblRXGain);
            this.Controls.Add(this.chkXVTRRF15);
            this.Controls.Add(this.chkXVTRRF14);
            this.Controls.Add(this.chkXVTRRF13);
            this.Controls.Add(this.chkXVTRRF12);
            this.Controls.Add(this.chkXVTRRF11);
            this.Controls.Add(this.chkXVTRRF10);
            this.Controls.Add(this.chkXVTRRF9);
            this.Controls.Add(this.chkXVTRRF8);
            this.Controls.Add(this.chkXVTRRF7);
            this.Controls.Add(this.chkXVTRRF6);
            this.Controls.Add(this.chkXVTRRF5);
            this.Controls.Add(this.chkXVTRRF4);
            this.Controls.Add(this.chkXVTRRF3);
            this.Controls.Add(this.chkXVTRRF2);
            this.Controls.Add(this.chkXVTRRF1);
            this.Controls.Add(this.chkXVTRRF0);
            this.Controls.Add(this.lblXVTRRF);
            this.Controls.Add(this.udPower15);
            this.Controls.Add(this.udPower14);
            this.Controls.Add(this.udPower13);
            this.Controls.Add(this.udPower12);
            this.Controls.Add(this.udPower11);
            this.Controls.Add(this.udPower10);
            this.Controls.Add(this.udPower9);
            this.Controls.Add(this.udPower8);
            this.Controls.Add(this.udPower7);
            this.Controls.Add(this.udPower6);
            this.Controls.Add(this.udPower5);
            this.Controls.Add(this.udPower4);
            this.Controls.Add(this.udPower3);
            this.Controls.Add(this.udPower2);
            this.Controls.Add(this.udPower1);
            this.Controls.Add(this.udPower0);
            this.Controls.Add(this.lblPower);
            this.Controls.Add(this.udLOError15);
            this.Controls.Add(this.udLOError14);
            this.Controls.Add(this.udLOError13);
            this.Controls.Add(this.udLOError12);
            this.Controls.Add(this.udLOError11);
            this.Controls.Add(this.udLOError10);
            this.Controls.Add(this.udLOError9);
            this.Controls.Add(this.udLOError8);
            this.Controls.Add(this.udLOError7);
            this.Controls.Add(this.udLOError6);
            this.Controls.Add(this.udLOError5);
            this.Controls.Add(this.udLOError4);
            this.Controls.Add(this.udLOError3);
            this.Controls.Add(this.udLOError2);
            this.Controls.Add(this.udLOError1);
            this.Controls.Add(this.udLOError0);
            this.Controls.Add(this.lblLOError);
            this.Controls.Add(this.chkRXOnly15);
            this.Controls.Add(this.chkRXOnly14);
            this.Controls.Add(this.chkRXOnly13);
            this.Controls.Add(this.chkRXOnly12);
            this.Controls.Add(this.chkRXOnly11);
            this.Controls.Add(this.chkRXOnly10);
            this.Controls.Add(this.chkRXOnly9);
            this.Controls.Add(this.chkRXOnly8);
            this.Controls.Add(this.chkRXOnly7);
            this.Controls.Add(this.chkRXOnly6);
            this.Controls.Add(this.chkRXOnly5);
            this.Controls.Add(this.chkRXOnly4);
            this.Controls.Add(this.chkRXOnly3);
            this.Controls.Add(this.chkRXOnly2);
            this.Controls.Add(this.chkRXOnly1);
            this.Controls.Add(this.chkRXOnly0);
            this.Controls.Add(this.lblRXOnly);
            this.Controls.Add(this.udFreqEnd15);
            this.Controls.Add(this.udFreqEnd14);
            this.Controls.Add(this.udFreqEnd13);
            this.Controls.Add(this.udFreqEnd12);
            this.Controls.Add(this.udFreqEnd11);
            this.Controls.Add(this.udFreqEnd10);
            this.Controls.Add(this.udFreqEnd9);
            this.Controls.Add(this.udFreqEnd8);
            this.Controls.Add(this.udFreqEnd7);
            this.Controls.Add(this.udFreqEnd6);
            this.Controls.Add(this.udFreqEnd5);
            this.Controls.Add(this.udFreqEnd4);
            this.Controls.Add(this.udFreqEnd3);
            this.Controls.Add(this.udFreqEnd2);
            this.Controls.Add(this.udFreqEnd1);
            this.Controls.Add(this.udFreqEnd0);
            this.Controls.Add(this.lblFreqEnd);
            this.Controls.Add(this.udFreqBegin15);
            this.Controls.Add(this.udFreqBegin14);
            this.Controls.Add(this.udFreqBegin13);
            this.Controls.Add(this.udFreqBegin12);
            this.Controls.Add(this.udFreqBegin11);
            this.Controls.Add(this.udFreqBegin10);
            this.Controls.Add(this.udFreqBegin9);
            this.Controls.Add(this.udFreqBegin8);
            this.Controls.Add(this.udFreqBegin7);
            this.Controls.Add(this.udFreqBegin6);
            this.Controls.Add(this.udFreqBegin5);
            this.Controls.Add(this.udFreqBegin4);
            this.Controls.Add(this.udFreqBegin3);
            this.Controls.Add(this.udFreqBegin2);
            this.Controls.Add(this.udFreqBegin1);
            this.Controls.Add(this.udFreqBegin0);
            this.Controls.Add(this.lblFreqBegin);
            this.Controls.Add(this.udLOOffset15);
            this.Controls.Add(this.udLOOffset14);
            this.Controls.Add(this.udLOOffset13);
            this.Controls.Add(this.udLOOffset12);
            this.Controls.Add(this.udLOOffset11);
            this.Controls.Add(this.udLOOffset10);
            this.Controls.Add(this.udLOOffset9);
            this.Controls.Add(this.udLOOffset8);
            this.Controls.Add(this.udLOOffset7);
            this.Controls.Add(this.udLOOffset6);
            this.Controls.Add(this.udLOOffset5);
            this.Controls.Add(this.udLOOffset4);
            this.Controls.Add(this.udLOOffset3);
            this.Controls.Add(this.udLOOffset2);
            this.Controls.Add(this.udLOOffset1);
            this.Controls.Add(this.udLOOffset0);
            this.Controls.Add(this.lblLOOffset);
            this.Controls.Add(this.txtButtonText15);
            this.Controls.Add(this.txtButtonText14);
            this.Controls.Add(this.txtButtonText13);
            this.Controls.Add(this.txtButtonText12);
            this.Controls.Add(this.txtButtonText11);
            this.Controls.Add(this.txtButtonText10);
            this.Controls.Add(this.txtButtonText9);
            this.Controls.Add(this.txtButtonText8);
            this.Controls.Add(this.txtButtonText7);
            this.Controls.Add(this.txtButtonText6);
            this.Controls.Add(this.txtButtonText5);
            this.Controls.Add(this.txtButtonText4);
            this.Controls.Add(this.txtButtonText3);
            this.Controls.Add(this.txtButtonText2);
            this.Controls.Add(this.txtButtonText1);
            this.Controls.Add(this.txtButtonText0);
            this.Controls.Add(this.txtBandButton15);
            this.Controls.Add(this.txtBandButton14);
            this.Controls.Add(this.txtBandButton13);
            this.Controls.Add(this.txtBandButton12);
            this.Controls.Add(this.txtBandButton11);
            this.Controls.Add(this.txtBandButton10);
            this.Controls.Add(this.txtBandButton9);
            this.Controls.Add(this.txtBandButton8);
            this.Controls.Add(this.txtBandButton7);
            this.Controls.Add(this.txtBandButton6);
            this.Controls.Add(this.txtBandButton5);
            this.Controls.Add(this.txtBandButton4);
            this.Controls.Add(this.txtBandButton3);
            this.Controls.Add(this.txtBandButton2);
            this.Controls.Add(this.txtBandButton1);
            this.Controls.Add(this.txtBandButton0);
            this.Controls.Add(this.lblEnabled);
            this.Controls.Add(this.chkEnable15);
            this.Controls.Add(this.chkEnable14);
            this.Controls.Add(this.chkEnable13);
            this.Controls.Add(this.chkEnable12);
            this.Controls.Add(this.chkEnable11);
            this.Controls.Add(this.chkEnable10);
            this.Controls.Add(this.chkEnable9);
            this.Controls.Add(this.chkEnable8);
            this.Controls.Add(this.chkEnable7);
            this.Controls.Add(this.chkEnable6);
            this.Controls.Add(this.chkEnable5);
            this.Controls.Add(this.chkEnable4);
            this.Controls.Add(this.chkEnable3);
            this.Controls.Add(this.chkEnable2);
            this.Controls.Add(this.chkEnable1);
            this.Controls.Add(this.chkEnable0);
            this.Controls.Add(this.udUCBAddr15);
            this.Controls.Add(this.udUCBAddr14);
            this.Controls.Add(this.udUCBAddr13);
            this.Controls.Add(this.udUCBAddr12);
            this.Controls.Add(this.udUCBAddr11);
            this.Controls.Add(this.udUCBAddr10);
            this.Controls.Add(this.udUCBAddr9);
            this.Controls.Add(this.udUCBAddr8);
            this.Controls.Add(this.udUCBAddr7);
            this.Controls.Add(this.udUCBAddr6);
            this.Controls.Add(this.udUCBAddr5);
            this.Controls.Add(this.udUCBAddr4);
            this.Controls.Add(this.udUCBAddr3);
            this.Controls.Add(this.udUCBAddr2);
            this.Controls.Add(this.udUCBAddr1);
            this.Controls.Add(this.udUCBAddr0);
            this.Controls.Add(this.lblButtonText);
            this.Controls.Add(this.lblUCBAddress);
            this.Controls.Add(this.lblBandButton);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "XVTRForm";
            this.Text = "XVTR Setup";
            this.Closing += new System.ComponentModel.CancelEventHandler(this.XVTRForm_Closing);
            ((System.ComponentModel.ISupportInitialize)(this.udUCBAddr0)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udUCBAddr1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udUCBAddr2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udUCBAddr3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udUCBAddr4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udUCBAddr5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udUCBAddr6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udUCBAddr7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udUCBAddr8)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udUCBAddr9)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udUCBAddr10)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udUCBAddr11)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udUCBAddr12)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udUCBAddr13)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udUCBAddr14)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udUCBAddr15)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udLOOffset15)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udLOOffset14)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udLOOffset13)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udLOOffset12)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udLOOffset11)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udLOOffset10)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udLOOffset9)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udLOOffset8)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udLOOffset7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udLOOffset6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udLOOffset5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udLOOffset4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udLOOffset3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udLOOffset2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udLOOffset1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udLOOffset0)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udFreqBegin15)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udFreqBegin14)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udFreqBegin13)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udFreqBegin12)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udFreqBegin11)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udFreqBegin10)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udFreqBegin9)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udFreqBegin8)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udFreqBegin7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udFreqBegin6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udFreqBegin5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udFreqBegin4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udFreqBegin3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udFreqBegin2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udFreqBegin1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udFreqBegin0)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udFreqEnd15)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udFreqEnd14)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udFreqEnd13)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udFreqEnd12)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udFreqEnd11)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udFreqEnd10)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udFreqEnd9)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udFreqEnd8)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udFreqEnd7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udFreqEnd6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udFreqEnd5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udFreqEnd4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udFreqEnd3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udFreqEnd2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udFreqEnd1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udFreqEnd0)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udLOError15)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udLOError14)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udLOError13)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udLOError12)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udLOError11)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udLOError10)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udLOError9)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udLOError8)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udLOError7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udLOError6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udLOError5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udLOError4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udLOError3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udLOError2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udLOError1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udLOError0)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udPower15)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udPower14)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udPower13)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udPower12)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udPower11)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udPower10)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udPower9)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udPower8)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udPower7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udPower6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udPower5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udPower4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udPower3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udPower2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udPower1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udPower0)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udRXGain15)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udRXGain14)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udRXGain13)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udRXGain12)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udRXGain11)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udRXGain10)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udRXGain9)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udRXGain8)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udRXGain7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udRXGain6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udRXGain5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udRXGain4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udRXGain3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udRXGain2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udRXGain1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udRXGain0)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

		}
Beispiel #50
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(SetupWizard));
     this.btnPrevious = new System.Windows.Forms.ButtonTS();
     this.btnNext = new System.Windows.Forms.ButtonTS();
     this.btnFinished = new System.Windows.Forms.ButtonTS();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.lblMessage1 = new System.Windows.Forms.LabelTS();
     this.radYes = new System.Windows.Forms.RadioButtonTS();
     this.radNo = new System.Windows.Forms.RadioButtonTS();
     this.lblMessage2 = new System.Windows.Forms.LabelTS();
     this.comboBox1 = new System.Windows.Forms.ComboBoxTS();
     this.lblCombo = new System.Windows.Forms.LabelTS();
     this.comboBox2 = new System.Windows.Forms.ComboBoxTS();
     this.button1 = new System.Windows.Forms.ButtonTS();
     this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
     this.comboBox3 = new System.Windows.Forms.ComboBoxTS();
     this.groupBox2 = new System.Windows.Forms.GroupBoxTS();
     this.lblPAGainByBand10 = new System.Windows.Forms.LabelTS();
     this.udPAGainByBand10 = new System.Windows.Forms.NumericUpDownTS();
     this.lblPAGainByBand12 = new System.Windows.Forms.LabelTS();
     this.udPAGainByBand12 = new System.Windows.Forms.NumericUpDownTS();
     this.lblPAGainByBand15 = new System.Windows.Forms.LabelTS();
     this.udPAGainByBand15 = new System.Windows.Forms.NumericUpDownTS();
     this.lblPAGainByBand17 = new System.Windows.Forms.LabelTS();
     this.udPAGainByBand17 = new System.Windows.Forms.NumericUpDownTS();
     this.lblPAGainByBand20 = new System.Windows.Forms.LabelTS();
     this.udPAGainByBand20 = new System.Windows.Forms.NumericUpDownTS();
     this.lblPAGainByBand30 = new System.Windows.Forms.LabelTS();
     this.udPAGainByBand30 = new System.Windows.Forms.NumericUpDownTS();
     this.lblPAGainByBand40 = new System.Windows.Forms.LabelTS();
     this.udPAGainByBand40 = new System.Windows.Forms.NumericUpDownTS();
     this.lblPAGainByBand60 = new System.Windows.Forms.LabelTS();
     this.udPAGainByBand60 = new System.Windows.Forms.NumericUpDownTS();
     this.lblPAGainByBand80 = new System.Windows.Forms.LabelTS();
     this.udPAGainByBand80 = new System.Windows.Forms.NumericUpDownTS();
     this.lblPAGainByBand160 = new System.Windows.Forms.LabelTS();
     this.udPAGainByBand160 = new System.Windows.Forms.NumericUpDownTS();
     this.grpModel = new System.Windows.Forms.GroupBox();
     this.radGenModelDemoNone = new System.Windows.Forms.RadioButtonTS();
     this.radGenModelSoftRock40 = new System.Windows.Forms.RadioButtonTS();
     this.radGenModelSDR1000 = new System.Windows.Forms.RadioButtonTS();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.udPAGainByBand10)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.udPAGainByBand12)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.udPAGainByBand15)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.udPAGainByBand17)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.udPAGainByBand20)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.udPAGainByBand30)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.udPAGainByBand40)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.udPAGainByBand60)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.udPAGainByBand80)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.udPAGainByBand160)).BeginInit();
     this.grpModel.SuspendLayout();
     this.SuspendLayout();
     //
     // btnPrevious
     //
     this.btnPrevious.Image = null;
     this.btnPrevious.Location = new System.Drawing.Point(269, 286);
     this.btnPrevious.Name = "btnPrevious";
     this.btnPrevious.Size = new System.Drawing.Size(90, 27);
     this.btnPrevious.TabIndex = 0;
     this.btnPrevious.Text = "Previous";
     this.btnPrevious.Click += new System.EventHandler(this.btnPrevious_Click);
     //
     // btnNext
     //
     this.btnNext.Image = null;
     this.btnNext.Location = new System.Drawing.Point(374, 286);
     this.btnNext.Name = "btnNext";
     this.btnNext.Size = new System.Drawing.Size(90, 27);
     this.btnNext.TabIndex = 1;
     this.btnNext.Text = "Next";
     this.btnNext.Click += new System.EventHandler(this.btnNext_Click);
     //
     // btnFinished
     //
     this.btnFinished.Enabled = false;
     this.btnFinished.Image = null;
     this.btnFinished.Location = new System.Drawing.Point(480, 286);
     this.btnFinished.Name = "btnFinished";
     this.btnFinished.Size = new System.Drawing.Size(90, 27);
     this.btnFinished.TabIndex = 2;
     this.btnFinished.Text = "Finish";
     this.btnFinished.Click += new System.EventHandler(this.btnFinished_Click);
     //
     // pictureBox1
     //
     this.pictureBox1.Location = new System.Drawing.Point(50, 65);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(206, 147);
     this.pictureBox1.TabIndex = 3;
     this.pictureBox1.TabStop = false;
     this.pictureBox1.Visible = false;
     //
     // lblMessage1
     //
     this.lblMessage1.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblMessage1.Image = null;
     this.lblMessage1.Location = new System.Drawing.Point(19, 9);
     this.lblMessage1.Name = "lblMessage1";
     this.lblMessage1.Size = new System.Drawing.Size(547, 157);
     this.lblMessage1.TabIndex = 4;
     this.lblMessage1.Text = "lblMessage1";
     //
     // radYes
     //
     this.radYes.Image = null;
     this.radYes.Location = new System.Drawing.Point(326, 37);
     this.radYes.Name = "radYes";
     this.radYes.Size = new System.Drawing.Size(58, 18);
     this.radYes.TabIndex = 5;
     this.radYes.Text = "Yes";
     this.radYes.Visible = false;
     this.radYes.CheckedChanged += new System.EventHandler(this.radYes_CheckedChanged);
     //
     // radNo
     //
     this.radNo.Image = null;
     this.radNo.Location = new System.Drawing.Point(394, 37);
     this.radNo.Name = "radNo";
     this.radNo.Size = new System.Drawing.Size(57, 18);
     this.radNo.TabIndex = 6;
     this.radNo.Text = "No";
     this.radNo.Visible = false;
     this.radNo.CheckedChanged += new System.EventHandler(this.radNo_CheckedChanged);
     //
     // lblMessage2
     //
     this.lblMessage2.Image = null;
     this.lblMessage2.Location = new System.Drawing.Point(10, 222);
     this.lblMessage2.Name = "lblMessage2";
     this.lblMessage2.Size = new System.Drawing.Size(556, 55);
     this.lblMessage2.TabIndex = 7;
     this.lblMessage2.Text = "lblMessage2";
     //
     // comboBox1
     //
     this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox1.DropDownWidth = 136;
     this.comboBox1.Items.AddRange(new object[] {
                                                    "DEMI144-28FRS",
                                                    "DEMI144-28 (25w)"});
     this.comboBox1.Location = new System.Drawing.Point(403, 129);
     this.comboBox1.Name = "comboBox1";
     this.comboBox1.Size = new System.Drawing.Size(163, 24);
     this.comboBox1.TabIndex = 8;
     this.comboBox1.Visible = false;
     //
     // lblCombo
     //
     this.lblCombo.Image = null;
     this.lblCombo.Location = new System.Drawing.Point(326, 129);
     this.lblCombo.Name = "lblCombo";
     this.lblCombo.Size = new System.Drawing.Size(231, 83);
     this.lblCombo.TabIndex = 9;
     this.lblCombo.Text = "lblCombo";
     //
     // comboBox2
     //
     this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox2.DropDownWidth = 56;
     this.comboBox2.Items.AddRange(new object[] {
                                                    "10",
                                                    "20"});
     this.comboBox2.Location = new System.Drawing.Point(461, 129);
     this.comboBox2.Name = "comboBox2";
     this.comboBox2.Size = new System.Drawing.Size(67, 24);
     this.comboBox2.TabIndex = 10;
     //
     // button1
     //
     this.button1.Image = null;
     this.button1.Location = new System.Drawing.Point(374, 148);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(106, 26);
     this.button1.TabIndex = 11;
     this.button1.Text = "Select File ...";
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // openFileDialog1
     //
     this.openFileDialog1.FileOk += new System.ComponentModel.CancelEventHandler(this.openFileDialog1_FileOk);
     //
     // comboBox3
     //
     this.comboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox3.DropDownWidth = 184;
     this.comboBox3.Items.AddRange(new object[] {
                                                    "M-Audio Delta 44 (PCI)",
                                                    "PreSonus FireBox (FireWire)",
                                                    "Edirol FA-66 (FireWire)",
                                                    "SB Audigy (PCI)",
                                                    "SB Audigy 2 (PCI)",
                                                    "SB Audigy 2 ZS (PCI)",
                                                    "HPSDR Janus/Ozy (USB2)",
                                                    "Sound Blaster Extigy (USB)",
                                                    "Sound Blaster MP3+ (USB)",
                                                    "Turtle Beach Santa Cruz (PCI)",
                                                    "Unsupported Card"});
     this.comboBox3.Location = new System.Drawing.Point(317, 120);
     this.comboBox3.MaxDropDownItems = 10;
     this.comboBox3.Name = "comboBox3";
     this.comboBox3.Size = new System.Drawing.Size(221, 24);
     this.comboBox3.TabIndex = 12;
     this.comboBox3.SelectedIndexChanged += new System.EventHandler(this.comboBox3_SelectedIndexChanged);
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.lblPAGainByBand10);
     this.groupBox2.Controls.Add(this.udPAGainByBand10);
     this.groupBox2.Controls.Add(this.lblPAGainByBand12);
     this.groupBox2.Controls.Add(this.udPAGainByBand12);
     this.groupBox2.Controls.Add(this.lblPAGainByBand15);
     this.groupBox2.Controls.Add(this.udPAGainByBand15);
     this.groupBox2.Controls.Add(this.lblPAGainByBand17);
     this.groupBox2.Controls.Add(this.udPAGainByBand17);
     this.groupBox2.Controls.Add(this.lblPAGainByBand20);
     this.groupBox2.Controls.Add(this.udPAGainByBand20);
     this.groupBox2.Controls.Add(this.lblPAGainByBand30);
     this.groupBox2.Controls.Add(this.udPAGainByBand30);
     this.groupBox2.Controls.Add(this.lblPAGainByBand40);
     this.groupBox2.Controls.Add(this.udPAGainByBand40);
     this.groupBox2.Controls.Add(this.lblPAGainByBand60);
     this.groupBox2.Controls.Add(this.udPAGainByBand60);
     this.groupBox2.Controls.Add(this.lblPAGainByBand80);
     this.groupBox2.Controls.Add(this.udPAGainByBand80);
     this.groupBox2.Controls.Add(this.lblPAGainByBand160);
     this.groupBox2.Controls.Add(this.udPAGainByBand160);
     this.groupBox2.Location = new System.Drawing.Point(288, 55);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(259, 157);
     this.groupBox2.TabIndex = 13;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Gain By Band (dB)";
     this.groupBox2.Visible = false;
     //
     // lblPAGainByBand10
     //
     this.lblPAGainByBand10.Image = null;
     this.lblPAGainByBand10.Location = new System.Drawing.Point(134, 129);
     this.lblPAGainByBand10.Name = "lblPAGainByBand10";
     this.lblPAGainByBand10.Size = new System.Drawing.Size(48, 19);
     this.lblPAGainByBand10.TabIndex = 19;
     this.lblPAGainByBand10.Text = "10m:";
     //
     // udPAGainByBand10
     //
     this.udPAGainByBand10.DecimalPlaces = 1;
     this.udPAGainByBand10.Increment = new System.Decimal(new int[] {
                                                                        1,
                                                                        0,
                                                                        0,
                                                                        65536});
     this.udPAGainByBand10.Location = new System.Drawing.Point(182, 129);
     this.udPAGainByBand10.Maximum = new System.Decimal(new int[] {
                                                                      100,
                                                                      0,
                                                                      0,
                                                                      0});
     this.udPAGainByBand10.Minimum = new System.Decimal(new int[] {
                                                                      390,
                                                                      0,
                                                                      0,
                                                                      65536});
     this.udPAGainByBand10.Name = "udPAGainByBand10";
     this.udPAGainByBand10.Size = new System.Drawing.Size(58, 22);
     this.udPAGainByBand10.TabIndex = 18;
     this.udPAGainByBand10.Value = new System.Decimal(new int[] {
                                                                    430,
                                                                    0,
                                                                    0,
                                                                    65536});
     //
     // lblPAGainByBand12
     //
     this.lblPAGainByBand12.Image = null;
     this.lblPAGainByBand12.Location = new System.Drawing.Point(134, 102);
     this.lblPAGainByBand12.Name = "lblPAGainByBand12";
     this.lblPAGainByBand12.Size = new System.Drawing.Size(48, 18);
     this.lblPAGainByBand12.TabIndex = 17;
     this.lblPAGainByBand12.Text = "12m:";
     //
     // udPAGainByBand12
     //
     this.udPAGainByBand12.DecimalPlaces = 1;
     this.udPAGainByBand12.Increment = new System.Decimal(new int[] {
                                                                        1,
                                                                        0,
                                                                        0,
                                                                        65536});
     this.udPAGainByBand12.Location = new System.Drawing.Point(182, 102);
     this.udPAGainByBand12.Maximum = new System.Decimal(new int[] {
                                                                      100,
                                                                      0,
                                                                      0,
                                                                      0});
     this.udPAGainByBand12.Minimum = new System.Decimal(new int[] {
                                                                      390,
                                                                      0,
                                                                      0,
                                                                      65536});
     this.udPAGainByBand12.Name = "udPAGainByBand12";
     this.udPAGainByBand12.Size = new System.Drawing.Size(58, 22);
     this.udPAGainByBand12.TabIndex = 16;
     this.udPAGainByBand12.Value = new System.Decimal(new int[] {
                                                                    474,
                                                                    0,
                                                                    0,
                                                                    65536});
     //
     // lblPAGainByBand15
     //
     this.lblPAGainByBand15.Image = null;
     this.lblPAGainByBand15.Location = new System.Drawing.Point(134, 74);
     this.lblPAGainByBand15.Name = "lblPAGainByBand15";
     this.lblPAGainByBand15.Size = new System.Drawing.Size(48, 18);
     this.lblPAGainByBand15.TabIndex = 15;
     this.lblPAGainByBand15.Text = "15m:";
     //
     // udPAGainByBand15
     //
     this.udPAGainByBand15.DecimalPlaces = 1;
     this.udPAGainByBand15.Increment = new System.Decimal(new int[] {
                                                                        1,
                                                                        0,
                                                                        0,
                                                                        65536});
     this.udPAGainByBand15.Location = new System.Drawing.Point(182, 74);
     this.udPAGainByBand15.Maximum = new System.Decimal(new int[] {
                                                                      100,
                                                                      0,
                                                                      0,
                                                                      0});
     this.udPAGainByBand15.Minimum = new System.Decimal(new int[] {
                                                                      390,
                                                                      0,
                                                                      0,
                                                                      65536});
     this.udPAGainByBand15.Name = "udPAGainByBand15";
     this.udPAGainByBand15.Size = new System.Drawing.Size(58, 22);
     this.udPAGainByBand15.TabIndex = 14;
     this.udPAGainByBand15.Value = new System.Decimal(new int[] {
                                                                    481,
                                                                    0,
                                                                    0,
                                                                    65536});
     //
     // lblPAGainByBand17
     //
     this.lblPAGainByBand17.Image = null;
     this.lblPAGainByBand17.Location = new System.Drawing.Point(134, 46);
     this.lblPAGainByBand17.Name = "lblPAGainByBand17";
     this.lblPAGainByBand17.Size = new System.Drawing.Size(48, 19);
     this.lblPAGainByBand17.TabIndex = 13;
     this.lblPAGainByBand17.Text = "17m:";
     //
     // udPAGainByBand17
     //
     this.udPAGainByBand17.DecimalPlaces = 1;
     this.udPAGainByBand17.Increment = new System.Decimal(new int[] {
                                                                        1,
                                                                        0,
                                                                        0,
                                                                        65536});
     this.udPAGainByBand17.Location = new System.Drawing.Point(182, 46);
     this.udPAGainByBand17.Maximum = new System.Decimal(new int[] {
                                                                      100,
                                                                      0,
                                                                      0,
                                                                      0});
     this.udPAGainByBand17.Minimum = new System.Decimal(new int[] {
                                                                      390,
                                                                      0,
                                                                      0,
                                                                      65536});
     this.udPAGainByBand17.Name = "udPAGainByBand17";
     this.udPAGainByBand17.Size = new System.Drawing.Size(58, 22);
     this.udPAGainByBand17.TabIndex = 12;
     this.udPAGainByBand17.Value = new System.Decimal(new int[] {
                                                                    493,
                                                                    0,
                                                                    0,
                                                                    65536});
     //
     // lblPAGainByBand20
     //
     this.lblPAGainByBand20.Image = null;
     this.lblPAGainByBand20.Location = new System.Drawing.Point(134, 18);
     this.lblPAGainByBand20.Name = "lblPAGainByBand20";
     this.lblPAGainByBand20.Size = new System.Drawing.Size(48, 19);
     this.lblPAGainByBand20.TabIndex = 11;
     this.lblPAGainByBand20.Text = "20m:";
     //
     // udPAGainByBand20
     //
     this.udPAGainByBand20.DecimalPlaces = 1;
     this.udPAGainByBand20.Increment = new System.Decimal(new int[] {
                                                                        1,
                                                                        0,
                                                                        0,
                                                                        65536});
     this.udPAGainByBand20.Location = new System.Drawing.Point(182, 18);
     this.udPAGainByBand20.Maximum = new System.Decimal(new int[] {
                                                                      100,
                                                                      0,
                                                                      0,
                                                                      0});
     this.udPAGainByBand20.Minimum = new System.Decimal(new int[] {
                                                                      390,
                                                                      0,
                                                                      0,
                                                                      65536});
     this.udPAGainByBand20.Name = "udPAGainByBand20";
     this.udPAGainByBand20.Size = new System.Drawing.Size(58, 22);
     this.udPAGainByBand20.TabIndex = 10;
     this.udPAGainByBand20.Value = new System.Decimal(new int[] {
                                                                    483,
                                                                    0,
                                                                    0,
                                                                    65536});
     //
     // lblPAGainByBand30
     //
     this.lblPAGainByBand30.Image = null;
     this.lblPAGainByBand30.Location = new System.Drawing.Point(19, 129);
     this.lblPAGainByBand30.Name = "lblPAGainByBand30";
     this.lblPAGainByBand30.Size = new System.Drawing.Size(48, 19);
     this.lblPAGainByBand30.TabIndex = 9;
     this.lblPAGainByBand30.Text = "30m:";
     //
     // udPAGainByBand30
     //
     this.udPAGainByBand30.DecimalPlaces = 1;
     this.udPAGainByBand30.Increment = new System.Decimal(new int[] {
                                                                        1,
                                                                        0,
                                                                        0,
                                                                        65536});
     this.udPAGainByBand30.Location = new System.Drawing.Point(67, 129);
     this.udPAGainByBand30.Maximum = new System.Decimal(new int[] {
                                                                      100,
                                                                      0,
                                                                      0,
                                                                      0});
     this.udPAGainByBand30.Minimum = new System.Decimal(new int[] {
                                                                      390,
                                                                      0,
                                                                      0,
                                                                      65536});
     this.udPAGainByBand30.Name = "udPAGainByBand30";
     this.udPAGainByBand30.Size = new System.Drawing.Size(58, 22);
     this.udPAGainByBand30.TabIndex = 8;
     this.udPAGainByBand30.Value = new System.Decimal(new int[] {
                                                                    489,
                                                                    0,
                                                                    0,
                                                                    65536});
     //
     // lblPAGainByBand40
     //
     this.lblPAGainByBand40.Image = null;
     this.lblPAGainByBand40.Location = new System.Drawing.Point(19, 102);
     this.lblPAGainByBand40.Name = "lblPAGainByBand40";
     this.lblPAGainByBand40.Size = new System.Drawing.Size(48, 18);
     this.lblPAGainByBand40.TabIndex = 7;
     this.lblPAGainByBand40.Text = "40m:";
     //
     // udPAGainByBand40
     //
     this.udPAGainByBand40.DecimalPlaces = 1;
     this.udPAGainByBand40.Increment = new System.Decimal(new int[] {
                                                                        1,
                                                                        0,
                                                                        0,
                                                                        65536});
     this.udPAGainByBand40.Location = new System.Drawing.Point(67, 102);
     this.udPAGainByBand40.Maximum = new System.Decimal(new int[] {
                                                                      100,
                                                                      0,
                                                                      0,
                                                                      0});
     this.udPAGainByBand40.Minimum = new System.Decimal(new int[] {
                                                                      390,
                                                                      0,
                                                                      0,
                                                                      65536});
     this.udPAGainByBand40.Name = "udPAGainByBand40";
     this.udPAGainByBand40.Size = new System.Drawing.Size(58, 22);
     this.udPAGainByBand40.TabIndex = 6;
     this.udPAGainByBand40.Value = new System.Decimal(new int[] {
                                                                    469,
                                                                    0,
                                                                    0,
                                                                    65536});
     //
     // lblPAGainByBand60
     //
     this.lblPAGainByBand60.Image = null;
     this.lblPAGainByBand60.Location = new System.Drawing.Point(19, 74);
     this.lblPAGainByBand60.Name = "lblPAGainByBand60";
     this.lblPAGainByBand60.Size = new System.Drawing.Size(48, 18);
     this.lblPAGainByBand60.TabIndex = 5;
     this.lblPAGainByBand60.Text = "60m:";
     //
     // udPAGainByBand60
     //
     this.udPAGainByBand60.DecimalPlaces = 1;
     this.udPAGainByBand60.Increment = new System.Decimal(new int[] {
                                                                        1,
                                                                        0,
                                                                        0,
                                                                        65536});
     this.udPAGainByBand60.Location = new System.Drawing.Point(67, 74);
     this.udPAGainByBand60.Maximum = new System.Decimal(new int[] {
                                                                      100,
                                                                      0,
                                                                      0,
                                                                      0});
     this.udPAGainByBand60.Minimum = new System.Decimal(new int[] {
                                                                      390,
                                                                      0,
                                                                      0,
                                                                      65536});
     this.udPAGainByBand60.Name = "udPAGainByBand60";
     this.udPAGainByBand60.Size = new System.Drawing.Size(58, 22);
     this.udPAGainByBand60.TabIndex = 4;
     this.udPAGainByBand60.Value = new System.Decimal(new int[] {
                                                                    474,
                                                                    0,
                                                                    0,
                                                                    65536});
     //
     // lblPAGainByBand80
     //
     this.lblPAGainByBand80.Image = null;
     this.lblPAGainByBand80.Location = new System.Drawing.Point(19, 46);
     this.lblPAGainByBand80.Name = "lblPAGainByBand80";
     this.lblPAGainByBand80.Size = new System.Drawing.Size(48, 19);
     this.lblPAGainByBand80.TabIndex = 3;
     this.lblPAGainByBand80.Text = "80m:";
     //
     // udPAGainByBand80
     //
     this.udPAGainByBand80.DecimalPlaces = 1;
     this.udPAGainByBand80.Increment = new System.Decimal(new int[] {
                                                                        1,
                                                                        0,
                                                                        0,
                                                                        65536});
     this.udPAGainByBand80.Location = new System.Drawing.Point(67, 46);
     this.udPAGainByBand80.Maximum = new System.Decimal(new int[] {
                                                                      100,
                                                                      0,
                                                                      0,
                                                                      0});
     this.udPAGainByBand80.Minimum = new System.Decimal(new int[] {
                                                                      390,
                                                                      0,
                                                                      0,
                                                                      65536});
     this.udPAGainByBand80.Name = "udPAGainByBand80";
     this.udPAGainByBand80.Size = new System.Drawing.Size(58, 22);
     this.udPAGainByBand80.TabIndex = 2;
     this.udPAGainByBand80.Value = new System.Decimal(new int[] {
                                                                    480,
                                                                    0,
                                                                    0,
                                                                    65536});
     //
     // lblPAGainByBand160
     //
     this.lblPAGainByBand160.Image = null;
     this.lblPAGainByBand160.Location = new System.Drawing.Point(19, 18);
     this.lblPAGainByBand160.Name = "lblPAGainByBand160";
     this.lblPAGainByBand160.Size = new System.Drawing.Size(48, 19);
     this.lblPAGainByBand160.TabIndex = 1;
     this.lblPAGainByBand160.Text = "160m:";
     //
     // udPAGainByBand160
     //
     this.udPAGainByBand160.DecimalPlaces = 1;
     this.udPAGainByBand160.Increment = new System.Decimal(new int[] {
                                                                         1,
                                                                         0,
                                                                         0,
                                                                         65536});
     this.udPAGainByBand160.Location = new System.Drawing.Point(67, 18);
     this.udPAGainByBand160.Maximum = new System.Decimal(new int[] {
                                                                       100,
                                                                       0,
                                                                       0,
                                                                       0});
     this.udPAGainByBand160.Minimum = new System.Decimal(new int[] {
                                                                       390,
                                                                       0,
                                                                       0,
                                                                       65536});
     this.udPAGainByBand160.Name = "udPAGainByBand160";
     this.udPAGainByBand160.Size = new System.Drawing.Size(58, 22);
     this.udPAGainByBand160.TabIndex = 0;
     this.udPAGainByBand160.Value = new System.Decimal(new int[] {
                                                                     490,
                                                                     0,
                                                                     0,
                                                                     65536});
     //
     // grpModel
     //
     this.grpModel.Controls.Add(this.radGenModelDemoNone);
     this.grpModel.Controls.Add(this.radGenModelSoftRock40);
     this.grpModel.Controls.Add(this.radGenModelSDR1000);
     this.grpModel.Location = new System.Drawing.Point(326, 65);
     this.grpModel.Name = "grpModel";
     this.grpModel.Size = new System.Drawing.Size(144, 147);
     this.grpModel.TabIndex = 20;
     this.grpModel.TabStop = false;
     this.grpModel.Text = "Model";
     this.grpModel.Visible = false;
     //
     // radGenModelDemoNone
     //
     this.radGenModelDemoNone.Image = null;
     this.radGenModelDemoNone.Location = new System.Drawing.Point(19, 111);
     this.radGenModelDemoNone.Name = "radGenModelDemoNone";
     this.radGenModelDemoNone.Size = new System.Drawing.Size(106, 27);
     this.radGenModelDemoNone.TabIndex = 5;
     this.radGenModelDemoNone.Text = "Demo/None";
     this.radGenModelDemoNone.CheckedChanged += new System.EventHandler(this.radGenModelDemoNone_CheckedChanged);
     //
     // radGenModelSoftRock40
     //
     this.radGenModelSoftRock40.Image = null;
     this.radGenModelSoftRock40.Location = new System.Drawing.Point(19, 83);
     this.radGenModelSoftRock40.Name = "radGenModelSoftRock40";
     this.radGenModelSoftRock40.Size = new System.Drawing.Size(106, 28);
     this.radGenModelSoftRock40.TabIndex = 4;
     this.radGenModelSoftRock40.Text = "SDR Rx Fix.Freq.";
     this.radGenModelSoftRock40.CheckedChanged += new System.EventHandler(this.radGenModelSoftRock40_CheckedChanged);
     //
     // radGenModelSDR1000
     //
     this.radGenModelSDR1000.Checked = true;
     this.radGenModelSDR1000.Image = null;
     this.radGenModelSDR1000.Location = new System.Drawing.Point(19, 55);
     this.radGenModelSDR1000.Name = "radGenModelSDR1000";
     this.radGenModelSDR1000.Size = new System.Drawing.Size(106, 28);
     this.radGenModelSDR1000.TabIndex = 3;
     this.radGenModelSDR1000.TabStop = true;
     this.radGenModelSDR1000.Text = "SDR (Si570)";
     this.radGenModelSDR1000.CheckedChanged += new System.EventHandler(this.radGenModelSDR1000_CheckedChanged);
     //
     // SetupWizard
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 15);
     this.ClientSize = new System.Drawing.Size(585, 329);
     this.Controls.Add(this.grpModel);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.comboBox3);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.comboBox2);
     this.Controls.Add(this.comboBox1);
     this.Controls.Add(this.lblMessage2);
     this.Controls.Add(this.radNo);
     this.Controls.Add(this.radYes);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.btnFinished);
     this.Controls.Add(this.btnNext);
     this.Controls.Add(this.btnPrevious);
     this.Controls.Add(this.lblCombo);
     this.Controls.Add(this.lblMessage1);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "SetupWizard";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "PowerSDR Setup Wizard - Welcome";
     this.Closing += new System.ComponentModel.CancelEventHandler(this.SetupWizard_Closing);
     this.groupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.udPAGainByBand10)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.udPAGainByBand12)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.udPAGainByBand15)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.udPAGainByBand17)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.udPAGainByBand20)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.udPAGainByBand30)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.udPAGainByBand40)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.udPAGainByBand60)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.udPAGainByBand80)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.udPAGainByBand160)).EndInit();
     this.grpModel.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Beispiel #51
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();
 }