GetLinkDlg.h
上传用户:aini_9474
上传日期:2007-01-03
资源大小:22k
文件大小:2k
- // GetLinkDlg.h : header file
- //
- #if !defined(AFX_GETLINKDLG_H__7ACE6FC9_80BD_11D3_90F9_00105AA6C48C__INCLUDED_)
- #define AFX_GETLINKDLG_H__7ACE6FC9_80BD_11D3_90F9_00105AA6C48C__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- #include "GetList.h"
- #define IDC_GET_LIST 4321 // define any constant. ;-)
- /////////////////////////////////////////////////////////////////////////////
- // CGetLinkDlg dialog
- class CGetLinkDlg : public CDialog
- {
- // Construction
- public:
- CGetLinkDlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CGetLinkDlg)
- enum { IDD = IDD_GETLINK_DIALOG };
- // NOTE: the ClassWizard will add data members here
- //}}AFX_DATA
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CGetLinkDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- HICON m_hIcon;
- // Generated message map functions
- //{{AFX_MSG(CGetLinkDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
- afx_msg void OnPaint();
- afx_msg HCURSOR OnQueryDragIcon();
- afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- // Attributes
- protected:
- CGetList m_ctrGetList;
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_GETLINKDLG_H__7ACE6FC9_80BD_11D3_90F9_00105AA6C48C__INCLUDED_)