// LoadDlg.h : header file // ///////////////////////////////////////////////////////////////////////////// // CDicomNewDlg dialog class CDicomNewDlg : public CDialog { // Construction public: CDicomNewDlg(CWnd* pParent = NULL); // standard constructor L_UINT32 m_nClass; L_UINT16 m_nFlags; // Dialog Data //{{AFX_DATA(CDicomNewDlg) enum { IDD = IDD_NEW_DIALOG }; CButton m_TSLittleEndian; CButton m_TSBigEndian; CButton m_VRImplicit; CButton m_VRExplicit; CListBox m_Class; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CDicomNewDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: HICON m_hIcon; // Generated message map functions //{{AFX_MSG(CDicomNewDlg) virtual BOOL OnInitDialog(); virtual void OnOK(); afx_msg void OnTsBigendian(); afx_msg void OnTsLittleendian(); afx_msg void OnVrExplicit(); afx_msg void OnVrImplicit(); afx_msg void OnDblclkClass(); //}}AFX_MSG DECLARE_MESSAGE_MAP() };