Zastone/HPG-68D/BeepForm.cs
2024-06-26 00:21:14 +02:00

4627 lines
266 KiB
C#

// Decompiled with JetBrains decompiler
// Type: HPG_68D.BeepForm
// 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 BeepForm : Form
{
private static ArrayList __ENCList = new ArrayList();
private IContainer components;
[AccessedThroughProperty("TabControl1")]
private TabControl _TabControl1;
[AccessedThroughProperty("TabPage1")]
private TabPage _TabPage1;
[AccessedThroughProperty("TabPage2")]
private TabPage _TabPage2;
[AccessedThroughProperty("DataGridView1")]
private DataGridView _DataGridView1;
[AccessedThroughProperty("Label1")]
private Label _Label1;
[AccessedThroughProperty("NumericUpDown1")]
private NumericUpDown _NumericUpDown1;
[AccessedThroughProperty("Label2")]
private Label _Label2;
[AccessedThroughProperty("TabPage3")]
private TabPage _TabPage3;
[AccessedThroughProperty("TabPage4")]
private TabPage _TabPage4;
[AccessedThroughProperty("TabPage5")]
private TabPage _TabPage5;
[AccessedThroughProperty("TabPage6")]
private TabPage _TabPage6;
[AccessedThroughProperty("TabPage7")]
private TabPage _TabPage7;
[AccessedThroughProperty("TabPage8")]
private TabPage _TabPage8;
[AccessedThroughProperty("Button3")]
private Button _Button3;
[AccessedThroughProperty("Button2")]
private Button _Button2;
[AccessedThroughProperty("Button1")]
private Button _Button1;
[AccessedThroughProperty("ComboBox1")]
private ComboBox _ComboBox1;
[AccessedThroughProperty("ComboBox2")]
private ComboBox _ComboBox2;
[AccessedThroughProperty("NumericUpDown2")]
private NumericUpDown _NumericUpDown2;
[AccessedThroughProperty("Label3")]
private Label _Label3;
[AccessedThroughProperty("Label4")]
private Label _Label4;
[AccessedThroughProperty("DataGridView2")]
private DataGridView _DataGridView2;
[AccessedThroughProperty("ComboBox3")]
private ComboBox _ComboBox3;
[AccessedThroughProperty("NumericUpDown3")]
private NumericUpDown _NumericUpDown3;
[AccessedThroughProperty("Label5")]
private Label _Label5;
[AccessedThroughProperty("Label6")]
private Label _Label6;
[AccessedThroughProperty("DataGridView3")]
private DataGridView _DataGridView3;
[AccessedThroughProperty("ComboBox4")]
private ComboBox _ComboBox4;
[AccessedThroughProperty("NumericUpDown4")]
private NumericUpDown _NumericUpDown4;
[AccessedThroughProperty("Label7")]
private Label _Label7;
[AccessedThroughProperty("Label8")]
private Label _Label8;
[AccessedThroughProperty("DataGridView4")]
private DataGridView _DataGridView4;
[AccessedThroughProperty("ComboBox5")]
private ComboBox _ComboBox5;
[AccessedThroughProperty("NumericUpDown5")]
private NumericUpDown _NumericUpDown5;
[AccessedThroughProperty("Label9")]
private Label _Label9;
[AccessedThroughProperty("Label10")]
private Label _Label10;
[AccessedThroughProperty("DataGridView5")]
private DataGridView _DataGridView5;
[AccessedThroughProperty("ComboBox6")]
private ComboBox _ComboBox6;
[AccessedThroughProperty("NumericUpDown6")]
private NumericUpDown _NumericUpDown6;
[AccessedThroughProperty("Label11")]
private Label _Label11;
[AccessedThroughProperty("Label12")]
private Label _Label12;
[AccessedThroughProperty("DataGridView6")]
private DataGridView _DataGridView6;
[AccessedThroughProperty("ComboBox7")]
private ComboBox _ComboBox7;
[AccessedThroughProperty("NumericUpDown7")]
private NumericUpDown _NumericUpDown7;
[AccessedThroughProperty("Label13")]
private Label _Label13;
[AccessedThroughProperty("Label14")]
private Label _Label14;
[AccessedThroughProperty("DataGridView7")]
private DataGridView _DataGridView7;
[AccessedThroughProperty("ComboBox8")]
private ComboBox _ComboBox8;
[AccessedThroughProperty("NumericUpDown8")]
private NumericUpDown _NumericUpDown8;
[AccessedThroughProperty("Label15")]
private Label _Label15;
[AccessedThroughProperty("Label16")]
private Label _Label16;
[AccessedThroughProperty("DataGridView8")]
private DataGridView _DataGridView8;
[AccessedThroughProperty("Column1_1")]
private DataGridViewComboBoxColumn _Column1_1;
[AccessedThroughProperty("Column2_1")]
private DataGridViewComboBoxColumn _Column2_1;
[AccessedThroughProperty("Column1_2")]
private DataGridViewComboBoxColumn _Column1_2;
[AccessedThroughProperty("Column2_2")]
private DataGridViewComboBoxColumn _Column2_2;
[AccessedThroughProperty("Column1_3")]
private DataGridViewComboBoxColumn _Column1_3;
[AccessedThroughProperty("Column2_3")]
private DataGridViewComboBoxColumn _Column2_3;
[AccessedThroughProperty("Column1_4")]
private DataGridViewComboBoxColumn _Column1_4;
[AccessedThroughProperty("Column2_4")]
private DataGridViewComboBoxColumn _Column2_4;
[AccessedThroughProperty("Column1_5")]
private DataGridViewComboBoxColumn _Column1_5;
[AccessedThroughProperty("Column2_5")]
private DataGridViewComboBoxColumn _Column2_5;
[AccessedThroughProperty("Column1_6")]
private DataGridViewComboBoxColumn _Column1_6;
[AccessedThroughProperty("Column2_6")]
private DataGridViewComboBoxColumn _Column2_6;
[AccessedThroughProperty("Column1_7")]
private DataGridViewComboBoxColumn _Column1_7;
[AccessedThroughProperty("Column2_7")]
private DataGridViewComboBoxColumn _Column2_7;
[AccessedThroughProperty("Column1_8")]
private DataGridViewComboBoxColumn _Column1_8;
[AccessedThroughProperty("Column2_8")]
private DataGridViewComboBoxColumn _Column2_8;
[DebuggerNonUserCode]
static BeepForm()
{
}
[DebuggerNonUserCode]
public BeepForm()
{
Deactivate += BeepForm_Deactivate;
FormClosing += BeepForm_FormClosing;
Load += BeepForm_Load;
__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 (BeepForm));
var gridViewCellStyle1 = new DataGridViewCellStyle();
var gridViewCellStyle2 = new DataGridViewCellStyle();
var gridViewCellStyle3 = new DataGridViewCellStyle();
var gridViewCellStyle4 = new DataGridViewCellStyle();
var gridViewCellStyle5 = new DataGridViewCellStyle();
var gridViewCellStyle6 = new DataGridViewCellStyle();
var gridViewCellStyle7 = new DataGridViewCellStyle();
var gridViewCellStyle8 = new DataGridViewCellStyle();
var gridViewCellStyle9 = new DataGridViewCellStyle();
var gridViewCellStyle10 = new DataGridViewCellStyle();
var gridViewCellStyle11 = new DataGridViewCellStyle();
var gridViewCellStyle12 = new DataGridViewCellStyle();
var gridViewCellStyle13 = new DataGridViewCellStyle();
var gridViewCellStyle14 = new DataGridViewCellStyle();
var gridViewCellStyle15 = new DataGridViewCellStyle();
var gridViewCellStyle16 = new DataGridViewCellStyle();
var gridViewCellStyle17 = new DataGridViewCellStyle();
var gridViewCellStyle18 = new DataGridViewCellStyle();
var gridViewCellStyle19 = new DataGridViewCellStyle();
var gridViewCellStyle20 = new DataGridViewCellStyle();
var gridViewCellStyle21 = new DataGridViewCellStyle();
var gridViewCellStyle22 = new DataGridViewCellStyle();
var gridViewCellStyle23 = new DataGridViewCellStyle();
var gridViewCellStyle24 = new DataGridViewCellStyle();
var gridViewCellStyle25 = new DataGridViewCellStyle();
var gridViewCellStyle26 = new DataGridViewCellStyle();
var gridViewCellStyle27 = new DataGridViewCellStyle();
var gridViewCellStyle28 = new DataGridViewCellStyle();
var gridViewCellStyle29 = new DataGridViewCellStyle();
var gridViewCellStyle30 = new DataGridViewCellStyle();
var gridViewCellStyle31 = new DataGridViewCellStyle();
var gridViewCellStyle32 = new DataGridViewCellStyle();
TabControl1 = new TabControl();
TabPage1 = new TabPage();
ComboBox1 = new ComboBox();
NumericUpDown1 = new NumericUpDown();
Label2 = new Label();
Label1 = new Label();
DataGridView1 = new DataGridView();
Column1_1 = new DataGridViewComboBoxColumn();
Column2_1 = new DataGridViewComboBoxColumn();
TabPage2 = new TabPage();
ComboBox2 = new ComboBox();
NumericUpDown2 = new NumericUpDown();
Label3 = new Label();
Label4 = new Label();
DataGridView2 = new DataGridView();
Column1_2 = new DataGridViewComboBoxColumn();
Column2_2 = new DataGridViewComboBoxColumn();
TabPage3 = new TabPage();
ComboBox3 = new ComboBox();
NumericUpDown3 = new NumericUpDown();
Label5 = new Label();
Label6 = new Label();
DataGridView3 = new DataGridView();
Column1_3 = new DataGridViewComboBoxColumn();
Column2_3 = new DataGridViewComboBoxColumn();
TabPage4 = new TabPage();
ComboBox4 = new ComboBox();
NumericUpDown4 = new NumericUpDown();
Label7 = new Label();
Label8 = new Label();
DataGridView4 = new DataGridView();
Column1_4 = new DataGridViewComboBoxColumn();
Column2_4 = new DataGridViewComboBoxColumn();
TabPage5 = new TabPage();
ComboBox5 = new ComboBox();
NumericUpDown5 = new NumericUpDown();
Label9 = new Label();
Label10 = new Label();
DataGridView5 = new DataGridView();
Column1_5 = new DataGridViewComboBoxColumn();
Column2_5 = new DataGridViewComboBoxColumn();
TabPage6 = new TabPage();
ComboBox6 = new ComboBox();
NumericUpDown6 = new NumericUpDown();
Label11 = new Label();
Label12 = new Label();
DataGridView6 = new DataGridView();
Column1_6 = new DataGridViewComboBoxColumn();
Column2_6 = new DataGridViewComboBoxColumn();
TabPage7 = new TabPage();
ComboBox7 = new ComboBox();
NumericUpDown7 = new NumericUpDown();
Label13 = new Label();
Label14 = new Label();
DataGridView7 = new DataGridView();
Column1_7 = new DataGridViewComboBoxColumn();
Column2_7 = new DataGridViewComboBoxColumn();
TabPage8 = new TabPage();
ComboBox8 = new ComboBox();
NumericUpDown8 = new NumericUpDown();
Label15 = new Label();
Label16 = new Label();
DataGridView8 = new DataGridView();
Column1_8 = new DataGridViewComboBoxColumn();
Column2_8 = new DataGridViewComboBoxColumn();
Button3 = new Button();
Button2 = new Button();
Button1 = new Button();
TabControl1.SuspendLayout();
TabPage1.SuspendLayout();
NumericUpDown1.BeginInit();
((ISupportInitialize) DataGridView1).BeginInit();
TabPage2.SuspendLayout();
NumericUpDown2.BeginInit();
((ISupportInitialize) DataGridView2).BeginInit();
TabPage3.SuspendLayout();
NumericUpDown3.BeginInit();
((ISupportInitialize) DataGridView3).BeginInit();
TabPage4.SuspendLayout();
NumericUpDown4.BeginInit();
((ISupportInitialize) DataGridView4).BeginInit();
TabPage5.SuspendLayout();
NumericUpDown5.BeginInit();
((ISupportInitialize) DataGridView5).BeginInit();
TabPage6.SuspendLayout();
NumericUpDown6.BeginInit();
((ISupportInitialize) DataGridView6).BeginInit();
TabPage7.SuspendLayout();
NumericUpDown7.BeginInit();
((ISupportInitialize) DataGridView7).BeginInit();
TabPage8.SuspendLayout();
NumericUpDown8.BeginInit();
((ISupportInitialize) DataGridView8).BeginInit();
SuspendLayout();
TabControl1.AccessibleDescription = null;
TabControl1.AccessibleName = null;
componentResourceManager.ApplyResources(TabControl1, "TabControl1");
TabControl1.BackgroundImage = null;
TabControl1.Controls.Add(TabPage1);
TabControl1.Controls.Add(TabPage2);
TabControl1.Controls.Add(TabPage3);
TabControl1.Controls.Add(TabPage4);
TabControl1.Controls.Add(TabPage5);
TabControl1.Controls.Add(TabPage6);
TabControl1.Controls.Add(TabPage7);
TabControl1.Controls.Add(TabPage8);
TabControl1.Font = null;
TabControl1.Name = "TabControl1";
TabControl1.SelectedIndex = 0;
TabPage1.AccessibleDescription = null;
TabPage1.AccessibleName = null;
componentResourceManager.ApplyResources(TabPage1, "TabPage1");
TabPage1.BackgroundImage = null;
TabPage1.Controls.Add(ComboBox1);
TabPage1.Controls.Add(NumericUpDown1);
TabPage1.Controls.Add(Label2);
TabPage1.Controls.Add(Label1);
TabPage1.Controls.Add(DataGridView1);
TabPage1.Font = null;
TabPage1.Name = "TabPage1";
TabPage1.UseVisualStyleBackColor = true;
ComboBox1.AccessibleDescription = 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[256]
{
componentResourceManager.GetString("ComboBox1.Items"),
componentResourceManager.GetString("ComboBox1.Items1"),
componentResourceManager.GetString("ComboBox1.Items2"),
componentResourceManager.GetString("ComboBox1.Items3"),
componentResourceManager.GetString("ComboBox1.Items4"),
componentResourceManager.GetString("ComboBox1.Items5"),
componentResourceManager.GetString("ComboBox1.Items6"),
componentResourceManager.GetString("ComboBox1.Items7"),
componentResourceManager.GetString("ComboBox1.Items8"),
componentResourceManager.GetString("ComboBox1.Items9"),
componentResourceManager.GetString("ComboBox1.Items10"),
componentResourceManager.GetString("ComboBox1.Items11"),
componentResourceManager.GetString("ComboBox1.Items12"),
componentResourceManager.GetString("ComboBox1.Items13"),
componentResourceManager.GetString("ComboBox1.Items14"),
componentResourceManager.GetString("ComboBox1.Items15"),
componentResourceManager.GetString("ComboBox1.Items16"),
componentResourceManager.GetString("ComboBox1.Items17"),
componentResourceManager.GetString("ComboBox1.Items18"),
componentResourceManager.GetString("ComboBox1.Items19"),
componentResourceManager.GetString("ComboBox1.Items20"),
componentResourceManager.GetString("ComboBox1.Items21"),
componentResourceManager.GetString("ComboBox1.Items22"),
componentResourceManager.GetString("ComboBox1.Items23"),
componentResourceManager.GetString("ComboBox1.Items24"),
componentResourceManager.GetString("ComboBox1.Items25"),
componentResourceManager.GetString("ComboBox1.Items26"),
componentResourceManager.GetString("ComboBox1.Items27"),
componentResourceManager.GetString("ComboBox1.Items28"),
componentResourceManager.GetString("ComboBox1.Items29"),
componentResourceManager.GetString("ComboBox1.Items30"),
componentResourceManager.GetString("ComboBox1.Items31"),
componentResourceManager.GetString("ComboBox1.Items32"),
componentResourceManager.GetString("ComboBox1.Items33"),
componentResourceManager.GetString("ComboBox1.Items34"),
componentResourceManager.GetString("ComboBox1.Items35"),
componentResourceManager.GetString("ComboBox1.Items36"),
componentResourceManager.GetString("ComboBox1.Items37"),
componentResourceManager.GetString("ComboBox1.Items38"),
componentResourceManager.GetString("ComboBox1.Items39"),
componentResourceManager.GetString("ComboBox1.Items40"),
componentResourceManager.GetString("ComboBox1.Items41"),
componentResourceManager.GetString("ComboBox1.Items42"),
componentResourceManager.GetString("ComboBox1.Items43"),
componentResourceManager.GetString("ComboBox1.Items44"),
componentResourceManager.GetString("ComboBox1.Items45"),
componentResourceManager.GetString("ComboBox1.Items46"),
componentResourceManager.GetString("ComboBox1.Items47"),
componentResourceManager.GetString("ComboBox1.Items48"),
componentResourceManager.GetString("ComboBox1.Items49"),
componentResourceManager.GetString("ComboBox1.Items50"),
componentResourceManager.GetString("ComboBox1.Items51"),
componentResourceManager.GetString("ComboBox1.Items52"),
componentResourceManager.GetString("ComboBox1.Items53"),
componentResourceManager.GetString("ComboBox1.Items54"),
componentResourceManager.GetString("ComboBox1.Items55"),
componentResourceManager.GetString("ComboBox1.Items56"),
componentResourceManager.GetString("ComboBox1.Items57"),
componentResourceManager.GetString("ComboBox1.Items58"),
componentResourceManager.GetString("ComboBox1.Items59"),
componentResourceManager.GetString("ComboBox1.Items60"),
componentResourceManager.GetString("ComboBox1.Items61"),
componentResourceManager.GetString("ComboBox1.Items62"),
componentResourceManager.GetString("ComboBox1.Items63"),
componentResourceManager.GetString("ComboBox1.Items64"),
componentResourceManager.GetString("ComboBox1.Items65"),
componentResourceManager.GetString("ComboBox1.Items66"),
componentResourceManager.GetString("ComboBox1.Items67"),
componentResourceManager.GetString("ComboBox1.Items68"),
componentResourceManager.GetString("ComboBox1.Items69"),
componentResourceManager.GetString("ComboBox1.Items70"),
componentResourceManager.GetString("ComboBox1.Items71"),
componentResourceManager.GetString("ComboBox1.Items72"),
componentResourceManager.GetString("ComboBox1.Items73"),
componentResourceManager.GetString("ComboBox1.Items74"),
componentResourceManager.GetString("ComboBox1.Items75"),
componentResourceManager.GetString("ComboBox1.Items76"),
componentResourceManager.GetString("ComboBox1.Items77"),
componentResourceManager.GetString("ComboBox1.Items78"),
componentResourceManager.GetString("ComboBox1.Items79"),
componentResourceManager.GetString("ComboBox1.Items80"),
componentResourceManager.GetString("ComboBox1.Items81"),
componentResourceManager.GetString("ComboBox1.Items82"),
componentResourceManager.GetString("ComboBox1.Items83"),
componentResourceManager.GetString("ComboBox1.Items84"),
componentResourceManager.GetString("ComboBox1.Items85"),
componentResourceManager.GetString("ComboBox1.Items86"),
componentResourceManager.GetString("ComboBox1.Items87"),
componentResourceManager.GetString("ComboBox1.Items88"),
componentResourceManager.GetString("ComboBox1.Items89"),
componentResourceManager.GetString("ComboBox1.Items90"),
componentResourceManager.GetString("ComboBox1.Items91"),
componentResourceManager.GetString("ComboBox1.Items92"),
componentResourceManager.GetString("ComboBox1.Items93"),
componentResourceManager.GetString("ComboBox1.Items94"),
componentResourceManager.GetString("ComboBox1.Items95"),
componentResourceManager.GetString("ComboBox1.Items96"),
componentResourceManager.GetString("ComboBox1.Items97"),
componentResourceManager.GetString("ComboBox1.Items98"),
componentResourceManager.GetString("ComboBox1.Items99"),
componentResourceManager.GetString("ComboBox1.Items100"),
componentResourceManager.GetString("ComboBox1.Items101"),
componentResourceManager.GetString("ComboBox1.Items102"),
componentResourceManager.GetString("ComboBox1.Items103"),
componentResourceManager.GetString("ComboBox1.Items104"),
componentResourceManager.GetString("ComboBox1.Items105"),
componentResourceManager.GetString("ComboBox1.Items106"),
componentResourceManager.GetString("ComboBox1.Items107"),
componentResourceManager.GetString("ComboBox1.Items108"),
componentResourceManager.GetString("ComboBox1.Items109"),
componentResourceManager.GetString("ComboBox1.Items110"),
componentResourceManager.GetString("ComboBox1.Items111"),
componentResourceManager.GetString("ComboBox1.Items112"),
componentResourceManager.GetString("ComboBox1.Items113"),
componentResourceManager.GetString("ComboBox1.Items114"),
componentResourceManager.GetString("ComboBox1.Items115"),
componentResourceManager.GetString("ComboBox1.Items116"),
componentResourceManager.GetString("ComboBox1.Items117"),
componentResourceManager.GetString("ComboBox1.Items118"),
componentResourceManager.GetString("ComboBox1.Items119"),
componentResourceManager.GetString("ComboBox1.Items120"),
componentResourceManager.GetString("ComboBox1.Items121"),
componentResourceManager.GetString("ComboBox1.Items122"),
componentResourceManager.GetString("ComboBox1.Items123"),
componentResourceManager.GetString("ComboBox1.Items124"),
componentResourceManager.GetString("ComboBox1.Items125"),
componentResourceManager.GetString("ComboBox1.Items126"),
componentResourceManager.GetString("ComboBox1.Items127"),
componentResourceManager.GetString("ComboBox1.Items128"),
componentResourceManager.GetString("ComboBox1.Items129"),
componentResourceManager.GetString("ComboBox1.Items130"),
componentResourceManager.GetString("ComboBox1.Items131"),
componentResourceManager.GetString("ComboBox1.Items132"),
componentResourceManager.GetString("ComboBox1.Items133"),
componentResourceManager.GetString("ComboBox1.Items134"),
componentResourceManager.GetString("ComboBox1.Items135"),
componentResourceManager.GetString("ComboBox1.Items136"),
componentResourceManager.GetString("ComboBox1.Items137"),
componentResourceManager.GetString("ComboBox1.Items138"),
componentResourceManager.GetString("ComboBox1.Items139"),
componentResourceManager.GetString("ComboBox1.Items140"),
componentResourceManager.GetString("ComboBox1.Items141"),
componentResourceManager.GetString("ComboBox1.Items142"),
componentResourceManager.GetString("ComboBox1.Items143"),
componentResourceManager.GetString("ComboBox1.Items144"),
componentResourceManager.GetString("ComboBox1.Items145"),
componentResourceManager.GetString("ComboBox1.Items146"),
componentResourceManager.GetString("ComboBox1.Items147"),
componentResourceManager.GetString("ComboBox1.Items148"),
componentResourceManager.GetString("ComboBox1.Items149"),
componentResourceManager.GetString("ComboBox1.Items150"),
componentResourceManager.GetString("ComboBox1.Items151"),
componentResourceManager.GetString("ComboBox1.Items152"),
componentResourceManager.GetString("ComboBox1.Items153"),
componentResourceManager.GetString("ComboBox1.Items154"),
componentResourceManager.GetString("ComboBox1.Items155"),
componentResourceManager.GetString("ComboBox1.Items156"),
componentResourceManager.GetString("ComboBox1.Items157"),
componentResourceManager.GetString("ComboBox1.Items158"),
componentResourceManager.GetString("ComboBox1.Items159"),
componentResourceManager.GetString("ComboBox1.Items160"),
componentResourceManager.GetString("ComboBox1.Items161"),
componentResourceManager.GetString("ComboBox1.Items162"),
componentResourceManager.GetString("ComboBox1.Items163"),
componentResourceManager.GetString("ComboBox1.Items164"),
componentResourceManager.GetString("ComboBox1.Items165"),
componentResourceManager.GetString("ComboBox1.Items166"),
componentResourceManager.GetString("ComboBox1.Items167"),
componentResourceManager.GetString("ComboBox1.Items168"),
componentResourceManager.GetString("ComboBox1.Items169"),
componentResourceManager.GetString("ComboBox1.Items170"),
componentResourceManager.GetString("ComboBox1.Items171"),
componentResourceManager.GetString("ComboBox1.Items172"),
componentResourceManager.GetString("ComboBox1.Items173"),
componentResourceManager.GetString("ComboBox1.Items174"),
componentResourceManager.GetString("ComboBox1.Items175"),
componentResourceManager.GetString("ComboBox1.Items176"),
componentResourceManager.GetString("ComboBox1.Items177"),
componentResourceManager.GetString("ComboBox1.Items178"),
componentResourceManager.GetString("ComboBox1.Items179"),
componentResourceManager.GetString("ComboBox1.Items180"),
componentResourceManager.GetString("ComboBox1.Items181"),
componentResourceManager.GetString("ComboBox1.Items182"),
componentResourceManager.GetString("ComboBox1.Items183"),
componentResourceManager.GetString("ComboBox1.Items184"),
componentResourceManager.GetString("ComboBox1.Items185"),
componentResourceManager.GetString("ComboBox1.Items186"),
componentResourceManager.GetString("ComboBox1.Items187"),
componentResourceManager.GetString("ComboBox1.Items188"),
componentResourceManager.GetString("ComboBox1.Items189"),
componentResourceManager.GetString("ComboBox1.Items190"),
componentResourceManager.GetString("ComboBox1.Items191"),
componentResourceManager.GetString("ComboBox1.Items192"),
componentResourceManager.GetString("ComboBox1.Items193"),
componentResourceManager.GetString("ComboBox1.Items194"),
componentResourceManager.GetString("ComboBox1.Items195"),
componentResourceManager.GetString("ComboBox1.Items196"),
componentResourceManager.GetString("ComboBox1.Items197"),
componentResourceManager.GetString("ComboBox1.Items198"),
componentResourceManager.GetString("ComboBox1.Items199"),
componentResourceManager.GetString("ComboBox1.Items200"),
componentResourceManager.GetString("ComboBox1.Items201"),
componentResourceManager.GetString("ComboBox1.Items202"),
componentResourceManager.GetString("ComboBox1.Items203"),
componentResourceManager.GetString("ComboBox1.Items204"),
componentResourceManager.GetString("ComboBox1.Items205"),
componentResourceManager.GetString("ComboBox1.Items206"),
componentResourceManager.GetString("ComboBox1.Items207"),
componentResourceManager.GetString("ComboBox1.Items208"),
componentResourceManager.GetString("ComboBox1.Items209"),
componentResourceManager.GetString("ComboBox1.Items210"),
componentResourceManager.GetString("ComboBox1.Items211"),
componentResourceManager.GetString("ComboBox1.Items212"),
componentResourceManager.GetString("ComboBox1.Items213"),
componentResourceManager.GetString("ComboBox1.Items214"),
componentResourceManager.GetString("ComboBox1.Items215"),
componentResourceManager.GetString("ComboBox1.Items216"),
componentResourceManager.GetString("ComboBox1.Items217"),
componentResourceManager.GetString("ComboBox1.Items218"),
componentResourceManager.GetString("ComboBox1.Items219"),
componentResourceManager.GetString("ComboBox1.Items220"),
componentResourceManager.GetString("ComboBox1.Items221"),
componentResourceManager.GetString("ComboBox1.Items222"),
componentResourceManager.GetString("ComboBox1.Items223"),
componentResourceManager.GetString("ComboBox1.Items224"),
componentResourceManager.GetString("ComboBox1.Items225"),
componentResourceManager.GetString("ComboBox1.Items226"),
componentResourceManager.GetString("ComboBox1.Items227"),
componentResourceManager.GetString("ComboBox1.Items228"),
componentResourceManager.GetString("ComboBox1.Items229"),
componentResourceManager.GetString("ComboBox1.Items230"),
componentResourceManager.GetString("ComboBox1.Items231"),
componentResourceManager.GetString("ComboBox1.Items232"),
componentResourceManager.GetString("ComboBox1.Items233"),
componentResourceManager.GetString("ComboBox1.Items234"),
componentResourceManager.GetString("ComboBox1.Items235"),
componentResourceManager.GetString("ComboBox1.Items236"),
componentResourceManager.GetString("ComboBox1.Items237"),
componentResourceManager.GetString("ComboBox1.Items238"),
componentResourceManager.GetString("ComboBox1.Items239"),
componentResourceManager.GetString("ComboBox1.Items240"),
componentResourceManager.GetString("ComboBox1.Items241"),
componentResourceManager.GetString("ComboBox1.Items242"),
componentResourceManager.GetString("ComboBox1.Items243"),
componentResourceManager.GetString("ComboBox1.Items244"),
componentResourceManager.GetString("ComboBox1.Items245"),
componentResourceManager.GetString("ComboBox1.Items246"),
componentResourceManager.GetString("ComboBox1.Items247"),
componentResourceManager.GetString("ComboBox1.Items248"),
componentResourceManager.GetString("ComboBox1.Items249"),
componentResourceManager.GetString("ComboBox1.Items250"),
componentResourceManager.GetString("ComboBox1.Items251"),
componentResourceManager.GetString("ComboBox1.Items252"),
componentResourceManager.GetString("ComboBox1.Items253"),
componentResourceManager.GetString("ComboBox1.Items254"),
componentResourceManager.GetString("ComboBox1.Items255")
});
ComboBox1.Name = "ComboBox1";
NumericUpDown1.AccessibleDescription = null;
NumericUpDown1.AccessibleName = null;
componentResourceManager.ApplyResources(NumericUpDown1, "NumericUpDown1");
NumericUpDown1.Font = null;
var numericUpDown1 = NumericUpDown1;
var num1 = new Decimal(new int[4]
{
byte.MaxValue,
0,
0,
0
});
var num2 = num1;
numericUpDown1.Maximum = num2;
NumericUpDown1.Name = "NumericUpDown1";
Label2.AccessibleDescription = null;
Label2.AccessibleName = null;
componentResourceManager.ApplyResources(Label2, "Label2");
Label2.Font = null;
Label2.Name = "Label2";
Label1.AccessibleDescription = null;
Label1.AccessibleName = null;
componentResourceManager.ApplyResources(Label1, "Label1");
Label1.Font = null;
Label1.Name = "Label1";
DataGridView1.AccessibleDescription = null;
DataGridView1.AccessibleName = null;
DataGridView1.AllowUserToAddRows = false;
DataGridView1.AllowUserToDeleteRows = false;
DataGridView1.AllowUserToResizeColumns = false;
DataGridView1.AllowUserToResizeRows = false;
gridViewCellStyle1.Alignment = DataGridViewContentAlignment.MiddleCenter;
DataGridView1.AlternatingRowsDefaultCellStyle = gridViewCellStyle1;
componentResourceManager.ApplyResources(DataGridView1, "DataGridView1");
DataGridView1.BackgroundImage = null;
gridViewCellStyle2.Alignment = DataGridViewContentAlignment.MiddleCenter;
gridViewCellStyle2.BackColor = SystemColors.Control;
gridViewCellStyle2.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, 134);
gridViewCellStyle2.ForeColor = SystemColors.WindowText;
gridViewCellStyle2.SelectionBackColor = SystemColors.Highlight;
gridViewCellStyle2.SelectionForeColor = SystemColors.HighlightText;
gridViewCellStyle2.WrapMode = DataGridViewTriState.True;
DataGridView1.ColumnHeadersDefaultCellStyle = gridViewCellStyle2;
DataGridView1.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
DataGridView1.Columns.AddRange(Column1_1, Column2_1);
DataGridView1.Font = null;
DataGridView1.Name = "DataGridView1";
gridViewCellStyle3.Alignment = DataGridViewContentAlignment.MiddleCenter;
gridViewCellStyle3.BackColor = SystemColors.Control;
gridViewCellStyle3.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, 134);
gridViewCellStyle3.ForeColor = SystemColors.WindowText;
gridViewCellStyle3.SelectionBackColor = SystemColors.Highlight;
gridViewCellStyle3.SelectionForeColor = SystemColors.HighlightText;
gridViewCellStyle3.WrapMode = DataGridViewTriState.True;
DataGridView1.RowHeadersDefaultCellStyle = gridViewCellStyle3;
DataGridView1.RowHeadersWidthSizeMode = DataGridViewRowHeadersWidthSizeMode.DisableResizing;
gridViewCellStyle4.Alignment = DataGridViewContentAlignment.MiddleCenter;
DataGridView1.RowsDefaultCellStyle = gridViewCellStyle4;
DataGridView1.RowTemplate.Height = 23;
Column1_1.AutoSizeMode = DataGridViewAutoSizeColumnMode.None;
Column1_1.DisplayStyle = DataGridViewComboBoxDisplayStyle.Nothing;
componentResourceManager.ApplyResources(Column1_1, "Column1_1");
Column1_1.Items.AddRange("无", "400", "410", "420", "430", "440", "450", "460", "470", "480", "490", "500", "510", "520", "530", "540", "550", "560", "570", "580", "590", "600", "610", "620", "630", "640", "650", "660", "670", "680", "690", "700", "710", "720", "730", "740", "750", "760", "770", "780", "790", "800", "810", "820", "830", "840", "850", "860", "870", "880", "890", "900", "910", "920", "930", "940", "950", "960", "970", "980", "990", "1000", "1010", "1020", "1030", "1040", "1050", "1060", "1070", "1080", "1090", "1100", "1110", "1120", "1130", "1140", "1150", "1160", "1170", "1180", "1190", "1200", "1210", "1220", "1230", "1240", "1250", "1260", "1270", "1280", "1290", "1300", "1310", "1320", "1330", "1340", "1350", "1360", "1370", "1380", "1390", "1400", "1410", "1420", "1430", "1440", "1450", "1460", "1470", "1480", "1490", "1500", "1510", "1520", "1530", "1540", "1550", "1560", "1570", "1580", "1590", "1600", "1610", "1620", "1630", "1640", "1650", "1660", "1670", "1680", "1690", "1700", "1710", "1720", "1730", "1740", "1750", "1760", "1770", "1780", "1790", "1800", "1810", "1820", "1830", "1840", "1850", "1860", "1870", "1880", "1890", "1900", "1910", "1920", "1930", "1940", "1950", "1960", "1970", "1980", "1990", "2000", "2010", "2020", "2030", "2040", "2050", "2060", "2070", "2080", "2090", "2100", "2110", "2120", "2130", "2140", "2150", "2160", "2170", "2180", "2190", "2200", "2210", "2220", "2230", "2240", "2250", "2260", "2270", "2280", "2290", "2300", "2310", "2320", "2330", "2340", "2350", "2360", "2370", "2380", "2390", "2400", "2410", "2420", "2430", "2440", "2450", "2460", "2470", "2480", "2490", "2500");
Column1_1.Name = "Column1_1";
Column1_1.Resizable = DataGridViewTriState.False;
Column2_1.DisplayStyle = DataGridViewComboBoxDisplayStyle.Nothing;
componentResourceManager.ApplyResources(Column2_1, "Column2_1");
Column2_1.Items.AddRange("0", "10", "20", "30", "40", "50", "60", "70", "80", "90", "100", "110", "120", "130", "140", "150", "160", "170", "180", "190", "200", "210", "220", "230", "240", "250", "260", "270", "280", "290", "300", "310", "320", "330", "340", "350", "360", "370", "380", "390", "400", "410", "420", "430", "440", "450", "460", "470", "480", "490", "500", "510", "520", "530", "540", "550", "560", "570", "580", "590", "600", "610", "620", "630", "640", "650", "660", "670", "680", "690", "700", "710", "720", "730", "740", "750", "760", "770", "780", "790", "800", "810", "820", "830", "840", "850", "860", "870", "880", "890", "900", "910", "920", "930", "940", "950", "960", "970", "980", "990", "1000", "1010", "1020", "1030", "1040", "1050", "1060", "1070", "1080", "1090", "1100", "1110", "1120", "1130", "1140", "1150", "1160", "1170", "1180", "1190", "1200", "1210", "1220", "1230", "1240", "1250", "1260", "1270", "1280", "1290", "1300", "1310", "1320", "1330", "1340", "1350", "1360", "1370", "1380", "1390", "1400", "1410", "1420", "1430", "1440", "1450", "1460", "1470", "1480", "1490", "1500", "1510", "1520", "1530", "1540", "1550", "1560", "1570", "1580", "1590", "1600", "1610", "1620", "1630", "1640", "1650", "1660", "1670", "1680", "1690", "1700", "1710", "1720", "1730", "1740", "1750", "1760", "1770", "1780", "1790", "1800", "1810", "1820", "1830", "1840", "1850", "1860", "1870", "1880", "1890", "1900", "1910", "1920", "1930", "1940", "1950", "1960", "1970", "1980", "1990", "2000", "2010", "2020", "2030", "2040", "2050", "2060", "2070", "2080", "2090", "2100", "2110", "2120", "2130", "2140", "2150", "2160", "2170", "2180", "2190", "2200", "2210", "2220", "2230", "2240", "2250", "2260", "2270", "2280", "2290", "2300", "2310", "2320", "2330", "2340", "2350", "2360", "2370", "2380", "2390", "2400", "2410", "2420", "2430", "2440", "2450", "2460", "2470", "2480", "2490", "2500");
Column2_1.Name = "Column2_1";
Column2_1.Resizable = DataGridViewTriState.False;
TabPage2.AccessibleDescription = null;
TabPage2.AccessibleName = null;
componentResourceManager.ApplyResources(TabPage2, "TabPage2");
TabPage2.BackgroundImage = null;
TabPage2.Controls.Add(ComboBox2);
TabPage2.Controls.Add(NumericUpDown2);
TabPage2.Controls.Add(Label3);
TabPage2.Controls.Add(Label4);
TabPage2.Controls.Add(DataGridView2);
TabPage2.Font = null;
TabPage2.Name = "TabPage2";
TabPage2.UseVisualStyleBackColor = true;
ComboBox2.AccessibleDescription = 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[256]
{
componentResourceManager.GetString("ComboBox2.Items"),
componentResourceManager.GetString("ComboBox2.Items1"),
componentResourceManager.GetString("ComboBox2.Items2"),
componentResourceManager.GetString("ComboBox2.Items3"),
componentResourceManager.GetString("ComboBox2.Items4"),
componentResourceManager.GetString("ComboBox2.Items5"),
componentResourceManager.GetString("ComboBox2.Items6"),
componentResourceManager.GetString("ComboBox2.Items7"),
componentResourceManager.GetString("ComboBox2.Items8"),
componentResourceManager.GetString("ComboBox2.Items9"),
componentResourceManager.GetString("ComboBox2.Items10"),
componentResourceManager.GetString("ComboBox2.Items11"),
componentResourceManager.GetString("ComboBox2.Items12"),
componentResourceManager.GetString("ComboBox2.Items13"),
componentResourceManager.GetString("ComboBox2.Items14"),
componentResourceManager.GetString("ComboBox2.Items15"),
componentResourceManager.GetString("ComboBox2.Items16"),
componentResourceManager.GetString("ComboBox2.Items17"),
componentResourceManager.GetString("ComboBox2.Items18"),
componentResourceManager.GetString("ComboBox2.Items19"),
componentResourceManager.GetString("ComboBox2.Items20"),
componentResourceManager.GetString("ComboBox2.Items21"),
componentResourceManager.GetString("ComboBox2.Items22"),
componentResourceManager.GetString("ComboBox2.Items23"),
componentResourceManager.GetString("ComboBox2.Items24"),
componentResourceManager.GetString("ComboBox2.Items25"),
componentResourceManager.GetString("ComboBox2.Items26"),
componentResourceManager.GetString("ComboBox2.Items27"),
componentResourceManager.GetString("ComboBox2.Items28"),
componentResourceManager.GetString("ComboBox2.Items29"),
componentResourceManager.GetString("ComboBox2.Items30"),
componentResourceManager.GetString("ComboBox2.Items31"),
componentResourceManager.GetString("ComboBox2.Items32"),
componentResourceManager.GetString("ComboBox2.Items33"),
componentResourceManager.GetString("ComboBox2.Items34"),
componentResourceManager.GetString("ComboBox2.Items35"),
componentResourceManager.GetString("ComboBox2.Items36"),
componentResourceManager.GetString("ComboBox2.Items37"),
componentResourceManager.GetString("ComboBox2.Items38"),
componentResourceManager.GetString("ComboBox2.Items39"),
componentResourceManager.GetString("ComboBox2.Items40"),
componentResourceManager.GetString("ComboBox2.Items41"),
componentResourceManager.GetString("ComboBox2.Items42"),
componentResourceManager.GetString("ComboBox2.Items43"),
componentResourceManager.GetString("ComboBox2.Items44"),
componentResourceManager.GetString("ComboBox2.Items45"),
componentResourceManager.GetString("ComboBox2.Items46"),
componentResourceManager.GetString("ComboBox2.Items47"),
componentResourceManager.GetString("ComboBox2.Items48"),
componentResourceManager.GetString("ComboBox2.Items49"),
componentResourceManager.GetString("ComboBox2.Items50"),
componentResourceManager.GetString("ComboBox2.Items51"),
componentResourceManager.GetString("ComboBox2.Items52"),
componentResourceManager.GetString("ComboBox2.Items53"),
componentResourceManager.GetString("ComboBox2.Items54"),
componentResourceManager.GetString("ComboBox2.Items55"),
componentResourceManager.GetString("ComboBox2.Items56"),
componentResourceManager.GetString("ComboBox2.Items57"),
componentResourceManager.GetString("ComboBox2.Items58"),
componentResourceManager.GetString("ComboBox2.Items59"),
componentResourceManager.GetString("ComboBox2.Items60"),
componentResourceManager.GetString("ComboBox2.Items61"),
componentResourceManager.GetString("ComboBox2.Items62"),
componentResourceManager.GetString("ComboBox2.Items63"),
componentResourceManager.GetString("ComboBox2.Items64"),
componentResourceManager.GetString("ComboBox2.Items65"),
componentResourceManager.GetString("ComboBox2.Items66"),
componentResourceManager.GetString("ComboBox2.Items67"),
componentResourceManager.GetString("ComboBox2.Items68"),
componentResourceManager.GetString("ComboBox2.Items69"),
componentResourceManager.GetString("ComboBox2.Items70"),
componentResourceManager.GetString("ComboBox2.Items71"),
componentResourceManager.GetString("ComboBox2.Items72"),
componentResourceManager.GetString("ComboBox2.Items73"),
componentResourceManager.GetString("ComboBox2.Items74"),
componentResourceManager.GetString("ComboBox2.Items75"),
componentResourceManager.GetString("ComboBox2.Items76"),
componentResourceManager.GetString("ComboBox2.Items77"),
componentResourceManager.GetString("ComboBox2.Items78"),
componentResourceManager.GetString("ComboBox2.Items79"),
componentResourceManager.GetString("ComboBox2.Items80"),
componentResourceManager.GetString("ComboBox2.Items81"),
componentResourceManager.GetString("ComboBox2.Items82"),
componentResourceManager.GetString("ComboBox2.Items83"),
componentResourceManager.GetString("ComboBox2.Items84"),
componentResourceManager.GetString("ComboBox2.Items85"),
componentResourceManager.GetString("ComboBox2.Items86"),
componentResourceManager.GetString("ComboBox2.Items87"),
componentResourceManager.GetString("ComboBox2.Items88"),
componentResourceManager.GetString("ComboBox2.Items89"),
componentResourceManager.GetString("ComboBox2.Items90"),
componentResourceManager.GetString("ComboBox2.Items91"),
componentResourceManager.GetString("ComboBox2.Items92"),
componentResourceManager.GetString("ComboBox2.Items93"),
componentResourceManager.GetString("ComboBox2.Items94"),
componentResourceManager.GetString("ComboBox2.Items95"),
componentResourceManager.GetString("ComboBox2.Items96"),
componentResourceManager.GetString("ComboBox2.Items97"),
componentResourceManager.GetString("ComboBox2.Items98"),
componentResourceManager.GetString("ComboBox2.Items99"),
componentResourceManager.GetString("ComboBox2.Items100"),
componentResourceManager.GetString("ComboBox2.Items101"),
componentResourceManager.GetString("ComboBox2.Items102"),
componentResourceManager.GetString("ComboBox2.Items103"),
componentResourceManager.GetString("ComboBox2.Items104"),
componentResourceManager.GetString("ComboBox2.Items105"),
componentResourceManager.GetString("ComboBox2.Items106"),
componentResourceManager.GetString("ComboBox2.Items107"),
componentResourceManager.GetString("ComboBox2.Items108"),
componentResourceManager.GetString("ComboBox2.Items109"),
componentResourceManager.GetString("ComboBox2.Items110"),
componentResourceManager.GetString("ComboBox2.Items111"),
componentResourceManager.GetString("ComboBox2.Items112"),
componentResourceManager.GetString("ComboBox2.Items113"),
componentResourceManager.GetString("ComboBox2.Items114"),
componentResourceManager.GetString("ComboBox2.Items115"),
componentResourceManager.GetString("ComboBox2.Items116"),
componentResourceManager.GetString("ComboBox2.Items117"),
componentResourceManager.GetString("ComboBox2.Items118"),
componentResourceManager.GetString("ComboBox2.Items119"),
componentResourceManager.GetString("ComboBox2.Items120"),
componentResourceManager.GetString("ComboBox2.Items121"),
componentResourceManager.GetString("ComboBox2.Items122"),
componentResourceManager.GetString("ComboBox2.Items123"),
componentResourceManager.GetString("ComboBox2.Items124"),
componentResourceManager.GetString("ComboBox2.Items125"),
componentResourceManager.GetString("ComboBox2.Items126"),
componentResourceManager.GetString("ComboBox2.Items127"),
componentResourceManager.GetString("ComboBox2.Items128"),
componentResourceManager.GetString("ComboBox2.Items129"),
componentResourceManager.GetString("ComboBox2.Items130"),
componentResourceManager.GetString("ComboBox2.Items131"),
componentResourceManager.GetString("ComboBox2.Items132"),
componentResourceManager.GetString("ComboBox2.Items133"),
componentResourceManager.GetString("ComboBox2.Items134"),
componentResourceManager.GetString("ComboBox2.Items135"),
componentResourceManager.GetString("ComboBox2.Items136"),
componentResourceManager.GetString("ComboBox2.Items137"),
componentResourceManager.GetString("ComboBox2.Items138"),
componentResourceManager.GetString("ComboBox2.Items139"),
componentResourceManager.GetString("ComboBox2.Items140"),
componentResourceManager.GetString("ComboBox2.Items141"),
componentResourceManager.GetString("ComboBox2.Items142"),
componentResourceManager.GetString("ComboBox2.Items143"),
componentResourceManager.GetString("ComboBox2.Items144"),
componentResourceManager.GetString("ComboBox2.Items145"),
componentResourceManager.GetString("ComboBox2.Items146"),
componentResourceManager.GetString("ComboBox2.Items147"),
componentResourceManager.GetString("ComboBox2.Items148"),
componentResourceManager.GetString("ComboBox2.Items149"),
componentResourceManager.GetString("ComboBox2.Items150"),
componentResourceManager.GetString("ComboBox2.Items151"),
componentResourceManager.GetString("ComboBox2.Items152"),
componentResourceManager.GetString("ComboBox2.Items153"),
componentResourceManager.GetString("ComboBox2.Items154"),
componentResourceManager.GetString("ComboBox2.Items155"),
componentResourceManager.GetString("ComboBox2.Items156"),
componentResourceManager.GetString("ComboBox2.Items157"),
componentResourceManager.GetString("ComboBox2.Items158"),
componentResourceManager.GetString("ComboBox2.Items159"),
componentResourceManager.GetString("ComboBox2.Items160"),
componentResourceManager.GetString("ComboBox2.Items161"),
componentResourceManager.GetString("ComboBox2.Items162"),
componentResourceManager.GetString("ComboBox2.Items163"),
componentResourceManager.GetString("ComboBox2.Items164"),
componentResourceManager.GetString("ComboBox2.Items165"),
componentResourceManager.GetString("ComboBox2.Items166"),
componentResourceManager.GetString("ComboBox2.Items167"),
componentResourceManager.GetString("ComboBox2.Items168"),
componentResourceManager.GetString("ComboBox2.Items169"),
componentResourceManager.GetString("ComboBox2.Items170"),
componentResourceManager.GetString("ComboBox2.Items171"),
componentResourceManager.GetString("ComboBox2.Items172"),
componentResourceManager.GetString("ComboBox2.Items173"),
componentResourceManager.GetString("ComboBox2.Items174"),
componentResourceManager.GetString("ComboBox2.Items175"),
componentResourceManager.GetString("ComboBox2.Items176"),
componentResourceManager.GetString("ComboBox2.Items177"),
componentResourceManager.GetString("ComboBox2.Items178"),
componentResourceManager.GetString("ComboBox2.Items179"),
componentResourceManager.GetString("ComboBox2.Items180"),
componentResourceManager.GetString("ComboBox2.Items181"),
componentResourceManager.GetString("ComboBox2.Items182"),
componentResourceManager.GetString("ComboBox2.Items183"),
componentResourceManager.GetString("ComboBox2.Items184"),
componentResourceManager.GetString("ComboBox2.Items185"),
componentResourceManager.GetString("ComboBox2.Items186"),
componentResourceManager.GetString("ComboBox2.Items187"),
componentResourceManager.GetString("ComboBox2.Items188"),
componentResourceManager.GetString("ComboBox2.Items189"),
componentResourceManager.GetString("ComboBox2.Items190"),
componentResourceManager.GetString("ComboBox2.Items191"),
componentResourceManager.GetString("ComboBox2.Items192"),
componentResourceManager.GetString("ComboBox2.Items193"),
componentResourceManager.GetString("ComboBox2.Items194"),
componentResourceManager.GetString("ComboBox2.Items195"),
componentResourceManager.GetString("ComboBox2.Items196"),
componentResourceManager.GetString("ComboBox2.Items197"),
componentResourceManager.GetString("ComboBox2.Items198"),
componentResourceManager.GetString("ComboBox2.Items199"),
componentResourceManager.GetString("ComboBox2.Items200"),
componentResourceManager.GetString("ComboBox2.Items201"),
componentResourceManager.GetString("ComboBox2.Items202"),
componentResourceManager.GetString("ComboBox2.Items203"),
componentResourceManager.GetString("ComboBox2.Items204"),
componentResourceManager.GetString("ComboBox2.Items205"),
componentResourceManager.GetString("ComboBox2.Items206"),
componentResourceManager.GetString("ComboBox2.Items207"),
componentResourceManager.GetString("ComboBox2.Items208"),
componentResourceManager.GetString("ComboBox2.Items209"),
componentResourceManager.GetString("ComboBox2.Items210"),
componentResourceManager.GetString("ComboBox2.Items211"),
componentResourceManager.GetString("ComboBox2.Items212"),
componentResourceManager.GetString("ComboBox2.Items213"),
componentResourceManager.GetString("ComboBox2.Items214"),
componentResourceManager.GetString("ComboBox2.Items215"),
componentResourceManager.GetString("ComboBox2.Items216"),
componentResourceManager.GetString("ComboBox2.Items217"),
componentResourceManager.GetString("ComboBox2.Items218"),
componentResourceManager.GetString("ComboBox2.Items219"),
componentResourceManager.GetString("ComboBox2.Items220"),
componentResourceManager.GetString("ComboBox2.Items221"),
componentResourceManager.GetString("ComboBox2.Items222"),
componentResourceManager.GetString("ComboBox2.Items223"),
componentResourceManager.GetString("ComboBox2.Items224"),
componentResourceManager.GetString("ComboBox2.Items225"),
componentResourceManager.GetString("ComboBox2.Items226"),
componentResourceManager.GetString("ComboBox2.Items227"),
componentResourceManager.GetString("ComboBox2.Items228"),
componentResourceManager.GetString("ComboBox2.Items229"),
componentResourceManager.GetString("ComboBox2.Items230"),
componentResourceManager.GetString("ComboBox2.Items231"),
componentResourceManager.GetString("ComboBox2.Items232"),
componentResourceManager.GetString("ComboBox2.Items233"),
componentResourceManager.GetString("ComboBox2.Items234"),
componentResourceManager.GetString("ComboBox2.Items235"),
componentResourceManager.GetString("ComboBox2.Items236"),
componentResourceManager.GetString("ComboBox2.Items237"),
componentResourceManager.GetString("ComboBox2.Items238"),
componentResourceManager.GetString("ComboBox2.Items239"),
componentResourceManager.GetString("ComboBox2.Items240"),
componentResourceManager.GetString("ComboBox2.Items241"),
componentResourceManager.GetString("ComboBox2.Items242"),
componentResourceManager.GetString("ComboBox2.Items243"),
componentResourceManager.GetString("ComboBox2.Items244"),
componentResourceManager.GetString("ComboBox2.Items245"),
componentResourceManager.GetString("ComboBox2.Items246"),
componentResourceManager.GetString("ComboBox2.Items247"),
componentResourceManager.GetString("ComboBox2.Items248"),
componentResourceManager.GetString("ComboBox2.Items249"),
componentResourceManager.GetString("ComboBox2.Items250"),
componentResourceManager.GetString("ComboBox2.Items251"),
componentResourceManager.GetString("ComboBox2.Items252"),
componentResourceManager.GetString("ComboBox2.Items253"),
componentResourceManager.GetString("ComboBox2.Items254"),
componentResourceManager.GetString("ComboBox2.Items255")
});
ComboBox2.Name = "ComboBox2";
NumericUpDown2.AccessibleDescription = null;
NumericUpDown2.AccessibleName = null;
componentResourceManager.ApplyResources(NumericUpDown2, "NumericUpDown2");
NumericUpDown2.Font = null;
var numericUpDown2 = NumericUpDown2;
num1 = new Decimal(new int[4]
{
byte.MaxValue,
0,
0,
0
});
var num3 = num1;
numericUpDown2.Maximum = num3;
NumericUpDown2.Name = "NumericUpDown2";
Label3.AccessibleDescription = null;
Label3.AccessibleName = null;
componentResourceManager.ApplyResources(Label3, "Label3");
Label3.Font = null;
Label3.Name = "Label3";
Label4.AccessibleDescription = null;
Label4.AccessibleName = null;
componentResourceManager.ApplyResources(Label4, "Label4");
Label4.Font = null;
Label4.Name = "Label4";
DataGridView2.AccessibleDescription = null;
DataGridView2.AccessibleName = null;
DataGridView2.AllowUserToAddRows = false;
DataGridView2.AllowUserToDeleteRows = false;
DataGridView2.AllowUserToResizeColumns = false;
DataGridView2.AllowUserToResizeRows = false;
gridViewCellStyle5.Alignment = DataGridViewContentAlignment.MiddleCenter;
DataGridView2.AlternatingRowsDefaultCellStyle = gridViewCellStyle5;
componentResourceManager.ApplyResources(DataGridView2, "DataGridView2");
DataGridView2.BackgroundImage = null;
gridViewCellStyle6.Alignment = DataGridViewContentAlignment.MiddleCenter;
gridViewCellStyle6.BackColor = SystemColors.Control;
gridViewCellStyle6.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, 134);
gridViewCellStyle6.ForeColor = SystemColors.WindowText;
gridViewCellStyle6.SelectionBackColor = SystemColors.Highlight;
gridViewCellStyle6.SelectionForeColor = SystemColors.HighlightText;
gridViewCellStyle6.WrapMode = DataGridViewTriState.True;
DataGridView2.ColumnHeadersDefaultCellStyle = gridViewCellStyle6;
DataGridView2.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
DataGridView2.Columns.AddRange(Column1_2, Column2_2);
DataGridView2.Font = null;
DataGridView2.Name = "DataGridView2";
gridViewCellStyle7.Alignment = DataGridViewContentAlignment.MiddleCenter;
gridViewCellStyle7.BackColor = SystemColors.Control;
gridViewCellStyle7.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, 134);
gridViewCellStyle7.ForeColor = SystemColors.WindowText;
gridViewCellStyle7.SelectionBackColor = SystemColors.Highlight;
gridViewCellStyle7.SelectionForeColor = SystemColors.HighlightText;
gridViewCellStyle7.WrapMode = DataGridViewTriState.True;
DataGridView2.RowHeadersDefaultCellStyle = gridViewCellStyle7;
gridViewCellStyle8.Alignment = DataGridViewContentAlignment.MiddleCenter;
DataGridView2.RowsDefaultCellStyle = gridViewCellStyle8;
DataGridView2.RowTemplate.Height = 23;
Column1_2.AutoSizeMode = DataGridViewAutoSizeColumnMode.None;
Column1_2.DisplayStyle = DataGridViewComboBoxDisplayStyle.Nothing;
componentResourceManager.ApplyResources(Column1_2, "Column1_2");
Column1_2.Items.AddRange("无", "400", "410", "420", "430", "440", "450", "460", "470", "480", "490", "500", "510", "520", "530", "540", "550", "560", "570", "580", "590", "600", "610", "620", "630", "640", "650", "660", "670", "680", "690", "700", "710", "720", "730", "740", "750", "760", "770", "780", "790", "800", "810", "820", "830", "840", "850", "860", "870", "880", "890", "900", "910", "920", "930", "940", "950", "960", "970", "980", "990", "1000", "1010", "1020", "1030", "1040", "1050", "1060", "1070", "1080", "1090", "1100", "1110", "1120", "1130", "1140", "1150", "1160", "1170", "1180", "1190", "1200", "1210", "1220", "1230", "1240", "1250", "1260", "1270", "1280", "1290", "1300", "1310", "1320", "1330", "1340", "1350", "1360", "1370", "1380", "1390", "1400", "1410", "1420", "1430", "1440", "1450", "1460", "1470", "1480", "1490", "1500", "1510", "1520", "1530", "1540", "1550", "1560", "1570", "1580", "1590", "1600", "1610", "1620", "1630", "1640", "1650", "1660", "1670", "1680", "1690", "1700", "1710", "1720", "1730", "1740", "1750", "1760", "1770", "1780", "1790", "1800", "1810", "1820", "1830", "1840", "1850", "1860", "1870", "1880", "1890", "1900", "1910", "1920", "1930", "1940", "1950", "1960", "1970", "1980", "1990", "2000", "2010", "2020", "2030", "2040", "2050", "2060", "2070", "2080", "2090", "2100", "2110", "2120", "2130", "2140", "2150", "2160", "2170", "2180", "2190", "2200", "2210", "2220", "2230", "2240", "2250", "2260", "2270", "2280", "2290", "2300", "2310", "2320", "2330", "2340", "2350", "2360", "2370", "2380", "2390", "2400", "2410", "2420", "2430", "2440", "2450", "2460", "2470", "2480", "2490", "2500");
Column1_2.Name = "Column1_2";
Column1_2.Resizable = DataGridViewTriState.False;
Column2_2.DisplayStyle = DataGridViewComboBoxDisplayStyle.Nothing;
componentResourceManager.ApplyResources(Column2_2, "Column2_2");
Column2_2.Items.AddRange("0", "10", "20", "30", "40", "50", "60", "70", "80", "90", "100", "110", "120", "130", "140", "150", "160", "170", "180", "190", "200", "210", "220", "230", "240", "250", "260", "270", "280", "290", "300", "310", "320", "330", "340", "350", "360", "370", "380", "390", "400", "410", "420", "430", "440", "450", "460", "470", "480", "490", "500", "510", "520", "530", "540", "550", "560", "570", "580", "590", "600", "610", "620", "630", "640", "650", "660", "670", "680", "690", "700", "710", "720", "730", "740", "750", "760", "770", "780", "790", "800", "810", "820", "830", "840", "850", "860", "870", "880", "890", "900", "910", "920", "930", "940", "950", "960", "970", "980", "990", "1000", "1010", "1020", "1030", "1040", "1050", "1060", "1070", "1080", "1090", "1100", "1110", "1120", "1130", "1140", "1150", "1160", "1170", "1180", "1190", "1200", "1210", "1220", "1230", "1240", "1250", "1260", "1270", "1280", "1290", "1300", "1310", "1320", "1330", "1340", "1350", "1360", "1370", "1380", "1390", "1400", "1410", "1420", "1430", "1440", "1450", "1460", "1470", "1480", "1490", "1500", "1510", "1520", "1530", "1540", "1550", "1560", "1570", "1580", "1590", "1600", "1610", "1620", "1630", "1640", "1650", "1660", "1670", "1680", "1690", "1700", "1710", "1720", "1730", "1740", "1750", "1760", "1770", "1780", "1790", "1800", "1810", "1820", "1830", "1840", "1850", "1860", "1870", "1880", "1890", "1900", "1910", "1920", "1930", "1940", "1950", "1960", "1970", "1980", "1990", "2000", "2010", "2020", "2030", "2040", "2050", "2060", "2070", "2080", "2090", "2100", "2110", "2120", "2130", "2140", "2150", "2160", "2170", "2180", "2190", "2200", "2210", "2220", "2230", "2240", "2250", "2260", "2270", "2280", "2290", "2300", "2310", "2320", "2330", "2340", "2350", "2360", "2370", "2380", "2390", "2400", "2410", "2420", "2430", "2440", "2450", "2460", "2470", "2480", "2490", "2500");
Column2_2.Name = "Column2_2";
Column2_2.Resizable = DataGridViewTriState.False;
TabPage3.AccessibleDescription = null;
TabPage3.AccessibleName = null;
componentResourceManager.ApplyResources(TabPage3, "TabPage3");
TabPage3.BackgroundImage = null;
TabPage3.Controls.Add(ComboBox3);
TabPage3.Controls.Add(NumericUpDown3);
TabPage3.Controls.Add(Label5);
TabPage3.Controls.Add(Label6);
TabPage3.Controls.Add(DataGridView3);
TabPage3.Font = null;
TabPage3.Name = "TabPage3";
TabPage3.UseVisualStyleBackColor = true;
ComboBox3.AccessibleDescription = 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[256]
{
componentResourceManager.GetString("ComboBox3.Items"),
componentResourceManager.GetString("ComboBox3.Items1"),
componentResourceManager.GetString("ComboBox3.Items2"),
componentResourceManager.GetString("ComboBox3.Items3"),
componentResourceManager.GetString("ComboBox3.Items4"),
componentResourceManager.GetString("ComboBox3.Items5"),
componentResourceManager.GetString("ComboBox3.Items6"),
componentResourceManager.GetString("ComboBox3.Items7"),
componentResourceManager.GetString("ComboBox3.Items8"),
componentResourceManager.GetString("ComboBox3.Items9"),
componentResourceManager.GetString("ComboBox3.Items10"),
componentResourceManager.GetString("ComboBox3.Items11"),
componentResourceManager.GetString("ComboBox3.Items12"),
componentResourceManager.GetString("ComboBox3.Items13"),
componentResourceManager.GetString("ComboBox3.Items14"),
componentResourceManager.GetString("ComboBox3.Items15"),
componentResourceManager.GetString("ComboBox3.Items16"),
componentResourceManager.GetString("ComboBox3.Items17"),
componentResourceManager.GetString("ComboBox3.Items18"),
componentResourceManager.GetString("ComboBox3.Items19"),
componentResourceManager.GetString("ComboBox3.Items20"),
componentResourceManager.GetString("ComboBox3.Items21"),
componentResourceManager.GetString("ComboBox3.Items22"),
componentResourceManager.GetString("ComboBox3.Items23"),
componentResourceManager.GetString("ComboBox3.Items24"),
componentResourceManager.GetString("ComboBox3.Items25"),
componentResourceManager.GetString("ComboBox3.Items26"),
componentResourceManager.GetString("ComboBox3.Items27"),
componentResourceManager.GetString("ComboBox3.Items28"),
componentResourceManager.GetString("ComboBox3.Items29"),
componentResourceManager.GetString("ComboBox3.Items30"),
componentResourceManager.GetString("ComboBox3.Items31"),
componentResourceManager.GetString("ComboBox3.Items32"),
componentResourceManager.GetString("ComboBox3.Items33"),
componentResourceManager.GetString("ComboBox3.Items34"),
componentResourceManager.GetString("ComboBox3.Items35"),
componentResourceManager.GetString("ComboBox3.Items36"),
componentResourceManager.GetString("ComboBox3.Items37"),
componentResourceManager.GetString("ComboBox3.Items38"),
componentResourceManager.GetString("ComboBox3.Items39"),
componentResourceManager.GetString("ComboBox3.Items40"),
componentResourceManager.GetString("ComboBox3.Items41"),
componentResourceManager.GetString("ComboBox3.Items42"),
componentResourceManager.GetString("ComboBox3.Items43"),
componentResourceManager.GetString("ComboBox3.Items44"),
componentResourceManager.GetString("ComboBox3.Items45"),
componentResourceManager.GetString("ComboBox3.Items46"),
componentResourceManager.GetString("ComboBox3.Items47"),
componentResourceManager.GetString("ComboBox3.Items48"),
componentResourceManager.GetString("ComboBox3.Items49"),
componentResourceManager.GetString("ComboBox3.Items50"),
componentResourceManager.GetString("ComboBox3.Items51"),
componentResourceManager.GetString("ComboBox3.Items52"),
componentResourceManager.GetString("ComboBox3.Items53"),
componentResourceManager.GetString("ComboBox3.Items54"),
componentResourceManager.GetString("ComboBox3.Items55"),
componentResourceManager.GetString("ComboBox3.Items56"),
componentResourceManager.GetString("ComboBox3.Items57"),
componentResourceManager.GetString("ComboBox3.Items58"),
componentResourceManager.GetString("ComboBox3.Items59"),
componentResourceManager.GetString("ComboBox3.Items60"),
componentResourceManager.GetString("ComboBox3.Items61"),
componentResourceManager.GetString("ComboBox3.Items62"),
componentResourceManager.GetString("ComboBox3.Items63"),
componentResourceManager.GetString("ComboBox3.Items64"),
componentResourceManager.GetString("ComboBox3.Items65"),
componentResourceManager.GetString("ComboBox3.Items66"),
componentResourceManager.GetString("ComboBox3.Items67"),
componentResourceManager.GetString("ComboBox3.Items68"),
componentResourceManager.GetString("ComboBox3.Items69"),
componentResourceManager.GetString("ComboBox3.Items70"),
componentResourceManager.GetString("ComboBox3.Items71"),
componentResourceManager.GetString("ComboBox3.Items72"),
componentResourceManager.GetString("ComboBox3.Items73"),
componentResourceManager.GetString("ComboBox3.Items74"),
componentResourceManager.GetString("ComboBox3.Items75"),
componentResourceManager.GetString("ComboBox3.Items76"),
componentResourceManager.GetString("ComboBox3.Items77"),
componentResourceManager.GetString("ComboBox3.Items78"),
componentResourceManager.GetString("ComboBox3.Items79"),
componentResourceManager.GetString("ComboBox3.Items80"),
componentResourceManager.GetString("ComboBox3.Items81"),
componentResourceManager.GetString("ComboBox3.Items82"),
componentResourceManager.GetString("ComboBox3.Items83"),
componentResourceManager.GetString("ComboBox3.Items84"),
componentResourceManager.GetString("ComboBox3.Items85"),
componentResourceManager.GetString("ComboBox3.Items86"),
componentResourceManager.GetString("ComboBox3.Items87"),
componentResourceManager.GetString("ComboBox3.Items88"),
componentResourceManager.GetString("ComboBox3.Items89"),
componentResourceManager.GetString("ComboBox3.Items90"),
componentResourceManager.GetString("ComboBox3.Items91"),
componentResourceManager.GetString("ComboBox3.Items92"),
componentResourceManager.GetString("ComboBox3.Items93"),
componentResourceManager.GetString("ComboBox3.Items94"),
componentResourceManager.GetString("ComboBox3.Items95"),
componentResourceManager.GetString("ComboBox3.Items96"),
componentResourceManager.GetString("ComboBox3.Items97"),
componentResourceManager.GetString("ComboBox3.Items98"),
componentResourceManager.GetString("ComboBox3.Items99"),
componentResourceManager.GetString("ComboBox3.Items100"),
componentResourceManager.GetString("ComboBox3.Items101"),
componentResourceManager.GetString("ComboBox3.Items102"),
componentResourceManager.GetString("ComboBox3.Items103"),
componentResourceManager.GetString("ComboBox3.Items104"),
componentResourceManager.GetString("ComboBox3.Items105"),
componentResourceManager.GetString("ComboBox3.Items106"),
componentResourceManager.GetString("ComboBox3.Items107"),
componentResourceManager.GetString("ComboBox3.Items108"),
componentResourceManager.GetString("ComboBox3.Items109"),
componentResourceManager.GetString("ComboBox3.Items110"),
componentResourceManager.GetString("ComboBox3.Items111"),
componentResourceManager.GetString("ComboBox3.Items112"),
componentResourceManager.GetString("ComboBox3.Items113"),
componentResourceManager.GetString("ComboBox3.Items114"),
componentResourceManager.GetString("ComboBox3.Items115"),
componentResourceManager.GetString("ComboBox3.Items116"),
componentResourceManager.GetString("ComboBox3.Items117"),
componentResourceManager.GetString("ComboBox3.Items118"),
componentResourceManager.GetString("ComboBox3.Items119"),
componentResourceManager.GetString("ComboBox3.Items120"),
componentResourceManager.GetString("ComboBox3.Items121"),
componentResourceManager.GetString("ComboBox3.Items122"),
componentResourceManager.GetString("ComboBox3.Items123"),
componentResourceManager.GetString("ComboBox3.Items124"),
componentResourceManager.GetString("ComboBox3.Items125"),
componentResourceManager.GetString("ComboBox3.Items126"),
componentResourceManager.GetString("ComboBox3.Items127"),
componentResourceManager.GetString("ComboBox3.Items128"),
componentResourceManager.GetString("ComboBox3.Items129"),
componentResourceManager.GetString("ComboBox3.Items130"),
componentResourceManager.GetString("ComboBox3.Items131"),
componentResourceManager.GetString("ComboBox3.Items132"),
componentResourceManager.GetString("ComboBox3.Items133"),
componentResourceManager.GetString("ComboBox3.Items134"),
componentResourceManager.GetString("ComboBox3.Items135"),
componentResourceManager.GetString("ComboBox3.Items136"),
componentResourceManager.GetString("ComboBox3.Items137"),
componentResourceManager.GetString("ComboBox3.Items138"),
componentResourceManager.GetString("ComboBox3.Items139"),
componentResourceManager.GetString("ComboBox3.Items140"),
componentResourceManager.GetString("ComboBox3.Items141"),
componentResourceManager.GetString("ComboBox3.Items142"),
componentResourceManager.GetString("ComboBox3.Items143"),
componentResourceManager.GetString("ComboBox3.Items144"),
componentResourceManager.GetString("ComboBox3.Items145"),
componentResourceManager.GetString("ComboBox3.Items146"),
componentResourceManager.GetString("ComboBox3.Items147"),
componentResourceManager.GetString("ComboBox3.Items148"),
componentResourceManager.GetString("ComboBox3.Items149"),
componentResourceManager.GetString("ComboBox3.Items150"),
componentResourceManager.GetString("ComboBox3.Items151"),
componentResourceManager.GetString("ComboBox3.Items152"),
componentResourceManager.GetString("ComboBox3.Items153"),
componentResourceManager.GetString("ComboBox3.Items154"),
componentResourceManager.GetString("ComboBox3.Items155"),
componentResourceManager.GetString("ComboBox3.Items156"),
componentResourceManager.GetString("ComboBox3.Items157"),
componentResourceManager.GetString("ComboBox3.Items158"),
componentResourceManager.GetString("ComboBox3.Items159"),
componentResourceManager.GetString("ComboBox3.Items160"),
componentResourceManager.GetString("ComboBox3.Items161"),
componentResourceManager.GetString("ComboBox3.Items162"),
componentResourceManager.GetString("ComboBox3.Items163"),
componentResourceManager.GetString("ComboBox3.Items164"),
componentResourceManager.GetString("ComboBox3.Items165"),
componentResourceManager.GetString("ComboBox3.Items166"),
componentResourceManager.GetString("ComboBox3.Items167"),
componentResourceManager.GetString("ComboBox3.Items168"),
componentResourceManager.GetString("ComboBox3.Items169"),
componentResourceManager.GetString("ComboBox3.Items170"),
componentResourceManager.GetString("ComboBox3.Items171"),
componentResourceManager.GetString("ComboBox3.Items172"),
componentResourceManager.GetString("ComboBox3.Items173"),
componentResourceManager.GetString("ComboBox3.Items174"),
componentResourceManager.GetString("ComboBox3.Items175"),
componentResourceManager.GetString("ComboBox3.Items176"),
componentResourceManager.GetString("ComboBox3.Items177"),
componentResourceManager.GetString("ComboBox3.Items178"),
componentResourceManager.GetString("ComboBox3.Items179"),
componentResourceManager.GetString("ComboBox3.Items180"),
componentResourceManager.GetString("ComboBox3.Items181"),
componentResourceManager.GetString("ComboBox3.Items182"),
componentResourceManager.GetString("ComboBox3.Items183"),
componentResourceManager.GetString("ComboBox3.Items184"),
componentResourceManager.GetString("ComboBox3.Items185"),
componentResourceManager.GetString("ComboBox3.Items186"),
componentResourceManager.GetString("ComboBox3.Items187"),
componentResourceManager.GetString("ComboBox3.Items188"),
componentResourceManager.GetString("ComboBox3.Items189"),
componentResourceManager.GetString("ComboBox3.Items190"),
componentResourceManager.GetString("ComboBox3.Items191"),
componentResourceManager.GetString("ComboBox3.Items192"),
componentResourceManager.GetString("ComboBox3.Items193"),
componentResourceManager.GetString("ComboBox3.Items194"),
componentResourceManager.GetString("ComboBox3.Items195"),
componentResourceManager.GetString("ComboBox3.Items196"),
componentResourceManager.GetString("ComboBox3.Items197"),
componentResourceManager.GetString("ComboBox3.Items198"),
componentResourceManager.GetString("ComboBox3.Items199"),
componentResourceManager.GetString("ComboBox3.Items200"),
componentResourceManager.GetString("ComboBox3.Items201"),
componentResourceManager.GetString("ComboBox3.Items202"),
componentResourceManager.GetString("ComboBox3.Items203"),
componentResourceManager.GetString("ComboBox3.Items204"),
componentResourceManager.GetString("ComboBox3.Items205"),
componentResourceManager.GetString("ComboBox3.Items206"),
componentResourceManager.GetString("ComboBox3.Items207"),
componentResourceManager.GetString("ComboBox3.Items208"),
componentResourceManager.GetString("ComboBox3.Items209"),
componentResourceManager.GetString("ComboBox3.Items210"),
componentResourceManager.GetString("ComboBox3.Items211"),
componentResourceManager.GetString("ComboBox3.Items212"),
componentResourceManager.GetString("ComboBox3.Items213"),
componentResourceManager.GetString("ComboBox3.Items214"),
componentResourceManager.GetString("ComboBox3.Items215"),
componentResourceManager.GetString("ComboBox3.Items216"),
componentResourceManager.GetString("ComboBox3.Items217"),
componentResourceManager.GetString("ComboBox3.Items218"),
componentResourceManager.GetString("ComboBox3.Items219"),
componentResourceManager.GetString("ComboBox3.Items220"),
componentResourceManager.GetString("ComboBox3.Items221"),
componentResourceManager.GetString("ComboBox3.Items222"),
componentResourceManager.GetString("ComboBox3.Items223"),
componentResourceManager.GetString("ComboBox3.Items224"),
componentResourceManager.GetString("ComboBox3.Items225"),
componentResourceManager.GetString("ComboBox3.Items226"),
componentResourceManager.GetString("ComboBox3.Items227"),
componentResourceManager.GetString("ComboBox3.Items228"),
componentResourceManager.GetString("ComboBox3.Items229"),
componentResourceManager.GetString("ComboBox3.Items230"),
componentResourceManager.GetString("ComboBox3.Items231"),
componentResourceManager.GetString("ComboBox3.Items232"),
componentResourceManager.GetString("ComboBox3.Items233"),
componentResourceManager.GetString("ComboBox3.Items234"),
componentResourceManager.GetString("ComboBox3.Items235"),
componentResourceManager.GetString("ComboBox3.Items236"),
componentResourceManager.GetString("ComboBox3.Items237"),
componentResourceManager.GetString("ComboBox3.Items238"),
componentResourceManager.GetString("ComboBox3.Items239"),
componentResourceManager.GetString("ComboBox3.Items240"),
componentResourceManager.GetString("ComboBox3.Items241"),
componentResourceManager.GetString("ComboBox3.Items242"),
componentResourceManager.GetString("ComboBox3.Items243"),
componentResourceManager.GetString("ComboBox3.Items244"),
componentResourceManager.GetString("ComboBox3.Items245"),
componentResourceManager.GetString("ComboBox3.Items246"),
componentResourceManager.GetString("ComboBox3.Items247"),
componentResourceManager.GetString("ComboBox3.Items248"),
componentResourceManager.GetString("ComboBox3.Items249"),
componentResourceManager.GetString("ComboBox3.Items250"),
componentResourceManager.GetString("ComboBox3.Items251"),
componentResourceManager.GetString("ComboBox3.Items252"),
componentResourceManager.GetString("ComboBox3.Items253"),
componentResourceManager.GetString("ComboBox3.Items254"),
componentResourceManager.GetString("ComboBox3.Items255")
});
ComboBox3.Name = "ComboBox3";
NumericUpDown3.AccessibleDescription = null;
NumericUpDown3.AccessibleName = null;
componentResourceManager.ApplyResources(NumericUpDown3, "NumericUpDown3");
NumericUpDown3.Font = null;
var numericUpDown3 = NumericUpDown3;
num1 = new Decimal(new int[4]
{
byte.MaxValue,
0,
0,
0
});
var num4 = num1;
numericUpDown3.Maximum = num4;
NumericUpDown3.Name = "NumericUpDown3";
Label5.AccessibleDescription = null;
Label5.AccessibleName = null;
componentResourceManager.ApplyResources(Label5, "Label5");
Label5.Font = null;
Label5.Name = "Label5";
Label6.AccessibleDescription = null;
Label6.AccessibleName = null;
componentResourceManager.ApplyResources(Label6, "Label6");
Label6.Font = null;
Label6.Name = "Label6";
DataGridView3.AccessibleDescription = null;
DataGridView3.AccessibleName = null;
DataGridView3.AllowUserToAddRows = false;
DataGridView3.AllowUserToDeleteRows = false;
DataGridView3.AllowUserToResizeColumns = false;
DataGridView3.AllowUserToResizeRows = false;
gridViewCellStyle9.Alignment = DataGridViewContentAlignment.MiddleCenter;
DataGridView3.AlternatingRowsDefaultCellStyle = gridViewCellStyle9;
componentResourceManager.ApplyResources(DataGridView3, "DataGridView3");
DataGridView3.BackgroundImage = null;
gridViewCellStyle10.Alignment = DataGridViewContentAlignment.MiddleCenter;
gridViewCellStyle10.BackColor = SystemColors.Control;
gridViewCellStyle10.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, 134);
gridViewCellStyle10.ForeColor = SystemColors.WindowText;
gridViewCellStyle10.SelectionBackColor = SystemColors.Highlight;
gridViewCellStyle10.SelectionForeColor = SystemColors.HighlightText;
gridViewCellStyle10.WrapMode = DataGridViewTriState.True;
DataGridView3.ColumnHeadersDefaultCellStyle = gridViewCellStyle10;
DataGridView3.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
DataGridView3.Columns.AddRange(Column1_3, Column2_3);
DataGridView3.Font = null;
DataGridView3.Name = "DataGridView3";
gridViewCellStyle11.Alignment = DataGridViewContentAlignment.MiddleCenter;
gridViewCellStyle11.BackColor = SystemColors.Control;
gridViewCellStyle11.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, 134);
gridViewCellStyle11.ForeColor = SystemColors.WindowText;
gridViewCellStyle11.SelectionBackColor = SystemColors.Highlight;
gridViewCellStyle11.SelectionForeColor = SystemColors.HighlightText;
gridViewCellStyle11.WrapMode = DataGridViewTriState.True;
DataGridView3.RowHeadersDefaultCellStyle = gridViewCellStyle11;
gridViewCellStyle12.Alignment = DataGridViewContentAlignment.MiddleCenter;
DataGridView3.RowsDefaultCellStyle = gridViewCellStyle12;
DataGridView3.RowTemplate.Height = 23;
Column1_3.AutoSizeMode = DataGridViewAutoSizeColumnMode.None;
Column1_3.DisplayStyle = DataGridViewComboBoxDisplayStyle.Nothing;
componentResourceManager.ApplyResources(Column1_3, "Column1_3");
Column1_3.Items.AddRange("无", "400", "410", "420", "430", "440", "450", "460", "470", "480", "490", "500", "510", "520", "530", "540", "550", "560", "570", "580", "590", "600", "610", "620", "630", "640", "650", "660", "670", "680", "690", "700", "710", "720", "730", "740", "750", "760", "770", "780", "790", "800", "810", "820", "830", "840", "850", "860", "870", "880", "890", "900", "910", "920", "930", "940", "950", "960", "970", "980", "990", "1000", "1010", "1020", "1030", "1040", "1050", "1060", "1070", "1080", "1090", "1100", "1110", "1120", "1130", "1140", "1150", "1160", "1170", "1180", "1190", "1200", "1210", "1220", "1230", "1240", "1250", "1260", "1270", "1280", "1290", "1300", "1310", "1320", "1330", "1340", "1350", "1360", "1370", "1380", "1390", "1400", "1410", "1420", "1430", "1440", "1450", "1460", "1470", "1480", "1490", "1500", "1510", "1520", "1530", "1540", "1550", "1560", "1570", "1580", "1590", "1600", "1610", "1620", "1630", "1640", "1650", "1660", "1670", "1680", "1690", "1700", "1710", "1720", "1730", "1740", "1750", "1760", "1770", "1780", "1790", "1800", "1810", "1820", "1830", "1840", "1850", "1860", "1870", "1880", "1890", "1900", "1910", "1920", "1930", "1940", "1950", "1960", "1970", "1980", "1990", "2000", "2010", "2020", "2030", "2040", "2050", "2060", "2070", "2080", "2090", "2100", "2110", "2120", "2130", "2140", "2150", "2160", "2170", "2180", "2190", "2200", "2210", "2220", "2230", "2240", "2250", "2260", "2270", "2280", "2290", "2300", "2310", "2320", "2330", "2340", "2350", "2360", "2370", "2380", "2390", "2400", "2410", "2420", "2430", "2440", "2450", "2460", "2470", "2480", "2490", "2500");
Column1_3.Name = "Column1_3";
Column1_3.Resizable = DataGridViewTriState.True;
Column2_3.DisplayStyle = DataGridViewComboBoxDisplayStyle.Nothing;
componentResourceManager.ApplyResources(Column2_3, "Column2_3");
Column2_3.Items.AddRange("0", "10", "20", "30", "40", "50", "60", "70", "80", "90", "100", "110", "120", "130", "140", "150", "160", "170", "180", "190", "200", "210", "220", "230", "240", "250", "260", "270", "280", "290", "300", "310", "320", "330", "340", "350", "360", "370", "380", "390", "400", "410", "420", "430", "440", "450", "460", "470", "480", "490", "500", "510", "520", "530", "540", "550", "560", "570", "580", "590", "600", "610", "620", "630", "640", "650", "660", "670", "680", "690", "700", "710", "720", "730", "740", "750", "760", "770", "780", "790", "800", "810", "820", "830", "840", "850", "860", "870", "880", "890", "900", "910", "920", "930", "940", "950", "960", "970", "980", "990", "1000", "1010", "1020", "1030", "1040", "1050", "1060", "1070", "1080", "1090", "1100", "1110", "1120", "1130", "1140", "1150", "1160", "1170", "1180", "1190", "1200", "1210", "1220", "1230", "1240", "1250", "1260", "1270", "1280", "1290", "1300", "1310", "1320", "1330", "1340", "1350", "1360", "1370", "1380", "1390", "1400", "1410", "1420", "1430", "1440", "1450", "1460", "1470", "1480", "1490", "1500", "1510", "1520", "1530", "1540", "1550", "1560", "1570", "1580", "1590", "1600", "1610", "1620", "1630", "1640", "1650", "1660", "1670", "1680", "1690", "1700", "1710", "1720", "1730", "1740", "1750", "1760", "1770", "1780", "1790", "1800", "1810", "1820", "1830", "1840", "1850", "1860", "1870", "1880", "1890", "1900", "1910", "1920", "1930", "1940", "1950", "1960", "1970", "1980", "1990", "2000", "2010", "2020", "2030", "2040", "2050", "2060", "2070", "2080", "2090", "2100", "2110", "2120", "2130", "2140", "2150", "2160", "2170", "2180", "2190", "2200", "2210", "2220", "2230", "2240", "2250", "2260", "2270", "2280", "2290", "2300", "2310", "2320", "2330", "2340", "2350", "2360", "2370", "2380", "2390", "2400", "2410", "2420", "2430", "2440", "2450", "2460", "2470", "2480", "2490", "2500");
Column2_3.Name = "Column2_3";
TabPage4.AccessibleDescription = null;
TabPage4.AccessibleName = null;
componentResourceManager.ApplyResources(TabPage4, "TabPage4");
TabPage4.BackgroundImage = null;
TabPage4.Controls.Add(ComboBox4);
TabPage4.Controls.Add(NumericUpDown4);
TabPage4.Controls.Add(Label7);
TabPage4.Controls.Add(Label8);
TabPage4.Controls.Add(DataGridView4);
TabPage4.Font = null;
TabPage4.Name = "TabPage4";
TabPage4.UseVisualStyleBackColor = true;
ComboBox4.AccessibleDescription = 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[256]
{
componentResourceManager.GetString("ComboBox4.Items"),
componentResourceManager.GetString("ComboBox4.Items1"),
componentResourceManager.GetString("ComboBox4.Items2"),
componentResourceManager.GetString("ComboBox4.Items3"),
componentResourceManager.GetString("ComboBox4.Items4"),
componentResourceManager.GetString("ComboBox4.Items5"),
componentResourceManager.GetString("ComboBox4.Items6"),
componentResourceManager.GetString("ComboBox4.Items7"),
componentResourceManager.GetString("ComboBox4.Items8"),
componentResourceManager.GetString("ComboBox4.Items9"),
componentResourceManager.GetString("ComboBox4.Items10"),
componentResourceManager.GetString("ComboBox4.Items11"),
componentResourceManager.GetString("ComboBox4.Items12"),
componentResourceManager.GetString("ComboBox4.Items13"),
componentResourceManager.GetString("ComboBox4.Items14"),
componentResourceManager.GetString("ComboBox4.Items15"),
componentResourceManager.GetString("ComboBox4.Items16"),
componentResourceManager.GetString("ComboBox4.Items17"),
componentResourceManager.GetString("ComboBox4.Items18"),
componentResourceManager.GetString("ComboBox4.Items19"),
componentResourceManager.GetString("ComboBox4.Items20"),
componentResourceManager.GetString("ComboBox4.Items21"),
componentResourceManager.GetString("ComboBox4.Items22"),
componentResourceManager.GetString("ComboBox4.Items23"),
componentResourceManager.GetString("ComboBox4.Items24"),
componentResourceManager.GetString("ComboBox4.Items25"),
componentResourceManager.GetString("ComboBox4.Items26"),
componentResourceManager.GetString("ComboBox4.Items27"),
componentResourceManager.GetString("ComboBox4.Items28"),
componentResourceManager.GetString("ComboBox4.Items29"),
componentResourceManager.GetString("ComboBox4.Items30"),
componentResourceManager.GetString("ComboBox4.Items31"),
componentResourceManager.GetString("ComboBox4.Items32"),
componentResourceManager.GetString("ComboBox4.Items33"),
componentResourceManager.GetString("ComboBox4.Items34"),
componentResourceManager.GetString("ComboBox4.Items35"),
componentResourceManager.GetString("ComboBox4.Items36"),
componentResourceManager.GetString("ComboBox4.Items37"),
componentResourceManager.GetString("ComboBox4.Items38"),
componentResourceManager.GetString("ComboBox4.Items39"),
componentResourceManager.GetString("ComboBox4.Items40"),
componentResourceManager.GetString("ComboBox4.Items41"),
componentResourceManager.GetString("ComboBox4.Items42"),
componentResourceManager.GetString("ComboBox4.Items43"),
componentResourceManager.GetString("ComboBox4.Items44"),
componentResourceManager.GetString("ComboBox4.Items45"),
componentResourceManager.GetString("ComboBox4.Items46"),
componentResourceManager.GetString("ComboBox4.Items47"),
componentResourceManager.GetString("ComboBox4.Items48"),
componentResourceManager.GetString("ComboBox4.Items49"),
componentResourceManager.GetString("ComboBox4.Items50"),
componentResourceManager.GetString("ComboBox4.Items51"),
componentResourceManager.GetString("ComboBox4.Items52"),
componentResourceManager.GetString("ComboBox4.Items53"),
componentResourceManager.GetString("ComboBox4.Items54"),
componentResourceManager.GetString("ComboBox4.Items55"),
componentResourceManager.GetString("ComboBox4.Items56"),
componentResourceManager.GetString("ComboBox4.Items57"),
componentResourceManager.GetString("ComboBox4.Items58"),
componentResourceManager.GetString("ComboBox4.Items59"),
componentResourceManager.GetString("ComboBox4.Items60"),
componentResourceManager.GetString("ComboBox4.Items61"),
componentResourceManager.GetString("ComboBox4.Items62"),
componentResourceManager.GetString("ComboBox4.Items63"),
componentResourceManager.GetString("ComboBox4.Items64"),
componentResourceManager.GetString("ComboBox4.Items65"),
componentResourceManager.GetString("ComboBox4.Items66"),
componentResourceManager.GetString("ComboBox4.Items67"),
componentResourceManager.GetString("ComboBox4.Items68"),
componentResourceManager.GetString("ComboBox4.Items69"),
componentResourceManager.GetString("ComboBox4.Items70"),
componentResourceManager.GetString("ComboBox4.Items71"),
componentResourceManager.GetString("ComboBox4.Items72"),
componentResourceManager.GetString("ComboBox4.Items73"),
componentResourceManager.GetString("ComboBox4.Items74"),
componentResourceManager.GetString("ComboBox4.Items75"),
componentResourceManager.GetString("ComboBox4.Items76"),
componentResourceManager.GetString("ComboBox4.Items77"),
componentResourceManager.GetString("ComboBox4.Items78"),
componentResourceManager.GetString("ComboBox4.Items79"),
componentResourceManager.GetString("ComboBox4.Items80"),
componentResourceManager.GetString("ComboBox4.Items81"),
componentResourceManager.GetString("ComboBox4.Items82"),
componentResourceManager.GetString("ComboBox4.Items83"),
componentResourceManager.GetString("ComboBox4.Items84"),
componentResourceManager.GetString("ComboBox4.Items85"),
componentResourceManager.GetString("ComboBox4.Items86"),
componentResourceManager.GetString("ComboBox4.Items87"),
componentResourceManager.GetString("ComboBox4.Items88"),
componentResourceManager.GetString("ComboBox4.Items89"),
componentResourceManager.GetString("ComboBox4.Items90"),
componentResourceManager.GetString("ComboBox4.Items91"),
componentResourceManager.GetString("ComboBox4.Items92"),
componentResourceManager.GetString("ComboBox4.Items93"),
componentResourceManager.GetString("ComboBox4.Items94"),
componentResourceManager.GetString("ComboBox4.Items95"),
componentResourceManager.GetString("ComboBox4.Items96"),
componentResourceManager.GetString("ComboBox4.Items97"),
componentResourceManager.GetString("ComboBox4.Items98"),
componentResourceManager.GetString("ComboBox4.Items99"),
componentResourceManager.GetString("ComboBox4.Items100"),
componentResourceManager.GetString("ComboBox4.Items101"),
componentResourceManager.GetString("ComboBox4.Items102"),
componentResourceManager.GetString("ComboBox4.Items103"),
componentResourceManager.GetString("ComboBox4.Items104"),
componentResourceManager.GetString("ComboBox4.Items105"),
componentResourceManager.GetString("ComboBox4.Items106"),
componentResourceManager.GetString("ComboBox4.Items107"),
componentResourceManager.GetString("ComboBox4.Items108"),
componentResourceManager.GetString("ComboBox4.Items109"),
componentResourceManager.GetString("ComboBox4.Items110"),
componentResourceManager.GetString("ComboBox4.Items111"),
componentResourceManager.GetString("ComboBox4.Items112"),
componentResourceManager.GetString("ComboBox4.Items113"),
componentResourceManager.GetString("ComboBox4.Items114"),
componentResourceManager.GetString("ComboBox4.Items115"),
componentResourceManager.GetString("ComboBox4.Items116"),
componentResourceManager.GetString("ComboBox4.Items117"),
componentResourceManager.GetString("ComboBox4.Items118"),
componentResourceManager.GetString("ComboBox4.Items119"),
componentResourceManager.GetString("ComboBox4.Items120"),
componentResourceManager.GetString("ComboBox4.Items121"),
componentResourceManager.GetString("ComboBox4.Items122"),
componentResourceManager.GetString("ComboBox4.Items123"),
componentResourceManager.GetString("ComboBox4.Items124"),
componentResourceManager.GetString("ComboBox4.Items125"),
componentResourceManager.GetString("ComboBox4.Items126"),
componentResourceManager.GetString("ComboBox4.Items127"),
componentResourceManager.GetString("ComboBox4.Items128"),
componentResourceManager.GetString("ComboBox4.Items129"),
componentResourceManager.GetString("ComboBox4.Items130"),
componentResourceManager.GetString("ComboBox4.Items131"),
componentResourceManager.GetString("ComboBox4.Items132"),
componentResourceManager.GetString("ComboBox4.Items133"),
componentResourceManager.GetString("ComboBox4.Items134"),
componentResourceManager.GetString("ComboBox4.Items135"),
componentResourceManager.GetString("ComboBox4.Items136"),
componentResourceManager.GetString("ComboBox4.Items137"),
componentResourceManager.GetString("ComboBox4.Items138"),
componentResourceManager.GetString("ComboBox4.Items139"),
componentResourceManager.GetString("ComboBox4.Items140"),
componentResourceManager.GetString("ComboBox4.Items141"),
componentResourceManager.GetString("ComboBox4.Items142"),
componentResourceManager.GetString("ComboBox4.Items143"),
componentResourceManager.GetString("ComboBox4.Items144"),
componentResourceManager.GetString("ComboBox4.Items145"),
componentResourceManager.GetString("ComboBox4.Items146"),
componentResourceManager.GetString("ComboBox4.Items147"),
componentResourceManager.GetString("ComboBox4.Items148"),
componentResourceManager.GetString("ComboBox4.Items149"),
componentResourceManager.GetString("ComboBox4.Items150"),
componentResourceManager.GetString("ComboBox4.Items151"),
componentResourceManager.GetString("ComboBox4.Items152"),
componentResourceManager.GetString("ComboBox4.Items153"),
componentResourceManager.GetString("ComboBox4.Items154"),
componentResourceManager.GetString("ComboBox4.Items155"),
componentResourceManager.GetString("ComboBox4.Items156"),
componentResourceManager.GetString("ComboBox4.Items157"),
componentResourceManager.GetString("ComboBox4.Items158"),
componentResourceManager.GetString("ComboBox4.Items159"),
componentResourceManager.GetString("ComboBox4.Items160"),
componentResourceManager.GetString("ComboBox4.Items161"),
componentResourceManager.GetString("ComboBox4.Items162"),
componentResourceManager.GetString("ComboBox4.Items163"),
componentResourceManager.GetString("ComboBox4.Items164"),
componentResourceManager.GetString("ComboBox4.Items165"),
componentResourceManager.GetString("ComboBox4.Items166"),
componentResourceManager.GetString("ComboBox4.Items167"),
componentResourceManager.GetString("ComboBox4.Items168"),
componentResourceManager.GetString("ComboBox4.Items169"),
componentResourceManager.GetString("ComboBox4.Items170"),
componentResourceManager.GetString("ComboBox4.Items171"),
componentResourceManager.GetString("ComboBox4.Items172"),
componentResourceManager.GetString("ComboBox4.Items173"),
componentResourceManager.GetString("ComboBox4.Items174"),
componentResourceManager.GetString("ComboBox4.Items175"),
componentResourceManager.GetString("ComboBox4.Items176"),
componentResourceManager.GetString("ComboBox4.Items177"),
componentResourceManager.GetString("ComboBox4.Items178"),
componentResourceManager.GetString("ComboBox4.Items179"),
componentResourceManager.GetString("ComboBox4.Items180"),
componentResourceManager.GetString("ComboBox4.Items181"),
componentResourceManager.GetString("ComboBox4.Items182"),
componentResourceManager.GetString("ComboBox4.Items183"),
componentResourceManager.GetString("ComboBox4.Items184"),
componentResourceManager.GetString("ComboBox4.Items185"),
componentResourceManager.GetString("ComboBox4.Items186"),
componentResourceManager.GetString("ComboBox4.Items187"),
componentResourceManager.GetString("ComboBox4.Items188"),
componentResourceManager.GetString("ComboBox4.Items189"),
componentResourceManager.GetString("ComboBox4.Items190"),
componentResourceManager.GetString("ComboBox4.Items191"),
componentResourceManager.GetString("ComboBox4.Items192"),
componentResourceManager.GetString("ComboBox4.Items193"),
componentResourceManager.GetString("ComboBox4.Items194"),
componentResourceManager.GetString("ComboBox4.Items195"),
componentResourceManager.GetString("ComboBox4.Items196"),
componentResourceManager.GetString("ComboBox4.Items197"),
componentResourceManager.GetString("ComboBox4.Items198"),
componentResourceManager.GetString("ComboBox4.Items199"),
componentResourceManager.GetString("ComboBox4.Items200"),
componentResourceManager.GetString("ComboBox4.Items201"),
componentResourceManager.GetString("ComboBox4.Items202"),
componentResourceManager.GetString("ComboBox4.Items203"),
componentResourceManager.GetString("ComboBox4.Items204"),
componentResourceManager.GetString("ComboBox4.Items205"),
componentResourceManager.GetString("ComboBox4.Items206"),
componentResourceManager.GetString("ComboBox4.Items207"),
componentResourceManager.GetString("ComboBox4.Items208"),
componentResourceManager.GetString("ComboBox4.Items209"),
componentResourceManager.GetString("ComboBox4.Items210"),
componentResourceManager.GetString("ComboBox4.Items211"),
componentResourceManager.GetString("ComboBox4.Items212"),
componentResourceManager.GetString("ComboBox4.Items213"),
componentResourceManager.GetString("ComboBox4.Items214"),
componentResourceManager.GetString("ComboBox4.Items215"),
componentResourceManager.GetString("ComboBox4.Items216"),
componentResourceManager.GetString("ComboBox4.Items217"),
componentResourceManager.GetString("ComboBox4.Items218"),
componentResourceManager.GetString("ComboBox4.Items219"),
componentResourceManager.GetString("ComboBox4.Items220"),
componentResourceManager.GetString("ComboBox4.Items221"),
componentResourceManager.GetString("ComboBox4.Items222"),
componentResourceManager.GetString("ComboBox4.Items223"),
componentResourceManager.GetString("ComboBox4.Items224"),
componentResourceManager.GetString("ComboBox4.Items225"),
componentResourceManager.GetString("ComboBox4.Items226"),
componentResourceManager.GetString("ComboBox4.Items227"),
componentResourceManager.GetString("ComboBox4.Items228"),
componentResourceManager.GetString("ComboBox4.Items229"),
componentResourceManager.GetString("ComboBox4.Items230"),
componentResourceManager.GetString("ComboBox4.Items231"),
componentResourceManager.GetString("ComboBox4.Items232"),
componentResourceManager.GetString("ComboBox4.Items233"),
componentResourceManager.GetString("ComboBox4.Items234"),
componentResourceManager.GetString("ComboBox4.Items235"),
componentResourceManager.GetString("ComboBox4.Items236"),
componentResourceManager.GetString("ComboBox4.Items237"),
componentResourceManager.GetString("ComboBox4.Items238"),
componentResourceManager.GetString("ComboBox4.Items239"),
componentResourceManager.GetString("ComboBox4.Items240"),
componentResourceManager.GetString("ComboBox4.Items241"),
componentResourceManager.GetString("ComboBox4.Items242"),
componentResourceManager.GetString("ComboBox4.Items243"),
componentResourceManager.GetString("ComboBox4.Items244"),
componentResourceManager.GetString("ComboBox4.Items245"),
componentResourceManager.GetString("ComboBox4.Items246"),
componentResourceManager.GetString("ComboBox4.Items247"),
componentResourceManager.GetString("ComboBox4.Items248"),
componentResourceManager.GetString("ComboBox4.Items249"),
componentResourceManager.GetString("ComboBox4.Items250"),
componentResourceManager.GetString("ComboBox4.Items251"),
componentResourceManager.GetString("ComboBox4.Items252"),
componentResourceManager.GetString("ComboBox4.Items253"),
componentResourceManager.GetString("ComboBox4.Items254"),
componentResourceManager.GetString("ComboBox4.Items255")
});
ComboBox4.Name = "ComboBox4";
NumericUpDown4.AccessibleDescription = null;
NumericUpDown4.AccessibleName = null;
componentResourceManager.ApplyResources(NumericUpDown4, "NumericUpDown4");
NumericUpDown4.Font = null;
var numericUpDown4 = NumericUpDown4;
num1 = new Decimal(new int[4]
{
byte.MaxValue,
0,
0,
0
});
var num5 = num1;
numericUpDown4.Maximum = num5;
NumericUpDown4.Name = "NumericUpDown4";
Label7.AccessibleDescription = null;
Label7.AccessibleName = null;
componentResourceManager.ApplyResources(Label7, "Label7");
Label7.Font = null;
Label7.Name = "Label7";
Label8.AccessibleDescription = null;
Label8.AccessibleName = null;
componentResourceManager.ApplyResources(Label8, "Label8");
Label8.Font = null;
Label8.Name = "Label8";
DataGridView4.AccessibleDescription = null;
DataGridView4.AccessibleName = null;
DataGridView4.AllowUserToAddRows = false;
DataGridView4.AllowUserToDeleteRows = false;
DataGridView4.AllowUserToResizeColumns = false;
DataGridView4.AllowUserToResizeRows = false;
gridViewCellStyle13.Alignment = DataGridViewContentAlignment.MiddleCenter;
DataGridView4.AlternatingRowsDefaultCellStyle = gridViewCellStyle13;
componentResourceManager.ApplyResources(DataGridView4, "DataGridView4");
DataGridView4.BackgroundImage = null;
gridViewCellStyle14.Alignment = DataGridViewContentAlignment.MiddleCenter;
gridViewCellStyle14.BackColor = SystemColors.Control;
gridViewCellStyle14.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, 134);
gridViewCellStyle14.ForeColor = SystemColors.WindowText;
gridViewCellStyle14.SelectionBackColor = SystemColors.Highlight;
gridViewCellStyle14.SelectionForeColor = SystemColors.HighlightText;
gridViewCellStyle14.WrapMode = DataGridViewTriState.True;
DataGridView4.ColumnHeadersDefaultCellStyle = gridViewCellStyle14;
DataGridView4.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
DataGridView4.Columns.AddRange(Column1_4, Column2_4);
DataGridView4.Font = null;
DataGridView4.Name = "DataGridView4";
gridViewCellStyle15.Alignment = DataGridViewContentAlignment.MiddleCenter;
gridViewCellStyle15.BackColor = SystemColors.Control;
gridViewCellStyle15.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, 134);
gridViewCellStyle15.ForeColor = SystemColors.WindowText;
gridViewCellStyle15.SelectionBackColor = SystemColors.Highlight;
gridViewCellStyle15.SelectionForeColor = SystemColors.HighlightText;
gridViewCellStyle15.WrapMode = DataGridViewTriState.True;
DataGridView4.RowHeadersDefaultCellStyle = gridViewCellStyle15;
gridViewCellStyle16.Alignment = DataGridViewContentAlignment.MiddleCenter;
DataGridView4.RowsDefaultCellStyle = gridViewCellStyle16;
DataGridView4.RowTemplate.Height = 23;
Column1_4.AutoSizeMode = DataGridViewAutoSizeColumnMode.None;
Column1_4.DisplayStyle = DataGridViewComboBoxDisplayStyle.Nothing;
componentResourceManager.ApplyResources(Column1_4, "Column1_4");
Column1_4.Items.AddRange("无", "400", "410", "420", "430", "440", "450", "460", "470", "480", "490", "500", "510", "520", "530", "540", "550", "560", "570", "580", "590", "600", "610", "620", "630", "640", "650", "660", "670", "680", "690", "700", "710", "720", "730", "740", "750", "760", "770", "780", "790", "800", "810", "820", "830", "840", "850", "860", "870", "880", "890", "900", "910", "920", "930", "940", "950", "960", "970", "980", "990", "1000", "1010", "1020", "1030", "1040", "1050", "1060", "1070", "1080", "1090", "1100", "1110", "1120", "1130", "1140", "1150", "1160", "1170", "1180", "1190", "1200", "1210", "1220", "1230", "1240", "1250", "1260", "1270", "1280", "1290", "1300", "1310", "1320", "1330", "1340", "1350", "1360", "1370", "1380", "1390", "1400", "1410", "1420", "1430", "1440", "1450", "1460", "1470", "1480", "1490", "1500", "1510", "1520", "1530", "1540", "1550", "1560", "1570", "1580", "1590", "1600", "1610", "1620", "1630", "1640", "1650", "1660", "1670", "1680", "1690", "1700", "1710", "1720", "1730", "1740", "1750", "1760", "1770", "1780", "1790", "1800", "1810", "1820", "1830", "1840", "1850", "1860", "1870", "1880", "1890", "1900", "1910", "1920", "1930", "1940", "1950", "1960", "1970", "1980", "1990", "2000", "2010", "2020", "2030", "2040", "2050", "2060", "2070", "2080", "2090", "2100", "2110", "2120", "2130", "2140", "2150", "2160", "2170", "2180", "2190", "2200", "2210", "2220", "2230", "2240", "2250", "2260", "2270", "2280", "2290", "2300", "2310", "2320", "2330", "2340", "2350", "2360", "2370", "2380", "2390", "2400", "2410", "2420", "2430", "2440", "2450", "2460", "2470", "2480", "2490", "2500");
Column1_4.Name = "Column1_4";
Column1_4.Resizable = DataGridViewTriState.True;
Column2_4.DisplayStyle = DataGridViewComboBoxDisplayStyle.Nothing;
componentResourceManager.ApplyResources(Column2_4, "Column2_4");
Column2_4.Items.AddRange("0", "10", "20", "30", "40", "50", "60", "70", "80", "90", "100", "110", "120", "130", "140", "150", "160", "170", "180", "190", "200", "210", "220", "230", "240", "250", "260", "270", "280", "290", "300", "310", "320", "330", "340", "350", "360", "370", "380", "390", "400", "410", "420", "430", "440", "450", "460", "470", "480", "490", "500", "510", "520", "530", "540", "550", "560", "570", "580", "590", "600", "610", "620", "630", "640", "650", "660", "670", "680", "690", "700", "710", "720", "730", "740", "750", "760", "770", "780", "790", "800", "810", "820", "830", "840", "850", "860", "870", "880", "890", "900", "910", "920", "930", "940", "950", "960", "970", "980", "990", "1000", "1010", "1020", "1030", "1040", "1050", "1060", "1070", "1080", "1090", "1100", "1110", "1120", "1130", "1140", "1150", "1160", "1170", "1180", "1190", "1200", "1210", "1220", "1230", "1240", "1250", "1260", "1270", "1280", "1290", "1300", "1310", "1320", "1330", "1340", "1350", "1360", "1370", "1380", "1390", "1400", "1410", "1420", "1430", "1440", "1450", "1460", "1470", "1480", "1490", "1500", "1510", "1520", "1530", "1540", "1550", "1560", "1570", "1580", "1590", "1600", "1610", "1620", "1630", "1640", "1650", "1660", "1670", "1680", "1690", "1700", "1710", "1720", "1730", "1740", "1750", "1760", "1770", "1780", "1790", "1800", "1810", "1820", "1830", "1840", "1850", "1860", "1870", "1880", "1890", "1900", "1910", "1920", "1930", "1940", "1950", "1960", "1970", "1980", "1990", "2000", "2010", "2020", "2030", "2040", "2050", "2060", "2070", "2080", "2090", "2100", "2110", "2120", "2130", "2140", "2150", "2160", "2170", "2180", "2190", "2200", "2210", "2220", "2230", "2240", "2250", "2260", "2270", "2280", "2290", "2300", "2310", "2320", "2330", "2340", "2350", "2360", "2370", "2380", "2390", "2400", "2410", "2420", "2430", "2440", "2450", "2460", "2470", "2480", "2490", "2500");
Column2_4.Name = "Column2_4";
TabPage5.AccessibleDescription = null;
TabPage5.AccessibleName = null;
componentResourceManager.ApplyResources(TabPage5, "TabPage5");
TabPage5.BackgroundImage = null;
TabPage5.Controls.Add(ComboBox5);
TabPage5.Controls.Add(NumericUpDown5);
TabPage5.Controls.Add(Label9);
TabPage5.Controls.Add(Label10);
TabPage5.Controls.Add(DataGridView5);
TabPage5.Font = null;
TabPage5.Name = "TabPage5";
TabPage5.UseVisualStyleBackColor = true;
ComboBox5.AccessibleDescription = 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[256]
{
componentResourceManager.GetString("ComboBox5.Items"),
componentResourceManager.GetString("ComboBox5.Items1"),
componentResourceManager.GetString("ComboBox5.Items2"),
componentResourceManager.GetString("ComboBox5.Items3"),
componentResourceManager.GetString("ComboBox5.Items4"),
componentResourceManager.GetString("ComboBox5.Items5"),
componentResourceManager.GetString("ComboBox5.Items6"),
componentResourceManager.GetString("ComboBox5.Items7"),
componentResourceManager.GetString("ComboBox5.Items8"),
componentResourceManager.GetString("ComboBox5.Items9"),
componentResourceManager.GetString("ComboBox5.Items10"),
componentResourceManager.GetString("ComboBox5.Items11"),
componentResourceManager.GetString("ComboBox5.Items12"),
componentResourceManager.GetString("ComboBox5.Items13"),
componentResourceManager.GetString("ComboBox5.Items14"),
componentResourceManager.GetString("ComboBox5.Items15"),
componentResourceManager.GetString("ComboBox5.Items16"),
componentResourceManager.GetString("ComboBox5.Items17"),
componentResourceManager.GetString("ComboBox5.Items18"),
componentResourceManager.GetString("ComboBox5.Items19"),
componentResourceManager.GetString("ComboBox5.Items20"),
componentResourceManager.GetString("ComboBox5.Items21"),
componentResourceManager.GetString("ComboBox5.Items22"),
componentResourceManager.GetString("ComboBox5.Items23"),
componentResourceManager.GetString("ComboBox5.Items24"),
componentResourceManager.GetString("ComboBox5.Items25"),
componentResourceManager.GetString("ComboBox5.Items26"),
componentResourceManager.GetString("ComboBox5.Items27"),
componentResourceManager.GetString("ComboBox5.Items28"),
componentResourceManager.GetString("ComboBox5.Items29"),
componentResourceManager.GetString("ComboBox5.Items30"),
componentResourceManager.GetString("ComboBox5.Items31"),
componentResourceManager.GetString("ComboBox5.Items32"),
componentResourceManager.GetString("ComboBox5.Items33"),
componentResourceManager.GetString("ComboBox5.Items34"),
componentResourceManager.GetString("ComboBox5.Items35"),
componentResourceManager.GetString("ComboBox5.Items36"),
componentResourceManager.GetString("ComboBox5.Items37"),
componentResourceManager.GetString("ComboBox5.Items38"),
componentResourceManager.GetString("ComboBox5.Items39"),
componentResourceManager.GetString("ComboBox5.Items40"),
componentResourceManager.GetString("ComboBox5.Items41"),
componentResourceManager.GetString("ComboBox5.Items42"),
componentResourceManager.GetString("ComboBox5.Items43"),
componentResourceManager.GetString("ComboBox5.Items44"),
componentResourceManager.GetString("ComboBox5.Items45"),
componentResourceManager.GetString("ComboBox5.Items46"),
componentResourceManager.GetString("ComboBox5.Items47"),
componentResourceManager.GetString("ComboBox5.Items48"),
componentResourceManager.GetString("ComboBox5.Items49"),
componentResourceManager.GetString("ComboBox5.Items50"),
componentResourceManager.GetString("ComboBox5.Items51"),
componentResourceManager.GetString("ComboBox5.Items52"),
componentResourceManager.GetString("ComboBox5.Items53"),
componentResourceManager.GetString("ComboBox5.Items54"),
componentResourceManager.GetString("ComboBox5.Items55"),
componentResourceManager.GetString("ComboBox5.Items56"),
componentResourceManager.GetString("ComboBox5.Items57"),
componentResourceManager.GetString("ComboBox5.Items58"),
componentResourceManager.GetString("ComboBox5.Items59"),
componentResourceManager.GetString("ComboBox5.Items60"),
componentResourceManager.GetString("ComboBox5.Items61"),
componentResourceManager.GetString("ComboBox5.Items62"),
componentResourceManager.GetString("ComboBox5.Items63"),
componentResourceManager.GetString("ComboBox5.Items64"),
componentResourceManager.GetString("ComboBox5.Items65"),
componentResourceManager.GetString("ComboBox5.Items66"),
componentResourceManager.GetString("ComboBox5.Items67"),
componentResourceManager.GetString("ComboBox5.Items68"),
componentResourceManager.GetString("ComboBox5.Items69"),
componentResourceManager.GetString("ComboBox5.Items70"),
componentResourceManager.GetString("ComboBox5.Items71"),
componentResourceManager.GetString("ComboBox5.Items72"),
componentResourceManager.GetString("ComboBox5.Items73"),
componentResourceManager.GetString("ComboBox5.Items74"),
componentResourceManager.GetString("ComboBox5.Items75"),
componentResourceManager.GetString("ComboBox5.Items76"),
componentResourceManager.GetString("ComboBox5.Items77"),
componentResourceManager.GetString("ComboBox5.Items78"),
componentResourceManager.GetString("ComboBox5.Items79"),
componentResourceManager.GetString("ComboBox5.Items80"),
componentResourceManager.GetString("ComboBox5.Items81"),
componentResourceManager.GetString("ComboBox5.Items82"),
componentResourceManager.GetString("ComboBox5.Items83"),
componentResourceManager.GetString("ComboBox5.Items84"),
componentResourceManager.GetString("ComboBox5.Items85"),
componentResourceManager.GetString("ComboBox5.Items86"),
componentResourceManager.GetString("ComboBox5.Items87"),
componentResourceManager.GetString("ComboBox5.Items88"),
componentResourceManager.GetString("ComboBox5.Items89"),
componentResourceManager.GetString("ComboBox5.Items90"),
componentResourceManager.GetString("ComboBox5.Items91"),
componentResourceManager.GetString("ComboBox5.Items92"),
componentResourceManager.GetString("ComboBox5.Items93"),
componentResourceManager.GetString("ComboBox5.Items94"),
componentResourceManager.GetString("ComboBox5.Items95"),
componentResourceManager.GetString("ComboBox5.Items96"),
componentResourceManager.GetString("ComboBox5.Items97"),
componentResourceManager.GetString("ComboBox5.Items98"),
componentResourceManager.GetString("ComboBox5.Items99"),
componentResourceManager.GetString("ComboBox5.Items100"),
componentResourceManager.GetString("ComboBox5.Items101"),
componentResourceManager.GetString("ComboBox5.Items102"),
componentResourceManager.GetString("ComboBox5.Items103"),
componentResourceManager.GetString("ComboBox5.Items104"),
componentResourceManager.GetString("ComboBox5.Items105"),
componentResourceManager.GetString("ComboBox5.Items106"),
componentResourceManager.GetString("ComboBox5.Items107"),
componentResourceManager.GetString("ComboBox5.Items108"),
componentResourceManager.GetString("ComboBox5.Items109"),
componentResourceManager.GetString("ComboBox5.Items110"),
componentResourceManager.GetString("ComboBox5.Items111"),
componentResourceManager.GetString("ComboBox5.Items112"),
componentResourceManager.GetString("ComboBox5.Items113"),
componentResourceManager.GetString("ComboBox5.Items114"),
componentResourceManager.GetString("ComboBox5.Items115"),
componentResourceManager.GetString("ComboBox5.Items116"),
componentResourceManager.GetString("ComboBox5.Items117"),
componentResourceManager.GetString("ComboBox5.Items118"),
componentResourceManager.GetString("ComboBox5.Items119"),
componentResourceManager.GetString("ComboBox5.Items120"),
componentResourceManager.GetString("ComboBox5.Items121"),
componentResourceManager.GetString("ComboBox5.Items122"),
componentResourceManager.GetString("ComboBox5.Items123"),
componentResourceManager.GetString("ComboBox5.Items124"),
componentResourceManager.GetString("ComboBox5.Items125"),
componentResourceManager.GetString("ComboBox5.Items126"),
componentResourceManager.GetString("ComboBox5.Items127"),
componentResourceManager.GetString("ComboBox5.Items128"),
componentResourceManager.GetString("ComboBox5.Items129"),
componentResourceManager.GetString("ComboBox5.Items130"),
componentResourceManager.GetString("ComboBox5.Items131"),
componentResourceManager.GetString("ComboBox5.Items132"),
componentResourceManager.GetString("ComboBox5.Items133"),
componentResourceManager.GetString("ComboBox5.Items134"),
componentResourceManager.GetString("ComboBox5.Items135"),
componentResourceManager.GetString("ComboBox5.Items136"),
componentResourceManager.GetString("ComboBox5.Items137"),
componentResourceManager.GetString("ComboBox5.Items138"),
componentResourceManager.GetString("ComboBox5.Items139"),
componentResourceManager.GetString("ComboBox5.Items140"),
componentResourceManager.GetString("ComboBox5.Items141"),
componentResourceManager.GetString("ComboBox5.Items142"),
componentResourceManager.GetString("ComboBox5.Items143"),
componentResourceManager.GetString("ComboBox5.Items144"),
componentResourceManager.GetString("ComboBox5.Items145"),
componentResourceManager.GetString("ComboBox5.Items146"),
componentResourceManager.GetString("ComboBox5.Items147"),
componentResourceManager.GetString("ComboBox5.Items148"),
componentResourceManager.GetString("ComboBox5.Items149"),
componentResourceManager.GetString("ComboBox5.Items150"),
componentResourceManager.GetString("ComboBox5.Items151"),
componentResourceManager.GetString("ComboBox5.Items152"),
componentResourceManager.GetString("ComboBox5.Items153"),
componentResourceManager.GetString("ComboBox5.Items154"),
componentResourceManager.GetString("ComboBox5.Items155"),
componentResourceManager.GetString("ComboBox5.Items156"),
componentResourceManager.GetString("ComboBox5.Items157"),
componentResourceManager.GetString("ComboBox5.Items158"),
componentResourceManager.GetString("ComboBox5.Items159"),
componentResourceManager.GetString("ComboBox5.Items160"),
componentResourceManager.GetString("ComboBox5.Items161"),
componentResourceManager.GetString("ComboBox5.Items162"),
componentResourceManager.GetString("ComboBox5.Items163"),
componentResourceManager.GetString("ComboBox5.Items164"),
componentResourceManager.GetString("ComboBox5.Items165"),
componentResourceManager.GetString("ComboBox5.Items166"),
componentResourceManager.GetString("ComboBox5.Items167"),
componentResourceManager.GetString("ComboBox5.Items168"),
componentResourceManager.GetString("ComboBox5.Items169"),
componentResourceManager.GetString("ComboBox5.Items170"),
componentResourceManager.GetString("ComboBox5.Items171"),
componentResourceManager.GetString("ComboBox5.Items172"),
componentResourceManager.GetString("ComboBox5.Items173"),
componentResourceManager.GetString("ComboBox5.Items174"),
componentResourceManager.GetString("ComboBox5.Items175"),
componentResourceManager.GetString("ComboBox5.Items176"),
componentResourceManager.GetString("ComboBox5.Items177"),
componentResourceManager.GetString("ComboBox5.Items178"),
componentResourceManager.GetString("ComboBox5.Items179"),
componentResourceManager.GetString("ComboBox5.Items180"),
componentResourceManager.GetString("ComboBox5.Items181"),
componentResourceManager.GetString("ComboBox5.Items182"),
componentResourceManager.GetString("ComboBox5.Items183"),
componentResourceManager.GetString("ComboBox5.Items184"),
componentResourceManager.GetString("ComboBox5.Items185"),
componentResourceManager.GetString("ComboBox5.Items186"),
componentResourceManager.GetString("ComboBox5.Items187"),
componentResourceManager.GetString("ComboBox5.Items188"),
componentResourceManager.GetString("ComboBox5.Items189"),
componentResourceManager.GetString("ComboBox5.Items190"),
componentResourceManager.GetString("ComboBox5.Items191"),
componentResourceManager.GetString("ComboBox5.Items192"),
componentResourceManager.GetString("ComboBox5.Items193"),
componentResourceManager.GetString("ComboBox5.Items194"),
componentResourceManager.GetString("ComboBox5.Items195"),
componentResourceManager.GetString("ComboBox5.Items196"),
componentResourceManager.GetString("ComboBox5.Items197"),
componentResourceManager.GetString("ComboBox5.Items198"),
componentResourceManager.GetString("ComboBox5.Items199"),
componentResourceManager.GetString("ComboBox5.Items200"),
componentResourceManager.GetString("ComboBox5.Items201"),
componentResourceManager.GetString("ComboBox5.Items202"),
componentResourceManager.GetString("ComboBox5.Items203"),
componentResourceManager.GetString("ComboBox5.Items204"),
componentResourceManager.GetString("ComboBox5.Items205"),
componentResourceManager.GetString("ComboBox5.Items206"),
componentResourceManager.GetString("ComboBox5.Items207"),
componentResourceManager.GetString("ComboBox5.Items208"),
componentResourceManager.GetString("ComboBox5.Items209"),
componentResourceManager.GetString("ComboBox5.Items210"),
componentResourceManager.GetString("ComboBox5.Items211"),
componentResourceManager.GetString("ComboBox5.Items212"),
componentResourceManager.GetString("ComboBox5.Items213"),
componentResourceManager.GetString("ComboBox5.Items214"),
componentResourceManager.GetString("ComboBox5.Items215"),
componentResourceManager.GetString("ComboBox5.Items216"),
componentResourceManager.GetString("ComboBox5.Items217"),
componentResourceManager.GetString("ComboBox5.Items218"),
componentResourceManager.GetString("ComboBox5.Items219"),
componentResourceManager.GetString("ComboBox5.Items220"),
componentResourceManager.GetString("ComboBox5.Items221"),
componentResourceManager.GetString("ComboBox5.Items222"),
componentResourceManager.GetString("ComboBox5.Items223"),
componentResourceManager.GetString("ComboBox5.Items224"),
componentResourceManager.GetString("ComboBox5.Items225"),
componentResourceManager.GetString("ComboBox5.Items226"),
componentResourceManager.GetString("ComboBox5.Items227"),
componentResourceManager.GetString("ComboBox5.Items228"),
componentResourceManager.GetString("ComboBox5.Items229"),
componentResourceManager.GetString("ComboBox5.Items230"),
componentResourceManager.GetString("ComboBox5.Items231"),
componentResourceManager.GetString("ComboBox5.Items232"),
componentResourceManager.GetString("ComboBox5.Items233"),
componentResourceManager.GetString("ComboBox5.Items234"),
componentResourceManager.GetString("ComboBox5.Items235"),
componentResourceManager.GetString("ComboBox5.Items236"),
componentResourceManager.GetString("ComboBox5.Items237"),
componentResourceManager.GetString("ComboBox5.Items238"),
componentResourceManager.GetString("ComboBox5.Items239"),
componentResourceManager.GetString("ComboBox5.Items240"),
componentResourceManager.GetString("ComboBox5.Items241"),
componentResourceManager.GetString("ComboBox5.Items242"),
componentResourceManager.GetString("ComboBox5.Items243"),
componentResourceManager.GetString("ComboBox5.Items244"),
componentResourceManager.GetString("ComboBox5.Items245"),
componentResourceManager.GetString("ComboBox5.Items246"),
componentResourceManager.GetString("ComboBox5.Items247"),
componentResourceManager.GetString("ComboBox5.Items248"),
componentResourceManager.GetString("ComboBox5.Items249"),
componentResourceManager.GetString("ComboBox5.Items250"),
componentResourceManager.GetString("ComboBox5.Items251"),
componentResourceManager.GetString("ComboBox5.Items252"),
componentResourceManager.GetString("ComboBox5.Items253"),
componentResourceManager.GetString("ComboBox5.Items254"),
componentResourceManager.GetString("ComboBox5.Items255")
});
ComboBox5.Name = "ComboBox5";
NumericUpDown5.AccessibleDescription = null;
NumericUpDown5.AccessibleName = null;
componentResourceManager.ApplyResources(NumericUpDown5, "NumericUpDown5");
NumericUpDown5.Font = null;
var numericUpDown5 = NumericUpDown5;
num1 = new Decimal(new int[4]
{
byte.MaxValue,
0,
0,
0
});
var num6 = num1;
numericUpDown5.Maximum = num6;
NumericUpDown5.Name = "NumericUpDown5";
Label9.AccessibleDescription = null;
Label9.AccessibleName = null;
componentResourceManager.ApplyResources(Label9, "Label9");
Label9.Font = null;
Label9.Name = "Label9";
Label10.AccessibleDescription = null;
Label10.AccessibleName = null;
componentResourceManager.ApplyResources(Label10, "Label10");
Label10.Font = null;
Label10.Name = "Label10";
DataGridView5.AccessibleDescription = null;
DataGridView5.AccessibleName = null;
DataGridView5.AllowUserToAddRows = false;
DataGridView5.AllowUserToDeleteRows = false;
DataGridView5.AllowUserToResizeColumns = false;
DataGridView5.AllowUserToResizeRows = false;
gridViewCellStyle17.Alignment = DataGridViewContentAlignment.MiddleCenter;
DataGridView5.AlternatingRowsDefaultCellStyle = gridViewCellStyle17;
componentResourceManager.ApplyResources(DataGridView5, "DataGridView5");
DataGridView5.BackgroundImage = null;
gridViewCellStyle18.Alignment = DataGridViewContentAlignment.MiddleCenter;
gridViewCellStyle18.BackColor = SystemColors.Control;
gridViewCellStyle18.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, 134);
gridViewCellStyle18.ForeColor = SystemColors.WindowText;
gridViewCellStyle18.SelectionBackColor = SystemColors.Highlight;
gridViewCellStyle18.SelectionForeColor = SystemColors.HighlightText;
gridViewCellStyle18.WrapMode = DataGridViewTriState.True;
DataGridView5.ColumnHeadersDefaultCellStyle = gridViewCellStyle18;
DataGridView5.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
DataGridView5.Columns.AddRange(Column1_5, Column2_5);
DataGridView5.Font = null;
DataGridView5.Name = "DataGridView5";
gridViewCellStyle19.Alignment = DataGridViewContentAlignment.MiddleCenter;
gridViewCellStyle19.BackColor = SystemColors.Control;
gridViewCellStyle19.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, 134);
gridViewCellStyle19.ForeColor = SystemColors.WindowText;
gridViewCellStyle19.SelectionBackColor = SystemColors.Highlight;
gridViewCellStyle19.SelectionForeColor = SystemColors.HighlightText;
gridViewCellStyle19.WrapMode = DataGridViewTriState.True;
DataGridView5.RowHeadersDefaultCellStyle = gridViewCellStyle19;
gridViewCellStyle20.Alignment = DataGridViewContentAlignment.MiddleCenter;
DataGridView5.RowsDefaultCellStyle = gridViewCellStyle20;
DataGridView5.RowTemplate.Height = 23;
Column1_5.AutoSizeMode = DataGridViewAutoSizeColumnMode.None;
Column1_5.DisplayStyle = DataGridViewComboBoxDisplayStyle.Nothing;
componentResourceManager.ApplyResources(Column1_5, "Column1_5");
Column1_5.Items.AddRange("无", "400", "410", "420", "430", "440", "450", "460", "470", "480", "490", "500", "510", "520", "530", "540", "550", "560", "570", "580", "590", "600", "610", "620", "630", "640", "650", "660", "670", "680", "690", "700", "710", "720", "730", "740", "750", "760", "770", "780", "790", "800", "810", "820", "830", "840", "850", "860", "870", "880", "890", "900", "910", "920", "930", "940", "950", "960", "970", "980", "990", "1000", "1010", "1020", "1030", "1040", "1050", "1060", "1070", "1080", "1090", "1100", "1110", "1120", "1130", "1140", "1150", "1160", "1170", "1180", "1190", "1200", "1210", "1220", "1230", "1240", "1250", "1260", "1270", "1280", "1290", "1300", "1310", "1320", "1330", "1340", "1350", "1360", "1370", "1380", "1390", "1400", "1410", "1420", "1430", "1440", "1450", "1460", "1470", "1480", "1490", "1500", "1510", "1520", "1530", "1540", "1550", "1560", "1570", "1580", "1590", "1600", "1610", "1620", "1630", "1640", "1650", "1660", "1670", "1680", "1690", "1700", "1710", "1720", "1730", "1740", "1750", "1760", "1770", "1780", "1790", "1800", "1810", "1820", "1830", "1840", "1850", "1860", "1870", "1880", "1890", "1900", "1910", "1920", "1930", "1940", "1950", "1960", "1970", "1980", "1990", "2000", "2010", "2020", "2030", "2040", "2050", "2060", "2070", "2080", "2090", "2100", "2110", "2120", "2130", "2140", "2150", "2160", "2170", "2180", "2190", "2200", "2210", "2220", "2230", "2240", "2250", "2260", "2270", "2280", "2290", "2300", "2310", "2320", "2330", "2340", "2350", "2360", "2370", "2380", "2390", "2400", "2410", "2420", "2430", "2440", "2450", "2460", "2470", "2480", "2490", "2500");
Column1_5.Name = "Column1_5";
Column1_5.Resizable = DataGridViewTriState.True;
Column2_5.DisplayStyle = DataGridViewComboBoxDisplayStyle.Nothing;
componentResourceManager.ApplyResources(Column2_5, "Column2_5");
Column2_5.Items.AddRange("0", "10", "20", "30", "40", "50", "60", "70", "80", "90", "100", "110", "120", "130", "140", "150", "160", "170", "180", "190", "200", "210", "220", "230", "240", "250", "260", "270", "280", "290", "300", "310", "320", "330", "340", "350", "360", "370", "380", "390", "400", "410", "420", "430", "440", "450", "460", "470", "480", "490", "500", "510", "520", "530", "540", "550", "560", "570", "580", "590", "600", "610", "620", "630", "640", "650", "660", "670", "680", "690", "700", "710", "720", "730", "740", "750", "760", "770", "780", "790", "800", "810", "820", "830", "840", "850", "860", "870", "880", "890", "900", "910", "920", "930", "940", "950", "960", "970", "980", "990", "1000", "1010", "1020", "1030", "1040", "1050", "1060", "1070", "1080", "1090", "1100", "1110", "1120", "1130", "1140", "1150", "1160", "1170", "1180", "1190", "1200", "1210", "1220", "1230", "1240", "1250", "1260", "1270", "1280", "1290", "1300", "1310", "1320", "1330", "1340", "1350", "1360", "1370", "1380", "1390", "1400", "1410", "1420", "1430", "1440", "1450", "1460", "1470", "1480", "1490", "1500", "1510", "1520", "1530", "1540", "1550", "1560", "1570", "1580", "1590", "1600", "1610", "1620", "1630", "1640", "1650", "1660", "1670", "1680", "1690", "1700", "1710", "1720", "1730", "1740", "1750", "1760", "1770", "1780", "1790", "1800", "1810", "1820", "1830", "1840", "1850", "1860", "1870", "1880", "1890", "1900", "1910", "1920", "1930", "1940", "1950", "1960", "1970", "1980", "1990", "2000", "2010", "2020", "2030", "2040", "2050", "2060", "2070", "2080", "2090", "2100", "2110", "2120", "2130", "2140", "2150", "2160", "2170", "2180", "2190", "2200", "2210", "2220", "2230", "2240", "2250", "2260", "2270", "2280", "2290", "2300", "2310", "2320", "2330", "2340", "2350", "2360", "2370", "2380", "2390", "2400", "2410", "2420", "2430", "2440", "2450", "2460", "2470", "2480", "2490", "2500");
Column2_5.Name = "Column2_5";
TabPage6.AccessibleDescription = null;
TabPage6.AccessibleName = null;
componentResourceManager.ApplyResources(TabPage6, "TabPage6");
TabPage6.BackgroundImage = null;
TabPage6.Controls.Add(ComboBox6);
TabPage6.Controls.Add(NumericUpDown6);
TabPage6.Controls.Add(Label11);
TabPage6.Controls.Add(Label12);
TabPage6.Controls.Add(DataGridView6);
TabPage6.Font = null;
TabPage6.Name = "TabPage6";
TabPage6.UseVisualStyleBackColor = true;
ComboBox6.AccessibleDescription = 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[256]
{
componentResourceManager.GetString("ComboBox6.Items"),
componentResourceManager.GetString("ComboBox6.Items1"),
componentResourceManager.GetString("ComboBox6.Items2"),
componentResourceManager.GetString("ComboBox6.Items3"),
componentResourceManager.GetString("ComboBox6.Items4"),
componentResourceManager.GetString("ComboBox6.Items5"),
componentResourceManager.GetString("ComboBox6.Items6"),
componentResourceManager.GetString("ComboBox6.Items7"),
componentResourceManager.GetString("ComboBox6.Items8"),
componentResourceManager.GetString("ComboBox6.Items9"),
componentResourceManager.GetString("ComboBox6.Items10"),
componentResourceManager.GetString("ComboBox6.Items11"),
componentResourceManager.GetString("ComboBox6.Items12"),
componentResourceManager.GetString("ComboBox6.Items13"),
componentResourceManager.GetString("ComboBox6.Items14"),
componentResourceManager.GetString("ComboBox6.Items15"),
componentResourceManager.GetString("ComboBox6.Items16"),
componentResourceManager.GetString("ComboBox6.Items17"),
componentResourceManager.GetString("ComboBox6.Items18"),
componentResourceManager.GetString("ComboBox6.Items19"),
componentResourceManager.GetString("ComboBox6.Items20"),
componentResourceManager.GetString("ComboBox6.Items21"),
componentResourceManager.GetString("ComboBox6.Items22"),
componentResourceManager.GetString("ComboBox6.Items23"),
componentResourceManager.GetString("ComboBox6.Items24"),
componentResourceManager.GetString("ComboBox6.Items25"),
componentResourceManager.GetString("ComboBox6.Items26"),
componentResourceManager.GetString("ComboBox6.Items27"),
componentResourceManager.GetString("ComboBox6.Items28"),
componentResourceManager.GetString("ComboBox6.Items29"),
componentResourceManager.GetString("ComboBox6.Items30"),
componentResourceManager.GetString("ComboBox6.Items31"),
componentResourceManager.GetString("ComboBox6.Items32"),
componentResourceManager.GetString("ComboBox6.Items33"),
componentResourceManager.GetString("ComboBox6.Items34"),
componentResourceManager.GetString("ComboBox6.Items35"),
componentResourceManager.GetString("ComboBox6.Items36"),
componentResourceManager.GetString("ComboBox6.Items37"),
componentResourceManager.GetString("ComboBox6.Items38"),
componentResourceManager.GetString("ComboBox6.Items39"),
componentResourceManager.GetString("ComboBox6.Items40"),
componentResourceManager.GetString("ComboBox6.Items41"),
componentResourceManager.GetString("ComboBox6.Items42"),
componentResourceManager.GetString("ComboBox6.Items43"),
componentResourceManager.GetString("ComboBox6.Items44"),
componentResourceManager.GetString("ComboBox6.Items45"),
componentResourceManager.GetString("ComboBox6.Items46"),
componentResourceManager.GetString("ComboBox6.Items47"),
componentResourceManager.GetString("ComboBox6.Items48"),
componentResourceManager.GetString("ComboBox6.Items49"),
componentResourceManager.GetString("ComboBox6.Items50"),
componentResourceManager.GetString("ComboBox6.Items51"),
componentResourceManager.GetString("ComboBox6.Items52"),
componentResourceManager.GetString("ComboBox6.Items53"),
componentResourceManager.GetString("ComboBox6.Items54"),
componentResourceManager.GetString("ComboBox6.Items55"),
componentResourceManager.GetString("ComboBox6.Items56"),
componentResourceManager.GetString("ComboBox6.Items57"),
componentResourceManager.GetString("ComboBox6.Items58"),
componentResourceManager.GetString("ComboBox6.Items59"),
componentResourceManager.GetString("ComboBox6.Items60"),
componentResourceManager.GetString("ComboBox6.Items61"),
componentResourceManager.GetString("ComboBox6.Items62"),
componentResourceManager.GetString("ComboBox6.Items63"),
componentResourceManager.GetString("ComboBox6.Items64"),
componentResourceManager.GetString("ComboBox6.Items65"),
componentResourceManager.GetString("ComboBox6.Items66"),
componentResourceManager.GetString("ComboBox6.Items67"),
componentResourceManager.GetString("ComboBox6.Items68"),
componentResourceManager.GetString("ComboBox6.Items69"),
componentResourceManager.GetString("ComboBox6.Items70"),
componentResourceManager.GetString("ComboBox6.Items71"),
componentResourceManager.GetString("ComboBox6.Items72"),
componentResourceManager.GetString("ComboBox6.Items73"),
componentResourceManager.GetString("ComboBox6.Items74"),
componentResourceManager.GetString("ComboBox6.Items75"),
componentResourceManager.GetString("ComboBox6.Items76"),
componentResourceManager.GetString("ComboBox6.Items77"),
componentResourceManager.GetString("ComboBox6.Items78"),
componentResourceManager.GetString("ComboBox6.Items79"),
componentResourceManager.GetString("ComboBox6.Items80"),
componentResourceManager.GetString("ComboBox6.Items81"),
componentResourceManager.GetString("ComboBox6.Items82"),
componentResourceManager.GetString("ComboBox6.Items83"),
componentResourceManager.GetString("ComboBox6.Items84"),
componentResourceManager.GetString("ComboBox6.Items85"),
componentResourceManager.GetString("ComboBox6.Items86"),
componentResourceManager.GetString("ComboBox6.Items87"),
componentResourceManager.GetString("ComboBox6.Items88"),
componentResourceManager.GetString("ComboBox6.Items89"),
componentResourceManager.GetString("ComboBox6.Items90"),
componentResourceManager.GetString("ComboBox6.Items91"),
componentResourceManager.GetString("ComboBox6.Items92"),
componentResourceManager.GetString("ComboBox6.Items93"),
componentResourceManager.GetString("ComboBox6.Items94"),
componentResourceManager.GetString("ComboBox6.Items95"),
componentResourceManager.GetString("ComboBox6.Items96"),
componentResourceManager.GetString("ComboBox6.Items97"),
componentResourceManager.GetString("ComboBox6.Items98"),
componentResourceManager.GetString("ComboBox6.Items99"),
componentResourceManager.GetString("ComboBox6.Items100"),
componentResourceManager.GetString("ComboBox6.Items101"),
componentResourceManager.GetString("ComboBox6.Items102"),
componentResourceManager.GetString("ComboBox6.Items103"),
componentResourceManager.GetString("ComboBox6.Items104"),
componentResourceManager.GetString("ComboBox6.Items105"),
componentResourceManager.GetString("ComboBox6.Items106"),
componentResourceManager.GetString("ComboBox6.Items107"),
componentResourceManager.GetString("ComboBox6.Items108"),
componentResourceManager.GetString("ComboBox6.Items109"),
componentResourceManager.GetString("ComboBox6.Items110"),
componentResourceManager.GetString("ComboBox6.Items111"),
componentResourceManager.GetString("ComboBox6.Items112"),
componentResourceManager.GetString("ComboBox6.Items113"),
componentResourceManager.GetString("ComboBox6.Items114"),
componentResourceManager.GetString("ComboBox6.Items115"),
componentResourceManager.GetString("ComboBox6.Items116"),
componentResourceManager.GetString("ComboBox6.Items117"),
componentResourceManager.GetString("ComboBox6.Items118"),
componentResourceManager.GetString("ComboBox6.Items119"),
componentResourceManager.GetString("ComboBox6.Items120"),
componentResourceManager.GetString("ComboBox6.Items121"),
componentResourceManager.GetString("ComboBox6.Items122"),
componentResourceManager.GetString("ComboBox6.Items123"),
componentResourceManager.GetString("ComboBox6.Items124"),
componentResourceManager.GetString("ComboBox6.Items125"),
componentResourceManager.GetString("ComboBox6.Items126"),
componentResourceManager.GetString("ComboBox6.Items127"),
componentResourceManager.GetString("ComboBox6.Items128"),
componentResourceManager.GetString("ComboBox6.Items129"),
componentResourceManager.GetString("ComboBox6.Items130"),
componentResourceManager.GetString("ComboBox6.Items131"),
componentResourceManager.GetString("ComboBox6.Items132"),
componentResourceManager.GetString("ComboBox6.Items133"),
componentResourceManager.GetString("ComboBox6.Items134"),
componentResourceManager.GetString("ComboBox6.Items135"),
componentResourceManager.GetString("ComboBox6.Items136"),
componentResourceManager.GetString("ComboBox6.Items137"),
componentResourceManager.GetString("ComboBox6.Items138"),
componentResourceManager.GetString("ComboBox6.Items139"),
componentResourceManager.GetString("ComboBox6.Items140"),
componentResourceManager.GetString("ComboBox6.Items141"),
componentResourceManager.GetString("ComboBox6.Items142"),
componentResourceManager.GetString("ComboBox6.Items143"),
componentResourceManager.GetString("ComboBox6.Items144"),
componentResourceManager.GetString("ComboBox6.Items145"),
componentResourceManager.GetString("ComboBox6.Items146"),
componentResourceManager.GetString("ComboBox6.Items147"),
componentResourceManager.GetString("ComboBox6.Items148"),
componentResourceManager.GetString("ComboBox6.Items149"),
componentResourceManager.GetString("ComboBox6.Items150"),
componentResourceManager.GetString("ComboBox6.Items151"),
componentResourceManager.GetString("ComboBox6.Items152"),
componentResourceManager.GetString("ComboBox6.Items153"),
componentResourceManager.GetString("ComboBox6.Items154"),
componentResourceManager.GetString("ComboBox6.Items155"),
componentResourceManager.GetString("ComboBox6.Items156"),
componentResourceManager.GetString("ComboBox6.Items157"),
componentResourceManager.GetString("ComboBox6.Items158"),
componentResourceManager.GetString("ComboBox6.Items159"),
componentResourceManager.GetString("ComboBox6.Items160"),
componentResourceManager.GetString("ComboBox6.Items161"),
componentResourceManager.GetString("ComboBox6.Items162"),
componentResourceManager.GetString("ComboBox6.Items163"),
componentResourceManager.GetString("ComboBox6.Items164"),
componentResourceManager.GetString("ComboBox6.Items165"),
componentResourceManager.GetString("ComboBox6.Items166"),
componentResourceManager.GetString("ComboBox6.Items167"),
componentResourceManager.GetString("ComboBox6.Items168"),
componentResourceManager.GetString("ComboBox6.Items169"),
componentResourceManager.GetString("ComboBox6.Items170"),
componentResourceManager.GetString("ComboBox6.Items171"),
componentResourceManager.GetString("ComboBox6.Items172"),
componentResourceManager.GetString("ComboBox6.Items173"),
componentResourceManager.GetString("ComboBox6.Items174"),
componentResourceManager.GetString("ComboBox6.Items175"),
componentResourceManager.GetString("ComboBox6.Items176"),
componentResourceManager.GetString("ComboBox6.Items177"),
componentResourceManager.GetString("ComboBox6.Items178"),
componentResourceManager.GetString("ComboBox6.Items179"),
componentResourceManager.GetString("ComboBox6.Items180"),
componentResourceManager.GetString("ComboBox6.Items181"),
componentResourceManager.GetString("ComboBox6.Items182"),
componentResourceManager.GetString("ComboBox6.Items183"),
componentResourceManager.GetString("ComboBox6.Items184"),
componentResourceManager.GetString("ComboBox6.Items185"),
componentResourceManager.GetString("ComboBox6.Items186"),
componentResourceManager.GetString("ComboBox6.Items187"),
componentResourceManager.GetString("ComboBox6.Items188"),
componentResourceManager.GetString("ComboBox6.Items189"),
componentResourceManager.GetString("ComboBox6.Items190"),
componentResourceManager.GetString("ComboBox6.Items191"),
componentResourceManager.GetString("ComboBox6.Items192"),
componentResourceManager.GetString("ComboBox6.Items193"),
componentResourceManager.GetString("ComboBox6.Items194"),
componentResourceManager.GetString("ComboBox6.Items195"),
componentResourceManager.GetString("ComboBox6.Items196"),
componentResourceManager.GetString("ComboBox6.Items197"),
componentResourceManager.GetString("ComboBox6.Items198"),
componentResourceManager.GetString("ComboBox6.Items199"),
componentResourceManager.GetString("ComboBox6.Items200"),
componentResourceManager.GetString("ComboBox6.Items201"),
componentResourceManager.GetString("ComboBox6.Items202"),
componentResourceManager.GetString("ComboBox6.Items203"),
componentResourceManager.GetString("ComboBox6.Items204"),
componentResourceManager.GetString("ComboBox6.Items205"),
componentResourceManager.GetString("ComboBox6.Items206"),
componentResourceManager.GetString("ComboBox6.Items207"),
componentResourceManager.GetString("ComboBox6.Items208"),
componentResourceManager.GetString("ComboBox6.Items209"),
componentResourceManager.GetString("ComboBox6.Items210"),
componentResourceManager.GetString("ComboBox6.Items211"),
componentResourceManager.GetString("ComboBox6.Items212"),
componentResourceManager.GetString("ComboBox6.Items213"),
componentResourceManager.GetString("ComboBox6.Items214"),
componentResourceManager.GetString("ComboBox6.Items215"),
componentResourceManager.GetString("ComboBox6.Items216"),
componentResourceManager.GetString("ComboBox6.Items217"),
componentResourceManager.GetString("ComboBox6.Items218"),
componentResourceManager.GetString("ComboBox6.Items219"),
componentResourceManager.GetString("ComboBox6.Items220"),
componentResourceManager.GetString("ComboBox6.Items221"),
componentResourceManager.GetString("ComboBox6.Items222"),
componentResourceManager.GetString("ComboBox6.Items223"),
componentResourceManager.GetString("ComboBox6.Items224"),
componentResourceManager.GetString("ComboBox6.Items225"),
componentResourceManager.GetString("ComboBox6.Items226"),
componentResourceManager.GetString("ComboBox6.Items227"),
componentResourceManager.GetString("ComboBox6.Items228"),
componentResourceManager.GetString("ComboBox6.Items229"),
componentResourceManager.GetString("ComboBox6.Items230"),
componentResourceManager.GetString("ComboBox6.Items231"),
componentResourceManager.GetString("ComboBox6.Items232"),
componentResourceManager.GetString("ComboBox6.Items233"),
componentResourceManager.GetString("ComboBox6.Items234"),
componentResourceManager.GetString("ComboBox6.Items235"),
componentResourceManager.GetString("ComboBox6.Items236"),
componentResourceManager.GetString("ComboBox6.Items237"),
componentResourceManager.GetString("ComboBox6.Items238"),
componentResourceManager.GetString("ComboBox6.Items239"),
componentResourceManager.GetString("ComboBox6.Items240"),
componentResourceManager.GetString("ComboBox6.Items241"),
componentResourceManager.GetString("ComboBox6.Items242"),
componentResourceManager.GetString("ComboBox6.Items243"),
componentResourceManager.GetString("ComboBox6.Items244"),
componentResourceManager.GetString("ComboBox6.Items245"),
componentResourceManager.GetString("ComboBox6.Items246"),
componentResourceManager.GetString("ComboBox6.Items247"),
componentResourceManager.GetString("ComboBox6.Items248"),
componentResourceManager.GetString("ComboBox6.Items249"),
componentResourceManager.GetString("ComboBox6.Items250"),
componentResourceManager.GetString("ComboBox6.Items251"),
componentResourceManager.GetString("ComboBox6.Items252"),
componentResourceManager.GetString("ComboBox6.Items253"),
componentResourceManager.GetString("ComboBox6.Items254"),
componentResourceManager.GetString("ComboBox6.Items255")
});
ComboBox6.Name = "ComboBox6";
NumericUpDown6.AccessibleDescription = null;
NumericUpDown6.AccessibleName = null;
componentResourceManager.ApplyResources(NumericUpDown6, "NumericUpDown6");
NumericUpDown6.Font = null;
var numericUpDown6 = NumericUpDown6;
num1 = new Decimal(new int[4]
{
byte.MaxValue,
0,
0,
0
});
var num7 = num1;
numericUpDown6.Maximum = num7;
NumericUpDown6.Name = "NumericUpDown6";
Label11.AccessibleDescription = null;
Label11.AccessibleName = null;
componentResourceManager.ApplyResources(Label11, "Label11");
Label11.Font = null;
Label11.Name = "Label11";
Label12.AccessibleDescription = null;
Label12.AccessibleName = null;
componentResourceManager.ApplyResources(Label12, "Label12");
Label12.Font = null;
Label12.Name = "Label12";
DataGridView6.AccessibleDescription = null;
DataGridView6.AccessibleName = null;
DataGridView6.AllowUserToAddRows = false;
DataGridView6.AllowUserToDeleteRows = false;
DataGridView6.AllowUserToResizeColumns = false;
DataGridView6.AllowUserToResizeRows = false;
gridViewCellStyle21.Alignment = DataGridViewContentAlignment.MiddleCenter;
DataGridView6.AlternatingRowsDefaultCellStyle = gridViewCellStyle21;
componentResourceManager.ApplyResources(DataGridView6, "DataGridView6");
DataGridView6.BackgroundImage = null;
gridViewCellStyle22.Alignment = DataGridViewContentAlignment.MiddleCenter;
gridViewCellStyle22.BackColor = SystemColors.Control;
gridViewCellStyle22.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, 134);
gridViewCellStyle22.ForeColor = SystemColors.WindowText;
gridViewCellStyle22.SelectionBackColor = SystemColors.Highlight;
gridViewCellStyle22.SelectionForeColor = SystemColors.HighlightText;
gridViewCellStyle22.WrapMode = DataGridViewTriState.True;
DataGridView6.ColumnHeadersDefaultCellStyle = gridViewCellStyle22;
DataGridView6.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
DataGridView6.Columns.AddRange(Column1_6, Column2_6);
DataGridView6.Font = null;
DataGridView6.Name = "DataGridView6";
gridViewCellStyle23.Alignment = DataGridViewContentAlignment.MiddleCenter;
gridViewCellStyle23.BackColor = SystemColors.Control;
gridViewCellStyle23.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, 134);
gridViewCellStyle23.ForeColor = SystemColors.WindowText;
gridViewCellStyle23.SelectionBackColor = SystemColors.Highlight;
gridViewCellStyle23.SelectionForeColor = SystemColors.HighlightText;
gridViewCellStyle23.WrapMode = DataGridViewTriState.True;
DataGridView6.RowHeadersDefaultCellStyle = gridViewCellStyle23;
gridViewCellStyle24.Alignment = DataGridViewContentAlignment.MiddleCenter;
DataGridView6.RowsDefaultCellStyle = gridViewCellStyle24;
DataGridView6.RowTemplate.Height = 23;
Column1_6.AutoSizeMode = DataGridViewAutoSizeColumnMode.None;
Column1_6.DisplayStyle = DataGridViewComboBoxDisplayStyle.Nothing;
componentResourceManager.ApplyResources(Column1_6, "Column1_6");
Column1_6.Items.AddRange("无", "400", "410", "420", "430", "440", "450", "460", "470", "480", "490", "500", "510", "520", "530", "540", "550", "560", "570", "580", "590", "600", "610", "620", "630", "640", "650", "660", "670", "680", "690", "700", "710", "720", "730", "740", "750", "760", "770", "780", "790", "800", "810", "820", "830", "840", "850", "860", "870", "880", "890", "900", "910", "920", "930", "940", "950", "960", "970", "980", "990", "1000", "1010", "1020", "1030", "1040", "1050", "1060", "1070", "1080", "1090", "1100", "1110", "1120", "1130", "1140", "1150", "1160", "1170", "1180", "1190", "1200", "1210", "1220", "1230", "1240", "1250", "1260", "1270", "1280", "1290", "1300", "1310", "1320", "1330", "1340", "1350", "1360", "1370", "1380", "1390", "1400", "1410", "1420", "1430", "1440", "1450", "1460", "1470", "1480", "1490", "1500", "1510", "1520", "1530", "1540", "1550", "1560", "1570", "1580", "1590", "1600", "1610", "1620", "1630", "1640", "1650", "1660", "1670", "1680", "1690", "1700", "1710", "1720", "1730", "1740", "1750", "1760", "1770", "1780", "1790", "1800", "1810", "1820", "1830", "1840", "1850", "1860", "1870", "1880", "1890", "1900", "1910", "1920", "1930", "1940", "1950", "1960", "1970", "1980", "1990", "2000", "2010", "2020", "2030", "2040", "2050", "2060", "2070", "2080", "2090", "2100", "2110", "2120", "2130", "2140", "2150", "2160", "2170", "2180", "2190", "2200", "2210", "2220", "2230", "2240", "2250", "2260", "2270", "2280", "2290", "2300", "2310", "2320", "2330", "2340", "2350", "2360", "2370", "2380", "2390", "2400", "2410", "2420", "2430", "2440", "2450", "2460", "2470", "2480", "2490", "2500");
Column1_6.Name = "Column1_6";
Column1_6.Resizable = DataGridViewTriState.True;
Column2_6.DisplayStyle = DataGridViewComboBoxDisplayStyle.Nothing;
componentResourceManager.ApplyResources(Column2_6, "Column2_6");
Column2_6.Items.AddRange("0", "10", "20", "30", "40", "50", "60", "70", "80", "90", "100", "110", "120", "130", "140", "150", "160", "170", "180", "190", "200", "210", "220", "230", "240", "250", "260", "270", "280", "290", "300", "310", "320", "330", "340", "350", "360", "370", "380", "390", "400", "410", "420", "430", "440", "450", "460", "470", "480", "490", "500", "510", "520", "530", "540", "550", "560", "570", "580", "590", "600", "610", "620", "630", "640", "650", "660", "670", "680", "690", "700", "710", "720", "730", "740", "750", "760", "770", "780", "790", "800", "810", "820", "830", "840", "850", "860", "870", "880", "890", "900", "910", "920", "930", "940", "950", "960", "970", "980", "990", "1000", "1010", "1020", "1030", "1040", "1050", "1060", "1070", "1080", "1090", "1100", "1110", "1120", "1130", "1140", "1150", "1160", "1170", "1180", "1190", "1200", "1210", "1220", "1230", "1240", "1250", "1260", "1270", "1280", "1290", "1300", "1310", "1320", "1330", "1340", "1350", "1360", "1370", "1380", "1390", "1400", "1410", "1420", "1430", "1440", "1450", "1460", "1470", "1480", "1490", "1500", "1510", "1520", "1530", "1540", "1550", "1560", "1570", "1580", "1590", "1600", "1610", "1620", "1630", "1640", "1650", "1660", "1670", "1680", "1690", "1700", "1710", "1720", "1730", "1740", "1750", "1760", "1770", "1780", "1790", "1800", "1810", "1820", "1830", "1840", "1850", "1860", "1870", "1880", "1890", "1900", "1910", "1920", "1930", "1940", "1950", "1960", "1970", "1980", "1990", "2000", "2010", "2020", "2030", "2040", "2050", "2060", "2070", "2080", "2090", "2100", "2110", "2120", "2130", "2140", "2150", "2160", "2170", "2180", "2190", "2200", "2210", "2220", "2230", "2240", "2250", "2260", "2270", "2280", "2290", "2300", "2310", "2320", "2330", "2340", "2350", "2360", "2370", "2380", "2390", "2400", "2410", "2420", "2430", "2440", "2450", "2460", "2470", "2480", "2490", "2500");
Column2_6.Name = "Column2_6";
TabPage7.AccessibleDescription = null;
TabPage7.AccessibleName = null;
componentResourceManager.ApplyResources(TabPage7, "TabPage7");
TabPage7.BackgroundImage = null;
TabPage7.Controls.Add(ComboBox7);
TabPage7.Controls.Add(NumericUpDown7);
TabPage7.Controls.Add(Label13);
TabPage7.Controls.Add(Label14);
TabPage7.Controls.Add(DataGridView7);
TabPage7.Font = null;
TabPage7.Name = "TabPage7";
TabPage7.UseVisualStyleBackColor = true;
ComboBox7.AccessibleDescription = 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[256]
{
componentResourceManager.GetString("ComboBox7.Items"),
componentResourceManager.GetString("ComboBox7.Items1"),
componentResourceManager.GetString("ComboBox7.Items2"),
componentResourceManager.GetString("ComboBox7.Items3"),
componentResourceManager.GetString("ComboBox7.Items4"),
componentResourceManager.GetString("ComboBox7.Items5"),
componentResourceManager.GetString("ComboBox7.Items6"),
componentResourceManager.GetString("ComboBox7.Items7"),
componentResourceManager.GetString("ComboBox7.Items8"),
componentResourceManager.GetString("ComboBox7.Items9"),
componentResourceManager.GetString("ComboBox7.Items10"),
componentResourceManager.GetString("ComboBox7.Items11"),
componentResourceManager.GetString("ComboBox7.Items12"),
componentResourceManager.GetString("ComboBox7.Items13"),
componentResourceManager.GetString("ComboBox7.Items14"),
componentResourceManager.GetString("ComboBox7.Items15"),
componentResourceManager.GetString("ComboBox7.Items16"),
componentResourceManager.GetString("ComboBox7.Items17"),
componentResourceManager.GetString("ComboBox7.Items18"),
componentResourceManager.GetString("ComboBox7.Items19"),
componentResourceManager.GetString("ComboBox7.Items20"),
componentResourceManager.GetString("ComboBox7.Items21"),
componentResourceManager.GetString("ComboBox7.Items22"),
componentResourceManager.GetString("ComboBox7.Items23"),
componentResourceManager.GetString("ComboBox7.Items24"),
componentResourceManager.GetString("ComboBox7.Items25"),
componentResourceManager.GetString("ComboBox7.Items26"),
componentResourceManager.GetString("ComboBox7.Items27"),
componentResourceManager.GetString("ComboBox7.Items28"),
componentResourceManager.GetString("ComboBox7.Items29"),
componentResourceManager.GetString("ComboBox7.Items30"),
componentResourceManager.GetString("ComboBox7.Items31"),
componentResourceManager.GetString("ComboBox7.Items32"),
componentResourceManager.GetString("ComboBox7.Items33"),
componentResourceManager.GetString("ComboBox7.Items34"),
componentResourceManager.GetString("ComboBox7.Items35"),
componentResourceManager.GetString("ComboBox7.Items36"),
componentResourceManager.GetString("ComboBox7.Items37"),
componentResourceManager.GetString("ComboBox7.Items38"),
componentResourceManager.GetString("ComboBox7.Items39"),
componentResourceManager.GetString("ComboBox7.Items40"),
componentResourceManager.GetString("ComboBox7.Items41"),
componentResourceManager.GetString("ComboBox7.Items42"),
componentResourceManager.GetString("ComboBox7.Items43"),
componentResourceManager.GetString("ComboBox7.Items44"),
componentResourceManager.GetString("ComboBox7.Items45"),
componentResourceManager.GetString("ComboBox7.Items46"),
componentResourceManager.GetString("ComboBox7.Items47"),
componentResourceManager.GetString("ComboBox7.Items48"),
componentResourceManager.GetString("ComboBox7.Items49"),
componentResourceManager.GetString("ComboBox7.Items50"),
componentResourceManager.GetString("ComboBox7.Items51"),
componentResourceManager.GetString("ComboBox7.Items52"),
componentResourceManager.GetString("ComboBox7.Items53"),
componentResourceManager.GetString("ComboBox7.Items54"),
componentResourceManager.GetString("ComboBox7.Items55"),
componentResourceManager.GetString("ComboBox7.Items56"),
componentResourceManager.GetString("ComboBox7.Items57"),
componentResourceManager.GetString("ComboBox7.Items58"),
componentResourceManager.GetString("ComboBox7.Items59"),
componentResourceManager.GetString("ComboBox7.Items60"),
componentResourceManager.GetString("ComboBox7.Items61"),
componentResourceManager.GetString("ComboBox7.Items62"),
componentResourceManager.GetString("ComboBox7.Items63"),
componentResourceManager.GetString("ComboBox7.Items64"),
componentResourceManager.GetString("ComboBox7.Items65"),
componentResourceManager.GetString("ComboBox7.Items66"),
componentResourceManager.GetString("ComboBox7.Items67"),
componentResourceManager.GetString("ComboBox7.Items68"),
componentResourceManager.GetString("ComboBox7.Items69"),
componentResourceManager.GetString("ComboBox7.Items70"),
componentResourceManager.GetString("ComboBox7.Items71"),
componentResourceManager.GetString("ComboBox7.Items72"),
componentResourceManager.GetString("ComboBox7.Items73"),
componentResourceManager.GetString("ComboBox7.Items74"),
componentResourceManager.GetString("ComboBox7.Items75"),
componentResourceManager.GetString("ComboBox7.Items76"),
componentResourceManager.GetString("ComboBox7.Items77"),
componentResourceManager.GetString("ComboBox7.Items78"),
componentResourceManager.GetString("ComboBox7.Items79"),
componentResourceManager.GetString("ComboBox7.Items80"),
componentResourceManager.GetString("ComboBox7.Items81"),
componentResourceManager.GetString("ComboBox7.Items82"),
componentResourceManager.GetString("ComboBox7.Items83"),
componentResourceManager.GetString("ComboBox7.Items84"),
componentResourceManager.GetString("ComboBox7.Items85"),
componentResourceManager.GetString("ComboBox7.Items86"),
componentResourceManager.GetString("ComboBox7.Items87"),
componentResourceManager.GetString("ComboBox7.Items88"),
componentResourceManager.GetString("ComboBox7.Items89"),
componentResourceManager.GetString("ComboBox7.Items90"),
componentResourceManager.GetString("ComboBox7.Items91"),
componentResourceManager.GetString("ComboBox7.Items92"),
componentResourceManager.GetString("ComboBox7.Items93"),
componentResourceManager.GetString("ComboBox7.Items94"),
componentResourceManager.GetString("ComboBox7.Items95"),
componentResourceManager.GetString("ComboBox7.Items96"),
componentResourceManager.GetString("ComboBox7.Items97"),
componentResourceManager.GetString("ComboBox7.Items98"),
componentResourceManager.GetString("ComboBox7.Items99"),
componentResourceManager.GetString("ComboBox7.Items100"),
componentResourceManager.GetString("ComboBox7.Items101"),
componentResourceManager.GetString("ComboBox7.Items102"),
componentResourceManager.GetString("ComboBox7.Items103"),
componentResourceManager.GetString("ComboBox7.Items104"),
componentResourceManager.GetString("ComboBox7.Items105"),
componentResourceManager.GetString("ComboBox7.Items106"),
componentResourceManager.GetString("ComboBox7.Items107"),
componentResourceManager.GetString("ComboBox7.Items108"),
componentResourceManager.GetString("ComboBox7.Items109"),
componentResourceManager.GetString("ComboBox7.Items110"),
componentResourceManager.GetString("ComboBox7.Items111"),
componentResourceManager.GetString("ComboBox7.Items112"),
componentResourceManager.GetString("ComboBox7.Items113"),
componentResourceManager.GetString("ComboBox7.Items114"),
componentResourceManager.GetString("ComboBox7.Items115"),
componentResourceManager.GetString("ComboBox7.Items116"),
componentResourceManager.GetString("ComboBox7.Items117"),
componentResourceManager.GetString("ComboBox7.Items118"),
componentResourceManager.GetString("ComboBox7.Items119"),
componentResourceManager.GetString("ComboBox7.Items120"),
componentResourceManager.GetString("ComboBox7.Items121"),
componentResourceManager.GetString("ComboBox7.Items122"),
componentResourceManager.GetString("ComboBox7.Items123"),
componentResourceManager.GetString("ComboBox7.Items124"),
componentResourceManager.GetString("ComboBox7.Items125"),
componentResourceManager.GetString("ComboBox7.Items126"),
componentResourceManager.GetString("ComboBox7.Items127"),
componentResourceManager.GetString("ComboBox7.Items128"),
componentResourceManager.GetString("ComboBox7.Items129"),
componentResourceManager.GetString("ComboBox7.Items130"),
componentResourceManager.GetString("ComboBox7.Items131"),
componentResourceManager.GetString("ComboBox7.Items132"),
componentResourceManager.GetString("ComboBox7.Items133"),
componentResourceManager.GetString("ComboBox7.Items134"),
componentResourceManager.GetString("ComboBox7.Items135"),
componentResourceManager.GetString("ComboBox7.Items136"),
componentResourceManager.GetString("ComboBox7.Items137"),
componentResourceManager.GetString("ComboBox7.Items138"),
componentResourceManager.GetString("ComboBox7.Items139"),
componentResourceManager.GetString("ComboBox7.Items140"),
componentResourceManager.GetString("ComboBox7.Items141"),
componentResourceManager.GetString("ComboBox7.Items142"),
componentResourceManager.GetString("ComboBox7.Items143"),
componentResourceManager.GetString("ComboBox7.Items144"),
componentResourceManager.GetString("ComboBox7.Items145"),
componentResourceManager.GetString("ComboBox7.Items146"),
componentResourceManager.GetString("ComboBox7.Items147"),
componentResourceManager.GetString("ComboBox7.Items148"),
componentResourceManager.GetString("ComboBox7.Items149"),
componentResourceManager.GetString("ComboBox7.Items150"),
componentResourceManager.GetString("ComboBox7.Items151"),
componentResourceManager.GetString("ComboBox7.Items152"),
componentResourceManager.GetString("ComboBox7.Items153"),
componentResourceManager.GetString("ComboBox7.Items154"),
componentResourceManager.GetString("ComboBox7.Items155"),
componentResourceManager.GetString("ComboBox7.Items156"),
componentResourceManager.GetString("ComboBox7.Items157"),
componentResourceManager.GetString("ComboBox7.Items158"),
componentResourceManager.GetString("ComboBox7.Items159"),
componentResourceManager.GetString("ComboBox7.Items160"),
componentResourceManager.GetString("ComboBox7.Items161"),
componentResourceManager.GetString("ComboBox7.Items162"),
componentResourceManager.GetString("ComboBox7.Items163"),
componentResourceManager.GetString("ComboBox7.Items164"),
componentResourceManager.GetString("ComboBox7.Items165"),
componentResourceManager.GetString("ComboBox7.Items166"),
componentResourceManager.GetString("ComboBox7.Items167"),
componentResourceManager.GetString("ComboBox7.Items168"),
componentResourceManager.GetString("ComboBox7.Items169"),
componentResourceManager.GetString("ComboBox7.Items170"),
componentResourceManager.GetString("ComboBox7.Items171"),
componentResourceManager.GetString("ComboBox7.Items172"),
componentResourceManager.GetString("ComboBox7.Items173"),
componentResourceManager.GetString("ComboBox7.Items174"),
componentResourceManager.GetString("ComboBox7.Items175"),
componentResourceManager.GetString("ComboBox7.Items176"),
componentResourceManager.GetString("ComboBox7.Items177"),
componentResourceManager.GetString("ComboBox7.Items178"),
componentResourceManager.GetString("ComboBox7.Items179"),
componentResourceManager.GetString("ComboBox7.Items180"),
componentResourceManager.GetString("ComboBox7.Items181"),
componentResourceManager.GetString("ComboBox7.Items182"),
componentResourceManager.GetString("ComboBox7.Items183"),
componentResourceManager.GetString("ComboBox7.Items184"),
componentResourceManager.GetString("ComboBox7.Items185"),
componentResourceManager.GetString("ComboBox7.Items186"),
componentResourceManager.GetString("ComboBox7.Items187"),
componentResourceManager.GetString("ComboBox7.Items188"),
componentResourceManager.GetString("ComboBox7.Items189"),
componentResourceManager.GetString("ComboBox7.Items190"),
componentResourceManager.GetString("ComboBox7.Items191"),
componentResourceManager.GetString("ComboBox7.Items192"),
componentResourceManager.GetString("ComboBox7.Items193"),
componentResourceManager.GetString("ComboBox7.Items194"),
componentResourceManager.GetString("ComboBox7.Items195"),
componentResourceManager.GetString("ComboBox7.Items196"),
componentResourceManager.GetString("ComboBox7.Items197"),
componentResourceManager.GetString("ComboBox7.Items198"),
componentResourceManager.GetString("ComboBox7.Items199"),
componentResourceManager.GetString("ComboBox7.Items200"),
componentResourceManager.GetString("ComboBox7.Items201"),
componentResourceManager.GetString("ComboBox7.Items202"),
componentResourceManager.GetString("ComboBox7.Items203"),
componentResourceManager.GetString("ComboBox7.Items204"),
componentResourceManager.GetString("ComboBox7.Items205"),
componentResourceManager.GetString("ComboBox7.Items206"),
componentResourceManager.GetString("ComboBox7.Items207"),
componentResourceManager.GetString("ComboBox7.Items208"),
componentResourceManager.GetString("ComboBox7.Items209"),
componentResourceManager.GetString("ComboBox7.Items210"),
componentResourceManager.GetString("ComboBox7.Items211"),
componentResourceManager.GetString("ComboBox7.Items212"),
componentResourceManager.GetString("ComboBox7.Items213"),
componentResourceManager.GetString("ComboBox7.Items214"),
componentResourceManager.GetString("ComboBox7.Items215"),
componentResourceManager.GetString("ComboBox7.Items216"),
componentResourceManager.GetString("ComboBox7.Items217"),
componentResourceManager.GetString("ComboBox7.Items218"),
componentResourceManager.GetString("ComboBox7.Items219"),
componentResourceManager.GetString("ComboBox7.Items220"),
componentResourceManager.GetString("ComboBox7.Items221"),
componentResourceManager.GetString("ComboBox7.Items222"),
componentResourceManager.GetString("ComboBox7.Items223"),
componentResourceManager.GetString("ComboBox7.Items224"),
componentResourceManager.GetString("ComboBox7.Items225"),
componentResourceManager.GetString("ComboBox7.Items226"),
componentResourceManager.GetString("ComboBox7.Items227"),
componentResourceManager.GetString("ComboBox7.Items228"),
componentResourceManager.GetString("ComboBox7.Items229"),
componentResourceManager.GetString("ComboBox7.Items230"),
componentResourceManager.GetString("ComboBox7.Items231"),
componentResourceManager.GetString("ComboBox7.Items232"),
componentResourceManager.GetString("ComboBox7.Items233"),
componentResourceManager.GetString("ComboBox7.Items234"),
componentResourceManager.GetString("ComboBox7.Items235"),
componentResourceManager.GetString("ComboBox7.Items236"),
componentResourceManager.GetString("ComboBox7.Items237"),
componentResourceManager.GetString("ComboBox7.Items238"),
componentResourceManager.GetString("ComboBox7.Items239"),
componentResourceManager.GetString("ComboBox7.Items240"),
componentResourceManager.GetString("ComboBox7.Items241"),
componentResourceManager.GetString("ComboBox7.Items242"),
componentResourceManager.GetString("ComboBox7.Items243"),
componentResourceManager.GetString("ComboBox7.Items244"),
componentResourceManager.GetString("ComboBox7.Items245"),
componentResourceManager.GetString("ComboBox7.Items246"),
componentResourceManager.GetString("ComboBox7.Items247"),
componentResourceManager.GetString("ComboBox7.Items248"),
componentResourceManager.GetString("ComboBox7.Items249"),
componentResourceManager.GetString("ComboBox7.Items250"),
componentResourceManager.GetString("ComboBox7.Items251"),
componentResourceManager.GetString("ComboBox7.Items252"),
componentResourceManager.GetString("ComboBox7.Items253"),
componentResourceManager.GetString("ComboBox7.Items254"),
componentResourceManager.GetString("ComboBox7.Items255")
});
ComboBox7.Name = "ComboBox7";
NumericUpDown7.AccessibleDescription = null;
NumericUpDown7.AccessibleName = null;
componentResourceManager.ApplyResources(NumericUpDown7, "NumericUpDown7");
NumericUpDown7.Font = null;
var numericUpDown7 = NumericUpDown7;
num1 = new Decimal(new int[4]
{
byte.MaxValue,
0,
0,
0
});
var num8 = num1;
numericUpDown7.Maximum = num8;
NumericUpDown7.Name = "NumericUpDown7";
Label13.AccessibleDescription = null;
Label13.AccessibleName = null;
componentResourceManager.ApplyResources(Label13, "Label13");
Label13.Font = null;
Label13.Name = "Label13";
Label14.AccessibleDescription = null;
Label14.AccessibleName = null;
componentResourceManager.ApplyResources(Label14, "Label14");
Label14.Font = null;
Label14.Name = "Label14";
DataGridView7.AccessibleDescription = null;
DataGridView7.AccessibleName = null;
DataGridView7.AllowUserToAddRows = false;
DataGridView7.AllowUserToDeleteRows = false;
DataGridView7.AllowUserToResizeColumns = false;
DataGridView7.AllowUserToResizeRows = false;
gridViewCellStyle25.Alignment = DataGridViewContentAlignment.MiddleCenter;
DataGridView7.AlternatingRowsDefaultCellStyle = gridViewCellStyle25;
componentResourceManager.ApplyResources(DataGridView7, "DataGridView7");
DataGridView7.BackgroundImage = null;
gridViewCellStyle26.Alignment = DataGridViewContentAlignment.MiddleCenter;
gridViewCellStyle26.BackColor = SystemColors.Control;
gridViewCellStyle26.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, 134);
gridViewCellStyle26.ForeColor = SystemColors.WindowText;
gridViewCellStyle26.SelectionBackColor = SystemColors.Highlight;
gridViewCellStyle26.SelectionForeColor = SystemColors.HighlightText;
gridViewCellStyle26.WrapMode = DataGridViewTriState.True;
DataGridView7.ColumnHeadersDefaultCellStyle = gridViewCellStyle26;
DataGridView7.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
DataGridView7.Columns.AddRange(Column1_7, Column2_7);
DataGridView7.Font = null;
DataGridView7.Name = "DataGridView7";
gridViewCellStyle27.Alignment = DataGridViewContentAlignment.MiddleCenter;
gridViewCellStyle27.BackColor = SystemColors.Control;
gridViewCellStyle27.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, 134);
gridViewCellStyle27.ForeColor = SystemColors.WindowText;
gridViewCellStyle27.SelectionBackColor = SystemColors.Highlight;
gridViewCellStyle27.SelectionForeColor = SystemColors.HighlightText;
gridViewCellStyle27.WrapMode = DataGridViewTriState.True;
DataGridView7.RowHeadersDefaultCellStyle = gridViewCellStyle27;
gridViewCellStyle28.Alignment = DataGridViewContentAlignment.MiddleCenter;
DataGridView7.RowsDefaultCellStyle = gridViewCellStyle28;
DataGridView7.RowTemplate.Height = 23;
Column1_7.AutoSizeMode = DataGridViewAutoSizeColumnMode.None;
Column1_7.DisplayStyle = DataGridViewComboBoxDisplayStyle.Nothing;
componentResourceManager.ApplyResources(Column1_7, "Column1_7");
Column1_7.Items.AddRange("无", "400", "410", "420", "430", "440", "450", "460", "470", "480", "490", "500", "510", "520", "530", "540", "550", "560", "570", "580", "590", "600", "610", "620", "630", "640", "650", "660", "670", "680", "690", "700", "710", "720", "730", "740", "750", "760", "770", "780", "790", "800", "810", "820", "830", "840", "850", "860", "870", "880", "890", "900", "910", "920", "930", "940", "950", "960", "970", "980", "990", "1000", "1010", "1020", "1030", "1040", "1050", "1060", "1070", "1080", "1090", "1100", "1110", "1120", "1130", "1140", "1150", "1160", "1170", "1180", "1190", "1200", "1210", "1220", "1230", "1240", "1250", "1260", "1270", "1280", "1290", "1300", "1310", "1320", "1330", "1340", "1350", "1360", "1370", "1380", "1390", "1400", "1410", "1420", "1430", "1440", "1450", "1460", "1470", "1480", "1490", "1500", "1510", "1520", "1530", "1540", "1550", "1560", "1570", "1580", "1590", "1600", "1610", "1620", "1630", "1640", "1650", "1660", "1670", "1680", "1690", "1700", "1710", "1720", "1730", "1740", "1750", "1760", "1770", "1780", "1790", "1800", "1810", "1820", "1830", "1840", "1850", "1860", "1870", "1880", "1890", "1900", "1910", "1920", "1930", "1940", "1950", "1960", "1970", "1980", "1990", "2000", "2010", "2020", "2030", "2040", "2050", "2060", "2070", "2080", "2090", "2100", "2110", "2120", "2130", "2140", "2150", "2160", "2170", "2180", "2190", "2200", "2210", "2220", "2230", "2240", "2250", "2260", "2270", "2280", "2290", "2300", "2310", "2320", "2330", "2340", "2350", "2360", "2370", "2380", "2390", "2400", "2410", "2420", "2430", "2440", "2450", "2460", "2470", "2480", "2490", "2500");
Column1_7.Name = "Column1_7";
Column1_7.Resizable = DataGridViewTriState.True;
Column2_7.DisplayStyle = DataGridViewComboBoxDisplayStyle.Nothing;
componentResourceManager.ApplyResources(Column2_7, "Column2_7");
Column2_7.Items.AddRange("0", "10", "20", "30", "40", "50", "60", "70", "80", "90", "100", "110", "120", "130", "140", "150", "160", "170", "180", "190", "200", "210", "220", "230", "240", "250", "260", "270", "280", "290", "300", "310", "320", "330", "340", "350", "360", "370", "380", "390", "400", "410", "420", "430", "440", "450", "460", "470", "480", "490", "500", "510", "520", "530", "540", "550", "560", "570", "580", "590", "600", "610", "620", "630", "640", "650", "660", "670", "680", "690", "700", "710", "720", "730", "740", "750", "760", "770", "780", "790", "800", "810", "820", "830", "840", "850", "860", "870", "880", "890", "900", "910", "920", "930", "940", "950", "960", "970", "980", "990", "1000", "1010", "1020", "1030", "1040", "1050", "1060", "1070", "1080", "1090", "1100", "1110", "1120", "1130", "1140", "1150", "1160", "1170", "1180", "1190", "1200", "1210", "1220", "1230", "1240", "1250", "1260", "1270", "1280", "1290", "1300", "1310", "1320", "1330", "1340", "1350", "1360", "1370", "1380", "1390", "1400", "1410", "1420", "1430", "1440", "1450", "1460", "1470", "1480", "1490", "1500", "1510", "1520", "1530", "1540", "1550", "1560", "1570", "1580", "1590", "1600", "1610", "1620", "1630", "1640", "1650", "1660", "1670", "1680", "1690", "1700", "1710", "1720", "1730", "1740", "1750", "1760", "1770", "1780", "1790", "1800", "1810", "1820", "1830", "1840", "1850", "1860", "1870", "1880", "1890", "1900", "1910", "1920", "1930", "1940", "1950", "1960", "1970", "1980", "1990", "2000", "2010", "2020", "2030", "2040", "2050", "2060", "2070", "2080", "2090", "2100", "2110", "2120", "2130", "2140", "2150", "2160", "2170", "2180", "2190", "2200", "2210", "2220", "2230", "2240", "2250", "2260", "2270", "2280", "2290", "2300", "2310", "2320", "2330", "2340", "2350", "2360", "2370", "2380", "2390", "2400", "2410", "2420", "2430", "2440", "2450", "2460", "2470", "2480", "2490", "2500");
Column2_7.Name = "Column2_7";
TabPage8.AccessibleDescription = null;
TabPage8.AccessibleName = null;
componentResourceManager.ApplyResources(TabPage8, "TabPage8");
TabPage8.BackgroundImage = null;
TabPage8.Controls.Add(ComboBox8);
TabPage8.Controls.Add(NumericUpDown8);
TabPage8.Controls.Add(Label15);
TabPage8.Controls.Add(Label16);
TabPage8.Controls.Add(DataGridView8);
TabPage8.Font = null;
TabPage8.Name = "TabPage8";
TabPage8.UseVisualStyleBackColor = true;
ComboBox8.AccessibleDescription = 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[256]
{
componentResourceManager.GetString("ComboBox8.Items"),
componentResourceManager.GetString("ComboBox8.Items1"),
componentResourceManager.GetString("ComboBox8.Items2"),
componentResourceManager.GetString("ComboBox8.Items3"),
componentResourceManager.GetString("ComboBox8.Items4"),
componentResourceManager.GetString("ComboBox8.Items5"),
componentResourceManager.GetString("ComboBox8.Items6"),
componentResourceManager.GetString("ComboBox8.Items7"),
componentResourceManager.GetString("ComboBox8.Items8"),
componentResourceManager.GetString("ComboBox8.Items9"),
componentResourceManager.GetString("ComboBox8.Items10"),
componentResourceManager.GetString("ComboBox8.Items11"),
componentResourceManager.GetString("ComboBox8.Items12"),
componentResourceManager.GetString("ComboBox8.Items13"),
componentResourceManager.GetString("ComboBox8.Items14"),
componentResourceManager.GetString("ComboBox8.Items15"),
componentResourceManager.GetString("ComboBox8.Items16"),
componentResourceManager.GetString("ComboBox8.Items17"),
componentResourceManager.GetString("ComboBox8.Items18"),
componentResourceManager.GetString("ComboBox8.Items19"),
componentResourceManager.GetString("ComboBox8.Items20"),
componentResourceManager.GetString("ComboBox8.Items21"),
componentResourceManager.GetString("ComboBox8.Items22"),
componentResourceManager.GetString("ComboBox8.Items23"),
componentResourceManager.GetString("ComboBox8.Items24"),
componentResourceManager.GetString("ComboBox8.Items25"),
componentResourceManager.GetString("ComboBox8.Items26"),
componentResourceManager.GetString("ComboBox8.Items27"),
componentResourceManager.GetString("ComboBox8.Items28"),
componentResourceManager.GetString("ComboBox8.Items29"),
componentResourceManager.GetString("ComboBox8.Items30"),
componentResourceManager.GetString("ComboBox8.Items31"),
componentResourceManager.GetString("ComboBox8.Items32"),
componentResourceManager.GetString("ComboBox8.Items33"),
componentResourceManager.GetString("ComboBox8.Items34"),
componentResourceManager.GetString("ComboBox8.Items35"),
componentResourceManager.GetString("ComboBox8.Items36"),
componentResourceManager.GetString("ComboBox8.Items37"),
componentResourceManager.GetString("ComboBox8.Items38"),
componentResourceManager.GetString("ComboBox8.Items39"),
componentResourceManager.GetString("ComboBox8.Items40"),
componentResourceManager.GetString("ComboBox8.Items41"),
componentResourceManager.GetString("ComboBox8.Items42"),
componentResourceManager.GetString("ComboBox8.Items43"),
componentResourceManager.GetString("ComboBox8.Items44"),
componentResourceManager.GetString("ComboBox8.Items45"),
componentResourceManager.GetString("ComboBox8.Items46"),
componentResourceManager.GetString("ComboBox8.Items47"),
componentResourceManager.GetString("ComboBox8.Items48"),
componentResourceManager.GetString("ComboBox8.Items49"),
componentResourceManager.GetString("ComboBox8.Items50"),
componentResourceManager.GetString("ComboBox8.Items51"),
componentResourceManager.GetString("ComboBox8.Items52"),
componentResourceManager.GetString("ComboBox8.Items53"),
componentResourceManager.GetString("ComboBox8.Items54"),
componentResourceManager.GetString("ComboBox8.Items55"),
componentResourceManager.GetString("ComboBox8.Items56"),
componentResourceManager.GetString("ComboBox8.Items57"),
componentResourceManager.GetString("ComboBox8.Items58"),
componentResourceManager.GetString("ComboBox8.Items59"),
componentResourceManager.GetString("ComboBox8.Items60"),
componentResourceManager.GetString("ComboBox8.Items61"),
componentResourceManager.GetString("ComboBox8.Items62"),
componentResourceManager.GetString("ComboBox8.Items63"),
componentResourceManager.GetString("ComboBox8.Items64"),
componentResourceManager.GetString("ComboBox8.Items65"),
componentResourceManager.GetString("ComboBox8.Items66"),
componentResourceManager.GetString("ComboBox8.Items67"),
componentResourceManager.GetString("ComboBox8.Items68"),
componentResourceManager.GetString("ComboBox8.Items69"),
componentResourceManager.GetString("ComboBox8.Items70"),
componentResourceManager.GetString("ComboBox8.Items71"),
componentResourceManager.GetString("ComboBox8.Items72"),
componentResourceManager.GetString("ComboBox8.Items73"),
componentResourceManager.GetString("ComboBox8.Items74"),
componentResourceManager.GetString("ComboBox8.Items75"),
componentResourceManager.GetString("ComboBox8.Items76"),
componentResourceManager.GetString("ComboBox8.Items77"),
componentResourceManager.GetString("ComboBox8.Items78"),
componentResourceManager.GetString("ComboBox8.Items79"),
componentResourceManager.GetString("ComboBox8.Items80"),
componentResourceManager.GetString("ComboBox8.Items81"),
componentResourceManager.GetString("ComboBox8.Items82"),
componentResourceManager.GetString("ComboBox8.Items83"),
componentResourceManager.GetString("ComboBox8.Items84"),
componentResourceManager.GetString("ComboBox8.Items85"),
componentResourceManager.GetString("ComboBox8.Items86"),
componentResourceManager.GetString("ComboBox8.Items87"),
componentResourceManager.GetString("ComboBox8.Items88"),
componentResourceManager.GetString("ComboBox8.Items89"),
componentResourceManager.GetString("ComboBox8.Items90"),
componentResourceManager.GetString("ComboBox8.Items91"),
componentResourceManager.GetString("ComboBox8.Items92"),
componentResourceManager.GetString("ComboBox8.Items93"),
componentResourceManager.GetString("ComboBox8.Items94"),
componentResourceManager.GetString("ComboBox8.Items95"),
componentResourceManager.GetString("ComboBox8.Items96"),
componentResourceManager.GetString("ComboBox8.Items97"),
componentResourceManager.GetString("ComboBox8.Items98"),
componentResourceManager.GetString("ComboBox8.Items99"),
componentResourceManager.GetString("ComboBox8.Items100"),
componentResourceManager.GetString("ComboBox8.Items101"),
componentResourceManager.GetString("ComboBox8.Items102"),
componentResourceManager.GetString("ComboBox8.Items103"),
componentResourceManager.GetString("ComboBox8.Items104"),
componentResourceManager.GetString("ComboBox8.Items105"),
componentResourceManager.GetString("ComboBox8.Items106"),
componentResourceManager.GetString("ComboBox8.Items107"),
componentResourceManager.GetString("ComboBox8.Items108"),
componentResourceManager.GetString("ComboBox8.Items109"),
componentResourceManager.GetString("ComboBox8.Items110"),
componentResourceManager.GetString("ComboBox8.Items111"),
componentResourceManager.GetString("ComboBox8.Items112"),
componentResourceManager.GetString("ComboBox8.Items113"),
componentResourceManager.GetString("ComboBox8.Items114"),
componentResourceManager.GetString("ComboBox8.Items115"),
componentResourceManager.GetString("ComboBox8.Items116"),
componentResourceManager.GetString("ComboBox8.Items117"),
componentResourceManager.GetString("ComboBox8.Items118"),
componentResourceManager.GetString("ComboBox8.Items119"),
componentResourceManager.GetString("ComboBox8.Items120"),
componentResourceManager.GetString("ComboBox8.Items121"),
componentResourceManager.GetString("ComboBox8.Items122"),
componentResourceManager.GetString("ComboBox8.Items123"),
componentResourceManager.GetString("ComboBox8.Items124"),
componentResourceManager.GetString("ComboBox8.Items125"),
componentResourceManager.GetString("ComboBox8.Items126"),
componentResourceManager.GetString("ComboBox8.Items127"),
componentResourceManager.GetString("ComboBox8.Items128"),
componentResourceManager.GetString("ComboBox8.Items129"),
componentResourceManager.GetString("ComboBox8.Items130"),
componentResourceManager.GetString("ComboBox8.Items131"),
componentResourceManager.GetString("ComboBox8.Items132"),
componentResourceManager.GetString("ComboBox8.Items133"),
componentResourceManager.GetString("ComboBox8.Items134"),
componentResourceManager.GetString("ComboBox8.Items135"),
componentResourceManager.GetString("ComboBox8.Items136"),
componentResourceManager.GetString("ComboBox8.Items137"),
componentResourceManager.GetString("ComboBox8.Items138"),
componentResourceManager.GetString("ComboBox8.Items139"),
componentResourceManager.GetString("ComboBox8.Items140"),
componentResourceManager.GetString("ComboBox8.Items141"),
componentResourceManager.GetString("ComboBox8.Items142"),
componentResourceManager.GetString("ComboBox8.Items143"),
componentResourceManager.GetString("ComboBox8.Items144"),
componentResourceManager.GetString("ComboBox8.Items145"),
componentResourceManager.GetString("ComboBox8.Items146"),
componentResourceManager.GetString("ComboBox8.Items147"),
componentResourceManager.GetString("ComboBox8.Items148"),
componentResourceManager.GetString("ComboBox8.Items149"),
componentResourceManager.GetString("ComboBox8.Items150"),
componentResourceManager.GetString("ComboBox8.Items151"),
componentResourceManager.GetString("ComboBox8.Items152"),
componentResourceManager.GetString("ComboBox8.Items153"),
componentResourceManager.GetString("ComboBox8.Items154"),
componentResourceManager.GetString("ComboBox8.Items155"),
componentResourceManager.GetString("ComboBox8.Items156"),
componentResourceManager.GetString("ComboBox8.Items157"),
componentResourceManager.GetString("ComboBox8.Items158"),
componentResourceManager.GetString("ComboBox8.Items159"),
componentResourceManager.GetString("ComboBox8.Items160"),
componentResourceManager.GetString("ComboBox8.Items161"),
componentResourceManager.GetString("ComboBox8.Items162"),
componentResourceManager.GetString("ComboBox8.Items163"),
componentResourceManager.GetString("ComboBox8.Items164"),
componentResourceManager.GetString("ComboBox8.Items165"),
componentResourceManager.GetString("ComboBox8.Items166"),
componentResourceManager.GetString("ComboBox8.Items167"),
componentResourceManager.GetString("ComboBox8.Items168"),
componentResourceManager.GetString("ComboBox8.Items169"),
componentResourceManager.GetString("ComboBox8.Items170"),
componentResourceManager.GetString("ComboBox8.Items171"),
componentResourceManager.GetString("ComboBox8.Items172"),
componentResourceManager.GetString("ComboBox8.Items173"),
componentResourceManager.GetString("ComboBox8.Items174"),
componentResourceManager.GetString("ComboBox8.Items175"),
componentResourceManager.GetString("ComboBox8.Items176"),
componentResourceManager.GetString("ComboBox8.Items177"),
componentResourceManager.GetString("ComboBox8.Items178"),
componentResourceManager.GetString("ComboBox8.Items179"),
componentResourceManager.GetString("ComboBox8.Items180"),
componentResourceManager.GetString("ComboBox8.Items181"),
componentResourceManager.GetString("ComboBox8.Items182"),
componentResourceManager.GetString("ComboBox8.Items183"),
componentResourceManager.GetString("ComboBox8.Items184"),
componentResourceManager.GetString("ComboBox8.Items185"),
componentResourceManager.GetString("ComboBox8.Items186"),
componentResourceManager.GetString("ComboBox8.Items187"),
componentResourceManager.GetString("ComboBox8.Items188"),
componentResourceManager.GetString("ComboBox8.Items189"),
componentResourceManager.GetString("ComboBox8.Items190"),
componentResourceManager.GetString("ComboBox8.Items191"),
componentResourceManager.GetString("ComboBox8.Items192"),
componentResourceManager.GetString("ComboBox8.Items193"),
componentResourceManager.GetString("ComboBox8.Items194"),
componentResourceManager.GetString("ComboBox8.Items195"),
componentResourceManager.GetString("ComboBox8.Items196"),
componentResourceManager.GetString("ComboBox8.Items197"),
componentResourceManager.GetString("ComboBox8.Items198"),
componentResourceManager.GetString("ComboBox8.Items199"),
componentResourceManager.GetString("ComboBox8.Items200"),
componentResourceManager.GetString("ComboBox8.Items201"),
componentResourceManager.GetString("ComboBox8.Items202"),
componentResourceManager.GetString("ComboBox8.Items203"),
componentResourceManager.GetString("ComboBox8.Items204"),
componentResourceManager.GetString("ComboBox8.Items205"),
componentResourceManager.GetString("ComboBox8.Items206"),
componentResourceManager.GetString("ComboBox8.Items207"),
componentResourceManager.GetString("ComboBox8.Items208"),
componentResourceManager.GetString("ComboBox8.Items209"),
componentResourceManager.GetString("ComboBox8.Items210"),
componentResourceManager.GetString("ComboBox8.Items211"),
componentResourceManager.GetString("ComboBox8.Items212"),
componentResourceManager.GetString("ComboBox8.Items213"),
componentResourceManager.GetString("ComboBox8.Items214"),
componentResourceManager.GetString("ComboBox8.Items215"),
componentResourceManager.GetString("ComboBox8.Items216"),
componentResourceManager.GetString("ComboBox8.Items217"),
componentResourceManager.GetString("ComboBox8.Items218"),
componentResourceManager.GetString("ComboBox8.Items219"),
componentResourceManager.GetString("ComboBox8.Items220"),
componentResourceManager.GetString("ComboBox8.Items221"),
componentResourceManager.GetString("ComboBox8.Items222"),
componentResourceManager.GetString("ComboBox8.Items223"),
componentResourceManager.GetString("ComboBox8.Items224"),
componentResourceManager.GetString("ComboBox8.Items225"),
componentResourceManager.GetString("ComboBox8.Items226"),
componentResourceManager.GetString("ComboBox8.Items227"),
componentResourceManager.GetString("ComboBox8.Items228"),
componentResourceManager.GetString("ComboBox8.Items229"),
componentResourceManager.GetString("ComboBox8.Items230"),
componentResourceManager.GetString("ComboBox8.Items231"),
componentResourceManager.GetString("ComboBox8.Items232"),
componentResourceManager.GetString("ComboBox8.Items233"),
componentResourceManager.GetString("ComboBox8.Items234"),
componentResourceManager.GetString("ComboBox8.Items235"),
componentResourceManager.GetString("ComboBox8.Items236"),
componentResourceManager.GetString("ComboBox8.Items237"),
componentResourceManager.GetString("ComboBox8.Items238"),
componentResourceManager.GetString("ComboBox8.Items239"),
componentResourceManager.GetString("ComboBox8.Items240"),
componentResourceManager.GetString("ComboBox8.Items241"),
componentResourceManager.GetString("ComboBox8.Items242"),
componentResourceManager.GetString("ComboBox8.Items243"),
componentResourceManager.GetString("ComboBox8.Items244"),
componentResourceManager.GetString("ComboBox8.Items245"),
componentResourceManager.GetString("ComboBox8.Items246"),
componentResourceManager.GetString("ComboBox8.Items247"),
componentResourceManager.GetString("ComboBox8.Items248"),
componentResourceManager.GetString("ComboBox8.Items249"),
componentResourceManager.GetString("ComboBox8.Items250"),
componentResourceManager.GetString("ComboBox8.Items251"),
componentResourceManager.GetString("ComboBox8.Items252"),
componentResourceManager.GetString("ComboBox8.Items253"),
componentResourceManager.GetString("ComboBox8.Items254"),
componentResourceManager.GetString("ComboBox8.Items255")
});
ComboBox8.Name = "ComboBox8";
NumericUpDown8.AccessibleDescription = null;
NumericUpDown8.AccessibleName = null;
componentResourceManager.ApplyResources(NumericUpDown8, "NumericUpDown8");
NumericUpDown8.Font = null;
var numericUpDown8 = NumericUpDown8;
num1 = new Decimal(new int[4]
{
byte.MaxValue,
0,
0,
0
});
var num9 = num1;
numericUpDown8.Maximum = num9;
NumericUpDown8.Name = "NumericUpDown8";
Label15.AccessibleDescription = null;
Label15.AccessibleName = null;
componentResourceManager.ApplyResources(Label15, "Label15");
Label15.Font = null;
Label15.Name = "Label15";
Label16.AccessibleDescription = null;
Label16.AccessibleName = null;
componentResourceManager.ApplyResources(Label16, "Label16");
Label16.Font = null;
Label16.Name = "Label16";
DataGridView8.AccessibleDescription = null;
DataGridView8.AccessibleName = null;
DataGridView8.AllowUserToAddRows = false;
DataGridView8.AllowUserToDeleteRows = false;
DataGridView8.AllowUserToResizeColumns = false;
DataGridView8.AllowUserToResizeRows = false;
gridViewCellStyle29.Alignment = DataGridViewContentAlignment.MiddleCenter;
DataGridView8.AlternatingRowsDefaultCellStyle = gridViewCellStyle29;
componentResourceManager.ApplyResources(DataGridView8, "DataGridView8");
DataGridView8.BackgroundImage = null;
gridViewCellStyle30.Alignment = DataGridViewContentAlignment.MiddleCenter;
gridViewCellStyle30.BackColor = SystemColors.Control;
gridViewCellStyle30.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, 134);
gridViewCellStyle30.ForeColor = SystemColors.WindowText;
gridViewCellStyle30.SelectionBackColor = SystemColors.Highlight;
gridViewCellStyle30.SelectionForeColor = SystemColors.HighlightText;
gridViewCellStyle30.WrapMode = DataGridViewTriState.True;
DataGridView8.ColumnHeadersDefaultCellStyle = gridViewCellStyle30;
DataGridView8.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
DataGridView8.Columns.AddRange(Column1_8, Column2_8);
DataGridView8.Font = null;
DataGridView8.Name = "DataGridView8";
gridViewCellStyle31.Alignment = DataGridViewContentAlignment.MiddleCenter;
gridViewCellStyle31.BackColor = SystemColors.Control;
gridViewCellStyle31.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, 134);
gridViewCellStyle31.ForeColor = SystemColors.WindowText;
gridViewCellStyle31.SelectionBackColor = SystemColors.Highlight;
gridViewCellStyle31.SelectionForeColor = SystemColors.HighlightText;
gridViewCellStyle31.WrapMode = DataGridViewTriState.True;
DataGridView8.RowHeadersDefaultCellStyle = gridViewCellStyle31;
gridViewCellStyle32.Alignment = DataGridViewContentAlignment.MiddleCenter;
DataGridView8.RowsDefaultCellStyle = gridViewCellStyle32;
DataGridView8.RowTemplate.Height = 23;
Column1_8.AutoSizeMode = DataGridViewAutoSizeColumnMode.None;
Column1_8.DisplayStyle = DataGridViewComboBoxDisplayStyle.Nothing;
componentResourceManager.ApplyResources(Column1_8, "Column1_8");
Column1_8.Items.AddRange("无", "400", "410", "420", "430", "440", "450", "460", "470", "480", "490", "500", "510", "520", "530", "540", "550", "560", "570", "580", "590", "600", "610", "620", "630", "640", "650", "660", "670", "680", "690", "700", "710", "720", "730", "740", "750", "760", "770", "780", "790", "800", "810", "820", "830", "840", "850", "860", "870", "880", "890", "900", "910", "920", "930", "940", "950", "960", "970", "980", "990", "1000", "1010", "1020", "1030", "1040", "1050", "1060", "1070", "1080", "1090", "1100", "1110", "1120", "1130", "1140", "1150", "1160", "1170", "1180", "1190", "1200", "1210", "1220", "1230", "1240", "1250", "1260", "1270", "1280", "1290", "1300", "1310", "1320", "1330", "1340", "1350", "1360", "1370", "1380", "1390", "1400", "1410", "1420", "1430", "1440", "1450", "1460", "1470", "1480", "1490", "1500", "1510", "1520", "1530", "1540", "1550", "1560", "1570", "1580", "1590", "1600", "1610", "1620", "1630", "1640", "1650", "1660", "1670", "1680", "1690", "1700", "1710", "1720", "1730", "1740", "1750", "1760", "1770", "1780", "1790", "1800", "1810", "1820", "1830", "1840", "1850", "1860", "1870", "1880", "1890", "1900", "1910", "1920", "1930", "1940", "1950", "1960", "1970", "1980", "1990", "2000", "2010", "2020", "2030", "2040", "2050", "2060", "2070", "2080", "2090", "2100", "2110", "2120", "2130", "2140", "2150", "2160", "2170", "2180", "2190", "2200", "2210", "2220", "2230", "2240", "2250", "2260", "2270", "2280", "2290", "2300", "2310", "2320", "2330", "2340", "2350", "2360", "2370", "2380", "2390", "2400", "2410", "2420", "2430", "2440", "2450", "2460", "2470", "2480", "2490", "2500");
Column1_8.Name = "Column1_8";
Column1_8.Resizable = DataGridViewTriState.True;
Column2_8.DisplayStyle = DataGridViewComboBoxDisplayStyle.Nothing;
componentResourceManager.ApplyResources(Column2_8, "Column2_8");
Column2_8.Items.AddRange("0", "10", "20", "30", "40", "50", "60", "70", "80", "90", "100", "110", "120", "130", "140", "150", "160", "170", "180", "190", "200", "210", "220", "230", "240", "250", "260", "270", "280", "290", "300", "310", "320", "330", "340", "350", "360", "370", "380", "390", "400", "410", "420", "430", "440", "450", "460", "470", "480", "490", "500", "510", "520", "530", "540", "550", "560", "570", "580", "590", "600", "610", "620", "630", "640", "650", "660", "670", "680", "690", "700", "710", "720", "730", "740", "750", "760", "770", "780", "790", "800", "810", "820", "830", "840", "850", "860", "870", "880", "890", "900", "910", "920", "930", "940", "950", "960", "970", "980", "990", "1000", "1010", "1020", "1030", "1040", "1050", "1060", "1070", "1080", "1090", "1100", "1110", "1120", "1130", "1140", "1150", "1160", "1170", "1180", "1190", "1200", "1210", "1220", "1230", "1240", "1250", "1260", "1270", "1280", "1290", "1300", "1310", "1320", "1330", "1340", "1350", "1360", "1370", "1380", "1390", "1400", "1410", "1420", "1430", "1440", "1450", "1460", "1470", "1480", "1490", "1500", "1510", "1520", "1530", "1540", "1550", "1560", "1570", "1580", "1590", "1600", "1610", "1620", "1630", "1640", "1650", "1660", "1670", "1680", "1690", "1700", "1710", "1720", "1730", "1740", "1750", "1760", "1770", "1780", "1790", "1800", "1810", "1820", "1830", "1840", "1850", "1860", "1870", "1880", "1890", "1900", "1910", "1920", "1930", "1940", "1950", "1960", "1970", "1980", "1990", "2000", "2010", "2020", "2030", "2040", "2050", "2060", "2070", "2080", "2090", "2100", "2110", "2120", "2130", "2140", "2150", "2160", "2170", "2180", "2190", "2200", "2210", "2220", "2230", "2240", "2250", "2260", "2270", "2280", "2290", "2300", "2310", "2320", "2330", "2340", "2350", "2360", "2370", "2380", "2390", "2400", "2410", "2420", "2430", "2440", "2450", "2460", "2470", "2480", "2490", "2500");
Column2_8.Name = "Column2_8";
Button3.AccessibleDescription = 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(TabControl1);
Font = null;
Name = nameof (BeepForm);
TabControl1.ResumeLayout(false);
TabPage1.ResumeLayout(false);
TabPage1.PerformLayout();
NumericUpDown1.EndInit();
((ISupportInitialize) DataGridView1).EndInit();
TabPage2.ResumeLayout(false);
TabPage2.PerformLayout();
NumericUpDown2.EndInit();
((ISupportInitialize) DataGridView2).EndInit();
TabPage3.ResumeLayout(false);
TabPage3.PerformLayout();
NumericUpDown3.EndInit();
((ISupportInitialize) DataGridView3).EndInit();
TabPage4.ResumeLayout(false);
TabPage4.PerformLayout();
NumericUpDown4.EndInit();
((ISupportInitialize) DataGridView4).EndInit();
TabPage5.ResumeLayout(false);
TabPage5.PerformLayout();
NumericUpDown5.EndInit();
((ISupportInitialize) DataGridView5).EndInit();
TabPage6.ResumeLayout(false);
TabPage6.PerformLayout();
NumericUpDown6.EndInit();
((ISupportInitialize) DataGridView6).EndInit();
TabPage7.ResumeLayout(false);
TabPage7.PerformLayout();
NumericUpDown7.EndInit();
((ISupportInitialize) DataGridView7).EndInit();
TabPage8.ResumeLayout(false);
TabPage8.PerformLayout();
NumericUpDown8.EndInit();
((ISupportInitialize) DataGridView8).EndInit();
ResumeLayout(false);
}
internal virtual TabControl TabControl1
{
[DebuggerNonUserCode] get => _TabControl1;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
_TabControl1 = value;
}
}
internal virtual TabPage TabPage1
{
[DebuggerNonUserCode] get => _TabPage1;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
_TabPage1 = value;
}
}
internal virtual TabPage TabPage2
{
[DebuggerNonUserCode] get => _TabPage2;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
_TabPage2 = value;
}
}
internal virtual DataGridView DataGridView1
{
[DebuggerNonUserCode] get => _DataGridView1;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
if (_DataGridView1 != null)
{
_DataGridView1.MouseClick -= DataGridView1_MouseClick;
_DataGridView1.CellEndEdit -= DataGridView1_CellEndEdit;
_DataGridView1.RowPostPaint -= DataGridView1_RowPostPaint;
}
_DataGridView1 = value;
if (_DataGridView1 == null)
return;
_DataGridView1.MouseClick += DataGridView1_MouseClick;
_DataGridView1.CellEndEdit += DataGridView1_CellEndEdit;
_DataGridView1.RowPostPaint += DataGridView1_RowPostPaint;
}
}
internal virtual Label Label1
{
[DebuggerNonUserCode] get => _Label1;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => _Label1 = value;
}
internal virtual NumericUpDown NumericUpDown1
{
[DebuggerNonUserCode] get => _NumericUpDown1;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
_NumericUpDown1 = value;
}
}
internal virtual Label Label2
{
[DebuggerNonUserCode] get => _Label2;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => _Label2 = value;
}
internal virtual TabPage TabPage3
{
[DebuggerNonUserCode] get => _TabPage3;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
_TabPage3 = value;
}
}
internal virtual TabPage TabPage4
{
[DebuggerNonUserCode] get => _TabPage4;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
_TabPage4 = value;
}
}
internal virtual TabPage TabPage5
{
[DebuggerNonUserCode] get => _TabPage5;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
_TabPage5 = value;
}
}
internal virtual TabPage TabPage6
{
[DebuggerNonUserCode] get => _TabPage6;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
_TabPage6 = value;
}
}
internal virtual TabPage TabPage7
{
[DebuggerNonUserCode] get => _TabPage7;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
_TabPage7 = value;
}
}
internal virtual TabPage TabPage8
{
[DebuggerNonUserCode] get => _TabPage8;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
_TabPage8 = value;
}
}
internal virtual Button Button3
{
[DebuggerNonUserCode] get => _Button3;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
_Button3 = value;
}
}
internal virtual Button Button2
{
[DebuggerNonUserCode] get => _Button2;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
_Button2 = value;
}
}
internal virtual Button Button1
{
[DebuggerNonUserCode] get => _Button1;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
if (_Button1 != null)
_Button1.Click -= Button1_Click;
_Button1 = value;
if (_Button1 == null)
return;
_Button1.Click += Button1_Click;
}
}
internal virtual ComboBox ComboBox1
{
[DebuggerNonUserCode] get => _ComboBox1;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
_ComboBox1 = value;
}
}
internal virtual ComboBox ComboBox2
{
[DebuggerNonUserCode] get => _ComboBox2;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
_ComboBox2 = value;
}
}
internal virtual NumericUpDown NumericUpDown2
{
[DebuggerNonUserCode] get => _NumericUpDown2;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
_NumericUpDown2 = value;
}
}
internal virtual Label Label3
{
[DebuggerNonUserCode] get => _Label3;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => _Label3 = value;
}
internal virtual Label Label4
{
[DebuggerNonUserCode] get => _Label4;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => _Label4 = value;
}
internal virtual DataGridView DataGridView2
{
[DebuggerNonUserCode] get => _DataGridView2;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
if (_DataGridView2 != null)
{
_DataGridView2.CellEndEdit -= DataGridView2_CellEndEdit;
_DataGridView2.RowPostPaint -= DataGridView2_RowPostPaint;
_DataGridView2.MouseClick -= DataGridView2_MouseClick;
}
_DataGridView2 = value;
if (_DataGridView2 == null)
return;
_DataGridView2.CellEndEdit += DataGridView2_CellEndEdit;
_DataGridView2.RowPostPaint += DataGridView2_RowPostPaint;
_DataGridView2.MouseClick += DataGridView2_MouseClick;
}
}
internal virtual ComboBox ComboBox3
{
[DebuggerNonUserCode] get => _ComboBox3;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
_ComboBox3 = value;
}
}
internal virtual NumericUpDown NumericUpDown3
{
[DebuggerNonUserCode] get => _NumericUpDown3;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
_NumericUpDown3 = value;
}
}
internal virtual Label Label5
{
[DebuggerNonUserCode] get => _Label5;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => _Label5 = value;
}
internal virtual Label Label6
{
[DebuggerNonUserCode] get => _Label6;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => _Label6 = value;
}
internal virtual DataGridView DataGridView3
{
[DebuggerNonUserCode] get => _DataGridView3;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
if (_DataGridView3 != null)
{
_DataGridView3.MouseClick -= DataGridView3_MouseClick;
_DataGridView3.CellEndEdit -= DataGridView3_CellEndEdit;
_DataGridView3.RowPostPaint -= DataGridView3_RowPostPaint;
}
_DataGridView3 = value;
if (_DataGridView3 == null)
return;
_DataGridView3.MouseClick += DataGridView3_MouseClick;
_DataGridView3.CellEndEdit += DataGridView3_CellEndEdit;
_DataGridView3.RowPostPaint += DataGridView3_RowPostPaint;
}
}
internal virtual ComboBox ComboBox4
{
[DebuggerNonUserCode] get => _ComboBox4;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
_ComboBox4 = value;
}
}
internal virtual NumericUpDown NumericUpDown4
{
[DebuggerNonUserCode] get => _NumericUpDown4;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
_NumericUpDown4 = value;
}
}
internal virtual Label Label7
{
[DebuggerNonUserCode] get => _Label7;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => _Label7 = value;
}
internal virtual Label Label8
{
[DebuggerNonUserCode] get => _Label8;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => _Label8 = value;
}
internal virtual DataGridView DataGridView4
{
[DebuggerNonUserCode] get => _DataGridView4;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
if (_DataGridView4 != null)
{
_DataGridView4.CellEndEdit -= DataGridView4_CellEndEdit;
_DataGridView4.RowPostPaint -= DataGridView4_RowPostPaint;
_DataGridView4.MouseClick -= DataGridView4_MouseClick;
}
_DataGridView4 = value;
if (_DataGridView4 == null)
return;
_DataGridView4.CellEndEdit += DataGridView4_CellEndEdit;
_DataGridView4.RowPostPaint += DataGridView4_RowPostPaint;
_DataGridView4.MouseClick += DataGridView4_MouseClick;
}
}
internal virtual ComboBox ComboBox5
{
[DebuggerNonUserCode] get => _ComboBox5;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
_ComboBox5 = value;
}
}
internal virtual NumericUpDown NumericUpDown5
{
[DebuggerNonUserCode] get => _NumericUpDown5;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
_NumericUpDown5 = value;
}
}
internal virtual Label Label9
{
[DebuggerNonUserCode] get => _Label9;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set => _Label9 = value;
}
internal virtual Label Label10
{
[DebuggerNonUserCode] get => _Label10;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
_Label10 = value;
}
}
internal virtual DataGridView DataGridView5
{
[DebuggerNonUserCode] get => _DataGridView5;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
if (_DataGridView5 != null)
{
_DataGridView5.RowPostPaint -= DataGridView5_RowPostPaint;
_DataGridView5.MouseClick -= DataGridView5_MouseClick;
_DataGridView5.CellEndEdit -= DataGridView5_CellEndEdit;
}
_DataGridView5 = value;
if (_DataGridView5 == null)
return;
_DataGridView5.RowPostPaint += DataGridView5_RowPostPaint;
_DataGridView5.MouseClick += DataGridView5_MouseClick;
_DataGridView5.CellEndEdit += DataGridView5_CellEndEdit;
}
}
internal virtual ComboBox ComboBox6
{
[DebuggerNonUserCode] get => _ComboBox6;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
_ComboBox6 = value;
}
}
internal virtual NumericUpDown NumericUpDown6
{
[DebuggerNonUserCode] get => _NumericUpDown6;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
_NumericUpDown6 = value;
}
}
internal virtual Label Label11
{
[DebuggerNonUserCode] get => _Label11;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
_Label11 = value;
}
}
internal virtual Label Label12
{
[DebuggerNonUserCode] get => _Label12;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
_Label12 = value;
}
}
internal virtual DataGridView DataGridView6
{
[DebuggerNonUserCode] get => _DataGridView6;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
if (_DataGridView6 != null)
{
_DataGridView6.RowPostPaint -= DataGridView6_RowPostPaint;
_DataGridView6.MouseClick -= DataGridView6_MouseClick;
_DataGridView6.CellEndEdit -= DataGridView6_CellEndEdit;
}
_DataGridView6 = value;
if (_DataGridView6 == null)
return;
_DataGridView6.RowPostPaint += DataGridView6_RowPostPaint;
_DataGridView6.MouseClick += DataGridView6_MouseClick;
_DataGridView6.CellEndEdit += DataGridView6_CellEndEdit;
}
}
internal virtual ComboBox ComboBox7
{
[DebuggerNonUserCode] get => _ComboBox7;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
_ComboBox7 = value;
}
}
internal virtual NumericUpDown NumericUpDown7
{
[DebuggerNonUserCode] get => _NumericUpDown7;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
_NumericUpDown7 = value;
}
}
internal virtual Label Label13
{
[DebuggerNonUserCode] get => _Label13;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
_Label13 = value;
}
}
internal virtual Label Label14
{
[DebuggerNonUserCode] get => _Label14;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
_Label14 = value;
}
}
internal virtual DataGridView DataGridView7
{
[DebuggerNonUserCode] get => _DataGridView7;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
if (_DataGridView7 != null)
{
_DataGridView7.RowPostPaint -= DataGridView7_RowPostPaint;
_DataGridView7.MouseClick -= DataGridView7_MouseClick;
_DataGridView7.CellEndEdit -= DataGridView7_CellEndEdit;
}
_DataGridView7 = value;
if (_DataGridView7 == null)
return;
_DataGridView7.RowPostPaint += DataGridView7_RowPostPaint;
_DataGridView7.MouseClick += DataGridView7_MouseClick;
_DataGridView7.CellEndEdit += DataGridView7_CellEndEdit;
}
}
internal virtual ComboBox ComboBox8
{
[DebuggerNonUserCode] get => _ComboBox8;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
_ComboBox8 = value;
}
}
internal virtual NumericUpDown NumericUpDown8
{
[DebuggerNonUserCode] get => _NumericUpDown8;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
_NumericUpDown8 = value;
}
}
internal virtual Label Label15
{
[DebuggerNonUserCode] get => _Label15;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
_Label15 = value;
}
}
internal virtual Label Label16
{
[DebuggerNonUserCode] get => _Label16;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
_Label16 = value;
}
}
internal virtual DataGridView DataGridView8
{
[DebuggerNonUserCode] get => _DataGridView8;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
if (_DataGridView8 != null)
{
_DataGridView8.RowPostPaint -= DataGridView8_RowPostPaint;
_DataGridView8.MouseClick -= DataGridView8_MouseClick;
_DataGridView8.CellEndEdit -= DataGridView8_CellEndEdit;
}
_DataGridView8 = value;
if (_DataGridView8 == null)
return;
_DataGridView8.RowPostPaint += DataGridView8_RowPostPaint;
_DataGridView8.MouseClick += DataGridView8_MouseClick;
_DataGridView8.CellEndEdit += DataGridView8_CellEndEdit;
}
}
internal virtual DataGridViewComboBoxColumn Column1_1
{
[DebuggerNonUserCode] get => _Column1_1;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
_Column1_1 = value;
}
}
internal virtual DataGridViewComboBoxColumn Column2_1
{
[DebuggerNonUserCode] get => _Column2_1;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
_Column2_1 = value;
}
}
internal virtual DataGridViewComboBoxColumn Column1_2
{
[DebuggerNonUserCode] get => _Column1_2;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
_Column1_2 = value;
}
}
internal virtual DataGridViewComboBoxColumn Column2_2
{
[DebuggerNonUserCode] get => _Column2_2;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
_Column2_2 = value;
}
}
internal virtual DataGridViewComboBoxColumn Column1_3
{
[DebuggerNonUserCode] get => _Column1_3;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
_Column1_3 = value;
}
}
internal virtual DataGridViewComboBoxColumn Column2_3
{
[DebuggerNonUserCode] get => _Column2_3;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
_Column2_3 = value;
}
}
internal virtual DataGridViewComboBoxColumn Column1_4
{
[DebuggerNonUserCode] get => _Column1_4;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
_Column1_4 = value;
}
}
internal virtual DataGridViewComboBoxColumn Column2_4
{
[DebuggerNonUserCode] get => _Column2_4;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
_Column2_4 = value;
}
}
internal virtual DataGridViewComboBoxColumn Column1_5
{
[DebuggerNonUserCode] get => _Column1_5;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
_Column1_5 = value;
}
}
internal virtual DataGridViewComboBoxColumn Column2_5
{
[DebuggerNonUserCode] get => _Column2_5;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
_Column2_5 = value;
}
}
internal virtual DataGridViewComboBoxColumn Column1_6
{
[DebuggerNonUserCode] get => _Column1_6;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
_Column1_6 = value;
}
}
internal virtual DataGridViewComboBoxColumn Column2_6
{
[DebuggerNonUserCode] get => _Column2_6;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
_Column2_6 = value;
}
}
internal virtual DataGridViewComboBoxColumn Column1_7
{
[DebuggerNonUserCode] get => _Column1_7;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
_Column1_7 = value;
}
}
internal virtual DataGridViewComboBoxColumn Column2_7
{
[DebuggerNonUserCode] get => _Column2_7;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
_Column2_7 = value;
}
}
internal virtual DataGridViewComboBoxColumn Column1_8
{
[DebuggerNonUserCode] get => _Column1_8;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
_Column1_8 = value;
}
}
internal virtual DataGridViewComboBoxColumn Column2_8
{
[DebuggerNonUserCode] get => _Column2_8;
[DebuggerNonUserCode, MethodImpl(MethodImplOptions.Synchronized)] set
{
_Column2_8 = value;
}
}
public void BeepForm_Deactivate(object sender, EventArgs e)
{
DataGridView1.EndEdit();
DataGridView2.EndEdit();
DataGridView3.EndEdit();
DataGridView4.EndEdit();
DataGridView5.EndEdit();
DataGridView6.EndEdit();
DataGridView7.EndEdit();
DataGridView8.EndEdit();
var num1 = 4608;
publicva.EEPROM_Byte[checked (num1 + 0)] = checked ((byte) ComboBox1.SelectedIndex);
publicva.EEPROM_Byte[checked (num1 + 1)] = Convert.ToByte(NumericUpDown1.Value);
publicva.BeepFlag[0] = 0;
var rowIndex1 = 0;
do
{
publicva.EEPROM_Byte[checked (num1 + 2 + rowIndex1 * 2)] = checked ((byte) Column1_1.Items.IndexOf(RuntimeHelpers.GetObjectValue(DataGridView1["Column1_1", rowIndex1].Value)));
if (publicva.EEPROM_Byte[checked (num1 + 2 + rowIndex1 * 2)] != 0)
publicva.EEPROM_Byte[checked (num1 + 2 + rowIndex1 * 2)] = Conversions.ToByte(Operators.IntDivideObject(DataGridView1["Column1_1", rowIndex1].Value, 10));
if (publicva.EEPROM_Byte[checked (num1 + 2 + rowIndex1)] != 0)
publicva.BeepFlag[0] = 1;
publicva.EEPROM_Byte[checked (num1 + 3 + rowIndex1 * 2)] = checked ((byte) Column2_1.Items.IndexOf(RuntimeHelpers.GetObjectValue(DataGridView1["Column2_1", rowIndex1].Value)));
checked { ++rowIndex1; }
}
while (rowIndex1 <= 13);
var num2 = 4640;
publicva.EEPROM_Byte[checked (num2 + 0)] = checked ((byte) ComboBox2.SelectedIndex);
publicva.EEPROM_Byte[checked (num2 + 1)] = Convert.ToByte(NumericUpDown2.Value);
publicva.BeepFlag[1] = 0;
var rowIndex2 = 0;
do
{
publicva.EEPROM_Byte[checked (num2 + 2 + rowIndex2 * 2)] = checked ((byte) Column1_2.Items.IndexOf(RuntimeHelpers.GetObjectValue(DataGridView2["Column1_2", rowIndex2].Value)));
if (publicva.EEPROM_Byte[checked (num2 + 2 + rowIndex2 * 2)] != 0)
publicva.EEPROM_Byte[checked (num2 + 2 + rowIndex2 * 2)] = Conversions.ToByte(Operators.IntDivideObject(DataGridView2["Column1_2", rowIndex2].Value, 10));
if (publicva.EEPROM_Byte[checked (num2 + 2 + rowIndex2)] != 0)
publicva.BeepFlag[1] = 1;
publicva.EEPROM_Byte[checked (num2 + 3 + rowIndex2 * 2)] = checked ((byte) Column2_2.Items.IndexOf(RuntimeHelpers.GetObjectValue(DataGridView2["Column2_2", rowIndex2].Value)));
checked { ++rowIndex2; }
}
while (rowIndex2 <= 13);
var num3 = 4672;
publicva.EEPROM_Byte[checked (num3 + 0)] = checked ((byte) ComboBox3.SelectedIndex);
publicva.EEPROM_Byte[checked (num3 + 1)] = Convert.ToByte(NumericUpDown3.Value);
publicva.BeepFlag[2] = 0;
var rowIndex3 = 0;
do
{
publicva.EEPROM_Byte[checked (num3 + 2 + rowIndex3 * 2)] = checked ((byte) Column1_3.Items.IndexOf(RuntimeHelpers.GetObjectValue(DataGridView3["Column1_3", rowIndex3].Value)));
if (publicva.EEPROM_Byte[checked (num3 + 2 + rowIndex3 * 2)] != 0)
publicva.EEPROM_Byte[checked (num3 + 2 + rowIndex3 * 2)] = Conversions.ToByte(Operators.IntDivideObject(DataGridView3["Column1_3", rowIndex3].Value, 10));
if (publicva.EEPROM_Byte[checked (num3 + 2 + rowIndex3)] != 0)
publicva.BeepFlag[2] = 1;
publicva.EEPROM_Byte[checked (num3 + 3 + rowIndex3 * 2)] = checked ((byte) Column2_3.Items.IndexOf(RuntimeHelpers.GetObjectValue(DataGridView3["Column2_3", rowIndex3].Value)));
checked { ++rowIndex3; }
}
while (rowIndex3 <= 13);
var num4 = 4704;
publicva.EEPROM_Byte[checked (num4 + 0)] = checked ((byte) ComboBox4.SelectedIndex);
publicva.EEPROM_Byte[checked (num4 + 1)] = Convert.ToByte(NumericUpDown4.Value);
publicva.BeepFlag[3] = 0;
var rowIndex4 = 0;
do
{
publicva.EEPROM_Byte[checked (num4 + 2 + rowIndex4 * 2)] = checked ((byte) Column1_4.Items.IndexOf(RuntimeHelpers.GetObjectValue(DataGridView4["Column1_4", rowIndex4].Value)));
if (publicva.EEPROM_Byte[checked (num4 + 2 + rowIndex4 * 2)] != 0)
publicva.EEPROM_Byte[checked (num4 + 2 + rowIndex4 * 2)] = Conversions.ToByte(Operators.IntDivideObject(DataGridView4["Column1_4", rowIndex4].Value, 10));
if (publicva.EEPROM_Byte[checked (num4 + 2 + rowIndex4)] != 0)
publicva.BeepFlag[3] = 1;
publicva.EEPROM_Byte[checked (num4 + 3 + rowIndex4 * 2)] = checked ((byte) Column2_4.Items.IndexOf(RuntimeHelpers.GetObjectValue(DataGridView4["Column2_4", rowIndex4].Value)));
checked { ++rowIndex4; }
}
while (rowIndex4 <= 13);
var num5 = 4736;
publicva.EEPROM_Byte[checked (num5 + 0)] = checked ((byte) ComboBox5.SelectedIndex);
publicva.EEPROM_Byte[checked (num5 + 1)] = Convert.ToByte(NumericUpDown5.Value);
publicva.BeepFlag[4] = 0;
var rowIndex5 = 0;
do
{
publicva.EEPROM_Byte[checked (num5 + 2 + rowIndex5 * 2)] = checked ((byte) Column1_5.Items.IndexOf(RuntimeHelpers.GetObjectValue(DataGridView5["Column1_5", rowIndex5].Value)));
if (publicva.EEPROM_Byte[checked (num5 + 2 + rowIndex5 * 2)] != 0)
publicva.EEPROM_Byte[checked (num5 + 2 + rowIndex5 * 2)] = Conversions.ToByte(Operators.IntDivideObject(DataGridView5["Column1_5", rowIndex5].Value, 10));
if (publicva.EEPROM_Byte[checked (num5 + 2 + rowIndex5)] != 0)
publicva.BeepFlag[4] = 1;
publicva.EEPROM_Byte[checked (num5 + 3 + rowIndex5 * 2)] = checked ((byte) Column2_5.Items.IndexOf(RuntimeHelpers.GetObjectValue(DataGridView5["Column2_5", rowIndex5].Value)));
checked { ++rowIndex5; }
}
while (rowIndex5 <= 13);
var num6 = 4768;
publicva.EEPROM_Byte[checked (num6 + 0)] = checked ((byte) ComboBox6.SelectedIndex);
publicva.EEPROM_Byte[checked (num6 + 1)] = Convert.ToByte(NumericUpDown6.Value);
publicva.BeepFlag[5] = 0;
var rowIndex6 = 0;
do
{
publicva.EEPROM_Byte[checked (num6 + 2 + rowIndex6 * 2)] = checked ((byte) Column1_6.Items.IndexOf(RuntimeHelpers.GetObjectValue(DataGridView6["Column1_6", rowIndex6].Value)));
if (publicva.EEPROM_Byte[checked (num6 + 2 + rowIndex6 * 2)] != 0)
publicva.EEPROM_Byte[checked (num6 + 2 + rowIndex6 * 2)] = Conversions.ToByte(Operators.IntDivideObject(DataGridView6["Column1_6", rowIndex6].Value, 10));
if (publicva.EEPROM_Byte[checked (num6 + 2 + rowIndex6)] != 0)
publicva.BeepFlag[5] = 1;
publicva.EEPROM_Byte[checked (num6 + 3 + rowIndex6 * 2)] = checked ((byte) Column2_6.Items.IndexOf(RuntimeHelpers.GetObjectValue(DataGridView6["Column2_6", rowIndex6].Value)));
checked { ++rowIndex6; }
}
while (rowIndex6 <= 13);
var num7 = 4800;
publicva.EEPROM_Byte[checked (num7 + 0)] = checked ((byte) ComboBox7.SelectedIndex);
publicva.EEPROM_Byte[checked (num7 + 1)] = Convert.ToByte(NumericUpDown7.Value);
publicva.BeepFlag[6] = 0;
var rowIndex7 = 0;
do
{
publicva.EEPROM_Byte[checked (num7 + 2 + rowIndex7 * 2)] = checked ((byte) Column1_7.Items.IndexOf(RuntimeHelpers.GetObjectValue(DataGridView7["Column1_7", rowIndex7].Value)));
if (publicva.EEPROM_Byte[checked (num7 + 2 + rowIndex7 * 2)] != 0)
publicva.EEPROM_Byte[checked (num7 + 2 + rowIndex7 * 2)] = Conversions.ToByte(Operators.IntDivideObject(DataGridView7["Column1_7", rowIndex7].Value, 10));
if (publicva.EEPROM_Byte[checked (num7 + 2 + rowIndex7)] != 0)
publicva.BeepFlag[6] = 1;
publicva.EEPROM_Byte[checked (num7 + 3 + rowIndex7 * 2)] = checked ((byte) Column2_7.Items.IndexOf(RuntimeHelpers.GetObjectValue(DataGridView7["Column2_7", rowIndex7].Value)));
checked { ++rowIndex7; }
}
while (rowIndex7 <= 13);
var num8 = 4832;
publicva.EEPROM_Byte[checked (num8 + 0)] = checked ((byte) ComboBox8.SelectedIndex);
publicva.EEPROM_Byte[checked (num8 + 1)] = Convert.ToByte(NumericUpDown8.Value);
publicva.BeepFlag[7] = 0;
var rowIndex8 = 0;
do
{
publicva.EEPROM_Byte[checked (num8 + 2 + rowIndex8 * 2)] = checked ((byte) Column1_8.Items.IndexOf(RuntimeHelpers.GetObjectValue(DataGridView8["Column1_8", rowIndex8].Value)));
if (publicva.EEPROM_Byte[checked (num8 + 2 + rowIndex8 * 2)] != 0)
publicva.EEPROM_Byte[checked (num8 + 2 + rowIndex8 * 2)] = Conversions.ToByte(Operators.IntDivideObject(DataGridView8["Column1_8", rowIndex8].Value, 10));
if (publicva.EEPROM_Byte[checked (num8 + 2 + rowIndex8)] != 0)
publicva.BeepFlag[7] = 1;
publicva.EEPROM_Byte[checked (num8 + 3 + rowIndex8 * 2)] = checked ((byte) Column2_8.Items.IndexOf(RuntimeHelpers.GetObjectValue(DataGridView8["Column2_8", rowIndex8].Value)));
checked { ++rowIndex8; }
}
while (rowIndex8 <= 13);
MyProject.Forms._2ToneForm._2ToneForm_Load(RuntimeHelpers.GetObjectValue(sender), e);
MyProject.Forms._5ToneForm._5ToneForm_Load(RuntimeHelpers.GetObjectValue(sender), e);
}
private void BeepForm_FormClosing(object sender, FormClosingEventArgs e)
{
MyProject.Forms.MDIParent1.AToolStripMenuItem.Checked = false;
}
public void BeepForm_Load(object sender, EventArgs e)
{
MyProject.Forms.MDIParent1.AToolStripMenuItem.Checked = true;
DataGridView1.RowCount = 14;
DataGridView1.TopLeftHeaderCell.Value = "NO.";
DataGridView2.RowCount = 14;
DataGridView2.TopLeftHeaderCell.Value = "NO.";
DataGridView3.RowCount = 14;
DataGridView3.TopLeftHeaderCell.Value = "NO.";
DataGridView4.RowCount = 14;
DataGridView4.TopLeftHeaderCell.Value = "NO.";
DataGridView5.RowCount = 14;
DataGridView5.TopLeftHeaderCell.Value = "NO.";
DataGridView6.RowCount = 14;
DataGridView6.TopLeftHeaderCell.Value = "NO.";
DataGridView7.RowCount = 14;
DataGridView7.TopLeftHeaderCell.Value = "NO.";
DataGridView8.RowCount = 14;
DataGridView8.TopLeftHeaderCell.Value = "NO.";
Column1_1.Items.RemoveAt(0);
Column1_2.Items.RemoveAt(0);
Column1_3.Items.RemoveAt(0);
Column1_4.Items.RemoveAt(0);
Column1_5.Items.RemoveAt(0);
Column1_6.Items.RemoveAt(0);
Column1_7.Items.RemoveAt(0);
Column1_8.Items.RemoveAt(0);
Column1_1.Items.Insert(0, "None");
Column1_2.Items.Insert(0, "None");
Column1_3.Items.Insert(0, "None");
Column1_4.Items.Insert(0, "None");
Column1_5.Items.Insert(0, "None");
Column1_6.Items.Insert(0, "None");
Column1_7.Items.Insert(0, "None");
Column1_8.Items.Insert(0, "None");
var num1 = 4608;
ComboBox1.SelectedIndex = publicva.EEPROM_Byte[checked (num1 + 0)];
NumericUpDown1.Value = new Decimal(publicva.EEPROM_Byte[checked (num1 + 1)]);
publicva.BeepFlag[0] = 0;
var rowIndex1 = 0;
do
{
DataGridView1["Column1_1", rowIndex1].Value = publicva.EEPROM_Byte[checked (num1 + 2 + rowIndex1 * 2)] != 0 ? RuntimeHelpers.GetObjectValue(Column1_1.Items[checked (publicva.EEPROM_Byte[num1 + 2 + rowIndex1 * 2] - 40 + 1)]) : RuntimeHelpers.GetObjectValue(Column1_1.Items[0]);
if (publicva.EEPROM_Byte[checked (num1 + 2 + rowIndex1)] != 0)
publicva.BeepFlag[0] = 1;
DataGridView1["Column2_1", rowIndex1].Value = RuntimeHelpers.GetObjectValue(Column2_1.Items[publicva.EEPROM_Byte[checked (num1 + 3 + rowIndex1 * 2)]]);
checked { ++rowIndex1; }
}
while (rowIndex1 <= 13);
var num2 = 4640;
ComboBox2.SelectedIndex = publicva.EEPROM_Byte[checked (num2 + 0)];
NumericUpDown2.Value = new Decimal(publicva.EEPROM_Byte[checked (num2 + 1)]);
publicva.BeepFlag[1] = 0;
var rowIndex2 = 0;
do
{
DataGridView2["Column1_2", rowIndex2].Value = publicva.EEPROM_Byte[checked (num2 + 2 + rowIndex2 * 2)] != 0 ? RuntimeHelpers.GetObjectValue(Column1_2.Items[checked (publicva.EEPROM_Byte[num2 + 2 + rowIndex2 * 2] - 40 + 1)]) : RuntimeHelpers.GetObjectValue(Column1_2.Items[0]);
if (publicva.EEPROM_Byte[checked (num2 + 2 + rowIndex2)] != 0)
publicva.BeepFlag[1] = 1;
DataGridView2["Column2_2", rowIndex2].Value = RuntimeHelpers.GetObjectValue(Column2_2.Items[publicva.EEPROM_Byte[checked (num2 + 3 + rowIndex2 * 2)]]);
checked { ++rowIndex2; }
}
while (rowIndex2 <= 13);
var num3 = 4672;
ComboBox3.SelectedIndex = publicva.EEPROM_Byte[checked (num3 + 0)];
NumericUpDown3.Value = new Decimal(publicva.EEPROM_Byte[checked (num3 + 1)]);
publicva.BeepFlag[2] = 0;
var rowIndex3 = 0;
do
{
DataGridView3["Column1_3", rowIndex3].Value = publicva.EEPROM_Byte[checked (num3 + 2 + rowIndex3 * 2)] != 0 ? RuntimeHelpers.GetObjectValue(Column1_3.Items[checked (publicva.EEPROM_Byte[num3 + 2 + rowIndex3 * 2] - 40 + 1)]) : RuntimeHelpers.GetObjectValue(Column1_3.Items[0]);
if (publicva.EEPROM_Byte[checked (num3 + 2 + rowIndex3)] != 0)
publicva.BeepFlag[2] = 1;
DataGridView3["Column2_3", rowIndex3].Value = RuntimeHelpers.GetObjectValue(Column2_3.Items[publicva.EEPROM_Byte[checked (num3 + 3 + rowIndex3 * 2)]]);
checked { ++rowIndex3; }
}
while (rowIndex3 <= 13);
var num4 = 4704;
ComboBox4.SelectedIndex = publicva.EEPROM_Byte[checked (num4 + 0)];
NumericUpDown4.Value = new Decimal(publicva.EEPROM_Byte[checked (num4 + 1)]);
publicva.BeepFlag[3] = 0;
var rowIndex4 = 0;
do
{
DataGridView4["Column1_4", rowIndex4].Value = publicva.EEPROM_Byte[checked (num4 + 2 + rowIndex4 * 2)] != 0 ? RuntimeHelpers.GetObjectValue(Column1_4.Items[checked (publicva.EEPROM_Byte[num4 + 2 + rowIndex4 * 2] - 40 + 1)]) : RuntimeHelpers.GetObjectValue(Column1_4.Items[0]);
if (publicva.EEPROM_Byte[checked (num4 + 2 + rowIndex4)] != 0)
publicva.BeepFlag[3] = 1;
DataGridView4["Column2_4", rowIndex4].Value = RuntimeHelpers.GetObjectValue(Column2_4.Items[publicva.EEPROM_Byte[checked (num4 + 3 + rowIndex4 * 2)]]);
checked { ++rowIndex4; }
}
while (rowIndex4 <= 13);
var num5 = 4736;
ComboBox5.SelectedIndex = publicva.EEPROM_Byte[checked (num5 + 0)];
NumericUpDown5.Value = new Decimal(publicva.EEPROM_Byte[checked (num5 + 1)]);
publicva.BeepFlag[4] = 0;
var rowIndex5 = 0;
do
{
DataGridView5["Column1_5", rowIndex5].Value = publicva.EEPROM_Byte[checked (num5 + 2 + rowIndex5 * 2)] != 0 ? RuntimeHelpers.GetObjectValue(Column1_5.Items[checked (publicva.EEPROM_Byte[num5 + 2 + rowIndex5 * 2] - 40 + 1)]) : RuntimeHelpers.GetObjectValue(Column1_5.Items[0]);
if (publicva.EEPROM_Byte[checked (num5 + 2 + rowIndex5)] != 0)
publicva.BeepFlag[4] = 1;
DataGridView5["Column2_5", rowIndex5].Value = RuntimeHelpers.GetObjectValue(Column2_5.Items[publicva.EEPROM_Byte[checked (num5 + 3 + rowIndex5 * 2)]]);
checked { ++rowIndex5; }
}
while (rowIndex5 <= 13);
var num6 = 4768;
ComboBox6.SelectedIndex = publicva.EEPROM_Byte[checked (num6 + 0)];
NumericUpDown6.Value = new Decimal(publicva.EEPROM_Byte[checked (num6 + 1)]);
publicva.BeepFlag[5] = 0;
var rowIndex6 = 0;
do
{
DataGridView6["Column1_6", rowIndex6].Value = publicva.EEPROM_Byte[checked (num6 + 2 + rowIndex6 * 2)] != 0 ? RuntimeHelpers.GetObjectValue(Column1_6.Items[checked (publicva.EEPROM_Byte[num6 + 2 + rowIndex6 * 2] - 40 + 1)]) : RuntimeHelpers.GetObjectValue(Column1_6.Items[0]);
if (publicva.EEPROM_Byte[checked (num6 + 2 + rowIndex6)] != 0)
publicva.BeepFlag[5] = 1;
DataGridView6["Column2_6", rowIndex6].Value = RuntimeHelpers.GetObjectValue(Column2_6.Items[publicva.EEPROM_Byte[checked (num6 + 3 + rowIndex6 * 2)]]);
checked { ++rowIndex6; }
}
while (rowIndex6 <= 13);
var num7 = 4800;
ComboBox7.SelectedIndex = publicva.EEPROM_Byte[checked (num7 + 0)];
NumericUpDown7.Value = new Decimal(publicva.EEPROM_Byte[checked (num7 + 1)]);
publicva.BeepFlag[6] = 0;
var rowIndex7 = 0;
do
{
DataGridView7["Column1_7", rowIndex7].Value = publicva.EEPROM_Byte[checked (num7 + 2 + rowIndex7 * 2)] != 0 ? RuntimeHelpers.GetObjectValue(Column1_7.Items[checked (publicva.EEPROM_Byte[num7 + 2 + rowIndex7 * 2] - 40 + 1)]) : RuntimeHelpers.GetObjectValue(Column1_7.Items[0]);
if (publicva.EEPROM_Byte[checked (num7 + 2 + rowIndex7)] != 0)
publicva.BeepFlag[6] = 1;
DataGridView7["Column2_7", rowIndex7].Value = RuntimeHelpers.GetObjectValue(Column2_7.Items[publicva.EEPROM_Byte[checked (num7 + 3 + rowIndex7 * 2)]]);
checked { ++rowIndex7; }
}
while (rowIndex7 <= 13);
var num8 = 4832;
ComboBox8.SelectedIndex = publicva.EEPROM_Byte[checked (num8 + 0)];
NumericUpDown8.Value = new Decimal(publicva.EEPROM_Byte[checked (num8 + 1)]);
publicva.BeepFlag[7] = 0;
var rowIndex8 = 0;
do
{
DataGridView8["Column1_8", rowIndex8].Value = publicva.EEPROM_Byte[checked (num8 + 2 + rowIndex8 * 2)] != 0 ? RuntimeHelpers.GetObjectValue(Column1_8.Items[checked (publicva.EEPROM_Byte[num8 + 2 + rowIndex8 * 2] - 40 + 1)]) : RuntimeHelpers.GetObjectValue(Column1_8.Items[0]);
if (publicva.EEPROM_Byte[checked (num8 + 2 + rowIndex8)] != 0)
publicva.BeepFlag[7] = 1;
DataGridView8["Column2_8", rowIndex8].Value = RuntimeHelpers.GetObjectValue(Column2_8.Items[publicva.EEPROM_Byte[checked (num8 + 3 + rowIndex8 * 2)]]);
checked { ++rowIndex8; }
}
while (rowIndex8 <= 13);
}
private void DataGridView1_CellEndEdit(object sender, DataGridViewCellEventArgs e)
{
var rowIndex1 = DataGridView1.CurrentCell.RowIndex;
var columnIndex = DataGridView1.CurrentCell.ColumnIndex;
var flag = false;
if (rowIndex1 == 0)
{
if (columnIndex == 0)
{
if (Column1_1.Items.IndexOf(RuntimeHelpers.GetObjectValue(DataGridView1["Column1_1", rowIndex1].Value)) == 0)
{
DataGridView1["Column2_1", rowIndex1].Value = RuntimeHelpers.GetObjectValue(Column2_1.Items[0]);
flag = true;
}
}
else if (Column2_1.Items.IndexOf(RuntimeHelpers.GetObjectValue(DataGridView1["Column2_1", rowIndex1].Value)) == 0)
{
DataGridView1["Column1_1", rowIndex1].Value = RuntimeHelpers.GetObjectValue(Column1_1.Items[0]);
flag = true;
}
}
else if (columnIndex == 1 && Column2_1.Items.IndexOf(RuntimeHelpers.GetObjectValue(DataGridView1["Column2_1", rowIndex1].Value)) == 0)
{
DataGridView1["Column1_1", rowIndex1].Value = RuntimeHelpers.GetObjectValue(Column1_1.Items[0]);
flag = true;
}
if (!flag)
return;
var rowIndex2 = checked (rowIndex1 + 1);
while (rowIndex2 <= 13)
{
DataGridView1["Column1_1", rowIndex2].Value = RuntimeHelpers.GetObjectValue(Column1_1.Items[0]);
DataGridView1["Column2_1", rowIndex2].Value = RuntimeHelpers.GetObjectValue(Column2_1.Items[0]);
checked { ++rowIndex2; }
}
}
private void DataGridView1_MouseClick(object sender, MouseEventArgs e)
{
var rowIndex = DataGridView1.CurrentCell.RowIndex;
if (rowIndex == 0)
{
DataGridView1.ReadOnly = false;
if (Column1_1.Items.IndexOf(RuntimeHelpers.GetObjectValue(DataGridView1["Column1_1", rowIndex].Value)) != 0)
return;
DataGridView1.CurrentCell = DataGridView1.Rows[rowIndex].Cells[0];
DataGridView1.BeginEdit(true);
}
else
DataGridView1.ReadOnly = Column2_1.Items.IndexOf(RuntimeHelpers.GetObjectValue(DataGridView1["Column2_1", checked (rowIndex - 1)].Value)) == 0;
}
private void DataGridView2_CellEndEdit(object sender, DataGridViewCellEventArgs e)
{
var rowIndex1 = DataGridView2.CurrentCell.RowIndex;
var columnIndex = DataGridView2.CurrentCell.ColumnIndex;
var flag = false;
if (rowIndex1 == 0)
{
if (columnIndex == 0)
{
if (Column1_2.Items.IndexOf(RuntimeHelpers.GetObjectValue(DataGridView2["Column1_2", rowIndex1].Value)) == 0)
{
DataGridView2["Column2_2", rowIndex1].Value = RuntimeHelpers.GetObjectValue(Column2_2.Items[0]);
flag = true;
}
}
else if (Column2_2.Items.IndexOf(RuntimeHelpers.GetObjectValue(DataGridView2["Column2_2", rowIndex1].Value)) == 0)
{
DataGridView2["Column1_2", rowIndex1].Value = RuntimeHelpers.GetObjectValue(Column1_2.Items[0]);
flag = true;
}
}
else if (columnIndex == 1 && Column2_2.Items.IndexOf(RuntimeHelpers.GetObjectValue(DataGridView2["Column2_2", rowIndex1].Value)) == 0)
{
DataGridView2["Column1_2", rowIndex1].Value = RuntimeHelpers.GetObjectValue(Column1_2.Items[0]);
flag = true;
}
if (!flag)
return;
var rowIndex2 = checked (rowIndex1 + 1);
while (rowIndex2 <= 13)
{
DataGridView2["Column1_2", rowIndex2].Value = RuntimeHelpers.GetObjectValue(Column1_2.Items[0]);
DataGridView2["Column2_2", rowIndex2].Value = RuntimeHelpers.GetObjectValue(Column2_2.Items[0]);
checked { ++rowIndex2; }
}
}
private void DataGridView2_MouseClick(object sender, MouseEventArgs e)
{
var rowIndex = DataGridView2.CurrentCell.RowIndex;
if (rowIndex == 0)
{
DataGridView2.ReadOnly = false;
if (Column1_2.Items.IndexOf(RuntimeHelpers.GetObjectValue(DataGridView2["Column1_2", rowIndex].Value)) != 0)
return;
DataGridView2.CurrentCell = DataGridView2.Rows[rowIndex].Cells[0];
DataGridView2.BeginEdit(true);
}
else
DataGridView2.ReadOnly = Column2_2.Items.IndexOf(RuntimeHelpers.GetObjectValue(DataGridView2["Column2_2", checked (rowIndex - 1)].Value)) == 0;
}
private void DataGridView3_CellEndEdit(object sender, DataGridViewCellEventArgs e)
{
var rowIndex1 = DataGridView3.CurrentCell.RowIndex;
var columnIndex = DataGridView3.CurrentCell.ColumnIndex;
var flag = false;
if (rowIndex1 == 0)
{
if (columnIndex == 0)
{
if (Column1_3.Items.IndexOf(RuntimeHelpers.GetObjectValue(DataGridView3["Column1_3", rowIndex1].Value)) == 0)
{
DataGridView3["Column2_3", rowIndex1].Value = RuntimeHelpers.GetObjectValue(Column2_3.Items[0]);
flag = true;
}
}
else if (Column2_3.Items.IndexOf(RuntimeHelpers.GetObjectValue(DataGridView3["Column2_3", rowIndex1].Value)) == 0)
{
DataGridView3["Column1_3", rowIndex1].Value = RuntimeHelpers.GetObjectValue(Column1_3.Items[0]);
flag = true;
}
}
else if (columnIndex == 1 && Column2_3.Items.IndexOf(RuntimeHelpers.GetObjectValue(DataGridView3["Column2_3", rowIndex1].Value)) == 0)
{
DataGridView3["Column1_3", rowIndex1].Value = RuntimeHelpers.GetObjectValue(Column1_3.Items[0]);
flag = true;
}
if (!flag)
return;
var rowIndex2 = checked (rowIndex1 + 1);
while (rowIndex2 <= 13)
{
DataGridView3["Column1_3", rowIndex2].Value = RuntimeHelpers.GetObjectValue(Column1_3.Items[0]);
DataGridView3["Column2_3", rowIndex2].Value = RuntimeHelpers.GetObjectValue(Column2_3.Items[0]);
checked { ++rowIndex2; }
}
}
private void DataGridView3_MouseClick(object sender, MouseEventArgs e)
{
var rowIndex = DataGridView3.CurrentCell.RowIndex;
if (rowIndex == 0)
{
DataGridView3.ReadOnly = false;
if (Column1_3.Items.IndexOf(RuntimeHelpers.GetObjectValue(DataGridView3["Column1_3", rowIndex].Value)) != 0)
return;
DataGridView3.CurrentCell = DataGridView3.Rows[rowIndex].Cells[0];
DataGridView3.BeginEdit(true);
}
else
DataGridView3.ReadOnly = Column2_3.Items.IndexOf(RuntimeHelpers.GetObjectValue(DataGridView3["Column2_3", checked (rowIndex - 1)].Value)) == 0;
}
private void DataGridView4_CellEndEdit(object sender, DataGridViewCellEventArgs e)
{
var rowIndex1 = DataGridView4.CurrentCell.RowIndex;
var columnIndex = DataGridView4.CurrentCell.ColumnIndex;
var flag = false;
if (rowIndex1 == 0)
{
if (columnIndex == 0)
{
if (Column1_4.Items.IndexOf(RuntimeHelpers.GetObjectValue(DataGridView4["Column1_4", rowIndex1].Value)) == 0)
{
DataGridView4["Column2_4", rowIndex1].Value = RuntimeHelpers.GetObjectValue(Column2_4.Items[0]);
flag = true;
}
}
else if (Column2_4.Items.IndexOf(RuntimeHelpers.GetObjectValue(DataGridView4["Column2_4", rowIndex1].Value)) == 0)
{
DataGridView4["Column1_4", rowIndex1].Value = RuntimeHelpers.GetObjectValue(Column1_4.Items[0]);
flag = true;
}
}
else if (columnIndex == 1 && Column2_4.Items.IndexOf(RuntimeHelpers.GetObjectValue(DataGridView4["Column2_4", rowIndex1].Value)) == 0)
{
DataGridView4["Column1_4", rowIndex1].Value = RuntimeHelpers.GetObjectValue(Column1_4.Items[0]);
flag = true;
}
if (!flag)
return;
var rowIndex2 = checked (rowIndex1 + 1);
while (rowIndex2 <= 13)
{
DataGridView4["Column1_4", rowIndex2].Value = RuntimeHelpers.GetObjectValue(Column1_4.Items[0]);
DataGridView4["Column2_4", rowIndex2].Value = RuntimeHelpers.GetObjectValue(Column2_4.Items[0]);
checked { ++rowIndex2; }
}
}
private void DataGridView4_MouseClick(object sender, MouseEventArgs e)
{
var rowIndex = DataGridView4.CurrentCell.RowIndex;
if (rowIndex == 0)
{
DataGridView4.ReadOnly = false;
if (Column1_4.Items.IndexOf(RuntimeHelpers.GetObjectValue(DataGridView4["Column1_4", rowIndex].Value)) != 0)
return;
DataGridView4.CurrentCell = DataGridView4.Rows[rowIndex].Cells[0];
DataGridView4.BeginEdit(true);
}
else
DataGridView4.ReadOnly = Column2_4.Items.IndexOf(RuntimeHelpers.GetObjectValue(DataGridView4["Column2_4", checked (rowIndex - 1)].Value)) == 0;
}
private void DataGridView5_CellEndEdit(object sender, DataGridViewCellEventArgs e)
{
var rowIndex1 = DataGridView5.CurrentCell.RowIndex;
var columnIndex = DataGridView5.CurrentCell.ColumnIndex;
var flag = false;
if (rowIndex1 == 0)
{
if (columnIndex == 0)
{
if (Column1_5.Items.IndexOf(RuntimeHelpers.GetObjectValue(DataGridView5["Column1_5", rowIndex1].Value)) == 0)
{
DataGridView5["Column2_5", rowIndex1].Value = RuntimeHelpers.GetObjectValue(Column2_5.Items[0]);
flag = true;
}
}
else if (Column2_5.Items.IndexOf(RuntimeHelpers.GetObjectValue(DataGridView5["Column2_5", rowIndex1].Value)) == 0)
{
DataGridView5["Column1_5", rowIndex1].Value = RuntimeHelpers.GetObjectValue(Column1_5.Items[0]);
flag = true;
}
}
else if (columnIndex == 1 && Column2_5.Items.IndexOf(RuntimeHelpers.GetObjectValue(DataGridView5["Column2_5", rowIndex1].Value)) == 0)
{
DataGridView5["Column1_5", rowIndex1].Value = RuntimeHelpers.GetObjectValue(Column1_5.Items[0]);
flag = true;
}
if (!flag)
return;
var rowIndex2 = checked (rowIndex1 + 1);
while (rowIndex2 <= 13)
{
DataGridView5["Column1_5", rowIndex2].Value = RuntimeHelpers.GetObjectValue(Column1_5.Items[0]);
DataGridView5["Column2_5", rowIndex2].Value = RuntimeHelpers.GetObjectValue(Column2_5.Items[0]);
checked { ++rowIndex2; }
}
}
private void DataGridView5_MouseClick(object sender, MouseEventArgs e)
{
var rowIndex = DataGridView5.CurrentCell.RowIndex;
if (rowIndex == 0)
{
DataGridView5.ReadOnly = false;
if (Column1_5.Items.IndexOf(RuntimeHelpers.GetObjectValue(DataGridView5["Column1_5", rowIndex].Value)) != 0)
return;
DataGridView5.CurrentCell = DataGridView5.Rows[rowIndex].Cells[0];
DataGridView5.BeginEdit(true);
}
else
DataGridView5.ReadOnly = Column2_5.Items.IndexOf(RuntimeHelpers.GetObjectValue(DataGridView5["Column2_5", checked (rowIndex - 1)].Value)) == 0;
}
private void DataGridView6_CellEndEdit(object sender, DataGridViewCellEventArgs e)
{
var rowIndex1 = DataGridView6.CurrentCell.RowIndex;
var columnIndex = DataGridView6.CurrentCell.ColumnIndex;
var flag = false;
if (rowIndex1 == 0)
{
if (columnIndex == 0)
{
if (Column1_6.Items.IndexOf(RuntimeHelpers.GetObjectValue(DataGridView6["Column1_6", rowIndex1].Value)) == 0)
{
DataGridView6["Column2_6", rowIndex1].Value = RuntimeHelpers.GetObjectValue(Column2_6.Items[0]);
flag = true;
}
}
else if (Column2_6.Items.IndexOf(RuntimeHelpers.GetObjectValue(DataGridView6["Column2_6", rowIndex1].Value)) == 0)
{
DataGridView6["Column1_6", rowIndex1].Value = RuntimeHelpers.GetObjectValue(Column1_6.Items[0]);
flag = true;
}
}
else if (columnIndex == 1 && Column2_6.Items.IndexOf(RuntimeHelpers.GetObjectValue(DataGridView6["Column2_6", rowIndex1].Value)) == 0)
{
DataGridView6["Column1_6", rowIndex1].Value = RuntimeHelpers.GetObjectValue(Column1_6.Items[0]);
flag = true;
}
if (!flag)
return;
var rowIndex2 = checked (rowIndex1 + 1);
while (rowIndex2 <= 13)
{
DataGridView6["Column1_6", rowIndex2].Value = RuntimeHelpers.GetObjectValue(Column1_6.Items[0]);
DataGridView6["Column2_6", rowIndex2].Value = RuntimeHelpers.GetObjectValue(Column2_6.Items[0]);
checked { ++rowIndex2; }
}
}
private void DataGridView6_MouseClick(object sender, MouseEventArgs e)
{
var rowIndex = DataGridView6.CurrentCell.RowIndex;
if (rowIndex == 0)
{
DataGridView6.ReadOnly = false;
if (Column1_6.Items.IndexOf(RuntimeHelpers.GetObjectValue(DataGridView6["Column1_6", rowIndex].Value)) != 0)
return;
DataGridView6.CurrentCell = DataGridView6.Rows[rowIndex].Cells[0];
DataGridView6.BeginEdit(true);
}
else
DataGridView6.ReadOnly = Column2_6.Items.IndexOf(RuntimeHelpers.GetObjectValue(DataGridView6["Column2_6", checked (rowIndex - 1)].Value)) == 0;
}
private void DataGridView7_CellEndEdit(object sender, DataGridViewCellEventArgs e)
{
var rowIndex1 = DataGridView7.CurrentCell.RowIndex;
var columnIndex = DataGridView7.CurrentCell.ColumnIndex;
var flag = false;
if (rowIndex1 == 0)
{
if (columnIndex == 0)
{
if (Column1_7.Items.IndexOf(RuntimeHelpers.GetObjectValue(DataGridView7["Column1_7", rowIndex1].Value)) == 0)
{
DataGridView7["Column2_7", rowIndex1].Value = RuntimeHelpers.GetObjectValue(Column2_7.Items[0]);
flag = true;
}
}
else if (Column2_7.Items.IndexOf(RuntimeHelpers.GetObjectValue(DataGridView7["Column2_7", rowIndex1].Value)) == 0)
{
DataGridView7["Column1_7", rowIndex1].Value = RuntimeHelpers.GetObjectValue(Column1_7.Items[0]);
flag = true;
}
}
else if (columnIndex == 1 && Column2_7.Items.IndexOf(RuntimeHelpers.GetObjectValue(DataGridView7["Column2_7", rowIndex1].Value)) == 0)
{
DataGridView7["Column1_7", rowIndex1].Value = RuntimeHelpers.GetObjectValue(Column1_7.Items[0]);
flag = true;
}
if (!flag)
return;
var rowIndex2 = checked (rowIndex1 + 1);
while (rowIndex2 <= 13)
{
DataGridView7["Column1_7", rowIndex2].Value = RuntimeHelpers.GetObjectValue(Column1_7.Items[0]);
DataGridView7["Column2_7", rowIndex2].Value = RuntimeHelpers.GetObjectValue(Column2_7.Items[0]);
checked { ++rowIndex2; }
}
}
private void DataGridView7_MouseClick(object sender, MouseEventArgs e)
{
var rowIndex = DataGridView7.CurrentCell.RowIndex;
if (rowIndex == 0)
{
DataGridView7.ReadOnly = false;
if (Column1_7.Items.IndexOf(RuntimeHelpers.GetObjectValue(DataGridView7["Column1_7", rowIndex].Value)) != 0)
return;
DataGridView7.CurrentCell = DataGridView7.Rows[rowIndex].Cells[0];
DataGridView7.BeginEdit(true);
}
else
DataGridView7.ReadOnly = Column2_7.Items.IndexOf(RuntimeHelpers.GetObjectValue(DataGridView7["Column2_7", checked (rowIndex - 1)].Value)) == 0;
}
private void DataGridView8_CellEndEdit(object sender, DataGridViewCellEventArgs e)
{
var rowIndex1 = DataGridView8.CurrentCell.RowIndex;
var columnIndex = DataGridView8.CurrentCell.ColumnIndex;
var flag = false;
if (rowIndex1 == 0)
{
if (columnIndex == 0)
{
if (Column1_8.Items.IndexOf(RuntimeHelpers.GetObjectValue(DataGridView8["Column1_8", rowIndex1].Value)) == 0)
{
DataGridView8["Column2_8", rowIndex1].Value = RuntimeHelpers.GetObjectValue(Column2_8.Items[0]);
flag = true;
}
}
else if (Column2_8.Items.IndexOf(RuntimeHelpers.GetObjectValue(DataGridView8["Column2_8", rowIndex1].Value)) == 0)
{
DataGridView8["Column1_8", rowIndex1].Value = RuntimeHelpers.GetObjectValue(Column1_8.Items[0]);
flag = true;
}
}
else if (columnIndex == 1 && Column2_8.Items.IndexOf(RuntimeHelpers.GetObjectValue(DataGridView8["Column2_8", rowIndex1].Value)) == 0)
{
DataGridView8["Column1_8", rowIndex1].Value = RuntimeHelpers.GetObjectValue(Column1_8.Items[0]);
flag = true;
}
if (!flag)
return;
var rowIndex2 = checked (rowIndex1 + 1);
while (rowIndex2 <= 13)
{
DataGridView8["Column1_8", rowIndex2].Value = RuntimeHelpers.GetObjectValue(Column1_8.Items[0]);
DataGridView8["Column2_8", rowIndex2].Value = RuntimeHelpers.GetObjectValue(Column2_8.Items[0]);
checked { ++rowIndex2; }
}
}
private void DataGridView8_MouseClick(object sender, MouseEventArgs e)
{
var rowIndex = DataGridView8.CurrentCell.RowIndex;
if (rowIndex == 0)
{
DataGridView8.ReadOnly = false;
if (Column1_8.Items.IndexOf(RuntimeHelpers.GetObjectValue(DataGridView8["Column1_8", rowIndex].Value)) != 0)
return;
DataGridView8.CurrentCell = DataGridView8.Rows[rowIndex].Cells[0];
DataGridView8.BeginEdit(true);
}
else
DataGridView8.ReadOnly = Column2_8.Items.IndexOf(RuntimeHelpers.GetObjectValue(DataGridView8["Column2_8", checked (rowIndex - 1)].Value)) == 0;
}
private void DataGridView1_RowPostPaint(object sender, DataGridViewRowPostPaintEventArgs e)
{
var brush = (Brush) new SolidBrush(DataGridView1.RowHeadersDefaultCellStyle.ForeColor);
e.Graphics.DrawString(checked (e.RowIndex + 1).ToString(), DataGridView1.DefaultCellStyle.Font, brush, checked (e.RowBounds.Location.X + 10), checked (e.RowBounds.Location.Y + 5));
}
private void DataGridView2_RowPostPaint(object sender, DataGridViewRowPostPaintEventArgs e)
{
var brush = (Brush) new SolidBrush(DataGridView2.RowHeadersDefaultCellStyle.ForeColor);
e.Graphics.DrawString(checked (e.RowIndex + 1).ToString(), DataGridView2.DefaultCellStyle.Font, brush, checked (e.RowBounds.Location.X + 10), checked (e.RowBounds.Location.Y + 5));
}
private void DataGridView3_RowPostPaint(object sender, DataGridViewRowPostPaintEventArgs e)
{
var brush = (Brush) new SolidBrush(DataGridView3.RowHeadersDefaultCellStyle.ForeColor);
e.Graphics.DrawString(checked (e.RowIndex + 1).ToString(), DataGridView3.DefaultCellStyle.Font, brush, checked (e.RowBounds.Location.X + 10), checked (e.RowBounds.Location.Y + 5));
}
private void DataGridView4_RowPostPaint(object sender, DataGridViewRowPostPaintEventArgs e)
{
var brush = (Brush) new SolidBrush(DataGridView4.RowHeadersDefaultCellStyle.ForeColor);
e.Graphics.DrawString(checked (e.RowIndex + 1).ToString(), DataGridView4.DefaultCellStyle.Font, brush, checked (e.RowBounds.Location.X + 10), checked (e.RowBounds.Location.Y + 5));
}
private void DataGridView5_RowPostPaint(object sender, DataGridViewRowPostPaintEventArgs e)
{
var brush = (Brush) new SolidBrush(DataGridView5.RowHeadersDefaultCellStyle.ForeColor);
e.Graphics.DrawString(checked (e.RowIndex + 1).ToString(), DataGridView5.DefaultCellStyle.Font, brush, checked (e.RowBounds.Location.X + 10), checked (e.RowBounds.Location.Y + 5));
}
private void DataGridView6_RowPostPaint(object sender, DataGridViewRowPostPaintEventArgs e)
{
var brush = (Brush) new SolidBrush(DataGridView6.RowHeadersDefaultCellStyle.ForeColor);
e.Graphics.DrawString(checked (e.RowIndex + 1).ToString(), DataGridView6.DefaultCellStyle.Font, brush, checked (e.RowBounds.Location.X + 10), checked (e.RowBounds.Location.Y + 5));
}
private void DataGridView7_RowPostPaint(object sender, DataGridViewRowPostPaintEventArgs e)
{
var brush = (Brush) new SolidBrush(DataGridView7.RowHeadersDefaultCellStyle.ForeColor);
e.Graphics.DrawString(checked (e.RowIndex + 1).ToString(), DataGridView7.DefaultCellStyle.Font, brush, checked (e.RowBounds.Location.X + 10), checked (e.RowBounds.Location.Y + 5));
}
private void DataGridView8_RowPostPaint(object sender, DataGridViewRowPostPaintEventArgs e)
{
var brush = (Brush) new SolidBrush(DataGridView8.RowHeadersDefaultCellStyle.ForeColor);
e.Graphics.DrawString(checked (e.RowIndex + 1).ToString(), DataGridView8.DefaultCellStyle.Font, brush, checked (e.RowBounds.Location.X + 10), checked (e.RowBounds.Location.Y + 5));
}
private void Button1_Click(object sender, EventArgs e) => Close();
}
}