Zastone/HPG-68D/ChannelEditForm.cs
2024-06-25 23:18:56 +02:00

3232 lines
182 KiB
C#

// Decompiled with JetBrains decompiler
// Type: HPG_68D.ChannelEditForm
// Assembly: HPG-68D, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
// MVID: 530C99A8-8EEF-42C8-8A74-66FDE7B322C3
// Assembly location: C:\Program Files (x86)\HONGKAIDE\HPG-68D\HPG-68D.exe
using HPG_68D.My;
using Microsoft.VisualBasic;
using Microsoft.VisualBasic.CompilerServices;
using System;
using System.Collections;
using System.ComponentModel;
using System.Diagnostics;
using System.Runtime.CompilerServices;
using System.Text;
using System.Windows.Forms;
namespace HPG_68D
{
[DesignerGenerated]
public class ChannelEditForm : Form
{
private static ArrayList __ENCList = new ArrayList();
private IContainer components;
[AccessedThroughProperty("Label1")]
private Label _Label1;
[AccessedThroughProperty("TextBoxRxFreq")]
private TextBox _TextBoxRxFreq;
[AccessedThroughProperty("Label2")]
private Label _Label2;
[AccessedThroughProperty("GroupBox1")]
private GroupBox _GroupBox1;
[AccessedThroughProperty("TextBoxTxFreq")]
private TextBox _TextBoxTxFreq;
[AccessedThroughProperty("Label3")]
private Label _Label3;
[AccessedThroughProperty("ComboBoxStep")]
private ComboBox _ComboBoxStep;
[AccessedThroughProperty("Label4")]
private Label _Label4;
[AccessedThroughProperty("ComboBox亚音解码类型")]
private ComboBox _ComboBox亚音解码类型;
[AccessedThroughProperty("Label5")]
private Label _Label5;
[AccessedThroughProperty("ComboBox亚音解码")]
private ComboBox _ComboBox亚音解码;
[AccessedThroughProperty("Label6")]
private Label _Label6;
[AccessedThroughProperty("CheckBox耳语")]
private CheckBox _CheckBox耳语;
[AccessedThroughProperty("CheckBox尾音消除")]
private CheckBox _CheckBox尾音消除;
[AccessedThroughProperty("ComboBoxSP不静音")]
private ComboBox _ComboBoxSP不静音;
[AccessedThroughProperty("ComboBox亚音编码")]
private ComboBox _ComboBox亚音编码;
[AccessedThroughProperty("Label9")]
private Label _Label9;
[AccessedThroughProperty("Label8")]
private Label _Label8;
[AccessedThroughProperty("ComboBox亚音编码类型")]
private ComboBox _ComboBox亚音编码类型;
[AccessedThroughProperty("Label7")]
private Label _Label7;
[AccessedThroughProperty("CheckBoxPTTID静音")]
private CheckBox _CheckBoxPTTID静音;
[AccessedThroughProperty("CheckBox发射禁止")]
private CheckBox _CheckBox发射禁止;
[AccessedThroughProperty("CheckBoxPTTID暂停")]
private CheckBox _CheckBoxPTTID暂停;
[AccessedThroughProperty("ComboBox可选信令")]
private ComboBox _ComboBox可选信令;
[AccessedThroughProperty("ComboBox繁忙信道锁定")]
private ComboBox _ComboBox繁忙信道锁定;
[AccessedThroughProperty("Label11")]
private Label _Label11;
[AccessedThroughProperty("Label10")]
private Label _Label10;
[AccessedThroughProperty("CheckBox脱网")]
private CheckBox _CheckBox脱网;
[AccessedThroughProperty("CheckBox倒频")]
private CheckBox _CheckBox倒频;
[AccessedThroughProperty("ComboBox两音系统参数")]
private ComboBox _ComboBox两音系统参数;
[AccessedThroughProperty("ComboBox带宽")]
private ComboBox _ComboBox带宽;
[AccessedThroughProperty("ComboBoxPTTID")]
private ComboBox _ComboBoxPTTID;
[AccessedThroughProperty("Label15")]
private Label _Label15;
[AccessedThroughProperty("ComboBox发射功率")]
private ComboBox _ComboBox发射功率;
[AccessedThroughProperty("Label14")]
private Label _Label14;
[AccessedThroughProperty("Label13")]
private Label _Label13;
[AccessedThroughProperty("Label12")]
private Label _Label12;
[AccessedThroughProperty("ComboBox呼叫")]
private ComboBox _ComboBox呼叫;
[AccessedThroughProperty("ComboBox五音系统参数")]
private ComboBox _ComboBox五音系统参数;
[AccessedThroughProperty("Label17")]
private Label _Label17;
[AccessedThroughProperty("Label16")]
private Label _Label16;
[AccessedThroughProperty("TextBox信道名称")]
private TextBox _TextBox信道名称;
[AccessedThroughProperty("TextBoxID代码")]
private TextBox _TextBoxID代码;
[AccessedThroughProperty("Label19")]
private Label _Label19;
[AccessedThroughProperty("Label18")]
private Label _Label18;
[AccessedThroughProperty("ComboBoxSFT")]
private ComboBox _ComboBoxSFT;
[AccessedThroughProperty("Label20")]
private Label _Label20;
[AccessedThroughProperty("GroupBox2")]
private GroupBox _GroupBox2;
[AccessedThroughProperty("Button3")]
private Button _Button3;
[AccessedThroughProperty("Button2")]
private Button _Button2;
[AccessedThroughProperty("Button1")]
private Button _Button1;
[AccessedThroughProperty("ComboBox编辑信道号")]
private ComboBox _ComboBox编辑信道号;
[AccessedThroughProperty("CheckBox扫描添加")]
private CheckBox _CheckBox扫描添加;
[DebuggerNonUserCode]
static ChannelEditForm()
{
}
[DebuggerNonUserCode]
public ChannelEditForm()
{
FormClosing += ChannelEditForm_FormClosing;
Load += ChannelEditForm_Load;
__ENCList.Add((object) new WeakReference((object) this));
InitializeComponent();
}
[DebuggerNonUserCode]
protected override void Dispose(bool disposing)
{
if (disposing && components != null)
components.Dispose();
base.Dispose(disposing);
}
[DebuggerStepThrough]
private void InitializeComponent()
{
ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof (ChannelEditForm));
Label1 = new Label();
TextBoxRxFreq = new TextBox();
Label2 = new Label();
GroupBox1 = new GroupBox();
GroupBox2 = new GroupBox();
ComboBox两音系统参数 = new ComboBox();
Label18 = new Label();
TextBoxID代码 = new TextBox();
Label15 = new Label();
Label16 = new Label();
Label17 = new Label();
ComboBox五音系统参数 = new ComboBox();
ComboBox呼叫 = new ComboBox();
CheckBox扫描添加 = new CheckBox();
CheckBox脱网 = new CheckBox();
CheckBox倒频 = new CheckBox();
CheckBoxPTTID静音 = new CheckBox();
CheckBox发射禁止 = new CheckBox();
ComboBoxSP不静音 = new ComboBox();
Label9 = new Label();
TextBox信道名称 = new TextBox();
Label19 = new Label();
CheckBoxPTTID暂停 = new CheckBox();
CheckBox耳语 = new CheckBox();
CheckBox尾音消除 = new CheckBox();
ComboBox可选信令 = new ComboBox();
ComboBoxSFT = new ComboBox();
ComboBox带宽 = new ComboBox();
Label20 = new Label();
ComboBoxPTTID = new ComboBox();
ComboBox发射功率 = new ComboBox();
Label14 = new Label();
ComboBox繁忙信道锁定 = new ComboBox();
Label13 = new Label();
Label11 = new Label();
Label12 = new Label();
Label10 = new Label();
ComboBox亚音编码 = new ComboBox();
ComboBox亚音解码 = new ComboBox();
Label8 = new Label();
Label6 = new Label();
ComboBox亚音编码类型 = new ComboBox();
Label7 = new Label();
ComboBox亚音解码类型 = new ComboBox();
Label5 = new Label();
ComboBoxStep = new ComboBox();
Label4 = new Label();
TextBoxTxFreq = new TextBox();
Label3 = new Label();
Button3 = new Button();
Button2 = new Button();
Button1 = new Button();
ComboBox编辑信道号 = new ComboBox();
GroupBox1.SuspendLayout();
GroupBox2.SuspendLayout();
SuspendLayout();
componentResourceManager.ApplyResources((object) Label1, "Label1");
Label1.Name = "Label1";
componentResourceManager.ApplyResources((object) TextBoxRxFreq, "TextBoxRxFreq");
TextBoxRxFreq.Name = "TextBoxRxFreq";
componentResourceManager.ApplyResources((object) Label2, "Label2");
Label2.Name = "Label2";
GroupBox1.Controls.Add((Control) GroupBox2);
GroupBox1.Controls.Add((Control) CheckBox扫描添加);
GroupBox1.Controls.Add((Control) CheckBox脱网);
GroupBox1.Controls.Add((Control) CheckBox倒频);
GroupBox1.Controls.Add((Control) CheckBoxPTTID静音);
GroupBox1.Controls.Add((Control) CheckBox发射禁止);
GroupBox1.Controls.Add((Control) ComboBoxSP不静音);
GroupBox1.Controls.Add((Control) Label9);
GroupBox1.Controls.Add((Control) TextBox信道名称);
GroupBox1.Controls.Add((Control) Label19);
GroupBox1.Controls.Add((Control) CheckBoxPTTID暂停);
GroupBox1.Controls.Add((Control) CheckBox耳语);
GroupBox1.Controls.Add((Control) CheckBox尾音消除);
GroupBox1.Controls.Add((Control) ComboBox可选信令);
GroupBox1.Controls.Add((Control) ComboBoxSFT);
GroupBox1.Controls.Add((Control) ComboBox带宽);
GroupBox1.Controls.Add((Control) Label20);
GroupBox1.Controls.Add((Control) ComboBoxPTTID);
GroupBox1.Controls.Add((Control) ComboBox发射功率);
GroupBox1.Controls.Add((Control) Label14);
GroupBox1.Controls.Add((Control) ComboBox繁忙信道锁定);
GroupBox1.Controls.Add((Control) Label13);
GroupBox1.Controls.Add((Control) Label11);
GroupBox1.Controls.Add((Control) Label12);
GroupBox1.Controls.Add((Control) Label10);
GroupBox1.Controls.Add((Control) ComboBox亚音编码);
GroupBox1.Controls.Add((Control) ComboBox亚音解码);
GroupBox1.Controls.Add((Control) Label8);
GroupBox1.Controls.Add((Control) Label6);
GroupBox1.Controls.Add((Control) ComboBox亚音编码类型);
GroupBox1.Controls.Add((Control) Label7);
GroupBox1.Controls.Add((Control) ComboBox亚音解码类型);
GroupBox1.Controls.Add((Control) Label5);
GroupBox1.Controls.Add((Control) ComboBoxStep);
GroupBox1.Controls.Add((Control) Label4);
GroupBox1.Controls.Add((Control) TextBoxTxFreq);
GroupBox1.Controls.Add((Control) TextBoxRxFreq);
GroupBox1.Controls.Add((Control) Label2);
GroupBox1.Controls.Add((Control) Label1);
componentResourceManager.ApplyResources((object) GroupBox1, "GroupBox1");
GroupBox1.Name = "GroupBox1";
GroupBox1.TabStop = false;
GroupBox2.Controls.Add((Control) ComboBox两音系统参数);
GroupBox2.Controls.Add((Control) Label18);
GroupBox2.Controls.Add((Control) TextBoxID代码);
GroupBox2.Controls.Add((Control) Label15);
GroupBox2.Controls.Add((Control) Label16);
GroupBox2.Controls.Add((Control) Label17);
GroupBox2.Controls.Add((Control) ComboBox五音系统参数);
GroupBox2.Controls.Add((Control) ComboBox呼叫);
componentResourceManager.ApplyResources((object) GroupBox2, "GroupBox2");
GroupBox2.Name = "GroupBox2";
GroupBox2.TabStop = false;
ComboBox两音系统参数.DropDownStyle = ComboBoxStyle.DropDownList;
ComboBox两音系统参数.FormattingEnabled = true;
ComboBox两音系统参数.Items.AddRange(new object[9]
{
(object) componentResourceManager.GetString("ComboBox两音系统参数.Items"),
(object) componentResourceManager.GetString("ComboBox两音系统参数.Items1"),
(object) componentResourceManager.GetString("ComboBox两音系统参数.Items2"),
(object) componentResourceManager.GetString("ComboBox两音系统参数.Items3"),
(object) componentResourceManager.GetString("ComboBox两音系统参数.Items4"),
(object) componentResourceManager.GetString("ComboBox两音系统参数.Items5"),
(object) componentResourceManager.GetString("ComboBox两音系统参数.Items6"),
(object) componentResourceManager.GetString("ComboBox两音系统参数.Items7"),
(object) componentResourceManager.GetString("ComboBox两音系统参数.Items8")
});
componentResourceManager.ApplyResources((object) ComboBox两音系统参数, "ComboBox两音系统参数");
ComboBox两音系统参数.Name = "ComboBox两音系统参数";
componentResourceManager.ApplyResources((object) Label18, "Label18");
Label18.Name = "Label18";
componentResourceManager.ApplyResources((object) TextBoxID代码, "TextBoxID代码");
TextBoxID代码.Name = "TextBoxID代码";
componentResourceManager.ApplyResources((object) Label15, "Label15");
Label15.Name = "Label15";
componentResourceManager.ApplyResources((object) Label16, "Label16");
Label16.Name = "Label16";
componentResourceManager.ApplyResources((object) Label17, "Label17");
Label17.Name = "Label17";
ComboBox五音系统参数.DropDownStyle = ComboBoxStyle.DropDownList;
ComboBox五音系统参数.FormattingEnabled = true;
ComboBox五音系统参数.Items.AddRange(new object[16]
{
(object) componentResourceManager.GetString("ComboBox五音系统参数.Items"),
(object) componentResourceManager.GetString("ComboBox五音系统参数.Items1"),
(object) componentResourceManager.GetString("ComboBox五音系统参数.Items2"),
(object) componentResourceManager.GetString("ComboBox五音系统参数.Items3"),
(object) componentResourceManager.GetString("ComboBox五音系统参数.Items4"),
(object) componentResourceManager.GetString("ComboBox五音系统参数.Items5"),
(object) componentResourceManager.GetString("ComboBox五音系统参数.Items6"),
(object) componentResourceManager.GetString("ComboBox五音系统参数.Items7"),
(object) componentResourceManager.GetString("ComboBox五音系统参数.Items8"),
(object) componentResourceManager.GetString("ComboBox五音系统参数.Items9"),
(object) componentResourceManager.GetString("ComboBox五音系统参数.Items10"),
(object) componentResourceManager.GetString("ComboBox五音系统参数.Items11"),
(object) componentResourceManager.GetString("ComboBox五音系统参数.Items12"),
(object) componentResourceManager.GetString("ComboBox五音系统参数.Items13"),
(object) componentResourceManager.GetString("ComboBox五音系统参数.Items14"),
(object) componentResourceManager.GetString("ComboBox五音系统参数.Items15")
});
componentResourceManager.ApplyResources((object) ComboBox五音系统参数, "ComboBox五音系统参数");
ComboBox五音系统参数.Name = "ComboBox五音系统参数";
ComboBox呼叫.DropDownStyle = ComboBoxStyle.DropDownList;
ComboBox呼叫.FormattingEnabled = true;
ComboBox呼叫.Items.AddRange(new object[1]
{
(object) componentResourceManager.GetString("ComboBox呼叫.Items")
});
componentResourceManager.ApplyResources((object) ComboBox呼叫, "ComboBox呼叫");
ComboBox呼叫.Name = "ComboBox呼叫";
componentResourceManager.ApplyResources((object) CheckBox扫描添加, "CheckBox扫描添加");
CheckBox扫描添加.Name = "CheckBox扫描添加";
CheckBox扫描添加.UseVisualStyleBackColor = true;
componentResourceManager.ApplyResources((object) CheckBox脱网, "CheckBox脱网");
CheckBox脱网.Name = "CheckBox脱网";
CheckBox脱网.UseVisualStyleBackColor = true;
componentResourceManager.ApplyResources((object) CheckBox倒频, "CheckBox倒频");
CheckBox倒频.Name = "CheckBox倒频";
CheckBox倒频.UseVisualStyleBackColor = true;
componentResourceManager.ApplyResources((object) CheckBoxPTTID静音, "CheckBoxPTTID静音");
CheckBoxPTTID静音.Name = "CheckBoxPTTID静音";
CheckBoxPTTID静音.UseVisualStyleBackColor = true;
componentResourceManager.ApplyResources((object) CheckBox发射禁止, "CheckBox发射禁止");
CheckBox发射禁止.Name = "CheckBox发射禁止";
CheckBox发射禁止.UseVisualStyleBackColor = true;
ComboBoxSP不静音.DropDownStyle = ComboBoxStyle.DropDownList;
ComboBoxSP不静音.FormattingEnabled = true;
ComboBoxSP不静音.Items.AddRange(new object[3]
{
(object) componentResourceManager.GetString("ComboBoxSP不静音.Items"),
(object) componentResourceManager.GetString("ComboBoxSP不静音.Items1"),
(object) componentResourceManager.GetString("ComboBoxSP不静音.Items2")
});
componentResourceManager.ApplyResources((object) ComboBoxSP不静音, "ComboBoxSP不静音");
ComboBoxSP不静音.Name = "ComboBoxSP不静音";
componentResourceManager.ApplyResources((object) Label9, "Label9");
Label9.Name = "Label9";
componentResourceManager.ApplyResources((object) TextBox信道名称, "TextBox信道名称");
TextBox信道名称.Name = "TextBox信道名称";
componentResourceManager.ApplyResources((object) Label19, "Label19");
Label19.Name = "Label19";
componentResourceManager.ApplyResources((object) CheckBoxPTTID暂停, "CheckBoxPTTID暂停");
CheckBoxPTTID暂停.Name = "CheckBoxPTTID暂停";
CheckBoxPTTID暂停.UseVisualStyleBackColor = true;
componentResourceManager.ApplyResources((object) CheckBox耳语, "CheckBox耳语");
CheckBox耳语.Name = "CheckBox耳语";
CheckBox耳语.UseVisualStyleBackColor = true;
componentResourceManager.ApplyResources((object) CheckBox尾音消除, "CheckBox尾音消除");
CheckBox尾音消除.Name = "CheckBox尾音消除";
CheckBox尾音消除.UseVisualStyleBackColor = true;
ComboBox可选信令.DropDownStyle = ComboBoxStyle.DropDownList;
ComboBox可选信令.FormattingEnabled = true;
ComboBox可选信令.Items.AddRange(new object[4]
{
(object) componentResourceManager.GetString("ComboBox可选信令.Items"),
(object) componentResourceManager.GetString("ComboBox可选信令.Items1"),
(object) componentResourceManager.GetString("ComboBox可选信令.Items2"),
(object) componentResourceManager.GetString("ComboBox可选信令.Items3")
});
componentResourceManager.ApplyResources((object) ComboBox可选信令, "ComboBox可选信令");
ComboBox可选信令.Name = "ComboBox可选信令";
ComboBoxSFT.DropDownStyle = ComboBoxStyle.DropDownList;
ComboBoxSFT.FormattingEnabled = true;
ComboBoxSFT.Items.AddRange(new object[3]
{
(object) componentResourceManager.GetString("ComboBoxSFT.Items"),
(object) componentResourceManager.GetString("ComboBoxSFT.Items1"),
(object) componentResourceManager.GetString("ComboBoxSFT.Items2")
});
componentResourceManager.ApplyResources((object) ComboBoxSFT, "ComboBoxSFT");
ComboBoxSFT.Name = "ComboBoxSFT";
ComboBox带宽.DropDownStyle = ComboBoxStyle.DropDownList;
ComboBox带宽.FormattingEnabled = true;
ComboBox带宽.Items.AddRange(new object[3]
{
(object) componentResourceManager.GetString("ComboBox带宽.Items"),
(object) componentResourceManager.GetString("ComboBox带宽.Items1"),
(object) componentResourceManager.GetString("ComboBox带宽.Items2")
});
componentResourceManager.ApplyResources((object) ComboBox带宽, "ComboBox带宽");
ComboBox带宽.Name = "ComboBox带宽";
componentResourceManager.ApplyResources((object) Label20, "Label20");
Label20.Name = "Label20";
ComboBoxPTTID.DropDownStyle = ComboBoxStyle.DropDownList;
ComboBoxPTTID.FormattingEnabled = true;
ComboBoxPTTID.Items.AddRange(new object[4]
{
(object) componentResourceManager.GetString("ComboBoxPTTID.Items"),
(object) componentResourceManager.GetString("ComboBoxPTTID.Items1"),
(object) componentResourceManager.GetString("ComboBoxPTTID.Items2"),
(object) componentResourceManager.GetString("ComboBoxPTTID.Items3")
});
componentResourceManager.ApplyResources((object) ComboBoxPTTID, "ComboBoxPTTID");
ComboBoxPTTID.Name = "ComboBoxPTTID";
ComboBox发射功率.DropDownStyle = ComboBoxStyle.DropDownList;
ComboBox发射功率.FormattingEnabled = true;
ComboBox发射功率.Items.AddRange(new object[3]
{
(object) componentResourceManager.GetString("ComboBox发射功率.Items"),
(object) componentResourceManager.GetString("ComboBox发射功率.Items1"),
(object) componentResourceManager.GetString("ComboBox发射功率.Items2")
});
componentResourceManager.ApplyResources((object) ComboBox发射功率, "ComboBox发射功率");
ComboBox发射功率.Name = "ComboBox发射功率";
componentResourceManager.ApplyResources((object) Label14, "Label14");
Label14.Name = "Label14";
ComboBox繁忙信道锁定.DropDownStyle = ComboBoxStyle.DropDownList;
ComboBox繁忙信道锁定.FormattingEnabled = true;
ComboBox繁忙信道锁定.Items.AddRange(new object[4]
{
(object) componentResourceManager.GetString("ComboBox繁忙信道锁定.Items"),
(object) componentResourceManager.GetString("ComboBox繁忙信道锁定.Items1"),
(object) componentResourceManager.GetString("ComboBox繁忙信道锁定.Items2"),
(object) componentResourceManager.GetString("ComboBox繁忙信道锁定.Items3")
});
componentResourceManager.ApplyResources((object) ComboBox繁忙信道锁定, "ComboBox繁忙信道锁定");
ComboBox繁忙信道锁定.Name = "ComboBox繁忙信道锁定";
componentResourceManager.ApplyResources((object) Label13, "Label13");
Label13.Name = "Label13";
componentResourceManager.ApplyResources((object) Label11, "Label11");
Label11.Name = "Label11";
componentResourceManager.ApplyResources((object) Label12, "Label12");
Label12.Name = "Label12";
componentResourceManager.ApplyResources((object) Label10, "Label10");
Label10.Name = "Label10";
ComboBox亚音编码.FormattingEnabled = true;
ComboBox亚音编码.Items.AddRange(new object[265]
{
(object) componentResourceManager.GetString("ComboBox亚音编码.Items"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items1"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items2"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items3"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items4"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items5"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items6"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items7"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items8"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items9"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items10"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items11"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items12"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items13"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items14"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items15"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items16"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items17"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items18"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items19"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items20"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items21"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items22"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items23"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items24"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items25"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items26"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items27"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items28"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items29"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items30"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items31"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items32"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items33"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items34"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items35"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items36"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items37"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items38"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items39"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items40"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items41"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items42"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items43"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items44"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items45"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items46"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items47"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items48"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items49"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items50"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items51"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items52"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items53"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items54"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items55"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items56"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items57"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items58"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items59"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items60"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items61"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items62"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items63"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items64"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items65"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items66"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items67"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items68"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items69"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items70"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items71"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items72"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items73"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items74"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items75"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items76"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items77"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items78"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items79"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items80"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items81"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items82"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items83"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items84"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items85"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items86"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items87"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items88"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items89"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items90"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items91"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items92"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items93"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items94"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items95"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items96"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items97"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items98"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items99"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items100"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items101"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items102"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items103"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items104"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items105"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items106"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items107"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items108"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items109"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items110"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items111"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items112"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items113"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items114"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items115"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items116"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items117"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items118"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items119"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items120"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items121"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items122"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items123"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items124"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items125"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items126"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items127"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items128"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items129"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items130"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items131"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items132"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items133"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items134"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items135"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items136"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items137"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items138"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items139"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items140"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items141"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items142"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items143"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items144"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items145"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items146"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items147"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items148"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items149"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items150"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items151"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items152"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items153"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items154"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items155"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items156"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items157"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items158"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items159"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items160"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items161"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items162"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items163"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items164"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items165"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items166"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items167"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items168"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items169"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items170"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items171"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items172"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items173"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items174"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items175"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items176"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items177"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items178"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items179"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items180"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items181"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items182"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items183"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items184"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items185"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items186"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items187"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items188"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items189"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items190"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items191"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items192"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items193"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items194"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items195"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items196"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items197"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items198"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items199"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items200"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items201"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items202"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items203"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items204"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items205"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items206"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items207"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items208"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items209"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items210"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items211"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items212"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items213"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items214"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items215"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items216"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items217"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items218"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items219"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items220"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items221"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items222"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items223"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items224"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items225"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items226"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items227"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items228"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items229"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items230"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items231"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items232"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items233"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items234"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items235"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items236"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items237"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items238"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items239"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items240"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items241"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items242"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items243"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items244"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items245"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items246"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items247"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items248"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items249"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items250"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items251"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items252"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items253"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items254"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items255"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items256"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items257"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items258"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items259"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items260"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items261"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items262"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items263"),
(object) componentResourceManager.GetString("ComboBox亚音编码.Items264")
});
componentResourceManager.ApplyResources((object) ComboBox亚音编码, "ComboBox亚音编码");
ComboBox亚音编码.Name = "ComboBox亚音编码";
ComboBox亚音解码.FormattingEnabled = true;
ComboBox亚音解码.Items.AddRange(new object[265]
{
(object) componentResourceManager.GetString("ComboBox亚音解码.Items"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items1"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items2"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items3"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items4"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items5"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items6"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items7"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items8"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items9"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items10"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items11"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items12"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items13"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items14"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items15"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items16"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items17"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items18"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items19"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items20"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items21"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items22"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items23"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items24"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items25"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items26"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items27"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items28"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items29"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items30"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items31"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items32"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items33"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items34"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items35"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items36"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items37"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items38"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items39"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items40"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items41"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items42"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items43"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items44"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items45"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items46"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items47"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items48"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items49"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items50"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items51"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items52"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items53"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items54"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items55"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items56"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items57"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items58"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items59"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items60"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items61"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items62"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items63"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items64"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items65"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items66"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items67"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items68"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items69"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items70"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items71"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items72"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items73"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items74"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items75"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items76"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items77"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items78"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items79"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items80"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items81"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items82"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items83"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items84"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items85"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items86"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items87"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items88"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items89"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items90"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items91"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items92"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items93"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items94"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items95"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items96"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items97"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items98"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items99"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items100"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items101"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items102"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items103"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items104"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items105"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items106"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items107"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items108"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items109"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items110"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items111"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items112"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items113"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items114"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items115"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items116"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items117"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items118"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items119"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items120"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items121"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items122"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items123"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items124"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items125"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items126"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items127"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items128"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items129"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items130"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items131"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items132"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items133"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items134"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items135"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items136"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items137"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items138"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items139"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items140"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items141"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items142"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items143"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items144"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items145"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items146"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items147"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items148"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items149"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items150"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items151"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items152"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items153"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items154"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items155"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items156"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items157"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items158"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items159"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items160"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items161"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items162"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items163"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items164"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items165"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items166"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items167"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items168"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items169"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items170"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items171"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items172"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items173"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items174"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items175"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items176"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items177"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items178"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items179"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items180"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items181"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items182"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items183"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items184"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items185"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items186"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items187"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items188"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items189"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items190"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items191"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items192"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items193"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items194"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items195"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items196"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items197"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items198"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items199"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items200"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items201"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items202"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items203"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items204"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items205"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items206"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items207"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items208"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items209"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items210"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items211"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items212"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items213"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items214"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items215"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items216"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items217"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items218"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items219"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items220"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items221"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items222"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items223"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items224"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items225"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items226"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items227"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items228"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items229"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items230"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items231"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items232"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items233"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items234"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items235"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items236"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items237"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items238"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items239"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items240"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items241"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items242"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items243"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items244"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items245"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items246"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items247"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items248"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items249"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items250"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items251"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items252"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items253"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items254"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items255"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items256"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items257"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items258"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items259"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items260"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items261"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items262"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items263"),
(object) componentResourceManager.GetString("ComboBox亚音解码.Items264")
});
componentResourceManager.ApplyResources((object) ComboBox亚音解码, "ComboBox亚音解码");
ComboBox亚音解码.Name = "ComboBox亚音解码";
componentResourceManager.ApplyResources((object) Label8, "Label8");
Label8.Name = "Label8";
componentResourceManager.ApplyResources((object) Label6, "Label6");
Label6.Name = "Label6";
ComboBox亚音编码类型.DropDownStyle = ComboBoxStyle.DropDownList;
ComboBox亚音编码类型.FormattingEnabled = true;
ComboBox亚音编码类型.Items.AddRange(new object[4]
{
(object) componentResourceManager.GetString("ComboBox亚音编码类型.Items"),
(object) componentResourceManager.GetString("ComboBox亚音编码类型.Items1"),
(object) componentResourceManager.GetString("ComboBox亚音编码类型.Items2"),
(object) componentResourceManager.GetString("ComboBox亚音编码类型.Items3")
});
componentResourceManager.ApplyResources((object) ComboBox亚音编码类型, "ComboBox亚音编码类型");
ComboBox亚音编码类型.Name = "ComboBox亚音编码类型";
componentResourceManager.ApplyResources((object) Label7, "Label7");
Label7.Name = "Label7";
ComboBox亚音解码类型.DropDownStyle = ComboBoxStyle.DropDownList;
ComboBox亚音解码类型.FormattingEnabled = true;
ComboBox亚音解码类型.Items.AddRange(new object[4]
{
(object) componentResourceManager.GetString("ComboBox亚音解码类型.Items"),
(object) componentResourceManager.GetString("ComboBox亚音解码类型.Items1"),
(object) componentResourceManager.GetString("ComboBox亚音解码类型.Items2"),
(object) componentResourceManager.GetString("ComboBox亚音解码类型.Items3")
});
componentResourceManager.ApplyResources((object) ComboBox亚音解码类型, "ComboBox亚音解码类型");
ComboBox亚音解码类型.Name = "ComboBox亚音解码类型";
componentResourceManager.ApplyResources((object) Label5, "Label5");
Label5.Name = "Label5";
ComboBoxStep.DropDownStyle = ComboBoxStyle.DropDownList;
ComboBoxStep.FormattingEnabled = true;
ComboBoxStep.Items.AddRange(new object[11]
{
(object) componentResourceManager.GetString("ComboBoxStep.Items"),
(object) componentResourceManager.GetString("ComboBoxStep.Items1"),
(object) componentResourceManager.GetString("ComboBoxStep.Items2"),
(object) componentResourceManager.GetString("ComboBoxStep.Items3"),
(object) componentResourceManager.GetString("ComboBoxStep.Items4"),
(object) componentResourceManager.GetString("ComboBoxStep.Items5"),
(object) componentResourceManager.GetString("ComboBoxStep.Items6"),
(object) componentResourceManager.GetString("ComboBoxStep.Items7"),
(object) componentResourceManager.GetString("ComboBoxStep.Items8"),
(object) componentResourceManager.GetString("ComboBoxStep.Items9"),
(object) componentResourceManager.GetString("ComboBoxStep.Items10")
});
componentResourceManager.ApplyResources((object) ComboBoxStep, "ComboBoxStep");
ComboBoxStep.Name = "ComboBoxStep";
componentResourceManager.ApplyResources((object) Label4, "Label4");
Label4.Name = "Label4";
componentResourceManager.ApplyResources((object) TextBoxTxFreq, "TextBoxTxFreq");
TextBoxTxFreq.Name = "TextBoxTxFreq";
componentResourceManager.ApplyResources((object) Label3, "Label3");
Label3.Name = "Label3";
componentResourceManager.ApplyResources((object) Button3, "Button3");
Button3.Name = "Button3";
Button3.UseVisualStyleBackColor = true;
componentResourceManager.ApplyResources((object) Button2, "Button2");
Button2.Name = "Button2";
Button2.UseVisualStyleBackColor = true;
componentResourceManager.ApplyResources((object) Button1, "Button1");
Button1.Name = "Button1";
Button1.UseVisualStyleBackColor = true;
ComboBox编辑信道号.AutoCompleteMode = AutoCompleteMode.SuggestAppend;
ComboBox编辑信道号.AutoCompleteSource = AutoCompleteSource.ListItems;
ComboBox编辑信道号.FormattingEnabled = true;
ComboBox编辑信道号.Items.AddRange(new object[516]
{
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items1"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items2"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items3"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items4"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items5"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items6"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items7"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items8"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items9"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items10"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items11"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items12"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items13"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items14"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items15"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items16"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items17"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items18"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items19"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items20"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items21"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items22"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items23"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items24"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items25"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items26"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items27"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items28"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items29"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items30"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items31"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items32"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items33"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items34"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items35"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items36"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items37"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items38"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items39"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items40"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items41"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items42"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items43"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items44"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items45"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items46"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items47"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items48"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items49"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items50"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items51"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items52"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items53"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items54"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items55"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items56"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items57"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items58"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items59"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items60"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items61"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items62"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items63"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items64"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items65"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items66"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items67"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items68"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items69"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items70"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items71"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items72"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items73"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items74"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items75"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items76"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items77"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items78"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items79"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items80"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items81"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items82"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items83"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items84"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items85"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items86"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items87"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items88"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items89"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items90"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items91"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items92"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items93"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items94"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items95"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items96"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items97"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items98"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items99"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items100"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items101"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items102"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items103"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items104"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items105"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items106"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items107"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items108"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items109"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items110"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items111"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items112"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items113"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items114"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items115"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items116"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items117"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items118"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items119"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items120"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items121"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items122"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items123"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items124"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items125"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items126"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items127"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items128"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items129"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items130"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items131"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items132"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items133"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items134"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items135"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items136"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items137"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items138"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items139"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items140"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items141"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items142"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items143"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items144"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items145"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items146"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items147"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items148"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items149"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items150"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items151"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items152"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items153"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items154"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items155"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items156"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items157"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items158"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items159"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items160"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items161"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items162"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items163"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items164"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items165"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items166"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items167"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items168"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items169"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items170"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items171"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items172"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items173"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items174"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items175"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items176"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items177"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items178"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items179"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items180"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items181"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items182"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items183"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items184"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items185"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items186"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items187"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items188"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items189"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items190"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items191"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items192"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items193"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items194"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items195"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items196"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items197"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items198"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items199"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items200"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items201"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items202"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items203"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items204"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items205"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items206"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items207"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items208"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items209"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items210"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items211"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items212"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items213"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items214"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items215"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items216"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items217"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items218"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items219"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items220"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items221"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items222"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items223"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items224"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items225"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items226"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items227"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items228"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items229"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items230"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items231"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items232"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items233"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items234"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items235"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items236"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items237"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items238"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items239"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items240"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items241"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items242"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items243"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items244"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items245"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items246"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items247"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items248"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items249"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items250"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items251"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items252"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items253"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items254"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items255"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items256"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items257"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items258"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items259"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items260"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items261"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items262"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items263"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items264"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items265"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items266"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items267"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items268"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items269"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items270"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items271"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items272"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items273"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items274"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items275"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items276"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items277"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items278"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items279"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items280"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items281"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items282"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items283"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items284"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items285"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items286"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items287"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items288"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items289"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items290"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items291"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items292"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items293"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items294"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items295"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items296"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items297"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items298"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items299"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items300"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items301"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items302"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items303"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items304"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items305"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items306"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items307"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items308"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items309"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items310"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items311"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items312"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items313"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items314"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items315"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items316"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items317"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items318"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items319"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items320"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items321"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items322"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items323"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items324"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items325"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items326"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items327"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items328"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items329"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items330"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items331"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items332"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items333"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items334"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items335"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items336"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items337"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items338"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items339"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items340"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items341"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items342"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items343"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items344"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items345"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items346"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items347"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items348"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items349"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items350"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items351"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items352"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items353"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items354"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items355"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items356"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items357"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items358"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items359"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items360"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items361"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items362"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items363"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items364"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items365"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items366"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items367"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items368"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items369"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items370"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items371"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items372"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items373"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items374"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items375"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items376"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items377"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items378"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items379"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items380"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items381"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items382"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items383"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items384"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items385"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items386"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items387"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items388"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items389"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items390"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items391"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items392"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items393"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items394"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items395"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items396"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items397"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items398"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items399"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items400"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items401"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items402"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items403"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items404"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items405"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items406"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items407"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items408"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items409"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items410"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items411"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items412"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items413"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items414"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items415"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items416"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items417"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items418"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items419"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items420"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items421"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items422"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items423"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items424"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items425"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items426"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items427"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items428"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items429"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items430"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items431"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items432"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items433"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items434"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items435"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items436"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items437"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items438"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items439"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items440"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items441"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items442"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items443"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items444"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items445"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items446"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items447"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items448"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items449"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items450"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items451"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items452"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items453"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items454"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items455"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items456"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items457"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items458"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items459"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items460"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items461"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items462"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items463"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items464"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items465"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items466"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items467"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items468"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items469"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items470"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items471"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items472"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items473"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items474"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items475"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items476"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items477"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items478"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items479"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items480"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items481"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items482"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items483"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items484"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items485"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items486"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items487"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items488"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items489"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items490"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items491"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items492"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items493"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items494"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items495"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items496"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items497"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items498"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items499"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items500"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items501"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items502"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items503"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items504"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items505"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items506"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items507"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items508"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items509"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items510"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items511"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items512"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items513"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items514"),
(object) componentResourceManager.GetString("ComboBox编辑信道号.Items515")
});
componentResourceManager.ApplyResources((object) ComboBox编辑信道号, "ComboBox编辑信道号");
ComboBox编辑信道号.Name = "ComboBox编辑信道号";
componentResourceManager.ApplyResources((object) this, "$this");
AutoScaleMode = AutoScaleMode.Font;
Controls.Add((Control) ComboBox编辑信道号);
Controls.Add((Control) Button3);
Controls.Add((Control) Button2);
Controls.Add((Control) Button1);
Controls.Add((Control) Label3);
Controls.Add((Control) GroupBox1);
Name = nameof (ChannelEditForm);
GroupBox1.ResumeLayout(false);
GroupBox1.PerformLayout();
GroupBox2.ResumeLayout(false);
GroupBox2.PerformLayout();
ResumeLayout(false);
PerformLayout();
}
internal virtual Label Label1
{
[DebuggerNonUserCode] get => _Label1;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => _Label1 = value;
}
internal virtual TextBox TextBoxRxFreq
{
[DebuggerNonUserCode] get => _TextBoxRxFreq;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
if (_TextBoxRxFreq != null)
{
_TextBoxRxFreq.LostFocus -= TextBoxRxFreq_LostFocus;
_TextBoxRxFreq.KeyPress -= TextBoxRxFreq_KeyPress;
}
_TextBoxRxFreq = value;
if (_TextBoxRxFreq == null)
return;
_TextBoxRxFreq.LostFocus += TextBoxRxFreq_LostFocus;
_TextBoxRxFreq.KeyPress += TextBoxRxFreq_KeyPress;
}
}
internal virtual Label Label2
{
[DebuggerNonUserCode] get => _Label2;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => _Label2 = value;
}
internal virtual GroupBox GroupBox1
{
[DebuggerNonUserCode] get => _GroupBox1;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
_GroupBox1 = value;
}
}
internal virtual TextBox TextBoxTxFreq
{
[DebuggerNonUserCode] get => _TextBoxTxFreq;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
if (_TextBoxTxFreq != null)
{
_TextBoxTxFreq.LostFocus -= TextBoxTxFreq_LostFocus;
_TextBoxTxFreq.KeyPress -= TextBoxtxFreq_KeyPress;
}
_TextBoxTxFreq = value;
if (_TextBoxTxFreq == null)
return;
_TextBoxTxFreq.LostFocus += TextBoxTxFreq_LostFocus;
_TextBoxTxFreq.KeyPress += TextBoxtxFreq_KeyPress;
}
}
internal virtual Label Label3
{
[DebuggerNonUserCode] get => _Label3;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => _Label3 = value;
}
internal virtual ComboBox ComboBoxStep
{
[DebuggerNonUserCode] get => _ComboBoxStep;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
if (_ComboBoxStep != null)
_ComboBoxStep.SelectionChangeCommitted -= ComboBoxStep_SelectionChangeCommitted;
_ComboBoxStep = value;
if (_ComboBoxStep == null)
return;
_ComboBoxStep.SelectionChangeCommitted += ComboBoxStep_SelectionChangeCommitted;
}
}
internal virtual Label Label4
{
[DebuggerNonUserCode] get => _Label4;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => _Label4 = value;
}
internal virtual ComboBox ComboBox亚音解码类型
{
[DebuggerNonUserCode] get => _ComboBox亚音解码类型;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
if (_ComboBox亚音解码类型 != null)
_ComboBox亚音解码类型.SelectionChangeCommitted -= ComboBox亚音解码类型_SelectionChangeCommitted;
_ComboBox亚音解码类型 = value;
if (_ComboBox亚音解码类型 == null)
return;
_ComboBox亚音解码类型.SelectionChangeCommitted += ComboBox亚音解码类型_SelectionChangeCommitted;
}
}
internal virtual Label Label5
{
[DebuggerNonUserCode] get => _Label5;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => _Label5 = value;
}
internal virtual ComboBox ComboBox亚音解码
{
[DebuggerNonUserCode] get => _ComboBox亚音解码;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
if (_ComboBox亚音解码 != null)
{
_ComboBox亚音解码.SelectedValueChanged -= ComboBox亚音解码_SelectedValueChanged;
_ComboBox亚音解码.Validating -= ComboBox亚音解码_Validating;
_ComboBox亚音解码.KeyPress -= ComboBox亚音解码_KeyPress;
}
_ComboBox亚音解码 = value;
if (_ComboBox亚音解码 == null)
return;
_ComboBox亚音解码.SelectedValueChanged += ComboBox亚音解码_SelectedValueChanged;
_ComboBox亚音解码.Validating += ComboBox亚音解码_Validating;
_ComboBox亚音解码.KeyPress += ComboBox亚音解码_KeyPress;
}
}
internal virtual Label Label6
{
[DebuggerNonUserCode] get => _Label6;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => _Label6 = value;
}
internal virtual CheckBox CheckBox耳语
{
[DebuggerNonUserCode] get => _CheckBox耳语;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
if (_CheckBox耳语 != null)
_CheckBox耳语.CheckedChanged -= CheckBox耳语_CheckedChanged;
_CheckBox耳语 = value;
if (_CheckBox耳语 == null)
return;
_CheckBox耳语.CheckedChanged += CheckBox耳语_CheckedChanged;
}
}
internal virtual CheckBox CheckBox尾音消除
{
[DebuggerNonUserCode] get => _CheckBox尾音消除;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
if (_CheckBox尾音消除 != null)
_CheckBox尾音消除.CheckedChanged -= CheckBox尾音消除_CheckedChanged;
_CheckBox尾音消除 = value;
if (_CheckBox尾音消除 == null)
return;
_CheckBox尾音消除.CheckedChanged += CheckBox尾音消除_CheckedChanged;
}
}
internal virtual ComboBox ComboBoxSP不静音
{
[DebuggerNonUserCode] get => _ComboBoxSP不静音;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
if (_ComboBoxSP不静音 != null)
_ComboBoxSP不静音.SelectionChangeCommitted -= ComboBoxSP不静音_SelectionChangeCommitted;
_ComboBoxSP不静音 = value;
if (_ComboBoxSP不静音 == null)
return;
_ComboBoxSP不静音.SelectionChangeCommitted += ComboBoxSP不静音_SelectionChangeCommitted;
}
}
internal virtual ComboBox ComboBox亚音编码
{
[DebuggerNonUserCode] get => _ComboBox亚音编码;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
if (_ComboBox亚音编码 != null)
{
_ComboBox亚音编码.SelectedValueChanged -= ComboBox亚音编码_SelectedValueChanged;
_ComboBox亚音编码.Validating -= ComboBox亚音编码_Validating;
_ComboBox亚音编码.KeyPress -= ComboBox亚音编码_KeyPress;
}
_ComboBox亚音编码 = value;
if (_ComboBox亚音编码 == null)
return;
_ComboBox亚音编码.SelectedValueChanged += ComboBox亚音编码_SelectedValueChanged;
_ComboBox亚音编码.Validating += ComboBox亚音编码_Validating;
_ComboBox亚音编码.KeyPress += ComboBox亚音编码_KeyPress;
}
}
internal virtual Label Label9
{
[DebuggerNonUserCode] get => _Label9;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => _Label9 = value;
}
internal virtual Label Label8
{
[DebuggerNonUserCode] get => _Label8;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => _Label8 = value;
}
internal virtual ComboBox ComboBox亚音编码类型
{
[DebuggerNonUserCode] get => _ComboBox亚音编码类型;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
if (_ComboBox亚音编码类型 != null)
_ComboBox亚音编码类型.SelectionChangeCommitted -= ComboBox亚音编码类型_SelectionChangeCommitted;
_ComboBox亚音编码类型 = value;
if (_ComboBox亚音编码类型 == null)
return;
_ComboBox亚音编码类型.SelectionChangeCommitted += ComboBox亚音编码类型_SelectionChangeCommitted;
}
}
internal virtual Label Label7
{
[DebuggerNonUserCode] get => _Label7;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => _Label7 = value;
}
internal virtual CheckBox CheckBoxPTTID静音
{
[DebuggerNonUserCode] get => _CheckBoxPTTID静音;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
if (_CheckBoxPTTID静音 != null)
_CheckBoxPTTID静音.CheckedChanged -= CheckBoxPTTID静音_CheckedChanged;
_CheckBoxPTTID静音 = value;
if (_CheckBoxPTTID静音 == null)
return;
_CheckBoxPTTID静音.CheckedChanged += CheckBoxPTTID静音_CheckedChanged;
}
}
internal virtual CheckBox CheckBox发射禁止
{
[DebuggerNonUserCode] get => _CheckBox发射禁止;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
if (_CheckBox发射禁止 != null)
_CheckBox发射禁止.CheckedChanged -= CheckBox发射禁止_CheckedChanged;
_CheckBox发射禁止 = value;
if (_CheckBox发射禁止 == null)
return;
_CheckBox发射禁止.CheckedChanged += CheckBox发射禁止_CheckedChanged;
}
}
internal virtual CheckBox CheckBoxPTTID暂停
{
[DebuggerNonUserCode] get => _CheckBoxPTTID暂停;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
if (_CheckBoxPTTID暂停 != null)
_CheckBoxPTTID暂停.CheckedChanged -= CheckBoxPTTID暂停_CheckedChanged;
_CheckBoxPTTID暂停 = value;
if (_CheckBoxPTTID暂停 == null)
return;
_CheckBoxPTTID暂停.CheckedChanged += CheckBoxPTTID暂停_CheckedChanged;
}
}
internal virtual ComboBox ComboBox可选信令
{
[DebuggerNonUserCode] get => _ComboBox可选信令;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
if (_ComboBox可选信令 != null)
_ComboBox可选信令.SelectionChangeCommitted -= ComboBox可选信令_SelectionChangeCommitted;
_ComboBox可选信令 = value;
if (_ComboBox可选信令 == null)
return;
_ComboBox可选信令.SelectionChangeCommitted += ComboBox可选信令_SelectionChangeCommitted;
}
}
internal virtual ComboBox ComboBox繁忙信道锁定
{
[DebuggerNonUserCode] get => _ComboBox繁忙信道锁定;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
if (_ComboBox繁忙信道锁定 != null)
_ComboBox繁忙信道锁定.SelectionChangeCommitted -= ComboBox繁忙信道锁定_SelectionChangeCommitted;
_ComboBox繁忙信道锁定 = value;
if (_ComboBox繁忙信道锁定 == null)
return;
_ComboBox繁忙信道锁定.SelectionChangeCommitted += ComboBox繁忙信道锁定_SelectionChangeCommitted;
}
}
internal virtual Label Label11
{
[DebuggerNonUserCode] get => _Label11;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
_Label11 = value;
}
}
internal virtual Label Label10
{
[DebuggerNonUserCode] get => _Label10;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
_Label10 = value;
}
}
internal virtual CheckBox CheckBox脱网
{
[DebuggerNonUserCode] get => _CheckBox脱网;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
if (_CheckBox脱网 != null)
_CheckBox脱网.CheckedChanged -= CheckBox脱网_CheckedChanged;
_CheckBox脱网 = value;
if (_CheckBox脱网 == null)
return;
_CheckBox脱网.CheckedChanged += CheckBox脱网_CheckedChanged;
}
}
internal virtual CheckBox CheckBox倒频
{
[DebuggerNonUserCode] get => _CheckBox倒频;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
if (_CheckBox倒频 != null)
_CheckBox倒频.CheckedChanged -= CheckBox倒频_CheckedChanged;
_CheckBox倒频 = value;
if (_CheckBox倒频 == null)
return;
_CheckBox倒频.CheckedChanged += CheckBox倒频_CheckedChanged;
}
}
internal virtual ComboBox ComboBox两音系统参数
{
[DebuggerNonUserCode] get => _ComboBox两音系统参数;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
if (_ComboBox两音系统参数 != null)
_ComboBox两音系统参数.SelectionChangeCommitted -= ComboBox两音系统参数_SelectionChangeCommitted;
_ComboBox两音系统参数 = value;
if (_ComboBox两音系统参数 == null)
return;
_ComboBox两音系统参数.SelectionChangeCommitted += ComboBox两音系统参数_SelectionChangeCommitted;
}
}
internal virtual ComboBox ComboBox带宽
{
[DebuggerNonUserCode] get => _ComboBox带宽;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
if (_ComboBox带宽 != null)
_ComboBox带宽.SelectionChangeCommitted -= ComboBox带宽_SelectionChangeCommitted;
_ComboBox带宽 = value;
if (_ComboBox带宽 == null)
return;
_ComboBox带宽.SelectionChangeCommitted += ComboBox带宽_SelectionChangeCommitted;
}
}
internal virtual ComboBox ComboBoxPTTID
{
[DebuggerNonUserCode] get => _ComboBoxPTTID;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
if (_ComboBoxPTTID != null)
_ComboBoxPTTID.SelectionChangeCommitted -= ComboBoxPTTID_SelectionChangeCommitted;
_ComboBoxPTTID = value;
if (_ComboBoxPTTID == null)
return;
_ComboBoxPTTID.SelectionChangeCommitted += ComboBoxPTTID_SelectionChangeCommitted;
}
}
internal virtual Label Label15
{
[DebuggerNonUserCode] get => _Label15;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
_Label15 = value;
}
}
internal virtual ComboBox ComboBox发射功率
{
[DebuggerNonUserCode] get => _ComboBox发射功率;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
if (_ComboBox发射功率 != null)
_ComboBox发射功率.SelectionChangeCommitted -= ComboBox发射功率_SelectionChangeCommitted;
_ComboBox发射功率 = value;
if (_ComboBox发射功率 == null)
return;
_ComboBox发射功率.SelectionChangeCommitted += ComboBox发射功率_SelectionChangeCommitted;
}
}
internal virtual Label Label14
{
[DebuggerNonUserCode] get => _Label14;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
_Label14 = value;
}
}
internal virtual Label Label13
{
[DebuggerNonUserCode] get => _Label13;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
_Label13 = value;
}
}
internal virtual Label Label12
{
[DebuggerNonUserCode] get => _Label12;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
_Label12 = value;
}
}
internal virtual ComboBox ComboBox呼叫
{
[DebuggerNonUserCode] get => _ComboBox呼叫;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
if (_ComboBox呼叫 != null)
_ComboBox呼叫.SelectionChangeCommitted -= ComboBox呼叫_SelectionChangeCommitted;
_ComboBox呼叫 = value;
if (_ComboBox呼叫 == null)
return;
_ComboBox呼叫.SelectionChangeCommitted += ComboBox呼叫_SelectionChangeCommitted;
}
}
internal virtual ComboBox ComboBox五音系统参数
{
[DebuggerNonUserCode] get => _ComboBox五音系统参数;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
if (_ComboBox五音系统参数 != null)
_ComboBox五音系统参数.SelectionChangeCommitted -= ComboBox五音系统参数_SelectionChangeCommitted;
_ComboBox五音系统参数 = value;
if (_ComboBox五音系统参数 == null)
return;
_ComboBox五音系统参数.SelectionChangeCommitted += ComboBox五音系统参数_SelectionChangeCommitted;
}
}
internal virtual Label Label17
{
[DebuggerNonUserCode] get => _Label17;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
_Label17 = value;
}
}
internal virtual Label Label16
{
[DebuggerNonUserCode] get => _Label16;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
_Label16 = value;
}
}
internal virtual TextBox TextBox信道名称
{
[DebuggerNonUserCode] get => _TextBox信道名称;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
if (_TextBox信道名称 != null)
_TextBox信道名称.LostFocus -= TextBox信道名称_LostFocus;
_TextBox信道名称 = value;
if (_TextBox信道名称 == null)
return;
_TextBox信道名称.LostFocus += TextBox信道名称_LostFocus;
}
}
internal virtual TextBox TextBoxID代码
{
[DebuggerNonUserCode] get => _TextBoxID代码;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
if (_TextBoxID代码 != null)
{
_TextBoxID代码.LostFocus -= TextBoxID代码_LostFocus;
_TextBoxID代码.KeyPress -= TextBoxID代码_KeyPress;
}
_TextBoxID代码 = value;
if (_TextBoxID代码 == null)
return;
_TextBoxID代码.LostFocus += TextBoxID代码_LostFocus;
_TextBoxID代码.KeyPress += TextBoxID代码_KeyPress;
}
}
internal virtual Label Label19
{
[DebuggerNonUserCode] get => _Label19;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
_Label19 = value;
}
}
internal virtual Label Label18
{
[DebuggerNonUserCode] get => _Label18;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
_Label18 = value;
}
}
internal virtual ComboBox ComboBoxSFT
{
[DebuggerNonUserCode] get => _ComboBoxSFT;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
if (_ComboBoxSFT != null)
_ComboBoxSFT.SelectionChangeCommitted -= ComboBoxSFT_SelectionChangeCommitted;
_ComboBoxSFT = value;
if (_ComboBoxSFT == null)
return;
_ComboBoxSFT.SelectionChangeCommitted += ComboBoxSFT_SelectionChangeCommitted;
}
}
internal virtual Label Label20
{
[DebuggerNonUserCode] get => _Label20;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
_Label20 = value;
}
}
internal virtual GroupBox GroupBox2
{
[DebuggerNonUserCode] get => _GroupBox2;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
_GroupBox2 = value;
}
}
internal virtual Button Button3
{
[DebuggerNonUserCode] get => _Button3;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
_Button3 = value;
}
}
internal virtual Button Button2
{
[DebuggerNonUserCode] get => _Button2;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
_Button2 = value;
}
}
internal virtual Button Button1
{
[DebuggerNonUserCode] get => _Button1;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
if (_Button1 != null)
_Button1.Click -= Button1_Click;
_Button1 = value;
if (_Button1 == null)
return;
_Button1.Click += Button1_Click;
}
}
internal virtual ComboBox ComboBox编辑信道号
{
[DebuggerNonUserCode] get => _ComboBox编辑信道号;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
if (_ComboBox编辑信道号 != null)
_ComboBox编辑信道号.SelectedIndexChanged -= ComboBox编辑信道号_SelectedIndexChanged;
_ComboBox编辑信道号 = value;
if (_ComboBox编辑信道号 == null)
return;
_ComboBox编辑信道号.SelectedIndexChanged += ComboBox编辑信道号_SelectedIndexChanged;
}
}
internal virtual CheckBox CheckBox扫描添加
{
[DebuggerNonUserCode] get => _CheckBox扫描添加;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
if (_CheckBox扫描添加 != null)
_CheckBox扫描添加.CheckedChanged -= CheckBox扫描添加_CheckedChanged;
_CheckBox扫描添加 = value;
if (_CheckBox扫描添加 == null)
return;
_CheckBox扫描添加.CheckedChanged += CheckBox扫描添加_CheckedChanged;
}
}
private void ChannelEditForm_FormClosing(object sender, FormClosingEventArgs e)
{
publicva.ChannelEditFormLoader = false;
}
public void ChannelEditForm_Load(object sender, EventArgs e)
{
ComboBox编辑信道号.SelectedIndex = MyProject.Forms.ChannelMsg.ChannelMsgDataGridView.CurrentCell.RowIndex;
GetStr_CHMsg(ComboBox编辑信道号.SelectedIndex);
publicva.ChannelEditFormLoader = true;
}
public void Get_ComboBoxCallList(string[] str)
{
int num1 = ComboBox呼叫.SelectedIndex;
if (num1 > Information.UBound((Array) str))
num1 = 0;
ComboBox呼叫.Items.Clear();
int num2 = Information.UBound((Array) str);
int index = 0;
while (index <= num2)
{
ComboBox呼叫.Items.Add((object) str[index].ToString());
checked { ++index; }
}
ComboBox呼叫.SelectedIndex = num1;
}
public void ChangeSignal(int i, bool InitDefault)
{
string[] str1 = new string[17]
{
"无",
Conversions.ToString(1),
Conversions.ToString(2),
Conversions.ToString(3),
Conversions.ToString(4),
Conversions.ToString(5),
Conversions.ToString(6),
Conversions.ToString(7),
Conversions.ToString(8),
Conversions.ToString(9),
Conversions.ToString(10),
Conversions.ToString(11),
Conversions.ToString(12),
Conversions.ToString(13),
Conversions.ToString(14),
Conversions.ToString(15),
Conversions.ToString(16)
};
string[] str2 = new string[17]
{
"OFF",
Conversions.ToString(1),
Conversions.ToString(2),
Conversions.ToString(3),
Conversions.ToString(4),
Conversions.ToString(5),
Conversions.ToString(6),
Conversions.ToString(7),
Conversions.ToString(8),
Conversions.ToString(9),
Conversions.ToString(10),
Conversions.ToString(11),
Conversions.ToString(12),
Conversions.ToString(13),
Conversions.ToString(14),
Conversions.ToString(15),
Conversions.ToString(16)
};
string[] str3 = new string[33]
{
"无",
Conversions.ToString(1),
Conversions.ToString(2),
Conversions.ToString(3),
Conversions.ToString(4),
Conversions.ToString(5),
Conversions.ToString(6),
Conversions.ToString(7),
Conversions.ToString(8),
Conversions.ToString(9),
Conversions.ToString(10),
Conversions.ToString(11),
Conversions.ToString(12),
Conversions.ToString(13),
Conversions.ToString(14),
Conversions.ToString(15),
Conversions.ToString(16),
Conversions.ToString(17),
Conversions.ToString(18),
Conversions.ToString(19),
Conversions.ToString(20),
Conversions.ToString(21),
Conversions.ToString(22),
Conversions.ToString(23),
Conversions.ToString(24),
Conversions.ToString(25),
Conversions.ToString(26),
Conversions.ToString(27),
Conversions.ToString(28),
Conversions.ToString(29),
Conversions.ToString(30),
Conversions.ToString(31),
Conversions.ToString(32)
};
string[] str4 = new string[33]
{
"OFF",
Conversions.ToString(1),
Conversions.ToString(2),
Conversions.ToString(3),
Conversions.ToString(4),
Conversions.ToString(5),
Conversions.ToString(6),
Conversions.ToString(7),
Conversions.ToString(8),
Conversions.ToString(9),
Conversions.ToString(10),
Conversions.ToString(11),
Conversions.ToString(12),
Conversions.ToString(13),
Conversions.ToString(14),
Conversions.ToString(15),
Conversions.ToString(16),
Conversions.ToString(17),
Conversions.ToString(18),
Conversions.ToString(19),
Conversions.ToString(20),
Conversions.ToString(21),
Conversions.ToString(22),
Conversions.ToString(23),
Conversions.ToString(24),
Conversions.ToString(25),
Conversions.ToString(26),
Conversions.ToString(27),
Conversions.ToString(28),
Conversions.ToString(29),
Conversions.ToString(30),
Conversions.ToString(31),
Conversions.ToString(32)
};
switch (i)
{
case 1:
Label15.Enabled = false;
Label16.Enabled = false;
Label17.Enabled = true;
Label18.Enabled = true;
ComboBox两音系统参数.Enabled = false;
ComboBox五音系统参数.Enabled = false;
ComboBox呼叫.Enabled = true;
TextBoxID代码.Enabled = true;
ComboBoxPTTID.Enabled = true;
if (Operators.CompareString(publicva.Language, "zh-CN", false) == 0)
{
Get_ComboBoxCallList(str1);
break;
}
Get_ComboBoxCallList(str2);
break;
case 2:
Label15.Enabled = true;
Label16.Enabled = false;
Label17.Enabled = true;
Label18.Enabled = false;
ComboBox两音系统参数.Enabled = true;
ComboBox五音系统参数.Enabled = false;
ComboBox呼叫.Enabled = true;
TextBoxID代码.Enabled = false;
ComboBoxPTTID.Enabled = false;
if (Operators.CompareString(publicva.Language, "zh-CN", false) == 0)
{
Get_ComboBoxCallList(str3);
break;
}
Get_ComboBoxCallList(str4);
break;
case 3:
Label15.Enabled = false;
Label16.Enabled = true;
Label17.Enabled = true;
Label18.Enabled = false;
ComboBox两音系统参数.Enabled = false;
ComboBox五音系统参数.Enabled = true;
ComboBox呼叫.Enabled = true;
TextBoxID代码.Enabled = false;
ComboBoxPTTID.Enabled = false;
if (Operators.CompareString(publicva.Language, "zh-CHS", false) == 0)
{
Get_ComboBoxCallList(str3);
break;
}
Get_ComboBoxCallList(str4);
break;
default:
Label15.Enabled = false;
Label16.Enabled = false;
Label17.Enabled = false;
Label18.Enabled = false;
ComboBox两音系统参数.Enabled = false;
ComboBox五音系统参数.Enabled = false;
ComboBox呼叫.Enabled = false;
TextBoxID代码.Enabled = false;
ComboBoxPTTID.Enabled = false;
break;
}
if (!InitDefault)
return;
if (i == 0 && ComboBox繁忙信道锁定.SelectedIndex == 3)
ComboBox繁忙信道锁定.SelectedIndex = 0;
ComboBox两音系统参数.SelectedIndex = 1;
ComboBox五音系统参数.SelectedIndex = 0;
ComboBox呼叫.SelectedIndex = 0;
TextBoxID代码.Text = "000";
ComboBoxPTTID.SelectedIndex = 0;
}
public object Get_CHEdit_CTC_DCS_Str(int Address)
{
int num = (int) (byte) (((uint) publicva.EEPROM_Byte[checked (Address + 0)] & ((uint) publicva.Bit4 | (uint) publicva.Bit5)) >> 4);
string chEditCtcDcsStr;
if (num == 0)
{
chEditCtcDcsStr = Conversions.ToString(ComboBox亚音解码.Items[0]);
}
else
{
double a = (double) checked (((int) publicva.EEPROM_Byte[Address + 0] & 15) * 256 + (int) publicva.EEPROM_Byte[Address + 1]);
if (num == 3)
{
int integer = Conversions.ToInteger(Conversion.Oct(checked ((long) Math.Round(a)) & 511L));
chEditCtcDcsStr = ((uint) publicva.EEPROM_Byte[checked (Address + 0)] & (uint) publicva.Bit7) <= 0U ? "D" + string.Format("{0:D3}", (object) integer) + "N" : "D" + string.Format("{0:D3}", (object) integer) + "I";
}
else
chEditCtcDcsStr = string.Format("{0:###.0}", (object) (a / 10.0));
}
if (!ComboBox亚音解码.Items.Contains((object) chEditCtcDcsStr))
{
ComboBox亚音解码.Items.Add((object) chEditCtcDcsStr);
if (!ComboBox亚音编码.Items.Contains((object) chEditCtcDcsStr))
ComboBox亚音编码.Items.Add((object) chEditCtcDcsStr);
}
return (object) chEditCtcDcsStr;
}
public void Set_CHEdit_CTC_DCS_Data(int Address, string ToneStr, int ToneMode)
{
if (!ComboBox亚音解码.Items.Contains((object) ToneStr))
{
ComboBox亚音解码.Items.Add((object) ToneStr);
if (!ComboBox亚音编码.Items.Contains((object) ToneStr))
ComboBox亚音编码.Items.Add((object) ToneStr);
}
publicva.EEPROM_Byte[checked (Address + 0)] = checked ((byte) ((int) publicva.EEPROM_Byte[Address + 0] & (int) unchecked ((byte) ~((int) publicva.Bit4 | (int) publicva.Bit5)) | ToneMode << 4));
switch (ToneMode)
{
case 0:
publicva.EEPROM_Byte[checked (Address + 0)] = checked ((byte) ((int) publicva.EEPROM_Byte[Address + 0] & 240));
publicva.EEPROM_Byte[checked (Address + 1)] = checked ((byte) ((int) publicva.EEPROM_Byte[Address + 1] & 0));
break;
case 3:
double a1 = Conversions.ToDouble("&H" + Conversion.Hex((object) ("&O" + Conversions.ToString(Conversions.ToDouble(ToneStr.Substring(1, 3))))));
publicva.EEPROM_Byte[checked (Address + 0)] = checked ((byte) ((long) ((int) publicva.EEPROM_Byte[Address + 0] & 240) | ((long) Math.Round(a1) & 3840L) >> 8));
publicva.EEPROM_Byte[checked (Address + 1)] = checked ((byte) ((long) Math.Round(a1) & (long) byte.MaxValue));
publicva.EEPROM_Byte[checked (Address + 0)] = Operators.CompareString("I", ToneStr.Substring(4, 1), false) != 0 ? (byte) ((int) publicva.EEPROM_Byte[checked (Address + 0)] & (int) ~publicva.Bit7) : (byte) ((int) publicva.EEPROM_Byte[checked (Address + 0)] | (int) publicva.Bit7);
break;
default:
double num;
try
{
num = Conversions.ToDouble(ToneStr);
}
catch (Exception ex)
{
ProjectData.SetProjectError(ex);
num = 67.0;
ProjectData.ClearProjectError();
}
double a2 = num * 10.0;
publicva.EEPROM_Byte[checked (Address + 0)] = checked ((byte) ((long) ((int) publicva.EEPROM_Byte[Address + 0] & 240) | ((long) Math.Round(a2) & 3840L) >> 8));
publicva.EEPROM_Byte[checked (Address + 1)] = checked ((byte) ((long) Math.Round(a2) & (long) byte.MaxValue));
break;
}
}
public object GetDTMFID_Text(int address, int Sum)
{
string str1 = "";
int num = 0;
do
{
string str2 = BitConverter.ToString(publicva.EEPROM_Byte, checked (num + address), 1).Replace("E", "*").Replace("F", "#");
str1 += str2;
checked { ++num; }
}
while (num <= 4);
return (object) Strings.RTrim(str1.Substring(0, Sum));
}
public void GetDTMFID_Code(int address, string text)
{
publicva.EEPROM_Byte[checked (address + 5)] = checked ((byte) text.Length);
text = text.PadRight(10, '0');
text = text.Replace("*", "E");
text = text.Replace("#", "F");
int num = 0;
do
{
string str = text.Substring(checked (num * 2), 2);
publicva.EEPROM_Byte[checked (address + num)] = Conversions.ToByte("&h" + str);
checked { ++num; }
}
while (num <= 4);
}
public void GetStr_CHMsg(int i)
{
bool flag = false;
int integer = Conversions.ToInteger(MyProject.Forms.ChannelMsg.Get_CHAddress(i));
if (i > 511)
{
if (Operators.ConditionalCompareObjectNotEqual((object) "", MyProject.Forms.ChannelMsg.Get_RxFreqStr(integer, (int) publicva.EEPROM_Byte[checked (integer + 15)] & 15, (int) publicva.EEPROM_Byte[checked (integer + 11)] & ((int) publicva.Bit0 | (int) publicva.Bit1)), false))
flag = true;
}
else if (MyProject.Forms.ChannelMsg.CHStatus_Read(i, 8064) && Operators.ConditionalCompareObjectNotEqual((object) "", MyProject.Forms.ChannelMsg.Get_RxFreqStr(integer, (int) publicva.EEPROM_Byte[checked (integer + 15)] & 15, (int) publicva.EEPROM_Byte[checked (integer + 11)] & ((int) publicva.Bit0 | (int) publicva.Bit1)), false))
flag = true;
if (flag)
{
TextBoxRxFreq.Text = Conversions.ToString(MyProject.Forms.ChannelMsg.Get_RxFreqStr(checked (integer + 0), (int) publicva.EEPROM_Byte[checked (integer + 15)] & 15, (int) publicva.EEPROM_Byte[checked (integer + 11)] & ((int) publicva.Bit0 | (int) publicva.Bit1)));
TextBoxTxFreq.Text = Conversions.ToString(MyProject.Forms.ChannelMsg.Get_TxFreqStr(checked (integer + 3), (int) publicva.EEPROM_Byte[checked (integer + 15)] & 15, (int) publicva.EEPROM_Byte[checked (integer + 12)] & ((int) publicva.Bit0 | (int) publicva.Bit1)));
MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBoxStep, checked (integer + 6), publicva.AllBit, 0);
MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox亚音解码类型, checked (integer + 7), (byte) ((int) publicva.Bit4 | (int) publicva.Bit5), 4);
ComboBox亚音解码.Text = Conversions.ToString(Get_CHEdit_CTC_DCS_Str(checked (integer + 7)));
MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox亚音编码类型, checked (integer + 9), (byte) ((int) publicva.Bit4 | (int) publicva.Bit5), 4);
ComboBox亚音编码.Text = Conversions.ToString(Get_CHEdit_CTC_DCS_Str(checked (integer + 9)));
MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) CheckBox尾音消除, checked (integer + 9), publicva.Bit6, 0);
MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) CheckBox耳语, checked (integer + 11), publicva.Bit7, 0);
MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBoxSP不静音, checked (integer + 11), (byte) ((int) publicva.Bit4 | (int) publicva.Bit5), 4);
MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox繁忙信道锁定, checked (integer + 11), (byte) ((int) publicva.Bit2 | (int) publicva.Bit3), 2);
MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) CheckBoxPTTID暂停, checked (integer + 12), publicva.Bit7, 0);
MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox可选信令, checked (integer + 12), (byte) ((int) publicva.Bit4 | (int) publicva.Bit5 | (int) publicva.Bit6), 4);
SetControl_Enable(true);
ChangeSignal(ComboBox可选信令.SelectedIndex, false);
MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) CheckBox发射禁止, checked (integer + 12), publicva.Bit2, 0);
MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) CheckBoxPTTID静音, checked (integer + 13), publicva.Bit6, 0);
MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox发射功率, checked (integer + 13), (byte) ((int) publicva.Bit4 | (int) publicva.Bit5), 4);
MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBoxPTTID, checked (integer + 13), (byte) ((int) publicva.Bit2 | (int) publicva.Bit3), 2);
MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) CheckBox倒频, checked (integer + 14), publicva.Bit7, 0);
MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) CheckBox脱网, checked (integer + 14), publicva.Bit6, 0);
MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox带宽, checked (integer + 14), (byte) ((int) publicva.Bit4 | (int) publicva.Bit5), 4);
MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBoxSFT, checked (integer + 14), (byte) ((int) publicva.Bit2 | (int) publicva.Bit3), 2);
MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox两音系统参数, checked (integer + 16), publicva.AllBit, 0);
MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox五音系统参数, checked (integer + 17), publicva.AllBit, 0);
MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox呼叫, checked (integer + 18), publicva.AllBit, 0);
SetControl_DTMF_ID_Sum();
TextBoxID代码.Text = Conversions.ToString(GetDTMFID_Text(checked (integer + 20), (int) publicva.EEPROM_Byte[checked (integer + 25)]));
if (i > 511)
{
CheckBox扫描添加.Checked = false;
TextBox信道名称.Text = "";
TextBox信道名称.Enabled = false;
}
else
{
TextBox信道名称.Enabled = true;
TextBox信道名称.Text = Strings.RTrim(Encoding.ASCII.GetString(publicva.EEPROM_Byte, checked (integer + 26), 6));
CheckBox扫描添加.Checked = MyProject.Forms.ChannelMsg.CHStatus_Read(i, 8128);
}
}
else
{
TextBoxRxFreq.Text = "";
CHEditMsg_Init(TextBoxRxFreq.Text);
SetControl_Enable(false);
}
}
public void SetControl_DTMF_ID_Sum()
{
if (((uint) publicva.EEPROM_Byte[3895] & (uint) publicva.Bit6) > 0U)
TextBoxID代码.MaxLength = 3;
else
TextBoxID代码.MaxLength = 10;
}
public void SetData_EditCHMsg(int i)
{
bool flag = false;
int integer = Conversions.ToInteger(MyProject.Forms.ChannelMsg.Get_CHAddress(i));
if (Operators.CompareString(TextBoxRxFreq.Text, "", false) != 0 && Operators.CompareString("", TextBoxTxFreq.Text, false) != 0)
flag = true;
if (flag)
{
publicva.EEPROM_Byte[checked (integer + 15)] = Conversions.ToByte(MyProject.Forms.ChannelMsg.Get_FreqRangID(Conversions.ToDouble(TextBoxRxFreq.Text)));
publicva.EEPROM_Byte[checked (integer + 11)] = Conversions.ToByte(Operators.OrObject((object) (byte) ((int) publicva.EEPROM_Byte[checked (integer + 11)] & (int) (byte) ~((int) publicva.Bit0 | (int) publicva.Bit1)), MyProject.Forms.ChannelMsg.Get_FreqStepFlag(Conversions.ToDouble(TextBoxRxFreq.Text))));
MyProject.Forms.ChannelMsg.Set_FreqData(checked (integer + 0), TextBoxRxFreq.Text);
publicva.EEPROM_Byte[checked (integer + 12)] = Conversions.ToByte(Operators.OrObject((object) (byte) ((int) publicva.EEPROM_Byte[checked (integer + 12)] & (int) (byte) ~((int) publicva.Bit0 | (int) publicva.Bit1)), MyProject.Forms.ChannelMsg.Get_FreqStepFlag(Conversions.ToDouble(TextBoxTxFreq.Text))));
MyProject.Forms.ChannelMsg.Set_FreqData(checked (integer + 3), TextBoxTxFreq.Text);
MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBoxStep, checked (integer + 6), publicva.AllBit, 0);
MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox亚音解码类型, checked (integer + 7), (byte) ((int) publicva.Bit4 | (int) publicva.Bit5), 4);
Set_CHEdit_CTC_DCS_Data(checked (integer + 7), ComboBox亚音解码.Text, ComboBox亚音解码类型.SelectedIndex);
MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox亚音编码类型, checked (integer + 9), (byte) ((int) publicva.Bit4 | (int) publicva.Bit5), 4);
Set_CHEdit_CTC_DCS_Data(checked (integer + 9), ComboBox亚音编码.Text, ComboBox亚音编码类型.SelectedIndex);
MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) CheckBox尾音消除, checked (integer + 9), publicva.Bit6, 0);
MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) CheckBox耳语, checked (integer + 11), publicva.Bit7, 0);
MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBoxSP不静音, checked (integer + 11), (byte) ((int) publicva.Bit4 | (int) publicva.Bit5), 4);
MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox繁忙信道锁定, checked (integer + 11), (byte) ((int) publicva.Bit2 | (int) publicva.Bit3), 2);
MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) CheckBoxPTTID暂停, checked (integer + 12), publicva.Bit7, 0);
MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox可选信令, checked (integer + 12), (byte) ((int) publicva.Bit4 | (int) publicva.Bit5 | (int) publicva.Bit6), 4);
MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) CheckBox发射禁止, checked (integer + 12), publicva.Bit2, 0);
MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) CheckBoxPTTID静音, checked (integer + 13), publicva.Bit6, 0);
MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox发射功率, checked (integer + 13), (byte) ((int) publicva.Bit4 | (int) publicva.Bit5), 4);
MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBoxPTTID, checked (integer + 13), (byte) ((int) publicva.Bit2 | (int) publicva.Bit3), 2);
MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) CheckBox倒频, checked (integer + 14), publicva.Bit7, 0);
MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) CheckBox脱网, checked (integer + 14), publicva.Bit6, 0);
MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox带宽, checked (integer + 14), (byte) ((int) publicva.Bit4 | (int) publicva.Bit5), 4);
MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBoxSFT, checked (integer + 14), (byte) ((int) publicva.Bit2 | (int) publicva.Bit3), 2);
MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox两音系统参数, checked (integer + 16), publicva.AllBit, 0);
MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox五音系统参数, checked (integer + 17), publicva.AllBit, 0);
MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox呼叫, checked (integer + 18), publicva.AllBit, 0);
GetDTMFID_Code(checked (integer + 20), TextBoxID代码.Text);
Encoding.ASCII.GetBytes(TextBox信道名称.Text.PadRight(6), 0, 6, publicva.EEPROM_Byte, checked (integer + 26));
if (CheckBox扫描添加.Checked)
{
if (i <= 511)
MyProject.Forms.ChannelMsg.CHStatusList_Write(i, "添加", 8128);
}
else if (i <= 511)
MyProject.Forms.ChannelMsg.CHStatusList_Write(i, "删除", 8128);
if (i > 511)
return;
MyProject.Forms.ChannelMsg.CHStatusList_Write(i, "添加", 8064);
}
else
{
int num = 0;
do
{
publicva.EEPROM_Byte[checked (integer + num)] = (byte) 0;
checked { ++num; }
}
while (num <= 31);
if (i <= 511)
{
MyProject.Forms.ChannelMsg.CHStatusList_Write(i, "删除", 8064);
MyProject.Forms.ChannelMsg.CHStatusList_Write(i, "删除", 8128);
}
}
}
public void CHEditMsg_Init(string str)
{
TextBoxTxFreq.Text = str;
ComboBoxSFT.SelectedIndex = 0;
ComboBoxStep.SelectedIndex = 1;
ComboBox带宽.SelectedIndex = 2;
ComboBox亚音解码类型.SelectedIndex = 0;
ComboBox亚音解码.SelectedIndex = 0;
ComboBox亚音编码类型.SelectedIndex = 0;
ComboBox亚音编码.SelectedIndex = 0;
ComboBox可选信令.SelectedIndex = 0;
ComboBoxSP不静音.SelectedIndex = 0;
ComboBox繁忙信道锁定.SelectedIndex = 0;
ComboBox发射功率.SelectedIndex = 0;
ComboBoxPTTID.SelectedIndex = 0;
TextBox信道名称.Text = "------";
CheckBox尾音消除.Checked = true;
CheckBox耳语.Checked = false;
CheckBoxPTTID暂停.Checked = false;
CheckBox发射禁止.Checked = false;
CheckBoxPTTID静音.Checked = false;
CheckBox倒频.Checked = false;
CheckBox脱网.Checked = false;
CheckBox扫描添加.Checked = true;
ComboBox两音系统参数.SelectedIndex = 1;
ComboBox五音系统参数.SelectedIndex = 0;
ComboBox呼叫.SelectedIndex = 0;
TextBoxID代码.Text = "000";
}
public void SetControl_Enable(bool i)
{
ComboBoxSFT.Enabled = i;
TextBoxTxFreq.Enabled = i;
ComboBoxStep.Enabled = i;
ComboBox带宽.Enabled = i;
ComboBox亚音解码类型.Enabled = i;
ComboBox亚音解码.Enabled = i;
ComboBox亚音编码类型.Enabled = i;
ComboBox亚音编码.Enabled = i;
ComboBox可选信令.Enabled = i;
ComboBoxSP不静音.Enabled = i;
ComboBox繁忙信道锁定.Enabled = i;
ComboBox发射功率.Enabled = i;
ComboBoxPTTID.Enabled = i;
TextBox信道名称.Enabled = i;
CheckBox尾音消除.Enabled = i;
CheckBox耳语.Enabled = i;
CheckBoxPTTID暂停.Enabled = i;
CheckBox发射禁止.Enabled = i;
CheckBoxPTTID静音.Enabled = i;
CheckBox倒频.Enabled = i;
CheckBox脱网.Enabled = i;
CheckBox扫描添加.Enabled = i;
ComboBox两音系统参数.Enabled = i;
ComboBox五音系统参数.Enabled = i;
ComboBox呼叫.Enabled = i;
TextBoxID代码.Enabled = i;
}
private void ComboBox编辑信道号_SelectedIndexChanged(object sender, EventArgs e)
{
GetStr_CHMsg(ComboBox编辑信道号.SelectedIndex);
}
private void TextBoxRxFreq_KeyPress(object sender, KeyPressEventArgs e)
{
if (char.IsDigit(e.KeyChar) | e.KeyChar == '\b' | Operators.CompareString(Conversions.ToString(e.KeyChar), ".", false) == 0)
{
if (Operators.CompareString(Conversions.ToString(e.KeyChar), ".", false) == 0)
{
if (TextBoxRxFreq.Text.Contains("."))
e.Handled = true;
else
e.Handled = false;
}
else
e.Handled = false;
}
else if (e.KeyChar == '\r')
{
TextBoxRxFreq_LostFocus(RuntimeHelpers.GetObjectValue(sender), (EventArgs) e);
e.Handled = true;
}
else
e.Handled = true;
}
private void TextBoxtxFreq_KeyPress(object sender, KeyPressEventArgs e)
{
if (char.IsDigit(e.KeyChar) | e.KeyChar == '\b' | Operators.CompareString(Conversions.ToString(e.KeyChar), ".", false) == 0)
{
if (Operators.CompareString(Conversions.ToString(e.KeyChar), ".", false) == 0)
{
if (TextBoxTxFreq.Text.Contains("."))
e.Handled = true;
else
e.Handled = false;
}
else
e.Handled = false;
}
else if (e.KeyChar == '\r')
{
TextBoxTxFreq_LostFocus(RuntimeHelpers.GetObjectValue(sender), (EventArgs) e);
e.Handled = true;
}
else
e.Handled = true;
}
private void TextBoxRxFreq_LostFocus(object sender, EventArgs e)
{
if (Operators.CompareString(TextBoxRxFreq.Text, "", false) != 0)
{
string Left = Conversions.ToString(MyProject.Forms.ChannelMsg.JudgeInputRxFreq(TextBoxRxFreq.Text, false));
TextBoxRxFreq.Text = Left;
if (Operators.CompareString(TextBoxTxFreq.Text, "", false) == 0)
{
if (Operators.CompareString(Left, "", false) == 0)
{
TextBoxRxFreq.Text = "";
CHEditMsg_Init(TextBoxRxFreq.Text);
SetControl_Enable(false);
}
else
{
if (Conversions.ToDouble(Left) > 300.0)
CHEditMsg_Init("5.00000");
else
CHEditMsg_Init("0.60000");
SetControl_Enable(true);
ChangeSignal(ComboBox可选信令.SelectedIndex, false);
}
}
else if (Operators.CompareString(Left, "", false) == 0)
{
TextBoxRxFreq.Text = "";
CHEditMsg_Init(TextBoxRxFreq.Text);
SetControl_Enable(false);
}
}
else
{
TextBoxRxFreq.Text = "";
CHEditMsg_Init(TextBoxRxFreq.Text);
SetControl_Enable(false);
}
SetData_EditCHMsg(ComboBox编辑信道号.SelectedIndex);
MyProject.Forms.ChannelMsg.GetStr_CHMsg(ComboBox编辑信道号.SelectedIndex);
if (MyProject.Forms.MDIParent1.JudgeIsFormLoaded((Form) MyProject.Forms.ScanFuncMsgForm))
MyProject.Forms.ScanFuncMsgForm.SetControl_PRICHList();
MyProject.Forms.TypeFuncMsgForm.TypeFuncMsgForm_Load(RuntimeHelpers.GetObjectValue(sender), e);
MyProject.Forms.SOSMsgForm.SOSMsgForm_Load(RuntimeHelpers.GetObjectValue(sender), e);
}
private void TextBoxTxFreq_LostFocus(object sender, EventArgs e)
{
TextBoxTxFreq.Text = Conversions.ToString(MyProject.Forms.ChannelMsg.JudgeInputTxFreq(TextBoxRxFreq.Text, TextBoxTxFreq.Text, false));
SetData_EditCHMsg(ComboBox编辑信道号.SelectedIndex);
MyProject.Forms.ChannelMsg.GetStr_CHMsg(ComboBox编辑信道号.SelectedIndex);
}
private void ComboBoxSFT_SelectionChangeCommitted(object sender, EventArgs e)
{
SetData_EditCHMsg(ComboBox编辑信道号.SelectedIndex);
MyProject.Forms.ChannelMsg.GetStr_CHMsg(ComboBox编辑信道号.SelectedIndex);
}
private void ComboBoxStep_SelectionChangeCommitted(object sender, EventArgs e)
{
SetData_EditCHMsg(ComboBox编辑信道号.SelectedIndex);
}
private void ComboBox带宽_SelectionChangeCommitted(object sender, EventArgs e)
{
SetData_EditCHMsg(ComboBox编辑信道号.SelectedIndex);
MyProject.Forms.ChannelMsg.GetStr_CHMsg(ComboBox编辑信道号.SelectedIndex);
}
private void ComboBox亚音编码_KeyPress(object sender, KeyPressEventArgs e)
{
if (Operators.CompareString(Conversions.ToString(e.KeyChar), "D", false) == 0 | char.IsDigit(e.KeyChar) | e.KeyChar == '\b' | Operators.CompareString(Conversions.ToString(e.KeyChar), "N", false) == 0 | Operators.CompareString(Conversions.ToString(e.KeyChar), "I", false) == 0 | e.KeyChar == '.' | Operators.CompareString(Conversions.ToString(e.KeyChar), "d", false) == 0 | Operators.CompareString(Conversions.ToString(e.KeyChar), "n", false) == 0 | Operators.CompareString(Conversions.ToString(e.KeyChar), "i", false) == 0)
{
if (Operators.CompareString(Conversions.ToString(e.KeyChar), "d", false) == 0 | Operators.CompareString(Conversions.ToString(e.KeyChar), "n", false) == 0 | Operators.CompareString(Conversions.ToString(e.KeyChar), "i", false) == 0)
e.KeyChar = char.ToUpper(e.KeyChar);
if (Operators.CompareString(Conversions.ToString(e.KeyChar), ".", false) == 0)
{
if (ComboBox亚音编码.Text.Contains("."))
e.Handled = true;
else
e.Handled = false;
}
else
e.Handled = false;
}
else if (e.KeyChar == '\r')
{
ComboBox亚音编码类型.Focus();
e.Handled = true;
}
else
e.Handled = true;
}
private void ComboBox亚音编码_Validating(object sender, CancelEventArgs e)
{
string text = ComboBox亚音编码.Text;
if (Operators.CompareString(text.ToString().Substring(0, 1), "D", false) == 0)
{
if (text.ToString().Length != 5)
ComboBox亚音编码.Text = Conversions.ToString(Get_CHEdit_CTC_DCS_Str(Conversions.ToInteger(Operators.AddObject(MyProject.Forms.ChannelMsg.Get_CHAddress(ComboBox编辑信道号.SelectedIndex), (object) 9))));
else if (!(Operators.CompareString(text.ToString().Substring(4, 1), "N", false) == 0 | Operators.CompareString(text.ToString().Substring(4, 1), "I", false) == 0))
{
ComboBox亚音编码.Text = Conversions.ToString(Get_CHEdit_CTC_DCS_Str(Conversions.ToInteger(Operators.AddObject(MyProject.Forms.ChannelMsg.Get_CHAddress(ComboBox编辑信道号.SelectedIndex), (object) 9))));
}
else
{
ComboBox亚音编码.Text = text;
ComboBox亚音编码_SelectedValueChanged(RuntimeHelpers.GetObjectValue(sender), (EventArgs) e);
}
}
else
{
double num;
try
{
num = Conversions.ToDouble(text);
}
catch (Exception ex)
{
ProjectData.SetProjectError(ex);
ComboBox亚音编码.Text = Conversions.ToString(Get_CHEdit_CTC_DCS_Str(Conversions.ToInteger(Operators.AddObject(MyProject.Forms.ChannelMsg.Get_CHAddress(ComboBox编辑信道号.SelectedIndex), (object) 9))));
ProjectData.ClearProjectError();
return;
}
if (num > 254.1 | num < 63.0)
{
ComboBox亚音编码.Text = Conversions.ToString(Get_CHEdit_CTC_DCS_Str(Conversions.ToInteger(Operators.AddObject(MyProject.Forms.ChannelMsg.Get_CHAddress(ComboBox编辑信道号.SelectedIndex), (object) 9))));
}
else
{
ComboBox亚音编码.Text = string.Format("{0:###.0}", (object) num);
ComboBox亚音编码_SelectedValueChanged(RuntimeHelpers.GetObjectValue(sender), (EventArgs) e);
}
}
}
private void ComboBox亚音编码_SelectedValueChanged(object sender, EventArgs e)
{
if (!publicva.ChannelEditFormLoader)
return;
switch (ComboBox亚音编码类型.SelectedIndex)
{
case 0:
ComboBox亚音编码.SelectedIndex = 0;
break;
case 1:
if (!Versioned.IsNumeric((object) ComboBox亚音编码.Text))
{
ComboBox亚音编码.Text = Conversions.ToString(Get_CHEdit_CTC_DCS_Str(Conversions.ToInteger(Operators.AddObject(MyProject.Forms.ChannelMsg.Get_CHAddress(ComboBox编辑信道号.SelectedIndex), (object) 9))));
break;
}
break;
case 2:
if (!Versioned.IsNumeric((object) ComboBox亚音编码.Text))
{
ComboBox亚音编码.Text = Conversions.ToString(Get_CHEdit_CTC_DCS_Str(Conversions.ToInteger(Operators.AddObject(MyProject.Forms.ChannelMsg.Get_CHAddress(ComboBox编辑信道号.SelectedIndex), (object) 9))));
break;
}
break;
case 3:
if (Operators.CompareString("D", ComboBox亚音编码.Text.ToString().Substring(0, 1), false) != 0)
ComboBox亚音编码.Text = Conversions.ToString(Get_CHEdit_CTC_DCS_Str(Conversions.ToInteger(Operators.AddObject(MyProject.Forms.ChannelMsg.Get_CHAddress(ComboBox编辑信道号.SelectedIndex), (object) 9))));
break;
}
SetData_EditCHMsg(ComboBox编辑信道号.SelectedIndex);
MyProject.Forms.ChannelMsg.GetStr_CHMsg(ComboBox编辑信道号.SelectedIndex);
}
private void ComboBox亚音编码类型_SelectionChangeCommitted(object sender, EventArgs e)
{
if (ComboBox亚音编码类型.SelectedIndex < 2 && CheckBox倒频.Checked && ComboBox繁忙信道锁定.SelectedIndex == 2)
ComboBox繁忙信道锁定.SelectedIndex = 0;
switch (ComboBox亚音编码类型.SelectedIndex)
{
case 0:
ComboBox亚音编码.SelectedIndex = 0;
break;
case 1:
ComboBox亚音编码.SelectedIndex = 9;
break;
case 2:
ComboBox亚音编码.SelectedIndex = 9;
break;
case 3:
ComboBox亚音编码.SelectedIndex = 52;
break;
}
SetData_EditCHMsg(ComboBox编辑信道号.SelectedIndex);
MyProject.Forms.ChannelMsg.GetStr_CHMsg(ComboBox编辑信道号.SelectedIndex);
}
private void ComboBox亚音解码_KeyPress(object sender, KeyPressEventArgs e)
{
if (Operators.CompareString(Conversions.ToString(e.KeyChar), "D", false) == 0 | char.IsDigit(e.KeyChar) | e.KeyChar == '\b' | Operators.CompareString(Conversions.ToString(e.KeyChar), "N", false) == 0 | Operators.CompareString(Conversions.ToString(e.KeyChar), "I", false) == 0 | e.KeyChar == '.' | Operators.CompareString(Conversions.ToString(e.KeyChar), "d", false) == 0 | Operators.CompareString(Conversions.ToString(e.KeyChar), "n", false) == 0 | Operators.CompareString(Conversions.ToString(e.KeyChar), "i", false) == 0)
{
if (Operators.CompareString(Conversions.ToString(e.KeyChar), "d", false) == 0 | Operators.CompareString(Conversions.ToString(e.KeyChar), "n", false) == 0 | Operators.CompareString(Conversions.ToString(e.KeyChar), "i", false) == 0)
e.KeyChar = char.ToUpper(e.KeyChar);
if (Operators.CompareString(Conversions.ToString(e.KeyChar), ".", false) == 0)
{
if (ComboBox亚音解码.Text.Contains("."))
e.Handled = true;
else
e.Handled = false;
}
else
e.Handled = false;
}
else if (e.KeyChar == '\r')
{
ComboBox亚音解码类型.Focus();
e.Handled = true;
}
else
e.Handled = true;
}
private void ComboBox亚音解码_Validating(object sender, CancelEventArgs e)
{
string text = ComboBox亚音解码.Text;
if (Operators.CompareString(text.ToString().Substring(0, 1), "D", false) == 0)
{
if (text.ToString().Length != 5)
ComboBox亚音解码.Text = Conversions.ToString(Get_CHEdit_CTC_DCS_Str(Conversions.ToInteger(Operators.AddObject(MyProject.Forms.ChannelMsg.Get_CHAddress(ComboBox编辑信道号.SelectedIndex), (object) 7))));
else if (!(Operators.CompareString(text.ToString().Substring(4, 1), "N", false) == 0 | Operators.CompareString(text.ToString().Substring(4, 1), "I", false) == 0))
{
ComboBox亚音解码.Text = Conversions.ToString(Get_CHEdit_CTC_DCS_Str(Conversions.ToInteger(Operators.AddObject(MyProject.Forms.ChannelMsg.Get_CHAddress(ComboBox编辑信道号.SelectedIndex), (object) 7))));
}
else
{
ComboBox亚音解码.Text = text;
ComboBox亚音解码_SelectedValueChanged(RuntimeHelpers.GetObjectValue(sender), (EventArgs) e);
}
}
else
{
double num;
try
{
num = Conversions.ToDouble(text);
}
catch (Exception ex)
{
ProjectData.SetProjectError(ex);
ComboBox亚音解码.Text = Conversions.ToString(Get_CHEdit_CTC_DCS_Str(Conversions.ToInteger(Operators.AddObject(MyProject.Forms.ChannelMsg.Get_CHAddress(ComboBox编辑信道号.SelectedIndex), (object) 7))));
ProjectData.ClearProjectError();
return;
}
if (num > 254.1 | num < 63.0)
{
ComboBox亚音解码.Text = Conversions.ToString(Get_CHEdit_CTC_DCS_Str(Conversions.ToInteger(Operators.AddObject(MyProject.Forms.ChannelMsg.Get_CHAddress(ComboBox编辑信道号.SelectedIndex), (object) 7))));
}
else
{
ComboBox亚音解码.Text = string.Format("{0:###.0}", (object) num);
ComboBox亚音解码_SelectedValueChanged(RuntimeHelpers.GetObjectValue(sender), (EventArgs) e);
}
}
}
private void ComboBox亚音解码_SelectedValueChanged(object sender, EventArgs e)
{
if (!publicva.ChannelEditFormLoader)
return;
switch (ComboBox亚音解码类型.SelectedIndex)
{
case 0:
ComboBox亚音解码.SelectedIndex = 0;
break;
case 1:
if (!Versioned.IsNumeric((object) ComboBox亚音解码.Text))
{
ComboBox亚音解码.Text = Conversions.ToString(Get_CHEdit_CTC_DCS_Str(Conversions.ToInteger(Operators.AddObject(MyProject.Forms.ChannelMsg.Get_CHAddress(ComboBox编辑信道号.SelectedIndex), (object) 7))));
break;
}
break;
case 2:
if (!Versioned.IsNumeric((object) ComboBox亚音解码.Text))
{
ComboBox亚音解码.Text = Conversions.ToString(Get_CHEdit_CTC_DCS_Str(Conversions.ToInteger(Operators.AddObject(MyProject.Forms.ChannelMsg.Get_CHAddress(ComboBox编辑信道号.SelectedIndex), (object) 7))));
break;
}
break;
case 3:
if (Operators.CompareString("D", ComboBox亚音解码.Text.ToString().Substring(0, 1), false) != 0)
ComboBox亚音解码.Text = Conversions.ToString(Get_CHEdit_CTC_DCS_Str(Conversions.ToInteger(Operators.AddObject(MyProject.Forms.ChannelMsg.Get_CHAddress(ComboBox编辑信道号.SelectedIndex), (object) 7))));
break;
}
SetData_EditCHMsg(ComboBox编辑信道号.SelectedIndex);
MyProject.Forms.ChannelMsg.GetStr_CHMsg(ComboBox编辑信道号.SelectedIndex);
}
private void ComboBox亚音解码类型_SelectionChangeCommitted(object sender, EventArgs e)
{
if (ComboBox亚音解码类型.SelectedIndex < 2 && !CheckBox倒频.Checked && ComboBox繁忙信道锁定.SelectedIndex == 2)
ComboBox繁忙信道锁定.SelectedIndex = 0;
switch (ComboBox亚音解码类型.SelectedIndex)
{
case 0:
ComboBox亚音解码.SelectedIndex = 0;
break;
case 1:
ComboBox亚音解码.SelectedIndex = 9;
break;
case 2:
ComboBox亚音解码.SelectedIndex = 9;
break;
case 3:
ComboBox亚音解码.SelectedIndex = 52;
break;
}
SetData_EditCHMsg(ComboBox编辑信道号.SelectedIndex);
MyProject.Forms.ChannelMsg.GetStr_CHMsg(ComboBox编辑信道号.SelectedIndex);
}
private void ComboBox可选信令_SelectionChangeCommitted(object sender, EventArgs e)
{
ChangeSignal(ComboBox可选信令.SelectedIndex, true);
SetData_EditCHMsg(ComboBox编辑信道号.SelectedIndex);
MyProject.Forms.ChannelMsg.GetStr_CHMsg(ComboBox编辑信道号.SelectedIndex);
}
private void ComboBoxSP不静音_SelectionChangeCommitted(object sender, EventArgs e)
{
SetData_EditCHMsg(ComboBox编辑信道号.SelectedIndex);
}
private void ComboBox繁忙信道锁定_SelectionChangeCommitted(object sender, EventArgs e)
{
if (ComboBox繁忙信道锁定.SelectedIndex == 2)
{
if (CheckBox倒频.Checked)
{
if (ComboBox亚音编码类型.SelectedIndex < 2)
MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox繁忙信道锁定, Conversions.ToInteger(Operators.AddObject(MyProject.Forms.ChannelMsg.Get_CHAddress(ComboBox编辑信道号.SelectedIndex), (object) 11)), (byte) ((int) publicva.Bit2 | (int) publicva.Bit3), 2);
}
else if (ComboBox亚音解码类型.SelectedIndex < 2)
MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox繁忙信道锁定, Conversions.ToInteger(Operators.AddObject(MyProject.Forms.ChannelMsg.Get_CHAddress(ComboBox编辑信道号.SelectedIndex), (object) 11)), (byte) ((int) publicva.Bit2 | (int) publicva.Bit3), 2);
}
else if (ComboBox繁忙信道锁定.SelectedIndex == 3 && ComboBox可选信令.SelectedIndex == 0)
MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox繁忙信道锁定, Conversions.ToInteger(Operators.AddObject(MyProject.Forms.ChannelMsg.Get_CHAddress(ComboBox编辑信道号.SelectedIndex), (object) 11)), (byte) ((int) publicva.Bit2 | (int) publicva.Bit3), 2);
SetData_EditCHMsg(ComboBox编辑信道号.SelectedIndex);
}
private void ComboBox发射功率_SelectionChangeCommitted(object sender, EventArgs e)
{
SetData_EditCHMsg(ComboBox编辑信道号.SelectedIndex);
MyProject.Forms.ChannelMsg.GetStr_CHMsg(ComboBox编辑信道号.SelectedIndex);
}
private void ComboBoxPTTID_SelectionChangeCommitted(object sender, EventArgs e)
{
SetData_EditCHMsg(ComboBox编辑信道号.SelectedIndex);
}
private void TextBox信道名称_LostFocus(object sender, EventArgs e)
{
SetData_EditCHMsg(ComboBox编辑信道号.SelectedIndex);
}
private void CheckBox尾音消除_CheckedChanged(object sender, EventArgs e)
{
if (!publicva.ChannelEditFormLoader)
return;
SetData_EditCHMsg(ComboBox编辑信道号.SelectedIndex);
}
private void CheckBox耳语_CheckedChanged(object sender, EventArgs e)
{
if (!publicva.ChannelEditFormLoader)
return;
SetData_EditCHMsg(ComboBox编辑信道号.SelectedIndex);
}
private void CheckBoxPTTID暂停_CheckedChanged(object sender, EventArgs e)
{
if (!publicva.ChannelEditFormLoader)
return;
SetData_EditCHMsg(ComboBox编辑信道号.SelectedIndex);
}
private void CheckBox发射禁止_CheckedChanged(object sender, EventArgs e)
{
if (!publicva.ChannelEditFormLoader)
return;
SetData_EditCHMsg(ComboBox编辑信道号.SelectedIndex);
}
private void CheckBoxPTTID静音_CheckedChanged(object sender, EventArgs e)
{
if (!publicva.ChannelEditFormLoader)
return;
SetData_EditCHMsg(ComboBox编辑信道号.SelectedIndex);
}
private void CheckBox倒频_CheckedChanged(object sender, EventArgs e)
{
if (!publicva.ChannelEditFormLoader)
return;
if (CheckBox倒频.Checked)
CheckBox脱网.Checked = false;
if (CheckBox倒频.Checked)
{
if (ComboBox亚音编码类型.SelectedIndex < 2)
ComboBox繁忙信道锁定.SelectedIndex = 0;
}
else if (ComboBox亚音解码类型.SelectedIndex < 2)
ComboBox繁忙信道锁定.SelectedIndex = 0;
SetData_EditCHMsg(ComboBox编辑信道号.SelectedIndex);
}
private void CheckBox脱网_CheckedChanged(object sender, EventArgs e)
{
if (!publicva.ChannelEditFormLoader)
return;
if (CheckBox脱网.Checked)
CheckBox倒频.Checked = false;
SetData_EditCHMsg(ComboBox编辑信道号.SelectedIndex);
}
private void CheckBox扫描添加_CheckedChanged(object sender, EventArgs e)
{
if (!publicva.ChannelEditFormLoader)
return;
SetData_EditCHMsg(ComboBox编辑信道号.SelectedIndex);
}
private void ComboBox两音系统参数_SelectionChangeCommitted(object sender, EventArgs e)
{
SetData_EditCHMsg(ComboBox编辑信道号.SelectedIndex);
}
private void ComboBox五音系统参数_SelectionChangeCommitted(object sender, EventArgs e)
{
SetData_EditCHMsg(ComboBox编辑信道号.SelectedIndex);
}
private void ComboBox呼叫_SelectionChangeCommitted(object sender, EventArgs e)
{
SetData_EditCHMsg(ComboBox编辑信道号.SelectedIndex);
}
private void TextBoxID代码_KeyPress(object sender, KeyPressEventArgs e)
{
SetControl_DTMF_ID_Sum();
if (char.IsDigit(e.KeyChar) | e.KeyChar == '\b')
e.Handled = false;
else
e.Handled = true;
}
private void TextBoxID代码_LostFocus(object sender, EventArgs e)
{
SetData_EditCHMsg(ComboBox编辑信道号.SelectedIndex);
}
private void Button1_Click(object sender, EventArgs e) => Close();
}
}