home *** CD-ROM | disk | FTP | other *** search
/ ftp.funduc.com / 2014.08.ftp.funduc.com.tar / ftp.funduc.com / fshedcode102502.zip / OptionsDlg.h < prev    next >
C/C++ Source or Header  |  2001-11-06  |  2KB  |  93 lines

  1. #if !defined(AFX_OPTIONSDLG_H__6E1A9CC0_D306_11D5_B8AF_AFB6C918F359__INCLUDED_)
  2. #define AFX_OPTIONSDLG_H__6E1A9CC0_D306_11D5_B8AF_AFB6C918F359__INCLUDED_
  3.  
  4. #if _MSC_VER >= 1000
  5. #pragma once
  6. #endif // _MSC_VER >= 1000
  7. // OptionsDlg.h : header file
  8. //
  9.  
  10. /////////////////////////////////////////////////////////////////////////////
  11. // CDispPage dialog
  12.  
  13. class CDispPage : public CPropertyPage
  14. {
  15.     DECLARE_DYNCREATE(CDispPage)
  16.  
  17. // Construction
  18. public:
  19.     CDispPage();
  20.     ~CDispPage();
  21.  
  22. // Dialog Data
  23.     //{{AFX_DATA(CDispPage)
  24.     enum { IDD = IDD_DISP_OPT_PAGE };
  25.     int        m_nAnsi;
  26.     int        m_nFontSize;
  27.     int        m_nIntel;
  28.     int        m_nSigned;
  29.     //}}AFX_DATA
  30.  
  31.  
  32. // Overrides
  33.     // ClassWizard generate virtual function overrides
  34.     //{{AFX_VIRTUAL(CDispPage)
  35.     protected:
  36.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  37.     //}}AFX_VIRTUAL
  38.  
  39. // Implementation
  40. protected:
  41.     // Generated message map functions
  42.     //{{AFX_MSG(CDispPage)
  43.         // NOTE: the ClassWizard will add member functions here
  44.     //}}AFX_MSG
  45.     DECLARE_MESSAGE_MAP()
  46.  
  47. };
  48.  
  49. /////////////////////////////////////////////////////////////////////////////
  50. // CGenPage dialog
  51.  
  52. class CGenPage : public CPropertyPage
  53. {
  54.     DECLARE_DYNCREATE(CGenPage)
  55.  
  56. // Construction
  57. public:
  58.     CGenPage();
  59.     ~CGenPage();
  60.  
  61. // Dialog Data
  62.     //{{AFX_DATA(CGenPage)
  63.     enum { IDD = IDD_GEN_OPT_PAGE };
  64.     BOOL    m_bAdjustBytes;
  65.     CString    m_strIntBrowser;
  66.     int        m_nNumBytes;
  67.     int        m_nOffsetLen;
  68.     BOOL    m_bSetRead;
  69.     CString    m_strTextEditor;
  70.     //}}AFX_DATA
  71.  
  72.  
  73. // Overrides
  74.     // ClassWizard generate virtual function overrides
  75.     //{{AFX_VIRTUAL(CGenPage)
  76.     protected:
  77.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  78.     //}}AFX_VIRTUAL
  79.  
  80. // Implementation
  81. protected:
  82.     // Generated message map functions
  83.     //{{AFX_MSG(CGenPage)
  84.         // NOTE: the ClassWizard will add member functions here
  85.     //}}AFX_MSG
  86.     DECLARE_MESSAGE_MAP()
  87.  
  88. };
  89. //{{AFX_INSERT_LOCATION}}
  90. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  91.  
  92. #endif // !defined(AFX_OPTIONSDLG_H__6E1A9CC0_D306_11D5_B8AF_AFB6C918F359__INCLUDED_)
  93.