摘要: http://archive.cnblogs.com/a/1952380/ 阅读全文
posted @ 2011-05-08 19:05 黄金单刀 阅读(356) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Text;namespace CSharpStudy{ class Program { delegate double ProcessDelegate(double param1, double param2); static double Multiply(double para... 阅读全文
posted @ 2011-05-08 12:18 黄金单刀 阅读(236) 评论(0) 推荐(0)
摘要: 今天开始试用XtraGrid 乱试中,发现一个问题,一个GridControl ,两个view,怎么在图型界面去掉一个view?目前没有找到。 设置panelControl 颜色: By default, the PanelControl's background is painted by the skin engine, and its content is filled by a gradient bitmap. To disable this feature, please set the BorderStyle property to None. By hiding roun 阅读全文
posted @ 2011-05-08 08:18 黄金单刀 阅读(586) 评论(0) 推荐(0)