view src/win32/LangSelect.h @ 1:f9f4f1b99eed

importing src directory
author Robert McIntyre <rlm@mit.edu>
date Sat, 03 Mar 2012 10:31:27 -0600
parents
children
line wrap: on
line source
1 #if !defined(AFX_LANGSELECT_H__63619E13_A375_4ED4_952F_DCF8998C2914__INCLUDED_)
2 #define AFX_LANGSELECT_H__63619E13_A375_4ED4_952F_DCF8998C2914__INCLUDED_
4 #if _MSC_VER > 1000
5 #pragma once
6 #endif // _MSC_VER > 1000
7 // -*- C++ -*-
8 // LangSelect.h : header file
9 //
11 /////////////////////////////////////////////////////////////////////////////
12 // LangSelect dialog
14 class LangSelect : public CDialog
15 {
16 // Construction
17 public:
18 LangSelect(CWnd*pParent = NULL); // standard constructor
20 // Dialog Data
21 //{{AFX_DATA(LangSelect)
22 enum { IDD = IDD_LANG_SELECT };
23 CEdit m_langString;
24 CStatic m_langName;
25 //}}AFX_DATA
27 // Overrides
28 // ClassWizard generated virtual function overrides
29 //{{AFX_VIRTUAL(LangSelect)
30 protected:
31 virtual void DoDataExchange(CDataExchange*pDX); // DDX/DDV support
32 //}}AFX_VIRTUAL
34 // Implementation
35 protected:
36 // Generated message map functions
37 //{{AFX_MSG(LangSelect)
38 afx_msg void OnCancel();
39 afx_msg void OnOk();
40 virtual BOOL OnInitDialog();
41 //}}AFX_MSG
42 DECLARE_MESSAGE_MAP()
43 };
45 //{{AFX_INSERT_LOCATION}}
46 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
48 #endif // !defined(AFX_LANGSELECT_H__63619E13_A375_4ED4_952F_DCF8998C2914__INCLUDED_)