home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / pub / win100b / wktdlg.h < prev    next >
Text File  |  2020-01-01  |  3KB  |  94 lines

  1. #define IDOK                1
  2. #define IDCANCEL            2
  3. #define IDD_SAVE            3
  4. #define IDD_PROGRAM         10
  5. #define IDD_VERSION         11
  6. #define IDD_LINE            100
  7. #define IDD_LOCAL           101
  8. #define IDD_NORMAL          102
  9. #define IDD_REVERSE         103
  10. #define IDD_80COL           104
  11. #define IDD_132COL          105
  12. #define IDD_SCROLL          106
  13. #define IDD_AUTOWRAP        200
  14. #define IDD_AUTOLFCR        201
  15. #define IDD_CTRLREP         202
  16. #define IDD_MARGINBELL      203
  17. #define IDD_CURSOROFF       204
  18. #define IDD_CURSORON        205
  19. #define IDD_CURSORULINE     206
  20. #define IDD_CURSORBLOCK     207
  21. #define IDD_CONTROLREP      208
  22. #define IDD_110BAUD         300
  23. #define IDD_134BAUD         301
  24. #define IDD_300BAUD         302
  25. #define IDD_600BAUD         303
  26. #define IDD_1200BAUD        304
  27. #define IDD_2400BAUD        305
  28. #define IDD_4800BAUD        306
  29. #define IDD_9600BAUD        307
  30. #define IDD_19200BAUD       308
  31. #define IDD_8BITNONE        310
  32. #define IDD_8BITODD         311
  33. #define IDD_8BITEVEN        312
  34. #define IDD_7BITNONE        313
  35. #define IDD_7BITODD         314
  36. #define IDD_7BITEVEN        315
  37. #define IDD_7BITMARK        316
  38. #define IDD_7BITSPACE       317
  39. #define IDD_PARCHECK        318
  40. #define IDD_ONESTOPBIT      319
  41. #define IDD_TWOSTOPBITS     320
  42. #define IDD_XONXOFF         321
  43. #define IDD_XOFF64          322
  44. #define IDD_XOFF128         323
  45. #define IDD_XOFF256         324
  46. #define IDD_XOFF512         325
  47. #define IDD_XOFF768         326
  48. #define IDD_PORT            327
  49. #define IDD_DEFPORT         328
  50. #define IDD_LOCALECHO       331
  51. #define IDD_VT52            400
  52. #define IDD_VT100           401
  53. #define IDD_WARNINGBELL     402
  54. #define IDD_SCREENCOLOR     403
  55. #define IDD_TEXTCOLOR       404
  56. #define IDD_7BITS           419
  57. #define IDD_8BITS           420
  58. #define IDD_STARTLINE       500
  59. #define IDD_ENDLINE         501
  60. #define IDD_STARTSCROLL     502
  61. #define IDD_ENDSCROLL       503
  62. #define IDD_F1              600
  63. #define IDD_F2              601
  64. #define IDD_F3              602
  65. #define IDD_F4              603
  66. #define IDD_F5              604
  67. #define IDD_F6              605
  68. #define IDD_F7              606
  69. #define IDD_F8              607
  70. #define IDD_F9              608
  71. #define IDD_F10             609
  72. #define IDD_F11             610
  73. #define IDD_F12             611
  74. #define IDD_UNSHIFTED       612
  75. #define IDD_SHIFT           613
  76. #define IDD_CONTROL         614
  77. #define IDD_CTRLSHIFT       615
  78. #define IDD_STRINGEDIT      616
  79. #define IDD_GETFILE         700
  80. #define IDD_LOGFILEPATH     701
  81. #define IDD_KEYPADNUMERIC   800
  82. #define IDD_KEYPADAPPL      801
  83. #define IDD_CURKEYSNORMAL   802
  84. #define IDD_CURKEYSAPPL     803
  85. #define IDD_BKSPNORMAL      804
  86. #define IDD_BKSPDELETE      805
  87. #define IDD_AUTOANSWER      806
  88. #define IDD_ANSWERBACK      807
  89. #define IDD_BREAKKEY        808
  90. #define IDD_FONTFACE        900
  91. #define IDD_NORMALFONT      901
  92. #define IDD_SMALLFONT       902
  93.  
  94.