593 |
SendDlgItemMessage (dlg, IDC_CKEYGEN_ALG, CB_SETCURSEL, 0, 0); |
SendDlgItemMessage (dlg, IDC_CKEYGEN_ALG, CB_SETCURSEL, 0, 0); |
594 |
SetFocus (GetDlgItem (dlg, IDC_CKEYGEN_NAME)); |
SetFocus (GetDlgItem (dlg, IDC_CKEYGEN_NAME)); |
595 |
SetForegroundWindow (dlg); |
SetForegroundWindow (dlg); |
596 |
|
SetDlgItemText (dlg, IDC_CKEYGEN_NAMEINF, _("&Name")); |
597 |
|
SetDlgItemText (dlg, IDC_CKEYGEN_CMTINF, _("&Comment (optional)")); |
598 |
|
SetDlgItemText (dlg, IDC_CKEYGEN_EXPDATEINF, _("&Expire date")); |
599 |
|
SetDlgItemText (dlg, IDC_CKEYGEN_PWDINF, _("Off-card passphrase")); |
600 |
|
SetDlgItemText (dlg, IDC_CKEYGEN_NEVER, _("&Never")); |
601 |
|
SetDlgItemText (dlg, IDC_CKEYGEN_MAILINF, _("Email &address")); |
602 |
|
SetWindowText (dlg, _("Card Key Generation")); |
603 |
return FALSE; |
return FALSE; |
604 |
|
|
605 |
case WM_SYSCOMMAND: |
case WM_SYSCOMMAND: |
770 |
CheckDlgButton (dlg, IDC_CHPIN_HIDE, BST_CHECKED); |
CheckDlgButton (dlg, IDC_CHPIN_HIDE, BST_CHECKED); |
771 |
center_window (dlg, NULL); |
center_window (dlg, NULL); |
772 |
CheckDlgButton (dlg, IDC_CHPIN_ISWORK, BST_CHECKED); |
CheckDlgButton (dlg, IDC_CHPIN_ISWORK, BST_CHECKED); |
773 |
|
SetWindowText (dlg, _("Change Card PIN")); |
774 |
SetForegroundWindow (dlg); |
SetForegroundWindow (dlg); |
775 |
break; |
break; |
776 |
|
|