摘要: public static client void expandTree(FormTreeControl _formTreeControl, TreeItemIdx _treeItemIdx, int _toLevel = 0, int _level = 0) { FormTreeItem formTreeItem; TreeItemIdx treeItemId... 阅读全文
posted @ 2011-12-17 20:46 perock 阅读(1635) 评论(0) 推荐(0) 编辑
摘要: void printControls(Object o,str name) { FormBuildControl formBuildControl; int i; ; setprefix( "Group :" + name ); for (i=1;i<=o.controlCount(); i++) { f... 阅读全文
posted @ 2011-12-17 20:44 perock 阅读(1102) 评论(0) 推荐(0) 编辑
摘要: void clicked(){ Common common; container c; ; c = WinAPI::chooseColor(this.hWnd(),0,0,0,NULL); if(conlen(c)) { backColor = WinAPI::RGB2int( conpeek(c,1), conpeek(c,2), conpeek(c,3)); // Clear the display options for the once which allready has been set. for(common = custTable_ds.getFirst(); common; 阅读全文
posted @ 2011-12-17 20:41 perock 阅读(215) 评论(0) 推荐(0) 编辑