代码搜索:ExtCtrls
找到约 10,000 项符合「ExtCtrls」的源代码
代码结果 10,000
www.eeworm.com/read/232757/14183381
pas unit8.pas
unit Unit8;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, Unit1, ExtCtrls, StdCtrls, Unit88, Unit9;
type
TForm2 = class(TForm1)
www.eeworm.com/read/130004/14212301
pas proxyunit2.pas
unit ProxyUnit2;
interface
uses extctrls;
function LoadanImageFile(c:Char):Timage;export;
implementation
function LoadanImageFile(c:Char):Timage;
begin
//......
end;
end.
www.eeworm.com/read/231605/14226472
~pas mp.~pas
unit mp;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls;
type
TForm41 = class(TForm)
asa: TPanel;
private
{
www.eeworm.com/read/231605/14226611
pas mp.pas
unit mp;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls;
type
TForm41 = class(TForm)
asa: TPanel;
private
{
www.eeworm.com/read/129416/14246247
~pas loading.~pas
unit Loading;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ExtCtrls;
type
TfmLoading = class(TForm)
Panel1: TPanel;
private
{
www.eeworm.com/read/129416/14246273
~pas splash.~pas
unit Splash;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
jpeg, ExtCtrls, StdCtrls;
type
TfmSplash = class(TForm)
Panel1: TPanel;
www.eeworm.com/read/129416/14246376
~pa loading.~pa
unit Loading;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ExtCtrls, fcLabel, fcImage, fcImageForm;
type
TfmLoading = class(TForm)
Pa
www.eeworm.com/read/129416/14246390
pas loading.pas
unit Loading;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ExtCtrls;
type
TfmLoading = class(TForm)
Panel1: TPanel;
private
{
www.eeworm.com/read/129416/14246631
pas splash.pas
unit Splash;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
jpeg, ExtCtrls, StdCtrls;
type
TfmSplash = class(TForm)
Panel1: TPanel;
www.eeworm.com/read/129377/14248441
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, jpeg, ExtCtrls;
type
TFShow = class(TForm)
Image1: TImage;
priv