Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

725 lines
23 KiB

  1. /* ------- itrc.h defines dialog item lists and resource names --------- */
  2. #define ICO_STOP 1
  3. #define ICO_NOTE 2
  4. #define ICO_CAUTION 3
  5. #define ICO_QUESTION 4
  6. #define ICO_DYNACOMM 255
  7. /* String table constants */
  8. #define STR_APPNAME 0x0001
  9. #define STR_DEVELOPER 0x0002
  10. #define STR_TERMINAL 0x0003
  11. #define STR_SCRIPT 0x0004
  12. #define STR_MEMO 0x0005
  13. #define STR_ERRCAPTION 0x0006
  14. #define STR_FATALERROR 0x0007
  15. #define STR_TASKERROR 0x0008
  16. #define STR_CREATEFILE 0x0009
  17. #define STR_APPNAME_PRIVATE 0x000A /* jtf terminal */
  18. #define STR_EXTRAINFO 0x000B
  19. #define STR_VERSION 0x0021
  20. #define STR_ICONLIBFILE 0x0022
  21. #define STR_AUTOEXEC 0x0023
  22. #define STR_AUTOLOAD 0x0024
  23. #define STR_HELPFILE 0x0025
  24. #define STR_BUILDFILE 0x0026
  25. #define STR_TEMPFILE 0x0027
  26. #define STR_COM 0x0028
  27. #define STR_PATH 0x0029 /* mbbx 1.04: REZ... */
  28. #define STR_COMMAND 0x002A
  29. #define STR_MORE 0x002B
  30. #define STR_PHONE 0x0041
  31. #define STR_DIALPREFIX 0x0042
  32. #define STR_DIALSUFFIX 0x0043
  33. #define STR_HANGPREFIX 0x0044
  34. #define STR_HANGSUFFIX 0x0045
  35. #define STR_ANSWER 0x0046
  36. #define STR_ORIGINATE 0x0047
  37. #define STR_XFERLINESTR 0x0048
  38. #define STR_ANSWERBACK 0x0049
  39. #define STR_HIDETERMINAL 0x0061
  40. #define STR_SHOWTERMINAL 0x0062
  41. #define STR_HIDEFKEYS 0x0063
  42. #define STR_SHOWFKEYS 0x0064
  43. #define STR_STOP 0x0065 /* mbbx 2.00: xfer ctrls... */
  44. #define STR_BREAK 0x0066
  45. #define STR_PAUSE 0x0067
  46. #define STR_RESUME 0x0068
  47. #define STR_SAVE 0x0081
  48. #define STR_SAVEAS 0x0082
  49. #define STR_DELETE 0x0083
  50. #define STR_PRINT 0x0084
  51. #define STR_MERGE 0x0085
  52. #define STR_SENDTEXTFILE 0x0086
  53. #define STR_VIEWTEXTFILE 0x0087
  54. #define STR_COMPILE 0x0088
  55. #define STR_EXECUTE 0x0089
  56. #define STR_EDIT 0x008A /* mbbx 1.04: REZ... */
  57. #define STR_LOAD 0x008B
  58. #define STR_CREATE 0x008C
  59. #define STR_RETRIES 0x00A1
  60. #define STR_BYTECOUNT 0x00A2
  61. #define STR_SENDING 0x00A3
  62. #define STR_RECEIVING 0x00A4
  63. #define STR_VIEWING 0x00A5
  64. #define STR_FILENAME 0x00A6 /* mbbx 1.04: REZ... */
  65. #define STR_DIRECTORY 0x00A7
  66. #define STR_TO 0x00A8
  67. #define STR_TOPIC 0x00A9
  68. #define STR_LEVEL 0x00AA /* jtf 3.Final */
  69. #define STR_STOPTASK 0x0101
  70. #define STR_STOPXFER 0x0102
  71. #define STR_SAVECHANGES 0x0103
  72. #define STR_OTHERCOM 0x0104
  73. #define STR_OVERWRITEFILE 0x0105
  74. #define STR_DELETING 0x0106 /* mbbx 1.04: REZ... */
  75. #define STR_AREYOUSURE 0x0107
  76. #define STR_XOFFSTATE 0x0108
  77. #define STR_COMPILEOK 0x0109
  78. #define STR_TELNETFAIL 0x010A // sdj: added this msg if telnet open fails
  79. #define STR_SETCOMFAIL 0x010B // sdj: added this msg if setcomstate fails
  80. #define STR_NOCOMMPORTS 0x0181
  81. #define STR_COMMNOTREADY 0x0182
  82. #define STR_HANGUP 0x0183
  83. #define STR_RETRYCOUNT 0x0184
  84. #define STR_ABORTSND 0x0185
  85. #define STR_ABORTRCV 0x0186
  86. #define STR_LOADEMUL 0x0187 /* mbbx 1.04: REZ... */
  87. #define STR_OUTOFMEMORY 0x0188
  88. #define STR_COULDNOTEXEC 0x0189
  89. #define STR_MINTIME 0x018A /* jtf 3.20 */
  90. #define STR_NOMEMORY 0x018B
  91. #define STR_PORTDISCONNECT 0x018C // -sdj for telnet-quit processing
  92. #define STREWRERR 0x01E1
  93. #define STRFNOTFOUND 0x01E2
  94. #define STRFINVALIDNAME 0x01E3
  95. #define STRFERROPEN 0x01E4
  96. #define STRFERRREAD 0x01E5
  97. #define STRFERRFILELENGTH 0x01E6
  98. #define STRFERRCLOSE 0x01E7
  99. #define STRERRHANGUP 0x01E8
  100. #define STRERRNOFILE 0x01E9
  101. #define STRERRNOTIMERS 0x01EA /* rjs bugs 006 */
  102. #define STR_PRINTERROR 0x01EB /* rjs bugs 013 */
  103. #define STRDRIVEDIR 0X01EC
  104. #define STR_INI_WINDOWS 0x0221
  105. #define STR_INI_DEVICE 0x0222
  106. #define STR_INI_EXTENSIONS 0x0223
  107. #define STR_INI_COLORS 0x0224
  108. #define STR_INI_WINDOW 0x0225
  109. #define STR_INI_BKGDCOLOR 0x0226
  110. #define STR_INI_WINDOWTEXT 0x0227
  111. #define STR_INI_TEXTCOLOR 0x0228
  112. #define STR_INI_INTL 0x0229
  113. #define STR_INI_ICOUNTRY 0x022A
  114. #define STR_INI_IDATE 0x022B
  115. #define STR_INI_ITIME 0x022C
  116. #define STR_INI_S1159 0x022D
  117. #define STR_INI_S2359 0x022E
  118. #define STR_INI_SDATE 0x022F
  119. #define STR_INI_STIME 0x0230
  120. #define STR_INI_PORTS 0x0231
  121. #define STR_INI_DEVICES 0x0232
  122. #define STR_INI_ON 0x0233
  123. #define STR_INI_DEVICEMODE 0x0234
  124. #define STR_INI_POSITION 0x0235
  125. #define STR_INI_MAXIMIZED 0x0236
  126. #define STR_INI_PORT 0x0237
  127. #define STR_INI_SWAP 0x0238
  128. #define STR_INI_SYSTEM 0x0239 /* mbbx 2.01.157 */
  129. #define STR_INI_SETTINGS 0x023A
  130. #define STR_INI_SCRIPT 0x023B
  131. #define STR_INI_TASK 0x023C
  132. #define STR_INI_MEMO 0x023D
  133. #define STR_INI_DATA 0x023E
  134. #define STR_INI_BUFFER 0x023F
  135. #define STR_INI_FONT 0x0240
  136. #define STR_INI_FONTFACE 0x0241
  137. #define STR_INI_POINTER 0x0242 /* jtf gold 070 */
  138. #define STR_INI_CONNECTORS 0x0243 /* slc nova 012 bjw gold 027 */
  139. #define STR_INI_EMULOTHER 0x0244 /* slc nova 048 */
  140. #define STR_INI_LISTBOXFONT 0x0245 /* slc nova 049 */
  141. #define STR_INI_DCFKEYFONT 0x0246 /* slc swat */
  142. #define STR_INI_XPOSITION 0x0247 /* sdj: added these so that terminal */
  143. #define STR_INI_YPOSITION 0x0248 /* sdj: can remember the prev pos/size */
  144. #define STR_INI_WIDTH 0x0249 /* sdj: set by the user and use them in*/
  145. #define STR_INI_HEIGHT 0x0250 /* sdj: CreateWindow arguments */
  146. #define STR_FI 0x0261
  147. #define STR_RF 0x0262
  148. #define STR_DF 0x0263
  149. #define STR_RI 0x0264
  150. #define STR_RE 0x0265
  151. #define STR_SI 0x0266
  152. #define STR_SE 0x0267
  153. #define STR_KER_BADPACKET 0x02D1 /* mbbx 1.04: REZ... */
  154. #define STR_KER_BADPACKNUM 0x02D2
  155. #define STR_KER_RETRYABORT 0x02D3
  156. #define STR_KER_SNDABORT 0x02D4
  157. #define STR_KER_RCVABORT 0x02D5
  158. #define STR_KER_CREATEFILE 0x02D6
  159. #define STR_KER_XFERABORT 0x02D7
  160. #define STR_KER_BADPACKTYPE 0x02D8
  161. #define STR_KER_BADHOSTCMD 0x02DA
  162. #define STR_KER_NEWPATH 0x02DC
  163. #define STR_KER_BADPATH 0x02DD
  164. #define STR_KER_BADDIRSPEC 0x02DE
  165. #define STR_KER_DISKSPACE 0x02DF
  166. #define STR_KER_GETDISKSPACE 0x02E0
  167. #define STR_KER_DELETED 0x02E1
  168. #define STR_KER_DELETEFILE 0x02E2
  169. #define STR_KER_RENAMED 0x02E3
  170. #define STR_KER_RENAMEFILE 0x02E4
  171. #define STR_KER_COPIED 0x02E5
  172. #define STR_KER_COPYFILE 0x02E6
  173. #define STR_KER_HELP 0x02E7
  174. #define STR_KER_BADCOMMAND 0x02E8
  175. #define STR_KER_FILECOUNT 0x02E9
  176. #define STR_KER_WHO 0x02ED /* rkhx 2.00 */
  177. /*- Added 02/13/91 Doug Wickstrom- for win 3.1 common dialog support -----*/
  178. #define STR_FILTERTRM 0X02EE
  179. #define STR_FILTERTXT 0X02EF
  180. #define STR_FILTERALL 0X02F0
  181. /* 0x0300 - reserved for FILEOPEN.RC */
  182. /* 0x0400 - reserved for EDITFILE.RC */
  183. #define STR_ERC_LIST 0x0800
  184. #define STR_ERT_LIST 0x0C00
  185. #define STR_NERR_LIST 0x0D00 /* mbbx 2.00: network... */
  186. #define STR_MYNERR_LIST 0x0F00
  187. #define STR_DIRS_LIST 0x1000
  188. #define STR_CMDS_LIST 0x1100
  189. #define STR_DLGS_LIST 0x2000
  190. #define STR_EDITS_LIST 0x2100
  191. #define STR_FILES_LIST 0x2200
  192. #define STR_KEYS_LIST 0x2300 /* mbbx 1.04 */
  193. #define STR_KBDS_LIST 0x2400
  194. #define STR_MENUS_LIST 0x2500
  195. #define STR_NETS_LIST 0x2580 /* mbbx 2.00: network */
  196. #define STR_PRTS_LIST 0x2600
  197. #define STR_RECS_LIST 0x2700
  198. #define STR_SLCTS_LIST 0x2800
  199. #define STR_SETS_LIST 0x2900
  200. #define STR_STNGS_LIST 0x2A00
  201. #define STR_TBLS_LIST 0x2B00
  202. #define STR_VIDS_LIST 0x2C00 /* mbbx 1.03 */
  203. #define STR_WAITS_LIST 0x2D00
  204. #define STR_WHENS_LIST 0x2E00
  205. #define STR_WNDS_LIST 0x2F00
  206. #define STR_BINS_LIST 0x3000
  207. #define STR_CNCTS_LIST 0x3100 /* mbbx 2.00: network */
  208. #define STR_ICSS_LIST 0x3200
  209. #define STR_DOCS_LIST 0x3300
  210. #define STR_MDMS_LIST 0x3400
  211. #define STR_PTRS_LIST 0x3500
  212. #define STR_TERMS_LIST 0x3600
  213. #define STR_TEXTS_LIST 0x3700
  214. #define STR_OPTS_LIST 0x3800
  215. #define STR_STRS_LIST 0x4000
  216. #define STR_INTS_LIST 0x4100
  217. #define STR_BOOLS_LIST 0x4200
  218. #define STR_MISCS_LIST 0x4300
  219. #define STR_EVALS_LIST 0x4400 /* mbbx 1.04: REZ... */
  220. #define STR_ICS_NAME 0x5000 /* mbbx 1.04: ics */
  221. #define STR_ICS_DATA 0x5020 /* mbbx 1.04: ics */
  222. #define STR_COM_CONNECT 0x5080 /* mbbx 2.00 ... */
  223. #define STR_MDM_HAYES 0x5100 /* mbbx 1.10: CUA... */
  224. #define STR_MDM_TELEBIT 0x5120
  225. #define STR_MDM_MNP 0x5140
  226. #define STR_MDM_NONE 0x5160
  227. /*----------------------------- Menu Commands -----------------------*/
  228. #define POPUPMENUCOUNT 6 /* mbbx 2.00: CUA 8 -> 9 */
  229. #define FILEMENU 0
  230. #define FMNEW 0x0101
  231. #define FMOPEN 0x0102
  232. #define FMCLOSE 0x0103
  233. #define FMSAVE 0x0111
  234. #define FMSAVEAS 0x0112
  235. #define FMDELETE 0x0113
  236. #define FMPRINT 0x0121
  237. #define FMPRINTSETUP 0x0122
  238. #define FMPRINTER 0x0131
  239. #define FMTIMER 0x0132
  240. #define FMMONITOR 0x0133
  241. #define FMEXIT 0x01FF /* mbbx 1.10: CUA */
  242. #define EDITMENU 1
  243. #define EMUNDO 0x0201
  244. #define EMSELECTALL 0x0211
  245. #define EMCUT 0x0221
  246. #define EMCOPY 0x0222
  247. #define EMPASTE 0x0223
  248. #define EMCLEAR 0x0224
  249. #define EMCOPYTABLE 0x0225
  250. #define EMCOPYBITMAP 0x0226
  251. #define EMCOPYSPECIAL 0x022F /* mbbx 2.00: CUA */
  252. #define EMSETMARGIN 0x0231
  253. #define EMSETTABWIDTH 0x0232 /* mbbx 2.00: CUA */
  254. #define EMREFORMAT 0x0233
  255. #define EMALIGN 0x0234
  256. #define EMCENTER 0x0235
  257. #define EMMERGE 0x0236
  258. #define EMCOPYTHENPASTE 0x0241
  259. #define EMSAVESELECT 0x0242
  260. #define EMPRINTSELECT 0x0243
  261. #define EMSAVESCREEN 0x0251
  262. #define SETTINGSMENU 2
  263. #define SMPHONE 0x0401
  264. #define SMEMULATE 0x0402
  265. #define SMTERMINAL 0x0403
  266. #define SMFUNCTIONKEYS 0x0404
  267. #define SMTEXTXFERS 0x0405
  268. #define SMBINXFERS 0x0406
  269. #define SMCOMMUNICATIONS 0x0407
  270. #define SMMODEM 0x0408
  271. #define WMFKEYS 0x0812
  272. #define PHONEMENU 3
  273. #define PMDIAL 0x0501
  274. #define PMHANGUP 0x0502
  275. #define PMWAITFORCALL 0x0503
  276. #define PMREMOTEKERMIT 0x0511
  277. #define TRANSFERMENU 4
  278. #define TMSENDTEXTFILE 0x0601
  279. #define TMRCVTEXTFILE 0x0602
  280. #define TMVIEWTEXTFILE 0x0603
  281. #define TMSENDBINFILE 0x0611
  282. #define TMRCVBINFILE 0x0612
  283. #define TMPAUSE 0x0621
  284. #define TMRESUME 0x0622
  285. #define TMSTOP 0x0623
  286. #define HELPMENU 5
  287. #define HMINDEX 0xFFFF
  288. #define HMKEYBOARD 0x001E
  289. #define HMMOUSE 0x001F
  290. #define HMCOMMANDS 0x0020
  291. #define HMPROCEDURES 0x0021
  292. #define HMHELP 0xFFFC
  293. #define HMABOUT 0x09FF
  294. #define HMSEARCH 0x0105
  295. /*---------------------------- Dialog Boxes -------------------------*/
  296. /* standard item numbers */
  297. #define ITMOK 1
  298. #define ITMCANCEL 2
  299. #define IDDBABOUT 99
  300. #define IDDBSIGNON 87
  301. /* Dialog box for printing abort */
  302. #define IDABORTDLG 88
  303. /* Dialog Box for Serial Port Initialization */
  304. #define IDDBPORTINIT 89
  305. /* Dialing Dialog box */
  306. #define IDDBDIALING 94
  307. #define IDDIALING 11
  308. #define IDDIALTIME 12
  309. #define IDDIALRETRY 13
  310. /*---------------------------------------------------------------------------*/
  311. #define IDDBMYCONTROLS 98
  312. #define IDFK1 10
  313. #define IDFK2 11
  314. #define IDFK3 12
  315. #define IDFK4 13
  316. #define IDFK5 14
  317. #define IDFK6 15
  318. #define IDFK7 16
  319. #define IDFK8 17
  320. #define IDTIMER 9
  321. #define IDMORE 24
  322. #define IDFK9 18
  323. #define IDFK10 19
  324. /*---------------------------------------------------------------------------*/
  325. #define IDDBXFERCTRLS 24 /* mbbx 1.04 ... */
  326. #define IDGRAYBACK 0
  327. #define IDSTOP 0x4000 /* mbbx 2.00 ... */
  328. #define IDPAUSE 0x2000
  329. #define IDFORK 0x1000
  330. #define IDSCALE 0x0800
  331. /* #define IDREMAIN 0x0400 */
  332. #define IDSENDING 0x0200
  333. #define IDBERRORS 0x0100
  334. /* ----------------------- File : Type Selection ------------------------- */
  335. #define IDDBFILETYPE 20
  336. #define ITMSETTINGS 3
  337. #define ITMSCRIPT 4
  338. #define ITMMEMO 5
  339. /* File:PrinterSetup --------------------------------------------------------*/
  340. #define IDDBPRTSETUP 25 /* mbbx/jtfprt... */
  341. #define IDPRINTNAME 11
  342. #define IDPRTSETUP 21
  343. /* File:PrinterSetup --------------------------------------------------------*/
  344. #define IDDBCOPYSPECIAL 26 /* mbbx 2.00 ... */
  345. #define ITMPRINTER 11
  346. #define ITMFILE 12
  347. #define ITMCLIPBOARD 13
  348. #define ITMTEXT 21
  349. #define ITMTABLE 22
  350. #define ITMBITMAP 23
  351. /* Edit:SetMargin, Edit:SetTabWidth, & Search:GotoLine ----------------------*/
  352. #define IDDBSETMARGIN 21
  353. #define IDDBSETTABWIDTH 22
  354. #define IDDBGOTOLINE 23
  355. #define IDNUMITEM 11
  356. #define IDBOOLITEM 12
  357. /* Settings:Phone Number ----------------------------------------------------*/
  358. #define IDDBPHON 1
  359. #define ITMPHONENUMBER 11
  360. #define ITMRETRY 12
  361. #define ITMRETRYTIME 13
  362. #define ITMSIGNAL 14
  363. /* Settings:Terminal Emulation ----------------------------------------------*/
  364. #define IDDBEMUL 2
  365. // sdj 02jun92 it is ADDS 12 TTY 11, can change the order to get rid
  366. // of the unknown control id problem, only tty,vt52,vt100 are in RC
  367. // but lets not do this now, before checking the impact on dcutil1.c
  368. // FindResource code where 1000 1002 1003 are the .bin resources
  369. // maybe the order is important!
  370. #define ITMTTY 11
  371. #define ITMADDS 12
  372. #define ITMVT52 13
  373. #define ITMVT100 14
  374. #define ITMVT220 15
  375. #define ITMIBM3101 16
  376. #define ITMTVI925 17
  377. #define ITMVIDTEX 18
  378. #define ITMDELTA 19
  379. #define ITMTERMFIRST ITMTTY
  380. #define ITMTERMLAST ITMVIDTEX
  381. // sdj 02jun02 possible fix for unknown control id problem
  382. //#define ITMTERMLAST ITMVT100
  383. #define ITMCTRLGRP 20
  384. #define ITM7BITCTRLS 21
  385. #define ITM8BITCTRLS 22
  386. /* Settings:Terminal Preferences --------------------------------------------*/
  387. #define IDDBTERM 3
  388. #define ITMLINEWRAP 11
  389. #define ITMLOCALECHO 12
  390. #define ITMSOUND 13
  391. #define ITMINCRLF 21
  392. #define ITMOUTCRLF 22
  393. #define ITM80COL 31
  394. #define ITM132COL 32
  395. #define ITMBLKCURSOR 41
  396. #define ITMUNDCURSOR 42
  397. #define ITMBLINKCURSOR 48
  398. #define ITMFONTFACE 51
  399. #define ITMFONTSIZE 52
  400. #define ITMTRANSLATE 91
  401. #define ITMBUFFERLINES 92
  402. #define ITMSCROLLBARS 93
  403. #define ITMIBMXANSI 94 /* rjs swat */
  404. #define ITMWINCTRL 95
  405. /* Settings:Function Keys ---------------------------------------------------*/
  406. #define IDDBFKEY 4
  407. #define ITMFKEYTITLE 10
  408. #define ITMFKEYTEXT 20
  409. #define ITMLEVEL1 31
  410. #define ITMLEVEL2 32
  411. #define ITMLEVEL3 33
  412. #define ITMLEVEL4 34
  413. #define ITMSHOWFKEYS 91
  414. #define ITMAUTOARRANGE 92
  415. /* Settings:Text Transfers --------------------------------------------------*/
  416. #define IDDBTXTX 5
  417. #define ITMSTD 11 /* ITMSTD, ITMCHR, ITMLIN */
  418. #define ITMCHR 12
  419. #define ITMLIN 13
  420. #define ITMSTDGRP 16
  421. #define ITMSTDXON 17
  422. #define ITMSTDHARD 18
  423. #define ITMSTDNONE 19
  424. #define ITMCHRGRP 20 /* ITMCHRDELAY, ITMCHRWAIT */
  425. #define ITMCHRDELAY 21
  426. #define ITMCHRWAIT 22
  427. #define ITMCHRTIME 23
  428. #define ITMCHRUNITS 24
  429. #define ITMLINGRP 30 /* ITMLINDELAY, ITMLINWAIT */
  430. #define ITMLINDELAY 31
  431. #define ITMLINWAIT 32
  432. #define ITMLINTIME 33
  433. #define ITMLINUNITS 34
  434. #define ITMLINSTR 35
  435. #define ITMWORDWRAP 41
  436. #define ITMWRAPCOL 42
  437. /* Settings:Binary Transfers ------------------------------------------------*/
  438. #define IDDBBINX 6
  439. #define ITMDYNACOMM 11 /* mbbx 2.00: remove XTalk... */
  440. #define ITMKERMIT 12
  441. #define ITMXMODEM 13
  442. #define ITMYMODEM 14
  443. #define ITMYTERM 15
  444. #if OLD_CODE /* mbbx 2.00: remove XTalk... */
  445. #define ITMDYNACOMM 11
  446. #define ITMCROSSTALK 12
  447. #define ITMKERMIT 13
  448. #define ITMXMODEM 14
  449. #define ITMYMODEM 15
  450. #define ITMYTERM 16
  451. #endif
  452. /* Settings:Communications --------------------------------------------------*/
  453. #define IDDBCOMM 7
  454. #define ITMSETUP 3 /* rjs bug2 */
  455. #define ITMBD110 11
  456. #define ITMBD300 12
  457. #define ITMBD600 13 /* mbbx 2.00: support 600 baud */
  458. #define ITMBD120 14
  459. #define ITMBD240 15
  460. #define ITMBD480 16
  461. #define ITMBD960 17
  462. #define ITMBD144 18
  463. #define ITMBD192 19
  464. #define ITMBD384 20
  465. #define ITMBD576 21
  466. #define ITMBD1152 22
  467. #define ITMDATA4 23
  468. #define ITMDATA5 24
  469. #define ITMDATA6 25
  470. #define ITMDATA7 26
  471. #define ITMDATA8 27
  472. #define ITMSTOP1 31
  473. #define ITMSTOP5 32
  474. #define ITMSTOP2 33
  475. #define ITMNOPARITY 41
  476. #define ITMODDPARITY 42
  477. #define ITMEVENPARITY 43
  478. #define ITMMARKPARITY 44
  479. #define ITMSPACEPARITY 45
  480. #define ITMXONFLOW 51
  481. #define ITMHARDFLOW 52
  482. #define ITMNOFLOW 53
  483. #define ITMETXFLOW 54 /* rjs bug2 */
  484. #define ITMXONSTOPTRANS 55 /* rjs bug2 */
  485. #define ITMXONSTOPRECEP 56 /* rjs bug2 */
  486. #define ITMCONNECTOR 61
  487. #define ITMPARITY 91
  488. #define ITMCARRIER 92
  489. #define ITMNOCOM 0
  490. /* mbbx 2.00: network... */
  491. #define ITMWINCOM 1
  492. #define ITMCOM1 (ITMWINCOM+0)
  493. #define ITMCOM2 (ITMWINCOM+1)
  494. #define ITMCOM3 (ITMWINCOM+2)
  495. #define ITMCOM4 (ITMWINCOM+3)
  496. #define ITMCOMLAST ITMCOM2
  497. /* mbbx 2.00: network... */
  498. #define ITMNETCOM 2
  499. #define ITMCOMBIOS (ITMNETCOM+0)
  500. #define ITMNETBIOS (ITMNETCOM+1)
  501. #define ITMUBNETCI (ITMNETCOM+2)
  502. #define ITMDEVICE (ITMNETCOM+3)
  503. #define ITMDECLAT (ITMNETCOM+4) /* rjs bug2 */
  504. #define ITMDLLCONNECT (ITMNETCOM+5) /* rjs bug2 */
  505. #define IDDBCOMBIOS 31
  506. #define IDDBNETBIOS 32
  507. #define IDDBUBNETCI 33
  508. #define IDDBDEVICE 34
  509. #define ITMPORT1 11
  510. #define ITMPORT2 12
  511. #define ITMPORT3 13
  512. #define ITMPORT4 14
  513. #define ITMEXT_STANDARD 20 /* ((ITMNETCOM*10)+0) */
  514. #define ITMCOMBIOS_EICONX25 21 /* ((ITMCOMBIOS*10)+1) */
  515. #define ITMCOMBIOS_ETHERTERM 22 /* ((ITMCOMBIOS*10)+2) */
  516. #define ITMNETBIOS_UB 31 /* ((ITMNETBIOS*10)+1) */
  517. #define ITMNETBIOS_ATT 32 /* ((ITMNETBIOS*10)+2) */
  518. #define ITMDEVICE_EICON 51 /* ((ITMDEVICE*10)+1) */
  519. #define ITMNETBIOS_SERVER 35
  520. #define ITMNETBIOS_LNAME 36
  521. #define ITMNETBIOS_RNAME 37
  522. #define ITMNETBIOS_RCVTO 38
  523. #define ITMNETBIOS_SNDTO 39
  524. #define ITMDEVICE_NAME 59
  525. /* Settings:Modem Commands --------------------------------------------------*/
  526. #define IDDBMODEM 8
  527. #define ITMDIAL 10
  528. #define ITMHANGUP 12
  529. #define ITMBINTX 14
  530. #define ITMBINRX 16
  531. #define ITMFASTQRY 18
  532. #define ITMANSWER 20
  533. #define ITMORIGIN 21
  534. /* #define ITMDEFAULTS 31 mbbx 2.00 */
  535. /* #define ITMFASTLINK 41 mbbx 2.00 */
  536. #define ITMHAYES 41
  537. #define ITMMULTITECH 42
  538. #define ITMTRAILBLAZER 43
  539. #define ITMNOMODEM 44
  540. #define ITMMODEMFIRST ITMHAYES
  541. /* #define ITMMODEMFIRST ITMFASTLINK mbbx 2.00 */
  542. #define ITMMODEMLAST ITMNOMODEM
  543. /* Phone:Remote Kermit ------------------------------------------------------*/
  544. #define IDDBKERREMOTE 9
  545. #define ITMKERHLP 11
  546. #define ITMKERTYPE 12
  547. #define ITMKERDEL 13
  548. #define ITMKERCOPY 14
  549. #define ITMKERREN 15
  550. #define ITMKERMESS 16 /* rkhx 2.00 */
  551. #define ITMKERCHDIR 17
  552. #define ITMKERDIR 18
  553. #define ITMKERFREE 19
  554. #define ITMKERFINISH 20
  555. #define ITMKERLGOUT 21
  556. #define ITMKERWHO 22 /* rkhx 2.00 */
  557. #define ITMKERFIRST ITMKERHLP
  558. #define ITMKERLAST ITMKERLGOUT
  559. #define ITMKERDECR1 31
  560. #define ITMKERFNAME1 32
  561. #define ITMKERDECR2 33
  562. #define ITMKERFNAME2 34
  563. #define ITMKEREXECUTE 35
  564. #define ITMKERCANCEL 36
  565. /*- Script:Compile ----------------------------------------------------------*/
  566. #define IDDBCOMPILE 69
  567. #define ITMPHASE1 11
  568. #define ITMPHASE2 12
  569. #define ITMPROGRESS 13
  570. #define ITMPHASE3 14
  571. #define ITMRESULT1 21
  572. #define ITMRESULT2 22
  573. /*---------------------------------------------------------------------------*/
  574. #define DC_RES_CCTL "CCTL" /* mbbx 1.04: REZ */