// InEleDlg.h : header file // ///////////////////////////////////////////////////////////////////////////// // CInsElementDlg dialog //{{AFX_INCLUDES() //}}AFX_INCLUDES class CInsElementDlg : public CDialog { // Construction public: CInsElementDlg(CWnd* pParent = NULL); // standard constructor long m_lTagCode; BOOL m_bChild; BOOL m_bSequence; ILEADDicomDS *m_pLEADDicomDS; // Dialog Data //{{AFX_DATA(CInsElementDlg) enum { IDD = IDD_INSERTELEMENT }; CComboBox m_Combo1; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CInsElementDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CInsElementDlg) virtual BOOL OnInitDialog(); afx_msg void OnCheck1(); afx_msg void OnCheck2(); afx_msg void OnSelchangeCombo1(); //}}AFX_MSG DECLARE_MESSAGE_MAP() };