Umasoft
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
ProjectionDlg.h
1 //
2 // ProjectionDlg.h
3 //
4 // Copyright (c) 2001 Virtual Terrain Project
5 // Free for all uses, see license.txt for details.
6 //
7 
8 #if !defined(AFX_PROJECTIONDLG_H__32ADECCD_44EB_450B_99E2_951275987AB1__INCLUDED_)
9 #define AFX_PROJECTIONDLG_H__32ADECCD_44EB_450B_99E2_951275987AB1__INCLUDED_
10 
11 #if _MSC_VER > 1000
12 #pragma once
13 #endif // _MSC_VER > 1000
14 // ProjectionDlg.h : header file
15 //
16 
18 // CProjectionDlg dialog
19 
20 class CProjectionDlg : public CDialog
21 {
22 // Construction
23 public:
24  CProjectionDlg(CWnd* pParent = NULL); // standard constructor
25 
26 // Dialog Data
27  //{{AFX_DATA(CProjectionDlg)
28  enum { IDD = IDD_ZONEDLG };
29  CComboBox m_Projection;
30  CEdit m_pcZone;
31  int m_iZone;
32  int m_iProjection;
33  //}}AFX_DATA
34 
35 
36 // Overrides
37  // ClassWizard generated virtual function overrides
38  //{{AFX_VIRTUAL(CProjectionDlg)
39  protected:
40  virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
41  //}}AFX_VIRTUAL
42 
43 // Implementation
44 protected:
45 
46  // Generated message map functions
47  //{{AFX_MSG(CProjectionDlg)
48  virtual BOOL OnInitDialog();
49  afx_msg void OnSelchangeProjection();
50  //}}AFX_MSG
51  DECLARE_MESSAGE_MAP()
52 };
53 
54 //{{AFX_INSERT_LOCATION}}
55 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
56 
57 #endif // !defined(AFX_PROJECTIONDLG_H__32ADECCD_44EB_450B_99E2_951275987AB1__INCLUDED_)