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.

69 lines
1.8 KiB

  1. /**INC+**********************************************************************/
  2. /* Header: axresrc.h */
  3. /* */
  4. /* Purpose: resource defines specific to ax control */
  5. /* */
  6. /* Copyright(C) Microsoft Corporation 1999-2000 */
  7. /* */
  8. /****************************************************************************/
  9. #ifndef _axresrc_h_
  10. #define _axresrc_h_
  11. #define TIMEBOMB_EXPIRED_STR 100
  12. #define IDB_BBAR_TOOLBAR_LEFT 101
  13. #define IDB_BBAR_TOOLBAR_RIGHT 102
  14. #define IDBAR_BBAR_TOOLBAR1 103
  15. #define IDB_ARC_BACKGROUND24 104
  16. #define IDB_ARC_BACKGROUND8 105
  17. #define IDB_ARC_WINFLAG24 106
  18. #define IDB_ARC_WINFLAG8 107
  19. #define IDB_ARC_DISCON24 108
  20. #define IDB_ARC_DISCON8 109
  21. #define IDB_ARC_BAND24 110
  22. #define IDB_ARC_BAND8 111
  23. #define IDI_ARC_DISCON 112
  24. //
  25. // Dialogs
  26. //
  27. #define IDD_ARCDLG 200
  28. //
  29. // ARC dlg items
  30. //
  31. #define IDC_TITLE_FLAG 201
  32. #define IDC_TITLE_ARCING 202
  33. #define IDC_ARC_STATIC_DISCBMP 203
  34. #define IDC_ARC_STATIC_INFO 204
  35. #define IDC_ARC_STATIC_DESC 205
  36. //
  37. // Strings
  38. //
  39. #define IDS_ARC_TITLE_FACESIZE 300
  40. #define IDS_ARC_TITLE_FACENAME 301
  41. #define IDS_ARC_CONATTEMPTS 304
  42. #define IDS_RDPDR_PRINT_LOCALDOCNAME 305
  43. #define IDS_RDPDR_CLIP_CLEANTEMPDIR 306
  44. #define IDS_RDPDR_CLIP_PASTEINFO 307
  45. #ifdef OS_WINCE
  46. #define RDPDR_DEVICENAME 104
  47. #define TRC_IDD_ASSERT 1000
  48. #define TRC_ID_TEXT 1001
  49. #endif
  50. #endif //_axresrc_h_