]> icculus.org git repositories - taylor/freespace2.git/blob - include/textviewdlg.h
Initial revision
[taylor/freespace2.git] / include / textviewdlg.h
1 // TextViewDlg.h : header file
2 //
3
4 /////////////////////////////////////////////////////////////////////////////
5 // text_view_dlg dialog
6
7 class text_view_dlg : public CDialog
8 {
9 // Construction
10 public:
11         void set(int ship);
12         text_view_dlg(CWnd* pParent = NULL);   // standard constructor
13
14 // Dialog Data
15         //{{AFX_DATA(text_view_dlg)
16         enum { IDD = IDD_TEXT_VIEW };
17         CString m_edit;
18         //}}AFX_DATA
19
20
21 // Overrides
22         // ClassWizard generated virtual function overrides
23         //{{AFX_VIRTUAL(text_view_dlg)
24         protected:
25         virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
26         //}}AFX_VIRTUAL
27
28 // Implementation
29 protected:
30
31         // Generated message map functions
32         //{{AFX_MSG(text_view_dlg)
33         afx_msg void OnSetfocusEdit1();
34         //}}AFX_MSG
35         DECLARE_MESSAGE_MAP()
36 };
37