mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-09 01:18:00 +00:00
16a59b5972
I continue to believe that there's nothing I can (or should) do about the fact that on Windows, Pageant's async passphrase prompt dialog box doesn't automatically get the input focus when it pops up in response to a request received via invisible IPC. However, one thing I can do is add some text to the box that _warns_ people about it, so that at least there's some kind of suggestion that you should get into the habit of clicking on the passphrase prompt before typing your passphrase into it. (I would be less concerned about all of this if it weren't for the fact that focus is surprisingly non-obvious on Windows 10, at least on the machine I have here. When the window doesn't have focus, the title bar has the same background colour, and only the text is fainter. And perhaps more confusingly, the cursor in the edit box still flashes! That fooled _me_ a few times to begin with.)
34 lines
820 B
C
Executable File
34 lines
820 B
C
Executable File
/*
|
|
* Constant definitions for the Pageant resource file.
|
|
*/
|
|
|
|
#define IDI_MAINICON 200
|
|
#define IDI_TRAYICON 201
|
|
|
|
#define IDD_KEYLIST 211
|
|
#define IDD_LOAD_PASSPHRASE 210
|
|
#define IDD_ONDEMAND_PASSPHRASE 212
|
|
#define IDD_ABOUT 213
|
|
#define IDD_LICENCE 214
|
|
|
|
#define IDC_PASSPHRASE_STATIC1 100
|
|
#define IDC_PASSPHRASE_FINGERPRINT 101
|
|
#define IDC_PASSPHRASE_STATIC2 102
|
|
#define IDC_PASSPHRASE_STATIC3 103
|
|
#define IDC_PASSPHRASE_EDITBOX 104
|
|
|
|
#define IDC_KEYLIST_LISTBOX 100
|
|
#define IDC_KEYLIST_ADDKEY 101
|
|
#define IDC_KEYLIST_ADDKEY_ENC 110
|
|
#define IDC_KEYLIST_REENCRYPT 106
|
|
#define IDC_KEYLIST_REMOVE 102
|
|
#define IDC_KEYLIST_HELP 103
|
|
#define IDC_KEYLIST_FPTYPE_STATIC 104
|
|
#define IDC_KEYLIST_FPTYPE 105
|
|
|
|
#define IDC_ABOUT_LICENCE 101
|
|
#define IDC_ABOUT_WEBSITE 102
|
|
#define IDC_ABOUT_TEXTBOX 1000
|
|
|
|
#define IDC_LICENCE_TEXTBOX 1000
|