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.

176 lines
6.4 KiB

  1. //+--------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1994 - 1996.
  5. //
  6. // File: resource.h
  7. //
  8. // Contents: Resource identifiers for create new task wizard.
  9. //
  10. // History: 5-20-1997 DavidMun Created
  11. //
  12. //---------------------------------------------------------------------------
  13. //
  14. // Task Scheduler string ID usage:
  15. //
  16. // 0-6 "..\inc\resource.h"
  17. // 32 "..\inc\resource.h" (NORMAL_PRIORITY_CLASS)
  18. // 64 "..\inc\resource.h" (IDLE_PRIORITY_CLASS)
  19. // 100-110 "..\folderui\resource.h"
  20. // 128 "..\inc\resource.h" (HIGH_PRIORITY_CLASS)
  21. // 151-167 "..\folderui\resource.h"
  22. // 256 "..\inc\resource.h" (REALTIME_PRIORITY_CLASS)
  23. // 300-400 "..\wizard\resource.h"
  24. // 1034 "..\inc\resource.h"
  25. // 1067-1177 "..\inc\resource.h"
  26. // 2000-2999 "..\folderui\resource.h"
  27. // 3330-3333 "..\inc\resource.h"
  28. // 3400-3406 "..\inc\resource.h"
  29. // 3800-3810 "..\folderui\resource.h"
  30. // 4000 "..\folderui\resource.h"
  31. // 4101-4152 "..\schedui\rc.h"
  32. //
  33. // Task Scheduler dialog ID usage:
  34. //
  35. // 102-104 "..\schedui\rc.h"
  36. // 300-350 "..\wizard\resource.h"
  37. // 401-403 "..\schedui\rc.h"
  38. // 1771 "..\schedui\rc.h"
  39. //
  40. /////////////////////////////////////////////////////////////////////////////
  41. //
  42. // Strings
  43. //
  44. #define IDB_BANNER256 300 // these are bitmaps, but put
  45. #define IDB_BANNER16 301 // here because it's a safe range
  46. #define IDB_WATERMARK16 302
  47. #define IDB_WATERMARK256 303
  48. #define IDS_LARGEFONTNAME 304
  49. #define IDS_LARGEFONTSIZE 305
  50. #define IDC_BIGBOLDTITLE 306
  51. #define IDC_BOLDTITLE 307
  52. #define IDS_SELPROG_HDR1 308
  53. #define IDS_SELPROG_HDR2 309
  54. #define IDS_SELTRIG_HDR1 310
  55. #define IDS_SELTRIG_HDR2 311
  56. #define IDS_TRIGGER_HDR1 312
  57. #define IDS_DAILY_HDR2 313
  58. #define IDS_WEEKLY_HDR2 314
  59. #define IDS_MONTHLY_HDR2 315
  60. #define IDS_ONCE_HDR2 316
  61. #define IDS_PASSWORD_HDR2 317
  62. #define IDS_FIRSTCOLUMN IDS_APPLICATION
  63. #define IDS_APPLICATION 318
  64. #define IDS_VERSION 319
  65. //#define 320 reserved for column expansion
  66. //#define 321
  67. //#define 322
  68. //#define 323
  69. //#define 324
  70. #define IDS_ALLUSERS_PATH 325
  71. #define IDS_CAPTION 326
  72. #define IDS_BAD_FILENAME 327
  73. #define IDS_WIZARD_FILTER 328
  74. #define IDS_WIZARD_BROWSE_CAPTION 329
  75. #define IDS_TASK_ALREADY_EXISTS 330
  76. #define IDS_CANT_DELETE_EXISTING 331
  77. #define IDS_MONTHS_HAVE_LT_31_DAYS 332
  78. #define IDS_MONTHS_HAVE_LT_30_DAYS 333
  79. #define IDB_SPLASH 334
  80. #define IDS_TEMPLATE_NAME 335
  81. #define IDS_WIZFINISH_NONFATAL 336
  82. #define IDS_WIZFINISH_FATAL 337
  83. /////////////////////////////////////////////////////////////////////////////
  84. //
  85. // Dialogs
  86. //
  87. #define IDC_STATIC -1
  88. #define IDD_WELCOME 300
  89. #define IDD_SELECT_PROGRAM 301
  90. #define IDD_COMPLETION 302
  91. #define IDD_SELECT_TRIGGER 303
  92. #define IDD_DAILY 304
  93. #define IDD_WEEKLY 305
  94. #define IDD_MONTHLY 306
  95. #define IDD_ONCE 307
  96. #define IDD_PASSWORD 308
  97. #define IDD_SELMONTH 309
  98. #define starttime_dp 900
  99. #define startdate_dp 901
  100. #define selprog_programs_lv 1001
  101. #define selprogs_browse_pb 1002
  102. #define selprogs_static_text_browse 1003
  103. #define complete_task_icon 1001
  104. #define complete_taskname_lbl 1002
  105. #define complete_trigger_lbl 1003
  106. #define complete_time_lbl 1004
  107. #define complete_advanced_ckbox 1005
  108. #define complete_date_lbl 1006
  109. #define seltrig_taskname_edit 1001
  110. #define seltrig_first_rb seltrig_daily_rb
  111. #define seltrig_daily_rb 1002
  112. #define seltrig_weekly_rb 1003
  113. #define seltrig_monthly_rb 1004
  114. #define seltrig_once_rb 1005
  115. #define seltrig_startup_rb 1006
  116. #define seltrig_logon_rb 1007
  117. #define seltrig_last_rb seltrig_logon_rb
  118. #define daily_day_rb 1001
  119. #define daily_weekday_rb 1002
  120. #define daily_ndays_rb 1003
  121. #define daily_ndays_ud 1004
  122. #define daily_ndays_edit 1005
  123. #define daily_ndays_lbl 1006
  124. #define weekly_nweeks_rb 1003
  125. #define weekly_nweeks_edit 1004
  126. #define weekly_nweeks_ud 1005
  127. #define weekly_nweeks_lbl 1006
  128. #define weekly_monday_ckbox 1007
  129. #define weekly_tuesday_ckbox 1008
  130. #define weekly_wednesday_ckbox 1009
  131. #define weekly_thursday_ckbox 1010
  132. #define weekly_friday_ckbox 1011
  133. #define weekly_saturday_ckbox 1012
  134. #define weekly_sunday_ckbox 1013
  135. #define monthly_day_rb 1003
  136. #define monthly_day_edit 1004
  137. #define monthly_day_ud 1005
  138. #define monthly_combo_rb 1006
  139. #define monthly_ordinality_combo 1007
  140. #define monthly_day_combo 1008
  141. #define monthly_combo_lbl 1009
  142. #define monthly_day_lbl 1010
  143. #define monthly_jan_ckbox 1011
  144. #define monthly_feb_ckbox 1012
  145. #define monthly_mar_ckbox 1013
  146. #define monthly_apr_ckbox 1014
  147. #define monthly_may_ckbox 1015
  148. #define monthly_jun_ckbox 1016
  149. #define monthly_jul_ckbox 1017
  150. #define monthly_aug_ckbox 1018
  151. #define monthly_sep_ckbox 1019
  152. #define monthly_oct_ckbox 1020
  153. #define monthly_nov_ckbox 1021
  154. #define monthly_dec_ckbox 1022
  155. #define password_name_edit 1001
  156. #define password_password_edit 1002
  157. #define password_confirm_edit 1003