Added a debug tool to view and manage log files. Slight tweaks to the main form as well as the thread exception methods.

This commit is contained in:
2017-04-14 01:24:50 -05:00
parent 7b2a93cbf6
commit c334c9aa53
7 changed files with 6594 additions and 20 deletions
@@ -125,6 +125,12 @@
<Compile Include="DebugDatabaseConverter.Designer.cs">
<DependentUpon>DebugDatabaseConverter.cs</DependentUpon>
</Compile>
<Compile Include="FrmLogFileViewer.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FrmLogFileViewer.Designer.cs">
<DependentUpon>FrmLogFileViewer.cs</DependentUpon>
</Compile>
<Compile Include="FrmLoginForm.cs">
<SubType>Form</SubType>
</Compile>
@@ -196,6 +202,9 @@
<EmbeddedResource Include="FrmAddRecord.resx">
<DependentUpon>FrmAddRecord.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FrmLogFileViewer.resx">
<DependentUpon>FrmLogFileViewer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FrmLoginForm.resx">
<DependentUpon>FrmLoginForm.cs</DependentUpon>
</EmbeddedResource>