2 * Copyright (C) Volition, Inc. 1999. All rights reserved.
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
10 * $Logfile: /Freespace2/code/FRED2/AdjustGridDlg.h $
15 * Editor to allow one to change Fred's grid orientation and position.
18 * Revision 1.2 2002/06/09 04:41:12 relnev
19 * added copyright header
21 * Revision 1.1.1.1 2002/05/03 03:28:11 root
25 * 2 10/07/98 6:28p Dave
26 * Initial checkin. Renamed all relevant stuff to be Fred2 instead of
27 * Fred. Globalized mission and campaign file extensions. Removed Silent
28 * Threat specific code.
30 * 1 10/07/98 3:01p Dave
32 * 1 10/07/98 2:59p Dave
34 * 3 8/18/97 10:01p Hoffoss
35 * Improved dialog by graying out fields that don't have any effect on
36 * current plane setting.
38 * 2 8/18/97 9:31p Hoffoss
39 * Added grid adjustment dialog and shield system editor dialog.
44 /////////////////////////////////////////////////////////////////////////////
45 // adjust_grid_dlg dialog
47 class adjust_grid_dlg : public CDialog
52 adjust_grid_dlg(CWnd* pParent = NULL); // standard constructor
55 //{{AFX_DATA(adjust_grid_dlg)
56 enum { IDD = IDD_ADJUST_GRID };
57 CSpinButtonCtrl m_spinz;
58 CSpinButtonCtrl m_spiny;
59 CSpinButtonCtrl m_spinx;
66 // ClassWizard generated virtual function overrides
67 //{{AFX_VIRTUAL(adjust_grid_dlg)
69 virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
75 // Generated message map functions
76 //{{AFX_MSG(adjust_grid_dlg)
77 virtual BOOL OnInitDialog();
78 afx_msg void OnXyPlane();
79 afx_msg void OnXzPlane();
80 afx_msg void OnYzPlane();