摘要: 前端知识结构图https://github.com/JacksonTian/fks 阅读全文
posted @ 2016-05-13 22:33 尘世 阅读(266) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-05-13 22:27 尘世 阅读(316) 评论(0) 推荐(0) 编辑
摘要: 1.改变DocumentManager包含的窗体的排列方式if (this.documentManager1.View.Type != ViewType.NativeMdi){ this.documentManager1.View = this.documentManager1.CreateVie... 阅读全文
posted @ 2015-07-10 23:46 尘世 阅读(1161) 评论(0) 推荐(0) 编辑
摘要: 1.正确加载模式:panel.ControlContainer.Controls.Add(control);如果用panel.Controls.Add(control);则可能出现模块发生位移问题。 阅读全文
posted @ 2015-07-08 15:13 尘世 阅读(375) 评论(0) 推荐(0) 编辑
摘要: //DevExpress.UserSkins.BonusSkins.Register(); SkinRibbonGalleryBarItem srgbi = new SkinRibbonGalleryBarItem(); this.... 阅读全文
posted @ 2015-07-07 15:31 尘世 阅读(565) 评论(0) 推荐(0) 编辑
摘要: 1.DocumentManager要设置自己的MdiParent属性2.主窗体设置IsMidContainer为True3.要生成的窗体设置MdiParent为主窗体4.正常创建窗体,然后就可以显示..Show() Form formscene = new Form(); ... 阅读全文
posted @ 2015-07-07 15:21 尘世 阅读(2845) 评论(0) 推荐(0) 编辑