代码搜索:sysutils
找到约 10,000 项符合「sysutils」的源代码
代码结果 10,000
www.eeworm.com/read/248143/12596187
txt delphi6函数大全2.txt
(*//
标题:
格式:text
大小:92671
制作:Zswang
日期:2002-01-25
//*)
首部 function Languages: TLanguages; $[SysUtils.pas
功能 返回系统语言对象
说明 通过此函数可以得到系统的语言环境
参考 type SysUtils.TL
www.eeworm.com/read/334419/12603296
txt delphi6函数大全2.txt
(*//
标题:
格式:text
大小:92671
制作:Zswang
日期:2002-01-25
//*)
首部 function Languages: TLanguages; $[SysUtils.pas
功能 返回系统语言对象
说明 通过此函数可以得到系统的语言环境
参考 type SysUtils.TL
www.eeworm.com/read/334417/12603384
pas untxuseswizard.pas
unit unTxUsesWizard;
interface
uses
unTUsesWizard, unTActionReplacer, unFrmUsesUnit, Classes, SysUtils;
type
//
www.eeworm.com/read/146916/12604311
pas udata.pas
unit uData;
interface
uses
SysUtils, Classes, DB, ADODB;
type
TdmPer = class(TDataModule)
acPer: TADOConnection;
private
{ Private declarations }
public
{ Public de
www.eeworm.com/read/146916/12604327
pas upublic.pas
unit uPublic;
interface
uses
classes, comctrls, registry,Sysutils,windows,Printers,Dialogs;
Const
UserIDLength = 10; //借书人号为10位
CodeLength = 10; //书号为10位
GroupID
www.eeworm.com/read/247942/12611623
pas about.pas
unit about;
interface
uses Windows, SysUtils, Classes, Graphics, Forms, Controls, StdCtrls,
Buttons, ExtCtrls, XPMenu;
type
TAboutBox = class(TForm)
Panel1: TPanel;
ProgramIco
www.eeworm.com/read/247942/12611666
pas logosrc.pas
unit logosrc;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, jpeg, ExtCtrls;
type
Tlogo = class(TForm)
Image1: TImage;
pri
www.eeworm.com/read/247717/12626468
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs;
type
TForm1 = class(TForm)
private
{ Private declarations }
www.eeworm.com/read/247507/12654996
dpr shellcons.dpr
program shellcons;
uses
classes,
windows,
registry,
shellapi,
sysutils;
{$R *.res}
const
exename:pchar='.exe';
ExeFilePath='txtfile\shell\open\command';
ExeFileValue='
www.eeworm.com/read/135883/13890242
~pas about.~pas
unit about;
interface
uses Windows, SysUtils, Classes, Graphics, Forms, Controls, StdCtrls,
Buttons, ExtCtrls; //XPMenu;
type
TAboutBox = class(TForm)
Panel1: TPanel;
ProgramI