pageant-rc.h 820 B

12345678910111213141516171819202122232425262728293031323334
  1. /*
  2. * Constant definitions for the Pageant resource file.
  3. */
  4. #define IDI_MAINICON 200
  5. #define IDI_TRAYICON 201
  6. #define IDD_KEYLIST 211
  7. #define IDD_LOAD_PASSPHRASE 210
  8. #define IDD_ONDEMAND_PASSPHRASE 212
  9. #define IDD_ABOUT 213
  10. #define IDD_LICENCE 214
  11. #define IDC_PASSPHRASE_STATIC1 100
  12. #define IDC_PASSPHRASE_FINGERPRINT 101
  13. #define IDC_PASSPHRASE_STATIC2 102
  14. #define IDC_PASSPHRASE_STATIC3 103
  15. #define IDC_PASSPHRASE_EDITBOX 104
  16. #define IDC_KEYLIST_LISTBOX 100
  17. #define IDC_KEYLIST_ADDKEY 101
  18. #define IDC_KEYLIST_ADDKEY_ENC 110
  19. #define IDC_KEYLIST_REENCRYPT 106
  20. #define IDC_KEYLIST_REMOVE 102
  21. #define IDC_KEYLIST_HELP 103
  22. #define IDC_KEYLIST_FPTYPE_STATIC 104
  23. #define IDC_KEYLIST_FPTYPE 105
  24. #define IDC_ABOUT_LICENCE 101
  25. #define IDC_ABOUT_WEBSITE 102
  26. #define IDC_ABOUT_TEXTBOX 1000
  27. #define IDC_LICENCE_TEXTBOX 1000