1 // DlgIsos.h : header file
2 //
3 
4 #include "stdafx.h"
5 
6 #if !defined(AFX_DLGISOS_H__AD159C33_9EDC_11D1_A47D_00C095ECDA78__INCLUDED_)
7 #define AFX_DLGISOS_H__AD159C33_9EDC_11D1_A47D_00C095ECDA78__INCLUDED_
8 
9 #if _MSC_VER >= 1000
10 #pragma once
11 #endif // _MSC_VER >= 1000
12 
13 /////////////////////////////////////////////////////////////////////////////
14 // DlgIsos dialog
15 
16 class DlgIsos : public CDialog
17 {
18 // Construction
19 public:
20 	DlgIsos(CWnd* pParent,
21 			int nisou,
22 			int nisov);   // standard constructor
23 
24 // Dialog Data
25 	//{{AFX_DATA(DlgIsos)
26 	enum { IDD = IDD_ISOS };
27 	int		m_isou;
28 	int		m_isov;
29 	//}}AFX_DATA
30 
31 
32 // Overrides
33 	// ClassWizard generated virtual function overrides
34 	//{{AFX_VIRTUAL(DlgIsos)
35 	protected:
36 	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
37 	//}}AFX_VIRTUAL
38 
39 // Implementation
40 protected:
41 
42 	// Generated message map functions
43 	//{{AFX_MSG(DlgIsos)
44 		// NOTE: the ClassWizard will add member functions here
45 	//}}AFX_MSG
46 	DECLARE_MESSAGE_MAP()
47 };
48 
49 //{{AFX_INSERT_LOCATION}}
50 // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
51 
52 #endif // !defined(AFX_DLGISOS_H__AD159C33_9EDC_11D1_A47D_00C095ECDA78__INCLUDED_)
53