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.

313 lines
16 KiB

  1. /****************************************************************************
  2. Copyright (c) 1995-1999 Microsoft Corporation
  3. Module Name: helparray.h
  4. ****************************************************************************/
  5. // a-jmike 2/4/99 VER: HR2
  6. #define IDH_NOHELP ((DWORD) -1)
  7. #define IDH_ADD_PROVIDER_ADD 1001
  8. #define IDH_ADD_PROVIDER_LIST 1002
  9. #define IDH_ADDPREFIX_PREFIXES 1003
  10. #define IDH_AREACODERULE_ADD 1004
  11. #define IDH_AREACODERULE_ALLPREFIXES 1005
  12. #define IDH_AREACODERULE_AREACODE 1006
  13. #define IDH_AREACODERULE_DIALAREACODE 1007
  14. #define IDH_AREACODERULE_DIALNUMBER 1008
  15. #define IDH_AREACODERULE_LIST 1009
  16. #define IDH_AREACODERULE_LISTEDPREFIXES 1010
  17. #define IDH_AREACODERULE_REMOVE 1011
  18. #define IDH_AREACODERULE_SAMPLENUMBER 1012
  19. #define IDH_CARD_ACCESSNUMBER 1013
  20. #define IDH_CARD_CARDNUMBER 1014
  21. #define IDH_CARD_DESTNUMBER 1015
  22. #define IDH_CARD_GENERAL_CARDDETAILS 1016
  23. #define IDH_CARD_GENERAL_CARDNAME 1017
  24. #define IDH_CARD_GENERAL_CARDNUMBER 1018
  25. #define IDH_CARD_GENERAL_PIN 1019
  26. #define IDH_CARD_INTERNATIONALNUMBER 1020
  27. #define IDH_CARD_LIST 1021
  28. #define IDH_CARD_LOCALNUMBER 1022
  29. #define IDH_CARD_LONGDISTANCENUMBER 1023
  30. #define IDH_CARD_MOVEDOWN 1024
  31. #define IDH_CARD_MOVEUP 1025
  32. #define IDH_CARD_PIN 1026
  33. #define IDH_CARD_REMOVE 1027
  34. #define IDH_CARD_SPECIFYDIGITS 1028
  35. #define IDH_CARD_WAITFORPROMPT 1029
  36. #define IDH_DESTNUMBER_AREACODE 1030
  37. #define IDH_DESTNUMBER_COUNTRYCODE 1031
  38. #define IDH_DESTNUMBER_LOCALNUMBER 1032
  39. #define IDH_EDITDIALOG_DIGITS 1033
  40. #define IDH_LOC_AREACODERULES_DELETE 1034
  41. #define IDH_LOC_AREACODERULES_DESCRIPTIONTEXT 1035
  42. #define IDH_LOC_AREACODERULES_EDIT 1036
  43. #define IDH_LOC_AREACODERULES_LIST 1037
  44. #define IDH_LOC_AREACODERULES_NEW 1038
  45. #define IDH_LOC_CALLINGCARD_ACCESSNUMBERS 1039
  46. #define IDH_LOC_CALLINGCARD_ACCESSNUMBERS_INTERNATIONAL 1040
  47. #define IDH_LOC_CALLINGCARD_ACCESSNUMBERS_LOCAL 1041
  48. #define IDH_LOC_CALLINGCARD_ACCESSNUMBERS_LONG 1042
  49. #define IDH_LOC_CALLINGCARD_CARDNUMBER 1043
  50. #define IDH_LOC_CALLINGCARD_DELETE 1044
  51. #define IDH_LOC_CALLINGCARD_EDIT 1045
  52. #define IDH_LOC_CALLINGCARD_LIST 1046
  53. #define IDH_LOC_CALLINGCARD_NEW 1047
  54. #define IDH_LOC_CALLINGCARD_PIN 1048
  55. #define IDH_LOC_GENERAL_ACCESS_LOCAL 1049
  56. #define IDH_LOC_GENERAL_ACCESS_LONG 1050
  57. #define IDH_LOC_GENERAL_AREACODE 1051
  58. #define IDH_LOC_GENERAL_COUNTRY 1052
  59. #define IDH_LOC_GENERAL_DIALINGRULES_GRP 1053
  60. #define IDH_LOC_GENERAL_DIALUSING 1054
  61. #define IDH_LOC_GENERAL_DISABLECALLWAITING 1055
  62. #define IDH_LOC_GENERAL_LOCATIONNAME 1056
  63. #define IDH_LOC_GENERAL_PHONENUMBERSAMPLE 1057
  64. #define IDH_MAIN_ADVANCED_ADD 1058
  65. #define IDH_MAIN_ADVANCED_EDIT 1059
  66. #define IDH_MAIN_ADVANCED_LIST 1060
  67. #define IDH_MAIN_ADVANCED_REMOVE 1061
  68. #define IDH_MAIN_DIALINGRULES_DELETE 1062
  69. #define IDH_MAIN_DIALINGRULES_EDIT 1063
  70. #define IDH_MAIN_DIALINGRULES_LIST 1064
  71. #define IDH_MAIN_DIALINGRULES_NEW 1065
  72. #define IDH_MAIN_DIALINGRULES_PHONENUMBERSAMPLE 1066
  73. #define IDH_SPECIFYDIGITS_EDIT 1067
  74. #define IDH_WAITFORDIALOG_WAITFORDIALTONE 1068
  75. #define IDH_WAITFORDIALOG_WAITFORTIME 1069
  76. #define IDH_WAITFORDIALOG_WAITFORVOICE 1070
  77. #define IDH_LOC_LONGDISTANCE_CARRIERCODE 1071
  78. #define IDH_LOC_INTERNATIONAL_CARRIERCODE 1072
  79. #define IDH_LOC_GENERAL_CARRIERCODE 1073
  80. // Dialing Rules Dialog Box (IDD_MAIN_DIALINGRULES == 101)
  81. const DWORD a101HelpIDs[]=
  82. {
  83. IDC_PHONENUMBERTEXT, IDH_MAIN_DIALINGRULES_PHONENUMBERSAMPLE, // Dialing Rules: Phone number will be dialed as: (Static)
  84. IDC_PHONENUMBERSAMPLE, IDH_MAIN_DIALINGRULES_PHONENUMBERSAMPLE, // Dialing Rules: (Static)
  85. IDC_NEW, IDH_MAIN_DIALINGRULES_NEW, // Dialing Rules: &New... (Button)
  86. IDC_EDIT, IDH_MAIN_DIALINGRULES_EDIT, // Dialing Rules: &Edit... (Button)
  87. IDC_DELETE, IDH_MAIN_DIALINGRULES_DELETE, // Dialing Rules: &Delete (Button)
  88. IDC_LIST, IDH_MAIN_DIALINGRULES_LIST, // Dialing Rules: (SysListView32)
  89. IDC_NOHELP, IDH_NOHELP, // Dialing Rules: (Static)
  90. 0, 0
  91. };
  92. // General Dialog Box (IDD_LOC_GENERAL == 102)
  93. const DWORD a102HelpIDs[]=
  94. {
  95. IDC_TONE, IDH_LOC_GENERAL_DIALUSING, // General: &Tone (Button)
  96. IDC_DISABLESTRING, IDH_LOC_GENERAL_DISABLECALLWAITING, // General: (ComboBox)
  97. 2003, IDH_LOC_GENERAL_DIALINGRULES_GRP, // General: When dialing from this location, use the following rules: (Static)
  98. IDC_PULSE, IDH_LOC_GENERAL_DIALUSING, // General: &Pulse (Button)
  99. IDC_LOCATIONNAME, IDH_LOC_GENERAL_LOCATIONNAME, // General: (Edit)
  100. IDC_PHONENUMBERTEXT, IDH_LOC_GENERAL_PHONENUMBERSAMPLE, // General: Phone number will be dialed as: (Static)
  101. IDC_COUNTRY, IDH_LOC_GENERAL_COUNTRY, // General: (ComboBox)
  102. IDC_PHONENUMBERSAMPLE, IDH_LOC_GENERAL_PHONENUMBERSAMPLE, // General: (Static)
  103. IDC_LOCALACCESSNUM, IDH_LOC_GENERAL_ACCESS_LOCAL, // General: (Edit)
  104. IDC_NOHELP, IDH_NOHELP, // General: �� (Static)
  105. IDC_AREACODE, IDH_LOC_GENERAL_AREACODE, // General: (Edit)
  106. IDC_LONGDISTANCEACCESSNUM, IDH_LOC_GENERAL_ACCESS_LONG, // General: (Edit)
  107. IDC_INTERNATIONALCARRIERCODE, IDH_LOC_INTERNATIONAL_CARRIERCODE,
  108. IDC_LONGDISTANCECARRIERCODE, IDH_LOC_LONGDISTANCE_CARRIERCODE,
  109. 2001, IDH_NOHELP, // General: Specify the location from which you will be dialing. (Static)
  110. IDC_DISABLECALLWAITING, IDH_LOC_GENERAL_DISABLECALLWAITING, // General: To disable call &waiting, dial: (Button)
  111. 2002, IDH_LOC_GENERAL_DIALINGRULES_GRP, // General: Dialing rules (Button)
  112. 0, 0
  113. };
  114. // Area Code Rules Dialog Box (IDD_LOC_AREACODERULES == 103)
  115. const DWORD a103HelpIDs[]=
  116. {
  117. IDC_DESCRIPTIONTEXT, IDH_LOC_AREACODERULES_DESCRIPTIONTEXT, // Area Code Rules: (Static)
  118. 2006, IDH_LOC_AREACODERULES_DESCRIPTIONTEXT, // Area Code Rules: Description (Button)
  119. IDC_NEW, IDH_LOC_AREACODERULES_NEW, // Area Code Rules: &New... (Button)
  120. IDC_EDIT, IDH_LOC_AREACODERULES_EDIT, // Area Code Rules: &Edit... (Button)
  121. IDC_DELETE, IDH_LOC_AREACODERULES_DELETE, // Area Code Rules: &Delete (Button)
  122. IDC_LIST, IDH_LOC_AREACODERULES_LIST, // Area Code Rules: (SysListView32)
  123. IDC_NOHELP, IDH_NOHELP, // Area Code Rules: An area code rule determines how phone numbers are dialed from your current area code to other area codes and within your area code. (Static)
  124. 0, 0
  125. };
  126. // Calling Card Dialog Box (IDD_LOC_CALLINGCARD == 104)
  127. const DWORD a104HelpIDs[]=
  128. {
  129. IDC_CARDNUMBER, IDH_LOC_CALLINGCARD_CARDNUMBER, // Calling Card: (Edit)
  130. IDC_LONGDISTANCE, IDH_LOC_CALLINGCARD_ACCESSNUMBERS_LONG, // Calling Card: (Static)
  131. IDC_PIN, IDH_LOC_CALLINGCARD_PIN, // Calling Card: (Edit)
  132. IDC_INTERNATIONAL, IDH_LOC_CALLINGCARD_ACCESSNUMBERS_INTERNATIONAL, // Calling Card: (Static)
  133. IDC_LOCAL, IDH_LOC_CALLINGCARD_ACCESSNUMBERS_LOCAL, // Calling Card: (Static)
  134. IDC_NEW, IDH_LOC_CALLINGCARD_NEW, // Calling Card: &New... (Button)
  135. IDC_EDIT, IDH_LOC_CALLINGCARD_EDIT, // Calling Card: &Edit... (Button)
  136. IDC_DELETE, IDH_LOC_CALLINGCARD_DELETE, // Calling Card: &Delete (Button)
  137. IDC_LIST, IDH_LOC_CALLINGCARD_LIST, // Calling Card: (SysListView32)
  138. IDC_NOHELP, IDH_NOHELP, // Calling Card: Select the calling card you will use, or click New to add a different card. (Static)
  139. 2001, IDH_LOC_CALLINGCARD_ACCESSNUMBERS, // Calling Card: Access phone numbers for: (Button)
  140. 0, 0
  141. };
  142. // General Dialog Box (IDD_CARD_GENERAL == 105)
  143. const DWORD a105HelpIDs[]=
  144. {
  145. IDC_CARDNUMBER, IDH_CARD_GENERAL_CARDNUMBER, // General: (Edit)
  146. IDC_PIN, IDH_CARD_GENERAL_PIN, // General: (Edit)
  147. IDC_CARDNAME, IDH_CARD_GENERAL_CARDNAME, // General: (Edit)
  148. IDC_CARDUSAGE, IDH_CARD_GENERAL_CARDDETAILS,
  149. IDC_CARDUSAGE1, IDH_CARD_GENERAL_CARDDETAILS,
  150. IDC_CARDUSAGE2, IDH_CARD_GENERAL_CARDDETAILS, // General: (Static)
  151. IDC_CARDUSAGE3, IDH_CARD_GENERAL_CARDDETAILS, // General: (Static)
  152. IDC_NOHELP, IDH_NOHELP, // General: �� (Static)
  153. 2001, IDH_CARD_GENERAL_CARDDETAILS, // General: Calling card details: (Button)
  154. 0, 0
  155. };
  156. // Long Distance Dialog Box (IDD_CARD_LONGDISTANCE == 106)
  157. const DWORD a106HelpIDs[]=
  158. {
  159. IDC_WAITFOR, IDH_CARD_WAITFORPROMPT, // Long Distance: &Wait for Prompt... (Button)
  160. IDC_CARDNUMBER, IDH_CARD_CARDNUMBER, // Long Distance: A&ccount Number (Button)
  161. IDC_PIN, IDH_CARD_PIN, // Long Distance: &PIN (Button)
  162. IDC_DESTNUMBER, IDH_CARD_DESTNUMBER, // Long Distance: &Destination Number... (Button)
  163. IDC_LONGDISTANCENUMBER, IDH_CARD_LONGDISTANCENUMBER, // Long Distance: (Edit)
  164. IDC_SPECIFYDIGITS, IDH_CARD_SPECIFYDIGITS, // Long Distance: &Specify Digits... (Button)
  165. IDC_MOVEUP, IDH_CARD_MOVEUP, // Long Distance: Move &Up (Button)
  166. IDC_MOVEDOWN, IDH_CARD_MOVEDOWN, // Long Distance: &Move Down (Button)
  167. IDC_REMOVE, IDH_CARD_REMOVE, // Long Distance: &Delete (Button)
  168. IDC_ACCESSNUMBER, IDH_CARD_ACCESSNUMBER, // Long Distance: Access &Number (Button)
  169. IDC_LIST, IDH_CARD_LIST, // Long Distance: List1 (SysListView32)
  170. IDC_NOHELP, IDH_NOHELP, // Long Distance: Use the buttons below to enter the dialing steps for making long-distance calls. Enter these steps in the exact order as they appear on your calling card. (Static)
  171. 0, 0
  172. };
  173. // International Dialog Box (IDD_CARD_INTERNATIONAL == 107)
  174. const DWORD a107HelpIDs[]=
  175. {
  176. IDC_WAITFOR, IDH_CARD_WAITFORPROMPT, // International: &Wait for Prompt... (Button)
  177. IDC_CARDNUMBER, IDH_CARD_CARDNUMBER, // International: A&ccount Number (Button)
  178. IDC_PIN, IDH_CARD_PIN, // International: &PIN (Button)
  179. IDC_DESTNUMBER, IDH_CARD_DESTNUMBER, // International: D&estination Number... (Button)
  180. IDC_SPECIFYDIGITS, IDH_CARD_SPECIFYDIGITS, // International: &Specify Digits... (Button)
  181. IDC_INTERNATIONALNUMBER, IDH_CARD_INTERNATIONALNUMBER, // International: (Edit)
  182. IDC_MOVEUP, IDH_CARD_MOVEUP, // International: Move &Up (Button)
  183. IDC_MOVEDOWN, IDH_CARD_MOVEDOWN, // International: &Move Down (Button)
  184. IDC_REMOVE, IDH_CARD_REMOVE, // International: &Delete (Button)
  185. IDC_ACCESSNUMBER, IDH_CARD_ACCESSNUMBER, // International: Access &Number (Button)
  186. IDC_LIST, IDH_CARD_LIST, // International: List1 (SysListView32)
  187. IDC_NOHELP, IDH_NOHELP, // International: Use the buttons below to enter the dialing steps for making international calls. Enter these steps in the exact order as they appear on your calling card. (Static)
  188. 0, 0
  189. };
  190. // Local Calls Dialog Box (IDD_CARD_LOCALCALLS == 108)
  191. const DWORD a108HelpIDs[]=
  192. {
  193. IDC_WAITFOR, IDH_CARD_WAITFORPROMPT, // Local Calls: &Wait for Prompt... (Button)
  194. IDC_CARDNUMBER, IDH_CARD_CARDNUMBER, // Local Calls: A&ccount Number (Button)
  195. IDC_PIN, IDH_CARD_PIN, // Local Calls: &PIN (Button)
  196. IDC_DESTNUMBER, IDH_CARD_DESTNUMBER, // Local Calls: D&estination Number... (Button)
  197. IDC_SPECIFYDIGITS, IDH_CARD_SPECIFYDIGITS, // Local Calls: &Specify Digits... (Button)
  198. IDC_MOVEUP, IDH_CARD_MOVEUP, // Local Calls: Move &Up (Button)
  199. IDC_MOVEDOWN, IDH_CARD_MOVEDOWN, // Local Calls: &Move Down (Button)
  200. IDC_REMOVE, IDH_CARD_REMOVE, // Local Calls: &Delete (Button)
  201. IDC_ACCESSNUMBER, IDH_CARD_ACCESSNUMBER, // Local Calls: Access &Number (Button)
  202. IDC_LOCALNUMBER, IDH_CARD_LOCALNUMBER, // Local Calls: (Edit)
  203. IDC_LIST, IDH_CARD_LIST, // Local Calls: List1 (SysListView32)
  204. IDC_NOHELP, IDH_NOHELP, // Local Calls: Use the buttons below to enter the dialing steps for making local calls. Enter these steps in the exact order as they appear on your calling card. To make local calls without using your calling card, leave this section blank. (Static)
  205. 0, 0
  206. };
  207. // New Area Code Rule Dialog Box (IDD_NEWAREACODERULE == 109)
  208. const DWORD a109HelpIDs[]=
  209. {
  210. 2001, IDH_AREACODERULE_SAMPLENUMBER, // New Area Code Rule: Area code (Static)
  211. 2002, IDH_AREACODERULE_SAMPLENUMBER, // New Area Code Rule: Prefix (Static)
  212. 2003, IDH_AREACODERULE_SAMPLENUMBER, // New Area Code Rule: (Static)
  213. 2004, IDH_AREACODERULE_SAMPLENUMBER, // New Area Code Rule: (Static)
  214. 2005, IDH_AREACODERULE_SAMPLENUMBER, // New Area Code Rule: X - X X X - X X X - X X X X (Static)
  215. IDC_ALLPREFIXES, IDH_AREACODERULE_ALLPREFIXES, // New Area Code Rule: &Include all the prefixes within this area code (Button)
  216. IDC_LISTEDPREFIXES, IDH_AREACODERULE_LISTEDPREFIXES, // New Area Code Rule: Include &only the prefixes in the list below: (Button)
  217. IDC_REMOVE, IDH_AREACODERULE_REMOVE, // New Area Code Rule: D&elete (Button)
  218. IDC_ADD, IDH_AREACODERULE_ADD, // New Area Code Rule: &Add... (Button)
  219. IDC_DIALAREACODE, IDH_AREACODERULE_DIALAREACODE, // New Area Code Rule: Include the area &code (Button)
  220. IDC_DIALNUMBER, IDH_AREACODERULE_DIALNUMBER, // New Area Code Rule: (Edit)
  221. IDC_LIST, IDH_AREACODERULE_LIST, // New Area Code Rule: List1 (SysListView32)
  222. IDC_NOHELP, IDH_NOHELP, // New Area Code Rule: This area code rule will only apply to calls made to the area code and prefix combination you specify below. (Static)
  223. IDC_AREACODE, IDH_AREACODERULE_AREACODE, // New Area Code Rule: (Edit)
  224. IDC_DIALCHECK, IDH_AREACODERULE_DIALNUMBER, // New Area Code Rule: &Dial: (Button)
  225. 0, 0
  226. };
  227. // Wait for Dialog Box (IDD_WAITFORDIALOG == 111)
  228. const DWORD a111HelpIDs[]=
  229. {
  230. IDC_WAITFORVOICE, IDH_WAITFORDIALOG_WAITFORVOICE, // Wait for: Wait for a &voice message to complete (Button)
  231. IDC_WAITFORTIME, IDH_WAITFORDIALOG_WAITFORTIME, // Wait for: Wait for a specific length of &time: (Button)
  232. IDC_TIMESPIN, IDH_WAITFORDIALOG_WAITFORTIME, // Wait for: Spin1 (msctls_updown32)
  233. IDC_TIME, IDH_WAITFORDIALOG_WAITFORTIME, // Wait for: 0 (Edit)
  234. IDC_WAITFORDIALTONE, IDH_WAITFORDIALOG_WAITFORDIALTONE, // Wait for: Wait for a &dial tone (Button)
  235. IDC_NOHELP, IDH_NOHELP, // Wait for: Select the type of prompt to wait for before continuing with the dialing sequence. (Static)
  236. 0, 0
  237. };
  238. // Destination number Dialog Box (IDD_DESTNUMDIALOG == 112)
  239. const DWORD a112HelpIDs[]=
  240. {
  241. IDC_COUNTRYCODE, IDH_DESTNUMBER_COUNTRYCODE, // Destination number: Dial the &country code (Button)
  242. IDC_LOCALNUMBER, IDH_DESTNUMBER_LOCALNUMBER, // Destination number: Dial the &number (Button)
  243. IDC_NOHELP, IDH_NOHELP, // Destination number: This step will place the destination number that you will be dialing into the calling card sequence. When dialing the destination number, which parts of the number do you want to dial? (Static)
  244. IDC_AREACODE, IDH_DESTNUMBER_AREACODE, // Destination number: Dial the &area code (Button)
  245. 0, 0
  246. };
  247. // Advanced Dialog Box (IDD_MAIN_ADVANCED == 113)
  248. const DWORD a113HelpIDs[]=
  249. {
  250. IDC_REMOVE, IDH_MAIN_ADVANCED_REMOVE, // Advanced: &Remove (Button)
  251. IDC_ADD, IDH_MAIN_ADVANCED_ADD, // Advanced: A&dd... (Button)
  252. IDC_EDIT, IDH_MAIN_ADVANCED_EDIT, // Advanced: &Configure... (Button)
  253. IDC_LIST, IDH_MAIN_ADVANCED_LIST, // Advanced: (ListBox)
  254. IDC_NOHELP, IDH_NOHELP, // Advanced: (Static)
  255. 0, 0
  256. };
  257. // Add Driver Dialog Box (IDD_ADD_DRIVER == 114)
  258. const DWORD a114HelpIDs[]=
  259. {
  260. IDC_ADD, IDH_ADD_PROVIDER_ADD, // Add Driver: &Add (Button)
  261. IDC_DRIVER_LIST, IDH_ADD_PROVIDER_LIST, // Add Driver: (ListBox)
  262. IDC_NOHELP, IDH_NOHELP, // Add Driver: Select the driver you wish to install from the list below, and click Add. (Static)
  263. 0, 0
  264. };
  265. // Location Information Dialog Box (IDD_SIMPLELOCATION == 115)
  266. const DWORD a115HelpIDs[]=
  267. {
  268. IDC_TONE, IDH_LOC_GENERAL_DIALUSING, // Location Information: &Tone dialing (Button)
  269. IDC_PULSE, IDH_LOC_GENERAL_DIALUSING, // Location Information: &Pulse dialing (Button)
  270. IDB_SIMPLELOCATION, IDH_NOHELP, // Location Information: (Static)
  271. IDC_COUNTRY, IDH_LOC_GENERAL_COUNTRY, // Location Information: (ComboBox)
  272. IDC_LOCALACCESSNUM, IDH_LOC_GENERAL_ACCESS_LOCAL, // Location Information: (Edit)
  273. IDC_NOHELP, IDH_NOHELP, // Location Information: Before you can make any phone or modem connections, Windows needs the following information about your current location. (Static)
  274. IDC_AREACODE, IDH_LOC_GENERAL_AREACODE, // Location Information: (Edit)
  275. IDC_CARRIERCODE, IDH_LOC_GENERAL_CARRIERCODE,
  276. 0, 0
  277. };
  278. // Untitled Dialog Box (IDD_EDITPREFIX == 116) for editing the prefix
  279. const DWORD a116HelpIDs[]=
  280. {
  281. IDC_DESCRIPTIONTEXT, IDH_ADDPREFIX_PREFIXES,
  282. IDC_TEXT, IDH_ADDPREFIX_PREFIXES,
  283. IDC_EDIT, IDH_ADDPREFIX_PREFIXES,
  284. 0, 0
  285. };
  286. // Untitled Dialog Box (IDD_EDITDIGITS == 117) for editing the digits
  287. const DWORD a117HelpIDs[]=
  288. {
  289. IDC_DESCRIPTIONTEXT, IDH_SPECIFYDIGITS_EDIT,
  290. IDC_TEXT, IDH_SPECIFYDIGITS_EDIT,
  291. IDC_EDIT, IDH_SPECIFYDIGITS_EDIT,
  292. 0, 0
  293. };