Zastone/HPG-68D/ScanFuncMsgForm.cs
2024-06-25 23:29:39 +02:00

1611 lines
83 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()
{
FormClosing += ScanFuncMsgForm_FormClosing;
Load += ScanFuncMsgForm_Load;
Deactivate += ScanFuncMsgForm_Deactivate;
__ENCList.Add(new WeakReference(this));
InitializeComponent();
}
[DebuggerNonUserCode]
protected override void Dispose(bool disposing)
{
if (disposing && components != null)
components.Dispose();
base.Dispose(disposing);
}
[DebuggerStepThrough]
private void InitializeComponent()
{
var componentResourceManager = new ComponentResourceManager(typeof (ScanFuncMsgForm));
Panel1 = new Panel();
ComboBox10 = new ComboBox();
Label10 = new Label();
ComboBox9 = new ComboBox();
Label9 = new Label();
ComboBox8 = new ComboBox();
Label8 = new Label();
ComboBox7 = new ComboBox();
Label7 = new Label();
ComboBox6 = new ComboBox();
Label6 = new Label();
ComboBox5 = new ComboBox();
Label5 = new Label();
ComboBox4 = new ComboBox();
Label4 = new Label();
ComboBox3 = new ComboBox();
Label3 = new Label();
ComboBox2 = new ComboBox();
Label2 = new Label();
ComboBox1 = new ComboBox();
Label1 = new Label();
Button3 = new Button();
Button2 = new Button();
Button1 = new Button();
Panel1.SuspendLayout();
SuspendLayout();
Panel1.AccessibleDescription = null;
Panel1.AccessibleName = null;
componentResourceManager.ApplyResources(Panel1, "Panel1");
Panel1.BackgroundImage = null;
Panel1.BorderStyle = BorderStyle.Fixed3D;
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 = null;
ComboBox10.AccessibleName = null;
componentResourceManager.ApplyResources(ComboBox10, "ComboBox10");
ComboBox10.BackgroundImage = null;
ComboBox10.DropDownStyle = ComboBoxStyle.DropDownList;
ComboBox10.Font = null;
ComboBox10.FormattingEnabled = true;
ComboBox10.Items.AddRange(new object[2]
{
componentResourceManager.GetString("ComboBox10.Items"),
componentResourceManager.GetString("ComboBox10.Items1")
});
ComboBox10.Name = "ComboBox10";
Label10.AccessibleDescription = null;
Label10.AccessibleName = null;
componentResourceManager.ApplyResources(Label10, "Label10");
Label10.Font = null;
Label10.Name = "Label10";
ComboBox9.AccessibleDescription = null;
ComboBox9.AccessibleName = null;
componentResourceManager.ApplyResources(ComboBox9, "ComboBox9");
ComboBox9.BackgroundImage = null;
ComboBox9.DropDownStyle = ComboBoxStyle.DropDownList;
ComboBox9.Font = null;
ComboBox9.FormattingEnabled = true;
ComboBox9.Items.AddRange(new object[4]
{
componentResourceManager.GetString("ComboBox9.Items"),
componentResourceManager.GetString("ComboBox9.Items1"),
componentResourceManager.GetString("ComboBox9.Items2"),
componentResourceManager.GetString("ComboBox9.Items3")
});
ComboBox9.Name = "ComboBox9";
Label9.AccessibleDescription = null;
Label9.AccessibleName = null;
componentResourceManager.ApplyResources(Label9, "Label9");
Label9.Font = null;
Label9.Name = "Label9";
ComboBox8.AccessibleDescription = null;
ComboBox8.AccessibleName = null;
componentResourceManager.ApplyResources(ComboBox8, "ComboBox8");
ComboBox8.BackgroundImage = null;
ComboBox8.DropDownStyle = ComboBoxStyle.DropDownList;
ComboBox8.Font = null;
ComboBox8.FormattingEnabled = true;
ComboBox8.Items.AddRange(new object[246]
{
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 = null;
Label8.AccessibleName = null;
componentResourceManager.ApplyResources(Label8, "Label8");
Label8.Font = null;
Label8.Name = "Label8";
ComboBox7.AccessibleDescription = null;
ComboBox7.AccessibleName = null;
componentResourceManager.ApplyResources(ComboBox7, "ComboBox7");
ComboBox7.BackgroundImage = null;
ComboBox7.DropDownStyle = ComboBoxStyle.DropDownList;
ComboBox7.Font = null;
ComboBox7.FormattingEnabled = true;
ComboBox7.Items.AddRange(new object[50]
{
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 = null;
Label7.AccessibleName = null;
componentResourceManager.ApplyResources(Label7, "Label7");
Label7.Font = null;
Label7.Name = "Label7";
ComboBox6.AccessibleDescription = null;
ComboBox6.AccessibleName = null;
componentResourceManager.ApplyResources(ComboBox6, "ComboBox6");
ComboBox6.BackgroundImage = null;
ComboBox6.DropDownStyle = ComboBoxStyle.DropDownList;
ComboBox6.Font = null;
ComboBox6.FormattingEnabled = true;
ComboBox6.Items.AddRange(new object[50]
{
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 = null;
Label6.AccessibleName = null;
componentResourceManager.ApplyResources(Label6, "Label6");
Label6.Font = null;
Label6.Name = "Label6";
ComboBox5.AccessibleDescription = null;
ComboBox5.AccessibleName = null;
componentResourceManager.ApplyResources(ComboBox5, "ComboBox5");
ComboBox5.BackgroundImage = null;
ComboBox5.DropDownStyle = ComboBoxStyle.DropDownList;
ComboBox5.Font = null;
ComboBox5.FormattingEnabled = true;
ComboBox5.Items.AddRange(new object[46]
{
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 = null;
Label5.AccessibleName = null;
componentResourceManager.ApplyResources(Label5, "Label5");
Label5.Font = null;
Label5.Name = "Label5";
ComboBox4.AccessibleDescription = null;
ComboBox4.AccessibleName = null;
componentResourceManager.ApplyResources(ComboBox4, "ComboBox4");
ComboBox4.BackgroundImage = null;
ComboBox4.DropDownStyle = ComboBoxStyle.DropDownList;
ComboBox4.Font = null;
ComboBox4.FormattingEnabled = true;
ComboBox4.Items.AddRange(new object[46]
{
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 = null;
Label4.AccessibleName = null;
componentResourceManager.ApplyResources(Label4, "Label4");
Label4.Font = null;
Label4.Name = "Label4";
ComboBox3.AccessibleDescription = null;
ComboBox3.AccessibleName = null;
componentResourceManager.ApplyResources(ComboBox3, "ComboBox3");
ComboBox3.BackgroundImage = null;
ComboBox3.DropDownStyle = ComboBoxStyle.DropDownList;
ComboBox3.Font = null;
ComboBox3.FormattingEnabled = true;
ComboBox3.Items.AddRange(new object[6]
{
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 = null;
Label3.AccessibleName = null;
componentResourceManager.ApplyResources(Label3, "Label3");
Label3.Font = null;
Label3.Name = "Label3";
ComboBox2.AccessibleDescription = null;
ComboBox2.AccessibleName = null;
componentResourceManager.ApplyResources(ComboBox2, "ComboBox2");
ComboBox2.BackgroundImage = null;
ComboBox2.DropDownStyle = ComboBoxStyle.DropDownList;
ComboBox2.Font = null;
ComboBox2.FormattingEnabled = true;
ComboBox2.Items.AddRange(new object[512]
{
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 = null;
Label2.AccessibleName = null;
componentResourceManager.ApplyResources(Label2, "Label2");
Label2.Font = null;
Label2.Name = "Label2";
ComboBox1.AccessibleDescription = null;
ComboBox1.AccessibleName = null;
componentResourceManager.ApplyResources(ComboBox1, "ComboBox1");
ComboBox1.BackgroundImage = null;
ComboBox1.DropDownStyle = ComboBoxStyle.DropDownList;
ComboBox1.Font = null;
ComboBox1.FormattingEnabled = true;
ComboBox1.Items.AddRange(new object[3]
{
componentResourceManager.GetString("ComboBox1.Items"),
componentResourceManager.GetString("ComboBox1.Items1"),
componentResourceManager.GetString("ComboBox1.Items2")
});
ComboBox1.Name = "ComboBox1";
Label1.AccessibleDescription = null;
Label1.AccessibleName = null;
componentResourceManager.ApplyResources(Label1, "Label1");
Label1.Font = null;
Label1.Name = "Label1";
Button3.AccessibleDescription = null;
Button3.AccessibleName = null;
componentResourceManager.ApplyResources(Button3, "Button3");
Button3.BackgroundImage = null;
Button3.Font = null;
Button3.Name = "Button3";
Button3.UseVisualStyleBackColor = true;
Button2.AccessibleDescription = null;
Button2.AccessibleName = null;
componentResourceManager.ApplyResources(Button2, "Button2");
Button2.BackgroundImage = null;
Button2.Font = null;
Button2.Name = "Button2";
Button2.UseVisualStyleBackColor = true;
Button1.AccessibleDescription = null;
Button1.AccessibleName = null;
componentResourceManager.ApplyResources(Button1, "Button1");
Button1.BackgroundImage = null;
Button1.Font = null;
Button1.Name = "Button1";
Button1.UseVisualStyleBackColor = true;
AccessibleDescription = null;
AccessibleName = null;
componentResourceManager.ApplyResources(this, "$this");
AutoScaleMode = AutoScaleMode.Font;
BackgroundImage = null;
Controls.Add(Button3);
Controls.Add(Button2);
Controls.Add(Button1);
Controls.Add(Panel1);
Font = null;
Name = nameof (ScanFuncMsgForm);
Panel1.ResumeLayout(false);
Panel1.PerformLayout();
ResumeLayout(false);
}
internal virtual Panel Panel1
{
[DebuggerNonUserCode] get => _Panel1;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => _Panel1 = value;
}
internal virtual ComboBox ComboBox2
{
[DebuggerNonUserCode] get => _ComboBox2;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
_ComboBox2 = value;
}
}
internal virtual Label Label2
{
[DebuggerNonUserCode] get => _Label2;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => _Label2 = value;
}
internal virtual ComboBox ComboBox1
{
[DebuggerNonUserCode] get => _ComboBox1;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
_ComboBox1 = value;
}
}
internal virtual Label Label1
{
[DebuggerNonUserCode] get => _Label1;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => _Label1 = value;
}
internal virtual ComboBox ComboBox3
{
[DebuggerNonUserCode] get => _ComboBox3;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
_ComboBox3 = value;
}
}
internal virtual Label Label3
{
[DebuggerNonUserCode] get => _Label3;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => _Label3 = value;
}
internal virtual ComboBox ComboBox10
{
[DebuggerNonUserCode] get => _ComboBox10;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
_ComboBox10 = value;
}
}
internal virtual Label Label10
{
[DebuggerNonUserCode] get => _Label10;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
_Label10 = value;
}
}
internal virtual ComboBox ComboBox9
{
[DebuggerNonUserCode] get => _ComboBox9;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
_ComboBox9 = value;
}
}
internal virtual Label Label9
{
[DebuggerNonUserCode] get => _Label9;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => _Label9 = value;
}
internal virtual ComboBox ComboBox8
{
[DebuggerNonUserCode] get => _ComboBox8;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
_ComboBox8 = value;
}
}
internal virtual Label Label8
{
[DebuggerNonUserCode] get => _Label8;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => _Label8 = value;
}
internal virtual ComboBox ComboBox7
{
[DebuggerNonUserCode] get => _ComboBox7;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
_ComboBox7 = value;
}
}
internal virtual Label Label7
{
[DebuggerNonUserCode] get => _Label7;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => _Label7 = value;
}
internal virtual ComboBox ComboBox6
{
[DebuggerNonUserCode] get => _ComboBox6;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
_ComboBox6 = value;
}
}
internal virtual Label Label6
{
[DebuggerNonUserCode] get => _Label6;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => _Label6 = value;
}
internal virtual ComboBox ComboBox5
{
[DebuggerNonUserCode] get => _ComboBox5;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
_ComboBox5 = value;
}
}
internal virtual Label Label5
{
[DebuggerNonUserCode] get => _Label5;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => _Label5 = value;
}
internal virtual ComboBox ComboBox4
{
[DebuggerNonUserCode] get => _ComboBox4;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
_ComboBox4 = value;
}
}
internal virtual Label Label4
{
[DebuggerNonUserCode] get => _Label4;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => _Label4 = value;
}
internal virtual Button Button3
{
[DebuggerNonUserCode] get => _Button3;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
_Button3 = value;
}
}
internal virtual Button Button2
{
[DebuggerNonUserCode] get => _Button2;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
_Button2 = value;
}
}
internal virtual Button Button1
{
[DebuggerNonUserCode] get => _Button1;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
if (_Button1 != null)
_Button1.Click -= Button1_Click;
_Button1 = value;
if (_Button1 == null)
return;
_Button1.Click += Button1_Click;
}
}
public void ScanFuncMsgForm_Deactivate(object sender, EventArgs e)
{
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
{
num2 = Conversions.ToUInteger(ComboBox2.Text);
}
catch (Exception ex)
{
ProjectData.SetProjectError(ex);
num2 = 0U;
ProjectData.ClearProjectError();
}
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));
publicva.EEPROM_Byte[checked (num1 + 7)] = checked ((byte) (ComboBox5.SelectedIndex + 5));
publicva.EEPROM_Byte[checked (num1 + 8)] = checked ((byte) (ComboBox6.SelectedIndex + 1));
publicva.EEPROM_Byte[checked (num1 + 9)] = checked ((byte) (ComboBox7.SelectedIndex + 1));
publicva.EEPROM_Byte[checked (num1 + 10)] = checked ((byte) (ComboBox8.SelectedIndex + 10));
}
catch (Exception ex)
{
ProjectData.SetProjectError(ex);
ProjectData.ClearProjectError();
}
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)
{
MyProject.Forms.MDIParent1.SToolStripMenuItem.Checked = false;
}
public void ScanFuncMsgForm_Load(object sender, EventArgs e)
{
MyProject.Forms.MDIParent1.SToolStripMenuItem.Checked = true;
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 (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(ComboBox10, checked (num + 13), publicva.Bit6, 6);
MyProject.Forms.MDIParent1.SetControl_U8_Data(ComboBox9, checked (num + 15), publicva.AllBit, 0);
}
public void SetControl_PRICHList()
{
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)] = 0;
publicva.EEPROM_Byte[checked (num + 3)] = 0;
ComboBox2.SelectedIndex = 0;
}
else
ComboBox2.SelectedIndex = ComboBox2.Items.IndexOf(checked (publicva.EEPROM_Byte[num + 3] * 256 + publicva.EEPROM_Byte[num + 2]));
}
public void Get_PRICHList(Control object_x)
{
var flag = false;
if (!(object_x is ComboBox))
return;
((ComboBox) object_x).Items.Clear();
var CHNo = 0;
do
{
if (MyProject.Forms.ChannelMsg.CHStatus_Read(CHNo, 8064))
{
flag = true;
((ComboBox) object_x).Items.Add(CHNo);
}
checked { ++CHNo; }
}
while (CHNo <= 511);
if (!flag)
((ComboBox) object_x).Items.Add("None");
}
private void Button1_Click(object sender, EventArgs e) => Close();
}
}