#if !defined(AFX_EDITKEY_H__5148469D_CD02_4D99_A0A4_03E3A8215483__INCLUDED_) #define AFX_EDITKEY_H__5148469D_CD02_4D99_A0A4_03E3A8215483__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 // EditKey.h : header file // ///////////////////////////////////////////////////////////////////////////// // CEditKey dialog class CEditKey : public CDialog { // Construction public: CEditKey(CString csText, CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CEditKey) enum { IDD = IDD_EDIT_KEY }; CString m_csKey; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CEditKey) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CEditKey) afx_msg void OnChangeEditKey(); virtual void OnOK(); virtual BOOL OnInitDialog(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Developer Studio will insert additional declarations immediately before the previous line. #endif // !defined(AFX_EDITKEY_H__5148469D_CD02_4D99_A0A4_03E3A8215483__INCLUDED_)