home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
1,000 Games
/
1000GAME.iso
/
games
/
wineyes
/
wineyes.rc
< prev
next >
Wrap
Text File
|
1994-11-10
|
535b
|
17 lines
#include "windows.h"
#include "wineyes.h"
wineyes ICON wineyes.ico
AboutBox DIALOG 22, 17, 144, 77
STYLE WS_POPUP | WS_DLGFRAME
BEGIN
CTEXT "WinEyes" -1, 0, 4, 144, 8
CTEXT "Version 3.01" -1, 0, 12, 144, 8
CTEXT "⌐ Sarmad Adnan" -1, 0, 30, 144, 8
CTEXT "adnan@rice.edu" -1, 0, 38, 144, 8
CTEXT "inspired by xeyes/eyecon" -1, 0, 46, 144, 8
ICON "wineyes" -1, 12, 24, 16, 17
DEFPUSHBUTTON "OK" IDOK, 53, 61, 32, 14, WS_GROUP
END