// xdaunlockDlg.h : header file // #if !defined(AFX_XDAUNLOCKDLG_H__3881694A_81FB_4396_BBFE_36993328A00B__INCLUDED_) #define AFX_XDAUNLOCKDLG_H__3881694A_81FB_4396_BBFE_36993328A00B__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 #include "unlocker.h" ///////////////////////////////////////////////////////////////////////////// // CXdaUnlockDlg dialog class CXdaUnlockDlg : public CDialog { // Construction public: CXdaUnlockDlg(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CXdaUnlockDlg) enum { IDD = IDD_XDAUNLOCK_DIALOG }; CEdit m_cUnlockCode; //}}AFX_DATA // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CXdaUnlockDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: HICON m_hIcon; // Generated message map functions //{{AFX_MSG(CXdaUnlockDlg) virtual BOOL OnInitDialog(); afx_msg void OnButtonGetCode(); afx_msg void OnButtonUnlock(); //}}AFX_MSG DECLARE_MESSAGE_MAP() private: Unlocker m_unlocker; }; //{{AFX_INSERT_LOCATION}} // Microsoft eMbedded Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_XDAUNLOCKDLG_H__3881694A_81FB_4396_BBFE_36993328A00B__INCLUDED_)