22 |
#endif |
#endif |
23 |
|
|
24 |
#include <windows.h> |
#include <windows.h> |
|
#include <windows.h> |
|
25 |
|
|
26 |
#include "resource.h" |
#include "resource.h" |
27 |
#include "wptW32API.h" |
#include "wptW32API.h" |
52 |
else |
else |
53 |
s = _("Please enter the PIN"); |
s = _("Please enter the PIN"); |
54 |
SetDlgItemText (dlg, IDC_PIN_HIDE, _("&Hide Typing")); |
SetDlgItemText (dlg, IDC_PIN_HIDE, _("&Hide Typing")); |
55 |
|
SetDlgItemText (dlg, IDCANCEL, _("&Cancel")); |
56 |
CheckDlgButton (dlg, IDC_PIN_HIDE, BST_CHECKED); |
CheckDlgButton (dlg, IDC_PIN_HIDE, BST_CHECKED); |
57 |
SetDlgItemText (dlg, IDC_PIN_INFO, s); |
SetDlgItemText (dlg, IDC_PIN_INFO, s); |
58 |
center_window (dlg, NULL); |
center_window (dlg, NULL); |
59 |
SetFocus( GetDlgItem (dlg, IDC_PIN_VALUE )); |
SetFocus (GetDlgItem (dlg, IDC_PIN_VALUE )); |
60 |
SetForegroundWindow (dlg); |
SetForegroundWindow (dlg); |
61 |
return FALSE; |
return FALSE; |
62 |
|
|