Leaked source code of windows server 2003
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.

95 lines
3.5 KiB

  1. /*++
  2. Copyright (c) 1997 Microsoft Corporation
  3. Module Name:
  4. resource.h
  5. Abstract:
  6. This file contains all manafest contants for the NTOC resource file.
  7. Author:
  8. Wesley Witt (wesw) 7-Aug-1997
  9. Environment:
  10. User Mode
  11. --*/
  12. #define WIZARD_WIDTH 304
  13. #define WIZARD_HEIGTH 140
  14. #define IDC_STATIC -1
  15. #define IDD_TAPI_LOCATIONS 501
  16. #define IDD_DISPLAY 502
  17. #define IDD_DATETIME 503
  18. #define IDD_NTOC_WELCOME 504
  19. #define IDD_NTOC_FINISH 505
  20. #define IDD_REINSTALL 506
  21. #define IDC_COUNTRY_LIST 201
  22. #define IDC_AREA_CODE 202
  23. #define IDC_LONG_DISTANCE 203
  24. #define IDC_TONE 204
  25. #define IDC_PULSE 205
  26. #define IDC_SCREENSAMPLE 206
  27. #define IDC_DSP_CLRPALGRP 207
  28. #define IDC_DSP_COLORBOX 208
  29. #define IDC_DSP_COLORBAR 209
  30. #define IDC_DSP_DSKAREAGRP 210
  31. #define IDC_DSP_AREA_SB 211
  32. #define IDC_DSP_X_BY_Y 212
  33. #define IDC_DSP_FONTSIZEGRP 213
  34. #define IDC_DSP_FONTSIZE 214
  35. #define IDC_DSP_REFFREQGRP 215
  36. #define IDC_DSP_FREQ 216
  37. #define IDC_DSP_LIST_ALL 217
  38. #define IDC_DSP_TEST 218
  39. #define IDC_DSP_CHANGE 219
  40. #define IDC_MONITOR_BITMAP 220
  41. #define IDC_TEST 221
  42. #define IDC_DATE_PICKER 222
  43. #define IDC_TIME_PICKER 223
  44. #define IDC_TIMEZONE 224
  45. #define IDC_DAYLIGHT 225
  46. #define IDC_REFRESH_RATE 226
  47. #define IDT_TITLE 227
  48. #define IDS_TAPILOC_TITLE 301
  49. #define IDS_TAPILOC_SUBTITLE 302
  50. #define IDS_DISPLAY_TITLE 303
  51. #define IDS_DISPLAY_SUBTITLE 304
  52. #define IDS_RESOLUTION_FMT 305
  53. #define IDS_COLOR_RED 306
  54. #define IDS_COLOR_GREEN 307
  55. #define IDS_COLOR_BLUE 308
  56. #define IDS_COLOR_YELLOW 309
  57. #define IDS_COLOR_MAGENTA 310
  58. #define IDS_COLOR_CYAN 311
  59. #define IDS_COLOR_WHITE 312
  60. #define IDS_RED_SHADES 313
  61. #define IDS_GREEN_SHADES 314
  62. #define IDS_BLUE_SHADES 315
  63. #define IDS_GRAY_SHADES 316
  64. #define IDS_PATTERN_HORZ 317
  65. #define IDS_PATTERN_VERT 318
  66. #define IDS_UNAVAILABLE 319
  67. #define IDS_DATETIME_TITLE 320
  68. #define IDS_DATETIME_SUBTITLE 321
  69. #define IDS_DEFAULT_LOCATION_NAME 322
  70. #define IDS_LARGEFONT_NAME 323
  71. #define IDS_LARGEFONT_SIZE 324
  72. //#define IDB_MONITOR_BITMAP 401
  73. //#define IDB_COLORBAR_BITMAP 402
  74. #define IDI_DATE 601
  75. #define IDI_TIMEZONE 602
  76. #define IDI_MODEM 603