small changes

This commit is contained in:
XAS-712 2019-05-17 23:16:24 +08:00
parent 2bc6a8da40
commit 4f90995afe
3 changed files with 220 additions and 264 deletions

View File

@ -136,8 +136,8 @@
this.tableLayoutPanel12 = new System.Windows.Forms.TableLayoutPanel();
this.numericCLIFontSize = new System.Windows.Forms.NumericUpDown();
this.label9 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.buttonCLIColor = new System.Windows.Forms.Button();
this.label10 = new System.Windows.Forms.Label();
this.groupBox14 = new System.Windows.Forms.GroupBox();
this.flowLayoutPanel5 = new System.Windows.Forms.FlowLayoutPanel();
this.checkBoxNewScan = new System.Windows.Forms.CheckBox();
@ -156,6 +156,7 @@
this.groupBox11 = new System.Windows.Forms.GroupBox();
this.flowLayoutPanel3 = new System.Windows.Forms.FlowLayoutPanel();
this.checkBoxHardLowCost = new System.Windows.Forms.CheckBox();
this.imageList2 = new System.Windows.Forms.ImageList(this.components);
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.statusLabel = new System.Windows.Forms.ToolStripStatusLabel();
this.runTimeLabel = new System.Windows.Forms.ToolStripStatusLabel();
@ -163,7 +164,6 @@
this.curDevice = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripCheckUpdate = new System.Windows.Forms.ToolStripSplitButton();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.imageList2 = new System.Windows.Forms.ImageList(this.components);
this.groupBox1.SuspendLayout();
this.tableLayoutPanel5.SuspendLayout();
this.flowLayoutPanel12.SuspendLayout();
@ -294,9 +294,9 @@
//
// richTextBox1
//
resources.ApplyResources(this.richTextBox1, "richTextBox1");
this.richTextBox1.BackColor = System.Drawing.Color.AliceBlue;
this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
resources.ApplyResources(this.richTextBox1, "richTextBox1");
this.richTextBox1.ForeColor = System.Drawing.Color.Black;
this.richTextBox1.Name = "richTextBox1";
this.richTextBox1.ReadOnly = true;
@ -600,7 +600,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
//
@ -672,7 +671,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
//
@ -696,7 +694,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
//
@ -708,7 +705,6 @@
this.tableLayoutPanel1.Controls.Add(this.pictureBox1, 1, 0);
this.tableLayoutPanel1.Controls.Add(this.pictureBox2, 3, 0);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.Paint += new System.Windows.Forms.PaintEventHandler(this.TableLayoutPanel1_Paint);
//
// label7
//
@ -861,7 +857,6 @@
//
resources.ApplyResources(this.label6, "label6");
this.label6.Name = "label6";
this.label6.Click += new System.EventHandler(this.label6_Click);
//
// buttonEStop
//
@ -1178,11 +1173,6 @@
resources.ApplyResources(this.label9, "label9");
this.label9.Name = "label9";
//
// label10
//
resources.ApplyResources(this.label10, "label10");
this.label10.Name = "label10";
//
// buttonCLIColor
//
resources.ApplyResources(this.buttonCLIColor, "buttonCLIColor");
@ -1192,6 +1182,11 @@
this.buttonCLIColor.UseVisualStyleBackColor = false;
this.buttonCLIColor.Click += new System.EventHandler(this.buttonCLIColor_Click);
//
// label10
//
resources.ApplyResources(this.label10, "label10");
this.label10.Name = "label10";
//
// groupBox14
//
resources.ApplyResources(this.groupBox14, "groupBox14");
@ -1344,6 +1339,14 @@
this.checkBoxHardLowCost.UseVisualStyleBackColor = true;
this.checkBoxHardLowCost.CheckedChanged += new System.EventHandler(this.checkBoxHardLowCost_CheckedChanged);
//
// imageList2
//
this.imageList2.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList2.ImageStream")));
this.imageList2.TransparentColor = System.Drawing.Color.Transparent;
this.imageList2.Images.SetKeyName(0, "sharp_file_copy_black_18pt_1x.png");
this.imageList2.Images.SetKeyName(1, "round_settings_black_18pt_1x.png");
this.imageList2.Images.SetKeyName(2, "round_build_black_18pt_1x.png");
//
// statusStrip1
//
this.statusStrip1.BackColor = System.Drawing.Color.Transparent;
@ -1401,14 +1404,6 @@
this.timer1.Enabled = true;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// imageList2
//
this.imageList2.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList2.ImageStream")));
this.imageList2.TransparentColor = System.Drawing.Color.Transparent;
this.imageList2.Images.SetKeyName(0, "sharp_file_copy_black_18pt_1x.png");
this.imageList2.Images.SetKeyName(1, "round_settings_black_18pt_1x.png");
this.imageList2.Images.SetKeyName(2, "round_build_black_18pt_1x.png");
//
// Form1
//
resources.ApplyResources(this, "$this");

View File

@ -1529,28 +1529,13 @@ namespace MifareOneTool
mff08.ShowDialog();
}
private void Label7_Click(object sender, EventArgs e)
{
}
private void TableLayoutPanel1_Paint(object sender, PaintEventArgs e)
{
}
private void TableLayoutPanel11_Paint(object sender, PaintEventArgs e)
{
}
private void ComboBox1_SelectedIndexChanged(object sender, EventArgs e)
{
if (comboBox1.SelectedItem.ToString() == Resources.)
{
System.Threading.Thread.CurrentThread.CurrentUICulture = CultureInfo.GetCultureInfo("zh-ZH");
System.Threading.Thread.CurrentThread.CurrentCulture = CultureInfo.GetCultureInfo("zh-ZH");
Properties.Settings.Default.Language = "zh-ZH";
System.Threading.Thread.CurrentThread.CurrentUICulture = CultureInfo.GetCultureInfo("zh-cn");
System.Threading.Thread.CurrentThread.CurrentCulture = CultureInfo.GetCultureInfo("zh-cn");
Properties.Settings.Default.Language = "zh-cn";
Properties.Settings.Default.Save();
Application.Restart();
}
@ -1564,30 +1549,5 @@ 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)
{
}
}
}

File diff suppressed because it is too large Load Diff