ComBoxDlg.h
资源名称:ComBox.rar [点击查看]
上传用户:shlcjx
上传日期:2008-11-20
资源大小:21k
文件大小:1k
源码类别:
组合框控件
开发平台:
Visual C++
- // ComBoxDlg.h : header file
- //
- #if !defined(AFX_COMBOXDLG_H__F0C1503A_A192_4848_812B_987F6A2236A9__INCLUDED_)
- #define AFX_COMBOXDLG_H__F0C1503A_A192_4848_812B_987F6A2236A9__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- /////////////////////////////////////////////////////////////////////////////
- // CComBoxDlg dialog
- #include ".\类\组合框.h"
- class CComBoxDlg : public CDialog
- {
- // Construction
- public:
- CComBoxDlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CComBoxDlg)
- enum { IDD = IDD_COMBOX_DIALOG };
- CMyComboBox m_combox;
- //}}AFX_DATA
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CComBoxDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- HICON m_hIcon;
- // Generated message map functions
- //{{AFX_MSG(CComBoxDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
- afx_msg void OnPaint();
- afx_msg HCURSOR OnQueryDragIcon();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_COMBOXDLG_H__F0C1503A_A192_4848_812B_987F6A2236A9__INCLUDED_)