added /show UID/ button, small Russian language update

This commit is contained in:
Semen8991 2019-05-13 19:23:22 +03:00
parent eef1619efb
commit a2bd6dd728
24 changed files with 9387 additions and 7444 deletions

View File

@ -1,10 +1,16 @@

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.572
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MifareOneTool", "MifareOneTool\MifareOneTool.csproj", "{CDB26016-FC77-403F-B22A-A011F8622FCF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
beta|Any CPU = beta|Any CPU
beta|Mixed Platforms = beta|Mixed Platforms
beta|Win32 = beta|Win32
beta|x86 = beta|x86
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|Win32 = Debug|Win32
@ -15,6 +21,13 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CDB26016-FC77-403F-B22A-A011F8622FCF}.beta|Any CPU.ActiveCfg = beta|x86
{CDB26016-FC77-403F-B22A-A011F8622FCF}.beta|Mixed Platforms.ActiveCfg = Release|x86
{CDB26016-FC77-403F-B22A-A011F8622FCF}.beta|Mixed Platforms.Build.0 = Release|x86
{CDB26016-FC77-403F-B22A-A011F8622FCF}.beta|Win32.ActiveCfg = beta|x86
{CDB26016-FC77-403F-B22A-A011F8622FCF}.beta|Win32.Build.0 = beta|x86
{CDB26016-FC77-403F-B22A-A011F8622FCF}.beta|x86.ActiveCfg = beta|x86
{CDB26016-FC77-403F-B22A-A011F8622FCF}.beta|x86.Build.0 = beta|x86
{CDB26016-FC77-403F-B22A-A011F8622FCF}.Debug|Any CPU.ActiveCfg = Debug|x86
{CDB26016-FC77-403F-B22A-A011F8622FCF}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{CDB26016-FC77-403F-B22A-A011F8622FCF}.Debug|Mixed Platforms.Build.0 = Debug|x86
@ -31,4 +44,7 @@ Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0173FBA9-DDA4-4B2B-A55D-546257C2E727}
EndGlobalSection
EndGlobal

View File

