Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions LICENSE.txt

This file was deleted.

7 changes: 0 additions & 7 deletions README.txt

This file was deleted.

Binary file removed bin/MasterchestWalletAlpha_Bin.zip
Binary file not shown.
116 changes: 107 additions & 9 deletions source/Form1.Designer.vb

Large diffs are not rendered by default.

523 changes: 325 additions & 198 deletions source/Form1.vb

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions source/LocaleTag.vb
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
' Tag to determine if object can be localized or not
Enum LocaleTag
None ' Not localizable (same as Nothing)
Text ' Localized as text
Numeric ' Localized as numeric value
NetworkDependent
End Enum

Enum NetworkStatus
Synchronizing
Processing
Synchronized
End Enum

716 changes: 716 additions & 0 deletions source/Localization/Resources.fr-FR.resx

Large diffs are not rendered by default.

717 changes: 717 additions & 0 deletions source/Localization/Resources.sv-SE.resx

Large diffs are not rendered by default.

20 changes: 0 additions & 20 deletions source/Masterchest_Wallet.sln

This file was deleted.

Binary file removed source/Masterchest_Wallet.suo
Binary file not shown.
10 changes: 7 additions & 3 deletions source/Masterchest_Wallet.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@
<HintPath>..\..\..\..\..\Downloads\Json50r6\Bin\Net40\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.configuration" />
<Reference Include="System.Data" />
<Reference Include="System.Data.SqlServerCe, Version=3.5.1.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
<Private>True</Private>
Expand Down Expand Up @@ -131,6 +132,7 @@
<DependentUpon>Form1.vb</DependentUpon>
<SubType>Form</SubType>
</Compile>
<Compile Include="LocaleTag.vb" />
<Compile Include="Module1.vb" />
<Compile Include="My Project\AssemblyInfo.vb" />
<Compile Include="My Project\Application.Designer.vb">
Expand All @@ -144,8 +146,8 @@
</Compile>
<Compile Include="My Project\Settings.Designer.vb">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
<DependentUpon>Settings.settings</DependentUpon>
</Compile>
<Compile Include="passfrm.Designer.vb">
<DependentUpon>passfrm.vb</DependentUpon>
Expand Down Expand Up @@ -185,6 +187,8 @@
<EmbeddedResource Include="Form1.resx">
<DependentUpon>Form1.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Localization\Resources.fr-FR.resx" />
<EmbeddedResource Include="Localization\Resources.sv-SE.resx" />
<EmbeddedResource Include="My Project\Resources.resx">
<Generator>VbMyResourcesResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.vb</LastGenOutput>
Expand All @@ -210,11 +214,11 @@
<Generator>MyApplicationCodeGenerator</Generator>
<LastGenOutput>Application.Designer.vb</LastGenOutput>
</None>
<None Include="My Project\Settings.settings">
<EmbeddedResource Include="My Project\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<CustomToolNamespace>My</CustomToolNamespace>
<LastGenOutput>Settings.Designer.vb</LastGenOutput>
</None>
</EmbeddedResource>
<None Include="wallet.config" />
</ItemGroup>
<ItemGroup>
Expand Down
13 changes: 0 additions & 13 deletions source/Masterchest_Wallet.vbproj.user

This file was deleted.

Loading