home *** CD-ROM | disk | FTP | other *** search
- // expandDlg.h : header file
- //
-
- /////////////////////////////////////////////////////////////////////////////
- // CExpandDlg dialog
- //{{AFX_INCLUDES()
- #include "ido.h"
- //}}AFX_INCLUDES
-
- #define UM_TOP WM_USER + 101
- #define UM_OPEN WM_USER + 102
-
-
- class CExpandDlg : public CDialog
- {
- // Construction
- public:
- CExpandDlg(CWnd* pParent = NULL); // standard constructor
-
- afx_msg LRESULT CreateTopDiagram(WPARAM wParam, LPARAM lParam);
- afx_msg LRESULT CreateOpenDiagram(WPARAM wParam, LPARAM lParam);
-
- // Dialog Data
- //{{AFX_DATA(CExpandDlg)
- enum { IDD = IDD_EXPAND_DIALOG };
- CIDO m_IDO;
- //}}AFX_DATA
-
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CExpandDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
-
- // Implementation
- protected:
- HICON m_hIcon;
-
- // Generated message map functions
- //{{AFX_MSG(CExpandDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
- afx_msg void OnPaint();
- afx_msg HCURSOR OnQueryDragIcon();
- afx_msg void OnClickEntityInteractctrl1(long MouseStatus);
- DECLARE_EVENTSINK_MAP()
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-