代码搜索:sysutils
找到约 10,000 项符合「sysutils」的源代码
代码结果 10,000
www.eeworm.com/read/149188/12396422
pas publicfuncfrm.pas
unit PublicFuncfrm;
interface
uses
Forms,Windows, Messages, SysUtils, Classes, Controls, ExtCtrls;
implementation
end.
www.eeworm.com/read/149094/12404081
pas tablef~1.pas
unit TableForm;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
Grids, StdCtrls;
type
TfrmTable = class(TForm)
mView: TListBox;
priva
www.eeworm.com/read/149094/12404084
pas stackf~1.pas
unit StackForm;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs;
type
TfrmStack = class(TForm)
private
{ Private declarations }
public
www.eeworm.com/read/250391/12409635
pas data.pas
unit Data;
interface
uses
SysUtils, Classes, DB,Forms, DBTables;
type
TDataform = class(TDataModule)
private
{ Private declarations }
public
{ Public declarations }
e
www.eeworm.com/read/336889/12410944
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
www.eeworm.com/read/148915/12414551
pas unit7.pas
unit Unit7;
interface
uses Windows, SysUtils, Classes, Graphics, Forms, Controls, StdCtrls,
Buttons, ExtCtrls, jpeg;
type
TAboutBox = class(TForm)
Panel1: TPanel;
ProgramIcon:
www.eeworm.com/read/250304/12415234
pas repmess.pas
// create 李泽伦
unit REPMESS;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
TREPmessform = class(TForm)
Label1: TLabel;
www.eeworm.com/read/336723/12422054
pas fmess.pas
unit Fmess;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls, Gauges;
type
Tmess = class(TForm)
Panel1: TPanel;
T
www.eeworm.com/read/250194/12425270
pas unit2.pas
unit Unit2;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
TForm2 = class(TForm)
Label1: TLabel;
private
www.eeworm.com/read/250194/12425287
~pas unit2.~pas
unit Unit2;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs;
type
TForm2 = class(TForm)
private
{ Private declarations }