代码搜索:sysutils

找到约 10,000 项符合「sysutils」的源代码

代码结果 10,000
www.eeworm.com/read/410239/11297381

dpr getkey.dpr

library Getkey; uses SysUtils, Windows, UnitHookDLL in 'UnitHookDLL.pas'; exports OpenGetKeyHook, CloseGetKeyHook; begin end.
www.eeworm.com/read/410239/11297474

dpr comtsrdll.dpr

library ComTSRDLL; uses SysUtils, windows, Classes, UnitDllMain in 'UnitDllMain.pas', UnitNt2000Hook in 'UnitNt2000Hook.pas'; {$R *.RES} exports StartHook,StopHook; begin e
www.eeworm.com/read/410239/11297603

dpr dllmouse.dpr

library DllMouse; uses SysUtils, Windows, UnitHookDLL in 'UnitHookDLL.pas', UnitHookConst in 'UnitHookConst.pas'; exports StartHook,StopHook,GetRbutton; begin end.
www.eeworm.com/read/410079/11302816

pas myadoconn.pas

unit myadoconn; interface uses SysUtils, Windows, Messages, Classes, Graphics, Controls, Forms, Dialogs, DBTables, DB, ADODB; type TCustomerData = class(TDataModule) ADOConn: TA
www.eeworm.com/read/409774/11311683

pas unit14.pas

unit Unit14; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type TFormmessage = class(TForm) Label1: TLabel; private
www.eeworm.com/read/409774/11311800

pas show.pas

unit show; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs; type TForm2 = class(TForm) private { Private declarations } public {
www.eeworm.com/read/409059/11359480

~pas help.~pas

unit help; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type TForm2 = class(TForm) Label1: TLabel; Label2: TLabel;
www.eeworm.com/read/408957/11363995

pas myadoconn.pas

unit myadoconn; interface uses SysUtils, Windows, Messages, Classes, Graphics, Controls, Forms, Dialogs, DBTables, DB, ADODB; type TCustomerData = class(TDataModule) ADOConn: TA
www.eeworm.com/read/263253/11369560

pas card.pas

unit Card; interface uses SysUtils, WinTypes, WinProcs, Messages, Classes, Graphics, Controls, Forms, Dialogs, Menus; type TCardForm = class(TForm) procedure FormCreate(Sender:
www.eeworm.com/read/263253/11369578

pas card.pas

unit Card; interface uses SysUtils, WinTypes, WinProcs, Messages, Classes, Graphics, Controls, Forms, Dialogs; type TForm1 = class(TForm) private { Private declarations }