角色管理器优化,可更改角色名,描述信息,客户端主界面测试中英文切换,v1.6.2

This commit is contained in:
dathlin
2017-10-07 10:52:36 +08:00
parent 44a511c62a
commit f248effb4c
21 changed files with 911 additions and 43 deletions

View File

@@ -62,6 +62,12 @@
<Compile Include="AccountSupport\FormAccountSelect.Designer.cs">
<DependentUpon>FormAccountSelect.cs</DependentUpon>
</Compile>
<Compile Include="AccountSupport\FormInputNewRole.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="AccountSupport\FormInputNewRole.Designer.cs">
<DependentUpon>FormInputNewRole.cs</DependentUpon>
</Compile>
<Compile Include="BasicSupport\FormDownloading.cs">
<SubType>Form</SubType>
</Compile>
@@ -169,6 +175,9 @@
<EmbeddedResource Include="AccountSupport\FormAccountSelect.resx">
<DependentUpon>FormAccountSelect.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="AccountSupport\FormInputNewRole.resx">
<DependentUpon>FormInputNewRole.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="BasicSupport\FormDownloading.resx">
<DependentUpon>FormDownloading.cs</DependentUpon>
</EmbeddedResource>