增加系统的图片说明
This commit is contained in:
14
README.md
14
README.md
@@ -1,2 +1,12 @@
|
|||||||
# C-S架构的服务器客户端模版
|
# C-S架构的服务器客户端模版
|
||||||
该模版由三部分的程序组成,一个服务端运行的程序,一个客户端运行的程序,还有一个公共的组件,实现了基础的账户管理功能,版本控制,软件升级,公告管理,消息群发功能。具体的操作方法见演示就行
|
该模版由三部分的程序组成,一个服务端运行的程序,一个客户端运行的程序,还有一个公共的组件,实现了基础的账户管理功能,版本控制,软件升级,公告管理,消息群发功能。具体的操作方法见演示就行。下面主要介绍下服务端的程序界面和客户端的程序界面。
|
||||||
|
|
||||||
|
## 服务器端程序界面如下:
|
||||||
|

|
||||||
|
功能菜单都在设置中,可以尝试其他操作。
|
||||||
|
|
||||||
|
## 客户端的程序界面
|
||||||
|
#### 登录窗口
|
||||||
|

|
||||||
|
#### 主界面
|
||||||
|

|
||||||
BIN
软件系统客户端模版/screenshots/client1.png
Normal file
BIN
软件系统客户端模版/screenshots/client1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
BIN
软件系统客户端模版/screenshots/client2.png
Normal file
BIN
软件系统客户端模版/screenshots/client2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 92 KiB |
@@ -145,6 +145,7 @@
|
|||||||
</Compile>
|
</Compile>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
<Folder Include="screenshots\" />
|
||||||
<Folder Include="UserControls\" />
|
<Folder Include="UserControls\" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|||||||
BIN
软件系统服务端模版/screenshots/server.png
Normal file
BIN
软件系统服务端模版/screenshots/server.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
@@ -90,6 +90,9 @@
|
|||||||
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
||||||
</Compile>
|
</Compile>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<Folder Include="screenshots\" />
|
||||||
|
</ItemGroup>
|
||||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
<!-- 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.
|
Other similar extension points exist, see Microsoft.Common.targets.
|
||||||
|
|||||||
Reference in New Issue
Block a user