FS2_Open
Open source remastering of the Freespace 2 engine
adjustgriddlg.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) Volition, Inc. 1999. All rights reserved.
3  *
4  * All source code herein is the property of Volition, Inc. You may not sell
5  * or otherwise commercially exploit the source or things you created based on the
6  * source.
7  *
8 */
9 
10 
11 
13 // adjust_grid_dlg dialog
14 
15 class adjust_grid_dlg : public CDialog
16 {
17 // Construction
18 public:
19  void OnOK();
20  adjust_grid_dlg(CWnd* pParent = NULL); // standard constructor
21 
22 // Dialog Data
23  //{{AFX_DATA(adjust_grid_dlg)
24  enum { IDD = IDD_ADJUST_GRID };
25  CSpinButtonCtrl m_spinz;
26  CSpinButtonCtrl m_spiny;
27  CSpinButtonCtrl m_spinx;
28  int m_x;
29  int m_y;
30  int m_z;
31  //}}AFX_DATA
32 
33 // Overrides
34  // ClassWizard generated virtual function overrides
35  //{{AFX_VIRTUAL(adjust_grid_dlg)
36  protected:
37  virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
38  //}}AFX_VIRTUAL
39 
40 // Implementation
41 protected:
42 
43  // Generated message map functions
44  //{{AFX_MSG(adjust_grid_dlg)
45  virtual BOOL OnInitDialog();
46  afx_msg void OnXyPlane();
47  afx_msg void OnXzPlane();
48  afx_msg void OnYzPlane();
49  //}}AFX_MSG
50  DECLARE_MESSAGE_MAP()
51 };
virtual BOOL OnInitDialog()
CSpinButtonCtrl m_spinz
Definition: adjustgriddlg.h:25
virtual void DoDataExchange(CDataExchange *pDX)
#define IDD_ADJUST_GRID
Definition: resource.h:78
CSpinButtonCtrl m_spiny
Definition: adjustgriddlg.h:26
afx_msg void OnYzPlane()
int BOOL
Definition: config.h:80
CSpinButtonCtrl m_spinx
Definition: adjustgriddlg.h:27
adjust_grid_dlg(CWnd *pParent=NULL)
afx_msg void OnXyPlane()
afx_msg void OnXzPlane()