home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 23 / IOPROG_23.ISO / SOFT / DOCJET.ZIP / data.z / Settings.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-11-20  |  1.3 KB  |  51 lines

  1. #if !defined(AFX_SETTINGS_H__3B8FC304_B3C4_11D1_8DBE_00AA00172F2F__INCLUDED_)
  2. #define AFX_SETTINGS_H__3B8FC304_B3C4_11D1_8DBE_00AA00172F2F__INCLUDED_
  3.  
  4. #if _MSC_VER >= 1000
  5. #pragma once
  6. #endif // _MSC_VER >= 1000
  7. // Settings.h : header file
  8. //
  9.  
  10. /////////////////////////////////////////////////////////////////////////////
  11. // CSettings dialog
  12.  
  13. class CSettings : public CDialog
  14. {
  15. // Construction
  16. public:
  17.     CSettings(CWnd* pParent = NULL);   // standard constructor
  18.  
  19. // Dialog Data
  20.     //{{AFX_DATA(CSettings)
  21.     enum { IDD = IDD_SETTINGS };
  22.     CString    m_arg_sections;
  23.     CString    m_other_sections;
  24.     CString    m_input_arg_sections;
  25.     CString    m_output_arg_sections;
  26.     //}}AFX_DATA
  27.  
  28.  
  29. // Overrides
  30.     // ClassWizard generated virtual function overrides
  31.     //{{AFX_VIRTUAL(CSettings)
  32.     protected:
  33.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  34.     //}}AFX_VIRTUAL
  35.  
  36. // Implementation
  37. protected:
  38.  
  39.     // Generated message map functions
  40.     //{{AFX_MSG(CSettings)
  41.     virtual void OnOK();
  42.     virtual BOOL OnInitDialog();
  43.     //}}AFX_MSG
  44.     DECLARE_MESSAGE_MAP()
  45. };
  46.  
  47. //{{AFX_INSERT_LOCATION}}
  48. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  49.  
  50. #endif // !defined(AFX_SETTINGS_H__3B8FC304_B3C4_11D1_8DBE_00AA00172F2F__INCLUDED_)
  51.