home *** CD-ROM | disk | FTP | other *** search
/ Netscape Plug-Ins Developer's Kit / Netscape_Plug-Ins_Developers_Kit.iso / source / Chap17 / Ch17Dialog.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-10-24  |  800 b   |  37 lines

  1. // Ch17Dialog.h : header file
  2. //
  3.  
  4. /////////////////////////////////////////////////////////////////////////////
  5. // CCh17Dialog dialog
  6.  
  7. class CCh17Dialog : public CDialog
  8. {
  9. // Construction
  10. public:
  11.     CCh17Dialog(CWnd* pParent = NULL);   // standard constructor
  12.  
  13. // Dialog Data
  14.     //{{AFX_DATA(CCh17Dialog)
  15.     enum { IDD = IDD_DIALOG1 };
  16.     int        m_int;
  17.     BOOL    m_checkbox;
  18.     //}}AFX_DATA
  19.  
  20.  
  21. // Overrides
  22.     // ClassWizard generated virtual function overrides
  23.     //{{AFX_VIRTUAL(CCh17Dialog)
  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(CCh17Dialog)
  33.         // NOTE: the ClassWizard will add member functions here
  34.     //}}AFX_MSG
  35.     DECLARE_MESSAGE_MAP()
  36. };
  37.