代码搜索:sysutils
找到约 10,000 项符合「sysutils」的源代码
代码结果 10,000
www.eeworm.com/read/115815/15000167
~pas upublic.~pas
unit uPublic;
interface
uses
classes, comctrls, registry,Sysutils,windows,Printers,Dialogs;
Const
UserIDLength = 10;
CodeLength = 10;
GroupIDLength = 2;
var
DBName : str
www.eeworm.com/read/115815/15000290
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/216637/15000701
pas wflash.pas
unit wflash;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls, jpeg;
type
Tfrmflash = class(TForm)
Panel1: TPanel;
www.eeworm.com/read/115646/15005625
pas cchess.pas
unit cchess;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs;
type
TForm1 = class(TForm)
private
{ Private declarations }
public
www.eeworm.com/read/115324/15018153
pas robots.pas
// 痤犷螓
unit robots;
interface
uses windows,SysUtils,ViewObjects,land,common;
const
MaxPartNumber = 5;
type
// 痤犷
www.eeworm.com/read/216250/15023485
pas unit4.pas
unit Unit4;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs;
type
TForm4 = class(TForm)
private
{ Private declarations }
www.eeworm.com/read/215964/15032519
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/114779/15038180
pas unit4.pas
unit Unit4;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls, SUIForm;
type
TForm4 = class(TForm)
suiForm1: TsuiForm;
private
www.eeworm.com/read/114437/15053492
pas frame.pas
unit frame;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
TFrame1 = class(TFrame)
Label3: TLabel;
Edit2: TEdit;
www.eeworm.com/read/114187/15073937
dpr regserver.dpr
program RegServer;
uses
Forms,
Windows,
SysUtils,
Registry;
{$R *.res}
var
sPath:String;
begin
Application.Initialize;
sPath:=ExtractFilePath(Application.ExeName);