代码搜索:Splash
找到约 4,212 项符合「Splash」的源代码
代码结果 4,212
www.eeworm.com/read/355348/10274448
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/355348/10274513
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/162692/10282152
pas splash.pas
unit splash;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
jpeg, ExtCtrls;
type
TFrmsplash = class(TForm)
Image1: TImage;
private
www.eeworm.com/read/162692/10282392
dfm splash.dfm
object Frmsplash: TFrmsplash
Left = 188
Top = 128
AutoSize = True
BorderIcons = []
BorderStyle = bsNone
Caption = 'Frmsplash'
ClientHeight = 309
ClientWidth = 450
Color = cl
www.eeworm.com/read/426112/10285990
java splash.java
import javax.swing.*;
import java.awt.*;
public class Splash implements Runnable, mainInterface{
private String initMsg;
public Splash(String initMsg) {
this.initMsg = initMsg;
}
public
www.eeworm.com/read/426112/10286280
jpg splash.jpg
www.eeworm.com/read/426112/10286375
class splash.class
www.eeworm.com/read/162617/10290957
cs splash.cs
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
namespace MvmMoney
{
///
/// Summary description for Splash
www.eeworm.com/read/425580/10346341