摘要:
{*******************************************************}{ }{ 分组统计 }{ }{ 版权所有 (C) 2008 咏南工作室(陈新光) }{ }{*******************************************************}unit uGroup;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, ExtCtrls, StdCtrls, CheckLst, D 阅读全文
posted @ 2008-03-30 09:12
delphi中间件
阅读(824)
评论(0)
推荐(0)
摘要:
{*******************************************************}{ }{ 格式显示 }{ }{ 版权所有 (C) 2007 咏南工作室(陈新光) }{ }{*******************************************************}unit uFormatDisplay;interfaceuses DB,DBGridEh,SysUtils,Classes; { 设置数字或金额字段的显示格式 }procedure SetDisplayFormat(ADataset:TDataSet);{ 设置财务栏 }proc 阅读全文
posted @ 2008-03-30 09:10
delphi中间件
阅读(636)
评论(0)
推荐(0)
摘要:
{*******************************************************}{ }{ 设置footer }{ }{ 版权所有 (C) 2007 咏南工作室(陈新光) }{ }{*******************************************************}//==============================================================================// 取得FOOTER的合计值pDbGrid.Columns[1].Footer.SumValue// 比如要将金 阅读全文
posted @ 2008-03-30 09:09
delphi中间件
阅读(2744)
评论(0)
推荐(0)
摘要:
{*******************************************************}{ }{ 导出Tdbgrideh数据 }{ }{ 版权所有 (C) 2007 咏南工作室 }{ }{*******************************************************}unit uExport;interfaceuses DBGridEhImpExp, DBGridEh, SysUtils, Dialogs, ComObj, ActiveX, Variants, db, FormWait;procedure ExpDbgridEh(gri 阅读全文
posted @ 2008-03-30 09:08
delphi中间件
阅读(913)
评论(0)
推荐(0)
摘要:
{*******************************************************}{ }{ DES加解密算法 }{ }{ 版权所有 (C) 2008 咏南工作室(陈新光) }{ }{*******************************************************}unit DESCrypt;interfaceuses SysUtils;function EnCrypt(aStr: string; acKey: string): string;function DeCrypt(aStr: string; acKey: string): 阅读全文
posted @ 2008-03-30 09:07
delphi中间件
阅读(350)
评论(0)
推荐(0)
摘要:
{*******************************************************}{ }{ 公用函数 }{ }{ 版权所有 (C) 2007 咏南工作室 }{ }{*******************************************************}unit uCommFunc;interfaceuses SysUtils, Forms, Windows, Controls, Messages, Dialogs, db, Classes, ComObj,IniFiles,ShellAPI,WinSock;//============== 阅读全文
posted @ 2008-03-30 09:05
delphi中间件
阅读(508)
评论(0)
推荐(0)
摘要:
{*******************************************************}{ }{ 表格编辑 }{ }{ 版权所有 (C) 2007 咏南工作室(陈新光) }{ }{ }{*******************************************************}unit FormColSelect;interfaceuses SysUtils, Classes, Controls, Forms, Graphics,uCommFunc, StdCtrls, DBGridEh, CheckLst, Buttons, ComCtrls,. 阅读全文
posted @ 2008-03-30 09:04
delphi中间件
阅读(1807)
评论(0)
推荐(0)
摘要:
{*******************************************************}{ }{ 插件管理 }{ }{ 版权所有 (C) 2008 咏南工作室(陈新光) }{ }{*******************************************************}unit untMPlg;interfaceuses Classes,Windows, Messages, SysUtils, Variants, Graphics, Controls, Inifiles,Forms,menus,dialogs;Type PDescPlg = ^T 阅读全文
posted @ 2008-03-30 08:57
delphi中间件
阅读(556)
评论(0)
推荐(0)
摘要:
{*******************************************************}{ }{ 内存映像文件 }{ }{ 版权所有 (C) 2008 咏南工作室(陈新光) }{ }{*******************************************************}unit untMapObj;interfaceuses Windows, SysUtils, Dialogs;procedure SetMappedObj(const AObj:Pointer);stdcall;function GetMappedObj:Pointer;st 阅读全文
posted @ 2008-03-30 08:24
delphi中间件
阅读(483)
评论(0)
推荐(0)
摘要:
;数据库连接配置文件db.ini[current database]dbtype=access[sql server]database=wwateruserid=sapassword=server=192.168.0.177[access]server=./db1.mdbuserid=adminpassword=dbpass=[Oracle]server=userid=password=unit uADOFactory;interfaceuses SysUtils,ADODB,DB,IniFiles,Forms,Classes,ActiveX;const c_SqlSvrPrd='sq 阅读全文
posted @ 2008-03-30 08:09
delphi中间件
阅读(315)
评论(0)
推荐(0)