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.

58 lines
1.9 KiB

  1. #ifndef _STR_NO_LOC_H_
  2. #define _STR_NO_LOC_H_
  3. class CGlobalString {
  4. public:
  5. CGlobalString() {};
  6. ~CGlobalString() {};
  7. static LPCWSTR m_cszVersion;
  8. static LPCWSTR m_cszLogType;
  9. static LPCWSTR m_cszExtentX;
  10. static LPCWSTR m_cszExtentY;
  11. static LPCWSTR m_cszDisplayType;
  12. static LPCWSTR m_cszReportValueType;
  13. static LPCWSTR m_cszMaximumScale;
  14. static LPCWSTR m_cszMinimumScale;
  15. static LPCWSTR m_cszAppearance;
  16. static LPCWSTR m_cszBorderStyle;
  17. static LPCWSTR m_cszShowLegend;
  18. static LPCWSTR m_cszShowToolBar;
  19. static LPCWSTR m_cszShowValueBar;
  20. static LPCWSTR m_cszShowScaleLabels;
  21. static LPCWSTR m_cszShowHorizontalGrid;
  22. static LPCWSTR m_cszShowVerticalGrid;
  23. static LPCWSTR m_cszHighLight;
  24. static LPCWSTR m_cszManualUpdate;
  25. static LPCWSTR m_cszReadOnly;
  26. static LPCWSTR m_cszMonitorDuplicateInstance;
  27. static LPCWSTR m_cszUpdateInterval;
  28. static LPCWSTR m_cszDisplayFilter;
  29. static LPCWSTR m_cszBackColorCtl;
  30. static LPCWSTR m_cszBackColor;
  31. static LPCWSTR m_cszForeColor;
  32. static LPCWSTR m_cszGridColor;
  33. static LPCWSTR m_cszTimeBarColor;
  34. static LPCWSTR m_cszGraphTitle;
  35. static LPCWSTR m_cszYAxisLabel;
  36. static LPCWSTR m_cszSqlDsnName;
  37. static LPCWSTR m_cszSqlLogSetName;
  38. static LPCWSTR m_cszLogViewStart;
  39. static LPCWSTR m_cszLogViewStop;
  40. static LPCWSTR m_cszDataSourceType;
  41. static LPCWSTR m_cszAmbientFont;
  42. static LPCWSTR m_cszNextCounterColor;
  43. static LPCWSTR m_cszNextCounterWidth;
  44. static LPCWSTR m_cszLogFileName;
  45. static LPCWSTR m_cszLogFileCount;
  46. static LPCWSTR m_cszCounterCount;
  47. static LPCWSTR m_cszMaximumSamples;
  48. static LPCWSTR m_cszSampleCount;
  49. static LPCWSTR m_cszSampleIndex;
  50. static LPCWSTR m_cszStepNumber;
  51. static LPCWSTR m_cszSelected;
  52. static LPCWSTR m_cszNextCounterLineStyle;
  53. static LPCWSTR m_cszCounter;
  54. static LPCWSTR m_cszLogNameFormat;
  55. };
  56. #endif