// TID_Dialog_Setup dialog ///////////////////////////////////////////////////////////////////////////// #ifndef _IAD_DIALOG_SETUP_ #define _IAD_DIALOG_SETUP_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 #include "IAD_Res.h" class TID_Dialog_Setup : public CDialog { // Construction public: TID_Dialog_Setup(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(TID_Dialog_Setup) enum { IDD = IDD_IAD_SETUP }; // NOTE: the ClassWizard will add data members here //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(TID_Dialog_Setup) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(TID_Dialog_Setup) virtual BOOL OnInitDialog(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; #endif // _IAD_DIALOG_SETUP_