代码搜索:sysutils
找到约 10,000 项符合「sysutils」的源代码
代码结果 10,000
www.eeworm.com/read/323956/13305952
pas warehouseinprint.pas
unit WarehouseInPrint;
interface
uses Windows, SysUtils, Messages, Classes, Graphics, Controls,
StdCtrls, ExtCtrls, Forms, QuickRpt, QRCtrls;
type
TWarehouseInQRP = class(TQuickRep)
www.eeworm.com/read/323956/13305957
pas warehouseoutprintunit.pas
unit WarehouseOutPrintUnit;
interface
uses Windows, SysUtils, Messages, Classes, Graphics, Controls,
StdCtrls, ExtCtrls, Forms, QuickRpt, QRCtrls;
type
TWarehouseOutQRP = class(TQuickRe
www.eeworm.com/read/137315/13330318
pas ipc.pas
unit IPC;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs;
const
{定义消息常量}
IPCServerDisconnecting = 'IPCServerDisconnecting';
IPCClientDisconnecti
www.eeworm.com/read/137315/13330752
pas mydialogu.pas
unit MyDialogU;
interface
uses
Windows, Messages, SysUtils, Classes,forms;
type
TMyDialog = class(TComponent)
private
FDirectoryName : String;
{ Private declarations }
pro
www.eeworm.com/read/137315/13330857
pas mainfrm.pas
unit Mainfrm;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, IdBaseComponent, IdComponent, IdTCPServer,
IdTCPConnection, Id
www.eeworm.com/read/137291/13332695
pas fwatchproperties.pas
unit fWatchProperties;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, Buttons, atScript;
type
TfmWatchProperties = class(TForm)
www.eeworm.com/read/137291/13332757
pas fsimplifiedcode.pas
unit fSimplifiedCode;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ComCtrls, atScript, atParser, TypInfo;
type
TfmSimplifiedCode
www.eeworm.com/read/136882/13355270
pas changepasswordunit.pas
unit ChangePassWordUnit;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls, StdCtrls, Buttons;
type
TChangePasswordForm = cl
www.eeworm.com/read/136882/13355508
pas changepasswordunit.pas
unit ChangePassWordUnit;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls, StdCtrls, Buttons;
type
TChangePasswordForm = cl
www.eeworm.com/read/323072/13356068
pas typeinfoutils.pas
unit TypeInfoUtils;
interface
uses
TypInfo, SysUtils;
type
{ record type data }
TRecordField = record
TypeInfo: PPTypeInfo;
Offset: Integer;
end;
TRecordFields = arra