#if !defined(AFX_REGEDITTEXTDLG_H__62B95B3C_D2B0_4904_83DF_C67CDDC3799F__INCLUDED_) #define AFX_REGEDITTEXTDLG_H__62B95B3C_D2B0_4904_83DF_C67CDDC3799F__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // RegeditTextDlg.h : header file // ///////////////////////////////////////////////////////////////////////////// // CRegeditTextDlg dialog class CRegeditTextDlg : public CDialog { // Construction public: CRegeditTextDlg(CWnd* pParent = NULL); // standard constructor void EnableKey(); void EnablePath(); bool EPath; bool EKey; bool isOK; bool isDWORD; //ÊÇ·ñΪDWORDÖµ // Dialog Data //{{AFX_DATA(CRegeditTextDlg) enum { IDD = IDD_DLG_REGEDIT_TEXT }; CString m_strName; CString m_strValue; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CRegeditTextDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CRegeditTextDlg) virtual void OnOK(); virtual BOOL OnInitDialog(); afx_msg void OnChangeEditDate(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_REGEDITTEXTDLG_H__62B95B3C_D2B0_4904_83DF_C67CDDC3799F__INCLUDED_)