// About.h : header file // ///////////////////////////////////////////////////////////////////////////// // CDicomAbout dialog class CDicomAbout : public CDialog { // Construction public: CDicomAbout(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CDicomAbout) enum { IDD = IDD_ABOUTBOX }; // NOTE: the ClassWizard will add data members here //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CDicomAbout) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: HICON m_hIcon; // Generated message map functions //{{AFX_MSG(CDicomAbout) virtual BOOL OnInitDialog(); //}}AFX_MSG DECLARE_MESSAGE_MAP() };