代码搜索:ExtCtrls
找到约 10,000 项符合「ExtCtrls」的源代码
代码结果 10,000
www.eeworm.com/read/153301/5651371
~pas unitabout.~pas
unit UnitAbout;
interface
uses
Windows, Messages, Variants, Classes, Controls, Forms,
Dialogs, StdCtrls, Buttons, ExtCtrls, jpeg;
type
TFrmAbout = class(TForm)
Label1: TLabel;
www.eeworm.com/read/154386/6803469
pas unit23.pas
unit Unit23;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls;
type
Tlogo = class(TForm)
Panel1: TPanel;
Shape1:
www.eeworm.com/read/473436/6853062
pas flash.pas
unit Flash;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, jpeg, ExtCtrls;
type
TfrmFlash = class(TForm)
Image1: TImage;
www.eeworm.com/read/473436/6853150
pas frmmsg.pas
unit frmMsg;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ExtCtrls;
type
TMsgForm = class(TForm)
Label1: TLabel;
www.eeworm.com/read/471331/6889971
pas unit14.pas
unit Unit14;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, jpeg, ExtCtrls, StdCtrls;
type
TForm14 = class(TForm)
Image1: TIm
www.eeworm.com/read/471331/6890059
~pas unit14.~pas
unit Unit14;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, jpeg, ExtCtrls, StdCtrls;
type
TForm14 = class(TForm)
Image1: TIm
www.eeworm.com/read/395371/8181292
pas tetris2.pas
unit Tetris2;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, Buttons, ExtCtrls;
type
TTetro2 = class(TForm)
Label1: TLabel;
www.eeworm.com/read/295040/8189216
pas fzunit.pas
unit FZUnit;
interface
uses
Windows, SysUtils, Variants, Classes, Graphics, Forms,
jpeg, ExtCtrls, Controls;
type
TForm2 = class(TForm)
Image1: TImage;
private
{ Priv
www.eeworm.com/read/193707/8206113
~pas about.~pas
unit about;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ExtCtrls;
type
TForm3 = class(TForm)
Image1: TImage;
Label1:
www.eeworm.com/read/394441/8224484
pas unit3.pas
unit Unit3;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls;
type
TfrmStreamImage = class(TForm)
Image1: TImage;
p