代码搜索:Splash
找到约 4,212 项符合「Splash」的源代码
代码结果 4,212
www.eeworm.com/read/318441/13478764
png splash.png
www.eeworm.com/read/318291/13481801
h splash.h
// CG: This file was added by the Splash Screen component.
#ifndef _SPLASH_SCRN_
#define _SPLASH_SCRN_
// Splash.h : header file
//
/////////////////////////////////////////////////////////
www.eeworm.com/read/318291/13481842
cpp splash.cpp
// CG: This file was added by the Splash Screen component.
// Splash.cpp : implementation file
//
#include "stdafx.h" // e. g. stdafx.h
#include "resource.h" // e.g. resource.h
#include "Sp
www.eeworm.com/read/318092/13488746
frx splash.frx
www.eeworm.com/read/318092/13488756
frm splash.frm
VERSION 5.00
Begin VB.Form Splash
BorderStyle = 3 'Fixed Dialog
ClientHeight = 4245
ClientLeft = 255
ClientTop = 1410
ClientWidth = 7305
Clip
www.eeworm.com/read/317863/13494834
jpg splash.jpg
www.eeworm.com/read/316871/13515408
dcu splash.dcu
www.eeworm.com/read/316871/13515412
dfm splash.dfm
object SplashScreen: TSplashScreen
Left = 192
Top = 107
BorderStyle = bsNone
Caption = 'SplashScreen'
ClientHeight = 278
ClientWidth = 491
Color = clBtnFace
Font.Charset = DEFA
www.eeworm.com/read/316871/13515442
pas splash.pas
unit Splash;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ExtCtrls;
type
TSplashScreen = class(TForm)
www.eeworm.com/read/316851/13516048