#if !defined(AFX_SEGMENTINFO_H__858FB255_1252_4EC2_BB23_E0B94F767BC2__INCLUDED_) #define AFX_SEGMENTINFO_H__858FB255_1252_4EC2_BB23_E0B94F767BC2__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // SegmentInfo.h : header file // ///////////////////////////////////////////////////////////////////////////// // CSegmentInfoDlg dialog class CSegmentInfoDlg : public CDialog { // Construction public: CSegmentInfoDlg(CWnd* pParent = NULL); // standard constructor CSegDemoView::SEGMENTINFO *m_pSegInfo; // Dialog Data //{{AFX_DATA(CSegmentInfoDlg) enum { IDD = IDD_SEGMENT_INFO }; UINT m_uBottom; UINT m_uLeft; UINT m_uRight; UINT m_uTop; CString m_edtType; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CSegmentInfoDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CSegmentInfoDlg) virtual BOOL OnInitDialog(); virtual void OnOK(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_SEGMENTINFO_H__858FB255_1252_4EC2_BB23_E0B94F767BC2__INCLUDED_)