diff --git a/nppRandomStringGenerator/Forms/ConfigAndGenerate.Designer.cs b/nppRandomStringGenerator/Forms/ConfigAndGenerate.Designer.cs index 0c259de..96d0145 100644 --- a/nppRandomStringGenerator/Forms/ConfigAndGenerate.Designer.cs +++ b/nppRandomStringGenerator/Forms/ConfigAndGenerate.Designer.cs @@ -60,6 +60,7 @@ private void InitializeComponent() this.label13 = new System.Windows.Forms.Label(); this.RadioButtonCurrent = new System.Windows.Forms.RadioButton(); this.groupBox1 = new System.Windows.Forms.GroupBox(); + this.LabelCount = new System.Windows.Forms.Label(); this.label23 = new System.Windows.Forms.Label(); this.TextBoxReplace = new System.Windows.Forms.TextBox(); this.RadioButtonReplace = new System.Windows.Forms.RadioButton(); @@ -92,7 +93,6 @@ private void InitializeComponent() this.numericUpDownCores = new System.Windows.Forms.NumericUpDown(); this.label22 = new System.Windows.Forms.Label(); this.CheckboxDarkMode = new System.Windows.Forms.CheckBox(); - this.LabelCount = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.NumericUpDownLength)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.NumericUpDownQuantity)).BeginInit(); this.groupBox1.SuspendLayout(); @@ -477,6 +477,15 @@ private void InitializeComponent() this.groupBox1.TabStop = false; this.groupBox1.Text = "Generate to:"; // + // LabelCount + // + this.LabelCount.AutoSize = true; + this.LabelCount.Location = new System.Drawing.Point(167, 92); + this.LabelCount.Name = "LabelCount"; + this.LabelCount.Size = new System.Drawing.Size(73, 13); + this.LabelCount.TabIndex = 35; + this.LabelCount.Text = "0 occurences"; + // // label23 // this.label23.AutoSize = true; @@ -491,7 +500,7 @@ private void InitializeComponent() this.TextBoxReplace.Enabled = false; this.TextBoxReplace.Location = new System.Drawing.Point(168, 106); this.TextBoxReplace.Margin = new System.Windows.Forms.Padding(1); - this.TextBoxReplace.MaxLength = 1; + this.TextBoxReplace.MaxLength = 50; this.TextBoxReplace.Name = "TextBoxReplace"; this.TextBoxReplace.Size = new System.Drawing.Size(73, 22); this.TextBoxReplace.TabIndex = 33; @@ -926,15 +935,6 @@ private void InitializeComponent() this.CheckboxDarkMode.UseVisualStyleBackColor = true; this.CheckboxDarkMode.Visible = false; // - // LabelCount - // - this.LabelCount.AutoSize = true; - this.LabelCount.Location = new System.Drawing.Point(167, 92); - this.LabelCount.Name = "LabelCount"; - this.LabelCount.Size = new System.Drawing.Size(73, 13); - this.LabelCount.TabIndex = 35; - this.LabelCount.Text = "0 occurences"; - // // ConfigAndGenerate // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); diff --git a/nppRandomStringGenerator/Forms/InsertGuid.cs b/nppRandomStringGenerator/Forms/InsertGuid.cs index db572cf..cfad3d4 100644 --- a/nppRandomStringGenerator/Forms/InsertGuid.cs +++ b/nppRandomStringGenerator/Forms/InsertGuid.cs @@ -1,13 +1,7 @@ using Kbg.NppPluginNET.PluginInfrastructure; using nppRandomStringGenerator.Storage; using System; -using System.Collections.Generic; -using System.ComponentModel; -using System.Data; -using System.Drawing; using System.Linq; -using System.Text; -using System.Threading.Tasks; using System.Windows.Forms; namespace nppRandomStringGenerator.Forms diff --git a/nppRandomStringGenerator/Properties/AssemblyInfo.cs b/nppRandomStringGenerator/Properties/AssemblyInfo.cs index 3c36136..4239495 100644 --- a/nppRandomStringGenerator/Properties/AssemblyInfo.cs +++ b/nppRandomStringGenerator/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.9.8")] -[assembly: AssemblyFileVersion("1.9.8")] +[assembly: AssemblyVersion("1.9.9")] +[assembly: AssemblyFileVersion("1.9.9")]