Skip to content
This repository has been archived by the owner on Aug 8, 2022. It is now read-only.

Commit

Permalink
Add license info form, fixed a small UI bug
Browse files Browse the repository at this point in the history
  • Loading branch information
CaptainSwag101 committed Oct 10, 2016
1 parent 122e5d5 commit c55e68e
Show file tree
Hide file tree
Showing 8 changed files with 1,544 additions and 1,115 deletions.
53 changes: 53 additions & 0 deletions M64MM2/LicenseForm.Designer.vb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

352 changes: 352 additions & 0 deletions M64MM2/LicenseForm.resx

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions M64MM2/LicenseForm.vb
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Public Class LicenseForm
Private Sub LicenseForm_Load(sender As Object, e As EventArgs) Handles MyBase.Load
End Sub
End Class
9 changes: 9 additions & 0 deletions M64MM2/M64MM2.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,12 @@
<Compile Include="ColorCodeStudio.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="LicenseForm.Designer.vb">
<DependentUpon>LicenseForm.vb</DependentUpon>
</Compile>
<Compile Include="LicenseForm.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="MainForm.vb">
<SubType>Form</SubType>
</Compile>
Expand Down Expand Up @@ -154,6 +160,9 @@
<EmbeddedResource Include="ColorCodeStudio.resx">
<DependentUpon>ColorCodeStudio.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="LicenseForm.resx">
<DependentUpon>LicenseForm.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="MainForm.resx">
<DependentUpon>MainForm.vb</DependentUpon>
</EmbeddedResource>
Expand Down
969 changes: 484 additions & 485 deletions M64MM2/MainForm.Designer.vb

Large diffs are not rendered by default.

Loading

0 comments on commit c55e68e

Please sign in to comment.