@ -120,6 +120,7 @@
this.tableLayoutPanel9 = new System.Windows.Forms.TableLayoutPanel();
this.flowLayoutPanel16 = new System.Windows.Forms.FlowLayoutPanel();
this.flowLayoutPanel15 = new System.Windows.Forms.FlowLayoutPanel();
this.ShowUID = new System.Windows.Forms.Button();
this.groupBox9 = new System.Windows.Forms.GroupBox();
this.flowLayoutPanel21 = new System.Windows.Forms.FlowLayoutPanel();
this.label1 = new System.Windows.Forms.Label();
@ -136,8 +137,8 @@
this.tableLayoutPanel12 = new System.Windows.Forms.TableLayoutPanel();
this.numericCLIFontSize = new System.Windows.Forms.NumericUpDown();
this.label9 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.buttonCLIColor = new System.Windows.Forms.Button();
this.label10 = new System.Windows.Forms.Label();
this.groupBox14 = new System.Windows.Forms.GroupBox();
this.flowLayoutPanel5 = new System.Windows.Forms.FlowLayoutPanel();
this.checkBoxNewScan = new System.Windows.Forms.CheckBox();
@ -156,6 +157,7 @@
this.groupBox11 = new System.Windows.Forms.GroupBox();
this.flowLayoutPanel3 = new System.Windows.Forms.FlowLayoutPanel();
this.checkBoxHardLowCost = new System.Windows.Forms.CheckBox();
this.imageList2 = new System.Windows.Forms.ImageList(this.components);
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.statusLabel = new System.Windows.Forms.ToolStripStatusLabel();
this.runTimeLabel = new System.Windows.Forms.ToolStripStatusLabel();
@ -163,7 +165,6 @@
this.curDevice = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripCheckUpdate = new System.Windows.Forms.ToolStripSplitButton();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.imageList2 = new System.Windows.Forms.ImageList(this.components);
this.groupBox1.SuspendLayout();
this.tableLayoutPanel5.SuspendLayout();
this.flowLayoutPanel12.SuspendLayout();
@ -238,6 +239,7 @@
this.groupBox1.ForeColor = System.Drawing.Color.MediumBlue;
this.groupBox1.Name = "groupBox1";
this.groupBox1.TabStop = false;
this.toolTipHelp.SetToolTip(this.groupBox1, resources.GetString("groupBox1.ToolTip"));
//
// tableLayoutPanel5
//
@ -245,12 +247,14 @@
this.tableLayoutPanel5.Controls.Add(this.flowLayoutPanel12, 0, 1);
this.tableLayoutPanel5.Controls.Add(this.flowLayoutPanel11, 0, 0);
this.tableLayoutPanel5.Name = "tableLayoutPanel5";
this.toolTipHelp.SetToolTip(this.tableLayoutPanel5, resources.GetString("tableLayoutPanel5.ToolTip"));
//
// flowLayoutPanel12
//
resources.ApplyResources(this.flowLayoutPanel12, "flowLayoutPanel12");
this.flowLayoutPanel12.Controls.Add(this.buttonScanCard);
this.flowLayoutPanel12.Name = "flowLayoutPanel12";
this.toolTipHelp.SetToolTip(this.flowLayoutPanel12, resources.GetString("flowLayoutPanel12.ToolTip"));
//
// buttonScanCard
//
@ -269,6 +273,7 @@
this.flowLayoutPanel11.Controls.Add(this.buttonListDev);
this.flowLayoutPanel11.Controls.Add(this.buttonCLI);
this.flowLayoutPanel11.Name = "flowLayoutPanel11";
this.toolTipHelp.SetToolTip(this.flowLayoutPanel11, resources.GetString("flowLayoutPanel11.ToolTip"));
//
// buttonListDev
//
@ -300,6 +305,7 @@
this.richTextBox1.ForeColor = System.Drawing.Color.Black;
this.richTextBox1.Name = "richTextBox1";
this.richTextBox1.ReadOnly = true;
this.toolTipHelp.SetToolTip(this.richTextBox1, resources.GetString("richTextBox1.ToolTip"));
//
// buttonMfRead
//
@ -319,6 +325,7 @@
this.groupBox2.ForeColor = System.Drawing.Color.MediumBlue;
this.groupBox2.Name = "groupBox2";
this.groupBox2.TabStop = false;
this.toolTipHelp.SetToolTip(this.groupBox2, resources.GetString("groupBox2.ToolTip"));
//
// tableLayoutPanel7
//
@ -326,12 +333,14 @@
this.tableLayoutPanel7.Controls.Add(this.flowLayoutPanel14, 0, 1);
this.tableLayoutPanel7.Controls.Add(this.flowLayoutPanel13, 0, 0);
this.tableLayoutPanel7.Name = "tableLayoutPanel7";
this.toolTipHelp.SetToolTip(this.tableLayoutPanel7, resources.GetString("tableLayoutPanel7.ToolTip"));
//
// flowLayoutPanel14
//
resources.ApplyResources(this.flowLayoutPanel14, "flowLayoutPanel14");
this.flowLayoutPanel14.Controls.Add(this.buttonSelectKey);
this.flowLayoutPanel14.Name = "flowLayoutPanel14";
this.toolTipHelp.SetToolTip(this.flowLayoutPanel14, resources.GetString("flowLayoutPanel14.ToolTip"));
//
// buttonSelectKey
//
@ -351,6 +360,7 @@
this.flowLayoutPanel13.Controls.Add(this.buttonMfWrite);
this.flowLayoutPanel13.Controls.Add(this.buttonMfFormat);
this.flowLayoutPanel13.Name = "flowLayoutPanel13";
this.toolTipHelp.SetToolTip(this.flowLayoutPanel13, resources.GetString("flowLayoutPanel13.ToolTip"));
//
// buttonMfWrite
//
@ -448,6 +458,7 @@
this.groupBox3.ForeColor = System.Drawing.Color.MediumBlue;
this.groupBox3.Name = "groupBox3";
this.groupBox3.TabStop = false;
this.toolTipHelp.SetToolTip(this.groupBox3, resources.GetString("groupBox3.ToolTip"));
//
// tableLayoutPanel10
//
@ -455,12 +466,14 @@
this.tableLayoutPanel10.Controls.Add(this.flowLayoutPanel20, 0, 1);
this.tableLayoutPanel10.Controls.Add(this.flowLayoutPanel19, 0, 0);
this.tableLayoutPanel10.Name = "tableLayoutPanel10";
this.toolTipHelp.SetToolTip(this.tableLayoutPanel10, resources.GetString("tableLayoutPanel10.ToolTip"));
//
// flowLayoutPanel20
//
resources.ApplyResources(this.flowLayoutPanel20, "flowLayoutPanel20");
this.flowLayoutPanel20.Controls.Add(this.buttonKill);
this.flowLayoutPanel20.Name = "flowLayoutPanel20";
this.toolTipHelp.SetToolTip(this.flowLayoutPanel20, resources.GetString("flowLayoutPanel20.ToolTip"));
//
// buttonKill
//
@ -469,6 +482,7 @@
this.buttonKill.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue;
this.buttonKill.ForeColor = System.Drawing.Color.White;
this.buttonKill.Name = "buttonKill";
this.toolTipHelp.SetToolTip(this.buttonKill, resources.GetString("buttonKill.ToolTip"));
this.buttonKill.UseVisualStyleBackColor = false;
this.buttonKill.Click += new System.EventHandler(this.buttonKill_Click);
//
@ -478,6 +492,7 @@
this.flowLayoutPanel19.Controls.Add(this.buttonConClr);
this.flowLayoutPanel19.Controls.Add(this.buttonConSave);
this.flowLayoutPanel19.Name = "flowLayoutPanel19";
this.toolTipHelp.SetToolTip(this.flowLayoutPanel19, resources.GetString("flowLayoutPanel19.ToolTip"));
//
// buttonConClr
//
@ -486,6 +501,7 @@
this.buttonConClr.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue;
this.buttonConClr.ForeColor = System.Drawing.Color.White;
this.buttonConClr.Name = "buttonConClr";
this.toolTipHelp.SetToolTip(this.buttonConClr, resources.GetString("buttonConClr.ToolTip"));
this.buttonConClr.UseVisualStyleBackColor = false;
this.buttonConClr.Click += new System.EventHandler(this.buttonConClr_Click);
//
@ -496,6 +512,7 @@
this.buttonConSave.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue;
this.buttonConSave.ForeColor = System.Drawing.Color.White;
this.buttonConSave.Name = "buttonConSave";
this.toolTipHelp.SetToolTip(this.buttonConSave, resources.GetString("buttonConSave.ToolTip"));
this.buttonConSave.UseVisualStyleBackColor = false;
this.buttonConSave.Click += new System.EventHandler(this.buttonConSave_Click);
//
@ -517,6 +534,7 @@
this.buttonHexTool.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue;
this.buttonHexTool.ForeColor = System.Drawing.Color.White;
this.buttonHexTool.Name = "buttonHexTool";
this.toolTipHelp.SetToolTip(this.buttonHexTool, resources.GetString("buttonHexTool.ToolTip"));
this.buttonHexTool.UseVisualStyleBackColor = false;
this.buttonHexTool.Click += new System.EventHandler(this.buttonHexTool_Click);
//
@ -527,6 +545,7 @@
this.buttonDiffTool.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue;
this.buttonDiffTool.ForeColor = System.Drawing.Color.White;
this.buttonDiffTool.Name = "buttonDiffTool";
this.toolTipHelp.SetToolTip(this.buttonDiffTool, resources.GetString("buttonDiffTool.ToolTip"));
this.buttonDiffTool.UseVisualStyleBackColor = false;
this.buttonDiffTool.Click += new System.EventHandler(this.buttonDiffTool_Click);
//
@ -600,6 +619,7 @@
this.groupBox4.ForeColor = System.Drawing.Color.MediumBlue;
this.groupBox4.Name = "groupBox4";
this.groupBox4.TabStop = false;
this.toolTipHelp.SetToolTip(this.groupBox4, resources.GetString("groupBox4.ToolTip"));
this.groupBox4.Enter += new System.EventHandler(this.groupBox4_Enter);
//
// tableLayoutPanel6
@ -608,12 +628,14 @@
this.tableLayoutPanel6.Controls.Add(this.flowLayoutPanel10, 0, 1);
this.tableLayoutPanel6.Controls.Add(this.flowLayoutPanel9, 0, 0);
this.tableLayoutPanel6.Name = "tableLayoutPanel6";
this.toolTipHelp.SetToolTip(this.tableLayoutPanel6, resources.GetString("tableLayoutPanel6.ToolTip"));
//
// flowLayoutPanel10
//
resources.ApplyResources(this.flowLayoutPanel10, "flowLayoutPanel10");
this.flowLayoutPanel10.Controls.Add(this.buttonHexTool);
this.flowLayoutPanel10.Name = "flowLayoutPanel10";
this.toolTipHelp.SetToolTip(this.flowLayoutPanel10, resources.GetString("flowLayoutPanel10.ToolTip"));
//
// flowLayoutPanel9
//
@ -621,6 +643,7 @@
this.flowLayoutPanel9.Controls.Add(this.buttonDiffTool);
this.flowLayoutPanel9.Controls.Add(this.buttonMFF08);
this.flowLayoutPanel9.Name = "flowLayoutPanel9";
this.toolTipHelp.SetToolTip(this.flowLayoutPanel9, resources.GetString("flowLayoutPanel9.ToolTip"));
//
// buttonMFF08
//
@ -629,6 +652,7 @@
this.buttonMFF08.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue;
this.buttonMFF08.ForeColor = System.Drawing.Color.White;
this.buttonMFF08.Name = "buttonMFF08";
this.toolTipHelp.SetToolTip(this.buttonMFF08, resources.GetString("buttonMFF08.ToolTip"));
this.buttonMFF08.UseVisualStyleBackColor = false;
this.buttonMFF08.Click += new System.EventHandler(this.buttonMFF08_Click);
//
@ -641,14 +665,16 @@
this.tabControl1.ImageList = this.imageList2;
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.toolTipHelp.SetToolTip(this.tabControl1, resources.GetString("tabControl1.ToolTip"));
//
// tabPage2
//
resources.ApplyResources(this.tabPage2, "tabPage2");
this.tabPage2.BackColor = System.Drawing.Color.White;
this.tabPage2.Controls.Add(this.tableLayoutPanel2);
resources.ApplyResources(this.tabPage2, "tabPage2");
this.tabPage2.ForeColor = System.Drawing.SystemColors.HotTrack;
this.tabPage2.Name = "tabPage2";
this.toolTipHelp.SetToolTip(this.tabPage2, resources.GetString("tabPage2.ToolTip"));
//
// tableLayoutPanel2
//
@ -659,6 +685,7 @@
this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel3, 4, 0);
this.tableLayoutPanel2.Controls.Add(this.groupBox7, 3, 0);
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
this.toolTipHelp.SetToolTip(this.tableLayoutPanel2, resources.GetString("tableLayoutPanel2.ToolTip"));
//
// flowLayoutPanel1
//
@ -666,12 +693,14 @@
this.flowLayoutPanel1.Controls.Add(this.label8);
this.flowLayoutPanel1.Controls.Add(this.pictureBox3);
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
this.toolTipHelp.SetToolTip(this.flowLayoutPanel1, resources.GetString("flowLayoutPanel1.ToolTip"));
//
// label8
//
resources.ApplyResources(this.label8, "label8");
this.label8.ForeColor = System.Drawing.SystemColors.HotTrack;
this.label8.Name = "label8";
this.toolTipHelp.SetToolTip(this.label8, resources.GetString("label8.ToolTip"));
this.label8.Click += new System.EventHandler(this.label8_Click);
//
// pictureBox3
@ -680,6 +709,7 @@
this.pictureBox3.Image = global::MifareOneTool.Properties.Resources.round_chevron_right_black_24dp;
this.pictureBox3.Name = "pictureBox3";
this.pictureBox3.TabStop = false;
this.toolTipHelp.SetToolTip(this.pictureBox3, resources.GetString("pictureBox3.ToolTip"));
//
// groupBox16
//
@ -689,6 +719,7 @@
this.groupBox16.ForeColor = System.Drawing.Color.MediumBlue;
this.groupBox16.Name = "groupBox16";
this.groupBox16.TabStop = false;
this.toolTipHelp.SetToolTip(this.groupBox16, resources.GetString("groupBox16.ToolTip"));
//
// tableLayoutPanel15
//
@ -696,6 +727,7 @@
this.tableLayoutPanel15.Controls.Add(this.tableLayoutPanel1, 0, 0);
this.tableLayoutPanel15.Controls.Add(this.label13, 0, 1);
this.tableLayoutPanel15.Name = "tableLayoutPanel15";
this.toolTipHelp.SetToolTip(this.tableLayoutPanel15, resources.GetString("tableLayoutPanel15.ToolTip"));
this.tableLayoutPanel15.Paint += new System.Windows.Forms.PaintEventHandler(this.tableLayoutPanel15_Paint);
//
// tableLayoutPanel1
@ -708,6 +740,7 @@
this.tableLayoutPanel1.Controls.Add(this.pictureBox1, 1, 0);
this.tableLayoutPanel1.Controls.Add(this.pictureBox2, 3, 0);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.toolTipHelp.SetToolTip(this.tableLayoutPanel1, resources.GetString("tableLayoutPanel1.ToolTip"));
this.tableLayoutPanel1.Paint += new System.Windows.Forms.PaintEventHandler(this.TableLayoutPanel1_Paint);
//
// label7
@ -715,6 +748,7 @@
resources.ApplyResources(this.label7, "label7");
this.label7.ForeColor = System.Drawing.SystemColors.HotTrack;
this.label7.Name = "label7";
this.toolTipHelp.SetToolTip(this.label7, resources.GetString("label7.ToolTip"));
//
// buttonEscan
//
@ -723,6 +757,7 @@
this.buttonEscan.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue;
this.buttonEscan.ForeColor = System.Drawing.Color.White;
this.buttonEscan.Name = "buttonEscan";
this.toolTipHelp.SetToolTip(this.buttonEscan, resources.GetString("buttonEscan.ToolTip"));
this.buttonEscan.UseVisualStyleBackColor = false;
this.buttonEscan.Click += new System.EventHandler(this.buttonEscan_Click);
//
@ -733,6 +768,7 @@
this.buttonECheckEncrypt.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue;
this.buttonECheckEncrypt.ForeColor = System.Drawing.Color.White;
this.buttonECheckEncrypt.Name = "buttonECheckEncrypt";
this.toolTipHelp.SetToolTip(this.buttonECheckEncrypt, resources.GetString("buttonECheckEncrypt.ToolTip"));
this.buttonECheckEncrypt.UseVisualStyleBackColor = false;
this.buttonECheckEncrypt.Click += new System.EventHandler(this.buttonECheckEncrypt_Click);
//
@ -743,6 +779,7 @@
this.buttoEScanCard.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue;
this.buttoEScanCard.ForeColor = System.Drawing.Color.White;
this.buttoEScanCard.Name = "buttoEScanCard";
this.toolTipHelp.SetToolTip(this.buttoEScanCard, resources.GetString("buttoEScanCard.ToolTip"));
this.buttoEScanCard.UseVisualStyleBackColor = false;
this.buttoEScanCard.Click += new System.EventHandler(this.buttoEScanCard_Click);
//
@ -752,19 +789,22 @@
this.pictureBox1.Image = global::MifareOneTool.Properties.Resources.round_chevron_right_black_24dp;
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.TabStop = false;
this.toolTipHelp.SetToolTip(this.pictureBox1, resources.GetString("pictureBox1.ToolTip"));
//
// pictureBox2
//
this.pictureBox2.Image = global::MifareOneTool.Properties.Resources.round_chevron_right_black_24dp;
resources.ApplyResources(this.pictureBox2, "pictureBox2");
this.pictureBox2.Image = global::MifareOneTool.Properties.Resources.round_chevron_right_black_24dp;
this.pictureBox2.Name = "pictureBox2";
this.pictureBox2.TabStop = false;
this.toolTipHelp.SetToolTip(this.pictureBox2, resources.GetString("pictureBox2.ToolTip"));
//
// label13
//
resources.ApplyResources(this.label13, "label13");
this.label13.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.label13.Name = "label13";
this.toolTipHelp.SetToolTip(this.label13, resources.GetString("label13.ToolTip"));
//
// groupBox5
//
@ -775,6 +815,7 @@
this.groupBox5.ForeColor = System.Drawing.Color.MediumBlue;
this.groupBox5.Name = "groupBox5";
this.groupBox5.TabStop = false;
this.toolTipHelp.SetToolTip(this.groupBox5, resources.GetString("groupBox5.ToolTip"));
//
// tableLayoutPanel11
//
@ -785,6 +826,7 @@
this.tableLayoutPanel11.Controls.Add(this.buttonEMfoc, 0, 0);
this.tableLayoutPanel11.Controls.Add(this.buttonESelectKey, 0, 3);
this.tableLayoutPanel11.Name = "tableLayoutPanel11";
this.toolTipHelp.SetToolTip(this.tableLayoutPanel11, resources.GetString("tableLayoutPanel11.ToolTip"));
//
// buttonEReadUID
//
@ -793,6 +835,7 @@
this.buttonEReadUID.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue;
this.buttonEReadUID.ForeColor = System.Drawing.Color.White;
this.buttonEReadUID.Name = "buttonEReadUID";
this.toolTipHelp.SetToolTip(this.buttonEReadUID, resources.GetString("buttonEReadUID.ToolTip"));
this.buttonEReadUID.UseVisualStyleBackColor = false;
this.buttonEReadUID.Click += new System.EventHandler(this.buttonEReadUID_Click);
//
@ -803,6 +846,7 @@
this.buttonEMfRead.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue;
this.buttonEMfRead.ForeColor = System.Drawing.Color.White;
this.buttonEMfRead.Name = "buttonEMfRead";
this.toolTipHelp.SetToolTip(this.buttonEMfRead, resources.GetString("buttonEMfRead.ToolTip"));
this.buttonEMfRead.UseVisualStyleBackColor = false;
this.buttonEMfRead.Click += new System.EventHandler(this.button2_Click);
//
@ -813,6 +857,7 @@
this.buttonECmfoc.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue;
this.buttonECmfoc.ForeColor = System.Drawing.Color.White;
this.buttonECmfoc.Name = "buttonECmfoc";
this.toolTipHelp.SetToolTip(this.buttonECmfoc, resources.GetString("buttonECmfoc.ToolTip"));
this.buttonECmfoc.UseVisualStyleBackColor = false;
this.buttonECmfoc.Click += new System.EventHandler(this.buttonECmfoc_Click);
//
@ -823,6 +868,7 @@
this.buttonEMfoc.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue;
this.buttonEMfoc.ForeColor = System.Drawing.Color.White;
this.buttonEMfoc.Name = "buttonEMfoc";
this.toolTipHelp.SetToolTip(this.buttonEMfoc, resources.GetString("buttonEMfoc.ToolTip"));
this.buttonEMfoc.UseVisualStyleBackColor = false;
this.buttonEMfoc.Click += new System.EventHandler(this.buttonEMfoc_Click);
//
@ -833,6 +879,7 @@
this.buttonESelectKey.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue;
this.buttonESelectKey.ForeColor = System.Drawing.Color.White;
this.buttonESelectKey.Name = "buttonESelectKey";
this.toolTipHelp.SetToolTip(this.buttonESelectKey, resources.GetString("buttonESelectKey.ToolTip"));
this.buttonESelectKey.UseVisualStyleBackColor = false;
this.buttonESelectKey.Click += new System.EventHandler(this.buttonESelectKey_Click);
//
@ -842,6 +889,7 @@
this.tableLayoutPanel3.Controls.Add(this.flowLayoutPanel24, 0, 0);
this.tableLayoutPanel3.Controls.Add(this.buttonEStop, 0, 1);
this.tableLayoutPanel3.Name = "tableLayoutPanel3";
this.toolTipHelp.SetToolTip(this.tableLayoutPanel3, resources.GetString("tableLayoutPanel3.ToolTip"));
//
// flowLayoutPanel24
//
@ -849,18 +897,21 @@
this.flowLayoutPanel24.Controls.Add(this.pictureBox4);
this.flowLayoutPanel24.Controls.Add(this.label6);
this.flowLayoutPanel24.Name = "flowLayoutPanel24";
this.toolTipHelp.SetToolTip(this.flowLayoutPanel24, resources.GetString("flowLayoutPanel24.ToolTip"));
//
// pictureBox4
//
this.pictureBox4.Image = global::MifareOneTool.Properties.Resources.round_done_outline_black_24pt_1x;
resources.ApplyResources(this.pictureBox4, "pictureBox4");
this.pictureBox4.Image = global::MifareOneTool.Properties.Resources.round_done_outline_black_24pt_1x;
this.pictureBox4.Name = "pictureBox4";
this.pictureBox4.TabStop = false;
this.toolTipHelp.SetToolTip(this.pictureBox4, resources.GetString("pictureBox4.ToolTip"));
//
// label6
//
resources.ApplyResources(this.label6, "label6");
this.label6.Name = "label6";
this.toolTipHelp.SetToolTip(this.label6, resources.GetString("label6.ToolTip"));
this.label6.Click += new System.EventHandler(this.label6_Click);
//
// buttonEStop
@ -870,6 +921,7 @@
this.buttonEStop.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue;
this.buttonEStop.ForeColor = System.Drawing.Color.White;
this.buttonEStop.Name = "buttonEStop";
this.toolTipHelp.SetToolTip(this.buttonEStop, resources.GetString("buttonEStop.ToolTip"));
this.buttonEStop.UseVisualStyleBackColor = false;
this.buttonEStop.Click += new System.EventHandler(this.buttonEStop_Click);
//
@ -880,6 +932,7 @@
this.groupBox7.ForeColor = System.Drawing.Color.MediumBlue;
this.groupBox7.Name = "groupBox7";
this.groupBox7.TabStop = false;
this.toolTipHelp.SetToolTip(this.groupBox7, resources.GetString("groupBox7.ToolTip"));
//
// tableLayoutPanel13
//
@ -889,6 +942,7 @@
this.tableLayoutPanel13.Controls.Add(this.buttonECuidWrite, 0, 1);
this.tableLayoutPanel13.Controls.Add(this.buttonEMfWrite, 0, 3);
this.tableLayoutPanel13.Name = "tableLayoutPanel13";
this.toolTipHelp.SetToolTip(this.tableLayoutPanel13, resources.GetString("tableLayoutPanel13.ToolTip"));
//
// buttonEUIDWrite
//
@ -897,6 +951,7 @@
this.buttonEUIDWrite.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue;
this.buttonEUIDWrite.ForeColor = System.Drawing.Color.White;
this.buttonEUIDWrite.Name = "buttonEUIDWrite";
this.toolTipHelp.SetToolTip(this.buttonEUIDWrite, resources.GetString("buttonEUIDWrite.ToolTip"));
this.buttonEUIDWrite.UseVisualStyleBackColor = false;
this.buttonEUIDWrite.Click += new System.EventHandler(this.buttonEUIDWrite_Click);
//
@ -907,6 +962,7 @@
this.button4.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue;
this.button4.ForeColor = System.Drawing.Color.White;
this.button4.Name = "button4";
this.toolTipHelp.SetToolTip(this.button4, resources.GetString("button4.ToolTip"));
this.button4.UseVisualStyleBackColor = false;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
@ -917,6 +973,7 @@
this.buttonECuidWrite.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue;
this.buttonECuidWrite.ForeColor = System.Drawing.Color.White;
this.buttonECuidWrite.Name = "buttonECuidWrite";
this.toolTipHelp.SetToolTip(this.buttonECuidWrite, resources.GetString("buttonECuidWrite.ToolTip"));
this.buttonECuidWrite.UseVisualStyleBackColor = false;
this.buttonECuidWrite.Click += new System.EventHandler(this.buttonECuidWrite_Click);
//
@ -927,15 +984,17 @@
this.buttonEMfWrite.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue;
this.buttonEMfWrite.ForeColor = System.Drawing.Color.White;
this.buttonEMfWrite.Name = "buttonEMfWrite";
this.toolTipHelp.SetToolTip(this.buttonEMfWrite, resources.GetString("buttonEMfWrite.ToolTip"));
this.buttonEMfWrite.UseVisualStyleBackColor = false;
this.buttonEMfWrite.Click += new System.EventHandler(this.buttonEMfWrite_Click);
//
// tabPage1
//
resources.ApplyResources(this.tabPage1, "tabPage1");
this.tabPage1.BackColor = System.Drawing.Color.White;
this.tabPage1.Controls.Add(this.tableLayoutPanel4);
resources.ApplyResources(this.tabPage1, "tabPage1");
this.tabPage1.Name = "tabPage1";
this.toolTipHelp.SetToolTip(this.tabPage1, resources.GetString("tabPage1.ToolTip"));
//
// tableLayoutPanel4
//
@ -943,6 +1002,7 @@
this.tableLayoutPanel4.Controls.Add(this.flowLayoutPanel8, 0, 1);
this.tableLayoutPanel4.Controls.Add(this.flowLayoutPanel7, 0, 0);
this.tableLayoutPanel4.Name = "tableLayoutPanel4";
this.toolTipHelp.SetToolTip(this.tableLayoutPanel4, resources.GetString("tableLayoutPanel4.ToolTip"));
//
// flowLayoutPanel8
//
@ -951,6 +1011,7 @@
this.flowLayoutPanel8.Controls.Add(this.groupBox10);
this.flowLayoutPanel8.Controls.Add(this.groupBox3);
this.flowLayoutPanel8.Name = "flowLayoutPanel8";
this.toolTipHelp.SetToolTip(this.flowLayoutPanel8, resources.GetString("flowLayoutPanel8.ToolTip"));
//
// groupBox10
//
@ -959,6 +1020,7 @@
this.groupBox10.ForeColor = System.Drawing.Color.MediumBlue;
this.groupBox10.Name = "groupBox10";
this.groupBox10.TabStop = false;
this.toolTipHelp.SetToolTip(this.groupBox10, resources.GetString("groupBox10.ToolTip"));
//
// tableLayoutPanel8
//
@ -966,6 +1028,7 @@
this.tableLayoutPanel8.Controls.Add(this.flowLayoutPanel18, 0, 1);
this.tableLayoutPanel8.Controls.Add(this.flowLayoutPanel17, 0, 0);
this.tableLayoutPanel8.Name = "tableLayoutPanel8";
this.toolTipHelp.SetToolTip(this.tableLayoutPanel8, resources.GetString("tableLayoutPanel8.ToolTip"));
//
// flowLayoutPanel18
//
@ -974,6 +1037,7 @@
this.flowLayoutPanel18.Controls.Add(this.buttonDictMfoc);
this.flowLayoutPanel18.Controls.Add(this.buttonHardNested);
this.flowLayoutPanel18.Name = "flowLayoutPanel18";
this.toolTipHelp.SetToolTip(this.flowLayoutPanel18, resources.GetString("flowLayoutPanel18.ToolTip"));
//
// buttonHardNested
//
@ -982,6 +1046,7 @@
this.buttonHardNested.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue;
this.buttonHardNested.ForeColor = System.Drawing.Color.White;
this.buttonHardNested.Name = "buttonHardNested";
this.toolTipHelp.SetToolTip(this.buttonHardNested, resources.GetString("buttonHardNested.ToolTip"));
this.buttonHardNested.UseVisualStyleBackColor = false;
this.buttonHardNested.Click += new System.EventHandler(this.buttonHardNested_Click);
//
@ -992,6 +1057,7 @@
this.flowLayoutPanel17.Controls.Add(this.buttonnKeysMfoc);
this.flowLayoutPanel17.Controls.Add(this.buttonMfcuk);
this.flowLayoutPanel17.Name = "flowLayoutPanel17";
this.toolTipHelp.SetToolTip(this.flowLayoutPanel17, resources.GetString("flowLayoutPanel17.ToolTip"));
//
// flowLayoutPanel7
//
@ -1001,6 +1067,7 @@
this.flowLayoutPanel7.Controls.Add(this.groupBox8);
this.flowLayoutPanel7.Controls.Add(this.groupBox9);
this.flowLayoutPanel7.Name = "flowLayoutPanel7";
this.toolTipHelp.SetToolTip(this.flowLayoutPanel7, resources.GetString("flowLayoutPanel7.ToolTip"));
//
// groupBox8
//
@ -1009,6 +1076,7 @@
this.groupBox8.ForeColor = System.Drawing.Color.MediumBlue;
this.groupBox8.Name = "groupBox8";
this.groupBox8.TabStop = false;
this.toolTipHelp.SetToolTip(this.groupBox8, resources.GetString("groupBox8.ToolTip"));
//
// tableLayoutPanel9
//
@ -1016,6 +1084,7 @@
this.tableLayoutPanel9.Controls.Add(this.flowLayoutPanel16, 0, 1);
this.tableLayoutPanel9.Controls.Add(this.flowLayoutPanel15, 0, 0);
this.tableLayoutPanel9.Name = "tableLayoutPanel9";
this.toolTipHelp.SetToolTip(this.tableLayoutPanel9, resources.GetString("tableLayoutPanel9.ToolTip"));
//
// flowLayoutPanel16
//
@ -1024,6 +1093,7 @@
this.flowLayoutPanel16.Controls.Add(this.buttonUidWrite);
this.flowLayoutPanel16.Controls.Add(this.buttonLockUfuid);
this.flowLayoutPanel16.Name = "flowLayoutPanel16";
this.toolTipHelp.SetToolTip(this.flowLayoutPanel16, resources.GetString("flowLayoutPanel16.ToolTip"));
//
// flowLayoutPanel15
//
@ -1031,7 +1101,20 @@
this.flowLayoutPanel15.Controls.Add(this.buttonBmfRead);
this.flowLayoutPanel15.Controls.Add(this.buttonUidReset);
this.flowLayoutPanel15.Controls.Add(this.buttonUidFormat);
this.flowLayoutPanel15.Controls.Add(this.ShowUID);
this.flowLayoutPanel15.Name = "flowLayoutPanel15";
this.toolTipHelp.SetToolTip(this.flowLayoutPanel15, resources.GetString("flowLayoutPanel15.ToolTip"));
//
// ShowUID
//
resources.ApplyResources(this.ShowUID, "ShowUID");
this.ShowUID.BackColor = System.Drawing.Color.DodgerBlue;
this.ShowUID.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue;
this.ShowUID.ForeColor = System.Drawing.Color.White;
this.ShowUID.Name = "ShowUID";
this.toolTipHelp.SetToolTip(this.ShowUID, resources.GetString("ShowUID.ToolTip"));
this.ShowUID.UseVisualStyleBackColor = false;
this.ShowUID.Click += new System.EventHandler(this.ShowUID_Click);
//
// groupBox9
//
@ -1040,6 +1123,7 @@
this.groupBox9.ForeColor = System.Drawing.Color.MediumBlue;
this.groupBox9.Name = "groupBox9";
this.groupBox9.TabStop = false;
this.toolTipHelp.SetToolTip(this.groupBox9, resources.GetString("groupBox9.ToolTip"));
//
// flowLayoutPanel21
//
@ -1047,19 +1131,22 @@
this.flowLayoutPanel21.Controls.Add(this.label1);
this.flowLayoutPanel21.Controls.Add(this.buttonCmfWrite);
this.flowLayoutPanel21.Name = "flowLayoutPanel21";
this.toolTipHelp.SetToolTip(this.flowLayoutPanel21, resources.GetString("flowLayoutPanel21.ToolTip"));
//
// label1
//
resources.ApplyResources(this.label1, "label1");
this.label1.ForeColor = System.Drawing.SystemColors.HotTrack;
this.label1.Name = "label1";
this.toolTipHelp.SetToolTip(this.label1, resources.GetString("label1.ToolTip"));
//
// tabPage3
//
resources.ApplyResources(this.tabPage3, "tabPage3");
this.tabPage3.BackColor = System.Drawing.Color.White;
this.tabPage3.Controls.Add(this.tableLayoutPanel14);
resources.ApplyResources(this.tabPage3, "tabPage3");
this.tabPage3.Name = "tabPage3";
this.toolTipHelp.SetToolTip(this.tabPage3, resources.GetString("tabPage3.ToolTip"));
this.tabPage3.Click += new System.EventHandler(this.tabPage3_Click);
//
// tableLayoutPanel14
@ -1068,6 +1155,7 @@
this.tableLayoutPanel14.Controls.Add(this.flowLayoutPanel6, 0, 0);
this.tableLayoutPanel14.Controls.Add(this.flowLayoutPanel22, 0, 1);
this.tableLayoutPanel14.Name = "tableLayoutPanel14";
this.toolTipHelp.SetToolTip(this.tableLayoutPanel14, resources.GetString("tableLayoutPanel14.ToolTip"));
//
// flowLayoutPanel6
//
@ -1076,6 +1164,7 @@
this.flowLayoutPanel6.Controls.Add(this.groupBox12);
this.flowLayoutPanel6.Controls.Add(this.groupBox14);
this.flowLayoutPanel6.Name = "flowLayoutPanel6";
this.toolTipHelp.SetToolTip(this.flowLayoutPanel6, resources.GetString("flowLayoutPanel6.ToolTip"));
//
// groupBox6
//
@ -1086,6 +1175,7 @@
this.groupBox6.ForeColor = System.Drawing.Color.White;
this.groupBox6.Name = "groupBox6";
this.groupBox6.TabStop = false;
this.toolTipHelp.SetToolTip(this.groupBox6, resources.GetString("groupBox6.ToolTip"));
//
// flowLayoutPanel2
//
@ -1097,6 +1187,7 @@
this.flowLayoutPanel2.Controls.Add(this.checkBoxCuidKeyOver);
this.flowLayoutPanel2.ForeColor = System.Drawing.Color.DodgerBlue;
this.flowLayoutPanel2.Name = "flowLayoutPanel2";
this.toolTipHelp.SetToolTip(this.flowLayoutPanel2, resources.GetString("flowLayoutPanel2.ToolTip"));
//
// checkBoxAutoABN
//
@ -1105,6 +1196,7 @@
this.checkBoxAutoABN.FlatAppearance.CheckedBackColor = System.Drawing.Color.White;
this.checkBoxAutoABN.ForeColor = System.Drawing.Color.DodgerBlue;
this.checkBoxAutoABN.Name = "checkBoxAutoABN";
this.toolTipHelp.SetToolTip(this.checkBoxAutoABN, resources.GetString("checkBoxAutoABN.ToolTip"));
this.checkBoxAutoABN.UseVisualStyleBackColor = true;
this.checkBoxAutoABN.CheckedChanged += new System.EventHandler(this.checkBoxAutoABN_CheckedChanged);
//
@ -1112,6 +1204,7 @@
//
resources.ApplyResources(this.checkBoxAutoLoadKey, "checkBoxAutoLoadKey");
this.checkBoxAutoLoadKey.Name = "checkBoxAutoLoadKey";
this.toolTipHelp.SetToolTip(this.checkBoxAutoLoadKey, resources.GetString("checkBoxAutoLoadKey.ToolTip"));
this.checkBoxAutoLoadKey.UseVisualStyleBackColor = true;
this.checkBoxAutoLoadKey.CheckedChanged += new System.EventHandler(this.checkBoxAutoLoadKey_CheckedChanged);
//
@ -1119,6 +1212,7 @@
//
resources.ApplyResources(this.checkBoxWriteProtect, "checkBoxWriteProtect");
this.checkBoxWriteProtect.Name = "checkBoxWriteProtect";
this.toolTipHelp.SetToolTip(this.checkBoxWriteProtect, resources.GetString("checkBoxWriteProtect.ToolTip"));
this.checkBoxWriteProtect.UseVisualStyleBackColor = true;
this.checkBoxWriteProtect.CheckedChanged += new System.EventHandler(this.checkBoxWriteProtect_CheckedChanged);
//
@ -1126,6 +1220,7 @@
//
resources.ApplyResources(this.checkBoxCuidKeyOver, "checkBoxCuidKeyOver");
this.checkBoxCuidKeyOver.Name = "checkBoxCuidKeyOver";
this.toolTipHelp.SetToolTip(this.checkBoxCuidKeyOver, resources.GetString("checkBoxCuidKeyOver.ToolTip"));
this.checkBoxCuidKeyOver.UseVisualStyleBackColor = true;
this.checkBoxCuidKeyOver.CheckedChanged += new System.EventHandler(this.checkBoxCuidKeyOver_CheckedChanged);
//
@ -1138,6 +1233,7 @@
this.groupBox12.ForeColor = System.Drawing.Color.White;
this.groupBox12.Name = "groupBox12";
this.groupBox12.TabStop = false;
this.toolTipHelp.SetToolTip(this.groupBox12, resources.GetString("groupBox12.ToolTip"));
//
// tableLayoutPanel12
//
@ -1149,6 +1245,7 @@
this.tableLayoutPanel12.Controls.Add(this.label10, 0, 1);
this.tableLayoutPanel12.ForeColor = System.Drawing.Color.DodgerBlue;
this.tableLayoutPanel12.Name = "tableLayoutPanel12";
this.toolTipHelp.SetToolTip(this.tableLayoutPanel12, resources.GetString("tableLayoutPanel12.ToolTip"));
//
// numericCLIFontSize
//
@ -1166,6 +1263,7 @@
0,
0});
this.numericCLIFontSize.Name = "numericCLIFontSize";
this.toolTipHelp.SetToolTip(this.numericCLIFontSize, resources.GetString("numericCLIFontSize.ToolTip"));
this.numericCLIFontSize.Value = new decimal(new int[] {
9,
0,
@ -1177,11 +1275,7 @@
//
resources.ApplyResources(this.label9, "label9");
this.label9.Name = "label9";
//
// label10
//
resources.ApplyResources(this.label10, "label10");
this.label10.Name = "label10";
this.toolTipHelp.SetToolTip(this.label9, resources.GetString("label9.ToolTip"));
//
// buttonCLIColor
//
@ -1189,9 +1283,16 @@
this.buttonCLIColor.BackColor = System.Drawing.Color.AliceBlue;
this.buttonCLIColor.ForeColor = System.Drawing.Color.DarkRed;
this.buttonCLIColor.Name = "buttonCLIColor";
this.toolTipHelp.SetToolTip(this.buttonCLIColor, resources.GetString("buttonCLIColor.ToolTip"));
this.buttonCLIColor.UseVisualStyleBackColor = false;
this.buttonCLIColor.Click += new System.EventHandler(this.buttonCLIColor_Click);
//
// label10
//
resources.ApplyResources(this.label10, "label10");
this.label10.Name = "label10";
this.toolTipHelp.SetToolTip(this.label10, resources.GetString("label10.ToolTip"));
//
// groupBox14
//
resources.ApplyResources(this.groupBox14, "groupBox14");
@ -1201,6 +1302,7 @@
this.groupBox14.ForeColor = System.Drawing.Color.White;
this.groupBox14.Name = "groupBox14";
this.groupBox14.TabStop = false;
this.toolTipHelp.SetToolTip(this.groupBox14, resources.GetString("groupBox14.ToolTip"));
//
// flowLayoutPanel5
//
@ -1212,6 +1314,7 @@
this.flowLayoutPanel5.Controls.Add(this.SetDeviceCombo);
this.flowLayoutPanel5.ForeColor = System.Drawing.Color.DodgerBlue;
this.flowLayoutPanel5.Name = "flowLayoutPanel5";
this.toolTipHelp.SetToolTip(this.flowLayoutPanel5, resources.GetString("flowLayoutPanel5.ToolTip"));
//
// checkBoxNewScan
//
@ -1219,12 +1322,14 @@
this.checkBoxNewScan.Checked = true;
this.checkBoxNewScan.CheckState = System.Windows.Forms.CheckState.Checked;
this.checkBoxNewScan.Name = "checkBoxNewScan";
this.toolTipHelp.SetToolTip(this.checkBoxNewScan, resources.GetString("checkBoxNewScan.ToolTip"));
this.checkBoxNewScan.UseVisualStyleBackColor = true;
//
// checkBoxMultiDev
//
resources.ApplyResources(this.checkBoxMultiDev, "checkBoxMultiDev");
this.checkBoxMultiDev.Name = "checkBoxMultiDev";
this.toolTipHelp.SetToolTip(this.checkBoxMultiDev, resources.GetString("checkBoxMultiDev.ToolTip"));
this.checkBoxMultiDev.UseVisualStyleBackColor = true;
this.checkBoxMultiDev.CheckedChanged += new System.EventHandler(this.checkBoxMultiDev_CheckedChanged);
//
@ -1232,15 +1337,17 @@
//
resources.ApplyResources(this.label11, "label11");
this.label11.Name = "label11";
this.toolTipHelp.SetToolTip(this.label11, resources.GetString("label11.ToolTip"));
//
// SetDeviceCombo
//
resources.ApplyResources(this.SetDeviceCombo, "SetDeviceCombo");
this.SetDeviceCombo.BackColor = System.Drawing.Color.AliceBlue;
this.SetDeviceCombo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.SetDeviceCombo.DropDownWidth = 150;
resources.ApplyResources(this.SetDeviceCombo, "SetDeviceCombo");
this.SetDeviceCombo.FormattingEnabled = true;
this.SetDeviceCombo.Name = "SetDeviceCombo";
this.toolTipHelp.SetToolTip(this.SetDeviceCombo, resources.GetString("SetDeviceCombo.ToolTip"));
this.SetDeviceCombo.SelectedIndexChanged += new System.EventHandler(this.SetDeviceCombo_SelectedIndexChanged);
//
// flowLayoutPanel22
@ -1250,6 +1357,7 @@
this.flowLayoutPanel22.Controls.Add(this.groupBox13);
this.flowLayoutPanel22.Controls.Add(this.groupBox11);
this.flowLayoutPanel22.Name = "flowLayoutPanel22";
this.toolTipHelp.SetToolTip(this.flowLayoutPanel22, resources.GetString("flowLayoutPanel22.ToolTip"));
//
// groupBox15
//
@ -1260,6 +1368,7 @@
this.groupBox15.ForeColor = System.Drawing.Color.White;
this.groupBox15.Name = "groupBox15";
this.groupBox15.TabStop = false;
this.toolTipHelp.SetToolTip(this.groupBox15, resources.GetString("groupBox15.ToolTip"));
//
// flowLayoutPanel23
//
@ -1269,21 +1378,24 @@
this.flowLayoutPanel23.Controls.Add(this.comboBox1);
this.flowLayoutPanel23.ForeColor = System.Drawing.Color.DodgerBlue;
this.flowLayoutPanel23.Name = "flowLayoutPanel23";
this.toolTipHelp.SetToolTip(this.flowLayoutPanel23, resources.GetString("flowLayoutPanel23.ToolTip"));
//
// label12
//
resources.ApplyResources(this.label12, "label12");
this.label12.Name = "label12";
this.toolTipHelp.SetToolTip(this.label12, resources.GetString("label12.ToolTip"));
//
// comboBox1
//
this.comboBox1.BackColor = System.Drawing.Color.AliceBlue;
resources.ApplyResources(this.comboBox1, "comboBox1");
this.comboBox1.BackColor = System.Drawing.Color.AliceBlue;
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Items.AddRange(new object[] {
resources.GetString("comboBox1.Items"),
resources.GetString("comboBox1.Items1")});
this.comboBox1.Name = "comboBox1";
this.toolTipHelp.SetToolTip(this.comboBox1, resources.GetString("comboBox1.ToolTip"));
this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.ComboBox1_SelectedIndexChanged);
//
// groupBox13
@ -1295,6 +1407,7 @@
this.groupBox13.ForeColor = System.Drawing.Color.White;
this.groupBox13.Name = "groupBox13";
this.groupBox13.TabStop = false;
this.toolTipHelp.SetToolTip(this.groupBox13, resources.GetString("groupBox13.ToolTip"));
//
// flowLayoutPanel4
//
@ -1304,11 +1417,13 @@
this.flowLayoutPanel4.Controls.Add(this.checkBoxAutoSave);
this.flowLayoutPanel4.ForeColor = System.Drawing.Color.DodgerBlue;
this.flowLayoutPanel4.Name = "flowLayoutPanel4";
this.toolTipHelp.SetToolTip(this.flowLayoutPanel4, resources.GetString("flowLayoutPanel4.ToolTip"));
//
// checkBoxDefIsAdv
//
resources.ApplyResources(this.checkBoxDefIsAdv, "checkBoxDefIsAdv");
this.checkBoxDefIsAdv.Name = "checkBoxDefIsAdv";
this.toolTipHelp.SetToolTip(this.checkBoxDefIsAdv, resources.GetString("checkBoxDefIsAdv.ToolTip"));
this.checkBoxDefIsAdv.UseVisualStyleBackColor = true;
this.checkBoxDefIsAdv.CheckedChanged += new System.EventHandler(this.checkBoxDefIsAdv_CheckedChanged);
//
@ -1316,6 +1431,7 @@
//
resources.ApplyResources(this.checkBoxAutoSave, "checkBoxAutoSave");
this.checkBoxAutoSave.Name = "checkBoxAutoSave";
this.toolTipHelp.SetToolTip(this.checkBoxAutoSave, resources.GetString("checkBoxAutoSave.ToolTip"));
this.checkBoxAutoSave.UseVisualStyleBackColor = true;
this.checkBoxAutoSave.CheckedChanged += new System.EventHandler(this.checkBoxAutoSave_CheckedChanged);
//
@ -1328,6 +1444,7 @@
this.groupBox11.ForeColor = System.Drawing.Color.White;
this.groupBox11.Name = "groupBox11";
this.groupBox11.TabStop = false;
this.toolTipHelp.SetToolTip(this.groupBox11, resources.GetString("groupBox11.ToolTip"));
//
// flowLayoutPanel3
//
@ -1336,18 +1453,28 @@
this.flowLayoutPanel3.Controls.Add(this.checkBoxHardLowCost);
this.flowLayoutPanel3.ForeColor = System.Drawing.Color.DodgerBlue;
this.flowLayoutPanel3.Name = "flowLayoutPanel3";
this.toolTipHelp.SetToolTip(this.flowLayoutPanel3, resources.GetString("flowLayoutPanel3.ToolTip"));
//
// checkBoxHardLowCost
//
resources.ApplyResources(this.checkBoxHardLowCost, "checkBoxHardLowCost");
this.checkBoxHardLowCost.Name = "checkBoxHardLowCost";
this.toolTipHelp.SetToolTip(this.checkBoxHardLowCost, resources.GetString("checkBoxHardLowCost.ToolTip"));
this.checkBoxHardLowCost.UseVisualStyleBackColor = true;
this.checkBoxHardLowCost.CheckedChanged += new System.EventHandler(this.checkBoxHardLowCost_CheckedChanged);
//
// imageList2
//
this.imageList2.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList2.ImageStream")));
this.imageList2.TransparentColor = System.Drawing.Color.Transparent;
this.imageList2.Images.SetKeyName(0, "sharp_file_copy_black_18pt_1x.png");
this.imageList2.Images.SetKeyName(1, "round_settings_black_18pt_1x.png");
this.imageList2.Images.SetKeyName(2, "round_build_black_18pt_1x.png");
//
// statusStrip1
//
this.statusStrip1.BackColor = System.Drawing.Color.Transparent;
resources.ApplyResources(this.statusStrip1, "statusStrip1");
this.statusStrip1.BackColor = System.Drawing.Color.Transparent;
this.statusStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.statusLabel,
@ -1358,40 +1485,41 @@
this.statusStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
this.toolTipHelp.SetToolTip(this.statusStrip1, resources.GetString("statusStrip1.ToolTip"));
//
// statusLabel
//
this.statusLabel.Image = global::MifareOneTool.Properties.Resources.round_sync_black_18pt_1x;
resources.ApplyResources(this.statusLabel, "statusLabel");
this.statusLabel.Image = global::MifareOneTool.Properties.Resources.round_sync_black_18pt_1x;
this.statusLabel.Margin = new System.Windows.Forms.Padding(0, 0, 50, 0);
this.statusLabel.Name = "statusLabel";
//
// runTimeLabel
//
this.runTimeLabel.Image = global::MifareOneTool.Properties.Resources.round_timer_black_18pt_1x;
resources.ApplyResources(this.runTimeLabel, "runTimeLabel");
this.runTimeLabel.Image = global::MifareOneTool.Properties.Resources.round_timer_black_18pt_1x;
this.runTimeLabel.Margin = new System.Windows.Forms.Padding(50, 0, 50, 0);
this.runTimeLabel.Name = "runTimeLabel";
//
// localVersionLabel
//
this.localVersionLabel.Image = global::MifareOneTool.Properties.Resources.outline_info_black_18pt_1x;
resources.ApplyResources(this.localVersionLabel, "localVersionLabel");
this.localVersionLabel.Image = global::MifareOneTool.Properties.Resources.outline_info_black_18pt_1x;
this.localVersionLabel.Margin = new System.Windows.Forms.Padding(50, 0, 50, 0);
this.localVersionLabel.Name = "localVersionLabel";
//
// curDevice
//
resources.ApplyResources(this.curDevice, "curDevice");
this.curDevice.Margin = new System.Windows.Forms.Padding(50, 0, 50, 0);
this.curDevice.Name = "curDevice";
resources.ApplyResources(this.curDevice, "curDevice");
//
// toolStripCheckUpdate
//
resources.ApplyResources(this.toolStripCheckUpdate, "toolStripCheckUpdate");
this.toolStripCheckUpdate.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
this.toolStripCheckUpdate.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.toolStripCheckUpdate.ForeColor = System.Drawing.SystemColors.ControlText;
resources.ApplyResources(this.toolStripCheckUpdate, "toolStripCheckUpdate");
this.toolStripCheckUpdate.Margin = new System.Windows.Forms.Padding(0, 0, 10, 0);
this.toolStripCheckUpdate.Name = "toolStripCheckUpdate";
this.toolStripCheckUpdate.ButtonClick += new System.EventHandler(this.toolStripCheckUpdate_ButtonClick);
@ -1401,14 +1529,6 @@
this.timer1.Enabled = true;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// imageList2
//
this.imageList2.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList2.ImageStream")));
this.imageList2.TransparentColor = System.Drawing.Color.Transparent;
this.imageList2.Images.SetKeyName(0, "sharp_file_copy_black_18pt_1x.png");
this.imageList2.Images.SetKeyName(1, "round_settings_black_18pt_1x.png");
this.imageList2.Images.SetKeyName(2, "round_build_black_18pt_1x.png");
//
// Form1
//
resources.ApplyResources(this, "$this");
@ -1419,6 +1539,7 @@
this.Controls.Add(this.richTextBox1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Name = "Form1";
this.toolTipHelp.SetToolTip(this, resources.GetString("$this.ToolTip"));
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
this.Load += new System.EventHandler(this.Form1_Load);
this.groupBox1.ResumeLayout(false);
@ -1686,6 +1807,7 @@
private System.Windows.Forms.PictureBox pictureBox4;
private System.Windows.Forms.ToolStripSplitButton toolStripCheckUpdate;
private System.Windows.Forms.ImageList imageList2;
private System.Windows.Forms.Button ShowUID;
}
}

