#if !defined(AFX_ENCSCUR_H__DF3DA6B4_2128_4BAF_9C12_F57402A97172__INCLUDED_) #define AFX_ENCSCUR_H__DF3DA6B4_2128_4BAF_9C12_F57402A97172__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 // EncScur.h : header file // class CDclientDlg; ///////////////////////////////////////////////////////////////////////////// // CEncryptSecurty dialog class CEncryptSecurty : public CPropertyPage { DECLARE_DYNCREATE(CEncryptSecurty) // Construction public: CEncryptSecurty(); ~CEncryptSecurty(); CDclientDlg * m_pDclientDlg; // Dialog Data //{{AFX_DATA(CEncryptSecurty) enum { IDD = IDD_SECUR_ENCRYPT }; CListCtrl m_lstEncryptKey; CComboBox m_cmbSignAlgrthm; CComboBox m_cmbEncryptAlgrthm; //}}AFX_DATA // Overrides // ClassWizard generate virtual function overrides //{{AFX_VIRTUAL(CEncryptSecurty) public: virtual void OnOK(); protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CEncryptSecurty) virtual BOOL OnInitDialog(); afx_msg void OnEncryptEdit(); afx_msg void OnEncryptGenerate(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Developer Studio will insert additional declarations immediately before the previous line. #endif // !defined(AFX_ENCSCUR_H__DF3DA6B4_2128_4BAF_9C12_F57402A97172__INCLUDED_)