81 Star 149 Fork 69

haok2/SimpleWinformFrame

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
contribute
Sync branch
Cancel
Notice: Creating folder will generate an empty file .keep, because not support in Git
Loading...
README
1,首先韶两句,每次打开VS2008开发的时候,就会想着拖拽怎样的窗体,很费时间;
    比如我只想写个窗体,然后能有个像样的架子展现出来,
    比如有菜单、有tabpage来显示dome、有菜单和状态栏什么的。

2,然后呢,刚好要给写个K3补充程序的架子给领导展示下看看,替换原先Excel VBA
    写的程序,于是就想起写个架子给只懂VBA且正在学习C#的领导;
    让他只管加自己的窗体,至于菜单、窗体大小、程序日志、程序自动更新什么的不用管。


部署和使用说明:
1,我开发这个用的:VS2008+XP、创建时选得NET2.0(这样比较兼容吧。。。)
2,主程序中菜单是读XML来的,其中包含有菜单名称和菜单对应窗体的name,
    故新加窗体时的name要和xml配置的name一致(包括模块路径),不然在双击菜单弹出tabpage时候是加载不了这个窗体的。
3,部署的话,看demo目录(更新服务端是要架设IIS的,并且将更新文件放入根目录下,客户端的自动更新程序才能成功更新)。
4,最后说下,写的质量比较低,看看就可以了,呵呵。我不会继续更新的,感谢网络上提供的代码,我只是拼凑者(呵呵呵)。


代码粗略说明:
1、更新是根据更新日期判断的
2、文件的名称和目录不要变更(代码写死了。。。呵呵)
3、对味口的看代码吧,没有截图。

Empty file

About

简单的winform开发架子(截图https://www.oschina.net/code/snippet_1422728_34159),客户端主程序(tabControl),客户端自动更新程序(WebClient),服务端更新列表生成器(XML) expand collapse
C#
Cancel

Releases

No release

Contributors

All

Activities

Load More
can not load any more
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/bobo2cj/SimpleWinformFrame.git
git@gitee.com:bobo2cj/SimpleWinformFrame.git
bobo2cj
SimpleWinformFrame
SimpleWinformFrame
master

Search