diff --git a/HPG-68D/AboutForm.cs b/HPG-68D/AboutForm.cs index 37b64f2..ca7b40c 100644 --- a/HPG-68D/AboutForm.cs +++ b/HPG-68D/AboutForm.cs @@ -45,7 +45,7 @@ namespace HPG_68D public AboutForm() { Load += AboutForm_Load; - __ENCList.Add((object) new WeakReference((object) this)); + __ENCList.Add(new WeakReference(this)); InitializeComponent(); } @@ -60,7 +60,7 @@ namespace HPG_68D [DebuggerStepThrough] private void InitializeComponent() { - ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof (AboutForm)); + var componentResourceManager = new ComponentResourceManager(typeof (AboutForm)); PictureBox1 = new PictureBox(); Label1 = new Label(); Label2 = new Label(); @@ -70,31 +70,31 @@ namespace HPG_68D Label5 = new Label(); ((ISupportInitialize) PictureBox1).BeginInit(); SuspendLayout(); - componentResourceManager.ApplyResources((object) PictureBox1, "PictureBox1"); + componentResourceManager.ApplyResources(PictureBox1, "PictureBox1"); PictureBox1.Name = "PictureBox1"; PictureBox1.TabStop = false; - componentResourceManager.ApplyResources((object) Label1, "Label1"); + componentResourceManager.ApplyResources(Label1, "Label1"); Label1.Name = "Label1"; - componentResourceManager.ApplyResources((object) Label2, "Label2"); + componentResourceManager.ApplyResources(Label2, "Label2"); Label2.Name = "Label2"; - componentResourceManager.ApplyResources((object) Label版本, "Label版本"); + componentResourceManager.ApplyResources(Label版本, "Label版本"); Label版本.Name = "Label版本"; - componentResourceManager.ApplyResources((object) Button1, "Button1"); + componentResourceManager.ApplyResources(Button1, "Button1"); Button1.Name = "Button1"; Button1.UseVisualStyleBackColor = true; - componentResourceManager.ApplyResources((object) Label发布时间, "Label发布时间"); + componentResourceManager.ApplyResources(Label发布时间, "Label发布时间"); Label发布时间.Name = "Label发布时间"; - componentResourceManager.ApplyResources((object) Label5, "Label5"); + componentResourceManager.ApplyResources(Label5, "Label5"); Label5.Name = "Label5"; - componentResourceManager.ApplyResources((object) this, "$this"); + componentResourceManager.ApplyResources(this, "$this"); AutoScaleMode = AutoScaleMode.Font; - Controls.Add((Control) Label5); - Controls.Add((Control) Label发布时间); - Controls.Add((Control) Button1); - Controls.Add((Control) Label版本); - Controls.Add((Control) Label2); - Controls.Add((Control) Label1); - Controls.Add((Control) PictureBox1); + Controls.Add(Label5); + Controls.Add(Label发布时间); + Controls.Add(Button1); + Controls.Add(Label版本); + Controls.Add(Label2); + Controls.Add(Label1); + Controls.Add(PictureBox1); FormBorderStyle = FormBorderStyle.FixedDialog; MaximizeBox = false; MinimizeBox = false; diff --git a/HPG-68D/BeepForm.cs b/HPG-68D/BeepForm.cs index d3e12b8..c95efc9 100644 --- a/HPG-68D/BeepForm.cs +++ b/HPG-68D/BeepForm.cs @@ -170,7 +170,7 @@ namespace HPG_68D Deactivate += BeepForm_Deactivate; FormClosing += BeepForm_FormClosing; Load += BeepForm_Load; - __ENCList.Add((object) new WeakReference((object) this)); + __ENCList.Add(new WeakReference(this)); InitializeComponent(); } @@ -185,39 +185,39 @@ namespace HPG_68D [DebuggerStepThrough] private void InitializeComponent() { - ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof (BeepForm)); - DataGridViewCellStyle gridViewCellStyle1 = new DataGridViewCellStyle(); - DataGridViewCellStyle gridViewCellStyle2 = new DataGridViewCellStyle(); - DataGridViewCellStyle gridViewCellStyle3 = new DataGridViewCellStyle(); - DataGridViewCellStyle gridViewCellStyle4 = new DataGridViewCellStyle(); - DataGridViewCellStyle gridViewCellStyle5 = new DataGridViewCellStyle(); - DataGridViewCellStyle gridViewCellStyle6 = new DataGridViewCellStyle(); - DataGridViewCellStyle gridViewCellStyle7 = new DataGridViewCellStyle(); - DataGridViewCellStyle gridViewCellStyle8 = new DataGridViewCellStyle(); - DataGridViewCellStyle gridViewCellStyle9 = new DataGridViewCellStyle(); - DataGridViewCellStyle gridViewCellStyle10 = new DataGridViewCellStyle(); - DataGridViewCellStyle gridViewCellStyle11 = new DataGridViewCellStyle(); - DataGridViewCellStyle gridViewCellStyle12 = new DataGridViewCellStyle(); - DataGridViewCellStyle gridViewCellStyle13 = new DataGridViewCellStyle(); - DataGridViewCellStyle gridViewCellStyle14 = new DataGridViewCellStyle(); - DataGridViewCellStyle gridViewCellStyle15 = new DataGridViewCellStyle(); - DataGridViewCellStyle gridViewCellStyle16 = new DataGridViewCellStyle(); - DataGridViewCellStyle gridViewCellStyle17 = new DataGridViewCellStyle(); - DataGridViewCellStyle gridViewCellStyle18 = new DataGridViewCellStyle(); - DataGridViewCellStyle gridViewCellStyle19 = new DataGridViewCellStyle(); - DataGridViewCellStyle gridViewCellStyle20 = new DataGridViewCellStyle(); - DataGridViewCellStyle gridViewCellStyle21 = new DataGridViewCellStyle(); - DataGridViewCellStyle gridViewCellStyle22 = new DataGridViewCellStyle(); - DataGridViewCellStyle gridViewCellStyle23 = new DataGridViewCellStyle(); - DataGridViewCellStyle gridViewCellStyle24 = new DataGridViewCellStyle(); - DataGridViewCellStyle gridViewCellStyle25 = new DataGridViewCellStyle(); - DataGridViewCellStyle gridViewCellStyle26 = new DataGridViewCellStyle(); - DataGridViewCellStyle gridViewCellStyle27 = new DataGridViewCellStyle(); - DataGridViewCellStyle gridViewCellStyle28 = new DataGridViewCellStyle(); - DataGridViewCellStyle gridViewCellStyle29 = new DataGridViewCellStyle(); - DataGridViewCellStyle gridViewCellStyle30 = new DataGridViewCellStyle(); - DataGridViewCellStyle gridViewCellStyle31 = new DataGridViewCellStyle(); - DataGridViewCellStyle gridViewCellStyle32 = new DataGridViewCellStyle(); + var componentResourceManager = new ComponentResourceManager(typeof (BeepForm)); + var gridViewCellStyle1 = new DataGridViewCellStyle(); + var gridViewCellStyle2 = new DataGridViewCellStyle(); + var gridViewCellStyle3 = new DataGridViewCellStyle(); + var gridViewCellStyle4 = new DataGridViewCellStyle(); + var gridViewCellStyle5 = new DataGridViewCellStyle(); + var gridViewCellStyle6 = new DataGridViewCellStyle(); + var gridViewCellStyle7 = new DataGridViewCellStyle(); + var gridViewCellStyle8 = new DataGridViewCellStyle(); + var gridViewCellStyle9 = new DataGridViewCellStyle(); + var gridViewCellStyle10 = new DataGridViewCellStyle(); + var gridViewCellStyle11 = new DataGridViewCellStyle(); + var gridViewCellStyle12 = new DataGridViewCellStyle(); + var gridViewCellStyle13 = new DataGridViewCellStyle(); + var gridViewCellStyle14 = new DataGridViewCellStyle(); + var gridViewCellStyle15 = new DataGridViewCellStyle(); + var gridViewCellStyle16 = new DataGridViewCellStyle(); + var gridViewCellStyle17 = new DataGridViewCellStyle(); + var gridViewCellStyle18 = new DataGridViewCellStyle(); + var gridViewCellStyle19 = new DataGridViewCellStyle(); + var gridViewCellStyle20 = new DataGridViewCellStyle(); + var gridViewCellStyle21 = new DataGridViewCellStyle(); + var gridViewCellStyle22 = new DataGridViewCellStyle(); + var gridViewCellStyle23 = new DataGridViewCellStyle(); + var gridViewCellStyle24 = new DataGridViewCellStyle(); + var gridViewCellStyle25 = new DataGridViewCellStyle(); + var gridViewCellStyle26 = new DataGridViewCellStyle(); + var gridViewCellStyle27 = new DataGridViewCellStyle(); + var gridViewCellStyle28 = new DataGridViewCellStyle(); + var gridViewCellStyle29 = new DataGridViewCellStyle(); + var gridViewCellStyle30 = new DataGridViewCellStyle(); + var gridViewCellStyle31 = new DataGridViewCellStyle(); + var gridViewCellStyle32 = new DataGridViewCellStyle(); TabControl1 = new TabControl(); TabPage1 = new TabPage(); ComboBox1 = new ComboBox(); @@ -312,350 +312,350 @@ namespace HPG_68D NumericUpDown8.BeginInit(); ((ISupportInitialize) DataGridView8).BeginInit(); SuspendLayout(); - TabControl1.AccessibleDescription = (string) null; - TabControl1.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) TabControl1, "TabControl1"); - TabControl1.BackgroundImage = (Image) null; - TabControl1.Controls.Add((Control) TabPage1); - TabControl1.Controls.Add((Control) TabPage2); - TabControl1.Controls.Add((Control) TabPage3); - TabControl1.Controls.Add((Control) TabPage4); - TabControl1.Controls.Add((Control) TabPage5); - TabControl1.Controls.Add((Control) TabPage6); - TabControl1.Controls.Add((Control) TabPage7); - TabControl1.Controls.Add((Control) TabPage8); - TabControl1.Font = (Font) null; + TabControl1.AccessibleDescription = null; + TabControl1.AccessibleName = null; + componentResourceManager.ApplyResources(TabControl1, "TabControl1"); + TabControl1.BackgroundImage = null; + TabControl1.Controls.Add(TabPage1); + TabControl1.Controls.Add(TabPage2); + TabControl1.Controls.Add(TabPage3); + TabControl1.Controls.Add(TabPage4); + TabControl1.Controls.Add(TabPage5); + TabControl1.Controls.Add(TabPage6); + TabControl1.Controls.Add(TabPage7); + TabControl1.Controls.Add(TabPage8); + TabControl1.Font = null; TabControl1.Name = "TabControl1"; TabControl1.SelectedIndex = 0; - TabPage1.AccessibleDescription = (string) null; - TabPage1.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) TabPage1, "TabPage1"); - TabPage1.BackgroundImage = (Image) null; - TabPage1.Controls.Add((Control) ComboBox1); - TabPage1.Controls.Add((Control) NumericUpDown1); - TabPage1.Controls.Add((Control) Label2); - TabPage1.Controls.Add((Control) Label1); - TabPage1.Controls.Add((Control) DataGridView1); - TabPage1.Font = (Font) null; + TabPage1.AccessibleDescription = null; + TabPage1.AccessibleName = null; + componentResourceManager.ApplyResources(TabPage1, "TabPage1"); + TabPage1.BackgroundImage = null; + TabPage1.Controls.Add(ComboBox1); + TabPage1.Controls.Add(NumericUpDown1); + TabPage1.Controls.Add(Label2); + TabPage1.Controls.Add(Label1); + TabPage1.Controls.Add(DataGridView1); + TabPage1.Font = null; TabPage1.Name = "TabPage1"; TabPage1.UseVisualStyleBackColor = true; - ComboBox1.AccessibleDescription = (string) null; - ComboBox1.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox1, "ComboBox1"); - ComboBox1.BackgroundImage = (Image) null; + ComboBox1.AccessibleDescription = null; + ComboBox1.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox1, "ComboBox1"); + ComboBox1.BackgroundImage = null; ComboBox1.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox1.Font = (Font) null; + ComboBox1.Font = null; ComboBox1.FormattingEnabled = true; ComboBox1.Items.AddRange(new object[256] { - (object) componentResourceManager.GetString("ComboBox1.Items"), - (object) componentResourceManager.GetString("ComboBox1.Items1"), - (object) componentResourceManager.GetString("ComboBox1.Items2"), - (object) componentResourceManager.GetString("ComboBox1.Items3"), - (object) componentResourceManager.GetString("ComboBox1.Items4"), - (object) componentResourceManager.GetString("ComboBox1.Items5"), - (object) componentResourceManager.GetString("ComboBox1.Items6"), - (object) componentResourceManager.GetString("ComboBox1.Items7"), - (object) componentResourceManager.GetString("ComboBox1.Items8"), - (object) componentResourceManager.GetString("ComboBox1.Items9"), - (object) componentResourceManager.GetString("ComboBox1.Items10"), - (object) componentResourceManager.GetString("ComboBox1.Items11"), - (object) componentResourceManager.GetString("ComboBox1.Items12"), - (object) componentResourceManager.GetString("ComboBox1.Items13"), - (object) componentResourceManager.GetString("ComboBox1.Items14"), - (object) componentResourceManager.GetString("ComboBox1.Items15"), - (object) componentResourceManager.GetString("ComboBox1.Items16"), - (object) componentResourceManager.GetString("ComboBox1.Items17"), - (object) componentResourceManager.GetString("ComboBox1.Items18"), - (object) componentResourceManager.GetString("ComboBox1.Items19"), - (object) componentResourceManager.GetString("ComboBox1.Items20"), - (object) componentResourceManager.GetString("ComboBox1.Items21"), - (object) componentResourceManager.GetString("ComboBox1.Items22"), - (object) componentResourceManager.GetString("ComboBox1.Items23"), - (object) componentResourceManager.GetString("ComboBox1.Items24"), - (object) componentResourceManager.GetString("ComboBox1.Items25"), - (object) componentResourceManager.GetString("ComboBox1.Items26"), - (object) componentResourceManager.GetString("ComboBox1.Items27"), - (object) componentResourceManager.GetString("ComboBox1.Items28"), - (object) componentResourceManager.GetString("ComboBox1.Items29"), - (object) componentResourceManager.GetString("ComboBox1.Items30"), - (object) componentResourceManager.GetString("ComboBox1.Items31"), - (object) componentResourceManager.GetString("ComboBox1.Items32"), - (object) componentResourceManager.GetString("ComboBox1.Items33"), - (object) componentResourceManager.GetString("ComboBox1.Items34"), - (object) componentResourceManager.GetString("ComboBox1.Items35"), - (object) componentResourceManager.GetString("ComboBox1.Items36"), - (object) componentResourceManager.GetString("ComboBox1.Items37"), - (object) componentResourceManager.GetString("ComboBox1.Items38"), - (object) componentResourceManager.GetString("ComboBox1.Items39"), - (object) componentResourceManager.GetString("ComboBox1.Items40"), - (object) componentResourceManager.GetString("ComboBox1.Items41"), - (object) componentResourceManager.GetString("ComboBox1.Items42"), - (object) componentResourceManager.GetString("ComboBox1.Items43"), - (object) componentResourceManager.GetString("ComboBox1.Items44"), - (object) componentResourceManager.GetString("ComboBox1.Items45"), - (object) componentResourceManager.GetString("ComboBox1.Items46"), - (object) componentResourceManager.GetString("ComboBox1.Items47"), - (object) componentResourceManager.GetString("ComboBox1.Items48"), - (object) componentResourceManager.GetString("ComboBox1.Items49"), - (object) componentResourceManager.GetString("ComboBox1.Items50"), - (object) componentResourceManager.GetString("ComboBox1.Items51"), - (object) componentResourceManager.GetString("ComboBox1.Items52"), - (object) componentResourceManager.GetString("ComboBox1.Items53"), - (object) componentResourceManager.GetString("ComboBox1.Items54"), - (object) componentResourceManager.GetString("ComboBox1.Items55"), - (object) componentResourceManager.GetString("ComboBox1.Items56"), - (object) componentResourceManager.GetString("ComboBox1.Items57"), - (object) componentResourceManager.GetString("ComboBox1.Items58"), - (object) componentResourceManager.GetString("ComboBox1.Items59"), - (object) componentResourceManager.GetString("ComboBox1.Items60"), - (object) componentResourceManager.GetString("ComboBox1.Items61"), - (object) componentResourceManager.GetString("ComboBox1.Items62"), - (object) componentResourceManager.GetString("ComboBox1.Items63"), - (object) componentResourceManager.GetString("ComboBox1.Items64"), - (object) componentResourceManager.GetString("ComboBox1.Items65"), - (object) componentResourceManager.GetString("ComboBox1.Items66"), - (object) componentResourceManager.GetString("ComboBox1.Items67"), - (object) componentResourceManager.GetString("ComboBox1.Items68"), - (object) componentResourceManager.GetString("ComboBox1.Items69"), - (object) componentResourceManager.GetString("ComboBox1.Items70"), - (object) componentResourceManager.GetString("ComboBox1.Items71"), - (object) componentResourceManager.GetString("ComboBox1.Items72"), - (object) componentResourceManager.GetString("ComboBox1.Items73"), - (object) componentResourceManager.GetString("ComboBox1.Items74"), - (object) componentResourceManager.GetString("ComboBox1.Items75"), - (object) componentResourceManager.GetString("ComboBox1.Items76"), - (object) componentResourceManager.GetString("ComboBox1.Items77"), - (object) componentResourceManager.GetString("ComboBox1.Items78"), - (object) componentResourceManager.GetString("ComboBox1.Items79"), - (object) componentResourceManager.GetString("ComboBox1.Items80"), - (object) componentResourceManager.GetString("ComboBox1.Items81"), - (object) componentResourceManager.GetString("ComboBox1.Items82"), - (object) componentResourceManager.GetString("ComboBox1.Items83"), - (object) componentResourceManager.GetString("ComboBox1.Items84"), - (object) componentResourceManager.GetString("ComboBox1.Items85"), - (object) componentResourceManager.GetString("ComboBox1.Items86"), - (object) componentResourceManager.GetString("ComboBox1.Items87"), - (object) componentResourceManager.GetString("ComboBox1.Items88"), - (object) componentResourceManager.GetString("ComboBox1.Items89"), - (object) componentResourceManager.GetString("ComboBox1.Items90"), - (object) componentResourceManager.GetString("ComboBox1.Items91"), - (object) componentResourceManager.GetString("ComboBox1.Items92"), - (object) componentResourceManager.GetString("ComboBox1.Items93"), - (object) componentResourceManager.GetString("ComboBox1.Items94"), - (object) componentResourceManager.GetString("ComboBox1.Items95"), - (object) componentResourceManager.GetString("ComboBox1.Items96"), - (object) componentResourceManager.GetString("ComboBox1.Items97"), - (object) componentResourceManager.GetString("ComboBox1.Items98"), - (object) componentResourceManager.GetString("ComboBox1.Items99"), - (object) componentResourceManager.GetString("ComboBox1.Items100"), - (object) componentResourceManager.GetString("ComboBox1.Items101"), - (object) componentResourceManager.GetString("ComboBox1.Items102"), - (object) componentResourceManager.GetString("ComboBox1.Items103"), - (object) componentResourceManager.GetString("ComboBox1.Items104"), - (object) componentResourceManager.GetString("ComboBox1.Items105"), - (object) componentResourceManager.GetString("ComboBox1.Items106"), - (object) componentResourceManager.GetString("ComboBox1.Items107"), - (object) componentResourceManager.GetString("ComboBox1.Items108"), - (object) componentResourceManager.GetString("ComboBox1.Items109"), - (object) componentResourceManager.GetString("ComboBox1.Items110"), - (object) componentResourceManager.GetString("ComboBox1.Items111"), - (object) componentResourceManager.GetString("ComboBox1.Items112"), - (object) componentResourceManager.GetString("ComboBox1.Items113"), - (object) componentResourceManager.GetString("ComboBox1.Items114"), - (object) componentResourceManager.GetString("ComboBox1.Items115"), - (object) componentResourceManager.GetString("ComboBox1.Items116"), - (object) componentResourceManager.GetString("ComboBox1.Items117"), - (object) componentResourceManager.GetString("ComboBox1.Items118"), - (object) componentResourceManager.GetString("ComboBox1.Items119"), - (object) componentResourceManager.GetString("ComboBox1.Items120"), - (object) componentResourceManager.GetString("ComboBox1.Items121"), - (object) componentResourceManager.GetString("ComboBox1.Items122"), - (object) componentResourceManager.GetString("ComboBox1.Items123"), - (object) componentResourceManager.GetString("ComboBox1.Items124"), - (object) componentResourceManager.GetString("ComboBox1.Items125"), - (object) componentResourceManager.GetString("ComboBox1.Items126"), - (object) componentResourceManager.GetString("ComboBox1.Items127"), - (object) componentResourceManager.GetString("ComboBox1.Items128"), - (object) componentResourceManager.GetString("ComboBox1.Items129"), - (object) componentResourceManager.GetString("ComboBox1.Items130"), - (object) componentResourceManager.GetString("ComboBox1.Items131"), - (object) componentResourceManager.GetString("ComboBox1.Items132"), - (object) componentResourceManager.GetString("ComboBox1.Items133"), - (object) componentResourceManager.GetString("ComboBox1.Items134"), - (object) componentResourceManager.GetString("ComboBox1.Items135"), - (object) componentResourceManager.GetString("ComboBox1.Items136"), - (object) componentResourceManager.GetString("ComboBox1.Items137"), - (object) componentResourceManager.GetString("ComboBox1.Items138"), - (object) componentResourceManager.GetString("ComboBox1.Items139"), - (object) componentResourceManager.GetString("ComboBox1.Items140"), - (object) componentResourceManager.GetString("ComboBox1.Items141"), - (object) componentResourceManager.GetString("ComboBox1.Items142"), - (object) componentResourceManager.GetString("ComboBox1.Items143"), - (object) componentResourceManager.GetString("ComboBox1.Items144"), - (object) componentResourceManager.GetString("ComboBox1.Items145"), - (object) componentResourceManager.GetString("ComboBox1.Items146"), - (object) componentResourceManager.GetString("ComboBox1.Items147"), - (object) componentResourceManager.GetString("ComboBox1.Items148"), - (object) componentResourceManager.GetString("ComboBox1.Items149"), - (object) componentResourceManager.GetString("ComboBox1.Items150"), - (object) componentResourceManager.GetString("ComboBox1.Items151"), - (object) componentResourceManager.GetString("ComboBox1.Items152"), - (object) componentResourceManager.GetString("ComboBox1.Items153"), - (object) componentResourceManager.GetString("ComboBox1.Items154"), - (object) componentResourceManager.GetString("ComboBox1.Items155"), - (object) componentResourceManager.GetString("ComboBox1.Items156"), - (object) componentResourceManager.GetString("ComboBox1.Items157"), - (object) componentResourceManager.GetString("ComboBox1.Items158"), - (object) componentResourceManager.GetString("ComboBox1.Items159"), - (object) componentResourceManager.GetString("ComboBox1.Items160"), - (object) componentResourceManager.GetString("ComboBox1.Items161"), - (object) componentResourceManager.GetString("ComboBox1.Items162"), - (object) componentResourceManager.GetString("ComboBox1.Items163"), - (object) componentResourceManager.GetString("ComboBox1.Items164"), - (object) componentResourceManager.GetString("ComboBox1.Items165"), - (object) componentResourceManager.GetString("ComboBox1.Items166"), - (object) componentResourceManager.GetString("ComboBox1.Items167"), - (object) componentResourceManager.GetString("ComboBox1.Items168"), - (object) componentResourceManager.GetString("ComboBox1.Items169"), - (object) componentResourceManager.GetString("ComboBox1.Items170"), - (object) componentResourceManager.GetString("ComboBox1.Items171"), - (object) componentResourceManager.GetString("ComboBox1.Items172"), - (object) componentResourceManager.GetString("ComboBox1.Items173"), - (object) componentResourceManager.GetString("ComboBox1.Items174"), - (object) componentResourceManager.GetString("ComboBox1.Items175"), - (object) componentResourceManager.GetString("ComboBox1.Items176"), - (object) componentResourceManager.GetString("ComboBox1.Items177"), - (object) componentResourceManager.GetString("ComboBox1.Items178"), - (object) componentResourceManager.GetString("ComboBox1.Items179"), - (object) componentResourceManager.GetString("ComboBox1.Items180"), - (object) componentResourceManager.GetString("ComboBox1.Items181"), - (object) componentResourceManager.GetString("ComboBox1.Items182"), - (object) componentResourceManager.GetString("ComboBox1.Items183"), - (object) componentResourceManager.GetString("ComboBox1.Items184"), - (object) componentResourceManager.GetString("ComboBox1.Items185"), - (object) componentResourceManager.GetString("ComboBox1.Items186"), - (object) componentResourceManager.GetString("ComboBox1.Items187"), - (object) componentResourceManager.GetString("ComboBox1.Items188"), - (object) componentResourceManager.GetString("ComboBox1.Items189"), - (object) componentResourceManager.GetString("ComboBox1.Items190"), - (object) componentResourceManager.GetString("ComboBox1.Items191"), - (object) componentResourceManager.GetString("ComboBox1.Items192"), - (object) componentResourceManager.GetString("ComboBox1.Items193"), - (object) componentResourceManager.GetString("ComboBox1.Items194"), - (object) componentResourceManager.GetString("ComboBox1.Items195"), - (object) componentResourceManager.GetString("ComboBox1.Items196"), - (object) componentResourceManager.GetString("ComboBox1.Items197"), - (object) componentResourceManager.GetString("ComboBox1.Items198"), - (object) componentResourceManager.GetString("ComboBox1.Items199"), - (object) componentResourceManager.GetString("ComboBox1.Items200"), - (object) componentResourceManager.GetString("ComboBox1.Items201"), - (object) componentResourceManager.GetString("ComboBox1.Items202"), - (object) componentResourceManager.GetString("ComboBox1.Items203"), - (object) componentResourceManager.GetString("ComboBox1.Items204"), - (object) componentResourceManager.GetString("ComboBox1.Items205"), - (object) componentResourceManager.GetString("ComboBox1.Items206"), - (object) componentResourceManager.GetString("ComboBox1.Items207"), - (object) componentResourceManager.GetString("ComboBox1.Items208"), - (object) componentResourceManager.GetString("ComboBox1.Items209"), - (object) componentResourceManager.GetString("ComboBox1.Items210"), - (object) componentResourceManager.GetString("ComboBox1.Items211"), - (object) componentResourceManager.GetString("ComboBox1.Items212"), - (object) componentResourceManager.GetString("ComboBox1.Items213"), - (object) componentResourceManager.GetString("ComboBox1.Items214"), - (object) componentResourceManager.GetString("ComboBox1.Items215"), - (object) componentResourceManager.GetString("ComboBox1.Items216"), - (object) componentResourceManager.GetString("ComboBox1.Items217"), - (object) componentResourceManager.GetString("ComboBox1.Items218"), - (object) componentResourceManager.GetString("ComboBox1.Items219"), - (object) componentResourceManager.GetString("ComboBox1.Items220"), - (object) componentResourceManager.GetString("ComboBox1.Items221"), - (object) componentResourceManager.GetString("ComboBox1.Items222"), - (object) componentResourceManager.GetString("ComboBox1.Items223"), - (object) componentResourceManager.GetString("ComboBox1.Items224"), - (object) componentResourceManager.GetString("ComboBox1.Items225"), - (object) componentResourceManager.GetString("ComboBox1.Items226"), - (object) componentResourceManager.GetString("ComboBox1.Items227"), - (object) componentResourceManager.GetString("ComboBox1.Items228"), - (object) componentResourceManager.GetString("ComboBox1.Items229"), - (object) componentResourceManager.GetString("ComboBox1.Items230"), - (object) componentResourceManager.GetString("ComboBox1.Items231"), - (object) componentResourceManager.GetString("ComboBox1.Items232"), - (object) componentResourceManager.GetString("ComboBox1.Items233"), - (object) componentResourceManager.GetString("ComboBox1.Items234"), - (object) componentResourceManager.GetString("ComboBox1.Items235"), - (object) componentResourceManager.GetString("ComboBox1.Items236"), - (object) componentResourceManager.GetString("ComboBox1.Items237"), - (object) componentResourceManager.GetString("ComboBox1.Items238"), - (object) componentResourceManager.GetString("ComboBox1.Items239"), - (object) componentResourceManager.GetString("ComboBox1.Items240"), - (object) componentResourceManager.GetString("ComboBox1.Items241"), - (object) componentResourceManager.GetString("ComboBox1.Items242"), - (object) componentResourceManager.GetString("ComboBox1.Items243"), - (object) componentResourceManager.GetString("ComboBox1.Items244"), - (object) componentResourceManager.GetString("ComboBox1.Items245"), - (object) componentResourceManager.GetString("ComboBox1.Items246"), - (object) componentResourceManager.GetString("ComboBox1.Items247"), - (object) componentResourceManager.GetString("ComboBox1.Items248"), - (object) componentResourceManager.GetString("ComboBox1.Items249"), - (object) componentResourceManager.GetString("ComboBox1.Items250"), - (object) componentResourceManager.GetString("ComboBox1.Items251"), - (object) componentResourceManager.GetString("ComboBox1.Items252"), - (object) componentResourceManager.GetString("ComboBox1.Items253"), - (object) componentResourceManager.GetString("ComboBox1.Items254"), - (object) componentResourceManager.GetString("ComboBox1.Items255") + componentResourceManager.GetString("ComboBox1.Items"), + componentResourceManager.GetString("ComboBox1.Items1"), + componentResourceManager.GetString("ComboBox1.Items2"), + componentResourceManager.GetString("ComboBox1.Items3"), + componentResourceManager.GetString("ComboBox1.Items4"), + componentResourceManager.GetString("ComboBox1.Items5"), + componentResourceManager.GetString("ComboBox1.Items6"), + componentResourceManager.GetString("ComboBox1.Items7"), + componentResourceManager.GetString("ComboBox1.Items8"), + componentResourceManager.GetString("ComboBox1.Items9"), + componentResourceManager.GetString("ComboBox1.Items10"), + componentResourceManager.GetString("ComboBox1.Items11"), + componentResourceManager.GetString("ComboBox1.Items12"), + componentResourceManager.GetString("ComboBox1.Items13"), + componentResourceManager.GetString("ComboBox1.Items14"), + componentResourceManager.GetString("ComboBox1.Items15"), + componentResourceManager.GetString("ComboBox1.Items16"), + componentResourceManager.GetString("ComboBox1.Items17"), + componentResourceManager.GetString("ComboBox1.Items18"), + componentResourceManager.GetString("ComboBox1.Items19"), + componentResourceManager.GetString("ComboBox1.Items20"), + componentResourceManager.GetString("ComboBox1.Items21"), + componentResourceManager.GetString("ComboBox1.Items22"), + componentResourceManager.GetString("ComboBox1.Items23"), + componentResourceManager.GetString("ComboBox1.Items24"), + componentResourceManager.GetString("ComboBox1.Items25"), + componentResourceManager.GetString("ComboBox1.Items26"), + componentResourceManager.GetString("ComboBox1.Items27"), + componentResourceManager.GetString("ComboBox1.Items28"), + componentResourceManager.GetString("ComboBox1.Items29"), + componentResourceManager.GetString("ComboBox1.Items30"), + componentResourceManager.GetString("ComboBox1.Items31"), + componentResourceManager.GetString("ComboBox1.Items32"), + componentResourceManager.GetString("ComboBox1.Items33"), + componentResourceManager.GetString("ComboBox1.Items34"), + componentResourceManager.GetString("ComboBox1.Items35"), + componentResourceManager.GetString("ComboBox1.Items36"), + componentResourceManager.GetString("ComboBox1.Items37"), + componentResourceManager.GetString("ComboBox1.Items38"), + componentResourceManager.GetString("ComboBox1.Items39"), + componentResourceManager.GetString("ComboBox1.Items40"), + componentResourceManager.GetString("ComboBox1.Items41"), + componentResourceManager.GetString("ComboBox1.Items42"), + componentResourceManager.GetString("ComboBox1.Items43"), + componentResourceManager.GetString("ComboBox1.Items44"), + componentResourceManager.GetString("ComboBox1.Items45"), + componentResourceManager.GetString("ComboBox1.Items46"), + componentResourceManager.GetString("ComboBox1.Items47"), + componentResourceManager.GetString("ComboBox1.Items48"), + componentResourceManager.GetString("ComboBox1.Items49"), + componentResourceManager.GetString("ComboBox1.Items50"), + componentResourceManager.GetString("ComboBox1.Items51"), + componentResourceManager.GetString("ComboBox1.Items52"), + componentResourceManager.GetString("ComboBox1.Items53"), + componentResourceManager.GetString("ComboBox1.Items54"), + componentResourceManager.GetString("ComboBox1.Items55"), + componentResourceManager.GetString("ComboBox1.Items56"), + componentResourceManager.GetString("ComboBox1.Items57"), + componentResourceManager.GetString("ComboBox1.Items58"), + componentResourceManager.GetString("ComboBox1.Items59"), + componentResourceManager.GetString("ComboBox1.Items60"), + componentResourceManager.GetString("ComboBox1.Items61"), + componentResourceManager.GetString("ComboBox1.Items62"), + componentResourceManager.GetString("ComboBox1.Items63"), + componentResourceManager.GetString("ComboBox1.Items64"), + componentResourceManager.GetString("ComboBox1.Items65"), + componentResourceManager.GetString("ComboBox1.Items66"), + componentResourceManager.GetString("ComboBox1.Items67"), + componentResourceManager.GetString("ComboBox1.Items68"), + componentResourceManager.GetString("ComboBox1.Items69"), + componentResourceManager.GetString("ComboBox1.Items70"), + componentResourceManager.GetString("ComboBox1.Items71"), + componentResourceManager.GetString("ComboBox1.Items72"), + componentResourceManager.GetString("ComboBox1.Items73"), + componentResourceManager.GetString("ComboBox1.Items74"), + componentResourceManager.GetString("ComboBox1.Items75"), + componentResourceManager.GetString("ComboBox1.Items76"), + componentResourceManager.GetString("ComboBox1.Items77"), + componentResourceManager.GetString("ComboBox1.Items78"), + componentResourceManager.GetString("ComboBox1.Items79"), + componentResourceManager.GetString("ComboBox1.Items80"), + componentResourceManager.GetString("ComboBox1.Items81"), + componentResourceManager.GetString("ComboBox1.Items82"), + componentResourceManager.GetString("ComboBox1.Items83"), + componentResourceManager.GetString("ComboBox1.Items84"), + componentResourceManager.GetString("ComboBox1.Items85"), + componentResourceManager.GetString("ComboBox1.Items86"), + componentResourceManager.GetString("ComboBox1.Items87"), + componentResourceManager.GetString("ComboBox1.Items88"), + componentResourceManager.GetString("ComboBox1.Items89"), + componentResourceManager.GetString("ComboBox1.Items90"), + componentResourceManager.GetString("ComboBox1.Items91"), + componentResourceManager.GetString("ComboBox1.Items92"), + componentResourceManager.GetString("ComboBox1.Items93"), + componentResourceManager.GetString("ComboBox1.Items94"), + componentResourceManager.GetString("ComboBox1.Items95"), + componentResourceManager.GetString("ComboBox1.Items96"), + componentResourceManager.GetString("ComboBox1.Items97"), + componentResourceManager.GetString("ComboBox1.Items98"), + componentResourceManager.GetString("ComboBox1.Items99"), + componentResourceManager.GetString("ComboBox1.Items100"), + componentResourceManager.GetString("ComboBox1.Items101"), + componentResourceManager.GetString("ComboBox1.Items102"), + componentResourceManager.GetString("ComboBox1.Items103"), + componentResourceManager.GetString("ComboBox1.Items104"), + componentResourceManager.GetString("ComboBox1.Items105"), + componentResourceManager.GetString("ComboBox1.Items106"), + componentResourceManager.GetString("ComboBox1.Items107"), + componentResourceManager.GetString("ComboBox1.Items108"), + componentResourceManager.GetString("ComboBox1.Items109"), + componentResourceManager.GetString("ComboBox1.Items110"), + componentResourceManager.GetString("ComboBox1.Items111"), + componentResourceManager.GetString("ComboBox1.Items112"), + componentResourceManager.GetString("ComboBox1.Items113"), + componentResourceManager.GetString("ComboBox1.Items114"), + componentResourceManager.GetString("ComboBox1.Items115"), + componentResourceManager.GetString("ComboBox1.Items116"), + componentResourceManager.GetString("ComboBox1.Items117"), + componentResourceManager.GetString("ComboBox1.Items118"), + componentResourceManager.GetString("ComboBox1.Items119"), + componentResourceManager.GetString("ComboBox1.Items120"), + componentResourceManager.GetString("ComboBox1.Items121"), + componentResourceManager.GetString("ComboBox1.Items122"), + componentResourceManager.GetString("ComboBox1.Items123"), + componentResourceManager.GetString("ComboBox1.Items124"), + componentResourceManager.GetString("ComboBox1.Items125"), + componentResourceManager.GetString("ComboBox1.Items126"), + componentResourceManager.GetString("ComboBox1.Items127"), + componentResourceManager.GetString("ComboBox1.Items128"), + componentResourceManager.GetString("ComboBox1.Items129"), + componentResourceManager.GetString("ComboBox1.Items130"), + componentResourceManager.GetString("ComboBox1.Items131"), + componentResourceManager.GetString("ComboBox1.Items132"), + componentResourceManager.GetString("ComboBox1.Items133"), + componentResourceManager.GetString("ComboBox1.Items134"), + componentResourceManager.GetString("ComboBox1.Items135"), + componentResourceManager.GetString("ComboBox1.Items136"), + componentResourceManager.GetString("ComboBox1.Items137"), + componentResourceManager.GetString("ComboBox1.Items138"), + componentResourceManager.GetString("ComboBox1.Items139"), + componentResourceManager.GetString("ComboBox1.Items140"), + componentResourceManager.GetString("ComboBox1.Items141"), + componentResourceManager.GetString("ComboBox1.Items142"), + componentResourceManager.GetString("ComboBox1.Items143"), + componentResourceManager.GetString("ComboBox1.Items144"), + componentResourceManager.GetString("ComboBox1.Items145"), + componentResourceManager.GetString("ComboBox1.Items146"), + componentResourceManager.GetString("ComboBox1.Items147"), + componentResourceManager.GetString("ComboBox1.Items148"), + componentResourceManager.GetString("ComboBox1.Items149"), + componentResourceManager.GetString("ComboBox1.Items150"), + componentResourceManager.GetString("ComboBox1.Items151"), + componentResourceManager.GetString("ComboBox1.Items152"), + componentResourceManager.GetString("ComboBox1.Items153"), + componentResourceManager.GetString("ComboBox1.Items154"), + componentResourceManager.GetString("ComboBox1.Items155"), + componentResourceManager.GetString("ComboBox1.Items156"), + componentResourceManager.GetString("ComboBox1.Items157"), + componentResourceManager.GetString("ComboBox1.Items158"), + componentResourceManager.GetString("ComboBox1.Items159"), + componentResourceManager.GetString("ComboBox1.Items160"), + componentResourceManager.GetString("ComboBox1.Items161"), + componentResourceManager.GetString("ComboBox1.Items162"), + componentResourceManager.GetString("ComboBox1.Items163"), + componentResourceManager.GetString("ComboBox1.Items164"), + componentResourceManager.GetString("ComboBox1.Items165"), + componentResourceManager.GetString("ComboBox1.Items166"), + componentResourceManager.GetString("ComboBox1.Items167"), + componentResourceManager.GetString("ComboBox1.Items168"), + componentResourceManager.GetString("ComboBox1.Items169"), + componentResourceManager.GetString("ComboBox1.Items170"), + componentResourceManager.GetString("ComboBox1.Items171"), + componentResourceManager.GetString("ComboBox1.Items172"), + componentResourceManager.GetString("ComboBox1.Items173"), + componentResourceManager.GetString("ComboBox1.Items174"), + componentResourceManager.GetString("ComboBox1.Items175"), + componentResourceManager.GetString("ComboBox1.Items176"), + componentResourceManager.GetString("ComboBox1.Items177"), + componentResourceManager.GetString("ComboBox1.Items178"), + componentResourceManager.GetString("ComboBox1.Items179"), + componentResourceManager.GetString("ComboBox1.Items180"), + componentResourceManager.GetString("ComboBox1.Items181"), + componentResourceManager.GetString("ComboBox1.Items182"), + componentResourceManager.GetString("ComboBox1.Items183"), + componentResourceManager.GetString("ComboBox1.Items184"), + componentResourceManager.GetString("ComboBox1.Items185"), + componentResourceManager.GetString("ComboBox1.Items186"), + componentResourceManager.GetString("ComboBox1.Items187"), + componentResourceManager.GetString("ComboBox1.Items188"), + componentResourceManager.GetString("ComboBox1.Items189"), + componentResourceManager.GetString("ComboBox1.Items190"), + componentResourceManager.GetString("ComboBox1.Items191"), + componentResourceManager.GetString("ComboBox1.Items192"), + componentResourceManager.GetString("ComboBox1.Items193"), + componentResourceManager.GetString("ComboBox1.Items194"), + componentResourceManager.GetString("ComboBox1.Items195"), + componentResourceManager.GetString("ComboBox1.Items196"), + componentResourceManager.GetString("ComboBox1.Items197"), + componentResourceManager.GetString("ComboBox1.Items198"), + componentResourceManager.GetString("ComboBox1.Items199"), + componentResourceManager.GetString("ComboBox1.Items200"), + componentResourceManager.GetString("ComboBox1.Items201"), + componentResourceManager.GetString("ComboBox1.Items202"), + componentResourceManager.GetString("ComboBox1.Items203"), + componentResourceManager.GetString("ComboBox1.Items204"), + componentResourceManager.GetString("ComboBox1.Items205"), + componentResourceManager.GetString("ComboBox1.Items206"), + componentResourceManager.GetString("ComboBox1.Items207"), + componentResourceManager.GetString("ComboBox1.Items208"), + componentResourceManager.GetString("ComboBox1.Items209"), + componentResourceManager.GetString("ComboBox1.Items210"), + componentResourceManager.GetString("ComboBox1.Items211"), + componentResourceManager.GetString("ComboBox1.Items212"), + componentResourceManager.GetString("ComboBox1.Items213"), + componentResourceManager.GetString("ComboBox1.Items214"), + componentResourceManager.GetString("ComboBox1.Items215"), + componentResourceManager.GetString("ComboBox1.Items216"), + componentResourceManager.GetString("ComboBox1.Items217"), + componentResourceManager.GetString("ComboBox1.Items218"), + componentResourceManager.GetString("ComboBox1.Items219"), + componentResourceManager.GetString("ComboBox1.Items220"), + componentResourceManager.GetString("ComboBox1.Items221"), + componentResourceManager.GetString("ComboBox1.Items222"), + componentResourceManager.GetString("ComboBox1.Items223"), + componentResourceManager.GetString("ComboBox1.Items224"), + componentResourceManager.GetString("ComboBox1.Items225"), + componentResourceManager.GetString("ComboBox1.Items226"), + componentResourceManager.GetString("ComboBox1.Items227"), + componentResourceManager.GetString("ComboBox1.Items228"), + componentResourceManager.GetString("ComboBox1.Items229"), + componentResourceManager.GetString("ComboBox1.Items230"), + componentResourceManager.GetString("ComboBox1.Items231"), + componentResourceManager.GetString("ComboBox1.Items232"), + componentResourceManager.GetString("ComboBox1.Items233"), + componentResourceManager.GetString("ComboBox1.Items234"), + componentResourceManager.GetString("ComboBox1.Items235"), + componentResourceManager.GetString("ComboBox1.Items236"), + componentResourceManager.GetString("ComboBox1.Items237"), + componentResourceManager.GetString("ComboBox1.Items238"), + componentResourceManager.GetString("ComboBox1.Items239"), + componentResourceManager.GetString("ComboBox1.Items240"), + componentResourceManager.GetString("ComboBox1.Items241"), + componentResourceManager.GetString("ComboBox1.Items242"), + componentResourceManager.GetString("ComboBox1.Items243"), + componentResourceManager.GetString("ComboBox1.Items244"), + componentResourceManager.GetString("ComboBox1.Items245"), + componentResourceManager.GetString("ComboBox1.Items246"), + componentResourceManager.GetString("ComboBox1.Items247"), + componentResourceManager.GetString("ComboBox1.Items248"), + componentResourceManager.GetString("ComboBox1.Items249"), + componentResourceManager.GetString("ComboBox1.Items250"), + componentResourceManager.GetString("ComboBox1.Items251"), + componentResourceManager.GetString("ComboBox1.Items252"), + componentResourceManager.GetString("ComboBox1.Items253"), + componentResourceManager.GetString("ComboBox1.Items254"), + componentResourceManager.GetString("ComboBox1.Items255") }); ComboBox1.Name = "ComboBox1"; - NumericUpDown1.AccessibleDescription = (string) null; - NumericUpDown1.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) NumericUpDown1, "NumericUpDown1"); - NumericUpDown1.Font = (Font) null; - NumericUpDown numericUpDown1 = NumericUpDown1; - Decimal num1 = new Decimal(new int[4] + NumericUpDown1.AccessibleDescription = null; + NumericUpDown1.AccessibleName = null; + componentResourceManager.ApplyResources(NumericUpDown1, "NumericUpDown1"); + NumericUpDown1.Font = null; + var numericUpDown1 = NumericUpDown1; + var num1 = new Decimal(new int[4] { - (int) byte.MaxValue, + byte.MaxValue, 0, 0, 0 }); - Decimal num2 = num1; + var num2 = num1; numericUpDown1.Maximum = num2; NumericUpDown1.Name = "NumericUpDown1"; - Label2.AccessibleDescription = (string) null; - Label2.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label2, "Label2"); - Label2.Font = (Font) null; + Label2.AccessibleDescription = null; + Label2.AccessibleName = null; + componentResourceManager.ApplyResources(Label2, "Label2"); + Label2.Font = null; Label2.Name = "Label2"; - Label1.AccessibleDescription = (string) null; - Label1.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label1, "Label1"); - Label1.Font = (Font) null; + Label1.AccessibleDescription = null; + Label1.AccessibleName = null; + componentResourceManager.ApplyResources(Label1, "Label1"); + Label1.Font = null; Label1.Name = "Label1"; - DataGridView1.AccessibleDescription = (string) null; - DataGridView1.AccessibleName = (string) null; + DataGridView1.AccessibleDescription = null; + DataGridView1.AccessibleName = null; DataGridView1.AllowUserToAddRows = false; DataGridView1.AllowUserToDeleteRows = false; DataGridView1.AllowUserToResizeColumns = false; DataGridView1.AllowUserToResizeRows = false; gridViewCellStyle1.Alignment = DataGridViewContentAlignment.MiddleCenter; DataGridView1.AlternatingRowsDefaultCellStyle = gridViewCellStyle1; - componentResourceManager.ApplyResources((object) DataGridView1, "DataGridView1"); - DataGridView1.BackgroundImage = (Image) null; + componentResourceManager.ApplyResources(DataGridView1, "DataGridView1"); + DataGridView1.BackgroundImage = null; gridViewCellStyle2.Alignment = DataGridViewContentAlignment.MiddleCenter; gridViewCellStyle2.BackColor = SystemColors.Control; - gridViewCellStyle2.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, (byte) 134); + gridViewCellStyle2.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, 134); gridViewCellStyle2.ForeColor = SystemColors.WindowText; gridViewCellStyle2.SelectionBackColor = SystemColors.Highlight; gridViewCellStyle2.SelectionForeColor = SystemColors.HighlightText; gridViewCellStyle2.WrapMode = DataGridViewTriState.True; DataGridView1.ColumnHeadersDefaultCellStyle = gridViewCellStyle2; DataGridView1.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.DisableResizing; - DataGridView1.Columns.AddRange((DataGridViewColumn) Column1_1, (DataGridViewColumn) Column2_1); - DataGridView1.Font = (Font) null; + DataGridView1.Columns.AddRange(Column1_1, Column2_1); + DataGridView1.Font = null; DataGridView1.Name = "DataGridView1"; gridViewCellStyle3.Alignment = DataGridViewContentAlignment.MiddleCenter; gridViewCellStyle3.BackColor = SystemColors.Control; - gridViewCellStyle3.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, (byte) 134); + gridViewCellStyle3.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, 134); gridViewCellStyle3.ForeColor = SystemColors.WindowText; gridViewCellStyle3.SelectionBackColor = SystemColors.Highlight; gridViewCellStyle3.SelectionForeColor = SystemColors.HighlightText; @@ -667,344 +667,344 @@ namespace HPG_68D DataGridView1.RowTemplate.Height = 23; Column1_1.AutoSizeMode = DataGridViewAutoSizeColumnMode.None; Column1_1.DisplayStyle = DataGridViewComboBoxDisplayStyle.Nothing; - componentResourceManager.ApplyResources((object) Column1_1, "Column1_1"); - Column1_1.Items.AddRange((object) "无", (object) "400", (object) "410", (object) "420", (object) "430", (object) "440", (object) "450", (object) "460", (object) "470", (object) "480", (object) "490", (object) "500", (object) "510", (object) "520", (object) "530", (object) "540", (object) "550", (object) "560", (object) "570", (object) "580", (object) "590", (object) "600", (object) "610", (object) "620", (object) "630", (object) "640", (object) "650", (object) "660", (object) "670", (object) "680", (object) "690", (object) "700", (object) "710", (object) "720", (object) "730", (object) "740", (object) "750", (object) "760", (object) "770", (object) "780", (object) "790", (object) "800", (object) "810", (object) "820", (object) "830", (object) "840", (object) "850", (object) "860", (object) "870", (object) "880", (object) "890", (object) "900", (object) "910", (object) "920", (object) "930", (object) "940", (object) "950", (object) "960", (object) "970", (object) "980", (object) "990", (object) "1000", (object) "1010", (object) "1020", (object) "1030", (object) "1040", (object) "1050", (object) "1060", (object) "1070", (object) "1080", (object) "1090", (object) "1100", (object) "1110", (object) "1120", (object) "1130", (object) "1140", (object) "1150", (object) "1160", (object) "1170", (object) "1180", (object) "1190", (object) "1200", (object) "1210", (object) "1220", (object) "1230", (object) "1240", (object) "1250", (object) "1260", (object) "1270", (object) "1280", (object) "1290", (object) "1300", (object) "1310", (object) "1320", (object) "1330", (object) "1340", (object) "1350", (object) "1360", (object) "1370", (object) "1380", (object) "1390", (object) "1400", (object) "1410", (object) "1420", (object) "1430", (object) "1440", (object) "1450", (object) "1460", (object) "1470", (object) "1480", (object) "1490", (object) "1500", (object) "1510", (object) "1520", (object) "1530", (object) "1540", (object) "1550", (object) "1560", (object) "1570", (object) "1580", (object) "1590", (object) "1600", (object) "1610", (object) "1620", (object) "1630", (object) "1640", (object) "1650", (object) "1660", (object) "1670", (object) "1680", (object) "1690", (object) "1700", (object) "1710", (object) "1720", (object) "1730", (object) "1740", (object) "1750", (object) "1760", (object) "1770", (object) "1780", (object) "1790", (object) "1800", (object) "1810", (object) "1820", (object) "1830", (object) "1840", (object) "1850", (object) "1860", (object) "1870", (object) "1880", (object) "1890", (object) "1900", (object) "1910", (object) "1920", (object) "1930", (object) "1940", (object) "1950", (object) "1960", (object) "1970", (object) "1980", (object) "1990", (object) "2000", (object) "2010", (object) "2020", (object) "2030", (object) "2040", (object) "2050", (object) "2060", (object) "2070", (object) "2080", (object) "2090", (object) "2100", (object) "2110", (object) "2120", (object) "2130", (object) "2140", (object) "2150", (object) "2160", (object) "2170", (object) "2180", (object) "2190", (object) "2200", (object) "2210", (object) "2220", (object) "2230", (object) "2240", (object) "2250", (object) "2260", (object) "2270", (object) "2280", (object) "2290", (object) "2300", (object) "2310", (object) "2320", (object) "2330", (object) "2340", (object) "2350", (object) "2360", (object) "2370", (object) "2380", (object) "2390", (object) "2400", (object) "2410", (object) "2420", (object) "2430", (object) "2440", (object) "2450", (object) "2460", (object) "2470", (object) "2480", (object) "2490", (object) "2500"); + componentResourceManager.ApplyResources(Column1_1, "Column1_1"); + Column1_1.Items.AddRange("无", "400", "410", "420", "430", "440", "450", "460", "470", "480", "490", "500", "510", "520", "530", "540", "550", "560", "570", "580", "590", "600", "610", "620", "630", "640", "650", "660", "670", "680", "690", "700", "710", "720", "730", "740", "750", "760", "770", "780", "790", "800", "810", "820", "830", "840", "850", "860", "870", "880", "890", "900", "910", "920", "930", "940", "950", "960", "970", "980", "990", "1000", "1010", "1020", "1030", "1040", "1050", "1060", "1070", "1080", "1090", "1100", "1110", "1120", "1130", "1140", "1150", "1160", "1170", "1180", "1190", "1200", "1210", "1220", "1230", "1240", "1250", "1260", "1270", "1280", "1290", "1300", "1310", "1320", "1330", "1340", "1350", "1360", "1370", "1380", "1390", "1400", "1410", "1420", "1430", "1440", "1450", "1460", "1470", "1480", "1490", "1500", "1510", "1520", "1530", "1540", "1550", "1560", "1570", "1580", "1590", "1600", "1610", "1620", "1630", "1640", "1650", "1660", "1670", "1680", "1690", "1700", "1710", "1720", "1730", "1740", "1750", "1760", "1770", "1780", "1790", "1800", "1810", "1820", "1830", "1840", "1850", "1860", "1870", "1880", "1890", "1900", "1910", "1920", "1930", "1940", "1950", "1960", "1970", "1980", "1990", "2000", "2010", "2020", "2030", "2040", "2050", "2060", "2070", "2080", "2090", "2100", "2110", "2120", "2130", "2140", "2150", "2160", "2170", "2180", "2190", "2200", "2210", "2220", "2230", "2240", "2250", "2260", "2270", "2280", "2290", "2300", "2310", "2320", "2330", "2340", "2350", "2360", "2370", "2380", "2390", "2400", "2410", "2420", "2430", "2440", "2450", "2460", "2470", "2480", "2490", "2500"); Column1_1.Name = "Column1_1"; Column1_1.Resizable = DataGridViewTriState.False; Column2_1.DisplayStyle = DataGridViewComboBoxDisplayStyle.Nothing; - componentResourceManager.ApplyResources((object) Column2_1, "Column2_1"); - Column2_1.Items.AddRange((object) "0", (object) "10", (object) "20", (object) "30", (object) "40", (object) "50", (object) "60", (object) "70", (object) "80", (object) "90", (object) "100", (object) "110", (object) "120", (object) "130", (object) "140", (object) "150", (object) "160", (object) "170", (object) "180", (object) "190", (object) "200", (object) "210", (object) "220", (object) "230", (object) "240", (object) "250", (object) "260", (object) "270", (object) "280", (object) "290", (object) "300", (object) "310", (object) "320", (object) "330", (object) "340", (object) "350", (object) "360", (object) "370", (object) "380", (object) "390", (object) "400", (object) "410", (object) "420", (object) "430", (object) "440", (object) "450", (object) "460", (object) "470", (object) "480", (object) "490", (object) "500", (object) "510", (object) "520", (object) "530", (object) "540", (object) "550", (object) "560", (object) "570", (object) "580", (object) "590", (object) "600", (object) "610", (object) "620", (object) "630", (object) "640", (object) "650", (object) "660", (object) "670", (object) "680", (object) "690", (object) "700", (object) "710", (object) "720", (object) "730", (object) "740", (object) "750", (object) "760", (object) "770", (object) "780", (object) "790", (object) "800", (object) "810", (object) "820", (object) "830", (object) "840", (object) "850", (object) "860", (object) "870", (object) "880", (object) "890", (object) "900", (object) "910", (object) "920", (object) "930", (object) "940", (object) "950", (object) "960", (object) "970", (object) "980", (object) "990", (object) "1000", (object) "1010", (object) "1020", (object) "1030", (object) "1040", (object) "1050", (object) "1060", (object) "1070", (object) "1080", (object) "1090", (object) "1100", (object) "1110", (object) "1120", (object) "1130", (object) "1140", (object) "1150", (object) "1160", (object) "1170", (object) "1180", (object) "1190", (object) "1200", (object) "1210", (object) "1220", (object) "1230", (object) "1240", (object) "1250", (object) "1260", (object) "1270", (object) "1280", (object) "1290", (object) "1300", (object) "1310", (object) "1320", (object) "1330", (object) "1340", (object) "1350", (object) "1360", (object) "1370", (object) "1380", (object) "1390", (object) "1400", (object) "1410", (object) "1420", (object) "1430", (object) "1440", (object) "1450", (object) "1460", (object) "1470", (object) "1480", (object) "1490", (object) "1500", (object) "1510", (object) "1520", (object) "1530", (object) "1540", (object) "1550", (object) "1560", (object) "1570", (object) "1580", (object) "1590", (object) "1600", (object) "1610", (object) "1620", (object) "1630", (object) "1640", (object) "1650", (object) "1660", (object) "1670", (object) "1680", (object) "1690", (object) "1700", (object) "1710", (object) "1720", (object) "1730", (object) "1740", (object) "1750", (object) "1760", (object) "1770", (object) "1780", (object) "1790", (object) "1800", (object) "1810", (object) "1820", (object) "1830", (object) "1840", (object) "1850", (object) "1860", (object) "1870", (object) "1880", (object) "1890", (object) "1900", (object) "1910", (object) "1920", (object) "1930", (object) "1940", (object) "1950", (object) "1960", (object) "1970", (object) "1980", (object) "1990", (object) "2000", (object) "2010", (object) "2020", (object) "2030", (object) "2040", (object) "2050", (object) "2060", (object) "2070", (object) "2080", (object) "2090", (object) "2100", (object) "2110", (object) "2120", (object) "2130", (object) "2140", (object) "2150", (object) "2160", (object) "2170", (object) "2180", (object) "2190", (object) "2200", (object) "2210", (object) "2220", (object) "2230", (object) "2240", (object) "2250", (object) "2260", (object) "2270", (object) "2280", (object) "2290", (object) "2300", (object) "2310", (object) "2320", (object) "2330", (object) "2340", (object) "2350", (object) "2360", (object) "2370", (object) "2380", (object) "2390", (object) "2400", (object) "2410", (object) "2420", (object) "2430", (object) "2440", (object) "2450", (object) "2460", (object) "2470", (object) "2480", (object) "2490", (object) "2500"); + componentResourceManager.ApplyResources(Column2_1, "Column2_1"); + Column2_1.Items.AddRange("0", "10", "20", "30", "40", "50", "60", "70", "80", "90", "100", "110", "120", "130", "140", "150", "160", "170", "180", "190", "200", "210", "220", "230", "240", "250", "260", "270", "280", "290", "300", "310", "320", "330", "340", "350", "360", "370", "380", "390", "400", "410", "420", "430", "440", "450", "460", "470", "480", "490", "500", "510", "520", "530", "540", "550", "560", "570", "580", "590", "600", "610", "620", "630", "640", "650", "660", "670", "680", "690", "700", "710", "720", "730", "740", "750", "760", "770", "780", "790", "800", "810", "820", "830", "840", "850", "860", "870", "880", "890", "900", "910", "920", "930", "940", "950", "960", "970", "980", "990", "1000", "1010", "1020", "1030", "1040", "1050", "1060", "1070", "1080", "1090", "1100", "1110", "1120", "1130", "1140", "1150", "1160", "1170", "1180", "1190", "1200", "1210", "1220", "1230", "1240", "1250", "1260", "1270", "1280", "1290", "1300", "1310", "1320", "1330", "1340", "1350", "1360", "1370", "1380", "1390", "1400", "1410", "1420", "1430", "1440", "1450", "1460", "1470", "1480", "1490", "1500", "1510", "1520", "1530", "1540", "1550", "1560", "1570", "1580", "1590", "1600", "1610", "1620", "1630", "1640", "1650", "1660", "1670", "1680", "1690", "1700", "1710", "1720", "1730", "1740", "1750", "1760", "1770", "1780", "1790", "1800", "1810", "1820", "1830", "1840", "1850", "1860", "1870", "1880", "1890", "1900", "1910", "1920", "1930", "1940", "1950", "1960", "1970", "1980", "1990", "2000", "2010", "2020", "2030", "2040", "2050", "2060", "2070", "2080", "2090", "2100", "2110", "2120", "2130", "2140", "2150", "2160", "2170", "2180", "2190", "2200", "2210", "2220", "2230", "2240", "2250", "2260", "2270", "2280", "2290", "2300", "2310", "2320", "2330", "2340", "2350", "2360", "2370", "2380", "2390", "2400", "2410", "2420", "2430", "2440", "2450", "2460", "2470", "2480", "2490", "2500"); Column2_1.Name = "Column2_1"; Column2_1.Resizable = DataGridViewTriState.False; - TabPage2.AccessibleDescription = (string) null; - TabPage2.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) TabPage2, "TabPage2"); - TabPage2.BackgroundImage = (Image) null; - TabPage2.Controls.Add((Control) ComboBox2); - TabPage2.Controls.Add((Control) NumericUpDown2); - TabPage2.Controls.Add((Control) Label3); - TabPage2.Controls.Add((Control) Label4); - TabPage2.Controls.Add((Control) DataGridView2); - TabPage2.Font = (Font) null; + TabPage2.AccessibleDescription = null; + TabPage2.AccessibleName = null; + componentResourceManager.ApplyResources(TabPage2, "TabPage2"); + TabPage2.BackgroundImage = null; + TabPage2.Controls.Add(ComboBox2); + TabPage2.Controls.Add(NumericUpDown2); + TabPage2.Controls.Add(Label3); + TabPage2.Controls.Add(Label4); + TabPage2.Controls.Add(DataGridView2); + TabPage2.Font = null; TabPage2.Name = "TabPage2"; TabPage2.UseVisualStyleBackColor = true; - ComboBox2.AccessibleDescription = (string) null; - ComboBox2.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox2, "ComboBox2"); - ComboBox2.BackgroundImage = (Image) null; + ComboBox2.AccessibleDescription = null; + ComboBox2.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox2, "ComboBox2"); + ComboBox2.BackgroundImage = null; ComboBox2.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox2.Font = (Font) null; + ComboBox2.Font = null; ComboBox2.FormattingEnabled = true; ComboBox2.Items.AddRange(new object[256] { - (object) componentResourceManager.GetString("ComboBox2.Items"), - (object) componentResourceManager.GetString("ComboBox2.Items1"), - (object) componentResourceManager.GetString("ComboBox2.Items2"), - (object) componentResourceManager.GetString("ComboBox2.Items3"), - (object) componentResourceManager.GetString("ComboBox2.Items4"), - (object) componentResourceManager.GetString("ComboBox2.Items5"), - (object) componentResourceManager.GetString("ComboBox2.Items6"), - (object) componentResourceManager.GetString("ComboBox2.Items7"), - (object) componentResourceManager.GetString("ComboBox2.Items8"), - (object) componentResourceManager.GetString("ComboBox2.Items9"), - (object) componentResourceManager.GetString("ComboBox2.Items10"), - (object) componentResourceManager.GetString("ComboBox2.Items11"), - (object) componentResourceManager.GetString("ComboBox2.Items12"), - (object) componentResourceManager.GetString("ComboBox2.Items13"), - (object) componentResourceManager.GetString("ComboBox2.Items14"), - (object) componentResourceManager.GetString("ComboBox2.Items15"), - (object) componentResourceManager.GetString("ComboBox2.Items16"), - (object) componentResourceManager.GetString("ComboBox2.Items17"), - (object) componentResourceManager.GetString("ComboBox2.Items18"), - (object) componentResourceManager.GetString("ComboBox2.Items19"), - (object) componentResourceManager.GetString("ComboBox2.Items20"), - (object) componentResourceManager.GetString("ComboBox2.Items21"), - (object) componentResourceManager.GetString("ComboBox2.Items22"), - (object) componentResourceManager.GetString("ComboBox2.Items23"), - (object) componentResourceManager.GetString("ComboBox2.Items24"), - (object) componentResourceManager.GetString("ComboBox2.Items25"), - (object) componentResourceManager.GetString("ComboBox2.Items26"), - (object) componentResourceManager.GetString("ComboBox2.Items27"), - (object) componentResourceManager.GetString("ComboBox2.Items28"), - (object) componentResourceManager.GetString("ComboBox2.Items29"), - (object) componentResourceManager.GetString("ComboBox2.Items30"), - (object) componentResourceManager.GetString("ComboBox2.Items31"), - (object) componentResourceManager.GetString("ComboBox2.Items32"), - (object) componentResourceManager.GetString("ComboBox2.Items33"), - (object) componentResourceManager.GetString("ComboBox2.Items34"), - (object) componentResourceManager.GetString("ComboBox2.Items35"), - (object) componentResourceManager.GetString("ComboBox2.Items36"), - (object) componentResourceManager.GetString("ComboBox2.Items37"), - (object) componentResourceManager.GetString("ComboBox2.Items38"), - (object) componentResourceManager.GetString("ComboBox2.Items39"), - (object) componentResourceManager.GetString("ComboBox2.Items40"), - (object) componentResourceManager.GetString("ComboBox2.Items41"), - (object) componentResourceManager.GetString("ComboBox2.Items42"), - (object) componentResourceManager.GetString("ComboBox2.Items43"), - (object) componentResourceManager.GetString("ComboBox2.Items44"), - (object) componentResourceManager.GetString("ComboBox2.Items45"), - (object) componentResourceManager.GetString("ComboBox2.Items46"), - (object) componentResourceManager.GetString("ComboBox2.Items47"), - (object) componentResourceManager.GetString("ComboBox2.Items48"), - (object) componentResourceManager.GetString("ComboBox2.Items49"), - (object) componentResourceManager.GetString("ComboBox2.Items50"), - (object) componentResourceManager.GetString("ComboBox2.Items51"), - (object) componentResourceManager.GetString("ComboBox2.Items52"), - (object) componentResourceManager.GetString("ComboBox2.Items53"), - (object) componentResourceManager.GetString("ComboBox2.Items54"), - (object) componentResourceManager.GetString("ComboBox2.Items55"), - (object) componentResourceManager.GetString("ComboBox2.Items56"), - (object) componentResourceManager.GetString("ComboBox2.Items57"), - (object) componentResourceManager.GetString("ComboBox2.Items58"), - (object) componentResourceManager.GetString("ComboBox2.Items59"), - (object) componentResourceManager.GetString("ComboBox2.Items60"), - (object) componentResourceManager.GetString("ComboBox2.Items61"), - (object) componentResourceManager.GetString("ComboBox2.Items62"), - (object) componentResourceManager.GetString("ComboBox2.Items63"), - (object) componentResourceManager.GetString("ComboBox2.Items64"), - (object) componentResourceManager.GetString("ComboBox2.Items65"), - (object) componentResourceManager.GetString("ComboBox2.Items66"), - (object) componentResourceManager.GetString("ComboBox2.Items67"), - (object) componentResourceManager.GetString("ComboBox2.Items68"), - (object) componentResourceManager.GetString("ComboBox2.Items69"), - (object) componentResourceManager.GetString("ComboBox2.Items70"), - (object) componentResourceManager.GetString("ComboBox2.Items71"), - (object) componentResourceManager.GetString("ComboBox2.Items72"), - (object) componentResourceManager.GetString("ComboBox2.Items73"), - (object) componentResourceManager.GetString("ComboBox2.Items74"), - (object) componentResourceManager.GetString("ComboBox2.Items75"), - (object) componentResourceManager.GetString("ComboBox2.Items76"), - (object) componentResourceManager.GetString("ComboBox2.Items77"), - (object) componentResourceManager.GetString("ComboBox2.Items78"), - (object) componentResourceManager.GetString("ComboBox2.Items79"), - (object) componentResourceManager.GetString("ComboBox2.Items80"), - (object) componentResourceManager.GetString("ComboBox2.Items81"), - (object) componentResourceManager.GetString("ComboBox2.Items82"), - (object) componentResourceManager.GetString("ComboBox2.Items83"), - (object) componentResourceManager.GetString("ComboBox2.Items84"), - (object) componentResourceManager.GetString("ComboBox2.Items85"), - (object) componentResourceManager.GetString("ComboBox2.Items86"), - (object) componentResourceManager.GetString("ComboBox2.Items87"), - (object) componentResourceManager.GetString("ComboBox2.Items88"), - (object) componentResourceManager.GetString("ComboBox2.Items89"), - (object) componentResourceManager.GetString("ComboBox2.Items90"), - (object) componentResourceManager.GetString("ComboBox2.Items91"), - (object) componentResourceManager.GetString("ComboBox2.Items92"), - (object) componentResourceManager.GetString("ComboBox2.Items93"), - (object) componentResourceManager.GetString("ComboBox2.Items94"), - (object) componentResourceManager.GetString("ComboBox2.Items95"), - (object) componentResourceManager.GetString("ComboBox2.Items96"), - (object) componentResourceManager.GetString("ComboBox2.Items97"), - (object) componentResourceManager.GetString("ComboBox2.Items98"), - (object) componentResourceManager.GetString("ComboBox2.Items99"), - (object) componentResourceManager.GetString("ComboBox2.Items100"), - (object) componentResourceManager.GetString("ComboBox2.Items101"), - (object) componentResourceManager.GetString("ComboBox2.Items102"), - (object) componentResourceManager.GetString("ComboBox2.Items103"), - (object) componentResourceManager.GetString("ComboBox2.Items104"), - (object) componentResourceManager.GetString("ComboBox2.Items105"), - (object) componentResourceManager.GetString("ComboBox2.Items106"), - (object) componentResourceManager.GetString("ComboBox2.Items107"), - (object) componentResourceManager.GetString("ComboBox2.Items108"), - (object) componentResourceManager.GetString("ComboBox2.Items109"), - (object) componentResourceManager.GetString("ComboBox2.Items110"), - (object) componentResourceManager.GetString("ComboBox2.Items111"), - (object) componentResourceManager.GetString("ComboBox2.Items112"), - (object) componentResourceManager.GetString("ComboBox2.Items113"), - (object) componentResourceManager.GetString("ComboBox2.Items114"), - (object) componentResourceManager.GetString("ComboBox2.Items115"), - (object) componentResourceManager.GetString("ComboBox2.Items116"), - (object) componentResourceManager.GetString("ComboBox2.Items117"), - (object) componentResourceManager.GetString("ComboBox2.Items118"), - (object) componentResourceManager.GetString("ComboBox2.Items119"), - (object) componentResourceManager.GetString("ComboBox2.Items120"), - (object) componentResourceManager.GetString("ComboBox2.Items121"), - (object) componentResourceManager.GetString("ComboBox2.Items122"), - (object) componentResourceManager.GetString("ComboBox2.Items123"), - (object) componentResourceManager.GetString("ComboBox2.Items124"), - (object) componentResourceManager.GetString("ComboBox2.Items125"), - (object) componentResourceManager.GetString("ComboBox2.Items126"), - (object) componentResourceManager.GetString("ComboBox2.Items127"), - (object) componentResourceManager.GetString("ComboBox2.Items128"), - (object) componentResourceManager.GetString("ComboBox2.Items129"), - (object) componentResourceManager.GetString("ComboBox2.Items130"), - (object) componentResourceManager.GetString("ComboBox2.Items131"), - (object) componentResourceManager.GetString("ComboBox2.Items132"), - (object) componentResourceManager.GetString("ComboBox2.Items133"), - (object) componentResourceManager.GetString("ComboBox2.Items134"), - (object) componentResourceManager.GetString("ComboBox2.Items135"), - (object) componentResourceManager.GetString("ComboBox2.Items136"), - (object) componentResourceManager.GetString("ComboBox2.Items137"), - (object) componentResourceManager.GetString("ComboBox2.Items138"), - (object) componentResourceManager.GetString("ComboBox2.Items139"), - (object) componentResourceManager.GetString("ComboBox2.Items140"), - (object) componentResourceManager.GetString("ComboBox2.Items141"), - (object) componentResourceManager.GetString("ComboBox2.Items142"), - (object) componentResourceManager.GetString("ComboBox2.Items143"), - (object) componentResourceManager.GetString("ComboBox2.Items144"), - (object) componentResourceManager.GetString("ComboBox2.Items145"), - (object) componentResourceManager.GetString("ComboBox2.Items146"), - (object) componentResourceManager.GetString("ComboBox2.Items147"), - (object) componentResourceManager.GetString("ComboBox2.Items148"), - (object) componentResourceManager.GetString("ComboBox2.Items149"), - (object) componentResourceManager.GetString("ComboBox2.Items150"), - (object) componentResourceManager.GetString("ComboBox2.Items151"), - (object) componentResourceManager.GetString("ComboBox2.Items152"), - (object) componentResourceManager.GetString("ComboBox2.Items153"), - (object) componentResourceManager.GetString("ComboBox2.Items154"), - (object) componentResourceManager.GetString("ComboBox2.Items155"), - (object) componentResourceManager.GetString("ComboBox2.Items156"), - (object) componentResourceManager.GetString("ComboBox2.Items157"), - (object) componentResourceManager.GetString("ComboBox2.Items158"), - (object) componentResourceManager.GetString("ComboBox2.Items159"), - (object) componentResourceManager.GetString("ComboBox2.Items160"), - (object) componentResourceManager.GetString("ComboBox2.Items161"), - (object) componentResourceManager.GetString("ComboBox2.Items162"), - (object) componentResourceManager.GetString("ComboBox2.Items163"), - (object) componentResourceManager.GetString("ComboBox2.Items164"), - (object) componentResourceManager.GetString("ComboBox2.Items165"), - (object) componentResourceManager.GetString("ComboBox2.Items166"), - (object) componentResourceManager.GetString("ComboBox2.Items167"), - (object) componentResourceManager.GetString("ComboBox2.Items168"), - (object) componentResourceManager.GetString("ComboBox2.Items169"), - (object) componentResourceManager.GetString("ComboBox2.Items170"), - (object) componentResourceManager.GetString("ComboBox2.Items171"), - (object) componentResourceManager.GetString("ComboBox2.Items172"), - (object) componentResourceManager.GetString("ComboBox2.Items173"), - (object) componentResourceManager.GetString("ComboBox2.Items174"), - (object) componentResourceManager.GetString("ComboBox2.Items175"), - (object) componentResourceManager.GetString("ComboBox2.Items176"), - (object) componentResourceManager.GetString("ComboBox2.Items177"), - (object) componentResourceManager.GetString("ComboBox2.Items178"), - (object) componentResourceManager.GetString("ComboBox2.Items179"), - (object) componentResourceManager.GetString("ComboBox2.Items180"), - (object) componentResourceManager.GetString("ComboBox2.Items181"), - (object) componentResourceManager.GetString("ComboBox2.Items182"), - (object) componentResourceManager.GetString("ComboBox2.Items183"), - (object) componentResourceManager.GetString("ComboBox2.Items184"), - (object) componentResourceManager.GetString("ComboBox2.Items185"), - (object) componentResourceManager.GetString("ComboBox2.Items186"), - (object) componentResourceManager.GetString("ComboBox2.Items187"), - (object) componentResourceManager.GetString("ComboBox2.Items188"), - (object) componentResourceManager.GetString("ComboBox2.Items189"), - (object) componentResourceManager.GetString("ComboBox2.Items190"), - (object) componentResourceManager.GetString("ComboBox2.Items191"), - (object) componentResourceManager.GetString("ComboBox2.Items192"), - (object) componentResourceManager.GetString("ComboBox2.Items193"), - (object) componentResourceManager.GetString("ComboBox2.Items194"), - (object) componentResourceManager.GetString("ComboBox2.Items195"), - (object) componentResourceManager.GetString("ComboBox2.Items196"), - (object) componentResourceManager.GetString("ComboBox2.Items197"), - (object) componentResourceManager.GetString("ComboBox2.Items198"), - (object) componentResourceManager.GetString("ComboBox2.Items199"), - (object) componentResourceManager.GetString("ComboBox2.Items200"), - (object) componentResourceManager.GetString("ComboBox2.Items201"), - (object) componentResourceManager.GetString("ComboBox2.Items202"), - (object) componentResourceManager.GetString("ComboBox2.Items203"), - (object) componentResourceManager.GetString("ComboBox2.Items204"), - (object) componentResourceManager.GetString("ComboBox2.Items205"), - (object) componentResourceManager.GetString("ComboBox2.Items206"), - (object) componentResourceManager.GetString("ComboBox2.Items207"), - (object) componentResourceManager.GetString("ComboBox2.Items208"), - (object) componentResourceManager.GetString("ComboBox2.Items209"), - (object) componentResourceManager.GetString("ComboBox2.Items210"), - (object) componentResourceManager.GetString("ComboBox2.Items211"), - (object) componentResourceManager.GetString("ComboBox2.Items212"), - (object) componentResourceManager.GetString("ComboBox2.Items213"), - (object) componentResourceManager.GetString("ComboBox2.Items214"), - (object) componentResourceManager.GetString("ComboBox2.Items215"), - (object) componentResourceManager.GetString("ComboBox2.Items216"), - (object) componentResourceManager.GetString("ComboBox2.Items217"), - (object) componentResourceManager.GetString("ComboBox2.Items218"), - (object) componentResourceManager.GetString("ComboBox2.Items219"), - (object) componentResourceManager.GetString("ComboBox2.Items220"), - (object) componentResourceManager.GetString("ComboBox2.Items221"), - (object) componentResourceManager.GetString("ComboBox2.Items222"), - (object) componentResourceManager.GetString("ComboBox2.Items223"), - (object) componentResourceManager.GetString("ComboBox2.Items224"), - (object) componentResourceManager.GetString("ComboBox2.Items225"), - (object) componentResourceManager.GetString("ComboBox2.Items226"), - (object) componentResourceManager.GetString("ComboBox2.Items227"), - (object) componentResourceManager.GetString("ComboBox2.Items228"), - (object) componentResourceManager.GetString("ComboBox2.Items229"), - (object) componentResourceManager.GetString("ComboBox2.Items230"), - (object) componentResourceManager.GetString("ComboBox2.Items231"), - (object) componentResourceManager.GetString("ComboBox2.Items232"), - (object) componentResourceManager.GetString("ComboBox2.Items233"), - (object) componentResourceManager.GetString("ComboBox2.Items234"), - (object) componentResourceManager.GetString("ComboBox2.Items235"), - (object) componentResourceManager.GetString("ComboBox2.Items236"), - (object) componentResourceManager.GetString("ComboBox2.Items237"), - (object) componentResourceManager.GetString("ComboBox2.Items238"), - (object) componentResourceManager.GetString("ComboBox2.Items239"), - (object) componentResourceManager.GetString("ComboBox2.Items240"), - (object) componentResourceManager.GetString("ComboBox2.Items241"), - (object) componentResourceManager.GetString("ComboBox2.Items242"), - (object) componentResourceManager.GetString("ComboBox2.Items243"), - (object) componentResourceManager.GetString("ComboBox2.Items244"), - (object) componentResourceManager.GetString("ComboBox2.Items245"), - (object) componentResourceManager.GetString("ComboBox2.Items246"), - (object) componentResourceManager.GetString("ComboBox2.Items247"), - (object) componentResourceManager.GetString("ComboBox2.Items248"), - (object) componentResourceManager.GetString("ComboBox2.Items249"), - (object) componentResourceManager.GetString("ComboBox2.Items250"), - (object) componentResourceManager.GetString("ComboBox2.Items251"), - (object) componentResourceManager.GetString("ComboBox2.Items252"), - (object) componentResourceManager.GetString("ComboBox2.Items253"), - (object) componentResourceManager.GetString("ComboBox2.Items254"), - (object) componentResourceManager.GetString("ComboBox2.Items255") + componentResourceManager.GetString("ComboBox2.Items"), + componentResourceManager.GetString("ComboBox2.Items1"), + componentResourceManager.GetString("ComboBox2.Items2"), + componentResourceManager.GetString("ComboBox2.Items3"), + componentResourceManager.GetString("ComboBox2.Items4"), + componentResourceManager.GetString("ComboBox2.Items5"), + componentResourceManager.GetString("ComboBox2.Items6"), + componentResourceManager.GetString("ComboBox2.Items7"), + componentResourceManager.GetString("ComboBox2.Items8"), + componentResourceManager.GetString("ComboBox2.Items9"), + componentResourceManager.GetString("ComboBox2.Items10"), + componentResourceManager.GetString("ComboBox2.Items11"), + componentResourceManager.GetString("ComboBox2.Items12"), + componentResourceManager.GetString("ComboBox2.Items13"), + componentResourceManager.GetString("ComboBox2.Items14"), + componentResourceManager.GetString("ComboBox2.Items15"), + componentResourceManager.GetString("ComboBox2.Items16"), + componentResourceManager.GetString("ComboBox2.Items17"), + componentResourceManager.GetString("ComboBox2.Items18"), + componentResourceManager.GetString("ComboBox2.Items19"), + componentResourceManager.GetString("ComboBox2.Items20"), + componentResourceManager.GetString("ComboBox2.Items21"), + componentResourceManager.GetString("ComboBox2.Items22"), + componentResourceManager.GetString("ComboBox2.Items23"), + componentResourceManager.GetString("ComboBox2.Items24"), + componentResourceManager.GetString("ComboBox2.Items25"), + componentResourceManager.GetString("ComboBox2.Items26"), + componentResourceManager.GetString("ComboBox2.Items27"), + componentResourceManager.GetString("ComboBox2.Items28"), + componentResourceManager.GetString("ComboBox2.Items29"), + componentResourceManager.GetString("ComboBox2.Items30"), + componentResourceManager.GetString("ComboBox2.Items31"), + componentResourceManager.GetString("ComboBox2.Items32"), + componentResourceManager.GetString("ComboBox2.Items33"), + componentResourceManager.GetString("ComboBox2.Items34"), + componentResourceManager.GetString("ComboBox2.Items35"), + componentResourceManager.GetString("ComboBox2.Items36"), + componentResourceManager.GetString("ComboBox2.Items37"), + componentResourceManager.GetString("ComboBox2.Items38"), + componentResourceManager.GetString("ComboBox2.Items39"), + componentResourceManager.GetString("ComboBox2.Items40"), + componentResourceManager.GetString("ComboBox2.Items41"), + componentResourceManager.GetString("ComboBox2.Items42"), + componentResourceManager.GetString("ComboBox2.Items43"), + componentResourceManager.GetString("ComboBox2.Items44"), + componentResourceManager.GetString("ComboBox2.Items45"), + componentResourceManager.GetString("ComboBox2.Items46"), + componentResourceManager.GetString("ComboBox2.Items47"), + componentResourceManager.GetString("ComboBox2.Items48"), + componentResourceManager.GetString("ComboBox2.Items49"), + componentResourceManager.GetString("ComboBox2.Items50"), + componentResourceManager.GetString("ComboBox2.Items51"), + componentResourceManager.GetString("ComboBox2.Items52"), + componentResourceManager.GetString("ComboBox2.Items53"), + componentResourceManager.GetString("ComboBox2.Items54"), + componentResourceManager.GetString("ComboBox2.Items55"), + componentResourceManager.GetString("ComboBox2.Items56"), + componentResourceManager.GetString("ComboBox2.Items57"), + componentResourceManager.GetString("ComboBox2.Items58"), + componentResourceManager.GetString("ComboBox2.Items59"), + componentResourceManager.GetString("ComboBox2.Items60"), + componentResourceManager.GetString("ComboBox2.Items61"), + componentResourceManager.GetString("ComboBox2.Items62"), + componentResourceManager.GetString("ComboBox2.Items63"), + componentResourceManager.GetString("ComboBox2.Items64"), + componentResourceManager.GetString("ComboBox2.Items65"), + componentResourceManager.GetString("ComboBox2.Items66"), + componentResourceManager.GetString("ComboBox2.Items67"), + componentResourceManager.GetString("ComboBox2.Items68"), + componentResourceManager.GetString("ComboBox2.Items69"), + componentResourceManager.GetString("ComboBox2.Items70"), + componentResourceManager.GetString("ComboBox2.Items71"), + componentResourceManager.GetString("ComboBox2.Items72"), + componentResourceManager.GetString("ComboBox2.Items73"), + componentResourceManager.GetString("ComboBox2.Items74"), + componentResourceManager.GetString("ComboBox2.Items75"), + componentResourceManager.GetString("ComboBox2.Items76"), + componentResourceManager.GetString("ComboBox2.Items77"), + componentResourceManager.GetString("ComboBox2.Items78"), + componentResourceManager.GetString("ComboBox2.Items79"), + componentResourceManager.GetString("ComboBox2.Items80"), + componentResourceManager.GetString("ComboBox2.Items81"), + componentResourceManager.GetString("ComboBox2.Items82"), + componentResourceManager.GetString("ComboBox2.Items83"), + componentResourceManager.GetString("ComboBox2.Items84"), + componentResourceManager.GetString("ComboBox2.Items85"), + componentResourceManager.GetString("ComboBox2.Items86"), + componentResourceManager.GetString("ComboBox2.Items87"), + componentResourceManager.GetString("ComboBox2.Items88"), + componentResourceManager.GetString("ComboBox2.Items89"), + componentResourceManager.GetString("ComboBox2.Items90"), + componentResourceManager.GetString("ComboBox2.Items91"), + componentResourceManager.GetString("ComboBox2.Items92"), + componentResourceManager.GetString("ComboBox2.Items93"), + componentResourceManager.GetString("ComboBox2.Items94"), + componentResourceManager.GetString("ComboBox2.Items95"), + componentResourceManager.GetString("ComboBox2.Items96"), + componentResourceManager.GetString("ComboBox2.Items97"), + componentResourceManager.GetString("ComboBox2.Items98"), + componentResourceManager.GetString("ComboBox2.Items99"), + componentResourceManager.GetString("ComboBox2.Items100"), + componentResourceManager.GetString("ComboBox2.Items101"), + componentResourceManager.GetString("ComboBox2.Items102"), + componentResourceManager.GetString("ComboBox2.Items103"), + componentResourceManager.GetString("ComboBox2.Items104"), + componentResourceManager.GetString("ComboBox2.Items105"), + componentResourceManager.GetString("ComboBox2.Items106"), + componentResourceManager.GetString("ComboBox2.Items107"), + componentResourceManager.GetString("ComboBox2.Items108"), + componentResourceManager.GetString("ComboBox2.Items109"), + componentResourceManager.GetString("ComboBox2.Items110"), + componentResourceManager.GetString("ComboBox2.Items111"), + componentResourceManager.GetString("ComboBox2.Items112"), + componentResourceManager.GetString("ComboBox2.Items113"), + componentResourceManager.GetString("ComboBox2.Items114"), + componentResourceManager.GetString("ComboBox2.Items115"), + componentResourceManager.GetString("ComboBox2.Items116"), + componentResourceManager.GetString("ComboBox2.Items117"), + componentResourceManager.GetString("ComboBox2.Items118"), + componentResourceManager.GetString("ComboBox2.Items119"), + componentResourceManager.GetString("ComboBox2.Items120"), + componentResourceManager.GetString("ComboBox2.Items121"), + componentResourceManager.GetString("ComboBox2.Items122"), + componentResourceManager.GetString("ComboBox2.Items123"), + componentResourceManager.GetString("ComboBox2.Items124"), + componentResourceManager.GetString("ComboBox2.Items125"), + componentResourceManager.GetString("ComboBox2.Items126"), + componentResourceManager.GetString("ComboBox2.Items127"), + componentResourceManager.GetString("ComboBox2.Items128"), + componentResourceManager.GetString("ComboBox2.Items129"), + componentResourceManager.GetString("ComboBox2.Items130"), + componentResourceManager.GetString("ComboBox2.Items131"), + componentResourceManager.GetString("ComboBox2.Items132"), + componentResourceManager.GetString("ComboBox2.Items133"), + componentResourceManager.GetString("ComboBox2.Items134"), + componentResourceManager.GetString("ComboBox2.Items135"), + componentResourceManager.GetString("ComboBox2.Items136"), + componentResourceManager.GetString("ComboBox2.Items137"), + componentResourceManager.GetString("ComboBox2.Items138"), + componentResourceManager.GetString("ComboBox2.Items139"), + componentResourceManager.GetString("ComboBox2.Items140"), + componentResourceManager.GetString("ComboBox2.Items141"), + componentResourceManager.GetString("ComboBox2.Items142"), + componentResourceManager.GetString("ComboBox2.Items143"), + componentResourceManager.GetString("ComboBox2.Items144"), + componentResourceManager.GetString("ComboBox2.Items145"), + componentResourceManager.GetString("ComboBox2.Items146"), + componentResourceManager.GetString("ComboBox2.Items147"), + componentResourceManager.GetString("ComboBox2.Items148"), + componentResourceManager.GetString("ComboBox2.Items149"), + componentResourceManager.GetString("ComboBox2.Items150"), + componentResourceManager.GetString("ComboBox2.Items151"), + componentResourceManager.GetString("ComboBox2.Items152"), + componentResourceManager.GetString("ComboBox2.Items153"), + componentResourceManager.GetString("ComboBox2.Items154"), + componentResourceManager.GetString("ComboBox2.Items155"), + componentResourceManager.GetString("ComboBox2.Items156"), + componentResourceManager.GetString("ComboBox2.Items157"), + componentResourceManager.GetString("ComboBox2.Items158"), + componentResourceManager.GetString("ComboBox2.Items159"), + componentResourceManager.GetString("ComboBox2.Items160"), + componentResourceManager.GetString("ComboBox2.Items161"), + componentResourceManager.GetString("ComboBox2.Items162"), + componentResourceManager.GetString("ComboBox2.Items163"), + componentResourceManager.GetString("ComboBox2.Items164"), + componentResourceManager.GetString("ComboBox2.Items165"), + componentResourceManager.GetString("ComboBox2.Items166"), + componentResourceManager.GetString("ComboBox2.Items167"), + componentResourceManager.GetString("ComboBox2.Items168"), + componentResourceManager.GetString("ComboBox2.Items169"), + componentResourceManager.GetString("ComboBox2.Items170"), + componentResourceManager.GetString("ComboBox2.Items171"), + componentResourceManager.GetString("ComboBox2.Items172"), + componentResourceManager.GetString("ComboBox2.Items173"), + componentResourceManager.GetString("ComboBox2.Items174"), + componentResourceManager.GetString("ComboBox2.Items175"), + componentResourceManager.GetString("ComboBox2.Items176"), + componentResourceManager.GetString("ComboBox2.Items177"), + componentResourceManager.GetString("ComboBox2.Items178"), + componentResourceManager.GetString("ComboBox2.Items179"), + componentResourceManager.GetString("ComboBox2.Items180"), + componentResourceManager.GetString("ComboBox2.Items181"), + componentResourceManager.GetString("ComboBox2.Items182"), + componentResourceManager.GetString("ComboBox2.Items183"), + componentResourceManager.GetString("ComboBox2.Items184"), + componentResourceManager.GetString("ComboBox2.Items185"), + componentResourceManager.GetString("ComboBox2.Items186"), + componentResourceManager.GetString("ComboBox2.Items187"), + componentResourceManager.GetString("ComboBox2.Items188"), + componentResourceManager.GetString("ComboBox2.Items189"), + componentResourceManager.GetString("ComboBox2.Items190"), + componentResourceManager.GetString("ComboBox2.Items191"), + componentResourceManager.GetString("ComboBox2.Items192"), + componentResourceManager.GetString("ComboBox2.Items193"), + componentResourceManager.GetString("ComboBox2.Items194"), + componentResourceManager.GetString("ComboBox2.Items195"), + componentResourceManager.GetString("ComboBox2.Items196"), + componentResourceManager.GetString("ComboBox2.Items197"), + componentResourceManager.GetString("ComboBox2.Items198"), + componentResourceManager.GetString("ComboBox2.Items199"), + componentResourceManager.GetString("ComboBox2.Items200"), + componentResourceManager.GetString("ComboBox2.Items201"), + componentResourceManager.GetString("ComboBox2.Items202"), + componentResourceManager.GetString("ComboBox2.Items203"), + componentResourceManager.GetString("ComboBox2.Items204"), + componentResourceManager.GetString("ComboBox2.Items205"), + componentResourceManager.GetString("ComboBox2.Items206"), + componentResourceManager.GetString("ComboBox2.Items207"), + componentResourceManager.GetString("ComboBox2.Items208"), + componentResourceManager.GetString("ComboBox2.Items209"), + componentResourceManager.GetString("ComboBox2.Items210"), + componentResourceManager.GetString("ComboBox2.Items211"), + componentResourceManager.GetString("ComboBox2.Items212"), + componentResourceManager.GetString("ComboBox2.Items213"), + componentResourceManager.GetString("ComboBox2.Items214"), + componentResourceManager.GetString("ComboBox2.Items215"), + componentResourceManager.GetString("ComboBox2.Items216"), + componentResourceManager.GetString("ComboBox2.Items217"), + componentResourceManager.GetString("ComboBox2.Items218"), + componentResourceManager.GetString("ComboBox2.Items219"), + componentResourceManager.GetString("ComboBox2.Items220"), + componentResourceManager.GetString("ComboBox2.Items221"), + componentResourceManager.GetString("ComboBox2.Items222"), + componentResourceManager.GetString("ComboBox2.Items223"), + componentResourceManager.GetString("ComboBox2.Items224"), + componentResourceManager.GetString("ComboBox2.Items225"), + componentResourceManager.GetString("ComboBox2.Items226"), + componentResourceManager.GetString("ComboBox2.Items227"), + componentResourceManager.GetString("ComboBox2.Items228"), + componentResourceManager.GetString("ComboBox2.Items229"), + componentResourceManager.GetString("ComboBox2.Items230"), + componentResourceManager.GetString("ComboBox2.Items231"), + componentResourceManager.GetString("ComboBox2.Items232"), + componentResourceManager.GetString("ComboBox2.Items233"), + componentResourceManager.GetString("ComboBox2.Items234"), + componentResourceManager.GetString("ComboBox2.Items235"), + componentResourceManager.GetString("ComboBox2.Items236"), + componentResourceManager.GetString("ComboBox2.Items237"), + componentResourceManager.GetString("ComboBox2.Items238"), + componentResourceManager.GetString("ComboBox2.Items239"), + componentResourceManager.GetString("ComboBox2.Items240"), + componentResourceManager.GetString("ComboBox2.Items241"), + componentResourceManager.GetString("ComboBox2.Items242"), + componentResourceManager.GetString("ComboBox2.Items243"), + componentResourceManager.GetString("ComboBox2.Items244"), + componentResourceManager.GetString("ComboBox2.Items245"), + componentResourceManager.GetString("ComboBox2.Items246"), + componentResourceManager.GetString("ComboBox2.Items247"), + componentResourceManager.GetString("ComboBox2.Items248"), + componentResourceManager.GetString("ComboBox2.Items249"), + componentResourceManager.GetString("ComboBox2.Items250"), + componentResourceManager.GetString("ComboBox2.Items251"), + componentResourceManager.GetString("ComboBox2.Items252"), + componentResourceManager.GetString("ComboBox2.Items253"), + componentResourceManager.GetString("ComboBox2.Items254"), + componentResourceManager.GetString("ComboBox2.Items255") }); ComboBox2.Name = "ComboBox2"; - NumericUpDown2.AccessibleDescription = (string) null; - NumericUpDown2.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) NumericUpDown2, "NumericUpDown2"); - NumericUpDown2.Font = (Font) null; - NumericUpDown numericUpDown2 = NumericUpDown2; + NumericUpDown2.AccessibleDescription = null; + NumericUpDown2.AccessibleName = null; + componentResourceManager.ApplyResources(NumericUpDown2, "NumericUpDown2"); + NumericUpDown2.Font = null; + var numericUpDown2 = NumericUpDown2; num1 = new Decimal(new int[4] { - (int) byte.MaxValue, + byte.MaxValue, 0, 0, 0 }); - Decimal num3 = num1; + var num3 = num1; numericUpDown2.Maximum = num3; NumericUpDown2.Name = "NumericUpDown2"; - Label3.AccessibleDescription = (string) null; - Label3.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label3, "Label3"); - Label3.Font = (Font) null; + Label3.AccessibleDescription = null; + Label3.AccessibleName = null; + componentResourceManager.ApplyResources(Label3, "Label3"); + Label3.Font = null; Label3.Name = "Label3"; - Label4.AccessibleDescription = (string) null; - Label4.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label4, "Label4"); - Label4.Font = (Font) null; + Label4.AccessibleDescription = null; + Label4.AccessibleName = null; + componentResourceManager.ApplyResources(Label4, "Label4"); + Label4.Font = null; Label4.Name = "Label4"; - DataGridView2.AccessibleDescription = (string) null; - DataGridView2.AccessibleName = (string) null; + DataGridView2.AccessibleDescription = null; + DataGridView2.AccessibleName = null; DataGridView2.AllowUserToAddRows = false; DataGridView2.AllowUserToDeleteRows = false; DataGridView2.AllowUserToResizeColumns = false; DataGridView2.AllowUserToResizeRows = false; gridViewCellStyle5.Alignment = DataGridViewContentAlignment.MiddleCenter; DataGridView2.AlternatingRowsDefaultCellStyle = gridViewCellStyle5; - componentResourceManager.ApplyResources((object) DataGridView2, "DataGridView2"); - DataGridView2.BackgroundImage = (Image) null; + componentResourceManager.ApplyResources(DataGridView2, "DataGridView2"); + DataGridView2.BackgroundImage = null; gridViewCellStyle6.Alignment = DataGridViewContentAlignment.MiddleCenter; gridViewCellStyle6.BackColor = SystemColors.Control; - gridViewCellStyle6.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, (byte) 134); + gridViewCellStyle6.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, 134); gridViewCellStyle6.ForeColor = SystemColors.WindowText; gridViewCellStyle6.SelectionBackColor = SystemColors.Highlight; gridViewCellStyle6.SelectionForeColor = SystemColors.HighlightText; gridViewCellStyle6.WrapMode = DataGridViewTriState.True; DataGridView2.ColumnHeadersDefaultCellStyle = gridViewCellStyle6; DataGridView2.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.DisableResizing; - DataGridView2.Columns.AddRange((DataGridViewColumn) Column1_2, (DataGridViewColumn) Column2_2); - DataGridView2.Font = (Font) null; + DataGridView2.Columns.AddRange(Column1_2, Column2_2); + DataGridView2.Font = null; DataGridView2.Name = "DataGridView2"; gridViewCellStyle7.Alignment = DataGridViewContentAlignment.MiddleCenter; gridViewCellStyle7.BackColor = SystemColors.Control; - gridViewCellStyle7.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, (byte) 134); + gridViewCellStyle7.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, 134); gridViewCellStyle7.ForeColor = SystemColors.WindowText; gridViewCellStyle7.SelectionBackColor = SystemColors.Highlight; gridViewCellStyle7.SelectionForeColor = SystemColors.HighlightText; @@ -1015,344 +1015,344 @@ namespace HPG_68D DataGridView2.RowTemplate.Height = 23; Column1_2.AutoSizeMode = DataGridViewAutoSizeColumnMode.None; Column1_2.DisplayStyle = DataGridViewComboBoxDisplayStyle.Nothing; - componentResourceManager.ApplyResources((object) Column1_2, "Column1_2"); - Column1_2.Items.AddRange((object) "无", (object) "400", (object) "410", (object) "420", (object) "430", (object) "440", (object) "450", (object) "460", (object) "470", (object) "480", (object) "490", (object) "500", (object) "510", (object) "520", (object) "530", (object) "540", (object) "550", (object) "560", (object) "570", (object) "580", (object) "590", (object) "600", (object) "610", (object) "620", (object) "630", (object) "640", (object) "650", (object) "660", (object) "670", (object) "680", (object) "690", (object) "700", (object) "710", (object) "720", (object) "730", (object) "740", (object) "750", (object) "760", (object) "770", (object) "780", (object) "790", (object) "800", (object) "810", (object) "820", (object) "830", (object) "840", (object) "850", (object) "860", (object) "870", (object) "880", (object) "890", (object) "900", (object) "910", (object) "920", (object) "930", (object) "940", (object) "950", (object) "960", (object) "970", (object) "980", (object) "990", (object) "1000", (object) "1010", (object) "1020", (object) "1030", (object) "1040", (object) "1050", (object) "1060", (object) "1070", (object) "1080", (object) "1090", (object) "1100", (object) "1110", (object) "1120", (object) "1130", (object) "1140", (object) "1150", (object) "1160", (object) "1170", (object) "1180", (object) "1190", (object) "1200", (object) "1210", (object) "1220", (object) "1230", (object) "1240", (object) "1250", (object) "1260", (object) "1270", (object) "1280", (object) "1290", (object) "1300", (object) "1310", (object) "1320", (object) "1330", (object) "1340", (object) "1350", (object) "1360", (object) "1370", (object) "1380", (object) "1390", (object) "1400", (object) "1410", (object) "1420", (object) "1430", (object) "1440", (object) "1450", (object) "1460", (object) "1470", (object) "1480", (object) "1490", (object) "1500", (object) "1510", (object) "1520", (object) "1530", (object) "1540", (object) "1550", (object) "1560", (object) "1570", (object) "1580", (object) "1590", (object) "1600", (object) "1610", (object) "1620", (object) "1630", (object) "1640", (object) "1650", (object) "1660", (object) "1670", (object) "1680", (object) "1690", (object) "1700", (object) "1710", (object) "1720", (object) "1730", (object) "1740", (object) "1750", (object) "1760", (object) "1770", (object) "1780", (object) "1790", (object) "1800", (object) "1810", (object) "1820", (object) "1830", (object) "1840", (object) "1850", (object) "1860", (object) "1870", (object) "1880", (object) "1890", (object) "1900", (object) "1910", (object) "1920", (object) "1930", (object) "1940", (object) "1950", (object) "1960", (object) "1970", (object) "1980", (object) "1990", (object) "2000", (object) "2010", (object) "2020", (object) "2030", (object) "2040", (object) "2050", (object) "2060", (object) "2070", (object) "2080", (object) "2090", (object) "2100", (object) "2110", (object) "2120", (object) "2130", (object) "2140", (object) "2150", (object) "2160", (object) "2170", (object) "2180", (object) "2190", (object) "2200", (object) "2210", (object) "2220", (object) "2230", (object) "2240", (object) "2250", (object) "2260", (object) "2270", (object) "2280", (object) "2290", (object) "2300", (object) "2310", (object) "2320", (object) "2330", (object) "2340", (object) "2350", (object) "2360", (object) "2370", (object) "2380", (object) "2390", (object) "2400", (object) "2410", (object) "2420", (object) "2430", (object) "2440", (object) "2450", (object) "2460", (object) "2470", (object) "2480", (object) "2490", (object) "2500"); + componentResourceManager.ApplyResources(Column1_2, "Column1_2"); + Column1_2.Items.AddRange("无", "400", "410", "420", "430", "440", "450", "460", "470", "480", "490", "500", "510", "520", "530", "540", "550", "560", "570", "580", "590", "600", "610", "620", "630", "640", "650", "660", "670", "680", "690", "700", "710", "720", "730", "740", "750", "760", "770", "780", "790", "800", "810", "820", "830", "840", "850", "860", "870", "880", "890", "900", "910", "920", "930", "940", "950", "960", "970", "980", "990", "1000", "1010", "1020", "1030", "1040", "1050", "1060", "1070", "1080", "1090", "1100", "1110", "1120", "1130", "1140", "1150", "1160", "1170", "1180", "1190", "1200", "1210", "1220", "1230", "1240", "1250", "1260", "1270", "1280", "1290", "1300", "1310", "1320", "1330", "1340", "1350", "1360", "1370", "1380", "1390", "1400", "1410", "1420", "1430", "1440", "1450", "1460", "1470", "1480", "1490", "1500", "1510", "1520", "1530", "1540", "1550", "1560", "1570", "1580", "1590", "1600", "1610", "1620", "1630", "1640", "1650", "1660", "1670", "1680", "1690", "1700", "1710", "1720", "1730", "1740", "1750", "1760", "1770", "1780", "1790", "1800", "1810", "1820", "1830", "1840", "1850", "1860", "1870", "1880", "1890", "1900", "1910", "1920", "1930", "1940", "1950", "1960", "1970", "1980", "1990", "2000", "2010", "2020", "2030", "2040", "2050", "2060", "2070", "2080", "2090", "2100", "2110", "2120", "2130", "2140", "2150", "2160", "2170", "2180", "2190", "2200", "2210", "2220", "2230", "2240", "2250", "2260", "2270", "2280", "2290", "2300", "2310", "2320", "2330", "2340", "2350", "2360", "2370", "2380", "2390", "2400", "2410", "2420", "2430", "2440", "2450", "2460", "2470", "2480", "2490", "2500"); Column1_2.Name = "Column1_2"; Column1_2.Resizable = DataGridViewTriState.False; Column2_2.DisplayStyle = DataGridViewComboBoxDisplayStyle.Nothing; - componentResourceManager.ApplyResources((object) Column2_2, "Column2_2"); - Column2_2.Items.AddRange((object) "0", (object) "10", (object) "20", (object) "30", (object) "40", (object) "50", (object) "60", (object) "70", (object) "80", (object) "90", (object) "100", (object) "110", (object) "120", (object) "130", (object) "140", (object) "150", (object) "160", (object) "170", (object) "180", (object) "190", (object) "200", (object) "210", (object) "220", (object) "230", (object) "240", (object) "250", (object) "260", (object) "270", (object) "280", (object) "290", (object) "300", (object) "310", (object) "320", (object) "330", (object) "340", (object) "350", (object) "360", (object) "370", (object) "380", (object) "390", (object) "400", (object) "410", (object) "420", (object) "430", (object) "440", (object) "450", (object) "460", (object) "470", (object) "480", (object) "490", (object) "500", (object) "510", (object) "520", (object) "530", (object) "540", (object) "550", (object) "560", (object) "570", (object) "580", (object) "590", (object) "600", (object) "610", (object) "620", (object) "630", (object) "640", (object) "650", (object) "660", (object) "670", (object) "680", (object) "690", (object) "700", (object) "710", (object) "720", (object) "730", (object) "740", (object) "750", (object) "760", (object) "770", (object) "780", (object) "790", (object) "800", (object) "810", (object) "820", (object) "830", (object) "840", (object) "850", (object) "860", (object) "870", (object) "880", (object) "890", (object) "900", (object) "910", (object) "920", (object) "930", (object) "940", (object) "950", (object) "960", (object) "970", (object) "980", (object) "990", (object) "1000", (object) "1010", (object) "1020", (object) "1030", (object) "1040", (object) "1050", (object) "1060", (object) "1070", (object) "1080", (object) "1090", (object) "1100", (object) "1110", (object) "1120", (object) "1130", (object) "1140", (object) "1150", (object) "1160", (object) "1170", (object) "1180", (object) "1190", (object) "1200", (object) "1210", (object) "1220", (object) "1230", (object) "1240", (object) "1250", (object) "1260", (object) "1270", (object) "1280", (object) "1290", (object) "1300", (object) "1310", (object) "1320", (object) "1330", (object) "1340", (object) "1350", (object) "1360", (object) "1370", (object) "1380", (object) "1390", (object) "1400", (object) "1410", (object) "1420", (object) "1430", (object) "1440", (object) "1450", (object) "1460", (object) "1470", (object) "1480", (object) "1490", (object) "1500", (object) "1510", (object) "1520", (object) "1530", (object) "1540", (object) "1550", (object) "1560", (object) "1570", (object) "1580", (object) "1590", (object) "1600", (object) "1610", (object) "1620", (object) "1630", (object) "1640", (object) "1650", (object) "1660", (object) "1670", (object) "1680", (object) "1690", (object) "1700", (object) "1710", (object) "1720", (object) "1730", (object) "1740", (object) "1750", (object) "1760", (object) "1770", (object) "1780", (object) "1790", (object) "1800", (object) "1810", (object) "1820", (object) "1830", (object) "1840", (object) "1850", (object) "1860", (object) "1870", (object) "1880", (object) "1890", (object) "1900", (object) "1910", (object) "1920", (object) "1930", (object) "1940", (object) "1950", (object) "1960", (object) "1970", (object) "1980", (object) "1990", (object) "2000", (object) "2010", (object) "2020", (object) "2030", (object) "2040", (object) "2050", (object) "2060", (object) "2070", (object) "2080", (object) "2090", (object) "2100", (object) "2110", (object) "2120", (object) "2130", (object) "2140", (object) "2150", (object) "2160", (object) "2170", (object) "2180", (object) "2190", (object) "2200", (object) "2210", (object) "2220", (object) "2230", (object) "2240", (object) "2250", (object) "2260", (object) "2270", (object) "2280", (object) "2290", (object) "2300", (object) "2310", (object) "2320", (object) "2330", (object) "2340", (object) "2350", (object) "2360", (object) "2370", (object) "2380", (object) "2390", (object) "2400", (object) "2410", (object) "2420", (object) "2430", (object) "2440", (object) "2450", (object) "2460", (object) "2470", (object) "2480", (object) "2490", (object) "2500"); + componentResourceManager.ApplyResources(Column2_2, "Column2_2"); + Column2_2.Items.AddRange("0", "10", "20", "30", "40", "50", "60", "70", "80", "90", "100", "110", "120", "130", "140", "150", "160", "170", "180", "190", "200", "210", "220", "230", "240", "250", "260", "270", "280", "290", "300", "310", "320", "330", "340", "350", "360", "370", "380", "390", "400", "410", "420", "430", "440", "450", "460", "470", "480", "490", "500", "510", "520", "530", "540", "550", "560", "570", "580", "590", "600", "610", "620", "630", "640", "650", "660", "670", "680", "690", "700", "710", "720", "730", "740", "750", "760", "770", "780", "790", "800", "810", "820", "830", "840", "850", "860", "870", "880", "890", "900", "910", "920", "930", "940", "950", "960", "970", "980", "990", "1000", "1010", "1020", "1030", "1040", "1050", "1060", "1070", "1080", "1090", "1100", "1110", "1120", "1130", "1140", "1150", "1160", "1170", "1180", "1190", "1200", "1210", "1220", "1230", "1240", "1250", "1260", "1270", "1280", "1290", "1300", "1310", "1320", "1330", "1340", "1350", "1360", "1370", "1380", "1390", "1400", "1410", "1420", "1430", "1440", "1450", "1460", "1470", "1480", "1490", "1500", "1510", "1520", "1530", "1540", "1550", "1560", "1570", "1580", "1590", "1600", "1610", "1620", "1630", "1640", "1650", "1660", "1670", "1680", "1690", "1700", "1710", "1720", "1730", "1740", "1750", "1760", "1770", "1780", "1790", "1800", "1810", "1820", "1830", "1840", "1850", "1860", "1870", "1880", "1890", "1900", "1910", "1920", "1930", "1940", "1950", "1960", "1970", "1980", "1990", "2000", "2010", "2020", "2030", "2040", "2050", "2060", "2070", "2080", "2090", "2100", "2110", "2120", "2130", "2140", "2150", "2160", "2170", "2180", "2190", "2200", "2210", "2220", "2230", "2240", "2250", "2260", "2270", "2280", "2290", "2300", "2310", "2320", "2330", "2340", "2350", "2360", "2370", "2380", "2390", "2400", "2410", "2420", "2430", "2440", "2450", "2460", "2470", "2480", "2490", "2500"); Column2_2.Name = "Column2_2"; Column2_2.Resizable = DataGridViewTriState.False; - TabPage3.AccessibleDescription = (string) null; - TabPage3.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) TabPage3, "TabPage3"); - TabPage3.BackgroundImage = (Image) null; - TabPage3.Controls.Add((Control) ComboBox3); - TabPage3.Controls.Add((Control) NumericUpDown3); - TabPage3.Controls.Add((Control) Label5); - TabPage3.Controls.Add((Control) Label6); - TabPage3.Controls.Add((Control) DataGridView3); - TabPage3.Font = (Font) null; + TabPage3.AccessibleDescription = null; + TabPage3.AccessibleName = null; + componentResourceManager.ApplyResources(TabPage3, "TabPage3"); + TabPage3.BackgroundImage = null; + TabPage3.Controls.Add(ComboBox3); + TabPage3.Controls.Add(NumericUpDown3); + TabPage3.Controls.Add(Label5); + TabPage3.Controls.Add(Label6); + TabPage3.Controls.Add(DataGridView3); + TabPage3.Font = null; TabPage3.Name = "TabPage3"; TabPage3.UseVisualStyleBackColor = true; - ComboBox3.AccessibleDescription = (string) null; - ComboBox3.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox3, "ComboBox3"); - ComboBox3.BackgroundImage = (Image) null; + ComboBox3.AccessibleDescription = null; + ComboBox3.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox3, "ComboBox3"); + ComboBox3.BackgroundImage = null; ComboBox3.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox3.Font = (Font) null; + ComboBox3.Font = null; ComboBox3.FormattingEnabled = true; ComboBox3.Items.AddRange(new object[256] { - (object) componentResourceManager.GetString("ComboBox3.Items"), - (object) componentResourceManager.GetString("ComboBox3.Items1"), - (object) componentResourceManager.GetString("ComboBox3.Items2"), - (object) componentResourceManager.GetString("ComboBox3.Items3"), - (object) componentResourceManager.GetString("ComboBox3.Items4"), - (object) componentResourceManager.GetString("ComboBox3.Items5"), - (object) componentResourceManager.GetString("ComboBox3.Items6"), - (object) componentResourceManager.GetString("ComboBox3.Items7"), - (object) componentResourceManager.GetString("ComboBox3.Items8"), - (object) componentResourceManager.GetString("ComboBox3.Items9"), - (object) componentResourceManager.GetString("ComboBox3.Items10"), - (object) componentResourceManager.GetString("ComboBox3.Items11"), - (object) componentResourceManager.GetString("ComboBox3.Items12"), - (object) componentResourceManager.GetString("ComboBox3.Items13"), - (object) componentResourceManager.GetString("ComboBox3.Items14"), - (object) componentResourceManager.GetString("ComboBox3.Items15"), - (object) componentResourceManager.GetString("ComboBox3.Items16"), - (object) componentResourceManager.GetString("ComboBox3.Items17"), - (object) componentResourceManager.GetString("ComboBox3.Items18"), - (object) componentResourceManager.GetString("ComboBox3.Items19"), - (object) componentResourceManager.GetString("ComboBox3.Items20"), - (object) componentResourceManager.GetString("ComboBox3.Items21"), - (object) componentResourceManager.GetString("ComboBox3.Items22"), - (object) componentResourceManager.GetString("ComboBox3.Items23"), - (object) componentResourceManager.GetString("ComboBox3.Items24"), - (object) componentResourceManager.GetString("ComboBox3.Items25"), - (object) componentResourceManager.GetString("ComboBox3.Items26"), - (object) componentResourceManager.GetString("ComboBox3.Items27"), - (object) componentResourceManager.GetString("ComboBox3.Items28"), - (object) componentResourceManager.GetString("ComboBox3.Items29"), - (object) componentResourceManager.GetString("ComboBox3.Items30"), - (object) componentResourceManager.GetString("ComboBox3.Items31"), - (object) componentResourceManager.GetString("ComboBox3.Items32"), - (object) componentResourceManager.GetString("ComboBox3.Items33"), - (object) componentResourceManager.GetString("ComboBox3.Items34"), - (object) componentResourceManager.GetString("ComboBox3.Items35"), - (object) componentResourceManager.GetString("ComboBox3.Items36"), - (object) componentResourceManager.GetString("ComboBox3.Items37"), - (object) componentResourceManager.GetString("ComboBox3.Items38"), - (object) componentResourceManager.GetString("ComboBox3.Items39"), - (object) componentResourceManager.GetString("ComboBox3.Items40"), - (object) componentResourceManager.GetString("ComboBox3.Items41"), - (object) componentResourceManager.GetString("ComboBox3.Items42"), - (object) componentResourceManager.GetString("ComboBox3.Items43"), - (object) componentResourceManager.GetString("ComboBox3.Items44"), - (object) componentResourceManager.GetString("ComboBox3.Items45"), - (object) componentResourceManager.GetString("ComboBox3.Items46"), - (object) componentResourceManager.GetString("ComboBox3.Items47"), - (object) componentResourceManager.GetString("ComboBox3.Items48"), - (object) componentResourceManager.GetString("ComboBox3.Items49"), - (object) componentResourceManager.GetString("ComboBox3.Items50"), - (object) componentResourceManager.GetString("ComboBox3.Items51"), - (object) componentResourceManager.GetString("ComboBox3.Items52"), - (object) componentResourceManager.GetString("ComboBox3.Items53"), - (object) componentResourceManager.GetString("ComboBox3.Items54"), - (object) componentResourceManager.GetString("ComboBox3.Items55"), - (object) componentResourceManager.GetString("ComboBox3.Items56"), - (object) componentResourceManager.GetString("ComboBox3.Items57"), - (object) componentResourceManager.GetString("ComboBox3.Items58"), - (object) componentResourceManager.GetString("ComboBox3.Items59"), - (object) componentResourceManager.GetString("ComboBox3.Items60"), - (object) componentResourceManager.GetString("ComboBox3.Items61"), - (object) componentResourceManager.GetString("ComboBox3.Items62"), - (object) componentResourceManager.GetString("ComboBox3.Items63"), - (object) componentResourceManager.GetString("ComboBox3.Items64"), - (object) componentResourceManager.GetString("ComboBox3.Items65"), - (object) componentResourceManager.GetString("ComboBox3.Items66"), - (object) componentResourceManager.GetString("ComboBox3.Items67"), - (object) componentResourceManager.GetString("ComboBox3.Items68"), - (object) componentResourceManager.GetString("ComboBox3.Items69"), - (object) componentResourceManager.GetString("ComboBox3.Items70"), - (object) componentResourceManager.GetString("ComboBox3.Items71"), - (object) componentResourceManager.GetString("ComboBox3.Items72"), - (object) componentResourceManager.GetString("ComboBox3.Items73"), - (object) componentResourceManager.GetString("ComboBox3.Items74"), - (object) componentResourceManager.GetString("ComboBox3.Items75"), - (object) componentResourceManager.GetString("ComboBox3.Items76"), - (object) componentResourceManager.GetString("ComboBox3.Items77"), - (object) componentResourceManager.GetString("ComboBox3.Items78"), - (object) componentResourceManager.GetString("ComboBox3.Items79"), - (object) componentResourceManager.GetString("ComboBox3.Items80"), - (object) componentResourceManager.GetString("ComboBox3.Items81"), - (object) componentResourceManager.GetString("ComboBox3.Items82"), - (object) componentResourceManager.GetString("ComboBox3.Items83"), - (object) componentResourceManager.GetString("ComboBox3.Items84"), - (object) componentResourceManager.GetString("ComboBox3.Items85"), - (object) componentResourceManager.GetString("ComboBox3.Items86"), - (object) componentResourceManager.GetString("ComboBox3.Items87"), - (object) componentResourceManager.GetString("ComboBox3.Items88"), - (object) componentResourceManager.GetString("ComboBox3.Items89"), - (object) componentResourceManager.GetString("ComboBox3.Items90"), - (object) componentResourceManager.GetString("ComboBox3.Items91"), - (object) componentResourceManager.GetString("ComboBox3.Items92"), - (object) componentResourceManager.GetString("ComboBox3.Items93"), - (object) componentResourceManager.GetString("ComboBox3.Items94"), - (object) componentResourceManager.GetString("ComboBox3.Items95"), - (object) componentResourceManager.GetString("ComboBox3.Items96"), - (object) componentResourceManager.GetString("ComboBox3.Items97"), - (object) componentResourceManager.GetString("ComboBox3.Items98"), - (object) componentResourceManager.GetString("ComboBox3.Items99"), - (object) componentResourceManager.GetString("ComboBox3.Items100"), - (object) componentResourceManager.GetString("ComboBox3.Items101"), - (object) componentResourceManager.GetString("ComboBox3.Items102"), - (object) componentResourceManager.GetString("ComboBox3.Items103"), - (object) componentResourceManager.GetString("ComboBox3.Items104"), - (object) componentResourceManager.GetString("ComboBox3.Items105"), - (object) componentResourceManager.GetString("ComboBox3.Items106"), - (object) componentResourceManager.GetString("ComboBox3.Items107"), - (object) componentResourceManager.GetString("ComboBox3.Items108"), - (object) componentResourceManager.GetString("ComboBox3.Items109"), - (object) componentResourceManager.GetString("ComboBox3.Items110"), - (object) componentResourceManager.GetString("ComboBox3.Items111"), - (object) componentResourceManager.GetString("ComboBox3.Items112"), - (object) componentResourceManager.GetString("ComboBox3.Items113"), - (object) componentResourceManager.GetString("ComboBox3.Items114"), - (object) componentResourceManager.GetString("ComboBox3.Items115"), - (object) componentResourceManager.GetString("ComboBox3.Items116"), - (object) componentResourceManager.GetString("ComboBox3.Items117"), - (object) componentResourceManager.GetString("ComboBox3.Items118"), - (object) componentResourceManager.GetString("ComboBox3.Items119"), - (object) componentResourceManager.GetString("ComboBox3.Items120"), - (object) componentResourceManager.GetString("ComboBox3.Items121"), - (object) componentResourceManager.GetString("ComboBox3.Items122"), - (object) componentResourceManager.GetString("ComboBox3.Items123"), - (object) componentResourceManager.GetString("ComboBox3.Items124"), - (object) componentResourceManager.GetString("ComboBox3.Items125"), - (object) componentResourceManager.GetString("ComboBox3.Items126"), - (object) componentResourceManager.GetString("ComboBox3.Items127"), - (object) componentResourceManager.GetString("ComboBox3.Items128"), - (object) componentResourceManager.GetString("ComboBox3.Items129"), - (object) componentResourceManager.GetString("ComboBox3.Items130"), - (object) componentResourceManager.GetString("ComboBox3.Items131"), - (object) componentResourceManager.GetString("ComboBox3.Items132"), - (object) componentResourceManager.GetString("ComboBox3.Items133"), - (object) componentResourceManager.GetString("ComboBox3.Items134"), - (object) componentResourceManager.GetString("ComboBox3.Items135"), - (object) componentResourceManager.GetString("ComboBox3.Items136"), - (object) componentResourceManager.GetString("ComboBox3.Items137"), - (object) componentResourceManager.GetString("ComboBox3.Items138"), - (object) componentResourceManager.GetString("ComboBox3.Items139"), - (object) componentResourceManager.GetString("ComboBox3.Items140"), - (object) componentResourceManager.GetString("ComboBox3.Items141"), - (object) componentResourceManager.GetString("ComboBox3.Items142"), - (object) componentResourceManager.GetString("ComboBox3.Items143"), - (object) componentResourceManager.GetString("ComboBox3.Items144"), - (object) componentResourceManager.GetString("ComboBox3.Items145"), - (object) componentResourceManager.GetString("ComboBox3.Items146"), - (object) componentResourceManager.GetString("ComboBox3.Items147"), - (object) componentResourceManager.GetString("ComboBox3.Items148"), - (object) componentResourceManager.GetString("ComboBox3.Items149"), - (object) componentResourceManager.GetString("ComboBox3.Items150"), - (object) componentResourceManager.GetString("ComboBox3.Items151"), - (object) componentResourceManager.GetString("ComboBox3.Items152"), - (object) componentResourceManager.GetString("ComboBox3.Items153"), - (object) componentResourceManager.GetString("ComboBox3.Items154"), - (object) componentResourceManager.GetString("ComboBox3.Items155"), - (object) componentResourceManager.GetString("ComboBox3.Items156"), - (object) componentResourceManager.GetString("ComboBox3.Items157"), - (object) componentResourceManager.GetString("ComboBox3.Items158"), - (object) componentResourceManager.GetString("ComboBox3.Items159"), - (object) componentResourceManager.GetString("ComboBox3.Items160"), - (object) componentResourceManager.GetString("ComboBox3.Items161"), - (object) componentResourceManager.GetString("ComboBox3.Items162"), - (object) componentResourceManager.GetString("ComboBox3.Items163"), - (object) componentResourceManager.GetString("ComboBox3.Items164"), - (object) componentResourceManager.GetString("ComboBox3.Items165"), - (object) componentResourceManager.GetString("ComboBox3.Items166"), - (object) componentResourceManager.GetString("ComboBox3.Items167"), - (object) componentResourceManager.GetString("ComboBox3.Items168"), - (object) componentResourceManager.GetString("ComboBox3.Items169"), - (object) componentResourceManager.GetString("ComboBox3.Items170"), - (object) componentResourceManager.GetString("ComboBox3.Items171"), - (object) componentResourceManager.GetString("ComboBox3.Items172"), - (object) componentResourceManager.GetString("ComboBox3.Items173"), - (object) componentResourceManager.GetString("ComboBox3.Items174"), - (object) componentResourceManager.GetString("ComboBox3.Items175"), - (object) componentResourceManager.GetString("ComboBox3.Items176"), - (object) componentResourceManager.GetString("ComboBox3.Items177"), - (object) componentResourceManager.GetString("ComboBox3.Items178"), - (object) componentResourceManager.GetString("ComboBox3.Items179"), - (object) componentResourceManager.GetString("ComboBox3.Items180"), - (object) componentResourceManager.GetString("ComboBox3.Items181"), - (object) componentResourceManager.GetString("ComboBox3.Items182"), - (object) componentResourceManager.GetString("ComboBox3.Items183"), - (object) componentResourceManager.GetString("ComboBox3.Items184"), - (object) componentResourceManager.GetString("ComboBox3.Items185"), - (object) componentResourceManager.GetString("ComboBox3.Items186"), - (object) componentResourceManager.GetString("ComboBox3.Items187"), - (object) componentResourceManager.GetString("ComboBox3.Items188"), - (object) componentResourceManager.GetString("ComboBox3.Items189"), - (object) componentResourceManager.GetString("ComboBox3.Items190"), - (object) componentResourceManager.GetString("ComboBox3.Items191"), - (object) componentResourceManager.GetString("ComboBox3.Items192"), - (object) componentResourceManager.GetString("ComboBox3.Items193"), - (object) componentResourceManager.GetString("ComboBox3.Items194"), - (object) componentResourceManager.GetString("ComboBox3.Items195"), - (object) componentResourceManager.GetString("ComboBox3.Items196"), - (object) componentResourceManager.GetString("ComboBox3.Items197"), - (object) componentResourceManager.GetString("ComboBox3.Items198"), - (object) componentResourceManager.GetString("ComboBox3.Items199"), - (object) componentResourceManager.GetString("ComboBox3.Items200"), - (object) componentResourceManager.GetString("ComboBox3.Items201"), - (object) componentResourceManager.GetString("ComboBox3.Items202"), - (object) componentResourceManager.GetString("ComboBox3.Items203"), - (object) componentResourceManager.GetString("ComboBox3.Items204"), - (object) componentResourceManager.GetString("ComboBox3.Items205"), - (object) componentResourceManager.GetString("ComboBox3.Items206"), - (object) componentResourceManager.GetString("ComboBox3.Items207"), - (object) componentResourceManager.GetString("ComboBox3.Items208"), - (object) componentResourceManager.GetString("ComboBox3.Items209"), - (object) componentResourceManager.GetString("ComboBox3.Items210"), - (object) componentResourceManager.GetString("ComboBox3.Items211"), - (object) componentResourceManager.GetString("ComboBox3.Items212"), - (object) componentResourceManager.GetString("ComboBox3.Items213"), - (object) componentResourceManager.GetString("ComboBox3.Items214"), - (object) componentResourceManager.GetString("ComboBox3.Items215"), - (object) componentResourceManager.GetString("ComboBox3.Items216"), - (object) componentResourceManager.GetString("ComboBox3.Items217"), - (object) componentResourceManager.GetString("ComboBox3.Items218"), - (object) componentResourceManager.GetString("ComboBox3.Items219"), - (object) componentResourceManager.GetString("ComboBox3.Items220"), - (object) componentResourceManager.GetString("ComboBox3.Items221"), - (object) componentResourceManager.GetString("ComboBox3.Items222"), - (object) componentResourceManager.GetString("ComboBox3.Items223"), - (object) componentResourceManager.GetString("ComboBox3.Items224"), - (object) componentResourceManager.GetString("ComboBox3.Items225"), - (object) componentResourceManager.GetString("ComboBox3.Items226"), - (object) componentResourceManager.GetString("ComboBox3.Items227"), - (object) componentResourceManager.GetString("ComboBox3.Items228"), - (object) componentResourceManager.GetString("ComboBox3.Items229"), - (object) componentResourceManager.GetString("ComboBox3.Items230"), - (object) componentResourceManager.GetString("ComboBox3.Items231"), - (object) componentResourceManager.GetString("ComboBox3.Items232"), - (object) componentResourceManager.GetString("ComboBox3.Items233"), - (object) componentResourceManager.GetString("ComboBox3.Items234"), - (object) componentResourceManager.GetString("ComboBox3.Items235"), - (object) componentResourceManager.GetString("ComboBox3.Items236"), - (object) componentResourceManager.GetString("ComboBox3.Items237"), - (object) componentResourceManager.GetString("ComboBox3.Items238"), - (object) componentResourceManager.GetString("ComboBox3.Items239"), - (object) componentResourceManager.GetString("ComboBox3.Items240"), - (object) componentResourceManager.GetString("ComboBox3.Items241"), - (object) componentResourceManager.GetString("ComboBox3.Items242"), - (object) componentResourceManager.GetString("ComboBox3.Items243"), - (object) componentResourceManager.GetString("ComboBox3.Items244"), - (object) componentResourceManager.GetString("ComboBox3.Items245"), - (object) componentResourceManager.GetString("ComboBox3.Items246"), - (object) componentResourceManager.GetString("ComboBox3.Items247"), - (object) componentResourceManager.GetString("ComboBox3.Items248"), - (object) componentResourceManager.GetString("ComboBox3.Items249"), - (object) componentResourceManager.GetString("ComboBox3.Items250"), - (object) componentResourceManager.GetString("ComboBox3.Items251"), - (object) componentResourceManager.GetString("ComboBox3.Items252"), - (object) componentResourceManager.GetString("ComboBox3.Items253"), - (object) componentResourceManager.GetString("ComboBox3.Items254"), - (object) componentResourceManager.GetString("ComboBox3.Items255") + componentResourceManager.GetString("ComboBox3.Items"), + componentResourceManager.GetString("ComboBox3.Items1"), + componentResourceManager.GetString("ComboBox3.Items2"), + componentResourceManager.GetString("ComboBox3.Items3"), + componentResourceManager.GetString("ComboBox3.Items4"), + componentResourceManager.GetString("ComboBox3.Items5"), + componentResourceManager.GetString("ComboBox3.Items6"), + componentResourceManager.GetString("ComboBox3.Items7"), + componentResourceManager.GetString("ComboBox3.Items8"), + componentResourceManager.GetString("ComboBox3.Items9"), + componentResourceManager.GetString("ComboBox3.Items10"), + componentResourceManager.GetString("ComboBox3.Items11"), + componentResourceManager.GetString("ComboBox3.Items12"), + componentResourceManager.GetString("ComboBox3.Items13"), + componentResourceManager.GetString("ComboBox3.Items14"), + componentResourceManager.GetString("ComboBox3.Items15"), + componentResourceManager.GetString("ComboBox3.Items16"), + componentResourceManager.GetString("ComboBox3.Items17"), + componentResourceManager.GetString("ComboBox3.Items18"), + componentResourceManager.GetString("ComboBox3.Items19"), + componentResourceManager.GetString("ComboBox3.Items20"), + componentResourceManager.GetString("ComboBox3.Items21"), + componentResourceManager.GetString("ComboBox3.Items22"), + componentResourceManager.GetString("ComboBox3.Items23"), + componentResourceManager.GetString("ComboBox3.Items24"), + componentResourceManager.GetString("ComboBox3.Items25"), + componentResourceManager.GetString("ComboBox3.Items26"), + componentResourceManager.GetString("ComboBox3.Items27"), + componentResourceManager.GetString("ComboBox3.Items28"), + componentResourceManager.GetString("ComboBox3.Items29"), + componentResourceManager.GetString("ComboBox3.Items30"), + componentResourceManager.GetString("ComboBox3.Items31"), + componentResourceManager.GetString("ComboBox3.Items32"), + componentResourceManager.GetString("ComboBox3.Items33"), + componentResourceManager.GetString("ComboBox3.Items34"), + componentResourceManager.GetString("ComboBox3.Items35"), + componentResourceManager.GetString("ComboBox3.Items36"), + componentResourceManager.GetString("ComboBox3.Items37"), + componentResourceManager.GetString("ComboBox3.Items38"), + componentResourceManager.GetString("ComboBox3.Items39"), + componentResourceManager.GetString("ComboBox3.Items40"), + componentResourceManager.GetString("ComboBox3.Items41"), + componentResourceManager.GetString("ComboBox3.Items42"), + componentResourceManager.GetString("ComboBox3.Items43"), + componentResourceManager.GetString("ComboBox3.Items44"), + componentResourceManager.GetString("ComboBox3.Items45"), + componentResourceManager.GetString("ComboBox3.Items46"), + componentResourceManager.GetString("ComboBox3.Items47"), + componentResourceManager.GetString("ComboBox3.Items48"), + componentResourceManager.GetString("ComboBox3.Items49"), + componentResourceManager.GetString("ComboBox3.Items50"), + componentResourceManager.GetString("ComboBox3.Items51"), + componentResourceManager.GetString("ComboBox3.Items52"), + componentResourceManager.GetString("ComboBox3.Items53"), + componentResourceManager.GetString("ComboBox3.Items54"), + componentResourceManager.GetString("ComboBox3.Items55"), + componentResourceManager.GetString("ComboBox3.Items56"), + componentResourceManager.GetString("ComboBox3.Items57"), + componentResourceManager.GetString("ComboBox3.Items58"), + componentResourceManager.GetString("ComboBox3.Items59"), + componentResourceManager.GetString("ComboBox3.Items60"), + componentResourceManager.GetString("ComboBox3.Items61"), + componentResourceManager.GetString("ComboBox3.Items62"), + componentResourceManager.GetString("ComboBox3.Items63"), + componentResourceManager.GetString("ComboBox3.Items64"), + componentResourceManager.GetString("ComboBox3.Items65"), + componentResourceManager.GetString("ComboBox3.Items66"), + componentResourceManager.GetString("ComboBox3.Items67"), + componentResourceManager.GetString("ComboBox3.Items68"), + componentResourceManager.GetString("ComboBox3.Items69"), + componentResourceManager.GetString("ComboBox3.Items70"), + componentResourceManager.GetString("ComboBox3.Items71"), + componentResourceManager.GetString("ComboBox3.Items72"), + componentResourceManager.GetString("ComboBox3.Items73"), + componentResourceManager.GetString("ComboBox3.Items74"), + componentResourceManager.GetString("ComboBox3.Items75"), + componentResourceManager.GetString("ComboBox3.Items76"), + componentResourceManager.GetString("ComboBox3.Items77"), + componentResourceManager.GetString("ComboBox3.Items78"), + componentResourceManager.GetString("ComboBox3.Items79"), + componentResourceManager.GetString("ComboBox3.Items80"), + componentResourceManager.GetString("ComboBox3.Items81"), + componentResourceManager.GetString("ComboBox3.Items82"), + componentResourceManager.GetString("ComboBox3.Items83"), + componentResourceManager.GetString("ComboBox3.Items84"), + componentResourceManager.GetString("ComboBox3.Items85"), + componentResourceManager.GetString("ComboBox3.Items86"), + componentResourceManager.GetString("ComboBox3.Items87"), + componentResourceManager.GetString("ComboBox3.Items88"), + componentResourceManager.GetString("ComboBox3.Items89"), + componentResourceManager.GetString("ComboBox3.Items90"), + componentResourceManager.GetString("ComboBox3.Items91"), + componentResourceManager.GetString("ComboBox3.Items92"), + componentResourceManager.GetString("ComboBox3.Items93"), + componentResourceManager.GetString("ComboBox3.Items94"), + componentResourceManager.GetString("ComboBox3.Items95"), + componentResourceManager.GetString("ComboBox3.Items96"), + componentResourceManager.GetString("ComboBox3.Items97"), + componentResourceManager.GetString("ComboBox3.Items98"), + componentResourceManager.GetString("ComboBox3.Items99"), + componentResourceManager.GetString("ComboBox3.Items100"), + componentResourceManager.GetString("ComboBox3.Items101"), + componentResourceManager.GetString("ComboBox3.Items102"), + componentResourceManager.GetString("ComboBox3.Items103"), + componentResourceManager.GetString("ComboBox3.Items104"), + componentResourceManager.GetString("ComboBox3.Items105"), + componentResourceManager.GetString("ComboBox3.Items106"), + componentResourceManager.GetString("ComboBox3.Items107"), + componentResourceManager.GetString("ComboBox3.Items108"), + componentResourceManager.GetString("ComboBox3.Items109"), + componentResourceManager.GetString("ComboBox3.Items110"), + componentResourceManager.GetString("ComboBox3.Items111"), + componentResourceManager.GetString("ComboBox3.Items112"), + componentResourceManager.GetString("ComboBox3.Items113"), + componentResourceManager.GetString("ComboBox3.Items114"), + componentResourceManager.GetString("ComboBox3.Items115"), + componentResourceManager.GetString("ComboBox3.Items116"), + componentResourceManager.GetString("ComboBox3.Items117"), + componentResourceManager.GetString("ComboBox3.Items118"), + componentResourceManager.GetString("ComboBox3.Items119"), + componentResourceManager.GetString("ComboBox3.Items120"), + componentResourceManager.GetString("ComboBox3.Items121"), + componentResourceManager.GetString("ComboBox3.Items122"), + componentResourceManager.GetString("ComboBox3.Items123"), + componentResourceManager.GetString("ComboBox3.Items124"), + componentResourceManager.GetString("ComboBox3.Items125"), + componentResourceManager.GetString("ComboBox3.Items126"), + componentResourceManager.GetString("ComboBox3.Items127"), + componentResourceManager.GetString("ComboBox3.Items128"), + componentResourceManager.GetString("ComboBox3.Items129"), + componentResourceManager.GetString("ComboBox3.Items130"), + componentResourceManager.GetString("ComboBox3.Items131"), + componentResourceManager.GetString("ComboBox3.Items132"), + componentResourceManager.GetString("ComboBox3.Items133"), + componentResourceManager.GetString("ComboBox3.Items134"), + componentResourceManager.GetString("ComboBox3.Items135"), + componentResourceManager.GetString("ComboBox3.Items136"), + componentResourceManager.GetString("ComboBox3.Items137"), + componentResourceManager.GetString("ComboBox3.Items138"), + componentResourceManager.GetString("ComboBox3.Items139"), + componentResourceManager.GetString("ComboBox3.Items140"), + componentResourceManager.GetString("ComboBox3.Items141"), + componentResourceManager.GetString("ComboBox3.Items142"), + componentResourceManager.GetString("ComboBox3.Items143"), + componentResourceManager.GetString("ComboBox3.Items144"), + componentResourceManager.GetString("ComboBox3.Items145"), + componentResourceManager.GetString("ComboBox3.Items146"), + componentResourceManager.GetString("ComboBox3.Items147"), + componentResourceManager.GetString("ComboBox3.Items148"), + componentResourceManager.GetString("ComboBox3.Items149"), + componentResourceManager.GetString("ComboBox3.Items150"), + componentResourceManager.GetString("ComboBox3.Items151"), + componentResourceManager.GetString("ComboBox3.Items152"), + componentResourceManager.GetString("ComboBox3.Items153"), + componentResourceManager.GetString("ComboBox3.Items154"), + componentResourceManager.GetString("ComboBox3.Items155"), + componentResourceManager.GetString("ComboBox3.Items156"), + componentResourceManager.GetString("ComboBox3.Items157"), + componentResourceManager.GetString("ComboBox3.Items158"), + componentResourceManager.GetString("ComboBox3.Items159"), + componentResourceManager.GetString("ComboBox3.Items160"), + componentResourceManager.GetString("ComboBox3.Items161"), + componentResourceManager.GetString("ComboBox3.Items162"), + componentResourceManager.GetString("ComboBox3.Items163"), + componentResourceManager.GetString("ComboBox3.Items164"), + componentResourceManager.GetString("ComboBox3.Items165"), + componentResourceManager.GetString("ComboBox3.Items166"), + componentResourceManager.GetString("ComboBox3.Items167"), + componentResourceManager.GetString("ComboBox3.Items168"), + componentResourceManager.GetString("ComboBox3.Items169"), + componentResourceManager.GetString("ComboBox3.Items170"), + componentResourceManager.GetString("ComboBox3.Items171"), + componentResourceManager.GetString("ComboBox3.Items172"), + componentResourceManager.GetString("ComboBox3.Items173"), + componentResourceManager.GetString("ComboBox3.Items174"), + componentResourceManager.GetString("ComboBox3.Items175"), + componentResourceManager.GetString("ComboBox3.Items176"), + componentResourceManager.GetString("ComboBox3.Items177"), + componentResourceManager.GetString("ComboBox3.Items178"), + componentResourceManager.GetString("ComboBox3.Items179"), + componentResourceManager.GetString("ComboBox3.Items180"), + componentResourceManager.GetString("ComboBox3.Items181"), + componentResourceManager.GetString("ComboBox3.Items182"), + componentResourceManager.GetString("ComboBox3.Items183"), + componentResourceManager.GetString("ComboBox3.Items184"), + componentResourceManager.GetString("ComboBox3.Items185"), + componentResourceManager.GetString("ComboBox3.Items186"), + componentResourceManager.GetString("ComboBox3.Items187"), + componentResourceManager.GetString("ComboBox3.Items188"), + componentResourceManager.GetString("ComboBox3.Items189"), + componentResourceManager.GetString("ComboBox3.Items190"), + componentResourceManager.GetString("ComboBox3.Items191"), + componentResourceManager.GetString("ComboBox3.Items192"), + componentResourceManager.GetString("ComboBox3.Items193"), + componentResourceManager.GetString("ComboBox3.Items194"), + componentResourceManager.GetString("ComboBox3.Items195"), + componentResourceManager.GetString("ComboBox3.Items196"), + componentResourceManager.GetString("ComboBox3.Items197"), + componentResourceManager.GetString("ComboBox3.Items198"), + componentResourceManager.GetString("ComboBox3.Items199"), + componentResourceManager.GetString("ComboBox3.Items200"), + componentResourceManager.GetString("ComboBox3.Items201"), + componentResourceManager.GetString("ComboBox3.Items202"), + componentResourceManager.GetString("ComboBox3.Items203"), + componentResourceManager.GetString("ComboBox3.Items204"), + componentResourceManager.GetString("ComboBox3.Items205"), + componentResourceManager.GetString("ComboBox3.Items206"), + componentResourceManager.GetString("ComboBox3.Items207"), + componentResourceManager.GetString("ComboBox3.Items208"), + componentResourceManager.GetString("ComboBox3.Items209"), + componentResourceManager.GetString("ComboBox3.Items210"), + componentResourceManager.GetString("ComboBox3.Items211"), + componentResourceManager.GetString("ComboBox3.Items212"), + componentResourceManager.GetString("ComboBox3.Items213"), + componentResourceManager.GetString("ComboBox3.Items214"), + componentResourceManager.GetString("ComboBox3.Items215"), + componentResourceManager.GetString("ComboBox3.Items216"), + componentResourceManager.GetString("ComboBox3.Items217"), + componentResourceManager.GetString("ComboBox3.Items218"), + componentResourceManager.GetString("ComboBox3.Items219"), + componentResourceManager.GetString("ComboBox3.Items220"), + componentResourceManager.GetString("ComboBox3.Items221"), + componentResourceManager.GetString("ComboBox3.Items222"), + componentResourceManager.GetString("ComboBox3.Items223"), + componentResourceManager.GetString("ComboBox3.Items224"), + componentResourceManager.GetString("ComboBox3.Items225"), + componentResourceManager.GetString("ComboBox3.Items226"), + componentResourceManager.GetString("ComboBox3.Items227"), + componentResourceManager.GetString("ComboBox3.Items228"), + componentResourceManager.GetString("ComboBox3.Items229"), + componentResourceManager.GetString("ComboBox3.Items230"), + componentResourceManager.GetString("ComboBox3.Items231"), + componentResourceManager.GetString("ComboBox3.Items232"), + componentResourceManager.GetString("ComboBox3.Items233"), + componentResourceManager.GetString("ComboBox3.Items234"), + componentResourceManager.GetString("ComboBox3.Items235"), + componentResourceManager.GetString("ComboBox3.Items236"), + componentResourceManager.GetString("ComboBox3.Items237"), + componentResourceManager.GetString("ComboBox3.Items238"), + componentResourceManager.GetString("ComboBox3.Items239"), + componentResourceManager.GetString("ComboBox3.Items240"), + componentResourceManager.GetString("ComboBox3.Items241"), + componentResourceManager.GetString("ComboBox3.Items242"), + componentResourceManager.GetString("ComboBox3.Items243"), + componentResourceManager.GetString("ComboBox3.Items244"), + componentResourceManager.GetString("ComboBox3.Items245"), + componentResourceManager.GetString("ComboBox3.Items246"), + componentResourceManager.GetString("ComboBox3.Items247"), + componentResourceManager.GetString("ComboBox3.Items248"), + componentResourceManager.GetString("ComboBox3.Items249"), + componentResourceManager.GetString("ComboBox3.Items250"), + componentResourceManager.GetString("ComboBox3.Items251"), + componentResourceManager.GetString("ComboBox3.Items252"), + componentResourceManager.GetString("ComboBox3.Items253"), + componentResourceManager.GetString("ComboBox3.Items254"), + componentResourceManager.GetString("ComboBox3.Items255") }); ComboBox3.Name = "ComboBox3"; - NumericUpDown3.AccessibleDescription = (string) null; - NumericUpDown3.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) NumericUpDown3, "NumericUpDown3"); - NumericUpDown3.Font = (Font) null; - NumericUpDown numericUpDown3 = NumericUpDown3; + NumericUpDown3.AccessibleDescription = null; + NumericUpDown3.AccessibleName = null; + componentResourceManager.ApplyResources(NumericUpDown3, "NumericUpDown3"); + NumericUpDown3.Font = null; + var numericUpDown3 = NumericUpDown3; num1 = new Decimal(new int[4] { - (int) byte.MaxValue, + byte.MaxValue, 0, 0, 0 }); - Decimal num4 = num1; + var num4 = num1; numericUpDown3.Maximum = num4; NumericUpDown3.Name = "NumericUpDown3"; - Label5.AccessibleDescription = (string) null; - Label5.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label5, "Label5"); - Label5.Font = (Font) null; + Label5.AccessibleDescription = null; + Label5.AccessibleName = null; + componentResourceManager.ApplyResources(Label5, "Label5"); + Label5.Font = null; Label5.Name = "Label5"; - Label6.AccessibleDescription = (string) null; - Label6.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label6, "Label6"); - Label6.Font = (Font) null; + Label6.AccessibleDescription = null; + Label6.AccessibleName = null; + componentResourceManager.ApplyResources(Label6, "Label6"); + Label6.Font = null; Label6.Name = "Label6"; - DataGridView3.AccessibleDescription = (string) null; - DataGridView3.AccessibleName = (string) null; + DataGridView3.AccessibleDescription = null; + DataGridView3.AccessibleName = null; DataGridView3.AllowUserToAddRows = false; DataGridView3.AllowUserToDeleteRows = false; DataGridView3.AllowUserToResizeColumns = false; DataGridView3.AllowUserToResizeRows = false; gridViewCellStyle9.Alignment = DataGridViewContentAlignment.MiddleCenter; DataGridView3.AlternatingRowsDefaultCellStyle = gridViewCellStyle9; - componentResourceManager.ApplyResources((object) DataGridView3, "DataGridView3"); - DataGridView3.BackgroundImage = (Image) null; + componentResourceManager.ApplyResources(DataGridView3, "DataGridView3"); + DataGridView3.BackgroundImage = null; gridViewCellStyle10.Alignment = DataGridViewContentAlignment.MiddleCenter; gridViewCellStyle10.BackColor = SystemColors.Control; - gridViewCellStyle10.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, (byte) 134); + gridViewCellStyle10.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, 134); gridViewCellStyle10.ForeColor = SystemColors.WindowText; gridViewCellStyle10.SelectionBackColor = SystemColors.Highlight; gridViewCellStyle10.SelectionForeColor = SystemColors.HighlightText; gridViewCellStyle10.WrapMode = DataGridViewTriState.True; DataGridView3.ColumnHeadersDefaultCellStyle = gridViewCellStyle10; DataGridView3.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.DisableResizing; - DataGridView3.Columns.AddRange((DataGridViewColumn) Column1_3, (DataGridViewColumn) Column2_3); - DataGridView3.Font = (Font) null; + DataGridView3.Columns.AddRange(Column1_3, Column2_3); + DataGridView3.Font = null; DataGridView3.Name = "DataGridView3"; gridViewCellStyle11.Alignment = DataGridViewContentAlignment.MiddleCenter; gridViewCellStyle11.BackColor = SystemColors.Control; - gridViewCellStyle11.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, (byte) 134); + gridViewCellStyle11.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, 134); gridViewCellStyle11.ForeColor = SystemColors.WindowText; gridViewCellStyle11.SelectionBackColor = SystemColors.Highlight; gridViewCellStyle11.SelectionForeColor = SystemColors.HighlightText; @@ -1363,343 +1363,343 @@ namespace HPG_68D DataGridView3.RowTemplate.Height = 23; Column1_3.AutoSizeMode = DataGridViewAutoSizeColumnMode.None; Column1_3.DisplayStyle = DataGridViewComboBoxDisplayStyle.Nothing; - componentResourceManager.ApplyResources((object) Column1_3, "Column1_3"); - Column1_3.Items.AddRange((object) "无", (object) "400", (object) "410", (object) "420", (object) "430", (object) "440", (object) "450", (object) "460", (object) "470", (object) "480", (object) "490", (object) "500", (object) "510", (object) "520", (object) "530", (object) "540", (object) "550", (object) "560", (object) "570", (object) "580", (object) "590", (object) "600", (object) "610", (object) "620", (object) "630", (object) "640", (object) "650", (object) "660", (object) "670", (object) "680", (object) "690", (object) "700", (object) "710", (object) "720", (object) "730", (object) "740", (object) "750", (object) "760", (object) "770", (object) "780", (object) "790", (object) "800", (object) "810", (object) "820", (object) "830", (object) "840", (object) "850", (object) "860", (object) "870", (object) "880", (object) "890", (object) "900", (object) "910", (object) "920", (object) "930", (object) "940", (object) "950", (object) "960", (object) "970", (object) "980", (object) "990", (object) "1000", (object) "1010", (object) "1020", (object) "1030", (object) "1040", (object) "1050", (object) "1060", (object) "1070", (object) "1080", (object) "1090", (object) "1100", (object) "1110", (object) "1120", (object) "1130", (object) "1140", (object) "1150", (object) "1160", (object) "1170", (object) "1180", (object) "1190", (object) "1200", (object) "1210", (object) "1220", (object) "1230", (object) "1240", (object) "1250", (object) "1260", (object) "1270", (object) "1280", (object) "1290", (object) "1300", (object) "1310", (object) "1320", (object) "1330", (object) "1340", (object) "1350", (object) "1360", (object) "1370", (object) "1380", (object) "1390", (object) "1400", (object) "1410", (object) "1420", (object) "1430", (object) "1440", (object) "1450", (object) "1460", (object) "1470", (object) "1480", (object) "1490", (object) "1500", (object) "1510", (object) "1520", (object) "1530", (object) "1540", (object) "1550", (object) "1560", (object) "1570", (object) "1580", (object) "1590", (object) "1600", (object) "1610", (object) "1620", (object) "1630", (object) "1640", (object) "1650", (object) "1660", (object) "1670", (object) "1680", (object) "1690", (object) "1700", (object) "1710", (object) "1720", (object) "1730", (object) "1740", (object) "1750", (object) "1760", (object) "1770", (object) "1780", (object) "1790", (object) "1800", (object) "1810", (object) "1820", (object) "1830", (object) "1840", (object) "1850", (object) "1860", (object) "1870", (object) "1880", (object) "1890", (object) "1900", (object) "1910", (object) "1920", (object) "1930", (object) "1940", (object) "1950", (object) "1960", (object) "1970", (object) "1980", (object) "1990", (object) "2000", (object) "2010", (object) "2020", (object) "2030", (object) "2040", (object) "2050", (object) "2060", (object) "2070", (object) "2080", (object) "2090", (object) "2100", (object) "2110", (object) "2120", (object) "2130", (object) "2140", (object) "2150", (object) "2160", (object) "2170", (object) "2180", (object) "2190", (object) "2200", (object) "2210", (object) "2220", (object) "2230", (object) "2240", (object) "2250", (object) "2260", (object) "2270", (object) "2280", (object) "2290", (object) "2300", (object) "2310", (object) "2320", (object) "2330", (object) "2340", (object) "2350", (object) "2360", (object) "2370", (object) "2380", (object) "2390", (object) "2400", (object) "2410", (object) "2420", (object) "2430", (object) "2440", (object) "2450", (object) "2460", (object) "2470", (object) "2480", (object) "2490", (object) "2500"); + componentResourceManager.ApplyResources(Column1_3, "Column1_3"); + Column1_3.Items.AddRange("无", "400", "410", "420", "430", "440", "450", "460", "470", "480", "490", "500", "510", "520", "530", "540", "550", "560", "570", "580", "590", "600", "610", "620", "630", "640", "650", "660", "670", "680", "690", "700", "710", "720", "730", "740", "750", "760", "770", "780", "790", "800", "810", "820", "830", "840", "850", "860", "870", "880", "890", "900", "910", "920", "930", "940", "950", "960", "970", "980", "990", "1000", "1010", "1020", "1030", "1040", "1050", "1060", "1070", "1080", "1090", "1100", "1110", "1120", "1130", "1140", "1150", "1160", "1170", "1180", "1190", "1200", "1210", "1220", "1230", "1240", "1250", "1260", "1270", "1280", "1290", "1300", "1310", "1320", "1330", "1340", "1350", "1360", "1370", "1380", "1390", "1400", "1410", "1420", "1430", "1440", "1450", "1460", "1470", "1480", "1490", "1500", "1510", "1520", "1530", "1540", "1550", "1560", "1570", "1580", "1590", "1600", "1610", "1620", "1630", "1640", "1650", "1660", "1670", "1680", "1690", "1700", "1710", "1720", "1730", "1740", "1750", "1760", "1770", "1780", "1790", "1800", "1810", "1820", "1830", "1840", "1850", "1860", "1870", "1880", "1890", "1900", "1910", "1920", "1930", "1940", "1950", "1960", "1970", "1980", "1990", "2000", "2010", "2020", "2030", "2040", "2050", "2060", "2070", "2080", "2090", "2100", "2110", "2120", "2130", "2140", "2150", "2160", "2170", "2180", "2190", "2200", "2210", "2220", "2230", "2240", "2250", "2260", "2270", "2280", "2290", "2300", "2310", "2320", "2330", "2340", "2350", "2360", "2370", "2380", "2390", "2400", "2410", "2420", "2430", "2440", "2450", "2460", "2470", "2480", "2490", "2500"); Column1_3.Name = "Column1_3"; Column1_3.Resizable = DataGridViewTriState.True; Column2_3.DisplayStyle = DataGridViewComboBoxDisplayStyle.Nothing; - componentResourceManager.ApplyResources((object) Column2_3, "Column2_3"); - Column2_3.Items.AddRange((object) "0", (object) "10", (object) "20", (object) "30", (object) "40", (object) "50", (object) "60", (object) "70", (object) "80", (object) "90", (object) "100", (object) "110", (object) "120", (object) "130", (object) "140", (object) "150", (object) "160", (object) "170", (object) "180", (object) "190", (object) "200", (object) "210", (object) "220", (object) "230", (object) "240", (object) "250", (object) "260", (object) "270", (object) "280", (object) "290", (object) "300", (object) "310", (object) "320", (object) "330", (object) "340", (object) "350", (object) "360", (object) "370", (object) "380", (object) "390", (object) "400", (object) "410", (object) "420", (object) "430", (object) "440", (object) "450", (object) "460", (object) "470", (object) "480", (object) "490", (object) "500", (object) "510", (object) "520", (object) "530", (object) "540", (object) "550", (object) "560", (object) "570", (object) "580", (object) "590", (object) "600", (object) "610", (object) "620", (object) "630", (object) "640", (object) "650", (object) "660", (object) "670", (object) "680", (object) "690", (object) "700", (object) "710", (object) "720", (object) "730", (object) "740", (object) "750", (object) "760", (object) "770", (object) "780", (object) "790", (object) "800", (object) "810", (object) "820", (object) "830", (object) "840", (object) "850", (object) "860", (object) "870", (object) "880", (object) "890", (object) "900", (object) "910", (object) "920", (object) "930", (object) "940", (object) "950", (object) "960", (object) "970", (object) "980", (object) "990", (object) "1000", (object) "1010", (object) "1020", (object) "1030", (object) "1040", (object) "1050", (object) "1060", (object) "1070", (object) "1080", (object) "1090", (object) "1100", (object) "1110", (object) "1120", (object) "1130", (object) "1140", (object) "1150", (object) "1160", (object) "1170", (object) "1180", (object) "1190", (object) "1200", (object) "1210", (object) "1220", (object) "1230", (object) "1240", (object) "1250", (object) "1260", (object) "1270", (object) "1280", (object) "1290", (object) "1300", (object) "1310", (object) "1320", (object) "1330", (object) "1340", (object) "1350", (object) "1360", (object) "1370", (object) "1380", (object) "1390", (object) "1400", (object) "1410", (object) "1420", (object) "1430", (object) "1440", (object) "1450", (object) "1460", (object) "1470", (object) "1480", (object) "1490", (object) "1500", (object) "1510", (object) "1520", (object) "1530", (object) "1540", (object) "1550", (object) "1560", (object) "1570", (object) "1580", (object) "1590", (object) "1600", (object) "1610", (object) "1620", (object) "1630", (object) "1640", (object) "1650", (object) "1660", (object) "1670", (object) "1680", (object) "1690", (object) "1700", (object) "1710", (object) "1720", (object) "1730", (object) "1740", (object) "1750", (object) "1760", (object) "1770", (object) "1780", (object) "1790", (object) "1800", (object) "1810", (object) "1820", (object) "1830", (object) "1840", (object) "1850", (object) "1860", (object) "1870", (object) "1880", (object) "1890", (object) "1900", (object) "1910", (object) "1920", (object) "1930", (object) "1940", (object) "1950", (object) "1960", (object) "1970", (object) "1980", (object) "1990", (object) "2000", (object) "2010", (object) "2020", (object) "2030", (object) "2040", (object) "2050", (object) "2060", (object) "2070", (object) "2080", (object) "2090", (object) "2100", (object) "2110", (object) "2120", (object) "2130", (object) "2140", (object) "2150", (object) "2160", (object) "2170", (object) "2180", (object) "2190", (object) "2200", (object) "2210", (object) "2220", (object) "2230", (object) "2240", (object) "2250", (object) "2260", (object) "2270", (object) "2280", (object) "2290", (object) "2300", (object) "2310", (object) "2320", (object) "2330", (object) "2340", (object) "2350", (object) "2360", (object) "2370", (object) "2380", (object) "2390", (object) "2400", (object) "2410", (object) "2420", (object) "2430", (object) "2440", (object) "2450", (object) "2460", (object) "2470", (object) "2480", (object) "2490", (object) "2500"); + componentResourceManager.ApplyResources(Column2_3, "Column2_3"); + Column2_3.Items.AddRange("0", "10", "20", "30", "40", "50", "60", "70", "80", "90", "100", "110", "120", "130", "140", "150", "160", "170", "180", "190", "200", "210", "220", "230", "240", "250", "260", "270", "280", "290", "300", "310", "320", "330", "340", "350", "360", "370", "380", "390", "400", "410", "420", "430", "440", "450", "460", "470", "480", "490", "500", "510", "520", "530", "540", "550", "560", "570", "580", "590", "600", "610", "620", "630", "640", "650", "660", "670", "680", "690", "700", "710", "720", "730", "740", "750", "760", "770", "780", "790", "800", "810", "820", "830", "840", "850", "860", "870", "880", "890", "900", "910", "920", "930", "940", "950", "960", "970", "980", "990", "1000", "1010", "1020", "1030", "1040", "1050", "1060", "1070", "1080", "1090", "1100", "1110", "1120", "1130", "1140", "1150", "1160", "1170", "1180", "1190", "1200", "1210", "1220", "1230", "1240", "1250", "1260", "1270", "1280", "1290", "1300", "1310", "1320", "1330", "1340", "1350", "1360", "1370", "1380", "1390", "1400", "1410", "1420", "1430", "1440", "1450", "1460", "1470", "1480", "1490", "1500", "1510", "1520", "1530", "1540", "1550", "1560", "1570", "1580", "1590", "1600", "1610", "1620", "1630", "1640", "1650", "1660", "1670", "1680", "1690", "1700", "1710", "1720", "1730", "1740", "1750", "1760", "1770", "1780", "1790", "1800", "1810", "1820", "1830", "1840", "1850", "1860", "1870", "1880", "1890", "1900", "1910", "1920", "1930", "1940", "1950", "1960", "1970", "1980", "1990", "2000", "2010", "2020", "2030", "2040", "2050", "2060", "2070", "2080", "2090", "2100", "2110", "2120", "2130", "2140", "2150", "2160", "2170", "2180", "2190", "2200", "2210", "2220", "2230", "2240", "2250", "2260", "2270", "2280", "2290", "2300", "2310", "2320", "2330", "2340", "2350", "2360", "2370", "2380", "2390", "2400", "2410", "2420", "2430", "2440", "2450", "2460", "2470", "2480", "2490", "2500"); Column2_3.Name = "Column2_3"; - TabPage4.AccessibleDescription = (string) null; - TabPage4.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) TabPage4, "TabPage4"); - TabPage4.BackgroundImage = (Image) null; - TabPage4.Controls.Add((Control) ComboBox4); - TabPage4.Controls.Add((Control) NumericUpDown4); - TabPage4.Controls.Add((Control) Label7); - TabPage4.Controls.Add((Control) Label8); - TabPage4.Controls.Add((Control) DataGridView4); - TabPage4.Font = (Font) null; + TabPage4.AccessibleDescription = null; + TabPage4.AccessibleName = null; + componentResourceManager.ApplyResources(TabPage4, "TabPage4"); + TabPage4.BackgroundImage = null; + TabPage4.Controls.Add(ComboBox4); + TabPage4.Controls.Add(NumericUpDown4); + TabPage4.Controls.Add(Label7); + TabPage4.Controls.Add(Label8); + TabPage4.Controls.Add(DataGridView4); + TabPage4.Font = null; TabPage4.Name = "TabPage4"; TabPage4.UseVisualStyleBackColor = true; - ComboBox4.AccessibleDescription = (string) null; - ComboBox4.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox4, "ComboBox4"); - ComboBox4.BackgroundImage = (Image) null; + ComboBox4.AccessibleDescription = null; + ComboBox4.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox4, "ComboBox4"); + ComboBox4.BackgroundImage = null; ComboBox4.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox4.Font = (Font) null; + ComboBox4.Font = null; ComboBox4.FormattingEnabled = true; ComboBox4.Items.AddRange(new object[256] { - (object) componentResourceManager.GetString("ComboBox4.Items"), - (object) componentResourceManager.GetString("ComboBox4.Items1"), - (object) componentResourceManager.GetString("ComboBox4.Items2"), - (object) componentResourceManager.GetString("ComboBox4.Items3"), - (object) componentResourceManager.GetString("ComboBox4.Items4"), - (object) componentResourceManager.GetString("ComboBox4.Items5"), - (object) componentResourceManager.GetString("ComboBox4.Items6"), - (object) componentResourceManager.GetString("ComboBox4.Items7"), - (object) componentResourceManager.GetString("ComboBox4.Items8"), - (object) componentResourceManager.GetString("ComboBox4.Items9"), - (object) componentResourceManager.GetString("ComboBox4.Items10"), - (object) componentResourceManager.GetString("ComboBox4.Items11"), - (object) componentResourceManager.GetString("ComboBox4.Items12"), - (object) componentResourceManager.GetString("ComboBox4.Items13"), - (object) componentResourceManager.GetString("ComboBox4.Items14"), - (object) componentResourceManager.GetString("ComboBox4.Items15"), - (object) componentResourceManager.GetString("ComboBox4.Items16"), - (object) componentResourceManager.GetString("ComboBox4.Items17"), - (object) componentResourceManager.GetString("ComboBox4.Items18"), - (object) componentResourceManager.GetString("ComboBox4.Items19"), - (object) componentResourceManager.GetString("ComboBox4.Items20"), - (object) componentResourceManager.GetString("ComboBox4.Items21"), - (object) componentResourceManager.GetString("ComboBox4.Items22"), - (object) componentResourceManager.GetString("ComboBox4.Items23"), - (object) componentResourceManager.GetString("ComboBox4.Items24"), - (object) componentResourceManager.GetString("ComboBox4.Items25"), - (object) componentResourceManager.GetString("ComboBox4.Items26"), - (object) componentResourceManager.GetString("ComboBox4.Items27"), - (object) componentResourceManager.GetString("ComboBox4.Items28"), - (object) componentResourceManager.GetString("ComboBox4.Items29"), - (object) componentResourceManager.GetString("ComboBox4.Items30"), - (object) componentResourceManager.GetString("ComboBox4.Items31"), - (object) componentResourceManager.GetString("ComboBox4.Items32"), - (object) componentResourceManager.GetString("ComboBox4.Items33"), - (object) componentResourceManager.GetString("ComboBox4.Items34"), - (object) componentResourceManager.GetString("ComboBox4.Items35"), - (object) componentResourceManager.GetString("ComboBox4.Items36"), - (object) componentResourceManager.GetString("ComboBox4.Items37"), - (object) componentResourceManager.GetString("ComboBox4.Items38"), - (object) componentResourceManager.GetString("ComboBox4.Items39"), - (object) componentResourceManager.GetString("ComboBox4.Items40"), - (object) componentResourceManager.GetString("ComboBox4.Items41"), - (object) componentResourceManager.GetString("ComboBox4.Items42"), - (object) componentResourceManager.GetString("ComboBox4.Items43"), - (object) componentResourceManager.GetString("ComboBox4.Items44"), - (object) componentResourceManager.GetString("ComboBox4.Items45"), - (object) componentResourceManager.GetString("ComboBox4.Items46"), - (object) componentResourceManager.GetString("ComboBox4.Items47"), - (object) componentResourceManager.GetString("ComboBox4.Items48"), - (object) componentResourceManager.GetString("ComboBox4.Items49"), - (object) componentResourceManager.GetString("ComboBox4.Items50"), - (object) componentResourceManager.GetString("ComboBox4.Items51"), - (object) componentResourceManager.GetString("ComboBox4.Items52"), - (object) componentResourceManager.GetString("ComboBox4.Items53"), - (object) componentResourceManager.GetString("ComboBox4.Items54"), - (object) componentResourceManager.GetString("ComboBox4.Items55"), - (object) componentResourceManager.GetString("ComboBox4.Items56"), - (object) componentResourceManager.GetString("ComboBox4.Items57"), - (object) componentResourceManager.GetString("ComboBox4.Items58"), - (object) componentResourceManager.GetString("ComboBox4.Items59"), - (object) componentResourceManager.GetString("ComboBox4.Items60"), - (object) componentResourceManager.GetString("ComboBox4.Items61"), - (object) componentResourceManager.GetString("ComboBox4.Items62"), - (object) componentResourceManager.GetString("ComboBox4.Items63"), - (object) componentResourceManager.GetString("ComboBox4.Items64"), - (object) componentResourceManager.GetString("ComboBox4.Items65"), - (object) componentResourceManager.GetString("ComboBox4.Items66"), - (object) componentResourceManager.GetString("ComboBox4.Items67"), - (object) componentResourceManager.GetString("ComboBox4.Items68"), - (object) componentResourceManager.GetString("ComboBox4.Items69"), - (object) componentResourceManager.GetString("ComboBox4.Items70"), - (object) componentResourceManager.GetString("ComboBox4.Items71"), - (object) componentResourceManager.GetString("ComboBox4.Items72"), - (object) componentResourceManager.GetString("ComboBox4.Items73"), - (object) componentResourceManager.GetString("ComboBox4.Items74"), - (object) componentResourceManager.GetString("ComboBox4.Items75"), - (object) componentResourceManager.GetString("ComboBox4.Items76"), - (object) componentResourceManager.GetString("ComboBox4.Items77"), - (object) componentResourceManager.GetString("ComboBox4.Items78"), - (object) componentResourceManager.GetString("ComboBox4.Items79"), - (object) componentResourceManager.GetString("ComboBox4.Items80"), - (object) componentResourceManager.GetString("ComboBox4.Items81"), - (object) componentResourceManager.GetString("ComboBox4.Items82"), - (object) componentResourceManager.GetString("ComboBox4.Items83"), - (object) componentResourceManager.GetString("ComboBox4.Items84"), - (object) componentResourceManager.GetString("ComboBox4.Items85"), - (object) componentResourceManager.GetString("ComboBox4.Items86"), - (object) componentResourceManager.GetString("ComboBox4.Items87"), - (object) componentResourceManager.GetString("ComboBox4.Items88"), - (object) componentResourceManager.GetString("ComboBox4.Items89"), - (object) componentResourceManager.GetString("ComboBox4.Items90"), - (object) componentResourceManager.GetString("ComboBox4.Items91"), - (object) componentResourceManager.GetString("ComboBox4.Items92"), - (object) componentResourceManager.GetString("ComboBox4.Items93"), - (object) componentResourceManager.GetString("ComboBox4.Items94"), - (object) componentResourceManager.GetString("ComboBox4.Items95"), - (object) componentResourceManager.GetString("ComboBox4.Items96"), - (object) componentResourceManager.GetString("ComboBox4.Items97"), - (object) componentResourceManager.GetString("ComboBox4.Items98"), - (object) componentResourceManager.GetString("ComboBox4.Items99"), - (object) componentResourceManager.GetString("ComboBox4.Items100"), - (object) componentResourceManager.GetString("ComboBox4.Items101"), - (object) componentResourceManager.GetString("ComboBox4.Items102"), - (object) componentResourceManager.GetString("ComboBox4.Items103"), - (object) componentResourceManager.GetString("ComboBox4.Items104"), - (object) componentResourceManager.GetString("ComboBox4.Items105"), - (object) componentResourceManager.GetString("ComboBox4.Items106"), - (object) componentResourceManager.GetString("ComboBox4.Items107"), - (object) componentResourceManager.GetString("ComboBox4.Items108"), - (object) componentResourceManager.GetString("ComboBox4.Items109"), - (object) componentResourceManager.GetString("ComboBox4.Items110"), - (object) componentResourceManager.GetString("ComboBox4.Items111"), - (object) componentResourceManager.GetString("ComboBox4.Items112"), - (object) componentResourceManager.GetString("ComboBox4.Items113"), - (object) componentResourceManager.GetString("ComboBox4.Items114"), - (object) componentResourceManager.GetString("ComboBox4.Items115"), - (object) componentResourceManager.GetString("ComboBox4.Items116"), - (object) componentResourceManager.GetString("ComboBox4.Items117"), - (object) componentResourceManager.GetString("ComboBox4.Items118"), - (object) componentResourceManager.GetString("ComboBox4.Items119"), - (object) componentResourceManager.GetString("ComboBox4.Items120"), - (object) componentResourceManager.GetString("ComboBox4.Items121"), - (object) componentResourceManager.GetString("ComboBox4.Items122"), - (object) componentResourceManager.GetString("ComboBox4.Items123"), - (object) componentResourceManager.GetString("ComboBox4.Items124"), - (object) componentResourceManager.GetString("ComboBox4.Items125"), - (object) componentResourceManager.GetString("ComboBox4.Items126"), - (object) componentResourceManager.GetString("ComboBox4.Items127"), - (object) componentResourceManager.GetString("ComboBox4.Items128"), - (object) componentResourceManager.GetString("ComboBox4.Items129"), - (object) componentResourceManager.GetString("ComboBox4.Items130"), - (object) componentResourceManager.GetString("ComboBox4.Items131"), - (object) componentResourceManager.GetString("ComboBox4.Items132"), - (object) componentResourceManager.GetString("ComboBox4.Items133"), - (object) componentResourceManager.GetString("ComboBox4.Items134"), - (object) componentResourceManager.GetString("ComboBox4.Items135"), - (object) componentResourceManager.GetString("ComboBox4.Items136"), - (object) componentResourceManager.GetString("ComboBox4.Items137"), - (object) componentResourceManager.GetString("ComboBox4.Items138"), - (object) componentResourceManager.GetString("ComboBox4.Items139"), - (object) componentResourceManager.GetString("ComboBox4.Items140"), - (object) componentResourceManager.GetString("ComboBox4.Items141"), - (object) componentResourceManager.GetString("ComboBox4.Items142"), - (object) componentResourceManager.GetString("ComboBox4.Items143"), - (object) componentResourceManager.GetString("ComboBox4.Items144"), - (object) componentResourceManager.GetString("ComboBox4.Items145"), - (object) componentResourceManager.GetString("ComboBox4.Items146"), - (object) componentResourceManager.GetString("ComboBox4.Items147"), - (object) componentResourceManager.GetString("ComboBox4.Items148"), - (object) componentResourceManager.GetString("ComboBox4.Items149"), - (object) componentResourceManager.GetString("ComboBox4.Items150"), - (object) componentResourceManager.GetString("ComboBox4.Items151"), - (object) componentResourceManager.GetString("ComboBox4.Items152"), - (object) componentResourceManager.GetString("ComboBox4.Items153"), - (object) componentResourceManager.GetString("ComboBox4.Items154"), - (object) componentResourceManager.GetString("ComboBox4.Items155"), - (object) componentResourceManager.GetString("ComboBox4.Items156"), - (object) componentResourceManager.GetString("ComboBox4.Items157"), - (object) componentResourceManager.GetString("ComboBox4.Items158"), - (object) componentResourceManager.GetString("ComboBox4.Items159"), - (object) componentResourceManager.GetString("ComboBox4.Items160"), - (object) componentResourceManager.GetString("ComboBox4.Items161"), - (object) componentResourceManager.GetString("ComboBox4.Items162"), - (object) componentResourceManager.GetString("ComboBox4.Items163"), - (object) componentResourceManager.GetString("ComboBox4.Items164"), - (object) componentResourceManager.GetString("ComboBox4.Items165"), - (object) componentResourceManager.GetString("ComboBox4.Items166"), - (object) componentResourceManager.GetString("ComboBox4.Items167"), - (object) componentResourceManager.GetString("ComboBox4.Items168"), - (object) componentResourceManager.GetString("ComboBox4.Items169"), - (object) componentResourceManager.GetString("ComboBox4.Items170"), - (object) componentResourceManager.GetString("ComboBox4.Items171"), - (object) componentResourceManager.GetString("ComboBox4.Items172"), - (object) componentResourceManager.GetString("ComboBox4.Items173"), - (object) componentResourceManager.GetString("ComboBox4.Items174"), - (object) componentResourceManager.GetString("ComboBox4.Items175"), - (object) componentResourceManager.GetString("ComboBox4.Items176"), - (object) componentResourceManager.GetString("ComboBox4.Items177"), - (object) componentResourceManager.GetString("ComboBox4.Items178"), - (object) componentResourceManager.GetString("ComboBox4.Items179"), - (object) componentResourceManager.GetString("ComboBox4.Items180"), - (object) componentResourceManager.GetString("ComboBox4.Items181"), - (object) componentResourceManager.GetString("ComboBox4.Items182"), - (object) componentResourceManager.GetString("ComboBox4.Items183"), - (object) componentResourceManager.GetString("ComboBox4.Items184"), - (object) componentResourceManager.GetString("ComboBox4.Items185"), - (object) componentResourceManager.GetString("ComboBox4.Items186"), - (object) componentResourceManager.GetString("ComboBox4.Items187"), - (object) componentResourceManager.GetString("ComboBox4.Items188"), - (object) componentResourceManager.GetString("ComboBox4.Items189"), - (object) componentResourceManager.GetString("ComboBox4.Items190"), - (object) componentResourceManager.GetString("ComboBox4.Items191"), - (object) componentResourceManager.GetString("ComboBox4.Items192"), - (object) componentResourceManager.GetString("ComboBox4.Items193"), - (object) componentResourceManager.GetString("ComboBox4.Items194"), - (object) componentResourceManager.GetString("ComboBox4.Items195"), - (object) componentResourceManager.GetString("ComboBox4.Items196"), - (object) componentResourceManager.GetString("ComboBox4.Items197"), - (object) componentResourceManager.GetString("ComboBox4.Items198"), - (object) componentResourceManager.GetString("ComboBox4.Items199"), - (object) componentResourceManager.GetString("ComboBox4.Items200"), - (object) componentResourceManager.GetString("ComboBox4.Items201"), - (object) componentResourceManager.GetString("ComboBox4.Items202"), - (object) componentResourceManager.GetString("ComboBox4.Items203"), - (object) componentResourceManager.GetString("ComboBox4.Items204"), - (object) componentResourceManager.GetString("ComboBox4.Items205"), - (object) componentResourceManager.GetString("ComboBox4.Items206"), - (object) componentResourceManager.GetString("ComboBox4.Items207"), - (object) componentResourceManager.GetString("ComboBox4.Items208"), - (object) componentResourceManager.GetString("ComboBox4.Items209"), - (object) componentResourceManager.GetString("ComboBox4.Items210"), - (object) componentResourceManager.GetString("ComboBox4.Items211"), - (object) componentResourceManager.GetString("ComboBox4.Items212"), - (object) componentResourceManager.GetString("ComboBox4.Items213"), - (object) componentResourceManager.GetString("ComboBox4.Items214"), - (object) componentResourceManager.GetString("ComboBox4.Items215"), - (object) componentResourceManager.GetString("ComboBox4.Items216"), - (object) componentResourceManager.GetString("ComboBox4.Items217"), - (object) componentResourceManager.GetString("ComboBox4.Items218"), - (object) componentResourceManager.GetString("ComboBox4.Items219"), - (object) componentResourceManager.GetString("ComboBox4.Items220"), - (object) componentResourceManager.GetString("ComboBox4.Items221"), - (object) componentResourceManager.GetString("ComboBox4.Items222"), - (object) componentResourceManager.GetString("ComboBox4.Items223"), - (object) componentResourceManager.GetString("ComboBox4.Items224"), - (object) componentResourceManager.GetString("ComboBox4.Items225"), - (object) componentResourceManager.GetString("ComboBox4.Items226"), - (object) componentResourceManager.GetString("ComboBox4.Items227"), - (object) componentResourceManager.GetString("ComboBox4.Items228"), - (object) componentResourceManager.GetString("ComboBox4.Items229"), - (object) componentResourceManager.GetString("ComboBox4.Items230"), - (object) componentResourceManager.GetString("ComboBox4.Items231"), - (object) componentResourceManager.GetString("ComboBox4.Items232"), - (object) componentResourceManager.GetString("ComboBox4.Items233"), - (object) componentResourceManager.GetString("ComboBox4.Items234"), - (object) componentResourceManager.GetString("ComboBox4.Items235"), - (object) componentResourceManager.GetString("ComboBox4.Items236"), - (object) componentResourceManager.GetString("ComboBox4.Items237"), - (object) componentResourceManager.GetString("ComboBox4.Items238"), - (object) componentResourceManager.GetString("ComboBox4.Items239"), - (object) componentResourceManager.GetString("ComboBox4.Items240"), - (object) componentResourceManager.GetString("ComboBox4.Items241"), - (object) componentResourceManager.GetString("ComboBox4.Items242"), - (object) componentResourceManager.GetString("ComboBox4.Items243"), - (object) componentResourceManager.GetString("ComboBox4.Items244"), - (object) componentResourceManager.GetString("ComboBox4.Items245"), - (object) componentResourceManager.GetString("ComboBox4.Items246"), - (object) componentResourceManager.GetString("ComboBox4.Items247"), - (object) componentResourceManager.GetString("ComboBox4.Items248"), - (object) componentResourceManager.GetString("ComboBox4.Items249"), - (object) componentResourceManager.GetString("ComboBox4.Items250"), - (object) componentResourceManager.GetString("ComboBox4.Items251"), - (object) componentResourceManager.GetString("ComboBox4.Items252"), - (object) componentResourceManager.GetString("ComboBox4.Items253"), - (object) componentResourceManager.GetString("ComboBox4.Items254"), - (object) componentResourceManager.GetString("ComboBox4.Items255") + componentResourceManager.GetString("ComboBox4.Items"), + componentResourceManager.GetString("ComboBox4.Items1"), + componentResourceManager.GetString("ComboBox4.Items2"), + componentResourceManager.GetString("ComboBox4.Items3"), + componentResourceManager.GetString("ComboBox4.Items4"), + componentResourceManager.GetString("ComboBox4.Items5"), + componentResourceManager.GetString("ComboBox4.Items6"), + componentResourceManager.GetString("ComboBox4.Items7"), + componentResourceManager.GetString("ComboBox4.Items8"), + componentResourceManager.GetString("ComboBox4.Items9"), + componentResourceManager.GetString("ComboBox4.Items10"), + componentResourceManager.GetString("ComboBox4.Items11"), + componentResourceManager.GetString("ComboBox4.Items12"), + componentResourceManager.GetString("ComboBox4.Items13"), + componentResourceManager.GetString("ComboBox4.Items14"), + componentResourceManager.GetString("ComboBox4.Items15"), + componentResourceManager.GetString("ComboBox4.Items16"), + componentResourceManager.GetString("ComboBox4.Items17"), + componentResourceManager.GetString("ComboBox4.Items18"), + componentResourceManager.GetString("ComboBox4.Items19"), + componentResourceManager.GetString("ComboBox4.Items20"), + componentResourceManager.GetString("ComboBox4.Items21"), + componentResourceManager.GetString("ComboBox4.Items22"), + componentResourceManager.GetString("ComboBox4.Items23"), + componentResourceManager.GetString("ComboBox4.Items24"), + componentResourceManager.GetString("ComboBox4.Items25"), + componentResourceManager.GetString("ComboBox4.Items26"), + componentResourceManager.GetString("ComboBox4.Items27"), + componentResourceManager.GetString("ComboBox4.Items28"), + componentResourceManager.GetString("ComboBox4.Items29"), + componentResourceManager.GetString("ComboBox4.Items30"), + componentResourceManager.GetString("ComboBox4.Items31"), + componentResourceManager.GetString("ComboBox4.Items32"), + componentResourceManager.GetString("ComboBox4.Items33"), + componentResourceManager.GetString("ComboBox4.Items34"), + componentResourceManager.GetString("ComboBox4.Items35"), + componentResourceManager.GetString("ComboBox4.Items36"), + componentResourceManager.GetString("ComboBox4.Items37"), + componentResourceManager.GetString("ComboBox4.Items38"), + componentResourceManager.GetString("ComboBox4.Items39"), + componentResourceManager.GetString("ComboBox4.Items40"), + componentResourceManager.GetString("ComboBox4.Items41"), + componentResourceManager.GetString("ComboBox4.Items42"), + componentResourceManager.GetString("ComboBox4.Items43"), + componentResourceManager.GetString("ComboBox4.Items44"), + componentResourceManager.GetString("ComboBox4.Items45"), + componentResourceManager.GetString("ComboBox4.Items46"), + componentResourceManager.GetString("ComboBox4.Items47"), + componentResourceManager.GetString("ComboBox4.Items48"), + componentResourceManager.GetString("ComboBox4.Items49"), + componentResourceManager.GetString("ComboBox4.Items50"), + componentResourceManager.GetString("ComboBox4.Items51"), + componentResourceManager.GetString("ComboBox4.Items52"), + componentResourceManager.GetString("ComboBox4.Items53"), + componentResourceManager.GetString("ComboBox4.Items54"), + componentResourceManager.GetString("ComboBox4.Items55"), + componentResourceManager.GetString("ComboBox4.Items56"), + componentResourceManager.GetString("ComboBox4.Items57"), + componentResourceManager.GetString("ComboBox4.Items58"), + componentResourceManager.GetString("ComboBox4.Items59"), + componentResourceManager.GetString("ComboBox4.Items60"), + componentResourceManager.GetString("ComboBox4.Items61"), + componentResourceManager.GetString("ComboBox4.Items62"), + componentResourceManager.GetString("ComboBox4.Items63"), + componentResourceManager.GetString("ComboBox4.Items64"), + componentResourceManager.GetString("ComboBox4.Items65"), + componentResourceManager.GetString("ComboBox4.Items66"), + componentResourceManager.GetString("ComboBox4.Items67"), + componentResourceManager.GetString("ComboBox4.Items68"), + componentResourceManager.GetString("ComboBox4.Items69"), + componentResourceManager.GetString("ComboBox4.Items70"), + componentResourceManager.GetString("ComboBox4.Items71"), + componentResourceManager.GetString("ComboBox4.Items72"), + componentResourceManager.GetString("ComboBox4.Items73"), + componentResourceManager.GetString("ComboBox4.Items74"), + componentResourceManager.GetString("ComboBox4.Items75"), + componentResourceManager.GetString("ComboBox4.Items76"), + componentResourceManager.GetString("ComboBox4.Items77"), + componentResourceManager.GetString("ComboBox4.Items78"), + componentResourceManager.GetString("ComboBox4.Items79"), + componentResourceManager.GetString("ComboBox4.Items80"), + componentResourceManager.GetString("ComboBox4.Items81"), + componentResourceManager.GetString("ComboBox4.Items82"), + componentResourceManager.GetString("ComboBox4.Items83"), + componentResourceManager.GetString("ComboBox4.Items84"), + componentResourceManager.GetString("ComboBox4.Items85"), + componentResourceManager.GetString("ComboBox4.Items86"), + componentResourceManager.GetString("ComboBox4.Items87"), + componentResourceManager.GetString("ComboBox4.Items88"), + componentResourceManager.GetString("ComboBox4.Items89"), + componentResourceManager.GetString("ComboBox4.Items90"), + componentResourceManager.GetString("ComboBox4.Items91"), + componentResourceManager.GetString("ComboBox4.Items92"), + componentResourceManager.GetString("ComboBox4.Items93"), + componentResourceManager.GetString("ComboBox4.Items94"), + componentResourceManager.GetString("ComboBox4.Items95"), + componentResourceManager.GetString("ComboBox4.Items96"), + componentResourceManager.GetString("ComboBox4.Items97"), + componentResourceManager.GetString("ComboBox4.Items98"), + componentResourceManager.GetString("ComboBox4.Items99"), + componentResourceManager.GetString("ComboBox4.Items100"), + componentResourceManager.GetString("ComboBox4.Items101"), + componentResourceManager.GetString("ComboBox4.Items102"), + componentResourceManager.GetString("ComboBox4.Items103"), + componentResourceManager.GetString("ComboBox4.Items104"), + componentResourceManager.GetString("ComboBox4.Items105"), + componentResourceManager.GetString("ComboBox4.Items106"), + componentResourceManager.GetString("ComboBox4.Items107"), + componentResourceManager.GetString("ComboBox4.Items108"), + componentResourceManager.GetString("ComboBox4.Items109"), + componentResourceManager.GetString("ComboBox4.Items110"), + componentResourceManager.GetString("ComboBox4.Items111"), + componentResourceManager.GetString("ComboBox4.Items112"), + componentResourceManager.GetString("ComboBox4.Items113"), + componentResourceManager.GetString("ComboBox4.Items114"), + componentResourceManager.GetString("ComboBox4.Items115"), + componentResourceManager.GetString("ComboBox4.Items116"), + componentResourceManager.GetString("ComboBox4.Items117"), + componentResourceManager.GetString("ComboBox4.Items118"), + componentResourceManager.GetString("ComboBox4.Items119"), + componentResourceManager.GetString("ComboBox4.Items120"), + componentResourceManager.GetString("ComboBox4.Items121"), + componentResourceManager.GetString("ComboBox4.Items122"), + componentResourceManager.GetString("ComboBox4.Items123"), + componentResourceManager.GetString("ComboBox4.Items124"), + componentResourceManager.GetString("ComboBox4.Items125"), + componentResourceManager.GetString("ComboBox4.Items126"), + componentResourceManager.GetString("ComboBox4.Items127"), + componentResourceManager.GetString("ComboBox4.Items128"), + componentResourceManager.GetString("ComboBox4.Items129"), + componentResourceManager.GetString("ComboBox4.Items130"), + componentResourceManager.GetString("ComboBox4.Items131"), + componentResourceManager.GetString("ComboBox4.Items132"), + componentResourceManager.GetString("ComboBox4.Items133"), + componentResourceManager.GetString("ComboBox4.Items134"), + componentResourceManager.GetString("ComboBox4.Items135"), + componentResourceManager.GetString("ComboBox4.Items136"), + componentResourceManager.GetString("ComboBox4.Items137"), + componentResourceManager.GetString("ComboBox4.Items138"), + componentResourceManager.GetString("ComboBox4.Items139"), + componentResourceManager.GetString("ComboBox4.Items140"), + componentResourceManager.GetString("ComboBox4.Items141"), + componentResourceManager.GetString("ComboBox4.Items142"), + componentResourceManager.GetString("ComboBox4.Items143"), + componentResourceManager.GetString("ComboBox4.Items144"), + componentResourceManager.GetString("ComboBox4.Items145"), + componentResourceManager.GetString("ComboBox4.Items146"), + componentResourceManager.GetString("ComboBox4.Items147"), + componentResourceManager.GetString("ComboBox4.Items148"), + componentResourceManager.GetString("ComboBox4.Items149"), + componentResourceManager.GetString("ComboBox4.Items150"), + componentResourceManager.GetString("ComboBox4.Items151"), + componentResourceManager.GetString("ComboBox4.Items152"), + componentResourceManager.GetString("ComboBox4.Items153"), + componentResourceManager.GetString("ComboBox4.Items154"), + componentResourceManager.GetString("ComboBox4.Items155"), + componentResourceManager.GetString("ComboBox4.Items156"), + componentResourceManager.GetString("ComboBox4.Items157"), + componentResourceManager.GetString("ComboBox4.Items158"), + componentResourceManager.GetString("ComboBox4.Items159"), + componentResourceManager.GetString("ComboBox4.Items160"), + componentResourceManager.GetString("ComboBox4.Items161"), + componentResourceManager.GetString("ComboBox4.Items162"), + componentResourceManager.GetString("ComboBox4.Items163"), + componentResourceManager.GetString("ComboBox4.Items164"), + componentResourceManager.GetString("ComboBox4.Items165"), + componentResourceManager.GetString("ComboBox4.Items166"), + componentResourceManager.GetString("ComboBox4.Items167"), + componentResourceManager.GetString("ComboBox4.Items168"), + componentResourceManager.GetString("ComboBox4.Items169"), + componentResourceManager.GetString("ComboBox4.Items170"), + componentResourceManager.GetString("ComboBox4.Items171"), + componentResourceManager.GetString("ComboBox4.Items172"), + componentResourceManager.GetString("ComboBox4.Items173"), + componentResourceManager.GetString("ComboBox4.Items174"), + componentResourceManager.GetString("ComboBox4.Items175"), + componentResourceManager.GetString("ComboBox4.Items176"), + componentResourceManager.GetString("ComboBox4.Items177"), + componentResourceManager.GetString("ComboBox4.Items178"), + componentResourceManager.GetString("ComboBox4.Items179"), + componentResourceManager.GetString("ComboBox4.Items180"), + componentResourceManager.GetString("ComboBox4.Items181"), + componentResourceManager.GetString("ComboBox4.Items182"), + componentResourceManager.GetString("ComboBox4.Items183"), + componentResourceManager.GetString("ComboBox4.Items184"), + componentResourceManager.GetString("ComboBox4.Items185"), + componentResourceManager.GetString("ComboBox4.Items186"), + componentResourceManager.GetString("ComboBox4.Items187"), + componentResourceManager.GetString("ComboBox4.Items188"), + componentResourceManager.GetString("ComboBox4.Items189"), + componentResourceManager.GetString("ComboBox4.Items190"), + componentResourceManager.GetString("ComboBox4.Items191"), + componentResourceManager.GetString("ComboBox4.Items192"), + componentResourceManager.GetString("ComboBox4.Items193"), + componentResourceManager.GetString("ComboBox4.Items194"), + componentResourceManager.GetString("ComboBox4.Items195"), + componentResourceManager.GetString("ComboBox4.Items196"), + componentResourceManager.GetString("ComboBox4.Items197"), + componentResourceManager.GetString("ComboBox4.Items198"), + componentResourceManager.GetString("ComboBox4.Items199"), + componentResourceManager.GetString("ComboBox4.Items200"), + componentResourceManager.GetString("ComboBox4.Items201"), + componentResourceManager.GetString("ComboBox4.Items202"), + componentResourceManager.GetString("ComboBox4.Items203"), + componentResourceManager.GetString("ComboBox4.Items204"), + componentResourceManager.GetString("ComboBox4.Items205"), + componentResourceManager.GetString("ComboBox4.Items206"), + componentResourceManager.GetString("ComboBox4.Items207"), + componentResourceManager.GetString("ComboBox4.Items208"), + componentResourceManager.GetString("ComboBox4.Items209"), + componentResourceManager.GetString("ComboBox4.Items210"), + componentResourceManager.GetString("ComboBox4.Items211"), + componentResourceManager.GetString("ComboBox4.Items212"), + componentResourceManager.GetString("ComboBox4.Items213"), + componentResourceManager.GetString("ComboBox4.Items214"), + componentResourceManager.GetString("ComboBox4.Items215"), + componentResourceManager.GetString("ComboBox4.Items216"), + componentResourceManager.GetString("ComboBox4.Items217"), + componentResourceManager.GetString("ComboBox4.Items218"), + componentResourceManager.GetString("ComboBox4.Items219"), + componentResourceManager.GetString("ComboBox4.Items220"), + componentResourceManager.GetString("ComboBox4.Items221"), + componentResourceManager.GetString("ComboBox4.Items222"), + componentResourceManager.GetString("ComboBox4.Items223"), + componentResourceManager.GetString("ComboBox4.Items224"), + componentResourceManager.GetString("ComboBox4.Items225"), + componentResourceManager.GetString("ComboBox4.Items226"), + componentResourceManager.GetString("ComboBox4.Items227"), + componentResourceManager.GetString("ComboBox4.Items228"), + componentResourceManager.GetString("ComboBox4.Items229"), + componentResourceManager.GetString("ComboBox4.Items230"), + componentResourceManager.GetString("ComboBox4.Items231"), + componentResourceManager.GetString("ComboBox4.Items232"), + componentResourceManager.GetString("ComboBox4.Items233"), + componentResourceManager.GetString("ComboBox4.Items234"), + componentResourceManager.GetString("ComboBox4.Items235"), + componentResourceManager.GetString("ComboBox4.Items236"), + componentResourceManager.GetString("ComboBox4.Items237"), + componentResourceManager.GetString("ComboBox4.Items238"), + componentResourceManager.GetString("ComboBox4.Items239"), + componentResourceManager.GetString("ComboBox4.Items240"), + componentResourceManager.GetString("ComboBox4.Items241"), + componentResourceManager.GetString("ComboBox4.Items242"), + componentResourceManager.GetString("ComboBox4.Items243"), + componentResourceManager.GetString("ComboBox4.Items244"), + componentResourceManager.GetString("ComboBox4.Items245"), + componentResourceManager.GetString("ComboBox4.Items246"), + componentResourceManager.GetString("ComboBox4.Items247"), + componentResourceManager.GetString("ComboBox4.Items248"), + componentResourceManager.GetString("ComboBox4.Items249"), + componentResourceManager.GetString("ComboBox4.Items250"), + componentResourceManager.GetString("ComboBox4.Items251"), + componentResourceManager.GetString("ComboBox4.Items252"), + componentResourceManager.GetString("ComboBox4.Items253"), + componentResourceManager.GetString("ComboBox4.Items254"), + componentResourceManager.GetString("ComboBox4.Items255") }); ComboBox4.Name = "ComboBox4"; - NumericUpDown4.AccessibleDescription = (string) null; - NumericUpDown4.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) NumericUpDown4, "NumericUpDown4"); - NumericUpDown4.Font = (Font) null; - NumericUpDown numericUpDown4 = NumericUpDown4; + NumericUpDown4.AccessibleDescription = null; + NumericUpDown4.AccessibleName = null; + componentResourceManager.ApplyResources(NumericUpDown4, "NumericUpDown4"); + NumericUpDown4.Font = null; + var numericUpDown4 = NumericUpDown4; num1 = new Decimal(new int[4] { - (int) byte.MaxValue, + byte.MaxValue, 0, 0, 0 }); - Decimal num5 = num1; + var num5 = num1; numericUpDown4.Maximum = num5; NumericUpDown4.Name = "NumericUpDown4"; - Label7.AccessibleDescription = (string) null; - Label7.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label7, "Label7"); - Label7.Font = (Font) null; + Label7.AccessibleDescription = null; + Label7.AccessibleName = null; + componentResourceManager.ApplyResources(Label7, "Label7"); + Label7.Font = null; Label7.Name = "Label7"; - Label8.AccessibleDescription = (string) null; - Label8.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label8, "Label8"); - Label8.Font = (Font) null; + Label8.AccessibleDescription = null; + Label8.AccessibleName = null; + componentResourceManager.ApplyResources(Label8, "Label8"); + Label8.Font = null; Label8.Name = "Label8"; - DataGridView4.AccessibleDescription = (string) null; - DataGridView4.AccessibleName = (string) null; + DataGridView4.AccessibleDescription = null; + DataGridView4.AccessibleName = null; DataGridView4.AllowUserToAddRows = false; DataGridView4.AllowUserToDeleteRows = false; DataGridView4.AllowUserToResizeColumns = false; DataGridView4.AllowUserToResizeRows = false; gridViewCellStyle13.Alignment = DataGridViewContentAlignment.MiddleCenter; DataGridView4.AlternatingRowsDefaultCellStyle = gridViewCellStyle13; - componentResourceManager.ApplyResources((object) DataGridView4, "DataGridView4"); - DataGridView4.BackgroundImage = (Image) null; + componentResourceManager.ApplyResources(DataGridView4, "DataGridView4"); + DataGridView4.BackgroundImage = null; gridViewCellStyle14.Alignment = DataGridViewContentAlignment.MiddleCenter; gridViewCellStyle14.BackColor = SystemColors.Control; - gridViewCellStyle14.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, (byte) 134); + gridViewCellStyle14.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, 134); gridViewCellStyle14.ForeColor = SystemColors.WindowText; gridViewCellStyle14.SelectionBackColor = SystemColors.Highlight; gridViewCellStyle14.SelectionForeColor = SystemColors.HighlightText; gridViewCellStyle14.WrapMode = DataGridViewTriState.True; DataGridView4.ColumnHeadersDefaultCellStyle = gridViewCellStyle14; DataGridView4.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.DisableResizing; - DataGridView4.Columns.AddRange((DataGridViewColumn) Column1_4, (DataGridViewColumn) Column2_4); - DataGridView4.Font = (Font) null; + DataGridView4.Columns.AddRange(Column1_4, Column2_4); + DataGridView4.Font = null; DataGridView4.Name = "DataGridView4"; gridViewCellStyle15.Alignment = DataGridViewContentAlignment.MiddleCenter; gridViewCellStyle15.BackColor = SystemColors.Control; - gridViewCellStyle15.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, (byte) 134); + gridViewCellStyle15.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, 134); gridViewCellStyle15.ForeColor = SystemColors.WindowText; gridViewCellStyle15.SelectionBackColor = SystemColors.Highlight; gridViewCellStyle15.SelectionForeColor = SystemColors.HighlightText; @@ -1710,343 +1710,343 @@ namespace HPG_68D DataGridView4.RowTemplate.Height = 23; Column1_4.AutoSizeMode = DataGridViewAutoSizeColumnMode.None; Column1_4.DisplayStyle = DataGridViewComboBoxDisplayStyle.Nothing; - componentResourceManager.ApplyResources((object) Column1_4, "Column1_4"); - Column1_4.Items.AddRange((object) "无", (object) "400", (object) "410", (object) "420", (object) "430", (object) "440", (object) "450", (object) "460", (object) "470", (object) "480", (object) "490", (object) "500", (object) "510", (object) "520", (object) "530", (object) "540", (object) "550", (object) "560", (object) "570", (object) "580", (object) "590", (object) "600", (object) "610", (object) "620", (object) "630", (object) "640", (object) "650", (object) "660", (object) "670", (object) "680", (object) "690", (object) "700", (object) "710", (object) "720", (object) "730", (object) "740", (object) "750", (object) "760", (object) "770", (object) "780", (object) "790", (object) "800", (object) "810", (object) "820", (object) "830", (object) "840", (object) "850", (object) "860", (object) "870", (object) "880", (object) "890", (object) "900", (object) "910", (object) "920", (object) "930", (object) "940", (object) "950", (object) "960", (object) "970", (object) "980", (object) "990", (object) "1000", (object) "1010", (object) "1020", (object) "1030", (object) "1040", (object) "1050", (object) "1060", (object) "1070", (object) "1080", (object) "1090", (object) "1100", (object) "1110", (object) "1120", (object) "1130", (object) "1140", (object) "1150", (object) "1160", (object) "1170", (object) "1180", (object) "1190", (object) "1200", (object) "1210", (object) "1220", (object) "1230", (object) "1240", (object) "1250", (object) "1260", (object) "1270", (object) "1280", (object) "1290", (object) "1300", (object) "1310", (object) "1320", (object) "1330", (object) "1340", (object) "1350", (object) "1360", (object) "1370", (object) "1380", (object) "1390", (object) "1400", (object) "1410", (object) "1420", (object) "1430", (object) "1440", (object) "1450", (object) "1460", (object) "1470", (object) "1480", (object) "1490", (object) "1500", (object) "1510", (object) "1520", (object) "1530", (object) "1540", (object) "1550", (object) "1560", (object) "1570", (object) "1580", (object) "1590", (object) "1600", (object) "1610", (object) "1620", (object) "1630", (object) "1640", (object) "1650", (object) "1660", (object) "1670", (object) "1680", (object) "1690", (object) "1700", (object) "1710", (object) "1720", (object) "1730", (object) "1740", (object) "1750", (object) "1760", (object) "1770", (object) "1780", (object) "1790", (object) "1800", (object) "1810", (object) "1820", (object) "1830", (object) "1840", (object) "1850", (object) "1860", (object) "1870", (object) "1880", (object) "1890", (object) "1900", (object) "1910", (object) "1920", (object) "1930", (object) "1940", (object) "1950", (object) "1960", (object) "1970", (object) "1980", (object) "1990", (object) "2000", (object) "2010", (object) "2020", (object) "2030", (object) "2040", (object) "2050", (object) "2060", (object) "2070", (object) "2080", (object) "2090", (object) "2100", (object) "2110", (object) "2120", (object) "2130", (object) "2140", (object) "2150", (object) "2160", (object) "2170", (object) "2180", (object) "2190", (object) "2200", (object) "2210", (object) "2220", (object) "2230", (object) "2240", (object) "2250", (object) "2260", (object) "2270", (object) "2280", (object) "2290", (object) "2300", (object) "2310", (object) "2320", (object) "2330", (object) "2340", (object) "2350", (object) "2360", (object) "2370", (object) "2380", (object) "2390", (object) "2400", (object) "2410", (object) "2420", (object) "2430", (object) "2440", (object) "2450", (object) "2460", (object) "2470", (object) "2480", (object) "2490", (object) "2500"); + componentResourceManager.ApplyResources(Column1_4, "Column1_4"); + Column1_4.Items.AddRange("无", "400", "410", "420", "430", "440", "450", "460", "470", "480", "490", "500", "510", "520", "530", "540", "550", "560", "570", "580", "590", "600", "610", "620", "630", "640", "650", "660", "670", "680", "690", "700", "710", "720", "730", "740", "750", "760", "770", "780", "790", "800", "810", "820", "830", "840", "850", "860", "870", "880", "890", "900", "910", "920", "930", "940", "950", "960", "970", "980", "990", "1000", "1010", "1020", "1030", "1040", "1050", "1060", "1070", "1080", "1090", "1100", "1110", "1120", "1130", "1140", "1150", "1160", "1170", "1180", "1190", "1200", "1210", "1220", "1230", "1240", "1250", "1260", "1270", "1280", "1290", "1300", "1310", "1320", "1330", "1340", "1350", "1360", "1370", "1380", "1390", "1400", "1410", "1420", "1430", "1440", "1450", "1460", "1470", "1480", "1490", "1500", "1510", "1520", "1530", "1540", "1550", "1560", "1570", "1580", "1590", "1600", "1610", "1620", "1630", "1640", "1650", "1660", "1670", "1680", "1690", "1700", "1710", "1720", "1730", "1740", "1750", "1760", "1770", "1780", "1790", "1800", "1810", "1820", "1830", "1840", "1850", "1860", "1870", "1880", "1890", "1900", "1910", "1920", "1930", "1940", "1950", "1960", "1970", "1980", "1990", "2000", "2010", "2020", "2030", "2040", "2050", "2060", "2070", "2080", "2090", "2100", "2110", "2120", "2130", "2140", "2150", "2160", "2170", "2180", "2190", "2200", "2210", "2220", "2230", "2240", "2250", "2260", "2270", "2280", "2290", "2300", "2310", "2320", "2330", "2340", "2350", "2360", "2370", "2380", "2390", "2400", "2410", "2420", "2430", "2440", "2450", "2460", "2470", "2480", "2490", "2500"); Column1_4.Name = "Column1_4"; Column1_4.Resizable = DataGridViewTriState.True; Column2_4.DisplayStyle = DataGridViewComboBoxDisplayStyle.Nothing; - componentResourceManager.ApplyResources((object) Column2_4, "Column2_4"); - Column2_4.Items.AddRange((object) "0", (object) "10", (object) "20", (object) "30", (object) "40", (object) "50", (object) "60", (object) "70", (object) "80", (object) "90", (object) "100", (object) "110", (object) "120", (object) "130", (object) "140", (object) "150", (object) "160", (object) "170", (object) "180", (object) "190", (object) "200", (object) "210", (object) "220", (object) "230", (object) "240", (object) "250", (object) "260", (object) "270", (object) "280", (object) "290", (object) "300", (object) "310", (object) "320", (object) "330", (object) "340", (object) "350", (object) "360", (object) "370", (object) "380", (object) "390", (object) "400", (object) "410", (object) "420", (object) "430", (object) "440", (object) "450", (object) "460", (object) "470", (object) "480", (object) "490", (object) "500", (object) "510", (object) "520", (object) "530", (object) "540", (object) "550", (object) "560", (object) "570", (object) "580", (object) "590", (object) "600", (object) "610", (object) "620", (object) "630", (object) "640", (object) "650", (object) "660", (object) "670", (object) "680", (object) "690", (object) "700", (object) "710", (object) "720", (object) "730", (object) "740", (object) "750", (object) "760", (object) "770", (object) "780", (object) "790", (object) "800", (object) "810", (object) "820", (object) "830", (object) "840", (object) "850", (object) "860", (object) "870", (object) "880", (object) "890", (object) "900", (object) "910", (object) "920", (object) "930", (object) "940", (object) "950", (object) "960", (object) "970", (object) "980", (object) "990", (object) "1000", (object) "1010", (object) "1020", (object) "1030", (object) "1040", (object) "1050", (object) "1060", (object) "1070", (object) "1080", (object) "1090", (object) "1100", (object) "1110", (object) "1120", (object) "1130", (object) "1140", (object) "1150", (object) "1160", (object) "1170", (object) "1180", (object) "1190", (object) "1200", (object) "1210", (object) "1220", (object) "1230", (object) "1240", (object) "1250", (object) "1260", (object) "1270", (object) "1280", (object) "1290", (object) "1300", (object) "1310", (object) "1320", (object) "1330", (object) "1340", (object) "1350", (object) "1360", (object) "1370", (object) "1380", (object) "1390", (object) "1400", (object) "1410", (object) "1420", (object) "1430", (object) "1440", (object) "1450", (object) "1460", (object) "1470", (object) "1480", (object) "1490", (object) "1500", (object) "1510", (object) "1520", (object) "1530", (object) "1540", (object) "1550", (object) "1560", (object) "1570", (object) "1580", (object) "1590", (object) "1600", (object) "1610", (object) "1620", (object) "1630", (object) "1640", (object) "1650", (object) "1660", (object) "1670", (object) "1680", (object) "1690", (object) "1700", (object) "1710", (object) "1720", (object) "1730", (object) "1740", (object) "1750", (object) "1760", (object) "1770", (object) "1780", (object) "1790", (object) "1800", (object) "1810", (object) "1820", (object) "1830", (object) "1840", (object) "1850", (object) "1860", (object) "1870", (object) "1880", (object) "1890", (object) "1900", (object) "1910", (object) "1920", (object) "1930", (object) "1940", (object) "1950", (object) "1960", (object) "1970", (object) "1980", (object) "1990", (object) "2000", (object) "2010", (object) "2020", (object) "2030", (object) "2040", (object) "2050", (object) "2060", (object) "2070", (object) "2080", (object) "2090", (object) "2100", (object) "2110", (object) "2120", (object) "2130", (object) "2140", (object) "2150", (object) "2160", (object) "2170", (object) "2180", (object) "2190", (object) "2200", (object) "2210", (object) "2220", (object) "2230", (object) "2240", (object) "2250", (object) "2260", (object) "2270", (object) "2280", (object) "2290", (object) "2300", (object) "2310", (object) "2320", (object) "2330", (object) "2340", (object) "2350", (object) "2360", (object) "2370", (object) "2380", (object) "2390", (object) "2400", (object) "2410", (object) "2420", (object) "2430", (object) "2440", (object) "2450", (object) "2460", (object) "2470", (object) "2480", (object) "2490", (object) "2500"); + componentResourceManager.ApplyResources(Column2_4, "Column2_4"); + Column2_4.Items.AddRange("0", "10", "20", "30", "40", "50", "60", "70", "80", "90", "100", "110", "120", "130", "140", "150", "160", "170", "180", "190", "200", "210", "220", "230", "240", "250", "260", "270", "280", "290", "300", "310", "320", "330", "340", "350", "360", "370", "380", "390", "400", "410", "420", "430", "440", "450", "460", "470", "480", "490", "500", "510", "520", "530", "540", "550", "560", "570", "580", "590", "600", "610", "620", "630", "640", "650", "660", "670", "680", "690", "700", "710", "720", "730", "740", "750", "760", "770", "780", "790", "800", "810", "820", "830", "840", "850", "860", "870", "880", "890", "900", "910", "920", "930", "940", "950", "960", "970", "980", "990", "1000", "1010", "1020", "1030", "1040", "1050", "1060", "1070", "1080", "1090", "1100", "1110", "1120", "1130", "1140", "1150", "1160", "1170", "1180", "1190", "1200", "1210", "1220", "1230", "1240", "1250", "1260", "1270", "1280", "1290", "1300", "1310", "1320", "1330", "1340", "1350", "1360", "1370", "1380", "1390", "1400", "1410", "1420", "1430", "1440", "1450", "1460", "1470", "1480", "1490", "1500", "1510", "1520", "1530", "1540", "1550", "1560", "1570", "1580", "1590", "1600", "1610", "1620", "1630", "1640", "1650", "1660", "1670", "1680", "1690", "1700", "1710", "1720", "1730", "1740", "1750", "1760", "1770", "1780", "1790", "1800", "1810", "1820", "1830", "1840", "1850", "1860", "1870", "1880", "1890", "1900", "1910", "1920", "1930", "1940", "1950", "1960", "1970", "1980", "1990", "2000", "2010", "2020", "2030", "2040", "2050", "2060", "2070", "2080", "2090", "2100", "2110", "2120", "2130", "2140", "2150", "2160", "2170", "2180", "2190", "2200", "2210", "2220", "2230", "2240", "2250", "2260", "2270", "2280", "2290", "2300", "2310", "2320", "2330", "2340", "2350", "2360", "2370", "2380", "2390", "2400", "2410", "2420", "2430", "2440", "2450", "2460", "2470", "2480", "2490", "2500"); Column2_4.Name = "Column2_4"; - TabPage5.AccessibleDescription = (string) null; - TabPage5.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) TabPage5, "TabPage5"); - TabPage5.BackgroundImage = (Image) null; - TabPage5.Controls.Add((Control) ComboBox5); - TabPage5.Controls.Add((Control) NumericUpDown5); - TabPage5.Controls.Add((Control) Label9); - TabPage5.Controls.Add((Control) Label10); - TabPage5.Controls.Add((Control) DataGridView5); - TabPage5.Font = (Font) null; + TabPage5.AccessibleDescription = null; + TabPage5.AccessibleName = null; + componentResourceManager.ApplyResources(TabPage5, "TabPage5"); + TabPage5.BackgroundImage = null; + TabPage5.Controls.Add(ComboBox5); + TabPage5.Controls.Add(NumericUpDown5); + TabPage5.Controls.Add(Label9); + TabPage5.Controls.Add(Label10); + TabPage5.Controls.Add(DataGridView5); + TabPage5.Font = null; TabPage5.Name = "TabPage5"; TabPage5.UseVisualStyleBackColor = true; - ComboBox5.AccessibleDescription = (string) null; - ComboBox5.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox5, "ComboBox5"); - ComboBox5.BackgroundImage = (Image) null; + ComboBox5.AccessibleDescription = null; + ComboBox5.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox5, "ComboBox5"); + ComboBox5.BackgroundImage = null; ComboBox5.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox5.Font = (Font) null; + ComboBox5.Font = null; ComboBox5.FormattingEnabled = true; ComboBox5.Items.AddRange(new object[256] { - (object) componentResourceManager.GetString("ComboBox5.Items"), - (object) componentResourceManager.GetString("ComboBox5.Items1"), - (object) componentResourceManager.GetString("ComboBox5.Items2"), - (object) componentResourceManager.GetString("ComboBox5.Items3"), - (object) componentResourceManager.GetString("ComboBox5.Items4"), - (object) componentResourceManager.GetString("ComboBox5.Items5"), - (object) componentResourceManager.GetString("ComboBox5.Items6"), - (object) componentResourceManager.GetString("ComboBox5.Items7"), - (object) componentResourceManager.GetString("ComboBox5.Items8"), - (object) componentResourceManager.GetString("ComboBox5.Items9"), - (object) componentResourceManager.GetString("ComboBox5.Items10"), - (object) componentResourceManager.GetString("ComboBox5.Items11"), - (object) componentResourceManager.GetString("ComboBox5.Items12"), - (object) componentResourceManager.GetString("ComboBox5.Items13"), - (object) componentResourceManager.GetString("ComboBox5.Items14"), - (object) componentResourceManager.GetString("ComboBox5.Items15"), - (object) componentResourceManager.GetString("ComboBox5.Items16"), - (object) componentResourceManager.GetString("ComboBox5.Items17"), - (object) componentResourceManager.GetString("ComboBox5.Items18"), - (object) componentResourceManager.GetString("ComboBox5.Items19"), - (object) componentResourceManager.GetString("ComboBox5.Items20"), - (object) componentResourceManager.GetString("ComboBox5.Items21"), - (object) componentResourceManager.GetString("ComboBox5.Items22"), - (object) componentResourceManager.GetString("ComboBox5.Items23"), - (object) componentResourceManager.GetString("ComboBox5.Items24"), - (object) componentResourceManager.GetString("ComboBox5.Items25"), - (object) componentResourceManager.GetString("ComboBox5.Items26"), - (object) componentResourceManager.GetString("ComboBox5.Items27"), - (object) componentResourceManager.GetString("ComboBox5.Items28"), - (object) componentResourceManager.GetString("ComboBox5.Items29"), - (object) componentResourceManager.GetString("ComboBox5.Items30"), - (object) componentResourceManager.GetString("ComboBox5.Items31"), - (object) componentResourceManager.GetString("ComboBox5.Items32"), - (object) componentResourceManager.GetString("ComboBox5.Items33"), - (object) componentResourceManager.GetString("ComboBox5.Items34"), - (object) componentResourceManager.GetString("ComboBox5.Items35"), - (object) componentResourceManager.GetString("ComboBox5.Items36"), - (object) componentResourceManager.GetString("ComboBox5.Items37"), - (object) componentResourceManager.GetString("ComboBox5.Items38"), - (object) componentResourceManager.GetString("ComboBox5.Items39"), - (object) componentResourceManager.GetString("ComboBox5.Items40"), - (object) componentResourceManager.GetString("ComboBox5.Items41"), - (object) componentResourceManager.GetString("ComboBox5.Items42"), - (object) componentResourceManager.GetString("ComboBox5.Items43"), - (object) componentResourceManager.GetString("ComboBox5.Items44"), - (object) componentResourceManager.GetString("ComboBox5.Items45"), - (object) componentResourceManager.GetString("ComboBox5.Items46"), - (object) componentResourceManager.GetString("ComboBox5.Items47"), - (object) componentResourceManager.GetString("ComboBox5.Items48"), - (object) componentResourceManager.GetString("ComboBox5.Items49"), - (object) componentResourceManager.GetString("ComboBox5.Items50"), - (object) componentResourceManager.GetString("ComboBox5.Items51"), - (object) componentResourceManager.GetString("ComboBox5.Items52"), - (object) componentResourceManager.GetString("ComboBox5.Items53"), - (object) componentResourceManager.GetString("ComboBox5.Items54"), - (object) componentResourceManager.GetString("ComboBox5.Items55"), - (object) componentResourceManager.GetString("ComboBox5.Items56"), - (object) componentResourceManager.GetString("ComboBox5.Items57"), - (object) componentResourceManager.GetString("ComboBox5.Items58"), - (object) componentResourceManager.GetString("ComboBox5.Items59"), - (object) componentResourceManager.GetString("ComboBox5.Items60"), - (object) componentResourceManager.GetString("ComboBox5.Items61"), - (object) componentResourceManager.GetString("ComboBox5.Items62"), - (object) componentResourceManager.GetString("ComboBox5.Items63"), - (object) componentResourceManager.GetString("ComboBox5.Items64"), - (object) componentResourceManager.GetString("ComboBox5.Items65"), - (object) componentResourceManager.GetString("ComboBox5.Items66"), - (object) componentResourceManager.GetString("ComboBox5.Items67"), - (object) componentResourceManager.GetString("ComboBox5.Items68"), - (object) componentResourceManager.GetString("ComboBox5.Items69"), - (object) componentResourceManager.GetString("ComboBox5.Items70"), - (object) componentResourceManager.GetString("ComboBox5.Items71"), - (object) componentResourceManager.GetString("ComboBox5.Items72"), - (object) componentResourceManager.GetString("ComboBox5.Items73"), - (object) componentResourceManager.GetString("ComboBox5.Items74"), - (object) componentResourceManager.GetString("ComboBox5.Items75"), - (object) componentResourceManager.GetString("ComboBox5.Items76"), - (object) componentResourceManager.GetString("ComboBox5.Items77"), - (object) componentResourceManager.GetString("ComboBox5.Items78"), - (object) componentResourceManager.GetString("ComboBox5.Items79"), - (object) componentResourceManager.GetString("ComboBox5.Items80"), - (object) componentResourceManager.GetString("ComboBox5.Items81"), - (object) componentResourceManager.GetString("ComboBox5.Items82"), - (object) componentResourceManager.GetString("ComboBox5.Items83"), - (object) componentResourceManager.GetString("ComboBox5.Items84"), - (object) componentResourceManager.GetString("ComboBox5.Items85"), - (object) componentResourceManager.GetString("ComboBox5.Items86"), - (object) componentResourceManager.GetString("ComboBox5.Items87"), - (object) componentResourceManager.GetString("ComboBox5.Items88"), - (object) componentResourceManager.GetString("ComboBox5.Items89"), - (object) componentResourceManager.GetString("ComboBox5.Items90"), - (object) componentResourceManager.GetString("ComboBox5.Items91"), - (object) componentResourceManager.GetString("ComboBox5.Items92"), - (object) componentResourceManager.GetString("ComboBox5.Items93"), - (object) componentResourceManager.GetString("ComboBox5.Items94"), - (object) componentResourceManager.GetString("ComboBox5.Items95"), - (object) componentResourceManager.GetString("ComboBox5.Items96"), - (object) componentResourceManager.GetString("ComboBox5.Items97"), - (object) componentResourceManager.GetString("ComboBox5.Items98"), - (object) componentResourceManager.GetString("ComboBox5.Items99"), - (object) componentResourceManager.GetString("ComboBox5.Items100"), - (object) componentResourceManager.GetString("ComboBox5.Items101"), - (object) componentResourceManager.GetString("ComboBox5.Items102"), - (object) componentResourceManager.GetString("ComboBox5.Items103"), - (object) componentResourceManager.GetString("ComboBox5.Items104"), - (object) componentResourceManager.GetString("ComboBox5.Items105"), - (object) componentResourceManager.GetString("ComboBox5.Items106"), - (object) componentResourceManager.GetString("ComboBox5.Items107"), - (object) componentResourceManager.GetString("ComboBox5.Items108"), - (object) componentResourceManager.GetString("ComboBox5.Items109"), - (object) componentResourceManager.GetString("ComboBox5.Items110"), - (object) componentResourceManager.GetString("ComboBox5.Items111"), - (object) componentResourceManager.GetString("ComboBox5.Items112"), - (object) componentResourceManager.GetString("ComboBox5.Items113"), - (object) componentResourceManager.GetString("ComboBox5.Items114"), - (object) componentResourceManager.GetString("ComboBox5.Items115"), - (object) componentResourceManager.GetString("ComboBox5.Items116"), - (object) componentResourceManager.GetString("ComboBox5.Items117"), - (object) componentResourceManager.GetString("ComboBox5.Items118"), - (object) componentResourceManager.GetString("ComboBox5.Items119"), - (object) componentResourceManager.GetString("ComboBox5.Items120"), - (object) componentResourceManager.GetString("ComboBox5.Items121"), - (object) componentResourceManager.GetString("ComboBox5.Items122"), - (object) componentResourceManager.GetString("ComboBox5.Items123"), - (object) componentResourceManager.GetString("ComboBox5.Items124"), - (object) componentResourceManager.GetString("ComboBox5.Items125"), - (object) componentResourceManager.GetString("ComboBox5.Items126"), - (object) componentResourceManager.GetString("ComboBox5.Items127"), - (object) componentResourceManager.GetString("ComboBox5.Items128"), - (object) componentResourceManager.GetString("ComboBox5.Items129"), - (object) componentResourceManager.GetString("ComboBox5.Items130"), - (object) componentResourceManager.GetString("ComboBox5.Items131"), - (object) componentResourceManager.GetString("ComboBox5.Items132"), - (object) componentResourceManager.GetString("ComboBox5.Items133"), - (object) componentResourceManager.GetString("ComboBox5.Items134"), - (object) componentResourceManager.GetString("ComboBox5.Items135"), - (object) componentResourceManager.GetString("ComboBox5.Items136"), - (object) componentResourceManager.GetString("ComboBox5.Items137"), - (object) componentResourceManager.GetString("ComboBox5.Items138"), - (object) componentResourceManager.GetString("ComboBox5.Items139"), - (object) componentResourceManager.GetString("ComboBox5.Items140"), - (object) componentResourceManager.GetString("ComboBox5.Items141"), - (object) componentResourceManager.GetString("ComboBox5.Items142"), - (object) componentResourceManager.GetString("ComboBox5.Items143"), - (object) componentResourceManager.GetString("ComboBox5.Items144"), - (object) componentResourceManager.GetString("ComboBox5.Items145"), - (object) componentResourceManager.GetString("ComboBox5.Items146"), - (object) componentResourceManager.GetString("ComboBox5.Items147"), - (object) componentResourceManager.GetString("ComboBox5.Items148"), - (object) componentResourceManager.GetString("ComboBox5.Items149"), - (object) componentResourceManager.GetString("ComboBox5.Items150"), - (object) componentResourceManager.GetString("ComboBox5.Items151"), - (object) componentResourceManager.GetString("ComboBox5.Items152"), - (object) componentResourceManager.GetString("ComboBox5.Items153"), - (object) componentResourceManager.GetString("ComboBox5.Items154"), - (object) componentResourceManager.GetString("ComboBox5.Items155"), - (object) componentResourceManager.GetString("ComboBox5.Items156"), - (object) componentResourceManager.GetString("ComboBox5.Items157"), - (object) componentResourceManager.GetString("ComboBox5.Items158"), - (object) componentResourceManager.GetString("ComboBox5.Items159"), - (object) componentResourceManager.GetString("ComboBox5.Items160"), - (object) componentResourceManager.GetString("ComboBox5.Items161"), - (object) componentResourceManager.GetString("ComboBox5.Items162"), - (object) componentResourceManager.GetString("ComboBox5.Items163"), - (object) componentResourceManager.GetString("ComboBox5.Items164"), - (object) componentResourceManager.GetString("ComboBox5.Items165"), - (object) componentResourceManager.GetString("ComboBox5.Items166"), - (object) componentResourceManager.GetString("ComboBox5.Items167"), - (object) componentResourceManager.GetString("ComboBox5.Items168"), - (object) componentResourceManager.GetString("ComboBox5.Items169"), - (object) componentResourceManager.GetString("ComboBox5.Items170"), - (object) componentResourceManager.GetString("ComboBox5.Items171"), - (object) componentResourceManager.GetString("ComboBox5.Items172"), - (object) componentResourceManager.GetString("ComboBox5.Items173"), - (object) componentResourceManager.GetString("ComboBox5.Items174"), - (object) componentResourceManager.GetString("ComboBox5.Items175"), - (object) componentResourceManager.GetString("ComboBox5.Items176"), - (object) componentResourceManager.GetString("ComboBox5.Items177"), - (object) componentResourceManager.GetString("ComboBox5.Items178"), - (object) componentResourceManager.GetString("ComboBox5.Items179"), - (object) componentResourceManager.GetString("ComboBox5.Items180"), - (object) componentResourceManager.GetString("ComboBox5.Items181"), - (object) componentResourceManager.GetString("ComboBox5.Items182"), - (object) componentResourceManager.GetString("ComboBox5.Items183"), - (object) componentResourceManager.GetString("ComboBox5.Items184"), - (object) componentResourceManager.GetString("ComboBox5.Items185"), - (object) componentResourceManager.GetString("ComboBox5.Items186"), - (object) componentResourceManager.GetString("ComboBox5.Items187"), - (object) componentResourceManager.GetString("ComboBox5.Items188"), - (object) componentResourceManager.GetString("ComboBox5.Items189"), - (object) componentResourceManager.GetString("ComboBox5.Items190"), - (object) componentResourceManager.GetString("ComboBox5.Items191"), - (object) componentResourceManager.GetString("ComboBox5.Items192"), - (object) componentResourceManager.GetString("ComboBox5.Items193"), - (object) componentResourceManager.GetString("ComboBox5.Items194"), - (object) componentResourceManager.GetString("ComboBox5.Items195"), - (object) componentResourceManager.GetString("ComboBox5.Items196"), - (object) componentResourceManager.GetString("ComboBox5.Items197"), - (object) componentResourceManager.GetString("ComboBox5.Items198"), - (object) componentResourceManager.GetString("ComboBox5.Items199"), - (object) componentResourceManager.GetString("ComboBox5.Items200"), - (object) componentResourceManager.GetString("ComboBox5.Items201"), - (object) componentResourceManager.GetString("ComboBox5.Items202"), - (object) componentResourceManager.GetString("ComboBox5.Items203"), - (object) componentResourceManager.GetString("ComboBox5.Items204"), - (object) componentResourceManager.GetString("ComboBox5.Items205"), - (object) componentResourceManager.GetString("ComboBox5.Items206"), - (object) componentResourceManager.GetString("ComboBox5.Items207"), - (object) componentResourceManager.GetString("ComboBox5.Items208"), - (object) componentResourceManager.GetString("ComboBox5.Items209"), - (object) componentResourceManager.GetString("ComboBox5.Items210"), - (object) componentResourceManager.GetString("ComboBox5.Items211"), - (object) componentResourceManager.GetString("ComboBox5.Items212"), - (object) componentResourceManager.GetString("ComboBox5.Items213"), - (object) componentResourceManager.GetString("ComboBox5.Items214"), - (object) componentResourceManager.GetString("ComboBox5.Items215"), - (object) componentResourceManager.GetString("ComboBox5.Items216"), - (object) componentResourceManager.GetString("ComboBox5.Items217"), - (object) componentResourceManager.GetString("ComboBox5.Items218"), - (object) componentResourceManager.GetString("ComboBox5.Items219"), - (object) componentResourceManager.GetString("ComboBox5.Items220"), - (object) componentResourceManager.GetString("ComboBox5.Items221"), - (object) componentResourceManager.GetString("ComboBox5.Items222"), - (object) componentResourceManager.GetString("ComboBox5.Items223"), - (object) componentResourceManager.GetString("ComboBox5.Items224"), - (object) componentResourceManager.GetString("ComboBox5.Items225"), - (object) componentResourceManager.GetString("ComboBox5.Items226"), - (object) componentResourceManager.GetString("ComboBox5.Items227"), - (object) componentResourceManager.GetString("ComboBox5.Items228"), - (object) componentResourceManager.GetString("ComboBox5.Items229"), - (object) componentResourceManager.GetString("ComboBox5.Items230"), - (object) componentResourceManager.GetString("ComboBox5.Items231"), - (object) componentResourceManager.GetString("ComboBox5.Items232"), - (object) componentResourceManager.GetString("ComboBox5.Items233"), - (object) componentResourceManager.GetString("ComboBox5.Items234"), - (object) componentResourceManager.GetString("ComboBox5.Items235"), - (object) componentResourceManager.GetString("ComboBox5.Items236"), - (object) componentResourceManager.GetString("ComboBox5.Items237"), - (object) componentResourceManager.GetString("ComboBox5.Items238"), - (object) componentResourceManager.GetString("ComboBox5.Items239"), - (object) componentResourceManager.GetString("ComboBox5.Items240"), - (object) componentResourceManager.GetString("ComboBox5.Items241"), - (object) componentResourceManager.GetString("ComboBox5.Items242"), - (object) componentResourceManager.GetString("ComboBox5.Items243"), - (object) componentResourceManager.GetString("ComboBox5.Items244"), - (object) componentResourceManager.GetString("ComboBox5.Items245"), - (object) componentResourceManager.GetString("ComboBox5.Items246"), - (object) componentResourceManager.GetString("ComboBox5.Items247"), - (object) componentResourceManager.GetString("ComboBox5.Items248"), - (object) componentResourceManager.GetString("ComboBox5.Items249"), - (object) componentResourceManager.GetString("ComboBox5.Items250"), - (object) componentResourceManager.GetString("ComboBox5.Items251"), - (object) componentResourceManager.GetString("ComboBox5.Items252"), - (object) componentResourceManager.GetString("ComboBox5.Items253"), - (object) componentResourceManager.GetString("ComboBox5.Items254"), - (object) componentResourceManager.GetString("ComboBox5.Items255") + componentResourceManager.GetString("ComboBox5.Items"), + componentResourceManager.GetString("ComboBox5.Items1"), + componentResourceManager.GetString("ComboBox5.Items2"), + componentResourceManager.GetString("ComboBox5.Items3"), + componentResourceManager.GetString("ComboBox5.Items4"), + componentResourceManager.GetString("ComboBox5.Items5"), + componentResourceManager.GetString("ComboBox5.Items6"), + componentResourceManager.GetString("ComboBox5.Items7"), + componentResourceManager.GetString("ComboBox5.Items8"), + componentResourceManager.GetString("ComboBox5.Items9"), + componentResourceManager.GetString("ComboBox5.Items10"), + componentResourceManager.GetString("ComboBox5.Items11"), + componentResourceManager.GetString("ComboBox5.Items12"), + componentResourceManager.GetString("ComboBox5.Items13"), + componentResourceManager.GetString("ComboBox5.Items14"), + componentResourceManager.GetString("ComboBox5.Items15"), + componentResourceManager.GetString("ComboBox5.Items16"), + componentResourceManager.GetString("ComboBox5.Items17"), + componentResourceManager.GetString("ComboBox5.Items18"), + componentResourceManager.GetString("ComboBox5.Items19"), + componentResourceManager.GetString("ComboBox5.Items20"), + componentResourceManager.GetString("ComboBox5.Items21"), + componentResourceManager.GetString("ComboBox5.Items22"), + componentResourceManager.GetString("ComboBox5.Items23"), + componentResourceManager.GetString("ComboBox5.Items24"), + componentResourceManager.GetString("ComboBox5.Items25"), + componentResourceManager.GetString("ComboBox5.Items26"), + componentResourceManager.GetString("ComboBox5.Items27"), + componentResourceManager.GetString("ComboBox5.Items28"), + componentResourceManager.GetString("ComboBox5.Items29"), + componentResourceManager.GetString("ComboBox5.Items30"), + componentResourceManager.GetString("ComboBox5.Items31"), + componentResourceManager.GetString("ComboBox5.Items32"), + componentResourceManager.GetString("ComboBox5.Items33"), + componentResourceManager.GetString("ComboBox5.Items34"), + componentResourceManager.GetString("ComboBox5.Items35"), + componentResourceManager.GetString("ComboBox5.Items36"), + componentResourceManager.GetString("ComboBox5.Items37"), + componentResourceManager.GetString("ComboBox5.Items38"), + componentResourceManager.GetString("ComboBox5.Items39"), + componentResourceManager.GetString("ComboBox5.Items40"), + componentResourceManager.GetString("ComboBox5.Items41"), + componentResourceManager.GetString("ComboBox5.Items42"), + componentResourceManager.GetString("ComboBox5.Items43"), + componentResourceManager.GetString("ComboBox5.Items44"), + componentResourceManager.GetString("ComboBox5.Items45"), + componentResourceManager.GetString("ComboBox5.Items46"), + componentResourceManager.GetString("ComboBox5.Items47"), + componentResourceManager.GetString("ComboBox5.Items48"), + componentResourceManager.GetString("ComboBox5.Items49"), + componentResourceManager.GetString("ComboBox5.Items50"), + componentResourceManager.GetString("ComboBox5.Items51"), + componentResourceManager.GetString("ComboBox5.Items52"), + componentResourceManager.GetString("ComboBox5.Items53"), + componentResourceManager.GetString("ComboBox5.Items54"), + componentResourceManager.GetString("ComboBox5.Items55"), + componentResourceManager.GetString("ComboBox5.Items56"), + componentResourceManager.GetString("ComboBox5.Items57"), + componentResourceManager.GetString("ComboBox5.Items58"), + componentResourceManager.GetString("ComboBox5.Items59"), + componentResourceManager.GetString("ComboBox5.Items60"), + componentResourceManager.GetString("ComboBox5.Items61"), + componentResourceManager.GetString("ComboBox5.Items62"), + componentResourceManager.GetString("ComboBox5.Items63"), + componentResourceManager.GetString("ComboBox5.Items64"), + componentResourceManager.GetString("ComboBox5.Items65"), + componentResourceManager.GetString("ComboBox5.Items66"), + componentResourceManager.GetString("ComboBox5.Items67"), + componentResourceManager.GetString("ComboBox5.Items68"), + componentResourceManager.GetString("ComboBox5.Items69"), + componentResourceManager.GetString("ComboBox5.Items70"), + componentResourceManager.GetString("ComboBox5.Items71"), + componentResourceManager.GetString("ComboBox5.Items72"), + componentResourceManager.GetString("ComboBox5.Items73"), + componentResourceManager.GetString("ComboBox5.Items74"), + componentResourceManager.GetString("ComboBox5.Items75"), + componentResourceManager.GetString("ComboBox5.Items76"), + componentResourceManager.GetString("ComboBox5.Items77"), + componentResourceManager.GetString("ComboBox5.Items78"), + componentResourceManager.GetString("ComboBox5.Items79"), + componentResourceManager.GetString("ComboBox5.Items80"), + componentResourceManager.GetString("ComboBox5.Items81"), + componentResourceManager.GetString("ComboBox5.Items82"), + componentResourceManager.GetString("ComboBox5.Items83"), + componentResourceManager.GetString("ComboBox5.Items84"), + componentResourceManager.GetString("ComboBox5.Items85"), + componentResourceManager.GetString("ComboBox5.Items86"), + componentResourceManager.GetString("ComboBox5.Items87"), + componentResourceManager.GetString("ComboBox5.Items88"), + componentResourceManager.GetString("ComboBox5.Items89"), + componentResourceManager.GetString("ComboBox5.Items90"), + componentResourceManager.GetString("ComboBox5.Items91"), + componentResourceManager.GetString("ComboBox5.Items92"), + componentResourceManager.GetString("ComboBox5.Items93"), + componentResourceManager.GetString("ComboBox5.Items94"), + componentResourceManager.GetString("ComboBox5.Items95"), + componentResourceManager.GetString("ComboBox5.Items96"), + componentResourceManager.GetString("ComboBox5.Items97"), + componentResourceManager.GetString("ComboBox5.Items98"), + componentResourceManager.GetString("ComboBox5.Items99"), + componentResourceManager.GetString("ComboBox5.Items100"), + componentResourceManager.GetString("ComboBox5.Items101"), + componentResourceManager.GetString("ComboBox5.Items102"), + componentResourceManager.GetString("ComboBox5.Items103"), + componentResourceManager.GetString("ComboBox5.Items104"), + componentResourceManager.GetString("ComboBox5.Items105"), + componentResourceManager.GetString("ComboBox5.Items106"), + componentResourceManager.GetString("ComboBox5.Items107"), + componentResourceManager.GetString("ComboBox5.Items108"), + componentResourceManager.GetString("ComboBox5.Items109"), + componentResourceManager.GetString("ComboBox5.Items110"), + componentResourceManager.GetString("ComboBox5.Items111"), + componentResourceManager.GetString("ComboBox5.Items112"), + componentResourceManager.GetString("ComboBox5.Items113"), + componentResourceManager.GetString("ComboBox5.Items114"), + componentResourceManager.GetString("ComboBox5.Items115"), + componentResourceManager.GetString("ComboBox5.Items116"), + componentResourceManager.GetString("ComboBox5.Items117"), + componentResourceManager.GetString("ComboBox5.Items118"), + componentResourceManager.GetString("ComboBox5.Items119"), + componentResourceManager.GetString("ComboBox5.Items120"), + componentResourceManager.GetString("ComboBox5.Items121"), + componentResourceManager.GetString("ComboBox5.Items122"), + componentResourceManager.GetString("ComboBox5.Items123"), + componentResourceManager.GetString("ComboBox5.Items124"), + componentResourceManager.GetString("ComboBox5.Items125"), + componentResourceManager.GetString("ComboBox5.Items126"), + componentResourceManager.GetString("ComboBox5.Items127"), + componentResourceManager.GetString("ComboBox5.Items128"), + componentResourceManager.GetString("ComboBox5.Items129"), + componentResourceManager.GetString("ComboBox5.Items130"), + componentResourceManager.GetString("ComboBox5.Items131"), + componentResourceManager.GetString("ComboBox5.Items132"), + componentResourceManager.GetString("ComboBox5.Items133"), + componentResourceManager.GetString("ComboBox5.Items134"), + componentResourceManager.GetString("ComboBox5.Items135"), + componentResourceManager.GetString("ComboBox5.Items136"), + componentResourceManager.GetString("ComboBox5.Items137"), + componentResourceManager.GetString("ComboBox5.Items138"), + componentResourceManager.GetString("ComboBox5.Items139"), + componentResourceManager.GetString("ComboBox5.Items140"), + componentResourceManager.GetString("ComboBox5.Items141"), + componentResourceManager.GetString("ComboBox5.Items142"), + componentResourceManager.GetString("ComboBox5.Items143"), + componentResourceManager.GetString("ComboBox5.Items144"), + componentResourceManager.GetString("ComboBox5.Items145"), + componentResourceManager.GetString("ComboBox5.Items146"), + componentResourceManager.GetString("ComboBox5.Items147"), + componentResourceManager.GetString("ComboBox5.Items148"), + componentResourceManager.GetString("ComboBox5.Items149"), + componentResourceManager.GetString("ComboBox5.Items150"), + componentResourceManager.GetString("ComboBox5.Items151"), + componentResourceManager.GetString("ComboBox5.Items152"), + componentResourceManager.GetString("ComboBox5.Items153"), + componentResourceManager.GetString("ComboBox5.Items154"), + componentResourceManager.GetString("ComboBox5.Items155"), + componentResourceManager.GetString("ComboBox5.Items156"), + componentResourceManager.GetString("ComboBox5.Items157"), + componentResourceManager.GetString("ComboBox5.Items158"), + componentResourceManager.GetString("ComboBox5.Items159"), + componentResourceManager.GetString("ComboBox5.Items160"), + componentResourceManager.GetString("ComboBox5.Items161"), + componentResourceManager.GetString("ComboBox5.Items162"), + componentResourceManager.GetString("ComboBox5.Items163"), + componentResourceManager.GetString("ComboBox5.Items164"), + componentResourceManager.GetString("ComboBox5.Items165"), + componentResourceManager.GetString("ComboBox5.Items166"), + componentResourceManager.GetString("ComboBox5.Items167"), + componentResourceManager.GetString("ComboBox5.Items168"), + componentResourceManager.GetString("ComboBox5.Items169"), + componentResourceManager.GetString("ComboBox5.Items170"), + componentResourceManager.GetString("ComboBox5.Items171"), + componentResourceManager.GetString("ComboBox5.Items172"), + componentResourceManager.GetString("ComboBox5.Items173"), + componentResourceManager.GetString("ComboBox5.Items174"), + componentResourceManager.GetString("ComboBox5.Items175"), + componentResourceManager.GetString("ComboBox5.Items176"), + componentResourceManager.GetString("ComboBox5.Items177"), + componentResourceManager.GetString("ComboBox5.Items178"), + componentResourceManager.GetString("ComboBox5.Items179"), + componentResourceManager.GetString("ComboBox5.Items180"), + componentResourceManager.GetString("ComboBox5.Items181"), + componentResourceManager.GetString("ComboBox5.Items182"), + componentResourceManager.GetString("ComboBox5.Items183"), + componentResourceManager.GetString("ComboBox5.Items184"), + componentResourceManager.GetString("ComboBox5.Items185"), + componentResourceManager.GetString("ComboBox5.Items186"), + componentResourceManager.GetString("ComboBox5.Items187"), + componentResourceManager.GetString("ComboBox5.Items188"), + componentResourceManager.GetString("ComboBox5.Items189"), + componentResourceManager.GetString("ComboBox5.Items190"), + componentResourceManager.GetString("ComboBox5.Items191"), + componentResourceManager.GetString("ComboBox5.Items192"), + componentResourceManager.GetString("ComboBox5.Items193"), + componentResourceManager.GetString("ComboBox5.Items194"), + componentResourceManager.GetString("ComboBox5.Items195"), + componentResourceManager.GetString("ComboBox5.Items196"), + componentResourceManager.GetString("ComboBox5.Items197"), + componentResourceManager.GetString("ComboBox5.Items198"), + componentResourceManager.GetString("ComboBox5.Items199"), + componentResourceManager.GetString("ComboBox5.Items200"), + componentResourceManager.GetString("ComboBox5.Items201"), + componentResourceManager.GetString("ComboBox5.Items202"), + componentResourceManager.GetString("ComboBox5.Items203"), + componentResourceManager.GetString("ComboBox5.Items204"), + componentResourceManager.GetString("ComboBox5.Items205"), + componentResourceManager.GetString("ComboBox5.Items206"), + componentResourceManager.GetString("ComboBox5.Items207"), + componentResourceManager.GetString("ComboBox5.Items208"), + componentResourceManager.GetString("ComboBox5.Items209"), + componentResourceManager.GetString("ComboBox5.Items210"), + componentResourceManager.GetString("ComboBox5.Items211"), + componentResourceManager.GetString("ComboBox5.Items212"), + componentResourceManager.GetString("ComboBox5.Items213"), + componentResourceManager.GetString("ComboBox5.Items214"), + componentResourceManager.GetString("ComboBox5.Items215"), + componentResourceManager.GetString("ComboBox5.Items216"), + componentResourceManager.GetString("ComboBox5.Items217"), + componentResourceManager.GetString("ComboBox5.Items218"), + componentResourceManager.GetString("ComboBox5.Items219"), + componentResourceManager.GetString("ComboBox5.Items220"), + componentResourceManager.GetString("ComboBox5.Items221"), + componentResourceManager.GetString("ComboBox5.Items222"), + componentResourceManager.GetString("ComboBox5.Items223"), + componentResourceManager.GetString("ComboBox5.Items224"), + componentResourceManager.GetString("ComboBox5.Items225"), + componentResourceManager.GetString("ComboBox5.Items226"), + componentResourceManager.GetString("ComboBox5.Items227"), + componentResourceManager.GetString("ComboBox5.Items228"), + componentResourceManager.GetString("ComboBox5.Items229"), + componentResourceManager.GetString("ComboBox5.Items230"), + componentResourceManager.GetString("ComboBox5.Items231"), + componentResourceManager.GetString("ComboBox5.Items232"), + componentResourceManager.GetString("ComboBox5.Items233"), + componentResourceManager.GetString("ComboBox5.Items234"), + componentResourceManager.GetString("ComboBox5.Items235"), + componentResourceManager.GetString("ComboBox5.Items236"), + componentResourceManager.GetString("ComboBox5.Items237"), + componentResourceManager.GetString("ComboBox5.Items238"), + componentResourceManager.GetString("ComboBox5.Items239"), + componentResourceManager.GetString("ComboBox5.Items240"), + componentResourceManager.GetString("ComboBox5.Items241"), + componentResourceManager.GetString("ComboBox5.Items242"), + componentResourceManager.GetString("ComboBox5.Items243"), + componentResourceManager.GetString("ComboBox5.Items244"), + componentResourceManager.GetString("ComboBox5.Items245"), + componentResourceManager.GetString("ComboBox5.Items246"), + componentResourceManager.GetString("ComboBox5.Items247"), + componentResourceManager.GetString("ComboBox5.Items248"), + componentResourceManager.GetString("ComboBox5.Items249"), + componentResourceManager.GetString("ComboBox5.Items250"), + componentResourceManager.GetString("ComboBox5.Items251"), + componentResourceManager.GetString("ComboBox5.Items252"), + componentResourceManager.GetString("ComboBox5.Items253"), + componentResourceManager.GetString("ComboBox5.Items254"), + componentResourceManager.GetString("ComboBox5.Items255") }); ComboBox5.Name = "ComboBox5"; - NumericUpDown5.AccessibleDescription = (string) null; - NumericUpDown5.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) NumericUpDown5, "NumericUpDown5"); - NumericUpDown5.Font = (Font) null; - NumericUpDown numericUpDown5 = NumericUpDown5; + NumericUpDown5.AccessibleDescription = null; + NumericUpDown5.AccessibleName = null; + componentResourceManager.ApplyResources(NumericUpDown5, "NumericUpDown5"); + NumericUpDown5.Font = null; + var numericUpDown5 = NumericUpDown5; num1 = new Decimal(new int[4] { - (int) byte.MaxValue, + byte.MaxValue, 0, 0, 0 }); - Decimal num6 = num1; + var num6 = num1; numericUpDown5.Maximum = num6; NumericUpDown5.Name = "NumericUpDown5"; - Label9.AccessibleDescription = (string) null; - Label9.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label9, "Label9"); - Label9.Font = (Font) null; + Label9.AccessibleDescription = null; + Label9.AccessibleName = null; + componentResourceManager.ApplyResources(Label9, "Label9"); + Label9.Font = null; Label9.Name = "Label9"; - Label10.AccessibleDescription = (string) null; - Label10.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label10, "Label10"); - Label10.Font = (Font) null; + Label10.AccessibleDescription = null; + Label10.AccessibleName = null; + componentResourceManager.ApplyResources(Label10, "Label10"); + Label10.Font = null; Label10.Name = "Label10"; - DataGridView5.AccessibleDescription = (string) null; - DataGridView5.AccessibleName = (string) null; + DataGridView5.AccessibleDescription = null; + DataGridView5.AccessibleName = null; DataGridView5.AllowUserToAddRows = false; DataGridView5.AllowUserToDeleteRows = false; DataGridView5.AllowUserToResizeColumns = false; DataGridView5.AllowUserToResizeRows = false; gridViewCellStyle17.Alignment = DataGridViewContentAlignment.MiddleCenter; DataGridView5.AlternatingRowsDefaultCellStyle = gridViewCellStyle17; - componentResourceManager.ApplyResources((object) DataGridView5, "DataGridView5"); - DataGridView5.BackgroundImage = (Image) null; + componentResourceManager.ApplyResources(DataGridView5, "DataGridView5"); + DataGridView5.BackgroundImage = null; gridViewCellStyle18.Alignment = DataGridViewContentAlignment.MiddleCenter; gridViewCellStyle18.BackColor = SystemColors.Control; - gridViewCellStyle18.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, (byte) 134); + gridViewCellStyle18.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, 134); gridViewCellStyle18.ForeColor = SystemColors.WindowText; gridViewCellStyle18.SelectionBackColor = SystemColors.Highlight; gridViewCellStyle18.SelectionForeColor = SystemColors.HighlightText; gridViewCellStyle18.WrapMode = DataGridViewTriState.True; DataGridView5.ColumnHeadersDefaultCellStyle = gridViewCellStyle18; DataGridView5.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.DisableResizing; - DataGridView5.Columns.AddRange((DataGridViewColumn) Column1_5, (DataGridViewColumn) Column2_5); - DataGridView5.Font = (Font) null; + DataGridView5.Columns.AddRange(Column1_5, Column2_5); + DataGridView5.Font = null; DataGridView5.Name = "DataGridView5"; gridViewCellStyle19.Alignment = DataGridViewContentAlignment.MiddleCenter; gridViewCellStyle19.BackColor = SystemColors.Control; - gridViewCellStyle19.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, (byte) 134); + gridViewCellStyle19.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, 134); gridViewCellStyle19.ForeColor = SystemColors.WindowText; gridViewCellStyle19.SelectionBackColor = SystemColors.Highlight; gridViewCellStyle19.SelectionForeColor = SystemColors.HighlightText; @@ -2057,343 +2057,343 @@ namespace HPG_68D DataGridView5.RowTemplate.Height = 23; Column1_5.AutoSizeMode = DataGridViewAutoSizeColumnMode.None; Column1_5.DisplayStyle = DataGridViewComboBoxDisplayStyle.Nothing; - componentResourceManager.ApplyResources((object) Column1_5, "Column1_5"); - Column1_5.Items.AddRange((object) "无", (object) "400", (object) "410", (object) "420", (object) "430", (object) "440", (object) "450", (object) "460", (object) "470", (object) "480", (object) "490", (object) "500", (object) "510", (object) "520", (object) "530", (object) "540", (object) "550", (object) "560", (object) "570", (object) "580", (object) "590", (object) "600", (object) "610", (object) "620", (object) "630", (object) "640", (object) "650", (object) "660", (object) "670", (object) "680", (object) "690", (object) "700", (object) "710", (object) "720", (object) "730", (object) "740", (object) "750", (object) "760", (object) "770", (object) "780", (object) "790", (object) "800", (object) "810", (object) "820", (object) "830", (object) "840", (object) "850", (object) "860", (object) "870", (object) "880", (object) "890", (object) "900", (object) "910", (object) "920", (object) "930", (object) "940", (object) "950", (object) "960", (object) "970", (object) "980", (object) "990", (object) "1000", (object) "1010", (object) "1020", (object) "1030", (object) "1040", (object) "1050", (object) "1060", (object) "1070", (object) "1080", (object) "1090", (object) "1100", (object) "1110", (object) "1120", (object) "1130", (object) "1140", (object) "1150", (object) "1160", (object) "1170", (object) "1180", (object) "1190", (object) "1200", (object) "1210", (object) "1220", (object) "1230", (object) "1240", (object) "1250", (object) "1260", (object) "1270", (object) "1280", (object) "1290", (object) "1300", (object) "1310", (object) "1320", (object) "1330", (object) "1340", (object) "1350", (object) "1360", (object) "1370", (object) "1380", (object) "1390", (object) "1400", (object) "1410", (object) "1420", (object) "1430", (object) "1440", (object) "1450", (object) "1460", (object) "1470", (object) "1480", (object) "1490", (object) "1500", (object) "1510", (object) "1520", (object) "1530", (object) "1540", (object) "1550", (object) "1560", (object) "1570", (object) "1580", (object) "1590", (object) "1600", (object) "1610", (object) "1620", (object) "1630", (object) "1640", (object) "1650", (object) "1660", (object) "1670", (object) "1680", (object) "1690", (object) "1700", (object) "1710", (object) "1720", (object) "1730", (object) "1740", (object) "1750", (object) "1760", (object) "1770", (object) "1780", (object) "1790", (object) "1800", (object) "1810", (object) "1820", (object) "1830", (object) "1840", (object) "1850", (object) "1860", (object) "1870", (object) "1880", (object) "1890", (object) "1900", (object) "1910", (object) "1920", (object) "1930", (object) "1940", (object) "1950", (object) "1960", (object) "1970", (object) "1980", (object) "1990", (object) "2000", (object) "2010", (object) "2020", (object) "2030", (object) "2040", (object) "2050", (object) "2060", (object) "2070", (object) "2080", (object) "2090", (object) "2100", (object) "2110", (object) "2120", (object) "2130", (object) "2140", (object) "2150", (object) "2160", (object) "2170", (object) "2180", (object) "2190", (object) "2200", (object) "2210", (object) "2220", (object) "2230", (object) "2240", (object) "2250", (object) "2260", (object) "2270", (object) "2280", (object) "2290", (object) "2300", (object) "2310", (object) "2320", (object) "2330", (object) "2340", (object) "2350", (object) "2360", (object) "2370", (object) "2380", (object) "2390", (object) "2400", (object) "2410", (object) "2420", (object) "2430", (object) "2440", (object) "2450", (object) "2460", (object) "2470", (object) "2480", (object) "2490", (object) "2500"); + componentResourceManager.ApplyResources(Column1_5, "Column1_5"); + Column1_5.Items.AddRange("无", "400", "410", "420", "430", "440", "450", "460", "470", "480", "490", "500", "510", "520", "530", "540", "550", "560", "570", "580", "590", "600", "610", "620", "630", "640", "650", "660", "670", "680", "690", "700", "710", "720", "730", "740", "750", "760", "770", "780", "790", "800", "810", "820", "830", "840", "850", "860", "870", "880", "890", "900", "910", "920", "930", "940", "950", "960", "970", "980", "990", "1000", "1010", "1020", "1030", "1040", "1050", "1060", "1070", "1080", "1090", "1100", "1110", "1120", "1130", "1140", "1150", "1160", "1170", "1180", "1190", "1200", "1210", "1220", "1230", "1240", "1250", "1260", "1270", "1280", "1290", "1300", "1310", "1320", "1330", "1340", "1350", "1360", "1370", "1380", "1390", "1400", "1410", "1420", "1430", "1440", "1450", "1460", "1470", "1480", "1490", "1500", "1510", "1520", "1530", "1540", "1550", "1560", "1570", "1580", "1590", "1600", "1610", "1620", "1630", "1640", "1650", "1660", "1670", "1680", "1690", "1700", "1710", "1720", "1730", "1740", "1750", "1760", "1770", "1780", "1790", "1800", "1810", "1820", "1830", "1840", "1850", "1860", "1870", "1880", "1890", "1900", "1910", "1920", "1930", "1940", "1950", "1960", "1970", "1980", "1990", "2000", "2010", "2020", "2030", "2040", "2050", "2060", "2070", "2080", "2090", "2100", "2110", "2120", "2130", "2140", "2150", "2160", "2170", "2180", "2190", "2200", "2210", "2220", "2230", "2240", "2250", "2260", "2270", "2280", "2290", "2300", "2310", "2320", "2330", "2340", "2350", "2360", "2370", "2380", "2390", "2400", "2410", "2420", "2430", "2440", "2450", "2460", "2470", "2480", "2490", "2500"); Column1_5.Name = "Column1_5"; Column1_5.Resizable = DataGridViewTriState.True; Column2_5.DisplayStyle = DataGridViewComboBoxDisplayStyle.Nothing; - componentResourceManager.ApplyResources((object) Column2_5, "Column2_5"); - Column2_5.Items.AddRange((object) "0", (object) "10", (object) "20", (object) "30", (object) "40", (object) "50", (object) "60", (object) "70", (object) "80", (object) "90", (object) "100", (object) "110", (object) "120", (object) "130", (object) "140", (object) "150", (object) "160", (object) "170", (object) "180", (object) "190", (object) "200", (object) "210", (object) "220", (object) "230", (object) "240", (object) "250", (object) "260", (object) "270", (object) "280", (object) "290", (object) "300", (object) "310", (object) "320", (object) "330", (object) "340", (object) "350", (object) "360", (object) "370", (object) "380", (object) "390", (object) "400", (object) "410", (object) "420", (object) "430", (object) "440", (object) "450", (object) "460", (object) "470", (object) "480", (object) "490", (object) "500", (object) "510", (object) "520", (object) "530", (object) "540", (object) "550", (object) "560", (object) "570", (object) "580", (object) "590", (object) "600", (object) "610", (object) "620", (object) "630", (object) "640", (object) "650", (object) "660", (object) "670", (object) "680", (object) "690", (object) "700", (object) "710", (object) "720", (object) "730", (object) "740", (object) "750", (object) "760", (object) "770", (object) "780", (object) "790", (object) "800", (object) "810", (object) "820", (object) "830", (object) "840", (object) "850", (object) "860", (object) "870", (object) "880", (object) "890", (object) "900", (object) "910", (object) "920", (object) "930", (object) "940", (object) "950", (object) "960", (object) "970", (object) "980", (object) "990", (object) "1000", (object) "1010", (object) "1020", (object) "1030", (object) "1040", (object) "1050", (object) "1060", (object) "1070", (object) "1080", (object) "1090", (object) "1100", (object) "1110", (object) "1120", (object) "1130", (object) "1140", (object) "1150", (object) "1160", (object) "1170", (object) "1180", (object) "1190", (object) "1200", (object) "1210", (object) "1220", (object) "1230", (object) "1240", (object) "1250", (object) "1260", (object) "1270", (object) "1280", (object) "1290", (object) "1300", (object) "1310", (object) "1320", (object) "1330", (object) "1340", (object) "1350", (object) "1360", (object) "1370", (object) "1380", (object) "1390", (object) "1400", (object) "1410", (object) "1420", (object) "1430", (object) "1440", (object) "1450", (object) "1460", (object) "1470", (object) "1480", (object) "1490", (object) "1500", (object) "1510", (object) "1520", (object) "1530", (object) "1540", (object) "1550", (object) "1560", (object) "1570", (object) "1580", (object) "1590", (object) "1600", (object) "1610", (object) "1620", (object) "1630", (object) "1640", (object) "1650", (object) "1660", (object) "1670", (object) "1680", (object) "1690", (object) "1700", (object) "1710", (object) "1720", (object) "1730", (object) "1740", (object) "1750", (object) "1760", (object) "1770", (object) "1780", (object) "1790", (object) "1800", (object) "1810", (object) "1820", (object) "1830", (object) "1840", (object) "1850", (object) "1860", (object) "1870", (object) "1880", (object) "1890", (object) "1900", (object) "1910", (object) "1920", (object) "1930", (object) "1940", (object) "1950", (object) "1960", (object) "1970", (object) "1980", (object) "1990", (object) "2000", (object) "2010", (object) "2020", (object) "2030", (object) "2040", (object) "2050", (object) "2060", (object) "2070", (object) "2080", (object) "2090", (object) "2100", (object) "2110", (object) "2120", (object) "2130", (object) "2140", (object) "2150", (object) "2160", (object) "2170", (object) "2180", (object) "2190", (object) "2200", (object) "2210", (object) "2220", (object) "2230", (object) "2240", (object) "2250", (object) "2260", (object) "2270", (object) "2280", (object) "2290", (object) "2300", (object) "2310", (object) "2320", (object) "2330", (object) "2340", (object) "2350", (object) "2360", (object) "2370", (object) "2380", (object) "2390", (object) "2400", (object) "2410", (object) "2420", (object) "2430", (object) "2440", (object) "2450", (object) "2460", (object) "2470", (object) "2480", (object) "2490", (object) "2500"); + componentResourceManager.ApplyResources(Column2_5, "Column2_5"); + Column2_5.Items.AddRange("0", "10", "20", "30", "40", "50", "60", "70", "80", "90", "100", "110", "120", "130", "140", "150", "160", "170", "180", "190", "200", "210", "220", "230", "240", "250", "260", "270", "280", "290", "300", "310", "320", "330", "340", "350", "360", "370", "380", "390", "400", "410", "420", "430", "440", "450", "460", "470", "480", "490", "500", "510", "520", "530", "540", "550", "560", "570", "580", "590", "600", "610", "620", "630", "640", "650", "660", "670", "680", "690", "700", "710", "720", "730", "740", "750", "760", "770", "780", "790", "800", "810", "820", "830", "840", "850", "860", "870", "880", "890", "900", "910", "920", "930", "940", "950", "960", "970", "980", "990", "1000", "1010", "1020", "1030", "1040", "1050", "1060", "1070", "1080", "1090", "1100", "1110", "1120", "1130", "1140", "1150", "1160", "1170", "1180", "1190", "1200", "1210", "1220", "1230", "1240", "1250", "1260", "1270", "1280", "1290", "1300", "1310", "1320", "1330", "1340", "1350", "1360", "1370", "1380", "1390", "1400", "1410", "1420", "1430", "1440", "1450", "1460", "1470", "1480", "1490", "1500", "1510", "1520", "1530", "1540", "1550", "1560", "1570", "1580", "1590", "1600", "1610", "1620", "1630", "1640", "1650", "1660", "1670", "1680", "1690", "1700", "1710", "1720", "1730", "1740", "1750", "1760", "1770", "1780", "1790", "1800", "1810", "1820", "1830", "1840", "1850", "1860", "1870", "1880", "1890", "1900", "1910", "1920", "1930", "1940", "1950", "1960", "1970", "1980", "1990", "2000", "2010", "2020", "2030", "2040", "2050", "2060", "2070", "2080", "2090", "2100", "2110", "2120", "2130", "2140", "2150", "2160", "2170", "2180", "2190", "2200", "2210", "2220", "2230", "2240", "2250", "2260", "2270", "2280", "2290", "2300", "2310", "2320", "2330", "2340", "2350", "2360", "2370", "2380", "2390", "2400", "2410", "2420", "2430", "2440", "2450", "2460", "2470", "2480", "2490", "2500"); Column2_5.Name = "Column2_5"; - TabPage6.AccessibleDescription = (string) null; - TabPage6.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) TabPage6, "TabPage6"); - TabPage6.BackgroundImage = (Image) null; - TabPage6.Controls.Add((Control) ComboBox6); - TabPage6.Controls.Add((Control) NumericUpDown6); - TabPage6.Controls.Add((Control) Label11); - TabPage6.Controls.Add((Control) Label12); - TabPage6.Controls.Add((Control) DataGridView6); - TabPage6.Font = (Font) null; + TabPage6.AccessibleDescription = null; + TabPage6.AccessibleName = null; + componentResourceManager.ApplyResources(TabPage6, "TabPage6"); + TabPage6.BackgroundImage = null; + TabPage6.Controls.Add(ComboBox6); + TabPage6.Controls.Add(NumericUpDown6); + TabPage6.Controls.Add(Label11); + TabPage6.Controls.Add(Label12); + TabPage6.Controls.Add(DataGridView6); + TabPage6.Font = null; TabPage6.Name = "TabPage6"; TabPage6.UseVisualStyleBackColor = true; - ComboBox6.AccessibleDescription = (string) null; - ComboBox6.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox6, "ComboBox6"); - ComboBox6.BackgroundImage = (Image) null; + ComboBox6.AccessibleDescription = null; + ComboBox6.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox6, "ComboBox6"); + ComboBox6.BackgroundImage = null; ComboBox6.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox6.Font = (Font) null; + ComboBox6.Font = null; ComboBox6.FormattingEnabled = true; ComboBox6.Items.AddRange(new object[256] { - (object) componentResourceManager.GetString("ComboBox6.Items"), - (object) componentResourceManager.GetString("ComboBox6.Items1"), - (object) componentResourceManager.GetString("ComboBox6.Items2"), - (object) componentResourceManager.GetString("ComboBox6.Items3"), - (object) componentResourceManager.GetString("ComboBox6.Items4"), - (object) componentResourceManager.GetString("ComboBox6.Items5"), - (object) componentResourceManager.GetString("ComboBox6.Items6"), - (object) componentResourceManager.GetString("ComboBox6.Items7"), - (object) componentResourceManager.GetString("ComboBox6.Items8"), - (object) componentResourceManager.GetString("ComboBox6.Items9"), - (object) componentResourceManager.GetString("ComboBox6.Items10"), - (object) componentResourceManager.GetString("ComboBox6.Items11"), - (object) componentResourceManager.GetString("ComboBox6.Items12"), - (object) componentResourceManager.GetString("ComboBox6.Items13"), - (object) componentResourceManager.GetString("ComboBox6.Items14"), - (object) componentResourceManager.GetString("ComboBox6.Items15"), - (object) componentResourceManager.GetString("ComboBox6.Items16"), - (object) componentResourceManager.GetString("ComboBox6.Items17"), - (object) componentResourceManager.GetString("ComboBox6.Items18"), - (object) componentResourceManager.GetString("ComboBox6.Items19"), - (object) componentResourceManager.GetString("ComboBox6.Items20"), - (object) componentResourceManager.GetString("ComboBox6.Items21"), - (object) componentResourceManager.GetString("ComboBox6.Items22"), - (object) componentResourceManager.GetString("ComboBox6.Items23"), - (object) componentResourceManager.GetString("ComboBox6.Items24"), - (object) componentResourceManager.GetString("ComboBox6.Items25"), - (object) componentResourceManager.GetString("ComboBox6.Items26"), - (object) componentResourceManager.GetString("ComboBox6.Items27"), - (object) componentResourceManager.GetString("ComboBox6.Items28"), - (object) componentResourceManager.GetString("ComboBox6.Items29"), - (object) componentResourceManager.GetString("ComboBox6.Items30"), - (object) componentResourceManager.GetString("ComboBox6.Items31"), - (object) componentResourceManager.GetString("ComboBox6.Items32"), - (object) componentResourceManager.GetString("ComboBox6.Items33"), - (object) componentResourceManager.GetString("ComboBox6.Items34"), - (object) componentResourceManager.GetString("ComboBox6.Items35"), - (object) componentResourceManager.GetString("ComboBox6.Items36"), - (object) componentResourceManager.GetString("ComboBox6.Items37"), - (object) componentResourceManager.GetString("ComboBox6.Items38"), - (object) componentResourceManager.GetString("ComboBox6.Items39"), - (object) componentResourceManager.GetString("ComboBox6.Items40"), - (object) componentResourceManager.GetString("ComboBox6.Items41"), - (object) componentResourceManager.GetString("ComboBox6.Items42"), - (object) componentResourceManager.GetString("ComboBox6.Items43"), - (object) componentResourceManager.GetString("ComboBox6.Items44"), - (object) componentResourceManager.GetString("ComboBox6.Items45"), - (object) componentResourceManager.GetString("ComboBox6.Items46"), - (object) componentResourceManager.GetString("ComboBox6.Items47"), - (object) componentResourceManager.GetString("ComboBox6.Items48"), - (object) componentResourceManager.GetString("ComboBox6.Items49"), - (object) componentResourceManager.GetString("ComboBox6.Items50"), - (object) componentResourceManager.GetString("ComboBox6.Items51"), - (object) componentResourceManager.GetString("ComboBox6.Items52"), - (object) componentResourceManager.GetString("ComboBox6.Items53"), - (object) componentResourceManager.GetString("ComboBox6.Items54"), - (object) componentResourceManager.GetString("ComboBox6.Items55"), - (object) componentResourceManager.GetString("ComboBox6.Items56"), - (object) componentResourceManager.GetString("ComboBox6.Items57"), - (object) componentResourceManager.GetString("ComboBox6.Items58"), - (object) componentResourceManager.GetString("ComboBox6.Items59"), - (object) componentResourceManager.GetString("ComboBox6.Items60"), - (object) componentResourceManager.GetString("ComboBox6.Items61"), - (object) componentResourceManager.GetString("ComboBox6.Items62"), - (object) componentResourceManager.GetString("ComboBox6.Items63"), - (object) componentResourceManager.GetString("ComboBox6.Items64"), - (object) componentResourceManager.GetString("ComboBox6.Items65"), - (object) componentResourceManager.GetString("ComboBox6.Items66"), - (object) componentResourceManager.GetString("ComboBox6.Items67"), - (object) componentResourceManager.GetString("ComboBox6.Items68"), - (object) componentResourceManager.GetString("ComboBox6.Items69"), - (object) componentResourceManager.GetString("ComboBox6.Items70"), - (object) componentResourceManager.GetString("ComboBox6.Items71"), - (object) componentResourceManager.GetString("ComboBox6.Items72"), - (object) componentResourceManager.GetString("ComboBox6.Items73"), - (object) componentResourceManager.GetString("ComboBox6.Items74"), - (object) componentResourceManager.GetString("ComboBox6.Items75"), - (object) componentResourceManager.GetString("ComboBox6.Items76"), - (object) componentResourceManager.GetString("ComboBox6.Items77"), - (object) componentResourceManager.GetString("ComboBox6.Items78"), - (object) componentResourceManager.GetString("ComboBox6.Items79"), - (object) componentResourceManager.GetString("ComboBox6.Items80"), - (object) componentResourceManager.GetString("ComboBox6.Items81"), - (object) componentResourceManager.GetString("ComboBox6.Items82"), - (object) componentResourceManager.GetString("ComboBox6.Items83"), - (object) componentResourceManager.GetString("ComboBox6.Items84"), - (object) componentResourceManager.GetString("ComboBox6.Items85"), - (object) componentResourceManager.GetString("ComboBox6.Items86"), - (object) componentResourceManager.GetString("ComboBox6.Items87"), - (object) componentResourceManager.GetString("ComboBox6.Items88"), - (object) componentResourceManager.GetString("ComboBox6.Items89"), - (object) componentResourceManager.GetString("ComboBox6.Items90"), - (object) componentResourceManager.GetString("ComboBox6.Items91"), - (object) componentResourceManager.GetString("ComboBox6.Items92"), - (object) componentResourceManager.GetString("ComboBox6.Items93"), - (object) componentResourceManager.GetString("ComboBox6.Items94"), - (object) componentResourceManager.GetString("ComboBox6.Items95"), - (object) componentResourceManager.GetString("ComboBox6.Items96"), - (object) componentResourceManager.GetString("ComboBox6.Items97"), - (object) componentResourceManager.GetString("ComboBox6.Items98"), - (object) componentResourceManager.GetString("ComboBox6.Items99"), - (object) componentResourceManager.GetString("ComboBox6.Items100"), - (object) componentResourceManager.GetString("ComboBox6.Items101"), - (object) componentResourceManager.GetString("ComboBox6.Items102"), - (object) componentResourceManager.GetString("ComboBox6.Items103"), - (object) componentResourceManager.GetString("ComboBox6.Items104"), - (object) componentResourceManager.GetString("ComboBox6.Items105"), - (object) componentResourceManager.GetString("ComboBox6.Items106"), - (object) componentResourceManager.GetString("ComboBox6.Items107"), - (object) componentResourceManager.GetString("ComboBox6.Items108"), - (object) componentResourceManager.GetString("ComboBox6.Items109"), - (object) componentResourceManager.GetString("ComboBox6.Items110"), - (object) componentResourceManager.GetString("ComboBox6.Items111"), - (object) componentResourceManager.GetString("ComboBox6.Items112"), - (object) componentResourceManager.GetString("ComboBox6.Items113"), - (object) componentResourceManager.GetString("ComboBox6.Items114"), - (object) componentResourceManager.GetString("ComboBox6.Items115"), - (object) componentResourceManager.GetString("ComboBox6.Items116"), - (object) componentResourceManager.GetString("ComboBox6.Items117"), - (object) componentResourceManager.GetString("ComboBox6.Items118"), - (object) componentResourceManager.GetString("ComboBox6.Items119"), - (object) componentResourceManager.GetString("ComboBox6.Items120"), - (object) componentResourceManager.GetString("ComboBox6.Items121"), - (object) componentResourceManager.GetString("ComboBox6.Items122"), - (object) componentResourceManager.GetString("ComboBox6.Items123"), - (object) componentResourceManager.GetString("ComboBox6.Items124"), - (object) componentResourceManager.GetString("ComboBox6.Items125"), - (object) componentResourceManager.GetString("ComboBox6.Items126"), - (object) componentResourceManager.GetString("ComboBox6.Items127"), - (object) componentResourceManager.GetString("ComboBox6.Items128"), - (object) componentResourceManager.GetString("ComboBox6.Items129"), - (object) componentResourceManager.GetString("ComboBox6.Items130"), - (object) componentResourceManager.GetString("ComboBox6.Items131"), - (object) componentResourceManager.GetString("ComboBox6.Items132"), - (object) componentResourceManager.GetString("ComboBox6.Items133"), - (object) componentResourceManager.GetString("ComboBox6.Items134"), - (object) componentResourceManager.GetString("ComboBox6.Items135"), - (object) componentResourceManager.GetString("ComboBox6.Items136"), - (object) componentResourceManager.GetString("ComboBox6.Items137"), - (object) componentResourceManager.GetString("ComboBox6.Items138"), - (object) componentResourceManager.GetString("ComboBox6.Items139"), - (object) componentResourceManager.GetString("ComboBox6.Items140"), - (object) componentResourceManager.GetString("ComboBox6.Items141"), - (object) componentResourceManager.GetString("ComboBox6.Items142"), - (object) componentResourceManager.GetString("ComboBox6.Items143"), - (object) componentResourceManager.GetString("ComboBox6.Items144"), - (object) componentResourceManager.GetString("ComboBox6.Items145"), - (object) componentResourceManager.GetString("ComboBox6.Items146"), - (object) componentResourceManager.GetString("ComboBox6.Items147"), - (object) componentResourceManager.GetString("ComboBox6.Items148"), - (object) componentResourceManager.GetString("ComboBox6.Items149"), - (object) componentResourceManager.GetString("ComboBox6.Items150"), - (object) componentResourceManager.GetString("ComboBox6.Items151"), - (object) componentResourceManager.GetString("ComboBox6.Items152"), - (object) componentResourceManager.GetString("ComboBox6.Items153"), - (object) componentResourceManager.GetString("ComboBox6.Items154"), - (object) componentResourceManager.GetString("ComboBox6.Items155"), - (object) componentResourceManager.GetString("ComboBox6.Items156"), - (object) componentResourceManager.GetString("ComboBox6.Items157"), - (object) componentResourceManager.GetString("ComboBox6.Items158"), - (object) componentResourceManager.GetString("ComboBox6.Items159"), - (object) componentResourceManager.GetString("ComboBox6.Items160"), - (object) componentResourceManager.GetString("ComboBox6.Items161"), - (object) componentResourceManager.GetString("ComboBox6.Items162"), - (object) componentResourceManager.GetString("ComboBox6.Items163"), - (object) componentResourceManager.GetString("ComboBox6.Items164"), - (object) componentResourceManager.GetString("ComboBox6.Items165"), - (object) componentResourceManager.GetString("ComboBox6.Items166"), - (object) componentResourceManager.GetString("ComboBox6.Items167"), - (object) componentResourceManager.GetString("ComboBox6.Items168"), - (object) componentResourceManager.GetString("ComboBox6.Items169"), - (object) componentResourceManager.GetString("ComboBox6.Items170"), - (object) componentResourceManager.GetString("ComboBox6.Items171"), - (object) componentResourceManager.GetString("ComboBox6.Items172"), - (object) componentResourceManager.GetString("ComboBox6.Items173"), - (object) componentResourceManager.GetString("ComboBox6.Items174"), - (object) componentResourceManager.GetString("ComboBox6.Items175"), - (object) componentResourceManager.GetString("ComboBox6.Items176"), - (object) componentResourceManager.GetString("ComboBox6.Items177"), - (object) componentResourceManager.GetString("ComboBox6.Items178"), - (object) componentResourceManager.GetString("ComboBox6.Items179"), - (object) componentResourceManager.GetString("ComboBox6.Items180"), - (object) componentResourceManager.GetString("ComboBox6.Items181"), - (object) componentResourceManager.GetString("ComboBox6.Items182"), - (object) componentResourceManager.GetString("ComboBox6.Items183"), - (object) componentResourceManager.GetString("ComboBox6.Items184"), - (object) componentResourceManager.GetString("ComboBox6.Items185"), - (object) componentResourceManager.GetString("ComboBox6.Items186"), - (object) componentResourceManager.GetString("ComboBox6.Items187"), - (object) componentResourceManager.GetString("ComboBox6.Items188"), - (object) componentResourceManager.GetString("ComboBox6.Items189"), - (object) componentResourceManager.GetString("ComboBox6.Items190"), - (object) componentResourceManager.GetString("ComboBox6.Items191"), - (object) componentResourceManager.GetString("ComboBox6.Items192"), - (object) componentResourceManager.GetString("ComboBox6.Items193"), - (object) componentResourceManager.GetString("ComboBox6.Items194"), - (object) componentResourceManager.GetString("ComboBox6.Items195"), - (object) componentResourceManager.GetString("ComboBox6.Items196"), - (object) componentResourceManager.GetString("ComboBox6.Items197"), - (object) componentResourceManager.GetString("ComboBox6.Items198"), - (object) componentResourceManager.GetString("ComboBox6.Items199"), - (object) componentResourceManager.GetString("ComboBox6.Items200"), - (object) componentResourceManager.GetString("ComboBox6.Items201"), - (object) componentResourceManager.GetString("ComboBox6.Items202"), - (object) componentResourceManager.GetString("ComboBox6.Items203"), - (object) componentResourceManager.GetString("ComboBox6.Items204"), - (object) componentResourceManager.GetString("ComboBox6.Items205"), - (object) componentResourceManager.GetString("ComboBox6.Items206"), - (object) componentResourceManager.GetString("ComboBox6.Items207"), - (object) componentResourceManager.GetString("ComboBox6.Items208"), - (object) componentResourceManager.GetString("ComboBox6.Items209"), - (object) componentResourceManager.GetString("ComboBox6.Items210"), - (object) componentResourceManager.GetString("ComboBox6.Items211"), - (object) componentResourceManager.GetString("ComboBox6.Items212"), - (object) componentResourceManager.GetString("ComboBox6.Items213"), - (object) componentResourceManager.GetString("ComboBox6.Items214"), - (object) componentResourceManager.GetString("ComboBox6.Items215"), - (object) componentResourceManager.GetString("ComboBox6.Items216"), - (object) componentResourceManager.GetString("ComboBox6.Items217"), - (object) componentResourceManager.GetString("ComboBox6.Items218"), - (object) componentResourceManager.GetString("ComboBox6.Items219"), - (object) componentResourceManager.GetString("ComboBox6.Items220"), - (object) componentResourceManager.GetString("ComboBox6.Items221"), - (object) componentResourceManager.GetString("ComboBox6.Items222"), - (object) componentResourceManager.GetString("ComboBox6.Items223"), - (object) componentResourceManager.GetString("ComboBox6.Items224"), - (object) componentResourceManager.GetString("ComboBox6.Items225"), - (object) componentResourceManager.GetString("ComboBox6.Items226"), - (object) componentResourceManager.GetString("ComboBox6.Items227"), - (object) componentResourceManager.GetString("ComboBox6.Items228"), - (object) componentResourceManager.GetString("ComboBox6.Items229"), - (object) componentResourceManager.GetString("ComboBox6.Items230"), - (object) componentResourceManager.GetString("ComboBox6.Items231"), - (object) componentResourceManager.GetString("ComboBox6.Items232"), - (object) componentResourceManager.GetString("ComboBox6.Items233"), - (object) componentResourceManager.GetString("ComboBox6.Items234"), - (object) componentResourceManager.GetString("ComboBox6.Items235"), - (object) componentResourceManager.GetString("ComboBox6.Items236"), - (object) componentResourceManager.GetString("ComboBox6.Items237"), - (object) componentResourceManager.GetString("ComboBox6.Items238"), - (object) componentResourceManager.GetString("ComboBox6.Items239"), - (object) componentResourceManager.GetString("ComboBox6.Items240"), - (object) componentResourceManager.GetString("ComboBox6.Items241"), - (object) componentResourceManager.GetString("ComboBox6.Items242"), - (object) componentResourceManager.GetString("ComboBox6.Items243"), - (object) componentResourceManager.GetString("ComboBox6.Items244"), - (object) componentResourceManager.GetString("ComboBox6.Items245"), - (object) componentResourceManager.GetString("ComboBox6.Items246"), - (object) componentResourceManager.GetString("ComboBox6.Items247"), - (object) componentResourceManager.GetString("ComboBox6.Items248"), - (object) componentResourceManager.GetString("ComboBox6.Items249"), - (object) componentResourceManager.GetString("ComboBox6.Items250"), - (object) componentResourceManager.GetString("ComboBox6.Items251"), - (object) componentResourceManager.GetString("ComboBox6.Items252"), - (object) componentResourceManager.GetString("ComboBox6.Items253"), - (object) componentResourceManager.GetString("ComboBox6.Items254"), - (object) componentResourceManager.GetString("ComboBox6.Items255") + componentResourceManager.GetString("ComboBox6.Items"), + componentResourceManager.GetString("ComboBox6.Items1"), + componentResourceManager.GetString("ComboBox6.Items2"), + componentResourceManager.GetString("ComboBox6.Items3"), + componentResourceManager.GetString("ComboBox6.Items4"), + componentResourceManager.GetString("ComboBox6.Items5"), + componentResourceManager.GetString("ComboBox6.Items6"), + componentResourceManager.GetString("ComboBox6.Items7"), + componentResourceManager.GetString("ComboBox6.Items8"), + componentResourceManager.GetString("ComboBox6.Items9"), + componentResourceManager.GetString("ComboBox6.Items10"), + componentResourceManager.GetString("ComboBox6.Items11"), + componentResourceManager.GetString("ComboBox6.Items12"), + componentResourceManager.GetString("ComboBox6.Items13"), + componentResourceManager.GetString("ComboBox6.Items14"), + componentResourceManager.GetString("ComboBox6.Items15"), + componentResourceManager.GetString("ComboBox6.Items16"), + componentResourceManager.GetString("ComboBox6.Items17"), + componentResourceManager.GetString("ComboBox6.Items18"), + componentResourceManager.GetString("ComboBox6.Items19"), + componentResourceManager.GetString("ComboBox6.Items20"), + componentResourceManager.GetString("ComboBox6.Items21"), + componentResourceManager.GetString("ComboBox6.Items22"), + componentResourceManager.GetString("ComboBox6.Items23"), + componentResourceManager.GetString("ComboBox6.Items24"), + componentResourceManager.GetString("ComboBox6.Items25"), + componentResourceManager.GetString("ComboBox6.Items26"), + componentResourceManager.GetString("ComboBox6.Items27"), + componentResourceManager.GetString("ComboBox6.Items28"), + componentResourceManager.GetString("ComboBox6.Items29"), + componentResourceManager.GetString("ComboBox6.Items30"), + componentResourceManager.GetString("ComboBox6.Items31"), + componentResourceManager.GetString("ComboBox6.Items32"), + componentResourceManager.GetString("ComboBox6.Items33"), + componentResourceManager.GetString("ComboBox6.Items34"), + componentResourceManager.GetString("ComboBox6.Items35"), + componentResourceManager.GetString("ComboBox6.Items36"), + componentResourceManager.GetString("ComboBox6.Items37"), + componentResourceManager.GetString("ComboBox6.Items38"), + componentResourceManager.GetString("ComboBox6.Items39"), + componentResourceManager.GetString("ComboBox6.Items40"), + componentResourceManager.GetString("ComboBox6.Items41"), + componentResourceManager.GetString("ComboBox6.Items42"), + componentResourceManager.GetString("ComboBox6.Items43"), + componentResourceManager.GetString("ComboBox6.Items44"), + componentResourceManager.GetString("ComboBox6.Items45"), + componentResourceManager.GetString("ComboBox6.Items46"), + componentResourceManager.GetString("ComboBox6.Items47"), + componentResourceManager.GetString("ComboBox6.Items48"), + componentResourceManager.GetString("ComboBox6.Items49"), + componentResourceManager.GetString("ComboBox6.Items50"), + componentResourceManager.GetString("ComboBox6.Items51"), + componentResourceManager.GetString("ComboBox6.Items52"), + componentResourceManager.GetString("ComboBox6.Items53"), + componentResourceManager.GetString("ComboBox6.Items54"), + componentResourceManager.GetString("ComboBox6.Items55"), + componentResourceManager.GetString("ComboBox6.Items56"), + componentResourceManager.GetString("ComboBox6.Items57"), + componentResourceManager.GetString("ComboBox6.Items58"), + componentResourceManager.GetString("ComboBox6.Items59"), + componentResourceManager.GetString("ComboBox6.Items60"), + componentResourceManager.GetString("ComboBox6.Items61"), + componentResourceManager.GetString("ComboBox6.Items62"), + componentResourceManager.GetString("ComboBox6.Items63"), + componentResourceManager.GetString("ComboBox6.Items64"), + componentResourceManager.GetString("ComboBox6.Items65"), + componentResourceManager.GetString("ComboBox6.Items66"), + componentResourceManager.GetString("ComboBox6.Items67"), + componentResourceManager.GetString("ComboBox6.Items68"), + componentResourceManager.GetString("ComboBox6.Items69"), + componentResourceManager.GetString("ComboBox6.Items70"), + componentResourceManager.GetString("ComboBox6.Items71"), + componentResourceManager.GetString("ComboBox6.Items72"), + componentResourceManager.GetString("ComboBox6.Items73"), + componentResourceManager.GetString("ComboBox6.Items74"), + componentResourceManager.GetString("ComboBox6.Items75"), + componentResourceManager.GetString("ComboBox6.Items76"), + componentResourceManager.GetString("ComboBox6.Items77"), + componentResourceManager.GetString("ComboBox6.Items78"), + componentResourceManager.GetString("ComboBox6.Items79"), + componentResourceManager.GetString("ComboBox6.Items80"), + componentResourceManager.GetString("ComboBox6.Items81"), + componentResourceManager.GetString("ComboBox6.Items82"), + componentResourceManager.GetString("ComboBox6.Items83"), + componentResourceManager.GetString("ComboBox6.Items84"), + componentResourceManager.GetString("ComboBox6.Items85"), + componentResourceManager.GetString("ComboBox6.Items86"), + componentResourceManager.GetString("ComboBox6.Items87"), + componentResourceManager.GetString("ComboBox6.Items88"), + componentResourceManager.GetString("ComboBox6.Items89"), + componentResourceManager.GetString("ComboBox6.Items90"), + componentResourceManager.GetString("ComboBox6.Items91"), + componentResourceManager.GetString("ComboBox6.Items92"), + componentResourceManager.GetString("ComboBox6.Items93"), + componentResourceManager.GetString("ComboBox6.Items94"), + componentResourceManager.GetString("ComboBox6.Items95"), + componentResourceManager.GetString("ComboBox6.Items96"), + componentResourceManager.GetString("ComboBox6.Items97"), + componentResourceManager.GetString("ComboBox6.Items98"), + componentResourceManager.GetString("ComboBox6.Items99"), + componentResourceManager.GetString("ComboBox6.Items100"), + componentResourceManager.GetString("ComboBox6.Items101"), + componentResourceManager.GetString("ComboBox6.Items102"), + componentResourceManager.GetString("ComboBox6.Items103"), + componentResourceManager.GetString("ComboBox6.Items104"), + componentResourceManager.GetString("ComboBox6.Items105"), + componentResourceManager.GetString("ComboBox6.Items106"), + componentResourceManager.GetString("ComboBox6.Items107"), + componentResourceManager.GetString("ComboBox6.Items108"), + componentResourceManager.GetString("ComboBox6.Items109"), + componentResourceManager.GetString("ComboBox6.Items110"), + componentResourceManager.GetString("ComboBox6.Items111"), + componentResourceManager.GetString("ComboBox6.Items112"), + componentResourceManager.GetString("ComboBox6.Items113"), + componentResourceManager.GetString("ComboBox6.Items114"), + componentResourceManager.GetString("ComboBox6.Items115"), + componentResourceManager.GetString("ComboBox6.Items116"), + componentResourceManager.GetString("ComboBox6.Items117"), + componentResourceManager.GetString("ComboBox6.Items118"), + componentResourceManager.GetString("ComboBox6.Items119"), + componentResourceManager.GetString("ComboBox6.Items120"), + componentResourceManager.GetString("ComboBox6.Items121"), + componentResourceManager.GetString("ComboBox6.Items122"), + componentResourceManager.GetString("ComboBox6.Items123"), + componentResourceManager.GetString("ComboBox6.Items124"), + componentResourceManager.GetString("ComboBox6.Items125"), + componentResourceManager.GetString("ComboBox6.Items126"), + componentResourceManager.GetString("ComboBox6.Items127"), + componentResourceManager.GetString("ComboBox6.Items128"), + componentResourceManager.GetString("ComboBox6.Items129"), + componentResourceManager.GetString("ComboBox6.Items130"), + componentResourceManager.GetString("ComboBox6.Items131"), + componentResourceManager.GetString("ComboBox6.Items132"), + componentResourceManager.GetString("ComboBox6.Items133"), + componentResourceManager.GetString("ComboBox6.Items134"), + componentResourceManager.GetString("ComboBox6.Items135"), + componentResourceManager.GetString("ComboBox6.Items136"), + componentResourceManager.GetString("ComboBox6.Items137"), + componentResourceManager.GetString("ComboBox6.Items138"), + componentResourceManager.GetString("ComboBox6.Items139"), + componentResourceManager.GetString("ComboBox6.Items140"), + componentResourceManager.GetString("ComboBox6.Items141"), + componentResourceManager.GetString("ComboBox6.Items142"), + componentResourceManager.GetString("ComboBox6.Items143"), + componentResourceManager.GetString("ComboBox6.Items144"), + componentResourceManager.GetString("ComboBox6.Items145"), + componentResourceManager.GetString("ComboBox6.Items146"), + componentResourceManager.GetString("ComboBox6.Items147"), + componentResourceManager.GetString("ComboBox6.Items148"), + componentResourceManager.GetString("ComboBox6.Items149"), + componentResourceManager.GetString("ComboBox6.Items150"), + componentResourceManager.GetString("ComboBox6.Items151"), + componentResourceManager.GetString("ComboBox6.Items152"), + componentResourceManager.GetString("ComboBox6.Items153"), + componentResourceManager.GetString("ComboBox6.Items154"), + componentResourceManager.GetString("ComboBox6.Items155"), + componentResourceManager.GetString("ComboBox6.Items156"), + componentResourceManager.GetString("ComboBox6.Items157"), + componentResourceManager.GetString("ComboBox6.Items158"), + componentResourceManager.GetString("ComboBox6.Items159"), + componentResourceManager.GetString("ComboBox6.Items160"), + componentResourceManager.GetString("ComboBox6.Items161"), + componentResourceManager.GetString("ComboBox6.Items162"), + componentResourceManager.GetString("ComboBox6.Items163"), + componentResourceManager.GetString("ComboBox6.Items164"), + componentResourceManager.GetString("ComboBox6.Items165"), + componentResourceManager.GetString("ComboBox6.Items166"), + componentResourceManager.GetString("ComboBox6.Items167"), + componentResourceManager.GetString("ComboBox6.Items168"), + componentResourceManager.GetString("ComboBox6.Items169"), + componentResourceManager.GetString("ComboBox6.Items170"), + componentResourceManager.GetString("ComboBox6.Items171"), + componentResourceManager.GetString("ComboBox6.Items172"), + componentResourceManager.GetString("ComboBox6.Items173"), + componentResourceManager.GetString("ComboBox6.Items174"), + componentResourceManager.GetString("ComboBox6.Items175"), + componentResourceManager.GetString("ComboBox6.Items176"), + componentResourceManager.GetString("ComboBox6.Items177"), + componentResourceManager.GetString("ComboBox6.Items178"), + componentResourceManager.GetString("ComboBox6.Items179"), + componentResourceManager.GetString("ComboBox6.Items180"), + componentResourceManager.GetString("ComboBox6.Items181"), + componentResourceManager.GetString("ComboBox6.Items182"), + componentResourceManager.GetString("ComboBox6.Items183"), + componentResourceManager.GetString("ComboBox6.Items184"), + componentResourceManager.GetString("ComboBox6.Items185"), + componentResourceManager.GetString("ComboBox6.Items186"), + componentResourceManager.GetString("ComboBox6.Items187"), + componentResourceManager.GetString("ComboBox6.Items188"), + componentResourceManager.GetString("ComboBox6.Items189"), + componentResourceManager.GetString("ComboBox6.Items190"), + componentResourceManager.GetString("ComboBox6.Items191"), + componentResourceManager.GetString("ComboBox6.Items192"), + componentResourceManager.GetString("ComboBox6.Items193"), + componentResourceManager.GetString("ComboBox6.Items194"), + componentResourceManager.GetString("ComboBox6.Items195"), + componentResourceManager.GetString("ComboBox6.Items196"), + componentResourceManager.GetString("ComboBox6.Items197"), + componentResourceManager.GetString("ComboBox6.Items198"), + componentResourceManager.GetString("ComboBox6.Items199"), + componentResourceManager.GetString("ComboBox6.Items200"), + componentResourceManager.GetString("ComboBox6.Items201"), + componentResourceManager.GetString("ComboBox6.Items202"), + componentResourceManager.GetString("ComboBox6.Items203"), + componentResourceManager.GetString("ComboBox6.Items204"), + componentResourceManager.GetString("ComboBox6.Items205"), + componentResourceManager.GetString("ComboBox6.Items206"), + componentResourceManager.GetString("ComboBox6.Items207"), + componentResourceManager.GetString("ComboBox6.Items208"), + componentResourceManager.GetString("ComboBox6.Items209"), + componentResourceManager.GetString("ComboBox6.Items210"), + componentResourceManager.GetString("ComboBox6.Items211"), + componentResourceManager.GetString("ComboBox6.Items212"), + componentResourceManager.GetString("ComboBox6.Items213"), + componentResourceManager.GetString("ComboBox6.Items214"), + componentResourceManager.GetString("ComboBox6.Items215"), + componentResourceManager.GetString("ComboBox6.Items216"), + componentResourceManager.GetString("ComboBox6.Items217"), + componentResourceManager.GetString("ComboBox6.Items218"), + componentResourceManager.GetString("ComboBox6.Items219"), + componentResourceManager.GetString("ComboBox6.Items220"), + componentResourceManager.GetString("ComboBox6.Items221"), + componentResourceManager.GetString("ComboBox6.Items222"), + componentResourceManager.GetString("ComboBox6.Items223"), + componentResourceManager.GetString("ComboBox6.Items224"), + componentResourceManager.GetString("ComboBox6.Items225"), + componentResourceManager.GetString("ComboBox6.Items226"), + componentResourceManager.GetString("ComboBox6.Items227"), + componentResourceManager.GetString("ComboBox6.Items228"), + componentResourceManager.GetString("ComboBox6.Items229"), + componentResourceManager.GetString("ComboBox6.Items230"), + componentResourceManager.GetString("ComboBox6.Items231"), + componentResourceManager.GetString("ComboBox6.Items232"), + componentResourceManager.GetString("ComboBox6.Items233"), + componentResourceManager.GetString("ComboBox6.Items234"), + componentResourceManager.GetString("ComboBox6.Items235"), + componentResourceManager.GetString("ComboBox6.Items236"), + componentResourceManager.GetString("ComboBox6.Items237"), + componentResourceManager.GetString("ComboBox6.Items238"), + componentResourceManager.GetString("ComboBox6.Items239"), + componentResourceManager.GetString("ComboBox6.Items240"), + componentResourceManager.GetString("ComboBox6.Items241"), + componentResourceManager.GetString("ComboBox6.Items242"), + componentResourceManager.GetString("ComboBox6.Items243"), + componentResourceManager.GetString("ComboBox6.Items244"), + componentResourceManager.GetString("ComboBox6.Items245"), + componentResourceManager.GetString("ComboBox6.Items246"), + componentResourceManager.GetString("ComboBox6.Items247"), + componentResourceManager.GetString("ComboBox6.Items248"), + componentResourceManager.GetString("ComboBox6.Items249"), + componentResourceManager.GetString("ComboBox6.Items250"), + componentResourceManager.GetString("ComboBox6.Items251"), + componentResourceManager.GetString("ComboBox6.Items252"), + componentResourceManager.GetString("ComboBox6.Items253"), + componentResourceManager.GetString("ComboBox6.Items254"), + componentResourceManager.GetString("ComboBox6.Items255") }); ComboBox6.Name = "ComboBox6"; - NumericUpDown6.AccessibleDescription = (string) null; - NumericUpDown6.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) NumericUpDown6, "NumericUpDown6"); - NumericUpDown6.Font = (Font) null; - NumericUpDown numericUpDown6 = NumericUpDown6; + NumericUpDown6.AccessibleDescription = null; + NumericUpDown6.AccessibleName = null; + componentResourceManager.ApplyResources(NumericUpDown6, "NumericUpDown6"); + NumericUpDown6.Font = null; + var numericUpDown6 = NumericUpDown6; num1 = new Decimal(new int[4] { - (int) byte.MaxValue, + byte.MaxValue, 0, 0, 0 }); - Decimal num7 = num1; + var num7 = num1; numericUpDown6.Maximum = num7; NumericUpDown6.Name = "NumericUpDown6"; - Label11.AccessibleDescription = (string) null; - Label11.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label11, "Label11"); - Label11.Font = (Font) null; + Label11.AccessibleDescription = null; + Label11.AccessibleName = null; + componentResourceManager.ApplyResources(Label11, "Label11"); + Label11.Font = null; Label11.Name = "Label11"; - Label12.AccessibleDescription = (string) null; - Label12.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label12, "Label12"); - Label12.Font = (Font) null; + Label12.AccessibleDescription = null; + Label12.AccessibleName = null; + componentResourceManager.ApplyResources(Label12, "Label12"); + Label12.Font = null; Label12.Name = "Label12"; - DataGridView6.AccessibleDescription = (string) null; - DataGridView6.AccessibleName = (string) null; + DataGridView6.AccessibleDescription = null; + DataGridView6.AccessibleName = null; DataGridView6.AllowUserToAddRows = false; DataGridView6.AllowUserToDeleteRows = false; DataGridView6.AllowUserToResizeColumns = false; DataGridView6.AllowUserToResizeRows = false; gridViewCellStyle21.Alignment = DataGridViewContentAlignment.MiddleCenter; DataGridView6.AlternatingRowsDefaultCellStyle = gridViewCellStyle21; - componentResourceManager.ApplyResources((object) DataGridView6, "DataGridView6"); - DataGridView6.BackgroundImage = (Image) null; + componentResourceManager.ApplyResources(DataGridView6, "DataGridView6"); + DataGridView6.BackgroundImage = null; gridViewCellStyle22.Alignment = DataGridViewContentAlignment.MiddleCenter; gridViewCellStyle22.BackColor = SystemColors.Control; - gridViewCellStyle22.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, (byte) 134); + gridViewCellStyle22.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, 134); gridViewCellStyle22.ForeColor = SystemColors.WindowText; gridViewCellStyle22.SelectionBackColor = SystemColors.Highlight; gridViewCellStyle22.SelectionForeColor = SystemColors.HighlightText; gridViewCellStyle22.WrapMode = DataGridViewTriState.True; DataGridView6.ColumnHeadersDefaultCellStyle = gridViewCellStyle22; DataGridView6.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.DisableResizing; - DataGridView6.Columns.AddRange((DataGridViewColumn) Column1_6, (DataGridViewColumn) Column2_6); - DataGridView6.Font = (Font) null; + DataGridView6.Columns.AddRange(Column1_6, Column2_6); + DataGridView6.Font = null; DataGridView6.Name = "DataGridView6"; gridViewCellStyle23.Alignment = DataGridViewContentAlignment.MiddleCenter; gridViewCellStyle23.BackColor = SystemColors.Control; - gridViewCellStyle23.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, (byte) 134); + gridViewCellStyle23.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, 134); gridViewCellStyle23.ForeColor = SystemColors.WindowText; gridViewCellStyle23.SelectionBackColor = SystemColors.Highlight; gridViewCellStyle23.SelectionForeColor = SystemColors.HighlightText; @@ -2404,343 +2404,343 @@ namespace HPG_68D DataGridView6.RowTemplate.Height = 23; Column1_6.AutoSizeMode = DataGridViewAutoSizeColumnMode.None; Column1_6.DisplayStyle = DataGridViewComboBoxDisplayStyle.Nothing; - componentResourceManager.ApplyResources((object) Column1_6, "Column1_6"); - Column1_6.Items.AddRange((object) "无", (object) "400", (object) "410", (object) "420", (object) "430", (object) "440", (object) "450", (object) "460", (object) "470", (object) "480", (object) "490", (object) "500", (object) "510", (object) "520", (object) "530", (object) "540", (object) "550", (object) "560", (object) "570", (object) "580", (object) "590", (object) "600", (object) "610", (object) "620", (object) "630", (object) "640", (object) "650", (object) "660", (object) "670", (object) "680", (object) "690", (object) "700", (object) "710", (object) "720", (object) "730", (object) "740", (object) "750", (object) "760", (object) "770", (object) "780", (object) "790", (object) "800", (object) "810", (object) "820", (object) "830", (object) "840", (object) "850", (object) "860", (object) "870", (object) "880", (object) "890", (object) "900", (object) "910", (object) "920", (object) "930", (object) "940", (object) "950", (object) "960", (object) "970", (object) "980", (object) "990", (object) "1000", (object) "1010", (object) "1020", (object) "1030", (object) "1040", (object) "1050", (object) "1060", (object) "1070", (object) "1080", (object) "1090", (object) "1100", (object) "1110", (object) "1120", (object) "1130", (object) "1140", (object) "1150", (object) "1160", (object) "1170", (object) "1180", (object) "1190", (object) "1200", (object) "1210", (object) "1220", (object) "1230", (object) "1240", (object) "1250", (object) "1260", (object) "1270", (object) "1280", (object) "1290", (object) "1300", (object) "1310", (object) "1320", (object) "1330", (object) "1340", (object) "1350", (object) "1360", (object) "1370", (object) "1380", (object) "1390", (object) "1400", (object) "1410", (object) "1420", (object) "1430", (object) "1440", (object) "1450", (object) "1460", (object) "1470", (object) "1480", (object) "1490", (object) "1500", (object) "1510", (object) "1520", (object) "1530", (object) "1540", (object) "1550", (object) "1560", (object) "1570", (object) "1580", (object) "1590", (object) "1600", (object) "1610", (object) "1620", (object) "1630", (object) "1640", (object) "1650", (object) "1660", (object) "1670", (object) "1680", (object) "1690", (object) "1700", (object) "1710", (object) "1720", (object) "1730", (object) "1740", (object) "1750", (object) "1760", (object) "1770", (object) "1780", (object) "1790", (object) "1800", (object) "1810", (object) "1820", (object) "1830", (object) "1840", (object) "1850", (object) "1860", (object) "1870", (object) "1880", (object) "1890", (object) "1900", (object) "1910", (object) "1920", (object) "1930", (object) "1940", (object) "1950", (object) "1960", (object) "1970", (object) "1980", (object) "1990", (object) "2000", (object) "2010", (object) "2020", (object) "2030", (object) "2040", (object) "2050", (object) "2060", (object) "2070", (object) "2080", (object) "2090", (object) "2100", (object) "2110", (object) "2120", (object) "2130", (object) "2140", (object) "2150", (object) "2160", (object) "2170", (object) "2180", (object) "2190", (object) "2200", (object) "2210", (object) "2220", (object) "2230", (object) "2240", (object) "2250", (object) "2260", (object) "2270", (object) "2280", (object) "2290", (object) "2300", (object) "2310", (object) "2320", (object) "2330", (object) "2340", (object) "2350", (object) "2360", (object) "2370", (object) "2380", (object) "2390", (object) "2400", (object) "2410", (object) "2420", (object) "2430", (object) "2440", (object) "2450", (object) "2460", (object) "2470", (object) "2480", (object) "2490", (object) "2500"); + componentResourceManager.ApplyResources(Column1_6, "Column1_6"); + Column1_6.Items.AddRange("无", "400", "410", "420", "430", "440", "450", "460", "470", "480", "490", "500", "510", "520", "530", "540", "550", "560", "570", "580", "590", "600", "610", "620", "630", "640", "650", "660", "670", "680", "690", "700", "710", "720", "730", "740", "750", "760", "770", "780", "790", "800", "810", "820", "830", "840", "850", "860", "870", "880", "890", "900", "910", "920", "930", "940", "950", "960", "970", "980", "990", "1000", "1010", "1020", "1030", "1040", "1050", "1060", "1070", "1080", "1090", "1100", "1110", "1120", "1130", "1140", "1150", "1160", "1170", "1180", "1190", "1200", "1210", "1220", "1230", "1240", "1250", "1260", "1270", "1280", "1290", "1300", "1310", "1320", "1330", "1340", "1350", "1360", "1370", "1380", "1390", "1400", "1410", "1420", "1430", "1440", "1450", "1460", "1470", "1480", "1490", "1500", "1510", "1520", "1530", "1540", "1550", "1560", "1570", "1580", "1590", "1600", "1610", "1620", "1630", "1640", "1650", "1660", "1670", "1680", "1690", "1700", "1710", "1720", "1730", "1740", "1750", "1760", "1770", "1780", "1790", "1800", "1810", "1820", "1830", "1840", "1850", "1860", "1870", "1880", "1890", "1900", "1910", "1920", "1930", "1940", "1950", "1960", "1970", "1980", "1990", "2000", "2010", "2020", "2030", "2040", "2050", "2060", "2070", "2080", "2090", "2100", "2110", "2120", "2130", "2140", "2150", "2160", "2170", "2180", "2190", "2200", "2210", "2220", "2230", "2240", "2250", "2260", "2270", "2280", "2290", "2300", "2310", "2320", "2330", "2340", "2350", "2360", "2370", "2380", "2390", "2400", "2410", "2420", "2430", "2440", "2450", "2460", "2470", "2480", "2490", "2500"); Column1_6.Name = "Column1_6"; Column1_6.Resizable = DataGridViewTriState.True; Column2_6.DisplayStyle = DataGridViewComboBoxDisplayStyle.Nothing; - componentResourceManager.ApplyResources((object) Column2_6, "Column2_6"); - Column2_6.Items.AddRange((object) "0", (object) "10", (object) "20", (object) "30", (object) "40", (object) "50", (object) "60", (object) "70", (object) "80", (object) "90", (object) "100", (object) "110", (object) "120", (object) "130", (object) "140", (object) "150", (object) "160", (object) "170", (object) "180", (object) "190", (object) "200", (object) "210", (object) "220", (object) "230", (object) "240", (object) "250", (object) "260", (object) "270", (object) "280", (object) "290", (object) "300", (object) "310", (object) "320", (object) "330", (object) "340", (object) "350", (object) "360", (object) "370", (object) "380", (object) "390", (object) "400", (object) "410", (object) "420", (object) "430", (object) "440", (object) "450", (object) "460", (object) "470", (object) "480", (object) "490", (object) "500", (object) "510", (object) "520", (object) "530", (object) "540", (object) "550", (object) "560", (object) "570", (object) "580", (object) "590", (object) "600", (object) "610", (object) "620", (object) "630", (object) "640", (object) "650", (object) "660", (object) "670", (object) "680", (object) "690", (object) "700", (object) "710", (object) "720", (object) "730", (object) "740", (object) "750", (object) "760", (object) "770", (object) "780", (object) "790", (object) "800", (object) "810", (object) "820", (object) "830", (object) "840", (object) "850", (object) "860", (object) "870", (object) "880", (object) "890", (object) "900", (object) "910", (object) "920", (object) "930", (object) "940", (object) "950", (object) "960", (object) "970", (object) "980", (object) "990", (object) "1000", (object) "1010", (object) "1020", (object) "1030", (object) "1040", (object) "1050", (object) "1060", (object) "1070", (object) "1080", (object) "1090", (object) "1100", (object) "1110", (object) "1120", (object) "1130", (object) "1140", (object) "1150", (object) "1160", (object) "1170", (object) "1180", (object) "1190", (object) "1200", (object) "1210", (object) "1220", (object) "1230", (object) "1240", (object) "1250", (object) "1260", (object) "1270", (object) "1280", (object) "1290", (object) "1300", (object) "1310", (object) "1320", (object) "1330", (object) "1340", (object) "1350", (object) "1360", (object) "1370", (object) "1380", (object) "1390", (object) "1400", (object) "1410", (object) "1420", (object) "1430", (object) "1440", (object) "1450", (object) "1460", (object) "1470", (object) "1480", (object) "1490", (object) "1500", (object) "1510", (object) "1520", (object) "1530", (object) "1540", (object) "1550", (object) "1560", (object) "1570", (object) "1580", (object) "1590", (object) "1600", (object) "1610", (object) "1620", (object) "1630", (object) "1640", (object) "1650", (object) "1660", (object) "1670", (object) "1680", (object) "1690", (object) "1700", (object) "1710", (object) "1720", (object) "1730", (object) "1740", (object) "1750", (object) "1760", (object) "1770", (object) "1780", (object) "1790", (object) "1800", (object) "1810", (object) "1820", (object) "1830", (object) "1840", (object) "1850", (object) "1860", (object) "1870", (object) "1880", (object) "1890", (object) "1900", (object) "1910", (object) "1920", (object) "1930", (object) "1940", (object) "1950", (object) "1960", (object) "1970", (object) "1980", (object) "1990", (object) "2000", (object) "2010", (object) "2020", (object) "2030", (object) "2040", (object) "2050", (object) "2060", (object) "2070", (object) "2080", (object) "2090", (object) "2100", (object) "2110", (object) "2120", (object) "2130", (object) "2140", (object) "2150", (object) "2160", (object) "2170", (object) "2180", (object) "2190", (object) "2200", (object) "2210", (object) "2220", (object) "2230", (object) "2240", (object) "2250", (object) "2260", (object) "2270", (object) "2280", (object) "2290", (object) "2300", (object) "2310", (object) "2320", (object) "2330", (object) "2340", (object) "2350", (object) "2360", (object) "2370", (object) "2380", (object) "2390", (object) "2400", (object) "2410", (object) "2420", (object) "2430", (object) "2440", (object) "2450", (object) "2460", (object) "2470", (object) "2480", (object) "2490", (object) "2500"); + componentResourceManager.ApplyResources(Column2_6, "Column2_6"); + Column2_6.Items.AddRange("0", "10", "20", "30", "40", "50", "60", "70", "80", "90", "100", "110", "120", "130", "140", "150", "160", "170", "180", "190", "200", "210", "220", "230", "240", "250", "260", "270", "280", "290", "300", "310", "320", "330", "340", "350", "360", "370", "380", "390", "400", "410", "420", "430", "440", "450", "460", "470", "480", "490", "500", "510", "520", "530", "540", "550", "560", "570", "580", "590", "600", "610", "620", "630", "640", "650", "660", "670", "680", "690", "700", "710", "720", "730", "740", "750", "760", "770", "780", "790", "800", "810", "820", "830", "840", "850", "860", "870", "880", "890", "900", "910", "920", "930", "940", "950", "960", "970", "980", "990", "1000", "1010", "1020", "1030", "1040", "1050", "1060", "1070", "1080", "1090", "1100", "1110", "1120", "1130", "1140", "1150", "1160", "1170", "1180", "1190", "1200", "1210", "1220", "1230", "1240", "1250", "1260", "1270", "1280", "1290", "1300", "1310", "1320", "1330", "1340", "1350", "1360", "1370", "1380", "1390", "1400", "1410", "1420", "1430", "1440", "1450", "1460", "1470", "1480", "1490", "1500", "1510", "1520", "1530", "1540", "1550", "1560", "1570", "1580", "1590", "1600", "1610", "1620", "1630", "1640", "1650", "1660", "1670", "1680", "1690", "1700", "1710", "1720", "1730", "1740", "1750", "1760", "1770", "1780", "1790", "1800", "1810", "1820", "1830", "1840", "1850", "1860", "1870", "1880", "1890", "1900", "1910", "1920", "1930", "1940", "1950", "1960", "1970", "1980", "1990", "2000", "2010", "2020", "2030", "2040", "2050", "2060", "2070", "2080", "2090", "2100", "2110", "2120", "2130", "2140", "2150", "2160", "2170", "2180", "2190", "2200", "2210", "2220", "2230", "2240", "2250", "2260", "2270", "2280", "2290", "2300", "2310", "2320", "2330", "2340", "2350", "2360", "2370", "2380", "2390", "2400", "2410", "2420", "2430", "2440", "2450", "2460", "2470", "2480", "2490", "2500"); Column2_6.Name = "Column2_6"; - TabPage7.AccessibleDescription = (string) null; - TabPage7.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) TabPage7, "TabPage7"); - TabPage7.BackgroundImage = (Image) null; - TabPage7.Controls.Add((Control) ComboBox7); - TabPage7.Controls.Add((Control) NumericUpDown7); - TabPage7.Controls.Add((Control) Label13); - TabPage7.Controls.Add((Control) Label14); - TabPage7.Controls.Add((Control) DataGridView7); - TabPage7.Font = (Font) null; + TabPage7.AccessibleDescription = null; + TabPage7.AccessibleName = null; + componentResourceManager.ApplyResources(TabPage7, "TabPage7"); + TabPage7.BackgroundImage = null; + TabPage7.Controls.Add(ComboBox7); + TabPage7.Controls.Add(NumericUpDown7); + TabPage7.Controls.Add(Label13); + TabPage7.Controls.Add(Label14); + TabPage7.Controls.Add(DataGridView7); + TabPage7.Font = null; TabPage7.Name = "TabPage7"; TabPage7.UseVisualStyleBackColor = true; - ComboBox7.AccessibleDescription = (string) null; - ComboBox7.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox7, "ComboBox7"); - ComboBox7.BackgroundImage = (Image) null; + ComboBox7.AccessibleDescription = null; + ComboBox7.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox7, "ComboBox7"); + ComboBox7.BackgroundImage = null; ComboBox7.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox7.Font = (Font) null; + ComboBox7.Font = null; ComboBox7.FormattingEnabled = true; ComboBox7.Items.AddRange(new object[256] { - (object) componentResourceManager.GetString("ComboBox7.Items"), - (object) componentResourceManager.GetString("ComboBox7.Items1"), - (object) componentResourceManager.GetString("ComboBox7.Items2"), - (object) componentResourceManager.GetString("ComboBox7.Items3"), - (object) componentResourceManager.GetString("ComboBox7.Items4"), - (object) componentResourceManager.GetString("ComboBox7.Items5"), - (object) componentResourceManager.GetString("ComboBox7.Items6"), - (object) componentResourceManager.GetString("ComboBox7.Items7"), - (object) componentResourceManager.GetString("ComboBox7.Items8"), - (object) componentResourceManager.GetString("ComboBox7.Items9"), - (object) componentResourceManager.GetString("ComboBox7.Items10"), - (object) componentResourceManager.GetString("ComboBox7.Items11"), - (object) componentResourceManager.GetString("ComboBox7.Items12"), - (object) componentResourceManager.GetString("ComboBox7.Items13"), - (object) componentResourceManager.GetString("ComboBox7.Items14"), - (object) componentResourceManager.GetString("ComboBox7.Items15"), - (object) componentResourceManager.GetString("ComboBox7.Items16"), - (object) componentResourceManager.GetString("ComboBox7.Items17"), - (object) componentResourceManager.GetString("ComboBox7.Items18"), - (object) componentResourceManager.GetString("ComboBox7.Items19"), - (object) componentResourceManager.GetString("ComboBox7.Items20"), - (object) componentResourceManager.GetString("ComboBox7.Items21"), - (object) componentResourceManager.GetString("ComboBox7.Items22"), - (object) componentResourceManager.GetString("ComboBox7.Items23"), - (object) componentResourceManager.GetString("ComboBox7.Items24"), - (object) componentResourceManager.GetString("ComboBox7.Items25"), - (object) componentResourceManager.GetString("ComboBox7.Items26"), - (object) componentResourceManager.GetString("ComboBox7.Items27"), - (object) componentResourceManager.GetString("ComboBox7.Items28"), - (object) componentResourceManager.GetString("ComboBox7.Items29"), - (object) componentResourceManager.GetString("ComboBox7.Items30"), - (object) componentResourceManager.GetString("ComboBox7.Items31"), - (object) componentResourceManager.GetString("ComboBox7.Items32"), - (object) componentResourceManager.GetString("ComboBox7.Items33"), - (object) componentResourceManager.GetString("ComboBox7.Items34"), - (object) componentResourceManager.GetString("ComboBox7.Items35"), - (object) componentResourceManager.GetString("ComboBox7.Items36"), - (object) componentResourceManager.GetString("ComboBox7.Items37"), - (object) componentResourceManager.GetString("ComboBox7.Items38"), - (object) componentResourceManager.GetString("ComboBox7.Items39"), - (object) componentResourceManager.GetString("ComboBox7.Items40"), - (object) componentResourceManager.GetString("ComboBox7.Items41"), - (object) componentResourceManager.GetString("ComboBox7.Items42"), - (object) componentResourceManager.GetString("ComboBox7.Items43"), - (object) componentResourceManager.GetString("ComboBox7.Items44"), - (object) componentResourceManager.GetString("ComboBox7.Items45"), - (object) componentResourceManager.GetString("ComboBox7.Items46"), - (object) componentResourceManager.GetString("ComboBox7.Items47"), - (object) componentResourceManager.GetString("ComboBox7.Items48"), - (object) componentResourceManager.GetString("ComboBox7.Items49"), - (object) componentResourceManager.GetString("ComboBox7.Items50"), - (object) componentResourceManager.GetString("ComboBox7.Items51"), - (object) componentResourceManager.GetString("ComboBox7.Items52"), - (object) componentResourceManager.GetString("ComboBox7.Items53"), - (object) componentResourceManager.GetString("ComboBox7.Items54"), - (object) componentResourceManager.GetString("ComboBox7.Items55"), - (object) componentResourceManager.GetString("ComboBox7.Items56"), - (object) componentResourceManager.GetString("ComboBox7.Items57"), - (object) componentResourceManager.GetString("ComboBox7.Items58"), - (object) componentResourceManager.GetString("ComboBox7.Items59"), - (object) componentResourceManager.GetString("ComboBox7.Items60"), - (object) componentResourceManager.GetString("ComboBox7.Items61"), - (object) componentResourceManager.GetString("ComboBox7.Items62"), - (object) componentResourceManager.GetString("ComboBox7.Items63"), - (object) componentResourceManager.GetString("ComboBox7.Items64"), - (object) componentResourceManager.GetString("ComboBox7.Items65"), - (object) componentResourceManager.GetString("ComboBox7.Items66"), - (object) componentResourceManager.GetString("ComboBox7.Items67"), - (object) componentResourceManager.GetString("ComboBox7.Items68"), - (object) componentResourceManager.GetString("ComboBox7.Items69"), - (object) componentResourceManager.GetString("ComboBox7.Items70"), - (object) componentResourceManager.GetString("ComboBox7.Items71"), - (object) componentResourceManager.GetString("ComboBox7.Items72"), - (object) componentResourceManager.GetString("ComboBox7.Items73"), - (object) componentResourceManager.GetString("ComboBox7.Items74"), - (object) componentResourceManager.GetString("ComboBox7.Items75"), - (object) componentResourceManager.GetString("ComboBox7.Items76"), - (object) componentResourceManager.GetString("ComboBox7.Items77"), - (object) componentResourceManager.GetString("ComboBox7.Items78"), - (object) componentResourceManager.GetString("ComboBox7.Items79"), - (object) componentResourceManager.GetString("ComboBox7.Items80"), - (object) componentResourceManager.GetString("ComboBox7.Items81"), - (object) componentResourceManager.GetString("ComboBox7.Items82"), - (object) componentResourceManager.GetString("ComboBox7.Items83"), - (object) componentResourceManager.GetString("ComboBox7.Items84"), - (object) componentResourceManager.GetString("ComboBox7.Items85"), - (object) componentResourceManager.GetString("ComboBox7.Items86"), - (object) componentResourceManager.GetString("ComboBox7.Items87"), - (object) componentResourceManager.GetString("ComboBox7.Items88"), - (object) componentResourceManager.GetString("ComboBox7.Items89"), - (object) componentResourceManager.GetString("ComboBox7.Items90"), - (object) componentResourceManager.GetString("ComboBox7.Items91"), - (object) componentResourceManager.GetString("ComboBox7.Items92"), - (object) componentResourceManager.GetString("ComboBox7.Items93"), - (object) componentResourceManager.GetString("ComboBox7.Items94"), - (object) componentResourceManager.GetString("ComboBox7.Items95"), - (object) componentResourceManager.GetString("ComboBox7.Items96"), - (object) componentResourceManager.GetString("ComboBox7.Items97"), - (object) componentResourceManager.GetString("ComboBox7.Items98"), - (object) componentResourceManager.GetString("ComboBox7.Items99"), - (object) componentResourceManager.GetString("ComboBox7.Items100"), - (object) componentResourceManager.GetString("ComboBox7.Items101"), - (object) componentResourceManager.GetString("ComboBox7.Items102"), - (object) componentResourceManager.GetString("ComboBox7.Items103"), - (object) componentResourceManager.GetString("ComboBox7.Items104"), - (object) componentResourceManager.GetString("ComboBox7.Items105"), - (object) componentResourceManager.GetString("ComboBox7.Items106"), - (object) componentResourceManager.GetString("ComboBox7.Items107"), - (object) componentResourceManager.GetString("ComboBox7.Items108"), - (object) componentResourceManager.GetString("ComboBox7.Items109"), - (object) componentResourceManager.GetString("ComboBox7.Items110"), - (object) componentResourceManager.GetString("ComboBox7.Items111"), - (object) componentResourceManager.GetString("ComboBox7.Items112"), - (object) componentResourceManager.GetString("ComboBox7.Items113"), - (object) componentResourceManager.GetString("ComboBox7.Items114"), - (object) componentResourceManager.GetString("ComboBox7.Items115"), - (object) componentResourceManager.GetString("ComboBox7.Items116"), - (object) componentResourceManager.GetString("ComboBox7.Items117"), - (object) componentResourceManager.GetString("ComboBox7.Items118"), - (object) componentResourceManager.GetString("ComboBox7.Items119"), - (object) componentResourceManager.GetString("ComboBox7.Items120"), - (object) componentResourceManager.GetString("ComboBox7.Items121"), - (object) componentResourceManager.GetString("ComboBox7.Items122"), - (object) componentResourceManager.GetString("ComboBox7.Items123"), - (object) componentResourceManager.GetString("ComboBox7.Items124"), - (object) componentResourceManager.GetString("ComboBox7.Items125"), - (object) componentResourceManager.GetString("ComboBox7.Items126"), - (object) componentResourceManager.GetString("ComboBox7.Items127"), - (object) componentResourceManager.GetString("ComboBox7.Items128"), - (object) componentResourceManager.GetString("ComboBox7.Items129"), - (object) componentResourceManager.GetString("ComboBox7.Items130"), - (object) componentResourceManager.GetString("ComboBox7.Items131"), - (object) componentResourceManager.GetString("ComboBox7.Items132"), - (object) componentResourceManager.GetString("ComboBox7.Items133"), - (object) componentResourceManager.GetString("ComboBox7.Items134"), - (object) componentResourceManager.GetString("ComboBox7.Items135"), - (object) componentResourceManager.GetString("ComboBox7.Items136"), - (object) componentResourceManager.GetString("ComboBox7.Items137"), - (object) componentResourceManager.GetString("ComboBox7.Items138"), - (object) componentResourceManager.GetString("ComboBox7.Items139"), - (object) componentResourceManager.GetString("ComboBox7.Items140"), - (object) componentResourceManager.GetString("ComboBox7.Items141"), - (object) componentResourceManager.GetString("ComboBox7.Items142"), - (object) componentResourceManager.GetString("ComboBox7.Items143"), - (object) componentResourceManager.GetString("ComboBox7.Items144"), - (object) componentResourceManager.GetString("ComboBox7.Items145"), - (object) componentResourceManager.GetString("ComboBox7.Items146"), - (object) componentResourceManager.GetString("ComboBox7.Items147"), - (object) componentResourceManager.GetString("ComboBox7.Items148"), - (object) componentResourceManager.GetString("ComboBox7.Items149"), - (object) componentResourceManager.GetString("ComboBox7.Items150"), - (object) componentResourceManager.GetString("ComboBox7.Items151"), - (object) componentResourceManager.GetString("ComboBox7.Items152"), - (object) componentResourceManager.GetString("ComboBox7.Items153"), - (object) componentResourceManager.GetString("ComboBox7.Items154"), - (object) componentResourceManager.GetString("ComboBox7.Items155"), - (object) componentResourceManager.GetString("ComboBox7.Items156"), - (object) componentResourceManager.GetString("ComboBox7.Items157"), - (object) componentResourceManager.GetString("ComboBox7.Items158"), - (object) componentResourceManager.GetString("ComboBox7.Items159"), - (object) componentResourceManager.GetString("ComboBox7.Items160"), - (object) componentResourceManager.GetString("ComboBox7.Items161"), - (object) componentResourceManager.GetString("ComboBox7.Items162"), - (object) componentResourceManager.GetString("ComboBox7.Items163"), - (object) componentResourceManager.GetString("ComboBox7.Items164"), - (object) componentResourceManager.GetString("ComboBox7.Items165"), - (object) componentResourceManager.GetString("ComboBox7.Items166"), - (object) componentResourceManager.GetString("ComboBox7.Items167"), - (object) componentResourceManager.GetString("ComboBox7.Items168"), - (object) componentResourceManager.GetString("ComboBox7.Items169"), - (object) componentResourceManager.GetString("ComboBox7.Items170"), - (object) componentResourceManager.GetString("ComboBox7.Items171"), - (object) componentResourceManager.GetString("ComboBox7.Items172"), - (object) componentResourceManager.GetString("ComboBox7.Items173"), - (object) componentResourceManager.GetString("ComboBox7.Items174"), - (object) componentResourceManager.GetString("ComboBox7.Items175"), - (object) componentResourceManager.GetString("ComboBox7.Items176"), - (object) componentResourceManager.GetString("ComboBox7.Items177"), - (object) componentResourceManager.GetString("ComboBox7.Items178"), - (object) componentResourceManager.GetString("ComboBox7.Items179"), - (object) componentResourceManager.GetString("ComboBox7.Items180"), - (object) componentResourceManager.GetString("ComboBox7.Items181"), - (object) componentResourceManager.GetString("ComboBox7.Items182"), - (object) componentResourceManager.GetString("ComboBox7.Items183"), - (object) componentResourceManager.GetString("ComboBox7.Items184"), - (object) componentResourceManager.GetString("ComboBox7.Items185"), - (object) componentResourceManager.GetString("ComboBox7.Items186"), - (object) componentResourceManager.GetString("ComboBox7.Items187"), - (object) componentResourceManager.GetString("ComboBox7.Items188"), - (object) componentResourceManager.GetString("ComboBox7.Items189"), - (object) componentResourceManager.GetString("ComboBox7.Items190"), - (object) componentResourceManager.GetString("ComboBox7.Items191"), - (object) componentResourceManager.GetString("ComboBox7.Items192"), - (object) componentResourceManager.GetString("ComboBox7.Items193"), - (object) componentResourceManager.GetString("ComboBox7.Items194"), - (object) componentResourceManager.GetString("ComboBox7.Items195"), - (object) componentResourceManager.GetString("ComboBox7.Items196"), - (object) componentResourceManager.GetString("ComboBox7.Items197"), - (object) componentResourceManager.GetString("ComboBox7.Items198"), - (object) componentResourceManager.GetString("ComboBox7.Items199"), - (object) componentResourceManager.GetString("ComboBox7.Items200"), - (object) componentResourceManager.GetString("ComboBox7.Items201"), - (object) componentResourceManager.GetString("ComboBox7.Items202"), - (object) componentResourceManager.GetString("ComboBox7.Items203"), - (object) componentResourceManager.GetString("ComboBox7.Items204"), - (object) componentResourceManager.GetString("ComboBox7.Items205"), - (object) componentResourceManager.GetString("ComboBox7.Items206"), - (object) componentResourceManager.GetString("ComboBox7.Items207"), - (object) componentResourceManager.GetString("ComboBox7.Items208"), - (object) componentResourceManager.GetString("ComboBox7.Items209"), - (object) componentResourceManager.GetString("ComboBox7.Items210"), - (object) componentResourceManager.GetString("ComboBox7.Items211"), - (object) componentResourceManager.GetString("ComboBox7.Items212"), - (object) componentResourceManager.GetString("ComboBox7.Items213"), - (object) componentResourceManager.GetString("ComboBox7.Items214"), - (object) componentResourceManager.GetString("ComboBox7.Items215"), - (object) componentResourceManager.GetString("ComboBox7.Items216"), - (object) componentResourceManager.GetString("ComboBox7.Items217"), - (object) componentResourceManager.GetString("ComboBox7.Items218"), - (object) componentResourceManager.GetString("ComboBox7.Items219"), - (object) componentResourceManager.GetString("ComboBox7.Items220"), - (object) componentResourceManager.GetString("ComboBox7.Items221"), - (object) componentResourceManager.GetString("ComboBox7.Items222"), - (object) componentResourceManager.GetString("ComboBox7.Items223"), - (object) componentResourceManager.GetString("ComboBox7.Items224"), - (object) componentResourceManager.GetString("ComboBox7.Items225"), - (object) componentResourceManager.GetString("ComboBox7.Items226"), - (object) componentResourceManager.GetString("ComboBox7.Items227"), - (object) componentResourceManager.GetString("ComboBox7.Items228"), - (object) componentResourceManager.GetString("ComboBox7.Items229"), - (object) componentResourceManager.GetString("ComboBox7.Items230"), - (object) componentResourceManager.GetString("ComboBox7.Items231"), - (object) componentResourceManager.GetString("ComboBox7.Items232"), - (object) componentResourceManager.GetString("ComboBox7.Items233"), - (object) componentResourceManager.GetString("ComboBox7.Items234"), - (object) componentResourceManager.GetString("ComboBox7.Items235"), - (object) componentResourceManager.GetString("ComboBox7.Items236"), - (object) componentResourceManager.GetString("ComboBox7.Items237"), - (object) componentResourceManager.GetString("ComboBox7.Items238"), - (object) componentResourceManager.GetString("ComboBox7.Items239"), - (object) componentResourceManager.GetString("ComboBox7.Items240"), - (object) componentResourceManager.GetString("ComboBox7.Items241"), - (object) componentResourceManager.GetString("ComboBox7.Items242"), - (object) componentResourceManager.GetString("ComboBox7.Items243"), - (object) componentResourceManager.GetString("ComboBox7.Items244"), - (object) componentResourceManager.GetString("ComboBox7.Items245"), - (object) componentResourceManager.GetString("ComboBox7.Items246"), - (object) componentResourceManager.GetString("ComboBox7.Items247"), - (object) componentResourceManager.GetString("ComboBox7.Items248"), - (object) componentResourceManager.GetString("ComboBox7.Items249"), - (object) componentResourceManager.GetString("ComboBox7.Items250"), - (object) componentResourceManager.GetString("ComboBox7.Items251"), - (object) componentResourceManager.GetString("ComboBox7.Items252"), - (object) componentResourceManager.GetString("ComboBox7.Items253"), - (object) componentResourceManager.GetString("ComboBox7.Items254"), - (object) componentResourceManager.GetString("ComboBox7.Items255") + componentResourceManager.GetString("ComboBox7.Items"), + componentResourceManager.GetString("ComboBox7.Items1"), + componentResourceManager.GetString("ComboBox7.Items2"), + componentResourceManager.GetString("ComboBox7.Items3"), + componentResourceManager.GetString("ComboBox7.Items4"), + componentResourceManager.GetString("ComboBox7.Items5"), + componentResourceManager.GetString("ComboBox7.Items6"), + componentResourceManager.GetString("ComboBox7.Items7"), + componentResourceManager.GetString("ComboBox7.Items8"), + componentResourceManager.GetString("ComboBox7.Items9"), + componentResourceManager.GetString("ComboBox7.Items10"), + componentResourceManager.GetString("ComboBox7.Items11"), + componentResourceManager.GetString("ComboBox7.Items12"), + componentResourceManager.GetString("ComboBox7.Items13"), + componentResourceManager.GetString("ComboBox7.Items14"), + componentResourceManager.GetString("ComboBox7.Items15"), + componentResourceManager.GetString("ComboBox7.Items16"), + componentResourceManager.GetString("ComboBox7.Items17"), + componentResourceManager.GetString("ComboBox7.Items18"), + componentResourceManager.GetString("ComboBox7.Items19"), + componentResourceManager.GetString("ComboBox7.Items20"), + componentResourceManager.GetString("ComboBox7.Items21"), + componentResourceManager.GetString("ComboBox7.Items22"), + componentResourceManager.GetString("ComboBox7.Items23"), + componentResourceManager.GetString("ComboBox7.Items24"), + componentResourceManager.GetString("ComboBox7.Items25"), + componentResourceManager.GetString("ComboBox7.Items26"), + componentResourceManager.GetString("ComboBox7.Items27"), + componentResourceManager.GetString("ComboBox7.Items28"), + componentResourceManager.GetString("ComboBox7.Items29"), + componentResourceManager.GetString("ComboBox7.Items30"), + componentResourceManager.GetString("ComboBox7.Items31"), + componentResourceManager.GetString("ComboBox7.Items32"), + componentResourceManager.GetString("ComboBox7.Items33"), + componentResourceManager.GetString("ComboBox7.Items34"), + componentResourceManager.GetString("ComboBox7.Items35"), + componentResourceManager.GetString("ComboBox7.Items36"), + componentResourceManager.GetString("ComboBox7.Items37"), + componentResourceManager.GetString("ComboBox7.Items38"), + componentResourceManager.GetString("ComboBox7.Items39"), + componentResourceManager.GetString("ComboBox7.Items40"), + componentResourceManager.GetString("ComboBox7.Items41"), + componentResourceManager.GetString("ComboBox7.Items42"), + componentResourceManager.GetString("ComboBox7.Items43"), + componentResourceManager.GetString("ComboBox7.Items44"), + componentResourceManager.GetString("ComboBox7.Items45"), + componentResourceManager.GetString("ComboBox7.Items46"), + componentResourceManager.GetString("ComboBox7.Items47"), + componentResourceManager.GetString("ComboBox7.Items48"), + componentResourceManager.GetString("ComboBox7.Items49"), + componentResourceManager.GetString("ComboBox7.Items50"), + componentResourceManager.GetString("ComboBox7.Items51"), + componentResourceManager.GetString("ComboBox7.Items52"), + componentResourceManager.GetString("ComboBox7.Items53"), + componentResourceManager.GetString("ComboBox7.Items54"), + componentResourceManager.GetString("ComboBox7.Items55"), + componentResourceManager.GetString("ComboBox7.Items56"), + componentResourceManager.GetString("ComboBox7.Items57"), + componentResourceManager.GetString("ComboBox7.Items58"), + componentResourceManager.GetString("ComboBox7.Items59"), + componentResourceManager.GetString("ComboBox7.Items60"), + componentResourceManager.GetString("ComboBox7.Items61"), + componentResourceManager.GetString("ComboBox7.Items62"), + componentResourceManager.GetString("ComboBox7.Items63"), + componentResourceManager.GetString("ComboBox7.Items64"), + componentResourceManager.GetString("ComboBox7.Items65"), + componentResourceManager.GetString("ComboBox7.Items66"), + componentResourceManager.GetString("ComboBox7.Items67"), + componentResourceManager.GetString("ComboBox7.Items68"), + componentResourceManager.GetString("ComboBox7.Items69"), + componentResourceManager.GetString("ComboBox7.Items70"), + componentResourceManager.GetString("ComboBox7.Items71"), + componentResourceManager.GetString("ComboBox7.Items72"), + componentResourceManager.GetString("ComboBox7.Items73"), + componentResourceManager.GetString("ComboBox7.Items74"), + componentResourceManager.GetString("ComboBox7.Items75"), + componentResourceManager.GetString("ComboBox7.Items76"), + componentResourceManager.GetString("ComboBox7.Items77"), + componentResourceManager.GetString("ComboBox7.Items78"), + componentResourceManager.GetString("ComboBox7.Items79"), + componentResourceManager.GetString("ComboBox7.Items80"), + componentResourceManager.GetString("ComboBox7.Items81"), + componentResourceManager.GetString("ComboBox7.Items82"), + componentResourceManager.GetString("ComboBox7.Items83"), + componentResourceManager.GetString("ComboBox7.Items84"), + componentResourceManager.GetString("ComboBox7.Items85"), + componentResourceManager.GetString("ComboBox7.Items86"), + componentResourceManager.GetString("ComboBox7.Items87"), + componentResourceManager.GetString("ComboBox7.Items88"), + componentResourceManager.GetString("ComboBox7.Items89"), + componentResourceManager.GetString("ComboBox7.Items90"), + componentResourceManager.GetString("ComboBox7.Items91"), + componentResourceManager.GetString("ComboBox7.Items92"), + componentResourceManager.GetString("ComboBox7.Items93"), + componentResourceManager.GetString("ComboBox7.Items94"), + componentResourceManager.GetString("ComboBox7.Items95"), + componentResourceManager.GetString("ComboBox7.Items96"), + componentResourceManager.GetString("ComboBox7.Items97"), + componentResourceManager.GetString("ComboBox7.Items98"), + componentResourceManager.GetString("ComboBox7.Items99"), + componentResourceManager.GetString("ComboBox7.Items100"), + componentResourceManager.GetString("ComboBox7.Items101"), + componentResourceManager.GetString("ComboBox7.Items102"), + componentResourceManager.GetString("ComboBox7.Items103"), + componentResourceManager.GetString("ComboBox7.Items104"), + componentResourceManager.GetString("ComboBox7.Items105"), + componentResourceManager.GetString("ComboBox7.Items106"), + componentResourceManager.GetString("ComboBox7.Items107"), + componentResourceManager.GetString("ComboBox7.Items108"), + componentResourceManager.GetString("ComboBox7.Items109"), + componentResourceManager.GetString("ComboBox7.Items110"), + componentResourceManager.GetString("ComboBox7.Items111"), + componentResourceManager.GetString("ComboBox7.Items112"), + componentResourceManager.GetString("ComboBox7.Items113"), + componentResourceManager.GetString("ComboBox7.Items114"), + componentResourceManager.GetString("ComboBox7.Items115"), + componentResourceManager.GetString("ComboBox7.Items116"), + componentResourceManager.GetString("ComboBox7.Items117"), + componentResourceManager.GetString("ComboBox7.Items118"), + componentResourceManager.GetString("ComboBox7.Items119"), + componentResourceManager.GetString("ComboBox7.Items120"), + componentResourceManager.GetString("ComboBox7.Items121"), + componentResourceManager.GetString("ComboBox7.Items122"), + componentResourceManager.GetString("ComboBox7.Items123"), + componentResourceManager.GetString("ComboBox7.Items124"), + componentResourceManager.GetString("ComboBox7.Items125"), + componentResourceManager.GetString("ComboBox7.Items126"), + componentResourceManager.GetString("ComboBox7.Items127"), + componentResourceManager.GetString("ComboBox7.Items128"), + componentResourceManager.GetString("ComboBox7.Items129"), + componentResourceManager.GetString("ComboBox7.Items130"), + componentResourceManager.GetString("ComboBox7.Items131"), + componentResourceManager.GetString("ComboBox7.Items132"), + componentResourceManager.GetString("ComboBox7.Items133"), + componentResourceManager.GetString("ComboBox7.Items134"), + componentResourceManager.GetString("ComboBox7.Items135"), + componentResourceManager.GetString("ComboBox7.Items136"), + componentResourceManager.GetString("ComboBox7.Items137"), + componentResourceManager.GetString("ComboBox7.Items138"), + componentResourceManager.GetString("ComboBox7.Items139"), + componentResourceManager.GetString("ComboBox7.Items140"), + componentResourceManager.GetString("ComboBox7.Items141"), + componentResourceManager.GetString("ComboBox7.Items142"), + componentResourceManager.GetString("ComboBox7.Items143"), + componentResourceManager.GetString("ComboBox7.Items144"), + componentResourceManager.GetString("ComboBox7.Items145"), + componentResourceManager.GetString("ComboBox7.Items146"), + componentResourceManager.GetString("ComboBox7.Items147"), + componentResourceManager.GetString("ComboBox7.Items148"), + componentResourceManager.GetString("ComboBox7.Items149"), + componentResourceManager.GetString("ComboBox7.Items150"), + componentResourceManager.GetString("ComboBox7.Items151"), + componentResourceManager.GetString("ComboBox7.Items152"), + componentResourceManager.GetString("ComboBox7.Items153"), + componentResourceManager.GetString("ComboBox7.Items154"), + componentResourceManager.GetString("ComboBox7.Items155"), + componentResourceManager.GetString("ComboBox7.Items156"), + componentResourceManager.GetString("ComboBox7.Items157"), + componentResourceManager.GetString("ComboBox7.Items158"), + componentResourceManager.GetString("ComboBox7.Items159"), + componentResourceManager.GetString("ComboBox7.Items160"), + componentResourceManager.GetString("ComboBox7.Items161"), + componentResourceManager.GetString("ComboBox7.Items162"), + componentResourceManager.GetString("ComboBox7.Items163"), + componentResourceManager.GetString("ComboBox7.Items164"), + componentResourceManager.GetString("ComboBox7.Items165"), + componentResourceManager.GetString("ComboBox7.Items166"), + componentResourceManager.GetString("ComboBox7.Items167"), + componentResourceManager.GetString("ComboBox7.Items168"), + componentResourceManager.GetString("ComboBox7.Items169"), + componentResourceManager.GetString("ComboBox7.Items170"), + componentResourceManager.GetString("ComboBox7.Items171"), + componentResourceManager.GetString("ComboBox7.Items172"), + componentResourceManager.GetString("ComboBox7.Items173"), + componentResourceManager.GetString("ComboBox7.Items174"), + componentResourceManager.GetString("ComboBox7.Items175"), + componentResourceManager.GetString("ComboBox7.Items176"), + componentResourceManager.GetString("ComboBox7.Items177"), + componentResourceManager.GetString("ComboBox7.Items178"), + componentResourceManager.GetString("ComboBox7.Items179"), + componentResourceManager.GetString("ComboBox7.Items180"), + componentResourceManager.GetString("ComboBox7.Items181"), + componentResourceManager.GetString("ComboBox7.Items182"), + componentResourceManager.GetString("ComboBox7.Items183"), + componentResourceManager.GetString("ComboBox7.Items184"), + componentResourceManager.GetString("ComboBox7.Items185"), + componentResourceManager.GetString("ComboBox7.Items186"), + componentResourceManager.GetString("ComboBox7.Items187"), + componentResourceManager.GetString("ComboBox7.Items188"), + componentResourceManager.GetString("ComboBox7.Items189"), + componentResourceManager.GetString("ComboBox7.Items190"), + componentResourceManager.GetString("ComboBox7.Items191"), + componentResourceManager.GetString("ComboBox7.Items192"), + componentResourceManager.GetString("ComboBox7.Items193"), + componentResourceManager.GetString("ComboBox7.Items194"), + componentResourceManager.GetString("ComboBox7.Items195"), + componentResourceManager.GetString("ComboBox7.Items196"), + componentResourceManager.GetString("ComboBox7.Items197"), + componentResourceManager.GetString("ComboBox7.Items198"), + componentResourceManager.GetString("ComboBox7.Items199"), + componentResourceManager.GetString("ComboBox7.Items200"), + componentResourceManager.GetString("ComboBox7.Items201"), + componentResourceManager.GetString("ComboBox7.Items202"), + componentResourceManager.GetString("ComboBox7.Items203"), + componentResourceManager.GetString("ComboBox7.Items204"), + componentResourceManager.GetString("ComboBox7.Items205"), + componentResourceManager.GetString("ComboBox7.Items206"), + componentResourceManager.GetString("ComboBox7.Items207"), + componentResourceManager.GetString("ComboBox7.Items208"), + componentResourceManager.GetString("ComboBox7.Items209"), + componentResourceManager.GetString("ComboBox7.Items210"), + componentResourceManager.GetString("ComboBox7.Items211"), + componentResourceManager.GetString("ComboBox7.Items212"), + componentResourceManager.GetString("ComboBox7.Items213"), + componentResourceManager.GetString("ComboBox7.Items214"), + componentResourceManager.GetString("ComboBox7.Items215"), + componentResourceManager.GetString("ComboBox7.Items216"), + componentResourceManager.GetString("ComboBox7.Items217"), + componentResourceManager.GetString("ComboBox7.Items218"), + componentResourceManager.GetString("ComboBox7.Items219"), + componentResourceManager.GetString("ComboBox7.Items220"), + componentResourceManager.GetString("ComboBox7.Items221"), + componentResourceManager.GetString("ComboBox7.Items222"), + componentResourceManager.GetString("ComboBox7.Items223"), + componentResourceManager.GetString("ComboBox7.Items224"), + componentResourceManager.GetString("ComboBox7.Items225"), + componentResourceManager.GetString("ComboBox7.Items226"), + componentResourceManager.GetString("ComboBox7.Items227"), + componentResourceManager.GetString("ComboBox7.Items228"), + componentResourceManager.GetString("ComboBox7.Items229"), + componentResourceManager.GetString("ComboBox7.Items230"), + componentResourceManager.GetString("ComboBox7.Items231"), + componentResourceManager.GetString("ComboBox7.Items232"), + componentResourceManager.GetString("ComboBox7.Items233"), + componentResourceManager.GetString("ComboBox7.Items234"), + componentResourceManager.GetString("ComboBox7.Items235"), + componentResourceManager.GetString("ComboBox7.Items236"), + componentResourceManager.GetString("ComboBox7.Items237"), + componentResourceManager.GetString("ComboBox7.Items238"), + componentResourceManager.GetString("ComboBox7.Items239"), + componentResourceManager.GetString("ComboBox7.Items240"), + componentResourceManager.GetString("ComboBox7.Items241"), + componentResourceManager.GetString("ComboBox7.Items242"), + componentResourceManager.GetString("ComboBox7.Items243"), + componentResourceManager.GetString("ComboBox7.Items244"), + componentResourceManager.GetString("ComboBox7.Items245"), + componentResourceManager.GetString("ComboBox7.Items246"), + componentResourceManager.GetString("ComboBox7.Items247"), + componentResourceManager.GetString("ComboBox7.Items248"), + componentResourceManager.GetString("ComboBox7.Items249"), + componentResourceManager.GetString("ComboBox7.Items250"), + componentResourceManager.GetString("ComboBox7.Items251"), + componentResourceManager.GetString("ComboBox7.Items252"), + componentResourceManager.GetString("ComboBox7.Items253"), + componentResourceManager.GetString("ComboBox7.Items254"), + componentResourceManager.GetString("ComboBox7.Items255") }); ComboBox7.Name = "ComboBox7"; - NumericUpDown7.AccessibleDescription = (string) null; - NumericUpDown7.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) NumericUpDown7, "NumericUpDown7"); - NumericUpDown7.Font = (Font) null; - NumericUpDown numericUpDown7 = NumericUpDown7; + NumericUpDown7.AccessibleDescription = null; + NumericUpDown7.AccessibleName = null; + componentResourceManager.ApplyResources(NumericUpDown7, "NumericUpDown7"); + NumericUpDown7.Font = null; + var numericUpDown7 = NumericUpDown7; num1 = new Decimal(new int[4] { - (int) byte.MaxValue, + byte.MaxValue, 0, 0, 0 }); - Decimal num8 = num1; + var num8 = num1; numericUpDown7.Maximum = num8; NumericUpDown7.Name = "NumericUpDown7"; - Label13.AccessibleDescription = (string) null; - Label13.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label13, "Label13"); - Label13.Font = (Font) null; + Label13.AccessibleDescription = null; + Label13.AccessibleName = null; + componentResourceManager.ApplyResources(Label13, "Label13"); + Label13.Font = null; Label13.Name = "Label13"; - Label14.AccessibleDescription = (string) null; - Label14.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label14, "Label14"); - Label14.Font = (Font) null; + Label14.AccessibleDescription = null; + Label14.AccessibleName = null; + componentResourceManager.ApplyResources(Label14, "Label14"); + Label14.Font = null; Label14.Name = "Label14"; - DataGridView7.AccessibleDescription = (string) null; - DataGridView7.AccessibleName = (string) null; + DataGridView7.AccessibleDescription = null; + DataGridView7.AccessibleName = null; DataGridView7.AllowUserToAddRows = false; DataGridView7.AllowUserToDeleteRows = false; DataGridView7.AllowUserToResizeColumns = false; DataGridView7.AllowUserToResizeRows = false; gridViewCellStyle25.Alignment = DataGridViewContentAlignment.MiddleCenter; DataGridView7.AlternatingRowsDefaultCellStyle = gridViewCellStyle25; - componentResourceManager.ApplyResources((object) DataGridView7, "DataGridView7"); - DataGridView7.BackgroundImage = (Image) null; + componentResourceManager.ApplyResources(DataGridView7, "DataGridView7"); + DataGridView7.BackgroundImage = null; gridViewCellStyle26.Alignment = DataGridViewContentAlignment.MiddleCenter; gridViewCellStyle26.BackColor = SystemColors.Control; - gridViewCellStyle26.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, (byte) 134); + gridViewCellStyle26.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, 134); gridViewCellStyle26.ForeColor = SystemColors.WindowText; gridViewCellStyle26.SelectionBackColor = SystemColors.Highlight; gridViewCellStyle26.SelectionForeColor = SystemColors.HighlightText; gridViewCellStyle26.WrapMode = DataGridViewTriState.True; DataGridView7.ColumnHeadersDefaultCellStyle = gridViewCellStyle26; DataGridView7.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.DisableResizing; - DataGridView7.Columns.AddRange((DataGridViewColumn) Column1_7, (DataGridViewColumn) Column2_7); - DataGridView7.Font = (Font) null; + DataGridView7.Columns.AddRange(Column1_7, Column2_7); + DataGridView7.Font = null; DataGridView7.Name = "DataGridView7"; gridViewCellStyle27.Alignment = DataGridViewContentAlignment.MiddleCenter; gridViewCellStyle27.BackColor = SystemColors.Control; - gridViewCellStyle27.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, (byte) 134); + gridViewCellStyle27.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, 134); gridViewCellStyle27.ForeColor = SystemColors.WindowText; gridViewCellStyle27.SelectionBackColor = SystemColors.Highlight; gridViewCellStyle27.SelectionForeColor = SystemColors.HighlightText; @@ -2751,343 +2751,343 @@ namespace HPG_68D DataGridView7.RowTemplate.Height = 23; Column1_7.AutoSizeMode = DataGridViewAutoSizeColumnMode.None; Column1_7.DisplayStyle = DataGridViewComboBoxDisplayStyle.Nothing; - componentResourceManager.ApplyResources((object) Column1_7, "Column1_7"); - Column1_7.Items.AddRange((object) "无", (object) "400", (object) "410", (object) "420", (object) "430", (object) "440", (object) "450", (object) "460", (object) "470", (object) "480", (object) "490", (object) "500", (object) "510", (object) "520", (object) "530", (object) "540", (object) "550", (object) "560", (object) "570", (object) "580", (object) "590", (object) "600", (object) "610", (object) "620", (object) "630", (object) "640", (object) "650", (object) "660", (object) "670", (object) "680", (object) "690", (object) "700", (object) "710", (object) "720", (object) "730", (object) "740", (object) "750", (object) "760", (object) "770", (object) "780", (object) "790", (object) "800", (object) "810", (object) "820", (object) "830", (object) "840", (object) "850", (object) "860", (object) "870", (object) "880", (object) "890", (object) "900", (object) "910", (object) "920", (object) "930", (object) "940", (object) "950", (object) "960", (object) "970", (object) "980", (object) "990", (object) "1000", (object) "1010", (object) "1020", (object) "1030", (object) "1040", (object) "1050", (object) "1060", (object) "1070", (object) "1080", (object) "1090", (object) "1100", (object) "1110", (object) "1120", (object) "1130", (object) "1140", (object) "1150", (object) "1160", (object) "1170", (object) "1180", (object) "1190", (object) "1200", (object) "1210", (object) "1220", (object) "1230", (object) "1240", (object) "1250", (object) "1260", (object) "1270", (object) "1280", (object) "1290", (object) "1300", (object) "1310", (object) "1320", (object) "1330", (object) "1340", (object) "1350", (object) "1360", (object) "1370", (object) "1380", (object) "1390", (object) "1400", (object) "1410", (object) "1420", (object) "1430", (object) "1440", (object) "1450", (object) "1460", (object) "1470", (object) "1480", (object) "1490", (object) "1500", (object) "1510", (object) "1520", (object) "1530", (object) "1540", (object) "1550", (object) "1560", (object) "1570", (object) "1580", (object) "1590", (object) "1600", (object) "1610", (object) "1620", (object) "1630", (object) "1640", (object) "1650", (object) "1660", (object) "1670", (object) "1680", (object) "1690", (object) "1700", (object) "1710", (object) "1720", (object) "1730", (object) "1740", (object) "1750", (object) "1760", (object) "1770", (object) "1780", (object) "1790", (object) "1800", (object) "1810", (object) "1820", (object) "1830", (object) "1840", (object) "1850", (object) "1860", (object) "1870", (object) "1880", (object) "1890", (object) "1900", (object) "1910", (object) "1920", (object) "1930", (object) "1940", (object) "1950", (object) "1960", (object) "1970", (object) "1980", (object) "1990", (object) "2000", (object) "2010", (object) "2020", (object) "2030", (object) "2040", (object) "2050", (object) "2060", (object) "2070", (object) "2080", (object) "2090", (object) "2100", (object) "2110", (object) "2120", (object) "2130", (object) "2140", (object) "2150", (object) "2160", (object) "2170", (object) "2180", (object) "2190", (object) "2200", (object) "2210", (object) "2220", (object) "2230", (object) "2240", (object) "2250", (object) "2260", (object) "2270", (object) "2280", (object) "2290", (object) "2300", (object) "2310", (object) "2320", (object) "2330", (object) "2340", (object) "2350", (object) "2360", (object) "2370", (object) "2380", (object) "2390", (object) "2400", (object) "2410", (object) "2420", (object) "2430", (object) "2440", (object) "2450", (object) "2460", (object) "2470", (object) "2480", (object) "2490", (object) "2500"); + componentResourceManager.ApplyResources(Column1_7, "Column1_7"); + Column1_7.Items.AddRange("无", "400", "410", "420", "430", "440", "450", "460", "470", "480", "490", "500", "510", "520", "530", "540", "550", "560", "570", "580", "590", "600", "610", "620", "630", "640", "650", "660", "670", "680", "690", "700", "710", "720", "730", "740", "750", "760", "770", "780", "790", "800", "810", "820", "830", "840", "850", "860", "870", "880", "890", "900", "910", "920", "930", "940", "950", "960", "970", "980", "990", "1000", "1010", "1020", "1030", "1040", "1050", "1060", "1070", "1080", "1090", "1100", "1110", "1120", "1130", "1140", "1150", "1160", "1170", "1180", "1190", "1200", "1210", "1220", "1230", "1240", "1250", "1260", "1270", "1280", "1290", "1300", "1310", "1320", "1330", "1340", "1350", "1360", "1370", "1380", "1390", "1400", "1410", "1420", "1430", "1440", "1450", "1460", "1470", "1480", "1490", "1500", "1510", "1520", "1530", "1540", "1550", "1560", "1570", "1580", "1590", "1600", "1610", "1620", "1630", "1640", "1650", "1660", "1670", "1680", "1690", "1700", "1710", "1720", "1730", "1740", "1750", "1760", "1770", "1780", "1790", "1800", "1810", "1820", "1830", "1840", "1850", "1860", "1870", "1880", "1890", "1900", "1910", "1920", "1930", "1940", "1950", "1960", "1970", "1980", "1990", "2000", "2010", "2020", "2030", "2040", "2050", "2060", "2070", "2080", "2090", "2100", "2110", "2120", "2130", "2140", "2150", "2160", "2170", "2180", "2190", "2200", "2210", "2220", "2230", "2240", "2250", "2260", "2270", "2280", "2290", "2300", "2310", "2320", "2330", "2340", "2350", "2360", "2370", "2380", "2390", "2400", "2410", "2420", "2430", "2440", "2450", "2460", "2470", "2480", "2490", "2500"); Column1_7.Name = "Column1_7"; Column1_7.Resizable = DataGridViewTriState.True; Column2_7.DisplayStyle = DataGridViewComboBoxDisplayStyle.Nothing; - componentResourceManager.ApplyResources((object) Column2_7, "Column2_7"); - Column2_7.Items.AddRange((object) "0", (object) "10", (object) "20", (object) "30", (object) "40", (object) "50", (object) "60", (object) "70", (object) "80", (object) "90", (object) "100", (object) "110", (object) "120", (object) "130", (object) "140", (object) "150", (object) "160", (object) "170", (object) "180", (object) "190", (object) "200", (object) "210", (object) "220", (object) "230", (object) "240", (object) "250", (object) "260", (object) "270", (object) "280", (object) "290", (object) "300", (object) "310", (object) "320", (object) "330", (object) "340", (object) "350", (object) "360", (object) "370", (object) "380", (object) "390", (object) "400", (object) "410", (object) "420", (object) "430", (object) "440", (object) "450", (object) "460", (object) "470", (object) "480", (object) "490", (object) "500", (object) "510", (object) "520", (object) "530", (object) "540", (object) "550", (object) "560", (object) "570", (object) "580", (object) "590", (object) "600", (object) "610", (object) "620", (object) "630", (object) "640", (object) "650", (object) "660", (object) "670", (object) "680", (object) "690", (object) "700", (object) "710", (object) "720", (object) "730", (object) "740", (object) "750", (object) "760", (object) "770", (object) "780", (object) "790", (object) "800", (object) "810", (object) "820", (object) "830", (object) "840", (object) "850", (object) "860", (object) "870", (object) "880", (object) "890", (object) "900", (object) "910", (object) "920", (object) "930", (object) "940", (object) "950", (object) "960", (object) "970", (object) "980", (object) "990", (object) "1000", (object) "1010", (object) "1020", (object) "1030", (object) "1040", (object) "1050", (object) "1060", (object) "1070", (object) "1080", (object) "1090", (object) "1100", (object) "1110", (object) "1120", (object) "1130", (object) "1140", (object) "1150", (object) "1160", (object) "1170", (object) "1180", (object) "1190", (object) "1200", (object) "1210", (object) "1220", (object) "1230", (object) "1240", (object) "1250", (object) "1260", (object) "1270", (object) "1280", (object) "1290", (object) "1300", (object) "1310", (object) "1320", (object) "1330", (object) "1340", (object) "1350", (object) "1360", (object) "1370", (object) "1380", (object) "1390", (object) "1400", (object) "1410", (object) "1420", (object) "1430", (object) "1440", (object) "1450", (object) "1460", (object) "1470", (object) "1480", (object) "1490", (object) "1500", (object) "1510", (object) "1520", (object) "1530", (object) "1540", (object) "1550", (object) "1560", (object) "1570", (object) "1580", (object) "1590", (object) "1600", (object) "1610", (object) "1620", (object) "1630", (object) "1640", (object) "1650", (object) "1660", (object) "1670", (object) "1680", (object) "1690", (object) "1700", (object) "1710", (object) "1720", (object) "1730", (object) "1740", (object) "1750", (object) "1760", (object) "1770", (object) "1780", (object) "1790", (object) "1800", (object) "1810", (object) "1820", (object) "1830", (object) "1840", (object) "1850", (object) "1860", (object) "1870", (object) "1880", (object) "1890", (object) "1900", (object) "1910", (object) "1920", (object) "1930", (object) "1940", (object) "1950", (object) "1960", (object) "1970", (object) "1980", (object) "1990", (object) "2000", (object) "2010", (object) "2020", (object) "2030", (object) "2040", (object) "2050", (object) "2060", (object) "2070", (object) "2080", (object) "2090", (object) "2100", (object) "2110", (object) "2120", (object) "2130", (object) "2140", (object) "2150", (object) "2160", (object) "2170", (object) "2180", (object) "2190", (object) "2200", (object) "2210", (object) "2220", (object) "2230", (object) "2240", (object) "2250", (object) "2260", (object) "2270", (object) "2280", (object) "2290", (object) "2300", (object) "2310", (object) "2320", (object) "2330", (object) "2340", (object) "2350", (object) "2360", (object) "2370", (object) "2380", (object) "2390", (object) "2400", (object) "2410", (object) "2420", (object) "2430", (object) "2440", (object) "2450", (object) "2460", (object) "2470", (object) "2480", (object) "2490", (object) "2500"); + componentResourceManager.ApplyResources(Column2_7, "Column2_7"); + Column2_7.Items.AddRange("0", "10", "20", "30", "40", "50", "60", "70", "80", "90", "100", "110", "120", "130", "140", "150", "160", "170", "180", "190", "200", "210", "220", "230", "240", "250", "260", "270", "280", "290", "300", "310", "320", "330", "340", "350", "360", "370", "380", "390", "400", "410", "420", "430", "440", "450", "460", "470", "480", "490", "500", "510", "520", "530", "540", "550", "560", "570", "580", "590", "600", "610", "620", "630", "640", "650", "660", "670", "680", "690", "700", "710", "720", "730", "740", "750", "760", "770", "780", "790", "800", "810", "820", "830", "840", "850", "860", "870", "880", "890", "900", "910", "920", "930", "940", "950", "960", "970", "980", "990", "1000", "1010", "1020", "1030", "1040", "1050", "1060", "1070", "1080", "1090", "1100", "1110", "1120", "1130", "1140", "1150", "1160", "1170", "1180", "1190", "1200", "1210", "1220", "1230", "1240", "1250", "1260", "1270", "1280", "1290", "1300", "1310", "1320", "1330", "1340", "1350", "1360", "1370", "1380", "1390", "1400", "1410", "1420", "1430", "1440", "1450", "1460", "1470", "1480", "1490", "1500", "1510", "1520", "1530", "1540", "1550", "1560", "1570", "1580", "1590", "1600", "1610", "1620", "1630", "1640", "1650", "1660", "1670", "1680", "1690", "1700", "1710", "1720", "1730", "1740", "1750", "1760", "1770", "1780", "1790", "1800", "1810", "1820", "1830", "1840", "1850", "1860", "1870", "1880", "1890", "1900", "1910", "1920", "1930", "1940", "1950", "1960", "1970", "1980", "1990", "2000", "2010", "2020", "2030", "2040", "2050", "2060", "2070", "2080", "2090", "2100", "2110", "2120", "2130", "2140", "2150", "2160", "2170", "2180", "2190", "2200", "2210", "2220", "2230", "2240", "2250", "2260", "2270", "2280", "2290", "2300", "2310", "2320", "2330", "2340", "2350", "2360", "2370", "2380", "2390", "2400", "2410", "2420", "2430", "2440", "2450", "2460", "2470", "2480", "2490", "2500"); Column2_7.Name = "Column2_7"; - TabPage8.AccessibleDescription = (string) null; - TabPage8.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) TabPage8, "TabPage8"); - TabPage8.BackgroundImage = (Image) null; - TabPage8.Controls.Add((Control) ComboBox8); - TabPage8.Controls.Add((Control) NumericUpDown8); - TabPage8.Controls.Add((Control) Label15); - TabPage8.Controls.Add((Control) Label16); - TabPage8.Controls.Add((Control) DataGridView8); - TabPage8.Font = (Font) null; + TabPage8.AccessibleDescription = null; + TabPage8.AccessibleName = null; + componentResourceManager.ApplyResources(TabPage8, "TabPage8"); + TabPage8.BackgroundImage = null; + TabPage8.Controls.Add(ComboBox8); + TabPage8.Controls.Add(NumericUpDown8); + TabPage8.Controls.Add(Label15); + TabPage8.Controls.Add(Label16); + TabPage8.Controls.Add(DataGridView8); + TabPage8.Font = null; TabPage8.Name = "TabPage8"; TabPage8.UseVisualStyleBackColor = true; - ComboBox8.AccessibleDescription = (string) null; - ComboBox8.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox8, "ComboBox8"); - ComboBox8.BackgroundImage = (Image) null; + ComboBox8.AccessibleDescription = null; + ComboBox8.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox8, "ComboBox8"); + ComboBox8.BackgroundImage = null; ComboBox8.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox8.Font = (Font) null; + ComboBox8.Font = null; ComboBox8.FormattingEnabled = true; ComboBox8.Items.AddRange(new object[256] { - (object) componentResourceManager.GetString("ComboBox8.Items"), - (object) componentResourceManager.GetString("ComboBox8.Items1"), - (object) componentResourceManager.GetString("ComboBox8.Items2"), - (object) componentResourceManager.GetString("ComboBox8.Items3"), - (object) componentResourceManager.GetString("ComboBox8.Items4"), - (object) componentResourceManager.GetString("ComboBox8.Items5"), - (object) componentResourceManager.GetString("ComboBox8.Items6"), - (object) componentResourceManager.GetString("ComboBox8.Items7"), - (object) componentResourceManager.GetString("ComboBox8.Items8"), - (object) componentResourceManager.GetString("ComboBox8.Items9"), - (object) componentResourceManager.GetString("ComboBox8.Items10"), - (object) componentResourceManager.GetString("ComboBox8.Items11"), - (object) componentResourceManager.GetString("ComboBox8.Items12"), - (object) componentResourceManager.GetString("ComboBox8.Items13"), - (object) componentResourceManager.GetString("ComboBox8.Items14"), - (object) componentResourceManager.GetString("ComboBox8.Items15"), - (object) componentResourceManager.GetString("ComboBox8.Items16"), - (object) componentResourceManager.GetString("ComboBox8.Items17"), - (object) componentResourceManager.GetString("ComboBox8.Items18"), - (object) componentResourceManager.GetString("ComboBox8.Items19"), - (object) componentResourceManager.GetString("ComboBox8.Items20"), - (object) componentResourceManager.GetString("ComboBox8.Items21"), - (object) componentResourceManager.GetString("ComboBox8.Items22"), - (object) componentResourceManager.GetString("ComboBox8.Items23"), - (object) componentResourceManager.GetString("ComboBox8.Items24"), - (object) componentResourceManager.GetString("ComboBox8.Items25"), - (object) componentResourceManager.GetString("ComboBox8.Items26"), - (object) componentResourceManager.GetString("ComboBox8.Items27"), - (object) componentResourceManager.GetString("ComboBox8.Items28"), - (object) componentResourceManager.GetString("ComboBox8.Items29"), - (object) componentResourceManager.GetString("ComboBox8.Items30"), - (object) componentResourceManager.GetString("ComboBox8.Items31"), - (object) componentResourceManager.GetString("ComboBox8.Items32"), - (object) componentResourceManager.GetString("ComboBox8.Items33"), - (object) componentResourceManager.GetString("ComboBox8.Items34"), - (object) componentResourceManager.GetString("ComboBox8.Items35"), - (object) componentResourceManager.GetString("ComboBox8.Items36"), - (object) componentResourceManager.GetString("ComboBox8.Items37"), - (object) componentResourceManager.GetString("ComboBox8.Items38"), - (object) componentResourceManager.GetString("ComboBox8.Items39"), - (object) componentResourceManager.GetString("ComboBox8.Items40"), - (object) componentResourceManager.GetString("ComboBox8.Items41"), - (object) componentResourceManager.GetString("ComboBox8.Items42"), - (object) componentResourceManager.GetString("ComboBox8.Items43"), - (object) componentResourceManager.GetString("ComboBox8.Items44"), - (object) componentResourceManager.GetString("ComboBox8.Items45"), - (object) componentResourceManager.GetString("ComboBox8.Items46"), - (object) componentResourceManager.GetString("ComboBox8.Items47"), - (object) componentResourceManager.GetString("ComboBox8.Items48"), - (object) componentResourceManager.GetString("ComboBox8.Items49"), - (object) componentResourceManager.GetString("ComboBox8.Items50"), - (object) componentResourceManager.GetString("ComboBox8.Items51"), - (object) componentResourceManager.GetString("ComboBox8.Items52"), - (object) componentResourceManager.GetString("ComboBox8.Items53"), - (object) componentResourceManager.GetString("ComboBox8.Items54"), - (object) componentResourceManager.GetString("ComboBox8.Items55"), - (object) componentResourceManager.GetString("ComboBox8.Items56"), - (object) componentResourceManager.GetString("ComboBox8.Items57"), - (object) componentResourceManager.GetString("ComboBox8.Items58"), - (object) componentResourceManager.GetString("ComboBox8.Items59"), - (object) componentResourceManager.GetString("ComboBox8.Items60"), - (object) componentResourceManager.GetString("ComboBox8.Items61"), - (object) componentResourceManager.GetString("ComboBox8.Items62"), - (object) componentResourceManager.GetString("ComboBox8.Items63"), - (object) componentResourceManager.GetString("ComboBox8.Items64"), - (object) componentResourceManager.GetString("ComboBox8.Items65"), - (object) componentResourceManager.GetString("ComboBox8.Items66"), - (object) componentResourceManager.GetString("ComboBox8.Items67"), - (object) componentResourceManager.GetString("ComboBox8.Items68"), - (object) componentResourceManager.GetString("ComboBox8.Items69"), - (object) componentResourceManager.GetString("ComboBox8.Items70"), - (object) componentResourceManager.GetString("ComboBox8.Items71"), - (object) componentResourceManager.GetString("ComboBox8.Items72"), - (object) componentResourceManager.GetString("ComboBox8.Items73"), - (object) componentResourceManager.GetString("ComboBox8.Items74"), - (object) componentResourceManager.GetString("ComboBox8.Items75"), - (object) componentResourceManager.GetString("ComboBox8.Items76"), - (object) componentResourceManager.GetString("ComboBox8.Items77"), - (object) componentResourceManager.GetString("ComboBox8.Items78"), - (object) componentResourceManager.GetString("ComboBox8.Items79"), - (object) componentResourceManager.GetString("ComboBox8.Items80"), - (object) componentResourceManager.GetString("ComboBox8.Items81"), - (object) componentResourceManager.GetString("ComboBox8.Items82"), - (object) componentResourceManager.GetString("ComboBox8.Items83"), - (object) componentResourceManager.GetString("ComboBox8.Items84"), - (object) componentResourceManager.GetString("ComboBox8.Items85"), - (object) componentResourceManager.GetString("ComboBox8.Items86"), - (object) componentResourceManager.GetString("ComboBox8.Items87"), - (object) componentResourceManager.GetString("ComboBox8.Items88"), - (object) componentResourceManager.GetString("ComboBox8.Items89"), - (object) componentResourceManager.GetString("ComboBox8.Items90"), - (object) componentResourceManager.GetString("ComboBox8.Items91"), - (object) componentResourceManager.GetString("ComboBox8.Items92"), - (object) componentResourceManager.GetString("ComboBox8.Items93"), - (object) componentResourceManager.GetString("ComboBox8.Items94"), - (object) componentResourceManager.GetString("ComboBox8.Items95"), - (object) componentResourceManager.GetString("ComboBox8.Items96"), - (object) componentResourceManager.GetString("ComboBox8.Items97"), - (object) componentResourceManager.GetString("ComboBox8.Items98"), - (object) componentResourceManager.GetString("ComboBox8.Items99"), - (object) componentResourceManager.GetString("ComboBox8.Items100"), - (object) componentResourceManager.GetString("ComboBox8.Items101"), - (object) componentResourceManager.GetString("ComboBox8.Items102"), - (object) componentResourceManager.GetString("ComboBox8.Items103"), - (object) componentResourceManager.GetString("ComboBox8.Items104"), - (object) componentResourceManager.GetString("ComboBox8.Items105"), - (object) componentResourceManager.GetString("ComboBox8.Items106"), - (object) componentResourceManager.GetString("ComboBox8.Items107"), - (object) componentResourceManager.GetString("ComboBox8.Items108"), - (object) componentResourceManager.GetString("ComboBox8.Items109"), - (object) componentResourceManager.GetString("ComboBox8.Items110"), - (object) componentResourceManager.GetString("ComboBox8.Items111"), - (object) componentResourceManager.GetString("ComboBox8.Items112"), - (object) componentResourceManager.GetString("ComboBox8.Items113"), - (object) componentResourceManager.GetString("ComboBox8.Items114"), - (object) componentResourceManager.GetString("ComboBox8.Items115"), - (object) componentResourceManager.GetString("ComboBox8.Items116"), - (object) componentResourceManager.GetString("ComboBox8.Items117"), - (object) componentResourceManager.GetString("ComboBox8.Items118"), - (object) componentResourceManager.GetString("ComboBox8.Items119"), - (object) componentResourceManager.GetString("ComboBox8.Items120"), - (object) componentResourceManager.GetString("ComboBox8.Items121"), - (object) componentResourceManager.GetString("ComboBox8.Items122"), - (object) componentResourceManager.GetString("ComboBox8.Items123"), - (object) componentResourceManager.GetString("ComboBox8.Items124"), - (object) componentResourceManager.GetString("ComboBox8.Items125"), - (object) componentResourceManager.GetString("ComboBox8.Items126"), - (object) componentResourceManager.GetString("ComboBox8.Items127"), - (object) componentResourceManager.GetString("ComboBox8.Items128"), - (object) componentResourceManager.GetString("ComboBox8.Items129"), - (object) componentResourceManager.GetString("ComboBox8.Items130"), - (object) componentResourceManager.GetString("ComboBox8.Items131"), - (object) componentResourceManager.GetString("ComboBox8.Items132"), - (object) componentResourceManager.GetString("ComboBox8.Items133"), - (object) componentResourceManager.GetString("ComboBox8.Items134"), - (object) componentResourceManager.GetString("ComboBox8.Items135"), - (object) componentResourceManager.GetString("ComboBox8.Items136"), - (object) componentResourceManager.GetString("ComboBox8.Items137"), - (object) componentResourceManager.GetString("ComboBox8.Items138"), - (object) componentResourceManager.GetString("ComboBox8.Items139"), - (object) componentResourceManager.GetString("ComboBox8.Items140"), - (object) componentResourceManager.GetString("ComboBox8.Items141"), - (object) componentResourceManager.GetString("ComboBox8.Items142"), - (object) componentResourceManager.GetString("ComboBox8.Items143"), - (object) componentResourceManager.GetString("ComboBox8.Items144"), - (object) componentResourceManager.GetString("ComboBox8.Items145"), - (object) componentResourceManager.GetString("ComboBox8.Items146"), - (object) componentResourceManager.GetString("ComboBox8.Items147"), - (object) componentResourceManager.GetString("ComboBox8.Items148"), - (object) componentResourceManager.GetString("ComboBox8.Items149"), - (object) componentResourceManager.GetString("ComboBox8.Items150"), - (object) componentResourceManager.GetString("ComboBox8.Items151"), - (object) componentResourceManager.GetString("ComboBox8.Items152"), - (object) componentResourceManager.GetString("ComboBox8.Items153"), - (object) componentResourceManager.GetString("ComboBox8.Items154"), - (object) componentResourceManager.GetString("ComboBox8.Items155"), - (object) componentResourceManager.GetString("ComboBox8.Items156"), - (object) componentResourceManager.GetString("ComboBox8.Items157"), - (object) componentResourceManager.GetString("ComboBox8.Items158"), - (object) componentResourceManager.GetString("ComboBox8.Items159"), - (object) componentResourceManager.GetString("ComboBox8.Items160"), - (object) componentResourceManager.GetString("ComboBox8.Items161"), - (object) componentResourceManager.GetString("ComboBox8.Items162"), - (object) componentResourceManager.GetString("ComboBox8.Items163"), - (object) componentResourceManager.GetString("ComboBox8.Items164"), - (object) componentResourceManager.GetString("ComboBox8.Items165"), - (object) componentResourceManager.GetString("ComboBox8.Items166"), - (object) componentResourceManager.GetString("ComboBox8.Items167"), - (object) componentResourceManager.GetString("ComboBox8.Items168"), - (object) componentResourceManager.GetString("ComboBox8.Items169"), - (object) componentResourceManager.GetString("ComboBox8.Items170"), - (object) componentResourceManager.GetString("ComboBox8.Items171"), - (object) componentResourceManager.GetString("ComboBox8.Items172"), - (object) componentResourceManager.GetString("ComboBox8.Items173"), - (object) componentResourceManager.GetString("ComboBox8.Items174"), - (object) componentResourceManager.GetString("ComboBox8.Items175"), - (object) componentResourceManager.GetString("ComboBox8.Items176"), - (object) componentResourceManager.GetString("ComboBox8.Items177"), - (object) componentResourceManager.GetString("ComboBox8.Items178"), - (object) componentResourceManager.GetString("ComboBox8.Items179"), - (object) componentResourceManager.GetString("ComboBox8.Items180"), - (object) componentResourceManager.GetString("ComboBox8.Items181"), - (object) componentResourceManager.GetString("ComboBox8.Items182"), - (object) componentResourceManager.GetString("ComboBox8.Items183"), - (object) componentResourceManager.GetString("ComboBox8.Items184"), - (object) componentResourceManager.GetString("ComboBox8.Items185"), - (object) componentResourceManager.GetString("ComboBox8.Items186"), - (object) componentResourceManager.GetString("ComboBox8.Items187"), - (object) componentResourceManager.GetString("ComboBox8.Items188"), - (object) componentResourceManager.GetString("ComboBox8.Items189"), - (object) componentResourceManager.GetString("ComboBox8.Items190"), - (object) componentResourceManager.GetString("ComboBox8.Items191"), - (object) componentResourceManager.GetString("ComboBox8.Items192"), - (object) componentResourceManager.GetString("ComboBox8.Items193"), - (object) componentResourceManager.GetString("ComboBox8.Items194"), - (object) componentResourceManager.GetString("ComboBox8.Items195"), - (object) componentResourceManager.GetString("ComboBox8.Items196"), - (object) componentResourceManager.GetString("ComboBox8.Items197"), - (object) componentResourceManager.GetString("ComboBox8.Items198"), - (object) componentResourceManager.GetString("ComboBox8.Items199"), - (object) componentResourceManager.GetString("ComboBox8.Items200"), - (object) componentResourceManager.GetString("ComboBox8.Items201"), - (object) componentResourceManager.GetString("ComboBox8.Items202"), - (object) componentResourceManager.GetString("ComboBox8.Items203"), - (object) componentResourceManager.GetString("ComboBox8.Items204"), - (object) componentResourceManager.GetString("ComboBox8.Items205"), - (object) componentResourceManager.GetString("ComboBox8.Items206"), - (object) componentResourceManager.GetString("ComboBox8.Items207"), - (object) componentResourceManager.GetString("ComboBox8.Items208"), - (object) componentResourceManager.GetString("ComboBox8.Items209"), - (object) componentResourceManager.GetString("ComboBox8.Items210"), - (object) componentResourceManager.GetString("ComboBox8.Items211"), - (object) componentResourceManager.GetString("ComboBox8.Items212"), - (object) componentResourceManager.GetString("ComboBox8.Items213"), - (object) componentResourceManager.GetString("ComboBox8.Items214"), - (object) componentResourceManager.GetString("ComboBox8.Items215"), - (object) componentResourceManager.GetString("ComboBox8.Items216"), - (object) componentResourceManager.GetString("ComboBox8.Items217"), - (object) componentResourceManager.GetString("ComboBox8.Items218"), - (object) componentResourceManager.GetString("ComboBox8.Items219"), - (object) componentResourceManager.GetString("ComboBox8.Items220"), - (object) componentResourceManager.GetString("ComboBox8.Items221"), - (object) componentResourceManager.GetString("ComboBox8.Items222"), - (object) componentResourceManager.GetString("ComboBox8.Items223"), - (object) componentResourceManager.GetString("ComboBox8.Items224"), - (object) componentResourceManager.GetString("ComboBox8.Items225"), - (object) componentResourceManager.GetString("ComboBox8.Items226"), - (object) componentResourceManager.GetString("ComboBox8.Items227"), - (object) componentResourceManager.GetString("ComboBox8.Items228"), - (object) componentResourceManager.GetString("ComboBox8.Items229"), - (object) componentResourceManager.GetString("ComboBox8.Items230"), - (object) componentResourceManager.GetString("ComboBox8.Items231"), - (object) componentResourceManager.GetString("ComboBox8.Items232"), - (object) componentResourceManager.GetString("ComboBox8.Items233"), - (object) componentResourceManager.GetString("ComboBox8.Items234"), - (object) componentResourceManager.GetString("ComboBox8.Items235"), - (object) componentResourceManager.GetString("ComboBox8.Items236"), - (object) componentResourceManager.GetString("ComboBox8.Items237"), - (object) componentResourceManager.GetString("ComboBox8.Items238"), - (object) componentResourceManager.GetString("ComboBox8.Items239"), - (object) componentResourceManager.GetString("ComboBox8.Items240"), - (object) componentResourceManager.GetString("ComboBox8.Items241"), - (object) componentResourceManager.GetString("ComboBox8.Items242"), - (object) componentResourceManager.GetString("ComboBox8.Items243"), - (object) componentResourceManager.GetString("ComboBox8.Items244"), - (object) componentResourceManager.GetString("ComboBox8.Items245"), - (object) componentResourceManager.GetString("ComboBox8.Items246"), - (object) componentResourceManager.GetString("ComboBox8.Items247"), - (object) componentResourceManager.GetString("ComboBox8.Items248"), - (object) componentResourceManager.GetString("ComboBox8.Items249"), - (object) componentResourceManager.GetString("ComboBox8.Items250"), - (object) componentResourceManager.GetString("ComboBox8.Items251"), - (object) componentResourceManager.GetString("ComboBox8.Items252"), - (object) componentResourceManager.GetString("ComboBox8.Items253"), - (object) componentResourceManager.GetString("ComboBox8.Items254"), - (object) componentResourceManager.GetString("ComboBox8.Items255") + componentResourceManager.GetString("ComboBox8.Items"), + componentResourceManager.GetString("ComboBox8.Items1"), + componentResourceManager.GetString("ComboBox8.Items2"), + componentResourceManager.GetString("ComboBox8.Items3"), + componentResourceManager.GetString("ComboBox8.Items4"), + componentResourceManager.GetString("ComboBox8.Items5"), + componentResourceManager.GetString("ComboBox8.Items6"), + componentResourceManager.GetString("ComboBox8.Items7"), + componentResourceManager.GetString("ComboBox8.Items8"), + componentResourceManager.GetString("ComboBox8.Items9"), + componentResourceManager.GetString("ComboBox8.Items10"), + componentResourceManager.GetString("ComboBox8.Items11"), + componentResourceManager.GetString("ComboBox8.Items12"), + componentResourceManager.GetString("ComboBox8.Items13"), + componentResourceManager.GetString("ComboBox8.Items14"), + componentResourceManager.GetString("ComboBox8.Items15"), + componentResourceManager.GetString("ComboBox8.Items16"), + componentResourceManager.GetString("ComboBox8.Items17"), + componentResourceManager.GetString("ComboBox8.Items18"), + componentResourceManager.GetString("ComboBox8.Items19"), + componentResourceManager.GetString("ComboBox8.Items20"), + componentResourceManager.GetString("ComboBox8.Items21"), + componentResourceManager.GetString("ComboBox8.Items22"), + componentResourceManager.GetString("ComboBox8.Items23"), + componentResourceManager.GetString("ComboBox8.Items24"), + componentResourceManager.GetString("ComboBox8.Items25"), + componentResourceManager.GetString("ComboBox8.Items26"), + componentResourceManager.GetString("ComboBox8.Items27"), + componentResourceManager.GetString("ComboBox8.Items28"), + componentResourceManager.GetString("ComboBox8.Items29"), + componentResourceManager.GetString("ComboBox8.Items30"), + componentResourceManager.GetString("ComboBox8.Items31"), + componentResourceManager.GetString("ComboBox8.Items32"), + componentResourceManager.GetString("ComboBox8.Items33"), + componentResourceManager.GetString("ComboBox8.Items34"), + componentResourceManager.GetString("ComboBox8.Items35"), + componentResourceManager.GetString("ComboBox8.Items36"), + componentResourceManager.GetString("ComboBox8.Items37"), + componentResourceManager.GetString("ComboBox8.Items38"), + componentResourceManager.GetString("ComboBox8.Items39"), + componentResourceManager.GetString("ComboBox8.Items40"), + componentResourceManager.GetString("ComboBox8.Items41"), + componentResourceManager.GetString("ComboBox8.Items42"), + componentResourceManager.GetString("ComboBox8.Items43"), + componentResourceManager.GetString("ComboBox8.Items44"), + componentResourceManager.GetString("ComboBox8.Items45"), + componentResourceManager.GetString("ComboBox8.Items46"), + componentResourceManager.GetString("ComboBox8.Items47"), + componentResourceManager.GetString("ComboBox8.Items48"), + componentResourceManager.GetString("ComboBox8.Items49"), + componentResourceManager.GetString("ComboBox8.Items50"), + componentResourceManager.GetString("ComboBox8.Items51"), + componentResourceManager.GetString("ComboBox8.Items52"), + componentResourceManager.GetString("ComboBox8.Items53"), + componentResourceManager.GetString("ComboBox8.Items54"), + componentResourceManager.GetString("ComboBox8.Items55"), + componentResourceManager.GetString("ComboBox8.Items56"), + componentResourceManager.GetString("ComboBox8.Items57"), + componentResourceManager.GetString("ComboBox8.Items58"), + componentResourceManager.GetString("ComboBox8.Items59"), + componentResourceManager.GetString("ComboBox8.Items60"), + componentResourceManager.GetString("ComboBox8.Items61"), + componentResourceManager.GetString("ComboBox8.Items62"), + componentResourceManager.GetString("ComboBox8.Items63"), + componentResourceManager.GetString("ComboBox8.Items64"), + componentResourceManager.GetString("ComboBox8.Items65"), + componentResourceManager.GetString("ComboBox8.Items66"), + componentResourceManager.GetString("ComboBox8.Items67"), + componentResourceManager.GetString("ComboBox8.Items68"), + componentResourceManager.GetString("ComboBox8.Items69"), + componentResourceManager.GetString("ComboBox8.Items70"), + componentResourceManager.GetString("ComboBox8.Items71"), + componentResourceManager.GetString("ComboBox8.Items72"), + componentResourceManager.GetString("ComboBox8.Items73"), + componentResourceManager.GetString("ComboBox8.Items74"), + componentResourceManager.GetString("ComboBox8.Items75"), + componentResourceManager.GetString("ComboBox8.Items76"), + componentResourceManager.GetString("ComboBox8.Items77"), + componentResourceManager.GetString("ComboBox8.Items78"), + componentResourceManager.GetString("ComboBox8.Items79"), + componentResourceManager.GetString("ComboBox8.Items80"), + componentResourceManager.GetString("ComboBox8.Items81"), + componentResourceManager.GetString("ComboBox8.Items82"), + componentResourceManager.GetString("ComboBox8.Items83"), + componentResourceManager.GetString("ComboBox8.Items84"), + componentResourceManager.GetString("ComboBox8.Items85"), + componentResourceManager.GetString("ComboBox8.Items86"), + componentResourceManager.GetString("ComboBox8.Items87"), + componentResourceManager.GetString("ComboBox8.Items88"), + componentResourceManager.GetString("ComboBox8.Items89"), + componentResourceManager.GetString("ComboBox8.Items90"), + componentResourceManager.GetString("ComboBox8.Items91"), + componentResourceManager.GetString("ComboBox8.Items92"), + componentResourceManager.GetString("ComboBox8.Items93"), + componentResourceManager.GetString("ComboBox8.Items94"), + componentResourceManager.GetString("ComboBox8.Items95"), + componentResourceManager.GetString("ComboBox8.Items96"), + componentResourceManager.GetString("ComboBox8.Items97"), + componentResourceManager.GetString("ComboBox8.Items98"), + componentResourceManager.GetString("ComboBox8.Items99"), + componentResourceManager.GetString("ComboBox8.Items100"), + componentResourceManager.GetString("ComboBox8.Items101"), + componentResourceManager.GetString("ComboBox8.Items102"), + componentResourceManager.GetString("ComboBox8.Items103"), + componentResourceManager.GetString("ComboBox8.Items104"), + componentResourceManager.GetString("ComboBox8.Items105"), + componentResourceManager.GetString("ComboBox8.Items106"), + componentResourceManager.GetString("ComboBox8.Items107"), + componentResourceManager.GetString("ComboBox8.Items108"), + componentResourceManager.GetString("ComboBox8.Items109"), + componentResourceManager.GetString("ComboBox8.Items110"), + componentResourceManager.GetString("ComboBox8.Items111"), + componentResourceManager.GetString("ComboBox8.Items112"), + componentResourceManager.GetString("ComboBox8.Items113"), + componentResourceManager.GetString("ComboBox8.Items114"), + componentResourceManager.GetString("ComboBox8.Items115"), + componentResourceManager.GetString("ComboBox8.Items116"), + componentResourceManager.GetString("ComboBox8.Items117"), + componentResourceManager.GetString("ComboBox8.Items118"), + componentResourceManager.GetString("ComboBox8.Items119"), + componentResourceManager.GetString("ComboBox8.Items120"), + componentResourceManager.GetString("ComboBox8.Items121"), + componentResourceManager.GetString("ComboBox8.Items122"), + componentResourceManager.GetString("ComboBox8.Items123"), + componentResourceManager.GetString("ComboBox8.Items124"), + componentResourceManager.GetString("ComboBox8.Items125"), + componentResourceManager.GetString("ComboBox8.Items126"), + componentResourceManager.GetString("ComboBox8.Items127"), + componentResourceManager.GetString("ComboBox8.Items128"), + componentResourceManager.GetString("ComboBox8.Items129"), + componentResourceManager.GetString("ComboBox8.Items130"), + componentResourceManager.GetString("ComboBox8.Items131"), + componentResourceManager.GetString("ComboBox8.Items132"), + componentResourceManager.GetString("ComboBox8.Items133"), + componentResourceManager.GetString("ComboBox8.Items134"), + componentResourceManager.GetString("ComboBox8.Items135"), + componentResourceManager.GetString("ComboBox8.Items136"), + componentResourceManager.GetString("ComboBox8.Items137"), + componentResourceManager.GetString("ComboBox8.Items138"), + componentResourceManager.GetString("ComboBox8.Items139"), + componentResourceManager.GetString("ComboBox8.Items140"), + componentResourceManager.GetString("ComboBox8.Items141"), + componentResourceManager.GetString("ComboBox8.Items142"), + componentResourceManager.GetString("ComboBox8.Items143"), + componentResourceManager.GetString("ComboBox8.Items144"), + componentResourceManager.GetString("ComboBox8.Items145"), + componentResourceManager.GetString("ComboBox8.Items146"), + componentResourceManager.GetString("ComboBox8.Items147"), + componentResourceManager.GetString("ComboBox8.Items148"), + componentResourceManager.GetString("ComboBox8.Items149"), + componentResourceManager.GetString("ComboBox8.Items150"), + componentResourceManager.GetString("ComboBox8.Items151"), + componentResourceManager.GetString("ComboBox8.Items152"), + componentResourceManager.GetString("ComboBox8.Items153"), + componentResourceManager.GetString("ComboBox8.Items154"), + componentResourceManager.GetString("ComboBox8.Items155"), + componentResourceManager.GetString("ComboBox8.Items156"), + componentResourceManager.GetString("ComboBox8.Items157"), + componentResourceManager.GetString("ComboBox8.Items158"), + componentResourceManager.GetString("ComboBox8.Items159"), + componentResourceManager.GetString("ComboBox8.Items160"), + componentResourceManager.GetString("ComboBox8.Items161"), + componentResourceManager.GetString("ComboBox8.Items162"), + componentResourceManager.GetString("ComboBox8.Items163"), + componentResourceManager.GetString("ComboBox8.Items164"), + componentResourceManager.GetString("ComboBox8.Items165"), + componentResourceManager.GetString("ComboBox8.Items166"), + componentResourceManager.GetString("ComboBox8.Items167"), + componentResourceManager.GetString("ComboBox8.Items168"), + componentResourceManager.GetString("ComboBox8.Items169"), + componentResourceManager.GetString("ComboBox8.Items170"), + componentResourceManager.GetString("ComboBox8.Items171"), + componentResourceManager.GetString("ComboBox8.Items172"), + componentResourceManager.GetString("ComboBox8.Items173"), + componentResourceManager.GetString("ComboBox8.Items174"), + componentResourceManager.GetString("ComboBox8.Items175"), + componentResourceManager.GetString("ComboBox8.Items176"), + componentResourceManager.GetString("ComboBox8.Items177"), + componentResourceManager.GetString("ComboBox8.Items178"), + componentResourceManager.GetString("ComboBox8.Items179"), + componentResourceManager.GetString("ComboBox8.Items180"), + componentResourceManager.GetString("ComboBox8.Items181"), + componentResourceManager.GetString("ComboBox8.Items182"), + componentResourceManager.GetString("ComboBox8.Items183"), + componentResourceManager.GetString("ComboBox8.Items184"), + componentResourceManager.GetString("ComboBox8.Items185"), + componentResourceManager.GetString("ComboBox8.Items186"), + componentResourceManager.GetString("ComboBox8.Items187"), + componentResourceManager.GetString("ComboBox8.Items188"), + componentResourceManager.GetString("ComboBox8.Items189"), + componentResourceManager.GetString("ComboBox8.Items190"), + componentResourceManager.GetString("ComboBox8.Items191"), + componentResourceManager.GetString("ComboBox8.Items192"), + componentResourceManager.GetString("ComboBox8.Items193"), + componentResourceManager.GetString("ComboBox8.Items194"), + componentResourceManager.GetString("ComboBox8.Items195"), + componentResourceManager.GetString("ComboBox8.Items196"), + componentResourceManager.GetString("ComboBox8.Items197"), + componentResourceManager.GetString("ComboBox8.Items198"), + componentResourceManager.GetString("ComboBox8.Items199"), + componentResourceManager.GetString("ComboBox8.Items200"), + componentResourceManager.GetString("ComboBox8.Items201"), + componentResourceManager.GetString("ComboBox8.Items202"), + componentResourceManager.GetString("ComboBox8.Items203"), + componentResourceManager.GetString("ComboBox8.Items204"), + componentResourceManager.GetString("ComboBox8.Items205"), + componentResourceManager.GetString("ComboBox8.Items206"), + componentResourceManager.GetString("ComboBox8.Items207"), + componentResourceManager.GetString("ComboBox8.Items208"), + componentResourceManager.GetString("ComboBox8.Items209"), + componentResourceManager.GetString("ComboBox8.Items210"), + componentResourceManager.GetString("ComboBox8.Items211"), + componentResourceManager.GetString("ComboBox8.Items212"), + componentResourceManager.GetString("ComboBox8.Items213"), + componentResourceManager.GetString("ComboBox8.Items214"), + componentResourceManager.GetString("ComboBox8.Items215"), + componentResourceManager.GetString("ComboBox8.Items216"), + componentResourceManager.GetString("ComboBox8.Items217"), + componentResourceManager.GetString("ComboBox8.Items218"), + componentResourceManager.GetString("ComboBox8.Items219"), + componentResourceManager.GetString("ComboBox8.Items220"), + componentResourceManager.GetString("ComboBox8.Items221"), + componentResourceManager.GetString("ComboBox8.Items222"), + componentResourceManager.GetString("ComboBox8.Items223"), + componentResourceManager.GetString("ComboBox8.Items224"), + componentResourceManager.GetString("ComboBox8.Items225"), + componentResourceManager.GetString("ComboBox8.Items226"), + componentResourceManager.GetString("ComboBox8.Items227"), + componentResourceManager.GetString("ComboBox8.Items228"), + componentResourceManager.GetString("ComboBox8.Items229"), + componentResourceManager.GetString("ComboBox8.Items230"), + componentResourceManager.GetString("ComboBox8.Items231"), + componentResourceManager.GetString("ComboBox8.Items232"), + componentResourceManager.GetString("ComboBox8.Items233"), + componentResourceManager.GetString("ComboBox8.Items234"), + componentResourceManager.GetString("ComboBox8.Items235"), + componentResourceManager.GetString("ComboBox8.Items236"), + componentResourceManager.GetString("ComboBox8.Items237"), + componentResourceManager.GetString("ComboBox8.Items238"), + componentResourceManager.GetString("ComboBox8.Items239"), + componentResourceManager.GetString("ComboBox8.Items240"), + componentResourceManager.GetString("ComboBox8.Items241"), + componentResourceManager.GetString("ComboBox8.Items242"), + componentResourceManager.GetString("ComboBox8.Items243"), + componentResourceManager.GetString("ComboBox8.Items244"), + componentResourceManager.GetString("ComboBox8.Items245"), + componentResourceManager.GetString("ComboBox8.Items246"), + componentResourceManager.GetString("ComboBox8.Items247"), + componentResourceManager.GetString("ComboBox8.Items248"), + componentResourceManager.GetString("ComboBox8.Items249"), + componentResourceManager.GetString("ComboBox8.Items250"), + componentResourceManager.GetString("ComboBox8.Items251"), + componentResourceManager.GetString("ComboBox8.Items252"), + componentResourceManager.GetString("ComboBox8.Items253"), + componentResourceManager.GetString("ComboBox8.Items254"), + componentResourceManager.GetString("ComboBox8.Items255") }); ComboBox8.Name = "ComboBox8"; - NumericUpDown8.AccessibleDescription = (string) null; - NumericUpDown8.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) NumericUpDown8, "NumericUpDown8"); - NumericUpDown8.Font = (Font) null; - NumericUpDown numericUpDown8 = NumericUpDown8; + NumericUpDown8.AccessibleDescription = null; + NumericUpDown8.AccessibleName = null; + componentResourceManager.ApplyResources(NumericUpDown8, "NumericUpDown8"); + NumericUpDown8.Font = null; + var numericUpDown8 = NumericUpDown8; num1 = new Decimal(new int[4] { - (int) byte.MaxValue, + byte.MaxValue, 0, 0, 0 }); - Decimal num9 = num1; + var num9 = num1; numericUpDown8.Maximum = num9; NumericUpDown8.Name = "NumericUpDown8"; - Label15.AccessibleDescription = (string) null; - Label15.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label15, "Label15"); - Label15.Font = (Font) null; + Label15.AccessibleDescription = null; + Label15.AccessibleName = null; + componentResourceManager.ApplyResources(Label15, "Label15"); + Label15.Font = null; Label15.Name = "Label15"; - Label16.AccessibleDescription = (string) null; - Label16.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label16, "Label16"); - Label16.Font = (Font) null; + Label16.AccessibleDescription = null; + Label16.AccessibleName = null; + componentResourceManager.ApplyResources(Label16, "Label16"); + Label16.Font = null; Label16.Name = "Label16"; - DataGridView8.AccessibleDescription = (string) null; - DataGridView8.AccessibleName = (string) null; + DataGridView8.AccessibleDescription = null; + DataGridView8.AccessibleName = null; DataGridView8.AllowUserToAddRows = false; DataGridView8.AllowUserToDeleteRows = false; DataGridView8.AllowUserToResizeColumns = false; DataGridView8.AllowUserToResizeRows = false; gridViewCellStyle29.Alignment = DataGridViewContentAlignment.MiddleCenter; DataGridView8.AlternatingRowsDefaultCellStyle = gridViewCellStyle29; - componentResourceManager.ApplyResources((object) DataGridView8, "DataGridView8"); - DataGridView8.BackgroundImage = (Image) null; + componentResourceManager.ApplyResources(DataGridView8, "DataGridView8"); + DataGridView8.BackgroundImage = null; gridViewCellStyle30.Alignment = DataGridViewContentAlignment.MiddleCenter; gridViewCellStyle30.BackColor = SystemColors.Control; - gridViewCellStyle30.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, (byte) 134); + gridViewCellStyle30.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, 134); gridViewCellStyle30.ForeColor = SystemColors.WindowText; gridViewCellStyle30.SelectionBackColor = SystemColors.Highlight; gridViewCellStyle30.SelectionForeColor = SystemColors.HighlightText; gridViewCellStyle30.WrapMode = DataGridViewTriState.True; DataGridView8.ColumnHeadersDefaultCellStyle = gridViewCellStyle30; DataGridView8.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.DisableResizing; - DataGridView8.Columns.AddRange((DataGridViewColumn) Column1_8, (DataGridViewColumn) Column2_8); - DataGridView8.Font = (Font) null; + DataGridView8.Columns.AddRange(Column1_8, Column2_8); + DataGridView8.Font = null; DataGridView8.Name = "DataGridView8"; gridViewCellStyle31.Alignment = DataGridViewContentAlignment.MiddleCenter; gridViewCellStyle31.BackColor = SystemColors.Control; - gridViewCellStyle31.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, (byte) 134); + gridViewCellStyle31.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, 134); gridViewCellStyle31.ForeColor = SystemColors.WindowText; gridViewCellStyle31.SelectionBackColor = SystemColors.Highlight; gridViewCellStyle31.SelectionForeColor = SystemColors.HighlightText; @@ -3098,45 +3098,45 @@ namespace HPG_68D DataGridView8.RowTemplate.Height = 23; Column1_8.AutoSizeMode = DataGridViewAutoSizeColumnMode.None; Column1_8.DisplayStyle = DataGridViewComboBoxDisplayStyle.Nothing; - componentResourceManager.ApplyResources((object) Column1_8, "Column1_8"); - Column1_8.Items.AddRange((object) "无", (object) "400", (object) "410", (object) "420", (object) "430", (object) "440", (object) "450", (object) "460", (object) "470", (object) "480", (object) "490", (object) "500", (object) "510", (object) "520", (object) "530", (object) "540", (object) "550", (object) "560", (object) "570", (object) "580", (object) "590", (object) "600", (object) "610", (object) "620", (object) "630", (object) "640", (object) "650", (object) "660", (object) "670", (object) "680", (object) "690", (object) "700", (object) "710", (object) "720", (object) "730", (object) "740", (object) "750", (object) "760", (object) "770", (object) "780", (object) "790", (object) "800", (object) "810", (object) "820", (object) "830", (object) "840", (object) "850", (object) "860", (object) "870", (object) "880", (object) "890", (object) "900", (object) "910", (object) "920", (object) "930", (object) "940", (object) "950", (object) "960", (object) "970", (object) "980", (object) "990", (object) "1000", (object) "1010", (object) "1020", (object) "1030", (object) "1040", (object) "1050", (object) "1060", (object) "1070", (object) "1080", (object) "1090", (object) "1100", (object) "1110", (object) "1120", (object) "1130", (object) "1140", (object) "1150", (object) "1160", (object) "1170", (object) "1180", (object) "1190", (object) "1200", (object) "1210", (object) "1220", (object) "1230", (object) "1240", (object) "1250", (object) "1260", (object) "1270", (object) "1280", (object) "1290", (object) "1300", (object) "1310", (object) "1320", (object) "1330", (object) "1340", (object) "1350", (object) "1360", (object) "1370", (object) "1380", (object) "1390", (object) "1400", (object) "1410", (object) "1420", (object) "1430", (object) "1440", (object) "1450", (object) "1460", (object) "1470", (object) "1480", (object) "1490", (object) "1500", (object) "1510", (object) "1520", (object) "1530", (object) "1540", (object) "1550", (object) "1560", (object) "1570", (object) "1580", (object) "1590", (object) "1600", (object) "1610", (object) "1620", (object) "1630", (object) "1640", (object) "1650", (object) "1660", (object) "1670", (object) "1680", (object) "1690", (object) "1700", (object) "1710", (object) "1720", (object) "1730", (object) "1740", (object) "1750", (object) "1760", (object) "1770", (object) "1780", (object) "1790", (object) "1800", (object) "1810", (object) "1820", (object) "1830", (object) "1840", (object) "1850", (object) "1860", (object) "1870", (object) "1880", (object) "1890", (object) "1900", (object) "1910", (object) "1920", (object) "1930", (object) "1940", (object) "1950", (object) "1960", (object) "1970", (object) "1980", (object) "1990", (object) "2000", (object) "2010", (object) "2020", (object) "2030", (object) "2040", (object) "2050", (object) "2060", (object) "2070", (object) "2080", (object) "2090", (object) "2100", (object) "2110", (object) "2120", (object) "2130", (object) "2140", (object) "2150", (object) "2160", (object) "2170", (object) "2180", (object) "2190", (object) "2200", (object) "2210", (object) "2220", (object) "2230", (object) "2240", (object) "2250", (object) "2260", (object) "2270", (object) "2280", (object) "2290", (object) "2300", (object) "2310", (object) "2320", (object) "2330", (object) "2340", (object) "2350", (object) "2360", (object) "2370", (object) "2380", (object) "2390", (object) "2400", (object) "2410", (object) "2420", (object) "2430", (object) "2440", (object) "2450", (object) "2460", (object) "2470", (object) "2480", (object) "2490", (object) "2500"); + componentResourceManager.ApplyResources(Column1_8, "Column1_8"); + Column1_8.Items.AddRange("无", "400", "410", "420", "430", "440", "450", "460", "470", "480", "490", "500", "510", "520", "530", "540", "550", "560", "570", "580", "590", "600", "610", "620", "630", "640", "650", "660", "670", "680", "690", "700", "710", "720", "730", "740", "750", "760", "770", "780", "790", "800", "810", "820", "830", "840", "850", "860", "870", "880", "890", "900", "910", "920", "930", "940", "950", "960", "970", "980", "990", "1000", "1010", "1020", "1030", "1040", "1050", "1060", "1070", "1080", "1090", "1100", "1110", "1120", "1130", "1140", "1150", "1160", "1170", "1180", "1190", "1200", "1210", "1220", "1230", "1240", "1250", "1260", "1270", "1280", "1290", "1300", "1310", "1320", "1330", "1340", "1350", "1360", "1370", "1380", "1390", "1400", "1410", "1420", "1430", "1440", "1450", "1460", "1470", "1480", "1490", "1500", "1510", "1520", "1530", "1540", "1550", "1560", "1570", "1580", "1590", "1600", "1610", "1620", "1630", "1640", "1650", "1660", "1670", "1680", "1690", "1700", "1710", "1720", "1730", "1740", "1750", "1760", "1770", "1780", "1790", "1800", "1810", "1820", "1830", "1840", "1850", "1860", "1870", "1880", "1890", "1900", "1910", "1920", "1930", "1940", "1950", "1960", "1970", "1980", "1990", "2000", "2010", "2020", "2030", "2040", "2050", "2060", "2070", "2080", "2090", "2100", "2110", "2120", "2130", "2140", "2150", "2160", "2170", "2180", "2190", "2200", "2210", "2220", "2230", "2240", "2250", "2260", "2270", "2280", "2290", "2300", "2310", "2320", "2330", "2340", "2350", "2360", "2370", "2380", "2390", "2400", "2410", "2420", "2430", "2440", "2450", "2460", "2470", "2480", "2490", "2500"); Column1_8.Name = "Column1_8"; Column1_8.Resizable = DataGridViewTriState.True; Column2_8.DisplayStyle = DataGridViewComboBoxDisplayStyle.Nothing; - componentResourceManager.ApplyResources((object) Column2_8, "Column2_8"); - Column2_8.Items.AddRange((object) "0", (object) "10", (object) "20", (object) "30", (object) "40", (object) "50", (object) "60", (object) "70", (object) "80", (object) "90", (object) "100", (object) "110", (object) "120", (object) "130", (object) "140", (object) "150", (object) "160", (object) "170", (object) "180", (object) "190", (object) "200", (object) "210", (object) "220", (object) "230", (object) "240", (object) "250", (object) "260", (object) "270", (object) "280", (object) "290", (object) "300", (object) "310", (object) "320", (object) "330", (object) "340", (object) "350", (object) "360", (object) "370", (object) "380", (object) "390", (object) "400", (object) "410", (object) "420", (object) "430", (object) "440", (object) "450", (object) "460", (object) "470", (object) "480", (object) "490", (object) "500", (object) "510", (object) "520", (object) "530", (object) "540", (object) "550", (object) "560", (object) "570", (object) "580", (object) "590", (object) "600", (object) "610", (object) "620", (object) "630", (object) "640", (object) "650", (object) "660", (object) "670", (object) "680", (object) "690", (object) "700", (object) "710", (object) "720", (object) "730", (object) "740", (object) "750", (object) "760", (object) "770", (object) "780", (object) "790", (object) "800", (object) "810", (object) "820", (object) "830", (object) "840", (object) "850", (object) "860", (object) "870", (object) "880", (object) "890", (object) "900", (object) "910", (object) "920", (object) "930", (object) "940", (object) "950", (object) "960", (object) "970", (object) "980", (object) "990", (object) "1000", (object) "1010", (object) "1020", (object) "1030", (object) "1040", (object) "1050", (object) "1060", (object) "1070", (object) "1080", (object) "1090", (object) "1100", (object) "1110", (object) "1120", (object) "1130", (object) "1140", (object) "1150", (object) "1160", (object) "1170", (object) "1180", (object) "1190", (object) "1200", (object) "1210", (object) "1220", (object) "1230", (object) "1240", (object) "1250", (object) "1260", (object) "1270", (object) "1280", (object) "1290", (object) "1300", (object) "1310", (object) "1320", (object) "1330", (object) "1340", (object) "1350", (object) "1360", (object) "1370", (object) "1380", (object) "1390", (object) "1400", (object) "1410", (object) "1420", (object) "1430", (object) "1440", (object) "1450", (object) "1460", (object) "1470", (object) "1480", (object) "1490", (object) "1500", (object) "1510", (object) "1520", (object) "1530", (object) "1540", (object) "1550", (object) "1560", (object) "1570", (object) "1580", (object) "1590", (object) "1600", (object) "1610", (object) "1620", (object) "1630", (object) "1640", (object) "1650", (object) "1660", (object) "1670", (object) "1680", (object) "1690", (object) "1700", (object) "1710", (object) "1720", (object) "1730", (object) "1740", (object) "1750", (object) "1760", (object) "1770", (object) "1780", (object) "1790", (object) "1800", (object) "1810", (object) "1820", (object) "1830", (object) "1840", (object) "1850", (object) "1860", (object) "1870", (object) "1880", (object) "1890", (object) "1900", (object) "1910", (object) "1920", (object) "1930", (object) "1940", (object) "1950", (object) "1960", (object) "1970", (object) "1980", (object) "1990", (object) "2000", (object) "2010", (object) "2020", (object) "2030", (object) "2040", (object) "2050", (object) "2060", (object) "2070", (object) "2080", (object) "2090", (object) "2100", (object) "2110", (object) "2120", (object) "2130", (object) "2140", (object) "2150", (object) "2160", (object) "2170", (object) "2180", (object) "2190", (object) "2200", (object) "2210", (object) "2220", (object) "2230", (object) "2240", (object) "2250", (object) "2260", (object) "2270", (object) "2280", (object) "2290", (object) "2300", (object) "2310", (object) "2320", (object) "2330", (object) "2340", (object) "2350", (object) "2360", (object) "2370", (object) "2380", (object) "2390", (object) "2400", (object) "2410", (object) "2420", (object) "2430", (object) "2440", (object) "2450", (object) "2460", (object) "2470", (object) "2480", (object) "2490", (object) "2500"); + componentResourceManager.ApplyResources(Column2_8, "Column2_8"); + Column2_8.Items.AddRange("0", "10", "20", "30", "40", "50", "60", "70", "80", "90", "100", "110", "120", "130", "140", "150", "160", "170", "180", "190", "200", "210", "220", "230", "240", "250", "260", "270", "280", "290", "300", "310", "320", "330", "340", "350", "360", "370", "380", "390", "400", "410", "420", "430", "440", "450", "460", "470", "480", "490", "500", "510", "520", "530", "540", "550", "560", "570", "580", "590", "600", "610", "620", "630", "640", "650", "660", "670", "680", "690", "700", "710", "720", "730", "740", "750", "760", "770", "780", "790", "800", "810", "820", "830", "840", "850", "860", "870", "880", "890", "900", "910", "920", "930", "940", "950", "960", "970", "980", "990", "1000", "1010", "1020", "1030", "1040", "1050", "1060", "1070", "1080", "1090", "1100", "1110", "1120", "1130", "1140", "1150", "1160", "1170", "1180", "1190", "1200", "1210", "1220", "1230", "1240", "1250", "1260", "1270", "1280", "1290", "1300", "1310", "1320", "1330", "1340", "1350", "1360", "1370", "1380", "1390", "1400", "1410", "1420", "1430", "1440", "1450", "1460", "1470", "1480", "1490", "1500", "1510", "1520", "1530", "1540", "1550", "1560", "1570", "1580", "1590", "1600", "1610", "1620", "1630", "1640", "1650", "1660", "1670", "1680", "1690", "1700", "1710", "1720", "1730", "1740", "1750", "1760", "1770", "1780", "1790", "1800", "1810", "1820", "1830", "1840", "1850", "1860", "1870", "1880", "1890", "1900", "1910", "1920", "1930", "1940", "1950", "1960", "1970", "1980", "1990", "2000", "2010", "2020", "2030", "2040", "2050", "2060", "2070", "2080", "2090", "2100", "2110", "2120", "2130", "2140", "2150", "2160", "2170", "2180", "2190", "2200", "2210", "2220", "2230", "2240", "2250", "2260", "2270", "2280", "2290", "2300", "2310", "2320", "2330", "2340", "2350", "2360", "2370", "2380", "2390", "2400", "2410", "2420", "2430", "2440", "2450", "2460", "2470", "2480", "2490", "2500"); Column2_8.Name = "Column2_8"; - Button3.AccessibleDescription = (string) null; - Button3.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Button3, "Button3"); - Button3.BackgroundImage = (Image) null; - Button3.Font = (Font) null; + Button3.AccessibleDescription = null; + Button3.AccessibleName = null; + componentResourceManager.ApplyResources(Button3, "Button3"); + Button3.BackgroundImage = null; + Button3.Font = null; Button3.Name = "Button3"; Button3.UseVisualStyleBackColor = true; - Button2.AccessibleDescription = (string) null; - Button2.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Button2, "Button2"); - Button2.BackgroundImage = (Image) null; - Button2.Font = (Font) null; + Button2.AccessibleDescription = null; + Button2.AccessibleName = null; + componentResourceManager.ApplyResources(Button2, "Button2"); + Button2.BackgroundImage = null; + Button2.Font = null; Button2.Name = "Button2"; Button2.UseVisualStyleBackColor = true; - Button1.AccessibleDescription = (string) null; - Button1.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Button1, "Button1"); - Button1.BackgroundImage = (Image) null; - Button1.Font = (Font) null; + Button1.AccessibleDescription = null; + Button1.AccessibleName = null; + componentResourceManager.ApplyResources(Button1, "Button1"); + Button1.BackgroundImage = null; + Button1.Font = null; Button1.Name = "Button1"; Button1.UseVisualStyleBackColor = true; - AccessibleDescription = (string) null; - AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) this, "$this"); + AccessibleDescription = null; + AccessibleName = null; + componentResourceManager.ApplyResources(this, "$this"); AutoScaleMode = AutoScaleMode.Font; - BackgroundImage = (Image) null; - Controls.Add((Control) Button3); - Controls.Add((Control) Button2); - Controls.Add((Control) Button1); - Controls.Add((Control) TabControl1); - Font = (Font) null; + BackgroundImage = null; + Controls.Add(Button3); + Controls.Add(Button2); + Controls.Add(Button1); + Controls.Add(TabControl1); + Font = null; Name = nameof (BeepForm); TabControl1.ResumeLayout(false); TabPage1.ResumeLayout(false); @@ -3862,130 +3862,130 @@ namespace HPG_68D DataGridView6.EndEdit(); DataGridView7.EndEdit(); DataGridView8.EndEdit(); - int num1 = 4608; + var num1 = 4608; publicva.EEPROM_Byte[checked (num1 + 0)] = checked ((byte) ComboBox1.SelectedIndex); publicva.EEPROM_Byte[checked (num1 + 1)] = Convert.ToByte(NumericUpDown1.Value); - publicva.BeepFlag[0] = (byte) 0; - int rowIndex1 = 0; + publicva.BeepFlag[0] = 0; + var rowIndex1 = 0; do { publicva.EEPROM_Byte[checked (num1 + 2 + rowIndex1 * 2)] = checked ((byte) Column1_1.Items.IndexOf(RuntimeHelpers.GetObjectValue(DataGridView1["Column1_1", rowIndex1].Value))); - if (publicva.EEPROM_Byte[checked (num1 + 2 + rowIndex1 * 2)] != (byte) 0) - publicva.EEPROM_Byte[checked (num1 + 2 + rowIndex1 * 2)] = Conversions.ToByte(Operators.IntDivideObject(DataGridView1["Column1_1", rowIndex1].Value, (object) 10)); - if (publicva.EEPROM_Byte[checked (num1 + 2 + rowIndex1)] != (byte) 0) - publicva.BeepFlag[0] = (byte) 1; + if (publicva.EEPROM_Byte[checked (num1 + 2 + rowIndex1 * 2)] != 0) + publicva.EEPROM_Byte[checked (num1 + 2 + rowIndex1 * 2)] = Conversions.ToByte(Operators.IntDivideObject(DataGridView1["Column1_1", rowIndex1].Value, 10)); + if (publicva.EEPROM_Byte[checked (num1 + 2 + rowIndex1)] != 0) + publicva.BeepFlag[0] = 1; publicva.EEPROM_Byte[checked (num1 + 3 + rowIndex1 * 2)] = checked ((byte) Column2_1.Items.IndexOf(RuntimeHelpers.GetObjectValue(DataGridView1["Column2_1", rowIndex1].Value))); checked { ++rowIndex1; } } while (rowIndex1 <= 13); - int num2 = 4640; + var num2 = 4640; publicva.EEPROM_Byte[checked (num2 + 0)] = checked ((byte) ComboBox2.SelectedIndex); publicva.EEPROM_Byte[checked (num2 + 1)] = Convert.ToByte(NumericUpDown2.Value); - publicva.BeepFlag[1] = (byte) 0; - int rowIndex2 = 0; + publicva.BeepFlag[1] = 0; + var rowIndex2 = 0; do { publicva.EEPROM_Byte[checked (num2 + 2 + rowIndex2 * 2)] = checked ((byte) Column1_2.Items.IndexOf(RuntimeHelpers.GetObjectValue(DataGridView2["Column1_2", rowIndex2].Value))); - if (publicva.EEPROM_Byte[checked (num2 + 2 + rowIndex2 * 2)] != (byte) 0) - publicva.EEPROM_Byte[checked (num2 + 2 + rowIndex2 * 2)] = Conversions.ToByte(Operators.IntDivideObject(DataGridView2["Column1_2", rowIndex2].Value, (object) 10)); - if (publicva.EEPROM_Byte[checked (num2 + 2 + rowIndex2)] != (byte) 0) - publicva.BeepFlag[1] = (byte) 1; + if (publicva.EEPROM_Byte[checked (num2 + 2 + rowIndex2 * 2)] != 0) + publicva.EEPROM_Byte[checked (num2 + 2 + rowIndex2 * 2)] = Conversions.ToByte(Operators.IntDivideObject(DataGridView2["Column1_2", rowIndex2].Value, 10)); + if (publicva.EEPROM_Byte[checked (num2 + 2 + rowIndex2)] != 0) + publicva.BeepFlag[1] = 1; publicva.EEPROM_Byte[checked (num2 + 3 + rowIndex2 * 2)] = checked ((byte) Column2_2.Items.IndexOf(RuntimeHelpers.GetObjectValue(DataGridView2["Column2_2", rowIndex2].Value))); checked { ++rowIndex2; } } while (rowIndex2 <= 13); - int num3 = 4672; + var num3 = 4672; publicva.EEPROM_Byte[checked (num3 + 0)] = checked ((byte) ComboBox3.SelectedIndex); publicva.EEPROM_Byte[checked (num3 + 1)] = Convert.ToByte(NumericUpDown3.Value); - publicva.BeepFlag[2] = (byte) 0; - int rowIndex3 = 0; + publicva.BeepFlag[2] = 0; + var rowIndex3 = 0; do { publicva.EEPROM_Byte[checked (num3 + 2 + rowIndex3 * 2)] = checked ((byte) Column1_3.Items.IndexOf(RuntimeHelpers.GetObjectValue(DataGridView3["Column1_3", rowIndex3].Value))); - if (publicva.EEPROM_Byte[checked (num3 + 2 + rowIndex3 * 2)] != (byte) 0) - publicva.EEPROM_Byte[checked (num3 + 2 + rowIndex3 * 2)] = Conversions.ToByte(Operators.IntDivideObject(DataGridView3["Column1_3", rowIndex3].Value, (object) 10)); - if (publicva.EEPROM_Byte[checked (num3 + 2 + rowIndex3)] != (byte) 0) - publicva.BeepFlag[2] = (byte) 1; + if (publicva.EEPROM_Byte[checked (num3 + 2 + rowIndex3 * 2)] != 0) + publicva.EEPROM_Byte[checked (num3 + 2 + rowIndex3 * 2)] = Conversions.ToByte(Operators.IntDivideObject(DataGridView3["Column1_3", rowIndex3].Value, 10)); + if (publicva.EEPROM_Byte[checked (num3 + 2 + rowIndex3)] != 0) + publicva.BeepFlag[2] = 1; publicva.EEPROM_Byte[checked (num3 + 3 + rowIndex3 * 2)] = checked ((byte) Column2_3.Items.IndexOf(RuntimeHelpers.GetObjectValue(DataGridView3["Column2_3", rowIndex3].Value))); checked { ++rowIndex3; } } while (rowIndex3 <= 13); - int num4 = 4704; + var num4 = 4704; publicva.EEPROM_Byte[checked (num4 + 0)] = checked ((byte) ComboBox4.SelectedIndex); publicva.EEPROM_Byte[checked (num4 + 1)] = Convert.ToByte(NumericUpDown4.Value); - publicva.BeepFlag[3] = (byte) 0; - int rowIndex4 = 0; + publicva.BeepFlag[3] = 0; + var rowIndex4 = 0; do { publicva.EEPROM_Byte[checked (num4 + 2 + rowIndex4 * 2)] = checked ((byte) Column1_4.Items.IndexOf(RuntimeHelpers.GetObjectValue(DataGridView4["Column1_4", rowIndex4].Value))); - if (publicva.EEPROM_Byte[checked (num4 + 2 + rowIndex4 * 2)] != (byte) 0) - publicva.EEPROM_Byte[checked (num4 + 2 + rowIndex4 * 2)] = Conversions.ToByte(Operators.IntDivideObject(DataGridView4["Column1_4", rowIndex4].Value, (object) 10)); - if (publicva.EEPROM_Byte[checked (num4 + 2 + rowIndex4)] != (byte) 0) - publicva.BeepFlag[3] = (byte) 1; + if (publicva.EEPROM_Byte[checked (num4 + 2 + rowIndex4 * 2)] != 0) + publicva.EEPROM_Byte[checked (num4 + 2 + rowIndex4 * 2)] = Conversions.ToByte(Operators.IntDivideObject(DataGridView4["Column1_4", rowIndex4].Value, 10)); + if (publicva.EEPROM_Byte[checked (num4 + 2 + rowIndex4)] != 0) + publicva.BeepFlag[3] = 1; publicva.EEPROM_Byte[checked (num4 + 3 + rowIndex4 * 2)] = checked ((byte) Column2_4.Items.IndexOf(RuntimeHelpers.GetObjectValue(DataGridView4["Column2_4", rowIndex4].Value))); checked { ++rowIndex4; } } while (rowIndex4 <= 13); - int num5 = 4736; + var num5 = 4736; publicva.EEPROM_Byte[checked (num5 + 0)] = checked ((byte) ComboBox5.SelectedIndex); publicva.EEPROM_Byte[checked (num5 + 1)] = Convert.ToByte(NumericUpDown5.Value); - publicva.BeepFlag[4] = (byte) 0; - int rowIndex5 = 0; + publicva.BeepFlag[4] = 0; + var rowIndex5 = 0; do { publicva.EEPROM_Byte[checked (num5 + 2 + rowIndex5 * 2)] = checked ((byte) Column1_5.Items.IndexOf(RuntimeHelpers.GetObjectValue(DataGridView5["Column1_5", rowIndex5].Value))); - if (publicva.EEPROM_Byte[checked (num5 + 2 + rowIndex5 * 2)] != (byte) 0) - publicva.EEPROM_Byte[checked (num5 + 2 + rowIndex5 * 2)] = Conversions.ToByte(Operators.IntDivideObject(DataGridView5["Column1_5", rowIndex5].Value, (object) 10)); - if (publicva.EEPROM_Byte[checked (num5 + 2 + rowIndex5)] != (byte) 0) - publicva.BeepFlag[4] = (byte) 1; + if (publicva.EEPROM_Byte[checked (num5 + 2 + rowIndex5 * 2)] != 0) + publicva.EEPROM_Byte[checked (num5 + 2 + rowIndex5 * 2)] = Conversions.ToByte(Operators.IntDivideObject(DataGridView5["Column1_5", rowIndex5].Value, 10)); + if (publicva.EEPROM_Byte[checked (num5 + 2 + rowIndex5)] != 0) + publicva.BeepFlag[4] = 1; publicva.EEPROM_Byte[checked (num5 + 3 + rowIndex5 * 2)] = checked ((byte) Column2_5.Items.IndexOf(RuntimeHelpers.GetObjectValue(DataGridView5["Column2_5", rowIndex5].Value))); checked { ++rowIndex5; } } while (rowIndex5 <= 13); - int num6 = 4768; + var num6 = 4768; publicva.EEPROM_Byte[checked (num6 + 0)] = checked ((byte) ComboBox6.SelectedIndex); publicva.EEPROM_Byte[checked (num6 + 1)] = Convert.ToByte(NumericUpDown6.Value); - publicva.BeepFlag[5] = (byte) 0; - int rowIndex6 = 0; + publicva.BeepFlag[5] = 0; + var rowIndex6 = 0; do { publicva.EEPROM_Byte[checked (num6 + 2 + rowIndex6 * 2)] = checked ((byte) Column1_6.Items.IndexOf(RuntimeHelpers.GetObjectValue(DataGridView6["Column1_6", rowIndex6].Value))); - if (publicva.EEPROM_Byte[checked (num6 + 2 + rowIndex6 * 2)] != (byte) 0) - publicva.EEPROM_Byte[checked (num6 + 2 + rowIndex6 * 2)] = Conversions.ToByte(Operators.IntDivideObject(DataGridView6["Column1_6", rowIndex6].Value, (object) 10)); - if (publicva.EEPROM_Byte[checked (num6 + 2 + rowIndex6)] != (byte) 0) - publicva.BeepFlag[5] = (byte) 1; + if (publicva.EEPROM_Byte[checked (num6 + 2 + rowIndex6 * 2)] != 0) + publicva.EEPROM_Byte[checked (num6 + 2 + rowIndex6 * 2)] = Conversions.ToByte(Operators.IntDivideObject(DataGridView6["Column1_6", rowIndex6].Value, 10)); + if (publicva.EEPROM_Byte[checked (num6 + 2 + rowIndex6)] != 0) + publicva.BeepFlag[5] = 1; publicva.EEPROM_Byte[checked (num6 + 3 + rowIndex6 * 2)] = checked ((byte) Column2_6.Items.IndexOf(RuntimeHelpers.GetObjectValue(DataGridView6["Column2_6", rowIndex6].Value))); checked { ++rowIndex6; } } while (rowIndex6 <= 13); - int num7 = 4800; + var num7 = 4800; publicva.EEPROM_Byte[checked (num7 + 0)] = checked ((byte) ComboBox7.SelectedIndex); publicva.EEPROM_Byte[checked (num7 + 1)] = Convert.ToByte(NumericUpDown7.Value); - publicva.BeepFlag[6] = (byte) 0; - int rowIndex7 = 0; + publicva.BeepFlag[6] = 0; + var rowIndex7 = 0; do { publicva.EEPROM_Byte[checked (num7 + 2 + rowIndex7 * 2)] = checked ((byte) Column1_7.Items.IndexOf(RuntimeHelpers.GetObjectValue(DataGridView7["Column1_7", rowIndex7].Value))); - if (publicva.EEPROM_Byte[checked (num7 + 2 + rowIndex7 * 2)] != (byte) 0) - publicva.EEPROM_Byte[checked (num7 + 2 + rowIndex7 * 2)] = Conversions.ToByte(Operators.IntDivideObject(DataGridView7["Column1_7", rowIndex7].Value, (object) 10)); - if (publicva.EEPROM_Byte[checked (num7 + 2 + rowIndex7)] != (byte) 0) - publicva.BeepFlag[6] = (byte) 1; + if (publicva.EEPROM_Byte[checked (num7 + 2 + rowIndex7 * 2)] != 0) + publicva.EEPROM_Byte[checked (num7 + 2 + rowIndex7 * 2)] = Conversions.ToByte(Operators.IntDivideObject(DataGridView7["Column1_7", rowIndex7].Value, 10)); + if (publicva.EEPROM_Byte[checked (num7 + 2 + rowIndex7)] != 0) + publicva.BeepFlag[6] = 1; publicva.EEPROM_Byte[checked (num7 + 3 + rowIndex7 * 2)] = checked ((byte) Column2_7.Items.IndexOf(RuntimeHelpers.GetObjectValue(DataGridView7["Column2_7", rowIndex7].Value))); checked { ++rowIndex7; } } while (rowIndex7 <= 13); - int num8 = 4832; + var num8 = 4832; publicva.EEPROM_Byte[checked (num8 + 0)] = checked ((byte) ComboBox8.SelectedIndex); publicva.EEPROM_Byte[checked (num8 + 1)] = Convert.ToByte(NumericUpDown8.Value); - publicva.BeepFlag[7] = (byte) 0; - int rowIndex8 = 0; + publicva.BeepFlag[7] = 0; + var rowIndex8 = 0; do { publicva.EEPROM_Byte[checked (num8 + 2 + rowIndex8 * 2)] = checked ((byte) Column1_8.Items.IndexOf(RuntimeHelpers.GetObjectValue(DataGridView8["Column1_8", rowIndex8].Value))); - if (publicva.EEPROM_Byte[checked (num8 + 2 + rowIndex8 * 2)] != (byte) 0) - publicva.EEPROM_Byte[checked (num8 + 2 + rowIndex8 * 2)] = Conversions.ToByte(Operators.IntDivideObject(DataGridView8["Column1_8", rowIndex8].Value, (object) 10)); - if (publicva.EEPROM_Byte[checked (num8 + 2 + rowIndex8)] != (byte) 0) - publicva.BeepFlag[7] = (byte) 1; + if (publicva.EEPROM_Byte[checked (num8 + 2 + rowIndex8 * 2)] != 0) + publicva.EEPROM_Byte[checked (num8 + 2 + rowIndex8 * 2)] = Conversions.ToByte(Operators.IntDivideObject(DataGridView8["Column1_8", rowIndex8].Value, 10)); + if (publicva.EEPROM_Byte[checked (num8 + 2 + rowIndex8)] != 0) + publicva.BeepFlag[7] = 1; publicva.EEPROM_Byte[checked (num8 + 3 + rowIndex8 * 2)] = checked ((byte) Column2_8.Items.IndexOf(RuntimeHelpers.GetObjectValue(DataGridView8["Column2_8", rowIndex8].Value))); checked { ++rowIndex8; } } @@ -4004,44 +4004,44 @@ namespace HPG_68D MyProject.Forms.MDIParent1.提示音AToolStripMenuItem.Checked = true; DataGridView1.RowCount = 14; if (Operators.CompareString(publicva.Language, "zh-CN", false) == 0) - DataGridView1.TopLeftHeaderCell.Value = (object) "序号"; + DataGridView1.TopLeftHeaderCell.Value = "序号"; else - DataGridView1.TopLeftHeaderCell.Value = (object) "NO."; + DataGridView1.TopLeftHeaderCell.Value = "NO."; DataGridView2.RowCount = 14; if (Operators.CompareString(publicva.Language, "zh-CN", false) == 0) - DataGridView2.TopLeftHeaderCell.Value = (object) "序号"; + DataGridView2.TopLeftHeaderCell.Value = "序号"; else - DataGridView2.TopLeftHeaderCell.Value = (object) "NO."; + DataGridView2.TopLeftHeaderCell.Value = "NO."; DataGridView3.RowCount = 14; if (Operators.CompareString(publicva.Language, "zh-CN", false) == 0) - DataGridView3.TopLeftHeaderCell.Value = (object) "序号"; + DataGridView3.TopLeftHeaderCell.Value = "序号"; else - DataGridView3.TopLeftHeaderCell.Value = (object) "NO."; + DataGridView3.TopLeftHeaderCell.Value = "NO."; DataGridView4.RowCount = 14; if (Operators.CompareString(publicva.Language, "zh-CN", false) == 0) - DataGridView4.TopLeftHeaderCell.Value = (object) "序号"; + DataGridView4.TopLeftHeaderCell.Value = "序号"; else - DataGridView4.TopLeftHeaderCell.Value = (object) "NO."; + DataGridView4.TopLeftHeaderCell.Value = "NO."; DataGridView5.RowCount = 14; if (Operators.CompareString(publicva.Language, "zh-CN", false) == 0) - DataGridView5.TopLeftHeaderCell.Value = (object) "序号"; + DataGridView5.TopLeftHeaderCell.Value = "序号"; else - DataGridView5.TopLeftHeaderCell.Value = (object) "NO."; + DataGridView5.TopLeftHeaderCell.Value = "NO."; DataGridView6.RowCount = 14; if (Operators.CompareString(publicva.Language, "zh-CN", false) == 0) - DataGridView6.TopLeftHeaderCell.Value = (object) "序号"; + DataGridView6.TopLeftHeaderCell.Value = "序号"; else - DataGridView6.TopLeftHeaderCell.Value = (object) "NO."; + DataGridView6.TopLeftHeaderCell.Value = "NO."; DataGridView7.RowCount = 14; if (Operators.CompareString(publicva.Language, "zh-CN", false) == 0) - DataGridView7.TopLeftHeaderCell.Value = (object) "序号"; + DataGridView7.TopLeftHeaderCell.Value = "序号"; else - DataGridView7.TopLeftHeaderCell.Value = (object) "NO."; + DataGridView7.TopLeftHeaderCell.Value = "NO."; DataGridView8.RowCount = 14; if (Operators.CompareString(publicva.Language, "zh-CN", false) == 0) - DataGridView8.TopLeftHeaderCell.Value = (object) "序号"; + DataGridView8.TopLeftHeaderCell.Value = "序号"; else - DataGridView8.TopLeftHeaderCell.Value = (object) "NO."; + DataGridView8.TopLeftHeaderCell.Value = "NO."; Column1_1.Items.RemoveAt(0); Column1_2.Items.RemoveAt(0); Column1_3.Items.RemoveAt(0); @@ -4052,135 +4052,135 @@ namespace HPG_68D Column1_8.Items.RemoveAt(0); if (Operators.CompareString(publicva.Language, "zh-CN", false) == 0) { - Column1_1.Items.Insert(0, (object) "无"); - Column1_2.Items.Insert(0, (object) "无"); - Column1_3.Items.Insert(0, (object) "无"); - Column1_4.Items.Insert(0, (object) "无"); - Column1_5.Items.Insert(0, (object) "无"); - Column1_6.Items.Insert(0, (object) "无"); - Column1_7.Items.Insert(0, (object) "无"); - Column1_8.Items.Insert(0, (object) "无"); + Column1_1.Items.Insert(0, "无"); + Column1_2.Items.Insert(0, "无"); + Column1_3.Items.Insert(0, "无"); + Column1_4.Items.Insert(0, "无"); + Column1_5.Items.Insert(0, "无"); + Column1_6.Items.Insert(0, "无"); + Column1_7.Items.Insert(0, "无"); + Column1_8.Items.Insert(0, "无"); } else { - Column1_1.Items.Insert(0, (object) "None"); - Column1_2.Items.Insert(0, (object) "None"); - Column1_3.Items.Insert(0, (object) "None"); - Column1_4.Items.Insert(0, (object) "None"); - Column1_5.Items.Insert(0, (object) "None"); - Column1_6.Items.Insert(0, (object) "None"); - Column1_7.Items.Insert(0, (object) "None"); - Column1_8.Items.Insert(0, (object) "None"); + Column1_1.Items.Insert(0, "None"); + Column1_2.Items.Insert(0, "None"); + Column1_3.Items.Insert(0, "None"); + Column1_4.Items.Insert(0, "None"); + Column1_5.Items.Insert(0, "None"); + Column1_6.Items.Insert(0, "None"); + Column1_7.Items.Insert(0, "None"); + Column1_8.Items.Insert(0, "None"); } - int num1 = 4608; - ComboBox1.SelectedIndex = (int) publicva.EEPROM_Byte[checked (num1 + 0)]; - NumericUpDown1.Value = new Decimal((int) publicva.EEPROM_Byte[checked (num1 + 1)]); - publicva.BeepFlag[0] = (byte) 0; - int rowIndex1 = 0; + var num1 = 4608; + ComboBox1.SelectedIndex = publicva.EEPROM_Byte[checked (num1 + 0)]; + NumericUpDown1.Value = new Decimal(publicva.EEPROM_Byte[checked (num1 + 1)]); + publicva.BeepFlag[0] = 0; + var rowIndex1 = 0; do { - DataGridView1["Column1_1", rowIndex1].Value = publicva.EEPROM_Byte[checked (num1 + 2 + rowIndex1 * 2)] != (byte) 0 ? RuntimeHelpers.GetObjectValue(Column1_1.Items[checked ((int) publicva.EEPROM_Byte[num1 + 2 + rowIndex1 * 2] - 40 + 1)]) : RuntimeHelpers.GetObjectValue(Column1_1.Items[0]); - if (publicva.EEPROM_Byte[checked (num1 + 2 + rowIndex1)] != (byte) 0) - publicva.BeepFlag[0] = (byte) 1; - DataGridView1["Column2_1", rowIndex1].Value = RuntimeHelpers.GetObjectValue(Column2_1.Items[(int) publicva.EEPROM_Byte[checked (num1 + 3 + rowIndex1 * 2)]]); + DataGridView1["Column1_1", rowIndex1].Value = publicva.EEPROM_Byte[checked (num1 + 2 + rowIndex1 * 2)] != 0 ? RuntimeHelpers.GetObjectValue(Column1_1.Items[checked (publicva.EEPROM_Byte[num1 + 2 + rowIndex1 * 2] - 40 + 1)]) : RuntimeHelpers.GetObjectValue(Column1_1.Items[0]); + if (publicva.EEPROM_Byte[checked (num1 + 2 + rowIndex1)] != 0) + publicva.BeepFlag[0] = 1; + DataGridView1["Column2_1", rowIndex1].Value = RuntimeHelpers.GetObjectValue(Column2_1.Items[publicva.EEPROM_Byte[checked (num1 + 3 + rowIndex1 * 2)]]); checked { ++rowIndex1; } } while (rowIndex1 <= 13); - int num2 = 4640; - ComboBox2.SelectedIndex = (int) publicva.EEPROM_Byte[checked (num2 + 0)]; - NumericUpDown2.Value = new Decimal((int) publicva.EEPROM_Byte[checked (num2 + 1)]); - publicva.BeepFlag[1] = (byte) 0; - int rowIndex2 = 0; + var num2 = 4640; + ComboBox2.SelectedIndex = publicva.EEPROM_Byte[checked (num2 + 0)]; + NumericUpDown2.Value = new Decimal(publicva.EEPROM_Byte[checked (num2 + 1)]); + publicva.BeepFlag[1] = 0; + var rowIndex2 = 0; do { - DataGridView2["Column1_2", rowIndex2].Value = publicva.EEPROM_Byte[checked (num2 + 2 + rowIndex2 * 2)] != (byte) 0 ? RuntimeHelpers.GetObjectValue(Column1_2.Items[checked ((int) publicva.EEPROM_Byte[num2 + 2 + rowIndex2 * 2] - 40 + 1)]) : RuntimeHelpers.GetObjectValue(Column1_2.Items[0]); - if (publicva.EEPROM_Byte[checked (num2 + 2 + rowIndex2)] != (byte) 0) - publicva.BeepFlag[1] = (byte) 1; - DataGridView2["Column2_2", rowIndex2].Value = RuntimeHelpers.GetObjectValue(Column2_2.Items[(int) publicva.EEPROM_Byte[checked (num2 + 3 + rowIndex2 * 2)]]); + DataGridView2["Column1_2", rowIndex2].Value = publicva.EEPROM_Byte[checked (num2 + 2 + rowIndex2 * 2)] != 0 ? RuntimeHelpers.GetObjectValue(Column1_2.Items[checked (publicva.EEPROM_Byte[num2 + 2 + rowIndex2 * 2] - 40 + 1)]) : RuntimeHelpers.GetObjectValue(Column1_2.Items[0]); + if (publicva.EEPROM_Byte[checked (num2 + 2 + rowIndex2)] != 0) + publicva.BeepFlag[1] = 1; + DataGridView2["Column2_2", rowIndex2].Value = RuntimeHelpers.GetObjectValue(Column2_2.Items[publicva.EEPROM_Byte[checked (num2 + 3 + rowIndex2 * 2)]]); checked { ++rowIndex2; } } while (rowIndex2 <= 13); - int num3 = 4672; - ComboBox3.SelectedIndex = (int) publicva.EEPROM_Byte[checked (num3 + 0)]; - NumericUpDown3.Value = new Decimal((int) publicva.EEPROM_Byte[checked (num3 + 1)]); - publicva.BeepFlag[2] = (byte) 0; - int rowIndex3 = 0; + var num3 = 4672; + ComboBox3.SelectedIndex = publicva.EEPROM_Byte[checked (num3 + 0)]; + NumericUpDown3.Value = new Decimal(publicva.EEPROM_Byte[checked (num3 + 1)]); + publicva.BeepFlag[2] = 0; + var rowIndex3 = 0; do { - DataGridView3["Column1_3", rowIndex3].Value = publicva.EEPROM_Byte[checked (num3 + 2 + rowIndex3 * 2)] != (byte) 0 ? RuntimeHelpers.GetObjectValue(Column1_3.Items[checked ((int) publicva.EEPROM_Byte[num3 + 2 + rowIndex3 * 2] - 40 + 1)]) : RuntimeHelpers.GetObjectValue(Column1_3.Items[0]); - if (publicva.EEPROM_Byte[checked (num3 + 2 + rowIndex3)] != (byte) 0) - publicva.BeepFlag[2] = (byte) 1; - DataGridView3["Column2_3", rowIndex3].Value = RuntimeHelpers.GetObjectValue(Column2_3.Items[(int) publicva.EEPROM_Byte[checked (num3 + 3 + rowIndex3 * 2)]]); + DataGridView3["Column1_3", rowIndex3].Value = publicva.EEPROM_Byte[checked (num3 + 2 + rowIndex3 * 2)] != 0 ? RuntimeHelpers.GetObjectValue(Column1_3.Items[checked (publicva.EEPROM_Byte[num3 + 2 + rowIndex3 * 2] - 40 + 1)]) : RuntimeHelpers.GetObjectValue(Column1_3.Items[0]); + if (publicva.EEPROM_Byte[checked (num3 + 2 + rowIndex3)] != 0) + publicva.BeepFlag[2] = 1; + DataGridView3["Column2_3", rowIndex3].Value = RuntimeHelpers.GetObjectValue(Column2_3.Items[publicva.EEPROM_Byte[checked (num3 + 3 + rowIndex3 * 2)]]); checked { ++rowIndex3; } } while (rowIndex3 <= 13); - int num4 = 4704; - ComboBox4.SelectedIndex = (int) publicva.EEPROM_Byte[checked (num4 + 0)]; - NumericUpDown4.Value = new Decimal((int) publicva.EEPROM_Byte[checked (num4 + 1)]); - publicva.BeepFlag[3] = (byte) 0; - int rowIndex4 = 0; + var num4 = 4704; + ComboBox4.SelectedIndex = publicva.EEPROM_Byte[checked (num4 + 0)]; + NumericUpDown4.Value = new Decimal(publicva.EEPROM_Byte[checked (num4 + 1)]); + publicva.BeepFlag[3] = 0; + var rowIndex4 = 0; do { - DataGridView4["Column1_4", rowIndex4].Value = publicva.EEPROM_Byte[checked (num4 + 2 + rowIndex4 * 2)] != (byte) 0 ? RuntimeHelpers.GetObjectValue(Column1_4.Items[checked ((int) publicva.EEPROM_Byte[num4 + 2 + rowIndex4 * 2] - 40 + 1)]) : RuntimeHelpers.GetObjectValue(Column1_4.Items[0]); - if (publicva.EEPROM_Byte[checked (num4 + 2 + rowIndex4)] != (byte) 0) - publicva.BeepFlag[3] = (byte) 1; - DataGridView4["Column2_4", rowIndex4].Value = RuntimeHelpers.GetObjectValue(Column2_4.Items[(int) publicva.EEPROM_Byte[checked (num4 + 3 + rowIndex4 * 2)]]); + DataGridView4["Column1_4", rowIndex4].Value = publicva.EEPROM_Byte[checked (num4 + 2 + rowIndex4 * 2)] != 0 ? RuntimeHelpers.GetObjectValue(Column1_4.Items[checked (publicva.EEPROM_Byte[num4 + 2 + rowIndex4 * 2] - 40 + 1)]) : RuntimeHelpers.GetObjectValue(Column1_4.Items[0]); + if (publicva.EEPROM_Byte[checked (num4 + 2 + rowIndex4)] != 0) + publicva.BeepFlag[3] = 1; + DataGridView4["Column2_4", rowIndex4].Value = RuntimeHelpers.GetObjectValue(Column2_4.Items[publicva.EEPROM_Byte[checked (num4 + 3 + rowIndex4 * 2)]]); checked { ++rowIndex4; } } while (rowIndex4 <= 13); - int num5 = 4736; - ComboBox5.SelectedIndex = (int) publicva.EEPROM_Byte[checked (num5 + 0)]; - NumericUpDown5.Value = new Decimal((int) publicva.EEPROM_Byte[checked (num5 + 1)]); - publicva.BeepFlag[4] = (byte) 0; - int rowIndex5 = 0; + var num5 = 4736; + ComboBox5.SelectedIndex = publicva.EEPROM_Byte[checked (num5 + 0)]; + NumericUpDown5.Value = new Decimal(publicva.EEPROM_Byte[checked (num5 + 1)]); + publicva.BeepFlag[4] = 0; + var rowIndex5 = 0; do { - DataGridView5["Column1_5", rowIndex5].Value = publicva.EEPROM_Byte[checked (num5 + 2 + rowIndex5 * 2)] != (byte) 0 ? RuntimeHelpers.GetObjectValue(Column1_5.Items[checked ((int) publicva.EEPROM_Byte[num5 + 2 + rowIndex5 * 2] - 40 + 1)]) : RuntimeHelpers.GetObjectValue(Column1_5.Items[0]); - if (publicva.EEPROM_Byte[checked (num5 + 2 + rowIndex5)] != (byte) 0) - publicva.BeepFlag[4] = (byte) 1; - DataGridView5["Column2_5", rowIndex5].Value = RuntimeHelpers.GetObjectValue(Column2_5.Items[(int) publicva.EEPROM_Byte[checked (num5 + 3 + rowIndex5 * 2)]]); + DataGridView5["Column1_5", rowIndex5].Value = publicva.EEPROM_Byte[checked (num5 + 2 + rowIndex5 * 2)] != 0 ? RuntimeHelpers.GetObjectValue(Column1_5.Items[checked (publicva.EEPROM_Byte[num5 + 2 + rowIndex5 * 2] - 40 + 1)]) : RuntimeHelpers.GetObjectValue(Column1_5.Items[0]); + if (publicva.EEPROM_Byte[checked (num5 + 2 + rowIndex5)] != 0) + publicva.BeepFlag[4] = 1; + DataGridView5["Column2_5", rowIndex5].Value = RuntimeHelpers.GetObjectValue(Column2_5.Items[publicva.EEPROM_Byte[checked (num5 + 3 + rowIndex5 * 2)]]); checked { ++rowIndex5; } } while (rowIndex5 <= 13); - int num6 = 4768; - ComboBox6.SelectedIndex = (int) publicva.EEPROM_Byte[checked (num6 + 0)]; - NumericUpDown6.Value = new Decimal((int) publicva.EEPROM_Byte[checked (num6 + 1)]); - publicva.BeepFlag[5] = (byte) 0; - int rowIndex6 = 0; + var num6 = 4768; + ComboBox6.SelectedIndex = publicva.EEPROM_Byte[checked (num6 + 0)]; + NumericUpDown6.Value = new Decimal(publicva.EEPROM_Byte[checked (num6 + 1)]); + publicva.BeepFlag[5] = 0; + var rowIndex6 = 0; do { - DataGridView6["Column1_6", rowIndex6].Value = publicva.EEPROM_Byte[checked (num6 + 2 + rowIndex6 * 2)] != (byte) 0 ? RuntimeHelpers.GetObjectValue(Column1_6.Items[checked ((int) publicva.EEPROM_Byte[num6 + 2 + rowIndex6 * 2] - 40 + 1)]) : RuntimeHelpers.GetObjectValue(Column1_6.Items[0]); - if (publicva.EEPROM_Byte[checked (num6 + 2 + rowIndex6)] != (byte) 0) - publicva.BeepFlag[5] = (byte) 1; - DataGridView6["Column2_6", rowIndex6].Value = RuntimeHelpers.GetObjectValue(Column2_6.Items[(int) publicva.EEPROM_Byte[checked (num6 + 3 + rowIndex6 * 2)]]); + DataGridView6["Column1_6", rowIndex6].Value = publicva.EEPROM_Byte[checked (num6 + 2 + rowIndex6 * 2)] != 0 ? RuntimeHelpers.GetObjectValue(Column1_6.Items[checked (publicva.EEPROM_Byte[num6 + 2 + rowIndex6 * 2] - 40 + 1)]) : RuntimeHelpers.GetObjectValue(Column1_6.Items[0]); + if (publicva.EEPROM_Byte[checked (num6 + 2 + rowIndex6)] != 0) + publicva.BeepFlag[5] = 1; + DataGridView6["Column2_6", rowIndex6].Value = RuntimeHelpers.GetObjectValue(Column2_6.Items[publicva.EEPROM_Byte[checked (num6 + 3 + rowIndex6 * 2)]]); checked { ++rowIndex6; } } while (rowIndex6 <= 13); - int num7 = 4800; - ComboBox7.SelectedIndex = (int) publicva.EEPROM_Byte[checked (num7 + 0)]; - NumericUpDown7.Value = new Decimal((int) publicva.EEPROM_Byte[checked (num7 + 1)]); - publicva.BeepFlag[6] = (byte) 0; - int rowIndex7 = 0; + var num7 = 4800; + ComboBox7.SelectedIndex = publicva.EEPROM_Byte[checked (num7 + 0)]; + NumericUpDown7.Value = new Decimal(publicva.EEPROM_Byte[checked (num7 + 1)]); + publicva.BeepFlag[6] = 0; + var rowIndex7 = 0; do { - DataGridView7["Column1_7", rowIndex7].Value = publicva.EEPROM_Byte[checked (num7 + 2 + rowIndex7 * 2)] != (byte) 0 ? RuntimeHelpers.GetObjectValue(Column1_7.Items[checked ((int) publicva.EEPROM_Byte[num7 + 2 + rowIndex7 * 2] - 40 + 1)]) : RuntimeHelpers.GetObjectValue(Column1_7.Items[0]); - if (publicva.EEPROM_Byte[checked (num7 + 2 + rowIndex7)] != (byte) 0) - publicva.BeepFlag[6] = (byte) 1; - DataGridView7["Column2_7", rowIndex7].Value = RuntimeHelpers.GetObjectValue(Column2_7.Items[(int) publicva.EEPROM_Byte[checked (num7 + 3 + rowIndex7 * 2)]]); + DataGridView7["Column1_7", rowIndex7].Value = publicva.EEPROM_Byte[checked (num7 + 2 + rowIndex7 * 2)] != 0 ? RuntimeHelpers.GetObjectValue(Column1_7.Items[checked (publicva.EEPROM_Byte[num7 + 2 + rowIndex7 * 2] - 40 + 1)]) : RuntimeHelpers.GetObjectValue(Column1_7.Items[0]); + if (publicva.EEPROM_Byte[checked (num7 + 2 + rowIndex7)] != 0) + publicva.BeepFlag[6] = 1; + DataGridView7["Column2_7", rowIndex7].Value = RuntimeHelpers.GetObjectValue(Column2_7.Items[publicva.EEPROM_Byte[checked (num7 + 3 + rowIndex7 * 2)]]); checked { ++rowIndex7; } } while (rowIndex7 <= 13); - int num8 = 4832; - ComboBox8.SelectedIndex = (int) publicva.EEPROM_Byte[checked (num8 + 0)]; - NumericUpDown8.Value = new Decimal((int) publicva.EEPROM_Byte[checked (num8 + 1)]); - publicva.BeepFlag[7] = (byte) 0; - int rowIndex8 = 0; + var num8 = 4832; + ComboBox8.SelectedIndex = publicva.EEPROM_Byte[checked (num8 + 0)]; + NumericUpDown8.Value = new Decimal(publicva.EEPROM_Byte[checked (num8 + 1)]); + publicva.BeepFlag[7] = 0; + var rowIndex8 = 0; do { - DataGridView8["Column1_8", rowIndex8].Value = publicva.EEPROM_Byte[checked (num8 + 2 + rowIndex8 * 2)] != (byte) 0 ? RuntimeHelpers.GetObjectValue(Column1_8.Items[checked ((int) publicva.EEPROM_Byte[num8 + 2 + rowIndex8 * 2] - 40 + 1)]) : RuntimeHelpers.GetObjectValue(Column1_8.Items[0]); - if (publicva.EEPROM_Byte[checked (num8 + 2 + rowIndex8)] != (byte) 0) - publicva.BeepFlag[7] = (byte) 1; - DataGridView8["Column2_8", rowIndex8].Value = RuntimeHelpers.GetObjectValue(Column2_8.Items[(int) publicva.EEPROM_Byte[checked (num8 + 3 + rowIndex8 * 2)]]); + DataGridView8["Column1_8", rowIndex8].Value = publicva.EEPROM_Byte[checked (num8 + 2 + rowIndex8 * 2)] != 0 ? RuntimeHelpers.GetObjectValue(Column1_8.Items[checked (publicva.EEPROM_Byte[num8 + 2 + rowIndex8 * 2] - 40 + 1)]) : RuntimeHelpers.GetObjectValue(Column1_8.Items[0]); + if (publicva.EEPROM_Byte[checked (num8 + 2 + rowIndex8)] != 0) + publicva.BeepFlag[7] = 1; + DataGridView8["Column2_8", rowIndex8].Value = RuntimeHelpers.GetObjectValue(Column2_8.Items[publicva.EEPROM_Byte[checked (num8 + 3 + rowIndex8 * 2)]]); checked { ++rowIndex8; } } while (rowIndex8 <= 13); @@ -4188,9 +4188,9 @@ namespace HPG_68D private void DataGridView1_CellEndEdit(object sender, DataGridViewCellEventArgs e) { - int rowIndex1 = DataGridView1.CurrentCell.RowIndex; - int columnIndex = DataGridView1.CurrentCell.ColumnIndex; - bool flag = false; + var rowIndex1 = DataGridView1.CurrentCell.RowIndex; + var columnIndex = DataGridView1.CurrentCell.ColumnIndex; + var flag = false; if (rowIndex1 == 0) { if (columnIndex == 0) @@ -4214,7 +4214,7 @@ namespace HPG_68D } if (!flag) return; - int rowIndex2 = checked (rowIndex1 + 1); + var rowIndex2 = checked (rowIndex1 + 1); while (rowIndex2 <= 13) { DataGridView1["Column1_1", rowIndex2].Value = RuntimeHelpers.GetObjectValue(Column1_1.Items[0]); @@ -4225,7 +4225,7 @@ namespace HPG_68D private void DataGridView1_MouseClick(object sender, MouseEventArgs e) { - int rowIndex = DataGridView1.CurrentCell.RowIndex; + var rowIndex = DataGridView1.CurrentCell.RowIndex; if (rowIndex == 0) { DataGridView1.ReadOnly = false; @@ -4240,9 +4240,9 @@ namespace HPG_68D private void DataGridView2_CellEndEdit(object sender, DataGridViewCellEventArgs e) { - int rowIndex1 = DataGridView2.CurrentCell.RowIndex; - int columnIndex = DataGridView2.CurrentCell.ColumnIndex; - bool flag = false; + var rowIndex1 = DataGridView2.CurrentCell.RowIndex; + var columnIndex = DataGridView2.CurrentCell.ColumnIndex; + var flag = false; if (rowIndex1 == 0) { if (columnIndex == 0) @@ -4266,7 +4266,7 @@ namespace HPG_68D } if (!flag) return; - int rowIndex2 = checked (rowIndex1 + 1); + var rowIndex2 = checked (rowIndex1 + 1); while (rowIndex2 <= 13) { DataGridView2["Column1_2", rowIndex2].Value = RuntimeHelpers.GetObjectValue(Column1_2.Items[0]); @@ -4277,7 +4277,7 @@ namespace HPG_68D private void DataGridView2_MouseClick(object sender, MouseEventArgs e) { - int rowIndex = DataGridView2.CurrentCell.RowIndex; + var rowIndex = DataGridView2.CurrentCell.RowIndex; if (rowIndex == 0) { DataGridView2.ReadOnly = false; @@ -4292,9 +4292,9 @@ namespace HPG_68D private void DataGridView3_CellEndEdit(object sender, DataGridViewCellEventArgs e) { - int rowIndex1 = DataGridView3.CurrentCell.RowIndex; - int columnIndex = DataGridView3.CurrentCell.ColumnIndex; - bool flag = false; + var rowIndex1 = DataGridView3.CurrentCell.RowIndex; + var columnIndex = DataGridView3.CurrentCell.ColumnIndex; + var flag = false; if (rowIndex1 == 0) { if (columnIndex == 0) @@ -4318,7 +4318,7 @@ namespace HPG_68D } if (!flag) return; - int rowIndex2 = checked (rowIndex1 + 1); + var rowIndex2 = checked (rowIndex1 + 1); while (rowIndex2 <= 13) { DataGridView3["Column1_3", rowIndex2].Value = RuntimeHelpers.GetObjectValue(Column1_3.Items[0]); @@ -4329,7 +4329,7 @@ namespace HPG_68D private void DataGridView3_MouseClick(object sender, MouseEventArgs e) { - int rowIndex = DataGridView3.CurrentCell.RowIndex; + var rowIndex = DataGridView3.CurrentCell.RowIndex; if (rowIndex == 0) { DataGridView3.ReadOnly = false; @@ -4344,9 +4344,9 @@ namespace HPG_68D private void DataGridView4_CellEndEdit(object sender, DataGridViewCellEventArgs e) { - int rowIndex1 = DataGridView4.CurrentCell.RowIndex; - int columnIndex = DataGridView4.CurrentCell.ColumnIndex; - bool flag = false; + var rowIndex1 = DataGridView4.CurrentCell.RowIndex; + var columnIndex = DataGridView4.CurrentCell.ColumnIndex; + var flag = false; if (rowIndex1 == 0) { if (columnIndex == 0) @@ -4370,7 +4370,7 @@ namespace HPG_68D } if (!flag) return; - int rowIndex2 = checked (rowIndex1 + 1); + var rowIndex2 = checked (rowIndex1 + 1); while (rowIndex2 <= 13) { DataGridView4["Column1_4", rowIndex2].Value = RuntimeHelpers.GetObjectValue(Column1_4.Items[0]); @@ -4381,7 +4381,7 @@ namespace HPG_68D private void DataGridView4_MouseClick(object sender, MouseEventArgs e) { - int rowIndex = DataGridView4.CurrentCell.RowIndex; + var rowIndex = DataGridView4.CurrentCell.RowIndex; if (rowIndex == 0) { DataGridView4.ReadOnly = false; @@ -4396,9 +4396,9 @@ namespace HPG_68D private void DataGridView5_CellEndEdit(object sender, DataGridViewCellEventArgs e) { - int rowIndex1 = DataGridView5.CurrentCell.RowIndex; - int columnIndex = DataGridView5.CurrentCell.ColumnIndex; - bool flag = false; + var rowIndex1 = DataGridView5.CurrentCell.RowIndex; + var columnIndex = DataGridView5.CurrentCell.ColumnIndex; + var flag = false; if (rowIndex1 == 0) { if (columnIndex == 0) @@ -4422,7 +4422,7 @@ namespace HPG_68D } if (!flag) return; - int rowIndex2 = checked (rowIndex1 + 1); + var rowIndex2 = checked (rowIndex1 + 1); while (rowIndex2 <= 13) { DataGridView5["Column1_5", rowIndex2].Value = RuntimeHelpers.GetObjectValue(Column1_5.Items[0]); @@ -4433,7 +4433,7 @@ namespace HPG_68D private void DataGridView5_MouseClick(object sender, MouseEventArgs e) { - int rowIndex = DataGridView5.CurrentCell.RowIndex; + var rowIndex = DataGridView5.CurrentCell.RowIndex; if (rowIndex == 0) { DataGridView5.ReadOnly = false; @@ -4448,9 +4448,9 @@ namespace HPG_68D private void DataGridView6_CellEndEdit(object sender, DataGridViewCellEventArgs e) { - int rowIndex1 = DataGridView6.CurrentCell.RowIndex; - int columnIndex = DataGridView6.CurrentCell.ColumnIndex; - bool flag = false; + var rowIndex1 = DataGridView6.CurrentCell.RowIndex; + var columnIndex = DataGridView6.CurrentCell.ColumnIndex; + var flag = false; if (rowIndex1 == 0) { if (columnIndex == 0) @@ -4474,7 +4474,7 @@ namespace HPG_68D } if (!flag) return; - int rowIndex2 = checked (rowIndex1 + 1); + var rowIndex2 = checked (rowIndex1 + 1); while (rowIndex2 <= 13) { DataGridView6["Column1_6", rowIndex2].Value = RuntimeHelpers.GetObjectValue(Column1_6.Items[0]); @@ -4485,7 +4485,7 @@ namespace HPG_68D private void DataGridView6_MouseClick(object sender, MouseEventArgs e) { - int rowIndex = DataGridView6.CurrentCell.RowIndex; + var rowIndex = DataGridView6.CurrentCell.RowIndex; if (rowIndex == 0) { DataGridView6.ReadOnly = false; @@ -4500,9 +4500,9 @@ namespace HPG_68D private void DataGridView7_CellEndEdit(object sender, DataGridViewCellEventArgs e) { - int rowIndex1 = DataGridView7.CurrentCell.RowIndex; - int columnIndex = DataGridView7.CurrentCell.ColumnIndex; - bool flag = false; + var rowIndex1 = DataGridView7.CurrentCell.RowIndex; + var columnIndex = DataGridView7.CurrentCell.ColumnIndex; + var flag = false; if (rowIndex1 == 0) { if (columnIndex == 0) @@ -4526,7 +4526,7 @@ namespace HPG_68D } if (!flag) return; - int rowIndex2 = checked (rowIndex1 + 1); + var rowIndex2 = checked (rowIndex1 + 1); while (rowIndex2 <= 13) { DataGridView7["Column1_7", rowIndex2].Value = RuntimeHelpers.GetObjectValue(Column1_7.Items[0]); @@ -4537,7 +4537,7 @@ namespace HPG_68D private void DataGridView7_MouseClick(object sender, MouseEventArgs e) { - int rowIndex = DataGridView7.CurrentCell.RowIndex; + var rowIndex = DataGridView7.CurrentCell.RowIndex; if (rowIndex == 0) { DataGridView7.ReadOnly = false; @@ -4552,9 +4552,9 @@ namespace HPG_68D private void DataGridView8_CellEndEdit(object sender, DataGridViewCellEventArgs e) { - int rowIndex1 = DataGridView8.CurrentCell.RowIndex; - int columnIndex = DataGridView8.CurrentCell.ColumnIndex; - bool flag = false; + var rowIndex1 = DataGridView8.CurrentCell.RowIndex; + var columnIndex = DataGridView8.CurrentCell.ColumnIndex; + var flag = false; if (rowIndex1 == 0) { if (columnIndex == 0) @@ -4578,7 +4578,7 @@ namespace HPG_68D } if (!flag) return; - int rowIndex2 = checked (rowIndex1 + 1); + var rowIndex2 = checked (rowIndex1 + 1); while (rowIndex2 <= 13) { DataGridView8["Column1_8", rowIndex2].Value = RuntimeHelpers.GetObjectValue(Column1_8.Items[0]); @@ -4589,7 +4589,7 @@ namespace HPG_68D private void DataGridView8_MouseClick(object sender, MouseEventArgs e) { - int rowIndex = DataGridView8.CurrentCell.RowIndex; + var rowIndex = DataGridView8.CurrentCell.RowIndex; if (rowIndex == 0) { DataGridView8.ReadOnly = false; @@ -4604,50 +4604,50 @@ namespace HPG_68D private void DataGridView1_RowPostPaint(object sender, DataGridViewRowPostPaintEventArgs e) { - Brush brush = (Brush) new SolidBrush(DataGridView1.RowHeadersDefaultCellStyle.ForeColor); - e.Graphics.DrawString(checked (e.RowIndex + 1).ToString(), DataGridView1.DefaultCellStyle.Font, brush, (float) checked (e.RowBounds.Location.X + 10), (float) checked (e.RowBounds.Location.Y + 5)); + var brush = (Brush) new SolidBrush(DataGridView1.RowHeadersDefaultCellStyle.ForeColor); + e.Graphics.DrawString(checked (e.RowIndex + 1).ToString(), DataGridView1.DefaultCellStyle.Font, brush, checked (e.RowBounds.Location.X + 10), checked (e.RowBounds.Location.Y + 5)); } private void DataGridView2_RowPostPaint(object sender, DataGridViewRowPostPaintEventArgs e) { - Brush brush = (Brush) new SolidBrush(DataGridView2.RowHeadersDefaultCellStyle.ForeColor); - e.Graphics.DrawString(checked (e.RowIndex + 1).ToString(), DataGridView2.DefaultCellStyle.Font, brush, (float) checked (e.RowBounds.Location.X + 10), (float) checked (e.RowBounds.Location.Y + 5)); + var brush = (Brush) new SolidBrush(DataGridView2.RowHeadersDefaultCellStyle.ForeColor); + e.Graphics.DrawString(checked (e.RowIndex + 1).ToString(), DataGridView2.DefaultCellStyle.Font, brush, checked (e.RowBounds.Location.X + 10), checked (e.RowBounds.Location.Y + 5)); } private void DataGridView3_RowPostPaint(object sender, DataGridViewRowPostPaintEventArgs e) { - Brush brush = (Brush) new SolidBrush(DataGridView3.RowHeadersDefaultCellStyle.ForeColor); - e.Graphics.DrawString(checked (e.RowIndex + 1).ToString(), DataGridView3.DefaultCellStyle.Font, brush, (float) checked (e.RowBounds.Location.X + 10), (float) checked (e.RowBounds.Location.Y + 5)); + var brush = (Brush) new SolidBrush(DataGridView3.RowHeadersDefaultCellStyle.ForeColor); + e.Graphics.DrawString(checked (e.RowIndex + 1).ToString(), DataGridView3.DefaultCellStyle.Font, brush, checked (e.RowBounds.Location.X + 10), checked (e.RowBounds.Location.Y + 5)); } private void DataGridView4_RowPostPaint(object sender, DataGridViewRowPostPaintEventArgs e) { - Brush brush = (Brush) new SolidBrush(DataGridView4.RowHeadersDefaultCellStyle.ForeColor); - e.Graphics.DrawString(checked (e.RowIndex + 1).ToString(), DataGridView4.DefaultCellStyle.Font, brush, (float) checked (e.RowBounds.Location.X + 10), (float) checked (e.RowBounds.Location.Y + 5)); + var brush = (Brush) new SolidBrush(DataGridView4.RowHeadersDefaultCellStyle.ForeColor); + e.Graphics.DrawString(checked (e.RowIndex + 1).ToString(), DataGridView4.DefaultCellStyle.Font, brush, checked (e.RowBounds.Location.X + 10), checked (e.RowBounds.Location.Y + 5)); } private void DataGridView5_RowPostPaint(object sender, DataGridViewRowPostPaintEventArgs e) { - Brush brush = (Brush) new SolidBrush(DataGridView5.RowHeadersDefaultCellStyle.ForeColor); - e.Graphics.DrawString(checked (e.RowIndex + 1).ToString(), DataGridView5.DefaultCellStyle.Font, brush, (float) checked (e.RowBounds.Location.X + 10), (float) checked (e.RowBounds.Location.Y + 5)); + var brush = (Brush) new SolidBrush(DataGridView5.RowHeadersDefaultCellStyle.ForeColor); + e.Graphics.DrawString(checked (e.RowIndex + 1).ToString(), DataGridView5.DefaultCellStyle.Font, brush, checked (e.RowBounds.Location.X + 10), checked (e.RowBounds.Location.Y + 5)); } private void DataGridView6_RowPostPaint(object sender, DataGridViewRowPostPaintEventArgs e) { - Brush brush = (Brush) new SolidBrush(DataGridView6.RowHeadersDefaultCellStyle.ForeColor); - e.Graphics.DrawString(checked (e.RowIndex + 1).ToString(), DataGridView6.DefaultCellStyle.Font, brush, (float) checked (e.RowBounds.Location.X + 10), (float) checked (e.RowBounds.Location.Y + 5)); + var brush = (Brush) new SolidBrush(DataGridView6.RowHeadersDefaultCellStyle.ForeColor); + e.Graphics.DrawString(checked (e.RowIndex + 1).ToString(), DataGridView6.DefaultCellStyle.Font, brush, checked (e.RowBounds.Location.X + 10), checked (e.RowBounds.Location.Y + 5)); } private void DataGridView7_RowPostPaint(object sender, DataGridViewRowPostPaintEventArgs e) { - Brush brush = (Brush) new SolidBrush(DataGridView7.RowHeadersDefaultCellStyle.ForeColor); - e.Graphics.DrawString(checked (e.RowIndex + 1).ToString(), DataGridView7.DefaultCellStyle.Font, brush, (float) checked (e.RowBounds.Location.X + 10), (float) checked (e.RowBounds.Location.Y + 5)); + var brush = (Brush) new SolidBrush(DataGridView7.RowHeadersDefaultCellStyle.ForeColor); + e.Graphics.DrawString(checked (e.RowIndex + 1).ToString(), DataGridView7.DefaultCellStyle.Font, brush, checked (e.RowBounds.Location.X + 10), checked (e.RowBounds.Location.Y + 5)); } private void DataGridView8_RowPostPaint(object sender, DataGridViewRowPostPaintEventArgs e) { - Brush brush = (Brush) new SolidBrush(DataGridView8.RowHeadersDefaultCellStyle.ForeColor); - e.Graphics.DrawString(checked (e.RowIndex + 1).ToString(), DataGridView8.DefaultCellStyle.Font, brush, (float) checked (e.RowBounds.Location.X + 10), (float) checked (e.RowBounds.Location.Y + 5)); + var brush = (Brush) new SolidBrush(DataGridView8.RowHeadersDefaultCellStyle.ForeColor); + e.Graphics.DrawString(checked (e.RowIndex + 1).ToString(), DataGridView8.DefaultCellStyle.Font, brush, checked (e.RowBounds.Location.X + 10), checked (e.RowBounds.Location.Y + 5)); } private void Button1_Click(object sender, EventArgs e) => Close(); diff --git a/HPG-68D/ChannelEditForm.cs b/HPG-68D/ChannelEditForm.cs index 38920dc..d6fbf67 100644 --- a/HPG-68D/ChannelEditForm.cs +++ b/HPG-68D/ChannelEditForm.cs @@ -140,7 +140,7 @@ namespace HPG_68D { FormClosing += ChannelEditForm_FormClosing; Load += ChannelEditForm_Load; - __ENCList.Add((object) new WeakReference((object) this)); + __ENCList.Add(new WeakReference(this)); InitializeComponent(); } @@ -155,7 +155,7 @@ namespace HPG_68D [DebuggerStepThrough] private void InitializeComponent() { - ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof (ChannelEditForm)); + var componentResourceManager = new ComponentResourceManager(typeof (ChannelEditForm)); Label1 = new Label(); TextBoxRxFreq = new TextBox(); Label2 = new Label(); @@ -212,840 +212,840 @@ namespace HPG_68D GroupBox1.SuspendLayout(); GroupBox2.SuspendLayout(); SuspendLayout(); - componentResourceManager.ApplyResources((object) Label1, "Label1"); + componentResourceManager.ApplyResources(Label1, "Label1"); Label1.Name = "Label1"; - componentResourceManager.ApplyResources((object) TextBoxRxFreq, "TextBoxRxFreq"); + componentResourceManager.ApplyResources(TextBoxRxFreq, "TextBoxRxFreq"); TextBoxRxFreq.Name = "TextBoxRxFreq"; - componentResourceManager.ApplyResources((object) Label2, "Label2"); + componentResourceManager.ApplyResources(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.Controls.Add(GroupBox2); + GroupBox1.Controls.Add(CheckBox扫描添加); + GroupBox1.Controls.Add(CheckBox脱网); + GroupBox1.Controls.Add(CheckBox倒频); + GroupBox1.Controls.Add(CheckBoxPTTID静音); + GroupBox1.Controls.Add(CheckBox发射禁止); + GroupBox1.Controls.Add(ComboBoxSP不静音); + GroupBox1.Controls.Add(Label9); + GroupBox1.Controls.Add(TextBox信道名称); + GroupBox1.Controls.Add(Label19); + GroupBox1.Controls.Add(CheckBoxPTTID暂停); + GroupBox1.Controls.Add(CheckBox耳语); + GroupBox1.Controls.Add(CheckBox尾音消除); + GroupBox1.Controls.Add(ComboBox可选信令); + GroupBox1.Controls.Add(ComboBoxSFT); + GroupBox1.Controls.Add(ComboBox带宽); + GroupBox1.Controls.Add(Label20); + GroupBox1.Controls.Add(ComboBoxPTTID); + GroupBox1.Controls.Add(ComboBox发射功率); + GroupBox1.Controls.Add(Label14); + GroupBox1.Controls.Add(ComboBox繁忙信道锁定); + GroupBox1.Controls.Add(Label13); + GroupBox1.Controls.Add(Label11); + GroupBox1.Controls.Add(Label12); + GroupBox1.Controls.Add(Label10); + GroupBox1.Controls.Add(ComboBox亚音编码); + GroupBox1.Controls.Add(ComboBox亚音解码); + GroupBox1.Controls.Add(Label8); + GroupBox1.Controls.Add(Label6); + GroupBox1.Controls.Add(ComboBox亚音编码类型); + GroupBox1.Controls.Add(Label7); + GroupBox1.Controls.Add(ComboBox亚音解码类型); + GroupBox1.Controls.Add(Label5); + GroupBox1.Controls.Add(ComboBoxStep); + GroupBox1.Controls.Add(Label4); + GroupBox1.Controls.Add(TextBoxTxFreq); + GroupBox1.Controls.Add(TextBoxRxFreq); + GroupBox1.Controls.Add(Label2); + GroupBox1.Controls.Add(Label1); + componentResourceManager.ApplyResources(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.Controls.Add(ComboBox两音系统参数); + GroupBox2.Controls.Add(Label18); + GroupBox2.Controls.Add(TextBoxID代码); + GroupBox2.Controls.Add(Label15); + GroupBox2.Controls.Add(Label16); + GroupBox2.Controls.Add(Label17); + GroupBox2.Controls.Add(ComboBox五音系统参数); + GroupBox2.Controls.Add(ComboBox呼叫); + componentResourceManager.ApplyResources(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.GetString("ComboBox两音系统参数.Items"), + componentResourceManager.GetString("ComboBox两音系统参数.Items1"), + componentResourceManager.GetString("ComboBox两音系统参数.Items2"), + componentResourceManager.GetString("ComboBox两音系统参数.Items3"), + componentResourceManager.GetString("ComboBox两音系统参数.Items4"), + componentResourceManager.GetString("ComboBox两音系统参数.Items5"), + componentResourceManager.GetString("ComboBox两音系统参数.Items6"), + componentResourceManager.GetString("ComboBox两音系统参数.Items7"), + componentResourceManager.GetString("ComboBox两音系统参数.Items8") }); - componentResourceManager.ApplyResources((object) ComboBox两音系统参数, "ComboBox两音系统参数"); + componentResourceManager.ApplyResources(ComboBox两音系统参数, "ComboBox两音系统参数"); ComboBox两音系统参数.Name = "ComboBox两音系统参数"; - componentResourceManager.ApplyResources((object) Label18, "Label18"); + componentResourceManager.ApplyResources(Label18, "Label18"); Label18.Name = "Label18"; - componentResourceManager.ApplyResources((object) TextBoxID代码, "TextBoxID代码"); + componentResourceManager.ApplyResources(TextBoxID代码, "TextBoxID代码"); TextBoxID代码.Name = "TextBoxID代码"; - componentResourceManager.ApplyResources((object) Label15, "Label15"); + componentResourceManager.ApplyResources(Label15, "Label15"); Label15.Name = "Label15"; - componentResourceManager.ApplyResources((object) Label16, "Label16"); + componentResourceManager.ApplyResources(Label16, "Label16"); Label16.Name = "Label16"; - componentResourceManager.ApplyResources((object) Label17, "Label17"); + componentResourceManager.ApplyResources(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.GetString("ComboBox五音系统参数.Items"), + componentResourceManager.GetString("ComboBox五音系统参数.Items1"), + componentResourceManager.GetString("ComboBox五音系统参数.Items2"), + componentResourceManager.GetString("ComboBox五音系统参数.Items3"), + componentResourceManager.GetString("ComboBox五音系统参数.Items4"), + componentResourceManager.GetString("ComboBox五音系统参数.Items5"), + componentResourceManager.GetString("ComboBox五音系统参数.Items6"), + componentResourceManager.GetString("ComboBox五音系统参数.Items7"), + componentResourceManager.GetString("ComboBox五音系统参数.Items8"), + componentResourceManager.GetString("ComboBox五音系统参数.Items9"), + componentResourceManager.GetString("ComboBox五音系统参数.Items10"), + componentResourceManager.GetString("ComboBox五音系统参数.Items11"), + componentResourceManager.GetString("ComboBox五音系统参数.Items12"), + componentResourceManager.GetString("ComboBox五音系统参数.Items13"), + componentResourceManager.GetString("ComboBox五音系统参数.Items14"), + componentResourceManager.GetString("ComboBox五音系统参数.Items15") }); - componentResourceManager.ApplyResources((object) ComboBox五音系统参数, "ComboBox五音系统参数"); + componentResourceManager.ApplyResources(ComboBox五音系统参数, "ComboBox五音系统参数"); ComboBox五音系统参数.Name = "ComboBox五音系统参数"; ComboBox呼叫.DropDownStyle = ComboBoxStyle.DropDownList; ComboBox呼叫.FormattingEnabled = true; ComboBox呼叫.Items.AddRange(new object[1] { - (object) componentResourceManager.GetString("ComboBox呼叫.Items") + componentResourceManager.GetString("ComboBox呼叫.Items") }); - componentResourceManager.ApplyResources((object) ComboBox呼叫, "ComboBox呼叫"); + componentResourceManager.ApplyResources(ComboBox呼叫, "ComboBox呼叫"); ComboBox呼叫.Name = "ComboBox呼叫"; - componentResourceManager.ApplyResources((object) CheckBox扫描添加, "CheckBox扫描添加"); + componentResourceManager.ApplyResources(CheckBox扫描添加, "CheckBox扫描添加"); CheckBox扫描添加.Name = "CheckBox扫描添加"; CheckBox扫描添加.UseVisualStyleBackColor = true; - componentResourceManager.ApplyResources((object) CheckBox脱网, "CheckBox脱网"); + componentResourceManager.ApplyResources(CheckBox脱网, "CheckBox脱网"); CheckBox脱网.Name = "CheckBox脱网"; CheckBox脱网.UseVisualStyleBackColor = true; - componentResourceManager.ApplyResources((object) CheckBox倒频, "CheckBox倒频"); + componentResourceManager.ApplyResources(CheckBox倒频, "CheckBox倒频"); CheckBox倒频.Name = "CheckBox倒频"; CheckBox倒频.UseVisualStyleBackColor = true; - componentResourceManager.ApplyResources((object) CheckBoxPTTID静音, "CheckBoxPTTID静音"); + componentResourceManager.ApplyResources(CheckBoxPTTID静音, "CheckBoxPTTID静音"); CheckBoxPTTID静音.Name = "CheckBoxPTTID静音"; CheckBoxPTTID静音.UseVisualStyleBackColor = true; - componentResourceManager.ApplyResources((object) CheckBox发射禁止, "CheckBox发射禁止"); + componentResourceManager.ApplyResources(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.GetString("ComboBoxSP不静音.Items"), + componentResourceManager.GetString("ComboBoxSP不静音.Items1"), + componentResourceManager.GetString("ComboBoxSP不静音.Items2") }); - componentResourceManager.ApplyResources((object) ComboBoxSP不静音, "ComboBoxSP不静音"); + componentResourceManager.ApplyResources(ComboBoxSP不静音, "ComboBoxSP不静音"); ComboBoxSP不静音.Name = "ComboBoxSP不静音"; - componentResourceManager.ApplyResources((object) Label9, "Label9"); + componentResourceManager.ApplyResources(Label9, "Label9"); Label9.Name = "Label9"; - componentResourceManager.ApplyResources((object) TextBox信道名称, "TextBox信道名称"); + componentResourceManager.ApplyResources(TextBox信道名称, "TextBox信道名称"); TextBox信道名称.Name = "TextBox信道名称"; - componentResourceManager.ApplyResources((object) Label19, "Label19"); + componentResourceManager.ApplyResources(Label19, "Label19"); Label19.Name = "Label19"; - componentResourceManager.ApplyResources((object) CheckBoxPTTID暂停, "CheckBoxPTTID暂停"); + componentResourceManager.ApplyResources(CheckBoxPTTID暂停, "CheckBoxPTTID暂停"); CheckBoxPTTID暂停.Name = "CheckBoxPTTID暂停"; CheckBoxPTTID暂停.UseVisualStyleBackColor = true; - componentResourceManager.ApplyResources((object) CheckBox耳语, "CheckBox耳语"); + componentResourceManager.ApplyResources(CheckBox耳语, "CheckBox耳语"); CheckBox耳语.Name = "CheckBox耳语"; CheckBox耳语.UseVisualStyleBackColor = true; - componentResourceManager.ApplyResources((object) CheckBox尾音消除, "CheckBox尾音消除"); + componentResourceManager.ApplyResources(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.GetString("ComboBox可选信令.Items"), + componentResourceManager.GetString("ComboBox可选信令.Items1"), + componentResourceManager.GetString("ComboBox可选信令.Items2"), + componentResourceManager.GetString("ComboBox可选信令.Items3") }); - componentResourceManager.ApplyResources((object) ComboBox可选信令, "ComboBox可选信令"); + componentResourceManager.ApplyResources(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.GetString("ComboBoxSFT.Items"), + componentResourceManager.GetString("ComboBoxSFT.Items1"), + componentResourceManager.GetString("ComboBoxSFT.Items2") }); - componentResourceManager.ApplyResources((object) ComboBoxSFT, "ComboBoxSFT"); + componentResourceManager.ApplyResources(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.GetString("ComboBox带宽.Items"), + componentResourceManager.GetString("ComboBox带宽.Items1"), + componentResourceManager.GetString("ComboBox带宽.Items2") }); - componentResourceManager.ApplyResources((object) ComboBox带宽, "ComboBox带宽"); + componentResourceManager.ApplyResources(ComboBox带宽, "ComboBox带宽"); ComboBox带宽.Name = "ComboBox带宽"; - componentResourceManager.ApplyResources((object) Label20, "Label20"); + componentResourceManager.ApplyResources(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.GetString("ComboBoxPTTID.Items"), + componentResourceManager.GetString("ComboBoxPTTID.Items1"), + componentResourceManager.GetString("ComboBoxPTTID.Items2"), + componentResourceManager.GetString("ComboBoxPTTID.Items3") }); - componentResourceManager.ApplyResources((object) ComboBoxPTTID, "ComboBoxPTTID"); + componentResourceManager.ApplyResources(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.GetString("ComboBox发射功率.Items"), + componentResourceManager.GetString("ComboBox发射功率.Items1"), + componentResourceManager.GetString("ComboBox发射功率.Items2") }); - componentResourceManager.ApplyResources((object) ComboBox发射功率, "ComboBox发射功率"); + componentResourceManager.ApplyResources(ComboBox发射功率, "ComboBox发射功率"); ComboBox发射功率.Name = "ComboBox发射功率"; - componentResourceManager.ApplyResources((object) Label14, "Label14"); + componentResourceManager.ApplyResources(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.GetString("ComboBox繁忙信道锁定.Items"), + componentResourceManager.GetString("ComboBox繁忙信道锁定.Items1"), + componentResourceManager.GetString("ComboBox繁忙信道锁定.Items2"), + componentResourceManager.GetString("ComboBox繁忙信道锁定.Items3") }); - componentResourceManager.ApplyResources((object) ComboBox繁忙信道锁定, "ComboBox繁忙信道锁定"); + componentResourceManager.ApplyResources(ComboBox繁忙信道锁定, "ComboBox繁忙信道锁定"); ComboBox繁忙信道锁定.Name = "ComboBox繁忙信道锁定"; - componentResourceManager.ApplyResources((object) Label13, "Label13"); + componentResourceManager.ApplyResources(Label13, "Label13"); Label13.Name = "Label13"; - componentResourceManager.ApplyResources((object) Label11, "Label11"); + componentResourceManager.ApplyResources(Label11, "Label11"); Label11.Name = "Label11"; - componentResourceManager.ApplyResources((object) Label12, "Label12"); + componentResourceManager.ApplyResources(Label12, "Label12"); Label12.Name = "Label12"; - componentResourceManager.ApplyResources((object) Label10, "Label10"); + componentResourceManager.ApplyResources(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.GetString("ComboBox亚音编码.Items"), + componentResourceManager.GetString("ComboBox亚音编码.Items1"), + componentResourceManager.GetString("ComboBox亚音编码.Items2"), + componentResourceManager.GetString("ComboBox亚音编码.Items3"), + componentResourceManager.GetString("ComboBox亚音编码.Items4"), + componentResourceManager.GetString("ComboBox亚音编码.Items5"), + componentResourceManager.GetString("ComboBox亚音编码.Items6"), + componentResourceManager.GetString("ComboBox亚音编码.Items7"), + componentResourceManager.GetString("ComboBox亚音编码.Items8"), + componentResourceManager.GetString("ComboBox亚音编码.Items9"), + componentResourceManager.GetString("ComboBox亚音编码.Items10"), + componentResourceManager.GetString("ComboBox亚音编码.Items11"), + componentResourceManager.GetString("ComboBox亚音编码.Items12"), + componentResourceManager.GetString("ComboBox亚音编码.Items13"), + componentResourceManager.GetString("ComboBox亚音编码.Items14"), + componentResourceManager.GetString("ComboBox亚音编码.Items15"), + componentResourceManager.GetString("ComboBox亚音编码.Items16"), + componentResourceManager.GetString("ComboBox亚音编码.Items17"), + componentResourceManager.GetString("ComboBox亚音编码.Items18"), + componentResourceManager.GetString("ComboBox亚音编码.Items19"), + componentResourceManager.GetString("ComboBox亚音编码.Items20"), + componentResourceManager.GetString("ComboBox亚音编码.Items21"), + componentResourceManager.GetString("ComboBox亚音编码.Items22"), + componentResourceManager.GetString("ComboBox亚音编码.Items23"), + componentResourceManager.GetString("ComboBox亚音编码.Items24"), + componentResourceManager.GetString("ComboBox亚音编码.Items25"), + componentResourceManager.GetString("ComboBox亚音编码.Items26"), + componentResourceManager.GetString("ComboBox亚音编码.Items27"), + componentResourceManager.GetString("ComboBox亚音编码.Items28"), + componentResourceManager.GetString("ComboBox亚音编码.Items29"), + componentResourceManager.GetString("ComboBox亚音编码.Items30"), + componentResourceManager.GetString("ComboBox亚音编码.Items31"), + componentResourceManager.GetString("ComboBox亚音编码.Items32"), + componentResourceManager.GetString("ComboBox亚音编码.Items33"), + componentResourceManager.GetString("ComboBox亚音编码.Items34"), + componentResourceManager.GetString("ComboBox亚音编码.Items35"), + componentResourceManager.GetString("ComboBox亚音编码.Items36"), + componentResourceManager.GetString("ComboBox亚音编码.Items37"), + componentResourceManager.GetString("ComboBox亚音编码.Items38"), + componentResourceManager.GetString("ComboBox亚音编码.Items39"), + componentResourceManager.GetString("ComboBox亚音编码.Items40"), + componentResourceManager.GetString("ComboBox亚音编码.Items41"), + componentResourceManager.GetString("ComboBox亚音编码.Items42"), + componentResourceManager.GetString("ComboBox亚音编码.Items43"), + componentResourceManager.GetString("ComboBox亚音编码.Items44"), + componentResourceManager.GetString("ComboBox亚音编码.Items45"), + componentResourceManager.GetString("ComboBox亚音编码.Items46"), + componentResourceManager.GetString("ComboBox亚音编码.Items47"), + componentResourceManager.GetString("ComboBox亚音编码.Items48"), + componentResourceManager.GetString("ComboBox亚音编码.Items49"), + componentResourceManager.GetString("ComboBox亚音编码.Items50"), + componentResourceManager.GetString("ComboBox亚音编码.Items51"), + componentResourceManager.GetString("ComboBox亚音编码.Items52"), + componentResourceManager.GetString("ComboBox亚音编码.Items53"), + componentResourceManager.GetString("ComboBox亚音编码.Items54"), + componentResourceManager.GetString("ComboBox亚音编码.Items55"), + componentResourceManager.GetString("ComboBox亚音编码.Items56"), + componentResourceManager.GetString("ComboBox亚音编码.Items57"), + componentResourceManager.GetString("ComboBox亚音编码.Items58"), + componentResourceManager.GetString("ComboBox亚音编码.Items59"), + componentResourceManager.GetString("ComboBox亚音编码.Items60"), + componentResourceManager.GetString("ComboBox亚音编码.Items61"), + componentResourceManager.GetString("ComboBox亚音编码.Items62"), + componentResourceManager.GetString("ComboBox亚音编码.Items63"), + componentResourceManager.GetString("ComboBox亚音编码.Items64"), + componentResourceManager.GetString("ComboBox亚音编码.Items65"), + componentResourceManager.GetString("ComboBox亚音编码.Items66"), + componentResourceManager.GetString("ComboBox亚音编码.Items67"), + componentResourceManager.GetString("ComboBox亚音编码.Items68"), + componentResourceManager.GetString("ComboBox亚音编码.Items69"), + componentResourceManager.GetString("ComboBox亚音编码.Items70"), + componentResourceManager.GetString("ComboBox亚音编码.Items71"), + componentResourceManager.GetString("ComboBox亚音编码.Items72"), + componentResourceManager.GetString("ComboBox亚音编码.Items73"), + componentResourceManager.GetString("ComboBox亚音编码.Items74"), + componentResourceManager.GetString("ComboBox亚音编码.Items75"), + componentResourceManager.GetString("ComboBox亚音编码.Items76"), + componentResourceManager.GetString("ComboBox亚音编码.Items77"), + componentResourceManager.GetString("ComboBox亚音编码.Items78"), + componentResourceManager.GetString("ComboBox亚音编码.Items79"), + componentResourceManager.GetString("ComboBox亚音编码.Items80"), + componentResourceManager.GetString("ComboBox亚音编码.Items81"), + componentResourceManager.GetString("ComboBox亚音编码.Items82"), + componentResourceManager.GetString("ComboBox亚音编码.Items83"), + componentResourceManager.GetString("ComboBox亚音编码.Items84"), + componentResourceManager.GetString("ComboBox亚音编码.Items85"), + componentResourceManager.GetString("ComboBox亚音编码.Items86"), + componentResourceManager.GetString("ComboBox亚音编码.Items87"), + componentResourceManager.GetString("ComboBox亚音编码.Items88"), + componentResourceManager.GetString("ComboBox亚音编码.Items89"), + componentResourceManager.GetString("ComboBox亚音编码.Items90"), + componentResourceManager.GetString("ComboBox亚音编码.Items91"), + componentResourceManager.GetString("ComboBox亚音编码.Items92"), + componentResourceManager.GetString("ComboBox亚音编码.Items93"), + componentResourceManager.GetString("ComboBox亚音编码.Items94"), + componentResourceManager.GetString("ComboBox亚音编码.Items95"), + componentResourceManager.GetString("ComboBox亚音编码.Items96"), + componentResourceManager.GetString("ComboBox亚音编码.Items97"), + componentResourceManager.GetString("ComboBox亚音编码.Items98"), + componentResourceManager.GetString("ComboBox亚音编码.Items99"), + componentResourceManager.GetString("ComboBox亚音编码.Items100"), + componentResourceManager.GetString("ComboBox亚音编码.Items101"), + componentResourceManager.GetString("ComboBox亚音编码.Items102"), + componentResourceManager.GetString("ComboBox亚音编码.Items103"), + componentResourceManager.GetString("ComboBox亚音编码.Items104"), + componentResourceManager.GetString("ComboBox亚音编码.Items105"), + componentResourceManager.GetString("ComboBox亚音编码.Items106"), + componentResourceManager.GetString("ComboBox亚音编码.Items107"), + componentResourceManager.GetString("ComboBox亚音编码.Items108"), + componentResourceManager.GetString("ComboBox亚音编码.Items109"), + componentResourceManager.GetString("ComboBox亚音编码.Items110"), + componentResourceManager.GetString("ComboBox亚音编码.Items111"), + componentResourceManager.GetString("ComboBox亚音编码.Items112"), + componentResourceManager.GetString("ComboBox亚音编码.Items113"), + componentResourceManager.GetString("ComboBox亚音编码.Items114"), + componentResourceManager.GetString("ComboBox亚音编码.Items115"), + componentResourceManager.GetString("ComboBox亚音编码.Items116"), + componentResourceManager.GetString("ComboBox亚音编码.Items117"), + componentResourceManager.GetString("ComboBox亚音编码.Items118"), + componentResourceManager.GetString("ComboBox亚音编码.Items119"), + componentResourceManager.GetString("ComboBox亚音编码.Items120"), + componentResourceManager.GetString("ComboBox亚音编码.Items121"), + componentResourceManager.GetString("ComboBox亚音编码.Items122"), + componentResourceManager.GetString("ComboBox亚音编码.Items123"), + componentResourceManager.GetString("ComboBox亚音编码.Items124"), + componentResourceManager.GetString("ComboBox亚音编码.Items125"), + componentResourceManager.GetString("ComboBox亚音编码.Items126"), + componentResourceManager.GetString("ComboBox亚音编码.Items127"), + componentResourceManager.GetString("ComboBox亚音编码.Items128"), + componentResourceManager.GetString("ComboBox亚音编码.Items129"), + componentResourceManager.GetString("ComboBox亚音编码.Items130"), + componentResourceManager.GetString("ComboBox亚音编码.Items131"), + componentResourceManager.GetString("ComboBox亚音编码.Items132"), + componentResourceManager.GetString("ComboBox亚音编码.Items133"), + componentResourceManager.GetString("ComboBox亚音编码.Items134"), + componentResourceManager.GetString("ComboBox亚音编码.Items135"), + componentResourceManager.GetString("ComboBox亚音编码.Items136"), + componentResourceManager.GetString("ComboBox亚音编码.Items137"), + componentResourceManager.GetString("ComboBox亚音编码.Items138"), + componentResourceManager.GetString("ComboBox亚音编码.Items139"), + componentResourceManager.GetString("ComboBox亚音编码.Items140"), + componentResourceManager.GetString("ComboBox亚音编码.Items141"), + componentResourceManager.GetString("ComboBox亚音编码.Items142"), + componentResourceManager.GetString("ComboBox亚音编码.Items143"), + componentResourceManager.GetString("ComboBox亚音编码.Items144"), + componentResourceManager.GetString("ComboBox亚音编码.Items145"), + componentResourceManager.GetString("ComboBox亚音编码.Items146"), + componentResourceManager.GetString("ComboBox亚音编码.Items147"), + componentResourceManager.GetString("ComboBox亚音编码.Items148"), + componentResourceManager.GetString("ComboBox亚音编码.Items149"), + componentResourceManager.GetString("ComboBox亚音编码.Items150"), + componentResourceManager.GetString("ComboBox亚音编码.Items151"), + componentResourceManager.GetString("ComboBox亚音编码.Items152"), + componentResourceManager.GetString("ComboBox亚音编码.Items153"), + componentResourceManager.GetString("ComboBox亚音编码.Items154"), + componentResourceManager.GetString("ComboBox亚音编码.Items155"), + componentResourceManager.GetString("ComboBox亚音编码.Items156"), + componentResourceManager.GetString("ComboBox亚音编码.Items157"), + componentResourceManager.GetString("ComboBox亚音编码.Items158"), + componentResourceManager.GetString("ComboBox亚音编码.Items159"), + componentResourceManager.GetString("ComboBox亚音编码.Items160"), + componentResourceManager.GetString("ComboBox亚音编码.Items161"), + componentResourceManager.GetString("ComboBox亚音编码.Items162"), + componentResourceManager.GetString("ComboBox亚音编码.Items163"), + componentResourceManager.GetString("ComboBox亚音编码.Items164"), + componentResourceManager.GetString("ComboBox亚音编码.Items165"), + componentResourceManager.GetString("ComboBox亚音编码.Items166"), + componentResourceManager.GetString("ComboBox亚音编码.Items167"), + componentResourceManager.GetString("ComboBox亚音编码.Items168"), + componentResourceManager.GetString("ComboBox亚音编码.Items169"), + componentResourceManager.GetString("ComboBox亚音编码.Items170"), + componentResourceManager.GetString("ComboBox亚音编码.Items171"), + componentResourceManager.GetString("ComboBox亚音编码.Items172"), + componentResourceManager.GetString("ComboBox亚音编码.Items173"), + componentResourceManager.GetString("ComboBox亚音编码.Items174"), + componentResourceManager.GetString("ComboBox亚音编码.Items175"), + componentResourceManager.GetString("ComboBox亚音编码.Items176"), + componentResourceManager.GetString("ComboBox亚音编码.Items177"), + componentResourceManager.GetString("ComboBox亚音编码.Items178"), + componentResourceManager.GetString("ComboBox亚音编码.Items179"), + componentResourceManager.GetString("ComboBox亚音编码.Items180"), + componentResourceManager.GetString("ComboBox亚音编码.Items181"), + componentResourceManager.GetString("ComboBox亚音编码.Items182"), + componentResourceManager.GetString("ComboBox亚音编码.Items183"), + componentResourceManager.GetString("ComboBox亚音编码.Items184"), + componentResourceManager.GetString("ComboBox亚音编码.Items185"), + componentResourceManager.GetString("ComboBox亚音编码.Items186"), + componentResourceManager.GetString("ComboBox亚音编码.Items187"), + componentResourceManager.GetString("ComboBox亚音编码.Items188"), + componentResourceManager.GetString("ComboBox亚音编码.Items189"), + componentResourceManager.GetString("ComboBox亚音编码.Items190"), + componentResourceManager.GetString("ComboBox亚音编码.Items191"), + componentResourceManager.GetString("ComboBox亚音编码.Items192"), + componentResourceManager.GetString("ComboBox亚音编码.Items193"), + componentResourceManager.GetString("ComboBox亚音编码.Items194"), + componentResourceManager.GetString("ComboBox亚音编码.Items195"), + componentResourceManager.GetString("ComboBox亚音编码.Items196"), + componentResourceManager.GetString("ComboBox亚音编码.Items197"), + componentResourceManager.GetString("ComboBox亚音编码.Items198"), + componentResourceManager.GetString("ComboBox亚音编码.Items199"), + componentResourceManager.GetString("ComboBox亚音编码.Items200"), + componentResourceManager.GetString("ComboBox亚音编码.Items201"), + componentResourceManager.GetString("ComboBox亚音编码.Items202"), + componentResourceManager.GetString("ComboBox亚音编码.Items203"), + componentResourceManager.GetString("ComboBox亚音编码.Items204"), + componentResourceManager.GetString("ComboBox亚音编码.Items205"), + componentResourceManager.GetString("ComboBox亚音编码.Items206"), + componentResourceManager.GetString("ComboBox亚音编码.Items207"), + componentResourceManager.GetString("ComboBox亚音编码.Items208"), + componentResourceManager.GetString("ComboBox亚音编码.Items209"), + componentResourceManager.GetString("ComboBox亚音编码.Items210"), + componentResourceManager.GetString("ComboBox亚音编码.Items211"), + componentResourceManager.GetString("ComboBox亚音编码.Items212"), + componentResourceManager.GetString("ComboBox亚音编码.Items213"), + componentResourceManager.GetString("ComboBox亚音编码.Items214"), + componentResourceManager.GetString("ComboBox亚音编码.Items215"), + componentResourceManager.GetString("ComboBox亚音编码.Items216"), + componentResourceManager.GetString("ComboBox亚音编码.Items217"), + componentResourceManager.GetString("ComboBox亚音编码.Items218"), + componentResourceManager.GetString("ComboBox亚音编码.Items219"), + componentResourceManager.GetString("ComboBox亚音编码.Items220"), + componentResourceManager.GetString("ComboBox亚音编码.Items221"), + componentResourceManager.GetString("ComboBox亚音编码.Items222"), + componentResourceManager.GetString("ComboBox亚音编码.Items223"), + componentResourceManager.GetString("ComboBox亚音编码.Items224"), + componentResourceManager.GetString("ComboBox亚音编码.Items225"), + componentResourceManager.GetString("ComboBox亚音编码.Items226"), + componentResourceManager.GetString("ComboBox亚音编码.Items227"), + componentResourceManager.GetString("ComboBox亚音编码.Items228"), + componentResourceManager.GetString("ComboBox亚音编码.Items229"), + componentResourceManager.GetString("ComboBox亚音编码.Items230"), + componentResourceManager.GetString("ComboBox亚音编码.Items231"), + componentResourceManager.GetString("ComboBox亚音编码.Items232"), + componentResourceManager.GetString("ComboBox亚音编码.Items233"), + componentResourceManager.GetString("ComboBox亚音编码.Items234"), + componentResourceManager.GetString("ComboBox亚音编码.Items235"), + componentResourceManager.GetString("ComboBox亚音编码.Items236"), + componentResourceManager.GetString("ComboBox亚音编码.Items237"), + componentResourceManager.GetString("ComboBox亚音编码.Items238"), + componentResourceManager.GetString("ComboBox亚音编码.Items239"), + componentResourceManager.GetString("ComboBox亚音编码.Items240"), + componentResourceManager.GetString("ComboBox亚音编码.Items241"), + componentResourceManager.GetString("ComboBox亚音编码.Items242"), + componentResourceManager.GetString("ComboBox亚音编码.Items243"), + componentResourceManager.GetString("ComboBox亚音编码.Items244"), + componentResourceManager.GetString("ComboBox亚音编码.Items245"), + componentResourceManager.GetString("ComboBox亚音编码.Items246"), + componentResourceManager.GetString("ComboBox亚音编码.Items247"), + componentResourceManager.GetString("ComboBox亚音编码.Items248"), + componentResourceManager.GetString("ComboBox亚音编码.Items249"), + componentResourceManager.GetString("ComboBox亚音编码.Items250"), + componentResourceManager.GetString("ComboBox亚音编码.Items251"), + componentResourceManager.GetString("ComboBox亚音编码.Items252"), + componentResourceManager.GetString("ComboBox亚音编码.Items253"), + componentResourceManager.GetString("ComboBox亚音编码.Items254"), + componentResourceManager.GetString("ComboBox亚音编码.Items255"), + componentResourceManager.GetString("ComboBox亚音编码.Items256"), + componentResourceManager.GetString("ComboBox亚音编码.Items257"), + componentResourceManager.GetString("ComboBox亚音编码.Items258"), + componentResourceManager.GetString("ComboBox亚音编码.Items259"), + componentResourceManager.GetString("ComboBox亚音编码.Items260"), + componentResourceManager.GetString("ComboBox亚音编码.Items261"), + componentResourceManager.GetString("ComboBox亚音编码.Items262"), + componentResourceManager.GetString("ComboBox亚音编码.Items263"), + componentResourceManager.GetString("ComboBox亚音编码.Items264") }); - componentResourceManager.ApplyResources((object) ComboBox亚音编码, "ComboBox亚音编码"); + componentResourceManager.ApplyResources(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.GetString("ComboBox亚音解码.Items"), + componentResourceManager.GetString("ComboBox亚音解码.Items1"), + componentResourceManager.GetString("ComboBox亚音解码.Items2"), + componentResourceManager.GetString("ComboBox亚音解码.Items3"), + componentResourceManager.GetString("ComboBox亚音解码.Items4"), + componentResourceManager.GetString("ComboBox亚音解码.Items5"), + componentResourceManager.GetString("ComboBox亚音解码.Items6"), + componentResourceManager.GetString("ComboBox亚音解码.Items7"), + componentResourceManager.GetString("ComboBox亚音解码.Items8"), + componentResourceManager.GetString("ComboBox亚音解码.Items9"), + componentResourceManager.GetString("ComboBox亚音解码.Items10"), + componentResourceManager.GetString("ComboBox亚音解码.Items11"), + componentResourceManager.GetString("ComboBox亚音解码.Items12"), + componentResourceManager.GetString("ComboBox亚音解码.Items13"), + componentResourceManager.GetString("ComboBox亚音解码.Items14"), + componentResourceManager.GetString("ComboBox亚音解码.Items15"), + componentResourceManager.GetString("ComboBox亚音解码.Items16"), + componentResourceManager.GetString("ComboBox亚音解码.Items17"), + componentResourceManager.GetString("ComboBox亚音解码.Items18"), + componentResourceManager.GetString("ComboBox亚音解码.Items19"), + componentResourceManager.GetString("ComboBox亚音解码.Items20"), + componentResourceManager.GetString("ComboBox亚音解码.Items21"), + componentResourceManager.GetString("ComboBox亚音解码.Items22"), + componentResourceManager.GetString("ComboBox亚音解码.Items23"), + componentResourceManager.GetString("ComboBox亚音解码.Items24"), + componentResourceManager.GetString("ComboBox亚音解码.Items25"), + componentResourceManager.GetString("ComboBox亚音解码.Items26"), + componentResourceManager.GetString("ComboBox亚音解码.Items27"), + componentResourceManager.GetString("ComboBox亚音解码.Items28"), + componentResourceManager.GetString("ComboBox亚音解码.Items29"), + componentResourceManager.GetString("ComboBox亚音解码.Items30"), + componentResourceManager.GetString("ComboBox亚音解码.Items31"), + componentResourceManager.GetString("ComboBox亚音解码.Items32"), + componentResourceManager.GetString("ComboBox亚音解码.Items33"), + componentResourceManager.GetString("ComboBox亚音解码.Items34"), + componentResourceManager.GetString("ComboBox亚音解码.Items35"), + componentResourceManager.GetString("ComboBox亚音解码.Items36"), + componentResourceManager.GetString("ComboBox亚音解码.Items37"), + componentResourceManager.GetString("ComboBox亚音解码.Items38"), + componentResourceManager.GetString("ComboBox亚音解码.Items39"), + componentResourceManager.GetString("ComboBox亚音解码.Items40"), + componentResourceManager.GetString("ComboBox亚音解码.Items41"), + componentResourceManager.GetString("ComboBox亚音解码.Items42"), + componentResourceManager.GetString("ComboBox亚音解码.Items43"), + componentResourceManager.GetString("ComboBox亚音解码.Items44"), + componentResourceManager.GetString("ComboBox亚音解码.Items45"), + componentResourceManager.GetString("ComboBox亚音解码.Items46"), + componentResourceManager.GetString("ComboBox亚音解码.Items47"), + componentResourceManager.GetString("ComboBox亚音解码.Items48"), + componentResourceManager.GetString("ComboBox亚音解码.Items49"), + componentResourceManager.GetString("ComboBox亚音解码.Items50"), + componentResourceManager.GetString("ComboBox亚音解码.Items51"), + componentResourceManager.GetString("ComboBox亚音解码.Items52"), + componentResourceManager.GetString("ComboBox亚音解码.Items53"), + componentResourceManager.GetString("ComboBox亚音解码.Items54"), + componentResourceManager.GetString("ComboBox亚音解码.Items55"), + componentResourceManager.GetString("ComboBox亚音解码.Items56"), + componentResourceManager.GetString("ComboBox亚音解码.Items57"), + componentResourceManager.GetString("ComboBox亚音解码.Items58"), + componentResourceManager.GetString("ComboBox亚音解码.Items59"), + componentResourceManager.GetString("ComboBox亚音解码.Items60"), + componentResourceManager.GetString("ComboBox亚音解码.Items61"), + componentResourceManager.GetString("ComboBox亚音解码.Items62"), + componentResourceManager.GetString("ComboBox亚音解码.Items63"), + componentResourceManager.GetString("ComboBox亚音解码.Items64"), + componentResourceManager.GetString("ComboBox亚音解码.Items65"), + componentResourceManager.GetString("ComboBox亚音解码.Items66"), + componentResourceManager.GetString("ComboBox亚音解码.Items67"), + componentResourceManager.GetString("ComboBox亚音解码.Items68"), + componentResourceManager.GetString("ComboBox亚音解码.Items69"), + componentResourceManager.GetString("ComboBox亚音解码.Items70"), + componentResourceManager.GetString("ComboBox亚音解码.Items71"), + componentResourceManager.GetString("ComboBox亚音解码.Items72"), + componentResourceManager.GetString("ComboBox亚音解码.Items73"), + componentResourceManager.GetString("ComboBox亚音解码.Items74"), + componentResourceManager.GetString("ComboBox亚音解码.Items75"), + componentResourceManager.GetString("ComboBox亚音解码.Items76"), + componentResourceManager.GetString("ComboBox亚音解码.Items77"), + componentResourceManager.GetString("ComboBox亚音解码.Items78"), + componentResourceManager.GetString("ComboBox亚音解码.Items79"), + componentResourceManager.GetString("ComboBox亚音解码.Items80"), + componentResourceManager.GetString("ComboBox亚音解码.Items81"), + componentResourceManager.GetString("ComboBox亚音解码.Items82"), + componentResourceManager.GetString("ComboBox亚音解码.Items83"), + componentResourceManager.GetString("ComboBox亚音解码.Items84"), + componentResourceManager.GetString("ComboBox亚音解码.Items85"), + componentResourceManager.GetString("ComboBox亚音解码.Items86"), + componentResourceManager.GetString("ComboBox亚音解码.Items87"), + componentResourceManager.GetString("ComboBox亚音解码.Items88"), + componentResourceManager.GetString("ComboBox亚音解码.Items89"), + componentResourceManager.GetString("ComboBox亚音解码.Items90"), + componentResourceManager.GetString("ComboBox亚音解码.Items91"), + componentResourceManager.GetString("ComboBox亚音解码.Items92"), + componentResourceManager.GetString("ComboBox亚音解码.Items93"), + componentResourceManager.GetString("ComboBox亚音解码.Items94"), + componentResourceManager.GetString("ComboBox亚音解码.Items95"), + componentResourceManager.GetString("ComboBox亚音解码.Items96"), + componentResourceManager.GetString("ComboBox亚音解码.Items97"), + componentResourceManager.GetString("ComboBox亚音解码.Items98"), + componentResourceManager.GetString("ComboBox亚音解码.Items99"), + componentResourceManager.GetString("ComboBox亚音解码.Items100"), + componentResourceManager.GetString("ComboBox亚音解码.Items101"), + componentResourceManager.GetString("ComboBox亚音解码.Items102"), + componentResourceManager.GetString("ComboBox亚音解码.Items103"), + componentResourceManager.GetString("ComboBox亚音解码.Items104"), + componentResourceManager.GetString("ComboBox亚音解码.Items105"), + componentResourceManager.GetString("ComboBox亚音解码.Items106"), + componentResourceManager.GetString("ComboBox亚音解码.Items107"), + componentResourceManager.GetString("ComboBox亚音解码.Items108"), + componentResourceManager.GetString("ComboBox亚音解码.Items109"), + componentResourceManager.GetString("ComboBox亚音解码.Items110"), + componentResourceManager.GetString("ComboBox亚音解码.Items111"), + componentResourceManager.GetString("ComboBox亚音解码.Items112"), + componentResourceManager.GetString("ComboBox亚音解码.Items113"), + componentResourceManager.GetString("ComboBox亚音解码.Items114"), + componentResourceManager.GetString("ComboBox亚音解码.Items115"), + componentResourceManager.GetString("ComboBox亚音解码.Items116"), + componentResourceManager.GetString("ComboBox亚音解码.Items117"), + componentResourceManager.GetString("ComboBox亚音解码.Items118"), + componentResourceManager.GetString("ComboBox亚音解码.Items119"), + componentResourceManager.GetString("ComboBox亚音解码.Items120"), + componentResourceManager.GetString("ComboBox亚音解码.Items121"), + componentResourceManager.GetString("ComboBox亚音解码.Items122"), + componentResourceManager.GetString("ComboBox亚音解码.Items123"), + componentResourceManager.GetString("ComboBox亚音解码.Items124"), + componentResourceManager.GetString("ComboBox亚音解码.Items125"), + componentResourceManager.GetString("ComboBox亚音解码.Items126"), + componentResourceManager.GetString("ComboBox亚音解码.Items127"), + componentResourceManager.GetString("ComboBox亚音解码.Items128"), + componentResourceManager.GetString("ComboBox亚音解码.Items129"), + componentResourceManager.GetString("ComboBox亚音解码.Items130"), + componentResourceManager.GetString("ComboBox亚音解码.Items131"), + componentResourceManager.GetString("ComboBox亚音解码.Items132"), + componentResourceManager.GetString("ComboBox亚音解码.Items133"), + componentResourceManager.GetString("ComboBox亚音解码.Items134"), + componentResourceManager.GetString("ComboBox亚音解码.Items135"), + componentResourceManager.GetString("ComboBox亚音解码.Items136"), + componentResourceManager.GetString("ComboBox亚音解码.Items137"), + componentResourceManager.GetString("ComboBox亚音解码.Items138"), + componentResourceManager.GetString("ComboBox亚音解码.Items139"), + componentResourceManager.GetString("ComboBox亚音解码.Items140"), + componentResourceManager.GetString("ComboBox亚音解码.Items141"), + componentResourceManager.GetString("ComboBox亚音解码.Items142"), + componentResourceManager.GetString("ComboBox亚音解码.Items143"), + componentResourceManager.GetString("ComboBox亚音解码.Items144"), + componentResourceManager.GetString("ComboBox亚音解码.Items145"), + componentResourceManager.GetString("ComboBox亚音解码.Items146"), + componentResourceManager.GetString("ComboBox亚音解码.Items147"), + componentResourceManager.GetString("ComboBox亚音解码.Items148"), + componentResourceManager.GetString("ComboBox亚音解码.Items149"), + componentResourceManager.GetString("ComboBox亚音解码.Items150"), + componentResourceManager.GetString("ComboBox亚音解码.Items151"), + componentResourceManager.GetString("ComboBox亚音解码.Items152"), + componentResourceManager.GetString("ComboBox亚音解码.Items153"), + componentResourceManager.GetString("ComboBox亚音解码.Items154"), + componentResourceManager.GetString("ComboBox亚音解码.Items155"), + componentResourceManager.GetString("ComboBox亚音解码.Items156"), + componentResourceManager.GetString("ComboBox亚音解码.Items157"), + componentResourceManager.GetString("ComboBox亚音解码.Items158"), + componentResourceManager.GetString("ComboBox亚音解码.Items159"), + componentResourceManager.GetString("ComboBox亚音解码.Items160"), + componentResourceManager.GetString("ComboBox亚音解码.Items161"), + componentResourceManager.GetString("ComboBox亚音解码.Items162"), + componentResourceManager.GetString("ComboBox亚音解码.Items163"), + componentResourceManager.GetString("ComboBox亚音解码.Items164"), + componentResourceManager.GetString("ComboBox亚音解码.Items165"), + componentResourceManager.GetString("ComboBox亚音解码.Items166"), + componentResourceManager.GetString("ComboBox亚音解码.Items167"), + componentResourceManager.GetString("ComboBox亚音解码.Items168"), + componentResourceManager.GetString("ComboBox亚音解码.Items169"), + componentResourceManager.GetString("ComboBox亚音解码.Items170"), + componentResourceManager.GetString("ComboBox亚音解码.Items171"), + componentResourceManager.GetString("ComboBox亚音解码.Items172"), + componentResourceManager.GetString("ComboBox亚音解码.Items173"), + componentResourceManager.GetString("ComboBox亚音解码.Items174"), + componentResourceManager.GetString("ComboBox亚音解码.Items175"), + componentResourceManager.GetString("ComboBox亚音解码.Items176"), + componentResourceManager.GetString("ComboBox亚音解码.Items177"), + componentResourceManager.GetString("ComboBox亚音解码.Items178"), + componentResourceManager.GetString("ComboBox亚音解码.Items179"), + componentResourceManager.GetString("ComboBox亚音解码.Items180"), + componentResourceManager.GetString("ComboBox亚音解码.Items181"), + componentResourceManager.GetString("ComboBox亚音解码.Items182"), + componentResourceManager.GetString("ComboBox亚音解码.Items183"), + componentResourceManager.GetString("ComboBox亚音解码.Items184"), + componentResourceManager.GetString("ComboBox亚音解码.Items185"), + componentResourceManager.GetString("ComboBox亚音解码.Items186"), + componentResourceManager.GetString("ComboBox亚音解码.Items187"), + componentResourceManager.GetString("ComboBox亚音解码.Items188"), + componentResourceManager.GetString("ComboBox亚音解码.Items189"), + componentResourceManager.GetString("ComboBox亚音解码.Items190"), + componentResourceManager.GetString("ComboBox亚音解码.Items191"), + componentResourceManager.GetString("ComboBox亚音解码.Items192"), + componentResourceManager.GetString("ComboBox亚音解码.Items193"), + componentResourceManager.GetString("ComboBox亚音解码.Items194"), + componentResourceManager.GetString("ComboBox亚音解码.Items195"), + componentResourceManager.GetString("ComboBox亚音解码.Items196"), + componentResourceManager.GetString("ComboBox亚音解码.Items197"), + componentResourceManager.GetString("ComboBox亚音解码.Items198"), + componentResourceManager.GetString("ComboBox亚音解码.Items199"), + componentResourceManager.GetString("ComboBox亚音解码.Items200"), + componentResourceManager.GetString("ComboBox亚音解码.Items201"), + componentResourceManager.GetString("ComboBox亚音解码.Items202"), + componentResourceManager.GetString("ComboBox亚音解码.Items203"), + componentResourceManager.GetString("ComboBox亚音解码.Items204"), + componentResourceManager.GetString("ComboBox亚音解码.Items205"), + componentResourceManager.GetString("ComboBox亚音解码.Items206"), + componentResourceManager.GetString("ComboBox亚音解码.Items207"), + componentResourceManager.GetString("ComboBox亚音解码.Items208"), + componentResourceManager.GetString("ComboBox亚音解码.Items209"), + componentResourceManager.GetString("ComboBox亚音解码.Items210"), + componentResourceManager.GetString("ComboBox亚音解码.Items211"), + componentResourceManager.GetString("ComboBox亚音解码.Items212"), + componentResourceManager.GetString("ComboBox亚音解码.Items213"), + componentResourceManager.GetString("ComboBox亚音解码.Items214"), + componentResourceManager.GetString("ComboBox亚音解码.Items215"), + componentResourceManager.GetString("ComboBox亚音解码.Items216"), + componentResourceManager.GetString("ComboBox亚音解码.Items217"), + componentResourceManager.GetString("ComboBox亚音解码.Items218"), + componentResourceManager.GetString("ComboBox亚音解码.Items219"), + componentResourceManager.GetString("ComboBox亚音解码.Items220"), + componentResourceManager.GetString("ComboBox亚音解码.Items221"), + componentResourceManager.GetString("ComboBox亚音解码.Items222"), + componentResourceManager.GetString("ComboBox亚音解码.Items223"), + componentResourceManager.GetString("ComboBox亚音解码.Items224"), + componentResourceManager.GetString("ComboBox亚音解码.Items225"), + componentResourceManager.GetString("ComboBox亚音解码.Items226"), + componentResourceManager.GetString("ComboBox亚音解码.Items227"), + componentResourceManager.GetString("ComboBox亚音解码.Items228"), + componentResourceManager.GetString("ComboBox亚音解码.Items229"), + componentResourceManager.GetString("ComboBox亚音解码.Items230"), + componentResourceManager.GetString("ComboBox亚音解码.Items231"), + componentResourceManager.GetString("ComboBox亚音解码.Items232"), + componentResourceManager.GetString("ComboBox亚音解码.Items233"), + componentResourceManager.GetString("ComboBox亚音解码.Items234"), + componentResourceManager.GetString("ComboBox亚音解码.Items235"), + componentResourceManager.GetString("ComboBox亚音解码.Items236"), + componentResourceManager.GetString("ComboBox亚音解码.Items237"), + componentResourceManager.GetString("ComboBox亚音解码.Items238"), + componentResourceManager.GetString("ComboBox亚音解码.Items239"), + componentResourceManager.GetString("ComboBox亚音解码.Items240"), + componentResourceManager.GetString("ComboBox亚音解码.Items241"), + componentResourceManager.GetString("ComboBox亚音解码.Items242"), + componentResourceManager.GetString("ComboBox亚音解码.Items243"), + componentResourceManager.GetString("ComboBox亚音解码.Items244"), + componentResourceManager.GetString("ComboBox亚音解码.Items245"), + componentResourceManager.GetString("ComboBox亚音解码.Items246"), + componentResourceManager.GetString("ComboBox亚音解码.Items247"), + componentResourceManager.GetString("ComboBox亚音解码.Items248"), + componentResourceManager.GetString("ComboBox亚音解码.Items249"), + componentResourceManager.GetString("ComboBox亚音解码.Items250"), + componentResourceManager.GetString("ComboBox亚音解码.Items251"), + componentResourceManager.GetString("ComboBox亚音解码.Items252"), + componentResourceManager.GetString("ComboBox亚音解码.Items253"), + componentResourceManager.GetString("ComboBox亚音解码.Items254"), + componentResourceManager.GetString("ComboBox亚音解码.Items255"), + componentResourceManager.GetString("ComboBox亚音解码.Items256"), + componentResourceManager.GetString("ComboBox亚音解码.Items257"), + componentResourceManager.GetString("ComboBox亚音解码.Items258"), + componentResourceManager.GetString("ComboBox亚音解码.Items259"), + componentResourceManager.GetString("ComboBox亚音解码.Items260"), + componentResourceManager.GetString("ComboBox亚音解码.Items261"), + componentResourceManager.GetString("ComboBox亚音解码.Items262"), + componentResourceManager.GetString("ComboBox亚音解码.Items263"), + componentResourceManager.GetString("ComboBox亚音解码.Items264") }); - componentResourceManager.ApplyResources((object) ComboBox亚音解码, "ComboBox亚音解码"); + componentResourceManager.ApplyResources(ComboBox亚音解码, "ComboBox亚音解码"); ComboBox亚音解码.Name = "ComboBox亚音解码"; - componentResourceManager.ApplyResources((object) Label8, "Label8"); + componentResourceManager.ApplyResources(Label8, "Label8"); Label8.Name = "Label8"; - componentResourceManager.ApplyResources((object) Label6, "Label6"); + componentResourceManager.ApplyResources(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.GetString("ComboBox亚音编码类型.Items"), + componentResourceManager.GetString("ComboBox亚音编码类型.Items1"), + componentResourceManager.GetString("ComboBox亚音编码类型.Items2"), + componentResourceManager.GetString("ComboBox亚音编码类型.Items3") }); - componentResourceManager.ApplyResources((object) ComboBox亚音编码类型, "ComboBox亚音编码类型"); + componentResourceManager.ApplyResources(ComboBox亚音编码类型, "ComboBox亚音编码类型"); ComboBox亚音编码类型.Name = "ComboBox亚音编码类型"; - componentResourceManager.ApplyResources((object) Label7, "Label7"); + componentResourceManager.ApplyResources(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.GetString("ComboBox亚音解码类型.Items"), + componentResourceManager.GetString("ComboBox亚音解码类型.Items1"), + componentResourceManager.GetString("ComboBox亚音解码类型.Items2"), + componentResourceManager.GetString("ComboBox亚音解码类型.Items3") }); - componentResourceManager.ApplyResources((object) ComboBox亚音解码类型, "ComboBox亚音解码类型"); + componentResourceManager.ApplyResources(ComboBox亚音解码类型, "ComboBox亚音解码类型"); ComboBox亚音解码类型.Name = "ComboBox亚音解码类型"; - componentResourceManager.ApplyResources((object) Label5, "Label5"); + componentResourceManager.ApplyResources(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.GetString("ComboBoxStep.Items"), + componentResourceManager.GetString("ComboBoxStep.Items1"), + componentResourceManager.GetString("ComboBoxStep.Items2"), + componentResourceManager.GetString("ComboBoxStep.Items3"), + componentResourceManager.GetString("ComboBoxStep.Items4"), + componentResourceManager.GetString("ComboBoxStep.Items5"), + componentResourceManager.GetString("ComboBoxStep.Items6"), + componentResourceManager.GetString("ComboBoxStep.Items7"), + componentResourceManager.GetString("ComboBoxStep.Items8"), + componentResourceManager.GetString("ComboBoxStep.Items9"), + componentResourceManager.GetString("ComboBoxStep.Items10") }); - componentResourceManager.ApplyResources((object) ComboBoxStep, "ComboBoxStep"); + componentResourceManager.ApplyResources(ComboBoxStep, "ComboBoxStep"); ComboBoxStep.Name = "ComboBoxStep"; - componentResourceManager.ApplyResources((object) Label4, "Label4"); + componentResourceManager.ApplyResources(Label4, "Label4"); Label4.Name = "Label4"; - componentResourceManager.ApplyResources((object) TextBoxTxFreq, "TextBoxTxFreq"); + componentResourceManager.ApplyResources(TextBoxTxFreq, "TextBoxTxFreq"); TextBoxTxFreq.Name = "TextBoxTxFreq"; - componentResourceManager.ApplyResources((object) Label3, "Label3"); + componentResourceManager.ApplyResources(Label3, "Label3"); Label3.Name = "Label3"; - componentResourceManager.ApplyResources((object) Button3, "Button3"); + componentResourceManager.ApplyResources(Button3, "Button3"); Button3.Name = "Button3"; Button3.UseVisualStyleBackColor = true; - componentResourceManager.ApplyResources((object) Button2, "Button2"); + componentResourceManager.ApplyResources(Button2, "Button2"); Button2.Name = "Button2"; Button2.UseVisualStyleBackColor = true; - componentResourceManager.ApplyResources((object) Button1, "Button1"); + componentResourceManager.ApplyResources(Button1, "Button1"); Button1.Name = "Button1"; Button1.UseVisualStyleBackColor = true; ComboBox编辑信道号.AutoCompleteMode = AutoCompleteMode.SuggestAppend; @@ -1053,533 +1053,533 @@ namespace HPG_68D 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.GetString("ComboBox编辑信道号.Items"), + componentResourceManager.GetString("ComboBox编辑信道号.Items1"), + componentResourceManager.GetString("ComboBox编辑信道号.Items2"), + componentResourceManager.GetString("ComboBox编辑信道号.Items3"), + componentResourceManager.GetString("ComboBox编辑信道号.Items4"), + componentResourceManager.GetString("ComboBox编辑信道号.Items5"), + componentResourceManager.GetString("ComboBox编辑信道号.Items6"), + componentResourceManager.GetString("ComboBox编辑信道号.Items7"), + componentResourceManager.GetString("ComboBox编辑信道号.Items8"), + componentResourceManager.GetString("ComboBox编辑信道号.Items9"), + componentResourceManager.GetString("ComboBox编辑信道号.Items10"), + componentResourceManager.GetString("ComboBox编辑信道号.Items11"), + componentResourceManager.GetString("ComboBox编辑信道号.Items12"), + componentResourceManager.GetString("ComboBox编辑信道号.Items13"), + componentResourceManager.GetString("ComboBox编辑信道号.Items14"), + componentResourceManager.GetString("ComboBox编辑信道号.Items15"), + componentResourceManager.GetString("ComboBox编辑信道号.Items16"), + componentResourceManager.GetString("ComboBox编辑信道号.Items17"), + componentResourceManager.GetString("ComboBox编辑信道号.Items18"), + componentResourceManager.GetString("ComboBox编辑信道号.Items19"), + componentResourceManager.GetString("ComboBox编辑信道号.Items20"), + componentResourceManager.GetString("ComboBox编辑信道号.Items21"), + componentResourceManager.GetString("ComboBox编辑信道号.Items22"), + componentResourceManager.GetString("ComboBox编辑信道号.Items23"), + componentResourceManager.GetString("ComboBox编辑信道号.Items24"), + componentResourceManager.GetString("ComboBox编辑信道号.Items25"), + componentResourceManager.GetString("ComboBox编辑信道号.Items26"), + componentResourceManager.GetString("ComboBox编辑信道号.Items27"), + componentResourceManager.GetString("ComboBox编辑信道号.Items28"), + componentResourceManager.GetString("ComboBox编辑信道号.Items29"), + componentResourceManager.GetString("ComboBox编辑信道号.Items30"), + componentResourceManager.GetString("ComboBox编辑信道号.Items31"), + componentResourceManager.GetString("ComboBox编辑信道号.Items32"), + componentResourceManager.GetString("ComboBox编辑信道号.Items33"), + componentResourceManager.GetString("ComboBox编辑信道号.Items34"), + componentResourceManager.GetString("ComboBox编辑信道号.Items35"), + componentResourceManager.GetString("ComboBox编辑信道号.Items36"), + componentResourceManager.GetString("ComboBox编辑信道号.Items37"), + componentResourceManager.GetString("ComboBox编辑信道号.Items38"), + componentResourceManager.GetString("ComboBox编辑信道号.Items39"), + componentResourceManager.GetString("ComboBox编辑信道号.Items40"), + componentResourceManager.GetString("ComboBox编辑信道号.Items41"), + componentResourceManager.GetString("ComboBox编辑信道号.Items42"), + componentResourceManager.GetString("ComboBox编辑信道号.Items43"), + componentResourceManager.GetString("ComboBox编辑信道号.Items44"), + componentResourceManager.GetString("ComboBox编辑信道号.Items45"), + componentResourceManager.GetString("ComboBox编辑信道号.Items46"), + componentResourceManager.GetString("ComboBox编辑信道号.Items47"), + componentResourceManager.GetString("ComboBox编辑信道号.Items48"), + componentResourceManager.GetString("ComboBox编辑信道号.Items49"), + componentResourceManager.GetString("ComboBox编辑信道号.Items50"), + componentResourceManager.GetString("ComboBox编辑信道号.Items51"), + componentResourceManager.GetString("ComboBox编辑信道号.Items52"), + componentResourceManager.GetString("ComboBox编辑信道号.Items53"), + componentResourceManager.GetString("ComboBox编辑信道号.Items54"), + componentResourceManager.GetString("ComboBox编辑信道号.Items55"), + componentResourceManager.GetString("ComboBox编辑信道号.Items56"), + componentResourceManager.GetString("ComboBox编辑信道号.Items57"), + componentResourceManager.GetString("ComboBox编辑信道号.Items58"), + componentResourceManager.GetString("ComboBox编辑信道号.Items59"), + componentResourceManager.GetString("ComboBox编辑信道号.Items60"), + componentResourceManager.GetString("ComboBox编辑信道号.Items61"), + componentResourceManager.GetString("ComboBox编辑信道号.Items62"), + componentResourceManager.GetString("ComboBox编辑信道号.Items63"), + componentResourceManager.GetString("ComboBox编辑信道号.Items64"), + componentResourceManager.GetString("ComboBox编辑信道号.Items65"), + componentResourceManager.GetString("ComboBox编辑信道号.Items66"), + componentResourceManager.GetString("ComboBox编辑信道号.Items67"), + componentResourceManager.GetString("ComboBox编辑信道号.Items68"), + componentResourceManager.GetString("ComboBox编辑信道号.Items69"), + componentResourceManager.GetString("ComboBox编辑信道号.Items70"), + componentResourceManager.GetString("ComboBox编辑信道号.Items71"), + componentResourceManager.GetString("ComboBox编辑信道号.Items72"), + componentResourceManager.GetString("ComboBox编辑信道号.Items73"), + componentResourceManager.GetString("ComboBox编辑信道号.Items74"), + componentResourceManager.GetString("ComboBox编辑信道号.Items75"), + componentResourceManager.GetString("ComboBox编辑信道号.Items76"), + componentResourceManager.GetString("ComboBox编辑信道号.Items77"), + componentResourceManager.GetString("ComboBox编辑信道号.Items78"), + componentResourceManager.GetString("ComboBox编辑信道号.Items79"), + componentResourceManager.GetString("ComboBox编辑信道号.Items80"), + componentResourceManager.GetString("ComboBox编辑信道号.Items81"), + componentResourceManager.GetString("ComboBox编辑信道号.Items82"), + componentResourceManager.GetString("ComboBox编辑信道号.Items83"), + componentResourceManager.GetString("ComboBox编辑信道号.Items84"), + componentResourceManager.GetString("ComboBox编辑信道号.Items85"), + componentResourceManager.GetString("ComboBox编辑信道号.Items86"), + componentResourceManager.GetString("ComboBox编辑信道号.Items87"), + componentResourceManager.GetString("ComboBox编辑信道号.Items88"), + componentResourceManager.GetString("ComboBox编辑信道号.Items89"), + componentResourceManager.GetString("ComboBox编辑信道号.Items90"), + componentResourceManager.GetString("ComboBox编辑信道号.Items91"), + componentResourceManager.GetString("ComboBox编辑信道号.Items92"), + componentResourceManager.GetString("ComboBox编辑信道号.Items93"), + componentResourceManager.GetString("ComboBox编辑信道号.Items94"), + componentResourceManager.GetString("ComboBox编辑信道号.Items95"), + componentResourceManager.GetString("ComboBox编辑信道号.Items96"), + componentResourceManager.GetString("ComboBox编辑信道号.Items97"), + componentResourceManager.GetString("ComboBox编辑信道号.Items98"), + componentResourceManager.GetString("ComboBox编辑信道号.Items99"), + componentResourceManager.GetString("ComboBox编辑信道号.Items100"), + componentResourceManager.GetString("ComboBox编辑信道号.Items101"), + componentResourceManager.GetString("ComboBox编辑信道号.Items102"), + componentResourceManager.GetString("ComboBox编辑信道号.Items103"), + componentResourceManager.GetString("ComboBox编辑信道号.Items104"), + componentResourceManager.GetString("ComboBox编辑信道号.Items105"), + componentResourceManager.GetString("ComboBox编辑信道号.Items106"), + componentResourceManager.GetString("ComboBox编辑信道号.Items107"), + componentResourceManager.GetString("ComboBox编辑信道号.Items108"), + componentResourceManager.GetString("ComboBox编辑信道号.Items109"), + componentResourceManager.GetString("ComboBox编辑信道号.Items110"), + componentResourceManager.GetString("ComboBox编辑信道号.Items111"), + componentResourceManager.GetString("ComboBox编辑信道号.Items112"), + componentResourceManager.GetString("ComboBox编辑信道号.Items113"), + componentResourceManager.GetString("ComboBox编辑信道号.Items114"), + componentResourceManager.GetString("ComboBox编辑信道号.Items115"), + componentResourceManager.GetString("ComboBox编辑信道号.Items116"), + componentResourceManager.GetString("ComboBox编辑信道号.Items117"), + componentResourceManager.GetString("ComboBox编辑信道号.Items118"), + componentResourceManager.GetString("ComboBox编辑信道号.Items119"), + componentResourceManager.GetString("ComboBox编辑信道号.Items120"), + componentResourceManager.GetString("ComboBox编辑信道号.Items121"), + componentResourceManager.GetString("ComboBox编辑信道号.Items122"), + componentResourceManager.GetString("ComboBox编辑信道号.Items123"), + componentResourceManager.GetString("ComboBox编辑信道号.Items124"), + componentResourceManager.GetString("ComboBox编辑信道号.Items125"), + componentResourceManager.GetString("ComboBox编辑信道号.Items126"), + componentResourceManager.GetString("ComboBox编辑信道号.Items127"), + componentResourceManager.GetString("ComboBox编辑信道号.Items128"), + componentResourceManager.GetString("ComboBox编辑信道号.Items129"), + componentResourceManager.GetString("ComboBox编辑信道号.Items130"), + componentResourceManager.GetString("ComboBox编辑信道号.Items131"), + componentResourceManager.GetString("ComboBox编辑信道号.Items132"), + componentResourceManager.GetString("ComboBox编辑信道号.Items133"), + componentResourceManager.GetString("ComboBox编辑信道号.Items134"), + componentResourceManager.GetString("ComboBox编辑信道号.Items135"), + componentResourceManager.GetString("ComboBox编辑信道号.Items136"), + componentResourceManager.GetString("ComboBox编辑信道号.Items137"), + componentResourceManager.GetString("ComboBox编辑信道号.Items138"), + componentResourceManager.GetString("ComboBox编辑信道号.Items139"), + componentResourceManager.GetString("ComboBox编辑信道号.Items140"), + componentResourceManager.GetString("ComboBox编辑信道号.Items141"), + componentResourceManager.GetString("ComboBox编辑信道号.Items142"), + componentResourceManager.GetString("ComboBox编辑信道号.Items143"), + componentResourceManager.GetString("ComboBox编辑信道号.Items144"), + componentResourceManager.GetString("ComboBox编辑信道号.Items145"), + componentResourceManager.GetString("ComboBox编辑信道号.Items146"), + componentResourceManager.GetString("ComboBox编辑信道号.Items147"), + componentResourceManager.GetString("ComboBox编辑信道号.Items148"), + componentResourceManager.GetString("ComboBox编辑信道号.Items149"), + componentResourceManager.GetString("ComboBox编辑信道号.Items150"), + componentResourceManager.GetString("ComboBox编辑信道号.Items151"), + componentResourceManager.GetString("ComboBox编辑信道号.Items152"), + componentResourceManager.GetString("ComboBox编辑信道号.Items153"), + componentResourceManager.GetString("ComboBox编辑信道号.Items154"), + componentResourceManager.GetString("ComboBox编辑信道号.Items155"), + componentResourceManager.GetString("ComboBox编辑信道号.Items156"), + componentResourceManager.GetString("ComboBox编辑信道号.Items157"), + componentResourceManager.GetString("ComboBox编辑信道号.Items158"), + componentResourceManager.GetString("ComboBox编辑信道号.Items159"), + componentResourceManager.GetString("ComboBox编辑信道号.Items160"), + componentResourceManager.GetString("ComboBox编辑信道号.Items161"), + componentResourceManager.GetString("ComboBox编辑信道号.Items162"), + componentResourceManager.GetString("ComboBox编辑信道号.Items163"), + componentResourceManager.GetString("ComboBox编辑信道号.Items164"), + componentResourceManager.GetString("ComboBox编辑信道号.Items165"), + componentResourceManager.GetString("ComboBox编辑信道号.Items166"), + componentResourceManager.GetString("ComboBox编辑信道号.Items167"), + componentResourceManager.GetString("ComboBox编辑信道号.Items168"), + componentResourceManager.GetString("ComboBox编辑信道号.Items169"), + componentResourceManager.GetString("ComboBox编辑信道号.Items170"), + componentResourceManager.GetString("ComboBox编辑信道号.Items171"), + componentResourceManager.GetString("ComboBox编辑信道号.Items172"), + componentResourceManager.GetString("ComboBox编辑信道号.Items173"), + componentResourceManager.GetString("ComboBox编辑信道号.Items174"), + componentResourceManager.GetString("ComboBox编辑信道号.Items175"), + componentResourceManager.GetString("ComboBox编辑信道号.Items176"), + componentResourceManager.GetString("ComboBox编辑信道号.Items177"), + componentResourceManager.GetString("ComboBox编辑信道号.Items178"), + componentResourceManager.GetString("ComboBox编辑信道号.Items179"), + componentResourceManager.GetString("ComboBox编辑信道号.Items180"), + componentResourceManager.GetString("ComboBox编辑信道号.Items181"), + componentResourceManager.GetString("ComboBox编辑信道号.Items182"), + componentResourceManager.GetString("ComboBox编辑信道号.Items183"), + componentResourceManager.GetString("ComboBox编辑信道号.Items184"), + componentResourceManager.GetString("ComboBox编辑信道号.Items185"), + componentResourceManager.GetString("ComboBox编辑信道号.Items186"), + componentResourceManager.GetString("ComboBox编辑信道号.Items187"), + componentResourceManager.GetString("ComboBox编辑信道号.Items188"), + componentResourceManager.GetString("ComboBox编辑信道号.Items189"), + componentResourceManager.GetString("ComboBox编辑信道号.Items190"), + componentResourceManager.GetString("ComboBox编辑信道号.Items191"), + componentResourceManager.GetString("ComboBox编辑信道号.Items192"), + componentResourceManager.GetString("ComboBox编辑信道号.Items193"), + componentResourceManager.GetString("ComboBox编辑信道号.Items194"), + componentResourceManager.GetString("ComboBox编辑信道号.Items195"), + componentResourceManager.GetString("ComboBox编辑信道号.Items196"), + componentResourceManager.GetString("ComboBox编辑信道号.Items197"), + componentResourceManager.GetString("ComboBox编辑信道号.Items198"), + componentResourceManager.GetString("ComboBox编辑信道号.Items199"), + componentResourceManager.GetString("ComboBox编辑信道号.Items200"), + componentResourceManager.GetString("ComboBox编辑信道号.Items201"), + componentResourceManager.GetString("ComboBox编辑信道号.Items202"), + componentResourceManager.GetString("ComboBox编辑信道号.Items203"), + componentResourceManager.GetString("ComboBox编辑信道号.Items204"), + componentResourceManager.GetString("ComboBox编辑信道号.Items205"), + componentResourceManager.GetString("ComboBox编辑信道号.Items206"), + componentResourceManager.GetString("ComboBox编辑信道号.Items207"), + componentResourceManager.GetString("ComboBox编辑信道号.Items208"), + componentResourceManager.GetString("ComboBox编辑信道号.Items209"), + componentResourceManager.GetString("ComboBox编辑信道号.Items210"), + componentResourceManager.GetString("ComboBox编辑信道号.Items211"), + componentResourceManager.GetString("ComboBox编辑信道号.Items212"), + componentResourceManager.GetString("ComboBox编辑信道号.Items213"), + componentResourceManager.GetString("ComboBox编辑信道号.Items214"), + componentResourceManager.GetString("ComboBox编辑信道号.Items215"), + componentResourceManager.GetString("ComboBox编辑信道号.Items216"), + componentResourceManager.GetString("ComboBox编辑信道号.Items217"), + componentResourceManager.GetString("ComboBox编辑信道号.Items218"), + componentResourceManager.GetString("ComboBox编辑信道号.Items219"), + componentResourceManager.GetString("ComboBox编辑信道号.Items220"), + componentResourceManager.GetString("ComboBox编辑信道号.Items221"), + componentResourceManager.GetString("ComboBox编辑信道号.Items222"), + componentResourceManager.GetString("ComboBox编辑信道号.Items223"), + componentResourceManager.GetString("ComboBox编辑信道号.Items224"), + componentResourceManager.GetString("ComboBox编辑信道号.Items225"), + componentResourceManager.GetString("ComboBox编辑信道号.Items226"), + componentResourceManager.GetString("ComboBox编辑信道号.Items227"), + componentResourceManager.GetString("ComboBox编辑信道号.Items228"), + componentResourceManager.GetString("ComboBox编辑信道号.Items229"), + componentResourceManager.GetString("ComboBox编辑信道号.Items230"), + componentResourceManager.GetString("ComboBox编辑信道号.Items231"), + componentResourceManager.GetString("ComboBox编辑信道号.Items232"), + componentResourceManager.GetString("ComboBox编辑信道号.Items233"), + componentResourceManager.GetString("ComboBox编辑信道号.Items234"), + componentResourceManager.GetString("ComboBox编辑信道号.Items235"), + componentResourceManager.GetString("ComboBox编辑信道号.Items236"), + componentResourceManager.GetString("ComboBox编辑信道号.Items237"), + componentResourceManager.GetString("ComboBox编辑信道号.Items238"), + componentResourceManager.GetString("ComboBox编辑信道号.Items239"), + componentResourceManager.GetString("ComboBox编辑信道号.Items240"), + componentResourceManager.GetString("ComboBox编辑信道号.Items241"), + componentResourceManager.GetString("ComboBox编辑信道号.Items242"), + componentResourceManager.GetString("ComboBox编辑信道号.Items243"), + componentResourceManager.GetString("ComboBox编辑信道号.Items244"), + componentResourceManager.GetString("ComboBox编辑信道号.Items245"), + componentResourceManager.GetString("ComboBox编辑信道号.Items246"), + componentResourceManager.GetString("ComboBox编辑信道号.Items247"), + componentResourceManager.GetString("ComboBox编辑信道号.Items248"), + componentResourceManager.GetString("ComboBox编辑信道号.Items249"), + componentResourceManager.GetString("ComboBox编辑信道号.Items250"), + componentResourceManager.GetString("ComboBox编辑信道号.Items251"), + componentResourceManager.GetString("ComboBox编辑信道号.Items252"), + componentResourceManager.GetString("ComboBox编辑信道号.Items253"), + componentResourceManager.GetString("ComboBox编辑信道号.Items254"), + componentResourceManager.GetString("ComboBox编辑信道号.Items255"), + componentResourceManager.GetString("ComboBox编辑信道号.Items256"), + componentResourceManager.GetString("ComboBox编辑信道号.Items257"), + componentResourceManager.GetString("ComboBox编辑信道号.Items258"), + componentResourceManager.GetString("ComboBox编辑信道号.Items259"), + componentResourceManager.GetString("ComboBox编辑信道号.Items260"), + componentResourceManager.GetString("ComboBox编辑信道号.Items261"), + componentResourceManager.GetString("ComboBox编辑信道号.Items262"), + componentResourceManager.GetString("ComboBox编辑信道号.Items263"), + componentResourceManager.GetString("ComboBox编辑信道号.Items264"), + componentResourceManager.GetString("ComboBox编辑信道号.Items265"), + componentResourceManager.GetString("ComboBox编辑信道号.Items266"), + componentResourceManager.GetString("ComboBox编辑信道号.Items267"), + componentResourceManager.GetString("ComboBox编辑信道号.Items268"), + componentResourceManager.GetString("ComboBox编辑信道号.Items269"), + componentResourceManager.GetString("ComboBox编辑信道号.Items270"), + componentResourceManager.GetString("ComboBox编辑信道号.Items271"), + componentResourceManager.GetString("ComboBox编辑信道号.Items272"), + componentResourceManager.GetString("ComboBox编辑信道号.Items273"), + componentResourceManager.GetString("ComboBox编辑信道号.Items274"), + componentResourceManager.GetString("ComboBox编辑信道号.Items275"), + componentResourceManager.GetString("ComboBox编辑信道号.Items276"), + componentResourceManager.GetString("ComboBox编辑信道号.Items277"), + componentResourceManager.GetString("ComboBox编辑信道号.Items278"), + componentResourceManager.GetString("ComboBox编辑信道号.Items279"), + componentResourceManager.GetString("ComboBox编辑信道号.Items280"), + componentResourceManager.GetString("ComboBox编辑信道号.Items281"), + componentResourceManager.GetString("ComboBox编辑信道号.Items282"), + componentResourceManager.GetString("ComboBox编辑信道号.Items283"), + componentResourceManager.GetString("ComboBox编辑信道号.Items284"), + componentResourceManager.GetString("ComboBox编辑信道号.Items285"), + componentResourceManager.GetString("ComboBox编辑信道号.Items286"), + componentResourceManager.GetString("ComboBox编辑信道号.Items287"), + componentResourceManager.GetString("ComboBox编辑信道号.Items288"), + componentResourceManager.GetString("ComboBox编辑信道号.Items289"), + componentResourceManager.GetString("ComboBox编辑信道号.Items290"), + componentResourceManager.GetString("ComboBox编辑信道号.Items291"), + componentResourceManager.GetString("ComboBox编辑信道号.Items292"), + componentResourceManager.GetString("ComboBox编辑信道号.Items293"), + componentResourceManager.GetString("ComboBox编辑信道号.Items294"), + componentResourceManager.GetString("ComboBox编辑信道号.Items295"), + componentResourceManager.GetString("ComboBox编辑信道号.Items296"), + componentResourceManager.GetString("ComboBox编辑信道号.Items297"), + componentResourceManager.GetString("ComboBox编辑信道号.Items298"), + componentResourceManager.GetString("ComboBox编辑信道号.Items299"), + componentResourceManager.GetString("ComboBox编辑信道号.Items300"), + componentResourceManager.GetString("ComboBox编辑信道号.Items301"), + componentResourceManager.GetString("ComboBox编辑信道号.Items302"), + componentResourceManager.GetString("ComboBox编辑信道号.Items303"), + componentResourceManager.GetString("ComboBox编辑信道号.Items304"), + componentResourceManager.GetString("ComboBox编辑信道号.Items305"), + componentResourceManager.GetString("ComboBox编辑信道号.Items306"), + componentResourceManager.GetString("ComboBox编辑信道号.Items307"), + componentResourceManager.GetString("ComboBox编辑信道号.Items308"), + componentResourceManager.GetString("ComboBox编辑信道号.Items309"), + componentResourceManager.GetString("ComboBox编辑信道号.Items310"), + componentResourceManager.GetString("ComboBox编辑信道号.Items311"), + componentResourceManager.GetString("ComboBox编辑信道号.Items312"), + componentResourceManager.GetString("ComboBox编辑信道号.Items313"), + componentResourceManager.GetString("ComboBox编辑信道号.Items314"), + componentResourceManager.GetString("ComboBox编辑信道号.Items315"), + componentResourceManager.GetString("ComboBox编辑信道号.Items316"), + componentResourceManager.GetString("ComboBox编辑信道号.Items317"), + componentResourceManager.GetString("ComboBox编辑信道号.Items318"), + componentResourceManager.GetString("ComboBox编辑信道号.Items319"), + componentResourceManager.GetString("ComboBox编辑信道号.Items320"), + componentResourceManager.GetString("ComboBox编辑信道号.Items321"), + componentResourceManager.GetString("ComboBox编辑信道号.Items322"), + componentResourceManager.GetString("ComboBox编辑信道号.Items323"), + componentResourceManager.GetString("ComboBox编辑信道号.Items324"), + componentResourceManager.GetString("ComboBox编辑信道号.Items325"), + componentResourceManager.GetString("ComboBox编辑信道号.Items326"), + componentResourceManager.GetString("ComboBox编辑信道号.Items327"), + componentResourceManager.GetString("ComboBox编辑信道号.Items328"), + componentResourceManager.GetString("ComboBox编辑信道号.Items329"), + componentResourceManager.GetString("ComboBox编辑信道号.Items330"), + componentResourceManager.GetString("ComboBox编辑信道号.Items331"), + componentResourceManager.GetString("ComboBox编辑信道号.Items332"), + componentResourceManager.GetString("ComboBox编辑信道号.Items333"), + componentResourceManager.GetString("ComboBox编辑信道号.Items334"), + componentResourceManager.GetString("ComboBox编辑信道号.Items335"), + componentResourceManager.GetString("ComboBox编辑信道号.Items336"), + componentResourceManager.GetString("ComboBox编辑信道号.Items337"), + componentResourceManager.GetString("ComboBox编辑信道号.Items338"), + componentResourceManager.GetString("ComboBox编辑信道号.Items339"), + componentResourceManager.GetString("ComboBox编辑信道号.Items340"), + componentResourceManager.GetString("ComboBox编辑信道号.Items341"), + componentResourceManager.GetString("ComboBox编辑信道号.Items342"), + componentResourceManager.GetString("ComboBox编辑信道号.Items343"), + componentResourceManager.GetString("ComboBox编辑信道号.Items344"), + componentResourceManager.GetString("ComboBox编辑信道号.Items345"), + componentResourceManager.GetString("ComboBox编辑信道号.Items346"), + componentResourceManager.GetString("ComboBox编辑信道号.Items347"), + componentResourceManager.GetString("ComboBox编辑信道号.Items348"), + componentResourceManager.GetString("ComboBox编辑信道号.Items349"), + componentResourceManager.GetString("ComboBox编辑信道号.Items350"), + componentResourceManager.GetString("ComboBox编辑信道号.Items351"), + componentResourceManager.GetString("ComboBox编辑信道号.Items352"), + componentResourceManager.GetString("ComboBox编辑信道号.Items353"), + componentResourceManager.GetString("ComboBox编辑信道号.Items354"), + componentResourceManager.GetString("ComboBox编辑信道号.Items355"), + componentResourceManager.GetString("ComboBox编辑信道号.Items356"), + componentResourceManager.GetString("ComboBox编辑信道号.Items357"), + componentResourceManager.GetString("ComboBox编辑信道号.Items358"), + componentResourceManager.GetString("ComboBox编辑信道号.Items359"), + componentResourceManager.GetString("ComboBox编辑信道号.Items360"), + componentResourceManager.GetString("ComboBox编辑信道号.Items361"), + componentResourceManager.GetString("ComboBox编辑信道号.Items362"), + componentResourceManager.GetString("ComboBox编辑信道号.Items363"), + componentResourceManager.GetString("ComboBox编辑信道号.Items364"), + componentResourceManager.GetString("ComboBox编辑信道号.Items365"), + componentResourceManager.GetString("ComboBox编辑信道号.Items366"), + componentResourceManager.GetString("ComboBox编辑信道号.Items367"), + componentResourceManager.GetString("ComboBox编辑信道号.Items368"), + componentResourceManager.GetString("ComboBox编辑信道号.Items369"), + componentResourceManager.GetString("ComboBox编辑信道号.Items370"), + componentResourceManager.GetString("ComboBox编辑信道号.Items371"), + componentResourceManager.GetString("ComboBox编辑信道号.Items372"), + componentResourceManager.GetString("ComboBox编辑信道号.Items373"), + componentResourceManager.GetString("ComboBox编辑信道号.Items374"), + componentResourceManager.GetString("ComboBox编辑信道号.Items375"), + componentResourceManager.GetString("ComboBox编辑信道号.Items376"), + componentResourceManager.GetString("ComboBox编辑信道号.Items377"), + componentResourceManager.GetString("ComboBox编辑信道号.Items378"), + componentResourceManager.GetString("ComboBox编辑信道号.Items379"), + componentResourceManager.GetString("ComboBox编辑信道号.Items380"), + componentResourceManager.GetString("ComboBox编辑信道号.Items381"), + componentResourceManager.GetString("ComboBox编辑信道号.Items382"), + componentResourceManager.GetString("ComboBox编辑信道号.Items383"), + componentResourceManager.GetString("ComboBox编辑信道号.Items384"), + componentResourceManager.GetString("ComboBox编辑信道号.Items385"), + componentResourceManager.GetString("ComboBox编辑信道号.Items386"), + componentResourceManager.GetString("ComboBox编辑信道号.Items387"), + componentResourceManager.GetString("ComboBox编辑信道号.Items388"), + componentResourceManager.GetString("ComboBox编辑信道号.Items389"), + componentResourceManager.GetString("ComboBox编辑信道号.Items390"), + componentResourceManager.GetString("ComboBox编辑信道号.Items391"), + componentResourceManager.GetString("ComboBox编辑信道号.Items392"), + componentResourceManager.GetString("ComboBox编辑信道号.Items393"), + componentResourceManager.GetString("ComboBox编辑信道号.Items394"), + componentResourceManager.GetString("ComboBox编辑信道号.Items395"), + componentResourceManager.GetString("ComboBox编辑信道号.Items396"), + componentResourceManager.GetString("ComboBox编辑信道号.Items397"), + componentResourceManager.GetString("ComboBox编辑信道号.Items398"), + componentResourceManager.GetString("ComboBox编辑信道号.Items399"), + componentResourceManager.GetString("ComboBox编辑信道号.Items400"), + componentResourceManager.GetString("ComboBox编辑信道号.Items401"), + componentResourceManager.GetString("ComboBox编辑信道号.Items402"), + componentResourceManager.GetString("ComboBox编辑信道号.Items403"), + componentResourceManager.GetString("ComboBox编辑信道号.Items404"), + componentResourceManager.GetString("ComboBox编辑信道号.Items405"), + componentResourceManager.GetString("ComboBox编辑信道号.Items406"), + componentResourceManager.GetString("ComboBox编辑信道号.Items407"), + componentResourceManager.GetString("ComboBox编辑信道号.Items408"), + componentResourceManager.GetString("ComboBox编辑信道号.Items409"), + componentResourceManager.GetString("ComboBox编辑信道号.Items410"), + componentResourceManager.GetString("ComboBox编辑信道号.Items411"), + componentResourceManager.GetString("ComboBox编辑信道号.Items412"), + componentResourceManager.GetString("ComboBox编辑信道号.Items413"), + componentResourceManager.GetString("ComboBox编辑信道号.Items414"), + componentResourceManager.GetString("ComboBox编辑信道号.Items415"), + componentResourceManager.GetString("ComboBox编辑信道号.Items416"), + componentResourceManager.GetString("ComboBox编辑信道号.Items417"), + componentResourceManager.GetString("ComboBox编辑信道号.Items418"), + componentResourceManager.GetString("ComboBox编辑信道号.Items419"), + componentResourceManager.GetString("ComboBox编辑信道号.Items420"), + componentResourceManager.GetString("ComboBox编辑信道号.Items421"), + componentResourceManager.GetString("ComboBox编辑信道号.Items422"), + componentResourceManager.GetString("ComboBox编辑信道号.Items423"), + componentResourceManager.GetString("ComboBox编辑信道号.Items424"), + componentResourceManager.GetString("ComboBox编辑信道号.Items425"), + componentResourceManager.GetString("ComboBox编辑信道号.Items426"), + componentResourceManager.GetString("ComboBox编辑信道号.Items427"), + componentResourceManager.GetString("ComboBox编辑信道号.Items428"), + componentResourceManager.GetString("ComboBox编辑信道号.Items429"), + componentResourceManager.GetString("ComboBox编辑信道号.Items430"), + componentResourceManager.GetString("ComboBox编辑信道号.Items431"), + componentResourceManager.GetString("ComboBox编辑信道号.Items432"), + componentResourceManager.GetString("ComboBox编辑信道号.Items433"), + componentResourceManager.GetString("ComboBox编辑信道号.Items434"), + componentResourceManager.GetString("ComboBox编辑信道号.Items435"), + componentResourceManager.GetString("ComboBox编辑信道号.Items436"), + componentResourceManager.GetString("ComboBox编辑信道号.Items437"), + componentResourceManager.GetString("ComboBox编辑信道号.Items438"), + componentResourceManager.GetString("ComboBox编辑信道号.Items439"), + componentResourceManager.GetString("ComboBox编辑信道号.Items440"), + componentResourceManager.GetString("ComboBox编辑信道号.Items441"), + componentResourceManager.GetString("ComboBox编辑信道号.Items442"), + componentResourceManager.GetString("ComboBox编辑信道号.Items443"), + componentResourceManager.GetString("ComboBox编辑信道号.Items444"), + componentResourceManager.GetString("ComboBox编辑信道号.Items445"), + componentResourceManager.GetString("ComboBox编辑信道号.Items446"), + componentResourceManager.GetString("ComboBox编辑信道号.Items447"), + componentResourceManager.GetString("ComboBox编辑信道号.Items448"), + componentResourceManager.GetString("ComboBox编辑信道号.Items449"), + componentResourceManager.GetString("ComboBox编辑信道号.Items450"), + componentResourceManager.GetString("ComboBox编辑信道号.Items451"), + componentResourceManager.GetString("ComboBox编辑信道号.Items452"), + componentResourceManager.GetString("ComboBox编辑信道号.Items453"), + componentResourceManager.GetString("ComboBox编辑信道号.Items454"), + componentResourceManager.GetString("ComboBox编辑信道号.Items455"), + componentResourceManager.GetString("ComboBox编辑信道号.Items456"), + componentResourceManager.GetString("ComboBox编辑信道号.Items457"), + componentResourceManager.GetString("ComboBox编辑信道号.Items458"), + componentResourceManager.GetString("ComboBox编辑信道号.Items459"), + componentResourceManager.GetString("ComboBox编辑信道号.Items460"), + componentResourceManager.GetString("ComboBox编辑信道号.Items461"), + componentResourceManager.GetString("ComboBox编辑信道号.Items462"), + componentResourceManager.GetString("ComboBox编辑信道号.Items463"), + componentResourceManager.GetString("ComboBox编辑信道号.Items464"), + componentResourceManager.GetString("ComboBox编辑信道号.Items465"), + componentResourceManager.GetString("ComboBox编辑信道号.Items466"), + componentResourceManager.GetString("ComboBox编辑信道号.Items467"), + componentResourceManager.GetString("ComboBox编辑信道号.Items468"), + componentResourceManager.GetString("ComboBox编辑信道号.Items469"), + componentResourceManager.GetString("ComboBox编辑信道号.Items470"), + componentResourceManager.GetString("ComboBox编辑信道号.Items471"), + componentResourceManager.GetString("ComboBox编辑信道号.Items472"), + componentResourceManager.GetString("ComboBox编辑信道号.Items473"), + componentResourceManager.GetString("ComboBox编辑信道号.Items474"), + componentResourceManager.GetString("ComboBox编辑信道号.Items475"), + componentResourceManager.GetString("ComboBox编辑信道号.Items476"), + componentResourceManager.GetString("ComboBox编辑信道号.Items477"), + componentResourceManager.GetString("ComboBox编辑信道号.Items478"), + componentResourceManager.GetString("ComboBox编辑信道号.Items479"), + componentResourceManager.GetString("ComboBox编辑信道号.Items480"), + componentResourceManager.GetString("ComboBox编辑信道号.Items481"), + componentResourceManager.GetString("ComboBox编辑信道号.Items482"), + componentResourceManager.GetString("ComboBox编辑信道号.Items483"), + componentResourceManager.GetString("ComboBox编辑信道号.Items484"), + componentResourceManager.GetString("ComboBox编辑信道号.Items485"), + componentResourceManager.GetString("ComboBox编辑信道号.Items486"), + componentResourceManager.GetString("ComboBox编辑信道号.Items487"), + componentResourceManager.GetString("ComboBox编辑信道号.Items488"), + componentResourceManager.GetString("ComboBox编辑信道号.Items489"), + componentResourceManager.GetString("ComboBox编辑信道号.Items490"), + componentResourceManager.GetString("ComboBox编辑信道号.Items491"), + componentResourceManager.GetString("ComboBox编辑信道号.Items492"), + componentResourceManager.GetString("ComboBox编辑信道号.Items493"), + componentResourceManager.GetString("ComboBox编辑信道号.Items494"), + componentResourceManager.GetString("ComboBox编辑信道号.Items495"), + componentResourceManager.GetString("ComboBox编辑信道号.Items496"), + componentResourceManager.GetString("ComboBox编辑信道号.Items497"), + componentResourceManager.GetString("ComboBox编辑信道号.Items498"), + componentResourceManager.GetString("ComboBox编辑信道号.Items499"), + componentResourceManager.GetString("ComboBox编辑信道号.Items500"), + componentResourceManager.GetString("ComboBox编辑信道号.Items501"), + componentResourceManager.GetString("ComboBox编辑信道号.Items502"), + componentResourceManager.GetString("ComboBox编辑信道号.Items503"), + componentResourceManager.GetString("ComboBox编辑信道号.Items504"), + componentResourceManager.GetString("ComboBox编辑信道号.Items505"), + componentResourceManager.GetString("ComboBox编辑信道号.Items506"), + componentResourceManager.GetString("ComboBox编辑信道号.Items507"), + componentResourceManager.GetString("ComboBox编辑信道号.Items508"), + componentResourceManager.GetString("ComboBox编辑信道号.Items509"), + componentResourceManager.GetString("ComboBox编辑信道号.Items510"), + componentResourceManager.GetString("ComboBox编辑信道号.Items511"), + componentResourceManager.GetString("ComboBox编辑信道号.Items512"), + componentResourceManager.GetString("ComboBox编辑信道号.Items513"), + componentResourceManager.GetString("ComboBox编辑信道号.Items514"), + componentResourceManager.GetString("ComboBox编辑信道号.Items515") }); - componentResourceManager.ApplyResources((object) ComboBox编辑信道号, "ComboBox编辑信道号"); + componentResourceManager.ApplyResources(ComboBox编辑信道号, "ComboBox编辑信道号"); ComboBox编辑信道号.Name = "ComboBox编辑信道号"; - componentResourceManager.ApplyResources((object) this, "$this"); + componentResourceManager.ApplyResources(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); + Controls.Add(ComboBox编辑信道号); + Controls.Add(Button3); + Controls.Add(Button2); + Controls.Add(Button1); + Controls.Add(Label3); + Controls.Add(GroupBox1); Name = nameof (ChannelEditForm); GroupBox1.ResumeLayout(false); GroupBox1.PerformLayout(); @@ -2222,15 +2222,15 @@ namespace HPG_68D public void Get_ComboBoxCallList(string[] str) { - int num1 = ComboBox呼叫.SelectedIndex; - if (num1 > Information.UBound((Array) str)) + var num1 = ComboBox呼叫.SelectedIndex; + if (num1 > Information.UBound(str)) num1 = 0; ComboBox呼叫.Items.Clear(); - int num2 = Information.UBound((Array) str); - int index = 0; + var num2 = Information.UBound(str); + var index = 0; while (index <= num2) { - ComboBox呼叫.Items.Add((object) str[index].ToString()); + ComboBox呼叫.Items.Add(str[index].ToString()); checked { ++index; } } ComboBox呼叫.SelectedIndex = num1; @@ -2238,7 +2238,7 @@ namespace HPG_68D public void ChangeSignal(int i, bool InitDefault) { - string[] str1 = new string[17] + var str1 = new string[17] { "无", Conversions.ToString(1), @@ -2258,7 +2258,7 @@ namespace HPG_68D Conversions.ToString(15), Conversions.ToString(16) }; - string[] str2 = new string[17] + var str2 = new string[17] { "OFF", Conversions.ToString(1), @@ -2278,7 +2278,7 @@ namespace HPG_68D Conversions.ToString(15), Conversions.ToString(16) }; - string[] str3 = new string[33] + var str3 = new string[33] { "无", Conversions.ToString(1), @@ -2314,7 +2314,7 @@ namespace HPG_68D Conversions.ToString(31), Conversions.ToString(32) }; - string[] str4 = new string[33] + var str4 = new string[33] { "OFF", Conversions.ToString(1), @@ -2428,7 +2428,7 @@ namespace HPG_68D 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); + var num = (int) (byte) ((publicva.EEPROM_Byte[checked (Address + 0)] & (publicva.Bit4 | (uint) publicva.Bit5)) >> 4); string chEditCtcDcsStr; if (num == 0) { @@ -2436,44 +2436,44 @@ namespace HPG_68D } else { - double a = (double) checked (((int) publicva.EEPROM_Byte[Address + 0] & 15) * 256 + (int) publicva.EEPROM_Byte[Address + 1]); + var a = (double) checked ((publicva.EEPROM_Byte[Address + 0] & 15) * 256 + 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"; + var integer = Conversions.ToInteger(Conversion.Oct(checked ((long) Math.Round(a)) & 511L)); + chEditCtcDcsStr = (publicva.EEPROM_Byte[checked (Address + 0)] & (uint) publicva.Bit7) <= 0U ? "D" + string.Format("{0:D3}", integer) + "N" : "D" + string.Format("{0:D3}", integer) + "I"; } else - chEditCtcDcsStr = string.Format("{0:###.0}", (object) (a / 10.0)); + chEditCtcDcsStr = string.Format("{0:###.0}", a / 10.0); } - if (!ComboBox亚音解码.Items.Contains((object) chEditCtcDcsStr)) + if (!ComboBox亚音解码.Items.Contains(chEditCtcDcsStr)) { - ComboBox亚音解码.Items.Add((object) chEditCtcDcsStr); - if (!ComboBox亚音编码.Items.Contains((object) chEditCtcDcsStr)) - ComboBox亚音编码.Items.Add((object) chEditCtcDcsStr); + ComboBox亚音解码.Items.Add(chEditCtcDcsStr); + if (!ComboBox亚音编码.Items.Contains(chEditCtcDcsStr)) + ComboBox亚音编码.Items.Add(chEditCtcDcsStr); } - return (object) chEditCtcDcsStr; + return chEditCtcDcsStr; } public void Set_CHEdit_CTC_DCS_Data(int Address, string ToneStr, int ToneMode) { - if (!ComboBox亚音解码.Items.Contains((object) ToneStr)) + if (!ComboBox亚音解码.Items.Contains(ToneStr)) { - ComboBox亚音解码.Items.Add((object) ToneStr); - if (!ComboBox亚音编码.Items.Contains((object) ToneStr)) - ComboBox亚音编码.Items.Add((object) ToneStr); + ComboBox亚音解码.Items.Add(ToneStr); + if (!ComboBox亚音编码.Items.Contains(ToneStr)) + ComboBox亚音编码.Items.Add(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)); + publicva.EEPROM_Byte[checked (Address + 0)] = checked ((byte) (publicva.EEPROM_Byte[Address + 0] & unchecked ((byte) ~(publicva.Bit4 | 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)); + publicva.EEPROM_Byte[checked (Address + 0)] = checked ((byte) (publicva.EEPROM_Byte[Address + 0] & 240)); + publicva.EEPROM_Byte[checked (Address + 1)] = checked ((byte) (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); + var a1 = Conversions.ToDouble("&H" + Conversion.Hex("&O" + Conversions.ToString(Conversions.ToDouble(ToneStr.Substring(1, 3))))); + publicva.EEPROM_Byte[checked (Address + 0)] = checked ((byte) (publicva.EEPROM_Byte[Address + 0] & 240 | ((long) Math.Round(a1) & 3840L) >> 8)); + publicva.EEPROM_Byte[checked (Address + 1)] = checked ((byte) ((long) Math.Round(a1) & byte.MaxValue)); + publicva.EEPROM_Byte[checked (Address + 0)] = Operators.CompareString("I", ToneStr.Substring(4, 1), false) != 0 ? (byte) (publicva.EEPROM_Byte[checked (Address + 0)] & ~publicva.Bit7) : (byte) (publicva.EEPROM_Byte[checked (Address + 0)] | publicva.Bit7); break; default: double num; @@ -2487,25 +2487,25 @@ namespace HPG_68D 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)); + var a2 = num * 10.0; + publicva.EEPROM_Byte[checked (Address + 0)] = checked ((byte) (publicva.EEPROM_Byte[Address + 0] & 240 | ((long) Math.Round(a2) & 3840L) >> 8)); + publicva.EEPROM_Byte[checked (Address + 1)] = checked ((byte) ((long) Math.Round(a2) & byte.MaxValue)); break; } } public object GetDTMFID_Text(int address, int Sum) { - string str1 = ""; - int num = 0; + var str1 = ""; + var num = 0; do { - string str2 = BitConverter.ToString(publicva.EEPROM_Byte, checked (num + address), 1).Replace("E", "*").Replace("F", "#"); + var 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)); + return Strings.RTrim(str1.Substring(0, Sum)); } public void GetDTMFID_Code(int address, string text) @@ -2514,10 +2514,10 @@ namespace HPG_68D text = text.PadRight(10, '0'); text = text.Replace("*", "E"); text = text.Replace("#", "F"); - int num = 0; + var num = 0; do { - string str = text.Substring(checked (num * 2), 2); + var str = text.Substring(checked (num * 2), 2); publicva.EEPROM_Byte[checked (address + num)] = Conversions.ToByte("&h" + str); checked { ++num; } } @@ -2526,45 +2526,45 @@ namespace HPG_68D public void GetStr_CHMsg(int i) { - bool flag = false; - int integer = Conversions.ToInteger(MyProject.Forms.ChannelMsg.Get_CHAddress(i)); + var flag = false; + var 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)) + if (Operators.ConditionalCompareObjectNotEqual("", MyProject.Forms.ChannelMsg.Get_RxFreqStr(integer, publicva.EEPROM_Byte[checked (integer + 15)] & 15, publicva.EEPROM_Byte[checked (integer + 11)] & (publicva.Bit0 | 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)) + else if (MyProject.Forms.ChannelMsg.CHStatus_Read(i, 8064) && Operators.ConditionalCompareObjectNotEqual("", MyProject.Forms.ChannelMsg.Get_RxFreqStr(integer, publicva.EEPROM_Byte[checked (integer + 15)] & 15, publicva.EEPROM_Byte[checked (integer + 11)] & (publicva.Bit0 | 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); + TextBoxRxFreq.Text = Conversions.ToString(MyProject.Forms.ChannelMsg.Get_RxFreqStr(checked (integer + 0), publicva.EEPROM_Byte[checked (integer + 15)] & 15, publicva.EEPROM_Byte[checked (integer + 11)] & (publicva.Bit0 | publicva.Bit1))); + TextBoxTxFreq.Text = Conversions.ToString(MyProject.Forms.ChannelMsg.Get_TxFreqStr(checked (integer + 3), publicva.EEPROM_Byte[checked (integer + 15)] & 15, publicva.EEPROM_Byte[checked (integer + 12)] & (publicva.Bit0 | publicva.Bit1))); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBoxStep, checked (integer + 6), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox亚音解码类型, checked (integer + 7), (byte) (publicva.Bit4 | 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); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox亚音编码类型, checked (integer + 9), (byte) (publicva.Bit4 | 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); + MyProject.Forms.MDIParent1.SetControl_U8_Data(CheckBox尾音消除, checked (integer + 9), publicva.Bit6, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(CheckBox耳语, checked (integer + 11), publicva.Bit7, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBoxSP不静音, checked (integer + 11), (byte) (publicva.Bit4 | publicva.Bit5), 4); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox繁忙信道锁定, checked (integer + 11), (byte) (publicva.Bit2 | publicva.Bit3), 2); + MyProject.Forms.MDIParent1.SetControl_U8_Data(CheckBoxPTTID暂停, checked (integer + 12), publicva.Bit7, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox可选信令, checked (integer + 12), (byte) (publicva.Bit4 | publicva.Bit5 | 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); + MyProject.Forms.MDIParent1.SetControl_U8_Data(CheckBox发射禁止, checked (integer + 12), publicva.Bit2, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(CheckBoxPTTID静音, checked (integer + 13), publicva.Bit6, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox发射功率, checked (integer + 13), (byte) (publicva.Bit4 | publicva.Bit5), 4); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBoxPTTID, checked (integer + 13), (byte) (publicva.Bit2 | publicva.Bit3), 2); + MyProject.Forms.MDIParent1.SetControl_U8_Data(CheckBox倒频, checked (integer + 14), publicva.Bit7, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(CheckBox脱网, checked (integer + 14), publicva.Bit6, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox带宽, checked (integer + 14), (byte) (publicva.Bit4 | publicva.Bit5), 4); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBoxSFT, checked (integer + 14), (byte) (publicva.Bit2 | publicva.Bit3), 2); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox两音系统参数, checked (integer + 16), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox五音系统参数, checked (integer + 17), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(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)])); + TextBoxID代码.Text = Conversions.ToString(GetDTMFID_Text(checked (integer + 20), publicva.EEPROM_Byte[checked (integer + 25)])); if (i > 511) { CheckBox扫描添加.Checked = false; @@ -2588,7 +2588,7 @@ namespace HPG_68D public void SetControl_DTMF_ID_Sum() { - if (((uint) publicva.EEPROM_Byte[3895] & (uint) publicva.Bit6) > 0U) + if ((publicva.EEPROM_Byte[3895] & (uint) publicva.Bit6) > 0U) TextBoxID代码.MaxLength = 3; else TextBoxID代码.MaxLength = 10; @@ -2596,39 +2596,39 @@ namespace HPG_68D public void SetData_EditCHMsg(int i) { - bool flag = false; - int integer = Conversions.ToInteger(MyProject.Forms.ChannelMsg.Get_CHAddress(i)); + var flag = false; + var 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)))); + publicva.EEPROM_Byte[checked (integer + 11)] = Conversions.ToByte(Operators.OrObject((byte) (publicva.EEPROM_Byte[checked (integer + 11)] & (byte) ~(publicva.Bit0 | 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)))); + publicva.EEPROM_Byte[checked (integer + 12)] = Conversions.ToByte(Operators.OrObject((byte) (publicva.EEPROM_Byte[checked (integer + 12)] & (byte) ~(publicva.Bit0 | 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); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBoxStep, checked (integer + 6), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox亚音解码类型, checked (integer + 7), (byte) (publicva.Bit4 | 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); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox亚音编码类型, checked (integer + 9), (byte) (publicva.Bit4 | 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); + MyProject.Forms.MDIParent1.GetControl_U8_Data(CheckBox尾音消除, checked (integer + 9), publicva.Bit6, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(CheckBox耳语, checked (integer + 11), publicva.Bit7, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBoxSP不静音, checked (integer + 11), (byte) (publicva.Bit4 | publicva.Bit5), 4); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox繁忙信道锁定, checked (integer + 11), (byte) (publicva.Bit2 | publicva.Bit3), 2); + MyProject.Forms.MDIParent1.GetControl_U8_Data(CheckBoxPTTID暂停, checked (integer + 12), publicva.Bit7, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox可选信令, checked (integer + 12), (byte) (publicva.Bit4 | publicva.Bit5 | publicva.Bit6), 4); + MyProject.Forms.MDIParent1.GetControl_U8_Data(CheckBox发射禁止, checked (integer + 12), publicva.Bit2, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(CheckBoxPTTID静音, checked (integer + 13), publicva.Bit6, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox发射功率, checked (integer + 13), (byte) (publicva.Bit4 | publicva.Bit5), 4); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBoxPTTID, checked (integer + 13), (byte) (publicva.Bit2 | publicva.Bit3), 2); + MyProject.Forms.MDIParent1.GetControl_U8_Data(CheckBox倒频, checked (integer + 14), publicva.Bit7, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(CheckBox脱网, checked (integer + 14), publicva.Bit6, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox带宽, checked (integer + 14), (byte) (publicva.Bit4 | publicva.Bit5), 4); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBoxSFT, checked (integer + 14), (byte) (publicva.Bit2 | publicva.Bit3), 2); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox两音系统参数, checked (integer + 16), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox五音系统参数, checked (integer + 17), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(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) @@ -2644,10 +2644,10 @@ namespace HPG_68D } else { - int num = 0; + var num = 0; do { - publicva.EEPROM_Byte[checked (integer + num)] = (byte) 0; + publicva.EEPROM_Byte[checked (integer + num)] = 0; checked { ++num; } } while (num <= 31); @@ -2740,7 +2740,7 @@ namespace HPG_68D } else if (e.KeyChar == '\r') { - TextBoxRxFreq_LostFocus(RuntimeHelpers.GetObjectValue(sender), (EventArgs) e); + TextBoxRxFreq_LostFocus(RuntimeHelpers.GetObjectValue(sender), e); e.Handled = true; } else @@ -2763,7 +2763,7 @@ namespace HPG_68D } else if (e.KeyChar == '\r') { - TextBoxTxFreq_LostFocus(RuntimeHelpers.GetObjectValue(sender), (EventArgs) e); + TextBoxTxFreq_LostFocus(RuntimeHelpers.GetObjectValue(sender), e); e.Handled = true; } else @@ -2774,7 +2774,7 @@ namespace HPG_68D { if (Operators.CompareString(TextBoxRxFreq.Text, "", false) != 0) { - string Left = Conversions.ToString(MyProject.Forms.ChannelMsg.JudgeInputRxFreq(TextBoxRxFreq.Text, false)); + var Left = Conversions.ToString(MyProject.Forms.ChannelMsg.JudgeInputRxFreq(TextBoxRxFreq.Text, false)); TextBoxRxFreq.Text = Left; if (Operators.CompareString(TextBoxTxFreq.Text, "", false) == 0) { @@ -2809,7 +2809,7 @@ namespace HPG_68D } SetData_EditCHMsg(ComboBox编辑信道号.SelectedIndex); MyProject.Forms.ChannelMsg.GetStr_CHMsg(ComboBox编辑信道号.SelectedIndex); - if (MyProject.Forms.MDIParent1.JudgeIsFormLoaded((Form) MyProject.Forms.ScanFuncMsgForm)) + if (MyProject.Forms.MDIParent1.JudgeIsFormLoaded(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); @@ -2866,19 +2866,19 @@ namespace HPG_68D private void ComboBox亚音编码_Validating(object sender, CancelEventArgs e) { - string text = ComboBox亚音编码.Text; + var 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)))); + ComboBox亚音编码.Text = Conversions.ToString(Get_CHEdit_CTC_DCS_Str(Conversions.ToInteger(Operators.AddObject(MyProject.Forms.ChannelMsg.Get_CHAddress(ComboBox编辑信道号.SelectedIndex), 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)))); + ComboBox亚音编码.Text = Conversions.ToString(Get_CHEdit_CTC_DCS_Str(Conversions.ToInteger(Operators.AddObject(MyProject.Forms.ChannelMsg.Get_CHAddress(ComboBox编辑信道号.SelectedIndex), 9)))); } else { ComboBox亚音编码.Text = text; - ComboBox亚音编码_SelectedValueChanged(RuntimeHelpers.GetObjectValue(sender), (EventArgs) e); + ComboBox亚音编码_SelectedValueChanged(RuntimeHelpers.GetObjectValue(sender), e); } } else @@ -2891,18 +2891,18 @@ namespace HPG_68D 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)))); + ComboBox亚音编码.Text = Conversions.ToString(Get_CHEdit_CTC_DCS_Str(Conversions.ToInteger(Operators.AddObject(MyProject.Forms.ChannelMsg.Get_CHAddress(ComboBox编辑信道号.SelectedIndex), 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)))); + ComboBox亚音编码.Text = Conversions.ToString(Get_CHEdit_CTC_DCS_Str(Conversions.ToInteger(Operators.AddObject(MyProject.Forms.ChannelMsg.Get_CHAddress(ComboBox编辑信道号.SelectedIndex), 9)))); } else { - ComboBox亚音编码.Text = string.Format("{0:###.0}", (object) num); - ComboBox亚音编码_SelectedValueChanged(RuntimeHelpers.GetObjectValue(sender), (EventArgs) e); + ComboBox亚音编码.Text = string.Format("{0:###.0}", num); + ComboBox亚音编码_SelectedValueChanged(RuntimeHelpers.GetObjectValue(sender), e); } } } @@ -2917,22 +2917,22 @@ namespace HPG_68D ComboBox亚音编码.SelectedIndex = 0; break; case 1: - if (!Versioned.IsNumeric((object) ComboBox亚音编码.Text)) + if (!Versioned.IsNumeric(ComboBox亚音编码.Text)) { - ComboBox亚音编码.Text = Conversions.ToString(Get_CHEdit_CTC_DCS_Str(Conversions.ToInteger(Operators.AddObject(MyProject.Forms.ChannelMsg.Get_CHAddress(ComboBox编辑信道号.SelectedIndex), (object) 9)))); + ComboBox亚音编码.Text = Conversions.ToString(Get_CHEdit_CTC_DCS_Str(Conversions.ToInteger(Operators.AddObject(MyProject.Forms.ChannelMsg.Get_CHAddress(ComboBox编辑信道号.SelectedIndex), 9)))); break; } break; case 2: - if (!Versioned.IsNumeric((object) ComboBox亚音编码.Text)) + if (!Versioned.IsNumeric(ComboBox亚音编码.Text)) { - ComboBox亚音编码.Text = Conversions.ToString(Get_CHEdit_CTC_DCS_Str(Conversions.ToInteger(Operators.AddObject(MyProject.Forms.ChannelMsg.Get_CHAddress(ComboBox编辑信道号.SelectedIndex), (object) 9)))); + ComboBox亚音编码.Text = Conversions.ToString(Get_CHEdit_CTC_DCS_Str(Conversions.ToInteger(Operators.AddObject(MyProject.Forms.ChannelMsg.Get_CHAddress(ComboBox编辑信道号.SelectedIndex), 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)))); + ComboBox亚音编码.Text = Conversions.ToString(Get_CHEdit_CTC_DCS_Str(Conversions.ToInteger(Operators.AddObject(MyProject.Forms.ChannelMsg.Get_CHAddress(ComboBox编辑信道号.SelectedIndex), 9)))); break; } SetData_EditCHMsg(ComboBox编辑信道号.SelectedIndex); @@ -2989,19 +2989,19 @@ namespace HPG_68D private void ComboBox亚音解码_Validating(object sender, CancelEventArgs e) { - string text = ComboBox亚音解码.Text; + var 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)))); + ComboBox亚音解码.Text = Conversions.ToString(Get_CHEdit_CTC_DCS_Str(Conversions.ToInteger(Operators.AddObject(MyProject.Forms.ChannelMsg.Get_CHAddress(ComboBox编辑信道号.SelectedIndex), 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)))); + ComboBox亚音解码.Text = Conversions.ToString(Get_CHEdit_CTC_DCS_Str(Conversions.ToInteger(Operators.AddObject(MyProject.Forms.ChannelMsg.Get_CHAddress(ComboBox编辑信道号.SelectedIndex), 7)))); } else { ComboBox亚音解码.Text = text; - ComboBox亚音解码_SelectedValueChanged(RuntimeHelpers.GetObjectValue(sender), (EventArgs) e); + ComboBox亚音解码_SelectedValueChanged(RuntimeHelpers.GetObjectValue(sender), e); } } else @@ -3014,18 +3014,18 @@ namespace HPG_68D 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)))); + ComboBox亚音解码.Text = Conversions.ToString(Get_CHEdit_CTC_DCS_Str(Conversions.ToInteger(Operators.AddObject(MyProject.Forms.ChannelMsg.Get_CHAddress(ComboBox编辑信道号.SelectedIndex), 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)))); + ComboBox亚音解码.Text = Conversions.ToString(Get_CHEdit_CTC_DCS_Str(Conversions.ToInteger(Operators.AddObject(MyProject.Forms.ChannelMsg.Get_CHAddress(ComboBox编辑信道号.SelectedIndex), 7)))); } else { - ComboBox亚音解码.Text = string.Format("{0:###.0}", (object) num); - ComboBox亚音解码_SelectedValueChanged(RuntimeHelpers.GetObjectValue(sender), (EventArgs) e); + ComboBox亚音解码.Text = string.Format("{0:###.0}", num); + ComboBox亚音解码_SelectedValueChanged(RuntimeHelpers.GetObjectValue(sender), e); } } } @@ -3040,22 +3040,22 @@ namespace HPG_68D ComboBox亚音解码.SelectedIndex = 0; break; case 1: - if (!Versioned.IsNumeric((object) ComboBox亚音解码.Text)) + if (!Versioned.IsNumeric(ComboBox亚音解码.Text)) { - ComboBox亚音解码.Text = Conversions.ToString(Get_CHEdit_CTC_DCS_Str(Conversions.ToInteger(Operators.AddObject(MyProject.Forms.ChannelMsg.Get_CHAddress(ComboBox编辑信道号.SelectedIndex), (object) 7)))); + ComboBox亚音解码.Text = Conversions.ToString(Get_CHEdit_CTC_DCS_Str(Conversions.ToInteger(Operators.AddObject(MyProject.Forms.ChannelMsg.Get_CHAddress(ComboBox编辑信道号.SelectedIndex), 7)))); break; } break; case 2: - if (!Versioned.IsNumeric((object) ComboBox亚音解码.Text)) + if (!Versioned.IsNumeric(ComboBox亚音解码.Text)) { - ComboBox亚音解码.Text = Conversions.ToString(Get_CHEdit_CTC_DCS_Str(Conversions.ToInteger(Operators.AddObject(MyProject.Forms.ChannelMsg.Get_CHAddress(ComboBox编辑信道号.SelectedIndex), (object) 7)))); + ComboBox亚音解码.Text = Conversions.ToString(Get_CHEdit_CTC_DCS_Str(Conversions.ToInteger(Operators.AddObject(MyProject.Forms.ChannelMsg.Get_CHAddress(ComboBox编辑信道号.SelectedIndex), 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)))); + ComboBox亚音解码.Text = Conversions.ToString(Get_CHEdit_CTC_DCS_Str(Conversions.ToInteger(Operators.AddObject(MyProject.Forms.ChannelMsg.Get_CHAddress(ComboBox编辑信道号.SelectedIndex), 7)))); break; } SetData_EditCHMsg(ComboBox编辑信道号.SelectedIndex); @@ -3104,13 +3104,13 @@ namespace HPG_68D 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); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox繁忙信道锁定, Conversions.ToInteger(Operators.AddObject(MyProject.Forms.ChannelMsg.Get_CHAddress(ComboBox编辑信道号.SelectedIndex), 11)), (byte) (publicva.Bit2 | 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); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox繁忙信道锁定, Conversions.ToInteger(Operators.AddObject(MyProject.Forms.ChannelMsg.Get_CHAddress(ComboBox编辑信道号.SelectedIndex), 11)), (byte) (publicva.Bit2 | 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); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox繁忙信道锁定, Conversions.ToInteger(Operators.AddObject(MyProject.Forms.ChannelMsg.Get_CHAddress(ComboBox编辑信道号.SelectedIndex), 11)), (byte) (publicva.Bit2 | publicva.Bit3), 2); SetData_EditCHMsg(ComboBox编辑信道号.SelectedIndex); } diff --git a/HPG-68D/ChannelMsg.cs b/HPG-68D/ChannelMsg.cs index bea55d3..c79243e 100644 --- a/HPG-68D/ChannelMsg.cs +++ b/HPG-68D/ChannelMsg.cs @@ -71,7 +71,7 @@ namespace HPG_68D Deactivate += ChannelMsg_Deactivate; FormClosing += ChannelMsg_FormClosing; Load += ChannelMsg_Load; - __ENCList.Add((object) new WeakReference((object) this)); + __ENCList.Add(new WeakReference(this)); InitializeComponent(); } @@ -86,13 +86,13 @@ namespace HPG_68D [DebuggerStepThrough] private void InitializeComponent() { - DataGridViewCellStyle gridViewCellStyle1 = new DataGridViewCellStyle(); - DataGridViewCellStyle gridViewCellStyle2 = new DataGridViewCellStyle(); - ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof (ChannelMsg)); - DataGridViewCellStyle gridViewCellStyle3 = new DataGridViewCellStyle(); - DataGridViewCellStyle gridViewCellStyle4 = new DataGridViewCellStyle(); - DataGridViewCellStyle gridViewCellStyle5 = new DataGridViewCellStyle(); - DataGridViewCellStyle gridViewCellStyle6 = new DataGridViewCellStyle(); + var gridViewCellStyle1 = new DataGridViewCellStyle(); + var gridViewCellStyle2 = new DataGridViewCellStyle(); + var componentResourceManager = new ComponentResourceManager(typeof (ChannelMsg)); + var gridViewCellStyle3 = new DataGridViewCellStyle(); + var gridViewCellStyle4 = new DataGridViewCellStyle(); + var gridViewCellStyle5 = new DataGridViewCellStyle(); + var gridViewCellStyle6 = new DataGridViewCellStyle(); ChannelMsgDataGridView = new DataGridView(); Panel1 = new Panel(); Button3 = new Button(); @@ -122,19 +122,19 @@ namespace HPG_68D ChannelMsgDataGridView.AlternatingRowsDefaultCellStyle = gridViewCellStyle1; gridViewCellStyle2.Alignment = DataGridViewContentAlignment.MiddleCenter; gridViewCellStyle2.BackColor = SystemColors.Control; - gridViewCellStyle2.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, (byte) 134); + gridViewCellStyle2.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, 134); gridViewCellStyle2.ForeColor = SystemColors.WindowText; gridViewCellStyle2.SelectionBackColor = SystemColors.Highlight; gridViewCellStyle2.SelectionForeColor = SystemColors.HighlightText; gridViewCellStyle2.WrapMode = DataGridViewTriState.True; ChannelMsgDataGridView.ColumnHeadersDefaultCellStyle = gridViewCellStyle2; - componentResourceManager.ApplyResources((object) ChannelMsgDataGridView, "ChannelMsgDataGridView"); + componentResourceManager.ApplyResources(ChannelMsgDataGridView, "ChannelMsgDataGridView"); ChannelMsgDataGridView.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.DisableResizing; - ChannelMsgDataGridView.Columns.AddRange((DataGridViewColumn) ColumnRxFreq, (DataGridViewColumn) Column差频方向, (DataGridViewColumn) ColumnTxFreq, (DataGridViewColumn) Column亚音解码类型, (DataGridViewColumn) Column亚音解码, (DataGridViewColumn) Column亚音编码类型, (DataGridViewColumn) Column亚音编码, (DataGridViewColumn) Column发射功率, (DataGridViewColumn) Column扫描添加, (DataGridViewColumn) Column带宽, (DataGridViewColumn) Column可选信令, (DataGridViewColumn) Column更多); + ChannelMsgDataGridView.Columns.AddRange(ColumnRxFreq, Column差频方向, ColumnTxFreq, Column亚音解码类型, Column亚音解码, Column亚音编码类型, Column亚音编码, Column发射功率, Column扫描添加, Column带宽, Column可选信令, Column更多); ChannelMsgDataGridView.Name = "ChannelMsgDataGridView"; gridViewCellStyle3.Alignment = DataGridViewContentAlignment.MiddleCenter; gridViewCellStyle3.BackColor = SystemColors.Control; - gridViewCellStyle3.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, (byte) 134); + gridViewCellStyle3.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, 134); gridViewCellStyle3.ForeColor = SystemColors.WindowText; gridViewCellStyle3.SelectionBackColor = SystemColors.Highlight; gridViewCellStyle3.SelectionForeColor = SystemColors.HighlightText; @@ -144,87 +144,87 @@ namespace HPG_68D gridViewCellStyle4.Alignment = DataGridViewContentAlignment.MiddleCenter; ChannelMsgDataGridView.RowsDefaultCellStyle = gridViewCellStyle4; ChannelMsgDataGridView.RowTemplate.Height = 23; - componentResourceManager.ApplyResources((object) Panel1, "Panel1"); + componentResourceManager.ApplyResources(Panel1, "Panel1"); Panel1.BorderStyle = BorderStyle.Fixed3D; - Panel1.Controls.Add((Control) ChannelMsgDataGridView); + Panel1.Controls.Add(ChannelMsgDataGridView); Panel1.Name = "Panel1"; - componentResourceManager.ApplyResources((object) Button3, "Button3"); + componentResourceManager.ApplyResources(Button3, "Button3"); Button3.Name = "Button3"; Button3.UseVisualStyleBackColor = true; - componentResourceManager.ApplyResources((object) Button2, "Button2"); + componentResourceManager.ApplyResources(Button2, "Button2"); Button2.Name = "Button2"; Button2.UseVisualStyleBackColor = true; - componentResourceManager.ApplyResources((object) Button1, "Button1"); + componentResourceManager.ApplyResources(Button1, "Button1"); Button1.Name = "Button1"; Button1.UseVisualStyleBackColor = true; - componentResourceManager.ApplyResources((object) Button信道编辑, "Button信道编辑"); + componentResourceManager.ApplyResources(Button信道编辑, "Button信道编辑"); Button信道编辑.Name = "Button信道编辑"; Button信道编辑.UseVisualStyleBackColor = true; gridViewCellStyle5.Alignment = DataGridViewContentAlignment.MiddleCenter; ColumnRxFreq.DefaultCellStyle = gridViewCellStyle5; - componentResourceManager.ApplyResources((object) ColumnRxFreq, "ColumnRxFreq"); + componentResourceManager.ApplyResources(ColumnRxFreq, "ColumnRxFreq"); ColumnRxFreq.MaxInputLength = 9; ColumnRxFreq.Name = "ColumnRxFreq"; ColumnRxFreq.Resizable = DataGridViewTriState.False; ColumnRxFreq.SortMode = DataGridViewColumnSortMode.NotSortable; Column差频方向.DisplayStyle = DataGridViewComboBoxDisplayStyle.Nothing; - componentResourceManager.ApplyResources((object) Column差频方向, "Column差频方向"); - Column差频方向.Items.AddRange((object) "OFF", (object) "DUP -", (object) "DUP +"); + componentResourceManager.ApplyResources(Column差频方向, "Column差频方向"); + Column差频方向.Items.AddRange("OFF", "DUP -", "DUP +"); Column差频方向.Name = "Column差频方向"; - componentResourceManager.ApplyResources((object) ColumnTxFreq, "ColumnTxFreq"); + componentResourceManager.ApplyResources(ColumnTxFreq, "ColumnTxFreq"); ColumnTxFreq.MaxInputLength = 9; ColumnTxFreq.Name = "ColumnTxFreq"; ColumnTxFreq.SortMode = DataGridViewColumnSortMode.NotSortable; Column亚音解码类型.DisplayStyle = DataGridViewComboBoxDisplayStyle.Nothing; - componentResourceManager.ApplyResources((object) Column亚音解码类型, "Column亚音解码类型"); - Column亚音解码类型.Items.AddRange((object) "OFF", (object) "TONE", (object) "CTCSS", (object) "DCS"); + componentResourceManager.ApplyResources(Column亚音解码类型, "Column亚音解码类型"); + Column亚音解码类型.Items.AddRange("OFF", "TONE", "CTCSS", "DCS"); Column亚音解码类型.Name = "Column亚音解码类型"; Column亚音解码.DisplayStyle = DataGridViewComboBoxDisplayStyle.Nothing; - componentResourceManager.ApplyResources((object) Column亚音解码, "Column亚音解码"); - Column亚音解码.Items.AddRange((object) "OFF", (object) "67.0", (object) "69.3", (object) "71.9", (object) "74.4", (object) "77.0", (object) "79.7", (object) "82.5", (object) "85.4", (object) "88.5", (object) "91.5", (object) "94.8", (object) "97.4", (object) "100.0", (object) "103.5", (object) "107.2", (object) "110.9", (object) "114.8", (object) "118.8", (object) "123.0", (object) "127.3", (object) "131.8", (object) "136.5", (object) "141.3", (object) "146.2", (object) "151.4", (object) "156.7", (object) "159.8", (object) "162.2", (object) "165.5", (object) "167.9", (object) "171.3", (object) "173.8", (object) "177.3", (object) "179.9", (object) "183.5", (object) "186.2", (object) "189.9", (object) "192.8", (object) "196.6", (object) "199.5", (object) "203.5", (object) "206.5", (object) "210.7", (object) "218.1", (object) "225.7", (object) "229.1", (object) "233.6", (object) "241.8", (object) "250.3", (object) "254.1", (object) "D017N", (object) "D023N", (object) "D025N", (object) "D026N", (object) "D031N", (object) "D032N", (object) "D036N", (object) "D043N", (object) "D047N", (object) "D050N", (object) "D051N", (object) "D053N", (object) "D054N", (object) "D065N", (object) "D071N", (object) "D072N", (object) "D073N", (object) "D074N", (object) "D114N", (object) "D115N", (object) "D116N", (object) "D122N", (object) "D125N", (object) "D131N", (object) "D132N", (object) "D134N", (object) "D143N", (object) "D145N", (object) "D152N", (object) "D155N", (object) "D156N", (object) "D162N", (object) "D165N", (object) "D172N", (object) "D174N", (object) "D205N", (object) "D212N", (object) "D223N", (object) "D225N", (object) "D226N", (object) "D243N", (object) "D244N", (object) "D245N", (object) "D246N", (object) "D251N", (object) "D252N", (object) "D255N", (object) "D261N", (object) "D263N", (object) "D265N", (object) "D266N", (object) "D271N", (object) "D274N", (object) "D306N", (object) "D311N", (object) "D315N", (object) "D325N", (object) "D331N", (object) "D332N", (object) "D343N", (object) "D346N", (object) "D351N", (object) "D356N", (object) "D364N", (object) "D365N", (object) "D371N", (object) "D411N", (object) "D412N", (object) "D413N", (object) "D423N", (object) "D431N", (object) "D432N", (object) "D445N", (object) "D446N", (object) "D452N", (object) "D454N", (object) "D455N", (object) "D462N", (object) "D464N", (object) "D465N", (object) "D466N", (object) "D503N", (object) "D506N", (object) "D516N", (object) "D523N", (object) "D526N", (object) "D532N", (object) "D546N", (object) "D565N", (object) "D606N", (object) "D612N", (object) "D624N", (object) "D627N", (object) "D631N", (object) "D632N", (object) "D645N", (object) "D654N", (object) "D662N", (object) "D664N", (object) "D703N", (object) "D712N", (object) "D723N", (object) "D731N", (object) "D732N", (object) "D734N", (object) "D743N", (object) "D754N", (object) "D017I", (object) "D023I", (object) "D025I", (object) "D026I", (object) "D031I", (object) "D032I", (object) "D036I", (object) "D043I", (object) "D047I", (object) "D050I", (object) "D051I", (object) "D053I", (object) "D054I", (object) "D065I", (object) "D071I", (object) "D072I", (object) "D073I", (object) "D074I", (object) "D114I", (object) "D115I", (object) "D116I", (object) "D122I", (object) "D125I", (object) "D131I", (object) "D132I", (object) "D134I", (object) "D143I", (object) "D145I", (object) "D152I", (object) "D155I", (object) "D156I", (object) "D162I", (object) "D165I", (object) "D172I", (object) "D174I", (object) "D205I", (object) "D212I", (object) "D223I", (object) "D225I", (object) "D226I", (object) "D243I", (object) "D244I", (object) "D245I", (object) "D246I", (object) "D251I", (object) "D252I", (object) "D255I", (object) "D261I", (object) "D263I", (object) "D265I", (object) "D266I", (object) "D271I", (object) "D274I", (object) "D306I", (object) "D311I", (object) "D315I", (object) "D325I", (object) "D331I", (object) "D332I", (object) "D343I", (object) "D346I", (object) "D351I", (object) "D356I", (object) "D364I", (object) "D365I", (object) "D371I", (object) "D411I", (object) "D412I", (object) "D413I", (object) "D423I", (object) "D431I", (object) "D432I", (object) "D445I", (object) "D446I", (object) "D452I", (object) "D454I", (object) "D455I", (object) "D462I", (object) "D464I", (object) "D465I", (object) "D466I", (object) "D503I", (object) "D506I", (object) "D516I", (object) "D523I", (object) "D526I", (object) "D532I", (object) "D546I", (object) "D565I", (object) "D606I", (object) "D612I", (object) "D624I", (object) "D627I", (object) "D631I", (object) "D632I", (object) "D645I", (object) "D654I", (object) "D662I", (object) "D664I", (object) "D703I", (object) "D712I", (object) "D723I", (object) "D731I", (object) "D732I", (object) "D734I", (object) "D743I", (object) "D754I"); + componentResourceManager.ApplyResources(Column亚音解码, "Column亚音解码"); + Column亚音解码.Items.AddRange("OFF", "67.0", "69.3", "71.9", "74.4", "77.0", "79.7", "82.5", "85.4", "88.5", "91.5", "94.8", "97.4", "100.0", "103.5", "107.2", "110.9", "114.8", "118.8", "123.0", "127.3", "131.8", "136.5", "141.3", "146.2", "151.4", "156.7", "159.8", "162.2", "165.5", "167.9", "171.3", "173.8", "177.3", "179.9", "183.5", "186.2", "189.9", "192.8", "196.6", "199.5", "203.5", "206.5", "210.7", "218.1", "225.7", "229.1", "233.6", "241.8", "250.3", "254.1", "D017N", "D023N", "D025N", "D026N", "D031N", "D032N", "D036N", "D043N", "D047N", "D050N", "D051N", "D053N", "D054N", "D065N", "D071N", "D072N", "D073N", "D074N", "D114N", "D115N", "D116N", "D122N", "D125N", "D131N", "D132N", "D134N", "D143N", "D145N", "D152N", "D155N", "D156N", "D162N", "D165N", "D172N", "D174N", "D205N", "D212N", "D223N", "D225N", "D226N", "D243N", "D244N", "D245N", "D246N", "D251N", "D252N", "D255N", "D261N", "D263N", "D265N", "D266N", "D271N", "D274N", "D306N", "D311N", "D315N", "D325N", "D331N", "D332N", "D343N", "D346N", "D351N", "D356N", "D364N", "D365N", "D371N", "D411N", "D412N", "D413N", "D423N", "D431N", "D432N", "D445N", "D446N", "D452N", "D454N", "D455N", "D462N", "D464N", "D465N", "D466N", "D503N", "D506N", "D516N", "D523N", "D526N", "D532N", "D546N", "D565N", "D606N", "D612N", "D624N", "D627N", "D631N", "D632N", "D645N", "D654N", "D662N", "D664N", "D703N", "D712N", "D723N", "D731N", "D732N", "D734N", "D743N", "D754N", "D017I", "D023I", "D025I", "D026I", "D031I", "D032I", "D036I", "D043I", "D047I", "D050I", "D051I", "D053I", "D054I", "D065I", "D071I", "D072I", "D073I", "D074I", "D114I", "D115I", "D116I", "D122I", "D125I", "D131I", "D132I", "D134I", "D143I", "D145I", "D152I", "D155I", "D156I", "D162I", "D165I", "D172I", "D174I", "D205I", "D212I", "D223I", "D225I", "D226I", "D243I", "D244I", "D245I", "D246I", "D251I", "D252I", "D255I", "D261I", "D263I", "D265I", "D266I", "D271I", "D274I", "D306I", "D311I", "D315I", "D325I", "D331I", "D332I", "D343I", "D346I", "D351I", "D356I", "D364I", "D365I", "D371I", "D411I", "D412I", "D413I", "D423I", "D431I", "D432I", "D445I", "D446I", "D452I", "D454I", "D455I", "D462I", "D464I", "D465I", "D466I", "D503I", "D506I", "D516I", "D523I", "D526I", "D532I", "D546I", "D565I", "D606I", "D612I", "D624I", "D627I", "D631I", "D632I", "D645I", "D654I", "D662I", "D664I", "D703I", "D712I", "D723I", "D731I", "D732I", "D734I", "D743I", "D754I"); Column亚音解码.Name = "Column亚音解码"; Column亚音编码类型.DisplayStyle = DataGridViewComboBoxDisplayStyle.Nothing; - componentResourceManager.ApplyResources((object) Column亚音编码类型, "Column亚音编码类型"); - Column亚音编码类型.Items.AddRange((object) "OFF", (object) "TONE", (object) "CTCSS", (object) "DCS"); + componentResourceManager.ApplyResources(Column亚音编码类型, "Column亚音编码类型"); + Column亚音编码类型.Items.AddRange("OFF", "TONE", "CTCSS", "DCS"); Column亚音编码类型.Name = "Column亚音编码类型"; Column亚音编码.DisplayStyle = DataGridViewComboBoxDisplayStyle.Nothing; - componentResourceManager.ApplyResources((object) Column亚音编码, "Column亚音编码"); - Column亚音编码.Items.AddRange((object) "OFF", (object) "67.0", (object) "69.3", (object) "71.9", (object) "74.4", (object) "77.0", (object) "79.7", (object) "82.5", (object) "85.4", (object) "88.5", (object) "91.5", (object) "94.8", (object) "97.4", (object) "100.0", (object) "103.5", (object) "107.2", (object) "110.9", (object) "114.8", (object) "118.8", (object) "123.0", (object) "127.3", (object) "131.8", (object) "136.5", (object) "141.3", (object) "146.2", (object) "151.4", (object) "156.7", (object) "159.8", (object) "162.2", (object) "165.5", (object) "167.9", (object) "171.3", (object) "173.8", (object) "177.3", (object) "179.9", (object) "183.5", (object) "186.2", (object) "189.9", (object) "192.8", (object) "196.6", (object) "199.5", (object) "203.5", (object) "206.5", (object) "210.7", (object) "218.1", (object) "225.7", (object) "229.1", (object) "233.6", (object) "241.8", (object) "250.3", (object) "254.1", (object) "D017N", (object) "D023N", (object) "D025N", (object) "D026N", (object) "D031N", (object) "D032N", (object) "D036N", (object) "D043N", (object) "D047N", (object) "D050N", (object) "D051N", (object) "D053N", (object) "D054N", (object) "D065N", (object) "D071N", (object) "D072N", (object) "D073N", (object) "D074N", (object) "D114N", (object) "D115N", (object) "D116N", (object) "D122N", (object) "D125N", (object) "D131N", (object) "D132N", (object) "D134N", (object) "D143N", (object) "D145N", (object) "D152N", (object) "D155N", (object) "D156N", (object) "D162N", (object) "D165N", (object) "D172N", (object) "D174N", (object) "D205N", (object) "D212N", (object) "D223N", (object) "D225N", (object) "D226N", (object) "D243N", (object) "D244N", (object) "D245N", (object) "D246N", (object) "D251N", (object) "D252N", (object) "D255N", (object) "D261N", (object) "D263N", (object) "D265N", (object) "D266N", (object) "D271N", (object) "D274N", (object) "D306N", (object) "D311N", (object) "D315N", (object) "D325N", (object) "D331N", (object) "D332N", (object) "D343N", (object) "D346N", (object) "D351N", (object) "D356N", (object) "D364N", (object) "D365N", (object) "D371N", (object) "D411N", (object) "D412N", (object) "D413N", (object) "D423N", (object) "D431N", (object) "D432N", (object) "D445N", (object) "D446N", (object) "D452N", (object) "D454N", (object) "D455N", (object) "D462N", (object) "D464N", (object) "D465N", (object) "D466N", (object) "D503N", (object) "D506N", (object) "D516N", (object) "D523N", (object) "D526N", (object) "D532N", (object) "D546N", (object) "D565N", (object) "D606N", (object) "D612N", (object) "D624N", (object) "D627N", (object) "D631N", (object) "D632N", (object) "D645N", (object) "D654N", (object) "D662N", (object) "D664N", (object) "D703N", (object) "D712N", (object) "D723N", (object) "D731N", (object) "D732N", (object) "D734N", (object) "D743N", (object) "D754N", (object) "D017I", (object) "D023I", (object) "D025I", (object) "D026I", (object) "D031I", (object) "D032I", (object) "D036I", (object) "D043I", (object) "D047I", (object) "D050I", (object) "D051I", (object) "D053I", (object) "D054I", (object) "D065I", (object) "D071I", (object) "D072I", (object) "D073I", (object) "D074I", (object) "D114I", (object) "D115I", (object) "D116I", (object) "D122I", (object) "D125I", (object) "D131I", (object) "D132I", (object) "D134I", (object) "D143I", (object) "D145I", (object) "D152I", (object) "D155I", (object) "D156I", (object) "D162I", (object) "D165I", (object) "D172I", (object) "D174I", (object) "D205I", (object) "D212I", (object) "D223I", (object) "D225I", (object) "D226I", (object) "D243I", (object) "D244I", (object) "D245I", (object) "D246I", (object) "D251I", (object) "D252I", (object) "D255I", (object) "D261I", (object) "D263I", (object) "D265I", (object) "D266I", (object) "D271I", (object) "D274I", (object) "D306I", (object) "D311I", (object) "D315I", (object) "D325I", (object) "D331I", (object) "D332I", (object) "D343I", (object) "D346I", (object) "D351I", (object) "D356I", (object) "D364I", (object) "D365I", (object) "D371I", (object) "D411I", (object) "D412I", (object) "D413I", (object) "D423I", (object) "D431I", (object) "D432I", (object) "D445I", (object) "D446I", (object) "D452I", (object) "D454I", (object) "D455I", (object) "D462I", (object) "D464I", (object) "D465I", (object) "D466I", (object) "D503I", (object) "D506I", (object) "D516I", (object) "D523I", (object) "D526I", (object) "D532I", (object) "D546I", (object) "D565I", (object) "D606I", (object) "D612I", (object) "D624I", (object) "D627I", (object) "D631I", (object) "D632I", (object) "D645I", (object) "D654I", (object) "D662I", (object) "D664I", (object) "D703I", (object) "D712I", (object) "D723I", (object) "D731I", (object) "D732I", (object) "D734I", (object) "D743I", (object) "D754I"); + componentResourceManager.ApplyResources(Column亚音编码, "Column亚音编码"); + Column亚音编码.Items.AddRange("OFF", "67.0", "69.3", "71.9", "74.4", "77.0", "79.7", "82.5", "85.4", "88.5", "91.5", "94.8", "97.4", "100.0", "103.5", "107.2", "110.9", "114.8", "118.8", "123.0", "127.3", "131.8", "136.5", "141.3", "146.2", "151.4", "156.7", "159.8", "162.2", "165.5", "167.9", "171.3", "173.8", "177.3", "179.9", "183.5", "186.2", "189.9", "192.8", "196.6", "199.5", "203.5", "206.5", "210.7", "218.1", "225.7", "229.1", "233.6", "241.8", "250.3", "254.1", "D017N", "D023N", "D025N", "D026N", "D031N", "D032N", "D036N", "D043N", "D047N", "D050N", "D051N", "D053N", "D054N", "D065N", "D071N", "D072N", "D073N", "D074N", "D114N", "D115N", "D116N", "D122N", "D125N", "D131N", "D132N", "D134N", "D143N", "D145N", "D152N", "D155N", "D156N", "D162N", "D165N", "D172N", "D174N", "D205N", "D212N", "D223N", "D225N", "D226N", "D243N", "D244N", "D245N", "D246N", "D251N", "D252N", "D255N", "D261N", "D263N", "D265N", "D266N", "D271N", "D274N", "D306N", "D311N", "D315N", "D325N", "D331N", "D332N", "D343N", "D346N", "D351N", "D356N", "D364N", "D365N", "D371N", "D411N", "D412N", "D413N", "D423N", "D431N", "D432N", "D445N", "D446N", "D452N", "D454N", "D455N", "D462N", "D464N", "D465N", "D466N", "D503N", "D506N", "D516N", "D523N", "D526N", "D532N", "D546N", "D565N", "D606N", "D612N", "D624N", "D627N", "D631N", "D632N", "D645N", "D654N", "D662N", "D664N", "D703N", "D712N", "D723N", "D731N", "D732N", "D734N", "D743N", "D754N", "D017I", "D023I", "D025I", "D026I", "D031I", "D032I", "D036I", "D043I", "D047I", "D050I", "D051I", "D053I", "D054I", "D065I", "D071I", "D072I", "D073I", "D074I", "D114I", "D115I", "D116I", "D122I", "D125I", "D131I", "D132I", "D134I", "D143I", "D145I", "D152I", "D155I", "D156I", "D162I", "D165I", "D172I", "D174I", "D205I", "D212I", "D223I", "D225I", "D226I", "D243I", "D244I", "D245I", "D246I", "D251I", "D252I", "D255I", "D261I", "D263I", "D265I", "D266I", "D271I", "D274I", "D306I", "D311I", "D315I", "D325I", "D331I", "D332I", "D343I", "D346I", "D351I", "D356I", "D364I", "D365I", "D371I", "D411I", "D412I", "D413I", "D423I", "D431I", "D432I", "D445I", "D446I", "D452I", "D454I", "D455I", "D462I", "D464I", "D465I", "D466I", "D503I", "D506I", "D516I", "D523I", "D526I", "D532I", "D546I", "D565I", "D606I", "D612I", "D624I", "D627I", "D631I", "D632I", "D645I", "D654I", "D662I", "D664I", "D703I", "D712I", "D723I", "D731I", "D732I", "D734I", "D743I", "D754I"); Column亚音编码.Name = "Column亚音编码"; Column发射功率.DisplayStyle = DataGridViewComboBoxDisplayStyle.Nothing; - componentResourceManager.ApplyResources((object) Column发射功率, "Column发射功率"); - Column发射功率.Items.AddRange((object) "高", (object) "低", (object) "中"); + componentResourceManager.ApplyResources(Column发射功率, "Column发射功率"); + Column发射功率.Items.AddRange("高", "低", "中"); Column发射功率.Name = "Column发射功率"; Column扫描添加.AutoSizeMode = DataGridViewAutoSizeColumnMode.None; Column扫描添加.DisplayStyle = DataGridViewComboBoxDisplayStyle.Nothing; - componentResourceManager.ApplyResources((object) Column扫描添加, "Column扫描添加"); - Column扫描添加.Items.AddRange((object) "是", (object) "否"); + componentResourceManager.ApplyResources(Column扫描添加, "Column扫描添加"); + Column扫描添加.Items.AddRange("是", "否"); Column扫描添加.Name = "Column扫描添加"; Column带宽.DisplayStyle = DataGridViewComboBoxDisplayStyle.Nothing; - componentResourceManager.ApplyResources((object) Column带宽, "Column带宽"); - Column带宽.Items.AddRange((object) "宽带(25K)", (object) "宽带(20K)", (object) "窄带(12.5K)"); + componentResourceManager.ApplyResources(Column带宽, "Column带宽"); + Column带宽.Items.AddRange("宽带(25K)", "宽带(20K)", "窄带(12.5K)"); Column带宽.Name = "Column带宽"; Column可选信令.DisplayStyle = DataGridViewComboBoxDisplayStyle.Nothing; - componentResourceManager.ApplyResources((object) Column可选信令, "Column可选信令"); - Column可选信令.Items.AddRange((object) "无", (object) "DTMF", (object) "2-Tone", (object) "5-Tone"); + componentResourceManager.ApplyResources(Column可选信令, "Column可选信令"); + Column可选信令.Items.AddRange("无", "DTMF", "2-Tone", "5-Tone"); Column可选信令.Name = "Column可选信令"; gridViewCellStyle6.Alignment = DataGridViewContentAlignment.MiddleCenter; gridViewCellStyle6.BackColor = Color.FromArgb(224, 224, 224); gridViewCellStyle6.ForeColor = Color.Red; Column更多.DefaultCellStyle = gridViewCellStyle6; Column更多.FlatStyle = FlatStyle.Popup; - componentResourceManager.ApplyResources((object) Column更多, "Column更多"); + componentResourceManager.ApplyResources(Column更多, "Column更多"); Column更多.Name = "Column更多"; Column更多.Resizable = DataGridViewTriState.False; Column更多.Text = ">>"; Column更多.UseColumnTextForButtonValue = true; - componentResourceManager.ApplyResources((object) this, "$this"); + componentResourceManager.ApplyResources(this, "$this"); AutoScaleMode = AutoScaleMode.Font; - Controls.Add((Control) Button信道编辑); - Controls.Add((Control) Button3); - Controls.Add((Control) Button2); - Controls.Add((Control) Button1); - Controls.Add((Control) Panel1); + Controls.Add(Button信道编辑); + Controls.Add(Button3); + Controls.Add(Button2); + Controls.Add(Button1); + Controls.Add(Panel1); DoubleBuffered = true; Name = nameof (ChannelMsg); ((ISupportInitialize) ChannelMsgDataGridView).EndInit(); @@ -419,8 +419,8 @@ namespace HPG_68D public void ChannelMsg_Deactivate(object sender, EventArgs e) { ChannelMsgDataGridView.EndEdit(); - int num = checked (ChannelMsgDataGridView.RowCount - 1); - int i = 0; + var num = checked (ChannelMsgDataGridView.RowCount - 1); + var i = 0; while (i <= num) { SetData_CHMsg(i); @@ -439,30 +439,30 @@ namespace HPG_68D ChannelMsgDataGridView.RowCount = 516; if (Operators.CompareString(publicva.Language, "zh-CN", false) == 0) { - ChannelMsgDataGridView.TopLeftHeaderCell.Value = (object) "信道"; + ChannelMsgDataGridView.TopLeftHeaderCell.Value = "信道"; Column发射功率.Items.Clear(); - Column发射功率.Items.AddRange((object) "高", (object) "低", (object) "中"); + Column发射功率.Items.AddRange("高", "低", "中"); Column扫描添加.Items.Clear(); - Column扫描添加.Items.AddRange((object) "是", (object) "否"); + Column扫描添加.Items.AddRange("是", "否"); Column带宽.Items.Clear(); - Column带宽.Items.AddRange((object) "宽带(25K)", (object) "宽带(20K)", (object) "窄带(12.5K)"); + Column带宽.Items.AddRange("宽带(25K)", "宽带(20K)", "窄带(12.5K)"); Column可选信令.Items.Clear(); - Column可选信令.Items.AddRange((object) "无", (object) "DTMF", (object) "2-Tone", (object) "5-Tone"); + Column可选信令.Items.AddRange("无", "DTMF", "2-Tone", "5-Tone"); } else { - ChannelMsgDataGridView.TopLeftHeaderCell.Value = (object) "CH"; + ChannelMsgDataGridView.TopLeftHeaderCell.Value = "CH"; Column发射功率.Items.Clear(); - Column发射功率.Items.AddRange((object) "High", (object) "Low", (object) "Middle"); + Column发射功率.Items.AddRange("High", "Low", "Middle"); Column扫描添加.Items.Clear(); - Column扫描添加.Items.AddRange((object) "Yes", (object) "No"); + Column扫描添加.Items.AddRange("Yes", "No"); Column带宽.Items.Clear(); - Column带宽.Items.AddRange((object) "Wide(25K)", (object) "Wide(20K)", (object) "Narrow(12.5K)"); + Column带宽.Items.AddRange("Wide(25K)", "Wide(20K)", "Narrow(12.5K)"); Column可选信令.Items.Clear(); - Column可选信令.Items.AddRange((object) "None", (object) "DTMF", (object) "2-Tone", (object) "5-Tone"); + Column可选信令.Items.AddRange("None", "DTMF", "2-Tone", "5-Tone"); } - int num = checked (ChannelMsgDataGridView.RowCount - 1); - int i = 0; + var num = checked (ChannelMsgDataGridView.RowCount - 1); + var i = 0; while (i <= num) { GetStr_CHMsg(i); @@ -472,16 +472,16 @@ namespace HPG_68D private void ChannelMsgDataGridView_CellEndEdit(object sender, DataGridViewCellEventArgs e) { - int rowIndex = ChannelMsgDataGridView.CurrentCell.RowIndex; - int columnIndex = ChannelMsgDataGridView.CurrentCell.ColumnIndex; - int num = columnIndex; + var rowIndex = ChannelMsgDataGridView.CurrentCell.RowIndex; + var columnIndex = ChannelMsgDataGridView.CurrentCell.ColumnIndex; + var num = columnIndex; if (num == ChannelMsgDataGridView["ColumnRxFreq", rowIndex].ColumnIndex) { - if (Operators.ConditionalCompareObjectNotEqual(ChannelMsgDataGridView["ColumnRxFreq", rowIndex].Value, (object) "", false)) + if (Operators.ConditionalCompareObjectNotEqual(ChannelMsgDataGridView["ColumnRxFreq", rowIndex].Value, "", false)) { - string str = Conversions.ToString(JudgeInputRxFreq(Conversions.ToString(ChannelMsgDataGridView["ColumnRxFreq", rowIndex].Value), true)); - ChannelMsgDataGridView["ColumnRxFreq", rowIndex].Value = (object) str; - if (Operators.ConditionalCompareObjectEqual(ChannelMsgDataGridView["ColumnTxFreq", rowIndex].Value, (object) "", false)) + var str = Conversions.ToString(JudgeInputRxFreq(Conversions.ToString(ChannelMsgDataGridView["ColumnRxFreq", rowIndex].Value), true)); + ChannelMsgDataGridView["ColumnRxFreq", rowIndex].Value = str; + if (Operators.ConditionalCompareObjectEqual(ChannelMsgDataGridView["ColumnTxFreq", rowIndex].Value, "", false)) { if (Operators.CompareString(str, "", false) == 0) Clr_Channel(rowIndex); @@ -496,8 +496,8 @@ namespace HPG_68D } else if (num == ChannelMsgDataGridView["ColumnTxFreq", rowIndex].ColumnIndex) { - string str = Conversions.ToString(JudgeInputTxFreq(Conversions.ToString(ChannelMsgDataGridView["ColumnRxFreq", rowIndex].Value), Conversions.ToString(ChannelMsgDataGridView["ColumnTxFreq", rowIndex].Value), true)); - ChannelMsgDataGridView["ColumnTxFreq", rowIndex].Value = (object) str; + var str = Conversions.ToString(JudgeInputTxFreq(Conversions.ToString(ChannelMsgDataGridView["ColumnRxFreq", rowIndex].Value), Conversions.ToString(ChannelMsgDataGridView["ColumnTxFreq", rowIndex].Value), true)); + ChannelMsgDataGridView["ColumnTxFreq", rowIndex].Value = str; } else if (num == ChannelMsgDataGridView["Column亚音解码类型", rowIndex].ColumnIndex) { @@ -528,7 +528,7 @@ namespace HPG_68D if (!Versioned.IsNumeric(RuntimeHelpers.GetObjectValue(ChannelMsgDataGridView["Column亚音解码", rowIndex].Value)) | publicva.ToneValueValidatingDIS) { publicva.ToneValueValidatingDIS = false; - ChannelMsgDataGridView["Column亚音解码", rowIndex].Value = RuntimeHelpers.GetObjectValue(Get_CTC_DCS_Str(Conversions.ToInteger(Operators.AddObject(Get_CHAddress(rowIndex), (object) 7)))); + ChannelMsgDataGridView["Column亚音解码", rowIndex].Value = RuntimeHelpers.GetObjectValue(Get_CTC_DCS_Str(Conversions.ToInteger(Operators.AddObject(Get_CHAddress(rowIndex), 7)))); break; } break; @@ -536,7 +536,7 @@ namespace HPG_68D if (!Versioned.IsNumeric(RuntimeHelpers.GetObjectValue(ChannelMsgDataGridView["Column亚音解码", rowIndex].Value)) | publicva.ToneValueValidatingDIS) { publicva.ToneValueValidatingDIS = false; - ChannelMsgDataGridView["Column亚音解码", rowIndex].Value = RuntimeHelpers.GetObjectValue(Get_CTC_DCS_Str(Conversions.ToInteger(Operators.AddObject(Get_CHAddress(rowIndex), (object) 7)))); + ChannelMsgDataGridView["Column亚音解码", rowIndex].Value = RuntimeHelpers.GetObjectValue(Get_CTC_DCS_Str(Conversions.ToInteger(Operators.AddObject(Get_CHAddress(rowIndex), 7)))); break; } break; @@ -544,7 +544,7 @@ namespace HPG_68D if (Operators.CompareString("D", ChannelMsgDataGridView["Column亚音解码", rowIndex].Value.ToString().Substring(0, 1), false) != 0 | publicva.ToneValueValidatingDIS) { publicva.ToneValueValidatingDIS = false; - ChannelMsgDataGridView["Column亚音解码", rowIndex].Value = RuntimeHelpers.GetObjectValue(Get_CTC_DCS_Str(Conversions.ToInteger(Operators.AddObject(Get_CHAddress(rowIndex), (object) 7)))); + ChannelMsgDataGridView["Column亚音解码", rowIndex].Value = RuntimeHelpers.GetObjectValue(Get_CTC_DCS_Str(Conversions.ToInteger(Operators.AddObject(Get_CHAddress(rowIndex), 7)))); } break; } @@ -578,7 +578,7 @@ namespace HPG_68D if (!Versioned.IsNumeric(RuntimeHelpers.GetObjectValue(ChannelMsgDataGridView["Column亚音编码", rowIndex].Value)) | publicva.ToneValueValidatingDIS) { publicva.ToneValueValidatingDIS = false; - ChannelMsgDataGridView["Column亚音编码", rowIndex].Value = RuntimeHelpers.GetObjectValue(Get_CTC_DCS_Str(Conversions.ToInteger(Operators.AddObject(Get_CHAddress(rowIndex), (object) 9)))); + ChannelMsgDataGridView["Column亚音编码", rowIndex].Value = RuntimeHelpers.GetObjectValue(Get_CTC_DCS_Str(Conversions.ToInteger(Operators.AddObject(Get_CHAddress(rowIndex), 9)))); break; } break; @@ -586,7 +586,7 @@ namespace HPG_68D if (!Versioned.IsNumeric(RuntimeHelpers.GetObjectValue(ChannelMsgDataGridView["Column亚音编码", rowIndex].Value)) | publicva.ToneValueValidatingDIS) { publicva.ToneValueValidatingDIS = false; - ChannelMsgDataGridView["Column亚音编码", rowIndex].Value = RuntimeHelpers.GetObjectValue(Get_CTC_DCS_Str(Conversions.ToInteger(Operators.AddObject(Get_CHAddress(rowIndex), (object) 9)))); + ChannelMsgDataGridView["Column亚音编码", rowIndex].Value = RuntimeHelpers.GetObjectValue(Get_CTC_DCS_Str(Conversions.ToInteger(Operators.AddObject(Get_CHAddress(rowIndex), 9)))); break; } break; @@ -594,7 +594,7 @@ namespace HPG_68D if (Operators.CompareString("D", ChannelMsgDataGridView["Column亚音编码", rowIndex].Value.ToString().Substring(0, 1), false) != 0 | publicva.ToneValueValidatingDIS) { publicva.ToneValueValidatingDIS = false; - ChannelMsgDataGridView["Column亚音编码", rowIndex].Value = RuntimeHelpers.GetObjectValue(Get_CTC_DCS_Str(Conversions.ToInteger(Operators.AddObject(Get_CHAddress(rowIndex), (object) 9)))); + ChannelMsgDataGridView["Column亚音编码", rowIndex].Value = RuntimeHelpers.GetObjectValue(Get_CTC_DCS_Str(Conversions.ToInteger(Operators.AddObject(Get_CHAddress(rowIndex), 9)))); } break; } @@ -602,12 +602,12 @@ namespace HPG_68D if (columnIndex == ChannelMsgDataGridView["Column更多", 0].ColumnIndex) return; SetData_CHMsg(rowIndex); - if (MyProject.Forms.MDIParent1.JudgeIsFormLoaded((Form) MyProject.Forms.ChannelEditForm) && rowIndex == MyProject.Forms.ChannelEditForm.ComboBox编辑信道号.SelectedIndex) + if (MyProject.Forms.MDIParent1.JudgeIsFormLoaded(MyProject.Forms.ChannelEditForm) && rowIndex == MyProject.Forms.ChannelEditForm.ComboBox编辑信道号.SelectedIndex) MyProject.Forms.ChannelEditForm.GetStr_CHMsg(rowIndex); - if (MyProject.Forms.MDIParent1.JudgeIsFormLoaded((Form) MyProject.Forms.ScanFuncMsgForm)) + if (MyProject.Forms.MDIParent1.JudgeIsFormLoaded(MyProject.Forms.ScanFuncMsgForm)) MyProject.Forms.ScanFuncMsgForm.SetControl_PRICHList(); - MyProject.Forms.TypeFuncMsgForm.TypeFuncMsgForm_Load(RuntimeHelpers.GetObjectValue(sender), (EventArgs) e); - MyProject.Forms.SOSMsgForm.SOSMsgForm_Load(RuntimeHelpers.GetObjectValue(sender), (EventArgs) e); + MyProject.Forms.TypeFuncMsgForm.TypeFuncMsgForm_Load(RuntimeHelpers.GetObjectValue(sender), e); + MyProject.Forms.SOSMsgForm.SOSMsgForm_Load(RuntimeHelpers.GetObjectValue(sender), e); } private void ChannelMsgDataGridView_EditingControlShowing( @@ -616,7 +616,7 @@ namespace HPG_68D { if (ChannelMsgDataGridView.CurrentCell.ColumnIndex == ChannelMsgDataGridView["ColumnRxFreq", 0].ColumnIndex | ChannelMsgDataGridView.CurrentCell.ColumnIndex == ChannelMsgDataGridView["ColumnTxFreq", 0].ColumnIndex) { - DataGridViewTextBoxEditingControl boxEditingControl = new DataGridViewTextBoxEditingControl(); + var boxEditingControl = new DataGridViewTextBoxEditingControl(); boxEditingControl = (DataGridViewTextBoxEditingControl) e.Control; e.Control.KeyPress += Cells_KeyPress; } @@ -624,8 +624,8 @@ namespace HPG_68D { if (!(ChannelMsgDataGridView.CurrentCell.ColumnIndex == ChannelMsgDataGridView["Column亚音解码", 0].ColumnIndex | ChannelMsgDataGridView.CurrentCell.ColumnIndex == ChannelMsgDataGridView["Column亚音编码", 0].ColumnIndex)) return; - DataGridViewComboBoxEditingControl boxEditingControl = new DataGridViewComboBoxEditingControl(); - DataGridViewComboBoxEditingControl control = (DataGridViewComboBoxEditingControl) e.Control; + var boxEditingControl = new DataGridViewComboBoxEditingControl(); + var control = (DataGridViewComboBoxEditingControl) e.Control; control.DropDownStyle = ComboBoxStyle.DropDown; control.MaxLength = 5; e.Control.KeyPress += ComboBoxCells_KeyPress; @@ -656,11 +656,11 @@ namespace HPG_68D object sender, DataGridViewCellValidatingEventArgs e) { - int rowIndex = ChannelMsgDataGridView.CurrentCell.RowIndex; + var rowIndex = ChannelMsgDataGridView.CurrentCell.RowIndex; if (ChannelMsgDataGridView.CurrentCell.ColumnIndex == ChannelMsgDataGridView["Column亚音解码", 0].ColumnIndex | ChannelMsgDataGridView.CurrentCell.ColumnIndex == ChannelMsgDataGridView["Column亚音编码", 0].ColumnIndex) { publicva.ToneValueValidatingDIS = false; - if (Conversions.ToBoolean(Operators.AndObject(Operators.CompareObjectNotEqual(e.FormattedValue, (object) "", false), (object) (Column亚音解码.Items.IndexOf(RuntimeHelpers.GetObjectValue(e.FormattedValue)) != 0)))) + if (Conversions.ToBoolean(Operators.AndObject(Operators.CompareObjectNotEqual(e.FormattedValue, "", false), Column亚音解码.Items.IndexOf(RuntimeHelpers.GetObjectValue(e.FormattedValue)) != 0))) { string str; if (Operators.CompareString(e.FormattedValue.ToString().Substring(0, 1), "D", false) == 0) @@ -696,18 +696,18 @@ namespace HPG_68D publicva.ToneValueValidatingDIS = true; return; } - str = string.Format("{0:###.0}", (object) num); + str = string.Format("{0:###.0}", num); } - if (!Column亚音编码.Items.Contains((object) str)) + if (!Column亚音编码.Items.Contains(str)) { - Column亚音编码.Items.Add((object) str); - if (!Column亚音解码.Items.Contains((object) str)) - Column亚音解码.Items.Add((object) str); + Column亚音编码.Items.Add(str); + if (!Column亚音解码.Items.Contains(str)) + Column亚音解码.Items.Add(str); } if (ChannelMsgDataGridView.CurrentCell.ColumnIndex == ChannelMsgDataGridView["Column亚音解码", 0].ColumnIndex) - ChannelMsgDataGridView["Column亚音解码", rowIndex].Value = (object) str; + ChannelMsgDataGridView["Column亚音解码", rowIndex].Value = str; if (ChannelMsgDataGridView.CurrentCell.ColumnIndex == ChannelMsgDataGridView["Column亚音编码", 0].ColumnIndex) - ChannelMsgDataGridView["Column亚音编码", rowIndex].Value = (object) str; + ChannelMsgDataGridView["Column亚音编码", rowIndex].Value = str; } } } @@ -716,15 +716,15 @@ namespace HPG_68D object sender, DataGridViewRowPostPaintEventArgs e) { - string[] strArray = new string[4] + var strArray = new string[4] { "A CALL", "B CALL", "A VFO", "B VFO" }; - Brush brush = (Brush) new SolidBrush(ChannelMsgDataGridView.RowHeadersDefaultCellStyle.ForeColor); - Font font = new Font("Arial", 9f, FontStyle.Bold); + var brush = (Brush) new SolidBrush(ChannelMsgDataGridView.RowHeadersDefaultCellStyle.ForeColor); + var font = new Font("Arial", 9f, FontStyle.Bold); if (e.RowIndex > 511) { if (e.RowIndex == 512) @@ -735,26 +735,26 @@ namespace HPG_68D brush = Brushes.Blue; else if (e.RowIndex == 515) brush = Brushes.Green; - e.Graphics.DrawString(strArray[checked (e.RowIndex - 512)].ToString(), font, brush, (float) checked (e.RowBounds.Location.X + 2), (float) checked (e.RowBounds.Location.Y + 5)); + e.Graphics.DrawString(strArray[checked (e.RowIndex - 512)].ToString(), font, brush, checked (e.RowBounds.Location.X + 2), checked (e.RowBounds.Location.Y + 5)); } else - e.Graphics.DrawString(checked (e.RowIndex + 0).ToString(), ChannelMsgDataGridView.DefaultCellStyle.Font, brush, (float) e.RowBounds.Location.X + (float) checked (ChannelMsgDataGridView.RowHeadersWidth - (e.RowIndex + 0).ToString().Length * 8) / 2f, (float) checked (e.RowBounds.Location.Y + 5)); + e.Graphics.DrawString(checked (e.RowIndex + 0).ToString(), ChannelMsgDataGridView.DefaultCellStyle.Font, brush, e.RowBounds.Location.X + checked (ChannelMsgDataGridView.RowHeadersWidth - (e.RowIndex + 0).ToString().Length * 8) / 2f, checked (e.RowBounds.Location.Y + 5)); } private void ChannelMsgDataGridView_CellMouseClick( object sender, DataGridViewCellMouseEventArgs e) { - int columnIndex = ChannelMsgDataGridView["Column更多", 0].ColumnIndex; - int rowIndex = ChannelMsgDataGridView.CurrentCell.RowIndex; + var columnIndex = ChannelMsgDataGridView["Column更多", 0].ColumnIndex; + var rowIndex = ChannelMsgDataGridView.CurrentCell.RowIndex; if (columnIndex == ChannelMsgDataGridView.CurrentCell.ColumnIndex) { - MyProject.Forms.ChannelEditForm.ChannelEditForm_Load(RuntimeHelpers.GetObjectValue(sender), (EventArgs) e); - MyProject.Forms.MDIParent1.SafeLoadWindowByName((Form) MyProject.Forms.ChannelEditForm); + MyProject.Forms.ChannelEditForm.ChannelEditForm_Load(RuntimeHelpers.GetObjectValue(sender), e); + MyProject.Forms.MDIParent1.SafeLoadWindowByName(MyProject.Forms.ChannelEditForm); } else { - if (!Operators.ConditionalCompareObjectEqual((object) "", ChannelMsgDataGridView["ColumnRxFreq", rowIndex].Value, false)) + if (!Operators.ConditionalCompareObjectEqual("", ChannelMsgDataGridView["ColumnRxFreq", rowIndex].Value, false)) return; ChannelMsgDataGridView.CurrentCell = ChannelMsgDataGridView.Rows[rowIndex].Cells[0]; ChannelMsgDataGridView.BeginEdit(true); @@ -764,33 +764,33 @@ namespace HPG_68D private void Button信道编辑_Click(object sender, EventArgs e) { MyProject.Forms.ChannelEditForm.ChannelEditForm_Load(RuntimeHelpers.GetObjectValue(sender), e); - MyProject.Forms.MDIParent1.SafeLoadWindowByName((Form) MyProject.Forms.ChannelEditForm); + MyProject.Forms.MDIParent1.SafeLoadWindowByName(MyProject.Forms.ChannelEditForm); } public void GetStr_CHMsg(int i) { - bool flag = false; - int integer = Conversions.ToInteger(Get_CHAddress(i)); + var flag = false; + var integer = Conversions.ToInteger(Get_CHAddress(i)); if (i > 511) { - if (Operators.ConditionalCompareObjectNotEqual((object) "", 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)) + if (Operators.ConditionalCompareObjectNotEqual("", Get_RxFreqStr(integer, publicva.EEPROM_Byte[checked (integer + 15)] & 15, publicva.EEPROM_Byte[checked (integer + 11)] & (publicva.Bit0 | publicva.Bit1)), false)) flag = true; } - else if (CHStatus_Read(i, 8064) && Operators.ConditionalCompareObjectNotEqual((object) "", 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)) + else if (CHStatus_Read(i, 8064) && Operators.ConditionalCompareObjectNotEqual("", Get_RxFreqStr(integer, publicva.EEPROM_Byte[checked (integer + 15)] & 15, publicva.EEPROM_Byte[checked (integer + 11)] & (publicva.Bit0 | publicva.Bit1)), false)) flag = true; if (flag) { - ChannelMsgDataGridView["ColumnRxFreq", i].Value = RuntimeHelpers.GetObjectValue(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))); - ChannelMsgDataGridView["Column差频方向", i].Value = RuntimeHelpers.GetObjectValue(Column差频方向.Items[(int) (byte) (((uint) publicva.EEPROM_Byte[checked (integer + 14)] & ((uint) publicva.Bit2 | (uint) publicva.Bit3)) >> 2)]); - ChannelMsgDataGridView["ColumnTxFreq", i].Value = RuntimeHelpers.GetObjectValue(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))); - ChannelMsgDataGridView["Column亚音解码类型", i].Value = RuntimeHelpers.GetObjectValue(Column亚音解码类型.Items[(int) (byte) (((uint) publicva.EEPROM_Byte[checked (integer + 7)] & ((uint) publicva.Bit4 | (uint) publicva.Bit5)) >> 4)]); + ChannelMsgDataGridView["ColumnRxFreq", i].Value = RuntimeHelpers.GetObjectValue(Get_RxFreqStr(checked (integer + 0), publicva.EEPROM_Byte[checked (integer + 15)] & 15, publicva.EEPROM_Byte[checked (integer + 11)] & (publicva.Bit0 | publicva.Bit1))); + ChannelMsgDataGridView["Column差频方向", i].Value = RuntimeHelpers.GetObjectValue(Column差频方向.Items[(byte) ((publicva.EEPROM_Byte[checked (integer + 14)] & (publicva.Bit2 | (uint) publicva.Bit3)) >> 2)]); + ChannelMsgDataGridView["ColumnTxFreq", i].Value = RuntimeHelpers.GetObjectValue(Get_TxFreqStr(checked (integer + 3), publicva.EEPROM_Byte[checked (integer + 15)] & 15, publicva.EEPROM_Byte[checked (integer + 12)] & (publicva.Bit0 | publicva.Bit1))); + ChannelMsgDataGridView["Column亚音解码类型", i].Value = RuntimeHelpers.GetObjectValue(Column亚音解码类型.Items[(byte) ((publicva.EEPROM_Byte[checked (integer + 7)] & (publicva.Bit4 | (uint) publicva.Bit5)) >> 4)]); ChannelMsgDataGridView["Column亚音解码", i].Value = RuntimeHelpers.GetObjectValue(Get_CTC_DCS_Str(checked (integer + 7))); - ChannelMsgDataGridView["Column亚音编码类型", i].Value = RuntimeHelpers.GetObjectValue(Column亚音编码类型.Items[(int) (byte) (((uint) publicva.EEPROM_Byte[checked (integer + 9)] & ((uint) publicva.Bit4 | (uint) publicva.Bit5)) >> 4)]); + ChannelMsgDataGridView["Column亚音编码类型", i].Value = RuntimeHelpers.GetObjectValue(Column亚音编码类型.Items[(byte) ((publicva.EEPROM_Byte[checked (integer + 9)] & (publicva.Bit4 | (uint) publicva.Bit5)) >> 4)]); ChannelMsgDataGridView["Column亚音编码", i].Value = RuntimeHelpers.GetObjectValue(Get_CTC_DCS_Str(checked (integer + 9))); - ChannelMsgDataGridView["Column发射功率", i].Value = RuntimeHelpers.GetObjectValue(Column发射功率.Items[(int) (byte) (((uint) publicva.EEPROM_Byte[checked (integer + 13)] & ((uint) publicva.Bit4 | (uint) publicva.Bit5)) >> 4)]); + ChannelMsgDataGridView["Column发射功率", i].Value = RuntimeHelpers.GetObjectValue(Column发射功率.Items[(byte) ((publicva.EEPROM_Byte[checked (integer + 13)] & (publicva.Bit4 | (uint) publicva.Bit5)) >> 4)]); ChannelMsgDataGridView["Column扫描添加", i].Value = i <= 511 ? (!CHStatus_Read(i, 8128) ? RuntimeHelpers.GetObjectValue(Column扫描添加.Items[1]) : RuntimeHelpers.GetObjectValue(Column扫描添加.Items[0])) : RuntimeHelpers.GetObjectValue(Column扫描添加.Items[1]); - ChannelMsgDataGridView["Column带宽", i].Value = RuntimeHelpers.GetObjectValue(Column带宽.Items[(int) (byte) (((uint) publicva.EEPROM_Byte[checked (integer + 14)] & ((uint) publicva.Bit4 | (uint) publicva.Bit5)) >> 4)]); - ChannelMsgDataGridView["Column可选信令", i].Value = RuntimeHelpers.GetObjectValue(Column可选信令.Items[(int) (byte) (((uint) publicva.EEPROM_Byte[checked (integer + 12)] & ((uint) publicva.Bit4 | (uint) publicva.Bit5 | (uint) publicva.Bit6)) >> 4)]); + ChannelMsgDataGridView["Column带宽", i].Value = RuntimeHelpers.GetObjectValue(Column带宽.Items[(byte) ((publicva.EEPROM_Byte[checked (integer + 14)] & (publicva.Bit4 | (uint) publicva.Bit5)) >> 4)]); + ChannelMsgDataGridView["Column可选信令", i].Value = RuntimeHelpers.GetObjectValue(Column可选信令.Items[(byte) ((publicva.EEPROM_Byte[checked (integer + 12)] & (publicva.Bit4 | (uint) publicva.Bit5 | publicva.Bit6)) >> 4)]); } else Clr_Channel(i); @@ -798,22 +798,22 @@ namespace HPG_68D public void SetData_CHMsg(int i) { - bool flag = false; - int integer = Conversions.ToInteger(Get_CHAddress(i)); - if (Operators.ConditionalCompareObjectNotEqual(ChannelMsgDataGridView["ColumnRxFreq", i].Value, (object) "", false) - && Operators.ConditionalCompareObjectNotEqual((object) "", ChannelMsgDataGridView["ColumnTxFreq", i].Value, false)) + var flag = false; + var integer = Conversions.ToInteger(Get_CHAddress(i)); + if (Operators.ConditionalCompareObjectNotEqual(ChannelMsgDataGridView["ColumnRxFreq", i].Value, "", false) + && Operators.ConditionalCompareObjectNotEqual("", ChannelMsgDataGridView["ColumnTxFreq", i].Value, false)) flag = true; if (flag) { publicva.EEPROM_Byte[checked (integer + 15)] = Conversions.ToByte(Get_FreqRangID(Conversions.ToDouble(ChannelMsgDataGridView["ColumnRxFreq", i].Value))); - 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)), Get_FreqStepFlag(Conversions.ToDouble(ChannelMsgDataGridView["ColumnRxFreq", i].Value)))); + publicva.EEPROM_Byte[checked (integer + 11)] = Conversions.ToByte(Operators.OrObject((byte) (publicva.EEPROM_Byte[checked (integer + 11)] & (byte) ~(publicva.Bit0 | publicva.Bit1)), Get_FreqStepFlag(Conversions.ToDouble(ChannelMsgDataGridView["ColumnRxFreq", i].Value)))); Set_FreqData(checked (integer + 0), Conversions.ToString(ChannelMsgDataGridView["ColumnRxFreq", i].Value)); - publicva.EEPROM_Byte[checked (integer + 14)] = checked ((byte) ((int) publicva.EEPROM_Byte[integer + 14] & (int) unchecked ((byte) ~((int) publicva.Bit2 | (int) publicva.Bit3)) | Column差频方向.Items.IndexOf(RuntimeHelpers.GetObjectValue(ChannelMsgDataGridView["Column差频方向", i].Value)) << 2)); - 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)), Get_FreqStepFlag(Conversions.ToDouble(ChannelMsgDataGridView["ColumnTxFreq", i].Value)))); + publicva.EEPROM_Byte[checked (integer + 14)] = checked ((byte) (publicva.EEPROM_Byte[integer + 14] & unchecked ((byte) ~(publicva.Bit2 | publicva.Bit3)) | Column差频方向.Items.IndexOf(RuntimeHelpers.GetObjectValue(ChannelMsgDataGridView["Column差频方向", i].Value)) << 2)); + publicva.EEPROM_Byte[checked (integer + 12)] = Conversions.ToByte(Operators.OrObject((byte) (publicva.EEPROM_Byte[checked (integer + 12)] & (byte) ~(publicva.Bit0 | publicva.Bit1)), Get_FreqStepFlag(Conversions.ToDouble(ChannelMsgDataGridView["ColumnTxFreq", i].Value)))); Set_FreqData(checked (integer + 3), Conversions.ToString(ChannelMsgDataGridView["ColumnTxFreq", i].Value)); Set_CTC_DCS_Data(checked (integer + 7), Conversions.ToString(ChannelMsgDataGridView["Column亚音解码", i].Value), Column亚音解码类型.Items.IndexOf(RuntimeHelpers.GetObjectValue(ChannelMsgDataGridView["Column亚音解码类型", i].Value))); Set_CTC_DCS_Data(checked (integer + 9), Conversions.ToString(ChannelMsgDataGridView["Column亚音编码", i].Value), Column亚音编码类型.Items.IndexOf(RuntimeHelpers.GetObjectValue(ChannelMsgDataGridView["Column亚音编码类型", i].Value))); - publicva.EEPROM_Byte[checked (integer + 13)] = checked ((byte) ((int) publicva.EEPROM_Byte[integer + 13] & (int) unchecked ((byte) ~((int) publicva.Bit4 | (int) publicva.Bit5)) | Column发射功率.Items.IndexOf(RuntimeHelpers.GetObjectValue(ChannelMsgDataGridView["Column发射功率", i].Value)) << 4)); + publicva.EEPROM_Byte[checked (integer + 13)] = checked ((byte) (publicva.EEPROM_Byte[integer + 13] & unchecked ((byte) ~(publicva.Bit4 | publicva.Bit5)) | Column发射功率.Items.IndexOf(RuntimeHelpers.GetObjectValue(ChannelMsgDataGridView["Column发射功率", i].Value)) << 4)); if (Column扫描添加.Items.IndexOf(RuntimeHelpers.GetObjectValue(ChannelMsgDataGridView["Column扫描添加", i].Value)) != 0) { if (i <= 511) @@ -821,18 +821,18 @@ namespace HPG_68D } else if (i <= 511) CHStatusList_Write(i, "添加", 8128); - publicva.EEPROM_Byte[checked (integer + 14)] = checked ((byte) ((int) publicva.EEPROM_Byte[integer + 14] & (int) unchecked ((byte) ~((int) publicva.Bit4 | (int) publicva.Bit5)) | Column带宽.Items.IndexOf(RuntimeHelpers.GetObjectValue(ChannelMsgDataGridView["Column带宽", i].Value)) << 4)); - publicva.EEPROM_Byte[checked (integer + 12)] = checked ((byte) ((int) publicva.EEPROM_Byte[integer + 12] & (int) unchecked ((byte) ~((int) publicva.Bit4 | (int) publicva.Bit5 | (int) publicva.Bit6)) | Column可选信令.Items.IndexOf(RuntimeHelpers.GetObjectValue(ChannelMsgDataGridView["Column可选信令", i].Value)) << 4)); + publicva.EEPROM_Byte[checked (integer + 14)] = checked ((byte) (publicva.EEPROM_Byte[integer + 14] & unchecked ((byte) ~(publicva.Bit4 | publicva.Bit5)) | Column带宽.Items.IndexOf(RuntimeHelpers.GetObjectValue(ChannelMsgDataGridView["Column带宽", i].Value)) << 4)); + publicva.EEPROM_Byte[checked (integer + 12)] = checked ((byte) (publicva.EEPROM_Byte[integer + 12] & unchecked ((byte) ~(publicva.Bit4 | publicva.Bit5 | publicva.Bit6)) | Column可选信令.Items.IndexOf(RuntimeHelpers.GetObjectValue(ChannelMsgDataGridView["Column可选信令", i].Value)) << 4)); if (i > 511) return; CHStatusList_Write(i, "添加", 8064); } else { - int num = 0; + var num = 0; do { - publicva.EEPROM_Byte[checked (integer + num)] = (byte) 0; + publicva.EEPROM_Byte[checked (integer + num)] = 0; checked { ++num; } } while (num <= 31); @@ -846,7 +846,7 @@ namespace HPG_68D public object Get_CTC_DCS_Str(int Address) { - int num = (int) (byte) (((uint) publicva.EEPROM_Byte[checked (Address + 0)] & ((uint) publicva.Bit4 | (uint) publicva.Bit5)) >> 4); + var num = (int) (byte) ((publicva.EEPROM_Byte[checked (Address + 0)] & (publicva.Bit4 | (uint) publicva.Bit5)) >> 4); string ctcDcsStr; if (num == 0) { @@ -854,44 +854,44 @@ namespace HPG_68D } else { - double a = (double) checked (((int) publicva.EEPROM_Byte[Address + 0] & 15) * 256 + (int) publicva.EEPROM_Byte[Address + 1]); + var a = (double) checked ((publicva.EEPROM_Byte[Address + 0] & 15) * 256 + publicva.EEPROM_Byte[Address + 1]); if (num == 3) { - int integer = Conversions.ToInteger(Conversion.Oct(checked ((long) Math.Round(a)) & 511L)); - ctcDcsStr = ((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"; + var integer = Conversions.ToInteger(Conversion.Oct(checked ((long) Math.Round(a)) & 511L)); + ctcDcsStr = (publicva.EEPROM_Byte[checked (Address + 0)] & (uint) publicva.Bit7) <= 0U ? "D" + string.Format("{0:D3}", integer) + "N" : "D" + string.Format("{0:D3}", integer) + "I"; } else - ctcDcsStr = string.Format("{0:###.0}", (object) (a / 10.0)); + ctcDcsStr = string.Format("{0:###.0}", a / 10.0); } - if (!Column亚音编码.Items.Contains((object) ctcDcsStr)) + if (!Column亚音编码.Items.Contains(ctcDcsStr)) { - Column亚音编码.Items.Add((object) ctcDcsStr); - if (!Column亚音解码.Items.Contains((object) ctcDcsStr)) - Column亚音解码.Items.Add((object) ctcDcsStr); + Column亚音编码.Items.Add(ctcDcsStr); + if (!Column亚音解码.Items.Contains(ctcDcsStr)) + Column亚音解码.Items.Add(ctcDcsStr); } - return (object) ctcDcsStr; + return ctcDcsStr; } public void Set_CTC_DCS_Data(int Address, string ToneStr, int ToneMode) { - if (!Column亚音编码.Items.Contains((object) ToneStr)) + if (!Column亚音编码.Items.Contains(ToneStr)) { - Column亚音编码.Items.Add((object) ToneStr); - if (!Column亚音解码.Items.Contains((object) ToneStr)) - Column亚音解码.Items.Add((object) ToneStr); + Column亚音编码.Items.Add(ToneStr); + if (!Column亚音解码.Items.Contains(ToneStr)) + Column亚音解码.Items.Add(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)); + publicva.EEPROM_Byte[checked (Address + 0)] = checked ((byte) (publicva.EEPROM_Byte[Address + 0] & unchecked ((byte) ~(publicva.Bit4 | 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)); + publicva.EEPROM_Byte[checked (Address + 0)] = checked ((byte) (publicva.EEPROM_Byte[Address + 0] & 240)); + publicva.EEPROM_Byte[checked (Address + 1)] = checked ((byte) (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); + var a1 = Conversions.ToDouble("&H" + Conversion.Hex("&O" + Conversions.ToString(Conversions.ToDouble(ToneStr.Substring(1, 3))))); + publicva.EEPROM_Byte[checked (Address + 0)] = checked ((byte) (publicva.EEPROM_Byte[Address + 0] & 240 | ((long) Math.Round(a1) & 3840L) >> 8)); + publicva.EEPROM_Byte[checked (Address + 1)] = checked ((byte) ((long) Math.Round(a1) & byte.MaxValue)); + publicva.EEPROM_Byte[checked (Address + 0)] = Operators.CompareString("I", ToneStr.Substring(4, 1), false) != 0 ? (byte) (publicva.EEPROM_Byte[checked (Address + 0)] & ~publicva.Bit7) : (byte) (publicva.EEPROM_Byte[checked (Address + 0)] | publicva.Bit7); break; default: double num; @@ -905,43 +905,43 @@ namespace HPG_68D 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)); + var a2 = num * 10.0; + publicva.EEPROM_Byte[checked (Address + 0)] = checked ((byte) (publicva.EEPROM_Byte[Address + 0] & 240 | ((long) Math.Round(a2) & 3840L) >> 8)); + publicva.EEPROM_Byte[checked (Address + 1)] = checked ((byte) ((long) Math.Round(a2) & byte.MaxValue)); break; } } public object Get_RxFreqStr(int Address, int FreqRangID, int CHStepIndex) { - double[] numArray = new double[3] + var numArray = new double[3] { 5000.0, 6250.0, 2500.0 }; - double num1 = (double) checked ((int) publicva.EEPROM_Byte[Address + 0] * 65536) + (double) checked ((int) publicva.EEPROM_Byte[Address + 1] * 256) + (double) checked ((int) publicva.EEPROM_Byte[Address + 2] * 1); + var num1 = checked (publicva.EEPROM_Byte[Address + 0] * 65536) + (double) checked (publicva.EEPROM_Byte[Address + 1] * 256) + checked (publicva.EEPROM_Byte[Address + 2] * 1); if (CHStepIndex > 2) CHStepIndex = 0; - double num2 = (double) (checked ((long) Math.Round(unchecked (num1 * numArray[CHStepIndex]))) / 10L); - return !((double) publicva.RxFreqRang[FreqRangID, 1] >= num2 & num2 >= (double) publicva.RxFreqRang[FreqRangID, 0]) ? (object) "" : (object) string.Format("{0:#00.00000}", (object) (num2 / 100000.0)); + var num2 = (double) (checked ((long) Math.Round(unchecked (num1 * numArray[CHStepIndex]))) / 10L); + return !(publicva.RxFreqRang[FreqRangID, 1] >= num2 & num2 >= publicva.RxFreqRang[FreqRangID, 0]) ? "" : (object) string.Format("{0:#00.00000}", num2 / 100000.0); } public object Get_TxFreqStr(int Address, int FreqRangID, int CHStepIndex) { - double[] numArray = new double[3] + var numArray = new double[3] { 5000.0, 6250.0, 2500.0 }; - double num = (double) (checked ((long) Math.Round(unchecked ((double) checked ((int) publicva.EEPROM_Byte[Address + 0] * 65536) + (double) checked ((int) publicva.EEPROM_Byte[Address + 1] * 256) + (double) checked ((int) publicva.EEPROM_Byte[Address + 2] * 1) * numArray[CHStepIndex]))) / 10L); - return !((double) checked (publicva.RxFreqRang[FreqRangID, 1] - publicva.RxFreqRang[FreqRangID, 0]) >= num & num >= 0.0) ? (object) "" : (object) string.Format("{0:##0.00000}", (object) (num / 100000.0)); + var num = (double) (checked ((long) Math.Round(unchecked (checked (publicva.EEPROM_Byte[Address + 0] * 65536) + (double) checked (publicva.EEPROM_Byte[Address + 1] * 256) + checked (publicva.EEPROM_Byte[Address + 2] * 1) * numArray[CHStepIndex]))) / 10L); + return !(checked (publicva.RxFreqRang[FreqRangID, 1] - publicva.RxFreqRang[FreqRangID, 0]) >= num & num >= 0.0) ? "" : (object) string.Format("{0:##0.00000}", num / 100000.0); } public void Set_FreqData(int Address, string FreqStr) { - double[] numArray = new double[3] + var numArray = new double[3] { 5000.0, 6250.0, @@ -958,26 +958,26 @@ namespace HPG_68D Freq = 0.0; ProjectData.ClearProjectError(); } - int integer = Conversions.ToInteger(Get_FreqStepFlag(Freq)); - double a = (double) (checked ((long) Math.Round(unchecked (Freq * 1000000.0))) / checked ((long) Math.Round(numArray[integer]))); + var integer = Conversions.ToInteger(Get_FreqStepFlag(Freq)); + var a = (double) (checked ((long) Math.Round(unchecked (Freq * 1000000.0))) / checked ((long) Math.Round(numArray[integer]))); publicva.EEPROM_Byte[checked (Address + 0)] = checked ((byte) (((long) Math.Round(a) & 16711680L) >> 16)); publicva.EEPROM_Byte[checked (Address + 1)] = checked ((byte) (((long) Math.Round(a) & 65280L) >> 8)); - publicva.EEPROM_Byte[checked (Address + 2)] = checked ((byte) (((long) Math.Round(a) & (long) byte.MaxValue) >> 0)); + publicva.EEPROM_Byte[checked (Address + 2)] = checked ((byte) (((long) Math.Round(a) & byte.MaxValue) >> 0)); } public object Get_FreqStepFlag(double Freq) { - uint num = checked ((uint) Math.Round(unchecked (Freq * 1000000.0))); - if ((long) num % 5000L == 0L) - return (object) 0; - if ((long) num % 6250L == 0L) - return (object) 1; - return (long) num % 2500L == 0L ? (object) 2 : (object) 0; + var num = checked ((uint) Math.Round(unchecked (Freq * 1000000.0))); + if (num % 5000L == 0L) + return 0; + if (num % 6250L == 0L) + return 1; + return num % 2500L == 0L ? 2 : (object) 0; } public object Get_FreqRangID(double Freq) { - byte[] numArray = new byte[7] + var numArray = new byte[7] { publicva.Bit0, publicva.Bit1, @@ -987,15 +987,15 @@ namespace HPG_68D publicva.Bit5, publicva.Bit6 }; - uint num = checked ((uint) Math.Round(unchecked (Freq * 100000.0))); + var num = checked ((uint) Math.Round(unchecked (Freq * 100000.0))); uint freqRangId = 0; - while (!(publicva.RxFreqRang[checked ((int) freqRangId), 1] >= num & num >= publicva.RxFreqRang[checked ((int) freqRangId), 0]) || ((uint) publicva.EEPROM_Byte[12] & (uint) numArray[checked ((int) freqRangId)]) > 0U) + while (!(publicva.RxFreqRang[checked ((int) freqRangId), 1] >= num & num >= publicva.RxFreqRang[checked ((int) freqRangId), 0]) || (publicva.EEPROM_Byte[12] & (uint) numArray[checked ((int) freqRangId)]) > 0U) { checked { ++freqRangId; } if (freqRangId > 6U) - return (object) -1; + return -1; } - return (object) freqRangId; + return freqRangId; } public object JudgeInputRxFreq(string StrFreq, bool msg) @@ -1003,18 +1003,18 @@ namespace HPG_68D string str; try { - double Freq = Conversions.ToDouble(StrFreq); + var Freq = Conversions.ToDouble(StrFreq); if (Conversions.ToInteger(Get_FreqRangID(Freq)) != -1) { - uint num1 = checked ((uint) Math.Round(unchecked (Freq * 1000000.0))); - if ((long) num1 % 6250L != 0L && (long) num1 % 5000L != 0L && (long) num1 % 2500L != 0L) + var num1 = checked ((uint) Math.Round(unchecked (Freq * 1000000.0))); + if (num1 % 6250L != 0L && num1 % 5000L != 0L && num1 % 2500L != 0L) { - int num2 = checked ((int) unchecked ((long) num1 / 5000L)); - if ((long) num1 % 5000L > 10000L) + var num2 = checked ((int) unchecked (num1 / 5000L)); + if (num1 % 5000L > 10000L) checked { ++num2; } num1 = checked ((uint) (num2 * 5000)); } - str = string.Format("{0:#00.00000}", (object) ((double) num1 / 1000000.0)); + str = string.Format("{0:#00.00000}", num1 / 1000000.0); } else { @@ -1031,7 +1031,7 @@ namespace HPG_68D str = ""; ProjectData.ClearProjectError(); } - return (object) str; + return str; } public object JudgeInputTxFreq(string RxFreq, string StrFreq, bool msg) @@ -1039,24 +1039,24 @@ namespace HPG_68D string str; try { - double Freq = Conversions.ToDouble(RxFreq); - double num1 = Conversions.ToDouble(StrFreq); - int integer = Conversions.ToInteger(Get_FreqRangID(Freq)); + var Freq = Conversions.ToDouble(RxFreq); + var num1 = Conversions.ToDouble(StrFreq); + var integer = Conversions.ToInteger(Get_FreqRangID(Freq)); if (integer != -1) { - uint num2 = checked (publicva.RxFreqRang[integer, 1] - publicva.RxFreqRang[integer, 0]); + var num2 = checked (publicva.RxFreqRang[integer, 1] - publicva.RxFreqRang[integer, 0]); uint num3 = 0; - uint num4 = checked ((uint) Math.Round(unchecked (num1 * 100000.0))); + var num4 = checked ((uint) Math.Round(unchecked (num1 * 100000.0))); if (num2 >= num4 & num4 >= num3) { - if ((long) num4 % 625L != 0L && (long) num4 % 500L != 0L && (long) num4 % 250L != 0L) + if (num4 % 625L != 0L && num4 % 500L != 0L && num4 % 250L != 0L) { - int num5 = checked ((int) unchecked ((long) num4 / 500L)); - if ((long) num4 % 500L > 1000L) + var num5 = checked ((int) unchecked (num4 / 500L)); + if (num4 % 500L > 1000L) checked { ++num5; } num4 = checked ((uint) (num5 * 500)); } - str = string.Format("{0:##0.00000}", (object) ((double) num4 / 100000.0)); + str = string.Format("{0:##0.00000}", num4 / 100000.0); } else { @@ -1080,67 +1080,67 @@ namespace HPG_68D str = "0.00000"; ProjectData.ClearProjectError(); } - return (object) str; + return str; } public void Msgbox_Msg(string Zh_Msg, string En_Msg) { if (Operators.CompareString(publicva.Language, "zh-CN", false) == 0) { - int num1 = (int) Interaction.MsgBox((object) Zh_Msg, MsgBoxStyle.Exclamation, (object) publicva.TypeName); + var num1 = (int) Interaction.MsgBox(Zh_Msg, MsgBoxStyle.Exclamation, publicva.TypeName); } else { - int num2 = (int) Interaction.MsgBox((object) En_Msg, MsgBoxStyle.Exclamation, (object) publicva.TypeName); + var num2 = (int) Interaction.MsgBox(En_Msg, MsgBoxStyle.Exclamation, publicva.TypeName); } } public void CHStatusList_Write(int CHNo, string COM, int Address) { - byte[] numArray = new byte[8] + var numArray = new byte[8] { - (byte) 1, - (byte) 2, - (byte) 4, - (byte) 8, - (byte) 16, - (byte) 32, - (byte) 64, - (byte) 128 + 1, + 2, + 4, + 8, + 16, + 32, + 64, + 128 }; checked { Address += CHNo >> 3; } if (Operators.CompareString(COM, "添加", false) == 0) { - publicva.EEPROM_Byte[Address] = (byte) ((int) publicva.EEPROM_Byte[Address] & (int) ~numArray[CHNo & 7]); + publicva.EEPROM_Byte[Address] = (byte) (publicva.EEPROM_Byte[Address] & ~numArray[CHNo & 7]); } else { if (Operators.CompareString(COM, "删除", false) != 0) return; - publicva.EEPROM_Byte[Address] = (byte) ((int) publicva.EEPROM_Byte[Address] | (int) numArray[CHNo & 7]); + publicva.EEPROM_Byte[Address] = (byte) (publicva.EEPROM_Byte[Address] | numArray[CHNo & 7]); } } public bool CHStatus_Read(int CHNo, int Address) { - byte[] numArray = new byte[8] + var numArray = new byte[8] { - (byte) 1, - (byte) 2, - (byte) 4, - (byte) 8, - (byte) 16, - (byte) 32, - (byte) 64, - (byte) 128 + 1, + 2, + 4, + 8, + 16, + 32, + 64, + 128 }; checked { Address += CHNo >> 3; } - return ((uint) publicva.EEPROM_Byte[Address] & (uint) numArray[CHNo & 7]) <= 0U; + return (publicva.EEPROM_Byte[Address] & (uint) numArray[CHNo & 7]) <= 0U; } public object Get_CHAddress(int i) { - return (object) (i <= 511 ? checked (i * 32 + 8192) : checked ((i - 512) * 32 + 7936)); + return i <= 511 ? checked (i * 32 + 8192) : checked ((i - 512) * 32 + 7936); } public void Clr_Channel(int i) @@ -1165,25 +1165,25 @@ namespace HPG_68D } else { - ChannelMsgDataGridView["ColumnRxFreq", i].Value = (object) ""; - ChannelMsgDataGridView["Column差频方向", i].Value = (object) ""; - ChannelMsgDataGridView["ColumnTxFreq", i].Value = (object) ""; - ChannelMsgDataGridView["Column亚音解码类型", i].Value = (object) ""; - ChannelMsgDataGridView["Column亚音解码", i].Value = (object) ""; - ChannelMsgDataGridView["Column亚音编码类型", i].Value = (object) ""; - ChannelMsgDataGridView["Column亚音编码", i].Value = (object) ""; - ChannelMsgDataGridView["Column发射功率", i].Value = (object) ""; - ChannelMsgDataGridView["Column扫描添加", i].Value = (object) ""; - ChannelMsgDataGridView["Column带宽", i].Value = (object) ""; - ChannelMsgDataGridView["Column可选信令", i].Value = (object) ""; + ChannelMsgDataGridView["ColumnRxFreq", i].Value = ""; + ChannelMsgDataGridView["Column差频方向", i].Value = ""; + ChannelMsgDataGridView["ColumnTxFreq", i].Value = ""; + ChannelMsgDataGridView["Column亚音解码类型", i].Value = ""; + ChannelMsgDataGridView["Column亚音解码", i].Value = ""; + ChannelMsgDataGridView["Column亚音编码类型", i].Value = ""; + ChannelMsgDataGridView["Column亚音编码", i].Value = ""; + ChannelMsgDataGridView["Column发射功率", i].Value = ""; + ChannelMsgDataGridView["Column扫描添加", i].Value = ""; + ChannelMsgDataGridView["Column带宽", i].Value = ""; + ChannelMsgDataGridView["Column可选信令", i].Value = ""; } } public void Init_Channel(string Freq, int i) { - ChannelMsgDataGridView["ColumnRxFreq", i].Value = (object) Freq; + ChannelMsgDataGridView["ColumnRxFreq", i].Value = Freq; ChannelMsgDataGridView["Column差频方向", i].Value = RuntimeHelpers.GetObjectValue(Column差频方向.Items[0]); - ChannelMsgDataGridView["ColumnTxFreq", i].Value = Conversions.ToDouble(Freq) <= 300.0 ? (object) "0.60000" : (object) "5.00000"; + ChannelMsgDataGridView["ColumnTxFreq", i].Value = Conversions.ToDouble(Freq) <= 300.0 ? "0.60000" : (object) "5.00000"; ChannelMsgDataGridView["Column亚音解码类型", i].Value = RuntimeHelpers.GetObjectValue(Column亚音解码类型.Items[0]); ChannelMsgDataGridView["Column亚音解码", i].Value = RuntimeHelpers.GetObjectValue(Column亚音解码.Items[0]); ChannelMsgDataGridView["Column亚音编码类型", i].Value = RuntimeHelpers.GetObjectValue(Column亚音编码类型.Items[0]); @@ -1192,30 +1192,30 @@ namespace HPG_68D ChannelMsgDataGridView["Column扫描添加", i].Value = RuntimeHelpers.GetObjectValue(Column扫描添加.Items[0]); ChannelMsgDataGridView["Column带宽", i].Value = RuntimeHelpers.GetObjectValue(Column带宽.Items[0]); ChannelMsgDataGridView["Column可选信令", i].Value = RuntimeHelpers.GetObjectValue(Column可选信令.Items[0]); - int integer = Conversions.ToInteger(Get_CHAddress(i)); - publicva.EEPROM_Byte[checked (integer + 6)] = (byte) 6; - publicva.EEPROM_Byte[checked (integer + 9)] = (byte) ((int) publicva.EEPROM_Byte[checked (integer + 9)] | (int) publicva.Bit6); - publicva.EEPROM_Byte[checked (integer + 11)] = (byte) 0; - publicva.EEPROM_Byte[checked (integer + 12)] = (byte) 0; - publicva.EEPROM_Byte[checked (integer + 13)] = (byte) 0; - publicva.EEPROM_Byte[checked (integer + 14)] = (byte) 0; - publicva.EEPROM_Byte[checked (integer + 15)] = (byte) 0; - publicva.EEPROM_Byte[checked (integer + 16)] = (byte) 1; - publicva.EEPROM_Byte[checked (integer + 17)] = (byte) 0; - publicva.EEPROM_Byte[checked (integer + 18)] = (byte) 0; - publicva.EEPROM_Byte[checked (integer + 19)] = (byte) 0; - publicva.EEPROM_Byte[checked (integer + 20)] = (byte) 0; - publicva.EEPROM_Byte[checked (integer + 21)] = (byte) 0; - publicva.EEPROM_Byte[checked (integer + 22)] = (byte) 0; - publicva.EEPROM_Byte[checked (integer + 23)] = (byte) 0; - publicva.EEPROM_Byte[checked (integer + 24)] = (byte) 0; - publicva.EEPROM_Byte[checked (integer + 25)] = (byte) 0; - publicva.EEPROM_Byte[checked (integer + 26)] = (byte) 45; - publicva.EEPROM_Byte[checked (integer + 27)] = (byte) 45; - publicva.EEPROM_Byte[checked (integer + 28)] = (byte) 45; - publicva.EEPROM_Byte[checked (integer + 29)] = (byte) 45; - publicva.EEPROM_Byte[checked (integer + 30)] = (byte) 45; - publicva.EEPROM_Byte[checked (integer + 31)] = (byte) 45; + var integer = Conversions.ToInteger(Get_CHAddress(i)); + publicva.EEPROM_Byte[checked (integer + 6)] = 6; + publicva.EEPROM_Byte[checked (integer + 9)] = (byte) (publicva.EEPROM_Byte[checked (integer + 9)] | publicva.Bit6); + publicva.EEPROM_Byte[checked (integer + 11)] = 0; + publicva.EEPROM_Byte[checked (integer + 12)] = 0; + publicva.EEPROM_Byte[checked (integer + 13)] = 0; + publicva.EEPROM_Byte[checked (integer + 14)] = 0; + publicva.EEPROM_Byte[checked (integer + 15)] = 0; + publicva.EEPROM_Byte[checked (integer + 16)] = 1; + publicva.EEPROM_Byte[checked (integer + 17)] = 0; + publicva.EEPROM_Byte[checked (integer + 18)] = 0; + publicva.EEPROM_Byte[checked (integer + 19)] = 0; + publicva.EEPROM_Byte[checked (integer + 20)] = 0; + publicva.EEPROM_Byte[checked (integer + 21)] = 0; + publicva.EEPROM_Byte[checked (integer + 22)] = 0; + publicva.EEPROM_Byte[checked (integer + 23)] = 0; + publicva.EEPROM_Byte[checked (integer + 24)] = 0; + publicva.EEPROM_Byte[checked (integer + 25)] = 0; + publicva.EEPROM_Byte[checked (integer + 26)] = 45; + publicva.EEPROM_Byte[checked (integer + 27)] = 45; + publicva.EEPROM_Byte[checked (integer + 28)] = 45; + publicva.EEPROM_Byte[checked (integer + 29)] = 45; + publicva.EEPROM_Byte[checked (integer + 30)] = 45; + publicva.EEPROM_Byte[checked (integer + 31)] = 45; } private void Button1_Click(object sender, EventArgs e) => Close(); diff --git a/HPG-68D/ComForm.cs b/HPG-68D/ComForm.cs index a03f369..3a9df7b 100644 --- a/HPG-68D/ComForm.cs +++ b/HPG-68D/ComForm.cs @@ -41,7 +41,7 @@ namespace HPG_68D public ComForm() { Load += ComForm_Load; - __ENCList.Add((object) new WeakReference((object) this)); + __ENCList.Add(new WeakReference(this)); InitializeComponent(); } @@ -56,49 +56,49 @@ namespace HPG_68D [DebuggerStepThrough] private void InitializeComponent() { - ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof (ComForm)); + var componentResourceManager = new ComponentResourceManager(typeof (ComForm)); Button2 = new Button(); Button1 = new Button(); ComboBox1 = new ComboBox(); Label1 = new Label(); SuspendLayout(); - Button2.AccessibleDescription = (string) null; - Button2.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Button2, "Button2"); - Button2.BackgroundImage = (Image) null; - Button2.Font = (Font) null; + Button2.AccessibleDescription = null; + Button2.AccessibleName = null; + componentResourceManager.ApplyResources(Button2, "Button2"); + Button2.BackgroundImage = null; + Button2.Font = null; Button2.Name = "Button2"; Button2.UseVisualStyleBackColor = true; - Button1.AccessibleDescription = (string) null; - Button1.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Button1, "Button1"); - Button1.BackgroundImage = (Image) null; - Button1.Font = (Font) null; + Button1.AccessibleDescription = null; + Button1.AccessibleName = null; + componentResourceManager.ApplyResources(Button1, "Button1"); + Button1.BackgroundImage = null; + Button1.Font = null; Button1.Name = "Button1"; Button1.UseVisualStyleBackColor = true; - ComboBox1.AccessibleDescription = (string) null; - ComboBox1.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox1, "ComboBox1"); - ComboBox1.BackgroundImage = (Image) null; + ComboBox1.AccessibleDescription = null; + ComboBox1.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox1, "ComboBox1"); + ComboBox1.BackgroundImage = null; ComboBox1.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox1.Font = (Font) null; + ComboBox1.Font = null; ComboBox1.FormattingEnabled = true; ComboBox1.Name = "ComboBox1"; - Label1.AccessibleDescription = (string) null; - Label1.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label1, "Label1"); - Label1.Font = (Font) null; + Label1.AccessibleDescription = null; + Label1.AccessibleName = null; + componentResourceManager.ApplyResources(Label1, "Label1"); + Label1.Font = null; Label1.Name = "Label1"; - AccessibleDescription = (string) null; - AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) this, "$this"); + AccessibleDescription = null; + AccessibleName = null; + componentResourceManager.ApplyResources(this, "$this"); AutoScaleMode = AutoScaleMode.Font; - BackgroundImage = (Image) null; - Controls.Add((Control) Button2); - Controls.Add((Control) Button1); - Controls.Add((Control) ComboBox1); - Controls.Add((Control) Label1); - Font = (Font) null; + BackgroundImage = null; + Controls.Add(Button2); + Controls.Add(Button1); + Controls.Add(ComboBox1); + Controls.Add(Label1); + Font = null; FormBorderStyle = FormBorderStyle.FixedDialog; MaximizeBox = false; MinimizeBox = false; @@ -166,7 +166,7 @@ namespace HPG_68D private void ComboBox1_MouseClick(object sender, MouseEventArgs e) { - int selectedIndex = ComboBox1.SelectedIndex; + var selectedIndex = ComboBox1.SelectedIndex; ComboBox1.Items.Clear(); GetSerialPortNames(); if (-1 == ComboBox1.FindString(ComboBox1.Text)) @@ -189,7 +189,7 @@ namespace HPG_68D } if (ComboBox1.Items.Count >= 1) return; - ComboBox1.Items.Add((object) "COM1"); + ComboBox1.Items.Add("COM1"); } private void Button2_Click(object sender, EventArgs e) diff --git a/HPG-68D/DtmfForm.cs b/HPG-68D/DtmfForm.cs index 0700814..f09c729 100644 --- a/HPG-68D/DtmfForm.cs +++ b/HPG-68D/DtmfForm.cs @@ -119,7 +119,7 @@ namespace HPG_68D Load += DtmfForm_Load; Deactivate += DtmfForm_Deactivate; FormClosing += DtmfForm_FormClosing; - __ENCList.Add((object) new WeakReference((object) this)); + __ENCList.Add(new WeakReference(this)); InitializeComponent(); } @@ -134,11 +134,11 @@ namespace HPG_68D [DebuggerStepThrough] private void InitializeComponent() { - DataGridViewCellStyle gridViewCellStyle1 = new DataGridViewCellStyle(); - ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof (DtmfForm)); - DataGridViewCellStyle gridViewCellStyle2 = new DataGridViewCellStyle(); - DataGridViewCellStyle gridViewCellStyle3 = new DataGridViewCellStyle(); - DataGridViewCellStyle gridViewCellStyle4 = new DataGridViewCellStyle(); + var gridViewCellStyle1 = new DataGridViewCellStyle(); + var componentResourceManager = new ComponentResourceManager(typeof (DtmfForm)); + var gridViewCellStyle2 = new DataGridViewCellStyle(); + var gridViewCellStyle3 = new DataGridViewCellStyle(); + var gridViewCellStyle4 = new DataGridViewCellStyle(); DataGridView1 = new DataGridView(); Column0 = new DataGridViewTextBoxColumn(); GroupBox1 = new GroupBox(); @@ -189,31 +189,31 @@ namespace HPG_68D TabPage2.SuspendLayout(); TabPage3.SuspendLayout(); SuspendLayout(); - DataGridView1.AccessibleDescription = (string) null; - DataGridView1.AccessibleName = (string) null; + DataGridView1.AccessibleDescription = null; + DataGridView1.AccessibleName = null; DataGridView1.AllowUserToAddRows = false; DataGridView1.AllowUserToDeleteRows = false; DataGridView1.AllowUserToResizeColumns = false; DataGridView1.AllowUserToResizeRows = false; gridViewCellStyle1.Alignment = DataGridViewContentAlignment.MiddleCenter; DataGridView1.AlternatingRowsDefaultCellStyle = gridViewCellStyle1; - componentResourceManager.ApplyResources((object) DataGridView1, "DataGridView1"); - DataGridView1.BackgroundImage = (Image) null; + componentResourceManager.ApplyResources(DataGridView1, "DataGridView1"); + DataGridView1.BackgroundImage = null; gridViewCellStyle2.Alignment = DataGridViewContentAlignment.MiddleCenter; gridViewCellStyle2.BackColor = SystemColors.Control; - gridViewCellStyle2.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, (byte) 134); + gridViewCellStyle2.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, 134); gridViewCellStyle2.ForeColor = SystemColors.WindowText; gridViewCellStyle2.SelectionBackColor = SystemColors.Highlight; gridViewCellStyle2.SelectionForeColor = SystemColors.HighlightText; gridViewCellStyle2.WrapMode = DataGridViewTriState.True; DataGridView1.ColumnHeadersDefaultCellStyle = gridViewCellStyle2; DataGridView1.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize; - DataGridView1.Columns.AddRange((DataGridViewColumn) Column0); - DataGridView1.Font = (Font) null; + DataGridView1.Columns.AddRange(Column0); + DataGridView1.Font = null; DataGridView1.Name = "DataGridView1"; gridViewCellStyle3.Alignment = DataGridViewContentAlignment.MiddleCenter; gridViewCellStyle3.BackColor = SystemColors.Control; - gridViewCellStyle3.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, (byte) 134); + gridViewCellStyle3.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, 134); gridViewCellStyle3.ForeColor = SystemColors.WindowText; gridViewCellStyle3.SelectionBackColor = SystemColors.Highlight; gridViewCellStyle3.SelectionForeColor = SystemColors.HighlightText; @@ -224,606 +224,606 @@ namespace HPG_68D DataGridView1.RowsDefaultCellStyle = gridViewCellStyle4; DataGridView1.RowTemplate.Height = 23; Column0.AutoSizeMode = DataGridViewAutoSizeColumnMode.None; - componentResourceManager.ApplyResources((object) Column0, "Column0"); + componentResourceManager.ApplyResources(Column0, "Column0"); Column0.MaxInputLength = 24; Column0.Name = "Column0"; Column0.Resizable = DataGridViewTriState.False; Column0.SortMode = DataGridViewColumnSortMode.NotSortable; - GroupBox1.AccessibleDescription = (string) null; - GroupBox1.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) GroupBox1, "GroupBox1"); - GroupBox1.BackgroundImage = (Image) null; - GroupBox1.Controls.Add((Control) TextBox2); - GroupBox1.Controls.Add((Control) Label7); - GroupBox1.Controls.Add((Control) TextBox1); - GroupBox1.Controls.Add((Control) Label6); - GroupBox1.Font = (Font) null; + GroupBox1.AccessibleDescription = null; + GroupBox1.AccessibleName = null; + componentResourceManager.ApplyResources(GroupBox1, "GroupBox1"); + GroupBox1.BackgroundImage = null; + GroupBox1.Controls.Add(TextBox2); + GroupBox1.Controls.Add(Label7); + GroupBox1.Controls.Add(TextBox1); + GroupBox1.Controls.Add(Label6); + GroupBox1.Font = null; GroupBox1.Name = "GroupBox1"; GroupBox1.TabStop = false; - TextBox2.AccessibleDescription = (string) null; - TextBox2.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) TextBox2, "TextBox2"); - TextBox2.BackgroundImage = (Image) null; - TextBox2.Font = (Font) null; + TextBox2.AccessibleDescription = null; + TextBox2.AccessibleName = null; + componentResourceManager.ApplyResources(TextBox2, "TextBox2"); + TextBox2.BackgroundImage = null; + TextBox2.Font = null; TextBox2.Name = "TextBox2"; - Label7.AccessibleDescription = (string) null; - Label7.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label7, "Label7"); - Label7.Font = (Font) null; + Label7.AccessibleDescription = null; + Label7.AccessibleName = null; + componentResourceManager.ApplyResources(Label7, "Label7"); + Label7.Font = null; Label7.Name = "Label7"; - TextBox1.AccessibleDescription = (string) null; - TextBox1.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) TextBox1, "TextBox1"); - TextBox1.BackgroundImage = (Image) null; - TextBox1.Font = (Font) null; + TextBox1.AccessibleDescription = null; + TextBox1.AccessibleName = null; + componentResourceManager.ApplyResources(TextBox1, "TextBox1"); + TextBox1.BackgroundImage = null; + TextBox1.Font = null; TextBox1.Name = "TextBox1"; - Label6.AccessibleDescription = (string) null; - Label6.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label6, "Label6"); - Label6.Font = (Font) null; + Label6.AccessibleDescription = null; + Label6.AccessibleName = null; + componentResourceManager.ApplyResources(Label6, "Label6"); + Label6.Font = null; Label6.Name = "Label6"; - CheckBoxDTMF自动发码.AccessibleDescription = (string) null; - CheckBoxDTMF自动发码.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) CheckBoxDTMF自动发码, "CheckBoxDTMF自动发码"); - CheckBoxDTMF自动发码.BackgroundImage = (Image) null; - CheckBoxDTMF自动发码.Font = (Font) null; + CheckBoxDTMF自动发码.AccessibleDescription = null; + CheckBoxDTMF自动发码.AccessibleName = null; + componentResourceManager.ApplyResources(CheckBoxDTMF自动发码, "CheckBoxDTMF自动发码"); + CheckBoxDTMF自动发码.BackgroundImage = null; + CheckBoxDTMF自动发码.Font = null; CheckBoxDTMF自动发码.Name = "CheckBoxDTMF自动发码"; CheckBoxDTMF自动发码.UseVisualStyleBackColor = true; - CheckBox侧音.AccessibleDescription = (string) null; - CheckBox侧音.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) CheckBox侧音, "CheckBox侧音"); - CheckBox侧音.BackgroundImage = (Image) null; - CheckBox侧音.Font = (Font) null; + CheckBox侧音.AccessibleDescription = null; + CheckBox侧音.AccessibleName = null; + componentResourceManager.ApplyResources(CheckBox侧音, "CheckBox侧音"); + CheckBox侧音.BackgroundImage = null; + CheckBox侧音.Font = null; CheckBox侧音.Name = "CheckBox侧音"; CheckBox侧音.UseVisualStyleBackColor = true; - ComboBoxD键设定.AccessibleDescription = (string) null; - ComboBoxD键设定.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBoxD键设定, "ComboBoxD键设定"); - ComboBoxD键设定.BackgroundImage = (Image) null; + ComboBoxD键设定.AccessibleDescription = null; + ComboBoxD键设定.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBoxD键设定, "ComboBoxD键设定"); + ComboBoxD键设定.BackgroundImage = null; ComboBoxD键设定.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBoxD键设定.Font = (Font) null; + ComboBoxD键设定.Font = null; ComboBoxD键设定.FormattingEnabled = true; ComboBoxD键设定.Items.AddRange(new object[16] { - (object) componentResourceManager.GetString("ComboBoxD键设定.Items"), - (object) componentResourceManager.GetString("ComboBoxD键设定.Items1"), - (object) componentResourceManager.GetString("ComboBoxD键设定.Items2"), - (object) componentResourceManager.GetString("ComboBoxD键设定.Items3"), - (object) componentResourceManager.GetString("ComboBoxD键设定.Items4"), - (object) componentResourceManager.GetString("ComboBoxD键设定.Items5"), - (object) componentResourceManager.GetString("ComboBoxD键设定.Items6"), - (object) componentResourceManager.GetString("ComboBoxD键设定.Items7"), - (object) componentResourceManager.GetString("ComboBoxD键设定.Items8"), - (object) componentResourceManager.GetString("ComboBoxD键设定.Items9"), - (object) componentResourceManager.GetString("ComboBoxD键设定.Items10"), - (object) componentResourceManager.GetString("ComboBoxD键设定.Items11"), - (object) componentResourceManager.GetString("ComboBoxD键设定.Items12"), - (object) componentResourceManager.GetString("ComboBoxD键设定.Items13"), - (object) componentResourceManager.GetString("ComboBoxD键设定.Items14"), - (object) componentResourceManager.GetString("ComboBoxD键设定.Items15") + componentResourceManager.GetString("ComboBoxD键设定.Items"), + componentResourceManager.GetString("ComboBoxD键设定.Items1"), + componentResourceManager.GetString("ComboBoxD键设定.Items2"), + componentResourceManager.GetString("ComboBoxD键设定.Items3"), + componentResourceManager.GetString("ComboBoxD键设定.Items4"), + componentResourceManager.GetString("ComboBoxD键设定.Items5"), + componentResourceManager.GetString("ComboBoxD键设定.Items6"), + componentResourceManager.GetString("ComboBoxD键设定.Items7"), + componentResourceManager.GetString("ComboBoxD键设定.Items8"), + componentResourceManager.GetString("ComboBoxD键设定.Items9"), + componentResourceManager.GetString("ComboBoxD键设定.Items10"), + componentResourceManager.GetString("ComboBoxD键设定.Items11"), + componentResourceManager.GetString("ComboBoxD键设定.Items12"), + componentResourceManager.GetString("ComboBoxD键设定.Items13"), + componentResourceManager.GetString("ComboBoxD键设定.Items14"), + componentResourceManager.GetString("ComboBoxD键设定.Items15") }); ComboBoxD键设定.Name = "ComboBoxD键设定"; - Label5.AccessibleDescription = (string) null; - Label5.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label5, "Label5"); - Label5.Font = (Font) null; + Label5.AccessibleDescription = null; + Label5.AccessibleName = null; + componentResourceManager.ApplyResources(Label5, "Label5"); + Label5.Font = null; Label5.Name = "Label5"; - ComboBoxEF音.AccessibleDescription = (string) null; - ComboBoxEF音.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBoxEF音, "ComboBoxEF音"); - ComboBoxEF音.BackgroundImage = (Image) null; + ComboBoxEF音.AccessibleDescription = null; + ComboBoxEF音.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBoxEF音, "ComboBoxEF音"); + ComboBoxEF音.BackgroundImage = null; ComboBoxEF音.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBoxEF音.Font = (Font) null; + ComboBoxEF音.Font = null; ComboBoxEF音.FormattingEnabled = true; ComboBoxEF音.Items.AddRange(new object[4] { - (object) componentResourceManager.GetString("ComboBoxEF音.Items"), - (object) componentResourceManager.GetString("ComboBoxEF音.Items1"), - (object) componentResourceManager.GetString("ComboBoxEF音.Items2"), - (object) componentResourceManager.GetString("ComboBoxEF音.Items3") + componentResourceManager.GetString("ComboBoxEF音.Items"), + componentResourceManager.GetString("ComboBoxEF音.Items1"), + componentResourceManager.GetString("ComboBoxEF音.Items2"), + componentResourceManager.GetString("ComboBoxEF音.Items3") }); ComboBoxEF音.Name = "ComboBoxEF音"; - Label4.AccessibleDescription = (string) null; - Label4.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label4, "Label4"); - Label4.Font = (Font) null; + Label4.AccessibleDescription = null; + Label4.AccessibleName = null; + componentResourceManager.ApplyResources(Label4, "Label4"); + Label4.Font = null; Label4.Name = "Label4"; - ComboBox首位数码延迟时间.AccessibleDescription = (string) null; - ComboBox首位数码延迟时间.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox首位数码延迟时间, "ComboBox首位数码延迟时间"); - ComboBox首位数码延迟时间.BackgroundImage = (Image) null; + ComboBox首位数码延迟时间.AccessibleDescription = null; + ComboBox首位数码延迟时间.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox首位数码延迟时间, "ComboBox首位数码延迟时间"); + ComboBox首位数码延迟时间.BackgroundImage = null; ComboBox首位数码延迟时间.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox首位数码延迟时间.Font = (Font) null; + ComboBox首位数码延迟时间.Font = null; ComboBox首位数码延迟时间.FormattingEnabled = true; ComboBox首位数码延迟时间.Items.AddRange(new object[10] { - (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") + componentResourceManager.GetString("ComboBox首位数码延迟时间.Items"), + componentResourceManager.GetString("ComboBox首位数码延迟时间.Items1"), + componentResourceManager.GetString("ComboBox首位数码延迟时间.Items2"), + componentResourceManager.GetString("ComboBox首位数码延迟时间.Items3"), + componentResourceManager.GetString("ComboBox首位数码延迟时间.Items4"), + componentResourceManager.GetString("ComboBox首位数码延迟时间.Items5"), + componentResourceManager.GetString("ComboBox首位数码延迟时间.Items6"), + componentResourceManager.GetString("ComboBox首位数码延迟时间.Items7"), + componentResourceManager.GetString("ComboBox首位数码延迟时间.Items8"), + componentResourceManager.GetString("ComboBox首位数码延迟时间.Items9") }); ComboBox首位数码延迟时间.Name = "ComboBox首位数码延迟时间"; - Label3.AccessibleDescription = (string) null; - Label3.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label3, "Label3"); - Label3.Font = (Font) null; + Label3.AccessibleDescription = null; + Label3.AccessibleName = null; + componentResourceManager.ApplyResources(Label3, "Label3"); + Label3.Font = null; Label3.Name = "Label3"; - ComboBox首位数码时间.AccessibleDescription = (string) null; - ComboBox首位数码时间.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox首位数码时间, "ComboBox首位数码时间"); - ComboBox首位数码时间.BackgroundImage = (Image) null; + ComboBox首位数码时间.AccessibleDescription = null; + ComboBox首位数码时间.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox首位数码时间, "ComboBox首位数码时间"); + ComboBox首位数码时间.BackgroundImage = null; ComboBox首位数码时间.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox首位数码时间.Font = (Font) null; + ComboBox首位数码时间.Font = null; ComboBox首位数码时间.FormattingEnabled = true; ComboBox首位数码时间.Items.AddRange(new object[11] { - (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") + componentResourceManager.GetString("ComboBox首位数码时间.Items"), + componentResourceManager.GetString("ComboBox首位数码时间.Items1"), + componentResourceManager.GetString("ComboBox首位数码时间.Items2"), + componentResourceManager.GetString("ComboBox首位数码时间.Items3"), + componentResourceManager.GetString("ComboBox首位数码时间.Items4"), + componentResourceManager.GetString("ComboBox首位数码时间.Items5"), + componentResourceManager.GetString("ComboBox首位数码时间.Items6"), + componentResourceManager.GetString("ComboBox首位数码时间.Items7"), + componentResourceManager.GetString("ComboBox首位数码时间.Items8"), + componentResourceManager.GetString("ComboBox首位数码时间.Items9"), + componentResourceManager.GetString("ComboBox首位数码时间.Items10") }); ComboBox首位数码时间.Name = "ComboBox首位数码时间"; - Label2.AccessibleDescription = (string) null; - Label2.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label2, "Label2"); - Label2.Font = (Font) null; + Label2.AccessibleDescription = null; + Label2.AccessibleName = null; + componentResourceManager.ApplyResources(Label2, "Label2"); + Label2.Font = null; Label2.Name = "Label2"; - ComboBox双音多频速率.AccessibleDescription = (string) null; - ComboBox双音多频速率.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox双音多频速率, "ComboBox双音多频速率"); - ComboBox双音多频速率.BackgroundImage = (Image) null; + ComboBox双音多频速率.AccessibleDescription = null; + ComboBox双音多频速率.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox双音多频速率, "ComboBox双音多频速率"); + ComboBox双音多频速率.BackgroundImage = null; ComboBox双音多频速率.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox双音多频速率.Font = (Font) null; + ComboBox双音多频速率.Font = null; ComboBox双音多频速率.FormattingEnabled = true; ComboBox双音多频速率.Items.AddRange(new object[10] { - (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") + componentResourceManager.GetString("ComboBox双音多频速率.Items"), + componentResourceManager.GetString("ComboBox双音多频速率.Items1"), + componentResourceManager.GetString("ComboBox双音多频速率.Items2"), + componentResourceManager.GetString("ComboBox双音多频速率.Items3"), + componentResourceManager.GetString("ComboBox双音多频速率.Items4"), + componentResourceManager.GetString("ComboBox双音多频速率.Items5"), + componentResourceManager.GetString("ComboBox双音多频速率.Items6"), + componentResourceManager.GetString("ComboBox双音多频速率.Items7"), + componentResourceManager.GetString("ComboBox双音多频速率.Items8"), + componentResourceManager.GetString("ComboBox双音多频速率.Items9") }); ComboBox双音多频速率.Name = "ComboBox双音多频速率"; - Label1.AccessibleDescription = (string) null; - Label1.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label1, "Label1"); - Label1.Font = (Font) null; + Label1.AccessibleDescription = null; + Label1.AccessibleName = null; + componentResourceManager.ApplyResources(Label1, "Label1"); + Label1.Font = null; Label1.Name = "Label1"; - GroupBox2.AccessibleDescription = (string) null; - GroupBox2.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) GroupBox2, "GroupBox2"); - GroupBox2.BackgroundImage = (Image) null; - GroupBox2.Controls.Add((Control) TextBox4); - GroupBox2.Controls.Add((Control) Label9); - GroupBox2.Controls.Add((Control) Label8); - GroupBox2.Controls.Add((Control) TextBox3); - GroupBox2.Font = (Font) null; + GroupBox2.AccessibleDescription = null; + GroupBox2.AccessibleName = null; + componentResourceManager.ApplyResources(GroupBox2, "GroupBox2"); + GroupBox2.BackgroundImage = null; + GroupBox2.Controls.Add(TextBox4); + GroupBox2.Controls.Add(Label9); + GroupBox2.Controls.Add(Label8); + GroupBox2.Controls.Add(TextBox3); + GroupBox2.Font = null; GroupBox2.Name = "GroupBox2"; GroupBox2.TabStop = false; - TextBox4.AccessibleDescription = (string) null; - TextBox4.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) TextBox4, "TextBox4"); - TextBox4.BackgroundImage = (Image) null; - TextBox4.Font = (Font) null; + TextBox4.AccessibleDescription = null; + TextBox4.AccessibleName = null; + componentResourceManager.ApplyResources(TextBox4, "TextBox4"); + TextBox4.BackgroundImage = null; + TextBox4.Font = null; TextBox4.Name = "TextBox4"; - Label9.AccessibleDescription = (string) null; - Label9.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label9, "Label9"); - Label9.Font = (Font) null; + Label9.AccessibleDescription = null; + Label9.AccessibleName = null; + componentResourceManager.ApplyResources(Label9, "Label9"); + Label9.Font = null; Label9.Name = "Label9"; - Label8.AccessibleDescription = (string) null; - Label8.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label8, "Label8"); - Label8.Font = (Font) null; + Label8.AccessibleDescription = null; + Label8.AccessibleName = null; + componentResourceManager.ApplyResources(Label8, "Label8"); + Label8.Font = null; Label8.Name = "Label8"; - TextBox3.AccessibleDescription = (string) null; - TextBox3.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) TextBox3, "TextBox3"); - TextBox3.BackgroundImage = (Image) null; - TextBox3.Font = (Font) null; + TextBox3.AccessibleDescription = null; + TextBox3.AccessibleName = null; + componentResourceManager.ApplyResources(TextBox3, "TextBox3"); + TextBox3.BackgroundImage = null; + TextBox3.Font = null; TextBox3.Name = "TextBox3"; - ComboBox10.AccessibleDescription = (string) null; - ComboBox10.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox10, "ComboBox10"); - ComboBox10.BackgroundImage = (Image) null; + ComboBox10.AccessibleDescription = null; + ComboBox10.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox10, "ComboBox10"); + ComboBox10.BackgroundImage = null; ComboBox10.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox10.Font = (Font) null; + ComboBox10.Font = null; ComboBox10.FormattingEnabled = true; ComboBox10.Items.AddRange(new object[181] { - (object) componentResourceManager.GetString("ComboBox10.Items"), - (object) componentResourceManager.GetString("ComboBox10.Items1"), - (object) componentResourceManager.GetString("ComboBox10.Items2"), - (object) componentResourceManager.GetString("ComboBox10.Items3"), - (object) componentResourceManager.GetString("ComboBox10.Items4"), - (object) componentResourceManager.GetString("ComboBox10.Items5"), - (object) componentResourceManager.GetString("ComboBox10.Items6"), - (object) componentResourceManager.GetString("ComboBox10.Items7"), - (object) componentResourceManager.GetString("ComboBox10.Items8"), - (object) componentResourceManager.GetString("ComboBox10.Items9"), - (object) componentResourceManager.GetString("ComboBox10.Items10"), - (object) componentResourceManager.GetString("ComboBox10.Items11"), - (object) componentResourceManager.GetString("ComboBox10.Items12"), - (object) componentResourceManager.GetString("ComboBox10.Items13"), - (object) componentResourceManager.GetString("ComboBox10.Items14"), - (object) componentResourceManager.GetString("ComboBox10.Items15"), - (object) componentResourceManager.GetString("ComboBox10.Items16"), - (object) componentResourceManager.GetString("ComboBox10.Items17"), - (object) componentResourceManager.GetString("ComboBox10.Items18"), - (object) componentResourceManager.GetString("ComboBox10.Items19"), - (object) componentResourceManager.GetString("ComboBox10.Items20"), - (object) componentResourceManager.GetString("ComboBox10.Items21"), - (object) componentResourceManager.GetString("ComboBox10.Items22"), - (object) componentResourceManager.GetString("ComboBox10.Items23"), - (object) componentResourceManager.GetString("ComboBox10.Items24"), - (object) componentResourceManager.GetString("ComboBox10.Items25"), - (object) componentResourceManager.GetString("ComboBox10.Items26"), - (object) componentResourceManager.GetString("ComboBox10.Items27"), - (object) componentResourceManager.GetString("ComboBox10.Items28"), - (object) componentResourceManager.GetString("ComboBox10.Items29"), - (object) componentResourceManager.GetString("ComboBox10.Items30"), - (object) componentResourceManager.GetString("ComboBox10.Items31"), - (object) componentResourceManager.GetString("ComboBox10.Items32"), - (object) componentResourceManager.GetString("ComboBox10.Items33"), - (object) componentResourceManager.GetString("ComboBox10.Items34"), - (object) componentResourceManager.GetString("ComboBox10.Items35"), - (object) componentResourceManager.GetString("ComboBox10.Items36"), - (object) componentResourceManager.GetString("ComboBox10.Items37"), - (object) componentResourceManager.GetString("ComboBox10.Items38"), - (object) componentResourceManager.GetString("ComboBox10.Items39"), - (object) componentResourceManager.GetString("ComboBox10.Items40"), - (object) componentResourceManager.GetString("ComboBox10.Items41"), - (object) componentResourceManager.GetString("ComboBox10.Items42"), - (object) componentResourceManager.GetString("ComboBox10.Items43"), - (object) componentResourceManager.GetString("ComboBox10.Items44"), - (object) componentResourceManager.GetString("ComboBox10.Items45"), - (object) componentResourceManager.GetString("ComboBox10.Items46"), - (object) componentResourceManager.GetString("ComboBox10.Items47"), - (object) componentResourceManager.GetString("ComboBox10.Items48"), - (object) componentResourceManager.GetString("ComboBox10.Items49"), - (object) componentResourceManager.GetString("ComboBox10.Items50"), - (object) componentResourceManager.GetString("ComboBox10.Items51"), - (object) componentResourceManager.GetString("ComboBox10.Items52"), - (object) componentResourceManager.GetString("ComboBox10.Items53"), - (object) componentResourceManager.GetString("ComboBox10.Items54"), - (object) componentResourceManager.GetString("ComboBox10.Items55"), - (object) componentResourceManager.GetString("ComboBox10.Items56"), - (object) componentResourceManager.GetString("ComboBox10.Items57"), - (object) componentResourceManager.GetString("ComboBox10.Items58"), - (object) componentResourceManager.GetString("ComboBox10.Items59"), - (object) componentResourceManager.GetString("ComboBox10.Items60"), - (object) componentResourceManager.GetString("ComboBox10.Items61"), - (object) componentResourceManager.GetString("ComboBox10.Items62"), - (object) componentResourceManager.GetString("ComboBox10.Items63"), - (object) componentResourceManager.GetString("ComboBox10.Items64"), - (object) componentResourceManager.GetString("ComboBox10.Items65"), - (object) componentResourceManager.GetString("ComboBox10.Items66"), - (object) componentResourceManager.GetString("ComboBox10.Items67"), - (object) componentResourceManager.GetString("ComboBox10.Items68"), - (object) componentResourceManager.GetString("ComboBox10.Items69"), - (object) componentResourceManager.GetString("ComboBox10.Items70"), - (object) componentResourceManager.GetString("ComboBox10.Items71"), - (object) componentResourceManager.GetString("ComboBox10.Items72"), - (object) componentResourceManager.GetString("ComboBox10.Items73"), - (object) componentResourceManager.GetString("ComboBox10.Items74"), - (object) componentResourceManager.GetString("ComboBox10.Items75"), - (object) componentResourceManager.GetString("ComboBox10.Items76"), - (object) componentResourceManager.GetString("ComboBox10.Items77"), - (object) componentResourceManager.GetString("ComboBox10.Items78"), - (object) componentResourceManager.GetString("ComboBox10.Items79"), - (object) componentResourceManager.GetString("ComboBox10.Items80"), - (object) componentResourceManager.GetString("ComboBox10.Items81"), - (object) componentResourceManager.GetString("ComboBox10.Items82"), - (object) componentResourceManager.GetString("ComboBox10.Items83"), - (object) componentResourceManager.GetString("ComboBox10.Items84"), - (object) componentResourceManager.GetString("ComboBox10.Items85"), - (object) componentResourceManager.GetString("ComboBox10.Items86"), - (object) componentResourceManager.GetString("ComboBox10.Items87"), - (object) componentResourceManager.GetString("ComboBox10.Items88"), - (object) componentResourceManager.GetString("ComboBox10.Items89"), - (object) componentResourceManager.GetString("ComboBox10.Items90"), - (object) componentResourceManager.GetString("ComboBox10.Items91"), - (object) componentResourceManager.GetString("ComboBox10.Items92"), - (object) componentResourceManager.GetString("ComboBox10.Items93"), - (object) componentResourceManager.GetString("ComboBox10.Items94"), - (object) componentResourceManager.GetString("ComboBox10.Items95"), - (object) componentResourceManager.GetString("ComboBox10.Items96"), - (object) componentResourceManager.GetString("ComboBox10.Items97"), - (object) componentResourceManager.GetString("ComboBox10.Items98"), - (object) componentResourceManager.GetString("ComboBox10.Items99"), - (object) componentResourceManager.GetString("ComboBox10.Items100"), - (object) componentResourceManager.GetString("ComboBox10.Items101"), - (object) componentResourceManager.GetString("ComboBox10.Items102"), - (object) componentResourceManager.GetString("ComboBox10.Items103"), - (object) componentResourceManager.GetString("ComboBox10.Items104"), - (object) componentResourceManager.GetString("ComboBox10.Items105"), - (object) componentResourceManager.GetString("ComboBox10.Items106"), - (object) componentResourceManager.GetString("ComboBox10.Items107"), - (object) componentResourceManager.GetString("ComboBox10.Items108"), - (object) componentResourceManager.GetString("ComboBox10.Items109"), - (object) componentResourceManager.GetString("ComboBox10.Items110"), - (object) componentResourceManager.GetString("ComboBox10.Items111"), - (object) componentResourceManager.GetString("ComboBox10.Items112"), - (object) componentResourceManager.GetString("ComboBox10.Items113"), - (object) componentResourceManager.GetString("ComboBox10.Items114"), - (object) componentResourceManager.GetString("ComboBox10.Items115"), - (object) componentResourceManager.GetString("ComboBox10.Items116"), - (object) componentResourceManager.GetString("ComboBox10.Items117"), - (object) componentResourceManager.GetString("ComboBox10.Items118"), - (object) componentResourceManager.GetString("ComboBox10.Items119"), - (object) componentResourceManager.GetString("ComboBox10.Items120"), - (object) componentResourceManager.GetString("ComboBox10.Items121"), - (object) componentResourceManager.GetString("ComboBox10.Items122"), - (object) componentResourceManager.GetString("ComboBox10.Items123"), - (object) componentResourceManager.GetString("ComboBox10.Items124"), - (object) componentResourceManager.GetString("ComboBox10.Items125"), - (object) componentResourceManager.GetString("ComboBox10.Items126"), - (object) componentResourceManager.GetString("ComboBox10.Items127"), - (object) componentResourceManager.GetString("ComboBox10.Items128"), - (object) componentResourceManager.GetString("ComboBox10.Items129"), - (object) componentResourceManager.GetString("ComboBox10.Items130"), - (object) componentResourceManager.GetString("ComboBox10.Items131"), - (object) componentResourceManager.GetString("ComboBox10.Items132"), - (object) componentResourceManager.GetString("ComboBox10.Items133"), - (object) componentResourceManager.GetString("ComboBox10.Items134"), - (object) componentResourceManager.GetString("ComboBox10.Items135"), - (object) componentResourceManager.GetString("ComboBox10.Items136"), - (object) componentResourceManager.GetString("ComboBox10.Items137"), - (object) componentResourceManager.GetString("ComboBox10.Items138"), - (object) componentResourceManager.GetString("ComboBox10.Items139"), - (object) componentResourceManager.GetString("ComboBox10.Items140"), - (object) componentResourceManager.GetString("ComboBox10.Items141"), - (object) componentResourceManager.GetString("ComboBox10.Items142"), - (object) componentResourceManager.GetString("ComboBox10.Items143"), - (object) componentResourceManager.GetString("ComboBox10.Items144"), - (object) componentResourceManager.GetString("ComboBox10.Items145"), - (object) componentResourceManager.GetString("ComboBox10.Items146"), - (object) componentResourceManager.GetString("ComboBox10.Items147"), - (object) componentResourceManager.GetString("ComboBox10.Items148"), - (object) componentResourceManager.GetString("ComboBox10.Items149"), - (object) componentResourceManager.GetString("ComboBox10.Items150"), - (object) componentResourceManager.GetString("ComboBox10.Items151"), - (object) componentResourceManager.GetString("ComboBox10.Items152"), - (object) componentResourceManager.GetString("ComboBox10.Items153"), - (object) componentResourceManager.GetString("ComboBox10.Items154"), - (object) componentResourceManager.GetString("ComboBox10.Items155"), - (object) componentResourceManager.GetString("ComboBox10.Items156"), - (object) componentResourceManager.GetString("ComboBox10.Items157"), - (object) componentResourceManager.GetString("ComboBox10.Items158"), - (object) componentResourceManager.GetString("ComboBox10.Items159"), - (object) componentResourceManager.GetString("ComboBox10.Items160"), - (object) componentResourceManager.GetString("ComboBox10.Items161"), - (object) componentResourceManager.GetString("ComboBox10.Items162"), - (object) componentResourceManager.GetString("ComboBox10.Items163"), - (object) componentResourceManager.GetString("ComboBox10.Items164"), - (object) componentResourceManager.GetString("ComboBox10.Items165"), - (object) componentResourceManager.GetString("ComboBox10.Items166"), - (object) componentResourceManager.GetString("ComboBox10.Items167"), - (object) componentResourceManager.GetString("ComboBox10.Items168"), - (object) componentResourceManager.GetString("ComboBox10.Items169"), - (object) componentResourceManager.GetString("ComboBox10.Items170"), - (object) componentResourceManager.GetString("ComboBox10.Items171"), - (object) componentResourceManager.GetString("ComboBox10.Items172"), - (object) componentResourceManager.GetString("ComboBox10.Items173"), - (object) componentResourceManager.GetString("ComboBox10.Items174"), - (object) componentResourceManager.GetString("ComboBox10.Items175"), - (object) componentResourceManager.GetString("ComboBox10.Items176"), - (object) componentResourceManager.GetString("ComboBox10.Items177"), - (object) componentResourceManager.GetString("ComboBox10.Items178"), - (object) componentResourceManager.GetString("ComboBox10.Items179"), - (object) componentResourceManager.GetString("ComboBox10.Items180") + componentResourceManager.GetString("ComboBox10.Items"), + componentResourceManager.GetString("ComboBox10.Items1"), + componentResourceManager.GetString("ComboBox10.Items2"), + componentResourceManager.GetString("ComboBox10.Items3"), + componentResourceManager.GetString("ComboBox10.Items4"), + componentResourceManager.GetString("ComboBox10.Items5"), + componentResourceManager.GetString("ComboBox10.Items6"), + componentResourceManager.GetString("ComboBox10.Items7"), + componentResourceManager.GetString("ComboBox10.Items8"), + componentResourceManager.GetString("ComboBox10.Items9"), + componentResourceManager.GetString("ComboBox10.Items10"), + componentResourceManager.GetString("ComboBox10.Items11"), + componentResourceManager.GetString("ComboBox10.Items12"), + componentResourceManager.GetString("ComboBox10.Items13"), + componentResourceManager.GetString("ComboBox10.Items14"), + componentResourceManager.GetString("ComboBox10.Items15"), + componentResourceManager.GetString("ComboBox10.Items16"), + componentResourceManager.GetString("ComboBox10.Items17"), + componentResourceManager.GetString("ComboBox10.Items18"), + componentResourceManager.GetString("ComboBox10.Items19"), + componentResourceManager.GetString("ComboBox10.Items20"), + componentResourceManager.GetString("ComboBox10.Items21"), + componentResourceManager.GetString("ComboBox10.Items22"), + componentResourceManager.GetString("ComboBox10.Items23"), + componentResourceManager.GetString("ComboBox10.Items24"), + componentResourceManager.GetString("ComboBox10.Items25"), + componentResourceManager.GetString("ComboBox10.Items26"), + componentResourceManager.GetString("ComboBox10.Items27"), + componentResourceManager.GetString("ComboBox10.Items28"), + componentResourceManager.GetString("ComboBox10.Items29"), + componentResourceManager.GetString("ComboBox10.Items30"), + componentResourceManager.GetString("ComboBox10.Items31"), + componentResourceManager.GetString("ComboBox10.Items32"), + componentResourceManager.GetString("ComboBox10.Items33"), + componentResourceManager.GetString("ComboBox10.Items34"), + componentResourceManager.GetString("ComboBox10.Items35"), + componentResourceManager.GetString("ComboBox10.Items36"), + componentResourceManager.GetString("ComboBox10.Items37"), + componentResourceManager.GetString("ComboBox10.Items38"), + componentResourceManager.GetString("ComboBox10.Items39"), + componentResourceManager.GetString("ComboBox10.Items40"), + componentResourceManager.GetString("ComboBox10.Items41"), + componentResourceManager.GetString("ComboBox10.Items42"), + componentResourceManager.GetString("ComboBox10.Items43"), + componentResourceManager.GetString("ComboBox10.Items44"), + componentResourceManager.GetString("ComboBox10.Items45"), + componentResourceManager.GetString("ComboBox10.Items46"), + componentResourceManager.GetString("ComboBox10.Items47"), + componentResourceManager.GetString("ComboBox10.Items48"), + componentResourceManager.GetString("ComboBox10.Items49"), + componentResourceManager.GetString("ComboBox10.Items50"), + componentResourceManager.GetString("ComboBox10.Items51"), + componentResourceManager.GetString("ComboBox10.Items52"), + componentResourceManager.GetString("ComboBox10.Items53"), + componentResourceManager.GetString("ComboBox10.Items54"), + componentResourceManager.GetString("ComboBox10.Items55"), + componentResourceManager.GetString("ComboBox10.Items56"), + componentResourceManager.GetString("ComboBox10.Items57"), + componentResourceManager.GetString("ComboBox10.Items58"), + componentResourceManager.GetString("ComboBox10.Items59"), + componentResourceManager.GetString("ComboBox10.Items60"), + componentResourceManager.GetString("ComboBox10.Items61"), + componentResourceManager.GetString("ComboBox10.Items62"), + componentResourceManager.GetString("ComboBox10.Items63"), + componentResourceManager.GetString("ComboBox10.Items64"), + componentResourceManager.GetString("ComboBox10.Items65"), + componentResourceManager.GetString("ComboBox10.Items66"), + componentResourceManager.GetString("ComboBox10.Items67"), + componentResourceManager.GetString("ComboBox10.Items68"), + componentResourceManager.GetString("ComboBox10.Items69"), + componentResourceManager.GetString("ComboBox10.Items70"), + componentResourceManager.GetString("ComboBox10.Items71"), + componentResourceManager.GetString("ComboBox10.Items72"), + componentResourceManager.GetString("ComboBox10.Items73"), + componentResourceManager.GetString("ComboBox10.Items74"), + componentResourceManager.GetString("ComboBox10.Items75"), + componentResourceManager.GetString("ComboBox10.Items76"), + componentResourceManager.GetString("ComboBox10.Items77"), + componentResourceManager.GetString("ComboBox10.Items78"), + componentResourceManager.GetString("ComboBox10.Items79"), + componentResourceManager.GetString("ComboBox10.Items80"), + componentResourceManager.GetString("ComboBox10.Items81"), + componentResourceManager.GetString("ComboBox10.Items82"), + componentResourceManager.GetString("ComboBox10.Items83"), + componentResourceManager.GetString("ComboBox10.Items84"), + componentResourceManager.GetString("ComboBox10.Items85"), + componentResourceManager.GetString("ComboBox10.Items86"), + componentResourceManager.GetString("ComboBox10.Items87"), + componentResourceManager.GetString("ComboBox10.Items88"), + componentResourceManager.GetString("ComboBox10.Items89"), + componentResourceManager.GetString("ComboBox10.Items90"), + componentResourceManager.GetString("ComboBox10.Items91"), + componentResourceManager.GetString("ComboBox10.Items92"), + componentResourceManager.GetString("ComboBox10.Items93"), + componentResourceManager.GetString("ComboBox10.Items94"), + componentResourceManager.GetString("ComboBox10.Items95"), + componentResourceManager.GetString("ComboBox10.Items96"), + componentResourceManager.GetString("ComboBox10.Items97"), + componentResourceManager.GetString("ComboBox10.Items98"), + componentResourceManager.GetString("ComboBox10.Items99"), + componentResourceManager.GetString("ComboBox10.Items100"), + componentResourceManager.GetString("ComboBox10.Items101"), + componentResourceManager.GetString("ComboBox10.Items102"), + componentResourceManager.GetString("ComboBox10.Items103"), + componentResourceManager.GetString("ComboBox10.Items104"), + componentResourceManager.GetString("ComboBox10.Items105"), + componentResourceManager.GetString("ComboBox10.Items106"), + componentResourceManager.GetString("ComboBox10.Items107"), + componentResourceManager.GetString("ComboBox10.Items108"), + componentResourceManager.GetString("ComboBox10.Items109"), + componentResourceManager.GetString("ComboBox10.Items110"), + componentResourceManager.GetString("ComboBox10.Items111"), + componentResourceManager.GetString("ComboBox10.Items112"), + componentResourceManager.GetString("ComboBox10.Items113"), + componentResourceManager.GetString("ComboBox10.Items114"), + componentResourceManager.GetString("ComboBox10.Items115"), + componentResourceManager.GetString("ComboBox10.Items116"), + componentResourceManager.GetString("ComboBox10.Items117"), + componentResourceManager.GetString("ComboBox10.Items118"), + componentResourceManager.GetString("ComboBox10.Items119"), + componentResourceManager.GetString("ComboBox10.Items120"), + componentResourceManager.GetString("ComboBox10.Items121"), + componentResourceManager.GetString("ComboBox10.Items122"), + componentResourceManager.GetString("ComboBox10.Items123"), + componentResourceManager.GetString("ComboBox10.Items124"), + componentResourceManager.GetString("ComboBox10.Items125"), + componentResourceManager.GetString("ComboBox10.Items126"), + componentResourceManager.GetString("ComboBox10.Items127"), + componentResourceManager.GetString("ComboBox10.Items128"), + componentResourceManager.GetString("ComboBox10.Items129"), + componentResourceManager.GetString("ComboBox10.Items130"), + componentResourceManager.GetString("ComboBox10.Items131"), + componentResourceManager.GetString("ComboBox10.Items132"), + componentResourceManager.GetString("ComboBox10.Items133"), + componentResourceManager.GetString("ComboBox10.Items134"), + componentResourceManager.GetString("ComboBox10.Items135"), + componentResourceManager.GetString("ComboBox10.Items136"), + componentResourceManager.GetString("ComboBox10.Items137"), + componentResourceManager.GetString("ComboBox10.Items138"), + componentResourceManager.GetString("ComboBox10.Items139"), + componentResourceManager.GetString("ComboBox10.Items140"), + componentResourceManager.GetString("ComboBox10.Items141"), + componentResourceManager.GetString("ComboBox10.Items142"), + componentResourceManager.GetString("ComboBox10.Items143"), + componentResourceManager.GetString("ComboBox10.Items144"), + componentResourceManager.GetString("ComboBox10.Items145"), + componentResourceManager.GetString("ComboBox10.Items146"), + componentResourceManager.GetString("ComboBox10.Items147"), + componentResourceManager.GetString("ComboBox10.Items148"), + componentResourceManager.GetString("ComboBox10.Items149"), + componentResourceManager.GetString("ComboBox10.Items150"), + componentResourceManager.GetString("ComboBox10.Items151"), + componentResourceManager.GetString("ComboBox10.Items152"), + componentResourceManager.GetString("ComboBox10.Items153"), + componentResourceManager.GetString("ComboBox10.Items154"), + componentResourceManager.GetString("ComboBox10.Items155"), + componentResourceManager.GetString("ComboBox10.Items156"), + componentResourceManager.GetString("ComboBox10.Items157"), + componentResourceManager.GetString("ComboBox10.Items158"), + componentResourceManager.GetString("ComboBox10.Items159"), + componentResourceManager.GetString("ComboBox10.Items160"), + componentResourceManager.GetString("ComboBox10.Items161"), + componentResourceManager.GetString("ComboBox10.Items162"), + componentResourceManager.GetString("ComboBox10.Items163"), + componentResourceManager.GetString("ComboBox10.Items164"), + componentResourceManager.GetString("ComboBox10.Items165"), + componentResourceManager.GetString("ComboBox10.Items166"), + componentResourceManager.GetString("ComboBox10.Items167"), + componentResourceManager.GetString("ComboBox10.Items168"), + componentResourceManager.GetString("ComboBox10.Items169"), + componentResourceManager.GetString("ComboBox10.Items170"), + componentResourceManager.GetString("ComboBox10.Items171"), + componentResourceManager.GetString("ComboBox10.Items172"), + componentResourceManager.GetString("ComboBox10.Items173"), + componentResourceManager.GetString("ComboBox10.Items174"), + componentResourceManager.GetString("ComboBox10.Items175"), + componentResourceManager.GetString("ComboBox10.Items176"), + componentResourceManager.GetString("ComboBox10.Items177"), + componentResourceManager.GetString("ComboBox10.Items178"), + componentResourceManager.GetString("ComboBox10.Items179"), + componentResourceManager.GetString("ComboBox10.Items180") }); ComboBox10.Name = "ComboBox10"; - ComboBox8.AccessibleDescription = (string) null; - ComboBox8.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox8, "ComboBox8"); - ComboBox8.BackgroundImage = (Image) null; + ComboBox8.AccessibleDescription = null; + ComboBox8.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox8, "ComboBox8"); + ComboBox8.BackgroundImage = null; ComboBox8.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox8.Font = (Font) null; + ComboBox8.Font = null; ComboBox8.FormattingEnabled = true; ComboBox8.Items.AddRange(new object[7] { - (object) componentResourceManager.GetString("ComboBox8.Items"), - (object) componentResourceManager.GetString("ComboBox8.Items1"), - (object) componentResourceManager.GetString("ComboBox8.Items2"), - (object) componentResourceManager.GetString("ComboBox8.Items3"), - (object) componentResourceManager.GetString("ComboBox8.Items4"), - (object) componentResourceManager.GetString("ComboBox8.Items5"), - (object) componentResourceManager.GetString("ComboBox8.Items6") + componentResourceManager.GetString("ComboBox8.Items"), + componentResourceManager.GetString("ComboBox8.Items1"), + componentResourceManager.GetString("ComboBox8.Items2"), + componentResourceManager.GetString("ComboBox8.Items3"), + componentResourceManager.GetString("ComboBox8.Items4"), + componentResourceManager.GetString("ComboBox8.Items5"), + componentResourceManager.GetString("ComboBox8.Items6") }); ComboBox8.Name = "ComboBox8"; - Label14.AccessibleDescription = (string) null; - Label14.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label14, "Label14"); - Label14.Font = (Font) null; + Label14.AccessibleDescription = null; + Label14.AccessibleName = null; + componentResourceManager.ApplyResources(Label14, "Label14"); + Label14.Font = null; Label14.Name = "Label14"; - Label12.AccessibleDescription = (string) null; - Label12.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label12, "Label12"); - Label12.Font = (Font) null; + Label12.AccessibleDescription = null; + Label12.AccessibleName = null; + componentResourceManager.ApplyResources(Label12, "Label12"); + Label12.Font = null; Label12.Name = "Label12"; - ComboBox9.AccessibleDescription = (string) null; - ComboBox9.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox9, "ComboBox9"); - ComboBox9.BackgroundImage = (Image) null; + ComboBox9.AccessibleDescription = null; + ComboBox9.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox9, "ComboBox9"); + ComboBox9.BackgroundImage = null; ComboBox9.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox9.Font = (Font) null; + ComboBox9.Font = null; ComboBox9.FormattingEnabled = true; ComboBox9.Items.AddRange(new object[3] { - (object) componentResourceManager.GetString("ComboBox9.Items"), - (object) componentResourceManager.GetString("ComboBox9.Items1"), - (object) componentResourceManager.GetString("ComboBox9.Items2") + componentResourceManager.GetString("ComboBox9.Items"), + componentResourceManager.GetString("ComboBox9.Items1"), + componentResourceManager.GetString("ComboBox9.Items2") }); ComboBox9.Name = "ComboBox9"; - Label13.AccessibleDescription = (string) null; - Label13.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label13, "Label13"); - Label13.Font = (Font) null; + Label13.AccessibleDescription = null; + Label13.AccessibleName = null; + componentResourceManager.ApplyResources(Label13, "Label13"); + Label13.Font = null; Label13.Name = "Label13"; - ComboBox7.AccessibleDescription = (string) null; - ComboBox7.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox7, "ComboBox7"); - ComboBox7.BackgroundImage = (Image) null; + ComboBox7.AccessibleDescription = null; + ComboBox7.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox7, "ComboBox7"); + ComboBox7.BackgroundImage = null; ComboBox7.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox7.Font = (Font) null; + ComboBox7.Font = null; ComboBox7.FormattingEnabled = true; ComboBox7.Items.AddRange(new object[16] { - (object) componentResourceManager.GetString("ComboBox7.Items"), - (object) componentResourceManager.GetString("ComboBox7.Items1"), - (object) componentResourceManager.GetString("ComboBox7.Items2"), - (object) componentResourceManager.GetString("ComboBox7.Items3"), - (object) componentResourceManager.GetString("ComboBox7.Items4"), - (object) componentResourceManager.GetString("ComboBox7.Items5"), - (object) componentResourceManager.GetString("ComboBox7.Items6"), - (object) componentResourceManager.GetString("ComboBox7.Items7"), - (object) componentResourceManager.GetString("ComboBox7.Items8"), - (object) componentResourceManager.GetString("ComboBox7.Items9"), - (object) componentResourceManager.GetString("ComboBox7.Items10"), - (object) componentResourceManager.GetString("ComboBox7.Items11"), - (object) componentResourceManager.GetString("ComboBox7.Items12"), - (object) componentResourceManager.GetString("ComboBox7.Items13"), - (object) componentResourceManager.GetString("ComboBox7.Items14"), - (object) componentResourceManager.GetString("ComboBox7.Items15") + componentResourceManager.GetString("ComboBox7.Items"), + componentResourceManager.GetString("ComboBox7.Items1"), + componentResourceManager.GetString("ComboBox7.Items2"), + componentResourceManager.GetString("ComboBox7.Items3"), + componentResourceManager.GetString("ComboBox7.Items4"), + componentResourceManager.GetString("ComboBox7.Items5"), + componentResourceManager.GetString("ComboBox7.Items6"), + componentResourceManager.GetString("ComboBox7.Items7"), + componentResourceManager.GetString("ComboBox7.Items8"), + componentResourceManager.GetString("ComboBox7.Items9"), + componentResourceManager.GetString("ComboBox7.Items10"), + componentResourceManager.GetString("ComboBox7.Items11"), + componentResourceManager.GetString("ComboBox7.Items12"), + componentResourceManager.GetString("ComboBox7.Items13"), + componentResourceManager.GetString("ComboBox7.Items14"), + componentResourceManager.GetString("ComboBox7.Items15") }); ComboBox7.Name = "ComboBox7"; - Label11.AccessibleDescription = (string) null; - Label11.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label11, "Label11"); - Label11.Font = (Font) null; + Label11.AccessibleDescription = null; + Label11.AccessibleName = null; + componentResourceManager.ApplyResources(Label11, "Label11"); + Label11.Font = null; Label11.Name = "Label11"; - ComboBoxDTMF信令.AccessibleDescription = (string) null; - ComboBoxDTMF信令.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBoxDTMF信令, "ComboBoxDTMF信令"); - ComboBoxDTMF信令.BackgroundImage = (Image) null; + ComboBoxDTMF信令.AccessibleDescription = null; + ComboBoxDTMF信令.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBoxDTMF信令, "ComboBoxDTMF信令"); + ComboBoxDTMF信令.BackgroundImage = null; ComboBoxDTMF信令.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBoxDTMF信令.Font = (Font) null; + ComboBoxDTMF信令.Font = null; ComboBoxDTMF信令.FormattingEnabled = true; ComboBoxDTMF信令.Items.AddRange(new object[2] { - (object) componentResourceManager.GetString("ComboBoxDTMF信令.Items"), - (object) componentResourceManager.GetString("ComboBoxDTMF信令.Items1") + componentResourceManager.GetString("ComboBoxDTMF信令.Items"), + componentResourceManager.GetString("ComboBoxDTMF信令.Items1") }); ComboBoxDTMF信令.Name = "ComboBoxDTMF信令"; - Label10.AccessibleDescription = (string) null; - Label10.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label10, "Label10"); - Label10.Font = (Font) null; + Label10.AccessibleDescription = null; + Label10.AccessibleName = null; + componentResourceManager.ApplyResources(Label10, "Label10"); + Label10.Font = null; Label10.Name = "Label10"; - TabControl1.AccessibleDescription = (string) null; - TabControl1.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) TabControl1, "TabControl1"); - TabControl1.BackgroundImage = (Image) null; - TabControl1.Controls.Add((Control) TabPage1); - TabControl1.Controls.Add((Control) TabPage2); - TabControl1.Controls.Add((Control) TabPage3); - TabControl1.Font = (Font) null; + TabControl1.AccessibleDescription = null; + TabControl1.AccessibleName = null; + componentResourceManager.ApplyResources(TabControl1, "TabControl1"); + TabControl1.BackgroundImage = null; + TabControl1.Controls.Add(TabPage1); + TabControl1.Controls.Add(TabPage2); + TabControl1.Controls.Add(TabPage3); + TabControl1.Font = null; TabControl1.Name = "TabControl1"; TabControl1.SelectedIndex = 0; - TabPage1.AccessibleDescription = (string) null; - TabPage1.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) TabPage1, "TabPage1"); - TabPage1.BackgroundImage = (Image) null; - TabPage1.Controls.Add((Control) CheckBoxDTMF按键锁定); - TabPage1.Controls.Add((Control) CheckBoxDTMF自动发码); - TabPage1.Controls.Add((Control) GroupBox1); - TabPage1.Controls.Add((Control) Label1); - TabPage1.Controls.Add((Control) ComboBox双音多频速率); - TabPage1.Controls.Add((Control) Label2); - TabPage1.Controls.Add((Control) ComboBox首位数码时间); - TabPage1.Controls.Add((Control) CheckBox侧音); - TabPage1.Controls.Add((Control) Label3); - TabPage1.Controls.Add((Control) ComboBoxD键设定); - TabPage1.Controls.Add((Control) ComboBox首位数码延迟时间); - TabPage1.Controls.Add((Control) Label5); - TabPage1.Controls.Add((Control) Label4); - TabPage1.Controls.Add((Control) ComboBoxEF音); - TabPage1.Font = (Font) null; + TabPage1.AccessibleDescription = null; + TabPage1.AccessibleName = null; + componentResourceManager.ApplyResources(TabPage1, "TabPage1"); + TabPage1.BackgroundImage = null; + TabPage1.Controls.Add(CheckBoxDTMF按键锁定); + TabPage1.Controls.Add(CheckBoxDTMF自动发码); + TabPage1.Controls.Add(GroupBox1); + TabPage1.Controls.Add(Label1); + TabPage1.Controls.Add(ComboBox双音多频速率); + TabPage1.Controls.Add(Label2); + TabPage1.Controls.Add(ComboBox首位数码时间); + TabPage1.Controls.Add(CheckBox侧音); + TabPage1.Controls.Add(Label3); + TabPage1.Controls.Add(ComboBoxD键设定); + TabPage1.Controls.Add(ComboBox首位数码延迟时间); + TabPage1.Controls.Add(Label5); + TabPage1.Controls.Add(Label4); + TabPage1.Controls.Add(ComboBoxEF音); + TabPage1.Font = null; TabPage1.Name = "TabPage1"; TabPage1.UseVisualStyleBackColor = true; - CheckBoxDTMF按键锁定.AccessibleDescription = (string) null; - CheckBoxDTMF按键锁定.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) CheckBoxDTMF按键锁定, "CheckBoxDTMF按键锁定"); - CheckBoxDTMF按键锁定.BackgroundImage = (Image) null; - CheckBoxDTMF按键锁定.Font = (Font) null; + CheckBoxDTMF按键锁定.AccessibleDescription = null; + CheckBoxDTMF按键锁定.AccessibleName = null; + componentResourceManager.ApplyResources(CheckBoxDTMF按键锁定, "CheckBoxDTMF按键锁定"); + CheckBoxDTMF按键锁定.BackgroundImage = null; + CheckBoxDTMF按键锁定.Font = null; CheckBoxDTMF按键锁定.Name = "CheckBoxDTMF按键锁定"; CheckBoxDTMF按键锁定.UseVisualStyleBackColor = true; - TabPage2.AccessibleDescription = (string) null; - TabPage2.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) TabPage2, "TabPage2"); - TabPage2.BackgroundImage = (Image) null; - TabPage2.Controls.Add((Control) GroupBox2); - TabPage2.Controls.Add((Control) ComboBoxDTMF信令); - TabPage2.Controls.Add((Control) Label10); - TabPage2.Controls.Add((Control) Label11); - TabPage2.Controls.Add((Control) ComboBox10); - TabPage2.Controls.Add((Control) ComboBox7); - TabPage2.Controls.Add((Control) ComboBox8); - TabPage2.Controls.Add((Control) Label13); - TabPage2.Controls.Add((Control) Label14); - TabPage2.Controls.Add((Control) ComboBox9); - TabPage2.Controls.Add((Control) Label12); - TabPage2.Font = (Font) null; + TabPage2.AccessibleDescription = null; + TabPage2.AccessibleName = null; + componentResourceManager.ApplyResources(TabPage2, "TabPage2"); + TabPage2.BackgroundImage = null; + TabPage2.Controls.Add(GroupBox2); + TabPage2.Controls.Add(ComboBoxDTMF信令); + TabPage2.Controls.Add(Label10); + TabPage2.Controls.Add(Label11); + TabPage2.Controls.Add(ComboBox10); + TabPage2.Controls.Add(ComboBox7); + TabPage2.Controls.Add(ComboBox8); + TabPage2.Controls.Add(Label13); + TabPage2.Controls.Add(Label14); + TabPage2.Controls.Add(ComboBox9); + TabPage2.Controls.Add(Label12); + TabPage2.Font = null; TabPage2.Name = "TabPage2"; TabPage2.UseVisualStyleBackColor = true; - TabPage3.AccessibleDescription = (string) null; - TabPage3.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) TabPage3, "TabPage3"); - TabPage3.BackgroundImage = (Image) null; - TabPage3.Controls.Add((Control) DataGridView1); - TabPage3.Font = (Font) null; + TabPage3.AccessibleDescription = null; + TabPage3.AccessibleName = null; + componentResourceManager.ApplyResources(TabPage3, "TabPage3"); + TabPage3.BackgroundImage = null; + TabPage3.Controls.Add(DataGridView1); + TabPage3.Font = null; TabPage3.Name = "TabPage3"; TabPage3.UseVisualStyleBackColor = true; - Button3.AccessibleDescription = (string) null; - Button3.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Button3, "Button3"); - Button3.BackgroundImage = (Image) null; - Button3.Font = (Font) null; + Button3.AccessibleDescription = null; + Button3.AccessibleName = null; + componentResourceManager.ApplyResources(Button3, "Button3"); + Button3.BackgroundImage = null; + Button3.Font = null; Button3.Name = "Button3"; Button3.UseVisualStyleBackColor = true; - Button2.AccessibleDescription = (string) null; - Button2.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Button2, "Button2"); - Button2.BackgroundImage = (Image) null; - Button2.Font = (Font) null; + Button2.AccessibleDescription = null; + Button2.AccessibleName = null; + componentResourceManager.ApplyResources(Button2, "Button2"); + Button2.BackgroundImage = null; + Button2.Font = null; Button2.Name = "Button2"; Button2.UseVisualStyleBackColor = true; - Button1.AccessibleDescription = (string) null; - Button1.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Button1, "Button1"); - Button1.BackgroundImage = (Image) null; - Button1.Font = (Font) null; + Button1.AccessibleDescription = null; + Button1.AccessibleName = null; + componentResourceManager.ApplyResources(Button1, "Button1"); + Button1.BackgroundImage = null; + Button1.Font = null; Button1.Name = "Button1"; Button1.UseVisualStyleBackColor = true; - AccessibleDescription = (string) null; - AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) this, "$this"); + AccessibleDescription = null; + AccessibleName = null; + componentResourceManager.ApplyResources(this, "$this"); AutoScaleMode = AutoScaleMode.Font; - BackgroundImage = (Image) null; - Controls.Add((Control) Button3); - Controls.Add((Control) Button2); - Controls.Add((Control) Button1); - Controls.Add((Control) TabControl1); - Font = (Font) null; + BackgroundImage = null; + Controls.Add(Button3); + Controls.Add(Button2); + Controls.Add(Button1); + Controls.Add(TabControl1); + Font = null; Name = nameof (DtmfForm); ((ISupportInitialize) DataGridView1).EndInit(); GroupBox1.ResumeLayout(false); @@ -1245,7 +1245,7 @@ namespace HPG_68D public void DtmfForm_Deactivate(object sender, EventArgs e) { DataGridView1.EndEdit(); - int num = 3888; + var num = 3888; publicva.EEPROM_Byte[checked (num + 0)] = checked ((byte) ((ComboBox双音多频速率.SelectedIndex + 1) * 5)); publicva.EEPROM_Byte[checked (num + 1)] = checked ((byte) (ComboBox首位数码时间.SelectedIndex * 10)); publicva.EEPROM_Byte[checked (num + 2)] = checked ((byte) ((ComboBox首位数码延迟时间.SelectedIndex + 1) * 10)); @@ -1253,12 +1253,12 @@ namespace HPG_68D publicva.EEPROM_Byte[checked (num + 4)] = checked ((byte) ComboBoxD键设定.SelectedIndex); publicva.EEPROM_Byte[checked (num + 5)] = checked ((byte) ComboBox7.SelectedIndex); publicva.EEPROM_Byte[checked (num + 6)] = checked ((byte) ComboBox8.SelectedIndex); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) CheckBox侧音, checked (num + 7), publicva.Bit7, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBoxDTMF信令, checked (num + 7), publicva.Bit6, 6); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) CheckBoxDTMF按键锁定, checked (num + 7), publicva.Bit5, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) CheckBoxDTMF自动发码, checked (num + 7), publicva.Bit3, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox9, checked (num + 8), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox10, checked (num + 9), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(CheckBox侧音, checked (num + 7), publicva.Bit7, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBoxDTMF信令, checked (num + 7), publicva.Bit6, 6); + MyProject.Forms.MDIParent1.GetControl_U8_Data(CheckBoxDTMF按键锁定, checked (num + 7), publicva.Bit5, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(CheckBoxDTMF自动发码, checked (num + 7), publicva.Bit3, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox9, checked (num + 8), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox10, checked (num + 9), publicva.AllBit, 0); } private void DtmfForm_FormClosing(object sender, FormClosingEventArgs e) @@ -1271,36 +1271,36 @@ namespace HPG_68D MyProject.Forms.MDIParent1.双音多频DToolStripMenuItem.Checked = true; DataGridView1.RowCount = 16; if (Operators.CompareString(publicva.Language, "zh-CN", false) == 0) - DataGridView1.TopLeftHeaderCell.Value = (object) "序号"; + DataGridView1.TopLeftHeaderCell.Value = "序号"; else - DataGridView1.TopLeftHeaderCell.Value = (object) "CH"; - int num1 = 3888; - ComboBox双音多频速率.SelectedIndex = checked (unchecked ((int) publicva.EEPROM_Byte[checked (num1 + 0)] / 5) - 1); - ComboBox首位数码时间.SelectedIndex = (int) publicva.EEPROM_Byte[checked (num1 + 1)] / 10; - ComboBox首位数码延迟时间.SelectedIndex = checked (unchecked ((int) publicva.EEPROM_Byte[checked (num1 + 2)] / 10) - 1); - ComboBoxEF音.Text = Conversions.ToString(checked ((int) publicva.EEPROM_Byte[num1 + 3] * 10)); - ComboBoxD键设定.SelectedIndex = (int) publicva.EEPROM_Byte[checked (num1 + 4)]; - ComboBox7.SelectedIndex = (int) publicva.EEPROM_Byte[checked (num1 + 5)]; - ComboBox8.SelectedIndex = (int) publicva.EEPROM_Byte[checked (num1 + 6)]; - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) CheckBox侧音, checked (num1 + 7), publicva.Bit7, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBoxDTMF信令, checked (num1 + 7), publicva.Bit6, 6); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) CheckBoxDTMF按键锁定, checked (num1 + 7), publicva.Bit5, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) CheckBoxDTMF自动发码, checked (num1 + 7), publicva.Bit3, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox9, checked (num1 + 8), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox10, checked (num1 + 9), publicva.AllBit, 0); - int address1 = 4032; - TextBox1.Text = Conversions.ToString(GetDTMF_Text(address1, (int) publicva.EEPROM_Byte[checked (address1 + 12)])); - int address2 = 4048; - TextBox2.Text = Conversions.ToString(GetDTMF_Text(address2, (int) publicva.EEPROM_Byte[checked (address2 + 12)])); - int address3 = 4064; - TextBox3.Text = Conversions.ToString(GetDTMF_Text(address3, (int) publicva.EEPROM_Byte[checked (address3 + 12)])); - int address4 = 4080; - TextBox4.Text = Conversions.ToString(GetDTMF_Text(address4, (int) publicva.EEPROM_Byte[checked (address4 + 12)])); - int num2 = 4096; - int rowIndex = 0; + DataGridView1.TopLeftHeaderCell.Value = "CH"; + var num1 = 3888; + ComboBox双音多频速率.SelectedIndex = checked (unchecked (publicva.EEPROM_Byte[checked (num1 + 0)] / 5) - 1); + ComboBox首位数码时间.SelectedIndex = publicva.EEPROM_Byte[checked (num1 + 1)] / 10; + ComboBox首位数码延迟时间.SelectedIndex = checked (unchecked (publicva.EEPROM_Byte[checked (num1 + 2)] / 10) - 1); + ComboBoxEF音.Text = Conversions.ToString(checked (publicva.EEPROM_Byte[num1 + 3] * 10)); + ComboBoxD键设定.SelectedIndex = publicva.EEPROM_Byte[checked (num1 + 4)]; + ComboBox7.SelectedIndex = publicva.EEPROM_Byte[checked (num1 + 5)]; + ComboBox8.SelectedIndex = publicva.EEPROM_Byte[checked (num1 + 6)]; + MyProject.Forms.MDIParent1.SetControl_U8_Data(CheckBox侧音, checked (num1 + 7), publicva.Bit7, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBoxDTMF信令, checked (num1 + 7), publicva.Bit6, 6); + MyProject.Forms.MDIParent1.SetControl_U8_Data(CheckBoxDTMF按键锁定, checked (num1 + 7), publicva.Bit5, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(CheckBoxDTMF自动发码, checked (num1 + 7), publicva.Bit3, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox9, checked (num1 + 8), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox10, checked (num1 + 9), publicva.AllBit, 0); + var address1 = 4032; + TextBox1.Text = Conversions.ToString(GetDTMF_Text(address1, publicva.EEPROM_Byte[checked (address1 + 12)])); + var address2 = 4048; + TextBox2.Text = Conversions.ToString(GetDTMF_Text(address2, publicva.EEPROM_Byte[checked (address2 + 12)])); + var address3 = 4064; + TextBox3.Text = Conversions.ToString(GetDTMF_Text(address3, publicva.EEPROM_Byte[checked (address3 + 12)])); + var address4 = 4080; + TextBox4.Text = Conversions.ToString(GetDTMF_Text(address4, publicva.EEPROM_Byte[checked (address4 + 12)])); + var num2 = 4096; + var rowIndex = 0; do { - DataGridView1["Column0", rowIndex].Value = RuntimeHelpers.GetObjectValue(GetDTMF_Text(checked (num2 + rowIndex * 16), (int) publicva.EEPROM_Byte[checked (num2 + rowIndex * 16 + 12)])); + DataGridView1["Column0", rowIndex].Value = RuntimeHelpers.GetObjectValue(GetDTMF_Text(checked (num2 + rowIndex * 16), publicva.EEPROM_Byte[checked (num2 + rowIndex * 16 + 12)])); checked { ++rowIndex; } } while (rowIndex <= 15); @@ -1308,8 +1308,8 @@ namespace HPG_68D private void DataGridView1_CellEndEdit(object sender, DataGridViewCellEventArgs e) { - int rowIndex = DataGridView1.CurrentCell.RowIndex; - int num = 4096; + var rowIndex = DataGridView1.CurrentCell.RowIndex; + var num = 4096; GetDTMF_Code(checked (num + rowIndex * 16), Conversions.ToString(DataGridView1["Column0", rowIndex].Value)); try { @@ -1318,7 +1318,7 @@ namespace HPG_68D catch (Exception ex) { ProjectData.SetProjectError(ex); - publicva.EEPROM_Byte[checked (num + rowIndex * 16 + 12)] = (byte) 0; + publicva.EEPROM_Byte[checked (num + rowIndex * 16 + 12)] = 0; ProjectData.ClearProjectError(); } } @@ -1329,7 +1329,7 @@ namespace HPG_68D { if (DataGridView1.CurrentCell.ColumnIndex != DataGridView1["Column0", 0].ColumnIndex) return; - DataGridViewTextBoxEditingControl boxEditingControl = new DataGridViewTextBoxEditingControl(); + var boxEditingControl = new DataGridViewTextBoxEditingControl(); boxEditingControl = (DataGridViewTextBoxEditingControl) e.Control; e.Control.KeyPress += Cells_KeyPress; } @@ -1348,22 +1348,22 @@ namespace HPG_68D private void DataGridView1_RowPostPaint(object sender, DataGridViewRowPostPaintEventArgs e) { - Brush brush = (Brush) new SolidBrush(DataGridView1.RowHeadersDefaultCellStyle.ForeColor); - e.Graphics.DrawString(checked (e.RowIndex + 1).ToString(), DataGridView1.DefaultCellStyle.Font, brush, (float) checked (e.RowBounds.Location.X + 35), (float) checked (e.RowBounds.Location.Y + 5)); + var brush = (Brush) new SolidBrush(DataGridView1.RowHeadersDefaultCellStyle.ForeColor); + e.Graphics.DrawString(checked (e.RowIndex + 1).ToString(), DataGridView1.DefaultCellStyle.Font, brush, checked (e.RowBounds.Location.X + 35), checked (e.RowBounds.Location.Y + 5)); } public object GetDTMF_Text(int address, int Sum) { - string str1 = ""; - int num = 0; + var str1 = ""; + var num = 0; do { - string str2 = BitConverter.ToString(publicva.EEPROM_Byte, checked (num + address), 1).Replace("E", "*").Replace("F", "#"); + var str2 = BitConverter.ToString(publicva.EEPROM_Byte, checked (num + address), 1).Replace("E", "*").Replace("F", "#"); str1 += str2; checked { ++num; } } while (num <= 23); - return (object) Strings.RTrim(str1.Substring(0, Sum)); + return Strings.RTrim(str1.Substring(0, Sum)); } public void GetDTMF_Code(int address, string text) @@ -1371,10 +1371,10 @@ namespace HPG_68D text = text.PadRight(24, 'F'); text = text.Replace("*", "E"); text = text.Replace("#", "F"); - int num = 0; + var num = 0; do { - string str = text.Substring(checked (num * 2), 2); + var str = text.Substring(checked (num * 2), 2); publicva.EEPROM_Byte[checked (address + num)] = Conversions.ToByte("&h" + str); checked { ++num; } } @@ -1397,7 +1397,7 @@ namespace HPG_68D private void TextBox1_LostFocus(object sender, EventArgs e) { - int address = 4032; + var address = 4032; GetDTMF_Code(address, TextBox1.Text); publicva.EEPROM_Byte[checked (address + 12)] = checked ((byte) TextBox1.Text.ToString().Length); } @@ -1416,7 +1416,7 @@ namespace HPG_68D private void TextBox2_TextChanged(object sender, EventArgs e) { - int address = 4048; + var address = 4048; GetDTMF_Code(address, TextBox2.Text); publicva.EEPROM_Byte[checked (address + 12)] = checked ((byte) TextBox2.Text.ToString().Length); } @@ -1435,7 +1435,7 @@ namespace HPG_68D private void TextBox3_TextChanged(object sender, EventArgs e) { - int address = 4064; + var address = 4064; GetDTMF_Code(address, TextBox3.Text); publicva.EEPROM_Byte[checked (address + 12)] = checked ((byte) TextBox3.Text.ToString().Length); } @@ -1454,7 +1454,7 @@ namespace HPG_68D private void TextBox4_TextChanged(object sender, EventArgs e) { - int address = 4080; + var address = 4080; GetDTMF_Code(address, TextBox4.Text); publicva.EEPROM_Byte[checked (address + 12)] = checked ((byte) TextBox4.Text.ToString().Length); } diff --git a/HPG-68D/InputPasswordForm.cs b/HPG-68D/InputPasswordForm.cs index 2c57bb4..50a4dc1 100644 --- a/HPG-68D/InputPasswordForm.cs +++ b/HPG-68D/InputPasswordForm.cs @@ -42,7 +42,7 @@ namespace HPG_68D { FormClosing += InputPasswordForm_FormClosing; Load += InputPasswordForm_Load; - __ENCList.Add((object) new WeakReference((object) this)); + __ENCList.Add(new WeakReference(this)); InitializeComponent(); } @@ -57,46 +57,46 @@ namespace HPG_68D [DebuggerStepThrough] private void InitializeComponent() { - ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof (InputPasswordForm)); + var componentResourceManager = new ComponentResourceManager(typeof (InputPasswordForm)); OK_Button = new Button(); Cancel_Button = new Button(); Label1 = new Label(); TextBox1 = new TextBox(); SuspendLayout(); - OK_Button.AccessibleDescription = (string) null; - OK_Button.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) OK_Button, "OK_Button"); - OK_Button.BackgroundImage = (Image) null; - OK_Button.Font = (Font) null; + OK_Button.AccessibleDescription = null; + OK_Button.AccessibleName = null; + componentResourceManager.ApplyResources(OK_Button, "OK_Button"); + OK_Button.BackgroundImage = null; + OK_Button.Font = null; OK_Button.Name = "OK_Button"; - Cancel_Button.AccessibleDescription = (string) null; - Cancel_Button.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Cancel_Button, "Cancel_Button"); - Cancel_Button.BackgroundImage = (Image) null; + Cancel_Button.AccessibleDescription = null; + Cancel_Button.AccessibleName = null; + componentResourceManager.ApplyResources(Cancel_Button, "Cancel_Button"); + Cancel_Button.BackgroundImage = null; Cancel_Button.DialogResult = DialogResult.Cancel; - Cancel_Button.Font = (Font) null; + Cancel_Button.Font = null; Cancel_Button.Name = "Cancel_Button"; - Label1.AccessibleDescription = (string) null; - Label1.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label1, "Label1"); - Label1.Font = (Font) null; + Label1.AccessibleDescription = null; + Label1.AccessibleName = null; + componentResourceManager.ApplyResources(Label1, "Label1"); + Label1.Font = null; Label1.Name = "Label1"; - TextBox1.AccessibleDescription = (string) null; - TextBox1.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) TextBox1, "TextBox1"); - TextBox1.BackgroundImage = (Image) null; - TextBox1.Font = (Font) null; + TextBox1.AccessibleDescription = null; + TextBox1.AccessibleName = null; + componentResourceManager.ApplyResources(TextBox1, "TextBox1"); + TextBox1.BackgroundImage = null; + TextBox1.Font = null; TextBox1.Name = "TextBox1"; - AccessibleDescription = (string) null; - AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) this, "$this"); + AccessibleDescription = null; + AccessibleName = null; + componentResourceManager.ApplyResources(this, "$this"); AutoScaleMode = AutoScaleMode.Font; - BackgroundImage = (Image) null; - Controls.Add((Control) Cancel_Button); - Controls.Add((Control) OK_Button); - Controls.Add((Control) TextBox1); - Controls.Add((Control) Label1); - Font = (Font) null; + BackgroundImage = null; + Controls.Add(Cancel_Button); + Controls.Add(OK_Button); + Controls.Add(TextBox1); + Controls.Add(Label1); + Font = null; FormBorderStyle = FormBorderStyle.FixedDialog; MaximizeBox = false; MinimizeBox = false; @@ -154,12 +154,12 @@ namespace HPG_68D publicva.Rw_PasswordStr = TextBox1.Text; publicva.MSCommStatus = 2U; publicva.ReceivedCount = 5U; - publicva.SendDataBuf[0] = (byte) 2; - publicva.SendDataBuf[1] = (byte) 35; - publicva.SendDataBuf[2] = (byte) 227; - publicva.SendDataBuf[3] = (byte) 248; + publicva.SendDataBuf[0] = 2; + publicva.SendDataBuf[1] = 35; + publicva.SendDataBuf[2] = 227; + publicva.SendDataBuf[3] = 248; Encoding.ASCII.GetBytes(publicva.Rw_PasswordStr.PadRight(16), 0, 16, publicva.SendDataBuf, 4); - publicva.SendDataBuf[20] = (byte) 3; + publicva.SendDataBuf[20] = 3; MyProject.Forms.MDIParent1.SerialPort1.Write(publicva.SendDataBuf, 0, 21); MyProject.Forms.MDIParent1.Timer1.Enabled = true; Close(); diff --git a/HPG-68D/LanguageHelper.cs b/HPG-68D/LanguageHelper.cs index fe2f5f3..554b0f9 100644 --- a/HPG-68D/LanguageHelper.cs +++ b/HPG-68D/LanguageHelper.cs @@ -31,9 +31,9 @@ namespace HPG_68D { Thread.CurrentThread.CurrentUICulture = CultureInfo.GetCultureInfo(languageName); Thread.CurrentThread.CurrentCulture = CultureInfo.GetCultureInfo(languageName); - ComponentResourceManager res = new ComponentResourceManager(frm.GetType()); - res.ApplyResources((object) frm, "$this"); - ApplyResouce((Control) frm, res); + var res = new ComponentResourceManager(frm.GetType()); + res.ApplyResources(frm, "$this"); + ApplyResouce(frm, res); flag = true; } catch (Exception ex) @@ -51,7 +51,7 @@ namespace HPG_68D { foreach (Control control1 in control.Controls) { - res.ApplyResources((object) control1, control1.Name); + res.ApplyResources(control1, control1.Name); if (control1 is TabControl) ApplyResouce((TabControl) control1, res); if (control1 is DataGridView) @@ -74,7 +74,7 @@ namespace HPG_68D return; try { - foreach (ToolStripItem toolStripItem in (ArrangedElementCollection) toolstrip.Items) + foreach (ToolStripItem toolStripItem in toolstrip.Items) ApplyResouce(toolStripItem, resources); } finally @@ -85,15 +85,15 @@ namespace HPG_68D private static void ApplyResouce(ToolStripItem item, ComponentResourceManager resources) { - resources.ApplyResources((object) item, item.Name); + resources.ApplyResources(item, item.Name); if (!item.GetType().IsSubclassOf(typeof (ToolStripDropDownItem))) return; - ToolStripDropDownItem stripDropDownItem = (ToolStripDropDownItem) item; + var stripDropDownItem = (ToolStripDropDownItem) item; if (stripDropDownItem.DropDownItems.Count > 0) { try { - foreach (ToolStripItem dropDownItem in (ArrangedElementCollection) stripDropDownItem.DropDownItems) + foreach (ToolStripItem dropDownItem in stripDropDownItem.DropDownItems) ApplyResouce(dropDownItem, resources); } finally @@ -108,7 +108,7 @@ namespace HPG_68D return; try { - foreach (DataGridViewColumn column in (BaseCollection) datagridview.Columns) + foreach (DataGridViewColumn column in datagridview.Columns) ApplyResouce(column, resources); } finally @@ -118,18 +118,18 @@ namespace HPG_68D private static void ApplyResouce(DataGridViewColumn item, ComponentResourceManager resources) { - resources.ApplyResources((object) item, item.Name); + resources.ApplyResources(item, item.Name); } private static void ApplyResouce(ComboBox combobox, ComponentResourceManager resources) { if (combobox.Items.Count <= 0) return; - int num = checked (combobox.Items.Count - 1); - int index = 0; + var num = checked (combobox.Items.Count - 1); + var index = 0; while (index <= num) { - combobox.Items[index] = index == 0 ? (object) resources.GetString(combobox.Name + ".Items") : (object) resources.GetString(combobox.Name + ".Items" + Conversions.ToString(index)); + combobox.Items[index] = index == 0 ? resources.GetString(combobox.Name + ".Items") : (object) resources.GetString(combobox.Name + ".Items" + Conversions.ToString(index)); checked { ++index; } } } @@ -138,7 +138,7 @@ namespace HPG_68D { if (tabcontrol.TabCount <= 0) return; - resources.ApplyResources((object) tabcontrol, tabcontrol.Name); + resources.ApplyResources(tabcontrol, tabcontrol.Name); try { foreach (TabPage tabPage in tabcontrol.TabPages) @@ -151,7 +151,7 @@ namespace HPG_68D private static void ApplyResouce(TabPage item, ComponentResourceManager resources) { - resources.ApplyResources((object) item, item.Name); + resources.ApplyResources(item, item.Name); } } } diff --git a/HPG-68D/MDIParent1.cs b/HPG-68D/MDIParent1.cs index 16b22b8..052c58b 100644 --- a/HPG-68D/MDIParent1.cs +++ b/HPG-68D/MDIParent1.cs @@ -220,7 +220,7 @@ namespace HPG_68D public MDIParent1() { Load += MDIParent1_Load; - __ENCList.Add((object) new WeakReference((object) this)); + __ENCList.Add(new WeakReference(this)); m_ChildFormNumber = 0; InitializeComponent(); } @@ -236,8 +236,8 @@ namespace HPG_68D [DebuggerStepThrough] private void InitializeComponent() { - components = (IContainer) new Container(); - ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof (MDIParent1)); + components = new Container(); + var componentResourceManager = new ComponentResourceManager(typeof (MDIParent1)); MenuStrip = new MenuStrip(); FileMenu = new ToolStripMenuItem(); NewToolStripMenuItem = new ToolStripMenuItem(); @@ -335,676 +335,676 @@ namespace HPG_68D StatusStrip.SuspendLayout(); Panel1.SuspendLayout(); SuspendLayout(); - MenuStrip.AccessibleDescription = (string) null; - MenuStrip.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) MenuStrip, "MenuStrip"); - MenuStrip.BackgroundImage = (Image) null; - MenuStrip.Font = (Font) null; + MenuStrip.AccessibleDescription = null; + MenuStrip.AccessibleName = null; + componentResourceManager.ApplyResources(MenuStrip, "MenuStrip"); + MenuStrip.BackgroundImage = null; + MenuStrip.Font = null; MenuStrip.Items.AddRange(new ToolStripItem[10] { - (ToolStripItem) FileMenu, - (ToolStripItem) TypeMenu, - (ToolStripItem) EditMenuList, - (ToolStripItem) ProgrammeMenu, - (ToolStripItem) SetMenu, - (ToolStripItem) ViewMenu, - (ToolStripItem) WindowsMenu, - (ToolStripItem) HelpMenu, - (ToolStripItem) EditMenu, - (ToolStripItem) ToolsMenu + FileMenu, + TypeMenu, + EditMenuList, + ProgrammeMenu, + SetMenu, + ViewMenu, + WindowsMenu, + HelpMenu, + EditMenu, + ToolsMenu }); MenuStrip.MdiWindowListItem = WindowsMenu; MenuStrip.Name = "MenuStrip"; - ToolTip.SetToolTip((Control) MenuStrip, componentResourceManager.GetString("MenuStrip.ToolTip")); - FileMenu.AccessibleDescription = (string) null; - FileMenu.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) FileMenu, "FileMenu"); - FileMenu.BackgroundImage = (Image) null; + ToolTip.SetToolTip(MenuStrip, componentResourceManager.GetString("MenuStrip.ToolTip")); + FileMenu.AccessibleDescription = null; + FileMenu.AccessibleName = null; + componentResourceManager.ApplyResources(FileMenu, "FileMenu"); + FileMenu.BackgroundImage = null; FileMenu.DropDownItems.AddRange(new ToolStripItem[11] { - (ToolStripItem) NewToolStripMenuItem, - (ToolStripItem) OpenToolStripMenuItem, - (ToolStripItem) ToolStripSeparator3, - (ToolStripItem) SaveToolStripMenuItem, - (ToolStripItem) SaveAsToolStripMenuItem, - (ToolStripItem) ToolStripSeparator4, - (ToolStripItem) PrintToolStripMenuItem, - (ToolStripItem) PrintPreviewToolStripMenuItem, - (ToolStripItem) PrintSetupToolStripMenuItem, - (ToolStripItem) ToolStripSeparator5, - (ToolStripItem) ExitToolStripMenuItem + NewToolStripMenuItem, + OpenToolStripMenuItem, + ToolStripSeparator3, + SaveToolStripMenuItem, + SaveAsToolStripMenuItem, + ToolStripSeparator4, + PrintToolStripMenuItem, + PrintPreviewToolStripMenuItem, + PrintSetupToolStripMenuItem, + ToolStripSeparator5, + ExitToolStripMenuItem }); FileMenu.Name = "FileMenu"; - FileMenu.ShortcutKeyDisplayString = (string) null; - NewToolStripMenuItem.AccessibleDescription = (string) null; - NewToolStripMenuItem.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) NewToolStripMenuItem, "NewToolStripMenuItem"); - NewToolStripMenuItem.BackgroundImage = (Image) null; + FileMenu.ShortcutKeyDisplayString = null; + NewToolStripMenuItem.AccessibleDescription = null; + NewToolStripMenuItem.AccessibleName = null; + componentResourceManager.ApplyResources(NewToolStripMenuItem, "NewToolStripMenuItem"); + NewToolStripMenuItem.BackgroundImage = null; NewToolStripMenuItem.Name = "NewToolStripMenuItem"; - NewToolStripMenuItem.ShortcutKeyDisplayString = (string) null; - OpenToolStripMenuItem.AccessibleDescription = (string) null; - OpenToolStripMenuItem.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) OpenToolStripMenuItem, "OpenToolStripMenuItem"); - OpenToolStripMenuItem.BackgroundImage = (Image) null; + NewToolStripMenuItem.ShortcutKeyDisplayString = null; + OpenToolStripMenuItem.AccessibleDescription = null; + OpenToolStripMenuItem.AccessibleName = null; + componentResourceManager.ApplyResources(OpenToolStripMenuItem, "OpenToolStripMenuItem"); + OpenToolStripMenuItem.BackgroundImage = null; OpenToolStripMenuItem.Name = "OpenToolStripMenuItem"; - OpenToolStripMenuItem.ShortcutKeyDisplayString = (string) null; - ToolStripSeparator3.AccessibleDescription = (string) null; - ToolStripSeparator3.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ToolStripSeparator3, "ToolStripSeparator3"); + OpenToolStripMenuItem.ShortcutKeyDisplayString = null; + ToolStripSeparator3.AccessibleDescription = null; + ToolStripSeparator3.AccessibleName = null; + componentResourceManager.ApplyResources(ToolStripSeparator3, "ToolStripSeparator3"); ToolStripSeparator3.Name = "ToolStripSeparator3"; - SaveToolStripMenuItem.AccessibleDescription = (string) null; - SaveToolStripMenuItem.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) SaveToolStripMenuItem, "SaveToolStripMenuItem"); - SaveToolStripMenuItem.BackgroundImage = (Image) null; + SaveToolStripMenuItem.AccessibleDescription = null; + SaveToolStripMenuItem.AccessibleName = null; + componentResourceManager.ApplyResources(SaveToolStripMenuItem, "SaveToolStripMenuItem"); + SaveToolStripMenuItem.BackgroundImage = null; SaveToolStripMenuItem.Name = "SaveToolStripMenuItem"; - SaveToolStripMenuItem.ShortcutKeyDisplayString = (string) null; - SaveAsToolStripMenuItem.AccessibleDescription = (string) null; - SaveAsToolStripMenuItem.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) SaveAsToolStripMenuItem, "SaveAsToolStripMenuItem"); - SaveAsToolStripMenuItem.BackgroundImage = (Image) null; + SaveToolStripMenuItem.ShortcutKeyDisplayString = null; + SaveAsToolStripMenuItem.AccessibleDescription = null; + SaveAsToolStripMenuItem.AccessibleName = null; + componentResourceManager.ApplyResources(SaveAsToolStripMenuItem, "SaveAsToolStripMenuItem"); + SaveAsToolStripMenuItem.BackgroundImage = null; SaveAsToolStripMenuItem.Name = "SaveAsToolStripMenuItem"; - SaveAsToolStripMenuItem.ShortcutKeyDisplayString = (string) null; - ToolStripSeparator4.AccessibleDescription = (string) null; - ToolStripSeparator4.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ToolStripSeparator4, "ToolStripSeparator4"); + SaveAsToolStripMenuItem.ShortcutKeyDisplayString = null; + ToolStripSeparator4.AccessibleDescription = null; + ToolStripSeparator4.AccessibleName = null; + componentResourceManager.ApplyResources(ToolStripSeparator4, "ToolStripSeparator4"); ToolStripSeparator4.Name = "ToolStripSeparator4"; - PrintToolStripMenuItem.AccessibleDescription = (string) null; - PrintToolStripMenuItem.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) PrintToolStripMenuItem, "PrintToolStripMenuItem"); - PrintToolStripMenuItem.BackgroundImage = (Image) null; + PrintToolStripMenuItem.AccessibleDescription = null; + PrintToolStripMenuItem.AccessibleName = null; + componentResourceManager.ApplyResources(PrintToolStripMenuItem, "PrintToolStripMenuItem"); + PrintToolStripMenuItem.BackgroundImage = null; PrintToolStripMenuItem.Name = "PrintToolStripMenuItem"; - PrintToolStripMenuItem.ShortcutKeyDisplayString = (string) null; - PrintPreviewToolStripMenuItem.AccessibleDescription = (string) null; - PrintPreviewToolStripMenuItem.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) PrintPreviewToolStripMenuItem, "PrintPreviewToolStripMenuItem"); - PrintPreviewToolStripMenuItem.BackgroundImage = (Image) null; + PrintToolStripMenuItem.ShortcutKeyDisplayString = null; + PrintPreviewToolStripMenuItem.AccessibleDescription = null; + PrintPreviewToolStripMenuItem.AccessibleName = null; + componentResourceManager.ApplyResources(PrintPreviewToolStripMenuItem, "PrintPreviewToolStripMenuItem"); + PrintPreviewToolStripMenuItem.BackgroundImage = null; PrintPreviewToolStripMenuItem.Name = "PrintPreviewToolStripMenuItem"; - PrintPreviewToolStripMenuItem.ShortcutKeyDisplayString = (string) null; - PrintSetupToolStripMenuItem.AccessibleDescription = (string) null; - PrintSetupToolStripMenuItem.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) PrintSetupToolStripMenuItem, "PrintSetupToolStripMenuItem"); - PrintSetupToolStripMenuItem.BackgroundImage = (Image) null; + PrintPreviewToolStripMenuItem.ShortcutKeyDisplayString = null; + PrintSetupToolStripMenuItem.AccessibleDescription = null; + PrintSetupToolStripMenuItem.AccessibleName = null; + componentResourceManager.ApplyResources(PrintSetupToolStripMenuItem, "PrintSetupToolStripMenuItem"); + PrintSetupToolStripMenuItem.BackgroundImage = null; PrintSetupToolStripMenuItem.Name = "PrintSetupToolStripMenuItem"; - PrintSetupToolStripMenuItem.ShortcutKeyDisplayString = (string) null; - ToolStripSeparator5.AccessibleDescription = (string) null; - ToolStripSeparator5.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ToolStripSeparator5, "ToolStripSeparator5"); + PrintSetupToolStripMenuItem.ShortcutKeyDisplayString = null; + ToolStripSeparator5.AccessibleDescription = null; + ToolStripSeparator5.AccessibleName = null; + componentResourceManager.ApplyResources(ToolStripSeparator5, "ToolStripSeparator5"); ToolStripSeparator5.Name = "ToolStripSeparator5"; - ExitToolStripMenuItem.AccessibleDescription = (string) null; - ExitToolStripMenuItem.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ExitToolStripMenuItem, "ExitToolStripMenuItem"); - ExitToolStripMenuItem.BackgroundImage = (Image) null; + ExitToolStripMenuItem.AccessibleDescription = null; + ExitToolStripMenuItem.AccessibleName = null; + componentResourceManager.ApplyResources(ExitToolStripMenuItem, "ExitToolStripMenuItem"); + ExitToolStripMenuItem.BackgroundImage = null; ExitToolStripMenuItem.Name = "ExitToolStripMenuItem"; - ExitToolStripMenuItem.ShortcutKeyDisplayString = (string) null; - TypeMenu.AccessibleDescription = (string) null; - TypeMenu.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) TypeMenu, "TypeMenu"); - TypeMenu.BackgroundImage = (Image) null; + ExitToolStripMenuItem.ShortcutKeyDisplayString = null; + TypeMenu.AccessibleDescription = null; + TypeMenu.AccessibleName = null; + componentResourceManager.ApplyResources(TypeMenu, "TypeMenu"); + TypeMenu.BackgroundImage = null; TypeMenu.DropDownItems.AddRange(new ToolStripItem[1] { - (ToolStripItem) 机型信息MToolStripMenuItem + 机型信息MToolStripMenuItem }); TypeMenu.Name = "TypeMenu"; - TypeMenu.ShortcutKeyDisplayString = (string) null; - 机型信息MToolStripMenuItem.AccessibleDescription = (string) null; - 机型信息MToolStripMenuItem.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) 机型信息MToolStripMenuItem, "机型信息MToolStripMenuItem"); - 机型信息MToolStripMenuItem.BackgroundImage = (Image) null; + TypeMenu.ShortcutKeyDisplayString = null; + 机型信息MToolStripMenuItem.AccessibleDescription = null; + 机型信息MToolStripMenuItem.AccessibleName = null; + componentResourceManager.ApplyResources(机型信息MToolStripMenuItem, "机型信息MToolStripMenuItem"); + 机型信息MToolStripMenuItem.BackgroundImage = null; 机型信息MToolStripMenuItem.Name = "机型信息MToolStripMenuItem"; - 机型信息MToolStripMenuItem.ShortcutKeyDisplayString = (string) null; - EditMenuList.AccessibleDescription = (string) null; - EditMenuList.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) EditMenuList, "EditMenuList"); - EditMenuList.BackgroundImage = (Image) null; + 机型信息MToolStripMenuItem.ShortcutKeyDisplayString = null; + EditMenuList.AccessibleDescription = null; + EditMenuList.AccessibleName = null; + componentResourceManager.ApplyResources(EditMenuList, "EditMenuList"); + EditMenuList.BackgroundImage = null; EditMenuList.DropDownItems.AddRange(new ToolStripItem[16] { - (ToolStripItem) 信道信息CToolStripMenuItem, - (ToolStripItem) ToolStripSeparator9, - (ToolStripItem) 整机信息OToolStripMenuItem, - (ToolStripItem) 扫描信息SToolStripMenuItem, - (ToolStripItem) 提示音AToolStripMenuItem, - (ToolStripItem) ToolStripSeparator10, - (ToolStripItem) 双音多频DToolStripMenuItem, - (ToolStripItem) 两音TToolStripMenuItem, - (ToolStripItem) 五音FToolStripMenuItem, - (ToolStripItem) ToolStripSeparator11, - (ToolStripItem) 紧急报警信息EToolStripMenuItem, - (ToolStripItem) ToolStripSeparator15, - (ToolStripItem) 收音机存储信道JToolStripMenuItem, - (ToolStripItem) ToolStripSeparator12, - (ToolStripItem) 嵌入信息IToolStripMenuItem, - (ToolStripItem) 对讲机信息RToolStripMenuItem + 信道信息CToolStripMenuItem, + ToolStripSeparator9, + 整机信息OToolStripMenuItem, + 扫描信息SToolStripMenuItem, + 提示音AToolStripMenuItem, + ToolStripSeparator10, + 双音多频DToolStripMenuItem, + 两音TToolStripMenuItem, + 五音FToolStripMenuItem, + ToolStripSeparator11, + 紧急报警信息EToolStripMenuItem, + ToolStripSeparator15, + 收音机存储信道JToolStripMenuItem, + ToolStripSeparator12, + 嵌入信息IToolStripMenuItem, + 对讲机信息RToolStripMenuItem }); EditMenuList.Name = "EditMenuList"; - EditMenuList.ShortcutKeyDisplayString = (string) null; - 信道信息CToolStripMenuItem.AccessibleDescription = (string) null; - 信道信息CToolStripMenuItem.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) 信道信息CToolStripMenuItem, "信道信息CToolStripMenuItem"); - 信道信息CToolStripMenuItem.BackgroundImage = (Image) null; + EditMenuList.ShortcutKeyDisplayString = null; + 信道信息CToolStripMenuItem.AccessibleDescription = null; + 信道信息CToolStripMenuItem.AccessibleName = null; + componentResourceManager.ApplyResources(信道信息CToolStripMenuItem, "信道信息CToolStripMenuItem"); + 信道信息CToolStripMenuItem.BackgroundImage = null; 信道信息CToolStripMenuItem.Checked = true; 信道信息CToolStripMenuItem.CheckState = CheckState.Checked; 信道信息CToolStripMenuItem.Name = "信道信息CToolStripMenuItem"; - 信道信息CToolStripMenuItem.ShortcutKeyDisplayString = (string) null; - ToolStripSeparator9.AccessibleDescription = (string) null; - ToolStripSeparator9.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ToolStripSeparator9, "ToolStripSeparator9"); + 信道信息CToolStripMenuItem.ShortcutKeyDisplayString = null; + ToolStripSeparator9.AccessibleDescription = null; + ToolStripSeparator9.AccessibleName = null; + componentResourceManager.ApplyResources(ToolStripSeparator9, "ToolStripSeparator9"); ToolStripSeparator9.Name = "ToolStripSeparator9"; - 整机信息OToolStripMenuItem.AccessibleDescription = (string) null; - 整机信息OToolStripMenuItem.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) 整机信息OToolStripMenuItem, "整机信息OToolStripMenuItem"); - 整机信息OToolStripMenuItem.BackgroundImage = (Image) null; + 整机信息OToolStripMenuItem.AccessibleDescription = null; + 整机信息OToolStripMenuItem.AccessibleName = null; + componentResourceManager.ApplyResources(整机信息OToolStripMenuItem, "整机信息OToolStripMenuItem"); + 整机信息OToolStripMenuItem.BackgroundImage = null; 整机信息OToolStripMenuItem.Name = "整机信息OToolStripMenuItem"; - 整机信息OToolStripMenuItem.ShortcutKeyDisplayString = (string) null; - 扫描信息SToolStripMenuItem.AccessibleDescription = (string) null; - 扫描信息SToolStripMenuItem.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) 扫描信息SToolStripMenuItem, "扫描信息SToolStripMenuItem"); - 扫描信息SToolStripMenuItem.BackgroundImage = (Image) null; + 整机信息OToolStripMenuItem.ShortcutKeyDisplayString = null; + 扫描信息SToolStripMenuItem.AccessibleDescription = null; + 扫描信息SToolStripMenuItem.AccessibleName = null; + componentResourceManager.ApplyResources(扫描信息SToolStripMenuItem, "扫描信息SToolStripMenuItem"); + 扫描信息SToolStripMenuItem.BackgroundImage = null; 扫描信息SToolStripMenuItem.Name = "扫描信息SToolStripMenuItem"; - 扫描信息SToolStripMenuItem.ShortcutKeyDisplayString = (string) null; - 提示音AToolStripMenuItem.AccessibleDescription = (string) null; - 提示音AToolStripMenuItem.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) 提示音AToolStripMenuItem, "提示音AToolStripMenuItem"); - 提示音AToolStripMenuItem.BackgroundImage = (Image) null; + 扫描信息SToolStripMenuItem.ShortcutKeyDisplayString = null; + 提示音AToolStripMenuItem.AccessibleDescription = null; + 提示音AToolStripMenuItem.AccessibleName = null; + componentResourceManager.ApplyResources(提示音AToolStripMenuItem, "提示音AToolStripMenuItem"); + 提示音AToolStripMenuItem.BackgroundImage = null; 提示音AToolStripMenuItem.Name = "提示音AToolStripMenuItem"; - 提示音AToolStripMenuItem.ShortcutKeyDisplayString = (string) null; - ToolStripSeparator10.AccessibleDescription = (string) null; - ToolStripSeparator10.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ToolStripSeparator10, "ToolStripSeparator10"); + 提示音AToolStripMenuItem.ShortcutKeyDisplayString = null; + ToolStripSeparator10.AccessibleDescription = null; + ToolStripSeparator10.AccessibleName = null; + componentResourceManager.ApplyResources(ToolStripSeparator10, "ToolStripSeparator10"); ToolStripSeparator10.Name = "ToolStripSeparator10"; - 双音多频DToolStripMenuItem.AccessibleDescription = (string) null; - 双音多频DToolStripMenuItem.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) 双音多频DToolStripMenuItem, "双音多频DToolStripMenuItem"); - 双音多频DToolStripMenuItem.BackgroundImage = (Image) null; + 双音多频DToolStripMenuItem.AccessibleDescription = null; + 双音多频DToolStripMenuItem.AccessibleName = null; + componentResourceManager.ApplyResources(双音多频DToolStripMenuItem, "双音多频DToolStripMenuItem"); + 双音多频DToolStripMenuItem.BackgroundImage = null; 双音多频DToolStripMenuItem.Name = "双音多频DToolStripMenuItem"; - 双音多频DToolStripMenuItem.ShortcutKeyDisplayString = (string) null; - 两音TToolStripMenuItem.AccessibleDescription = (string) null; - 两音TToolStripMenuItem.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) 两音TToolStripMenuItem, "两音TToolStripMenuItem"); - 两音TToolStripMenuItem.BackgroundImage = (Image) null; + 双音多频DToolStripMenuItem.ShortcutKeyDisplayString = null; + 两音TToolStripMenuItem.AccessibleDescription = null; + 两音TToolStripMenuItem.AccessibleName = null; + componentResourceManager.ApplyResources(两音TToolStripMenuItem, "两音TToolStripMenuItem"); + 两音TToolStripMenuItem.BackgroundImage = null; 两音TToolStripMenuItem.Name = "两音TToolStripMenuItem"; - 两音TToolStripMenuItem.ShortcutKeyDisplayString = (string) null; - 五音FToolStripMenuItem.AccessibleDescription = (string) null; - 五音FToolStripMenuItem.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) 五音FToolStripMenuItem, "五音FToolStripMenuItem"); - 五音FToolStripMenuItem.BackgroundImage = (Image) null; + 两音TToolStripMenuItem.ShortcutKeyDisplayString = null; + 五音FToolStripMenuItem.AccessibleDescription = null; + 五音FToolStripMenuItem.AccessibleName = null; + componentResourceManager.ApplyResources(五音FToolStripMenuItem, "五音FToolStripMenuItem"); + 五音FToolStripMenuItem.BackgroundImage = null; 五音FToolStripMenuItem.Name = "五音FToolStripMenuItem"; - 五音FToolStripMenuItem.ShortcutKeyDisplayString = (string) null; - ToolStripSeparator11.AccessibleDescription = (string) null; - ToolStripSeparator11.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ToolStripSeparator11, "ToolStripSeparator11"); + 五音FToolStripMenuItem.ShortcutKeyDisplayString = null; + ToolStripSeparator11.AccessibleDescription = null; + ToolStripSeparator11.AccessibleName = null; + componentResourceManager.ApplyResources(ToolStripSeparator11, "ToolStripSeparator11"); ToolStripSeparator11.Name = "ToolStripSeparator11"; - 紧急报警信息EToolStripMenuItem.AccessibleDescription = (string) null; - 紧急报警信息EToolStripMenuItem.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) 紧急报警信息EToolStripMenuItem, "紧急报警信息EToolStripMenuItem"); - 紧急报警信息EToolStripMenuItem.BackgroundImage = (Image) null; + 紧急报警信息EToolStripMenuItem.AccessibleDescription = null; + 紧急报警信息EToolStripMenuItem.AccessibleName = null; + componentResourceManager.ApplyResources(紧急报警信息EToolStripMenuItem, "紧急报警信息EToolStripMenuItem"); + 紧急报警信息EToolStripMenuItem.BackgroundImage = null; 紧急报警信息EToolStripMenuItem.Name = "紧急报警信息EToolStripMenuItem"; - 紧急报警信息EToolStripMenuItem.ShortcutKeyDisplayString = (string) null; - ToolStripSeparator15.AccessibleDescription = (string) null; - ToolStripSeparator15.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ToolStripSeparator15, "ToolStripSeparator15"); + 紧急报警信息EToolStripMenuItem.ShortcutKeyDisplayString = null; + ToolStripSeparator15.AccessibleDescription = null; + ToolStripSeparator15.AccessibleName = null; + componentResourceManager.ApplyResources(ToolStripSeparator15, "ToolStripSeparator15"); ToolStripSeparator15.Name = "ToolStripSeparator15"; - 收音机存储信道JToolStripMenuItem.AccessibleDescription = (string) null; - 收音机存储信道JToolStripMenuItem.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) 收音机存储信道JToolStripMenuItem, "收音机存储信道JToolStripMenuItem"); - 收音机存储信道JToolStripMenuItem.BackgroundImage = (Image) null; + 收音机存储信道JToolStripMenuItem.AccessibleDescription = null; + 收音机存储信道JToolStripMenuItem.AccessibleName = null; + componentResourceManager.ApplyResources(收音机存储信道JToolStripMenuItem, "收音机存储信道JToolStripMenuItem"); + 收音机存储信道JToolStripMenuItem.BackgroundImage = null; 收音机存储信道JToolStripMenuItem.Name = "收音机存储信道JToolStripMenuItem"; - 收音机存储信道JToolStripMenuItem.ShortcutKeyDisplayString = (string) null; - ToolStripSeparator12.AccessibleDescription = (string) null; - ToolStripSeparator12.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ToolStripSeparator12, "ToolStripSeparator12"); + 收音机存储信道JToolStripMenuItem.ShortcutKeyDisplayString = null; + ToolStripSeparator12.AccessibleDescription = null; + ToolStripSeparator12.AccessibleName = null; + componentResourceManager.ApplyResources(ToolStripSeparator12, "ToolStripSeparator12"); ToolStripSeparator12.Name = "ToolStripSeparator12"; - 嵌入信息IToolStripMenuItem.AccessibleDescription = (string) null; - 嵌入信息IToolStripMenuItem.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) 嵌入信息IToolStripMenuItem, "嵌入信息IToolStripMenuItem"); - 嵌入信息IToolStripMenuItem.BackgroundImage = (Image) null; + 嵌入信息IToolStripMenuItem.AccessibleDescription = null; + 嵌入信息IToolStripMenuItem.AccessibleName = null; + componentResourceManager.ApplyResources(嵌入信息IToolStripMenuItem, "嵌入信息IToolStripMenuItem"); + 嵌入信息IToolStripMenuItem.BackgroundImage = null; 嵌入信息IToolStripMenuItem.Name = "嵌入信息IToolStripMenuItem"; - 嵌入信息IToolStripMenuItem.ShortcutKeyDisplayString = (string) null; - 对讲机信息RToolStripMenuItem.AccessibleDescription = (string) null; - 对讲机信息RToolStripMenuItem.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) 对讲机信息RToolStripMenuItem, "对讲机信息RToolStripMenuItem"); - 对讲机信息RToolStripMenuItem.BackgroundImage = (Image) null; + 嵌入信息IToolStripMenuItem.ShortcutKeyDisplayString = null; + 对讲机信息RToolStripMenuItem.AccessibleDescription = null; + 对讲机信息RToolStripMenuItem.AccessibleName = null; + componentResourceManager.ApplyResources(对讲机信息RToolStripMenuItem, "对讲机信息RToolStripMenuItem"); + 对讲机信息RToolStripMenuItem.BackgroundImage = null; 对讲机信息RToolStripMenuItem.Name = "对讲机信息RToolStripMenuItem"; - 对讲机信息RToolStripMenuItem.ShortcutKeyDisplayString = (string) null; - ProgrammeMenu.AccessibleDescription = (string) null; - ProgrammeMenu.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ProgrammeMenu, "ProgrammeMenu"); - ProgrammeMenu.BackgroundImage = (Image) null; + 对讲机信息RToolStripMenuItem.ShortcutKeyDisplayString = null; + ProgrammeMenu.AccessibleDescription = null; + ProgrammeMenu.AccessibleName = null; + componentResourceManager.ApplyResources(ProgrammeMenu, "ProgrammeMenu"); + ProgrammeMenu.BackgroundImage = null; ProgrammeMenu.DropDownItems.AddRange(new ToolStripItem[2] { - (ToolStripItem) 从对讲机读取数据RToolStripMenuItem, - (ToolStripItem) 向对讲机写入数据WToolStripMenuItem + 从对讲机读取数据RToolStripMenuItem, + 向对讲机写入数据WToolStripMenuItem }); ProgrammeMenu.Name = "ProgrammeMenu"; - ProgrammeMenu.ShortcutKeyDisplayString = (string) null; - 从对讲机读取数据RToolStripMenuItem.AccessibleDescription = (string) null; - 从对讲机读取数据RToolStripMenuItem.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) 从对讲机读取数据RToolStripMenuItem, "从对讲机读取数据RToolStripMenuItem"); - 从对讲机读取数据RToolStripMenuItem.BackgroundImage = (Image) null; + ProgrammeMenu.ShortcutKeyDisplayString = null; + 从对讲机读取数据RToolStripMenuItem.AccessibleDescription = null; + 从对讲机读取数据RToolStripMenuItem.AccessibleName = null; + componentResourceManager.ApplyResources(从对讲机读取数据RToolStripMenuItem, "从对讲机读取数据RToolStripMenuItem"); + 从对讲机读取数据RToolStripMenuItem.BackgroundImage = null; 从对讲机读取数据RToolStripMenuItem.Name = "从对讲机读取数据RToolStripMenuItem"; - 从对讲机读取数据RToolStripMenuItem.ShortcutKeyDisplayString = (string) null; - 向对讲机写入数据WToolStripMenuItem.AccessibleDescription = (string) null; - 向对讲机写入数据WToolStripMenuItem.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) 向对讲机写入数据WToolStripMenuItem, "向对讲机写入数据WToolStripMenuItem"); - 向对讲机写入数据WToolStripMenuItem.BackgroundImage = (Image) null; + 从对讲机读取数据RToolStripMenuItem.ShortcutKeyDisplayString = null; + 向对讲机写入数据WToolStripMenuItem.AccessibleDescription = null; + 向对讲机写入数据WToolStripMenuItem.AccessibleName = null; + componentResourceManager.ApplyResources(向对讲机写入数据WToolStripMenuItem, "向对讲机写入数据WToolStripMenuItem"); + 向对讲机写入数据WToolStripMenuItem.BackgroundImage = null; 向对讲机写入数据WToolStripMenuItem.Name = "向对讲机写入数据WToolStripMenuItem"; - 向对讲机写入数据WToolStripMenuItem.ShortcutKeyDisplayString = (string) null; - SetMenu.AccessibleDescription = (string) null; - SetMenu.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) SetMenu, "SetMenu"); - SetMenu.BackgroundImage = (Image) null; + 向对讲机写入数据WToolStripMenuItem.ShortcutKeyDisplayString = null; + SetMenu.AccessibleDescription = null; + SetMenu.AccessibleName = null; + componentResourceManager.ApplyResources(SetMenu, "SetMenu"); + SetMenu.BackgroundImage = null; SetMenu.DropDownItems.AddRange(new ToolStripItem[3] { - (ToolStripItem) 语言设置LToolStripMenuItem, - (ToolStripItem) 通信端口PToolStripMenuItem, - (ToolStripItem) 更改密码CToolStripMenuItem + 语言设置LToolStripMenuItem, + 通信端口PToolStripMenuItem, + 更改密码CToolStripMenuItem }); SetMenu.Name = "SetMenu"; - SetMenu.ShortcutKeyDisplayString = (string) null; - 语言设置LToolStripMenuItem.AccessibleDescription = (string) null; - 语言设置LToolStripMenuItem.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) 语言设置LToolStripMenuItem, "语言设置LToolStripMenuItem"); - 语言设置LToolStripMenuItem.BackgroundImage = (Image) null; + SetMenu.ShortcutKeyDisplayString = null; + 语言设置LToolStripMenuItem.AccessibleDescription = null; + 语言设置LToolStripMenuItem.AccessibleName = null; + componentResourceManager.ApplyResources(语言设置LToolStripMenuItem, "语言设置LToolStripMenuItem"); + 语言设置LToolStripMenuItem.BackgroundImage = null; 语言设置LToolStripMenuItem.DropDownItems.AddRange(new ToolStripItem[2] { - (ToolStripItem) 中文ToolStripMenuItem, - (ToolStripItem) 英文ToolStripMenuItem + 中文ToolStripMenuItem, + 英文ToolStripMenuItem }); 语言设置LToolStripMenuItem.Name = "语言设置LToolStripMenuItem"; - 语言设置LToolStripMenuItem.ShortcutKeyDisplayString = (string) null; - 中文ToolStripMenuItem.AccessibleDescription = (string) null; - 中文ToolStripMenuItem.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) 中文ToolStripMenuItem, "中文ToolStripMenuItem"); - 中文ToolStripMenuItem.BackgroundImage = (Image) null; + 语言设置LToolStripMenuItem.ShortcutKeyDisplayString = null; + 中文ToolStripMenuItem.AccessibleDescription = null; + 中文ToolStripMenuItem.AccessibleName = null; + componentResourceManager.ApplyResources(中文ToolStripMenuItem, "中文ToolStripMenuItem"); + 中文ToolStripMenuItem.BackgroundImage = null; 中文ToolStripMenuItem.Checked = true; 中文ToolStripMenuItem.CheckState = CheckState.Checked; 中文ToolStripMenuItem.Name = "中文ToolStripMenuItem"; - 中文ToolStripMenuItem.ShortcutKeyDisplayString = (string) null; - 英文ToolStripMenuItem.AccessibleDescription = (string) null; - 英文ToolStripMenuItem.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) 英文ToolStripMenuItem, "英文ToolStripMenuItem"); - 英文ToolStripMenuItem.BackgroundImage = (Image) null; + 中文ToolStripMenuItem.ShortcutKeyDisplayString = null; + 英文ToolStripMenuItem.AccessibleDescription = null; + 英文ToolStripMenuItem.AccessibleName = null; + componentResourceManager.ApplyResources(英文ToolStripMenuItem, "英文ToolStripMenuItem"); + 英文ToolStripMenuItem.BackgroundImage = null; 英文ToolStripMenuItem.Name = "英文ToolStripMenuItem"; - 英文ToolStripMenuItem.ShortcutKeyDisplayString = (string) null; - 通信端口PToolStripMenuItem.AccessibleDescription = (string) null; - 通信端口PToolStripMenuItem.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) 通信端口PToolStripMenuItem, "通信端口PToolStripMenuItem"); - 通信端口PToolStripMenuItem.BackgroundImage = (Image) null; + 英文ToolStripMenuItem.ShortcutKeyDisplayString = null; + 通信端口PToolStripMenuItem.AccessibleDescription = null; + 通信端口PToolStripMenuItem.AccessibleName = null; + componentResourceManager.ApplyResources(通信端口PToolStripMenuItem, "通信端口PToolStripMenuItem"); + 通信端口PToolStripMenuItem.BackgroundImage = null; 通信端口PToolStripMenuItem.Name = "通信端口PToolStripMenuItem"; - 通信端口PToolStripMenuItem.ShortcutKeyDisplayString = (string) null; - 更改密码CToolStripMenuItem.AccessibleDescription = (string) null; - 更改密码CToolStripMenuItem.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) 更改密码CToolStripMenuItem, "更改密码CToolStripMenuItem"); - 更改密码CToolStripMenuItem.BackgroundImage = (Image) null; + 通信端口PToolStripMenuItem.ShortcutKeyDisplayString = null; + 更改密码CToolStripMenuItem.AccessibleDescription = null; + 更改密码CToolStripMenuItem.AccessibleName = null; + componentResourceManager.ApplyResources(更改密码CToolStripMenuItem, "更改密码CToolStripMenuItem"); + 更改密码CToolStripMenuItem.BackgroundImage = null; 更改密码CToolStripMenuItem.Name = "更改密码CToolStripMenuItem"; - 更改密码CToolStripMenuItem.ShortcutKeyDisplayString = (string) null; - ViewMenu.AccessibleDescription = (string) null; - ViewMenu.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ViewMenu, "ViewMenu"); - ViewMenu.BackgroundImage = (Image) null; + 更改密码CToolStripMenuItem.ShortcutKeyDisplayString = null; + ViewMenu.AccessibleDescription = null; + ViewMenu.AccessibleName = null; + componentResourceManager.ApplyResources(ViewMenu, "ViewMenu"); + ViewMenu.BackgroundImage = null; ViewMenu.DropDownItems.AddRange(new ToolStripItem[3] { - (ToolStripItem) TreeViewToolStripMenuItem, - (ToolStripItem) ToolBarToolStripMenuItem, - (ToolStripItem) StatusBarToolStripMenuItem + TreeViewToolStripMenuItem, + ToolBarToolStripMenuItem, + StatusBarToolStripMenuItem }); ViewMenu.Name = "ViewMenu"; - ViewMenu.ShortcutKeyDisplayString = (string) null; - TreeViewToolStripMenuItem.AccessibleDescription = (string) null; - TreeViewToolStripMenuItem.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) TreeViewToolStripMenuItem, "TreeViewToolStripMenuItem"); - TreeViewToolStripMenuItem.BackgroundImage = (Image) null; + ViewMenu.ShortcutKeyDisplayString = null; + TreeViewToolStripMenuItem.AccessibleDescription = null; + TreeViewToolStripMenuItem.AccessibleName = null; + componentResourceManager.ApplyResources(TreeViewToolStripMenuItem, "TreeViewToolStripMenuItem"); + TreeViewToolStripMenuItem.BackgroundImage = null; TreeViewToolStripMenuItem.Checked = true; TreeViewToolStripMenuItem.CheckOnClick = true; TreeViewToolStripMenuItem.CheckState = CheckState.Checked; TreeViewToolStripMenuItem.Name = "TreeViewToolStripMenuItem"; - TreeViewToolStripMenuItem.ShortcutKeyDisplayString = (string) null; - ToolBarToolStripMenuItem.AccessibleDescription = (string) null; - ToolBarToolStripMenuItem.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ToolBarToolStripMenuItem, "ToolBarToolStripMenuItem"); - ToolBarToolStripMenuItem.BackgroundImage = (Image) null; + TreeViewToolStripMenuItem.ShortcutKeyDisplayString = null; + ToolBarToolStripMenuItem.AccessibleDescription = null; + ToolBarToolStripMenuItem.AccessibleName = null; + componentResourceManager.ApplyResources(ToolBarToolStripMenuItem, "ToolBarToolStripMenuItem"); + ToolBarToolStripMenuItem.BackgroundImage = null; ToolBarToolStripMenuItem.Checked = true; ToolBarToolStripMenuItem.CheckOnClick = true; ToolBarToolStripMenuItem.CheckState = CheckState.Checked; ToolBarToolStripMenuItem.Name = "ToolBarToolStripMenuItem"; - ToolBarToolStripMenuItem.ShortcutKeyDisplayString = (string) null; - StatusBarToolStripMenuItem.AccessibleDescription = (string) null; - StatusBarToolStripMenuItem.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) StatusBarToolStripMenuItem, "StatusBarToolStripMenuItem"); - StatusBarToolStripMenuItem.BackgroundImage = (Image) null; + ToolBarToolStripMenuItem.ShortcutKeyDisplayString = null; + StatusBarToolStripMenuItem.AccessibleDescription = null; + StatusBarToolStripMenuItem.AccessibleName = null; + componentResourceManager.ApplyResources(StatusBarToolStripMenuItem, "StatusBarToolStripMenuItem"); + StatusBarToolStripMenuItem.BackgroundImage = null; StatusBarToolStripMenuItem.Checked = true; StatusBarToolStripMenuItem.CheckOnClick = true; StatusBarToolStripMenuItem.CheckState = CheckState.Checked; StatusBarToolStripMenuItem.Name = "StatusBarToolStripMenuItem"; - StatusBarToolStripMenuItem.ShortcutKeyDisplayString = (string) null; - WindowsMenu.AccessibleDescription = (string) null; - WindowsMenu.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) WindowsMenu, "WindowsMenu"); - WindowsMenu.BackgroundImage = (Image) null; + StatusBarToolStripMenuItem.ShortcutKeyDisplayString = null; + WindowsMenu.AccessibleDescription = null; + WindowsMenu.AccessibleName = null; + componentResourceManager.ApplyResources(WindowsMenu, "WindowsMenu"); + WindowsMenu.BackgroundImage = null; WindowsMenu.DropDownItems.AddRange(new ToolStripItem[8] { - (ToolStripItem) NewWindowToolStripMenuItem, - (ToolStripItem) CascadeToolStripMenuItem, - (ToolStripItem) TileVerticalToolStripMenuItem, - (ToolStripItem) TileHorizontalToolStripMenuItem, - (ToolStripItem) ArrangeIconsToolStripMenuItem, - (ToolStripItem) ToolStripSeparator13, - (ToolStripItem) CloseAllToolStripMenuItem, - (ToolStripItem) ToolStripSeparator14 + NewWindowToolStripMenuItem, + CascadeToolStripMenuItem, + TileVerticalToolStripMenuItem, + TileHorizontalToolStripMenuItem, + ArrangeIconsToolStripMenuItem, + ToolStripSeparator13, + CloseAllToolStripMenuItem, + ToolStripSeparator14 }); WindowsMenu.Name = "WindowsMenu"; - WindowsMenu.ShortcutKeyDisplayString = (string) null; - NewWindowToolStripMenuItem.AccessibleDescription = (string) null; - NewWindowToolStripMenuItem.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) NewWindowToolStripMenuItem, "NewWindowToolStripMenuItem"); - NewWindowToolStripMenuItem.BackgroundImage = (Image) null; + WindowsMenu.ShortcutKeyDisplayString = null; + NewWindowToolStripMenuItem.AccessibleDescription = null; + NewWindowToolStripMenuItem.AccessibleName = null; + componentResourceManager.ApplyResources(NewWindowToolStripMenuItem, "NewWindowToolStripMenuItem"); + NewWindowToolStripMenuItem.BackgroundImage = null; NewWindowToolStripMenuItem.Name = "NewWindowToolStripMenuItem"; - NewWindowToolStripMenuItem.ShortcutKeyDisplayString = (string) null; - CascadeToolStripMenuItem.AccessibleDescription = (string) null; - CascadeToolStripMenuItem.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) CascadeToolStripMenuItem, "CascadeToolStripMenuItem"); - CascadeToolStripMenuItem.BackgroundImage = (Image) null; + NewWindowToolStripMenuItem.ShortcutKeyDisplayString = null; + CascadeToolStripMenuItem.AccessibleDescription = null; + CascadeToolStripMenuItem.AccessibleName = null; + componentResourceManager.ApplyResources(CascadeToolStripMenuItem, "CascadeToolStripMenuItem"); + CascadeToolStripMenuItem.BackgroundImage = null; CascadeToolStripMenuItem.Name = "CascadeToolStripMenuItem"; - CascadeToolStripMenuItem.ShortcutKeyDisplayString = (string) null; - TileVerticalToolStripMenuItem.AccessibleDescription = (string) null; - TileVerticalToolStripMenuItem.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) TileVerticalToolStripMenuItem, "TileVerticalToolStripMenuItem"); - TileVerticalToolStripMenuItem.BackgroundImage = (Image) null; + CascadeToolStripMenuItem.ShortcutKeyDisplayString = null; + TileVerticalToolStripMenuItem.AccessibleDescription = null; + TileVerticalToolStripMenuItem.AccessibleName = null; + componentResourceManager.ApplyResources(TileVerticalToolStripMenuItem, "TileVerticalToolStripMenuItem"); + TileVerticalToolStripMenuItem.BackgroundImage = null; TileVerticalToolStripMenuItem.Name = "TileVerticalToolStripMenuItem"; - TileVerticalToolStripMenuItem.ShortcutKeyDisplayString = (string) null; - TileHorizontalToolStripMenuItem.AccessibleDescription = (string) null; - TileHorizontalToolStripMenuItem.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) TileHorizontalToolStripMenuItem, "TileHorizontalToolStripMenuItem"); - TileHorizontalToolStripMenuItem.BackgroundImage = (Image) null; + TileVerticalToolStripMenuItem.ShortcutKeyDisplayString = null; + TileHorizontalToolStripMenuItem.AccessibleDescription = null; + TileHorizontalToolStripMenuItem.AccessibleName = null; + componentResourceManager.ApplyResources(TileHorizontalToolStripMenuItem, "TileHorizontalToolStripMenuItem"); + TileHorizontalToolStripMenuItem.BackgroundImage = null; TileHorizontalToolStripMenuItem.Name = "TileHorizontalToolStripMenuItem"; - TileHorizontalToolStripMenuItem.ShortcutKeyDisplayString = (string) null; - ArrangeIconsToolStripMenuItem.AccessibleDescription = (string) null; - ArrangeIconsToolStripMenuItem.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ArrangeIconsToolStripMenuItem, "ArrangeIconsToolStripMenuItem"); - ArrangeIconsToolStripMenuItem.BackgroundImage = (Image) null; + TileHorizontalToolStripMenuItem.ShortcutKeyDisplayString = null; + ArrangeIconsToolStripMenuItem.AccessibleDescription = null; + ArrangeIconsToolStripMenuItem.AccessibleName = null; + componentResourceManager.ApplyResources(ArrangeIconsToolStripMenuItem, "ArrangeIconsToolStripMenuItem"); + ArrangeIconsToolStripMenuItem.BackgroundImage = null; ArrangeIconsToolStripMenuItem.Name = "ArrangeIconsToolStripMenuItem"; - ArrangeIconsToolStripMenuItem.ShortcutKeyDisplayString = (string) null; - ToolStripSeparator13.AccessibleDescription = (string) null; - ToolStripSeparator13.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ToolStripSeparator13, "ToolStripSeparator13"); + ArrangeIconsToolStripMenuItem.ShortcutKeyDisplayString = null; + ToolStripSeparator13.AccessibleDescription = null; + ToolStripSeparator13.AccessibleName = null; + componentResourceManager.ApplyResources(ToolStripSeparator13, "ToolStripSeparator13"); ToolStripSeparator13.Name = "ToolStripSeparator13"; - CloseAllToolStripMenuItem.AccessibleDescription = (string) null; - CloseAllToolStripMenuItem.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) CloseAllToolStripMenuItem, "CloseAllToolStripMenuItem"); - CloseAllToolStripMenuItem.BackgroundImage = (Image) null; + CloseAllToolStripMenuItem.AccessibleDescription = null; + CloseAllToolStripMenuItem.AccessibleName = null; + componentResourceManager.ApplyResources(CloseAllToolStripMenuItem, "CloseAllToolStripMenuItem"); + CloseAllToolStripMenuItem.BackgroundImage = null; CloseAllToolStripMenuItem.Name = "CloseAllToolStripMenuItem"; - CloseAllToolStripMenuItem.ShortcutKeyDisplayString = (string) null; - ToolStripSeparator14.AccessibleDescription = (string) null; - ToolStripSeparator14.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ToolStripSeparator14, "ToolStripSeparator14"); + CloseAllToolStripMenuItem.ShortcutKeyDisplayString = null; + ToolStripSeparator14.AccessibleDescription = null; + ToolStripSeparator14.AccessibleName = null; + componentResourceManager.ApplyResources(ToolStripSeparator14, "ToolStripSeparator14"); ToolStripSeparator14.Name = "ToolStripSeparator14"; - HelpMenu.AccessibleDescription = (string) null; - HelpMenu.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) HelpMenu, "HelpMenu"); - HelpMenu.BackgroundImage = (Image) null; + HelpMenu.AccessibleDescription = null; + HelpMenu.AccessibleName = null; + componentResourceManager.ApplyResources(HelpMenu, "HelpMenu"); + HelpMenu.BackgroundImage = null; HelpMenu.DropDownItems.AddRange(new ToolStripItem[6] { - (ToolStripItem) ContentsToolStripMenuItem, - (ToolStripItem) IndexToolStripMenuItem, - (ToolStripItem) SearchToolStripMenuItem, - (ToolStripItem) ToolStripSeparator8, - (ToolStripItem) 帮助主题HToolStripMenuItem, - (ToolStripItem) AboutToolStripMenuItem + ContentsToolStripMenuItem, + IndexToolStripMenuItem, + SearchToolStripMenuItem, + ToolStripSeparator8, + 帮助主题HToolStripMenuItem, + AboutToolStripMenuItem }); HelpMenu.Name = "HelpMenu"; - HelpMenu.ShortcutKeyDisplayString = (string) null; - ContentsToolStripMenuItem.AccessibleDescription = (string) null; - ContentsToolStripMenuItem.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ContentsToolStripMenuItem, "ContentsToolStripMenuItem"); - ContentsToolStripMenuItem.BackgroundImage = (Image) null; + HelpMenu.ShortcutKeyDisplayString = null; + ContentsToolStripMenuItem.AccessibleDescription = null; + ContentsToolStripMenuItem.AccessibleName = null; + componentResourceManager.ApplyResources(ContentsToolStripMenuItem, "ContentsToolStripMenuItem"); + ContentsToolStripMenuItem.BackgroundImage = null; ContentsToolStripMenuItem.Name = "ContentsToolStripMenuItem"; - ContentsToolStripMenuItem.ShortcutKeyDisplayString = (string) null; - IndexToolStripMenuItem.AccessibleDescription = (string) null; - IndexToolStripMenuItem.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) IndexToolStripMenuItem, "IndexToolStripMenuItem"); - IndexToolStripMenuItem.BackgroundImage = (Image) null; + ContentsToolStripMenuItem.ShortcutKeyDisplayString = null; + IndexToolStripMenuItem.AccessibleDescription = null; + IndexToolStripMenuItem.AccessibleName = null; + componentResourceManager.ApplyResources(IndexToolStripMenuItem, "IndexToolStripMenuItem"); + IndexToolStripMenuItem.BackgroundImage = null; IndexToolStripMenuItem.Name = "IndexToolStripMenuItem"; - IndexToolStripMenuItem.ShortcutKeyDisplayString = (string) null; - SearchToolStripMenuItem.AccessibleDescription = (string) null; - SearchToolStripMenuItem.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) SearchToolStripMenuItem, "SearchToolStripMenuItem"); - SearchToolStripMenuItem.BackgroundImage = (Image) null; + IndexToolStripMenuItem.ShortcutKeyDisplayString = null; + SearchToolStripMenuItem.AccessibleDescription = null; + SearchToolStripMenuItem.AccessibleName = null; + componentResourceManager.ApplyResources(SearchToolStripMenuItem, "SearchToolStripMenuItem"); + SearchToolStripMenuItem.BackgroundImage = null; SearchToolStripMenuItem.Name = "SearchToolStripMenuItem"; - SearchToolStripMenuItem.ShortcutKeyDisplayString = (string) null; - ToolStripSeparator8.AccessibleDescription = (string) null; - ToolStripSeparator8.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ToolStripSeparator8, "ToolStripSeparator8"); + SearchToolStripMenuItem.ShortcutKeyDisplayString = null; + ToolStripSeparator8.AccessibleDescription = null; + ToolStripSeparator8.AccessibleName = null; + componentResourceManager.ApplyResources(ToolStripSeparator8, "ToolStripSeparator8"); ToolStripSeparator8.Name = "ToolStripSeparator8"; - 帮助主题HToolStripMenuItem.AccessibleDescription = (string) null; - 帮助主题HToolStripMenuItem.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) 帮助主题HToolStripMenuItem, "帮助主题HToolStripMenuItem"); - 帮助主题HToolStripMenuItem.BackgroundImage = (Image) null; + 帮助主题HToolStripMenuItem.AccessibleDescription = null; + 帮助主题HToolStripMenuItem.AccessibleName = null; + componentResourceManager.ApplyResources(帮助主题HToolStripMenuItem, "帮助主题HToolStripMenuItem"); + 帮助主题HToolStripMenuItem.BackgroundImage = null; 帮助主题HToolStripMenuItem.Name = "帮助主题HToolStripMenuItem"; - 帮助主题HToolStripMenuItem.ShortcutKeyDisplayString = (string) null; - AboutToolStripMenuItem.AccessibleDescription = (string) null; - AboutToolStripMenuItem.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) AboutToolStripMenuItem, "AboutToolStripMenuItem"); - AboutToolStripMenuItem.BackgroundImage = (Image) null; + 帮助主题HToolStripMenuItem.ShortcutKeyDisplayString = null; + AboutToolStripMenuItem.AccessibleDescription = null; + AboutToolStripMenuItem.AccessibleName = null; + componentResourceManager.ApplyResources(AboutToolStripMenuItem, "AboutToolStripMenuItem"); + AboutToolStripMenuItem.BackgroundImage = null; AboutToolStripMenuItem.Name = "AboutToolStripMenuItem"; - AboutToolStripMenuItem.ShortcutKeyDisplayString = (string) null; - EditMenu.AccessibleDescription = (string) null; - EditMenu.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) EditMenu, "EditMenu"); - EditMenu.BackgroundImage = (Image) null; + AboutToolStripMenuItem.ShortcutKeyDisplayString = null; + EditMenu.AccessibleDescription = null; + EditMenu.AccessibleName = null; + componentResourceManager.ApplyResources(EditMenu, "EditMenu"); + EditMenu.BackgroundImage = null; EditMenu.DropDownItems.AddRange(new ToolStripItem[8] { - (ToolStripItem) UndoToolStripMenuItem, - (ToolStripItem) RedoToolStripMenuItem, - (ToolStripItem) ToolStripSeparator6, - (ToolStripItem) CutToolStripMenuItem, - (ToolStripItem) CopyToolStripMenuItem, - (ToolStripItem) PasteToolStripMenuItem, - (ToolStripItem) ToolStripSeparator7, - (ToolStripItem) SelectAllToolStripMenuItem + UndoToolStripMenuItem, + RedoToolStripMenuItem, + ToolStripSeparator6, + CutToolStripMenuItem, + CopyToolStripMenuItem, + PasteToolStripMenuItem, + ToolStripSeparator7, + SelectAllToolStripMenuItem }); EditMenu.Name = "EditMenu"; - EditMenu.ShortcutKeyDisplayString = (string) null; - UndoToolStripMenuItem.AccessibleDescription = (string) null; - UndoToolStripMenuItem.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) UndoToolStripMenuItem, "UndoToolStripMenuItem"); - UndoToolStripMenuItem.BackgroundImage = (Image) null; + EditMenu.ShortcutKeyDisplayString = null; + UndoToolStripMenuItem.AccessibleDescription = null; + UndoToolStripMenuItem.AccessibleName = null; + componentResourceManager.ApplyResources(UndoToolStripMenuItem, "UndoToolStripMenuItem"); + UndoToolStripMenuItem.BackgroundImage = null; UndoToolStripMenuItem.Name = "UndoToolStripMenuItem"; - UndoToolStripMenuItem.ShortcutKeyDisplayString = (string) null; - RedoToolStripMenuItem.AccessibleDescription = (string) null; - RedoToolStripMenuItem.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) RedoToolStripMenuItem, "RedoToolStripMenuItem"); - RedoToolStripMenuItem.BackgroundImage = (Image) null; + UndoToolStripMenuItem.ShortcutKeyDisplayString = null; + RedoToolStripMenuItem.AccessibleDescription = null; + RedoToolStripMenuItem.AccessibleName = null; + componentResourceManager.ApplyResources(RedoToolStripMenuItem, "RedoToolStripMenuItem"); + RedoToolStripMenuItem.BackgroundImage = null; RedoToolStripMenuItem.Name = "RedoToolStripMenuItem"; - RedoToolStripMenuItem.ShortcutKeyDisplayString = (string) null; - ToolStripSeparator6.AccessibleDescription = (string) null; - ToolStripSeparator6.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ToolStripSeparator6, "ToolStripSeparator6"); + RedoToolStripMenuItem.ShortcutKeyDisplayString = null; + ToolStripSeparator6.AccessibleDescription = null; + ToolStripSeparator6.AccessibleName = null; + componentResourceManager.ApplyResources(ToolStripSeparator6, "ToolStripSeparator6"); ToolStripSeparator6.Name = "ToolStripSeparator6"; - CutToolStripMenuItem.AccessibleDescription = (string) null; - CutToolStripMenuItem.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) CutToolStripMenuItem, "CutToolStripMenuItem"); - CutToolStripMenuItem.BackgroundImage = (Image) null; + CutToolStripMenuItem.AccessibleDescription = null; + CutToolStripMenuItem.AccessibleName = null; + componentResourceManager.ApplyResources(CutToolStripMenuItem, "CutToolStripMenuItem"); + CutToolStripMenuItem.BackgroundImage = null; CutToolStripMenuItem.Name = "CutToolStripMenuItem"; - CutToolStripMenuItem.ShortcutKeyDisplayString = (string) null; - CopyToolStripMenuItem.AccessibleDescription = (string) null; - CopyToolStripMenuItem.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) CopyToolStripMenuItem, "CopyToolStripMenuItem"); - CopyToolStripMenuItem.BackgroundImage = (Image) null; + CutToolStripMenuItem.ShortcutKeyDisplayString = null; + CopyToolStripMenuItem.AccessibleDescription = null; + CopyToolStripMenuItem.AccessibleName = null; + componentResourceManager.ApplyResources(CopyToolStripMenuItem, "CopyToolStripMenuItem"); + CopyToolStripMenuItem.BackgroundImage = null; CopyToolStripMenuItem.Name = "CopyToolStripMenuItem"; - CopyToolStripMenuItem.ShortcutKeyDisplayString = (string) null; - PasteToolStripMenuItem.AccessibleDescription = (string) null; - PasteToolStripMenuItem.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) PasteToolStripMenuItem, "PasteToolStripMenuItem"); - PasteToolStripMenuItem.BackgroundImage = (Image) null; + CopyToolStripMenuItem.ShortcutKeyDisplayString = null; + PasteToolStripMenuItem.AccessibleDescription = null; + PasteToolStripMenuItem.AccessibleName = null; + componentResourceManager.ApplyResources(PasteToolStripMenuItem, "PasteToolStripMenuItem"); + PasteToolStripMenuItem.BackgroundImage = null; PasteToolStripMenuItem.Name = "PasteToolStripMenuItem"; - PasteToolStripMenuItem.ShortcutKeyDisplayString = (string) null; - ToolStripSeparator7.AccessibleDescription = (string) null; - ToolStripSeparator7.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ToolStripSeparator7, "ToolStripSeparator7"); + PasteToolStripMenuItem.ShortcutKeyDisplayString = null; + ToolStripSeparator7.AccessibleDescription = null; + ToolStripSeparator7.AccessibleName = null; + componentResourceManager.ApplyResources(ToolStripSeparator7, "ToolStripSeparator7"); ToolStripSeparator7.Name = "ToolStripSeparator7"; - SelectAllToolStripMenuItem.AccessibleDescription = (string) null; - SelectAllToolStripMenuItem.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) SelectAllToolStripMenuItem, "SelectAllToolStripMenuItem"); - SelectAllToolStripMenuItem.BackgroundImage = (Image) null; + SelectAllToolStripMenuItem.AccessibleDescription = null; + SelectAllToolStripMenuItem.AccessibleName = null; + componentResourceManager.ApplyResources(SelectAllToolStripMenuItem, "SelectAllToolStripMenuItem"); + SelectAllToolStripMenuItem.BackgroundImage = null; SelectAllToolStripMenuItem.Name = "SelectAllToolStripMenuItem"; - SelectAllToolStripMenuItem.ShortcutKeyDisplayString = (string) null; - ToolsMenu.AccessibleDescription = (string) null; - ToolsMenu.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ToolsMenu, "ToolsMenu"); - ToolsMenu.BackgroundImage = (Image) null; + SelectAllToolStripMenuItem.ShortcutKeyDisplayString = null; + ToolsMenu.AccessibleDescription = null; + ToolsMenu.AccessibleName = null; + componentResourceManager.ApplyResources(ToolsMenu, "ToolsMenu"); + ToolsMenu.BackgroundImage = null; ToolsMenu.DropDownItems.AddRange(new ToolStripItem[1] { - (ToolStripItem) OptionsToolStripMenuItem + OptionsToolStripMenuItem }); ToolsMenu.Name = "ToolsMenu"; - ToolsMenu.ShortcutKeyDisplayString = (string) null; - OptionsToolStripMenuItem.AccessibleDescription = (string) null; - OptionsToolStripMenuItem.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) OptionsToolStripMenuItem, "OptionsToolStripMenuItem"); - OptionsToolStripMenuItem.BackgroundImage = (Image) null; + ToolsMenu.ShortcutKeyDisplayString = null; + OptionsToolStripMenuItem.AccessibleDescription = null; + OptionsToolStripMenuItem.AccessibleName = null; + componentResourceManager.ApplyResources(OptionsToolStripMenuItem, "OptionsToolStripMenuItem"); + OptionsToolStripMenuItem.BackgroundImage = null; OptionsToolStripMenuItem.Name = "OptionsToolStripMenuItem"; - OptionsToolStripMenuItem.ShortcutKeyDisplayString = (string) null; - ToolStrip.AccessibleDescription = (string) null; - ToolStrip.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ToolStrip, "ToolStrip"); - ToolStrip.BackgroundImage = (Image) null; - ToolStrip.Font = (Font) null; + OptionsToolStripMenuItem.ShortcutKeyDisplayString = null; + ToolStrip.AccessibleDescription = null; + ToolStrip.AccessibleName = null; + componentResourceManager.ApplyResources(ToolStrip, "ToolStrip"); + ToolStrip.BackgroundImage = null; + ToolStrip.Font = null; ToolStrip.Items.AddRange(new ToolStripItem[12] { - (ToolStripItem) NewToolStripButton, - (ToolStripItem) OpenToolStripButton, - (ToolStripItem) SaveToolStripButton, - (ToolStripItem) ToolStripSeparator1, - (ToolStripItem) PrintToolStripButton, - (ToolStripItem) PrintPreviewToolStripButton, - (ToolStripItem) ToolStripSeparator2, - (ToolStripItem) ReadToolStripButton, - (ToolStripItem) ComPortToolStripButton, - (ToolStripItem) WriteToolStripButton, - (ToolStripItem) ToolStripSeparator16, - (ToolStripItem) HelpToolStripButton + NewToolStripButton, + OpenToolStripButton, + SaveToolStripButton, + ToolStripSeparator1, + PrintToolStripButton, + PrintPreviewToolStripButton, + ToolStripSeparator2, + ReadToolStripButton, + ComPortToolStripButton, + WriteToolStripButton, + ToolStripSeparator16, + HelpToolStripButton }); ToolStrip.Name = "ToolStrip"; - ToolTip.SetToolTip((Control) ToolStrip, componentResourceManager.GetString("ToolStrip.ToolTip")); - NewToolStripButton.AccessibleDescription = (string) null; - NewToolStripButton.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) NewToolStripButton, "NewToolStripButton"); - NewToolStripButton.BackgroundImage = (Image) null; + ToolTip.SetToolTip(ToolStrip, componentResourceManager.GetString("ToolStrip.ToolTip")); + NewToolStripButton.AccessibleDescription = null; + NewToolStripButton.AccessibleName = null; + componentResourceManager.ApplyResources(NewToolStripButton, "NewToolStripButton"); + NewToolStripButton.BackgroundImage = null; NewToolStripButton.DisplayStyle = ToolStripItemDisplayStyle.Image; NewToolStripButton.Name = "NewToolStripButton"; - OpenToolStripButton.AccessibleDescription = (string) null; - OpenToolStripButton.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) OpenToolStripButton, "OpenToolStripButton"); - OpenToolStripButton.BackgroundImage = (Image) null; + OpenToolStripButton.AccessibleDescription = null; + OpenToolStripButton.AccessibleName = null; + componentResourceManager.ApplyResources(OpenToolStripButton, "OpenToolStripButton"); + OpenToolStripButton.BackgroundImage = null; OpenToolStripButton.DisplayStyle = ToolStripItemDisplayStyle.Image; OpenToolStripButton.Name = "OpenToolStripButton"; - SaveToolStripButton.AccessibleDescription = (string) null; - SaveToolStripButton.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) SaveToolStripButton, "SaveToolStripButton"); - SaveToolStripButton.BackgroundImage = (Image) null; + SaveToolStripButton.AccessibleDescription = null; + SaveToolStripButton.AccessibleName = null; + componentResourceManager.ApplyResources(SaveToolStripButton, "SaveToolStripButton"); + SaveToolStripButton.BackgroundImage = null; SaveToolStripButton.DisplayStyle = ToolStripItemDisplayStyle.Image; SaveToolStripButton.Name = "SaveToolStripButton"; - ToolStripSeparator1.AccessibleDescription = (string) null; - ToolStripSeparator1.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ToolStripSeparator1, "ToolStripSeparator1"); + ToolStripSeparator1.AccessibleDescription = null; + ToolStripSeparator1.AccessibleName = null; + componentResourceManager.ApplyResources(ToolStripSeparator1, "ToolStripSeparator1"); ToolStripSeparator1.Name = "ToolStripSeparator1"; - PrintToolStripButton.AccessibleDescription = (string) null; - PrintToolStripButton.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) PrintToolStripButton, "PrintToolStripButton"); - PrintToolStripButton.BackgroundImage = (Image) null; + PrintToolStripButton.AccessibleDescription = null; + PrintToolStripButton.AccessibleName = null; + componentResourceManager.ApplyResources(PrintToolStripButton, "PrintToolStripButton"); + PrintToolStripButton.BackgroundImage = null; PrintToolStripButton.DisplayStyle = ToolStripItemDisplayStyle.Image; PrintToolStripButton.Name = "PrintToolStripButton"; - PrintPreviewToolStripButton.AccessibleDescription = (string) null; - PrintPreviewToolStripButton.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) PrintPreviewToolStripButton, "PrintPreviewToolStripButton"); - PrintPreviewToolStripButton.BackgroundImage = (Image) null; + PrintPreviewToolStripButton.AccessibleDescription = null; + PrintPreviewToolStripButton.AccessibleName = null; + componentResourceManager.ApplyResources(PrintPreviewToolStripButton, "PrintPreviewToolStripButton"); + PrintPreviewToolStripButton.BackgroundImage = null; PrintPreviewToolStripButton.DisplayStyle = ToolStripItemDisplayStyle.Image; PrintPreviewToolStripButton.Name = "PrintPreviewToolStripButton"; - ToolStripSeparator2.AccessibleDescription = (string) null; - ToolStripSeparator2.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ToolStripSeparator2, "ToolStripSeparator2"); + ToolStripSeparator2.AccessibleDescription = null; + ToolStripSeparator2.AccessibleName = null; + componentResourceManager.ApplyResources(ToolStripSeparator2, "ToolStripSeparator2"); ToolStripSeparator2.Name = "ToolStripSeparator2"; - ReadToolStripButton.AccessibleDescription = (string) null; - ReadToolStripButton.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ReadToolStripButton, "ReadToolStripButton"); - ReadToolStripButton.BackgroundImage = (Image) null; + ReadToolStripButton.AccessibleDescription = null; + ReadToolStripButton.AccessibleName = null; + componentResourceManager.ApplyResources(ReadToolStripButton, "ReadToolStripButton"); + ReadToolStripButton.BackgroundImage = null; ReadToolStripButton.DisplayStyle = ToolStripItemDisplayStyle.Image; ReadToolStripButton.Name = "ReadToolStripButton"; - ComPortToolStripButton.AccessibleDescription = (string) null; - ComPortToolStripButton.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComPortToolStripButton, "ComPortToolStripButton"); - ComPortToolStripButton.BackgroundImage = (Image) null; + ComPortToolStripButton.AccessibleDescription = null; + ComPortToolStripButton.AccessibleName = null; + componentResourceManager.ApplyResources(ComPortToolStripButton, "ComPortToolStripButton"); + ComPortToolStripButton.BackgroundImage = null; ComPortToolStripButton.DisplayStyle = ToolStripItemDisplayStyle.Image; ComPortToolStripButton.Name = "ComPortToolStripButton"; - WriteToolStripButton.AccessibleDescription = (string) null; - WriteToolStripButton.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) WriteToolStripButton, "WriteToolStripButton"); - WriteToolStripButton.BackgroundImage = (Image) null; + WriteToolStripButton.AccessibleDescription = null; + WriteToolStripButton.AccessibleName = null; + componentResourceManager.ApplyResources(WriteToolStripButton, "WriteToolStripButton"); + WriteToolStripButton.BackgroundImage = null; WriteToolStripButton.DisplayStyle = ToolStripItemDisplayStyle.Image; WriteToolStripButton.Name = "WriteToolStripButton"; - ToolStripSeparator16.AccessibleDescription = (string) null; - ToolStripSeparator16.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ToolStripSeparator16, "ToolStripSeparator16"); + ToolStripSeparator16.AccessibleDescription = null; + ToolStripSeparator16.AccessibleName = null; + componentResourceManager.ApplyResources(ToolStripSeparator16, "ToolStripSeparator16"); ToolStripSeparator16.Name = "ToolStripSeparator16"; - HelpToolStripButton.AccessibleDescription = (string) null; - HelpToolStripButton.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) HelpToolStripButton, "HelpToolStripButton"); - HelpToolStripButton.BackgroundImage = (Image) null; + HelpToolStripButton.AccessibleDescription = null; + HelpToolStripButton.AccessibleName = null; + componentResourceManager.ApplyResources(HelpToolStripButton, "HelpToolStripButton"); + HelpToolStripButton.BackgroundImage = null; HelpToolStripButton.DisplayStyle = ToolStripItemDisplayStyle.Image; HelpToolStripButton.Name = "HelpToolStripButton"; - StatusStrip.AccessibleDescription = (string) null; - StatusStrip.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) StatusStrip, "StatusStrip"); - StatusStrip.BackgroundImage = (Image) null; - StatusStrip.Font = (Font) null; + StatusStrip.AccessibleDescription = null; + StatusStrip.AccessibleName = null; + componentResourceManager.ApplyResources(StatusStrip, "StatusStrip"); + StatusStrip.BackgroundImage = null; + StatusStrip.Font = null; StatusStrip.Items.AddRange(new ToolStripItem[1] { - (ToolStripItem) ToolStripStatusLabel + ToolStripStatusLabel }); StatusStrip.Name = "StatusStrip"; - ToolTip.SetToolTip((Control) StatusStrip, componentResourceManager.GetString("StatusStrip.ToolTip")); - ToolStripStatusLabel.AccessibleDescription = (string) null; - ToolStripStatusLabel.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ToolStripStatusLabel, "ToolStripStatusLabel"); - ToolStripStatusLabel.BackgroundImage = (Image) null; + ToolTip.SetToolTip(StatusStrip, componentResourceManager.GetString("StatusStrip.ToolTip")); + ToolStripStatusLabel.AccessibleDescription = null; + ToolStripStatusLabel.AccessibleName = null; + componentResourceManager.ApplyResources(ToolStripStatusLabel, "ToolStripStatusLabel"); + ToolStripStatusLabel.BackgroundImage = null; ToolStripStatusLabel.Name = "ToolStripStatusLabel"; - Panel1.AccessibleDescription = (string) null; - Panel1.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Panel1, "Panel1"); - Panel1.BackgroundImage = (Image) null; + Panel1.AccessibleDescription = null; + Panel1.AccessibleName = null; + componentResourceManager.ApplyResources(Panel1, "Panel1"); + Panel1.BackgroundImage = null; Panel1.BorderStyle = BorderStyle.Fixed3D; - Panel1.Controls.Add((Control) EditMenuListTreeView); - Panel1.Font = (Font) null; + Panel1.Controls.Add(EditMenuListTreeView); + Panel1.Font = null; Panel1.Name = "Panel1"; - ToolTip.SetToolTip((Control) Panel1, componentResourceManager.GetString("Panel1.ToolTip")); - EditMenuListTreeView.AccessibleDescription = (string) null; - EditMenuListTreeView.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) EditMenuListTreeView, "EditMenuListTreeView"); - EditMenuListTreeView.BackgroundImage = (Image) null; - EditMenuListTreeView.Font = (Font) null; + ToolTip.SetToolTip(Panel1, componentResourceManager.GetString("Panel1.ToolTip")); + EditMenuListTreeView.AccessibleDescription = null; + EditMenuListTreeView.AccessibleName = null; + componentResourceManager.ApplyResources(EditMenuListTreeView, "EditMenuListTreeView"); + EditMenuListTreeView.BackgroundImage = null; + EditMenuListTreeView.Font = null; EditMenuListTreeView.Name = "EditMenuListTreeView"; EditMenuListTreeView.Nodes.AddRange(new TreeNode[1] { (TreeNode) componentResourceManager.GetObject("EditMenuListTreeView.Nodes") }); - ToolTip.SetToolTip((Control) EditMenuListTreeView, componentResourceManager.GetString("EditMenuListTreeView.ToolTip")); + ToolTip.SetToolTip(EditMenuListTreeView, componentResourceManager.GetString("EditMenuListTreeView.ToolTip")); SerialPort1.BaudRate = 19200; SerialPort1.DtrEnable = true; SerialPort1.RtsEnable = true; Timer1.Interval = 10; - AccessibleDescription = (string) null; - AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) this, "$this"); + AccessibleDescription = null; + AccessibleName = null; + componentResourceManager.ApplyResources(this, "$this"); AutoScaleMode = AutoScaleMode.Font; - Controls.Add((Control) Panel1); - Controls.Add((Control) ToolStrip); - Controls.Add((Control) MenuStrip); - Controls.Add((Control) StatusStrip); + Controls.Add(Panel1); + Controls.Add(ToolStrip); + Controls.Add(MenuStrip); + Controls.Add(StatusStrip); DoubleBuffered = true; - Font = (Font) null; + Font = null; IsMdiContainer = true; MainMenuStrip = MenuStrip; Name = nameof (MDIParent1); - ToolTip.SetToolTip((Control) this, componentResourceManager.GetString("$this.ToolTip")); + ToolTip.SetToolTip(this, componentResourceManager.GetString("$this.ToolTip")); MenuStrip.ResumeLayout(false); MenuStrip.PerformLayout(); ToolStrip.ResumeLayout(false); @@ -2070,14 +2070,14 @@ namespace HPG_68D { try { - StreamReader streamReader = File.OpenText(Application.StartupPath + "\\default_data.hpg"); - int index = 0; + var streamReader = File.OpenText(Application.StartupPath + "\\default_data.hpg"); + var index = 0; do { publicva.EEPROM_Byte[index] = Conversions.ToByte("&h" + streamReader.ReadLine()); checked { ++index; } } - while (index <= (int) short.MaxValue); + while (index <= short.MaxValue); streamReader.Close(); AllForm_LoadData(RuntimeHelpers.GetObjectValue(sender), e); FormTreeViewHide(); @@ -2092,19 +2092,19 @@ namespace HPG_68D private void OpenFile(object sender, EventArgs e) { - OpenFileDialog openFileDialog = new OpenFileDialog(); + var openFileDialog = new OpenFileDialog(); openFileDialog.InitialDirectory = MyProject.Computer.FileSystem.SpecialDirectories.MyDocuments; openFileDialog.Filter = "数据文件(*.hpg)|*.hpg"; - if (openFileDialog.ShowDialog((IWin32Window) this) != DialogResult.OK) + if (openFileDialog.ShowDialog(this) != DialogResult.OK) return; - StreamReader streamReader = new StreamReader(openFileDialog.FileName); - int index = 0; + var streamReader = new StreamReader(openFileDialog.FileName); + var index = 0; do { publicva.EEPROM_Byte[index] = Conversions.ToByte("&h" + streamReader.ReadLine()); checked { ++index; } } - while (index <= (int) short.MaxValue); + while (index <= short.MaxValue); streamReader.Close(); AllForm_LoadData(RuntimeHelpers.GetObjectValue(sender), e); FormTreeViewHide(); @@ -2112,21 +2112,21 @@ namespace HPG_68D private void SaveAsToolStripMenuItem_Click(object sender, EventArgs e) { - SaveFileDialog saveFileDialog = new SaveFileDialog(); + var saveFileDialog = new SaveFileDialog(); saveFileDialog.InitialDirectory = MyProject.Computer.FileSystem.SpecialDirectories.MyDocuments; saveFileDialog.Filter = "数据文件(*.hpg)|*.hpg"; - if (saveFileDialog.ShowDialog((IWin32Window) this) != DialogResult.OK) + if (saveFileDialog.ShowDialog(this) != DialogResult.OK) return; - string fileName = saveFileDialog.FileName; + var fileName = saveFileDialog.FileName; AllForm_SaveData(RuntimeHelpers.GetObjectValue(sender), e); - StreamWriter streamWriter = new StreamWriter(fileName); - int startIndex = 0; + var streamWriter = new StreamWriter(fileName); + var startIndex = 0; do { streamWriter.WriteLine(BitConverter.ToString(publicva.EEPROM_Byte, startIndex, 1)); checked { ++startIndex; } } - while (startIndex <= (int) short.MaxValue); + while (startIndex <= short.MaxValue); streamWriter.Close(); } @@ -2176,8 +2176,8 @@ namespace HPG_68D private void CloseAllToolStripMenuItem_Click(object sender, EventArgs e) { - Form[] mdiChildren = MdiChildren; - int index = 0; + var mdiChildren = MdiChildren; + var index = 0; while (index < mdiChildren.Length) { mdiChildren[index].Close(); @@ -2195,7 +2195,7 @@ namespace HPG_68D MyProject.Forms.TypeMsgForm.ComboBox机型.SelectedIndex = 0; try { - StreamReader streamReader = File.OpenText(Application.StartupPath + "\\Config.hpg"); + var streamReader = File.OpenText(Application.StartupPath + "\\Config.hpg"); publicva.Language = streamReader.ReadLine(); streamReader.Close(); } @@ -2217,7 +2217,7 @@ namespace HPG_68D } changeLanguage(publicva.Language); EditMenuListTreeView.Nodes[0].Expand(); - MyProject.Forms.ChannelMsg.MdiParent = (Form) this; + MyProject.Forms.ChannelMsg.MdiParent = this; MyProject.Forms.ChannelMsg.Show(); MyProject.Forms.ChannelMsg.Focus(); ShowNewForm(RuntimeHelpers.GetObjectValue(sender), e); @@ -2232,41 +2232,41 @@ namespace HPG_68D private void EditMenuListTreeView_NodeMouseClick(object sender, TreeNodeMouseClickEventArgs e) { - string name = e.Node.Name; + var name = e.Node.Name; if (Operators.CompareString(name, "节点1", false) == 0) - SafeLoadWindowByName((Form) MyProject.Forms.ChannelMsg); + SafeLoadWindowByName(MyProject.Forms.ChannelMsg); else if (Operators.CompareString(name, "节点2", false) == 0) - SafeLoadWindowByName((Form) MyProject.Forms.TypeFuncMsgForm); + SafeLoadWindowByName(MyProject.Forms.TypeFuncMsgForm); else if (Operators.CompareString(name, "节点3", false) == 0) - SafeLoadWindowByName((Form) MyProject.Forms.ScanFuncMsgForm); + SafeLoadWindowByName(MyProject.Forms.ScanFuncMsgForm); else if (Operators.CompareString(name, "节点4", false) == 0) - SafeLoadWindowByName((Form) MyProject.Forms.BeepForm); + SafeLoadWindowByName(MyProject.Forms.BeepForm); else if (Operators.CompareString(name, "节点5", false) == 0) - SafeLoadWindowByName((Form) MyProject.Forms.DtmfForm); + SafeLoadWindowByName(MyProject.Forms.DtmfForm); else if (Operators.CompareString(name, "节点6", false) == 0) - SafeLoadWindowByName((Form) MyProject.Forms._2ToneForm); + SafeLoadWindowByName(MyProject.Forms._2ToneForm); else if (Operators.CompareString(name, "节点7", false) == 0) - SafeLoadWindowByName((Form) MyProject.Forms._5ToneForm); + SafeLoadWindowByName(MyProject.Forms._5ToneForm); else if (Operators.CompareString(name, "节点8", false) == 0) - SafeLoadWindowByName((Form) MyProject.Forms.SOSMsgForm); + SafeLoadWindowByName(MyProject.Forms.SOSMsgForm); else if (Operators.CompareString(name, "节点9", false) == 0) - SafeLoadWindowByName((Form) MyProject.Forms.RadioMsgForm); + SafeLoadWindowByName(MyProject.Forms.RadioMsgForm); else if (Operators.CompareString(name, "节点10", false) == 0) { - SafeLoadWindowByName((Form) MyProject.Forms.MsgForm); + SafeLoadWindowByName(MyProject.Forms.MsgForm); } else { if (Operators.CompareString(name, "节点11", false) != 0) return; - SafeLoadWindowByName((Form) MyProject.Forms.SofeMsgForm); + SafeLoadWindowByName(MyProject.Forms.SofeMsgForm); } } public void FormTreeViewHide() { - int index1 = 10; - string[,] strArray1 = new string[12, 2] + var index1 = 10; + var strArray1 = new string[12, 2] { { "HPG-68D", @@ -2317,7 +2317,7 @@ namespace HPG_68D "节点11" } }; - string[,] strArray2 = new string[12, 2] + var strArray2 = new string[12, 2] { { "HPG-68D", @@ -2374,7 +2374,7 @@ namespace HPG_68D EditMenuListTreeView.Nodes.Add(strArray1[0, 0]); EditMenuListTreeView.Nodes[0].Name = strArray1[0, 1]; EditMenuListTreeView.SelectedNode = EditMenuListTreeView.Nodes[0]; - int index2 = 1; + var index2 = 1; do { EditMenuListTreeView.SelectedNode.Nodes.Add(strArray1[index2, 0]); @@ -2388,7 +2388,7 @@ namespace HPG_68D EditMenuListTreeView.Nodes.Add(strArray2[0, 0]); EditMenuListTreeView.Nodes[0].Name = strArray2[0, 1]; EditMenuListTreeView.SelectedNode = EditMenuListTreeView.Nodes[0]; - int index3 = 1; + var index3 = 1; do { EditMenuListTreeView.SelectedNode.Nodes.Add(strArray2[index3, 0]); @@ -2397,7 +2397,7 @@ namespace HPG_68D } while (index3 <= 11); } - if (((uint) publicva.EEPROM_Byte[index1] & (uint) publicva.Bit5) > 0U) + if ((publicva.EEPROM_Byte[index1] & (uint) publicva.Bit5) > 0U) { 五音FToolStripMenuItem.Visible = true; } @@ -2405,10 +2405,10 @@ namespace HPG_68D { EditMenuListTreeView.Nodes[0].Nodes[6].Remove(); 五音FToolStripMenuItem.Visible = false; - if (JudgeIsFormLoaded((Form) MyProject.Forms._5ToneForm)) + if (JudgeIsFormLoaded(MyProject.Forms._5ToneForm)) MyProject.Forms._5ToneForm.Close(); } - if (((uint) publicva.EEPROM_Byte[index1] & (uint) publicva.Bit4) > 0U) + if ((publicva.EEPROM_Byte[index1] & (uint) publicva.Bit4) > 0U) { 两音TToolStripMenuItem.Visible = true; } @@ -2416,10 +2416,10 @@ namespace HPG_68D { EditMenuListTreeView.Nodes[0].Nodes[5].Remove(); 两音TToolStripMenuItem.Visible = false; - if (JudgeIsFormLoaded((Form) MyProject.Forms._2ToneForm)) + if (JudgeIsFormLoaded(MyProject.Forms._2ToneForm)) MyProject.Forms._2ToneForm.Close(); } - if (((uint) publicva.EEPROM_Byte[index1] & (uint) publicva.Bit0) > 0U) + if ((publicva.EEPROM_Byte[index1] & (uint) publicva.Bit0) > 0U) { 双音多频DToolStripMenuItem.Visible = true; } @@ -2427,10 +2427,10 @@ namespace HPG_68D { EditMenuListTreeView.Nodes[0].Nodes[4].Remove(); 双音多频DToolStripMenuItem.Visible = false; - if (JudgeIsFormLoaded((Form) MyProject.Forms.DtmfForm)) + if (JudgeIsFormLoaded(MyProject.Forms.DtmfForm)) MyProject.Forms.DtmfForm.Close(); } - if (((int) publicva.EEPROM_Byte[index1] & (int) publicva.Bit5 | (int) publicva.EEPROM_Byte[index1] & (int) publicva.Bit4) != 0) + if ((publicva.EEPROM_Byte[index1] & publicva.Bit5 | publicva.EEPROM_Byte[index1] & publicva.Bit4) != 0) { 提示音AToolStripMenuItem.Visible = true; } @@ -2438,7 +2438,7 @@ namespace HPG_68D { EditMenuListTreeView.Nodes[0].Nodes[3].Remove(); 提示音AToolStripMenuItem.Visible = false; - if (JudgeIsFormLoaded((Form) MyProject.Forms.BeepForm)) + if (JudgeIsFormLoaded(MyProject.Forms.BeepForm)) MyProject.Forms.BeepForm.Close(); } EditMenuListTreeView.Nodes[0].Expand(); @@ -2446,11 +2446,11 @@ namespace HPG_68D public void SafeLoadWindowByName(Form rFrm) { - Form[] mdiChildren = MdiChildren; - int index = 0; + var mdiChildren = MdiChildren; + var index = 0; while (index < mdiChildren.Length) { - Form form = mdiChildren[index]; + var form = mdiChildren[index]; if (Operators.CompareString(form.Name, rFrm.Name, false) == 0) { form.Focus(); @@ -2458,15 +2458,15 @@ namespace HPG_68D } checked { ++index; } } - rFrm.MdiParent = (Form) this; + rFrm.MdiParent = this; rFrm.Show(); rFrm.Focus(); } public bool JudgeIsFormLoaded(Form rFrm) { - Form[] mdiChildren = MdiChildren; - int index = 0; + var mdiChildren = MdiChildren; + var index = 0; while (index < mdiChildren.Length) { if (Operators.CompareString(mdiChildren[index].Name, rFrm.Name, false) == 0) @@ -2478,52 +2478,52 @@ namespace HPG_68D public void AllForm_LoadData(object sender, EventArgs e) { - if (JudgeIsFormLoaded((Form) MyProject.Forms.BeepForm)) + if (JudgeIsFormLoaded(MyProject.Forms.BeepForm)) MyProject.Forms.BeepForm.BeepForm_Load(RuntimeHelpers.GetObjectValue(sender), e); - if (JudgeIsFormLoaded((Form) MyProject.Forms._2ToneForm)) + if (JudgeIsFormLoaded(MyProject.Forms._2ToneForm)) MyProject.Forms._2ToneForm._2ToneForm_Load(RuntimeHelpers.GetObjectValue(sender), e); - if (JudgeIsFormLoaded((Form) MyProject.Forms._5ToneForm)) + if (JudgeIsFormLoaded(MyProject.Forms._5ToneForm)) MyProject.Forms._5ToneForm._5ToneForm_Load(RuntimeHelpers.GetObjectValue(sender), e); - if (JudgeIsFormLoaded((Form) MyProject.Forms.DtmfForm)) + if (JudgeIsFormLoaded(MyProject.Forms.DtmfForm)) MyProject.Forms.DtmfForm.DtmfForm_Load(RuntimeHelpers.GetObjectValue(sender), e); - if (JudgeIsFormLoaded((Form) MyProject.Forms.RadioMsgForm)) + if (JudgeIsFormLoaded(MyProject.Forms.RadioMsgForm)) MyProject.Forms.RadioMsgForm.RadioMsgForm_Load(RuntimeHelpers.GetObjectValue(sender), e); - if (JudgeIsFormLoaded((Form) MyProject.Forms.ChannelMsg)) + if (JudgeIsFormLoaded(MyProject.Forms.ChannelMsg)) MyProject.Forms.ChannelMsg.ChannelMsg_Load(RuntimeHelpers.GetObjectValue(sender), e); - if (JudgeIsFormLoaded((Form) MyProject.Forms.ScanFuncMsgForm)) + if (JudgeIsFormLoaded(MyProject.Forms.ScanFuncMsgForm)) MyProject.Forms.ScanFuncMsgForm.ScanFuncMsgForm_Load(RuntimeHelpers.GetObjectValue(sender), e); - if (JudgeIsFormLoaded((Form) MyProject.Forms.SOSMsgForm)) + if (JudgeIsFormLoaded(MyProject.Forms.SOSMsgForm)) MyProject.Forms.SOSMsgForm.SOSMsgForm_Load(RuntimeHelpers.GetObjectValue(sender), e); - if (JudgeIsFormLoaded((Form) MyProject.Forms.TypeFuncMsgForm)) + if (JudgeIsFormLoaded(MyProject.Forms.TypeFuncMsgForm)) MyProject.Forms.TypeFuncMsgForm.TypeFuncMsgForm_Load(RuntimeHelpers.GetObjectValue(sender), e); - if (JudgeIsFormLoaded((Form) MyProject.Forms.MsgForm)) + if (JudgeIsFormLoaded(MyProject.Forms.MsgForm)) MyProject.Forms.MsgForm.MsgForm_Load(RuntimeHelpers.GetObjectValue(sender), e); - if (!JudgeIsFormLoaded((Form) MyProject.Forms.SofeMsgForm)) + if (!JudgeIsFormLoaded(MyProject.Forms.SofeMsgForm)) return; MyProject.Forms.SofeMsgForm.SofeMsgForm_Load(RuntimeHelpers.GetObjectValue(sender), e); } public void AllForm_SaveData(object sender, EventArgs e) { - if (JudgeIsFormLoaded((Form) MyProject.Forms.BeepForm)) + if (JudgeIsFormLoaded(MyProject.Forms.BeepForm)) MyProject.Forms.BeepForm.BeepForm_Deactivate(RuntimeHelpers.GetObjectValue(sender), e); - if (JudgeIsFormLoaded((Form) MyProject.Forms._2ToneForm)) + if (JudgeIsFormLoaded(MyProject.Forms._2ToneForm)) MyProject.Forms._2ToneForm._2ToneForm_Deactivate(RuntimeHelpers.GetObjectValue(sender), e); - if (JudgeIsFormLoaded((Form) MyProject.Forms._5ToneForm)) + if (JudgeIsFormLoaded(MyProject.Forms._5ToneForm)) MyProject.Forms._5ToneForm._5ToneForm_Deactivate(RuntimeHelpers.GetObjectValue(sender), e); - if (JudgeIsFormLoaded((Form) MyProject.Forms.DtmfForm)) + if (JudgeIsFormLoaded(MyProject.Forms.DtmfForm)) MyProject.Forms.DtmfForm.DtmfForm_Deactivate(RuntimeHelpers.GetObjectValue(sender), e); - if (JudgeIsFormLoaded((Form) MyProject.Forms.RadioMsgForm)) + if (JudgeIsFormLoaded(MyProject.Forms.RadioMsgForm)) MyProject.Forms.RadioMsgForm.RadioMsgForm_Deactivate(RuntimeHelpers.GetObjectValue(sender), e); - if (JudgeIsFormLoaded((Form) MyProject.Forms.ChannelMsg)) + if (JudgeIsFormLoaded(MyProject.Forms.ChannelMsg)) MyProject.Forms.ChannelMsg.ChannelMsg_Deactivate(RuntimeHelpers.GetObjectValue(sender), e); - if (JudgeIsFormLoaded((Form) MyProject.Forms.ScanFuncMsgForm)) + if (JudgeIsFormLoaded(MyProject.Forms.ScanFuncMsgForm)) MyProject.Forms.ScanFuncMsgForm.ScanFuncMsgForm_Deactivate(RuntimeHelpers.GetObjectValue(sender), e); - if (JudgeIsFormLoaded((Form) MyProject.Forms.SOSMsgForm)) + if (JudgeIsFormLoaded(MyProject.Forms.SOSMsgForm)) MyProject.Forms.SOSMsgForm.SOSMsgForm_Deactivate(RuntimeHelpers.GetObjectValue(sender), e); - if (JudgeIsFormLoaded((Form) MyProject.Forms.TypeFuncMsgForm)) + if (JudgeIsFormLoaded(MyProject.Forms.TypeFuncMsgForm)) MyProject.Forms.TypeFuncMsgForm.TypeFuncMsgForm_Deactivate(RuntimeHelpers.GetObjectValue(sender), e); - if (!JudgeIsFormLoaded((Form) MyProject.Forms.MsgForm)) + if (!JudgeIsFormLoaded(MyProject.Forms.MsgForm)) return; MyProject.Forms.MsgForm.MsgForm_Deactivate(RuntimeHelpers.GetObjectValue(sender), e); } @@ -2554,7 +2554,7 @@ namespace HPG_68D if (!(object_x is ComboBox)) return; if (((ComboBox) object_x).FindString(publicva.EEPROM_Byte[address].ToString()) == -1) - publicva.EEPROM_Byte[address] = (byte) 0; + publicva.EEPROM_Byte[address] = 0; SetControl_U8_Data(object_x, address, AndBit, Right_No); } @@ -2564,12 +2564,12 @@ namespace HPG_68D { try { - ((ComboBox) object_x).SelectedIndex = (int) (byte) (((uint) publicva.EEPROM_Byte[address] & (uint) AndBit) >> (Right_No & 7)); + ((ComboBox) object_x).SelectedIndex = (byte) ((publicva.EEPROM_Byte[address] & (uint) AndBit) >> (Right_No & 7)); } catch (Exception ex) { ProjectData.SetProjectError(ex); - int num = (int) Interaction.MsgBox((object) (object_x.Name.ToString() + " 溢出出错值: " + ((byte) (((uint) publicva.EEPROM_Byte[address] & (uint) AndBit) >> (Right_No & 7))).ToString())); + var num = (int) Interaction.MsgBox(object_x.Name.ToString() + " 溢出出错值: " + ((byte) ((publicva.EEPROM_Byte[address] & (uint) AndBit) >> (Right_No & 7))).ToString()); ((ComboBox) object_x).SelectedIndex = 0; ProjectData.ClearProjectError(); } @@ -2579,14 +2579,14 @@ namespace HPG_68D try { if (Right_No != 0) - ((CheckBox) object_x).Checked = ((uint) (byte) ~((int) publicva.EEPROM_Byte[address] & (int) AndBit) & (uint) AndBit) > 0U; + ((CheckBox) object_x).Checked = ((byte) ~(publicva.EEPROM_Byte[address] & AndBit) & (uint) AndBit) > 0U; else - ((CheckBox) object_x).Checked = ((uint) publicva.EEPROM_Byte[address] & (uint) AndBit) > 0U; + ((CheckBox) object_x).Checked = (publicva.EEPROM_Byte[address] & (uint) AndBit) > 0U; } catch (Exception ex) { ProjectData.SetProjectError(ex); - int num = (int) Interaction.MsgBox((object) (object_x.Name.ToString() + " 溢出出错值: " + ((byte) ((int) publicva.EEPROM_Byte[address] & (int) AndBit)).ToString())); + var num = (int) Interaction.MsgBox(object_x.Name.ToString() + " 溢出出错值: " + ((byte) (publicva.EEPROM_Byte[address] & AndBit)).ToString()); ((CheckBox) object_x).Checked = false; ProjectData.ClearProjectError(); } @@ -2596,28 +2596,28 @@ namespace HPG_68D { if (object_x is ComboBox) { - publicva.EEPROM_Byte[address] = (byte) ((int) publicva.EEPROM_Byte[address] & (int) ~AndBit); - publicva.EEPROM_Byte[address] = checked ((byte) ((int) publicva.EEPROM_Byte[address] | ((ComboBox) object_x).SelectedIndex << Right_No)); + publicva.EEPROM_Byte[address] = (byte) (publicva.EEPROM_Byte[address] & ~AndBit); + publicva.EEPROM_Byte[address] = checked ((byte) (publicva.EEPROM_Byte[address] | ((ComboBox) object_x).SelectedIndex << Right_No)); } if (!(object_x is CheckBox)) return; - publicva.EEPROM_Byte[address] = !((CheckBox) object_x).Checked ? (Right_No == 0 ? (byte) ((int) publicva.EEPROM_Byte[address] & (int) ~AndBit) : (byte) ((int) publicva.EEPROM_Byte[address] | (int) AndBit)) : (Right_No == 0 ? (byte) ((int) publicva.EEPROM_Byte[address] | (int) AndBit) : (byte) ((int) publicva.EEPROM_Byte[address] & (int) ~AndBit)); + publicva.EEPROM_Byte[address] = !((CheckBox) object_x).Checked ? (Right_No == 0 ? (byte) (publicva.EEPROM_Byte[address] & ~AndBit) : (byte) (publicva.EEPROM_Byte[address] | AndBit)) : (Right_No == 0 ? (byte) (publicva.EEPROM_Byte[address] | AndBit) : (byte) (publicva.EEPROM_Byte[address] & ~AndBit)); } public object Get_2ByteToU16_L_H(int address) { - return (object) checked ((int) publicva.EEPROM_Byte[address + 1] * 256 + (int) publicva.EEPROM_Byte[address + 0] * 1); + return checked (publicva.EEPROM_Byte[address + 1] * 256 + publicva.EEPROM_Byte[address + 0] * 1); } public void Set_U16To2Byte_L_H(int value, int address) { publicva.EEPROM_Byte[checked (address + 1)] = checked ((byte) ((value & 65280) >> 8)); - publicva.EEPROM_Byte[checked (address + 0)] = checked ((byte) (value & (int) byte.MaxValue)); + publicva.EEPROM_Byte[checked (address + 0)] = checked ((byte) (value & byte.MaxValue)); } public object Get_4ByteToU32_L_H(int address) { - return (object) checked ((int) publicva.EEPROM_Byte[address + 3] * 16777216 + (int) publicva.EEPROM_Byte[address + 2] * 65536 + (int) publicva.EEPROM_Byte[address + 1] * 256 + (int) publicva.EEPROM_Byte[address + 0] * 1); + return checked (publicva.EEPROM_Byte[address + 3] * 16777216 + publicva.EEPROM_Byte[address + 2] * 65536 + publicva.EEPROM_Byte[address + 1] * 256 + publicva.EEPROM_Byte[address + 0] * 1); } public void Set_U32To4Byte_L_H(int value, int address) @@ -2625,13 +2625,13 @@ namespace HPG_68D publicva.EEPROM_Byte[checked (address + 3)] = checked ((byte) ((value & -16777216) >> 24)); publicva.EEPROM_Byte[checked (address + 2)] = checked ((byte) ((value & 16711680) >> 16)); publicva.EEPROM_Byte[checked (address + 1)] = checked ((byte) ((value & 65280) >> 8)); - publicva.EEPROM_Byte[checked (address + 0)] = checked ((byte) (value & (int) byte.MaxValue)); + publicva.EEPROM_Byte[checked (address + 0)] = checked ((byte) (value & byte.MaxValue)); } public void Get_FreqRang() { - int num = 768; - int index = 0; + var num = 768; + var index = 0; do { publicva.RxFreqRang[index, 0] = Conversions.ToUInteger(Get_4ByteToU32_L_H(checked (num + 0 + index * 16))); @@ -2645,8 +2645,8 @@ namespace HPG_68D public void Set_FreqRang() { - int num = 768; - int index = 0; + var num = 768; + var index = 0; do { Set_U32To4Byte_L_H(checked ((int) publicva.RxFreqRang[index, 0]), checked (num + 0 + index * 16)); @@ -2670,16 +2670,16 @@ namespace HPG_68D private void 通信端口PToolStripMenuItem_Click(object sender, EventArgs e) { - int num = (int) MyProject.Forms.ComForm.ShowDialog(); + var num = (int) MyProject.Forms.ComForm.ShowDialog(); } public bool JudgeArrayDataIsSame(byte[] source, byte[] input) { - int num = Information.UBound((Array) source); - int index = 0; + var num = Information.UBound(source); + var index = 0; while (index <= num) { - if ((int) source[index] != (int) input[index]) + if (source[index] != input[index]) return false; checked { ++index; } } @@ -2688,62 +2688,62 @@ namespace HPG_68D public object Get_CRC_Data(byte[] UARTDATA) { - int num1 = 0; - uint num2 = checked ((uint) ((int) UARTDATA[6] + 3 - 1)); + var num1 = 0; + var num2 = checked ((uint) (UARTDATA[6] + 3 - 1)); uint num3 = 0; while (num3 <= num2) { - num1 = checked (num1 + (int) UARTDATA[(int) (4L + (long) num3)]) & (int) byte.MaxValue; + num1 = checked (num1 + UARTDATA[(int) (4L + num3)]) & byte.MaxValue; checked { ++num3; } } - return (object) (checked (25 - num1 & (int) byte.MaxValue ^ (int) byte.MaxValue + 1) & (int) byte.MaxValue); + return checked (25 - num1 & byte.MaxValue ^ byte.MaxValue + 1) & byte.MaxValue; } public void Tx_WriteDataCOM_Frame() { - publicva.SendDataBuf[0] = (byte) 2; - publicva.SendDataBuf[1] = (byte) 35; - publicva.SendDataBuf[2] = (byte) 230; - publicva.SendDataBuf[3] = (byte) 245; - publicva.SendDataBuf[4] = checked ((byte) unchecked ((long) publicva.Rw_EEPROM_Add_Length_List[checked ((int) publicva.Rw_EEPROM_Add_Length_ListIndex), 0] / 256L)); - publicva.SendDataBuf[5] = checked ((byte) unchecked ((long) publicva.Rw_EEPROM_Add_Length_List[checked ((int) publicva.Rw_EEPROM_Add_Length_ListIndex), 0] % 256L)); + publicva.SendDataBuf[0] = 2; + publicva.SendDataBuf[1] = 35; + publicva.SendDataBuf[2] = 230; + publicva.SendDataBuf[3] = 245; + publicva.SendDataBuf[4] = checked ((byte) unchecked (publicva.Rw_EEPROM_Add_Length_List[checked ((int) publicva.Rw_EEPROM_Add_Length_ListIndex), 0] / 256L)); + publicva.SendDataBuf[5] = checked ((byte) unchecked (publicva.Rw_EEPROM_Add_Length_List[checked ((int) publicva.Rw_EEPROM_Add_Length_ListIndex), 0] % 256L)); publicva.SendDataBuf[6] = checked ((byte) publicva.Rw_EEPROM_Add_Length_List[(int) publicva.Rw_EEPROM_Add_Length_ListIndex, 1]); - uint num1 = checked ((uint) ((int) publicva.SendDataBuf[6] - 1)); + var num1 = checked ((uint) (publicva.SendDataBuf[6] - 1)); uint num2 = 0; while (num2 <= num1) { - publicva.SendDataBuf[checked ((int) (7L + (long) num2))] = publicva.EEPROM_Byte[checked ((int) (publicva.Rw_EEPROM_Add_Length_List[(int) publicva.Rw_EEPROM_Add_Length_ListIndex, 0] + num2))]; + publicva.SendDataBuf[checked ((int) (7L + num2))] = publicva.EEPROM_Byte[checked ((int) (publicva.Rw_EEPROM_Add_Length_List[(int) publicva.Rw_EEPROM_Add_Length_ListIndex, 0] + num2))]; checked { ++num2; } } - int index = checked (7 + (int) publicva.SendDataBuf[6]); + var index = checked (7 + publicva.SendDataBuf[6]); publicva.SendDataBuf[index] = Conversions.ToByte(Get_CRC_Data(publicva.SendDataBuf)); - publicva.SendDataBuf[checked (index + 1)] = (byte) 3; + publicva.SendDataBuf[checked (index + 1)] = 3; publicva.ReceivedCount = 5U; - SerialPort1.Write(publicva.SendDataBuf, 0, checked (7 + (int) publicva.SendDataBuf[6] + 1 + 1)); + SerialPort1.Write(publicva.SendDataBuf, 0, checked (7 + publicva.SendDataBuf[6] + 1 + 1)); } public void WriteDataToPC_EEPROM_Byte() { - uint num1 = checked ((uint) ((int) publicva.ReceivedDataBuf[6] - 1)); + var num1 = checked ((uint) (publicva.ReceivedDataBuf[6] - 1)); uint num2 = 0; while (num2 <= num1) { - publicva.EEPROM_Byte[checked ((int) (publicva.Rw_EEPROM_Add_Length_List[(int) publicva.Rw_EEPROM_Add_Length_ListIndex, 0] + num2))] = publicva.ReceivedDataBuf[checked ((int) (7L + (long) num2))]; + publicva.EEPROM_Byte[checked ((int) (publicva.Rw_EEPROM_Add_Length_List[(int) publicva.Rw_EEPROM_Add_Length_ListIndex, 0] + num2))] = publicva.ReceivedDataBuf[checked ((int) (7L + num2))]; checked { ++num2; } } } public void Tx_ReadDataCOM_Frame() { - publicva.SendDataBuf[0] = (byte) 2; - publicva.SendDataBuf[1] = (byte) 35; - publicva.SendDataBuf[2] = (byte) 229; - publicva.SendDataBuf[3] = (byte) 246; - publicva.SendDataBuf[4] = checked ((byte) unchecked ((long) publicva.Rw_EEPROM_Add_Length_List[checked ((int) publicva.Rw_EEPROM_Add_Length_ListIndex), 0] / 256L)); - publicva.SendDataBuf[5] = checked ((byte) unchecked ((long) publicva.Rw_EEPROM_Add_Length_List[checked ((int) publicva.Rw_EEPROM_Add_Length_ListIndex), 0] % 256L)); + publicva.SendDataBuf[0] = 2; + publicva.SendDataBuf[1] = 35; + publicva.SendDataBuf[2] = 229; + publicva.SendDataBuf[3] = 246; + publicva.SendDataBuf[4] = checked ((byte) unchecked (publicva.Rw_EEPROM_Add_Length_List[checked ((int) publicva.Rw_EEPROM_Add_Length_ListIndex), 0] / 256L)); + publicva.SendDataBuf[5] = checked ((byte) unchecked (publicva.Rw_EEPROM_Add_Length_List[checked ((int) publicva.Rw_EEPROM_Add_Length_ListIndex), 0] % 256L)); publicva.SendDataBuf[6] = checked ((byte) publicva.Rw_EEPROM_Add_Length_List[(int) publicva.Rw_EEPROM_Add_Length_ListIndex, 1]); - publicva.SendDataBuf[7] = (byte) 3; - publicva.ReceivedCount = checked ((uint) (7 + (int) publicva.SendDataBuf[6] + 1 + 1)); + publicva.SendDataBuf[7] = 3; + publicva.ReceivedCount = checked ((uint) (7 + publicva.SendDataBuf[6] + 1 + 1)); SerialPort1.Write(publicva.SendDataBuf, 0, 8); } @@ -2780,8 +2780,8 @@ namespace HPG_68D publicva.MscommCom = MscommComStr; publicva.ReceivedCount = 5U; publicva.Rw_EEPROM_Add_Length_ListIndex = 0U; - publicva.Rw_EEPROM_Add_Length_ListSum = checked ((uint) (Information.UBound((Array) AddressList) + 1)); - uint num = checked ((uint) Information.UBound((Array) AddressList)); + publicva.Rw_EEPROM_Add_Length_ListSum = checked ((uint) (Information.UBound(AddressList) + 1)); + var num = checked ((uint) Information.UBound(AddressList)); uint index = 0; while (index <= num) { @@ -2814,7 +2814,7 @@ label_9: private void SerialPort1_DataReceived(object sender, SerialDataReceivedEventArgs e) { - if ((long) SerialPort1.BytesToRead < (long) publicva.ReceivedCount) + if (SerialPort1.BytesToRead < publicva.ReceivedCount) return; SerialPort1.Read(publicva.ReceivedDataBuf, 0, checked ((int) publicva.ReceivedCount)); switch (publicva.MSCommStatus) @@ -2834,19 +2834,19 @@ label_9: SerialPort1.Write(publicva.Tx_Connect, 0, publicva.Tx_Connect.Length); break; case 1: - bool flag = false; + var flag = false; if (JudgeArrayDataIsSame(publicva.Rx_GetBandMsg, publicva.ReceivedDataBuf)) { publicva.MSCommTimeOut = 40U; - string mscommCom1 = publicva.MscommCom; + var mscommCom1 = publicva.MscommCom; if (Operators.CompareString(mscommCom1, "Write", false) == 0) { - if (((uint) publicva.ReceivedDataBuf[15] & (uint) publicva.Bit6) > 0U) + if ((publicva.ReceivedDataBuf[15] & (uint) publicva.Bit6) > 0U) flag = true; } else if (Operators.CompareString(mscommCom1, "Read", false) == 0) { - if (((uint) publicva.ReceivedDataBuf[15] & (uint) publicva.Bit5) > 0U) + if ((publicva.ReceivedDataBuf[15] & (uint) publicva.Bit5) > 0U) flag = true; } else if (Operators.CompareString(mscommCom1, "Write_Password", false) == 0 || Operators.CompareString(mscommCom1, "Read_Password", false) != 0) @@ -2858,7 +2858,7 @@ label_9: else { publicva.MSCommStatus = 3U; - string mscommCom2 = publicva.MscommCom; + var mscommCom2 = publicva.MscommCom; if (Operators.CompareString(mscommCom2, "Write", false) == 0 || Operators.CompareString(mscommCom2, "Write_Password", false) == 0) Tx_WriteDataCOM_Frame(); else if (Operators.CompareString(mscommCom2, "Read", false) == 0 || Operators.CompareString(mscommCom2, "Read_Password", false) == 0) @@ -2872,7 +2872,7 @@ label_9: { publicva.MSCommTimeOut = 40U; publicva.MSCommStatus = 3U; - string mscommCom = publicva.MscommCom; + var mscommCom = publicva.MscommCom; if (Operators.CompareString(mscommCom, "Write", false) == 0) { Tx_WriteDataCOM_Frame(); @@ -2893,13 +2893,13 @@ label_9: } break; case 3: - string mscommCom3 = publicva.MscommCom; + var mscommCom3 = publicva.MscommCom; if (Operators.CompareString(mscommCom3, "Write", false) == 0 || Operators.CompareString(mscommCom3, "Write_Password", false) == 0) { if (JudgeArrayDataIsSame(publicva.Rx_CRC_DATA_OK, publicva.ReceivedDataBuf)) { publicva.MSCommTimeOut = 40U; - publicva.Rw_EEPROM_Add_Length_ListIndex = checked ((uint) ((long) publicva.Rw_EEPROM_Add_Length_ListIndex + 1L)); + publicva.Rw_EEPROM_Add_Length_ListIndex = checked ((uint) (publicva.Rw_EEPROM_Add_Length_ListIndex + 1L)); if (publicva.Rw_EEPROM_Add_Length_ListIndex >= publicva.Rw_EEPROM_Add_Length_ListSum) { publicva.MSCommStatus = 4U; @@ -2912,19 +2912,19 @@ label_9: } if (JudgeArrayDataIsSame(publicva.Rx_CRC_DATA_Error, publicva.ReceivedDataBuf)) { - SerialPort1.Write(publicva.SendDataBuf, 0, checked (7 + (int) publicva.SendDataBuf[6] + 1 + 1)); + SerialPort1.Write(publicva.SendDataBuf, 0, checked (7 + publicva.SendDataBuf[6] + 1 + 1)); break; } break; } if (Operators.CompareString(mscommCom3, "Read", false) == 0 || Operators.CompareString(mscommCom3, "Read_Password", false) == 0) { - int index = checked (7 + (int) publicva.ReceivedDataBuf[6]); - if (Operators.ConditionalCompareObjectEqual(Get_CRC_Data(publicva.ReceivedDataBuf), (object) publicva.ReceivedDataBuf[index], false)) + var index = checked (7 + publicva.ReceivedDataBuf[6]); + if (Operators.ConditionalCompareObjectEqual(Get_CRC_Data(publicva.ReceivedDataBuf), publicva.ReceivedDataBuf[index], false)) { publicva.MSCommTimeOut = 40U; WriteDataToPC_EEPROM_Byte(); - publicva.Rw_EEPROM_Add_Length_ListIndex = checked ((uint) ((long) publicva.Rw_EEPROM_Add_Length_ListIndex + 1L)); + publicva.Rw_EEPROM_Add_Length_ListIndex = checked ((uint) (publicva.Rw_EEPROM_Add_Length_ListIndex + 1L)); if (publicva.Rw_EEPROM_Add_Length_ListIndex >= publicva.Rw_EEPROM_Add_Length_ListSum) { publicva.MSCommStatus = 4U; @@ -2954,7 +2954,7 @@ label_9: switch (publicva.MSCommStatus) { case 5: - string mscommCom = publicva.MscommCom; + var mscommCom = publicva.MscommCom; if (Operators.CompareString(mscommCom, "Write", false) == 0) { MSComm_Stop(); @@ -2965,31 +2965,31 @@ label_9: AllForm_LoadData(RuntimeHelpers.GetObjectValue(sender), e); FormTreeViewHide(); MSComm_Stop(); - byte[] numArray = new byte[32769]; - StreamReader streamReader = File.OpenText(Application.StartupPath + "\\default_data.hpg"); - int index1 = 0; + var numArray = new byte[32769]; + var streamReader = File.OpenText(Application.StartupPath + "\\default_data.hpg"); + var index1 = 0; do { numArray[index1] = Conversions.ToByte("&h" + streamReader.ReadLine()); checked { ++index1; } } - while (index1 <= (int) short.MaxValue); + while (index1 <= short.MaxValue); streamReader.Close(); - int index2 = 0; + var index2 = 0; do { numArray[index2] = publicva.EEPROM_Byte[index2]; checked { ++index2; } } while (index2 <= 895); - StreamWriter text = File.CreateText(Application.StartupPath + "\\default_data.hpg"); - int startIndex = 0; + var text = File.CreateText(Application.StartupPath + "\\default_data.hpg"); + var startIndex = 0; do { text.WriteLine(BitConverter.ToString(numArray, startIndex, 1)); checked { ++startIndex; } } - while (startIndex <= (int) short.MaxValue); + while (startIndex <= short.MaxValue); text.Close(); break; } @@ -3002,7 +3002,7 @@ label_9: if (Operators.CompareString(mscommCom, "Read_Password", false) == 0) { MSComm_Stop(); - int num = (int) MyProject.Forms.PasswordForm.ShowDialog(); + var num = (int) MyProject.Forms.PasswordForm.ShowDialog(); break; } break; @@ -3011,17 +3011,17 @@ label_9: break; case 7: Timer1.Enabled = false; - int num1 = (int) MyProject.Forms.InputPasswordForm.ShowDialog(); + var num1 = (int) MyProject.Forms.InputPasswordForm.ShowDialog(); break; } if (publicva.MSCommTimeOut > 0U) { - publicva.MSCommTimeOut = checked ((uint) ((long) publicva.MSCommTimeOut - 1L)); + publicva.MSCommTimeOut = checked ((uint) (publicva.MSCommTimeOut - 1L)); if (publicva.MSCommTimeOut == 0U) { if (publicva.MSCommStatus == 0U) { - publicva.MSCommReconnectionCount = checked ((uint) ((long) publicva.MSCommReconnectionCount + 1L)); + publicva.MSCommReconnectionCount = checked ((uint) (publicva.MSCommReconnectionCount + 1L)); if (publicva.MSCommReconnectionCount >= 5U) { MSComm_Stop(); @@ -3042,11 +3042,11 @@ label_9: } if (publicva.ChangeCOM_CNT <= 0U) return; - publicva.ChangeCOM_CNT = checked ((uint) ((long) publicva.ChangeCOM_CNT - 1L)); + publicva.ChangeCOM_CNT = checked ((uint) (publicva.ChangeCOM_CNT - 1L)); if (publicva.ChangeCOM_CNT == 0U) { - publicva.ChangeCOM_Count = checked ((uint) ((long) publicva.ChangeCOM_Count + 1L)); - if ((long) publicva.ChangeCOM_Count > (long) MyProject.Forms.ComForm.ComboBox1.Items.Count) + publicva.ChangeCOM_Count = checked ((uint) (publicva.ChangeCOM_Count + 1L)); + if (publicva.ChangeCOM_Count > MyProject.Forms.ComForm.ComboBox1.Items.Count) { MSComm_Stop(); MyProject.Forms.ChannelMsg.Msgbox_Msg("连接对讲机失败!", "Connection radios failed!"); @@ -3061,8 +3061,8 @@ label_9: Application.DoEvents(); SerialPort1.Close(); } - publicva.COM_SelectIndex = checked ((uint) ((long) publicva.COM_SelectIndex + 1L)); - if ((long) publicva.COM_SelectIndex >= (long) MyProject.Forms.ComForm.ComboBox1.Items.Count) + publicva.COM_SelectIndex = checked ((uint) (publicva.COM_SelectIndex + 1L)); + if (publicva.COM_SelectIndex >= MyProject.Forms.ComForm.ComboBox1.Items.Count) publicva.COM_SelectIndex = 0U; MyProject.Forms.ComForm.ComboBox1.SelectedIndex = checked ((int) publicva.COM_SelectIndex); SerialPort1.PortName = MyProject.Forms.ComForm.ComboBox1.Text; @@ -3084,92 +3084,92 @@ label_9: private void 从对讲机读取数据RToolStripMenuItem_Click(object sender, EventArgs e) { - int num = (int) MyProject.Forms.MSCommReadForm.ShowDialog(); + var num = (int) MyProject.Forms.MSCommReadForm.ShowDialog(); } private void 向对讲机写入数据WToolStripMenuItem_Click(object sender, EventArgs e) { - int num = (int) MyProject.Forms.MSCommWriteForm.ShowDialog(); + var num = (int) MyProject.Forms.MSCommWriteForm.ShowDialog(); } private void ReadToolStripButton_Click(object sender, EventArgs e) { - int num = (int) MyProject.Forms.MSCommReadForm.ShowDialog(); + var num = (int) MyProject.Forms.MSCommReadForm.ShowDialog(); } private void WriteToolStripButton_Click(object sender, EventArgs e) { - int num = (int) MyProject.Forms.MSCommWriteForm.ShowDialog(); + var num = (int) MyProject.Forms.MSCommWriteForm.ShowDialog(); } private void ComPortToolStripButton_Click(object sender, EventArgs e) { - int num = (int) MyProject.Forms.ComForm.ShowDialog(); + var num = (int) MyProject.Forms.ComForm.ShowDialog(); } private void 信道信息CToolStripMenuItem_Click(object sender, EventArgs e) { - SafeLoadWindowByName((Form) MyProject.Forms.ChannelMsg); + SafeLoadWindowByName(MyProject.Forms.ChannelMsg); } private void 整机信息OToolStripMenuItem_Click(object sender, EventArgs e) { - SafeLoadWindowByName((Form) MyProject.Forms.TypeFuncMsgForm); + SafeLoadWindowByName(MyProject.Forms.TypeFuncMsgForm); } private void 扫描信息SToolStripMenuItem_Click(object sender, EventArgs e) { - SafeLoadWindowByName((Form) MyProject.Forms.ScanFuncMsgForm); + SafeLoadWindowByName(MyProject.Forms.ScanFuncMsgForm); } private void 提示音AToolStripMenuItem_Click(object sender, EventArgs e) { - SafeLoadWindowByName((Form) MyProject.Forms.BeepForm); + SafeLoadWindowByName(MyProject.Forms.BeepForm); } private void 双音多频DToolStripMenuItem_Click(object sender, EventArgs e) { - SafeLoadWindowByName((Form) MyProject.Forms.DtmfForm); + SafeLoadWindowByName(MyProject.Forms.DtmfForm); } private void 两音TToolStripMenuItem_Click(object sender, EventArgs e) { - SafeLoadWindowByName((Form) MyProject.Forms._2ToneForm); + SafeLoadWindowByName(MyProject.Forms._2ToneForm); } private void 五音FToolStripMenuItem_Click(object sender, EventArgs e) { - SafeLoadWindowByName((Form) MyProject.Forms._5ToneForm); + SafeLoadWindowByName(MyProject.Forms._5ToneForm); } private void 紧急报警信息EToolStripMenuItem_Click(object sender, EventArgs e) { - SafeLoadWindowByName((Form) MyProject.Forms.SOSMsgForm); + SafeLoadWindowByName(MyProject.Forms.SOSMsgForm); } private void 收音机存储信道JToolStripMenuItem_Click(object sender, EventArgs e) { - SafeLoadWindowByName((Form) MyProject.Forms.RadioMsgForm); + SafeLoadWindowByName(MyProject.Forms.RadioMsgForm); } private void 嵌入信息IToolStripMenuItem_Click(object sender, EventArgs e) { - SafeLoadWindowByName((Form) MyProject.Forms.MsgForm); + SafeLoadWindowByName(MyProject.Forms.MsgForm); } private void 对讲机信息RToolStripMenuItem_Click(object sender, EventArgs e) { - SafeLoadWindowByName((Form) MyProject.Forms.SofeMsgForm); + SafeLoadWindowByName(MyProject.Forms.SofeMsgForm); } private void 机型信息MToolStripMenuItem_Click(object sender, EventArgs e) { - SafeLoadWindowByName((Form) MyProject.Forms.TypeMsgForm); + SafeLoadWindowByName(MyProject.Forms.TypeMsgForm); } private void AboutToolStripMenuItem_Click(object sender, EventArgs e) { - int num = (int) MyProject.Forms.AboutForm.ShowDialog(); + var num = (int) MyProject.Forms.AboutForm.ShowDialog(); } private void 更改密码CToolStripMenuItem_Click(object sender, EventArgs e) @@ -3182,26 +3182,26 @@ label_9: { try { - LanguageHelper.SetLanguage(languageName, (Form) this); - LanguageHelper.SetLanguage(languageName, (Form) MyProject.Forms._2ToneForm); - LanguageHelper.SetLanguage(languageName, (Form) MyProject.Forms._5ToneForm); - LanguageHelper.SetLanguage(languageName, (Form) MyProject.Forms.AboutForm); - LanguageHelper.SetLanguage(languageName, (Form) MyProject.Forms.BeepForm); - LanguageHelper.SetLanguage(languageName, (Form) MyProject.Forms.ChannelEditForm); - LanguageHelper.SetLanguage(languageName, (Form) MyProject.Forms.ChannelMsg); - LanguageHelper.SetLanguage(languageName, (Form) MyProject.Forms.ComForm); - LanguageHelper.SetLanguage(languageName, (Form) MyProject.Forms.DtmfForm); - LanguageHelper.SetLanguage(languageName, (Form) MyProject.Forms.InputPasswordForm); - LanguageHelper.SetLanguage(languageName, (Form) MyProject.Forms.MSCommReadForm); - LanguageHelper.SetLanguage(languageName, (Form) MyProject.Forms.MSCommWriteForm); - LanguageHelper.SetLanguage(languageName, (Form) MyProject.Forms.MsgForm); - LanguageHelper.SetLanguage(languageName, (Form) MyProject.Forms.PasswordForm); - LanguageHelper.SetLanguage(languageName, (Form) MyProject.Forms.RadioMsgForm); - LanguageHelper.SetLanguage(languageName, (Form) MyProject.Forms.ScanFuncMsgForm); - LanguageHelper.SetLanguage(languageName, (Form) MyProject.Forms.SofeMsgForm); - LanguageHelper.SetLanguage(languageName, (Form) MyProject.Forms.SOSMsgForm); - LanguageHelper.SetLanguage(languageName, (Form) MyProject.Forms.TypeFuncMsgForm); - LanguageHelper.SetLanguage(languageName, (Form) MyProject.Forms.TypeMsgForm); + LanguageHelper.SetLanguage(languageName, this); + LanguageHelper.SetLanguage(languageName, MyProject.Forms._2ToneForm); + LanguageHelper.SetLanguage(languageName, MyProject.Forms._5ToneForm); + LanguageHelper.SetLanguage(languageName, MyProject.Forms.AboutForm); + LanguageHelper.SetLanguage(languageName, MyProject.Forms.BeepForm); + LanguageHelper.SetLanguage(languageName, MyProject.Forms.ChannelEditForm); + LanguageHelper.SetLanguage(languageName, MyProject.Forms.ChannelMsg); + LanguageHelper.SetLanguage(languageName, MyProject.Forms.ComForm); + LanguageHelper.SetLanguage(languageName, MyProject.Forms.DtmfForm); + LanguageHelper.SetLanguage(languageName, MyProject.Forms.InputPasswordForm); + LanguageHelper.SetLanguage(languageName, MyProject.Forms.MSCommReadForm); + LanguageHelper.SetLanguage(languageName, MyProject.Forms.MSCommWriteForm); + LanguageHelper.SetLanguage(languageName, MyProject.Forms.MsgForm); + LanguageHelper.SetLanguage(languageName, MyProject.Forms.PasswordForm); + LanguageHelper.SetLanguage(languageName, MyProject.Forms.RadioMsgForm); + LanguageHelper.SetLanguage(languageName, MyProject.Forms.ScanFuncMsgForm); + LanguageHelper.SetLanguage(languageName, MyProject.Forms.SofeMsgForm); + LanguageHelper.SetLanguage(languageName, MyProject.Forms.SOSMsgForm); + LanguageHelper.SetLanguage(languageName, MyProject.Forms.TypeFuncMsgForm); + LanguageHelper.SetLanguage(languageName, MyProject.Forms.TypeMsgForm); } catch (Exception ex) { @@ -3222,11 +3222,11 @@ label_9: changeLanguage(publicva.Language); AllForm_LoadData(RuntimeHelpers.GetObjectValue(sender), e); FormTreeViewHide(); - SafeLoadWindowByName((Form) MyProject.Forms.ChannelMsg); + SafeLoadWindowByName(MyProject.Forms.ChannelMsg); CascadeToolStripMenuItem_Click(RuntimeHelpers.GetObjectValue(sender), e); try { - StreamWriter text = File.CreateText(Application.StartupPath + "\\Config.hpg"); + var text = File.CreateText(Application.StartupPath + "\\Config.hpg"); text.WriteLine(publicva.Language); text.Close(); } @@ -3249,11 +3249,11 @@ label_9: changeLanguage(publicva.Language); AllForm_LoadData(RuntimeHelpers.GetObjectValue(sender), e); FormTreeViewHide(); - SafeLoadWindowByName((Form) MyProject.Forms.ChannelMsg); + SafeLoadWindowByName(MyProject.Forms.ChannelMsg); CascadeToolStripMenuItem_Click(RuntimeHelpers.GetObjectValue(sender), e); try { - StreamWriter text = File.CreateText(Application.StartupPath + "\\Config.hpg"); + var text = File.CreateText(Application.StartupPath + "\\Config.hpg"); text.WriteLine(publicva.Language); text.Close(); } diff --git a/HPG-68D/MSCommReadForm.cs b/HPG-68D/MSCommReadForm.cs index 26a6a08..1a8a283 100644 --- a/HPG-68D/MSCommReadForm.cs +++ b/HPG-68D/MSCommReadForm.cs @@ -42,7 +42,7 @@ namespace HPG_68D public MSCommReadForm() { Load += MSCommReadForm_Load; - __ENCList.Add((object) new WeakReference((object) this)); + __ENCList.Add(new WeakReference(this)); InitializeComponent(); } @@ -57,51 +57,51 @@ namespace HPG_68D [DebuggerStepThrough] private void InitializeComponent() { - components = (IContainer) new Container(); - ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof (MSCommReadForm)); + components = new Container(); + var componentResourceManager = new ComponentResourceManager(typeof (MSCommReadForm)); Label1 = new Label(); Button取消 = new Button(); Button读频 = new Button(); ProgressBar1 = new ProgressBar(); Timer1 = new Timer(components); SuspendLayout(); - Label1.AccessibleDescription = (string) null; - Label1.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label1, "Label1"); + Label1.AccessibleDescription = null; + Label1.AccessibleName = null; + componentResourceManager.ApplyResources(Label1, "Label1"); Label1.BackColor = SystemColors.Control; - Label1.Font = (Font) null; + Label1.Font = null; Label1.ForeColor = Color.Red; Label1.Name = "Label1"; - Button取消.AccessibleDescription = (string) null; - Button取消.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Button取消, "Button取消"); - Button取消.BackgroundImage = (Image) null; - Button取消.Font = (Font) null; + Button取消.AccessibleDescription = null; + Button取消.AccessibleName = null; + componentResourceManager.ApplyResources(Button取消, "Button取消"); + Button取消.BackgroundImage = null; + Button取消.Font = null; Button取消.Name = "Button取消"; Button取消.UseVisualStyleBackColor = true; - Button读频.AccessibleDescription = (string) null; - Button读频.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Button读频, "Button读频"); - Button读频.BackgroundImage = (Image) null; - Button读频.Font = (Font) null; + Button读频.AccessibleDescription = null; + Button读频.AccessibleName = null; + componentResourceManager.ApplyResources(Button读频, "Button读频"); + Button读频.BackgroundImage = null; + Button读频.Font = null; Button读频.Name = "Button读频"; Button读频.UseVisualStyleBackColor = true; - ProgressBar1.AccessibleDescription = (string) null; - ProgressBar1.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ProgressBar1, "ProgressBar1"); - ProgressBar1.BackgroundImage = (Image) null; - ProgressBar1.Font = (Font) null; + ProgressBar1.AccessibleDescription = null; + ProgressBar1.AccessibleName = null; + componentResourceManager.ApplyResources(ProgressBar1, "ProgressBar1"); + ProgressBar1.BackgroundImage = null; + ProgressBar1.Font = null; ProgressBar1.Name = "ProgressBar1"; - AccessibleDescription = (string) null; - AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) this, "$this"); + AccessibleDescription = null; + AccessibleName = null; + componentResourceManager.ApplyResources(this, "$this"); AutoScaleMode = AutoScaleMode.Font; - BackgroundImage = (Image) null; - Controls.Add((Control) Label1); - Controls.Add((Control) Button取消); - Controls.Add((Control) Button读频); - Controls.Add((Control) ProgressBar1); - Font = (Font) null; + BackgroundImage = null; + Controls.Add(Label1); + Controls.Add(Button取消); + Controls.Add(Button读频); + Controls.Add(ProgressBar1); + Font = null; FormBorderStyle = FormBorderStyle.FixedDialog; MaximizeBox = false; MinimizeBox = false; @@ -196,7 +196,7 @@ namespace HPG_68D private void Timer1_Tick(object sender, EventArgs e) { - uint num = checked ((uint) unchecked (checked ((long) publicva.Rw_EEPROM_Add_Length_ListIndex * 100L) / (long) publicva.Rw_EEPROM_Add_Length_ListSum)); + var num = checked ((uint) unchecked (checked (publicva.Rw_EEPROM_Add_Length_ListIndex * 100L) / publicva.Rw_EEPROM_Add_Length_ListSum)); if (num > 100U) num = 100U; ProgressBar1.Value = checked ((int) num); diff --git a/HPG-68D/MSCommWriteForm.cs b/HPG-68D/MSCommWriteForm.cs index 162a2e7..6ca46d6 100644 --- a/HPG-68D/MSCommWriteForm.cs +++ b/HPG-68D/MSCommWriteForm.cs @@ -42,7 +42,7 @@ namespace HPG_68D public MSCommWriteForm() { Load += MSCommWriteForm_Load; - __ENCList.Add((object) new WeakReference((object) this)); + __ENCList.Add(new WeakReference(this)); InitializeComponent(); } @@ -57,51 +57,51 @@ namespace HPG_68D [DebuggerStepThrough] private void InitializeComponent() { - components = (IContainer) new Container(); - ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof (MSCommWriteForm)); + components = new Container(); + var componentResourceManager = new ComponentResourceManager(typeof (MSCommWriteForm)); Label1 = new Label(); Button取消 = new Button(); Button写频 = new Button(); ProgressBar1 = new ProgressBar(); Timer1 = new Timer(components); SuspendLayout(); - Label1.AccessibleDescription = (string) null; - Label1.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label1, "Label1"); + Label1.AccessibleDescription = null; + Label1.AccessibleName = null; + componentResourceManager.ApplyResources(Label1, "Label1"); Label1.BackColor = SystemColors.Control; - Label1.Font = (Font) null; + Label1.Font = null; Label1.ForeColor = Color.Red; Label1.Name = "Label1"; - Button取消.AccessibleDescription = (string) null; - Button取消.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Button取消, "Button取消"); - Button取消.BackgroundImage = (Image) null; - Button取消.Font = (Font) null; + Button取消.AccessibleDescription = null; + Button取消.AccessibleName = null; + componentResourceManager.ApplyResources(Button取消, "Button取消"); + Button取消.BackgroundImage = null; + Button取消.Font = null; Button取消.Name = "Button取消"; Button取消.UseVisualStyleBackColor = true; - Button写频.AccessibleDescription = (string) null; - Button写频.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Button写频, "Button写频"); - Button写频.BackgroundImage = (Image) null; - Button写频.Font = (Font) null; + Button写频.AccessibleDescription = null; + Button写频.AccessibleName = null; + componentResourceManager.ApplyResources(Button写频, "Button写频"); + Button写频.BackgroundImage = null; + Button写频.Font = null; Button写频.Name = "Button写频"; Button写频.UseVisualStyleBackColor = true; - ProgressBar1.AccessibleDescription = (string) null; - ProgressBar1.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ProgressBar1, "ProgressBar1"); - ProgressBar1.BackgroundImage = (Image) null; - ProgressBar1.Font = (Font) null; + ProgressBar1.AccessibleDescription = null; + ProgressBar1.AccessibleName = null; + componentResourceManager.ApplyResources(ProgressBar1, "ProgressBar1"); + ProgressBar1.BackgroundImage = null; + ProgressBar1.Font = null; ProgressBar1.Name = "ProgressBar1"; - AccessibleDescription = (string) null; - AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) this, "$this"); + AccessibleDescription = null; + AccessibleName = null; + componentResourceManager.ApplyResources(this, "$this"); AutoScaleMode = AutoScaleMode.Font; - BackgroundImage = (Image) null; - Controls.Add((Control) Label1); - Controls.Add((Control) Button取消); - Controls.Add((Control) Button写频); - Controls.Add((Control) ProgressBar1); - Font = (Font) null; + BackgroundImage = null; + Controls.Add(Label1); + Controls.Add(Button取消); + Controls.Add(Button写频); + Controls.Add(ProgressBar1); + Font = null; FormBorderStyle = FormBorderStyle.FixedDialog; MaximizeBox = false; MinimizeBox = false; @@ -173,7 +173,7 @@ namespace HPG_68D private void Timer1_Tick(object sender, EventArgs e) { - uint num = checked ((uint) unchecked (checked ((long) publicva.Rw_EEPROM_Add_Length_ListIndex * 100L) / (long) publicva.Rw_EEPROM_Add_Length_ListSum)); + var num = checked ((uint) unchecked (checked (publicva.Rw_EEPROM_Add_Length_ListIndex * 100L) / publicva.Rw_EEPROM_Add_Length_ListSum)); if (num > 100U) num = 100U; ProgressBar1.Value = checked ((int) num); diff --git a/HPG-68D/MsgForm.cs b/HPG-68D/MsgForm.cs index d2c50e1..e569345 100644 --- a/HPG-68D/MsgForm.cs +++ b/HPG-68D/MsgForm.cs @@ -45,7 +45,7 @@ namespace HPG_68D Deactivate += MsgForm_Deactivate; FormClosing += MsgForm_FormClosing; Load += MsgForm_Load; - __ENCList.Add((object) new WeakReference((object) this)); + __ENCList.Add(new WeakReference(this)); InitializeComponent(); } @@ -60,7 +60,7 @@ namespace HPG_68D [DebuggerStepThrough] private void InitializeComponent() { - ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof (MsgForm)); + var componentResourceManager = new ComponentResourceManager(typeof (MsgForm)); Panel1 = new Panel(); TextBox嵌入信息 = new TextBox(); Button3 = new Button(); @@ -68,27 +68,27 @@ namespace HPG_68D Button1 = new Button(); Panel1.SuspendLayout(); SuspendLayout(); - componentResourceManager.ApplyResources((object) Panel1, "Panel1"); + componentResourceManager.ApplyResources(Panel1, "Panel1"); Panel1.BorderStyle = BorderStyle.Fixed3D; - Panel1.Controls.Add((Control) TextBox嵌入信息); + Panel1.Controls.Add(TextBox嵌入信息); Panel1.Name = "Panel1"; - componentResourceManager.ApplyResources((object) TextBox嵌入信息, "TextBox嵌入信息"); + componentResourceManager.ApplyResources(TextBox嵌入信息, "TextBox嵌入信息"); TextBox嵌入信息.Name = "TextBox嵌入信息"; - componentResourceManager.ApplyResources((object) Button3, "Button3"); + componentResourceManager.ApplyResources(Button3, "Button3"); Button3.Name = "Button3"; Button3.UseVisualStyleBackColor = true; - componentResourceManager.ApplyResources((object) Button2, "Button2"); + componentResourceManager.ApplyResources(Button2, "Button2"); Button2.Name = "Button2"; Button2.UseVisualStyleBackColor = true; - componentResourceManager.ApplyResources((object) Button1, "Button1"); + componentResourceManager.ApplyResources(Button1, "Button1"); Button1.Name = "Button1"; Button1.UseVisualStyleBackColor = true; - componentResourceManager.ApplyResources((object) this, "$this"); + componentResourceManager.ApplyResources(this, "$this"); AutoScaleMode = AutoScaleMode.Font; - Controls.Add((Control) Button3); - Controls.Add((Control) Button2); - Controls.Add((Control) Button1); - Controls.Add((Control) Panel1); + Controls.Add(Button3); + Controls.Add(Button2); + Controls.Add(Button1); + Controls.Add(Panel1); Name = nameof (MsgForm); Panel1.ResumeLayout(false); Panel1.PerformLayout(); @@ -146,7 +146,7 @@ namespace HPG_68D public void MsgForm_Deactivate(object sender, EventArgs e) { - int num = 5248; + var num = 5248; Encoding.ASCII.GetBytes(TextBox嵌入信息.Text.PadRight(128), 0, 128, publicva.EEPROM_Byte, checked (num + 0)); } @@ -158,7 +158,7 @@ namespace HPG_68D public void MsgForm_Load(object sender, EventArgs e) { MyProject.Forms.MDIParent1.嵌入信息IToolStripMenuItem.Checked = true; - int num = 5248; + var num = 5248; TextBox嵌入信息.Text = Strings.RTrim(Encoding.ASCII.GetString(publicva.EEPROM_Byte, checked (num + 0), 128)); } } diff --git a/HPG-68D/My/MyApplication.cs b/HPG-68D/My/MyApplication.cs index 6a43ae9..3e036a3 100644 --- a/HPG-68D/My/MyApplication.cs +++ b/HPG-68D/My/MyApplication.cs @@ -44,7 +44,7 @@ namespace HPG_68D.My public MyApplication() : base(AuthenticationMode.Windows) { - __ENCList.Add((object) new WeakReference((object) this)); + __ENCList.Add(new WeakReference(this)); IsSingleInstance = false; EnableVisualStyles = true; SaveMySettingsOnExit = true; @@ -52,6 +52,6 @@ namespace HPG_68D.My } [DebuggerStepThrough] - protected override void OnCreateMainForm() => MainForm = (Form) MyProject.Forms.MDIParent1; + protected override void OnCreateMainForm() => MainForm = MyProject.Forms.MDIParent1; } } diff --git a/HPG-68D/My/MyProject.cs b/HPG-68D/My/MyProject.cs index 26053ca..1065ebf 100644 --- a/HPG-68D/My/MyProject.cs +++ b/HPG-68D/My/MyProject.cs @@ -437,16 +437,16 @@ namespace HPG_68D.My [DebuggerHidden] private static T Create__Instance__(T Instance) where T : Form, new() { - if ((object) Instance != null && !Instance.IsDisposed) + if (Instance != null && !Instance.IsDisposed) return Instance; if (m_FormBeingCreated != null) { - if (m_FormBeingCreated.ContainsKey((object) typeof (T))) + if (m_FormBeingCreated.ContainsKey(typeof (T))) throw new InvalidOperationException(Utils.GetResourceString("WinForms_RecursiveFormCreate")); } else m_FormBeingCreated = new Hashtable(); - m_FormBeingCreated.Add((object) typeof (T), (object) null); + m_FormBeingCreated.Add(typeof (T), null); try { return new T(); @@ -454,7 +454,7 @@ namespace HPG_68D.My catch (TargetInvocationException ex) { // ISSUE: unable to correctly present filter - ProjectData.SetProjectError((Exception) ex); + ProjectData.SetProjectError(ex); if (ex.InnerException != null) { //SuccessfulFiltering; @@ -464,7 +464,7 @@ namespace HPG_68D.My } finally { - m_FormBeingCreated.Remove((object) typeof (T)); + m_FormBeingCreated.Remove(typeof (T)); } throw new InvalidOperationException("Upssssss!!!!"); } @@ -518,7 +518,7 @@ namespace HPG_68D.My [DebuggerHidden] private static T Create__Instance__(T instance) where T : new() { - return (object) instance == null ? new T() : instance; + return instance == null ? new T() : instance; } [DebuggerHidden] @@ -541,7 +541,7 @@ namespace HPG_68D.My { [DebuggerHidden] get { - if ((object) ThreadSafeObjectProvider.m_ThreadStaticValue == null) + if (ThreadSafeObjectProvider.m_ThreadStaticValue == null) ThreadSafeObjectProvider.m_ThreadStaticValue = new T(); return ThreadSafeObjectProvider.m_ThreadStaticValue; diff --git a/HPG-68D/My/MySettings.cs b/HPG-68D/My/MySettings.cs index e6ca458..c483b19 100644 --- a/HPG-68D/My/MySettings.cs +++ b/HPG-68D/My/MySettings.cs @@ -22,7 +22,7 @@ namespace HPG_68D.My [GeneratedCode("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "8.0.0.0")] internal sealed class MySettings : ApplicationSettingsBase { - private static MySettings defaultInstance = (MySettings) Synchronized((SettingsBase) new MySettings()); + private static MySettings defaultInstance = (MySettings) Synchronized(new MySettings()); private static bool addedHandler; private static object addedHandlerLockObject = RuntimeHelpers.GetObjectValue(new object()); @@ -46,19 +46,19 @@ namespace HPG_68D.My { if (!addedHandler) { - object handlerLockObject = addedHandlerLockObject; + var handlerLockObject = addedHandlerLockObject; ObjectFlowControl.CheckForSyncLockOnValueType(handlerLockObject); Monitor.Enter(handlerLockObject); try { if (!addedHandler) { - MyProject.Application.Shutdown += (ShutdownEventHandler) ((sender, e) => + MyProject.Application.Shutdown += (sender, e) => { if (!MyProject.Application.SaveMySettingsOnExit) return; MySettingsProperty.Settings.Save(); - }); + }; addedHandler = true; } } @@ -67,7 +67,7 @@ namespace HPG_68D.My Monitor.Exit(handlerLockObject); } } - MySettings defaultInstance = MySettings.defaultInstance; + var defaultInstance = MySettings.defaultInstance; return defaultInstance; } } diff --git a/HPG-68D/My/MySettingsProperty.cs b/HPG-68D/My/MySettingsProperty.cs index 04d5a0e..c3239f3 100644 --- a/HPG-68D/My/MySettingsProperty.cs +++ b/HPG-68D/My/MySettingsProperty.cs @@ -24,7 +24,7 @@ namespace HPG_68D.My { get { - MySettings settings = MySettings.Default; + var settings = MySettings.Default; return settings; } } diff --git a/HPG-68D/My/Resources/Resources.cs b/HPG-68D/My/Resources/Resources.cs index 68d7f0b..25c51cf 100644 --- a/HPG-68D/My/Resources/Resources.cs +++ b/HPG-68D/My/Resources/Resources.cs @@ -30,7 +30,7 @@ namespace HPG_68D.My.Resources { get { - if (ReferenceEquals((object) resourceMan, (object) null)) + if (ReferenceEquals(resourceMan, null)) resourceMan = new ResourceManager("HPG_68D.Resources", typeof (Resources).Assembly); return resourceMan; } diff --git a/HPG-68D/PasswordForm.cs b/HPG-68D/PasswordForm.cs index 5addae2..5414b55 100644 --- a/HPG-68D/PasswordForm.cs +++ b/HPG-68D/PasswordForm.cs @@ -70,7 +70,7 @@ namespace HPG_68D public PasswordForm() { Load += PasswordForm_Load; - __ENCList.Add((object) new WeakReference((object) this)); + __ENCList.Add(new WeakReference(this)); InitializeComponent(); } @@ -85,7 +85,7 @@ namespace HPG_68D [DebuggerStepThrough] private void InitializeComponent() { - ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof (PasswordForm)); + var componentResourceManager = new ComponentResourceManager(typeof (PasswordForm)); Label1 = new Label(); TextBoxPassword = new TextBox(); ButtonOK = new Button(); @@ -107,138 +107,138 @@ namespace HPG_68D GroupBox_ReadPassword.SuspendLayout(); GroupBox_WritePassword.SuspendLayout(); SuspendLayout(); - Label1.AccessibleDescription = (string) null; - Label1.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label1, "Label1"); - Label1.Font = (Font) null; + Label1.AccessibleDescription = null; + Label1.AccessibleName = null; + componentResourceManager.ApplyResources(Label1, "Label1"); + Label1.Font = null; Label1.Name = "Label1"; - TextBoxPassword.AccessibleDescription = (string) null; - TextBoxPassword.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) TextBoxPassword, "TextBoxPassword"); - TextBoxPassword.BackgroundImage = (Image) null; - TextBoxPassword.Font = (Font) null; + TextBoxPassword.AccessibleDescription = null; + TextBoxPassword.AccessibleName = null; + componentResourceManager.ApplyResources(TextBoxPassword, "TextBoxPassword"); + TextBoxPassword.BackgroundImage = null; + TextBoxPassword.Font = null; TextBoxPassword.Name = "TextBoxPassword"; - ButtonOK.AccessibleDescription = (string) null; - ButtonOK.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ButtonOK, "ButtonOK"); - ButtonOK.BackgroundImage = (Image) null; - ButtonOK.Font = (Font) null; + ButtonOK.AccessibleDescription = null; + ButtonOK.AccessibleName = null; + componentResourceManager.ApplyResources(ButtonOK, "ButtonOK"); + ButtonOK.BackgroundImage = null; + ButtonOK.Font = null; ButtonOK.Name = "ButtonOK"; ButtonOK.UseVisualStyleBackColor = true; - ButtonCannel.AccessibleDescription = (string) null; - ButtonCannel.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ButtonCannel, "ButtonCannel"); - ButtonCannel.BackgroundImage = (Image) null; - ButtonCannel.Font = (Font) null; + ButtonCannel.AccessibleDescription = null; + ButtonCannel.AccessibleName = null; + componentResourceManager.ApplyResources(ButtonCannel, "ButtonCannel"); + ButtonCannel.BackgroundImage = null; + ButtonCannel.Font = null; ButtonCannel.Name = "ButtonCannel"; ButtonCannel.UseVisualStyleBackColor = true; - Label2.AccessibleDescription = (string) null; - Label2.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label2, "Label2"); - Label2.Font = (Font) null; + Label2.AccessibleDescription = null; + Label2.AccessibleName = null; + componentResourceManager.ApplyResources(Label2, "Label2"); + Label2.Font = null; Label2.Name = "Label2"; - TextBox_NewPassword_R.AccessibleDescription = (string) null; - TextBox_NewPassword_R.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) TextBox_NewPassword_R, "TextBox_NewPassword_R"); - TextBox_NewPassword_R.BackgroundImage = (Image) null; - TextBox_NewPassword_R.Font = (Font) null; + TextBox_NewPassword_R.AccessibleDescription = null; + TextBox_NewPassword_R.AccessibleName = null; + componentResourceManager.ApplyResources(TextBox_NewPassword_R, "TextBox_NewPassword_R"); + TextBox_NewPassword_R.BackgroundImage = null; + TextBox_NewPassword_R.Font = null; TextBox_NewPassword_R.Name = "TextBox_NewPassword_R"; - CheckBox_WritePassword.AccessibleDescription = (string) null; - CheckBox_WritePassword.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) CheckBox_WritePassword, "CheckBox_WritePassword"); - CheckBox_WritePassword.BackgroundImage = (Image) null; - CheckBox_WritePassword.Font = (Font) null; + CheckBox_WritePassword.AccessibleDescription = null; + CheckBox_WritePassword.AccessibleName = null; + componentResourceManager.ApplyResources(CheckBox_WritePassword, "CheckBox_WritePassword"); + CheckBox_WritePassword.BackgroundImage = null; + CheckBox_WritePassword.Font = null; CheckBox_WritePassword.Name = "CheckBox_WritePassword"; CheckBox_WritePassword.UseVisualStyleBackColor = true; - CheckBox_ReadPassword.AccessibleDescription = (string) null; - CheckBox_ReadPassword.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) CheckBox_ReadPassword, "CheckBox_ReadPassword"); - CheckBox_ReadPassword.BackgroundImage = (Image) null; - CheckBox_ReadPassword.Font = (Font) null; + CheckBox_ReadPassword.AccessibleDescription = null; + CheckBox_ReadPassword.AccessibleName = null; + componentResourceManager.ApplyResources(CheckBox_ReadPassword, "CheckBox_ReadPassword"); + CheckBox_ReadPassword.BackgroundImage = null; + CheckBox_ReadPassword.Font = null; CheckBox_ReadPassword.Name = "CheckBox_ReadPassword"; CheckBox_ReadPassword.UseVisualStyleBackColor = true; - GroupBox_ReadPassword.AccessibleDescription = (string) null; - GroupBox_ReadPassword.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) GroupBox_ReadPassword, "GroupBox_ReadPassword"); - GroupBox_ReadPassword.BackgroundImage = (Image) null; - GroupBox_ReadPassword.Controls.Add((Control) TextBoxPassword); - GroupBox_ReadPassword.Controls.Add((Control) Label1); - GroupBox_ReadPassword.Controls.Add((Control) Label3); - GroupBox_ReadPassword.Controls.Add((Control) Label2); - GroupBox_ReadPassword.Controls.Add((Control) TextBox_EnterPassword_R); - GroupBox_ReadPassword.Controls.Add((Control) TextBox_NewPassword_R); - GroupBox_ReadPassword.Font = (Font) null; + GroupBox_ReadPassword.AccessibleDescription = null; + GroupBox_ReadPassword.AccessibleName = null; + componentResourceManager.ApplyResources(GroupBox_ReadPassword, "GroupBox_ReadPassword"); + GroupBox_ReadPassword.BackgroundImage = null; + GroupBox_ReadPassword.Controls.Add(TextBoxPassword); + GroupBox_ReadPassword.Controls.Add(Label1); + GroupBox_ReadPassword.Controls.Add(Label3); + GroupBox_ReadPassword.Controls.Add(Label2); + GroupBox_ReadPassword.Controls.Add(TextBox_EnterPassword_R); + GroupBox_ReadPassword.Controls.Add(TextBox_NewPassword_R); + GroupBox_ReadPassword.Font = null; GroupBox_ReadPassword.Name = "GroupBox_ReadPassword"; GroupBox_ReadPassword.TabStop = false; - Label3.AccessibleDescription = (string) null; - Label3.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label3, "Label3"); - Label3.Font = (Font) null; + Label3.AccessibleDescription = null; + Label3.AccessibleName = null; + componentResourceManager.ApplyResources(Label3, "Label3"); + Label3.Font = null; Label3.Name = "Label3"; - TextBox_EnterPassword_R.AccessibleDescription = (string) null; - TextBox_EnterPassword_R.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) TextBox_EnterPassword_R, "TextBox_EnterPassword_R"); - TextBox_EnterPassword_R.BackgroundImage = (Image) null; - TextBox_EnterPassword_R.Font = (Font) null; + TextBox_EnterPassword_R.AccessibleDescription = null; + TextBox_EnterPassword_R.AccessibleName = null; + componentResourceManager.ApplyResources(TextBox_EnterPassword_R, "TextBox_EnterPassword_R"); + TextBox_EnterPassword_R.BackgroundImage = null; + TextBox_EnterPassword_R.Font = null; TextBox_EnterPassword_R.Name = "TextBox_EnterPassword_R"; - GroupBox_WritePassword.AccessibleDescription = (string) null; - GroupBox_WritePassword.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) GroupBox_WritePassword, "GroupBox_WritePassword"); - GroupBox_WritePassword.BackgroundImage = (Image) null; - GroupBox_WritePassword.Controls.Add((Control) TextBox_OldPassword_W); - GroupBox_WritePassword.Controls.Add((Control) Label4); - GroupBox_WritePassword.Controls.Add((Control) Label5); - GroupBox_WritePassword.Controls.Add((Control) Label6); - GroupBox_WritePassword.Controls.Add((Control) TextBox_EnterPassword_W); - GroupBox_WritePassword.Controls.Add((Control) TextBox_NewPassword_W); - GroupBox_WritePassword.Font = (Font) null; + GroupBox_WritePassword.AccessibleDescription = null; + GroupBox_WritePassword.AccessibleName = null; + componentResourceManager.ApplyResources(GroupBox_WritePassword, "GroupBox_WritePassword"); + GroupBox_WritePassword.BackgroundImage = null; + GroupBox_WritePassword.Controls.Add(TextBox_OldPassword_W); + GroupBox_WritePassword.Controls.Add(Label4); + GroupBox_WritePassword.Controls.Add(Label5); + GroupBox_WritePassword.Controls.Add(Label6); + GroupBox_WritePassword.Controls.Add(TextBox_EnterPassword_W); + GroupBox_WritePassword.Controls.Add(TextBox_NewPassword_W); + GroupBox_WritePassword.Font = null; GroupBox_WritePassword.Name = "GroupBox_WritePassword"; GroupBox_WritePassword.TabStop = false; - TextBox_OldPassword_W.AccessibleDescription = (string) null; - TextBox_OldPassword_W.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) TextBox_OldPassword_W, "TextBox_OldPassword_W"); - TextBox_OldPassword_W.BackgroundImage = (Image) null; - TextBox_OldPassword_W.Font = (Font) null; + TextBox_OldPassword_W.AccessibleDescription = null; + TextBox_OldPassword_W.AccessibleName = null; + componentResourceManager.ApplyResources(TextBox_OldPassword_W, "TextBox_OldPassword_W"); + TextBox_OldPassword_W.BackgroundImage = null; + TextBox_OldPassword_W.Font = null; TextBox_OldPassword_W.Name = "TextBox_OldPassword_W"; - Label4.AccessibleDescription = (string) null; - Label4.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label4, "Label4"); - Label4.Font = (Font) null; + Label4.AccessibleDescription = null; + Label4.AccessibleName = null; + componentResourceManager.ApplyResources(Label4, "Label4"); + Label4.Font = null; Label4.Name = "Label4"; - Label5.AccessibleDescription = (string) null; - Label5.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label5, "Label5"); - Label5.Font = (Font) null; + Label5.AccessibleDescription = null; + Label5.AccessibleName = null; + componentResourceManager.ApplyResources(Label5, "Label5"); + Label5.Font = null; Label5.Name = "Label5"; - Label6.AccessibleDescription = (string) null; - Label6.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label6, "Label6"); - Label6.Font = (Font) null; + Label6.AccessibleDescription = null; + Label6.AccessibleName = null; + componentResourceManager.ApplyResources(Label6, "Label6"); + Label6.Font = null; Label6.Name = "Label6"; - TextBox_EnterPassword_W.AccessibleDescription = (string) null; - TextBox_EnterPassword_W.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) TextBox_EnterPassword_W, "TextBox_EnterPassword_W"); - TextBox_EnterPassword_W.BackgroundImage = (Image) null; - TextBox_EnterPassword_W.Font = (Font) null; + TextBox_EnterPassword_W.AccessibleDescription = null; + TextBox_EnterPassword_W.AccessibleName = null; + componentResourceManager.ApplyResources(TextBox_EnterPassword_W, "TextBox_EnterPassword_W"); + TextBox_EnterPassword_W.BackgroundImage = null; + TextBox_EnterPassword_W.Font = null; TextBox_EnterPassword_W.Name = "TextBox_EnterPassword_W"; - TextBox_NewPassword_W.AccessibleDescription = (string) null; - TextBox_NewPassword_W.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) TextBox_NewPassword_W, "TextBox_NewPassword_W"); - TextBox_NewPassword_W.BackgroundImage = (Image) null; - TextBox_NewPassword_W.Font = (Font) null; + TextBox_NewPassword_W.AccessibleDescription = null; + TextBox_NewPassword_W.AccessibleName = null; + componentResourceManager.ApplyResources(TextBox_NewPassword_W, "TextBox_NewPassword_W"); + TextBox_NewPassword_W.BackgroundImage = null; + TextBox_NewPassword_W.Font = null; TextBox_NewPassword_W.Name = "TextBox_NewPassword_W"; - AccessibleDescription = (string) null; - AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) this, "$this"); + AccessibleDescription = null; + AccessibleName = null; + componentResourceManager.ApplyResources(this, "$this"); AutoScaleMode = AutoScaleMode.Font; - BackgroundImage = (Image) null; - Controls.Add((Control) GroupBox_WritePassword); - Controls.Add((Control) GroupBox_ReadPassword); - Controls.Add((Control) CheckBox_ReadPassword); - Controls.Add((Control) CheckBox_WritePassword); - Controls.Add((Control) ButtonCannel); - Controls.Add((Control) ButtonOK); - Font = (Font) null; + BackgroundImage = null; + Controls.Add(GroupBox_WritePassword); + Controls.Add(GroupBox_ReadPassword); + Controls.Add(CheckBox_ReadPassword); + Controls.Add(CheckBox_WritePassword); + Controls.Add(ButtonCannel); + Controls.Add(ButtonOK); + Font = null; FormBorderStyle = FormBorderStyle.FixedDialog; MaximizeBox = false; MinimizeBox = false; @@ -417,9 +417,9 @@ namespace HPG_68D private void PasswordForm_Load(object sender, EventArgs e) { - int num = 0; - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) CheckBox_ReadPassword, checked (num + 11), publicva.Bit5, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) CheckBox_WritePassword, checked (num + 11), publicva.Bit6, 0); + var num = 0; + MyProject.Forms.MDIParent1.SetControl_U8_Data(CheckBox_ReadPassword, checked (num + 11), publicva.Bit5, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(CheckBox_WritePassword, checked (num + 11), publicva.Bit6, 0); CheckBox_ReadPassword_CheckedChanged(RuntimeHelpers.GetObjectValue(sender), e); CheckBox_WritePassword_CheckedChanged(RuntimeHelpers.GetObjectValue(sender), e); } @@ -428,12 +428,12 @@ namespace HPG_68D private void ButtonOK_Click(object sender, EventArgs e) { - int num1 = 60; - string Right1 = Strings.RTrim(Encoding.ASCII.GetString(publicva.EEPROM_Byte, checked (num1 + 0), 16)); - int num2 = 70; - string Right2 = Strings.RTrim(Encoding.ASCII.GetString(publicva.EEPROM_Byte, checked (num2 + 0), 16)); - int num3 = 0; - if (((uint) publicva.EEPROM_Byte[checked (num3 + 11)] & (uint) publicva.Bit5) > 0U) + var num1 = 60; + var Right1 = Strings.RTrim(Encoding.ASCII.GetString(publicva.EEPROM_Byte, checked (num1 + 0), 16)); + var num2 = 70; + var Right2 = Strings.RTrim(Encoding.ASCII.GetString(publicva.EEPROM_Byte, checked (num2 + 0), 16)); + var num3 = 0; + if ((publicva.EEPROM_Byte[checked (num3 + 11)] & (uint) publicva.Bit5) > 0U) { if (Operators.CompareString(TextBoxPassword.Text, Right1, false) == 0) { @@ -469,7 +469,7 @@ namespace HPG_68D TextBox_EnterPassword_R.Text = ""; return; } - if (((uint) publicva.EEPROM_Byte[checked (num3 + 11)] & (uint) publicva.Bit6) > 0U) + if ((publicva.EEPROM_Byte[checked (num3 + 11)] & (uint) publicva.Bit6) > 0U) { if (Operators.CompareString(TextBox_OldPassword_W.Text, Right2, false) == 0) { @@ -505,8 +505,8 @@ namespace HPG_68D TextBox_EnterPassword_W.Text = ""; return; } - publicva.EEPROM_Byte[checked (num3 + 11)] = Operators.CompareString(TextBox_NewPassword_R.Text, "", false) != 0 ? (byte) ((int) publicva.EEPROM_Byte[checked (num3 + 11)] | (int) publicva.Bit5) : (byte) ((int) publicva.EEPROM_Byte[checked (num3 + 11)] & (int) ~publicva.Bit5); - publicva.EEPROM_Byte[checked (num3 + 11)] = Operators.CompareString(TextBox_NewPassword_W.Text, "", false) != 0 ? (byte) ((int) publicva.EEPROM_Byte[checked (num3 + 11)] | (int) publicva.Bit6) : (byte) ((int) publicva.EEPROM_Byte[checked (num3 + 11)] & (int) ~publicva.Bit6); + publicva.EEPROM_Byte[checked (num3 + 11)] = Operators.CompareString(TextBox_NewPassword_R.Text, "", false) != 0 ? (byte) (publicva.EEPROM_Byte[checked (num3 + 11)] | publicva.Bit5) : (byte) (publicva.EEPROM_Byte[checked (num3 + 11)] & ~publicva.Bit5); + publicva.EEPROM_Byte[checked (num3 + 11)] = Operators.CompareString(TextBox_NewPassword_W.Text, "", false) != 0 ? (byte) (publicva.EEPROM_Byte[checked (num3 + 11)] | publicva.Bit6) : (byte) (publicva.EEPROM_Byte[checked (num3 + 11)] & ~publicva.Bit6); if (!MyProject.Forms.MDIParent1.MSCcomm_StartInit("Write_Password", publicva.WPassword_EEPROM_Add_Lendgth_List)) ; Close(); diff --git a/HPG-68D/RadioMsgForm.cs b/HPG-68D/RadioMsgForm.cs index df55ad4..5224ff8 100644 --- a/HPG-68D/RadioMsgForm.cs +++ b/HPG-68D/RadioMsgForm.cs @@ -91,7 +91,7 @@ namespace HPG_68D Load += RadioMsgForm_Load; Deactivate += RadioMsgForm_Deactivate; FormClosing += RadioMsgForm_FormClosing; - __ENCList.Add((object) new WeakReference((object) this)); + __ENCList.Add(new WeakReference(this)); InitializeComponent(); } @@ -106,19 +106,19 @@ namespace HPG_68D [DebuggerStepThrough] private void InitializeComponent() { - ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof (RadioMsgForm)); - DataGridViewCellStyle gridViewCellStyle1 = new DataGridViewCellStyle(); - DataGridViewCellStyle gridViewCellStyle2 = new DataGridViewCellStyle(); - DataGridViewCellStyle gridViewCellStyle3 = new DataGridViewCellStyle(); - DataGridViewCellStyle gridViewCellStyle4 = new DataGridViewCellStyle(); - DataGridViewCellStyle gridViewCellStyle5 = new DataGridViewCellStyle(); - DataGridViewCellStyle gridViewCellStyle6 = new DataGridViewCellStyle(); - DataGridViewCellStyle gridViewCellStyle7 = new DataGridViewCellStyle(); - DataGridViewCellStyle gridViewCellStyle8 = new DataGridViewCellStyle(); - DataGridViewCellStyle gridViewCellStyle9 = new DataGridViewCellStyle(); - DataGridViewCellStyle gridViewCellStyle10 = new DataGridViewCellStyle(); - DataGridViewCellStyle gridViewCellStyle11 = new DataGridViewCellStyle(); - DataGridViewCellStyle gridViewCellStyle12 = new DataGridViewCellStyle(); + var componentResourceManager = new ComponentResourceManager(typeof (RadioMsgForm)); + var gridViewCellStyle1 = new DataGridViewCellStyle(); + var gridViewCellStyle2 = new DataGridViewCellStyle(); + var gridViewCellStyle3 = new DataGridViewCellStyle(); + var gridViewCellStyle4 = new DataGridViewCellStyle(); + var gridViewCellStyle5 = new DataGridViewCellStyle(); + var gridViewCellStyle6 = new DataGridViewCellStyle(); + var gridViewCellStyle7 = new DataGridViewCellStyle(); + var gridViewCellStyle8 = new DataGridViewCellStyle(); + var gridViewCellStyle9 = new DataGridViewCellStyle(); + var gridViewCellStyle10 = new DataGridViewCellStyle(); + var gridViewCellStyle11 = new DataGridViewCellStyle(); + var gridViewCellStyle12 = new DataGridViewCellStyle(); TabControl1 = new TabControl(); TabPage1 = new TabPage(); ComboBoxFM信道号 = new ComboBox(); @@ -158,127 +158,127 @@ namespace HPG_68D GroupBox3.SuspendLayout(); ((ISupportInitialize) DataGridView3).BeginInit(); SuspendLayout(); - TabControl1.AccessibleDescription = (string) null; - TabControl1.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) TabControl1, "TabControl1"); - TabControl1.BackgroundImage = (Image) null; - TabControl1.Controls.Add((Control) TabPage1); - TabControl1.Controls.Add((Control) TabPage2); - TabControl1.Controls.Add((Control) TabPage3); - TabControl1.Font = (Font) null; + TabControl1.AccessibleDescription = null; + TabControl1.AccessibleName = null; + componentResourceManager.ApplyResources(TabControl1, "TabControl1"); + TabControl1.BackgroundImage = null; + TabControl1.Controls.Add(TabPage1); + TabControl1.Controls.Add(TabPage2); + TabControl1.Controls.Add(TabPage3); + TabControl1.Font = null; TabControl1.Name = "TabControl1"; TabControl1.SelectedIndex = 0; - TabPage1.AccessibleDescription = (string) null; - TabPage1.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) TabPage1, "TabPage1"); - TabPage1.BackgroundImage = (Image) null; - TabPage1.Controls.Add((Control) ComboBoxFM信道号); - TabPage1.Controls.Add((Control) Label2); - TabPage1.Controls.Add((Control) ComboBoxFM工作模式); - TabPage1.Controls.Add((Control) Label1); - TabPage1.Controls.Add((Control) GroupBox1); - TabPage1.Font = (Font) null; + TabPage1.AccessibleDescription = null; + TabPage1.AccessibleName = null; + componentResourceManager.ApplyResources(TabPage1, "TabPage1"); + TabPage1.BackgroundImage = null; + TabPage1.Controls.Add(ComboBoxFM信道号); + TabPage1.Controls.Add(Label2); + TabPage1.Controls.Add(ComboBoxFM工作模式); + TabPage1.Controls.Add(Label1); + TabPage1.Controls.Add(GroupBox1); + TabPage1.Font = null; TabPage1.Name = "TabPage1"; TabPage1.UseVisualStyleBackColor = true; - ComboBoxFM信道号.AccessibleDescription = (string) null; - ComboBoxFM信道号.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBoxFM信道号, "ComboBoxFM信道号"); - ComboBoxFM信道号.BackgroundImage = (Image) null; + ComboBoxFM信道号.AccessibleDescription = null; + ComboBoxFM信道号.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBoxFM信道号, "ComboBoxFM信道号"); + ComboBoxFM信道号.BackgroundImage = null; ComboBoxFM信道号.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBoxFM信道号.Font = (Font) null; + ComboBoxFM信道号.Font = null; ComboBoxFM信道号.FormattingEnabled = true; ComboBoxFM信道号.Items.AddRange(new object[32] { - (object) componentResourceManager.GetString("ComboBoxFM信道号.Items"), - (object) componentResourceManager.GetString("ComboBoxFM信道号.Items1"), - (object) componentResourceManager.GetString("ComboBoxFM信道号.Items2"), - (object) componentResourceManager.GetString("ComboBoxFM信道号.Items3"), - (object) componentResourceManager.GetString("ComboBoxFM信道号.Items4"), - (object) componentResourceManager.GetString("ComboBoxFM信道号.Items5"), - (object) componentResourceManager.GetString("ComboBoxFM信道号.Items6"), - (object) componentResourceManager.GetString("ComboBoxFM信道号.Items7"), - (object) componentResourceManager.GetString("ComboBoxFM信道号.Items8"), - (object) componentResourceManager.GetString("ComboBoxFM信道号.Items9"), - (object) componentResourceManager.GetString("ComboBoxFM信道号.Items10"), - (object) componentResourceManager.GetString("ComboBoxFM信道号.Items11"), - (object) componentResourceManager.GetString("ComboBoxFM信道号.Items12"), - (object) componentResourceManager.GetString("ComboBoxFM信道号.Items13"), - (object) componentResourceManager.GetString("ComboBoxFM信道号.Items14"), - (object) componentResourceManager.GetString("ComboBoxFM信道号.Items15"), - (object) componentResourceManager.GetString("ComboBoxFM信道号.Items16"), - (object) componentResourceManager.GetString("ComboBoxFM信道号.Items17"), - (object) componentResourceManager.GetString("ComboBoxFM信道号.Items18"), - (object) componentResourceManager.GetString("ComboBoxFM信道号.Items19"), - (object) componentResourceManager.GetString("ComboBoxFM信道号.Items20"), - (object) componentResourceManager.GetString("ComboBoxFM信道号.Items21"), - (object) componentResourceManager.GetString("ComboBoxFM信道号.Items22"), - (object) componentResourceManager.GetString("ComboBoxFM信道号.Items23"), - (object) componentResourceManager.GetString("ComboBoxFM信道号.Items24"), - (object) componentResourceManager.GetString("ComboBoxFM信道号.Items25"), - (object) componentResourceManager.GetString("ComboBoxFM信道号.Items26"), - (object) componentResourceManager.GetString("ComboBoxFM信道号.Items27"), - (object) componentResourceManager.GetString("ComboBoxFM信道号.Items28"), - (object) componentResourceManager.GetString("ComboBoxFM信道号.Items29"), - (object) componentResourceManager.GetString("ComboBoxFM信道号.Items30"), - (object) componentResourceManager.GetString("ComboBoxFM信道号.Items31") + componentResourceManager.GetString("ComboBoxFM信道号.Items"), + componentResourceManager.GetString("ComboBoxFM信道号.Items1"), + componentResourceManager.GetString("ComboBoxFM信道号.Items2"), + componentResourceManager.GetString("ComboBoxFM信道号.Items3"), + componentResourceManager.GetString("ComboBoxFM信道号.Items4"), + componentResourceManager.GetString("ComboBoxFM信道号.Items5"), + componentResourceManager.GetString("ComboBoxFM信道号.Items6"), + componentResourceManager.GetString("ComboBoxFM信道号.Items7"), + componentResourceManager.GetString("ComboBoxFM信道号.Items8"), + componentResourceManager.GetString("ComboBoxFM信道号.Items9"), + componentResourceManager.GetString("ComboBoxFM信道号.Items10"), + componentResourceManager.GetString("ComboBoxFM信道号.Items11"), + componentResourceManager.GetString("ComboBoxFM信道号.Items12"), + componentResourceManager.GetString("ComboBoxFM信道号.Items13"), + componentResourceManager.GetString("ComboBoxFM信道号.Items14"), + componentResourceManager.GetString("ComboBoxFM信道号.Items15"), + componentResourceManager.GetString("ComboBoxFM信道号.Items16"), + componentResourceManager.GetString("ComboBoxFM信道号.Items17"), + componentResourceManager.GetString("ComboBoxFM信道号.Items18"), + componentResourceManager.GetString("ComboBoxFM信道号.Items19"), + componentResourceManager.GetString("ComboBoxFM信道号.Items20"), + componentResourceManager.GetString("ComboBoxFM信道号.Items21"), + componentResourceManager.GetString("ComboBoxFM信道号.Items22"), + componentResourceManager.GetString("ComboBoxFM信道号.Items23"), + componentResourceManager.GetString("ComboBoxFM信道号.Items24"), + componentResourceManager.GetString("ComboBoxFM信道号.Items25"), + componentResourceManager.GetString("ComboBoxFM信道号.Items26"), + componentResourceManager.GetString("ComboBoxFM信道号.Items27"), + componentResourceManager.GetString("ComboBoxFM信道号.Items28"), + componentResourceManager.GetString("ComboBoxFM信道号.Items29"), + componentResourceManager.GetString("ComboBoxFM信道号.Items30"), + componentResourceManager.GetString("ComboBoxFM信道号.Items31") }); ComboBoxFM信道号.Name = "ComboBoxFM信道号"; - Label2.AccessibleDescription = (string) null; - Label2.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label2, "Label2"); - Label2.Font = (Font) null; + Label2.AccessibleDescription = null; + Label2.AccessibleName = null; + componentResourceManager.ApplyResources(Label2, "Label2"); + Label2.Font = null; Label2.Name = "Label2"; - ComboBoxFM工作模式.AccessibleDescription = (string) null; - ComboBoxFM工作模式.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBoxFM工作模式, "ComboBoxFM工作模式"); - ComboBoxFM工作模式.BackgroundImage = (Image) null; + ComboBoxFM工作模式.AccessibleDescription = null; + ComboBoxFM工作模式.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBoxFM工作模式, "ComboBoxFM工作模式"); + ComboBoxFM工作模式.BackgroundImage = null; ComboBoxFM工作模式.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBoxFM工作模式.Font = (Font) null; + ComboBoxFM工作模式.Font = null; ComboBoxFM工作模式.FormattingEnabled = true; ComboBoxFM工作模式.Items.AddRange(new object[2] { - (object) componentResourceManager.GetString("ComboBoxFM工作模式.Items"), - (object) componentResourceManager.GetString("ComboBoxFM工作模式.Items1") + componentResourceManager.GetString("ComboBoxFM工作模式.Items"), + componentResourceManager.GetString("ComboBoxFM工作模式.Items1") }); ComboBoxFM工作模式.Name = "ComboBoxFM工作模式"; - Label1.AccessibleDescription = (string) null; - Label1.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label1, "Label1"); - Label1.Font = (Font) null; + Label1.AccessibleDescription = null; + Label1.AccessibleName = null; + componentResourceManager.ApplyResources(Label1, "Label1"); + Label1.Font = null; Label1.Name = "Label1"; - GroupBox1.AccessibleDescription = (string) null; - GroupBox1.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) GroupBox1, "GroupBox1"); - GroupBox1.BackgroundImage = (Image) null; - GroupBox1.Controls.Add((Control) DataGridView1); - GroupBox1.Font = (Font) null; + GroupBox1.AccessibleDescription = null; + GroupBox1.AccessibleName = null; + componentResourceManager.ApplyResources(GroupBox1, "GroupBox1"); + GroupBox1.BackgroundImage = null; + GroupBox1.Controls.Add(DataGridView1); + GroupBox1.Font = null; GroupBox1.Name = "GroupBox1"; GroupBox1.TabStop = false; - DataGridView1.AccessibleDescription = (string) null; - DataGridView1.AccessibleName = (string) null; + DataGridView1.AccessibleDescription = null; + DataGridView1.AccessibleName = null; DataGridView1.AllowUserToAddRows = false; DataGridView1.AllowUserToDeleteRows = false; DataGridView1.AllowUserToResizeColumns = false; DataGridView1.AllowUserToResizeRows = false; gridViewCellStyle1.Alignment = DataGridViewContentAlignment.MiddleCenter; DataGridView1.AlternatingRowsDefaultCellStyle = gridViewCellStyle1; - componentResourceManager.ApplyResources((object) DataGridView1, "DataGridView1"); - DataGridView1.BackgroundImage = (Image) null; + componentResourceManager.ApplyResources(DataGridView1, "DataGridView1"); + DataGridView1.BackgroundImage = null; gridViewCellStyle2.Alignment = DataGridViewContentAlignment.MiddleCenter; gridViewCellStyle2.BackColor = SystemColors.Control; - gridViewCellStyle2.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, (byte) 134); + gridViewCellStyle2.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, 134); gridViewCellStyle2.ForeColor = SystemColors.WindowText; gridViewCellStyle2.SelectionBackColor = SystemColors.Highlight; gridViewCellStyle2.SelectionForeColor = SystemColors.HighlightText; gridViewCellStyle2.WrapMode = DataGridViewTriState.True; DataGridView1.ColumnHeadersDefaultCellStyle = gridViewCellStyle2; DataGridView1.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize; - DataGridView1.Columns.AddRange((DataGridViewColumn) ColumnFMFreq); - DataGridView1.Font = (Font) null; + DataGridView1.Columns.AddRange(ColumnFMFreq); + DataGridView1.Font = null; DataGridView1.Name = "DataGridView1"; gridViewCellStyle3.Alignment = DataGridViewContentAlignment.MiddleCenter; gridViewCellStyle3.BackColor = SystemColors.Control; - gridViewCellStyle3.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, (byte) 134); + gridViewCellStyle3.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, 134); gridViewCellStyle3.ForeColor = SystemColors.WindowText; gridViewCellStyle3.SelectionBackColor = SystemColors.Highlight; gridViewCellStyle3.SelectionForeColor = SystemColors.HighlightText; @@ -288,149 +288,149 @@ namespace HPG_68D gridViewCellStyle4.Alignment = DataGridViewContentAlignment.MiddleCenter; DataGridView1.RowsDefaultCellStyle = gridViewCellStyle4; DataGridView1.RowTemplate.Height = 23; - TabPage2.AccessibleDescription = (string) null; - TabPage2.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) TabPage2, "TabPage2"); - TabPage2.BackgroundImage = (Image) null; - TabPage2.Controls.Add((Control) ComboBoxAM信道号); - TabPage2.Controls.Add((Control) Label3); - TabPage2.Controls.Add((Control) ComboBoxAM工作模式); - TabPage2.Controls.Add((Control) Label4); - TabPage2.Controls.Add((Control) GroupBox2); - TabPage2.Font = (Font) null; + TabPage2.AccessibleDescription = null; + TabPage2.AccessibleName = null; + componentResourceManager.ApplyResources(TabPage2, "TabPage2"); + TabPage2.BackgroundImage = null; + TabPage2.Controls.Add(ComboBoxAM信道号); + TabPage2.Controls.Add(Label3); + TabPage2.Controls.Add(ComboBoxAM工作模式); + TabPage2.Controls.Add(Label4); + TabPage2.Controls.Add(GroupBox2); + TabPage2.Font = null; TabPage2.Name = "TabPage2"; TabPage2.UseVisualStyleBackColor = true; - ComboBoxAM信道号.AccessibleDescription = (string) null; - ComboBoxAM信道号.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBoxAM信道号, "ComboBoxAM信道号"); - ComboBoxAM信道号.BackgroundImage = (Image) null; + ComboBoxAM信道号.AccessibleDescription = null; + ComboBoxAM信道号.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBoxAM信道号, "ComboBoxAM信道号"); + ComboBoxAM信道号.BackgroundImage = null; ComboBoxAM信道号.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBoxAM信道号.Font = (Font) null; + ComboBoxAM信道号.Font = null; ComboBoxAM信道号.FormattingEnabled = true; ComboBoxAM信道号.Items.AddRange(new object[64] { - (object) componentResourceManager.GetString("ComboBoxAM信道号.Items"), - (object) componentResourceManager.GetString("ComboBoxAM信道号.Items1"), - (object) componentResourceManager.GetString("ComboBoxAM信道号.Items2"), - (object) componentResourceManager.GetString("ComboBoxAM信道号.Items3"), - (object) componentResourceManager.GetString("ComboBoxAM信道号.Items4"), - (object) componentResourceManager.GetString("ComboBoxAM信道号.Items5"), - (object) componentResourceManager.GetString("ComboBoxAM信道号.Items6"), - (object) componentResourceManager.GetString("ComboBoxAM信道号.Items7"), - (object) componentResourceManager.GetString("ComboBoxAM信道号.Items8"), - (object) componentResourceManager.GetString("ComboBoxAM信道号.Items9"), - (object) componentResourceManager.GetString("ComboBoxAM信道号.Items10"), - (object) componentResourceManager.GetString("ComboBoxAM信道号.Items11"), - (object) componentResourceManager.GetString("ComboBoxAM信道号.Items12"), - (object) componentResourceManager.GetString("ComboBoxAM信道号.Items13"), - (object) componentResourceManager.GetString("ComboBoxAM信道号.Items14"), - (object) componentResourceManager.GetString("ComboBoxAM信道号.Items15"), - (object) componentResourceManager.GetString("ComboBoxAM信道号.Items16"), - (object) componentResourceManager.GetString("ComboBoxAM信道号.Items17"), - (object) componentResourceManager.GetString("ComboBoxAM信道号.Items18"), - (object) componentResourceManager.GetString("ComboBoxAM信道号.Items19"), - (object) componentResourceManager.GetString("ComboBoxAM信道号.Items20"), - (object) componentResourceManager.GetString("ComboBoxAM信道号.Items21"), - (object) componentResourceManager.GetString("ComboBoxAM信道号.Items22"), - (object) componentResourceManager.GetString("ComboBoxAM信道号.Items23"), - (object) componentResourceManager.GetString("ComboBoxAM信道号.Items24"), - (object) componentResourceManager.GetString("ComboBoxAM信道号.Items25"), - (object) componentResourceManager.GetString("ComboBoxAM信道号.Items26"), - (object) componentResourceManager.GetString("ComboBoxAM信道号.Items27"), - (object) componentResourceManager.GetString("ComboBoxAM信道号.Items28"), - (object) componentResourceManager.GetString("ComboBoxAM信道号.Items29"), - (object) componentResourceManager.GetString("ComboBoxAM信道号.Items30"), - (object) componentResourceManager.GetString("ComboBoxAM信道号.Items31"), - (object) componentResourceManager.GetString("ComboBoxAM信道号.Items32"), - (object) componentResourceManager.GetString("ComboBoxAM信道号.Items33"), - (object) componentResourceManager.GetString("ComboBoxAM信道号.Items34"), - (object) componentResourceManager.GetString("ComboBoxAM信道号.Items35"), - (object) componentResourceManager.GetString("ComboBoxAM信道号.Items36"), - (object) componentResourceManager.GetString("ComboBoxAM信道号.Items37"), - (object) componentResourceManager.GetString("ComboBoxAM信道号.Items38"), - (object) componentResourceManager.GetString("ComboBoxAM信道号.Items39"), - (object) componentResourceManager.GetString("ComboBoxAM信道号.Items40"), - (object) componentResourceManager.GetString("ComboBoxAM信道号.Items41"), - (object) componentResourceManager.GetString("ComboBoxAM信道号.Items42"), - (object) componentResourceManager.GetString("ComboBoxAM信道号.Items43"), - (object) componentResourceManager.GetString("ComboBoxAM信道号.Items44"), - (object) componentResourceManager.GetString("ComboBoxAM信道号.Items45"), - (object) componentResourceManager.GetString("ComboBoxAM信道号.Items46"), - (object) componentResourceManager.GetString("ComboBoxAM信道号.Items47"), - (object) componentResourceManager.GetString("ComboBoxAM信道号.Items48"), - (object) componentResourceManager.GetString("ComboBoxAM信道号.Items49"), - (object) componentResourceManager.GetString("ComboBoxAM信道号.Items50"), - (object) componentResourceManager.GetString("ComboBoxAM信道号.Items51"), - (object) componentResourceManager.GetString("ComboBoxAM信道号.Items52"), - (object) componentResourceManager.GetString("ComboBoxAM信道号.Items53"), - (object) componentResourceManager.GetString("ComboBoxAM信道号.Items54"), - (object) componentResourceManager.GetString("ComboBoxAM信道号.Items55"), - (object) componentResourceManager.GetString("ComboBoxAM信道号.Items56"), - (object) componentResourceManager.GetString("ComboBoxAM信道号.Items57"), - (object) componentResourceManager.GetString("ComboBoxAM信道号.Items58"), - (object) componentResourceManager.GetString("ComboBoxAM信道号.Items59"), - (object) componentResourceManager.GetString("ComboBoxAM信道号.Items60"), - (object) componentResourceManager.GetString("ComboBoxAM信道号.Items61"), - (object) componentResourceManager.GetString("ComboBoxAM信道号.Items62"), - (object) componentResourceManager.GetString("ComboBoxAM信道号.Items63") + componentResourceManager.GetString("ComboBoxAM信道号.Items"), + componentResourceManager.GetString("ComboBoxAM信道号.Items1"), + componentResourceManager.GetString("ComboBoxAM信道号.Items2"), + componentResourceManager.GetString("ComboBoxAM信道号.Items3"), + componentResourceManager.GetString("ComboBoxAM信道号.Items4"), + componentResourceManager.GetString("ComboBoxAM信道号.Items5"), + componentResourceManager.GetString("ComboBoxAM信道号.Items6"), + componentResourceManager.GetString("ComboBoxAM信道号.Items7"), + componentResourceManager.GetString("ComboBoxAM信道号.Items8"), + componentResourceManager.GetString("ComboBoxAM信道号.Items9"), + componentResourceManager.GetString("ComboBoxAM信道号.Items10"), + componentResourceManager.GetString("ComboBoxAM信道号.Items11"), + componentResourceManager.GetString("ComboBoxAM信道号.Items12"), + componentResourceManager.GetString("ComboBoxAM信道号.Items13"), + componentResourceManager.GetString("ComboBoxAM信道号.Items14"), + componentResourceManager.GetString("ComboBoxAM信道号.Items15"), + componentResourceManager.GetString("ComboBoxAM信道号.Items16"), + componentResourceManager.GetString("ComboBoxAM信道号.Items17"), + componentResourceManager.GetString("ComboBoxAM信道号.Items18"), + componentResourceManager.GetString("ComboBoxAM信道号.Items19"), + componentResourceManager.GetString("ComboBoxAM信道号.Items20"), + componentResourceManager.GetString("ComboBoxAM信道号.Items21"), + componentResourceManager.GetString("ComboBoxAM信道号.Items22"), + componentResourceManager.GetString("ComboBoxAM信道号.Items23"), + componentResourceManager.GetString("ComboBoxAM信道号.Items24"), + componentResourceManager.GetString("ComboBoxAM信道号.Items25"), + componentResourceManager.GetString("ComboBoxAM信道号.Items26"), + componentResourceManager.GetString("ComboBoxAM信道号.Items27"), + componentResourceManager.GetString("ComboBoxAM信道号.Items28"), + componentResourceManager.GetString("ComboBoxAM信道号.Items29"), + componentResourceManager.GetString("ComboBoxAM信道号.Items30"), + componentResourceManager.GetString("ComboBoxAM信道号.Items31"), + componentResourceManager.GetString("ComboBoxAM信道号.Items32"), + componentResourceManager.GetString("ComboBoxAM信道号.Items33"), + componentResourceManager.GetString("ComboBoxAM信道号.Items34"), + componentResourceManager.GetString("ComboBoxAM信道号.Items35"), + componentResourceManager.GetString("ComboBoxAM信道号.Items36"), + componentResourceManager.GetString("ComboBoxAM信道号.Items37"), + componentResourceManager.GetString("ComboBoxAM信道号.Items38"), + componentResourceManager.GetString("ComboBoxAM信道号.Items39"), + componentResourceManager.GetString("ComboBoxAM信道号.Items40"), + componentResourceManager.GetString("ComboBoxAM信道号.Items41"), + componentResourceManager.GetString("ComboBoxAM信道号.Items42"), + componentResourceManager.GetString("ComboBoxAM信道号.Items43"), + componentResourceManager.GetString("ComboBoxAM信道号.Items44"), + componentResourceManager.GetString("ComboBoxAM信道号.Items45"), + componentResourceManager.GetString("ComboBoxAM信道号.Items46"), + componentResourceManager.GetString("ComboBoxAM信道号.Items47"), + componentResourceManager.GetString("ComboBoxAM信道号.Items48"), + componentResourceManager.GetString("ComboBoxAM信道号.Items49"), + componentResourceManager.GetString("ComboBoxAM信道号.Items50"), + componentResourceManager.GetString("ComboBoxAM信道号.Items51"), + componentResourceManager.GetString("ComboBoxAM信道号.Items52"), + componentResourceManager.GetString("ComboBoxAM信道号.Items53"), + componentResourceManager.GetString("ComboBoxAM信道号.Items54"), + componentResourceManager.GetString("ComboBoxAM信道号.Items55"), + componentResourceManager.GetString("ComboBoxAM信道号.Items56"), + componentResourceManager.GetString("ComboBoxAM信道号.Items57"), + componentResourceManager.GetString("ComboBoxAM信道号.Items58"), + componentResourceManager.GetString("ComboBoxAM信道号.Items59"), + componentResourceManager.GetString("ComboBoxAM信道号.Items60"), + componentResourceManager.GetString("ComboBoxAM信道号.Items61"), + componentResourceManager.GetString("ComboBoxAM信道号.Items62"), + componentResourceManager.GetString("ComboBoxAM信道号.Items63") }); ComboBoxAM信道号.Name = "ComboBoxAM信道号"; - Label3.AccessibleDescription = (string) null; - Label3.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label3, "Label3"); - Label3.Font = (Font) null; + Label3.AccessibleDescription = null; + Label3.AccessibleName = null; + componentResourceManager.ApplyResources(Label3, "Label3"); + Label3.Font = null; Label3.Name = "Label3"; - ComboBoxAM工作模式.AccessibleDescription = (string) null; - ComboBoxAM工作模式.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBoxAM工作模式, "ComboBoxAM工作模式"); - ComboBoxAM工作模式.BackgroundImage = (Image) null; + ComboBoxAM工作模式.AccessibleDescription = null; + ComboBoxAM工作模式.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBoxAM工作模式, "ComboBoxAM工作模式"); + ComboBoxAM工作模式.BackgroundImage = null; ComboBoxAM工作模式.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBoxAM工作模式.Font = (Font) null; + ComboBoxAM工作模式.Font = null; ComboBoxAM工作模式.FormattingEnabled = true; ComboBoxAM工作模式.Items.AddRange(new object[2] { - (object) componentResourceManager.GetString("ComboBoxAM工作模式.Items"), - (object) componentResourceManager.GetString("ComboBoxAM工作模式.Items1") + componentResourceManager.GetString("ComboBoxAM工作模式.Items"), + componentResourceManager.GetString("ComboBoxAM工作模式.Items1") }); ComboBoxAM工作模式.Name = "ComboBoxAM工作模式"; - Label4.AccessibleDescription = (string) null; - Label4.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label4, "Label4"); - Label4.Font = (Font) null; + Label4.AccessibleDescription = null; + Label4.AccessibleName = null; + componentResourceManager.ApplyResources(Label4, "Label4"); + Label4.Font = null; Label4.Name = "Label4"; - GroupBox2.AccessibleDescription = (string) null; - GroupBox2.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) GroupBox2, "GroupBox2"); - GroupBox2.BackgroundImage = (Image) null; - GroupBox2.Controls.Add((Control) DataGridView2); - GroupBox2.Font = (Font) null; + GroupBox2.AccessibleDescription = null; + GroupBox2.AccessibleName = null; + componentResourceManager.ApplyResources(GroupBox2, "GroupBox2"); + GroupBox2.BackgroundImage = null; + GroupBox2.Controls.Add(DataGridView2); + GroupBox2.Font = null; GroupBox2.Name = "GroupBox2"; GroupBox2.TabStop = false; - DataGridView2.AccessibleDescription = (string) null; - DataGridView2.AccessibleName = (string) null; + DataGridView2.AccessibleDescription = null; + DataGridView2.AccessibleName = null; DataGridView2.AllowUserToAddRows = false; DataGridView2.AllowUserToDeleteRows = false; DataGridView2.AllowUserToResizeColumns = false; DataGridView2.AllowUserToResizeRows = false; gridViewCellStyle5.Alignment = DataGridViewContentAlignment.MiddleCenter; DataGridView2.AlternatingRowsDefaultCellStyle = gridViewCellStyle5; - componentResourceManager.ApplyResources((object) DataGridView2, "DataGridView2"); - DataGridView2.BackgroundImage = (Image) null; + componentResourceManager.ApplyResources(DataGridView2, "DataGridView2"); + DataGridView2.BackgroundImage = null; gridViewCellStyle6.Alignment = DataGridViewContentAlignment.MiddleCenter; gridViewCellStyle6.BackColor = SystemColors.Control; - gridViewCellStyle6.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, (byte) 134); + gridViewCellStyle6.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, 134); gridViewCellStyle6.ForeColor = SystemColors.WindowText; gridViewCellStyle6.SelectionBackColor = SystemColors.Highlight; gridViewCellStyle6.SelectionForeColor = SystemColors.HighlightText; gridViewCellStyle6.WrapMode = DataGridViewTriState.True; DataGridView2.ColumnHeadersDefaultCellStyle = gridViewCellStyle6; DataGridView2.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize; - DataGridView2.Columns.AddRange((DataGridViewColumn) ColumnAMFreq); - DataGridView2.Font = (Font) null; + DataGridView2.Columns.AddRange(ColumnAMFreq); + DataGridView2.Font = null; DataGridView2.Name = "DataGridView2"; gridViewCellStyle7.Alignment = DataGridViewContentAlignment.MiddleCenter; gridViewCellStyle7.BackColor = SystemColors.Control; - gridViewCellStyle7.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, (byte) 134); + gridViewCellStyle7.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, 134); gridViewCellStyle7.ForeColor = SystemColors.WindowText; gridViewCellStyle7.SelectionBackColor = SystemColors.Highlight; gridViewCellStyle7.SelectionForeColor = SystemColors.HighlightText; @@ -440,149 +440,149 @@ namespace HPG_68D gridViewCellStyle8.Alignment = DataGridViewContentAlignment.MiddleCenter; DataGridView2.RowsDefaultCellStyle = gridViewCellStyle8; DataGridView2.RowTemplate.Height = 23; - TabPage3.AccessibleDescription = (string) null; - TabPage3.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) TabPage3, "TabPage3"); - TabPage3.BackgroundImage = (Image) null; - TabPage3.Controls.Add((Control) ComboBoxAIR信道号); - TabPage3.Controls.Add((Control) Label5); - TabPage3.Controls.Add((Control) ComboBoxAIR工作模式); - TabPage3.Controls.Add((Control) Label6); - TabPage3.Controls.Add((Control) GroupBox3); - TabPage3.Font = (Font) null; + TabPage3.AccessibleDescription = null; + TabPage3.AccessibleName = null; + componentResourceManager.ApplyResources(TabPage3, "TabPage3"); + TabPage3.BackgroundImage = null; + TabPage3.Controls.Add(ComboBoxAIR信道号); + TabPage3.Controls.Add(Label5); + TabPage3.Controls.Add(ComboBoxAIR工作模式); + TabPage3.Controls.Add(Label6); + TabPage3.Controls.Add(GroupBox3); + TabPage3.Font = null; TabPage3.Name = "TabPage3"; TabPage3.UseVisualStyleBackColor = true; - ComboBoxAIR信道号.AccessibleDescription = (string) null; - ComboBoxAIR信道号.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBoxAIR信道号, "ComboBoxAIR信道号"); - ComboBoxAIR信道号.BackgroundImage = (Image) null; + ComboBoxAIR信道号.AccessibleDescription = null; + ComboBoxAIR信道号.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBoxAIR信道号, "ComboBoxAIR信道号"); + ComboBoxAIR信道号.BackgroundImage = null; ComboBoxAIR信道号.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBoxAIR信道号.Font = (Font) null; + ComboBoxAIR信道号.Font = null; ComboBoxAIR信道号.FormattingEnabled = true; ComboBoxAIR信道号.Items.AddRange(new object[64] { - (object) componentResourceManager.GetString("ComboBoxAIR信道号.Items"), - (object) componentResourceManager.GetString("ComboBoxAIR信道号.Items1"), - (object) componentResourceManager.GetString("ComboBoxAIR信道号.Items2"), - (object) componentResourceManager.GetString("ComboBoxAIR信道号.Items3"), - (object) componentResourceManager.GetString("ComboBoxAIR信道号.Items4"), - (object) componentResourceManager.GetString("ComboBoxAIR信道号.Items5"), - (object) componentResourceManager.GetString("ComboBoxAIR信道号.Items6"), - (object) componentResourceManager.GetString("ComboBoxAIR信道号.Items7"), - (object) componentResourceManager.GetString("ComboBoxAIR信道号.Items8"), - (object) componentResourceManager.GetString("ComboBoxAIR信道号.Items9"), - (object) componentResourceManager.GetString("ComboBoxAIR信道号.Items10"), - (object) componentResourceManager.GetString("ComboBoxAIR信道号.Items11"), - (object) componentResourceManager.GetString("ComboBoxAIR信道号.Items12"), - (object) componentResourceManager.GetString("ComboBoxAIR信道号.Items13"), - (object) componentResourceManager.GetString("ComboBoxAIR信道号.Items14"), - (object) componentResourceManager.GetString("ComboBoxAIR信道号.Items15"), - (object) componentResourceManager.GetString("ComboBoxAIR信道号.Items16"), - (object) componentResourceManager.GetString("ComboBoxAIR信道号.Items17"), - (object) componentResourceManager.GetString("ComboBoxAIR信道号.Items18"), - (object) componentResourceManager.GetString("ComboBoxAIR信道号.Items19"), - (object) componentResourceManager.GetString("ComboBoxAIR信道号.Items20"), - (object) componentResourceManager.GetString("ComboBoxAIR信道号.Items21"), - (object) componentResourceManager.GetString("ComboBoxAIR信道号.Items22"), - (object) componentResourceManager.GetString("ComboBoxAIR信道号.Items23"), - (object) componentResourceManager.GetString("ComboBoxAIR信道号.Items24"), - (object) componentResourceManager.GetString("ComboBoxAIR信道号.Items25"), - (object) componentResourceManager.GetString("ComboBoxAIR信道号.Items26"), - (object) componentResourceManager.GetString("ComboBoxAIR信道号.Items27"), - (object) componentResourceManager.GetString("ComboBoxAIR信道号.Items28"), - (object) componentResourceManager.GetString("ComboBoxAIR信道号.Items29"), - (object) componentResourceManager.GetString("ComboBoxAIR信道号.Items30"), - (object) componentResourceManager.GetString("ComboBoxAIR信道号.Items31"), - (object) componentResourceManager.GetString("ComboBoxAIR信道号.Items32"), - (object) componentResourceManager.GetString("ComboBoxAIR信道号.Items33"), - (object) componentResourceManager.GetString("ComboBoxAIR信道号.Items34"), - (object) componentResourceManager.GetString("ComboBoxAIR信道号.Items35"), - (object) componentResourceManager.GetString("ComboBoxAIR信道号.Items36"), - (object) componentResourceManager.GetString("ComboBoxAIR信道号.Items37"), - (object) componentResourceManager.GetString("ComboBoxAIR信道号.Items38"), - (object) componentResourceManager.GetString("ComboBoxAIR信道号.Items39"), - (object) componentResourceManager.GetString("ComboBoxAIR信道号.Items40"), - (object) componentResourceManager.GetString("ComboBoxAIR信道号.Items41"), - (object) componentResourceManager.GetString("ComboBoxAIR信道号.Items42"), - (object) componentResourceManager.GetString("ComboBoxAIR信道号.Items43"), - (object) componentResourceManager.GetString("ComboBoxAIR信道号.Items44"), - (object) componentResourceManager.GetString("ComboBoxAIR信道号.Items45"), - (object) componentResourceManager.GetString("ComboBoxAIR信道号.Items46"), - (object) componentResourceManager.GetString("ComboBoxAIR信道号.Items47"), - (object) componentResourceManager.GetString("ComboBoxAIR信道号.Items48"), - (object) componentResourceManager.GetString("ComboBoxAIR信道号.Items49"), - (object) componentResourceManager.GetString("ComboBoxAIR信道号.Items50"), - (object) componentResourceManager.GetString("ComboBoxAIR信道号.Items51"), - (object) componentResourceManager.GetString("ComboBoxAIR信道号.Items52"), - (object) componentResourceManager.GetString("ComboBoxAIR信道号.Items53"), - (object) componentResourceManager.GetString("ComboBoxAIR信道号.Items54"), - (object) componentResourceManager.GetString("ComboBoxAIR信道号.Items55"), - (object) componentResourceManager.GetString("ComboBoxAIR信道号.Items56"), - (object) componentResourceManager.GetString("ComboBoxAIR信道号.Items57"), - (object) componentResourceManager.GetString("ComboBoxAIR信道号.Items58"), - (object) componentResourceManager.GetString("ComboBoxAIR信道号.Items59"), - (object) componentResourceManager.GetString("ComboBoxAIR信道号.Items60"), - (object) componentResourceManager.GetString("ComboBoxAIR信道号.Items61"), - (object) componentResourceManager.GetString("ComboBoxAIR信道号.Items62"), - (object) componentResourceManager.GetString("ComboBoxAIR信道号.Items63") + componentResourceManager.GetString("ComboBoxAIR信道号.Items"), + componentResourceManager.GetString("ComboBoxAIR信道号.Items1"), + componentResourceManager.GetString("ComboBoxAIR信道号.Items2"), + componentResourceManager.GetString("ComboBoxAIR信道号.Items3"), + componentResourceManager.GetString("ComboBoxAIR信道号.Items4"), + componentResourceManager.GetString("ComboBoxAIR信道号.Items5"), + componentResourceManager.GetString("ComboBoxAIR信道号.Items6"), + componentResourceManager.GetString("ComboBoxAIR信道号.Items7"), + componentResourceManager.GetString("ComboBoxAIR信道号.Items8"), + componentResourceManager.GetString("ComboBoxAIR信道号.Items9"), + componentResourceManager.GetString("ComboBoxAIR信道号.Items10"), + componentResourceManager.GetString("ComboBoxAIR信道号.Items11"), + componentResourceManager.GetString("ComboBoxAIR信道号.Items12"), + componentResourceManager.GetString("ComboBoxAIR信道号.Items13"), + componentResourceManager.GetString("ComboBoxAIR信道号.Items14"), + componentResourceManager.GetString("ComboBoxAIR信道号.Items15"), + componentResourceManager.GetString("ComboBoxAIR信道号.Items16"), + componentResourceManager.GetString("ComboBoxAIR信道号.Items17"), + componentResourceManager.GetString("ComboBoxAIR信道号.Items18"), + componentResourceManager.GetString("ComboBoxAIR信道号.Items19"), + componentResourceManager.GetString("ComboBoxAIR信道号.Items20"), + componentResourceManager.GetString("ComboBoxAIR信道号.Items21"), + componentResourceManager.GetString("ComboBoxAIR信道号.Items22"), + componentResourceManager.GetString("ComboBoxAIR信道号.Items23"), + componentResourceManager.GetString("ComboBoxAIR信道号.Items24"), + componentResourceManager.GetString("ComboBoxAIR信道号.Items25"), + componentResourceManager.GetString("ComboBoxAIR信道号.Items26"), + componentResourceManager.GetString("ComboBoxAIR信道号.Items27"), + componentResourceManager.GetString("ComboBoxAIR信道号.Items28"), + componentResourceManager.GetString("ComboBoxAIR信道号.Items29"), + componentResourceManager.GetString("ComboBoxAIR信道号.Items30"), + componentResourceManager.GetString("ComboBoxAIR信道号.Items31"), + componentResourceManager.GetString("ComboBoxAIR信道号.Items32"), + componentResourceManager.GetString("ComboBoxAIR信道号.Items33"), + componentResourceManager.GetString("ComboBoxAIR信道号.Items34"), + componentResourceManager.GetString("ComboBoxAIR信道号.Items35"), + componentResourceManager.GetString("ComboBoxAIR信道号.Items36"), + componentResourceManager.GetString("ComboBoxAIR信道号.Items37"), + componentResourceManager.GetString("ComboBoxAIR信道号.Items38"), + componentResourceManager.GetString("ComboBoxAIR信道号.Items39"), + componentResourceManager.GetString("ComboBoxAIR信道号.Items40"), + componentResourceManager.GetString("ComboBoxAIR信道号.Items41"), + componentResourceManager.GetString("ComboBoxAIR信道号.Items42"), + componentResourceManager.GetString("ComboBoxAIR信道号.Items43"), + componentResourceManager.GetString("ComboBoxAIR信道号.Items44"), + componentResourceManager.GetString("ComboBoxAIR信道号.Items45"), + componentResourceManager.GetString("ComboBoxAIR信道号.Items46"), + componentResourceManager.GetString("ComboBoxAIR信道号.Items47"), + componentResourceManager.GetString("ComboBoxAIR信道号.Items48"), + componentResourceManager.GetString("ComboBoxAIR信道号.Items49"), + componentResourceManager.GetString("ComboBoxAIR信道号.Items50"), + componentResourceManager.GetString("ComboBoxAIR信道号.Items51"), + componentResourceManager.GetString("ComboBoxAIR信道号.Items52"), + componentResourceManager.GetString("ComboBoxAIR信道号.Items53"), + componentResourceManager.GetString("ComboBoxAIR信道号.Items54"), + componentResourceManager.GetString("ComboBoxAIR信道号.Items55"), + componentResourceManager.GetString("ComboBoxAIR信道号.Items56"), + componentResourceManager.GetString("ComboBoxAIR信道号.Items57"), + componentResourceManager.GetString("ComboBoxAIR信道号.Items58"), + componentResourceManager.GetString("ComboBoxAIR信道号.Items59"), + componentResourceManager.GetString("ComboBoxAIR信道号.Items60"), + componentResourceManager.GetString("ComboBoxAIR信道号.Items61"), + componentResourceManager.GetString("ComboBoxAIR信道号.Items62"), + componentResourceManager.GetString("ComboBoxAIR信道号.Items63") }); ComboBoxAIR信道号.Name = "ComboBoxAIR信道号"; - Label5.AccessibleDescription = (string) null; - Label5.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label5, "Label5"); - Label5.Font = (Font) null; + Label5.AccessibleDescription = null; + Label5.AccessibleName = null; + componentResourceManager.ApplyResources(Label5, "Label5"); + Label5.Font = null; Label5.Name = "Label5"; - ComboBoxAIR工作模式.AccessibleDescription = (string) null; - ComboBoxAIR工作模式.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBoxAIR工作模式, "ComboBoxAIR工作模式"); - ComboBoxAIR工作模式.BackgroundImage = (Image) null; + ComboBoxAIR工作模式.AccessibleDescription = null; + ComboBoxAIR工作模式.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBoxAIR工作模式, "ComboBoxAIR工作模式"); + ComboBoxAIR工作模式.BackgroundImage = null; ComboBoxAIR工作模式.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBoxAIR工作模式.Font = (Font) null; + ComboBoxAIR工作模式.Font = null; ComboBoxAIR工作模式.FormattingEnabled = true; ComboBoxAIR工作模式.Items.AddRange(new object[2] { - (object) componentResourceManager.GetString("ComboBoxAIR工作模式.Items"), - (object) componentResourceManager.GetString("ComboBoxAIR工作模式.Items1") + componentResourceManager.GetString("ComboBoxAIR工作模式.Items"), + componentResourceManager.GetString("ComboBoxAIR工作模式.Items1") }); ComboBoxAIR工作模式.Name = "ComboBoxAIR工作模式"; - Label6.AccessibleDescription = (string) null; - Label6.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label6, "Label6"); - Label6.Font = (Font) null; + Label6.AccessibleDescription = null; + Label6.AccessibleName = null; + componentResourceManager.ApplyResources(Label6, "Label6"); + Label6.Font = null; Label6.Name = "Label6"; - GroupBox3.AccessibleDescription = (string) null; - GroupBox3.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) GroupBox3, "GroupBox3"); - GroupBox3.BackgroundImage = (Image) null; - GroupBox3.Controls.Add((Control) DataGridView3); - GroupBox3.Font = (Font) null; + GroupBox3.AccessibleDescription = null; + GroupBox3.AccessibleName = null; + componentResourceManager.ApplyResources(GroupBox3, "GroupBox3"); + GroupBox3.BackgroundImage = null; + GroupBox3.Controls.Add(DataGridView3); + GroupBox3.Font = null; GroupBox3.Name = "GroupBox3"; GroupBox3.TabStop = false; - DataGridView3.AccessibleDescription = (string) null; - DataGridView3.AccessibleName = (string) null; + DataGridView3.AccessibleDescription = null; + DataGridView3.AccessibleName = null; DataGridView3.AllowUserToAddRows = false; DataGridView3.AllowUserToDeleteRows = false; DataGridView3.AllowUserToResizeColumns = false; DataGridView3.AllowUserToResizeRows = false; gridViewCellStyle9.Alignment = DataGridViewContentAlignment.MiddleCenter; DataGridView3.AlternatingRowsDefaultCellStyle = gridViewCellStyle9; - componentResourceManager.ApplyResources((object) DataGridView3, "DataGridView3"); - DataGridView3.BackgroundImage = (Image) null; + componentResourceManager.ApplyResources(DataGridView3, "DataGridView3"); + DataGridView3.BackgroundImage = null; gridViewCellStyle10.Alignment = DataGridViewContentAlignment.MiddleCenter; gridViewCellStyle10.BackColor = SystemColors.Control; - gridViewCellStyle10.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, (byte) 134); + gridViewCellStyle10.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, 134); gridViewCellStyle10.ForeColor = SystemColors.WindowText; gridViewCellStyle10.SelectionBackColor = SystemColors.Highlight; gridViewCellStyle10.SelectionForeColor = SystemColors.HighlightText; gridViewCellStyle10.WrapMode = DataGridViewTriState.True; DataGridView3.ColumnHeadersDefaultCellStyle = gridViewCellStyle10; DataGridView3.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize; - DataGridView3.Columns.AddRange((DataGridViewColumn) ColumnAIRFreq); - DataGridView3.Font = (Font) null; + DataGridView3.Columns.AddRange(ColumnAIRFreq); + DataGridView3.Font = null; DataGridView3.Name = "DataGridView3"; gridViewCellStyle11.Alignment = DataGridViewContentAlignment.MiddleCenter; gridViewCellStyle11.BackColor = SystemColors.Control; - gridViewCellStyle11.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, (byte) 134); + gridViewCellStyle11.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, 134); gridViewCellStyle11.ForeColor = SystemColors.WindowText; gridViewCellStyle11.SelectionBackColor = SystemColors.Highlight; gridViewCellStyle11.SelectionForeColor = SystemColors.HighlightText; @@ -592,52 +592,52 @@ namespace HPG_68D gridViewCellStyle12.Alignment = DataGridViewContentAlignment.MiddleCenter; DataGridView3.RowsDefaultCellStyle = gridViewCellStyle12; DataGridView3.RowTemplate.Height = 23; - Button3.AccessibleDescription = (string) null; - Button3.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Button3, "Button3"); - Button3.BackgroundImage = (Image) null; - Button3.Font = (Font) null; + Button3.AccessibleDescription = null; + Button3.AccessibleName = null; + componentResourceManager.ApplyResources(Button3, "Button3"); + Button3.BackgroundImage = null; + Button3.Font = null; Button3.Name = "Button3"; Button3.UseVisualStyleBackColor = true; - Button2.AccessibleDescription = (string) null; - Button2.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Button2, "Button2"); - Button2.BackgroundImage = (Image) null; - Button2.Font = (Font) null; + Button2.AccessibleDescription = null; + Button2.AccessibleName = null; + componentResourceManager.ApplyResources(Button2, "Button2"); + Button2.BackgroundImage = null; + Button2.Font = null; Button2.Name = "Button2"; Button2.UseVisualStyleBackColor = true; - Button1.AccessibleDescription = (string) null; - Button1.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Button1, "Button1"); - Button1.BackgroundImage = (Image) null; - Button1.Font = (Font) null; + Button1.AccessibleDescription = null; + Button1.AccessibleName = null; + componentResourceManager.ApplyResources(Button1, "Button1"); + Button1.BackgroundImage = null; + Button1.Font = null; Button1.Name = "Button1"; Button1.UseVisualStyleBackColor = true; - componentResourceManager.ApplyResources((object) ColumnFMFreq, "ColumnFMFreq"); + componentResourceManager.ApplyResources(ColumnFMFreq, "ColumnFMFreq"); ColumnFMFreq.MaxInputLength = 9; ColumnFMFreq.Name = "ColumnFMFreq"; ColumnFMFreq.Resizable = DataGridViewTriState.False; ColumnFMFreq.SortMode = DataGridViewColumnSortMode.NotSortable; - componentResourceManager.ApplyResources((object) ColumnAMFreq, "ColumnAMFreq"); + componentResourceManager.ApplyResources(ColumnAMFreq, "ColumnAMFreq"); ColumnAMFreq.MaxInputLength = 9; ColumnAMFreq.Name = "ColumnAMFreq"; ColumnAMFreq.Resizable = DataGridViewTriState.False; ColumnAMFreq.SortMode = DataGridViewColumnSortMode.NotSortable; - componentResourceManager.ApplyResources((object) ColumnAIRFreq, "ColumnAIRFreq"); + componentResourceManager.ApplyResources(ColumnAIRFreq, "ColumnAIRFreq"); ColumnAIRFreq.MaxInputLength = 9; ColumnAIRFreq.Name = "ColumnAIRFreq"; ColumnAIRFreq.Resizable = DataGridViewTriState.False; ColumnAIRFreq.SortMode = DataGridViewColumnSortMode.NotSortable; - AccessibleDescription = (string) null; - AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) this, "$this"); + AccessibleDescription = null; + AccessibleName = null; + componentResourceManager.ApplyResources(this, "$this"); AutoScaleMode = AutoScaleMode.Font; - BackgroundImage = (Image) null; - Controls.Add((Control) Button3); - Controls.Add((Control) Button2); - Controls.Add((Control) Button1); - Controls.Add((Control) TabControl1); - Font = (Font) null; + BackgroundImage = null; + Controls.Add(Button3); + Controls.Add(Button2); + Controls.Add(Button1); + Controls.Add(TabControl1); + Font = null; Name = nameof (RadioMsgForm); TabControl1.ResumeLayout(false); TabPage1.ResumeLayout(false); @@ -947,13 +947,13 @@ namespace HPG_68D DataGridView1.EndEdit(); DataGridView2.EndEdit(); DataGridView3.EndEdit(); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBoxAIR工作模式, checked (3840 + 29), publicva.Bit5, 5); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBoxAIR信道号, checked (3952 + 6), publicva.AllBit, 0); - int num1 = 7168; - int rowIndex1 = 1; + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBoxAIR工作模式, checked (3840 + 29), publicva.Bit5, 5); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBoxAIR信道号, checked (3952 + 6), publicva.AllBit, 0); + var num1 = 7168; + var rowIndex1 = 1; do { - if (Operators.ConditionalCompareObjectEqual(DataGridView3["ColumnAIRFreq", rowIndex1].Value, (object) "", false)) + if (Operators.ConditionalCompareObjectEqual(DataGridView3["ColumnAIRFreq", rowIndex1].Value, "", false)) { MyProject.Forms.ChannelMsg.CHStatusList_Write(checked (rowIndex1 - 1), "删除", 7856); } @@ -966,13 +966,13 @@ namespace HPG_68D } while (rowIndex1 <= 64); Set_Freq(checked (0 + 7816), Conversions.ToString(DataGridView3["ColumnAIRFreq", 0].Value)); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBoxAM工作模式, checked (3840 + 29), publicva.Bit4, 4); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBoxAM信道号, checked (3952 + 8), publicva.AllBit, 0); - int num2 = 7424; - int rowIndex2 = 1; + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBoxAM工作模式, checked (3840 + 29), publicva.Bit4, 4); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBoxAM信道号, checked (3952 + 8), publicva.AllBit, 0); + var num2 = 7424; + var rowIndex2 = 1; do { - if (Operators.ConditionalCompareObjectEqual(DataGridView2["ColumnAMFreq", rowIndex2].Value, (object) "", false)) + if (Operators.ConditionalCompareObjectEqual(DataGridView2["ColumnAMFreq", rowIndex2].Value, "", false)) { MyProject.Forms.ChannelMsg.CHStatusList_Write(checked (rowIndex2 - 1), "删除", 7824); } @@ -985,16 +985,16 @@ namespace HPG_68D checked { ++rowIndex2; } } while (rowIndex2 <= 64); - int num3 = 7808; + var num3 = 7808; Set_Freq(checked (0 + num3), Conversions.ToString(DataGridView2["ColumnAMFreq", 0].Value)); publicva.EEPROM_Byte[checked (0 + num3 + 3)] = Conversions.ToByte(Get_AMFreqRangID(Conversions.ToDouble(DataGridView2["ColumnAMFreq", 0].Value))); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBoxFM工作模式, checked (3840 + 15), publicva.Bit6, 6); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBoxFM信道号, checked (3952 + 7), publicva.AllBit, 0); - int num4 = 7680; - int rowIndex3 = 1; + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBoxFM工作模式, checked (3840 + 15), publicva.Bit6, 6); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBoxFM信道号, checked (3952 + 7), publicva.AllBit, 0); + var num4 = 7680; + var rowIndex3 = 1; do { - if (Operators.ConditionalCompareObjectEqual(DataGridView1["ColumnFMFreq", rowIndex3].Value, (object) "", false)) + if (Operators.ConditionalCompareObjectEqual(DataGridView1["ColumnFMFreq", rowIndex3].Value, "", false)) { MyProject.Forms.ChannelMsg.CHStatusList_Write(checked (rowIndex3 - 1), "删除", 7840); } @@ -1022,51 +1022,51 @@ namespace HPG_68D DataGridView3.RowCount = 65; if (Operators.CompareString(publicva.Language, "zh-CN", false) == 0) { - DataGridView1.TopLeftHeaderCell.Value = (object) "信道"; - DataGridView2.TopLeftHeaderCell.Value = (object) "信道"; - DataGridView3.TopLeftHeaderCell.Value = (object) "信道"; + DataGridView1.TopLeftHeaderCell.Value = "信道"; + DataGridView2.TopLeftHeaderCell.Value = "信道"; + DataGridView3.TopLeftHeaderCell.Value = "信道"; } else { - DataGridView1.TopLeftHeaderCell.Value = (object) "CH"; - DataGridView2.TopLeftHeaderCell.Value = (object) "CH"; - DataGridView3.TopLeftHeaderCell.Value = (object) "CH"; + DataGridView1.TopLeftHeaderCell.Value = "CH"; + DataGridView2.TopLeftHeaderCell.Value = "CH"; + DataGridView3.TopLeftHeaderCell.Value = "CH"; } - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBoxAIR工作模式, checked (3840 + 29), publicva.Bit5, 5); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBoxAIR信道号, checked (3952 + 6), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBoxAIR工作模式, checked (3840 + 29), publicva.Bit5, 5); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBoxAIR信道号, checked (3952 + 6), publicva.AllBit, 0); if (!MyProject.Forms.ChannelMsg.CHStatus_Read(ComboBoxAIR信道号.SelectedIndex, 7856)) ComboBoxAIR信道号.SelectedIndex = 0; - int num1 = 7168; - int rowIndex1 = 1; + var num1 = 7168; + var rowIndex1 = 1; do { - DataGridView3["ColumnAIRFreq", rowIndex1].Value = !MyProject.Forms.ChannelMsg.CHStatus_Read(checked (rowIndex1 - 1), 7856) ? (object) "" : RuntimeHelpers.GetObjectValue(Get_Freq(checked (rowIndex1 * 4 + num1), 11850000, 13400000)); + DataGridView3["ColumnAIRFreq", rowIndex1].Value = !MyProject.Forms.ChannelMsg.CHStatus_Read(checked (rowIndex1 - 1), 7856) ? "" : RuntimeHelpers.GetObjectValue(Get_Freq(checked (rowIndex1 * 4 + num1), 11850000, 13400000)); checked { ++rowIndex1; } } while (rowIndex1 <= 64); DataGridView3["ColumnAIRFreq", 0].Value = RuntimeHelpers.GetObjectValue(Get_Freq(checked (0 + 7816), 11850000, 13400000)); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBoxAM工作模式, checked (3840 + 29), publicva.Bit4, 4); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBoxAM信道号, checked (3952 + 8), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBoxAM工作模式, checked (3840 + 29), publicva.Bit4, 4); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBoxAM信道号, checked (3952 + 8), publicva.AllBit, 0); if (!MyProject.Forms.ChannelMsg.CHStatus_Read(ComboBoxAM信道号.SelectedIndex, 7824)) ComboBoxAM信道号.SelectedIndex = 0; - int num2 = 7424; - int rowIndex2 = 1; + var num2 = 7424; + var rowIndex2 = 1; do { - DataGridView2["ColumnAMFreq", rowIndex2].Value = !MyProject.Forms.ChannelMsg.CHStatus_Read(checked (rowIndex2 - 1), 7824) ? (object) "" : RuntimeHelpers.GetObjectValue(Get_AMFreq(checked (rowIndex2 * 4 + num2))); + DataGridView2["ColumnAMFreq", rowIndex2].Value = !MyProject.Forms.ChannelMsg.CHStatus_Read(checked (rowIndex2 - 1), 7824) ? "" : RuntimeHelpers.GetObjectValue(Get_AMFreq(checked (rowIndex2 * 4 + num2))); checked { ++rowIndex2; } } while (rowIndex2 <= 64); DataGridView2["ColumnAMFreq", 0].Value = RuntimeHelpers.GetObjectValue(Get_AMFreq(checked (0 + 7808))); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBoxFM工作模式, checked (3840 + 15), publicva.Bit6, 6); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBoxFM信道号, checked (3952 + 7), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBoxFM工作模式, checked (3840 + 15), publicva.Bit6, 6); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBoxFM信道号, checked (3952 + 7), publicva.AllBit, 0); if (!MyProject.Forms.ChannelMsg.CHStatus_Read(ComboBoxFM信道号.SelectedIndex, 7840)) ComboBoxFM信道号.SelectedIndex = 0; - int num3 = 7680; - int rowIndex3 = 1; + var num3 = 7680; + var rowIndex3 = 1; do { - DataGridView1["ColumnFMFreq", rowIndex3].Value = !MyProject.Forms.ChannelMsg.CHStatus_Read(checked (rowIndex3 - 1), 7840) ? (object) "" : RuntimeHelpers.GetObjectValue(Get_Freq(checked (rowIndex3 * 4 + num3), 6400000, 10800000)); + DataGridView1["ColumnFMFreq", rowIndex3].Value = !MyProject.Forms.ChannelMsg.CHStatus_Read(checked (rowIndex3 - 1), 7840) ? "" : RuntimeHelpers.GetObjectValue(Get_Freq(checked (rowIndex3 * 4 + num3), 6400000, 10800000)); checked { ++rowIndex3; } } while (rowIndex3 <= 32); @@ -1075,35 +1075,35 @@ namespace HPG_68D private void DataGridView1_CellEndEdit(object sender, DataGridViewCellEventArgs e) { - int rowIndex = DataGridView1.CurrentCell.RowIndex; - if (Operators.ConditionalCompareObjectNotEqual(DataGridView1["ColumnFMFreq", rowIndex].Value, (object) "", false)) + var rowIndex = DataGridView1.CurrentCell.RowIndex; + if (Operators.ConditionalCompareObjectNotEqual(DataGridView1["ColumnFMFreq", rowIndex].Value, "", false)) DataGridView1["ColumnFMFreq", rowIndex].Value = RuntimeHelpers.GetObjectValue(JudgeInputFMFreq(Conversions.ToString(DataGridView1["ColumnFMFreq", rowIndex].Value), 6400000, 10800000)); - if (Conversions.ToBoolean(Operators.AndObject(Operators.CompareObjectEqual(DataGridView1["ColumnFMFreq", rowIndex].Value, (object) "", false), (object) (rowIndex == 0)))) - DataGridView1["ColumnFMFreq", rowIndex].Value = (object) "100.70000"; - RadioMsgForm_Deactivate(RuntimeHelpers.GetObjectValue(sender), (EventArgs) e); - ComboBoxFM信道号_SelectionChangeCommitted(RuntimeHelpers.GetObjectValue(sender), (EventArgs) e); + if (Conversions.ToBoolean(Operators.AndObject(Operators.CompareObjectEqual(DataGridView1["ColumnFMFreq", rowIndex].Value, "", false), rowIndex == 0))) + DataGridView1["ColumnFMFreq", rowIndex].Value = "100.70000"; + RadioMsgForm_Deactivate(RuntimeHelpers.GetObjectValue(sender), e); + ComboBoxFM信道号_SelectionChangeCommitted(RuntimeHelpers.GetObjectValue(sender), e); } private void DataGridView2_CellEndEdit(object sender, DataGridViewCellEventArgs e) { - int rowIndex = DataGridView2.CurrentCell.RowIndex; - if (Operators.ConditionalCompareObjectNotEqual(DataGridView2["ColumnAMFreq", rowIndex].Value, (object) "", false)) + var rowIndex = DataGridView2.CurrentCell.RowIndex; + if (Operators.ConditionalCompareObjectNotEqual(DataGridView2["ColumnAMFreq", rowIndex].Value, "", false)) DataGridView2["ColumnAMFreq", rowIndex].Value = RuntimeHelpers.GetObjectValue(JudgeInputAMFreq(Conversions.ToString(DataGridView2["ColumnAMFreq", rowIndex].Value))); - if (Conversions.ToBoolean(Operators.AndObject(Operators.CompareObjectEqual(DataGridView2["ColumnAMFreq", rowIndex].Value, (object) "", false), (object) (rowIndex == 0)))) - DataGridView2["ColumnAMFreq", rowIndex].Value = (object) "21.70000"; - RadioMsgForm_Deactivate(RuntimeHelpers.GetObjectValue(sender), (EventArgs) e); - ComboBoxAM信道号_SelectionChangeCommitted(RuntimeHelpers.GetObjectValue(sender), (EventArgs) e); + if (Conversions.ToBoolean(Operators.AndObject(Operators.CompareObjectEqual(DataGridView2["ColumnAMFreq", rowIndex].Value, "", false), rowIndex == 0))) + DataGridView2["ColumnAMFreq", rowIndex].Value = "21.70000"; + RadioMsgForm_Deactivate(RuntimeHelpers.GetObjectValue(sender), e); + ComboBoxAM信道号_SelectionChangeCommitted(RuntimeHelpers.GetObjectValue(sender), e); } private void DataGridView3_CellEndEdit(object sender, DataGridViewCellEventArgs e) { - int rowIndex = DataGridView3.CurrentCell.RowIndex; - if (Operators.ConditionalCompareObjectNotEqual(DataGridView3["ColumnAIRFreq", rowIndex].Value, (object) "", false)) + var rowIndex = DataGridView3.CurrentCell.RowIndex; + if (Operators.ConditionalCompareObjectNotEqual(DataGridView3["ColumnAIRFreq", rowIndex].Value, "", false)) DataGridView3["ColumnAIRFreq", rowIndex].Value = RuntimeHelpers.GetObjectValue(JudgeInputAIRFreq(Conversions.ToString(DataGridView3["ColumnAIRFreq", rowIndex].Value), 11850000, 13400000)); - if (Conversions.ToBoolean(Operators.AndObject(Operators.CompareObjectEqual(DataGridView3["ColumnAIRFreq", rowIndex].Value, (object) "", false), (object) (rowIndex == 0)))) - DataGridView3["ColumnAIRFreq", rowIndex].Value = (object) "118.50000"; - RadioMsgForm_Deactivate(RuntimeHelpers.GetObjectValue(sender), (EventArgs) e); - ComboBoxAIR信道号_SelectionChangeCommitted(RuntimeHelpers.GetObjectValue(sender), (EventArgs) e); + if (Conversions.ToBoolean(Operators.AndObject(Operators.CompareObjectEqual(DataGridView3["ColumnAIRFreq", rowIndex].Value, "", false), rowIndex == 0))) + DataGridView3["ColumnAIRFreq", rowIndex].Value = "118.50000"; + RadioMsgForm_Deactivate(RuntimeHelpers.GetObjectValue(sender), e); + ComboBoxAIR信道号_SelectionChangeCommitted(RuntimeHelpers.GetObjectValue(sender), e); } private void DataGridView1_EditingControlShowing( @@ -1112,7 +1112,7 @@ namespace HPG_68D { if (DataGridView1.CurrentCell.ColumnIndex != DataGridView1["ColumnFMFreq", 0].ColumnIndex) return; - DataGridViewTextBoxEditingControl boxEditingControl = new DataGridViewTextBoxEditingControl(); + var boxEditingControl = new DataGridViewTextBoxEditingControl(); boxEditingControl = (DataGridViewTextBoxEditingControl) e.Control; e.Control.KeyPress += Cells_KeyPress; } @@ -1123,7 +1123,7 @@ namespace HPG_68D { if (DataGridView2.CurrentCell.ColumnIndex != DataGridView2["ColumnAMFreq", 0].ColumnIndex) return; - DataGridViewTextBoxEditingControl boxEditingControl = new DataGridViewTextBoxEditingControl(); + var boxEditingControl = new DataGridViewTextBoxEditingControl(); boxEditingControl = (DataGridViewTextBoxEditingControl) e.Control; e.Control.KeyPress += Cells_KeyPress; } @@ -1134,7 +1134,7 @@ namespace HPG_68D { if (DataGridView3.CurrentCell.ColumnIndex != DataGridView3["ColumnAIRFreq", 0].ColumnIndex) return; - DataGridViewTextBoxEditingControl boxEditingControl = new DataGridViewTextBoxEditingControl(); + var boxEditingControl = new DataGridViewTextBoxEditingControl(); boxEditingControl = (DataGridViewTextBoxEditingControl) e.Control; e.Control.KeyPress += Cells_KeyPress; } @@ -1149,50 +1149,50 @@ namespace HPG_68D private void DataGridView1_RowPostPaint(object sender, DataGridViewRowPostPaintEventArgs e) { - string[] strArray = new string[1]{ "搜台" }; - Brush brush = (Brush) new SolidBrush(DataGridView1.RowHeadersDefaultCellStyle.ForeColor); - int num = 11; + var strArray = new string[1]{ "搜台" }; + var brush = (Brush) new SolidBrush(DataGridView1.RowHeadersDefaultCellStyle.ForeColor); + var num = 11; if (Operators.CompareString(publicva.Language, "zh-CN", false) != 0) { strArray[0] = "VFO"; num = 7; } if (e.RowIndex == 0) - e.Graphics.DrawString(strArray[0].ToString(), DataGridView1.DefaultCellStyle.Font, brush, (float) e.RowBounds.Location.X + (float) checked (DataGridView1.RowHeadersWidth - strArray[0].ToString().Length * num) / 2f, (float) checked (e.RowBounds.Location.Y + 5)); + e.Graphics.DrawString(strArray[0].ToString(), DataGridView1.DefaultCellStyle.Font, brush, e.RowBounds.Location.X + checked (DataGridView1.RowHeadersWidth - strArray[0].ToString().Length * num) / 2f, checked (e.RowBounds.Location.Y + 5)); else - e.Graphics.DrawString(checked (e.RowIndex - 1).ToString(), DataGridView1.DefaultCellStyle.Font, brush, (float) e.RowBounds.Location.X + (float) checked (DataGridView1.RowHeadersWidth - (e.RowIndex - 1).ToString().Length * 8) / 2f, (float) checked (e.RowBounds.Location.Y + 5)); + e.Graphics.DrawString(checked (e.RowIndex - 1).ToString(), DataGridView1.DefaultCellStyle.Font, brush, e.RowBounds.Location.X + checked (DataGridView1.RowHeadersWidth - (e.RowIndex - 1).ToString().Length * 8) / 2f, checked (e.RowBounds.Location.Y + 5)); } private void DataGridView2_RowPostPaint(object sender, DataGridViewRowPostPaintEventArgs e) { - string[] strArray = new string[1]{ "搜台" }; - Brush brush = (Brush) new SolidBrush(DataGridView2.RowHeadersDefaultCellStyle.ForeColor); - int num = 11; + var strArray = new string[1]{ "搜台" }; + var brush = (Brush) new SolidBrush(DataGridView2.RowHeadersDefaultCellStyle.ForeColor); + var num = 11; if (Operators.CompareString(publicva.Language, "zh-CN", false) != 0) { strArray[0] = "VFO"; num = 7; } if (e.RowIndex == 0) - e.Graphics.DrawString(strArray[0].ToString(), DataGridView2.DefaultCellStyle.Font, brush, (float) e.RowBounds.Location.X + (float) checked (DataGridView2.RowHeadersWidth - strArray[0].ToString().Length * num) / 2f, (float) checked (e.RowBounds.Location.Y + 5)); + e.Graphics.DrawString(strArray[0].ToString(), DataGridView2.DefaultCellStyle.Font, brush, e.RowBounds.Location.X + checked (DataGridView2.RowHeadersWidth - strArray[0].ToString().Length * num) / 2f, checked (e.RowBounds.Location.Y + 5)); else - e.Graphics.DrawString(checked (e.RowIndex - 1).ToString(), DataGridView2.DefaultCellStyle.Font, brush, (float) e.RowBounds.Location.X + (float) checked (DataGridView2.RowHeadersWidth - (e.RowIndex - 1).ToString().Length * 8) / 2f, (float) checked (e.RowBounds.Location.Y + 5)); + e.Graphics.DrawString(checked (e.RowIndex - 1).ToString(), DataGridView2.DefaultCellStyle.Font, brush, e.RowBounds.Location.X + checked (DataGridView2.RowHeadersWidth - (e.RowIndex - 1).ToString().Length * 8) / 2f, checked (e.RowBounds.Location.Y + 5)); } private void DataGridView3_RowPostPaint(object sender, DataGridViewRowPostPaintEventArgs e) { - string[] strArray = new string[1]{ "搜台" }; - Brush brush = (Brush) new SolidBrush(DataGridView3.RowHeadersDefaultCellStyle.ForeColor); - int num = 11; + var strArray = new string[1]{ "搜台" }; + var brush = (Brush) new SolidBrush(DataGridView3.RowHeadersDefaultCellStyle.ForeColor); + var num = 11; if (Operators.CompareString(publicva.Language, "zh-CN", false) != 0) { strArray[0] = "VFO"; num = 7; } if (e.RowIndex == 0) - e.Graphics.DrawString(strArray[0].ToString(), DataGridView3.DefaultCellStyle.Font, brush, (float) e.RowBounds.Location.X + (float) checked (DataGridView3.RowHeadersWidth - strArray[0].ToString().Length * num) / 2f, (float) checked (e.RowBounds.Location.Y + 5)); + e.Graphics.DrawString(strArray[0].ToString(), DataGridView3.DefaultCellStyle.Font, brush, e.RowBounds.Location.X + checked (DataGridView3.RowHeadersWidth - strArray[0].ToString().Length * num) / 2f, checked (e.RowBounds.Location.Y + 5)); else - e.Graphics.DrawString(checked (e.RowIndex - 1).ToString(), DataGridView3.DefaultCellStyle.Font, brush, (float) e.RowBounds.Location.X + (float) checked (DataGridView3.RowHeadersWidth - (e.RowIndex - 1).ToString().Length * 8) / 2f, (float) checked (e.RowBounds.Location.Y + 5)); + e.Graphics.DrawString(checked (e.RowIndex - 1).ToString(), DataGridView3.DefaultCellStyle.Font, brush, e.RowBounds.Location.X + checked (DataGridView3.RowHeadersWidth - (e.RowIndex - 1).ToString().Length * 8) / 2f, checked (e.RowBounds.Location.Y + 5)); } public object JudgeInputFMFreq(string StrFreq, int Min, int Max) @@ -1200,17 +1200,17 @@ namespace HPG_68D string str; try { - uint num1 = checked ((uint) Math.Round(unchecked (Conversions.ToDouble(StrFreq) * 100000.0))); - if ((long) Max >= (long) num1 & (long) num1 >= (long) Min) + var num1 = checked ((uint) Math.Round(unchecked (Conversions.ToDouble(StrFreq) * 100000.0))); + if (Max >= num1 & num1 >= Min) { - if ((long) num1 % 5000L != 0L) + if (num1 % 5000L != 0L) { - int num2 = checked ((int) unchecked ((long) num1 / 5000L)); - if ((long) num1 % 5000L > 10000L) + var num2 = checked ((int) unchecked (num1 / 5000L)); + if (num1 % 5000L > 10000L) checked { ++num2; } num1 = checked ((uint) (num2 * 5000)); } - str = string.Format("{0:##0.00000}", (object) ((double) num1 / 100000.0)); + str = string.Format("{0:##0.00000}", num1 / 100000.0); } else { @@ -1225,7 +1225,7 @@ namespace HPG_68D str = ""; ProjectData.ClearProjectError(); } - return (object) str; + return str; } public object JudgeInputAIRFreq(string StrFreq, int Min, int Max) @@ -1233,24 +1233,24 @@ namespace HPG_68D string str; try { - int num1 = checked ((int) Math.Round(unchecked (Conversions.ToDouble(StrFreq) * 100000.0))); + var num1 = checked ((int) Math.Round(unchecked (Conversions.ToDouble(StrFreq) * 100000.0))); if (Max >= num1 & num1 >= Min) { if (num1 % 500 != 0 && num1 % 625 != 0) { - int num2 = num1; - int num3 = num2 / 625; + var num2 = num1; + var num3 = num2 / 625; if (num2 % 625 > 1250) checked { ++num3; } - int num4 = checked (num3 * 625); - int num5 = num1; - int num6 = num5 / 500; + var num4 = checked (num3 * 625); + var num5 = num1; + var num6 = num5 / 500; if (num5 % 500 > 1000) checked { ++num6; } - int num7 = checked (num6 * 500); + var num7 = checked (num6 * 500); num1 = Math.Abs(checked (num4 - num1)) <= Math.Abs(checked (num7 - num1)) ? num4 : num7; } - str = string.Format("{0:##0.00000}", (object) ((double) num1 / 100000.0)); + str = string.Format("{0:##0.00000}", num1 / 100000.0); } else { @@ -1265,21 +1265,21 @@ namespace HPG_68D str = ""; ProjectData.ClearProjectError(); } - return (object) str; + return str; } public object Get_AMFreqRangID(double Freq) { - uint num1 = checked ((uint) Math.Round(unchecked (Freq * 100000.0))); - uint num2 = checked ((uint) Information.UBound((Array) publicva.AMFreqRang)); + var num1 = checked ((uint) Math.Round(unchecked (Freq * 100000.0))); + var num2 = checked ((uint) Information.UBound(publicva.AMFreqRang)); uint amFreqRangId = 0; while (amFreqRangId <= num2) { if (publicva.AMFreqRang[checked ((int) amFreqRangId), 1] >= num1 & num1 >= publicva.AMFreqRang[checked ((int) amFreqRangId), 0]) - return (object) amFreqRangId; + return amFreqRangId; checked { ++amFreqRangId; } } - return (object) -1; + return -1; } public object JudgeInputAMFreq(string StrFreq) @@ -1287,18 +1287,18 @@ namespace HPG_68D string str; try { - double Freq = Conversions.ToDouble(StrFreq); + var Freq = Conversions.ToDouble(StrFreq); if (Conversions.ToInteger(Get_AMFreqRangID(Freq)) != -1) { - uint num1 = checked ((uint) Math.Round(unchecked (Freq * 100000.0))); - if ((long) num1 % 100L != 0L) + var num1 = checked ((uint) Math.Round(unchecked (Freq * 100000.0))); + if (num1 % 100L != 0L) { - int num2 = checked ((int) unchecked ((long) num1 / 100L)); - if ((long) num1 % 100L > 200L) + var num2 = checked ((int) unchecked (num1 / 100L)); + if (num1 % 100L > 200L) checked { ++num2; } num1 = checked ((uint) (num2 * 100)); } - str = string.Format("{0:##0.00000}", (object) ((double) num1 / 100000.0)); + str = string.Format("{0:##0.00000}", num1 / 100000.0); } else { @@ -1313,19 +1313,19 @@ namespace HPG_68D str = ""; ProjectData.ClearProjectError(); } - return (object) str; + return str; } public object Get_Freq(int Address, int Min, int Max) { - double num = (double) checked (((int) publicva.EEPROM_Byte[Address + 0] & 240) >> 4 * 10000000) + (double) checked ((int) publicva.EEPROM_Byte[Address + 0] & 15 * 1000000) + (double) checked (((int) publicva.EEPROM_Byte[Address + 1] & 240) >> 4 * 100000) + (double) checked ((int) publicva.EEPROM_Byte[Address + 1] & 15 * 10000) + (double) checked (((int) publicva.EEPROM_Byte[Address + 2] & 240) >> 4 * 1000) + (double) checked ((int) publicva.EEPROM_Byte[Address + 2] & 15 * 100) + (double) checked (((int) publicva.EEPROM_Byte[Address + 3] & 240) >> 4 * 10) + (double) checked ((int) publicva.EEPROM_Byte[Address + 3] & 15 * 1); - return !((double) Max >= num & num >= (double) Min) ? (object) "" : (object) string.Format("{0:##0.00000}", (object) (num / 100000.0)); + var num = checked ((publicva.EEPROM_Byte[Address + 0] & 240) >> 4 * 10000000) + (double) checked (publicva.EEPROM_Byte[Address + 0] & 15 * 1000000) + checked ((publicva.EEPROM_Byte[Address + 1] & 240) >> 4 * 100000) + checked (publicva.EEPROM_Byte[Address + 1] & 15 * 10000) + checked ((publicva.EEPROM_Byte[Address + 2] & 240) >> 4 * 1000) + checked (publicva.EEPROM_Byte[Address + 2] & 15 * 100) + checked ((publicva.EEPROM_Byte[Address + 3] & 240) >> 4 * 10) + checked (publicva.EEPROM_Byte[Address + 3] & 15 * 1); + return !(Max >= num & num >= Min) ? "" : (object) string.Format("{0:##0.00000}", num / 100000.0); } public object Get_AMFreq(int Address) { - double num = (double) checked (((int) publicva.EEPROM_Byte[Address + 0] & 240) >> 4 * 10000000) + (double) checked ((int) publicva.EEPROM_Byte[Address + 0] & 15 * 1000000) + (double) checked (((int) publicva.EEPROM_Byte[Address + 1] & 240) >> 4 * 100000) + (double) checked ((int) publicva.EEPROM_Byte[Address + 1] & 15 * 10000) + (double) checked (((int) publicva.EEPROM_Byte[Address + 2] & 240) >> 4 * 1000) + (double) checked ((int) publicva.EEPROM_Byte[Address + 2] & 15 * 100) + 0.0 + 0.0; - return !((double) publicva.AMFreqRang[(int) publicva.EEPROM_Byte[checked (Address + 3)], 1] >= num & num >= (double) publicva.AMFreqRang[(int) publicva.EEPROM_Byte[checked (Address + 3)], 0]) ? (object) "" : (object) string.Format("{0:##0.00000}", (object) (num / 100000.0)); + var num = checked ((publicva.EEPROM_Byte[Address + 0] & 240) >> 4 * 10000000) + (double) checked (publicva.EEPROM_Byte[Address + 0] & 15 * 1000000) + checked ((publicva.EEPROM_Byte[Address + 1] & 240) >> 4 * 100000) + checked (publicva.EEPROM_Byte[Address + 1] & 15 * 10000) + checked ((publicva.EEPROM_Byte[Address + 2] & 240) >> 4 * 1000) + checked (publicva.EEPROM_Byte[Address + 2] & 15 * 100) + 0.0 + 0.0; + return !(publicva.AMFreqRang[publicva.EEPROM_Byte[checked (Address + 3)], 1] >= num & num >= publicva.AMFreqRang[publicva.EEPROM_Byte[checked (Address + 3)], 0]) ? "" : (object) string.Format("{0:##0.00000}", num / 100000.0); } public void Set_Freq(int Address, string Temp_Value) @@ -1341,10 +1341,10 @@ namespace HPG_68D num = 0U; ProjectData.ClearProjectError(); } - publicva.EEPROM_Byte[checked (Address + 0)] = Conversions.ToByte("&h" + Conversions.ToString((long) num / 10000000L)); - publicva.EEPROM_Byte[checked (Address + 1)] = Conversions.ToByte("&h" + Conversions.ToString((long) num / 100000L % 100L)); - publicva.EEPROM_Byte[checked (Address + 2)] = Conversions.ToByte("&h" + Conversions.ToString((long) num / 1000L % 100L)); - publicva.EEPROM_Byte[checked (Address + 3)] = Conversions.ToByte("&h" + Conversions.ToString((long) num % 1000L / 10L)); + publicva.EEPROM_Byte[checked (Address + 0)] = Conversions.ToByte("&h" + Conversions.ToString(num / 10000000L)); + publicva.EEPROM_Byte[checked (Address + 1)] = Conversions.ToByte("&h" + Conversions.ToString(num / 100000L % 100L)); + publicva.EEPROM_Byte[checked (Address + 2)] = Conversions.ToByte("&h" + Conversions.ToString(num / 1000L % 100L)); + publicva.EEPROM_Byte[checked (Address + 3)] = Conversions.ToByte("&h" + Conversions.ToString(num % 1000L / 10L)); } private void Button1_Click(object sender, EventArgs e) => Close(); @@ -1353,7 +1353,7 @@ namespace HPG_68D { if (MyProject.Forms.ChannelMsg.CHStatus_Read(ComboBoxAM信道号.SelectedIndex, 7824)) return; - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBoxAM信道号, checked (3952 + 8), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBoxAM信道号, checked (3952 + 8), publicva.AllBit, 0); if (!MyProject.Forms.ChannelMsg.CHStatus_Read(ComboBoxAM信道号.SelectedIndex, 7824)) ComboBoxAM信道号.SelectedIndex = 0; } @@ -1362,7 +1362,7 @@ namespace HPG_68D { if (MyProject.Forms.ChannelMsg.CHStatus_Read(ComboBoxFM信道号.SelectedIndex, 7840)) return; - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBoxFM信道号, checked (3952 + 7), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBoxFM信道号, checked (3952 + 7), publicva.AllBit, 0); if (!MyProject.Forms.ChannelMsg.CHStatus_Read(ComboBoxFM信道号.SelectedIndex, 7840)) ComboBoxFM信道号.SelectedIndex = 0; } @@ -1371,7 +1371,7 @@ namespace HPG_68D { if (MyProject.Forms.ChannelMsg.CHStatus_Read(ComboBoxAIR信道号.SelectedIndex, 7856)) return; - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBoxAIR信道号, checked (3952 + 6), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBoxAIR信道号, checked (3952 + 6), publicva.AllBit, 0); if (!MyProject.Forms.ChannelMsg.CHStatus_Read(ComboBoxAIR信道号.SelectedIndex, 7856)) ComboBoxAIR信道号.SelectedIndex = 0; } diff --git a/HPG-68D/SOSMsgForm.cs b/HPG-68D/SOSMsgForm.cs index 8c59b99..2963e03 100644 --- a/HPG-68D/SOSMsgForm.cs +++ b/HPG-68D/SOSMsgForm.cs @@ -78,7 +78,7 @@ namespace HPG_68D Load += SOSMsgForm_Load; Deactivate += SOSMsgForm_Deactivate; FormClosing += SOSMsgForm_FormClosing; - __ENCList.Add((object) new WeakReference((object) this)); + __ENCList.Add(new WeakReference(this)); InitializeComponent(); } @@ -93,7 +93,7 @@ namespace HPG_68D [DebuggerStepThrough] private void InitializeComponent() { - ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof (SOSMsgForm)); + var componentResourceManager = new ComponentResourceManager(typeof (SOSMsgForm)); Panel1 = new Panel(); ComboBox9 = new ComboBox(); Label9 = new Label(); @@ -118,1751 +118,1751 @@ namespace HPG_68D Button1 = new Button(); Panel1.SuspendLayout(); SuspendLayout(); - Panel1.AccessibleDescription = (string) null; - Panel1.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Panel1, "Panel1"); - Panel1.BackgroundImage = (Image) null; + Panel1.AccessibleDescription = null; + Panel1.AccessibleName = null; + componentResourceManager.ApplyResources(Panel1, "Panel1"); + Panel1.BackgroundImage = null; Panel1.BorderStyle = BorderStyle.Fixed3D; - Panel1.Controls.Add((Control) ComboBox9); - Panel1.Controls.Add((Control) Label9); - Panel1.Controls.Add((Control) ComboBox8); - Panel1.Controls.Add((Control) Label8); - Panel1.Controls.Add((Control) ComboBox7); - Panel1.Controls.Add((Control) Label7); - Panel1.Controls.Add((Control) ComboBox6); - Panel1.Controls.Add((Control) Label6); - Panel1.Controls.Add((Control) ComboBox5); - Panel1.Controls.Add((Control) Label5); - Panel1.Controls.Add((Control) ComboBox4); - Panel1.Controls.Add((Control) Label4); - Panel1.Controls.Add((Control) ComboBox3); - Panel1.Controls.Add((Control) Label3); - Panel1.Controls.Add((Control) ComboBox2); - Panel1.Controls.Add((Control) Label2); - Panel1.Controls.Add((Control) ComboBox1); - Panel1.Controls.Add((Control) Label1); - Panel1.Font = (Font) null; + Panel1.Controls.Add(ComboBox9); + Panel1.Controls.Add(Label9); + Panel1.Controls.Add(ComboBox8); + Panel1.Controls.Add(Label8); + Panel1.Controls.Add(ComboBox7); + Panel1.Controls.Add(Label7); + Panel1.Controls.Add(ComboBox6); + Panel1.Controls.Add(Label6); + Panel1.Controls.Add(ComboBox5); + Panel1.Controls.Add(Label5); + Panel1.Controls.Add(ComboBox4); + Panel1.Controls.Add(Label4); + Panel1.Controls.Add(ComboBox3); + Panel1.Controls.Add(Label3); + Panel1.Controls.Add(ComboBox2); + Panel1.Controls.Add(Label2); + Panel1.Controls.Add(ComboBox1); + Panel1.Controls.Add(Label1); + Panel1.Font = null; Panel1.Name = "Panel1"; - ComboBox9.AccessibleDescription = (string) null; - ComboBox9.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox9, "ComboBox9"); - ComboBox9.BackgroundImage = (Image) null; + ComboBox9.AccessibleDescription = null; + ComboBox9.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox9, "ComboBox9"); + ComboBox9.BackgroundImage = null; ComboBox9.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox9.Font = (Font) null; + ComboBox9.Font = null; ComboBox9.FormattingEnabled = true; ComboBox9.Items.AddRange(new object[256] { - (object) componentResourceManager.GetString("ComboBox9.Items"), - (object) componentResourceManager.GetString("ComboBox9.Items1"), - (object) componentResourceManager.GetString("ComboBox9.Items2"), - (object) componentResourceManager.GetString("ComboBox9.Items3"), - (object) componentResourceManager.GetString("ComboBox9.Items4"), - (object) componentResourceManager.GetString("ComboBox9.Items5"), - (object) componentResourceManager.GetString("ComboBox9.Items6"), - (object) componentResourceManager.GetString("ComboBox9.Items7"), - (object) componentResourceManager.GetString("ComboBox9.Items8"), - (object) componentResourceManager.GetString("ComboBox9.Items9"), - (object) componentResourceManager.GetString("ComboBox9.Items10"), - (object) componentResourceManager.GetString("ComboBox9.Items11"), - (object) componentResourceManager.GetString("ComboBox9.Items12"), - (object) componentResourceManager.GetString("ComboBox9.Items13"), - (object) componentResourceManager.GetString("ComboBox9.Items14"), - (object) componentResourceManager.GetString("ComboBox9.Items15"), - (object) componentResourceManager.GetString("ComboBox9.Items16"), - (object) componentResourceManager.GetString("ComboBox9.Items17"), - (object) componentResourceManager.GetString("ComboBox9.Items18"), - (object) componentResourceManager.GetString("ComboBox9.Items19"), - (object) componentResourceManager.GetString("ComboBox9.Items20"), - (object) componentResourceManager.GetString("ComboBox9.Items21"), - (object) componentResourceManager.GetString("ComboBox9.Items22"), - (object) componentResourceManager.GetString("ComboBox9.Items23"), - (object) componentResourceManager.GetString("ComboBox9.Items24"), - (object) componentResourceManager.GetString("ComboBox9.Items25"), - (object) componentResourceManager.GetString("ComboBox9.Items26"), - (object) componentResourceManager.GetString("ComboBox9.Items27"), - (object) componentResourceManager.GetString("ComboBox9.Items28"), - (object) componentResourceManager.GetString("ComboBox9.Items29"), - (object) componentResourceManager.GetString("ComboBox9.Items30"), - (object) componentResourceManager.GetString("ComboBox9.Items31"), - (object) componentResourceManager.GetString("ComboBox9.Items32"), - (object) componentResourceManager.GetString("ComboBox9.Items33"), - (object) componentResourceManager.GetString("ComboBox9.Items34"), - (object) componentResourceManager.GetString("ComboBox9.Items35"), - (object) componentResourceManager.GetString("ComboBox9.Items36"), - (object) componentResourceManager.GetString("ComboBox9.Items37"), - (object) componentResourceManager.GetString("ComboBox9.Items38"), - (object) componentResourceManager.GetString("ComboBox9.Items39"), - (object) componentResourceManager.GetString("ComboBox9.Items40"), - (object) componentResourceManager.GetString("ComboBox9.Items41"), - (object) componentResourceManager.GetString("ComboBox9.Items42"), - (object) componentResourceManager.GetString("ComboBox9.Items43"), - (object) componentResourceManager.GetString("ComboBox9.Items44"), - (object) componentResourceManager.GetString("ComboBox9.Items45"), - (object) componentResourceManager.GetString("ComboBox9.Items46"), - (object) componentResourceManager.GetString("ComboBox9.Items47"), - (object) componentResourceManager.GetString("ComboBox9.Items48"), - (object) componentResourceManager.GetString("ComboBox9.Items49"), - (object) componentResourceManager.GetString("ComboBox9.Items50"), - (object) componentResourceManager.GetString("ComboBox9.Items51"), - (object) componentResourceManager.GetString("ComboBox9.Items52"), - (object) componentResourceManager.GetString("ComboBox9.Items53"), - (object) componentResourceManager.GetString("ComboBox9.Items54"), - (object) componentResourceManager.GetString("ComboBox9.Items55"), - (object) componentResourceManager.GetString("ComboBox9.Items56"), - (object) componentResourceManager.GetString("ComboBox9.Items57"), - (object) componentResourceManager.GetString("ComboBox9.Items58"), - (object) componentResourceManager.GetString("ComboBox9.Items59"), - (object) componentResourceManager.GetString("ComboBox9.Items60"), - (object) componentResourceManager.GetString("ComboBox9.Items61"), - (object) componentResourceManager.GetString("ComboBox9.Items62"), - (object) componentResourceManager.GetString("ComboBox9.Items63"), - (object) componentResourceManager.GetString("ComboBox9.Items64"), - (object) componentResourceManager.GetString("ComboBox9.Items65"), - (object) componentResourceManager.GetString("ComboBox9.Items66"), - (object) componentResourceManager.GetString("ComboBox9.Items67"), - (object) componentResourceManager.GetString("ComboBox9.Items68"), - (object) componentResourceManager.GetString("ComboBox9.Items69"), - (object) componentResourceManager.GetString("ComboBox9.Items70"), - (object) componentResourceManager.GetString("ComboBox9.Items71"), - (object) componentResourceManager.GetString("ComboBox9.Items72"), - (object) componentResourceManager.GetString("ComboBox9.Items73"), - (object) componentResourceManager.GetString("ComboBox9.Items74"), - (object) componentResourceManager.GetString("ComboBox9.Items75"), - (object) componentResourceManager.GetString("ComboBox9.Items76"), - (object) componentResourceManager.GetString("ComboBox9.Items77"), - (object) componentResourceManager.GetString("ComboBox9.Items78"), - (object) componentResourceManager.GetString("ComboBox9.Items79"), - (object) componentResourceManager.GetString("ComboBox9.Items80"), - (object) componentResourceManager.GetString("ComboBox9.Items81"), - (object) componentResourceManager.GetString("ComboBox9.Items82"), - (object) componentResourceManager.GetString("ComboBox9.Items83"), - (object) componentResourceManager.GetString("ComboBox9.Items84"), - (object) componentResourceManager.GetString("ComboBox9.Items85"), - (object) componentResourceManager.GetString("ComboBox9.Items86"), - (object) componentResourceManager.GetString("ComboBox9.Items87"), - (object) componentResourceManager.GetString("ComboBox9.Items88"), - (object) componentResourceManager.GetString("ComboBox9.Items89"), - (object) componentResourceManager.GetString("ComboBox9.Items90"), - (object) componentResourceManager.GetString("ComboBox9.Items91"), - (object) componentResourceManager.GetString("ComboBox9.Items92"), - (object) componentResourceManager.GetString("ComboBox9.Items93"), - (object) componentResourceManager.GetString("ComboBox9.Items94"), - (object) componentResourceManager.GetString("ComboBox9.Items95"), - (object) componentResourceManager.GetString("ComboBox9.Items96"), - (object) componentResourceManager.GetString("ComboBox9.Items97"), - (object) componentResourceManager.GetString("ComboBox9.Items98"), - (object) componentResourceManager.GetString("ComboBox9.Items99"), - (object) componentResourceManager.GetString("ComboBox9.Items100"), - (object) componentResourceManager.GetString("ComboBox9.Items101"), - (object) componentResourceManager.GetString("ComboBox9.Items102"), - (object) componentResourceManager.GetString("ComboBox9.Items103"), - (object) componentResourceManager.GetString("ComboBox9.Items104"), - (object) componentResourceManager.GetString("ComboBox9.Items105"), - (object) componentResourceManager.GetString("ComboBox9.Items106"), - (object) componentResourceManager.GetString("ComboBox9.Items107"), - (object) componentResourceManager.GetString("ComboBox9.Items108"), - (object) componentResourceManager.GetString("ComboBox9.Items109"), - (object) componentResourceManager.GetString("ComboBox9.Items110"), - (object) componentResourceManager.GetString("ComboBox9.Items111"), - (object) componentResourceManager.GetString("ComboBox9.Items112"), - (object) componentResourceManager.GetString("ComboBox9.Items113"), - (object) componentResourceManager.GetString("ComboBox9.Items114"), - (object) componentResourceManager.GetString("ComboBox9.Items115"), - (object) componentResourceManager.GetString("ComboBox9.Items116"), - (object) componentResourceManager.GetString("ComboBox9.Items117"), - (object) componentResourceManager.GetString("ComboBox9.Items118"), - (object) componentResourceManager.GetString("ComboBox9.Items119"), - (object) componentResourceManager.GetString("ComboBox9.Items120"), - (object) componentResourceManager.GetString("ComboBox9.Items121"), - (object) componentResourceManager.GetString("ComboBox9.Items122"), - (object) componentResourceManager.GetString("ComboBox9.Items123"), - (object) componentResourceManager.GetString("ComboBox9.Items124"), - (object) componentResourceManager.GetString("ComboBox9.Items125"), - (object) componentResourceManager.GetString("ComboBox9.Items126"), - (object) componentResourceManager.GetString("ComboBox9.Items127"), - (object) componentResourceManager.GetString("ComboBox9.Items128"), - (object) componentResourceManager.GetString("ComboBox9.Items129"), - (object) componentResourceManager.GetString("ComboBox9.Items130"), - (object) componentResourceManager.GetString("ComboBox9.Items131"), - (object) componentResourceManager.GetString("ComboBox9.Items132"), - (object) componentResourceManager.GetString("ComboBox9.Items133"), - (object) componentResourceManager.GetString("ComboBox9.Items134"), - (object) componentResourceManager.GetString("ComboBox9.Items135"), - (object) componentResourceManager.GetString("ComboBox9.Items136"), - (object) componentResourceManager.GetString("ComboBox9.Items137"), - (object) componentResourceManager.GetString("ComboBox9.Items138"), - (object) componentResourceManager.GetString("ComboBox9.Items139"), - (object) componentResourceManager.GetString("ComboBox9.Items140"), - (object) componentResourceManager.GetString("ComboBox9.Items141"), - (object) componentResourceManager.GetString("ComboBox9.Items142"), - (object) componentResourceManager.GetString("ComboBox9.Items143"), - (object) componentResourceManager.GetString("ComboBox9.Items144"), - (object) componentResourceManager.GetString("ComboBox9.Items145"), - (object) componentResourceManager.GetString("ComboBox9.Items146"), - (object) componentResourceManager.GetString("ComboBox9.Items147"), - (object) componentResourceManager.GetString("ComboBox9.Items148"), - (object) componentResourceManager.GetString("ComboBox9.Items149"), - (object) componentResourceManager.GetString("ComboBox9.Items150"), - (object) componentResourceManager.GetString("ComboBox9.Items151"), - (object) componentResourceManager.GetString("ComboBox9.Items152"), - (object) componentResourceManager.GetString("ComboBox9.Items153"), - (object) componentResourceManager.GetString("ComboBox9.Items154"), - (object) componentResourceManager.GetString("ComboBox9.Items155"), - (object) componentResourceManager.GetString("ComboBox9.Items156"), - (object) componentResourceManager.GetString("ComboBox9.Items157"), - (object) componentResourceManager.GetString("ComboBox9.Items158"), - (object) componentResourceManager.GetString("ComboBox9.Items159"), - (object) componentResourceManager.GetString("ComboBox9.Items160"), - (object) componentResourceManager.GetString("ComboBox9.Items161"), - (object) componentResourceManager.GetString("ComboBox9.Items162"), - (object) componentResourceManager.GetString("ComboBox9.Items163"), - (object) componentResourceManager.GetString("ComboBox9.Items164"), - (object) componentResourceManager.GetString("ComboBox9.Items165"), - (object) componentResourceManager.GetString("ComboBox9.Items166"), - (object) componentResourceManager.GetString("ComboBox9.Items167"), - (object) componentResourceManager.GetString("ComboBox9.Items168"), - (object) componentResourceManager.GetString("ComboBox9.Items169"), - (object) componentResourceManager.GetString("ComboBox9.Items170"), - (object) componentResourceManager.GetString("ComboBox9.Items171"), - (object) componentResourceManager.GetString("ComboBox9.Items172"), - (object) componentResourceManager.GetString("ComboBox9.Items173"), - (object) componentResourceManager.GetString("ComboBox9.Items174"), - (object) componentResourceManager.GetString("ComboBox9.Items175"), - (object) componentResourceManager.GetString("ComboBox9.Items176"), - (object) componentResourceManager.GetString("ComboBox9.Items177"), - (object) componentResourceManager.GetString("ComboBox9.Items178"), - (object) componentResourceManager.GetString("ComboBox9.Items179"), - (object) componentResourceManager.GetString("ComboBox9.Items180"), - (object) componentResourceManager.GetString("ComboBox9.Items181"), - (object) componentResourceManager.GetString("ComboBox9.Items182"), - (object) componentResourceManager.GetString("ComboBox9.Items183"), - (object) componentResourceManager.GetString("ComboBox9.Items184"), - (object) componentResourceManager.GetString("ComboBox9.Items185"), - (object) componentResourceManager.GetString("ComboBox9.Items186"), - (object) componentResourceManager.GetString("ComboBox9.Items187"), - (object) componentResourceManager.GetString("ComboBox9.Items188"), - (object) componentResourceManager.GetString("ComboBox9.Items189"), - (object) componentResourceManager.GetString("ComboBox9.Items190"), - (object) componentResourceManager.GetString("ComboBox9.Items191"), - (object) componentResourceManager.GetString("ComboBox9.Items192"), - (object) componentResourceManager.GetString("ComboBox9.Items193"), - (object) componentResourceManager.GetString("ComboBox9.Items194"), - (object) componentResourceManager.GetString("ComboBox9.Items195"), - (object) componentResourceManager.GetString("ComboBox9.Items196"), - (object) componentResourceManager.GetString("ComboBox9.Items197"), - (object) componentResourceManager.GetString("ComboBox9.Items198"), - (object) componentResourceManager.GetString("ComboBox9.Items199"), - (object) componentResourceManager.GetString("ComboBox9.Items200"), - (object) componentResourceManager.GetString("ComboBox9.Items201"), - (object) componentResourceManager.GetString("ComboBox9.Items202"), - (object) componentResourceManager.GetString("ComboBox9.Items203"), - (object) componentResourceManager.GetString("ComboBox9.Items204"), - (object) componentResourceManager.GetString("ComboBox9.Items205"), - (object) componentResourceManager.GetString("ComboBox9.Items206"), - (object) componentResourceManager.GetString("ComboBox9.Items207"), - (object) componentResourceManager.GetString("ComboBox9.Items208"), - (object) componentResourceManager.GetString("ComboBox9.Items209"), - (object) componentResourceManager.GetString("ComboBox9.Items210"), - (object) componentResourceManager.GetString("ComboBox9.Items211"), - (object) componentResourceManager.GetString("ComboBox9.Items212"), - (object) componentResourceManager.GetString("ComboBox9.Items213"), - (object) componentResourceManager.GetString("ComboBox9.Items214"), - (object) componentResourceManager.GetString("ComboBox9.Items215"), - (object) componentResourceManager.GetString("ComboBox9.Items216"), - (object) componentResourceManager.GetString("ComboBox9.Items217"), - (object) componentResourceManager.GetString("ComboBox9.Items218"), - (object) componentResourceManager.GetString("ComboBox9.Items219"), - (object) componentResourceManager.GetString("ComboBox9.Items220"), - (object) componentResourceManager.GetString("ComboBox9.Items221"), - (object) componentResourceManager.GetString("ComboBox9.Items222"), - (object) componentResourceManager.GetString("ComboBox9.Items223"), - (object) componentResourceManager.GetString("ComboBox9.Items224"), - (object) componentResourceManager.GetString("ComboBox9.Items225"), - (object) componentResourceManager.GetString("ComboBox9.Items226"), - (object) componentResourceManager.GetString("ComboBox9.Items227"), - (object) componentResourceManager.GetString("ComboBox9.Items228"), - (object) componentResourceManager.GetString("ComboBox9.Items229"), - (object) componentResourceManager.GetString("ComboBox9.Items230"), - (object) componentResourceManager.GetString("ComboBox9.Items231"), - (object) componentResourceManager.GetString("ComboBox9.Items232"), - (object) componentResourceManager.GetString("ComboBox9.Items233"), - (object) componentResourceManager.GetString("ComboBox9.Items234"), - (object) componentResourceManager.GetString("ComboBox9.Items235"), - (object) componentResourceManager.GetString("ComboBox9.Items236"), - (object) componentResourceManager.GetString("ComboBox9.Items237"), - (object) componentResourceManager.GetString("ComboBox9.Items238"), - (object) componentResourceManager.GetString("ComboBox9.Items239"), - (object) componentResourceManager.GetString("ComboBox9.Items240"), - (object) componentResourceManager.GetString("ComboBox9.Items241"), - (object) componentResourceManager.GetString("ComboBox9.Items242"), - (object) componentResourceManager.GetString("ComboBox9.Items243"), - (object) componentResourceManager.GetString("ComboBox9.Items244"), - (object) componentResourceManager.GetString("ComboBox9.Items245"), - (object) componentResourceManager.GetString("ComboBox9.Items246"), - (object) componentResourceManager.GetString("ComboBox9.Items247"), - (object) componentResourceManager.GetString("ComboBox9.Items248"), - (object) componentResourceManager.GetString("ComboBox9.Items249"), - (object) componentResourceManager.GetString("ComboBox9.Items250"), - (object) componentResourceManager.GetString("ComboBox9.Items251"), - (object) componentResourceManager.GetString("ComboBox9.Items252"), - (object) componentResourceManager.GetString("ComboBox9.Items253"), - (object) componentResourceManager.GetString("ComboBox9.Items254"), - (object) componentResourceManager.GetString("ComboBox9.Items255") + componentResourceManager.GetString("ComboBox9.Items"), + componentResourceManager.GetString("ComboBox9.Items1"), + componentResourceManager.GetString("ComboBox9.Items2"), + componentResourceManager.GetString("ComboBox9.Items3"), + componentResourceManager.GetString("ComboBox9.Items4"), + componentResourceManager.GetString("ComboBox9.Items5"), + componentResourceManager.GetString("ComboBox9.Items6"), + componentResourceManager.GetString("ComboBox9.Items7"), + componentResourceManager.GetString("ComboBox9.Items8"), + componentResourceManager.GetString("ComboBox9.Items9"), + componentResourceManager.GetString("ComboBox9.Items10"), + componentResourceManager.GetString("ComboBox9.Items11"), + componentResourceManager.GetString("ComboBox9.Items12"), + componentResourceManager.GetString("ComboBox9.Items13"), + componentResourceManager.GetString("ComboBox9.Items14"), + componentResourceManager.GetString("ComboBox9.Items15"), + componentResourceManager.GetString("ComboBox9.Items16"), + componentResourceManager.GetString("ComboBox9.Items17"), + componentResourceManager.GetString("ComboBox9.Items18"), + componentResourceManager.GetString("ComboBox9.Items19"), + componentResourceManager.GetString("ComboBox9.Items20"), + componentResourceManager.GetString("ComboBox9.Items21"), + componentResourceManager.GetString("ComboBox9.Items22"), + componentResourceManager.GetString("ComboBox9.Items23"), + componentResourceManager.GetString("ComboBox9.Items24"), + componentResourceManager.GetString("ComboBox9.Items25"), + componentResourceManager.GetString("ComboBox9.Items26"), + componentResourceManager.GetString("ComboBox9.Items27"), + componentResourceManager.GetString("ComboBox9.Items28"), + componentResourceManager.GetString("ComboBox9.Items29"), + componentResourceManager.GetString("ComboBox9.Items30"), + componentResourceManager.GetString("ComboBox9.Items31"), + componentResourceManager.GetString("ComboBox9.Items32"), + componentResourceManager.GetString("ComboBox9.Items33"), + componentResourceManager.GetString("ComboBox9.Items34"), + componentResourceManager.GetString("ComboBox9.Items35"), + componentResourceManager.GetString("ComboBox9.Items36"), + componentResourceManager.GetString("ComboBox9.Items37"), + componentResourceManager.GetString("ComboBox9.Items38"), + componentResourceManager.GetString("ComboBox9.Items39"), + componentResourceManager.GetString("ComboBox9.Items40"), + componentResourceManager.GetString("ComboBox9.Items41"), + componentResourceManager.GetString("ComboBox9.Items42"), + componentResourceManager.GetString("ComboBox9.Items43"), + componentResourceManager.GetString("ComboBox9.Items44"), + componentResourceManager.GetString("ComboBox9.Items45"), + componentResourceManager.GetString("ComboBox9.Items46"), + componentResourceManager.GetString("ComboBox9.Items47"), + componentResourceManager.GetString("ComboBox9.Items48"), + componentResourceManager.GetString("ComboBox9.Items49"), + componentResourceManager.GetString("ComboBox9.Items50"), + componentResourceManager.GetString("ComboBox9.Items51"), + componentResourceManager.GetString("ComboBox9.Items52"), + componentResourceManager.GetString("ComboBox9.Items53"), + componentResourceManager.GetString("ComboBox9.Items54"), + componentResourceManager.GetString("ComboBox9.Items55"), + componentResourceManager.GetString("ComboBox9.Items56"), + componentResourceManager.GetString("ComboBox9.Items57"), + componentResourceManager.GetString("ComboBox9.Items58"), + componentResourceManager.GetString("ComboBox9.Items59"), + componentResourceManager.GetString("ComboBox9.Items60"), + componentResourceManager.GetString("ComboBox9.Items61"), + componentResourceManager.GetString("ComboBox9.Items62"), + componentResourceManager.GetString("ComboBox9.Items63"), + componentResourceManager.GetString("ComboBox9.Items64"), + componentResourceManager.GetString("ComboBox9.Items65"), + componentResourceManager.GetString("ComboBox9.Items66"), + componentResourceManager.GetString("ComboBox9.Items67"), + componentResourceManager.GetString("ComboBox9.Items68"), + componentResourceManager.GetString("ComboBox9.Items69"), + componentResourceManager.GetString("ComboBox9.Items70"), + componentResourceManager.GetString("ComboBox9.Items71"), + componentResourceManager.GetString("ComboBox9.Items72"), + componentResourceManager.GetString("ComboBox9.Items73"), + componentResourceManager.GetString("ComboBox9.Items74"), + componentResourceManager.GetString("ComboBox9.Items75"), + componentResourceManager.GetString("ComboBox9.Items76"), + componentResourceManager.GetString("ComboBox9.Items77"), + componentResourceManager.GetString("ComboBox9.Items78"), + componentResourceManager.GetString("ComboBox9.Items79"), + componentResourceManager.GetString("ComboBox9.Items80"), + componentResourceManager.GetString("ComboBox9.Items81"), + componentResourceManager.GetString("ComboBox9.Items82"), + componentResourceManager.GetString("ComboBox9.Items83"), + componentResourceManager.GetString("ComboBox9.Items84"), + componentResourceManager.GetString("ComboBox9.Items85"), + componentResourceManager.GetString("ComboBox9.Items86"), + componentResourceManager.GetString("ComboBox9.Items87"), + componentResourceManager.GetString("ComboBox9.Items88"), + componentResourceManager.GetString("ComboBox9.Items89"), + componentResourceManager.GetString("ComboBox9.Items90"), + componentResourceManager.GetString("ComboBox9.Items91"), + componentResourceManager.GetString("ComboBox9.Items92"), + componentResourceManager.GetString("ComboBox9.Items93"), + componentResourceManager.GetString("ComboBox9.Items94"), + componentResourceManager.GetString("ComboBox9.Items95"), + componentResourceManager.GetString("ComboBox9.Items96"), + componentResourceManager.GetString("ComboBox9.Items97"), + componentResourceManager.GetString("ComboBox9.Items98"), + componentResourceManager.GetString("ComboBox9.Items99"), + componentResourceManager.GetString("ComboBox9.Items100"), + componentResourceManager.GetString("ComboBox9.Items101"), + componentResourceManager.GetString("ComboBox9.Items102"), + componentResourceManager.GetString("ComboBox9.Items103"), + componentResourceManager.GetString("ComboBox9.Items104"), + componentResourceManager.GetString("ComboBox9.Items105"), + componentResourceManager.GetString("ComboBox9.Items106"), + componentResourceManager.GetString("ComboBox9.Items107"), + componentResourceManager.GetString("ComboBox9.Items108"), + componentResourceManager.GetString("ComboBox9.Items109"), + componentResourceManager.GetString("ComboBox9.Items110"), + componentResourceManager.GetString("ComboBox9.Items111"), + componentResourceManager.GetString("ComboBox9.Items112"), + componentResourceManager.GetString("ComboBox9.Items113"), + componentResourceManager.GetString("ComboBox9.Items114"), + componentResourceManager.GetString("ComboBox9.Items115"), + componentResourceManager.GetString("ComboBox9.Items116"), + componentResourceManager.GetString("ComboBox9.Items117"), + componentResourceManager.GetString("ComboBox9.Items118"), + componentResourceManager.GetString("ComboBox9.Items119"), + componentResourceManager.GetString("ComboBox9.Items120"), + componentResourceManager.GetString("ComboBox9.Items121"), + componentResourceManager.GetString("ComboBox9.Items122"), + componentResourceManager.GetString("ComboBox9.Items123"), + componentResourceManager.GetString("ComboBox9.Items124"), + componentResourceManager.GetString("ComboBox9.Items125"), + componentResourceManager.GetString("ComboBox9.Items126"), + componentResourceManager.GetString("ComboBox9.Items127"), + componentResourceManager.GetString("ComboBox9.Items128"), + componentResourceManager.GetString("ComboBox9.Items129"), + componentResourceManager.GetString("ComboBox9.Items130"), + componentResourceManager.GetString("ComboBox9.Items131"), + componentResourceManager.GetString("ComboBox9.Items132"), + componentResourceManager.GetString("ComboBox9.Items133"), + componentResourceManager.GetString("ComboBox9.Items134"), + componentResourceManager.GetString("ComboBox9.Items135"), + componentResourceManager.GetString("ComboBox9.Items136"), + componentResourceManager.GetString("ComboBox9.Items137"), + componentResourceManager.GetString("ComboBox9.Items138"), + componentResourceManager.GetString("ComboBox9.Items139"), + componentResourceManager.GetString("ComboBox9.Items140"), + componentResourceManager.GetString("ComboBox9.Items141"), + componentResourceManager.GetString("ComboBox9.Items142"), + componentResourceManager.GetString("ComboBox9.Items143"), + componentResourceManager.GetString("ComboBox9.Items144"), + componentResourceManager.GetString("ComboBox9.Items145"), + componentResourceManager.GetString("ComboBox9.Items146"), + componentResourceManager.GetString("ComboBox9.Items147"), + componentResourceManager.GetString("ComboBox9.Items148"), + componentResourceManager.GetString("ComboBox9.Items149"), + componentResourceManager.GetString("ComboBox9.Items150"), + componentResourceManager.GetString("ComboBox9.Items151"), + componentResourceManager.GetString("ComboBox9.Items152"), + componentResourceManager.GetString("ComboBox9.Items153"), + componentResourceManager.GetString("ComboBox9.Items154"), + componentResourceManager.GetString("ComboBox9.Items155"), + componentResourceManager.GetString("ComboBox9.Items156"), + componentResourceManager.GetString("ComboBox9.Items157"), + componentResourceManager.GetString("ComboBox9.Items158"), + componentResourceManager.GetString("ComboBox9.Items159"), + componentResourceManager.GetString("ComboBox9.Items160"), + componentResourceManager.GetString("ComboBox9.Items161"), + componentResourceManager.GetString("ComboBox9.Items162"), + componentResourceManager.GetString("ComboBox9.Items163"), + componentResourceManager.GetString("ComboBox9.Items164"), + componentResourceManager.GetString("ComboBox9.Items165"), + componentResourceManager.GetString("ComboBox9.Items166"), + componentResourceManager.GetString("ComboBox9.Items167"), + componentResourceManager.GetString("ComboBox9.Items168"), + componentResourceManager.GetString("ComboBox9.Items169"), + componentResourceManager.GetString("ComboBox9.Items170"), + componentResourceManager.GetString("ComboBox9.Items171"), + componentResourceManager.GetString("ComboBox9.Items172"), + componentResourceManager.GetString("ComboBox9.Items173"), + componentResourceManager.GetString("ComboBox9.Items174"), + componentResourceManager.GetString("ComboBox9.Items175"), + componentResourceManager.GetString("ComboBox9.Items176"), + componentResourceManager.GetString("ComboBox9.Items177"), + componentResourceManager.GetString("ComboBox9.Items178"), + componentResourceManager.GetString("ComboBox9.Items179"), + componentResourceManager.GetString("ComboBox9.Items180"), + componentResourceManager.GetString("ComboBox9.Items181"), + componentResourceManager.GetString("ComboBox9.Items182"), + componentResourceManager.GetString("ComboBox9.Items183"), + componentResourceManager.GetString("ComboBox9.Items184"), + componentResourceManager.GetString("ComboBox9.Items185"), + componentResourceManager.GetString("ComboBox9.Items186"), + componentResourceManager.GetString("ComboBox9.Items187"), + componentResourceManager.GetString("ComboBox9.Items188"), + componentResourceManager.GetString("ComboBox9.Items189"), + componentResourceManager.GetString("ComboBox9.Items190"), + componentResourceManager.GetString("ComboBox9.Items191"), + componentResourceManager.GetString("ComboBox9.Items192"), + componentResourceManager.GetString("ComboBox9.Items193"), + componentResourceManager.GetString("ComboBox9.Items194"), + componentResourceManager.GetString("ComboBox9.Items195"), + componentResourceManager.GetString("ComboBox9.Items196"), + componentResourceManager.GetString("ComboBox9.Items197"), + componentResourceManager.GetString("ComboBox9.Items198"), + componentResourceManager.GetString("ComboBox9.Items199"), + componentResourceManager.GetString("ComboBox9.Items200"), + componentResourceManager.GetString("ComboBox9.Items201"), + componentResourceManager.GetString("ComboBox9.Items202"), + componentResourceManager.GetString("ComboBox9.Items203"), + componentResourceManager.GetString("ComboBox9.Items204"), + componentResourceManager.GetString("ComboBox9.Items205"), + componentResourceManager.GetString("ComboBox9.Items206"), + componentResourceManager.GetString("ComboBox9.Items207"), + componentResourceManager.GetString("ComboBox9.Items208"), + componentResourceManager.GetString("ComboBox9.Items209"), + componentResourceManager.GetString("ComboBox9.Items210"), + componentResourceManager.GetString("ComboBox9.Items211"), + componentResourceManager.GetString("ComboBox9.Items212"), + componentResourceManager.GetString("ComboBox9.Items213"), + componentResourceManager.GetString("ComboBox9.Items214"), + componentResourceManager.GetString("ComboBox9.Items215"), + componentResourceManager.GetString("ComboBox9.Items216"), + componentResourceManager.GetString("ComboBox9.Items217"), + componentResourceManager.GetString("ComboBox9.Items218"), + componentResourceManager.GetString("ComboBox9.Items219"), + componentResourceManager.GetString("ComboBox9.Items220"), + componentResourceManager.GetString("ComboBox9.Items221"), + componentResourceManager.GetString("ComboBox9.Items222"), + componentResourceManager.GetString("ComboBox9.Items223"), + componentResourceManager.GetString("ComboBox9.Items224"), + componentResourceManager.GetString("ComboBox9.Items225"), + componentResourceManager.GetString("ComboBox9.Items226"), + componentResourceManager.GetString("ComboBox9.Items227"), + componentResourceManager.GetString("ComboBox9.Items228"), + componentResourceManager.GetString("ComboBox9.Items229"), + componentResourceManager.GetString("ComboBox9.Items230"), + componentResourceManager.GetString("ComboBox9.Items231"), + componentResourceManager.GetString("ComboBox9.Items232"), + componentResourceManager.GetString("ComboBox9.Items233"), + componentResourceManager.GetString("ComboBox9.Items234"), + componentResourceManager.GetString("ComboBox9.Items235"), + componentResourceManager.GetString("ComboBox9.Items236"), + componentResourceManager.GetString("ComboBox9.Items237"), + componentResourceManager.GetString("ComboBox9.Items238"), + componentResourceManager.GetString("ComboBox9.Items239"), + componentResourceManager.GetString("ComboBox9.Items240"), + componentResourceManager.GetString("ComboBox9.Items241"), + componentResourceManager.GetString("ComboBox9.Items242"), + componentResourceManager.GetString("ComboBox9.Items243"), + componentResourceManager.GetString("ComboBox9.Items244"), + componentResourceManager.GetString("ComboBox9.Items245"), + componentResourceManager.GetString("ComboBox9.Items246"), + componentResourceManager.GetString("ComboBox9.Items247"), + componentResourceManager.GetString("ComboBox9.Items248"), + componentResourceManager.GetString("ComboBox9.Items249"), + componentResourceManager.GetString("ComboBox9.Items250"), + componentResourceManager.GetString("ComboBox9.Items251"), + componentResourceManager.GetString("ComboBox9.Items252"), + componentResourceManager.GetString("ComboBox9.Items253"), + componentResourceManager.GetString("ComboBox9.Items254"), + componentResourceManager.GetString("ComboBox9.Items255") }); ComboBox9.Name = "ComboBox9"; - Label9.AccessibleDescription = (string) null; - Label9.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label9, "Label9"); - Label9.Font = (Font) null; + Label9.AccessibleDescription = null; + Label9.AccessibleName = null; + componentResourceManager.ApplyResources(Label9, "Label9"); + Label9.Font = null; Label9.Name = "Label9"; - ComboBox8.AccessibleDescription = (string) null; - ComboBox8.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox8, "ComboBox8"); - ComboBox8.BackgroundImage = (Image) null; + ComboBox8.AccessibleDescription = null; + ComboBox8.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox8, "ComboBox8"); + ComboBox8.BackgroundImage = null; ComboBox8.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox8.Font = (Font) null; + ComboBox8.Font = null; ComboBox8.FormattingEnabled = true; ComboBox8.Items.AddRange(new object[512] { - (object) componentResourceManager.GetString("ComboBox8.Items"), - (object) componentResourceManager.GetString("ComboBox8.Items1"), - (object) componentResourceManager.GetString("ComboBox8.Items2"), - (object) componentResourceManager.GetString("ComboBox8.Items3"), - (object) componentResourceManager.GetString("ComboBox8.Items4"), - (object) componentResourceManager.GetString("ComboBox8.Items5"), - (object) componentResourceManager.GetString("ComboBox8.Items6"), - (object) componentResourceManager.GetString("ComboBox8.Items7"), - (object) componentResourceManager.GetString("ComboBox8.Items8"), - (object) componentResourceManager.GetString("ComboBox8.Items9"), - (object) componentResourceManager.GetString("ComboBox8.Items10"), - (object) componentResourceManager.GetString("ComboBox8.Items11"), - (object) componentResourceManager.GetString("ComboBox8.Items12"), - (object) componentResourceManager.GetString("ComboBox8.Items13"), - (object) componentResourceManager.GetString("ComboBox8.Items14"), - (object) componentResourceManager.GetString("ComboBox8.Items15"), - (object) componentResourceManager.GetString("ComboBox8.Items16"), - (object) componentResourceManager.GetString("ComboBox8.Items17"), - (object) componentResourceManager.GetString("ComboBox8.Items18"), - (object) componentResourceManager.GetString("ComboBox8.Items19"), - (object) componentResourceManager.GetString("ComboBox8.Items20"), - (object) componentResourceManager.GetString("ComboBox8.Items21"), - (object) componentResourceManager.GetString("ComboBox8.Items22"), - (object) componentResourceManager.GetString("ComboBox8.Items23"), - (object) componentResourceManager.GetString("ComboBox8.Items24"), - (object) componentResourceManager.GetString("ComboBox8.Items25"), - (object) componentResourceManager.GetString("ComboBox8.Items26"), - (object) componentResourceManager.GetString("ComboBox8.Items27"), - (object) componentResourceManager.GetString("ComboBox8.Items28"), - (object) componentResourceManager.GetString("ComboBox8.Items29"), - (object) componentResourceManager.GetString("ComboBox8.Items30"), - (object) componentResourceManager.GetString("ComboBox8.Items31"), - (object) componentResourceManager.GetString("ComboBox8.Items32"), - (object) componentResourceManager.GetString("ComboBox8.Items33"), - (object) componentResourceManager.GetString("ComboBox8.Items34"), - (object) componentResourceManager.GetString("ComboBox8.Items35"), - (object) componentResourceManager.GetString("ComboBox8.Items36"), - (object) componentResourceManager.GetString("ComboBox8.Items37"), - (object) componentResourceManager.GetString("ComboBox8.Items38"), - (object) componentResourceManager.GetString("ComboBox8.Items39"), - (object) componentResourceManager.GetString("ComboBox8.Items40"), - (object) componentResourceManager.GetString("ComboBox8.Items41"), - (object) componentResourceManager.GetString("ComboBox8.Items42"), - (object) componentResourceManager.GetString("ComboBox8.Items43"), - (object) componentResourceManager.GetString("ComboBox8.Items44"), - (object) componentResourceManager.GetString("ComboBox8.Items45"), - (object) componentResourceManager.GetString("ComboBox8.Items46"), - (object) componentResourceManager.GetString("ComboBox8.Items47"), - (object) componentResourceManager.GetString("ComboBox8.Items48"), - (object) componentResourceManager.GetString("ComboBox8.Items49"), - (object) componentResourceManager.GetString("ComboBox8.Items50"), - (object) componentResourceManager.GetString("ComboBox8.Items51"), - (object) componentResourceManager.GetString("ComboBox8.Items52"), - (object) componentResourceManager.GetString("ComboBox8.Items53"), - (object) componentResourceManager.GetString("ComboBox8.Items54"), - (object) componentResourceManager.GetString("ComboBox8.Items55"), - (object) componentResourceManager.GetString("ComboBox8.Items56"), - (object) componentResourceManager.GetString("ComboBox8.Items57"), - (object) componentResourceManager.GetString("ComboBox8.Items58"), - (object) componentResourceManager.GetString("ComboBox8.Items59"), - (object) componentResourceManager.GetString("ComboBox8.Items60"), - (object) componentResourceManager.GetString("ComboBox8.Items61"), - (object) componentResourceManager.GetString("ComboBox8.Items62"), - (object) componentResourceManager.GetString("ComboBox8.Items63"), - (object) componentResourceManager.GetString("ComboBox8.Items64"), - (object) componentResourceManager.GetString("ComboBox8.Items65"), - (object) componentResourceManager.GetString("ComboBox8.Items66"), - (object) componentResourceManager.GetString("ComboBox8.Items67"), - (object) componentResourceManager.GetString("ComboBox8.Items68"), - (object) componentResourceManager.GetString("ComboBox8.Items69"), - (object) componentResourceManager.GetString("ComboBox8.Items70"), - (object) componentResourceManager.GetString("ComboBox8.Items71"), - (object) componentResourceManager.GetString("ComboBox8.Items72"), - (object) componentResourceManager.GetString("ComboBox8.Items73"), - (object) componentResourceManager.GetString("ComboBox8.Items74"), - (object) componentResourceManager.GetString("ComboBox8.Items75"), - (object) componentResourceManager.GetString("ComboBox8.Items76"), - (object) componentResourceManager.GetString("ComboBox8.Items77"), - (object) componentResourceManager.GetString("ComboBox8.Items78"), - (object) componentResourceManager.GetString("ComboBox8.Items79"), - (object) componentResourceManager.GetString("ComboBox8.Items80"), - (object) componentResourceManager.GetString("ComboBox8.Items81"), - (object) componentResourceManager.GetString("ComboBox8.Items82"), - (object) componentResourceManager.GetString("ComboBox8.Items83"), - (object) componentResourceManager.GetString("ComboBox8.Items84"), - (object) componentResourceManager.GetString("ComboBox8.Items85"), - (object) componentResourceManager.GetString("ComboBox8.Items86"), - (object) componentResourceManager.GetString("ComboBox8.Items87"), - (object) componentResourceManager.GetString("ComboBox8.Items88"), - (object) componentResourceManager.GetString("ComboBox8.Items89"), - (object) componentResourceManager.GetString("ComboBox8.Items90"), - (object) componentResourceManager.GetString("ComboBox8.Items91"), - (object) componentResourceManager.GetString("ComboBox8.Items92"), - (object) componentResourceManager.GetString("ComboBox8.Items93"), - (object) componentResourceManager.GetString("ComboBox8.Items94"), - (object) componentResourceManager.GetString("ComboBox8.Items95"), - (object) componentResourceManager.GetString("ComboBox8.Items96"), - (object) componentResourceManager.GetString("ComboBox8.Items97"), - (object) componentResourceManager.GetString("ComboBox8.Items98"), - (object) componentResourceManager.GetString("ComboBox8.Items99"), - (object) componentResourceManager.GetString("ComboBox8.Items100"), - (object) componentResourceManager.GetString("ComboBox8.Items101"), - (object) componentResourceManager.GetString("ComboBox8.Items102"), - (object) componentResourceManager.GetString("ComboBox8.Items103"), - (object) componentResourceManager.GetString("ComboBox8.Items104"), - (object) componentResourceManager.GetString("ComboBox8.Items105"), - (object) componentResourceManager.GetString("ComboBox8.Items106"), - (object) componentResourceManager.GetString("ComboBox8.Items107"), - (object) componentResourceManager.GetString("ComboBox8.Items108"), - (object) componentResourceManager.GetString("ComboBox8.Items109"), - (object) componentResourceManager.GetString("ComboBox8.Items110"), - (object) componentResourceManager.GetString("ComboBox8.Items111"), - (object) componentResourceManager.GetString("ComboBox8.Items112"), - (object) componentResourceManager.GetString("ComboBox8.Items113"), - (object) componentResourceManager.GetString("ComboBox8.Items114"), - (object) componentResourceManager.GetString("ComboBox8.Items115"), - (object) componentResourceManager.GetString("ComboBox8.Items116"), - (object) componentResourceManager.GetString("ComboBox8.Items117"), - (object) componentResourceManager.GetString("ComboBox8.Items118"), - (object) componentResourceManager.GetString("ComboBox8.Items119"), - (object) componentResourceManager.GetString("ComboBox8.Items120"), - (object) componentResourceManager.GetString("ComboBox8.Items121"), - (object) componentResourceManager.GetString("ComboBox8.Items122"), - (object) componentResourceManager.GetString("ComboBox8.Items123"), - (object) componentResourceManager.GetString("ComboBox8.Items124"), - (object) componentResourceManager.GetString("ComboBox8.Items125"), - (object) componentResourceManager.GetString("ComboBox8.Items126"), - (object) componentResourceManager.GetString("ComboBox8.Items127"), - (object) componentResourceManager.GetString("ComboBox8.Items128"), - (object) componentResourceManager.GetString("ComboBox8.Items129"), - (object) componentResourceManager.GetString("ComboBox8.Items130"), - (object) componentResourceManager.GetString("ComboBox8.Items131"), - (object) componentResourceManager.GetString("ComboBox8.Items132"), - (object) componentResourceManager.GetString("ComboBox8.Items133"), - (object) componentResourceManager.GetString("ComboBox8.Items134"), - (object) componentResourceManager.GetString("ComboBox8.Items135"), - (object) componentResourceManager.GetString("ComboBox8.Items136"), - (object) componentResourceManager.GetString("ComboBox8.Items137"), - (object) componentResourceManager.GetString("ComboBox8.Items138"), - (object) componentResourceManager.GetString("ComboBox8.Items139"), - (object) componentResourceManager.GetString("ComboBox8.Items140"), - (object) componentResourceManager.GetString("ComboBox8.Items141"), - (object) componentResourceManager.GetString("ComboBox8.Items142"), - (object) componentResourceManager.GetString("ComboBox8.Items143"), - (object) componentResourceManager.GetString("ComboBox8.Items144"), - (object) componentResourceManager.GetString("ComboBox8.Items145"), - (object) componentResourceManager.GetString("ComboBox8.Items146"), - (object) componentResourceManager.GetString("ComboBox8.Items147"), - (object) componentResourceManager.GetString("ComboBox8.Items148"), - (object) componentResourceManager.GetString("ComboBox8.Items149"), - (object) componentResourceManager.GetString("ComboBox8.Items150"), - (object) componentResourceManager.GetString("ComboBox8.Items151"), - (object) componentResourceManager.GetString("ComboBox8.Items152"), - (object) componentResourceManager.GetString("ComboBox8.Items153"), - (object) componentResourceManager.GetString("ComboBox8.Items154"), - (object) componentResourceManager.GetString("ComboBox8.Items155"), - (object) componentResourceManager.GetString("ComboBox8.Items156"), - (object) componentResourceManager.GetString("ComboBox8.Items157"), - (object) componentResourceManager.GetString("ComboBox8.Items158"), - (object) componentResourceManager.GetString("ComboBox8.Items159"), - (object) componentResourceManager.GetString("ComboBox8.Items160"), - (object) componentResourceManager.GetString("ComboBox8.Items161"), - (object) componentResourceManager.GetString("ComboBox8.Items162"), - (object) componentResourceManager.GetString("ComboBox8.Items163"), - (object) componentResourceManager.GetString("ComboBox8.Items164"), - (object) componentResourceManager.GetString("ComboBox8.Items165"), - (object) componentResourceManager.GetString("ComboBox8.Items166"), - (object) componentResourceManager.GetString("ComboBox8.Items167"), - (object) componentResourceManager.GetString("ComboBox8.Items168"), - (object) componentResourceManager.GetString("ComboBox8.Items169"), - (object) componentResourceManager.GetString("ComboBox8.Items170"), - (object) componentResourceManager.GetString("ComboBox8.Items171"), - (object) componentResourceManager.GetString("ComboBox8.Items172"), - (object) componentResourceManager.GetString("ComboBox8.Items173"), - (object) componentResourceManager.GetString("ComboBox8.Items174"), - (object) componentResourceManager.GetString("ComboBox8.Items175"), - (object) componentResourceManager.GetString("ComboBox8.Items176"), - (object) componentResourceManager.GetString("ComboBox8.Items177"), - (object) componentResourceManager.GetString("ComboBox8.Items178"), - (object) componentResourceManager.GetString("ComboBox8.Items179"), - (object) componentResourceManager.GetString("ComboBox8.Items180"), - (object) componentResourceManager.GetString("ComboBox8.Items181"), - (object) componentResourceManager.GetString("ComboBox8.Items182"), - (object) componentResourceManager.GetString("ComboBox8.Items183"), - (object) componentResourceManager.GetString("ComboBox8.Items184"), - (object) componentResourceManager.GetString("ComboBox8.Items185"), - (object) componentResourceManager.GetString("ComboBox8.Items186"), - (object) componentResourceManager.GetString("ComboBox8.Items187"), - (object) componentResourceManager.GetString("ComboBox8.Items188"), - (object) componentResourceManager.GetString("ComboBox8.Items189"), - (object) componentResourceManager.GetString("ComboBox8.Items190"), - (object) componentResourceManager.GetString("ComboBox8.Items191"), - (object) componentResourceManager.GetString("ComboBox8.Items192"), - (object) componentResourceManager.GetString("ComboBox8.Items193"), - (object) componentResourceManager.GetString("ComboBox8.Items194"), - (object) componentResourceManager.GetString("ComboBox8.Items195"), - (object) componentResourceManager.GetString("ComboBox8.Items196"), - (object) componentResourceManager.GetString("ComboBox8.Items197"), - (object) componentResourceManager.GetString("ComboBox8.Items198"), - (object) componentResourceManager.GetString("ComboBox8.Items199"), - (object) componentResourceManager.GetString("ComboBox8.Items200"), - (object) componentResourceManager.GetString("ComboBox8.Items201"), - (object) componentResourceManager.GetString("ComboBox8.Items202"), - (object) componentResourceManager.GetString("ComboBox8.Items203"), - (object) componentResourceManager.GetString("ComboBox8.Items204"), - (object) componentResourceManager.GetString("ComboBox8.Items205"), - (object) componentResourceManager.GetString("ComboBox8.Items206"), - (object) componentResourceManager.GetString("ComboBox8.Items207"), - (object) componentResourceManager.GetString("ComboBox8.Items208"), - (object) componentResourceManager.GetString("ComboBox8.Items209"), - (object) componentResourceManager.GetString("ComboBox8.Items210"), - (object) componentResourceManager.GetString("ComboBox8.Items211"), - (object) componentResourceManager.GetString("ComboBox8.Items212"), - (object) componentResourceManager.GetString("ComboBox8.Items213"), - (object) componentResourceManager.GetString("ComboBox8.Items214"), - (object) componentResourceManager.GetString("ComboBox8.Items215"), - (object) componentResourceManager.GetString("ComboBox8.Items216"), - (object) componentResourceManager.GetString("ComboBox8.Items217"), - (object) componentResourceManager.GetString("ComboBox8.Items218"), - (object) componentResourceManager.GetString("ComboBox8.Items219"), - (object) componentResourceManager.GetString("ComboBox8.Items220"), - (object) componentResourceManager.GetString("ComboBox8.Items221"), - (object) componentResourceManager.GetString("ComboBox8.Items222"), - (object) componentResourceManager.GetString("ComboBox8.Items223"), - (object) componentResourceManager.GetString("ComboBox8.Items224"), - (object) componentResourceManager.GetString("ComboBox8.Items225"), - (object) componentResourceManager.GetString("ComboBox8.Items226"), - (object) componentResourceManager.GetString("ComboBox8.Items227"), - (object) componentResourceManager.GetString("ComboBox8.Items228"), - (object) componentResourceManager.GetString("ComboBox8.Items229"), - (object) componentResourceManager.GetString("ComboBox8.Items230"), - (object) componentResourceManager.GetString("ComboBox8.Items231"), - (object) componentResourceManager.GetString("ComboBox8.Items232"), - (object) componentResourceManager.GetString("ComboBox8.Items233"), - (object) componentResourceManager.GetString("ComboBox8.Items234"), - (object) componentResourceManager.GetString("ComboBox8.Items235"), - (object) componentResourceManager.GetString("ComboBox8.Items236"), - (object) componentResourceManager.GetString("ComboBox8.Items237"), - (object) componentResourceManager.GetString("ComboBox8.Items238"), - (object) componentResourceManager.GetString("ComboBox8.Items239"), - (object) componentResourceManager.GetString("ComboBox8.Items240"), - (object) componentResourceManager.GetString("ComboBox8.Items241"), - (object) componentResourceManager.GetString("ComboBox8.Items242"), - (object) componentResourceManager.GetString("ComboBox8.Items243"), - (object) componentResourceManager.GetString("ComboBox8.Items244"), - (object) componentResourceManager.GetString("ComboBox8.Items245"), - (object) componentResourceManager.GetString("ComboBox8.Items246"), - (object) componentResourceManager.GetString("ComboBox8.Items247"), - (object) componentResourceManager.GetString("ComboBox8.Items248"), - (object) componentResourceManager.GetString("ComboBox8.Items249"), - (object) componentResourceManager.GetString("ComboBox8.Items250"), - (object) componentResourceManager.GetString("ComboBox8.Items251"), - (object) componentResourceManager.GetString("ComboBox8.Items252"), - (object) componentResourceManager.GetString("ComboBox8.Items253"), - (object) componentResourceManager.GetString("ComboBox8.Items254"), - (object) componentResourceManager.GetString("ComboBox8.Items255"), - (object) componentResourceManager.GetString("ComboBox8.Items256"), - (object) componentResourceManager.GetString("ComboBox8.Items257"), - (object) componentResourceManager.GetString("ComboBox8.Items258"), - (object) componentResourceManager.GetString("ComboBox8.Items259"), - (object) componentResourceManager.GetString("ComboBox8.Items260"), - (object) componentResourceManager.GetString("ComboBox8.Items261"), - (object) componentResourceManager.GetString("ComboBox8.Items262"), - (object) componentResourceManager.GetString("ComboBox8.Items263"), - (object) componentResourceManager.GetString("ComboBox8.Items264"), - (object) componentResourceManager.GetString("ComboBox8.Items265"), - (object) componentResourceManager.GetString("ComboBox8.Items266"), - (object) componentResourceManager.GetString("ComboBox8.Items267"), - (object) componentResourceManager.GetString("ComboBox8.Items268"), - (object) componentResourceManager.GetString("ComboBox8.Items269"), - (object) componentResourceManager.GetString("ComboBox8.Items270"), - (object) componentResourceManager.GetString("ComboBox8.Items271"), - (object) componentResourceManager.GetString("ComboBox8.Items272"), - (object) componentResourceManager.GetString("ComboBox8.Items273"), - (object) componentResourceManager.GetString("ComboBox8.Items274"), - (object) componentResourceManager.GetString("ComboBox8.Items275"), - (object) componentResourceManager.GetString("ComboBox8.Items276"), - (object) componentResourceManager.GetString("ComboBox8.Items277"), - (object) componentResourceManager.GetString("ComboBox8.Items278"), - (object) componentResourceManager.GetString("ComboBox8.Items279"), - (object) componentResourceManager.GetString("ComboBox8.Items280"), - (object) componentResourceManager.GetString("ComboBox8.Items281"), - (object) componentResourceManager.GetString("ComboBox8.Items282"), - (object) componentResourceManager.GetString("ComboBox8.Items283"), - (object) componentResourceManager.GetString("ComboBox8.Items284"), - (object) componentResourceManager.GetString("ComboBox8.Items285"), - (object) componentResourceManager.GetString("ComboBox8.Items286"), - (object) componentResourceManager.GetString("ComboBox8.Items287"), - (object) componentResourceManager.GetString("ComboBox8.Items288"), - (object) componentResourceManager.GetString("ComboBox8.Items289"), - (object) componentResourceManager.GetString("ComboBox8.Items290"), - (object) componentResourceManager.GetString("ComboBox8.Items291"), - (object) componentResourceManager.GetString("ComboBox8.Items292"), - (object) componentResourceManager.GetString("ComboBox8.Items293"), - (object) componentResourceManager.GetString("ComboBox8.Items294"), - (object) componentResourceManager.GetString("ComboBox8.Items295"), - (object) componentResourceManager.GetString("ComboBox8.Items296"), - (object) componentResourceManager.GetString("ComboBox8.Items297"), - (object) componentResourceManager.GetString("ComboBox8.Items298"), - (object) componentResourceManager.GetString("ComboBox8.Items299"), - (object) componentResourceManager.GetString("ComboBox8.Items300"), - (object) componentResourceManager.GetString("ComboBox8.Items301"), - (object) componentResourceManager.GetString("ComboBox8.Items302"), - (object) componentResourceManager.GetString("ComboBox8.Items303"), - (object) componentResourceManager.GetString("ComboBox8.Items304"), - (object) componentResourceManager.GetString("ComboBox8.Items305"), - (object) componentResourceManager.GetString("ComboBox8.Items306"), - (object) componentResourceManager.GetString("ComboBox8.Items307"), - (object) componentResourceManager.GetString("ComboBox8.Items308"), - (object) componentResourceManager.GetString("ComboBox8.Items309"), - (object) componentResourceManager.GetString("ComboBox8.Items310"), - (object) componentResourceManager.GetString("ComboBox8.Items311"), - (object) componentResourceManager.GetString("ComboBox8.Items312"), - (object) componentResourceManager.GetString("ComboBox8.Items313"), - (object) componentResourceManager.GetString("ComboBox8.Items314"), - (object) componentResourceManager.GetString("ComboBox8.Items315"), - (object) componentResourceManager.GetString("ComboBox8.Items316"), - (object) componentResourceManager.GetString("ComboBox8.Items317"), - (object) componentResourceManager.GetString("ComboBox8.Items318"), - (object) componentResourceManager.GetString("ComboBox8.Items319"), - (object) componentResourceManager.GetString("ComboBox8.Items320"), - (object) componentResourceManager.GetString("ComboBox8.Items321"), - (object) componentResourceManager.GetString("ComboBox8.Items322"), - (object) componentResourceManager.GetString("ComboBox8.Items323"), - (object) componentResourceManager.GetString("ComboBox8.Items324"), - (object) componentResourceManager.GetString("ComboBox8.Items325"), - (object) componentResourceManager.GetString("ComboBox8.Items326"), - (object) componentResourceManager.GetString("ComboBox8.Items327"), - (object) componentResourceManager.GetString("ComboBox8.Items328"), - (object) componentResourceManager.GetString("ComboBox8.Items329"), - (object) componentResourceManager.GetString("ComboBox8.Items330"), - (object) componentResourceManager.GetString("ComboBox8.Items331"), - (object) componentResourceManager.GetString("ComboBox8.Items332"), - (object) componentResourceManager.GetString("ComboBox8.Items333"), - (object) componentResourceManager.GetString("ComboBox8.Items334"), - (object) componentResourceManager.GetString("ComboBox8.Items335"), - (object) componentResourceManager.GetString("ComboBox8.Items336"), - (object) componentResourceManager.GetString("ComboBox8.Items337"), - (object) componentResourceManager.GetString("ComboBox8.Items338"), - (object) componentResourceManager.GetString("ComboBox8.Items339"), - (object) componentResourceManager.GetString("ComboBox8.Items340"), - (object) componentResourceManager.GetString("ComboBox8.Items341"), - (object) componentResourceManager.GetString("ComboBox8.Items342"), - (object) componentResourceManager.GetString("ComboBox8.Items343"), - (object) componentResourceManager.GetString("ComboBox8.Items344"), - (object) componentResourceManager.GetString("ComboBox8.Items345"), - (object) componentResourceManager.GetString("ComboBox8.Items346"), - (object) componentResourceManager.GetString("ComboBox8.Items347"), - (object) componentResourceManager.GetString("ComboBox8.Items348"), - (object) componentResourceManager.GetString("ComboBox8.Items349"), - (object) componentResourceManager.GetString("ComboBox8.Items350"), - (object) componentResourceManager.GetString("ComboBox8.Items351"), - (object) componentResourceManager.GetString("ComboBox8.Items352"), - (object) componentResourceManager.GetString("ComboBox8.Items353"), - (object) componentResourceManager.GetString("ComboBox8.Items354"), - (object) componentResourceManager.GetString("ComboBox8.Items355"), - (object) componentResourceManager.GetString("ComboBox8.Items356"), - (object) componentResourceManager.GetString("ComboBox8.Items357"), - (object) componentResourceManager.GetString("ComboBox8.Items358"), - (object) componentResourceManager.GetString("ComboBox8.Items359"), - (object) componentResourceManager.GetString("ComboBox8.Items360"), - (object) componentResourceManager.GetString("ComboBox8.Items361"), - (object) componentResourceManager.GetString("ComboBox8.Items362"), - (object) componentResourceManager.GetString("ComboBox8.Items363"), - (object) componentResourceManager.GetString("ComboBox8.Items364"), - (object) componentResourceManager.GetString("ComboBox8.Items365"), - (object) componentResourceManager.GetString("ComboBox8.Items366"), - (object) componentResourceManager.GetString("ComboBox8.Items367"), - (object) componentResourceManager.GetString("ComboBox8.Items368"), - (object) componentResourceManager.GetString("ComboBox8.Items369"), - (object) componentResourceManager.GetString("ComboBox8.Items370"), - (object) componentResourceManager.GetString("ComboBox8.Items371"), - (object) componentResourceManager.GetString("ComboBox8.Items372"), - (object) componentResourceManager.GetString("ComboBox8.Items373"), - (object) componentResourceManager.GetString("ComboBox8.Items374"), - (object) componentResourceManager.GetString("ComboBox8.Items375"), - (object) componentResourceManager.GetString("ComboBox8.Items376"), - (object) componentResourceManager.GetString("ComboBox8.Items377"), - (object) componentResourceManager.GetString("ComboBox8.Items378"), - (object) componentResourceManager.GetString("ComboBox8.Items379"), - (object) componentResourceManager.GetString("ComboBox8.Items380"), - (object) componentResourceManager.GetString("ComboBox8.Items381"), - (object) componentResourceManager.GetString("ComboBox8.Items382"), - (object) componentResourceManager.GetString("ComboBox8.Items383"), - (object) componentResourceManager.GetString("ComboBox8.Items384"), - (object) componentResourceManager.GetString("ComboBox8.Items385"), - (object) componentResourceManager.GetString("ComboBox8.Items386"), - (object) componentResourceManager.GetString("ComboBox8.Items387"), - (object) componentResourceManager.GetString("ComboBox8.Items388"), - (object) componentResourceManager.GetString("ComboBox8.Items389"), - (object) componentResourceManager.GetString("ComboBox8.Items390"), - (object) componentResourceManager.GetString("ComboBox8.Items391"), - (object) componentResourceManager.GetString("ComboBox8.Items392"), - (object) componentResourceManager.GetString("ComboBox8.Items393"), - (object) componentResourceManager.GetString("ComboBox8.Items394"), - (object) componentResourceManager.GetString("ComboBox8.Items395"), - (object) componentResourceManager.GetString("ComboBox8.Items396"), - (object) componentResourceManager.GetString("ComboBox8.Items397"), - (object) componentResourceManager.GetString("ComboBox8.Items398"), - (object) componentResourceManager.GetString("ComboBox8.Items399"), - (object) componentResourceManager.GetString("ComboBox8.Items400"), - (object) componentResourceManager.GetString("ComboBox8.Items401"), - (object) componentResourceManager.GetString("ComboBox8.Items402"), - (object) componentResourceManager.GetString("ComboBox8.Items403"), - (object) componentResourceManager.GetString("ComboBox8.Items404"), - (object) componentResourceManager.GetString("ComboBox8.Items405"), - (object) componentResourceManager.GetString("ComboBox8.Items406"), - (object) componentResourceManager.GetString("ComboBox8.Items407"), - (object) componentResourceManager.GetString("ComboBox8.Items408"), - (object) componentResourceManager.GetString("ComboBox8.Items409"), - (object) componentResourceManager.GetString("ComboBox8.Items410"), - (object) componentResourceManager.GetString("ComboBox8.Items411"), - (object) componentResourceManager.GetString("ComboBox8.Items412"), - (object) componentResourceManager.GetString("ComboBox8.Items413"), - (object) componentResourceManager.GetString("ComboBox8.Items414"), - (object) componentResourceManager.GetString("ComboBox8.Items415"), - (object) componentResourceManager.GetString("ComboBox8.Items416"), - (object) componentResourceManager.GetString("ComboBox8.Items417"), - (object) componentResourceManager.GetString("ComboBox8.Items418"), - (object) componentResourceManager.GetString("ComboBox8.Items419"), - (object) componentResourceManager.GetString("ComboBox8.Items420"), - (object) componentResourceManager.GetString("ComboBox8.Items421"), - (object) componentResourceManager.GetString("ComboBox8.Items422"), - (object) componentResourceManager.GetString("ComboBox8.Items423"), - (object) componentResourceManager.GetString("ComboBox8.Items424"), - (object) componentResourceManager.GetString("ComboBox8.Items425"), - (object) componentResourceManager.GetString("ComboBox8.Items426"), - (object) componentResourceManager.GetString("ComboBox8.Items427"), - (object) componentResourceManager.GetString("ComboBox8.Items428"), - (object) componentResourceManager.GetString("ComboBox8.Items429"), - (object) componentResourceManager.GetString("ComboBox8.Items430"), - (object) componentResourceManager.GetString("ComboBox8.Items431"), - (object) componentResourceManager.GetString("ComboBox8.Items432"), - (object) componentResourceManager.GetString("ComboBox8.Items433"), - (object) componentResourceManager.GetString("ComboBox8.Items434"), - (object) componentResourceManager.GetString("ComboBox8.Items435"), - (object) componentResourceManager.GetString("ComboBox8.Items436"), - (object) componentResourceManager.GetString("ComboBox8.Items437"), - (object) componentResourceManager.GetString("ComboBox8.Items438"), - (object) componentResourceManager.GetString("ComboBox8.Items439"), - (object) componentResourceManager.GetString("ComboBox8.Items440"), - (object) componentResourceManager.GetString("ComboBox8.Items441"), - (object) componentResourceManager.GetString("ComboBox8.Items442"), - (object) componentResourceManager.GetString("ComboBox8.Items443"), - (object) componentResourceManager.GetString("ComboBox8.Items444"), - (object) componentResourceManager.GetString("ComboBox8.Items445"), - (object) componentResourceManager.GetString("ComboBox8.Items446"), - (object) componentResourceManager.GetString("ComboBox8.Items447"), - (object) componentResourceManager.GetString("ComboBox8.Items448"), - (object) componentResourceManager.GetString("ComboBox8.Items449"), - (object) componentResourceManager.GetString("ComboBox8.Items450"), - (object) componentResourceManager.GetString("ComboBox8.Items451"), - (object) componentResourceManager.GetString("ComboBox8.Items452"), - (object) componentResourceManager.GetString("ComboBox8.Items453"), - (object) componentResourceManager.GetString("ComboBox8.Items454"), - (object) componentResourceManager.GetString("ComboBox8.Items455"), - (object) componentResourceManager.GetString("ComboBox8.Items456"), - (object) componentResourceManager.GetString("ComboBox8.Items457"), - (object) componentResourceManager.GetString("ComboBox8.Items458"), - (object) componentResourceManager.GetString("ComboBox8.Items459"), - (object) componentResourceManager.GetString("ComboBox8.Items460"), - (object) componentResourceManager.GetString("ComboBox8.Items461"), - (object) componentResourceManager.GetString("ComboBox8.Items462"), - (object) componentResourceManager.GetString("ComboBox8.Items463"), - (object) componentResourceManager.GetString("ComboBox8.Items464"), - (object) componentResourceManager.GetString("ComboBox8.Items465"), - (object) componentResourceManager.GetString("ComboBox8.Items466"), - (object) componentResourceManager.GetString("ComboBox8.Items467"), - (object) componentResourceManager.GetString("ComboBox8.Items468"), - (object) componentResourceManager.GetString("ComboBox8.Items469"), - (object) componentResourceManager.GetString("ComboBox8.Items470"), - (object) componentResourceManager.GetString("ComboBox8.Items471"), - (object) componentResourceManager.GetString("ComboBox8.Items472"), - (object) componentResourceManager.GetString("ComboBox8.Items473"), - (object) componentResourceManager.GetString("ComboBox8.Items474"), - (object) componentResourceManager.GetString("ComboBox8.Items475"), - (object) componentResourceManager.GetString("ComboBox8.Items476"), - (object) componentResourceManager.GetString("ComboBox8.Items477"), - (object) componentResourceManager.GetString("ComboBox8.Items478"), - (object) componentResourceManager.GetString("ComboBox8.Items479"), - (object) componentResourceManager.GetString("ComboBox8.Items480"), - (object) componentResourceManager.GetString("ComboBox8.Items481"), - (object) componentResourceManager.GetString("ComboBox8.Items482"), - (object) componentResourceManager.GetString("ComboBox8.Items483"), - (object) componentResourceManager.GetString("ComboBox8.Items484"), - (object) componentResourceManager.GetString("ComboBox8.Items485"), - (object) componentResourceManager.GetString("ComboBox8.Items486"), - (object) componentResourceManager.GetString("ComboBox8.Items487"), - (object) componentResourceManager.GetString("ComboBox8.Items488"), - (object) componentResourceManager.GetString("ComboBox8.Items489"), - (object) componentResourceManager.GetString("ComboBox8.Items490"), - (object) componentResourceManager.GetString("ComboBox8.Items491"), - (object) componentResourceManager.GetString("ComboBox8.Items492"), - (object) componentResourceManager.GetString("ComboBox8.Items493"), - (object) componentResourceManager.GetString("ComboBox8.Items494"), - (object) componentResourceManager.GetString("ComboBox8.Items495"), - (object) componentResourceManager.GetString("ComboBox8.Items496"), - (object) componentResourceManager.GetString("ComboBox8.Items497"), - (object) componentResourceManager.GetString("ComboBox8.Items498"), - (object) componentResourceManager.GetString("ComboBox8.Items499"), - (object) componentResourceManager.GetString("ComboBox8.Items500"), - (object) componentResourceManager.GetString("ComboBox8.Items501"), - (object) componentResourceManager.GetString("ComboBox8.Items502"), - (object) componentResourceManager.GetString("ComboBox8.Items503"), - (object) componentResourceManager.GetString("ComboBox8.Items504"), - (object) componentResourceManager.GetString("ComboBox8.Items505"), - (object) componentResourceManager.GetString("ComboBox8.Items506"), - (object) componentResourceManager.GetString("ComboBox8.Items507"), - (object) componentResourceManager.GetString("ComboBox8.Items508"), - (object) componentResourceManager.GetString("ComboBox8.Items509"), - (object) componentResourceManager.GetString("ComboBox8.Items510"), - (object) componentResourceManager.GetString("ComboBox8.Items511") + componentResourceManager.GetString("ComboBox8.Items"), + componentResourceManager.GetString("ComboBox8.Items1"), + componentResourceManager.GetString("ComboBox8.Items2"), + componentResourceManager.GetString("ComboBox8.Items3"), + componentResourceManager.GetString("ComboBox8.Items4"), + componentResourceManager.GetString("ComboBox8.Items5"), + componentResourceManager.GetString("ComboBox8.Items6"), + componentResourceManager.GetString("ComboBox8.Items7"), + componentResourceManager.GetString("ComboBox8.Items8"), + componentResourceManager.GetString("ComboBox8.Items9"), + componentResourceManager.GetString("ComboBox8.Items10"), + componentResourceManager.GetString("ComboBox8.Items11"), + componentResourceManager.GetString("ComboBox8.Items12"), + componentResourceManager.GetString("ComboBox8.Items13"), + componentResourceManager.GetString("ComboBox8.Items14"), + componentResourceManager.GetString("ComboBox8.Items15"), + componentResourceManager.GetString("ComboBox8.Items16"), + componentResourceManager.GetString("ComboBox8.Items17"), + componentResourceManager.GetString("ComboBox8.Items18"), + componentResourceManager.GetString("ComboBox8.Items19"), + componentResourceManager.GetString("ComboBox8.Items20"), + componentResourceManager.GetString("ComboBox8.Items21"), + componentResourceManager.GetString("ComboBox8.Items22"), + componentResourceManager.GetString("ComboBox8.Items23"), + componentResourceManager.GetString("ComboBox8.Items24"), + componentResourceManager.GetString("ComboBox8.Items25"), + componentResourceManager.GetString("ComboBox8.Items26"), + componentResourceManager.GetString("ComboBox8.Items27"), + componentResourceManager.GetString("ComboBox8.Items28"), + componentResourceManager.GetString("ComboBox8.Items29"), + componentResourceManager.GetString("ComboBox8.Items30"), + componentResourceManager.GetString("ComboBox8.Items31"), + componentResourceManager.GetString("ComboBox8.Items32"), + componentResourceManager.GetString("ComboBox8.Items33"), + componentResourceManager.GetString("ComboBox8.Items34"), + componentResourceManager.GetString("ComboBox8.Items35"), + componentResourceManager.GetString("ComboBox8.Items36"), + componentResourceManager.GetString("ComboBox8.Items37"), + componentResourceManager.GetString("ComboBox8.Items38"), + componentResourceManager.GetString("ComboBox8.Items39"), + componentResourceManager.GetString("ComboBox8.Items40"), + componentResourceManager.GetString("ComboBox8.Items41"), + componentResourceManager.GetString("ComboBox8.Items42"), + componentResourceManager.GetString("ComboBox8.Items43"), + componentResourceManager.GetString("ComboBox8.Items44"), + componentResourceManager.GetString("ComboBox8.Items45"), + componentResourceManager.GetString("ComboBox8.Items46"), + componentResourceManager.GetString("ComboBox8.Items47"), + componentResourceManager.GetString("ComboBox8.Items48"), + componentResourceManager.GetString("ComboBox8.Items49"), + componentResourceManager.GetString("ComboBox8.Items50"), + componentResourceManager.GetString("ComboBox8.Items51"), + componentResourceManager.GetString("ComboBox8.Items52"), + componentResourceManager.GetString("ComboBox8.Items53"), + componentResourceManager.GetString("ComboBox8.Items54"), + componentResourceManager.GetString("ComboBox8.Items55"), + componentResourceManager.GetString("ComboBox8.Items56"), + componentResourceManager.GetString("ComboBox8.Items57"), + componentResourceManager.GetString("ComboBox8.Items58"), + componentResourceManager.GetString("ComboBox8.Items59"), + componentResourceManager.GetString("ComboBox8.Items60"), + componentResourceManager.GetString("ComboBox8.Items61"), + componentResourceManager.GetString("ComboBox8.Items62"), + componentResourceManager.GetString("ComboBox8.Items63"), + componentResourceManager.GetString("ComboBox8.Items64"), + componentResourceManager.GetString("ComboBox8.Items65"), + componentResourceManager.GetString("ComboBox8.Items66"), + componentResourceManager.GetString("ComboBox8.Items67"), + componentResourceManager.GetString("ComboBox8.Items68"), + componentResourceManager.GetString("ComboBox8.Items69"), + componentResourceManager.GetString("ComboBox8.Items70"), + componentResourceManager.GetString("ComboBox8.Items71"), + componentResourceManager.GetString("ComboBox8.Items72"), + componentResourceManager.GetString("ComboBox8.Items73"), + componentResourceManager.GetString("ComboBox8.Items74"), + componentResourceManager.GetString("ComboBox8.Items75"), + componentResourceManager.GetString("ComboBox8.Items76"), + componentResourceManager.GetString("ComboBox8.Items77"), + componentResourceManager.GetString("ComboBox8.Items78"), + componentResourceManager.GetString("ComboBox8.Items79"), + componentResourceManager.GetString("ComboBox8.Items80"), + componentResourceManager.GetString("ComboBox8.Items81"), + componentResourceManager.GetString("ComboBox8.Items82"), + componentResourceManager.GetString("ComboBox8.Items83"), + componentResourceManager.GetString("ComboBox8.Items84"), + componentResourceManager.GetString("ComboBox8.Items85"), + componentResourceManager.GetString("ComboBox8.Items86"), + componentResourceManager.GetString("ComboBox8.Items87"), + componentResourceManager.GetString("ComboBox8.Items88"), + componentResourceManager.GetString("ComboBox8.Items89"), + componentResourceManager.GetString("ComboBox8.Items90"), + componentResourceManager.GetString("ComboBox8.Items91"), + componentResourceManager.GetString("ComboBox8.Items92"), + componentResourceManager.GetString("ComboBox8.Items93"), + componentResourceManager.GetString("ComboBox8.Items94"), + componentResourceManager.GetString("ComboBox8.Items95"), + componentResourceManager.GetString("ComboBox8.Items96"), + componentResourceManager.GetString("ComboBox8.Items97"), + componentResourceManager.GetString("ComboBox8.Items98"), + componentResourceManager.GetString("ComboBox8.Items99"), + componentResourceManager.GetString("ComboBox8.Items100"), + componentResourceManager.GetString("ComboBox8.Items101"), + componentResourceManager.GetString("ComboBox8.Items102"), + componentResourceManager.GetString("ComboBox8.Items103"), + componentResourceManager.GetString("ComboBox8.Items104"), + componentResourceManager.GetString("ComboBox8.Items105"), + componentResourceManager.GetString("ComboBox8.Items106"), + componentResourceManager.GetString("ComboBox8.Items107"), + componentResourceManager.GetString("ComboBox8.Items108"), + componentResourceManager.GetString("ComboBox8.Items109"), + componentResourceManager.GetString("ComboBox8.Items110"), + componentResourceManager.GetString("ComboBox8.Items111"), + componentResourceManager.GetString("ComboBox8.Items112"), + componentResourceManager.GetString("ComboBox8.Items113"), + componentResourceManager.GetString("ComboBox8.Items114"), + componentResourceManager.GetString("ComboBox8.Items115"), + componentResourceManager.GetString("ComboBox8.Items116"), + componentResourceManager.GetString("ComboBox8.Items117"), + componentResourceManager.GetString("ComboBox8.Items118"), + componentResourceManager.GetString("ComboBox8.Items119"), + componentResourceManager.GetString("ComboBox8.Items120"), + componentResourceManager.GetString("ComboBox8.Items121"), + componentResourceManager.GetString("ComboBox8.Items122"), + componentResourceManager.GetString("ComboBox8.Items123"), + componentResourceManager.GetString("ComboBox8.Items124"), + componentResourceManager.GetString("ComboBox8.Items125"), + componentResourceManager.GetString("ComboBox8.Items126"), + componentResourceManager.GetString("ComboBox8.Items127"), + componentResourceManager.GetString("ComboBox8.Items128"), + componentResourceManager.GetString("ComboBox8.Items129"), + componentResourceManager.GetString("ComboBox8.Items130"), + componentResourceManager.GetString("ComboBox8.Items131"), + componentResourceManager.GetString("ComboBox8.Items132"), + componentResourceManager.GetString("ComboBox8.Items133"), + componentResourceManager.GetString("ComboBox8.Items134"), + componentResourceManager.GetString("ComboBox8.Items135"), + componentResourceManager.GetString("ComboBox8.Items136"), + componentResourceManager.GetString("ComboBox8.Items137"), + componentResourceManager.GetString("ComboBox8.Items138"), + componentResourceManager.GetString("ComboBox8.Items139"), + componentResourceManager.GetString("ComboBox8.Items140"), + componentResourceManager.GetString("ComboBox8.Items141"), + componentResourceManager.GetString("ComboBox8.Items142"), + componentResourceManager.GetString("ComboBox8.Items143"), + componentResourceManager.GetString("ComboBox8.Items144"), + componentResourceManager.GetString("ComboBox8.Items145"), + componentResourceManager.GetString("ComboBox8.Items146"), + componentResourceManager.GetString("ComboBox8.Items147"), + componentResourceManager.GetString("ComboBox8.Items148"), + componentResourceManager.GetString("ComboBox8.Items149"), + componentResourceManager.GetString("ComboBox8.Items150"), + componentResourceManager.GetString("ComboBox8.Items151"), + componentResourceManager.GetString("ComboBox8.Items152"), + componentResourceManager.GetString("ComboBox8.Items153"), + componentResourceManager.GetString("ComboBox8.Items154"), + componentResourceManager.GetString("ComboBox8.Items155"), + componentResourceManager.GetString("ComboBox8.Items156"), + componentResourceManager.GetString("ComboBox8.Items157"), + componentResourceManager.GetString("ComboBox8.Items158"), + componentResourceManager.GetString("ComboBox8.Items159"), + componentResourceManager.GetString("ComboBox8.Items160"), + componentResourceManager.GetString("ComboBox8.Items161"), + componentResourceManager.GetString("ComboBox8.Items162"), + componentResourceManager.GetString("ComboBox8.Items163"), + componentResourceManager.GetString("ComboBox8.Items164"), + componentResourceManager.GetString("ComboBox8.Items165"), + componentResourceManager.GetString("ComboBox8.Items166"), + componentResourceManager.GetString("ComboBox8.Items167"), + componentResourceManager.GetString("ComboBox8.Items168"), + componentResourceManager.GetString("ComboBox8.Items169"), + componentResourceManager.GetString("ComboBox8.Items170"), + componentResourceManager.GetString("ComboBox8.Items171"), + componentResourceManager.GetString("ComboBox8.Items172"), + componentResourceManager.GetString("ComboBox8.Items173"), + componentResourceManager.GetString("ComboBox8.Items174"), + componentResourceManager.GetString("ComboBox8.Items175"), + componentResourceManager.GetString("ComboBox8.Items176"), + componentResourceManager.GetString("ComboBox8.Items177"), + componentResourceManager.GetString("ComboBox8.Items178"), + componentResourceManager.GetString("ComboBox8.Items179"), + componentResourceManager.GetString("ComboBox8.Items180"), + componentResourceManager.GetString("ComboBox8.Items181"), + componentResourceManager.GetString("ComboBox8.Items182"), + componentResourceManager.GetString("ComboBox8.Items183"), + componentResourceManager.GetString("ComboBox8.Items184"), + componentResourceManager.GetString("ComboBox8.Items185"), + componentResourceManager.GetString("ComboBox8.Items186"), + componentResourceManager.GetString("ComboBox8.Items187"), + componentResourceManager.GetString("ComboBox8.Items188"), + componentResourceManager.GetString("ComboBox8.Items189"), + componentResourceManager.GetString("ComboBox8.Items190"), + componentResourceManager.GetString("ComboBox8.Items191"), + componentResourceManager.GetString("ComboBox8.Items192"), + componentResourceManager.GetString("ComboBox8.Items193"), + componentResourceManager.GetString("ComboBox8.Items194"), + componentResourceManager.GetString("ComboBox8.Items195"), + componentResourceManager.GetString("ComboBox8.Items196"), + componentResourceManager.GetString("ComboBox8.Items197"), + componentResourceManager.GetString("ComboBox8.Items198"), + componentResourceManager.GetString("ComboBox8.Items199"), + componentResourceManager.GetString("ComboBox8.Items200"), + componentResourceManager.GetString("ComboBox8.Items201"), + componentResourceManager.GetString("ComboBox8.Items202"), + componentResourceManager.GetString("ComboBox8.Items203"), + componentResourceManager.GetString("ComboBox8.Items204"), + componentResourceManager.GetString("ComboBox8.Items205"), + componentResourceManager.GetString("ComboBox8.Items206"), + componentResourceManager.GetString("ComboBox8.Items207"), + componentResourceManager.GetString("ComboBox8.Items208"), + componentResourceManager.GetString("ComboBox8.Items209"), + componentResourceManager.GetString("ComboBox8.Items210"), + componentResourceManager.GetString("ComboBox8.Items211"), + componentResourceManager.GetString("ComboBox8.Items212"), + componentResourceManager.GetString("ComboBox8.Items213"), + componentResourceManager.GetString("ComboBox8.Items214"), + componentResourceManager.GetString("ComboBox8.Items215"), + componentResourceManager.GetString("ComboBox8.Items216"), + componentResourceManager.GetString("ComboBox8.Items217"), + componentResourceManager.GetString("ComboBox8.Items218"), + componentResourceManager.GetString("ComboBox8.Items219"), + componentResourceManager.GetString("ComboBox8.Items220"), + componentResourceManager.GetString("ComboBox8.Items221"), + componentResourceManager.GetString("ComboBox8.Items222"), + componentResourceManager.GetString("ComboBox8.Items223"), + componentResourceManager.GetString("ComboBox8.Items224"), + componentResourceManager.GetString("ComboBox8.Items225"), + componentResourceManager.GetString("ComboBox8.Items226"), + componentResourceManager.GetString("ComboBox8.Items227"), + componentResourceManager.GetString("ComboBox8.Items228"), + componentResourceManager.GetString("ComboBox8.Items229"), + componentResourceManager.GetString("ComboBox8.Items230"), + componentResourceManager.GetString("ComboBox8.Items231"), + componentResourceManager.GetString("ComboBox8.Items232"), + componentResourceManager.GetString("ComboBox8.Items233"), + componentResourceManager.GetString("ComboBox8.Items234"), + componentResourceManager.GetString("ComboBox8.Items235"), + componentResourceManager.GetString("ComboBox8.Items236"), + componentResourceManager.GetString("ComboBox8.Items237"), + componentResourceManager.GetString("ComboBox8.Items238"), + componentResourceManager.GetString("ComboBox8.Items239"), + componentResourceManager.GetString("ComboBox8.Items240"), + componentResourceManager.GetString("ComboBox8.Items241"), + componentResourceManager.GetString("ComboBox8.Items242"), + componentResourceManager.GetString("ComboBox8.Items243"), + componentResourceManager.GetString("ComboBox8.Items244"), + componentResourceManager.GetString("ComboBox8.Items245"), + componentResourceManager.GetString("ComboBox8.Items246"), + componentResourceManager.GetString("ComboBox8.Items247"), + componentResourceManager.GetString("ComboBox8.Items248"), + componentResourceManager.GetString("ComboBox8.Items249"), + componentResourceManager.GetString("ComboBox8.Items250"), + componentResourceManager.GetString("ComboBox8.Items251"), + componentResourceManager.GetString("ComboBox8.Items252"), + componentResourceManager.GetString("ComboBox8.Items253"), + componentResourceManager.GetString("ComboBox8.Items254"), + componentResourceManager.GetString("ComboBox8.Items255"), + componentResourceManager.GetString("ComboBox8.Items256"), + componentResourceManager.GetString("ComboBox8.Items257"), + componentResourceManager.GetString("ComboBox8.Items258"), + componentResourceManager.GetString("ComboBox8.Items259"), + componentResourceManager.GetString("ComboBox8.Items260"), + componentResourceManager.GetString("ComboBox8.Items261"), + componentResourceManager.GetString("ComboBox8.Items262"), + componentResourceManager.GetString("ComboBox8.Items263"), + componentResourceManager.GetString("ComboBox8.Items264"), + componentResourceManager.GetString("ComboBox8.Items265"), + componentResourceManager.GetString("ComboBox8.Items266"), + componentResourceManager.GetString("ComboBox8.Items267"), + componentResourceManager.GetString("ComboBox8.Items268"), + componentResourceManager.GetString("ComboBox8.Items269"), + componentResourceManager.GetString("ComboBox8.Items270"), + componentResourceManager.GetString("ComboBox8.Items271"), + componentResourceManager.GetString("ComboBox8.Items272"), + componentResourceManager.GetString("ComboBox8.Items273"), + componentResourceManager.GetString("ComboBox8.Items274"), + componentResourceManager.GetString("ComboBox8.Items275"), + componentResourceManager.GetString("ComboBox8.Items276"), + componentResourceManager.GetString("ComboBox8.Items277"), + componentResourceManager.GetString("ComboBox8.Items278"), + componentResourceManager.GetString("ComboBox8.Items279"), + componentResourceManager.GetString("ComboBox8.Items280"), + componentResourceManager.GetString("ComboBox8.Items281"), + componentResourceManager.GetString("ComboBox8.Items282"), + componentResourceManager.GetString("ComboBox8.Items283"), + componentResourceManager.GetString("ComboBox8.Items284"), + componentResourceManager.GetString("ComboBox8.Items285"), + componentResourceManager.GetString("ComboBox8.Items286"), + componentResourceManager.GetString("ComboBox8.Items287"), + componentResourceManager.GetString("ComboBox8.Items288"), + componentResourceManager.GetString("ComboBox8.Items289"), + componentResourceManager.GetString("ComboBox8.Items290"), + componentResourceManager.GetString("ComboBox8.Items291"), + componentResourceManager.GetString("ComboBox8.Items292"), + componentResourceManager.GetString("ComboBox8.Items293"), + componentResourceManager.GetString("ComboBox8.Items294"), + componentResourceManager.GetString("ComboBox8.Items295"), + componentResourceManager.GetString("ComboBox8.Items296"), + componentResourceManager.GetString("ComboBox8.Items297"), + componentResourceManager.GetString("ComboBox8.Items298"), + componentResourceManager.GetString("ComboBox8.Items299"), + componentResourceManager.GetString("ComboBox8.Items300"), + componentResourceManager.GetString("ComboBox8.Items301"), + componentResourceManager.GetString("ComboBox8.Items302"), + componentResourceManager.GetString("ComboBox8.Items303"), + componentResourceManager.GetString("ComboBox8.Items304"), + componentResourceManager.GetString("ComboBox8.Items305"), + componentResourceManager.GetString("ComboBox8.Items306"), + componentResourceManager.GetString("ComboBox8.Items307"), + componentResourceManager.GetString("ComboBox8.Items308"), + componentResourceManager.GetString("ComboBox8.Items309"), + componentResourceManager.GetString("ComboBox8.Items310"), + componentResourceManager.GetString("ComboBox8.Items311"), + componentResourceManager.GetString("ComboBox8.Items312"), + componentResourceManager.GetString("ComboBox8.Items313"), + componentResourceManager.GetString("ComboBox8.Items314"), + componentResourceManager.GetString("ComboBox8.Items315"), + componentResourceManager.GetString("ComboBox8.Items316"), + componentResourceManager.GetString("ComboBox8.Items317"), + componentResourceManager.GetString("ComboBox8.Items318"), + componentResourceManager.GetString("ComboBox8.Items319"), + componentResourceManager.GetString("ComboBox8.Items320"), + componentResourceManager.GetString("ComboBox8.Items321"), + componentResourceManager.GetString("ComboBox8.Items322"), + componentResourceManager.GetString("ComboBox8.Items323"), + componentResourceManager.GetString("ComboBox8.Items324"), + componentResourceManager.GetString("ComboBox8.Items325"), + componentResourceManager.GetString("ComboBox8.Items326"), + componentResourceManager.GetString("ComboBox8.Items327"), + componentResourceManager.GetString("ComboBox8.Items328"), + componentResourceManager.GetString("ComboBox8.Items329"), + componentResourceManager.GetString("ComboBox8.Items330"), + componentResourceManager.GetString("ComboBox8.Items331"), + componentResourceManager.GetString("ComboBox8.Items332"), + componentResourceManager.GetString("ComboBox8.Items333"), + componentResourceManager.GetString("ComboBox8.Items334"), + componentResourceManager.GetString("ComboBox8.Items335"), + componentResourceManager.GetString("ComboBox8.Items336"), + componentResourceManager.GetString("ComboBox8.Items337"), + componentResourceManager.GetString("ComboBox8.Items338"), + componentResourceManager.GetString("ComboBox8.Items339"), + componentResourceManager.GetString("ComboBox8.Items340"), + componentResourceManager.GetString("ComboBox8.Items341"), + componentResourceManager.GetString("ComboBox8.Items342"), + componentResourceManager.GetString("ComboBox8.Items343"), + componentResourceManager.GetString("ComboBox8.Items344"), + componentResourceManager.GetString("ComboBox8.Items345"), + componentResourceManager.GetString("ComboBox8.Items346"), + componentResourceManager.GetString("ComboBox8.Items347"), + componentResourceManager.GetString("ComboBox8.Items348"), + componentResourceManager.GetString("ComboBox8.Items349"), + componentResourceManager.GetString("ComboBox8.Items350"), + componentResourceManager.GetString("ComboBox8.Items351"), + componentResourceManager.GetString("ComboBox8.Items352"), + componentResourceManager.GetString("ComboBox8.Items353"), + componentResourceManager.GetString("ComboBox8.Items354"), + componentResourceManager.GetString("ComboBox8.Items355"), + componentResourceManager.GetString("ComboBox8.Items356"), + componentResourceManager.GetString("ComboBox8.Items357"), + componentResourceManager.GetString("ComboBox8.Items358"), + componentResourceManager.GetString("ComboBox8.Items359"), + componentResourceManager.GetString("ComboBox8.Items360"), + componentResourceManager.GetString("ComboBox8.Items361"), + componentResourceManager.GetString("ComboBox8.Items362"), + componentResourceManager.GetString("ComboBox8.Items363"), + componentResourceManager.GetString("ComboBox8.Items364"), + componentResourceManager.GetString("ComboBox8.Items365"), + componentResourceManager.GetString("ComboBox8.Items366"), + componentResourceManager.GetString("ComboBox8.Items367"), + componentResourceManager.GetString("ComboBox8.Items368"), + componentResourceManager.GetString("ComboBox8.Items369"), + componentResourceManager.GetString("ComboBox8.Items370"), + componentResourceManager.GetString("ComboBox8.Items371"), + componentResourceManager.GetString("ComboBox8.Items372"), + componentResourceManager.GetString("ComboBox8.Items373"), + componentResourceManager.GetString("ComboBox8.Items374"), + componentResourceManager.GetString("ComboBox8.Items375"), + componentResourceManager.GetString("ComboBox8.Items376"), + componentResourceManager.GetString("ComboBox8.Items377"), + componentResourceManager.GetString("ComboBox8.Items378"), + componentResourceManager.GetString("ComboBox8.Items379"), + componentResourceManager.GetString("ComboBox8.Items380"), + componentResourceManager.GetString("ComboBox8.Items381"), + componentResourceManager.GetString("ComboBox8.Items382"), + componentResourceManager.GetString("ComboBox8.Items383"), + componentResourceManager.GetString("ComboBox8.Items384"), + componentResourceManager.GetString("ComboBox8.Items385"), + componentResourceManager.GetString("ComboBox8.Items386"), + componentResourceManager.GetString("ComboBox8.Items387"), + componentResourceManager.GetString("ComboBox8.Items388"), + componentResourceManager.GetString("ComboBox8.Items389"), + componentResourceManager.GetString("ComboBox8.Items390"), + componentResourceManager.GetString("ComboBox8.Items391"), + componentResourceManager.GetString("ComboBox8.Items392"), + componentResourceManager.GetString("ComboBox8.Items393"), + componentResourceManager.GetString("ComboBox8.Items394"), + componentResourceManager.GetString("ComboBox8.Items395"), + componentResourceManager.GetString("ComboBox8.Items396"), + componentResourceManager.GetString("ComboBox8.Items397"), + componentResourceManager.GetString("ComboBox8.Items398"), + componentResourceManager.GetString("ComboBox8.Items399"), + componentResourceManager.GetString("ComboBox8.Items400"), + componentResourceManager.GetString("ComboBox8.Items401"), + componentResourceManager.GetString("ComboBox8.Items402"), + componentResourceManager.GetString("ComboBox8.Items403"), + componentResourceManager.GetString("ComboBox8.Items404"), + componentResourceManager.GetString("ComboBox8.Items405"), + componentResourceManager.GetString("ComboBox8.Items406"), + componentResourceManager.GetString("ComboBox8.Items407"), + componentResourceManager.GetString("ComboBox8.Items408"), + componentResourceManager.GetString("ComboBox8.Items409"), + componentResourceManager.GetString("ComboBox8.Items410"), + componentResourceManager.GetString("ComboBox8.Items411"), + componentResourceManager.GetString("ComboBox8.Items412"), + componentResourceManager.GetString("ComboBox8.Items413"), + componentResourceManager.GetString("ComboBox8.Items414"), + componentResourceManager.GetString("ComboBox8.Items415"), + componentResourceManager.GetString("ComboBox8.Items416"), + componentResourceManager.GetString("ComboBox8.Items417"), + componentResourceManager.GetString("ComboBox8.Items418"), + componentResourceManager.GetString("ComboBox8.Items419"), + componentResourceManager.GetString("ComboBox8.Items420"), + componentResourceManager.GetString("ComboBox8.Items421"), + componentResourceManager.GetString("ComboBox8.Items422"), + componentResourceManager.GetString("ComboBox8.Items423"), + componentResourceManager.GetString("ComboBox8.Items424"), + componentResourceManager.GetString("ComboBox8.Items425"), + componentResourceManager.GetString("ComboBox8.Items426"), + componentResourceManager.GetString("ComboBox8.Items427"), + componentResourceManager.GetString("ComboBox8.Items428"), + componentResourceManager.GetString("ComboBox8.Items429"), + componentResourceManager.GetString("ComboBox8.Items430"), + componentResourceManager.GetString("ComboBox8.Items431"), + componentResourceManager.GetString("ComboBox8.Items432"), + componentResourceManager.GetString("ComboBox8.Items433"), + componentResourceManager.GetString("ComboBox8.Items434"), + componentResourceManager.GetString("ComboBox8.Items435"), + componentResourceManager.GetString("ComboBox8.Items436"), + componentResourceManager.GetString("ComboBox8.Items437"), + componentResourceManager.GetString("ComboBox8.Items438"), + componentResourceManager.GetString("ComboBox8.Items439"), + componentResourceManager.GetString("ComboBox8.Items440"), + componentResourceManager.GetString("ComboBox8.Items441"), + componentResourceManager.GetString("ComboBox8.Items442"), + componentResourceManager.GetString("ComboBox8.Items443"), + componentResourceManager.GetString("ComboBox8.Items444"), + componentResourceManager.GetString("ComboBox8.Items445"), + componentResourceManager.GetString("ComboBox8.Items446"), + componentResourceManager.GetString("ComboBox8.Items447"), + componentResourceManager.GetString("ComboBox8.Items448"), + componentResourceManager.GetString("ComboBox8.Items449"), + componentResourceManager.GetString("ComboBox8.Items450"), + componentResourceManager.GetString("ComboBox8.Items451"), + componentResourceManager.GetString("ComboBox8.Items452"), + componentResourceManager.GetString("ComboBox8.Items453"), + componentResourceManager.GetString("ComboBox8.Items454"), + componentResourceManager.GetString("ComboBox8.Items455"), + componentResourceManager.GetString("ComboBox8.Items456"), + componentResourceManager.GetString("ComboBox8.Items457"), + componentResourceManager.GetString("ComboBox8.Items458"), + componentResourceManager.GetString("ComboBox8.Items459"), + componentResourceManager.GetString("ComboBox8.Items460"), + componentResourceManager.GetString("ComboBox8.Items461"), + componentResourceManager.GetString("ComboBox8.Items462"), + componentResourceManager.GetString("ComboBox8.Items463"), + componentResourceManager.GetString("ComboBox8.Items464"), + componentResourceManager.GetString("ComboBox8.Items465"), + componentResourceManager.GetString("ComboBox8.Items466"), + componentResourceManager.GetString("ComboBox8.Items467"), + componentResourceManager.GetString("ComboBox8.Items468"), + componentResourceManager.GetString("ComboBox8.Items469"), + componentResourceManager.GetString("ComboBox8.Items470"), + componentResourceManager.GetString("ComboBox8.Items471"), + componentResourceManager.GetString("ComboBox8.Items472"), + componentResourceManager.GetString("ComboBox8.Items473"), + componentResourceManager.GetString("ComboBox8.Items474"), + componentResourceManager.GetString("ComboBox8.Items475"), + componentResourceManager.GetString("ComboBox8.Items476"), + componentResourceManager.GetString("ComboBox8.Items477"), + componentResourceManager.GetString("ComboBox8.Items478"), + componentResourceManager.GetString("ComboBox8.Items479"), + componentResourceManager.GetString("ComboBox8.Items480"), + componentResourceManager.GetString("ComboBox8.Items481"), + componentResourceManager.GetString("ComboBox8.Items482"), + componentResourceManager.GetString("ComboBox8.Items483"), + componentResourceManager.GetString("ComboBox8.Items484"), + componentResourceManager.GetString("ComboBox8.Items485"), + componentResourceManager.GetString("ComboBox8.Items486"), + componentResourceManager.GetString("ComboBox8.Items487"), + componentResourceManager.GetString("ComboBox8.Items488"), + componentResourceManager.GetString("ComboBox8.Items489"), + componentResourceManager.GetString("ComboBox8.Items490"), + componentResourceManager.GetString("ComboBox8.Items491"), + componentResourceManager.GetString("ComboBox8.Items492"), + componentResourceManager.GetString("ComboBox8.Items493"), + componentResourceManager.GetString("ComboBox8.Items494"), + componentResourceManager.GetString("ComboBox8.Items495"), + componentResourceManager.GetString("ComboBox8.Items496"), + componentResourceManager.GetString("ComboBox8.Items497"), + componentResourceManager.GetString("ComboBox8.Items498"), + componentResourceManager.GetString("ComboBox8.Items499"), + componentResourceManager.GetString("ComboBox8.Items500"), + componentResourceManager.GetString("ComboBox8.Items501"), + componentResourceManager.GetString("ComboBox8.Items502"), + componentResourceManager.GetString("ComboBox8.Items503"), + componentResourceManager.GetString("ComboBox8.Items504"), + componentResourceManager.GetString("ComboBox8.Items505"), + componentResourceManager.GetString("ComboBox8.Items506"), + componentResourceManager.GetString("ComboBox8.Items507"), + componentResourceManager.GetString("ComboBox8.Items508"), + componentResourceManager.GetString("ComboBox8.Items509"), + componentResourceManager.GetString("ComboBox8.Items510"), + componentResourceManager.GetString("ComboBox8.Items511") }); ComboBox8.Name = "ComboBox8"; - Label8.AccessibleDescription = (string) null; - Label8.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label8, "Label8"); - Label8.Font = (Font) null; + Label8.AccessibleDescription = null; + Label8.AccessibleName = null; + componentResourceManager.ApplyResources(Label8, "Label8"); + Label8.Font = null; Label8.Name = "Label8"; - ComboBox7.AccessibleDescription = (string) null; - ComboBox7.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox7, "ComboBox7"); - ComboBox7.BackgroundImage = (Image) null; + ComboBox7.AccessibleDescription = null; + ComboBox7.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox7, "ComboBox7"); + ComboBox7.BackgroundImage = null; ComboBox7.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox7.Font = (Font) null; + ComboBox7.Font = null; ComboBox7.FormattingEnabled = true; ComboBox7.Items.AddRange(new object[2] { - (object) componentResourceManager.GetString("ComboBox7.Items"), - (object) componentResourceManager.GetString("ComboBox7.Items1") + componentResourceManager.GetString("ComboBox7.Items"), + componentResourceManager.GetString("ComboBox7.Items1") }); ComboBox7.Name = "ComboBox7"; - Label7.AccessibleDescription = (string) null; - Label7.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label7, "Label7"); - Label7.Font = (Font) null; + Label7.AccessibleDescription = null; + Label7.AccessibleName = null; + componentResourceManager.ApplyResources(Label7, "Label7"); + Label7.Font = null; Label7.Name = "Label7"; - ComboBox6.AccessibleDescription = (string) null; - ComboBox6.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox6, "ComboBox6"); - ComboBox6.BackgroundImage = (Image) null; + ComboBox6.AccessibleDescription = null; + ComboBox6.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox6, "ComboBox6"); + ComboBox6.BackgroundImage = null; ComboBox6.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox6.Font = (Font) null; + ComboBox6.Font = null; ComboBox6.FormattingEnabled = true; - ComboBox6.Items.AddRange(new object[(int) byte.MaxValue] + ComboBox6.Items.AddRange(new object[byte.MaxValue] { - (object) componentResourceManager.GetString("ComboBox6.Items"), - (object) componentResourceManager.GetString("ComboBox6.Items1"), - (object) componentResourceManager.GetString("ComboBox6.Items2"), - (object) componentResourceManager.GetString("ComboBox6.Items3"), - (object) componentResourceManager.GetString("ComboBox6.Items4"), - (object) componentResourceManager.GetString("ComboBox6.Items5"), - (object) componentResourceManager.GetString("ComboBox6.Items6"), - (object) componentResourceManager.GetString("ComboBox6.Items7"), - (object) componentResourceManager.GetString("ComboBox6.Items8"), - (object) componentResourceManager.GetString("ComboBox6.Items9"), - (object) componentResourceManager.GetString("ComboBox6.Items10"), - (object) componentResourceManager.GetString("ComboBox6.Items11"), - (object) componentResourceManager.GetString("ComboBox6.Items12"), - (object) componentResourceManager.GetString("ComboBox6.Items13"), - (object) componentResourceManager.GetString("ComboBox6.Items14"), - (object) componentResourceManager.GetString("ComboBox6.Items15"), - (object) componentResourceManager.GetString("ComboBox6.Items16"), - (object) componentResourceManager.GetString("ComboBox6.Items17"), - (object) componentResourceManager.GetString("ComboBox6.Items18"), - (object) componentResourceManager.GetString("ComboBox6.Items19"), - (object) componentResourceManager.GetString("ComboBox6.Items20"), - (object) componentResourceManager.GetString("ComboBox6.Items21"), - (object) componentResourceManager.GetString("ComboBox6.Items22"), - (object) componentResourceManager.GetString("ComboBox6.Items23"), - (object) componentResourceManager.GetString("ComboBox6.Items24"), - (object) componentResourceManager.GetString("ComboBox6.Items25"), - (object) componentResourceManager.GetString("ComboBox6.Items26"), - (object) componentResourceManager.GetString("ComboBox6.Items27"), - (object) componentResourceManager.GetString("ComboBox6.Items28"), - (object) componentResourceManager.GetString("ComboBox6.Items29"), - (object) componentResourceManager.GetString("ComboBox6.Items30"), - (object) componentResourceManager.GetString("ComboBox6.Items31"), - (object) componentResourceManager.GetString("ComboBox6.Items32"), - (object) componentResourceManager.GetString("ComboBox6.Items33"), - (object) componentResourceManager.GetString("ComboBox6.Items34"), - (object) componentResourceManager.GetString("ComboBox6.Items35"), - (object) componentResourceManager.GetString("ComboBox6.Items36"), - (object) componentResourceManager.GetString("ComboBox6.Items37"), - (object) componentResourceManager.GetString("ComboBox6.Items38"), - (object) componentResourceManager.GetString("ComboBox6.Items39"), - (object) componentResourceManager.GetString("ComboBox6.Items40"), - (object) componentResourceManager.GetString("ComboBox6.Items41"), - (object) componentResourceManager.GetString("ComboBox6.Items42"), - (object) componentResourceManager.GetString("ComboBox6.Items43"), - (object) componentResourceManager.GetString("ComboBox6.Items44"), - (object) componentResourceManager.GetString("ComboBox6.Items45"), - (object) componentResourceManager.GetString("ComboBox6.Items46"), - (object) componentResourceManager.GetString("ComboBox6.Items47"), - (object) componentResourceManager.GetString("ComboBox6.Items48"), - (object) componentResourceManager.GetString("ComboBox6.Items49"), - (object) componentResourceManager.GetString("ComboBox6.Items50"), - (object) componentResourceManager.GetString("ComboBox6.Items51"), - (object) componentResourceManager.GetString("ComboBox6.Items52"), - (object) componentResourceManager.GetString("ComboBox6.Items53"), - (object) componentResourceManager.GetString("ComboBox6.Items54"), - (object) componentResourceManager.GetString("ComboBox6.Items55"), - (object) componentResourceManager.GetString("ComboBox6.Items56"), - (object) componentResourceManager.GetString("ComboBox6.Items57"), - (object) componentResourceManager.GetString("ComboBox6.Items58"), - (object) componentResourceManager.GetString("ComboBox6.Items59"), - (object) componentResourceManager.GetString("ComboBox6.Items60"), - (object) componentResourceManager.GetString("ComboBox6.Items61"), - (object) componentResourceManager.GetString("ComboBox6.Items62"), - (object) componentResourceManager.GetString("ComboBox6.Items63"), - (object) componentResourceManager.GetString("ComboBox6.Items64"), - (object) componentResourceManager.GetString("ComboBox6.Items65"), - (object) componentResourceManager.GetString("ComboBox6.Items66"), - (object) componentResourceManager.GetString("ComboBox6.Items67"), - (object) componentResourceManager.GetString("ComboBox6.Items68"), - (object) componentResourceManager.GetString("ComboBox6.Items69"), - (object) componentResourceManager.GetString("ComboBox6.Items70"), - (object) componentResourceManager.GetString("ComboBox6.Items71"), - (object) componentResourceManager.GetString("ComboBox6.Items72"), - (object) componentResourceManager.GetString("ComboBox6.Items73"), - (object) componentResourceManager.GetString("ComboBox6.Items74"), - (object) componentResourceManager.GetString("ComboBox6.Items75"), - (object) componentResourceManager.GetString("ComboBox6.Items76"), - (object) componentResourceManager.GetString("ComboBox6.Items77"), - (object) componentResourceManager.GetString("ComboBox6.Items78"), - (object) componentResourceManager.GetString("ComboBox6.Items79"), - (object) componentResourceManager.GetString("ComboBox6.Items80"), - (object) componentResourceManager.GetString("ComboBox6.Items81"), - (object) componentResourceManager.GetString("ComboBox6.Items82"), - (object) componentResourceManager.GetString("ComboBox6.Items83"), - (object) componentResourceManager.GetString("ComboBox6.Items84"), - (object) componentResourceManager.GetString("ComboBox6.Items85"), - (object) componentResourceManager.GetString("ComboBox6.Items86"), - (object) componentResourceManager.GetString("ComboBox6.Items87"), - (object) componentResourceManager.GetString("ComboBox6.Items88"), - (object) componentResourceManager.GetString("ComboBox6.Items89"), - (object) componentResourceManager.GetString("ComboBox6.Items90"), - (object) componentResourceManager.GetString("ComboBox6.Items91"), - (object) componentResourceManager.GetString("ComboBox6.Items92"), - (object) componentResourceManager.GetString("ComboBox6.Items93"), - (object) componentResourceManager.GetString("ComboBox6.Items94"), - (object) componentResourceManager.GetString("ComboBox6.Items95"), - (object) componentResourceManager.GetString("ComboBox6.Items96"), - (object) componentResourceManager.GetString("ComboBox6.Items97"), - (object) componentResourceManager.GetString("ComboBox6.Items98"), - (object) componentResourceManager.GetString("ComboBox6.Items99"), - (object) componentResourceManager.GetString("ComboBox6.Items100"), - (object) componentResourceManager.GetString("ComboBox6.Items101"), - (object) componentResourceManager.GetString("ComboBox6.Items102"), - (object) componentResourceManager.GetString("ComboBox6.Items103"), - (object) componentResourceManager.GetString("ComboBox6.Items104"), - (object) componentResourceManager.GetString("ComboBox6.Items105"), - (object) componentResourceManager.GetString("ComboBox6.Items106"), - (object) componentResourceManager.GetString("ComboBox6.Items107"), - (object) componentResourceManager.GetString("ComboBox6.Items108"), - (object) componentResourceManager.GetString("ComboBox6.Items109"), - (object) componentResourceManager.GetString("ComboBox6.Items110"), - (object) componentResourceManager.GetString("ComboBox6.Items111"), - (object) componentResourceManager.GetString("ComboBox6.Items112"), - (object) componentResourceManager.GetString("ComboBox6.Items113"), - (object) componentResourceManager.GetString("ComboBox6.Items114"), - (object) componentResourceManager.GetString("ComboBox6.Items115"), - (object) componentResourceManager.GetString("ComboBox6.Items116"), - (object) componentResourceManager.GetString("ComboBox6.Items117"), - (object) componentResourceManager.GetString("ComboBox6.Items118"), - (object) componentResourceManager.GetString("ComboBox6.Items119"), - (object) componentResourceManager.GetString("ComboBox6.Items120"), - (object) componentResourceManager.GetString("ComboBox6.Items121"), - (object) componentResourceManager.GetString("ComboBox6.Items122"), - (object) componentResourceManager.GetString("ComboBox6.Items123"), - (object) componentResourceManager.GetString("ComboBox6.Items124"), - (object) componentResourceManager.GetString("ComboBox6.Items125"), - (object) componentResourceManager.GetString("ComboBox6.Items126"), - (object) componentResourceManager.GetString("ComboBox6.Items127"), - (object) componentResourceManager.GetString("ComboBox6.Items128"), - (object) componentResourceManager.GetString("ComboBox6.Items129"), - (object) componentResourceManager.GetString("ComboBox6.Items130"), - (object) componentResourceManager.GetString("ComboBox6.Items131"), - (object) componentResourceManager.GetString("ComboBox6.Items132"), - (object) componentResourceManager.GetString("ComboBox6.Items133"), - (object) componentResourceManager.GetString("ComboBox6.Items134"), - (object) componentResourceManager.GetString("ComboBox6.Items135"), - (object) componentResourceManager.GetString("ComboBox6.Items136"), - (object) componentResourceManager.GetString("ComboBox6.Items137"), - (object) componentResourceManager.GetString("ComboBox6.Items138"), - (object) componentResourceManager.GetString("ComboBox6.Items139"), - (object) componentResourceManager.GetString("ComboBox6.Items140"), - (object) componentResourceManager.GetString("ComboBox6.Items141"), - (object) componentResourceManager.GetString("ComboBox6.Items142"), - (object) componentResourceManager.GetString("ComboBox6.Items143"), - (object) componentResourceManager.GetString("ComboBox6.Items144"), - (object) componentResourceManager.GetString("ComboBox6.Items145"), - (object) componentResourceManager.GetString("ComboBox6.Items146"), - (object) componentResourceManager.GetString("ComboBox6.Items147"), - (object) componentResourceManager.GetString("ComboBox6.Items148"), - (object) componentResourceManager.GetString("ComboBox6.Items149"), - (object) componentResourceManager.GetString("ComboBox6.Items150"), - (object) componentResourceManager.GetString("ComboBox6.Items151"), - (object) componentResourceManager.GetString("ComboBox6.Items152"), - (object) componentResourceManager.GetString("ComboBox6.Items153"), - (object) componentResourceManager.GetString("ComboBox6.Items154"), - (object) componentResourceManager.GetString("ComboBox6.Items155"), - (object) componentResourceManager.GetString("ComboBox6.Items156"), - (object) componentResourceManager.GetString("ComboBox6.Items157"), - (object) componentResourceManager.GetString("ComboBox6.Items158"), - (object) componentResourceManager.GetString("ComboBox6.Items159"), - (object) componentResourceManager.GetString("ComboBox6.Items160"), - (object) componentResourceManager.GetString("ComboBox6.Items161"), - (object) componentResourceManager.GetString("ComboBox6.Items162"), - (object) componentResourceManager.GetString("ComboBox6.Items163"), - (object) componentResourceManager.GetString("ComboBox6.Items164"), - (object) componentResourceManager.GetString("ComboBox6.Items165"), - (object) componentResourceManager.GetString("ComboBox6.Items166"), - (object) componentResourceManager.GetString("ComboBox6.Items167"), - (object) componentResourceManager.GetString("ComboBox6.Items168"), - (object) componentResourceManager.GetString("ComboBox6.Items169"), - (object) componentResourceManager.GetString("ComboBox6.Items170"), - (object) componentResourceManager.GetString("ComboBox6.Items171"), - (object) componentResourceManager.GetString("ComboBox6.Items172"), - (object) componentResourceManager.GetString("ComboBox6.Items173"), - (object) componentResourceManager.GetString("ComboBox6.Items174"), - (object) componentResourceManager.GetString("ComboBox6.Items175"), - (object) componentResourceManager.GetString("ComboBox6.Items176"), - (object) componentResourceManager.GetString("ComboBox6.Items177"), - (object) componentResourceManager.GetString("ComboBox6.Items178"), - (object) componentResourceManager.GetString("ComboBox6.Items179"), - (object) componentResourceManager.GetString("ComboBox6.Items180"), - (object) componentResourceManager.GetString("ComboBox6.Items181"), - (object) componentResourceManager.GetString("ComboBox6.Items182"), - (object) componentResourceManager.GetString("ComboBox6.Items183"), - (object) componentResourceManager.GetString("ComboBox6.Items184"), - (object) componentResourceManager.GetString("ComboBox6.Items185"), - (object) componentResourceManager.GetString("ComboBox6.Items186"), - (object) componentResourceManager.GetString("ComboBox6.Items187"), - (object) componentResourceManager.GetString("ComboBox6.Items188"), - (object) componentResourceManager.GetString("ComboBox6.Items189"), - (object) componentResourceManager.GetString("ComboBox6.Items190"), - (object) componentResourceManager.GetString("ComboBox6.Items191"), - (object) componentResourceManager.GetString("ComboBox6.Items192"), - (object) componentResourceManager.GetString("ComboBox6.Items193"), - (object) componentResourceManager.GetString("ComboBox6.Items194"), - (object) componentResourceManager.GetString("ComboBox6.Items195"), - (object) componentResourceManager.GetString("ComboBox6.Items196"), - (object) componentResourceManager.GetString("ComboBox6.Items197"), - (object) componentResourceManager.GetString("ComboBox6.Items198"), - (object) componentResourceManager.GetString("ComboBox6.Items199"), - (object) componentResourceManager.GetString("ComboBox6.Items200"), - (object) componentResourceManager.GetString("ComboBox6.Items201"), - (object) componentResourceManager.GetString("ComboBox6.Items202"), - (object) componentResourceManager.GetString("ComboBox6.Items203"), - (object) componentResourceManager.GetString("ComboBox6.Items204"), - (object) componentResourceManager.GetString("ComboBox6.Items205"), - (object) componentResourceManager.GetString("ComboBox6.Items206"), - (object) componentResourceManager.GetString("ComboBox6.Items207"), - (object) componentResourceManager.GetString("ComboBox6.Items208"), - (object) componentResourceManager.GetString("ComboBox6.Items209"), - (object) componentResourceManager.GetString("ComboBox6.Items210"), - (object) componentResourceManager.GetString("ComboBox6.Items211"), - (object) componentResourceManager.GetString("ComboBox6.Items212"), - (object) componentResourceManager.GetString("ComboBox6.Items213"), - (object) componentResourceManager.GetString("ComboBox6.Items214"), - (object) componentResourceManager.GetString("ComboBox6.Items215"), - (object) componentResourceManager.GetString("ComboBox6.Items216"), - (object) componentResourceManager.GetString("ComboBox6.Items217"), - (object) componentResourceManager.GetString("ComboBox6.Items218"), - (object) componentResourceManager.GetString("ComboBox6.Items219"), - (object) componentResourceManager.GetString("ComboBox6.Items220"), - (object) componentResourceManager.GetString("ComboBox6.Items221"), - (object) componentResourceManager.GetString("ComboBox6.Items222"), - (object) componentResourceManager.GetString("ComboBox6.Items223"), - (object) componentResourceManager.GetString("ComboBox6.Items224"), - (object) componentResourceManager.GetString("ComboBox6.Items225"), - (object) componentResourceManager.GetString("ComboBox6.Items226"), - (object) componentResourceManager.GetString("ComboBox6.Items227"), - (object) componentResourceManager.GetString("ComboBox6.Items228"), - (object) componentResourceManager.GetString("ComboBox6.Items229"), - (object) componentResourceManager.GetString("ComboBox6.Items230"), - (object) componentResourceManager.GetString("ComboBox6.Items231"), - (object) componentResourceManager.GetString("ComboBox6.Items232"), - (object) componentResourceManager.GetString("ComboBox6.Items233"), - (object) componentResourceManager.GetString("ComboBox6.Items234"), - (object) componentResourceManager.GetString("ComboBox6.Items235"), - (object) componentResourceManager.GetString("ComboBox6.Items236"), - (object) componentResourceManager.GetString("ComboBox6.Items237"), - (object) componentResourceManager.GetString("ComboBox6.Items238"), - (object) componentResourceManager.GetString("ComboBox6.Items239"), - (object) componentResourceManager.GetString("ComboBox6.Items240"), - (object) componentResourceManager.GetString("ComboBox6.Items241"), - (object) componentResourceManager.GetString("ComboBox6.Items242"), - (object) componentResourceManager.GetString("ComboBox6.Items243"), - (object) componentResourceManager.GetString("ComboBox6.Items244"), - (object) componentResourceManager.GetString("ComboBox6.Items245"), - (object) componentResourceManager.GetString("ComboBox6.Items246"), - (object) componentResourceManager.GetString("ComboBox6.Items247"), - (object) componentResourceManager.GetString("ComboBox6.Items248"), - (object) componentResourceManager.GetString("ComboBox6.Items249"), - (object) componentResourceManager.GetString("ComboBox6.Items250"), - (object) componentResourceManager.GetString("ComboBox6.Items251"), - (object) componentResourceManager.GetString("ComboBox6.Items252"), - (object) componentResourceManager.GetString("ComboBox6.Items253"), - (object) componentResourceManager.GetString("ComboBox6.Items254") + componentResourceManager.GetString("ComboBox6.Items"), + componentResourceManager.GetString("ComboBox6.Items1"), + componentResourceManager.GetString("ComboBox6.Items2"), + componentResourceManager.GetString("ComboBox6.Items3"), + componentResourceManager.GetString("ComboBox6.Items4"), + componentResourceManager.GetString("ComboBox6.Items5"), + componentResourceManager.GetString("ComboBox6.Items6"), + componentResourceManager.GetString("ComboBox6.Items7"), + componentResourceManager.GetString("ComboBox6.Items8"), + componentResourceManager.GetString("ComboBox6.Items9"), + componentResourceManager.GetString("ComboBox6.Items10"), + componentResourceManager.GetString("ComboBox6.Items11"), + componentResourceManager.GetString("ComboBox6.Items12"), + componentResourceManager.GetString("ComboBox6.Items13"), + componentResourceManager.GetString("ComboBox6.Items14"), + componentResourceManager.GetString("ComboBox6.Items15"), + componentResourceManager.GetString("ComboBox6.Items16"), + componentResourceManager.GetString("ComboBox6.Items17"), + componentResourceManager.GetString("ComboBox6.Items18"), + componentResourceManager.GetString("ComboBox6.Items19"), + componentResourceManager.GetString("ComboBox6.Items20"), + componentResourceManager.GetString("ComboBox6.Items21"), + componentResourceManager.GetString("ComboBox6.Items22"), + componentResourceManager.GetString("ComboBox6.Items23"), + componentResourceManager.GetString("ComboBox6.Items24"), + componentResourceManager.GetString("ComboBox6.Items25"), + componentResourceManager.GetString("ComboBox6.Items26"), + componentResourceManager.GetString("ComboBox6.Items27"), + componentResourceManager.GetString("ComboBox6.Items28"), + componentResourceManager.GetString("ComboBox6.Items29"), + componentResourceManager.GetString("ComboBox6.Items30"), + componentResourceManager.GetString("ComboBox6.Items31"), + componentResourceManager.GetString("ComboBox6.Items32"), + componentResourceManager.GetString("ComboBox6.Items33"), + componentResourceManager.GetString("ComboBox6.Items34"), + componentResourceManager.GetString("ComboBox6.Items35"), + componentResourceManager.GetString("ComboBox6.Items36"), + componentResourceManager.GetString("ComboBox6.Items37"), + componentResourceManager.GetString("ComboBox6.Items38"), + componentResourceManager.GetString("ComboBox6.Items39"), + componentResourceManager.GetString("ComboBox6.Items40"), + componentResourceManager.GetString("ComboBox6.Items41"), + componentResourceManager.GetString("ComboBox6.Items42"), + componentResourceManager.GetString("ComboBox6.Items43"), + componentResourceManager.GetString("ComboBox6.Items44"), + componentResourceManager.GetString("ComboBox6.Items45"), + componentResourceManager.GetString("ComboBox6.Items46"), + componentResourceManager.GetString("ComboBox6.Items47"), + componentResourceManager.GetString("ComboBox6.Items48"), + componentResourceManager.GetString("ComboBox6.Items49"), + componentResourceManager.GetString("ComboBox6.Items50"), + componentResourceManager.GetString("ComboBox6.Items51"), + componentResourceManager.GetString("ComboBox6.Items52"), + componentResourceManager.GetString("ComboBox6.Items53"), + componentResourceManager.GetString("ComboBox6.Items54"), + componentResourceManager.GetString("ComboBox6.Items55"), + componentResourceManager.GetString("ComboBox6.Items56"), + componentResourceManager.GetString("ComboBox6.Items57"), + componentResourceManager.GetString("ComboBox6.Items58"), + componentResourceManager.GetString("ComboBox6.Items59"), + componentResourceManager.GetString("ComboBox6.Items60"), + componentResourceManager.GetString("ComboBox6.Items61"), + componentResourceManager.GetString("ComboBox6.Items62"), + componentResourceManager.GetString("ComboBox6.Items63"), + componentResourceManager.GetString("ComboBox6.Items64"), + componentResourceManager.GetString("ComboBox6.Items65"), + componentResourceManager.GetString("ComboBox6.Items66"), + componentResourceManager.GetString("ComboBox6.Items67"), + componentResourceManager.GetString("ComboBox6.Items68"), + componentResourceManager.GetString("ComboBox6.Items69"), + componentResourceManager.GetString("ComboBox6.Items70"), + componentResourceManager.GetString("ComboBox6.Items71"), + componentResourceManager.GetString("ComboBox6.Items72"), + componentResourceManager.GetString("ComboBox6.Items73"), + componentResourceManager.GetString("ComboBox6.Items74"), + componentResourceManager.GetString("ComboBox6.Items75"), + componentResourceManager.GetString("ComboBox6.Items76"), + componentResourceManager.GetString("ComboBox6.Items77"), + componentResourceManager.GetString("ComboBox6.Items78"), + componentResourceManager.GetString("ComboBox6.Items79"), + componentResourceManager.GetString("ComboBox6.Items80"), + componentResourceManager.GetString("ComboBox6.Items81"), + componentResourceManager.GetString("ComboBox6.Items82"), + componentResourceManager.GetString("ComboBox6.Items83"), + componentResourceManager.GetString("ComboBox6.Items84"), + componentResourceManager.GetString("ComboBox6.Items85"), + componentResourceManager.GetString("ComboBox6.Items86"), + componentResourceManager.GetString("ComboBox6.Items87"), + componentResourceManager.GetString("ComboBox6.Items88"), + componentResourceManager.GetString("ComboBox6.Items89"), + componentResourceManager.GetString("ComboBox6.Items90"), + componentResourceManager.GetString("ComboBox6.Items91"), + componentResourceManager.GetString("ComboBox6.Items92"), + componentResourceManager.GetString("ComboBox6.Items93"), + componentResourceManager.GetString("ComboBox6.Items94"), + componentResourceManager.GetString("ComboBox6.Items95"), + componentResourceManager.GetString("ComboBox6.Items96"), + componentResourceManager.GetString("ComboBox6.Items97"), + componentResourceManager.GetString("ComboBox6.Items98"), + componentResourceManager.GetString("ComboBox6.Items99"), + componentResourceManager.GetString("ComboBox6.Items100"), + componentResourceManager.GetString("ComboBox6.Items101"), + componentResourceManager.GetString("ComboBox6.Items102"), + componentResourceManager.GetString("ComboBox6.Items103"), + componentResourceManager.GetString("ComboBox6.Items104"), + componentResourceManager.GetString("ComboBox6.Items105"), + componentResourceManager.GetString("ComboBox6.Items106"), + componentResourceManager.GetString("ComboBox6.Items107"), + componentResourceManager.GetString("ComboBox6.Items108"), + componentResourceManager.GetString("ComboBox6.Items109"), + componentResourceManager.GetString("ComboBox6.Items110"), + componentResourceManager.GetString("ComboBox6.Items111"), + componentResourceManager.GetString("ComboBox6.Items112"), + componentResourceManager.GetString("ComboBox6.Items113"), + componentResourceManager.GetString("ComboBox6.Items114"), + componentResourceManager.GetString("ComboBox6.Items115"), + componentResourceManager.GetString("ComboBox6.Items116"), + componentResourceManager.GetString("ComboBox6.Items117"), + componentResourceManager.GetString("ComboBox6.Items118"), + componentResourceManager.GetString("ComboBox6.Items119"), + componentResourceManager.GetString("ComboBox6.Items120"), + componentResourceManager.GetString("ComboBox6.Items121"), + componentResourceManager.GetString("ComboBox6.Items122"), + componentResourceManager.GetString("ComboBox6.Items123"), + componentResourceManager.GetString("ComboBox6.Items124"), + componentResourceManager.GetString("ComboBox6.Items125"), + componentResourceManager.GetString("ComboBox6.Items126"), + componentResourceManager.GetString("ComboBox6.Items127"), + componentResourceManager.GetString("ComboBox6.Items128"), + componentResourceManager.GetString("ComboBox6.Items129"), + componentResourceManager.GetString("ComboBox6.Items130"), + componentResourceManager.GetString("ComboBox6.Items131"), + componentResourceManager.GetString("ComboBox6.Items132"), + componentResourceManager.GetString("ComboBox6.Items133"), + componentResourceManager.GetString("ComboBox6.Items134"), + componentResourceManager.GetString("ComboBox6.Items135"), + componentResourceManager.GetString("ComboBox6.Items136"), + componentResourceManager.GetString("ComboBox6.Items137"), + componentResourceManager.GetString("ComboBox6.Items138"), + componentResourceManager.GetString("ComboBox6.Items139"), + componentResourceManager.GetString("ComboBox6.Items140"), + componentResourceManager.GetString("ComboBox6.Items141"), + componentResourceManager.GetString("ComboBox6.Items142"), + componentResourceManager.GetString("ComboBox6.Items143"), + componentResourceManager.GetString("ComboBox6.Items144"), + componentResourceManager.GetString("ComboBox6.Items145"), + componentResourceManager.GetString("ComboBox6.Items146"), + componentResourceManager.GetString("ComboBox6.Items147"), + componentResourceManager.GetString("ComboBox6.Items148"), + componentResourceManager.GetString("ComboBox6.Items149"), + componentResourceManager.GetString("ComboBox6.Items150"), + componentResourceManager.GetString("ComboBox6.Items151"), + componentResourceManager.GetString("ComboBox6.Items152"), + componentResourceManager.GetString("ComboBox6.Items153"), + componentResourceManager.GetString("ComboBox6.Items154"), + componentResourceManager.GetString("ComboBox6.Items155"), + componentResourceManager.GetString("ComboBox6.Items156"), + componentResourceManager.GetString("ComboBox6.Items157"), + componentResourceManager.GetString("ComboBox6.Items158"), + componentResourceManager.GetString("ComboBox6.Items159"), + componentResourceManager.GetString("ComboBox6.Items160"), + componentResourceManager.GetString("ComboBox6.Items161"), + componentResourceManager.GetString("ComboBox6.Items162"), + componentResourceManager.GetString("ComboBox6.Items163"), + componentResourceManager.GetString("ComboBox6.Items164"), + componentResourceManager.GetString("ComboBox6.Items165"), + componentResourceManager.GetString("ComboBox6.Items166"), + componentResourceManager.GetString("ComboBox6.Items167"), + componentResourceManager.GetString("ComboBox6.Items168"), + componentResourceManager.GetString("ComboBox6.Items169"), + componentResourceManager.GetString("ComboBox6.Items170"), + componentResourceManager.GetString("ComboBox6.Items171"), + componentResourceManager.GetString("ComboBox6.Items172"), + componentResourceManager.GetString("ComboBox6.Items173"), + componentResourceManager.GetString("ComboBox6.Items174"), + componentResourceManager.GetString("ComboBox6.Items175"), + componentResourceManager.GetString("ComboBox6.Items176"), + componentResourceManager.GetString("ComboBox6.Items177"), + componentResourceManager.GetString("ComboBox6.Items178"), + componentResourceManager.GetString("ComboBox6.Items179"), + componentResourceManager.GetString("ComboBox6.Items180"), + componentResourceManager.GetString("ComboBox6.Items181"), + componentResourceManager.GetString("ComboBox6.Items182"), + componentResourceManager.GetString("ComboBox6.Items183"), + componentResourceManager.GetString("ComboBox6.Items184"), + componentResourceManager.GetString("ComboBox6.Items185"), + componentResourceManager.GetString("ComboBox6.Items186"), + componentResourceManager.GetString("ComboBox6.Items187"), + componentResourceManager.GetString("ComboBox6.Items188"), + componentResourceManager.GetString("ComboBox6.Items189"), + componentResourceManager.GetString("ComboBox6.Items190"), + componentResourceManager.GetString("ComboBox6.Items191"), + componentResourceManager.GetString("ComboBox6.Items192"), + componentResourceManager.GetString("ComboBox6.Items193"), + componentResourceManager.GetString("ComboBox6.Items194"), + componentResourceManager.GetString("ComboBox6.Items195"), + componentResourceManager.GetString("ComboBox6.Items196"), + componentResourceManager.GetString("ComboBox6.Items197"), + componentResourceManager.GetString("ComboBox6.Items198"), + componentResourceManager.GetString("ComboBox6.Items199"), + componentResourceManager.GetString("ComboBox6.Items200"), + componentResourceManager.GetString("ComboBox6.Items201"), + componentResourceManager.GetString("ComboBox6.Items202"), + componentResourceManager.GetString("ComboBox6.Items203"), + componentResourceManager.GetString("ComboBox6.Items204"), + componentResourceManager.GetString("ComboBox6.Items205"), + componentResourceManager.GetString("ComboBox6.Items206"), + componentResourceManager.GetString("ComboBox6.Items207"), + componentResourceManager.GetString("ComboBox6.Items208"), + componentResourceManager.GetString("ComboBox6.Items209"), + componentResourceManager.GetString("ComboBox6.Items210"), + componentResourceManager.GetString("ComboBox6.Items211"), + componentResourceManager.GetString("ComboBox6.Items212"), + componentResourceManager.GetString("ComboBox6.Items213"), + componentResourceManager.GetString("ComboBox6.Items214"), + componentResourceManager.GetString("ComboBox6.Items215"), + componentResourceManager.GetString("ComboBox6.Items216"), + componentResourceManager.GetString("ComboBox6.Items217"), + componentResourceManager.GetString("ComboBox6.Items218"), + componentResourceManager.GetString("ComboBox6.Items219"), + componentResourceManager.GetString("ComboBox6.Items220"), + componentResourceManager.GetString("ComboBox6.Items221"), + componentResourceManager.GetString("ComboBox6.Items222"), + componentResourceManager.GetString("ComboBox6.Items223"), + componentResourceManager.GetString("ComboBox6.Items224"), + componentResourceManager.GetString("ComboBox6.Items225"), + componentResourceManager.GetString("ComboBox6.Items226"), + componentResourceManager.GetString("ComboBox6.Items227"), + componentResourceManager.GetString("ComboBox6.Items228"), + componentResourceManager.GetString("ComboBox6.Items229"), + componentResourceManager.GetString("ComboBox6.Items230"), + componentResourceManager.GetString("ComboBox6.Items231"), + componentResourceManager.GetString("ComboBox6.Items232"), + componentResourceManager.GetString("ComboBox6.Items233"), + componentResourceManager.GetString("ComboBox6.Items234"), + componentResourceManager.GetString("ComboBox6.Items235"), + componentResourceManager.GetString("ComboBox6.Items236"), + componentResourceManager.GetString("ComboBox6.Items237"), + componentResourceManager.GetString("ComboBox6.Items238"), + componentResourceManager.GetString("ComboBox6.Items239"), + componentResourceManager.GetString("ComboBox6.Items240"), + componentResourceManager.GetString("ComboBox6.Items241"), + componentResourceManager.GetString("ComboBox6.Items242"), + componentResourceManager.GetString("ComboBox6.Items243"), + componentResourceManager.GetString("ComboBox6.Items244"), + componentResourceManager.GetString("ComboBox6.Items245"), + componentResourceManager.GetString("ComboBox6.Items246"), + componentResourceManager.GetString("ComboBox6.Items247"), + componentResourceManager.GetString("ComboBox6.Items248"), + componentResourceManager.GetString("ComboBox6.Items249"), + componentResourceManager.GetString("ComboBox6.Items250"), + componentResourceManager.GetString("ComboBox6.Items251"), + componentResourceManager.GetString("ComboBox6.Items252"), + componentResourceManager.GetString("ComboBox6.Items253"), + componentResourceManager.GetString("ComboBox6.Items254") }); ComboBox6.Name = "ComboBox6"; - Label6.AccessibleDescription = (string) null; - Label6.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label6, "Label6"); - Label6.Font = (Font) null; + Label6.AccessibleDescription = null; + Label6.AccessibleName = null; + componentResourceManager.ApplyResources(Label6, "Label6"); + Label6.Font = null; Label6.Name = "Label6"; - ComboBox5.AccessibleDescription = (string) null; - ComboBox5.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox5, "ComboBox5"); - ComboBox5.BackgroundImage = (Image) null; + ComboBox5.AccessibleDescription = null; + ComboBox5.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox5, "ComboBox5"); + ComboBox5.BackgroundImage = null; ComboBox5.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox5.Font = (Font) null; + ComboBox5.Font = null; ComboBox5.FormattingEnabled = true; - ComboBox5.Items.AddRange(new object[(int) byte.MaxValue] + ComboBox5.Items.AddRange(new object[byte.MaxValue] { - (object) componentResourceManager.GetString("ComboBox5.Items"), - (object) componentResourceManager.GetString("ComboBox5.Items1"), - (object) componentResourceManager.GetString("ComboBox5.Items2"), - (object) componentResourceManager.GetString("ComboBox5.Items3"), - (object) componentResourceManager.GetString("ComboBox5.Items4"), - (object) componentResourceManager.GetString("ComboBox5.Items5"), - (object) componentResourceManager.GetString("ComboBox5.Items6"), - (object) componentResourceManager.GetString("ComboBox5.Items7"), - (object) componentResourceManager.GetString("ComboBox5.Items8"), - (object) componentResourceManager.GetString("ComboBox5.Items9"), - (object) componentResourceManager.GetString("ComboBox5.Items10"), - (object) componentResourceManager.GetString("ComboBox5.Items11"), - (object) componentResourceManager.GetString("ComboBox5.Items12"), - (object) componentResourceManager.GetString("ComboBox5.Items13"), - (object) componentResourceManager.GetString("ComboBox5.Items14"), - (object) componentResourceManager.GetString("ComboBox5.Items15"), - (object) componentResourceManager.GetString("ComboBox5.Items16"), - (object) componentResourceManager.GetString("ComboBox5.Items17"), - (object) componentResourceManager.GetString("ComboBox5.Items18"), - (object) componentResourceManager.GetString("ComboBox5.Items19"), - (object) componentResourceManager.GetString("ComboBox5.Items20"), - (object) componentResourceManager.GetString("ComboBox5.Items21"), - (object) componentResourceManager.GetString("ComboBox5.Items22"), - (object) componentResourceManager.GetString("ComboBox5.Items23"), - (object) componentResourceManager.GetString("ComboBox5.Items24"), - (object) componentResourceManager.GetString("ComboBox5.Items25"), - (object) componentResourceManager.GetString("ComboBox5.Items26"), - (object) componentResourceManager.GetString("ComboBox5.Items27"), - (object) componentResourceManager.GetString("ComboBox5.Items28"), - (object) componentResourceManager.GetString("ComboBox5.Items29"), - (object) componentResourceManager.GetString("ComboBox5.Items30"), - (object) componentResourceManager.GetString("ComboBox5.Items31"), - (object) componentResourceManager.GetString("ComboBox5.Items32"), - (object) componentResourceManager.GetString("ComboBox5.Items33"), - (object) componentResourceManager.GetString("ComboBox5.Items34"), - (object) componentResourceManager.GetString("ComboBox5.Items35"), - (object) componentResourceManager.GetString("ComboBox5.Items36"), - (object) componentResourceManager.GetString("ComboBox5.Items37"), - (object) componentResourceManager.GetString("ComboBox5.Items38"), - (object) componentResourceManager.GetString("ComboBox5.Items39"), - (object) componentResourceManager.GetString("ComboBox5.Items40"), - (object) componentResourceManager.GetString("ComboBox5.Items41"), - (object) componentResourceManager.GetString("ComboBox5.Items42"), - (object) componentResourceManager.GetString("ComboBox5.Items43"), - (object) componentResourceManager.GetString("ComboBox5.Items44"), - (object) componentResourceManager.GetString("ComboBox5.Items45"), - (object) componentResourceManager.GetString("ComboBox5.Items46"), - (object) componentResourceManager.GetString("ComboBox5.Items47"), - (object) componentResourceManager.GetString("ComboBox5.Items48"), - (object) componentResourceManager.GetString("ComboBox5.Items49"), - (object) componentResourceManager.GetString("ComboBox5.Items50"), - (object) componentResourceManager.GetString("ComboBox5.Items51"), - (object) componentResourceManager.GetString("ComboBox5.Items52"), - (object) componentResourceManager.GetString("ComboBox5.Items53"), - (object) componentResourceManager.GetString("ComboBox5.Items54"), - (object) componentResourceManager.GetString("ComboBox5.Items55"), - (object) componentResourceManager.GetString("ComboBox5.Items56"), - (object) componentResourceManager.GetString("ComboBox5.Items57"), - (object) componentResourceManager.GetString("ComboBox5.Items58"), - (object) componentResourceManager.GetString("ComboBox5.Items59"), - (object) componentResourceManager.GetString("ComboBox5.Items60"), - (object) componentResourceManager.GetString("ComboBox5.Items61"), - (object) componentResourceManager.GetString("ComboBox5.Items62"), - (object) componentResourceManager.GetString("ComboBox5.Items63"), - (object) componentResourceManager.GetString("ComboBox5.Items64"), - (object) componentResourceManager.GetString("ComboBox5.Items65"), - (object) componentResourceManager.GetString("ComboBox5.Items66"), - (object) componentResourceManager.GetString("ComboBox5.Items67"), - (object) componentResourceManager.GetString("ComboBox5.Items68"), - (object) componentResourceManager.GetString("ComboBox5.Items69"), - (object) componentResourceManager.GetString("ComboBox5.Items70"), - (object) componentResourceManager.GetString("ComboBox5.Items71"), - (object) componentResourceManager.GetString("ComboBox5.Items72"), - (object) componentResourceManager.GetString("ComboBox5.Items73"), - (object) componentResourceManager.GetString("ComboBox5.Items74"), - (object) componentResourceManager.GetString("ComboBox5.Items75"), - (object) componentResourceManager.GetString("ComboBox5.Items76"), - (object) componentResourceManager.GetString("ComboBox5.Items77"), - (object) componentResourceManager.GetString("ComboBox5.Items78"), - (object) componentResourceManager.GetString("ComboBox5.Items79"), - (object) componentResourceManager.GetString("ComboBox5.Items80"), - (object) componentResourceManager.GetString("ComboBox5.Items81"), - (object) componentResourceManager.GetString("ComboBox5.Items82"), - (object) componentResourceManager.GetString("ComboBox5.Items83"), - (object) componentResourceManager.GetString("ComboBox5.Items84"), - (object) componentResourceManager.GetString("ComboBox5.Items85"), - (object) componentResourceManager.GetString("ComboBox5.Items86"), - (object) componentResourceManager.GetString("ComboBox5.Items87"), - (object) componentResourceManager.GetString("ComboBox5.Items88"), - (object) componentResourceManager.GetString("ComboBox5.Items89"), - (object) componentResourceManager.GetString("ComboBox5.Items90"), - (object) componentResourceManager.GetString("ComboBox5.Items91"), - (object) componentResourceManager.GetString("ComboBox5.Items92"), - (object) componentResourceManager.GetString("ComboBox5.Items93"), - (object) componentResourceManager.GetString("ComboBox5.Items94"), - (object) componentResourceManager.GetString("ComboBox5.Items95"), - (object) componentResourceManager.GetString("ComboBox5.Items96"), - (object) componentResourceManager.GetString("ComboBox5.Items97"), - (object) componentResourceManager.GetString("ComboBox5.Items98"), - (object) componentResourceManager.GetString("ComboBox5.Items99"), - (object) componentResourceManager.GetString("ComboBox5.Items100"), - (object) componentResourceManager.GetString("ComboBox5.Items101"), - (object) componentResourceManager.GetString("ComboBox5.Items102"), - (object) componentResourceManager.GetString("ComboBox5.Items103"), - (object) componentResourceManager.GetString("ComboBox5.Items104"), - (object) componentResourceManager.GetString("ComboBox5.Items105"), - (object) componentResourceManager.GetString("ComboBox5.Items106"), - (object) componentResourceManager.GetString("ComboBox5.Items107"), - (object) componentResourceManager.GetString("ComboBox5.Items108"), - (object) componentResourceManager.GetString("ComboBox5.Items109"), - (object) componentResourceManager.GetString("ComboBox5.Items110"), - (object) componentResourceManager.GetString("ComboBox5.Items111"), - (object) componentResourceManager.GetString("ComboBox5.Items112"), - (object) componentResourceManager.GetString("ComboBox5.Items113"), - (object) componentResourceManager.GetString("ComboBox5.Items114"), - (object) componentResourceManager.GetString("ComboBox5.Items115"), - (object) componentResourceManager.GetString("ComboBox5.Items116"), - (object) componentResourceManager.GetString("ComboBox5.Items117"), - (object) componentResourceManager.GetString("ComboBox5.Items118"), - (object) componentResourceManager.GetString("ComboBox5.Items119"), - (object) componentResourceManager.GetString("ComboBox5.Items120"), - (object) componentResourceManager.GetString("ComboBox5.Items121"), - (object) componentResourceManager.GetString("ComboBox5.Items122"), - (object) componentResourceManager.GetString("ComboBox5.Items123"), - (object) componentResourceManager.GetString("ComboBox5.Items124"), - (object) componentResourceManager.GetString("ComboBox5.Items125"), - (object) componentResourceManager.GetString("ComboBox5.Items126"), - (object) componentResourceManager.GetString("ComboBox5.Items127"), - (object) componentResourceManager.GetString("ComboBox5.Items128"), - (object) componentResourceManager.GetString("ComboBox5.Items129"), - (object) componentResourceManager.GetString("ComboBox5.Items130"), - (object) componentResourceManager.GetString("ComboBox5.Items131"), - (object) componentResourceManager.GetString("ComboBox5.Items132"), - (object) componentResourceManager.GetString("ComboBox5.Items133"), - (object) componentResourceManager.GetString("ComboBox5.Items134"), - (object) componentResourceManager.GetString("ComboBox5.Items135"), - (object) componentResourceManager.GetString("ComboBox5.Items136"), - (object) componentResourceManager.GetString("ComboBox5.Items137"), - (object) componentResourceManager.GetString("ComboBox5.Items138"), - (object) componentResourceManager.GetString("ComboBox5.Items139"), - (object) componentResourceManager.GetString("ComboBox5.Items140"), - (object) componentResourceManager.GetString("ComboBox5.Items141"), - (object) componentResourceManager.GetString("ComboBox5.Items142"), - (object) componentResourceManager.GetString("ComboBox5.Items143"), - (object) componentResourceManager.GetString("ComboBox5.Items144"), - (object) componentResourceManager.GetString("ComboBox5.Items145"), - (object) componentResourceManager.GetString("ComboBox5.Items146"), - (object) componentResourceManager.GetString("ComboBox5.Items147"), - (object) componentResourceManager.GetString("ComboBox5.Items148"), - (object) componentResourceManager.GetString("ComboBox5.Items149"), - (object) componentResourceManager.GetString("ComboBox5.Items150"), - (object) componentResourceManager.GetString("ComboBox5.Items151"), - (object) componentResourceManager.GetString("ComboBox5.Items152"), - (object) componentResourceManager.GetString("ComboBox5.Items153"), - (object) componentResourceManager.GetString("ComboBox5.Items154"), - (object) componentResourceManager.GetString("ComboBox5.Items155"), - (object) componentResourceManager.GetString("ComboBox5.Items156"), - (object) componentResourceManager.GetString("ComboBox5.Items157"), - (object) componentResourceManager.GetString("ComboBox5.Items158"), - (object) componentResourceManager.GetString("ComboBox5.Items159"), - (object) componentResourceManager.GetString("ComboBox5.Items160"), - (object) componentResourceManager.GetString("ComboBox5.Items161"), - (object) componentResourceManager.GetString("ComboBox5.Items162"), - (object) componentResourceManager.GetString("ComboBox5.Items163"), - (object) componentResourceManager.GetString("ComboBox5.Items164"), - (object) componentResourceManager.GetString("ComboBox5.Items165"), - (object) componentResourceManager.GetString("ComboBox5.Items166"), - (object) componentResourceManager.GetString("ComboBox5.Items167"), - (object) componentResourceManager.GetString("ComboBox5.Items168"), - (object) componentResourceManager.GetString("ComboBox5.Items169"), - (object) componentResourceManager.GetString("ComboBox5.Items170"), - (object) componentResourceManager.GetString("ComboBox5.Items171"), - (object) componentResourceManager.GetString("ComboBox5.Items172"), - (object) componentResourceManager.GetString("ComboBox5.Items173"), - (object) componentResourceManager.GetString("ComboBox5.Items174"), - (object) componentResourceManager.GetString("ComboBox5.Items175"), - (object) componentResourceManager.GetString("ComboBox5.Items176"), - (object) componentResourceManager.GetString("ComboBox5.Items177"), - (object) componentResourceManager.GetString("ComboBox5.Items178"), - (object) componentResourceManager.GetString("ComboBox5.Items179"), - (object) componentResourceManager.GetString("ComboBox5.Items180"), - (object) componentResourceManager.GetString("ComboBox5.Items181"), - (object) componentResourceManager.GetString("ComboBox5.Items182"), - (object) componentResourceManager.GetString("ComboBox5.Items183"), - (object) componentResourceManager.GetString("ComboBox5.Items184"), - (object) componentResourceManager.GetString("ComboBox5.Items185"), - (object) componentResourceManager.GetString("ComboBox5.Items186"), - (object) componentResourceManager.GetString("ComboBox5.Items187"), - (object) componentResourceManager.GetString("ComboBox5.Items188"), - (object) componentResourceManager.GetString("ComboBox5.Items189"), - (object) componentResourceManager.GetString("ComboBox5.Items190"), - (object) componentResourceManager.GetString("ComboBox5.Items191"), - (object) componentResourceManager.GetString("ComboBox5.Items192"), - (object) componentResourceManager.GetString("ComboBox5.Items193"), - (object) componentResourceManager.GetString("ComboBox5.Items194"), - (object) componentResourceManager.GetString("ComboBox5.Items195"), - (object) componentResourceManager.GetString("ComboBox5.Items196"), - (object) componentResourceManager.GetString("ComboBox5.Items197"), - (object) componentResourceManager.GetString("ComboBox5.Items198"), - (object) componentResourceManager.GetString("ComboBox5.Items199"), - (object) componentResourceManager.GetString("ComboBox5.Items200"), - (object) componentResourceManager.GetString("ComboBox5.Items201"), - (object) componentResourceManager.GetString("ComboBox5.Items202"), - (object) componentResourceManager.GetString("ComboBox5.Items203"), - (object) componentResourceManager.GetString("ComboBox5.Items204"), - (object) componentResourceManager.GetString("ComboBox5.Items205"), - (object) componentResourceManager.GetString("ComboBox5.Items206"), - (object) componentResourceManager.GetString("ComboBox5.Items207"), - (object) componentResourceManager.GetString("ComboBox5.Items208"), - (object) componentResourceManager.GetString("ComboBox5.Items209"), - (object) componentResourceManager.GetString("ComboBox5.Items210"), - (object) componentResourceManager.GetString("ComboBox5.Items211"), - (object) componentResourceManager.GetString("ComboBox5.Items212"), - (object) componentResourceManager.GetString("ComboBox5.Items213"), - (object) componentResourceManager.GetString("ComboBox5.Items214"), - (object) componentResourceManager.GetString("ComboBox5.Items215"), - (object) componentResourceManager.GetString("ComboBox5.Items216"), - (object) componentResourceManager.GetString("ComboBox5.Items217"), - (object) componentResourceManager.GetString("ComboBox5.Items218"), - (object) componentResourceManager.GetString("ComboBox5.Items219"), - (object) componentResourceManager.GetString("ComboBox5.Items220"), - (object) componentResourceManager.GetString("ComboBox5.Items221"), - (object) componentResourceManager.GetString("ComboBox5.Items222"), - (object) componentResourceManager.GetString("ComboBox5.Items223"), - (object) componentResourceManager.GetString("ComboBox5.Items224"), - (object) componentResourceManager.GetString("ComboBox5.Items225"), - (object) componentResourceManager.GetString("ComboBox5.Items226"), - (object) componentResourceManager.GetString("ComboBox5.Items227"), - (object) componentResourceManager.GetString("ComboBox5.Items228"), - (object) componentResourceManager.GetString("ComboBox5.Items229"), - (object) componentResourceManager.GetString("ComboBox5.Items230"), - (object) componentResourceManager.GetString("ComboBox5.Items231"), - (object) componentResourceManager.GetString("ComboBox5.Items232"), - (object) componentResourceManager.GetString("ComboBox5.Items233"), - (object) componentResourceManager.GetString("ComboBox5.Items234"), - (object) componentResourceManager.GetString("ComboBox5.Items235"), - (object) componentResourceManager.GetString("ComboBox5.Items236"), - (object) componentResourceManager.GetString("ComboBox5.Items237"), - (object) componentResourceManager.GetString("ComboBox5.Items238"), - (object) componentResourceManager.GetString("ComboBox5.Items239"), - (object) componentResourceManager.GetString("ComboBox5.Items240"), - (object) componentResourceManager.GetString("ComboBox5.Items241"), - (object) componentResourceManager.GetString("ComboBox5.Items242"), - (object) componentResourceManager.GetString("ComboBox5.Items243"), - (object) componentResourceManager.GetString("ComboBox5.Items244"), - (object) componentResourceManager.GetString("ComboBox5.Items245"), - (object) componentResourceManager.GetString("ComboBox5.Items246"), - (object) componentResourceManager.GetString("ComboBox5.Items247"), - (object) componentResourceManager.GetString("ComboBox5.Items248"), - (object) componentResourceManager.GetString("ComboBox5.Items249"), - (object) componentResourceManager.GetString("ComboBox5.Items250"), - (object) componentResourceManager.GetString("ComboBox5.Items251"), - (object) componentResourceManager.GetString("ComboBox5.Items252"), - (object) componentResourceManager.GetString("ComboBox5.Items253"), - (object) componentResourceManager.GetString("ComboBox5.Items254") + componentResourceManager.GetString("ComboBox5.Items"), + componentResourceManager.GetString("ComboBox5.Items1"), + componentResourceManager.GetString("ComboBox5.Items2"), + componentResourceManager.GetString("ComboBox5.Items3"), + componentResourceManager.GetString("ComboBox5.Items4"), + componentResourceManager.GetString("ComboBox5.Items5"), + componentResourceManager.GetString("ComboBox5.Items6"), + componentResourceManager.GetString("ComboBox5.Items7"), + componentResourceManager.GetString("ComboBox5.Items8"), + componentResourceManager.GetString("ComboBox5.Items9"), + componentResourceManager.GetString("ComboBox5.Items10"), + componentResourceManager.GetString("ComboBox5.Items11"), + componentResourceManager.GetString("ComboBox5.Items12"), + componentResourceManager.GetString("ComboBox5.Items13"), + componentResourceManager.GetString("ComboBox5.Items14"), + componentResourceManager.GetString("ComboBox5.Items15"), + componentResourceManager.GetString("ComboBox5.Items16"), + componentResourceManager.GetString("ComboBox5.Items17"), + componentResourceManager.GetString("ComboBox5.Items18"), + componentResourceManager.GetString("ComboBox5.Items19"), + componentResourceManager.GetString("ComboBox5.Items20"), + componentResourceManager.GetString("ComboBox5.Items21"), + componentResourceManager.GetString("ComboBox5.Items22"), + componentResourceManager.GetString("ComboBox5.Items23"), + componentResourceManager.GetString("ComboBox5.Items24"), + componentResourceManager.GetString("ComboBox5.Items25"), + componentResourceManager.GetString("ComboBox5.Items26"), + componentResourceManager.GetString("ComboBox5.Items27"), + componentResourceManager.GetString("ComboBox5.Items28"), + componentResourceManager.GetString("ComboBox5.Items29"), + componentResourceManager.GetString("ComboBox5.Items30"), + componentResourceManager.GetString("ComboBox5.Items31"), + componentResourceManager.GetString("ComboBox5.Items32"), + componentResourceManager.GetString("ComboBox5.Items33"), + componentResourceManager.GetString("ComboBox5.Items34"), + componentResourceManager.GetString("ComboBox5.Items35"), + componentResourceManager.GetString("ComboBox5.Items36"), + componentResourceManager.GetString("ComboBox5.Items37"), + componentResourceManager.GetString("ComboBox5.Items38"), + componentResourceManager.GetString("ComboBox5.Items39"), + componentResourceManager.GetString("ComboBox5.Items40"), + componentResourceManager.GetString("ComboBox5.Items41"), + componentResourceManager.GetString("ComboBox5.Items42"), + componentResourceManager.GetString("ComboBox5.Items43"), + componentResourceManager.GetString("ComboBox5.Items44"), + componentResourceManager.GetString("ComboBox5.Items45"), + componentResourceManager.GetString("ComboBox5.Items46"), + componentResourceManager.GetString("ComboBox5.Items47"), + componentResourceManager.GetString("ComboBox5.Items48"), + componentResourceManager.GetString("ComboBox5.Items49"), + componentResourceManager.GetString("ComboBox5.Items50"), + componentResourceManager.GetString("ComboBox5.Items51"), + componentResourceManager.GetString("ComboBox5.Items52"), + componentResourceManager.GetString("ComboBox5.Items53"), + componentResourceManager.GetString("ComboBox5.Items54"), + componentResourceManager.GetString("ComboBox5.Items55"), + componentResourceManager.GetString("ComboBox5.Items56"), + componentResourceManager.GetString("ComboBox5.Items57"), + componentResourceManager.GetString("ComboBox5.Items58"), + componentResourceManager.GetString("ComboBox5.Items59"), + componentResourceManager.GetString("ComboBox5.Items60"), + componentResourceManager.GetString("ComboBox5.Items61"), + componentResourceManager.GetString("ComboBox5.Items62"), + componentResourceManager.GetString("ComboBox5.Items63"), + componentResourceManager.GetString("ComboBox5.Items64"), + componentResourceManager.GetString("ComboBox5.Items65"), + componentResourceManager.GetString("ComboBox5.Items66"), + componentResourceManager.GetString("ComboBox5.Items67"), + componentResourceManager.GetString("ComboBox5.Items68"), + componentResourceManager.GetString("ComboBox5.Items69"), + componentResourceManager.GetString("ComboBox5.Items70"), + componentResourceManager.GetString("ComboBox5.Items71"), + componentResourceManager.GetString("ComboBox5.Items72"), + componentResourceManager.GetString("ComboBox5.Items73"), + componentResourceManager.GetString("ComboBox5.Items74"), + componentResourceManager.GetString("ComboBox5.Items75"), + componentResourceManager.GetString("ComboBox5.Items76"), + componentResourceManager.GetString("ComboBox5.Items77"), + componentResourceManager.GetString("ComboBox5.Items78"), + componentResourceManager.GetString("ComboBox5.Items79"), + componentResourceManager.GetString("ComboBox5.Items80"), + componentResourceManager.GetString("ComboBox5.Items81"), + componentResourceManager.GetString("ComboBox5.Items82"), + componentResourceManager.GetString("ComboBox5.Items83"), + componentResourceManager.GetString("ComboBox5.Items84"), + componentResourceManager.GetString("ComboBox5.Items85"), + componentResourceManager.GetString("ComboBox5.Items86"), + componentResourceManager.GetString("ComboBox5.Items87"), + componentResourceManager.GetString("ComboBox5.Items88"), + componentResourceManager.GetString("ComboBox5.Items89"), + componentResourceManager.GetString("ComboBox5.Items90"), + componentResourceManager.GetString("ComboBox5.Items91"), + componentResourceManager.GetString("ComboBox5.Items92"), + componentResourceManager.GetString("ComboBox5.Items93"), + componentResourceManager.GetString("ComboBox5.Items94"), + componentResourceManager.GetString("ComboBox5.Items95"), + componentResourceManager.GetString("ComboBox5.Items96"), + componentResourceManager.GetString("ComboBox5.Items97"), + componentResourceManager.GetString("ComboBox5.Items98"), + componentResourceManager.GetString("ComboBox5.Items99"), + componentResourceManager.GetString("ComboBox5.Items100"), + componentResourceManager.GetString("ComboBox5.Items101"), + componentResourceManager.GetString("ComboBox5.Items102"), + componentResourceManager.GetString("ComboBox5.Items103"), + componentResourceManager.GetString("ComboBox5.Items104"), + componentResourceManager.GetString("ComboBox5.Items105"), + componentResourceManager.GetString("ComboBox5.Items106"), + componentResourceManager.GetString("ComboBox5.Items107"), + componentResourceManager.GetString("ComboBox5.Items108"), + componentResourceManager.GetString("ComboBox5.Items109"), + componentResourceManager.GetString("ComboBox5.Items110"), + componentResourceManager.GetString("ComboBox5.Items111"), + componentResourceManager.GetString("ComboBox5.Items112"), + componentResourceManager.GetString("ComboBox5.Items113"), + componentResourceManager.GetString("ComboBox5.Items114"), + componentResourceManager.GetString("ComboBox5.Items115"), + componentResourceManager.GetString("ComboBox5.Items116"), + componentResourceManager.GetString("ComboBox5.Items117"), + componentResourceManager.GetString("ComboBox5.Items118"), + componentResourceManager.GetString("ComboBox5.Items119"), + componentResourceManager.GetString("ComboBox5.Items120"), + componentResourceManager.GetString("ComboBox5.Items121"), + componentResourceManager.GetString("ComboBox5.Items122"), + componentResourceManager.GetString("ComboBox5.Items123"), + componentResourceManager.GetString("ComboBox5.Items124"), + componentResourceManager.GetString("ComboBox5.Items125"), + componentResourceManager.GetString("ComboBox5.Items126"), + componentResourceManager.GetString("ComboBox5.Items127"), + componentResourceManager.GetString("ComboBox5.Items128"), + componentResourceManager.GetString("ComboBox5.Items129"), + componentResourceManager.GetString("ComboBox5.Items130"), + componentResourceManager.GetString("ComboBox5.Items131"), + componentResourceManager.GetString("ComboBox5.Items132"), + componentResourceManager.GetString("ComboBox5.Items133"), + componentResourceManager.GetString("ComboBox5.Items134"), + componentResourceManager.GetString("ComboBox5.Items135"), + componentResourceManager.GetString("ComboBox5.Items136"), + componentResourceManager.GetString("ComboBox5.Items137"), + componentResourceManager.GetString("ComboBox5.Items138"), + componentResourceManager.GetString("ComboBox5.Items139"), + componentResourceManager.GetString("ComboBox5.Items140"), + componentResourceManager.GetString("ComboBox5.Items141"), + componentResourceManager.GetString("ComboBox5.Items142"), + componentResourceManager.GetString("ComboBox5.Items143"), + componentResourceManager.GetString("ComboBox5.Items144"), + componentResourceManager.GetString("ComboBox5.Items145"), + componentResourceManager.GetString("ComboBox5.Items146"), + componentResourceManager.GetString("ComboBox5.Items147"), + componentResourceManager.GetString("ComboBox5.Items148"), + componentResourceManager.GetString("ComboBox5.Items149"), + componentResourceManager.GetString("ComboBox5.Items150"), + componentResourceManager.GetString("ComboBox5.Items151"), + componentResourceManager.GetString("ComboBox5.Items152"), + componentResourceManager.GetString("ComboBox5.Items153"), + componentResourceManager.GetString("ComboBox5.Items154"), + componentResourceManager.GetString("ComboBox5.Items155"), + componentResourceManager.GetString("ComboBox5.Items156"), + componentResourceManager.GetString("ComboBox5.Items157"), + componentResourceManager.GetString("ComboBox5.Items158"), + componentResourceManager.GetString("ComboBox5.Items159"), + componentResourceManager.GetString("ComboBox5.Items160"), + componentResourceManager.GetString("ComboBox5.Items161"), + componentResourceManager.GetString("ComboBox5.Items162"), + componentResourceManager.GetString("ComboBox5.Items163"), + componentResourceManager.GetString("ComboBox5.Items164"), + componentResourceManager.GetString("ComboBox5.Items165"), + componentResourceManager.GetString("ComboBox5.Items166"), + componentResourceManager.GetString("ComboBox5.Items167"), + componentResourceManager.GetString("ComboBox5.Items168"), + componentResourceManager.GetString("ComboBox5.Items169"), + componentResourceManager.GetString("ComboBox5.Items170"), + componentResourceManager.GetString("ComboBox5.Items171"), + componentResourceManager.GetString("ComboBox5.Items172"), + componentResourceManager.GetString("ComboBox5.Items173"), + componentResourceManager.GetString("ComboBox5.Items174"), + componentResourceManager.GetString("ComboBox5.Items175"), + componentResourceManager.GetString("ComboBox5.Items176"), + componentResourceManager.GetString("ComboBox5.Items177"), + componentResourceManager.GetString("ComboBox5.Items178"), + componentResourceManager.GetString("ComboBox5.Items179"), + componentResourceManager.GetString("ComboBox5.Items180"), + componentResourceManager.GetString("ComboBox5.Items181"), + componentResourceManager.GetString("ComboBox5.Items182"), + componentResourceManager.GetString("ComboBox5.Items183"), + componentResourceManager.GetString("ComboBox5.Items184"), + componentResourceManager.GetString("ComboBox5.Items185"), + componentResourceManager.GetString("ComboBox5.Items186"), + componentResourceManager.GetString("ComboBox5.Items187"), + componentResourceManager.GetString("ComboBox5.Items188"), + componentResourceManager.GetString("ComboBox5.Items189"), + componentResourceManager.GetString("ComboBox5.Items190"), + componentResourceManager.GetString("ComboBox5.Items191"), + componentResourceManager.GetString("ComboBox5.Items192"), + componentResourceManager.GetString("ComboBox5.Items193"), + componentResourceManager.GetString("ComboBox5.Items194"), + componentResourceManager.GetString("ComboBox5.Items195"), + componentResourceManager.GetString("ComboBox5.Items196"), + componentResourceManager.GetString("ComboBox5.Items197"), + componentResourceManager.GetString("ComboBox5.Items198"), + componentResourceManager.GetString("ComboBox5.Items199"), + componentResourceManager.GetString("ComboBox5.Items200"), + componentResourceManager.GetString("ComboBox5.Items201"), + componentResourceManager.GetString("ComboBox5.Items202"), + componentResourceManager.GetString("ComboBox5.Items203"), + componentResourceManager.GetString("ComboBox5.Items204"), + componentResourceManager.GetString("ComboBox5.Items205"), + componentResourceManager.GetString("ComboBox5.Items206"), + componentResourceManager.GetString("ComboBox5.Items207"), + componentResourceManager.GetString("ComboBox5.Items208"), + componentResourceManager.GetString("ComboBox5.Items209"), + componentResourceManager.GetString("ComboBox5.Items210"), + componentResourceManager.GetString("ComboBox5.Items211"), + componentResourceManager.GetString("ComboBox5.Items212"), + componentResourceManager.GetString("ComboBox5.Items213"), + componentResourceManager.GetString("ComboBox5.Items214"), + componentResourceManager.GetString("ComboBox5.Items215"), + componentResourceManager.GetString("ComboBox5.Items216"), + componentResourceManager.GetString("ComboBox5.Items217"), + componentResourceManager.GetString("ComboBox5.Items218"), + componentResourceManager.GetString("ComboBox5.Items219"), + componentResourceManager.GetString("ComboBox5.Items220"), + componentResourceManager.GetString("ComboBox5.Items221"), + componentResourceManager.GetString("ComboBox5.Items222"), + componentResourceManager.GetString("ComboBox5.Items223"), + componentResourceManager.GetString("ComboBox5.Items224"), + componentResourceManager.GetString("ComboBox5.Items225"), + componentResourceManager.GetString("ComboBox5.Items226"), + componentResourceManager.GetString("ComboBox5.Items227"), + componentResourceManager.GetString("ComboBox5.Items228"), + componentResourceManager.GetString("ComboBox5.Items229"), + componentResourceManager.GetString("ComboBox5.Items230"), + componentResourceManager.GetString("ComboBox5.Items231"), + componentResourceManager.GetString("ComboBox5.Items232"), + componentResourceManager.GetString("ComboBox5.Items233"), + componentResourceManager.GetString("ComboBox5.Items234"), + componentResourceManager.GetString("ComboBox5.Items235"), + componentResourceManager.GetString("ComboBox5.Items236"), + componentResourceManager.GetString("ComboBox5.Items237"), + componentResourceManager.GetString("ComboBox5.Items238"), + componentResourceManager.GetString("ComboBox5.Items239"), + componentResourceManager.GetString("ComboBox5.Items240"), + componentResourceManager.GetString("ComboBox5.Items241"), + componentResourceManager.GetString("ComboBox5.Items242"), + componentResourceManager.GetString("ComboBox5.Items243"), + componentResourceManager.GetString("ComboBox5.Items244"), + componentResourceManager.GetString("ComboBox5.Items245"), + componentResourceManager.GetString("ComboBox5.Items246"), + componentResourceManager.GetString("ComboBox5.Items247"), + componentResourceManager.GetString("ComboBox5.Items248"), + componentResourceManager.GetString("ComboBox5.Items249"), + componentResourceManager.GetString("ComboBox5.Items250"), + componentResourceManager.GetString("ComboBox5.Items251"), + componentResourceManager.GetString("ComboBox5.Items252"), + componentResourceManager.GetString("ComboBox5.Items253"), + componentResourceManager.GetString("ComboBox5.Items254") }); ComboBox5.Name = "ComboBox5"; - Label5.AccessibleDescription = (string) null; - Label5.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label5, "Label5"); - Label5.Font = (Font) null; + Label5.AccessibleDescription = null; + Label5.AccessibleName = null; + componentResourceManager.ApplyResources(Label5, "Label5"); + Label5.Font = null; Label5.Name = "Label5"; - ComboBox4.AccessibleDescription = (string) null; - ComboBox4.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox4, "ComboBox4"); - ComboBox4.BackgroundImage = (Image) null; + ComboBox4.AccessibleDescription = null; + ComboBox4.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox4, "ComboBox4"); + ComboBox4.BackgroundImage = null; ComboBox4.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox4.Font = (Font) null; + ComboBox4.Font = null; ComboBox4.FormattingEnabled = true; - ComboBox4.Items.AddRange(new object[(int) byte.MaxValue] + ComboBox4.Items.AddRange(new object[byte.MaxValue] { - (object) componentResourceManager.GetString("ComboBox4.Items"), - (object) componentResourceManager.GetString("ComboBox4.Items1"), - (object) componentResourceManager.GetString("ComboBox4.Items2"), - (object) componentResourceManager.GetString("ComboBox4.Items3"), - (object) componentResourceManager.GetString("ComboBox4.Items4"), - (object) componentResourceManager.GetString("ComboBox4.Items5"), - (object) componentResourceManager.GetString("ComboBox4.Items6"), - (object) componentResourceManager.GetString("ComboBox4.Items7"), - (object) componentResourceManager.GetString("ComboBox4.Items8"), - (object) componentResourceManager.GetString("ComboBox4.Items9"), - (object) componentResourceManager.GetString("ComboBox4.Items10"), - (object) componentResourceManager.GetString("ComboBox4.Items11"), - (object) componentResourceManager.GetString("ComboBox4.Items12"), - (object) componentResourceManager.GetString("ComboBox4.Items13"), - (object) componentResourceManager.GetString("ComboBox4.Items14"), - (object) componentResourceManager.GetString("ComboBox4.Items15"), - (object) componentResourceManager.GetString("ComboBox4.Items16"), - (object) componentResourceManager.GetString("ComboBox4.Items17"), - (object) componentResourceManager.GetString("ComboBox4.Items18"), - (object) componentResourceManager.GetString("ComboBox4.Items19"), - (object) componentResourceManager.GetString("ComboBox4.Items20"), - (object) componentResourceManager.GetString("ComboBox4.Items21"), - (object) componentResourceManager.GetString("ComboBox4.Items22"), - (object) componentResourceManager.GetString("ComboBox4.Items23"), - (object) componentResourceManager.GetString("ComboBox4.Items24"), - (object) componentResourceManager.GetString("ComboBox4.Items25"), - (object) componentResourceManager.GetString("ComboBox4.Items26"), - (object) componentResourceManager.GetString("ComboBox4.Items27"), - (object) componentResourceManager.GetString("ComboBox4.Items28"), - (object) componentResourceManager.GetString("ComboBox4.Items29"), - (object) componentResourceManager.GetString("ComboBox4.Items30"), - (object) componentResourceManager.GetString("ComboBox4.Items31"), - (object) componentResourceManager.GetString("ComboBox4.Items32"), - (object) componentResourceManager.GetString("ComboBox4.Items33"), - (object) componentResourceManager.GetString("ComboBox4.Items34"), - (object) componentResourceManager.GetString("ComboBox4.Items35"), - (object) componentResourceManager.GetString("ComboBox4.Items36"), - (object) componentResourceManager.GetString("ComboBox4.Items37"), - (object) componentResourceManager.GetString("ComboBox4.Items38"), - (object) componentResourceManager.GetString("ComboBox4.Items39"), - (object) componentResourceManager.GetString("ComboBox4.Items40"), - (object) componentResourceManager.GetString("ComboBox4.Items41"), - (object) componentResourceManager.GetString("ComboBox4.Items42"), - (object) componentResourceManager.GetString("ComboBox4.Items43"), - (object) componentResourceManager.GetString("ComboBox4.Items44"), - (object) componentResourceManager.GetString("ComboBox4.Items45"), - (object) componentResourceManager.GetString("ComboBox4.Items46"), - (object) componentResourceManager.GetString("ComboBox4.Items47"), - (object) componentResourceManager.GetString("ComboBox4.Items48"), - (object) componentResourceManager.GetString("ComboBox4.Items49"), - (object) componentResourceManager.GetString("ComboBox4.Items50"), - (object) componentResourceManager.GetString("ComboBox4.Items51"), - (object) componentResourceManager.GetString("ComboBox4.Items52"), - (object) componentResourceManager.GetString("ComboBox4.Items53"), - (object) componentResourceManager.GetString("ComboBox4.Items54"), - (object) componentResourceManager.GetString("ComboBox4.Items55"), - (object) componentResourceManager.GetString("ComboBox4.Items56"), - (object) componentResourceManager.GetString("ComboBox4.Items57"), - (object) componentResourceManager.GetString("ComboBox4.Items58"), - (object) componentResourceManager.GetString("ComboBox4.Items59"), - (object) componentResourceManager.GetString("ComboBox4.Items60"), - (object) componentResourceManager.GetString("ComboBox4.Items61"), - (object) componentResourceManager.GetString("ComboBox4.Items62"), - (object) componentResourceManager.GetString("ComboBox4.Items63"), - (object) componentResourceManager.GetString("ComboBox4.Items64"), - (object) componentResourceManager.GetString("ComboBox4.Items65"), - (object) componentResourceManager.GetString("ComboBox4.Items66"), - (object) componentResourceManager.GetString("ComboBox4.Items67"), - (object) componentResourceManager.GetString("ComboBox4.Items68"), - (object) componentResourceManager.GetString("ComboBox4.Items69"), - (object) componentResourceManager.GetString("ComboBox4.Items70"), - (object) componentResourceManager.GetString("ComboBox4.Items71"), - (object) componentResourceManager.GetString("ComboBox4.Items72"), - (object) componentResourceManager.GetString("ComboBox4.Items73"), - (object) componentResourceManager.GetString("ComboBox4.Items74"), - (object) componentResourceManager.GetString("ComboBox4.Items75"), - (object) componentResourceManager.GetString("ComboBox4.Items76"), - (object) componentResourceManager.GetString("ComboBox4.Items77"), - (object) componentResourceManager.GetString("ComboBox4.Items78"), - (object) componentResourceManager.GetString("ComboBox4.Items79"), - (object) componentResourceManager.GetString("ComboBox4.Items80"), - (object) componentResourceManager.GetString("ComboBox4.Items81"), - (object) componentResourceManager.GetString("ComboBox4.Items82"), - (object) componentResourceManager.GetString("ComboBox4.Items83"), - (object) componentResourceManager.GetString("ComboBox4.Items84"), - (object) componentResourceManager.GetString("ComboBox4.Items85"), - (object) componentResourceManager.GetString("ComboBox4.Items86"), - (object) componentResourceManager.GetString("ComboBox4.Items87"), - (object) componentResourceManager.GetString("ComboBox4.Items88"), - (object) componentResourceManager.GetString("ComboBox4.Items89"), - (object) componentResourceManager.GetString("ComboBox4.Items90"), - (object) componentResourceManager.GetString("ComboBox4.Items91"), - (object) componentResourceManager.GetString("ComboBox4.Items92"), - (object) componentResourceManager.GetString("ComboBox4.Items93"), - (object) componentResourceManager.GetString("ComboBox4.Items94"), - (object) componentResourceManager.GetString("ComboBox4.Items95"), - (object) componentResourceManager.GetString("ComboBox4.Items96"), - (object) componentResourceManager.GetString("ComboBox4.Items97"), - (object) componentResourceManager.GetString("ComboBox4.Items98"), - (object) componentResourceManager.GetString("ComboBox4.Items99"), - (object) componentResourceManager.GetString("ComboBox4.Items100"), - (object) componentResourceManager.GetString("ComboBox4.Items101"), - (object) componentResourceManager.GetString("ComboBox4.Items102"), - (object) componentResourceManager.GetString("ComboBox4.Items103"), - (object) componentResourceManager.GetString("ComboBox4.Items104"), - (object) componentResourceManager.GetString("ComboBox4.Items105"), - (object) componentResourceManager.GetString("ComboBox4.Items106"), - (object) componentResourceManager.GetString("ComboBox4.Items107"), - (object) componentResourceManager.GetString("ComboBox4.Items108"), - (object) componentResourceManager.GetString("ComboBox4.Items109"), - (object) componentResourceManager.GetString("ComboBox4.Items110"), - (object) componentResourceManager.GetString("ComboBox4.Items111"), - (object) componentResourceManager.GetString("ComboBox4.Items112"), - (object) componentResourceManager.GetString("ComboBox4.Items113"), - (object) componentResourceManager.GetString("ComboBox4.Items114"), - (object) componentResourceManager.GetString("ComboBox4.Items115"), - (object) componentResourceManager.GetString("ComboBox4.Items116"), - (object) componentResourceManager.GetString("ComboBox4.Items117"), - (object) componentResourceManager.GetString("ComboBox4.Items118"), - (object) componentResourceManager.GetString("ComboBox4.Items119"), - (object) componentResourceManager.GetString("ComboBox4.Items120"), - (object) componentResourceManager.GetString("ComboBox4.Items121"), - (object) componentResourceManager.GetString("ComboBox4.Items122"), - (object) componentResourceManager.GetString("ComboBox4.Items123"), - (object) componentResourceManager.GetString("ComboBox4.Items124"), - (object) componentResourceManager.GetString("ComboBox4.Items125"), - (object) componentResourceManager.GetString("ComboBox4.Items126"), - (object) componentResourceManager.GetString("ComboBox4.Items127"), - (object) componentResourceManager.GetString("ComboBox4.Items128"), - (object) componentResourceManager.GetString("ComboBox4.Items129"), - (object) componentResourceManager.GetString("ComboBox4.Items130"), - (object) componentResourceManager.GetString("ComboBox4.Items131"), - (object) componentResourceManager.GetString("ComboBox4.Items132"), - (object) componentResourceManager.GetString("ComboBox4.Items133"), - (object) componentResourceManager.GetString("ComboBox4.Items134"), - (object) componentResourceManager.GetString("ComboBox4.Items135"), - (object) componentResourceManager.GetString("ComboBox4.Items136"), - (object) componentResourceManager.GetString("ComboBox4.Items137"), - (object) componentResourceManager.GetString("ComboBox4.Items138"), - (object) componentResourceManager.GetString("ComboBox4.Items139"), - (object) componentResourceManager.GetString("ComboBox4.Items140"), - (object) componentResourceManager.GetString("ComboBox4.Items141"), - (object) componentResourceManager.GetString("ComboBox4.Items142"), - (object) componentResourceManager.GetString("ComboBox4.Items143"), - (object) componentResourceManager.GetString("ComboBox4.Items144"), - (object) componentResourceManager.GetString("ComboBox4.Items145"), - (object) componentResourceManager.GetString("ComboBox4.Items146"), - (object) componentResourceManager.GetString("ComboBox4.Items147"), - (object) componentResourceManager.GetString("ComboBox4.Items148"), - (object) componentResourceManager.GetString("ComboBox4.Items149"), - (object) componentResourceManager.GetString("ComboBox4.Items150"), - (object) componentResourceManager.GetString("ComboBox4.Items151"), - (object) componentResourceManager.GetString("ComboBox4.Items152"), - (object) componentResourceManager.GetString("ComboBox4.Items153"), - (object) componentResourceManager.GetString("ComboBox4.Items154"), - (object) componentResourceManager.GetString("ComboBox4.Items155"), - (object) componentResourceManager.GetString("ComboBox4.Items156"), - (object) componentResourceManager.GetString("ComboBox4.Items157"), - (object) componentResourceManager.GetString("ComboBox4.Items158"), - (object) componentResourceManager.GetString("ComboBox4.Items159"), - (object) componentResourceManager.GetString("ComboBox4.Items160"), - (object) componentResourceManager.GetString("ComboBox4.Items161"), - (object) componentResourceManager.GetString("ComboBox4.Items162"), - (object) componentResourceManager.GetString("ComboBox4.Items163"), - (object) componentResourceManager.GetString("ComboBox4.Items164"), - (object) componentResourceManager.GetString("ComboBox4.Items165"), - (object) componentResourceManager.GetString("ComboBox4.Items166"), - (object) componentResourceManager.GetString("ComboBox4.Items167"), - (object) componentResourceManager.GetString("ComboBox4.Items168"), - (object) componentResourceManager.GetString("ComboBox4.Items169"), - (object) componentResourceManager.GetString("ComboBox4.Items170"), - (object) componentResourceManager.GetString("ComboBox4.Items171"), - (object) componentResourceManager.GetString("ComboBox4.Items172"), - (object) componentResourceManager.GetString("ComboBox4.Items173"), - (object) componentResourceManager.GetString("ComboBox4.Items174"), - (object) componentResourceManager.GetString("ComboBox4.Items175"), - (object) componentResourceManager.GetString("ComboBox4.Items176"), - (object) componentResourceManager.GetString("ComboBox4.Items177"), - (object) componentResourceManager.GetString("ComboBox4.Items178"), - (object) componentResourceManager.GetString("ComboBox4.Items179"), - (object) componentResourceManager.GetString("ComboBox4.Items180"), - (object) componentResourceManager.GetString("ComboBox4.Items181"), - (object) componentResourceManager.GetString("ComboBox4.Items182"), - (object) componentResourceManager.GetString("ComboBox4.Items183"), - (object) componentResourceManager.GetString("ComboBox4.Items184"), - (object) componentResourceManager.GetString("ComboBox4.Items185"), - (object) componentResourceManager.GetString("ComboBox4.Items186"), - (object) componentResourceManager.GetString("ComboBox4.Items187"), - (object) componentResourceManager.GetString("ComboBox4.Items188"), - (object) componentResourceManager.GetString("ComboBox4.Items189"), - (object) componentResourceManager.GetString("ComboBox4.Items190"), - (object) componentResourceManager.GetString("ComboBox4.Items191"), - (object) componentResourceManager.GetString("ComboBox4.Items192"), - (object) componentResourceManager.GetString("ComboBox4.Items193"), - (object) componentResourceManager.GetString("ComboBox4.Items194"), - (object) componentResourceManager.GetString("ComboBox4.Items195"), - (object) componentResourceManager.GetString("ComboBox4.Items196"), - (object) componentResourceManager.GetString("ComboBox4.Items197"), - (object) componentResourceManager.GetString("ComboBox4.Items198"), - (object) componentResourceManager.GetString("ComboBox4.Items199"), - (object) componentResourceManager.GetString("ComboBox4.Items200"), - (object) componentResourceManager.GetString("ComboBox4.Items201"), - (object) componentResourceManager.GetString("ComboBox4.Items202"), - (object) componentResourceManager.GetString("ComboBox4.Items203"), - (object) componentResourceManager.GetString("ComboBox4.Items204"), - (object) componentResourceManager.GetString("ComboBox4.Items205"), - (object) componentResourceManager.GetString("ComboBox4.Items206"), - (object) componentResourceManager.GetString("ComboBox4.Items207"), - (object) componentResourceManager.GetString("ComboBox4.Items208"), - (object) componentResourceManager.GetString("ComboBox4.Items209"), - (object) componentResourceManager.GetString("ComboBox4.Items210"), - (object) componentResourceManager.GetString("ComboBox4.Items211"), - (object) componentResourceManager.GetString("ComboBox4.Items212"), - (object) componentResourceManager.GetString("ComboBox4.Items213"), - (object) componentResourceManager.GetString("ComboBox4.Items214"), - (object) componentResourceManager.GetString("ComboBox4.Items215"), - (object) componentResourceManager.GetString("ComboBox4.Items216"), - (object) componentResourceManager.GetString("ComboBox4.Items217"), - (object) componentResourceManager.GetString("ComboBox4.Items218"), - (object) componentResourceManager.GetString("ComboBox4.Items219"), - (object) componentResourceManager.GetString("ComboBox4.Items220"), - (object) componentResourceManager.GetString("ComboBox4.Items221"), - (object) componentResourceManager.GetString("ComboBox4.Items222"), - (object) componentResourceManager.GetString("ComboBox4.Items223"), - (object) componentResourceManager.GetString("ComboBox4.Items224"), - (object) componentResourceManager.GetString("ComboBox4.Items225"), - (object) componentResourceManager.GetString("ComboBox4.Items226"), - (object) componentResourceManager.GetString("ComboBox4.Items227"), - (object) componentResourceManager.GetString("ComboBox4.Items228"), - (object) componentResourceManager.GetString("ComboBox4.Items229"), - (object) componentResourceManager.GetString("ComboBox4.Items230"), - (object) componentResourceManager.GetString("ComboBox4.Items231"), - (object) componentResourceManager.GetString("ComboBox4.Items232"), - (object) componentResourceManager.GetString("ComboBox4.Items233"), - (object) componentResourceManager.GetString("ComboBox4.Items234"), - (object) componentResourceManager.GetString("ComboBox4.Items235"), - (object) componentResourceManager.GetString("ComboBox4.Items236"), - (object) componentResourceManager.GetString("ComboBox4.Items237"), - (object) componentResourceManager.GetString("ComboBox4.Items238"), - (object) componentResourceManager.GetString("ComboBox4.Items239"), - (object) componentResourceManager.GetString("ComboBox4.Items240"), - (object) componentResourceManager.GetString("ComboBox4.Items241"), - (object) componentResourceManager.GetString("ComboBox4.Items242"), - (object) componentResourceManager.GetString("ComboBox4.Items243"), - (object) componentResourceManager.GetString("ComboBox4.Items244"), - (object) componentResourceManager.GetString("ComboBox4.Items245"), - (object) componentResourceManager.GetString("ComboBox4.Items246"), - (object) componentResourceManager.GetString("ComboBox4.Items247"), - (object) componentResourceManager.GetString("ComboBox4.Items248"), - (object) componentResourceManager.GetString("ComboBox4.Items249"), - (object) componentResourceManager.GetString("ComboBox4.Items250"), - (object) componentResourceManager.GetString("ComboBox4.Items251"), - (object) componentResourceManager.GetString("ComboBox4.Items252"), - (object) componentResourceManager.GetString("ComboBox4.Items253"), - (object) componentResourceManager.GetString("ComboBox4.Items254") + componentResourceManager.GetString("ComboBox4.Items"), + componentResourceManager.GetString("ComboBox4.Items1"), + componentResourceManager.GetString("ComboBox4.Items2"), + componentResourceManager.GetString("ComboBox4.Items3"), + componentResourceManager.GetString("ComboBox4.Items4"), + componentResourceManager.GetString("ComboBox4.Items5"), + componentResourceManager.GetString("ComboBox4.Items6"), + componentResourceManager.GetString("ComboBox4.Items7"), + componentResourceManager.GetString("ComboBox4.Items8"), + componentResourceManager.GetString("ComboBox4.Items9"), + componentResourceManager.GetString("ComboBox4.Items10"), + componentResourceManager.GetString("ComboBox4.Items11"), + componentResourceManager.GetString("ComboBox4.Items12"), + componentResourceManager.GetString("ComboBox4.Items13"), + componentResourceManager.GetString("ComboBox4.Items14"), + componentResourceManager.GetString("ComboBox4.Items15"), + componentResourceManager.GetString("ComboBox4.Items16"), + componentResourceManager.GetString("ComboBox4.Items17"), + componentResourceManager.GetString("ComboBox4.Items18"), + componentResourceManager.GetString("ComboBox4.Items19"), + componentResourceManager.GetString("ComboBox4.Items20"), + componentResourceManager.GetString("ComboBox4.Items21"), + componentResourceManager.GetString("ComboBox4.Items22"), + componentResourceManager.GetString("ComboBox4.Items23"), + componentResourceManager.GetString("ComboBox4.Items24"), + componentResourceManager.GetString("ComboBox4.Items25"), + componentResourceManager.GetString("ComboBox4.Items26"), + componentResourceManager.GetString("ComboBox4.Items27"), + componentResourceManager.GetString("ComboBox4.Items28"), + componentResourceManager.GetString("ComboBox4.Items29"), + componentResourceManager.GetString("ComboBox4.Items30"), + componentResourceManager.GetString("ComboBox4.Items31"), + componentResourceManager.GetString("ComboBox4.Items32"), + componentResourceManager.GetString("ComboBox4.Items33"), + componentResourceManager.GetString("ComboBox4.Items34"), + componentResourceManager.GetString("ComboBox4.Items35"), + componentResourceManager.GetString("ComboBox4.Items36"), + componentResourceManager.GetString("ComboBox4.Items37"), + componentResourceManager.GetString("ComboBox4.Items38"), + componentResourceManager.GetString("ComboBox4.Items39"), + componentResourceManager.GetString("ComboBox4.Items40"), + componentResourceManager.GetString("ComboBox4.Items41"), + componentResourceManager.GetString("ComboBox4.Items42"), + componentResourceManager.GetString("ComboBox4.Items43"), + componentResourceManager.GetString("ComboBox4.Items44"), + componentResourceManager.GetString("ComboBox4.Items45"), + componentResourceManager.GetString("ComboBox4.Items46"), + componentResourceManager.GetString("ComboBox4.Items47"), + componentResourceManager.GetString("ComboBox4.Items48"), + componentResourceManager.GetString("ComboBox4.Items49"), + componentResourceManager.GetString("ComboBox4.Items50"), + componentResourceManager.GetString("ComboBox4.Items51"), + componentResourceManager.GetString("ComboBox4.Items52"), + componentResourceManager.GetString("ComboBox4.Items53"), + componentResourceManager.GetString("ComboBox4.Items54"), + componentResourceManager.GetString("ComboBox4.Items55"), + componentResourceManager.GetString("ComboBox4.Items56"), + componentResourceManager.GetString("ComboBox4.Items57"), + componentResourceManager.GetString("ComboBox4.Items58"), + componentResourceManager.GetString("ComboBox4.Items59"), + componentResourceManager.GetString("ComboBox4.Items60"), + componentResourceManager.GetString("ComboBox4.Items61"), + componentResourceManager.GetString("ComboBox4.Items62"), + componentResourceManager.GetString("ComboBox4.Items63"), + componentResourceManager.GetString("ComboBox4.Items64"), + componentResourceManager.GetString("ComboBox4.Items65"), + componentResourceManager.GetString("ComboBox4.Items66"), + componentResourceManager.GetString("ComboBox4.Items67"), + componentResourceManager.GetString("ComboBox4.Items68"), + componentResourceManager.GetString("ComboBox4.Items69"), + componentResourceManager.GetString("ComboBox4.Items70"), + componentResourceManager.GetString("ComboBox4.Items71"), + componentResourceManager.GetString("ComboBox4.Items72"), + componentResourceManager.GetString("ComboBox4.Items73"), + componentResourceManager.GetString("ComboBox4.Items74"), + componentResourceManager.GetString("ComboBox4.Items75"), + componentResourceManager.GetString("ComboBox4.Items76"), + componentResourceManager.GetString("ComboBox4.Items77"), + componentResourceManager.GetString("ComboBox4.Items78"), + componentResourceManager.GetString("ComboBox4.Items79"), + componentResourceManager.GetString("ComboBox4.Items80"), + componentResourceManager.GetString("ComboBox4.Items81"), + componentResourceManager.GetString("ComboBox4.Items82"), + componentResourceManager.GetString("ComboBox4.Items83"), + componentResourceManager.GetString("ComboBox4.Items84"), + componentResourceManager.GetString("ComboBox4.Items85"), + componentResourceManager.GetString("ComboBox4.Items86"), + componentResourceManager.GetString("ComboBox4.Items87"), + componentResourceManager.GetString("ComboBox4.Items88"), + componentResourceManager.GetString("ComboBox4.Items89"), + componentResourceManager.GetString("ComboBox4.Items90"), + componentResourceManager.GetString("ComboBox4.Items91"), + componentResourceManager.GetString("ComboBox4.Items92"), + componentResourceManager.GetString("ComboBox4.Items93"), + componentResourceManager.GetString("ComboBox4.Items94"), + componentResourceManager.GetString("ComboBox4.Items95"), + componentResourceManager.GetString("ComboBox4.Items96"), + componentResourceManager.GetString("ComboBox4.Items97"), + componentResourceManager.GetString("ComboBox4.Items98"), + componentResourceManager.GetString("ComboBox4.Items99"), + componentResourceManager.GetString("ComboBox4.Items100"), + componentResourceManager.GetString("ComboBox4.Items101"), + componentResourceManager.GetString("ComboBox4.Items102"), + componentResourceManager.GetString("ComboBox4.Items103"), + componentResourceManager.GetString("ComboBox4.Items104"), + componentResourceManager.GetString("ComboBox4.Items105"), + componentResourceManager.GetString("ComboBox4.Items106"), + componentResourceManager.GetString("ComboBox4.Items107"), + componentResourceManager.GetString("ComboBox4.Items108"), + componentResourceManager.GetString("ComboBox4.Items109"), + componentResourceManager.GetString("ComboBox4.Items110"), + componentResourceManager.GetString("ComboBox4.Items111"), + componentResourceManager.GetString("ComboBox4.Items112"), + componentResourceManager.GetString("ComboBox4.Items113"), + componentResourceManager.GetString("ComboBox4.Items114"), + componentResourceManager.GetString("ComboBox4.Items115"), + componentResourceManager.GetString("ComboBox4.Items116"), + componentResourceManager.GetString("ComboBox4.Items117"), + componentResourceManager.GetString("ComboBox4.Items118"), + componentResourceManager.GetString("ComboBox4.Items119"), + componentResourceManager.GetString("ComboBox4.Items120"), + componentResourceManager.GetString("ComboBox4.Items121"), + componentResourceManager.GetString("ComboBox4.Items122"), + componentResourceManager.GetString("ComboBox4.Items123"), + componentResourceManager.GetString("ComboBox4.Items124"), + componentResourceManager.GetString("ComboBox4.Items125"), + componentResourceManager.GetString("ComboBox4.Items126"), + componentResourceManager.GetString("ComboBox4.Items127"), + componentResourceManager.GetString("ComboBox4.Items128"), + componentResourceManager.GetString("ComboBox4.Items129"), + componentResourceManager.GetString("ComboBox4.Items130"), + componentResourceManager.GetString("ComboBox4.Items131"), + componentResourceManager.GetString("ComboBox4.Items132"), + componentResourceManager.GetString("ComboBox4.Items133"), + componentResourceManager.GetString("ComboBox4.Items134"), + componentResourceManager.GetString("ComboBox4.Items135"), + componentResourceManager.GetString("ComboBox4.Items136"), + componentResourceManager.GetString("ComboBox4.Items137"), + componentResourceManager.GetString("ComboBox4.Items138"), + componentResourceManager.GetString("ComboBox4.Items139"), + componentResourceManager.GetString("ComboBox4.Items140"), + componentResourceManager.GetString("ComboBox4.Items141"), + componentResourceManager.GetString("ComboBox4.Items142"), + componentResourceManager.GetString("ComboBox4.Items143"), + componentResourceManager.GetString("ComboBox4.Items144"), + componentResourceManager.GetString("ComboBox4.Items145"), + componentResourceManager.GetString("ComboBox4.Items146"), + componentResourceManager.GetString("ComboBox4.Items147"), + componentResourceManager.GetString("ComboBox4.Items148"), + componentResourceManager.GetString("ComboBox4.Items149"), + componentResourceManager.GetString("ComboBox4.Items150"), + componentResourceManager.GetString("ComboBox4.Items151"), + componentResourceManager.GetString("ComboBox4.Items152"), + componentResourceManager.GetString("ComboBox4.Items153"), + componentResourceManager.GetString("ComboBox4.Items154"), + componentResourceManager.GetString("ComboBox4.Items155"), + componentResourceManager.GetString("ComboBox4.Items156"), + componentResourceManager.GetString("ComboBox4.Items157"), + componentResourceManager.GetString("ComboBox4.Items158"), + componentResourceManager.GetString("ComboBox4.Items159"), + componentResourceManager.GetString("ComboBox4.Items160"), + componentResourceManager.GetString("ComboBox4.Items161"), + componentResourceManager.GetString("ComboBox4.Items162"), + componentResourceManager.GetString("ComboBox4.Items163"), + componentResourceManager.GetString("ComboBox4.Items164"), + componentResourceManager.GetString("ComboBox4.Items165"), + componentResourceManager.GetString("ComboBox4.Items166"), + componentResourceManager.GetString("ComboBox4.Items167"), + componentResourceManager.GetString("ComboBox4.Items168"), + componentResourceManager.GetString("ComboBox4.Items169"), + componentResourceManager.GetString("ComboBox4.Items170"), + componentResourceManager.GetString("ComboBox4.Items171"), + componentResourceManager.GetString("ComboBox4.Items172"), + componentResourceManager.GetString("ComboBox4.Items173"), + componentResourceManager.GetString("ComboBox4.Items174"), + componentResourceManager.GetString("ComboBox4.Items175"), + componentResourceManager.GetString("ComboBox4.Items176"), + componentResourceManager.GetString("ComboBox4.Items177"), + componentResourceManager.GetString("ComboBox4.Items178"), + componentResourceManager.GetString("ComboBox4.Items179"), + componentResourceManager.GetString("ComboBox4.Items180"), + componentResourceManager.GetString("ComboBox4.Items181"), + componentResourceManager.GetString("ComboBox4.Items182"), + componentResourceManager.GetString("ComboBox4.Items183"), + componentResourceManager.GetString("ComboBox4.Items184"), + componentResourceManager.GetString("ComboBox4.Items185"), + componentResourceManager.GetString("ComboBox4.Items186"), + componentResourceManager.GetString("ComboBox4.Items187"), + componentResourceManager.GetString("ComboBox4.Items188"), + componentResourceManager.GetString("ComboBox4.Items189"), + componentResourceManager.GetString("ComboBox4.Items190"), + componentResourceManager.GetString("ComboBox4.Items191"), + componentResourceManager.GetString("ComboBox4.Items192"), + componentResourceManager.GetString("ComboBox4.Items193"), + componentResourceManager.GetString("ComboBox4.Items194"), + componentResourceManager.GetString("ComboBox4.Items195"), + componentResourceManager.GetString("ComboBox4.Items196"), + componentResourceManager.GetString("ComboBox4.Items197"), + componentResourceManager.GetString("ComboBox4.Items198"), + componentResourceManager.GetString("ComboBox4.Items199"), + componentResourceManager.GetString("ComboBox4.Items200"), + componentResourceManager.GetString("ComboBox4.Items201"), + componentResourceManager.GetString("ComboBox4.Items202"), + componentResourceManager.GetString("ComboBox4.Items203"), + componentResourceManager.GetString("ComboBox4.Items204"), + componentResourceManager.GetString("ComboBox4.Items205"), + componentResourceManager.GetString("ComboBox4.Items206"), + componentResourceManager.GetString("ComboBox4.Items207"), + componentResourceManager.GetString("ComboBox4.Items208"), + componentResourceManager.GetString("ComboBox4.Items209"), + componentResourceManager.GetString("ComboBox4.Items210"), + componentResourceManager.GetString("ComboBox4.Items211"), + componentResourceManager.GetString("ComboBox4.Items212"), + componentResourceManager.GetString("ComboBox4.Items213"), + componentResourceManager.GetString("ComboBox4.Items214"), + componentResourceManager.GetString("ComboBox4.Items215"), + componentResourceManager.GetString("ComboBox4.Items216"), + componentResourceManager.GetString("ComboBox4.Items217"), + componentResourceManager.GetString("ComboBox4.Items218"), + componentResourceManager.GetString("ComboBox4.Items219"), + componentResourceManager.GetString("ComboBox4.Items220"), + componentResourceManager.GetString("ComboBox4.Items221"), + componentResourceManager.GetString("ComboBox4.Items222"), + componentResourceManager.GetString("ComboBox4.Items223"), + componentResourceManager.GetString("ComboBox4.Items224"), + componentResourceManager.GetString("ComboBox4.Items225"), + componentResourceManager.GetString("ComboBox4.Items226"), + componentResourceManager.GetString("ComboBox4.Items227"), + componentResourceManager.GetString("ComboBox4.Items228"), + componentResourceManager.GetString("ComboBox4.Items229"), + componentResourceManager.GetString("ComboBox4.Items230"), + componentResourceManager.GetString("ComboBox4.Items231"), + componentResourceManager.GetString("ComboBox4.Items232"), + componentResourceManager.GetString("ComboBox4.Items233"), + componentResourceManager.GetString("ComboBox4.Items234"), + componentResourceManager.GetString("ComboBox4.Items235"), + componentResourceManager.GetString("ComboBox4.Items236"), + componentResourceManager.GetString("ComboBox4.Items237"), + componentResourceManager.GetString("ComboBox4.Items238"), + componentResourceManager.GetString("ComboBox4.Items239"), + componentResourceManager.GetString("ComboBox4.Items240"), + componentResourceManager.GetString("ComboBox4.Items241"), + componentResourceManager.GetString("ComboBox4.Items242"), + componentResourceManager.GetString("ComboBox4.Items243"), + componentResourceManager.GetString("ComboBox4.Items244"), + componentResourceManager.GetString("ComboBox4.Items245"), + componentResourceManager.GetString("ComboBox4.Items246"), + componentResourceManager.GetString("ComboBox4.Items247"), + componentResourceManager.GetString("ComboBox4.Items248"), + componentResourceManager.GetString("ComboBox4.Items249"), + componentResourceManager.GetString("ComboBox4.Items250"), + componentResourceManager.GetString("ComboBox4.Items251"), + componentResourceManager.GetString("ComboBox4.Items252"), + componentResourceManager.GetString("ComboBox4.Items253"), + componentResourceManager.GetString("ComboBox4.Items254") }); ComboBox4.Name = "ComboBox4"; - Label4.AccessibleDescription = (string) null; - Label4.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label4, "Label4"); - Label4.Font = (Font) null; + Label4.AccessibleDescription = null; + Label4.AccessibleName = null; + componentResourceManager.ApplyResources(Label4, "Label4"); + Label4.Font = null; Label4.Name = "Label4"; - ComboBox3.AccessibleDescription = (string) null; - ComboBox3.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox3, "ComboBox3"); - ComboBox3.BackgroundImage = (Image) null; + ComboBox3.AccessibleDescription = null; + ComboBox3.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox3, "ComboBox3"); + ComboBox3.BackgroundImage = null; ComboBox3.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox3.Font = (Font) null; + ComboBox3.Font = null; ComboBox3.FormattingEnabled = true; ComboBox3.Items.AddRange(new object[1] { - (object) componentResourceManager.GetString("ComboBox3.Items") + componentResourceManager.GetString("ComboBox3.Items") }); ComboBox3.Name = "ComboBox3"; - Label3.AccessibleDescription = (string) null; - Label3.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label3, "Label3"); - Label3.Font = (Font) null; + Label3.AccessibleDescription = null; + Label3.AccessibleName = null; + componentResourceManager.ApplyResources(Label3, "Label3"); + Label3.Font = null; Label3.Name = "Label3"; - ComboBox2.AccessibleDescription = (string) null; - ComboBox2.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox2, "ComboBox2"); - ComboBox2.BackgroundImage = (Image) null; + ComboBox2.AccessibleDescription = null; + ComboBox2.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox2, "ComboBox2"); + ComboBox2.BackgroundImage = null; ComboBox2.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox2.Font = (Font) null; + ComboBox2.Font = null; ComboBox2.FormattingEnabled = true; ComboBox2.Items.AddRange(new object[3] { - (object) componentResourceManager.GetString("ComboBox2.Items"), - (object) componentResourceManager.GetString("ComboBox2.Items1"), - (object) componentResourceManager.GetString("ComboBox2.Items2") + componentResourceManager.GetString("ComboBox2.Items"), + componentResourceManager.GetString("ComboBox2.Items1"), + componentResourceManager.GetString("ComboBox2.Items2") }); ComboBox2.Name = "ComboBox2"; - Label2.AccessibleDescription = (string) null; - Label2.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label2, "Label2"); - Label2.Font = (Font) null; + Label2.AccessibleDescription = null; + Label2.AccessibleName = null; + componentResourceManager.ApplyResources(Label2, "Label2"); + Label2.Font = null; Label2.Name = "Label2"; - ComboBox1.AccessibleDescription = (string) null; - ComboBox1.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox1, "ComboBox1"); - ComboBox1.BackgroundImage = (Image) null; + ComboBox1.AccessibleDescription = null; + ComboBox1.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox1, "ComboBox1"); + ComboBox1.BackgroundImage = null; ComboBox1.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox1.Font = (Font) null; + ComboBox1.Font = null; ComboBox1.FormattingEnabled = true; ComboBox1.Items.AddRange(new object[6] { - (object) componentResourceManager.GetString("ComboBox1.Items"), - (object) componentResourceManager.GetString("ComboBox1.Items1"), - (object) componentResourceManager.GetString("ComboBox1.Items2"), - (object) componentResourceManager.GetString("ComboBox1.Items3"), - (object) componentResourceManager.GetString("ComboBox1.Items4"), - (object) componentResourceManager.GetString("ComboBox1.Items5") + componentResourceManager.GetString("ComboBox1.Items"), + componentResourceManager.GetString("ComboBox1.Items1"), + componentResourceManager.GetString("ComboBox1.Items2"), + componentResourceManager.GetString("ComboBox1.Items3"), + componentResourceManager.GetString("ComboBox1.Items4"), + componentResourceManager.GetString("ComboBox1.Items5") }); ComboBox1.Name = "ComboBox1"; - Label1.AccessibleDescription = (string) null; - Label1.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label1, "Label1"); - Label1.Font = (Font) null; + Label1.AccessibleDescription = null; + Label1.AccessibleName = null; + componentResourceManager.ApplyResources(Label1, "Label1"); + Label1.Font = null; Label1.Name = "Label1"; - Button3.AccessibleDescription = (string) null; - Button3.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Button3, "Button3"); - Button3.BackgroundImage = (Image) null; - Button3.Font = (Font) null; + Button3.AccessibleDescription = null; + Button3.AccessibleName = null; + componentResourceManager.ApplyResources(Button3, "Button3"); + Button3.BackgroundImage = null; + Button3.Font = null; Button3.Name = "Button3"; Button3.UseVisualStyleBackColor = true; - Button2.AccessibleDescription = (string) null; - Button2.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Button2, "Button2"); - Button2.BackgroundImage = (Image) null; - Button2.Font = (Font) null; + Button2.AccessibleDescription = null; + Button2.AccessibleName = null; + componentResourceManager.ApplyResources(Button2, "Button2"); + Button2.BackgroundImage = null; + Button2.Font = null; Button2.Name = "Button2"; Button2.UseVisualStyleBackColor = true; - Button1.AccessibleDescription = (string) null; - Button1.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Button1, "Button1"); - Button1.BackgroundImage = (Image) null; - Button1.Font = (Font) null; + Button1.AccessibleDescription = null; + Button1.AccessibleName = null; + componentResourceManager.ApplyResources(Button1, "Button1"); + Button1.BackgroundImage = null; + Button1.Font = null; Button1.Name = "Button1"; Button1.UseVisualStyleBackColor = true; - AccessibleDescription = (string) null; - AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) this, "$this"); + AccessibleDescription = null; + AccessibleName = null; + componentResourceManager.ApplyResources(this, "$this"); AutoScaleMode = AutoScaleMode.Font; - BackgroundImage = (Image) null; - Controls.Add((Control) Button3); - Controls.Add((Control) Button2); - Controls.Add((Control) Button1); - Controls.Add((Control) Panel1); - Font = (Font) null; + BackgroundImage = null; + Controls.Add(Button3); + Controls.Add(Button2); + Controls.Add(Button1); + Controls.Add(Panel1); + Font = null; Name = nameof (SOSMsgForm); Panel1.ResumeLayout(false); Panel1.PerformLayout(); @@ -2059,17 +2059,17 @@ namespace HPG_68D public void SOSMsgForm_Deactivate(object sender, EventArgs e) { - int num = 3904; - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox1, checked (num + 0), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox7, checked (num + 1), publicva.Bit3, 3); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox2, checked (num + 1), (byte) ((int) publicva.Bit0 | (int) publicva.Bit1 | (int) publicva.Bit2), 0); + var num = 3904; + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox1, checked (num + 0), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox7, checked (num + 1), publicva.Bit3, 3); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox2, checked (num + 1), (byte) (publicva.Bit0 | publicva.Bit1 | publicva.Bit2), 0); publicva.EEPROM_Byte[checked (num + 3)] = checked ((byte) unchecked (ComboBox8.SelectedIndex / 256)); publicva.EEPROM_Byte[checked (num + 2)] = checked ((byte) unchecked (ComboBox8.SelectedIndex % 256)); publicva.EEPROM_Byte[checked (num + 4)] = Conversions.ToByte(ComboBox3.Text); publicva.EEPROM_Byte[checked (num + 5)] = checked ((byte) (ComboBox4.SelectedIndex + 1)); publicva.EEPROM_Byte[checked (num + 6)] = checked ((byte) (ComboBox5.SelectedIndex + 1)); publicva.EEPROM_Byte[checked (num + 7)] = checked ((byte) (ComboBox6.SelectedIndex + 1)); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox9, checked (num + 8), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox9, checked (num + 8), publicva.AllBit, 0); } private void SOSMsgForm_FormClosing(object sender, FormClosingEventArgs e) @@ -2080,27 +2080,27 @@ namespace HPG_68D public void SOSMsgForm_Load(object sender, EventArgs e) { MyProject.Forms.MDIParent1.紧急报警信息EToolStripMenuItem.Checked = true; - int num = 3904; - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox1, checked (num + 0), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox7, checked (num + 1), publicva.Bit3, 3); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox2, checked (num + 1), (byte) ((int) publicva.Bit0 | (int) publicva.Bit1 | (int) publicva.Bit2), 0); + var num = 3904; + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox1, checked (num + 0), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox7, checked (num + 1), publicva.Bit3, 3); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox2, checked (num + 1), (byte) (publicva.Bit0 | publicva.Bit1 | publicva.Bit2), 0); SOS_Code_Select(ComboBox2.SelectedIndex); - ComboBox8.SelectedIndex = checked ((int) publicva.EEPROM_Byte[num + 3] * 256 + (int) publicva.EEPROM_Byte[num + 2]); + ComboBox8.SelectedIndex = checked (publicva.EEPROM_Byte[num + 3] * 256 + publicva.EEPROM_Byte[num + 2]); if (!MyProject.Forms.ChannelMsg.CHStatus_Read(ComboBox8.SelectedIndex, 8064)) ComboBox8.SelectedIndex = 0; if (ComboBox2.SelectedIndex != 0) ComboBox3.Text = Conversions.ToString(publicva.EEPROM_Byte[checked (num + 4)]); SOS_Code_Select(ComboBox2.SelectedIndex); - if (publicva.EEPROM_Byte[checked (num + 5)] < (byte) 1) - publicva.EEPROM_Byte[checked (num + 5)] = (byte) 1; - ComboBox4.SelectedIndex = checked ((int) publicva.EEPROM_Byte[num + 5] - 1); - if (publicva.EEPROM_Byte[checked (num + 6)] < (byte) 1) - publicva.EEPROM_Byte[checked (num + 6)] = (byte) 1; - ComboBox5.SelectedIndex = checked ((int) publicva.EEPROM_Byte[num + 6] - 1); - if (publicva.EEPROM_Byte[checked (num + 7)] < (byte) 1) - publicva.EEPROM_Byte[checked (num + 7)] = (byte) 1; - ComboBox6.SelectedIndex = checked ((int) publicva.EEPROM_Byte[num + 7] - 1); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox9, checked (num + 8), publicva.AllBit, 0); + if (publicva.EEPROM_Byte[checked (num + 5)] < 1) + publicva.EEPROM_Byte[checked (num + 5)] = 1; + ComboBox4.SelectedIndex = checked (publicva.EEPROM_Byte[num + 5] - 1); + if (publicva.EEPROM_Byte[checked (num + 6)] < 1) + publicva.EEPROM_Byte[checked (num + 6)] = 1; + ComboBox5.SelectedIndex = checked (publicva.EEPROM_Byte[num + 6] - 1); + if (publicva.EEPROM_Byte[checked (num + 7)] < 1) + publicva.EEPROM_Byte[checked (num + 7)] = 1; + ComboBox6.SelectedIndex = checked (publicva.EEPROM_Byte[num + 7] - 1); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox9, checked (num + 8), publicva.AllBit, 0); } public void SOS_Code_Select(int i) @@ -2109,16 +2109,16 @@ namespace HPG_68D { case 1: ComboBox3.Enabled = true; - SetComboBoxControl_Items_DTMF_5Tone_EncodeList((Control) ComboBox3, 4096, 16, 16, 12); + SetComboBoxControl_Items_DTMF_5Tone_EncodeList(ComboBox3, 4096, 16, 16, 12); break; case 2: ComboBox3.Enabled = true; - SetComboBoxControl_Items_DTMF_5Tone_EncodeList((Control) ComboBox3, 2048, 32, 16, 0); + SetComboBoxControl_Items_DTMF_5Tone_EncodeList(ComboBox3, 2048, 32, 16, 0); break; default: ComboBox3.Enabled = false; ComboBox3.Items.Clear(); - ComboBox3.Items.Add((object) 1); + ComboBox3.Items.Add(1); ComboBox3.SelectedIndex = 0; break; } @@ -2131,18 +2131,18 @@ namespace HPG_68D int Frame, int ByteIndex) { - bool flag = true; - string text = ((ComboBox) object_x).Text; + var flag = true; + var text = ((ComboBox) object_x).Text; if (object_x is ComboBox) { ((ComboBox) object_x).Items.Clear(); - int num1 = checked (sum - 1); - int num2 = 0; + var num1 = checked (sum - 1); + var num2 = 0; while (num2 <= num1) { - if (publicva.EEPROM_Byte[checked (address + num2 * Frame + ByteIndex)] != (byte) 0 & (int) publicva.EEPROM_Byte[checked (address + num2 * Frame + ByteIndex)] < sum) + if (publicva.EEPROM_Byte[checked (address + num2 * Frame + ByteIndex)] != 0 & publicva.EEPROM_Byte[checked (address + num2 * Frame + ByteIndex)] < sum) { - ((ComboBox) object_x).Items.Add((object) checked (num2 + 1)); + ((ComboBox) object_x).Items.Add(checked (num2 + 1)); flag = false; } checked { ++num2; } @@ -2150,7 +2150,7 @@ namespace HPG_68D } if (flag) { - ((ComboBox) object_x).Items.Add((object) 1); + ((ComboBox) object_x).Items.Add(1); ((ComboBox) object_x).SelectedIndex = 0; } else if (-1 == ((ComboBox) object_x).FindStringExact(text)) @@ -2175,8 +2175,8 @@ namespace HPG_68D { if (MyProject.Forms.ChannelMsg.CHStatus_Read(ComboBox8.SelectedIndex, 8064)) return; - int num = 3904; - ComboBox8.SelectedIndex = checked ((int) publicva.EEPROM_Byte[num + 3] * 256 + (int) publicva.EEPROM_Byte[num + 2]); + var num = 3904; + ComboBox8.SelectedIndex = checked (publicva.EEPROM_Byte[num + 3] * 256 + publicva.EEPROM_Byte[num + 2]); if (!MyProject.Forms.ChannelMsg.CHStatus_Read(ComboBox8.SelectedIndex, 8064)) ComboBox8.SelectedIndex = 0; } diff --git a/HPG-68D/ScanFuncMsgForm.cs b/HPG-68D/ScanFuncMsgForm.cs index 1820286..fb0fa7b 100644 --- a/HPG-68D/ScanFuncMsgForm.cs +++ b/HPG-68D/ScanFuncMsgForm.cs @@ -82,7 +82,7 @@ namespace HPG_68D FormClosing += ScanFuncMsgForm_FormClosing; Load += ScanFuncMsgForm_Load; Deactivate += ScanFuncMsgForm_Deactivate; - __ENCList.Add((object) new WeakReference((object) this)); + __ENCList.Add(new WeakReference(this)); InitializeComponent(); } @@ -97,7 +97,7 @@ namespace HPG_68D [DebuggerStepThrough] private void InitializeComponent() { - ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof (ScanFuncMsgForm)); + var componentResourceManager = new ComponentResourceManager(typeof (ScanFuncMsgForm)); Panel1 = new Panel(); ComboBox10 = new ComboBox(); Label10 = new Label(); @@ -124,1189 +124,1189 @@ namespace HPG_68D Button1 = new Button(); Panel1.SuspendLayout(); SuspendLayout(); - Panel1.AccessibleDescription = (string) null; - Panel1.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Panel1, "Panel1"); - Panel1.BackgroundImage = (Image) null; + Panel1.AccessibleDescription = null; + Panel1.AccessibleName = null; + componentResourceManager.ApplyResources(Panel1, "Panel1"); + Panel1.BackgroundImage = null; Panel1.BorderStyle = BorderStyle.Fixed3D; - Panel1.Controls.Add((Control) ComboBox10); - Panel1.Controls.Add((Control) Label10); - Panel1.Controls.Add((Control) ComboBox9); - Panel1.Controls.Add((Control) Label9); - Panel1.Controls.Add((Control) ComboBox8); - Panel1.Controls.Add((Control) Label8); - Panel1.Controls.Add((Control) ComboBox7); - Panel1.Controls.Add((Control) Label7); - Panel1.Controls.Add((Control) ComboBox6); - Panel1.Controls.Add((Control) Label6); - Panel1.Controls.Add((Control) ComboBox5); - Panel1.Controls.Add((Control) Label5); - Panel1.Controls.Add((Control) ComboBox4); - Panel1.Controls.Add((Control) Label4); - Panel1.Controls.Add((Control) ComboBox3); - Panel1.Controls.Add((Control) Label3); - Panel1.Controls.Add((Control) ComboBox2); - Panel1.Controls.Add((Control) Label2); - Panel1.Controls.Add((Control) ComboBox1); - Panel1.Controls.Add((Control) Label1); - Panel1.Font = (Font) null; + Panel1.Controls.Add(ComboBox10); + Panel1.Controls.Add(Label10); + Panel1.Controls.Add(ComboBox9); + Panel1.Controls.Add(Label9); + Panel1.Controls.Add(ComboBox8); + Panel1.Controls.Add(Label8); + Panel1.Controls.Add(ComboBox7); + Panel1.Controls.Add(Label7); + Panel1.Controls.Add(ComboBox6); + Panel1.Controls.Add(Label6); + Panel1.Controls.Add(ComboBox5); + Panel1.Controls.Add(Label5); + Panel1.Controls.Add(ComboBox4); + Panel1.Controls.Add(Label4); + Panel1.Controls.Add(ComboBox3); + Panel1.Controls.Add(Label3); + Panel1.Controls.Add(ComboBox2); + Panel1.Controls.Add(Label2); + Panel1.Controls.Add(ComboBox1); + Panel1.Controls.Add(Label1); + Panel1.Font = null; Panel1.Name = "Panel1"; - ComboBox10.AccessibleDescription = (string) null; - ComboBox10.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox10, "ComboBox10"); - ComboBox10.BackgroundImage = (Image) null; + ComboBox10.AccessibleDescription = null; + ComboBox10.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox10, "ComboBox10"); + ComboBox10.BackgroundImage = null; ComboBox10.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox10.Font = (Font) null; + ComboBox10.Font = null; ComboBox10.FormattingEnabled = true; ComboBox10.Items.AddRange(new object[2] { - (object) componentResourceManager.GetString("ComboBox10.Items"), - (object) componentResourceManager.GetString("ComboBox10.Items1") + componentResourceManager.GetString("ComboBox10.Items"), + componentResourceManager.GetString("ComboBox10.Items1") }); ComboBox10.Name = "ComboBox10"; - Label10.AccessibleDescription = (string) null; - Label10.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label10, "Label10"); - Label10.Font = (Font) null; + Label10.AccessibleDescription = null; + Label10.AccessibleName = null; + componentResourceManager.ApplyResources(Label10, "Label10"); + Label10.Font = null; Label10.Name = "Label10"; - ComboBox9.AccessibleDescription = (string) null; - ComboBox9.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox9, "ComboBox9"); - ComboBox9.BackgroundImage = (Image) null; + ComboBox9.AccessibleDescription = null; + ComboBox9.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox9, "ComboBox9"); + ComboBox9.BackgroundImage = null; ComboBox9.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox9.Font = (Font) null; + ComboBox9.Font = null; ComboBox9.FormattingEnabled = true; ComboBox9.Items.AddRange(new object[4] { - (object) componentResourceManager.GetString("ComboBox9.Items"), - (object) componentResourceManager.GetString("ComboBox9.Items1"), - (object) componentResourceManager.GetString("ComboBox9.Items2"), - (object) componentResourceManager.GetString("ComboBox9.Items3") + componentResourceManager.GetString("ComboBox9.Items"), + componentResourceManager.GetString("ComboBox9.Items1"), + componentResourceManager.GetString("ComboBox9.Items2"), + componentResourceManager.GetString("ComboBox9.Items3") }); ComboBox9.Name = "ComboBox9"; - Label9.AccessibleDescription = (string) null; - Label9.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label9, "Label9"); - Label9.Font = (Font) null; + Label9.AccessibleDescription = null; + Label9.AccessibleName = null; + componentResourceManager.ApplyResources(Label9, "Label9"); + Label9.Font = null; Label9.Name = "Label9"; - ComboBox8.AccessibleDescription = (string) null; - ComboBox8.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox8, "ComboBox8"); - ComboBox8.BackgroundImage = (Image) null; + ComboBox8.AccessibleDescription = null; + ComboBox8.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox8, "ComboBox8"); + ComboBox8.BackgroundImage = null; ComboBox8.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox8.Font = (Font) null; + ComboBox8.Font = null; ComboBox8.FormattingEnabled = true; ComboBox8.Items.AddRange(new object[246] { - (object) componentResourceManager.GetString("ComboBox8.Items"), - (object) componentResourceManager.GetString("ComboBox8.Items1"), - (object) componentResourceManager.GetString("ComboBox8.Items2"), - (object) componentResourceManager.GetString("ComboBox8.Items3"), - (object) componentResourceManager.GetString("ComboBox8.Items4"), - (object) componentResourceManager.GetString("ComboBox8.Items5"), - (object) componentResourceManager.GetString("ComboBox8.Items6"), - (object) componentResourceManager.GetString("ComboBox8.Items7"), - (object) componentResourceManager.GetString("ComboBox8.Items8"), - (object) componentResourceManager.GetString("ComboBox8.Items9"), - (object) componentResourceManager.GetString("ComboBox8.Items10"), - (object) componentResourceManager.GetString("ComboBox8.Items11"), - (object) componentResourceManager.GetString("ComboBox8.Items12"), - (object) componentResourceManager.GetString("ComboBox8.Items13"), - (object) componentResourceManager.GetString("ComboBox8.Items14"), - (object) componentResourceManager.GetString("ComboBox8.Items15"), - (object) componentResourceManager.GetString("ComboBox8.Items16"), - (object) componentResourceManager.GetString("ComboBox8.Items17"), - (object) componentResourceManager.GetString("ComboBox8.Items18"), - (object) componentResourceManager.GetString("ComboBox8.Items19"), - (object) componentResourceManager.GetString("ComboBox8.Items20"), - (object) componentResourceManager.GetString("ComboBox8.Items21"), - (object) componentResourceManager.GetString("ComboBox8.Items22"), - (object) componentResourceManager.GetString("ComboBox8.Items23"), - (object) componentResourceManager.GetString("ComboBox8.Items24"), - (object) componentResourceManager.GetString("ComboBox8.Items25"), - (object) componentResourceManager.GetString("ComboBox8.Items26"), - (object) componentResourceManager.GetString("ComboBox8.Items27"), - (object) componentResourceManager.GetString("ComboBox8.Items28"), - (object) componentResourceManager.GetString("ComboBox8.Items29"), - (object) componentResourceManager.GetString("ComboBox8.Items30"), - (object) componentResourceManager.GetString("ComboBox8.Items31"), - (object) componentResourceManager.GetString("ComboBox8.Items32"), - (object) componentResourceManager.GetString("ComboBox8.Items33"), - (object) componentResourceManager.GetString("ComboBox8.Items34"), - (object) componentResourceManager.GetString("ComboBox8.Items35"), - (object) componentResourceManager.GetString("ComboBox8.Items36"), - (object) componentResourceManager.GetString("ComboBox8.Items37"), - (object) componentResourceManager.GetString("ComboBox8.Items38"), - (object) componentResourceManager.GetString("ComboBox8.Items39"), - (object) componentResourceManager.GetString("ComboBox8.Items40"), - (object) componentResourceManager.GetString("ComboBox8.Items41"), - (object) componentResourceManager.GetString("ComboBox8.Items42"), - (object) componentResourceManager.GetString("ComboBox8.Items43"), - (object) componentResourceManager.GetString("ComboBox8.Items44"), - (object) componentResourceManager.GetString("ComboBox8.Items45"), - (object) componentResourceManager.GetString("ComboBox8.Items46"), - (object) componentResourceManager.GetString("ComboBox8.Items47"), - (object) componentResourceManager.GetString("ComboBox8.Items48"), - (object) componentResourceManager.GetString("ComboBox8.Items49"), - (object) componentResourceManager.GetString("ComboBox8.Items50"), - (object) componentResourceManager.GetString("ComboBox8.Items51"), - (object) componentResourceManager.GetString("ComboBox8.Items52"), - (object) componentResourceManager.GetString("ComboBox8.Items53"), - (object) componentResourceManager.GetString("ComboBox8.Items54"), - (object) componentResourceManager.GetString("ComboBox8.Items55"), - (object) componentResourceManager.GetString("ComboBox8.Items56"), - (object) componentResourceManager.GetString("ComboBox8.Items57"), - (object) componentResourceManager.GetString("ComboBox8.Items58"), - (object) componentResourceManager.GetString("ComboBox8.Items59"), - (object) componentResourceManager.GetString("ComboBox8.Items60"), - (object) componentResourceManager.GetString("ComboBox8.Items61"), - (object) componentResourceManager.GetString("ComboBox8.Items62"), - (object) componentResourceManager.GetString("ComboBox8.Items63"), - (object) componentResourceManager.GetString("ComboBox8.Items64"), - (object) componentResourceManager.GetString("ComboBox8.Items65"), - (object) componentResourceManager.GetString("ComboBox8.Items66"), - (object) componentResourceManager.GetString("ComboBox8.Items67"), - (object) componentResourceManager.GetString("ComboBox8.Items68"), - (object) componentResourceManager.GetString("ComboBox8.Items69"), - (object) componentResourceManager.GetString("ComboBox8.Items70"), - (object) componentResourceManager.GetString("ComboBox8.Items71"), - (object) componentResourceManager.GetString("ComboBox8.Items72"), - (object) componentResourceManager.GetString("ComboBox8.Items73"), - (object) componentResourceManager.GetString("ComboBox8.Items74"), - (object) componentResourceManager.GetString("ComboBox8.Items75"), - (object) componentResourceManager.GetString("ComboBox8.Items76"), - (object) componentResourceManager.GetString("ComboBox8.Items77"), - (object) componentResourceManager.GetString("ComboBox8.Items78"), - (object) componentResourceManager.GetString("ComboBox8.Items79"), - (object) componentResourceManager.GetString("ComboBox8.Items80"), - (object) componentResourceManager.GetString("ComboBox8.Items81"), - (object) componentResourceManager.GetString("ComboBox8.Items82"), - (object) componentResourceManager.GetString("ComboBox8.Items83"), - (object) componentResourceManager.GetString("ComboBox8.Items84"), - (object) componentResourceManager.GetString("ComboBox8.Items85"), - (object) componentResourceManager.GetString("ComboBox8.Items86"), - (object) componentResourceManager.GetString("ComboBox8.Items87"), - (object) componentResourceManager.GetString("ComboBox8.Items88"), - (object) componentResourceManager.GetString("ComboBox8.Items89"), - (object) componentResourceManager.GetString("ComboBox8.Items90"), - (object) componentResourceManager.GetString("ComboBox8.Items91"), - (object) componentResourceManager.GetString("ComboBox8.Items92"), - (object) componentResourceManager.GetString("ComboBox8.Items93"), - (object) componentResourceManager.GetString("ComboBox8.Items94"), - (object) componentResourceManager.GetString("ComboBox8.Items95"), - (object) componentResourceManager.GetString("ComboBox8.Items96"), - (object) componentResourceManager.GetString("ComboBox8.Items97"), - (object) componentResourceManager.GetString("ComboBox8.Items98"), - (object) componentResourceManager.GetString("ComboBox8.Items99"), - (object) componentResourceManager.GetString("ComboBox8.Items100"), - (object) componentResourceManager.GetString("ComboBox8.Items101"), - (object) componentResourceManager.GetString("ComboBox8.Items102"), - (object) componentResourceManager.GetString("ComboBox8.Items103"), - (object) componentResourceManager.GetString("ComboBox8.Items104"), - (object) componentResourceManager.GetString("ComboBox8.Items105"), - (object) componentResourceManager.GetString("ComboBox8.Items106"), - (object) componentResourceManager.GetString("ComboBox8.Items107"), - (object) componentResourceManager.GetString("ComboBox8.Items108"), - (object) componentResourceManager.GetString("ComboBox8.Items109"), - (object) componentResourceManager.GetString("ComboBox8.Items110"), - (object) componentResourceManager.GetString("ComboBox8.Items111"), - (object) componentResourceManager.GetString("ComboBox8.Items112"), - (object) componentResourceManager.GetString("ComboBox8.Items113"), - (object) componentResourceManager.GetString("ComboBox8.Items114"), - (object) componentResourceManager.GetString("ComboBox8.Items115"), - (object) componentResourceManager.GetString("ComboBox8.Items116"), - (object) componentResourceManager.GetString("ComboBox8.Items117"), - (object) componentResourceManager.GetString("ComboBox8.Items118"), - (object) componentResourceManager.GetString("ComboBox8.Items119"), - (object) componentResourceManager.GetString("ComboBox8.Items120"), - (object) componentResourceManager.GetString("ComboBox8.Items121"), - (object) componentResourceManager.GetString("ComboBox8.Items122"), - (object) componentResourceManager.GetString("ComboBox8.Items123"), - (object) componentResourceManager.GetString("ComboBox8.Items124"), - (object) componentResourceManager.GetString("ComboBox8.Items125"), - (object) componentResourceManager.GetString("ComboBox8.Items126"), - (object) componentResourceManager.GetString("ComboBox8.Items127"), - (object) componentResourceManager.GetString("ComboBox8.Items128"), - (object) componentResourceManager.GetString("ComboBox8.Items129"), - (object) componentResourceManager.GetString("ComboBox8.Items130"), - (object) componentResourceManager.GetString("ComboBox8.Items131"), - (object) componentResourceManager.GetString("ComboBox8.Items132"), - (object) componentResourceManager.GetString("ComboBox8.Items133"), - (object) componentResourceManager.GetString("ComboBox8.Items134"), - (object) componentResourceManager.GetString("ComboBox8.Items135"), - (object) componentResourceManager.GetString("ComboBox8.Items136"), - (object) componentResourceManager.GetString("ComboBox8.Items137"), - (object) componentResourceManager.GetString("ComboBox8.Items138"), - (object) componentResourceManager.GetString("ComboBox8.Items139"), - (object) componentResourceManager.GetString("ComboBox8.Items140"), - (object) componentResourceManager.GetString("ComboBox8.Items141"), - (object) componentResourceManager.GetString("ComboBox8.Items142"), - (object) componentResourceManager.GetString("ComboBox8.Items143"), - (object) componentResourceManager.GetString("ComboBox8.Items144"), - (object) componentResourceManager.GetString("ComboBox8.Items145"), - (object) componentResourceManager.GetString("ComboBox8.Items146"), - (object) componentResourceManager.GetString("ComboBox8.Items147"), - (object) componentResourceManager.GetString("ComboBox8.Items148"), - (object) componentResourceManager.GetString("ComboBox8.Items149"), - (object) componentResourceManager.GetString("ComboBox8.Items150"), - (object) componentResourceManager.GetString("ComboBox8.Items151"), - (object) componentResourceManager.GetString("ComboBox8.Items152"), - (object) componentResourceManager.GetString("ComboBox8.Items153"), - (object) componentResourceManager.GetString("ComboBox8.Items154"), - (object) componentResourceManager.GetString("ComboBox8.Items155"), - (object) componentResourceManager.GetString("ComboBox8.Items156"), - (object) componentResourceManager.GetString("ComboBox8.Items157"), - (object) componentResourceManager.GetString("ComboBox8.Items158"), - (object) componentResourceManager.GetString("ComboBox8.Items159"), - (object) componentResourceManager.GetString("ComboBox8.Items160"), - (object) componentResourceManager.GetString("ComboBox8.Items161"), - (object) componentResourceManager.GetString("ComboBox8.Items162"), - (object) componentResourceManager.GetString("ComboBox8.Items163"), - (object) componentResourceManager.GetString("ComboBox8.Items164"), - (object) componentResourceManager.GetString("ComboBox8.Items165"), - (object) componentResourceManager.GetString("ComboBox8.Items166"), - (object) componentResourceManager.GetString("ComboBox8.Items167"), - (object) componentResourceManager.GetString("ComboBox8.Items168"), - (object) componentResourceManager.GetString("ComboBox8.Items169"), - (object) componentResourceManager.GetString("ComboBox8.Items170"), - (object) componentResourceManager.GetString("ComboBox8.Items171"), - (object) componentResourceManager.GetString("ComboBox8.Items172"), - (object) componentResourceManager.GetString("ComboBox8.Items173"), - (object) componentResourceManager.GetString("ComboBox8.Items174"), - (object) componentResourceManager.GetString("ComboBox8.Items175"), - (object) componentResourceManager.GetString("ComboBox8.Items176"), - (object) componentResourceManager.GetString("ComboBox8.Items177"), - (object) componentResourceManager.GetString("ComboBox8.Items178"), - (object) componentResourceManager.GetString("ComboBox8.Items179"), - (object) componentResourceManager.GetString("ComboBox8.Items180"), - (object) componentResourceManager.GetString("ComboBox8.Items181"), - (object) componentResourceManager.GetString("ComboBox8.Items182"), - (object) componentResourceManager.GetString("ComboBox8.Items183"), - (object) componentResourceManager.GetString("ComboBox8.Items184"), - (object) componentResourceManager.GetString("ComboBox8.Items185"), - (object) componentResourceManager.GetString("ComboBox8.Items186"), - (object) componentResourceManager.GetString("ComboBox8.Items187"), - (object) componentResourceManager.GetString("ComboBox8.Items188"), - (object) componentResourceManager.GetString("ComboBox8.Items189"), - (object) componentResourceManager.GetString("ComboBox8.Items190"), - (object) componentResourceManager.GetString("ComboBox8.Items191"), - (object) componentResourceManager.GetString("ComboBox8.Items192"), - (object) componentResourceManager.GetString("ComboBox8.Items193"), - (object) componentResourceManager.GetString("ComboBox8.Items194"), - (object) componentResourceManager.GetString("ComboBox8.Items195"), - (object) componentResourceManager.GetString("ComboBox8.Items196"), - (object) componentResourceManager.GetString("ComboBox8.Items197"), - (object) componentResourceManager.GetString("ComboBox8.Items198"), - (object) componentResourceManager.GetString("ComboBox8.Items199"), - (object) componentResourceManager.GetString("ComboBox8.Items200"), - (object) componentResourceManager.GetString("ComboBox8.Items201"), - (object) componentResourceManager.GetString("ComboBox8.Items202"), - (object) componentResourceManager.GetString("ComboBox8.Items203"), - (object) componentResourceManager.GetString("ComboBox8.Items204"), - (object) componentResourceManager.GetString("ComboBox8.Items205"), - (object) componentResourceManager.GetString("ComboBox8.Items206"), - (object) componentResourceManager.GetString("ComboBox8.Items207"), - (object) componentResourceManager.GetString("ComboBox8.Items208"), - (object) componentResourceManager.GetString("ComboBox8.Items209"), - (object) componentResourceManager.GetString("ComboBox8.Items210"), - (object) componentResourceManager.GetString("ComboBox8.Items211"), - (object) componentResourceManager.GetString("ComboBox8.Items212"), - (object) componentResourceManager.GetString("ComboBox8.Items213"), - (object) componentResourceManager.GetString("ComboBox8.Items214"), - (object) componentResourceManager.GetString("ComboBox8.Items215"), - (object) componentResourceManager.GetString("ComboBox8.Items216"), - (object) componentResourceManager.GetString("ComboBox8.Items217"), - (object) componentResourceManager.GetString("ComboBox8.Items218"), - (object) componentResourceManager.GetString("ComboBox8.Items219"), - (object) componentResourceManager.GetString("ComboBox8.Items220"), - (object) componentResourceManager.GetString("ComboBox8.Items221"), - (object) componentResourceManager.GetString("ComboBox8.Items222"), - (object) componentResourceManager.GetString("ComboBox8.Items223"), - (object) componentResourceManager.GetString("ComboBox8.Items224"), - (object) componentResourceManager.GetString("ComboBox8.Items225"), - (object) componentResourceManager.GetString("ComboBox8.Items226"), - (object) componentResourceManager.GetString("ComboBox8.Items227"), - (object) componentResourceManager.GetString("ComboBox8.Items228"), - (object) componentResourceManager.GetString("ComboBox8.Items229"), - (object) componentResourceManager.GetString("ComboBox8.Items230"), - (object) componentResourceManager.GetString("ComboBox8.Items231"), - (object) componentResourceManager.GetString("ComboBox8.Items232"), - (object) componentResourceManager.GetString("ComboBox8.Items233"), - (object) componentResourceManager.GetString("ComboBox8.Items234"), - (object) componentResourceManager.GetString("ComboBox8.Items235"), - (object) componentResourceManager.GetString("ComboBox8.Items236"), - (object) componentResourceManager.GetString("ComboBox8.Items237"), - (object) componentResourceManager.GetString("ComboBox8.Items238"), - (object) componentResourceManager.GetString("ComboBox8.Items239"), - (object) componentResourceManager.GetString("ComboBox8.Items240"), - (object) componentResourceManager.GetString("ComboBox8.Items241"), - (object) componentResourceManager.GetString("ComboBox8.Items242"), - (object) componentResourceManager.GetString("ComboBox8.Items243"), - (object) componentResourceManager.GetString("ComboBox8.Items244"), - (object) componentResourceManager.GetString("ComboBox8.Items245") + componentResourceManager.GetString("ComboBox8.Items"), + componentResourceManager.GetString("ComboBox8.Items1"), + componentResourceManager.GetString("ComboBox8.Items2"), + componentResourceManager.GetString("ComboBox8.Items3"), + componentResourceManager.GetString("ComboBox8.Items4"), + componentResourceManager.GetString("ComboBox8.Items5"), + componentResourceManager.GetString("ComboBox8.Items6"), + componentResourceManager.GetString("ComboBox8.Items7"), + componentResourceManager.GetString("ComboBox8.Items8"), + componentResourceManager.GetString("ComboBox8.Items9"), + componentResourceManager.GetString("ComboBox8.Items10"), + componentResourceManager.GetString("ComboBox8.Items11"), + componentResourceManager.GetString("ComboBox8.Items12"), + componentResourceManager.GetString("ComboBox8.Items13"), + componentResourceManager.GetString("ComboBox8.Items14"), + componentResourceManager.GetString("ComboBox8.Items15"), + componentResourceManager.GetString("ComboBox8.Items16"), + componentResourceManager.GetString("ComboBox8.Items17"), + componentResourceManager.GetString("ComboBox8.Items18"), + componentResourceManager.GetString("ComboBox8.Items19"), + componentResourceManager.GetString("ComboBox8.Items20"), + componentResourceManager.GetString("ComboBox8.Items21"), + componentResourceManager.GetString("ComboBox8.Items22"), + componentResourceManager.GetString("ComboBox8.Items23"), + componentResourceManager.GetString("ComboBox8.Items24"), + componentResourceManager.GetString("ComboBox8.Items25"), + componentResourceManager.GetString("ComboBox8.Items26"), + componentResourceManager.GetString("ComboBox8.Items27"), + componentResourceManager.GetString("ComboBox8.Items28"), + componentResourceManager.GetString("ComboBox8.Items29"), + componentResourceManager.GetString("ComboBox8.Items30"), + componentResourceManager.GetString("ComboBox8.Items31"), + componentResourceManager.GetString("ComboBox8.Items32"), + componentResourceManager.GetString("ComboBox8.Items33"), + componentResourceManager.GetString("ComboBox8.Items34"), + componentResourceManager.GetString("ComboBox8.Items35"), + componentResourceManager.GetString("ComboBox8.Items36"), + componentResourceManager.GetString("ComboBox8.Items37"), + componentResourceManager.GetString("ComboBox8.Items38"), + componentResourceManager.GetString("ComboBox8.Items39"), + componentResourceManager.GetString("ComboBox8.Items40"), + componentResourceManager.GetString("ComboBox8.Items41"), + componentResourceManager.GetString("ComboBox8.Items42"), + componentResourceManager.GetString("ComboBox8.Items43"), + componentResourceManager.GetString("ComboBox8.Items44"), + componentResourceManager.GetString("ComboBox8.Items45"), + componentResourceManager.GetString("ComboBox8.Items46"), + componentResourceManager.GetString("ComboBox8.Items47"), + componentResourceManager.GetString("ComboBox8.Items48"), + componentResourceManager.GetString("ComboBox8.Items49"), + componentResourceManager.GetString("ComboBox8.Items50"), + componentResourceManager.GetString("ComboBox8.Items51"), + componentResourceManager.GetString("ComboBox8.Items52"), + componentResourceManager.GetString("ComboBox8.Items53"), + componentResourceManager.GetString("ComboBox8.Items54"), + componentResourceManager.GetString("ComboBox8.Items55"), + componentResourceManager.GetString("ComboBox8.Items56"), + componentResourceManager.GetString("ComboBox8.Items57"), + componentResourceManager.GetString("ComboBox8.Items58"), + componentResourceManager.GetString("ComboBox8.Items59"), + componentResourceManager.GetString("ComboBox8.Items60"), + componentResourceManager.GetString("ComboBox8.Items61"), + componentResourceManager.GetString("ComboBox8.Items62"), + componentResourceManager.GetString("ComboBox8.Items63"), + componentResourceManager.GetString("ComboBox8.Items64"), + componentResourceManager.GetString("ComboBox8.Items65"), + componentResourceManager.GetString("ComboBox8.Items66"), + componentResourceManager.GetString("ComboBox8.Items67"), + componentResourceManager.GetString("ComboBox8.Items68"), + componentResourceManager.GetString("ComboBox8.Items69"), + componentResourceManager.GetString("ComboBox8.Items70"), + componentResourceManager.GetString("ComboBox8.Items71"), + componentResourceManager.GetString("ComboBox8.Items72"), + componentResourceManager.GetString("ComboBox8.Items73"), + componentResourceManager.GetString("ComboBox8.Items74"), + componentResourceManager.GetString("ComboBox8.Items75"), + componentResourceManager.GetString("ComboBox8.Items76"), + componentResourceManager.GetString("ComboBox8.Items77"), + componentResourceManager.GetString("ComboBox8.Items78"), + componentResourceManager.GetString("ComboBox8.Items79"), + componentResourceManager.GetString("ComboBox8.Items80"), + componentResourceManager.GetString("ComboBox8.Items81"), + componentResourceManager.GetString("ComboBox8.Items82"), + componentResourceManager.GetString("ComboBox8.Items83"), + componentResourceManager.GetString("ComboBox8.Items84"), + componentResourceManager.GetString("ComboBox8.Items85"), + componentResourceManager.GetString("ComboBox8.Items86"), + componentResourceManager.GetString("ComboBox8.Items87"), + componentResourceManager.GetString("ComboBox8.Items88"), + componentResourceManager.GetString("ComboBox8.Items89"), + componentResourceManager.GetString("ComboBox8.Items90"), + componentResourceManager.GetString("ComboBox8.Items91"), + componentResourceManager.GetString("ComboBox8.Items92"), + componentResourceManager.GetString("ComboBox8.Items93"), + componentResourceManager.GetString("ComboBox8.Items94"), + componentResourceManager.GetString("ComboBox8.Items95"), + componentResourceManager.GetString("ComboBox8.Items96"), + componentResourceManager.GetString("ComboBox8.Items97"), + componentResourceManager.GetString("ComboBox8.Items98"), + componentResourceManager.GetString("ComboBox8.Items99"), + componentResourceManager.GetString("ComboBox8.Items100"), + componentResourceManager.GetString("ComboBox8.Items101"), + componentResourceManager.GetString("ComboBox8.Items102"), + componentResourceManager.GetString("ComboBox8.Items103"), + componentResourceManager.GetString("ComboBox8.Items104"), + componentResourceManager.GetString("ComboBox8.Items105"), + componentResourceManager.GetString("ComboBox8.Items106"), + componentResourceManager.GetString("ComboBox8.Items107"), + componentResourceManager.GetString("ComboBox8.Items108"), + componentResourceManager.GetString("ComboBox8.Items109"), + componentResourceManager.GetString("ComboBox8.Items110"), + componentResourceManager.GetString("ComboBox8.Items111"), + componentResourceManager.GetString("ComboBox8.Items112"), + componentResourceManager.GetString("ComboBox8.Items113"), + componentResourceManager.GetString("ComboBox8.Items114"), + componentResourceManager.GetString("ComboBox8.Items115"), + componentResourceManager.GetString("ComboBox8.Items116"), + componentResourceManager.GetString("ComboBox8.Items117"), + componentResourceManager.GetString("ComboBox8.Items118"), + componentResourceManager.GetString("ComboBox8.Items119"), + componentResourceManager.GetString("ComboBox8.Items120"), + componentResourceManager.GetString("ComboBox8.Items121"), + componentResourceManager.GetString("ComboBox8.Items122"), + componentResourceManager.GetString("ComboBox8.Items123"), + componentResourceManager.GetString("ComboBox8.Items124"), + componentResourceManager.GetString("ComboBox8.Items125"), + componentResourceManager.GetString("ComboBox8.Items126"), + componentResourceManager.GetString("ComboBox8.Items127"), + componentResourceManager.GetString("ComboBox8.Items128"), + componentResourceManager.GetString("ComboBox8.Items129"), + componentResourceManager.GetString("ComboBox8.Items130"), + componentResourceManager.GetString("ComboBox8.Items131"), + componentResourceManager.GetString("ComboBox8.Items132"), + componentResourceManager.GetString("ComboBox8.Items133"), + componentResourceManager.GetString("ComboBox8.Items134"), + componentResourceManager.GetString("ComboBox8.Items135"), + componentResourceManager.GetString("ComboBox8.Items136"), + componentResourceManager.GetString("ComboBox8.Items137"), + componentResourceManager.GetString("ComboBox8.Items138"), + componentResourceManager.GetString("ComboBox8.Items139"), + componentResourceManager.GetString("ComboBox8.Items140"), + componentResourceManager.GetString("ComboBox8.Items141"), + componentResourceManager.GetString("ComboBox8.Items142"), + componentResourceManager.GetString("ComboBox8.Items143"), + componentResourceManager.GetString("ComboBox8.Items144"), + componentResourceManager.GetString("ComboBox8.Items145"), + componentResourceManager.GetString("ComboBox8.Items146"), + componentResourceManager.GetString("ComboBox8.Items147"), + componentResourceManager.GetString("ComboBox8.Items148"), + componentResourceManager.GetString("ComboBox8.Items149"), + componentResourceManager.GetString("ComboBox8.Items150"), + componentResourceManager.GetString("ComboBox8.Items151"), + componentResourceManager.GetString("ComboBox8.Items152"), + componentResourceManager.GetString("ComboBox8.Items153"), + componentResourceManager.GetString("ComboBox8.Items154"), + componentResourceManager.GetString("ComboBox8.Items155"), + componentResourceManager.GetString("ComboBox8.Items156"), + componentResourceManager.GetString("ComboBox8.Items157"), + componentResourceManager.GetString("ComboBox8.Items158"), + componentResourceManager.GetString("ComboBox8.Items159"), + componentResourceManager.GetString("ComboBox8.Items160"), + componentResourceManager.GetString("ComboBox8.Items161"), + componentResourceManager.GetString("ComboBox8.Items162"), + componentResourceManager.GetString("ComboBox8.Items163"), + componentResourceManager.GetString("ComboBox8.Items164"), + componentResourceManager.GetString("ComboBox8.Items165"), + componentResourceManager.GetString("ComboBox8.Items166"), + componentResourceManager.GetString("ComboBox8.Items167"), + componentResourceManager.GetString("ComboBox8.Items168"), + componentResourceManager.GetString("ComboBox8.Items169"), + componentResourceManager.GetString("ComboBox8.Items170"), + componentResourceManager.GetString("ComboBox8.Items171"), + componentResourceManager.GetString("ComboBox8.Items172"), + componentResourceManager.GetString("ComboBox8.Items173"), + componentResourceManager.GetString("ComboBox8.Items174"), + componentResourceManager.GetString("ComboBox8.Items175"), + componentResourceManager.GetString("ComboBox8.Items176"), + componentResourceManager.GetString("ComboBox8.Items177"), + componentResourceManager.GetString("ComboBox8.Items178"), + componentResourceManager.GetString("ComboBox8.Items179"), + componentResourceManager.GetString("ComboBox8.Items180"), + componentResourceManager.GetString("ComboBox8.Items181"), + componentResourceManager.GetString("ComboBox8.Items182"), + componentResourceManager.GetString("ComboBox8.Items183"), + componentResourceManager.GetString("ComboBox8.Items184"), + componentResourceManager.GetString("ComboBox8.Items185"), + componentResourceManager.GetString("ComboBox8.Items186"), + componentResourceManager.GetString("ComboBox8.Items187"), + componentResourceManager.GetString("ComboBox8.Items188"), + componentResourceManager.GetString("ComboBox8.Items189"), + componentResourceManager.GetString("ComboBox8.Items190"), + componentResourceManager.GetString("ComboBox8.Items191"), + componentResourceManager.GetString("ComboBox8.Items192"), + componentResourceManager.GetString("ComboBox8.Items193"), + componentResourceManager.GetString("ComboBox8.Items194"), + componentResourceManager.GetString("ComboBox8.Items195"), + componentResourceManager.GetString("ComboBox8.Items196"), + componentResourceManager.GetString("ComboBox8.Items197"), + componentResourceManager.GetString("ComboBox8.Items198"), + componentResourceManager.GetString("ComboBox8.Items199"), + componentResourceManager.GetString("ComboBox8.Items200"), + componentResourceManager.GetString("ComboBox8.Items201"), + componentResourceManager.GetString("ComboBox8.Items202"), + componentResourceManager.GetString("ComboBox8.Items203"), + componentResourceManager.GetString("ComboBox8.Items204"), + componentResourceManager.GetString("ComboBox8.Items205"), + componentResourceManager.GetString("ComboBox8.Items206"), + componentResourceManager.GetString("ComboBox8.Items207"), + componentResourceManager.GetString("ComboBox8.Items208"), + componentResourceManager.GetString("ComboBox8.Items209"), + componentResourceManager.GetString("ComboBox8.Items210"), + componentResourceManager.GetString("ComboBox8.Items211"), + componentResourceManager.GetString("ComboBox8.Items212"), + componentResourceManager.GetString("ComboBox8.Items213"), + componentResourceManager.GetString("ComboBox8.Items214"), + componentResourceManager.GetString("ComboBox8.Items215"), + componentResourceManager.GetString("ComboBox8.Items216"), + componentResourceManager.GetString("ComboBox8.Items217"), + componentResourceManager.GetString("ComboBox8.Items218"), + componentResourceManager.GetString("ComboBox8.Items219"), + componentResourceManager.GetString("ComboBox8.Items220"), + componentResourceManager.GetString("ComboBox8.Items221"), + componentResourceManager.GetString("ComboBox8.Items222"), + componentResourceManager.GetString("ComboBox8.Items223"), + componentResourceManager.GetString("ComboBox8.Items224"), + componentResourceManager.GetString("ComboBox8.Items225"), + componentResourceManager.GetString("ComboBox8.Items226"), + componentResourceManager.GetString("ComboBox8.Items227"), + componentResourceManager.GetString("ComboBox8.Items228"), + componentResourceManager.GetString("ComboBox8.Items229"), + componentResourceManager.GetString("ComboBox8.Items230"), + componentResourceManager.GetString("ComboBox8.Items231"), + componentResourceManager.GetString("ComboBox8.Items232"), + componentResourceManager.GetString("ComboBox8.Items233"), + componentResourceManager.GetString("ComboBox8.Items234"), + componentResourceManager.GetString("ComboBox8.Items235"), + componentResourceManager.GetString("ComboBox8.Items236"), + componentResourceManager.GetString("ComboBox8.Items237"), + componentResourceManager.GetString("ComboBox8.Items238"), + componentResourceManager.GetString("ComboBox8.Items239"), + componentResourceManager.GetString("ComboBox8.Items240"), + componentResourceManager.GetString("ComboBox8.Items241"), + componentResourceManager.GetString("ComboBox8.Items242"), + componentResourceManager.GetString("ComboBox8.Items243"), + componentResourceManager.GetString("ComboBox8.Items244"), + componentResourceManager.GetString("ComboBox8.Items245") }); ComboBox8.Name = "ComboBox8"; - Label8.AccessibleDescription = (string) null; - Label8.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label8, "Label8"); - Label8.Font = (Font) null; + Label8.AccessibleDescription = null; + Label8.AccessibleName = null; + componentResourceManager.ApplyResources(Label8, "Label8"); + Label8.Font = null; Label8.Name = "Label8"; - ComboBox7.AccessibleDescription = (string) null; - ComboBox7.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox7, "ComboBox7"); - ComboBox7.BackgroundImage = (Image) null; + ComboBox7.AccessibleDescription = null; + ComboBox7.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox7, "ComboBox7"); + ComboBox7.BackgroundImage = null; ComboBox7.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox7.Font = (Font) null; + ComboBox7.Font = null; ComboBox7.FormattingEnabled = true; ComboBox7.Items.AddRange(new object[50] { - (object) componentResourceManager.GetString("ComboBox7.Items"), - (object) componentResourceManager.GetString("ComboBox7.Items1"), - (object) componentResourceManager.GetString("ComboBox7.Items2"), - (object) componentResourceManager.GetString("ComboBox7.Items3"), - (object) componentResourceManager.GetString("ComboBox7.Items4"), - (object) componentResourceManager.GetString("ComboBox7.Items5"), - (object) componentResourceManager.GetString("ComboBox7.Items6"), - (object) componentResourceManager.GetString("ComboBox7.Items7"), - (object) componentResourceManager.GetString("ComboBox7.Items8"), - (object) componentResourceManager.GetString("ComboBox7.Items9"), - (object) componentResourceManager.GetString("ComboBox7.Items10"), - (object) componentResourceManager.GetString("ComboBox7.Items11"), - (object) componentResourceManager.GetString("ComboBox7.Items12"), - (object) componentResourceManager.GetString("ComboBox7.Items13"), - (object) componentResourceManager.GetString("ComboBox7.Items14"), - (object) componentResourceManager.GetString("ComboBox7.Items15"), - (object) componentResourceManager.GetString("ComboBox7.Items16"), - (object) componentResourceManager.GetString("ComboBox7.Items17"), - (object) componentResourceManager.GetString("ComboBox7.Items18"), - (object) componentResourceManager.GetString("ComboBox7.Items19"), - (object) componentResourceManager.GetString("ComboBox7.Items20"), - (object) componentResourceManager.GetString("ComboBox7.Items21"), - (object) componentResourceManager.GetString("ComboBox7.Items22"), - (object) componentResourceManager.GetString("ComboBox7.Items23"), - (object) componentResourceManager.GetString("ComboBox7.Items24"), - (object) componentResourceManager.GetString("ComboBox7.Items25"), - (object) componentResourceManager.GetString("ComboBox7.Items26"), - (object) componentResourceManager.GetString("ComboBox7.Items27"), - (object) componentResourceManager.GetString("ComboBox7.Items28"), - (object) componentResourceManager.GetString("ComboBox7.Items29"), - (object) componentResourceManager.GetString("ComboBox7.Items30"), - (object) componentResourceManager.GetString("ComboBox7.Items31"), - (object) componentResourceManager.GetString("ComboBox7.Items32"), - (object) componentResourceManager.GetString("ComboBox7.Items33"), - (object) componentResourceManager.GetString("ComboBox7.Items34"), - (object) componentResourceManager.GetString("ComboBox7.Items35"), - (object) componentResourceManager.GetString("ComboBox7.Items36"), - (object) componentResourceManager.GetString("ComboBox7.Items37"), - (object) componentResourceManager.GetString("ComboBox7.Items38"), - (object) componentResourceManager.GetString("ComboBox7.Items39"), - (object) componentResourceManager.GetString("ComboBox7.Items40"), - (object) componentResourceManager.GetString("ComboBox7.Items41"), - (object) componentResourceManager.GetString("ComboBox7.Items42"), - (object) componentResourceManager.GetString("ComboBox7.Items43"), - (object) componentResourceManager.GetString("ComboBox7.Items44"), - (object) componentResourceManager.GetString("ComboBox7.Items45"), - (object) componentResourceManager.GetString("ComboBox7.Items46"), - (object) componentResourceManager.GetString("ComboBox7.Items47"), - (object) componentResourceManager.GetString("ComboBox7.Items48"), - (object) componentResourceManager.GetString("ComboBox7.Items49") + componentResourceManager.GetString("ComboBox7.Items"), + componentResourceManager.GetString("ComboBox7.Items1"), + componentResourceManager.GetString("ComboBox7.Items2"), + componentResourceManager.GetString("ComboBox7.Items3"), + componentResourceManager.GetString("ComboBox7.Items4"), + componentResourceManager.GetString("ComboBox7.Items5"), + componentResourceManager.GetString("ComboBox7.Items6"), + componentResourceManager.GetString("ComboBox7.Items7"), + componentResourceManager.GetString("ComboBox7.Items8"), + componentResourceManager.GetString("ComboBox7.Items9"), + componentResourceManager.GetString("ComboBox7.Items10"), + componentResourceManager.GetString("ComboBox7.Items11"), + componentResourceManager.GetString("ComboBox7.Items12"), + componentResourceManager.GetString("ComboBox7.Items13"), + componentResourceManager.GetString("ComboBox7.Items14"), + componentResourceManager.GetString("ComboBox7.Items15"), + componentResourceManager.GetString("ComboBox7.Items16"), + componentResourceManager.GetString("ComboBox7.Items17"), + componentResourceManager.GetString("ComboBox7.Items18"), + componentResourceManager.GetString("ComboBox7.Items19"), + componentResourceManager.GetString("ComboBox7.Items20"), + componentResourceManager.GetString("ComboBox7.Items21"), + componentResourceManager.GetString("ComboBox7.Items22"), + componentResourceManager.GetString("ComboBox7.Items23"), + componentResourceManager.GetString("ComboBox7.Items24"), + componentResourceManager.GetString("ComboBox7.Items25"), + componentResourceManager.GetString("ComboBox7.Items26"), + componentResourceManager.GetString("ComboBox7.Items27"), + componentResourceManager.GetString("ComboBox7.Items28"), + componentResourceManager.GetString("ComboBox7.Items29"), + componentResourceManager.GetString("ComboBox7.Items30"), + componentResourceManager.GetString("ComboBox7.Items31"), + componentResourceManager.GetString("ComboBox7.Items32"), + componentResourceManager.GetString("ComboBox7.Items33"), + componentResourceManager.GetString("ComboBox7.Items34"), + componentResourceManager.GetString("ComboBox7.Items35"), + componentResourceManager.GetString("ComboBox7.Items36"), + componentResourceManager.GetString("ComboBox7.Items37"), + componentResourceManager.GetString("ComboBox7.Items38"), + componentResourceManager.GetString("ComboBox7.Items39"), + componentResourceManager.GetString("ComboBox7.Items40"), + componentResourceManager.GetString("ComboBox7.Items41"), + componentResourceManager.GetString("ComboBox7.Items42"), + componentResourceManager.GetString("ComboBox7.Items43"), + componentResourceManager.GetString("ComboBox7.Items44"), + componentResourceManager.GetString("ComboBox7.Items45"), + componentResourceManager.GetString("ComboBox7.Items46"), + componentResourceManager.GetString("ComboBox7.Items47"), + componentResourceManager.GetString("ComboBox7.Items48"), + componentResourceManager.GetString("ComboBox7.Items49") }); ComboBox7.Name = "ComboBox7"; - Label7.AccessibleDescription = (string) null; - Label7.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label7, "Label7"); - Label7.Font = (Font) null; + Label7.AccessibleDescription = null; + Label7.AccessibleName = null; + componentResourceManager.ApplyResources(Label7, "Label7"); + Label7.Font = null; Label7.Name = "Label7"; - ComboBox6.AccessibleDescription = (string) null; - ComboBox6.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox6, "ComboBox6"); - ComboBox6.BackgroundImage = (Image) null; + ComboBox6.AccessibleDescription = null; + ComboBox6.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox6, "ComboBox6"); + ComboBox6.BackgroundImage = null; ComboBox6.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox6.Font = (Font) null; + ComboBox6.Font = null; ComboBox6.FormattingEnabled = true; ComboBox6.Items.AddRange(new object[50] { - (object) componentResourceManager.GetString("ComboBox6.Items"), - (object) componentResourceManager.GetString("ComboBox6.Items1"), - (object) componentResourceManager.GetString("ComboBox6.Items2"), - (object) componentResourceManager.GetString("ComboBox6.Items3"), - (object) componentResourceManager.GetString("ComboBox6.Items4"), - (object) componentResourceManager.GetString("ComboBox6.Items5"), - (object) componentResourceManager.GetString("ComboBox6.Items6"), - (object) componentResourceManager.GetString("ComboBox6.Items7"), - (object) componentResourceManager.GetString("ComboBox6.Items8"), - (object) componentResourceManager.GetString("ComboBox6.Items9"), - (object) componentResourceManager.GetString("ComboBox6.Items10"), - (object) componentResourceManager.GetString("ComboBox6.Items11"), - (object) componentResourceManager.GetString("ComboBox6.Items12"), - (object) componentResourceManager.GetString("ComboBox6.Items13"), - (object) componentResourceManager.GetString("ComboBox6.Items14"), - (object) componentResourceManager.GetString("ComboBox6.Items15"), - (object) componentResourceManager.GetString("ComboBox6.Items16"), - (object) componentResourceManager.GetString("ComboBox6.Items17"), - (object) componentResourceManager.GetString("ComboBox6.Items18"), - (object) componentResourceManager.GetString("ComboBox6.Items19"), - (object) componentResourceManager.GetString("ComboBox6.Items20"), - (object) componentResourceManager.GetString("ComboBox6.Items21"), - (object) componentResourceManager.GetString("ComboBox6.Items22"), - (object) componentResourceManager.GetString("ComboBox6.Items23"), - (object) componentResourceManager.GetString("ComboBox6.Items24"), - (object) componentResourceManager.GetString("ComboBox6.Items25"), - (object) componentResourceManager.GetString("ComboBox6.Items26"), - (object) componentResourceManager.GetString("ComboBox6.Items27"), - (object) componentResourceManager.GetString("ComboBox6.Items28"), - (object) componentResourceManager.GetString("ComboBox6.Items29"), - (object) componentResourceManager.GetString("ComboBox6.Items30"), - (object) componentResourceManager.GetString("ComboBox6.Items31"), - (object) componentResourceManager.GetString("ComboBox6.Items32"), - (object) componentResourceManager.GetString("ComboBox6.Items33"), - (object) componentResourceManager.GetString("ComboBox6.Items34"), - (object) componentResourceManager.GetString("ComboBox6.Items35"), - (object) componentResourceManager.GetString("ComboBox6.Items36"), - (object) componentResourceManager.GetString("ComboBox6.Items37"), - (object) componentResourceManager.GetString("ComboBox6.Items38"), - (object) componentResourceManager.GetString("ComboBox6.Items39"), - (object) componentResourceManager.GetString("ComboBox6.Items40"), - (object) componentResourceManager.GetString("ComboBox6.Items41"), - (object) componentResourceManager.GetString("ComboBox6.Items42"), - (object) componentResourceManager.GetString("ComboBox6.Items43"), - (object) componentResourceManager.GetString("ComboBox6.Items44"), - (object) componentResourceManager.GetString("ComboBox6.Items45"), - (object) componentResourceManager.GetString("ComboBox6.Items46"), - (object) componentResourceManager.GetString("ComboBox6.Items47"), - (object) componentResourceManager.GetString("ComboBox6.Items48"), - (object) componentResourceManager.GetString("ComboBox6.Items49") + componentResourceManager.GetString("ComboBox6.Items"), + componentResourceManager.GetString("ComboBox6.Items1"), + componentResourceManager.GetString("ComboBox6.Items2"), + componentResourceManager.GetString("ComboBox6.Items3"), + componentResourceManager.GetString("ComboBox6.Items4"), + componentResourceManager.GetString("ComboBox6.Items5"), + componentResourceManager.GetString("ComboBox6.Items6"), + componentResourceManager.GetString("ComboBox6.Items7"), + componentResourceManager.GetString("ComboBox6.Items8"), + componentResourceManager.GetString("ComboBox6.Items9"), + componentResourceManager.GetString("ComboBox6.Items10"), + componentResourceManager.GetString("ComboBox6.Items11"), + componentResourceManager.GetString("ComboBox6.Items12"), + componentResourceManager.GetString("ComboBox6.Items13"), + componentResourceManager.GetString("ComboBox6.Items14"), + componentResourceManager.GetString("ComboBox6.Items15"), + componentResourceManager.GetString("ComboBox6.Items16"), + componentResourceManager.GetString("ComboBox6.Items17"), + componentResourceManager.GetString("ComboBox6.Items18"), + componentResourceManager.GetString("ComboBox6.Items19"), + componentResourceManager.GetString("ComboBox6.Items20"), + componentResourceManager.GetString("ComboBox6.Items21"), + componentResourceManager.GetString("ComboBox6.Items22"), + componentResourceManager.GetString("ComboBox6.Items23"), + componentResourceManager.GetString("ComboBox6.Items24"), + componentResourceManager.GetString("ComboBox6.Items25"), + componentResourceManager.GetString("ComboBox6.Items26"), + componentResourceManager.GetString("ComboBox6.Items27"), + componentResourceManager.GetString("ComboBox6.Items28"), + componentResourceManager.GetString("ComboBox6.Items29"), + componentResourceManager.GetString("ComboBox6.Items30"), + componentResourceManager.GetString("ComboBox6.Items31"), + componentResourceManager.GetString("ComboBox6.Items32"), + componentResourceManager.GetString("ComboBox6.Items33"), + componentResourceManager.GetString("ComboBox6.Items34"), + componentResourceManager.GetString("ComboBox6.Items35"), + componentResourceManager.GetString("ComboBox6.Items36"), + componentResourceManager.GetString("ComboBox6.Items37"), + componentResourceManager.GetString("ComboBox6.Items38"), + componentResourceManager.GetString("ComboBox6.Items39"), + componentResourceManager.GetString("ComboBox6.Items40"), + componentResourceManager.GetString("ComboBox6.Items41"), + componentResourceManager.GetString("ComboBox6.Items42"), + componentResourceManager.GetString("ComboBox6.Items43"), + componentResourceManager.GetString("ComboBox6.Items44"), + componentResourceManager.GetString("ComboBox6.Items45"), + componentResourceManager.GetString("ComboBox6.Items46"), + componentResourceManager.GetString("ComboBox6.Items47"), + componentResourceManager.GetString("ComboBox6.Items48"), + componentResourceManager.GetString("ComboBox6.Items49") }); ComboBox6.Name = "ComboBox6"; - Label6.AccessibleDescription = (string) null; - Label6.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label6, "Label6"); - Label6.Font = (Font) null; + Label6.AccessibleDescription = null; + Label6.AccessibleName = null; + componentResourceManager.ApplyResources(Label6, "Label6"); + Label6.Font = null; Label6.Name = "Label6"; - ComboBox5.AccessibleDescription = (string) null; - ComboBox5.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox5, "ComboBox5"); - ComboBox5.BackgroundImage = (Image) null; + ComboBox5.AccessibleDescription = null; + ComboBox5.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox5, "ComboBox5"); + ComboBox5.BackgroundImage = null; ComboBox5.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox5.Font = (Font) null; + ComboBox5.Font = null; ComboBox5.FormattingEnabled = true; ComboBox5.Items.AddRange(new object[46] { - (object) componentResourceManager.GetString("ComboBox5.Items"), - (object) componentResourceManager.GetString("ComboBox5.Items1"), - (object) componentResourceManager.GetString("ComboBox5.Items2"), - (object) componentResourceManager.GetString("ComboBox5.Items3"), - (object) componentResourceManager.GetString("ComboBox5.Items4"), - (object) componentResourceManager.GetString("ComboBox5.Items5"), - (object) componentResourceManager.GetString("ComboBox5.Items6"), - (object) componentResourceManager.GetString("ComboBox5.Items7"), - (object) componentResourceManager.GetString("ComboBox5.Items8"), - (object) componentResourceManager.GetString("ComboBox5.Items9"), - (object) componentResourceManager.GetString("ComboBox5.Items10"), - (object) componentResourceManager.GetString("ComboBox5.Items11"), - (object) componentResourceManager.GetString("ComboBox5.Items12"), - (object) componentResourceManager.GetString("ComboBox5.Items13"), - (object) componentResourceManager.GetString("ComboBox5.Items14"), - (object) componentResourceManager.GetString("ComboBox5.Items15"), - (object) componentResourceManager.GetString("ComboBox5.Items16"), - (object) componentResourceManager.GetString("ComboBox5.Items17"), - (object) componentResourceManager.GetString("ComboBox5.Items18"), - (object) componentResourceManager.GetString("ComboBox5.Items19"), - (object) componentResourceManager.GetString("ComboBox5.Items20"), - (object) componentResourceManager.GetString("ComboBox5.Items21"), - (object) componentResourceManager.GetString("ComboBox5.Items22"), - (object) componentResourceManager.GetString("ComboBox5.Items23"), - (object) componentResourceManager.GetString("ComboBox5.Items24"), - (object) componentResourceManager.GetString("ComboBox5.Items25"), - (object) componentResourceManager.GetString("ComboBox5.Items26"), - (object) componentResourceManager.GetString("ComboBox5.Items27"), - (object) componentResourceManager.GetString("ComboBox5.Items28"), - (object) componentResourceManager.GetString("ComboBox5.Items29"), - (object) componentResourceManager.GetString("ComboBox5.Items30"), - (object) componentResourceManager.GetString("ComboBox5.Items31"), - (object) componentResourceManager.GetString("ComboBox5.Items32"), - (object) componentResourceManager.GetString("ComboBox5.Items33"), - (object) componentResourceManager.GetString("ComboBox5.Items34"), - (object) componentResourceManager.GetString("ComboBox5.Items35"), - (object) componentResourceManager.GetString("ComboBox5.Items36"), - (object) componentResourceManager.GetString("ComboBox5.Items37"), - (object) componentResourceManager.GetString("ComboBox5.Items38"), - (object) componentResourceManager.GetString("ComboBox5.Items39"), - (object) componentResourceManager.GetString("ComboBox5.Items40"), - (object) componentResourceManager.GetString("ComboBox5.Items41"), - (object) componentResourceManager.GetString("ComboBox5.Items42"), - (object) componentResourceManager.GetString("ComboBox5.Items43"), - (object) componentResourceManager.GetString("ComboBox5.Items44"), - (object) componentResourceManager.GetString("ComboBox5.Items45") + componentResourceManager.GetString("ComboBox5.Items"), + componentResourceManager.GetString("ComboBox5.Items1"), + componentResourceManager.GetString("ComboBox5.Items2"), + componentResourceManager.GetString("ComboBox5.Items3"), + componentResourceManager.GetString("ComboBox5.Items4"), + componentResourceManager.GetString("ComboBox5.Items5"), + componentResourceManager.GetString("ComboBox5.Items6"), + componentResourceManager.GetString("ComboBox5.Items7"), + componentResourceManager.GetString("ComboBox5.Items8"), + componentResourceManager.GetString("ComboBox5.Items9"), + componentResourceManager.GetString("ComboBox5.Items10"), + componentResourceManager.GetString("ComboBox5.Items11"), + componentResourceManager.GetString("ComboBox5.Items12"), + componentResourceManager.GetString("ComboBox5.Items13"), + componentResourceManager.GetString("ComboBox5.Items14"), + componentResourceManager.GetString("ComboBox5.Items15"), + componentResourceManager.GetString("ComboBox5.Items16"), + componentResourceManager.GetString("ComboBox5.Items17"), + componentResourceManager.GetString("ComboBox5.Items18"), + componentResourceManager.GetString("ComboBox5.Items19"), + componentResourceManager.GetString("ComboBox5.Items20"), + componentResourceManager.GetString("ComboBox5.Items21"), + componentResourceManager.GetString("ComboBox5.Items22"), + componentResourceManager.GetString("ComboBox5.Items23"), + componentResourceManager.GetString("ComboBox5.Items24"), + componentResourceManager.GetString("ComboBox5.Items25"), + componentResourceManager.GetString("ComboBox5.Items26"), + componentResourceManager.GetString("ComboBox5.Items27"), + componentResourceManager.GetString("ComboBox5.Items28"), + componentResourceManager.GetString("ComboBox5.Items29"), + componentResourceManager.GetString("ComboBox5.Items30"), + componentResourceManager.GetString("ComboBox5.Items31"), + componentResourceManager.GetString("ComboBox5.Items32"), + componentResourceManager.GetString("ComboBox5.Items33"), + componentResourceManager.GetString("ComboBox5.Items34"), + componentResourceManager.GetString("ComboBox5.Items35"), + componentResourceManager.GetString("ComboBox5.Items36"), + componentResourceManager.GetString("ComboBox5.Items37"), + componentResourceManager.GetString("ComboBox5.Items38"), + componentResourceManager.GetString("ComboBox5.Items39"), + componentResourceManager.GetString("ComboBox5.Items40"), + componentResourceManager.GetString("ComboBox5.Items41"), + componentResourceManager.GetString("ComboBox5.Items42"), + componentResourceManager.GetString("ComboBox5.Items43"), + componentResourceManager.GetString("ComboBox5.Items44"), + componentResourceManager.GetString("ComboBox5.Items45") }); ComboBox5.Name = "ComboBox5"; - Label5.AccessibleDescription = (string) null; - Label5.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label5, "Label5"); - Label5.Font = (Font) null; + Label5.AccessibleDescription = null; + Label5.AccessibleName = null; + componentResourceManager.ApplyResources(Label5, "Label5"); + Label5.Font = null; Label5.Name = "Label5"; - ComboBox4.AccessibleDescription = (string) null; - ComboBox4.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox4, "ComboBox4"); - ComboBox4.BackgroundImage = (Image) null; + ComboBox4.AccessibleDescription = null; + ComboBox4.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox4, "ComboBox4"); + ComboBox4.BackgroundImage = null; ComboBox4.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox4.Font = (Font) null; + ComboBox4.Font = null; ComboBox4.FormattingEnabled = true; ComboBox4.Items.AddRange(new object[46] { - (object) componentResourceManager.GetString("ComboBox4.Items"), - (object) componentResourceManager.GetString("ComboBox4.Items1"), - (object) componentResourceManager.GetString("ComboBox4.Items2"), - (object) componentResourceManager.GetString("ComboBox4.Items3"), - (object) componentResourceManager.GetString("ComboBox4.Items4"), - (object) componentResourceManager.GetString("ComboBox4.Items5"), - (object) componentResourceManager.GetString("ComboBox4.Items6"), - (object) componentResourceManager.GetString("ComboBox4.Items7"), - (object) componentResourceManager.GetString("ComboBox4.Items8"), - (object) componentResourceManager.GetString("ComboBox4.Items9"), - (object) componentResourceManager.GetString("ComboBox4.Items10"), - (object) componentResourceManager.GetString("ComboBox4.Items11"), - (object) componentResourceManager.GetString("ComboBox4.Items12"), - (object) componentResourceManager.GetString("ComboBox4.Items13"), - (object) componentResourceManager.GetString("ComboBox4.Items14"), - (object) componentResourceManager.GetString("ComboBox4.Items15"), - (object) componentResourceManager.GetString("ComboBox4.Items16"), - (object) componentResourceManager.GetString("ComboBox4.Items17"), - (object) componentResourceManager.GetString("ComboBox4.Items18"), - (object) componentResourceManager.GetString("ComboBox4.Items19"), - (object) componentResourceManager.GetString("ComboBox4.Items20"), - (object) componentResourceManager.GetString("ComboBox4.Items21"), - (object) componentResourceManager.GetString("ComboBox4.Items22"), - (object) componentResourceManager.GetString("ComboBox4.Items23"), - (object) componentResourceManager.GetString("ComboBox4.Items24"), - (object) componentResourceManager.GetString("ComboBox4.Items25"), - (object) componentResourceManager.GetString("ComboBox4.Items26"), - (object) componentResourceManager.GetString("ComboBox4.Items27"), - (object) componentResourceManager.GetString("ComboBox4.Items28"), - (object) componentResourceManager.GetString("ComboBox4.Items29"), - (object) componentResourceManager.GetString("ComboBox4.Items30"), - (object) componentResourceManager.GetString("ComboBox4.Items31"), - (object) componentResourceManager.GetString("ComboBox4.Items32"), - (object) componentResourceManager.GetString("ComboBox4.Items33"), - (object) componentResourceManager.GetString("ComboBox4.Items34"), - (object) componentResourceManager.GetString("ComboBox4.Items35"), - (object) componentResourceManager.GetString("ComboBox4.Items36"), - (object) componentResourceManager.GetString("ComboBox4.Items37"), - (object) componentResourceManager.GetString("ComboBox4.Items38"), - (object) componentResourceManager.GetString("ComboBox4.Items39"), - (object) componentResourceManager.GetString("ComboBox4.Items40"), - (object) componentResourceManager.GetString("ComboBox4.Items41"), - (object) componentResourceManager.GetString("ComboBox4.Items42"), - (object) componentResourceManager.GetString("ComboBox4.Items43"), - (object) componentResourceManager.GetString("ComboBox4.Items44"), - (object) componentResourceManager.GetString("ComboBox4.Items45") + componentResourceManager.GetString("ComboBox4.Items"), + componentResourceManager.GetString("ComboBox4.Items1"), + componentResourceManager.GetString("ComboBox4.Items2"), + componentResourceManager.GetString("ComboBox4.Items3"), + componentResourceManager.GetString("ComboBox4.Items4"), + componentResourceManager.GetString("ComboBox4.Items5"), + componentResourceManager.GetString("ComboBox4.Items6"), + componentResourceManager.GetString("ComboBox4.Items7"), + componentResourceManager.GetString("ComboBox4.Items8"), + componentResourceManager.GetString("ComboBox4.Items9"), + componentResourceManager.GetString("ComboBox4.Items10"), + componentResourceManager.GetString("ComboBox4.Items11"), + componentResourceManager.GetString("ComboBox4.Items12"), + componentResourceManager.GetString("ComboBox4.Items13"), + componentResourceManager.GetString("ComboBox4.Items14"), + componentResourceManager.GetString("ComboBox4.Items15"), + componentResourceManager.GetString("ComboBox4.Items16"), + componentResourceManager.GetString("ComboBox4.Items17"), + componentResourceManager.GetString("ComboBox4.Items18"), + componentResourceManager.GetString("ComboBox4.Items19"), + componentResourceManager.GetString("ComboBox4.Items20"), + componentResourceManager.GetString("ComboBox4.Items21"), + componentResourceManager.GetString("ComboBox4.Items22"), + componentResourceManager.GetString("ComboBox4.Items23"), + componentResourceManager.GetString("ComboBox4.Items24"), + componentResourceManager.GetString("ComboBox4.Items25"), + componentResourceManager.GetString("ComboBox4.Items26"), + componentResourceManager.GetString("ComboBox4.Items27"), + componentResourceManager.GetString("ComboBox4.Items28"), + componentResourceManager.GetString("ComboBox4.Items29"), + componentResourceManager.GetString("ComboBox4.Items30"), + componentResourceManager.GetString("ComboBox4.Items31"), + componentResourceManager.GetString("ComboBox4.Items32"), + componentResourceManager.GetString("ComboBox4.Items33"), + componentResourceManager.GetString("ComboBox4.Items34"), + componentResourceManager.GetString("ComboBox4.Items35"), + componentResourceManager.GetString("ComboBox4.Items36"), + componentResourceManager.GetString("ComboBox4.Items37"), + componentResourceManager.GetString("ComboBox4.Items38"), + componentResourceManager.GetString("ComboBox4.Items39"), + componentResourceManager.GetString("ComboBox4.Items40"), + componentResourceManager.GetString("ComboBox4.Items41"), + componentResourceManager.GetString("ComboBox4.Items42"), + componentResourceManager.GetString("ComboBox4.Items43"), + componentResourceManager.GetString("ComboBox4.Items44"), + componentResourceManager.GetString("ComboBox4.Items45") }); ComboBox4.Name = "ComboBox4"; - Label4.AccessibleDescription = (string) null; - Label4.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label4, "Label4"); - Label4.Font = (Font) null; + Label4.AccessibleDescription = null; + Label4.AccessibleName = null; + componentResourceManager.ApplyResources(Label4, "Label4"); + Label4.Font = null; Label4.Name = "Label4"; - ComboBox3.AccessibleDescription = (string) null; - ComboBox3.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox3, "ComboBox3"); - ComboBox3.BackgroundImage = (Image) null; + ComboBox3.AccessibleDescription = null; + ComboBox3.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox3, "ComboBox3"); + ComboBox3.BackgroundImage = null; ComboBox3.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox3.Font = (Font) null; + ComboBox3.Font = null; ComboBox3.FormattingEnabled = true; ComboBox3.Items.AddRange(new object[6] { - (object) componentResourceManager.GetString("ComboBox3.Items"), - (object) componentResourceManager.GetString("ComboBox3.Items1"), - (object) componentResourceManager.GetString("ComboBox3.Items2"), - (object) componentResourceManager.GetString("ComboBox3.Items3"), - (object) componentResourceManager.GetString("ComboBox3.Items4"), - (object) componentResourceManager.GetString("ComboBox3.Items5") + componentResourceManager.GetString("ComboBox3.Items"), + componentResourceManager.GetString("ComboBox3.Items1"), + componentResourceManager.GetString("ComboBox3.Items2"), + componentResourceManager.GetString("ComboBox3.Items3"), + componentResourceManager.GetString("ComboBox3.Items4"), + componentResourceManager.GetString("ComboBox3.Items5") }); ComboBox3.Name = "ComboBox3"; - Label3.AccessibleDescription = (string) null; - Label3.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label3, "Label3"); - Label3.Font = (Font) null; + Label3.AccessibleDescription = null; + Label3.AccessibleName = null; + componentResourceManager.ApplyResources(Label3, "Label3"); + Label3.Font = null; Label3.Name = "Label3"; - ComboBox2.AccessibleDescription = (string) null; - ComboBox2.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox2, "ComboBox2"); - ComboBox2.BackgroundImage = (Image) null; + ComboBox2.AccessibleDescription = null; + ComboBox2.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox2, "ComboBox2"); + ComboBox2.BackgroundImage = null; ComboBox2.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox2.Font = (Font) null; + ComboBox2.Font = null; ComboBox2.FormattingEnabled = true; ComboBox2.Items.AddRange(new object[512] { - (object) componentResourceManager.GetString("ComboBox2.Items"), - (object) componentResourceManager.GetString("ComboBox2.Items1"), - (object) componentResourceManager.GetString("ComboBox2.Items2"), - (object) componentResourceManager.GetString("ComboBox2.Items3"), - (object) componentResourceManager.GetString("ComboBox2.Items4"), - (object) componentResourceManager.GetString("ComboBox2.Items5"), - (object) componentResourceManager.GetString("ComboBox2.Items6"), - (object) componentResourceManager.GetString("ComboBox2.Items7"), - (object) componentResourceManager.GetString("ComboBox2.Items8"), - (object) componentResourceManager.GetString("ComboBox2.Items9"), - (object) componentResourceManager.GetString("ComboBox2.Items10"), - (object) componentResourceManager.GetString("ComboBox2.Items11"), - (object) componentResourceManager.GetString("ComboBox2.Items12"), - (object) componentResourceManager.GetString("ComboBox2.Items13"), - (object) componentResourceManager.GetString("ComboBox2.Items14"), - (object) componentResourceManager.GetString("ComboBox2.Items15"), - (object) componentResourceManager.GetString("ComboBox2.Items16"), - (object) componentResourceManager.GetString("ComboBox2.Items17"), - (object) componentResourceManager.GetString("ComboBox2.Items18"), - (object) componentResourceManager.GetString("ComboBox2.Items19"), - (object) componentResourceManager.GetString("ComboBox2.Items20"), - (object) componentResourceManager.GetString("ComboBox2.Items21"), - (object) componentResourceManager.GetString("ComboBox2.Items22"), - (object) componentResourceManager.GetString("ComboBox2.Items23"), - (object) componentResourceManager.GetString("ComboBox2.Items24"), - (object) componentResourceManager.GetString("ComboBox2.Items25"), - (object) componentResourceManager.GetString("ComboBox2.Items26"), - (object) componentResourceManager.GetString("ComboBox2.Items27"), - (object) componentResourceManager.GetString("ComboBox2.Items28"), - (object) componentResourceManager.GetString("ComboBox2.Items29"), - (object) componentResourceManager.GetString("ComboBox2.Items30"), - (object) componentResourceManager.GetString("ComboBox2.Items31"), - (object) componentResourceManager.GetString("ComboBox2.Items32"), - (object) componentResourceManager.GetString("ComboBox2.Items33"), - (object) componentResourceManager.GetString("ComboBox2.Items34"), - (object) componentResourceManager.GetString("ComboBox2.Items35"), - (object) componentResourceManager.GetString("ComboBox2.Items36"), - (object) componentResourceManager.GetString("ComboBox2.Items37"), - (object) componentResourceManager.GetString("ComboBox2.Items38"), - (object) componentResourceManager.GetString("ComboBox2.Items39"), - (object) componentResourceManager.GetString("ComboBox2.Items40"), - (object) componentResourceManager.GetString("ComboBox2.Items41"), - (object) componentResourceManager.GetString("ComboBox2.Items42"), - (object) componentResourceManager.GetString("ComboBox2.Items43"), - (object) componentResourceManager.GetString("ComboBox2.Items44"), - (object) componentResourceManager.GetString("ComboBox2.Items45"), - (object) componentResourceManager.GetString("ComboBox2.Items46"), - (object) componentResourceManager.GetString("ComboBox2.Items47"), - (object) componentResourceManager.GetString("ComboBox2.Items48"), - (object) componentResourceManager.GetString("ComboBox2.Items49"), - (object) componentResourceManager.GetString("ComboBox2.Items50"), - (object) componentResourceManager.GetString("ComboBox2.Items51"), - (object) componentResourceManager.GetString("ComboBox2.Items52"), - (object) componentResourceManager.GetString("ComboBox2.Items53"), - (object) componentResourceManager.GetString("ComboBox2.Items54"), - (object) componentResourceManager.GetString("ComboBox2.Items55"), - (object) componentResourceManager.GetString("ComboBox2.Items56"), - (object) componentResourceManager.GetString("ComboBox2.Items57"), - (object) componentResourceManager.GetString("ComboBox2.Items58"), - (object) componentResourceManager.GetString("ComboBox2.Items59"), - (object) componentResourceManager.GetString("ComboBox2.Items60"), - (object) componentResourceManager.GetString("ComboBox2.Items61"), - (object) componentResourceManager.GetString("ComboBox2.Items62"), - (object) componentResourceManager.GetString("ComboBox2.Items63"), - (object) componentResourceManager.GetString("ComboBox2.Items64"), - (object) componentResourceManager.GetString("ComboBox2.Items65"), - (object) componentResourceManager.GetString("ComboBox2.Items66"), - (object) componentResourceManager.GetString("ComboBox2.Items67"), - (object) componentResourceManager.GetString("ComboBox2.Items68"), - (object) componentResourceManager.GetString("ComboBox2.Items69"), - (object) componentResourceManager.GetString("ComboBox2.Items70"), - (object) componentResourceManager.GetString("ComboBox2.Items71"), - (object) componentResourceManager.GetString("ComboBox2.Items72"), - (object) componentResourceManager.GetString("ComboBox2.Items73"), - (object) componentResourceManager.GetString("ComboBox2.Items74"), - (object) componentResourceManager.GetString("ComboBox2.Items75"), - (object) componentResourceManager.GetString("ComboBox2.Items76"), - (object) componentResourceManager.GetString("ComboBox2.Items77"), - (object) componentResourceManager.GetString("ComboBox2.Items78"), - (object) componentResourceManager.GetString("ComboBox2.Items79"), - (object) componentResourceManager.GetString("ComboBox2.Items80"), - (object) componentResourceManager.GetString("ComboBox2.Items81"), - (object) componentResourceManager.GetString("ComboBox2.Items82"), - (object) componentResourceManager.GetString("ComboBox2.Items83"), - (object) componentResourceManager.GetString("ComboBox2.Items84"), - (object) componentResourceManager.GetString("ComboBox2.Items85"), - (object) componentResourceManager.GetString("ComboBox2.Items86"), - (object) componentResourceManager.GetString("ComboBox2.Items87"), - (object) componentResourceManager.GetString("ComboBox2.Items88"), - (object) componentResourceManager.GetString("ComboBox2.Items89"), - (object) componentResourceManager.GetString("ComboBox2.Items90"), - (object) componentResourceManager.GetString("ComboBox2.Items91"), - (object) componentResourceManager.GetString("ComboBox2.Items92"), - (object) componentResourceManager.GetString("ComboBox2.Items93"), - (object) componentResourceManager.GetString("ComboBox2.Items94"), - (object) componentResourceManager.GetString("ComboBox2.Items95"), - (object) componentResourceManager.GetString("ComboBox2.Items96"), - (object) componentResourceManager.GetString("ComboBox2.Items97"), - (object) componentResourceManager.GetString("ComboBox2.Items98"), - (object) componentResourceManager.GetString("ComboBox2.Items99"), - (object) componentResourceManager.GetString("ComboBox2.Items100"), - (object) componentResourceManager.GetString("ComboBox2.Items101"), - (object) componentResourceManager.GetString("ComboBox2.Items102"), - (object) componentResourceManager.GetString("ComboBox2.Items103"), - (object) componentResourceManager.GetString("ComboBox2.Items104"), - (object) componentResourceManager.GetString("ComboBox2.Items105"), - (object) componentResourceManager.GetString("ComboBox2.Items106"), - (object) componentResourceManager.GetString("ComboBox2.Items107"), - (object) componentResourceManager.GetString("ComboBox2.Items108"), - (object) componentResourceManager.GetString("ComboBox2.Items109"), - (object) componentResourceManager.GetString("ComboBox2.Items110"), - (object) componentResourceManager.GetString("ComboBox2.Items111"), - (object) componentResourceManager.GetString("ComboBox2.Items112"), - (object) componentResourceManager.GetString("ComboBox2.Items113"), - (object) componentResourceManager.GetString("ComboBox2.Items114"), - (object) componentResourceManager.GetString("ComboBox2.Items115"), - (object) componentResourceManager.GetString("ComboBox2.Items116"), - (object) componentResourceManager.GetString("ComboBox2.Items117"), - (object) componentResourceManager.GetString("ComboBox2.Items118"), - (object) componentResourceManager.GetString("ComboBox2.Items119"), - (object) componentResourceManager.GetString("ComboBox2.Items120"), - (object) componentResourceManager.GetString("ComboBox2.Items121"), - (object) componentResourceManager.GetString("ComboBox2.Items122"), - (object) componentResourceManager.GetString("ComboBox2.Items123"), - (object) componentResourceManager.GetString("ComboBox2.Items124"), - (object) componentResourceManager.GetString("ComboBox2.Items125"), - (object) componentResourceManager.GetString("ComboBox2.Items126"), - (object) componentResourceManager.GetString("ComboBox2.Items127"), - (object) componentResourceManager.GetString("ComboBox2.Items128"), - (object) componentResourceManager.GetString("ComboBox2.Items129"), - (object) componentResourceManager.GetString("ComboBox2.Items130"), - (object) componentResourceManager.GetString("ComboBox2.Items131"), - (object) componentResourceManager.GetString("ComboBox2.Items132"), - (object) componentResourceManager.GetString("ComboBox2.Items133"), - (object) componentResourceManager.GetString("ComboBox2.Items134"), - (object) componentResourceManager.GetString("ComboBox2.Items135"), - (object) componentResourceManager.GetString("ComboBox2.Items136"), - (object) componentResourceManager.GetString("ComboBox2.Items137"), - (object) componentResourceManager.GetString("ComboBox2.Items138"), - (object) componentResourceManager.GetString("ComboBox2.Items139"), - (object) componentResourceManager.GetString("ComboBox2.Items140"), - (object) componentResourceManager.GetString("ComboBox2.Items141"), - (object) componentResourceManager.GetString("ComboBox2.Items142"), - (object) componentResourceManager.GetString("ComboBox2.Items143"), - (object) componentResourceManager.GetString("ComboBox2.Items144"), - (object) componentResourceManager.GetString("ComboBox2.Items145"), - (object) componentResourceManager.GetString("ComboBox2.Items146"), - (object) componentResourceManager.GetString("ComboBox2.Items147"), - (object) componentResourceManager.GetString("ComboBox2.Items148"), - (object) componentResourceManager.GetString("ComboBox2.Items149"), - (object) componentResourceManager.GetString("ComboBox2.Items150"), - (object) componentResourceManager.GetString("ComboBox2.Items151"), - (object) componentResourceManager.GetString("ComboBox2.Items152"), - (object) componentResourceManager.GetString("ComboBox2.Items153"), - (object) componentResourceManager.GetString("ComboBox2.Items154"), - (object) componentResourceManager.GetString("ComboBox2.Items155"), - (object) componentResourceManager.GetString("ComboBox2.Items156"), - (object) componentResourceManager.GetString("ComboBox2.Items157"), - (object) componentResourceManager.GetString("ComboBox2.Items158"), - (object) componentResourceManager.GetString("ComboBox2.Items159"), - (object) componentResourceManager.GetString("ComboBox2.Items160"), - (object) componentResourceManager.GetString("ComboBox2.Items161"), - (object) componentResourceManager.GetString("ComboBox2.Items162"), - (object) componentResourceManager.GetString("ComboBox2.Items163"), - (object) componentResourceManager.GetString("ComboBox2.Items164"), - (object) componentResourceManager.GetString("ComboBox2.Items165"), - (object) componentResourceManager.GetString("ComboBox2.Items166"), - (object) componentResourceManager.GetString("ComboBox2.Items167"), - (object) componentResourceManager.GetString("ComboBox2.Items168"), - (object) componentResourceManager.GetString("ComboBox2.Items169"), - (object) componentResourceManager.GetString("ComboBox2.Items170"), - (object) componentResourceManager.GetString("ComboBox2.Items171"), - (object) componentResourceManager.GetString("ComboBox2.Items172"), - (object) componentResourceManager.GetString("ComboBox2.Items173"), - (object) componentResourceManager.GetString("ComboBox2.Items174"), - (object) componentResourceManager.GetString("ComboBox2.Items175"), - (object) componentResourceManager.GetString("ComboBox2.Items176"), - (object) componentResourceManager.GetString("ComboBox2.Items177"), - (object) componentResourceManager.GetString("ComboBox2.Items178"), - (object) componentResourceManager.GetString("ComboBox2.Items179"), - (object) componentResourceManager.GetString("ComboBox2.Items180"), - (object) componentResourceManager.GetString("ComboBox2.Items181"), - (object) componentResourceManager.GetString("ComboBox2.Items182"), - (object) componentResourceManager.GetString("ComboBox2.Items183"), - (object) componentResourceManager.GetString("ComboBox2.Items184"), - (object) componentResourceManager.GetString("ComboBox2.Items185"), - (object) componentResourceManager.GetString("ComboBox2.Items186"), - (object) componentResourceManager.GetString("ComboBox2.Items187"), - (object) componentResourceManager.GetString("ComboBox2.Items188"), - (object) componentResourceManager.GetString("ComboBox2.Items189"), - (object) componentResourceManager.GetString("ComboBox2.Items190"), - (object) componentResourceManager.GetString("ComboBox2.Items191"), - (object) componentResourceManager.GetString("ComboBox2.Items192"), - (object) componentResourceManager.GetString("ComboBox2.Items193"), - (object) componentResourceManager.GetString("ComboBox2.Items194"), - (object) componentResourceManager.GetString("ComboBox2.Items195"), - (object) componentResourceManager.GetString("ComboBox2.Items196"), - (object) componentResourceManager.GetString("ComboBox2.Items197"), - (object) componentResourceManager.GetString("ComboBox2.Items198"), - (object) componentResourceManager.GetString("ComboBox2.Items199"), - (object) componentResourceManager.GetString("ComboBox2.Items200"), - (object) componentResourceManager.GetString("ComboBox2.Items201"), - (object) componentResourceManager.GetString("ComboBox2.Items202"), - (object) componentResourceManager.GetString("ComboBox2.Items203"), - (object) componentResourceManager.GetString("ComboBox2.Items204"), - (object) componentResourceManager.GetString("ComboBox2.Items205"), - (object) componentResourceManager.GetString("ComboBox2.Items206"), - (object) componentResourceManager.GetString("ComboBox2.Items207"), - (object) componentResourceManager.GetString("ComboBox2.Items208"), - (object) componentResourceManager.GetString("ComboBox2.Items209"), - (object) componentResourceManager.GetString("ComboBox2.Items210"), - (object) componentResourceManager.GetString("ComboBox2.Items211"), - (object) componentResourceManager.GetString("ComboBox2.Items212"), - (object) componentResourceManager.GetString("ComboBox2.Items213"), - (object) componentResourceManager.GetString("ComboBox2.Items214"), - (object) componentResourceManager.GetString("ComboBox2.Items215"), - (object) componentResourceManager.GetString("ComboBox2.Items216"), - (object) componentResourceManager.GetString("ComboBox2.Items217"), - (object) componentResourceManager.GetString("ComboBox2.Items218"), - (object) componentResourceManager.GetString("ComboBox2.Items219"), - (object) componentResourceManager.GetString("ComboBox2.Items220"), - (object) componentResourceManager.GetString("ComboBox2.Items221"), - (object) componentResourceManager.GetString("ComboBox2.Items222"), - (object) componentResourceManager.GetString("ComboBox2.Items223"), - (object) componentResourceManager.GetString("ComboBox2.Items224"), - (object) componentResourceManager.GetString("ComboBox2.Items225"), - (object) componentResourceManager.GetString("ComboBox2.Items226"), - (object) componentResourceManager.GetString("ComboBox2.Items227"), - (object) componentResourceManager.GetString("ComboBox2.Items228"), - (object) componentResourceManager.GetString("ComboBox2.Items229"), - (object) componentResourceManager.GetString("ComboBox2.Items230"), - (object) componentResourceManager.GetString("ComboBox2.Items231"), - (object) componentResourceManager.GetString("ComboBox2.Items232"), - (object) componentResourceManager.GetString("ComboBox2.Items233"), - (object) componentResourceManager.GetString("ComboBox2.Items234"), - (object) componentResourceManager.GetString("ComboBox2.Items235"), - (object) componentResourceManager.GetString("ComboBox2.Items236"), - (object) componentResourceManager.GetString("ComboBox2.Items237"), - (object) componentResourceManager.GetString("ComboBox2.Items238"), - (object) componentResourceManager.GetString("ComboBox2.Items239"), - (object) componentResourceManager.GetString("ComboBox2.Items240"), - (object) componentResourceManager.GetString("ComboBox2.Items241"), - (object) componentResourceManager.GetString("ComboBox2.Items242"), - (object) componentResourceManager.GetString("ComboBox2.Items243"), - (object) componentResourceManager.GetString("ComboBox2.Items244"), - (object) componentResourceManager.GetString("ComboBox2.Items245"), - (object) componentResourceManager.GetString("ComboBox2.Items246"), - (object) componentResourceManager.GetString("ComboBox2.Items247"), - (object) componentResourceManager.GetString("ComboBox2.Items248"), - (object) componentResourceManager.GetString("ComboBox2.Items249"), - (object) componentResourceManager.GetString("ComboBox2.Items250"), - (object) componentResourceManager.GetString("ComboBox2.Items251"), - (object) componentResourceManager.GetString("ComboBox2.Items252"), - (object) componentResourceManager.GetString("ComboBox2.Items253"), - (object) componentResourceManager.GetString("ComboBox2.Items254"), - (object) componentResourceManager.GetString("ComboBox2.Items255"), - (object) componentResourceManager.GetString("ComboBox2.Items256"), - (object) componentResourceManager.GetString("ComboBox2.Items257"), - (object) componentResourceManager.GetString("ComboBox2.Items258"), - (object) componentResourceManager.GetString("ComboBox2.Items259"), - (object) componentResourceManager.GetString("ComboBox2.Items260"), - (object) componentResourceManager.GetString("ComboBox2.Items261"), - (object) componentResourceManager.GetString("ComboBox2.Items262"), - (object) componentResourceManager.GetString("ComboBox2.Items263"), - (object) componentResourceManager.GetString("ComboBox2.Items264"), - (object) componentResourceManager.GetString("ComboBox2.Items265"), - (object) componentResourceManager.GetString("ComboBox2.Items266"), - (object) componentResourceManager.GetString("ComboBox2.Items267"), - (object) componentResourceManager.GetString("ComboBox2.Items268"), - (object) componentResourceManager.GetString("ComboBox2.Items269"), - (object) componentResourceManager.GetString("ComboBox2.Items270"), - (object) componentResourceManager.GetString("ComboBox2.Items271"), - (object) componentResourceManager.GetString("ComboBox2.Items272"), - (object) componentResourceManager.GetString("ComboBox2.Items273"), - (object) componentResourceManager.GetString("ComboBox2.Items274"), - (object) componentResourceManager.GetString("ComboBox2.Items275"), - (object) componentResourceManager.GetString("ComboBox2.Items276"), - (object) componentResourceManager.GetString("ComboBox2.Items277"), - (object) componentResourceManager.GetString("ComboBox2.Items278"), - (object) componentResourceManager.GetString("ComboBox2.Items279"), - (object) componentResourceManager.GetString("ComboBox2.Items280"), - (object) componentResourceManager.GetString("ComboBox2.Items281"), - (object) componentResourceManager.GetString("ComboBox2.Items282"), - (object) componentResourceManager.GetString("ComboBox2.Items283"), - (object) componentResourceManager.GetString("ComboBox2.Items284"), - (object) componentResourceManager.GetString("ComboBox2.Items285"), - (object) componentResourceManager.GetString("ComboBox2.Items286"), - (object) componentResourceManager.GetString("ComboBox2.Items287"), - (object) componentResourceManager.GetString("ComboBox2.Items288"), - (object) componentResourceManager.GetString("ComboBox2.Items289"), - (object) componentResourceManager.GetString("ComboBox2.Items290"), - (object) componentResourceManager.GetString("ComboBox2.Items291"), - (object) componentResourceManager.GetString("ComboBox2.Items292"), - (object) componentResourceManager.GetString("ComboBox2.Items293"), - (object) componentResourceManager.GetString("ComboBox2.Items294"), - (object) componentResourceManager.GetString("ComboBox2.Items295"), - (object) componentResourceManager.GetString("ComboBox2.Items296"), - (object) componentResourceManager.GetString("ComboBox2.Items297"), - (object) componentResourceManager.GetString("ComboBox2.Items298"), - (object) componentResourceManager.GetString("ComboBox2.Items299"), - (object) componentResourceManager.GetString("ComboBox2.Items300"), - (object) componentResourceManager.GetString("ComboBox2.Items301"), - (object) componentResourceManager.GetString("ComboBox2.Items302"), - (object) componentResourceManager.GetString("ComboBox2.Items303"), - (object) componentResourceManager.GetString("ComboBox2.Items304"), - (object) componentResourceManager.GetString("ComboBox2.Items305"), - (object) componentResourceManager.GetString("ComboBox2.Items306"), - (object) componentResourceManager.GetString("ComboBox2.Items307"), - (object) componentResourceManager.GetString("ComboBox2.Items308"), - (object) componentResourceManager.GetString("ComboBox2.Items309"), - (object) componentResourceManager.GetString("ComboBox2.Items310"), - (object) componentResourceManager.GetString("ComboBox2.Items311"), - (object) componentResourceManager.GetString("ComboBox2.Items312"), - (object) componentResourceManager.GetString("ComboBox2.Items313"), - (object) componentResourceManager.GetString("ComboBox2.Items314"), - (object) componentResourceManager.GetString("ComboBox2.Items315"), - (object) componentResourceManager.GetString("ComboBox2.Items316"), - (object) componentResourceManager.GetString("ComboBox2.Items317"), - (object) componentResourceManager.GetString("ComboBox2.Items318"), - (object) componentResourceManager.GetString("ComboBox2.Items319"), - (object) componentResourceManager.GetString("ComboBox2.Items320"), - (object) componentResourceManager.GetString("ComboBox2.Items321"), - (object) componentResourceManager.GetString("ComboBox2.Items322"), - (object) componentResourceManager.GetString("ComboBox2.Items323"), - (object) componentResourceManager.GetString("ComboBox2.Items324"), - (object) componentResourceManager.GetString("ComboBox2.Items325"), - (object) componentResourceManager.GetString("ComboBox2.Items326"), - (object) componentResourceManager.GetString("ComboBox2.Items327"), - (object) componentResourceManager.GetString("ComboBox2.Items328"), - (object) componentResourceManager.GetString("ComboBox2.Items329"), - (object) componentResourceManager.GetString("ComboBox2.Items330"), - (object) componentResourceManager.GetString("ComboBox2.Items331"), - (object) componentResourceManager.GetString("ComboBox2.Items332"), - (object) componentResourceManager.GetString("ComboBox2.Items333"), - (object) componentResourceManager.GetString("ComboBox2.Items334"), - (object) componentResourceManager.GetString("ComboBox2.Items335"), - (object) componentResourceManager.GetString("ComboBox2.Items336"), - (object) componentResourceManager.GetString("ComboBox2.Items337"), - (object) componentResourceManager.GetString("ComboBox2.Items338"), - (object) componentResourceManager.GetString("ComboBox2.Items339"), - (object) componentResourceManager.GetString("ComboBox2.Items340"), - (object) componentResourceManager.GetString("ComboBox2.Items341"), - (object) componentResourceManager.GetString("ComboBox2.Items342"), - (object) componentResourceManager.GetString("ComboBox2.Items343"), - (object) componentResourceManager.GetString("ComboBox2.Items344"), - (object) componentResourceManager.GetString("ComboBox2.Items345"), - (object) componentResourceManager.GetString("ComboBox2.Items346"), - (object) componentResourceManager.GetString("ComboBox2.Items347"), - (object) componentResourceManager.GetString("ComboBox2.Items348"), - (object) componentResourceManager.GetString("ComboBox2.Items349"), - (object) componentResourceManager.GetString("ComboBox2.Items350"), - (object) componentResourceManager.GetString("ComboBox2.Items351"), - (object) componentResourceManager.GetString("ComboBox2.Items352"), - (object) componentResourceManager.GetString("ComboBox2.Items353"), - (object) componentResourceManager.GetString("ComboBox2.Items354"), - (object) componentResourceManager.GetString("ComboBox2.Items355"), - (object) componentResourceManager.GetString("ComboBox2.Items356"), - (object) componentResourceManager.GetString("ComboBox2.Items357"), - (object) componentResourceManager.GetString("ComboBox2.Items358"), - (object) componentResourceManager.GetString("ComboBox2.Items359"), - (object) componentResourceManager.GetString("ComboBox2.Items360"), - (object) componentResourceManager.GetString("ComboBox2.Items361"), - (object) componentResourceManager.GetString("ComboBox2.Items362"), - (object) componentResourceManager.GetString("ComboBox2.Items363"), - (object) componentResourceManager.GetString("ComboBox2.Items364"), - (object) componentResourceManager.GetString("ComboBox2.Items365"), - (object) componentResourceManager.GetString("ComboBox2.Items366"), - (object) componentResourceManager.GetString("ComboBox2.Items367"), - (object) componentResourceManager.GetString("ComboBox2.Items368"), - (object) componentResourceManager.GetString("ComboBox2.Items369"), - (object) componentResourceManager.GetString("ComboBox2.Items370"), - (object) componentResourceManager.GetString("ComboBox2.Items371"), - (object) componentResourceManager.GetString("ComboBox2.Items372"), - (object) componentResourceManager.GetString("ComboBox2.Items373"), - (object) componentResourceManager.GetString("ComboBox2.Items374"), - (object) componentResourceManager.GetString("ComboBox2.Items375"), - (object) componentResourceManager.GetString("ComboBox2.Items376"), - (object) componentResourceManager.GetString("ComboBox2.Items377"), - (object) componentResourceManager.GetString("ComboBox2.Items378"), - (object) componentResourceManager.GetString("ComboBox2.Items379"), - (object) componentResourceManager.GetString("ComboBox2.Items380"), - (object) componentResourceManager.GetString("ComboBox2.Items381"), - (object) componentResourceManager.GetString("ComboBox2.Items382"), - (object) componentResourceManager.GetString("ComboBox2.Items383"), - (object) componentResourceManager.GetString("ComboBox2.Items384"), - (object) componentResourceManager.GetString("ComboBox2.Items385"), - (object) componentResourceManager.GetString("ComboBox2.Items386"), - (object) componentResourceManager.GetString("ComboBox2.Items387"), - (object) componentResourceManager.GetString("ComboBox2.Items388"), - (object) componentResourceManager.GetString("ComboBox2.Items389"), - (object) componentResourceManager.GetString("ComboBox2.Items390"), - (object) componentResourceManager.GetString("ComboBox2.Items391"), - (object) componentResourceManager.GetString("ComboBox2.Items392"), - (object) componentResourceManager.GetString("ComboBox2.Items393"), - (object) componentResourceManager.GetString("ComboBox2.Items394"), - (object) componentResourceManager.GetString("ComboBox2.Items395"), - (object) componentResourceManager.GetString("ComboBox2.Items396"), - (object) componentResourceManager.GetString("ComboBox2.Items397"), - (object) componentResourceManager.GetString("ComboBox2.Items398"), - (object) componentResourceManager.GetString("ComboBox2.Items399"), - (object) componentResourceManager.GetString("ComboBox2.Items400"), - (object) componentResourceManager.GetString("ComboBox2.Items401"), - (object) componentResourceManager.GetString("ComboBox2.Items402"), - (object) componentResourceManager.GetString("ComboBox2.Items403"), - (object) componentResourceManager.GetString("ComboBox2.Items404"), - (object) componentResourceManager.GetString("ComboBox2.Items405"), - (object) componentResourceManager.GetString("ComboBox2.Items406"), - (object) componentResourceManager.GetString("ComboBox2.Items407"), - (object) componentResourceManager.GetString("ComboBox2.Items408"), - (object) componentResourceManager.GetString("ComboBox2.Items409"), - (object) componentResourceManager.GetString("ComboBox2.Items410"), - (object) componentResourceManager.GetString("ComboBox2.Items411"), - (object) componentResourceManager.GetString("ComboBox2.Items412"), - (object) componentResourceManager.GetString("ComboBox2.Items413"), - (object) componentResourceManager.GetString("ComboBox2.Items414"), - (object) componentResourceManager.GetString("ComboBox2.Items415"), - (object) componentResourceManager.GetString("ComboBox2.Items416"), - (object) componentResourceManager.GetString("ComboBox2.Items417"), - (object) componentResourceManager.GetString("ComboBox2.Items418"), - (object) componentResourceManager.GetString("ComboBox2.Items419"), - (object) componentResourceManager.GetString("ComboBox2.Items420"), - (object) componentResourceManager.GetString("ComboBox2.Items421"), - (object) componentResourceManager.GetString("ComboBox2.Items422"), - (object) componentResourceManager.GetString("ComboBox2.Items423"), - (object) componentResourceManager.GetString("ComboBox2.Items424"), - (object) componentResourceManager.GetString("ComboBox2.Items425"), - (object) componentResourceManager.GetString("ComboBox2.Items426"), - (object) componentResourceManager.GetString("ComboBox2.Items427"), - (object) componentResourceManager.GetString("ComboBox2.Items428"), - (object) componentResourceManager.GetString("ComboBox2.Items429"), - (object) componentResourceManager.GetString("ComboBox2.Items430"), - (object) componentResourceManager.GetString("ComboBox2.Items431"), - (object) componentResourceManager.GetString("ComboBox2.Items432"), - (object) componentResourceManager.GetString("ComboBox2.Items433"), - (object) componentResourceManager.GetString("ComboBox2.Items434"), - (object) componentResourceManager.GetString("ComboBox2.Items435"), - (object) componentResourceManager.GetString("ComboBox2.Items436"), - (object) componentResourceManager.GetString("ComboBox2.Items437"), - (object) componentResourceManager.GetString("ComboBox2.Items438"), - (object) componentResourceManager.GetString("ComboBox2.Items439"), - (object) componentResourceManager.GetString("ComboBox2.Items440"), - (object) componentResourceManager.GetString("ComboBox2.Items441"), - (object) componentResourceManager.GetString("ComboBox2.Items442"), - (object) componentResourceManager.GetString("ComboBox2.Items443"), - (object) componentResourceManager.GetString("ComboBox2.Items444"), - (object) componentResourceManager.GetString("ComboBox2.Items445"), - (object) componentResourceManager.GetString("ComboBox2.Items446"), - (object) componentResourceManager.GetString("ComboBox2.Items447"), - (object) componentResourceManager.GetString("ComboBox2.Items448"), - (object) componentResourceManager.GetString("ComboBox2.Items449"), - (object) componentResourceManager.GetString("ComboBox2.Items450"), - (object) componentResourceManager.GetString("ComboBox2.Items451"), - (object) componentResourceManager.GetString("ComboBox2.Items452"), - (object) componentResourceManager.GetString("ComboBox2.Items453"), - (object) componentResourceManager.GetString("ComboBox2.Items454"), - (object) componentResourceManager.GetString("ComboBox2.Items455"), - (object) componentResourceManager.GetString("ComboBox2.Items456"), - (object) componentResourceManager.GetString("ComboBox2.Items457"), - (object) componentResourceManager.GetString("ComboBox2.Items458"), - (object) componentResourceManager.GetString("ComboBox2.Items459"), - (object) componentResourceManager.GetString("ComboBox2.Items460"), - (object) componentResourceManager.GetString("ComboBox2.Items461"), - (object) componentResourceManager.GetString("ComboBox2.Items462"), - (object) componentResourceManager.GetString("ComboBox2.Items463"), - (object) componentResourceManager.GetString("ComboBox2.Items464"), - (object) componentResourceManager.GetString("ComboBox2.Items465"), - (object) componentResourceManager.GetString("ComboBox2.Items466"), - (object) componentResourceManager.GetString("ComboBox2.Items467"), - (object) componentResourceManager.GetString("ComboBox2.Items468"), - (object) componentResourceManager.GetString("ComboBox2.Items469"), - (object) componentResourceManager.GetString("ComboBox2.Items470"), - (object) componentResourceManager.GetString("ComboBox2.Items471"), - (object) componentResourceManager.GetString("ComboBox2.Items472"), - (object) componentResourceManager.GetString("ComboBox2.Items473"), - (object) componentResourceManager.GetString("ComboBox2.Items474"), - (object) componentResourceManager.GetString("ComboBox2.Items475"), - (object) componentResourceManager.GetString("ComboBox2.Items476"), - (object) componentResourceManager.GetString("ComboBox2.Items477"), - (object) componentResourceManager.GetString("ComboBox2.Items478"), - (object) componentResourceManager.GetString("ComboBox2.Items479"), - (object) componentResourceManager.GetString("ComboBox2.Items480"), - (object) componentResourceManager.GetString("ComboBox2.Items481"), - (object) componentResourceManager.GetString("ComboBox2.Items482"), - (object) componentResourceManager.GetString("ComboBox2.Items483"), - (object) componentResourceManager.GetString("ComboBox2.Items484"), - (object) componentResourceManager.GetString("ComboBox2.Items485"), - (object) componentResourceManager.GetString("ComboBox2.Items486"), - (object) componentResourceManager.GetString("ComboBox2.Items487"), - (object) componentResourceManager.GetString("ComboBox2.Items488"), - (object) componentResourceManager.GetString("ComboBox2.Items489"), - (object) componentResourceManager.GetString("ComboBox2.Items490"), - (object) componentResourceManager.GetString("ComboBox2.Items491"), - (object) componentResourceManager.GetString("ComboBox2.Items492"), - (object) componentResourceManager.GetString("ComboBox2.Items493"), - (object) componentResourceManager.GetString("ComboBox2.Items494"), - (object) componentResourceManager.GetString("ComboBox2.Items495"), - (object) componentResourceManager.GetString("ComboBox2.Items496"), - (object) componentResourceManager.GetString("ComboBox2.Items497"), - (object) componentResourceManager.GetString("ComboBox2.Items498"), - (object) componentResourceManager.GetString("ComboBox2.Items499"), - (object) componentResourceManager.GetString("ComboBox2.Items500"), - (object) componentResourceManager.GetString("ComboBox2.Items501"), - (object) componentResourceManager.GetString("ComboBox2.Items502"), - (object) componentResourceManager.GetString("ComboBox2.Items503"), - (object) componentResourceManager.GetString("ComboBox2.Items504"), - (object) componentResourceManager.GetString("ComboBox2.Items505"), - (object) componentResourceManager.GetString("ComboBox2.Items506"), - (object) componentResourceManager.GetString("ComboBox2.Items507"), - (object) componentResourceManager.GetString("ComboBox2.Items508"), - (object) componentResourceManager.GetString("ComboBox2.Items509"), - (object) componentResourceManager.GetString("ComboBox2.Items510"), - (object) componentResourceManager.GetString("ComboBox2.Items511") + componentResourceManager.GetString("ComboBox2.Items"), + componentResourceManager.GetString("ComboBox2.Items1"), + componentResourceManager.GetString("ComboBox2.Items2"), + componentResourceManager.GetString("ComboBox2.Items3"), + componentResourceManager.GetString("ComboBox2.Items4"), + componentResourceManager.GetString("ComboBox2.Items5"), + componentResourceManager.GetString("ComboBox2.Items6"), + componentResourceManager.GetString("ComboBox2.Items7"), + componentResourceManager.GetString("ComboBox2.Items8"), + componentResourceManager.GetString("ComboBox2.Items9"), + componentResourceManager.GetString("ComboBox2.Items10"), + componentResourceManager.GetString("ComboBox2.Items11"), + componentResourceManager.GetString("ComboBox2.Items12"), + componentResourceManager.GetString("ComboBox2.Items13"), + componentResourceManager.GetString("ComboBox2.Items14"), + componentResourceManager.GetString("ComboBox2.Items15"), + componentResourceManager.GetString("ComboBox2.Items16"), + componentResourceManager.GetString("ComboBox2.Items17"), + componentResourceManager.GetString("ComboBox2.Items18"), + componentResourceManager.GetString("ComboBox2.Items19"), + componentResourceManager.GetString("ComboBox2.Items20"), + componentResourceManager.GetString("ComboBox2.Items21"), + componentResourceManager.GetString("ComboBox2.Items22"), + componentResourceManager.GetString("ComboBox2.Items23"), + componentResourceManager.GetString("ComboBox2.Items24"), + componentResourceManager.GetString("ComboBox2.Items25"), + componentResourceManager.GetString("ComboBox2.Items26"), + componentResourceManager.GetString("ComboBox2.Items27"), + componentResourceManager.GetString("ComboBox2.Items28"), + componentResourceManager.GetString("ComboBox2.Items29"), + componentResourceManager.GetString("ComboBox2.Items30"), + componentResourceManager.GetString("ComboBox2.Items31"), + componentResourceManager.GetString("ComboBox2.Items32"), + componentResourceManager.GetString("ComboBox2.Items33"), + componentResourceManager.GetString("ComboBox2.Items34"), + componentResourceManager.GetString("ComboBox2.Items35"), + componentResourceManager.GetString("ComboBox2.Items36"), + componentResourceManager.GetString("ComboBox2.Items37"), + componentResourceManager.GetString("ComboBox2.Items38"), + componentResourceManager.GetString("ComboBox2.Items39"), + componentResourceManager.GetString("ComboBox2.Items40"), + componentResourceManager.GetString("ComboBox2.Items41"), + componentResourceManager.GetString("ComboBox2.Items42"), + componentResourceManager.GetString("ComboBox2.Items43"), + componentResourceManager.GetString("ComboBox2.Items44"), + componentResourceManager.GetString("ComboBox2.Items45"), + componentResourceManager.GetString("ComboBox2.Items46"), + componentResourceManager.GetString("ComboBox2.Items47"), + componentResourceManager.GetString("ComboBox2.Items48"), + componentResourceManager.GetString("ComboBox2.Items49"), + componentResourceManager.GetString("ComboBox2.Items50"), + componentResourceManager.GetString("ComboBox2.Items51"), + componentResourceManager.GetString("ComboBox2.Items52"), + componentResourceManager.GetString("ComboBox2.Items53"), + componentResourceManager.GetString("ComboBox2.Items54"), + componentResourceManager.GetString("ComboBox2.Items55"), + componentResourceManager.GetString("ComboBox2.Items56"), + componentResourceManager.GetString("ComboBox2.Items57"), + componentResourceManager.GetString("ComboBox2.Items58"), + componentResourceManager.GetString("ComboBox2.Items59"), + componentResourceManager.GetString("ComboBox2.Items60"), + componentResourceManager.GetString("ComboBox2.Items61"), + componentResourceManager.GetString("ComboBox2.Items62"), + componentResourceManager.GetString("ComboBox2.Items63"), + componentResourceManager.GetString("ComboBox2.Items64"), + componentResourceManager.GetString("ComboBox2.Items65"), + componentResourceManager.GetString("ComboBox2.Items66"), + componentResourceManager.GetString("ComboBox2.Items67"), + componentResourceManager.GetString("ComboBox2.Items68"), + componentResourceManager.GetString("ComboBox2.Items69"), + componentResourceManager.GetString("ComboBox2.Items70"), + componentResourceManager.GetString("ComboBox2.Items71"), + componentResourceManager.GetString("ComboBox2.Items72"), + componentResourceManager.GetString("ComboBox2.Items73"), + componentResourceManager.GetString("ComboBox2.Items74"), + componentResourceManager.GetString("ComboBox2.Items75"), + componentResourceManager.GetString("ComboBox2.Items76"), + componentResourceManager.GetString("ComboBox2.Items77"), + componentResourceManager.GetString("ComboBox2.Items78"), + componentResourceManager.GetString("ComboBox2.Items79"), + componentResourceManager.GetString("ComboBox2.Items80"), + componentResourceManager.GetString("ComboBox2.Items81"), + componentResourceManager.GetString("ComboBox2.Items82"), + componentResourceManager.GetString("ComboBox2.Items83"), + componentResourceManager.GetString("ComboBox2.Items84"), + componentResourceManager.GetString("ComboBox2.Items85"), + componentResourceManager.GetString("ComboBox2.Items86"), + componentResourceManager.GetString("ComboBox2.Items87"), + componentResourceManager.GetString("ComboBox2.Items88"), + componentResourceManager.GetString("ComboBox2.Items89"), + componentResourceManager.GetString("ComboBox2.Items90"), + componentResourceManager.GetString("ComboBox2.Items91"), + componentResourceManager.GetString("ComboBox2.Items92"), + componentResourceManager.GetString("ComboBox2.Items93"), + componentResourceManager.GetString("ComboBox2.Items94"), + componentResourceManager.GetString("ComboBox2.Items95"), + componentResourceManager.GetString("ComboBox2.Items96"), + componentResourceManager.GetString("ComboBox2.Items97"), + componentResourceManager.GetString("ComboBox2.Items98"), + componentResourceManager.GetString("ComboBox2.Items99"), + componentResourceManager.GetString("ComboBox2.Items100"), + componentResourceManager.GetString("ComboBox2.Items101"), + componentResourceManager.GetString("ComboBox2.Items102"), + componentResourceManager.GetString("ComboBox2.Items103"), + componentResourceManager.GetString("ComboBox2.Items104"), + componentResourceManager.GetString("ComboBox2.Items105"), + componentResourceManager.GetString("ComboBox2.Items106"), + componentResourceManager.GetString("ComboBox2.Items107"), + componentResourceManager.GetString("ComboBox2.Items108"), + componentResourceManager.GetString("ComboBox2.Items109"), + componentResourceManager.GetString("ComboBox2.Items110"), + componentResourceManager.GetString("ComboBox2.Items111"), + componentResourceManager.GetString("ComboBox2.Items112"), + componentResourceManager.GetString("ComboBox2.Items113"), + componentResourceManager.GetString("ComboBox2.Items114"), + componentResourceManager.GetString("ComboBox2.Items115"), + componentResourceManager.GetString("ComboBox2.Items116"), + componentResourceManager.GetString("ComboBox2.Items117"), + componentResourceManager.GetString("ComboBox2.Items118"), + componentResourceManager.GetString("ComboBox2.Items119"), + componentResourceManager.GetString("ComboBox2.Items120"), + componentResourceManager.GetString("ComboBox2.Items121"), + componentResourceManager.GetString("ComboBox2.Items122"), + componentResourceManager.GetString("ComboBox2.Items123"), + componentResourceManager.GetString("ComboBox2.Items124"), + componentResourceManager.GetString("ComboBox2.Items125"), + componentResourceManager.GetString("ComboBox2.Items126"), + componentResourceManager.GetString("ComboBox2.Items127"), + componentResourceManager.GetString("ComboBox2.Items128"), + componentResourceManager.GetString("ComboBox2.Items129"), + componentResourceManager.GetString("ComboBox2.Items130"), + componentResourceManager.GetString("ComboBox2.Items131"), + componentResourceManager.GetString("ComboBox2.Items132"), + componentResourceManager.GetString("ComboBox2.Items133"), + componentResourceManager.GetString("ComboBox2.Items134"), + componentResourceManager.GetString("ComboBox2.Items135"), + componentResourceManager.GetString("ComboBox2.Items136"), + componentResourceManager.GetString("ComboBox2.Items137"), + componentResourceManager.GetString("ComboBox2.Items138"), + componentResourceManager.GetString("ComboBox2.Items139"), + componentResourceManager.GetString("ComboBox2.Items140"), + componentResourceManager.GetString("ComboBox2.Items141"), + componentResourceManager.GetString("ComboBox2.Items142"), + componentResourceManager.GetString("ComboBox2.Items143"), + componentResourceManager.GetString("ComboBox2.Items144"), + componentResourceManager.GetString("ComboBox2.Items145"), + componentResourceManager.GetString("ComboBox2.Items146"), + componentResourceManager.GetString("ComboBox2.Items147"), + componentResourceManager.GetString("ComboBox2.Items148"), + componentResourceManager.GetString("ComboBox2.Items149"), + componentResourceManager.GetString("ComboBox2.Items150"), + componentResourceManager.GetString("ComboBox2.Items151"), + componentResourceManager.GetString("ComboBox2.Items152"), + componentResourceManager.GetString("ComboBox2.Items153"), + componentResourceManager.GetString("ComboBox2.Items154"), + componentResourceManager.GetString("ComboBox2.Items155"), + componentResourceManager.GetString("ComboBox2.Items156"), + componentResourceManager.GetString("ComboBox2.Items157"), + componentResourceManager.GetString("ComboBox2.Items158"), + componentResourceManager.GetString("ComboBox2.Items159"), + componentResourceManager.GetString("ComboBox2.Items160"), + componentResourceManager.GetString("ComboBox2.Items161"), + componentResourceManager.GetString("ComboBox2.Items162"), + componentResourceManager.GetString("ComboBox2.Items163"), + componentResourceManager.GetString("ComboBox2.Items164"), + componentResourceManager.GetString("ComboBox2.Items165"), + componentResourceManager.GetString("ComboBox2.Items166"), + componentResourceManager.GetString("ComboBox2.Items167"), + componentResourceManager.GetString("ComboBox2.Items168"), + componentResourceManager.GetString("ComboBox2.Items169"), + componentResourceManager.GetString("ComboBox2.Items170"), + componentResourceManager.GetString("ComboBox2.Items171"), + componentResourceManager.GetString("ComboBox2.Items172"), + componentResourceManager.GetString("ComboBox2.Items173"), + componentResourceManager.GetString("ComboBox2.Items174"), + componentResourceManager.GetString("ComboBox2.Items175"), + componentResourceManager.GetString("ComboBox2.Items176"), + componentResourceManager.GetString("ComboBox2.Items177"), + componentResourceManager.GetString("ComboBox2.Items178"), + componentResourceManager.GetString("ComboBox2.Items179"), + componentResourceManager.GetString("ComboBox2.Items180"), + componentResourceManager.GetString("ComboBox2.Items181"), + componentResourceManager.GetString("ComboBox2.Items182"), + componentResourceManager.GetString("ComboBox2.Items183"), + componentResourceManager.GetString("ComboBox2.Items184"), + componentResourceManager.GetString("ComboBox2.Items185"), + componentResourceManager.GetString("ComboBox2.Items186"), + componentResourceManager.GetString("ComboBox2.Items187"), + componentResourceManager.GetString("ComboBox2.Items188"), + componentResourceManager.GetString("ComboBox2.Items189"), + componentResourceManager.GetString("ComboBox2.Items190"), + componentResourceManager.GetString("ComboBox2.Items191"), + componentResourceManager.GetString("ComboBox2.Items192"), + componentResourceManager.GetString("ComboBox2.Items193"), + componentResourceManager.GetString("ComboBox2.Items194"), + componentResourceManager.GetString("ComboBox2.Items195"), + componentResourceManager.GetString("ComboBox2.Items196"), + componentResourceManager.GetString("ComboBox2.Items197"), + componentResourceManager.GetString("ComboBox2.Items198"), + componentResourceManager.GetString("ComboBox2.Items199"), + componentResourceManager.GetString("ComboBox2.Items200"), + componentResourceManager.GetString("ComboBox2.Items201"), + componentResourceManager.GetString("ComboBox2.Items202"), + componentResourceManager.GetString("ComboBox2.Items203"), + componentResourceManager.GetString("ComboBox2.Items204"), + componentResourceManager.GetString("ComboBox2.Items205"), + componentResourceManager.GetString("ComboBox2.Items206"), + componentResourceManager.GetString("ComboBox2.Items207"), + componentResourceManager.GetString("ComboBox2.Items208"), + componentResourceManager.GetString("ComboBox2.Items209"), + componentResourceManager.GetString("ComboBox2.Items210"), + componentResourceManager.GetString("ComboBox2.Items211"), + componentResourceManager.GetString("ComboBox2.Items212"), + componentResourceManager.GetString("ComboBox2.Items213"), + componentResourceManager.GetString("ComboBox2.Items214"), + componentResourceManager.GetString("ComboBox2.Items215"), + componentResourceManager.GetString("ComboBox2.Items216"), + componentResourceManager.GetString("ComboBox2.Items217"), + componentResourceManager.GetString("ComboBox2.Items218"), + componentResourceManager.GetString("ComboBox2.Items219"), + componentResourceManager.GetString("ComboBox2.Items220"), + componentResourceManager.GetString("ComboBox2.Items221"), + componentResourceManager.GetString("ComboBox2.Items222"), + componentResourceManager.GetString("ComboBox2.Items223"), + componentResourceManager.GetString("ComboBox2.Items224"), + componentResourceManager.GetString("ComboBox2.Items225"), + componentResourceManager.GetString("ComboBox2.Items226"), + componentResourceManager.GetString("ComboBox2.Items227"), + componentResourceManager.GetString("ComboBox2.Items228"), + componentResourceManager.GetString("ComboBox2.Items229"), + componentResourceManager.GetString("ComboBox2.Items230"), + componentResourceManager.GetString("ComboBox2.Items231"), + componentResourceManager.GetString("ComboBox2.Items232"), + componentResourceManager.GetString("ComboBox2.Items233"), + componentResourceManager.GetString("ComboBox2.Items234"), + componentResourceManager.GetString("ComboBox2.Items235"), + componentResourceManager.GetString("ComboBox2.Items236"), + componentResourceManager.GetString("ComboBox2.Items237"), + componentResourceManager.GetString("ComboBox2.Items238"), + componentResourceManager.GetString("ComboBox2.Items239"), + componentResourceManager.GetString("ComboBox2.Items240"), + componentResourceManager.GetString("ComboBox2.Items241"), + componentResourceManager.GetString("ComboBox2.Items242"), + componentResourceManager.GetString("ComboBox2.Items243"), + componentResourceManager.GetString("ComboBox2.Items244"), + componentResourceManager.GetString("ComboBox2.Items245"), + componentResourceManager.GetString("ComboBox2.Items246"), + componentResourceManager.GetString("ComboBox2.Items247"), + componentResourceManager.GetString("ComboBox2.Items248"), + componentResourceManager.GetString("ComboBox2.Items249"), + componentResourceManager.GetString("ComboBox2.Items250"), + componentResourceManager.GetString("ComboBox2.Items251"), + componentResourceManager.GetString("ComboBox2.Items252"), + componentResourceManager.GetString("ComboBox2.Items253"), + componentResourceManager.GetString("ComboBox2.Items254"), + componentResourceManager.GetString("ComboBox2.Items255"), + componentResourceManager.GetString("ComboBox2.Items256"), + componentResourceManager.GetString("ComboBox2.Items257"), + componentResourceManager.GetString("ComboBox2.Items258"), + componentResourceManager.GetString("ComboBox2.Items259"), + componentResourceManager.GetString("ComboBox2.Items260"), + componentResourceManager.GetString("ComboBox2.Items261"), + componentResourceManager.GetString("ComboBox2.Items262"), + componentResourceManager.GetString("ComboBox2.Items263"), + componentResourceManager.GetString("ComboBox2.Items264"), + componentResourceManager.GetString("ComboBox2.Items265"), + componentResourceManager.GetString("ComboBox2.Items266"), + componentResourceManager.GetString("ComboBox2.Items267"), + componentResourceManager.GetString("ComboBox2.Items268"), + componentResourceManager.GetString("ComboBox2.Items269"), + componentResourceManager.GetString("ComboBox2.Items270"), + componentResourceManager.GetString("ComboBox2.Items271"), + componentResourceManager.GetString("ComboBox2.Items272"), + componentResourceManager.GetString("ComboBox2.Items273"), + componentResourceManager.GetString("ComboBox2.Items274"), + componentResourceManager.GetString("ComboBox2.Items275"), + componentResourceManager.GetString("ComboBox2.Items276"), + componentResourceManager.GetString("ComboBox2.Items277"), + componentResourceManager.GetString("ComboBox2.Items278"), + componentResourceManager.GetString("ComboBox2.Items279"), + componentResourceManager.GetString("ComboBox2.Items280"), + componentResourceManager.GetString("ComboBox2.Items281"), + componentResourceManager.GetString("ComboBox2.Items282"), + componentResourceManager.GetString("ComboBox2.Items283"), + componentResourceManager.GetString("ComboBox2.Items284"), + componentResourceManager.GetString("ComboBox2.Items285"), + componentResourceManager.GetString("ComboBox2.Items286"), + componentResourceManager.GetString("ComboBox2.Items287"), + componentResourceManager.GetString("ComboBox2.Items288"), + componentResourceManager.GetString("ComboBox2.Items289"), + componentResourceManager.GetString("ComboBox2.Items290"), + componentResourceManager.GetString("ComboBox2.Items291"), + componentResourceManager.GetString("ComboBox2.Items292"), + componentResourceManager.GetString("ComboBox2.Items293"), + componentResourceManager.GetString("ComboBox2.Items294"), + componentResourceManager.GetString("ComboBox2.Items295"), + componentResourceManager.GetString("ComboBox2.Items296"), + componentResourceManager.GetString("ComboBox2.Items297"), + componentResourceManager.GetString("ComboBox2.Items298"), + componentResourceManager.GetString("ComboBox2.Items299"), + componentResourceManager.GetString("ComboBox2.Items300"), + componentResourceManager.GetString("ComboBox2.Items301"), + componentResourceManager.GetString("ComboBox2.Items302"), + componentResourceManager.GetString("ComboBox2.Items303"), + componentResourceManager.GetString("ComboBox2.Items304"), + componentResourceManager.GetString("ComboBox2.Items305"), + componentResourceManager.GetString("ComboBox2.Items306"), + componentResourceManager.GetString("ComboBox2.Items307"), + componentResourceManager.GetString("ComboBox2.Items308"), + componentResourceManager.GetString("ComboBox2.Items309"), + componentResourceManager.GetString("ComboBox2.Items310"), + componentResourceManager.GetString("ComboBox2.Items311"), + componentResourceManager.GetString("ComboBox2.Items312"), + componentResourceManager.GetString("ComboBox2.Items313"), + componentResourceManager.GetString("ComboBox2.Items314"), + componentResourceManager.GetString("ComboBox2.Items315"), + componentResourceManager.GetString("ComboBox2.Items316"), + componentResourceManager.GetString("ComboBox2.Items317"), + componentResourceManager.GetString("ComboBox2.Items318"), + componentResourceManager.GetString("ComboBox2.Items319"), + componentResourceManager.GetString("ComboBox2.Items320"), + componentResourceManager.GetString("ComboBox2.Items321"), + componentResourceManager.GetString("ComboBox2.Items322"), + componentResourceManager.GetString("ComboBox2.Items323"), + componentResourceManager.GetString("ComboBox2.Items324"), + componentResourceManager.GetString("ComboBox2.Items325"), + componentResourceManager.GetString("ComboBox2.Items326"), + componentResourceManager.GetString("ComboBox2.Items327"), + componentResourceManager.GetString("ComboBox2.Items328"), + componentResourceManager.GetString("ComboBox2.Items329"), + componentResourceManager.GetString("ComboBox2.Items330"), + componentResourceManager.GetString("ComboBox2.Items331"), + componentResourceManager.GetString("ComboBox2.Items332"), + componentResourceManager.GetString("ComboBox2.Items333"), + componentResourceManager.GetString("ComboBox2.Items334"), + componentResourceManager.GetString("ComboBox2.Items335"), + componentResourceManager.GetString("ComboBox2.Items336"), + componentResourceManager.GetString("ComboBox2.Items337"), + componentResourceManager.GetString("ComboBox2.Items338"), + componentResourceManager.GetString("ComboBox2.Items339"), + componentResourceManager.GetString("ComboBox2.Items340"), + componentResourceManager.GetString("ComboBox2.Items341"), + componentResourceManager.GetString("ComboBox2.Items342"), + componentResourceManager.GetString("ComboBox2.Items343"), + componentResourceManager.GetString("ComboBox2.Items344"), + componentResourceManager.GetString("ComboBox2.Items345"), + componentResourceManager.GetString("ComboBox2.Items346"), + componentResourceManager.GetString("ComboBox2.Items347"), + componentResourceManager.GetString("ComboBox2.Items348"), + componentResourceManager.GetString("ComboBox2.Items349"), + componentResourceManager.GetString("ComboBox2.Items350"), + componentResourceManager.GetString("ComboBox2.Items351"), + componentResourceManager.GetString("ComboBox2.Items352"), + componentResourceManager.GetString("ComboBox2.Items353"), + componentResourceManager.GetString("ComboBox2.Items354"), + componentResourceManager.GetString("ComboBox2.Items355"), + componentResourceManager.GetString("ComboBox2.Items356"), + componentResourceManager.GetString("ComboBox2.Items357"), + componentResourceManager.GetString("ComboBox2.Items358"), + componentResourceManager.GetString("ComboBox2.Items359"), + componentResourceManager.GetString("ComboBox2.Items360"), + componentResourceManager.GetString("ComboBox2.Items361"), + componentResourceManager.GetString("ComboBox2.Items362"), + componentResourceManager.GetString("ComboBox2.Items363"), + componentResourceManager.GetString("ComboBox2.Items364"), + componentResourceManager.GetString("ComboBox2.Items365"), + componentResourceManager.GetString("ComboBox2.Items366"), + componentResourceManager.GetString("ComboBox2.Items367"), + componentResourceManager.GetString("ComboBox2.Items368"), + componentResourceManager.GetString("ComboBox2.Items369"), + componentResourceManager.GetString("ComboBox2.Items370"), + componentResourceManager.GetString("ComboBox2.Items371"), + componentResourceManager.GetString("ComboBox2.Items372"), + componentResourceManager.GetString("ComboBox2.Items373"), + componentResourceManager.GetString("ComboBox2.Items374"), + componentResourceManager.GetString("ComboBox2.Items375"), + componentResourceManager.GetString("ComboBox2.Items376"), + componentResourceManager.GetString("ComboBox2.Items377"), + componentResourceManager.GetString("ComboBox2.Items378"), + componentResourceManager.GetString("ComboBox2.Items379"), + componentResourceManager.GetString("ComboBox2.Items380"), + componentResourceManager.GetString("ComboBox2.Items381"), + componentResourceManager.GetString("ComboBox2.Items382"), + componentResourceManager.GetString("ComboBox2.Items383"), + componentResourceManager.GetString("ComboBox2.Items384"), + componentResourceManager.GetString("ComboBox2.Items385"), + componentResourceManager.GetString("ComboBox2.Items386"), + componentResourceManager.GetString("ComboBox2.Items387"), + componentResourceManager.GetString("ComboBox2.Items388"), + componentResourceManager.GetString("ComboBox2.Items389"), + componentResourceManager.GetString("ComboBox2.Items390"), + componentResourceManager.GetString("ComboBox2.Items391"), + componentResourceManager.GetString("ComboBox2.Items392"), + componentResourceManager.GetString("ComboBox2.Items393"), + componentResourceManager.GetString("ComboBox2.Items394"), + componentResourceManager.GetString("ComboBox2.Items395"), + componentResourceManager.GetString("ComboBox2.Items396"), + componentResourceManager.GetString("ComboBox2.Items397"), + componentResourceManager.GetString("ComboBox2.Items398"), + componentResourceManager.GetString("ComboBox2.Items399"), + componentResourceManager.GetString("ComboBox2.Items400"), + componentResourceManager.GetString("ComboBox2.Items401"), + componentResourceManager.GetString("ComboBox2.Items402"), + componentResourceManager.GetString("ComboBox2.Items403"), + componentResourceManager.GetString("ComboBox2.Items404"), + componentResourceManager.GetString("ComboBox2.Items405"), + componentResourceManager.GetString("ComboBox2.Items406"), + componentResourceManager.GetString("ComboBox2.Items407"), + componentResourceManager.GetString("ComboBox2.Items408"), + componentResourceManager.GetString("ComboBox2.Items409"), + componentResourceManager.GetString("ComboBox2.Items410"), + componentResourceManager.GetString("ComboBox2.Items411"), + componentResourceManager.GetString("ComboBox2.Items412"), + componentResourceManager.GetString("ComboBox2.Items413"), + componentResourceManager.GetString("ComboBox2.Items414"), + componentResourceManager.GetString("ComboBox2.Items415"), + componentResourceManager.GetString("ComboBox2.Items416"), + componentResourceManager.GetString("ComboBox2.Items417"), + componentResourceManager.GetString("ComboBox2.Items418"), + componentResourceManager.GetString("ComboBox2.Items419"), + componentResourceManager.GetString("ComboBox2.Items420"), + componentResourceManager.GetString("ComboBox2.Items421"), + componentResourceManager.GetString("ComboBox2.Items422"), + componentResourceManager.GetString("ComboBox2.Items423"), + componentResourceManager.GetString("ComboBox2.Items424"), + componentResourceManager.GetString("ComboBox2.Items425"), + componentResourceManager.GetString("ComboBox2.Items426"), + componentResourceManager.GetString("ComboBox2.Items427"), + componentResourceManager.GetString("ComboBox2.Items428"), + componentResourceManager.GetString("ComboBox2.Items429"), + componentResourceManager.GetString("ComboBox2.Items430"), + componentResourceManager.GetString("ComboBox2.Items431"), + componentResourceManager.GetString("ComboBox2.Items432"), + componentResourceManager.GetString("ComboBox2.Items433"), + componentResourceManager.GetString("ComboBox2.Items434"), + componentResourceManager.GetString("ComboBox2.Items435"), + componentResourceManager.GetString("ComboBox2.Items436"), + componentResourceManager.GetString("ComboBox2.Items437"), + componentResourceManager.GetString("ComboBox2.Items438"), + componentResourceManager.GetString("ComboBox2.Items439"), + componentResourceManager.GetString("ComboBox2.Items440"), + componentResourceManager.GetString("ComboBox2.Items441"), + componentResourceManager.GetString("ComboBox2.Items442"), + componentResourceManager.GetString("ComboBox2.Items443"), + componentResourceManager.GetString("ComboBox2.Items444"), + componentResourceManager.GetString("ComboBox2.Items445"), + componentResourceManager.GetString("ComboBox2.Items446"), + componentResourceManager.GetString("ComboBox2.Items447"), + componentResourceManager.GetString("ComboBox2.Items448"), + componentResourceManager.GetString("ComboBox2.Items449"), + componentResourceManager.GetString("ComboBox2.Items450"), + componentResourceManager.GetString("ComboBox2.Items451"), + componentResourceManager.GetString("ComboBox2.Items452"), + componentResourceManager.GetString("ComboBox2.Items453"), + componentResourceManager.GetString("ComboBox2.Items454"), + componentResourceManager.GetString("ComboBox2.Items455"), + componentResourceManager.GetString("ComboBox2.Items456"), + componentResourceManager.GetString("ComboBox2.Items457"), + componentResourceManager.GetString("ComboBox2.Items458"), + componentResourceManager.GetString("ComboBox2.Items459"), + componentResourceManager.GetString("ComboBox2.Items460"), + componentResourceManager.GetString("ComboBox2.Items461"), + componentResourceManager.GetString("ComboBox2.Items462"), + componentResourceManager.GetString("ComboBox2.Items463"), + componentResourceManager.GetString("ComboBox2.Items464"), + componentResourceManager.GetString("ComboBox2.Items465"), + componentResourceManager.GetString("ComboBox2.Items466"), + componentResourceManager.GetString("ComboBox2.Items467"), + componentResourceManager.GetString("ComboBox2.Items468"), + componentResourceManager.GetString("ComboBox2.Items469"), + componentResourceManager.GetString("ComboBox2.Items470"), + componentResourceManager.GetString("ComboBox2.Items471"), + componentResourceManager.GetString("ComboBox2.Items472"), + componentResourceManager.GetString("ComboBox2.Items473"), + componentResourceManager.GetString("ComboBox2.Items474"), + componentResourceManager.GetString("ComboBox2.Items475"), + componentResourceManager.GetString("ComboBox2.Items476"), + componentResourceManager.GetString("ComboBox2.Items477"), + componentResourceManager.GetString("ComboBox2.Items478"), + componentResourceManager.GetString("ComboBox2.Items479"), + componentResourceManager.GetString("ComboBox2.Items480"), + componentResourceManager.GetString("ComboBox2.Items481"), + componentResourceManager.GetString("ComboBox2.Items482"), + componentResourceManager.GetString("ComboBox2.Items483"), + componentResourceManager.GetString("ComboBox2.Items484"), + componentResourceManager.GetString("ComboBox2.Items485"), + componentResourceManager.GetString("ComboBox2.Items486"), + componentResourceManager.GetString("ComboBox2.Items487"), + componentResourceManager.GetString("ComboBox2.Items488"), + componentResourceManager.GetString("ComboBox2.Items489"), + componentResourceManager.GetString("ComboBox2.Items490"), + componentResourceManager.GetString("ComboBox2.Items491"), + componentResourceManager.GetString("ComboBox2.Items492"), + componentResourceManager.GetString("ComboBox2.Items493"), + componentResourceManager.GetString("ComboBox2.Items494"), + componentResourceManager.GetString("ComboBox2.Items495"), + componentResourceManager.GetString("ComboBox2.Items496"), + componentResourceManager.GetString("ComboBox2.Items497"), + componentResourceManager.GetString("ComboBox2.Items498"), + componentResourceManager.GetString("ComboBox2.Items499"), + componentResourceManager.GetString("ComboBox2.Items500"), + componentResourceManager.GetString("ComboBox2.Items501"), + componentResourceManager.GetString("ComboBox2.Items502"), + componentResourceManager.GetString("ComboBox2.Items503"), + componentResourceManager.GetString("ComboBox2.Items504"), + componentResourceManager.GetString("ComboBox2.Items505"), + componentResourceManager.GetString("ComboBox2.Items506"), + componentResourceManager.GetString("ComboBox2.Items507"), + componentResourceManager.GetString("ComboBox2.Items508"), + componentResourceManager.GetString("ComboBox2.Items509"), + componentResourceManager.GetString("ComboBox2.Items510"), + componentResourceManager.GetString("ComboBox2.Items511") }); ComboBox2.Name = "ComboBox2"; - Label2.AccessibleDescription = (string) null; - Label2.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label2, "Label2"); - Label2.Font = (Font) null; + Label2.AccessibleDescription = null; + Label2.AccessibleName = null; + componentResourceManager.ApplyResources(Label2, "Label2"); + Label2.Font = null; Label2.Name = "Label2"; - ComboBox1.AccessibleDescription = (string) null; - ComboBox1.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox1, "ComboBox1"); - ComboBox1.BackgroundImage = (Image) null; + ComboBox1.AccessibleDescription = null; + ComboBox1.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox1, "ComboBox1"); + ComboBox1.BackgroundImage = null; ComboBox1.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox1.Font = (Font) null; + ComboBox1.Font = null; ComboBox1.FormattingEnabled = true; ComboBox1.Items.AddRange(new object[3] { - (object) componentResourceManager.GetString("ComboBox1.Items"), - (object) componentResourceManager.GetString("ComboBox1.Items1"), - (object) componentResourceManager.GetString("ComboBox1.Items2") + componentResourceManager.GetString("ComboBox1.Items"), + componentResourceManager.GetString("ComboBox1.Items1"), + componentResourceManager.GetString("ComboBox1.Items2") }); ComboBox1.Name = "ComboBox1"; - Label1.AccessibleDescription = (string) null; - Label1.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label1, "Label1"); - Label1.Font = (Font) null; + Label1.AccessibleDescription = null; + Label1.AccessibleName = null; + componentResourceManager.ApplyResources(Label1, "Label1"); + Label1.Font = null; Label1.Name = "Label1"; - Button3.AccessibleDescription = (string) null; - Button3.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Button3, "Button3"); - Button3.BackgroundImage = (Image) null; - Button3.Font = (Font) null; + Button3.AccessibleDescription = null; + Button3.AccessibleName = null; + componentResourceManager.ApplyResources(Button3, "Button3"); + Button3.BackgroundImage = null; + Button3.Font = null; Button3.Name = "Button3"; Button3.UseVisualStyleBackColor = true; - Button2.AccessibleDescription = (string) null; - Button2.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Button2, "Button2"); - Button2.BackgroundImage = (Image) null; - Button2.Font = (Font) null; + Button2.AccessibleDescription = null; + Button2.AccessibleName = null; + componentResourceManager.ApplyResources(Button2, "Button2"); + Button2.BackgroundImage = null; + Button2.Font = null; Button2.Name = "Button2"; Button2.UseVisualStyleBackColor = true; - Button1.AccessibleDescription = (string) null; - Button1.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Button1, "Button1"); - Button1.BackgroundImage = (Image) null; - Button1.Font = (Font) null; + Button1.AccessibleDescription = null; + Button1.AccessibleName = null; + componentResourceManager.ApplyResources(Button1, "Button1"); + Button1.BackgroundImage = null; + Button1.Font = null; Button1.Name = "Button1"; Button1.UseVisualStyleBackColor = true; - AccessibleDescription = (string) null; - AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) this, "$this"); + AccessibleDescription = null; + AccessibleName = null; + componentResourceManager.ApplyResources(this, "$this"); AutoScaleMode = AutoScaleMode.Font; - BackgroundImage = (Image) null; - Controls.Add((Control) Button3); - Controls.Add((Control) Button2); - Controls.Add((Control) Button1); - Controls.Add((Control) Panel1); - Font = (Font) null; + BackgroundImage = null; + Controls.Add(Button3); + Controls.Add(Button2); + Controls.Add(Button1); + Controls.Add(Panel1); + Font = null; Name = nameof (ScanFuncMsgForm); Panel1.ResumeLayout(false); Panel1.PerformLayout(); @@ -1506,9 +1506,9 @@ namespace HPG_68D public void ScanFuncMsgForm_Deactivate(object sender, EventArgs e) { - int num1 = 3872; - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox1, checked (num1 + 0), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox3, checked (num1 + 1), publicva.AllBit, 0); + var num1 = 3872; + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox1, checked (num1 + 0), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox3, checked (num1 + 1), publicva.AllBit, 0); uint num2; try { @@ -1520,8 +1520,8 @@ namespace HPG_68D num2 = 0U; ProjectData.ClearProjectError(); } - publicva.EEPROM_Byte[checked (num1 + 3)] = checked ((byte) unchecked ((long) num2 / 256L)); - publicva.EEPROM_Byte[checked (num1 + 2)] = checked ((byte) unchecked ((long) num2 % 256L)); + publicva.EEPROM_Byte[checked (num1 + 3)] = checked ((byte) unchecked (num2 / 256L)); + publicva.EEPROM_Byte[checked (num1 + 2)] = checked ((byte) unchecked (num2 % 256L)); try { publicva.EEPROM_Byte[checked (num1 + 6)] = checked ((byte) (ComboBox4.SelectedIndex + 5)); @@ -1535,8 +1535,8 @@ namespace HPG_68D ProjectData.SetProjectError(ex); ProjectData.ClearProjectError(); } - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox10, checked (num1 + 13), publicva.Bit6, 6); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox9, checked (num1 + 15), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox10, checked (num1 + 13), publicva.Bit6, 6); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox9, checked (num1 + 15), publicva.AllBit, 0); } private void ScanFuncMsgForm_FormClosing(object sender, FormClosingEventArgs e) @@ -1547,62 +1547,62 @@ namespace HPG_68D public void ScanFuncMsgForm_Load(object sender, EventArgs e) { MyProject.Forms.MDIParent1.扫描信息SToolStripMenuItem.Checked = true; - int num = 3872; - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox1, checked (num + 0), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox3, checked (num + 1), publicva.AllBit, 0); + var num = 3872; + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox1, checked (num + 0), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox3, checked (num + 1), publicva.AllBit, 0); SetControl_PRICHList(); try { - ComboBox4.SelectedIndex = checked ((int) publicva.EEPROM_Byte[num + 6] - 5); - ComboBox5.SelectedIndex = checked ((int) publicva.EEPROM_Byte[num + 7] - 5); - ComboBox6.SelectedIndex = checked ((int) publicva.EEPROM_Byte[num + 8] - 1); - ComboBox7.SelectedIndex = checked ((int) publicva.EEPROM_Byte[num + 9] - 1); - if (publicva.EEPROM_Byte[checked (num + 10)] < (byte) 10) - publicva.EEPROM_Byte[checked (num + 10)] = (byte) 10; - ComboBox8.SelectedIndex = checked ((int) publicva.EEPROM_Byte[num + 10] - 10); + ComboBox4.SelectedIndex = checked (publicva.EEPROM_Byte[num + 6] - 5); + ComboBox5.SelectedIndex = checked (publicva.EEPROM_Byte[num + 7] - 5); + ComboBox6.SelectedIndex = checked (publicva.EEPROM_Byte[num + 8] - 1); + ComboBox7.SelectedIndex = checked (publicva.EEPROM_Byte[num + 9] - 1); + if (publicva.EEPROM_Byte[checked (num + 10)] < 10) + publicva.EEPROM_Byte[checked (num + 10)] = 10; + ComboBox8.SelectedIndex = checked (publicva.EEPROM_Byte[num + 10] - 10); } catch (Exception ex) { ProjectData.SetProjectError(ex); ProjectData.ClearProjectError(); } - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox10, checked (num + 13), publicva.Bit6, 6); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox9, checked (num + 15), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox10, checked (num + 13), publicva.Bit6, 6); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox9, checked (num + 15), publicva.AllBit, 0); } public void SetControl_PRICHList() { - int num = 3872; - Get_PRICHList((Control) ComboBox2); - if (ComboBox2.FindString(checked ((int) publicva.EEPROM_Byte[num + 3] * 256 + (int) publicva.EEPROM_Byte[num + 2]).ToString()) == -1) + var num = 3872; + Get_PRICHList(ComboBox2); + if (ComboBox2.FindString(checked (publicva.EEPROM_Byte[num + 3] * 256 + publicva.EEPROM_Byte[num + 2]).ToString()) == -1) { - publicva.EEPROM_Byte[checked (num + 2)] = (byte) 0; - publicva.EEPROM_Byte[checked (num + 3)] = (byte) 0; + publicva.EEPROM_Byte[checked (num + 2)] = 0; + publicva.EEPROM_Byte[checked (num + 3)] = 0; ComboBox2.SelectedIndex = 0; } else - ComboBox2.SelectedIndex = ComboBox2.Items.IndexOf((object) checked ((int) publicva.EEPROM_Byte[num + 3] * 256 + (int) publicva.EEPROM_Byte[num + 2])); + ComboBox2.SelectedIndex = ComboBox2.Items.IndexOf(checked (publicva.EEPROM_Byte[num + 3] * 256 + publicva.EEPROM_Byte[num + 2])); } public void Get_PRICHList(Control object_x) { - bool flag = false; + var flag = false; if (!(object_x is ComboBox)) return; ((ComboBox) object_x).Items.Clear(); - int CHNo = 0; + var CHNo = 0; do { if (MyProject.Forms.ChannelMsg.CHStatus_Read(CHNo, 8064)) { flag = true; - ((ComboBox) object_x).Items.Add((object) CHNo); + ((ComboBox) object_x).Items.Add(CHNo); } checked { ++CHNo; } } while (CHNo <= 511); if (!flag) - ((ComboBox) object_x).Items.Add((object) "None"); + ((ComboBox) object_x).Items.Add("None"); } private void Button1_Click(object sender, EventArgs e) => Close(); diff --git a/HPG-68D/SofeMsgForm.cs b/HPG-68D/SofeMsgForm.cs index 929246a..ac3064b 100644 --- a/HPG-68D/SofeMsgForm.cs +++ b/HPG-68D/SofeMsgForm.cs @@ -138,7 +138,7 @@ namespace HPG_68D { FormClosing += SofeMsgForm_FormClosing; Load += SofeMsgForm_Load; - __ENCList.Add((object) new WeakReference((object) this)); + __ENCList.Add(new WeakReference(this)); InitializeComponent(); } @@ -153,7 +153,7 @@ namespace HPG_68D [DebuggerStepThrough] private void InitializeComponent() { - ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof (SofeMsgForm)); + var componentResourceManager = new ComponentResourceManager(typeof (SofeMsgForm)); Panel1 = new Panel(); CheckBoxRxBand_7 = new CheckBox(); CheckBoxTxBand_7 = new CheckBox(); @@ -208,182 +208,182 @@ namespace HPG_68D Button3 = new Button(); Panel1.SuspendLayout(); SuspendLayout(); - componentResourceManager.ApplyResources((object) Panel1, "Panel1"); + componentResourceManager.ApplyResources(Panel1, "Panel1"); Panel1.BorderStyle = BorderStyle.FixedSingle; - Panel1.Controls.Add((Control) CheckBoxRxBand_7); - Panel1.Controls.Add((Control) CheckBoxTxBand_7); - Panel1.Controls.Add((Control) CheckBoxRxBand_6); - Panel1.Controls.Add((Control) CheckBoxTxBand_6); - Panel1.Controls.Add((Control) CheckBoxRxBand_5); - Panel1.Controls.Add((Control) CheckBoxTxBand_5); - Panel1.Controls.Add((Control) CheckBoxRxBand_4); - Panel1.Controls.Add((Control) CheckBoxTxBand_4); - Panel1.Controls.Add((Control) CheckBoxRxBand_3); - Panel1.Controls.Add((Control) CheckBoxTxBand_3); - Panel1.Controls.Add((Control) CheckBoxRxBand_2); - Panel1.Controls.Add((Control) CheckBoxTxBand_2); - Panel1.Controls.Add((Control) CheckBoxRxBand_1); - Panel1.Controls.Add((Control) CheckBoxTxBand_1); - Panel1.Controls.Add((Control) TextBox最后编程时间); - Panel1.Controls.Add((Control) TextBoxRxBand_7); - Panel1.Controls.Add((Control) TextBoxTxBand_7); - Panel1.Controls.Add((Control) TextBoxRxBand_6); - Panel1.Controls.Add((Control) TextBoxTxBand_6); - Panel1.Controls.Add((Control) TextBoxRxBand_5); - Panel1.Controls.Add((Control) Label17); - Panel1.Controls.Add((Control) TextBoxTxBand_5); - Panel1.Controls.Add((Control) Label16); - Panel1.Controls.Add((Control) Label9); - Panel1.Controls.Add((Control) TextBoxRxBand_4); - Panel1.Controls.Add((Control) TextBoxTxBand_4); - Panel1.Controls.Add((Control) Label15); - Panel1.Controls.Add((Control) Label8); - Panel1.Controls.Add((Control) TextBoxRxBand_3); - Panel1.Controls.Add((Control) TextBoxTxBand_3); - Panel1.Controls.Add((Control) Label14); - Panel1.Controls.Add((Control) Label7); - Panel1.Controls.Add((Control) TextBoxRxBand_2); - Panel1.Controls.Add((Control) TextBoxTxBand_2); - Panel1.Controls.Add((Control) Label13); - Panel1.Controls.Add((Control) Label6); - Panel1.Controls.Add((Control) TextBoxRxBand_1); - Panel1.Controls.Add((Control) Label12); - Panel1.Controls.Add((Control) TextBoxTxBand_1); - Panel1.Controls.Add((Control) Label5); - Panel1.Controls.Add((Control) Label11); - Panel1.Controls.Add((Control) TextBox机型信息); - Panel1.Controls.Add((Control) Label4); - Panel1.Controls.Add((Control) Label10); - Panel1.Controls.Add((Control) TextBox序列号); - Panel1.Controls.Add((Control) Label3); - Panel1.Controls.Add((Control) Label2); - Panel1.Controls.Add((Control) Label1); + Panel1.Controls.Add(CheckBoxRxBand_7); + Panel1.Controls.Add(CheckBoxTxBand_7); + Panel1.Controls.Add(CheckBoxRxBand_6); + Panel1.Controls.Add(CheckBoxTxBand_6); + Panel1.Controls.Add(CheckBoxRxBand_5); + Panel1.Controls.Add(CheckBoxTxBand_5); + Panel1.Controls.Add(CheckBoxRxBand_4); + Panel1.Controls.Add(CheckBoxTxBand_4); + Panel1.Controls.Add(CheckBoxRxBand_3); + Panel1.Controls.Add(CheckBoxTxBand_3); + Panel1.Controls.Add(CheckBoxRxBand_2); + Panel1.Controls.Add(CheckBoxTxBand_2); + Panel1.Controls.Add(CheckBoxRxBand_1); + Panel1.Controls.Add(CheckBoxTxBand_1); + Panel1.Controls.Add(TextBox最后编程时间); + Panel1.Controls.Add(TextBoxRxBand_7); + Panel1.Controls.Add(TextBoxTxBand_7); + Panel1.Controls.Add(TextBoxRxBand_6); + Panel1.Controls.Add(TextBoxTxBand_6); + Panel1.Controls.Add(TextBoxRxBand_5); + Panel1.Controls.Add(Label17); + Panel1.Controls.Add(TextBoxTxBand_5); + Panel1.Controls.Add(Label16); + Panel1.Controls.Add(Label9); + Panel1.Controls.Add(TextBoxRxBand_4); + Panel1.Controls.Add(TextBoxTxBand_4); + Panel1.Controls.Add(Label15); + Panel1.Controls.Add(Label8); + Panel1.Controls.Add(TextBoxRxBand_3); + Panel1.Controls.Add(TextBoxTxBand_3); + Panel1.Controls.Add(Label14); + Panel1.Controls.Add(Label7); + Panel1.Controls.Add(TextBoxRxBand_2); + Panel1.Controls.Add(TextBoxTxBand_2); + Panel1.Controls.Add(Label13); + Panel1.Controls.Add(Label6); + Panel1.Controls.Add(TextBoxRxBand_1); + Panel1.Controls.Add(Label12); + Panel1.Controls.Add(TextBoxTxBand_1); + Panel1.Controls.Add(Label5); + Panel1.Controls.Add(Label11); + Panel1.Controls.Add(TextBox机型信息); + Panel1.Controls.Add(Label4); + Panel1.Controls.Add(Label10); + Panel1.Controls.Add(TextBox序列号); + Panel1.Controls.Add(Label3); + Panel1.Controls.Add(Label2); + Panel1.Controls.Add(Label1); Panel1.Name = "Panel1"; - componentResourceManager.ApplyResources((object) CheckBoxRxBand_7, "CheckBoxRxBand_7"); + componentResourceManager.ApplyResources(CheckBoxRxBand_7, "CheckBoxRxBand_7"); CheckBoxRxBand_7.Name = "CheckBoxRxBand_7"; CheckBoxRxBand_7.UseVisualStyleBackColor = true; - componentResourceManager.ApplyResources((object) CheckBoxTxBand_7, "CheckBoxTxBand_7"); + componentResourceManager.ApplyResources(CheckBoxTxBand_7, "CheckBoxTxBand_7"); CheckBoxTxBand_7.Name = "CheckBoxTxBand_7"; CheckBoxTxBand_7.UseVisualStyleBackColor = true; - componentResourceManager.ApplyResources((object) CheckBoxRxBand_6, "CheckBoxRxBand_6"); + componentResourceManager.ApplyResources(CheckBoxRxBand_6, "CheckBoxRxBand_6"); CheckBoxRxBand_6.Name = "CheckBoxRxBand_6"; CheckBoxRxBand_6.UseVisualStyleBackColor = true; - componentResourceManager.ApplyResources((object) CheckBoxTxBand_6, "CheckBoxTxBand_6"); + componentResourceManager.ApplyResources(CheckBoxTxBand_6, "CheckBoxTxBand_6"); CheckBoxTxBand_6.Name = "CheckBoxTxBand_6"; CheckBoxTxBand_6.UseVisualStyleBackColor = true; - componentResourceManager.ApplyResources((object) CheckBoxRxBand_5, "CheckBoxRxBand_5"); + componentResourceManager.ApplyResources(CheckBoxRxBand_5, "CheckBoxRxBand_5"); CheckBoxRxBand_5.Name = "CheckBoxRxBand_5"; CheckBoxRxBand_5.UseVisualStyleBackColor = true; - componentResourceManager.ApplyResources((object) CheckBoxTxBand_5, "CheckBoxTxBand_5"); + componentResourceManager.ApplyResources(CheckBoxTxBand_5, "CheckBoxTxBand_5"); CheckBoxTxBand_5.Name = "CheckBoxTxBand_5"; CheckBoxTxBand_5.UseVisualStyleBackColor = true; - componentResourceManager.ApplyResources((object) CheckBoxRxBand_4, "CheckBoxRxBand_4"); + componentResourceManager.ApplyResources(CheckBoxRxBand_4, "CheckBoxRxBand_4"); CheckBoxRxBand_4.Name = "CheckBoxRxBand_4"; CheckBoxRxBand_4.UseVisualStyleBackColor = true; - componentResourceManager.ApplyResources((object) CheckBoxTxBand_4, "CheckBoxTxBand_4"); + componentResourceManager.ApplyResources(CheckBoxTxBand_4, "CheckBoxTxBand_4"); CheckBoxTxBand_4.Name = "CheckBoxTxBand_4"; CheckBoxTxBand_4.UseVisualStyleBackColor = true; - componentResourceManager.ApplyResources((object) CheckBoxRxBand_3, "CheckBoxRxBand_3"); + componentResourceManager.ApplyResources(CheckBoxRxBand_3, "CheckBoxRxBand_3"); CheckBoxRxBand_3.Name = "CheckBoxRxBand_3"; CheckBoxRxBand_3.UseVisualStyleBackColor = true; - componentResourceManager.ApplyResources((object) CheckBoxTxBand_3, "CheckBoxTxBand_3"); + componentResourceManager.ApplyResources(CheckBoxTxBand_3, "CheckBoxTxBand_3"); CheckBoxTxBand_3.Name = "CheckBoxTxBand_3"; CheckBoxTxBand_3.UseVisualStyleBackColor = true; - componentResourceManager.ApplyResources((object) CheckBoxRxBand_2, "CheckBoxRxBand_2"); + componentResourceManager.ApplyResources(CheckBoxRxBand_2, "CheckBoxRxBand_2"); CheckBoxRxBand_2.Name = "CheckBoxRxBand_2"; CheckBoxRxBand_2.UseVisualStyleBackColor = true; - componentResourceManager.ApplyResources((object) CheckBoxTxBand_2, "CheckBoxTxBand_2"); + componentResourceManager.ApplyResources(CheckBoxTxBand_2, "CheckBoxTxBand_2"); CheckBoxTxBand_2.Name = "CheckBoxTxBand_2"; CheckBoxTxBand_2.UseVisualStyleBackColor = true; - componentResourceManager.ApplyResources((object) CheckBoxRxBand_1, "CheckBoxRxBand_1"); + componentResourceManager.ApplyResources(CheckBoxRxBand_1, "CheckBoxRxBand_1"); CheckBoxRxBand_1.Name = "CheckBoxRxBand_1"; CheckBoxRxBand_1.UseVisualStyleBackColor = true; - componentResourceManager.ApplyResources((object) CheckBoxTxBand_1, "CheckBoxTxBand_1"); + componentResourceManager.ApplyResources(CheckBoxTxBand_1, "CheckBoxTxBand_1"); CheckBoxTxBand_1.Name = "CheckBoxTxBand_1"; CheckBoxTxBand_1.UseVisualStyleBackColor = true; - componentResourceManager.ApplyResources((object) TextBox最后编程时间, "TextBox最后编程时间"); + componentResourceManager.ApplyResources(TextBox最后编程时间, "TextBox最后编程时间"); TextBox最后编程时间.Name = "TextBox最后编程时间"; - componentResourceManager.ApplyResources((object) TextBoxRxBand_7, "TextBoxRxBand_7"); + componentResourceManager.ApplyResources(TextBoxRxBand_7, "TextBoxRxBand_7"); TextBoxRxBand_7.Name = "TextBoxRxBand_7"; - componentResourceManager.ApplyResources((object) TextBoxTxBand_7, "TextBoxTxBand_7"); + componentResourceManager.ApplyResources(TextBoxTxBand_7, "TextBoxTxBand_7"); TextBoxTxBand_7.Name = "TextBoxTxBand_7"; - componentResourceManager.ApplyResources((object) TextBoxRxBand_6, "TextBoxRxBand_6"); + componentResourceManager.ApplyResources(TextBoxRxBand_6, "TextBoxRxBand_6"); TextBoxRxBand_6.Name = "TextBoxRxBand_6"; - componentResourceManager.ApplyResources((object) TextBoxTxBand_6, "TextBoxTxBand_6"); + componentResourceManager.ApplyResources(TextBoxTxBand_6, "TextBoxTxBand_6"); TextBoxTxBand_6.Name = "TextBoxTxBand_6"; - componentResourceManager.ApplyResources((object) TextBoxRxBand_5, "TextBoxRxBand_5"); + componentResourceManager.ApplyResources(TextBoxRxBand_5, "TextBoxRxBand_5"); TextBoxRxBand_5.Name = "TextBoxRxBand_5"; - componentResourceManager.ApplyResources((object) Label17, "Label17"); + componentResourceManager.ApplyResources(Label17, "Label17"); Label17.Name = "Label17"; - componentResourceManager.ApplyResources((object) TextBoxTxBand_5, "TextBoxTxBand_5"); + componentResourceManager.ApplyResources(TextBoxTxBand_5, "TextBoxTxBand_5"); TextBoxTxBand_5.Name = "TextBoxTxBand_5"; - componentResourceManager.ApplyResources((object) Label16, "Label16"); + componentResourceManager.ApplyResources(Label16, "Label16"); Label16.Name = "Label16"; - componentResourceManager.ApplyResources((object) Label9, "Label9"); + componentResourceManager.ApplyResources(Label9, "Label9"); Label9.Name = "Label9"; - componentResourceManager.ApplyResources((object) TextBoxRxBand_4, "TextBoxRxBand_4"); + componentResourceManager.ApplyResources(TextBoxRxBand_4, "TextBoxRxBand_4"); TextBoxRxBand_4.Name = "TextBoxRxBand_4"; - componentResourceManager.ApplyResources((object) TextBoxTxBand_4, "TextBoxTxBand_4"); + componentResourceManager.ApplyResources(TextBoxTxBand_4, "TextBoxTxBand_4"); TextBoxTxBand_4.Name = "TextBoxTxBand_4"; - componentResourceManager.ApplyResources((object) Label15, "Label15"); + componentResourceManager.ApplyResources(Label15, "Label15"); Label15.Name = "Label15"; - componentResourceManager.ApplyResources((object) Label8, "Label8"); + componentResourceManager.ApplyResources(Label8, "Label8"); Label8.Name = "Label8"; - componentResourceManager.ApplyResources((object) TextBoxRxBand_3, "TextBoxRxBand_3"); + componentResourceManager.ApplyResources(TextBoxRxBand_3, "TextBoxRxBand_3"); TextBoxRxBand_3.Name = "TextBoxRxBand_3"; - componentResourceManager.ApplyResources((object) TextBoxTxBand_3, "TextBoxTxBand_3"); + componentResourceManager.ApplyResources(TextBoxTxBand_3, "TextBoxTxBand_3"); TextBoxTxBand_3.Name = "TextBoxTxBand_3"; - componentResourceManager.ApplyResources((object) Label14, "Label14"); + componentResourceManager.ApplyResources(Label14, "Label14"); Label14.Name = "Label14"; - componentResourceManager.ApplyResources((object) Label7, "Label7"); + componentResourceManager.ApplyResources(Label7, "Label7"); Label7.Name = "Label7"; - componentResourceManager.ApplyResources((object) TextBoxRxBand_2, "TextBoxRxBand_2"); + componentResourceManager.ApplyResources(TextBoxRxBand_2, "TextBoxRxBand_2"); TextBoxRxBand_2.Name = "TextBoxRxBand_2"; - componentResourceManager.ApplyResources((object) TextBoxTxBand_2, "TextBoxTxBand_2"); + componentResourceManager.ApplyResources(TextBoxTxBand_2, "TextBoxTxBand_2"); TextBoxTxBand_2.Name = "TextBoxTxBand_2"; - componentResourceManager.ApplyResources((object) Label13, "Label13"); + componentResourceManager.ApplyResources(Label13, "Label13"); Label13.Name = "Label13"; - componentResourceManager.ApplyResources((object) Label6, "Label6"); + componentResourceManager.ApplyResources(Label6, "Label6"); Label6.Name = "Label6"; - componentResourceManager.ApplyResources((object) TextBoxRxBand_1, "TextBoxRxBand_1"); + componentResourceManager.ApplyResources(TextBoxRxBand_1, "TextBoxRxBand_1"); TextBoxRxBand_1.Name = "TextBoxRxBand_1"; - componentResourceManager.ApplyResources((object) Label12, "Label12"); + componentResourceManager.ApplyResources(Label12, "Label12"); Label12.Name = "Label12"; - componentResourceManager.ApplyResources((object) TextBoxTxBand_1, "TextBoxTxBand_1"); + componentResourceManager.ApplyResources(TextBoxTxBand_1, "TextBoxTxBand_1"); TextBoxTxBand_1.Name = "TextBoxTxBand_1"; - componentResourceManager.ApplyResources((object) Label5, "Label5"); + componentResourceManager.ApplyResources(Label5, "Label5"); Label5.Name = "Label5"; - componentResourceManager.ApplyResources((object) Label11, "Label11"); + componentResourceManager.ApplyResources(Label11, "Label11"); Label11.Name = "Label11"; - componentResourceManager.ApplyResources((object) TextBox机型信息, "TextBox机型信息"); + componentResourceManager.ApplyResources(TextBox机型信息, "TextBox机型信息"); TextBox机型信息.Name = "TextBox机型信息"; - componentResourceManager.ApplyResources((object) Label4, "Label4"); + componentResourceManager.ApplyResources(Label4, "Label4"); Label4.Name = "Label4"; - componentResourceManager.ApplyResources((object) Label10, "Label10"); + componentResourceManager.ApplyResources(Label10, "Label10"); Label10.Name = "Label10"; - componentResourceManager.ApplyResources((object) TextBox序列号, "TextBox序列号"); + componentResourceManager.ApplyResources(TextBox序列号, "TextBox序列号"); TextBox序列号.Name = "TextBox序列号"; - componentResourceManager.ApplyResources((object) Label3, "Label3"); + componentResourceManager.ApplyResources(Label3, "Label3"); Label3.Name = "Label3"; - componentResourceManager.ApplyResources((object) Label2, "Label2"); + componentResourceManager.ApplyResources(Label2, "Label2"); Label2.Name = "Label2"; - componentResourceManager.ApplyResources((object) Label1, "Label1"); + componentResourceManager.ApplyResources(Label1, "Label1"); Label1.Name = "Label1"; - componentResourceManager.ApplyResources((object) Button1, "Button1"); + componentResourceManager.ApplyResources(Button1, "Button1"); Button1.Name = "Button1"; Button1.UseVisualStyleBackColor = true; - componentResourceManager.ApplyResources((object) Button2, "Button2"); + componentResourceManager.ApplyResources(Button2, "Button2"); Button2.Name = "Button2"; Button2.UseVisualStyleBackColor = true; - componentResourceManager.ApplyResources((object) Button3, "Button3"); + componentResourceManager.ApplyResources(Button3, "Button3"); Button3.Name = "Button3"; Button3.UseVisualStyleBackColor = true; - componentResourceManager.ApplyResources((object) this, "$this"); + componentResourceManager.ApplyResources(this, "$this"); AutoScaleMode = AutoScaleMode.Font; - Controls.Add((Control) Button3); - Controls.Add((Control) Button2); - Controls.Add((Control) Button1); - Controls.Add((Control) Panel1); + Controls.Add(Button3); + Controls.Add(Button2); + Controls.Add(Button1); + Controls.Add(Panel1); Name = nameof (SofeMsgForm); Panel1.ResumeLayout(false); Panel1.PerformLayout(); @@ -843,39 +843,39 @@ namespace HPG_68D public void SofeMsgForm_Load(object sender, EventArgs e) { MyProject.Forms.MDIParent1.对讲机信息RToolStripMenuItem.Checked = true; - int num1 = 0; + var num1 = 0; TextBox机型信息.Text = Strings.RTrim(Encoding.ASCII.GetString(publicva.EEPROM_Byte, checked (num1 + 0), 9)); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) CheckBoxRxBand_1, checked (num1 + 12), publicva.Bit0, 1); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) CheckBoxRxBand_2, checked (num1 + 12), publicva.Bit1, 1); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) CheckBoxRxBand_3, checked (num1 + 12), publicva.Bit2, 1); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) CheckBoxRxBand_4, checked (num1 + 12), publicva.Bit3, 1); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) CheckBoxRxBand_5, checked (num1 + 12), publicva.Bit4, 1); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) CheckBoxRxBand_6, checked (num1 + 12), publicva.Bit5, 1); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) CheckBoxRxBand_7, checked (num1 + 12), publicva.Bit6, 1); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) CheckBoxTxBand_1, checked (num1 + 13), publicva.Bit0, 1); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) CheckBoxTxBand_2, checked (num1 + 13), publicva.Bit1, 1); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) CheckBoxTxBand_3, checked (num1 + 13), publicva.Bit2, 1); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) CheckBoxTxBand_4, checked (num1 + 13), publicva.Bit3, 1); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) CheckBoxTxBand_5, checked (num1 + 13), publicva.Bit4, 1); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) CheckBoxTxBand_6, checked (num1 + 13), publicva.Bit5, 1); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) CheckBoxTxBand_7, checked (num1 + 13), publicva.Bit6, 1); - int num2 = 32; + MyProject.Forms.MDIParent1.SetControl_U8_Data(CheckBoxRxBand_1, checked (num1 + 12), publicva.Bit0, 1); + MyProject.Forms.MDIParent1.SetControl_U8_Data(CheckBoxRxBand_2, checked (num1 + 12), publicva.Bit1, 1); + MyProject.Forms.MDIParent1.SetControl_U8_Data(CheckBoxRxBand_3, checked (num1 + 12), publicva.Bit2, 1); + MyProject.Forms.MDIParent1.SetControl_U8_Data(CheckBoxRxBand_4, checked (num1 + 12), publicva.Bit3, 1); + MyProject.Forms.MDIParent1.SetControl_U8_Data(CheckBoxRxBand_5, checked (num1 + 12), publicva.Bit4, 1); + MyProject.Forms.MDIParent1.SetControl_U8_Data(CheckBoxRxBand_6, checked (num1 + 12), publicva.Bit5, 1); + MyProject.Forms.MDIParent1.SetControl_U8_Data(CheckBoxRxBand_7, checked (num1 + 12), publicva.Bit6, 1); + MyProject.Forms.MDIParent1.SetControl_U8_Data(CheckBoxTxBand_1, checked (num1 + 13), publicva.Bit0, 1); + MyProject.Forms.MDIParent1.SetControl_U8_Data(CheckBoxTxBand_2, checked (num1 + 13), publicva.Bit1, 1); + MyProject.Forms.MDIParent1.SetControl_U8_Data(CheckBoxTxBand_3, checked (num1 + 13), publicva.Bit2, 1); + MyProject.Forms.MDIParent1.SetControl_U8_Data(CheckBoxTxBand_4, checked (num1 + 13), publicva.Bit3, 1); + MyProject.Forms.MDIParent1.SetControl_U8_Data(CheckBoxTxBand_5, checked (num1 + 13), publicva.Bit4, 1); + MyProject.Forms.MDIParent1.SetControl_U8_Data(CheckBoxTxBand_6, checked (num1 + 13), publicva.Bit5, 1); + MyProject.Forms.MDIParent1.SetControl_U8_Data(CheckBoxTxBand_7, checked (num1 + 13), publicva.Bit6, 1); + var num2 = 32; TextBox序列号.Text = Strings.RTrim(Encoding.ASCII.GetString(publicva.EEPROM_Byte, checked (num2 + 0), 16)); - int num3 = 768; - TextBoxRxBand_1.Text = string.Format("{0:000}", Operators.IntDivideObject(MyProject.Forms.MDIParent1.Get_4ByteToU32_L_H(checked (num3 + 0)), (object) 100000)) + "-" + string.Format("{0:000}", Operators.IntDivideObject(MyProject.Forms.MDIParent1.Get_4ByteToU32_L_H(checked (num3 + 0 + 4)), (object) 100000)) + "MHz"; - TextBoxTxBand_1.Text = string.Format("{0:000}", Operators.IntDivideObject(MyProject.Forms.MDIParent1.Get_4ByteToU32_L_H(checked (num3 + 8)), (object) 100000)) + "-" + string.Format("{0:000}", Operators.IntDivideObject(MyProject.Forms.MDIParent1.Get_4ByteToU32_L_H(checked (num3 + 8 + 4)), (object) 100000)) + "MHz"; - TextBoxRxBand_2.Text = string.Format("{0:000}", Operators.IntDivideObject(MyProject.Forms.MDIParent1.Get_4ByteToU32_L_H(checked (num3 + 16)), (object) 100000)) + "-" + string.Format("{0:000}", Operators.IntDivideObject(MyProject.Forms.MDIParent1.Get_4ByteToU32_L_H(checked (num3 + 16 + 4)), (object) 100000)) + "MHz"; - TextBoxTxBand_2.Text = string.Format("{0:000}", Operators.IntDivideObject(MyProject.Forms.MDIParent1.Get_4ByteToU32_L_H(checked (num3 + 24)), (object) 100000)) + "-" + string.Format("{0:000}", Operators.IntDivideObject(MyProject.Forms.MDIParent1.Get_4ByteToU32_L_H(checked (num3 + 24 + 4)), (object) 100000)) + "MHz"; - TextBoxRxBand_3.Text = string.Format("{0:000}", Operators.IntDivideObject(MyProject.Forms.MDIParent1.Get_4ByteToU32_L_H(checked (num3 + 32)), (object) 100000)) + "-" + string.Format("{0:000}", Operators.IntDivideObject(MyProject.Forms.MDIParent1.Get_4ByteToU32_L_H(checked (num3 + 32 + 4)), (object) 100000)) + "MHz"; - TextBoxTxBand_3.Text = string.Format("{0:000}", Operators.IntDivideObject(MyProject.Forms.MDIParent1.Get_4ByteToU32_L_H(checked (num3 + 40)), (object) 100000)) + "-" + string.Format("{0:000}", Operators.IntDivideObject(MyProject.Forms.MDIParent1.Get_4ByteToU32_L_H(checked (num3 + 40 + 4)), (object) 100000)) + "MHz"; - TextBoxRxBand_4.Text = string.Format("{0:000}", Operators.IntDivideObject(MyProject.Forms.MDIParent1.Get_4ByteToU32_L_H(checked (num3 + 48)), (object) 100000)) + "-" + string.Format("{0:000}", Operators.IntDivideObject(MyProject.Forms.MDIParent1.Get_4ByteToU32_L_H(checked (num3 + 48 + 4)), (object) 100000)) + "MHz"; - TextBoxTxBand_4.Text = string.Format("{0:000}", Operators.IntDivideObject(MyProject.Forms.MDIParent1.Get_4ByteToU32_L_H(checked (num3 + 56)), (object) 100000)) + "-" + string.Format("{0:000}", Operators.IntDivideObject(MyProject.Forms.MDIParent1.Get_4ByteToU32_L_H(checked (num3 + 56 + 4)), (object) 100000)) + "MHz"; - TextBoxRxBand_5.Text = string.Format("{0:000}", Operators.IntDivideObject(MyProject.Forms.MDIParent1.Get_4ByteToU32_L_H(checked (num3 + 64)), (object) 100000)) + "-" + string.Format("{0:000}", Operators.IntDivideObject(MyProject.Forms.MDIParent1.Get_4ByteToU32_L_H(checked (num3 + 64 + 4)), (object) 100000)) + "MHz"; - TextBoxTxBand_5.Text = string.Format("{0:000}", Operators.IntDivideObject(MyProject.Forms.MDIParent1.Get_4ByteToU32_L_H(checked (num3 + 72)), (object) 100000)) + "-" + string.Format("{0:000}", Operators.IntDivideObject(MyProject.Forms.MDIParent1.Get_4ByteToU32_L_H(checked (num3 + 72 + 4)), (object) 100000)) + "MHz"; - TextBoxRxBand_6.Text = string.Format("{0:000}", Operators.IntDivideObject(MyProject.Forms.MDIParent1.Get_4ByteToU32_L_H(checked (num3 + 80)), (object) 100000)) + "-" + string.Format("{0:000}", Operators.IntDivideObject(MyProject.Forms.MDIParent1.Get_4ByteToU32_L_H(checked (num3 + 80 + 4)), (object) 100000)) + "MHz"; - TextBoxTxBand_6.Text = string.Format("{0:000}", Operators.IntDivideObject(MyProject.Forms.MDIParent1.Get_4ByteToU32_L_H(checked (num3 + 88)), (object) 100000)) + "-" + string.Format("{0:000}", Operators.IntDivideObject(MyProject.Forms.MDIParent1.Get_4ByteToU32_L_H(checked (num3 + 88 + 4)), (object) 100000)) + "MHz"; - TextBoxRxBand_7.Text = string.Format("{0:000}", Operators.IntDivideObject(MyProject.Forms.MDIParent1.Get_4ByteToU32_L_H(checked (num3 + 96)), (object) 100000)) + "-" + string.Format("{0:000}", Operators.IntDivideObject(MyProject.Forms.MDIParent1.Get_4ByteToU32_L_H(checked (num3 + 96 + 4)), (object) 100000)) + "MHz"; - TextBoxTxBand_7.Text = string.Format("{0:000}", Operators.IntDivideObject(MyProject.Forms.MDIParent1.Get_4ByteToU32_L_H(checked (num3 + 104)), (object) 100000)) + "-" + string.Format("{0:000}", Operators.IntDivideObject(MyProject.Forms.MDIParent1.Get_4ByteToU32_L_H(checked (num3 + 104 + 4)), (object) 100000)) + "MHz"; + var num3 = 768; + TextBoxRxBand_1.Text = string.Format("{0:000}", Operators.IntDivideObject(MyProject.Forms.MDIParent1.Get_4ByteToU32_L_H(checked (num3 + 0)), 100000)) + "-" + string.Format("{0:000}", Operators.IntDivideObject(MyProject.Forms.MDIParent1.Get_4ByteToU32_L_H(checked (num3 + 0 + 4)), 100000)) + "MHz"; + TextBoxTxBand_1.Text = string.Format("{0:000}", Operators.IntDivideObject(MyProject.Forms.MDIParent1.Get_4ByteToU32_L_H(checked (num3 + 8)), 100000)) + "-" + string.Format("{0:000}", Operators.IntDivideObject(MyProject.Forms.MDIParent1.Get_4ByteToU32_L_H(checked (num3 + 8 + 4)), 100000)) + "MHz"; + TextBoxRxBand_2.Text = string.Format("{0:000}", Operators.IntDivideObject(MyProject.Forms.MDIParent1.Get_4ByteToU32_L_H(checked (num3 + 16)), 100000)) + "-" + string.Format("{0:000}", Operators.IntDivideObject(MyProject.Forms.MDIParent1.Get_4ByteToU32_L_H(checked (num3 + 16 + 4)), 100000)) + "MHz"; + TextBoxTxBand_2.Text = string.Format("{0:000}", Operators.IntDivideObject(MyProject.Forms.MDIParent1.Get_4ByteToU32_L_H(checked (num3 + 24)), 100000)) + "-" + string.Format("{0:000}", Operators.IntDivideObject(MyProject.Forms.MDIParent1.Get_4ByteToU32_L_H(checked (num3 + 24 + 4)), 100000)) + "MHz"; + TextBoxRxBand_3.Text = string.Format("{0:000}", Operators.IntDivideObject(MyProject.Forms.MDIParent1.Get_4ByteToU32_L_H(checked (num3 + 32)), 100000)) + "-" + string.Format("{0:000}", Operators.IntDivideObject(MyProject.Forms.MDIParent1.Get_4ByteToU32_L_H(checked (num3 + 32 + 4)), 100000)) + "MHz"; + TextBoxTxBand_3.Text = string.Format("{0:000}", Operators.IntDivideObject(MyProject.Forms.MDIParent1.Get_4ByteToU32_L_H(checked (num3 + 40)), 100000)) + "-" + string.Format("{0:000}", Operators.IntDivideObject(MyProject.Forms.MDIParent1.Get_4ByteToU32_L_H(checked (num3 + 40 + 4)), 100000)) + "MHz"; + TextBoxRxBand_4.Text = string.Format("{0:000}", Operators.IntDivideObject(MyProject.Forms.MDIParent1.Get_4ByteToU32_L_H(checked (num3 + 48)), 100000)) + "-" + string.Format("{0:000}", Operators.IntDivideObject(MyProject.Forms.MDIParent1.Get_4ByteToU32_L_H(checked (num3 + 48 + 4)), 100000)) + "MHz"; + TextBoxTxBand_4.Text = string.Format("{0:000}", Operators.IntDivideObject(MyProject.Forms.MDIParent1.Get_4ByteToU32_L_H(checked (num3 + 56)), 100000)) + "-" + string.Format("{0:000}", Operators.IntDivideObject(MyProject.Forms.MDIParent1.Get_4ByteToU32_L_H(checked (num3 + 56 + 4)), 100000)) + "MHz"; + TextBoxRxBand_5.Text = string.Format("{0:000}", Operators.IntDivideObject(MyProject.Forms.MDIParent1.Get_4ByteToU32_L_H(checked (num3 + 64)), 100000)) + "-" + string.Format("{0:000}", Operators.IntDivideObject(MyProject.Forms.MDIParent1.Get_4ByteToU32_L_H(checked (num3 + 64 + 4)), 100000)) + "MHz"; + TextBoxTxBand_5.Text = string.Format("{0:000}", Operators.IntDivideObject(MyProject.Forms.MDIParent1.Get_4ByteToU32_L_H(checked (num3 + 72)), 100000)) + "-" + string.Format("{0:000}", Operators.IntDivideObject(MyProject.Forms.MDIParent1.Get_4ByteToU32_L_H(checked (num3 + 72 + 4)), 100000)) + "MHz"; + TextBoxRxBand_6.Text = string.Format("{0:000}", Operators.IntDivideObject(MyProject.Forms.MDIParent1.Get_4ByteToU32_L_H(checked (num3 + 80)), 100000)) + "-" + string.Format("{0:000}", Operators.IntDivideObject(MyProject.Forms.MDIParent1.Get_4ByteToU32_L_H(checked (num3 + 80 + 4)), 100000)) + "MHz"; + TextBoxTxBand_6.Text = string.Format("{0:000}", Operators.IntDivideObject(MyProject.Forms.MDIParent1.Get_4ByteToU32_L_H(checked (num3 + 88)), 100000)) + "-" + string.Format("{0:000}", Operators.IntDivideObject(MyProject.Forms.MDIParent1.Get_4ByteToU32_L_H(checked (num3 + 88 + 4)), 100000)) + "MHz"; + TextBoxRxBand_7.Text = string.Format("{0:000}", Operators.IntDivideObject(MyProject.Forms.MDIParent1.Get_4ByteToU32_L_H(checked (num3 + 96)), 100000)) + "-" + string.Format("{0:000}", Operators.IntDivideObject(MyProject.Forms.MDIParent1.Get_4ByteToU32_L_H(checked (num3 + 96 + 4)), 100000)) + "MHz"; + TextBoxTxBand_7.Text = string.Format("{0:000}", Operators.IntDivideObject(MyProject.Forms.MDIParent1.Get_4ByteToU32_L_H(checked (num3 + 104)), 100000)) + "-" + string.Format("{0:000}", Operators.IntDivideObject(MyProject.Forms.MDIParent1.Get_4ByteToU32_L_H(checked (num3 + 104 + 4)), 100000)) + "MHz"; TextBox最后编程时间.Text = publicva.LastProgrammeTime; } } diff --git a/HPG-68D/TypeFuncMsgForm.cs b/HPG-68D/TypeFuncMsgForm.cs index 002751f..06aeb43 100644 --- a/HPG-68D/TypeFuncMsgForm.cs +++ b/HPG-68D/TypeFuncMsgForm.cs @@ -240,7 +240,7 @@ namespace HPG_68D Deactivate += TypeFuncMsgForm_Deactivate; FormClosing += TypeFuncMsgForm_FormClosing; Load += TypeFuncMsgForm_Load; - __ENCList.Add((object) new WeakReference((object) this)); + __ENCList.Add(new WeakReference(this)); InitializeComponent(); } @@ -255,7 +255,7 @@ namespace HPG_68D [DebuggerStepThrough] private void InitializeComponent() { - ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof (TypeFuncMsgForm)); + var componentResourceManager = new ComponentResourceManager(typeof (TypeFuncMsgForm)); GroupBox1 = new GroupBox(); ComboBox气象告警信道号_A = new ComboBox(); Label34 = new Label(); @@ -369,2629 +369,2629 @@ namespace HPG_68D GroupBox8.SuspendLayout(); Panel1.SuspendLayout(); SuspendLayout(); - GroupBox1.AccessibleDescription = (string) null; - GroupBox1.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) GroupBox1, "GroupBox1"); - GroupBox1.BackgroundImage = (Image) null; - GroupBox1.Controls.Add((Control) ComboBox气象告警信道号_A); - GroupBox1.Controls.Add((Control) Label34); - GroupBox1.Controls.Add((Control) ComboBox波段模式_A); - GroupBox1.Controls.Add((Control) Label33); - GroupBox1.Controls.Add((Control) ComboBox对讲机信道号_A); - GroupBox1.Controls.Add((Control) Label31); - GroupBox1.Controls.Add((Control) ComboBox对讲机工作模式_A); - GroupBox1.Controls.Add((Control) Label22); - GroupBox1.Controls.Add((Control) ComboBox静噪等级_A); - GroupBox1.Controls.Add((Control) Label1); - GroupBox1.Font = (Font) null; + GroupBox1.AccessibleDescription = null; + GroupBox1.AccessibleName = null; + componentResourceManager.ApplyResources(GroupBox1, "GroupBox1"); + GroupBox1.BackgroundImage = null; + GroupBox1.Controls.Add(ComboBox气象告警信道号_A); + GroupBox1.Controls.Add(Label34); + GroupBox1.Controls.Add(ComboBox波段模式_A); + GroupBox1.Controls.Add(Label33); + GroupBox1.Controls.Add(ComboBox对讲机信道号_A); + GroupBox1.Controls.Add(Label31); + GroupBox1.Controls.Add(ComboBox对讲机工作模式_A); + GroupBox1.Controls.Add(Label22); + GroupBox1.Controls.Add(ComboBox静噪等级_A); + GroupBox1.Controls.Add(Label1); + GroupBox1.Font = null; GroupBox1.Name = "GroupBox1"; GroupBox1.TabStop = false; - ComboBox气象告警信道号_A.AccessibleDescription = (string) null; - ComboBox气象告警信道号_A.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox气象告警信道号_A, "ComboBox气象告警信道号_A"); - ComboBox气象告警信道号_A.BackgroundImage = (Image) null; + ComboBox气象告警信道号_A.AccessibleDescription = null; + ComboBox气象告警信道号_A.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox气象告警信道号_A, "ComboBox气象告警信道号_A"); + ComboBox气象告警信道号_A.BackgroundImage = null; ComboBox气象告警信道号_A.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox气象告警信道号_A.Font = (Font) null; + ComboBox气象告警信道号_A.Font = null; ComboBox气象告警信道号_A.FormattingEnabled = true; ComboBox气象告警信道号_A.Items.AddRange(new object[10] { - (object) componentResourceManager.GetString("ComboBox气象告警信道号_A.Items"), - (object) componentResourceManager.GetString("ComboBox气象告警信道号_A.Items1"), - (object) componentResourceManager.GetString("ComboBox气象告警信道号_A.Items2"), - (object) componentResourceManager.GetString("ComboBox气象告警信道号_A.Items3"), - (object) componentResourceManager.GetString("ComboBox气象告警信道号_A.Items4"), - (object) componentResourceManager.GetString("ComboBox气象告警信道号_A.Items5"), - (object) componentResourceManager.GetString("ComboBox气象告警信道号_A.Items6"), - (object) componentResourceManager.GetString("ComboBox气象告警信道号_A.Items7"), - (object) componentResourceManager.GetString("ComboBox气象告警信道号_A.Items8"), - (object) componentResourceManager.GetString("ComboBox气象告警信道号_A.Items9") + componentResourceManager.GetString("ComboBox气象告警信道号_A.Items"), + componentResourceManager.GetString("ComboBox气象告警信道号_A.Items1"), + componentResourceManager.GetString("ComboBox气象告警信道号_A.Items2"), + componentResourceManager.GetString("ComboBox气象告警信道号_A.Items3"), + componentResourceManager.GetString("ComboBox气象告警信道号_A.Items4"), + componentResourceManager.GetString("ComboBox气象告警信道号_A.Items5"), + componentResourceManager.GetString("ComboBox气象告警信道号_A.Items6"), + componentResourceManager.GetString("ComboBox气象告警信道号_A.Items7"), + componentResourceManager.GetString("ComboBox气象告警信道号_A.Items8"), + componentResourceManager.GetString("ComboBox气象告警信道号_A.Items9") }); ComboBox气象告警信道号_A.Name = "ComboBox气象告警信道号_A"; - Label34.AccessibleDescription = (string) null; - Label34.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label34, "Label34"); - Label34.Font = (Font) null; + Label34.AccessibleDescription = null; + Label34.AccessibleName = null; + componentResourceManager.ApplyResources(Label34, "Label34"); + Label34.Font = null; Label34.Name = "Label34"; - ComboBox波段模式_A.AccessibleDescription = (string) null; - ComboBox波段模式_A.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox波段模式_A, "ComboBox波段模式_A"); - ComboBox波段模式_A.BackgroundImage = (Image) null; + ComboBox波段模式_A.AccessibleDescription = null; + ComboBox波段模式_A.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox波段模式_A, "ComboBox波段模式_A"); + ComboBox波段模式_A.BackgroundImage = null; ComboBox波段模式_A.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox波段模式_A.Font = (Font) null; + ComboBox波段模式_A.Font = null; ComboBox波段模式_A.FormattingEnabled = true; ComboBox波段模式_A.Items.AddRange(new object[2] { - (object) componentResourceManager.GetString("ComboBox波段模式_A.Items"), - (object) componentResourceManager.GetString("ComboBox波段模式_A.Items1") + componentResourceManager.GetString("ComboBox波段模式_A.Items"), + componentResourceManager.GetString("ComboBox波段模式_A.Items1") }); ComboBox波段模式_A.Name = "ComboBox波段模式_A"; - Label33.AccessibleDescription = (string) null; - Label33.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label33, "Label33"); - Label33.Font = (Font) null; + Label33.AccessibleDescription = null; + Label33.AccessibleName = null; + componentResourceManager.ApplyResources(Label33, "Label33"); + Label33.Font = null; Label33.Name = "Label33"; - ComboBox对讲机信道号_A.AccessibleDescription = (string) null; - ComboBox对讲机信道号_A.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox对讲机信道号_A, "ComboBox对讲机信道号_A"); - ComboBox对讲机信道号_A.BackgroundImage = (Image) null; + ComboBox对讲机信道号_A.AccessibleDescription = null; + ComboBox对讲机信道号_A.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox对讲机信道号_A, "ComboBox对讲机信道号_A"); + ComboBox对讲机信道号_A.BackgroundImage = null; ComboBox对讲机信道号_A.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox对讲机信道号_A.Font = (Font) null; + ComboBox对讲机信道号_A.Font = null; ComboBox对讲机信道号_A.FormattingEnabled = true; ComboBox对讲机信道号_A.Items.AddRange(new object[512] { - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items1"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items2"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items3"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items4"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items5"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items6"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items7"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items8"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items9"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items10"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items11"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items12"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items13"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items14"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items15"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items16"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items17"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items18"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items19"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items20"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items21"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items22"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items23"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items24"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items25"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items26"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items27"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items28"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items29"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items30"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items31"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items32"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items33"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items34"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items35"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items36"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items37"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items38"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items39"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items40"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items41"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items42"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items43"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items44"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items45"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items46"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items47"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items48"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items49"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items50"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items51"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items52"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items53"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items54"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items55"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items56"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items57"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items58"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items59"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items60"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items61"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items62"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items63"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items64"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items65"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items66"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items67"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items68"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items69"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items70"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items71"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items72"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items73"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items74"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items75"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items76"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items77"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items78"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items79"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items80"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items81"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items82"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items83"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items84"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items85"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items86"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items87"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items88"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items89"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items90"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items91"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items92"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items93"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items94"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items95"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items96"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items97"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items98"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items99"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items100"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items101"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items102"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items103"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items104"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items105"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items106"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items107"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items108"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items109"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items110"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items111"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items112"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items113"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items114"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items115"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items116"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items117"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items118"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items119"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items120"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items121"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items122"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items123"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items124"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items125"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items126"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items127"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items128"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items129"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items130"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items131"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items132"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items133"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items134"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items135"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items136"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items137"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items138"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items139"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items140"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items141"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items142"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items143"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items144"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items145"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items146"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items147"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items148"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items149"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items150"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items151"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items152"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items153"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items154"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items155"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items156"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items157"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items158"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items159"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items160"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items161"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items162"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items163"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items164"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items165"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items166"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items167"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items168"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items169"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items170"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items171"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items172"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items173"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items174"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items175"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items176"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items177"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items178"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items179"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items180"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items181"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items182"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items183"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items184"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items185"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items186"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items187"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items188"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items189"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items190"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items191"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items192"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items193"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items194"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items195"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items196"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items197"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items198"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items199"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items200"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items201"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items202"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items203"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items204"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items205"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items206"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items207"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items208"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items209"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items210"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items211"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items212"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items213"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items214"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items215"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items216"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items217"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items218"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items219"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items220"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items221"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items222"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items223"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items224"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items225"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items226"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items227"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items228"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items229"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items230"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items231"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items232"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items233"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items234"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items235"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items236"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items237"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items238"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items239"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items240"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items241"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items242"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items243"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items244"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items245"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items246"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items247"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items248"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items249"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items250"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items251"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items252"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items253"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items254"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items255"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items256"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items257"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items258"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items259"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items260"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items261"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items262"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items263"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items264"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items265"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items266"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items267"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items268"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items269"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items270"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items271"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items272"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items273"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items274"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items275"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items276"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items277"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items278"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items279"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items280"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items281"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items282"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items283"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items284"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items285"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items286"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items287"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items288"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items289"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items290"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items291"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items292"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items293"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items294"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items295"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items296"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items297"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items298"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items299"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items300"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items301"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items302"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items303"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items304"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items305"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items306"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items307"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items308"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items309"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items310"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items311"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items312"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items313"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items314"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items315"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items316"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items317"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items318"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items319"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items320"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items321"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items322"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items323"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items324"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items325"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items326"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items327"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items328"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items329"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items330"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items331"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items332"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items333"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items334"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items335"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items336"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items337"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items338"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items339"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items340"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items341"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items342"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items343"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items344"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items345"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items346"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items347"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items348"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items349"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items350"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items351"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items352"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items353"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items354"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items355"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items356"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items357"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items358"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items359"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items360"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items361"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items362"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items363"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items364"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items365"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items366"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items367"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items368"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items369"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items370"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items371"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items372"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items373"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items374"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items375"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items376"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items377"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items378"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items379"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items380"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items381"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items382"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items383"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items384"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items385"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items386"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items387"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items388"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items389"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items390"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items391"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items392"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items393"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items394"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items395"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items396"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items397"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items398"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items399"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items400"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items401"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items402"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items403"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items404"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items405"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items406"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items407"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items408"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items409"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items410"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items411"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items412"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items413"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items414"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items415"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items416"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items417"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items418"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items419"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items420"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items421"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items422"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items423"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items424"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items425"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items426"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items427"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items428"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items429"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items430"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items431"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items432"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items433"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items434"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items435"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items436"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items437"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items438"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items439"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items440"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items441"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items442"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items443"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items444"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items445"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items446"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items447"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items448"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items449"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items450"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items451"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items452"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items453"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items454"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items455"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items456"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items457"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items458"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items459"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items460"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items461"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items462"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items463"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items464"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items465"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items466"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items467"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items468"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items469"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items470"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items471"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items472"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items473"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items474"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items475"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items476"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items477"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items478"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items479"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items480"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items481"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items482"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items483"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items484"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items485"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items486"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items487"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items488"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items489"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items490"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items491"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items492"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items493"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items494"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items495"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items496"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items497"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items498"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items499"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items500"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items501"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items502"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items503"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items504"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items505"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items506"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items507"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items508"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items509"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items510"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_A.Items511") + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items1"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items2"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items3"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items4"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items5"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items6"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items7"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items8"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items9"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items10"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items11"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items12"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items13"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items14"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items15"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items16"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items17"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items18"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items19"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items20"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items21"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items22"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items23"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items24"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items25"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items26"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items27"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items28"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items29"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items30"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items31"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items32"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items33"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items34"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items35"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items36"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items37"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items38"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items39"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items40"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items41"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items42"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items43"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items44"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items45"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items46"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items47"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items48"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items49"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items50"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items51"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items52"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items53"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items54"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items55"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items56"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items57"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items58"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items59"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items60"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items61"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items62"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items63"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items64"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items65"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items66"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items67"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items68"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items69"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items70"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items71"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items72"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items73"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items74"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items75"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items76"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items77"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items78"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items79"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items80"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items81"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items82"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items83"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items84"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items85"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items86"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items87"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items88"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items89"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items90"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items91"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items92"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items93"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items94"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items95"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items96"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items97"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items98"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items99"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items100"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items101"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items102"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items103"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items104"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items105"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items106"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items107"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items108"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items109"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items110"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items111"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items112"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items113"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items114"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items115"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items116"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items117"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items118"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items119"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items120"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items121"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items122"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items123"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items124"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items125"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items126"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items127"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items128"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items129"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items130"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items131"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items132"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items133"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items134"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items135"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items136"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items137"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items138"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items139"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items140"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items141"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items142"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items143"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items144"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items145"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items146"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items147"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items148"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items149"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items150"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items151"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items152"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items153"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items154"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items155"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items156"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items157"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items158"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items159"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items160"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items161"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items162"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items163"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items164"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items165"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items166"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items167"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items168"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items169"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items170"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items171"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items172"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items173"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items174"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items175"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items176"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items177"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items178"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items179"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items180"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items181"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items182"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items183"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items184"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items185"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items186"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items187"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items188"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items189"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items190"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items191"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items192"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items193"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items194"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items195"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items196"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items197"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items198"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items199"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items200"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items201"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items202"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items203"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items204"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items205"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items206"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items207"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items208"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items209"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items210"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items211"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items212"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items213"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items214"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items215"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items216"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items217"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items218"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items219"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items220"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items221"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items222"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items223"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items224"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items225"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items226"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items227"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items228"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items229"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items230"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items231"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items232"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items233"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items234"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items235"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items236"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items237"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items238"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items239"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items240"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items241"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items242"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items243"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items244"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items245"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items246"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items247"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items248"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items249"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items250"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items251"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items252"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items253"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items254"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items255"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items256"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items257"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items258"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items259"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items260"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items261"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items262"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items263"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items264"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items265"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items266"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items267"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items268"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items269"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items270"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items271"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items272"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items273"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items274"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items275"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items276"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items277"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items278"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items279"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items280"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items281"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items282"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items283"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items284"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items285"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items286"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items287"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items288"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items289"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items290"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items291"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items292"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items293"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items294"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items295"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items296"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items297"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items298"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items299"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items300"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items301"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items302"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items303"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items304"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items305"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items306"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items307"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items308"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items309"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items310"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items311"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items312"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items313"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items314"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items315"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items316"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items317"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items318"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items319"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items320"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items321"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items322"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items323"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items324"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items325"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items326"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items327"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items328"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items329"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items330"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items331"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items332"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items333"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items334"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items335"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items336"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items337"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items338"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items339"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items340"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items341"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items342"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items343"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items344"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items345"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items346"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items347"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items348"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items349"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items350"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items351"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items352"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items353"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items354"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items355"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items356"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items357"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items358"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items359"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items360"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items361"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items362"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items363"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items364"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items365"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items366"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items367"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items368"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items369"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items370"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items371"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items372"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items373"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items374"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items375"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items376"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items377"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items378"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items379"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items380"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items381"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items382"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items383"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items384"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items385"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items386"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items387"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items388"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items389"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items390"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items391"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items392"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items393"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items394"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items395"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items396"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items397"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items398"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items399"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items400"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items401"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items402"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items403"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items404"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items405"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items406"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items407"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items408"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items409"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items410"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items411"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items412"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items413"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items414"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items415"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items416"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items417"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items418"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items419"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items420"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items421"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items422"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items423"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items424"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items425"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items426"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items427"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items428"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items429"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items430"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items431"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items432"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items433"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items434"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items435"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items436"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items437"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items438"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items439"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items440"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items441"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items442"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items443"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items444"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items445"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items446"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items447"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items448"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items449"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items450"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items451"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items452"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items453"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items454"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items455"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items456"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items457"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items458"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items459"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items460"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items461"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items462"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items463"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items464"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items465"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items466"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items467"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items468"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items469"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items470"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items471"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items472"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items473"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items474"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items475"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items476"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items477"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items478"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items479"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items480"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items481"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items482"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items483"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items484"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items485"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items486"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items487"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items488"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items489"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items490"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items491"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items492"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items493"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items494"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items495"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items496"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items497"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items498"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items499"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items500"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items501"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items502"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items503"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items504"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items505"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items506"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items507"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items508"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items509"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items510"), + componentResourceManager.GetString("ComboBox对讲机信道号_A.Items511") }); ComboBox对讲机信道号_A.Name = "ComboBox对讲机信道号_A"; - Label31.AccessibleDescription = (string) null; - Label31.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label31, "Label31"); - Label31.Font = (Font) null; + Label31.AccessibleDescription = null; + Label31.AccessibleName = null; + componentResourceManager.ApplyResources(Label31, "Label31"); + Label31.Font = null; Label31.Name = "Label31"; - ComboBox对讲机工作模式_A.AccessibleDescription = (string) null; - ComboBox对讲机工作模式_A.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox对讲机工作模式_A, "ComboBox对讲机工作模式_A"); - ComboBox对讲机工作模式_A.BackgroundImage = (Image) null; + ComboBox对讲机工作模式_A.AccessibleDescription = null; + ComboBox对讲机工作模式_A.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox对讲机工作模式_A, "ComboBox对讲机工作模式_A"); + ComboBox对讲机工作模式_A.BackgroundImage = null; ComboBox对讲机工作模式_A.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox对讲机工作模式_A.Font = (Font) null; + ComboBox对讲机工作模式_A.Font = null; ComboBox对讲机工作模式_A.FormattingEnabled = true; ComboBox对讲机工作模式_A.Items.AddRange(new object[3] { - (object) componentResourceManager.GetString("ComboBox对讲机工作模式_A.Items"), - (object) componentResourceManager.GetString("ComboBox对讲机工作模式_A.Items1"), - (object) componentResourceManager.GetString("ComboBox对讲机工作模式_A.Items2") + componentResourceManager.GetString("ComboBox对讲机工作模式_A.Items"), + componentResourceManager.GetString("ComboBox对讲机工作模式_A.Items1"), + componentResourceManager.GetString("ComboBox对讲机工作模式_A.Items2") }); ComboBox对讲机工作模式_A.Name = "ComboBox对讲机工作模式_A"; - ComboBox对讲机工作模式_A.Tag = (object) ""; - Label22.AccessibleDescription = (string) null; - Label22.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label22, "Label22"); - Label22.Font = (Font) null; + ComboBox对讲机工作模式_A.Tag = ""; + Label22.AccessibleDescription = null; + Label22.AccessibleName = null; + componentResourceManager.ApplyResources(Label22, "Label22"); + Label22.Font = null; Label22.Name = "Label22"; - ComboBox静噪等级_A.AccessibleDescription = (string) null; - ComboBox静噪等级_A.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox静噪等级_A, "ComboBox静噪等级_A"); - ComboBox静噪等级_A.BackgroundImage = (Image) null; + ComboBox静噪等级_A.AccessibleDescription = null; + ComboBox静噪等级_A.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox静噪等级_A, "ComboBox静噪等级_A"); + ComboBox静噪等级_A.BackgroundImage = null; ComboBox静噪等级_A.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox静噪等级_A.Font = (Font) null; + ComboBox静噪等级_A.Font = null; ComboBox静噪等级_A.FormattingEnabled = true; ComboBox静噪等级_A.Items.AddRange(new object[10] { - (object) componentResourceManager.GetString("ComboBox静噪等级_A.Items"), - (object) componentResourceManager.GetString("ComboBox静噪等级_A.Items1"), - (object) componentResourceManager.GetString("ComboBox静噪等级_A.Items2"), - (object) componentResourceManager.GetString("ComboBox静噪等级_A.Items3"), - (object) componentResourceManager.GetString("ComboBox静噪等级_A.Items4"), - (object) componentResourceManager.GetString("ComboBox静噪等级_A.Items5"), - (object) componentResourceManager.GetString("ComboBox静噪等级_A.Items6"), - (object) componentResourceManager.GetString("ComboBox静噪等级_A.Items7"), - (object) componentResourceManager.GetString("ComboBox静噪等级_A.Items8"), - (object) componentResourceManager.GetString("ComboBox静噪等级_A.Items9") + componentResourceManager.GetString("ComboBox静噪等级_A.Items"), + componentResourceManager.GetString("ComboBox静噪等级_A.Items1"), + componentResourceManager.GetString("ComboBox静噪等级_A.Items2"), + componentResourceManager.GetString("ComboBox静噪等级_A.Items3"), + componentResourceManager.GetString("ComboBox静噪等级_A.Items4"), + componentResourceManager.GetString("ComboBox静噪等级_A.Items5"), + componentResourceManager.GetString("ComboBox静噪等级_A.Items6"), + componentResourceManager.GetString("ComboBox静噪等级_A.Items7"), + componentResourceManager.GetString("ComboBox静噪等级_A.Items8"), + componentResourceManager.GetString("ComboBox静噪等级_A.Items9") }); ComboBox静噪等级_A.Name = "ComboBox静噪等级_A"; - Label1.AccessibleDescription = (string) null; - Label1.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label1, "Label1"); - Label1.Font = (Font) null; + Label1.AccessibleDescription = null; + Label1.AccessibleName = null; + componentResourceManager.ApplyResources(Label1, "Label1"); + Label1.Font = null; Label1.Name = "Label1"; - GroupBox2.AccessibleDescription = (string) null; - GroupBox2.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) GroupBox2, "GroupBox2"); - GroupBox2.BackgroundImage = (Image) null; - GroupBox2.Controls.Add((Control) ComboBoxTOT复位时间); - GroupBox2.Controls.Add((Control) Label5); - GroupBox2.Controls.Add((Control) ComboBoxTOT再键时间); - GroupBox2.Controls.Add((Control) Label4); - GroupBox2.Controls.Add((Control) ComboBoxTOT预警时间); - GroupBox2.Controls.Add((Control) Label3); - GroupBox2.Controls.Add((Control) ComboBox超时定时器TOT); - GroupBox2.Controls.Add((Control) Label2); - GroupBox2.Font = (Font) null; + GroupBox2.AccessibleDescription = null; + GroupBox2.AccessibleName = null; + componentResourceManager.ApplyResources(GroupBox2, "GroupBox2"); + GroupBox2.BackgroundImage = null; + GroupBox2.Controls.Add(ComboBoxTOT复位时间); + GroupBox2.Controls.Add(Label5); + GroupBox2.Controls.Add(ComboBoxTOT再键时间); + GroupBox2.Controls.Add(Label4); + GroupBox2.Controls.Add(ComboBoxTOT预警时间); + GroupBox2.Controls.Add(Label3); + GroupBox2.Controls.Add(ComboBox超时定时器TOT); + GroupBox2.Controls.Add(Label2); + GroupBox2.Font = null; GroupBox2.Name = "GroupBox2"; GroupBox2.TabStop = false; - ComboBoxTOT复位时间.AccessibleDescription = (string) null; - ComboBoxTOT复位时间.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBoxTOT复位时间, "ComboBoxTOT复位时间"); - ComboBoxTOT复位时间.BackgroundImage = (Image) null; + ComboBoxTOT复位时间.AccessibleDescription = null; + ComboBoxTOT复位时间.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBoxTOT复位时间, "ComboBoxTOT复位时间"); + ComboBoxTOT复位时间.BackgroundImage = null; ComboBoxTOT复位时间.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBoxTOT复位时间.Font = (Font) null; + ComboBoxTOT复位时间.Font = null; ComboBoxTOT复位时间.FormattingEnabled = true; ComboBoxTOT复位时间.Items.AddRange(new object[31] { - (object) componentResourceManager.GetString("ComboBoxTOT复位时间.Items"), - (object) componentResourceManager.GetString("ComboBoxTOT复位时间.Items1"), - (object) componentResourceManager.GetString("ComboBoxTOT复位时间.Items2"), - (object) componentResourceManager.GetString("ComboBoxTOT复位时间.Items3"), - (object) componentResourceManager.GetString("ComboBoxTOT复位时间.Items4"), - (object) componentResourceManager.GetString("ComboBoxTOT复位时间.Items5"), - (object) componentResourceManager.GetString("ComboBoxTOT复位时间.Items6"), - (object) componentResourceManager.GetString("ComboBoxTOT复位时间.Items7"), - (object) componentResourceManager.GetString("ComboBoxTOT复位时间.Items8"), - (object) componentResourceManager.GetString("ComboBoxTOT复位时间.Items9"), - (object) componentResourceManager.GetString("ComboBoxTOT复位时间.Items10"), - (object) componentResourceManager.GetString("ComboBoxTOT复位时间.Items11"), - (object) componentResourceManager.GetString("ComboBoxTOT复位时间.Items12"), - (object) componentResourceManager.GetString("ComboBoxTOT复位时间.Items13"), - (object) componentResourceManager.GetString("ComboBoxTOT复位时间.Items14"), - (object) componentResourceManager.GetString("ComboBoxTOT复位时间.Items15"), - (object) componentResourceManager.GetString("ComboBoxTOT复位时间.Items16"), - (object) componentResourceManager.GetString("ComboBoxTOT复位时间.Items17"), - (object) componentResourceManager.GetString("ComboBoxTOT复位时间.Items18"), - (object) componentResourceManager.GetString("ComboBoxTOT复位时间.Items19"), - (object) componentResourceManager.GetString("ComboBoxTOT复位时间.Items20"), - (object) componentResourceManager.GetString("ComboBoxTOT复位时间.Items21"), - (object) componentResourceManager.GetString("ComboBoxTOT复位时间.Items22"), - (object) componentResourceManager.GetString("ComboBoxTOT复位时间.Items23"), - (object) componentResourceManager.GetString("ComboBoxTOT复位时间.Items24"), - (object) componentResourceManager.GetString("ComboBoxTOT复位时间.Items25"), - (object) componentResourceManager.GetString("ComboBoxTOT复位时间.Items26"), - (object) componentResourceManager.GetString("ComboBoxTOT复位时间.Items27"), - (object) componentResourceManager.GetString("ComboBoxTOT复位时间.Items28"), - (object) componentResourceManager.GetString("ComboBoxTOT复位时间.Items29"), - (object) componentResourceManager.GetString("ComboBoxTOT复位时间.Items30") + componentResourceManager.GetString("ComboBoxTOT复位时间.Items"), + componentResourceManager.GetString("ComboBoxTOT复位时间.Items1"), + componentResourceManager.GetString("ComboBoxTOT复位时间.Items2"), + componentResourceManager.GetString("ComboBoxTOT复位时间.Items3"), + componentResourceManager.GetString("ComboBoxTOT复位时间.Items4"), + componentResourceManager.GetString("ComboBoxTOT复位时间.Items5"), + componentResourceManager.GetString("ComboBoxTOT复位时间.Items6"), + componentResourceManager.GetString("ComboBoxTOT复位时间.Items7"), + componentResourceManager.GetString("ComboBoxTOT复位时间.Items8"), + componentResourceManager.GetString("ComboBoxTOT复位时间.Items9"), + componentResourceManager.GetString("ComboBoxTOT复位时间.Items10"), + componentResourceManager.GetString("ComboBoxTOT复位时间.Items11"), + componentResourceManager.GetString("ComboBoxTOT复位时间.Items12"), + componentResourceManager.GetString("ComboBoxTOT复位时间.Items13"), + componentResourceManager.GetString("ComboBoxTOT复位时间.Items14"), + componentResourceManager.GetString("ComboBoxTOT复位时间.Items15"), + componentResourceManager.GetString("ComboBoxTOT复位时间.Items16"), + componentResourceManager.GetString("ComboBoxTOT复位时间.Items17"), + componentResourceManager.GetString("ComboBoxTOT复位时间.Items18"), + componentResourceManager.GetString("ComboBoxTOT复位时间.Items19"), + componentResourceManager.GetString("ComboBoxTOT复位时间.Items20"), + componentResourceManager.GetString("ComboBoxTOT复位时间.Items21"), + componentResourceManager.GetString("ComboBoxTOT复位时间.Items22"), + componentResourceManager.GetString("ComboBoxTOT复位时间.Items23"), + componentResourceManager.GetString("ComboBoxTOT复位时间.Items24"), + componentResourceManager.GetString("ComboBoxTOT复位时间.Items25"), + componentResourceManager.GetString("ComboBoxTOT复位时间.Items26"), + componentResourceManager.GetString("ComboBoxTOT复位时间.Items27"), + componentResourceManager.GetString("ComboBoxTOT复位时间.Items28"), + componentResourceManager.GetString("ComboBoxTOT复位时间.Items29"), + componentResourceManager.GetString("ComboBoxTOT复位时间.Items30") }); ComboBoxTOT复位时间.Name = "ComboBoxTOT复位时间"; - Label5.AccessibleDescription = (string) null; - Label5.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label5, "Label5"); - Label5.Font = (Font) null; + Label5.AccessibleDescription = null; + Label5.AccessibleName = null; + componentResourceManager.ApplyResources(Label5, "Label5"); + Label5.Font = null; Label5.Name = "Label5"; - ComboBoxTOT再键时间.AccessibleDescription = (string) null; - ComboBoxTOT再键时间.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBoxTOT再键时间, "ComboBoxTOT再键时间"); - ComboBoxTOT再键时间.BackgroundImage = (Image) null; + ComboBoxTOT再键时间.AccessibleDescription = null; + ComboBoxTOT再键时间.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBoxTOT再键时间, "ComboBoxTOT再键时间"); + ComboBoxTOT再键时间.BackgroundImage = null; ComboBoxTOT再键时间.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBoxTOT再键时间.Font = (Font) null; + ComboBoxTOT再键时间.Font = null; ComboBoxTOT再键时间.FormattingEnabled = true; ComboBoxTOT再键时间.Items.AddRange(new object[61] { - (object) componentResourceManager.GetString("ComboBoxTOT再键时间.Items"), - (object) componentResourceManager.GetString("ComboBoxTOT再键时间.Items1"), - (object) componentResourceManager.GetString("ComboBoxTOT再键时间.Items2"), - (object) componentResourceManager.GetString("ComboBoxTOT再键时间.Items3"), - (object) componentResourceManager.GetString("ComboBoxTOT再键时间.Items4"), - (object) componentResourceManager.GetString("ComboBoxTOT再键时间.Items5"), - (object) componentResourceManager.GetString("ComboBoxTOT再键时间.Items6"), - (object) componentResourceManager.GetString("ComboBoxTOT再键时间.Items7"), - (object) componentResourceManager.GetString("ComboBoxTOT再键时间.Items8"), - (object) componentResourceManager.GetString("ComboBoxTOT再键时间.Items9"), - (object) componentResourceManager.GetString("ComboBoxTOT再键时间.Items10"), - (object) componentResourceManager.GetString("ComboBoxTOT再键时间.Items11"), - (object) componentResourceManager.GetString("ComboBoxTOT再键时间.Items12"), - (object) componentResourceManager.GetString("ComboBoxTOT再键时间.Items13"), - (object) componentResourceManager.GetString("ComboBoxTOT再键时间.Items14"), - (object) componentResourceManager.GetString("ComboBoxTOT再键时间.Items15"), - (object) componentResourceManager.GetString("ComboBoxTOT再键时间.Items16"), - (object) componentResourceManager.GetString("ComboBoxTOT再键时间.Items17"), - (object) componentResourceManager.GetString("ComboBoxTOT再键时间.Items18"), - (object) componentResourceManager.GetString("ComboBoxTOT再键时间.Items19"), - (object) componentResourceManager.GetString("ComboBoxTOT再键时间.Items20"), - (object) componentResourceManager.GetString("ComboBoxTOT再键时间.Items21"), - (object) componentResourceManager.GetString("ComboBoxTOT再键时间.Items22"), - (object) componentResourceManager.GetString("ComboBoxTOT再键时间.Items23"), - (object) componentResourceManager.GetString("ComboBoxTOT再键时间.Items24"), - (object) componentResourceManager.GetString("ComboBoxTOT再键时间.Items25"), - (object) componentResourceManager.GetString("ComboBoxTOT再键时间.Items26"), - (object) componentResourceManager.GetString("ComboBoxTOT再键时间.Items27"), - (object) componentResourceManager.GetString("ComboBoxTOT再键时间.Items28"), - (object) componentResourceManager.GetString("ComboBoxTOT再键时间.Items29"), - (object) componentResourceManager.GetString("ComboBoxTOT再键时间.Items30"), - (object) componentResourceManager.GetString("ComboBoxTOT再键时间.Items31"), - (object) componentResourceManager.GetString("ComboBoxTOT再键时间.Items32"), - (object) componentResourceManager.GetString("ComboBoxTOT再键时间.Items33"), - (object) componentResourceManager.GetString("ComboBoxTOT再键时间.Items34"), - (object) componentResourceManager.GetString("ComboBoxTOT再键时间.Items35"), - (object) componentResourceManager.GetString("ComboBoxTOT再键时间.Items36"), - (object) componentResourceManager.GetString("ComboBoxTOT再键时间.Items37"), - (object) componentResourceManager.GetString("ComboBoxTOT再键时间.Items38"), - (object) componentResourceManager.GetString("ComboBoxTOT再键时间.Items39"), - (object) componentResourceManager.GetString("ComboBoxTOT再键时间.Items40"), - (object) componentResourceManager.GetString("ComboBoxTOT再键时间.Items41"), - (object) componentResourceManager.GetString("ComboBoxTOT再键时间.Items42"), - (object) componentResourceManager.GetString("ComboBoxTOT再键时间.Items43"), - (object) componentResourceManager.GetString("ComboBoxTOT再键时间.Items44"), - (object) componentResourceManager.GetString("ComboBoxTOT再键时间.Items45"), - (object) componentResourceManager.GetString("ComboBoxTOT再键时间.Items46"), - (object) componentResourceManager.GetString("ComboBoxTOT再键时间.Items47"), - (object) componentResourceManager.GetString("ComboBoxTOT再键时间.Items48"), - (object) componentResourceManager.GetString("ComboBoxTOT再键时间.Items49"), - (object) componentResourceManager.GetString("ComboBoxTOT再键时间.Items50"), - (object) componentResourceManager.GetString("ComboBoxTOT再键时间.Items51"), - (object) componentResourceManager.GetString("ComboBoxTOT再键时间.Items52"), - (object) componentResourceManager.GetString("ComboBoxTOT再键时间.Items53"), - (object) componentResourceManager.GetString("ComboBoxTOT再键时间.Items54"), - (object) componentResourceManager.GetString("ComboBoxTOT再键时间.Items55"), - (object) componentResourceManager.GetString("ComboBoxTOT再键时间.Items56"), - (object) componentResourceManager.GetString("ComboBoxTOT再键时间.Items57"), - (object) componentResourceManager.GetString("ComboBoxTOT再键时间.Items58"), - (object) componentResourceManager.GetString("ComboBoxTOT再键时间.Items59"), - (object) componentResourceManager.GetString("ComboBoxTOT再键时间.Items60") + componentResourceManager.GetString("ComboBoxTOT再键时间.Items"), + componentResourceManager.GetString("ComboBoxTOT再键时间.Items1"), + componentResourceManager.GetString("ComboBoxTOT再键时间.Items2"), + componentResourceManager.GetString("ComboBoxTOT再键时间.Items3"), + componentResourceManager.GetString("ComboBoxTOT再键时间.Items4"), + componentResourceManager.GetString("ComboBoxTOT再键时间.Items5"), + componentResourceManager.GetString("ComboBoxTOT再键时间.Items6"), + componentResourceManager.GetString("ComboBoxTOT再键时间.Items7"), + componentResourceManager.GetString("ComboBoxTOT再键时间.Items8"), + componentResourceManager.GetString("ComboBoxTOT再键时间.Items9"), + componentResourceManager.GetString("ComboBoxTOT再键时间.Items10"), + componentResourceManager.GetString("ComboBoxTOT再键时间.Items11"), + componentResourceManager.GetString("ComboBoxTOT再键时间.Items12"), + componentResourceManager.GetString("ComboBoxTOT再键时间.Items13"), + componentResourceManager.GetString("ComboBoxTOT再键时间.Items14"), + componentResourceManager.GetString("ComboBoxTOT再键时间.Items15"), + componentResourceManager.GetString("ComboBoxTOT再键时间.Items16"), + componentResourceManager.GetString("ComboBoxTOT再键时间.Items17"), + componentResourceManager.GetString("ComboBoxTOT再键时间.Items18"), + componentResourceManager.GetString("ComboBoxTOT再键时间.Items19"), + componentResourceManager.GetString("ComboBoxTOT再键时间.Items20"), + componentResourceManager.GetString("ComboBoxTOT再键时间.Items21"), + componentResourceManager.GetString("ComboBoxTOT再键时间.Items22"), + componentResourceManager.GetString("ComboBoxTOT再键时间.Items23"), + componentResourceManager.GetString("ComboBoxTOT再键时间.Items24"), + componentResourceManager.GetString("ComboBoxTOT再键时间.Items25"), + componentResourceManager.GetString("ComboBoxTOT再键时间.Items26"), + componentResourceManager.GetString("ComboBoxTOT再键时间.Items27"), + componentResourceManager.GetString("ComboBoxTOT再键时间.Items28"), + componentResourceManager.GetString("ComboBoxTOT再键时间.Items29"), + componentResourceManager.GetString("ComboBoxTOT再键时间.Items30"), + componentResourceManager.GetString("ComboBoxTOT再键时间.Items31"), + componentResourceManager.GetString("ComboBoxTOT再键时间.Items32"), + componentResourceManager.GetString("ComboBoxTOT再键时间.Items33"), + componentResourceManager.GetString("ComboBoxTOT再键时间.Items34"), + componentResourceManager.GetString("ComboBoxTOT再键时间.Items35"), + componentResourceManager.GetString("ComboBoxTOT再键时间.Items36"), + componentResourceManager.GetString("ComboBoxTOT再键时间.Items37"), + componentResourceManager.GetString("ComboBoxTOT再键时间.Items38"), + componentResourceManager.GetString("ComboBoxTOT再键时间.Items39"), + componentResourceManager.GetString("ComboBoxTOT再键时间.Items40"), + componentResourceManager.GetString("ComboBoxTOT再键时间.Items41"), + componentResourceManager.GetString("ComboBoxTOT再键时间.Items42"), + componentResourceManager.GetString("ComboBoxTOT再键时间.Items43"), + componentResourceManager.GetString("ComboBoxTOT再键时间.Items44"), + componentResourceManager.GetString("ComboBoxTOT再键时间.Items45"), + componentResourceManager.GetString("ComboBoxTOT再键时间.Items46"), + componentResourceManager.GetString("ComboBoxTOT再键时间.Items47"), + componentResourceManager.GetString("ComboBoxTOT再键时间.Items48"), + componentResourceManager.GetString("ComboBoxTOT再键时间.Items49"), + componentResourceManager.GetString("ComboBoxTOT再键时间.Items50"), + componentResourceManager.GetString("ComboBoxTOT再键时间.Items51"), + componentResourceManager.GetString("ComboBoxTOT再键时间.Items52"), + componentResourceManager.GetString("ComboBoxTOT再键时间.Items53"), + componentResourceManager.GetString("ComboBoxTOT再键时间.Items54"), + componentResourceManager.GetString("ComboBoxTOT再键时间.Items55"), + componentResourceManager.GetString("ComboBoxTOT再键时间.Items56"), + componentResourceManager.GetString("ComboBoxTOT再键时间.Items57"), + componentResourceManager.GetString("ComboBoxTOT再键时间.Items58"), + componentResourceManager.GetString("ComboBoxTOT再键时间.Items59"), + componentResourceManager.GetString("ComboBoxTOT再键时间.Items60") }); ComboBoxTOT再键时间.Name = "ComboBoxTOT再键时间"; - Label4.AccessibleDescription = (string) null; - Label4.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label4, "Label4"); - Label4.Font = (Font) null; + Label4.AccessibleDescription = null; + Label4.AccessibleName = null; + componentResourceManager.ApplyResources(Label4, "Label4"); + Label4.Font = null; Label4.Name = "Label4"; - ComboBoxTOT预警时间.AccessibleDescription = (string) null; - ComboBoxTOT预警时间.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBoxTOT预警时间, "ComboBoxTOT预警时间"); - ComboBoxTOT预警时间.BackgroundImage = (Image) null; + ComboBoxTOT预警时间.AccessibleDescription = null; + ComboBoxTOT预警时间.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBoxTOT预警时间, "ComboBoxTOT预警时间"); + ComboBoxTOT预警时间.BackgroundImage = null; ComboBoxTOT预警时间.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBoxTOT预警时间.Font = (Font) null; + ComboBoxTOT预警时间.Font = null; ComboBoxTOT预警时间.FormattingEnabled = true; ComboBoxTOT预警时间.Items.AddRange(new object[11] { - (object) componentResourceManager.GetString("ComboBoxTOT预警时间.Items"), - (object) componentResourceManager.GetString("ComboBoxTOT预警时间.Items1"), - (object) componentResourceManager.GetString("ComboBoxTOT预警时间.Items2"), - (object) componentResourceManager.GetString("ComboBoxTOT预警时间.Items3"), - (object) componentResourceManager.GetString("ComboBoxTOT预警时间.Items4"), - (object) componentResourceManager.GetString("ComboBoxTOT预警时间.Items5"), - (object) componentResourceManager.GetString("ComboBoxTOT预警时间.Items6"), - (object) componentResourceManager.GetString("ComboBoxTOT预警时间.Items7"), - (object) componentResourceManager.GetString("ComboBoxTOT预警时间.Items8"), - (object) componentResourceManager.GetString("ComboBoxTOT预警时间.Items9"), - (object) componentResourceManager.GetString("ComboBoxTOT预警时间.Items10") + componentResourceManager.GetString("ComboBoxTOT预警时间.Items"), + componentResourceManager.GetString("ComboBoxTOT预警时间.Items1"), + componentResourceManager.GetString("ComboBoxTOT预警时间.Items2"), + componentResourceManager.GetString("ComboBoxTOT预警时间.Items3"), + componentResourceManager.GetString("ComboBoxTOT预警时间.Items4"), + componentResourceManager.GetString("ComboBoxTOT预警时间.Items5"), + componentResourceManager.GetString("ComboBoxTOT预警时间.Items6"), + componentResourceManager.GetString("ComboBoxTOT预警时间.Items7"), + componentResourceManager.GetString("ComboBoxTOT预警时间.Items8"), + componentResourceManager.GetString("ComboBoxTOT预警时间.Items9"), + componentResourceManager.GetString("ComboBoxTOT预警时间.Items10") }); ComboBoxTOT预警时间.Name = "ComboBoxTOT预警时间"; - Label3.AccessibleDescription = (string) null; - Label3.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label3, "Label3"); - Label3.Font = (Font) null; + Label3.AccessibleDescription = null; + Label3.AccessibleName = null; + componentResourceManager.ApplyResources(Label3, "Label3"); + Label3.Font = null; Label3.Name = "Label3"; - ComboBox超时定时器TOT.AccessibleDescription = (string) null; - ComboBox超时定时器TOT.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox超时定时器TOT, "ComboBox超时定时器TOT"); - ComboBox超时定时器TOT.BackgroundImage = (Image) null; + ComboBox超时定时器TOT.AccessibleDescription = null; + ComboBox超时定时器TOT.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox超时定时器TOT, "ComboBox超时定时器TOT"); + ComboBox超时定时器TOT.BackgroundImage = null; ComboBox超时定时器TOT.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox超时定时器TOT.Font = (Font) null; + ComboBox超时定时器TOT.Font = null; ComboBox超时定时器TOT.FormattingEnabled = true; ComboBox超时定时器TOT.Items.AddRange(new object[31] { - (object) componentResourceManager.GetString("ComboBox超时定时器TOT.Items"), - (object) componentResourceManager.GetString("ComboBox超时定时器TOT.Items1"), - (object) componentResourceManager.GetString("ComboBox超时定时器TOT.Items2"), - (object) componentResourceManager.GetString("ComboBox超时定时器TOT.Items3"), - (object) componentResourceManager.GetString("ComboBox超时定时器TOT.Items4"), - (object) componentResourceManager.GetString("ComboBox超时定时器TOT.Items5"), - (object) componentResourceManager.GetString("ComboBox超时定时器TOT.Items6"), - (object) componentResourceManager.GetString("ComboBox超时定时器TOT.Items7"), - (object) componentResourceManager.GetString("ComboBox超时定时器TOT.Items8"), - (object) componentResourceManager.GetString("ComboBox超时定时器TOT.Items9"), - (object) componentResourceManager.GetString("ComboBox超时定时器TOT.Items10"), - (object) componentResourceManager.GetString("ComboBox超时定时器TOT.Items11"), - (object) componentResourceManager.GetString("ComboBox超时定时器TOT.Items12"), - (object) componentResourceManager.GetString("ComboBox超时定时器TOT.Items13"), - (object) componentResourceManager.GetString("ComboBox超时定时器TOT.Items14"), - (object) componentResourceManager.GetString("ComboBox超时定时器TOT.Items15"), - (object) componentResourceManager.GetString("ComboBox超时定时器TOT.Items16"), - (object) componentResourceManager.GetString("ComboBox超时定时器TOT.Items17"), - (object) componentResourceManager.GetString("ComboBox超时定时器TOT.Items18"), - (object) componentResourceManager.GetString("ComboBox超时定时器TOT.Items19"), - (object) componentResourceManager.GetString("ComboBox超时定时器TOT.Items20"), - (object) componentResourceManager.GetString("ComboBox超时定时器TOT.Items21"), - (object) componentResourceManager.GetString("ComboBox超时定时器TOT.Items22"), - (object) componentResourceManager.GetString("ComboBox超时定时器TOT.Items23"), - (object) componentResourceManager.GetString("ComboBox超时定时器TOT.Items24"), - (object) componentResourceManager.GetString("ComboBox超时定时器TOT.Items25"), - (object) componentResourceManager.GetString("ComboBox超时定时器TOT.Items26"), - (object) componentResourceManager.GetString("ComboBox超时定时器TOT.Items27"), - (object) componentResourceManager.GetString("ComboBox超时定时器TOT.Items28"), - (object) componentResourceManager.GetString("ComboBox超时定时器TOT.Items29"), - (object) componentResourceManager.GetString("ComboBox超时定时器TOT.Items30") + componentResourceManager.GetString("ComboBox超时定时器TOT.Items"), + componentResourceManager.GetString("ComboBox超时定时器TOT.Items1"), + componentResourceManager.GetString("ComboBox超时定时器TOT.Items2"), + componentResourceManager.GetString("ComboBox超时定时器TOT.Items3"), + componentResourceManager.GetString("ComboBox超时定时器TOT.Items4"), + componentResourceManager.GetString("ComboBox超时定时器TOT.Items5"), + componentResourceManager.GetString("ComboBox超时定时器TOT.Items6"), + componentResourceManager.GetString("ComboBox超时定时器TOT.Items7"), + componentResourceManager.GetString("ComboBox超时定时器TOT.Items8"), + componentResourceManager.GetString("ComboBox超时定时器TOT.Items9"), + componentResourceManager.GetString("ComboBox超时定时器TOT.Items10"), + componentResourceManager.GetString("ComboBox超时定时器TOT.Items11"), + componentResourceManager.GetString("ComboBox超时定时器TOT.Items12"), + componentResourceManager.GetString("ComboBox超时定时器TOT.Items13"), + componentResourceManager.GetString("ComboBox超时定时器TOT.Items14"), + componentResourceManager.GetString("ComboBox超时定时器TOT.Items15"), + componentResourceManager.GetString("ComboBox超时定时器TOT.Items16"), + componentResourceManager.GetString("ComboBox超时定时器TOT.Items17"), + componentResourceManager.GetString("ComboBox超时定时器TOT.Items18"), + componentResourceManager.GetString("ComboBox超时定时器TOT.Items19"), + componentResourceManager.GetString("ComboBox超时定时器TOT.Items20"), + componentResourceManager.GetString("ComboBox超时定时器TOT.Items21"), + componentResourceManager.GetString("ComboBox超时定时器TOT.Items22"), + componentResourceManager.GetString("ComboBox超时定时器TOT.Items23"), + componentResourceManager.GetString("ComboBox超时定时器TOT.Items24"), + componentResourceManager.GetString("ComboBox超时定时器TOT.Items25"), + componentResourceManager.GetString("ComboBox超时定时器TOT.Items26"), + componentResourceManager.GetString("ComboBox超时定时器TOT.Items27"), + componentResourceManager.GetString("ComboBox超时定时器TOT.Items28"), + componentResourceManager.GetString("ComboBox超时定时器TOT.Items29"), + componentResourceManager.GetString("ComboBox超时定时器TOT.Items30") }); ComboBox超时定时器TOT.Name = "ComboBox超时定时器TOT"; - Label2.AccessibleDescription = (string) null; - Label2.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label2, "Label2"); - Label2.Font = (Font) null; + Label2.AccessibleDescription = null; + Label2.AccessibleName = null; + componentResourceManager.ApplyResources(Label2, "Label2"); + Label2.Font = null; Label2.Name = "Label2"; - GroupBox3.AccessibleDescription = (string) null; - GroupBox3.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) GroupBox3, "GroupBox3"); - GroupBox3.BackgroundImage = (Image) null; - GroupBox3.Controls.Add((Control) NumericUpDownFM发射频率); - GroupBox3.Controls.Add((Control) CheckBoxFM发射使能); - GroupBox3.Controls.Add((Control) Label44); - GroupBox3.Controls.Add((Control) ComboBox静噪悬迟时间); - GroupBox3.Controls.Add((Control) Label43); - GroupBox3.Controls.Add((Control) ComboBox静音保持时间); - GroupBox3.Controls.Add((Control) Label28); - GroupBox3.Controls.Add((Control) ComboBoxPTT_ID暂停时间); - GroupBox3.Controls.Add((Control) ComboBox单频段模式); - GroupBox3.Controls.Add((Control) Label6); - GroupBox3.Controls.Add((Control) ComboBox风扇控制); - GroupBox3.Controls.Add((Control) Label7); - GroupBox3.Controls.Add((Control) Label27); - GroupBox3.Controls.Add((Control) ComboBox自动中继差频); - GroupBox3.Controls.Add((Control) Label14); - GroupBox3.Controls.Add((Control) ComboBox中继功能); - GroupBox3.Controls.Add((Control) Label26); - GroupBox3.Controls.Add((Control) ComboBox喇叭选择); - GroupBox3.Controls.Add((Control) Label25); - GroupBox3.Controls.Add((Control) ComboBox导频频率设置); - GroupBox3.Controls.Add((Control) Label24); - GroupBox3.Controls.Add((Control) ComboBox自动关机时间); - GroupBox3.Controls.Add((Control) Label21); - GroupBox3.Controls.Add((Control) ComboBox噪声消除设置); - GroupBox3.Controls.Add((Control) Label8); - GroupBox3.Controls.Add((Control) ComboBox尾音消除方式); - GroupBox3.Controls.Add((Control) Label9); - GroupBox3.Font = (Font) null; + GroupBox3.AccessibleDescription = null; + GroupBox3.AccessibleName = null; + componentResourceManager.ApplyResources(GroupBox3, "GroupBox3"); + GroupBox3.BackgroundImage = null; + GroupBox3.Controls.Add(NumericUpDownFM发射频率); + GroupBox3.Controls.Add(CheckBoxFM发射使能); + GroupBox3.Controls.Add(Label44); + GroupBox3.Controls.Add(ComboBox静噪悬迟时间); + GroupBox3.Controls.Add(Label43); + GroupBox3.Controls.Add(ComboBox静音保持时间); + GroupBox3.Controls.Add(Label28); + GroupBox3.Controls.Add(ComboBoxPTT_ID暂停时间); + GroupBox3.Controls.Add(ComboBox单频段模式); + GroupBox3.Controls.Add(Label6); + GroupBox3.Controls.Add(ComboBox风扇控制); + GroupBox3.Controls.Add(Label7); + GroupBox3.Controls.Add(Label27); + GroupBox3.Controls.Add(ComboBox自动中继差频); + GroupBox3.Controls.Add(Label14); + GroupBox3.Controls.Add(ComboBox中继功能); + GroupBox3.Controls.Add(Label26); + GroupBox3.Controls.Add(ComboBox喇叭选择); + GroupBox3.Controls.Add(Label25); + GroupBox3.Controls.Add(ComboBox导频频率设置); + GroupBox3.Controls.Add(Label24); + GroupBox3.Controls.Add(ComboBox自动关机时间); + GroupBox3.Controls.Add(Label21); + GroupBox3.Controls.Add(ComboBox噪声消除设置); + GroupBox3.Controls.Add(Label8); + GroupBox3.Controls.Add(ComboBox尾音消除方式); + GroupBox3.Controls.Add(Label9); + GroupBox3.Font = null; GroupBox3.Name = "GroupBox3"; GroupBox3.TabStop = false; - NumericUpDownFM发射频率.AccessibleDescription = (string) null; - NumericUpDownFM发射频率.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) NumericUpDownFM发射频率, "NumericUpDownFM发射频率"); + NumericUpDownFM发射频率.AccessibleDescription = null; + NumericUpDownFM发射频率.AccessibleName = null; + componentResourceManager.ApplyResources(NumericUpDownFM发射频率, "NumericUpDownFM发射频率"); NumericUpDownFM发射频率.DecimalPlaces = 1; - NumericUpDownFM发射频率.Font = (Font) null; - NumericUpDown numericUpDownFm发射频率1 = NumericUpDownFM发射频率; - Decimal num1 = new Decimal(new int[4] + NumericUpDownFM发射频率.Font = null; + var numericUpDownFm发射频率1 = NumericUpDownFM发射频率; + var num1 = new Decimal(new int[4] { 1, 0, 0, 65536 }); - Decimal num2 = num1; + var num2 = num1; numericUpDownFm发射频率1.Increment = num2; - NumericUpDown numericUpDownFm发射频率2 = NumericUpDownFM发射频率; + var numericUpDownFm发射频率2 = NumericUpDownFM发射频率; num1 = new Decimal(new int[4]{ 125, 0, 0, 0 }); - Decimal num3 = num1; + var num3 = num1; numericUpDownFm发射频率2.Maximum = num3; - NumericUpDown numericUpDownFm发射频率3 = NumericUpDownFM发射频率; + var numericUpDownFm发射频率3 = NumericUpDownFM发射频率; num1 = new Decimal(new int[4]{ 64, 0, 0, 0 }); - Decimal num4 = num1; + var num4 = num1; numericUpDownFm发射频率3.Minimum = num4; NumericUpDownFM发射频率.Name = "NumericUpDownFM发射频率"; - NumericUpDown numericUpDownFm发射频率4 = NumericUpDownFM发射频率; + var numericUpDownFm发射频率4 = NumericUpDownFM发射频率; num1 = new Decimal(new int[4]{ 64, 0, 0, 0 }); - Decimal num5 = num1; + var num5 = num1; numericUpDownFm发射频率4.Value = num5; - CheckBoxFM发射使能.AccessibleDescription = (string) null; - CheckBoxFM发射使能.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) CheckBoxFM发射使能, "CheckBoxFM发射使能"); - CheckBoxFM发射使能.BackgroundImage = (Image) null; - CheckBoxFM发射使能.Font = (Font) null; + CheckBoxFM发射使能.AccessibleDescription = null; + CheckBoxFM发射使能.AccessibleName = null; + componentResourceManager.ApplyResources(CheckBoxFM发射使能, "CheckBoxFM发射使能"); + CheckBoxFM发射使能.BackgroundImage = null; + CheckBoxFM发射使能.Font = null; CheckBoxFM发射使能.Name = "CheckBoxFM发射使能"; CheckBoxFM发射使能.UseVisualStyleBackColor = true; - Label44.AccessibleDescription = (string) null; - Label44.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label44, "Label44"); - Label44.Font = (Font) null; + Label44.AccessibleDescription = null; + Label44.AccessibleName = null; + componentResourceManager.ApplyResources(Label44, "Label44"); + Label44.Font = null; Label44.Name = "Label44"; - ComboBox静噪悬迟时间.AccessibleDescription = (string) null; - ComboBox静噪悬迟时间.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox静噪悬迟时间, "ComboBox静噪悬迟时间"); - ComboBox静噪悬迟时间.BackgroundImage = (Image) null; + ComboBox静噪悬迟时间.AccessibleDescription = null; + ComboBox静噪悬迟时间.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox静噪悬迟时间, "ComboBox静噪悬迟时间"); + ComboBox静噪悬迟时间.BackgroundImage = null; ComboBox静噪悬迟时间.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox静噪悬迟时间.Font = (Font) null; + ComboBox静噪悬迟时间.Font = null; ComboBox静噪悬迟时间.FormattingEnabled = true; ComboBox静噪悬迟时间.Items.AddRange(new object[2] { - (object) componentResourceManager.GetString("ComboBox静噪悬迟时间.Items"), - (object) componentResourceManager.GetString("ComboBox静噪悬迟时间.Items1") + componentResourceManager.GetString("ComboBox静噪悬迟时间.Items"), + componentResourceManager.GetString("ComboBox静噪悬迟时间.Items1") }); ComboBox静噪悬迟时间.Name = "ComboBox静噪悬迟时间"; - Label43.AccessibleDescription = (string) null; - Label43.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label43, "Label43"); - Label43.Font = (Font) null; + Label43.AccessibleDescription = null; + Label43.AccessibleName = null; + componentResourceManager.ApplyResources(Label43, "Label43"); + Label43.Font = null; Label43.Name = "Label43"; - ComboBox静音保持时间.AccessibleDescription = (string) null; - ComboBox静音保持时间.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox静音保持时间, "ComboBox静音保持时间"); - ComboBox静音保持时间.BackgroundImage = (Image) null; + ComboBox静音保持时间.AccessibleDescription = null; + ComboBox静音保持时间.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox静音保持时间, "ComboBox静音保持时间"); + ComboBox静音保持时间.BackgroundImage = null; ComboBox静音保持时间.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox静音保持时间.Font = (Font) null; + ComboBox静音保持时间.Font = null; ComboBox静音保持时间.FormattingEnabled = true; ComboBox静音保持时间.Items.AddRange(new object[60] { - (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") + componentResourceManager.GetString("ComboBox静音保持时间.Items"), + componentResourceManager.GetString("ComboBox静音保持时间.Items1"), + componentResourceManager.GetString("ComboBox静音保持时间.Items2"), + componentResourceManager.GetString("ComboBox静音保持时间.Items3"), + componentResourceManager.GetString("ComboBox静音保持时间.Items4"), + componentResourceManager.GetString("ComboBox静音保持时间.Items5"), + componentResourceManager.GetString("ComboBox静音保持时间.Items6"), + componentResourceManager.GetString("ComboBox静音保持时间.Items7"), + componentResourceManager.GetString("ComboBox静音保持时间.Items8"), + componentResourceManager.GetString("ComboBox静音保持时间.Items9"), + componentResourceManager.GetString("ComboBox静音保持时间.Items10"), + componentResourceManager.GetString("ComboBox静音保持时间.Items11"), + componentResourceManager.GetString("ComboBox静音保持时间.Items12"), + componentResourceManager.GetString("ComboBox静音保持时间.Items13"), + componentResourceManager.GetString("ComboBox静音保持时间.Items14"), + componentResourceManager.GetString("ComboBox静音保持时间.Items15"), + componentResourceManager.GetString("ComboBox静音保持时间.Items16"), + componentResourceManager.GetString("ComboBox静音保持时间.Items17"), + componentResourceManager.GetString("ComboBox静音保持时间.Items18"), + componentResourceManager.GetString("ComboBox静音保持时间.Items19"), + componentResourceManager.GetString("ComboBox静音保持时间.Items20"), + componentResourceManager.GetString("ComboBox静音保持时间.Items21"), + componentResourceManager.GetString("ComboBox静音保持时间.Items22"), + componentResourceManager.GetString("ComboBox静音保持时间.Items23"), + componentResourceManager.GetString("ComboBox静音保持时间.Items24"), + componentResourceManager.GetString("ComboBox静音保持时间.Items25"), + componentResourceManager.GetString("ComboBox静音保持时间.Items26"), + componentResourceManager.GetString("ComboBox静音保持时间.Items27"), + componentResourceManager.GetString("ComboBox静音保持时间.Items28"), + componentResourceManager.GetString("ComboBox静音保持时间.Items29"), + componentResourceManager.GetString("ComboBox静音保持时间.Items30"), + componentResourceManager.GetString("ComboBox静音保持时间.Items31"), + componentResourceManager.GetString("ComboBox静音保持时间.Items32"), + componentResourceManager.GetString("ComboBox静音保持时间.Items33"), + componentResourceManager.GetString("ComboBox静音保持时间.Items34"), + componentResourceManager.GetString("ComboBox静音保持时间.Items35"), + componentResourceManager.GetString("ComboBox静音保持时间.Items36"), + componentResourceManager.GetString("ComboBox静音保持时间.Items37"), + componentResourceManager.GetString("ComboBox静音保持时间.Items38"), + componentResourceManager.GetString("ComboBox静音保持时间.Items39"), + componentResourceManager.GetString("ComboBox静音保持时间.Items40"), + componentResourceManager.GetString("ComboBox静音保持时间.Items41"), + componentResourceManager.GetString("ComboBox静音保持时间.Items42"), + componentResourceManager.GetString("ComboBox静音保持时间.Items43"), + componentResourceManager.GetString("ComboBox静音保持时间.Items44"), + componentResourceManager.GetString("ComboBox静音保持时间.Items45"), + componentResourceManager.GetString("ComboBox静音保持时间.Items46"), + componentResourceManager.GetString("ComboBox静音保持时间.Items47"), + componentResourceManager.GetString("ComboBox静音保持时间.Items48"), + componentResourceManager.GetString("ComboBox静音保持时间.Items49"), + componentResourceManager.GetString("ComboBox静音保持时间.Items50"), + componentResourceManager.GetString("ComboBox静音保持时间.Items51"), + componentResourceManager.GetString("ComboBox静音保持时间.Items52"), + componentResourceManager.GetString("ComboBox静音保持时间.Items53"), + componentResourceManager.GetString("ComboBox静音保持时间.Items54"), + componentResourceManager.GetString("ComboBox静音保持时间.Items55"), + componentResourceManager.GetString("ComboBox静音保持时间.Items56"), + componentResourceManager.GetString("ComboBox静音保持时间.Items57"), + componentResourceManager.GetString("ComboBox静音保持时间.Items58"), + componentResourceManager.GetString("ComboBox静音保持时间.Items59") }); ComboBox静音保持时间.Name = "ComboBox静音保持时间"; - Label28.AccessibleDescription = (string) null; - Label28.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label28, "Label28"); - Label28.Font = (Font) null; + Label28.AccessibleDescription = null; + Label28.AccessibleName = null; + componentResourceManager.ApplyResources(Label28, "Label28"); + Label28.Font = null; Label28.Name = "Label28"; - ComboBoxPTT_ID暂停时间.AccessibleDescription = (string) null; - ComboBoxPTT_ID暂停时间.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBoxPTT_ID暂停时间, "ComboBoxPTT_ID暂停时间"); - ComboBoxPTT_ID暂停时间.BackgroundImage = (Image) null; + ComboBoxPTT_ID暂停时间.AccessibleDescription = null; + ComboBoxPTT_ID暂停时间.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBoxPTT_ID暂停时间, "ComboBoxPTT_ID暂停时间"); + ComboBoxPTT_ID暂停时间.BackgroundImage = null; ComboBoxPTT_ID暂停时间.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBoxPTT_ID暂停时间.Font = (Font) null; + ComboBoxPTT_ID暂停时间.Font = null; ComboBoxPTT_ID暂停时间.FormattingEnabled = true; - ComboBoxPTT_ID暂停时间.Items.AddRange(new object[(int) byte.MaxValue] + ComboBoxPTT_ID暂停时间.Items.AddRange(new object[byte.MaxValue] { - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items1"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items2"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items3"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items4"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items5"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items6"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items7"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items8"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items9"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items10"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items11"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items12"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items13"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items14"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items15"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items16"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items17"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items18"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items19"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items20"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items21"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items22"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items23"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items24"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items25"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items26"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items27"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items28"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items29"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items30"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items31"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items32"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items33"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items34"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items35"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items36"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items37"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items38"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items39"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items40"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items41"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items42"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items43"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items44"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items45"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items46"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items47"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items48"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items49"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items50"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items51"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items52"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items53"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items54"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items55"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items56"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items57"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items58"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items59"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items60"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items61"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items62"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items63"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items64"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items65"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items66"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items67"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items68"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items69"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items70"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items71"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items72"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items73"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items74"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items75"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items76"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items77"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items78"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items79"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items80"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items81"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items82"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items83"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items84"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items85"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items86"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items87"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items88"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items89"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items90"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items91"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items92"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items93"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items94"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items95"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items96"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items97"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items98"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items99"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items100"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items101"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items102"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items103"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items104"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items105"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items106"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items107"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items108"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items109"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items110"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items111"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items112"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items113"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items114"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items115"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items116"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items117"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items118"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items119"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items120"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items121"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items122"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items123"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items124"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items125"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items126"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items127"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items128"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items129"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items130"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items131"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items132"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items133"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items134"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items135"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items136"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items137"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items138"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items139"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items140"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items141"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items142"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items143"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items144"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items145"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items146"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items147"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items148"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items149"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items150"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items151"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items152"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items153"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items154"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items155"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items156"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items157"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items158"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items159"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items160"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items161"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items162"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items163"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items164"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items165"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items166"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items167"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items168"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items169"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items170"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items171"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items172"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items173"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items174"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items175"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items176"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items177"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items178"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items179"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items180"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items181"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items182"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items183"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items184"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items185"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items186"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items187"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items188"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items189"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items190"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items191"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items192"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items193"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items194"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items195"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items196"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items197"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items198"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items199"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items200"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items201"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items202"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items203"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items204"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items205"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items206"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items207"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items208"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items209"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items210"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items211"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items212"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items213"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items214"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items215"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items216"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items217"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items218"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items219"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items220"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items221"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items222"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items223"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items224"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items225"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items226"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items227"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items228"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items229"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items230"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items231"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items232"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items233"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items234"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items235"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items236"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items237"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items238"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items239"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items240"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items241"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items242"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items243"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items244"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items245"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items246"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items247"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items248"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items249"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items250"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items251"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items252"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items253"), - (object) componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items254") + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items1"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items2"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items3"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items4"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items5"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items6"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items7"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items8"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items9"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items10"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items11"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items12"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items13"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items14"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items15"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items16"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items17"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items18"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items19"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items20"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items21"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items22"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items23"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items24"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items25"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items26"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items27"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items28"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items29"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items30"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items31"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items32"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items33"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items34"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items35"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items36"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items37"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items38"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items39"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items40"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items41"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items42"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items43"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items44"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items45"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items46"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items47"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items48"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items49"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items50"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items51"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items52"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items53"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items54"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items55"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items56"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items57"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items58"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items59"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items60"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items61"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items62"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items63"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items64"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items65"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items66"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items67"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items68"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items69"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items70"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items71"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items72"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items73"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items74"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items75"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items76"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items77"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items78"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items79"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items80"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items81"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items82"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items83"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items84"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items85"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items86"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items87"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items88"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items89"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items90"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items91"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items92"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items93"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items94"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items95"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items96"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items97"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items98"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items99"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items100"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items101"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items102"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items103"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items104"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items105"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items106"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items107"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items108"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items109"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items110"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items111"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items112"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items113"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items114"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items115"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items116"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items117"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items118"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items119"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items120"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items121"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items122"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items123"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items124"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items125"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items126"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items127"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items128"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items129"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items130"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items131"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items132"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items133"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items134"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items135"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items136"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items137"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items138"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items139"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items140"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items141"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items142"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items143"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items144"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items145"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items146"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items147"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items148"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items149"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items150"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items151"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items152"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items153"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items154"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items155"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items156"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items157"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items158"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items159"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items160"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items161"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items162"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items163"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items164"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items165"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items166"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items167"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items168"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items169"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items170"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items171"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items172"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items173"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items174"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items175"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items176"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items177"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items178"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items179"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items180"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items181"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items182"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items183"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items184"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items185"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items186"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items187"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items188"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items189"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items190"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items191"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items192"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items193"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items194"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items195"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items196"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items197"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items198"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items199"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items200"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items201"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items202"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items203"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items204"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items205"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items206"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items207"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items208"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items209"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items210"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items211"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items212"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items213"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items214"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items215"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items216"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items217"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items218"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items219"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items220"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items221"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items222"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items223"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items224"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items225"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items226"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items227"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items228"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items229"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items230"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items231"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items232"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items233"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items234"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items235"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items236"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items237"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items238"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items239"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items240"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items241"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items242"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items243"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items244"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items245"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items246"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items247"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items248"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items249"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items250"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items251"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items252"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items253"), + componentResourceManager.GetString("ComboBoxPTT_ID暂停时间.Items254") }); ComboBoxPTT_ID暂停时间.Name = "ComboBoxPTT_ID暂停时间"; - ComboBox单频段模式.AccessibleDescription = (string) null; - ComboBox单频段模式.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox单频段模式, "ComboBox单频段模式"); - ComboBox单频段模式.BackgroundImage = (Image) null; + ComboBox单频段模式.AccessibleDescription = null; + ComboBox单频段模式.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox单频段模式, "ComboBox单频段模式"); + ComboBox单频段模式.BackgroundImage = null; ComboBox单频段模式.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox单频段模式.Font = (Font) null; + ComboBox单频段模式.Font = null; ComboBox单频段模式.FormattingEnabled = true; ComboBox单频段模式.Items.AddRange(new object[2] { - (object) componentResourceManager.GetString("ComboBox单频段模式.Items"), - (object) componentResourceManager.GetString("ComboBox单频段模式.Items1") + componentResourceManager.GetString("ComboBox单频段模式.Items"), + componentResourceManager.GetString("ComboBox单频段模式.Items1") }); ComboBox单频段模式.Name = "ComboBox单频段模式"; - Label6.AccessibleDescription = (string) null; - Label6.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label6, "Label6"); - Label6.Font = (Font) null; + Label6.AccessibleDescription = null; + Label6.AccessibleName = null; + componentResourceManager.ApplyResources(Label6, "Label6"); + Label6.Font = null; Label6.Name = "Label6"; - ComboBox风扇控制.AccessibleDescription = (string) null; - ComboBox风扇控制.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox风扇控制, "ComboBox风扇控制"); - ComboBox风扇控制.BackgroundImage = (Image) null; + ComboBox风扇控制.AccessibleDescription = null; + ComboBox风扇控制.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox风扇控制, "ComboBox风扇控制"); + ComboBox风扇控制.BackgroundImage = null; ComboBox风扇控制.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox风扇控制.Font = (Font) null; + ComboBox风扇控制.Font = null; 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.GetString("ComboBox风扇控制.Items"), + componentResourceManager.GetString("ComboBox风扇控制.Items1"), + componentResourceManager.GetString("ComboBox风扇控制.Items2") }); ComboBox风扇控制.Name = "ComboBox风扇控制"; - Label7.AccessibleDescription = (string) null; - Label7.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label7, "Label7"); - Label7.Font = (Font) null; + Label7.AccessibleDescription = null; + Label7.AccessibleName = null; + componentResourceManager.ApplyResources(Label7, "Label7"); + Label7.Font = null; Label7.Name = "Label7"; - Label27.AccessibleDescription = (string) null; - Label27.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label27, "Label27"); - Label27.Font = (Font) null; + Label27.AccessibleDescription = null; + Label27.AccessibleName = null; + componentResourceManager.ApplyResources(Label27, "Label27"); + Label27.Font = null; Label27.Name = "Label27"; - ComboBox自动中继差频.AccessibleDescription = (string) null; - ComboBox自动中继差频.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox自动中继差频, "ComboBox自动中继差频"); - ComboBox自动中继差频.BackgroundImage = (Image) null; + ComboBox自动中继差频.AccessibleDescription = null; + ComboBox自动中继差频.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox自动中继差频, "ComboBox自动中继差频"); + ComboBox自动中继差频.BackgroundImage = null; ComboBox自动中继差频.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox自动中继差频.Font = (Font) null; + ComboBox自动中继差频.Font = null; 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.GetString("ComboBox自动中继差频.Items"), + componentResourceManager.GetString("ComboBox自动中继差频.Items1"), + componentResourceManager.GetString("ComboBox自动中继差频.Items2") }); ComboBox自动中继差频.Name = "ComboBox自动中继差频"; - Label14.AccessibleDescription = (string) null; - Label14.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label14, "Label14"); - Label14.Font = (Font) null; + Label14.AccessibleDescription = null; + Label14.AccessibleName = null; + componentResourceManager.ApplyResources(Label14, "Label14"); + Label14.Font = null; Label14.Name = "Label14"; - ComboBox中继功能.AccessibleDescription = (string) null; - ComboBox中继功能.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox中继功能, "ComboBox中继功能"); - ComboBox中继功能.BackgroundImage = (Image) null; + ComboBox中继功能.AccessibleDescription = null; + ComboBox中继功能.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox中继功能, "ComboBox中继功能"); + ComboBox中继功能.BackgroundImage = null; ComboBox中继功能.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox中继功能.Font = (Font) null; + ComboBox中继功能.Font = null; 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.GetString("ComboBox中继功能.Items"), + componentResourceManager.GetString("ComboBox中继功能.Items1"), + componentResourceManager.GetString("ComboBox中继功能.Items2") }); ComboBox中继功能.Name = "ComboBox中继功能"; - Label26.AccessibleDescription = (string) null; - Label26.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label26, "Label26"); - Label26.Font = (Font) null; + Label26.AccessibleDescription = null; + Label26.AccessibleName = null; + componentResourceManager.ApplyResources(Label26, "Label26"); + Label26.Font = null; Label26.Name = "Label26"; - ComboBox喇叭选择.AccessibleDescription = (string) null; - ComboBox喇叭选择.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox喇叭选择, "ComboBox喇叭选择"); - ComboBox喇叭选择.BackgroundImage = (Image) null; + ComboBox喇叭选择.AccessibleDescription = null; + ComboBox喇叭选择.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox喇叭选择, "ComboBox喇叭选择"); + ComboBox喇叭选择.BackgroundImage = null; ComboBox喇叭选择.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox喇叭选择.Font = (Font) null; + ComboBox喇叭选择.Font = null; 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.GetString("ComboBox喇叭选择.Items"), + componentResourceManager.GetString("ComboBox喇叭选择.Items1"), + componentResourceManager.GetString("ComboBox喇叭选择.Items2"), + componentResourceManager.GetString("ComboBox喇叭选择.Items3") }); ComboBox喇叭选择.Name = "ComboBox喇叭选择"; - Label25.AccessibleDescription = (string) null; - Label25.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label25, "Label25"); - Label25.Font = (Font) null; + Label25.AccessibleDescription = null; + Label25.AccessibleName = null; + componentResourceManager.ApplyResources(Label25, "Label25"); + Label25.Font = null; Label25.Name = "Label25"; - ComboBox导频频率设置.AccessibleDescription = (string) null; - ComboBox导频频率设置.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox导频频率设置, "ComboBox导频频率设置"); - ComboBox导频频率设置.BackgroundImage = (Image) null; + ComboBox导频频率设置.AccessibleDescription = null; + ComboBox导频频率设置.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox导频频率设置, "ComboBox导频频率设置"); + ComboBox导频频率设置.BackgroundImage = null; ComboBox导频频率设置.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox导频频率设置.Font = (Font) null; + ComboBox导频频率设置.Font = null; 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.GetString("ComboBox导频频率设置.Items"), + componentResourceManager.GetString("ComboBox导频频率设置.Items1"), + componentResourceManager.GetString("ComboBox导频频率设置.Items2"), + componentResourceManager.GetString("ComboBox导频频率设置.Items3") }); ComboBox导频频率设置.Name = "ComboBox导频频率设置"; - Label24.AccessibleDescription = (string) null; - Label24.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label24, "Label24"); - Label24.Font = (Font) null; + Label24.AccessibleDescription = null; + Label24.AccessibleName = null; + componentResourceManager.ApplyResources(Label24, "Label24"); + Label24.Font = null; Label24.Name = "Label24"; - ComboBox自动关机时间.AccessibleDescription = (string) null; - ComboBox自动关机时间.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox自动关机时间, "ComboBox自动关机时间"); - ComboBox自动关机时间.BackgroundImage = (Image) null; + ComboBox自动关机时间.AccessibleDescription = null; + ComboBox自动关机时间.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox自动关机时间, "ComboBox自动关机时间"); + ComboBox自动关机时间.BackgroundImage = null; ComboBox自动关机时间.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox自动关机时间.Font = (Font) null; + ComboBox自动关机时间.Font = null; ComboBox自动关机时间.FormattingEnabled = true; ComboBox自动关机时间.Items.AddRange(new object[25] { - (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") + componentResourceManager.GetString("ComboBox自动关机时间.Items"), + componentResourceManager.GetString("ComboBox自动关机时间.Items1"), + componentResourceManager.GetString("ComboBox自动关机时间.Items2"), + componentResourceManager.GetString("ComboBox自动关机时间.Items3"), + componentResourceManager.GetString("ComboBox自动关机时间.Items4"), + componentResourceManager.GetString("ComboBox自动关机时间.Items5"), + componentResourceManager.GetString("ComboBox自动关机时间.Items6"), + componentResourceManager.GetString("ComboBox自动关机时间.Items7"), + componentResourceManager.GetString("ComboBox自动关机时间.Items8"), + componentResourceManager.GetString("ComboBox自动关机时间.Items9"), + componentResourceManager.GetString("ComboBox自动关机时间.Items10"), + componentResourceManager.GetString("ComboBox自动关机时间.Items11"), + componentResourceManager.GetString("ComboBox自动关机时间.Items12"), + componentResourceManager.GetString("ComboBox自动关机时间.Items13"), + componentResourceManager.GetString("ComboBox自动关机时间.Items14"), + componentResourceManager.GetString("ComboBox自动关机时间.Items15"), + componentResourceManager.GetString("ComboBox自动关机时间.Items16"), + componentResourceManager.GetString("ComboBox自动关机时间.Items17"), + componentResourceManager.GetString("ComboBox自动关机时间.Items18"), + componentResourceManager.GetString("ComboBox自动关机时间.Items19"), + componentResourceManager.GetString("ComboBox自动关机时间.Items20"), + componentResourceManager.GetString("ComboBox自动关机时间.Items21"), + componentResourceManager.GetString("ComboBox自动关机时间.Items22"), + componentResourceManager.GetString("ComboBox自动关机时间.Items23"), + componentResourceManager.GetString("ComboBox自动关机时间.Items24") }); ComboBox自动关机时间.Name = "ComboBox自动关机时间"; - Label21.AccessibleDescription = (string) null; - Label21.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label21, "Label21"); - Label21.Font = (Font) null; + Label21.AccessibleDescription = null; + Label21.AccessibleName = null; + componentResourceManager.ApplyResources(Label21, "Label21"); + Label21.Font = null; Label21.Name = "Label21"; - ComboBox噪声消除设置.AccessibleDescription = (string) null; - ComboBox噪声消除设置.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox噪声消除设置, "ComboBox噪声消除设置"); - ComboBox噪声消除设置.BackgroundImage = (Image) null; + ComboBox噪声消除设置.AccessibleDescription = null; + ComboBox噪声消除设置.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox噪声消除设置, "ComboBox噪声消除设置"); + ComboBox噪声消除设置.BackgroundImage = null; ComboBox噪声消除设置.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox噪声消除设置.Font = (Font) null; + ComboBox噪声消除设置.Font = null; 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.GetString("ComboBox噪声消除设置.Items"), + componentResourceManager.GetString("ComboBox噪声消除设置.Items1"), + componentResourceManager.GetString("ComboBox噪声消除设置.Items2") }); ComboBox噪声消除设置.Name = "ComboBox噪声消除设置"; - Label8.AccessibleDescription = (string) null; - Label8.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label8, "Label8"); - Label8.Font = (Font) null; + Label8.AccessibleDescription = null; + Label8.AccessibleName = null; + componentResourceManager.ApplyResources(Label8, "Label8"); + Label8.Font = null; Label8.Name = "Label8"; - ComboBox尾音消除方式.AccessibleDescription = (string) null; - ComboBox尾音消除方式.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox尾音消除方式, "ComboBox尾音消除方式"); - ComboBox尾音消除方式.BackgroundImage = (Image) null; + ComboBox尾音消除方式.AccessibleDescription = null; + ComboBox尾音消除方式.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox尾音消除方式, "ComboBox尾音消除方式"); + ComboBox尾音消除方式.BackgroundImage = null; ComboBox尾音消除方式.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox尾音消除方式.Font = (Font) null; + ComboBox尾音消除方式.Font = null; 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.GetString("ComboBox尾音消除方式.Items"), + componentResourceManager.GetString("ComboBox尾音消除方式.Items1"), + componentResourceManager.GetString("ComboBox尾音消除方式.Items2") }); ComboBox尾音消除方式.Name = "ComboBox尾音消除方式"; - Label9.AccessibleDescription = (string) null; - Label9.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label9, "Label9"); - Label9.Font = (Font) null; + Label9.AccessibleDescription = null; + Label9.AccessibleName = null; + componentResourceManager.ApplyResources(Label9, "Label9"); + Label9.Font = null; Label9.Name = "Label9"; - GroupBox5.AccessibleDescription = (string) null; - GroupBox5.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) GroupBox5, "GroupBox5"); - GroupBox5.BackgroundImage = (Image) null; - GroupBox5.Controls.Add((Control) ComboBox前面板键盘锁); - GroupBox5.Controls.Add((Control) ComboBox主频段模式); - GroupBox5.Controls.Add((Control) ComboBox提示音音量); - GroupBox5.Controls.Add((Control) Label13); - GroupBox5.Controls.Add((Control) Label19); - GroupBox5.Controls.Add((Control) ComboBox航空频段频率步进); - GroupBox5.Controls.Add((Control) ComboBoxAM步进); - GroupBox5.Controls.Add((Control) Label20); - GroupBox5.Controls.Add((Control) Label12); - GroupBox5.Controls.Add((Control) Label11); - GroupBox5.Controls.Add((Control) CheckBox气象告警); - GroupBox5.Font = (Font) null; + GroupBox5.AccessibleDescription = null; + GroupBox5.AccessibleName = null; + componentResourceManager.ApplyResources(GroupBox5, "GroupBox5"); + GroupBox5.BackgroundImage = null; + GroupBox5.Controls.Add(ComboBox前面板键盘锁); + GroupBox5.Controls.Add(ComboBox主频段模式); + GroupBox5.Controls.Add(ComboBox提示音音量); + GroupBox5.Controls.Add(Label13); + GroupBox5.Controls.Add(Label19); + GroupBox5.Controls.Add(ComboBox航空频段频率步进); + GroupBox5.Controls.Add(ComboBoxAM步进); + GroupBox5.Controls.Add(Label20); + GroupBox5.Controls.Add(Label12); + GroupBox5.Controls.Add(Label11); + GroupBox5.Controls.Add(CheckBox气象告警); + GroupBox5.Font = null; GroupBox5.Name = "GroupBox5"; GroupBox5.TabStop = false; - ComboBox前面板键盘锁.AccessibleDescription = (string) null; - ComboBox前面板键盘锁.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox前面板键盘锁, "ComboBox前面板键盘锁"); - ComboBox前面板键盘锁.BackgroundImage = (Image) null; + ComboBox前面板键盘锁.AccessibleDescription = null; + ComboBox前面板键盘锁.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox前面板键盘锁, "ComboBox前面板键盘锁"); + ComboBox前面板键盘锁.BackgroundImage = null; ComboBox前面板键盘锁.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox前面板键盘锁.Font = (Font) null; + ComboBox前面板键盘锁.Font = null; ComboBox前面板键盘锁.FormattingEnabled = true; ComboBox前面板键盘锁.Items.AddRange(new object[2] { - (object) componentResourceManager.GetString("ComboBox前面板键盘锁.Items"), - (object) componentResourceManager.GetString("ComboBox前面板键盘锁.Items1") + componentResourceManager.GetString("ComboBox前面板键盘锁.Items"), + componentResourceManager.GetString("ComboBox前面板键盘锁.Items1") }); ComboBox前面板键盘锁.Name = "ComboBox前面板键盘锁"; - ComboBox主频段模式.AccessibleDescription = (string) null; - ComboBox主频段模式.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox主频段模式, "ComboBox主频段模式"); - ComboBox主频段模式.BackgroundImage = (Image) null; + ComboBox主频段模式.AccessibleDescription = null; + ComboBox主频段模式.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox主频段模式, "ComboBox主频段模式"); + ComboBox主频段模式.BackgroundImage = null; ComboBox主频段模式.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox主频段模式.Font = (Font) null; + ComboBox主频段模式.Font = null; ComboBox主频段模式.FormattingEnabled = true; ComboBox主频段模式.Items.AddRange(new object[2] { - (object) componentResourceManager.GetString("ComboBox主频段模式.Items"), - (object) componentResourceManager.GetString("ComboBox主频段模式.Items1") + componentResourceManager.GetString("ComboBox主频段模式.Items"), + componentResourceManager.GetString("ComboBox主频段模式.Items1") }); ComboBox主频段模式.Name = "ComboBox主频段模式"; - ComboBox提示音音量.AccessibleDescription = (string) null; - ComboBox提示音音量.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox提示音音量, "ComboBox提示音音量"); - ComboBox提示音音量.BackgroundImage = (Image) null; + ComboBox提示音音量.AccessibleDescription = null; + ComboBox提示音音量.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox提示音音量, "ComboBox提示音音量"); + ComboBox提示音音量.BackgroundImage = null; ComboBox提示音音量.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox提示音音量.Font = (Font) null; + ComboBox提示音音量.Font = null; ComboBox提示音音量.FormattingEnabled = true; ComboBox提示音音量.Items.AddRange(new object[8] { - (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") + componentResourceManager.GetString("ComboBox提示音音量.Items"), + componentResourceManager.GetString("ComboBox提示音音量.Items1"), + componentResourceManager.GetString("ComboBox提示音音量.Items2"), + componentResourceManager.GetString("ComboBox提示音音量.Items3"), + componentResourceManager.GetString("ComboBox提示音音量.Items4"), + componentResourceManager.GetString("ComboBox提示音音量.Items5"), + componentResourceManager.GetString("ComboBox提示音音量.Items6"), + componentResourceManager.GetString("ComboBox提示音音量.Items7") }); ComboBox提示音音量.Name = "ComboBox提示音音量"; - Label13.AccessibleDescription = (string) null; - Label13.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label13, "Label13"); - Label13.Font = (Font) null; + Label13.AccessibleDescription = null; + Label13.AccessibleName = null; + componentResourceManager.ApplyResources(Label13, "Label13"); + Label13.Font = null; Label13.Name = "Label13"; - Label19.AccessibleDescription = (string) null; - Label19.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label19, "Label19"); - Label19.Font = (Font) null; + Label19.AccessibleDescription = null; + Label19.AccessibleName = null; + componentResourceManager.ApplyResources(Label19, "Label19"); + Label19.Font = null; Label19.Name = "Label19"; - ComboBox航空频段频率步进.AccessibleDescription = (string) null; - ComboBox航空频段频率步进.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox航空频段频率步进, "ComboBox航空频段频率步进"); - ComboBox航空频段频率步进.BackgroundImage = (Image) null; + ComboBox航空频段频率步进.AccessibleDescription = null; + ComboBox航空频段频率步进.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox航空频段频率步进, "ComboBox航空频段频率步进"); + ComboBox航空频段频率步进.BackgroundImage = null; ComboBox航空频段频率步进.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox航空频段频率步进.Font = (Font) null; + ComboBox航空频段频率步进.Font = null; ComboBox航空频段频率步进.FormattingEnabled = true; ComboBox航空频段频率步进.Items.AddRange(new object[11] { - (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") + componentResourceManager.GetString("ComboBox航空频段频率步进.Items"), + componentResourceManager.GetString("ComboBox航空频段频率步进.Items1"), + componentResourceManager.GetString("ComboBox航空频段频率步进.Items2"), + componentResourceManager.GetString("ComboBox航空频段频率步进.Items3"), + componentResourceManager.GetString("ComboBox航空频段频率步进.Items4"), + componentResourceManager.GetString("ComboBox航空频段频率步进.Items5"), + componentResourceManager.GetString("ComboBox航空频段频率步进.Items6"), + componentResourceManager.GetString("ComboBox航空频段频率步进.Items7"), + componentResourceManager.GetString("ComboBox航空频段频率步进.Items8"), + componentResourceManager.GetString("ComboBox航空频段频率步进.Items9"), + componentResourceManager.GetString("ComboBox航空频段频率步进.Items10") }); ComboBox航空频段频率步进.Name = "ComboBox航空频段频率步进"; - ComboBoxAM步进.AccessibleDescription = (string) null; - ComboBoxAM步进.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBoxAM步进, "ComboBoxAM步进"); - ComboBoxAM步进.BackgroundImage = (Image) null; + ComboBoxAM步进.AccessibleDescription = null; + ComboBoxAM步进.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBoxAM步进, "ComboBoxAM步进"); + ComboBoxAM步进.BackgroundImage = null; ComboBoxAM步进.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBoxAM步进.Font = (Font) null; + ComboBoxAM步进.Font = null; ComboBoxAM步进.FormattingEnabled = true; ComboBoxAM步进.Items.AddRange(new object[3] { - (object) componentResourceManager.GetString("ComboBoxAM步进.Items"), - (object) componentResourceManager.GetString("ComboBoxAM步进.Items1"), - (object) componentResourceManager.GetString("ComboBoxAM步进.Items2") + componentResourceManager.GetString("ComboBoxAM步进.Items"), + componentResourceManager.GetString("ComboBoxAM步进.Items1"), + componentResourceManager.GetString("ComboBoxAM步进.Items2") }); ComboBoxAM步进.Name = "ComboBoxAM步进"; - Label20.AccessibleDescription = (string) null; - Label20.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label20, "Label20"); - Label20.Font = (Font) null; + Label20.AccessibleDescription = null; + Label20.AccessibleName = null; + componentResourceManager.ApplyResources(Label20, "Label20"); + Label20.Font = null; Label20.Name = "Label20"; - Label12.AccessibleDescription = (string) null; - Label12.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label12, "Label12"); - Label12.Font = (Font) null; + Label12.AccessibleDescription = null; + Label12.AccessibleName = null; + componentResourceManager.ApplyResources(Label12, "Label12"); + Label12.Font = null; Label12.Name = "Label12"; - Label11.AccessibleDescription = (string) null; - Label11.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label11, "Label11"); - Label11.Font = (Font) null; + Label11.AccessibleDescription = null; + Label11.AccessibleName = null; + componentResourceManager.ApplyResources(Label11, "Label11"); + Label11.Font = null; Label11.Name = "Label11"; - CheckBox气象告警.AccessibleDescription = (string) null; - CheckBox气象告警.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) CheckBox气象告警, "CheckBox气象告警"); - CheckBox气象告警.BackgroundImage = (Image) null; - CheckBox气象告警.Font = (Font) null; + CheckBox气象告警.AccessibleDescription = null; + CheckBox气象告警.AccessibleName = null; + componentResourceManager.ApplyResources(CheckBox气象告警, "CheckBox气象告警"); + CheckBox气象告警.BackgroundImage = null; + CheckBox气象告警.Font = null; CheckBox气象告警.Name = "CheckBox气象告警"; CheckBox气象告警.UseVisualStyleBackColor = true; - GroupBox6.AccessibleDescription = (string) null; - GroupBox6.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) GroupBox6, "GroupBox6"); - GroupBox6.BackgroundImage = (Image) null; - GroupBox6.Controls.Add((Control) ComboBox气象告警信道号_B); - GroupBox6.Controls.Add((Control) ComboBox对讲机信道号_B); - GroupBox6.Controls.Add((Control) Label36); - GroupBox6.Controls.Add((Control) Label32); - GroupBox6.Controls.Add((Control) ComboBox波段模式_B); - GroupBox6.Controls.Add((Control) Label35); - GroupBox6.Controls.Add((Control) ComboBox对讲机工作模式_B); - GroupBox6.Controls.Add((Control) Label23); - GroupBox6.Controls.Add((Control) ComboBox静噪等级_B); - GroupBox6.Controls.Add((Control) Label10); - GroupBox6.Font = (Font) null; + GroupBox6.AccessibleDescription = null; + GroupBox6.AccessibleName = null; + componentResourceManager.ApplyResources(GroupBox6, "GroupBox6"); + GroupBox6.BackgroundImage = null; + GroupBox6.Controls.Add(ComboBox气象告警信道号_B); + GroupBox6.Controls.Add(ComboBox对讲机信道号_B); + GroupBox6.Controls.Add(Label36); + GroupBox6.Controls.Add(Label32); + GroupBox6.Controls.Add(ComboBox波段模式_B); + GroupBox6.Controls.Add(Label35); + GroupBox6.Controls.Add(ComboBox对讲机工作模式_B); + GroupBox6.Controls.Add(Label23); + GroupBox6.Controls.Add(ComboBox静噪等级_B); + GroupBox6.Controls.Add(Label10); + GroupBox6.Font = null; GroupBox6.Name = "GroupBox6"; GroupBox6.TabStop = false; - ComboBox气象告警信道号_B.AccessibleDescription = (string) null; - ComboBox气象告警信道号_B.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox气象告警信道号_B, "ComboBox气象告警信道号_B"); - ComboBox气象告警信道号_B.BackgroundImage = (Image) null; + ComboBox气象告警信道号_B.AccessibleDescription = null; + ComboBox气象告警信道号_B.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox气象告警信道号_B, "ComboBox气象告警信道号_B"); + ComboBox气象告警信道号_B.BackgroundImage = null; ComboBox气象告警信道号_B.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox气象告警信道号_B.Font = (Font) null; + ComboBox气象告警信道号_B.Font = null; ComboBox气象告警信道号_B.FormattingEnabled = true; ComboBox气象告警信道号_B.Items.AddRange(new object[10] { - (object) componentResourceManager.GetString("ComboBox气象告警信道号_B.Items"), - (object) componentResourceManager.GetString("ComboBox气象告警信道号_B.Items1"), - (object) componentResourceManager.GetString("ComboBox气象告警信道号_B.Items2"), - (object) componentResourceManager.GetString("ComboBox气象告警信道号_B.Items3"), - (object) componentResourceManager.GetString("ComboBox气象告警信道号_B.Items4"), - (object) componentResourceManager.GetString("ComboBox气象告警信道号_B.Items5"), - (object) componentResourceManager.GetString("ComboBox气象告警信道号_B.Items6"), - (object) componentResourceManager.GetString("ComboBox气象告警信道号_B.Items7"), - (object) componentResourceManager.GetString("ComboBox气象告警信道号_B.Items8"), - (object) componentResourceManager.GetString("ComboBox气象告警信道号_B.Items9") + componentResourceManager.GetString("ComboBox气象告警信道号_B.Items"), + componentResourceManager.GetString("ComboBox气象告警信道号_B.Items1"), + componentResourceManager.GetString("ComboBox气象告警信道号_B.Items2"), + componentResourceManager.GetString("ComboBox气象告警信道号_B.Items3"), + componentResourceManager.GetString("ComboBox气象告警信道号_B.Items4"), + componentResourceManager.GetString("ComboBox气象告警信道号_B.Items5"), + componentResourceManager.GetString("ComboBox气象告警信道号_B.Items6"), + componentResourceManager.GetString("ComboBox气象告警信道号_B.Items7"), + componentResourceManager.GetString("ComboBox气象告警信道号_B.Items8"), + componentResourceManager.GetString("ComboBox气象告警信道号_B.Items9") }); ComboBox气象告警信道号_B.Name = "ComboBox气象告警信道号_B"; - ComboBox对讲机信道号_B.AccessibleDescription = (string) null; - ComboBox对讲机信道号_B.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox对讲机信道号_B, "ComboBox对讲机信道号_B"); - ComboBox对讲机信道号_B.BackgroundImage = (Image) null; + ComboBox对讲机信道号_B.AccessibleDescription = null; + ComboBox对讲机信道号_B.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox对讲机信道号_B, "ComboBox对讲机信道号_B"); + ComboBox对讲机信道号_B.BackgroundImage = null; ComboBox对讲机信道号_B.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox对讲机信道号_B.Font = (Font) null; + ComboBox对讲机信道号_B.Font = null; ComboBox对讲机信道号_B.FormattingEnabled = true; ComboBox对讲机信道号_B.Items.AddRange(new object[512] { - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items1"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items2"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items3"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items4"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items5"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items6"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items7"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items8"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items9"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items10"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items11"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items12"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items13"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items14"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items15"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items16"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items17"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items18"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items19"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items20"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items21"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items22"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items23"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items24"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items25"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items26"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items27"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items28"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items29"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items30"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items31"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items32"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items33"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items34"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items35"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items36"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items37"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items38"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items39"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items40"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items41"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items42"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items43"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items44"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items45"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items46"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items47"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items48"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items49"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items50"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items51"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items52"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items53"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items54"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items55"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items56"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items57"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items58"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items59"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items60"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items61"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items62"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items63"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items64"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items65"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items66"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items67"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items68"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items69"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items70"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items71"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items72"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items73"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items74"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items75"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items76"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items77"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items78"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items79"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items80"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items81"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items82"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items83"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items84"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items85"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items86"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items87"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items88"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items89"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items90"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items91"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items92"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items93"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items94"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items95"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items96"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items97"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items98"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items99"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items100"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items101"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items102"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items103"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items104"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items105"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items106"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items107"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items108"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items109"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items110"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items111"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items112"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items113"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items114"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items115"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items116"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items117"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items118"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items119"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items120"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items121"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items122"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items123"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items124"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items125"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items126"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items127"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items128"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items129"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items130"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items131"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items132"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items133"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items134"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items135"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items136"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items137"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items138"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items139"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items140"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items141"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items142"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items143"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items144"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items145"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items146"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items147"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items148"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items149"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items150"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items151"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items152"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items153"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items154"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items155"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items156"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items157"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items158"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items159"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items160"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items161"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items162"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items163"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items164"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items165"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items166"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items167"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items168"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items169"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items170"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items171"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items172"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items173"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items174"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items175"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items176"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items177"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items178"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items179"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items180"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items181"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items182"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items183"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items184"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items185"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items186"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items187"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items188"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items189"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items190"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items191"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items192"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items193"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items194"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items195"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items196"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items197"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items198"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items199"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items200"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items201"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items202"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items203"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items204"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items205"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items206"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items207"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items208"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items209"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items210"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items211"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items212"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items213"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items214"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items215"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items216"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items217"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items218"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items219"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items220"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items221"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items222"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items223"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items224"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items225"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items226"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items227"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items228"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items229"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items230"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items231"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items232"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items233"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items234"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items235"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items236"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items237"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items238"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items239"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items240"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items241"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items242"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items243"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items244"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items245"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items246"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items247"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items248"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items249"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items250"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items251"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items252"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items253"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items254"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items255"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items256"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items257"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items258"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items259"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items260"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items261"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items262"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items263"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items264"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items265"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items266"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items267"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items268"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items269"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items270"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items271"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items272"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items273"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items274"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items275"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items276"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items277"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items278"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items279"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items280"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items281"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items282"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items283"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items284"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items285"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items286"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items287"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items288"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items289"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items290"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items291"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items292"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items293"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items294"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items295"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items296"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items297"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items298"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items299"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items300"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items301"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items302"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items303"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items304"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items305"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items306"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items307"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items308"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items309"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items310"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items311"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items312"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items313"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items314"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items315"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items316"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items317"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items318"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items319"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items320"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items321"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items322"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items323"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items324"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items325"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items326"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items327"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items328"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items329"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items330"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items331"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items332"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items333"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items334"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items335"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items336"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items337"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items338"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items339"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items340"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items341"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items342"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items343"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items344"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items345"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items346"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items347"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items348"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items349"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items350"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items351"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items352"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items353"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items354"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items355"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items356"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items357"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items358"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items359"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items360"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items361"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items362"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items363"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items364"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items365"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items366"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items367"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items368"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items369"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items370"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items371"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items372"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items373"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items374"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items375"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items376"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items377"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items378"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items379"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items380"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items381"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items382"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items383"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items384"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items385"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items386"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items387"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items388"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items389"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items390"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items391"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items392"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items393"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items394"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items395"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items396"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items397"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items398"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items399"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items400"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items401"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items402"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items403"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items404"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items405"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items406"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items407"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items408"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items409"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items410"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items411"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items412"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items413"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items414"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items415"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items416"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items417"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items418"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items419"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items420"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items421"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items422"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items423"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items424"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items425"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items426"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items427"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items428"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items429"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items430"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items431"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items432"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items433"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items434"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items435"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items436"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items437"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items438"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items439"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items440"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items441"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items442"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items443"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items444"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items445"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items446"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items447"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items448"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items449"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items450"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items451"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items452"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items453"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items454"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items455"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items456"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items457"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items458"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items459"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items460"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items461"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items462"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items463"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items464"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items465"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items466"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items467"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items468"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items469"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items470"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items471"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items472"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items473"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items474"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items475"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items476"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items477"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items478"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items479"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items480"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items481"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items482"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items483"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items484"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items485"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items486"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items487"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items488"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items489"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items490"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items491"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items492"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items493"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items494"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items495"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items496"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items497"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items498"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items499"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items500"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items501"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items502"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items503"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items504"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items505"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items506"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items507"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items508"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items509"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items510"), - (object) componentResourceManager.GetString("ComboBox对讲机信道号_B.Items511") + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items1"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items2"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items3"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items4"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items5"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items6"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items7"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items8"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items9"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items10"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items11"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items12"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items13"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items14"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items15"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items16"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items17"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items18"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items19"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items20"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items21"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items22"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items23"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items24"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items25"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items26"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items27"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items28"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items29"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items30"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items31"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items32"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items33"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items34"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items35"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items36"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items37"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items38"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items39"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items40"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items41"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items42"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items43"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items44"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items45"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items46"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items47"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items48"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items49"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items50"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items51"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items52"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items53"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items54"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items55"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items56"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items57"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items58"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items59"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items60"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items61"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items62"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items63"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items64"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items65"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items66"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items67"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items68"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items69"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items70"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items71"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items72"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items73"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items74"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items75"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items76"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items77"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items78"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items79"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items80"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items81"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items82"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items83"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items84"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items85"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items86"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items87"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items88"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items89"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items90"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items91"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items92"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items93"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items94"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items95"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items96"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items97"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items98"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items99"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items100"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items101"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items102"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items103"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items104"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items105"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items106"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items107"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items108"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items109"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items110"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items111"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items112"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items113"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items114"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items115"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items116"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items117"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items118"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items119"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items120"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items121"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items122"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items123"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items124"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items125"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items126"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items127"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items128"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items129"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items130"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items131"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items132"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items133"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items134"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items135"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items136"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items137"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items138"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items139"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items140"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items141"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items142"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items143"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items144"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items145"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items146"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items147"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items148"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items149"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items150"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items151"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items152"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items153"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items154"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items155"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items156"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items157"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items158"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items159"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items160"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items161"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items162"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items163"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items164"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items165"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items166"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items167"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items168"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items169"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items170"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items171"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items172"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items173"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items174"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items175"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items176"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items177"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items178"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items179"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items180"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items181"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items182"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items183"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items184"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items185"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items186"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items187"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items188"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items189"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items190"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items191"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items192"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items193"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items194"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items195"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items196"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items197"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items198"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items199"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items200"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items201"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items202"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items203"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items204"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items205"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items206"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items207"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items208"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items209"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items210"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items211"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items212"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items213"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items214"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items215"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items216"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items217"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items218"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items219"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items220"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items221"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items222"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items223"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items224"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items225"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items226"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items227"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items228"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items229"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items230"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items231"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items232"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items233"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items234"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items235"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items236"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items237"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items238"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items239"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items240"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items241"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items242"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items243"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items244"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items245"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items246"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items247"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items248"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items249"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items250"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items251"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items252"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items253"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items254"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items255"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items256"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items257"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items258"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items259"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items260"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items261"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items262"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items263"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items264"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items265"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items266"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items267"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items268"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items269"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items270"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items271"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items272"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items273"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items274"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items275"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items276"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items277"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items278"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items279"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items280"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items281"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items282"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items283"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items284"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items285"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items286"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items287"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items288"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items289"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items290"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items291"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items292"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items293"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items294"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items295"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items296"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items297"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items298"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items299"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items300"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items301"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items302"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items303"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items304"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items305"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items306"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items307"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items308"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items309"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items310"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items311"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items312"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items313"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items314"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items315"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items316"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items317"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items318"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items319"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items320"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items321"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items322"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items323"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items324"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items325"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items326"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items327"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items328"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items329"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items330"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items331"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items332"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items333"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items334"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items335"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items336"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items337"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items338"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items339"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items340"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items341"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items342"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items343"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items344"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items345"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items346"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items347"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items348"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items349"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items350"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items351"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items352"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items353"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items354"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items355"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items356"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items357"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items358"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items359"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items360"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items361"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items362"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items363"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items364"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items365"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items366"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items367"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items368"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items369"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items370"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items371"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items372"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items373"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items374"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items375"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items376"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items377"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items378"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items379"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items380"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items381"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items382"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items383"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items384"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items385"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items386"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items387"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items388"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items389"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items390"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items391"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items392"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items393"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items394"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items395"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items396"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items397"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items398"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items399"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items400"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items401"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items402"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items403"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items404"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items405"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items406"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items407"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items408"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items409"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items410"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items411"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items412"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items413"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items414"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items415"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items416"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items417"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items418"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items419"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items420"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items421"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items422"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items423"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items424"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items425"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items426"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items427"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items428"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items429"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items430"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items431"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items432"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items433"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items434"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items435"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items436"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items437"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items438"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items439"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items440"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items441"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items442"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items443"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items444"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items445"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items446"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items447"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items448"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items449"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items450"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items451"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items452"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items453"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items454"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items455"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items456"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items457"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items458"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items459"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items460"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items461"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items462"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items463"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items464"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items465"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items466"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items467"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items468"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items469"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items470"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items471"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items472"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items473"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items474"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items475"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items476"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items477"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items478"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items479"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items480"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items481"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items482"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items483"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items484"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items485"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items486"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items487"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items488"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items489"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items490"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items491"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items492"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items493"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items494"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items495"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items496"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items497"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items498"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items499"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items500"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items501"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items502"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items503"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items504"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items505"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items506"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items507"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items508"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items509"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items510"), + componentResourceManager.GetString("ComboBox对讲机信道号_B.Items511") }); ComboBox对讲机信道号_B.Name = "ComboBox对讲机信道号_B"; - Label36.AccessibleDescription = (string) null; - Label36.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label36, "Label36"); - Label36.Font = (Font) null; + Label36.AccessibleDescription = null; + Label36.AccessibleName = null; + componentResourceManager.ApplyResources(Label36, "Label36"); + Label36.Font = null; Label36.Name = "Label36"; - Label32.AccessibleDescription = (string) null; - Label32.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label32, "Label32"); - Label32.Font = (Font) null; + Label32.AccessibleDescription = null; + Label32.AccessibleName = null; + componentResourceManager.ApplyResources(Label32, "Label32"); + Label32.Font = null; Label32.Name = "Label32"; - ComboBox波段模式_B.AccessibleDescription = (string) null; - ComboBox波段模式_B.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox波段模式_B, "ComboBox波段模式_B"); - ComboBox波段模式_B.BackgroundImage = (Image) null; + ComboBox波段模式_B.AccessibleDescription = null; + ComboBox波段模式_B.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox波段模式_B, "ComboBox波段模式_B"); + ComboBox波段模式_B.BackgroundImage = null; ComboBox波段模式_B.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox波段模式_B.Font = (Font) null; + ComboBox波段模式_B.Font = null; ComboBox波段模式_B.FormattingEnabled = true; ComboBox波段模式_B.Items.AddRange(new object[5] { - (object) componentResourceManager.GetString("ComboBox波段模式_B.Items"), - (object) componentResourceManager.GetString("ComboBox波段模式_B.Items1"), - (object) componentResourceManager.GetString("ComboBox波段模式_B.Items2"), - (object) componentResourceManager.GetString("ComboBox波段模式_B.Items3"), - (object) componentResourceManager.GetString("ComboBox波段模式_B.Items4") + componentResourceManager.GetString("ComboBox波段模式_B.Items"), + componentResourceManager.GetString("ComboBox波段模式_B.Items1"), + componentResourceManager.GetString("ComboBox波段模式_B.Items2"), + componentResourceManager.GetString("ComboBox波段模式_B.Items3"), + componentResourceManager.GetString("ComboBox波段模式_B.Items4") }); ComboBox波段模式_B.Name = "ComboBox波段模式_B"; - Label35.AccessibleDescription = (string) null; - Label35.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label35, "Label35"); - Label35.Font = (Font) null; + Label35.AccessibleDescription = null; + Label35.AccessibleName = null; + componentResourceManager.ApplyResources(Label35, "Label35"); + Label35.Font = null; Label35.Name = "Label35"; - ComboBox对讲机工作模式_B.AccessibleDescription = (string) null; - ComboBox对讲机工作模式_B.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox对讲机工作模式_B, "ComboBox对讲机工作模式_B"); - ComboBox对讲机工作模式_B.BackgroundImage = (Image) null; + ComboBox对讲机工作模式_B.AccessibleDescription = null; + ComboBox对讲机工作模式_B.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox对讲机工作模式_B, "ComboBox对讲机工作模式_B"); + ComboBox对讲机工作模式_B.BackgroundImage = null; ComboBox对讲机工作模式_B.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox对讲机工作模式_B.Font = (Font) null; + ComboBox对讲机工作模式_B.Font = null; ComboBox对讲机工作模式_B.FormattingEnabled = true; ComboBox对讲机工作模式_B.Items.AddRange(new object[3] { - (object) componentResourceManager.GetString("ComboBox对讲机工作模式_B.Items"), - (object) componentResourceManager.GetString("ComboBox对讲机工作模式_B.Items1"), - (object) componentResourceManager.GetString("ComboBox对讲机工作模式_B.Items2") + componentResourceManager.GetString("ComboBox对讲机工作模式_B.Items"), + componentResourceManager.GetString("ComboBox对讲机工作模式_B.Items1"), + componentResourceManager.GetString("ComboBox对讲机工作模式_B.Items2") }); ComboBox对讲机工作模式_B.Name = "ComboBox对讲机工作模式_B"; - Label23.AccessibleDescription = (string) null; - Label23.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label23, "Label23"); - Label23.Font = (Font) null; + Label23.AccessibleDescription = null; + Label23.AccessibleName = null; + componentResourceManager.ApplyResources(Label23, "Label23"); + Label23.Font = null; Label23.Name = "Label23"; - ComboBox静噪等级_B.AccessibleDescription = (string) null; - ComboBox静噪等级_B.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox静噪等级_B, "ComboBox静噪等级_B"); - ComboBox静噪等级_B.BackgroundImage = (Image) null; + ComboBox静噪等级_B.AccessibleDescription = null; + ComboBox静噪等级_B.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox静噪等级_B, "ComboBox静噪等级_B"); + ComboBox静噪等级_B.BackgroundImage = null; ComboBox静噪等级_B.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox静噪等级_B.Font = (Font) null; + ComboBox静噪等级_B.Font = null; ComboBox静噪等级_B.FormattingEnabled = true; ComboBox静噪等级_B.Items.AddRange(new object[10] { - (object) componentResourceManager.GetString("ComboBox静噪等级_B.Items"), - (object) componentResourceManager.GetString("ComboBox静噪等级_B.Items1"), - (object) componentResourceManager.GetString("ComboBox静噪等级_B.Items2"), - (object) componentResourceManager.GetString("ComboBox静噪等级_B.Items3"), - (object) componentResourceManager.GetString("ComboBox静噪等级_B.Items4"), - (object) componentResourceManager.GetString("ComboBox静噪等级_B.Items5"), - (object) componentResourceManager.GetString("ComboBox静噪等级_B.Items6"), - (object) componentResourceManager.GetString("ComboBox静噪等级_B.Items7"), - (object) componentResourceManager.GetString("ComboBox静噪等级_B.Items8"), - (object) componentResourceManager.GetString("ComboBox静噪等级_B.Items9") + componentResourceManager.GetString("ComboBox静噪等级_B.Items"), + componentResourceManager.GetString("ComboBox静噪等级_B.Items1"), + componentResourceManager.GetString("ComboBox静噪等级_B.Items2"), + componentResourceManager.GetString("ComboBox静噪等级_B.Items3"), + componentResourceManager.GetString("ComboBox静噪等级_B.Items4"), + componentResourceManager.GetString("ComboBox静噪等级_B.Items5"), + componentResourceManager.GetString("ComboBox静噪等级_B.Items6"), + componentResourceManager.GetString("ComboBox静噪等级_B.Items7"), + componentResourceManager.GetString("ComboBox静噪等级_B.Items8"), + componentResourceManager.GetString("ComboBox静噪等级_B.Items9") }); ComboBox静噪等级_B.Name = "ComboBox静噪等级_B"; - Label10.AccessibleDescription = (string) null; - Label10.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label10, "Label10"); - Label10.Font = (Font) null; + Label10.AccessibleDescription = null; + Label10.AccessibleName = null; + componentResourceManager.ApplyResources(Label10, "Label10"); + Label10.Font = null; Label10.Name = "Label10"; - GroupBox7.AccessibleDescription = (string) null; - GroupBox7.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) GroupBox7, "GroupBox7"); - GroupBox7.BackgroundImage = (Image) null; - GroupBox7.Controls.Add((Control) CheckBox收音机开启); - GroupBox7.Controls.Add((Control) CheckBox信道功能自动保存); - GroupBox7.Controls.Add((Control) CheckBox副频繁忙提示); - GroupBox7.Controls.Add((Control) CheckBox副频静音); - GroupBox7.Controls.Add((Control) CheckBoxVFO频率联动功能); - GroupBox7.Controls.Add((Control) CheckBox提示音开关); - GroupBox7.Controls.Add((Control) CheckBoxUHF频段AIP); - GroupBox7.Controls.Add((Control) CheckBox麦克风键锁); - GroupBox7.Controls.Add((Control) CheckBoxPTT锁定); - GroupBox7.Controls.Add((Control) CheckBoxVHF频段AIP); - GroupBox7.Controls.Add((Control) CheckBox拍频偏移); - GroupBox7.Controls.Add((Control) CheckBox调谐旋钮启用); - GroupBox7.Font = (Font) null; + GroupBox7.AccessibleDescription = null; + GroupBox7.AccessibleName = null; + componentResourceManager.ApplyResources(GroupBox7, "GroupBox7"); + GroupBox7.BackgroundImage = null; + GroupBox7.Controls.Add(CheckBox收音机开启); + GroupBox7.Controls.Add(CheckBox信道功能自动保存); + GroupBox7.Controls.Add(CheckBox副频繁忙提示); + GroupBox7.Controls.Add(CheckBox副频静音); + GroupBox7.Controls.Add(CheckBoxVFO频率联动功能); + GroupBox7.Controls.Add(CheckBox提示音开关); + GroupBox7.Controls.Add(CheckBoxUHF频段AIP); + GroupBox7.Controls.Add(CheckBox麦克风键锁); + GroupBox7.Controls.Add(CheckBoxPTT锁定); + GroupBox7.Controls.Add(CheckBoxVHF频段AIP); + GroupBox7.Controls.Add(CheckBox拍频偏移); + GroupBox7.Controls.Add(CheckBox调谐旋钮启用); + GroupBox7.Font = null; GroupBox7.Name = "GroupBox7"; GroupBox7.TabStop = false; - CheckBox收音机开启.AccessibleDescription = (string) null; - CheckBox收音机开启.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) CheckBox收音机开启, "CheckBox收音机开启"); - CheckBox收音机开启.BackgroundImage = (Image) null; - CheckBox收音机开启.Font = (Font) null; + CheckBox收音机开启.AccessibleDescription = null; + CheckBox收音机开启.AccessibleName = null; + componentResourceManager.ApplyResources(CheckBox收音机开启, "CheckBox收音机开启"); + CheckBox收音机开启.BackgroundImage = null; + CheckBox收音机开启.Font = null; CheckBox收音机开启.Name = "CheckBox收音机开启"; CheckBox收音机开启.UseVisualStyleBackColor = true; - CheckBox信道功能自动保存.AccessibleDescription = (string) null; - CheckBox信道功能自动保存.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) CheckBox信道功能自动保存, "CheckBox信道功能自动保存"); - CheckBox信道功能自动保存.BackgroundImage = (Image) null; - CheckBox信道功能自动保存.Font = (Font) null; + CheckBox信道功能自动保存.AccessibleDescription = null; + CheckBox信道功能自动保存.AccessibleName = null; + componentResourceManager.ApplyResources(CheckBox信道功能自动保存, "CheckBox信道功能自动保存"); + CheckBox信道功能自动保存.BackgroundImage = null; + CheckBox信道功能自动保存.Font = null; CheckBox信道功能自动保存.Name = "CheckBox信道功能自动保存"; CheckBox信道功能自动保存.UseVisualStyleBackColor = true; - CheckBox副频繁忙提示.AccessibleDescription = (string) null; - CheckBox副频繁忙提示.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) CheckBox副频繁忙提示, "CheckBox副频繁忙提示"); - CheckBox副频繁忙提示.BackgroundImage = (Image) null; - CheckBox副频繁忙提示.Font = (Font) null; + CheckBox副频繁忙提示.AccessibleDescription = null; + CheckBox副频繁忙提示.AccessibleName = null; + componentResourceManager.ApplyResources(CheckBox副频繁忙提示, "CheckBox副频繁忙提示"); + CheckBox副频繁忙提示.BackgroundImage = null; + CheckBox副频繁忙提示.Font = null; CheckBox副频繁忙提示.Name = "CheckBox副频繁忙提示"; CheckBox副频繁忙提示.UseVisualStyleBackColor = true; - CheckBox副频静音.AccessibleDescription = (string) null; - CheckBox副频静音.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) CheckBox副频静音, "CheckBox副频静音"); - CheckBox副频静音.BackgroundImage = (Image) null; - CheckBox副频静音.Font = (Font) null; + CheckBox副频静音.AccessibleDescription = null; + CheckBox副频静音.AccessibleName = null; + componentResourceManager.ApplyResources(CheckBox副频静音, "CheckBox副频静音"); + CheckBox副频静音.BackgroundImage = null; + CheckBox副频静音.Font = null; CheckBox副频静音.Name = "CheckBox副频静音"; CheckBox副频静音.UseVisualStyleBackColor = true; - CheckBoxVFO频率联动功能.AccessibleDescription = (string) null; - CheckBoxVFO频率联动功能.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) CheckBoxVFO频率联动功能, "CheckBoxVFO频率联动功能"); - CheckBoxVFO频率联动功能.BackgroundImage = (Image) null; - CheckBoxVFO频率联动功能.Font = (Font) null; + CheckBoxVFO频率联动功能.AccessibleDescription = null; + CheckBoxVFO频率联动功能.AccessibleName = null; + componentResourceManager.ApplyResources(CheckBoxVFO频率联动功能, "CheckBoxVFO频率联动功能"); + CheckBoxVFO频率联动功能.BackgroundImage = null; + CheckBoxVFO频率联动功能.Font = null; CheckBoxVFO频率联动功能.Name = "CheckBoxVFO频率联动功能"; CheckBoxVFO频率联动功能.UseVisualStyleBackColor = true; - CheckBox提示音开关.AccessibleDescription = (string) null; - CheckBox提示音开关.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) CheckBox提示音开关, "CheckBox提示音开关"); - CheckBox提示音开关.BackgroundImage = (Image) null; - CheckBox提示音开关.Font = (Font) null; + CheckBox提示音开关.AccessibleDescription = null; + CheckBox提示音开关.AccessibleName = null; + componentResourceManager.ApplyResources(CheckBox提示音开关, "CheckBox提示音开关"); + CheckBox提示音开关.BackgroundImage = null; + CheckBox提示音开关.Font = null; CheckBox提示音开关.Name = "CheckBox提示音开关"; CheckBox提示音开关.UseVisualStyleBackColor = true; - CheckBoxUHF频段AIP.AccessibleDescription = (string) null; - CheckBoxUHF频段AIP.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) CheckBoxUHF频段AIP, "CheckBoxUHF频段AIP"); - CheckBoxUHF频段AIP.BackgroundImage = (Image) null; - CheckBoxUHF频段AIP.Font = (Font) null; + CheckBoxUHF频段AIP.AccessibleDescription = null; + CheckBoxUHF频段AIP.AccessibleName = null; + componentResourceManager.ApplyResources(CheckBoxUHF频段AIP, "CheckBoxUHF频段AIP"); + CheckBoxUHF频段AIP.BackgroundImage = null; + CheckBoxUHF频段AIP.Font = null; CheckBoxUHF频段AIP.Name = "CheckBoxUHF频段AIP"; CheckBoxUHF频段AIP.UseVisualStyleBackColor = true; - CheckBox麦克风键锁.AccessibleDescription = (string) null; - CheckBox麦克风键锁.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) CheckBox麦克风键锁, "CheckBox麦克风键锁"); - CheckBox麦克风键锁.BackgroundImage = (Image) null; - CheckBox麦克风键锁.Font = (Font) null; + CheckBox麦克风键锁.AccessibleDescription = null; + CheckBox麦克风键锁.AccessibleName = null; + componentResourceManager.ApplyResources(CheckBox麦克风键锁, "CheckBox麦克风键锁"); + CheckBox麦克风键锁.BackgroundImage = null; + CheckBox麦克风键锁.Font = null; CheckBox麦克风键锁.Name = "CheckBox麦克风键锁"; CheckBox麦克风键锁.UseVisualStyleBackColor = true; - CheckBoxPTT锁定.AccessibleDescription = (string) null; - CheckBoxPTT锁定.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) CheckBoxPTT锁定, "CheckBoxPTT锁定"); - CheckBoxPTT锁定.BackgroundImage = (Image) null; - CheckBoxPTT锁定.Font = (Font) null; + CheckBoxPTT锁定.AccessibleDescription = null; + CheckBoxPTT锁定.AccessibleName = null; + componentResourceManager.ApplyResources(CheckBoxPTT锁定, "CheckBoxPTT锁定"); + CheckBoxPTT锁定.BackgroundImage = null; + CheckBoxPTT锁定.Font = null; CheckBoxPTT锁定.Name = "CheckBoxPTT锁定"; CheckBoxPTT锁定.UseVisualStyleBackColor = true; - CheckBoxVHF频段AIP.AccessibleDescription = (string) null; - CheckBoxVHF频段AIP.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) CheckBoxVHF频段AIP, "CheckBoxVHF频段AIP"); - CheckBoxVHF频段AIP.BackgroundImage = (Image) null; - CheckBoxVHF频段AIP.Font = (Font) null; + CheckBoxVHF频段AIP.AccessibleDescription = null; + CheckBoxVHF频段AIP.AccessibleName = null; + componentResourceManager.ApplyResources(CheckBoxVHF频段AIP, "CheckBoxVHF频段AIP"); + CheckBoxVHF频段AIP.BackgroundImage = null; + CheckBoxVHF频段AIP.Font = null; CheckBoxVHF频段AIP.Name = "CheckBoxVHF频段AIP"; CheckBoxVHF频段AIP.UseVisualStyleBackColor = true; - CheckBox拍频偏移.AccessibleDescription = (string) null; - CheckBox拍频偏移.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) CheckBox拍频偏移, "CheckBox拍频偏移"); - CheckBox拍频偏移.BackgroundImage = (Image) null; - CheckBox拍频偏移.Font = (Font) null; + CheckBox拍频偏移.AccessibleDescription = null; + CheckBox拍频偏移.AccessibleName = null; + componentResourceManager.ApplyResources(CheckBox拍频偏移, "CheckBox拍频偏移"); + CheckBox拍频偏移.BackgroundImage = null; + CheckBox拍频偏移.Font = null; CheckBox拍频偏移.Name = "CheckBox拍频偏移"; CheckBox拍频偏移.UseVisualStyleBackColor = true; - CheckBox调谐旋钮启用.AccessibleDescription = (string) null; - CheckBox调谐旋钮启用.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) CheckBox调谐旋钮启用, "CheckBox调谐旋钮启用"); - CheckBox调谐旋钮启用.BackgroundImage = (Image) null; - CheckBox调谐旋钮启用.Font = (Font) null; + CheckBox调谐旋钮启用.AccessibleDescription = null; + CheckBox调谐旋钮启用.AccessibleName = null; + componentResourceManager.ApplyResources(CheckBox调谐旋钮启用, "CheckBox调谐旋钮启用"); + CheckBox调谐旋钮启用.BackgroundImage = null; + CheckBox调谐旋钮启用.Font = null; CheckBox调谐旋钮启用.Name = "CheckBox调谐旋钮启用"; CheckBox调谐旋钮启用.UseVisualStyleBackColor = true; - GroupBox8.AccessibleDescription = (string) null; - GroupBox8.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) GroupBox8, "GroupBox8"); - GroupBox8.BackgroundImage = (Image) null; - GroupBox8.Controls.Add((Control) ComboBoxLCD亮度); - GroupBox8.Controls.Add((Control) Label42); - GroupBox8.Controls.Add((Control) ComboBox屏幕亮度); - GroupBox8.Controls.Add((Control) Label41); - GroupBox8.Controls.Add((Control) ComboBox背光灯开关); - GroupBox8.Controls.Add((Control) Label40); - GroupBox8.Controls.Add((Control) ComboBox绿色屏幕); - GroupBox8.Controls.Add((Control) Label39); - GroupBox8.Controls.Add((Control) ComboBox蓝色屏幕); - GroupBox8.Controls.Add((Control) Label38); - GroupBox8.Controls.Add((Control) ComboBox红色屏幕); - GroupBox8.Controls.Add((Control) Label37); - GroupBox8.Controls.Add((Control) ComboBox开机显示LOGO); - GroupBox8.Controls.Add((Control) Label17); - GroupBox8.Font = (Font) null; + GroupBox8.AccessibleDescription = null; + GroupBox8.AccessibleName = null; + componentResourceManager.ApplyResources(GroupBox8, "GroupBox8"); + GroupBox8.BackgroundImage = null; + GroupBox8.Controls.Add(ComboBoxLCD亮度); + GroupBox8.Controls.Add(Label42); + GroupBox8.Controls.Add(ComboBox屏幕亮度); + GroupBox8.Controls.Add(Label41); + GroupBox8.Controls.Add(ComboBox背光灯开关); + GroupBox8.Controls.Add(Label40); + GroupBox8.Controls.Add(ComboBox绿色屏幕); + GroupBox8.Controls.Add(Label39); + GroupBox8.Controls.Add(ComboBox蓝色屏幕); + GroupBox8.Controls.Add(Label38); + GroupBox8.Controls.Add(ComboBox红色屏幕); + GroupBox8.Controls.Add(Label37); + GroupBox8.Controls.Add(ComboBox开机显示LOGO); + GroupBox8.Controls.Add(Label17); + GroupBox8.Font = null; GroupBox8.Name = "GroupBox8"; GroupBox8.TabStop = false; - ComboBoxLCD亮度.AccessibleDescription = (string) null; - ComboBoxLCD亮度.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBoxLCD亮度, "ComboBoxLCD亮度"); - ComboBoxLCD亮度.BackgroundImage = (Image) null; + ComboBoxLCD亮度.AccessibleDescription = null; + ComboBoxLCD亮度.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBoxLCD亮度, "ComboBoxLCD亮度"); + ComboBoxLCD亮度.BackgroundImage = null; ComboBoxLCD亮度.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBoxLCD亮度.Font = (Font) null; + ComboBoxLCD亮度.Font = null; ComboBoxLCD亮度.FormattingEnabled = true; ComboBoxLCD亮度.Items.AddRange(new object[16] { - (object) componentResourceManager.GetString("ComboBoxLCD亮度.Items"), - (object) componentResourceManager.GetString("ComboBoxLCD亮度.Items1"), - (object) componentResourceManager.GetString("ComboBoxLCD亮度.Items2"), - (object) componentResourceManager.GetString("ComboBoxLCD亮度.Items3"), - (object) componentResourceManager.GetString("ComboBoxLCD亮度.Items4"), - (object) componentResourceManager.GetString("ComboBoxLCD亮度.Items5"), - (object) componentResourceManager.GetString("ComboBoxLCD亮度.Items6"), - (object) componentResourceManager.GetString("ComboBoxLCD亮度.Items7"), - (object) componentResourceManager.GetString("ComboBoxLCD亮度.Items8"), - (object) componentResourceManager.GetString("ComboBoxLCD亮度.Items9"), - (object) componentResourceManager.GetString("ComboBoxLCD亮度.Items10"), - (object) componentResourceManager.GetString("ComboBoxLCD亮度.Items11"), - (object) componentResourceManager.GetString("ComboBoxLCD亮度.Items12"), - (object) componentResourceManager.GetString("ComboBoxLCD亮度.Items13"), - (object) componentResourceManager.GetString("ComboBoxLCD亮度.Items14"), - (object) componentResourceManager.GetString("ComboBoxLCD亮度.Items15") + componentResourceManager.GetString("ComboBoxLCD亮度.Items"), + componentResourceManager.GetString("ComboBoxLCD亮度.Items1"), + componentResourceManager.GetString("ComboBoxLCD亮度.Items2"), + componentResourceManager.GetString("ComboBoxLCD亮度.Items3"), + componentResourceManager.GetString("ComboBoxLCD亮度.Items4"), + componentResourceManager.GetString("ComboBoxLCD亮度.Items5"), + componentResourceManager.GetString("ComboBoxLCD亮度.Items6"), + componentResourceManager.GetString("ComboBoxLCD亮度.Items7"), + componentResourceManager.GetString("ComboBoxLCD亮度.Items8"), + componentResourceManager.GetString("ComboBoxLCD亮度.Items9"), + componentResourceManager.GetString("ComboBoxLCD亮度.Items10"), + componentResourceManager.GetString("ComboBoxLCD亮度.Items11"), + componentResourceManager.GetString("ComboBoxLCD亮度.Items12"), + componentResourceManager.GetString("ComboBoxLCD亮度.Items13"), + componentResourceManager.GetString("ComboBoxLCD亮度.Items14"), + componentResourceManager.GetString("ComboBoxLCD亮度.Items15") }); ComboBoxLCD亮度.Name = "ComboBoxLCD亮度"; - Label42.AccessibleDescription = (string) null; - Label42.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label42, "Label42"); - Label42.Font = (Font) null; + Label42.AccessibleDescription = null; + Label42.AccessibleName = null; + componentResourceManager.ApplyResources(Label42, "Label42"); + Label42.Font = null; Label42.Name = "Label42"; - ComboBox屏幕亮度.AccessibleDescription = (string) null; - ComboBox屏幕亮度.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox屏幕亮度, "ComboBox屏幕亮度"); - ComboBox屏幕亮度.BackgroundImage = (Image) null; + ComboBox屏幕亮度.AccessibleDescription = null; + ComboBox屏幕亮度.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox屏幕亮度, "ComboBox屏幕亮度"); + ComboBox屏幕亮度.BackgroundImage = null; ComboBox屏幕亮度.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox屏幕亮度.Font = (Font) null; + ComboBox屏幕亮度.Font = null; ComboBox屏幕亮度.FormattingEnabled = true; ComboBox屏幕亮度.Items.AddRange(new object[8] { - (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") + componentResourceManager.GetString("ComboBox屏幕亮度.Items"), + componentResourceManager.GetString("ComboBox屏幕亮度.Items1"), + componentResourceManager.GetString("ComboBox屏幕亮度.Items2"), + componentResourceManager.GetString("ComboBox屏幕亮度.Items3"), + componentResourceManager.GetString("ComboBox屏幕亮度.Items4"), + componentResourceManager.GetString("ComboBox屏幕亮度.Items5"), + componentResourceManager.GetString("ComboBox屏幕亮度.Items6"), + componentResourceManager.GetString("ComboBox屏幕亮度.Items7") }); ComboBox屏幕亮度.Name = "ComboBox屏幕亮度"; - Label41.AccessibleDescription = (string) null; - Label41.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label41, "Label41"); - Label41.Font = (Font) null; + Label41.AccessibleDescription = null; + Label41.AccessibleName = null; + componentResourceManager.ApplyResources(Label41, "Label41"); + Label41.Font = null; Label41.Name = "Label41"; - ComboBox背光灯开关.AccessibleDescription = (string) null; - ComboBox背光灯开关.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox背光灯开关, "ComboBox背光灯开关"); - ComboBox背光灯开关.BackgroundImage = (Image) null; + ComboBox背光灯开关.AccessibleDescription = null; + ComboBox背光灯开关.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox背光灯开关, "ComboBox背光灯开关"); + ComboBox背光灯开关.BackgroundImage = null; ComboBox背光灯开关.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox背光灯开关.Font = (Font) null; + ComboBox背光灯开关.Font = null; 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.GetString("ComboBox背光灯开关.Items"), + componentResourceManager.GetString("ComboBox背光灯开关.Items1"), + componentResourceManager.GetString("ComboBox背光灯开关.Items2") }); ComboBox背光灯开关.Name = "ComboBox背光灯开关"; - Label40.AccessibleDescription = (string) null; - Label40.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label40, "Label40"); - Label40.Font = (Font) null; + Label40.AccessibleDescription = null; + Label40.AccessibleName = null; + componentResourceManager.ApplyResources(Label40, "Label40"); + Label40.Font = null; Label40.Name = "Label40"; - ComboBox绿色屏幕.AccessibleDescription = (string) null; - ComboBox绿色屏幕.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox绿色屏幕, "ComboBox绿色屏幕"); - ComboBox绿色屏幕.BackgroundImage = (Image) null; + ComboBox绿色屏幕.AccessibleDescription = null; + ComboBox绿色屏幕.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox绿色屏幕, "ComboBox绿色屏幕"); + ComboBox绿色屏幕.BackgroundImage = null; ComboBox绿色屏幕.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox绿色屏幕.Font = (Font) null; + ComboBox绿色屏幕.Font = null; ComboBox绿色屏幕.FormattingEnabled = true; ComboBox绿色屏幕.Items.AddRange(new object[21] { - (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") + componentResourceManager.GetString("ComboBox绿色屏幕.Items"), + componentResourceManager.GetString("ComboBox绿色屏幕.Items1"), + componentResourceManager.GetString("ComboBox绿色屏幕.Items2"), + componentResourceManager.GetString("ComboBox绿色屏幕.Items3"), + componentResourceManager.GetString("ComboBox绿色屏幕.Items4"), + componentResourceManager.GetString("ComboBox绿色屏幕.Items5"), + componentResourceManager.GetString("ComboBox绿色屏幕.Items6"), + componentResourceManager.GetString("ComboBox绿色屏幕.Items7"), + componentResourceManager.GetString("ComboBox绿色屏幕.Items8"), + componentResourceManager.GetString("ComboBox绿色屏幕.Items9"), + componentResourceManager.GetString("ComboBox绿色屏幕.Items10"), + componentResourceManager.GetString("ComboBox绿色屏幕.Items11"), + componentResourceManager.GetString("ComboBox绿色屏幕.Items12"), + componentResourceManager.GetString("ComboBox绿色屏幕.Items13"), + componentResourceManager.GetString("ComboBox绿色屏幕.Items14"), + componentResourceManager.GetString("ComboBox绿色屏幕.Items15"), + componentResourceManager.GetString("ComboBox绿色屏幕.Items16"), + componentResourceManager.GetString("ComboBox绿色屏幕.Items17"), + componentResourceManager.GetString("ComboBox绿色屏幕.Items18"), + componentResourceManager.GetString("ComboBox绿色屏幕.Items19"), + componentResourceManager.GetString("ComboBox绿色屏幕.Items20") }); ComboBox绿色屏幕.Name = "ComboBox绿色屏幕"; - Label39.AccessibleDescription = (string) null; - Label39.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label39, "Label39"); - Label39.Font = (Font) null; + Label39.AccessibleDescription = null; + Label39.AccessibleName = null; + componentResourceManager.ApplyResources(Label39, "Label39"); + Label39.Font = null; Label39.Name = "Label39"; - ComboBox蓝色屏幕.AccessibleDescription = (string) null; - ComboBox蓝色屏幕.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox蓝色屏幕, "ComboBox蓝色屏幕"); - ComboBox蓝色屏幕.BackgroundImage = (Image) null; + ComboBox蓝色屏幕.AccessibleDescription = null; + ComboBox蓝色屏幕.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox蓝色屏幕, "ComboBox蓝色屏幕"); + ComboBox蓝色屏幕.BackgroundImage = null; ComboBox蓝色屏幕.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox蓝色屏幕.Font = (Font) null; + ComboBox蓝色屏幕.Font = null; ComboBox蓝色屏幕.FormattingEnabled = true; ComboBox蓝色屏幕.Items.AddRange(new object[21] { - (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") + componentResourceManager.GetString("ComboBox蓝色屏幕.Items"), + componentResourceManager.GetString("ComboBox蓝色屏幕.Items1"), + componentResourceManager.GetString("ComboBox蓝色屏幕.Items2"), + componentResourceManager.GetString("ComboBox蓝色屏幕.Items3"), + componentResourceManager.GetString("ComboBox蓝色屏幕.Items4"), + componentResourceManager.GetString("ComboBox蓝色屏幕.Items5"), + componentResourceManager.GetString("ComboBox蓝色屏幕.Items6"), + componentResourceManager.GetString("ComboBox蓝色屏幕.Items7"), + componentResourceManager.GetString("ComboBox蓝色屏幕.Items8"), + componentResourceManager.GetString("ComboBox蓝色屏幕.Items9"), + componentResourceManager.GetString("ComboBox蓝色屏幕.Items10"), + componentResourceManager.GetString("ComboBox蓝色屏幕.Items11"), + componentResourceManager.GetString("ComboBox蓝色屏幕.Items12"), + componentResourceManager.GetString("ComboBox蓝色屏幕.Items13"), + componentResourceManager.GetString("ComboBox蓝色屏幕.Items14"), + componentResourceManager.GetString("ComboBox蓝色屏幕.Items15"), + componentResourceManager.GetString("ComboBox蓝色屏幕.Items16"), + componentResourceManager.GetString("ComboBox蓝色屏幕.Items17"), + componentResourceManager.GetString("ComboBox蓝色屏幕.Items18"), + componentResourceManager.GetString("ComboBox蓝色屏幕.Items19"), + componentResourceManager.GetString("ComboBox蓝色屏幕.Items20") }); ComboBox蓝色屏幕.Name = "ComboBox蓝色屏幕"; - Label38.AccessibleDescription = (string) null; - Label38.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label38, "Label38"); - Label38.Font = (Font) null; + Label38.AccessibleDescription = null; + Label38.AccessibleName = null; + componentResourceManager.ApplyResources(Label38, "Label38"); + Label38.Font = null; Label38.Name = "Label38"; - ComboBox红色屏幕.AccessibleDescription = (string) null; - ComboBox红色屏幕.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox红色屏幕, "ComboBox红色屏幕"); - ComboBox红色屏幕.BackgroundImage = (Image) null; + ComboBox红色屏幕.AccessibleDescription = null; + ComboBox红色屏幕.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox红色屏幕, "ComboBox红色屏幕"); + ComboBox红色屏幕.BackgroundImage = null; ComboBox红色屏幕.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox红色屏幕.Font = (Font) null; + ComboBox红色屏幕.Font = null; ComboBox红色屏幕.FormattingEnabled = true; ComboBox红色屏幕.Items.AddRange(new object[21] { - (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") + componentResourceManager.GetString("ComboBox红色屏幕.Items"), + componentResourceManager.GetString("ComboBox红色屏幕.Items1"), + componentResourceManager.GetString("ComboBox红色屏幕.Items2"), + componentResourceManager.GetString("ComboBox红色屏幕.Items3"), + componentResourceManager.GetString("ComboBox红色屏幕.Items4"), + componentResourceManager.GetString("ComboBox红色屏幕.Items5"), + componentResourceManager.GetString("ComboBox红色屏幕.Items6"), + componentResourceManager.GetString("ComboBox红色屏幕.Items7"), + componentResourceManager.GetString("ComboBox红色屏幕.Items8"), + componentResourceManager.GetString("ComboBox红色屏幕.Items9"), + componentResourceManager.GetString("ComboBox红色屏幕.Items10"), + componentResourceManager.GetString("ComboBox红色屏幕.Items11"), + componentResourceManager.GetString("ComboBox红色屏幕.Items12"), + componentResourceManager.GetString("ComboBox红色屏幕.Items13"), + componentResourceManager.GetString("ComboBox红色屏幕.Items14"), + componentResourceManager.GetString("ComboBox红色屏幕.Items15"), + componentResourceManager.GetString("ComboBox红色屏幕.Items16"), + componentResourceManager.GetString("ComboBox红色屏幕.Items17"), + componentResourceManager.GetString("ComboBox红色屏幕.Items18"), + componentResourceManager.GetString("ComboBox红色屏幕.Items19"), + componentResourceManager.GetString("ComboBox红色屏幕.Items20") }); ComboBox红色屏幕.Name = "ComboBox红色屏幕"; - Label37.AccessibleDescription = (string) null; - Label37.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label37, "Label37"); - Label37.Font = (Font) null; + Label37.AccessibleDescription = null; + Label37.AccessibleName = null; + componentResourceManager.ApplyResources(Label37, "Label37"); + Label37.Font = null; Label37.Name = "Label37"; - ComboBox开机显示LOGO.AccessibleDescription = (string) null; - ComboBox开机显示LOGO.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox开机显示LOGO, "ComboBox开机显示LOGO"); - ComboBox开机显示LOGO.BackgroundImage = (Image) null; + ComboBox开机显示LOGO.AccessibleDescription = null; + ComboBox开机显示LOGO.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox开机显示LOGO, "ComboBox开机显示LOGO"); + ComboBox开机显示LOGO.BackgroundImage = null; ComboBox开机显示LOGO.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox开机显示LOGO.Font = (Font) null; + ComboBox开机显示LOGO.Font = null; ComboBox开机显示LOGO.FormattingEnabled = true; ComboBox开机显示LOGO.Items.AddRange(new object[2] { - (object) componentResourceManager.GetString("ComboBox开机显示LOGO.Items"), - (object) componentResourceManager.GetString("ComboBox开机显示LOGO.Items1") + componentResourceManager.GetString("ComboBox开机显示LOGO.Items"), + componentResourceManager.GetString("ComboBox开机显示LOGO.Items1") }); ComboBox开机显示LOGO.Name = "ComboBox开机显示LOGO"; - Label17.AccessibleDescription = (string) null; - Label17.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label17, "Label17"); - Label17.Font = (Font) null; + Label17.AccessibleDescription = null; + Label17.AccessibleName = null; + componentResourceManager.ApplyResources(Label17, "Label17"); + Label17.Font = null; Label17.Name = "Label17"; - Panel1.AccessibleDescription = (string) null; - Panel1.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Panel1, "Panel1"); - Panel1.BackgroundImage = (Image) null; + Panel1.AccessibleDescription = null; + Panel1.AccessibleName = null; + componentResourceManager.ApplyResources(Panel1, "Panel1"); + Panel1.BackgroundImage = null; Panel1.BorderStyle = BorderStyle.Fixed3D; - Panel1.Controls.Add((Control) GroupBox1); - Panel1.Controls.Add((Control) GroupBox6); - Panel1.Controls.Add((Control) GroupBox5); - Panel1.Controls.Add((Control) GroupBox2); - Panel1.Controls.Add((Control) GroupBox7); - Panel1.Controls.Add((Control) GroupBox8); - Panel1.Controls.Add((Control) GroupBox3); - Panel1.Font = (Font) null; + Panel1.Controls.Add(GroupBox1); + Panel1.Controls.Add(GroupBox6); + Panel1.Controls.Add(GroupBox5); + Panel1.Controls.Add(GroupBox2); + Panel1.Controls.Add(GroupBox7); + Panel1.Controls.Add(GroupBox8); + Panel1.Controls.Add(GroupBox3); + Panel1.Font = null; Panel1.Name = "Panel1"; - Button3.AccessibleDescription = (string) null; - Button3.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Button3, "Button3"); - Button3.BackgroundImage = (Image) null; - Button3.Font = (Font) null; + Button3.AccessibleDescription = null; + Button3.AccessibleName = null; + componentResourceManager.ApplyResources(Button3, "Button3"); + Button3.BackgroundImage = null; + Button3.Font = null; Button3.Name = "Button3"; Button3.UseVisualStyleBackColor = true; - Button2.AccessibleDescription = (string) null; - Button2.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Button2, "Button2"); - Button2.BackgroundImage = (Image) null; - Button2.Font = (Font) null; + Button2.AccessibleDescription = null; + Button2.AccessibleName = null; + componentResourceManager.ApplyResources(Button2, "Button2"); + Button2.BackgroundImage = null; + Button2.Font = null; Button2.Name = "Button2"; Button2.UseVisualStyleBackColor = true; - Button1.AccessibleDescription = (string) null; - Button1.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Button1, "Button1"); - Button1.BackgroundImage = (Image) null; - Button1.Font = (Font) null; + Button1.AccessibleDescription = null; + Button1.AccessibleName = null; + componentResourceManager.ApplyResources(Button1, "Button1"); + Button1.BackgroundImage = null; + Button1.Font = null; Button1.Name = "Button1"; Button1.UseVisualStyleBackColor = true; - AccessibleDescription = (string) null; - AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) this, "$this"); + AccessibleDescription = null; + AccessibleName = null; + componentResourceManager.ApplyResources(this, "$this"); AutoScaleMode = AutoScaleMode.Font; - BackgroundImage = (Image) null; - Controls.Add((Control) Button3); - Controls.Add((Control) Button2); - Controls.Add((Control) Button1); - Controls.Add((Control) Panel1); + BackgroundImage = null; + Controls.Add(Button3); + Controls.Add(Button2); + Controls.Add(Button1); + Controls.Add(Panel1); DoubleBuffered = true; - Font = (Font) null; + Font = null; Name = nameof (TypeFuncMsgForm); GroupBox1.ResumeLayout(false); GroupBox1.PerformLayout(); @@ -3941,65 +3941,65 @@ namespace HPG_68D public void TypeFuncMsgForm_Deactivate(object sender, EventArgs e) { - int num1 = 3840; - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox静噪等级_A, checked (num1 + 0), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox静噪等级_B, checked (num1 + 1), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox超时定时器TOT, checked (num1 + 3), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBoxTOT再键时间, checked (num1 + 4), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBoxTOT复位时间, checked (num1 + 5), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBoxTOT预警时间, checked (num1 + 6), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox噪声消除设置, checked (num1 + 7), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) CheckBox调谐旋钮启用, checked (num1 + 8), publicva.Bit7, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) CheckBox气象告警, checked (num1 + 8), publicva.Bit6, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox风扇控制, checked (num1 + 8), (byte) ((int) publicva.Bit4 | (int) publicva.Bit5), 4); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) CheckBox提示音开关, checked (num1 + 8), publicva.Bit2, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox尾音消除方式, checked (num1 + 8), (byte) ((int) publicva.Bit0 | (int) publicva.Bit1), 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) CheckBoxVHF频段AIP, checked (num1 + 11), publicva.Bit7, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) CheckBoxUHF频段AIP, checked (num1 + 11), publicva.Bit6, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) CheckBox副频静音, checked (num1 + 11), publicva.Bit4, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) CheckBox副频繁忙提示, checked (num1 + 11), publicva.Bit3, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) CheckBoxPTT锁定, checked (num1 + 11), publicva.Bit0, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBoxAM步进, checked (num1 + 13), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox提示音音量, checked (num1 + 14), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox前面板键盘锁, checked (num1 + 15), publicva.Bit7, 7); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox开机显示LOGO, checked (num1 + 15), publicva.Bit5, 5); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) CheckBox收音机开启, checked (num1 + 15), publicva.Bit4, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox主频段模式, checked (num1 + 15), publicva.Bit3, 3); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox单频段模式, checked (num1 + 15), publicva.Bit2, 2); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) CheckBox信道功能自动保存, checked (num1 + 15), publicva.Bit1, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) CheckBoxFM发射使能, checked (num1 + 15), publicva.Bit0, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox航空频段频率步进, checked (num1 + 16), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox自动关机时间, checked (num1 + 18), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox对讲机工作模式_A, checked (num1 + 19), (byte) ((int) publicva.Bit6 | (int) publicva.Bit7), 6); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox对讲机工作模式_B, checked (num1 + 19), (byte) ((int) publicva.Bit2 | (int) publicva.Bit3), 2); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox导频频率设置, checked (num1 + 19), (byte) ((int) publicva.Bit0 | (int) publicva.Bit1), 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox喇叭选择, checked (num1 + 20), (byte) ((int) publicva.Bit4 | (int) publicva.Bit5), 4); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox自动中继差频, checked (num1 + 20), (byte) ((int) publicva.Bit2 | (int) publicva.Bit3), 2); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox中继功能, checked (num1 + 20), (byte) ((int) publicva.Bit0 | (int) publicva.Bit1), 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBoxPTT_ID暂停时间, checked (num1 + 21), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox静音保持时间, checked (num1 + 22), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) CheckBox麦克风键锁, checked (num1 + 29), publicva.Bit7, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) CheckBoxVFO频率联动功能, checked (num1 + 29), publicva.Bit6, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox静噪悬迟时间, checked (num1 + 29), publicva.Bit3, 3); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) CheckBox拍频偏移, checked (num1 + 29), publicva.Bit0, 0); + var num1 = 3840; + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox静噪等级_A, checked (num1 + 0), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox静噪等级_B, checked (num1 + 1), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox超时定时器TOT, checked (num1 + 3), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBoxTOT再键时间, checked (num1 + 4), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBoxTOT复位时间, checked (num1 + 5), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBoxTOT预警时间, checked (num1 + 6), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox噪声消除设置, checked (num1 + 7), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(CheckBox调谐旋钮启用, checked (num1 + 8), publicva.Bit7, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(CheckBox气象告警, checked (num1 + 8), publicva.Bit6, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox风扇控制, checked (num1 + 8), (byte) (publicva.Bit4 | publicva.Bit5), 4); + MyProject.Forms.MDIParent1.GetControl_U8_Data(CheckBox提示音开关, checked (num1 + 8), publicva.Bit2, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox尾音消除方式, checked (num1 + 8), (byte) (publicva.Bit0 | publicva.Bit1), 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(CheckBoxVHF频段AIP, checked (num1 + 11), publicva.Bit7, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(CheckBoxUHF频段AIP, checked (num1 + 11), publicva.Bit6, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(CheckBox副频静音, checked (num1 + 11), publicva.Bit4, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(CheckBox副频繁忙提示, checked (num1 + 11), publicva.Bit3, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(CheckBoxPTT锁定, checked (num1 + 11), publicva.Bit0, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBoxAM步进, checked (num1 + 13), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox提示音音量, checked (num1 + 14), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox前面板键盘锁, checked (num1 + 15), publicva.Bit7, 7); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox开机显示LOGO, checked (num1 + 15), publicva.Bit5, 5); + MyProject.Forms.MDIParent1.GetControl_U8_Data(CheckBox收音机开启, checked (num1 + 15), publicva.Bit4, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox主频段模式, checked (num1 + 15), publicva.Bit3, 3); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox单频段模式, checked (num1 + 15), publicva.Bit2, 2); + MyProject.Forms.MDIParent1.GetControl_U8_Data(CheckBox信道功能自动保存, checked (num1 + 15), publicva.Bit1, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(CheckBoxFM发射使能, checked (num1 + 15), publicva.Bit0, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox航空频段频率步进, checked (num1 + 16), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox自动关机时间, checked (num1 + 18), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox对讲机工作模式_A, checked (num1 + 19), (byte) (publicva.Bit6 | publicva.Bit7), 6); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox对讲机工作模式_B, checked (num1 + 19), (byte) (publicva.Bit2 | publicva.Bit3), 2); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox导频频率设置, checked (num1 + 19), (byte) (publicva.Bit0 | publicva.Bit1), 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox喇叭选择, checked (num1 + 20), (byte) (publicva.Bit4 | publicva.Bit5), 4); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox自动中继差频, checked (num1 + 20), (byte) (publicva.Bit2 | publicva.Bit3), 2); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox中继功能, checked (num1 + 20), (byte) (publicva.Bit0 | publicva.Bit1), 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBoxPTT_ID暂停时间, checked (num1 + 21), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox静音保持时间, checked (num1 + 22), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(CheckBox麦克风键锁, checked (num1 + 29), publicva.Bit7, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(CheckBoxVFO频率联动功能, checked (num1 + 29), publicva.Bit6, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox静噪悬迟时间, checked (num1 + 29), publicva.Bit3, 3); + MyProject.Forms.MDIParent1.GetControl_U8_Data(CheckBox拍频偏移, checked (num1 + 29), publicva.Bit0, 0); publicva.EEPROM_Byte[checked (num1 + 30)] = checked ((byte) unchecked (Convert.ToInt64(Decimal.Multiply(NumericUpDownFM发射频率.Value, 10M)) / 256L)); publicva.EEPROM_Byte[checked (num1 + 31)] = Convert.ToByte(Decimal.Remainder(Decimal.Multiply(NumericUpDownFM发射频率.Value, 10M), 256M)); - int num2 = 3936; - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox波段模式_A, checked (num2 + 0), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox波段模式_B, checked (num2 + 1), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox红色屏幕, checked (num2 + 3), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox蓝色屏幕, checked (num2 + 4), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox绿色屏幕, checked (num2 + 5), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox背光灯开关, checked (num2 + 6), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox屏幕亮度, checked (num2 + 7), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBoxLCD亮度, checked (num2 + 8), publicva.AllBit, 0); - int num3 = 3952; + var num2 = 3936; + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox波段模式_A, checked (num2 + 0), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox波段模式_B, checked (num2 + 1), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox红色屏幕, checked (num2 + 3), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox蓝色屏幕, checked (num2 + 4), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox绿色屏幕, checked (num2 + 5), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox背光灯开关, checked (num2 + 6), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox屏幕亮度, checked (num2 + 7), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBoxLCD亮度, checked (num2 + 8), publicva.AllBit, 0); + var num3 = 3952; publicva.EEPROM_Byte[checked (num3 + 1)] = checked ((byte) unchecked (ComboBox对讲机信道号_A.SelectedIndex / 256)); publicva.EEPROM_Byte[checked (num3 + 0)] = checked ((byte) unchecked (ComboBox对讲机信道号_A.SelectedIndex % 256)); publicva.EEPROM_Byte[checked (num3 + 3)] = checked ((byte) unchecked (ComboBox对讲机信道号_B.SelectedIndex / 256)); publicva.EEPROM_Byte[checked (num3 + 2)] = checked ((byte) unchecked (ComboBox对讲机信道号_B.SelectedIndex % 256)); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox气象告警信道号_A, checked (num3 + 4), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox气象告警信道号_B, checked (num3 + 5), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox气象告警信道号_A, checked (num3 + 4), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox气象告警信道号_B, checked (num3 + 5), publicva.AllBit, 0); } private void TypeFuncMsgForm_FormClosing(object sender, FormClosingEventArgs e) @@ -4010,74 +4010,74 @@ namespace HPG_68D public void TypeFuncMsgForm_Load(object sender, EventArgs e) { MyProject.Forms.MDIParent1.整机信息OToolStripMenuItem.Checked = true; - int num1 = 3840; - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox静噪等级_A, checked (num1 + 0), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox静噪等级_B, checked (num1 + 1), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox超时定时器TOT, checked (num1 + 3), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBoxTOT再键时间, checked (num1 + 4), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBoxTOT复位时间, checked (num1 + 5), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBoxTOT预警时间, checked (num1 + 6), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox噪声消除设置, checked (num1 + 7), (byte) ((int) publicva.Bit0 | (int) publicva.Bit1), 1); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) CheckBox调谐旋钮启用, checked (num1 + 8), publicva.Bit7, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) CheckBox气象告警, checked (num1 + 8), publicva.Bit6, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox风扇控制, checked (num1 + 8), (byte) ((int) publicva.Bit4 | (int) publicva.Bit5), 4); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) CheckBox提示音开关, checked (num1 + 8), publicva.Bit2, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox尾音消除方式, checked (num1 + 8), (byte) ((int) publicva.Bit0 | (int) publicva.Bit1), 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) CheckBoxVHF频段AIP, checked (num1 + 11), publicva.Bit7, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) CheckBoxUHF频段AIP, checked (num1 + 11), publicva.Bit6, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) CheckBox副频静音, checked (num1 + 11), publicva.Bit4, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) CheckBox副频繁忙提示, checked (num1 + 11), publicva.Bit3, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) CheckBoxPTT锁定, checked (num1 + 11), publicva.Bit0, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBoxAM步进, checked (num1 + 13), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox提示音音量, checked (num1 + 14), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox前面板键盘锁, checked (num1 + 15), publicva.Bit7, 7); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox开机显示LOGO, checked (num1 + 15), publicva.Bit5, 5); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) CheckBox收音机开启, checked (num1 + 15), publicva.Bit4, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox主频段模式, checked (num1 + 15), publicva.Bit3, 3); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox单频段模式, checked (num1 + 15), publicva.Bit2, 2); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) CheckBox信道功能自动保存, checked (num1 + 15), publicva.Bit1, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) CheckBoxFM发射使能, checked (num1 + 15), publicva.Bit0, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox航空频段频率步进, checked (num1 + 16), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox自动关机时间, checked (num1 + 18), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox对讲机工作模式_A, checked (num1 + 19), (byte) ((int) publicva.Bit6 | (int) publicva.Bit7), 6); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox对讲机工作模式_B, checked (num1 + 19), (byte) ((int) publicva.Bit2 | (int) publicva.Bit3), 2); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox导频频率设置, checked (num1 + 19), (byte) ((int) publicva.Bit0 | (int) publicva.Bit1), 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox喇叭选择, checked (num1 + 20), (byte) ((int) publicva.Bit4 | (int) publicva.Bit5), 4); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox自动中继差频, checked (num1 + 20), (byte) ((int) publicva.Bit2 | (int) publicva.Bit3), 2); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox中继功能, checked (num1 + 20), (byte) ((int) publicva.Bit0 | (int) publicva.Bit1), 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBoxPTT_ID暂停时间, checked (num1 + 21), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox静音保持时间, checked (num1 + 22), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) CheckBox麦克风键锁, checked (num1 + 29), publicva.Bit7, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) CheckBoxVFO频率联动功能, checked (num1 + 29), publicva.Bit6, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox静噪悬迟时间, checked (num1 + 29), publicva.Bit3, 3); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) CheckBox拍频偏移, checked (num1 + 29), publicva.Bit0, 0); + var num1 = 3840; + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox静噪等级_A, checked (num1 + 0), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox静噪等级_B, checked (num1 + 1), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox超时定时器TOT, checked (num1 + 3), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBoxTOT再键时间, checked (num1 + 4), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBoxTOT复位时间, checked (num1 + 5), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBoxTOT预警时间, checked (num1 + 6), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox噪声消除设置, checked (num1 + 7), (byte) (publicva.Bit0 | publicva.Bit1), 1); + MyProject.Forms.MDIParent1.SetControl_U8_Data(CheckBox调谐旋钮启用, checked (num1 + 8), publicva.Bit7, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(CheckBox气象告警, checked (num1 + 8), publicva.Bit6, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox风扇控制, checked (num1 + 8), (byte) (publicva.Bit4 | publicva.Bit5), 4); + MyProject.Forms.MDIParent1.SetControl_U8_Data(CheckBox提示音开关, checked (num1 + 8), publicva.Bit2, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox尾音消除方式, checked (num1 + 8), (byte) (publicva.Bit0 | publicva.Bit1), 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(CheckBoxVHF频段AIP, checked (num1 + 11), publicva.Bit7, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(CheckBoxUHF频段AIP, checked (num1 + 11), publicva.Bit6, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(CheckBox副频静音, checked (num1 + 11), publicva.Bit4, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(CheckBox副频繁忙提示, checked (num1 + 11), publicva.Bit3, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(CheckBoxPTT锁定, checked (num1 + 11), publicva.Bit0, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBoxAM步进, checked (num1 + 13), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox提示音音量, checked (num1 + 14), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox前面板键盘锁, checked (num1 + 15), publicva.Bit7, 7); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox开机显示LOGO, checked (num1 + 15), publicva.Bit5, 5); + MyProject.Forms.MDIParent1.SetControl_U8_Data(CheckBox收音机开启, checked (num1 + 15), publicva.Bit4, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox主频段模式, checked (num1 + 15), publicva.Bit3, 3); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox单频段模式, checked (num1 + 15), publicva.Bit2, 2); + MyProject.Forms.MDIParent1.SetControl_U8_Data(CheckBox信道功能自动保存, checked (num1 + 15), publicva.Bit1, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(CheckBoxFM发射使能, checked (num1 + 15), publicva.Bit0, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox航空频段频率步进, checked (num1 + 16), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox自动关机时间, checked (num1 + 18), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox对讲机工作模式_A, checked (num1 + 19), (byte) (publicva.Bit6 | publicva.Bit7), 6); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox对讲机工作模式_B, checked (num1 + 19), (byte) (publicva.Bit2 | publicva.Bit3), 2); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox导频频率设置, checked (num1 + 19), (byte) (publicva.Bit0 | publicva.Bit1), 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox喇叭选择, checked (num1 + 20), (byte) (publicva.Bit4 | publicva.Bit5), 4); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox自动中继差频, checked (num1 + 20), (byte) (publicva.Bit2 | publicva.Bit3), 2); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox中继功能, checked (num1 + 20), (byte) (publicva.Bit0 | publicva.Bit1), 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBoxPTT_ID暂停时间, checked (num1 + 21), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox静音保持时间, checked (num1 + 22), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(CheckBox麦克风键锁, checked (num1 + 29), publicva.Bit7, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(CheckBoxVFO频率联动功能, checked (num1 + 29), publicva.Bit6, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox静噪悬迟时间, checked (num1 + 29), publicva.Bit3, 3); + MyProject.Forms.MDIParent1.SetControl_U8_Data(CheckBox拍频偏移, checked (num1 + 29), publicva.Bit0, 0); try { - NumericUpDownFM发射频率.Value = new Decimal((double) checked ((int) publicva.EEPROM_Byte[num1 + 30] * 256 + (int) publicva.EEPROM_Byte[num1 + 31]) / 10.0); + NumericUpDownFM发射频率.Value = new Decimal(checked (publicva.EEPROM_Byte[num1 + 30] * 256 + publicva.EEPROM_Byte[num1 + 31]) / 10.0); } catch (Exception ex) { ProjectData.SetProjectError(ex); ProjectData.ClearProjectError(); } - int num2 = 3936; - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox波段模式_A, checked (num2 + 0), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox波段模式_B, checked (num2 + 1), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox红色屏幕, checked (num2 + 3), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox蓝色屏幕, checked (num2 + 4), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox绿色屏幕, checked (num2 + 5), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox背光灯开关, checked (num2 + 6), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox屏幕亮度, checked (num2 + 7), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBoxLCD亮度, checked (num2 + 8), publicva.AllBit, 0); - int num3 = 3952; - ComboBox对讲机信道号_A.SelectedIndex = checked ((int) publicva.EEPROM_Byte[num3 + 1] * 256 + (int) publicva.EEPROM_Byte[num3 + 0]); + var num2 = 3936; + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox波段模式_A, checked (num2 + 0), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox波段模式_B, checked (num2 + 1), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox红色屏幕, checked (num2 + 3), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox蓝色屏幕, checked (num2 + 4), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox绿色屏幕, checked (num2 + 5), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox背光灯开关, checked (num2 + 6), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox屏幕亮度, checked (num2 + 7), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBoxLCD亮度, checked (num2 + 8), publicva.AllBit, 0); + var num3 = 3952; + ComboBox对讲机信道号_A.SelectedIndex = checked (publicva.EEPROM_Byte[num3 + 1] * 256 + publicva.EEPROM_Byte[num3 + 0]); if (!MyProject.Forms.ChannelMsg.CHStatus_Read(ComboBox对讲机信道号_A.SelectedIndex, 8064)) ComboBox对讲机信道号_A.SelectedIndex = 0; - ComboBox对讲机信道号_B.SelectedIndex = checked ((int) publicva.EEPROM_Byte[num3 + 3] * 256 + (int) publicva.EEPROM_Byte[num3 + 2]); + ComboBox对讲机信道号_B.SelectedIndex = checked (publicva.EEPROM_Byte[num3 + 3] * 256 + publicva.EEPROM_Byte[num3 + 2]); if (!MyProject.Forms.ChannelMsg.CHStatus_Read(ComboBox对讲机信道号_B.SelectedIndex, 8064)) ComboBox对讲机信道号_B.SelectedIndex = 0; - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox气象告警信道号_A, checked (num3 + 4), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox气象告警信道号_B, checked (num3 + 5), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox气象告警信道号_A, checked (num3 + 4), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox气象告警信道号_B, checked (num3 + 5), publicva.AllBit, 0); } private void Button1_Click(object sender, EventArgs e) => Close(); @@ -4088,15 +4088,15 @@ namespace HPG_68D { if (ComboBox中继功能.SelectedIndex == 1) { - if (((int) publicva.EEPROM_Byte[Conversions.ToInteger(Operators.AddObject(MyProject.Forms.ChannelMsg.Get_CHAddress(ComboBox对讲机信道号_A.SelectedIndex), (object) 15))] & 15) == ((int) publicva.EEPROM_Byte[Conversions.ToInteger(Operators.AddObject(MyProject.Forms.ChannelMsg.Get_CHAddress(ComboBox对讲机信道号_B.SelectedIndex), (object) 15))] & 15)) + if ((publicva.EEPROM_Byte[Conversions.ToInteger(Operators.AddObject(MyProject.Forms.ChannelMsg.Get_CHAddress(ComboBox对讲机信道号_A.SelectedIndex), 15))] & 15) == (publicva.EEPROM_Byte[Conversions.ToInteger(Operators.AddObject(MyProject.Forms.ChannelMsg.Get_CHAddress(ComboBox对讲机信道号_B.SelectedIndex), 15))] & 15)) return; - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox中继功能, 3860, (byte) ((int) publicva.Bit0 | (int) publicva.Bit1), 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox中继功能, 3860, (byte) (publicva.Bit0 | publicva.Bit1), 0); if (ComboBox中继功能.SelectedIndex == 1) ComboBox中继功能.SelectedIndex = 0; } - else if (((int) publicva.EEPROM_Byte[Conversions.ToInteger(Operators.AddObject(MyProject.Forms.ChannelMsg.Get_CHAddress(ComboBox对讲机信道号_A.SelectedIndex), (object) 15))] & 15) == ((int) publicva.EEPROM_Byte[Conversions.ToInteger(Operators.AddObject(MyProject.Forms.ChannelMsg.Get_CHAddress(ComboBox对讲机信道号_B.SelectedIndex), (object) 15))] & 15)) + else if ((publicva.EEPROM_Byte[Conversions.ToInteger(Operators.AddObject(MyProject.Forms.ChannelMsg.Get_CHAddress(ComboBox对讲机信道号_A.SelectedIndex), 15))] & 15) == (publicva.EEPROM_Byte[Conversions.ToInteger(Operators.AddObject(MyProject.Forms.ChannelMsg.Get_CHAddress(ComboBox对讲机信道号_B.SelectedIndex), 15))] & 15)) { - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox中继功能, 3860, (byte) ((int) publicva.Bit0 | (int) publicva.Bit1), 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox中继功能, 3860, (byte) (publicva.Bit0 | publicva.Bit1), 0); if (ComboBox中继功能.SelectedIndex == 2) ComboBox中继功能.SelectedIndex = 0; } @@ -4114,8 +4114,8 @@ namespace HPG_68D { if (!MyProject.Forms.ChannelMsg.CHStatus_Read(ComboBox对讲机信道号_A.SelectedIndex, 8064)) { - int num = 3952; - ComboBox对讲机信道号_A.SelectedIndex = checked ((int) publicva.EEPROM_Byte[num + 1] * 256 + (int) publicva.EEPROM_Byte[num + 0]); + var num = 3952; + ComboBox对讲机信道号_A.SelectedIndex = checked (publicva.EEPROM_Byte[num + 1] * 256 + publicva.EEPROM_Byte[num + 0]); if (!MyProject.Forms.ChannelMsg.CHStatus_Read(ComboBox对讲机信道号_A.SelectedIndex, 8064)) ComboBox对讲机信道号_A.SelectedIndex = 0; } @@ -4131,8 +4131,8 @@ namespace HPG_68D { if (!MyProject.Forms.ChannelMsg.CHStatus_Read(ComboBox对讲机信道号_B.SelectedIndex, 8064)) { - int num = 3952; - ComboBox对讲机信道号_B.SelectedIndex = checked ((int) publicva.EEPROM_Byte[num + 3] * 256 + (int) publicva.EEPROM_Byte[num + 2]); + var num = 3952; + ComboBox对讲机信道号_B.SelectedIndex = checked (publicva.EEPROM_Byte[num + 3] * 256 + publicva.EEPROM_Byte[num + 2]); if (!MyProject.Forms.ChannelMsg.CHStatus_Read(ComboBox对讲机信道号_B.SelectedIndex, 8064)) ComboBox对讲机信道号_B.SelectedIndex = 0; } diff --git a/HPG-68D/TypeMsgForm.cs b/HPG-68D/TypeMsgForm.cs index 1686c97..3bed0e9 100644 --- a/HPG-68D/TypeMsgForm.cs +++ b/HPG-68D/TypeMsgForm.cs @@ -127,7 +127,7 @@ namespace HPG_68D public TypeMsgForm() { Load += TypeMsgForm_Load; - __ENCList.Add((object) new WeakReference((object) this)); + __ENCList.Add(new WeakReference(this)); InitializeComponent(); } @@ -142,7 +142,7 @@ namespace HPG_68D [DebuggerStepThrough] private void InitializeComponent() { - ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof (TypeMsgForm)); + var componentResourceManager = new ComponentResourceManager(typeof (TypeMsgForm)); Button3 = new Button(); Button2 = new Button(); Button1 = new Button(); @@ -193,366 +193,366 @@ namespace HPG_68D Label1 = new Label(); Panel1.SuspendLayout(); SuspendLayout(); - Button3.AccessibleDescription = (string) null; - Button3.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Button3, "Button3"); - Button3.BackgroundImage = (Image) null; - Button3.Font = (Font) null; + Button3.AccessibleDescription = null; + Button3.AccessibleName = null; + componentResourceManager.ApplyResources(Button3, "Button3"); + Button3.BackgroundImage = null; + Button3.Font = null; Button3.Name = "Button3"; Button3.UseVisualStyleBackColor = true; - Button2.AccessibleDescription = (string) null; - Button2.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Button2, "Button2"); - Button2.BackgroundImage = (Image) null; - Button2.Font = (Font) null; + Button2.AccessibleDescription = null; + Button2.AccessibleName = null; + componentResourceManager.ApplyResources(Button2, "Button2"); + Button2.BackgroundImage = null; + Button2.Font = null; Button2.Name = "Button2"; Button2.UseVisualStyleBackColor = true; - Button1.AccessibleDescription = (string) null; - Button1.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Button1, "Button1"); - Button1.BackgroundImage = (Image) null; - Button1.Font = (Font) null; + Button1.AccessibleDescription = null; + Button1.AccessibleName = null; + componentResourceManager.ApplyResources(Button1, "Button1"); + Button1.BackgroundImage = null; + Button1.Font = null; Button1.Name = "Button1"; Button1.UseVisualStyleBackColor = true; - Panel1.AccessibleDescription = (string) null; - Panel1.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Panel1, "Panel1"); - Panel1.BackgroundImage = (Image) null; + Panel1.AccessibleDescription = null; + Panel1.AccessibleName = null; + componentResourceManager.ApplyResources(Panel1, "Panel1"); + Panel1.BackgroundImage = null; Panel1.BorderStyle = BorderStyle.FixedSingle; - Panel1.Controls.Add((Control) ComboBox机型); - Panel1.Controls.Add((Control) CheckBoxRxBand_7); - Panel1.Controls.Add((Control) CheckBoxTxBand_7); - Panel1.Controls.Add((Control) CheckBoxRxBand_6); - Panel1.Controls.Add((Control) CheckBoxTxBand_6); - Panel1.Controls.Add((Control) CheckBoxRxBand_5); - Panel1.Controls.Add((Control) CheckBoxTxBand_5); - Panel1.Controls.Add((Control) CheckBoxRxBand_4); - Panel1.Controls.Add((Control) CheckBoxTxBand_4); - Panel1.Controls.Add((Control) CheckBoxRxBand_3); - Panel1.Controls.Add((Control) CheckBoxTxBand_3); - Panel1.Controls.Add((Control) CheckBoxRxBand_2); - Panel1.Controls.Add((Control) CheckBoxTxBand_2); - Panel1.Controls.Add((Control) CheckBoxRxBand_1); - Panel1.Controls.Add((Control) CheckBoxTxBand_1); - Panel1.Controls.Add((Control) TextBoxRxBand_7); - Panel1.Controls.Add((Control) TextBoxTxBand_7); - Panel1.Controls.Add((Control) TextBoxRxBand_6); - Panel1.Controls.Add((Control) TextBoxTxBand_6); - Panel1.Controls.Add((Control) TextBoxRxBand_5); - Panel1.Controls.Add((Control) TextBoxTxBand_5); - Panel1.Controls.Add((Control) Label16); - Panel1.Controls.Add((Control) Label9); - Panel1.Controls.Add((Control) TextBoxRxBand_4); - Panel1.Controls.Add((Control) TextBoxTxBand_4); - Panel1.Controls.Add((Control) Label15); - Panel1.Controls.Add((Control) Label8); - Panel1.Controls.Add((Control) TextBoxRxBand_3); - Panel1.Controls.Add((Control) TextBoxTxBand_3); - Panel1.Controls.Add((Control) Label14); - Panel1.Controls.Add((Control) Label7); - Panel1.Controls.Add((Control) TextBoxRxBand_2); - Panel1.Controls.Add((Control) TextBoxTxBand_2); - Panel1.Controls.Add((Control) Label13); - Panel1.Controls.Add((Control) Label6); - Panel1.Controls.Add((Control) TextBoxRxBand_1); - Panel1.Controls.Add((Control) Label12); - Panel1.Controls.Add((Control) TextBoxTxBand_1); - Panel1.Controls.Add((Control) Label5); - Panel1.Controls.Add((Control) Label11); - Panel1.Controls.Add((Control) Label4); - Panel1.Controls.Add((Control) Label10); - Panel1.Controls.Add((Control) Label3); - Panel1.Controls.Add((Control) Label1); - Panel1.Font = (Font) null; + Panel1.Controls.Add(ComboBox机型); + Panel1.Controls.Add(CheckBoxRxBand_7); + Panel1.Controls.Add(CheckBoxTxBand_7); + Panel1.Controls.Add(CheckBoxRxBand_6); + Panel1.Controls.Add(CheckBoxTxBand_6); + Panel1.Controls.Add(CheckBoxRxBand_5); + Panel1.Controls.Add(CheckBoxTxBand_5); + Panel1.Controls.Add(CheckBoxRxBand_4); + Panel1.Controls.Add(CheckBoxTxBand_4); + Panel1.Controls.Add(CheckBoxRxBand_3); + Panel1.Controls.Add(CheckBoxTxBand_3); + Panel1.Controls.Add(CheckBoxRxBand_2); + Panel1.Controls.Add(CheckBoxTxBand_2); + Panel1.Controls.Add(CheckBoxRxBand_1); + Panel1.Controls.Add(CheckBoxTxBand_1); + Panel1.Controls.Add(TextBoxRxBand_7); + Panel1.Controls.Add(TextBoxTxBand_7); + Panel1.Controls.Add(TextBoxRxBand_6); + Panel1.Controls.Add(TextBoxTxBand_6); + Panel1.Controls.Add(TextBoxRxBand_5); + Panel1.Controls.Add(TextBoxTxBand_5); + Panel1.Controls.Add(Label16); + Panel1.Controls.Add(Label9); + Panel1.Controls.Add(TextBoxRxBand_4); + Panel1.Controls.Add(TextBoxTxBand_4); + Panel1.Controls.Add(Label15); + Panel1.Controls.Add(Label8); + Panel1.Controls.Add(TextBoxRxBand_3); + Panel1.Controls.Add(TextBoxTxBand_3); + Panel1.Controls.Add(Label14); + Panel1.Controls.Add(Label7); + Panel1.Controls.Add(TextBoxRxBand_2); + Panel1.Controls.Add(TextBoxTxBand_2); + Panel1.Controls.Add(Label13); + Panel1.Controls.Add(Label6); + Panel1.Controls.Add(TextBoxRxBand_1); + Panel1.Controls.Add(Label12); + Panel1.Controls.Add(TextBoxTxBand_1); + Panel1.Controls.Add(Label5); + Panel1.Controls.Add(Label11); + Panel1.Controls.Add(Label4); + Panel1.Controls.Add(Label10); + Panel1.Controls.Add(Label3); + Panel1.Controls.Add(Label1); + Panel1.Font = null; Panel1.Name = "Panel1"; - ComboBox机型.AccessibleDescription = (string) null; - ComboBox机型.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox机型, "ComboBox机型"); - ComboBox机型.BackgroundImage = (Image) null; + ComboBox机型.AccessibleDescription = null; + ComboBox机型.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox机型, "ComboBox机型"); + ComboBox机型.BackgroundImage = null; ComboBox机型.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox机型.Font = (Font) null; + ComboBox机型.Font = null; ComboBox机型.FormattingEnabled = true; ComboBox机型.Items.AddRange(new object[1] { - (object) componentResourceManager.GetString("ComboBox机型.Items") + componentResourceManager.GetString("ComboBox机型.Items") }); ComboBox机型.Name = "ComboBox机型"; - CheckBoxRxBand_7.AccessibleDescription = (string) null; - CheckBoxRxBand_7.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) CheckBoxRxBand_7, "CheckBoxRxBand_7"); - CheckBoxRxBand_7.BackgroundImage = (Image) null; - CheckBoxRxBand_7.Font = (Font) null; + CheckBoxRxBand_7.AccessibleDescription = null; + CheckBoxRxBand_7.AccessibleName = null; + componentResourceManager.ApplyResources(CheckBoxRxBand_7, "CheckBoxRxBand_7"); + CheckBoxRxBand_7.BackgroundImage = null; + CheckBoxRxBand_7.Font = null; CheckBoxRxBand_7.Name = "CheckBoxRxBand_7"; CheckBoxRxBand_7.UseVisualStyleBackColor = true; - CheckBoxTxBand_7.AccessibleDescription = (string) null; - CheckBoxTxBand_7.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) CheckBoxTxBand_7, "CheckBoxTxBand_7"); - CheckBoxTxBand_7.BackgroundImage = (Image) null; - CheckBoxTxBand_7.Font = (Font) null; + CheckBoxTxBand_7.AccessibleDescription = null; + CheckBoxTxBand_7.AccessibleName = null; + componentResourceManager.ApplyResources(CheckBoxTxBand_7, "CheckBoxTxBand_7"); + CheckBoxTxBand_7.BackgroundImage = null; + CheckBoxTxBand_7.Font = null; CheckBoxTxBand_7.Name = "CheckBoxTxBand_7"; CheckBoxTxBand_7.UseVisualStyleBackColor = true; - CheckBoxRxBand_6.AccessibleDescription = (string) null; - CheckBoxRxBand_6.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) CheckBoxRxBand_6, "CheckBoxRxBand_6"); - CheckBoxRxBand_6.BackgroundImage = (Image) null; - CheckBoxRxBand_6.Font = (Font) null; + CheckBoxRxBand_6.AccessibleDescription = null; + CheckBoxRxBand_6.AccessibleName = null; + componentResourceManager.ApplyResources(CheckBoxRxBand_6, "CheckBoxRxBand_6"); + CheckBoxRxBand_6.BackgroundImage = null; + CheckBoxRxBand_6.Font = null; CheckBoxRxBand_6.Name = "CheckBoxRxBand_6"; CheckBoxRxBand_6.UseVisualStyleBackColor = true; - CheckBoxTxBand_6.AccessibleDescription = (string) null; - CheckBoxTxBand_6.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) CheckBoxTxBand_6, "CheckBoxTxBand_6"); - CheckBoxTxBand_6.BackgroundImage = (Image) null; - CheckBoxTxBand_6.Font = (Font) null; + CheckBoxTxBand_6.AccessibleDescription = null; + CheckBoxTxBand_6.AccessibleName = null; + componentResourceManager.ApplyResources(CheckBoxTxBand_6, "CheckBoxTxBand_6"); + CheckBoxTxBand_6.BackgroundImage = null; + CheckBoxTxBand_6.Font = null; CheckBoxTxBand_6.Name = "CheckBoxTxBand_6"; CheckBoxTxBand_6.UseVisualStyleBackColor = true; - CheckBoxRxBand_5.AccessibleDescription = (string) null; - CheckBoxRxBand_5.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) CheckBoxRxBand_5, "CheckBoxRxBand_5"); - CheckBoxRxBand_5.BackgroundImage = (Image) null; + CheckBoxRxBand_5.AccessibleDescription = null; + CheckBoxRxBand_5.AccessibleName = null; + componentResourceManager.ApplyResources(CheckBoxRxBand_5, "CheckBoxRxBand_5"); + CheckBoxRxBand_5.BackgroundImage = null; CheckBoxRxBand_5.Checked = true; CheckBoxRxBand_5.CheckState = CheckState.Checked; - CheckBoxRxBand_5.Font = (Font) null; + CheckBoxRxBand_5.Font = null; CheckBoxRxBand_5.Name = "CheckBoxRxBand_5"; CheckBoxRxBand_5.UseVisualStyleBackColor = true; - CheckBoxTxBand_5.AccessibleDescription = (string) null; - CheckBoxTxBand_5.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) CheckBoxTxBand_5, "CheckBoxTxBand_5"); - CheckBoxTxBand_5.BackgroundImage = (Image) null; + CheckBoxTxBand_5.AccessibleDescription = null; + CheckBoxTxBand_5.AccessibleName = null; + componentResourceManager.ApplyResources(CheckBoxTxBand_5, "CheckBoxTxBand_5"); + CheckBoxTxBand_5.BackgroundImage = null; CheckBoxTxBand_5.Checked = true; CheckBoxTxBand_5.CheckState = CheckState.Checked; - CheckBoxTxBand_5.Font = (Font) null; + CheckBoxTxBand_5.Font = null; CheckBoxTxBand_5.Name = "CheckBoxTxBand_5"; CheckBoxTxBand_5.UseVisualStyleBackColor = true; - CheckBoxRxBand_4.AccessibleDescription = (string) null; - CheckBoxRxBand_4.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) CheckBoxRxBand_4, "CheckBoxRxBand_4"); - CheckBoxRxBand_4.BackgroundImage = (Image) null; - CheckBoxRxBand_4.Font = (Font) null; + CheckBoxRxBand_4.AccessibleDescription = null; + CheckBoxRxBand_4.AccessibleName = null; + componentResourceManager.ApplyResources(CheckBoxRxBand_4, "CheckBoxRxBand_4"); + CheckBoxRxBand_4.BackgroundImage = null; + CheckBoxRxBand_4.Font = null; CheckBoxRxBand_4.Name = "CheckBoxRxBand_4"; CheckBoxRxBand_4.UseVisualStyleBackColor = true; - CheckBoxTxBand_4.AccessibleDescription = (string) null; - CheckBoxTxBand_4.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) CheckBoxTxBand_4, "CheckBoxTxBand_4"); - CheckBoxTxBand_4.BackgroundImage = (Image) null; - CheckBoxTxBand_4.Font = (Font) null; + CheckBoxTxBand_4.AccessibleDescription = null; + CheckBoxTxBand_4.AccessibleName = null; + componentResourceManager.ApplyResources(CheckBoxTxBand_4, "CheckBoxTxBand_4"); + CheckBoxTxBand_4.BackgroundImage = null; + CheckBoxTxBand_4.Font = null; CheckBoxTxBand_4.Name = "CheckBoxTxBand_4"; CheckBoxTxBand_4.UseVisualStyleBackColor = true; - CheckBoxRxBand_3.AccessibleDescription = (string) null; - CheckBoxRxBand_3.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) CheckBoxRxBand_3, "CheckBoxRxBand_3"); - CheckBoxRxBand_3.BackgroundImage = (Image) null; - CheckBoxRxBand_3.Font = (Font) null; + CheckBoxRxBand_3.AccessibleDescription = null; + CheckBoxRxBand_3.AccessibleName = null; + componentResourceManager.ApplyResources(CheckBoxRxBand_3, "CheckBoxRxBand_3"); + CheckBoxRxBand_3.BackgroundImage = null; + CheckBoxRxBand_3.Font = null; CheckBoxRxBand_3.Name = "CheckBoxRxBand_3"; CheckBoxRxBand_3.UseVisualStyleBackColor = true; - CheckBoxTxBand_3.AccessibleDescription = (string) null; - CheckBoxTxBand_3.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) CheckBoxTxBand_3, "CheckBoxTxBand_3"); - CheckBoxTxBand_3.BackgroundImage = (Image) null; - CheckBoxTxBand_3.Font = (Font) null; + CheckBoxTxBand_3.AccessibleDescription = null; + CheckBoxTxBand_3.AccessibleName = null; + componentResourceManager.ApplyResources(CheckBoxTxBand_3, "CheckBoxTxBand_3"); + CheckBoxTxBand_3.BackgroundImage = null; + CheckBoxTxBand_3.Font = null; CheckBoxTxBand_3.Name = "CheckBoxTxBand_3"; CheckBoxTxBand_3.UseVisualStyleBackColor = true; - CheckBoxRxBand_2.AccessibleDescription = (string) null; - CheckBoxRxBand_2.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) CheckBoxRxBand_2, "CheckBoxRxBand_2"); - CheckBoxRxBand_2.BackgroundImage = (Image) null; - CheckBoxRxBand_2.Font = (Font) null; + CheckBoxRxBand_2.AccessibleDescription = null; + CheckBoxRxBand_2.AccessibleName = null; + componentResourceManager.ApplyResources(CheckBoxRxBand_2, "CheckBoxRxBand_2"); + CheckBoxRxBand_2.BackgroundImage = null; + CheckBoxRxBand_2.Font = null; CheckBoxRxBand_2.Name = "CheckBoxRxBand_2"; CheckBoxRxBand_2.UseVisualStyleBackColor = true; - CheckBoxTxBand_2.AccessibleDescription = (string) null; - CheckBoxTxBand_2.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) CheckBoxTxBand_2, "CheckBoxTxBand_2"); - CheckBoxTxBand_2.BackgroundImage = (Image) null; - CheckBoxTxBand_2.Font = (Font) null; + CheckBoxTxBand_2.AccessibleDescription = null; + CheckBoxTxBand_2.AccessibleName = null; + componentResourceManager.ApplyResources(CheckBoxTxBand_2, "CheckBoxTxBand_2"); + CheckBoxTxBand_2.BackgroundImage = null; + CheckBoxTxBand_2.Font = null; CheckBoxTxBand_2.Name = "CheckBoxTxBand_2"; CheckBoxTxBand_2.UseVisualStyleBackColor = true; - CheckBoxRxBand_1.AccessibleDescription = (string) null; - CheckBoxRxBand_1.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) CheckBoxRxBand_1, "CheckBoxRxBand_1"); - CheckBoxRxBand_1.BackgroundImage = (Image) null; + CheckBoxRxBand_1.AccessibleDescription = null; + CheckBoxRxBand_1.AccessibleName = null; + componentResourceManager.ApplyResources(CheckBoxRxBand_1, "CheckBoxRxBand_1"); + CheckBoxRxBand_1.BackgroundImage = null; CheckBoxRxBand_1.Checked = true; CheckBoxRxBand_1.CheckState = CheckState.Checked; - CheckBoxRxBand_1.Font = (Font) null; + CheckBoxRxBand_1.Font = null; CheckBoxRxBand_1.Name = "CheckBoxRxBand_1"; CheckBoxRxBand_1.UseVisualStyleBackColor = true; - CheckBoxTxBand_1.AccessibleDescription = (string) null; - CheckBoxTxBand_1.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) CheckBoxTxBand_1, "CheckBoxTxBand_1"); - CheckBoxTxBand_1.BackgroundImage = (Image) null; + CheckBoxTxBand_1.AccessibleDescription = null; + CheckBoxTxBand_1.AccessibleName = null; + componentResourceManager.ApplyResources(CheckBoxTxBand_1, "CheckBoxTxBand_1"); + CheckBoxTxBand_1.BackgroundImage = null; CheckBoxTxBand_1.Checked = true; CheckBoxTxBand_1.CheckState = CheckState.Checked; - CheckBoxTxBand_1.Font = (Font) null; + CheckBoxTxBand_1.Font = null; CheckBoxTxBand_1.Name = "CheckBoxTxBand_1"; CheckBoxTxBand_1.UseVisualStyleBackColor = true; - TextBoxRxBand_7.AccessibleDescription = (string) null; - TextBoxRxBand_7.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) TextBoxRxBand_7, "TextBoxRxBand_7"); - TextBoxRxBand_7.BackgroundImage = (Image) null; - TextBoxRxBand_7.Font = (Font) null; + TextBoxRxBand_7.AccessibleDescription = null; + TextBoxRxBand_7.AccessibleName = null; + componentResourceManager.ApplyResources(TextBoxRxBand_7, "TextBoxRxBand_7"); + TextBoxRxBand_7.BackgroundImage = null; + TextBoxRxBand_7.Font = null; TextBoxRxBand_7.Name = "TextBoxRxBand_7"; - TextBoxTxBand_7.AccessibleDescription = (string) null; - TextBoxTxBand_7.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) TextBoxTxBand_7, "TextBoxTxBand_7"); - TextBoxTxBand_7.BackgroundImage = (Image) null; - TextBoxTxBand_7.Font = (Font) null; + TextBoxTxBand_7.AccessibleDescription = null; + TextBoxTxBand_7.AccessibleName = null; + componentResourceManager.ApplyResources(TextBoxTxBand_7, "TextBoxTxBand_7"); + TextBoxTxBand_7.BackgroundImage = null; + TextBoxTxBand_7.Font = null; TextBoxTxBand_7.Name = "TextBoxTxBand_7"; - TextBoxRxBand_6.AccessibleDescription = (string) null; - TextBoxRxBand_6.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) TextBoxRxBand_6, "TextBoxRxBand_6"); - TextBoxRxBand_6.BackgroundImage = (Image) null; - TextBoxRxBand_6.Font = (Font) null; + TextBoxRxBand_6.AccessibleDescription = null; + TextBoxRxBand_6.AccessibleName = null; + componentResourceManager.ApplyResources(TextBoxRxBand_6, "TextBoxRxBand_6"); + TextBoxRxBand_6.BackgroundImage = null; + TextBoxRxBand_6.Font = null; TextBoxRxBand_6.Name = "TextBoxRxBand_6"; - TextBoxTxBand_6.AccessibleDescription = (string) null; - TextBoxTxBand_6.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) TextBoxTxBand_6, "TextBoxTxBand_6"); - TextBoxTxBand_6.BackgroundImage = (Image) null; - TextBoxTxBand_6.Font = (Font) null; + TextBoxTxBand_6.AccessibleDescription = null; + TextBoxTxBand_6.AccessibleName = null; + componentResourceManager.ApplyResources(TextBoxTxBand_6, "TextBoxTxBand_6"); + TextBoxTxBand_6.BackgroundImage = null; + TextBoxTxBand_6.Font = null; TextBoxTxBand_6.Name = "TextBoxTxBand_6"; - TextBoxRxBand_5.AccessibleDescription = (string) null; - TextBoxRxBand_5.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) TextBoxRxBand_5, "TextBoxRxBand_5"); - TextBoxRxBand_5.BackgroundImage = (Image) null; - TextBoxRxBand_5.Font = (Font) null; + TextBoxRxBand_5.AccessibleDescription = null; + TextBoxRxBand_5.AccessibleName = null; + componentResourceManager.ApplyResources(TextBoxRxBand_5, "TextBoxRxBand_5"); + TextBoxRxBand_5.BackgroundImage = null; + TextBoxRxBand_5.Font = null; TextBoxRxBand_5.Name = "TextBoxRxBand_5"; - TextBoxTxBand_5.AccessibleDescription = (string) null; - TextBoxTxBand_5.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) TextBoxTxBand_5, "TextBoxTxBand_5"); - TextBoxTxBand_5.BackgroundImage = (Image) null; - TextBoxTxBand_5.Font = (Font) null; + TextBoxTxBand_5.AccessibleDescription = null; + TextBoxTxBand_5.AccessibleName = null; + componentResourceManager.ApplyResources(TextBoxTxBand_5, "TextBoxTxBand_5"); + TextBoxTxBand_5.BackgroundImage = null; + TextBoxTxBand_5.Font = null; TextBoxTxBand_5.Name = "TextBoxTxBand_5"; - Label16.AccessibleDescription = (string) null; - Label16.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label16, "Label16"); - Label16.Font = (Font) null; + Label16.AccessibleDescription = null; + Label16.AccessibleName = null; + componentResourceManager.ApplyResources(Label16, "Label16"); + Label16.Font = null; Label16.Name = "Label16"; - Label9.AccessibleDescription = (string) null; - Label9.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label9, "Label9"); - Label9.Font = (Font) null; + Label9.AccessibleDescription = null; + Label9.AccessibleName = null; + componentResourceManager.ApplyResources(Label9, "Label9"); + Label9.Font = null; Label9.Name = "Label9"; - TextBoxRxBand_4.AccessibleDescription = (string) null; - TextBoxRxBand_4.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) TextBoxRxBand_4, "TextBoxRxBand_4"); - TextBoxRxBand_4.BackgroundImage = (Image) null; - TextBoxRxBand_4.Font = (Font) null; + TextBoxRxBand_4.AccessibleDescription = null; + TextBoxRxBand_4.AccessibleName = null; + componentResourceManager.ApplyResources(TextBoxRxBand_4, "TextBoxRxBand_4"); + TextBoxRxBand_4.BackgroundImage = null; + TextBoxRxBand_4.Font = null; TextBoxRxBand_4.Name = "TextBoxRxBand_4"; - TextBoxTxBand_4.AccessibleDescription = (string) null; - TextBoxTxBand_4.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) TextBoxTxBand_4, "TextBoxTxBand_4"); - TextBoxTxBand_4.BackgroundImage = (Image) null; - TextBoxTxBand_4.Font = (Font) null; + TextBoxTxBand_4.AccessibleDescription = null; + TextBoxTxBand_4.AccessibleName = null; + componentResourceManager.ApplyResources(TextBoxTxBand_4, "TextBoxTxBand_4"); + TextBoxTxBand_4.BackgroundImage = null; + TextBoxTxBand_4.Font = null; TextBoxTxBand_4.Name = "TextBoxTxBand_4"; - Label15.AccessibleDescription = (string) null; - Label15.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label15, "Label15"); - Label15.Font = (Font) null; + Label15.AccessibleDescription = null; + Label15.AccessibleName = null; + componentResourceManager.ApplyResources(Label15, "Label15"); + Label15.Font = null; Label15.Name = "Label15"; - Label8.AccessibleDescription = (string) null; - Label8.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label8, "Label8"); - Label8.Font = (Font) null; + Label8.AccessibleDescription = null; + Label8.AccessibleName = null; + componentResourceManager.ApplyResources(Label8, "Label8"); + Label8.Font = null; Label8.Name = "Label8"; - TextBoxRxBand_3.AccessibleDescription = (string) null; - TextBoxRxBand_3.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) TextBoxRxBand_3, "TextBoxRxBand_3"); - TextBoxRxBand_3.BackgroundImage = (Image) null; - TextBoxRxBand_3.Font = (Font) null; + TextBoxRxBand_3.AccessibleDescription = null; + TextBoxRxBand_3.AccessibleName = null; + componentResourceManager.ApplyResources(TextBoxRxBand_3, "TextBoxRxBand_3"); + TextBoxRxBand_3.BackgroundImage = null; + TextBoxRxBand_3.Font = null; TextBoxRxBand_3.Name = "TextBoxRxBand_3"; - TextBoxTxBand_3.AccessibleDescription = (string) null; - TextBoxTxBand_3.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) TextBoxTxBand_3, "TextBoxTxBand_3"); - TextBoxTxBand_3.BackgroundImage = (Image) null; - TextBoxTxBand_3.Font = (Font) null; + TextBoxTxBand_3.AccessibleDescription = null; + TextBoxTxBand_3.AccessibleName = null; + componentResourceManager.ApplyResources(TextBoxTxBand_3, "TextBoxTxBand_3"); + TextBoxTxBand_3.BackgroundImage = null; + TextBoxTxBand_3.Font = null; TextBoxTxBand_3.Name = "TextBoxTxBand_3"; - Label14.AccessibleDescription = (string) null; - Label14.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label14, "Label14"); - Label14.Font = (Font) null; + Label14.AccessibleDescription = null; + Label14.AccessibleName = null; + componentResourceManager.ApplyResources(Label14, "Label14"); + Label14.Font = null; Label14.Name = "Label14"; - Label7.AccessibleDescription = (string) null; - Label7.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label7, "Label7"); - Label7.Font = (Font) null; + Label7.AccessibleDescription = null; + Label7.AccessibleName = null; + componentResourceManager.ApplyResources(Label7, "Label7"); + Label7.Font = null; Label7.Name = "Label7"; - TextBoxRxBand_2.AccessibleDescription = (string) null; - TextBoxRxBand_2.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) TextBoxRxBand_2, "TextBoxRxBand_2"); - TextBoxRxBand_2.BackgroundImage = (Image) null; - TextBoxRxBand_2.Font = (Font) null; + TextBoxRxBand_2.AccessibleDescription = null; + TextBoxRxBand_2.AccessibleName = null; + componentResourceManager.ApplyResources(TextBoxRxBand_2, "TextBoxRxBand_2"); + TextBoxRxBand_2.BackgroundImage = null; + TextBoxRxBand_2.Font = null; TextBoxRxBand_2.Name = "TextBoxRxBand_2"; - TextBoxTxBand_2.AccessibleDescription = (string) null; - TextBoxTxBand_2.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) TextBoxTxBand_2, "TextBoxTxBand_2"); - TextBoxTxBand_2.BackgroundImage = (Image) null; - TextBoxTxBand_2.Font = (Font) null; + TextBoxTxBand_2.AccessibleDescription = null; + TextBoxTxBand_2.AccessibleName = null; + componentResourceManager.ApplyResources(TextBoxTxBand_2, "TextBoxTxBand_2"); + TextBoxTxBand_2.BackgroundImage = null; + TextBoxTxBand_2.Font = null; TextBoxTxBand_2.Name = "TextBoxTxBand_2"; - Label13.AccessibleDescription = (string) null; - Label13.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label13, "Label13"); - Label13.Font = (Font) null; + Label13.AccessibleDescription = null; + Label13.AccessibleName = null; + componentResourceManager.ApplyResources(Label13, "Label13"); + Label13.Font = null; Label13.Name = "Label13"; - Label6.AccessibleDescription = (string) null; - Label6.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label6, "Label6"); - Label6.Font = (Font) null; + Label6.AccessibleDescription = null; + Label6.AccessibleName = null; + componentResourceManager.ApplyResources(Label6, "Label6"); + Label6.Font = null; Label6.Name = "Label6"; - TextBoxRxBand_1.AccessibleDescription = (string) null; - TextBoxRxBand_1.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) TextBoxRxBand_1, "TextBoxRxBand_1"); - TextBoxRxBand_1.BackgroundImage = (Image) null; - TextBoxRxBand_1.Font = (Font) null; + TextBoxRxBand_1.AccessibleDescription = null; + TextBoxRxBand_1.AccessibleName = null; + componentResourceManager.ApplyResources(TextBoxRxBand_1, "TextBoxRxBand_1"); + TextBoxRxBand_1.BackgroundImage = null; + TextBoxRxBand_1.Font = null; TextBoxRxBand_1.Name = "TextBoxRxBand_1"; - Label12.AccessibleDescription = (string) null; - Label12.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label12, "Label12"); - Label12.Font = (Font) null; + Label12.AccessibleDescription = null; + Label12.AccessibleName = null; + componentResourceManager.ApplyResources(Label12, "Label12"); + Label12.Font = null; Label12.Name = "Label12"; - TextBoxTxBand_1.AccessibleDescription = (string) null; - TextBoxTxBand_1.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) TextBoxTxBand_1, "TextBoxTxBand_1"); - TextBoxTxBand_1.BackgroundImage = (Image) null; - TextBoxTxBand_1.Font = (Font) null; + TextBoxTxBand_1.AccessibleDescription = null; + TextBoxTxBand_1.AccessibleName = null; + componentResourceManager.ApplyResources(TextBoxTxBand_1, "TextBoxTxBand_1"); + TextBoxTxBand_1.BackgroundImage = null; + TextBoxTxBand_1.Font = null; TextBoxTxBand_1.Name = "TextBoxTxBand_1"; - Label5.AccessibleDescription = (string) null; - Label5.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label5, "Label5"); - Label5.Font = (Font) null; + Label5.AccessibleDescription = null; + Label5.AccessibleName = null; + componentResourceManager.ApplyResources(Label5, "Label5"); + Label5.Font = null; Label5.Name = "Label5"; - Label11.AccessibleDescription = (string) null; - Label11.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label11, "Label11"); - Label11.Font = (Font) null; + Label11.AccessibleDescription = null; + Label11.AccessibleName = null; + componentResourceManager.ApplyResources(Label11, "Label11"); + Label11.Font = null; Label11.Name = "Label11"; - Label4.AccessibleDescription = (string) null; - Label4.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label4, "Label4"); - Label4.Font = (Font) null; + Label4.AccessibleDescription = null; + Label4.AccessibleName = null; + componentResourceManager.ApplyResources(Label4, "Label4"); + Label4.Font = null; Label4.Name = "Label4"; - Label10.AccessibleDescription = (string) null; - Label10.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label10, "Label10"); - Label10.Font = (Font) null; + Label10.AccessibleDescription = null; + Label10.AccessibleName = null; + componentResourceManager.ApplyResources(Label10, "Label10"); + Label10.Font = null; Label10.Name = "Label10"; - Label3.AccessibleDescription = (string) null; - Label3.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label3, "Label3"); - Label3.Font = (Font) null; + Label3.AccessibleDescription = null; + Label3.AccessibleName = null; + componentResourceManager.ApplyResources(Label3, "Label3"); + Label3.Font = null; Label3.Name = "Label3"; - Label1.AccessibleDescription = (string) null; - Label1.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label1, "Label1"); - Label1.Font = (Font) null; + Label1.AccessibleDescription = null; + Label1.AccessibleName = null; + componentResourceManager.ApplyResources(Label1, "Label1"); + Label1.Font = null; Label1.Name = "Label1"; - AccessibleDescription = (string) null; - AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) this, "$this"); + AccessibleDescription = null; + AccessibleName = null; + componentResourceManager.ApplyResources(this, "$this"); AutoScaleMode = AutoScaleMode.Font; - BackgroundImage = (Image) null; - Controls.Add((Control) Button3); - Controls.Add((Control) Button2); - Controls.Add((Control) Button1); - Controls.Add((Control) Panel1); - Font = (Font) null; - Icon = (Icon) null; + BackgroundImage = null; + Controls.Add(Button3); + Controls.Add(Button2); + Controls.Add(Button1); + Controls.Add(Panel1); + Font = null; + Icon = null; Name = nameof (TypeMsgForm); Panel1.ResumeLayout(false); Panel1.PerformLayout(); diff --git a/HPG-68D/_2ToneForm.cs b/HPG-68D/_2ToneForm.cs index be1ff7f..8d6ddd1 100644 --- a/HPG-68D/_2ToneForm.cs +++ b/HPG-68D/_2ToneForm.cs @@ -722,7 +722,7 @@ namespace HPG_68D FormClosing += _2ToneForm_FormClosing; Load += _2ToneForm_Load; Deactivate += _2ToneForm_Deactivate; - __ENCList.Add((object) new WeakReference((object) this)); + __ENCList.Add(new WeakReference(this)); InitializeComponent(); } @@ -737,11 +737,11 @@ namespace HPG_68D [DebuggerStepThrough] private void InitializeComponent() { - ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof (_2ToneForm)); - DataGridViewCellStyle gridViewCellStyle1 = new DataGridViewCellStyle(); - DataGridViewCellStyle gridViewCellStyle2 = new DataGridViewCellStyle(); - DataGridViewCellStyle gridViewCellStyle3 = new DataGridViewCellStyle(); - DataGridViewCellStyle gridViewCellStyle4 = new DataGridViewCellStyle(); + var componentResourceManager = new ComponentResourceManager(typeof (_2ToneForm)); + var gridViewCellStyle1 = new DataGridViewCellStyle(); + var gridViewCellStyle2 = new DataGridViewCellStyle(); + var gridViewCellStyle3 = new DataGridViewCellStyle(); + var gridViewCellStyle4 = new DataGridViewCellStyle(); TabControl1 = new TabControl(); TabPage1 = new TabPage(); DataGridView1 = new DataGridView(); @@ -1164,49 +1164,49 @@ namespace HPG_68D GroupBox32.SuspendLayout(); TabPage11.SuspendLayout(); SuspendLayout(); - TabControl1.AccessibleDescription = (string) null; - TabControl1.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) TabControl1, "TabControl1"); - TabControl1.BackgroundImage = (Image) null; - TabControl1.Controls.Add((Control) TabPage1); - TabControl1.Controls.Add((Control) TabPage2); - TabControl1.Controls.Add((Control) TabPage11); - TabControl1.Font = (Font) null; + TabControl1.AccessibleDescription = null; + TabControl1.AccessibleName = null; + componentResourceManager.ApplyResources(TabControl1, "TabControl1"); + TabControl1.BackgroundImage = null; + TabControl1.Controls.Add(TabPage1); + TabControl1.Controls.Add(TabPage2); + TabControl1.Controls.Add(TabPage11); + TabControl1.Font = null; TabControl1.Name = "TabControl1"; TabControl1.SelectedIndex = 0; - TabPage1.AccessibleDescription = (string) null; - TabPage1.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) TabPage1, "TabPage1"); - TabPage1.BackgroundImage = (Image) null; - TabPage1.Controls.Add((Control) DataGridView1); - TabPage1.Font = (Font) null; + TabPage1.AccessibleDescription = null; + TabPage1.AccessibleName = null; + componentResourceManager.ApplyResources(TabPage1, "TabPage1"); + TabPage1.BackgroundImage = null; + TabPage1.Controls.Add(DataGridView1); + TabPage1.Font = null; TabPage1.Name = "TabPage1"; TabPage1.UseVisualStyleBackColor = true; - DataGridView1.AccessibleDescription = (string) null; - DataGridView1.AccessibleName = (string) null; + DataGridView1.AccessibleDescription = null; + DataGridView1.AccessibleName = null; DataGridView1.AllowUserToAddRows = false; DataGridView1.AllowUserToDeleteRows = false; DataGridView1.AllowUserToResizeColumns = false; DataGridView1.AllowUserToResizeRows = false; gridViewCellStyle1.Alignment = DataGridViewContentAlignment.MiddleCenter; DataGridView1.AlternatingRowsDefaultCellStyle = gridViewCellStyle1; - componentResourceManager.ApplyResources((object) DataGridView1, "DataGridView1"); - DataGridView1.BackgroundImage = (Image) null; + componentResourceManager.ApplyResources(DataGridView1, "DataGridView1"); + DataGridView1.BackgroundImage = null; gridViewCellStyle2.Alignment = DataGridViewContentAlignment.MiddleCenter; gridViewCellStyle2.BackColor = SystemColors.Control; - gridViewCellStyle2.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, (byte) 134); + gridViewCellStyle2.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, 134); gridViewCellStyle2.ForeColor = SystemColors.WindowText; gridViewCellStyle2.SelectionBackColor = SystemColors.Highlight; gridViewCellStyle2.SelectionForeColor = SystemColors.HighlightText; gridViewCellStyle2.WrapMode = DataGridViewTriState.True; DataGridView1.ColumnHeadersDefaultCellStyle = gridViewCellStyle2; DataGridView1.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize; - DataGridView1.Columns.AddRange((DataGridViewColumn) Column第一个音频率, (DataGridViewColumn) Column第二个音频率, (DataGridViewColumn) Column第一个音持续时间, (DataGridViewColumn) Column第二个音持续时间, (DataGridViewColumn) Column音频间隔时间, (DataGridViewColumn) Column长音持续时间, (DataGridViewColumn) Column别名); - DataGridView1.Font = (Font) null; + DataGridView1.Columns.AddRange(Column第一个音频率, Column第二个音频率, Column第一个音持续时间, Column第二个音持续时间, Column音频间隔时间, Column长音持续时间, Column别名); + DataGridView1.Font = null; DataGridView1.Name = "DataGridView1"; gridViewCellStyle3.Alignment = DataGridViewContentAlignment.MiddleCenter; gridViewCellStyle3.BackColor = SystemColors.Control; - gridViewCellStyle3.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, (byte) 134); + gridViewCellStyle3.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, 134); gridViewCellStyle3.ForeColor = SystemColors.WindowText; gridViewCellStyle3.SelectionBackColor = SystemColors.Highlight; gridViewCellStyle3.SelectionForeColor = SystemColors.HighlightText; @@ -1217,4087 +1217,4087 @@ namespace HPG_68D DataGridView1.RowsDefaultCellStyle = gridViewCellStyle4; DataGridView1.RowTemplate.Height = 23; Column第一个音频率.AutoSizeMode = DataGridViewAutoSizeColumnMode.None; - componentResourceManager.ApplyResources((object) Column第一个音频率, "Column第一个音频率"); + componentResourceManager.ApplyResources(Column第一个音频率, "Column第一个音频率"); Column第一个音频率.MaxInputLength = 6; Column第一个音频率.Name = "Column第一个音频率"; Column第一个音频率.SortMode = DataGridViewColumnSortMode.NotSortable; - componentResourceManager.ApplyResources((object) Column第二个音频率, "Column第二个音频率"); + componentResourceManager.ApplyResources(Column第二个音频率, "Column第二个音频率"); Column第二个音频率.MaxInputLength = 6; Column第二个音频率.Name = "Column第二个音频率"; Column第二个音频率.SortMode = DataGridViewColumnSortMode.NotSortable; Column第一个音持续时间.DisplayStyle = DataGridViewComboBoxDisplayStyle.Nothing; - componentResourceManager.ApplyResources((object) Column第一个音持续时间, "Column第一个音持续时间"); - Column第一个音持续时间.Items.AddRange((object) "0.5 ", (object) "0.6 ", (object) "0.7 ", (object) "0.8 ", (object) "0.9 ", (object) "1.0 ", (object) "1.1 ", (object) "1.2 ", (object) "1.3 ", (object) "1.4 ", (object) "1.5 ", (object) "1.6 ", (object) "1.7 ", (object) "1.8 ", (object) "1.9 ", (object) "2.0 ", (object) "2.1 ", (object) "2.2 ", (object) "2.3 ", (object) "2.4 ", (object) "2.5 ", (object) "2.6 ", (object) "2.7 ", (object) "2.8 ", (object) "2.9 ", (object) "3.0 ", (object) "3.1 ", (object) "3.2 ", (object) "3.3 ", (object) "3.4 ", (object) "3.5 ", (object) "3.6 ", (object) "3.7 ", (object) "3.8 ", (object) "3.9 ", (object) "4.0 ", (object) "4.1 ", (object) "4.2 ", (object) "4.3 ", (object) "4.4 ", (object) "4.5 ", (object) "4.6 ", (object) "4.7 ", (object) "4.8 ", (object) "4.9 ", (object) "5.0 ", (object) "5.1 ", (object) "5.2 ", (object) "5.3 ", (object) "5.4 ", (object) "5.5 ", (object) "5.6 ", (object) "5.7 ", (object) "5.8 ", (object) "5.9 ", (object) "6.0 ", (object) "6.1 ", (object) "6.2 ", (object) "6.3 ", (object) "6.4 ", (object) "6.5 ", (object) "6.6 ", (object) "6.7 ", (object) "6.8 ", (object) "6.9 ", (object) "7.0 ", (object) "7.1 ", (object) "7.2 ", (object) "7.3 ", (object) "7.4 ", (object) "7.5 ", (object) "7.6 ", (object) "7.7 ", (object) "7.8 ", (object) "7.9 ", (object) "8.0 ", (object) "8.1 ", (object) "8.2 ", (object) "8.3 ", (object) "8.4 ", (object) "8.5 ", (object) "8.6 ", (object) "8.7 ", (object) "8.8 ", (object) "8.9 ", (object) "9.0 ", (object) "9.1 ", (object) "9.2 ", (object) "9.3 ", (object) "9.4 ", (object) "9.5 ", (object) "9.6 ", (object) "9.7 ", (object) "9.8 ", (object) "9.9 ", (object) "10.0 "); + componentResourceManager.ApplyResources(Column第一个音持续时间, "Column第一个音持续时间"); + Column第一个音持续时间.Items.AddRange("0.5 ", "0.6 ", "0.7 ", "0.8 ", "0.9 ", "1.0 ", "1.1 ", "1.2 ", "1.3 ", "1.4 ", "1.5 ", "1.6 ", "1.7 ", "1.8 ", "1.9 ", "2.0 ", "2.1 ", "2.2 ", "2.3 ", "2.4 ", "2.5 ", "2.6 ", "2.7 ", "2.8 ", "2.9 ", "3.0 ", "3.1 ", "3.2 ", "3.3 ", "3.4 ", "3.5 ", "3.6 ", "3.7 ", "3.8 ", "3.9 ", "4.0 ", "4.1 ", "4.2 ", "4.3 ", "4.4 ", "4.5 ", "4.6 ", "4.7 ", "4.8 ", "4.9 ", "5.0 ", "5.1 ", "5.2 ", "5.3 ", "5.4 ", "5.5 ", "5.6 ", "5.7 ", "5.8 ", "5.9 ", "6.0 ", "6.1 ", "6.2 ", "6.3 ", "6.4 ", "6.5 ", "6.6 ", "6.7 ", "6.8 ", "6.9 ", "7.0 ", "7.1 ", "7.2 ", "7.3 ", "7.4 ", "7.5 ", "7.6 ", "7.7 ", "7.8 ", "7.9 ", "8.0 ", "8.1 ", "8.2 ", "8.3 ", "8.4 ", "8.5 ", "8.6 ", "8.7 ", "8.8 ", "8.9 ", "9.0 ", "9.1 ", "9.2 ", "9.3 ", "9.4 ", "9.5 ", "9.6 ", "9.7 ", "9.8 ", "9.9 ", "10.0 "); Column第一个音持续时间.Name = "Column第一个音持续时间"; Column第二个音持续时间.DisplayStyle = DataGridViewComboBoxDisplayStyle.Nothing; - componentResourceManager.ApplyResources((object) Column第二个音持续时间, "Column第二个音持续时间"); - Column第二个音持续时间.Items.AddRange((object) "0.5 ", (object) "0.6 ", (object) "0.7 ", (object) "0.8 ", (object) "0.9 ", (object) "1.0 ", (object) "1.1 ", (object) "1.2 ", (object) "1.3 ", (object) "1.4 ", (object) "1.5 ", (object) "1.6 ", (object) "1.7 ", (object) "1.8 ", (object) "1.9 ", (object) "2.0 ", (object) "2.1 ", (object) "2.2 ", (object) "2.3 ", (object) "2.4 ", (object) "2.5 ", (object) "2.6 ", (object) "2.7 ", (object) "2.8 ", (object) "2.9 ", (object) "3.0 ", (object) "3.1 ", (object) "3.2 ", (object) "3.3 ", (object) "3.4 ", (object) "3.5 ", (object) "3.6 ", (object) "3.7 ", (object) "3.8 ", (object) "3.9 ", (object) "4.0 ", (object) "4.1 ", (object) "4.2 ", (object) "4.3 ", (object) "4.4 ", (object) "4.5 ", (object) "4.6 ", (object) "4.7 ", (object) "4.8 ", (object) "4.9 ", (object) "5.0 ", (object) "5.1 ", (object) "5.2 ", (object) "5.3 ", (object) "5.4 ", (object) "5.5 ", (object) "5.6 ", (object) "5.7 ", (object) "5.8 ", (object) "5.9 ", (object) "6.0 ", (object) "6.1 ", (object) "6.2 ", (object) "6.3 ", (object) "6.4 ", (object) "6.5 ", (object) "6.6 ", (object) "6.7 ", (object) "6.8 ", (object) "6.9 ", (object) "7.0 ", (object) "7.1 ", (object) "7.2 ", (object) "7.3 ", (object) "7.4 ", (object) "7.5 ", (object) "7.6 ", (object) "7.7 ", (object) "7.8 ", (object) "7.9 ", (object) "8.0 ", (object) "8.1 ", (object) "8.2 ", (object) "8.3 ", (object) "8.4 ", (object) "8.5 ", (object) "8.6 ", (object) "8.7 ", (object) "8.8 ", (object) "8.9 ", (object) "9.0 ", (object) "9.1 ", (object) "9.2 ", (object) "9.3 ", (object) "9.4 ", (object) "9.5 ", (object) "9.6 ", (object) "9.7 ", (object) "9.8 ", (object) "9.9 ", (object) "10.0 "); + componentResourceManager.ApplyResources(Column第二个音持续时间, "Column第二个音持续时间"); + Column第二个音持续时间.Items.AddRange("0.5 ", "0.6 ", "0.7 ", "0.8 ", "0.9 ", "1.0 ", "1.1 ", "1.2 ", "1.3 ", "1.4 ", "1.5 ", "1.6 ", "1.7 ", "1.8 ", "1.9 ", "2.0 ", "2.1 ", "2.2 ", "2.3 ", "2.4 ", "2.5 ", "2.6 ", "2.7 ", "2.8 ", "2.9 ", "3.0 ", "3.1 ", "3.2 ", "3.3 ", "3.4 ", "3.5 ", "3.6 ", "3.7 ", "3.8 ", "3.9 ", "4.0 ", "4.1 ", "4.2 ", "4.3 ", "4.4 ", "4.5 ", "4.6 ", "4.7 ", "4.8 ", "4.9 ", "5.0 ", "5.1 ", "5.2 ", "5.3 ", "5.4 ", "5.5 ", "5.6 ", "5.7 ", "5.8 ", "5.9 ", "6.0 ", "6.1 ", "6.2 ", "6.3 ", "6.4 ", "6.5 ", "6.6 ", "6.7 ", "6.8 ", "6.9 ", "7.0 ", "7.1 ", "7.2 ", "7.3 ", "7.4 ", "7.5 ", "7.6 ", "7.7 ", "7.8 ", "7.9 ", "8.0 ", "8.1 ", "8.2 ", "8.3 ", "8.4 ", "8.5 ", "8.6 ", "8.7 ", "8.8 ", "8.9 ", "9.0 ", "9.1 ", "9.2 ", "9.3 ", "9.4 ", "9.5 ", "9.6 ", "9.7 ", "9.8 ", "9.9 ", "10.0 "); Column第二个音持续时间.Name = "Column第二个音持续时间"; Column音频间隔时间.DisplayStyle = DataGridViewComboBoxDisplayStyle.Nothing; - componentResourceManager.ApplyResources((object) Column音频间隔时间, "Column音频间隔时间"); - Column音频间隔时间.Items.AddRange((object) "0.0 ", (object) "0.1 ", (object) "0.2 ", (object) "0.3 ", (object) "0.4 ", (object) "0.5 ", (object) "0.6 ", (object) "0.7 ", (object) "0.8 ", (object) "0.9 ", (object) "1.0 ", (object) "1.1 ", (object) "1.2 ", (object) "1.3 ", (object) "1.4 ", (object) "1.5 ", (object) "1.6 ", (object) "1.7 ", (object) "1.8 ", (object) "1.9 ", (object) "2.0"); + componentResourceManager.ApplyResources(Column音频间隔时间, "Column音频间隔时间"); + Column音频间隔时间.Items.AddRange("0.0 ", "0.1 ", "0.2 ", "0.3 ", "0.4 ", "0.5 ", "0.6 ", "0.7 ", "0.8 ", "0.9 ", "1.0 ", "1.1 ", "1.2 ", "1.3 ", "1.4 ", "1.5 ", "1.6 ", "1.7 ", "1.8 ", "1.9 ", "2.0"); Column音频间隔时间.Name = "Column音频间隔时间"; Column长音持续时间.DisplayStyle = DataGridViewComboBoxDisplayStyle.Nothing; - componentResourceManager.ApplyResources((object) Column长音持续时间, "Column长音持续时间"); - Column长音持续时间.Items.AddRange((object) "OFF", (object) "0.5 ", (object) "0.6 ", (object) "0.7 ", (object) "0.8 ", (object) "0.9 ", (object) "1.0 ", (object) "1.1 ", (object) "1.2 ", (object) "1.3 ", (object) "1.4 ", (object) "1.5 ", (object) "1.6 ", (object) "1.7 ", (object) "1.8 ", (object) "1.9 ", (object) "2.0 ", (object) "2.1 ", (object) "2.2 ", (object) "2.3 ", (object) "2.4 ", (object) "2.5 ", (object) "2.6 ", (object) "2.7 ", (object) "2.8 ", (object) "2.9 ", (object) "3.0 ", (object) "3.1 ", (object) "3.2 ", (object) "3.3 ", (object) "3.4 ", (object) "3.5 ", (object) "3.6 ", (object) "3.7 ", (object) "3.8 ", (object) "3.9 ", (object) "4.0 ", (object) "4.1 ", (object) "4.2 ", (object) "4.3 ", (object) "4.4 ", (object) "4.5 ", (object) "4.6 ", (object) "4.7 ", (object) "4.8 ", (object) "4.9 ", (object) "5.0 ", (object) "5.1 ", (object) "5.2 ", (object) "5.3 ", (object) "5.4 ", (object) "5.5 ", (object) "5.6 ", (object) "5.7 ", (object) "5.8 ", (object) "5.9 ", (object) "6.0 ", (object) "6.1 ", (object) "6.2 ", (object) "6.3 ", (object) "6.4 ", (object) "6.5 ", (object) "6.6 ", (object) "6.7 ", (object) "6.8 ", (object) "6.9 ", (object) "7.0 ", (object) "7.1 ", (object) "7.2 ", (object) "7.3 ", (object) "7.4 ", (object) "7.5 ", (object) "7.6 ", (object) "7.7 ", (object) "7.8 ", (object) "7.9 ", (object) "8.0 ", (object) "8.1 ", (object) "8.2 ", (object) "8.3 ", (object) "8.4 ", (object) "8.5 ", (object) "8.6 ", (object) "8.7 ", (object) "8.8 ", (object) "8.9 ", (object) "9.0 ", (object) "9.1 ", (object) "9.2 ", (object) "9.3 ", (object) "9.4 ", (object) "9.5 ", (object) "9.6 ", (object) "9.7 ", (object) "9.8 ", (object) "9.9 ", (object) "10.0 "); + componentResourceManager.ApplyResources(Column长音持续时间, "Column长音持续时间"); + Column长音持续时间.Items.AddRange("OFF", "0.5 ", "0.6 ", "0.7 ", "0.8 ", "0.9 ", "1.0 ", "1.1 ", "1.2 ", "1.3 ", "1.4 ", "1.5 ", "1.6 ", "1.7 ", "1.8 ", "1.9 ", "2.0 ", "2.1 ", "2.2 ", "2.3 ", "2.4 ", "2.5 ", "2.6 ", "2.7 ", "2.8 ", "2.9 ", "3.0 ", "3.1 ", "3.2 ", "3.3 ", "3.4 ", "3.5 ", "3.6 ", "3.7 ", "3.8 ", "3.9 ", "4.0 ", "4.1 ", "4.2 ", "4.3 ", "4.4 ", "4.5 ", "4.6 ", "4.7 ", "4.8 ", "4.9 ", "5.0 ", "5.1 ", "5.2 ", "5.3 ", "5.4 ", "5.5 ", "5.6 ", "5.7 ", "5.8 ", "5.9 ", "6.0 ", "6.1 ", "6.2 ", "6.3 ", "6.4 ", "6.5 ", "6.6 ", "6.7 ", "6.8 ", "6.9 ", "7.0 ", "7.1 ", "7.2 ", "7.3 ", "7.4 ", "7.5 ", "7.6 ", "7.7 ", "7.8 ", "7.9 ", "8.0 ", "8.1 ", "8.2 ", "8.3 ", "8.4 ", "8.5 ", "8.6 ", "8.7 ", "8.8 ", "8.9 ", "9.0 ", "9.1 ", "9.2 ", "9.3 ", "9.4 ", "9.5 ", "9.6 ", "9.7 ", "9.8 ", "9.9 ", "10.0 "); Column长音持续时间.Name = "Column长音持续时间"; Column长音持续时间.Resizable = DataGridViewTriState.False; - componentResourceManager.ApplyResources((object) Column别名, "Column别名"); + componentResourceManager.ApplyResources(Column别名, "Column别名"); Column别名.MaxInputLength = 8; Column别名.Name = "Column别名"; Column别名.Resizable = DataGridViewTriState.False; Column别名.SortMode = DataGridViewColumnSortMode.NotSortable; - TabPage2.AccessibleDescription = (string) null; - TabPage2.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) TabPage2, "TabPage2"); - TabPage2.BackgroundImage = (Image) null; - TabPage2.Controls.Add((Control) TabControl2); - TabPage2.Font = (Font) null; + TabPage2.AccessibleDescription = null; + TabPage2.AccessibleName = null; + componentResourceManager.ApplyResources(TabPage2, "TabPage2"); + TabPage2.BackgroundImage = null; + TabPage2.Controls.Add(TabControl2); + TabPage2.Font = null; TabPage2.Name = "TabPage2"; TabPage2.UseVisualStyleBackColor = true; - TabControl2.AccessibleDescription = (string) null; - TabControl2.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) TabControl2, "TabControl2"); - TabControl2.BackgroundImage = (Image) null; - TabControl2.Controls.Add((Control) TabPage3); - TabControl2.Controls.Add((Control) TabPage4); - TabControl2.Controls.Add((Control) TabPage5); - TabControl2.Controls.Add((Control) TabPage6); - TabControl2.Controls.Add((Control) TabPage7); - TabControl2.Controls.Add((Control) TabPage8); - TabControl2.Controls.Add((Control) TabPage9); - TabControl2.Controls.Add((Control) TabPage10); - TabControl2.Font = (Font) null; + TabControl2.AccessibleDescription = null; + TabControl2.AccessibleName = null; + componentResourceManager.ApplyResources(TabControl2, "TabControl2"); + TabControl2.BackgroundImage = null; + TabControl2.Controls.Add(TabPage3); + TabControl2.Controls.Add(TabPage4); + TabControl2.Controls.Add(TabPage5); + TabControl2.Controls.Add(TabPage6); + TabControl2.Controls.Add(TabPage7); + TabControl2.Controls.Add(TabPage8); + TabControl2.Controls.Add(TabPage9); + TabControl2.Controls.Add(TabPage10); + TabControl2.Font = null; TabControl2.Name = "TabControl2"; TabControl2.SelectedIndex = 0; - TabPage3.AccessibleDescription = (string) null; - TabPage3.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) TabPage3, "TabPage3"); - TabPage3.BackgroundImage = (Image) null; - TabPage3.Controls.Add((Control) GroupBox4); - TabPage3.Controls.Add((Control) NumericUpDown1_D); - TabPage3.Controls.Add((Control) NumericUpDown1_C); - TabPage3.Controls.Add((Control) NumericUpDown1_B); - TabPage3.Controls.Add((Control) Label18); - TabPage3.Controls.Add((Control) NumericUpDown1_A); - TabPage3.Controls.Add((Control) Label17); - TabPage3.Controls.Add((Control) Label16); - TabPage3.Controls.Add((Control) Label15); - TabPage3.Controls.Add((Control) GroupBox3); - TabPage3.Controls.Add((Control) GroupBox2); - TabPage3.Controls.Add((Control) GroupBox1); - TabPage3.Font = (Font) null; + TabPage3.AccessibleDescription = null; + TabPage3.AccessibleName = null; + componentResourceManager.ApplyResources(TabPage3, "TabPage3"); + TabPage3.BackgroundImage = null; + TabPage3.Controls.Add(GroupBox4); + TabPage3.Controls.Add(NumericUpDown1_D); + TabPage3.Controls.Add(NumericUpDown1_C); + TabPage3.Controls.Add(NumericUpDown1_B); + TabPage3.Controls.Add(Label18); + TabPage3.Controls.Add(NumericUpDown1_A); + TabPage3.Controls.Add(Label17); + TabPage3.Controls.Add(Label16); + TabPage3.Controls.Add(Label15); + TabPage3.Controls.Add(GroupBox3); + TabPage3.Controls.Add(GroupBox2); + TabPage3.Controls.Add(GroupBox1); + TabPage3.Font = null; TabPage3.Name = "TabPage3"; TabPage3.UseVisualStyleBackColor = true; - GroupBox4.AccessibleDescription = (string) null; - GroupBox4.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) GroupBox4, "GroupBox4"); - GroupBox4.BackgroundImage = (Image) null; - GroupBox4.Controls.Add((Control) ComboBox提示音1_4); - GroupBox4.Controls.Add((Control) Label11); - GroupBox4.Controls.Add((Control) ComboBox解开两音后的响应方式1_4); - GroupBox4.Controls.Add((Control) Label12); - GroupBox4.Controls.Add((Control) ComboBox两音的组合方式1_4); - GroupBox4.Controls.Add((Control) Label13); - GroupBox4.Font = (Font) null; + GroupBox4.AccessibleDescription = null; + GroupBox4.AccessibleName = null; + componentResourceManager.ApplyResources(GroupBox4, "GroupBox4"); + GroupBox4.BackgroundImage = null; + GroupBox4.Controls.Add(ComboBox提示音1_4); + GroupBox4.Controls.Add(Label11); + GroupBox4.Controls.Add(ComboBox解开两音后的响应方式1_4); + GroupBox4.Controls.Add(Label12); + GroupBox4.Controls.Add(ComboBox两音的组合方式1_4); + GroupBox4.Controls.Add(Label13); + GroupBox4.Font = null; GroupBox4.Name = "GroupBox4"; GroupBox4.TabStop = false; - ComboBox提示音1_4.AccessibleDescription = (string) null; - ComboBox提示音1_4.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox提示音1_4, "ComboBox提示音1_4"); - ComboBox提示音1_4.BackgroundImage = (Image) null; + ComboBox提示音1_4.AccessibleDescription = null; + ComboBox提示音1_4.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox提示音1_4, "ComboBox提示音1_4"); + ComboBox提示音1_4.BackgroundImage = null; ComboBox提示音1_4.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox提示音1_4.Font = (Font) null; + ComboBox提示音1_4.Font = null; ComboBox提示音1_4.FormattingEnabled = true; ComboBox提示音1_4.Name = "ComboBox提示音1_4"; - Label11.AccessibleDescription = (string) null; - Label11.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label11, "Label11"); - Label11.Font = (Font) null; + Label11.AccessibleDescription = null; + Label11.AccessibleName = null; + componentResourceManager.ApplyResources(Label11, "Label11"); + Label11.Font = null; Label11.Name = "Label11"; - ComboBox解开两音后的响应方式1_4.AccessibleDescription = (string) null; - ComboBox解开两音后的响应方式1_4.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox解开两音后的响应方式1_4, "ComboBox解开两音后的响应方式1_4"); - ComboBox解开两音后的响应方式1_4.BackgroundImage = (Image) null; + ComboBox解开两音后的响应方式1_4.AccessibleDescription = null; + ComboBox解开两音后的响应方式1_4.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox解开两音后的响应方式1_4, "ComboBox解开两音后的响应方式1_4"); + ComboBox解开两音后的响应方式1_4.BackgroundImage = null; ComboBox解开两音后的响应方式1_4.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox解开两音后的响应方式1_4.Font = (Font) null; + ComboBox解开两音后的响应方式1_4.Font = null; ComboBox解开两音后的响应方式1_4.FormattingEnabled = true; ComboBox解开两音后的响应方式1_4.Items.AddRange(new object[4] { - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式1_4.Items"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式1_4.Items1"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式1_4.Items2"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式1_4.Items3") + componentResourceManager.GetString("ComboBox解开两音后的响应方式1_4.Items"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式1_4.Items1"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式1_4.Items2"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式1_4.Items3") }); ComboBox解开两音后的响应方式1_4.Name = "ComboBox解开两音后的响应方式1_4"; - Label12.AccessibleDescription = (string) null; - Label12.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label12, "Label12"); - Label12.Font = (Font) null; + Label12.AccessibleDescription = null; + Label12.AccessibleName = null; + componentResourceManager.ApplyResources(Label12, "Label12"); + Label12.Font = null; Label12.Name = "Label12"; - ComboBox两音的组合方式1_4.AccessibleDescription = (string) null; - ComboBox两音的组合方式1_4.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox两音的组合方式1_4, "ComboBox两音的组合方式1_4"); - ComboBox两音的组合方式1_4.BackgroundImage = (Image) null; + ComboBox两音的组合方式1_4.AccessibleDescription = null; + ComboBox两音的组合方式1_4.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox两音的组合方式1_4, "ComboBox两音的组合方式1_4"); + ComboBox两音的组合方式1_4.BackgroundImage = null; ComboBox两音的组合方式1_4.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox两音的组合方式1_4.Font = (Font) null; + ComboBox两音的组合方式1_4.Font = null; ComboBox两音的组合方式1_4.FormattingEnabled = true; ComboBox两音的组合方式1_4.Items.AddRange(new object[16] { - (object) componentResourceManager.GetString("ComboBox两音的组合方式1_4.Items"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式1_4.Items1"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式1_4.Items2"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式1_4.Items3"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式1_4.Items4"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式1_4.Items5"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式1_4.Items6"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式1_4.Items7"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式1_4.Items8"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式1_4.Items9"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式1_4.Items10"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式1_4.Items11"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式1_4.Items12"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式1_4.Items13"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式1_4.Items14"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式1_4.Items15") + componentResourceManager.GetString("ComboBox两音的组合方式1_4.Items"), + componentResourceManager.GetString("ComboBox两音的组合方式1_4.Items1"), + componentResourceManager.GetString("ComboBox两音的组合方式1_4.Items2"), + componentResourceManager.GetString("ComboBox两音的组合方式1_4.Items3"), + componentResourceManager.GetString("ComboBox两音的组合方式1_4.Items4"), + componentResourceManager.GetString("ComboBox两音的组合方式1_4.Items5"), + componentResourceManager.GetString("ComboBox两音的组合方式1_4.Items6"), + componentResourceManager.GetString("ComboBox两音的组合方式1_4.Items7"), + componentResourceManager.GetString("ComboBox两音的组合方式1_4.Items8"), + componentResourceManager.GetString("ComboBox两音的组合方式1_4.Items9"), + componentResourceManager.GetString("ComboBox两音的组合方式1_4.Items10"), + componentResourceManager.GetString("ComboBox两音的组合方式1_4.Items11"), + componentResourceManager.GetString("ComboBox两音的组合方式1_4.Items12"), + componentResourceManager.GetString("ComboBox两音的组合方式1_4.Items13"), + componentResourceManager.GetString("ComboBox两音的组合方式1_4.Items14"), + componentResourceManager.GetString("ComboBox两音的组合方式1_4.Items15") }); ComboBox两音的组合方式1_4.Name = "ComboBox两音的组合方式1_4"; - Label13.AccessibleDescription = (string) null; - Label13.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label13, "Label13"); - Label13.Font = (Font) null; + Label13.AccessibleDescription = null; + Label13.AccessibleName = null; + componentResourceManager.ApplyResources(Label13, "Label13"); + Label13.Font = null; Label13.Name = "Label13"; - NumericUpDown1_D.AccessibleDescription = (string) null; - NumericUpDown1_D.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) NumericUpDown1_D, "NumericUpDown1_D"); + NumericUpDown1_D.AccessibleDescription = null; + NumericUpDown1_D.AccessibleName = null; + componentResourceManager.ApplyResources(NumericUpDown1_D, "NumericUpDown1_D"); NumericUpDown1_D.DecimalPlaces = 1; - NumericUpDown1_D.Font = (Font) null; - NumericUpDown numericUpDown1D1 = NumericUpDown1_D; - Decimal num1 = new Decimal(new int[4] + NumericUpDown1_D.Font = null; + var numericUpDown1D1 = NumericUpDown1_D; + var num1 = new Decimal(new int[4] { 1, 0, 0, 65536 }); - Decimal num2 = num1; + var num2 = num1; numericUpDown1D1.Increment = num2; - NumericUpDown numericUpDown1D2 = NumericUpDown1_D; + var numericUpDown1D2 = NumericUpDown1_D; num1 = new Decimal(new int[4]{ 3200, 0, 0, 0 }); - Decimal num3 = num1; + var num3 = num1; numericUpDown1D2.Maximum = num3; - NumericUpDown numericUpDown1D3 = NumericUpDown1_D; + var numericUpDown1D3 = NumericUpDown1_D; num1 = new Decimal(new int[4]{ 2885, 0, 0, 65536 }); - Decimal num4 = num1; + var num4 = num1; numericUpDown1D3.Minimum = num4; NumericUpDown1_D.Name = "NumericUpDown1_D"; - NumericUpDown numericUpDown1D4 = NumericUpDown1_D; + var numericUpDown1D4 = NumericUpDown1_D; num1 = new Decimal(new int[4]{ 2885, 0, 0, 65536 }); - Decimal num5 = num1; + var num5 = num1; numericUpDown1D4.Value = num5; - NumericUpDown1_C.AccessibleDescription = (string) null; - NumericUpDown1_C.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) NumericUpDown1_C, "NumericUpDown1_C"); + NumericUpDown1_C.AccessibleDescription = null; + NumericUpDown1_C.AccessibleName = null; + componentResourceManager.ApplyResources(NumericUpDown1_C, "NumericUpDown1_C"); NumericUpDown1_C.DecimalPlaces = 1; - NumericUpDown1_C.Font = (Font) null; - NumericUpDown numericUpDown1C1 = NumericUpDown1_C; + NumericUpDown1_C.Font = null; + var numericUpDown1C1 = NumericUpDown1_C; num1 = new Decimal(new int[4]{ 1, 0, 0, 65536 }); - Decimal num6 = num1; + var num6 = num1; numericUpDown1C1.Increment = num6; - NumericUpDown numericUpDown1C2 = NumericUpDown1_C; + var numericUpDown1C2 = NumericUpDown1_C; num1 = new Decimal(new int[4]{ 3200, 0, 0, 0 }); - Decimal num7 = num1; + var num7 = num1; numericUpDown1C2.Maximum = num7; - NumericUpDown numericUpDown1C3 = NumericUpDown1_C; + var numericUpDown1C3 = NumericUpDown1_C; num1 = new Decimal(new int[4]{ 2885, 0, 0, 65536 }); - Decimal num8 = num1; + var num8 = num1; numericUpDown1C3.Minimum = num8; NumericUpDown1_C.Name = "NumericUpDown1_C"; - NumericUpDown numericUpDown1C4 = NumericUpDown1_C; + var numericUpDown1C4 = NumericUpDown1_C; num1 = new Decimal(new int[4]{ 2885, 0, 0, 65536 }); - Decimal num9 = num1; + var num9 = num1; numericUpDown1C4.Value = num9; - NumericUpDown1_B.AccessibleDescription = (string) null; - NumericUpDown1_B.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) NumericUpDown1_B, "NumericUpDown1_B"); + NumericUpDown1_B.AccessibleDescription = null; + NumericUpDown1_B.AccessibleName = null; + componentResourceManager.ApplyResources(NumericUpDown1_B, "NumericUpDown1_B"); NumericUpDown1_B.DecimalPlaces = 1; - NumericUpDown1_B.Font = (Font) null; - NumericUpDown numericUpDown1B1 = NumericUpDown1_B; + NumericUpDown1_B.Font = null; + var numericUpDown1B1 = NumericUpDown1_B; num1 = new Decimal(new int[4]{ 1, 0, 0, 65536 }); - Decimal num10 = num1; + var num10 = num1; numericUpDown1B1.Increment = num10; - NumericUpDown numericUpDown1B2 = NumericUpDown1_B; + var numericUpDown1B2 = NumericUpDown1_B; num1 = new Decimal(new int[4]{ 3200, 0, 0, 0 }); - Decimal num11 = num1; + var num11 = num1; numericUpDown1B2.Maximum = num11; - NumericUpDown numericUpDown1B3 = NumericUpDown1_B; + var numericUpDown1B3 = NumericUpDown1_B; num1 = new Decimal(new int[4]{ 2885, 0, 0, 65536 }); - Decimal num12 = num1; + var num12 = num1; numericUpDown1B3.Minimum = num12; NumericUpDown1_B.Name = "NumericUpDown1_B"; - NumericUpDown numericUpDown1B4 = NumericUpDown1_B; + var numericUpDown1B4 = NumericUpDown1_B; num1 = new Decimal(new int[4]{ 2885, 0, 0, 65536 }); - Decimal num13 = num1; + var num13 = num1; numericUpDown1B4.Value = num13; - Label18.AccessibleDescription = (string) null; - Label18.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label18, "Label18"); - Label18.Font = (Font) null; + Label18.AccessibleDescription = null; + Label18.AccessibleName = null; + componentResourceManager.ApplyResources(Label18, "Label18"); + Label18.Font = null; Label18.Name = "Label18"; - NumericUpDown1_A.AccessibleDescription = (string) null; - NumericUpDown1_A.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) NumericUpDown1_A, "NumericUpDown1_A"); + NumericUpDown1_A.AccessibleDescription = null; + NumericUpDown1_A.AccessibleName = null; + componentResourceManager.ApplyResources(NumericUpDown1_A, "NumericUpDown1_A"); NumericUpDown1_A.DecimalPlaces = 1; - NumericUpDown1_A.Font = (Font) null; - NumericUpDown numericUpDown1A1 = NumericUpDown1_A; + NumericUpDown1_A.Font = null; + var numericUpDown1A1 = NumericUpDown1_A; num1 = new Decimal(new int[4]{ 1, 0, 0, 65536 }); - Decimal num14 = num1; + var num14 = num1; numericUpDown1A1.Increment = num14; - NumericUpDown numericUpDown1A2 = NumericUpDown1_A; + var numericUpDown1A2 = NumericUpDown1_A; num1 = new Decimal(new int[4]{ 3200, 0, 0, 0 }); - Decimal num15 = num1; + var num15 = num1; numericUpDown1A2.Maximum = num15; - NumericUpDown numericUpDown1A3 = NumericUpDown1_A; + var numericUpDown1A3 = NumericUpDown1_A; num1 = new Decimal(new int[4]{ 2885, 0, 0, 65536 }); - Decimal num16 = num1; + var num16 = num1; numericUpDown1A3.Minimum = num16; NumericUpDown1_A.Name = "NumericUpDown1_A"; - NumericUpDown numericUpDown1A4 = NumericUpDown1_A; + var numericUpDown1A4 = NumericUpDown1_A; num1 = new Decimal(new int[4]{ 2885, 0, 0, 65536 }); - Decimal num17 = num1; + var num17 = num1; numericUpDown1A4.Value = num17; - Label17.AccessibleDescription = (string) null; - Label17.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label17, "Label17"); - Label17.Font = (Font) null; + Label17.AccessibleDescription = null; + Label17.AccessibleName = null; + componentResourceManager.ApplyResources(Label17, "Label17"); + Label17.Font = null; Label17.Name = "Label17"; - Label16.AccessibleDescription = (string) null; - Label16.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label16, "Label16"); - Label16.Font = (Font) null; + Label16.AccessibleDescription = null; + Label16.AccessibleName = null; + componentResourceManager.ApplyResources(Label16, "Label16"); + Label16.Font = null; Label16.Name = "Label16"; - Label15.AccessibleDescription = (string) null; - Label15.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label15, "Label15"); - Label15.Font = (Font) null; + Label15.AccessibleDescription = null; + Label15.AccessibleName = null; + componentResourceManager.ApplyResources(Label15, "Label15"); + Label15.Font = null; Label15.Name = "Label15"; - GroupBox3.AccessibleDescription = (string) null; - GroupBox3.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) GroupBox3, "GroupBox3"); - GroupBox3.BackgroundImage = (Image) null; - GroupBox3.Controls.Add((Control) ComboBox提示音1_3); - GroupBox3.Controls.Add((Control) Label8); - GroupBox3.Controls.Add((Control) ComboBox解开两音后的响应方式1_3); - GroupBox3.Controls.Add((Control) Label9); - GroupBox3.Controls.Add((Control) ComboBox两音的组合方式1_3); - GroupBox3.Controls.Add((Control) Label10); - GroupBox3.Font = (Font) null; + GroupBox3.AccessibleDescription = null; + GroupBox3.AccessibleName = null; + componentResourceManager.ApplyResources(GroupBox3, "GroupBox3"); + GroupBox3.BackgroundImage = null; + GroupBox3.Controls.Add(ComboBox提示音1_3); + GroupBox3.Controls.Add(Label8); + GroupBox3.Controls.Add(ComboBox解开两音后的响应方式1_3); + GroupBox3.Controls.Add(Label9); + GroupBox3.Controls.Add(ComboBox两音的组合方式1_3); + GroupBox3.Controls.Add(Label10); + GroupBox3.Font = null; GroupBox3.Name = "GroupBox3"; GroupBox3.TabStop = false; - ComboBox提示音1_3.AccessibleDescription = (string) null; - ComboBox提示音1_3.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox提示音1_3, "ComboBox提示音1_3"); - ComboBox提示音1_3.BackgroundImage = (Image) null; + ComboBox提示音1_3.AccessibleDescription = null; + ComboBox提示音1_3.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox提示音1_3, "ComboBox提示音1_3"); + ComboBox提示音1_3.BackgroundImage = null; ComboBox提示音1_3.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox提示音1_3.Font = (Font) null; + ComboBox提示音1_3.Font = null; ComboBox提示音1_3.FormattingEnabled = true; ComboBox提示音1_3.Name = "ComboBox提示音1_3"; - Label8.AccessibleDescription = (string) null; - Label8.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label8, "Label8"); - Label8.Font = (Font) null; + Label8.AccessibleDescription = null; + Label8.AccessibleName = null; + componentResourceManager.ApplyResources(Label8, "Label8"); + Label8.Font = null; Label8.Name = "Label8"; - ComboBox解开两音后的响应方式1_3.AccessibleDescription = (string) null; - ComboBox解开两音后的响应方式1_3.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox解开两音后的响应方式1_3, "ComboBox解开两音后的响应方式1_3"); - ComboBox解开两音后的响应方式1_3.BackgroundImage = (Image) null; + ComboBox解开两音后的响应方式1_3.AccessibleDescription = null; + ComboBox解开两音后的响应方式1_3.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox解开两音后的响应方式1_3, "ComboBox解开两音后的响应方式1_3"); + ComboBox解开两音后的响应方式1_3.BackgroundImage = null; ComboBox解开两音后的响应方式1_3.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox解开两音后的响应方式1_3.Font = (Font) null; + ComboBox解开两音后的响应方式1_3.Font = null; ComboBox解开两音后的响应方式1_3.FormattingEnabled = true; ComboBox解开两音后的响应方式1_3.Items.AddRange(new object[4] { - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式1_3.Items"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式1_3.Items1"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式1_3.Items2"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式1_3.Items3") + componentResourceManager.GetString("ComboBox解开两音后的响应方式1_3.Items"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式1_3.Items1"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式1_3.Items2"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式1_3.Items3") }); ComboBox解开两音后的响应方式1_3.Name = "ComboBox解开两音后的响应方式1_3"; - Label9.AccessibleDescription = (string) null; - Label9.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label9, "Label9"); - Label9.Font = (Font) null; + Label9.AccessibleDescription = null; + Label9.AccessibleName = null; + componentResourceManager.ApplyResources(Label9, "Label9"); + Label9.Font = null; Label9.Name = "Label9"; - ComboBox两音的组合方式1_3.AccessibleDescription = (string) null; - ComboBox两音的组合方式1_3.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox两音的组合方式1_3, "ComboBox两音的组合方式1_3"); - ComboBox两音的组合方式1_3.BackgroundImage = (Image) null; + ComboBox两音的组合方式1_3.AccessibleDescription = null; + ComboBox两音的组合方式1_3.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox两音的组合方式1_3, "ComboBox两音的组合方式1_3"); + ComboBox两音的组合方式1_3.BackgroundImage = null; ComboBox两音的组合方式1_3.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox两音的组合方式1_3.Font = (Font) null; + ComboBox两音的组合方式1_3.Font = null; ComboBox两音的组合方式1_3.FormattingEnabled = true; ComboBox两音的组合方式1_3.Items.AddRange(new object[16] { - (object) componentResourceManager.GetString("ComboBox两音的组合方式1_3.Items"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式1_3.Items1"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式1_3.Items2"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式1_3.Items3"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式1_3.Items4"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式1_3.Items5"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式1_3.Items6"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式1_3.Items7"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式1_3.Items8"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式1_3.Items9"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式1_3.Items10"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式1_3.Items11"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式1_3.Items12"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式1_3.Items13"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式1_3.Items14"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式1_3.Items15") + componentResourceManager.GetString("ComboBox两音的组合方式1_3.Items"), + componentResourceManager.GetString("ComboBox两音的组合方式1_3.Items1"), + componentResourceManager.GetString("ComboBox两音的组合方式1_3.Items2"), + componentResourceManager.GetString("ComboBox两音的组合方式1_3.Items3"), + componentResourceManager.GetString("ComboBox两音的组合方式1_3.Items4"), + componentResourceManager.GetString("ComboBox两音的组合方式1_3.Items5"), + componentResourceManager.GetString("ComboBox两音的组合方式1_3.Items6"), + componentResourceManager.GetString("ComboBox两音的组合方式1_3.Items7"), + componentResourceManager.GetString("ComboBox两音的组合方式1_3.Items8"), + componentResourceManager.GetString("ComboBox两音的组合方式1_3.Items9"), + componentResourceManager.GetString("ComboBox两音的组合方式1_3.Items10"), + componentResourceManager.GetString("ComboBox两音的组合方式1_3.Items11"), + componentResourceManager.GetString("ComboBox两音的组合方式1_3.Items12"), + componentResourceManager.GetString("ComboBox两音的组合方式1_3.Items13"), + componentResourceManager.GetString("ComboBox两音的组合方式1_3.Items14"), + componentResourceManager.GetString("ComboBox两音的组合方式1_3.Items15") }); ComboBox两音的组合方式1_3.Name = "ComboBox两音的组合方式1_3"; - Label10.AccessibleDescription = (string) null; - Label10.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label10, "Label10"); - Label10.Font = (Font) null; + Label10.AccessibleDescription = null; + Label10.AccessibleName = null; + componentResourceManager.ApplyResources(Label10, "Label10"); + Label10.Font = null; Label10.Name = "Label10"; - GroupBox2.AccessibleDescription = (string) null; - GroupBox2.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) GroupBox2, "GroupBox2"); - GroupBox2.BackgroundImage = (Image) null; - GroupBox2.Controls.Add((Control) ComboBox提示音1_2); - GroupBox2.Controls.Add((Control) Label5); - GroupBox2.Controls.Add((Control) ComboBox解开两音后的响应方式1_2); - GroupBox2.Controls.Add((Control) Label6); - GroupBox2.Controls.Add((Control) ComboBox两音的组合方式1_2); - GroupBox2.Controls.Add((Control) Label7); - GroupBox2.Font = (Font) null; + GroupBox2.AccessibleDescription = null; + GroupBox2.AccessibleName = null; + componentResourceManager.ApplyResources(GroupBox2, "GroupBox2"); + GroupBox2.BackgroundImage = null; + GroupBox2.Controls.Add(ComboBox提示音1_2); + GroupBox2.Controls.Add(Label5); + GroupBox2.Controls.Add(ComboBox解开两音后的响应方式1_2); + GroupBox2.Controls.Add(Label6); + GroupBox2.Controls.Add(ComboBox两音的组合方式1_2); + GroupBox2.Controls.Add(Label7); + GroupBox2.Font = null; GroupBox2.Name = "GroupBox2"; GroupBox2.TabStop = false; - ComboBox提示音1_2.AccessibleDescription = (string) null; - ComboBox提示音1_2.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox提示音1_2, "ComboBox提示音1_2"); - ComboBox提示音1_2.BackgroundImage = (Image) null; + ComboBox提示音1_2.AccessibleDescription = null; + ComboBox提示音1_2.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox提示音1_2, "ComboBox提示音1_2"); + ComboBox提示音1_2.BackgroundImage = null; ComboBox提示音1_2.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox提示音1_2.Font = (Font) null; + ComboBox提示音1_2.Font = null; ComboBox提示音1_2.FormattingEnabled = true; ComboBox提示音1_2.Name = "ComboBox提示音1_2"; - Label5.AccessibleDescription = (string) null; - Label5.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label5, "Label5"); - Label5.Font = (Font) null; + Label5.AccessibleDescription = null; + Label5.AccessibleName = null; + componentResourceManager.ApplyResources(Label5, "Label5"); + Label5.Font = null; Label5.Name = "Label5"; - ComboBox解开两音后的响应方式1_2.AccessibleDescription = (string) null; - ComboBox解开两音后的响应方式1_2.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox解开两音后的响应方式1_2, "ComboBox解开两音后的响应方式1_2"); - ComboBox解开两音后的响应方式1_2.BackgroundImage = (Image) null; + ComboBox解开两音后的响应方式1_2.AccessibleDescription = null; + ComboBox解开两音后的响应方式1_2.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox解开两音后的响应方式1_2, "ComboBox解开两音后的响应方式1_2"); + ComboBox解开两音后的响应方式1_2.BackgroundImage = null; ComboBox解开两音后的响应方式1_2.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox解开两音后的响应方式1_2.Font = (Font) null; + ComboBox解开两音后的响应方式1_2.Font = null; ComboBox解开两音后的响应方式1_2.FormattingEnabled = true; ComboBox解开两音后的响应方式1_2.Items.AddRange(new object[4] { - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式1_2.Items"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式1_2.Items1"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式1_2.Items2"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式1_2.Items3") + componentResourceManager.GetString("ComboBox解开两音后的响应方式1_2.Items"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式1_2.Items1"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式1_2.Items2"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式1_2.Items3") }); ComboBox解开两音后的响应方式1_2.Name = "ComboBox解开两音后的响应方式1_2"; - Label6.AccessibleDescription = (string) null; - Label6.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label6, "Label6"); - Label6.Font = (Font) null; + Label6.AccessibleDescription = null; + Label6.AccessibleName = null; + componentResourceManager.ApplyResources(Label6, "Label6"); + Label6.Font = null; Label6.Name = "Label6"; - ComboBox两音的组合方式1_2.AccessibleDescription = (string) null; - ComboBox两音的组合方式1_2.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox两音的组合方式1_2, "ComboBox两音的组合方式1_2"); - ComboBox两音的组合方式1_2.BackgroundImage = (Image) null; + ComboBox两音的组合方式1_2.AccessibleDescription = null; + ComboBox两音的组合方式1_2.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox两音的组合方式1_2, "ComboBox两音的组合方式1_2"); + ComboBox两音的组合方式1_2.BackgroundImage = null; ComboBox两音的组合方式1_2.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox两音的组合方式1_2.Font = (Font) null; + ComboBox两音的组合方式1_2.Font = null; ComboBox两音的组合方式1_2.FormattingEnabled = true; ComboBox两音的组合方式1_2.Items.AddRange(new object[16] { - (object) componentResourceManager.GetString("ComboBox两音的组合方式1_2.Items"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式1_2.Items1"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式1_2.Items2"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式1_2.Items3"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式1_2.Items4"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式1_2.Items5"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式1_2.Items6"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式1_2.Items7"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式1_2.Items8"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式1_2.Items9"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式1_2.Items10"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式1_2.Items11"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式1_2.Items12"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式1_2.Items13"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式1_2.Items14"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式1_2.Items15") + componentResourceManager.GetString("ComboBox两音的组合方式1_2.Items"), + componentResourceManager.GetString("ComboBox两音的组合方式1_2.Items1"), + componentResourceManager.GetString("ComboBox两音的组合方式1_2.Items2"), + componentResourceManager.GetString("ComboBox两音的组合方式1_2.Items3"), + componentResourceManager.GetString("ComboBox两音的组合方式1_2.Items4"), + componentResourceManager.GetString("ComboBox两音的组合方式1_2.Items5"), + componentResourceManager.GetString("ComboBox两音的组合方式1_2.Items6"), + componentResourceManager.GetString("ComboBox两音的组合方式1_2.Items7"), + componentResourceManager.GetString("ComboBox两音的组合方式1_2.Items8"), + componentResourceManager.GetString("ComboBox两音的组合方式1_2.Items9"), + componentResourceManager.GetString("ComboBox两音的组合方式1_2.Items10"), + componentResourceManager.GetString("ComboBox两音的组合方式1_2.Items11"), + componentResourceManager.GetString("ComboBox两音的组合方式1_2.Items12"), + componentResourceManager.GetString("ComboBox两音的组合方式1_2.Items13"), + componentResourceManager.GetString("ComboBox两音的组合方式1_2.Items14"), + componentResourceManager.GetString("ComboBox两音的组合方式1_2.Items15") }); ComboBox两音的组合方式1_2.Name = "ComboBox两音的组合方式1_2"; - Label7.AccessibleDescription = (string) null; - Label7.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label7, "Label7"); - Label7.Font = (Font) null; + Label7.AccessibleDescription = null; + Label7.AccessibleName = null; + componentResourceManager.ApplyResources(Label7, "Label7"); + Label7.Font = null; Label7.Name = "Label7"; - GroupBox1.AccessibleDescription = (string) null; - GroupBox1.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) GroupBox1, "GroupBox1"); - GroupBox1.BackgroundImage = (Image) null; - GroupBox1.Controls.Add((Control) ComboBox提示音1_1); - GroupBox1.Controls.Add((Control) Label4); - GroupBox1.Controls.Add((Control) ComboBox解开两音后的响应方式1_1); - GroupBox1.Controls.Add((Control) Label3); - GroupBox1.Controls.Add((Control) ComboBox两音的组合方式1_1); - GroupBox1.Controls.Add((Control) Label2); - GroupBox1.Font = (Font) null; + GroupBox1.AccessibleDescription = null; + GroupBox1.AccessibleName = null; + componentResourceManager.ApplyResources(GroupBox1, "GroupBox1"); + GroupBox1.BackgroundImage = null; + GroupBox1.Controls.Add(ComboBox提示音1_1); + GroupBox1.Controls.Add(Label4); + GroupBox1.Controls.Add(ComboBox解开两音后的响应方式1_1); + GroupBox1.Controls.Add(Label3); + GroupBox1.Controls.Add(ComboBox两音的组合方式1_1); + GroupBox1.Controls.Add(Label2); + GroupBox1.Font = null; GroupBox1.Name = "GroupBox1"; GroupBox1.TabStop = false; - ComboBox提示音1_1.AccessibleDescription = (string) null; - ComboBox提示音1_1.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox提示音1_1, "ComboBox提示音1_1"); - ComboBox提示音1_1.BackgroundImage = (Image) null; + ComboBox提示音1_1.AccessibleDescription = null; + ComboBox提示音1_1.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox提示音1_1, "ComboBox提示音1_1"); + ComboBox提示音1_1.BackgroundImage = null; ComboBox提示音1_1.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox提示音1_1.Font = (Font) null; + ComboBox提示音1_1.Font = null; ComboBox提示音1_1.FormattingEnabled = true; ComboBox提示音1_1.Name = "ComboBox提示音1_1"; - Label4.AccessibleDescription = (string) null; - Label4.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label4, "Label4"); - Label4.Font = (Font) null; + Label4.AccessibleDescription = null; + Label4.AccessibleName = null; + componentResourceManager.ApplyResources(Label4, "Label4"); + Label4.Font = null; Label4.Name = "Label4"; - ComboBox解开两音后的响应方式1_1.AccessibleDescription = (string) null; - ComboBox解开两音后的响应方式1_1.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox解开两音后的响应方式1_1, "ComboBox解开两音后的响应方式1_1"); - ComboBox解开两音后的响应方式1_1.BackgroundImage = (Image) null; + ComboBox解开两音后的响应方式1_1.AccessibleDescription = null; + ComboBox解开两音后的响应方式1_1.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox解开两音后的响应方式1_1, "ComboBox解开两音后的响应方式1_1"); + ComboBox解开两音后的响应方式1_1.BackgroundImage = null; ComboBox解开两音后的响应方式1_1.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox解开两音后的响应方式1_1.Font = (Font) null; + ComboBox解开两音后的响应方式1_1.Font = null; ComboBox解开两音后的响应方式1_1.FormattingEnabled = true; ComboBox解开两音后的响应方式1_1.Items.AddRange(new object[4] { - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式1_1.Items"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式1_1.Items1"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式1_1.Items2"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式1_1.Items3") + componentResourceManager.GetString("ComboBox解开两音后的响应方式1_1.Items"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式1_1.Items1"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式1_1.Items2"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式1_1.Items3") }); ComboBox解开两音后的响应方式1_1.Name = "ComboBox解开两音后的响应方式1_1"; - Label3.AccessibleDescription = (string) null; - Label3.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label3, "Label3"); - Label3.Font = (Font) null; + Label3.AccessibleDescription = null; + Label3.AccessibleName = null; + componentResourceManager.ApplyResources(Label3, "Label3"); + Label3.Font = null; Label3.Name = "Label3"; - ComboBox两音的组合方式1_1.AccessibleDescription = (string) null; - ComboBox两音的组合方式1_1.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox两音的组合方式1_1, "ComboBox两音的组合方式1_1"); - ComboBox两音的组合方式1_1.BackgroundImage = (Image) null; + ComboBox两音的组合方式1_1.AccessibleDescription = null; + ComboBox两音的组合方式1_1.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox两音的组合方式1_1, "ComboBox两音的组合方式1_1"); + ComboBox两音的组合方式1_1.BackgroundImage = null; ComboBox两音的组合方式1_1.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox两音的组合方式1_1.Font = (Font) null; + ComboBox两音的组合方式1_1.Font = null; ComboBox两音的组合方式1_1.FormattingEnabled = true; ComboBox两音的组合方式1_1.Items.AddRange(new object[16] { - (object) componentResourceManager.GetString("ComboBox两音的组合方式1_1.Items"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式1_1.Items1"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式1_1.Items2"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式1_1.Items3"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式1_1.Items4"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式1_1.Items5"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式1_1.Items6"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式1_1.Items7"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式1_1.Items8"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式1_1.Items9"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式1_1.Items10"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式1_1.Items11"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式1_1.Items12"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式1_1.Items13"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式1_1.Items14"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式1_1.Items15") + componentResourceManager.GetString("ComboBox两音的组合方式1_1.Items"), + componentResourceManager.GetString("ComboBox两音的组合方式1_1.Items1"), + componentResourceManager.GetString("ComboBox两音的组合方式1_1.Items2"), + componentResourceManager.GetString("ComboBox两音的组合方式1_1.Items3"), + componentResourceManager.GetString("ComboBox两音的组合方式1_1.Items4"), + componentResourceManager.GetString("ComboBox两音的组合方式1_1.Items5"), + componentResourceManager.GetString("ComboBox两音的组合方式1_1.Items6"), + componentResourceManager.GetString("ComboBox两音的组合方式1_1.Items7"), + componentResourceManager.GetString("ComboBox两音的组合方式1_1.Items8"), + componentResourceManager.GetString("ComboBox两音的组合方式1_1.Items9"), + componentResourceManager.GetString("ComboBox两音的组合方式1_1.Items10"), + componentResourceManager.GetString("ComboBox两音的组合方式1_1.Items11"), + componentResourceManager.GetString("ComboBox两音的组合方式1_1.Items12"), + componentResourceManager.GetString("ComboBox两音的组合方式1_1.Items13"), + componentResourceManager.GetString("ComboBox两音的组合方式1_1.Items14"), + componentResourceManager.GetString("ComboBox两音的组合方式1_1.Items15") }); ComboBox两音的组合方式1_1.Name = "ComboBox两音的组合方式1_1"; - Label2.AccessibleDescription = (string) null; - Label2.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label2, "Label2"); - Label2.Font = (Font) null; + Label2.AccessibleDescription = null; + Label2.AccessibleName = null; + componentResourceManager.ApplyResources(Label2, "Label2"); + Label2.Font = null; Label2.Name = "Label2"; - TabPage4.AccessibleDescription = (string) null; - TabPage4.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) TabPage4, "TabPage4"); - TabPage4.BackgroundImage = (Image) null; - TabPage4.Controls.Add((Control) GroupBox5); - TabPage4.Controls.Add((Control) NumericUpDown2_D); - TabPage4.Controls.Add((Control) NumericUpDown2_C); - TabPage4.Controls.Add((Control) NumericUpDown2_B); - TabPage4.Controls.Add((Control) Label22); - TabPage4.Controls.Add((Control) NumericUpDown2_A); - TabPage4.Controls.Add((Control) Label23); - TabPage4.Controls.Add((Control) Label24); - TabPage4.Controls.Add((Control) Label25); - TabPage4.Controls.Add((Control) GroupBox6); - TabPage4.Controls.Add((Control) GroupBox7); - TabPage4.Controls.Add((Control) GroupBox8); - TabPage4.Font = (Font) null; + TabPage4.AccessibleDescription = null; + TabPage4.AccessibleName = null; + componentResourceManager.ApplyResources(TabPage4, "TabPage4"); + TabPage4.BackgroundImage = null; + TabPage4.Controls.Add(GroupBox5); + TabPage4.Controls.Add(NumericUpDown2_D); + TabPage4.Controls.Add(NumericUpDown2_C); + TabPage4.Controls.Add(NumericUpDown2_B); + TabPage4.Controls.Add(Label22); + TabPage4.Controls.Add(NumericUpDown2_A); + TabPage4.Controls.Add(Label23); + TabPage4.Controls.Add(Label24); + TabPage4.Controls.Add(Label25); + TabPage4.Controls.Add(GroupBox6); + TabPage4.Controls.Add(GroupBox7); + TabPage4.Controls.Add(GroupBox8); + TabPage4.Font = null; TabPage4.Name = "TabPage4"; TabPage4.UseVisualStyleBackColor = true; - GroupBox5.AccessibleDescription = (string) null; - GroupBox5.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) GroupBox5, "GroupBox5"); - GroupBox5.BackgroundImage = (Image) null; - GroupBox5.Controls.Add((Control) ComboBox提示音2_4); - GroupBox5.Controls.Add((Control) Label19); - GroupBox5.Controls.Add((Control) ComboBox解开两音后的响应方式2_4); - GroupBox5.Controls.Add((Control) Label20); - GroupBox5.Controls.Add((Control) ComboBox两音的组合方式2_4); - GroupBox5.Controls.Add((Control) Label21); - GroupBox5.Font = (Font) null; + GroupBox5.AccessibleDescription = null; + GroupBox5.AccessibleName = null; + componentResourceManager.ApplyResources(GroupBox5, "GroupBox5"); + GroupBox5.BackgroundImage = null; + GroupBox5.Controls.Add(ComboBox提示音2_4); + GroupBox5.Controls.Add(Label19); + GroupBox5.Controls.Add(ComboBox解开两音后的响应方式2_4); + GroupBox5.Controls.Add(Label20); + GroupBox5.Controls.Add(ComboBox两音的组合方式2_4); + GroupBox5.Controls.Add(Label21); + GroupBox5.Font = null; GroupBox5.Name = "GroupBox5"; GroupBox5.TabStop = false; - ComboBox提示音2_4.AccessibleDescription = (string) null; - ComboBox提示音2_4.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox提示音2_4, "ComboBox提示音2_4"); - ComboBox提示音2_4.BackgroundImage = (Image) null; + ComboBox提示音2_4.AccessibleDescription = null; + ComboBox提示音2_4.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox提示音2_4, "ComboBox提示音2_4"); + ComboBox提示音2_4.BackgroundImage = null; ComboBox提示音2_4.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox提示音2_4.Font = (Font) null; + ComboBox提示音2_4.Font = null; ComboBox提示音2_4.FormattingEnabled = true; ComboBox提示音2_4.Name = "ComboBox提示音2_4"; - Label19.AccessibleDescription = (string) null; - Label19.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label19, "Label19"); - Label19.Font = (Font) null; + Label19.AccessibleDescription = null; + Label19.AccessibleName = null; + componentResourceManager.ApplyResources(Label19, "Label19"); + Label19.Font = null; Label19.Name = "Label19"; - ComboBox解开两音后的响应方式2_4.AccessibleDescription = (string) null; - ComboBox解开两音后的响应方式2_4.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox解开两音后的响应方式2_4, "ComboBox解开两音后的响应方式2_4"); - ComboBox解开两音后的响应方式2_4.BackgroundImage = (Image) null; + ComboBox解开两音后的响应方式2_4.AccessibleDescription = null; + ComboBox解开两音后的响应方式2_4.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox解开两音后的响应方式2_4, "ComboBox解开两音后的响应方式2_4"); + ComboBox解开两音后的响应方式2_4.BackgroundImage = null; ComboBox解开两音后的响应方式2_4.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox解开两音后的响应方式2_4.Font = (Font) null; + ComboBox解开两音后的响应方式2_4.Font = null; ComboBox解开两音后的响应方式2_4.FormattingEnabled = true; ComboBox解开两音后的响应方式2_4.Items.AddRange(new object[4] { - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式2_4.Items"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式2_4.Items1"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式2_4.Items2"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式2_4.Items3") + componentResourceManager.GetString("ComboBox解开两音后的响应方式2_4.Items"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式2_4.Items1"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式2_4.Items2"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式2_4.Items3") }); ComboBox解开两音后的响应方式2_4.Name = "ComboBox解开两音后的响应方式2_4"; - Label20.AccessibleDescription = (string) null; - Label20.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label20, "Label20"); - Label20.Font = (Font) null; + Label20.AccessibleDescription = null; + Label20.AccessibleName = null; + componentResourceManager.ApplyResources(Label20, "Label20"); + Label20.Font = null; Label20.Name = "Label20"; - ComboBox两音的组合方式2_4.AccessibleDescription = (string) null; - ComboBox两音的组合方式2_4.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox两音的组合方式2_4, "ComboBox两音的组合方式2_4"); - ComboBox两音的组合方式2_4.BackgroundImage = (Image) null; + ComboBox两音的组合方式2_4.AccessibleDescription = null; + ComboBox两音的组合方式2_4.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox两音的组合方式2_4, "ComboBox两音的组合方式2_4"); + ComboBox两音的组合方式2_4.BackgroundImage = null; ComboBox两音的组合方式2_4.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox两音的组合方式2_4.Font = (Font) null; + ComboBox两音的组合方式2_4.Font = null; ComboBox两音的组合方式2_4.FormattingEnabled = true; ComboBox两音的组合方式2_4.Items.AddRange(new object[16] { - (object) componentResourceManager.GetString("ComboBox两音的组合方式2_4.Items"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式2_4.Items1"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式2_4.Items2"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式2_4.Items3"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式2_4.Items4"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式2_4.Items5"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式2_4.Items6"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式2_4.Items7"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式2_4.Items8"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式2_4.Items9"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式2_4.Items10"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式2_4.Items11"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式2_4.Items12"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式2_4.Items13"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式2_4.Items14"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式2_4.Items15") + componentResourceManager.GetString("ComboBox两音的组合方式2_4.Items"), + componentResourceManager.GetString("ComboBox两音的组合方式2_4.Items1"), + componentResourceManager.GetString("ComboBox两音的组合方式2_4.Items2"), + componentResourceManager.GetString("ComboBox两音的组合方式2_4.Items3"), + componentResourceManager.GetString("ComboBox两音的组合方式2_4.Items4"), + componentResourceManager.GetString("ComboBox两音的组合方式2_4.Items5"), + componentResourceManager.GetString("ComboBox两音的组合方式2_4.Items6"), + componentResourceManager.GetString("ComboBox两音的组合方式2_4.Items7"), + componentResourceManager.GetString("ComboBox两音的组合方式2_4.Items8"), + componentResourceManager.GetString("ComboBox两音的组合方式2_4.Items9"), + componentResourceManager.GetString("ComboBox两音的组合方式2_4.Items10"), + componentResourceManager.GetString("ComboBox两音的组合方式2_4.Items11"), + componentResourceManager.GetString("ComboBox两音的组合方式2_4.Items12"), + componentResourceManager.GetString("ComboBox两音的组合方式2_4.Items13"), + componentResourceManager.GetString("ComboBox两音的组合方式2_4.Items14"), + componentResourceManager.GetString("ComboBox两音的组合方式2_4.Items15") }); ComboBox两音的组合方式2_4.Name = "ComboBox两音的组合方式2_4"; - Label21.AccessibleDescription = (string) null; - Label21.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label21, "Label21"); - Label21.Font = (Font) null; + Label21.AccessibleDescription = null; + Label21.AccessibleName = null; + componentResourceManager.ApplyResources(Label21, "Label21"); + Label21.Font = null; Label21.Name = "Label21"; - NumericUpDown2_D.AccessibleDescription = (string) null; - NumericUpDown2_D.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) NumericUpDown2_D, "NumericUpDown2_D"); + NumericUpDown2_D.AccessibleDescription = null; + NumericUpDown2_D.AccessibleName = null; + componentResourceManager.ApplyResources(NumericUpDown2_D, "NumericUpDown2_D"); NumericUpDown2_D.DecimalPlaces = 1; - NumericUpDown2_D.Font = (Font) null; - NumericUpDown numericUpDown2D1 = NumericUpDown2_D; + NumericUpDown2_D.Font = null; + var numericUpDown2D1 = NumericUpDown2_D; num1 = new Decimal(new int[4]{ 1, 0, 0, 65536 }); - Decimal num18 = num1; + var num18 = num1; numericUpDown2D1.Increment = num18; - NumericUpDown numericUpDown2D2 = NumericUpDown2_D; + var numericUpDown2D2 = NumericUpDown2_D; num1 = new Decimal(new int[4]{ 3200, 0, 0, 0 }); - Decimal num19 = num1; + var num19 = num1; numericUpDown2D2.Maximum = num19; - NumericUpDown numericUpDown2D3 = NumericUpDown2_D; + var numericUpDown2D3 = NumericUpDown2_D; num1 = new Decimal(new int[4]{ 2885, 0, 0, 65536 }); - Decimal num20 = num1; + var num20 = num1; numericUpDown2D3.Minimum = num20; NumericUpDown2_D.Name = "NumericUpDown2_D"; - NumericUpDown numericUpDown2D4 = NumericUpDown2_D; + var numericUpDown2D4 = NumericUpDown2_D; num1 = new Decimal(new int[4]{ 2885, 0, 0, 65536 }); - Decimal num21 = num1; + var num21 = num1; numericUpDown2D4.Value = num21; - NumericUpDown2_C.AccessibleDescription = (string) null; - NumericUpDown2_C.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) NumericUpDown2_C, "NumericUpDown2_C"); + NumericUpDown2_C.AccessibleDescription = null; + NumericUpDown2_C.AccessibleName = null; + componentResourceManager.ApplyResources(NumericUpDown2_C, "NumericUpDown2_C"); NumericUpDown2_C.DecimalPlaces = 1; - NumericUpDown2_C.Font = (Font) null; - NumericUpDown numericUpDown2C1 = NumericUpDown2_C; + NumericUpDown2_C.Font = null; + var numericUpDown2C1 = NumericUpDown2_C; num1 = new Decimal(new int[4]{ 1, 0, 0, 65536 }); - Decimal num22 = num1; + var num22 = num1; numericUpDown2C1.Increment = num22; - NumericUpDown numericUpDown2C2 = NumericUpDown2_C; + var numericUpDown2C2 = NumericUpDown2_C; num1 = new Decimal(new int[4]{ 3200, 0, 0, 0 }); - Decimal num23 = num1; + var num23 = num1; numericUpDown2C2.Maximum = num23; - NumericUpDown numericUpDown2C3 = NumericUpDown2_C; + var numericUpDown2C3 = NumericUpDown2_C; num1 = new Decimal(new int[4]{ 2885, 0, 0, 65536 }); - Decimal num24 = num1; + var num24 = num1; numericUpDown2C3.Minimum = num24; NumericUpDown2_C.Name = "NumericUpDown2_C"; - NumericUpDown numericUpDown2C4 = NumericUpDown2_C; + var numericUpDown2C4 = NumericUpDown2_C; num1 = new Decimal(new int[4]{ 2885, 0, 0, 65536 }); - Decimal num25 = num1; + var num25 = num1; numericUpDown2C4.Value = num25; - NumericUpDown2_B.AccessibleDescription = (string) null; - NumericUpDown2_B.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) NumericUpDown2_B, "NumericUpDown2_B"); + NumericUpDown2_B.AccessibleDescription = null; + NumericUpDown2_B.AccessibleName = null; + componentResourceManager.ApplyResources(NumericUpDown2_B, "NumericUpDown2_B"); NumericUpDown2_B.DecimalPlaces = 1; - NumericUpDown2_B.Font = (Font) null; - NumericUpDown numericUpDown2B1 = NumericUpDown2_B; + NumericUpDown2_B.Font = null; + var numericUpDown2B1 = NumericUpDown2_B; num1 = new Decimal(new int[4]{ 1, 0, 0, 65536 }); - Decimal num26 = num1; + var num26 = num1; numericUpDown2B1.Increment = num26; - NumericUpDown numericUpDown2B2 = NumericUpDown2_B; + var numericUpDown2B2 = NumericUpDown2_B; num1 = new Decimal(new int[4]{ 3200, 0, 0, 0 }); - Decimal num27 = num1; + var num27 = num1; numericUpDown2B2.Maximum = num27; - NumericUpDown numericUpDown2B3 = NumericUpDown2_B; + var numericUpDown2B3 = NumericUpDown2_B; num1 = new Decimal(new int[4]{ 2885, 0, 0, 65536 }); - Decimal num28 = num1; + var num28 = num1; numericUpDown2B3.Minimum = num28; NumericUpDown2_B.Name = "NumericUpDown2_B"; - NumericUpDown numericUpDown2B4 = NumericUpDown2_B; + var numericUpDown2B4 = NumericUpDown2_B; num1 = new Decimal(new int[4]{ 2885, 0, 0, 65536 }); - Decimal num29 = num1; + var num29 = num1; numericUpDown2B4.Value = num29; - Label22.AccessibleDescription = (string) null; - Label22.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label22, "Label22"); - Label22.Font = (Font) null; + Label22.AccessibleDescription = null; + Label22.AccessibleName = null; + componentResourceManager.ApplyResources(Label22, "Label22"); + Label22.Font = null; Label22.Name = "Label22"; - NumericUpDown2_A.AccessibleDescription = (string) null; - NumericUpDown2_A.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) NumericUpDown2_A, "NumericUpDown2_A"); + NumericUpDown2_A.AccessibleDescription = null; + NumericUpDown2_A.AccessibleName = null; + componentResourceManager.ApplyResources(NumericUpDown2_A, "NumericUpDown2_A"); NumericUpDown2_A.DecimalPlaces = 1; - NumericUpDown2_A.Font = (Font) null; - NumericUpDown numericUpDown2A1 = NumericUpDown2_A; + NumericUpDown2_A.Font = null; + var numericUpDown2A1 = NumericUpDown2_A; num1 = new Decimal(new int[4]{ 1, 0, 0, 65536 }); - Decimal num30 = num1; + var num30 = num1; numericUpDown2A1.Increment = num30; - NumericUpDown numericUpDown2A2 = NumericUpDown2_A; + var numericUpDown2A2 = NumericUpDown2_A; num1 = new Decimal(new int[4]{ 3200, 0, 0, 0 }); - Decimal num31 = num1; + var num31 = num1; numericUpDown2A2.Maximum = num31; - NumericUpDown numericUpDown2A3 = NumericUpDown2_A; + var numericUpDown2A3 = NumericUpDown2_A; num1 = new Decimal(new int[4]{ 2885, 0, 0, 65536 }); - Decimal num32 = num1; + var num32 = num1; numericUpDown2A3.Minimum = num32; NumericUpDown2_A.Name = "NumericUpDown2_A"; - NumericUpDown numericUpDown2A4 = NumericUpDown2_A; + var numericUpDown2A4 = NumericUpDown2_A; num1 = new Decimal(new int[4]{ 2885, 0, 0, 65536 }); - Decimal num33 = num1; + var num33 = num1; numericUpDown2A4.Value = num33; - Label23.AccessibleDescription = (string) null; - Label23.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label23, "Label23"); - Label23.Font = (Font) null; + Label23.AccessibleDescription = null; + Label23.AccessibleName = null; + componentResourceManager.ApplyResources(Label23, "Label23"); + Label23.Font = null; Label23.Name = "Label23"; - Label24.AccessibleDescription = (string) null; - Label24.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label24, "Label24"); - Label24.Font = (Font) null; + Label24.AccessibleDescription = null; + Label24.AccessibleName = null; + componentResourceManager.ApplyResources(Label24, "Label24"); + Label24.Font = null; Label24.Name = "Label24"; - Label25.AccessibleDescription = (string) null; - Label25.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label25, "Label25"); - Label25.Font = (Font) null; + Label25.AccessibleDescription = null; + Label25.AccessibleName = null; + componentResourceManager.ApplyResources(Label25, "Label25"); + Label25.Font = null; Label25.Name = "Label25"; - GroupBox6.AccessibleDescription = (string) null; - GroupBox6.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) GroupBox6, "GroupBox6"); - GroupBox6.BackgroundImage = (Image) null; - GroupBox6.Controls.Add((Control) ComboBox提示音2_3); - GroupBox6.Controls.Add((Control) Label26); - GroupBox6.Controls.Add((Control) ComboBox解开两音后的响应方式2_3); - GroupBox6.Controls.Add((Control) Label27); - GroupBox6.Controls.Add((Control) ComboBox两音的组合方式2_3); - GroupBox6.Controls.Add((Control) Label28); - GroupBox6.Font = (Font) null; + GroupBox6.AccessibleDescription = null; + GroupBox6.AccessibleName = null; + componentResourceManager.ApplyResources(GroupBox6, "GroupBox6"); + GroupBox6.BackgroundImage = null; + GroupBox6.Controls.Add(ComboBox提示音2_3); + GroupBox6.Controls.Add(Label26); + GroupBox6.Controls.Add(ComboBox解开两音后的响应方式2_3); + GroupBox6.Controls.Add(Label27); + GroupBox6.Controls.Add(ComboBox两音的组合方式2_3); + GroupBox6.Controls.Add(Label28); + GroupBox6.Font = null; GroupBox6.Name = "GroupBox6"; GroupBox6.TabStop = false; - ComboBox提示音2_3.AccessibleDescription = (string) null; - ComboBox提示音2_3.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox提示音2_3, "ComboBox提示音2_3"); - ComboBox提示音2_3.BackgroundImage = (Image) null; + ComboBox提示音2_3.AccessibleDescription = null; + ComboBox提示音2_3.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox提示音2_3, "ComboBox提示音2_3"); + ComboBox提示音2_3.BackgroundImage = null; ComboBox提示音2_3.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox提示音2_3.Font = (Font) null; + ComboBox提示音2_3.Font = null; ComboBox提示音2_3.FormattingEnabled = true; ComboBox提示音2_3.Name = "ComboBox提示音2_3"; - Label26.AccessibleDescription = (string) null; - Label26.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label26, "Label26"); - Label26.Font = (Font) null; + Label26.AccessibleDescription = null; + Label26.AccessibleName = null; + componentResourceManager.ApplyResources(Label26, "Label26"); + Label26.Font = null; Label26.Name = "Label26"; - ComboBox解开两音后的响应方式2_3.AccessibleDescription = (string) null; - ComboBox解开两音后的响应方式2_3.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox解开两音后的响应方式2_3, "ComboBox解开两音后的响应方式2_3"); - ComboBox解开两音后的响应方式2_3.BackgroundImage = (Image) null; + ComboBox解开两音后的响应方式2_3.AccessibleDescription = null; + ComboBox解开两音后的响应方式2_3.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox解开两音后的响应方式2_3, "ComboBox解开两音后的响应方式2_3"); + ComboBox解开两音后的响应方式2_3.BackgroundImage = null; ComboBox解开两音后的响应方式2_3.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox解开两音后的响应方式2_3.Font = (Font) null; + ComboBox解开两音后的响应方式2_3.Font = null; ComboBox解开两音后的响应方式2_3.FormattingEnabled = true; ComboBox解开两音后的响应方式2_3.Items.AddRange(new object[4] { - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式2_3.Items"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式2_3.Items1"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式2_3.Items2"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式2_3.Items3") + componentResourceManager.GetString("ComboBox解开两音后的响应方式2_3.Items"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式2_3.Items1"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式2_3.Items2"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式2_3.Items3") }); ComboBox解开两音后的响应方式2_3.Name = "ComboBox解开两音后的响应方式2_3"; - Label27.AccessibleDescription = (string) null; - Label27.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label27, "Label27"); - Label27.Font = (Font) null; + Label27.AccessibleDescription = null; + Label27.AccessibleName = null; + componentResourceManager.ApplyResources(Label27, "Label27"); + Label27.Font = null; Label27.Name = "Label27"; - ComboBox两音的组合方式2_3.AccessibleDescription = (string) null; - ComboBox两音的组合方式2_3.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox两音的组合方式2_3, "ComboBox两音的组合方式2_3"); - ComboBox两音的组合方式2_3.BackgroundImage = (Image) null; + ComboBox两音的组合方式2_3.AccessibleDescription = null; + ComboBox两音的组合方式2_3.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox两音的组合方式2_3, "ComboBox两音的组合方式2_3"); + ComboBox两音的组合方式2_3.BackgroundImage = null; ComboBox两音的组合方式2_3.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox两音的组合方式2_3.Font = (Font) null; + ComboBox两音的组合方式2_3.Font = null; ComboBox两音的组合方式2_3.FormattingEnabled = true; ComboBox两音的组合方式2_3.Items.AddRange(new object[16] { - (object) componentResourceManager.GetString("ComboBox两音的组合方式2_3.Items"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式2_3.Items1"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式2_3.Items2"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式2_3.Items3"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式2_3.Items4"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式2_3.Items5"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式2_3.Items6"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式2_3.Items7"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式2_3.Items8"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式2_3.Items9"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式2_3.Items10"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式2_3.Items11"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式2_3.Items12"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式2_3.Items13"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式2_3.Items14"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式2_3.Items15") + componentResourceManager.GetString("ComboBox两音的组合方式2_3.Items"), + componentResourceManager.GetString("ComboBox两音的组合方式2_3.Items1"), + componentResourceManager.GetString("ComboBox两音的组合方式2_3.Items2"), + componentResourceManager.GetString("ComboBox两音的组合方式2_3.Items3"), + componentResourceManager.GetString("ComboBox两音的组合方式2_3.Items4"), + componentResourceManager.GetString("ComboBox两音的组合方式2_3.Items5"), + componentResourceManager.GetString("ComboBox两音的组合方式2_3.Items6"), + componentResourceManager.GetString("ComboBox两音的组合方式2_3.Items7"), + componentResourceManager.GetString("ComboBox两音的组合方式2_3.Items8"), + componentResourceManager.GetString("ComboBox两音的组合方式2_3.Items9"), + componentResourceManager.GetString("ComboBox两音的组合方式2_3.Items10"), + componentResourceManager.GetString("ComboBox两音的组合方式2_3.Items11"), + componentResourceManager.GetString("ComboBox两音的组合方式2_3.Items12"), + componentResourceManager.GetString("ComboBox两音的组合方式2_3.Items13"), + componentResourceManager.GetString("ComboBox两音的组合方式2_3.Items14"), + componentResourceManager.GetString("ComboBox两音的组合方式2_3.Items15") }); ComboBox两音的组合方式2_3.Name = "ComboBox两音的组合方式2_3"; - Label28.AccessibleDescription = (string) null; - Label28.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label28, "Label28"); - Label28.Font = (Font) null; + Label28.AccessibleDescription = null; + Label28.AccessibleName = null; + componentResourceManager.ApplyResources(Label28, "Label28"); + Label28.Font = null; Label28.Name = "Label28"; - GroupBox7.AccessibleDescription = (string) null; - GroupBox7.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) GroupBox7, "GroupBox7"); - GroupBox7.BackgroundImage = (Image) null; - GroupBox7.Controls.Add((Control) ComboBox提示音2_2); - GroupBox7.Controls.Add((Control) Label29); - GroupBox7.Controls.Add((Control) ComboBox解开两音后的响应方式2_2); - GroupBox7.Controls.Add((Control) Label30); - GroupBox7.Controls.Add((Control) ComboBox两音的组合方式2_2); - GroupBox7.Controls.Add((Control) Label31); - GroupBox7.Font = (Font) null; + GroupBox7.AccessibleDescription = null; + GroupBox7.AccessibleName = null; + componentResourceManager.ApplyResources(GroupBox7, "GroupBox7"); + GroupBox7.BackgroundImage = null; + GroupBox7.Controls.Add(ComboBox提示音2_2); + GroupBox7.Controls.Add(Label29); + GroupBox7.Controls.Add(ComboBox解开两音后的响应方式2_2); + GroupBox7.Controls.Add(Label30); + GroupBox7.Controls.Add(ComboBox两音的组合方式2_2); + GroupBox7.Controls.Add(Label31); + GroupBox7.Font = null; GroupBox7.Name = "GroupBox7"; GroupBox7.TabStop = false; - ComboBox提示音2_2.AccessibleDescription = (string) null; - ComboBox提示音2_2.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox提示音2_2, "ComboBox提示音2_2"); - ComboBox提示音2_2.BackgroundImage = (Image) null; + ComboBox提示音2_2.AccessibleDescription = null; + ComboBox提示音2_2.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox提示音2_2, "ComboBox提示音2_2"); + ComboBox提示音2_2.BackgroundImage = null; ComboBox提示音2_2.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox提示音2_2.Font = (Font) null; + ComboBox提示音2_2.Font = null; ComboBox提示音2_2.FormattingEnabled = true; ComboBox提示音2_2.Name = "ComboBox提示音2_2"; - Label29.AccessibleDescription = (string) null; - Label29.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label29, "Label29"); - Label29.Font = (Font) null; + Label29.AccessibleDescription = null; + Label29.AccessibleName = null; + componentResourceManager.ApplyResources(Label29, "Label29"); + Label29.Font = null; Label29.Name = "Label29"; - ComboBox解开两音后的响应方式2_2.AccessibleDescription = (string) null; - ComboBox解开两音后的响应方式2_2.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox解开两音后的响应方式2_2, "ComboBox解开两音后的响应方式2_2"); - ComboBox解开两音后的响应方式2_2.BackgroundImage = (Image) null; + ComboBox解开两音后的响应方式2_2.AccessibleDescription = null; + ComboBox解开两音后的响应方式2_2.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox解开两音后的响应方式2_2, "ComboBox解开两音后的响应方式2_2"); + ComboBox解开两音后的响应方式2_2.BackgroundImage = null; ComboBox解开两音后的响应方式2_2.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox解开两音后的响应方式2_2.Font = (Font) null; + ComboBox解开两音后的响应方式2_2.Font = null; ComboBox解开两音后的响应方式2_2.FormattingEnabled = true; ComboBox解开两音后的响应方式2_2.Items.AddRange(new object[4] { - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式2_2.Items"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式2_2.Items1"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式2_2.Items2"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式2_2.Items3") + componentResourceManager.GetString("ComboBox解开两音后的响应方式2_2.Items"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式2_2.Items1"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式2_2.Items2"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式2_2.Items3") }); ComboBox解开两音后的响应方式2_2.Name = "ComboBox解开两音后的响应方式2_2"; - Label30.AccessibleDescription = (string) null; - Label30.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label30, "Label30"); - Label30.Font = (Font) null; + Label30.AccessibleDescription = null; + Label30.AccessibleName = null; + componentResourceManager.ApplyResources(Label30, "Label30"); + Label30.Font = null; Label30.Name = "Label30"; - ComboBox两音的组合方式2_2.AccessibleDescription = (string) null; - ComboBox两音的组合方式2_2.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox两音的组合方式2_2, "ComboBox两音的组合方式2_2"); - ComboBox两音的组合方式2_2.BackgroundImage = (Image) null; + ComboBox两音的组合方式2_2.AccessibleDescription = null; + ComboBox两音的组合方式2_2.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox两音的组合方式2_2, "ComboBox两音的组合方式2_2"); + ComboBox两音的组合方式2_2.BackgroundImage = null; ComboBox两音的组合方式2_2.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox两音的组合方式2_2.Font = (Font) null; + ComboBox两音的组合方式2_2.Font = null; ComboBox两音的组合方式2_2.FormattingEnabled = true; ComboBox两音的组合方式2_2.Items.AddRange(new object[16] { - (object) componentResourceManager.GetString("ComboBox两音的组合方式2_2.Items"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式2_2.Items1"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式2_2.Items2"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式2_2.Items3"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式2_2.Items4"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式2_2.Items5"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式2_2.Items6"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式2_2.Items7"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式2_2.Items8"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式2_2.Items9"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式2_2.Items10"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式2_2.Items11"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式2_2.Items12"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式2_2.Items13"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式2_2.Items14"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式2_2.Items15") + componentResourceManager.GetString("ComboBox两音的组合方式2_2.Items"), + componentResourceManager.GetString("ComboBox两音的组合方式2_2.Items1"), + componentResourceManager.GetString("ComboBox两音的组合方式2_2.Items2"), + componentResourceManager.GetString("ComboBox两音的组合方式2_2.Items3"), + componentResourceManager.GetString("ComboBox两音的组合方式2_2.Items4"), + componentResourceManager.GetString("ComboBox两音的组合方式2_2.Items5"), + componentResourceManager.GetString("ComboBox两音的组合方式2_2.Items6"), + componentResourceManager.GetString("ComboBox两音的组合方式2_2.Items7"), + componentResourceManager.GetString("ComboBox两音的组合方式2_2.Items8"), + componentResourceManager.GetString("ComboBox两音的组合方式2_2.Items9"), + componentResourceManager.GetString("ComboBox两音的组合方式2_2.Items10"), + componentResourceManager.GetString("ComboBox两音的组合方式2_2.Items11"), + componentResourceManager.GetString("ComboBox两音的组合方式2_2.Items12"), + componentResourceManager.GetString("ComboBox两音的组合方式2_2.Items13"), + componentResourceManager.GetString("ComboBox两音的组合方式2_2.Items14"), + componentResourceManager.GetString("ComboBox两音的组合方式2_2.Items15") }); ComboBox两音的组合方式2_2.Name = "ComboBox两音的组合方式2_2"; - Label31.AccessibleDescription = (string) null; - Label31.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label31, "Label31"); - Label31.Font = (Font) null; + Label31.AccessibleDescription = null; + Label31.AccessibleName = null; + componentResourceManager.ApplyResources(Label31, "Label31"); + Label31.Font = null; Label31.Name = "Label31"; - GroupBox8.AccessibleDescription = (string) null; - GroupBox8.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) GroupBox8, "GroupBox8"); - GroupBox8.BackgroundImage = (Image) null; - GroupBox8.Controls.Add((Control) ComboBox提示音2_1); - GroupBox8.Controls.Add((Control) Label32); - GroupBox8.Controls.Add((Control) ComboBox解开两音后的响应方式2_1); - GroupBox8.Controls.Add((Control) Label33); - GroupBox8.Controls.Add((Control) ComboBox两音的组合方式2_1); - GroupBox8.Controls.Add((Control) Label34); - GroupBox8.Font = (Font) null; + GroupBox8.AccessibleDescription = null; + GroupBox8.AccessibleName = null; + componentResourceManager.ApplyResources(GroupBox8, "GroupBox8"); + GroupBox8.BackgroundImage = null; + GroupBox8.Controls.Add(ComboBox提示音2_1); + GroupBox8.Controls.Add(Label32); + GroupBox8.Controls.Add(ComboBox解开两音后的响应方式2_1); + GroupBox8.Controls.Add(Label33); + GroupBox8.Controls.Add(ComboBox两音的组合方式2_1); + GroupBox8.Controls.Add(Label34); + GroupBox8.Font = null; GroupBox8.Name = "GroupBox8"; GroupBox8.TabStop = false; - ComboBox提示音2_1.AccessibleDescription = (string) null; - ComboBox提示音2_1.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox提示音2_1, "ComboBox提示音2_1"); - ComboBox提示音2_1.BackgroundImage = (Image) null; + ComboBox提示音2_1.AccessibleDescription = null; + ComboBox提示音2_1.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox提示音2_1, "ComboBox提示音2_1"); + ComboBox提示音2_1.BackgroundImage = null; ComboBox提示音2_1.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox提示音2_1.Font = (Font) null; + ComboBox提示音2_1.Font = null; ComboBox提示音2_1.FormattingEnabled = true; ComboBox提示音2_1.Name = "ComboBox提示音2_1"; - Label32.AccessibleDescription = (string) null; - Label32.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label32, "Label32"); - Label32.Font = (Font) null; + Label32.AccessibleDescription = null; + Label32.AccessibleName = null; + componentResourceManager.ApplyResources(Label32, "Label32"); + Label32.Font = null; Label32.Name = "Label32"; - ComboBox解开两音后的响应方式2_1.AccessibleDescription = (string) null; - ComboBox解开两音后的响应方式2_1.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox解开两音后的响应方式2_1, "ComboBox解开两音后的响应方式2_1"); - ComboBox解开两音后的响应方式2_1.BackgroundImage = (Image) null; + ComboBox解开两音后的响应方式2_1.AccessibleDescription = null; + ComboBox解开两音后的响应方式2_1.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox解开两音后的响应方式2_1, "ComboBox解开两音后的响应方式2_1"); + ComboBox解开两音后的响应方式2_1.BackgroundImage = null; ComboBox解开两音后的响应方式2_1.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox解开两音后的响应方式2_1.Font = (Font) null; + ComboBox解开两音后的响应方式2_1.Font = null; ComboBox解开两音后的响应方式2_1.FormattingEnabled = true; ComboBox解开两音后的响应方式2_1.Items.AddRange(new object[4] { - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式2_1.Items"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式2_1.Items1"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式2_1.Items2"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式2_1.Items3") + componentResourceManager.GetString("ComboBox解开两音后的响应方式2_1.Items"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式2_1.Items1"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式2_1.Items2"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式2_1.Items3") }); ComboBox解开两音后的响应方式2_1.Name = "ComboBox解开两音后的响应方式2_1"; - Label33.AccessibleDescription = (string) null; - Label33.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label33, "Label33"); - Label33.Font = (Font) null; + Label33.AccessibleDescription = null; + Label33.AccessibleName = null; + componentResourceManager.ApplyResources(Label33, "Label33"); + Label33.Font = null; Label33.Name = "Label33"; - ComboBox两音的组合方式2_1.AccessibleDescription = (string) null; - ComboBox两音的组合方式2_1.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox两音的组合方式2_1, "ComboBox两音的组合方式2_1"); - ComboBox两音的组合方式2_1.BackgroundImage = (Image) null; + ComboBox两音的组合方式2_1.AccessibleDescription = null; + ComboBox两音的组合方式2_1.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox两音的组合方式2_1, "ComboBox两音的组合方式2_1"); + ComboBox两音的组合方式2_1.BackgroundImage = null; ComboBox两音的组合方式2_1.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox两音的组合方式2_1.Font = (Font) null; + ComboBox两音的组合方式2_1.Font = null; ComboBox两音的组合方式2_1.FormattingEnabled = true; ComboBox两音的组合方式2_1.Items.AddRange(new object[16] { - (object) componentResourceManager.GetString("ComboBox两音的组合方式2_1.Items"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式2_1.Items1"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式2_1.Items2"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式2_1.Items3"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式2_1.Items4"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式2_1.Items5"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式2_1.Items6"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式2_1.Items7"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式2_1.Items8"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式2_1.Items9"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式2_1.Items10"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式2_1.Items11"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式2_1.Items12"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式2_1.Items13"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式2_1.Items14"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式2_1.Items15") + componentResourceManager.GetString("ComboBox两音的组合方式2_1.Items"), + componentResourceManager.GetString("ComboBox两音的组合方式2_1.Items1"), + componentResourceManager.GetString("ComboBox两音的组合方式2_1.Items2"), + componentResourceManager.GetString("ComboBox两音的组合方式2_1.Items3"), + componentResourceManager.GetString("ComboBox两音的组合方式2_1.Items4"), + componentResourceManager.GetString("ComboBox两音的组合方式2_1.Items5"), + componentResourceManager.GetString("ComboBox两音的组合方式2_1.Items6"), + componentResourceManager.GetString("ComboBox两音的组合方式2_1.Items7"), + componentResourceManager.GetString("ComboBox两音的组合方式2_1.Items8"), + componentResourceManager.GetString("ComboBox两音的组合方式2_1.Items9"), + componentResourceManager.GetString("ComboBox两音的组合方式2_1.Items10"), + componentResourceManager.GetString("ComboBox两音的组合方式2_1.Items11"), + componentResourceManager.GetString("ComboBox两音的组合方式2_1.Items12"), + componentResourceManager.GetString("ComboBox两音的组合方式2_1.Items13"), + componentResourceManager.GetString("ComboBox两音的组合方式2_1.Items14"), + componentResourceManager.GetString("ComboBox两音的组合方式2_1.Items15") }); ComboBox两音的组合方式2_1.Name = "ComboBox两音的组合方式2_1"; - Label34.AccessibleDescription = (string) null; - Label34.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label34, "Label34"); - Label34.Font = (Font) null; + Label34.AccessibleDescription = null; + Label34.AccessibleName = null; + componentResourceManager.ApplyResources(Label34, "Label34"); + Label34.Font = null; Label34.Name = "Label34"; - TabPage5.AccessibleDescription = (string) null; - TabPage5.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) TabPage5, "TabPage5"); - TabPage5.BackgroundImage = (Image) null; - TabPage5.Controls.Add((Control) GroupBox9); - TabPage5.Controls.Add((Control) NumericUpDown3_D); - TabPage5.Controls.Add((Control) NumericUpDown3_C); - TabPage5.Controls.Add((Control) NumericUpDown3_B); - TabPage5.Controls.Add((Control) Label38); - TabPage5.Controls.Add((Control) NumericUpDown3_A); - TabPage5.Controls.Add((Control) Label39); - TabPage5.Controls.Add((Control) Label40); - TabPage5.Controls.Add((Control) Label41); - TabPage5.Controls.Add((Control) GroupBox10); - TabPage5.Controls.Add((Control) GroupBox11); - TabPage5.Controls.Add((Control) GroupBox12); - TabPage5.Font = (Font) null; + TabPage5.AccessibleDescription = null; + TabPage5.AccessibleName = null; + componentResourceManager.ApplyResources(TabPage5, "TabPage5"); + TabPage5.BackgroundImage = null; + TabPage5.Controls.Add(GroupBox9); + TabPage5.Controls.Add(NumericUpDown3_D); + TabPage5.Controls.Add(NumericUpDown3_C); + TabPage5.Controls.Add(NumericUpDown3_B); + TabPage5.Controls.Add(Label38); + TabPage5.Controls.Add(NumericUpDown3_A); + TabPage5.Controls.Add(Label39); + TabPage5.Controls.Add(Label40); + TabPage5.Controls.Add(Label41); + TabPage5.Controls.Add(GroupBox10); + TabPage5.Controls.Add(GroupBox11); + TabPage5.Controls.Add(GroupBox12); + TabPage5.Font = null; TabPage5.Name = "TabPage5"; TabPage5.UseVisualStyleBackColor = true; - GroupBox9.AccessibleDescription = (string) null; - GroupBox9.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) GroupBox9, "GroupBox9"); - GroupBox9.BackgroundImage = (Image) null; - GroupBox9.Controls.Add((Control) ComboBox提示音3_4); - GroupBox9.Controls.Add((Control) Label35); - GroupBox9.Controls.Add((Control) ComboBox解开两音后的响应方式3_4); - GroupBox9.Controls.Add((Control) Label36); - GroupBox9.Controls.Add((Control) ComboBox两音的组合方式3_4); - GroupBox9.Controls.Add((Control) Label37); - GroupBox9.Font = (Font) null; + GroupBox9.AccessibleDescription = null; + GroupBox9.AccessibleName = null; + componentResourceManager.ApplyResources(GroupBox9, "GroupBox9"); + GroupBox9.BackgroundImage = null; + GroupBox9.Controls.Add(ComboBox提示音3_4); + GroupBox9.Controls.Add(Label35); + GroupBox9.Controls.Add(ComboBox解开两音后的响应方式3_4); + GroupBox9.Controls.Add(Label36); + GroupBox9.Controls.Add(ComboBox两音的组合方式3_4); + GroupBox9.Controls.Add(Label37); + GroupBox9.Font = null; GroupBox9.Name = "GroupBox9"; GroupBox9.TabStop = false; - ComboBox提示音3_4.AccessibleDescription = (string) null; - ComboBox提示音3_4.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox提示音3_4, "ComboBox提示音3_4"); - ComboBox提示音3_4.BackgroundImage = (Image) null; + ComboBox提示音3_4.AccessibleDescription = null; + ComboBox提示音3_4.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox提示音3_4, "ComboBox提示音3_4"); + ComboBox提示音3_4.BackgroundImage = null; ComboBox提示音3_4.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox提示音3_4.Font = (Font) null; + ComboBox提示音3_4.Font = null; ComboBox提示音3_4.FormattingEnabled = true; ComboBox提示音3_4.Name = "ComboBox提示音3_4"; - Label35.AccessibleDescription = (string) null; - Label35.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label35, "Label35"); - Label35.Font = (Font) null; + Label35.AccessibleDescription = null; + Label35.AccessibleName = null; + componentResourceManager.ApplyResources(Label35, "Label35"); + Label35.Font = null; Label35.Name = "Label35"; - ComboBox解开两音后的响应方式3_4.AccessibleDescription = (string) null; - ComboBox解开两音后的响应方式3_4.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox解开两音后的响应方式3_4, "ComboBox解开两音后的响应方式3_4"); - ComboBox解开两音后的响应方式3_4.BackgroundImage = (Image) null; + ComboBox解开两音后的响应方式3_4.AccessibleDescription = null; + ComboBox解开两音后的响应方式3_4.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox解开两音后的响应方式3_4, "ComboBox解开两音后的响应方式3_4"); + ComboBox解开两音后的响应方式3_4.BackgroundImage = null; ComboBox解开两音后的响应方式3_4.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox解开两音后的响应方式3_4.Font = (Font) null; + ComboBox解开两音后的响应方式3_4.Font = null; ComboBox解开两音后的响应方式3_4.FormattingEnabled = true; ComboBox解开两音后的响应方式3_4.Items.AddRange(new object[4] { - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式3_4.Items"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式3_4.Items1"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式3_4.Items2"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式3_4.Items3") + componentResourceManager.GetString("ComboBox解开两音后的响应方式3_4.Items"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式3_4.Items1"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式3_4.Items2"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式3_4.Items3") }); ComboBox解开两音后的响应方式3_4.Name = "ComboBox解开两音后的响应方式3_4"; - Label36.AccessibleDescription = (string) null; - Label36.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label36, "Label36"); - Label36.Font = (Font) null; + Label36.AccessibleDescription = null; + Label36.AccessibleName = null; + componentResourceManager.ApplyResources(Label36, "Label36"); + Label36.Font = null; Label36.Name = "Label36"; - ComboBox两音的组合方式3_4.AccessibleDescription = (string) null; - ComboBox两音的组合方式3_4.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox两音的组合方式3_4, "ComboBox两音的组合方式3_4"); - ComboBox两音的组合方式3_4.BackgroundImage = (Image) null; + ComboBox两音的组合方式3_4.AccessibleDescription = null; + ComboBox两音的组合方式3_4.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox两音的组合方式3_4, "ComboBox两音的组合方式3_4"); + ComboBox两音的组合方式3_4.BackgroundImage = null; ComboBox两音的组合方式3_4.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox两音的组合方式3_4.Font = (Font) null; + ComboBox两音的组合方式3_4.Font = null; ComboBox两音的组合方式3_4.FormattingEnabled = true; ComboBox两音的组合方式3_4.Items.AddRange(new object[16] { - (object) componentResourceManager.GetString("ComboBox两音的组合方式3_4.Items"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式3_4.Items1"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式3_4.Items2"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式3_4.Items3"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式3_4.Items4"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式3_4.Items5"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式3_4.Items6"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式3_4.Items7"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式3_4.Items8"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式3_4.Items9"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式3_4.Items10"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式3_4.Items11"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式3_4.Items12"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式3_4.Items13"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式3_4.Items14"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式3_4.Items15") + componentResourceManager.GetString("ComboBox两音的组合方式3_4.Items"), + componentResourceManager.GetString("ComboBox两音的组合方式3_4.Items1"), + componentResourceManager.GetString("ComboBox两音的组合方式3_4.Items2"), + componentResourceManager.GetString("ComboBox两音的组合方式3_4.Items3"), + componentResourceManager.GetString("ComboBox两音的组合方式3_4.Items4"), + componentResourceManager.GetString("ComboBox两音的组合方式3_4.Items5"), + componentResourceManager.GetString("ComboBox两音的组合方式3_4.Items6"), + componentResourceManager.GetString("ComboBox两音的组合方式3_4.Items7"), + componentResourceManager.GetString("ComboBox两音的组合方式3_4.Items8"), + componentResourceManager.GetString("ComboBox两音的组合方式3_4.Items9"), + componentResourceManager.GetString("ComboBox两音的组合方式3_4.Items10"), + componentResourceManager.GetString("ComboBox两音的组合方式3_4.Items11"), + componentResourceManager.GetString("ComboBox两音的组合方式3_4.Items12"), + componentResourceManager.GetString("ComboBox两音的组合方式3_4.Items13"), + componentResourceManager.GetString("ComboBox两音的组合方式3_4.Items14"), + componentResourceManager.GetString("ComboBox两音的组合方式3_4.Items15") }); ComboBox两音的组合方式3_4.Name = "ComboBox两音的组合方式3_4"; - Label37.AccessibleDescription = (string) null; - Label37.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label37, "Label37"); - Label37.Font = (Font) null; + Label37.AccessibleDescription = null; + Label37.AccessibleName = null; + componentResourceManager.ApplyResources(Label37, "Label37"); + Label37.Font = null; Label37.Name = "Label37"; - NumericUpDown3_D.AccessibleDescription = (string) null; - NumericUpDown3_D.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) NumericUpDown3_D, "NumericUpDown3_D"); + NumericUpDown3_D.AccessibleDescription = null; + NumericUpDown3_D.AccessibleName = null; + componentResourceManager.ApplyResources(NumericUpDown3_D, "NumericUpDown3_D"); NumericUpDown3_D.DecimalPlaces = 1; - NumericUpDown3_D.Font = (Font) null; - NumericUpDown numericUpDown3D1 = NumericUpDown3_D; + NumericUpDown3_D.Font = null; + var numericUpDown3D1 = NumericUpDown3_D; num1 = new Decimal(new int[4]{ 1, 0, 0, 65536 }); - Decimal num34 = num1; + var num34 = num1; numericUpDown3D1.Increment = num34; - NumericUpDown numericUpDown3D2 = NumericUpDown3_D; + var numericUpDown3D2 = NumericUpDown3_D; num1 = new Decimal(new int[4]{ 3200, 0, 0, 0 }); - Decimal num35 = num1; + var num35 = num1; numericUpDown3D2.Maximum = num35; - NumericUpDown numericUpDown3D3 = NumericUpDown3_D; + var numericUpDown3D3 = NumericUpDown3_D; num1 = new Decimal(new int[4]{ 2885, 0, 0, 65536 }); - Decimal num36 = num1; + var num36 = num1; numericUpDown3D3.Minimum = num36; NumericUpDown3_D.Name = "NumericUpDown3_D"; - NumericUpDown numericUpDown3D4 = NumericUpDown3_D; + var numericUpDown3D4 = NumericUpDown3_D; num1 = new Decimal(new int[4]{ 2885, 0, 0, 65536 }); - Decimal num37 = num1; + var num37 = num1; numericUpDown3D4.Value = num37; - NumericUpDown3_C.AccessibleDescription = (string) null; - NumericUpDown3_C.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) NumericUpDown3_C, "NumericUpDown3_C"); + NumericUpDown3_C.AccessibleDescription = null; + NumericUpDown3_C.AccessibleName = null; + componentResourceManager.ApplyResources(NumericUpDown3_C, "NumericUpDown3_C"); NumericUpDown3_C.DecimalPlaces = 1; - NumericUpDown3_C.Font = (Font) null; - NumericUpDown numericUpDown3C1 = NumericUpDown3_C; + NumericUpDown3_C.Font = null; + var numericUpDown3C1 = NumericUpDown3_C; num1 = new Decimal(new int[4]{ 1, 0, 0, 65536 }); - Decimal num38 = num1; + var num38 = num1; numericUpDown3C1.Increment = num38; - NumericUpDown numericUpDown3C2 = NumericUpDown3_C; + var numericUpDown3C2 = NumericUpDown3_C; num1 = new Decimal(new int[4]{ 3200, 0, 0, 0 }); - Decimal num39 = num1; + var num39 = num1; numericUpDown3C2.Maximum = num39; - NumericUpDown numericUpDown3C3 = NumericUpDown3_C; + var numericUpDown3C3 = NumericUpDown3_C; num1 = new Decimal(new int[4]{ 2885, 0, 0, 65536 }); - Decimal num40 = num1; + var num40 = num1; numericUpDown3C3.Minimum = num40; NumericUpDown3_C.Name = "NumericUpDown3_C"; - NumericUpDown numericUpDown3C4 = NumericUpDown3_C; + var numericUpDown3C4 = NumericUpDown3_C; num1 = new Decimal(new int[4]{ 2885, 0, 0, 65536 }); - Decimal num41 = num1; + var num41 = num1; numericUpDown3C4.Value = num41; - NumericUpDown3_B.AccessibleDescription = (string) null; - NumericUpDown3_B.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) NumericUpDown3_B, "NumericUpDown3_B"); + NumericUpDown3_B.AccessibleDescription = null; + NumericUpDown3_B.AccessibleName = null; + componentResourceManager.ApplyResources(NumericUpDown3_B, "NumericUpDown3_B"); NumericUpDown3_B.DecimalPlaces = 1; - NumericUpDown3_B.Font = (Font) null; - NumericUpDown numericUpDown3B1 = NumericUpDown3_B; + NumericUpDown3_B.Font = null; + var numericUpDown3B1 = NumericUpDown3_B; num1 = new Decimal(new int[4]{ 1, 0, 0, 65536 }); - Decimal num42 = num1; + var num42 = num1; numericUpDown3B1.Increment = num42; - NumericUpDown numericUpDown3B2 = NumericUpDown3_B; + var numericUpDown3B2 = NumericUpDown3_B; num1 = new Decimal(new int[4]{ 3200, 0, 0, 0 }); - Decimal num43 = num1; + var num43 = num1; numericUpDown3B2.Maximum = num43; - NumericUpDown numericUpDown3B3 = NumericUpDown3_B; + var numericUpDown3B3 = NumericUpDown3_B; num1 = new Decimal(new int[4]{ 2885, 0, 0, 65536 }); - Decimal num44 = num1; + var num44 = num1; numericUpDown3B3.Minimum = num44; NumericUpDown3_B.Name = "NumericUpDown3_B"; - NumericUpDown numericUpDown3B4 = NumericUpDown3_B; + var numericUpDown3B4 = NumericUpDown3_B; num1 = new Decimal(new int[4]{ 2885, 0, 0, 65536 }); - Decimal num45 = num1; + var num45 = num1; numericUpDown3B4.Value = num45; - Label38.AccessibleDescription = (string) null; - Label38.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label38, "Label38"); - Label38.Font = (Font) null; + Label38.AccessibleDescription = null; + Label38.AccessibleName = null; + componentResourceManager.ApplyResources(Label38, "Label38"); + Label38.Font = null; Label38.Name = "Label38"; - NumericUpDown3_A.AccessibleDescription = (string) null; - NumericUpDown3_A.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) NumericUpDown3_A, "NumericUpDown3_A"); + NumericUpDown3_A.AccessibleDescription = null; + NumericUpDown3_A.AccessibleName = null; + componentResourceManager.ApplyResources(NumericUpDown3_A, "NumericUpDown3_A"); NumericUpDown3_A.DecimalPlaces = 1; - NumericUpDown3_A.Font = (Font) null; - NumericUpDown numericUpDown3A1 = NumericUpDown3_A; + NumericUpDown3_A.Font = null; + var numericUpDown3A1 = NumericUpDown3_A; num1 = new Decimal(new int[4]{ 1, 0, 0, 65536 }); - Decimal num46 = num1; + var num46 = num1; numericUpDown3A1.Increment = num46; - NumericUpDown numericUpDown3A2 = NumericUpDown3_A; + var numericUpDown3A2 = NumericUpDown3_A; num1 = new Decimal(new int[4]{ 3200, 0, 0, 0 }); - Decimal num47 = num1; + var num47 = num1; numericUpDown3A2.Maximum = num47; - NumericUpDown numericUpDown3A3 = NumericUpDown3_A; + var numericUpDown3A3 = NumericUpDown3_A; num1 = new Decimal(new int[4]{ 2885, 0, 0, 65536 }); - Decimal num48 = num1; + var num48 = num1; numericUpDown3A3.Minimum = num48; NumericUpDown3_A.Name = "NumericUpDown3_A"; - NumericUpDown numericUpDown3A4 = NumericUpDown3_A; + var numericUpDown3A4 = NumericUpDown3_A; num1 = new Decimal(new int[4]{ 2885, 0, 0, 65536 }); - Decimal num49 = num1; + var num49 = num1; numericUpDown3A4.Value = num49; - Label39.AccessibleDescription = (string) null; - Label39.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label39, "Label39"); - Label39.Font = (Font) null; + Label39.AccessibleDescription = null; + Label39.AccessibleName = null; + componentResourceManager.ApplyResources(Label39, "Label39"); + Label39.Font = null; Label39.Name = "Label39"; - Label40.AccessibleDescription = (string) null; - Label40.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label40, "Label40"); - Label40.Font = (Font) null; + Label40.AccessibleDescription = null; + Label40.AccessibleName = null; + componentResourceManager.ApplyResources(Label40, "Label40"); + Label40.Font = null; Label40.Name = "Label40"; - Label41.AccessibleDescription = (string) null; - Label41.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label41, "Label41"); - Label41.Font = (Font) null; + Label41.AccessibleDescription = null; + Label41.AccessibleName = null; + componentResourceManager.ApplyResources(Label41, "Label41"); + Label41.Font = null; Label41.Name = "Label41"; - GroupBox10.AccessibleDescription = (string) null; - GroupBox10.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) GroupBox10, "GroupBox10"); - GroupBox10.BackgroundImage = (Image) null; - GroupBox10.Controls.Add((Control) ComboBox提示音3_3); - GroupBox10.Controls.Add((Control) Label42); - GroupBox10.Controls.Add((Control) ComboBox解开两音后的响应方式3_3); - GroupBox10.Controls.Add((Control) Label43); - GroupBox10.Controls.Add((Control) ComboBox两音的组合方式3_3); - GroupBox10.Controls.Add((Control) Label44); - GroupBox10.Font = (Font) null; + GroupBox10.AccessibleDescription = null; + GroupBox10.AccessibleName = null; + componentResourceManager.ApplyResources(GroupBox10, "GroupBox10"); + GroupBox10.BackgroundImage = null; + GroupBox10.Controls.Add(ComboBox提示音3_3); + GroupBox10.Controls.Add(Label42); + GroupBox10.Controls.Add(ComboBox解开两音后的响应方式3_3); + GroupBox10.Controls.Add(Label43); + GroupBox10.Controls.Add(ComboBox两音的组合方式3_3); + GroupBox10.Controls.Add(Label44); + GroupBox10.Font = null; GroupBox10.Name = "GroupBox10"; GroupBox10.TabStop = false; - ComboBox提示音3_3.AccessibleDescription = (string) null; - ComboBox提示音3_3.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox提示音3_3, "ComboBox提示音3_3"); - ComboBox提示音3_3.BackgroundImage = (Image) null; + ComboBox提示音3_3.AccessibleDescription = null; + ComboBox提示音3_3.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox提示音3_3, "ComboBox提示音3_3"); + ComboBox提示音3_3.BackgroundImage = null; ComboBox提示音3_3.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox提示音3_3.Font = (Font) null; + ComboBox提示音3_3.Font = null; ComboBox提示音3_3.FormattingEnabled = true; ComboBox提示音3_3.Name = "ComboBox提示音3_3"; - Label42.AccessibleDescription = (string) null; - Label42.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label42, "Label42"); - Label42.Font = (Font) null; + Label42.AccessibleDescription = null; + Label42.AccessibleName = null; + componentResourceManager.ApplyResources(Label42, "Label42"); + Label42.Font = null; Label42.Name = "Label42"; - ComboBox解开两音后的响应方式3_3.AccessibleDescription = (string) null; - ComboBox解开两音后的响应方式3_3.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox解开两音后的响应方式3_3, "ComboBox解开两音后的响应方式3_3"); - ComboBox解开两音后的响应方式3_3.BackgroundImage = (Image) null; + ComboBox解开两音后的响应方式3_3.AccessibleDescription = null; + ComboBox解开两音后的响应方式3_3.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox解开两音后的响应方式3_3, "ComboBox解开两音后的响应方式3_3"); + ComboBox解开两音后的响应方式3_3.BackgroundImage = null; ComboBox解开两音后的响应方式3_3.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox解开两音后的响应方式3_3.Font = (Font) null; + ComboBox解开两音后的响应方式3_3.Font = null; ComboBox解开两音后的响应方式3_3.FormattingEnabled = true; ComboBox解开两音后的响应方式3_3.Items.AddRange(new object[4] { - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式3_3.Items"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式3_3.Items1"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式3_3.Items2"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式3_3.Items3") + componentResourceManager.GetString("ComboBox解开两音后的响应方式3_3.Items"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式3_3.Items1"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式3_3.Items2"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式3_3.Items3") }); ComboBox解开两音后的响应方式3_3.Name = "ComboBox解开两音后的响应方式3_3"; - Label43.AccessibleDescription = (string) null; - Label43.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label43, "Label43"); - Label43.Font = (Font) null; + Label43.AccessibleDescription = null; + Label43.AccessibleName = null; + componentResourceManager.ApplyResources(Label43, "Label43"); + Label43.Font = null; Label43.Name = "Label43"; - ComboBox两音的组合方式3_3.AccessibleDescription = (string) null; - ComboBox两音的组合方式3_3.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox两音的组合方式3_3, "ComboBox两音的组合方式3_3"); - ComboBox两音的组合方式3_3.BackgroundImage = (Image) null; + ComboBox两音的组合方式3_3.AccessibleDescription = null; + ComboBox两音的组合方式3_3.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox两音的组合方式3_3, "ComboBox两音的组合方式3_3"); + ComboBox两音的组合方式3_3.BackgroundImage = null; ComboBox两音的组合方式3_3.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox两音的组合方式3_3.Font = (Font) null; + ComboBox两音的组合方式3_3.Font = null; ComboBox两音的组合方式3_3.FormattingEnabled = true; ComboBox两音的组合方式3_3.Items.AddRange(new object[16] { - (object) componentResourceManager.GetString("ComboBox两音的组合方式3_3.Items"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式3_3.Items1"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式3_3.Items2"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式3_3.Items3"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式3_3.Items4"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式3_3.Items5"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式3_3.Items6"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式3_3.Items7"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式3_3.Items8"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式3_3.Items9"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式3_3.Items10"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式3_3.Items11"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式3_3.Items12"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式3_3.Items13"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式3_3.Items14"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式3_3.Items15") + componentResourceManager.GetString("ComboBox两音的组合方式3_3.Items"), + componentResourceManager.GetString("ComboBox两音的组合方式3_3.Items1"), + componentResourceManager.GetString("ComboBox两音的组合方式3_3.Items2"), + componentResourceManager.GetString("ComboBox两音的组合方式3_3.Items3"), + componentResourceManager.GetString("ComboBox两音的组合方式3_3.Items4"), + componentResourceManager.GetString("ComboBox两音的组合方式3_3.Items5"), + componentResourceManager.GetString("ComboBox两音的组合方式3_3.Items6"), + componentResourceManager.GetString("ComboBox两音的组合方式3_3.Items7"), + componentResourceManager.GetString("ComboBox两音的组合方式3_3.Items8"), + componentResourceManager.GetString("ComboBox两音的组合方式3_3.Items9"), + componentResourceManager.GetString("ComboBox两音的组合方式3_3.Items10"), + componentResourceManager.GetString("ComboBox两音的组合方式3_3.Items11"), + componentResourceManager.GetString("ComboBox两音的组合方式3_3.Items12"), + componentResourceManager.GetString("ComboBox两音的组合方式3_3.Items13"), + componentResourceManager.GetString("ComboBox两音的组合方式3_3.Items14"), + componentResourceManager.GetString("ComboBox两音的组合方式3_3.Items15") }); ComboBox两音的组合方式3_3.Name = "ComboBox两音的组合方式3_3"; - Label44.AccessibleDescription = (string) null; - Label44.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label44, "Label44"); - Label44.Font = (Font) null; + Label44.AccessibleDescription = null; + Label44.AccessibleName = null; + componentResourceManager.ApplyResources(Label44, "Label44"); + Label44.Font = null; Label44.Name = "Label44"; - GroupBox11.AccessibleDescription = (string) null; - GroupBox11.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) GroupBox11, "GroupBox11"); - GroupBox11.BackgroundImage = (Image) null; - GroupBox11.Controls.Add((Control) ComboBox提示音3_2); - GroupBox11.Controls.Add((Control) Label45); - GroupBox11.Controls.Add((Control) ComboBox解开两音后的响应方式3_2); - GroupBox11.Controls.Add((Control) Label46); - GroupBox11.Controls.Add((Control) ComboBox两音的组合方式3_2); - GroupBox11.Controls.Add((Control) Label47); - GroupBox11.Font = (Font) null; + GroupBox11.AccessibleDescription = null; + GroupBox11.AccessibleName = null; + componentResourceManager.ApplyResources(GroupBox11, "GroupBox11"); + GroupBox11.BackgroundImage = null; + GroupBox11.Controls.Add(ComboBox提示音3_2); + GroupBox11.Controls.Add(Label45); + GroupBox11.Controls.Add(ComboBox解开两音后的响应方式3_2); + GroupBox11.Controls.Add(Label46); + GroupBox11.Controls.Add(ComboBox两音的组合方式3_2); + GroupBox11.Controls.Add(Label47); + GroupBox11.Font = null; GroupBox11.Name = "GroupBox11"; GroupBox11.TabStop = false; - ComboBox提示音3_2.AccessibleDescription = (string) null; - ComboBox提示音3_2.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox提示音3_2, "ComboBox提示音3_2"); - ComboBox提示音3_2.BackgroundImage = (Image) null; + ComboBox提示音3_2.AccessibleDescription = null; + ComboBox提示音3_2.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox提示音3_2, "ComboBox提示音3_2"); + ComboBox提示音3_2.BackgroundImage = null; ComboBox提示音3_2.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox提示音3_2.Font = (Font) null; + ComboBox提示音3_2.Font = null; ComboBox提示音3_2.FormattingEnabled = true; ComboBox提示音3_2.Name = "ComboBox提示音3_2"; - Label45.AccessibleDescription = (string) null; - Label45.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label45, "Label45"); - Label45.Font = (Font) null; + Label45.AccessibleDescription = null; + Label45.AccessibleName = null; + componentResourceManager.ApplyResources(Label45, "Label45"); + Label45.Font = null; Label45.Name = "Label45"; - ComboBox解开两音后的响应方式3_2.AccessibleDescription = (string) null; - ComboBox解开两音后的响应方式3_2.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox解开两音后的响应方式3_2, "ComboBox解开两音后的响应方式3_2"); - ComboBox解开两音后的响应方式3_2.BackgroundImage = (Image) null; + ComboBox解开两音后的响应方式3_2.AccessibleDescription = null; + ComboBox解开两音后的响应方式3_2.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox解开两音后的响应方式3_2, "ComboBox解开两音后的响应方式3_2"); + ComboBox解开两音后的响应方式3_2.BackgroundImage = null; ComboBox解开两音后的响应方式3_2.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox解开两音后的响应方式3_2.Font = (Font) null; + ComboBox解开两音后的响应方式3_2.Font = null; ComboBox解开两音后的响应方式3_2.FormattingEnabled = true; ComboBox解开两音后的响应方式3_2.Items.AddRange(new object[4] { - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式3_2.Items"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式3_2.Items1"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式3_2.Items2"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式3_2.Items3") + componentResourceManager.GetString("ComboBox解开两音后的响应方式3_2.Items"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式3_2.Items1"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式3_2.Items2"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式3_2.Items3") }); ComboBox解开两音后的响应方式3_2.Name = "ComboBox解开两音后的响应方式3_2"; - Label46.AccessibleDescription = (string) null; - Label46.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label46, "Label46"); - Label46.Font = (Font) null; + Label46.AccessibleDescription = null; + Label46.AccessibleName = null; + componentResourceManager.ApplyResources(Label46, "Label46"); + Label46.Font = null; Label46.Name = "Label46"; - ComboBox两音的组合方式3_2.AccessibleDescription = (string) null; - ComboBox两音的组合方式3_2.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox两音的组合方式3_2, "ComboBox两音的组合方式3_2"); - ComboBox两音的组合方式3_2.BackgroundImage = (Image) null; + ComboBox两音的组合方式3_2.AccessibleDescription = null; + ComboBox两音的组合方式3_2.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox两音的组合方式3_2, "ComboBox两音的组合方式3_2"); + ComboBox两音的组合方式3_2.BackgroundImage = null; ComboBox两音的组合方式3_2.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox两音的组合方式3_2.Font = (Font) null; + ComboBox两音的组合方式3_2.Font = null; ComboBox两音的组合方式3_2.FormattingEnabled = true; ComboBox两音的组合方式3_2.Items.AddRange(new object[16] { - (object) componentResourceManager.GetString("ComboBox两音的组合方式3_2.Items"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式3_2.Items1"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式3_2.Items2"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式3_2.Items3"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式3_2.Items4"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式3_2.Items5"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式3_2.Items6"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式3_2.Items7"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式3_2.Items8"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式3_2.Items9"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式3_2.Items10"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式3_2.Items11"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式3_2.Items12"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式3_2.Items13"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式3_2.Items14"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式3_2.Items15") + componentResourceManager.GetString("ComboBox两音的组合方式3_2.Items"), + componentResourceManager.GetString("ComboBox两音的组合方式3_2.Items1"), + componentResourceManager.GetString("ComboBox两音的组合方式3_2.Items2"), + componentResourceManager.GetString("ComboBox两音的组合方式3_2.Items3"), + componentResourceManager.GetString("ComboBox两音的组合方式3_2.Items4"), + componentResourceManager.GetString("ComboBox两音的组合方式3_2.Items5"), + componentResourceManager.GetString("ComboBox两音的组合方式3_2.Items6"), + componentResourceManager.GetString("ComboBox两音的组合方式3_2.Items7"), + componentResourceManager.GetString("ComboBox两音的组合方式3_2.Items8"), + componentResourceManager.GetString("ComboBox两音的组合方式3_2.Items9"), + componentResourceManager.GetString("ComboBox两音的组合方式3_2.Items10"), + componentResourceManager.GetString("ComboBox两音的组合方式3_2.Items11"), + componentResourceManager.GetString("ComboBox两音的组合方式3_2.Items12"), + componentResourceManager.GetString("ComboBox两音的组合方式3_2.Items13"), + componentResourceManager.GetString("ComboBox两音的组合方式3_2.Items14"), + componentResourceManager.GetString("ComboBox两音的组合方式3_2.Items15") }); ComboBox两音的组合方式3_2.Name = "ComboBox两音的组合方式3_2"; - Label47.AccessibleDescription = (string) null; - Label47.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label47, "Label47"); - Label47.Font = (Font) null; + Label47.AccessibleDescription = null; + Label47.AccessibleName = null; + componentResourceManager.ApplyResources(Label47, "Label47"); + Label47.Font = null; Label47.Name = "Label47"; - GroupBox12.AccessibleDescription = (string) null; - GroupBox12.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) GroupBox12, "GroupBox12"); - GroupBox12.BackgroundImage = (Image) null; - GroupBox12.Controls.Add((Control) ComboBox提示音3_1); - GroupBox12.Controls.Add((Control) Label48); - GroupBox12.Controls.Add((Control) ComboBox解开两音后的响应方式3_1); - GroupBox12.Controls.Add((Control) Label49); - GroupBox12.Controls.Add((Control) ComboBox两音的组合方式3_1); - GroupBox12.Controls.Add((Control) Label50); - GroupBox12.Font = (Font) null; + GroupBox12.AccessibleDescription = null; + GroupBox12.AccessibleName = null; + componentResourceManager.ApplyResources(GroupBox12, "GroupBox12"); + GroupBox12.BackgroundImage = null; + GroupBox12.Controls.Add(ComboBox提示音3_1); + GroupBox12.Controls.Add(Label48); + GroupBox12.Controls.Add(ComboBox解开两音后的响应方式3_1); + GroupBox12.Controls.Add(Label49); + GroupBox12.Controls.Add(ComboBox两音的组合方式3_1); + GroupBox12.Controls.Add(Label50); + GroupBox12.Font = null; GroupBox12.Name = "GroupBox12"; GroupBox12.TabStop = false; - ComboBox提示音3_1.AccessibleDescription = (string) null; - ComboBox提示音3_1.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox提示音3_1, "ComboBox提示音3_1"); - ComboBox提示音3_1.BackgroundImage = (Image) null; + ComboBox提示音3_1.AccessibleDescription = null; + ComboBox提示音3_1.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox提示音3_1, "ComboBox提示音3_1"); + ComboBox提示音3_1.BackgroundImage = null; ComboBox提示音3_1.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox提示音3_1.Font = (Font) null; + ComboBox提示音3_1.Font = null; ComboBox提示音3_1.FormattingEnabled = true; ComboBox提示音3_1.Name = "ComboBox提示音3_1"; - Label48.AccessibleDescription = (string) null; - Label48.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label48, "Label48"); - Label48.Font = (Font) null; + Label48.AccessibleDescription = null; + Label48.AccessibleName = null; + componentResourceManager.ApplyResources(Label48, "Label48"); + Label48.Font = null; Label48.Name = "Label48"; - ComboBox解开两音后的响应方式3_1.AccessibleDescription = (string) null; - ComboBox解开两音后的响应方式3_1.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox解开两音后的响应方式3_1, "ComboBox解开两音后的响应方式3_1"); - ComboBox解开两音后的响应方式3_1.BackgroundImage = (Image) null; + ComboBox解开两音后的响应方式3_1.AccessibleDescription = null; + ComboBox解开两音后的响应方式3_1.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox解开两音后的响应方式3_1, "ComboBox解开两音后的响应方式3_1"); + ComboBox解开两音后的响应方式3_1.BackgroundImage = null; ComboBox解开两音后的响应方式3_1.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox解开两音后的响应方式3_1.Font = (Font) null; + ComboBox解开两音后的响应方式3_1.Font = null; ComboBox解开两音后的响应方式3_1.FormattingEnabled = true; ComboBox解开两音后的响应方式3_1.Items.AddRange(new object[4] { - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式3_1.Items"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式3_1.Items1"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式3_1.Items2"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式3_1.Items3") + componentResourceManager.GetString("ComboBox解开两音后的响应方式3_1.Items"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式3_1.Items1"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式3_1.Items2"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式3_1.Items3") }); ComboBox解开两音后的响应方式3_1.Name = "ComboBox解开两音后的响应方式3_1"; - Label49.AccessibleDescription = (string) null; - Label49.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label49, "Label49"); - Label49.Font = (Font) null; + Label49.AccessibleDescription = null; + Label49.AccessibleName = null; + componentResourceManager.ApplyResources(Label49, "Label49"); + Label49.Font = null; Label49.Name = "Label49"; - ComboBox两音的组合方式3_1.AccessibleDescription = (string) null; - ComboBox两音的组合方式3_1.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox两音的组合方式3_1, "ComboBox两音的组合方式3_1"); - ComboBox两音的组合方式3_1.BackgroundImage = (Image) null; + ComboBox两音的组合方式3_1.AccessibleDescription = null; + ComboBox两音的组合方式3_1.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox两音的组合方式3_1, "ComboBox两音的组合方式3_1"); + ComboBox两音的组合方式3_1.BackgroundImage = null; ComboBox两音的组合方式3_1.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox两音的组合方式3_1.Font = (Font) null; + ComboBox两音的组合方式3_1.Font = null; ComboBox两音的组合方式3_1.FormattingEnabled = true; ComboBox两音的组合方式3_1.Items.AddRange(new object[16] { - (object) componentResourceManager.GetString("ComboBox两音的组合方式3_1.Items"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式3_1.Items1"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式3_1.Items2"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式3_1.Items3"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式3_1.Items4"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式3_1.Items5"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式3_1.Items6"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式3_1.Items7"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式3_1.Items8"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式3_1.Items9"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式3_1.Items10"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式3_1.Items11"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式3_1.Items12"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式3_1.Items13"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式3_1.Items14"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式3_1.Items15") + componentResourceManager.GetString("ComboBox两音的组合方式3_1.Items"), + componentResourceManager.GetString("ComboBox两音的组合方式3_1.Items1"), + componentResourceManager.GetString("ComboBox两音的组合方式3_1.Items2"), + componentResourceManager.GetString("ComboBox两音的组合方式3_1.Items3"), + componentResourceManager.GetString("ComboBox两音的组合方式3_1.Items4"), + componentResourceManager.GetString("ComboBox两音的组合方式3_1.Items5"), + componentResourceManager.GetString("ComboBox两音的组合方式3_1.Items6"), + componentResourceManager.GetString("ComboBox两音的组合方式3_1.Items7"), + componentResourceManager.GetString("ComboBox两音的组合方式3_1.Items8"), + componentResourceManager.GetString("ComboBox两音的组合方式3_1.Items9"), + componentResourceManager.GetString("ComboBox两音的组合方式3_1.Items10"), + componentResourceManager.GetString("ComboBox两音的组合方式3_1.Items11"), + componentResourceManager.GetString("ComboBox两音的组合方式3_1.Items12"), + componentResourceManager.GetString("ComboBox两音的组合方式3_1.Items13"), + componentResourceManager.GetString("ComboBox两音的组合方式3_1.Items14"), + componentResourceManager.GetString("ComboBox两音的组合方式3_1.Items15") }); ComboBox两音的组合方式3_1.Name = "ComboBox两音的组合方式3_1"; - Label50.AccessibleDescription = (string) null; - Label50.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label50, "Label50"); - Label50.Font = (Font) null; + Label50.AccessibleDescription = null; + Label50.AccessibleName = null; + componentResourceManager.ApplyResources(Label50, "Label50"); + Label50.Font = null; Label50.Name = "Label50"; - TabPage6.AccessibleDescription = (string) null; - TabPage6.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) TabPage6, "TabPage6"); - TabPage6.BackgroundImage = (Image) null; - TabPage6.Controls.Add((Control) GroupBox13); - TabPage6.Controls.Add((Control) NumericUpDown4_D); - TabPage6.Controls.Add((Control) NumericUpDown4_C); - TabPage6.Controls.Add((Control) NumericUpDown4_B); - TabPage6.Controls.Add((Control) Label54); - TabPage6.Controls.Add((Control) NumericUpDown4_A); - TabPage6.Controls.Add((Control) Label55); - TabPage6.Controls.Add((Control) Label56); - TabPage6.Controls.Add((Control) Label57); - TabPage6.Controls.Add((Control) GroupBox14); - TabPage6.Controls.Add((Control) GroupBox15); - TabPage6.Controls.Add((Control) GroupBox16); - TabPage6.Font = (Font) null; + TabPage6.AccessibleDescription = null; + TabPage6.AccessibleName = null; + componentResourceManager.ApplyResources(TabPage6, "TabPage6"); + TabPage6.BackgroundImage = null; + TabPage6.Controls.Add(GroupBox13); + TabPage6.Controls.Add(NumericUpDown4_D); + TabPage6.Controls.Add(NumericUpDown4_C); + TabPage6.Controls.Add(NumericUpDown4_B); + TabPage6.Controls.Add(Label54); + TabPage6.Controls.Add(NumericUpDown4_A); + TabPage6.Controls.Add(Label55); + TabPage6.Controls.Add(Label56); + TabPage6.Controls.Add(Label57); + TabPage6.Controls.Add(GroupBox14); + TabPage6.Controls.Add(GroupBox15); + TabPage6.Controls.Add(GroupBox16); + TabPage6.Font = null; TabPage6.Name = "TabPage6"; TabPage6.UseVisualStyleBackColor = true; - GroupBox13.AccessibleDescription = (string) null; - GroupBox13.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) GroupBox13, "GroupBox13"); - GroupBox13.BackgroundImage = (Image) null; - GroupBox13.Controls.Add((Control) ComboBox提示音4_4); - GroupBox13.Controls.Add((Control) Label51); - GroupBox13.Controls.Add((Control) ComboBox解开两音后的响应方式4_4); - GroupBox13.Controls.Add((Control) Label52); - GroupBox13.Controls.Add((Control) ComboBox两音的组合方式4_4); - GroupBox13.Controls.Add((Control) Label53); - GroupBox13.Font = (Font) null; + GroupBox13.AccessibleDescription = null; + GroupBox13.AccessibleName = null; + componentResourceManager.ApplyResources(GroupBox13, "GroupBox13"); + GroupBox13.BackgroundImage = null; + GroupBox13.Controls.Add(ComboBox提示音4_4); + GroupBox13.Controls.Add(Label51); + GroupBox13.Controls.Add(ComboBox解开两音后的响应方式4_4); + GroupBox13.Controls.Add(Label52); + GroupBox13.Controls.Add(ComboBox两音的组合方式4_4); + GroupBox13.Controls.Add(Label53); + GroupBox13.Font = null; GroupBox13.Name = "GroupBox13"; GroupBox13.TabStop = false; - ComboBox提示音4_4.AccessibleDescription = (string) null; - ComboBox提示音4_4.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox提示音4_4, "ComboBox提示音4_4"); - ComboBox提示音4_4.BackgroundImage = (Image) null; + ComboBox提示音4_4.AccessibleDescription = null; + ComboBox提示音4_4.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox提示音4_4, "ComboBox提示音4_4"); + ComboBox提示音4_4.BackgroundImage = null; ComboBox提示音4_4.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox提示音4_4.Font = (Font) null; + ComboBox提示音4_4.Font = null; ComboBox提示音4_4.FormattingEnabled = true; ComboBox提示音4_4.Name = "ComboBox提示音4_4"; - Label51.AccessibleDescription = (string) null; - Label51.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label51, "Label51"); - Label51.Font = (Font) null; + Label51.AccessibleDescription = null; + Label51.AccessibleName = null; + componentResourceManager.ApplyResources(Label51, "Label51"); + Label51.Font = null; Label51.Name = "Label51"; - ComboBox解开两音后的响应方式4_4.AccessibleDescription = (string) null; - ComboBox解开两音后的响应方式4_4.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox解开两音后的响应方式4_4, "ComboBox解开两音后的响应方式4_4"); - ComboBox解开两音后的响应方式4_4.BackgroundImage = (Image) null; + ComboBox解开两音后的响应方式4_4.AccessibleDescription = null; + ComboBox解开两音后的响应方式4_4.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox解开两音后的响应方式4_4, "ComboBox解开两音后的响应方式4_4"); + ComboBox解开两音后的响应方式4_4.BackgroundImage = null; ComboBox解开两音后的响应方式4_4.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox解开两音后的响应方式4_4.Font = (Font) null; + ComboBox解开两音后的响应方式4_4.Font = null; ComboBox解开两音后的响应方式4_4.FormattingEnabled = true; ComboBox解开两音后的响应方式4_4.Items.AddRange(new object[4] { - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式4_4.Items"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式4_4.Items1"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式4_4.Items2"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式4_4.Items3") + componentResourceManager.GetString("ComboBox解开两音后的响应方式4_4.Items"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式4_4.Items1"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式4_4.Items2"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式4_4.Items3") }); ComboBox解开两音后的响应方式4_4.Name = "ComboBox解开两音后的响应方式4_4"; - Label52.AccessibleDescription = (string) null; - Label52.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label52, "Label52"); - Label52.Font = (Font) null; + Label52.AccessibleDescription = null; + Label52.AccessibleName = null; + componentResourceManager.ApplyResources(Label52, "Label52"); + Label52.Font = null; Label52.Name = "Label52"; - ComboBox两音的组合方式4_4.AccessibleDescription = (string) null; - ComboBox两音的组合方式4_4.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox两音的组合方式4_4, "ComboBox两音的组合方式4_4"); - ComboBox两音的组合方式4_4.BackgroundImage = (Image) null; + ComboBox两音的组合方式4_4.AccessibleDescription = null; + ComboBox两音的组合方式4_4.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox两音的组合方式4_4, "ComboBox两音的组合方式4_4"); + ComboBox两音的组合方式4_4.BackgroundImage = null; ComboBox两音的组合方式4_4.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox两音的组合方式4_4.Font = (Font) null; + ComboBox两音的组合方式4_4.Font = null; ComboBox两音的组合方式4_4.FormattingEnabled = true; ComboBox两音的组合方式4_4.Items.AddRange(new object[16] { - (object) componentResourceManager.GetString("ComboBox两音的组合方式4_4.Items"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式4_4.Items1"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式4_4.Items2"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式4_4.Items3"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式4_4.Items4"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式4_4.Items5"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式4_4.Items6"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式4_4.Items7"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式4_4.Items8"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式4_4.Items9"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式4_4.Items10"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式4_4.Items11"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式4_4.Items12"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式4_4.Items13"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式4_4.Items14"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式4_4.Items15") + componentResourceManager.GetString("ComboBox两音的组合方式4_4.Items"), + componentResourceManager.GetString("ComboBox两音的组合方式4_4.Items1"), + componentResourceManager.GetString("ComboBox两音的组合方式4_4.Items2"), + componentResourceManager.GetString("ComboBox两音的组合方式4_4.Items3"), + componentResourceManager.GetString("ComboBox两音的组合方式4_4.Items4"), + componentResourceManager.GetString("ComboBox两音的组合方式4_4.Items5"), + componentResourceManager.GetString("ComboBox两音的组合方式4_4.Items6"), + componentResourceManager.GetString("ComboBox两音的组合方式4_4.Items7"), + componentResourceManager.GetString("ComboBox两音的组合方式4_4.Items8"), + componentResourceManager.GetString("ComboBox两音的组合方式4_4.Items9"), + componentResourceManager.GetString("ComboBox两音的组合方式4_4.Items10"), + componentResourceManager.GetString("ComboBox两音的组合方式4_4.Items11"), + componentResourceManager.GetString("ComboBox两音的组合方式4_4.Items12"), + componentResourceManager.GetString("ComboBox两音的组合方式4_4.Items13"), + componentResourceManager.GetString("ComboBox两音的组合方式4_4.Items14"), + componentResourceManager.GetString("ComboBox两音的组合方式4_4.Items15") }); ComboBox两音的组合方式4_4.Name = "ComboBox两音的组合方式4_4"; - Label53.AccessibleDescription = (string) null; - Label53.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label53, "Label53"); - Label53.Font = (Font) null; + Label53.AccessibleDescription = null; + Label53.AccessibleName = null; + componentResourceManager.ApplyResources(Label53, "Label53"); + Label53.Font = null; Label53.Name = "Label53"; - NumericUpDown4_D.AccessibleDescription = (string) null; - NumericUpDown4_D.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) NumericUpDown4_D, "NumericUpDown4_D"); + NumericUpDown4_D.AccessibleDescription = null; + NumericUpDown4_D.AccessibleName = null; + componentResourceManager.ApplyResources(NumericUpDown4_D, "NumericUpDown4_D"); NumericUpDown4_D.DecimalPlaces = 1; - NumericUpDown4_D.Font = (Font) null; - NumericUpDown numericUpDown4D1 = NumericUpDown4_D; + NumericUpDown4_D.Font = null; + var numericUpDown4D1 = NumericUpDown4_D; num1 = new Decimal(new int[4]{ 1, 0, 0, 65536 }); - Decimal num50 = num1; + var num50 = num1; numericUpDown4D1.Increment = num50; - NumericUpDown numericUpDown4D2 = NumericUpDown4_D; + var numericUpDown4D2 = NumericUpDown4_D; num1 = new Decimal(new int[4]{ 3200, 0, 0, 0 }); - Decimal num51 = num1; + var num51 = num1; numericUpDown4D2.Maximum = num51; - NumericUpDown numericUpDown4D3 = NumericUpDown4_D; + var numericUpDown4D3 = NumericUpDown4_D; num1 = new Decimal(new int[4]{ 2885, 0, 0, 65536 }); - Decimal num52 = num1; + var num52 = num1; numericUpDown4D3.Minimum = num52; NumericUpDown4_D.Name = "NumericUpDown4_D"; - NumericUpDown numericUpDown4D4 = NumericUpDown4_D; + var numericUpDown4D4 = NumericUpDown4_D; num1 = new Decimal(new int[4]{ 2885, 0, 0, 65536 }); - Decimal num53 = num1; + var num53 = num1; numericUpDown4D4.Value = num53; - NumericUpDown4_C.AccessibleDescription = (string) null; - NumericUpDown4_C.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) NumericUpDown4_C, "NumericUpDown4_C"); + NumericUpDown4_C.AccessibleDescription = null; + NumericUpDown4_C.AccessibleName = null; + componentResourceManager.ApplyResources(NumericUpDown4_C, "NumericUpDown4_C"); NumericUpDown4_C.DecimalPlaces = 1; - NumericUpDown4_C.Font = (Font) null; - NumericUpDown numericUpDown4C1 = NumericUpDown4_C; + NumericUpDown4_C.Font = null; + var numericUpDown4C1 = NumericUpDown4_C; num1 = new Decimal(new int[4]{ 1, 0, 0, 65536 }); - Decimal num54 = num1; + var num54 = num1; numericUpDown4C1.Increment = num54; - NumericUpDown numericUpDown4C2 = NumericUpDown4_C; + var numericUpDown4C2 = NumericUpDown4_C; num1 = new Decimal(new int[4]{ 3200, 0, 0, 0 }); - Decimal num55 = num1; + var num55 = num1; numericUpDown4C2.Maximum = num55; - NumericUpDown numericUpDown4C3 = NumericUpDown4_C; + var numericUpDown4C3 = NumericUpDown4_C; num1 = new Decimal(new int[4]{ 2885, 0, 0, 65536 }); - Decimal num56 = num1; + var num56 = num1; numericUpDown4C3.Minimum = num56; NumericUpDown4_C.Name = "NumericUpDown4_C"; - NumericUpDown numericUpDown4C4 = NumericUpDown4_C; + var numericUpDown4C4 = NumericUpDown4_C; num1 = new Decimal(new int[4]{ 2885, 0, 0, 65536 }); - Decimal num57 = num1; + var num57 = num1; numericUpDown4C4.Value = num57; - NumericUpDown4_B.AccessibleDescription = (string) null; - NumericUpDown4_B.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) NumericUpDown4_B, "NumericUpDown4_B"); + NumericUpDown4_B.AccessibleDescription = null; + NumericUpDown4_B.AccessibleName = null; + componentResourceManager.ApplyResources(NumericUpDown4_B, "NumericUpDown4_B"); NumericUpDown4_B.DecimalPlaces = 1; - NumericUpDown4_B.Font = (Font) null; - NumericUpDown numericUpDown4B1 = NumericUpDown4_B; + NumericUpDown4_B.Font = null; + var numericUpDown4B1 = NumericUpDown4_B; num1 = new Decimal(new int[4]{ 1, 0, 0, 65536 }); - Decimal num58 = num1; + var num58 = num1; numericUpDown4B1.Increment = num58; - NumericUpDown numericUpDown4B2 = NumericUpDown4_B; + var numericUpDown4B2 = NumericUpDown4_B; num1 = new Decimal(new int[4]{ 3200, 0, 0, 0 }); - Decimal num59 = num1; + var num59 = num1; numericUpDown4B2.Maximum = num59; - NumericUpDown numericUpDown4B3 = NumericUpDown4_B; + var numericUpDown4B3 = NumericUpDown4_B; num1 = new Decimal(new int[4]{ 2885, 0, 0, 65536 }); - Decimal num60 = num1; + var num60 = num1; numericUpDown4B3.Minimum = num60; NumericUpDown4_B.Name = "NumericUpDown4_B"; - NumericUpDown numericUpDown4B4 = NumericUpDown4_B; + var numericUpDown4B4 = NumericUpDown4_B; num1 = new Decimal(new int[4]{ 2885, 0, 0, 65536 }); - Decimal num61 = num1; + var num61 = num1; numericUpDown4B4.Value = num61; - Label54.AccessibleDescription = (string) null; - Label54.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label54, "Label54"); - Label54.Font = (Font) null; + Label54.AccessibleDescription = null; + Label54.AccessibleName = null; + componentResourceManager.ApplyResources(Label54, "Label54"); + Label54.Font = null; Label54.Name = "Label54"; - NumericUpDown4_A.AccessibleDescription = (string) null; - NumericUpDown4_A.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) NumericUpDown4_A, "NumericUpDown4_A"); + NumericUpDown4_A.AccessibleDescription = null; + NumericUpDown4_A.AccessibleName = null; + componentResourceManager.ApplyResources(NumericUpDown4_A, "NumericUpDown4_A"); NumericUpDown4_A.DecimalPlaces = 1; - NumericUpDown4_A.Font = (Font) null; - NumericUpDown numericUpDown4A1 = NumericUpDown4_A; + NumericUpDown4_A.Font = null; + var numericUpDown4A1 = NumericUpDown4_A; num1 = new Decimal(new int[4]{ 1, 0, 0, 65536 }); - Decimal num62 = num1; + var num62 = num1; numericUpDown4A1.Increment = num62; - NumericUpDown numericUpDown4A2 = NumericUpDown4_A; + var numericUpDown4A2 = NumericUpDown4_A; num1 = new Decimal(new int[4]{ 3200, 0, 0, 0 }); - Decimal num63 = num1; + var num63 = num1; numericUpDown4A2.Maximum = num63; - NumericUpDown numericUpDown4A3 = NumericUpDown4_A; + var numericUpDown4A3 = NumericUpDown4_A; num1 = new Decimal(new int[4]{ 2885, 0, 0, 65536 }); - Decimal num64 = num1; + var num64 = num1; numericUpDown4A3.Minimum = num64; NumericUpDown4_A.Name = "NumericUpDown4_A"; - NumericUpDown numericUpDown4A4 = NumericUpDown4_A; + var numericUpDown4A4 = NumericUpDown4_A; num1 = new Decimal(new int[4]{ 2885, 0, 0, 65536 }); - Decimal num65 = num1; + var num65 = num1; numericUpDown4A4.Value = num65; - Label55.AccessibleDescription = (string) null; - Label55.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label55, "Label55"); - Label55.Font = (Font) null; + Label55.AccessibleDescription = null; + Label55.AccessibleName = null; + componentResourceManager.ApplyResources(Label55, "Label55"); + Label55.Font = null; Label55.Name = "Label55"; - Label56.AccessibleDescription = (string) null; - Label56.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label56, "Label56"); - Label56.Font = (Font) null; + Label56.AccessibleDescription = null; + Label56.AccessibleName = null; + componentResourceManager.ApplyResources(Label56, "Label56"); + Label56.Font = null; Label56.Name = "Label56"; - Label57.AccessibleDescription = (string) null; - Label57.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label57, "Label57"); - Label57.Font = (Font) null; + Label57.AccessibleDescription = null; + Label57.AccessibleName = null; + componentResourceManager.ApplyResources(Label57, "Label57"); + Label57.Font = null; Label57.Name = "Label57"; - GroupBox14.AccessibleDescription = (string) null; - GroupBox14.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) GroupBox14, "GroupBox14"); - GroupBox14.BackgroundImage = (Image) null; - GroupBox14.Controls.Add((Control) ComboBox提示音4_3); - GroupBox14.Controls.Add((Control) Label58); - GroupBox14.Controls.Add((Control) ComboBox解开两音后的响应方式4_3); - GroupBox14.Controls.Add((Control) Label59); - GroupBox14.Controls.Add((Control) ComboBox两音的组合方式4_3); - GroupBox14.Controls.Add((Control) Label60); - GroupBox14.Font = (Font) null; + GroupBox14.AccessibleDescription = null; + GroupBox14.AccessibleName = null; + componentResourceManager.ApplyResources(GroupBox14, "GroupBox14"); + GroupBox14.BackgroundImage = null; + GroupBox14.Controls.Add(ComboBox提示音4_3); + GroupBox14.Controls.Add(Label58); + GroupBox14.Controls.Add(ComboBox解开两音后的响应方式4_3); + GroupBox14.Controls.Add(Label59); + GroupBox14.Controls.Add(ComboBox两音的组合方式4_3); + GroupBox14.Controls.Add(Label60); + GroupBox14.Font = null; GroupBox14.Name = "GroupBox14"; GroupBox14.TabStop = false; - ComboBox提示音4_3.AccessibleDescription = (string) null; - ComboBox提示音4_3.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox提示音4_3, "ComboBox提示音4_3"); - ComboBox提示音4_3.BackgroundImage = (Image) null; + ComboBox提示音4_3.AccessibleDescription = null; + ComboBox提示音4_3.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox提示音4_3, "ComboBox提示音4_3"); + ComboBox提示音4_3.BackgroundImage = null; ComboBox提示音4_3.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox提示音4_3.Font = (Font) null; + ComboBox提示音4_3.Font = null; ComboBox提示音4_3.FormattingEnabled = true; ComboBox提示音4_3.Name = "ComboBox提示音4_3"; - Label58.AccessibleDescription = (string) null; - Label58.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label58, "Label58"); - Label58.Font = (Font) null; + Label58.AccessibleDescription = null; + Label58.AccessibleName = null; + componentResourceManager.ApplyResources(Label58, "Label58"); + Label58.Font = null; Label58.Name = "Label58"; - ComboBox解开两音后的响应方式4_3.AccessibleDescription = (string) null; - ComboBox解开两音后的响应方式4_3.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox解开两音后的响应方式4_3, "ComboBox解开两音后的响应方式4_3"); - ComboBox解开两音后的响应方式4_3.BackgroundImage = (Image) null; + ComboBox解开两音后的响应方式4_3.AccessibleDescription = null; + ComboBox解开两音后的响应方式4_3.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox解开两音后的响应方式4_3, "ComboBox解开两音后的响应方式4_3"); + ComboBox解开两音后的响应方式4_3.BackgroundImage = null; ComboBox解开两音后的响应方式4_3.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox解开两音后的响应方式4_3.Font = (Font) null; + ComboBox解开两音后的响应方式4_3.Font = null; ComboBox解开两音后的响应方式4_3.FormattingEnabled = true; ComboBox解开两音后的响应方式4_3.Items.AddRange(new object[4] { - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式4_3.Items"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式4_3.Items1"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式4_3.Items2"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式4_3.Items3") + componentResourceManager.GetString("ComboBox解开两音后的响应方式4_3.Items"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式4_3.Items1"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式4_3.Items2"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式4_3.Items3") }); ComboBox解开两音后的响应方式4_3.Name = "ComboBox解开两音后的响应方式4_3"; - Label59.AccessibleDescription = (string) null; - Label59.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label59, "Label59"); - Label59.Font = (Font) null; + Label59.AccessibleDescription = null; + Label59.AccessibleName = null; + componentResourceManager.ApplyResources(Label59, "Label59"); + Label59.Font = null; Label59.Name = "Label59"; - ComboBox两音的组合方式4_3.AccessibleDescription = (string) null; - ComboBox两音的组合方式4_3.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox两音的组合方式4_3, "ComboBox两音的组合方式4_3"); - ComboBox两音的组合方式4_3.BackgroundImage = (Image) null; + ComboBox两音的组合方式4_3.AccessibleDescription = null; + ComboBox两音的组合方式4_3.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox两音的组合方式4_3, "ComboBox两音的组合方式4_3"); + ComboBox两音的组合方式4_3.BackgroundImage = null; ComboBox两音的组合方式4_3.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox两音的组合方式4_3.Font = (Font) null; + ComboBox两音的组合方式4_3.Font = null; ComboBox两音的组合方式4_3.FormattingEnabled = true; ComboBox两音的组合方式4_3.Items.AddRange(new object[16] { - (object) componentResourceManager.GetString("ComboBox两音的组合方式4_3.Items"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式4_3.Items1"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式4_3.Items2"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式4_3.Items3"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式4_3.Items4"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式4_3.Items5"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式4_3.Items6"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式4_3.Items7"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式4_3.Items8"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式4_3.Items9"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式4_3.Items10"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式4_3.Items11"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式4_3.Items12"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式4_3.Items13"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式4_3.Items14"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式4_3.Items15") + componentResourceManager.GetString("ComboBox两音的组合方式4_3.Items"), + componentResourceManager.GetString("ComboBox两音的组合方式4_3.Items1"), + componentResourceManager.GetString("ComboBox两音的组合方式4_3.Items2"), + componentResourceManager.GetString("ComboBox两音的组合方式4_3.Items3"), + componentResourceManager.GetString("ComboBox两音的组合方式4_3.Items4"), + componentResourceManager.GetString("ComboBox两音的组合方式4_3.Items5"), + componentResourceManager.GetString("ComboBox两音的组合方式4_3.Items6"), + componentResourceManager.GetString("ComboBox两音的组合方式4_3.Items7"), + componentResourceManager.GetString("ComboBox两音的组合方式4_3.Items8"), + componentResourceManager.GetString("ComboBox两音的组合方式4_3.Items9"), + componentResourceManager.GetString("ComboBox两音的组合方式4_3.Items10"), + componentResourceManager.GetString("ComboBox两音的组合方式4_3.Items11"), + componentResourceManager.GetString("ComboBox两音的组合方式4_3.Items12"), + componentResourceManager.GetString("ComboBox两音的组合方式4_3.Items13"), + componentResourceManager.GetString("ComboBox两音的组合方式4_3.Items14"), + componentResourceManager.GetString("ComboBox两音的组合方式4_3.Items15") }); ComboBox两音的组合方式4_3.Name = "ComboBox两音的组合方式4_3"; - Label60.AccessibleDescription = (string) null; - Label60.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label60, "Label60"); - Label60.Font = (Font) null; + Label60.AccessibleDescription = null; + Label60.AccessibleName = null; + componentResourceManager.ApplyResources(Label60, "Label60"); + Label60.Font = null; Label60.Name = "Label60"; - GroupBox15.AccessibleDescription = (string) null; - GroupBox15.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) GroupBox15, "GroupBox15"); - GroupBox15.BackgroundImage = (Image) null; - GroupBox15.Controls.Add((Control) ComboBox提示音4_2); - GroupBox15.Controls.Add((Control) Label61); - GroupBox15.Controls.Add((Control) ComboBox解开两音后的响应方式4_2); - GroupBox15.Controls.Add((Control) Label62); - GroupBox15.Controls.Add((Control) ComboBox两音的组合方式4_2); - GroupBox15.Controls.Add((Control) Label63); - GroupBox15.Font = (Font) null; + GroupBox15.AccessibleDescription = null; + GroupBox15.AccessibleName = null; + componentResourceManager.ApplyResources(GroupBox15, "GroupBox15"); + GroupBox15.BackgroundImage = null; + GroupBox15.Controls.Add(ComboBox提示音4_2); + GroupBox15.Controls.Add(Label61); + GroupBox15.Controls.Add(ComboBox解开两音后的响应方式4_2); + GroupBox15.Controls.Add(Label62); + GroupBox15.Controls.Add(ComboBox两音的组合方式4_2); + GroupBox15.Controls.Add(Label63); + GroupBox15.Font = null; GroupBox15.Name = "GroupBox15"; GroupBox15.TabStop = false; - ComboBox提示音4_2.AccessibleDescription = (string) null; - ComboBox提示音4_2.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox提示音4_2, "ComboBox提示音4_2"); - ComboBox提示音4_2.BackgroundImage = (Image) null; + ComboBox提示音4_2.AccessibleDescription = null; + ComboBox提示音4_2.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox提示音4_2, "ComboBox提示音4_2"); + ComboBox提示音4_2.BackgroundImage = null; ComboBox提示音4_2.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox提示音4_2.Font = (Font) null; + ComboBox提示音4_2.Font = null; ComboBox提示音4_2.FormattingEnabled = true; ComboBox提示音4_2.Name = "ComboBox提示音4_2"; - Label61.AccessibleDescription = (string) null; - Label61.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label61, "Label61"); - Label61.Font = (Font) null; + Label61.AccessibleDescription = null; + Label61.AccessibleName = null; + componentResourceManager.ApplyResources(Label61, "Label61"); + Label61.Font = null; Label61.Name = "Label61"; - ComboBox解开两音后的响应方式4_2.AccessibleDescription = (string) null; - ComboBox解开两音后的响应方式4_2.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox解开两音后的响应方式4_2, "ComboBox解开两音后的响应方式4_2"); - ComboBox解开两音后的响应方式4_2.BackgroundImage = (Image) null; + ComboBox解开两音后的响应方式4_2.AccessibleDescription = null; + ComboBox解开两音后的响应方式4_2.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox解开两音后的响应方式4_2, "ComboBox解开两音后的响应方式4_2"); + ComboBox解开两音后的响应方式4_2.BackgroundImage = null; ComboBox解开两音后的响应方式4_2.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox解开两音后的响应方式4_2.Font = (Font) null; + ComboBox解开两音后的响应方式4_2.Font = null; ComboBox解开两音后的响应方式4_2.FormattingEnabled = true; ComboBox解开两音后的响应方式4_2.Items.AddRange(new object[4] { - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式4_2.Items"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式4_2.Items1"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式4_2.Items2"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式4_2.Items3") + componentResourceManager.GetString("ComboBox解开两音后的响应方式4_2.Items"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式4_2.Items1"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式4_2.Items2"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式4_2.Items3") }); ComboBox解开两音后的响应方式4_2.Name = "ComboBox解开两音后的响应方式4_2"; - Label62.AccessibleDescription = (string) null; - Label62.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label62, "Label62"); - Label62.Font = (Font) null; + Label62.AccessibleDescription = null; + Label62.AccessibleName = null; + componentResourceManager.ApplyResources(Label62, "Label62"); + Label62.Font = null; Label62.Name = "Label62"; - ComboBox两音的组合方式4_2.AccessibleDescription = (string) null; - ComboBox两音的组合方式4_2.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox两音的组合方式4_2, "ComboBox两音的组合方式4_2"); - ComboBox两音的组合方式4_2.BackgroundImage = (Image) null; + ComboBox两音的组合方式4_2.AccessibleDescription = null; + ComboBox两音的组合方式4_2.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox两音的组合方式4_2, "ComboBox两音的组合方式4_2"); + ComboBox两音的组合方式4_2.BackgroundImage = null; ComboBox两音的组合方式4_2.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox两音的组合方式4_2.Font = (Font) null; + ComboBox两音的组合方式4_2.Font = null; ComboBox两音的组合方式4_2.FormattingEnabled = true; ComboBox两音的组合方式4_2.Items.AddRange(new object[16] { - (object) componentResourceManager.GetString("ComboBox两音的组合方式4_2.Items"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式4_2.Items1"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式4_2.Items2"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式4_2.Items3"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式4_2.Items4"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式4_2.Items5"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式4_2.Items6"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式4_2.Items7"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式4_2.Items8"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式4_2.Items9"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式4_2.Items10"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式4_2.Items11"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式4_2.Items12"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式4_2.Items13"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式4_2.Items14"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式4_2.Items15") + componentResourceManager.GetString("ComboBox两音的组合方式4_2.Items"), + componentResourceManager.GetString("ComboBox两音的组合方式4_2.Items1"), + componentResourceManager.GetString("ComboBox两音的组合方式4_2.Items2"), + componentResourceManager.GetString("ComboBox两音的组合方式4_2.Items3"), + componentResourceManager.GetString("ComboBox两音的组合方式4_2.Items4"), + componentResourceManager.GetString("ComboBox两音的组合方式4_2.Items5"), + componentResourceManager.GetString("ComboBox两音的组合方式4_2.Items6"), + componentResourceManager.GetString("ComboBox两音的组合方式4_2.Items7"), + componentResourceManager.GetString("ComboBox两音的组合方式4_2.Items8"), + componentResourceManager.GetString("ComboBox两音的组合方式4_2.Items9"), + componentResourceManager.GetString("ComboBox两音的组合方式4_2.Items10"), + componentResourceManager.GetString("ComboBox两音的组合方式4_2.Items11"), + componentResourceManager.GetString("ComboBox两音的组合方式4_2.Items12"), + componentResourceManager.GetString("ComboBox两音的组合方式4_2.Items13"), + componentResourceManager.GetString("ComboBox两音的组合方式4_2.Items14"), + componentResourceManager.GetString("ComboBox两音的组合方式4_2.Items15") }); ComboBox两音的组合方式4_2.Name = "ComboBox两音的组合方式4_2"; - Label63.AccessibleDescription = (string) null; - Label63.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label63, "Label63"); - Label63.Font = (Font) null; + Label63.AccessibleDescription = null; + Label63.AccessibleName = null; + componentResourceManager.ApplyResources(Label63, "Label63"); + Label63.Font = null; Label63.Name = "Label63"; - GroupBox16.AccessibleDescription = (string) null; - GroupBox16.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) GroupBox16, "GroupBox16"); - GroupBox16.BackgroundImage = (Image) null; - GroupBox16.Controls.Add((Control) ComboBox提示音4_1); - GroupBox16.Controls.Add((Control) Label64); - GroupBox16.Controls.Add((Control) ComboBox解开两音后的响应方式4_1); - GroupBox16.Controls.Add((Control) Label65); - GroupBox16.Controls.Add((Control) ComboBox两音的组合方式4_1); - GroupBox16.Controls.Add((Control) Label66); - GroupBox16.Font = (Font) null; + GroupBox16.AccessibleDescription = null; + GroupBox16.AccessibleName = null; + componentResourceManager.ApplyResources(GroupBox16, "GroupBox16"); + GroupBox16.BackgroundImage = null; + GroupBox16.Controls.Add(ComboBox提示音4_1); + GroupBox16.Controls.Add(Label64); + GroupBox16.Controls.Add(ComboBox解开两音后的响应方式4_1); + GroupBox16.Controls.Add(Label65); + GroupBox16.Controls.Add(ComboBox两音的组合方式4_1); + GroupBox16.Controls.Add(Label66); + GroupBox16.Font = null; GroupBox16.Name = "GroupBox16"; GroupBox16.TabStop = false; - ComboBox提示音4_1.AccessibleDescription = (string) null; - ComboBox提示音4_1.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox提示音4_1, "ComboBox提示音4_1"); - ComboBox提示音4_1.BackgroundImage = (Image) null; + ComboBox提示音4_1.AccessibleDescription = null; + ComboBox提示音4_1.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox提示音4_1, "ComboBox提示音4_1"); + ComboBox提示音4_1.BackgroundImage = null; ComboBox提示音4_1.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox提示音4_1.Font = (Font) null; + ComboBox提示音4_1.Font = null; ComboBox提示音4_1.FormattingEnabled = true; ComboBox提示音4_1.Name = "ComboBox提示音4_1"; - Label64.AccessibleDescription = (string) null; - Label64.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label64, "Label64"); - Label64.Font = (Font) null; + Label64.AccessibleDescription = null; + Label64.AccessibleName = null; + componentResourceManager.ApplyResources(Label64, "Label64"); + Label64.Font = null; Label64.Name = "Label64"; - ComboBox解开两音后的响应方式4_1.AccessibleDescription = (string) null; - ComboBox解开两音后的响应方式4_1.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox解开两音后的响应方式4_1, "ComboBox解开两音后的响应方式4_1"); - ComboBox解开两音后的响应方式4_1.BackgroundImage = (Image) null; + ComboBox解开两音后的响应方式4_1.AccessibleDescription = null; + ComboBox解开两音后的响应方式4_1.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox解开两音后的响应方式4_1, "ComboBox解开两音后的响应方式4_1"); + ComboBox解开两音后的响应方式4_1.BackgroundImage = null; ComboBox解开两音后的响应方式4_1.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox解开两音后的响应方式4_1.Font = (Font) null; + ComboBox解开两音后的响应方式4_1.Font = null; ComboBox解开两音后的响应方式4_1.FormattingEnabled = true; ComboBox解开两音后的响应方式4_1.Items.AddRange(new object[4] { - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式4_1.Items"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式4_1.Items1"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式4_1.Items2"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式4_1.Items3") + componentResourceManager.GetString("ComboBox解开两音后的响应方式4_1.Items"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式4_1.Items1"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式4_1.Items2"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式4_1.Items3") }); ComboBox解开两音后的响应方式4_1.Name = "ComboBox解开两音后的响应方式4_1"; - Label65.AccessibleDescription = (string) null; - Label65.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label65, "Label65"); - Label65.Font = (Font) null; + Label65.AccessibleDescription = null; + Label65.AccessibleName = null; + componentResourceManager.ApplyResources(Label65, "Label65"); + Label65.Font = null; Label65.Name = "Label65"; - ComboBox两音的组合方式4_1.AccessibleDescription = (string) null; - ComboBox两音的组合方式4_1.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox两音的组合方式4_1, "ComboBox两音的组合方式4_1"); - ComboBox两音的组合方式4_1.BackgroundImage = (Image) null; + ComboBox两音的组合方式4_1.AccessibleDescription = null; + ComboBox两音的组合方式4_1.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox两音的组合方式4_1, "ComboBox两音的组合方式4_1"); + ComboBox两音的组合方式4_1.BackgroundImage = null; ComboBox两音的组合方式4_1.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox两音的组合方式4_1.Font = (Font) null; + ComboBox两音的组合方式4_1.Font = null; ComboBox两音的组合方式4_1.FormattingEnabled = true; ComboBox两音的组合方式4_1.Items.AddRange(new object[16] { - (object) componentResourceManager.GetString("ComboBox两音的组合方式4_1.Items"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式4_1.Items1"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式4_1.Items2"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式4_1.Items3"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式4_1.Items4"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式4_1.Items5"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式4_1.Items6"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式4_1.Items7"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式4_1.Items8"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式4_1.Items9"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式4_1.Items10"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式4_1.Items11"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式4_1.Items12"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式4_1.Items13"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式4_1.Items14"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式4_1.Items15") + componentResourceManager.GetString("ComboBox两音的组合方式4_1.Items"), + componentResourceManager.GetString("ComboBox两音的组合方式4_1.Items1"), + componentResourceManager.GetString("ComboBox两音的组合方式4_1.Items2"), + componentResourceManager.GetString("ComboBox两音的组合方式4_1.Items3"), + componentResourceManager.GetString("ComboBox两音的组合方式4_1.Items4"), + componentResourceManager.GetString("ComboBox两音的组合方式4_1.Items5"), + componentResourceManager.GetString("ComboBox两音的组合方式4_1.Items6"), + componentResourceManager.GetString("ComboBox两音的组合方式4_1.Items7"), + componentResourceManager.GetString("ComboBox两音的组合方式4_1.Items8"), + componentResourceManager.GetString("ComboBox两音的组合方式4_1.Items9"), + componentResourceManager.GetString("ComboBox两音的组合方式4_1.Items10"), + componentResourceManager.GetString("ComboBox两音的组合方式4_1.Items11"), + componentResourceManager.GetString("ComboBox两音的组合方式4_1.Items12"), + componentResourceManager.GetString("ComboBox两音的组合方式4_1.Items13"), + componentResourceManager.GetString("ComboBox两音的组合方式4_1.Items14"), + componentResourceManager.GetString("ComboBox两音的组合方式4_1.Items15") }); ComboBox两音的组合方式4_1.Name = "ComboBox两音的组合方式4_1"; - Label66.AccessibleDescription = (string) null; - Label66.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label66, "Label66"); - Label66.Font = (Font) null; + Label66.AccessibleDescription = null; + Label66.AccessibleName = null; + componentResourceManager.ApplyResources(Label66, "Label66"); + Label66.Font = null; Label66.Name = "Label66"; - TabPage7.AccessibleDescription = (string) null; - TabPage7.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) TabPage7, "TabPage7"); - TabPage7.BackgroundImage = (Image) null; - TabPage7.Controls.Add((Control) GroupBox17); - TabPage7.Controls.Add((Control) NumericUpDown5_D); - TabPage7.Controls.Add((Control) NumericUpDown5_C); - TabPage7.Controls.Add((Control) NumericUpDown5_B); - TabPage7.Controls.Add((Control) Label73); - TabPage7.Controls.Add((Control) NumericUpDown5_A); - TabPage7.Controls.Add((Control) Label83); - TabPage7.Controls.Add((Control) Label84); - TabPage7.Controls.Add((Control) Label85); - TabPage7.Controls.Add((Control) GroupBox18); - TabPage7.Controls.Add((Control) GroupBox19); - TabPage7.Controls.Add((Control) GroupBox20); - TabPage7.Font = (Font) null; + TabPage7.AccessibleDescription = null; + TabPage7.AccessibleName = null; + componentResourceManager.ApplyResources(TabPage7, "TabPage7"); + TabPage7.BackgroundImage = null; + TabPage7.Controls.Add(GroupBox17); + TabPage7.Controls.Add(NumericUpDown5_D); + TabPage7.Controls.Add(NumericUpDown5_C); + TabPage7.Controls.Add(NumericUpDown5_B); + TabPage7.Controls.Add(Label73); + TabPage7.Controls.Add(NumericUpDown5_A); + TabPage7.Controls.Add(Label83); + TabPage7.Controls.Add(Label84); + TabPage7.Controls.Add(Label85); + TabPage7.Controls.Add(GroupBox18); + TabPage7.Controls.Add(GroupBox19); + TabPage7.Controls.Add(GroupBox20); + TabPage7.Font = null; TabPage7.Name = "TabPage7"; TabPage7.UseVisualStyleBackColor = true; - GroupBox17.AccessibleDescription = (string) null; - GroupBox17.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) GroupBox17, "GroupBox17"); - GroupBox17.BackgroundImage = (Image) null; - GroupBox17.Controls.Add((Control) ComboBox提示音5_4); - GroupBox17.Controls.Add((Control) Label70); - GroupBox17.Controls.Add((Control) ComboBox解开两音后的响应方式5_4); - GroupBox17.Controls.Add((Control) Label71); - GroupBox17.Controls.Add((Control) ComboBox两音的组合方式5_4); - GroupBox17.Controls.Add((Control) Label72); - GroupBox17.Font = (Font) null; + GroupBox17.AccessibleDescription = null; + GroupBox17.AccessibleName = null; + componentResourceManager.ApplyResources(GroupBox17, "GroupBox17"); + GroupBox17.BackgroundImage = null; + GroupBox17.Controls.Add(ComboBox提示音5_4); + GroupBox17.Controls.Add(Label70); + GroupBox17.Controls.Add(ComboBox解开两音后的响应方式5_4); + GroupBox17.Controls.Add(Label71); + GroupBox17.Controls.Add(ComboBox两音的组合方式5_4); + GroupBox17.Controls.Add(Label72); + GroupBox17.Font = null; GroupBox17.Name = "GroupBox17"; GroupBox17.TabStop = false; - ComboBox提示音5_4.AccessibleDescription = (string) null; - ComboBox提示音5_4.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox提示音5_4, "ComboBox提示音5_4"); - ComboBox提示音5_4.BackgroundImage = (Image) null; + ComboBox提示音5_4.AccessibleDescription = null; + ComboBox提示音5_4.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox提示音5_4, "ComboBox提示音5_4"); + ComboBox提示音5_4.BackgroundImage = null; ComboBox提示音5_4.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox提示音5_4.Font = (Font) null; + ComboBox提示音5_4.Font = null; ComboBox提示音5_4.FormattingEnabled = true; ComboBox提示音5_4.Name = "ComboBox提示音5_4"; - Label70.AccessibleDescription = (string) null; - Label70.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label70, "Label70"); - Label70.Font = (Font) null; + Label70.AccessibleDescription = null; + Label70.AccessibleName = null; + componentResourceManager.ApplyResources(Label70, "Label70"); + Label70.Font = null; Label70.Name = "Label70"; - ComboBox解开两音后的响应方式5_4.AccessibleDescription = (string) null; - ComboBox解开两音后的响应方式5_4.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox解开两音后的响应方式5_4, "ComboBox解开两音后的响应方式5_4"); - ComboBox解开两音后的响应方式5_4.BackgroundImage = (Image) null; + ComboBox解开两音后的响应方式5_4.AccessibleDescription = null; + ComboBox解开两音后的响应方式5_4.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox解开两音后的响应方式5_4, "ComboBox解开两音后的响应方式5_4"); + ComboBox解开两音后的响应方式5_4.BackgroundImage = null; ComboBox解开两音后的响应方式5_4.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox解开两音后的响应方式5_4.Font = (Font) null; + ComboBox解开两音后的响应方式5_4.Font = null; ComboBox解开两音后的响应方式5_4.FormattingEnabled = true; ComboBox解开两音后的响应方式5_4.Items.AddRange(new object[4] { - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式5_4.Items"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式5_4.Items1"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式5_4.Items2"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式5_4.Items3") + componentResourceManager.GetString("ComboBox解开两音后的响应方式5_4.Items"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式5_4.Items1"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式5_4.Items2"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式5_4.Items3") }); ComboBox解开两音后的响应方式5_4.Name = "ComboBox解开两音后的响应方式5_4"; - Label71.AccessibleDescription = (string) null; - Label71.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label71, "Label71"); - Label71.Font = (Font) null; + Label71.AccessibleDescription = null; + Label71.AccessibleName = null; + componentResourceManager.ApplyResources(Label71, "Label71"); + Label71.Font = null; Label71.Name = "Label71"; - ComboBox两音的组合方式5_4.AccessibleDescription = (string) null; - ComboBox两音的组合方式5_4.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox两音的组合方式5_4, "ComboBox两音的组合方式5_4"); - ComboBox两音的组合方式5_4.BackgroundImage = (Image) null; + ComboBox两音的组合方式5_4.AccessibleDescription = null; + ComboBox两音的组合方式5_4.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox两音的组合方式5_4, "ComboBox两音的组合方式5_4"); + ComboBox两音的组合方式5_4.BackgroundImage = null; ComboBox两音的组合方式5_4.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox两音的组合方式5_4.Font = (Font) null; + ComboBox两音的组合方式5_4.Font = null; ComboBox两音的组合方式5_4.FormattingEnabled = true; ComboBox两音的组合方式5_4.Items.AddRange(new object[16] { - (object) componentResourceManager.GetString("ComboBox两音的组合方式5_4.Items"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式5_4.Items1"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式5_4.Items2"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式5_4.Items3"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式5_4.Items4"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式5_4.Items5"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式5_4.Items6"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式5_4.Items7"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式5_4.Items8"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式5_4.Items9"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式5_4.Items10"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式5_4.Items11"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式5_4.Items12"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式5_4.Items13"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式5_4.Items14"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式5_4.Items15") + componentResourceManager.GetString("ComboBox两音的组合方式5_4.Items"), + componentResourceManager.GetString("ComboBox两音的组合方式5_4.Items1"), + componentResourceManager.GetString("ComboBox两音的组合方式5_4.Items2"), + componentResourceManager.GetString("ComboBox两音的组合方式5_4.Items3"), + componentResourceManager.GetString("ComboBox两音的组合方式5_4.Items4"), + componentResourceManager.GetString("ComboBox两音的组合方式5_4.Items5"), + componentResourceManager.GetString("ComboBox两音的组合方式5_4.Items6"), + componentResourceManager.GetString("ComboBox两音的组合方式5_4.Items7"), + componentResourceManager.GetString("ComboBox两音的组合方式5_4.Items8"), + componentResourceManager.GetString("ComboBox两音的组合方式5_4.Items9"), + componentResourceManager.GetString("ComboBox两音的组合方式5_4.Items10"), + componentResourceManager.GetString("ComboBox两音的组合方式5_4.Items11"), + componentResourceManager.GetString("ComboBox两音的组合方式5_4.Items12"), + componentResourceManager.GetString("ComboBox两音的组合方式5_4.Items13"), + componentResourceManager.GetString("ComboBox两音的组合方式5_4.Items14"), + componentResourceManager.GetString("ComboBox两音的组合方式5_4.Items15") }); ComboBox两音的组合方式5_4.Name = "ComboBox两音的组合方式5_4"; - Label72.AccessibleDescription = (string) null; - Label72.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label72, "Label72"); - Label72.Font = (Font) null; + Label72.AccessibleDescription = null; + Label72.AccessibleName = null; + componentResourceManager.ApplyResources(Label72, "Label72"); + Label72.Font = null; Label72.Name = "Label72"; - NumericUpDown5_D.AccessibleDescription = (string) null; - NumericUpDown5_D.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) NumericUpDown5_D, "NumericUpDown5_D"); + NumericUpDown5_D.AccessibleDescription = null; + NumericUpDown5_D.AccessibleName = null; + componentResourceManager.ApplyResources(NumericUpDown5_D, "NumericUpDown5_D"); NumericUpDown5_D.DecimalPlaces = 1; - NumericUpDown5_D.Font = (Font) null; - NumericUpDown numericUpDown5D1 = NumericUpDown5_D; + NumericUpDown5_D.Font = null; + var numericUpDown5D1 = NumericUpDown5_D; num1 = new Decimal(new int[4]{ 1, 0, 0, 65536 }); - Decimal num66 = num1; + var num66 = num1; numericUpDown5D1.Increment = num66; - NumericUpDown numericUpDown5D2 = NumericUpDown5_D; + var numericUpDown5D2 = NumericUpDown5_D; num1 = new Decimal(new int[4]{ 3200, 0, 0, 0 }); - Decimal num67 = num1; + var num67 = num1; numericUpDown5D2.Maximum = num67; - NumericUpDown numericUpDown5D3 = NumericUpDown5_D; + var numericUpDown5D3 = NumericUpDown5_D; num1 = new Decimal(new int[4]{ 2885, 0, 0, 65536 }); - Decimal num68 = num1; + var num68 = num1; numericUpDown5D3.Minimum = num68; NumericUpDown5_D.Name = "NumericUpDown5_D"; - NumericUpDown numericUpDown5D4 = NumericUpDown5_D; + var numericUpDown5D4 = NumericUpDown5_D; num1 = new Decimal(new int[4]{ 2885, 0, 0, 65536 }); - Decimal num69 = num1; + var num69 = num1; numericUpDown5D4.Value = num69; - NumericUpDown5_C.AccessibleDescription = (string) null; - NumericUpDown5_C.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) NumericUpDown5_C, "NumericUpDown5_C"); + NumericUpDown5_C.AccessibleDescription = null; + NumericUpDown5_C.AccessibleName = null; + componentResourceManager.ApplyResources(NumericUpDown5_C, "NumericUpDown5_C"); NumericUpDown5_C.DecimalPlaces = 1; - NumericUpDown5_C.Font = (Font) null; - NumericUpDown numericUpDown5C1 = NumericUpDown5_C; + NumericUpDown5_C.Font = null; + var numericUpDown5C1 = NumericUpDown5_C; num1 = new Decimal(new int[4]{ 1, 0, 0, 65536 }); - Decimal num70 = num1; + var num70 = num1; numericUpDown5C1.Increment = num70; - NumericUpDown numericUpDown5C2 = NumericUpDown5_C; + var numericUpDown5C2 = NumericUpDown5_C; num1 = new Decimal(new int[4]{ 3200, 0, 0, 0 }); - Decimal num71 = num1; + var num71 = num1; numericUpDown5C2.Maximum = num71; - NumericUpDown numericUpDown5C3 = NumericUpDown5_C; + var numericUpDown5C3 = NumericUpDown5_C; num1 = new Decimal(new int[4]{ 2885, 0, 0, 65536 }); - Decimal num72 = num1; + var num72 = num1; numericUpDown5C3.Minimum = num72; NumericUpDown5_C.Name = "NumericUpDown5_C"; - NumericUpDown numericUpDown5C4 = NumericUpDown5_C; + var numericUpDown5C4 = NumericUpDown5_C; num1 = new Decimal(new int[4]{ 2885, 0, 0, 65536 }); - Decimal num73 = num1; + var num73 = num1; numericUpDown5C4.Value = num73; - NumericUpDown5_B.AccessibleDescription = (string) null; - NumericUpDown5_B.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) NumericUpDown5_B, "NumericUpDown5_B"); + NumericUpDown5_B.AccessibleDescription = null; + NumericUpDown5_B.AccessibleName = null; + componentResourceManager.ApplyResources(NumericUpDown5_B, "NumericUpDown5_B"); NumericUpDown5_B.DecimalPlaces = 1; - NumericUpDown5_B.Font = (Font) null; - NumericUpDown numericUpDown5B1 = NumericUpDown5_B; + NumericUpDown5_B.Font = null; + var numericUpDown5B1 = NumericUpDown5_B; num1 = new Decimal(new int[4]{ 1, 0, 0, 65536 }); - Decimal num74 = num1; + var num74 = num1; numericUpDown5B1.Increment = num74; - NumericUpDown numericUpDown5B2 = NumericUpDown5_B; + var numericUpDown5B2 = NumericUpDown5_B; num1 = new Decimal(new int[4]{ 3200, 0, 0, 0 }); - Decimal num75 = num1; + var num75 = num1; numericUpDown5B2.Maximum = num75; - NumericUpDown numericUpDown5B3 = NumericUpDown5_B; + var numericUpDown5B3 = NumericUpDown5_B; num1 = new Decimal(new int[4]{ 2885, 0, 0, 65536 }); - Decimal num76 = num1; + var num76 = num1; numericUpDown5B3.Minimum = num76; NumericUpDown5_B.Name = "NumericUpDown5_B"; - NumericUpDown numericUpDown5B4 = NumericUpDown5_B; + var numericUpDown5B4 = NumericUpDown5_B; num1 = new Decimal(new int[4]{ 2885, 0, 0, 65536 }); - Decimal num77 = num1; + var num77 = num1; numericUpDown5B4.Value = num77; - Label73.AccessibleDescription = (string) null; - Label73.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label73, "Label73"); - Label73.Font = (Font) null; + Label73.AccessibleDescription = null; + Label73.AccessibleName = null; + componentResourceManager.ApplyResources(Label73, "Label73"); + Label73.Font = null; Label73.Name = "Label73"; - NumericUpDown5_A.AccessibleDescription = (string) null; - NumericUpDown5_A.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) NumericUpDown5_A, "NumericUpDown5_A"); + NumericUpDown5_A.AccessibleDescription = null; + NumericUpDown5_A.AccessibleName = null; + componentResourceManager.ApplyResources(NumericUpDown5_A, "NumericUpDown5_A"); NumericUpDown5_A.DecimalPlaces = 1; - NumericUpDown5_A.Font = (Font) null; - NumericUpDown numericUpDown5A1 = NumericUpDown5_A; + NumericUpDown5_A.Font = null; + var numericUpDown5A1 = NumericUpDown5_A; num1 = new Decimal(new int[4]{ 1, 0, 0, 65536 }); - Decimal num78 = num1; + var num78 = num1; numericUpDown5A1.Increment = num78; - NumericUpDown numericUpDown5A2 = NumericUpDown5_A; + var numericUpDown5A2 = NumericUpDown5_A; num1 = new Decimal(new int[4]{ 3200, 0, 0, 0 }); - Decimal num79 = num1; + var num79 = num1; numericUpDown5A2.Maximum = num79; - NumericUpDown numericUpDown5A3 = NumericUpDown5_A; + var numericUpDown5A3 = NumericUpDown5_A; num1 = new Decimal(new int[4]{ 2885, 0, 0, 65536 }); - Decimal num80 = num1; + var num80 = num1; numericUpDown5A3.Minimum = num80; NumericUpDown5_A.Name = "NumericUpDown5_A"; - NumericUpDown numericUpDown5A4 = NumericUpDown5_A; + var numericUpDown5A4 = NumericUpDown5_A; num1 = new Decimal(new int[4]{ 2885, 0, 0, 65536 }); - Decimal num81 = num1; + var num81 = num1; numericUpDown5A4.Value = num81; - Label83.AccessibleDescription = (string) null; - Label83.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label83, "Label83"); - Label83.Font = (Font) null; + Label83.AccessibleDescription = null; + Label83.AccessibleName = null; + componentResourceManager.ApplyResources(Label83, "Label83"); + Label83.Font = null; Label83.Name = "Label83"; - Label84.AccessibleDescription = (string) null; - Label84.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label84, "Label84"); - Label84.Font = (Font) null; + Label84.AccessibleDescription = null; + Label84.AccessibleName = null; + componentResourceManager.ApplyResources(Label84, "Label84"); + Label84.Font = null; Label84.Name = "Label84"; - Label85.AccessibleDescription = (string) null; - Label85.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label85, "Label85"); - Label85.Font = (Font) null; + Label85.AccessibleDescription = null; + Label85.AccessibleName = null; + componentResourceManager.ApplyResources(Label85, "Label85"); + Label85.Font = null; Label85.Name = "Label85"; - GroupBox18.AccessibleDescription = (string) null; - GroupBox18.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) GroupBox18, "GroupBox18"); - GroupBox18.BackgroundImage = (Image) null; - GroupBox18.Controls.Add((Control) ComboBox提示音5_3); - GroupBox18.Controls.Add((Control) Label86); - GroupBox18.Controls.Add((Control) ComboBox解开两音后的响应方式5_3); - GroupBox18.Controls.Add((Control) Label87); - GroupBox18.Controls.Add((Control) ComboBox两音的组合方式5_3); - GroupBox18.Controls.Add((Control) Label88); - GroupBox18.Font = (Font) null; + GroupBox18.AccessibleDescription = null; + GroupBox18.AccessibleName = null; + componentResourceManager.ApplyResources(GroupBox18, "GroupBox18"); + GroupBox18.BackgroundImage = null; + GroupBox18.Controls.Add(ComboBox提示音5_3); + GroupBox18.Controls.Add(Label86); + GroupBox18.Controls.Add(ComboBox解开两音后的响应方式5_3); + GroupBox18.Controls.Add(Label87); + GroupBox18.Controls.Add(ComboBox两音的组合方式5_3); + GroupBox18.Controls.Add(Label88); + GroupBox18.Font = null; GroupBox18.Name = "GroupBox18"; GroupBox18.TabStop = false; - ComboBox提示音5_3.AccessibleDescription = (string) null; - ComboBox提示音5_3.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox提示音5_3, "ComboBox提示音5_3"); - ComboBox提示音5_3.BackgroundImage = (Image) null; + ComboBox提示音5_3.AccessibleDescription = null; + ComboBox提示音5_3.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox提示音5_3, "ComboBox提示音5_3"); + ComboBox提示音5_3.BackgroundImage = null; ComboBox提示音5_3.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox提示音5_3.Font = (Font) null; + ComboBox提示音5_3.Font = null; ComboBox提示音5_3.FormattingEnabled = true; ComboBox提示音5_3.Name = "ComboBox提示音5_3"; - Label86.AccessibleDescription = (string) null; - Label86.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label86, "Label86"); - Label86.Font = (Font) null; + Label86.AccessibleDescription = null; + Label86.AccessibleName = null; + componentResourceManager.ApplyResources(Label86, "Label86"); + Label86.Font = null; Label86.Name = "Label86"; - ComboBox解开两音后的响应方式5_3.AccessibleDescription = (string) null; - ComboBox解开两音后的响应方式5_3.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox解开两音后的响应方式5_3, "ComboBox解开两音后的响应方式5_3"); - ComboBox解开两音后的响应方式5_3.BackgroundImage = (Image) null; + ComboBox解开两音后的响应方式5_3.AccessibleDescription = null; + ComboBox解开两音后的响应方式5_3.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox解开两音后的响应方式5_3, "ComboBox解开两音后的响应方式5_3"); + ComboBox解开两音后的响应方式5_3.BackgroundImage = null; ComboBox解开两音后的响应方式5_3.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox解开两音后的响应方式5_3.Font = (Font) null; + ComboBox解开两音后的响应方式5_3.Font = null; ComboBox解开两音后的响应方式5_3.FormattingEnabled = true; ComboBox解开两音后的响应方式5_3.Items.AddRange(new object[4] { - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式5_3.Items"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式5_3.Items1"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式5_3.Items2"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式5_3.Items3") + componentResourceManager.GetString("ComboBox解开两音后的响应方式5_3.Items"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式5_3.Items1"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式5_3.Items2"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式5_3.Items3") }); ComboBox解开两音后的响应方式5_3.Name = "ComboBox解开两音后的响应方式5_3"; - Label87.AccessibleDescription = (string) null; - Label87.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label87, "Label87"); - Label87.Font = (Font) null; + Label87.AccessibleDescription = null; + Label87.AccessibleName = null; + componentResourceManager.ApplyResources(Label87, "Label87"); + Label87.Font = null; Label87.Name = "Label87"; - ComboBox两音的组合方式5_3.AccessibleDescription = (string) null; - ComboBox两音的组合方式5_3.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox两音的组合方式5_3, "ComboBox两音的组合方式5_3"); - ComboBox两音的组合方式5_3.BackgroundImage = (Image) null; + ComboBox两音的组合方式5_3.AccessibleDescription = null; + ComboBox两音的组合方式5_3.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox两音的组合方式5_3, "ComboBox两音的组合方式5_3"); + ComboBox两音的组合方式5_3.BackgroundImage = null; ComboBox两音的组合方式5_3.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox两音的组合方式5_3.Font = (Font) null; + ComboBox两音的组合方式5_3.Font = null; ComboBox两音的组合方式5_3.FormattingEnabled = true; ComboBox两音的组合方式5_3.Items.AddRange(new object[16] { - (object) componentResourceManager.GetString("ComboBox两音的组合方式5_3.Items"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式5_3.Items1"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式5_3.Items2"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式5_3.Items3"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式5_3.Items4"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式5_3.Items5"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式5_3.Items6"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式5_3.Items7"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式5_3.Items8"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式5_3.Items9"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式5_3.Items10"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式5_3.Items11"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式5_3.Items12"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式5_3.Items13"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式5_3.Items14"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式5_3.Items15") + componentResourceManager.GetString("ComboBox两音的组合方式5_3.Items"), + componentResourceManager.GetString("ComboBox两音的组合方式5_3.Items1"), + componentResourceManager.GetString("ComboBox两音的组合方式5_3.Items2"), + componentResourceManager.GetString("ComboBox两音的组合方式5_3.Items3"), + componentResourceManager.GetString("ComboBox两音的组合方式5_3.Items4"), + componentResourceManager.GetString("ComboBox两音的组合方式5_3.Items5"), + componentResourceManager.GetString("ComboBox两音的组合方式5_3.Items6"), + componentResourceManager.GetString("ComboBox两音的组合方式5_3.Items7"), + componentResourceManager.GetString("ComboBox两音的组合方式5_3.Items8"), + componentResourceManager.GetString("ComboBox两音的组合方式5_3.Items9"), + componentResourceManager.GetString("ComboBox两音的组合方式5_3.Items10"), + componentResourceManager.GetString("ComboBox两音的组合方式5_3.Items11"), + componentResourceManager.GetString("ComboBox两音的组合方式5_3.Items12"), + componentResourceManager.GetString("ComboBox两音的组合方式5_3.Items13"), + componentResourceManager.GetString("ComboBox两音的组合方式5_3.Items14"), + componentResourceManager.GetString("ComboBox两音的组合方式5_3.Items15") }); ComboBox两音的组合方式5_3.Name = "ComboBox两音的组合方式5_3"; - Label88.AccessibleDescription = (string) null; - Label88.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label88, "Label88"); - Label88.Font = (Font) null; + Label88.AccessibleDescription = null; + Label88.AccessibleName = null; + componentResourceManager.ApplyResources(Label88, "Label88"); + Label88.Font = null; Label88.Name = "Label88"; - GroupBox19.AccessibleDescription = (string) null; - GroupBox19.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) GroupBox19, "GroupBox19"); - GroupBox19.BackgroundImage = (Image) null; - GroupBox19.Controls.Add((Control) ComboBox提示音5_2); - GroupBox19.Controls.Add((Control) Label89); - GroupBox19.Controls.Add((Control) ComboBox解开两音后的响应方式5_2); - GroupBox19.Controls.Add((Control) Label90); - GroupBox19.Controls.Add((Control) ComboBox两音的组合方式5_2); - GroupBox19.Controls.Add((Control) Label91); - GroupBox19.Font = (Font) null; + GroupBox19.AccessibleDescription = null; + GroupBox19.AccessibleName = null; + componentResourceManager.ApplyResources(GroupBox19, "GroupBox19"); + GroupBox19.BackgroundImage = null; + GroupBox19.Controls.Add(ComboBox提示音5_2); + GroupBox19.Controls.Add(Label89); + GroupBox19.Controls.Add(ComboBox解开两音后的响应方式5_2); + GroupBox19.Controls.Add(Label90); + GroupBox19.Controls.Add(ComboBox两音的组合方式5_2); + GroupBox19.Controls.Add(Label91); + GroupBox19.Font = null; GroupBox19.Name = "GroupBox19"; GroupBox19.TabStop = false; - ComboBox提示音5_2.AccessibleDescription = (string) null; - ComboBox提示音5_2.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox提示音5_2, "ComboBox提示音5_2"); - ComboBox提示音5_2.BackgroundImage = (Image) null; + ComboBox提示音5_2.AccessibleDescription = null; + ComboBox提示音5_2.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox提示音5_2, "ComboBox提示音5_2"); + ComboBox提示音5_2.BackgroundImage = null; ComboBox提示音5_2.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox提示音5_2.Font = (Font) null; + ComboBox提示音5_2.Font = null; ComboBox提示音5_2.FormattingEnabled = true; ComboBox提示音5_2.Name = "ComboBox提示音5_2"; - Label89.AccessibleDescription = (string) null; - Label89.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label89, "Label89"); - Label89.Font = (Font) null; + Label89.AccessibleDescription = null; + Label89.AccessibleName = null; + componentResourceManager.ApplyResources(Label89, "Label89"); + Label89.Font = null; Label89.Name = "Label89"; - ComboBox解开两音后的响应方式5_2.AccessibleDescription = (string) null; - ComboBox解开两音后的响应方式5_2.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox解开两音后的响应方式5_2, "ComboBox解开两音后的响应方式5_2"); - ComboBox解开两音后的响应方式5_2.BackgroundImage = (Image) null; + ComboBox解开两音后的响应方式5_2.AccessibleDescription = null; + ComboBox解开两音后的响应方式5_2.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox解开两音后的响应方式5_2, "ComboBox解开两音后的响应方式5_2"); + ComboBox解开两音后的响应方式5_2.BackgroundImage = null; ComboBox解开两音后的响应方式5_2.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox解开两音后的响应方式5_2.Font = (Font) null; + ComboBox解开两音后的响应方式5_2.Font = null; ComboBox解开两音后的响应方式5_2.FormattingEnabled = true; ComboBox解开两音后的响应方式5_2.Items.AddRange(new object[4] { - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式5_2.Items"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式5_2.Items1"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式5_2.Items2"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式5_2.Items3") + componentResourceManager.GetString("ComboBox解开两音后的响应方式5_2.Items"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式5_2.Items1"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式5_2.Items2"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式5_2.Items3") }); ComboBox解开两音后的响应方式5_2.Name = "ComboBox解开两音后的响应方式5_2"; - Label90.AccessibleDescription = (string) null; - Label90.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label90, "Label90"); - Label90.Font = (Font) null; + Label90.AccessibleDescription = null; + Label90.AccessibleName = null; + componentResourceManager.ApplyResources(Label90, "Label90"); + Label90.Font = null; Label90.Name = "Label90"; - ComboBox两音的组合方式5_2.AccessibleDescription = (string) null; - ComboBox两音的组合方式5_2.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox两音的组合方式5_2, "ComboBox两音的组合方式5_2"); - ComboBox两音的组合方式5_2.BackgroundImage = (Image) null; + ComboBox两音的组合方式5_2.AccessibleDescription = null; + ComboBox两音的组合方式5_2.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox两音的组合方式5_2, "ComboBox两音的组合方式5_2"); + ComboBox两音的组合方式5_2.BackgroundImage = null; ComboBox两音的组合方式5_2.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox两音的组合方式5_2.Font = (Font) null; + ComboBox两音的组合方式5_2.Font = null; ComboBox两音的组合方式5_2.FormattingEnabled = true; ComboBox两音的组合方式5_2.Items.AddRange(new object[16] { - (object) componentResourceManager.GetString("ComboBox两音的组合方式5_2.Items"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式5_2.Items1"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式5_2.Items2"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式5_2.Items3"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式5_2.Items4"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式5_2.Items5"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式5_2.Items6"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式5_2.Items7"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式5_2.Items8"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式5_2.Items9"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式5_2.Items10"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式5_2.Items11"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式5_2.Items12"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式5_2.Items13"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式5_2.Items14"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式5_2.Items15") + componentResourceManager.GetString("ComboBox两音的组合方式5_2.Items"), + componentResourceManager.GetString("ComboBox两音的组合方式5_2.Items1"), + componentResourceManager.GetString("ComboBox两音的组合方式5_2.Items2"), + componentResourceManager.GetString("ComboBox两音的组合方式5_2.Items3"), + componentResourceManager.GetString("ComboBox两音的组合方式5_2.Items4"), + componentResourceManager.GetString("ComboBox两音的组合方式5_2.Items5"), + componentResourceManager.GetString("ComboBox两音的组合方式5_2.Items6"), + componentResourceManager.GetString("ComboBox两音的组合方式5_2.Items7"), + componentResourceManager.GetString("ComboBox两音的组合方式5_2.Items8"), + componentResourceManager.GetString("ComboBox两音的组合方式5_2.Items9"), + componentResourceManager.GetString("ComboBox两音的组合方式5_2.Items10"), + componentResourceManager.GetString("ComboBox两音的组合方式5_2.Items11"), + componentResourceManager.GetString("ComboBox两音的组合方式5_2.Items12"), + componentResourceManager.GetString("ComboBox两音的组合方式5_2.Items13"), + componentResourceManager.GetString("ComboBox两音的组合方式5_2.Items14"), + componentResourceManager.GetString("ComboBox两音的组合方式5_2.Items15") }); ComboBox两音的组合方式5_2.Name = "ComboBox两音的组合方式5_2"; - Label91.AccessibleDescription = (string) null; - Label91.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label91, "Label91"); - Label91.Font = (Font) null; + Label91.AccessibleDescription = null; + Label91.AccessibleName = null; + componentResourceManager.ApplyResources(Label91, "Label91"); + Label91.Font = null; Label91.Name = "Label91"; - GroupBox20.AccessibleDescription = (string) null; - GroupBox20.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) GroupBox20, "GroupBox20"); - GroupBox20.BackgroundImage = (Image) null; - GroupBox20.Controls.Add((Control) ComboBox提示音5_1); - GroupBox20.Controls.Add((Control) Label92); - GroupBox20.Controls.Add((Control) ComboBox解开两音后的响应方式5_1); - GroupBox20.Controls.Add((Control) Label93); - GroupBox20.Controls.Add((Control) ComboBox两音的组合方式5_1); - GroupBox20.Controls.Add((Control) Label94); - GroupBox20.Font = (Font) null; + GroupBox20.AccessibleDescription = null; + GroupBox20.AccessibleName = null; + componentResourceManager.ApplyResources(GroupBox20, "GroupBox20"); + GroupBox20.BackgroundImage = null; + GroupBox20.Controls.Add(ComboBox提示音5_1); + GroupBox20.Controls.Add(Label92); + GroupBox20.Controls.Add(ComboBox解开两音后的响应方式5_1); + GroupBox20.Controls.Add(Label93); + GroupBox20.Controls.Add(ComboBox两音的组合方式5_1); + GroupBox20.Controls.Add(Label94); + GroupBox20.Font = null; GroupBox20.Name = "GroupBox20"; GroupBox20.TabStop = false; - ComboBox提示音5_1.AccessibleDescription = (string) null; - ComboBox提示音5_1.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox提示音5_1, "ComboBox提示音5_1"); - ComboBox提示音5_1.BackgroundImage = (Image) null; + ComboBox提示音5_1.AccessibleDescription = null; + ComboBox提示音5_1.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox提示音5_1, "ComboBox提示音5_1"); + ComboBox提示音5_1.BackgroundImage = null; ComboBox提示音5_1.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox提示音5_1.Font = (Font) null; + ComboBox提示音5_1.Font = null; ComboBox提示音5_1.FormattingEnabled = true; ComboBox提示音5_1.Name = "ComboBox提示音5_1"; - Label92.AccessibleDescription = (string) null; - Label92.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label92, "Label92"); - Label92.Font = (Font) null; + Label92.AccessibleDescription = null; + Label92.AccessibleName = null; + componentResourceManager.ApplyResources(Label92, "Label92"); + Label92.Font = null; Label92.Name = "Label92"; - ComboBox解开两音后的响应方式5_1.AccessibleDescription = (string) null; - ComboBox解开两音后的响应方式5_1.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox解开两音后的响应方式5_1, "ComboBox解开两音后的响应方式5_1"); - ComboBox解开两音后的响应方式5_1.BackgroundImage = (Image) null; + ComboBox解开两音后的响应方式5_1.AccessibleDescription = null; + ComboBox解开两音后的响应方式5_1.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox解开两音后的响应方式5_1, "ComboBox解开两音后的响应方式5_1"); + ComboBox解开两音后的响应方式5_1.BackgroundImage = null; ComboBox解开两音后的响应方式5_1.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox解开两音后的响应方式5_1.Font = (Font) null; + ComboBox解开两音后的响应方式5_1.Font = null; ComboBox解开两音后的响应方式5_1.FormattingEnabled = true; ComboBox解开两音后的响应方式5_1.Items.AddRange(new object[4] { - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式5_1.Items"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式5_1.Items1"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式5_1.Items2"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式5_1.Items3") + componentResourceManager.GetString("ComboBox解开两音后的响应方式5_1.Items"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式5_1.Items1"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式5_1.Items2"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式5_1.Items3") }); ComboBox解开两音后的响应方式5_1.Name = "ComboBox解开两音后的响应方式5_1"; - Label93.AccessibleDescription = (string) null; - Label93.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label93, "Label93"); - Label93.Font = (Font) null; + Label93.AccessibleDescription = null; + Label93.AccessibleName = null; + componentResourceManager.ApplyResources(Label93, "Label93"); + Label93.Font = null; Label93.Name = "Label93"; - ComboBox两音的组合方式5_1.AccessibleDescription = (string) null; - ComboBox两音的组合方式5_1.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox两音的组合方式5_1, "ComboBox两音的组合方式5_1"); - ComboBox两音的组合方式5_1.BackgroundImage = (Image) null; + ComboBox两音的组合方式5_1.AccessibleDescription = null; + ComboBox两音的组合方式5_1.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox两音的组合方式5_1, "ComboBox两音的组合方式5_1"); + ComboBox两音的组合方式5_1.BackgroundImage = null; ComboBox两音的组合方式5_1.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox两音的组合方式5_1.Font = (Font) null; + ComboBox两音的组合方式5_1.Font = null; ComboBox两音的组合方式5_1.FormattingEnabled = true; ComboBox两音的组合方式5_1.Items.AddRange(new object[16] { - (object) componentResourceManager.GetString("ComboBox两音的组合方式5_1.Items"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式5_1.Items1"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式5_1.Items2"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式5_1.Items3"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式5_1.Items4"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式5_1.Items5"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式5_1.Items6"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式5_1.Items7"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式5_1.Items8"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式5_1.Items9"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式5_1.Items10"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式5_1.Items11"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式5_1.Items12"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式5_1.Items13"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式5_1.Items14"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式5_1.Items15") + componentResourceManager.GetString("ComboBox两音的组合方式5_1.Items"), + componentResourceManager.GetString("ComboBox两音的组合方式5_1.Items1"), + componentResourceManager.GetString("ComboBox两音的组合方式5_1.Items2"), + componentResourceManager.GetString("ComboBox两音的组合方式5_1.Items3"), + componentResourceManager.GetString("ComboBox两音的组合方式5_1.Items4"), + componentResourceManager.GetString("ComboBox两音的组合方式5_1.Items5"), + componentResourceManager.GetString("ComboBox两音的组合方式5_1.Items6"), + componentResourceManager.GetString("ComboBox两音的组合方式5_1.Items7"), + componentResourceManager.GetString("ComboBox两音的组合方式5_1.Items8"), + componentResourceManager.GetString("ComboBox两音的组合方式5_1.Items9"), + componentResourceManager.GetString("ComboBox两音的组合方式5_1.Items10"), + componentResourceManager.GetString("ComboBox两音的组合方式5_1.Items11"), + componentResourceManager.GetString("ComboBox两音的组合方式5_1.Items12"), + componentResourceManager.GetString("ComboBox两音的组合方式5_1.Items13"), + componentResourceManager.GetString("ComboBox两音的组合方式5_1.Items14"), + componentResourceManager.GetString("ComboBox两音的组合方式5_1.Items15") }); ComboBox两音的组合方式5_1.Name = "ComboBox两音的组合方式5_1"; - Label94.AccessibleDescription = (string) null; - Label94.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label94, "Label94"); - Label94.Font = (Font) null; + Label94.AccessibleDescription = null; + Label94.AccessibleName = null; + componentResourceManager.ApplyResources(Label94, "Label94"); + Label94.Font = null; Label94.Name = "Label94"; - TabPage8.AccessibleDescription = (string) null; - TabPage8.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) TabPage8, "TabPage8"); - TabPage8.BackgroundImage = (Image) null; - TabPage8.Controls.Add((Control) GroupBox21); - TabPage8.Controls.Add((Control) NumericUpDown6_D); - TabPage8.Controls.Add((Control) NumericUpDown6_C); - TabPage8.Controls.Add((Control) NumericUpDown6_B); - TabPage8.Controls.Add((Control) Label98); - TabPage8.Controls.Add((Control) NumericUpDown6_A); - TabPage8.Controls.Add((Control) Label99); - TabPage8.Controls.Add((Control) Label100); - TabPage8.Controls.Add((Control) Label101); - TabPage8.Controls.Add((Control) GroupBox22); - TabPage8.Controls.Add((Control) GroupBox23); - TabPage8.Controls.Add((Control) GroupBox24); - TabPage8.Font = (Font) null; + TabPage8.AccessibleDescription = null; + TabPage8.AccessibleName = null; + componentResourceManager.ApplyResources(TabPage8, "TabPage8"); + TabPage8.BackgroundImage = null; + TabPage8.Controls.Add(GroupBox21); + TabPage8.Controls.Add(NumericUpDown6_D); + TabPage8.Controls.Add(NumericUpDown6_C); + TabPage8.Controls.Add(NumericUpDown6_B); + TabPage8.Controls.Add(Label98); + TabPage8.Controls.Add(NumericUpDown6_A); + TabPage8.Controls.Add(Label99); + TabPage8.Controls.Add(Label100); + TabPage8.Controls.Add(Label101); + TabPage8.Controls.Add(GroupBox22); + TabPage8.Controls.Add(GroupBox23); + TabPage8.Controls.Add(GroupBox24); + TabPage8.Font = null; TabPage8.Name = "TabPage8"; TabPage8.UseVisualStyleBackColor = true; - GroupBox21.AccessibleDescription = (string) null; - GroupBox21.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) GroupBox21, "GroupBox21"); - GroupBox21.BackgroundImage = (Image) null; - GroupBox21.Controls.Add((Control) ComboBox提示音6_4); - GroupBox21.Controls.Add((Control) Label95); - GroupBox21.Controls.Add((Control) ComboBox解开两音后的响应方式6_4); - GroupBox21.Controls.Add((Control) Label96); - GroupBox21.Controls.Add((Control) ComboBox两音的组合方式6_4); - GroupBox21.Controls.Add((Control) Label97); - GroupBox21.Font = (Font) null; + GroupBox21.AccessibleDescription = null; + GroupBox21.AccessibleName = null; + componentResourceManager.ApplyResources(GroupBox21, "GroupBox21"); + GroupBox21.BackgroundImage = null; + GroupBox21.Controls.Add(ComboBox提示音6_4); + GroupBox21.Controls.Add(Label95); + GroupBox21.Controls.Add(ComboBox解开两音后的响应方式6_4); + GroupBox21.Controls.Add(Label96); + GroupBox21.Controls.Add(ComboBox两音的组合方式6_4); + GroupBox21.Controls.Add(Label97); + GroupBox21.Font = null; GroupBox21.Name = "GroupBox21"; GroupBox21.TabStop = false; - ComboBox提示音6_4.AccessibleDescription = (string) null; - ComboBox提示音6_4.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox提示音6_4, "ComboBox提示音6_4"); - ComboBox提示音6_4.BackgroundImage = (Image) null; + ComboBox提示音6_4.AccessibleDescription = null; + ComboBox提示音6_4.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox提示音6_4, "ComboBox提示音6_4"); + ComboBox提示音6_4.BackgroundImage = null; ComboBox提示音6_4.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox提示音6_4.Font = (Font) null; + ComboBox提示音6_4.Font = null; ComboBox提示音6_4.FormattingEnabled = true; ComboBox提示音6_4.Name = "ComboBox提示音6_4"; - Label95.AccessibleDescription = (string) null; - Label95.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label95, "Label95"); - Label95.Font = (Font) null; + Label95.AccessibleDescription = null; + Label95.AccessibleName = null; + componentResourceManager.ApplyResources(Label95, "Label95"); + Label95.Font = null; Label95.Name = "Label95"; - ComboBox解开两音后的响应方式6_4.AccessibleDescription = (string) null; - ComboBox解开两音后的响应方式6_4.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox解开两音后的响应方式6_4, "ComboBox解开两音后的响应方式6_4"); - ComboBox解开两音后的响应方式6_4.BackgroundImage = (Image) null; + ComboBox解开两音后的响应方式6_4.AccessibleDescription = null; + ComboBox解开两音后的响应方式6_4.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox解开两音后的响应方式6_4, "ComboBox解开两音后的响应方式6_4"); + ComboBox解开两音后的响应方式6_4.BackgroundImage = null; ComboBox解开两音后的响应方式6_4.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox解开两音后的响应方式6_4.Font = (Font) null; + ComboBox解开两音后的响应方式6_4.Font = null; ComboBox解开两音后的响应方式6_4.FormattingEnabled = true; ComboBox解开两音后的响应方式6_4.Items.AddRange(new object[4] { - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式6_4.Items"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式6_4.Items1"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式6_4.Items2"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式6_4.Items3") + componentResourceManager.GetString("ComboBox解开两音后的响应方式6_4.Items"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式6_4.Items1"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式6_4.Items2"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式6_4.Items3") }); ComboBox解开两音后的响应方式6_4.Name = "ComboBox解开两音后的响应方式6_4"; - Label96.AccessibleDescription = (string) null; - Label96.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label96, "Label96"); - Label96.Font = (Font) null; + Label96.AccessibleDescription = null; + Label96.AccessibleName = null; + componentResourceManager.ApplyResources(Label96, "Label96"); + Label96.Font = null; Label96.Name = "Label96"; - ComboBox两音的组合方式6_4.AccessibleDescription = (string) null; - ComboBox两音的组合方式6_4.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox两音的组合方式6_4, "ComboBox两音的组合方式6_4"); - ComboBox两音的组合方式6_4.BackgroundImage = (Image) null; + ComboBox两音的组合方式6_4.AccessibleDescription = null; + ComboBox两音的组合方式6_4.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox两音的组合方式6_4, "ComboBox两音的组合方式6_4"); + ComboBox两音的组合方式6_4.BackgroundImage = null; ComboBox两音的组合方式6_4.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox两音的组合方式6_4.Font = (Font) null; + ComboBox两音的组合方式6_4.Font = null; ComboBox两音的组合方式6_4.FormattingEnabled = true; ComboBox两音的组合方式6_4.Items.AddRange(new object[16] { - (object) componentResourceManager.GetString("ComboBox两音的组合方式6_4.Items"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式6_4.Items1"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式6_4.Items2"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式6_4.Items3"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式6_4.Items4"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式6_4.Items5"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式6_4.Items6"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式6_4.Items7"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式6_4.Items8"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式6_4.Items9"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式6_4.Items10"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式6_4.Items11"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式6_4.Items12"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式6_4.Items13"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式6_4.Items14"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式6_4.Items15") + componentResourceManager.GetString("ComboBox两音的组合方式6_4.Items"), + componentResourceManager.GetString("ComboBox两音的组合方式6_4.Items1"), + componentResourceManager.GetString("ComboBox两音的组合方式6_4.Items2"), + componentResourceManager.GetString("ComboBox两音的组合方式6_4.Items3"), + componentResourceManager.GetString("ComboBox两音的组合方式6_4.Items4"), + componentResourceManager.GetString("ComboBox两音的组合方式6_4.Items5"), + componentResourceManager.GetString("ComboBox两音的组合方式6_4.Items6"), + componentResourceManager.GetString("ComboBox两音的组合方式6_4.Items7"), + componentResourceManager.GetString("ComboBox两音的组合方式6_4.Items8"), + componentResourceManager.GetString("ComboBox两音的组合方式6_4.Items9"), + componentResourceManager.GetString("ComboBox两音的组合方式6_4.Items10"), + componentResourceManager.GetString("ComboBox两音的组合方式6_4.Items11"), + componentResourceManager.GetString("ComboBox两音的组合方式6_4.Items12"), + componentResourceManager.GetString("ComboBox两音的组合方式6_4.Items13"), + componentResourceManager.GetString("ComboBox两音的组合方式6_4.Items14"), + componentResourceManager.GetString("ComboBox两音的组合方式6_4.Items15") }); ComboBox两音的组合方式6_4.Name = "ComboBox两音的组合方式6_4"; - Label97.AccessibleDescription = (string) null; - Label97.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label97, "Label97"); - Label97.Font = (Font) null; + Label97.AccessibleDescription = null; + Label97.AccessibleName = null; + componentResourceManager.ApplyResources(Label97, "Label97"); + Label97.Font = null; Label97.Name = "Label97"; - NumericUpDown6_D.AccessibleDescription = (string) null; - NumericUpDown6_D.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) NumericUpDown6_D, "NumericUpDown6_D"); + NumericUpDown6_D.AccessibleDescription = null; + NumericUpDown6_D.AccessibleName = null; + componentResourceManager.ApplyResources(NumericUpDown6_D, "NumericUpDown6_D"); NumericUpDown6_D.DecimalPlaces = 1; - NumericUpDown6_D.Font = (Font) null; - NumericUpDown numericUpDown6D1 = NumericUpDown6_D; + NumericUpDown6_D.Font = null; + var numericUpDown6D1 = NumericUpDown6_D; num1 = new Decimal(new int[4]{ 1, 0, 0, 65536 }); - Decimal num82 = num1; + var num82 = num1; numericUpDown6D1.Increment = num82; - NumericUpDown numericUpDown6D2 = NumericUpDown6_D; + var numericUpDown6D2 = NumericUpDown6_D; num1 = new Decimal(new int[4]{ 3200, 0, 0, 0 }); - Decimal num83 = num1; + var num83 = num1; numericUpDown6D2.Maximum = num83; - NumericUpDown numericUpDown6D3 = NumericUpDown6_D; + var numericUpDown6D3 = NumericUpDown6_D; num1 = new Decimal(new int[4]{ 2885, 0, 0, 65536 }); - Decimal num84 = num1; + var num84 = num1; numericUpDown6D3.Minimum = num84; NumericUpDown6_D.Name = "NumericUpDown6_D"; - NumericUpDown numericUpDown6D4 = NumericUpDown6_D; + var numericUpDown6D4 = NumericUpDown6_D; num1 = new Decimal(new int[4]{ 2885, 0, 0, 65536 }); - Decimal num85 = num1; + var num85 = num1; numericUpDown6D4.Value = num85; - NumericUpDown6_C.AccessibleDescription = (string) null; - NumericUpDown6_C.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) NumericUpDown6_C, "NumericUpDown6_C"); + NumericUpDown6_C.AccessibleDescription = null; + NumericUpDown6_C.AccessibleName = null; + componentResourceManager.ApplyResources(NumericUpDown6_C, "NumericUpDown6_C"); NumericUpDown6_C.DecimalPlaces = 1; - NumericUpDown6_C.Font = (Font) null; - NumericUpDown numericUpDown6C1 = NumericUpDown6_C; + NumericUpDown6_C.Font = null; + var numericUpDown6C1 = NumericUpDown6_C; num1 = new Decimal(new int[4]{ 1, 0, 0, 65536 }); - Decimal num86 = num1; + var num86 = num1; numericUpDown6C1.Increment = num86; - NumericUpDown numericUpDown6C2 = NumericUpDown6_C; + var numericUpDown6C2 = NumericUpDown6_C; num1 = new Decimal(new int[4]{ 3200, 0, 0, 0 }); - Decimal num87 = num1; + var num87 = num1; numericUpDown6C2.Maximum = num87; - NumericUpDown numericUpDown6C3 = NumericUpDown6_C; + var numericUpDown6C3 = NumericUpDown6_C; num1 = new Decimal(new int[4]{ 2885, 0, 0, 65536 }); - Decimal num88 = num1; + var num88 = num1; numericUpDown6C3.Minimum = num88; NumericUpDown6_C.Name = "NumericUpDown6_C"; - NumericUpDown numericUpDown6C4 = NumericUpDown6_C; + var numericUpDown6C4 = NumericUpDown6_C; num1 = new Decimal(new int[4]{ 2885, 0, 0, 65536 }); - Decimal num89 = num1; + var num89 = num1; numericUpDown6C4.Value = num89; - NumericUpDown6_B.AccessibleDescription = (string) null; - NumericUpDown6_B.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) NumericUpDown6_B, "NumericUpDown6_B"); + NumericUpDown6_B.AccessibleDescription = null; + NumericUpDown6_B.AccessibleName = null; + componentResourceManager.ApplyResources(NumericUpDown6_B, "NumericUpDown6_B"); NumericUpDown6_B.DecimalPlaces = 1; - NumericUpDown6_B.Font = (Font) null; - NumericUpDown numericUpDown6B1 = NumericUpDown6_B; + NumericUpDown6_B.Font = null; + var numericUpDown6B1 = NumericUpDown6_B; num1 = new Decimal(new int[4]{ 1, 0, 0, 65536 }); - Decimal num90 = num1; + var num90 = num1; numericUpDown6B1.Increment = num90; - NumericUpDown numericUpDown6B2 = NumericUpDown6_B; + var numericUpDown6B2 = NumericUpDown6_B; num1 = new Decimal(new int[4]{ 3200, 0, 0, 0 }); - Decimal num91 = num1; + var num91 = num1; numericUpDown6B2.Maximum = num91; - NumericUpDown numericUpDown6B3 = NumericUpDown6_B; + var numericUpDown6B3 = NumericUpDown6_B; num1 = new Decimal(new int[4]{ 2885, 0, 0, 65536 }); - Decimal num92 = num1; + var num92 = num1; numericUpDown6B3.Minimum = num92; NumericUpDown6_B.Name = "NumericUpDown6_B"; - NumericUpDown numericUpDown6B4 = NumericUpDown6_B; + var numericUpDown6B4 = NumericUpDown6_B; num1 = new Decimal(new int[4]{ 2885, 0, 0, 65536 }); - Decimal num93 = num1; + var num93 = num1; numericUpDown6B4.Value = num93; - Label98.AccessibleDescription = (string) null; - Label98.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label98, "Label98"); - Label98.Font = (Font) null; + Label98.AccessibleDescription = null; + Label98.AccessibleName = null; + componentResourceManager.ApplyResources(Label98, "Label98"); + Label98.Font = null; Label98.Name = "Label98"; - NumericUpDown6_A.AccessibleDescription = (string) null; - NumericUpDown6_A.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) NumericUpDown6_A, "NumericUpDown6_A"); + NumericUpDown6_A.AccessibleDescription = null; + NumericUpDown6_A.AccessibleName = null; + componentResourceManager.ApplyResources(NumericUpDown6_A, "NumericUpDown6_A"); NumericUpDown6_A.DecimalPlaces = 1; - NumericUpDown6_A.Font = (Font) null; - NumericUpDown numericUpDown6A1 = NumericUpDown6_A; + NumericUpDown6_A.Font = null; + var numericUpDown6A1 = NumericUpDown6_A; num1 = new Decimal(new int[4]{ 1, 0, 0, 65536 }); - Decimal num94 = num1; + var num94 = num1; numericUpDown6A1.Increment = num94; - NumericUpDown numericUpDown6A2 = NumericUpDown6_A; + var numericUpDown6A2 = NumericUpDown6_A; num1 = new Decimal(new int[4]{ 3200, 0, 0, 0 }); - Decimal num95 = num1; + var num95 = num1; numericUpDown6A2.Maximum = num95; - NumericUpDown numericUpDown6A3 = NumericUpDown6_A; + var numericUpDown6A3 = NumericUpDown6_A; num1 = new Decimal(new int[4]{ 2885, 0, 0, 65536 }); - Decimal num96 = num1; + var num96 = num1; numericUpDown6A3.Minimum = num96; NumericUpDown6_A.Name = "NumericUpDown6_A"; - NumericUpDown numericUpDown6A4 = NumericUpDown6_A; + var numericUpDown6A4 = NumericUpDown6_A; num1 = new Decimal(new int[4]{ 2885, 0, 0, 65536 }); - Decimal num97 = num1; + var num97 = num1; numericUpDown6A4.Value = num97; - Label99.AccessibleDescription = (string) null; - Label99.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label99, "Label99"); - Label99.Font = (Font) null; + Label99.AccessibleDescription = null; + Label99.AccessibleName = null; + componentResourceManager.ApplyResources(Label99, "Label99"); + Label99.Font = null; Label99.Name = "Label99"; - Label100.AccessibleDescription = (string) null; - Label100.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label100, "Label100"); - Label100.Font = (Font) null; + Label100.AccessibleDescription = null; + Label100.AccessibleName = null; + componentResourceManager.ApplyResources(Label100, "Label100"); + Label100.Font = null; Label100.Name = "Label100"; - Label101.AccessibleDescription = (string) null; - Label101.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label101, "Label101"); - Label101.Font = (Font) null; + Label101.AccessibleDescription = null; + Label101.AccessibleName = null; + componentResourceManager.ApplyResources(Label101, "Label101"); + Label101.Font = null; Label101.Name = "Label101"; - GroupBox22.AccessibleDescription = (string) null; - GroupBox22.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) GroupBox22, "GroupBox22"); - GroupBox22.BackgroundImage = (Image) null; - GroupBox22.Controls.Add((Control) ComboBox提示音6_3); - GroupBox22.Controls.Add((Control) Label102); - GroupBox22.Controls.Add((Control) ComboBox解开两音后的响应方式6_3); - GroupBox22.Controls.Add((Control) Label103); - GroupBox22.Controls.Add((Control) ComboBox两音的组合方式6_3); - GroupBox22.Controls.Add((Control) Label104); - GroupBox22.Font = (Font) null; + GroupBox22.AccessibleDescription = null; + GroupBox22.AccessibleName = null; + componentResourceManager.ApplyResources(GroupBox22, "GroupBox22"); + GroupBox22.BackgroundImage = null; + GroupBox22.Controls.Add(ComboBox提示音6_3); + GroupBox22.Controls.Add(Label102); + GroupBox22.Controls.Add(ComboBox解开两音后的响应方式6_3); + GroupBox22.Controls.Add(Label103); + GroupBox22.Controls.Add(ComboBox两音的组合方式6_3); + GroupBox22.Controls.Add(Label104); + GroupBox22.Font = null; GroupBox22.Name = "GroupBox22"; GroupBox22.TabStop = false; - ComboBox提示音6_3.AccessibleDescription = (string) null; - ComboBox提示音6_3.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox提示音6_3, "ComboBox提示音6_3"); - ComboBox提示音6_3.BackgroundImage = (Image) null; + ComboBox提示音6_3.AccessibleDescription = null; + ComboBox提示音6_3.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox提示音6_3, "ComboBox提示音6_3"); + ComboBox提示音6_3.BackgroundImage = null; ComboBox提示音6_3.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox提示音6_3.Font = (Font) null; + ComboBox提示音6_3.Font = null; ComboBox提示音6_3.FormattingEnabled = true; ComboBox提示音6_3.Name = "ComboBox提示音6_3"; - Label102.AccessibleDescription = (string) null; - Label102.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label102, "Label102"); - Label102.Font = (Font) null; + Label102.AccessibleDescription = null; + Label102.AccessibleName = null; + componentResourceManager.ApplyResources(Label102, "Label102"); + Label102.Font = null; Label102.Name = "Label102"; - ComboBox解开两音后的响应方式6_3.AccessibleDescription = (string) null; - ComboBox解开两音后的响应方式6_3.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox解开两音后的响应方式6_3, "ComboBox解开两音后的响应方式6_3"); - ComboBox解开两音后的响应方式6_3.BackgroundImage = (Image) null; + ComboBox解开两音后的响应方式6_3.AccessibleDescription = null; + ComboBox解开两音后的响应方式6_3.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox解开两音后的响应方式6_3, "ComboBox解开两音后的响应方式6_3"); + ComboBox解开两音后的响应方式6_3.BackgroundImage = null; ComboBox解开两音后的响应方式6_3.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox解开两音后的响应方式6_3.Font = (Font) null; + ComboBox解开两音后的响应方式6_3.Font = null; ComboBox解开两音后的响应方式6_3.FormattingEnabled = true; ComboBox解开两音后的响应方式6_3.Items.AddRange(new object[4] { - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式6_3.Items"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式6_3.Items1"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式6_3.Items2"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式6_3.Items3") + componentResourceManager.GetString("ComboBox解开两音后的响应方式6_3.Items"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式6_3.Items1"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式6_3.Items2"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式6_3.Items3") }); ComboBox解开两音后的响应方式6_3.Name = "ComboBox解开两音后的响应方式6_3"; - Label103.AccessibleDescription = (string) null; - Label103.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label103, "Label103"); - Label103.Font = (Font) null; + Label103.AccessibleDescription = null; + Label103.AccessibleName = null; + componentResourceManager.ApplyResources(Label103, "Label103"); + Label103.Font = null; Label103.Name = "Label103"; - ComboBox两音的组合方式6_3.AccessibleDescription = (string) null; - ComboBox两音的组合方式6_3.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox两音的组合方式6_3, "ComboBox两音的组合方式6_3"); - ComboBox两音的组合方式6_3.BackgroundImage = (Image) null; + ComboBox两音的组合方式6_3.AccessibleDescription = null; + ComboBox两音的组合方式6_3.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox两音的组合方式6_3, "ComboBox两音的组合方式6_3"); + ComboBox两音的组合方式6_3.BackgroundImage = null; ComboBox两音的组合方式6_3.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox两音的组合方式6_3.Font = (Font) null; + ComboBox两音的组合方式6_3.Font = null; ComboBox两音的组合方式6_3.FormattingEnabled = true; ComboBox两音的组合方式6_3.Items.AddRange(new object[16] { - (object) componentResourceManager.GetString("ComboBox两音的组合方式6_3.Items"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式6_3.Items1"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式6_3.Items2"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式6_3.Items3"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式6_3.Items4"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式6_3.Items5"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式6_3.Items6"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式6_3.Items7"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式6_3.Items8"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式6_3.Items9"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式6_3.Items10"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式6_3.Items11"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式6_3.Items12"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式6_3.Items13"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式6_3.Items14"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式6_3.Items15") + componentResourceManager.GetString("ComboBox两音的组合方式6_3.Items"), + componentResourceManager.GetString("ComboBox两音的组合方式6_3.Items1"), + componentResourceManager.GetString("ComboBox两音的组合方式6_3.Items2"), + componentResourceManager.GetString("ComboBox两音的组合方式6_3.Items3"), + componentResourceManager.GetString("ComboBox两音的组合方式6_3.Items4"), + componentResourceManager.GetString("ComboBox两音的组合方式6_3.Items5"), + componentResourceManager.GetString("ComboBox两音的组合方式6_3.Items6"), + componentResourceManager.GetString("ComboBox两音的组合方式6_3.Items7"), + componentResourceManager.GetString("ComboBox两音的组合方式6_3.Items8"), + componentResourceManager.GetString("ComboBox两音的组合方式6_3.Items9"), + componentResourceManager.GetString("ComboBox两音的组合方式6_3.Items10"), + componentResourceManager.GetString("ComboBox两音的组合方式6_3.Items11"), + componentResourceManager.GetString("ComboBox两音的组合方式6_3.Items12"), + componentResourceManager.GetString("ComboBox两音的组合方式6_3.Items13"), + componentResourceManager.GetString("ComboBox两音的组合方式6_3.Items14"), + componentResourceManager.GetString("ComboBox两音的组合方式6_3.Items15") }); ComboBox两音的组合方式6_3.Name = "ComboBox两音的组合方式6_3"; - Label104.AccessibleDescription = (string) null; - Label104.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label104, "Label104"); - Label104.Font = (Font) null; + Label104.AccessibleDescription = null; + Label104.AccessibleName = null; + componentResourceManager.ApplyResources(Label104, "Label104"); + Label104.Font = null; Label104.Name = "Label104"; - GroupBox23.AccessibleDescription = (string) null; - GroupBox23.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) GroupBox23, "GroupBox23"); - GroupBox23.BackgroundImage = (Image) null; - GroupBox23.Controls.Add((Control) ComboBox提示音6_2); - GroupBox23.Controls.Add((Control) Label105); - GroupBox23.Controls.Add((Control) ComboBox解开两音后的响应方式6_2); - GroupBox23.Controls.Add((Control) Label106); - GroupBox23.Controls.Add((Control) ComboBox两音的组合方式6_2); - GroupBox23.Controls.Add((Control) Label107); - GroupBox23.Font = (Font) null; + GroupBox23.AccessibleDescription = null; + GroupBox23.AccessibleName = null; + componentResourceManager.ApplyResources(GroupBox23, "GroupBox23"); + GroupBox23.BackgroundImage = null; + GroupBox23.Controls.Add(ComboBox提示音6_2); + GroupBox23.Controls.Add(Label105); + GroupBox23.Controls.Add(ComboBox解开两音后的响应方式6_2); + GroupBox23.Controls.Add(Label106); + GroupBox23.Controls.Add(ComboBox两音的组合方式6_2); + GroupBox23.Controls.Add(Label107); + GroupBox23.Font = null; GroupBox23.Name = "GroupBox23"; GroupBox23.TabStop = false; - ComboBox提示音6_2.AccessibleDescription = (string) null; - ComboBox提示音6_2.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox提示音6_2, "ComboBox提示音6_2"); - ComboBox提示音6_2.BackgroundImage = (Image) null; + ComboBox提示音6_2.AccessibleDescription = null; + ComboBox提示音6_2.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox提示音6_2, "ComboBox提示音6_2"); + ComboBox提示音6_2.BackgroundImage = null; ComboBox提示音6_2.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox提示音6_2.Font = (Font) null; + ComboBox提示音6_2.Font = null; ComboBox提示音6_2.FormattingEnabled = true; ComboBox提示音6_2.Name = "ComboBox提示音6_2"; - Label105.AccessibleDescription = (string) null; - Label105.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label105, "Label105"); - Label105.Font = (Font) null; + Label105.AccessibleDescription = null; + Label105.AccessibleName = null; + componentResourceManager.ApplyResources(Label105, "Label105"); + Label105.Font = null; Label105.Name = "Label105"; - ComboBox解开两音后的响应方式6_2.AccessibleDescription = (string) null; - ComboBox解开两音后的响应方式6_2.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox解开两音后的响应方式6_2, "ComboBox解开两音后的响应方式6_2"); - ComboBox解开两音后的响应方式6_2.BackgroundImage = (Image) null; + ComboBox解开两音后的响应方式6_2.AccessibleDescription = null; + ComboBox解开两音后的响应方式6_2.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox解开两音后的响应方式6_2, "ComboBox解开两音后的响应方式6_2"); + ComboBox解开两音后的响应方式6_2.BackgroundImage = null; ComboBox解开两音后的响应方式6_2.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox解开两音后的响应方式6_2.Font = (Font) null; + ComboBox解开两音后的响应方式6_2.Font = null; ComboBox解开两音后的响应方式6_2.FormattingEnabled = true; ComboBox解开两音后的响应方式6_2.Items.AddRange(new object[4] { - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式6_2.Items"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式6_2.Items1"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式6_2.Items2"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式6_2.Items3") + componentResourceManager.GetString("ComboBox解开两音后的响应方式6_2.Items"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式6_2.Items1"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式6_2.Items2"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式6_2.Items3") }); ComboBox解开两音后的响应方式6_2.Name = "ComboBox解开两音后的响应方式6_2"; - Label106.AccessibleDescription = (string) null; - Label106.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label106, "Label106"); - Label106.Font = (Font) null; + Label106.AccessibleDescription = null; + Label106.AccessibleName = null; + componentResourceManager.ApplyResources(Label106, "Label106"); + Label106.Font = null; Label106.Name = "Label106"; - ComboBox两音的组合方式6_2.AccessibleDescription = (string) null; - ComboBox两音的组合方式6_2.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox两音的组合方式6_2, "ComboBox两音的组合方式6_2"); - ComboBox两音的组合方式6_2.BackgroundImage = (Image) null; + ComboBox两音的组合方式6_2.AccessibleDescription = null; + ComboBox两音的组合方式6_2.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox两音的组合方式6_2, "ComboBox两音的组合方式6_2"); + ComboBox两音的组合方式6_2.BackgroundImage = null; ComboBox两音的组合方式6_2.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox两音的组合方式6_2.Font = (Font) null; + ComboBox两音的组合方式6_2.Font = null; ComboBox两音的组合方式6_2.FormattingEnabled = true; ComboBox两音的组合方式6_2.Items.AddRange(new object[16] { - (object) componentResourceManager.GetString("ComboBox两音的组合方式6_2.Items"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式6_2.Items1"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式6_2.Items2"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式6_2.Items3"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式6_2.Items4"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式6_2.Items5"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式6_2.Items6"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式6_2.Items7"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式6_2.Items8"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式6_2.Items9"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式6_2.Items10"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式6_2.Items11"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式6_2.Items12"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式6_2.Items13"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式6_2.Items14"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式6_2.Items15") + componentResourceManager.GetString("ComboBox两音的组合方式6_2.Items"), + componentResourceManager.GetString("ComboBox两音的组合方式6_2.Items1"), + componentResourceManager.GetString("ComboBox两音的组合方式6_2.Items2"), + componentResourceManager.GetString("ComboBox两音的组合方式6_2.Items3"), + componentResourceManager.GetString("ComboBox两音的组合方式6_2.Items4"), + componentResourceManager.GetString("ComboBox两音的组合方式6_2.Items5"), + componentResourceManager.GetString("ComboBox两音的组合方式6_2.Items6"), + componentResourceManager.GetString("ComboBox两音的组合方式6_2.Items7"), + componentResourceManager.GetString("ComboBox两音的组合方式6_2.Items8"), + componentResourceManager.GetString("ComboBox两音的组合方式6_2.Items9"), + componentResourceManager.GetString("ComboBox两音的组合方式6_2.Items10"), + componentResourceManager.GetString("ComboBox两音的组合方式6_2.Items11"), + componentResourceManager.GetString("ComboBox两音的组合方式6_2.Items12"), + componentResourceManager.GetString("ComboBox两音的组合方式6_2.Items13"), + componentResourceManager.GetString("ComboBox两音的组合方式6_2.Items14"), + componentResourceManager.GetString("ComboBox两音的组合方式6_2.Items15") }); ComboBox两音的组合方式6_2.Name = "ComboBox两音的组合方式6_2"; - Label107.AccessibleDescription = (string) null; - Label107.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label107, "Label107"); - Label107.Font = (Font) null; + Label107.AccessibleDescription = null; + Label107.AccessibleName = null; + componentResourceManager.ApplyResources(Label107, "Label107"); + Label107.Font = null; Label107.Name = "Label107"; - GroupBox24.AccessibleDescription = (string) null; - GroupBox24.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) GroupBox24, "GroupBox24"); - GroupBox24.BackgroundImage = (Image) null; - GroupBox24.Controls.Add((Control) ComboBox提示音6_1); - GroupBox24.Controls.Add((Control) Label108); - GroupBox24.Controls.Add((Control) ComboBox解开两音后的响应方式6_1); - GroupBox24.Controls.Add((Control) Label109); - GroupBox24.Controls.Add((Control) ComboBox两音的组合方式6_1); - GroupBox24.Controls.Add((Control) Label110); - GroupBox24.Font = (Font) null; + GroupBox24.AccessibleDescription = null; + GroupBox24.AccessibleName = null; + componentResourceManager.ApplyResources(GroupBox24, "GroupBox24"); + GroupBox24.BackgroundImage = null; + GroupBox24.Controls.Add(ComboBox提示音6_1); + GroupBox24.Controls.Add(Label108); + GroupBox24.Controls.Add(ComboBox解开两音后的响应方式6_1); + GroupBox24.Controls.Add(Label109); + GroupBox24.Controls.Add(ComboBox两音的组合方式6_1); + GroupBox24.Controls.Add(Label110); + GroupBox24.Font = null; GroupBox24.Name = "GroupBox24"; GroupBox24.TabStop = false; - ComboBox提示音6_1.AccessibleDescription = (string) null; - ComboBox提示音6_1.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox提示音6_1, "ComboBox提示音6_1"); - ComboBox提示音6_1.BackgroundImage = (Image) null; + ComboBox提示音6_1.AccessibleDescription = null; + ComboBox提示音6_1.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox提示音6_1, "ComboBox提示音6_1"); + ComboBox提示音6_1.BackgroundImage = null; ComboBox提示音6_1.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox提示音6_1.Font = (Font) null; + ComboBox提示音6_1.Font = null; ComboBox提示音6_1.FormattingEnabled = true; ComboBox提示音6_1.Name = "ComboBox提示音6_1"; - Label108.AccessibleDescription = (string) null; - Label108.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label108, "Label108"); - Label108.Font = (Font) null; + Label108.AccessibleDescription = null; + Label108.AccessibleName = null; + componentResourceManager.ApplyResources(Label108, "Label108"); + Label108.Font = null; Label108.Name = "Label108"; - ComboBox解开两音后的响应方式6_1.AccessibleDescription = (string) null; - ComboBox解开两音后的响应方式6_1.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox解开两音后的响应方式6_1, "ComboBox解开两音后的响应方式6_1"); - ComboBox解开两音后的响应方式6_1.BackgroundImage = (Image) null; + ComboBox解开两音后的响应方式6_1.AccessibleDescription = null; + ComboBox解开两音后的响应方式6_1.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox解开两音后的响应方式6_1, "ComboBox解开两音后的响应方式6_1"); + ComboBox解开两音后的响应方式6_1.BackgroundImage = null; ComboBox解开两音后的响应方式6_1.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox解开两音后的响应方式6_1.Font = (Font) null; + ComboBox解开两音后的响应方式6_1.Font = null; ComboBox解开两音后的响应方式6_1.FormattingEnabled = true; ComboBox解开两音后的响应方式6_1.Items.AddRange(new object[4] { - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式6_1.Items"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式6_1.Items1"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式6_1.Items2"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式6_1.Items3") + componentResourceManager.GetString("ComboBox解开两音后的响应方式6_1.Items"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式6_1.Items1"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式6_1.Items2"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式6_1.Items3") }); ComboBox解开两音后的响应方式6_1.Name = "ComboBox解开两音后的响应方式6_1"; - Label109.AccessibleDescription = (string) null; - Label109.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label109, "Label109"); - Label109.Font = (Font) null; + Label109.AccessibleDescription = null; + Label109.AccessibleName = null; + componentResourceManager.ApplyResources(Label109, "Label109"); + Label109.Font = null; Label109.Name = "Label109"; - ComboBox两音的组合方式6_1.AccessibleDescription = (string) null; - ComboBox两音的组合方式6_1.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox两音的组合方式6_1, "ComboBox两音的组合方式6_1"); - ComboBox两音的组合方式6_1.BackgroundImage = (Image) null; + ComboBox两音的组合方式6_1.AccessibleDescription = null; + ComboBox两音的组合方式6_1.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox两音的组合方式6_1, "ComboBox两音的组合方式6_1"); + ComboBox两音的组合方式6_1.BackgroundImage = null; ComboBox两音的组合方式6_1.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox两音的组合方式6_1.Font = (Font) null; + ComboBox两音的组合方式6_1.Font = null; ComboBox两音的组合方式6_1.FormattingEnabled = true; ComboBox两音的组合方式6_1.Items.AddRange(new object[16] { - (object) componentResourceManager.GetString("ComboBox两音的组合方式6_1.Items"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式6_1.Items1"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式6_1.Items2"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式6_1.Items3"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式6_1.Items4"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式6_1.Items5"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式6_1.Items6"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式6_1.Items7"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式6_1.Items8"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式6_1.Items9"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式6_1.Items10"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式6_1.Items11"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式6_1.Items12"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式6_1.Items13"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式6_1.Items14"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式6_1.Items15") + componentResourceManager.GetString("ComboBox两音的组合方式6_1.Items"), + componentResourceManager.GetString("ComboBox两音的组合方式6_1.Items1"), + componentResourceManager.GetString("ComboBox两音的组合方式6_1.Items2"), + componentResourceManager.GetString("ComboBox两音的组合方式6_1.Items3"), + componentResourceManager.GetString("ComboBox两音的组合方式6_1.Items4"), + componentResourceManager.GetString("ComboBox两音的组合方式6_1.Items5"), + componentResourceManager.GetString("ComboBox两音的组合方式6_1.Items6"), + componentResourceManager.GetString("ComboBox两音的组合方式6_1.Items7"), + componentResourceManager.GetString("ComboBox两音的组合方式6_1.Items8"), + componentResourceManager.GetString("ComboBox两音的组合方式6_1.Items9"), + componentResourceManager.GetString("ComboBox两音的组合方式6_1.Items10"), + componentResourceManager.GetString("ComboBox两音的组合方式6_1.Items11"), + componentResourceManager.GetString("ComboBox两音的组合方式6_1.Items12"), + componentResourceManager.GetString("ComboBox两音的组合方式6_1.Items13"), + componentResourceManager.GetString("ComboBox两音的组合方式6_1.Items14"), + componentResourceManager.GetString("ComboBox两音的组合方式6_1.Items15") }); ComboBox两音的组合方式6_1.Name = "ComboBox两音的组合方式6_1"; - Label110.AccessibleDescription = (string) null; - Label110.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label110, "Label110"); - Label110.Font = (Font) null; + Label110.AccessibleDescription = null; + Label110.AccessibleName = null; + componentResourceManager.ApplyResources(Label110, "Label110"); + Label110.Font = null; Label110.Name = "Label110"; - TabPage9.AccessibleDescription = (string) null; - TabPage9.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) TabPage9, "TabPage9"); - TabPage9.BackgroundImage = (Image) null; - TabPage9.Controls.Add((Control) GroupBox25); - TabPage9.Controls.Add((Control) NumericUpDown7_D); - TabPage9.Controls.Add((Control) NumericUpDown7_C); - TabPage9.Controls.Add((Control) NumericUpDown7_B); - TabPage9.Controls.Add((Control) Label114); - TabPage9.Controls.Add((Control) NumericUpDown7_A); - TabPage9.Controls.Add((Control) Label115); - TabPage9.Controls.Add((Control) Label116); - TabPage9.Controls.Add((Control) Label117); - TabPage9.Controls.Add((Control) GroupBox26); - TabPage9.Controls.Add((Control) GroupBox27); - TabPage9.Controls.Add((Control) GroupBox28); - TabPage9.Font = (Font) null; + TabPage9.AccessibleDescription = null; + TabPage9.AccessibleName = null; + componentResourceManager.ApplyResources(TabPage9, "TabPage9"); + TabPage9.BackgroundImage = null; + TabPage9.Controls.Add(GroupBox25); + TabPage9.Controls.Add(NumericUpDown7_D); + TabPage9.Controls.Add(NumericUpDown7_C); + TabPage9.Controls.Add(NumericUpDown7_B); + TabPage9.Controls.Add(Label114); + TabPage9.Controls.Add(NumericUpDown7_A); + TabPage9.Controls.Add(Label115); + TabPage9.Controls.Add(Label116); + TabPage9.Controls.Add(Label117); + TabPage9.Controls.Add(GroupBox26); + TabPage9.Controls.Add(GroupBox27); + TabPage9.Controls.Add(GroupBox28); + TabPage9.Font = null; TabPage9.Name = "TabPage9"; TabPage9.UseVisualStyleBackColor = true; - GroupBox25.AccessibleDescription = (string) null; - GroupBox25.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) GroupBox25, "GroupBox25"); - GroupBox25.BackgroundImage = (Image) null; - GroupBox25.Controls.Add((Control) ComboBox提示音7_4); - GroupBox25.Controls.Add((Control) Label111); - GroupBox25.Controls.Add((Control) ComboBox解开两音后的响应方式7_4); - GroupBox25.Controls.Add((Control) Label112); - GroupBox25.Controls.Add((Control) ComboBox两音的组合方式7_4); - GroupBox25.Controls.Add((Control) Label113); - GroupBox25.Font = (Font) null; + GroupBox25.AccessibleDescription = null; + GroupBox25.AccessibleName = null; + componentResourceManager.ApplyResources(GroupBox25, "GroupBox25"); + GroupBox25.BackgroundImage = null; + GroupBox25.Controls.Add(ComboBox提示音7_4); + GroupBox25.Controls.Add(Label111); + GroupBox25.Controls.Add(ComboBox解开两音后的响应方式7_4); + GroupBox25.Controls.Add(Label112); + GroupBox25.Controls.Add(ComboBox两音的组合方式7_4); + GroupBox25.Controls.Add(Label113); + GroupBox25.Font = null; GroupBox25.Name = "GroupBox25"; GroupBox25.TabStop = false; - ComboBox提示音7_4.AccessibleDescription = (string) null; - ComboBox提示音7_4.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox提示音7_4, "ComboBox提示音7_4"); - ComboBox提示音7_4.BackgroundImage = (Image) null; + ComboBox提示音7_4.AccessibleDescription = null; + ComboBox提示音7_4.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox提示音7_4, "ComboBox提示音7_4"); + ComboBox提示音7_4.BackgroundImage = null; ComboBox提示音7_4.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox提示音7_4.Font = (Font) null; + ComboBox提示音7_4.Font = null; ComboBox提示音7_4.FormattingEnabled = true; ComboBox提示音7_4.Name = "ComboBox提示音7_4"; - Label111.AccessibleDescription = (string) null; - Label111.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label111, "Label111"); - Label111.Font = (Font) null; + Label111.AccessibleDescription = null; + Label111.AccessibleName = null; + componentResourceManager.ApplyResources(Label111, "Label111"); + Label111.Font = null; Label111.Name = "Label111"; - ComboBox解开两音后的响应方式7_4.AccessibleDescription = (string) null; - ComboBox解开两音后的响应方式7_4.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox解开两音后的响应方式7_4, "ComboBox解开两音后的响应方式7_4"); - ComboBox解开两音后的响应方式7_4.BackgroundImage = (Image) null; + ComboBox解开两音后的响应方式7_4.AccessibleDescription = null; + ComboBox解开两音后的响应方式7_4.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox解开两音后的响应方式7_4, "ComboBox解开两音后的响应方式7_4"); + ComboBox解开两音后的响应方式7_4.BackgroundImage = null; ComboBox解开两音后的响应方式7_4.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox解开两音后的响应方式7_4.Font = (Font) null; + ComboBox解开两音后的响应方式7_4.Font = null; ComboBox解开两音后的响应方式7_4.FormattingEnabled = true; ComboBox解开两音后的响应方式7_4.Items.AddRange(new object[4] { - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式7_4.Items"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式7_4.Items1"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式7_4.Items2"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式7_4.Items3") + componentResourceManager.GetString("ComboBox解开两音后的响应方式7_4.Items"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式7_4.Items1"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式7_4.Items2"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式7_4.Items3") }); ComboBox解开两音后的响应方式7_4.Name = "ComboBox解开两音后的响应方式7_4"; - Label112.AccessibleDescription = (string) null; - Label112.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label112, "Label112"); - Label112.Font = (Font) null; + Label112.AccessibleDescription = null; + Label112.AccessibleName = null; + componentResourceManager.ApplyResources(Label112, "Label112"); + Label112.Font = null; Label112.Name = "Label112"; - ComboBox两音的组合方式7_4.AccessibleDescription = (string) null; - ComboBox两音的组合方式7_4.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox两音的组合方式7_4, "ComboBox两音的组合方式7_4"); - ComboBox两音的组合方式7_4.BackgroundImage = (Image) null; + ComboBox两音的组合方式7_4.AccessibleDescription = null; + ComboBox两音的组合方式7_4.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox两音的组合方式7_4, "ComboBox两音的组合方式7_4"); + ComboBox两音的组合方式7_4.BackgroundImage = null; ComboBox两音的组合方式7_4.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox两音的组合方式7_4.Font = (Font) null; + ComboBox两音的组合方式7_4.Font = null; ComboBox两音的组合方式7_4.FormattingEnabled = true; ComboBox两音的组合方式7_4.Items.AddRange(new object[16] { - (object) componentResourceManager.GetString("ComboBox两音的组合方式7_4.Items"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式7_4.Items1"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式7_4.Items2"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式7_4.Items3"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式7_4.Items4"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式7_4.Items5"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式7_4.Items6"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式7_4.Items7"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式7_4.Items8"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式7_4.Items9"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式7_4.Items10"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式7_4.Items11"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式7_4.Items12"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式7_4.Items13"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式7_4.Items14"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式7_4.Items15") + componentResourceManager.GetString("ComboBox两音的组合方式7_4.Items"), + componentResourceManager.GetString("ComboBox两音的组合方式7_4.Items1"), + componentResourceManager.GetString("ComboBox两音的组合方式7_4.Items2"), + componentResourceManager.GetString("ComboBox两音的组合方式7_4.Items3"), + componentResourceManager.GetString("ComboBox两音的组合方式7_4.Items4"), + componentResourceManager.GetString("ComboBox两音的组合方式7_4.Items5"), + componentResourceManager.GetString("ComboBox两音的组合方式7_4.Items6"), + componentResourceManager.GetString("ComboBox两音的组合方式7_4.Items7"), + componentResourceManager.GetString("ComboBox两音的组合方式7_4.Items8"), + componentResourceManager.GetString("ComboBox两音的组合方式7_4.Items9"), + componentResourceManager.GetString("ComboBox两音的组合方式7_4.Items10"), + componentResourceManager.GetString("ComboBox两音的组合方式7_4.Items11"), + componentResourceManager.GetString("ComboBox两音的组合方式7_4.Items12"), + componentResourceManager.GetString("ComboBox两音的组合方式7_4.Items13"), + componentResourceManager.GetString("ComboBox两音的组合方式7_4.Items14"), + componentResourceManager.GetString("ComboBox两音的组合方式7_4.Items15") }); ComboBox两音的组合方式7_4.Name = "ComboBox两音的组合方式7_4"; - Label113.AccessibleDescription = (string) null; - Label113.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label113, "Label113"); - Label113.Font = (Font) null; + Label113.AccessibleDescription = null; + Label113.AccessibleName = null; + componentResourceManager.ApplyResources(Label113, "Label113"); + Label113.Font = null; Label113.Name = "Label113"; - NumericUpDown7_D.AccessibleDescription = (string) null; - NumericUpDown7_D.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) NumericUpDown7_D, "NumericUpDown7_D"); + NumericUpDown7_D.AccessibleDescription = null; + NumericUpDown7_D.AccessibleName = null; + componentResourceManager.ApplyResources(NumericUpDown7_D, "NumericUpDown7_D"); NumericUpDown7_D.DecimalPlaces = 1; - NumericUpDown7_D.Font = (Font) null; - NumericUpDown numericUpDown7D1 = NumericUpDown7_D; + NumericUpDown7_D.Font = null; + var numericUpDown7D1 = NumericUpDown7_D; num1 = new Decimal(new int[4]{ 1, 0, 0, 65536 }); - Decimal num98 = num1; + var num98 = num1; numericUpDown7D1.Increment = num98; - NumericUpDown numericUpDown7D2 = NumericUpDown7_D; + var numericUpDown7D2 = NumericUpDown7_D; num1 = new Decimal(new int[4]{ 3200, 0, 0, 0 }); - Decimal num99 = num1; + var num99 = num1; numericUpDown7D2.Maximum = num99; - NumericUpDown numericUpDown7D3 = NumericUpDown7_D; + var numericUpDown7D3 = NumericUpDown7_D; num1 = new Decimal(new int[4]{ 2885, 0, 0, 65536 }); - Decimal num100 = num1; + var num100 = num1; numericUpDown7D3.Minimum = num100; NumericUpDown7_D.Name = "NumericUpDown7_D"; - NumericUpDown numericUpDown7D4 = NumericUpDown7_D; + var numericUpDown7D4 = NumericUpDown7_D; num1 = new Decimal(new int[4]{ 2885, 0, 0, 65536 }); - Decimal num101 = num1; + var num101 = num1; numericUpDown7D4.Value = num101; - NumericUpDown7_C.AccessibleDescription = (string) null; - NumericUpDown7_C.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) NumericUpDown7_C, "NumericUpDown7_C"); + NumericUpDown7_C.AccessibleDescription = null; + NumericUpDown7_C.AccessibleName = null; + componentResourceManager.ApplyResources(NumericUpDown7_C, "NumericUpDown7_C"); NumericUpDown7_C.DecimalPlaces = 1; - NumericUpDown7_C.Font = (Font) null; - NumericUpDown numericUpDown7C1 = NumericUpDown7_C; + NumericUpDown7_C.Font = null; + var numericUpDown7C1 = NumericUpDown7_C; num1 = new Decimal(new int[4]{ 1, 0, 0, 65536 }); - Decimal num102 = num1; + var num102 = num1; numericUpDown7C1.Increment = num102; - NumericUpDown numericUpDown7C2 = NumericUpDown7_C; + var numericUpDown7C2 = NumericUpDown7_C; num1 = new Decimal(new int[4]{ 3200, 0, 0, 0 }); - Decimal num103 = num1; + var num103 = num1; numericUpDown7C2.Maximum = num103; - NumericUpDown numericUpDown7C3 = NumericUpDown7_C; + var numericUpDown7C3 = NumericUpDown7_C; num1 = new Decimal(new int[4]{ 2885, 0, 0, 65536 }); - Decimal num104 = num1; + var num104 = num1; numericUpDown7C3.Minimum = num104; NumericUpDown7_C.Name = "NumericUpDown7_C"; - NumericUpDown numericUpDown7C4 = NumericUpDown7_C; + var numericUpDown7C4 = NumericUpDown7_C; num1 = new Decimal(new int[4]{ 2885, 0, 0, 65536 }); - Decimal num105 = num1; + var num105 = num1; numericUpDown7C4.Value = num105; - NumericUpDown7_B.AccessibleDescription = (string) null; - NumericUpDown7_B.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) NumericUpDown7_B, "NumericUpDown7_B"); + NumericUpDown7_B.AccessibleDescription = null; + NumericUpDown7_B.AccessibleName = null; + componentResourceManager.ApplyResources(NumericUpDown7_B, "NumericUpDown7_B"); NumericUpDown7_B.DecimalPlaces = 1; - NumericUpDown7_B.Font = (Font) null; - NumericUpDown numericUpDown7B1 = NumericUpDown7_B; + NumericUpDown7_B.Font = null; + var numericUpDown7B1 = NumericUpDown7_B; num1 = new Decimal(new int[4]{ 1, 0, 0, 65536 }); - Decimal num106 = num1; + var num106 = num1; numericUpDown7B1.Increment = num106; - NumericUpDown numericUpDown7B2 = NumericUpDown7_B; + var numericUpDown7B2 = NumericUpDown7_B; num1 = new Decimal(new int[4]{ 3200, 0, 0, 0 }); - Decimal num107 = num1; + var num107 = num1; numericUpDown7B2.Maximum = num107; - NumericUpDown numericUpDown7B3 = NumericUpDown7_B; + var numericUpDown7B3 = NumericUpDown7_B; num1 = new Decimal(new int[4]{ 2885, 0, 0, 65536 }); - Decimal num108 = num1; + var num108 = num1; numericUpDown7B3.Minimum = num108; NumericUpDown7_B.Name = "NumericUpDown7_B"; - NumericUpDown numericUpDown7B4 = NumericUpDown7_B; + var numericUpDown7B4 = NumericUpDown7_B; num1 = new Decimal(new int[4]{ 2885, 0, 0, 65536 }); - Decimal num109 = num1; + var num109 = num1; numericUpDown7B4.Value = num109; - Label114.AccessibleDescription = (string) null; - Label114.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label114, "Label114"); - Label114.Font = (Font) null; + Label114.AccessibleDescription = null; + Label114.AccessibleName = null; + componentResourceManager.ApplyResources(Label114, "Label114"); + Label114.Font = null; Label114.Name = "Label114"; - NumericUpDown7_A.AccessibleDescription = (string) null; - NumericUpDown7_A.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) NumericUpDown7_A, "NumericUpDown7_A"); + NumericUpDown7_A.AccessibleDescription = null; + NumericUpDown7_A.AccessibleName = null; + componentResourceManager.ApplyResources(NumericUpDown7_A, "NumericUpDown7_A"); NumericUpDown7_A.DecimalPlaces = 1; - NumericUpDown7_A.Font = (Font) null; - NumericUpDown numericUpDown7A1 = NumericUpDown7_A; + NumericUpDown7_A.Font = null; + var numericUpDown7A1 = NumericUpDown7_A; num1 = new Decimal(new int[4]{ 1, 0, 0, 65536 }); - Decimal num110 = num1; + var num110 = num1; numericUpDown7A1.Increment = num110; - NumericUpDown numericUpDown7A2 = NumericUpDown7_A; + var numericUpDown7A2 = NumericUpDown7_A; num1 = new Decimal(new int[4]{ 3200, 0, 0, 0 }); - Decimal num111 = num1; + var num111 = num1; numericUpDown7A2.Maximum = num111; - NumericUpDown numericUpDown7A3 = NumericUpDown7_A; + var numericUpDown7A3 = NumericUpDown7_A; num1 = new Decimal(new int[4]{ 2885, 0, 0, 65536 }); - Decimal num112 = num1; + var num112 = num1; numericUpDown7A3.Minimum = num112; NumericUpDown7_A.Name = "NumericUpDown7_A"; - NumericUpDown numericUpDown7A4 = NumericUpDown7_A; + var numericUpDown7A4 = NumericUpDown7_A; num1 = new Decimal(new int[4]{ 2885, 0, 0, 65536 }); - Decimal num113 = num1; + var num113 = num1; numericUpDown7A4.Value = num113; - Label115.AccessibleDescription = (string) null; - Label115.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label115, "Label115"); - Label115.Font = (Font) null; + Label115.AccessibleDescription = null; + Label115.AccessibleName = null; + componentResourceManager.ApplyResources(Label115, "Label115"); + Label115.Font = null; Label115.Name = "Label115"; - Label116.AccessibleDescription = (string) null; - Label116.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label116, "Label116"); - Label116.Font = (Font) null; + Label116.AccessibleDescription = null; + Label116.AccessibleName = null; + componentResourceManager.ApplyResources(Label116, "Label116"); + Label116.Font = null; Label116.Name = "Label116"; - Label117.AccessibleDescription = (string) null; - Label117.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label117, "Label117"); - Label117.Font = (Font) null; + Label117.AccessibleDescription = null; + Label117.AccessibleName = null; + componentResourceManager.ApplyResources(Label117, "Label117"); + Label117.Font = null; Label117.Name = "Label117"; - GroupBox26.AccessibleDescription = (string) null; - GroupBox26.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) GroupBox26, "GroupBox26"); - GroupBox26.BackgroundImage = (Image) null; - GroupBox26.Controls.Add((Control) ComboBox提示音7_3); - GroupBox26.Controls.Add((Control) Label118); - GroupBox26.Controls.Add((Control) ComboBox解开两音后的响应方式7_3); - GroupBox26.Controls.Add((Control) Label119); - GroupBox26.Controls.Add((Control) ComboBox两音的组合方式7_3); - GroupBox26.Controls.Add((Control) Label120); - GroupBox26.Font = (Font) null; + GroupBox26.AccessibleDescription = null; + GroupBox26.AccessibleName = null; + componentResourceManager.ApplyResources(GroupBox26, "GroupBox26"); + GroupBox26.BackgroundImage = null; + GroupBox26.Controls.Add(ComboBox提示音7_3); + GroupBox26.Controls.Add(Label118); + GroupBox26.Controls.Add(ComboBox解开两音后的响应方式7_3); + GroupBox26.Controls.Add(Label119); + GroupBox26.Controls.Add(ComboBox两音的组合方式7_3); + GroupBox26.Controls.Add(Label120); + GroupBox26.Font = null; GroupBox26.Name = "GroupBox26"; GroupBox26.TabStop = false; - ComboBox提示音7_3.AccessibleDescription = (string) null; - ComboBox提示音7_3.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox提示音7_3, "ComboBox提示音7_3"); - ComboBox提示音7_3.BackgroundImage = (Image) null; + ComboBox提示音7_3.AccessibleDescription = null; + ComboBox提示音7_3.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox提示音7_3, "ComboBox提示音7_3"); + ComboBox提示音7_3.BackgroundImage = null; ComboBox提示音7_3.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox提示音7_3.Font = (Font) null; + ComboBox提示音7_3.Font = null; ComboBox提示音7_3.FormattingEnabled = true; ComboBox提示音7_3.Name = "ComboBox提示音7_3"; - Label118.AccessibleDescription = (string) null; - Label118.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label118, "Label118"); - Label118.Font = (Font) null; + Label118.AccessibleDescription = null; + Label118.AccessibleName = null; + componentResourceManager.ApplyResources(Label118, "Label118"); + Label118.Font = null; Label118.Name = "Label118"; - ComboBox解开两音后的响应方式7_3.AccessibleDescription = (string) null; - ComboBox解开两音后的响应方式7_3.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox解开两音后的响应方式7_3, "ComboBox解开两音后的响应方式7_3"); - ComboBox解开两音后的响应方式7_3.BackgroundImage = (Image) null; + ComboBox解开两音后的响应方式7_3.AccessibleDescription = null; + ComboBox解开两音后的响应方式7_3.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox解开两音后的响应方式7_3, "ComboBox解开两音后的响应方式7_3"); + ComboBox解开两音后的响应方式7_3.BackgroundImage = null; ComboBox解开两音后的响应方式7_3.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox解开两音后的响应方式7_3.Font = (Font) null; + ComboBox解开两音后的响应方式7_3.Font = null; ComboBox解开两音后的响应方式7_3.FormattingEnabled = true; ComboBox解开两音后的响应方式7_3.Items.AddRange(new object[4] { - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式7_3.Items"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式7_3.Items1"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式7_3.Items2"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式7_3.Items3") + componentResourceManager.GetString("ComboBox解开两音后的响应方式7_3.Items"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式7_3.Items1"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式7_3.Items2"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式7_3.Items3") }); ComboBox解开两音后的响应方式7_3.Name = "ComboBox解开两音后的响应方式7_3"; - Label119.AccessibleDescription = (string) null; - Label119.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label119, "Label119"); - Label119.Font = (Font) null; + Label119.AccessibleDescription = null; + Label119.AccessibleName = null; + componentResourceManager.ApplyResources(Label119, "Label119"); + Label119.Font = null; Label119.Name = "Label119"; - ComboBox两音的组合方式7_3.AccessibleDescription = (string) null; - ComboBox两音的组合方式7_3.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox两音的组合方式7_3, "ComboBox两音的组合方式7_3"); - ComboBox两音的组合方式7_3.BackgroundImage = (Image) null; + ComboBox两音的组合方式7_3.AccessibleDescription = null; + ComboBox两音的组合方式7_3.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox两音的组合方式7_3, "ComboBox两音的组合方式7_3"); + ComboBox两音的组合方式7_3.BackgroundImage = null; ComboBox两音的组合方式7_3.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox两音的组合方式7_3.Font = (Font) null; + ComboBox两音的组合方式7_3.Font = null; ComboBox两音的组合方式7_3.FormattingEnabled = true; ComboBox两音的组合方式7_3.Items.AddRange(new object[16] { - (object) componentResourceManager.GetString("ComboBox两音的组合方式7_3.Items"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式7_3.Items1"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式7_3.Items2"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式7_3.Items3"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式7_3.Items4"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式7_3.Items5"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式7_3.Items6"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式7_3.Items7"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式7_3.Items8"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式7_3.Items9"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式7_3.Items10"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式7_3.Items11"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式7_3.Items12"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式7_3.Items13"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式7_3.Items14"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式7_3.Items15") + componentResourceManager.GetString("ComboBox两音的组合方式7_3.Items"), + componentResourceManager.GetString("ComboBox两音的组合方式7_3.Items1"), + componentResourceManager.GetString("ComboBox两音的组合方式7_3.Items2"), + componentResourceManager.GetString("ComboBox两音的组合方式7_3.Items3"), + componentResourceManager.GetString("ComboBox两音的组合方式7_3.Items4"), + componentResourceManager.GetString("ComboBox两音的组合方式7_3.Items5"), + componentResourceManager.GetString("ComboBox两音的组合方式7_3.Items6"), + componentResourceManager.GetString("ComboBox两音的组合方式7_3.Items7"), + componentResourceManager.GetString("ComboBox两音的组合方式7_3.Items8"), + componentResourceManager.GetString("ComboBox两音的组合方式7_3.Items9"), + componentResourceManager.GetString("ComboBox两音的组合方式7_3.Items10"), + componentResourceManager.GetString("ComboBox两音的组合方式7_3.Items11"), + componentResourceManager.GetString("ComboBox两音的组合方式7_3.Items12"), + componentResourceManager.GetString("ComboBox两音的组合方式7_3.Items13"), + componentResourceManager.GetString("ComboBox两音的组合方式7_3.Items14"), + componentResourceManager.GetString("ComboBox两音的组合方式7_3.Items15") }); ComboBox两音的组合方式7_3.Name = "ComboBox两音的组合方式7_3"; - Label120.AccessibleDescription = (string) null; - Label120.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label120, "Label120"); - Label120.Font = (Font) null; + Label120.AccessibleDescription = null; + Label120.AccessibleName = null; + componentResourceManager.ApplyResources(Label120, "Label120"); + Label120.Font = null; Label120.Name = "Label120"; - GroupBox27.AccessibleDescription = (string) null; - GroupBox27.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) GroupBox27, "GroupBox27"); - GroupBox27.BackgroundImage = (Image) null; - GroupBox27.Controls.Add((Control) ComboBox提示音7_2); - GroupBox27.Controls.Add((Control) Label121); - GroupBox27.Controls.Add((Control) ComboBox解开两音后的响应方式7_2); - GroupBox27.Controls.Add((Control) Label122); - GroupBox27.Controls.Add((Control) ComboBox两音的组合方式7_2); - GroupBox27.Controls.Add((Control) Label123); - GroupBox27.Font = (Font) null; + GroupBox27.AccessibleDescription = null; + GroupBox27.AccessibleName = null; + componentResourceManager.ApplyResources(GroupBox27, "GroupBox27"); + GroupBox27.BackgroundImage = null; + GroupBox27.Controls.Add(ComboBox提示音7_2); + GroupBox27.Controls.Add(Label121); + GroupBox27.Controls.Add(ComboBox解开两音后的响应方式7_2); + GroupBox27.Controls.Add(Label122); + GroupBox27.Controls.Add(ComboBox两音的组合方式7_2); + GroupBox27.Controls.Add(Label123); + GroupBox27.Font = null; GroupBox27.Name = "GroupBox27"; GroupBox27.TabStop = false; - ComboBox提示音7_2.AccessibleDescription = (string) null; - ComboBox提示音7_2.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox提示音7_2, "ComboBox提示音7_2"); - ComboBox提示音7_2.BackgroundImage = (Image) null; + ComboBox提示音7_2.AccessibleDescription = null; + ComboBox提示音7_2.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox提示音7_2, "ComboBox提示音7_2"); + ComboBox提示音7_2.BackgroundImage = null; ComboBox提示音7_2.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox提示音7_2.Font = (Font) null; + ComboBox提示音7_2.Font = null; ComboBox提示音7_2.FormattingEnabled = true; ComboBox提示音7_2.Name = "ComboBox提示音7_2"; - Label121.AccessibleDescription = (string) null; - Label121.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label121, "Label121"); - Label121.Font = (Font) null; + Label121.AccessibleDescription = null; + Label121.AccessibleName = null; + componentResourceManager.ApplyResources(Label121, "Label121"); + Label121.Font = null; Label121.Name = "Label121"; - ComboBox解开两音后的响应方式7_2.AccessibleDescription = (string) null; - ComboBox解开两音后的响应方式7_2.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox解开两音后的响应方式7_2, "ComboBox解开两音后的响应方式7_2"); - ComboBox解开两音后的响应方式7_2.BackgroundImage = (Image) null; + ComboBox解开两音后的响应方式7_2.AccessibleDescription = null; + ComboBox解开两音后的响应方式7_2.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox解开两音后的响应方式7_2, "ComboBox解开两音后的响应方式7_2"); + ComboBox解开两音后的响应方式7_2.BackgroundImage = null; ComboBox解开两音后的响应方式7_2.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox解开两音后的响应方式7_2.Font = (Font) null; + ComboBox解开两音后的响应方式7_2.Font = null; ComboBox解开两音后的响应方式7_2.FormattingEnabled = true; ComboBox解开两音后的响应方式7_2.Items.AddRange(new object[4] { - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式7_2.Items"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式7_2.Items1"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式7_2.Items2"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式7_2.Items3") + componentResourceManager.GetString("ComboBox解开两音后的响应方式7_2.Items"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式7_2.Items1"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式7_2.Items2"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式7_2.Items3") }); ComboBox解开两音后的响应方式7_2.Name = "ComboBox解开两音后的响应方式7_2"; - Label122.AccessibleDescription = (string) null; - Label122.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label122, "Label122"); - Label122.Font = (Font) null; + Label122.AccessibleDescription = null; + Label122.AccessibleName = null; + componentResourceManager.ApplyResources(Label122, "Label122"); + Label122.Font = null; Label122.Name = "Label122"; - ComboBox两音的组合方式7_2.AccessibleDescription = (string) null; - ComboBox两音的组合方式7_2.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox两音的组合方式7_2, "ComboBox两音的组合方式7_2"); - ComboBox两音的组合方式7_2.BackgroundImage = (Image) null; + ComboBox两音的组合方式7_2.AccessibleDescription = null; + ComboBox两音的组合方式7_2.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox两音的组合方式7_2, "ComboBox两音的组合方式7_2"); + ComboBox两音的组合方式7_2.BackgroundImage = null; ComboBox两音的组合方式7_2.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox两音的组合方式7_2.Font = (Font) null; + ComboBox两音的组合方式7_2.Font = null; ComboBox两音的组合方式7_2.FormattingEnabled = true; ComboBox两音的组合方式7_2.Items.AddRange(new object[16] { - (object) componentResourceManager.GetString("ComboBox两音的组合方式7_2.Items"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式7_2.Items1"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式7_2.Items2"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式7_2.Items3"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式7_2.Items4"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式7_2.Items5"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式7_2.Items6"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式7_2.Items7"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式7_2.Items8"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式7_2.Items9"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式7_2.Items10"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式7_2.Items11"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式7_2.Items12"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式7_2.Items13"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式7_2.Items14"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式7_2.Items15") + componentResourceManager.GetString("ComboBox两音的组合方式7_2.Items"), + componentResourceManager.GetString("ComboBox两音的组合方式7_2.Items1"), + componentResourceManager.GetString("ComboBox两音的组合方式7_2.Items2"), + componentResourceManager.GetString("ComboBox两音的组合方式7_2.Items3"), + componentResourceManager.GetString("ComboBox两音的组合方式7_2.Items4"), + componentResourceManager.GetString("ComboBox两音的组合方式7_2.Items5"), + componentResourceManager.GetString("ComboBox两音的组合方式7_2.Items6"), + componentResourceManager.GetString("ComboBox两音的组合方式7_2.Items7"), + componentResourceManager.GetString("ComboBox两音的组合方式7_2.Items8"), + componentResourceManager.GetString("ComboBox两音的组合方式7_2.Items9"), + componentResourceManager.GetString("ComboBox两音的组合方式7_2.Items10"), + componentResourceManager.GetString("ComboBox两音的组合方式7_2.Items11"), + componentResourceManager.GetString("ComboBox两音的组合方式7_2.Items12"), + componentResourceManager.GetString("ComboBox两音的组合方式7_2.Items13"), + componentResourceManager.GetString("ComboBox两音的组合方式7_2.Items14"), + componentResourceManager.GetString("ComboBox两音的组合方式7_2.Items15") }); ComboBox两音的组合方式7_2.Name = "ComboBox两音的组合方式7_2"; - Label123.AccessibleDescription = (string) null; - Label123.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label123, "Label123"); - Label123.Font = (Font) null; + Label123.AccessibleDescription = null; + Label123.AccessibleName = null; + componentResourceManager.ApplyResources(Label123, "Label123"); + Label123.Font = null; Label123.Name = "Label123"; - GroupBox28.AccessibleDescription = (string) null; - GroupBox28.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) GroupBox28, "GroupBox28"); - GroupBox28.BackgroundImage = (Image) null; - GroupBox28.Controls.Add((Control) ComboBox提示音7_1); - GroupBox28.Controls.Add((Control) Label124); - GroupBox28.Controls.Add((Control) ComboBox解开两音后的响应方式7_1); - GroupBox28.Controls.Add((Control) Label125); - GroupBox28.Controls.Add((Control) ComboBox两音的组合方式7_1); - GroupBox28.Controls.Add((Control) Label126); - GroupBox28.Font = (Font) null; + GroupBox28.AccessibleDescription = null; + GroupBox28.AccessibleName = null; + componentResourceManager.ApplyResources(GroupBox28, "GroupBox28"); + GroupBox28.BackgroundImage = null; + GroupBox28.Controls.Add(ComboBox提示音7_1); + GroupBox28.Controls.Add(Label124); + GroupBox28.Controls.Add(ComboBox解开两音后的响应方式7_1); + GroupBox28.Controls.Add(Label125); + GroupBox28.Controls.Add(ComboBox两音的组合方式7_1); + GroupBox28.Controls.Add(Label126); + GroupBox28.Font = null; GroupBox28.Name = "GroupBox28"; GroupBox28.TabStop = false; - ComboBox提示音7_1.AccessibleDescription = (string) null; - ComboBox提示音7_1.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox提示音7_1, "ComboBox提示音7_1"); - ComboBox提示音7_1.BackgroundImage = (Image) null; + ComboBox提示音7_1.AccessibleDescription = null; + ComboBox提示音7_1.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox提示音7_1, "ComboBox提示音7_1"); + ComboBox提示音7_1.BackgroundImage = null; ComboBox提示音7_1.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox提示音7_1.Font = (Font) null; + ComboBox提示音7_1.Font = null; ComboBox提示音7_1.FormattingEnabled = true; ComboBox提示音7_1.Name = "ComboBox提示音7_1"; - Label124.AccessibleDescription = (string) null; - Label124.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label124, "Label124"); - Label124.Font = (Font) null; + Label124.AccessibleDescription = null; + Label124.AccessibleName = null; + componentResourceManager.ApplyResources(Label124, "Label124"); + Label124.Font = null; Label124.Name = "Label124"; - ComboBox解开两音后的响应方式7_1.AccessibleDescription = (string) null; - ComboBox解开两音后的响应方式7_1.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox解开两音后的响应方式7_1, "ComboBox解开两音后的响应方式7_1"); - ComboBox解开两音后的响应方式7_1.BackgroundImage = (Image) null; + ComboBox解开两音后的响应方式7_1.AccessibleDescription = null; + ComboBox解开两音后的响应方式7_1.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox解开两音后的响应方式7_1, "ComboBox解开两音后的响应方式7_1"); + ComboBox解开两音后的响应方式7_1.BackgroundImage = null; ComboBox解开两音后的响应方式7_1.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox解开两音后的响应方式7_1.Font = (Font) null; + ComboBox解开两音后的响应方式7_1.Font = null; ComboBox解开两音后的响应方式7_1.FormattingEnabled = true; ComboBox解开两音后的响应方式7_1.Items.AddRange(new object[4] { - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式7_1.Items"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式7_1.Items1"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式7_1.Items2"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式7_1.Items3") + componentResourceManager.GetString("ComboBox解开两音后的响应方式7_1.Items"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式7_1.Items1"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式7_1.Items2"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式7_1.Items3") }); ComboBox解开两音后的响应方式7_1.Name = "ComboBox解开两音后的响应方式7_1"; - Label125.AccessibleDescription = (string) null; - Label125.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label125, "Label125"); - Label125.Font = (Font) null; + Label125.AccessibleDescription = null; + Label125.AccessibleName = null; + componentResourceManager.ApplyResources(Label125, "Label125"); + Label125.Font = null; Label125.Name = "Label125"; - ComboBox两音的组合方式7_1.AccessibleDescription = (string) null; - ComboBox两音的组合方式7_1.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox两音的组合方式7_1, "ComboBox两音的组合方式7_1"); - ComboBox两音的组合方式7_1.BackgroundImage = (Image) null; + ComboBox两音的组合方式7_1.AccessibleDescription = null; + ComboBox两音的组合方式7_1.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox两音的组合方式7_1, "ComboBox两音的组合方式7_1"); + ComboBox两音的组合方式7_1.BackgroundImage = null; ComboBox两音的组合方式7_1.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox两音的组合方式7_1.Font = (Font) null; + ComboBox两音的组合方式7_1.Font = null; ComboBox两音的组合方式7_1.FormattingEnabled = true; ComboBox两音的组合方式7_1.Items.AddRange(new object[16] { - (object) componentResourceManager.GetString("ComboBox两音的组合方式7_1.Items"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式7_1.Items1"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式7_1.Items2"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式7_1.Items3"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式7_1.Items4"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式7_1.Items5"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式7_1.Items6"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式7_1.Items7"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式7_1.Items8"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式7_1.Items9"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式7_1.Items10"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式7_1.Items11"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式7_1.Items12"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式7_1.Items13"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式7_1.Items14"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式7_1.Items15") + componentResourceManager.GetString("ComboBox两音的组合方式7_1.Items"), + componentResourceManager.GetString("ComboBox两音的组合方式7_1.Items1"), + componentResourceManager.GetString("ComboBox两音的组合方式7_1.Items2"), + componentResourceManager.GetString("ComboBox两音的组合方式7_1.Items3"), + componentResourceManager.GetString("ComboBox两音的组合方式7_1.Items4"), + componentResourceManager.GetString("ComboBox两音的组合方式7_1.Items5"), + componentResourceManager.GetString("ComboBox两音的组合方式7_1.Items6"), + componentResourceManager.GetString("ComboBox两音的组合方式7_1.Items7"), + componentResourceManager.GetString("ComboBox两音的组合方式7_1.Items8"), + componentResourceManager.GetString("ComboBox两音的组合方式7_1.Items9"), + componentResourceManager.GetString("ComboBox两音的组合方式7_1.Items10"), + componentResourceManager.GetString("ComboBox两音的组合方式7_1.Items11"), + componentResourceManager.GetString("ComboBox两音的组合方式7_1.Items12"), + componentResourceManager.GetString("ComboBox两音的组合方式7_1.Items13"), + componentResourceManager.GetString("ComboBox两音的组合方式7_1.Items14"), + componentResourceManager.GetString("ComboBox两音的组合方式7_1.Items15") }); ComboBox两音的组合方式7_1.Name = "ComboBox两音的组合方式7_1"; - Label126.AccessibleDescription = (string) null; - Label126.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label126, "Label126"); - Label126.Font = (Font) null; + Label126.AccessibleDescription = null; + Label126.AccessibleName = null; + componentResourceManager.ApplyResources(Label126, "Label126"); + Label126.Font = null; Label126.Name = "Label126"; - TabPage10.AccessibleDescription = (string) null; - TabPage10.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) TabPage10, "TabPage10"); - TabPage10.BackgroundImage = (Image) null; - TabPage10.Controls.Add((Control) GroupBox29); - TabPage10.Controls.Add((Control) NumericUpDown8_D); - TabPage10.Controls.Add((Control) NumericUpDown8_C); - TabPage10.Controls.Add((Control) NumericUpDown8_B); - TabPage10.Controls.Add((Control) Label130); - TabPage10.Controls.Add((Control) NumericUpDown8_A); - TabPage10.Controls.Add((Control) Label131); - TabPage10.Controls.Add((Control) Label132); - TabPage10.Controls.Add((Control) Label133); - TabPage10.Controls.Add((Control) GroupBox30); - TabPage10.Controls.Add((Control) GroupBox31); - TabPage10.Controls.Add((Control) GroupBox32); - TabPage10.Font = (Font) null; + TabPage10.AccessibleDescription = null; + TabPage10.AccessibleName = null; + componentResourceManager.ApplyResources(TabPage10, "TabPage10"); + TabPage10.BackgroundImage = null; + TabPage10.Controls.Add(GroupBox29); + TabPage10.Controls.Add(NumericUpDown8_D); + TabPage10.Controls.Add(NumericUpDown8_C); + TabPage10.Controls.Add(NumericUpDown8_B); + TabPage10.Controls.Add(Label130); + TabPage10.Controls.Add(NumericUpDown8_A); + TabPage10.Controls.Add(Label131); + TabPage10.Controls.Add(Label132); + TabPage10.Controls.Add(Label133); + TabPage10.Controls.Add(GroupBox30); + TabPage10.Controls.Add(GroupBox31); + TabPage10.Controls.Add(GroupBox32); + TabPage10.Font = null; TabPage10.Name = "TabPage10"; TabPage10.UseVisualStyleBackColor = true; - GroupBox29.AccessibleDescription = (string) null; - GroupBox29.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) GroupBox29, "GroupBox29"); - GroupBox29.BackgroundImage = (Image) null; - GroupBox29.Controls.Add((Control) ComboBox提示音8_4); - GroupBox29.Controls.Add((Control) Label127); - GroupBox29.Controls.Add((Control) ComboBox解开两音后的响应方式8_4); - GroupBox29.Controls.Add((Control) Label128); - GroupBox29.Controls.Add((Control) ComboBox两音的组合方式8_4); - GroupBox29.Controls.Add((Control) Label129); - GroupBox29.Font = (Font) null; + GroupBox29.AccessibleDescription = null; + GroupBox29.AccessibleName = null; + componentResourceManager.ApplyResources(GroupBox29, "GroupBox29"); + GroupBox29.BackgroundImage = null; + GroupBox29.Controls.Add(ComboBox提示音8_4); + GroupBox29.Controls.Add(Label127); + GroupBox29.Controls.Add(ComboBox解开两音后的响应方式8_4); + GroupBox29.Controls.Add(Label128); + GroupBox29.Controls.Add(ComboBox两音的组合方式8_4); + GroupBox29.Controls.Add(Label129); + GroupBox29.Font = null; GroupBox29.Name = "GroupBox29"; GroupBox29.TabStop = false; - ComboBox提示音8_4.AccessibleDescription = (string) null; - ComboBox提示音8_4.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox提示音8_4, "ComboBox提示音8_4"); - ComboBox提示音8_4.BackgroundImage = (Image) null; + ComboBox提示音8_4.AccessibleDescription = null; + ComboBox提示音8_4.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox提示音8_4, "ComboBox提示音8_4"); + ComboBox提示音8_4.BackgroundImage = null; ComboBox提示音8_4.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox提示音8_4.Font = (Font) null; + ComboBox提示音8_4.Font = null; ComboBox提示音8_4.FormattingEnabled = true; ComboBox提示音8_4.Name = "ComboBox提示音8_4"; - Label127.AccessibleDescription = (string) null; - Label127.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label127, "Label127"); - Label127.Font = (Font) null; + Label127.AccessibleDescription = null; + Label127.AccessibleName = null; + componentResourceManager.ApplyResources(Label127, "Label127"); + Label127.Font = null; Label127.Name = "Label127"; - ComboBox解开两音后的响应方式8_4.AccessibleDescription = (string) null; - ComboBox解开两音后的响应方式8_4.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox解开两音后的响应方式8_4, "ComboBox解开两音后的响应方式8_4"); - ComboBox解开两音后的响应方式8_4.BackgroundImage = (Image) null; + ComboBox解开两音后的响应方式8_4.AccessibleDescription = null; + ComboBox解开两音后的响应方式8_4.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox解开两音后的响应方式8_4, "ComboBox解开两音后的响应方式8_4"); + ComboBox解开两音后的响应方式8_4.BackgroundImage = null; ComboBox解开两音后的响应方式8_4.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox解开两音后的响应方式8_4.Font = (Font) null; + ComboBox解开两音后的响应方式8_4.Font = null; ComboBox解开两音后的响应方式8_4.FormattingEnabled = true; ComboBox解开两音后的响应方式8_4.Items.AddRange(new object[4] { - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式8_4.Items"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式8_4.Items1"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式8_4.Items2"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式8_4.Items3") + componentResourceManager.GetString("ComboBox解开两音后的响应方式8_4.Items"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式8_4.Items1"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式8_4.Items2"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式8_4.Items3") }); ComboBox解开两音后的响应方式8_4.Name = "ComboBox解开两音后的响应方式8_4"; - Label128.AccessibleDescription = (string) null; - Label128.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label128, "Label128"); - Label128.Font = (Font) null; + Label128.AccessibleDescription = null; + Label128.AccessibleName = null; + componentResourceManager.ApplyResources(Label128, "Label128"); + Label128.Font = null; Label128.Name = "Label128"; - ComboBox两音的组合方式8_4.AccessibleDescription = (string) null; - ComboBox两音的组合方式8_4.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox两音的组合方式8_4, "ComboBox两音的组合方式8_4"); - ComboBox两音的组合方式8_4.BackgroundImage = (Image) null; + ComboBox两音的组合方式8_4.AccessibleDescription = null; + ComboBox两音的组合方式8_4.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox两音的组合方式8_4, "ComboBox两音的组合方式8_4"); + ComboBox两音的组合方式8_4.BackgroundImage = null; ComboBox两音的组合方式8_4.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox两音的组合方式8_4.Font = (Font) null; + ComboBox两音的组合方式8_4.Font = null; ComboBox两音的组合方式8_4.FormattingEnabled = true; ComboBox两音的组合方式8_4.Items.AddRange(new object[16] { - (object) componentResourceManager.GetString("ComboBox两音的组合方式8_4.Items"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式8_4.Items1"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式8_4.Items2"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式8_4.Items3"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式8_4.Items4"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式8_4.Items5"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式8_4.Items6"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式8_4.Items7"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式8_4.Items8"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式8_4.Items9"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式8_4.Items10"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式8_4.Items11"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式8_4.Items12"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式8_4.Items13"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式8_4.Items14"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式8_4.Items15") + componentResourceManager.GetString("ComboBox两音的组合方式8_4.Items"), + componentResourceManager.GetString("ComboBox两音的组合方式8_4.Items1"), + componentResourceManager.GetString("ComboBox两音的组合方式8_4.Items2"), + componentResourceManager.GetString("ComboBox两音的组合方式8_4.Items3"), + componentResourceManager.GetString("ComboBox两音的组合方式8_4.Items4"), + componentResourceManager.GetString("ComboBox两音的组合方式8_4.Items5"), + componentResourceManager.GetString("ComboBox两音的组合方式8_4.Items6"), + componentResourceManager.GetString("ComboBox两音的组合方式8_4.Items7"), + componentResourceManager.GetString("ComboBox两音的组合方式8_4.Items8"), + componentResourceManager.GetString("ComboBox两音的组合方式8_4.Items9"), + componentResourceManager.GetString("ComboBox两音的组合方式8_4.Items10"), + componentResourceManager.GetString("ComboBox两音的组合方式8_4.Items11"), + componentResourceManager.GetString("ComboBox两音的组合方式8_4.Items12"), + componentResourceManager.GetString("ComboBox两音的组合方式8_4.Items13"), + componentResourceManager.GetString("ComboBox两音的组合方式8_4.Items14"), + componentResourceManager.GetString("ComboBox两音的组合方式8_4.Items15") }); ComboBox两音的组合方式8_4.Name = "ComboBox两音的组合方式8_4"; - Label129.AccessibleDescription = (string) null; - Label129.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label129, "Label129"); - Label129.Font = (Font) null; + Label129.AccessibleDescription = null; + Label129.AccessibleName = null; + componentResourceManager.ApplyResources(Label129, "Label129"); + Label129.Font = null; Label129.Name = "Label129"; - NumericUpDown8_D.AccessibleDescription = (string) null; - NumericUpDown8_D.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) NumericUpDown8_D, "NumericUpDown8_D"); + NumericUpDown8_D.AccessibleDescription = null; + NumericUpDown8_D.AccessibleName = null; + componentResourceManager.ApplyResources(NumericUpDown8_D, "NumericUpDown8_D"); NumericUpDown8_D.DecimalPlaces = 1; - NumericUpDown8_D.Font = (Font) null; - NumericUpDown numericUpDown8D1 = NumericUpDown8_D; + NumericUpDown8_D.Font = null; + var numericUpDown8D1 = NumericUpDown8_D; num1 = new Decimal(new int[4]{ 1, 0, 0, 65536 }); - Decimal num114 = num1; + var num114 = num1; numericUpDown8D1.Increment = num114; - NumericUpDown numericUpDown8D2 = NumericUpDown8_D; + var numericUpDown8D2 = NumericUpDown8_D; num1 = new Decimal(new int[4]{ 3200, 0, 0, 0 }); - Decimal num115 = num1; + var num115 = num1; numericUpDown8D2.Maximum = num115; - NumericUpDown numericUpDown8D3 = NumericUpDown8_D; + var numericUpDown8D3 = NumericUpDown8_D; num1 = new Decimal(new int[4]{ 2885, 0, 0, 65536 }); - Decimal num116 = num1; + var num116 = num1; numericUpDown8D3.Minimum = num116; NumericUpDown8_D.Name = "NumericUpDown8_D"; - NumericUpDown numericUpDown8D4 = NumericUpDown8_D; + var numericUpDown8D4 = NumericUpDown8_D; num1 = new Decimal(new int[4]{ 2885, 0, 0, 65536 }); - Decimal num117 = num1; + var num117 = num1; numericUpDown8D4.Value = num117; - NumericUpDown8_C.AccessibleDescription = (string) null; - NumericUpDown8_C.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) NumericUpDown8_C, "NumericUpDown8_C"); + NumericUpDown8_C.AccessibleDescription = null; + NumericUpDown8_C.AccessibleName = null; + componentResourceManager.ApplyResources(NumericUpDown8_C, "NumericUpDown8_C"); NumericUpDown8_C.DecimalPlaces = 1; - NumericUpDown8_C.Font = (Font) null; - NumericUpDown numericUpDown8C1 = NumericUpDown8_C; + NumericUpDown8_C.Font = null; + var numericUpDown8C1 = NumericUpDown8_C; num1 = new Decimal(new int[4]{ 1, 0, 0, 65536 }); - Decimal num118 = num1; + var num118 = num1; numericUpDown8C1.Increment = num118; - NumericUpDown numericUpDown8C2 = NumericUpDown8_C; + var numericUpDown8C2 = NumericUpDown8_C; num1 = new Decimal(new int[4]{ 3200, 0, 0, 0 }); - Decimal num119 = num1; + var num119 = num1; numericUpDown8C2.Maximum = num119; - NumericUpDown numericUpDown8C3 = NumericUpDown8_C; + var numericUpDown8C3 = NumericUpDown8_C; num1 = new Decimal(new int[4]{ 2885, 0, 0, 65536 }); - Decimal num120 = num1; + var num120 = num1; numericUpDown8C3.Minimum = num120; NumericUpDown8_C.Name = "NumericUpDown8_C"; - NumericUpDown numericUpDown8C4 = NumericUpDown8_C; + var numericUpDown8C4 = NumericUpDown8_C; num1 = new Decimal(new int[4]{ 2885, 0, 0, 65536 }); - Decimal num121 = num1; + var num121 = num1; numericUpDown8C4.Value = num121; - NumericUpDown8_B.AccessibleDescription = (string) null; - NumericUpDown8_B.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) NumericUpDown8_B, "NumericUpDown8_B"); + NumericUpDown8_B.AccessibleDescription = null; + NumericUpDown8_B.AccessibleName = null; + componentResourceManager.ApplyResources(NumericUpDown8_B, "NumericUpDown8_B"); NumericUpDown8_B.DecimalPlaces = 1; - NumericUpDown8_B.Font = (Font) null; - NumericUpDown numericUpDown8B1 = NumericUpDown8_B; + NumericUpDown8_B.Font = null; + var numericUpDown8B1 = NumericUpDown8_B; num1 = new Decimal(new int[4]{ 1, 0, 0, 65536 }); - Decimal num122 = num1; + var num122 = num1; numericUpDown8B1.Increment = num122; - NumericUpDown numericUpDown8B2 = NumericUpDown8_B; + var numericUpDown8B2 = NumericUpDown8_B; num1 = new Decimal(new int[4]{ 3200, 0, 0, 0 }); - Decimal num123 = num1; + var num123 = num1; numericUpDown8B2.Maximum = num123; - NumericUpDown numericUpDown8B3 = NumericUpDown8_B; + var numericUpDown8B3 = NumericUpDown8_B; num1 = new Decimal(new int[4]{ 2885, 0, 0, 65536 }); - Decimal num124 = num1; + var num124 = num1; numericUpDown8B3.Minimum = num124; NumericUpDown8_B.Name = "NumericUpDown8_B"; - NumericUpDown numericUpDown8B4 = NumericUpDown8_B; + var numericUpDown8B4 = NumericUpDown8_B; num1 = new Decimal(new int[4]{ 2885, 0, 0, 65536 }); - Decimal num125 = num1; + var num125 = num1; numericUpDown8B4.Value = num125; - Label130.AccessibleDescription = (string) null; - Label130.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label130, "Label130"); - Label130.Font = (Font) null; + Label130.AccessibleDescription = null; + Label130.AccessibleName = null; + componentResourceManager.ApplyResources(Label130, "Label130"); + Label130.Font = null; Label130.Name = "Label130"; - NumericUpDown8_A.AccessibleDescription = (string) null; - NumericUpDown8_A.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) NumericUpDown8_A, "NumericUpDown8_A"); + NumericUpDown8_A.AccessibleDescription = null; + NumericUpDown8_A.AccessibleName = null; + componentResourceManager.ApplyResources(NumericUpDown8_A, "NumericUpDown8_A"); NumericUpDown8_A.DecimalPlaces = 1; - NumericUpDown8_A.Font = (Font) null; - NumericUpDown numericUpDown8A1 = NumericUpDown8_A; + NumericUpDown8_A.Font = null; + var numericUpDown8A1 = NumericUpDown8_A; num1 = new Decimal(new int[4]{ 1, 0, 0, 65536 }); - Decimal num126 = num1; + var num126 = num1; numericUpDown8A1.Increment = num126; - NumericUpDown numericUpDown8A2 = NumericUpDown8_A; + var numericUpDown8A2 = NumericUpDown8_A; num1 = new Decimal(new int[4]{ 3200, 0, 0, 0 }); - Decimal num127 = num1; + var num127 = num1; numericUpDown8A2.Maximum = num127; - NumericUpDown numericUpDown8A3 = NumericUpDown8_A; + var numericUpDown8A3 = NumericUpDown8_A; num1 = new Decimal(new int[4]{ 2885, 0, 0, 65536 }); - Decimal num128 = num1; + var num128 = num1; numericUpDown8A3.Minimum = num128; NumericUpDown8_A.Name = "NumericUpDown8_A"; - NumericUpDown numericUpDown8A4 = NumericUpDown8_A; + var numericUpDown8A4 = NumericUpDown8_A; num1 = new Decimal(new int[4]{ 2885, 0, 0, 65536 }); - Decimal num129 = num1; + var num129 = num1; numericUpDown8A4.Value = num129; - Label131.AccessibleDescription = (string) null; - Label131.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label131, "Label131"); - Label131.Font = (Font) null; + Label131.AccessibleDescription = null; + Label131.AccessibleName = null; + componentResourceManager.ApplyResources(Label131, "Label131"); + Label131.Font = null; Label131.Name = "Label131"; - Label132.AccessibleDescription = (string) null; - Label132.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label132, "Label132"); - Label132.Font = (Font) null; + Label132.AccessibleDescription = null; + Label132.AccessibleName = null; + componentResourceManager.ApplyResources(Label132, "Label132"); + Label132.Font = null; Label132.Name = "Label132"; - Label133.AccessibleDescription = (string) null; - Label133.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label133, "Label133"); - Label133.Font = (Font) null; + Label133.AccessibleDescription = null; + Label133.AccessibleName = null; + componentResourceManager.ApplyResources(Label133, "Label133"); + Label133.Font = null; Label133.Name = "Label133"; - GroupBox30.AccessibleDescription = (string) null; - GroupBox30.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) GroupBox30, "GroupBox30"); - GroupBox30.BackgroundImage = (Image) null; - GroupBox30.Controls.Add((Control) ComboBox提示音8_3); - GroupBox30.Controls.Add((Control) Label134); - GroupBox30.Controls.Add((Control) ComboBox解开两音后的响应方式8_3); - GroupBox30.Controls.Add((Control) Label135); - GroupBox30.Controls.Add((Control) ComboBox两音的组合方式8_3); - GroupBox30.Controls.Add((Control) Label136); - GroupBox30.Font = (Font) null; + GroupBox30.AccessibleDescription = null; + GroupBox30.AccessibleName = null; + componentResourceManager.ApplyResources(GroupBox30, "GroupBox30"); + GroupBox30.BackgroundImage = null; + GroupBox30.Controls.Add(ComboBox提示音8_3); + GroupBox30.Controls.Add(Label134); + GroupBox30.Controls.Add(ComboBox解开两音后的响应方式8_3); + GroupBox30.Controls.Add(Label135); + GroupBox30.Controls.Add(ComboBox两音的组合方式8_3); + GroupBox30.Controls.Add(Label136); + GroupBox30.Font = null; GroupBox30.Name = "GroupBox30"; GroupBox30.TabStop = false; - ComboBox提示音8_3.AccessibleDescription = (string) null; - ComboBox提示音8_3.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox提示音8_3, "ComboBox提示音8_3"); - ComboBox提示音8_3.BackgroundImage = (Image) null; + ComboBox提示音8_3.AccessibleDescription = null; + ComboBox提示音8_3.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox提示音8_3, "ComboBox提示音8_3"); + ComboBox提示音8_3.BackgroundImage = null; ComboBox提示音8_3.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox提示音8_3.Font = (Font) null; + ComboBox提示音8_3.Font = null; ComboBox提示音8_3.FormattingEnabled = true; ComboBox提示音8_3.Name = "ComboBox提示音8_3"; - Label134.AccessibleDescription = (string) null; - Label134.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label134, "Label134"); - Label134.Font = (Font) null; + Label134.AccessibleDescription = null; + Label134.AccessibleName = null; + componentResourceManager.ApplyResources(Label134, "Label134"); + Label134.Font = null; Label134.Name = "Label134"; - ComboBox解开两音后的响应方式8_3.AccessibleDescription = (string) null; - ComboBox解开两音后的响应方式8_3.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox解开两音后的响应方式8_3, "ComboBox解开两音后的响应方式8_3"); - ComboBox解开两音后的响应方式8_3.BackgroundImage = (Image) null; + ComboBox解开两音后的响应方式8_3.AccessibleDescription = null; + ComboBox解开两音后的响应方式8_3.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox解开两音后的响应方式8_3, "ComboBox解开两音后的响应方式8_3"); + ComboBox解开两音后的响应方式8_3.BackgroundImage = null; ComboBox解开两音后的响应方式8_3.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox解开两音后的响应方式8_3.Font = (Font) null; + ComboBox解开两音后的响应方式8_3.Font = null; ComboBox解开两音后的响应方式8_3.FormattingEnabled = true; ComboBox解开两音后的响应方式8_3.Items.AddRange(new object[4] { - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式8_3.Items"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式8_3.Items1"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式8_3.Items2"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式8_3.Items3") + componentResourceManager.GetString("ComboBox解开两音后的响应方式8_3.Items"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式8_3.Items1"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式8_3.Items2"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式8_3.Items3") }); ComboBox解开两音后的响应方式8_3.Name = "ComboBox解开两音后的响应方式8_3"; - Label135.AccessibleDescription = (string) null; - Label135.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label135, "Label135"); - Label135.Font = (Font) null; + Label135.AccessibleDescription = null; + Label135.AccessibleName = null; + componentResourceManager.ApplyResources(Label135, "Label135"); + Label135.Font = null; Label135.Name = "Label135"; - ComboBox两音的组合方式8_3.AccessibleDescription = (string) null; - ComboBox两音的组合方式8_3.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox两音的组合方式8_3, "ComboBox两音的组合方式8_3"); - ComboBox两音的组合方式8_3.BackgroundImage = (Image) null; + ComboBox两音的组合方式8_3.AccessibleDescription = null; + ComboBox两音的组合方式8_3.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox两音的组合方式8_3, "ComboBox两音的组合方式8_3"); + ComboBox两音的组合方式8_3.BackgroundImage = null; ComboBox两音的组合方式8_3.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox两音的组合方式8_3.Font = (Font) null; + ComboBox两音的组合方式8_3.Font = null; ComboBox两音的组合方式8_3.FormattingEnabled = true; ComboBox两音的组合方式8_3.Items.AddRange(new object[16] { - (object) componentResourceManager.GetString("ComboBox两音的组合方式8_3.Items"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式8_3.Items1"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式8_3.Items2"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式8_3.Items3"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式8_3.Items4"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式8_3.Items5"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式8_3.Items6"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式8_3.Items7"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式8_3.Items8"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式8_3.Items9"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式8_3.Items10"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式8_3.Items11"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式8_3.Items12"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式8_3.Items13"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式8_3.Items14"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式8_3.Items15") + componentResourceManager.GetString("ComboBox两音的组合方式8_3.Items"), + componentResourceManager.GetString("ComboBox两音的组合方式8_3.Items1"), + componentResourceManager.GetString("ComboBox两音的组合方式8_3.Items2"), + componentResourceManager.GetString("ComboBox两音的组合方式8_3.Items3"), + componentResourceManager.GetString("ComboBox两音的组合方式8_3.Items4"), + componentResourceManager.GetString("ComboBox两音的组合方式8_3.Items5"), + componentResourceManager.GetString("ComboBox两音的组合方式8_3.Items6"), + componentResourceManager.GetString("ComboBox两音的组合方式8_3.Items7"), + componentResourceManager.GetString("ComboBox两音的组合方式8_3.Items8"), + componentResourceManager.GetString("ComboBox两音的组合方式8_3.Items9"), + componentResourceManager.GetString("ComboBox两音的组合方式8_3.Items10"), + componentResourceManager.GetString("ComboBox两音的组合方式8_3.Items11"), + componentResourceManager.GetString("ComboBox两音的组合方式8_3.Items12"), + componentResourceManager.GetString("ComboBox两音的组合方式8_3.Items13"), + componentResourceManager.GetString("ComboBox两音的组合方式8_3.Items14"), + componentResourceManager.GetString("ComboBox两音的组合方式8_3.Items15") }); ComboBox两音的组合方式8_3.Name = "ComboBox两音的组合方式8_3"; - Label136.AccessibleDescription = (string) null; - Label136.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label136, "Label136"); - Label136.Font = (Font) null; + Label136.AccessibleDescription = null; + Label136.AccessibleName = null; + componentResourceManager.ApplyResources(Label136, "Label136"); + Label136.Font = null; Label136.Name = "Label136"; - GroupBox31.AccessibleDescription = (string) null; - GroupBox31.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) GroupBox31, "GroupBox31"); - GroupBox31.BackgroundImage = (Image) null; - GroupBox31.Controls.Add((Control) ComboBox提示音8_2); - GroupBox31.Controls.Add((Control) Label137); - GroupBox31.Controls.Add((Control) ComboBox解开两音后的响应方式8_2); - GroupBox31.Controls.Add((Control) Label138); - GroupBox31.Controls.Add((Control) ComboBox两音的组合方式8_2); - GroupBox31.Controls.Add((Control) Label139); - GroupBox31.Font = (Font) null; + GroupBox31.AccessibleDescription = null; + GroupBox31.AccessibleName = null; + componentResourceManager.ApplyResources(GroupBox31, "GroupBox31"); + GroupBox31.BackgroundImage = null; + GroupBox31.Controls.Add(ComboBox提示音8_2); + GroupBox31.Controls.Add(Label137); + GroupBox31.Controls.Add(ComboBox解开两音后的响应方式8_2); + GroupBox31.Controls.Add(Label138); + GroupBox31.Controls.Add(ComboBox两音的组合方式8_2); + GroupBox31.Controls.Add(Label139); + GroupBox31.Font = null; GroupBox31.Name = "GroupBox31"; GroupBox31.TabStop = false; - ComboBox提示音8_2.AccessibleDescription = (string) null; - ComboBox提示音8_2.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox提示音8_2, "ComboBox提示音8_2"); - ComboBox提示音8_2.BackgroundImage = (Image) null; + ComboBox提示音8_2.AccessibleDescription = null; + ComboBox提示音8_2.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox提示音8_2, "ComboBox提示音8_2"); + ComboBox提示音8_2.BackgroundImage = null; ComboBox提示音8_2.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox提示音8_2.Font = (Font) null; + ComboBox提示音8_2.Font = null; ComboBox提示音8_2.FormattingEnabled = true; ComboBox提示音8_2.Name = "ComboBox提示音8_2"; - Label137.AccessibleDescription = (string) null; - Label137.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label137, "Label137"); - Label137.Font = (Font) null; + Label137.AccessibleDescription = null; + Label137.AccessibleName = null; + componentResourceManager.ApplyResources(Label137, "Label137"); + Label137.Font = null; Label137.Name = "Label137"; - ComboBox解开两音后的响应方式8_2.AccessibleDescription = (string) null; - ComboBox解开两音后的响应方式8_2.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox解开两音后的响应方式8_2, "ComboBox解开两音后的响应方式8_2"); - ComboBox解开两音后的响应方式8_2.BackgroundImage = (Image) null; + ComboBox解开两音后的响应方式8_2.AccessibleDescription = null; + ComboBox解开两音后的响应方式8_2.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox解开两音后的响应方式8_2, "ComboBox解开两音后的响应方式8_2"); + ComboBox解开两音后的响应方式8_2.BackgroundImage = null; ComboBox解开两音后的响应方式8_2.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox解开两音后的响应方式8_2.Font = (Font) null; + ComboBox解开两音后的响应方式8_2.Font = null; ComboBox解开两音后的响应方式8_2.FormattingEnabled = true; ComboBox解开两音后的响应方式8_2.Items.AddRange(new object[4] { - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式8_2.Items"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式8_2.Items1"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式8_2.Items2"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式8_2.Items3") + componentResourceManager.GetString("ComboBox解开两音后的响应方式8_2.Items"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式8_2.Items1"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式8_2.Items2"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式8_2.Items3") }); ComboBox解开两音后的响应方式8_2.Name = "ComboBox解开两音后的响应方式8_2"; - Label138.AccessibleDescription = (string) null; - Label138.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label138, "Label138"); - Label138.Font = (Font) null; + Label138.AccessibleDescription = null; + Label138.AccessibleName = null; + componentResourceManager.ApplyResources(Label138, "Label138"); + Label138.Font = null; Label138.Name = "Label138"; - ComboBox两音的组合方式8_2.AccessibleDescription = (string) null; - ComboBox两音的组合方式8_2.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox两音的组合方式8_2, "ComboBox两音的组合方式8_2"); - ComboBox两音的组合方式8_2.BackgroundImage = (Image) null; + ComboBox两音的组合方式8_2.AccessibleDescription = null; + ComboBox两音的组合方式8_2.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox两音的组合方式8_2, "ComboBox两音的组合方式8_2"); + ComboBox两音的组合方式8_2.BackgroundImage = null; ComboBox两音的组合方式8_2.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox两音的组合方式8_2.Font = (Font) null; + ComboBox两音的组合方式8_2.Font = null; ComboBox两音的组合方式8_2.FormattingEnabled = true; ComboBox两音的组合方式8_2.Items.AddRange(new object[16] { - (object) componentResourceManager.GetString("ComboBox两音的组合方式8_2.Items"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式8_2.Items1"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式8_2.Items2"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式8_2.Items3"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式8_2.Items4"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式8_2.Items5"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式8_2.Items6"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式8_2.Items7"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式8_2.Items8"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式8_2.Items9"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式8_2.Items10"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式8_2.Items11"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式8_2.Items12"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式8_2.Items13"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式8_2.Items14"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式8_2.Items15") + componentResourceManager.GetString("ComboBox两音的组合方式8_2.Items"), + componentResourceManager.GetString("ComboBox两音的组合方式8_2.Items1"), + componentResourceManager.GetString("ComboBox两音的组合方式8_2.Items2"), + componentResourceManager.GetString("ComboBox两音的组合方式8_2.Items3"), + componentResourceManager.GetString("ComboBox两音的组合方式8_2.Items4"), + componentResourceManager.GetString("ComboBox两音的组合方式8_2.Items5"), + componentResourceManager.GetString("ComboBox两音的组合方式8_2.Items6"), + componentResourceManager.GetString("ComboBox两音的组合方式8_2.Items7"), + componentResourceManager.GetString("ComboBox两音的组合方式8_2.Items8"), + componentResourceManager.GetString("ComboBox两音的组合方式8_2.Items9"), + componentResourceManager.GetString("ComboBox两音的组合方式8_2.Items10"), + componentResourceManager.GetString("ComboBox两音的组合方式8_2.Items11"), + componentResourceManager.GetString("ComboBox两音的组合方式8_2.Items12"), + componentResourceManager.GetString("ComboBox两音的组合方式8_2.Items13"), + componentResourceManager.GetString("ComboBox两音的组合方式8_2.Items14"), + componentResourceManager.GetString("ComboBox两音的组合方式8_2.Items15") }); ComboBox两音的组合方式8_2.Name = "ComboBox两音的组合方式8_2"; - Label139.AccessibleDescription = (string) null; - Label139.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label139, "Label139"); - Label139.Font = (Font) null; + Label139.AccessibleDescription = null; + Label139.AccessibleName = null; + componentResourceManager.ApplyResources(Label139, "Label139"); + Label139.Font = null; Label139.Name = "Label139"; - GroupBox32.AccessibleDescription = (string) null; - GroupBox32.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) GroupBox32, "GroupBox32"); - GroupBox32.BackgroundImage = (Image) null; - GroupBox32.Controls.Add((Control) ComboBox提示音8_1); - GroupBox32.Controls.Add((Control) Label140); - GroupBox32.Controls.Add((Control) ComboBox解开两音后的响应方式8_1); - GroupBox32.Controls.Add((Control) Label141); - GroupBox32.Controls.Add((Control) ComboBox两音的组合方式8_1); - GroupBox32.Controls.Add((Control) Label142); - GroupBox32.Font = (Font) null; + GroupBox32.AccessibleDescription = null; + GroupBox32.AccessibleName = null; + componentResourceManager.ApplyResources(GroupBox32, "GroupBox32"); + GroupBox32.BackgroundImage = null; + GroupBox32.Controls.Add(ComboBox提示音8_1); + GroupBox32.Controls.Add(Label140); + GroupBox32.Controls.Add(ComboBox解开两音后的响应方式8_1); + GroupBox32.Controls.Add(Label141); + GroupBox32.Controls.Add(ComboBox两音的组合方式8_1); + GroupBox32.Controls.Add(Label142); + GroupBox32.Font = null; GroupBox32.Name = "GroupBox32"; GroupBox32.TabStop = false; - ComboBox提示音8_1.AccessibleDescription = (string) null; - ComboBox提示音8_1.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox提示音8_1, "ComboBox提示音8_1"); - ComboBox提示音8_1.BackgroundImage = (Image) null; + ComboBox提示音8_1.AccessibleDescription = null; + ComboBox提示音8_1.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox提示音8_1, "ComboBox提示音8_1"); + ComboBox提示音8_1.BackgroundImage = null; ComboBox提示音8_1.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox提示音8_1.Font = (Font) null; + ComboBox提示音8_1.Font = null; ComboBox提示音8_1.FormattingEnabled = true; ComboBox提示音8_1.Name = "ComboBox提示音8_1"; - Label140.AccessibleDescription = (string) null; - Label140.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label140, "Label140"); - Label140.Font = (Font) null; + Label140.AccessibleDescription = null; + Label140.AccessibleName = null; + componentResourceManager.ApplyResources(Label140, "Label140"); + Label140.Font = null; Label140.Name = "Label140"; - ComboBox解开两音后的响应方式8_1.AccessibleDescription = (string) null; - ComboBox解开两音后的响应方式8_1.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox解开两音后的响应方式8_1, "ComboBox解开两音后的响应方式8_1"); - ComboBox解开两音后的响应方式8_1.BackgroundImage = (Image) null; + ComboBox解开两音后的响应方式8_1.AccessibleDescription = null; + ComboBox解开两音后的响应方式8_1.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox解开两音后的响应方式8_1, "ComboBox解开两音后的响应方式8_1"); + ComboBox解开两音后的响应方式8_1.BackgroundImage = null; ComboBox解开两音后的响应方式8_1.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox解开两音后的响应方式8_1.Font = (Font) null; + ComboBox解开两音后的响应方式8_1.Font = null; ComboBox解开两音后的响应方式8_1.FormattingEnabled = true; ComboBox解开两音后的响应方式8_1.Items.AddRange(new object[4] { - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式8_1.Items"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式8_1.Items1"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式8_1.Items2"), - (object) componentResourceManager.GetString("ComboBox解开两音后的响应方式8_1.Items3") + componentResourceManager.GetString("ComboBox解开两音后的响应方式8_1.Items"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式8_1.Items1"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式8_1.Items2"), + componentResourceManager.GetString("ComboBox解开两音后的响应方式8_1.Items3") }); ComboBox解开两音后的响应方式8_1.Name = "ComboBox解开两音后的响应方式8_1"; - Label141.AccessibleDescription = (string) null; - Label141.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label141, "Label141"); - Label141.Font = (Font) null; + Label141.AccessibleDescription = null; + Label141.AccessibleName = null; + componentResourceManager.ApplyResources(Label141, "Label141"); + Label141.Font = null; Label141.Name = "Label141"; - ComboBox两音的组合方式8_1.AccessibleDescription = (string) null; - ComboBox两音的组合方式8_1.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox两音的组合方式8_1, "ComboBox两音的组合方式8_1"); - ComboBox两音的组合方式8_1.BackgroundImage = (Image) null; + ComboBox两音的组合方式8_1.AccessibleDescription = null; + ComboBox两音的组合方式8_1.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox两音的组合方式8_1, "ComboBox两音的组合方式8_1"); + ComboBox两音的组合方式8_1.BackgroundImage = null; ComboBox两音的组合方式8_1.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox两音的组合方式8_1.Font = (Font) null; + ComboBox两音的组合方式8_1.Font = null; ComboBox两音的组合方式8_1.FormattingEnabled = true; ComboBox两音的组合方式8_1.Items.AddRange(new object[16] { - (object) componentResourceManager.GetString("ComboBox两音的组合方式8_1.Items"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式8_1.Items1"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式8_1.Items2"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式8_1.Items3"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式8_1.Items4"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式8_1.Items5"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式8_1.Items6"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式8_1.Items7"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式8_1.Items8"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式8_1.Items9"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式8_1.Items10"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式8_1.Items11"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式8_1.Items12"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式8_1.Items13"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式8_1.Items14"), - (object) componentResourceManager.GetString("ComboBox两音的组合方式8_1.Items15") + componentResourceManager.GetString("ComboBox两音的组合方式8_1.Items"), + componentResourceManager.GetString("ComboBox两音的组合方式8_1.Items1"), + componentResourceManager.GetString("ComboBox两音的组合方式8_1.Items2"), + componentResourceManager.GetString("ComboBox两音的组合方式8_1.Items3"), + componentResourceManager.GetString("ComboBox两音的组合方式8_1.Items4"), + componentResourceManager.GetString("ComboBox两音的组合方式8_1.Items5"), + componentResourceManager.GetString("ComboBox两音的组合方式8_1.Items6"), + componentResourceManager.GetString("ComboBox两音的组合方式8_1.Items7"), + componentResourceManager.GetString("ComboBox两音的组合方式8_1.Items8"), + componentResourceManager.GetString("ComboBox两音的组合方式8_1.Items9"), + componentResourceManager.GetString("ComboBox两音的组合方式8_1.Items10"), + componentResourceManager.GetString("ComboBox两音的组合方式8_1.Items11"), + componentResourceManager.GetString("ComboBox两音的组合方式8_1.Items12"), + componentResourceManager.GetString("ComboBox两音的组合方式8_1.Items13"), + componentResourceManager.GetString("ComboBox两音的组合方式8_1.Items14"), + componentResourceManager.GetString("ComboBox两音的组合方式8_1.Items15") }); ComboBox两音的组合方式8_1.Name = "ComboBox两音的组合方式8_1"; - Label142.AccessibleDescription = (string) null; - Label142.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label142, "Label142"); - Label142.Font = (Font) null; + Label142.AccessibleDescription = null; + Label142.AccessibleName = null; + componentResourceManager.ApplyResources(Label142, "Label142"); + Label142.Font = null; Label142.Name = "Label142"; - TabPage11.AccessibleDescription = (string) null; - TabPage11.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) TabPage11, "TabPage11"); - TabPage11.BackgroundImage = (Image) null; - TabPage11.Controls.Add((Control) ComboBox自动复位时间); - TabPage11.Controls.Add((Control) ComboBox预载波时间); - TabPage11.Controls.Add((Control) CheckBox空闲自动应答); - TabPage11.Controls.Add((Control) Label14); - TabPage11.Controls.Add((Control) CheckBox短哔音); - TabPage11.Controls.Add((Control) CheckBox侧音); - TabPage11.Controls.Add((Control) Label1); - TabPage11.Font = (Font) null; + TabPage11.AccessibleDescription = null; + TabPage11.AccessibleName = null; + componentResourceManager.ApplyResources(TabPage11, "TabPage11"); + TabPage11.BackgroundImage = null; + TabPage11.Controls.Add(ComboBox自动复位时间); + TabPage11.Controls.Add(ComboBox预载波时间); + TabPage11.Controls.Add(CheckBox空闲自动应答); + TabPage11.Controls.Add(Label14); + TabPage11.Controls.Add(CheckBox短哔音); + TabPage11.Controls.Add(CheckBox侧音); + TabPage11.Controls.Add(Label1); + TabPage11.Font = null; TabPage11.Name = "TabPage11"; TabPage11.UseVisualStyleBackColor = true; - ComboBox自动复位时间.AccessibleDescription = (string) null; - ComboBox自动复位时间.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox自动复位时间, "ComboBox自动复位时间"); - ComboBox自动复位时间.BackgroundImage = (Image) null; + ComboBox自动复位时间.AccessibleDescription = null; + ComboBox自动复位时间.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox自动复位时间, "ComboBox自动复位时间"); + ComboBox自动复位时间.BackgroundImage = null; ComboBox自动复位时间.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox自动复位时间.Font = (Font) null; + ComboBox自动复位时间.Font = null; ComboBox自动复位时间.FormattingEnabled = true; ComboBox自动复位时间.Items.AddRange(new object[101] { - (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") + componentResourceManager.GetString("ComboBox自动复位时间.Items"), + componentResourceManager.GetString("ComboBox自动复位时间.Items1"), + componentResourceManager.GetString("ComboBox自动复位时间.Items2"), + componentResourceManager.GetString("ComboBox自动复位时间.Items3"), + componentResourceManager.GetString("ComboBox自动复位时间.Items4"), + componentResourceManager.GetString("ComboBox自动复位时间.Items5"), + componentResourceManager.GetString("ComboBox自动复位时间.Items6"), + componentResourceManager.GetString("ComboBox自动复位时间.Items7"), + componentResourceManager.GetString("ComboBox自动复位时间.Items8"), + componentResourceManager.GetString("ComboBox自动复位时间.Items9"), + componentResourceManager.GetString("ComboBox自动复位时间.Items10"), + componentResourceManager.GetString("ComboBox自动复位时间.Items11"), + componentResourceManager.GetString("ComboBox自动复位时间.Items12"), + componentResourceManager.GetString("ComboBox自动复位时间.Items13"), + componentResourceManager.GetString("ComboBox自动复位时间.Items14"), + componentResourceManager.GetString("ComboBox自动复位时间.Items15"), + componentResourceManager.GetString("ComboBox自动复位时间.Items16"), + componentResourceManager.GetString("ComboBox自动复位时间.Items17"), + componentResourceManager.GetString("ComboBox自动复位时间.Items18"), + componentResourceManager.GetString("ComboBox自动复位时间.Items19"), + componentResourceManager.GetString("ComboBox自动复位时间.Items20"), + componentResourceManager.GetString("ComboBox自动复位时间.Items21"), + componentResourceManager.GetString("ComboBox自动复位时间.Items22"), + componentResourceManager.GetString("ComboBox自动复位时间.Items23"), + componentResourceManager.GetString("ComboBox自动复位时间.Items24"), + componentResourceManager.GetString("ComboBox自动复位时间.Items25"), + componentResourceManager.GetString("ComboBox自动复位时间.Items26"), + componentResourceManager.GetString("ComboBox自动复位时间.Items27"), + componentResourceManager.GetString("ComboBox自动复位时间.Items28"), + componentResourceManager.GetString("ComboBox自动复位时间.Items29"), + componentResourceManager.GetString("ComboBox自动复位时间.Items30"), + componentResourceManager.GetString("ComboBox自动复位时间.Items31"), + componentResourceManager.GetString("ComboBox自动复位时间.Items32"), + componentResourceManager.GetString("ComboBox自动复位时间.Items33"), + componentResourceManager.GetString("ComboBox自动复位时间.Items34"), + componentResourceManager.GetString("ComboBox自动复位时间.Items35"), + componentResourceManager.GetString("ComboBox自动复位时间.Items36"), + componentResourceManager.GetString("ComboBox自动复位时间.Items37"), + componentResourceManager.GetString("ComboBox自动复位时间.Items38"), + componentResourceManager.GetString("ComboBox自动复位时间.Items39"), + componentResourceManager.GetString("ComboBox自动复位时间.Items40"), + componentResourceManager.GetString("ComboBox自动复位时间.Items41"), + componentResourceManager.GetString("ComboBox自动复位时间.Items42"), + componentResourceManager.GetString("ComboBox自动复位时间.Items43"), + componentResourceManager.GetString("ComboBox自动复位时间.Items44"), + componentResourceManager.GetString("ComboBox自动复位时间.Items45"), + componentResourceManager.GetString("ComboBox自动复位时间.Items46"), + componentResourceManager.GetString("ComboBox自动复位时间.Items47"), + componentResourceManager.GetString("ComboBox自动复位时间.Items48"), + componentResourceManager.GetString("ComboBox自动复位时间.Items49"), + componentResourceManager.GetString("ComboBox自动复位时间.Items50"), + componentResourceManager.GetString("ComboBox自动复位时间.Items51"), + componentResourceManager.GetString("ComboBox自动复位时间.Items52"), + componentResourceManager.GetString("ComboBox自动复位时间.Items53"), + componentResourceManager.GetString("ComboBox自动复位时间.Items54"), + componentResourceManager.GetString("ComboBox自动复位时间.Items55"), + componentResourceManager.GetString("ComboBox自动复位时间.Items56"), + componentResourceManager.GetString("ComboBox自动复位时间.Items57"), + componentResourceManager.GetString("ComboBox自动复位时间.Items58"), + componentResourceManager.GetString("ComboBox自动复位时间.Items59"), + componentResourceManager.GetString("ComboBox自动复位时间.Items60"), + componentResourceManager.GetString("ComboBox自动复位时间.Items61"), + componentResourceManager.GetString("ComboBox自动复位时间.Items62"), + componentResourceManager.GetString("ComboBox自动复位时间.Items63"), + componentResourceManager.GetString("ComboBox自动复位时间.Items64"), + componentResourceManager.GetString("ComboBox自动复位时间.Items65"), + componentResourceManager.GetString("ComboBox自动复位时间.Items66"), + componentResourceManager.GetString("ComboBox自动复位时间.Items67"), + componentResourceManager.GetString("ComboBox自动复位时间.Items68"), + componentResourceManager.GetString("ComboBox自动复位时间.Items69"), + componentResourceManager.GetString("ComboBox自动复位时间.Items70"), + componentResourceManager.GetString("ComboBox自动复位时间.Items71"), + componentResourceManager.GetString("ComboBox自动复位时间.Items72"), + componentResourceManager.GetString("ComboBox自动复位时间.Items73"), + componentResourceManager.GetString("ComboBox自动复位时间.Items74"), + componentResourceManager.GetString("ComboBox自动复位时间.Items75"), + componentResourceManager.GetString("ComboBox自动复位时间.Items76"), + componentResourceManager.GetString("ComboBox自动复位时间.Items77"), + componentResourceManager.GetString("ComboBox自动复位时间.Items78"), + componentResourceManager.GetString("ComboBox自动复位时间.Items79"), + componentResourceManager.GetString("ComboBox自动复位时间.Items80"), + componentResourceManager.GetString("ComboBox自动复位时间.Items81"), + componentResourceManager.GetString("ComboBox自动复位时间.Items82"), + componentResourceManager.GetString("ComboBox自动复位时间.Items83"), + componentResourceManager.GetString("ComboBox自动复位时间.Items84"), + componentResourceManager.GetString("ComboBox自动复位时间.Items85"), + componentResourceManager.GetString("ComboBox自动复位时间.Items86"), + componentResourceManager.GetString("ComboBox自动复位时间.Items87"), + componentResourceManager.GetString("ComboBox自动复位时间.Items88"), + componentResourceManager.GetString("ComboBox自动复位时间.Items89"), + componentResourceManager.GetString("ComboBox自动复位时间.Items90"), + componentResourceManager.GetString("ComboBox自动复位时间.Items91"), + componentResourceManager.GetString("ComboBox自动复位时间.Items92"), + componentResourceManager.GetString("ComboBox自动复位时间.Items93"), + componentResourceManager.GetString("ComboBox自动复位时间.Items94"), + componentResourceManager.GetString("ComboBox自动复位时间.Items95"), + componentResourceManager.GetString("ComboBox自动复位时间.Items96"), + componentResourceManager.GetString("ComboBox自动复位时间.Items97"), + componentResourceManager.GetString("ComboBox自动复位时间.Items98"), + componentResourceManager.GetString("ComboBox自动复位时间.Items99"), + componentResourceManager.GetString("ComboBox自动复位时间.Items100") }); ComboBox自动复位时间.Name = "ComboBox自动复位时间"; - ComboBox预载波时间.AccessibleDescription = (string) null; - ComboBox预载波时间.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox预载波时间, "ComboBox预载波时间"); - ComboBox预载波时间.BackgroundImage = (Image) null; + ComboBox预载波时间.AccessibleDescription = null; + ComboBox预载波时间.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox预载波时间, "ComboBox预载波时间"); + ComboBox预载波时间.BackgroundImage = null; ComboBox预载波时间.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox预载波时间.Font = (Font) null; + ComboBox预载波时间.Font = null; ComboBox预载波时间.FormattingEnabled = true; ComboBox预载波时间.Items.AddRange(new object[51] { - (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") + componentResourceManager.GetString("ComboBox预载波时间.Items"), + componentResourceManager.GetString("ComboBox预载波时间.Items1"), + componentResourceManager.GetString("ComboBox预载波时间.Items2"), + componentResourceManager.GetString("ComboBox预载波时间.Items3"), + componentResourceManager.GetString("ComboBox预载波时间.Items4"), + componentResourceManager.GetString("ComboBox预载波时间.Items5"), + componentResourceManager.GetString("ComboBox预载波时间.Items6"), + componentResourceManager.GetString("ComboBox预载波时间.Items7"), + componentResourceManager.GetString("ComboBox预载波时间.Items8"), + componentResourceManager.GetString("ComboBox预载波时间.Items9"), + componentResourceManager.GetString("ComboBox预载波时间.Items10"), + componentResourceManager.GetString("ComboBox预载波时间.Items11"), + componentResourceManager.GetString("ComboBox预载波时间.Items12"), + componentResourceManager.GetString("ComboBox预载波时间.Items13"), + componentResourceManager.GetString("ComboBox预载波时间.Items14"), + componentResourceManager.GetString("ComboBox预载波时间.Items15"), + componentResourceManager.GetString("ComboBox预载波时间.Items16"), + componentResourceManager.GetString("ComboBox预载波时间.Items17"), + componentResourceManager.GetString("ComboBox预载波时间.Items18"), + componentResourceManager.GetString("ComboBox预载波时间.Items19"), + componentResourceManager.GetString("ComboBox预载波时间.Items20"), + componentResourceManager.GetString("ComboBox预载波时间.Items21"), + componentResourceManager.GetString("ComboBox预载波时间.Items22"), + componentResourceManager.GetString("ComboBox预载波时间.Items23"), + componentResourceManager.GetString("ComboBox预载波时间.Items24"), + componentResourceManager.GetString("ComboBox预载波时间.Items25"), + componentResourceManager.GetString("ComboBox预载波时间.Items26"), + componentResourceManager.GetString("ComboBox预载波时间.Items27"), + componentResourceManager.GetString("ComboBox预载波时间.Items28"), + componentResourceManager.GetString("ComboBox预载波时间.Items29"), + componentResourceManager.GetString("ComboBox预载波时间.Items30"), + componentResourceManager.GetString("ComboBox预载波时间.Items31"), + componentResourceManager.GetString("ComboBox预载波时间.Items32"), + componentResourceManager.GetString("ComboBox预载波时间.Items33"), + componentResourceManager.GetString("ComboBox预载波时间.Items34"), + componentResourceManager.GetString("ComboBox预载波时间.Items35"), + componentResourceManager.GetString("ComboBox预载波时间.Items36"), + componentResourceManager.GetString("ComboBox预载波时间.Items37"), + componentResourceManager.GetString("ComboBox预载波时间.Items38"), + componentResourceManager.GetString("ComboBox预载波时间.Items39"), + componentResourceManager.GetString("ComboBox预载波时间.Items40"), + componentResourceManager.GetString("ComboBox预载波时间.Items41"), + componentResourceManager.GetString("ComboBox预载波时间.Items42"), + componentResourceManager.GetString("ComboBox预载波时间.Items43"), + componentResourceManager.GetString("ComboBox预载波时间.Items44"), + componentResourceManager.GetString("ComboBox预载波时间.Items45"), + componentResourceManager.GetString("ComboBox预载波时间.Items46"), + componentResourceManager.GetString("ComboBox预载波时间.Items47"), + componentResourceManager.GetString("ComboBox预载波时间.Items48"), + componentResourceManager.GetString("ComboBox预载波时间.Items49"), + componentResourceManager.GetString("ComboBox预载波时间.Items50") }); ComboBox预载波时间.Name = "ComboBox预载波时间"; - CheckBox空闲自动应答.AccessibleDescription = (string) null; - CheckBox空闲自动应答.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) CheckBox空闲自动应答, "CheckBox空闲自动应答"); - CheckBox空闲自动应答.BackgroundImage = (Image) null; - CheckBox空闲自动应答.Font = (Font) null; + CheckBox空闲自动应答.AccessibleDescription = null; + CheckBox空闲自动应答.AccessibleName = null; + componentResourceManager.ApplyResources(CheckBox空闲自动应答, "CheckBox空闲自动应答"); + CheckBox空闲自动应答.BackgroundImage = null; + CheckBox空闲自动应答.Font = null; CheckBox空闲自动应答.Name = "CheckBox空闲自动应答"; CheckBox空闲自动应答.UseVisualStyleBackColor = true; - Label14.AccessibleDescription = (string) null; - Label14.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label14, "Label14"); - Label14.Font = (Font) null; + Label14.AccessibleDescription = null; + Label14.AccessibleName = null; + componentResourceManager.ApplyResources(Label14, "Label14"); + Label14.Font = null; Label14.Name = "Label14"; - CheckBox短哔音.AccessibleDescription = (string) null; - CheckBox短哔音.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) CheckBox短哔音, "CheckBox短哔音"); - CheckBox短哔音.BackgroundImage = (Image) null; - CheckBox短哔音.Font = (Font) null; + CheckBox短哔音.AccessibleDescription = null; + CheckBox短哔音.AccessibleName = null; + componentResourceManager.ApplyResources(CheckBox短哔音, "CheckBox短哔音"); + CheckBox短哔音.BackgroundImage = null; + CheckBox短哔音.Font = null; CheckBox短哔音.Name = "CheckBox短哔音"; CheckBox短哔音.UseVisualStyleBackColor = true; - CheckBox侧音.AccessibleDescription = (string) null; - CheckBox侧音.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) CheckBox侧音, "CheckBox侧音"); - CheckBox侧音.BackgroundImage = (Image) null; - CheckBox侧音.Font = (Font) null; + CheckBox侧音.AccessibleDescription = null; + CheckBox侧音.AccessibleName = null; + componentResourceManager.ApplyResources(CheckBox侧音, "CheckBox侧音"); + CheckBox侧音.BackgroundImage = null; + CheckBox侧音.Font = null; CheckBox侧音.Name = "CheckBox侧音"; CheckBox侧音.UseVisualStyleBackColor = true; - Label1.AccessibleDescription = (string) null; - Label1.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label1, "Label1"); - Label1.Font = (Font) null; + Label1.AccessibleDescription = null; + Label1.AccessibleName = null; + componentResourceManager.ApplyResources(Label1, "Label1"); + Label1.Font = null; Label1.Name = "Label1"; - Button3.AccessibleDescription = (string) null; - Button3.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Button3, "Button3"); - Button3.BackgroundImage = (Image) null; - Button3.Font = (Font) null; + Button3.AccessibleDescription = null; + Button3.AccessibleName = null; + componentResourceManager.ApplyResources(Button3, "Button3"); + Button3.BackgroundImage = null; + Button3.Font = null; Button3.Name = "Button3"; Button3.UseVisualStyleBackColor = true; - Button2.AccessibleDescription = (string) null; - Button2.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Button2, "Button2"); - Button2.BackgroundImage = (Image) null; - Button2.Font = (Font) null; + Button2.AccessibleDescription = null; + Button2.AccessibleName = null; + componentResourceManager.ApplyResources(Button2, "Button2"); + Button2.BackgroundImage = null; + Button2.Font = null; Button2.Name = "Button2"; Button2.UseVisualStyleBackColor = true; - Button1.AccessibleDescription = (string) null; - Button1.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Button1, "Button1"); - Button1.BackgroundImage = (Image) null; - Button1.Font = (Font) null; + Button1.AccessibleDescription = null; + Button1.AccessibleName = null; + componentResourceManager.ApplyResources(Button1, "Button1"); + Button1.BackgroundImage = null; + Button1.Font = null; Button1.Name = "Button1"; Button1.UseVisualStyleBackColor = true; - ComboBox37.AccessibleDescription = (string) null; - ComboBox37.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox37, "ComboBox37"); - ComboBox37.BackgroundImage = (Image) null; + ComboBox37.AccessibleDescription = null; + ComboBox37.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox37, "ComboBox37"); + ComboBox37.BackgroundImage = null; ComboBox37.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox37.Font = (Font) null; + ComboBox37.Font = null; ComboBox37.FormattingEnabled = true; ComboBox37.Name = "ComboBox37"; - Label67.AccessibleDescription = (string) null; - Label67.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label67, "Label67"); - Label67.Font = (Font) null; + Label67.AccessibleDescription = null; + Label67.AccessibleName = null; + componentResourceManager.ApplyResources(Label67, "Label67"); + Label67.Font = null; Label67.Name = "Label67"; - ComboBox38.AccessibleDescription = (string) null; - ComboBox38.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox38, "ComboBox38"); - ComboBox38.BackgroundImage = (Image) null; + ComboBox38.AccessibleDescription = null; + ComboBox38.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox38, "ComboBox38"); + ComboBox38.BackgroundImage = null; ComboBox38.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox38.Font = (Font) null; + ComboBox38.Font = null; ComboBox38.FormattingEnabled = true; ComboBox38.Items.AddRange(new object[4] { - (object) componentResourceManager.GetString("ComboBox38.Items"), - (object) componentResourceManager.GetString("ComboBox38.Items1"), - (object) componentResourceManager.GetString("ComboBox38.Items2"), - (object) componentResourceManager.GetString("ComboBox38.Items3") + componentResourceManager.GetString("ComboBox38.Items"), + componentResourceManager.GetString("ComboBox38.Items1"), + componentResourceManager.GetString("ComboBox38.Items2"), + componentResourceManager.GetString("ComboBox38.Items3") }); ComboBox38.Name = "ComboBox38"; - Label68.AccessibleDescription = (string) null; - Label68.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label68, "Label68"); - Label68.Font = (Font) null; + Label68.AccessibleDescription = null; + Label68.AccessibleName = null; + componentResourceManager.ApplyResources(Label68, "Label68"); + Label68.Font = null; Label68.Name = "Label68"; - ComboBox39.AccessibleDescription = (string) null; - ComboBox39.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox39, "ComboBox39"); - ComboBox39.BackgroundImage = (Image) null; + ComboBox39.AccessibleDescription = null; + ComboBox39.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox39, "ComboBox39"); + ComboBox39.BackgroundImage = null; ComboBox39.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox39.Font = (Font) null; + ComboBox39.Font = null; ComboBox39.FormattingEnabled = true; ComboBox39.Items.AddRange(new object[16] { - (object) componentResourceManager.GetString("ComboBox39.Items"), - (object) componentResourceManager.GetString("ComboBox39.Items1"), - (object) componentResourceManager.GetString("ComboBox39.Items2"), - (object) componentResourceManager.GetString("ComboBox39.Items3"), - (object) componentResourceManager.GetString("ComboBox39.Items4"), - (object) componentResourceManager.GetString("ComboBox39.Items5"), - (object) componentResourceManager.GetString("ComboBox39.Items6"), - (object) componentResourceManager.GetString("ComboBox39.Items7"), - (object) componentResourceManager.GetString("ComboBox39.Items8"), - (object) componentResourceManager.GetString("ComboBox39.Items9"), - (object) componentResourceManager.GetString("ComboBox39.Items10"), - (object) componentResourceManager.GetString("ComboBox39.Items11"), - (object) componentResourceManager.GetString("ComboBox39.Items12"), - (object) componentResourceManager.GetString("ComboBox39.Items13"), - (object) componentResourceManager.GetString("ComboBox39.Items14"), - (object) componentResourceManager.GetString("ComboBox39.Items15") + componentResourceManager.GetString("ComboBox39.Items"), + componentResourceManager.GetString("ComboBox39.Items1"), + componentResourceManager.GetString("ComboBox39.Items2"), + componentResourceManager.GetString("ComboBox39.Items3"), + componentResourceManager.GetString("ComboBox39.Items4"), + componentResourceManager.GetString("ComboBox39.Items5"), + componentResourceManager.GetString("ComboBox39.Items6"), + componentResourceManager.GetString("ComboBox39.Items7"), + componentResourceManager.GetString("ComboBox39.Items8"), + componentResourceManager.GetString("ComboBox39.Items9"), + componentResourceManager.GetString("ComboBox39.Items10"), + componentResourceManager.GetString("ComboBox39.Items11"), + componentResourceManager.GetString("ComboBox39.Items12"), + componentResourceManager.GetString("ComboBox39.Items13"), + componentResourceManager.GetString("ComboBox39.Items14"), + componentResourceManager.GetString("ComboBox39.Items15") }); ComboBox39.Name = "ComboBox39"; - Label69.AccessibleDescription = (string) null; - Label69.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label69, "Label69"); - Label69.Font = (Font) null; + Label69.AccessibleDescription = null; + Label69.AccessibleName = null; + componentResourceManager.ApplyResources(Label69, "Label69"); + Label69.Font = null; Label69.Name = "Label69"; - ComboBox40.AccessibleDescription = (string) null; - ComboBox40.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox40, "ComboBox40"); - ComboBox40.BackgroundImage = (Image) null; + ComboBox40.AccessibleDescription = null; + ComboBox40.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox40, "ComboBox40"); + ComboBox40.BackgroundImage = null; ComboBox40.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox40.Font = (Font) null; + ComboBox40.Font = null; ComboBox40.FormattingEnabled = true; ComboBox40.Name = "ComboBox40"; - Label74.AccessibleDescription = (string) null; - Label74.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label74, "Label74"); - Label74.Font = (Font) null; + Label74.AccessibleDescription = null; + Label74.AccessibleName = null; + componentResourceManager.ApplyResources(Label74, "Label74"); + Label74.Font = null; Label74.Name = "Label74"; - ComboBox41.AccessibleDescription = (string) null; - ComboBox41.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox41, "ComboBox41"); - ComboBox41.BackgroundImage = (Image) null; + ComboBox41.AccessibleDescription = null; + ComboBox41.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox41, "ComboBox41"); + ComboBox41.BackgroundImage = null; ComboBox41.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox41.Font = (Font) null; + ComboBox41.Font = null; ComboBox41.FormattingEnabled = true; ComboBox41.Items.AddRange(new object[4] { - (object) componentResourceManager.GetString("ComboBox41.Items"), - (object) componentResourceManager.GetString("ComboBox41.Items1"), - (object) componentResourceManager.GetString("ComboBox41.Items2"), - (object) componentResourceManager.GetString("ComboBox41.Items3") + componentResourceManager.GetString("ComboBox41.Items"), + componentResourceManager.GetString("ComboBox41.Items1"), + componentResourceManager.GetString("ComboBox41.Items2"), + componentResourceManager.GetString("ComboBox41.Items3") }); ComboBox41.Name = "ComboBox41"; - Label75.AccessibleDescription = (string) null; - Label75.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label75, "Label75"); - Label75.Font = (Font) null; + Label75.AccessibleDescription = null; + Label75.AccessibleName = null; + componentResourceManager.ApplyResources(Label75, "Label75"); + Label75.Font = null; Label75.Name = "Label75"; - ComboBox42.AccessibleDescription = (string) null; - ComboBox42.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox42, "ComboBox42"); - ComboBox42.BackgroundImage = (Image) null; + ComboBox42.AccessibleDescription = null; + ComboBox42.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox42, "ComboBox42"); + ComboBox42.BackgroundImage = null; ComboBox42.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox42.Font = (Font) null; + ComboBox42.Font = null; ComboBox42.FormattingEnabled = true; ComboBox42.Items.AddRange(new object[16] { - (object) componentResourceManager.GetString("ComboBox42.Items"), - (object) componentResourceManager.GetString("ComboBox42.Items1"), - (object) componentResourceManager.GetString("ComboBox42.Items2"), - (object) componentResourceManager.GetString("ComboBox42.Items3"), - (object) componentResourceManager.GetString("ComboBox42.Items4"), - (object) componentResourceManager.GetString("ComboBox42.Items5"), - (object) componentResourceManager.GetString("ComboBox42.Items6"), - (object) componentResourceManager.GetString("ComboBox42.Items7"), - (object) componentResourceManager.GetString("ComboBox42.Items8"), - (object) componentResourceManager.GetString("ComboBox42.Items9"), - (object) componentResourceManager.GetString("ComboBox42.Items10"), - (object) componentResourceManager.GetString("ComboBox42.Items11"), - (object) componentResourceManager.GetString("ComboBox42.Items12"), - (object) componentResourceManager.GetString("ComboBox42.Items13"), - (object) componentResourceManager.GetString("ComboBox42.Items14"), - (object) componentResourceManager.GetString("ComboBox42.Items15") + componentResourceManager.GetString("ComboBox42.Items"), + componentResourceManager.GetString("ComboBox42.Items1"), + componentResourceManager.GetString("ComboBox42.Items2"), + componentResourceManager.GetString("ComboBox42.Items3"), + componentResourceManager.GetString("ComboBox42.Items4"), + componentResourceManager.GetString("ComboBox42.Items5"), + componentResourceManager.GetString("ComboBox42.Items6"), + componentResourceManager.GetString("ComboBox42.Items7"), + componentResourceManager.GetString("ComboBox42.Items8"), + componentResourceManager.GetString("ComboBox42.Items9"), + componentResourceManager.GetString("ComboBox42.Items10"), + componentResourceManager.GetString("ComboBox42.Items11"), + componentResourceManager.GetString("ComboBox42.Items12"), + componentResourceManager.GetString("ComboBox42.Items13"), + componentResourceManager.GetString("ComboBox42.Items14"), + componentResourceManager.GetString("ComboBox42.Items15") }); ComboBox42.Name = "ComboBox42"; - Label76.AccessibleDescription = (string) null; - Label76.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label76, "Label76"); - Label76.Font = (Font) null; + Label76.AccessibleDescription = null; + Label76.AccessibleName = null; + componentResourceManager.ApplyResources(Label76, "Label76"); + Label76.Font = null; Label76.Name = "Label76"; - ComboBox43.AccessibleDescription = (string) null; - ComboBox43.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox43, "ComboBox43"); - ComboBox43.BackgroundImage = (Image) null; + ComboBox43.AccessibleDescription = null; + ComboBox43.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox43, "ComboBox43"); + ComboBox43.BackgroundImage = null; ComboBox43.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox43.Font = (Font) null; + ComboBox43.Font = null; ComboBox43.FormattingEnabled = true; ComboBox43.Name = "ComboBox43"; - Label77.AccessibleDescription = (string) null; - Label77.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label77, "Label77"); - Label77.Font = (Font) null; + Label77.AccessibleDescription = null; + Label77.AccessibleName = null; + componentResourceManager.ApplyResources(Label77, "Label77"); + Label77.Font = null; Label77.Name = "Label77"; - ComboBox44.AccessibleDescription = (string) null; - ComboBox44.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox44, "ComboBox44"); - ComboBox44.BackgroundImage = (Image) null; + ComboBox44.AccessibleDescription = null; + ComboBox44.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox44, "ComboBox44"); + ComboBox44.BackgroundImage = null; ComboBox44.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox44.Font = (Font) null; + ComboBox44.Font = null; ComboBox44.FormattingEnabled = true; ComboBox44.Items.AddRange(new object[4] { - (object) componentResourceManager.GetString("ComboBox44.Items"), - (object) componentResourceManager.GetString("ComboBox44.Items1"), - (object) componentResourceManager.GetString("ComboBox44.Items2"), - (object) componentResourceManager.GetString("ComboBox44.Items3") + componentResourceManager.GetString("ComboBox44.Items"), + componentResourceManager.GetString("ComboBox44.Items1"), + componentResourceManager.GetString("ComboBox44.Items2"), + componentResourceManager.GetString("ComboBox44.Items3") }); ComboBox44.Name = "ComboBox44"; - Label78.AccessibleDescription = (string) null; - Label78.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label78, "Label78"); - Label78.Font = (Font) null; + Label78.AccessibleDescription = null; + Label78.AccessibleName = null; + componentResourceManager.ApplyResources(Label78, "Label78"); + Label78.Font = null; Label78.Name = "Label78"; - ComboBox45.AccessibleDescription = (string) null; - ComboBox45.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox45, "ComboBox45"); - ComboBox45.BackgroundImage = (Image) null; + ComboBox45.AccessibleDescription = null; + ComboBox45.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox45, "ComboBox45"); + ComboBox45.BackgroundImage = null; ComboBox45.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox45.Font = (Font) null; + ComboBox45.Font = null; ComboBox45.FormattingEnabled = true; ComboBox45.Items.AddRange(new object[16] { - (object) componentResourceManager.GetString("ComboBox45.Items"), - (object) componentResourceManager.GetString("ComboBox45.Items1"), - (object) componentResourceManager.GetString("ComboBox45.Items2"), - (object) componentResourceManager.GetString("ComboBox45.Items3"), - (object) componentResourceManager.GetString("ComboBox45.Items4"), - (object) componentResourceManager.GetString("ComboBox45.Items5"), - (object) componentResourceManager.GetString("ComboBox45.Items6"), - (object) componentResourceManager.GetString("ComboBox45.Items7"), - (object) componentResourceManager.GetString("ComboBox45.Items8"), - (object) componentResourceManager.GetString("ComboBox45.Items9"), - (object) componentResourceManager.GetString("ComboBox45.Items10"), - (object) componentResourceManager.GetString("ComboBox45.Items11"), - (object) componentResourceManager.GetString("ComboBox45.Items12"), - (object) componentResourceManager.GetString("ComboBox45.Items13"), - (object) componentResourceManager.GetString("ComboBox45.Items14"), - (object) componentResourceManager.GetString("ComboBox45.Items15") + componentResourceManager.GetString("ComboBox45.Items"), + componentResourceManager.GetString("ComboBox45.Items1"), + componentResourceManager.GetString("ComboBox45.Items2"), + componentResourceManager.GetString("ComboBox45.Items3"), + componentResourceManager.GetString("ComboBox45.Items4"), + componentResourceManager.GetString("ComboBox45.Items5"), + componentResourceManager.GetString("ComboBox45.Items6"), + componentResourceManager.GetString("ComboBox45.Items7"), + componentResourceManager.GetString("ComboBox45.Items8"), + componentResourceManager.GetString("ComboBox45.Items9"), + componentResourceManager.GetString("ComboBox45.Items10"), + componentResourceManager.GetString("ComboBox45.Items11"), + componentResourceManager.GetString("ComboBox45.Items12"), + componentResourceManager.GetString("ComboBox45.Items13"), + componentResourceManager.GetString("ComboBox45.Items14"), + componentResourceManager.GetString("ComboBox45.Items15") }); ComboBox45.Name = "ComboBox45"; - Label79.AccessibleDescription = (string) null; - Label79.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label79, "Label79"); - Label79.Font = (Font) null; + Label79.AccessibleDescription = null; + Label79.AccessibleName = null; + componentResourceManager.ApplyResources(Label79, "Label79"); + Label79.Font = null; Label79.Name = "Label79"; - ComboBox46.AccessibleDescription = (string) null; - ComboBox46.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox46, "ComboBox46"); - ComboBox46.BackgroundImage = (Image) null; + ComboBox46.AccessibleDescription = null; + ComboBox46.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox46, "ComboBox46"); + ComboBox46.BackgroundImage = null; ComboBox46.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox46.Font = (Font) null; + ComboBox46.Font = null; ComboBox46.FormattingEnabled = true; ComboBox46.Name = "ComboBox46"; - Label80.AccessibleDescription = (string) null; - Label80.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label80, "Label80"); - Label80.Font = (Font) null; + Label80.AccessibleDescription = null; + Label80.AccessibleName = null; + componentResourceManager.ApplyResources(Label80, "Label80"); + Label80.Font = null; Label80.Name = "Label80"; - ComboBox47.AccessibleDescription = (string) null; - ComboBox47.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox47, "ComboBox47"); - ComboBox47.BackgroundImage = (Image) null; + ComboBox47.AccessibleDescription = null; + ComboBox47.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox47, "ComboBox47"); + ComboBox47.BackgroundImage = null; ComboBox47.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox47.Font = (Font) null; + ComboBox47.Font = null; ComboBox47.FormattingEnabled = true; ComboBox47.Items.AddRange(new object[4] { - (object) componentResourceManager.GetString("ComboBox47.Items"), - (object) componentResourceManager.GetString("ComboBox47.Items1"), - (object) componentResourceManager.GetString("ComboBox47.Items2"), - (object) componentResourceManager.GetString("ComboBox47.Items3") + componentResourceManager.GetString("ComboBox47.Items"), + componentResourceManager.GetString("ComboBox47.Items1"), + componentResourceManager.GetString("ComboBox47.Items2"), + componentResourceManager.GetString("ComboBox47.Items3") }); ComboBox47.Name = "ComboBox47"; - Label81.AccessibleDescription = (string) null; - Label81.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label81, "Label81"); - Label81.Font = (Font) null; + Label81.AccessibleDescription = null; + Label81.AccessibleName = null; + componentResourceManager.ApplyResources(Label81, "Label81"); + Label81.Font = null; Label81.Name = "Label81"; - ComboBox48.AccessibleDescription = (string) null; - ComboBox48.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox48, "ComboBox48"); - ComboBox48.BackgroundImage = (Image) null; + ComboBox48.AccessibleDescription = null; + ComboBox48.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox48, "ComboBox48"); + ComboBox48.BackgroundImage = null; ComboBox48.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox48.Font = (Font) null; + ComboBox48.Font = null; ComboBox48.FormattingEnabled = true; ComboBox48.Items.AddRange(new object[16] { - (object) componentResourceManager.GetString("ComboBox48.Items"), - (object) componentResourceManager.GetString("ComboBox48.Items1"), - (object) componentResourceManager.GetString("ComboBox48.Items2"), - (object) componentResourceManager.GetString("ComboBox48.Items3"), - (object) componentResourceManager.GetString("ComboBox48.Items4"), - (object) componentResourceManager.GetString("ComboBox48.Items5"), - (object) componentResourceManager.GetString("ComboBox48.Items6"), - (object) componentResourceManager.GetString("ComboBox48.Items7"), - (object) componentResourceManager.GetString("ComboBox48.Items8"), - (object) componentResourceManager.GetString("ComboBox48.Items9"), - (object) componentResourceManager.GetString("ComboBox48.Items10"), - (object) componentResourceManager.GetString("ComboBox48.Items11"), - (object) componentResourceManager.GetString("ComboBox48.Items12"), - (object) componentResourceManager.GetString("ComboBox48.Items13"), - (object) componentResourceManager.GetString("ComboBox48.Items14"), - (object) componentResourceManager.GetString("ComboBox48.Items15") + componentResourceManager.GetString("ComboBox48.Items"), + componentResourceManager.GetString("ComboBox48.Items1"), + componentResourceManager.GetString("ComboBox48.Items2"), + componentResourceManager.GetString("ComboBox48.Items3"), + componentResourceManager.GetString("ComboBox48.Items4"), + componentResourceManager.GetString("ComboBox48.Items5"), + componentResourceManager.GetString("ComboBox48.Items6"), + componentResourceManager.GetString("ComboBox48.Items7"), + componentResourceManager.GetString("ComboBox48.Items8"), + componentResourceManager.GetString("ComboBox48.Items9"), + componentResourceManager.GetString("ComboBox48.Items10"), + componentResourceManager.GetString("ComboBox48.Items11"), + componentResourceManager.GetString("ComboBox48.Items12"), + componentResourceManager.GetString("ComboBox48.Items13"), + componentResourceManager.GetString("ComboBox48.Items14"), + componentResourceManager.GetString("ComboBox48.Items15") }); ComboBox48.Name = "ComboBox48"; - Label82.AccessibleDescription = (string) null; - Label82.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label82, "Label82"); - Label82.Font = (Font) null; + Label82.AccessibleDescription = null; + Label82.AccessibleName = null; + componentResourceManager.ApplyResources(Label82, "Label82"); + Label82.Font = null; Label82.Name = "Label82"; - AccessibleDescription = (string) null; - AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) this, "$this"); + AccessibleDescription = null; + AccessibleName = null; + componentResourceManager.ApplyResources(this, "$this"); AutoScaleMode = AutoScaleMode.Font; - BackgroundImage = (Image) null; - Controls.Add((Control) Button3); - Controls.Add((Control) Button2); - Controls.Add((Control) Button1); - Controls.Add((Control) TabControl1); - Font = (Font) null; + BackgroundImage = null; + Controls.Add(Button3); + Controls.Add(Button2); + Controls.Add(Button1); + Controls.Add(TabControl1); + Font = null; Name = nameof (_2ToneForm); TabControl1.ResumeLayout(false); TabPage1.ResumeLayout(false); @@ -8507,233 +8507,233 @@ namespace HPG_68D public void _2ToneForm_Deactivate(object sender, EventArgs e) { DataGridView1.EndEdit(); - int num1 = 1024; + var num1 = 1024; MyProject.Forms.MDIParent1.Set_U16To2Byte_L_H(Convert.ToInt32(Decimal.Multiply(NumericUpDown1_A.Value, 10M)), checked (num1 + 0)); MyProject.Forms.MDIParent1.Set_U16To2Byte_L_H(Convert.ToInt32(Decimal.Multiply(NumericUpDown1_B.Value, 10M)), checked (num1 + 2)); MyProject.Forms.MDIParent1.Set_U16To2Byte_L_H(Convert.ToInt32(Decimal.Multiply(NumericUpDown1_C.Value, 10M)), checked (num1 + 4)); MyProject.Forms.MDIParent1.Set_U16To2Byte_L_H(Convert.ToInt32(Decimal.Multiply(NumericUpDown1_D.Value, 10M)), checked (num1 + 6)); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox两音的组合方式1_1, checked (num1 + 8), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox解开两音后的响应方式1_1, checked (num1 + 9), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox提示音1_1, checked (num1 + 10), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox两音的组合方式1_2, checked (num1 + 11), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox解开两音后的响应方式1_2, checked (num1 + 12), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox提示音1_2, checked (num1 + 13), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox两音的组合方式1_3, checked (num1 + 14), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox解开两音后的响应方式1_3, checked (num1 + 15), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox提示音1_3, checked (num1 + 16), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox两音的组合方式1_4, checked (num1 + 17), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox解开两音后的响应方式1_4, checked (num1 + 18), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox提示音1_4, checked (num1 + 19), publicva.AllBit, 0); - int num2 = 1056; + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox两音的组合方式1_1, checked (num1 + 8), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox解开两音后的响应方式1_1, checked (num1 + 9), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox提示音1_1, checked (num1 + 10), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox两音的组合方式1_2, checked (num1 + 11), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox解开两音后的响应方式1_2, checked (num1 + 12), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox提示音1_2, checked (num1 + 13), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox两音的组合方式1_3, checked (num1 + 14), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox解开两音后的响应方式1_3, checked (num1 + 15), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox提示音1_3, checked (num1 + 16), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox两音的组合方式1_4, checked (num1 + 17), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox解开两音后的响应方式1_4, checked (num1 + 18), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox提示音1_4, checked (num1 + 19), publicva.AllBit, 0); + var num2 = 1056; try { MyProject.Forms.MDIParent1.Set_U16To2Byte_L_H(Convert.ToInt32(Decimal.Multiply(NumericUpDown2_A.Value, 10M)), checked (num2 + 0)); MyProject.Forms.MDIParent1.Set_U16To2Byte_L_H(Convert.ToInt32(Decimal.Multiply(NumericUpDown2_B.Value, 10M)), checked (num2 + 2)); MyProject.Forms.MDIParent1.Set_U16To2Byte_L_H(Convert.ToInt32(Decimal.Multiply(NumericUpDown2_C.Value, 10M)), checked (num2 + 4)); MyProject.Forms.MDIParent1.Set_U16To2Byte_L_H(Convert.ToInt32(Decimal.Multiply(NumericUpDown2_D.Value, 10M)), checked (num2 + 6)); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox两音的组合方式2_1, checked (num2 + 8), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox解开两音后的响应方式2_1, checked (num2 + 9), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox提示音2_1, checked (num2 + 10), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox两音的组合方式2_2, checked (num2 + 11), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox解开两音后的响应方式2_2, checked (num2 + 12), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox提示音2_2, checked (num2 + 13), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox两音的组合方式2_3, checked (num2 + 14), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox解开两音后的响应方式2_3, checked (num2 + 15), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox提示音2_3, checked (num2 + 16), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox两音的组合方式2_4, checked (num2 + 17), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox解开两音后的响应方式2_4, checked (num2 + 18), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox提示音2_4, checked (num2 + 19), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox两音的组合方式2_1, checked (num2 + 8), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox解开两音后的响应方式2_1, checked (num2 + 9), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox提示音2_1, checked (num2 + 10), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox两音的组合方式2_2, checked (num2 + 11), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox解开两音后的响应方式2_2, checked (num2 + 12), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox提示音2_2, checked (num2 + 13), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox两音的组合方式2_3, checked (num2 + 14), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox解开两音后的响应方式2_3, checked (num2 + 15), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox提示音2_3, checked (num2 + 16), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox两音的组合方式2_4, checked (num2 + 17), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox解开两音后的响应方式2_4, checked (num2 + 18), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox提示音2_4, checked (num2 + 19), publicva.AllBit, 0); } catch (Exception ex) { ProjectData.SetProjectError(ex); ProjectData.ClearProjectError(); } - int num3 = 1088; + var num3 = 1088; try { MyProject.Forms.MDIParent1.Set_U16To2Byte_L_H(Convert.ToInt32(Decimal.Multiply(NumericUpDown3_A.Value, 10M)), checked (num3 + 0)); MyProject.Forms.MDIParent1.Set_U16To2Byte_L_H(Convert.ToInt32(Decimal.Multiply(NumericUpDown3_B.Value, 10M)), checked (num3 + 2)); MyProject.Forms.MDIParent1.Set_U16To2Byte_L_H(Convert.ToInt32(Decimal.Multiply(NumericUpDown3_C.Value, 10M)), checked (num3 + 4)); MyProject.Forms.MDIParent1.Set_U16To2Byte_L_H(Convert.ToInt32(Decimal.Multiply(NumericUpDown3_D.Value, 10M)), checked (num3 + 6)); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox两音的组合方式3_1, checked (num3 + 8), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox解开两音后的响应方式3_1, checked (num3 + 9), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox提示音3_1, checked (num3 + 10), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox两音的组合方式3_2, checked (num3 + 11), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox解开两音后的响应方式3_2, checked (num3 + 12), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox提示音3_2, checked (num3 + 13), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox两音的组合方式3_3, checked (num3 + 14), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox解开两音后的响应方式3_3, checked (num3 + 15), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox提示音3_3, checked (num3 + 16), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox两音的组合方式3_4, checked (num3 + 17), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox解开两音后的响应方式3_4, checked (num3 + 18), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox提示音3_4, checked (num3 + 19), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox两音的组合方式3_1, checked (num3 + 8), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox解开两音后的响应方式3_1, checked (num3 + 9), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox提示音3_1, checked (num3 + 10), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox两音的组合方式3_2, checked (num3 + 11), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox解开两音后的响应方式3_2, checked (num3 + 12), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox提示音3_2, checked (num3 + 13), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox两音的组合方式3_3, checked (num3 + 14), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox解开两音后的响应方式3_3, checked (num3 + 15), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox提示音3_3, checked (num3 + 16), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox两音的组合方式3_4, checked (num3 + 17), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox解开两音后的响应方式3_4, checked (num3 + 18), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox提示音3_4, checked (num3 + 19), publicva.AllBit, 0); } catch (Exception ex) { ProjectData.SetProjectError(ex); ProjectData.ClearProjectError(); } - int num4 = 1120; + var num4 = 1120; try { MyProject.Forms.MDIParent1.Set_U16To2Byte_L_H(Convert.ToInt32(Decimal.Multiply(NumericUpDown4_A.Value, 10M)), checked (num4 + 0)); MyProject.Forms.MDIParent1.Set_U16To2Byte_L_H(Convert.ToInt32(Decimal.Multiply(NumericUpDown4_B.Value, 10M)), checked (num4 + 2)); MyProject.Forms.MDIParent1.Set_U16To2Byte_L_H(Convert.ToInt32(Decimal.Multiply(NumericUpDown4_C.Value, 10M)), checked (num4 + 4)); MyProject.Forms.MDIParent1.Set_U16To2Byte_L_H(Convert.ToInt32(Decimal.Multiply(NumericUpDown4_D.Value, 10M)), checked (num4 + 6)); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox两音的组合方式4_1, checked (num4 + 8), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox解开两音后的响应方式4_1, checked (num4 + 9), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox提示音4_1, checked (num4 + 10), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox两音的组合方式4_2, checked (num4 + 11), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox解开两音后的响应方式4_2, checked (num4 + 12), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox提示音4_2, checked (num4 + 13), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox两音的组合方式4_3, checked (num4 + 14), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox解开两音后的响应方式4_3, checked (num4 + 15), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox提示音4_3, checked (num4 + 16), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox两音的组合方式4_4, checked (num4 + 17), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox解开两音后的响应方式4_4, checked (num4 + 18), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox提示音4_4, checked (num4 + 19), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox两音的组合方式4_1, checked (num4 + 8), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox解开两音后的响应方式4_1, checked (num4 + 9), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox提示音4_1, checked (num4 + 10), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox两音的组合方式4_2, checked (num4 + 11), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox解开两音后的响应方式4_2, checked (num4 + 12), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox提示音4_2, checked (num4 + 13), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox两音的组合方式4_3, checked (num4 + 14), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox解开两音后的响应方式4_3, checked (num4 + 15), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox提示音4_3, checked (num4 + 16), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox两音的组合方式4_4, checked (num4 + 17), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox解开两音后的响应方式4_4, checked (num4 + 18), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox提示音4_4, checked (num4 + 19), publicva.AllBit, 0); } catch (Exception ex) { ProjectData.SetProjectError(ex); ProjectData.ClearProjectError(); } - int num5 = 1152; + var num5 = 1152; try { MyProject.Forms.MDIParent1.Set_U16To2Byte_L_H(Convert.ToInt32(Decimal.Multiply(NumericUpDown5_A.Value, 10M)), checked (num5 + 0)); MyProject.Forms.MDIParent1.Set_U16To2Byte_L_H(Convert.ToInt32(Decimal.Multiply(NumericUpDown5_B.Value, 10M)), checked (num5 + 2)); MyProject.Forms.MDIParent1.Set_U16To2Byte_L_H(Convert.ToInt32(Decimal.Multiply(NumericUpDown5_C.Value, 10M)), checked (num5 + 4)); MyProject.Forms.MDIParent1.Set_U16To2Byte_L_H(Convert.ToInt32(Decimal.Multiply(NumericUpDown5_D.Value, 10M)), checked (num5 + 6)); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox两音的组合方式5_1, checked (num5 + 8), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox解开两音后的响应方式5_1, checked (num5 + 9), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox提示音5_1, checked (num5 + 10), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox两音的组合方式5_2, checked (num5 + 11), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox解开两音后的响应方式5_2, checked (num5 + 12), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox提示音5_2, checked (num5 + 13), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox两音的组合方式5_3, checked (num5 + 14), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox解开两音后的响应方式5_3, checked (num5 + 15), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox提示音5_3, checked (num5 + 16), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox两音的组合方式5_4, checked (num5 + 17), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox解开两音后的响应方式5_4, checked (num5 + 18), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox提示音5_4, checked (num5 + 19), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox两音的组合方式5_1, checked (num5 + 8), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox解开两音后的响应方式5_1, checked (num5 + 9), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox提示音5_1, checked (num5 + 10), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox两音的组合方式5_2, checked (num5 + 11), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox解开两音后的响应方式5_2, checked (num5 + 12), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox提示音5_2, checked (num5 + 13), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox两音的组合方式5_3, checked (num5 + 14), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox解开两音后的响应方式5_3, checked (num5 + 15), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox提示音5_3, checked (num5 + 16), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox两音的组合方式5_4, checked (num5 + 17), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox解开两音后的响应方式5_4, checked (num5 + 18), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox提示音5_4, checked (num5 + 19), publicva.AllBit, 0); } catch (Exception ex) { ProjectData.SetProjectError(ex); ProjectData.ClearProjectError(); } - int num6 = 1184; + var num6 = 1184; try { MyProject.Forms.MDIParent1.Set_U16To2Byte_L_H(Convert.ToInt32(Decimal.Multiply(NumericUpDown6_A.Value, 10M)), checked (num6 + 0)); MyProject.Forms.MDIParent1.Set_U16To2Byte_L_H(Convert.ToInt32(Decimal.Multiply(NumericUpDown6_B.Value, 10M)), checked (num6 + 2)); MyProject.Forms.MDIParent1.Set_U16To2Byte_L_H(Convert.ToInt32(Decimal.Multiply(NumericUpDown6_C.Value, 10M)), checked (num6 + 4)); MyProject.Forms.MDIParent1.Set_U16To2Byte_L_H(Convert.ToInt32(Decimal.Multiply(NumericUpDown6_D.Value, 10M)), checked (num6 + 6)); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox两音的组合方式6_1, checked (num6 + 8), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox解开两音后的响应方式6_1, checked (num6 + 9), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox提示音6_1, checked (num6 + 10), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox两音的组合方式6_2, checked (num6 + 11), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox解开两音后的响应方式6_2, checked (num6 + 12), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox提示音6_2, checked (num6 + 13), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox两音的组合方式6_3, checked (num6 + 14), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox解开两音后的响应方式6_3, checked (num6 + 15), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox提示音6_3, checked (num6 + 16), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox两音的组合方式6_4, checked (num6 + 17), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox解开两音后的响应方式6_4, checked (num6 + 18), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox提示音6_4, checked (num6 + 19), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox两音的组合方式6_1, checked (num6 + 8), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox解开两音后的响应方式6_1, checked (num6 + 9), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox提示音6_1, checked (num6 + 10), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox两音的组合方式6_2, checked (num6 + 11), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox解开两音后的响应方式6_2, checked (num6 + 12), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox提示音6_2, checked (num6 + 13), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox两音的组合方式6_3, checked (num6 + 14), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox解开两音后的响应方式6_3, checked (num6 + 15), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox提示音6_3, checked (num6 + 16), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox两音的组合方式6_4, checked (num6 + 17), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox解开两音后的响应方式6_4, checked (num6 + 18), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox提示音6_4, checked (num6 + 19), publicva.AllBit, 0); } catch (Exception ex) { ProjectData.SetProjectError(ex); ProjectData.ClearProjectError(); } - int num7 = 1216; + var num7 = 1216; try { MyProject.Forms.MDIParent1.Set_U16To2Byte_L_H(Convert.ToInt32(Decimal.Multiply(NumericUpDown7_A.Value, 10M)), checked (num7 + 0)); MyProject.Forms.MDIParent1.Set_U16To2Byte_L_H(Convert.ToInt32(Decimal.Multiply(NumericUpDown7_B.Value, 10M)), checked (num7 + 2)); MyProject.Forms.MDIParent1.Set_U16To2Byte_L_H(Convert.ToInt32(Decimal.Multiply(NumericUpDown7_C.Value, 10M)), checked (num7 + 4)); MyProject.Forms.MDIParent1.Set_U16To2Byte_L_H(Convert.ToInt32(Decimal.Multiply(NumericUpDown7_D.Value, 10M)), checked (num7 + 6)); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox两音的组合方式7_1, checked (num7 + 8), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox解开两音后的响应方式7_1, checked (num7 + 9), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox提示音7_1, checked (num7 + 10), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox两音的组合方式7_2, checked (num7 + 11), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox解开两音后的响应方式7_2, checked (num7 + 12), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox提示音7_2, checked (num7 + 13), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox两音的组合方式7_3, checked (num7 + 14), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox解开两音后的响应方式7_3, checked (num7 + 15), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox提示音7_3, checked (num7 + 16), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox两音的组合方式7_4, checked (num7 + 17), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox解开两音后的响应方式7_4, checked (num7 + 18), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox提示音7_4, checked (num7 + 19), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox两音的组合方式7_1, checked (num7 + 8), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox解开两音后的响应方式7_1, checked (num7 + 9), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox提示音7_1, checked (num7 + 10), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox两音的组合方式7_2, checked (num7 + 11), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox解开两音后的响应方式7_2, checked (num7 + 12), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox提示音7_2, checked (num7 + 13), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox两音的组合方式7_3, checked (num7 + 14), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox解开两音后的响应方式7_3, checked (num7 + 15), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox提示音7_3, checked (num7 + 16), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox两音的组合方式7_4, checked (num7 + 17), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox解开两音后的响应方式7_4, checked (num7 + 18), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox提示音7_4, checked (num7 + 19), publicva.AllBit, 0); } catch (Exception ex) { ProjectData.SetProjectError(ex); ProjectData.ClearProjectError(); } - int num8 = 1248; + var num8 = 1248; try { MyProject.Forms.MDIParent1.Set_U16To2Byte_L_H(Convert.ToInt32(Decimal.Multiply(NumericUpDown8_A.Value, 10M)), checked (num8 + 0)); MyProject.Forms.MDIParent1.Set_U16To2Byte_L_H(Convert.ToInt32(Decimal.Multiply(NumericUpDown8_B.Value, 10M)), checked (num8 + 2)); MyProject.Forms.MDIParent1.Set_U16To2Byte_L_H(Convert.ToInt32(Decimal.Multiply(NumericUpDown8_C.Value, 10M)), checked (num8 + 4)); MyProject.Forms.MDIParent1.Set_U16To2Byte_L_H(Convert.ToInt32(Decimal.Multiply(NumericUpDown8_D.Value, 10M)), checked (num8 + 6)); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox两音的组合方式8_1, checked (num8 + 8), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox解开两音后的响应方式8_1, checked (num8 + 9), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox提示音8_1, checked (num8 + 10), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox两音的组合方式8_2, checked (num8 + 11), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox解开两音后的响应方式8_2, checked (num8 + 12), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox提示音8_2, checked (num8 + 13), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox两音的组合方式8_3, checked (num8 + 14), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox解开两音后的响应方式8_3, checked (num8 + 15), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox提示音8_3, checked (num8 + 16), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox两音的组合方式8_4, checked (num8 + 17), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox解开两音后的响应方式8_4, checked (num8 + 18), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox提示音8_4, checked (num8 + 19), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox两音的组合方式8_1, checked (num8 + 8), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox解开两音后的响应方式8_1, checked (num8 + 9), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox提示音8_1, checked (num8 + 10), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox两音的组合方式8_2, checked (num8 + 11), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox解开两音后的响应方式8_2, checked (num8 + 12), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox提示音8_2, checked (num8 + 13), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox两音的组合方式8_3, checked (num8 + 14), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox解开两音后的响应方式8_3, checked (num8 + 15), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox提示音8_3, checked (num8 + 16), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox两音的组合方式8_4, checked (num8 + 17), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox解开两音后的响应方式8_4, checked (num8 + 18), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox提示音8_4, checked (num8 + 19), publicva.AllBit, 0); } catch (Exception ex) { ProjectData.SetProjectError(ex); ProjectData.ClearProjectError(); } - int num9 = 1280; - int rowIndex = 0; + var num9 = 1280; + var rowIndex = 0; do { - if (Operators.ConditionalCompareObjectNotEqual(DataGridView1["Column第一个音频率", rowIndex].Value, (object) "", false)) + if (Operators.ConditionalCompareObjectNotEqual(DataGridView1["Column第一个音频率", rowIndex].Value, "", false)) { try { - MyProject.Forms.MDIParent1.Set_U16To2Byte_L_H(Conversions.ToInteger(Operators.MultiplyObject(DataGridView1["Column第一个音频率", rowIndex].Value, (object) 10)), checked (num9 + 0 + rowIndex * 16)); - MyProject.Forms.MDIParent1.Set_U16To2Byte_L_H(Conversions.ToInteger(Operators.MultiplyObject(DataGridView1["Column第二个音频率", rowIndex].Value, (object) 10)), checked (num9 + 2 + rowIndex * 16)); + MyProject.Forms.MDIParent1.Set_U16To2Byte_L_H(Conversions.ToInteger(Operators.MultiplyObject(DataGridView1["Column第一个音频率", rowIndex].Value, 10)), checked (num9 + 0 + rowIndex * 16)); + MyProject.Forms.MDIParent1.Set_U16To2Byte_L_H(Conversions.ToInteger(Operators.MultiplyObject(DataGridView1["Column第二个音频率", rowIndex].Value, 10)), checked (num9 + 2 + rowIndex * 16)); publicva.EEPROM_Byte[checked (num9 + 4 + rowIndex * 16)] = checked ((byte) (Column第一个音持续时间.Items.IndexOf(RuntimeHelpers.GetObjectValue(DataGridView1["Column第一个音持续时间", rowIndex].Value)) + 5)); publicva.EEPROM_Byte[checked (num9 + 5 + rowIndex * 16)] = checked ((byte) (Column第二个音持续时间.Items.IndexOf(RuntimeHelpers.GetObjectValue(DataGridView1["Column第二个音持续时间", rowIndex].Value)) + 5)); publicva.EEPROM_Byte[checked (num9 + 6 + rowIndex * 16)] = checked ((byte) Column音频间隔时间.Items.IndexOf(RuntimeHelpers.GetObjectValue(DataGridView1["Column音频间隔时间", rowIndex].Value))); publicva.EEPROM_Byte[checked (num9 + 7 + rowIndex * 16)] = Column长音持续时间.Items.IndexOf(RuntimeHelpers.GetObjectValue(DataGridView1["Column长音持续时间", rowIndex].Value)) != 0 ? checked ((byte) (Column长音持续时间.Items.IndexOf(RuntimeHelpers.GetObjectValue(DataGridView1["Column长音持续时间", rowIndex].Value)) - 1 + 5)) : checked ((byte) Column长音持续时间.Items.IndexOf(RuntimeHelpers.GetObjectValue(DataGridView1["Column长音持续时间", rowIndex].Value))); - Encoding ascii = Encoding.ASCII; - object[] objArray1 = new object[5]; - object[] objArray2 = objArray1; - object Instance1 = DataGridView1["Column别名", rowIndex].Value; - object Instance2 = Instance1; - object[] objArray3 = new object[1]; - object[] objArray4 = objArray3; - int num10 = 8; + var ascii = Encoding.ASCII; + var objArray1 = new object[5]; + var objArray2 = objArray1; + var Instance1 = DataGridView1["Column别名", rowIndex].Value; + var Instance2 = Instance1; + var objArray3 = new object[1]; + var objArray4 = objArray3; + var num10 = 8; // ISSUE: variable of a boxed type var local = (ValueType) num10; - objArray4[0] = (object) local; - object[] Arguments1 = objArray3; - object objectValue = RuntimeHelpers.GetObjectValue(NewLateBinding.LateGet(Instance2, (Type) null, "PadRight", Arguments1, (string[]) null, (Type[]) null, (bool[]) null)); + objArray4[0] = local; + var Arguments1 = objArray3; + var objectValue = RuntimeHelpers.GetObjectValue(NewLateBinding.LateGet(Instance2, null, "PadRight", Arguments1, null, null, null)); objArray2[0] = objectValue; - objArray1[1] = (object) 0; - objArray1[2] = (object) 8; - objArray1[3] = (object) publicva.EEPROM_Byte; - objArray1[4] = (object) checked (num9 + 8 + rowIndex * 16); - object[] objArray5 = objArray1; - object[] Arguments2 = objArray5; - bool[] flagArray = new bool[5] + objArray1[1] = 0; + objArray1[2] = 8; + objArray1[3] = publicva.EEPROM_Byte; + objArray1[4] = checked (num9 + 8 + rowIndex * 16); + var objArray5 = objArray1; + var Arguments2 = objArray5; + var flagArray = new bool[5] { true, false, @@ -8741,14 +8741,14 @@ namespace HPG_68D true, false }; - bool[] CopyBack = flagArray; - NewLateBinding.LateCall((object) ascii, (Type) null, "GetBytes", Arguments2, (string[]) null, (Type[]) null, CopyBack, true); + var CopyBack = flagArray; + NewLateBinding.LateCall(ascii, null, "GetBytes", Arguments2, null, null, CopyBack, true); if (flagArray[0]) - NewLateBinding.LateSetComplex(Instance1, (Type) null, "PadRight", new object[2] + NewLateBinding.LateSetComplex(Instance1, null, "PadRight", new object[2] { - (object) num10, + num10, RuntimeHelpers.GetObjectValue(objArray5[0]) - }, (string[]) null, (Type[]) null, true, true); + }, null, null, true, true); if (flagArray[3]) publicva.EEPROM_Byte = (byte[]) Conversions.ChangeType(RuntimeHelpers.GetObjectValue(objArray5[3]), typeof (byte[])); } @@ -8760,32 +8760,32 @@ namespace HPG_68D } else { - publicva.EEPROM_Byte[checked (num9 + 0 + rowIndex * 16)] = (byte) 0; - publicva.EEPROM_Byte[checked (num9 + 1 + rowIndex * 16)] = (byte) 0; - publicva.EEPROM_Byte[checked (num9 + 2 + rowIndex * 16)] = (byte) 0; - publicva.EEPROM_Byte[checked (num9 + 3 + rowIndex * 16)] = (byte) 0; - publicva.EEPROM_Byte[checked (num9 + 4 + rowIndex * 16)] = (byte) 0; - publicva.EEPROM_Byte[checked (num9 + 5 + rowIndex * 16)] = (byte) 0; - publicva.EEPROM_Byte[checked (num9 + 6 + rowIndex * 16)] = (byte) 0; - publicva.EEPROM_Byte[checked (num9 + 7 + rowIndex * 16)] = (byte) 0; - publicva.EEPROM_Byte[checked (num9 + 8 + rowIndex * 16)] = (byte) 0; - publicva.EEPROM_Byte[checked (num9 + 9 + rowIndex * 16)] = (byte) 0; - publicva.EEPROM_Byte[checked (num9 + 10 + rowIndex * 16)] = (byte) 0; - publicva.EEPROM_Byte[checked (num9 + 11 + rowIndex * 16)] = (byte) 0; - publicva.EEPROM_Byte[checked (num9 + 12 + rowIndex * 16)] = (byte) 0; - publicva.EEPROM_Byte[checked (num9 + 13 + rowIndex * 16)] = (byte) 0; - publicva.EEPROM_Byte[checked (num9 + 14 + rowIndex * 16)] = (byte) 0; - publicva.EEPROM_Byte[checked (num9 + 15 + rowIndex * 16)] = (byte) 0; + publicva.EEPROM_Byte[checked (num9 + 0 + rowIndex * 16)] = 0; + publicva.EEPROM_Byte[checked (num9 + 1 + rowIndex * 16)] = 0; + publicva.EEPROM_Byte[checked (num9 + 2 + rowIndex * 16)] = 0; + publicva.EEPROM_Byte[checked (num9 + 3 + rowIndex * 16)] = 0; + publicva.EEPROM_Byte[checked (num9 + 4 + rowIndex * 16)] = 0; + publicva.EEPROM_Byte[checked (num9 + 5 + rowIndex * 16)] = 0; + publicva.EEPROM_Byte[checked (num9 + 6 + rowIndex * 16)] = 0; + publicva.EEPROM_Byte[checked (num9 + 7 + rowIndex * 16)] = 0; + publicva.EEPROM_Byte[checked (num9 + 8 + rowIndex * 16)] = 0; + publicva.EEPROM_Byte[checked (num9 + 9 + rowIndex * 16)] = 0; + publicva.EEPROM_Byte[checked (num9 + 10 + rowIndex * 16)] = 0; + publicva.EEPROM_Byte[checked (num9 + 11 + rowIndex * 16)] = 0; + publicva.EEPROM_Byte[checked (num9 + 12 + rowIndex * 16)] = 0; + publicva.EEPROM_Byte[checked (num9 + 13 + rowIndex * 16)] = 0; + publicva.EEPROM_Byte[checked (num9 + 14 + rowIndex * 16)] = 0; + publicva.EEPROM_Byte[checked (num9 + 15 + rowIndex * 16)] = 0; } checked { ++rowIndex; } } while (rowIndex <= 31); - int num11 = 1792; - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox自动复位时间, checked (num11 + 0), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox预载波时间, checked (num11 + 4), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) CheckBox侧音, checked (num11 + 6), publicva.Bit3, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) CheckBox短哔音, checked (num11 + 6), publicva.Bit2, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) CheckBox空闲自动应答, checked (num11 + 6), publicva.Bit1, 0); + var num11 = 1792; + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox自动复位时间, checked (num11 + 0), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox预载波时间, checked (num11 + 4), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(CheckBox侧音, checked (num11 + 6), publicva.Bit3, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(CheckBox短哔音, checked (num11 + 6), publicva.Bit2, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(CheckBox空闲自动应答, checked (num11 + 6), publicva.Bit1, 0); } private void _2ToneForm_FormClosing(object sender, FormClosingEventArgs e) @@ -8798,45 +8798,45 @@ namespace HPG_68D MyProject.Forms.MDIParent1.两音TToolStripMenuItem.Checked = true; DataGridView1.RowCount = 32; if (Operators.CompareString(publicva.Language, "zh-CN", false) == 0) - DataGridView1.TopLeftHeaderCell.Value = (object) "序号"; + DataGridView1.TopLeftHeaderCell.Value = "序号"; else - DataGridView1.TopLeftHeaderCell.Value = (object) "NO."; - SetControl_BeepItems((Control) ComboBox提示音1_1); - SetControl_BeepItems((Control) ComboBox提示音1_2); - SetControl_BeepItems((Control) ComboBox提示音1_3); - SetControl_BeepItems((Control) ComboBox提示音1_4); - SetControl_BeepItems((Control) ComboBox提示音2_1); - SetControl_BeepItems((Control) ComboBox提示音2_2); - SetControl_BeepItems((Control) ComboBox提示音2_3); - SetControl_BeepItems((Control) ComboBox提示音2_4); - SetControl_BeepItems((Control) ComboBox提示音3_1); - SetControl_BeepItems((Control) ComboBox提示音3_2); - SetControl_BeepItems((Control) ComboBox提示音3_3); - SetControl_BeepItems((Control) ComboBox提示音3_4); - SetControl_BeepItems((Control) ComboBox提示音4_1); - SetControl_BeepItems((Control) ComboBox提示音4_2); - SetControl_BeepItems((Control) ComboBox提示音4_3); - SetControl_BeepItems((Control) ComboBox提示音4_4); - SetControl_BeepItems((Control) ComboBox提示音5_1); - SetControl_BeepItems((Control) ComboBox提示音5_2); - SetControl_BeepItems((Control) ComboBox提示音5_3); - SetControl_BeepItems((Control) ComboBox提示音5_4); - SetControl_BeepItems((Control) ComboBox提示音6_1); - SetControl_BeepItems((Control) ComboBox提示音6_2); - SetControl_BeepItems((Control) ComboBox提示音6_3); - SetControl_BeepItems((Control) ComboBox提示音6_4); - SetControl_BeepItems((Control) ComboBox提示音7_1); - SetControl_BeepItems((Control) ComboBox提示音7_2); - SetControl_BeepItems((Control) ComboBox提示音7_3); - SetControl_BeepItems((Control) ComboBox提示音7_4); - SetControl_BeepItems((Control) ComboBox提示音8_1); - SetControl_BeepItems((Control) ComboBox提示音8_2); - SetControl_BeepItems((Control) ComboBox提示音8_3); - SetControl_BeepItems((Control) ComboBox提示音8_4); - int num1 = 1024; + DataGridView1.TopLeftHeaderCell.Value = "NO."; + SetControl_BeepItems(ComboBox提示音1_1); + SetControl_BeepItems(ComboBox提示音1_2); + SetControl_BeepItems(ComboBox提示音1_3); + SetControl_BeepItems(ComboBox提示音1_4); + SetControl_BeepItems(ComboBox提示音2_1); + SetControl_BeepItems(ComboBox提示音2_2); + SetControl_BeepItems(ComboBox提示音2_3); + SetControl_BeepItems(ComboBox提示音2_4); + SetControl_BeepItems(ComboBox提示音3_1); + SetControl_BeepItems(ComboBox提示音3_2); + SetControl_BeepItems(ComboBox提示音3_3); + SetControl_BeepItems(ComboBox提示音3_4); + SetControl_BeepItems(ComboBox提示音4_1); + SetControl_BeepItems(ComboBox提示音4_2); + SetControl_BeepItems(ComboBox提示音4_3); + SetControl_BeepItems(ComboBox提示音4_4); + SetControl_BeepItems(ComboBox提示音5_1); + SetControl_BeepItems(ComboBox提示音5_2); + SetControl_BeepItems(ComboBox提示音5_3); + SetControl_BeepItems(ComboBox提示音5_4); + SetControl_BeepItems(ComboBox提示音6_1); + SetControl_BeepItems(ComboBox提示音6_2); + SetControl_BeepItems(ComboBox提示音6_3); + SetControl_BeepItems(ComboBox提示音6_4); + SetControl_BeepItems(ComboBox提示音7_1); + SetControl_BeepItems(ComboBox提示音7_2); + SetControl_BeepItems(ComboBox提示音7_3); + SetControl_BeepItems(ComboBox提示音7_4); + SetControl_BeepItems(ComboBox提示音8_1); + SetControl_BeepItems(ComboBox提示音8_2); + SetControl_BeepItems(ComboBox提示音8_3); + SetControl_BeepItems(ComboBox提示音8_4); + var num1 = 1024; try { - NumericUpDown1_A.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num1 + 0)), (object) 10)); + NumericUpDown1_A.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num1 + 0)), 10)); } catch (Exception ex) { @@ -8846,7 +8846,7 @@ namespace HPG_68D } try { - NumericUpDown1_B.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num1 + 2)), (object) 10)); + NumericUpDown1_B.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num1 + 2)), 10)); } catch (Exception ex) { @@ -8856,7 +8856,7 @@ namespace HPG_68D } try { - NumericUpDown1_C.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num1 + 4)), (object) 10)); + NumericUpDown1_C.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num1 + 4)), 10)); } catch (Exception ex) { @@ -8866,7 +8866,7 @@ namespace HPG_68D } try { - NumericUpDown1_D.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num1 + 6)), (object) 10)); + NumericUpDown1_D.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num1 + 6)), 10)); } catch (Exception ex) { @@ -8874,22 +8874,22 @@ namespace HPG_68D NumericUpDown1_D.Value = 2043.8M; ProjectData.ClearProjectError(); } - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox两音的组合方式1_1, checked (num1 + 8), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox解开两音后的响应方式1_1, checked (num1 + 9), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.Judge_SetControl_SetControl_U8_Data((Control) ComboBox提示音1_1, checked (num1 + 10), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox两音的组合方式1_2, checked (num1 + 11), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox解开两音后的响应方式1_2, checked (num1 + 12), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.Judge_SetControl_SetControl_U8_Data((Control) ComboBox提示音1_2, checked (num1 + 13), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox两音的组合方式1_3, checked (num1 + 14), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox解开两音后的响应方式1_3, checked (num1 + 15), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.Judge_SetControl_SetControl_U8_Data((Control) ComboBox提示音1_3, checked (num1 + 16), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox两音的组合方式1_4, checked (num1 + 17), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox解开两音后的响应方式1_4, checked (num1 + 18), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.Judge_SetControl_SetControl_U8_Data((Control) ComboBox提示音1_4, checked (num1 + 19), publicva.AllBit, 0); - int num2 = 1056; + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox两音的组合方式1_1, checked (num1 + 8), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox解开两音后的响应方式1_1, checked (num1 + 9), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.Judge_SetControl_SetControl_U8_Data(ComboBox提示音1_1, checked (num1 + 10), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox两音的组合方式1_2, checked (num1 + 11), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox解开两音后的响应方式1_2, checked (num1 + 12), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.Judge_SetControl_SetControl_U8_Data(ComboBox提示音1_2, checked (num1 + 13), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox两音的组合方式1_3, checked (num1 + 14), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox解开两音后的响应方式1_3, checked (num1 + 15), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.Judge_SetControl_SetControl_U8_Data(ComboBox提示音1_3, checked (num1 + 16), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox两音的组合方式1_4, checked (num1 + 17), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox解开两音后的响应方式1_4, checked (num1 + 18), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.Judge_SetControl_SetControl_U8_Data(ComboBox提示音1_4, checked (num1 + 19), publicva.AllBit, 0); + var num2 = 1056; try { - NumericUpDown2_A.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num2 + 0)), (object) 10)); + NumericUpDown2_A.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num2 + 0)), 10)); } catch (Exception ex) { @@ -8899,7 +8899,7 @@ namespace HPG_68D } try { - NumericUpDown2_B.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num2 + 2)), (object) 10)); + NumericUpDown2_B.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num2 + 2)), 10)); } catch (Exception ex) { @@ -8909,7 +8909,7 @@ namespace HPG_68D } try { - NumericUpDown2_C.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num2 + 4)), (object) 10)); + NumericUpDown2_C.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num2 + 4)), 10)); } catch (Exception ex) { @@ -8919,7 +8919,7 @@ namespace HPG_68D } try { - NumericUpDown2_D.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num2 + 6)), (object) 10)); + NumericUpDown2_D.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num2 + 6)), 10)); } catch (Exception ex) { @@ -8927,22 +8927,22 @@ namespace HPG_68D NumericUpDown2_D.Value = 2043.8M; ProjectData.ClearProjectError(); } - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox两音的组合方式2_1, checked (num2 + 8), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox解开两音后的响应方式2_1, checked (num2 + 9), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.Judge_SetControl_SetControl_U8_Data((Control) ComboBox提示音2_1, checked (num2 + 10), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox两音的组合方式2_2, checked (num2 + 11), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox解开两音后的响应方式2_2, checked (num2 + 12), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.Judge_SetControl_SetControl_U8_Data((Control) ComboBox提示音2_2, checked (num2 + 13), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox两音的组合方式2_3, checked (num2 + 14), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox解开两音后的响应方式2_3, checked (num2 + 15), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.Judge_SetControl_SetControl_U8_Data((Control) ComboBox提示音2_3, checked (num2 + 16), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox两音的组合方式2_4, checked (num2 + 17), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox解开两音后的响应方式2_4, checked (num2 + 18), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.Judge_SetControl_SetControl_U8_Data((Control) ComboBox提示音2_4, checked (num2 + 19), publicva.AllBit, 0); - int num3 = 1088; + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox两音的组合方式2_1, checked (num2 + 8), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox解开两音后的响应方式2_1, checked (num2 + 9), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.Judge_SetControl_SetControl_U8_Data(ComboBox提示音2_1, checked (num2 + 10), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox两音的组合方式2_2, checked (num2 + 11), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox解开两音后的响应方式2_2, checked (num2 + 12), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.Judge_SetControl_SetControl_U8_Data(ComboBox提示音2_2, checked (num2 + 13), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox两音的组合方式2_3, checked (num2 + 14), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox解开两音后的响应方式2_3, checked (num2 + 15), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.Judge_SetControl_SetControl_U8_Data(ComboBox提示音2_3, checked (num2 + 16), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox两音的组合方式2_4, checked (num2 + 17), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox解开两音后的响应方式2_4, checked (num2 + 18), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.Judge_SetControl_SetControl_U8_Data(ComboBox提示音2_4, checked (num2 + 19), publicva.AllBit, 0); + var num3 = 1088; try { - NumericUpDown3_A.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num3 + 0)), (object) 10)); + NumericUpDown3_A.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num3 + 0)), 10)); } catch (Exception ex) { @@ -8952,7 +8952,7 @@ namespace HPG_68D } try { - NumericUpDown3_B.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num3 + 2)), (object) 10)); + NumericUpDown3_B.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num3 + 2)), 10)); } catch (Exception ex) { @@ -8962,7 +8962,7 @@ namespace HPG_68D } try { - NumericUpDown3_C.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num3 + 4)), (object) 10)); + NumericUpDown3_C.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num3 + 4)), 10)); } catch (Exception ex) { @@ -8972,7 +8972,7 @@ namespace HPG_68D } try { - NumericUpDown3_D.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num3 + 6)), (object) 10)); + NumericUpDown3_D.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num3 + 6)), 10)); } catch (Exception ex) { @@ -8980,22 +8980,22 @@ namespace HPG_68D NumericUpDown3_D.Value = 2043.8M; ProjectData.ClearProjectError(); } - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox两音的组合方式3_1, checked (num3 + 8), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox解开两音后的响应方式3_1, checked (num3 + 9), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.Judge_SetControl_SetControl_U8_Data((Control) ComboBox提示音3_1, checked (num3 + 10), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox两音的组合方式3_2, checked (num3 + 11), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox解开两音后的响应方式3_2, checked (num3 + 12), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.Judge_SetControl_SetControl_U8_Data((Control) ComboBox提示音3_2, checked (num3 + 13), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox两音的组合方式3_3, checked (num3 + 14), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox解开两音后的响应方式3_3, checked (num3 + 15), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.Judge_SetControl_SetControl_U8_Data((Control) ComboBox提示音3_3, checked (num3 + 16), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox两音的组合方式3_4, checked (num3 + 17), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox解开两音后的响应方式3_4, checked (num3 + 18), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.Judge_SetControl_SetControl_U8_Data((Control) ComboBox提示音3_4, checked (num3 + 19), publicva.AllBit, 0); - int num4 = 1120; + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox两音的组合方式3_1, checked (num3 + 8), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox解开两音后的响应方式3_1, checked (num3 + 9), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.Judge_SetControl_SetControl_U8_Data(ComboBox提示音3_1, checked (num3 + 10), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox两音的组合方式3_2, checked (num3 + 11), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox解开两音后的响应方式3_2, checked (num3 + 12), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.Judge_SetControl_SetControl_U8_Data(ComboBox提示音3_2, checked (num3 + 13), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox两音的组合方式3_3, checked (num3 + 14), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox解开两音后的响应方式3_3, checked (num3 + 15), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.Judge_SetControl_SetControl_U8_Data(ComboBox提示音3_3, checked (num3 + 16), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox两音的组合方式3_4, checked (num3 + 17), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox解开两音后的响应方式3_4, checked (num3 + 18), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.Judge_SetControl_SetControl_U8_Data(ComboBox提示音3_4, checked (num3 + 19), publicva.AllBit, 0); + var num4 = 1120; try { - NumericUpDown4_A.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num4 + 0)), (object) 10)); + NumericUpDown4_A.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num4 + 0)), 10)); } catch (Exception ex) { @@ -9005,7 +9005,7 @@ namespace HPG_68D } try { - NumericUpDown4_B.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num4 + 2)), (object) 10)); + NumericUpDown4_B.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num4 + 2)), 10)); } catch (Exception ex) { @@ -9015,7 +9015,7 @@ namespace HPG_68D } try { - NumericUpDown4_C.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num4 + 4)), (object) 10)); + NumericUpDown4_C.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num4 + 4)), 10)); } catch (Exception ex) { @@ -9025,7 +9025,7 @@ namespace HPG_68D } try { - NumericUpDown4_D.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num4 + 6)), (object) 10)); + NumericUpDown4_D.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num4 + 6)), 10)); } catch (Exception ex) { @@ -9033,22 +9033,22 @@ namespace HPG_68D NumericUpDown4_D.Value = 2043.8M; ProjectData.ClearProjectError(); } - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox两音的组合方式4_1, checked (num4 + 8), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox解开两音后的响应方式4_1, checked (num4 + 9), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.Judge_SetControl_SetControl_U8_Data((Control) ComboBox提示音4_1, checked (num4 + 10), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox两音的组合方式4_2, checked (num4 + 11), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox解开两音后的响应方式4_2, checked (num4 + 12), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.Judge_SetControl_SetControl_U8_Data((Control) ComboBox提示音4_2, checked (num4 + 13), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox两音的组合方式4_3, checked (num4 + 14), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox解开两音后的响应方式4_3, checked (num4 + 15), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.Judge_SetControl_SetControl_U8_Data((Control) ComboBox提示音4_3, checked (num4 + 16), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox两音的组合方式4_4, checked (num4 + 17), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox解开两音后的响应方式4_4, checked (num4 + 18), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.Judge_SetControl_SetControl_U8_Data((Control) ComboBox提示音4_4, checked (num4 + 19), publicva.AllBit, 0); - int num5 = 1152; + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox两音的组合方式4_1, checked (num4 + 8), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox解开两音后的响应方式4_1, checked (num4 + 9), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.Judge_SetControl_SetControl_U8_Data(ComboBox提示音4_1, checked (num4 + 10), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox两音的组合方式4_2, checked (num4 + 11), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox解开两音后的响应方式4_2, checked (num4 + 12), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.Judge_SetControl_SetControl_U8_Data(ComboBox提示音4_2, checked (num4 + 13), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox两音的组合方式4_3, checked (num4 + 14), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox解开两音后的响应方式4_3, checked (num4 + 15), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.Judge_SetControl_SetControl_U8_Data(ComboBox提示音4_3, checked (num4 + 16), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox两音的组合方式4_4, checked (num4 + 17), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox解开两音后的响应方式4_4, checked (num4 + 18), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.Judge_SetControl_SetControl_U8_Data(ComboBox提示音4_4, checked (num4 + 19), publicva.AllBit, 0); + var num5 = 1152; try { - NumericUpDown5_A.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num5 + 0)), (object) 10)); + NumericUpDown5_A.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num5 + 0)), 10)); } catch (Exception ex) { @@ -9058,7 +9058,7 @@ namespace HPG_68D } try { - NumericUpDown5_B.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num5 + 2)), (object) 10)); + NumericUpDown5_B.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num5 + 2)), 10)); } catch (Exception ex) { @@ -9068,7 +9068,7 @@ namespace HPG_68D } try { - NumericUpDown5_C.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num5 + 4)), (object) 10)); + NumericUpDown5_C.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num5 + 4)), 10)); } catch (Exception ex) { @@ -9078,7 +9078,7 @@ namespace HPG_68D } try { - NumericUpDown5_D.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num5 + 6)), (object) 10)); + NumericUpDown5_D.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num5 + 6)), 10)); } catch (Exception ex) { @@ -9086,22 +9086,22 @@ namespace HPG_68D NumericUpDown5_D.Value = 2043.8M; ProjectData.ClearProjectError(); } - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox两音的组合方式5_1, checked (num5 + 8), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox解开两音后的响应方式5_1, checked (num5 + 9), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.Judge_SetControl_SetControl_U8_Data((Control) ComboBox提示音5_1, checked (num5 + 10), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox两音的组合方式5_2, checked (num5 + 11), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox解开两音后的响应方式5_2, checked (num5 + 12), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.Judge_SetControl_SetControl_U8_Data((Control) ComboBox提示音5_2, checked (num5 + 13), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox两音的组合方式5_3, checked (num5 + 14), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox解开两音后的响应方式5_3, checked (num5 + 15), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.Judge_SetControl_SetControl_U8_Data((Control) ComboBox提示音5_3, checked (num5 + 16), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox两音的组合方式5_4, checked (num5 + 17), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox解开两音后的响应方式5_4, checked (num5 + 18), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.Judge_SetControl_SetControl_U8_Data((Control) ComboBox提示音5_4, checked (num5 + 19), publicva.AllBit, 0); - int num6 = 1184; + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox两音的组合方式5_1, checked (num5 + 8), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox解开两音后的响应方式5_1, checked (num5 + 9), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.Judge_SetControl_SetControl_U8_Data(ComboBox提示音5_1, checked (num5 + 10), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox两音的组合方式5_2, checked (num5 + 11), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox解开两音后的响应方式5_2, checked (num5 + 12), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.Judge_SetControl_SetControl_U8_Data(ComboBox提示音5_2, checked (num5 + 13), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox两音的组合方式5_3, checked (num5 + 14), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox解开两音后的响应方式5_3, checked (num5 + 15), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.Judge_SetControl_SetControl_U8_Data(ComboBox提示音5_3, checked (num5 + 16), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox两音的组合方式5_4, checked (num5 + 17), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox解开两音后的响应方式5_4, checked (num5 + 18), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.Judge_SetControl_SetControl_U8_Data(ComboBox提示音5_4, checked (num5 + 19), publicva.AllBit, 0); + var num6 = 1184; try { - NumericUpDown6_A.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num6 + 0)), (object) 10)); + NumericUpDown6_A.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num6 + 0)), 10)); } catch (Exception ex) { @@ -9111,7 +9111,7 @@ namespace HPG_68D } try { - NumericUpDown6_B.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num6 + 2)), (object) 10)); + NumericUpDown6_B.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num6 + 2)), 10)); } catch (Exception ex) { @@ -9121,7 +9121,7 @@ namespace HPG_68D } try { - NumericUpDown6_C.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num6 + 4)), (object) 10)); + NumericUpDown6_C.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num6 + 4)), 10)); } catch (Exception ex) { @@ -9131,7 +9131,7 @@ namespace HPG_68D } try { - NumericUpDown6_D.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num6 + 6)), (object) 10)); + NumericUpDown6_D.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num6 + 6)), 10)); } catch (Exception ex) { @@ -9139,22 +9139,22 @@ namespace HPG_68D NumericUpDown6_D.Value = 2043.8M; ProjectData.ClearProjectError(); } - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox两音的组合方式6_1, checked (num6 + 8), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox解开两音后的响应方式6_1, checked (num6 + 9), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.Judge_SetControl_SetControl_U8_Data((Control) ComboBox提示音6_1, checked (num6 + 10), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox两音的组合方式6_2, checked (num6 + 11), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox解开两音后的响应方式6_2, checked (num6 + 12), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.Judge_SetControl_SetControl_U8_Data((Control) ComboBox提示音6_2, checked (num6 + 13), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox两音的组合方式6_3, checked (num6 + 14), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox解开两音后的响应方式6_3, checked (num6 + 15), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.Judge_SetControl_SetControl_U8_Data((Control) ComboBox提示音6_3, checked (num6 + 16), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox两音的组合方式6_4, checked (num6 + 17), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox解开两音后的响应方式6_4, checked (num6 + 18), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.Judge_SetControl_SetControl_U8_Data((Control) ComboBox提示音6_4, checked (num6 + 19), publicva.AllBit, 0); - int num7 = 1216; + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox两音的组合方式6_1, checked (num6 + 8), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox解开两音后的响应方式6_1, checked (num6 + 9), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.Judge_SetControl_SetControl_U8_Data(ComboBox提示音6_1, checked (num6 + 10), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox两音的组合方式6_2, checked (num6 + 11), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox解开两音后的响应方式6_2, checked (num6 + 12), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.Judge_SetControl_SetControl_U8_Data(ComboBox提示音6_2, checked (num6 + 13), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox两音的组合方式6_3, checked (num6 + 14), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox解开两音后的响应方式6_3, checked (num6 + 15), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.Judge_SetControl_SetControl_U8_Data(ComboBox提示音6_3, checked (num6 + 16), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox两音的组合方式6_4, checked (num6 + 17), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox解开两音后的响应方式6_4, checked (num6 + 18), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.Judge_SetControl_SetControl_U8_Data(ComboBox提示音6_4, checked (num6 + 19), publicva.AllBit, 0); + var num7 = 1216; try { - NumericUpDown7_A.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num7 + 0)), (object) 10)); + NumericUpDown7_A.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num7 + 0)), 10)); } catch (Exception ex) { @@ -9164,7 +9164,7 @@ namespace HPG_68D } try { - NumericUpDown7_B.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num7 + 2)), (object) 10)); + NumericUpDown7_B.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num7 + 2)), 10)); } catch (Exception ex) { @@ -9174,7 +9174,7 @@ namespace HPG_68D } try { - NumericUpDown7_C.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num7 + 4)), (object) 10)); + NumericUpDown7_C.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num7 + 4)), 10)); } catch (Exception ex) { @@ -9184,7 +9184,7 @@ namespace HPG_68D } try { - NumericUpDown7_D.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num7 + 6)), (object) 10)); + NumericUpDown7_D.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num7 + 6)), 10)); } catch (Exception ex) { @@ -9192,22 +9192,22 @@ namespace HPG_68D NumericUpDown7_D.Value = 2043.8M; ProjectData.ClearProjectError(); } - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox两音的组合方式7_1, checked (num7 + 8), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox解开两音后的响应方式7_1, checked (num7 + 9), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.Judge_SetControl_SetControl_U8_Data((Control) ComboBox提示音7_1, checked (num7 + 10), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox两音的组合方式7_2, checked (num7 + 11), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox解开两音后的响应方式7_2, checked (num7 + 12), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.Judge_SetControl_SetControl_U8_Data((Control) ComboBox提示音7_2, checked (num7 + 13), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox两音的组合方式7_3, checked (num7 + 14), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox解开两音后的响应方式7_3, checked (num7 + 15), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.Judge_SetControl_SetControl_U8_Data((Control) ComboBox提示音7_3, checked (num7 + 16), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox两音的组合方式7_4, checked (num7 + 17), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox解开两音后的响应方式7_4, checked (num7 + 18), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.Judge_SetControl_SetControl_U8_Data((Control) ComboBox提示音7_4, checked (num7 + 19), publicva.AllBit, 0); - int num8 = 1248; + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox两音的组合方式7_1, checked (num7 + 8), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox解开两音后的响应方式7_1, checked (num7 + 9), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.Judge_SetControl_SetControl_U8_Data(ComboBox提示音7_1, checked (num7 + 10), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox两音的组合方式7_2, checked (num7 + 11), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox解开两音后的响应方式7_2, checked (num7 + 12), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.Judge_SetControl_SetControl_U8_Data(ComboBox提示音7_2, checked (num7 + 13), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox两音的组合方式7_3, checked (num7 + 14), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox解开两音后的响应方式7_3, checked (num7 + 15), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.Judge_SetControl_SetControl_U8_Data(ComboBox提示音7_3, checked (num7 + 16), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox两音的组合方式7_4, checked (num7 + 17), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox解开两音后的响应方式7_4, checked (num7 + 18), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.Judge_SetControl_SetControl_U8_Data(ComboBox提示音7_4, checked (num7 + 19), publicva.AllBit, 0); + var num8 = 1248; try { - NumericUpDown8_A.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num8 + 0)), (object) 10)); + NumericUpDown8_A.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num8 + 0)), 10)); } catch (Exception ex) { @@ -9217,7 +9217,7 @@ namespace HPG_68D } try { - NumericUpDown8_B.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num8 + 2)), (object) 10)); + NumericUpDown8_B.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num8 + 2)), 10)); } catch (Exception ex) { @@ -9227,7 +9227,7 @@ namespace HPG_68D } try { - NumericUpDown8_C.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num8 + 4)), (object) 10)); + NumericUpDown8_C.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num8 + 4)), 10)); } catch (Exception ex) { @@ -9237,7 +9237,7 @@ namespace HPG_68D } try { - NumericUpDown8_D.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num8 + 6)), (object) 10)); + NumericUpDown8_D.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num8 + 6)), 10)); } catch (Exception ex) { @@ -9245,56 +9245,56 @@ namespace HPG_68D NumericUpDown8_D.Value = 2043.8M; ProjectData.ClearProjectError(); } - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox两音的组合方式8_1, checked (num8 + 8), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox解开两音后的响应方式8_1, checked (num8 + 9), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.Judge_SetControl_SetControl_U8_Data((Control) ComboBox提示音8_1, checked (num8 + 10), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox两音的组合方式8_2, checked (num8 + 11), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox解开两音后的响应方式8_2, checked (num8 + 12), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.Judge_SetControl_SetControl_U8_Data((Control) ComboBox提示音8_2, checked (num8 + 13), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox两音的组合方式8_3, checked (num8 + 14), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox解开两音后的响应方式8_3, checked (num8 + 15), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.Judge_SetControl_SetControl_U8_Data((Control) ComboBox提示音8_3, checked (num8 + 16), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox两音的组合方式8_4, checked (num8 + 17), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox解开两音后的响应方式8_4, checked (num8 + 18), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.Judge_SetControl_SetControl_U8_Data((Control) ComboBox提示音8_4, checked (num8 + 19), publicva.AllBit, 0); - int num9 = 1280; - int num10 = 0; + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox两音的组合方式8_1, checked (num8 + 8), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox解开两音后的响应方式8_1, checked (num8 + 9), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.Judge_SetControl_SetControl_U8_Data(ComboBox提示音8_1, checked (num8 + 10), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox两音的组合方式8_2, checked (num8 + 11), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox解开两音后的响应方式8_2, checked (num8 + 12), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.Judge_SetControl_SetControl_U8_Data(ComboBox提示音8_2, checked (num8 + 13), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox两音的组合方式8_3, checked (num8 + 14), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox解开两音后的响应方式8_3, checked (num8 + 15), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.Judge_SetControl_SetControl_U8_Data(ComboBox提示音8_3, checked (num8 + 16), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox两音的组合方式8_4, checked (num8 + 17), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox解开两音后的响应方式8_4, checked (num8 + 18), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.Judge_SetControl_SetControl_U8_Data(ComboBox提示音8_4, checked (num8 + 19), publicva.AllBit, 0); + var num9 = 1280; + var num10 = 0; do { - if (Conversions.ToBoolean(Operators.AndObject(Operators.CompareObjectGreaterEqual((object) 32000, MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num9 + 0 + num10 * 16)), false), Operators.CompareObjectGreaterEqual(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num9 + 0 + num10 * 16)), (object) 2885, false)))) + if (Conversions.ToBoolean(Operators.AndObject(Operators.CompareObjectGreaterEqual(32000, MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num9 + 0 + num10 * 16)), false), Operators.CompareObjectGreaterEqual(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num9 + 0 + num10 * 16)), 2885, false)))) { - DataGridView1["Column第一个音频率", num10].Value = (object) string.Format("{0:#000.0}", Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num9 + 0 + num10 * 16)), (object) 10)); - DataGridView1["Column第二个音频率", num10].Value = (object) string.Format("{0:#000.0}", Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num9 + 2 + num10 * 16)), (object) 10)); - DataGridView1["Column第一个音持续时间", num10].Value = RuntimeHelpers.GetObjectValue(Column第一个音持续时间.Items[checked ((int) publicva.EEPROM_Byte[num9 + 4 + num10 * 16] - 5)]); - DataGridView1["Column第二个音持续时间", num10].Value = RuntimeHelpers.GetObjectValue(Column第二个音持续时间.Items[checked ((int) publicva.EEPROM_Byte[num9 + 5 + num10 * 16] - 5)]); - DataGridView1["Column音频间隔时间", num10].Value = RuntimeHelpers.GetObjectValue(Column音频间隔时间.Items[(int) publicva.EEPROM_Byte[checked (num9 + 6 + num10 * 16)]]); - DataGridView1["Column长音持续时间", num10].Value = publicva.EEPROM_Byte[checked (num9 + 7 + num10 * 16)] >= (byte) 5 ? RuntimeHelpers.GetObjectValue(Column长音持续时间.Items[checked ((int) publicva.EEPROM_Byte[num9 + 7 + num10 * 16] - 5)]) : RuntimeHelpers.GetObjectValue(Column长音持续时间.Items[0]); - DataGridView1["Column别名", num10].Value = (object) Strings.RTrim(Encoding.ASCII.GetString(publicva.EEPROM_Byte, checked (num9 + 8 + num10 * 16), 8)); + DataGridView1["Column第一个音频率", num10].Value = string.Format("{0:#000.0}", Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num9 + 0 + num10 * 16)), 10)); + DataGridView1["Column第二个音频率", num10].Value = string.Format("{0:#000.0}", Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num9 + 2 + num10 * 16)), 10)); + DataGridView1["Column第一个音持续时间", num10].Value = RuntimeHelpers.GetObjectValue(Column第一个音持续时间.Items[checked (publicva.EEPROM_Byte[num9 + 4 + num10 * 16] - 5)]); + DataGridView1["Column第二个音持续时间", num10].Value = RuntimeHelpers.GetObjectValue(Column第二个音持续时间.Items[checked (publicva.EEPROM_Byte[num9 + 5 + num10 * 16] - 5)]); + DataGridView1["Column音频间隔时间", num10].Value = RuntimeHelpers.GetObjectValue(Column音频间隔时间.Items[publicva.EEPROM_Byte[checked (num9 + 6 + num10 * 16)]]); + DataGridView1["Column长音持续时间", num10].Value = publicva.EEPROM_Byte[checked (num9 + 7 + num10 * 16)] >= 5 ? RuntimeHelpers.GetObjectValue(Column长音持续时间.Items[checked (publicva.EEPROM_Byte[num9 + 7 + num10 * 16] - 5)]) : RuntimeHelpers.GetObjectValue(Column长音持续时间.Items[0]); + DataGridView1["Column别名", num10].Value = Strings.RTrim(Encoding.ASCII.GetString(publicva.EEPROM_Byte, checked (num9 + 8 + num10 * 16), 8)); } else Clr_2ToneEnMsg(num10); checked { ++num10; } } while (num10 <= 31); - int num11 = 1792; - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox自动复位时间, checked (num11 + 0), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox预载波时间, checked (num11 + 4), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) CheckBox侧音, checked (num11 + 6), publicva.Bit3, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) CheckBox短哔音, checked (num11 + 6), publicva.Bit2, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) CheckBox空闲自动应答, checked (num11 + 6), publicva.Bit1, 0); + var num11 = 1792; + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox自动复位时间, checked (num11 + 0), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox预载波时间, checked (num11 + 4), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(CheckBox侧音, checked (num11 + 6), publicva.Bit3, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(CheckBox短哔音, checked (num11 + 6), publicva.Bit2, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(CheckBox空闲自动应答, checked (num11 + 6), publicva.Bit1, 0); } private void DataGridView1_CellEndEdit(object sender, DataGridViewCellEventArgs e) { - int rowIndex = DataGridView1.CurrentCell.RowIndex; - int columnIndex = DataGridView1.CurrentCell.ColumnIndex; + var rowIndex = DataGridView1.CurrentCell.RowIndex; + var columnIndex = DataGridView1.CurrentCell.ColumnIndex; if (columnIndex == DataGridView1["Column第一个音频率", rowIndex].ColumnIndex) { - if (Operators.ConditionalCompareObjectNotEqual(DataGridView1["Column第一个音频率", rowIndex].Value, (object) "", false)) + if (Operators.ConditionalCompareObjectNotEqual(DataGridView1["Column第一个音频率", rowIndex].Value, "", false)) { - string str = Conversions.ToString(JudgeInputBeepFreq(Conversions.ToString(DataGridView1["Column第一个音频率", rowIndex].Value), 2885, 32000)); - DataGridView1["Column第一个音频率", rowIndex].Value = (object) str; - if (Operators.ConditionalCompareObjectEqual(DataGridView1["Column第二个音频率", rowIndex].Value, (object) "", false)) + var str = Conversions.ToString(JudgeInputBeepFreq(Conversions.ToString(DataGridView1["Column第一个音频率", rowIndex].Value), 2885, 32000)); + DataGridView1["Column第一个音频率", rowIndex].Value = str; + if (Operators.ConditionalCompareObjectEqual(DataGridView1["Column第二个音频率", rowIndex].Value, "", false)) { if (Operators.CompareString(str, "", false) == 0) Clr_2ToneEnMsg(rowIndex); @@ -9311,9 +9311,9 @@ namespace HPG_68D { if (columnIndex != DataGridView1["Column第二个音频率", rowIndex].ColumnIndex) return; - if (Operators.ConditionalCompareObjectNotEqual(DataGridView1["Column第二个音频率", rowIndex].Value, (object) "", false)) + if (Operators.ConditionalCompareObjectNotEqual(DataGridView1["Column第二个音频率", rowIndex].Value, "", false)) DataGridView1["Column第二个音频率", rowIndex].Value = RuntimeHelpers.GetObjectValue(JudgeInputBeepFreq(Conversions.ToString(DataGridView1["Column第二个音频率", rowIndex].Value), 2885, 32000)); - if (Operators.ConditionalCompareObjectEqual(DataGridView1["Column第二个音频率", rowIndex].Value, (object) "", false)) + if (Operators.ConditionalCompareObjectEqual(DataGridView1["Column第二个音频率", rowIndex].Value, "", false)) DataGridView1["Column第二个音频率", rowIndex].Value = RuntimeHelpers.GetObjectValue(DataGridView1["Column第一个音频率", rowIndex].Value); } } @@ -9324,9 +9324,9 @@ namespace HPG_68D { if (DataGridView1.CurrentCell.ColumnIndex == DataGridView1["Column第一个音频率", 0].ColumnIndex | DataGridView1.CurrentCell.ColumnIndex == DataGridView1["Column第二个音频率", 0].ColumnIndex) { - DataGridViewTextBoxEditingControl boxEditingControl = new DataGridViewTextBoxEditingControl(); + var boxEditingControl = new DataGridViewTextBoxEditingControl(); boxEditingControl = (DataGridViewTextBoxEditingControl) e.Control; - DataGridViewTextBoxEditingControl control = (DataGridViewTextBoxEditingControl) e.Control; + var control = (DataGridViewTextBoxEditingControl) e.Control; control.ImeMode = ImeMode.Disable; control.KeyPress += Cells_KeyPress; } @@ -9334,9 +9334,9 @@ namespace HPG_68D { if (DataGridView1.CurrentCell.ColumnIndex != DataGridView1["Column别名", 0].ColumnIndex) return; - DataGridViewTextBoxEditingControl boxEditingControl = new DataGridViewTextBoxEditingControl(); + var boxEditingControl = new DataGridViewTextBoxEditingControl(); boxEditingControl = (DataGridViewTextBoxEditingControl) e.Control; - DataGridViewTextBoxEditingControl control = (DataGridViewTextBoxEditingControl) e.Control; + var control = (DataGridViewTextBoxEditingControl) e.Control; control.ImeMode = ImeMode.Disable; control.KeyPress += Text_Cells_KeyPress; } @@ -9360,9 +9360,9 @@ namespace HPG_68D private void DataGridView1_MouseClick(object sender, MouseEventArgs e) { - int rowIndex = DataGridView1.CurrentCell.RowIndex; - int columnIndex = DataGridView1.CurrentCell.ColumnIndex; - if (Operators.ConditionalCompareObjectEqual((object) "", DataGridView1["Column第一个音频率", rowIndex].Value, false)) + var rowIndex = DataGridView1.CurrentCell.RowIndex; + var columnIndex = DataGridView1.CurrentCell.ColumnIndex; + if (Operators.ConditionalCompareObjectEqual("", DataGridView1["Column第一个音频率", rowIndex].Value, false)) { DataGridView1.CurrentCell = DataGridView1.Rows[rowIndex].Cells[0]; DataGridView1.BeginEdit(true); @@ -9384,8 +9384,8 @@ namespace HPG_68D private void DataGridView1_RowPostPaint(object sender, DataGridViewRowPostPaintEventArgs e) { - Brush brush = (Brush) new SolidBrush(DataGridView1.RowHeadersDefaultCellStyle.ForeColor); - e.Graphics.DrawString(checked (e.RowIndex + 1).ToString(), DataGridView1.DefaultCellStyle.Font, brush, (float) checked (e.RowBounds.Location.X + 10), (float) checked (e.RowBounds.Location.Y + 5)); + var brush = (Brush) new SolidBrush(DataGridView1.RowHeadersDefaultCellStyle.ForeColor); + e.Graphics.DrawString(checked (e.RowIndex + 1).ToString(), DataGridView1.DefaultCellStyle.Font, brush, checked (e.RowBounds.Location.X + 10), checked (e.RowBounds.Location.Y + 5)); } public void SetControl_BeepItems(Control object_x) @@ -9395,11 +9395,11 @@ namespace HPG_68D private void ComboBox提示音1_1_MouseDown(object sender, MouseEventArgs e) { - SetControl_BeepItems((Control) ComboBox提示音1_1); - int num = 1024; + SetControl_BeepItems(ComboBox提示音1_1); + var num = 1024; try { - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox提示音1_1, checked (num + 10), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox提示音1_1, checked (num + 10), publicva.AllBit, 0); } catch (Exception ex) { @@ -9413,10 +9413,10 @@ namespace HPG_68D string str; try { - uint num = checked ((uint) Math.Round(unchecked (Conversions.ToDouble(StrFreq) * 10.0))); - if ((long) Max >= (long) num & (long) num >= (long) Min) + var num = checked ((uint) Math.Round(unchecked (Conversions.ToDouble(StrFreq) * 10.0))); + if (Max >= num & num >= Min) { - str = string.Format("{0:#000.0}", (object) ((double) num / 10.0)); + str = string.Format("{0:#000.0}", num / 10.0); } else { @@ -9431,29 +9431,29 @@ namespace HPG_68D str = ""; ProjectData.ClearProjectError(); } - return (object) str; + return str; } public void Clr_2ToneEnMsg(int i) { - DataGridView1["Column第一个音频率", i].Value = (object) ""; - DataGridView1["Column第二个音频率", i].Value = (object) ""; - DataGridView1["Column第一个音持续时间", i].Value = (object) ""; - DataGridView1["Column第二个音持续时间", i].Value = (object) ""; - DataGridView1["Column音频间隔时间", i].Value = (object) ""; - DataGridView1["Column长音持续时间", i].Value = (object) ""; - DataGridView1["Column别名", i].Value = (object) ""; + DataGridView1["Column第一个音频率", i].Value = ""; + DataGridView1["Column第二个音频率", i].Value = ""; + DataGridView1["Column第一个音持续时间", i].Value = ""; + DataGridView1["Column第二个音持续时间", i].Value = ""; + DataGridView1["Column音频间隔时间", i].Value = ""; + DataGridView1["Column长音持续时间", i].Value = ""; + DataGridView1["Column别名", i].Value = ""; } public void Init_2ToneEnMsg(string Freq, int i) { - DataGridView1["Column第一个音频率", i].Value = (object) Freq; - DataGridView1["Column第二个音频率", i].Value = (object) Freq; + DataGridView1["Column第一个音频率", i].Value = Freq; + DataGridView1["Column第二个音频率", i].Value = Freq; DataGridView1["Column第一个音持续时间", i].Value = RuntimeHelpers.GetObjectValue(Column第一个音持续时间.Items[5]); DataGridView1["Column第二个音持续时间", i].Value = RuntimeHelpers.GetObjectValue(Column第二个音持续时间.Items[25]); DataGridView1["Column音频间隔时间", i].Value = RuntimeHelpers.GetObjectValue(Column音频间隔时间.Items[0]); DataGridView1["Column长音持续时间", i].Value = RuntimeHelpers.GetObjectValue(Column长音持续时间.Items[0]); - DataGridView1["Column别名", i].Value = (object) ""; + DataGridView1["Column别名", i].Value = ""; } private void Button1_Click(object sender, EventArgs e) => Close(); diff --git a/HPG-68D/_5ToneForm.cs b/HPG-68D/_5ToneForm.cs index d947493..d0fd1a7 100644 --- a/HPG-68D/_5ToneForm.cs +++ b/HPG-68D/_5ToneForm.cs @@ -292,7 +292,7 @@ namespace HPG_68D Deactivate += _5ToneForm_Deactivate; FormClosing += _5ToneForm_FormClosing; Load += _5ToneForm_Load; - __ENCList.Add((object) new WeakReference((object) this)); + __ENCList.Add(new WeakReference(this)); InitializeComponent(); } @@ -307,15 +307,15 @@ namespace HPG_68D [DebuggerStepThrough] private void InitializeComponent() { - ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof (_5ToneForm)); - DataGridViewCellStyle gridViewCellStyle1 = new DataGridViewCellStyle(); - DataGridViewCellStyle gridViewCellStyle2 = new DataGridViewCellStyle(); - DataGridViewCellStyle gridViewCellStyle3 = new DataGridViewCellStyle(); - DataGridViewCellStyle gridViewCellStyle4 = new DataGridViewCellStyle(); - DataGridViewCellStyle gridViewCellStyle5 = new DataGridViewCellStyle(); - DataGridViewCellStyle gridViewCellStyle6 = new DataGridViewCellStyle(); - DataGridViewCellStyle gridViewCellStyle7 = new DataGridViewCellStyle(); - DataGridViewCellStyle gridViewCellStyle8 = new DataGridViewCellStyle(); + var componentResourceManager = new ComponentResourceManager(typeof (_5ToneForm)); + var gridViewCellStyle1 = new DataGridViewCellStyle(); + var gridViewCellStyle2 = new DataGridViewCellStyle(); + var gridViewCellStyle3 = new DataGridViewCellStyle(); + var gridViewCellStyle4 = new DataGridViewCellStyle(); + var gridViewCellStyle5 = new DataGridViewCellStyle(); + var gridViewCellStyle6 = new DataGridViewCellStyle(); + var gridViewCellStyle7 = new DataGridViewCellStyle(); + var gridViewCellStyle8 = new DataGridViewCellStyle(); SplitContainer1 = new SplitContainer(); NumericUpDown编码_信息码 = new NumericUpDown(); Label23 = new Label(); @@ -489,1327 +489,1327 @@ namespace HPG_68D NumericUpDown25.BeginInit(); TabPage4.SuspendLayout(); SuspendLayout(); - SplitContainer1.AccessibleDescription = (string) null; - SplitContainer1.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) SplitContainer1, "SplitContainer1"); - SplitContainer1.BackgroundImage = (Image) null; + SplitContainer1.AccessibleDescription = null; + SplitContainer1.AccessibleName = null; + componentResourceManager.ApplyResources(SplitContainer1, "SplitContainer1"); + SplitContainer1.BackgroundImage = null; SplitContainer1.BorderStyle = BorderStyle.FixedSingle; - SplitContainer1.Font = (Font) null; + SplitContainer1.Font = null; SplitContainer1.Name = "SplitContainer1"; - SplitContainer1.Panel1.AccessibleDescription = (string) null; - SplitContainer1.Panel1.AccessibleName = (string) null; + SplitContainer1.Panel1.AccessibleDescription = null; + SplitContainer1.Panel1.AccessibleName = null; //componentResourceManager.ApplyResources((object) this.SplitContainer1.Panel1, "SplitContainer1.Panel1"); - SplitContainer1.Panel1.BackgroundImage = (Image) null; - SplitContainer1.Panel1.Controls.Add((Control) NumericUpDown编码_信息码); - SplitContainer1.Panel1.Controls.Add((Control) Label23); - SplitContainer1.Panel1.Font = (Font) null; - SplitContainer1.Panel2.AccessibleDescription = (string) null; - SplitContainer1.Panel2.AccessibleName = (string) null; + SplitContainer1.Panel1.BackgroundImage = null; + SplitContainer1.Panel1.Controls.Add(NumericUpDown编码_信息码); + SplitContainer1.Panel1.Controls.Add(Label23); + SplitContainer1.Panel1.Font = null; + SplitContainer1.Panel2.AccessibleDescription = null; + SplitContainer1.Panel2.AccessibleName = null; //componentResourceManager.ApplyResources((object) this.SplitContainer1.Panel2, "SplitContainer1.Panel2"); - SplitContainer1.Panel2.BackgroundImage = (Image) null; - SplitContainer1.Panel2.Controls.Add((Control) Button2); - SplitContainer1.Panel2.Controls.Add((Control) Button1); - SplitContainer1.Panel2.Controls.Add((Control) TextBox1); - SplitContainer1.Panel2.Controls.Add((Control) Label27); - SplitContainer1.Panel2.Controls.Add((Control) CheckBox第二个音扩展); - SplitContainer1.Panel2.Controls.Add((Control) CheckBox第一个音扩展); - SplitContainer1.Panel2.Controls.Add((Control) ComboBox14); - SplitContainer1.Panel2.Controls.Add((Control) ComboBox18); - SplitContainer1.Panel2.Controls.Add((Control) ComboBox2); - SplitContainer1.Panel2.Controls.Add((Control) Label26); - SplitContainer1.Panel2.Controls.Add((Control) Label25); - SplitContainer1.Panel2.Controls.Add((Control) Label24); - SplitContainer1.Panel2.Font = (Font) null; - NumericUpDown编码_信息码.AccessibleDescription = (string) null; - NumericUpDown编码_信息码.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) NumericUpDown编码_信息码, "NumericUpDown编码_信息码"); - NumericUpDown编码_信息码.Font = (Font) null; - NumericUpDown numericUpDown编码信息码1 = NumericUpDown编码_信息码; - Decimal num1 = new Decimal(new int[4]{ 32, 0, 0, 0 }); - Decimal num2 = num1; + SplitContainer1.Panel2.BackgroundImage = null; + SplitContainer1.Panel2.Controls.Add(Button2); + SplitContainer1.Panel2.Controls.Add(Button1); + SplitContainer1.Panel2.Controls.Add(TextBox1); + SplitContainer1.Panel2.Controls.Add(Label27); + SplitContainer1.Panel2.Controls.Add(CheckBox第二个音扩展); + SplitContainer1.Panel2.Controls.Add(CheckBox第一个音扩展); + SplitContainer1.Panel2.Controls.Add(ComboBox14); + SplitContainer1.Panel2.Controls.Add(ComboBox18); + SplitContainer1.Panel2.Controls.Add(ComboBox2); + SplitContainer1.Panel2.Controls.Add(Label26); + SplitContainer1.Panel2.Controls.Add(Label25); + SplitContainer1.Panel2.Controls.Add(Label24); + SplitContainer1.Panel2.Font = null; + NumericUpDown编码_信息码.AccessibleDescription = null; + NumericUpDown编码_信息码.AccessibleName = null; + componentResourceManager.ApplyResources(NumericUpDown编码_信息码, "NumericUpDown编码_信息码"); + NumericUpDown编码_信息码.Font = null; + var numericUpDown编码信息码1 = NumericUpDown编码_信息码; + var num1 = new Decimal(new int[4]{ 32, 0, 0, 0 }); + var num2 = num1; numericUpDown编码信息码1.Maximum = num2; - NumericUpDown numericUpDown编码信息码2 = NumericUpDown编码_信息码; + var numericUpDown编码信息码2 = NumericUpDown编码_信息码; num1 = new Decimal(new int[4]{ 1, 0, 0, 0 }); - Decimal num3 = num1; + var num3 = num1; numericUpDown编码信息码2.Minimum = num3; NumericUpDown编码_信息码.Name = "NumericUpDown编码_信息码"; - NumericUpDown numericUpDown编码信息码3 = NumericUpDown编码_信息码; + var numericUpDown编码信息码3 = NumericUpDown编码_信息码; num1 = new Decimal(new int[4]{ 1, 0, 0, 0 }); - Decimal num4 = num1; + var num4 = num1; numericUpDown编码信息码3.Value = num4; - Label23.AccessibleDescription = (string) null; - Label23.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label23, "Label23"); - Label23.Font = (Font) null; + Label23.AccessibleDescription = null; + Label23.AccessibleName = null; + componentResourceManager.ApplyResources(Label23, "Label23"); + Label23.Font = null; Label23.Name = "Label23"; - Button2.AccessibleDescription = (string) null; - Button2.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Button2, "Button2"); - Button2.BackgroundImage = (Image) null; - Button2.Font = (Font) null; + Button2.AccessibleDescription = null; + Button2.AccessibleName = null; + componentResourceManager.ApplyResources(Button2, "Button2"); + Button2.BackgroundImage = null; + Button2.Font = null; Button2.Name = "Button2"; Button2.UseVisualStyleBackColor = true; - Button1.AccessibleDescription = (string) null; - Button1.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Button1, "Button1"); - Button1.BackgroundImage = (Image) null; - Button1.Font = (Font) null; + Button1.AccessibleDescription = null; + Button1.AccessibleName = null; + componentResourceManager.ApplyResources(Button1, "Button1"); + Button1.BackgroundImage = null; + Button1.Font = null; Button1.Name = "Button1"; Button1.UseVisualStyleBackColor = true; - TextBox1.AccessibleDescription = (string) null; - TextBox1.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) TextBox1, "TextBox1"); - TextBox1.BackgroundImage = (Image) null; - TextBox1.Font = (Font) null; + TextBox1.AccessibleDescription = null; + TextBox1.AccessibleName = null; + componentResourceManager.ApplyResources(TextBox1, "TextBox1"); + TextBox1.BackgroundImage = null; + TextBox1.Font = null; TextBox1.Name = "TextBox1"; - Label27.AccessibleDescription = (string) null; - Label27.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label27, "Label27"); - Label27.Font = (Font) null; + Label27.AccessibleDescription = null; + Label27.AccessibleName = null; + componentResourceManager.ApplyResources(Label27, "Label27"); + Label27.Font = null; Label27.Name = "Label27"; - CheckBox第二个音扩展.AccessibleDescription = (string) null; - CheckBox第二个音扩展.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) CheckBox第二个音扩展, "CheckBox第二个音扩展"); - CheckBox第二个音扩展.BackgroundImage = (Image) null; - CheckBox第二个音扩展.Font = (Font) null; + CheckBox第二个音扩展.AccessibleDescription = null; + CheckBox第二个音扩展.AccessibleName = null; + componentResourceManager.ApplyResources(CheckBox第二个音扩展, "CheckBox第二个音扩展"); + CheckBox第二个音扩展.BackgroundImage = null; + CheckBox第二个音扩展.Font = null; CheckBox第二个音扩展.Name = "CheckBox第二个音扩展"; CheckBox第二个音扩展.UseVisualStyleBackColor = true; - CheckBox第一个音扩展.AccessibleDescription = (string) null; - CheckBox第一个音扩展.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) CheckBox第一个音扩展, "CheckBox第一个音扩展"); - CheckBox第一个音扩展.BackgroundImage = (Image) null; - CheckBox第一个音扩展.Font = (Font) null; + CheckBox第一个音扩展.AccessibleDescription = null; + CheckBox第一个音扩展.AccessibleName = null; + componentResourceManager.ApplyResources(CheckBox第一个音扩展, "CheckBox第一个音扩展"); + CheckBox第一个音扩展.BackgroundImage = null; + CheckBox第一个音扩展.Font = null; CheckBox第一个音扩展.Name = "CheckBox第一个音扩展"; CheckBox第一个音扩展.UseVisualStyleBackColor = true; - ComboBox14.AccessibleDescription = (string) null; - ComboBox14.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox14, "ComboBox14"); - ComboBox14.BackgroundImage = (Image) null; + ComboBox14.AccessibleDescription = null; + ComboBox14.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox14, "ComboBox14"); + ComboBox14.BackgroundImage = null; ComboBox14.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox14.Font = (Font) null; + ComboBox14.Font = null; ComboBox14.FormattingEnabled = true; ComboBox14.Items.AddRange(new object[33] { - (object) componentResourceManager.GetString("ComboBox14.Items"), - (object) componentResourceManager.GetString("ComboBox14.Items1"), - (object) componentResourceManager.GetString("ComboBox14.Items2"), - (object) componentResourceManager.GetString("ComboBox14.Items3"), - (object) componentResourceManager.GetString("ComboBox14.Items4"), - (object) componentResourceManager.GetString("ComboBox14.Items5"), - (object) componentResourceManager.GetString("ComboBox14.Items6"), - (object) componentResourceManager.GetString("ComboBox14.Items7"), - (object) componentResourceManager.GetString("ComboBox14.Items8"), - (object) componentResourceManager.GetString("ComboBox14.Items9"), - (object) componentResourceManager.GetString("ComboBox14.Items10"), - (object) componentResourceManager.GetString("ComboBox14.Items11"), - (object) componentResourceManager.GetString("ComboBox14.Items12"), - (object) componentResourceManager.GetString("ComboBox14.Items13"), - (object) componentResourceManager.GetString("ComboBox14.Items14"), - (object) componentResourceManager.GetString("ComboBox14.Items15"), - (object) componentResourceManager.GetString("ComboBox14.Items16"), - (object) componentResourceManager.GetString("ComboBox14.Items17"), - (object) componentResourceManager.GetString("ComboBox14.Items18"), - (object) componentResourceManager.GetString("ComboBox14.Items19"), - (object) componentResourceManager.GetString("ComboBox14.Items20"), - (object) componentResourceManager.GetString("ComboBox14.Items21"), - (object) componentResourceManager.GetString("ComboBox14.Items22"), - (object) componentResourceManager.GetString("ComboBox14.Items23"), - (object) componentResourceManager.GetString("ComboBox14.Items24"), - (object) componentResourceManager.GetString("ComboBox14.Items25"), - (object) componentResourceManager.GetString("ComboBox14.Items26"), - (object) componentResourceManager.GetString("ComboBox14.Items27"), - (object) componentResourceManager.GetString("ComboBox14.Items28"), - (object) componentResourceManager.GetString("ComboBox14.Items29"), - (object) componentResourceManager.GetString("ComboBox14.Items30"), - (object) componentResourceManager.GetString("ComboBox14.Items31"), - (object) componentResourceManager.GetString("ComboBox14.Items32") + componentResourceManager.GetString("ComboBox14.Items"), + componentResourceManager.GetString("ComboBox14.Items1"), + componentResourceManager.GetString("ComboBox14.Items2"), + componentResourceManager.GetString("ComboBox14.Items3"), + componentResourceManager.GetString("ComboBox14.Items4"), + componentResourceManager.GetString("ComboBox14.Items5"), + componentResourceManager.GetString("ComboBox14.Items6"), + componentResourceManager.GetString("ComboBox14.Items7"), + componentResourceManager.GetString("ComboBox14.Items8"), + componentResourceManager.GetString("ComboBox14.Items9"), + componentResourceManager.GetString("ComboBox14.Items10"), + componentResourceManager.GetString("ComboBox14.Items11"), + componentResourceManager.GetString("ComboBox14.Items12"), + componentResourceManager.GetString("ComboBox14.Items13"), + componentResourceManager.GetString("ComboBox14.Items14"), + componentResourceManager.GetString("ComboBox14.Items15"), + componentResourceManager.GetString("ComboBox14.Items16"), + componentResourceManager.GetString("ComboBox14.Items17"), + componentResourceManager.GetString("ComboBox14.Items18"), + componentResourceManager.GetString("ComboBox14.Items19"), + componentResourceManager.GetString("ComboBox14.Items20"), + componentResourceManager.GetString("ComboBox14.Items21"), + componentResourceManager.GetString("ComboBox14.Items22"), + componentResourceManager.GetString("ComboBox14.Items23"), + componentResourceManager.GetString("ComboBox14.Items24"), + componentResourceManager.GetString("ComboBox14.Items25"), + componentResourceManager.GetString("ComboBox14.Items26"), + componentResourceManager.GetString("ComboBox14.Items27"), + componentResourceManager.GetString("ComboBox14.Items28"), + componentResourceManager.GetString("ComboBox14.Items29"), + componentResourceManager.GetString("ComboBox14.Items30"), + componentResourceManager.GetString("ComboBox14.Items31"), + componentResourceManager.GetString("ComboBox14.Items32") }); ComboBox14.Name = "ComboBox14"; - ComboBox18.AccessibleDescription = (string) null; - ComboBox18.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox18, "ComboBox18"); - ComboBox18.BackgroundImage = (Image) null; + ComboBox18.AccessibleDescription = null; + ComboBox18.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox18, "ComboBox18"); + ComboBox18.BackgroundImage = null; ComboBox18.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox18.Font = (Font) null; + ComboBox18.Font = null; ComboBox18.FormattingEnabled = true; ComboBox18.Items.AddRange(new object[33] { - (object) componentResourceManager.GetString("ComboBox18.Items"), - (object) componentResourceManager.GetString("ComboBox18.Items1"), - (object) componentResourceManager.GetString("ComboBox18.Items2"), - (object) componentResourceManager.GetString("ComboBox18.Items3"), - (object) componentResourceManager.GetString("ComboBox18.Items4"), - (object) componentResourceManager.GetString("ComboBox18.Items5"), - (object) componentResourceManager.GetString("ComboBox18.Items6"), - (object) componentResourceManager.GetString("ComboBox18.Items7"), - (object) componentResourceManager.GetString("ComboBox18.Items8"), - (object) componentResourceManager.GetString("ComboBox18.Items9"), - (object) componentResourceManager.GetString("ComboBox18.Items10"), - (object) componentResourceManager.GetString("ComboBox18.Items11"), - (object) componentResourceManager.GetString("ComboBox18.Items12"), - (object) componentResourceManager.GetString("ComboBox18.Items13"), - (object) componentResourceManager.GetString("ComboBox18.Items14"), - (object) componentResourceManager.GetString("ComboBox18.Items15"), - (object) componentResourceManager.GetString("ComboBox18.Items16"), - (object) componentResourceManager.GetString("ComboBox18.Items17"), - (object) componentResourceManager.GetString("ComboBox18.Items18"), - (object) componentResourceManager.GetString("ComboBox18.Items19"), - (object) componentResourceManager.GetString("ComboBox18.Items20"), - (object) componentResourceManager.GetString("ComboBox18.Items21"), - (object) componentResourceManager.GetString("ComboBox18.Items22"), - (object) componentResourceManager.GetString("ComboBox18.Items23"), - (object) componentResourceManager.GetString("ComboBox18.Items24"), - (object) componentResourceManager.GetString("ComboBox18.Items25"), - (object) componentResourceManager.GetString("ComboBox18.Items26"), - (object) componentResourceManager.GetString("ComboBox18.Items27"), - (object) componentResourceManager.GetString("ComboBox18.Items28"), - (object) componentResourceManager.GetString("ComboBox18.Items29"), - (object) componentResourceManager.GetString("ComboBox18.Items30"), - (object) componentResourceManager.GetString("ComboBox18.Items31"), - (object) componentResourceManager.GetString("ComboBox18.Items32") + componentResourceManager.GetString("ComboBox18.Items"), + componentResourceManager.GetString("ComboBox18.Items1"), + componentResourceManager.GetString("ComboBox18.Items2"), + componentResourceManager.GetString("ComboBox18.Items3"), + componentResourceManager.GetString("ComboBox18.Items4"), + componentResourceManager.GetString("ComboBox18.Items5"), + componentResourceManager.GetString("ComboBox18.Items6"), + componentResourceManager.GetString("ComboBox18.Items7"), + componentResourceManager.GetString("ComboBox18.Items8"), + componentResourceManager.GetString("ComboBox18.Items9"), + componentResourceManager.GetString("ComboBox18.Items10"), + componentResourceManager.GetString("ComboBox18.Items11"), + componentResourceManager.GetString("ComboBox18.Items12"), + componentResourceManager.GetString("ComboBox18.Items13"), + componentResourceManager.GetString("ComboBox18.Items14"), + componentResourceManager.GetString("ComboBox18.Items15"), + componentResourceManager.GetString("ComboBox18.Items16"), + componentResourceManager.GetString("ComboBox18.Items17"), + componentResourceManager.GetString("ComboBox18.Items18"), + componentResourceManager.GetString("ComboBox18.Items19"), + componentResourceManager.GetString("ComboBox18.Items20"), + componentResourceManager.GetString("ComboBox18.Items21"), + componentResourceManager.GetString("ComboBox18.Items22"), + componentResourceManager.GetString("ComboBox18.Items23"), + componentResourceManager.GetString("ComboBox18.Items24"), + componentResourceManager.GetString("ComboBox18.Items25"), + componentResourceManager.GetString("ComboBox18.Items26"), + componentResourceManager.GetString("ComboBox18.Items27"), + componentResourceManager.GetString("ComboBox18.Items28"), + componentResourceManager.GetString("ComboBox18.Items29"), + componentResourceManager.GetString("ComboBox18.Items30"), + componentResourceManager.GetString("ComboBox18.Items31"), + componentResourceManager.GetString("ComboBox18.Items32") }); ComboBox18.Name = "ComboBox18"; - ComboBox2.AccessibleDescription = (string) null; - ComboBox2.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox2, "ComboBox2"); - ComboBox2.BackgroundImage = (Image) null; + ComboBox2.AccessibleDescription = null; + ComboBox2.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox2, "ComboBox2"); + ComboBox2.BackgroundImage = null; ComboBox2.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox2.Font = (Font) null; + ComboBox2.Font = null; ComboBox2.FormattingEnabled = true; ComboBox2.Items.AddRange(new object[9] { - (object) componentResourceManager.GetString("ComboBox2.Items"), - (object) componentResourceManager.GetString("ComboBox2.Items1"), - (object) componentResourceManager.GetString("ComboBox2.Items2"), - (object) componentResourceManager.GetString("ComboBox2.Items3"), - (object) componentResourceManager.GetString("ComboBox2.Items4"), - (object) componentResourceManager.GetString("ComboBox2.Items5"), - (object) componentResourceManager.GetString("ComboBox2.Items6"), - (object) componentResourceManager.GetString("ComboBox2.Items7"), - (object) componentResourceManager.GetString("ComboBox2.Items8") + componentResourceManager.GetString("ComboBox2.Items"), + componentResourceManager.GetString("ComboBox2.Items1"), + componentResourceManager.GetString("ComboBox2.Items2"), + componentResourceManager.GetString("ComboBox2.Items3"), + componentResourceManager.GetString("ComboBox2.Items4"), + componentResourceManager.GetString("ComboBox2.Items5"), + componentResourceManager.GetString("ComboBox2.Items6"), + componentResourceManager.GetString("ComboBox2.Items7"), + componentResourceManager.GetString("ComboBox2.Items8") }); ComboBox2.Name = "ComboBox2"; - Label26.AccessibleDescription = (string) null; - Label26.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label26, "Label26"); - Label26.Font = (Font) null; + Label26.AccessibleDescription = null; + Label26.AccessibleName = null; + componentResourceManager.ApplyResources(Label26, "Label26"); + Label26.Font = null; Label26.Name = "Label26"; - Label25.AccessibleDescription = (string) null; - Label25.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label25, "Label25"); - Label25.Font = (Font) null; + Label25.AccessibleDescription = null; + Label25.AccessibleName = null; + componentResourceManager.ApplyResources(Label25, "Label25"); + Label25.Font = null; Label25.Name = "Label25"; - Label24.AccessibleDescription = (string) null; - Label24.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label24, "Label24"); - Label24.Font = (Font) null; + Label24.AccessibleDescription = null; + Label24.AccessibleName = null; + componentResourceManager.ApplyResources(Label24, "Label24"); + Label24.Font = null; Label24.Name = "Label24"; - SplitContainer2.AccessibleDescription = (string) null; - SplitContainer2.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) SplitContainer2, "SplitContainer2"); - SplitContainer2.BackgroundImage = (Image) null; + SplitContainer2.AccessibleDescription = null; + SplitContainer2.AccessibleName = null; + componentResourceManager.ApplyResources(SplitContainer2, "SplitContainer2"); + SplitContainer2.BackgroundImage = null; SplitContainer2.BorderStyle = BorderStyle.FixedSingle; - SplitContainer2.Font = (Font) null; + SplitContainer2.Font = null; SplitContainer2.Name = "SplitContainer2"; - SplitContainer2.Panel1.AccessibleDescription = (string) null; - SplitContainer2.Panel1.AccessibleName = (string) null; + SplitContainer2.Panel1.AccessibleDescription = null; + SplitContainer2.Panel1.AccessibleName = null; //componentResourceManager.ApplyResources((object) this.SplitContainer2.Panel1, "SplitContainer2.Panel1"); - SplitContainer2.Panel1.BackgroundImage = (Image) null; - SplitContainer2.Panel1.Controls.Add((Control) NumericUpDown解码_信息码); - SplitContainer2.Panel1.Controls.Add((Control) Label30); - SplitContainer2.Panel1.Font = (Font) null; - SplitContainer2.Panel2.AccessibleDescription = (string) null; - SplitContainer2.Panel2.AccessibleName = (string) null; + SplitContainer2.Panel1.BackgroundImage = null; + SplitContainer2.Panel1.Controls.Add(NumericUpDown解码_信息码); + SplitContainer2.Panel1.Controls.Add(Label30); + SplitContainer2.Panel1.Font = null; + SplitContainer2.Panel2.AccessibleDescription = null; + SplitContainer2.Panel2.AccessibleName = null; //componentResourceManager.ApplyResources((object) this.SplitContainer2.Panel2, "SplitContainer2.Panel2"); - SplitContainer2.Panel2.BackgroundImage = (Image) null; - SplitContainer2.Panel2.Controls.Add((Control) Button3); - SplitContainer2.Panel2.Controls.Add((Control) Button4); - SplitContainer2.Panel2.Controls.Add((Control) TextBox3); - SplitContainer2.Panel2.Controls.Add((Control) TextBox4); - SplitContainer2.Panel2.Controls.Add((Control) ComboBox7); - SplitContainer2.Panel2.Controls.Add((Control) ComboBox6); - SplitContainer2.Panel2.Controls.Add((Control) ComboBox5); - SplitContainer2.Panel2.Controls.Add((Control) ComboBox10); - SplitContainer2.Panel2.Controls.Add((Control) Label37); - SplitContainer2.Panel2.Controls.Add((Control) ComboBox9); - SplitContainer2.Panel2.Controls.Add((Control) Label36); - SplitContainer2.Panel2.Controls.Add((Control) ComboBox8); - SplitContainer2.Panel2.Controls.Add((Control) Label31); - SplitContainer2.Panel2.Controls.Add((Control) ComboBox4); - SplitContainer2.Panel2.Controls.Add((Control) Label32); - SplitContainer2.Panel2.Controls.Add((Control) Label33); - SplitContainer2.Panel2.Controls.Add((Control) Label35); - SplitContainer2.Panel2.Controls.Add((Control) Label34); - SplitContainer2.Panel2.Font = (Font) null; - NumericUpDown解码_信息码.AccessibleDescription = (string) null; - NumericUpDown解码_信息码.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) NumericUpDown解码_信息码, "NumericUpDown解码_信息码"); - NumericUpDown解码_信息码.Font = (Font) null; - NumericUpDown numericUpDown解码信息码1 = NumericUpDown解码_信息码; + SplitContainer2.Panel2.BackgroundImage = null; + SplitContainer2.Panel2.Controls.Add(Button3); + SplitContainer2.Panel2.Controls.Add(Button4); + SplitContainer2.Panel2.Controls.Add(TextBox3); + SplitContainer2.Panel2.Controls.Add(TextBox4); + SplitContainer2.Panel2.Controls.Add(ComboBox7); + SplitContainer2.Panel2.Controls.Add(ComboBox6); + SplitContainer2.Panel2.Controls.Add(ComboBox5); + SplitContainer2.Panel2.Controls.Add(ComboBox10); + SplitContainer2.Panel2.Controls.Add(Label37); + SplitContainer2.Panel2.Controls.Add(ComboBox9); + SplitContainer2.Panel2.Controls.Add(Label36); + SplitContainer2.Panel2.Controls.Add(ComboBox8); + SplitContainer2.Panel2.Controls.Add(Label31); + SplitContainer2.Panel2.Controls.Add(ComboBox4); + SplitContainer2.Panel2.Controls.Add(Label32); + SplitContainer2.Panel2.Controls.Add(Label33); + SplitContainer2.Panel2.Controls.Add(Label35); + SplitContainer2.Panel2.Controls.Add(Label34); + SplitContainer2.Panel2.Font = null; + NumericUpDown解码_信息码.AccessibleDescription = null; + NumericUpDown解码_信息码.AccessibleName = null; + componentResourceManager.ApplyResources(NumericUpDown解码_信息码, "NumericUpDown解码_信息码"); + NumericUpDown解码_信息码.Font = null; + var numericUpDown解码信息码1 = NumericUpDown解码_信息码; num1 = new Decimal(new int[4]{ 16, 0, 0, 0 }); - Decimal num5 = num1; + var num5 = num1; numericUpDown解码信息码1.Maximum = num5; - NumericUpDown numericUpDown解码信息码2 = NumericUpDown解码_信息码; + var numericUpDown解码信息码2 = NumericUpDown解码_信息码; num1 = new Decimal(new int[4]{ 1, 0, 0, 0 }); - Decimal num6 = num1; + var num6 = num1; numericUpDown解码信息码2.Minimum = num6; NumericUpDown解码_信息码.Name = "NumericUpDown解码_信息码"; - NumericUpDown numericUpDown解码信息码3 = NumericUpDown解码_信息码; + var numericUpDown解码信息码3 = NumericUpDown解码_信息码; num1 = new Decimal(new int[4]{ 1, 0, 0, 0 }); - Decimal num7 = num1; + var num7 = num1; numericUpDown解码信息码3.Value = num7; - Label30.AccessibleDescription = (string) null; - Label30.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label30, "Label30"); - Label30.Font = (Font) null; + Label30.AccessibleDescription = null; + Label30.AccessibleName = null; + componentResourceManager.ApplyResources(Label30, "Label30"); + Label30.Font = null; Label30.Name = "Label30"; - Button3.AccessibleDescription = (string) null; - Button3.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Button3, "Button3"); - Button3.BackgroundImage = (Image) null; - Button3.Font = (Font) null; + Button3.AccessibleDescription = null; + Button3.AccessibleName = null; + componentResourceManager.ApplyResources(Button3, "Button3"); + Button3.BackgroundImage = null; + Button3.Font = null; Button3.Name = "Button3"; Button3.UseVisualStyleBackColor = true; - Button4.AccessibleDescription = (string) null; - Button4.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Button4, "Button4"); - Button4.BackgroundImage = (Image) null; - Button4.Font = (Font) null; + Button4.AccessibleDescription = null; + Button4.AccessibleName = null; + componentResourceManager.ApplyResources(Button4, "Button4"); + Button4.BackgroundImage = null; + Button4.Font = null; Button4.Name = "Button4"; Button4.UseVisualStyleBackColor = true; - TextBox3.AccessibleDescription = (string) null; - TextBox3.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) TextBox3, "TextBox3"); - TextBox3.BackgroundImage = (Image) null; - TextBox3.Font = (Font) null; + TextBox3.AccessibleDescription = null; + TextBox3.AccessibleName = null; + componentResourceManager.ApplyResources(TextBox3, "TextBox3"); + TextBox3.BackgroundImage = null; + TextBox3.Font = null; TextBox3.Name = "TextBox3"; - TextBox4.AccessibleDescription = (string) null; - TextBox4.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) TextBox4, "TextBox4"); - TextBox4.BackgroundImage = (Image) null; - TextBox4.Font = (Font) null; + TextBox4.AccessibleDescription = null; + TextBox4.AccessibleName = null; + componentResourceManager.ApplyResources(TextBox4, "TextBox4"); + TextBox4.BackgroundImage = null; + TextBox4.Font = null; TextBox4.Name = "TextBox4"; - ComboBox7.AccessibleDescription = (string) null; - ComboBox7.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox7, "ComboBox7"); - ComboBox7.BackgroundImage = (Image) null; + ComboBox7.AccessibleDescription = null; + ComboBox7.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox7, "ComboBox7"); + ComboBox7.BackgroundImage = null; ComboBox7.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox7.Font = (Font) null; + ComboBox7.Font = null; ComboBox7.FormattingEnabled = true; ComboBox7.Items.AddRange(new object[16] { - (object) componentResourceManager.GetString("ComboBox7.Items"), - (object) componentResourceManager.GetString("ComboBox7.Items1"), - (object) componentResourceManager.GetString("ComboBox7.Items2"), - (object) componentResourceManager.GetString("ComboBox7.Items3"), - (object) componentResourceManager.GetString("ComboBox7.Items4"), - (object) componentResourceManager.GetString("ComboBox7.Items5"), - (object) componentResourceManager.GetString("ComboBox7.Items6"), - (object) componentResourceManager.GetString("ComboBox7.Items7"), - (object) componentResourceManager.GetString("ComboBox7.Items8"), - (object) componentResourceManager.GetString("ComboBox7.Items9"), - (object) componentResourceManager.GetString("ComboBox7.Items10"), - (object) componentResourceManager.GetString("ComboBox7.Items11"), - (object) componentResourceManager.GetString("ComboBox7.Items12"), - (object) componentResourceManager.GetString("ComboBox7.Items13"), - (object) componentResourceManager.GetString("ComboBox7.Items14"), - (object) componentResourceManager.GetString("ComboBox7.Items15") + componentResourceManager.GetString("ComboBox7.Items"), + componentResourceManager.GetString("ComboBox7.Items1"), + componentResourceManager.GetString("ComboBox7.Items2"), + componentResourceManager.GetString("ComboBox7.Items3"), + componentResourceManager.GetString("ComboBox7.Items4"), + componentResourceManager.GetString("ComboBox7.Items5"), + componentResourceManager.GetString("ComboBox7.Items6"), + componentResourceManager.GetString("ComboBox7.Items7"), + componentResourceManager.GetString("ComboBox7.Items8"), + componentResourceManager.GetString("ComboBox7.Items9"), + componentResourceManager.GetString("ComboBox7.Items10"), + componentResourceManager.GetString("ComboBox7.Items11"), + componentResourceManager.GetString("ComboBox7.Items12"), + componentResourceManager.GetString("ComboBox7.Items13"), + componentResourceManager.GetString("ComboBox7.Items14"), + componentResourceManager.GetString("ComboBox7.Items15") }); ComboBox7.Name = "ComboBox7"; - ComboBox6.AccessibleDescription = (string) null; - ComboBox6.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox6, "ComboBox6"); - ComboBox6.BackgroundImage = (Image) null; + ComboBox6.AccessibleDescription = null; + ComboBox6.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox6, "ComboBox6"); + ComboBox6.BackgroundImage = null; ComboBox6.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox6.Font = (Font) null; + ComboBox6.Font = null; ComboBox6.FormattingEnabled = true; ComboBox6.Items.AddRange(new object[2] { - (object) componentResourceManager.GetString("ComboBox6.Items"), - (object) componentResourceManager.GetString("ComboBox6.Items1") + componentResourceManager.GetString("ComboBox6.Items"), + componentResourceManager.GetString("ComboBox6.Items1") }); ComboBox6.Name = "ComboBox6"; - ComboBox5.AccessibleDescription = (string) null; - ComboBox5.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox5, "ComboBox5"); - ComboBox5.BackgroundImage = (Image) null; + ComboBox5.AccessibleDescription = null; + ComboBox5.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox5, "ComboBox5"); + ComboBox5.BackgroundImage = null; ComboBox5.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox5.Font = (Font) null; + ComboBox5.Font = null; ComboBox5.FormattingEnabled = true; ComboBox5.Items.AddRange(new object[2] { - (object) componentResourceManager.GetString("ComboBox5.Items"), - (object) componentResourceManager.GetString("ComboBox5.Items1") + componentResourceManager.GetString("ComboBox5.Items"), + componentResourceManager.GetString("ComboBox5.Items1") }); ComboBox5.Name = "ComboBox5"; - ComboBox10.AccessibleDescription = (string) null; - ComboBox10.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox10, "ComboBox10"); - ComboBox10.BackgroundImage = (Image) null; + ComboBox10.AccessibleDescription = null; + ComboBox10.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox10, "ComboBox10"); + ComboBox10.BackgroundImage = null; ComboBox10.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox10.Font = (Font) null; + ComboBox10.Font = null; ComboBox10.FormattingEnabled = true; ComboBox10.Items.AddRange(new object[9] { - (object) componentResourceManager.GetString("ComboBox10.Items"), - (object) componentResourceManager.GetString("ComboBox10.Items1"), - (object) componentResourceManager.GetString("ComboBox10.Items2"), - (object) componentResourceManager.GetString("ComboBox10.Items3"), - (object) componentResourceManager.GetString("ComboBox10.Items4"), - (object) componentResourceManager.GetString("ComboBox10.Items5"), - (object) componentResourceManager.GetString("ComboBox10.Items6"), - (object) componentResourceManager.GetString("ComboBox10.Items7"), - (object) componentResourceManager.GetString("ComboBox10.Items8") + componentResourceManager.GetString("ComboBox10.Items"), + componentResourceManager.GetString("ComboBox10.Items1"), + componentResourceManager.GetString("ComboBox10.Items2"), + componentResourceManager.GetString("ComboBox10.Items3"), + componentResourceManager.GetString("ComboBox10.Items4"), + componentResourceManager.GetString("ComboBox10.Items5"), + componentResourceManager.GetString("ComboBox10.Items6"), + componentResourceManager.GetString("ComboBox10.Items7"), + componentResourceManager.GetString("ComboBox10.Items8") }); ComboBox10.Name = "ComboBox10"; - Label37.AccessibleDescription = (string) null; - Label37.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label37, "Label37"); - Label37.Font = (Font) null; + Label37.AccessibleDescription = null; + Label37.AccessibleName = null; + componentResourceManager.ApplyResources(Label37, "Label37"); + Label37.Font = null; Label37.Name = "Label37"; - ComboBox9.AccessibleDescription = (string) null; - ComboBox9.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox9, "ComboBox9"); - ComboBox9.BackgroundImage = (Image) null; + ComboBox9.AccessibleDescription = null; + ComboBox9.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox9, "ComboBox9"); + ComboBox9.BackgroundImage = null; ComboBox9.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox9.Font = (Font) null; + ComboBox9.Font = null; ComboBox9.FormattingEnabled = true; ComboBox9.Items.AddRange(new object[9] { - (object) componentResourceManager.GetString("ComboBox9.Items"), - (object) componentResourceManager.GetString("ComboBox9.Items1"), - (object) componentResourceManager.GetString("ComboBox9.Items2"), - (object) componentResourceManager.GetString("ComboBox9.Items3"), - (object) componentResourceManager.GetString("ComboBox9.Items4"), - (object) componentResourceManager.GetString("ComboBox9.Items5"), - (object) componentResourceManager.GetString("ComboBox9.Items6"), - (object) componentResourceManager.GetString("ComboBox9.Items7"), - (object) componentResourceManager.GetString("ComboBox9.Items8") + componentResourceManager.GetString("ComboBox9.Items"), + componentResourceManager.GetString("ComboBox9.Items1"), + componentResourceManager.GetString("ComboBox9.Items2"), + componentResourceManager.GetString("ComboBox9.Items3"), + componentResourceManager.GetString("ComboBox9.Items4"), + componentResourceManager.GetString("ComboBox9.Items5"), + componentResourceManager.GetString("ComboBox9.Items6"), + componentResourceManager.GetString("ComboBox9.Items7"), + componentResourceManager.GetString("ComboBox9.Items8") }); ComboBox9.Name = "ComboBox9"; - Label36.AccessibleDescription = (string) null; - Label36.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label36, "Label36"); - Label36.Font = (Font) null; + Label36.AccessibleDescription = null; + Label36.AccessibleName = null; + componentResourceManager.ApplyResources(Label36, "Label36"); + Label36.Font = null; Label36.Name = "Label36"; - ComboBox8.AccessibleDescription = (string) null; - ComboBox8.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox8, "ComboBox8"); - ComboBox8.BackgroundImage = (Image) null; + ComboBox8.AccessibleDescription = null; + ComboBox8.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox8, "ComboBox8"); + ComboBox8.BackgroundImage = null; ComboBox8.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox8.Font = (Font) null; + ComboBox8.Font = null; ComboBox8.FormattingEnabled = true; ComboBox8.Items.AddRange(new object[33] { - (object) componentResourceManager.GetString("ComboBox8.Items"), - (object) componentResourceManager.GetString("ComboBox8.Items1"), - (object) componentResourceManager.GetString("ComboBox8.Items2"), - (object) componentResourceManager.GetString("ComboBox8.Items3"), - (object) componentResourceManager.GetString("ComboBox8.Items4"), - (object) componentResourceManager.GetString("ComboBox8.Items5"), - (object) componentResourceManager.GetString("ComboBox8.Items6"), - (object) componentResourceManager.GetString("ComboBox8.Items7"), - (object) componentResourceManager.GetString("ComboBox8.Items8"), - (object) componentResourceManager.GetString("ComboBox8.Items9"), - (object) componentResourceManager.GetString("ComboBox8.Items10"), - (object) componentResourceManager.GetString("ComboBox8.Items11"), - (object) componentResourceManager.GetString("ComboBox8.Items12"), - (object) componentResourceManager.GetString("ComboBox8.Items13"), - (object) componentResourceManager.GetString("ComboBox8.Items14"), - (object) componentResourceManager.GetString("ComboBox8.Items15"), - (object) componentResourceManager.GetString("ComboBox8.Items16"), - (object) componentResourceManager.GetString("ComboBox8.Items17"), - (object) componentResourceManager.GetString("ComboBox8.Items18"), - (object) componentResourceManager.GetString("ComboBox8.Items19"), - (object) componentResourceManager.GetString("ComboBox8.Items20"), - (object) componentResourceManager.GetString("ComboBox8.Items21"), - (object) componentResourceManager.GetString("ComboBox8.Items22"), - (object) componentResourceManager.GetString("ComboBox8.Items23"), - (object) componentResourceManager.GetString("ComboBox8.Items24"), - (object) componentResourceManager.GetString("ComboBox8.Items25"), - (object) componentResourceManager.GetString("ComboBox8.Items26"), - (object) componentResourceManager.GetString("ComboBox8.Items27"), - (object) componentResourceManager.GetString("ComboBox8.Items28"), - (object) componentResourceManager.GetString("ComboBox8.Items29"), - (object) componentResourceManager.GetString("ComboBox8.Items30"), - (object) componentResourceManager.GetString("ComboBox8.Items31"), - (object) componentResourceManager.GetString("ComboBox8.Items32") + componentResourceManager.GetString("ComboBox8.Items"), + componentResourceManager.GetString("ComboBox8.Items1"), + componentResourceManager.GetString("ComboBox8.Items2"), + componentResourceManager.GetString("ComboBox8.Items3"), + componentResourceManager.GetString("ComboBox8.Items4"), + componentResourceManager.GetString("ComboBox8.Items5"), + componentResourceManager.GetString("ComboBox8.Items6"), + componentResourceManager.GetString("ComboBox8.Items7"), + componentResourceManager.GetString("ComboBox8.Items8"), + componentResourceManager.GetString("ComboBox8.Items9"), + componentResourceManager.GetString("ComboBox8.Items10"), + componentResourceManager.GetString("ComboBox8.Items11"), + componentResourceManager.GetString("ComboBox8.Items12"), + componentResourceManager.GetString("ComboBox8.Items13"), + componentResourceManager.GetString("ComboBox8.Items14"), + componentResourceManager.GetString("ComboBox8.Items15"), + componentResourceManager.GetString("ComboBox8.Items16"), + componentResourceManager.GetString("ComboBox8.Items17"), + componentResourceManager.GetString("ComboBox8.Items18"), + componentResourceManager.GetString("ComboBox8.Items19"), + componentResourceManager.GetString("ComboBox8.Items20"), + componentResourceManager.GetString("ComboBox8.Items21"), + componentResourceManager.GetString("ComboBox8.Items22"), + componentResourceManager.GetString("ComboBox8.Items23"), + componentResourceManager.GetString("ComboBox8.Items24"), + componentResourceManager.GetString("ComboBox8.Items25"), + componentResourceManager.GetString("ComboBox8.Items26"), + componentResourceManager.GetString("ComboBox8.Items27"), + componentResourceManager.GetString("ComboBox8.Items28"), + componentResourceManager.GetString("ComboBox8.Items29"), + componentResourceManager.GetString("ComboBox8.Items30"), + componentResourceManager.GetString("ComboBox8.Items31"), + componentResourceManager.GetString("ComboBox8.Items32") }); ComboBox8.Name = "ComboBox8"; - Label31.AccessibleDescription = (string) null; - Label31.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label31, "Label31"); - Label31.Font = (Font) null; + Label31.AccessibleDescription = null; + Label31.AccessibleName = null; + componentResourceManager.ApplyResources(Label31, "Label31"); + Label31.Font = null; Label31.Name = "Label31"; - ComboBox4.AccessibleDescription = (string) null; - ComboBox4.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox4, "ComboBox4"); - ComboBox4.BackgroundImage = (Image) null; + ComboBox4.AccessibleDescription = null; + ComboBox4.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox4, "ComboBox4"); + ComboBox4.BackgroundImage = null; ComboBox4.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox4.Font = (Font) null; + ComboBox4.Font = null; ComboBox4.FormattingEnabled = true; ComboBox4.Items.AddRange(new object[3] { - (object) componentResourceManager.GetString("ComboBox4.Items"), - (object) componentResourceManager.GetString("ComboBox4.Items1"), - (object) componentResourceManager.GetString("ComboBox4.Items2") + componentResourceManager.GetString("ComboBox4.Items"), + componentResourceManager.GetString("ComboBox4.Items1"), + componentResourceManager.GetString("ComboBox4.Items2") }); ComboBox4.Name = "ComboBox4"; - Label32.AccessibleDescription = (string) null; - Label32.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label32, "Label32"); - Label32.Font = (Font) null; + Label32.AccessibleDescription = null; + Label32.AccessibleName = null; + componentResourceManager.ApplyResources(Label32, "Label32"); + Label32.Font = null; Label32.Name = "Label32"; - Label33.AccessibleDescription = (string) null; - Label33.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label33, "Label33"); - Label33.Font = (Font) null; + Label33.AccessibleDescription = null; + Label33.AccessibleName = null; + componentResourceManager.ApplyResources(Label33, "Label33"); + Label33.Font = null; Label33.Name = "Label33"; - Label35.AccessibleDescription = (string) null; - Label35.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label35, "Label35"); - Label35.Font = (Font) null; + Label35.AccessibleDescription = null; + Label35.AccessibleName = null; + componentResourceManager.ApplyResources(Label35, "Label35"); + Label35.Font = null; Label35.Name = "Label35"; - Label34.AccessibleDescription = (string) null; - Label34.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label34, "Label34"); - Label34.Font = (Font) null; + Label34.AccessibleDescription = null; + Label34.AccessibleName = null; + componentResourceManager.ApplyResources(Label34, "Label34"); + Label34.Font = null; Label34.Name = "Label34"; - SplitContainer3.AccessibleDescription = (string) null; - SplitContainer3.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) SplitContainer3, "SplitContainer3"); - SplitContainer3.BackgroundImage = (Image) null; + SplitContainer3.AccessibleDescription = null; + SplitContainer3.AccessibleName = null; + componentResourceManager.ApplyResources(SplitContainer3, "SplitContainer3"); + SplitContainer3.BackgroundImage = null; SplitContainer3.BorderStyle = BorderStyle.FixedSingle; - SplitContainer3.Font = (Font) null; + SplitContainer3.Font = null; SplitContainer3.Name = "SplitContainer3"; - SplitContainer3.Panel1.AccessibleDescription = (string) null; - SplitContainer3.Panel1.AccessibleName = (string) null; + SplitContainer3.Panel1.AccessibleDescription = null; + SplitContainer3.Panel1.AccessibleName = null; //componentResourceManager.ApplyResources((object) this.SplitContainer3.Panel1, "SplitContainer3.Panel1"); - SplitContainer3.Panel1.BackgroundImage = (Image) null; - SplitContainer3.Panel1.Controls.Add((Control) NumericUpDown27); - SplitContainer3.Panel1.Controls.Add((Control) Label38); - SplitContainer3.Panel1.Font = (Font) null; - SplitContainer3.Panel2.AccessibleDescription = (string) null; - SplitContainer3.Panel2.AccessibleName = (string) null; + SplitContainer3.Panel1.BackgroundImage = null; + SplitContainer3.Panel1.Controls.Add(NumericUpDown27); + SplitContainer3.Panel1.Controls.Add(Label38); + SplitContainer3.Panel1.Font = null; + SplitContainer3.Panel2.AccessibleDescription = null; + SplitContainer3.Panel2.AccessibleName = null; //componentResourceManager.ApplyResources((object) this.SplitContainer3.Panel2, "SplitContainer3.Panel2"); - SplitContainer3.Panel2.BackgroundImage = (Image) null; - SplitContainer3.Panel2.Controls.Add((Control) GroupBox3); - SplitContainer3.Panel2.Controls.Add((Control) GroupBox2); - SplitContainer3.Panel2.Controls.Add((Control) Button5); - SplitContainer3.Panel2.Controls.Add((Control) Button6); - SplitContainer3.Panel2.Controls.Add((Control) ComboBox11); - SplitContainer3.Panel2.Controls.Add((Control) ComboBox12); - SplitContainer3.Panel2.Controls.Add((Control) Label44); - SplitContainer3.Panel2.Controls.Add((Control) Label45); - SplitContainer3.Panel2.Font = (Font) null; - NumericUpDown27.AccessibleDescription = (string) null; - NumericUpDown27.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) NumericUpDown27, "NumericUpDown27"); - NumericUpDown27.Font = (Font) null; - NumericUpDown numericUpDown27_1 = NumericUpDown27; + SplitContainer3.Panel2.BackgroundImage = null; + SplitContainer3.Panel2.Controls.Add(GroupBox3); + SplitContainer3.Panel2.Controls.Add(GroupBox2); + SplitContainer3.Panel2.Controls.Add(Button5); + SplitContainer3.Panel2.Controls.Add(Button6); + SplitContainer3.Panel2.Controls.Add(ComboBox11); + SplitContainer3.Panel2.Controls.Add(ComboBox12); + SplitContainer3.Panel2.Controls.Add(Label44); + SplitContainer3.Panel2.Controls.Add(Label45); + SplitContainer3.Panel2.Font = null; + NumericUpDown27.AccessibleDescription = null; + NumericUpDown27.AccessibleName = null; + componentResourceManager.ApplyResources(NumericUpDown27, "NumericUpDown27"); + NumericUpDown27.Font = null; + var numericUpDown27_1 = NumericUpDown27; num1 = new Decimal(new int[4]{ 16, 0, 0, 0 }); - Decimal num8 = num1; + var num8 = num1; numericUpDown27_1.Maximum = num8; - NumericUpDown numericUpDown27_2 = NumericUpDown27; + var numericUpDown27_2 = NumericUpDown27; num1 = new Decimal(new int[4]{ 1, 0, 0, 0 }); - Decimal num9 = num1; + var num9 = num1; numericUpDown27_2.Minimum = num9; NumericUpDown27.Name = "NumericUpDown27"; - NumericUpDown numericUpDown27_3 = NumericUpDown27; + var numericUpDown27_3 = NumericUpDown27; num1 = new Decimal(new int[4]{ 1, 0, 0, 0 }); - Decimal num10 = num1; + var num10 = num1; numericUpDown27_3.Value = num10; - Label38.AccessibleDescription = (string) null; - Label38.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label38, "Label38"); - Label38.Font = (Font) null; + Label38.AccessibleDescription = null; + Label38.AccessibleName = null; + componentResourceManager.ApplyResources(Label38, "Label38"); + Label38.Font = null; Label38.Name = "Label38"; - GroupBox3.AccessibleDescription = (string) null; - GroupBox3.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) GroupBox3, "GroupBox3"); - GroupBox3.BackgroundImage = (Image) null; - GroupBox3.Controls.Add((Control) CheckBox8); - GroupBox3.Controls.Add((Control) CheckBox4); - GroupBox3.Controls.Add((Control) CheckBox7); - GroupBox3.Controls.Add((Control) CheckBox3); - GroupBox3.Controls.Add((Control) CheckBox6); - GroupBox3.Controls.Add((Control) CheckBox2); - GroupBox3.Controls.Add((Control) CheckBox5); - GroupBox3.Controls.Add((Control) CheckBox1); - GroupBox3.Font = (Font) null; + GroupBox3.AccessibleDescription = null; + GroupBox3.AccessibleName = null; + componentResourceManager.ApplyResources(GroupBox3, "GroupBox3"); + GroupBox3.BackgroundImage = null; + GroupBox3.Controls.Add(CheckBox8); + GroupBox3.Controls.Add(CheckBox4); + GroupBox3.Controls.Add(CheckBox7); + GroupBox3.Controls.Add(CheckBox3); + GroupBox3.Controls.Add(CheckBox6); + GroupBox3.Controls.Add(CheckBox2); + GroupBox3.Controls.Add(CheckBox5); + GroupBox3.Controls.Add(CheckBox1); + GroupBox3.Font = null; GroupBox3.Name = "GroupBox3"; GroupBox3.TabStop = false; - CheckBox8.AccessibleDescription = (string) null; - CheckBox8.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) CheckBox8, "CheckBox8"); - CheckBox8.BackgroundImage = (Image) null; - CheckBox8.Font = (Font) null; + CheckBox8.AccessibleDescription = null; + CheckBox8.AccessibleName = null; + componentResourceManager.ApplyResources(CheckBox8, "CheckBox8"); + CheckBox8.BackgroundImage = null; + CheckBox8.Font = null; CheckBox8.Name = "CheckBox8"; CheckBox8.UseVisualStyleBackColor = true; - CheckBox4.AccessibleDescription = (string) null; - CheckBox4.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) CheckBox4, "CheckBox4"); - CheckBox4.BackgroundImage = (Image) null; - CheckBox4.Font = (Font) null; + CheckBox4.AccessibleDescription = null; + CheckBox4.AccessibleName = null; + componentResourceManager.ApplyResources(CheckBox4, "CheckBox4"); + CheckBox4.BackgroundImage = null; + CheckBox4.Font = null; CheckBox4.Name = "CheckBox4"; CheckBox4.UseVisualStyleBackColor = true; - CheckBox7.AccessibleDescription = (string) null; - CheckBox7.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) CheckBox7, "CheckBox7"); - CheckBox7.BackgroundImage = (Image) null; - CheckBox7.Font = (Font) null; + CheckBox7.AccessibleDescription = null; + CheckBox7.AccessibleName = null; + componentResourceManager.ApplyResources(CheckBox7, "CheckBox7"); + CheckBox7.BackgroundImage = null; + CheckBox7.Font = null; CheckBox7.Name = "CheckBox7"; CheckBox7.UseVisualStyleBackColor = true; - CheckBox3.AccessibleDescription = (string) null; - CheckBox3.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) CheckBox3, "CheckBox3"); - CheckBox3.BackgroundImage = (Image) null; - CheckBox3.Font = (Font) null; + CheckBox3.AccessibleDescription = null; + CheckBox3.AccessibleName = null; + componentResourceManager.ApplyResources(CheckBox3, "CheckBox3"); + CheckBox3.BackgroundImage = null; + CheckBox3.Font = null; CheckBox3.Name = "CheckBox3"; CheckBox3.UseVisualStyleBackColor = true; - CheckBox6.AccessibleDescription = (string) null; - CheckBox6.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) CheckBox6, "CheckBox6"); - CheckBox6.BackgroundImage = (Image) null; - CheckBox6.Font = (Font) null; + CheckBox6.AccessibleDescription = null; + CheckBox6.AccessibleName = null; + componentResourceManager.ApplyResources(CheckBox6, "CheckBox6"); + CheckBox6.BackgroundImage = null; + CheckBox6.Font = null; CheckBox6.Name = "CheckBox6"; CheckBox6.UseVisualStyleBackColor = true; - CheckBox2.AccessibleDescription = (string) null; - CheckBox2.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) CheckBox2, "CheckBox2"); - CheckBox2.BackgroundImage = (Image) null; - CheckBox2.Font = (Font) null; + CheckBox2.AccessibleDescription = null; + CheckBox2.AccessibleName = null; + componentResourceManager.ApplyResources(CheckBox2, "CheckBox2"); + CheckBox2.BackgroundImage = null; + CheckBox2.Font = null; CheckBox2.Name = "CheckBox2"; CheckBox2.UseVisualStyleBackColor = true; - CheckBox5.AccessibleDescription = (string) null; - CheckBox5.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) CheckBox5, "CheckBox5"); - CheckBox5.BackgroundImage = (Image) null; - CheckBox5.Font = (Font) null; + CheckBox5.AccessibleDescription = null; + CheckBox5.AccessibleName = null; + componentResourceManager.ApplyResources(CheckBox5, "CheckBox5"); + CheckBox5.BackgroundImage = null; + CheckBox5.Font = null; CheckBox5.Name = "CheckBox5"; CheckBox5.UseVisualStyleBackColor = true; - CheckBox1.AccessibleDescription = (string) null; - CheckBox1.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) CheckBox1, "CheckBox1"); - CheckBox1.BackgroundImage = (Image) null; - CheckBox1.Font = (Font) null; + CheckBox1.AccessibleDescription = null; + CheckBox1.AccessibleName = null; + componentResourceManager.ApplyResources(CheckBox1, "CheckBox1"); + CheckBox1.BackgroundImage = null; + CheckBox1.Font = null; CheckBox1.Name = "CheckBox1"; CheckBox1.UseVisualStyleBackColor = true; - GroupBox2.AccessibleDescription = (string) null; - GroupBox2.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) GroupBox2, "GroupBox2"); - GroupBox2.BackgroundImage = (Image) null; - GroupBox2.Controls.Add((Control) ComboBox16); - GroupBox2.Controls.Add((Control) Label43); - GroupBox2.Controls.Add((Control) Label42); - GroupBox2.Controls.Add((Control) ComboBox17); - GroupBox2.Controls.Add((Control) Label41); - GroupBox2.Controls.Add((Control) ComboBox13); - GroupBox2.Controls.Add((Control) Label40); - GroupBox2.Controls.Add((Control) ComboBox15); - GroupBox2.Font = (Font) null; + GroupBox2.AccessibleDescription = null; + GroupBox2.AccessibleName = null; + componentResourceManager.ApplyResources(GroupBox2, "GroupBox2"); + GroupBox2.BackgroundImage = null; + GroupBox2.Controls.Add(ComboBox16); + GroupBox2.Controls.Add(Label43); + GroupBox2.Controls.Add(Label42); + GroupBox2.Controls.Add(ComboBox17); + GroupBox2.Controls.Add(Label41); + GroupBox2.Controls.Add(ComboBox13); + GroupBox2.Controls.Add(Label40); + GroupBox2.Controls.Add(ComboBox15); + GroupBox2.Font = null; GroupBox2.Name = "GroupBox2"; GroupBox2.TabStop = false; - ComboBox16.AccessibleDescription = (string) null; - ComboBox16.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox16, "ComboBox16"); - ComboBox16.BackgroundImage = (Image) null; + ComboBox16.AccessibleDescription = null; + ComboBox16.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox16, "ComboBox16"); + ComboBox16.BackgroundImage = null; ComboBox16.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox16.Font = (Font) null; + ComboBox16.Font = null; ComboBox16.FormattingEnabled = true; ComboBox16.Items.AddRange(new object[17] { - (object) componentResourceManager.GetString("ComboBox16.Items"), - (object) componentResourceManager.GetString("ComboBox16.Items1"), - (object) componentResourceManager.GetString("ComboBox16.Items2"), - (object) componentResourceManager.GetString("ComboBox16.Items3"), - (object) componentResourceManager.GetString("ComboBox16.Items4"), - (object) componentResourceManager.GetString("ComboBox16.Items5"), - (object) componentResourceManager.GetString("ComboBox16.Items6"), - (object) componentResourceManager.GetString("ComboBox16.Items7"), - (object) componentResourceManager.GetString("ComboBox16.Items8"), - (object) componentResourceManager.GetString("ComboBox16.Items9"), - (object) componentResourceManager.GetString("ComboBox16.Items10"), - (object) componentResourceManager.GetString("ComboBox16.Items11"), - (object) componentResourceManager.GetString("ComboBox16.Items12"), - (object) componentResourceManager.GetString("ComboBox16.Items13"), - (object) componentResourceManager.GetString("ComboBox16.Items14"), - (object) componentResourceManager.GetString("ComboBox16.Items15"), - (object) componentResourceManager.GetString("ComboBox16.Items16") + componentResourceManager.GetString("ComboBox16.Items"), + componentResourceManager.GetString("ComboBox16.Items1"), + componentResourceManager.GetString("ComboBox16.Items2"), + componentResourceManager.GetString("ComboBox16.Items3"), + componentResourceManager.GetString("ComboBox16.Items4"), + componentResourceManager.GetString("ComboBox16.Items5"), + componentResourceManager.GetString("ComboBox16.Items6"), + componentResourceManager.GetString("ComboBox16.Items7"), + componentResourceManager.GetString("ComboBox16.Items8"), + componentResourceManager.GetString("ComboBox16.Items9"), + componentResourceManager.GetString("ComboBox16.Items10"), + componentResourceManager.GetString("ComboBox16.Items11"), + componentResourceManager.GetString("ComboBox16.Items12"), + componentResourceManager.GetString("ComboBox16.Items13"), + componentResourceManager.GetString("ComboBox16.Items14"), + componentResourceManager.GetString("ComboBox16.Items15"), + componentResourceManager.GetString("ComboBox16.Items16") }); ComboBox16.Name = "ComboBox16"; - Label43.AccessibleDescription = (string) null; - Label43.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label43, "Label43"); - Label43.Font = (Font) null; + Label43.AccessibleDescription = null; + Label43.AccessibleName = null; + componentResourceManager.ApplyResources(Label43, "Label43"); + Label43.Font = null; Label43.Name = "Label43"; - Label42.AccessibleDescription = (string) null; - Label42.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label42, "Label42"); - Label42.Font = (Font) null; + Label42.AccessibleDescription = null; + Label42.AccessibleName = null; + componentResourceManager.ApplyResources(Label42, "Label42"); + Label42.Font = null; Label42.Name = "Label42"; - ComboBox17.AccessibleDescription = (string) null; - ComboBox17.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox17, "ComboBox17"); - ComboBox17.BackgroundImage = (Image) null; + ComboBox17.AccessibleDescription = null; + ComboBox17.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox17, "ComboBox17"); + ComboBox17.BackgroundImage = null; ComboBox17.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox17.Font = (Font) null; + ComboBox17.Font = null; ComboBox17.FormattingEnabled = true; ComboBox17.Items.AddRange(new object[17] { - (object) componentResourceManager.GetString("ComboBox17.Items"), - (object) componentResourceManager.GetString("ComboBox17.Items1"), - (object) componentResourceManager.GetString("ComboBox17.Items2"), - (object) componentResourceManager.GetString("ComboBox17.Items3"), - (object) componentResourceManager.GetString("ComboBox17.Items4"), - (object) componentResourceManager.GetString("ComboBox17.Items5"), - (object) componentResourceManager.GetString("ComboBox17.Items6"), - (object) componentResourceManager.GetString("ComboBox17.Items7"), - (object) componentResourceManager.GetString("ComboBox17.Items8"), - (object) componentResourceManager.GetString("ComboBox17.Items9"), - (object) componentResourceManager.GetString("ComboBox17.Items10"), - (object) componentResourceManager.GetString("ComboBox17.Items11"), - (object) componentResourceManager.GetString("ComboBox17.Items12"), - (object) componentResourceManager.GetString("ComboBox17.Items13"), - (object) componentResourceManager.GetString("ComboBox17.Items14"), - (object) componentResourceManager.GetString("ComboBox17.Items15"), - (object) componentResourceManager.GetString("ComboBox17.Items16") + componentResourceManager.GetString("ComboBox17.Items"), + componentResourceManager.GetString("ComboBox17.Items1"), + componentResourceManager.GetString("ComboBox17.Items2"), + componentResourceManager.GetString("ComboBox17.Items3"), + componentResourceManager.GetString("ComboBox17.Items4"), + componentResourceManager.GetString("ComboBox17.Items5"), + componentResourceManager.GetString("ComboBox17.Items6"), + componentResourceManager.GetString("ComboBox17.Items7"), + componentResourceManager.GetString("ComboBox17.Items8"), + componentResourceManager.GetString("ComboBox17.Items9"), + componentResourceManager.GetString("ComboBox17.Items10"), + componentResourceManager.GetString("ComboBox17.Items11"), + componentResourceManager.GetString("ComboBox17.Items12"), + componentResourceManager.GetString("ComboBox17.Items13"), + componentResourceManager.GetString("ComboBox17.Items14"), + componentResourceManager.GetString("ComboBox17.Items15"), + componentResourceManager.GetString("ComboBox17.Items16") }); ComboBox17.Name = "ComboBox17"; - Label41.AccessibleDescription = (string) null; - Label41.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label41, "Label41"); - Label41.Font = (Font) null; + Label41.AccessibleDescription = null; + Label41.AccessibleName = null; + componentResourceManager.ApplyResources(Label41, "Label41"); + Label41.Font = null; Label41.Name = "Label41"; - ComboBox13.AccessibleDescription = (string) null; - ComboBox13.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox13, "ComboBox13"); - ComboBox13.BackgroundImage = (Image) null; + ComboBox13.AccessibleDescription = null; + ComboBox13.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox13, "ComboBox13"); + ComboBox13.BackgroundImage = null; ComboBox13.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox13.Font = (Font) null; + ComboBox13.Font = null; ComboBox13.FormattingEnabled = true; ComboBox13.Items.AddRange(new object[17] { - (object) componentResourceManager.GetString("ComboBox13.Items"), - (object) componentResourceManager.GetString("ComboBox13.Items1"), - (object) componentResourceManager.GetString("ComboBox13.Items2"), - (object) componentResourceManager.GetString("ComboBox13.Items3"), - (object) componentResourceManager.GetString("ComboBox13.Items4"), - (object) componentResourceManager.GetString("ComboBox13.Items5"), - (object) componentResourceManager.GetString("ComboBox13.Items6"), - (object) componentResourceManager.GetString("ComboBox13.Items7"), - (object) componentResourceManager.GetString("ComboBox13.Items8"), - (object) componentResourceManager.GetString("ComboBox13.Items9"), - (object) componentResourceManager.GetString("ComboBox13.Items10"), - (object) componentResourceManager.GetString("ComboBox13.Items11"), - (object) componentResourceManager.GetString("ComboBox13.Items12"), - (object) componentResourceManager.GetString("ComboBox13.Items13"), - (object) componentResourceManager.GetString("ComboBox13.Items14"), - (object) componentResourceManager.GetString("ComboBox13.Items15"), - (object) componentResourceManager.GetString("ComboBox13.Items16") + componentResourceManager.GetString("ComboBox13.Items"), + componentResourceManager.GetString("ComboBox13.Items1"), + componentResourceManager.GetString("ComboBox13.Items2"), + componentResourceManager.GetString("ComboBox13.Items3"), + componentResourceManager.GetString("ComboBox13.Items4"), + componentResourceManager.GetString("ComboBox13.Items5"), + componentResourceManager.GetString("ComboBox13.Items6"), + componentResourceManager.GetString("ComboBox13.Items7"), + componentResourceManager.GetString("ComboBox13.Items8"), + componentResourceManager.GetString("ComboBox13.Items9"), + componentResourceManager.GetString("ComboBox13.Items10"), + componentResourceManager.GetString("ComboBox13.Items11"), + componentResourceManager.GetString("ComboBox13.Items12"), + componentResourceManager.GetString("ComboBox13.Items13"), + componentResourceManager.GetString("ComboBox13.Items14"), + componentResourceManager.GetString("ComboBox13.Items15"), + componentResourceManager.GetString("ComboBox13.Items16") }); ComboBox13.Name = "ComboBox13"; - Label40.AccessibleDescription = (string) null; - Label40.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label40, "Label40"); - Label40.Font = (Font) null; + Label40.AccessibleDescription = null; + Label40.AccessibleName = null; + componentResourceManager.ApplyResources(Label40, "Label40"); + Label40.Font = null; Label40.Name = "Label40"; - ComboBox15.AccessibleDescription = (string) null; - ComboBox15.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox15, "ComboBox15"); - ComboBox15.BackgroundImage = (Image) null; + ComboBox15.AccessibleDescription = null; + ComboBox15.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox15, "ComboBox15"); + ComboBox15.BackgroundImage = null; ComboBox15.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox15.Font = (Font) null; + ComboBox15.Font = null; ComboBox15.FormattingEnabled = true; ComboBox15.Items.AddRange(new object[17] { - (object) componentResourceManager.GetString("ComboBox15.Items"), - (object) componentResourceManager.GetString("ComboBox15.Items1"), - (object) componentResourceManager.GetString("ComboBox15.Items2"), - (object) componentResourceManager.GetString("ComboBox15.Items3"), - (object) componentResourceManager.GetString("ComboBox15.Items4"), - (object) componentResourceManager.GetString("ComboBox15.Items5"), - (object) componentResourceManager.GetString("ComboBox15.Items6"), - (object) componentResourceManager.GetString("ComboBox15.Items7"), - (object) componentResourceManager.GetString("ComboBox15.Items8"), - (object) componentResourceManager.GetString("ComboBox15.Items9"), - (object) componentResourceManager.GetString("ComboBox15.Items10"), - (object) componentResourceManager.GetString("ComboBox15.Items11"), - (object) componentResourceManager.GetString("ComboBox15.Items12"), - (object) componentResourceManager.GetString("ComboBox15.Items13"), - (object) componentResourceManager.GetString("ComboBox15.Items14"), - (object) componentResourceManager.GetString("ComboBox15.Items15"), - (object) componentResourceManager.GetString("ComboBox15.Items16") + componentResourceManager.GetString("ComboBox15.Items"), + componentResourceManager.GetString("ComboBox15.Items1"), + componentResourceManager.GetString("ComboBox15.Items2"), + componentResourceManager.GetString("ComboBox15.Items3"), + componentResourceManager.GetString("ComboBox15.Items4"), + componentResourceManager.GetString("ComboBox15.Items5"), + componentResourceManager.GetString("ComboBox15.Items6"), + componentResourceManager.GetString("ComboBox15.Items7"), + componentResourceManager.GetString("ComboBox15.Items8"), + componentResourceManager.GetString("ComboBox15.Items9"), + componentResourceManager.GetString("ComboBox15.Items10"), + componentResourceManager.GetString("ComboBox15.Items11"), + componentResourceManager.GetString("ComboBox15.Items12"), + componentResourceManager.GetString("ComboBox15.Items13"), + componentResourceManager.GetString("ComboBox15.Items14"), + componentResourceManager.GetString("ComboBox15.Items15"), + componentResourceManager.GetString("ComboBox15.Items16") }); ComboBox15.Name = "ComboBox15"; - Button5.AccessibleDescription = (string) null; - Button5.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Button5, "Button5"); - Button5.BackgroundImage = (Image) null; - Button5.Font = (Font) null; + Button5.AccessibleDescription = null; + Button5.AccessibleName = null; + componentResourceManager.ApplyResources(Button5, "Button5"); + Button5.BackgroundImage = null; + Button5.Font = null; Button5.Name = "Button5"; Button5.UseVisualStyleBackColor = true; - Button6.AccessibleDescription = (string) null; - Button6.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Button6, "Button6"); - Button6.BackgroundImage = (Image) null; - Button6.Font = (Font) null; + Button6.AccessibleDescription = null; + Button6.AccessibleName = null; + componentResourceManager.ApplyResources(Button6, "Button6"); + Button6.BackgroundImage = null; + Button6.Font = null; Button6.Name = "Button6"; Button6.UseVisualStyleBackColor = true; - ComboBox11.AccessibleDescription = (string) null; - ComboBox11.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox11, "ComboBox11"); - ComboBox11.BackgroundImage = (Image) null; + ComboBox11.AccessibleDescription = null; + ComboBox11.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox11, "ComboBox11"); + ComboBox11.BackgroundImage = null; ComboBox11.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox11.Font = (Font) null; + ComboBox11.Font = null; ComboBox11.FormattingEnabled = true; ComboBox11.Items.AddRange(new object[33] { - (object) componentResourceManager.GetString("ComboBox11.Items"), - (object) componentResourceManager.GetString("ComboBox11.Items1"), - (object) componentResourceManager.GetString("ComboBox11.Items2"), - (object) componentResourceManager.GetString("ComboBox11.Items3"), - (object) componentResourceManager.GetString("ComboBox11.Items4"), - (object) componentResourceManager.GetString("ComboBox11.Items5"), - (object) componentResourceManager.GetString("ComboBox11.Items6"), - (object) componentResourceManager.GetString("ComboBox11.Items7"), - (object) componentResourceManager.GetString("ComboBox11.Items8"), - (object) componentResourceManager.GetString("ComboBox11.Items9"), - (object) componentResourceManager.GetString("ComboBox11.Items10"), - (object) componentResourceManager.GetString("ComboBox11.Items11"), - (object) componentResourceManager.GetString("ComboBox11.Items12"), - (object) componentResourceManager.GetString("ComboBox11.Items13"), - (object) componentResourceManager.GetString("ComboBox11.Items14"), - (object) componentResourceManager.GetString("ComboBox11.Items15"), - (object) componentResourceManager.GetString("ComboBox11.Items16"), - (object) componentResourceManager.GetString("ComboBox11.Items17"), - (object) componentResourceManager.GetString("ComboBox11.Items18"), - (object) componentResourceManager.GetString("ComboBox11.Items19"), - (object) componentResourceManager.GetString("ComboBox11.Items20"), - (object) componentResourceManager.GetString("ComboBox11.Items21"), - (object) componentResourceManager.GetString("ComboBox11.Items22"), - (object) componentResourceManager.GetString("ComboBox11.Items23"), - (object) componentResourceManager.GetString("ComboBox11.Items24"), - (object) componentResourceManager.GetString("ComboBox11.Items25"), - (object) componentResourceManager.GetString("ComboBox11.Items26"), - (object) componentResourceManager.GetString("ComboBox11.Items27"), - (object) componentResourceManager.GetString("ComboBox11.Items28"), - (object) componentResourceManager.GetString("ComboBox11.Items29"), - (object) componentResourceManager.GetString("ComboBox11.Items30"), - (object) componentResourceManager.GetString("ComboBox11.Items31"), - (object) componentResourceManager.GetString("ComboBox11.Items32") + componentResourceManager.GetString("ComboBox11.Items"), + componentResourceManager.GetString("ComboBox11.Items1"), + componentResourceManager.GetString("ComboBox11.Items2"), + componentResourceManager.GetString("ComboBox11.Items3"), + componentResourceManager.GetString("ComboBox11.Items4"), + componentResourceManager.GetString("ComboBox11.Items5"), + componentResourceManager.GetString("ComboBox11.Items6"), + componentResourceManager.GetString("ComboBox11.Items7"), + componentResourceManager.GetString("ComboBox11.Items8"), + componentResourceManager.GetString("ComboBox11.Items9"), + componentResourceManager.GetString("ComboBox11.Items10"), + componentResourceManager.GetString("ComboBox11.Items11"), + componentResourceManager.GetString("ComboBox11.Items12"), + componentResourceManager.GetString("ComboBox11.Items13"), + componentResourceManager.GetString("ComboBox11.Items14"), + componentResourceManager.GetString("ComboBox11.Items15"), + componentResourceManager.GetString("ComboBox11.Items16"), + componentResourceManager.GetString("ComboBox11.Items17"), + componentResourceManager.GetString("ComboBox11.Items18"), + componentResourceManager.GetString("ComboBox11.Items19"), + componentResourceManager.GetString("ComboBox11.Items20"), + componentResourceManager.GetString("ComboBox11.Items21"), + componentResourceManager.GetString("ComboBox11.Items22"), + componentResourceManager.GetString("ComboBox11.Items23"), + componentResourceManager.GetString("ComboBox11.Items24"), + componentResourceManager.GetString("ComboBox11.Items25"), + componentResourceManager.GetString("ComboBox11.Items26"), + componentResourceManager.GetString("ComboBox11.Items27"), + componentResourceManager.GetString("ComboBox11.Items28"), + componentResourceManager.GetString("ComboBox11.Items29"), + componentResourceManager.GetString("ComboBox11.Items30"), + componentResourceManager.GetString("ComboBox11.Items31"), + componentResourceManager.GetString("ComboBox11.Items32") }); ComboBox11.Name = "ComboBox11"; - ComboBox12.AccessibleDescription = (string) null; - ComboBox12.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox12, "ComboBox12"); - ComboBox12.BackgroundImage = (Image) null; + ComboBox12.AccessibleDescription = null; + ComboBox12.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox12, "ComboBox12"); + ComboBox12.BackgroundImage = null; ComboBox12.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox12.Font = (Font) null; + ComboBox12.Font = null; ComboBox12.FormattingEnabled = true; ComboBox12.Items.AddRange(new object[33] { - (object) componentResourceManager.GetString("ComboBox12.Items"), - (object) componentResourceManager.GetString("ComboBox12.Items1"), - (object) componentResourceManager.GetString("ComboBox12.Items2"), - (object) componentResourceManager.GetString("ComboBox12.Items3"), - (object) componentResourceManager.GetString("ComboBox12.Items4"), - (object) componentResourceManager.GetString("ComboBox12.Items5"), - (object) componentResourceManager.GetString("ComboBox12.Items6"), - (object) componentResourceManager.GetString("ComboBox12.Items7"), - (object) componentResourceManager.GetString("ComboBox12.Items8"), - (object) componentResourceManager.GetString("ComboBox12.Items9"), - (object) componentResourceManager.GetString("ComboBox12.Items10"), - (object) componentResourceManager.GetString("ComboBox12.Items11"), - (object) componentResourceManager.GetString("ComboBox12.Items12"), - (object) componentResourceManager.GetString("ComboBox12.Items13"), - (object) componentResourceManager.GetString("ComboBox12.Items14"), - (object) componentResourceManager.GetString("ComboBox12.Items15"), - (object) componentResourceManager.GetString("ComboBox12.Items16"), - (object) componentResourceManager.GetString("ComboBox12.Items17"), - (object) componentResourceManager.GetString("ComboBox12.Items18"), - (object) componentResourceManager.GetString("ComboBox12.Items19"), - (object) componentResourceManager.GetString("ComboBox12.Items20"), - (object) componentResourceManager.GetString("ComboBox12.Items21"), - (object) componentResourceManager.GetString("ComboBox12.Items22"), - (object) componentResourceManager.GetString("ComboBox12.Items23"), - (object) componentResourceManager.GetString("ComboBox12.Items24"), - (object) componentResourceManager.GetString("ComboBox12.Items25"), - (object) componentResourceManager.GetString("ComboBox12.Items26"), - (object) componentResourceManager.GetString("ComboBox12.Items27"), - (object) componentResourceManager.GetString("ComboBox12.Items28"), - (object) componentResourceManager.GetString("ComboBox12.Items29"), - (object) componentResourceManager.GetString("ComboBox12.Items30"), - (object) componentResourceManager.GetString("ComboBox12.Items31"), - (object) componentResourceManager.GetString("ComboBox12.Items32") + componentResourceManager.GetString("ComboBox12.Items"), + componentResourceManager.GetString("ComboBox12.Items1"), + componentResourceManager.GetString("ComboBox12.Items2"), + componentResourceManager.GetString("ComboBox12.Items3"), + componentResourceManager.GetString("ComboBox12.Items4"), + componentResourceManager.GetString("ComboBox12.Items5"), + componentResourceManager.GetString("ComboBox12.Items6"), + componentResourceManager.GetString("ComboBox12.Items7"), + componentResourceManager.GetString("ComboBox12.Items8"), + componentResourceManager.GetString("ComboBox12.Items9"), + componentResourceManager.GetString("ComboBox12.Items10"), + componentResourceManager.GetString("ComboBox12.Items11"), + componentResourceManager.GetString("ComboBox12.Items12"), + componentResourceManager.GetString("ComboBox12.Items13"), + componentResourceManager.GetString("ComboBox12.Items14"), + componentResourceManager.GetString("ComboBox12.Items15"), + componentResourceManager.GetString("ComboBox12.Items16"), + componentResourceManager.GetString("ComboBox12.Items17"), + componentResourceManager.GetString("ComboBox12.Items18"), + componentResourceManager.GetString("ComboBox12.Items19"), + componentResourceManager.GetString("ComboBox12.Items20"), + componentResourceManager.GetString("ComboBox12.Items21"), + componentResourceManager.GetString("ComboBox12.Items22"), + componentResourceManager.GetString("ComboBox12.Items23"), + componentResourceManager.GetString("ComboBox12.Items24"), + componentResourceManager.GetString("ComboBox12.Items25"), + componentResourceManager.GetString("ComboBox12.Items26"), + componentResourceManager.GetString("ComboBox12.Items27"), + componentResourceManager.GetString("ComboBox12.Items28"), + componentResourceManager.GetString("ComboBox12.Items29"), + componentResourceManager.GetString("ComboBox12.Items30"), + componentResourceManager.GetString("ComboBox12.Items31"), + componentResourceManager.GetString("ComboBox12.Items32") }); ComboBox12.Name = "ComboBox12"; - Label44.AccessibleDescription = (string) null; - Label44.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label44, "Label44"); - Label44.Font = (Font) null; + Label44.AccessibleDescription = null; + Label44.AccessibleName = null; + componentResourceManager.ApplyResources(Label44, "Label44"); + Label44.Font = null; Label44.Name = "Label44"; - Label45.AccessibleDescription = (string) null; - Label45.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label45, "Label45"); - Label45.Font = (Font) null; + Label45.AccessibleDescription = null; + Label45.AccessibleName = null; + componentResourceManager.ApplyResources(Label45, "Label45"); + Label45.Font = null; Label45.Name = "Label45"; - TabControl1.AccessibleDescription = (string) null; - TabControl1.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) TabControl1, "TabControl1"); - TabControl1.BackgroundImage = (Image) null; - TabControl1.Controls.Add((Control) TabPage1); - TabControl1.Controls.Add((Control) TabPage2); - TabControl1.Controls.Add((Control) TabPage3); - TabControl1.Controls.Add((Control) TabPage4); - TabControl1.Font = (Font) null; + TabControl1.AccessibleDescription = null; + TabControl1.AccessibleName = null; + componentResourceManager.ApplyResources(TabControl1, "TabControl1"); + TabControl1.BackgroundImage = null; + TabControl1.Controls.Add(TabPage1); + TabControl1.Controls.Add(TabPage2); + TabControl1.Controls.Add(TabPage3); + TabControl1.Controls.Add(TabPage4); + TabControl1.Font = null; TabControl1.Name = "TabControl1"; TabControl1.SelectedIndex = 0; - TabPage1.AccessibleDescription = (string) null; - TabPage1.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) TabPage1, "TabPage1"); - TabPage1.BackgroundImage = (Image) null; - TabPage1.Controls.Add((Control) GroupBox1); - TabPage1.Controls.Add((Control) DataGridView1); - TabPage1.Font = (Font) null; + TabPage1.AccessibleDescription = null; + TabPage1.AccessibleName = null; + componentResourceManager.ApplyResources(TabPage1, "TabPage1"); + TabPage1.BackgroundImage = null; + TabPage1.Controls.Add(GroupBox1); + TabPage1.Controls.Add(DataGridView1); + TabPage1.Font = null; TabPage1.Name = "TabPage1"; TabPage1.UseVisualStyleBackColor = true; - GroupBox1.AccessibleDescription = (string) null; - GroupBox1.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) GroupBox1, "GroupBox1"); - GroupBox1.BackgroundImage = (Image) null; - GroupBox1.Controls.Add((Control) NumericUpDown16); - GroupBox1.Controls.Add((Control) Label16); - GroupBox1.Controls.Add((Control) NumericUpDown13); - GroupBox1.Controls.Add((Control) NumericUpDown12); - GroupBox1.Controls.Add((Control) NumericUpDown14); - GroupBox1.Controls.Add((Control) NumericUpDown11); - GroupBox1.Controls.Add((Control) NumericUpDown5); - GroupBox1.Controls.Add((Control) Label14); - GroupBox1.Controls.Add((Control) Label12); - GroupBox1.Controls.Add((Control) NumericUpDown10); - GroupBox1.Controls.Add((Control) Label10); - GroupBox1.Controls.Add((Control) NumericUpDown8); - GroupBox1.Controls.Add((Control) NumericUpDown15); - GroupBox1.Controls.Add((Control) Label8); - GroupBox1.Controls.Add((Control) NumericUpDown6); - GroupBox1.Controls.Add((Control) Label6); - GroupBox1.Controls.Add((Control) NumericUpDown9); - GroupBox1.Controls.Add((Control) NumericUpDown4); - GroupBox1.Controls.Add((Control) Label15); - GroupBox1.Controls.Add((Control) NumericUpDown7); - GroupBox1.Controls.Add((Control) Label13); - GroupBox1.Controls.Add((Control) Label4); - GroupBox1.Controls.Add((Control) Label11); - GroupBox1.Controls.Add((Control) Label9); - GroupBox1.Controls.Add((Control) NumericUpDown2); - GroupBox1.Controls.Add((Control) Label7); - GroupBox1.Controls.Add((Control) NumericUpDown3); - GroupBox1.Controls.Add((Control) Label5); - GroupBox1.Controls.Add((Control) Label2); - GroupBox1.Controls.Add((Control) Label3); - GroupBox1.Controls.Add((Control) NumericUpDown1); - GroupBox1.Controls.Add((Control) Label1); - GroupBox1.Font = (Font) null; + GroupBox1.AccessibleDescription = null; + GroupBox1.AccessibleName = null; + componentResourceManager.ApplyResources(GroupBox1, "GroupBox1"); + GroupBox1.BackgroundImage = null; + GroupBox1.Controls.Add(NumericUpDown16); + GroupBox1.Controls.Add(Label16); + GroupBox1.Controls.Add(NumericUpDown13); + GroupBox1.Controls.Add(NumericUpDown12); + GroupBox1.Controls.Add(NumericUpDown14); + GroupBox1.Controls.Add(NumericUpDown11); + GroupBox1.Controls.Add(NumericUpDown5); + GroupBox1.Controls.Add(Label14); + GroupBox1.Controls.Add(Label12); + GroupBox1.Controls.Add(NumericUpDown10); + GroupBox1.Controls.Add(Label10); + GroupBox1.Controls.Add(NumericUpDown8); + GroupBox1.Controls.Add(NumericUpDown15); + GroupBox1.Controls.Add(Label8); + GroupBox1.Controls.Add(NumericUpDown6); + GroupBox1.Controls.Add(Label6); + GroupBox1.Controls.Add(NumericUpDown9); + GroupBox1.Controls.Add(NumericUpDown4); + GroupBox1.Controls.Add(Label15); + GroupBox1.Controls.Add(NumericUpDown7); + GroupBox1.Controls.Add(Label13); + GroupBox1.Controls.Add(Label4); + GroupBox1.Controls.Add(Label11); + GroupBox1.Controls.Add(Label9); + GroupBox1.Controls.Add(NumericUpDown2); + GroupBox1.Controls.Add(Label7); + GroupBox1.Controls.Add(NumericUpDown3); + GroupBox1.Controls.Add(Label5); + GroupBox1.Controls.Add(Label2); + GroupBox1.Controls.Add(Label3); + GroupBox1.Controls.Add(NumericUpDown1); + GroupBox1.Controls.Add(Label1); + GroupBox1.Font = null; GroupBox1.Name = "GroupBox1"; GroupBox1.TabStop = false; - NumericUpDown16.AccessibleDescription = (string) null; - NumericUpDown16.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) NumericUpDown16, "NumericUpDown16"); + NumericUpDown16.AccessibleDescription = null; + NumericUpDown16.AccessibleName = null; + componentResourceManager.ApplyResources(NumericUpDown16, "NumericUpDown16"); NumericUpDown16.DecimalPlaces = 1; - NumericUpDown16.Font = (Font) null; - NumericUpDown numericUpDown16_1 = NumericUpDown16; + NumericUpDown16.Font = null; + var numericUpDown16_1 = NumericUpDown16; num1 = new Decimal(new int[4]{ 30000, 0, 0, 65536 }); - Decimal num11 = num1; + var num11 = num1; numericUpDown16_1.Maximum = num11; - NumericUpDown numericUpDown16_2 = NumericUpDown16; + var numericUpDown16_2 = NumericUpDown16; num1 = new Decimal(new int[4]{ 3000, 0, 0, 65536 }); - Decimal num12 = num1; + var num12 = num1; numericUpDown16_2.Minimum = num12; NumericUpDown16.Name = "NumericUpDown16"; - NumericUpDown numericUpDown16_3 = NumericUpDown16; + var numericUpDown16_3 = NumericUpDown16; num1 = new Decimal(new int[4]{ 3000, 0, 0, 65536 }); - Decimal num13 = num1; + var num13 = num1; numericUpDown16_3.Value = num13; - Label16.AccessibleDescription = (string) null; - Label16.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label16, "Label16"); - Label16.Font = (Font) null; + Label16.AccessibleDescription = null; + Label16.AccessibleName = null; + componentResourceManager.ApplyResources(Label16, "Label16"); + Label16.Font = null; Label16.Name = "Label16"; - NumericUpDown13.AccessibleDescription = (string) null; - NumericUpDown13.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) NumericUpDown13, "NumericUpDown13"); + NumericUpDown13.AccessibleDescription = null; + NumericUpDown13.AccessibleName = null; + componentResourceManager.ApplyResources(NumericUpDown13, "NumericUpDown13"); NumericUpDown13.DecimalPlaces = 1; - NumericUpDown13.Font = (Font) null; - NumericUpDown numericUpDown13_1 = NumericUpDown13; + NumericUpDown13.Font = null; + var numericUpDown13_1 = NumericUpDown13; num1 = new Decimal(new int[4]{ 30000, 0, 0, 65536 }); - Decimal num14 = num1; + var num14 = num1; numericUpDown13_1.Maximum = num14; - NumericUpDown numericUpDown13_2 = NumericUpDown13; + var numericUpDown13_2 = NumericUpDown13; num1 = new Decimal(new int[4]{ 3000, 0, 0, 65536 }); - Decimal num15 = num1; + var num15 = num1; numericUpDown13_2.Minimum = num15; NumericUpDown13.Name = "NumericUpDown13"; - NumericUpDown numericUpDown13_3 = NumericUpDown13; + var numericUpDown13_3 = NumericUpDown13; num1 = new Decimal(new int[4]{ 3000, 0, 0, 65536 }); - Decimal num16 = num1; + var num16 = num1; numericUpDown13_3.Value = num16; - NumericUpDown12.AccessibleDescription = (string) null; - NumericUpDown12.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) NumericUpDown12, "NumericUpDown12"); + NumericUpDown12.AccessibleDescription = null; + NumericUpDown12.AccessibleName = null; + componentResourceManager.ApplyResources(NumericUpDown12, "NumericUpDown12"); NumericUpDown12.DecimalPlaces = 1; - NumericUpDown12.Font = (Font) null; - NumericUpDown numericUpDown12_1 = NumericUpDown12; + NumericUpDown12.Font = null; + var numericUpDown12_1 = NumericUpDown12; num1 = new Decimal(new int[4]{ 30000, 0, 0, 65536 }); - Decimal num17 = num1; + var num17 = num1; numericUpDown12_1.Maximum = num17; - NumericUpDown numericUpDown12_2 = NumericUpDown12; + var numericUpDown12_2 = NumericUpDown12; num1 = new Decimal(new int[4]{ 3000, 0, 0, 65536 }); - Decimal num18 = num1; + var num18 = num1; numericUpDown12_2.Minimum = num18; NumericUpDown12.Name = "NumericUpDown12"; - NumericUpDown numericUpDown12_3 = NumericUpDown12; + var numericUpDown12_3 = NumericUpDown12; num1 = new Decimal(new int[4]{ 3000, 0, 0, 65536 }); - Decimal num19 = num1; + var num19 = num1; numericUpDown12_3.Value = num19; - NumericUpDown14.AccessibleDescription = (string) null; - NumericUpDown14.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) NumericUpDown14, "NumericUpDown14"); + NumericUpDown14.AccessibleDescription = null; + NumericUpDown14.AccessibleName = null; + componentResourceManager.ApplyResources(NumericUpDown14, "NumericUpDown14"); NumericUpDown14.DecimalPlaces = 1; - NumericUpDown14.Font = (Font) null; - NumericUpDown numericUpDown14_1 = NumericUpDown14; + NumericUpDown14.Font = null; + var numericUpDown14_1 = NumericUpDown14; num1 = new Decimal(new int[4]{ 30000, 0, 0, 65536 }); - Decimal num20 = num1; + var num20 = num1; numericUpDown14_1.Maximum = num20; - NumericUpDown numericUpDown14_2 = NumericUpDown14; + var numericUpDown14_2 = NumericUpDown14; num1 = new Decimal(new int[4]{ 3000, 0, 0, 65536 }); - Decimal num21 = num1; + var num21 = num1; numericUpDown14_2.Minimum = num21; NumericUpDown14.Name = "NumericUpDown14"; - NumericUpDown numericUpDown14_3 = NumericUpDown14; + var numericUpDown14_3 = NumericUpDown14; num1 = new Decimal(new int[4]{ 3000, 0, 0, 65536 }); - Decimal num22 = num1; + var num22 = num1; numericUpDown14_3.Value = num22; - NumericUpDown11.AccessibleDescription = (string) null; - NumericUpDown11.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) NumericUpDown11, "NumericUpDown11"); + NumericUpDown11.AccessibleDescription = null; + NumericUpDown11.AccessibleName = null; + componentResourceManager.ApplyResources(NumericUpDown11, "NumericUpDown11"); NumericUpDown11.DecimalPlaces = 1; - NumericUpDown11.Font = (Font) null; - NumericUpDown numericUpDown11_1 = NumericUpDown11; + NumericUpDown11.Font = null; + var numericUpDown11_1 = NumericUpDown11; num1 = new Decimal(new int[4]{ 30000, 0, 0, 65536 }); - Decimal num23 = num1; + var num23 = num1; numericUpDown11_1.Maximum = num23; - NumericUpDown numericUpDown11_2 = NumericUpDown11; + var numericUpDown11_2 = NumericUpDown11; num1 = new Decimal(new int[4]{ 3000, 0, 0, 65536 }); - Decimal num24 = num1; + var num24 = num1; numericUpDown11_2.Minimum = num24; NumericUpDown11.Name = "NumericUpDown11"; - NumericUpDown numericUpDown11_3 = NumericUpDown11; + var numericUpDown11_3 = NumericUpDown11; num1 = new Decimal(new int[4]{ 3000, 0, 0, 65536 }); - Decimal num25 = num1; + var num25 = num1; numericUpDown11_3.Value = num25; - NumericUpDown5.AccessibleDescription = (string) null; - NumericUpDown5.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) NumericUpDown5, "NumericUpDown5"); + NumericUpDown5.AccessibleDescription = null; + NumericUpDown5.AccessibleName = null; + componentResourceManager.ApplyResources(NumericUpDown5, "NumericUpDown5"); NumericUpDown5.DecimalPlaces = 1; - NumericUpDown5.Font = (Font) null; - NumericUpDown numericUpDown5_1 = NumericUpDown5; + NumericUpDown5.Font = null; + var numericUpDown5_1 = NumericUpDown5; num1 = new Decimal(new int[4]{ 30000, 0, 0, 65536 }); - Decimal num26 = num1; + var num26 = num1; numericUpDown5_1.Maximum = num26; - NumericUpDown numericUpDown5_2 = NumericUpDown5; + var numericUpDown5_2 = NumericUpDown5; num1 = new Decimal(new int[4]{ 3000, 0, 0, 65536 }); - Decimal num27 = num1; + var num27 = num1; numericUpDown5_2.Minimum = num27; NumericUpDown5.Name = "NumericUpDown5"; - NumericUpDown numericUpDown5_3 = NumericUpDown5; + var numericUpDown5_3 = NumericUpDown5; num1 = new Decimal(new int[4]{ 3000, 0, 0, 65536 }); - Decimal num28 = num1; + var num28 = num1; numericUpDown5_3.Value = num28; - Label14.AccessibleDescription = (string) null; - Label14.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label14, "Label14"); - Label14.Font = (Font) null; + Label14.AccessibleDescription = null; + Label14.AccessibleName = null; + componentResourceManager.ApplyResources(Label14, "Label14"); + Label14.Font = null; Label14.Name = "Label14"; - Label12.AccessibleDescription = (string) null; - Label12.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label12, "Label12"); - Label12.Font = (Font) null; + Label12.AccessibleDescription = null; + Label12.AccessibleName = null; + componentResourceManager.ApplyResources(Label12, "Label12"); + Label12.Font = null; Label12.Name = "Label12"; - NumericUpDown10.AccessibleDescription = (string) null; - NumericUpDown10.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) NumericUpDown10, "NumericUpDown10"); + NumericUpDown10.AccessibleDescription = null; + NumericUpDown10.AccessibleName = null; + componentResourceManager.ApplyResources(NumericUpDown10, "NumericUpDown10"); NumericUpDown10.DecimalPlaces = 1; - NumericUpDown10.Font = (Font) null; - NumericUpDown numericUpDown10_1 = NumericUpDown10; + NumericUpDown10.Font = null; + var numericUpDown10_1 = NumericUpDown10; num1 = new Decimal(new int[4]{ 30000, 0, 0, 65536 }); - Decimal num29 = num1; + var num29 = num1; numericUpDown10_1.Maximum = num29; - NumericUpDown numericUpDown10_2 = NumericUpDown10; + var numericUpDown10_2 = NumericUpDown10; num1 = new Decimal(new int[4]{ 3000, 0, 0, 65536 }); - Decimal num30 = num1; + var num30 = num1; numericUpDown10_2.Minimum = num30; NumericUpDown10.Name = "NumericUpDown10"; - NumericUpDown numericUpDown10_3 = NumericUpDown10; + var numericUpDown10_3 = NumericUpDown10; num1 = new Decimal(new int[4]{ 3000, 0, 0, 65536 }); - Decimal num31 = num1; + var num31 = num1; numericUpDown10_3.Value = num31; - Label10.AccessibleDescription = (string) null; - Label10.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label10, "Label10"); - Label10.Font = (Font) null; + Label10.AccessibleDescription = null; + Label10.AccessibleName = null; + componentResourceManager.ApplyResources(Label10, "Label10"); + Label10.Font = null; Label10.Name = "Label10"; - NumericUpDown8.AccessibleDescription = (string) null; - NumericUpDown8.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) NumericUpDown8, "NumericUpDown8"); + NumericUpDown8.AccessibleDescription = null; + NumericUpDown8.AccessibleName = null; + componentResourceManager.ApplyResources(NumericUpDown8, "NumericUpDown8"); NumericUpDown8.DecimalPlaces = 1; - NumericUpDown8.Font = (Font) null; - NumericUpDown numericUpDown8_1 = NumericUpDown8; + NumericUpDown8.Font = null; + var numericUpDown8_1 = NumericUpDown8; num1 = new Decimal(new int[4]{ 30000, 0, 0, 65536 }); - Decimal num32 = num1; + var num32 = num1; numericUpDown8_1.Maximum = num32; - NumericUpDown numericUpDown8_2 = NumericUpDown8; + var numericUpDown8_2 = NumericUpDown8; num1 = new Decimal(new int[4]{ 3000, 0, 0, 65536 }); - Decimal num33 = num1; + var num33 = num1; numericUpDown8_2.Minimum = num33; NumericUpDown8.Name = "NumericUpDown8"; - NumericUpDown numericUpDown8_3 = NumericUpDown8; + var numericUpDown8_3 = NumericUpDown8; num1 = new Decimal(new int[4]{ 3000, 0, 0, 65536 }); - Decimal num34 = num1; + var num34 = num1; numericUpDown8_3.Value = num34; - NumericUpDown15.AccessibleDescription = (string) null; - NumericUpDown15.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) NumericUpDown15, "NumericUpDown15"); + NumericUpDown15.AccessibleDescription = null; + NumericUpDown15.AccessibleName = null; + componentResourceManager.ApplyResources(NumericUpDown15, "NumericUpDown15"); NumericUpDown15.DecimalPlaces = 1; - NumericUpDown15.Font = (Font) null; - NumericUpDown numericUpDown15_1 = NumericUpDown15; + NumericUpDown15.Font = null; + var numericUpDown15_1 = NumericUpDown15; num1 = new Decimal(new int[4]{ 30000, 0, 0, 65536 }); - Decimal num35 = num1; + var num35 = num1; numericUpDown15_1.Maximum = num35; - NumericUpDown numericUpDown15_2 = NumericUpDown15; + var numericUpDown15_2 = NumericUpDown15; num1 = new Decimal(new int[4]{ 3000, 0, 0, 65536 }); - Decimal num36 = num1; + var num36 = num1; numericUpDown15_2.Minimum = num36; NumericUpDown15.Name = "NumericUpDown15"; - NumericUpDown numericUpDown15_3 = NumericUpDown15; + var numericUpDown15_3 = NumericUpDown15; num1 = new Decimal(new int[4]{ 3000, 0, 0, 65536 }); - Decimal num37 = num1; + var num37 = num1; numericUpDown15_3.Value = num37; - Label8.AccessibleDescription = (string) null; - Label8.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label8, "Label8"); - Label8.Font = (Font) null; + Label8.AccessibleDescription = null; + Label8.AccessibleName = null; + componentResourceManager.ApplyResources(Label8, "Label8"); + Label8.Font = null; Label8.Name = "Label8"; - NumericUpDown6.AccessibleDescription = (string) null; - NumericUpDown6.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) NumericUpDown6, "NumericUpDown6"); + NumericUpDown6.AccessibleDescription = null; + NumericUpDown6.AccessibleName = null; + componentResourceManager.ApplyResources(NumericUpDown6, "NumericUpDown6"); NumericUpDown6.DecimalPlaces = 1; - NumericUpDown6.Font = (Font) null; - NumericUpDown numericUpDown6_1 = NumericUpDown6; + NumericUpDown6.Font = null; + var numericUpDown6_1 = NumericUpDown6; num1 = new Decimal(new int[4]{ 30000, 0, 0, 65536 }); - Decimal num38 = num1; + var num38 = num1; numericUpDown6_1.Maximum = num38; - NumericUpDown numericUpDown6_2 = NumericUpDown6; + var numericUpDown6_2 = NumericUpDown6; num1 = new Decimal(new int[4]{ 3000, 0, 0, 65536 }); - Decimal num39 = num1; + var num39 = num1; numericUpDown6_2.Minimum = num39; NumericUpDown6.Name = "NumericUpDown6"; - NumericUpDown numericUpDown6_3 = NumericUpDown6; + var numericUpDown6_3 = NumericUpDown6; num1 = new Decimal(new int[4]{ 3000, 0, 0, 65536 }); - Decimal num40 = num1; + var num40 = num1; numericUpDown6_3.Value = num40; - Label6.AccessibleDescription = (string) null; - Label6.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label6, "Label6"); - Label6.Font = (Font) null; + Label6.AccessibleDescription = null; + Label6.AccessibleName = null; + componentResourceManager.ApplyResources(Label6, "Label6"); + Label6.Font = null; Label6.Name = "Label6"; - NumericUpDown9.AccessibleDescription = (string) null; - NumericUpDown9.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) NumericUpDown9, "NumericUpDown9"); + NumericUpDown9.AccessibleDescription = null; + NumericUpDown9.AccessibleName = null; + componentResourceManager.ApplyResources(NumericUpDown9, "NumericUpDown9"); NumericUpDown9.DecimalPlaces = 1; - NumericUpDown9.Font = (Font) null; - NumericUpDown numericUpDown9_1 = NumericUpDown9; + NumericUpDown9.Font = null; + var numericUpDown9_1 = NumericUpDown9; num1 = new Decimal(new int[4]{ 30000, 0, 0, 65536 }); - Decimal num41 = num1; + var num41 = num1; numericUpDown9_1.Maximum = num41; - NumericUpDown numericUpDown9_2 = NumericUpDown9; + var numericUpDown9_2 = NumericUpDown9; num1 = new Decimal(new int[4]{ 3000, 0, 0, 65536 }); - Decimal num42 = num1; + var num42 = num1; numericUpDown9_2.Minimum = num42; NumericUpDown9.Name = "NumericUpDown9"; - NumericUpDown numericUpDown9_3 = NumericUpDown9; + var numericUpDown9_3 = NumericUpDown9; num1 = new Decimal(new int[4]{ 3000, 0, 0, 65536 }); - Decimal num43 = num1; + var num43 = num1; numericUpDown9_3.Value = num43; - NumericUpDown4.AccessibleDescription = (string) null; - NumericUpDown4.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) NumericUpDown4, "NumericUpDown4"); + NumericUpDown4.AccessibleDescription = null; + NumericUpDown4.AccessibleName = null; + componentResourceManager.ApplyResources(NumericUpDown4, "NumericUpDown4"); NumericUpDown4.DecimalPlaces = 1; - NumericUpDown4.Font = (Font) null; - NumericUpDown numericUpDown4_1 = NumericUpDown4; + NumericUpDown4.Font = null; + var numericUpDown4_1 = NumericUpDown4; num1 = new Decimal(new int[4]{ 30000, 0, 0, 65536 }); - Decimal num44 = num1; + var num44 = num1; numericUpDown4_1.Maximum = num44; - NumericUpDown numericUpDown4_2 = NumericUpDown4; + var numericUpDown4_2 = NumericUpDown4; num1 = new Decimal(new int[4]{ 3000, 0, 0, 65536 }); - Decimal num45 = num1; + var num45 = num1; numericUpDown4_2.Minimum = num45; NumericUpDown4.Name = "NumericUpDown4"; - NumericUpDown numericUpDown4_3 = NumericUpDown4; + var numericUpDown4_3 = NumericUpDown4; num1 = new Decimal(new int[4]{ 3000, 0, 0, 65536 }); - Decimal num46 = num1; + var num46 = num1; numericUpDown4_3.Value = num46; - Label15.AccessibleDescription = (string) null; - Label15.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label15, "Label15"); - Label15.Font = (Font) null; + Label15.AccessibleDescription = null; + Label15.AccessibleName = null; + componentResourceManager.ApplyResources(Label15, "Label15"); + Label15.Font = null; Label15.Name = "Label15"; - NumericUpDown7.AccessibleDescription = (string) null; - NumericUpDown7.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) NumericUpDown7, "NumericUpDown7"); + NumericUpDown7.AccessibleDescription = null; + NumericUpDown7.AccessibleName = null; + componentResourceManager.ApplyResources(NumericUpDown7, "NumericUpDown7"); NumericUpDown7.DecimalPlaces = 1; - NumericUpDown7.Font = (Font) null; - NumericUpDown numericUpDown7_1 = NumericUpDown7; + NumericUpDown7.Font = null; + var numericUpDown7_1 = NumericUpDown7; num1 = new Decimal(new int[4]{ 30000, 0, 0, 65536 }); - Decimal num47 = num1; + var num47 = num1; numericUpDown7_1.Maximum = num47; - NumericUpDown numericUpDown7_2 = NumericUpDown7; + var numericUpDown7_2 = NumericUpDown7; num1 = new Decimal(new int[4]{ 3000, 0, 0, 65536 }); - Decimal num48 = num1; + var num48 = num1; numericUpDown7_2.Minimum = num48; NumericUpDown7.Name = "NumericUpDown7"; - NumericUpDown numericUpDown7_3 = NumericUpDown7; + var numericUpDown7_3 = NumericUpDown7; num1 = new Decimal(new int[4]{ 3000, 0, 0, 65536 }); - Decimal num49 = num1; + var num49 = num1; numericUpDown7_3.Value = num49; - Label13.AccessibleDescription = (string) null; - Label13.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label13, "Label13"); - Label13.Font = (Font) null; + Label13.AccessibleDescription = null; + Label13.AccessibleName = null; + componentResourceManager.ApplyResources(Label13, "Label13"); + Label13.Font = null; Label13.Name = "Label13"; - Label4.AccessibleDescription = (string) null; - Label4.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label4, "Label4"); - Label4.Font = (Font) null; + Label4.AccessibleDescription = null; + Label4.AccessibleName = null; + componentResourceManager.ApplyResources(Label4, "Label4"); + Label4.Font = null; Label4.Name = "Label4"; - Label11.AccessibleDescription = (string) null; - Label11.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label11, "Label11"); - Label11.Font = (Font) null; + Label11.AccessibleDescription = null; + Label11.AccessibleName = null; + componentResourceManager.ApplyResources(Label11, "Label11"); + Label11.Font = null; Label11.Name = "Label11"; - Label9.AccessibleDescription = (string) null; - Label9.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label9, "Label9"); - Label9.Font = (Font) null; + Label9.AccessibleDescription = null; + Label9.AccessibleName = null; + componentResourceManager.ApplyResources(Label9, "Label9"); + Label9.Font = null; Label9.Name = "Label9"; - NumericUpDown2.AccessibleDescription = (string) null; - NumericUpDown2.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) NumericUpDown2, "NumericUpDown2"); + NumericUpDown2.AccessibleDescription = null; + NumericUpDown2.AccessibleName = null; + componentResourceManager.ApplyResources(NumericUpDown2, "NumericUpDown2"); NumericUpDown2.DecimalPlaces = 1; - NumericUpDown2.Font = (Font) null; - NumericUpDown numericUpDown2_1 = NumericUpDown2; + NumericUpDown2.Font = null; + var numericUpDown2_1 = NumericUpDown2; num1 = new Decimal(new int[4]{ 30000, 0, 0, 65536 }); - Decimal num50 = num1; + var num50 = num1; numericUpDown2_1.Maximum = num50; - NumericUpDown numericUpDown2_2 = NumericUpDown2; + var numericUpDown2_2 = NumericUpDown2; num1 = new Decimal(new int[4]{ 3000, 0, 0, 65536 }); - Decimal num51 = num1; + var num51 = num1; numericUpDown2_2.Minimum = num51; NumericUpDown2.Name = "NumericUpDown2"; - NumericUpDown numericUpDown2_3 = NumericUpDown2; + var numericUpDown2_3 = NumericUpDown2; num1 = new Decimal(new int[4]{ 3000, 0, 0, 65536 }); - Decimal num52 = num1; + var num52 = num1; numericUpDown2_3.Value = num52; - Label7.AccessibleDescription = (string) null; - Label7.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label7, "Label7"); - Label7.Font = (Font) null; + Label7.AccessibleDescription = null; + Label7.AccessibleName = null; + componentResourceManager.ApplyResources(Label7, "Label7"); + Label7.Font = null; Label7.Name = "Label7"; - NumericUpDown3.AccessibleDescription = (string) null; - NumericUpDown3.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) NumericUpDown3, "NumericUpDown3"); + NumericUpDown3.AccessibleDescription = null; + NumericUpDown3.AccessibleName = null; + componentResourceManager.ApplyResources(NumericUpDown3, "NumericUpDown3"); NumericUpDown3.DecimalPlaces = 1; - NumericUpDown3.Font = (Font) null; - NumericUpDown numericUpDown3_1 = NumericUpDown3; + NumericUpDown3.Font = null; + var numericUpDown3_1 = NumericUpDown3; num1 = new Decimal(new int[4]{ 30000, 0, 0, 65536 }); - Decimal num53 = num1; + var num53 = num1; numericUpDown3_1.Maximum = num53; - NumericUpDown numericUpDown3_2 = NumericUpDown3; + var numericUpDown3_2 = NumericUpDown3; num1 = new Decimal(new int[4]{ 3000, 0, 0, 65536 }); - Decimal num54 = num1; + var num54 = num1; numericUpDown3_2.Minimum = num54; NumericUpDown3.Name = "NumericUpDown3"; - NumericUpDown numericUpDown3_3 = NumericUpDown3; + var numericUpDown3_3 = NumericUpDown3; num1 = new Decimal(new int[4]{ 3000, 0, 0, 65536 }); - Decimal num55 = num1; + var num55 = num1; numericUpDown3_3.Value = num55; - Label5.AccessibleDescription = (string) null; - Label5.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label5, "Label5"); - Label5.Font = (Font) null; + Label5.AccessibleDescription = null; + Label5.AccessibleName = null; + componentResourceManager.ApplyResources(Label5, "Label5"); + Label5.Font = null; Label5.Name = "Label5"; - Label2.AccessibleDescription = (string) null; - Label2.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label2, "Label2"); - Label2.Font = (Font) null; + Label2.AccessibleDescription = null; + Label2.AccessibleName = null; + componentResourceManager.ApplyResources(Label2, "Label2"); + Label2.Font = null; Label2.Name = "Label2"; - Label3.AccessibleDescription = (string) null; - Label3.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label3, "Label3"); - Label3.Font = (Font) null; + Label3.AccessibleDescription = null; + Label3.AccessibleName = null; + componentResourceManager.ApplyResources(Label3, "Label3"); + Label3.Font = null; Label3.Name = "Label3"; - NumericUpDown1.AccessibleDescription = (string) null; - NumericUpDown1.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) NumericUpDown1, "NumericUpDown1"); + NumericUpDown1.AccessibleDescription = null; + NumericUpDown1.AccessibleName = null; + componentResourceManager.ApplyResources(NumericUpDown1, "NumericUpDown1"); NumericUpDown1.DecimalPlaces = 1; - NumericUpDown1.Font = (Font) null; - NumericUpDown numericUpDown1_1 = NumericUpDown1; + NumericUpDown1.Font = null; + var numericUpDown1_1 = NumericUpDown1; num1 = new Decimal(new int[4]{ 1, 0, 0, 65536 }); - Decimal num56 = num1; + var num56 = num1; numericUpDown1_1.Increment = num56; - NumericUpDown numericUpDown1_2 = NumericUpDown1; + var numericUpDown1_2 = NumericUpDown1; num1 = new Decimal(new int[4]{ 30000, 0, 0, 65536 }); - Decimal num57 = num1; + var num57 = num1; numericUpDown1_2.Maximum = num57; - NumericUpDown numericUpDown1_3 = NumericUpDown1; + var numericUpDown1_3 = NumericUpDown1; num1 = new Decimal(new int[4]{ 3000, 0, 0, 65536 }); - Decimal num58 = num1; + var num58 = num1; numericUpDown1_3.Minimum = num58; NumericUpDown1.Name = "NumericUpDown1"; - NumericUpDown numericUpDown1_4 = NumericUpDown1; + var numericUpDown1_4 = NumericUpDown1; num1 = new Decimal(new int[4]{ 3000, 0, 0, 65536 }); - Decimal num59 = num1; + var num59 = num1; numericUpDown1_4.Value = num59; - Label1.AccessibleDescription = (string) null; - Label1.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label1, "Label1"); - Label1.Font = (Font) null; + Label1.AccessibleDescription = null; + Label1.AccessibleName = null; + componentResourceManager.ApplyResources(Label1, "Label1"); + Label1.Font = null; Label1.Name = "Label1"; - DataGridView1.AccessibleDescription = (string) null; - DataGridView1.AccessibleName = (string) null; + DataGridView1.AccessibleDescription = null; + DataGridView1.AccessibleName = null; DataGridView1.AllowUserToAddRows = false; DataGridView1.AllowUserToDeleteRows = false; DataGridView1.AllowUserToResizeColumns = false; DataGridView1.AllowUserToResizeRows = false; gridViewCellStyle1.Alignment = DataGridViewContentAlignment.MiddleCenter; DataGridView1.AlternatingRowsDefaultCellStyle = gridViewCellStyle1; - componentResourceManager.ApplyResources((object) DataGridView1, "DataGridView1"); - DataGridView1.BackgroundImage = (Image) null; + componentResourceManager.ApplyResources(DataGridView1, "DataGridView1"); + DataGridView1.BackgroundImage = null; gridViewCellStyle2.Alignment = DataGridViewContentAlignment.MiddleCenter; gridViewCellStyle2.BackColor = SystemColors.Control; - gridViewCellStyle2.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, (byte) 134); + gridViewCellStyle2.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, 134); gridViewCellStyle2.ForeColor = SystemColors.WindowText; gridViewCellStyle2.SelectionBackColor = SystemColors.Highlight; gridViewCellStyle2.SelectionForeColor = SystemColors.HighlightText; gridViewCellStyle2.WrapMode = DataGridViewTriState.True; DataGridView1.ColumnHeadersDefaultCellStyle = gridViewCellStyle2; DataGridView1.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize; - DataGridView1.Columns.AddRange((DataGridViewColumn) Column0, (DataGridViewColumn) Column1, (DataGridViewColumn) Column2); - DataGridView1.Font = (Font) null; + DataGridView1.Columns.AddRange(Column0, Column1, Column2); + DataGridView1.Font = null; DataGridView1.Name = "DataGridView1"; gridViewCellStyle3.Alignment = DataGridViewContentAlignment.MiddleCenter; gridViewCellStyle3.BackColor = SystemColors.Control; - gridViewCellStyle3.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, (byte) 134); + gridViewCellStyle3.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, 134); gridViewCellStyle3.ForeColor = SystemColors.WindowText; gridViewCellStyle3.SelectionBackColor = SystemColors.Highlight; gridViewCellStyle3.SelectionForeColor = SystemColors.HighlightText; @@ -1821,72 +1821,72 @@ namespace HPG_68D DataGridView1.RowTemplate.Height = 23; Column0.AutoSizeMode = DataGridViewAutoSizeColumnMode.None; Column0.DisplayStyle = DataGridViewComboBoxDisplayStyle.Nothing; - componentResourceManager.ApplyResources((object) Column0, "Column0"); - Column0.Items.AddRange((object) "30", (object) "31", (object) "32", (object) "33", (object) "34", (object) "35", (object) "36", (object) "37", (object) "38", (object) "39", (object) "40", (object) "41", (object) "42", (object) "43", (object) "44", (object) "45", (object) "46", (object) "47", (object) "48", (object) "49", (object) "50", (object) "51", (object) "52", (object) "53", (object) "54", (object) "55", (object) "56", (object) "57", (object) "58", (object) "59", (object) "60", (object) "61", (object) "62", (object) "63", (object) "64", (object) "65", (object) "66", (object) "67", (object) "68", (object) "69", (object) "70", (object) "71", (object) "72", (object) "73", (object) "74", (object) "75", (object) "76", (object) "77", (object) "78", (object) "79", (object) "80", (object) "81", (object) "82", (object) "83", (object) "84", (object) "85", (object) "86", (object) "87", (object) "88", (object) "89", (object) "90", (object) "91", (object) "92", (object) "93", (object) "94", (object) "95", (object) "96", (object) "97", (object) "98", (object) "99", (object) "100", (object) "101", (object) "102", (object) "103", (object) "104", (object) "105", (object) "106", (object) "107", (object) "108", (object) "109", (object) "110", (object) "111", (object) "112", (object) "113", (object) "114", (object) "115", (object) "116", (object) "117", (object) "118", (object) "119", (object) "120", (object) "121", (object) "122", (object) "123", (object) "124", (object) "125", (object) "126", (object) "127", (object) "128", (object) "129", (object) "130", (object) "131", (object) "132", (object) "133", (object) "134", (object) "135", (object) "136", (object) "137", (object) "138", (object) "139", (object) "140", (object) "141", (object) "142", (object) "143", (object) "144", (object) "145", (object) "146", (object) "147", (object) "148", (object) "149", (object) "150", (object) "151", (object) "152", (object) "153", (object) "154", (object) "155", (object) "156", (object) "157", (object) "158", (object) "159", (object) "160", (object) "161", (object) "162", (object) "163", (object) "164", (object) "165", (object) "166", (object) "167", (object) "168", (object) "169", (object) "170", (object) "171", (object) "172", (object) "173", (object) "174", (object) "175", (object) "176", (object) "177", (object) "178", (object) "179", (object) "180", (object) "181", (object) "182", (object) "183", (object) "184", (object) "185", (object) "186", (object) "187", (object) "188", (object) "189", (object) "190", (object) "191", (object) "192", (object) "193", (object) "194", (object) "195", (object) "196", (object) "197", (object) "198", (object) "199", (object) "200", (object) "201", (object) "202", (object) "203", (object) "204", (object) "205", (object) "206", (object) "207", (object) "208", (object) "209", (object) "210", (object) "211", (object) "212", (object) "213", (object) "214", (object) "215", (object) "216", (object) "217", (object) "218", (object) "219", (object) "220", (object) "221", (object) "222", (object) "223", (object) "224", (object) "225", (object) "226", (object) "227", (object) "228", (object) "229", (object) "230", (object) "231", (object) "232", (object) "233", (object) "234", (object) "235", (object) "236", (object) "237", (object) "238", (object) "239", (object) "240", (object) "241", (object) "242", (object) "243", (object) "244", (object) "245", (object) "246", (object) "247", (object) "248", (object) "249", (object) "250", (object) "251", (object) "252", (object) "253", (object) "254", (object) "255"); + componentResourceManager.ApplyResources(Column0, "Column0"); + Column0.Items.AddRange("30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42", "43", "44", "45", "46", "47", "48", "49", "50", "51", "52", "53", "54", "55", "56", "57", "58", "59", "60", "61", "62", "63", "64", "65", "66", "67", "68", "69", "70", "71", "72", "73", "74", "75", "76", "77", "78", "79", "80", "81", "82", "83", "84", "85", "86", "87", "88", "89", "90", "91", "92", "93", "94", "95", "96", "97", "98", "99", "100", "101", "102", "103", "104", "105", "106", "107", "108", "109", "110", "111", "112", "113", "114", "115", "116", "117", "118", "119", "120", "121", "122", "123", "124", "125", "126", "127", "128", "129", "130", "131", "132", "133", "134", "135", "136", "137", "138", "139", "140", "141", "142", "143", "144", "145", "146", "147", "148", "149", "150", "151", "152", "153", "154", "155", "156", "157", "158", "159", "160", "161", "162", "163", "164", "165", "166", "167", "168", "169", "170", "171", "172", "173", "174", "175", "176", "177", "178", "179", "180", "181", "182", "183", "184", "185", "186", "187", "188", "189", "190", "191", "192", "193", "194", "195", "196", "197", "198", "199", "200", "201", "202", "203", "204", "205", "206", "207", "208", "209", "210", "211", "212", "213", "214", "215", "216", "217", "218", "219", "220", "221", "222", "223", "224", "225", "226", "227", "228", "229", "230", "231", "232", "233", "234", "235", "236", "237", "238", "239", "240", "241", "242", "243", "244", "245", "246", "247", "248", "249", "250", "251", "252", "253", "254", "255"); Column0.Name = "Column0"; Column0.Resizable = DataGridViewTriState.True; Column1.DisplayStyle = DataGridViewComboBoxDisplayStyle.Nothing; - componentResourceManager.ApplyResources((object) Column1, "Column1"); - Column1.Items.AddRange((object) "0", (object) "1", (object) "2", (object) "3", (object) "4", (object) "5", (object) "6", (object) "7", (object) "8", (object) "9", (object) "A", (object) "B", (object) "C", (object) "D", (object) "E", (object) "F"); + componentResourceManager.ApplyResources(Column1, "Column1"); + Column1.Items.AddRange("0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "A", "B", "C", "D", "E", "F"); Column1.Name = "Column1"; Column2.DisplayStyle = DataGridViewComboBoxDisplayStyle.Nothing; - componentResourceManager.ApplyResources((object) Column2, "Column2"); - Column2.Items.AddRange((object) "0", (object) "1", (object) "2", (object) "3", (object) "4", (object) "5", (object) "6", (object) "7", (object) "8", (object) "9", (object) "A", (object) "B", (object) "C", (object) "D", (object) "E", (object) "F"); + componentResourceManager.ApplyResources(Column2, "Column2"); + Column2.Items.AddRange("0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "A", "B", "C", "D", "E", "F"); Column2.Name = "Column2"; - TabPage2.AccessibleDescription = (string) null; - TabPage2.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) TabPage2, "TabPage2"); - TabPage2.BackgroundImage = (Image) null; - TabPage2.Controls.Add((Control) SplitContainer1); - TabPage2.Controls.Add((Control) CheckBox5_Tone侧音); - TabPage2.Controls.Add((Control) DataGridView2); - TabPage2.Controls.Add((Control) ComboBox1); - TabPage2.Controls.Add((Control) Label22); - TabPage2.Controls.Add((Control) NumericUpDown21); - TabPage2.Controls.Add((Control) Label21); - TabPage2.Controls.Add((Control) NumericUpDown20); - TabPage2.Controls.Add((Control) Label20); - TabPage2.Controls.Add((Control) NumericUpDown19); - TabPage2.Controls.Add((Control) Label19); - TabPage2.Controls.Add((Control) NumericUpDown18); - TabPage2.Controls.Add((Control) Label18); - TabPage2.Controls.Add((Control) NumericUpDown17); - TabPage2.Controls.Add((Control) Label17); - TabPage2.Font = (Font) null; + TabPage2.AccessibleDescription = null; + TabPage2.AccessibleName = null; + componentResourceManager.ApplyResources(TabPage2, "TabPage2"); + TabPage2.BackgroundImage = null; + TabPage2.Controls.Add(SplitContainer1); + TabPage2.Controls.Add(CheckBox5_Tone侧音); + TabPage2.Controls.Add(DataGridView2); + TabPage2.Controls.Add(ComboBox1); + TabPage2.Controls.Add(Label22); + TabPage2.Controls.Add(NumericUpDown21); + TabPage2.Controls.Add(Label21); + TabPage2.Controls.Add(NumericUpDown20); + TabPage2.Controls.Add(Label20); + TabPage2.Controls.Add(NumericUpDown19); + TabPage2.Controls.Add(Label19); + TabPage2.Controls.Add(NumericUpDown18); + TabPage2.Controls.Add(Label18); + TabPage2.Controls.Add(NumericUpDown17); + TabPage2.Controls.Add(Label17); + TabPage2.Font = null; TabPage2.Name = "TabPage2"; TabPage2.UseVisualStyleBackColor = true; - CheckBox5_Tone侧音.AccessibleDescription = (string) null; - CheckBox5_Tone侧音.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) CheckBox5_Tone侧音, "CheckBox5_Tone侧音"); - CheckBox5_Tone侧音.BackgroundImage = (Image) null; - CheckBox5_Tone侧音.Font = (Font) null; + CheckBox5_Tone侧音.AccessibleDescription = null; + CheckBox5_Tone侧音.AccessibleName = null; + componentResourceManager.ApplyResources(CheckBox5_Tone侧音, "CheckBox5_Tone侧音"); + CheckBox5_Tone侧音.BackgroundImage = null; + CheckBox5_Tone侧音.Font = null; CheckBox5_Tone侧音.Name = "CheckBox5_Tone侧音"; CheckBox5_Tone侧音.UseVisualStyleBackColor = true; - DataGridView2.AccessibleDescription = (string) null; - DataGridView2.AccessibleName = (string) null; + DataGridView2.AccessibleDescription = null; + DataGridView2.AccessibleName = null; DataGridView2.AllowUserToAddRows = false; DataGridView2.AllowUserToDeleteRows = false; DataGridView2.AllowUserToResizeColumns = false; DataGridView2.AllowUserToResizeRows = false; gridViewCellStyle5.Alignment = DataGridViewContentAlignment.MiddleCenter; DataGridView2.AlternatingRowsDefaultCellStyle = gridViewCellStyle5; - componentResourceManager.ApplyResources((object) DataGridView2, "DataGridView2"); - DataGridView2.BackgroundImage = (Image) null; + componentResourceManager.ApplyResources(DataGridView2, "DataGridView2"); + DataGridView2.BackgroundImage = null; gridViewCellStyle6.Alignment = DataGridViewContentAlignment.MiddleCenter; gridViewCellStyle6.BackColor = SystemColors.Control; - gridViewCellStyle6.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, (byte) 134); + gridViewCellStyle6.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, 134); gridViewCellStyle6.ForeColor = SystemColors.WindowText; gridViewCellStyle6.SelectionBackColor = SystemColors.Highlight; gridViewCellStyle6.SelectionForeColor = SystemColors.HighlightText; gridViewCellStyle6.WrapMode = DataGridViewTriState.True; DataGridView2.ColumnHeadersDefaultCellStyle = gridViewCellStyle6; DataGridView2.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize; - DataGridView2.Columns.AddRange((DataGridViewColumn) DataGridViewComboBoxColumn1, (DataGridViewColumn) DataGridViewComboBoxColumn2); - DataGridView2.Font = (Font) null; + DataGridView2.Columns.AddRange(DataGridViewComboBoxColumn1, DataGridViewComboBoxColumn2); + DataGridView2.Font = null; DataGridView2.Name = "DataGridView2"; gridViewCellStyle7.Alignment = DataGridViewContentAlignment.MiddleCenter; gridViewCellStyle7.BackColor = SystemColors.Control; - gridViewCellStyle7.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, (byte) 134); + gridViewCellStyle7.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, 134); gridViewCellStyle7.ForeColor = SystemColors.WindowText; gridViewCellStyle7.SelectionBackColor = SystemColors.Highlight; gridViewCellStyle7.SelectionForeColor = SystemColors.HighlightText; @@ -1898,400 +1898,400 @@ namespace HPG_68D DataGridView2.RowTemplate.Height = 23; DataGridViewComboBoxColumn1.AutoSizeMode = DataGridViewAutoSizeColumnMode.None; DataGridViewComboBoxColumn1.DisplayStyle = DataGridViewComboBoxDisplayStyle.Nothing; - componentResourceManager.ApplyResources((object) DataGridViewComboBoxColumn1, "DataGridViewComboBoxColumn1"); - DataGridViewComboBoxColumn1.Items.AddRange((object) "ZVEI1", (object) "ZVEI2", (object) "ZVEI3", (object) "PZVEI", (object) "DZVEI", (object) "PDZVEI", (object) "CCIR1", (object) "CCIR2", (object) "PCCIR", (object) "EEA", (object) "EUIRO SIGNAL", (object) "NATEL", (object) "EIA", (object) "MODAT", (object) "CCITT"); + componentResourceManager.ApplyResources(DataGridViewComboBoxColumn1, "DataGridViewComboBoxColumn1"); + DataGridViewComboBoxColumn1.Items.AddRange("ZVEI1", "ZVEI2", "ZVEI3", "PZVEI", "DZVEI", "PDZVEI", "CCIR1", "CCIR2", "PCCIR", "EEA", "EUIRO SIGNAL", "NATEL", "EIA", "MODAT", "CCITT"); DataGridViewComboBoxColumn1.Name = "DataGridViewComboBoxColumn1"; DataGridViewComboBoxColumn1.Resizable = DataGridViewTriState.False; - componentResourceManager.ApplyResources((object) DataGridViewComboBoxColumn2, "DataGridViewComboBoxColumn2"); + componentResourceManager.ApplyResources(DataGridViewComboBoxColumn2, "DataGridViewComboBoxColumn2"); DataGridViewComboBoxColumn2.MaxInputLength = 8; DataGridViewComboBoxColumn2.Name = "DataGridViewComboBoxColumn2"; DataGridViewComboBoxColumn2.Resizable = DataGridViewTriState.False; DataGridViewComboBoxColumn2.SortMode = DataGridViewColumnSortMode.NotSortable; - ComboBox1.AccessibleDescription = (string) null; - ComboBox1.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox1, "ComboBox1"); - ComboBox1.BackgroundImage = (Image) null; + ComboBox1.AccessibleDescription = null; + ComboBox1.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox1, "ComboBox1"); + ComboBox1.BackgroundImage = null; ComboBox1.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox1.Font = (Font) null; + ComboBox1.Font = null; ComboBox1.FormattingEnabled = true; ComboBox1.Items.AddRange(new object[17] { - (object) componentResourceManager.GetString("ComboBox1.Items"), - (object) componentResourceManager.GetString("ComboBox1.Items1"), - (object) componentResourceManager.GetString("ComboBox1.Items2"), - (object) componentResourceManager.GetString("ComboBox1.Items3"), - (object) componentResourceManager.GetString("ComboBox1.Items4"), - (object) componentResourceManager.GetString("ComboBox1.Items5"), - (object) componentResourceManager.GetString("ComboBox1.Items6"), - (object) componentResourceManager.GetString("ComboBox1.Items7"), - (object) componentResourceManager.GetString("ComboBox1.Items8"), - (object) componentResourceManager.GetString("ComboBox1.Items9"), - (object) componentResourceManager.GetString("ComboBox1.Items10"), - (object) componentResourceManager.GetString("ComboBox1.Items11"), - (object) componentResourceManager.GetString("ComboBox1.Items12"), - (object) componentResourceManager.GetString("ComboBox1.Items13"), - (object) componentResourceManager.GetString("ComboBox1.Items14"), - (object) componentResourceManager.GetString("ComboBox1.Items15"), - (object) componentResourceManager.GetString("ComboBox1.Items16") + componentResourceManager.GetString("ComboBox1.Items"), + componentResourceManager.GetString("ComboBox1.Items1"), + componentResourceManager.GetString("ComboBox1.Items2"), + componentResourceManager.GetString("ComboBox1.Items3"), + componentResourceManager.GetString("ComboBox1.Items4"), + componentResourceManager.GetString("ComboBox1.Items5"), + componentResourceManager.GetString("ComboBox1.Items6"), + componentResourceManager.GetString("ComboBox1.Items7"), + componentResourceManager.GetString("ComboBox1.Items8"), + componentResourceManager.GetString("ComboBox1.Items9"), + componentResourceManager.GetString("ComboBox1.Items10"), + componentResourceManager.GetString("ComboBox1.Items11"), + componentResourceManager.GetString("ComboBox1.Items12"), + componentResourceManager.GetString("ComboBox1.Items13"), + componentResourceManager.GetString("ComboBox1.Items14"), + componentResourceManager.GetString("ComboBox1.Items15"), + componentResourceManager.GetString("ComboBox1.Items16") }); ComboBox1.Name = "ComboBox1"; - Label22.AccessibleDescription = (string) null; - Label22.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label22, "Label22"); - Label22.Font = (Font) null; + Label22.AccessibleDescription = null; + Label22.AccessibleName = null; + componentResourceManager.ApplyResources(Label22, "Label22"); + Label22.Font = null; Label22.Name = "Label22"; - NumericUpDown21.AccessibleDescription = (string) null; - NumericUpDown21.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) NumericUpDown21, "NumericUpDown21"); - NumericUpDown21.Font = (Font) null; - NumericUpDown numericUpDown21_1 = NumericUpDown21; + NumericUpDown21.AccessibleDescription = null; + NumericUpDown21.AccessibleName = null; + componentResourceManager.ApplyResources(NumericUpDown21, "NumericUpDown21"); + NumericUpDown21.Font = null; + var numericUpDown21_1 = NumericUpDown21; num1 = new Decimal(new int[4]{ 10, 0, 0, 0 }); - Decimal num60 = num1; + var num60 = num1; numericUpDown21_1.Increment = num60; - NumericUpDown numericUpDown21_2 = NumericUpDown21; + var numericUpDown21_2 = NumericUpDown21; num1 = new Decimal(new int[4]{ 2550, 0, 0, 0 }); - Decimal num61 = num1; + var num61 = num1; numericUpDown21_2.Maximum = num61; NumericUpDown21.Name = "NumericUpDown21"; - Label21.AccessibleDescription = (string) null; - Label21.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label21, "Label21"); - Label21.Font = (Font) null; + Label21.AccessibleDescription = null; + Label21.AccessibleName = null; + componentResourceManager.ApplyResources(Label21, "Label21"); + Label21.Font = null; Label21.Name = "Label21"; - NumericUpDown20.AccessibleDescription = (string) null; - NumericUpDown20.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) NumericUpDown20, "NumericUpDown20"); - NumericUpDown20.Font = (Font) null; - NumericUpDown numericUpDown20_1 = NumericUpDown20; + NumericUpDown20.AccessibleDescription = null; + NumericUpDown20.AccessibleName = null; + componentResourceManager.ApplyResources(NumericUpDown20, "NumericUpDown20"); + NumericUpDown20.Font = null; + var numericUpDown20_1 = NumericUpDown20; num1 = new Decimal(new int[4]{ 10, 0, 0, 0 }); - Decimal num62 = num1; + var num62 = num1; numericUpDown20_1.Increment = num62; - NumericUpDown numericUpDown20_2 = NumericUpDown20; + var numericUpDown20_2 = NumericUpDown20; num1 = new Decimal(new int[4]{ 2550, 0, 0, 0 }); - Decimal num63 = num1; + var num63 = num1; numericUpDown20_2.Maximum = num63; NumericUpDown20.Name = "NumericUpDown20"; - Label20.AccessibleDescription = (string) null; - Label20.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label20, "Label20"); - Label20.Font = (Font) null; + Label20.AccessibleDescription = null; + Label20.AccessibleName = null; + componentResourceManager.ApplyResources(Label20, "Label20"); + Label20.Font = null; Label20.Name = "Label20"; - NumericUpDown19.AccessibleDescription = (string) null; - NumericUpDown19.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) NumericUpDown19, "NumericUpDown19"); - NumericUpDown19.Font = (Font) null; - NumericUpDown numericUpDown19_1 = NumericUpDown19; + NumericUpDown19.AccessibleDescription = null; + NumericUpDown19.AccessibleName = null; + componentResourceManager.ApplyResources(NumericUpDown19, "NumericUpDown19"); + NumericUpDown19.Font = null; + var numericUpDown19_1 = NumericUpDown19; num1 = new Decimal(new int[4]{ 10, 0, 0, 0 }); - Decimal num64 = num1; + var num64 = num1; numericUpDown19_1.Increment = num64; - NumericUpDown numericUpDown19_2 = NumericUpDown19; + var numericUpDown19_2 = NumericUpDown19; num1 = new Decimal(new int[4]{ 2550, 0, 0, 0 }); - Decimal num65 = num1; + var num65 = num1; numericUpDown19_2.Maximum = num65; NumericUpDown19.Name = "NumericUpDown19"; - Label19.AccessibleDescription = (string) null; - Label19.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label19, "Label19"); - Label19.Font = (Font) null; + Label19.AccessibleDescription = null; + Label19.AccessibleName = null; + componentResourceManager.ApplyResources(Label19, "Label19"); + Label19.Font = null; Label19.Name = "Label19"; - NumericUpDown18.AccessibleDescription = (string) null; - NumericUpDown18.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) NumericUpDown18, "NumericUpDown18"); - NumericUpDown18.Font = (Font) null; - NumericUpDown numericUpDown18_1 = NumericUpDown18; + NumericUpDown18.AccessibleDescription = null; + NumericUpDown18.AccessibleName = null; + componentResourceManager.ApplyResources(NumericUpDown18, "NumericUpDown18"); + NumericUpDown18.Font = null; + var numericUpDown18_1 = NumericUpDown18; num1 = new Decimal(new int[4]{ 10, 0, 0, 0 }); - Decimal num66 = num1; + var num66 = num1; numericUpDown18_1.Increment = num66; - NumericUpDown numericUpDown18_2 = NumericUpDown18; + var numericUpDown18_2 = NumericUpDown18; num1 = new Decimal(new int[4]{ 2550, 0, 0, 0 }); - Decimal num67 = num1; + var num67 = num1; numericUpDown18_2.Maximum = num67; NumericUpDown18.Name = "NumericUpDown18"; - Label18.AccessibleDescription = (string) null; - Label18.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label18, "Label18"); - Label18.Font = (Font) null; + Label18.AccessibleDescription = null; + Label18.AccessibleName = null; + componentResourceManager.ApplyResources(Label18, "Label18"); + Label18.Font = null; Label18.Name = "Label18"; - NumericUpDown17.AccessibleDescription = (string) null; - NumericUpDown17.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) NumericUpDown17, "NumericUpDown17"); - NumericUpDown17.Font = (Font) null; - NumericUpDown numericUpDown17_1 = NumericUpDown17; + NumericUpDown17.AccessibleDescription = null; + NumericUpDown17.AccessibleName = null; + componentResourceManager.ApplyResources(NumericUpDown17, "NumericUpDown17"); + NumericUpDown17.Font = null; + var numericUpDown17_1 = NumericUpDown17; num1 = new Decimal(new int[4]{ 10, 0, 0, 0 }); - Decimal num68 = num1; + var num68 = num1; numericUpDown17_1.Increment = num68; - NumericUpDown numericUpDown17_2 = NumericUpDown17; + var numericUpDown17_2 = NumericUpDown17; num1 = new Decimal(new int[4]{ 2550, 0, 0, 0 }); - Decimal num69 = num1; + var num69 = num1; numericUpDown17_2.Maximum = num69; NumericUpDown17.Name = "NumericUpDown17"; - Label17.AccessibleDescription = (string) null; - Label17.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label17, "Label17"); - Label17.Font = (Font) null; + Label17.AccessibleDescription = null; + Label17.AccessibleName = null; + componentResourceManager.ApplyResources(Label17, "Label17"); + Label17.Font = null; Label17.Name = "Label17"; - TabPage3.AccessibleDescription = (string) null; - TabPage3.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) TabPage3, "TabPage3"); - TabPage3.BackgroundImage = (Image) null; - TabPage3.Controls.Add((Control) SplitContainer2); - TabPage3.Controls.Add((Control) NumericUpDown25); - TabPage3.Controls.Add((Control) Label29); - TabPage3.Controls.Add((Control) ComboBox3); - TabPage3.Controls.Add((Control) Label28); - TabPage3.Font = (Font) null; + TabPage3.AccessibleDescription = null; + TabPage3.AccessibleName = null; + componentResourceManager.ApplyResources(TabPage3, "TabPage3"); + TabPage3.BackgroundImage = null; + TabPage3.Controls.Add(SplitContainer2); + TabPage3.Controls.Add(NumericUpDown25); + TabPage3.Controls.Add(Label29); + TabPage3.Controls.Add(ComboBox3); + TabPage3.Controls.Add(Label28); + TabPage3.Font = null; TabPage3.Name = "TabPage3"; TabPage3.UseVisualStyleBackColor = true; - NumericUpDown25.AccessibleDescription = (string) null; - NumericUpDown25.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) NumericUpDown25, "NumericUpDown25"); - NumericUpDown25.Font = (Font) null; - NumericUpDown numericUpDown25 = NumericUpDown25; + NumericUpDown25.AccessibleDescription = null; + NumericUpDown25.AccessibleName = null; + componentResourceManager.ApplyResources(NumericUpDown25, "NumericUpDown25"); + NumericUpDown25.Font = null; + var numericUpDown25 = NumericUpDown25; num1 = new Decimal(new int[4]{ 2550, 0, 0, 0 }); - Decimal num70 = num1; + var num70 = num1; numericUpDown25.Maximum = num70; NumericUpDown25.Name = "NumericUpDown25"; - Label29.AccessibleDescription = (string) null; - Label29.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label29, "Label29"); - Label29.Font = (Font) null; + Label29.AccessibleDescription = null; + Label29.AccessibleName = null; + componentResourceManager.ApplyResources(Label29, "Label29"); + Label29.Font = null; Label29.Name = "Label29"; - ComboBox3.AccessibleDescription = (string) null; - ComboBox3.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) ComboBox3, "ComboBox3"); - ComboBox3.BackgroundImage = (Image) null; + ComboBox3.AccessibleDescription = null; + ComboBox3.AccessibleName = null; + componentResourceManager.ApplyResources(ComboBox3, "ComboBox3"); + ComboBox3.BackgroundImage = null; ComboBox3.DropDownStyle = ComboBoxStyle.DropDownList; - ComboBox3.Font = (Font) null; + ComboBox3.Font = null; ComboBox3.FormattingEnabled = true; ComboBox3.Items.AddRange(new object[181] { - (object) componentResourceManager.GetString("ComboBox3.Items"), - (object) componentResourceManager.GetString("ComboBox3.Items1"), - (object) componentResourceManager.GetString("ComboBox3.Items2"), - (object) componentResourceManager.GetString("ComboBox3.Items3"), - (object) componentResourceManager.GetString("ComboBox3.Items4"), - (object) componentResourceManager.GetString("ComboBox3.Items5"), - (object) componentResourceManager.GetString("ComboBox3.Items6"), - (object) componentResourceManager.GetString("ComboBox3.Items7"), - (object) componentResourceManager.GetString("ComboBox3.Items8"), - (object) componentResourceManager.GetString("ComboBox3.Items9"), - (object) componentResourceManager.GetString("ComboBox3.Items10"), - (object) componentResourceManager.GetString("ComboBox3.Items11"), - (object) componentResourceManager.GetString("ComboBox3.Items12"), - (object) componentResourceManager.GetString("ComboBox3.Items13"), - (object) componentResourceManager.GetString("ComboBox3.Items14"), - (object) componentResourceManager.GetString("ComboBox3.Items15"), - (object) componentResourceManager.GetString("ComboBox3.Items16"), - (object) componentResourceManager.GetString("ComboBox3.Items17"), - (object) componentResourceManager.GetString("ComboBox3.Items18"), - (object) componentResourceManager.GetString("ComboBox3.Items19"), - (object) componentResourceManager.GetString("ComboBox3.Items20"), - (object) componentResourceManager.GetString("ComboBox3.Items21"), - (object) componentResourceManager.GetString("ComboBox3.Items22"), - (object) componentResourceManager.GetString("ComboBox3.Items23"), - (object) componentResourceManager.GetString("ComboBox3.Items24"), - (object) componentResourceManager.GetString("ComboBox3.Items25"), - (object) componentResourceManager.GetString("ComboBox3.Items26"), - (object) componentResourceManager.GetString("ComboBox3.Items27"), - (object) componentResourceManager.GetString("ComboBox3.Items28"), - (object) componentResourceManager.GetString("ComboBox3.Items29"), - (object) componentResourceManager.GetString("ComboBox3.Items30"), - (object) componentResourceManager.GetString("ComboBox3.Items31"), - (object) componentResourceManager.GetString("ComboBox3.Items32"), - (object) componentResourceManager.GetString("ComboBox3.Items33"), - (object) componentResourceManager.GetString("ComboBox3.Items34"), - (object) componentResourceManager.GetString("ComboBox3.Items35"), - (object) componentResourceManager.GetString("ComboBox3.Items36"), - (object) componentResourceManager.GetString("ComboBox3.Items37"), - (object) componentResourceManager.GetString("ComboBox3.Items38"), - (object) componentResourceManager.GetString("ComboBox3.Items39"), - (object) componentResourceManager.GetString("ComboBox3.Items40"), - (object) componentResourceManager.GetString("ComboBox3.Items41"), - (object) componentResourceManager.GetString("ComboBox3.Items42"), - (object) componentResourceManager.GetString("ComboBox3.Items43"), - (object) componentResourceManager.GetString("ComboBox3.Items44"), - (object) componentResourceManager.GetString("ComboBox3.Items45"), - (object) componentResourceManager.GetString("ComboBox3.Items46"), - (object) componentResourceManager.GetString("ComboBox3.Items47"), - (object) componentResourceManager.GetString("ComboBox3.Items48"), - (object) componentResourceManager.GetString("ComboBox3.Items49"), - (object) componentResourceManager.GetString("ComboBox3.Items50"), - (object) componentResourceManager.GetString("ComboBox3.Items51"), - (object) componentResourceManager.GetString("ComboBox3.Items52"), - (object) componentResourceManager.GetString("ComboBox3.Items53"), - (object) componentResourceManager.GetString("ComboBox3.Items54"), - (object) componentResourceManager.GetString("ComboBox3.Items55"), - (object) componentResourceManager.GetString("ComboBox3.Items56"), - (object) componentResourceManager.GetString("ComboBox3.Items57"), - (object) componentResourceManager.GetString("ComboBox3.Items58"), - (object) componentResourceManager.GetString("ComboBox3.Items59"), - (object) componentResourceManager.GetString("ComboBox3.Items60"), - (object) componentResourceManager.GetString("ComboBox3.Items61"), - (object) componentResourceManager.GetString("ComboBox3.Items62"), - (object) componentResourceManager.GetString("ComboBox3.Items63"), - (object) componentResourceManager.GetString("ComboBox3.Items64"), - (object) componentResourceManager.GetString("ComboBox3.Items65"), - (object) componentResourceManager.GetString("ComboBox3.Items66"), - (object) componentResourceManager.GetString("ComboBox3.Items67"), - (object) componentResourceManager.GetString("ComboBox3.Items68"), - (object) componentResourceManager.GetString("ComboBox3.Items69"), - (object) componentResourceManager.GetString("ComboBox3.Items70"), - (object) componentResourceManager.GetString("ComboBox3.Items71"), - (object) componentResourceManager.GetString("ComboBox3.Items72"), - (object) componentResourceManager.GetString("ComboBox3.Items73"), - (object) componentResourceManager.GetString("ComboBox3.Items74"), - (object) componentResourceManager.GetString("ComboBox3.Items75"), - (object) componentResourceManager.GetString("ComboBox3.Items76"), - (object) componentResourceManager.GetString("ComboBox3.Items77"), - (object) componentResourceManager.GetString("ComboBox3.Items78"), - (object) componentResourceManager.GetString("ComboBox3.Items79"), - (object) componentResourceManager.GetString("ComboBox3.Items80"), - (object) componentResourceManager.GetString("ComboBox3.Items81"), - (object) componentResourceManager.GetString("ComboBox3.Items82"), - (object) componentResourceManager.GetString("ComboBox3.Items83"), - (object) componentResourceManager.GetString("ComboBox3.Items84"), - (object) componentResourceManager.GetString("ComboBox3.Items85"), - (object) componentResourceManager.GetString("ComboBox3.Items86"), - (object) componentResourceManager.GetString("ComboBox3.Items87"), - (object) componentResourceManager.GetString("ComboBox3.Items88"), - (object) componentResourceManager.GetString("ComboBox3.Items89"), - (object) componentResourceManager.GetString("ComboBox3.Items90"), - (object) componentResourceManager.GetString("ComboBox3.Items91"), - (object) componentResourceManager.GetString("ComboBox3.Items92"), - (object) componentResourceManager.GetString("ComboBox3.Items93"), - (object) componentResourceManager.GetString("ComboBox3.Items94"), - (object) componentResourceManager.GetString("ComboBox3.Items95"), - (object) componentResourceManager.GetString("ComboBox3.Items96"), - (object) componentResourceManager.GetString("ComboBox3.Items97"), - (object) componentResourceManager.GetString("ComboBox3.Items98"), - (object) componentResourceManager.GetString("ComboBox3.Items99"), - (object) componentResourceManager.GetString("ComboBox3.Items100"), - (object) componentResourceManager.GetString("ComboBox3.Items101"), - (object) componentResourceManager.GetString("ComboBox3.Items102"), - (object) componentResourceManager.GetString("ComboBox3.Items103"), - (object) componentResourceManager.GetString("ComboBox3.Items104"), - (object) componentResourceManager.GetString("ComboBox3.Items105"), - (object) componentResourceManager.GetString("ComboBox3.Items106"), - (object) componentResourceManager.GetString("ComboBox3.Items107"), - (object) componentResourceManager.GetString("ComboBox3.Items108"), - (object) componentResourceManager.GetString("ComboBox3.Items109"), - (object) componentResourceManager.GetString("ComboBox3.Items110"), - (object) componentResourceManager.GetString("ComboBox3.Items111"), - (object) componentResourceManager.GetString("ComboBox3.Items112"), - (object) componentResourceManager.GetString("ComboBox3.Items113"), - (object) componentResourceManager.GetString("ComboBox3.Items114"), - (object) componentResourceManager.GetString("ComboBox3.Items115"), - (object) componentResourceManager.GetString("ComboBox3.Items116"), - (object) componentResourceManager.GetString("ComboBox3.Items117"), - (object) componentResourceManager.GetString("ComboBox3.Items118"), - (object) componentResourceManager.GetString("ComboBox3.Items119"), - (object) componentResourceManager.GetString("ComboBox3.Items120"), - (object) componentResourceManager.GetString("ComboBox3.Items121"), - (object) componentResourceManager.GetString("ComboBox3.Items122"), - (object) componentResourceManager.GetString("ComboBox3.Items123"), - (object) componentResourceManager.GetString("ComboBox3.Items124"), - (object) componentResourceManager.GetString("ComboBox3.Items125"), - (object) componentResourceManager.GetString("ComboBox3.Items126"), - (object) componentResourceManager.GetString("ComboBox3.Items127"), - (object) componentResourceManager.GetString("ComboBox3.Items128"), - (object) componentResourceManager.GetString("ComboBox3.Items129"), - (object) componentResourceManager.GetString("ComboBox3.Items130"), - (object) componentResourceManager.GetString("ComboBox3.Items131"), - (object) componentResourceManager.GetString("ComboBox3.Items132"), - (object) componentResourceManager.GetString("ComboBox3.Items133"), - (object) componentResourceManager.GetString("ComboBox3.Items134"), - (object) componentResourceManager.GetString("ComboBox3.Items135"), - (object) componentResourceManager.GetString("ComboBox3.Items136"), - (object) componentResourceManager.GetString("ComboBox3.Items137"), - (object) componentResourceManager.GetString("ComboBox3.Items138"), - (object) componentResourceManager.GetString("ComboBox3.Items139"), - (object) componentResourceManager.GetString("ComboBox3.Items140"), - (object) componentResourceManager.GetString("ComboBox3.Items141"), - (object) componentResourceManager.GetString("ComboBox3.Items142"), - (object) componentResourceManager.GetString("ComboBox3.Items143"), - (object) componentResourceManager.GetString("ComboBox3.Items144"), - (object) componentResourceManager.GetString("ComboBox3.Items145"), - (object) componentResourceManager.GetString("ComboBox3.Items146"), - (object) componentResourceManager.GetString("ComboBox3.Items147"), - (object) componentResourceManager.GetString("ComboBox3.Items148"), - (object) componentResourceManager.GetString("ComboBox3.Items149"), - (object) componentResourceManager.GetString("ComboBox3.Items150"), - (object) componentResourceManager.GetString("ComboBox3.Items151"), - (object) componentResourceManager.GetString("ComboBox3.Items152"), - (object) componentResourceManager.GetString("ComboBox3.Items153"), - (object) componentResourceManager.GetString("ComboBox3.Items154"), - (object) componentResourceManager.GetString("ComboBox3.Items155"), - (object) componentResourceManager.GetString("ComboBox3.Items156"), - (object) componentResourceManager.GetString("ComboBox3.Items157"), - (object) componentResourceManager.GetString("ComboBox3.Items158"), - (object) componentResourceManager.GetString("ComboBox3.Items159"), - (object) componentResourceManager.GetString("ComboBox3.Items160"), - (object) componentResourceManager.GetString("ComboBox3.Items161"), - (object) componentResourceManager.GetString("ComboBox3.Items162"), - (object) componentResourceManager.GetString("ComboBox3.Items163"), - (object) componentResourceManager.GetString("ComboBox3.Items164"), - (object) componentResourceManager.GetString("ComboBox3.Items165"), - (object) componentResourceManager.GetString("ComboBox3.Items166"), - (object) componentResourceManager.GetString("ComboBox3.Items167"), - (object) componentResourceManager.GetString("ComboBox3.Items168"), - (object) componentResourceManager.GetString("ComboBox3.Items169"), - (object) componentResourceManager.GetString("ComboBox3.Items170"), - (object) componentResourceManager.GetString("ComboBox3.Items171"), - (object) componentResourceManager.GetString("ComboBox3.Items172"), - (object) componentResourceManager.GetString("ComboBox3.Items173"), - (object) componentResourceManager.GetString("ComboBox3.Items174"), - (object) componentResourceManager.GetString("ComboBox3.Items175"), - (object) componentResourceManager.GetString("ComboBox3.Items176"), - (object) componentResourceManager.GetString("ComboBox3.Items177"), - (object) componentResourceManager.GetString("ComboBox3.Items178"), - (object) componentResourceManager.GetString("ComboBox3.Items179"), - (object) componentResourceManager.GetString("ComboBox3.Items180") + componentResourceManager.GetString("ComboBox3.Items"), + componentResourceManager.GetString("ComboBox3.Items1"), + componentResourceManager.GetString("ComboBox3.Items2"), + componentResourceManager.GetString("ComboBox3.Items3"), + componentResourceManager.GetString("ComboBox3.Items4"), + componentResourceManager.GetString("ComboBox3.Items5"), + componentResourceManager.GetString("ComboBox3.Items6"), + componentResourceManager.GetString("ComboBox3.Items7"), + componentResourceManager.GetString("ComboBox3.Items8"), + componentResourceManager.GetString("ComboBox3.Items9"), + componentResourceManager.GetString("ComboBox3.Items10"), + componentResourceManager.GetString("ComboBox3.Items11"), + componentResourceManager.GetString("ComboBox3.Items12"), + componentResourceManager.GetString("ComboBox3.Items13"), + componentResourceManager.GetString("ComboBox3.Items14"), + componentResourceManager.GetString("ComboBox3.Items15"), + componentResourceManager.GetString("ComboBox3.Items16"), + componentResourceManager.GetString("ComboBox3.Items17"), + componentResourceManager.GetString("ComboBox3.Items18"), + componentResourceManager.GetString("ComboBox3.Items19"), + componentResourceManager.GetString("ComboBox3.Items20"), + componentResourceManager.GetString("ComboBox3.Items21"), + componentResourceManager.GetString("ComboBox3.Items22"), + componentResourceManager.GetString("ComboBox3.Items23"), + componentResourceManager.GetString("ComboBox3.Items24"), + componentResourceManager.GetString("ComboBox3.Items25"), + componentResourceManager.GetString("ComboBox3.Items26"), + componentResourceManager.GetString("ComboBox3.Items27"), + componentResourceManager.GetString("ComboBox3.Items28"), + componentResourceManager.GetString("ComboBox3.Items29"), + componentResourceManager.GetString("ComboBox3.Items30"), + componentResourceManager.GetString("ComboBox3.Items31"), + componentResourceManager.GetString("ComboBox3.Items32"), + componentResourceManager.GetString("ComboBox3.Items33"), + componentResourceManager.GetString("ComboBox3.Items34"), + componentResourceManager.GetString("ComboBox3.Items35"), + componentResourceManager.GetString("ComboBox3.Items36"), + componentResourceManager.GetString("ComboBox3.Items37"), + componentResourceManager.GetString("ComboBox3.Items38"), + componentResourceManager.GetString("ComboBox3.Items39"), + componentResourceManager.GetString("ComboBox3.Items40"), + componentResourceManager.GetString("ComboBox3.Items41"), + componentResourceManager.GetString("ComboBox3.Items42"), + componentResourceManager.GetString("ComboBox3.Items43"), + componentResourceManager.GetString("ComboBox3.Items44"), + componentResourceManager.GetString("ComboBox3.Items45"), + componentResourceManager.GetString("ComboBox3.Items46"), + componentResourceManager.GetString("ComboBox3.Items47"), + componentResourceManager.GetString("ComboBox3.Items48"), + componentResourceManager.GetString("ComboBox3.Items49"), + componentResourceManager.GetString("ComboBox3.Items50"), + componentResourceManager.GetString("ComboBox3.Items51"), + componentResourceManager.GetString("ComboBox3.Items52"), + componentResourceManager.GetString("ComboBox3.Items53"), + componentResourceManager.GetString("ComboBox3.Items54"), + componentResourceManager.GetString("ComboBox3.Items55"), + componentResourceManager.GetString("ComboBox3.Items56"), + componentResourceManager.GetString("ComboBox3.Items57"), + componentResourceManager.GetString("ComboBox3.Items58"), + componentResourceManager.GetString("ComboBox3.Items59"), + componentResourceManager.GetString("ComboBox3.Items60"), + componentResourceManager.GetString("ComboBox3.Items61"), + componentResourceManager.GetString("ComboBox3.Items62"), + componentResourceManager.GetString("ComboBox3.Items63"), + componentResourceManager.GetString("ComboBox3.Items64"), + componentResourceManager.GetString("ComboBox3.Items65"), + componentResourceManager.GetString("ComboBox3.Items66"), + componentResourceManager.GetString("ComboBox3.Items67"), + componentResourceManager.GetString("ComboBox3.Items68"), + componentResourceManager.GetString("ComboBox3.Items69"), + componentResourceManager.GetString("ComboBox3.Items70"), + componentResourceManager.GetString("ComboBox3.Items71"), + componentResourceManager.GetString("ComboBox3.Items72"), + componentResourceManager.GetString("ComboBox3.Items73"), + componentResourceManager.GetString("ComboBox3.Items74"), + componentResourceManager.GetString("ComboBox3.Items75"), + componentResourceManager.GetString("ComboBox3.Items76"), + componentResourceManager.GetString("ComboBox3.Items77"), + componentResourceManager.GetString("ComboBox3.Items78"), + componentResourceManager.GetString("ComboBox3.Items79"), + componentResourceManager.GetString("ComboBox3.Items80"), + componentResourceManager.GetString("ComboBox3.Items81"), + componentResourceManager.GetString("ComboBox3.Items82"), + componentResourceManager.GetString("ComboBox3.Items83"), + componentResourceManager.GetString("ComboBox3.Items84"), + componentResourceManager.GetString("ComboBox3.Items85"), + componentResourceManager.GetString("ComboBox3.Items86"), + componentResourceManager.GetString("ComboBox3.Items87"), + componentResourceManager.GetString("ComboBox3.Items88"), + componentResourceManager.GetString("ComboBox3.Items89"), + componentResourceManager.GetString("ComboBox3.Items90"), + componentResourceManager.GetString("ComboBox3.Items91"), + componentResourceManager.GetString("ComboBox3.Items92"), + componentResourceManager.GetString("ComboBox3.Items93"), + componentResourceManager.GetString("ComboBox3.Items94"), + componentResourceManager.GetString("ComboBox3.Items95"), + componentResourceManager.GetString("ComboBox3.Items96"), + componentResourceManager.GetString("ComboBox3.Items97"), + componentResourceManager.GetString("ComboBox3.Items98"), + componentResourceManager.GetString("ComboBox3.Items99"), + componentResourceManager.GetString("ComboBox3.Items100"), + componentResourceManager.GetString("ComboBox3.Items101"), + componentResourceManager.GetString("ComboBox3.Items102"), + componentResourceManager.GetString("ComboBox3.Items103"), + componentResourceManager.GetString("ComboBox3.Items104"), + componentResourceManager.GetString("ComboBox3.Items105"), + componentResourceManager.GetString("ComboBox3.Items106"), + componentResourceManager.GetString("ComboBox3.Items107"), + componentResourceManager.GetString("ComboBox3.Items108"), + componentResourceManager.GetString("ComboBox3.Items109"), + componentResourceManager.GetString("ComboBox3.Items110"), + componentResourceManager.GetString("ComboBox3.Items111"), + componentResourceManager.GetString("ComboBox3.Items112"), + componentResourceManager.GetString("ComboBox3.Items113"), + componentResourceManager.GetString("ComboBox3.Items114"), + componentResourceManager.GetString("ComboBox3.Items115"), + componentResourceManager.GetString("ComboBox3.Items116"), + componentResourceManager.GetString("ComboBox3.Items117"), + componentResourceManager.GetString("ComboBox3.Items118"), + componentResourceManager.GetString("ComboBox3.Items119"), + componentResourceManager.GetString("ComboBox3.Items120"), + componentResourceManager.GetString("ComboBox3.Items121"), + componentResourceManager.GetString("ComboBox3.Items122"), + componentResourceManager.GetString("ComboBox3.Items123"), + componentResourceManager.GetString("ComboBox3.Items124"), + componentResourceManager.GetString("ComboBox3.Items125"), + componentResourceManager.GetString("ComboBox3.Items126"), + componentResourceManager.GetString("ComboBox3.Items127"), + componentResourceManager.GetString("ComboBox3.Items128"), + componentResourceManager.GetString("ComboBox3.Items129"), + componentResourceManager.GetString("ComboBox3.Items130"), + componentResourceManager.GetString("ComboBox3.Items131"), + componentResourceManager.GetString("ComboBox3.Items132"), + componentResourceManager.GetString("ComboBox3.Items133"), + componentResourceManager.GetString("ComboBox3.Items134"), + componentResourceManager.GetString("ComboBox3.Items135"), + componentResourceManager.GetString("ComboBox3.Items136"), + componentResourceManager.GetString("ComboBox3.Items137"), + componentResourceManager.GetString("ComboBox3.Items138"), + componentResourceManager.GetString("ComboBox3.Items139"), + componentResourceManager.GetString("ComboBox3.Items140"), + componentResourceManager.GetString("ComboBox3.Items141"), + componentResourceManager.GetString("ComboBox3.Items142"), + componentResourceManager.GetString("ComboBox3.Items143"), + componentResourceManager.GetString("ComboBox3.Items144"), + componentResourceManager.GetString("ComboBox3.Items145"), + componentResourceManager.GetString("ComboBox3.Items146"), + componentResourceManager.GetString("ComboBox3.Items147"), + componentResourceManager.GetString("ComboBox3.Items148"), + componentResourceManager.GetString("ComboBox3.Items149"), + componentResourceManager.GetString("ComboBox3.Items150"), + componentResourceManager.GetString("ComboBox3.Items151"), + componentResourceManager.GetString("ComboBox3.Items152"), + componentResourceManager.GetString("ComboBox3.Items153"), + componentResourceManager.GetString("ComboBox3.Items154"), + componentResourceManager.GetString("ComboBox3.Items155"), + componentResourceManager.GetString("ComboBox3.Items156"), + componentResourceManager.GetString("ComboBox3.Items157"), + componentResourceManager.GetString("ComboBox3.Items158"), + componentResourceManager.GetString("ComboBox3.Items159"), + componentResourceManager.GetString("ComboBox3.Items160"), + componentResourceManager.GetString("ComboBox3.Items161"), + componentResourceManager.GetString("ComboBox3.Items162"), + componentResourceManager.GetString("ComboBox3.Items163"), + componentResourceManager.GetString("ComboBox3.Items164"), + componentResourceManager.GetString("ComboBox3.Items165"), + componentResourceManager.GetString("ComboBox3.Items166"), + componentResourceManager.GetString("ComboBox3.Items167"), + componentResourceManager.GetString("ComboBox3.Items168"), + componentResourceManager.GetString("ComboBox3.Items169"), + componentResourceManager.GetString("ComboBox3.Items170"), + componentResourceManager.GetString("ComboBox3.Items171"), + componentResourceManager.GetString("ComboBox3.Items172"), + componentResourceManager.GetString("ComboBox3.Items173"), + componentResourceManager.GetString("ComboBox3.Items174"), + componentResourceManager.GetString("ComboBox3.Items175"), + componentResourceManager.GetString("ComboBox3.Items176"), + componentResourceManager.GetString("ComboBox3.Items177"), + componentResourceManager.GetString("ComboBox3.Items178"), + componentResourceManager.GetString("ComboBox3.Items179"), + componentResourceManager.GetString("ComboBox3.Items180") }); ComboBox3.Name = "ComboBox3"; - Label28.AccessibleDescription = (string) null; - Label28.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Label28, "Label28"); - Label28.Font = (Font) null; + Label28.AccessibleDescription = null; + Label28.AccessibleName = null; + componentResourceManager.ApplyResources(Label28, "Label28"); + Label28.Font = null; Label28.Name = "Label28"; - TabPage4.AccessibleDescription = (string) null; - TabPage4.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) TabPage4, "TabPage4"); - TabPage4.BackgroundImage = (Image) null; - TabPage4.Controls.Add((Control) SplitContainer3); - TabPage4.Font = (Font) null; + TabPage4.AccessibleDescription = null; + TabPage4.AccessibleName = null; + componentResourceManager.ApplyResources(TabPage4, "TabPage4"); + TabPage4.BackgroundImage = null; + TabPage4.Controls.Add(SplitContainer3); + TabPage4.Font = null; TabPage4.Name = "TabPage4"; TabPage4.UseVisualStyleBackColor = true; - Button7.AccessibleDescription = (string) null; - Button7.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Button7, "Button7"); - Button7.BackgroundImage = (Image) null; - Button7.Font = (Font) null; + Button7.AccessibleDescription = null; + Button7.AccessibleName = null; + componentResourceManager.ApplyResources(Button7, "Button7"); + Button7.BackgroundImage = null; + Button7.Font = null; Button7.Name = "Button7"; Button7.UseVisualStyleBackColor = true; - Button8.AccessibleDescription = (string) null; - Button8.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Button8, "Button8"); - Button8.BackgroundImage = (Image) null; - Button8.Font = (Font) null; + Button8.AccessibleDescription = null; + Button8.AccessibleName = null; + componentResourceManager.ApplyResources(Button8, "Button8"); + Button8.BackgroundImage = null; + Button8.Font = null; Button8.Name = "Button8"; Button8.UseVisualStyleBackColor = true; - Button9.AccessibleDescription = (string) null; - Button9.AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) Button9, "Button9"); - Button9.BackgroundImage = (Image) null; - Button9.Font = (Font) null; + Button9.AccessibleDescription = null; + Button9.AccessibleName = null; + componentResourceManager.ApplyResources(Button9, "Button9"); + Button9.BackgroundImage = null; + Button9.Font = null; Button9.Name = "Button9"; Button9.UseVisualStyleBackColor = true; - AccessibleDescription = (string) null; - AccessibleName = (string) null; - componentResourceManager.ApplyResources((object) this, "$this"); + AccessibleDescription = null; + AccessibleName = null; + componentResourceManager.ApplyResources(this, "$this"); AutoScaleMode = AutoScaleMode.Font; - BackgroundImage = (Image) null; - Controls.Add((Control) Button7); - Controls.Add((Control) Button8); - Controls.Add((Control) Button9); - Controls.Add((Control) TabControl1); - Font = (Font) null; + BackgroundImage = null; + Controls.Add(Button7); + Controls.Add(Button8); + Controls.Add(Button9); + Controls.Add(TabControl1); + Font = null; Name = nameof (_5ToneForm); SplitContainer1.Panel1.ResumeLayout(false); SplitContainer1.Panel1.PerformLayout(); @@ -3801,8 +3801,8 @@ namespace HPG_68D { DataGridView1.EndEdit(); DataGridView2.EndEdit(); - int num1 = 1856; - int rowIndex1 = 0; + var num1 = 1856; + var rowIndex1 = 0; do { publicva.EEPROM_Byte[checked (num1 + 0 + rowIndex1 * 4)] = checked ((byte) (Column0.Items.IndexOf(RuntimeHelpers.GetObjectValue(DataGridView1["Column0", rowIndex1].Value)) + 30)); @@ -3811,27 +3811,27 @@ namespace HPG_68D checked { ++rowIndex1; } } while (rowIndex1 <= 15); - int num2 = 1920; + var num2 = 1920; publicva.EEPROM_Byte[checked (num2 + 0)] = checked ((byte) unchecked (Convert.ToInt64(NumericUpDown17.Value) / 10L)); publicva.EEPROM_Byte[checked (num2 + 1)] = checked ((byte) unchecked (Convert.ToInt64(NumericUpDown18.Value) / 10L)); publicva.EEPROM_Byte[checked (num2 + 2)] = checked ((byte) unchecked (Convert.ToInt64(NumericUpDown19.Value) / 10L)); publicva.EEPROM_Byte[checked (num2 + 3)] = checked ((byte) unchecked (Convert.ToInt64(NumericUpDown20.Value) / 10L)); publicva.EEPROM_Byte[checked (num2 + 4)] = checked ((byte) unchecked (Convert.ToInt64(NumericUpDown21.Value) / 10L)); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) CheckBox5_Tone侧音, checked (num2 + 5), publicva.Bit0, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox1, checked (num2 + 6), publicva.AllBit, 0); - int num3 = 1928; - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox3, checked (num3 + 0), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(CheckBox5_Tone侧音, checked (num2 + 5), publicva.Bit0, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox1, checked (num2 + 6), publicva.AllBit, 0); + var num3 = 1928; + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox3, checked (num3 + 0), publicva.AllBit, 0); publicva.EEPROM_Byte[checked (num3 + 4)] = checked ((byte) unchecked (Convert.ToInt64(NumericUpDown25.Value) / 10L)); - int num4 = 2048; - int num5 = 2560; - int rowIndex2 = 0; + var num4 = 2048; + var num5 = 2560; + var rowIndex2 = 0; do { - if (Operators.ConditionalCompareObjectEqual(DataGridView2["DataGridViewComboBoxColumn1", rowIndex2].Value, (object) "", false)) + if (Operators.ConditionalCompareObjectEqual(DataGridView2["DataGridViewComboBoxColumn1", rowIndex2].Value, "", false)) { - publicva.EEPROM_Byte[checked (num5 + 0 + rowIndex2 * 16)] = (byte) 0; + publicva.EEPROM_Byte[checked (num5 + 0 + rowIndex2 * 16)] = 0; Get5Tone_Code(checked (num5 + 1 + rowIndex2 * 16), ""); - publicva.EEPROM_Byte[checked (num5 + 9 + rowIndex2 * 16)] = (byte) 0; + publicva.EEPROM_Byte[checked (num5 + 9 + rowIndex2 * 16)] = 0; } else { @@ -3859,82 +3859,82 @@ namespace HPG_68D DataGridView2.RowCount = 32; if (Operators.CompareString(publicva.Language, "zh-CN", false) == 0) { - DataGridView1.TopLeftHeaderCell.Value = (object) "标准"; - DataGridView2.TopLeftHeaderCell.Value = (object) "帧"; + DataGridView1.TopLeftHeaderCell.Value = "标准"; + DataGridView2.TopLeftHeaderCell.Value = "帧"; } else { - DataGridView1.TopLeftHeaderCell.Value = (object) "Standard"; - DataGridView2.TopLeftHeaderCell.Value = (object) "Frame"; + DataGridView1.TopLeftHeaderCell.Value = "Standard"; + DataGridView2.TopLeftHeaderCell.Value = "Frame"; } SetContorl_NumericUpDown_Enable(false); SetContorl_NumericUpDown_5ToneFreq(0); - MyProject.Forms._2ToneForm.SetControl_BeepItems((Control) ComboBox9); - MyProject.Forms._2ToneForm.SetControl_BeepItems((Control) ComboBox10); - int num1 = 1856; - int rowIndex = 0; + MyProject.Forms._2ToneForm.SetControl_BeepItems(ComboBox9); + MyProject.Forms._2ToneForm.SetControl_BeepItems(ComboBox10); + var num1 = 1856; + var rowIndex = 0; do { - DataGridView1["Column0", rowIndex].Value = publicva.EEPROM_Byte[checked (num1 + 0 + rowIndex * 4)] <= (byte) 30 ? RuntimeHelpers.GetObjectValue(Column0.Items[0]) : RuntimeHelpers.GetObjectValue(Column0.Items[checked ((int) publicva.EEPROM_Byte[num1 + 0 + rowIndex * 4] - 30)]); - DataGridView1["Column1", rowIndex].Value = RuntimeHelpers.GetObjectValue(Column1.Items[(int) publicva.EEPROM_Byte[checked (num1 + 1 + rowIndex * 4)]]); - DataGridView1["Column2", rowIndex].Value = RuntimeHelpers.GetObjectValue(Column2.Items[(int) publicva.EEPROM_Byte[checked (num1 + 2 + rowIndex * 4)]]); + DataGridView1["Column0", rowIndex].Value = publicva.EEPROM_Byte[checked (num1 + 0 + rowIndex * 4)] <= 30 ? RuntimeHelpers.GetObjectValue(Column0.Items[0]) : RuntimeHelpers.GetObjectValue(Column0.Items[checked (publicva.EEPROM_Byte[num1 + 0 + rowIndex * 4] - 30)]); + DataGridView1["Column1", rowIndex].Value = RuntimeHelpers.GetObjectValue(Column1.Items[publicva.EEPROM_Byte[checked (num1 + 1 + rowIndex * 4)]]); + DataGridView1["Column2", rowIndex].Value = RuntimeHelpers.GetObjectValue(Column2.Items[publicva.EEPROM_Byte[checked (num1 + 2 + rowIndex * 4)]]); checked { ++rowIndex; } } while (rowIndex <= 15); - int num2 = 1920; - NumericUpDown17.Value = new Decimal(checked ((int) publicva.EEPROM_Byte[num2 + 0] * 10)); - NumericUpDown18.Value = new Decimal(checked ((int) publicva.EEPROM_Byte[num2 + 1] * 10)); - NumericUpDown19.Value = new Decimal(checked ((int) publicva.EEPROM_Byte[num2 + 2] * 10)); - NumericUpDown20.Value = new Decimal(checked ((int) publicva.EEPROM_Byte[num2 + 3] * 10)); - NumericUpDown21.Value = new Decimal(checked ((int) publicva.EEPROM_Byte[num2 + 4] * 10)); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) CheckBox5_Tone侧音, checked (num2 + 5), publicva.Bit0, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox1, checked (num2 + 6), (byte) ((int) publicva.Bit0 | (int) publicva.Bit1 | (int) publicva.Bit2 | (int) publicva.Bit3), 0); - int num3 = 1928; - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox3, checked (num3 + 0), publicva.AllBit, 0); - NumericUpDown25.Value = new Decimal(checked ((int) publicva.EEPROM_Byte[num3 + 4] * 10)); - int num4 = 2560; - int index1 = 0; + var num2 = 1920; + NumericUpDown17.Value = new Decimal(checked (publicva.EEPROM_Byte[num2 + 0] * 10)); + NumericUpDown18.Value = new Decimal(checked (publicva.EEPROM_Byte[num2 + 1] * 10)); + NumericUpDown19.Value = new Decimal(checked (publicva.EEPROM_Byte[num2 + 2] * 10)); + NumericUpDown20.Value = new Decimal(checked (publicva.EEPROM_Byte[num2 + 3] * 10)); + NumericUpDown21.Value = new Decimal(checked (publicva.EEPROM_Byte[num2 + 4] * 10)); + MyProject.Forms.MDIParent1.SetControl_U8_Data(CheckBox5_Tone侧音, checked (num2 + 5), publicva.Bit0, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox1, checked (num2 + 6), (byte) (publicva.Bit0 | publicva.Bit1 | publicva.Bit2 | publicva.Bit3), 0); + var num3 = 1928; + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox3, checked (num3 + 0), publicva.AllBit, 0); + NumericUpDown25.Value = new Decimal(checked (publicva.EEPROM_Byte[num3 + 4] * 10)); + var num4 = 2560; + var index1 = 0; do { - if (publicva.EEPROM_Byte[checked (num4 + 9 + index1 * 16)] == (byte) 0) + if (publicva.EEPROM_Byte[checked (num4 + 9 + index1 * 16)] == 0) { Clr_5ToneEncodeList(index1); - publicva._5ToneEncodeListFlag[index1] = (byte) 0; + publicva._5ToneEncodeListFlag[index1] = 0; } else { - publicva._5ToneEncodeListFlag[index1] = (byte) 1; - DataGridView2["DataGridViewComboBoxColumn1", index1].Value = RuntimeHelpers.GetObjectValue(DataGridViewComboBoxColumn1.Items[(int) publicva.EEPROM_Byte[checked (num4 + 0 + index1 * 16)]]); - DataGridView2["DataGridViewComboBoxColumn2", index1].Value = RuntimeHelpers.GetObjectValue(Get5Tone_Text(checked (num4 + 1 + index1 * 16), (int) publicva.EEPROM_Byte[checked (num4 + 9 + index1 * 16)])); + publicva._5ToneEncodeListFlag[index1] = 1; + DataGridView2["DataGridViewComboBoxColumn1", index1].Value = RuntimeHelpers.GetObjectValue(DataGridViewComboBoxColumn1.Items[publicva.EEPROM_Byte[checked (num4 + 0 + index1 * 16)]]); + DataGridView2["DataGridViewComboBoxColumn2", index1].Value = RuntimeHelpers.GetObjectValue(Get5Tone_Text(checked (num4 + 1 + index1 * 16), publicva.EEPROM_Byte[checked (num4 + 9 + index1 * 16)])); } checked { ++index1; } } while (index1 <= 31); - SetControl_EncodeListItems((Control) ComboBox14); - SetControl_EncodeListItems((Control) ComboBox18); + SetControl_EncodeListItems(ComboBox14); + SetControl_EncodeListItems(ComboBox18); SetContorl_Items_5ToneDecode(); - int num5 = 2048; + var num5 = 2048; publicva._5ToneLoaderEncodeMsg = true; SetContorl_5ToneEncodeMsg(0); - int num6 = 3072; + var num6 = 3072; SetContorl_Items_5ToneDecode(); - MyProject.Forms._2ToneForm.SetControl_BeepItems((Control) ComboBox9); - MyProject.Forms._2ToneForm.SetControl_BeepItems((Control) ComboBox10); + MyProject.Forms._2ToneForm.SetControl_BeepItems(ComboBox9); + MyProject.Forms._2ToneForm.SetControl_BeepItems(ComboBox10); SetContorl_5ToneDecodeMsg(0); - int index2 = 0; + var index2 = 0; do { - publicva._5ToneDecodeListFlag[index2] = publicva.EEPROM_Byte[checked (num6 + 16 + index2 * 32)] != (byte) 0 ? (byte) 1 : (byte) 0; + publicva._5ToneDecodeListFlag[index2] = publicva.EEPROM_Byte[checked (num6 + 16 + index2 * 32)] != 0 ? (byte) 1 : (byte) 0; checked { ++index2; } } while (index2 <= 15); num5 = 3584; - SetControl_DecodeListItems((Control) ComboBox13); - SetControl_DecodeListItems((Control) ComboBox17); - SetControl_DecodeListItems((Control) ComboBox16); - SetControl_DecodeListItems((Control) ComboBox15); - SetComboBoxControl_Items_5Tone_EncodeList((Control) ComboBox11, 2048, 32, 32, 16, 0); - SetComboBoxControl_Items_5Tone_EncodeList((Control) ComboBox12, 2048, 32, 32, 16, 0); + SetControl_DecodeListItems(ComboBox13); + SetControl_DecodeListItems(ComboBox17); + SetControl_DecodeListItems(ComboBox16); + SetControl_DecodeListItems(ComboBox15); + SetComboBoxControl_Items_5Tone_EncodeList(ComboBox11, 2048, 32, 32, 16, 0); + SetComboBoxControl_Items_5Tone_EncodeList(ComboBox12, 2048, 32, 32, 16, 0); SetContorl_5ToneParameterMsg(0); publicva._5ToneLoader = true; publicva._5ToneEncodeListEditFlag = false; @@ -3942,8 +3942,8 @@ namespace HPG_68D private void DataGridView1_CellMouseClick(object sender, DataGridViewCellMouseEventArgs e) { - int rowIndex = DataGridView1.CurrentCell.RowIndex; - string[] strArray = new string[16] + var rowIndex = DataGridView1.CurrentCell.RowIndex; + var strArray = new string[16] { "ZVEI1", "ZVEI2", @@ -3979,7 +3979,7 @@ namespace HPG_68D private void DataGridView1_RowPostPaint(object sender, DataGridViewRowPostPaintEventArgs e) { - string[] strArray = new string[16] + var strArray = new string[16] { "ZVEI1", "ZVEI2", @@ -3998,8 +3998,8 @@ namespace HPG_68D "CCITT", "USER DIFINED" }; - Brush brush = (Brush) new SolidBrush(DataGridView1.RowHeadersDefaultCellStyle.ForeColor); - e.Graphics.DrawString(strArray[e.RowIndex].ToString(), DataGridView1.DefaultCellStyle.Font, brush, (float) e.RowBounds.Location.X + (float) (((double) DataGridView1.RowHeadersWidth - (double) strArray[e.RowIndex].Length * 6.5) / 2.0), (float) checked (e.RowBounds.Location.Y + 5)); + var brush = (Brush) new SolidBrush(DataGridView1.RowHeadersDefaultCellStyle.ForeColor); + e.Graphics.DrawString(strArray[e.RowIndex].ToString(), DataGridView1.DefaultCellStyle.Font, brush, e.RowBounds.Location.X + (float) ((DataGridView1.RowHeadersWidth - strArray[e.RowIndex].Length * 6.5) / 2.0), checked (e.RowBounds.Location.Y + 5)); } private void DataGridView2_EditingControlShowing( @@ -4008,9 +4008,9 @@ namespace HPG_68D { if (DataGridView2.CurrentCell.ColumnIndex != DataGridView2["DataGridViewComboBoxColumn2", 0].ColumnIndex) return; - DataGridViewTextBoxEditingControl boxEditingControl = new DataGridViewTextBoxEditingControl(); + var boxEditingControl = new DataGridViewTextBoxEditingControl(); boxEditingControl = (DataGridViewTextBoxEditingControl) e.Control; - DataGridViewTextBoxEditingControl control = (DataGridViewTextBoxEditingControl) e.Control; + var control = (DataGridViewTextBoxEditingControl) e.Control; control.ImeMode = ImeMode.Disable; control.KeyPress += Cells_KeyPress; } @@ -4029,54 +4029,54 @@ namespace HPG_68D private void DataGridView2_CellEndEdit(object sender, DataGridViewCellEventArgs e) { - int rowIndex = DataGridView2.CurrentCell.RowIndex; - int columnIndex = DataGridView2.CurrentCell.ColumnIndex; + var rowIndex = DataGridView2.CurrentCell.RowIndex; + var columnIndex = DataGridView2.CurrentCell.ColumnIndex; if (columnIndex == DataGridView2["DataGridViewComboBoxColumn1", rowIndex].ColumnIndex) { - if (Operators.ConditionalCompareObjectEqual(DataGridView2["DataGridViewComboBoxColumn1", rowIndex].Value, (object) "", false)) + if (Operators.ConditionalCompareObjectEqual(DataGridView2["DataGridViewComboBoxColumn1", rowIndex].Value, "", false)) { Clr_5ToneEncodeList(rowIndex); - publicva._5ToneEncodeListFlag[rowIndex] = (byte) 0; + publicva._5ToneEncodeListFlag[rowIndex] = 0; } - else if (Operators.ConditionalCompareObjectEqual(DataGridView2["DataGridViewComboBoxColumn2", rowIndex].Value, (object) "", false)) + else if (Operators.ConditionalCompareObjectEqual(DataGridView2["DataGridViewComboBoxColumn2", rowIndex].Value, "", false)) { Init_5ToneEncodeList(rowIndex); publicva._5ToneEncodeListEditFlag = true; publicva._5ToneEncodeListEditRow = rowIndex; - publicva._5ToneEncodeListFlag[rowIndex] = (byte) 1; + publicva._5ToneEncodeListFlag[rowIndex] = 1; } } else if (columnIndex == DataGridView2["DataGridViewComboBoxColumn2", rowIndex].ColumnIndex) { - if (Operators.ConditionalCompareObjectEqual(DataGridView2["DataGridViewComboBoxColumn2", rowIndex].Value, (object) "", false)) + if (Operators.ConditionalCompareObjectEqual(DataGridView2["DataGridViewComboBoxColumn2", rowIndex].Value, "", false)) { Clr_5ToneEncodeList(rowIndex); - publicva._5ToneEncodeListFlag[rowIndex] = (byte) 0; + publicva._5ToneEncodeListFlag[rowIndex] = 0; } else if (DataGridView2["DataGridViewComboBoxColumn2", rowIndex].Value.ToString().Length < 5) { - DataGridView2["DataGridViewComboBoxColumn2", rowIndex].Value = (object) ""; + DataGridView2["DataGridViewComboBoxColumn2", rowIndex].Value = ""; Clr_5ToneEncodeList(rowIndex); - publicva._5ToneEncodeListFlag[rowIndex] = (byte) 0; + publicva._5ToneEncodeListFlag[rowIndex] = 0; publicva._5ToneEncodeListEditFlag = false; MyProject.Forms.ChannelMsg.Msgbox_Msg("请输入5位以上数字!", "Please enter the above five Numbers!"); } } - SetControl_EncodeListItems((Control) ComboBox14); - SetControl_EncodeListItems((Control) ComboBox18); + SetControl_EncodeListItems(ComboBox14); + SetControl_EncodeListItems(ComboBox18); SetContorl_5ToneEncodeMsg(Convert.ToInt32(Decimal.Subtract(NumericUpDown编码_信息码.Value, 1M))); - SetControl_DecodeListItems((Control) ComboBox13); - SetControl_DecodeListItems((Control) ComboBox17); - SetControl_DecodeListItems((Control) ComboBox16); - SetControl_DecodeListItems((Control) ComboBox15); + SetControl_DecodeListItems(ComboBox13); + SetControl_DecodeListItems(ComboBox17); + SetControl_DecodeListItems(ComboBox16); + SetControl_DecodeListItems(ComboBox15); SetContorl_5ToneParameterMsg(Convert.ToInt32(Decimal.Subtract(NumericUpDown27.Value, 1M))); SetContorl_Items_5ToneDecode(); } private void DataGridView2_CellClick(object sender, DataGridViewCellEventArgs e) { - int rowIndex = DataGridView2.CurrentCell.RowIndex; - if (!Operators.ConditionalCompareObjectEqual((object) "", DataGridView2["DataGridViewComboBoxColumn1", rowIndex].Value, false)) + var rowIndex = DataGridView2.CurrentCell.RowIndex; + if (!Operators.ConditionalCompareObjectEqual("", DataGridView2["DataGridViewComboBoxColumn1", rowIndex].Value, false)) return; if (publicva._5ToneEncodeListEditFlag) { @@ -4094,49 +4094,49 @@ namespace HPG_68D private void DataGridView2_RowPostPaint(object sender, DataGridViewRowPostPaintEventArgs e) { - Brush brush = (Brush) new SolidBrush(DataGridView2.RowHeadersDefaultCellStyle.ForeColor); - e.Graphics.DrawString(checked (e.RowIndex + 1).ToString(), DataGridView1.DefaultCellStyle.Font, brush, (float) e.RowBounds.Location.X + (float) checked (DataGridView2.RowHeadersWidth - (e.RowIndex + 1).ToString().Length * 8) / 2f, (float) checked (e.RowBounds.Location.Y + 5)); + var brush = (Brush) new SolidBrush(DataGridView2.RowHeadersDefaultCellStyle.ForeColor); + e.Graphics.DrawString(checked (e.RowIndex + 1).ToString(), DataGridView1.DefaultCellStyle.Font, brush, e.RowBounds.Location.X + checked (DataGridView2.RowHeadersWidth - (e.RowIndex + 1).ToString().Length * 8) / 2f, checked (e.RowBounds.Location.Y + 5)); } public void SetContorl_NumericUpDown_5ToneFreq_User() { - int num = 1824; - NumericUpDown1.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num + 0)), (object) 10)); - NumericUpDown2.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num + 2)), (object) 10)); - NumericUpDown3.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num + 4)), (object) 10)); - NumericUpDown4.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num + 6)), (object) 10)); - NumericUpDown5.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num + 8)), (object) 10)); - NumericUpDown6.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num + 10)), (object) 10)); - NumericUpDown7.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num + 12)), (object) 10)); - NumericUpDown8.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num + 14)), (object) 10)); - NumericUpDown9.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num + 16)), (object) 10)); - NumericUpDown10.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num + 18)), (object) 10)); - NumericUpDown11.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num + 20)), (object) 10)); - NumericUpDown12.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num + 22)), (object) 10)); - NumericUpDown13.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num + 24)), (object) 10)); - NumericUpDown14.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num + 26)), (object) 10)); - NumericUpDown15.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num + 28)), (object) 10)); - NumericUpDown16.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num + 30)), (object) 10)); + var num = 1824; + NumericUpDown1.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num + 0)), 10)); + NumericUpDown2.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num + 2)), 10)); + NumericUpDown3.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num + 4)), 10)); + NumericUpDown4.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num + 6)), 10)); + NumericUpDown5.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num + 8)), 10)); + NumericUpDown6.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num + 10)), 10)); + NumericUpDown7.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num + 12)), 10)); + NumericUpDown8.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num + 14)), 10)); + NumericUpDown9.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num + 16)), 10)); + NumericUpDown10.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num + 18)), 10)); + NumericUpDown11.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num + 20)), 10)); + NumericUpDown12.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num + 22)), 10)); + NumericUpDown13.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num + 24)), 10)); + NumericUpDown14.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num + 26)), 10)); + NumericUpDown15.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num + 28)), 10)); + NumericUpDown16.Value = Conversions.ToDecimal(Operators.DivideObject(MyProject.Forms.MDIParent1.Get_2ByteToU16_L_H(checked (num + 30)), 10)); } public void SetContorl_NumericUpDown_5ToneFreq(int i) { - NumericUpDown1.Value = new Decimal((double) publicva._5ToneDefaultFreqTab[i, 0] / 10.0); - NumericUpDown2.Value = new Decimal((double) publicva._5ToneDefaultFreqTab[i, 1] / 10.0); - NumericUpDown3.Value = new Decimal((double) publicva._5ToneDefaultFreqTab[i, 2] / 10.0); - NumericUpDown4.Value = new Decimal((double) publicva._5ToneDefaultFreqTab[i, 3] / 10.0); - NumericUpDown5.Value = new Decimal((double) publicva._5ToneDefaultFreqTab[i, 4] / 10.0); - NumericUpDown6.Value = new Decimal((double) publicva._5ToneDefaultFreqTab[i, 5] / 10.0); - NumericUpDown7.Value = new Decimal((double) publicva._5ToneDefaultFreqTab[i, 6] / 10.0); - NumericUpDown8.Value = new Decimal((double) publicva._5ToneDefaultFreqTab[i, 7] / 10.0); - NumericUpDown9.Value = new Decimal((double) publicva._5ToneDefaultFreqTab[i, 8] / 10.0); - NumericUpDown10.Value = new Decimal((double) publicva._5ToneDefaultFreqTab[i, 9] / 10.0); - NumericUpDown11.Value = new Decimal((double) publicva._5ToneDefaultFreqTab[i, 10] / 10.0); - NumericUpDown12.Value = new Decimal((double) publicva._5ToneDefaultFreqTab[i, 11] / 10.0); - NumericUpDown13.Value = new Decimal((double) publicva._5ToneDefaultFreqTab[i, 12] / 10.0); - NumericUpDown14.Value = new Decimal((double) publicva._5ToneDefaultFreqTab[i, 13] / 10.0); - NumericUpDown15.Value = new Decimal((double) publicva._5ToneDefaultFreqTab[i, 14] / 10.0); - NumericUpDown16.Value = new Decimal((double) publicva._5ToneDefaultFreqTab[i, 15] / 10.0); + NumericUpDown1.Value = new Decimal(publicva._5ToneDefaultFreqTab[i, 0] / 10.0); + NumericUpDown2.Value = new Decimal(publicva._5ToneDefaultFreqTab[i, 1] / 10.0); + NumericUpDown3.Value = new Decimal(publicva._5ToneDefaultFreqTab[i, 2] / 10.0); + NumericUpDown4.Value = new Decimal(publicva._5ToneDefaultFreqTab[i, 3] / 10.0); + NumericUpDown5.Value = new Decimal(publicva._5ToneDefaultFreqTab[i, 4] / 10.0); + NumericUpDown6.Value = new Decimal(publicva._5ToneDefaultFreqTab[i, 5] / 10.0); + NumericUpDown7.Value = new Decimal(publicva._5ToneDefaultFreqTab[i, 6] / 10.0); + NumericUpDown8.Value = new Decimal(publicva._5ToneDefaultFreqTab[i, 7] / 10.0); + NumericUpDown9.Value = new Decimal(publicva._5ToneDefaultFreqTab[i, 8] / 10.0); + NumericUpDown10.Value = new Decimal(publicva._5ToneDefaultFreqTab[i, 9] / 10.0); + NumericUpDown11.Value = new Decimal(publicva._5ToneDefaultFreqTab[i, 10] / 10.0); + NumericUpDown12.Value = new Decimal(publicva._5ToneDefaultFreqTab[i, 11] / 10.0); + NumericUpDown13.Value = new Decimal(publicva._5ToneDefaultFreqTab[i, 12] / 10.0); + NumericUpDown14.Value = new Decimal(publicva._5ToneDefaultFreqTab[i, 13] / 10.0); + NumericUpDown15.Value = new Decimal(publicva._5ToneDefaultFreqTab[i, 14] / 10.0); + NumericUpDown16.Value = new Decimal(publicva._5ToneDefaultFreqTab[i, 15] / 10.0); } public void SetContorl_NumericUpDown_Rang(int Min, int Max) @@ -4197,7 +4197,7 @@ namespace HPG_68D public void SetContorl_5ToneEncodeMsg(int i) { - int num = 2048; + var num = 2048; if (ComboBox14.FindStringExact(publicva.EEPROM_Byte[checked (num + 0 + i * 16)].ToString()) != -1) { ComboBox14.Text = Conversions.ToString(publicva.EEPROM_Byte[checked (num + 0 + i * 16)]); @@ -4211,11 +4211,11 @@ namespace HPG_68D CheckBox第一个音扩展.Enabled = false; ComboBox18.Enabled = false; CheckBox第二个音扩展.Enabled = false; - publicva.EEPROM_Byte[checked (num + 1 + i * 16)] = (byte) 0; - publicva.EEPROM_Byte[checked (num + 2 + i * 16)] = (byte) 0; - publicva.EEPROM_Byte[checked (num + 3 + i * 16)] = (byte) 0; + publicva.EEPROM_Byte[checked (num + 1 + i * 16)] = 0; + publicva.EEPROM_Byte[checked (num + 2 + i * 16)] = 0; + publicva.EEPROM_Byte[checked (num + 3 + i * 16)] = 0; } - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) CheckBox第一个音扩展, checked (num + 1 + i * 16), publicva.Bit0, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(CheckBox第一个音扩展, checked (num + 1 + i * 16), publicva.Bit0, 0); if (ComboBox18.FindStringExact(publicva.EEPROM_Byte[checked (num + 2 + i * 16)].ToString()) != -1) { ComboBox18.Text = Conversions.ToString(publicva.EEPROM_Byte[checked (num + 2 + i * 16)]); @@ -4226,20 +4226,20 @@ namespace HPG_68D ComboBox18.SelectedIndex = 0; CheckBox第二个音扩展.Enabled = false; } - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) CheckBox第二个音扩展, checked (num + 3 + i * 16), publicva.Bit0, 0); - if (publicva.EEPROM_Byte[checked (num + 4 + i * 16)] > (byte) 8) - publicva.EEPROM_Byte[checked (num + 4 + i * 16)] = (byte) 0; - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox2, checked (num + 4 + i * 16), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(CheckBox第二个音扩展, checked (num + 3 + i * 16), publicva.Bit0, 0); + if (publicva.EEPROM_Byte[checked (num + 4 + i * 16)] > 8) + publicva.EEPROM_Byte[checked (num + 4 + i * 16)] = 0; + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox2, checked (num + 4 + i * 16), publicva.AllBit, 0); TextBox1.Text = Strings.RTrim(Encoding.ASCII.GetString(publicva.EEPROM_Byte, checked (num + 6 + i * 16), 10)); publicva._5ToneLoaderEncodeMsg = false; } public void GetContorl_5ToneEncodeMsg(int i) { - int num = 2048; + var num = 2048; if (ComboBox14.SelectedIndex == 0) { - publicva.EEPROM_Byte[checked (num + 0 + i * 16)] = (byte) 0; + publicva.EEPROM_Byte[checked (num + 0 + i * 16)] = 0; CheckBox第一个音扩展.Enabled = false; ComboBox18.Enabled = false; CheckBox第二个音扩展.Enabled = false; @@ -4254,10 +4254,10 @@ namespace HPG_68D ComboBox18.Enabled = true; CheckBox第二个音扩展.Enabled = true; } - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) CheckBox第一个音扩展, checked (num + 1 + i * 16), publicva.Bit0, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(CheckBox第一个音扩展, checked (num + 1 + i * 16), publicva.Bit0, 0); if (ComboBox18.SelectedIndex == 0) { - publicva.EEPROM_Byte[checked (num + 2 + i * 16)] = (byte) 0; + publicva.EEPROM_Byte[checked (num + 2 + i * 16)] = 0; CheckBox第二个音扩展.Enabled = false; } else @@ -4265,8 +4265,8 @@ namespace HPG_68D publicva.EEPROM_Byte[checked (num + 2 + i * 16)] = Conversions.ToByte(ComboBox18.Text); CheckBox第二个音扩展.Enabled = true; } - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) CheckBox第二个音扩展, checked (num + 3 + i * 16), publicva.Bit0, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox2, checked (num + 4 + i * 16), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(CheckBox第二个音扩展, checked (num + 3 + i * 16), publicva.Bit0, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox2, checked (num + 4 + i * 16), publicva.AllBit, 0); Encoding.ASCII.GetBytes(TextBox1.Text.PadRight(10), 0, 10, publicva.EEPROM_Byte, checked (num + 6 + i * 16)); } @@ -4292,38 +4292,38 @@ namespace HPG_68D public void Clr_5ToneEncodeList(int i) { - DataGridView2["DataGridViewComboBoxColumn1", i].Value = (object) ""; - DataGridView2["DataGridViewComboBoxColumn2", i].Value = (object) ""; + DataGridView2["DataGridViewComboBoxColumn1", i].Value = ""; + DataGridView2["DataGridViewComboBoxColumn2", i].Value = ""; } public void Init_5ToneEncodeList(int i) { - DataGridView2["DataGridViewComboBoxColumn2", i].Value = (object) ""; + DataGridView2["DataGridViewComboBoxColumn2", i].Value = ""; } public object Get5Tone_Text(int address, int Sum) { - string str1 = ""; + var str1 = ""; if (Sum > 8) - return (object) ""; - int num = 0; + return ""; + var num = 0; do { - string str2 = BitConverter.ToString(publicva.EEPROM_Byte, checked (num + address), 1); + var str2 = BitConverter.ToString(publicva.EEPROM_Byte, checked (num + address), 1); str1 += str2.Substring(1, 1); checked { ++num; } } while (num <= 7); - return (object) Strings.RTrim(str1.Substring(0, Sum)); + return Strings.RTrim(str1.Substring(0, Sum)); } public void Get5Tone_Code(int address, string text) { text = text.PadRight(8, '0'); - int startIndex = 0; + var startIndex = 0; do { - string str = text.Substring(startIndex, 1); + var str = text.Substring(startIndex, 1); publicva.EEPROM_Byte[checked (address + startIndex)] = Conversions.ToByte("&h" + str); checked { ++startIndex; } } @@ -4334,7 +4334,7 @@ namespace HPG_68D { if (!publicva._5ToneLoader || DataGridView1.CurrentCell.RowIndex <= 14) return; - int address = 1824; + var address = 1824; MyProject.Forms.MDIParent1.Set_U16To2Byte_L_H(Convert.ToInt32(Decimal.Multiply(NumericUpDown1.Value, 10M)), address); } @@ -4342,7 +4342,7 @@ namespace HPG_68D { if (!publicva._5ToneLoader || DataGridView1.CurrentCell.RowIndex <= 14) return; - int address = 1826; + var address = 1826; MyProject.Forms.MDIParent1.Set_U16To2Byte_L_H(Convert.ToInt32(Decimal.Multiply(NumericUpDown2.Value, 10M)), address); } @@ -4350,7 +4350,7 @@ namespace HPG_68D { if (!publicva._5ToneLoader || DataGridView1.CurrentCell.RowIndex <= 14) return; - int address = 1828; + var address = 1828; MyProject.Forms.MDIParent1.Set_U16To2Byte_L_H(Convert.ToInt32(Decimal.Multiply(NumericUpDown3.Value, 10M)), address); } @@ -4358,7 +4358,7 @@ namespace HPG_68D { if (!publicva._5ToneLoader || DataGridView1.CurrentCell.RowIndex <= 14) return; - int address = 1830; + var address = 1830; MyProject.Forms.MDIParent1.Set_U16To2Byte_L_H(Convert.ToInt32(Decimal.Multiply(NumericUpDown4.Value, 10M)), address); } @@ -4366,7 +4366,7 @@ namespace HPG_68D { if (!publicva._5ToneLoader || DataGridView1.CurrentCell.RowIndex <= 14) return; - int address = 1832; + var address = 1832; MyProject.Forms.MDIParent1.Set_U16To2Byte_L_H(Convert.ToInt32(Decimal.Multiply(NumericUpDown5.Value, 10M)), address); } @@ -4374,7 +4374,7 @@ namespace HPG_68D { if (!publicva._5ToneLoader || DataGridView1.CurrentCell.RowIndex <= 14) return; - int address = 1834; + var address = 1834; MyProject.Forms.MDIParent1.Set_U16To2Byte_L_H(Convert.ToInt32(Decimal.Multiply(NumericUpDown6.Value, 10M)), address); } @@ -4382,7 +4382,7 @@ namespace HPG_68D { if (!publicva._5ToneLoader || DataGridView1.CurrentCell.RowIndex <= 14) return; - int address = 1836; + var address = 1836; MyProject.Forms.MDIParent1.Set_U16To2Byte_L_H(Convert.ToInt32(Decimal.Multiply(NumericUpDown7.Value, 10M)), address); } @@ -4390,7 +4390,7 @@ namespace HPG_68D { if (!publicva._5ToneLoader || DataGridView1.CurrentCell.RowIndex <= 14) return; - int address = 1838; + var address = 1838; MyProject.Forms.MDIParent1.Set_U16To2Byte_L_H(Convert.ToInt32(Decimal.Multiply(NumericUpDown8.Value, 10M)), address); } @@ -4398,7 +4398,7 @@ namespace HPG_68D { if (!publicva._5ToneLoader || DataGridView1.CurrentCell.RowIndex <= 14) return; - int address = 1840; + var address = 1840; MyProject.Forms.MDIParent1.Set_U16To2Byte_L_H(Convert.ToInt32(Decimal.Multiply(NumericUpDown9.Value, 10M)), address); } @@ -4406,7 +4406,7 @@ namespace HPG_68D { if (!publicva._5ToneLoader || DataGridView1.CurrentCell.RowIndex <= 14) return; - int address = 1842; + var address = 1842; MyProject.Forms.MDIParent1.Set_U16To2Byte_L_H(Convert.ToInt32(Decimal.Multiply(NumericUpDown10.Value, 10M)), address); } @@ -4414,7 +4414,7 @@ namespace HPG_68D { if (!publicva._5ToneLoader || DataGridView1.CurrentCell.RowIndex <= 14) return; - int address = 1844; + var address = 1844; MyProject.Forms.MDIParent1.Set_U16To2Byte_L_H(Convert.ToInt32(Decimal.Multiply(NumericUpDown11.Value, 10M)), address); } @@ -4422,7 +4422,7 @@ namespace HPG_68D { if (!publicva._5ToneLoader || DataGridView1.CurrentCell.RowIndex <= 14) return; - int address = 1846; + var address = 1846; MyProject.Forms.MDIParent1.Set_U16To2Byte_L_H(Convert.ToInt32(Decimal.Multiply(NumericUpDown12.Value, 10M)), address); } @@ -4430,7 +4430,7 @@ namespace HPG_68D { if (!publicva._5ToneLoader || DataGridView1.CurrentCell.RowIndex <= 14) return; - int address = 1848; + var address = 1848; MyProject.Forms.MDIParent1.Set_U16To2Byte_L_H(Convert.ToInt32(Decimal.Multiply(NumericUpDown13.Value, 10M)), address); } @@ -4438,7 +4438,7 @@ namespace HPG_68D { if (!publicva._5ToneLoader || DataGridView1.CurrentCell.RowIndex <= 14) return; - int address = 1850; + var address = 1850; MyProject.Forms.MDIParent1.Set_U16To2Byte_L_H(Convert.ToInt32(Decimal.Multiply(NumericUpDown14.Value, 10M)), address); } @@ -4446,7 +4446,7 @@ namespace HPG_68D { if (!publicva._5ToneLoader || DataGridView1.CurrentCell.RowIndex <= 14) return; - int address = 1852; + var address = 1852; MyProject.Forms.MDIParent1.Set_U16To2Byte_L_H(Convert.ToInt32(Decimal.Multiply(NumericUpDown15.Value, 10M)), address); } @@ -4454,7 +4454,7 @@ namespace HPG_68D { if (!publicva._5ToneLoader || DataGridView1.CurrentCell.RowIndex <= 14) return; - int address = 1854; + var address = 1854; MyProject.Forms.MDIParent1.Set_U16To2Byte_L_H(Convert.ToInt32(Decimal.Multiply(NumericUpDown16.Value, 10M)), address); } @@ -4464,14 +4464,14 @@ namespace HPG_68D return; ((ComboBox) object_x).Items.Clear(); if (Operators.CompareString(publicva.Language, "zh-CN", false) == 0) - ((ComboBox) object_x).Items.Add((object) "无"); + ((ComboBox) object_x).Items.Add("无"); else - ((ComboBox) object_x).Items.Add((object) "None"); - int index = 0; + ((ComboBox) object_x).Items.Add("None"); + var index = 0; do { - if (publicva._5ToneEncodeListFlag[index] > (byte) 0) - ((ComboBox) object_x).Items.Add((object) checked (index + 1)); + if (publicva._5ToneEncodeListFlag[index] > 0) + ((ComboBox) object_x).Items.Add(checked (index + 1)); checked { ++index; } } while (index <= 31); @@ -4483,14 +4483,14 @@ namespace HPG_68D return; ((ComboBox) object_x).Items.Clear(); if (Operators.CompareString(publicva.Language, "zh-CN", false) == 0) - ((ComboBox) object_x).Items.Add((object) "无"); + ((ComboBox) object_x).Items.Add("无"); else - ((ComboBox) object_x).Items.Add((object) "None"); - int index = 0; + ((ComboBox) object_x).Items.Add("None"); + var index = 0; do { - if (publicva._5ToneDecodeListFlag[index] > (byte) 0) - ((ComboBox) object_x).Items.Add((object) checked (index + 1)); + if (publicva._5ToneDecodeListFlag[index] > 0) + ((ComboBox) object_x).Items.Add(checked (index + 1)); checked { ++index; } } while (index <= 15); @@ -4541,22 +4541,22 @@ namespace HPG_68D int Frame, int ByteIndex) { - bool flag = true; - string text = ((ComboBox) object_x).Text; + var flag = true; + var text = ((ComboBox) object_x).Text; if (object_x is ComboBox) { ((ComboBox) object_x).Items.Clear(); if (Operators.CompareString(publicva.Language, "zh-CN", false) == 0) - ((ComboBox) object_x).Items.Add((object) "无"); + ((ComboBox) object_x).Items.Add("无"); else - ((ComboBox) object_x).Items.Add((object) "OFF"); - int num1 = checked (FramSum - 1); - int num2 = 0; + ((ComboBox) object_x).Items.Add("OFF"); + var num1 = checked (FramSum - 1); + var num2 = 0; while (num2 <= num1) { - if (publicva.EEPROM_Byte[checked (address + num2 * Frame + ByteIndex)] != (byte) 0 & (int) publicva.EEPROM_Byte[checked (address + num2 * Frame + ByteIndex)] < sum) + if (publicva.EEPROM_Byte[checked (address + num2 * Frame + ByteIndex)] != 0 & publicva.EEPROM_Byte[checked (address + num2 * Frame + ByteIndex)] < sum) { - ((ComboBox) object_x).Items.Add((object) checked (num2 + 1)); + ((ComboBox) object_x).Items.Add(checked (num2 + 1)); flag = false; } checked { ++num2; } @@ -4572,28 +4572,28 @@ namespace HPG_68D public void SetContorl_Items_5ToneDecode() { - SetComboBoxControl_Items_5Tone_EncodeList((Control) ComboBox8, 2048, 32, 32, 16, 0); + SetComboBoxControl_Items_5Tone_EncodeList(ComboBox8, 2048, 32, 32, 16, 0); } public void SetContorl_5ToneDecodeMsg(int i) { - int num = 3072; - if (publicva.EEPROM_Byte[checked (num + 16 + i * 32)] == (byte) 0) + var num = 3072; + if (publicva.EEPROM_Byte[checked (num + 16 + i * 32)] == 0) { TextBox3.Text = ""; ComboBox6.SelectedIndex = 0; TextBox3.Enabled = false; ComboBox5.Enabled = false; - publicva.EEPROM_Byte[checked (num + 17 + i * 32)] = (byte) 0; + publicva.EEPROM_Byte[checked (num + 17 + i * 32)] = 0; } else { - TextBox3.Text = Conversions.ToString(Get5Tone_Text(checked (num + 0 + i * 32), (int) publicva.EEPROM_Byte[checked (num + 16 + i * 32)])); + TextBox3.Text = Conversions.ToString(Get5Tone_Text(checked (num + 0 + i * 32), publicva.EEPROM_Byte[checked (num + 16 + i * 32)])); ComboBox6.SelectedIndex = 1; TextBox3.Enabled = true; ComboBox5.Enabled = true; } - if (publicva.EEPROM_Byte[checked (num + 17 + i * 32)] == (byte) 0) + if (publicva.EEPROM_Byte[checked (num + 17 + i * 32)] == 0) { TextBox4.Text = ""; ComboBox5.SelectedIndex = 0; @@ -4601,14 +4601,14 @@ namespace HPG_68D } else { - TextBox4.Text = Conversions.ToString(Get5Tone_Text(checked (num + 8 + i * 32), (int) publicva.EEPROM_Byte[checked (num + 17 + i * 32)])); + TextBox4.Text = Conversions.ToString(Get5Tone_Text(checked (num + 8 + i * 32), publicva.EEPROM_Byte[checked (num + 17 + i * 32)])); ComboBox5.SelectedIndex = 1; TextBox4.Enabled = true; } - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox7, checked (num + 18 + i * 32), (byte) ((int) publicva.Bit0 | (int) publicva.Bit1 | (int) publicva.Bit2 | (int) publicva.Bit3), 0); - if (publicva.EEPROM_Byte[checked (num + 19 + i * 32)] > (byte) 2) - publicva.EEPROM_Byte[checked (num + 19 + i * 32)] = (byte) 0; - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) ComboBox4, checked (num + 19 + i * 32), (byte) ((int) publicva.Bit0 | (int) publicva.Bit1), 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox7, checked (num + 18 + i * 32), (byte) (publicva.Bit0 | publicva.Bit1 | publicva.Bit2 | publicva.Bit3), 0); + if (publicva.EEPROM_Byte[checked (num + 19 + i * 32)] > 2) + publicva.EEPROM_Byte[checked (num + 19 + i * 32)] = 0; + MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox4, checked (num + 19 + i * 32), (byte) (publicva.Bit0 | publicva.Bit1), 0); if (ComboBox8.FindStringExact(publicva.EEPROM_Byte[checked (num + 20 + i * 32)].ToString()) != -1) { ComboBox8.Text = Conversions.ToString(publicva.EEPROM_Byte[checked (num + 20 + i * 32)]); @@ -4616,7 +4616,7 @@ namespace HPG_68D else { ComboBox8.SelectedIndex = 0; - publicva.EEPROM_Byte[checked (num + 20 + i * 32)] = (byte) 0; + publicva.EEPROM_Byte[checked (num + 20 + i * 32)] = 0; } if (ComboBox9.FindStringExact(publicva.EEPROM_Byte[checked (num + 21 + i * 32)].ToString()) != -1) { @@ -4625,7 +4625,7 @@ namespace HPG_68D else { ComboBox9.SelectedIndex = 0; - publicva.EEPROM_Byte[checked (num + 21 + i * 32)] = (byte) 0; + publicva.EEPROM_Byte[checked (num + 21 + i * 32)] = 0; } if (ComboBox10.FindStringExact(publicva.EEPROM_Byte[checked (num + 22 + i * 32)].ToString()) != -1) { @@ -4634,13 +4634,13 @@ namespace HPG_68D else { ComboBox10.SelectedIndex = 0; - publicva.EEPROM_Byte[checked (num + 22 + i * 32)] = (byte) 0; + publicva.EEPROM_Byte[checked (num + 22 + i * 32)] = 0; } } public void GetContorl_5ToneDecodeMsg(int i) { - int num = 3072; + var num = 3072; if (ComboBox6.SelectedIndex == 0) { TextBox3.Text = ""; @@ -4649,13 +4649,13 @@ namespace HPG_68D TextBox3.Enabled = false; TextBox4.Enabled = false; ComboBox5.Enabled = false; - publicva._5ToneDecodeListFlag[i] = (byte) 0; + publicva._5ToneDecodeListFlag[i] = 0; } else { TextBox3.Enabled = true; ComboBox5.Enabled = true; - publicva._5ToneDecodeListFlag[i] = (byte) 1; + publicva._5ToneDecodeListFlag[i] = 1; } if (ComboBox5.SelectedIndex == 0) { @@ -4668,11 +4668,11 @@ namespace HPG_68D Get5Tone_Code(checked (num + 8 + i * 32), TextBox4.Text); publicva.EEPROM_Byte[checked (num + 16 + i * 32)] = checked ((byte) TextBox3.Text.Length); publicva.EEPROM_Byte[checked (num + 17 + i * 32)] = checked ((byte) TextBox4.Text.Length); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox7, checked (num + 18 + i * 32), publicva.AllBit, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) ComboBox4, checked (num + 19 + i * 32), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox7, checked (num + 18 + i * 32), publicva.AllBit, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(ComboBox4, checked (num + 19 + i * 32), publicva.AllBit, 0); if (ComboBox8.SelectedIndex == 0) { - publicva.EEPROM_Byte[checked (num + 20 + i * 32)] = (byte) 0; + publicva.EEPROM_Byte[checked (num + 20 + i * 32)] = 0; } else { @@ -4683,13 +4683,13 @@ namespace HPG_68D catch (Exception ex) { ProjectData.SetProjectError(ex); - publicva.EEPROM_Byte[checked (num + 20 + i * 32)] = (byte) 0; + publicva.EEPROM_Byte[checked (num + 20 + i * 32)] = 0; ProjectData.ClearProjectError(); } } publicva.EEPROM_Byte[checked (num + 21 + i * 32)] = !(ComboBox9.FindString(ComboBox9.Text) == -1 | ComboBox9.SelectedIndex == 0) ? Conversions.ToByte(ComboBox9.Text) : (byte) 0; if (ComboBox10.FindString(ComboBox10.Text) == -1 | ComboBox10.SelectedIndex == 0) - publicva.EEPROM_Byte[checked (num + 22 + i * 32)] = (byte) 0; + publicva.EEPROM_Byte[checked (num + 22 + i * 32)] = 0; else publicva.EEPROM_Byte[checked (num + 22 + i * 32)] = Conversions.ToByte(ComboBox10.Text); } @@ -4702,10 +4702,10 @@ namespace HPG_68D private void ComboBox6_SelectionChangeCommitted(object sender, EventArgs e) { GetContorl_5ToneDecodeMsg(Convert.ToInt32(Decimal.Subtract(NumericUpDown解码_信息码.Value, 1M))); - SetControl_DecodeListItems((Control) ComboBox13); - SetControl_DecodeListItems((Control) ComboBox17); - SetControl_DecodeListItems((Control) ComboBox16); - SetControl_DecodeListItems((Control) ComboBox15); + SetControl_DecodeListItems(ComboBox13); + SetControl_DecodeListItems(ComboBox17); + SetControl_DecodeListItems(ComboBox16); + SetControl_DecodeListItems(ComboBox15); SetContorl_5ToneParameterMsg(Convert.ToInt32(Decimal.Subtract(NumericUpDown27.Value, 1M))); } @@ -4768,7 +4768,7 @@ namespace HPG_68D private void ComboBox9_MouseClick(object sender, MouseEventArgs e) { - MyProject.Forms._2ToneForm.SetControl_BeepItems((Control) ComboBox9); + MyProject.Forms._2ToneForm.SetControl_BeepItems(ComboBox9); } private void ComboBox9_SelectionChangeCommitted(object sender, EventArgs e) @@ -4778,7 +4778,7 @@ namespace HPG_68D private void ComboBox10_MouseClick(object sender, MouseEventArgs e) { - MyProject.Forms._2ToneForm.SetControl_BeepItems((Control) ComboBox10); + MyProject.Forms._2ToneForm.SetControl_BeepItems(ComboBox10); } private void ComboBox10_SelectionChangeCommitted(object sender, EventArgs e) @@ -4807,40 +4807,40 @@ namespace HPG_68D public void SetContorl_5ToneParameterMsg(int i) { - int num = 3584; - MyProject.Forms.MDIParent1.SetControl_Text((Control) ComboBox11, checked (num + 1 + i * 16)); - MyProject.Forms.MDIParent1.SetControl_Text((Control) ComboBox12, checked (num + 2 + i * 16)); - MyProject.Forms.MDIParent1.SetControl_Text((Control) ComboBox13, checked (num + 6 + i * 16)); - MyProject.Forms.MDIParent1.SetControl_Text((Control) ComboBox17, checked (num + 7 + i * 16)); - MyProject.Forms.MDIParent1.SetControl_Text((Control) ComboBox16, checked (num + 8 + i * 16)); - MyProject.Forms.MDIParent1.SetControl_Text((Control) ComboBox15, checked (num + 9 + i * 16)); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) CheckBox1, checked (num + 10 + i * 16), publicva.Bit0, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) CheckBox2, checked (num + 10 + i * 16), publicva.Bit1, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) CheckBox3, checked (num + 10 + i * 16), publicva.Bit2, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) CheckBox4, checked (num + 10 + i * 16), publicva.Bit3, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) CheckBox5, checked (num + 10 + i * 16), publicva.Bit4, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) CheckBox6, checked (num + 10 + i * 16), publicva.Bit5, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) CheckBox7, checked (num + 10 + i * 16), publicva.Bit6, 0); - MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) CheckBox8, checked (num + 10 + i * 16), publicva.Bit7, 0); + var num = 3584; + MyProject.Forms.MDIParent1.SetControl_Text(ComboBox11, checked (num + 1 + i * 16)); + MyProject.Forms.MDIParent1.SetControl_Text(ComboBox12, checked (num + 2 + i * 16)); + MyProject.Forms.MDIParent1.SetControl_Text(ComboBox13, checked (num + 6 + i * 16)); + MyProject.Forms.MDIParent1.SetControl_Text(ComboBox17, checked (num + 7 + i * 16)); + MyProject.Forms.MDIParent1.SetControl_Text(ComboBox16, checked (num + 8 + i * 16)); + MyProject.Forms.MDIParent1.SetControl_Text(ComboBox15, checked (num + 9 + i * 16)); + MyProject.Forms.MDIParent1.SetControl_U8_Data(CheckBox1, checked (num + 10 + i * 16), publicva.Bit0, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(CheckBox2, checked (num + 10 + i * 16), publicva.Bit1, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(CheckBox3, checked (num + 10 + i * 16), publicva.Bit2, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(CheckBox4, checked (num + 10 + i * 16), publicva.Bit3, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(CheckBox5, checked (num + 10 + i * 16), publicva.Bit4, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(CheckBox6, checked (num + 10 + i * 16), publicva.Bit5, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(CheckBox7, checked (num + 10 + i * 16), publicva.Bit6, 0); + MyProject.Forms.MDIParent1.SetControl_U8_Data(CheckBox8, checked (num + 10 + i * 16), publicva.Bit7, 0); } public void GetContorl_5ToneParameterMsg(int i) { - int num = 3584; - MyProject.Forms.MDIParent1.GetContol_Data((Control) ComboBox11, checked (num + 1 + i * 16)); - MyProject.Forms.MDIParent1.GetContol_Data((Control) ComboBox12, checked (num + 2 + i * 16)); - MyProject.Forms.MDIParent1.GetContol_Data((Control) ComboBox13, checked (num + 6 + i * 16)); - MyProject.Forms.MDIParent1.GetContol_Data((Control) ComboBox17, checked (num + 7 + i * 16)); - MyProject.Forms.MDIParent1.GetContol_Data((Control) ComboBox16, checked (num + 8 + i * 16)); - MyProject.Forms.MDIParent1.GetContol_Data((Control) ComboBox15, checked (num + 9 + i * 16)); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) CheckBox1, checked (num + 10 + i * 16), publicva.Bit0, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) CheckBox2, checked (num + 10 + i * 16), publicva.Bit1, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) CheckBox3, checked (num + 10 + i * 16), publicva.Bit2, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) CheckBox4, checked (num + 10 + i * 16), publicva.Bit3, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) CheckBox5, checked (num + 10 + i * 16), publicva.Bit4, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) CheckBox6, checked (num + 10 + i * 16), publicva.Bit5, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) CheckBox7, checked (num + 10 + i * 16), publicva.Bit6, 0); - MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) CheckBox8, checked (num + 10 + i * 16), publicva.Bit7, 0); + var num = 3584; + MyProject.Forms.MDIParent1.GetContol_Data(ComboBox11, checked (num + 1 + i * 16)); + MyProject.Forms.MDIParent1.GetContol_Data(ComboBox12, checked (num + 2 + i * 16)); + MyProject.Forms.MDIParent1.GetContol_Data(ComboBox13, checked (num + 6 + i * 16)); + MyProject.Forms.MDIParent1.GetContol_Data(ComboBox17, checked (num + 7 + i * 16)); + MyProject.Forms.MDIParent1.GetContol_Data(ComboBox16, checked (num + 8 + i * 16)); + MyProject.Forms.MDIParent1.GetContol_Data(ComboBox15, checked (num + 9 + i * 16)); + MyProject.Forms.MDIParent1.GetControl_U8_Data(CheckBox1, checked (num + 10 + i * 16), publicva.Bit0, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(CheckBox2, checked (num + 10 + i * 16), publicva.Bit1, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(CheckBox3, checked (num + 10 + i * 16), publicva.Bit2, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(CheckBox4, checked (num + 10 + i * 16), publicva.Bit3, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(CheckBox5, checked (num + 10 + i * 16), publicva.Bit4, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(CheckBox6, checked (num + 10 + i * 16), publicva.Bit5, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(CheckBox7, checked (num + 10 + i * 16), publicva.Bit6, 0); + MyProject.Forms.MDIParent1.GetControl_U8_Data(CheckBox8, checked (num + 10 + i * 16), publicva.Bit7, 0); } private void NumericUpDown27_ValueChanged(object sender, EventArgs e) @@ -4856,7 +4856,7 @@ namespace HPG_68D private void ComboBox11_MouseClick(object sender, MouseEventArgs e) { - SetComboBoxControl_Items_5Tone_EncodeList((Control) ComboBox11, 2048, 32, 32, 16, 0); + SetComboBoxControl_Items_5Tone_EncodeList(ComboBox11, 2048, 32, 32, 16, 0); } private void ComboBox11_SelectionChangeCommitted(object sender, EventArgs e) @@ -4866,7 +4866,7 @@ namespace HPG_68D private void ComboBox12_MouseClick(object sender, MouseEventArgs e) { - SetComboBoxControl_Items_5Tone_EncodeList((Control) ComboBox12, 2048, 32, 32, 16, 0); + SetComboBoxControl_Items_5Tone_EncodeList(ComboBox12, 2048, 32, 32, 16, 0); } private void ComboBox12_SelectionChangeCommitted(object sender, EventArgs e) diff --git a/HPG-68D/publicva.cs b/HPG-68D/publicva.cs index 897827e..10d4b63 100644 --- a/HPG-68D/publicva.cs +++ b/HPG-68D/publicva.cs @@ -3552,82 +3552,82 @@ namespace HPG_68D public static bool F_MSCommStop = false; public static byte[] Tx_Connect = new byte[5] { - (byte) 2, - (byte) 35, - (byte) 224, - (byte) 251, - (byte) 3 + 2, + 35, + 224, + 251, + 3 }; public static byte[] Rx_Connect_OK = new byte[5] { - (byte) 2, - (byte) 65, - (byte) 67, - (byte) 75, - (byte) 3 + 2, + 65, + 67, + 75, + 3 }; public static byte[] Tx_GetBandMsg = new byte[5] { - (byte) 2, - (byte) 35, - (byte) 225, - (byte) 250, - (byte) 3 + 2, + 35, + 225, + 250, + 3 }; public static byte[] Rx_GetBandMsg = new byte[4] { - (byte) 2, - (byte) 35, - (byte) 226, - (byte) 249 + 2, + 35, + 226, + 249 }; public static byte[] Rx_Password_OK = new byte[5] { - (byte) 2, - (byte) 65, - (byte) 67, - (byte) 75, - (byte) 3 + 2, + 65, + 67, + 75, + 3 }; public static byte[] Rx_Password_Error = new byte[5] { - (byte) 2, - (byte) 78, - (byte) 65, - (byte) 75, - (byte) 3 + 2, + 78, + 65, + 75, + 3 }; public static byte[] Tx_MSCommFinish = new byte[5] { - (byte) 2, - (byte) 35, - (byte) 231, - (byte) 244, - (byte) 3 + 2, + 35, + 231, + 244, + 3 }; public static byte[] Rx_MSCommFinish_OK = new byte[5] { - (byte) 2, - (byte) 65, - (byte) 67, - (byte) 75, - (byte) 3 + 2, + 65, + 67, + 75, + 3 }; public static byte[] Rx_CRC_DATA_OK = new byte[5] { - (byte) 2, - (byte) 65, - (byte) 67, - (byte) 75, - (byte) 3 + 2, + 65, + 67, + 75, + 3 }; public static byte[] Rx_CRC_DATA_Error = new byte[5] { - (byte) 2, - (byte) 78, - (byte) 65, - (byte) 75, - (byte) 3 + 2, + 78, + 65, + 75, + 3 }; public static string LastProgrammeTime; }