diff --git a/Form1.Designer.vb b/Form1.Designer.vb index 9f7d01f..948365e 100644 --- a/Form1.Designer.vb +++ b/Form1.Designer.vb @@ -55,7 +55,7 @@ Partial Class Form1 ' Me.Label1.Location = New System.Drawing.Point(12, 182) Me.Label1.Name = "Label1" - Me.Label1.Size = New System.Drawing.Size(254, 74) + Me.Label1.Size = New System.Drawing.Size(254, 91) Me.Label1.TabIndex = 1 Me.Label1.Text = resources.GetString("Label1.Text") ' @@ -112,7 +112,7 @@ Partial Class Form1 Me.Button4.Name = "Button4" Me.Button4.Size = New System.Drawing.Size(26, 23) Me.Button4.TabIndex = 6 - Me.Button4.Text = "/p" + Me.Button4.Text = "\p" Me.Button4.UseVisualStyleBackColor = True ' 'Button5 @@ -121,7 +121,7 @@ Partial Class Form1 Me.Button5.Name = "Button5" Me.Button5.Size = New System.Drawing.Size(26, 23) Me.Button5.TabIndex = 7 - Me.Button5.Text = "/n" + Me.Button5.Text = "\n" Me.Button5.UseVisualStyleBackColor = True ' 'Button6 @@ -130,7 +130,7 @@ Partial Class Form1 Me.Button6.Name = "Button6" Me.Button6.Size = New System.Drawing.Size(26, 23) Me.Button6.TabIndex = 8 - Me.Button6.Text = "/l" + Me.Button6.Text = "\l" Me.Button6.UseVisualStyleBackColor = True ' 'Button7 @@ -146,7 +146,7 @@ Partial Class Form1 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font - Me.ClientSize = New System.Drawing.Size(369, 251) + Me.ClientSize = New System.Drawing.Size(369, 270) Me.Controls.Add(Me.Button7) Me.Controls.Add(Me.Button6) Me.Controls.Add(Me.Button5) @@ -157,7 +157,10 @@ Partial Class Form1 Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.TextBox1) + Me.MaximizeBox = False + Me.MaximumSize = New System.Drawing.Size(385, 309) Me.Name = "Form1" + Me.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide Me.Text = "Text Formatter" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/Form1.resx b/Form1.resx index 8ab7f1d..4439946 100644 --- a/Form1.resx +++ b/Form1.resx @@ -121,15 +121,19 @@ 106, 17 - Don't put in color codes. {PLAYER} is fine as most -names are that length or shorter. Color codes will + Don't use any squggly bracket constants. +{PLAYER} is fine, since most names will be +that length or shorter. Color codes will have to be added after inserting the text into your script. Keep in mind that this does not add escape -codes like /p, /n, /l, or $ by default or with 'Next'. +codes like \p, \n, \l, or $ by default or with 'Next'. 17, 17 + + 106, 17 + \ No newline at end of file diff --git a/bin/Debug/TextFormatter.exe b/bin/Debug/TextFormatter.exe index b152bd5..250adb8 100644 Binary files a/bin/Debug/TextFormatter.exe and b/bin/Debug/TextFormatter.exe differ diff --git a/bin/Debug/TextFormatter.pdb b/bin/Debug/TextFormatter.pdb index b76fcbd..691ece6 100644 Binary files a/bin/Debug/TextFormatter.pdb and b/bin/Debug/TextFormatter.pdb differ diff --git a/obj/Debug/DesignTimeResolveAssemblyReferences.cache b/obj/Debug/DesignTimeResolveAssemblyReferences.cache index d9ed93c..2792a73 100644 Binary files a/obj/Debug/DesignTimeResolveAssemblyReferences.cache and b/obj/Debug/DesignTimeResolveAssemblyReferences.cache differ diff --git a/obj/Debug/TextFormatter.Form1.resources b/obj/Debug/TextFormatter.Form1.resources index 22e304e..dbad048 100644 Binary files a/obj/Debug/TextFormatter.Form1.resources and b/obj/Debug/TextFormatter.Form1.resources differ diff --git a/obj/Debug/TextFormatter.exe b/obj/Debug/TextFormatter.exe index b152bd5..250adb8 100644 Binary files a/obj/Debug/TextFormatter.exe and b/obj/Debug/TextFormatter.exe differ diff --git a/obj/Debug/TextFormatter.pdb b/obj/Debug/TextFormatter.pdb index b76fcbd..691ece6 100644 Binary files a/obj/Debug/TextFormatter.pdb and b/obj/Debug/TextFormatter.pdb differ diff --git a/obj/Debug/TextFormatter.vbproj.FileListAbsolute.txt b/obj/Debug/TextFormatter.vbproj.FileListAbsolute.txt index 1793360..b796c8f 100644 --- a/obj/Debug/TextFormatter.vbproj.FileListAbsolute.txt +++ b/obj/Debug/TextFormatter.vbproj.FileListAbsolute.txt @@ -2,7 +2,6 @@ C:\Users\bcumm\source\repos\TextFormatter\bin\Debug\TextFormatter.exe.config C:\Users\bcumm\source\repos\TextFormatter\bin\Debug\TextFormatter.exe C:\Users\bcumm\source\repos\TextFormatter\bin\Debug\TextFormatter.pdb C:\Users\bcumm\source\repos\TextFormatter\bin\Debug\TextFormatter.xml -C:\Users\bcumm\source\repos\TextFormatter\obj\Debug\TextFormatter.vbprojAssemblyReference.cache C:\Users\bcumm\source\repos\TextFormatter\obj\Debug\TextFormatter.Form1.resources C:\Users\bcumm\source\repos\TextFormatter\obj\Debug\TextFormatter.Resources.resources C:\Users\bcumm\source\repos\TextFormatter\obj\Debug\TextFormatter.vbproj.GenerateResource.cache diff --git a/obj/Debug/TextFormatter.vbproj.GenerateResource.cache b/obj/Debug/TextFormatter.vbproj.GenerateResource.cache index 01ff589..477275e 100644 Binary files a/obj/Debug/TextFormatter.vbproj.GenerateResource.cache and b/obj/Debug/TextFormatter.vbproj.GenerateResource.cache differ diff --git a/obj/Debug/TextFormatter.vbprojAssemblyReference.cache b/obj/Debug/TextFormatter.vbprojAssemblyReference.cache deleted file mode 100644 index 90578e4..0000000 Binary files a/obj/Debug/TextFormatter.vbprojAssemblyReference.cache and /dev/null differ