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.

90 lines
2.1 KiB

  1. //
  2. // misc
  3. //
  4. #define WIZARD_WIDTH 276
  5. #define WIZARD_HEIGTH 140
  6. #define IDC_STATIC -1
  7. //
  8. // icons
  9. //
  10. #define IDI_NETCENTRIC 501
  11. //
  12. // bitmaps
  13. //
  14. #define IDB_INET 701
  15. #define IDB_WORLD 702
  16. #define IDB_INETWRLD 703
  17. #define IDB_CHECKSTATES 704
  18. //
  19. // dialogs
  20. //
  21. #define IDD_CONFIG 601
  22. #define IDD_SERVER_NAME_PAGE 602
  23. #define IDD_INFO_PAGE 603
  24. #define IDD_ACCT_PAGE 604
  25. #define IDD_BILLING_PAGE 605
  26. #define IDD_ISP_PAGE 606
  27. #define IDD_PLANS_PAGE 607
  28. #define IDD_FINISH_PAGE 608
  29. #define IDD_CREATE_PAGE 609
  30. #define IDD_INFO2_PAGE 610
  31. //
  32. // controls
  33. //
  34. #define IDC_SERVER 101
  35. #define IDC_USERNAME 102
  36. #define IDC_PASSWORD 103
  37. #define IDC_NEW_ACCOUNT 104
  38. #define IDC_FIRST_NAME 105
  39. #define IDC_LAST_NAME 106
  40. #define IDC_EMAIL 107
  41. #define IDC_PHONE_NUMBER 108
  42. #define IDC_ADDRESS 109
  43. #define IDC_CITY 110
  44. #define IDC_ACCOUNT_NAME 111
  45. #define IDC_CREDIT_CARD 112
  46. #define IDC_EXPIRY_MM 113
  47. #define IDC_CC_NAME 114
  48. #define IDC_SERVER_NAME 115
  49. #define IDC_WORLDBMP 116
  50. #define IDC_INETBMP 117
  51. #define IDC_INETWRLDBMP 118
  52. #define IDC_ISP_LIST 119
  53. #define IDC_PLAN_LIST 120
  54. #define IDC_EXPIRY_YY 121
  55. #define IDC_CC_LIST 122
  56. #define IDC_STATE 123
  57. #define IDC_ZIP 124
  58. #define IDC_AREA_CODE 125
  59. //
  60. // strings
  61. //
  62. #define IDS_TITLE 201
  63. #define IDS_ERR_TITLE 202
  64. #define IDS_WRN_TITLE 203
  65. #define IDS_BAD_SERVER 204
  66. #define IDS_BAD_ISP 205
  67. #define IDS_MISSING_INFO 206
  68. #define IDS_MISSING_ACCNT 207
  69. #define IDS_MISSING_BILLING 208
  70. #define IDS_CC_FIRST 209
  71. #define IDS_CC_AMEX 209
  72. #define IDS_CC_DINERS 210
  73. #define IDS_CC_DISCOVER 211
  74. #define IDS_CC_MASTERCARD 212
  75. #define IDS_CC_VISA 213
  76. #define IDS_CC_LAST 214