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