Category : Windows 3.X Files
Archive   : TERMITE.ZIP
Filename : TERMITE.RC

 
Output of file : TERMITE.RC contained in archive : TERMITE.ZIP

#include "windows.h"
#include "termite.h"

Termite ICON termite.ico

TermiteMenu MENU
BEGIN
POPUP "&File"
BEGIN
MENUITEM "&Open...", IDM_OPEN
MENUITEM SEPARATOR
MENUITEM "&About", IDM_ABOUT
MENUITEM "E&xit", IDM_EXIT
END

POPUP "&Setup"
BEGIN
MENUITEM "&Pause", IDM_PAUSE
MENUITEM "&Restart", IDM_RESTART
MENUITEM SEPARATOR
MENUITEM "&Add Termite\tIns", IDM_INS
MENUITEM "&Kill Termite\tDel", IDM_DEL
END
END

TermiteAcc ACCELERATORS
BEGIN
" ", IDM_PAUSE
VK_DELETE, IDM_DEL, VIRTKEY
VK_INSERT, IDM_INS, VIRTKEY
END

AboutBox DIALOG 22, 17, 144, 75
STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
CAPTION "About Termite"
BEGIN
CTEXT "Microsoft Windows" -1, 0, 5, 144, 8
CTEXT "Termite Simulation v1.0" -1, 0, 14, 144, 8
CTEXT "By Hans Kellner" -1, 0, 25, 144, 8
CTEXT "September 1990" -1, 0, 34, 144, 8
DEFPUSHBUTTON "OK" IDOK, 53, 59, 32, 14, WS_GROUP
END

#include "fileopen.rc"



  3 Responses to “Category : Windows 3.X Files
Archive   : TERMITE.ZIP
Filename : TERMITE.RC

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/