代码搜索:sysutils
找到约 10,000 项符合「sysutils」的源代码
代码结果 10,000
www.eeworm.com/read/462847/7194289
~pas kaoqinmain.~pas
unit KaoQinMain;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
TFormKaoQinMain = class(TForm)
ButtonKaoQin: TButton;
www.eeworm.com/read/462847/7194296
pas datamodule.pas
unit DataModule;
interface
uses
SysUtils, Windows, Classes, Graphics, Controls,
Forms, Dialogs, DB, DBTables;
type
TDataModuleKaoQin = class(TDataModule)
TableKaoQinGongXuHao: T
www.eeworm.com/read/462524/7200791
pas capturescreen.pas
unit CaptureScreen;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs;
type
TCaptureMode = (CMWindow, CMAutoRect,CMManualRect);
T
www.eeworm.com/read/460914/7237692
pas lightcontrolu.pas
unit LightControlU;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls, StdCtrls,
TrafficLightU;
type
TfrmTrafficLight = c
www.eeworm.com/read/460914/7237697
pas gettreeinfou.pas
unit GetTreeInfoU;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, GetInfoTemplateU, StdCtrls, Spin, ExtCtrls;
type
TfrmGetTreeInfo
www.eeworm.com/read/460752/7241279
pas regsettings.pas
unit RegSettings;
interface
uses Windows, Classes, SysUtils, Registry, Graphics, cStarField;
type
TSettings = class
private
// starfield properties
FNumStars: integer;
FS
www.eeworm.com/read/460752/7241287
pas cswscroller.pas
unit cSWScroller;
interface
uses Windows, Classes, Graphics, SysUtils;
type
TSWScroller = class
private
FSList : TStringList;
FBmp: TBitmap;
FSWBitmap: TBitmap;
FCan
www.eeworm.com/read/459981/7259705
pas mtthread.pas
unit MTThread;
interface
uses
windows, Classes, MakeTorrent, MTProgress, FTKernelAPI, SysUtils;
type
TMTThread = class(TThread)
private
{ Private declarations }
protected
pr
www.eeworm.com/read/186731/7271250
pas fecappnl.pas
unit FeCapPnl;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ExtCtrls;
type
TFEBtnState = (bsFlat, bsUp, bsDown);
TFECustomCaptionPane
www.eeworm.com/read/459586/7273281
~pas factinvbackrpt.~pas
unit FactInvBackrpt;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
Qrctrls, QuickRpt, ExtCtrls;
type
Tfactinvbackrptfrm = class(TForm)