home *** CD-ROM | disk | FTP | other *** search
/ Mastering Visual Basic 6 / mastvb6.iso / leadtools / ocx32.lt / Underlay.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-01-10  |  966 b   |  42 lines

  1. // underlay.h : header file
  2. // Copyright (C) 1990, 1998 LEAD Technologies, Inc.
  3. // All rights reserved.
  4.  
  5. /////////////////////////////////////////////////////////////////////////////
  6. // CUnderLayDlg dialog
  7.  
  8. class CUnderLayDlg : public CDialog
  9. {
  10. // Construction
  11. public:
  12.     CUnderLayDlg(CWnd* pParent = NULL);   // standard constructor
  13.  
  14. // Dialog Data
  15.     //{{AFX_DATA(CUnderLayDlg)
  16.     enum { IDD = IDD_UNDERLAY };
  17.    CPtrArray* m_pDocArray;
  18.     CComboBox    m_Combo1;
  19.    CDocument* m_pDocument;
  20.    BOOL m_fTile;
  21.     //}}AFX_DATA
  22.  
  23.  
  24. // Overrides
  25.     // ClassWizard generated virtual function overrides
  26.     //{{AFX_VIRTUAL(CUnderLayDlg)
  27.     protected:
  28.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  29.     //}}AFX_VIRTUAL
  30.  
  31. // Implementation
  32. protected:
  33.  
  34.     // Generated message map functions
  35.     //{{AFX_MSG(CUnderLayDlg)
  36.     virtual BOOL OnInitDialog();
  37.     virtual void OnOK();
  38.     afx_msg void OnDestroy();
  39.     //}}AFX_MSG
  40.     DECLARE_MESSAGE_MAP()
  41. };
  42.