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.1 KiB

  1. /*-----------------------------------------------------------------------------
  2. resource.h
  3. contains declarations for all IDs in .rc file
  4. Copyright (C) 1996 Microsoft Corporation
  5. All rights reserved.
  6. Authors:
  7. ChrisK ChrisKauffman
  8. History:
  9. 7/22/96 ChrisK Cleaned and formatted
  10. NOTE:
  11. DO NOT EDIT THIS WITH MSVC! You will destroy the comments and all
  12. entries designed to build for WIN16
  13. -----------------------------------------------------------------------------*/
  14. #include "dialutil.h"
  15. #define IDS_DIALMESSAGE 125
  16. #define IDC_STATIC -1
  17. #define IDI_WARN 101
  18. #define IDI_PHONE 102
  19. #define IDB_PHONE 108
  20. #define IDS_CONNECTING_TO 401
  21. #define IDS_OUTOFMEMORY 406
  22. #define IDS_WANTTOEXIT 408
  23. #define IDS_RAS_DIALING 409
  24. #define IDS_RAS_PORTOPENED 410
  25. #define IDS_RAS_OPENPORT 411
  26. #define IDS_RAS_CONNECTED 412
  27. #define IDS_RAS_LOCATING 413
  28. #define IDS_TCPINSTALLERROR 414
  29. #define IDS_PPPRANDOMFAILURE 416
  30. #define IDS_RASNOCARRIER 418
  31. #define IDS_PHONEBUSY 419
  32. #define IDS_NODIALTONE 420
  33. #define IDS_NODEVICE 421
  34. #define IDS_USERCANCELEDDIAL 423
  35. #define IDS_TITLE 424
  36. #define IDS_CANTLOADINETCFG 425
  37. #define IDS_CANTLOADCONFIGAPI 426
  38. #define IDS_CANTLOADPHBKAPI 427
  39. #define IDS_CANTINITPHONEBOOK 428
  40. #define IDS_CANTLOADRNAPHAPI 429
  41. #define IDS_CANTSAVEKEY 430
  42. #define IDS_CANTREADKEY 431
  43. #define IDS_NOANSWER 432
  44. #define IDS_INVALIDPN 433
  45. #define IDS_MEDIAINIERROR 434
  46. #define IDS_RAS_HANGINGUP 435
  47. #define IDS_INVALIDPHONE 436
  48. // 3/28/97 ChrisK Olympus 296
  49. #define IDS_REESTABLISH 437
  50. // 5/17/97 jmazner Olympus #137
  51. #define IDS_SBCSONLY 438
  52. #define IDS_SUPPORTMSG 500
  53. #define IDC_ERROR 1000
  54. #define IDC_STATUS 1001
  55. #define IDC_CONNECT 1002
  56. #define IDC_PHONENUMBER 1003
  57. #define IDC_CMDPHONE 1004
  58. #define IDC_LBLTITLE 1005
  59. #define IDC_LBLNUMBER 1006
  60. #define IDC_LBLSTATUS 1007
  61. #define IDC_CMDCANCEL 1008
  62. #define IDC_PROGRESS 1009
  63. #define IDC_LBLERRMSG 1010
  64. #define IDC_CMBMODEMS 1011
  65. #define IDC_CMDPHONEBOOK 1012
  66. #define IDC_CMDDIALPROP 1013
  67. #define IDC_CMDNEXT 1014
  68. #define IDC_CMDHELP 1015
  69. #define IDC_LBLPHONE 1016
  70. #define IDC_TEXTNUMBER 1017
  71. #define IDC_CONNECT_TEXT 1018
  72. #define IDC_PHNUM_TEXT 1019
  73. #define IDC_NUMTODIAL 1020
  74. #define IDC_CURMODEM 1021
  75. #define IDC_CHNGNUM 1022
  76. #define IDC_LBSUPPORTMSG 2000
  77. #define IDD_DIALING 200
  78. #define IDD_DIALERR 201