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.

15 lines
373 B

  1. #include <windows.h>
  2. #define IDD_SIGNON 100
  3. #define IDD_VALUES 200
  4. #define IDB_HELP 666
  5. #define IDS_PATH IDD_SIGNON+1
  6. #define IDV_LABEL_MTTF IDD_VALUES+1
  7. #define IDV_MTTF IDD_VALUES+2
  8. #define IDV_LABEL_NAMES IDD_VALUES+3
  9. #define IDV_NAMES IDD_VALUES+4
  10. #define IDV_LABEL_PERIOD IDD_VALUES+5
  11. #define IDV_PERIOD IDD_VALUES+6