diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/App.config b/App.config new file mode 100644 index 0000000..ffaf540 --- /dev/null +++ b/App.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/Form1.Designer.vb b/Form1.Designer.vb new file mode 100644 index 0000000..9f7d01f --- /dev/null +++ b/Form1.Designer.vb @@ -0,0 +1,179 @@ + +Partial Class Form1 + Inherits System.Windows.Forms.Form + + 'Form overrides dispose to clean up the component list. + + Protected Overrides Sub Dispose(ByVal disposing As Boolean) + Try + If disposing AndAlso components IsNot Nothing Then + components.Dispose() + End If + Finally + MyBase.Dispose(disposing) + End Try + End Sub + + 'Required by the Windows Form Designer + Private components As System.ComponentModel.IContainer + + 'NOTE: The following procedure is required by the Windows Form Designer + 'It can be modified using the Windows Form Designer. + 'Do not modify it using the code editor. + + Private Sub InitializeComponent() + Me.components = New System.ComponentModel.Container() + Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form1)) + Me.TextBox1 = New System.Windows.Forms.TextBox() + Me.Label1 = New System.Windows.Forms.Label() + Me.Button1 = New System.Windows.Forms.Button() + Me.Button2 = New System.Windows.Forms.Button() + Me.Timer1 = New System.Windows.Forms.Timer(Me.components) + Me.RichTextBox1 = New System.Windows.Forms.RichTextBox() + Me.Button3 = New System.Windows.Forms.Button() + Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components) + Me.Button4 = New System.Windows.Forms.Button() + Me.Button5 = New System.Windows.Forms.Button() + Me.Button6 = New System.Windows.Forms.Button() + Me.Button7 = New System.Windows.Forms.Button() + Me.SuspendLayout() + ' + 'TextBox1 + ' + Me.TextBox1.BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer)) + Me.TextBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle + Me.TextBox1.Font = New System.Drawing.Font("Unispace", 9.749999!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.TextBox1.Location = New System.Drawing.Point(0, 0) + Me.TextBox1.MaxLength = 34 + Me.TextBox1.Multiline = True + Me.TextBox1.Name = "TextBox1" + Me.TextBox1.Size = New System.Drawing.Size(278, 29) + Me.TextBox1.TabIndex = 0 + Me.ToolTip1.SetToolTip(Me.TextBox1, "Enter your text here.") + ' + 'Label1 + ' + Me.Label1.Location = New System.Drawing.Point(12, 182) + Me.Label1.Name = "Label1" + Me.Label1.Size = New System.Drawing.Size(254, 74) + Me.Label1.TabIndex = 1 + Me.Label1.Text = resources.GetString("Label1.Text") + ' + 'Button1 + ' + Me.Button1.Location = New System.Drawing.Point(276, 177) + Me.Button1.Name = "Button1" + Me.Button1.Size = New System.Drawing.Size(54, 23) + Me.Button1.TabIndex = 2 + Me.Button1.Text = "Clear" + Me.ToolTip1.SetToolTip(Me.Button1, "Clear both boxes.") + Me.Button1.UseVisualStyleBackColor = True + ' + 'Button2 + ' + Me.Button2.Location = New System.Drawing.Point(277, 224) + Me.Button2.Name = "Button2" + Me.Button2.Size = New System.Drawing.Size(54, 23) + Me.Button2.TabIndex = 3 + Me.Button2.Text = "Copy" + Me.ToolTip1.SetToolTip(Me.Button2, "Copy contents of output to clipboard.") + Me.Button2.UseVisualStyleBackColor = True + ' + 'Timer1 + ' + Me.Timer1.Interval = 10 + ' + 'RichTextBox1 + ' + Me.RichTextBox1.BackColor = System.Drawing.Color.LightGray + Me.RichTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle + Me.RichTextBox1.Font = New System.Drawing.Font("Unispace", 8.999999!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.RichTextBox1.Location = New System.Drawing.Point(0, 60) + Me.RichTextBox1.MaxLength = 544 + Me.RichTextBox1.Name = "RichTextBox1" + Me.RichTextBox1.Size = New System.Drawing.Size(368, 111) + Me.RichTextBox1.TabIndex = 4 + Me.RichTextBox1.Text = "" + Me.ToolTip1.SetToolTip(Me.RichTextBox1, "Formatted text output.") + ' + 'Button3 + ' + Me.Button3.Location = New System.Drawing.Point(288, 0) + Me.Button3.Name = "Button3" + Me.Button3.Size = New System.Drawing.Size(42, 29) + Me.Button3.TabIndex = 5 + Me.Button3.Text = "Next" + Me.ToolTip1.SetToolTip(Me.Button3, "Start a new line and add this to the bottom box.") + Me.Button3.UseVisualStyleBackColor = True + ' + 'Button4 + ' + Me.Button4.Location = New System.Drawing.Point(263, 32) + Me.Button4.Name = "Button4" + Me.Button4.Size = New System.Drawing.Size(26, 23) + Me.Button4.TabIndex = 6 + Me.Button4.Text = "/p" + Me.Button4.UseVisualStyleBackColor = True + ' + 'Button5 + ' + Me.Button5.Location = New System.Drawing.Point(295, 32) + Me.Button5.Name = "Button5" + Me.Button5.Size = New System.Drawing.Size(26, 23) + Me.Button5.TabIndex = 7 + Me.Button5.Text = "/n" + Me.Button5.UseVisualStyleBackColor = True + ' + 'Button6 + ' + Me.Button6.Location = New System.Drawing.Point(327, 32) + Me.Button6.Name = "Button6" + Me.Button6.Size = New System.Drawing.Size(26, 23) + Me.Button6.TabIndex = 8 + Me.Button6.Text = "/l" + Me.Button6.UseVisualStyleBackColor = True + ' + 'Button7 + ' + Me.Button7.Location = New System.Drawing.Point(336, 3) + Me.Button7.Name = "Button7" + Me.Button7.Size = New System.Drawing.Size(17, 23) + Me.Button7.TabIndex = 9 + Me.Button7.Text = "$" + Me.Button7.UseVisualStyleBackColor = True + ' + '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.Controls.Add(Me.Button7) + Me.Controls.Add(Me.Button6) + Me.Controls.Add(Me.Button5) + Me.Controls.Add(Me.Button4) + Me.Controls.Add(Me.Button3) + Me.Controls.Add(Me.RichTextBox1) + Me.Controls.Add(Me.Button2) + Me.Controls.Add(Me.Button1) + Me.Controls.Add(Me.Label1) + Me.Controls.Add(Me.TextBox1) + Me.Name = "Form1" + Me.Text = "Text Formatter" + Me.ResumeLayout(False) + Me.PerformLayout() + + End Sub + + Friend WithEvents TextBox1 As TextBox + Friend WithEvents Label1 As Label + Friend WithEvents Button1 As Button + Friend WithEvents Button2 As Button + Friend WithEvents Timer1 As Timer + Friend WithEvents RichTextBox1 As RichTextBox + Friend WithEvents Button3 As Button + Friend WithEvents ToolTip1 As ToolTip + Friend WithEvents Button4 As Button + Friend WithEvents Button5 As Button + Friend WithEvents Button6 As Button + Friend WithEvents Button7 As Button +End Class diff --git a/Form1.resx b/Form1.resx new file mode 100644 index 0000000..8ab7f1d --- /dev/null +++ b/Form1.resx @@ -0,0 +1,135 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 106, 17 + + + Don't put in color codes. {PLAYER} is fine as most +names are 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'. + + + + + 17, 17 + + \ No newline at end of file diff --git a/Form1.vb b/Form1.vb new file mode 100644 index 0000000..8f26778 --- /dev/null +++ b/Form1.vb @@ -0,0 +1,90 @@ +Public Class Form1 + Public NL As String = Environment.NewLine + Public Line As String = "" + Public quote As String = Chr(34) + Public fresh As Boolean = True + Private Sub Button2_Click(sender As Object, e As EventArgs) Handles Button2.Click + My.Computer.Clipboard.SetText(RichTextBox1.Text) + End Sub + + Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click + TextBox1.Text = "" + RichTextBox1.Text = "" + End Sub + + Private Sub TextBox1_TextChanged(sender As Object, e As EventArgs) Handles TextBox1.TextChanged + + If (TextBox1.Text.Length = 34) Then + Line = TextBox1.Text + RichTextBox1.Text += " .string " + quote + Line + quote + Environment.NewLine + TextBox1.Text = "" + End If + + End Sub + + Private Sub Timer1_Tick(sender As Object, e As EventArgs) Handles Timer1.Tick + If (TextBox1.Text.Length = 34) Then + Line = TextBox1.Text + RichTextBox1.Text += " .string " + quote + Line + quote + Environment.NewLine + End If + + End Sub + + Private Sub Button3_Click(sender As Object, e As EventArgs) Handles Button3.Click + Line = TextBox1.Text + If fresh = True Then + RichTextBox1.Text = "" + fresh = False + End If + + RichTextBox1.Text += " .string " + quote + Line + quote + Environment.NewLine + TextBox1.Text = "" + End Sub + + Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load + TextBox1.AcceptsReturn = False + End Sub + Private Sub Button7_Click(sender As Object, e As EventArgs) Handles Button7.Click + Line = TextBox1.Text + If fresh = True Then + RichTextBox1.Text = "" + fresh = False + End If + + RichTextBox1.Text += " .string " + quote + Line + "$" + quote + Environment.NewLine + TextBox1.Text = "" + End Sub + + Private Sub Button4_Click(sender As Object, e As EventArgs) Handles Button4.Click + Line = TextBox1.Text + If fresh = True Then + RichTextBox1.Text = "" + fresh = False + End If + + RichTextBox1.Text += " .string " + quote + Line + "\p" + quote + Environment.NewLine + TextBox1.Text = "" + End Sub + + Private Sub Button5_Click(sender As Object, e As EventArgs) Handles Button5.Click + Line = TextBox1.Text + If fresh = True Then + RichTextBox1.Text = "" + fresh = False + End If + + RichTextBox1.Text += " .string " + quote + Line + "\n" + quote + Environment.NewLine + TextBox1.Text = "" + End Sub + + Private Sub Button6_Click(sender As Object, e As EventArgs) Handles Button6.Click + Line = TextBox1.Text + If fresh = True Then + RichTextBox1.Text = "" + fresh = False + End If + + RichTextBox1.Text += " .string " + quote + Line + "\l" + quote + Environment.NewLine + TextBox1.Text = "" + End Sub +End Class diff --git a/My Project/Application.Designer.vb b/My Project/Application.Designer.vb new file mode 100644 index 0000000..2745eb3 --- /dev/null +++ b/My Project/Application.Designer.vb @@ -0,0 +1,38 @@ +'------------------------------------------------------------------------------ +' +' This code was generated by a tool. +' Runtime Version:4.0.30319.42000 +' +' Changes to this file may cause incorrect behavior and will be lost if +' the code is regenerated. +' +'------------------------------------------------------------------------------ + +Option Strict On +Option Explicit On + + +Namespace My + + 'NOTE: This file is auto-generated; do not modify it directly. To make changes, + ' or if you encounter build errors in this file, go to the Project Designer + ' (go to Project Properties or double-click the My Project node in + ' Solution Explorer), and make changes on the Application tab. + ' + Partial Friend Class MyApplication + + _ + Public Sub New() + MyBase.New(Global.Microsoft.VisualBasic.ApplicationServices.AuthenticationMode.Windows) + Me.IsSingleInstance = false + Me.EnableVisualStyles = true + Me.SaveMySettingsOnExit = true + Me.ShutDownStyle = Global.Microsoft.VisualBasic.ApplicationServices.ShutdownMode.AfterMainFormCloses + End Sub + + _ + Protected Overrides Sub OnCreateMainForm() + Me.MainForm = Global.TextFormatter.Form1 + End Sub + End Class +End Namespace diff --git a/My Project/Application.myapp b/My Project/Application.myapp new file mode 100644 index 0000000..1243847 --- /dev/null +++ b/My Project/Application.myapp @@ -0,0 +1,11 @@ + + + true + Form1 + false + 0 + true + 0 + 0 + true + diff --git a/My Project/AssemblyInfo.vb b/My Project/AssemblyInfo.vb new file mode 100644 index 0000000..3b1b1ff --- /dev/null +++ b/My Project/AssemblyInfo.vb @@ -0,0 +1,35 @@ +Imports System +Imports System.Reflection +Imports System.Runtime.InteropServices + +' General Information about an assembly is controlled through the following +' set of attributes. Change these attribute values to modify the information +' associated with an assembly. + +' Review the values of the assembly attributes + + + + + + + + + + +'The following GUID is for the ID of the typelib if this project is exposed to COM + + +' Version information for an assembly consists of the following four values: +' +' Major Version +' Minor Version +' Build Number +' Revision +' +' You can specify all the values or you can default the Build and Revision Numbers +' by using the '*' as shown below: +' + + + diff --git a/My Project/Resources.Designer.vb b/My Project/Resources.Designer.vb new file mode 100644 index 0000000..0373f19 --- /dev/null +++ b/My Project/Resources.Designer.vb @@ -0,0 +1,62 @@ +'------------------------------------------------------------------------------ +' +' This code was generated by a tool. +' Runtime Version:4.0.30319.42000 +' +' Changes to this file may cause incorrect behavior and will be lost if +' the code is regenerated. +' +'------------------------------------------------------------------------------ + +Option Strict On +Option Explicit On + + +Namespace My.Resources + + 'This class was auto-generated by the StronglyTypedResourceBuilder + 'class via a tool like ResGen or Visual Studio. + 'To add or remove a member, edit your .ResX file then rerun ResGen + 'with the /str option, or rebuild your VS project. + ''' + ''' A strongly-typed resource class, for looking up localized strings, etc. + ''' + _ + Friend Module Resources + + Private resourceMan As Global.System.Resources.ResourceManager + + Private resourceCulture As Global.System.Globalization.CultureInfo + + ''' + ''' Returns the cached ResourceManager instance used by this class. + ''' + _ + Friend ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager + Get + If Object.ReferenceEquals(resourceMan, Nothing) Then + Dim temp As Global.System.Resources.ResourceManager = New Global.System.Resources.ResourceManager("TextFormatter.Resources", GetType(Resources).Assembly) + resourceMan = temp + End If + Return resourceMan + End Get + End Property + + ''' + ''' Overrides the current thread's CurrentUICulture property for all + ''' resource lookups using this strongly typed resource class. + ''' + _ + Friend Property Culture() As Global.System.Globalization.CultureInfo + Get + Return resourceCulture + End Get + Set(ByVal value As Global.System.Globalization.CultureInfo) + resourceCulture = value + End Set + End Property + End Module +End Namespace diff --git a/My Project/Resources.resx b/My Project/Resources.resx new file mode 100644 index 0000000..af7dbeb --- /dev/null +++ b/My Project/Resources.resx @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/My Project/Settings.Designer.vb b/My Project/Settings.Designer.vb new file mode 100644 index 0000000..da66230 --- /dev/null +++ b/My Project/Settings.Designer.vb @@ -0,0 +1,73 @@ +'------------------------------------------------------------------------------ +' +' This code was generated by a tool. +' Runtime Version:4.0.30319.42000 +' +' Changes to this file may cause incorrect behavior and will be lost if +' the code is regenerated. +' +'------------------------------------------------------------------------------ + +Option Strict On +Option Explicit On + + +Namespace My + + _ + Partial Friend NotInheritable Class MySettings + Inherits Global.System.Configuration.ApplicationSettingsBase + + Private Shared defaultInstance As MySettings = CType(Global.System.Configuration.ApplicationSettingsBase.Synchronized(New MySettings), MySettings) + +#Region "My.Settings Auto-Save Functionality" +#If _MyType = "WindowsForms" Then + Private Shared addedHandler As Boolean + + Private Shared addedHandlerLockObject As New Object + + _ + Private Shared Sub AutoSaveSettings(ByVal sender As Global.System.Object, ByVal e As Global.System.EventArgs) + If My.Application.SaveMySettingsOnExit Then + My.Settings.Save() + End If + End Sub +#End If +#End Region + + Public Shared ReadOnly Property [Default]() As MySettings + Get + +#If _MyType = "WindowsForms" Then + If Not addedHandler Then + SyncLock addedHandlerLockObject + If Not addedHandler Then + AddHandler My.Application.Shutdown, AddressOf AutoSaveSettings + addedHandler = True + End If + End SyncLock + End If +#End If + Return defaultInstance + End Get + End Property + End Class +End Namespace + +Namespace My + + _ + Friend Module MySettingsProperty + + _ + Friend ReadOnly Property Settings() As Global.TextFormatter.My.MySettings + Get + Return Global.TextFormatter.My.MySettings.Default + End Get + End Property + End Module +End Namespace diff --git a/My Project/Settings.settings b/My Project/Settings.settings new file mode 100644 index 0000000..85b890b --- /dev/null +++ b/My Project/Settings.settings @@ -0,0 +1,7 @@ + + + + + + + diff --git a/TextFormatter.sln b/TextFormatter.sln new file mode 100644 index 0000000..9c8eb2a --- /dev/null +++ b/TextFormatter.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.28803.452 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "TextFormatter", "TextFormatter.vbproj", "{E3309473-8413-480A-A7BE-02B5E9F7CD02}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {E3309473-8413-480A-A7BE-02B5E9F7CD02}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {E3309473-8413-480A-A7BE-02B5E9F7CD02}.Debug|Any CPU.Build.0 = Debug|Any CPU + {E3309473-8413-480A-A7BE-02B5E9F7CD02}.Release|Any CPU.ActiveCfg = Release|Any CPU + {E3309473-8413-480A-A7BE-02B5E9F7CD02}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {48A08D50-117A-4DB3-B238-B66B0717FCD7} + EndGlobalSection +EndGlobal diff --git a/TextFormatter.vbproj b/TextFormatter.vbproj new file mode 100644 index 0000000..4034df3 --- /dev/null +++ b/TextFormatter.vbproj @@ -0,0 +1,123 @@ + + + + + Debug + AnyCPU + {E3309473-8413-480A-A7BE-02B5E9F7CD02} + WinExe + TextFormatter.My.MyApplication + TextFormatter + TextFormatter + 512 + WindowsForms + v4.7.2 + true + true + + + AnyCPU + true + full + true + true + bin\Debug\ + TextFormatter.xml + 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 + + + AnyCPU + pdbonly + false + true + true + bin\Release\ + TextFormatter.xml + 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 + + + On + + + Binary + + + Off + + + On + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Form + + + Form1.vb + Form + + + + True + Application.myapp + + + True + True + Resources.resx + + + True + Settings.settings + True + + + + + Form1.vb + + + VbMyResourcesResXFileCodeGenerator + Resources.Designer.vb + My.Resources + Designer + + + + + MyApplicationCodeGenerator + Application.Designer.vb + + + SettingsSingleFileGenerator + My + Settings.Designer.vb + + + + + \ No newline at end of file diff --git a/bin/Debug/TextFormatter.exe b/bin/Debug/TextFormatter.exe new file mode 100644 index 0000000..b152bd5 Binary files /dev/null and b/bin/Debug/TextFormatter.exe differ diff --git a/bin/Debug/TextFormatter.exe.config b/bin/Debug/TextFormatter.exe.config new file mode 100644 index 0000000..ffaf540 --- /dev/null +++ b/bin/Debug/TextFormatter.exe.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/bin/Debug/TextFormatter.pdb b/bin/Debug/TextFormatter.pdb new file mode 100644 index 0000000..b76fcbd Binary files /dev/null and b/bin/Debug/TextFormatter.pdb differ diff --git a/bin/Debug/TextFormatter.xml b/bin/Debug/TextFormatter.xml new file mode 100644 index 0000000..049cb84 --- /dev/null +++ b/bin/Debug/TextFormatter.xml @@ -0,0 +1,26 @@ + + + + +TextFormatter + + + + + + A strongly-typed resource class, for looking up localized strings, etc. + + + + + Returns the cached ResourceManager instance used by this class. + + + + + Overrides the current thread's CurrentUICulture property for all + resource lookups using this strongly typed resource class. + + + + diff --git a/obj/Debug/DesignTimeResolveAssemblyReferences.cache b/obj/Debug/DesignTimeResolveAssemblyReferences.cache new file mode 100644 index 0000000..d9ed93c Binary files /dev/null and b/obj/Debug/DesignTimeResolveAssemblyReferences.cache differ diff --git a/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache new file mode 100644 index 0000000..94e3d4b Binary files /dev/null and b/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/obj/Debug/TempPE/My Project.Resources.Designer.vb.dll b/obj/Debug/TempPE/My Project.Resources.Designer.vb.dll new file mode 100644 index 0000000..26b24ee Binary files /dev/null and b/obj/Debug/TempPE/My Project.Resources.Designer.vb.dll differ diff --git a/obj/Debug/TextFormatter.Form1.resources b/obj/Debug/TextFormatter.Form1.resources new file mode 100644 index 0000000..22e304e Binary files /dev/null and b/obj/Debug/TextFormatter.Form1.resources differ diff --git a/obj/Debug/TextFormatter.Resources.resources b/obj/Debug/TextFormatter.Resources.resources new file mode 100644 index 0000000..6c05a97 Binary files /dev/null and b/obj/Debug/TextFormatter.Resources.resources differ diff --git a/obj/Debug/TextFormatter.exe b/obj/Debug/TextFormatter.exe new file mode 100644 index 0000000..b152bd5 Binary files /dev/null and b/obj/Debug/TextFormatter.exe differ diff --git a/obj/Debug/TextFormatter.pdb b/obj/Debug/TextFormatter.pdb new file mode 100644 index 0000000..b76fcbd Binary files /dev/null and b/obj/Debug/TextFormatter.pdb differ diff --git a/obj/Debug/TextFormatter.vbproj.CoreCompileInputs.cache b/obj/Debug/TextFormatter.vbproj.CoreCompileInputs.cache new file mode 100644 index 0000000..68dca2c --- /dev/null +++ b/obj/Debug/TextFormatter.vbproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +6385827aa2df02ce62d780d962fd1295824abe24 diff --git a/obj/Debug/TextFormatter.vbproj.FileListAbsolute.txt b/obj/Debug/TextFormatter.vbproj.FileListAbsolute.txt new file mode 100644 index 0000000..1793360 --- /dev/null +++ b/obj/Debug/TextFormatter.vbproj.FileListAbsolute.txt @@ -0,0 +1,12 @@ +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 +C:\Users\bcumm\source\repos\TextFormatter\obj\Debug\TextFormatter.vbproj.CoreCompileInputs.cache +C:\Users\bcumm\source\repos\TextFormatter\obj\Debug\TextFormatter.exe +C:\Users\bcumm\source\repos\TextFormatter\obj\Debug\TextFormatter.xml +C:\Users\bcumm\source\repos\TextFormatter\obj\Debug\TextFormatter.pdb diff --git a/obj/Debug/TextFormatter.vbproj.GenerateResource.cache b/obj/Debug/TextFormatter.vbproj.GenerateResource.cache new file mode 100644 index 0000000..01ff589 Binary files /dev/null and b/obj/Debug/TextFormatter.vbproj.GenerateResource.cache differ diff --git a/obj/Debug/TextFormatter.vbprojAssemblyReference.cache b/obj/Debug/TextFormatter.vbprojAssemblyReference.cache new file mode 100644 index 0000000..90578e4 Binary files /dev/null and b/obj/Debug/TextFormatter.vbprojAssemblyReference.cache differ diff --git a/obj/Debug/TextFormatter.xml b/obj/Debug/TextFormatter.xml new file mode 100644 index 0000000..049cb84 --- /dev/null +++ b/obj/Debug/TextFormatter.xml @@ -0,0 +1,26 @@ + + + + +TextFormatter + + + + + + A strongly-typed resource class, for looking up localized strings, etc. + + + + + Returns the cached ResourceManager instance used by this class. + + + + + Overrides the current thread's CurrentUICulture property for all + resource lookups using this strongly typed resource class. + + + +