代码搜索:ExtCtrls
找到约 10,000 项符合「ExtCtrls」的源代码
代码结果 10,000
www.eeworm.com/read/354462/10354392
pas locate.pas
unit Locate;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls;
type
TLocateFrm = class(TForm)
Panel1: TPanel;
priva
www.eeworm.com/read/354462/10354433
pas splash.pas
unit Splash;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ExtCtrls, jpeg, StdCtrls;
type
TSplashForm = class(TForm)
Image1: TImage;
www.eeworm.com/read/354182/10380131
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/279871/10382453
pas unit2.pas
unit Unit2;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls;
type
TShowImageForm = class(TForm)
Image1: TImage;
pr
www.eeworm.com/read/279871/10382585
pas splash.pas
unit Splash;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls, StdCtrls;
type
TSplashForm = class(TForm)
Image1: TImag
www.eeworm.com/read/279822/10387847
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/279822/10390356
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
www.eeworm.com/read/279822/10391233
pas myicon.pas
unit MyIcon;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ExtCtrls;
type
TfrmMyIcon = class(TFrame)
Image1: TImage;
L
www.eeworm.com/read/279821/10391459
~pas unit23.~pas
unit Unit23;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls;
type
Tlogo = class(TForm)
Panel2: TPanel;
Panel1:
www.eeworm.com/read/279821/10391608
~pas unit3.~pas
unit Unit3;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, Buttons, ExtCtrls;
type
TFAbout = class(TForm)
Label3: T