07 2018 档案
摘要:select a.GM_Name as 名称,a.GM_Code 代码,b.DC_Code as 上级,b.DC_LVL as 排序 from HIS_Pubdata..Tbl_Dic_DeptGroupMethod as a CROSS JOIN HIS_Pubdata..Tbl_Dic_DeptCategory as b where a.ZDLevel=''效果
阅读全文
摘要://添加Text控件 GridColumn col = new GridColumn(); col.Name = "部门代码"; col.HeaderText = "部门代码"; col.EditorType = typeof(GridTextBoxXEditControl); col.AutoSi...
阅读全文
摘要:0.属性和方法 1.对advTree操作都是在Nodes属性基础上的如:新建 一个Node并添加到tree中 2.取选中节点的值 3.选中时节点 执行操作(SelectedIndexChanged)
阅读全文
摘要:public Form1() { InitializeComponent(); int count = this.Controls.Count * 2+2; float[] factor = new float[count]; int i = 0; ...
阅读全文