#if !defined(AFX_SEGMENTPROPERTIES_H__6B9CE1EE_8D30_4748_85E8_08F45146FD3E__INCLUDED_) #define AFX_SEGMENTPROPERTIES_H__6B9CE1EE_8D30_4748_85E8_08F45146FD3E__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // SegmentProperties.h : header file // ///////////////////////////////////////////////////////////////////////////// // CSegmentProperties dialog class CSegmentProperties : public CDialog { // Construction public: CSegmentProperties(int left, int top, int right, int bottom, int type, CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CSegmentProperties) enum { IDD = IDD_DIALOG_SEGMENTPROPERTIES }; int m_nBottom; int m_nLeft; int m_nRight; CString m_sType; int m_nTop; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CSegmentProperties) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CSegmentProperties) virtual BOOL OnInitDialog(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_SEGMENTPROPERTIES_H__6B9CE1EE_8D30_4748_85E8_08F45146FD3E__INCLUDED_)