代码搜索:Splash
找到约 4,212 项符合「Splash」的源代码
代码结果 4,212
www.eeworm.com/read/419482/10865271
jpg splash.jpg
www.eeworm.com/read/419482/10865275
qrc splash.qrc
splash.jpg
images/open.png
images/new.png
images/save.png
images/cut.p
www.eeworm.com/read/419318/10874994
res splash.res
www.eeworm.com/read/419318/10874997
dpr splash.dpr
program splash;
uses
Forms,
Unit1 in 'Unit1.pas' {Form1},
Unit2 in 'Unit2.pas' {Form2};
{$R *.RES}
begin
Application.Initialize;
Application.CreateForm(TForm1, Form1);
Appli
www.eeworm.com/read/348604/10881339
bmp splash.bmp
www.eeworm.com/read/418828/10895047
dcu splash.dcu
www.eeworm.com/read/418828/10895052
dfm splash.dfm
object frmSplash: TfrmSplash
Left = 192
Top = 138
BorderStyle = bsNone
Caption = 'frmSplash'
ClientHeight = 249
ClientWidth = 398
Color = clBtnFace
Font.Charset = DEFAULT_CHARS
www.eeworm.com/read/418828/10895066
ddp splash.ddp
www.eeworm.com/read/418828/10895087
pas splash.pas
unit Splash;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, jpeg, ExtCtrls;
type
TfrmSplash = class(TForm)
Image1: TImage;
www.eeworm.com/read/418828/10895093