|
@@ -93,8 +93,21 @@ module.exports = {
|
|
|
title: 'WinForm简介',
|
|
|
collapsable: false,
|
|
|
children: [
|
|
|
- {title: '简介', path: '/winform/'},
|
|
|
- {title: '测试', path: '/winform/test'},
|
|
|
+ {title: 'WinFrom架构运行机制', path: '/winform/'},
|
|
|
+ {title: '功能架构管理', path: '/winform/01.funcframe'},
|
|
|
+ {title: '窗体界面设计', path: '/winform/02.formdesign'},
|
|
|
+ {title: 'WnDataSource', path: '/winform/03.datasource'},
|
|
|
+ {title: '控件库接口', path: '/winform/04.interface'},
|
|
|
+ {title: '容器控件', path: '/winform/05.container'},
|
|
|
+ {title: '菜单导航控件', path: '/winform/06.menu&navigator'},
|
|
|
+ {title: '单值控件', path: '/winform/07.singlecontrol'},
|
|
|
+ {title: '数据展示控件', path: '/winform/08.datacontrol'},
|
|
|
+ {title: '模块设计原则', path:'/winform/09.moduledesign'},
|
|
|
+ {title: '编程指南', path:'/winform/10.programingguide'},
|
|
|
+ {title: '编程规范', path:'/winform/11.programingstandard'},
|
|
|
+ {title: '环境搭建', path:'/winform/12.devenvironment'},
|
|
|
+ {title: '代码调试', path:'/winform/13.debug'},
|
|
|
+ {title: '通用类、方法', path:'/winform/14.commonfunc'}
|
|
|
],
|
|
|
},
|
|
|
|