首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2011年3月25日

摘要: 1、要使打印预览有office风格 要引用上dxPSPrVwRibbon。2、保存控件属性和还原属性(可用于保存打印设置)procedure TfmFtpUpdater.PropertiesStore;Var AStoreComponent: TcxPropertiesStoreComponent;begin try cxPropertiesStore1.StorageName := ExtractFilePath(ParamStr(0)) + 'options.ini'; cxPropertiesStore1.StorageType := stIniFile; AStoreC 阅读全文

posted @ 2011-03-25 15:02 colincode 阅读(644) 评论(0) 推荐(0) 编辑