代码搜索:Splash
找到约 4,212 项符合「Splash」的源代码
代码结果 4,212
www.eeworm.com/read/404196/11490488
dfm splash.dfm
object SplashForm: TSplashForm
Left = 434
Top = 182
AutoSize = True
BorderStyle = bsNone
ClientHeight = 262
ClientWidth = 247
Color = clBtnFace
Font.Charset = GB2312_CHARSET
www.eeworm.com/read/404196/11490516
pas splash.pas
unit Splash;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, jpeg, ExtCtrls, StdCtrls, Gauges;
type
TSplashForm = class(TForm)
www.eeworm.com/read/403957/11494219
gif splash.gif
www.eeworm.com/read/403957/11494874
gif splash.gif
www.eeworm.com/read/403956/11495141
h splash.h
//-----------------------------------------------------------------------------
// Torque Game Engine
// Copyright (C) GarageGames.com, Inc.
//------------------------------------------------------
www.eeworm.com/read/403956/11495142
cc splash.cc
//-----------------------------------------------------------------------------
// Torque Game Engine
// Copyright (C) GarageGames.com, Inc.
//------------------------------------------------------
www.eeworm.com/read/403736/11512501
swf splash.swf
www.eeworm.com/read/402712/11529262
java splash.java
import java.awt.*;
import javax.swing.*;
import javax.swing.border.LineBorder;
public class Splash extends JWindow {
private Dimension d = Toolkit.getDefaultToolkit().getScreenSize();
pub