// LoadODlg.h : header file // ///////////////////////////////////////////////////////////////////////////// // CLoadOptDlg dialog class CLoadOptDlg : public CDialog { // Construction public: CLoadOptDlg(CWnd* pParent = NULL); // standard constructor short m_nFlags; short m_nVR; short m_nTransfer; short m_nMeta; // Dialog Data //{{AFX_DATA(CLoadOptDlg) enum { IDD = IDD_LOADOPT }; // NOTE: the ClassWizard will add data members here //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CLoadOptDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CLoadOptDlg) virtual BOOL OnInitDialog(); afx_msg void OnRadio1(); afx_msg void OnRadio2(); afx_msg void OnRadio3(); afx_msg void OnRadio4(); afx_msg void OnRadio5(); afx_msg void OnRadio6(); afx_msg void OnRadio7(); afx_msg void OnRadio8(); afx_msg void OnRadio9(); //}}AFX_MSG DECLARE_MESSAGE_MAP() };