FS2_Open
Open source remastering of the Freespace 2 engine
customwingnames.h
Go to the documentation of this file.
1 #if !defined(AFX_USTOMWINGNAME_H__D30D7519_D2C9_4907_8D87_EDB690B30608__INCLUDED_)
2 #define AFX_USTOMWINGNAME_H__D30D7519_D2C9_4907_8D87_EDB690B30608__INCLUDED_
3 
4 #if _MSC_VER > 1000
5 #pragma once
6 #endif // _MSC_VER > 1000
7 // CustomWingNames.h : header file
8 //
9 
11 // CustomWingNames dialog
12 
13 class CustomWingNames : public CDialog
14 {
15 // Construction
16 public:
17  CustomWingNames(CWnd* pParent = NULL); // standard constructor
18  int query_modified();
19  void OnOK();
20  void OnCancel();
21 
22 // Dialog Data
23  //{{AFX_DATA(CustomWingNames)
25  CString m_squadron_1;
26  CString m_squadron_2;
27  CString m_squadron_3;
28  CString m_squadron_4;
29  CString m_squadron_5;
30  CString m_starting_1;
31  CString m_starting_2;
32  CString m_starting_3;
33  CString m_tvt_1;
34  CString m_tvt_2;
35  //}}AFX_DATA
36 
37 
38 // Overrides
39  // ClassWizard generated virtual function overrides
40  //{{AFX_VIRTUAL(CustomWingNames)
41  protected:
42  virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
43  //}}AFX_VIRTUAL
44 
45 // Implementation
46 protected:
47 
48  // Generated message map functions
49  //{{AFX_MSG(CustomWingNames)
50  virtual BOOL OnInitDialog();
51  afx_msg void OnClose();
52  //}}AFX_MSG
53  DECLARE_MESSAGE_MAP()
54 };
55 
56 //{{AFX_INSERT_LOCATION}}
57 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
58 
59 #endif // !defined(AFX_USTOMWINGNAME_H__D30D7519_D2C9_4907_8D87_EDB690B30608__INCLUDED_)
CustomWingNames(CWnd *pParent=NULL)
#define IDD_CUSTOM_WING_NAMES
Definition: resource.h:101
virtual BOOL OnInitDialog()
int BOOL
Definition: config.h:80
virtual void DoDataExchange(CDataExchange *pDX)
afx_msg void OnClose()