diff --git a/MifareOneTool/Form1.Designer.cs b/MifareOneTool/Form1.Designer.cs index 68a244a..fbace0f 100644 --- a/MifareOneTool/Form1.Designer.cs +++ b/MifareOneTool/Form1.Designer.cs @@ -157,6 +157,9 @@ this.groupBox11 = new System.Windows.Forms.GroupBox(); this.flowLayoutPanel3 = new System.Windows.Forms.FlowLayoutPanel(); this.checkBoxHardLowCost = new System.Windows.Forms.CheckBox(); + this.groupBox17 = new System.Windows.Forms.GroupBox(); + this.flowLayoutPanel25 = new System.Windows.Forms.FlowLayoutPanel(); + this.button1 = new System.Windows.Forms.Button(); this.imageList2 = new System.Windows.Forms.ImageList(this.components); this.statusStrip1 = new System.Windows.Forms.StatusStrip(); this.statusLabel = new System.Windows.Forms.ToolStripStatusLabel(); @@ -165,9 +168,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.groupBox17 = new System.Windows.Forms.GroupBox(); - this.button1 = new System.Windows.Forms.Button(); - this.flowLayoutPanel25 = new System.Windows.Forms.FlowLayoutPanel(); this.groupBox1.SuspendLayout(); this.tableLayoutPanel5.SuspendLayout(); this.flowLayoutPanel12.SuspendLayout(); @@ -232,9 +232,9 @@ this.flowLayoutPanel4.SuspendLayout(); this.groupBox11.SuspendLayout(); this.flowLayoutPanel3.SuspendLayout(); - this.statusStrip1.SuspendLayout(); this.groupBox17.SuspendLayout(); this.flowLayoutPanel25.SuspendLayout(); + this.statusStrip1.SuspendLayout(); this.SuspendLayout(); // // groupBox1 @@ -606,7 +606,6 @@ this.groupBox4.ForeColor = System.Drawing.Color.MediumBlue; this.groupBox4.Name = "groupBox4"; this.groupBox4.TabStop = false; - this.groupBox4.Enter += new System.EventHandler(this.groupBox4_Enter); // // tableLayoutPanel6 // @@ -678,7 +677,6 @@ resources.ApplyResources(this.label8, "label8"); this.label8.ForeColor = System.Drawing.SystemColors.HotTrack; this.label8.Name = "label8"; - this.label8.Click += new System.EventHandler(this.label8_Click); // // pictureBox3 // @@ -702,7 +700,6 @@ this.tableLayoutPanel15.Controls.Add(this.tableLayoutPanel1, 0, 0); this.tableLayoutPanel15.Controls.Add(this.label13, 0, 1); this.tableLayoutPanel15.Name = "tableLayoutPanel15"; - this.tableLayoutPanel15.Paint += new System.Windows.Forms.PaintEventHandler(this.tableLayoutPanel15_Paint); // // tableLayoutPanel1 // @@ -867,7 +864,6 @@ // resources.ApplyResources(this.label6, "label6"); this.label6.Name = "label6"; - this.label6.Click += new System.EventHandler(this.label6_Click); // // buttonEStop // @@ -1362,6 +1358,31 @@ this.checkBoxHardLowCost.UseVisualStyleBackColor = true; this.checkBoxHardLowCost.CheckedChanged += new System.EventHandler(this.checkBoxHardLowCost_CheckedChanged); // + // groupBox17 + // + resources.ApplyResources(this.groupBox17, "groupBox17"); + this.groupBox17.BackColor = System.Drawing.Color.DodgerBlue; + this.groupBox17.Controls.Add(this.flowLayoutPanel25); + this.groupBox17.ForeColor = System.Drawing.Color.White; + this.groupBox17.Name = "groupBox17"; + this.groupBox17.TabStop = false; + // + // flowLayoutPanel25 + // + resources.ApplyResources(this.flowLayoutPanel25, "flowLayoutPanel25"); + this.flowLayoutPanel25.BackColor = System.Drawing.Color.White; + this.flowLayoutPanel25.Controls.Add(this.button1); + this.flowLayoutPanel25.Name = "flowLayoutPanel25"; + // + // button1 + // + resources.ApplyResources(this.button1, "button1"); + this.button1.BackColor = System.Drawing.Color.DodgerBlue; + this.button1.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue; + this.button1.Name = "button1"; + this.button1.UseVisualStyleBackColor = false; + this.button1.Click += new System.EventHandler(this.button1_Click); + // // imageList2 // this.imageList2.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList2.ImageStream"))); @@ -1427,31 +1448,6 @@ this.timer1.Enabled = true; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // - // groupBox17 - // - resources.ApplyResources(this.groupBox17, "groupBox17"); - this.groupBox17.BackColor = System.Drawing.Color.DodgerBlue; - this.groupBox17.Controls.Add(this.flowLayoutPanel25); - this.groupBox17.ForeColor = System.Drawing.Color.White; - this.groupBox17.Name = "groupBox17"; - this.groupBox17.TabStop = false; - // - // button1 - // - resources.ApplyResources(this.button1, "button1"); - this.button1.BackColor = System.Drawing.Color.DodgerBlue; - this.button1.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue; - this.button1.Name = "button1"; - this.button1.UseVisualStyleBackColor = false; - this.button1.Click += new System.EventHandler(this.button1_Click); - // - // flowLayoutPanel25 - // - resources.ApplyResources(this.flowLayoutPanel25, "flowLayoutPanel25"); - this.flowLayoutPanel25.BackColor = System.Drawing.Color.White; - this.flowLayoutPanel25.Controls.Add(this.button1); - this.flowLayoutPanel25.Name = "flowLayoutPanel25"; - // // Form1 // resources.ApplyResources(this, "$this"); @@ -1586,12 +1582,12 @@ this.groupBox11.PerformLayout(); this.flowLayoutPanel3.ResumeLayout(false); this.flowLayoutPanel3.PerformLayout(); - this.statusStrip1.ResumeLayout(false); - this.statusStrip1.PerformLayout(); this.groupBox17.ResumeLayout(false); this.groupBox17.PerformLayout(); this.flowLayoutPanel25.ResumeLayout(false); this.flowLayoutPanel25.PerformLayout(); + this.statusStrip1.ResumeLayout(false); + this.statusStrip1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); diff --git a/MifareOneTool/Form1.cs b/MifareOneTool/Form1.cs index dc9c323..9218b27 100644 --- a/MifareOneTool/Form1.cs +++ b/MifareOneTool/Form1.cs @@ -1511,33 +1511,10 @@ namespace MifareOneTool } } - private void label5_Click(object sender, EventArgs e) - { - - } - - private void tableLayoutPanel15_Paint(object sender, PaintEventArgs e) - { - - } - - private void label6_Click(object sender, EventArgs e) - { - - } - - private void label8_Click(object sender, EventArgs e) - { - - } - - private void groupBox4_Enter(object sender, EventArgs e) - { - - } - private void ShowUID_Click(object sender, EventArgs e) { + if (lprocess) { MessageBox.Show(Resources.有任务运行中_不可执行, Resources.设备忙, MessageBoxButtons.OK, MessageBoxIcon.Warning); return; } + Form1.ActiveForm.Text = Resources.MifareOne_Tool_运行中; Process cmd = new Process(); cmd.StartInfo = new ProcessStartInfo("nfc-bin/nfcUID.exe","-device=1"); cmd.StartInfo.RedirectStandardOutput = true; diff --git a/MifareOneTool/Form1.resx b/MifareOneTool/Form1.resx index 277e9ed..452c2ad 100644 --- a/MifareOneTool/Form1.resx +++ b/MifareOneTool/Form1.resx @@ -134,103 +134,49 @@ 1 - - flowLayoutPanel12 - - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel5 - - - 0 - - - flowLayoutPanel11 - - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel5 - - - 1 - - - Fill - - - - 2, 20 - - - 2 - - - 131, 74 - - - 13 - - - tableLayoutPanel5 - - - System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox1 - - - 0 - - - <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="flowLayoutPanel12" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="flowLayoutPanel11" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0" /><Rows Styles="Percent,50,Percent,50" /></TableLayoutSettings> - - - Fill - - - Yu Gothic UI Semibold, 9.75pt, style=Bold - - - 2, 2 - - - 2, 2, 2, 2 - - - 2, 2, 2, 2 - - - 135, 96 - - - 0 - - - 设备控制 - - - groupBox1 - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flowLayoutPanel7 - - - 0 - True GrowAndShrink + + True + + + GrowAndShrink + + + Fill + + + Flat + + + + Microsoft Sans Serif, 9pt, style=Bold + + + 2, 2 + + + 2, 2, 2, 2 + + + 71, 27 + + + 1 + + + 手动扫描 + + + 17, 17 + + + 扫描有效卡片。 + buttonScanCard @@ -247,7 +193,7 @@ 3, 40 - 67, 31 + 75, 31 13 @@ -264,105 +210,12 @@ 0 - - 17, 17 - - - True - - - GrowAndShrink - - - Fill - - - Flat - - - Yu Gothic UI Semibold, 9pt, style=Bold - - - 2, 2 - - - 2, 2, 2, 2 - - - 63, 27 - - - 1 - - - 手动扫描 - - - 扫描有效卡片。 - - - buttonScanCard - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flowLayoutPanel12 - - - 0 - True GrowAndShrink - - buttonListDev - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flowLayoutPanel11 - - - 0 - - - buttonCLI - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flowLayoutPanel11 - - - 1 - - - 3, 3 - - - 125, 31 - - - 13 - - - flowLayoutPanel11 - - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel5 - - - 1 - True @@ -376,7 +229,7 @@ Flat - Yu Gothic UI Semibold, 9pt, style=Bold + Microsoft Sans Serif, 9pt, style=Bold 2, 2 @@ -385,7 +238,7 @@ 2, 2, 2, 2 - 59, 27 + 71, 27 0 @@ -422,16 +275,16 @@ Flat - Yu Gothic UI Semibold, 9pt, style=Bold + Microsoft Sans Serif, 9pt, style=Bold - 65, 2 + 77, 2 2, 2, 2, 2 - 58, 27 + 66, 27 11 @@ -454,20 +307,107 @@ 1 + + 3, 3 + + + 145, 31 + + + 13 + + + flowLayoutPanel11 + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel5 + + + 1 + + + Fill + + + 2, 17 + + + 2 + + + 151, 74 + + + 13 + + + tableLayoutPanel5 + + + System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox1 + + + 0 + + + <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="flowLayoutPanel12" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="flowLayoutPanel11" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0" /><Rows Styles="Percent,50,Percent,50" /></TableLayoutSettings> + + + Fill + + + Microsoft Sans Serif, 9.75pt, style=Bold + + + 2, 2 + + + 2, 2, 2, 2 + + + 2, 2, 2, 2 + + + 155, 93 + + + 0 + + + 设备控制 + + + groupBox1 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel7 + + + 0 + Top, Left, Right - Yu Gothic UI, 9.75pt + Microsoft Sans Serif, 9.75pt - 4, 261 + 4, 241 2, 2, 2, 2 - 677, 195 + 800, 310 1 @@ -500,7 +440,7 @@ Flat - Yu Gothic UI Semibold, 9pt, style=Bold + Microsoft Sans Serif, 9pt, style=Bold @@ -518,7 +458,7 @@ 2, 2, 2, 2 - 63, 27 + 70, 27 3 @@ -550,57 +490,6 @@ GrowAndShrink - - tableLayoutPanel7 - - - System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox2 - - - 0 - - - <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="flowLayoutPanel14" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="flowLayoutPanel13" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0" /><Rows Styles="Percent,50,Percent,50" /></TableLayoutSettings> - - - Fill - - - Yu Gothic UI Semibold, 9.75pt, style=Bold - - - 141, 2 - - - 2, 2, 2, 2 - - - 2, 2, 2, 2 - - - 215, 96 - - - 4 - - - 普通卡操作 - - - groupBox2 - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flowLayoutPanel7 - - - 1 - True @@ -610,99 +499,12 @@ 1 - - flowLayoutPanel14 - - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel7 - - - 0 - - - flowLayoutPanel13 - - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel7 - - - 1 - - - Fill - - - 2, 20 - - - 2 - - - 211, 74 - - - 13 - - - tableLayoutPanel7 - - - System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox2 - - - 0 - - - <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="flowLayoutPanel14" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="flowLayoutPanel13" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0" /><Rows Styles="Percent,50,Percent,50" /></TableLayoutSettings> - True GrowAndShrink - - buttonSelectKey - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flowLayoutPanel14 - - - 0 - - - 3, 40 - - - 103, 31 - - - 13 - - - flowLayoutPanel14 - - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel7 - - - 0 - True @@ -716,7 +518,7 @@ Flat - Yu Gothic UI Semibold, 9pt, style=Bold + Microsoft Sans Serif, 9pt, style=Bold @@ -734,7 +536,7 @@ 2, 2, 2, 2 - 99, 27 + 112, 27 4 @@ -760,57 +562,33 @@ 0 + + 3, 40 + + + 116, 31 + + + 13 + + + flowLayoutPanel14 + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel7 + + + 0 + True GrowAndShrink - - buttonMfWrite - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flowLayoutPanel13 - - - 1 - - - buttonMfFormat - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flowLayoutPanel13 - - - 2 - - - 3, 3 - - - 205, 31 - - - 13 - - - flowLayoutPanel13 - - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel7 - - - 1 - True @@ -824,7 +602,7 @@ Flat - Yu Gothic UI Semibold, 9pt, style=Bold + Microsoft Sans Serif, 9pt, style=Bold @@ -836,13 +614,13 @@ - 69, 2 + 76, 2 2, 2, 2, 2 - 65, 27 + 70, 27 5 @@ -881,7 +659,7 @@ Flat - Yu Gothic UI Semibold, 9pt, style=Bold + Microsoft Sans Serif, 9pt, style=Bold @@ -893,13 +671,13 @@ - 138, 2 + 150, 2 2, 2, 2, 2 - 65, 27 + 70, 27 6 @@ -925,6 +703,93 @@ 2 + + 3, 3 + + + 222, 31 + + + 13 + + + flowLayoutPanel13 + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel7 + + + 1 + + + Fill + + + 2, 17 + + + 2 + + + 228, 74 + + + 13 + + + tableLayoutPanel7 + + + System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox2 + + + 0 + + + <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="flowLayoutPanel14" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="flowLayoutPanel13" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0" /><Rows Styles="Percent,50,Percent,50" /></TableLayoutSettings> + + + Fill + + + Microsoft Sans Serif, 9.75pt, style=Bold + + + 161, 2 + + + 2, 2, 2, 2 + + + 2, 2, 2, 2 + + + 232, 93 + + + 4 + + + 普通卡操作 + + + groupBox2 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel7 + + + 1 + True @@ -938,7 +803,7 @@ Flat - Yu Gothic UI Semibold, 9pt, style=Bold + Microsoft Sans Serif, 9pt, style=Bold 2, 2 @@ -947,7 +812,7 @@ 2, 2, 2, 2 - 52, 27 + 56, 27 10 @@ -983,7 +848,7 @@ Flat - Yu Gothic UI Semibold, 9pt, style=Bold + Microsoft Sans Serif, 9pt, style=Bold 2, 2 @@ -992,7 +857,7 @@ 2, 2, 2, 2 - 50, 27 + 56, 27 9 @@ -1028,7 +893,7 @@ Flat - Yu Gothic UI Semibold, 9pt, style=Bold + Microsoft Sans Serif, 9pt, style=Bold 2, 2 @@ -1037,7 +902,7 @@ 2, 2, 2, 2 - 62, 27 + 71, 27 8 @@ -1074,16 +939,16 @@ Flat - Yu Gothic UI Semibold, 9pt, style=Bold + Microsoft Sans Serif, 9pt, style=Bold - 58, 2 + 62, 2 2, 2, 2, 2 - 64, 27 + 69, 27 5 @@ -1119,16 +984,16 @@ Flat - Yu Gothic UI Semibold, 9pt, style=Bold + Microsoft Sans Serif, 9pt, style=Bold - 124, 2 + 135, 2 2, 2, 2, 2 - 64, 27 + 69, 27 7 @@ -1165,16 +1030,16 @@ Flat - Yu Gothic UI Semibold, 9pt, style=Bold + Microsoft Sans Serif, 9pt, style=Bold - 56, 2 + 62, 2 2, 2, 2, 2 - 64, 27 + 69, 27 6 @@ -1206,57 +1071,6 @@ GrowAndShrink - - tableLayoutPanel10 - - - System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox3 - - - 0 - - - <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="flowLayoutPanel20" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="flowLayoutPanel19" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0" /><Rows Styles="AutoSize,0,AutoSize,0" /></TableLayoutSettings> - - - Fill - - - Yu Gothic UI Semibold, 9.75pt, style=Bold - - - 454, 2 - - - 2, 2, 2, 2 - - - 2, 2, 2, 2 - - - 126, 100 - - - 5 - - - 运行/终端 - - - groupBox3 - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flowLayoutPanel8 - - - 2 - True @@ -1266,99 +1080,12 @@ 1 - - flowLayoutPanel20 - - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel10 - - - 0 - - - flowLayoutPanel19 - - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel10 - - - 1 - - - Fill - - - 2, 20 - - - 2 - - - 122, 78 - - - 13 - - - tableLayoutPanel10 - - - System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox3 - - - 0 - - - <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="flowLayoutPanel20" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="flowLayoutPanel19" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0" /><Rows Styles="AutoSize,0,AutoSize,0" /></TableLayoutSettings> - True GrowAndShrink - - buttonKill - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flowLayoutPanel20 - - - 0 - - - 3, 40 - - - 59, 31 - - - 17 - - - flowLayoutPanel20 - - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel10 - - - 0 - True @@ -1372,7 +1099,7 @@ Flat - Yu Gothic UI Semibold, 9pt, style=Bold + Microsoft Sans Serif, 9pt, style=Bold 2, 2 @@ -1381,7 +1108,7 @@ 2, 2, 2, 2 - 55, 27 + 58, 27 2 @@ -1401,57 +1128,33 @@ 0 + + 3, 40 + + + 62, 31 + + + 17 + + + flowLayoutPanel20 + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel10 + + + 0 + True GrowAndShrink - - buttonConClr - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flowLayoutPanel19 - - - 0 - - - buttonConSave - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flowLayoutPanel19 - - - 1 - - - 3, 3 - - - 116, 31 - - - 13 - - - flowLayoutPanel19 - - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel10 - - - 1 - True @@ -1465,7 +1168,7 @@ Flat - Yu Gothic UI Semibold, 9pt, style=Bold + Microsoft Sans Serif, 9pt, style=Bold 2, 2 @@ -1474,7 +1177,7 @@ 2, 2, 2, 2 - 53, 27 + 58, 27 0 @@ -1507,16 +1210,16 @@ Flat - Yu Gothic UI Semibold, 9pt, style=Bold + Microsoft Sans Serif, 9pt, style=Bold - 59, 2 + 64, 2 2, 2, 2, 2 - 55, 27 + 58, 27 1 @@ -1536,6 +1239,93 @@ 1 + + 3, 3 + + + 124, 31 + + + 13 + + + flowLayoutPanel19 + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel10 + + + 1 + + + Fill + + + 2, 17 + + + 2 + + + 130, 78 + + + 13 + + + tableLayoutPanel10 + + + System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox3 + + + 0 + + + <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="flowLayoutPanel20" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="flowLayoutPanel19" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0" /><Rows Styles="AutoSize,0,AutoSize,0" /></TableLayoutSettings> + + + Fill + + + Microsoft Sans Serif, 9.75pt, style=Bold + + + 509, 2 + + + 2, 2, 2, 2 + + + 2, 2, 2, 2 + + + 134, 97 + + + 5 + + + 运行/终端 + + + groupBox3 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel8 + + + 2 + True @@ -1549,16 +1339,16 @@ Flat - Yu Gothic UI Semibold, 9pt, style=Bold + Microsoft Sans Serif, 9pt, style=Bold - 122, 2 + 134, 2 2, 2, 2, 2 - 79, 27 + 84, 27 3 @@ -1594,7 +1384,7 @@ Flat - Yu Gothic UI Semibold, 9pt, style=Bold + Microsoft Sans Serif, 9pt, style=Bold 2, 2 @@ -1603,7 +1393,7 @@ 2, 2, 2, 2 - 72, 27 + 83, 27 1 @@ -1636,7 +1426,7 @@ Flat - Yu Gothic UI Semibold, 9pt, style=Bold + Microsoft Sans Serif, 9pt, style=Bold 2, 2 @@ -1645,7 +1435,7 @@ 2, 2, 2, 2 - 65, 29 + 71, 29 0 @@ -1665,9 +1455,6 @@ 0 - - 17, 17 - True @@ -1681,7 +1468,7 @@ Flat - Yu Gothic UI Semibold, 9pt, style=Bold + Microsoft Sans Serif, 9pt, style=Bold 2, 2 @@ -1690,7 +1477,7 @@ 2, 2, 2, 2 - 53, 27 + 58, 27 13 @@ -1726,16 +1513,16 @@ Flat - Yu Gothic UI Semibold, 9pt, style=Bold + Microsoft Sans Serif, 9pt, style=Bold - 126, 2 + 135, 2 2, 2, 2, 2 - 58, 27 + 66, 27 5 @@ -1774,13 +1561,13 @@ Microsoft Sans Serif, 8.25pt - 2, 13 + 2, 15 2, 2, 2, 2 - 75, 25 + 83, 25 4 @@ -1816,16 +1603,16 @@ Flat - Yu Gothic UI Semibold, 9pt, style=Bold + Microsoft Sans Serif, 9pt, style=Bold - 59, 2 + 64, 2 2, 2, 2, 2 - 63, 27 + 71, 27 16 @@ -1861,16 +1648,16 @@ Flat - Yu Gothic UI Semibold, 9pt, style=Bold + Microsoft Sans Serif, 9pt, style=Bold - 68, 2 + 77, 2 2, 2, 2, 2 - 50, 27 + 53, 27 15 @@ -1899,57 +1686,6 @@ GrowAndShrink - - tableLayoutPanel6 - - - System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox4 - - - 0 - - - <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="flowLayoutPanel10" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="flowLayoutPanel9" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0" /><Rows Styles="Percent,50,Percent,50" /></TableLayoutSettings> - - - Fill - - - Yu Gothic UI Semibold, 9.75pt, style=Bold - - - 2, 2 - - - 2, 2, 2, 2 - - - 2, 2, 2, 2 - - - 196, 100 - - - 11 - - - 集成辅助工具 - - - groupBox4 - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flowLayoutPanel8 - - - 0 - True @@ -1959,60 +1695,6 @@ 1 - - flowLayoutPanel10 - - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel6 - - - 0 - - - flowLayoutPanel9 - - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel6 - - - 1 - - - Fill - - - 2, 20 - - - 2 - - - 192, 78 - - - 13 - - - tableLayoutPanel6 - - - System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox4 - - - 0 - - - <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="flowLayoutPanel10" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="flowLayoutPanel9" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0" /><Rows Styles="Percent,50,Percent,50" /></TableLayoutSettings> - True @@ -2023,7 +1705,7 @@ 3, 42 - 76, 31 + 87, 31 13 @@ -2046,42 +1728,6 @@ GrowAndShrink - - buttonMFF08 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flowLayoutPanel9 - - - 1 - - - Fill - - - 3, 3 - - - 186, 33 - - - 13 - - - flowLayoutPanel9 - - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel6 - - - 1 - True @@ -2095,13 +1741,13 @@ Flat - Yu Gothic UI Semibold, 9pt, style=Bold + Microsoft Sans Serif, 9pt, style=Bold - 72, 3 + 78, 3 - 111, 27 + 126, 27 2 @@ -2121,6 +1767,1302 @@ 1 + + Fill + + + 3, 3 + + + 207, 33 + + + 13 + + + flowLayoutPanel9 + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel6 + + + 1 + + + Fill + + + 2, 17 + + + 2 + + + 213, 78 + + + 13 + + + tableLayoutPanel6 + + + System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox4 + + + 0 + + + <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="flowLayoutPanel10" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="flowLayoutPanel9" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0" /><Rows Styles="Percent,50,Percent,50" /></TableLayoutSettings> + + + Fill + + + Microsoft Sans Serif, 9.75pt, style=Bold + + + 2, 2 + + + 2, 2, 2, 2 + + + 2, 2, 2, 2 + + + 217, 97 + + + 11 + + + 集成辅助工具 + + + groupBox4 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel8 + + + 0 + + + True + + + GrowAndShrink + + + 5 + + + True + + + GrowAndShrink + + + True + + + Fill + + + Microsoft Sans Serif, 9.75pt + + + BottomCenter + + + 2, 0 + + + 2, 0, 2, 0 + + + 38, 32 + + + 12 + + + 请放 +新卡 + + + MiddleCenter + + + label8 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel1 + + + 0 + + + Fill + + + NoControl + + + 3, 35 + + + 36, 27 + + + 16 + + + pictureBox3 + + + System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel1 + + + 1 + + + Fill + + + TopDown + + + 369, 3 + + + 42, 207 + + + 18 + + + flowLayoutPanel1 + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel2 + + + 0 + + + True + + + GrowAndShrink + + + True + + + GrowAndShrink + + + 1 + + + True + + + GrowAndShrink + + + 4 + + + True + + + Left + + + Microsoft Sans Serif, 9.75pt + + + NoControl + + + 2, 31 + + + 2, 0, 2, 0 + + + 38, 32 + + + 13 + + + 请放 +原卡 + + + label7 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel1 + + + 0 + + + True + + + GrowAndShrink + + + Left + + + Flat + + + Microsoft Sans Serif, 9pt, style=Bold + + + 2, 2 + + + 2, 2, 2, 2 + + + 71, 27 + + + 0 + + + 检测连接 + + + buttonEscan + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel1 + + + 1 + + + True + + + GrowAndShrink + + + Fill + + + Flat + + + Microsoft Sans Serif, 9pt, style=Bold + + + 113, 2 + + + 2, 2, 2, 2 + + + 71, 27 + + + 1 + + + 扫描卡片 + + + buttoEScanCard + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel1 + + + 2 + + + Fill + + + 78, 3 + + + 30, 25 + + + 14 + + + pictureBox1 + + + System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel1 + + + 3 + + + NoControl + + + 189, 3 + + + 30, 23 + + + 15 + + + pictureBox2 + + + System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel1 + + + 4 + + + True + + + GrowAndShrink + + + Fill + + + Flat + + + Microsoft Sans Serif, 9pt, style=Bold + + + 113, 33 + + + 2, 2, 2, 2 + + + 71, 28 + + + 5 + + + 检测加密 + + + buttonECheckEncrypt + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel1 + + + 5 + + + 2, 2 + + + 2, 2, 2, 2 + + + 2 + + + 222, 63 + + + 12 + + + tableLayoutPanel1 + + + System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel15 + + + 0 + + + <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="label7" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="buttonEscan" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="buttoEScanCard" Row="0" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="pictureBox1" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="pictureBox2" Row="0" RowSpan="1" Column="3" ColumnSpan="1" /><Control Name="buttonECheckEncrypt" Row="1" RowSpan="1" Column="2" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0" /><Rows Styles="AutoSize,0,AutoSize,0" /></TableLayoutSettings> + + + True + + + Left + + + 3, 67 + + + 229, 64 + + + 13 + + + 本工具仅支持SAK=08/18/28的 +卡片复制。SAK28无一键解密。 +若要复制S70卡片,请在高级界 +面上取消勾选“数据写入保护”。 + + + + MiddleLeft + + + label13 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel15 + + + 1 + + + 12, 18 + + + 2 + + + 235, 131 + + + 14 + + + tableLayoutPanel15 + + + System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox16 + + + 0 + + + <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="tableLayoutPanel1" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="label13" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0" /><Rows Styles="AutoSize,0,AutoSize,0" /></TableLayoutSettings> + + + Fill + + + Microsoft Sans Serif, 9.75pt, style=Bold + + + 3, 3 + + + 253, 207 + + + 13 + + + 从这里开始 + + + groupBox16 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel2 + + + 1 + + + True + + + GrowAndShrink + + + True + + + GrowAndShrink + + + 1 + + + True + + + GrowAndShrink + + + Fill + + + Flat + + + Microsoft Sans Serif, 9pt, style=Bold + + + 2, 33 + + + 2, 2, 2, 2 + + + 95, 27 + + + 3 + + + 从UID卡读回 + + + buttonEReadUID + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel11 + + + 0 + + + True + + + GrowAndShrink + + + Bottom + + + Flat + + + Microsoft Sans Serif, 9pt, style=Bold + + + 2, 161 + + + 2, 2, 2, 2 + + + 95, 27 + + + 1 + + + 已知密钥读 + + + buttonEMfRead + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel11 + + + 1 + + + True + + + GrowAndShrink + + + Fill + + + Flat + + + Microsoft Sans Serif, 9pt, style=Bold + + + 2, 64 + + + 2, 2, 2, 2 + + + 95, 27 + + + 2 + + + 知一密破解 + + + buttonECmfoc + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel11 + + + 2 + + + True + + + GrowAndShrink + + + Fill + + + Flat + + + Microsoft Sans Serif, 9pt, style=Bold + + + 2, 2 + + + 2, 2, 2, 2 + + + 95, 27 + + + 0 + + + 一键解原卡 + + + buttonEMfoc + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel11 + + + 3 + + + True + + + GrowAndShrink + + + Fill + + + Flat + + + Microsoft Sans Serif, 9pt, style=Bold + + + 2, 95 + + + 2, 2, 2, 2 + + + 95, 27 + + + 2 + + + 加载密钥… + + + buttonESelectKey + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel11 + + + 4 + + + Fill + + + 2, 17 + + + 5 + + + 99, 190 + + + 13 + + + tableLayoutPanel11 + + + System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox5 + + + 0 + + + <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="buttonEReadUID" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="buttonEMfRead" Row="4" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="buttonECmfoc" Row="2" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="buttonEMfoc" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="buttonESelectKey" Row="3" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0" /><Rows Styles="AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0" /></TableLayoutSettings> + + + Fill + + + Microsoft Sans Serif, 9.75pt, style=Bold + + + 261, 2 + + + 2, 2, 2, 2 + + + 2, 2, 2, 2 + + + 103, 209 + + + 0 + + + [2]读取原卡 + + + groupBox5 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel2 + + + 2 + + + True + + + GrowAndShrink + + + 1 + + + True + + + GrowAndShrink + + + NoControl + + + 3, 3 + + + 30, 24 + + + 0 + + + pictureBox4 + + + System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel24 + + + 0 + + + True + + + Fill + + + 38, 0 + + + 2, 0, 2, 0 + + + 136, 30 + + + 10 + + + 尝试一下是否成功 + + + MiddleCenter + + + label6 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel24 + + + 1 + + + Bottom + + + 3, 70 + + + 181, 30 + + + 13 + + + False + + + flowLayoutPanel24 + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel3 + + + 0 + + + Bottom, Right + + + True + + + GrowAndShrink + + + Flat + + + Microsoft Sans Serif, 9pt, style=Bold + + + 140, 178 + + + 2, 2, 2, 2 + + + 45, 27 + + + 13 + + + 停止 + + + buttonEStop + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel3 + + + 1 + + + Fill + + + 526, 3 + + + 2 + + + 187, 207 + + + 16 + + + tableLayoutPanel3 + + + System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel2 + + + 3 + + + <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="flowLayoutPanel24" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="buttonEStop" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0" /><Rows Styles="Percent,50,Percent,50" /></TableLayoutSettings> + + + True + + + GrowAndShrink + + + True + + + GrowAndShrink + + + 1 + + + True + + + GrowAndShrink + + + Fill + + + Flat + + + Microsoft Sans Serif, 9pt, style=Bold + + + 2, 2 + + + 2, 2, 2, 2 + + + 97, 27 + + + 2 + + + 写(UF)UID卡 + + + buttonEUIDWrite + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel13 + + + 0 + + + True + + + GrowAndShrink + + + Fill + + + Flat + + + Microsoft Sans Serif, 9pt, style=Bold + + + 2, 64 + + + 2, 2, 2, 2 + + + 97, 27 + + + 1 + + + 锁UFUID卡 + + + button4 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel13 + + + 1 + + + True + + + GrowAndShrink + + + Fill + + + Flat + + + Microsoft Sans Serif, 9pt, style=Bold + + + 2, 33 + + + 2, 2, 2, 2 + + + 97, 27 + + + 2 + + + 写C/FUID卡 + + + buttonECuidWrite + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel13 + + + 2 + + + Bottom + + + True + + + GrowAndShrink + + + Flat + + + Microsoft Sans Serif, 9pt, style=Bold + + + NoControl + + + 8, 161 + + + 2, 2, 2, 2 + + + 84, 27 + + + 0 + + + 写入普通卡 + + + buttonEMfWrite + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel13 + + + 3 + + + Fill + + + 2, 17 + + + 4 + + + 101, 190 + + + 13 + + + tableLayoutPanel13 + + + System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox7 + + + 0 + + + <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="buttonEUIDWrite" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="button4" Row="2" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="buttonECuidWrite" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="buttonEMfWrite" Row="3" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0" /><Rows Styles="AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0" /></TableLayoutSettings> + + + Fill + + + Microsoft Sans Serif, 9.75pt, style=Bold + + + 416, 2 + + + 2, 2, 2, 2 + + + 2, 2, 2, 2 + + + 105, 209 + + + 3 + + + [3]写入新卡 + + + groupBox7 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel2 + + + 4 + + + Fill + + + 2, 2 + + + 1 + + + 716, 213 + + + 15 + tableLayoutPanel2 @@ -2137,7 +3079,7 @@ <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="flowLayoutPanel1" Row="0" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="groupBox16" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="groupBox5" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="tableLayoutPanel3" Row="0" RowSpan="1" Column="4" ColumnSpan="1" /><Control Name="groupBox7" Row="0" RowSpan="1" Column="3" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0" /><Rows Styles="AutoSize,0" /></TableLayoutSettings> - Yu Gothic UI Semibold, 9.75pt, style=Bold + Microsoft Sans Serif, 9.75pt, style=Bold sharp_file_copy_black_18pt_1x.png @@ -2152,7 +3094,7 @@ 2, 2, 2, 2 - 679, 237 + 720, 217 1 @@ -2172,6 +3114,577 @@ 0 + + True + + + GrowAndShrink + + + 1 + + + True + + + GrowAndShrink + + + True + + + GrowAndShrink + + + True + + + GrowAndShrink + + + 1 + + + True + + + GrowAndShrink + + + True + + + GrowAndShrink + + + Fill + + + Flat + + + Microsoft Sans Serif, 9pt, style=Bold + + + 139, 2 + + + 2, 2, 2, 2 + + + 133, 27 + + + 14 + + + Bitsliced Cropto-1 + + + buttonHardNested + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel18 + + + 2 + + + Fill + + + 2, 39 + + + 2, 2, 2, 2 + + + 274, 37 + + + 14 + + + flowLayoutPanel18 + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel8 + + + 0 + + + True + + + GrowAndShrink + + + Fill + + + 3, 3 + + + 272, 31 + + + 13 + + + flowLayoutPanel17 + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel8 + + + 1 + + + Fill + + + 2, 17 + + + 2 + + + 278, 78 + + + 13 + + + tableLayoutPanel8 + + + System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox10 + + + 0 + + + <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="flowLayoutPanel18" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="flowLayoutPanel17" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0" /><Rows Styles="AutoSize,0,AutoSize,0" /></TableLayoutSettings> + + + Fill + + + Microsoft Sans Serif, 9.75pt, style=Bold + + + 223, 2 + + + 2, 2, 2, 2 + + + 2, 2, 2, 2 + + + 282, 97 + + + 6 + + + 破解工具 + + + groupBox10 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel8 + + + 1 + + + Fill + + + 3, 110 + + + 783, 101 + + + 15 + + + False + + + flowLayoutPanel8 + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel4 + + + 0 + + + True + + + GrowAndShrink + + + True + + + GrowAndShrink + + + True + + + GrowAndShrink + + + 1 + + + True + + + GrowAndShrink + + + 3, 40 + + + 203, 31 + + + 14 + + + flowLayoutPanel16 + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel9 + + + 0 + + + True + + + GrowAndShrink + + + True + + + GrowAndShrink + + + Fill + + + Flat + + + Microsoft Sans Serif, 9pt, style=Bold + + + NoControl + + + 208, 2 + + + 2, 2, 2, 2 + + + 69, 27 + + + 11 + + + 显示UID + + + ShowUID + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel15 + + + 3 + + + Fill + + + 3, 3 + + + 279, 31 + + + 13 + + + flowLayoutPanel15 + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel9 + + + 1 + + + Fill + + + 2, 17 + + + 2 + + + 285, 74 + + + 13 + + + tableLayoutPanel9 + + + System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox8 + + + 0 + + + <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="flowLayoutPanel16" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="flowLayoutPanel15" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0" /><Rows Styles="AutoSize,0,AutoSize,0" /></TableLayoutSettings> + + + Fill + + + Microsoft Sans Serif, 9.75pt, style=Bold + + + 397, 2 + + + 2, 2, 2, 2 + + + 2, 2, 2, 2 + + + 289, 93 + + + 6 + + + UID/UFUID卡操作 + + + groupBox8 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel7 + + + 2 + + + True + + + GrowAndShrink + + + True + + + GrowAndShrink + + + True + + + Fill + + + Microsoft Sans Serif, 9.75pt + + + 2, 42 + + + 2, 0, 2, 0 + + + 83, 32 + + + 5 + + + 该卡种读取 +同普通卡 + + + MiddleCenter + + + label1 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel21 + + + 0 + + + Fill + + + BottomUp + + + 2, 17 + + + 87, 74 + + + 0 + + + flowLayoutPanel21 + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox9 + + + 0 + + + Fill + + + Microsoft Sans Serif, 9.75pt, style=Bold + + + 690, 2 + + + 2, 2, 2, 2 + + + 2, 2, 2, 2 + + + 91, 93 + + + 14 + + + C/FUID卡操作 + + + groupBox9 + + + System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel7 + + + 3 + + + Fill + + + 3, 3 + + + 783, 101 + + + 14 + + + False + + + flowLayoutPanel7 + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel4 + + + 1 + + + 8, 5 + + + 2 + + + 789, 214 + + + 0 + tableLayoutPanel4 @@ -2200,7 +3713,7 @@ 2, 2, 2, 2 - 679, 237 + 802, 217 0 @@ -2235,6 +3748,210 @@ GrowAndShrink + + True + + + GrowAndShrink + + + True + + + GrowAndShrink + + + True + + + Flat + + + Microsoft Sans Serif, 9pt, style=Bold + + + 2, 2 + + + 2, 2, 2, 2 + + + 136, 19 + + + 2 + + + 自动判断Key(beta) + + + checkBoxAutoABN + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel2 + + + 0 + + + True + + + Flat + + + Microsoft Sans Serif, 9pt, style=Bold + + + 2, 25 + + + 2, 2, 2, 2 + + + 148, 19 + + + 12 + + + 自动加载uid.Key文件 + + + checkBoxAutoLoadKey + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel2 + + + 1 + + + True + + + Flat + + + Microsoft Sans Serif, 9pt, style=Bold + + + 2, 48 + + + 2, 2, 2, 2 + + + 137, 19 + + + 11 + + + 数据写入保护(建议) + + + checkBoxWriteProtect + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel2 + + + 2 + + + True + + + Flat + + + Microsoft Sans Serif, 9pt, style=Bold + + + 3, 72 + + + 121, 19 + + + 13 + + + CUID写空卡补丁 + + + checkBoxCuidKeyOver + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel2 + + + 3 + + + Fill + + + TopDown + + + 2, 17 + + + 152, 94 + + + 14 + + + flowLayoutPanel2 + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox6 + + + 0 + + + Fill + + + Microsoft Sans Serif, 9.75pt, style=Bold + + + 2, 2 + + + 2, 2, 2, 2 + + + 2, 2, 2, 2 + + + 156, 113 + + + 0 + + + 卡操作相关 + groupBox6 @@ -2247,6 +3964,231 @@ 0 + + True + + + GrowAndShrink + + + True + + + GrowAndShrink + + + 2 + + + True + + + Top + + + Microsoft Sans Serif, 9pt + + + 91, 49 + + + 2, 2, 2, 2 + + + 56, 21 + + + 16 + + + Center + + + numericCLIFontSize + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel12 + + + 0 + + + True + + + Fill + + + Microsoft Sans Serif, 9pt, style=Bold + + + 2, 0 + + + 2, 0, 2, 0 + + + 85, 47 + + + 13 + + + 终端文字颜色 + + + MiddleCenter + + + label9 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel12 + + + 1 + + + True + + + GrowAndShrink + + + Fill + + + Popup + + + Microsoft Sans Serif, 9pt + + + 91, 2 + + + 2, 2, 2, 2 + + + 56, 43 + + + 14 + + + #M1T# + + + buttonCLIColor + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel12 + + + 2 + + + True + + + Top + + + Microsoft Sans Serif, 9pt, style=Bold + + + 2, 47 + + + 2, 0, 2, 0 + + + 85, 15 + + + 15 + + + 终端文字大小 + + + MiddleCenter + + + label10 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tableLayoutPanel12 + + + 3 + + + Fill + + + 2, 17 + + + 2 + + + 149, 94 + + + 14 + + + tableLayoutPanel12 + + + System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox12 + + + 0 + + + <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="numericCLIFontSize" Row="1" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="label9" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="buttonCLIColor" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="label10" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0,AutoSize,0" /><Rows Styles="Percent,50,Percent,50" /></TableLayoutSettings> + + + Fill + + + Microsoft Sans Serif, 9.75pt, style=Bold + + + 162, 2 + + + 2, 2, 2, 2 + + + 2, 2, 2, 2 + + + 153, 113 + + + 12 + + + 界面设置 + groupBox12 @@ -2259,6 +4201,195 @@ 1 + + True + + + GrowAndShrink + + + True + + + GrowAndShrink + + + True + + + Flat + + + Microsoft Sans Serif, 9pt, style=Bold + + + 2, 2 + + + 2, 2, 2, 2 + + + 114, 19 + + + 1 + + + 减少找设备延迟 + + + checkBoxNewScan + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel5 + + + 0 + + + True + + + Flat + + + Microsoft Sans Serif, 9pt, style=Bold + + + 3, 26 + + + 304, 19 + + + 4 + + + 多实例运行模式 会禁用多开检测 请自行指定设备 + + + checkBoxMultiDev + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel5 + + + 1 + + + True + + + Microsoft Sans Serif, 9pt, style=Bold + + + 3, 48 + + + 59, 15 + + + 3 + + + 指定设备 + + + label11 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel5 + + + 2 + + + Flat + + + Microsoft Sans Serif, 9pt + + + 3, 66 + + + 131, 23 + + + 2 + + + SetDeviceCombo + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel5 + + + 3 + + + Fill + + + TopDown + + + 2, 17 + + + 310, 94 + + + 14 + + + flowLayoutPanel5 + + + System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + groupBox14 + + + 0 + + + Fill + + + Microsoft Sans Serif, 9.75pt, style=Bold + + + 319, 2 + + + 2, 2, 2, 2 + + + 2, 2, 2, 2 + + + 314, 113 + + + 15 + + + 优化设置 + groupBox14 @@ -2278,7 +4409,7 @@ 3, 3 - 673, 120 + 796, 117 14 @@ -2310,6 +4441,99 @@ GrowAndShrink + + True + + + GrowAndShrink + + + True + + + Fill + + + Microsoft Sans Serif, 9pt, style=Bold + + + NoControl + + + 3, 0 + + + 85, 15 + + + 0 + + + 选择界面语言 + + + label12 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel23 + + + 0 + + + Fill + + + Flat + + + Microsoft Sans Serif, 9pt + + + 标准 + + + 俄语 + + + 3, 18 + + + 85, 23 + + + 1 + + + comboBox1 + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel23 + + + 1 + + + Fill + + + TopDown + + + 3, 18 + + + 91, 44 + + + 13 + flowLayoutPanel23 @@ -2326,13 +4550,13 @@ Fill - Yu Gothic UI Semibold, 9.75pt, style=Bold + Microsoft Sans Serif, 9.75pt, style=Bold 3, 3 - 85, 68 + 97, 65 14 @@ -2358,6 +4582,102 @@ GrowAndShrink + + True + + + GrowAndShrink + + + True + + + Flat + + + Microsoft Sans Serif, 9pt, style=Bold + + + 2, 2 + + + 2, 2, 2, 2 + + + 153, 19 + + + 0 + + + 自动转到高级操作模式 + + + checkBoxDefIsAdv + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel4 + + + 0 + + + True + + + Flat + + + Microsoft Sans Serif, 9pt, style=Bold + + + 2, 25 + + + 2, 2, 2, 2 + + + 151, 19 + + + 1 + + + 自动以UID名保存文件 + + + checkBoxAutoSave + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel4 + + + 1 + + + Fill + + + TopDown + + + Microsoft Sans Serif, 9pt + + + 2, 17 + + + 157, 48 + + + 14 + flowLayoutPanel4 @@ -2374,10 +4694,10 @@ Fill - Yu Gothic UI Semibold, 9.75pt, style=Bold + Microsoft Sans Serif, 9.75pt, style=Bold - 93, 2 + 105, 2 2, 2, 2, 2 @@ -2386,7 +4706,7 @@ 2, 2, 2, 2 - 146, 70 + 161, 67 13 @@ -2412,6 +4732,66 @@ GrowAndShrink + + True + + + GrowAndShrink + + + True + + + Fill + + + Flat + + + Microsoft Sans Serif, 9pt, style=Bold + + + 2, 2 + + + 2, 2, 2, 2 + + + 88, 19 + + + 0 + + + 单线程计算 + + + checkBoxHardLowCost + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + flowLayoutPanel3 + + + 0 + + + Fill + + + TopDown + + + 2, 17 + + + 92, 48 + + + 14 + flowLayoutPanel3 @@ -2428,10 +4808,10 @@ Fill - Yu Gothic UI Semibold, 9.75pt, style=Bold + Microsoft Sans Serif, 9.75pt, style=Bold - 243, 2 + 270, 2 2, 2, 2, 2 @@ -2440,7 +4820,7 @@ 2, 2, 2, 2 - 85, 70 + 96, 67 14 @@ -2485,13 +4865,13 @@ Flat - Yu Gothic UI, 9pt, style=Bold + Microsoft Sans Serif, 9pt, style=Bold 3, 3 - 173, 27 + 210, 27 0 @@ -2515,10 +4895,10 @@ Fill - 3, 21 + 3, 18 - 179, 44 + 216, 44 1 @@ -2539,13 +4919,13 @@ Fill - Yu Gothic UI, 9.75pt, style=Bold + Microsoft Sans Serif, 9.75pt, style=Bold - 333, 3 + 371, 3 - 185, 68 + 222, 65 15 @@ -2569,10 +4949,10 @@ Fill - 3, 129 + 3, 126 - 673, 105 + 796, 88 16 @@ -2602,7 +4982,7 @@ 2 - 679, 237 + 802, 217 15 @@ -2623,7 +5003,7 @@ <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="flowLayoutPanel6" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="flowLayoutPanel22" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0" /><Rows Styles="AutoSize,0,AutoSize,0" /></TableLayoutSettings> - Yu Gothic UI, 9.75pt + Microsoft Sans Serif, 9.75pt round_settings_black_18pt_1x.png @@ -2635,7 +5015,7 @@ 2, 2, 2, 2 - 679, 237 + 802, 217 2 @@ -2659,7 +5039,7 @@ Top - Yu Gothic UI Semibold, 9pt, style=Bold + Microsoft Sans Serif, 9pt, style=Bold 384, 17 @@ -2669,7 +5049,7 @@ AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0 ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAACu - CgAAAk1TRnQBSQFMAgEBAwEAAfQBAAH0AQABEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo + CgAAAk1TRnQBSQFMAgEBAwEAAfwBAAH8AQABEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo AwABQAMAARADAAEBAQABCAYAAQQYAAGAAgABgAMAAoABAAGAAwABgAEAAYABAAKAAgADwAEAAcAB3AHA AQAB8AHKAaYBAAEzBQABMwEAATMBAAEzAQACMwIAAxYBAAMcAQADIgEAAykBAANVAQADTQEAA0IBAAM5 AQABgAF8Af8BAAJQAf8BAAGTAQAB1gEAAf8B7AHMAQABxgHWAe8BAAHWAucBAAGQAakBrQIAAf8BMwMA @@ -2724,7 +5104,7 @@ 2, 2, 2, 2 - 687, 265 + 810, 245 11 @@ -2741,3606 +5121,17 @@ 2 - - True - - - GrowAndShrink - - - 5 - - - flowLayoutPanel1 - - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel2 - - - 0 - - - groupBox16 - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel2 - - - 1 - - - groupBox5 - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel2 - - - 2 - - - tableLayoutPanel3 - - - System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel2 - - - 3 - - - <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="flowLayoutPanel24" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="buttonEStop" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0" /><Rows Styles="Percent,50,Percent,50" /></TableLayoutSettings> - - - groupBox7 - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel2 - - - 4 - - - Fill - - - 2, 2 - - - 1 - - - 675, 233 - - - 15 - - - tableLayoutPanel2 - - - System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabPage2 - - - 0 - - - <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="flowLayoutPanel1" Row="0" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="groupBox16" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="groupBox5" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="tableLayoutPanel3" Row="0" RowSpan="1" Column="4" ColumnSpan="1" /><Control Name="groupBox7" Row="0" RowSpan="1" Column="3" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0" /><Rows Styles="AutoSize,0" /></TableLayoutSettings> - - - True - - - GrowAndShrink - - - label8 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flowLayoutPanel1 - - - 0 - - - pictureBox3 - - - System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flowLayoutPanel1 - - - 1 - - - Fill - - - TopDown - - - 335, 3 - - - 39, 227 - - - 18 - - - flowLayoutPanel1 - - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel2 - - - 0 - - - True - - - Fill - - - Yu Gothic UI, 9.75pt - - - BottomCenter - - - 2, 0 - - - 2, 0, 2, 0 - - - 35, 34 - - - 12 - - - 请放 -新卡 - - - MiddleCenter - - - label8 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flowLayoutPanel1 - - - 0 - - - Fill - - - NoControl - - - 3, 37 - - - 33, 29 - - - 16 - - - pictureBox3 - - - System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flowLayoutPanel1 - - - 1 - - - True - - - GrowAndShrink - - - tableLayoutPanel15 - - - System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox16 - - - 0 - - - <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="tableLayoutPanel1" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="label13" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0" /><Rows Styles="AutoSize,0,AutoSize,0" /></TableLayoutSettings> - - - Fill - - - Yu Gothic UI Semibold, 9.75pt, style=Bold - - - 3, 3 - - - 228, 227 - - - 13 - - - 从这里开始 - - - groupBox16 - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel2 - - - 1 - - - True - - - GrowAndShrink - - - 1 - - - tableLayoutPanel1 - - - System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel15 - - - 0 - - - <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="label7" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="buttonEscan" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="buttoEScanCard" Row="0" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="pictureBox1" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="pictureBox2" Row="0" RowSpan="1" Column="3" ColumnSpan="1" /><Control Name="buttonECheckEncrypt" Row="1" RowSpan="1" Column="2" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0" /><Rows Styles="AutoSize,0,AutoSize,0" /></TableLayoutSettings> - - - label13 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel15 - - - 1 - - - 12, 20 - - - 2 - - - 210, 137 - - - 14 - - - tableLayoutPanel15 - - - System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox16 - - - 0 - - - <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="tableLayoutPanel1" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="label13" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0" /><Rows Styles="AutoSize,0,AutoSize,0" /></TableLayoutSettings> - - - True - - - GrowAndShrink - - - 4 - - - label7 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel1 - - - 0 - - - buttonEscan - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel1 - - - 1 - - - buttoEScanCard - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel1 - - - 2 - - - pictureBox1 - - - System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel1 - - - 3 - - - pictureBox2 - - - System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel1 - - - 4 - - - buttonECheckEncrypt - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel1 - - - 5 - - - 2, 2 - - - 2, 2, 2, 2 - - - 2 - - - 206, 65 - - - 12 - - - tableLayoutPanel1 - - - System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel15 - - - 0 - - - <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="label7" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="buttonEscan" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="buttoEScanCard" Row="0" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="pictureBox1" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="pictureBox2" Row="0" RowSpan="1" Column="3" ColumnSpan="1" /><Control Name="buttonECheckEncrypt" Row="1" RowSpan="1" Column="2" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0" /><Rows Styles="AutoSize,0,AutoSize,0" /></TableLayoutSettings> - - - True - - - Left - - - Yu Gothic UI, 9.75pt - - - NoControl - - - 2, 31 - - - 2, 0, 2, 0 - - - 35, 34 - - - 13 - - - 请放 -原卡 - - - label7 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel1 - - - 0 - - - True - - - GrowAndShrink - - - Left - - - Flat - - - Yu Gothic UI, 9pt, style=Bold - - - 2, 2 - - - 2, 2, 2, 2 - - - 61, 27 - - - 0 - - - 检测连接 - - - buttonEscan - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel1 - - - 1 - - - True - - - GrowAndShrink - - - Fill - - - Flat - - - Yu Gothic UI, 9pt, style=Bold - - - 103, 2 - - - 2, 2, 2, 2 - - - 65, 27 - - - 1 - - - 扫描卡片 - - - buttoEScanCard - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel1 - - - 2 - - - Fill - - - 68, 3 - - - 30, 25 - - - 14 - - - pictureBox1 - - - System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel1 - - - 3 - - - NoControl - - - 173, 3 - - - 30, 25 - - - 15 - - - pictureBox2 - - - System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel1 - - - 4 - - - True - - - GrowAndShrink - - - Fill - - - Flat - - - Yu Gothic UI, 9pt, style=Bold - - - 103, 33 - - - 2, 2, 2, 2 - - - 65, 30 - - - 5 - - - 检测加密 - - - buttonECheckEncrypt - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel1 - - - 5 - - - True - - - Left - - - 3, 69 - - - 185, 68 - - - 13 - - - 本工具仅支持SAK=08/18/28的 -卡片复制。SAK28无一键解密。 -若要复制S70卡片,请在高级界 -面上取消勾选“数据写入保护”。 - - - - MiddleLeft - - - label13 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel15 - - - 1 - - - True - - - GrowAndShrink - - - tableLayoutPanel11 - - - System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox5 - - - 0 - - - <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="buttonEReadUID" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="buttonEMfRead" Row="4" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="buttonECmfoc" Row="2" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="buttonEMfoc" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="buttonESelectKey" Row="3" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0" /><Rows Styles="AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0" /></TableLayoutSettings> - - - Fill - - - Yu Gothic UI Semibold, 9.75pt, style=Bold - - - 236, 2 - - - 2, 2, 2, 2 - - - 2, 2, 2, 2 - - - 94, 229 - - - 0 - - - [2]读取原卡 - - - groupBox5 - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel2 - - - 2 - - - True - - - GrowAndShrink - - - 1 - - - buttonEReadUID - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel11 - - - 0 - - - buttonEMfRead - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel11 - - - 1 - - - buttonECmfoc - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel11 - - - 2 - - - buttonEMfoc - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel11 - - - 3 - - - buttonESelectKey - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel11 - - - 4 - - - Fill - - - 2, 20 - - - 5 - - - 90, 207 - - - 13 - - - tableLayoutPanel11 - - - System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox5 - - - 0 - - - <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="buttonEReadUID" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="buttonEMfRead" Row="4" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="buttonECmfoc" Row="2" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="buttonEMfoc" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="buttonESelectKey" Row="3" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0" /><Rows Styles="AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0" /></TableLayoutSettings> - - - True - - - GrowAndShrink - - - Fill - - - Flat - - - Yu Gothic UI, 9pt, style=Bold - - - 2, 33 - - - 2, 2, 2, 2 - - - 86, 27 - - - 3 - - - 从UID卡读回 - - - buttonEReadUID - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel11 - - - 0 - - - True - - - GrowAndShrink - - - Bottom - - - Flat - - - Yu Gothic UI, 9pt, style=Bold - - - 2, 178 - - - 2, 2, 2, 2 - - - 86, 27 - - - 1 - - - 已知密钥读 - - - buttonEMfRead - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel11 - - - 1 - - - True - - - GrowAndShrink - - - Fill - - - Flat - - - Yu Gothic UI, 9pt, style=Bold - - - 2, 64 - - - 2, 2, 2, 2 - - - 86, 27 - - - 2 - - - 知一密破解 - - - buttonECmfoc - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel11 - - - 2 - - - True - - - GrowAndShrink - - - Fill - - - Flat - - - Yu Gothic UI, 9pt, style=Bold - - - 2, 2 - - - 2, 2, 2, 2 - - - 86, 27 - - - 0 - - - 一键解原卡 - - - buttonEMfoc - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel11 - - - 3 - - - True - - - GrowAndShrink - - - Fill - - - Flat - - - Yu Gothic UI, 9pt, style=Bold - - - 2, 95 - - - 2, 2, 2, 2 - - - 86, 27 - - - 2 - - - 加载密钥… - - - buttonESelectKey - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel11 - - - 4 - - - True - - - GrowAndShrink - - - 1 - - - flowLayoutPanel24 - - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel3 - - - 0 - - - buttonEStop - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel3 - - - 1 - - - Fill - - - 478, 3 - - - 2 - - - 194, 227 - - - 16 - - - tableLayoutPanel3 - - - System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel2 - - - 3 - - - <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="flowLayoutPanel24" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="buttonEStop" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0" /><Rows Styles="Percent,50,Percent,50" /></TableLayoutSettings> - - - True - - - GrowAndShrink - - - pictureBox4 - - - System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flowLayoutPanel24 - - - 0 - - - label6 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flowLayoutPanel24 - - - 1 - - - Bottom - - - 3, 78 - - - 188, 32 - - - 13 - - - False - - - flowLayoutPanel24 - - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel3 - - - 0 - - - NoControl - - - 3, 3 - - - 30, 26 - - - 0 - - - pictureBox4 - - - System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flowLayoutPanel24 - - - 0 - - - True - - - Fill - - - 38, 0 - - - 2, 0, 2, 0 - - - 112, 32 - - - 10 - - - 尝试一下是否成功 - - - MiddleCenter - - - label6 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flowLayoutPanel24 - - - 1 - - - Bottom, Right - - - True - - - GrowAndShrink - - - Flat - - - Yu Gothic UI, 9pt, style=Bold - - - 149, 198 - - - 2, 2, 2, 2 - - - 43, 27 - - - 13 - - - 停止 - - - buttonEStop - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel3 - - - 1 - - - True - - - GrowAndShrink - - - tableLayoutPanel13 - - - System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox7 - - - 0 - - - <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="buttonEUIDWrite" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="button4" Row="2" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="buttonECuidWrite" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="buttonEMfWrite" Row="3" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0" /><Rows Styles="AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0" /></TableLayoutSettings> - - - Fill - - - Yu Gothic UI Semibold, 9.75pt, style=Bold - - - 379, 2 - - - 2, 2, 2, 2 - - - 2, 2, 2, 2 - - - 94, 229 - - - 3 - - - [3]写入新卡 - - - groupBox7 - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel2 - - - 4 - - - True - - - GrowAndShrink - - - 1 - - - buttonEUIDWrite - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel13 - - - 0 - - - button4 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel13 - - - 1 - - - buttonECuidWrite - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel13 - - - 2 - - - buttonEMfWrite - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel13 - - - 3 - - - Fill - - - 2, 20 - - - 4 - - - 90, 207 - - - 13 - - - tableLayoutPanel13 - - - System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox7 - - - 0 - - - <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="buttonEUIDWrite" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="button4" Row="2" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="buttonECuidWrite" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="buttonEMfWrite" Row="3" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0" /><Rows Styles="AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0" /></TableLayoutSettings> - - - True - - - GrowAndShrink - - - Fill - - - Flat - - - Yu Gothic UI, 9pt, style=Bold - - - 2, 2 - - - 2, 2, 2, 2 - - - 86, 27 - - - 2 - - - 写(UF)UID卡 - - - buttonEUIDWrite - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel13 - - - 0 - - - True - - - GrowAndShrink - - - Fill - - - Flat - - - Yu Gothic UI, 9pt, style=Bold - - - 2, 64 - - - 2, 2, 2, 2 - - - 86, 27 - - - 1 - - - 锁UFUID卡 - - - button4 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel13 - - - 1 - - - True - - - GrowAndShrink - - - Fill - - - Flat - - - Yu Gothic UI, 9pt, style=Bold - - - 2, 33 - - - 2, 2, 2, 2 - - - 86, 27 - - - 2 - - - 写C/FUID卡 - - - buttonECuidWrite - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel13 - - - 2 - - - Bottom - - - True - - - GrowAndShrink - - - Flat - - - Yu Gothic UI, 9pt, style=Bold - - - NoControl - - - 5, 178 - - - 2, 2, 2, 2 - - - 79, 27 - - - 0 - - - 写入普通卡 - - - buttonEMfWrite - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel13 - - - 3 - - - True - - - GrowAndShrink - - - 1 - - - flowLayoutPanel8 - - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel4 - - - 0 - - - flowLayoutPanel7 - - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel4 - - - 1 - - - 8, 5 - - - 2 - - - 721, 220 - - - 0 - - - tableLayoutPanel4 - - - System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tabPage1 - - - 0 - - - <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="flowLayoutPanel8" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="flowLayoutPanel7" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="Percent,50" /><Rows Styles="Percent,50,Percent,50" /></TableLayoutSettings> - - - True - - - GrowAndShrink - - - groupBox10 - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flowLayoutPanel8 - - - 1 - - - Fill - - - 3, 113 - - - 715, 104 - - - 15 - - - False - - - flowLayoutPanel8 - - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel4 - - - 0 - - - True - - - GrowAndShrink - - - tableLayoutPanel8 - - - System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox10 - - - 0 - - - <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="flowLayoutPanel18" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="flowLayoutPanel17" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0" /><Rows Styles="AutoSize,0,AutoSize,0" /></TableLayoutSettings> - - - Fill - - - Yu Gothic UI Semibold, 9.75pt, style=Bold - - - 202, 2 - - - 2, 2, 2, 2 - - - 2, 2, 2, 2 - - - 248, 100 - - - 6 - - - 破解工具 - - - groupBox10 - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flowLayoutPanel8 - - - 1 - - - True - - - GrowAndShrink - - - 1 - - - flowLayoutPanel18 - - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel8 - - - 0 - - - flowLayoutPanel17 - - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel8 - - - 1 - - - Fill - - - 2, 20 - - - 2 - - - 244, 78 - - - 13 - - - tableLayoutPanel8 - - - System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox10 - - - 0 - - - <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="flowLayoutPanel18" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="flowLayoutPanel17" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0" /><Rows Styles="AutoSize,0,AutoSize,0" /></TableLayoutSettings> - - - True - - - GrowAndShrink - - - buttonHardNested - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flowLayoutPanel18 - - - 2 - - - Fill - - - 2, 39 - - - 2, 2, 2, 2 - - - 240, 37 - - - 14 - - - flowLayoutPanel18 - - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel8 - - - 0 - - - True - - - GrowAndShrink - - - Fill - - - Flat - - - Yu Gothic UI Semibold, 9pt, style=Bold - - - 126, 2 - - - 2, 2, 2, 2 - - - 112, 27 - - - 14 - - - Bitsliced Cropto-1 - - - buttonHardNested - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flowLayoutPanel18 - - - 2 - - - True - - - GrowAndShrink - - - Fill - - - 3, 3 - - - 238, 31 - - - 13 - - - flowLayoutPanel17 - - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel8 - - - 1 - - - True - - - GrowAndShrink - - - groupBox8 - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flowLayoutPanel7 - - - 2 - - - groupBox9 - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flowLayoutPanel7 - - - 3 - - - Fill - - - 3, 3 - - - 715, 104 - - - 14 - - - False - - - flowLayoutPanel7 - - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel4 - - - 1 - - - True - - - GrowAndShrink - - - tableLayoutPanel9 - - - System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox8 - - - 0 - - - <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="flowLayoutPanel16" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="flowLayoutPanel15" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0" /><Rows Styles="AutoSize,0,AutoSize,0" /></TableLayoutSettings> - - - Fill - - - Yu Gothic UI Semibold, 9.75pt, style=Bold - - - 360, 2 - - - 2, 2, 2, 2 - - - 2, 2, 2, 2 - - - 266, 96 - - - 6 - - - UID/UFUID卡操作 - - - groupBox8 - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flowLayoutPanel7 - - - 2 - - - True - - - GrowAndShrink - - - 1 - - - flowLayoutPanel16 - - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel9 - - - 0 - - - flowLayoutPanel15 - - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel9 - - - 1 - - - Fill - - - 2, 20 - - - 2 - - - 262, 74 - - - 13 - - - tableLayoutPanel9 - - - System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox8 - - - 0 - - - <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="flowLayoutPanel16" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="flowLayoutPanel15" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0" /><Rows Styles="AutoSize,0,AutoSize,0" /></TableLayoutSettings> - - - True - - - GrowAndShrink - - - 3, 40 - - - 186, 31 - - - 14 - - - flowLayoutPanel16 - - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel9 - - - 0 - - - True - - - GrowAndShrink - - - ShowUID - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flowLayoutPanel15 - - - 3 - - - Fill - - - 3, 3 - - - 256, 31 - - - 13 - - - flowLayoutPanel15 - - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel9 - - - 1 - - - True - - - GrowAndShrink - - - Fill - - - Flat - - - Yu Gothic UI Semibold, 9pt, style=Bold - - - NoControl - - - 192, 2 - - - 2, 2, 2, 2 - - - 62, 27 - - - 11 - - - 显示UID - - - ShowUID - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flowLayoutPanel15 - - - 3 - - - True - - - GrowAndShrink - - - flowLayoutPanel21 - - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox9 - - - 0 - - - Fill - - - Yu Gothic UI Semibold, 9.75pt, style=Bold - - - 630, 2 - - - 2, 2, 2, 2 - - - 2, 2, 2, 2 - - - 83, 96 - - - 14 - - - C/FUID卡操作 - - - groupBox9 - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flowLayoutPanel7 - - - 3 - - - True - - - GrowAndShrink - - - label1 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flowLayoutPanel21 - - - 0 - - - Fill - - - BottomUp - - - 2, 20 - - - 79, 74 - - - 0 - - - flowLayoutPanel21 - - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox9 - - - 0 - - - True - - - Fill - - - Yu Gothic UI, 9.75pt - - - 2, 40 - - - 2, 0, 2, 0 - - - 75, 34 - - - 5 - - - 该卡种读取 -同普通卡 - - - MiddleCenter - - - label1 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flowLayoutPanel21 - - - 0 - - - True - - - GrowAndShrink - - - flowLayoutPanel2 - - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox6 - - - 0 - - - Fill - - - Yu Gothic UI Semibold, 9.75pt, style=Bold - - - 2, 2 - - - 2, 2, 2, 2 - - - 2, 2, 2, 2 - - - 138, 116 - - - 0 - - - 卡操作相关 - - - groupBox6 - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flowLayoutPanel6 - - - 0 - - - True - - - GrowAndShrink - - - checkBoxAutoABN - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flowLayoutPanel2 - - - 0 - - - checkBoxAutoLoadKey - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flowLayoutPanel2 - - - 1 - - - checkBoxWriteProtect - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flowLayoutPanel2 - - - 2 - - - checkBoxCuidKeyOver - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flowLayoutPanel2 - - - 3 - - - Fill - - - TopDown - - - 2, 20 - - - 134, 94 - - - 14 - - - flowLayoutPanel2 - - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox6 - - - 0 - - - True - - - Flat - - - Yu Gothic UI Semibold, 9pt, style=Bold - - - 2, 2 - - - 2, 2, 2, 2 - - - 119, 19 - - - 2 - - - 自动判断Key(beta) - - - checkBoxAutoABN - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flowLayoutPanel2 - - - 0 - - - True - - - Flat - - - Yu Gothic UI Semibold, 9pt, style=Bold - - - 2, 25 - - - 2, 2, 2, 2 - - - 130, 19 - - - 12 - - - 自动加载uid.Key文件 - - - checkBoxAutoLoadKey - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flowLayoutPanel2 - - - 1 - - - True - - - Flat - - - Yu Gothic UI Semibold, 9pt, style=Bold - - - 2, 48 - - - 2, 2, 2, 2 - - - 123, 19 - - - 11 - - - 数据写入保护(建议) - - - checkBoxWriteProtect - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flowLayoutPanel2 - - - 2 - - - True - - - Flat - - - Yu Gothic UI Semibold, 9pt, style=Bold - - - 3, 72 - - - 109, 19 - - - 13 - - - CUID写空卡补丁 - - - checkBoxCuidKeyOver - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flowLayoutPanel2 - - - 3 - - - True - - - GrowAndShrink - - - tableLayoutPanel12 - - - System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox12 - - - 0 - - - <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="numericCLIFontSize" Row="1" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="label9" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="buttonCLIColor" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="label10" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0,AutoSize,0" /><Rows Styles="Percent,50,Percent,50" /></TableLayoutSettings> - - - Fill - - - Yu Gothic UI Semibold, 9.75pt, style=Bold - - - 144, 2 - - - 2, 2, 2, 2 - - - 2, 2, 2, 2 - - - 143, 116 - - - 12 - - - 界面设置 - - - groupBox12 - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flowLayoutPanel6 - - - 1 - - - True - - - GrowAndShrink - - - 2 - - - numericCLIFontSize - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel12 - - - 0 - - - label9 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel12 - - - 1 - - - buttonCLIColor - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel12 - - - 2 - - - label10 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel12 - - - 3 - - - Fill - - - 2, 20 - - - 2 - - - 139, 94 - - - 14 - - - tableLayoutPanel12 - - - System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox12 - - - 0 - - - <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="numericCLIFontSize" Row="1" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="label9" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="buttonCLIColor" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="label10" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0,AutoSize,0" /><Rows Styles="Percent,50,Percent,50" /></TableLayoutSettings> - - - True - - - Top - - - Yu Gothic UI, 9pt - - - 83, 49 - - - 2, 2, 2, 2 - - - 54, 23 - - - 16 - - - Center - - - numericCLIFontSize - - - System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel12 - - - 0 - - - True - - - Fill - - - Yu Gothic UI Semibold, 9pt, style=Bold - - - 2, 0 - - - 2, 0, 2, 0 - - - 77, 47 - - - 13 - - - 终端文字颜色 - - - MiddleCenter - - - label9 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel12 - - - 1 - - - True - - - GrowAndShrink - - - Fill - - - Popup - - - Yu Gothic UI, 9pt - - - 83, 2 - - - 2, 2, 2, 2 - - - 54, 43 - - - 14 - - - #M1T# - - - buttonCLIColor - - - System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel12 - - - 2 - - - True - - - Top - - - Yu Gothic UI Semibold, 9pt, style=Bold - - - 2, 47 - - - 2, 0, 2, 0 - - - 77, 15 - - - 15 - - - 终端文字大小 - - - MiddleCenter - - - label10 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel12 - - - 3 - - - True - - - GrowAndShrink - - - flowLayoutPanel5 - - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox14 - - - 0 - - - Fill - - - Yu Gothic UI Semibold, 9.75pt, style=Bold - - - 291, 2 - - - 2, 2, 2, 2 - - - 2, 2, 2, 2 - - - 279, 116 - - - 15 - - - 优化设置 - - - groupBox14 - - - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flowLayoutPanel6 - - - 2 - - - True - - - GrowAndShrink - - - checkBoxNewScan - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flowLayoutPanel5 - - - 0 - - - checkBoxMultiDev - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flowLayoutPanel5 - - - 1 - - - label11 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flowLayoutPanel5 - - - 2 - - - SetDeviceCombo - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flowLayoutPanel5 - - - 3 - - - Fill - - - TopDown - - - 2, 20 - - - 275, 94 - - - 14 - - - flowLayoutPanel5 - - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox14 - - - 0 - - - True - - - Flat - - - Yu Gothic UI Semibold, 9pt, style=Bold - - - 2, 2 - - - 2, 2, 2, 2 - - - 101, 19 - - - 1 - - - 减少找设备延迟 - - - checkBoxNewScan - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flowLayoutPanel5 - - - 0 - - - True - - - Flat - - - Yu Gothic UI Semibold, 9pt, style=Bold - - - 3, 26 - - - 269, 19 - - - 4 - - - 多实例运行模式 会禁用多开检测 请自行指定设备 - - - checkBoxMultiDev - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flowLayoutPanel5 - - - 1 - - - True - - - Yu Gothic UI Semibold, 9pt, style=Bold - - - 3, 48 - - - 51, 15 - - - 3 - - - 指定设备 - - - label11 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flowLayoutPanel5 - - - 2 - - - Flat - - - Yu Gothic UI, 9pt - - - 3, 66 - - - 131, 23 - - - 2 - - - SetDeviceCombo - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flowLayoutPanel5 - - - 3 - - - True - - - GrowAndShrink - - - label12 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flowLayoutPanel23 - - - 0 - - - comboBox1 - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flowLayoutPanel23 - - - 1 - - - Fill - - - TopDown - - - 3, 21 - - - 79, 44 - - - 13 - - - flowLayoutPanel23 - - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox15 - - - 0 - - - True - - - Fill - - - Yu Gothic UI Semibold, 9pt, style=Bold - - - NoControl - - - 3, 0 - - - 73, 15 - - - 0 - - - 选择界面语言 - - - label12 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flowLayoutPanel23 - - - 0 - - - Fill - - - Flat - - - Yu Gothic UI, 9pt - - - 标准 - - - 俄语 - - - 3, 18 - - - 73, 23 - - - 1 - - - comboBox1 - - - System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flowLayoutPanel23 - - - 1 - - - True - - - GrowAndShrink - - - checkBoxDefIsAdv - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flowLayoutPanel4 - - - 0 - - - checkBoxAutoSave - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flowLayoutPanel4 - - - 1 - - - Fill - - - TopDown - - - Yu Gothic UI, 9pt - - - 2, 20 - - - 142, 48 - - - 14 - - - flowLayoutPanel4 - - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox13 - - - 0 - - - True - - - Flat - - - Yu Gothic UI Semibold, 9pt, style=Bold - - - 2, 2 - - - 2, 2, 2, 2 - - - 137, 19 - - - 0 - - - 自动转到高级操作模式 - - - checkBoxDefIsAdv - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flowLayoutPanel4 - - - 0 - - - True - - - Flat - - - Yu Gothic UI Semibold, 9pt, style=Bold - - - 2, 25 - - - 2, 2, 2, 2 - - - 138, 19 - - - 1 - - - 自动以UID名保存文件 - - - checkBoxAutoSave - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flowLayoutPanel4 - - - 1 - - - True - - - GrowAndShrink - - - checkBoxHardLowCost - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flowLayoutPanel3 - - - 0 - - - Fill - - - TopDown - - - 2, 20 - - - 81, 48 - - - 14 - - - flowLayoutPanel3 - - - System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - groupBox11 - - - 0 - - - True - - - Fill - - - Flat - - - Yu Gothic UI Semibold, 9pt, style=Bold - - - 2, 2 - - - 2, 2, 2, 2 - - - 77, 19 - - - 0 - - - 单线程计算 - - - checkBoxHardLowCost - - - System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - flowLayoutPanel3 - - - 0 - 157, 17 - Yu Gothic UI, 9.75pt - - - 0, 434 - - - 1, 0, 10, 0 - - - 687, 22 - - - 12 - - - statusStrip1 - - - statusStrip1 - - - System.Windows.Forms.StatusStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 + Microsoft Sans Serif, 9.75pt None - 53, 22 + 56, 22 就绪 @@ -6349,7 +5140,7 @@ None - 67, 22 + 71, 22 计时器 @@ -6376,7 +5167,7 @@ White - 78, 22 + 84, 22 检查更新 @@ -6384,6 +5175,33 @@ 检查更新 + + 0, 553 + + + 1, 0, 10, 0 + + + 810, 22 + + + 12 + + + statusStrip1 + + + statusStrip1 + + + System.Windows.Forms.StatusStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 1 + 297, 17 @@ -6394,13 +5212,13 @@ 40 - 6, 13 + 6, 12 GrowAndShrink - 687, 456 + 810, 575