摘要: http://www.poluoluo.com/jzxy/200910/66876.html 阅读全文
posted @ 2011-05-08 19:16 黄金单刀 阅读(80) 评论(0) 推荐(0) 编辑
摘要: http://download.csdn.net/source/1444122DevExpress打印相关代码 using System;using System.Windows.Forms;using DevExpress.XtraPrinting;using System.Xml.Serialization;namespace MyDevExpressDemo{/// <summary>/// PrintSettingController 的摘要说明。/// </summary>public class PrintSettingController{Printing 阅读全文
posted @ 2011-05-08 19:12 黄金单刀 阅读(277) 评论(0) 推荐(0) 编辑
摘要: http://archive.cnblogs.com/a/1952380/ 阅读全文
posted @ 2011-05-08 19:05 黄金单刀 阅读(342) 评论(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 黄金单刀 阅读(223) 评论(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 黄金单刀 阅读(560) 评论(0) 推荐(0) 编辑