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

1611 lines
95 KiB
C#

// Decompiled with JetBrains decompiler
// Type: HPG_68D.ScanFuncMsgForm
// Assembly: HPG-68D, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
// MVID: 530C99A8-8EEF-42C8-8A74-66FDE7B322C3
// Assembly location: C:\Program Files (x86)\HONGKAIDE\HPG-68D\HPG-68D.exe
using HPG_68D.My;
using Microsoft.VisualBasic.CompilerServices;
using System;
using System.Collections;
using System.ComponentModel;
using System.Diagnostics;
using System.Drawing;
using System.Runtime.CompilerServices;
using System.Windows.Forms;
namespace HPG_68D
{
[DesignerGenerated]
public class ScanFuncMsgForm : Form
{
private static ArrayList __ENCList = new ArrayList();
private IContainer components;
[AccessedThroughProperty("Panel1")]
private Panel _Panel1;
[AccessedThroughProperty("ComboBox2")]
private ComboBox _ComboBox2;
[AccessedThroughProperty("Label2")]
private Label _Label2;
[AccessedThroughProperty("ComboBox1")]
private ComboBox _ComboBox1;
[AccessedThroughProperty("Label1")]
private Label _Label1;
[AccessedThroughProperty("ComboBox3")]
private ComboBox _ComboBox3;
[AccessedThroughProperty("Label3")]
private Label _Label3;
[AccessedThroughProperty("ComboBox10")]
private ComboBox _ComboBox10;
[AccessedThroughProperty("Label10")]
private Label _Label10;
[AccessedThroughProperty("ComboBox9")]
private ComboBox _ComboBox9;
[AccessedThroughProperty("Label9")]
private Label _Label9;
[AccessedThroughProperty("ComboBox8")]
private ComboBox _ComboBox8;
[AccessedThroughProperty("Label8")]
private Label _Label8;
[AccessedThroughProperty("ComboBox7")]
private ComboBox _ComboBox7;
[AccessedThroughProperty("Label7")]
private Label _Label7;
[AccessedThroughProperty("ComboBox6")]
private ComboBox _ComboBox6;
[AccessedThroughProperty("Label6")]
private Label _Label6;
[AccessedThroughProperty("ComboBox5")]
private ComboBox _ComboBox5;
[AccessedThroughProperty("Label5")]
private Label _Label5;
[AccessedThroughProperty("ComboBox4")]
private ComboBox _ComboBox4;
[AccessedThroughProperty("Label4")]
private Label _Label4;
[AccessedThroughProperty("Button3")]
private Button _Button3;
[AccessedThroughProperty("Button2")]
private Button _Button2;
[AccessedThroughProperty("Button1")]
private Button _Button1;
[DebuggerNonUserCode]
static ScanFuncMsgForm()
{
}
[DebuggerNonUserCode]
public ScanFuncMsgForm()
{
this.FormClosing += new FormClosingEventHandler(this.ScanFuncMsgForm_FormClosing);
this.Load += new EventHandler(this.ScanFuncMsgForm_Load);
this.Deactivate += new EventHandler(this.ScanFuncMsgForm_Deactivate);
ScanFuncMsgForm.__ENCList.Add((object) new WeakReference((object) this));
this.InitializeComponent();
}
[DebuggerNonUserCode]
protected override void Dispose(bool disposing)
{
if (disposing && this.components != null)
this.components.Dispose();
base.Dispose(disposing);
}
[DebuggerStepThrough]
private void InitializeComponent()
{
ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof (ScanFuncMsgForm));
this.Panel1 = new Panel();
this.ComboBox10 = new ComboBox();
this.Label10 = new Label();
this.ComboBox9 = new ComboBox();
this.Label9 = new Label();
this.ComboBox8 = new ComboBox();
this.Label8 = new Label();
this.ComboBox7 = new ComboBox();
this.Label7 = new Label();
this.ComboBox6 = new ComboBox();
this.Label6 = new Label();
this.ComboBox5 = new ComboBox();
this.Label5 = new Label();
this.ComboBox4 = new ComboBox();
this.Label4 = new Label();
this.ComboBox3 = new ComboBox();
this.Label3 = new Label();
this.ComboBox2 = new ComboBox();
this.Label2 = new Label();
this.ComboBox1 = new ComboBox();
this.Label1 = new Label();
this.Button3 = new Button();
this.Button2 = new Button();
this.Button1 = new Button();
this.Panel1.SuspendLayout();
this.SuspendLayout();
this.Panel1.AccessibleDescription = (string) null;
this.Panel1.AccessibleName = (string) null;
componentResourceManager.ApplyResources((object) this.Panel1, "Panel1");
this.Panel1.BackgroundImage = (Image) null;
this.Panel1.BorderStyle = BorderStyle.Fixed3D;
this.Panel1.Controls.Add((Control) this.ComboBox10);
this.Panel1.Controls.Add((Control) this.Label10);
this.Panel1.Controls.Add((Control) this.ComboBox9);
this.Panel1.Controls.Add((Control) this.Label9);
this.Panel1.Controls.Add((Control) this.ComboBox8);
this.Panel1.Controls.Add((Control) this.Label8);
this.Panel1.Controls.Add((Control) this.ComboBox7);
this.Panel1.Controls.Add((Control) this.Label7);
this.Panel1.Controls.Add((Control) this.ComboBox6);
this.Panel1.Controls.Add((Control) this.Label6);
this.Panel1.Controls.Add((Control) this.ComboBox5);
this.Panel1.Controls.Add((Control) this.Label5);
this.Panel1.Controls.Add((Control) this.ComboBox4);
this.Panel1.Controls.Add((Control) this.Label4);
this.Panel1.Controls.Add((Control) this.ComboBox3);
this.Panel1.Controls.Add((Control) this.Label3);
this.Panel1.Controls.Add((Control) this.ComboBox2);
this.Panel1.Controls.Add((Control) this.Label2);
this.Panel1.Controls.Add((Control) this.ComboBox1);
this.Panel1.Controls.Add((Control) this.Label1);
this.Panel1.Font = (Font) null;
this.Panel1.Name = "Panel1";
this.ComboBox10.AccessibleDescription = (string) null;
this.ComboBox10.AccessibleName = (string) null;
componentResourceManager.ApplyResources((object) this.ComboBox10, "ComboBox10");
this.ComboBox10.BackgroundImage = (Image) null;
this.ComboBox10.DropDownStyle = ComboBoxStyle.DropDownList;
this.ComboBox10.Font = (Font) null;
this.ComboBox10.FormattingEnabled = true;
this.ComboBox10.Items.AddRange(new object[2]
{
(object) componentResourceManager.GetString("ComboBox10.Items"),
(object) componentResourceManager.GetString("ComboBox10.Items1")
});
this.ComboBox10.Name = "ComboBox10";
this.Label10.AccessibleDescription = (string) null;
this.Label10.AccessibleName = (string) null;
componentResourceManager.ApplyResources((object) this.Label10, "Label10");
this.Label10.Font = (Font) null;
this.Label10.Name = "Label10";
this.ComboBox9.AccessibleDescription = (string) null;
this.ComboBox9.AccessibleName = (string) null;
componentResourceManager.ApplyResources((object) this.ComboBox9, "ComboBox9");
this.ComboBox9.BackgroundImage = (Image) null;
this.ComboBox9.DropDownStyle = ComboBoxStyle.DropDownList;
this.ComboBox9.Font = (Font) null;
this.ComboBox9.FormattingEnabled = true;
this.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")
});
this.ComboBox9.Name = "ComboBox9";
this.Label9.AccessibleDescription = (string) null;
this.Label9.AccessibleName = (string) null;
componentResourceManager.ApplyResources((object) this.Label9, "Label9");
this.Label9.Font = (Font) null;
this.Label9.Name = "Label9";
this.ComboBox8.AccessibleDescription = (string) null;
this.ComboBox8.AccessibleName = (string) null;
componentResourceManager.ApplyResources((object) this.ComboBox8, "ComboBox8");
this.ComboBox8.BackgroundImage = (Image) null;
this.ComboBox8.DropDownStyle = ComboBoxStyle.DropDownList;
this.ComboBox8.Font = (Font) null;
this.ComboBox8.FormattingEnabled = true;
this.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")
});
this.ComboBox8.Name = "ComboBox8";
this.Label8.AccessibleDescription = (string) null;
this.Label8.AccessibleName = (string) null;
componentResourceManager.ApplyResources((object) this.Label8, "Label8");
this.Label8.Font = (Font) null;
this.Label8.Name = "Label8";
this.ComboBox7.AccessibleDescription = (string) null;
this.ComboBox7.AccessibleName = (string) null;
componentResourceManager.ApplyResources((object) this.ComboBox7, "ComboBox7");
this.ComboBox7.BackgroundImage = (Image) null;
this.ComboBox7.DropDownStyle = ComboBoxStyle.DropDownList;
this.ComboBox7.Font = (Font) null;
this.ComboBox7.FormattingEnabled = true;
this.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")
});
this.ComboBox7.Name = "ComboBox7";
this.Label7.AccessibleDescription = (string) null;
this.Label7.AccessibleName = (string) null;
componentResourceManager.ApplyResources((object) this.Label7, "Label7");
this.Label7.Font = (Font) null;
this.Label7.Name = "Label7";
this.ComboBox6.AccessibleDescription = (string) null;
this.ComboBox6.AccessibleName = (string) null;
componentResourceManager.ApplyResources((object) this.ComboBox6, "ComboBox6");
this.ComboBox6.BackgroundImage = (Image) null;
this.ComboBox6.DropDownStyle = ComboBoxStyle.DropDownList;
this.ComboBox6.Font = (Font) null;
this.ComboBox6.FormattingEnabled = true;
this.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")
});
this.ComboBox6.Name = "ComboBox6";
this.Label6.AccessibleDescription = (string) null;
this.Label6.AccessibleName = (string) null;
componentResourceManager.ApplyResources((object) this.Label6, "Label6");
this.Label6.Font = (Font) null;
this.Label6.Name = "Label6";
this.ComboBox5.AccessibleDescription = (string) null;
this.ComboBox5.AccessibleName = (string) null;
componentResourceManager.ApplyResources((object) this.ComboBox5, "ComboBox5");
this.ComboBox5.BackgroundImage = (Image) null;
this.ComboBox5.DropDownStyle = ComboBoxStyle.DropDownList;
this.ComboBox5.Font = (Font) null;
this.ComboBox5.FormattingEnabled = true;
this.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")
});
this.ComboBox5.Name = "ComboBox5";
this.Label5.AccessibleDescription = (string) null;
this.Label5.AccessibleName = (string) null;
componentResourceManager.ApplyResources((object) this.Label5, "Label5");
this.Label5.Font = (Font) null;
this.Label5.Name = "Label5";
this.ComboBox4.AccessibleDescription = (string) null;
this.ComboBox4.AccessibleName = (string) null;
componentResourceManager.ApplyResources((object) this.ComboBox4, "ComboBox4");
this.ComboBox4.BackgroundImage = (Image) null;
this.ComboBox4.DropDownStyle = ComboBoxStyle.DropDownList;
this.ComboBox4.Font = (Font) null;
this.ComboBox4.FormattingEnabled = true;
this.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")
});
this.ComboBox4.Name = "ComboBox4";
this.Label4.AccessibleDescription = (string) null;
this.Label4.AccessibleName = (string) null;
componentResourceManager.ApplyResources((object) this.Label4, "Label4");
this.Label4.Font = (Font) null;
this.Label4.Name = "Label4";
this.ComboBox3.AccessibleDescription = (string) null;
this.ComboBox3.AccessibleName = (string) null;
componentResourceManager.ApplyResources((object) this.ComboBox3, "ComboBox3");
this.ComboBox3.BackgroundImage = (Image) null;
this.ComboBox3.DropDownStyle = ComboBoxStyle.DropDownList;
this.ComboBox3.Font = (Font) null;
this.ComboBox3.FormattingEnabled = true;
this.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")
});
this.ComboBox3.Name = "ComboBox3";
this.Label3.AccessibleDescription = (string) null;
this.Label3.AccessibleName = (string) null;
componentResourceManager.ApplyResources((object) this.Label3, "Label3");
this.Label3.Font = (Font) null;
this.Label3.Name = "Label3";
this.ComboBox2.AccessibleDescription = (string) null;
this.ComboBox2.AccessibleName = (string) null;
componentResourceManager.ApplyResources((object) this.ComboBox2, "ComboBox2");
this.ComboBox2.BackgroundImage = (Image) null;
this.ComboBox2.DropDownStyle = ComboBoxStyle.DropDownList;
this.ComboBox2.Font = (Font) null;
this.ComboBox2.FormattingEnabled = true;
this.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")
});
this.ComboBox2.Name = "ComboBox2";
this.Label2.AccessibleDescription = (string) null;
this.Label2.AccessibleName = (string) null;
componentResourceManager.ApplyResources((object) this.Label2, "Label2");
this.Label2.Font = (Font) null;
this.Label2.Name = "Label2";
this.ComboBox1.AccessibleDescription = (string) null;
this.ComboBox1.AccessibleName = (string) null;
componentResourceManager.ApplyResources((object) this.ComboBox1, "ComboBox1");
this.ComboBox1.BackgroundImage = (Image) null;
this.ComboBox1.DropDownStyle = ComboBoxStyle.DropDownList;
this.ComboBox1.Font = (Font) null;
this.ComboBox1.FormattingEnabled = true;
this.ComboBox1.Items.AddRange(new object[3]
{
(object) componentResourceManager.GetString("ComboBox1.Items"),
(object) componentResourceManager.GetString("ComboBox1.Items1"),
(object) componentResourceManager.GetString("ComboBox1.Items2")
});
this.ComboBox1.Name = "ComboBox1";
this.Label1.AccessibleDescription = (string) null;
this.Label1.AccessibleName = (string) null;
componentResourceManager.ApplyResources((object) this.Label1, "Label1");
this.Label1.Font = (Font) null;
this.Label1.Name = "Label1";
this.Button3.AccessibleDescription = (string) null;
this.Button3.AccessibleName = (string) null;
componentResourceManager.ApplyResources((object) this.Button3, "Button3");
this.Button3.BackgroundImage = (Image) null;
this.Button3.Font = (Font) null;
this.Button3.Name = "Button3";
this.Button3.UseVisualStyleBackColor = true;
this.Button2.AccessibleDescription = (string) null;
this.Button2.AccessibleName = (string) null;
componentResourceManager.ApplyResources((object) this.Button2, "Button2");
this.Button2.BackgroundImage = (Image) null;
this.Button2.Font = (Font) null;
this.Button2.Name = "Button2";
this.Button2.UseVisualStyleBackColor = true;
this.Button1.AccessibleDescription = (string) null;
this.Button1.AccessibleName = (string) null;
componentResourceManager.ApplyResources((object) this.Button1, "Button1");
this.Button1.BackgroundImage = (Image) null;
this.Button1.Font = (Font) null;
this.Button1.Name = "Button1";
this.Button1.UseVisualStyleBackColor = true;
this.AccessibleDescription = (string) null;
this.AccessibleName = (string) null;
componentResourceManager.ApplyResources((object) this, "$this");
this.AutoScaleMode = AutoScaleMode.Font;
this.BackgroundImage = (Image) null;
this.Controls.Add((Control) this.Button3);
this.Controls.Add((Control) this.Button2);
this.Controls.Add((Control) this.Button1);
this.Controls.Add((Control) this.Panel1);
this.Font = (Font) null;
this.Name = nameof (ScanFuncMsgForm);
this.Panel1.ResumeLayout(false);
this.Panel1.PerformLayout();
this.ResumeLayout(false);
}
internal virtual Panel Panel1
{
[DebuggerNonUserCode] get => this._Panel1;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => this._Panel1 = value;
}
internal virtual ComboBox ComboBox2
{
[DebuggerNonUserCode] get => this._ComboBox2;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
this._ComboBox2 = value;
}
}
internal virtual Label Label2
{
[DebuggerNonUserCode] get => this._Label2;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => this._Label2 = value;
}
internal virtual ComboBox ComboBox1
{
[DebuggerNonUserCode] get => this._ComboBox1;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
this._ComboBox1 = value;
}
}
internal virtual Label Label1
{
[DebuggerNonUserCode] get => this._Label1;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => this._Label1 = value;
}
internal virtual ComboBox ComboBox3
{
[DebuggerNonUserCode] get => this._ComboBox3;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
this._ComboBox3 = value;
}
}
internal virtual Label Label3
{
[DebuggerNonUserCode] get => this._Label3;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => this._Label3 = value;
}
internal virtual ComboBox ComboBox10
{
[DebuggerNonUserCode] get => this._ComboBox10;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
this._ComboBox10 = value;
}
}
internal virtual Label Label10
{
[DebuggerNonUserCode] get => this._Label10;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
this._Label10 = value;
}
}
internal virtual ComboBox ComboBox9
{
[DebuggerNonUserCode] get => this._ComboBox9;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
this._ComboBox9 = value;
}
}
internal virtual Label Label9
{
[DebuggerNonUserCode] get => this._Label9;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => this._Label9 = value;
}
internal virtual ComboBox ComboBox8
{
[DebuggerNonUserCode] get => this._ComboBox8;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
this._ComboBox8 = value;
}
}
internal virtual Label Label8
{
[DebuggerNonUserCode] get => this._Label8;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => this._Label8 = value;
}
internal virtual ComboBox ComboBox7
{
[DebuggerNonUserCode] get => this._ComboBox7;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
this._ComboBox7 = value;
}
}
internal virtual Label Label7
{
[DebuggerNonUserCode] get => this._Label7;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => this._Label7 = value;
}
internal virtual ComboBox ComboBox6
{
[DebuggerNonUserCode] get => this._ComboBox6;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
this._ComboBox6 = value;
}
}
internal virtual Label Label6
{
[DebuggerNonUserCode] get => this._Label6;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => this._Label6 = value;
}
internal virtual ComboBox ComboBox5
{
[DebuggerNonUserCode] get => this._ComboBox5;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
this._ComboBox5 = value;
}
}
internal virtual Label Label5
{
[DebuggerNonUserCode] get => this._Label5;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => this._Label5 = value;
}
internal virtual ComboBox ComboBox4
{
[DebuggerNonUserCode] get => this._ComboBox4;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
this._ComboBox4 = value;
}
}
internal virtual Label Label4
{
[DebuggerNonUserCode] get => this._Label4;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => this._Label4 = value;
}
internal virtual Button Button3
{
[DebuggerNonUserCode] get => this._Button3;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
this._Button3 = value;
}
}
internal virtual Button Button2
{
[DebuggerNonUserCode] get => this._Button2;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
this._Button2 = value;
}
}
internal virtual Button Button1
{
[DebuggerNonUserCode] get => this._Button1;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
if (this._Button1 != null)
this._Button1.Click -= new EventHandler(this.Button1_Click);
this._Button1 = value;
if (this._Button1 == null)
return;
this._Button1.Click += new EventHandler(this.Button1_Click);
}
}
public void ScanFuncMsgForm_Deactivate(object sender, EventArgs e)
{
int num1 = 3872;
MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) this.ComboBox1, checked (num1 + 0), publicva.AllBit, 0);
MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) this.ComboBox3, checked (num1 + 1), publicva.AllBit, 0);
uint num2;
try
{
num2 = Conversions.ToUInteger(this.ComboBox2.Text);
}
catch (Exception ex)
{
ProjectData.SetProjectError(ex);
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));
try
{
publicva.EEPROM_Byte[checked (num1 + 6)] = checked ((byte) (this.ComboBox4.SelectedIndex + 5));
publicva.EEPROM_Byte[checked (num1 + 7)] = checked ((byte) (this.ComboBox5.SelectedIndex + 5));
publicva.EEPROM_Byte[checked (num1 + 8)] = checked ((byte) (this.ComboBox6.SelectedIndex + 1));
publicva.EEPROM_Byte[checked (num1 + 9)] = checked ((byte) (this.ComboBox7.SelectedIndex + 1));
publicva.EEPROM_Byte[checked (num1 + 10)] = checked ((byte) (this.ComboBox8.SelectedIndex + 10));
}
catch (Exception ex)
{
ProjectData.SetProjectError(ex);
ProjectData.ClearProjectError();
}
MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) this.ComboBox10, checked (num1 + 13), publicva.Bit6, 6);
MyProject.Forms.MDIParent1.GetControl_U8_Data((Control) this.ComboBox9, checked (num1 + 15), publicva.AllBit, 0);
}
private void ScanFuncMsgForm_FormClosing(object sender, FormClosingEventArgs e)
{
MyProject.Forms.MDIParent1.SToolStripMenuItem.Checked = false;
}
public void ScanFuncMsgForm_Load(object sender, EventArgs e)
{
MyProject.Forms.MDIParent1.SToolStripMenuItem.Checked = true;
int num = 3872;
MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) this.ComboBox1, checked (num + 0), publicva.AllBit, 0);
MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) this.ComboBox3, checked (num + 1), publicva.AllBit, 0);
this.SetControl_PRICHList();
try
{
this.ComboBox4.SelectedIndex = checked ((int) publicva.EEPROM_Byte[num + 6] - 5);
this.ComboBox5.SelectedIndex = checked ((int) publicva.EEPROM_Byte[num + 7] - 5);
this.ComboBox6.SelectedIndex = checked ((int) publicva.EEPROM_Byte[num + 8] - 1);
this.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;
this.ComboBox8.SelectedIndex = checked ((int) publicva.EEPROM_Byte[num + 10] - 10);
}
catch (Exception ex)
{
ProjectData.SetProjectError(ex);
ProjectData.ClearProjectError();
}
MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) this.ComboBox10, checked (num + 13), publicva.Bit6, 6);
MyProject.Forms.MDIParent1.SetControl_U8_Data((Control) this.ComboBox9, checked (num + 15), publicva.AllBit, 0);
}
public void SetControl_PRICHList()
{
int num = 3872;
this.Get_PRICHList((Control) this.ComboBox2);
if (this.ComboBox2.FindString(checked ((int) publicva.EEPROM_Byte[num + 3] * 256 + (int) publicva.EEPROM_Byte[num + 2]).ToString()) == -1)
{
publicva.EEPROM_Byte[checked (num + 2)] = (byte) 0;
publicva.EEPROM_Byte[checked (num + 3)] = (byte) 0;
this.ComboBox2.SelectedIndex = 0;
}
else
this.ComboBox2.SelectedIndex = this.ComboBox2.Items.IndexOf((object) checked ((int) publicva.EEPROM_Byte[num + 3] * 256 + (int) publicva.EEPROM_Byte[num + 2]));
}
public void Get_PRICHList(Control object_x)
{
bool flag = false;
if (!(object_x is ComboBox))
return;
((ComboBox) object_x).Items.Clear();
int CHNo = 0;
do
{
if (MyProject.Forms.ChannelMsg.CHStatus_Read(CHNo, 8064))
{
flag = true;
((ComboBox) object_x).Items.Add((object) CHNo);
}
checked { ++CHNo; }
}
while (CHNo <= 511);
if (!flag)
((ComboBox) object_x).Items.Add((object) "None");
}
private void Button1_Click(object sender, EventArgs e) => this.Close();
}
}