View File

@ -1589,5 +1589,36 @@ namespace MifareOneTool
{
}
private void ShowUID_Click(object sender, EventArgs e)
{
Process cmd = new Process();
cmd.StartInfo = new ProcessStartInfo("nfc-bin/nfcUID.exe","-device=1");
cmd.StartInfo.RedirectStandardOutput = true;
cmd.StartInfo.RedirectStandardInput = true;
cmd.StartInfo.UseShellExecute = false;
cmd.StartInfo.CreateNoWindow = true;
cmd.StartInfo.WindowStyle = ProcessWindowStyle.Hidden;
cmd.OutputDataReceived += new DataReceivedEventHandler(SortOutputHandler);
cmd.Start();
cmd.BeginOutputReadLine();
}
void SortOutputHandler(object sender, DataReceivedEventArgs e)
{
Trace.WriteLine(e.Data);
this.BeginInvoke(new MethodInvoker(() =>
{
richTextBox1.AppendText(e.Data + Environment.NewLine);
richTextBox1.ScrollToCaret();
}));
}
private void Form1_Closed(object sender, System.EventArgs e)
{
this.Dispose();
Application.Exit();
}
}
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -420,11 +420,16 @@
</data>
<data name="richTextBox1.Lines[0]" xml:space="preserve">
<value>Hello,cardman!</value>
<comment>Previous text: ппппппппппппппппппп</comment>
</data>
<data name="richTextBox1.Text" xml:space="preserve">
<value>Hello,cardman!</value>
</data>
<data name="runTimeLabel.Text" xml:space="preserve">
<value>计时器</value>
</data>
<data name="ShowUID.Text" xml:space="preserve">
<value>显示UID</value>
</data>
<data name="statusLabel.Text" xml:space="preserve">
<value>就绪</value>
</data>
@ -439,7 +444,6 @@
</data>
<data name="tabPage2.ImageKey" xml:space="preserve">
<value>sharp_file_copy_black_18pt_1x.png</value>
<comment>Previous text: round_create_black_18pt_1x.png</comment>
</data>
<data name="tabPage2.Text" xml:space="preserve">
<value>复制卡模式</value>

View File

@ -43,9 +43,9 @@
//
// richTextBox1
//
this.richTextBox1.BackColor = System.Drawing.Color.Black;
this.richTextBox1.BackColor = System.Drawing.Color.AliceBlue;
resources.ApplyResources(this.richTextBox1, "richTextBox1");
this.richTextBox1.ForeColor = System.Drawing.Color.Orange;
this.richTextBox1.ForeColor = System.Drawing.Color.Black;
this.richTextBox1.Name = "richTextBox1";
this.richTextBox1.ReadOnly = true;
this.richTextBox1.TextChanged += new System.EventHandler(this.RichTextBox1_TextChanged);
@ -53,22 +53,29 @@
// button1
//
resources.ApplyResources(this.button1, "button1");
this.button1.BackColor = System.Drawing.Color.White;
this.button1.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue;
this.button1.Name = "button1";
this.button1.UseVisualStyleBackColor = true;
this.button1.UseVisualStyleBackColor = false;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// button2
//
resources.ApplyResources(this.button2, "button2");
this.button2.BackColor = System.Drawing.Color.White;
this.button2.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue;
this.button2.Name = "button2";
this.button2.UseVisualStyleBackColor = true;
this.button2.UseVisualStyleBackColor = false;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// button3
//
resources.ApplyResources(this.button3, "button3");
this.button3.BackColor = System.Drawing.Color.DodgerBlue;
this.button3.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue;
this.button3.ForeColor = System.Drawing.Color.White;
this.button3.Name = "button3";
this.button3.UseVisualStyleBackColor = true;
this.button3.UseVisualStyleBackColor = false;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// tableLayoutPanel1
@ -105,6 +112,7 @@
this.tableLayoutPanel1.ResumeLayout(false);
this.tableLayoutPanel1.PerformLayout();
this.flowLayoutPanel1.ResumeLayout(false);
this.flowLayoutPanel1.PerformLayout();
this.flowLayoutPanel2.ResumeLayout(false);
this.flowLayoutPanel2.PerformLayout();
this.ResumeLayout(false);

View File

