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.

110 lines
3.5 KiB

  1. /*++
  2. Copyright (c) 1992 Microsoft Corporation
  3. Module Name:
  4. dialogs.h
  5. Abstract:
  6. This module contains the definitions for the console dialog boxes
  7. Author:
  8. Therese Stowell (thereses) Feb-3-1992 (swiped from Win3.1)
  9. Revision History:
  10. --*/
  11. #define DID_SETTINGS 100
  12. #define IDD_WINDOWED 101
  13. #define IDD_FULLSCREEN 102
  14. #define IDD_QUICKEDIT 103
  15. #define IDD_INSERT 104
  16. #define IDD_CURSOR_SMALL 105
  17. #define IDD_CURSOR_MEDIUM 106
  18. #define IDD_CURSOR_LARGE 107
  19. #define IDD_HISTORY_SIZE 108
  20. #define IDD_HISTORY_SIZESCROLL 109
  21. #define IDD_HISTORY_NUM 110
  22. #define IDD_HISTORY_NUMSCROLL 111
  23. #define IDD_HISTORY_NODUP 112
  24. #if defined(FE_SB)
  25. #define IDD_LANGUAGELIST 113
  26. // v-HirShi Nov.2.1996
  27. #define DID_SETTINGS2 114
  28. #define IDD_LANGUAGE 115
  29. #define IDD_LANGUAGE_GROUPBOX 116
  30. #endif
  31. #define IDD_DISPLAY_GROUPBOX 117
  32. #define IDD_AUTOCOMPLETE 118
  33. #define DID_FONTDLG 200
  34. #define IDD_STATIC 201
  35. #define IDD_FACENAME 202
  36. #define IDD_BOLDFONT 203
  37. #define IDD_STATIC2 204
  38. #define IDD_PREVIEWLABEL 206
  39. #define IDD_GROUP 207
  40. #define IDD_STATIC3 208
  41. #define IDD_STATIC4 209
  42. #define IDD_FONTWIDTH 210
  43. #define IDD_FONTHEIGHT 211
  44. #define IDD_FONTSIZE 212
  45. #define IDD_POINTSLIST 213
  46. #define IDD_PIXELSLIST 214
  47. #define IDD_PREVIEWWINDOW 215
  48. #define IDD_FONTWINDOW 216
  49. #define DID_SCRBUFSIZE 300
  50. #define IDD_SCRBUF_WIDTH 301
  51. #define IDD_SCRBUF_WIDTHSCROLL 302
  52. #define IDD_SCRBUF_HEIGHT 303
  53. #define IDD_SCRBUF_HEIGHTSCROLL 304
  54. #define IDD_WINDOW_WIDTH 305
  55. #define IDD_WINDOW_WIDTHSCROLL 306
  56. #define IDD_WINDOW_HEIGHT 307
  57. #define IDD_WINDOW_HEIGHTSCROLL 308
  58. #define IDD_WINDOW_POSX 309
  59. #define IDD_WINDOW_POSXSCROLL 310
  60. #define IDD_WINDOW_POSY 311
  61. #define IDD_WINDOW_POSYSCROLL 312
  62. #define IDD_AUTO_POSITION 313
  63. #define IDD_WARNING 314
  64. #define DID_COLOR 400
  65. #define IDD_COLOR_SCREEN_TEXT 401
  66. #define IDD_COLOR_SCREEN_BKGND 402
  67. #define IDD_COLOR_POPUP_TEXT 403
  68. #define IDD_COLOR_POPUP_BKGND 404
  69. #define IDD_COLOR_1 405
  70. #define IDD_COLOR_2 406
  71. #define IDD_COLOR_3 407
  72. #define IDD_COLOR_4 408
  73. #define IDD_COLOR_5 409
  74. #define IDD_COLOR_6 410
  75. #define IDD_COLOR_7 411
  76. #define IDD_COLOR_8 412
  77. #define IDD_COLOR_9 413
  78. #define IDD_COLOR_10 414
  79. #define IDD_COLOR_11 415
  80. #define IDD_COLOR_12 416
  81. #define IDD_COLOR_13 417
  82. #define IDD_COLOR_14 418
  83. #define IDD_COLOR_15 419
  84. #define IDD_COLOR_16 420
  85. #define IDD_COLOR_SCREEN_COLORS 421
  86. #define IDD_COLOR_POPUP_COLORS 422
  87. #define IDD_COLOR_RED 423
  88. #define IDD_COLOR_REDSCROLL 424
  89. #define IDD_COLOR_GREEN 425
  90. #define IDD_COLOR_GREENSCROLL 426
  91. #define IDD_COLOR_BLUE 427
  92. #define IDD_COLOR_BLUESCROLL 428
  93. #define DID_SAVE_QUERY 500
  94. #define DID_SAVE_QUERY_LINK 501
  95. #define IDD_APPLY 502
  96. #define IDD_SAVE 503