dialogs.h
Upload User: caisha3
Upload Date: 2013-09-21
Package Size: 208739k
Code Size: 4k
Category:

Windows Develop

Development Platform:

Visual C++

  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 DID_FONTDLG                 200
  33. #define IDD_STATIC                  201
  34. #define IDD_FACENAME                202
  35. #define IDD_BOLDFONT                203
  36. #define IDD_STATIC2                 204
  37. #define IDD_PREVIEWLABEL            206
  38. #define IDD_GROUP                   207
  39. #define IDD_STATIC3                 208
  40. #define IDD_STATIC4                 209
  41. #define IDD_FONTWIDTH               210
  42. #define IDD_FONTHEIGHT              211
  43. #define IDD_FONTSIZE                212
  44. #define IDD_POINTSLIST              213
  45. #define IDD_PIXELSLIST              214
  46. #define IDD_PREVIEWWINDOW           215
  47. #define IDD_FONTWINDOW              216
  48. #define DID_SCRBUFSIZE              300
  49. #define IDD_SCRBUF_WIDTH            301
  50. #define IDD_SCRBUF_WIDTHSCROLL      302
  51. #define IDD_SCRBUF_HEIGHT           303
  52. #define IDD_SCRBUF_HEIGHTSCROLL     304
  53. #define IDD_WINDOW_WIDTH            305
  54. #define IDD_WINDOW_WIDTHSCROLL      306
  55. #define IDD_WINDOW_HEIGHT           307
  56. #define IDD_WINDOW_HEIGHTSCROLL     308
  57. #define IDD_WINDOW_POSX             309
  58. #define IDD_WINDOW_POSXSCROLL       310
  59. #define IDD_WINDOW_POSY             311
  60. #define IDD_WINDOW_POSYSCROLL       312
  61. #define IDD_AUTO_POSITION           313
  62. #define IDD_WARNING                 314
  63. #define DID_COLOR                   400
  64. #define IDD_COLOR_SCREEN_TEXT       401
  65. #define IDD_COLOR_SCREEN_BKGND      402
  66. #define IDD_COLOR_POPUP_TEXT        403
  67. #define IDD_COLOR_POPUP_BKGND       404
  68. #define IDD_COLOR_1                 405
  69. #define IDD_COLOR_2                 406
  70. #define IDD_COLOR_3                 407
  71. #define IDD_COLOR_4                 408
  72. #define IDD_COLOR_5                 409
  73. #define IDD_COLOR_6                 410
  74. #define IDD_COLOR_7                 411
  75. #define IDD_COLOR_8                 412
  76. #define IDD_COLOR_9                 413
  77. #define IDD_COLOR_10                414
  78. #define IDD_COLOR_11                415
  79. #define IDD_COLOR_12                416
  80. #define IDD_COLOR_13                417
  81. #define IDD_COLOR_14                418
  82. #define IDD_COLOR_15                419
  83. #define IDD_COLOR_16                420
  84. #define IDD_COLOR_SCREEN_COLORS     421
  85. #define IDD_COLOR_POPUP_COLORS      422
  86. #define IDD_COLOR_RED               423
  87. #define IDD_COLOR_REDSCROLL         424
  88. #define IDD_COLOR_GREEN             425
  89. #define IDD_COLOR_GREENSCROLL       426
  90. #define IDD_COLOR_BLUE              427
  91. #define IDD_COLOR_BLUESCROLL        428
  92. #define DID_SAVE_QUERY              500
  93. #define DID_SAVE_QUERY_LINK         501
  94. #define IDD_APPLY                   502
  95. #define IDD_SAVE                    503