@ -147,6 +147,11 @@
点击上方的AB两个按键分别选择MFD文件。
然后点击“比较”即可看到结果。
</value>
<comment>Previous text: 欢迎使用M1T内置的差异工具
说明:
点击上方的AB两个按键分别选择MFD文件。
然后点击“比较”即可看到结果。
</comment>
</data>
<metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
@ -156,17 +161,20 @@
<value>Fill</value>
</data>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="richTextBox1.Font" type="System.Drawing.Font, System.Drawing">
<value>Yu Gothic UI, 9.75pt</value>
</data>
<data name="richTextBox1.Location" type="System.Drawing.Point, System.Drawing">
<value>2, 69</value>
<value>2, 94</value>
</data>
<data name="richTextBox1.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
<value>2, 3, 2, 3</value>
<value>2, 4, 2, 4</value>
</data>
<data name="richTextBox1.ScrollBars" type="System.Windows.Forms.RichTextBoxScrollBars, System.Windows.Forms">
<value>ForcedVertical</value>
</data>
<data name="richTextBox1.Size" type="System.Drawing.Size, System.Drawing">
<value>348, 221</value>
<value>402, 288</value>
</data>
<assembly alias="mscorlib" name="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="richTextBox1.TabIndex" type="System.Int32, mscorlib">
@ -184,14 +192,26 @@
<data name="&gt;&gt;richTextBox1.ZOrder" xml:space="preserve">
<value>1</value>
</data>
<data name="button1.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="button1.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
<value>Fill</value>
</data>
<data name="button1.FlatStyle" type="System.Windows.Forms.FlatStyle, System.Windows.Forms">
<value>Flat</value>
</data>
<data name="button1.Font" type="System.Drawing.Font, System.Drawing">
<value>Yu Gothic UI, 9.75pt</value>
</data>
<data name="button1.Location" type="System.Drawing.Point, System.Drawing">
<value>2, 3</value>
<value>2, 4</value>
</data>
<data name="button1.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
<value>2, 3, 2, 3</value>
<value>2, 4, 2, 4</value>
</data>
<data name="button1.Size" type="System.Drawing.Size, System.Drawing">
<value>291, 21</value>
<value>339, 29</value>
</data>
<data name="button1.TabIndex" type="System.Int32, mscorlib">
<value>1</value>
@ -211,14 +231,26 @@
<data name="&gt;&gt;button1.ZOrder" xml:space="preserve">
<value>0</value>
</data>
<data name="button2.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="button2.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
<value>Fill</value>
</data>
<data name="button2.FlatStyle" type="System.Windows.Forms.FlatStyle, System.Windows.Forms">
<value>Flat</value>
</data>
<data name="button2.Font" type="System.Drawing.Font, System.Drawing">
<value>Yu Gothic UI, 9.75pt</value>
</data>
<data name="button2.Location" type="System.Drawing.Point, System.Drawing">
<value>2, 30</value>
<value>2, 41</value>
</data>
<data name="button2.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
<value>2, 3, 2, 3</value>
<value>2, 4, 2, 4</value>
</data>
<data name="button2.Size" type="System.Drawing.Size, System.Drawing">
<value>291, 21</value>
<value>339, 29</value>
</data>
<data name="button2.TabIndex" type="System.Int32, mscorlib">
<value>2</value>
@ -247,14 +279,20 @@
<data name="button3.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
<value>Fill</value>
</data>
<data name="button3.FlatStyle" type="System.Windows.Forms.FlatStyle, System.Windows.Forms">
<value>Flat</value>
</data>
<data name="button3.Font" type="System.Drawing.Font, System.Drawing">
<value>Yu Gothic UI, 9.75pt</value>
</data>
<data name="button3.Location" type="System.Drawing.Point, System.Drawing">
<value>303, 3</value>
<value>351, 4</value>
</data>
<data name="button3.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
<value>2, 3, 2, 3</value>
<value>2, 4, 2, 4</value>
</data>
<data name="button3.Size" type="System.Drawing.Size, System.Drawing">
<value>41, 54</value>
<value>47, 74</value>
</data>
<data name="button3.TabIndex" type="System.Int32, mscorlib">
<value>3</value>
@ -280,27 +318,6 @@
<data name="tableLayoutPanel1.ColumnCount" type="System.Int32, mscorlib">
<value>2</value>
</data>
<data name="flowLayoutPanel1.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="flowLayoutPanel1.AutoSizeMode" type="System.Windows.Forms.AutoSizeMode, System.Windows.Forms">
<value>GrowAndShrink</value>
</data>
<data name="flowLayoutPanel1.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
<value>Fill</value>
</data>
<data name="flowLayoutPanel1.FlowDirection" type="System.Windows.Forms.FlowDirection, System.Windows.Forms">
<value>TopDown</value>
</data>
<data name="flowLayoutPanel1.Location" type="System.Drawing.Point, System.Drawing">
<value>3, 3</value>
</data>
<data name="flowLayoutPanel1.Size" type="System.Drawing.Size, System.Drawing">
<value>295, 54</value>
</data>
<data name="flowLayoutPanel1.TabIndex" type="System.Int32, mscorlib">
<value>5</value>
</data>
<data name="&gt;&gt;flowLayoutPanel1.Name" xml:space="preserve">
<value>flowLayoutPanel1</value>
</data>
@ -317,13 +334,16 @@
<value>Fill</value>
</data>
<data name="tableLayoutPanel1.Location" type="System.Drawing.Point, System.Drawing">
<value>3, 3</value>
<value>3, 4</value>
</data>
<data name="tableLayoutPanel1.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
<value>3, 4, 3, 4</value>
</data>
<data name="tableLayoutPanel1.RowCount" type="System.Int32, mscorlib">
<value>1</value>
</data>
<data name="tableLayoutPanel1.Size" type="System.Drawing.Size, System.Drawing">
<value>346, 60</value>
<value>400, 82</value>
</data>
<data name="tableLayoutPanel1.TabIndex" type="System.Int32, mscorlib">
<value>4</value>
@ -343,6 +363,30 @@
<data name="tableLayoutPanel1.LayoutSettings" type="System.Windows.Forms.TableLayoutSettings, System.Windows.Forms">
<value>&lt;?xml version="1.0" encoding="utf-16"?&gt;&lt;TableLayoutSettings&gt;&lt;Controls&gt;&lt;Control Name="flowLayoutPanel1" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /&gt;&lt;Control Name="button3" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /&gt;&lt;/Controls&gt;&lt;Columns Styles="AutoSize,0,AutoSize,0" /&gt;&lt;Rows Styles="AutoSize,0" /&gt;&lt;/TableLayoutSettings&gt;</value>
</data>
<data name="flowLayoutPanel1.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="flowLayoutPanel1.AutoSizeMode" type="System.Windows.Forms.AutoSizeMode, System.Windows.Forms">
<value>GrowAndShrink</value>
</data>
<data name="flowLayoutPanel1.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
<value>Fill</value>
</data>
<data name="flowLayoutPanel1.FlowDirection" type="System.Windows.Forms.FlowDirection, System.Windows.Forms">
<value>TopDown</value>
</data>
<data name="flowLayoutPanel1.Location" type="System.Drawing.Point, System.Drawing">
<value>3, 4</value>
</data>
<data name="flowLayoutPanel1.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
<value>3, 4, 3, 4</value>
</data>
<data name="flowLayoutPanel1.Size" type="System.Drawing.Size, System.Drawing">
<value>343, 74</value>
</data>
<data name="flowLayoutPanel1.TabIndex" type="System.Int32, mscorlib">
<value>5</value>
</data>
<data name="flowLayoutPanel2.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
@ -358,8 +402,11 @@
<data name="flowLayoutPanel2.Location" type="System.Drawing.Point, System.Drawing">
<value>0, 0</value>
</data>
<data name="flowLayoutPanel2.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
<value>3, 4, 3, 4</value>
</data>
<data name="flowLayoutPanel2.Size" type="System.Drawing.Size, System.Drawing">
<value>370, 456</value>
<value>432, 596</value>
</data>
<data name="flowLayoutPanel2.TabIndex" type="System.Int32, mscorlib">
<value>5</value>
@ -377,7 +424,7 @@
<value>0</value>
</data>
<data name="$this.AutoScaleDimensions" type="System.Drawing.SizeF, System.Drawing">
<value>6, 13</value>
<value>7, 17</value>
</data>
<data name="$this.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
@ -386,10 +433,379 @@
<value>GrowAndShrink</value>
</data>
<data name="$this.ClientSize" type="System.Drawing.Size, System.Drawing">
<value>370, 456</value>
<value>432, 596</value>
</data>
<data name="$this.Font" type="System.Drawing.Font, System.Drawing">
<value>Yu Gothic UI, 9.75pt</value>
</data>
<data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
AAABAAEASEgAAAEAIACIVAAAFgAAACgAAABIAAAAkAAAAAEAIAAAAAAAAFEAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACBAAAA5wAAAGUAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAI8AAAD/AAAA/wAAAO0AAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAjwAAAP8AAAD/AAAA/wAAAP8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACHAAAA/wAA
AP8AAAD/AAAA/wAAAP8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAH8AAAD/AAAA/wAAAP8AAAD/AAAA/wAA
AP8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAABwAAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAAAD/AAAA/wAA
AP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAA
AP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAA
AP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAADpAAAAgQAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAA
AP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAA
AP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAA
AP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAIgAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAABCAAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAA
AP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAA
AP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAA
AP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAOgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAA0AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAA
AP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAA
AP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAA
AP8AAAD/AAAA/wAAAP8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaQAA
AP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAA
AP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAA
AP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAA
AP8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAAAD/AAAA/wAA
AP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAA
AP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAA
AP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAA/wAAAP8AAAD/AAAA/wAA
AP8AAAD/AAAA/wAAAP8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAA
AP8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgAAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/AAAA/wAA
AP8AAAD/AAAA/wAAAP8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAACBAAAA/wAAAP8AAAD/AAAA/wAAAP8AAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/AAAA/wAAAP8AAAD/AAAA/wAA
AP8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAhwAAAP8AAAD/AAAA/wAAAP8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AI8AAAD/AAAA/wAAAOoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAByAAAAvgAA
AE4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/AAAA/wAA
AP8AAAD/AAAA/wAAAP8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/AAAA/wAAAP8AAAD/AAAA/wAA
AP8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAA/wAAAP8AAAD/AAAA/wAAAO8AAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAACHAAAA/wAAAP8AAAD/AAAA/wAAAIgAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAABAAAAgQAAAOgAAADoAAAAgQAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAfgAAAOkAAADpAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAACHAAAA/wAAAP8AAAD/AAAA/wAAAIgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADoAAAA/wAA
AP8AAAD/AAAA/wAAAOgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/AAAA/wAAAP8AAAD/AAAA/wAA
AP8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABNAAAAvgAAAHIAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADmAAAA/wAAAP8AAACPAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/AAAA/wAA
AP8AAAD/AAAA/wAAAP8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAD/AAAA/wAAAP8AAAD/AAAAhwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/AAAA/wAAAP8AAAD/AAAA/wAA
AP8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAD/AAAA/wAAAP8AAAD/AAAA/wAAAH8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/AAAA/wAA
AP8AAAD/AAAA/wAAAP8AAAB4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/AAAA/wAAAP8AAAD/AAAA/wAA
AP8AAAD/AAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAA
AHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/AAAA/wAA
AP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAA
AP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAA
AP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAABpAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/AAAA/wAAAP8AAAD/AAAA/wAA
AP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAA
AP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAA
AP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAAaQAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAA
AP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAA
AP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAA
AP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAADQAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAADwAAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAA
AP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAA
AP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAA
AP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAEMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAACHAAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAA
AP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAA
AP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAA
AP8AAAD/AAAAYgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAgQAA
AOgAAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAA
AP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAA
AP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAABpAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/AAAA/wAA
AP8AAAD/AAAA/wAAAP8AAAD/AAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/AAAA/wAAAP8AAAD/AAAA/wAA
AP8AAAB4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/AAAA/wAAAP8AAAD/AAAA/wAAAH8AAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAD/AAAA/wAAAP8AAAD/AAAAhwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAADwAAAA/wAAAP8AAACPAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABlAAAA5wAA
AH4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD///////////8AAAD///////////8A
AAD///////////8AAAD///////////8AAAD///////////8AAAD///////////8AAAD///////////8A
AAD///////////8AAAD//8f///////8AAAD//4f///////8AAAD//wf///////8AAAD//gf///////8A
AAD//Af///////8AAAD/+Af///////8AAAD/8Af///////8AAAD/4AAAAAAA//8AAAD/wAAAAAAAf/8A
AAD/gAAAAAAAf/8AAAD/gAAAAAAAf/8AAAD/wAAAAAAAf/8AAAD/4AAAAAAAf/8AAAD/8Af////gf/8A
AAD/+Af////gf/8AAAD//Af////gf/8AAAD//gf////gf/8AAAD//wf////gf/8AAAD//4f////gf/8A
AAD//8f////gf/8AAAD////////gf/8AAAD////////gf/8AAAD////////gf/8AAAD////////gf/8A
AAD////////gf/8AAAD///////////8AAAD///////////8AAAD///////////8AAAD///////////8A
AAD///////////8AAAD///////////8AAAD//w////////8AAAD//gf///////8AAAD//gf///////8A
AAD//gf///////8AAAD//gf///////8AAAD//gf////j//8AAAD//gf////h//8AAAD//gf////g//8A
AAD//gf////gf/8AAAD//gf////gP/8AAAD//gf////gH/8AAAD//gf////gD/8AAAD//gAAAAAAB/8A
AAD//gAAAAAAA/8AAAD//gAAAAAAAf8AAAD//gAAAAAAAf8AAAD//gAAAAAAA/8AAAD//gAAAAAAB/8A
AAD////////gD/8AAAD////////gH/8AAAD////////gP/8AAAD////////gf/8AAAD////////g//8A
AAD////////h//8AAAD////////j//8AAAD///////////8AAAD///////////8AAAD///////////8A
AAD///////////8AAAD///////////8AAAD///////////8AAAD///////////8AAAD///////////8A
AAA=
</value>
</data>
<data name="$this.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
<value>2, 3, 2, 3</value>
<value>2, 4, 2, 4</value>
</data>
<data name="&gt;&gt;$this.Name" xml:space="preserve">
<value>FormDiff</value>

View File

@ -147,5 +147,10 @@
点击上方的AB两个按键分别选择MFD文件。
然后点击“比较”即可看到结果。
</value>
<comment>Previous text: 欢迎使用M1T内置的差异工具
说明:
点击上方的AB两个按键分别选择MFD文件。
然后点击“比较”即可看到结果。
</comment>
</data>
</root>

View File

