home *** CD-ROM | disk | FTP | other *** search
- // underlay.h : header file
- // Copyright (C) 1990, 1998 LEAD Technologies, Inc.
- // All rights reserved.
-
- /////////////////////////////////////////////////////////////////////////////
- // CUnderLayDlg dialog
-
- class CUnderLayDlg : public CDialog
- {
- // Construction
- public:
- CUnderLayDlg(CWnd* pParent = NULL); // standard constructor
-
- // Dialog Data
- //{{AFX_DATA(CUnderLayDlg)
- enum { IDD = IDD_UNDERLAY };
- CPtrArray* m_pDocArray;
- CComboBox m_Combo1;
- CDocument* m_pDocument;
- BOOL m_fTile;
- //}}AFX_DATA
-
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CUnderLayDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
-
- // Implementation
- protected:
-
- // Generated message map functions
- //{{AFX_MSG(CUnderLayDlg)
- virtual BOOL OnInitDialog();
- virtual void OnOK();
- afx_msg void OnDestroy();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };