// DlgOpt.h: interface for the CDlgUpdateOptions class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_DLGOPT_H__50A6C4E1_FEA2_11D1_A246_006097671DC9__INCLUDED_) #define AFX_DLGOPT_H__50A6C4E1_FEA2_11D1_A246_006097671DC9__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 #include "_Project.h" /* ======================================================================================= CDlgUpdateOptions dialog ======================================================================================= */ class CDlgUpdateOptions : public CDialog { // Construction public: CDlgUpdateOptions(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CUpdateOptionsDlg) enum { IDD = IDD_DIALOG_UPDATEOPTIONS }; // NOTE: the ClassWizard will add data members here //}}AFX_DATA // Implementation protected: // Generated message map functions //{{AFX_MSG(CDlgUpdateOptions) virtual BOOL OnInitDialog(); virtual void OnOK(); afx_msg void OnCheckUseBinaryData(); afx_msg void OnCheckAskAtEachTime(); //afx_msg BOOL OnCheckSavePrgPreferences(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; #endif // !defined(AFX_DLGOPT_H__50A6C4E1_FEA2_11D1_A246_006097671DC9__INCLUDED_)