|
|
1.1.1.2 ! root 1: ! 2: /******************************************************************************\ ! 3: * This is a part of the Microsoft Source Code Samples. ! 4: * Copyright (C) 1993 Microsoft Corporation. ! 5: * All rights reserved. ! 6: * This source code is only intended as a supplement to ! 7: * Microsoft Development Tools and/or WinHelp documentation. ! 8: * See these sources for detailed information regarding the ! 9: * Microsoft samples programs. ! 10: \******************************************************************************/ ! 11: 1.1 root 12: #define ABOUTDLGBOX 100 13: #define SETTINGSDLGBOX 101 14: 15: #define TTYACCEL 200 16: #define TTYMENU 300 17: #define TTYICON 400 18: #define TTYBITMAP 500 19: 20: #define IDD_OK 1 21: #define IDD_CANCEL 2 22: 23: #define IDM_CONNECT 0x100 24: #define IDM_DISCONNECT 0x101 25: #define IDM_EXIT 0x102 26: #define IDM_SETTINGS 0x103 27: #define IDM_ABOUT 0x104 28: 29: #define IDD_ABOUTICON 0x210 30: #define IDD_TITLELINE 0x211 31: #define IDD_VERSION 0x212 32: #define IDD_BYLINE 0x213 33: #define IDD_WINDOWSMODE 0x214 34: #define IDD_FREEMEM 0x215 35: #define IDD_RESOURCES 0x216 36: 37: #define IDD_PORTCB 0x220 38: #define IDD_BAUDCB 0x221 39: #define IDD_DATABITSCB 0x222 40: #define IDD_PARITYCB 0x223 41: #define IDD_STOPBITSCB 0x224 42: #define IDD_DTRDSR 0x225 43: #define IDD_RTSCTS 0x226 44: #define IDD_XONXOFF 0x227 45: #define IDD_AUTOWRAP 0x228 46: #define IDD_NEWLINE 0x229 47: #define IDD_LOCALECHO 0x22A 48: #define IDD_FONT 0x22B 49: #define IDD_USECNRECEIVE 0x22C 50: #define IDD_DISPLAYERRORS 0x22D 51: 52: #define IDS_BYLINE 0x300 53: #define IDS_MODE_STANDARD 0x301 54: #define IDS_MODE_ENHANCED 0x302 55: #define IDS_MODE_WLO 0x303 56: #define IDS_MODE_UNDEF 0x304 57: 58: #define IDS_COMPREFIX 0x310 59: 60: #define IDS_BAUD110 0x320 61: #define IDS_BAUD300 0x321 62: #define IDS_BAUD600 0x322 63: #define IDS_BAUD1200 0x323 64: #define IDS_BAUD2400 0x324 65: #define IDS_BAUD4800 0x325 66: #define IDS_BAUD9600 0x326 67: #define IDS_BAUD14400 0x327 68: #define IDS_BAUD19200 0x328 69: #define IDS_BAUD38400 0x329 70: #define IDS_BAUD56000 0x32A 71: #define IDS_BAUD128000 0x32B 72: #define IDS_BAUD256000 0x32C 73: 74: #define IDS_PARITYNONE 0x330 75: #define IDS_PARITYEVEN 0x331 76: #define IDS_PARITYODD 0x332 77: #define IDS_PARITYMARK 0x333 78: #define IDS_PARITYSPACE 0x334 79: 80: #define IDS_ONESTOPBIT 0x340 81: #define IDS_ONE5STOPBITS 0x341 82: #define IDS_TWOSTOPBITS 0x342
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.