home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / dbmsg / mapi / flatfile.ab / sampabp.rh < prev    next >
Text File  |  1996-04-11  |  3KB  |  95 lines

  1. /***********************************************************************
  2.  *
  3.  *  S A M P A B P . R H
  4.  *  
  5.  *  Resource definitions for the Sample Address Book Provider.
  6.  *  
  7.  *  Copyright 1992-1995 Microsoft Corporation.  All Rights Reserved.
  8.  *  
  9.  ***********************************************************************/
  10.  
  11. /*   DialogBox IDs  */
  12.  
  13. #define UserGeneralPage             100
  14. #define UserAdvancedPage            200
  15. #define DirGeneralPage              300
  16. #define SearchGeneralPage           400
  17. #define ConfigGeneralPage           500
  18. #define OOUserGeneralPage           600
  19.  
  20. /*   Static control id's    */
  21. #define IDC_STATIC_CONTROL          0xffff
  22.  
  23. /*  user general page control ids   */
  24. #define IDC_USER_DISPLAY_NAME       101
  25. #define IDC_USER_INBOX_PATH         102
  26. #define IDC_USER_EMAIL_TYPE         103
  27.  
  28. /* user advanced page control ids */
  29. #define IDC_USER_LISTBOX            201
  30. #define IDC_USER_CHECKBOX_1         202
  31. #define IDC_USER_CHECKBOX_2         203
  32. #define IDC_USER_CHECKBOX_3         204
  33. #define IDC_USER_DDLISTBOX          205
  34. #define IDC_USER_COMBOBOX           206
  35.  
  36. /* directory general page control ids */
  37. #define IDC_DIR_SAB_FILE_NAME       301
  38. #define IDC_DIR_CHANGE              302
  39. #define IDC_DIR_RADIO_1             303
  40. #define IDC_DIR_RADIO_2             304
  41. #define IDC_DIR_RADIO_3             305
  42. #define IDC_DIR_RADIO_4             306
  43.  
  44. /* search general page control ids */
  45. #define IDC_SEARCH_NAME             401
  46.  
  47. /* one off user page control ids */
  48. #define IDC_OOUSER_DISPLAY_NAME     501
  49. #define IDC_OOUSER_SERVER           502
  50. #define IDC_OOUSER_SHARE            503
  51. #define IDC_OOUSER_PATH             504
  52.  
  53. /*
  54.  *  Localized strings
  55.  */
  56.  
  57.  
  58. #define IDS_FMT_SERVER_SHARE            600
  59. #define MAX_FMT_SERVER_SHARE            8
  60.  
  61. #define IDS_FMT_PATH_ON_SHARE           601
  62. #define MAX_FMT_PATH_ON_SHARE           6
  63.  
  64. #define IDS_FMT_DIR_DN                  602
  65. #define MAX_FMT_DIR_DN                  13
  66.  
  67. #define IDS_ROOT_NAME                   603
  68. #define MAX_ROOT_NAME                   35
  69.  
  70. #define IDS_FMT_DET_DN                  604
  71. #define MAX_FMT_DET_DN                  17
  72.  
  73. #define IDS_FMT_DET_COMMENT             605
  74. #define MAX_FMT_DET_COMMENT             11
  75.  
  76. #define IDS_FMT_DD_DN                   606
  77. #define MAX_FMT_DD_DN                   26
  78.  
  79. #define IDS_FMT_COMBO_DN                607
  80. #define MAX_FMT_COMBO_DN                17
  81.  
  82. /*
  83.  *  Error strings
  84.  */
  85. #define MAX_ERROR_STRING_LENGTH     256
  86.  
  87. #define IDS_OLD_EID                 700
  88. #define IDS_CANT_OPEN_SAB           701
  89. #define IDS_CANT_OPEN_SAB_FILE      702
  90. #define IDS_SAB_FILE_ATTRIB         703
  91. #define IDS_SAB_TOO_LARGE           704
  92. #define IDS_SAB_CORRUPT             705
  93. #define IDS_SAB_NO_READ             706
  94.  
  95.