]> icculus.org git repositories - taylor/freespace2.git/blob - include/dialog1.h
Initial revision
[taylor/freespace2.git] / include / dialog1.h
1 /*
2  * $Logfile: /Freespace2/code/FRED2/dialog1.h $
3  * $Revision$
4  * $Date$
5  * $Author$
6  *
7  * key usage summary screen (actually a dialog box, but it's not very interactive)
8  *
9  * $Log$
10  * Revision 1.1  2002/05/03 03:28:12  root
11  * Initial revision
12  *
13  * 
14  * 2     10/07/98 6:28p Dave
15  * Initial checkin. Renamed all relevant stuff to be Fred2 instead of
16  * Fred. Globalized mission and campaign file extensions. Removed Silent
17  * Threat specific code.
18  * 
19  * 1     10/07/98 3:01p Dave
20  * 
21  * 1     10/07/98 3:00p Dave
22  * 
23  * 2     2/17/97 5:28p Hoffoss
24  * Checked RCS headers, added them were missing, changing description to
25  * something better, etc where needed.
26  *
27  * $NoKeywords: $
28  */
29
30 /////////////////////////////////////////////////////////////////////////////
31 // dialog1 dialog
32
33 class dialog1 : public CDialog
34 {
35 // Construction
36 public:
37         dialog1(CWnd* pParent = NULL);   // standard constructor
38
39 // Dialog Data
40         //{{AFX_DATA(dialog1)
41         enum { IDD = IDD_HELP_INPUT_INTERFACE };
42                 // NOTE: the ClassWizard will add data members here
43         //}}AFX_DATA
44
45
46 // Overrides
47         // ClassWizard generated virtual function overrides
48         //{{AFX_VIRTUAL(dialog1)
49         protected:
50         virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
51         //}}AFX_VIRTUAL
52
53 // Implementation
54 protected:
55
56         // Generated message map functions
57         //{{AFX_MSG(dialog1)
58                 // NOTE: the ClassWizard will add member functions here
59         //}}AFX_MSG
60         DECLARE_MESSAGE_MAP()
61 };
62