代码搜索:sysutils
找到约 10,000 项符合「sysutils」的源代码
代码结果 10,000
www.eeworm.com/read/143028/12904149
pas aboutfm.pas
unit AboutFm;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ComCtrls, OleCtrls, SHDocVw;
type
TForm2 = class(TForm)
www.eeworm.com/read/329673/12939463
~pa about.~pa
unit About;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
TfrmAbout = class(TForm)
Memo1: TMemo;
private
{ Priv
www.eeworm.com/read/329673/12939465
pas about.pas
unit About;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
TfrmAbout = class(TForm)
Memo1: TMemo;
private
{ Priv
www.eeworm.com/read/142363/12950007
pas unit2.pas
unit Unit2;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls,jpeg;
type
TForm2 = class(TForm)
Image1: TImage;
priva
www.eeworm.com/read/142204/12957671
pas unit2.pas
unit Unit2;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs;
type
TForm2 = class(TForm)
private
{ Private declarations }
www.eeworm.com/read/142182/12959131
pas unit3.pas
unit Unit3;
interface
uses
SysUtils, Classes, DB, ADODB;
type
TDM = class(TDataModule)
ADOC: TADOConnection;
ADOQ2: TADOQuery;
ADOQ1: TADOQuery;
ADOQu3: TADOQuery;
www.eeworm.com/read/141937/12976667
pas str.pas
unit Str;
interface
uses SysUtils, TypInfo;
// Convert values to strings.
// Copyright
www.eeworm.com/read/141734/12988845
pas baguic.pas
unit baguic;
interface
uses Windows, SysUtils, Classes, Graphics, Forms, Controls, StdCtrls,
Buttons, ExtCtrls;
type
TBaguicDlg = class(TForm)
private
{ Private declarations }
www.eeworm.com/read/242444/13006293
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/141339/13020504
pas mc_load.pas
unit MC_Load;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ExtCtrls, jpeg;
type
TLoad = class(TForm)
Image1: TImage;
private