代码搜索:sysutils
找到约 10,000 项符合「sysutils」的源代码
代码结果 10,000
www.eeworm.com/read/116418/14974086
pas mddsdir.pas
unit MdDsDir;
interface
uses
SysUtils, Classes, Db, MdDsList, MdDsCustom;
type
TMdDirDataset = class(TMdListDataSet)
private
FDirectory: string;
procedure SetDirectory(cons
www.eeworm.com/read/116418/14974460
pas plainform.pas
unit PlainForm;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs;
type
TForm3 = class(TForm)
private
{ Private declarations }
www.eeworm.com/read/116418/14974469
pas alphaform.pas
unit AlphaForm;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
TForm2 = class(TForm)
Button1: TButton;
La
www.eeworm.com/read/116418/14974515
pas second.pas
unit Second;
interface
uses
SysUtils, Qt, Classes, QGraphics, QControls, QForms, QDialogs;
type
TForm2 = class(TForm)
private
{ Private declarations }
public
{ Public de
www.eeworm.com/read/116418/14974620
pas mwform4.pas
unit MWForm4;
interface
uses
Qt, SysUtils, Classes, QGraphics, QControls, QForms, QDialogs;
type
TForm4 = class(TForm)
private
{ Private declarations }
public
{ Public d
www.eeworm.com/read/116418/14974652
pas second.pas
unit Second;
interface
uses
SysUtils, Windows, Messages, Classes, Graphics, Controls, Forms, Dialogs;
type
TForm2 = class(TForm)
private
{ Private declarations }
public
www.eeworm.com/read/116418/14974658
pas mwform4.pas
unit MWForm4;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs;
type
TForm4 = class(TForm)
private
{ Private declarations }
public
www.eeworm.com/read/116418/14974747
pas statusf.pas
unit StatusF;
interface
uses
SysUtils, Windows, Messages, Classes, Graphics, Controls,
Forms, Dialogs, StdCtrls;
type
TStatus = class(TForm)
Label1: TLabel;
Label2: TLabel;
www.eeworm.com/read/116174/14983886
pas icon16.pas
unit Icon16;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ExtCtrls;
type
TFrame1 = class(TFrame)
Image1: TImage;
Labe
www.eeworm.com/read/116174/14985407
pas start.pas
unit Start;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ExtCtrls, jpeg;
type
TfrmStart = class(TForm)
Image1: TImage;
p