XXXXX
C/C++
XXXXX
C#/.net
XXXXX
js
java
java
开发导航 开发导航 www.endv.cn
天云
上一页 1 ··· 70 71 72 73 74 75 76 77 78 ··· 90 下一页
摘要: 1 /*------------------------------------------------------------------------- 2 ParserGen.cs -- Generation of the Recursive Descent Parser 3 Compi... 阅读全文
posted @ 2015-06-24 22:34 Endv 阅读(300) 评论(0) 推荐(0)
摘要: CocoSourcesCS 3 1 /*---------------------------------------------------------------------- 2 Compiler Generator Coco/R, 3 Copyright (c) 1990, 2004 ... 阅读全文
posted @ 2015-06-24 22:33 Endv 阅读(244) 评论(0) 推荐(0)
摘要: CocoSourcesCS 2 1 /*------------------------------------------------------------------------- 2 DFA.cs -- Generation of the Scanner Automaton 3 ... 阅读全文
posted @ 2015-06-24 22:32 Endv 阅读(242) 评论(0) 推荐(0)
摘要: CocoSourcesCS 1 1 /*------------------------------------------------------------------------- 2 Compiler Generator Coco/R, 3 Copyright (c) 1990, 20... 阅读全文
posted @ 2015-06-24 22:31 Endv 阅读(174) 评论(0) 推荐(0)
摘要: C# this.Hide()第一次用的时候是在_Load函数里:BookSystem bs = new BookSystem(); bs.ShowDialog(); this.Hide();第二次在登陆成功时:BookSystem bs = new BookSystem(); bs.userName... 阅读全文
posted @ 2015-06-23 21:03 Endv 阅读(2500) 评论(1) 推荐(0)
摘要: The Visual Studio Image LibraryVisual Studio 2013The Visual Studio Image Library contains application images that appear in Microsoft Visual Studio, M... 阅读全文
posted @ 2015-06-23 16:42 Endv 阅读(844) 评论(0) 推荐(0)
摘要: ll这个方法向窗体中显示这个停靠的控件1 void iToolbox_ItemClick(object sender, DevExpress.XtraBars.ItemClickEventArgs e) {2 dockPanel6.Show();3 ... 阅读全文
posted @ 2015-06-21 00:24 Endv 阅读(460) 评论(0) 推荐(0)
摘要: 如果已创建好了自定义控件ucToolbox,首先要在调用的窗体中定义这个控件private ucToolbox ucToolbox1; this.ucToolbox1 = new Endv.WinForm.Docking.ucToolbox(); 设置控件的一些属性1 // 2 ... 阅读全文
posted @ 2015-06-20 22:57 Endv 阅读(323) 评论(0) 推荐(0)
摘要: 在WinForm项目中要求实现动态加载DockPanel。简单研究了下,演示代码如下: 1 DockPanel runPanel = dockManager1.AddPanel(DockingStyle.Left); 2 runPanel.Name = “Dock1”; 3 4 Doc... 阅读全文
posted @ 2015-06-19 10:44 Endv 阅读(1190) 评论(0) 推荐(0)
摘要: 名称说明AfterCheck在选中树节点复选框后发生。AfterCollapse在折叠树节点后发生。AfterExpand在展开树节点后发生。AfterLabelEdit在编辑树节点标签文本后发生。AfterSelect在选定树节点后发生。AutoSizeChanged基础结构。此事件与该类无关。(... 阅读全文
posted @ 2015-06-18 15:08 Endv 阅读(1620) 评论(0) 推荐(0)
上一页 1 ··· 70 71 72 73 74 75 76 77 78 ··· 90 下一页