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.

97 lines
2.6 KiB

  1. /*++
  2. Copyright (C) 1996-1999 Microsoft Corporation
  3. Module Name:
  4. resource.h
  5. Abstract:
  6. Resource ID definitions.
  7. --*/
  8. #ifndef _RESOURCE_H_
  9. #define _RESOURCE_H_
  10. #define IDR_ICON 1
  11. #define IDR_PERFMON_ICON 2
  12. #define IDD_EDITDIALOG 1
  13. #define ID_UNDO 100
  14. #define ID_COLORBACK 101
  15. #define ID_COLORLINE 102
  16. #define ID_GROUPCOLORS 103
  17. #define ID_GROUPPREVIEW 104
  18. #define ID_GROUPSTYLES 105
  19. #define ID_GROUPFIGURE 106
  20. #define ID_POLYLINERECT 107
  21. #define ID_POLYLINE 108
  22. #define ID_LINEMIN 200
  23. #define ID_LINESOLID 200 //(ID_LINEMIN+PS_SOLID)
  24. #define ID_LINEDASH 201 //(ID_LINEMIN+PS_DASH)
  25. #define ID_LINEDOT 202 //(ID_LINEMIN+PS_DOT)
  26. #define ID_LINEDASHDOT 203 //(ID_LINEMIN+PS_DASHDOT)
  27. #define ID_LINEDASHDOTDOT 204 //(ID_LINEMIN+PS_DASHDOTDOT)
  28. #define ID_SMONACCEL 1
  29. #define IDM_CONTEXT 1 // Context menu items
  30. #define IDM_PROPERTIES 2
  31. #define IDM_ADDCOUNTERS 3
  32. #define IDM_SAVEAS 4
  33. #define IDM_SAVEDATA 5
  34. #define IDM_REPORT_COPY 5 // Report context menu items
  35. #define IDM_REPORT_COPYALL 6
  36. #define IDM_REPORT_DELETE 7
  37. #define IDM_HIGHLITE 10 // Accelerator Keys
  38. #define IDM_UPDATE 11
  39. #define IDM_DELETE 12
  40. #define IDC_SNAPBTN 1 // Snapshot button
  41. #define IDB_SNAPBTN 1 // SnapShot button bitmap
  42. #define IDB_TOOLBAR 2 // toolbar bitmap
  43. #define IDC_CURS_NS 1000
  44. #define IDC_CURS_WE 1001
  45. #define IDC_CURS_NWSE 1002
  46. #define IDC_CURS_NESW 1003
  47. #define IDC_CURS_MOVE 1004
  48. #define IDC_CURS_MIN 1000
  49. #define IDC_CURS_MAX 1004
  50. #define IDC_STATIC 1005
  51. //Message to close the dialog
  52. #define POLYM_CLOSE (WM_USER+1000)
  53. // toolbar id's
  54. #define IDM_TOOLBAR 20
  55. #define IDM_TB_NEW 21
  56. #define IDM_TB_CLEAR 22
  57. #define IDM_TB_REALTIME 23
  58. #define IDM_TB_LOGFILE 24
  59. #define IDM_TB_CHART 25
  60. #define IDM_TB_HISTOGRAM 26
  61. #define IDM_TB_REPORT 27
  62. #define IDM_TB_ADD 28
  63. #define IDM_TB_DELETE 29
  64. #define IDM_TB_HIGHLIGHT 30
  65. #define IDM_TB_COPY 31
  66. #define IDM_TB_PASTE 32
  67. #define IDM_TB_PROPERTIES 33
  68. #define IDM_TB_FREEZE 34
  69. #define IDM_TB_UPDATE 35
  70. #define IDM_TB_HELP 36
  71. #define IDD_SAVEDATA_DLG 8000
  72. #define IDC_SAVEDATA_EDIT 8001
  73. #define TB_NUM_BITMAPS (DWORD)((IDM_TB_HELP - IDM_TB_NEW) + 1)
  74. #include "strids.h"
  75. #endif //_RESOURCE_H_