home *** CD-ROM | disk | FTP | other *** search
- #ifndef __DIALOGLATLON_H__
- #define __DIALOGLATLON_H__
-
- // DialogLatLon.h : header file
- //
-
- /////////////////////////////////////////////////////////////////////////////
- // CDialogLatLon dialog
-
- class CDialogLatLon : public CDialog
- {
- // Construction
- public:
- CDialogLatLon(CWnd* pParent = NULL); // standard constructor
-
- // Dialog Data
- //{{AFX_DATA(CDialogLatLon)
- enum { IDD = IDD_DIALOG_LATLON };
- double m_EastLongitude;
- double m_NorthLatitude;
- double m_SouthLatitude;
- double m_WestLongitude;
- //}}AFX_DATA
-
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CDialogLatLon)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
-
- // Implementation
- protected:
-
- // Generated message map functions
- //{{AFX_MSG(CDialogLatLon)
- // NOTE: the ClassWizard will add member functions here
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
-
- #endif // __DIALOGLATLON_H__
-