AutoCompletionComboBoxExampleDlg.h
资源名称:ComboBox.rar [点击查看]
上传用户:hbjdyb2005
上传日期:2021-01-26
资源大小:168k
文件大小:2k
源码类别:
组合框控件
开发平台:
Visual C++
- // AutoCompletionComboBoxExampleDlg.h : header file
- //
- #if !defined(AFX_AUTOCOMPLETIONCOMBOBOXEXAMPLEDLG_H__00F4D758_EDA8_11D2_AFD3_90DD7D68E952__INCLUDED_)
- #define AFX_AUTOCOMPLETIONCOMBOBOXEXAMPLEDLG_H__00F4D758_EDA8_11D2_AFD3_90DD7D68E952__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- /////////////////////////////////////////////////////////////////////////////
- // CAutoCompletionComboBoxExampleDlg dialog
- #include "AutoCompletionComboBox.h"
- class CAutoCompletionComboBoxExampleDlg : public CDialog
- {
- // Construction
- public:
- CAutoCompletionComboBox m_combo;
- CAutoCompletionComboBoxExampleDlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CAutoCompletionComboBoxExampleDlg)
- enum { IDD = IDD_AUTOCOMPLETIONCOMBOBOXEXAMPLE_DIALOG };
- // NOTE: the ClassWizard will add data members here
- //}}AFX_DATA
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CAutoCompletionComboBoxExampleDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- HICON m_hIcon;
- // Generated message map functions
- //{{AFX_MSG(CAutoCompletionComboBoxExampleDlg)
- 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_AUTOCOMPLETIONCOMBOBOXEXAMPLEDLG_H__00F4D758_EDA8_11D2_AFD3_90DD7D68E952__INCLUDED_)