代码搜索:Splash
找到约 4,212 项符合「Splash」的源代码
代码结果 4,212
www.eeworm.com/read/425580/10346392
bmp splash.bmp
www.eeworm.com/read/161968/10350042
frx splash.frx
www.eeworm.com/read/161968/10350056
frm splash.frm
VERSION 5.00
Begin VB.Form Splash
BorderStyle = 0 'None
Caption = "Form1"
ClientHeight = 4290
ClientLeft = 0
ClientTop = 0
ClientWidth
www.eeworm.com/read/354462/10353791
dfm splash.dfm
object SplashForm: TSplashForm
Left = 331
Top = 286
Cursor = crHourGlass
Hint = #36733#20837#31383#20307
BorderIcons = []
BorderStyle = bsNone
Caption = 'SplashForm'
ClientHeig
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/161842/10363967
cpp splash.cpp
#include "stdafx.h"
#include "editcmd.h"
#include "splash.h"
#ifdef _DEBUG
#undef THIS_FILE
static char BASED_CODE THIS_FILE[] = __FILE__;
#endif
///////////////////////////////////////////
www.eeworm.com/read/161842/10364110
h splash.h
#ifndef __SPLASH_H__INCLUDED__
#define __SPLASH_H__INCLUDED__
#include "editlibExp.h"
/////////////////////////////////////////////////////////////////////////////
// CBigIcon window
class EDIT
www.eeworm.com/read/280006/10368765
dfm splash.dfm
www.eeworm.com/read/280006/10368946
pas splash.pas
unit Splash;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics,
Controls, Forms, Dialogs, StdCtrls
type
TSplashForm=class(TForm)
Image1: TImage;
Label1: TLabel;
www.eeworm.com/read/279871/10382460