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.

31 lines
1.1 KiB

  1. #ifndef __BASECSP__RESOURCE__H
  2. #define __BASECSP__RESOURCE__H
  3. #define IDS_BASECSP 3
  4. #define IDS_CSP_STRING1 4
  5. #define IDS_CSP_STRING2 5
  6. #define IDS_PINDIALOG_NEWPIN_MISMATCH 6
  7. #define IDS_PINDIALOG_MSGBOX_TITLE 7
  8. #define IDS_PINDIALOG_WRONG_PIN 8
  9. #define IDS_PINDIALOG_PIN_RETRIES 9
  10. #define IDC_MYICON 10
  11. #define IDC_BUTTONOPTIONS 12
  12. #define IDS_APP_TITLE 103
  13. #define IDM_ABOUT 104
  14. #define IDM_EXIT 105
  15. #define IDS_HELLO 106
  16. #define IDI_TESTPINDLG 107
  17. #define IDI_SMALL 108
  18. #define IDC_TESTPINDLG 109
  19. #define IDR_MAINFRAME 128
  20. #define IDD_PINDIALOG 129
  21. #define IDB_BITMAP1 134
  22. #define IDC_EDITPIN 1000
  23. #define IDC_EDITNEWPIN 1005
  24. #define IDC_EDITNEWPIN2 1006
  25. #define IDM_USERAUTH 32771
  26. #define IDC_STATIC -1
  27. #endif