ConfigDlg.h
资源名称:ebd_src.zip [点击查看]
上传用户:kelijie
上传日期:2007-01-01
资源大小:123k
文件大小:1k
源码类别:
图形图象
开发平台:
Visual C++
- // ConfigDlg.h : header file
- //
- #if !defined(AFX_CONFIGDLG_H__05A32070_F33A_11D2_8F4B_00805FBDCBE4__INCLUDED_)
- #define AFX_CONFIGDLG_H__05A32070_F33A_11D2_8F4B_00805FBDCBE4__INCLUDED_
- #if _MSC_VER >= 1000
- #pragma once
- #endif // _MSC_VER >= 1000
- /////////////////////////////////////////////////////////////////////////////
- // CConfigDlg dialog
- class CConfigDlg : public CDialog
- {
- // Construction
- public:
- CConfigDlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CConfigDlg)
- enum { IDD = IDD_CONFIG_DIALOG };
- CListBox m_PluginList;
- CListBox m_ExistList;
- //}}AFX_DATA
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CConfigDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- HICON m_hIcon;
- // Generated message map functions
- //{{AFX_MSG(CConfigDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
- afx_msg void OnPaint();
- afx_msg HCURSOR OnQueryDragIcon();
- afx_msg void OnAdd();
- afx_msg void OnRomove();
- virtual void OnOK();
- afx_msg void OnDblclkExistlist();
- afx_msg void OnDblclkPluginlist();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_CONFIGDLG_H__05A32070_F33A_11D2_8F4B_00805FBDCBE4__INCLUDED_)
English