@ -53,60 +53,61 @@
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.buttonSaveSectorEdit = new System.Windows.Forms.Button();
this.comboBox4 = new System.Windows.Forms.ComboBox();
this.comboBox3 = new System.Windows.Forms.ComboBox();
this.comboBox2 = new System.Windows.Forms.ComboBox();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.label9 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
this.flowLayoutPanel3 = new System.Windows.Forms.FlowLayoutPanel();
this.label6 = new System.Windows.Forms.Label();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.label7 = new System.Windows.Forms.Label();
this.comboBox2 = new System.Windows.Forms.ComboBox();
this.label8 = new System.Windows.Forms.Label();
this.comboBox3 = new System.Windows.Forms.ComboBox();
this.label9 = new System.Windows.Forms.Label();
this.comboBox4 = new System.Windows.Forms.ComboBox();
this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
this.label4 = new System.Windows.Forms.Label();
this.keyAEdit = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.keyBEdit = new System.Windows.Forms.TextBox();
this.keyAEdit = new System.Windows.Forms.TextBox();
this.block2Edit = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.block1Edit = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.block0Edit = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
this.labelCurSec = new System.Windows.Forms.Label();
this.buttonSaveSectorEdit = new System.Windows.Forms.Button();
this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel();
this.label1 = new System.Windows.Forms.Label();
this.block0Edit = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.block1Edit = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.block2Edit = new System.Windows.Forms.TextBox();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.richTextBox1 = new System.Windows.Forms.RichTextBox();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel();
this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
this.flowLayoutPanel3 = new System.Windows.Forms.FlowLayoutPanel();
this.s50BindingSource = new System.Windows.Forms.BindingSource(this.components);
this.menuStrip1.SuspendLayout();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.groupBox2.SuspendLayout();
this.groupBox3.SuspendLayout();
this.tableLayoutPanel1.SuspendLayout();
this.tableLayoutPanel2.SuspendLayout();
this.flowLayoutPanel3.SuspendLayout();
this.tableLayoutPanel3.SuspendLayout();
this.flowLayoutPanel1.SuspendLayout();
this.flowLayoutPanel2.SuspendLayout();
this.tableLayoutPanel3.SuspendLayout();
this.flowLayoutPanel3.SuspendLayout();
this.groupBox3.SuspendLayout();
this.tableLayoutPanel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.s50BindingSource)).BeginInit();
this.SuspendLayout();
//
// menuStrip1
//
resources.ApplyResources(this.menuStrip1, "menuStrip1");
this.menuStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.ToolStripMenuItem,
this.ToolStripMenuItem});
resources.ApplyResources(this.menuStrip1, "menuStrip1");
this.menuStrip1.Name = "menuStrip1";
//
// 文件ToolStripMenuItem
//
resources.ApplyResources(this.ToolStripMenuItem, "文件ToolStripMenuItem");
this.ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.ToolStripMenuItem,
this.ToolStripMenuItem,
@ -115,45 +116,45 @@
this.toolStripSeparator1,
this.退ToolStripMenuItem});
this.ToolStripMenuItem.Name = "文件ToolStripMenuItem";
resources.ApplyResources(this.ToolStripMenuItem, "文件ToolStripMenuItem");
//
// 新建ToolStripMenuItem
//
this.ToolStripMenuItem.Name = "新建ToolStripMenuItem";
resources.ApplyResources(this.ToolStripMenuItem, "新建ToolStripMenuItem");
this.ToolStripMenuItem.Name = "新建ToolStripMenuItem";
this.ToolStripMenuItem.Click += new System.EventHandler(this.ToolStripMenuItem_Click);
//
// 打开ToolStripMenuItem
//
this.ToolStripMenuItem.Name = "打开ToolStripMenuItem";
resources.ApplyResources(this.ToolStripMenuItem, "打开ToolStripMenuItem");
this.ToolStripMenuItem.Name = "打开ToolStripMenuItem";
this.ToolStripMenuItem.Click += new System.EventHandler(this.ToolStripMenuItem_Click);
//
// 保存ToolStripMenuItem
//
this.ToolStripMenuItem.Name = "保存ToolStripMenuItem";
resources.ApplyResources(this.ToolStripMenuItem, "保存ToolStripMenuItem");
this.ToolStripMenuItem.Name = "保存ToolStripMenuItem";
this.ToolStripMenuItem.Click += new System.EventHandler(this.ToolStripMenuItem_Click);
//
// 另存为ToolStripMenuItem
//
this.ToolStripMenuItem.Name = "另存为ToolStripMenuItem";
resources.ApplyResources(this.ToolStripMenuItem, "另存为ToolStripMenuItem");
this.ToolStripMenuItem.Name = "另存为ToolStripMenuItem";
this.ToolStripMenuItem.Click += new System.EventHandler(this.ToolStripMenuItem_Click);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
resources.ApplyResources(this.toolStripSeparator1, "toolStripSeparator1");
this.toolStripSeparator1.Name = "toolStripSeparator1";
//
// 退出ToolStripMenuItem
//
this.退ToolStripMenuItem.Name = "退出ToolStripMenuItem";
resources.ApplyResources(this.退ToolStripMenuItem, "退出ToolStripMenuItem");
this.退ToolStripMenuItem.Name = "退出ToolStripMenuItem";
this.退ToolStripMenuItem.Click += new System.EventHandler(this.退ToolStripMenuItem_Click);
//
// 工具ToolStripMenuItem
//
resources.ApplyResources(this.ToolStripMenuItem, "工具ToolStripMenuItem");
this.ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.UIDToolStripMenuItem,
this.toolStripSeparator2,
@ -166,84 +167,89 @@
this.toolStripSeparator4,
this.ToolStripMenuItem});
this.ToolStripMenuItem.Name = "工具ToolStripMenuItem";
resources.ApplyResources(this.ToolStripMenuItem, "工具ToolStripMenuItem");
//
// 修改UIDToolStripMenuItem
//
this.UIDToolStripMenuItem.Name = "修改UIDToolStripMenuItem";
resources.ApplyResources(this.UIDToolStripMenuItem, "修改UIDToolStripMenuItem");
this.UIDToolStripMenuItem.Name = "修改UIDToolStripMenuItem";
this.UIDToolStripMenuItem.Click += new System.EventHandler(this.UIDToolStripMenuItem_Click);
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
resources.ApplyResources(this.toolStripSeparator2, "toolStripSeparator2");
this.toolStripSeparator2.Name = "toolStripSeparator2";
//
// 检查全卡ToolStripMenuItem
//
this.ToolStripMenuItem.Name = "检查全卡ToolStripMenuItem";
resources.ApplyResources(this.ToolStripMenuItem, "检查全卡ToolStripMenuItem");
this.ToolStripMenuItem.Name = "检查全卡ToolStripMenuItem";
this.ToolStripMenuItem.Click += new System.EventHandler(this.ToolStripMenuItem_Click);
//
// 检查并纠正全卡ToolStripMenuItem
//
this.ToolStripMenuItem.Name = "检查并纠正全卡ToolStripMenuItem";
resources.ApplyResources(this.ToolStripMenuItem, "检查并纠正全卡ToolStripMenuItem");
this.ToolStripMenuItem.Name = "检查并纠正全卡ToolStripMenuItem";
this.ToolStripMenuItem.Click += new System.EventHandler(this.ToolStripMenuItem_Click);
//
// toolStripSeparator3
//
this.toolStripSeparator3.Name = "toolStripSeparator3";
resources.ApplyResources(this.toolStripSeparator3, "toolStripSeparator3");
this.toolStripSeparator3.Name = "toolStripSeparator3";
//
// 导入MCT格式ToolStripMenuItem
//
this.MCT格式ToolStripMenuItem.Name = "导入MCT格式ToolStripMenuItem";
resources.ApplyResources(this.MCT格式ToolStripMenuItem, "导入MCT格式ToolStripMenuItem");
this.MCT格式ToolStripMenuItem.Name = "导入MCT格式ToolStripMenuItem";
this.MCT格式ToolStripMenuItem.Click += new System.EventHandler(this.MCT格式ToolStripMenuItem_Click);
//
// 导出为MCT格式ToolStripMenuItem
//
this.MCT格式ToolStripMenuItem.Name = "导出为MCT格式ToolStripMenuItem";
resources.ApplyResources(this.MCT格式ToolStripMenuItem, "导出为MCT格式ToolStripMenuItem");
this.MCT格式ToolStripMenuItem.Name = "导出为MCT格式ToolStripMenuItem";
this.MCT格式ToolStripMenuItem.Click += new System.EventHandler(this.MCT格式ToolStripMenuItem_Click);
//
// 导出密钥字典ToolStripMenuItem
//
this.ToolStripMenuItem.Name = "导出密钥字典ToolStripMenuItem";
resources.ApplyResources(this.ToolStripMenuItem, "导出密钥字典ToolStripMenuItem");
this.ToolStripMenuItem.Name = "导出密钥字典ToolStripMenuItem";
this.ToolStripMenuItem.Click += new System.EventHandler(this.ToolStripMenuItem_Click);
//
// toolStripSeparator4
//
this.toolStripSeparator4.Name = "toolStripSeparator4";
resources.ApplyResources(this.toolStripSeparator4, "toolStripSeparator4");
this.toolStripSeparator4.Name = "toolStripSeparator4";
//
// 列出全卡密钥ToolStripMenuItem
//
this.ToolStripMenuItem.Name = "列出全卡密钥ToolStripMenuItem";
resources.ApplyResources(this.ToolStripMenuItem, "列出全卡密钥ToolStripMenuItem");
this.ToolStripMenuItem.Name = "列出全卡密钥ToolStripMenuItem";
this.ToolStripMenuItem.Click += new System.EventHandler(this.ToolStripMenuItem_Click);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.dataGridView1);
resources.ApplyResources(this.groupBox1, "groupBox1");
this.groupBox1.BackColor = System.Drawing.Color.DodgerBlue;
this.groupBox1.Controls.Add(this.dataGridView1);
this.groupBox1.ForeColor = System.Drawing.Color.White;
this.groupBox1.Name = "groupBox1";
this.groupBox1.TabStop = false;
//
// dataGridView1
//
resources.ApplyResources(this.dataGridView1, "dataGridView1");
this.dataGridView1.AllowUserToAddRows = false;
this.dataGridView1.AllowUserToDeleteRows = false;
this.dataGridView1.AllowUserToResizeColumns = false;
this.dataGridView1.AllowUserToResizeRows = false;
this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.DisplayedCells;
this.dataGridView1.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
this.dataGridView1.BackgroundColor = System.Drawing.Color.AliceBlue;
this.dataGridView1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.Column1});
resources.ApplyResources(this.dataGridView1, "dataGridView1");
this.dataGridView1.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
this.dataGridView1.GridColor = System.Drawing.Color.SkyBlue;
this.dataGridView1.MultiSelect = false;
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.ReadOnly = true;
@ -262,226 +268,23 @@
// groupBox2
//
resources.ApplyResources(this.groupBox2, "groupBox2");
this.groupBox2.BackColor = System.Drawing.Color.DodgerBlue;
this.groupBox2.Controls.Add(this.tableLayoutPanel2);
this.groupBox2.ForeColor = System.Drawing.Color.White;
this.groupBox2.Name = "groupBox2";
this.groupBox2.TabStop = false;
//
// buttonSaveSectorEdit
//
resources.ApplyResources(this.buttonSaveSectorEdit, "buttonSaveSectorEdit");
this.buttonSaveSectorEdit.Name = "buttonSaveSectorEdit";
this.buttonSaveSectorEdit.UseVisualStyleBackColor = true;
this.buttonSaveSectorEdit.Click += new System.EventHandler(this.buttonSaveSectorEdit_Click);
//
// comboBox4
//
this.comboBox4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox4.DropDownWidth = 400;
this.comboBox4.FormattingEnabled = true;
this.comboBox4.Items.AddRange(new object[] {
resources.GetString("comboBox4.Items"),
resources.GetString("comboBox4.Items1"),
resources.GetString("comboBox4.Items2"),
resources.GetString("comboBox4.Items3"),
resources.GetString("comboBox4.Items4"),
resources.GetString("comboBox4.Items5"),
resources.GetString("comboBox4.Items6"),
resources.GetString("comboBox4.Items7")});
resources.ApplyResources(this.comboBox4, "comboBox4");
this.comboBox4.Name = "comboBox4";
this.comboBox4.Validating += new System.ComponentModel.CancelEventHandler(this.comboBox1_Validating);
//
// comboBox3
//
this.comboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox3.FormattingEnabled = true;
this.comboBox3.Items.AddRange(new object[] {
resources.GetString("comboBox3.Items"),
resources.GetString("comboBox3.Items1"),
resources.GetString("comboBox3.Items2"),
resources.GetString("comboBox3.Items3"),
resources.GetString("comboBox3.Items4"),
resources.GetString("comboBox3.Items5"),
resources.GetString("comboBox3.Items6"),
resources.GetString("comboBox3.Items7")});
resources.ApplyResources(this.comboBox3, "comboBox3");
this.comboBox3.Name = "comboBox3";
this.comboBox3.Validating += new System.ComponentModel.CancelEventHandler(this.comboBox1_Validating);
//
// comboBox2
//
this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox2.FormattingEnabled = true;
this.comboBox2.Items.AddRange(new object[] {
resources.GetString("comboBox2.Items"),
resources.GetString("comboBox2.Items1"),
resources.GetString("comboBox2.Items2"),
resources.GetString("comboBox2.Items3"),
resources.GetString("comboBox2.Items4"),
resources.GetString("comboBox2.Items5"),
resources.GetString("comboBox2.Items6"),
resources.GetString("comboBox2.Items7")});
resources.ApplyResources(this.comboBox2, "comboBox2");
this.comboBox2.Name = "comboBox2";
this.comboBox2.Validating += new System.ComponentModel.CancelEventHandler(this.comboBox1_Validating);
//
// comboBox1
//
this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Items.AddRange(new object[] {
resources.GetString("comboBox1.Items"),
resources.GetString("comboBox1.Items1"),
resources.GetString("comboBox1.Items2"),
resources.GetString("comboBox1.Items3"),
resources.GetString("comboBox1.Items4"),
resources.GetString("comboBox1.Items5"),
resources.GetString("comboBox1.Items6"),
resources.GetString("comboBox1.Items7")});
resources.ApplyResources(this.comboBox1, "comboBox1");
this.comboBox1.Name = "comboBox1";
this.comboBox1.Validating += new System.ComponentModel.CancelEventHandler(this.comboBox1_Validating);
//
// label9
//
resources.ApplyResources(this.label9, "label9");
this.label9.Name = "label9";
//
// label8
//
resources.ApplyResources(this.label8, "label8");
this.label8.Name = "label8";
//
// label7
//
resources.ApplyResources(this.label7, "label7");
this.label7.Name = "label7";
//
// label6
//
resources.ApplyResources(this.label6, "label6");
this.label6.Name = "label6";
//
// label5
//
resources.ApplyResources(this.label5, "label5");
this.label5.Name = "label5";
//
// keyBEdit
//
resources.ApplyResources(this.keyBEdit, "keyBEdit");
this.keyBEdit.Name = "keyBEdit";
this.keyBEdit.Validating += new System.ComponentModel.CancelEventHandler(this.keyAEdit_Validating);
//
// keyAEdit
//
resources.ApplyResources(this.keyAEdit, "keyAEdit");
this.keyAEdit.Name = "keyAEdit";
this.keyAEdit.TextChanged += new System.EventHandler(this.keyAEdit_TextChanged);
this.keyAEdit.Validating += new System.ComponentModel.CancelEventHandler(this.keyAEdit_Validating);
//
// block2Edit
//
resources.ApplyResources(this.block2Edit, "block2Edit");
this.block2Edit.Name = "block2Edit";
this.block2Edit.Validating += new System.ComponentModel.CancelEventHandler(this.block0Edit_Validating);
//
// label4
//
resources.ApplyResources(this.label4, "label4");
this.label4.Name = "label4";
//
// label3
//
resources.ApplyResources(this.label3, "label3");
this.label3.Name = "label3";
//
// block1Edit
//
resources.ApplyResources(this.block1Edit, "block1Edit");
this.block1Edit.Name = "block1Edit";
this.block1Edit.Validating += new System.ComponentModel.CancelEventHandler(this.block0Edit_Validating);
//
// label2
//
resources.ApplyResources(this.label2, "label2");
this.label2.Name = "label2";
//
// block0Edit
//
resources.ApplyResources(this.block0Edit, "block0Edit");
this.block0Edit.Name = "block0Edit";
this.block0Edit.Validating += new System.ComponentModel.CancelEventHandler(this.block0Edit_Validating);
//
// label1
//
resources.ApplyResources(this.label1, "label1");
this.label1.Name = "label1";
//
// labelCurSec
//
resources.ApplyResources(this.labelCurSec, "labelCurSec");
this.labelCurSec.Name = "labelCurSec";
//
// groupBox3
//
resources.ApplyResources(this.groupBox3, "groupBox3");
this.groupBox3.Controls.Add(this.richTextBox1);
this.groupBox3.Name = "groupBox3";
this.groupBox3.TabStop = false;
//
// richTextBox1
//
this.richTextBox1.BackColor = System.Drawing.Color.Black;
this.richTextBox1.ForeColor = System.Drawing.Color.Cyan;
resources.ApplyResources(this.richTextBox1, "richTextBox1");
this.richTextBox1.Name = "richTextBox1";
this.richTextBox1.ReadOnly = true;
//
// tableLayoutPanel1
//
resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1");
this.tableLayoutPanel1.Controls.Add(this.groupBox1, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.groupBox3, 2, 0);
this.tableLayoutPanel1.Controls.Add(this.groupBox2, 1, 0);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
//
// tableLayoutPanel2
//
resources.ApplyResources(this.tableLayoutPanel2, "tableLayoutPanel2");
this.tableLayoutPanel2.BackColor = System.Drawing.Color.White;
this.tableLayoutPanel2.Controls.Add(this.flowLayoutPanel3, 0, 3);
this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel3, 0, 2);
this.tableLayoutPanel2.Controls.Add(this.flowLayoutPanel1, 0, 0);
this.tableLayoutPanel2.Controls.Add(this.flowLayoutPanel2, 0, 1);
this.tableLayoutPanel2.ForeColor = System.Drawing.Color.Black;
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
//
// flowLayoutPanel1
//
resources.ApplyResources(this.flowLayoutPanel1, "flowLayoutPanel1");
this.flowLayoutPanel1.Controls.Add(this.labelCurSec);
this.flowLayoutPanel1.Controls.Add(this.buttonSaveSectorEdit);
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
//
// flowLayoutPanel2
//
resources.ApplyResources(this.flowLayoutPanel2, "flowLayoutPanel2");
this.flowLayoutPanel2.Controls.Add(this.label1);
this.flowLayoutPanel2.Controls.Add(this.block0Edit);
this.flowLayoutPanel2.Controls.Add(this.label2);
this.flowLayoutPanel2.Controls.Add(this.block1Edit);
this.flowLayoutPanel2.Controls.Add(this.label3);
this.flowLayoutPanel2.Controls.Add(this.block2Edit);
this.flowLayoutPanel2.Name = "flowLayoutPanel2";
//
// tableLayoutPanel3
//
resources.ApplyResources(this.tableLayoutPanel3, "tableLayoutPanel3");
this.tableLayoutPanel3.Controls.Add(this.label4, 0, 0);
this.tableLayoutPanel3.Controls.Add(this.keyAEdit, 0, 1);
this.tableLayoutPanel3.Controls.Add(this.label5, 1, 0);
this.tableLayoutPanel3.Controls.Add(this.keyBEdit, 1, 1);
this.tableLayoutPanel3.Name = "tableLayoutPanel3";
//
// flowLayoutPanel3
//
resources.ApplyResources(this.flowLayoutPanel3, "flowLayoutPanel3");
@ -495,6 +298,223 @@
this.flowLayoutPanel3.Controls.Add(this.comboBox4);
this.flowLayoutPanel3.Name = "flowLayoutPanel3";
//
// label6
//
resources.ApplyResources(this.label6, "label6");
this.label6.Name = "label6";
//
// comboBox1
//
resources.ApplyResources(this.comboBox1, "comboBox1");
this.comboBox1.BackColor = System.Drawing.Color.AliceBlue;
this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Items.AddRange(new object[] {
resources.GetString("comboBox1.Items"),
resources.GetString("comboBox1.Items1"),
resources.GetString("comboBox1.Items2"),
resources.GetString("comboBox1.Items3"),
resources.GetString("comboBox1.Items4"),
resources.GetString("comboBox1.Items5"),
resources.GetString("comboBox1.Items6"),
resources.GetString("comboBox1.Items7")});
this.comboBox1.Name = "comboBox1";
this.comboBox1.Validating += new System.ComponentModel.CancelEventHandler(this.comboBox1_Validating);
//
// label7
//
resources.ApplyResources(this.label7, "label7");
this.label7.Name = "label7";
//
// comboBox2
//
resources.ApplyResources(this.comboBox2, "comboBox2");
this.comboBox2.BackColor = System.Drawing.Color.AliceBlue;
this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox2.FormattingEnabled = true;
this.comboBox2.Items.AddRange(new object[] {
resources.GetString("comboBox2.Items"),
resources.GetString("comboBox2.Items1"),
resources.GetString("comboBox2.Items2"),
resources.GetString("comboBox2.Items3"),
resources.GetString("comboBox2.Items4"),
resources.GetString("comboBox2.Items5"),
resources.GetString("comboBox2.Items6"),
resources.GetString("comboBox2.Items7")});
this.comboBox2.Name = "comboBox2";
this.comboBox2.Validating += new System.ComponentModel.CancelEventHandler(this.comboBox1_Validating);
//
// label8
//
resources.ApplyResources(this.label8, "label8");
this.label8.Name = "label8";
//
// comboBox3
//
resources.ApplyResources(this.comboBox3, "comboBox3");
this.comboBox3.BackColor = System.Drawing.Color.AliceBlue;
this.comboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox3.FormattingEnabled = true;
this.comboBox3.Items.AddRange(new object[] {
resources.GetString("comboBox3.Items"),
resources.GetString("comboBox3.Items1"),
resources.GetString("comboBox3.Items2"),
resources.GetString("comboBox3.Items3"),
resources.GetString("comboBox3.Items4"),
resources.GetString("comboBox3.Items5"),
resources.GetString("comboBox3.Items6"),
resources.GetString("comboBox3.Items7")});
this.comboBox3.Name = "comboBox3";
this.comboBox3.Validating += new System.ComponentModel.CancelEventHandler(this.comboBox1_Validating);
//
// label9
//
resources.ApplyResources(this.label9, "label9");
this.label9.Name = "label9";
//
// comboBox4
//
resources.ApplyResources(this.comboBox4, "comboBox4");
this.comboBox4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox4.DropDownWidth = 400;
this.comboBox4.FormattingEnabled = true;
this.comboBox4.Items.AddRange(new object[] {
resources.GetString("comboBox4.Items"),
resources.GetString("comboBox4.Items1"),
resources.GetString("comboBox4.Items2"),
resources.GetString("comboBox4.Items3"),
resources.GetString("comboBox4.Items4"),
resources.GetString("comboBox4.Items5"),
resources.GetString("comboBox4.Items6"),
resources.GetString("comboBox4.Items7")});
this.comboBox4.Name = "comboBox4";
this.comboBox4.Validating += new System.ComponentModel.CancelEventHandler(this.comboBox1_Validating);
//
// tableLayoutPanel3
//
resources.ApplyResources(this.tableLayoutPanel3, "tableLayoutPanel3");
this.tableLayoutPanel3.Controls.Add(this.label4, 0, 0);
this.tableLayoutPanel3.Controls.Add(this.keyAEdit, 0, 1);
this.tableLayoutPanel3.Controls.Add(this.label5, 1, 0);
this.tableLayoutPanel3.Controls.Add(this.keyBEdit, 1, 1);
this.tableLayoutPanel3.Name = "tableLayoutPanel3";
//
// label4
//
resources.ApplyResources(this.label4, "label4");
this.label4.Name = "label4";
//
// keyAEdit
//
resources.ApplyResources(this.keyAEdit, "keyAEdit");
this.keyAEdit.Name = "keyAEdit";
this.keyAEdit.TextChanged += new System.EventHandler(this.keyAEdit_TextChanged);
this.keyAEdit.Validating += new System.ComponentModel.CancelEventHandler(this.keyAEdit_Validating);
//
// label5
//
resources.ApplyResources(this.label5, "label5");
this.label5.Name = "label5";
//
// keyBEdit
//
resources.ApplyResources(this.keyBEdit, "keyBEdit");
this.keyBEdit.Name = "keyBEdit";
this.keyBEdit.Validating += new System.ComponentModel.CancelEventHandler(this.keyAEdit_Validating);
//
// flowLayoutPanel1
//
resources.ApplyResources(this.flowLayoutPanel1, "flowLayoutPanel1");
this.flowLayoutPanel1.Controls.Add(this.labelCurSec);
this.flowLayoutPanel1.Controls.Add(this.buttonSaveSectorEdit);
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
//
// labelCurSec
//
resources.ApplyResources(this.labelCurSec, "labelCurSec");
this.labelCurSec.Name = "labelCurSec";
//
// buttonSaveSectorEdit
//
resources.ApplyResources(this.buttonSaveSectorEdit, "buttonSaveSectorEdit");
this.buttonSaveSectorEdit.BackColor = System.Drawing.Color.DodgerBlue;
this.buttonSaveSectorEdit.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue;
this.buttonSaveSectorEdit.ForeColor = System.Drawing.Color.White;
this.buttonSaveSectorEdit.Name = "buttonSaveSectorEdit";
this.buttonSaveSectorEdit.UseVisualStyleBackColor = false;
this.buttonSaveSectorEdit.Click += new System.EventHandler(this.buttonSaveSectorEdit_Click);
//
// flowLayoutPanel2
//
resources.ApplyResources(this.flowLayoutPanel2, "flowLayoutPanel2");
this.flowLayoutPanel2.Controls.Add(this.label1);
this.flowLayoutPanel2.Controls.Add(this.block0Edit);
this.flowLayoutPanel2.Controls.Add(this.label2);
this.flowLayoutPanel2.Controls.Add(this.block1Edit);
this.flowLayoutPanel2.Controls.Add(this.label3);
this.flowLayoutPanel2.Controls.Add(this.block2Edit);
this.flowLayoutPanel2.Name = "flowLayoutPanel2";
//
// label1
//
resources.ApplyResources(this.label1, "label1");
this.label1.Name = "label1";
//
// block0Edit
//
resources.ApplyResources(this.block0Edit, "block0Edit");
this.block0Edit.Name = "block0Edit";
this.block0Edit.Validating += new System.ComponentModel.CancelEventHandler(this.block0Edit_Validating);
//
// label2
//
resources.ApplyResources(this.label2, "label2");
this.label2.Name = "label2";
//
// block1Edit
//
resources.ApplyResources(this.block1Edit, "block1Edit");
this.block1Edit.Name = "block1Edit";
this.block1Edit.Validating += new System.ComponentModel.CancelEventHandler(this.block0Edit_Validating);
//
// label3
//
resources.ApplyResources(this.label3, "label3");
this.label3.Name = "label3";
//
// block2Edit
//
resources.ApplyResources(this.block2Edit, "block2Edit");
this.block2Edit.Name = "block2Edit";
this.block2Edit.Validating += new System.ComponentModel.CancelEventHandler(this.block0Edit_Validating);
//
// groupBox3
//
resources.ApplyResources(this.groupBox3, "groupBox3");
this.groupBox3.BackColor = System.Drawing.Color.DodgerBlue;
this.groupBox3.Controls.Add(this.richTextBox1);
this.groupBox3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.groupBox3.ForeColor = System.Drawing.Color.White;
this.groupBox3.Name = "groupBox3";
this.groupBox3.TabStop = false;
//
// richTextBox1
//
resources.ApplyResources(this.richTextBox1, "richTextBox1");
this.richTextBox1.BackColor = System.Drawing.Color.AliceBlue;
this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.richTextBox1.ForeColor = System.Drawing.Color.Black;
this.richTextBox1.Name = "richTextBox1";
this.richTextBox1.ReadOnly = true;
//
// tableLayoutPanel1
//
resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1");
this.tableLayoutPanel1.Controls.Add(this.groupBox1, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.groupBox3, 2, 0);
this.tableLayoutPanel1.Controls.Add(this.groupBox2, 1, 0);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
//
// s50BindingSource
//
this.s50BindingSource.DataSource = typeof(MifareOneTool.S50);
@ -504,6 +524,7 @@
this.AcceptButton = this.buttonSaveSectorEdit;
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.Controls.Add(this.tableLayoutPanel1);
this.Controls.Add(this.menuStrip1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
@ -517,19 +538,19 @@
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox3.ResumeLayout(false);
this.tableLayoutPanel1.ResumeLayout(false);
this.tableLayoutPanel1.PerformLayout();
this.tableLayoutPanel2.ResumeLayout(false);
this.tableLayoutPanel2.PerformLayout();
this.flowLayoutPanel3.ResumeLayout(false);
this.flowLayoutPanel3.PerformLayout();
this.tableLayoutPanel3.ResumeLayout(false);
this.tableLayoutPanel3.PerformLayout();
this.flowLayoutPanel1.ResumeLayout(false);
this.flowLayoutPanel1.PerformLayout();
this.flowLayoutPanel2.ResumeLayout(false);
this.flowLayoutPanel2.PerformLayout();
this.tableLayoutPanel3.ResumeLayout(false);
this.tableLayoutPanel3.PerformLayout();
this.flowLayoutPanel3.ResumeLayout(false);
this.flowLayoutPanel3.PerformLayout();
this.groupBox3.ResumeLayout(false);
this.tableLayoutPanel1.ResumeLayout(false);
this.tableLayoutPanel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.s50BindingSource)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();

File diff suppressed because it is too large Load Diff

View File

