From c85ca7a689cedd0e432dc79ed210842f501e1126 Mon Sep 17 00:00:00 2001 From: NPCDW Date: Sun, 20 Mar 2022 19:57:19 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WindowsFormsOCR/Properties/AssemblyInfo.cs | 4 +- WindowsFormsOCR/SettingForm.Designer.cs | 104 ++++++++++----------- 2 files changed, 54 insertions(+), 54 deletions(-) diff --git a/WindowsFormsOCR/Properties/AssemblyInfo.cs b/WindowsFormsOCR/Properties/AssemblyInfo.cs index 341cf54..d69db48 100644 --- a/WindowsFormsOCR/Properties/AssemblyInfo.cs +++ b/WindowsFormsOCR/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ //可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值 //通过使用 "*",如下所示: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.2.2")] -[assembly: AssemblyFileVersion("1.2.2")] +[assembly: AssemblyVersion("1.3.0")] +[assembly: AssemblyFileVersion("1.3.0")] diff --git a/WindowsFormsOCR/SettingForm.Designer.cs b/WindowsFormsOCR/SettingForm.Designer.cs index 4fc9283..4179735 100644 --- a/WindowsFormsOCR/SettingForm.Designer.cs +++ b/WindowsFormsOCR/SettingForm.Designer.cs @@ -31,6 +31,9 @@ private void InitializeComponent() System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SettingForm)); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage5 = new System.Windows.Forms.TabPage(); + this.label18 = new System.Windows.Forms.Label(); + this.wordSelectionIntervalBox = new System.Windows.Forms.NumericUpDown(); + this.label17 = new System.Windows.Forms.Label(); this.defaultTranslateProvide = new System.Windows.Forms.GroupBox(); this.targetLanguageComboBox = new System.Windows.Forms.ComboBox(); this.sourceLanguageComboBox = new System.Windows.Forms.ComboBox(); @@ -87,11 +90,9 @@ private void InitializeComponent() this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); - this.label17 = new System.Windows.Forms.Label(); - this.wordSelectionIntervalBox = new System.Windows.Forms.NumericUpDown(); - this.label18 = new System.Windows.Forms.Label(); this.tabControl1.SuspendLayout(); this.tabPage5.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.wordSelectionIntervalBox)).BeginInit(); this.defaultTranslateProvide.SuspendLayout(); this.defaultOcrProvideGroupBox.SuspendLayout(); this.tabPage3.SuspendLayout(); @@ -102,7 +103,6 @@ private void InitializeComponent() this.groupBox2.SuspendLayout(); this.tabPage1.SuspendLayout(); this.tabPage4.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.wordSelectionIntervalBox)).BeginInit(); this.SuspendLayout(); // // tabControl1 @@ -139,6 +139,52 @@ private void InitializeComponent() this.tabPage5.Text = "常规"; this.tabPage5.UseVisualStyleBackColor = true; // + // label18 + // + this.label18.AutoSize = true; + this.label18.Location = new System.Drawing.Point(133, 190); + this.label18.Name = "label18"; + this.label18.Size = new System.Drawing.Size(25, 17); + this.label18.TabIndex = 6; + this.label18.Text = "ms"; + // + // wordSelectionIntervalBox + // + this.wordSelectionIntervalBox.Increment = new decimal(new int[] { + 200, + 0, + 0, + 0}); + this.wordSelectionIntervalBox.Location = new System.Drawing.Point(76, 188); + this.wordSelectionIntervalBox.Maximum = new decimal(new int[] { + 1000, + 0, + 0, + 0}); + this.wordSelectionIntervalBox.Minimum = new decimal(new int[] { + 200, + 0, + 0, + 0}); + this.wordSelectionIntervalBox.Name = "wordSelectionIntervalBox"; + this.wordSelectionIntervalBox.Size = new System.Drawing.Size(51, 23); + this.wordSelectionIntervalBox.TabIndex = 5; + this.wordSelectionIntervalBox.Value = new decimal(new int[] { + 200, + 0, + 0, + 0}); + this.wordSelectionIntervalBox.ValueChanged += new System.EventHandler(this.wordSelectionIntervalBox_ValueChanged); + // + // label17 + // + this.label17.AutoSize = true; + this.label17.Location = new System.Drawing.Point(14, 190); + this.label17.Name = "label17"; + this.label17.Size = new System.Drawing.Size(56, 17); + this.label17.TabIndex = 4; + this.label17.Text = "取词间隔"; + // // defaultTranslateProvide // this.defaultTranslateProvide.Controls.Add(this.targetLanguageComboBox); @@ -806,53 +852,7 @@ private void InitializeComponent() this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(130, 17); this.label1.TabIndex = 0; - this.label1.Text = "版本 1.2.2 (2022.2.16)"; - // - // label17 - // - this.label17.AutoSize = true; - this.label17.Location = new System.Drawing.Point(14, 190); - this.label17.Name = "label17"; - this.label17.Size = new System.Drawing.Size(56, 17); - this.label17.TabIndex = 4; - this.label17.Text = "取词间隔"; - // - // wordSelectionIntervalBox - // - this.wordSelectionIntervalBox.Increment = new decimal(new int[] { - 200, - 0, - 0, - 0}); - this.wordSelectionIntervalBox.Location = new System.Drawing.Point(76, 188); - this.wordSelectionIntervalBox.Maximum = new decimal(new int[] { - 1000, - 0, - 0, - 0}); - this.wordSelectionIntervalBox.Minimum = new decimal(new int[] { - 200, - 0, - 0, - 0}); - this.wordSelectionIntervalBox.Name = "wordSelectionIntervalBox"; - this.wordSelectionIntervalBox.Size = new System.Drawing.Size(51, 23); - this.wordSelectionIntervalBox.TabIndex = 5; - this.wordSelectionIntervalBox.Value = new decimal(new int[] { - 200, - 0, - 0, - 0}); - this.wordSelectionIntervalBox.ValueChanged += new System.EventHandler(this.wordSelectionIntervalBox_ValueChanged); - // - // label18 - // - this.label18.AutoSize = true; - this.label18.Location = new System.Drawing.Point(133, 190); - this.label18.Name = "label18"; - this.label18.Size = new System.Drawing.Size(25, 17); - this.label18.TabIndex = 6; - this.label18.Text = "ms"; + this.label1.Text = "版本 1.3.0 (2022.3.20)"; // // SettingForm // @@ -873,6 +873,7 @@ private void InitializeComponent() this.tabControl1.ResumeLayout(false); this.tabPage5.ResumeLayout(false); this.tabPage5.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.wordSelectionIntervalBox)).EndInit(); this.defaultTranslateProvide.ResumeLayout(false); this.defaultTranslateProvide.PerformLayout(); this.defaultOcrProvideGroupBox.ResumeLayout(false); @@ -893,7 +894,6 @@ private void InitializeComponent() this.tabPage1.PerformLayout(); this.tabPage4.ResumeLayout(false); this.tabPage4.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.wordSelectionIntervalBox)).EndInit(); this.ResumeLayout(false); }