home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BUG 4
/
BUGCD1997_05.BIN
/
aplic
/
clip4win
/
clip4win.exe
/
C4W30E.HUF
/
SOURCE
/
SPLASH2.RC
< prev
next >
Wrap
Text File
|
1995-11-22
|
361b
|
16 lines
#include "windows.ch"
SplashDlg DIALOG 6, 15, 161, 114
STYLE WS_CHILD | WS_VISIBLE | WS_CAPTION
CAPTION "Clip-4-Win Splash Screen"
FONT 8, "MS Sans Serif"
BEGIN
CTEXT "Clip-4-Win Rules OK!", -1, 29, 20, 96, 10
CTEXT "Your signon message here...", -1, 29, 36, 96, 10
ICON "splashicon", -1, 69, 71, 14, 16
END
splashicon ICON "mdiframe.ico"