@ -125,99 +125,131 @@
</data>
<data name="comboBox1.Items" xml:space="preserve">
<value>KeyAB читать, писать, увеличивать и уменьшать</value>
<comment>Previous text: KeyAB读写及增减值</comment>
</data>
<data name="comboBox1.Items1" xml:space="preserve">
<value>[только для чтения] KeyAB для чтения и амортизации / недоступен для записи и добавляет ценность</value>
<comment>Previous text: [只读]KeyAB读及减值/不可写及增值</comment>
</data>
<data name="comboBox1.Items2" xml:space="preserve">
<value>[только для чтения] KeyAB для чтения / записи, а также для увеличения или уменьшения</value>
<comment>Previous text: [只读]KeyAB读/不可写及增减值</comment>
</data>
<data name="comboBox1.Items3" xml:space="preserve">
<value>KeyB чтение / запись / не сложение и вычитание</value>
<comment>Previous text: KeyB读写/不可增减值</comment>
</data>
<data name="comboBox1.Items4" xml:space="preserve">
<value>KeyAB чтение / KeyB запись / без увеличения или уменьшения</value>
<comment>Previous text: KeyAB读/KeyB写/不可增减值</comment>
</data>
<data name="comboBox1.Items5" xml:space="preserve">
<value>[Только для чтения] KeyB для чтения / не для записи и увеличения или уменьшения</value>
<comment>Previous text: [只读]KeyB读/不可写及增减值</comment>
</data>
<data name="comboBox1.Items6" xml:space="preserve">
<value>KeyAB чтение и ухудшение / KeyB написание и добавленная стоимость</value>
<comment>Previous text: KeyAB读及减值/KeyB写及增值</comment>
</data>
<data name="comboBox1.Items7" xml:space="preserve">
<value>[только для чтения] заблокировать сектор</value>
<comment>Previous text: [只读]锁死该扇区</comment>
</data>
<data name="comboBox2.Items" xml:space="preserve">
<value>KeyAB читать, писать, увеличивать и уменьшать</value>
<comment>Previous text: KeyAB读写及增减值</comment>
</data>
<data name="comboBox2.Items1" xml:space="preserve">
<value>[только для чтения] KeyAB для чтения и амортизации / недоступен для записи и добавляет ценность</value>
<comment>Previous text: [只读]KeyAB读及减值/不可写及增值</comment>
</data>
<data name="comboBox2.Items2" xml:space="preserve">
<value>[только для чтения] KeyAB для чтения / записи, а также для увеличения или уменьшения</value>
<comment>Previous text: [只读]KeyAB读/不可写及增减值</comment>
</data>
<data name="comboBox2.Items3" xml:space="preserve">
<value>KeyB чтение / запись / не сложение и вычитание</value>
<comment>Previous text: KeyB读写/不可增减值</comment>
</data>
<data name="comboBox2.Items4" xml:space="preserve">
<value>KeyAB чтение / KeyB запись / без увеличения или уменьшения</value>
<comment>Previous text: KeyAB读/KeyB写/不可增减值</comment>
</data>
<data name="comboBox2.Items5" xml:space="preserve">
<value>[Только для чтения] KeyB для чтения / не для записи и увеличения или уменьшения</value>
<comment>Previous text: [只读]KeyB读/不可写及增减值</comment>
</data>
<data name="comboBox2.Items6" xml:space="preserve">
<value>KeyAB чтение и ухудшение / KeyB написание и добавленная стоимость</value>
<comment>Previous text: KeyAB读及减值/KeyB写及增值</comment>
</data>
<data name="comboBox2.Items7" xml:space="preserve">
<value>[только для чтения] заблокировать сектор</value>
<comment>Previous text: [只读]锁死该扇区</comment>
</data>
<data name="comboBox3.Items" xml:space="preserve">
<value>KeyAB читать, писать, увеличивать и уменьшать</value>
<comment>Previous text: KeyAB读写及增减值</comment>
</data>
<data name="comboBox3.Items1" xml:space="preserve">
<value>[только для чтения] KeyAB для чтения и амортизации / недоступен для записи и добавляет ценность</value>
<comment>Previous text: [只读]KeyAB读及减值/不可写及增值</comment>
</data>
<data name="comboBox3.Items2" xml:space="preserve">
<value>[только для чтения] KeyAB для чтения / записи, а также для увеличения или уменьшения</value>
<comment>Previous text: [只读]KeyAB读/不可写及增减值</comment>
</data>
<data name="comboBox3.Items3" xml:space="preserve">
<value>KeyB чтение / запись / не сложение и вычитание</value>
<comment>Previous text: KeyB读写/不可增减值</comment>
</data>
<data name="comboBox3.Items4" xml:space="preserve">
<value>KeyAB чтение / KeyB запись / без увеличения или уменьшения</value>
<comment>Previous text: KeyAB读/KeyB写/不可增减值</comment>
</data>
<data name="comboBox3.Items5" xml:space="preserve">
<value>[Только для чтения] KeyB для чтения / не для записи и увеличения или уменьшения</value>
<comment>Previous text: [只读]KeyB读/不可写及增减值</comment>
</data>
<data name="comboBox3.Items6" xml:space="preserve">
<value>KeyAB чтение и ухудшение / KeyB написание и добавленная стоимость</value>
<comment>Previous text: KeyAB读及减值/KeyB写及增值</comment>
</data>
<data name="comboBox3.Items7" xml:space="preserve">
<value>[только для чтения] заблокировать сектор</value>
<comment>Previous text: [只读]锁死该扇区</comment>
</data>
<data name="comboBox4.Items" xml:space="preserve">
<value>[Необратимый] KeyA: запись / AC: только чтение / KeyB: чтение и запись</value>
<comment>Previous text: [不可逆]KeyA:A写/AC:A只读/KeyB:A读写</comment>
</data>
<data name="comboBox4.Items1" xml:space="preserve">
<value>KeyA: запись / AC: чтение / запись / KeyB: чтение и запись</value>
<comment>Previous text: KeyA:A写/AC:A读写/KeyB:A读写</comment>
</data>
<data name="comboBox4.Items2" xml:space="preserve">
<value>[Необратимый] KeyA: невозможно чтение / запись / AC: только для чтения / KeyB: чтение</value>
<comment>Previous text: [不可逆]KeyA:不能读写/AC:A只读/KeyB:A读</comment>
</data>
<data name="comboBox4.Items3" xml:space="preserve">
<value>KeyA: B запись / AC: A только для чтения B чтение / запись / KeyB: B запись</value>
<comment>Previous text: KeyA:B写/AC:A只读B读写/KeyB:B写</comment>
</data>
<data name="comboBox4.Items4" xml:space="preserve">
<value>[необратимый] KeyA: запись B / AC: только чтение AB / KeyB: запись B</value>
<comment>Previous text: [不可逆]KeyA:B写/AC:AB只读/KeyB:B写</comment>
</data>
<data name="comboBox4.Items5" xml:space="preserve">
<value>KeyA: невозможно чтение / запись / AC: A только для чтения B чтение / запись / KeyB: невозможно чтение или запись</value>
<comment>Previous text: KeyA:不能读写/AC:A只读B读写/KeyB:不能读写</comment>
</data>
<data name="comboBox4.Items6" xml:space="preserve">
<value>[Необратимый] KeyA: невозможно чтение / запись / AC: AB только для чтения / KeyB: невозможно чтение или запись</value>
<comment>Previous text: [不可逆]KeyA:不能读写/AC:AB只读/KeyB:不能读写</comment>
</data>
<data name="comboBox4.Items7" xml:space="preserve">
<value>[Необратимый] KeyA: невозможно чтение / запись / AC: AB только для чтения / KeyB: невозможно чтение или запись (повторяется?)</value>
<comment>Previous text: [不可逆]KeyA:不能读写/AC:AB只读/KeyB:不能读写(重复了?)</comment>
</data>
<data name="$this.Text" xml:space="preserve">
<value>Редактор дампа (бета)</value>
@ -263,14 +295,19 @@
</data>
<data name="richTextBox1.Lines[0]" xml:space="preserve">
<value>Добро пожаловать в интегрированный редактор M1T S50HTool!</value>
<comment>Previous text: 欢迎使用M1T的集成编辑器S50HTool</comment>
</data>
<data name="richTextBox1.Lines[1]" xml:space="preserve">
<value>Откройте файл, пожалуйста, нажмите на файл в верхнем левом углу - открыть или Ctrl + O</value>
<comment>Previous text: 打开文件请点左上角文件-打开或Ctrl+O</comment>
</data>
<data name="richTextBox1.Text" xml:space="preserve">
<value>Добро пожаловать в интегрированный редактор дампа!
Чтобы открыть файл, пожалуйста, нажмите на Файл в верхнем левом углу - Открыть или Ctrl + O
Вы можете обновить данные вашей карты.</value>
<comment>Previous text: 欢迎使用M1T的集成编辑器S50HTool
打开文件请点左上角文件-打开或Ctrl+O
</comment>
</data>
<data name="保存ToolStripMenuItem.Text" xml:space="preserve">
<value>Сохранить</value>
@ -314,4 +351,105 @@
<data name="退出ToolStripMenuItem.Text" xml:space="preserve">
<value>Выход</value>
</data>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="新建ToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
<value>226, 22</value>
</data>
<data name="打开ToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
<value>226, 22</value>
</data>
<data name="保存ToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
<value>226, 22</value>
</data>
<data name="另存为ToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
<value>226, 22</value>
</data>
<data name="toolStripSeparator1.Size" type="System.Drawing.Size, System.Drawing">
<value>223, 6</value>
</data>
<data name="退出ToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
<value>226, 22</value>
</data>
<data name="文件ToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
<value>48, 20</value>
</data>
<data name="修改UIDToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
<value>336, 22</value>
</data>
<data name="toolStripSeparator2.Size" type="System.Drawing.Size, System.Drawing">
<value>333, 6</value>
</data>
<data name="检查全卡ToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
<value>336, 22</value>
</data>
<data name="检查并纠正全卡ToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
<value>336, 22</value>
</data>
<data name="toolStripSeparator3.Size" type="System.Drawing.Size, System.Drawing">
<value>333, 6</value>
</data>
<data name="导入MCT格式ToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
<value>336, 22</value>
</data>
<data name="导出为MCT格式ToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
<value>336, 22</value>
</data>
<data name="导出密钥字典ToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
<value>336, 22</value>
</data>
<data name="toolStripSeparator4.Size" type="System.Drawing.Size, System.Drawing">
<value>333, 6</value>
</data>
<data name="列出全卡密钥ToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
<value>336, 22</value>
</data>
<data name="工具ToolStripMenuItem.Size" type="System.Drawing.Size, System.Drawing">
<value>95, 20</value>
</data>
<data name="label6.Size" type="System.Drawing.Size, System.Drawing">
<value>147, 15</value>
</data>
<data name="label7.Size" type="System.Drawing.Size, System.Drawing">
<value>145, 15</value>
</data>
<data name="label8.Size" type="System.Drawing.Size, System.Drawing">
<value>147, 15</value>
</data>
<data name="label9.Size" type="System.Drawing.Size, System.Drawing">
<value>154, 15</value>
</data>
<data name="label4.Size" type="System.Drawing.Size, System.Drawing">
<value>49, 15</value>
</data>
<data name="label5.Size" type="System.Drawing.Size, System.Drawing">
<value>48, 15</value>
</data>
<data name="labelCurSec.Size" type="System.Drawing.Size, System.Drawing">
<value>176, 15</value>
</data>
<data name="buttonSaveSectorEdit.Size" type="System.Drawing.Size, System.Drawing">
<value>152, 27</value>
</data>
<data name="label1.Size" type="System.Drawing.Size, System.Drawing">
<value>44, 15</value>
</data>
<data name="label2.Size" type="System.Drawing.Size, System.Drawing">
<value>42, 15</value>
</data>
<data name="label3.Size" type="System.Drawing.Size, System.Drawing">
<value>44, 15</value>
</data>
<data name="richTextBox1.Font" type="System.Drawing.Font, System.Drawing">
<value>Yu Gothic UI, 9.75pt</value>
</data>
<data name="richTextBox1.Size" type="System.Drawing.Size, System.Drawing">
<value>186, 372</value>
</data>
<data name="$this.ClientSize" type="System.Drawing.Size, System.Drawing">
<value>628, 432</value>
</data>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="$this.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
</root>

View File

@ -124,100 +124,132 @@
<value>扇区</value>
</data>
<data name="comboBox1.Items" xml:space="preserve">
<value>KeyAB读写及增减值</value>
<value>KeyAB читать, писать, увеличивать и уменьшать</value>
<comment>Previous text: KeyAB读写及增减值</comment>
</data>
<data name="comboBox1.Items1" xml:space="preserve">
<value>[只读]KeyAB读及减值/不可写及增值</value>
<value>[только для чтения] KeyAB для чтения и амортизации / недоступен для записи и добавляет ценность</value>
<comment>Previous text: [只读]KeyAB读及减值/不可写及增值</comment>
</data>
<data name="comboBox1.Items2" xml:space="preserve">
<value>[只读]KeyAB读/不可写及增减值</value>
<value>[только для чтения] KeyAB для чтения / записи, а также для увеличения или уменьшения</value>
<comment>Previous text: [只读]KeyAB读/不可写及增减值</comment>
</data>
<data name="comboBox1.Items3" xml:space="preserve">
<value>KeyB读写/不可增减值</value>
<value>KeyB чтение / запись / не сложение и вычитание</value>
<comment>Previous text: KeyB读写/不可增减值</comment>
</data>
<data name="comboBox1.Items4" xml:space="preserve">
<value>KeyAB读/KeyB写/不可增减值</value>
<value>KeyAB чтение / KeyB запись / без увеличения или уменьшения</value>
<comment>Previous text: KeyAB读/KeyB写/不可增减值</comment>
</data>
<data name="comboBox1.Items5" xml:space="preserve">
<value>[只读]KeyB读/不可写及增减值</value>
<value>[Только для чтения] KeyB для чтения / не для записи и увеличения или уменьшения</value>
<comment>Previous text: [只读]KeyB读/不可写及增减值</comment>
</data>
<data name="comboBox1.Items6" xml:space="preserve">
<value>KeyAB读及减值/KeyB写及增值</value>
<value>KeyAB чтение и ухудшение / KeyB написание и добавленная стоимость</value>
<comment>Previous text: KeyAB读及减值/KeyB写及增值</comment>
</data>
<data name="comboBox1.Items7" xml:space="preserve">
<value>[只读]锁死该扇区</value>
<value>[только для чтения] заблокировать сектор</value>
<comment>Previous text: [只读]锁死该扇区</comment>
</data>
<data name="comboBox2.Items" xml:space="preserve">
<value>KeyAB读写及增减值</value>
<value>KeyAB читать, писать, увеличивать и уменьшать</value>
<comment>Previous text: KeyAB读写及增减值</comment>
</data>
<data name="comboBox2.Items1" xml:space="preserve">
<value>[只读]KeyAB读及减值/不可写及增值</value>
<value>[только для чтения] KeyAB для чтения и амортизации / недоступен для записи и добавляет ценность</value>
<comment>Previous text: [只读]KeyAB读及减值/不可写及增值</comment>
</data>
<data name="comboBox2.Items2" xml:space="preserve">
<value>[只读]KeyAB读/不可写及增减值</value>
<value>[только для чтения] KeyAB для чтения / записи, а также для увеличения или уменьшения</value>
<comment>Previous text: [只读]KeyAB读/不可写及增减值</comment>
</data>
<data name="comboBox2.Items3" xml:space="preserve">
<value>KeyB读写/不可增减值</value>
<value>KeyB чтение / запись / не сложение и вычитание</value>
<comment>Previous text: KeyB读写/不可增减值</comment>
</data>
<data name="comboBox2.Items4" xml:space="preserve">
<value>KeyAB读/KeyB写/不可增减值</value>
<value>KeyAB чтение / KeyB запись / без увеличения или уменьшения</value>
<comment>Previous text: KeyAB读/KeyB写/不可增减值</comment>
</data>
<data name="comboBox2.Items5" xml:space="preserve">
<value>[只读]KeyB读/不可写及增减值</value>
<value>[Только для чтения] KeyB для чтения / не для записи и увеличения или уменьшения</value>
<comment>Previous text: [只读]KeyB读/不可写及增减值</comment>
</data>
<data name="comboBox2.Items6" xml:space="preserve">
<value>KeyAB读及减值/KeyB写及增值</value>
<value>KeyAB чтение и ухудшение / KeyB написание и добавленная стоимость</value>
<comment>Previous text: KeyAB读及减值/KeyB写及增值</comment>
</data>
<data name="comboBox2.Items7" xml:space="preserve">
<value>[只读]锁死该扇区</value>
<value>[только для чтения] заблокировать сектор</value>
<comment>Previous text: [只读]锁死该扇区</comment>
</data>
<data name="comboBox3.Items" xml:space="preserve">
<value>KeyAB读写及增减值</value>
<value>KeyAB читать, писать, увеличивать и уменьшать</value>
<comment>Previous text: KeyAB读写及增减值</comment>
</data>
<data name="comboBox3.Items1" xml:space="preserve">
<value>[只读]KeyAB读及减值/不可写及增值</value>
<value>[только для чтения] KeyAB для чтения и амортизации / недоступен для записи и добавляет ценность</value>
<comment>Previous text: [只读]KeyAB读及减值/不可写及增值</comment>
</data>
<data name="comboBox3.Items2" xml:space="preserve">
<value>[只读]KeyAB读/不可写及增减值</value>
<value>[только для чтения] KeyAB для чтения / записи, а также для увеличения или уменьшения</value>
<comment>Previous text: [只读]KeyAB读/不可写及增减值</comment>
</data>
<data name="comboBox3.Items3" xml:space="preserve">
<value>KeyB读写/不可增减值</value>
<value>KeyB чтение / запись / не сложение и вычитание</value>
<comment>Previous text: KeyB读写/不可增减值</comment>
</data>
<data name="comboBox3.Items4" xml:space="preserve">
<value>KeyAB读/KeyB写/不可增减值</value>
<value>KeyAB чтение / KeyB запись / без увеличения или уменьшения</value>
<comment>Previous text: KeyAB读/KeyB写/不可增减值</comment>
</data>
<data name="comboBox3.Items5" xml:space="preserve">
<value>[只读]KeyB读/不可写及增减值</value>
<value>[Только для чтения] KeyB для чтения / не для записи и увеличения или уменьшения</value>
<comment>Previous text: [只读]KeyB读/不可写及增减值</comment>
</data>
<data name="comboBox3.Items6" xml:space="preserve">
<value>KeyAB读及减值/KeyB写及增值</value>
<value>KeyAB чтение и ухудшение / KeyB написание и добавленная стоимость</value>
<comment>Previous text: KeyAB读及减值/KeyB写及增值</comment>
</data>
<data name="comboBox3.Items7" xml:space="preserve">
<value>[只读]锁死该扇区</value>
<value>[только для чтения] заблокировать сектор</value>
<comment>Previous text: [只读]锁死该扇区</comment>
</data>
<data name="comboBox4.Items" xml:space="preserve">
<value>[不可逆]KeyA:A写/AC:A只读/KeyB:A读写</value>
<value>[Необратимый] KeyA: запись / AC: только чтение / KeyB: чтение и запись</value>
<comment>Previous text: [不可逆]KeyA:A写/AC:A只读/KeyB:A读写</comment>
</data>
<data name="comboBox4.Items1" xml:space="preserve">
<value>KeyA:A写/AC:A读写/KeyB:A读写</value>
<value>KeyA: запись / AC: чтение / запись / KeyB: чтение и запись</value>
<comment>Previous text: KeyA:A写/AC:A读写/KeyB:A读写</comment>
</data>
<data name="comboBox4.Items2" xml:space="preserve">
<value>[不可逆]KeyA:不能读写/AC:A只读/KeyB:A读</value>
<value>[Необратимый] KeyA: невозможно чтение / запись / AC: только для чтения / KeyB: чтение</value>
<comment>Previous text: [不可逆]KeyA:不能读写/AC:A只读/KeyB:A读</comment>
</data>
<data name="comboBox4.Items3" xml:space="preserve">
<value>KeyA:B写/AC:A只读B读写/KeyB:B写</value>
<value>KeyA: B запись / AC: A только для чтения B чтение / запись / KeyB: B запись</value>
<comment>Previous text: KeyA:B写/AC:A只读B读写/KeyB:B写</comment>
</data>
<data name="comboBox4.Items4" xml:space="preserve">
<value>[不可逆]KeyA:B写/AC:AB只读/KeyB:B写</value>
<value>[необратимый] KeyA: запись B / AC: только чтение AB / KeyB: запись B</value>
<comment>Previous text: [不可逆]KeyA:B写/AC:AB只读/KeyB:B写</comment>
</data>
<data name="comboBox4.Items5" xml:space="preserve">
<value>KeyA:不能读写/AC:A只读B读写/KeyB:不能读写</value>
<value>KeyA: невозможно чтение / запись / AC: A только для чтения B чтение / запись / KeyB: невозможно чтение или запись</value>
<comment>Previous text: KeyA:不能读写/AC:A只读B读写/KeyB:不能读写</comment>
</data>
<data name="comboBox4.Items6" xml:space="preserve">
<value>[不可逆]KeyA:不能读写/AC:AB只读/KeyB:不能读写</value>
<value>[Необратимый] KeyA: невозможно чтение / запись / AC: AB только для чтения / KeyB: невозможно чтение или запись</value>
<comment>Previous text: [不可逆]KeyA:不能读写/AC:AB只读/KeyB:不能读写</comment>
</data>
<data name="comboBox4.Items7" xml:space="preserve">
<value>[不可逆]KeyA:不能读写/AC:AB只读/KeyB:不能读写(重复了?)</value>
<value>[Необратимый] KeyA: невозможно чтение / запись / AC: AB только для чтения / KeyB: невозможно чтение или запись (повторяется?)</value>
<comment>Previous text: [不可逆]KeyA:不能读写/AC:AB只读/KeyB:不能读写(重复了?)</comment>
</data>
<data name="$this.Text" xml:space="preserve">
<value>S50HTool-beta</value>
@ -265,15 +297,23 @@
<value>menuStrip1</value>
</data>
<data name="richTextBox1.Lines[0]" xml:space="preserve">
<value>欢迎使用M1T的集成编辑器S50HTool</value>
<value>Добро пожаловать в интегрированный редактор дампа!</value>
<comment>Previous text: 欢迎使用M1T的集成编辑器S50HTool</comment>
</data>
<data name="richTextBox1.Lines[1]" xml:space="preserve">
<value>打开文件请点左上角文件-打开或Ctrl+O</value>
<value>Чтобы открыть файл, пожалуйста, нажмите на Файл в верхнем левом углу - Открыть или Ctrl + O</value>
<comment>Previous text: 打开文件请点左上角文件-打开或Ctrl+O</comment>
</data>
<data name="richTextBox1.Lines[2]" xml:space="preserve">
<value>Вы можете обновить данные вашей карты.</value>
</data>
<data name="richTextBox1.Text" xml:space="preserve">
<value>欢迎使用M1T的集成编辑器S50HTool
打开文件请点左上角文件-打开或Ctrl+O
</value>
<comment>Previous text: 欢迎使用M1T的集成编辑器S50HTool
打开文件请点左上角文件-打开或Ctrl+O
</comment>
</data>
<data name="保存ToolStripMenuItem.Text" xml:space="preserve">
<value>保存</value>

View File

