代码搜索:sysutils
找到约 10,000 项符合「sysutils」的源代码
代码结果 10,000
www.eeworm.com/read/222305/14696907
pas uabout.pas
unit uabout;
interface
uses Windows, SysUtils, Classes, Graphics, Forms, Controls, StdCtrls,
Buttons, ExtCtrls;
type
TAbout = class(TForm)
Panel1: TPanel;
ProgramIcon: TImage;
www.eeworm.com/read/222272/14698944
pas unit2.pas
unit Unit2;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
TForm2 = class(TForm)
Memo1: TMemo;
private
www.eeworm.com/read/122329/14701000
pas unittels.pas
unit UnitTels;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs;
type
TForm1 = class(TForm)
private
{ Private declarations }
www.eeworm.com/read/122118/14719854
~pas unit4.~pas
unit Unit4;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, jpeg, ExtCtrls;
type
TForm4 = class(TForm)
Image1: TImag
www.eeworm.com/read/122118/14719863
~pas unit3.~pas
unit Unit3;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, jpeg, ExtCtrls;
type
TForm3 = class(TForm)
Image1: TImag
www.eeworm.com/read/122086/14721413
dpr regserver.dpr
program RegServer;
uses
Forms,
Windows,
SysUtils,
Registry;
{$R *.res}
var
sPath:String;
begin
Application.Initialize;
sPath:=ExtractFilePath(Application.ExeName);
www.eeworm.com/read/122037/14724626
pas unit3.pas
unit Unit3;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs;
type
TForm3 = class(TForm)
private
{ Private declarations }
public
{
www.eeworm.com/read/121944/14728958
pas zhuangtai.pas
unit zhuangtai;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
TForm1 = class(TForm)
Label1: TLabel;
Memo1: TMemo;
www.eeworm.com/read/221641/14732160
pas mainform.pas
unit MainForm;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
TfrmMain = class(TForm)
Label1: TLabel;
private
{
www.eeworm.com/read/221522/14739050
pas unit2.pas
unit Unit2;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs;
type
TForm2 = class(TForm)
private
{ Private declarations }