Category : Files from Magazines
Archive   : PJ76.ZIP
Filename : WNTERM.RC

 
Output of file : WNTERM.RC contained in archive : PJ76.ZIP
/*
* WNTERM resource file
*
* Written by
* William S. Hall
* 3665 Benton Street, #66
* Santa Clara, CA 95051
*/

#include
#include "wnterm.h"

/* about box */
DT_ABOUT dialog 22,17,154,94
STYLE WS_POPUP | WS_DLGFRAME
BEGIN
CTEXT "Microsoft Windows" -1,0,5,154,8
CTEXT "Simple Windows Terminal Program" -1,0,14,154,8
CTEXT "Version 1.0, 06/01/89" -1,0,34,154,8
CTEXT "Created by Bill Hall" -1,0,47,154,8
CTEXT "3665 Benton Street, #66" -1,0,55,154,8
CTEXT "Santa Clara, CA 95051" -1,0,63,154,8
DEFPUSHBUTTON "OK" IDOK,61,75,32,14,WS_GROUP
END

/* strings */
STRINGTABLE
BEGIN
IDS_APPNAME, "Wnterm"
IDS_ABOUT, "A&bout..."
IDS_WINTITLE, "Windows Terminal on "
IDS_ICONSTRING "WTRM"
IDS_OFFLINE "&Local"
IDS_ONLINE "&Line"
IDS_FIRSTCOM "COM1:"
IDS_NEXTCOM "COM2:"
IDS_PORTSECTION "ports"
IDS_CANNOTOPENFIRSTPORT "Cannot open this port; try the next one?"
IDS_CANNOTOPENANYPORT "Cannot open any communications port."
IDS_COMMSETERROR "Cannot set communications port."
IDS_SMALLFONT "SmallFont"
IDS_FONTFACE "Courier"
IDS_CANNOTOPENPORT "Cannot open communications port."
END

DT_COMM dialog 20,20,100,122
STYLE WS_POPUP | WS_DLGFRAME
BEGIN
LTEXT "Baud Rate:" -1,16,6,40,8
GROUPBOX "Word Size" -1,4,20,44,38
GROUPBOX "Port" -1,4,60,44,38
GROUPBOX "Parity" -1,52,20,44,78
EDITTEXT IDD_BAUDRATE,60,4,24,12,WS_TABSTOP
RADIOBUTTON "&7 Bits" IDD_SEVENBITS,8,28,36,12,WS_GROUP | WS_TABSTOP
RADIOBUTTON "8 Bits" IDD_EIGHTBITS,8,42,36,12
RADIOBUTTON "&COM1" IDD_COM1,8,68,32,12,WS_GROUP | WS_TABSTOP
RADIOBUTTON "COM2" IDD_COM2,8,82,32,12
RADIOBUTTON "&None" IDD_NOPARITY,56,32,32,12,WS_GROUP | WS_TABSTOP
RADIOBUTTON "Odd" IDD_ODDPARITY,56,44,32,12
RADIOBUTTON "Even" IDD_EVENPARITY,56,56,32,12
RADIOBUTTON "Mark" IDD_MARKPARITY,56,68,32,12
RADIOBUTTON "Space" IDD_SPACEPARITY,56,80,32,12
DEFPUSHBUTTON "&Ok" IDOK,10,104,32,14,WS_TABSTOP | WS_GROUP
PUSHBUTTON "&Cancel", IDCANCEL,58,104,32,14,WS_TABSTOP
END

/* menu */
WNTERM MENU
BEGIN
POPUP "&Options"
BEGIN
MENUITEM "&Communications...", IDM_COMM
MENUITEM "&LocalEcho", IDM_LOCAL
MENUITEM "Clear&Screen", IDM_CLEAR
MENUITEM SEPARATOR
MENUITEM "A&bout...", IDM_ABOUT
END
MENUITEM "&Local", IDM_OFFLINE
END


  3 Responses to “Category : Files from Magazines
Archive   : PJ76.ZIP
Filename : WNTERM.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/