@ -32,48 +32,54 @@
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.radioKey1B = new System.Windows.Forms.RadioButton();
this.label2 = new System.Windows.Forms.Label();
this.radioKey1A = new System.Windows.Forms.RadioButton();
this.keyEdit = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.sector1 = new System.Windows.Forms.TextBox();
this.keyEdit = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.radioKey2B = new System.Windows.Forms.RadioButton();
this.radioKey2A = new System.Windows.Forms.RadioButton();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.checkBoxColOnly = new System.Windows.Forms.CheckBox();
this.sector2 = new System.Windows.Forms.TextBox();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel();
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
this.sector2 = new System.Windows.Forms.TextBox();
this.checkBoxColOnly = new System.Windows.Forms.CheckBox();
this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.tableLayoutPanel1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.tableLayoutPanel4.SuspendLayout();
this.tableLayoutPanel2.SuspendLayout();
this.tableLayoutPanel3.SuspendLayout();
this.tableLayoutPanel4.SuspendLayout();
this.tableLayoutPanel5.SuspendLayout();
this.flowLayoutPanel1.SuspendLayout();
this.tableLayoutPanel5.SuspendLayout();
this.SuspendLayout();
//
// button1
//
resources.ApplyResources(this.button1, "button1");
this.button1.BackColor = System.Drawing.Color.DodgerBlue;
this.button1.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue;
this.button1.ForeColor = System.Drawing.Color.White;
this.button1.Name = "button1";
this.button1.UseVisualStyleBackColor = true;
this.button1.UseVisualStyleBackColor = false;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// button2
//
resources.ApplyResources(this.button2, "button2");
this.button2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.button2.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue;
this.button2.FlatAppearance.BorderSize = 2;
this.button2.ForeColor = System.Drawing.Color.DodgerBlue;
this.button2.Name = "button2";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
@ -81,16 +87,39 @@
// groupBox1
//
resources.ApplyResources(this.groupBox1, "groupBox1");
this.groupBox1.BackColor = System.Drawing.Color.DodgerBlue;
this.groupBox1.Controls.Add(this.tableLayoutPanel1);
this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.groupBox1.ForeColor = System.Drawing.Color.White;
this.groupBox1.Name = "groupBox1";
this.groupBox1.TabStop = false;
//
// tableLayoutPanel1
//
resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1");
this.tableLayoutPanel1.BackColor = System.Drawing.Color.White;
this.tableLayoutPanel1.Controls.Add(this.radioKey1B, 3, 1);
this.tableLayoutPanel1.Controls.Add(this.label2, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.radioKey1A, 2, 1);
this.tableLayoutPanel1.Controls.Add(this.keyEdit, 0, 1);
this.tableLayoutPanel1.Controls.Add(this.label4, 2, 0);
this.tableLayoutPanel1.Controls.Add(this.label3, 1, 0);
this.tableLayoutPanel1.Controls.Add(this.sector1, 1, 1);
this.tableLayoutPanel1.ForeColor = System.Drawing.Color.DodgerBlue;
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
//
// radioKey1B
//
resources.ApplyResources(this.radioKey1B, "radioKey1B");
this.radioKey1B.Name = "radioKey1B";
this.radioKey1B.UseVisualStyleBackColor = true;
//
// label2
//
resources.ApplyResources(this.label2, "label2");
this.label2.ForeColor = System.Drawing.Color.MediumBlue;
this.label2.Name = "label2";
//
// radioKey1A
//
resources.ApplyResources(this.radioKey1A, "radioKey1A");
@ -99,14 +128,22 @@
this.radioKey1A.TabStop = true;
this.radioKey1A.UseVisualStyleBackColor = true;
//
// keyEdit
//
this.keyEdit.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
resources.ApplyResources(this.keyEdit, "keyEdit");
this.keyEdit.Name = "keyEdit";
//
// label4
//
resources.ApplyResources(this.label4, "label4");
this.label4.ForeColor = System.Drawing.Color.MediumBlue;
this.label4.Name = "label4";
//
// label3
//
resources.ApplyResources(this.label3, "label3");
this.label3.ForeColor = System.Drawing.Color.MediumBlue;
this.label3.Name = "label3";
//
// sector1
@ -114,20 +151,10 @@
resources.ApplyResources(this.sector1, "sector1");
this.sector1.Name = "sector1";
//
// keyEdit
//
resources.ApplyResources(this.keyEdit, "keyEdit");
this.keyEdit.Name = "keyEdit";
//
// label2
//
resources.ApplyResources(this.label2, "label2");
this.label2.Name = "label2";
//
// label1
//
resources.ApplyResources(this.label1, "label1");
this.label1.ForeColor = System.Drawing.Color.Blue;
this.label1.ForeColor = System.Drawing.Color.MediumBlue;
this.label1.Name = "label1";
//
// radioKey2B
@ -147,42 +174,34 @@
// label5
//
resources.ApplyResources(this.label5, "label5");
this.label5.ForeColor = System.Drawing.Color.MediumBlue;
this.label5.Name = "label5";
//
// label6
//
resources.ApplyResources(this.label6, "label6");
this.label6.ForeColor = System.Drawing.Color.MediumBlue;
this.label6.Name = "label6";
//
// groupBox2
//
resources.ApplyResources(this.groupBox2, "groupBox2");
this.groupBox2.BackColor = System.Drawing.Color.DodgerBlue;
this.groupBox2.Controls.Add(this.tableLayoutPanel4);
this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.groupBox2.ForeColor = System.Drawing.Color.White;
this.groupBox2.Name = "groupBox2";
this.groupBox2.TabStop = false;
this.groupBox2.Enter += new System.EventHandler(this.groupBox2_Enter);
//
// checkBoxColOnly
// tableLayoutPanel4
//
resources.ApplyResources(this.checkBoxColOnly, "checkBoxColOnly");
this.checkBoxColOnly.Name = "checkBoxColOnly";
this.checkBoxColOnly.UseVisualStyleBackColor = true;
//
// sector2
//
resources.ApplyResources(this.sector2, "sector2");
this.sector2.Name = "sector2";
//
// tableLayoutPanel1
//
resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1");
this.tableLayoutPanel1.Controls.Add(this.radioKey1B, 3, 1);
this.tableLayoutPanel1.Controls.Add(this.label2, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.radioKey1A, 2, 1);
this.tableLayoutPanel1.Controls.Add(this.keyEdit, 0, 1);
this.tableLayoutPanel1.Controls.Add(this.label4, 2, 0);
this.tableLayoutPanel1.Controls.Add(this.label3, 1, 0);
this.tableLayoutPanel1.Controls.Add(this.sector1, 1, 1);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
resources.ApplyResources(this.tableLayoutPanel4, "tableLayoutPanel4");
this.tableLayoutPanel4.BackColor = System.Drawing.Color.White;
this.tableLayoutPanel4.Controls.Add(this.tableLayoutPanel2, 1, 0);
this.tableLayoutPanel4.Controls.Add(this.checkBoxColOnly, 0, 0);
this.tableLayoutPanel4.ForeColor = System.Drawing.Color.DodgerBlue;
this.tableLayoutPanel4.Name = "tableLayoutPanel4";
//
// tableLayoutPanel2
//
@ -194,6 +213,18 @@
this.tableLayoutPanel2.Controls.Add(this.sector2, 1, 1);
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
//
// sector2
//
resources.ApplyResources(this.sector2, "sector2");
this.sector2.Name = "sector2";
//
// checkBoxColOnly
//
resources.ApplyResources(this.checkBoxColOnly, "checkBoxColOnly");
this.checkBoxColOnly.ForeColor = System.Drawing.Color.MediumBlue;
this.checkBoxColOnly.Name = "checkBoxColOnly";
this.checkBoxColOnly.UseVisualStyleBackColor = true;
//
// tableLayoutPanel3
//
resources.ApplyResources(this.tableLayoutPanel3, "tableLayoutPanel3");
@ -202,12 +233,12 @@
this.tableLayoutPanel3.Controls.Add(this.groupBox2, 0, 1);
this.tableLayoutPanel3.Name = "tableLayoutPanel3";
//
// tableLayoutPanel4
// flowLayoutPanel1
//
resources.ApplyResources(this.tableLayoutPanel4, "tableLayoutPanel4");
this.tableLayoutPanel4.Controls.Add(this.tableLayoutPanel2, 1, 0);
this.tableLayoutPanel4.Controls.Add(this.checkBoxColOnly, 0, 0);
this.tableLayoutPanel4.Name = "tableLayoutPanel4";
resources.ApplyResources(this.flowLayoutPanel1, "flowLayoutPanel1");
this.flowLayoutPanel1.Controls.Add(this.label1);
this.flowLayoutPanel1.Controls.Add(this.tableLayoutPanel5);
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
//
// tableLayoutPanel5
//
@ -216,20 +247,13 @@
this.tableLayoutPanel5.Controls.Add(this.button1, 1, 0);
this.tableLayoutPanel5.Name = "tableLayoutPanel5";
//
// flowLayoutPanel1
//
resources.ApplyResources(this.flowLayoutPanel1, "flowLayoutPanel1");
this.flowLayoutPanel1.Controls.Add(this.label1);
this.flowLayoutPanel1.Controls.Add(this.tableLayoutPanel5);
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
//
// FormHardNes
//
this.AcceptButton = this.button1;
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.CancelButton = this.button2;
this.ControlBox = false;
this.Controls.Add(this.tableLayoutPanel3);
this.KeyPreview = true;
this.MaximizeBox = false;
@ -237,20 +261,20 @@
this.Name = "FormHardNes";
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.tableLayoutPanel1.ResumeLayout(false);
this.tableLayoutPanel1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.tableLayoutPanel4.ResumeLayout(false);
this.tableLayoutPanel4.PerformLayout();
this.tableLayoutPanel2.ResumeLayout(false);
this.tableLayoutPanel2.PerformLayout();
this.tableLayoutPanel3.ResumeLayout(false);
this.tableLayoutPanel3.PerformLayout();
this.tableLayoutPanel4.ResumeLayout(false);
this.tableLayoutPanel4.PerformLayout();
this.tableLayoutPanel5.ResumeLayout(false);
this.tableLayoutPanel5.PerformLayout();
this.flowLayoutPanel1.ResumeLayout(false);
this.flowLayoutPanel1.PerformLayout();
this.tableLayoutPanel5.ResumeLayout(false);
this.tableLayoutPanel5.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();

View File

@ -122,5 +122,10 @@ namespace MifareOneTool
this.DialogResult = DialogResult.Yes;
this.Close();
}
private void groupBox2_Enter(object sender, EventArgs e)
{
}
}
}

File diff suppressed because it is too large Load Diff

View File

@ -172,6 +172,12 @@ MFF08工具给了你一次修复这些损坏卡片的机会。
------------------------------------------------------------------------
</value>
<comment>Previous text: 每个人使用CUID卡的时候总会因不了解或是不经意犯下一些小错误。
比如使用编辑器修改UID却没有改BCCSAK=28的卡片解密后的文件直接写入又或是从S70卡片导入数据写入1K卡却没有更正ATQA。
MFF08工具给了你一次修复这些损坏卡片的机会。
------------------------------------------------------------------------
</comment>
</data>
<metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>

View File

@ -172,5 +172,11 @@ MFF08工具给了你一次修复这些损坏卡片的机会。
------------------------------------------------------------------------
</value>
<comment>Previous text: 每个人使用CUID卡的时候总会因不了解或是不经意犯下一些小错误。
比如使用编辑器修改UID却没有改BCCSAK=28的卡片解密后的文件直接写入又或是从S70卡片导入数据写入1K卡却没有更正ATQA。
MFF08工具给了你一次修复这些损坏卡片的机会。
------------------------------------------------------------------------
</comment>
</data>
</root>

View File

@ -44,7 +44,7 @@
<PlatformTarget>x86</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<OutputPath>..\..\Сборки\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
@ -52,6 +52,15 @@
<PropertyGroup>
<ApplicationIcon>nfc_128.ico</ApplicationIcon>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'beta|x86'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>..\..\Сборки\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>x86</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.VisualBasic" />
<Reference Include="Newtonsoft.Json">

View File

