home *** CD-ROM | disk | FTP | other *** search
/ BUG 4 / BUGCD1997_05.BIN / aplic / clip4win / clip4win.exe / C4W30E.HUF / SOURCE / SPLASH2.RC < prev    next >
Text File  |  1995-11-22  |  361b  |  16 lines

  1.  
  2. #include "windows.ch"
  3.  
  4. SplashDlg DIALOG 6, 15, 161, 114
  5. STYLE WS_CHILD | WS_VISIBLE | WS_CAPTION
  6. CAPTION "Clip-4-Win Splash Screen"
  7. FONT 8, "MS Sans Serif"
  8. BEGIN
  9.  CTEXT "Clip-4-Win Rules OK!", -1, 29, 20, 96, 10
  10.  CTEXT "Your signon message here...", -1, 29, 36, 96, 10
  11.  ICON "splashicon", -1, 69, 71, 14, 16
  12. END
  13.  
  14. splashicon ICON "mdiframe.ico"
  15.  
  16.