代码搜索:ExtCtrls
找到约 10,000 项符合「ExtCtrls」的源代码
代码结果 10,000
www.eeworm.com/read/116172/14986058
pas logosrc.pas
unit logosrc;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, jpeg, ExtCtrls;
type
Tlogo = class(TForm)
Image1: TImage;
pri
www.eeworm.com/read/116070/14990198
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/216637/15000701
pas wflash.pas
unit wflash;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls, jpeg;
type
Tfrmflash = class(TForm)
Panel1: TPanel;
www.eeworm.com/read/115645/15005629
~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/114779/15038180
pas unit4.pas
unit Unit4;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls, SUIForm;
type
TForm4 = class(TForm)
suiForm1: TsuiForm;
private
www.eeworm.com/read/114492/15051615
pas about.pas
unit about;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, jpeg, ExtCtrls, StdCtrls;
type
TAboutForm = class(TForm)
Image1: T
www.eeworm.com/read/114315/15061037
~pas unit3.~pas
unit Unit3;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls;
type
TForm3 = class(TForm)
Image1: TImage;
Image2:
www.eeworm.com/read/114315/15061058
pas unit3.pas
unit Unit3;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls;
type
TForm3 = class(TForm)
Image1: TImage;
Image2:
www.eeworm.com/read/114309/15061183
~pas unit2.~pas
unit Unit2;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ExtCtrls;
type
TForm2 = class(TForm)
Image1: TImage;
www.eeworm.com/read/213013/15143939
pas logosrc.pas
unit logosrc;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, jpeg, ExtCtrls;
type
Tlogo = class(TForm)
Image1: TImage;
pri