00001 #if !defined(AFX_OPTIONSDLG_H__0A217994_9D2A_429E_B244_4CD2D8F74A26__INCLUDED_) 00002 #define AFX_OPTIONSDLG_H__0A217994_9D2A_429E_B244_4CD2D8F74A26__INCLUDED_ 00003 00004 #if _MSC_VER > 1000 00005 #pragma once 00006 #endif // _MSC_VER > 1000 00007 // OptionsDlg.h : header file 00008 // 00009 00011 // OptionsDlg dialog 00012 #include "resource.h" 00013 00014 class OptionsDlg : public CDialog 00015 { 00016 // Construction 00017 public: 00018 OptionsDlg(CWnd* pParent = NULL); // standard constructor 00019 //CString m_defName; 00020 void doInit(); 00021 00022 // Dialog Data 00023 //{{AFX_DATA(OptionsDlg) 00024 enum { IDD = IDD_DIALOG2 }; 00025 CButton m_ctrlVersion60; 00026 CButton m_ctrlButton3; 00027 CButton m_ctrlButton4; 00028 CEdit m_ctrlVisitorSource; 00029 CEdit m_ctrlVisitorHeader; 00030 CButton m_ctrlButton5; 00031 CEdit m_ctrlPrevHeaderName; 00032 CString m_headerName; 00033 CString m_sourceName; 00034 CString m_visitorHeaderName; 00035 CString m_visitorSourceName; 00036 CString m_prevHeaderName; 00037 CString m_namespaceName; 00038 BOOL m_bVisitor; 00039 BOOL m_bParse; 00040 BOOL m_bInit; 00041 BOOL m_bFinalize; 00042 BOOL m_bAcceptTrave; 00043 BOOL m_bAcceptSpeci; 00044 int m_whichStyle; 00045 BOOL m_version60; 00046 int m_visitorSignature; 00047 CButton m_ctrlSpAccRetVoid; 00048 CButton m_ctrlSpAccRetBool; 00049 int m_specAcceptRetVal; 00050 int m_methodOfOutput; 00051 //}}AFX_DATA 00052 00053 00054 // Overrides 00055 // ClassWizard generated virtual function overrides 00056 //{{AFX_VIRTUAL(OptionsDlg) 00057 protected: 00058 virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support 00059 //}}AFX_VIRTUAL 00060 00061 // Implementation 00062 protected: 00063 00064 // Generated message map functions 00065 //{{AFX_MSG(OptionsDlg) 00066 afx_msg void OnButton1(); 00067 afx_msg void OnButton2(); 00068 afx_msg void OnButton3(); 00069 afx_msg void OnButton4(); 00070 afx_msg void OnButton5(); 00071 virtual BOOL OnInitDialog(); 00072 afx_msg void OnCheck5(); 00073 afx_msg void OnCheck34(); 00074 afx_msg void OnRadio1(); 00075 afx_msg void OnRadio2(); 00076 afx_msg void OnRadio3(); 00077 //}}AFX_MSG 00078 DECLARE_MESSAGE_MAP() 00079 public: 00080 afx_msg void OnBnClickedCheck6(); 00081 }; 00082 00083 //{{AFX_INSERT_LOCATION}} 00084 // Microsoft Visual C++ will insert additional declarations immediately before the previous line. 00085 00086 #endif // !defined(AFX_OPTIONSDLG_H__0A217994_9D2A_429E_B244_4CD2D8F74A26__INCLUDED_)