修复了BUG,更新了组件V1.0.1版,提供了很多功能

This commit is contained in:
hsl20
2017-03-04 17:07:26 +08:00
parent e2fd8a7b29
commit d277f6a289
18 changed files with 797 additions and 60 deletions

View File

@@ -76,6 +76,12 @@
<Compile Include="FormMainWindow.Designer.cs">
<DependentUpon>FormMainWindow.cs</DependentUpon>
</Compile>
<Compile Include="FormRegisterAccount.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FormRegisterAccount.Designer.cs">
<DependentUpon>FormRegisterAccount.cs</DependentUpon>
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="UserClient.cs" />
@@ -88,6 +94,9 @@
<EmbeddedResource Include="FormMainWindow.resx">
<DependentUpon>FormMainWindow.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FormRegisterAccount.resx">
<DependentUpon>FormRegisterAccount.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
@@ -108,6 +117,9 @@
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
</ItemGroup>
<ItemGroup>
<Folder Include="UserControls\" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.