Source code of Windows XP (NT5)
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.

39 lines
1.1 KiB

  1. // NewKeyInfoDlg.h : header file
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. // CNewKeyInfoDlg dialog
  5. class CNewKeyInfoDlg : public CDialog
  6. {
  7. // Construction
  8. public:
  9. CNewKeyInfoDlg(CWnd* pParent = NULL); // standard constructor
  10. CString m_szRequestFile;
  11. BOOL m_fNewKeyInfo; // is this for a new key, or a key renewal? - defaults to new key
  12. // Dialog Data
  13. //{{AFX_DATA(CNewKeyInfoDlg)
  14. enum { IDD = IDD_NEW_KEY_INFO };
  15. CString m_szFilePart;
  16. CString m_szBase;
  17. //}}AFX_DATA
  18. // Overrides
  19. // ClassWizard generated virtual function overrides
  20. //{{AFX_VIRTUAL(CNewKeyInfoDlg)
  21. protected:
  22. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  23. //}}AFX_VIRTUAL
  24. // Implementation
  25. protected:
  26. BOOL OnInitDialog( ); // override virtual oninitdialog
  27. // Generated message map functions
  28. //{{AFX_MSG(CNewKeyInfoDlg)
  29. //}}AFX_MSG
  30. DECLARE_MESSAGE_MAP()
  31. };