// LoadDlg.h : header file // ///////////////////////////////////////////////////////////////////////////// // CDicomLoadDlg dialog class CDicomLoadDlg : public CDialog { // Construction public: CDicomLoadDlg(CWnd* pParent = NULL); // standard constructor L_UINT16 m_nFlags; // Dialog Data //{{AFX_DATA(CDicomLoadDlg) enum { IDD = IDD_LOAD_DIALOG }; CButton m_MetaheaderPresent; CButton m_MetaheaderAbsent; CButton m_MetaheaderAutodetect; CButton m_TSLittleEndian; CButton m_TSBigEndian; CButton m_TSAutodetect; CButton m_VRImplicit; CButton m_VRExplicit; CButton m_VRAutodetect; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CDicomLoadDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: HICON m_hIcon; // Generated message map functions //{{AFX_MSG(CDicomLoadDlg) virtual BOOL OnInitDialog(); virtual void OnOK(); afx_msg void OnMetaheaderAbsent(); afx_msg void OnMetaheaderAutodetect(); afx_msg void OnMetaheaderPresent(); afx_msg void OnTsBigendian(); afx_msg void OnTsAutodetect(); afx_msg void OnTsLittleendian(); afx_msg void OnVrAutodetect(); afx_msg void OnVrExplicit(); afx_msg void OnVrImplicit(); //}}AFX_MSG DECLARE_MESSAGE_MAP() };