代码重构,准备新增客户端统一的系统配置界面

This commit is contained in:
dathlin
2017-09-16 22:17:53 +08:00
parent b62b30f0dd
commit ed6bba7550
8 changed files with 257 additions and 3 deletions

View File

@@ -62,6 +62,12 @@
<Compile Include="BasicSupport\FormShowMachineId.Designer.cs">
<DependentUpon>FormShowMachineId.cs</DependentUpon>
</Compile>
<Compile Include="Configuration\FormConfiguration.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Configuration\FormConfiguration.Designer.cs">
<DependentUpon>FormConfiguration.cs</DependentUpon>
</Compile>
<Compile Include="LogsSupport\FormLogView.cs">
<SubType>Form</SubType>
</Compile>
@@ -91,6 +97,9 @@
<EmbeddedResource Include="BasicSupport\FormShowMachineId.resx">
<DependentUpon>FormShowMachineId.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Configuration\FormConfiguration.resx">
<DependentUpon>FormConfiguration.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="LogsSupport\FormLogView.resx">
<DependentUpon>FormLogView.cs</DependentUpon>
</EmbeddedResource>