@ -35,7 +35,6 @@
</GeneralIds>
<GeneralIds>
<StringID>11</StringID>
<Comment>Previous text: ппппппппппппппппппп</Comment>
</GeneralIds>
<GeneralIds>
<StringID>12</StringID>
@ -417,6 +416,12 @@
</GeneralIds>
<GeneralIds>
<StringID>137</StringID>
<Comment>Previous text: 每个人使用CUID卡的时候总会因不了解或是不经意犯下一些小错误。
比如使用编辑器修改UID却没有改BCCSAK=28的卡片解密后的文件直接写入又或是从S70卡片导入数据写入1K卡却没有更正ATQA。
MFF08工具给了你一次修复这些损坏卡片的机会。
------------------------------------------------------------------------
</Comment>
</GeneralIds>
<GeneralIds>
<StringID>138</StringID>
@ -570,9 +575,11 @@
</GeneralIds>
<GeneralIds>
<StringID>188</StringID>
<Comment>Previous text: 欢迎使用M1T的集成编辑器S50HTool</Comment>
</GeneralIds>
<GeneralIds>
<StringID>189</StringID>
<Comment>Previous text: 打开文件请点左上角文件-打开或Ctrl+O</Comment>
</GeneralIds>
<GeneralIds>
<StringID>190</StringID>
@ -594,9 +601,17 @@
</GeneralIds>
<GeneralIds>
<StringID>196</StringID>
<Comment>Previous text: 欢迎使用M1T内置的差异工具
说明:
点击上方的AB两个按键分别选择MFD文件。
然后点击“比较”即可看到结果。
</Comment>
</GeneralIds>
<GeneralIds>
<StringID>197</StringID>
<Comment>Previous text: 欢迎使用M1T的集成编辑器S50HTool
打开文件请点左上角文件-打开或Ctrl+O
</Comment>
</GeneralIds>
<GeneralIds>
<StringID>198</StringID>
@ -1029,7 +1044,6 @@
</GeneralIds>
<GeneralIds>
<StringID>341</StringID>
<Comment>Previous text: round_create_black_18pt_1x.png</Comment>
</GeneralIds>
<GeneralIds>
<StringID>342</StringID>
@ -1043,6 +1057,76 @@
<GeneralIds>
<StringID>345</StringID>
</GeneralIds>
<GeneralIds>
<StringID>346</StringID>
</GeneralIds>
<GeneralIds>
<StringID>347</StringID>
</GeneralIds>
<GeneralIds>
<StringID>348</StringID>
<Comment>Previous text: KeyAB读写及增减值</Comment>
</GeneralIds>
<GeneralIds>
<StringID>349</StringID>
<Comment>Previous text: [只读]KeyAB读及减值/不可写及增值</Comment>
</GeneralIds>
<GeneralIds>
<StringID>350</StringID>
<Comment>Previous text: [只读]KeyAB读/不可写及增减值</Comment>
</GeneralIds>
<GeneralIds>
<StringID>351</StringID>
<Comment>Previous text: KeyB读写/不可增减值</Comment>
</GeneralIds>
<GeneralIds>
<StringID>352</StringID>
<Comment>Previous text: KeyAB读/KeyB写/不可增减值</Comment>
</GeneralIds>
<GeneralIds>
<StringID>353</StringID>
<Comment>Previous text: [只读]KeyB读/不可写及增减值</Comment>
</GeneralIds>
<GeneralIds>
<StringID>354</StringID>
<Comment>Previous text: KeyAB读及减值/KeyB写及增值</Comment>
</GeneralIds>
<GeneralIds>
<StringID>355</StringID>
<Comment>Previous text: [只读]锁死该扇区</Comment>
</GeneralIds>
<GeneralIds>
<StringID>356</StringID>
<Comment>Previous text: [不可逆]KeyA:A写/AC:A只读/KeyB:A读写</Comment>
</GeneralIds>
<GeneralIds>
<StringID>357</StringID>
<Comment>Previous text: KeyA:A写/AC:A读写/KeyB:A读写</Comment>
</GeneralIds>
<GeneralIds>
<StringID>358</StringID>
<Comment>Previous text: [不可逆]KeyA:不能读写/AC:A只读/KeyB:A读</Comment>
</GeneralIds>
<GeneralIds>
<StringID>359</StringID>
<Comment>Previous text: KeyA:B写/AC:A只读B读写/KeyB:B写</Comment>
</GeneralIds>
<GeneralIds>
<StringID>360</StringID>
<Comment>Previous text: [不可逆]KeyA:B写/AC:AB只读/KeyB:B写</Comment>
</GeneralIds>
<GeneralIds>
<StringID>361</StringID>
<Comment>Previous text: KeyA:不能读写/AC:A只读B读写/KeyB:不能读写</Comment>
</GeneralIds>
<GeneralIds>
<StringID>362</StringID>
<Comment>Previous text: [不可逆]KeyA:不能读写/AC:AB只读/KeyB:不能读写</Comment>
</GeneralIds>
<GeneralIds>
<StringID>363</StringID>
<Comment>Previous text: [不可逆]KeyA:不能读写/AC:AB只读/KeyB:不能读写(重复了?)</Comment>
</GeneralIds>
<Languages>
<LanguageID>30724</LanguageID>
<LanguageName>Китайский</LanguageName>
@ -2237,13 +2321,13 @@ MFF08工具给了你一次修复这些损坏卡片的机会。
<GeneralTexts>
<StringID>188</StringID>
<LanguageID>30724</LanguageID>
<LanguageText>欢迎使用M1T的集成编辑器S50HTool</LanguageText>
<LanguageText>Добро пожаловать в интегрированный редактор дампа!</LanguageText>
<Status>1</Status>
</GeneralTexts>
<GeneralTexts>
<StringID>189</StringID>
<LanguageID>30724</LanguageID>
<LanguageText>打开文件请点左上角文件-打开或Ctrl+O</LanguageText>
<LanguageText>Чтобы открыть файл, пожалуйста, нажмите на Файл в верхнем левом углу - Открыть или Ctrl + O</LanguageText>
<Status>1</Status>
</GeneralTexts>
<GeneralTexts>
@ -2477,7 +2561,8 @@ MFF08工具给了你一次修复这些损坏卡片的机会。
<GeneralTexts>
<StringID>226</StringID>
<LanguageID>25</LanguageID>
<LanguageText>Версия программного обеспечения - </LanguageText>
<LanguageText>
Версия программы - </LanguageText>
<Status>2</Status>
</GeneralTexts>
<GeneralTexts>
@ -3297,7 +3382,7 @@ MFF08工具给了你一次修复这些损坏卡片的机会。
<GeneralTexts>
<StringID>225</StringID>
<LanguageID>25</LanguageID>
<LanguageText>## Завершение работы ##</LanguageText>
<LanguageText>## Операция завершена ##</LanguageText>
<Status>2</Status>
</GeneralTexts>
<GeneralTexts>
@ -3879,7 +3964,7 @@ MFF08工具给了你一次修复这些损坏卡片的机会。
<StringID>11</StringID>
<LanguageID>25</LanguageID>
<LanguageText>Привет!</LanguageText>
<Status>7</Status>
<Status>2</Status>
</GeneralTexts>
<GeneralTexts>
<StringID>12</StringID>
@ -4003,7 +4088,7 @@ MFF08工具给了你一次修复这些损坏卡片的机会。
Описание:
1. Нажмите А или В, чтобы выбрать файл MFD.
2. Нажмите «Сравнить», чтобы увидеть результаты.</LanguageText>
<Status>2</Status>
<Status>7</Status>
</GeneralTexts>
<GeneralTexts>
<StringID>106</StringID>
@ -4283,7 +4368,7 @@ MFF08工具给了你一次修复这些损坏卡片的机会。
<LanguageText>Добро пожаловать в интегрированный редактор дампа!
Чтобы открыть файл, пожалуйста, нажмите на Файл в верхнем левом углу - Открыть или Ctrl + O
Вы можете обновить данные вашей карты.</LanguageText>
<Status>2</Status>
<Status>7</Status>
</GeneralTexts>
<GeneralTexts>
<StringID>144</StringID>
@ -4373,13 +4458,13 @@ MFF08工具给了你一次修复这些损坏卡片的机会。
<StringID>188</StringID>
<LanguageID>25</LanguageID>
<LanguageText>Добро пожаловать в интегрированный редактор M1T S50HTool!</LanguageText>
<Status>5</Status>
<Status>7</Status>
</GeneralTexts>
<GeneralTexts>
<StringID>189</StringID>
<LanguageID>25</LanguageID>
<LanguageText>Откройте файл, пожалуйста, нажмите на файл в верхнем левом углу - открыть или Ctrl + O</LanguageText>
<Status>5</Status>
<Status>7</Status>
</GeneralTexts>
<GeneralTexts>
<StringID>127</StringID>
@ -4450,7 +4535,7 @@ CUID карта</LanguageText>
-------------------------------------------------- ----------------------
</LanguageText>
<Status>6</Status>
<Status>7</Status>
</GeneralTexts>
<GeneralTexts>
<StringID>138</StringID>
@ -4624,8 +4709,9 @@ CUID карта</LanguageText>
<GeneralTexts>
<StringID>258</StringID>
<LanguageID>25</LanguageID>
<LanguageText>Начните выполнять номер карты установки карты UID ...</LanguageText>
<Status>5</Status>
<LanguageText>Начало записи номера UID...
</LanguageText>
<Status>2</Status>
</GeneralTexts>
<GeneralTexts>
<StringID>259</StringID>
@ -5213,6 +5299,216 @@ CUID карта</LanguageText>
“Защита от записи данных” в настройках программы.</LanguageText>
<Status>2</Status>
</GeneralTexts>
<GeneralTexts>
<StringID>346</StringID>
<LanguageID>30724</LanguageID>
<LanguageText>显示UID</LanguageText>
<Status>1</Status>
</GeneralTexts>
<GeneralTexts>
<StringID>347</StringID>
<LanguageID>30724</LanguageID>
<LanguageText>Вы можете обновить данные вашей карты.</LanguageText>
<Status>1</Status>
</GeneralTexts>
<GeneralTexts>
<StringID>348</StringID>
<LanguageID>25</LanguageID>
<LanguageText>KeyAB читать, писать, увеличивать и уменьшать</LanguageText>
<Status>7</Status>
</GeneralTexts>
<GeneralTexts>
<StringID>348</StringID>
<LanguageID>30724</LanguageID>
<LanguageText>KeyAB читать, писать, увеличивать и уменьшать</LanguageText>
<Status>1</Status>
</GeneralTexts>
<GeneralTexts>
<StringID>349</StringID>
<LanguageID>25</LanguageID>
<LanguageText>[только для чтения] KeyAB для чтения и амортизации / недоступен для записи и добавляет ценность</LanguageText>
<Status>7</Status>
</GeneralTexts>
<GeneralTexts>
<StringID>349</StringID>
<LanguageID>30724</LanguageID>
<LanguageText>[только для чтения] KeyAB для чтения и амортизации / недоступен для записи и добавляет ценность</LanguageText>
<Status>1</Status>
</GeneralTexts>
<GeneralTexts>
<StringID>350</StringID>
<LanguageID>25</LanguageID>
<LanguageText>[только для чтения] KeyAB для чтения / записи, а также для увеличения или уменьшения</LanguageText>
<Status>7</Status>
</GeneralTexts>
<GeneralTexts>
<StringID>350</StringID>
<LanguageID>30724</LanguageID>
<LanguageText>[только для чтения] KeyAB для чтения / записи, а также для увеличения или уменьшения</LanguageText>
<Status>1</Status>
</GeneralTexts>
<GeneralTexts>
<StringID>351</StringID>
<LanguageID>25</LanguageID>
<LanguageText>KeyB чтение / запись / не сложение и вычитание</LanguageText>
<Status>7</Status>
</GeneralTexts>
<GeneralTexts>
<StringID>351</StringID>
<LanguageID>30724</LanguageID>
<LanguageText>KeyB чтение / запись / не сложение и вычитание</LanguageText>
<Status>1</Status>
</GeneralTexts>
<GeneralTexts>
<StringID>352</StringID>
<LanguageID>25</LanguageID>
<LanguageText>KeyAB чтение / KeyB запись / без увеличения или уменьшения</LanguageText>
<Status>7</Status>
</GeneralTexts>
<GeneralTexts>
<StringID>352</StringID>
<LanguageID>30724</LanguageID>
<LanguageText>KeyAB чтение / KeyB запись / без увеличения или уменьшения</LanguageText>
<Status>1</Status>
</GeneralTexts>
<GeneralTexts>
<StringID>353</StringID>
<LanguageID>25</LanguageID>
<LanguageText>[Только для чтения] KeyB для чтения / не для записи и увеличения или уменьшения</LanguageText>
<Status>7</Status>
</GeneralTexts>
<GeneralTexts>
<StringID>353</StringID>
<LanguageID>30724</LanguageID>
<LanguageText>[Только для чтения] KeyB для чтения / не для записи и увеличения или уменьшения</LanguageText>
<Status>1</Status>
</GeneralTexts>
<GeneralTexts>
<StringID>354</StringID>
<LanguageID>25</LanguageID>
<LanguageText>KeyAB чтение и ухудшение / KeyB написание и добавленная стоимость</LanguageText>
<Status>7</Status>
</GeneralTexts>
<GeneralTexts>
<StringID>354</StringID>
<LanguageID>30724</LanguageID>
<LanguageText>KeyAB чтение и ухудшение / KeyB написание и добавленная стоимость</LanguageText>
<Status>1</Status>
</GeneralTexts>
<GeneralTexts>
<StringID>355</StringID>
<LanguageID>25</LanguageID>
<LanguageText>[только для чтения] заблокировать сектор</LanguageText>
<Status>7</Status>
</GeneralTexts>
<GeneralTexts>
<StringID>355</StringID>
<LanguageID>30724</LanguageID>
<LanguageText>[только для чтения] заблокировать сектор</LanguageText>
<Status>1</Status>
</GeneralTexts>
<GeneralTexts>
<StringID>356</StringID>
<LanguageID>25</LanguageID>
<LanguageText>[Необратимый] KeyA: запись / AC: только чтение / KeyB: чтение и запись</LanguageText>
<Status>7</Status>
</GeneralTexts>
<GeneralTexts>
<StringID>356</StringID>
<LanguageID>30724</LanguageID>
<LanguageText>[Необратимый] KeyA: запись / AC: только чтение / KeyB: чтение и запись</LanguageText>
<Status>1</Status>
</GeneralTexts>
<GeneralTexts>
<StringID>357</StringID>
<LanguageID>25</LanguageID>
<LanguageText>KeyA: запись / AC: чтение / запись / KeyB: чтение и запись</LanguageText>
<Status>7</Status>
</GeneralTexts>
<GeneralTexts>
<StringID>357</StringID>
<LanguageID>30724</LanguageID>
<LanguageText>KeyA: запись / AC: чтение / запись / KeyB: чтение и запись</LanguageText>
<Status>1</Status>
</GeneralTexts>
<GeneralTexts>
<StringID>358</StringID>
<LanguageID>25</LanguageID>
<LanguageText>[Необратимый] KeyA: невозможно чтение / запись / AC: только для чтения / KeyB: чтение</LanguageText>
<Status>7</Status>
</GeneralTexts>
<GeneralTexts>
<StringID>358</StringID>
<LanguageID>30724</LanguageID>
<LanguageText>[Необратимый] KeyA: невозможно чтение / запись / AC: только для чтения / KeyB: чтение</LanguageText>
<Status>1</Status>
</GeneralTexts>
<GeneralTexts>
<StringID>359</StringID>
<LanguageID>25</LanguageID>
<LanguageText>KeyA: B запись / AC: A только для чтения B чтение / запись / KeyB: B запись</LanguageText>
<Status>7</Status>
</GeneralTexts>
<GeneralTexts>
<StringID>359</StringID>
<LanguageID>30724</LanguageID>
<LanguageText>KeyA: B запись / AC: A только для чтения B чтение / запись / KeyB: B запись</LanguageText>
<Status>1</Status>
</GeneralTexts>
<GeneralTexts>
<StringID>360</StringID>
<LanguageID>25</LanguageID>
<LanguageText>[необратимый] KeyA: запись B / AC: только чтение AB / KeyB: запись B</LanguageText>
<Status>7</Status>
</GeneralTexts>
<GeneralTexts>
<StringID>360</StringID>
<LanguageID>30724</LanguageID>
<LanguageText>[необратимый] KeyA: запись B / AC: только чтение AB / KeyB: запись B</LanguageText>
<Status>1</Status>
</GeneralTexts>
<GeneralTexts>
<StringID>361</StringID>
<LanguageID>25</LanguageID>
<LanguageText>KeyA: невозможно чтение / запись / AC: A только для чтения B чтение / запись / KeyB: невозможно чтение или запись</LanguageText>
<Status>7</Status>
</GeneralTexts>
<GeneralTexts>
<StringID>361</StringID>
<LanguageID>30724</LanguageID>
<LanguageText>KeyA: невозможно чтение / запись / AC: A только для чтения B чтение / запись / KeyB: невозможно чтение или запись</LanguageText>
<Status>1</Status>
</GeneralTexts>
<GeneralTexts>
<StringID>362</StringID>
<LanguageID>25</LanguageID>
<LanguageText>[Необратимый] KeyA: невозможно чтение / запись / AC: AB только для чтения / KeyB: невозможно чтение или запись</LanguageText>
<Status>7</Status>
</GeneralTexts>
<GeneralTexts>
<StringID>362</StringID>
<LanguageID>30724</LanguageID>
<LanguageText>[Необратимый] KeyA: невозможно чтение / запись / AC: AB только для чтения / KeyB: невозможно чтение или запись</LanguageText>
<Status>1</Status>
</GeneralTexts>
<GeneralTexts>
<StringID>363</StringID>
<LanguageID>25</LanguageID>
<LanguageText>[Необратимый] KeyA: невозможно чтение / запись / AC: AB только для чтения / KeyB: невозможно чтение или запись (повторяется?)</LanguageText>
<Status>7</Status>
</GeneralTexts>
<GeneralTexts>
<StringID>363</StringID>
<LanguageID>30724</LanguageID>
<LanguageText>[Необратимый] KeyA: невозможно чтение / запись / AC: AB только для чтения / KeyB: невозможно чтение или запись (повторяется?)</LanguageText>
<Status>1</Status>
</GeneralTexts>
<GeneralTexts>
<StringID>346</StringID>
<LanguageID>25</LanguageID>
<LanguageText>Показать UID</LanguageText>
<Status>2</Status>
</GeneralTexts>
<Properties>
<Component>FormMFF08.resx</Component>
<Name>logBox.Text</Name>
@ -5288,7 +5584,8 @@ CUID карта</LanguageText>
<Properties>
<Component>Form1.cs</Component>
<Name>richTextBox1.Text</Name>
<Selected>false</Selected>
<StringID>11</StringID>
<Selected>true</Selected>
<ResourceName>richTextBox1.Text</ResourceName>
<Hidden>false</Hidden>
</Properties>
@ -8239,7 +8536,7 @@ CUID карта</LanguageText>
<Properties>
<Component>FormHTool.cs</Component>
<Name>comboBox4.Items[0]</Name>
<StringID>160</StringID>
<StringID>356</StringID>
<Selected>true</Selected>
<ResourceName>comboBox4.Items</ResourceName>
<Hidden>false</Hidden>
@ -8247,7 +8544,7 @@ CUID карта</LanguageText>
<Properties>
<Component>FormHTool.cs</Component>
<Name>comboBox4.Items[1]</Name>
<StringID>161</StringID>
<StringID>357</StringID>
<Selected>true</Selected>
<ResourceName>comboBox4.Items1</ResourceName>
<Hidden>false</Hidden>
@ -8255,7 +8552,7 @@ CUID карта</LanguageText>
<Properties>
<Component>FormHTool.cs</Component>
<Name>comboBox4.Items[2]</Name>
<StringID>162</StringID>
<StringID>358</StringID>
<Selected>true</Selected>
<ResourceName>comboBox4.Items2</ResourceName>
<Hidden>false</Hidden>
@ -8263,7 +8560,7 @@ CUID карта</LanguageText>
<Properties>
<Component>FormHTool.cs</Component>
<Name>comboBox4.Items[3]</Name>
<StringID>163</StringID>
<StringID>359</StringID>
<Selected>true</Selected>
<ResourceName>comboBox4.Items3</ResourceName>
<Hidden>false</Hidden>
@ -8271,7 +8568,7 @@ CUID карта</LanguageText>
<Properties>
<Component>FormHTool.cs</Component>
<Name>comboBox4.Items[4]</Name>
<StringID>164</StringID>
<StringID>360</StringID>
<Selected>true</Selected>
<ResourceName>comboBox4.Items4</ResourceName>
<Hidden>false</Hidden>
@ -8279,7 +8576,7 @@ CUID карта</LanguageText>
<Properties>
<Component>FormHTool.cs</Component>
<Name>comboBox4.Items[5]</Name>
<StringID>165</StringID>
<StringID>361</StringID>
<Selected>true</Selected>
<ResourceName>comboBox4.Items5</ResourceName>
<Hidden>false</Hidden>
@ -8287,7 +8584,7 @@ CUID карта</LanguageText>
<Properties>
<Component>FormHTool.cs</Component>
<Name>comboBox4.Items[6]</Name>
<StringID>166</StringID>
<StringID>362</StringID>
<Selected>true</Selected>
<ResourceName>comboBox4.Items6</ResourceName>
<Hidden>false</Hidden>
@ -8295,7 +8592,7 @@ CUID карта</LanguageText>
<Properties>
<Component>FormHTool.cs</Component>
<Name>comboBox4.Items[7]</Name>
<StringID>167</StringID>
<StringID>363</StringID>
<Selected>true</Selected>
<ResourceName>comboBox4.Items7</ResourceName>
<Hidden>false</Hidden>
@ -8303,7 +8600,7 @@ CUID карта</LanguageText>
<Properties>
<Component>FormHTool.cs</Component>
<Name>comboBox3.Items[0]</Name>
<StringID>168</StringID>
<StringID>348</StringID>
<Selected>true</Selected>
<ResourceName>comboBox3.Items</ResourceName>
<Hidden>false</Hidden>
@ -8311,7 +8608,7 @@ CUID карта</LanguageText>
<Properties>
<Component>FormHTool.cs</Component>
<Name>comboBox3.Items[1]</Name>
<StringID>169</StringID>
<StringID>349</StringID>
<Selected>true</Selected>
<ResourceName>comboBox3.Items1</ResourceName>
<Hidden>false</Hidden>
@ -8319,7 +8616,7 @@ CUID карта</LanguageText>
<Properties>
<Component>FormHTool.cs</Component>
<Name>comboBox3.Items[2]</Name>
<StringID>170</StringID>
<StringID>350</StringID>
<Selected>true</Selected>
<ResourceName>comboBox3.Items2</ResourceName>
<Hidden>false</Hidden>
@ -8327,7 +8624,7 @@ CUID карта</LanguageText>
<Properties>
<Component>FormHTool.cs</Component>
<Name>comboBox3.Items[3]</Name>
<StringID>171</StringID>
<StringID>351</StringID>
<Selected>true</Selected>
<ResourceName>comboBox3.Items3</ResourceName>
<Hidden>false</Hidden>
@ -8335,7 +8632,7 @@ CUID карта</LanguageText>
<Properties>
<Component>FormHTool.cs</Component>
<Name>comboBox3.Items[4]</Name>
<StringID>172</StringID>
<StringID>352</StringID>
<Selected>true</Selected>
<ResourceName>comboBox3.Items4</ResourceName>
<Hidden>false</Hidden>
@ -8343,7 +8640,7 @@ CUID карта</LanguageText>
<Properties>
<Component>FormHTool.cs</Component>
<Name>comboBox3.Items[5]</Name>
<StringID>173</StringID>
<StringID>353</StringID>
<Selected>true</Selected>
<ResourceName>comboBox3.Items5</ResourceName>
<Hidden>false</Hidden>
@ -8351,7 +8648,7 @@ CUID карта</LanguageText>
<Properties>
<Component>FormHTool.cs</Component>
<Name>comboBox3.Items[6]</Name>
<StringID>174</StringID>
<StringID>354</StringID>
<Selected>true</Selected>
<ResourceName>comboBox3.Items6</ResourceName>
<Hidden>false</Hidden>
@ -8359,7 +8656,7 @@ CUID карта</LanguageText>
<Properties>
<Component>FormHTool.cs</Component>
<Name>comboBox3.Items[7]</Name>
<StringID>175</StringID>
<StringID>355</StringID>
<Selected>true</Selected>
<ResourceName>comboBox3.Items7</ResourceName>
<Hidden>false</Hidden>
@ -8367,7 +8664,7 @@ CUID карта</LanguageText>
<Properties>
<Component>FormHTool.cs</Component>
<Name>comboBox2.Items[0]</Name>
<StringID>168</StringID>
<StringID>348</StringID>
<Selected>true</Selected>
<ResourceName>comboBox2.Items</ResourceName>
<Hidden>false</Hidden>
@ -8375,7 +8672,7 @@ CUID карта</LanguageText>
<Properties>
<Component>FormHTool.cs</Component>
<Name>comboBox2.Items[1]</Name>
<StringID>169</StringID>
<StringID>349</StringID>
<Selected>true</Selected>
<ResourceName>comboBox2.Items1</ResourceName>
<Hidden>false</Hidden>
@ -8383,7 +8680,7 @@ CUID карта</LanguageText>
<Properties>
<Component>FormHTool.cs</Component>
<Name>comboBox2.Items[2]</Name>
<StringID>170</StringID>
<StringID>350</StringID>
<Selected>true</Selected>
<ResourceName>comboBox2.Items2</ResourceName>
<Hidden>false</Hidden>
@ -8391,7 +8688,7 @@ CUID карта</LanguageText>
<Properties>
<Component>FormHTool.cs</Component>
<Name>comboBox2.Items[3]</Name>
<StringID>171</StringID>
<StringID>351</StringID>
<Selected>true</Selected>
<ResourceName>comboBox2.Items3</ResourceName>
<Hidden>false</Hidden>
@ -8399,7 +8696,7 @@ CUID карта</LanguageText>
<Properties>
<Component>FormHTool.cs</Component>
<Name>comboBox2.Items[4]</Name>
<StringID>172</StringID>
<StringID>352</StringID>
<Selected>true</Selected>
<ResourceName>comboBox2.Items4</ResourceName>
<Hidden>false</Hidden>
@ -8407,7 +8704,7 @@ CUID карта</LanguageText>
<Properties>
<Component>FormHTool.cs</Component>
<Name>comboBox2.Items[5]</Name>
<StringID>173</StringID>
<StringID>353</StringID>
<Selected>true</Selected>
<ResourceName>comboBox2.Items5</ResourceName>
<Hidden>false</Hidden>
@ -8415,7 +8712,7 @@ CUID карта</LanguageText>
<Properties>
<Component>FormHTool.cs</Component>
<Name>comboBox2.Items[6]</Name>
<StringID>174</StringID>
<StringID>354</StringID>
<Selected>true</Selected>
<ResourceName>comboBox2.Items6</ResourceName>
<Hidden>false</Hidden>
@ -8423,7 +8720,7 @@ CUID карта</LanguageText>
<Properties>
<Component>FormHTool.cs</Component>
<Name>comboBox2.Items[7]</Name>
<StringID>175</StringID>
<StringID>355</StringID>
<Selected>true</Selected>
<ResourceName>comboBox2.Items7</ResourceName>
<Hidden>false</Hidden>
@ -8431,7 +8728,7 @@ CUID карта</LanguageText>
<Properties>
<Component>FormHTool.cs</Component>
<Name>comboBox1.Items[0]</Name>
<StringID>168</StringID>
<StringID>348</StringID>
<Selected>true</Selected>
<ResourceName>comboBox1.Items</ResourceName>
<Hidden>false</Hidden>
@ -8439,7 +8736,7 @@ CUID карта</LanguageText>
<Properties>
<Component>FormHTool.cs</Component>
<Name>comboBox1.Items[1]</Name>
<StringID>169</StringID>
<StringID>349</StringID>
<Selected>true</Selected>
<ResourceName>comboBox1.Items1</ResourceName>
<Hidden>false</Hidden>
@ -8447,7 +8744,7 @@ CUID карта</LanguageText>
<Properties>
<Component>FormHTool.cs</Component>
<Name>comboBox1.Items[2]</Name>
<StringID>170</StringID>
<StringID>350</StringID>
<Selected>true</Selected>
<ResourceName>comboBox1.Items2</ResourceName>
<Hidden>false</Hidden>
@ -8455,7 +8752,7 @@ CUID карта</LanguageText>
<Properties>
<Component>FormHTool.cs</Component>
<Name>comboBox1.Items[3]</Name>
<StringID>171</StringID>
<StringID>351</StringID>
<Selected>true</Selected>
<ResourceName>comboBox1.Items3</ResourceName>
<Hidden>false</Hidden>
@ -8463,7 +8760,7 @@ CUID карта</LanguageText>
<Properties>
<Component>FormHTool.cs</Component>
<Name>comboBox1.Items[4]</Name>
<StringID>172</StringID>
<StringID>352</StringID>
<Selected>true</Selected>
<ResourceName>comboBox1.Items4</ResourceName>
<Hidden>false</Hidden>
@ -8471,7 +8768,7 @@ CUID карта</LanguageText>
<Properties>
<Component>FormHTool.cs</Component>
<Name>comboBox1.Items[5]</Name>
<StringID>173</StringID>
<StringID>353</StringID>
<Selected>true</Selected>
<ResourceName>comboBox1.Items5</ResourceName>
<Hidden>false</Hidden>
@ -8479,7 +8776,7 @@ CUID карта</LanguageText>
<Properties>
<Component>FormHTool.cs</Component>
<Name>comboBox1.Items[6]</Name>
<StringID>174</StringID>
<StringID>354</StringID>
<Selected>true</Selected>
<ResourceName>comboBox1.Items6</ResourceName>
<Hidden>false</Hidden>
@ -8487,7 +8784,7 @@ CUID карта</LanguageText>
<Properties>
<Component>FormHTool.cs</Component>
<Name>comboBox1.Items[7]</Name>
<StringID>175</StringID>
<StringID>355</StringID>
<Selected>true</Selected>
<ResourceName>comboBox1.Items7</ResourceName>
<Hidden>false</Hidden>
@ -10036,6 +10333,38 @@ CUID карта</LanguageText>
<ResourceName>tabPage3.ImageKey</ResourceName>
<Hidden>false</Hidden>
</Properties>
<Properties>
<Component>Form1.resx</Component>
<Name>ShowUID.Text</Name>
<StringID>346</StringID>
<Selected>true</Selected>
<ResourceName>ShowUID.Text</ResourceName>
<Hidden>false</Hidden>
</Properties>
<Properties>
<Component>Form1.cs</Component>
<Name>ShowUID.Text</Name>
<StringID>346</StringID>
<Selected>true</Selected>
<ResourceName>ShowUID.Text</ResourceName>
<Hidden>false</Hidden>
</Properties>
<Properties>
<Component>FormHTool.cs</Component>
<Name>richTextBox1.Lines[2]</Name>
<StringID>347</StringID>
<Selected>true</Selected>
<ResourceName>richTextBox1.Lines[2]</ResourceName>
<Hidden>false</Hidden>
</Properties>
<Properties>
<Component>FormHTool.resx</Component>
<Name>richTextBox1.Lines[2]</Name>
<StringID>347</StringID>
<Selected>true</Selected>
<ResourceName>richTextBox1.Lines[2]</ResourceName>
<Hidden>false</Hidden>
</Properties>
<GeneralAttributes>
<Name>XmlDatabaseVersion</Name>
<TextValue>1</TextValue>

View File

@ -161,13 +161,14 @@
<value>, рассчитать BCC =</value>
</data>
<data name="_软件版本" xml:space="preserve">
<value>Версия программного обеспечения - </value>
<value>
Версия программы - </value>
</data>
<data name="_运行出错" xml:space="preserve">
<value>## Ошибка запуска ##</value>
</data>
<data name="_运行完毕" xml:space="preserve">
<value>## Завершение работы ##</value>
<value>## Операция завершена ##</value>
</data>
<data name="AB文件中一个或两个无效" xml:space="preserve">
<value>Один или два файла AB недействительны.</value>
@ -309,7 +310,8 @@
<value>Начните выполнять запись UID карты ...</value>
</data>
<data name="开始执行UID卡片设定卡号" xml:space="preserve">
<value>Начните выполнять номер карты установки карты UID ...</value>
<value>Начало записи номера UID...
</value>
</data>
<data name="开始执行UID卡片读取" xml:space="preserve">
<value>Начать чтение карты UID...</value>

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff