#if !defined(AFX_CRSIGDLG_H__F5015B16_7E5C_4B11_90BA_E501D45AB81B__INCLUDED_) #define AFX_CRSIGDLG_H__F5015B16_7E5C_4B11_90BA_E501D45AB81B__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // CrSigDlg.h : header file // ///////////////////////////////////////////////////////////////////////////// // CCreateSignatureDlg dialog class CCreateSignatureDlg : public CDialog { // Construction public: CCreateSignatureDlg(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CCreateSignatureDlg) enum { IDD = IDD_CREATE_SIGNATURE }; CString m_sPrivateKey; CString m_sDigitalCertificate; CString m_sPassword; CString m_sSignedDataSet; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CCreateSignatureDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CCreateSignatureDlg) virtual BOOL OnInitDialog(); afx_msg void OnChangeEditPrivateKey(); afx_msg void OnChangeEditDigitalCertificate(); afx_msg void OnChangeEditSignedDataSet(); afx_msg void OnButtonBrowsePrivateKey(); afx_msg void OnButtonBrowseDigitalCertificate(); afx_msg void OnButtonBrowseSignedDataSet(); virtual void OnOK(); //}}AFX_MSG DECLARE_MESSAGE_MAP() private: void UpdateOkButtonState(); }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_CRSIGDLG_H__F5015B16_7E5C_4B11_90BA_E501D45AB81B__INCLUDED_)