AutoComplete.cpp
上传用户:handeling
上传日期:2021-05-26
资源大小:43k
文件大小:1k
- // AutoComplete.cpp : 实现文件
- //
- #include "stdafx.h"
- #include "QueryComboBox.h"
- #include "AutoComplete.h"
- // AutoComplete 对话框
- IMPLEMENT_DYNAMIC(AutoComplete, CDialog)
- AutoComplete::AutoComplete(CWnd* pParent /*=NULL*/)
- : CDialog(AutoComplete::IDD, pParent)
- {
- }
- AutoComplete::~AutoComplete()
- {
- }
- void AutoComplete::DoDataExchange(CDataExchange* pDX)
- {
- CDialog::DoDataExchange(pDX);
- }
- BEGIN_MESSAGE_MAP(AutoComplete, CDialog)
- END_MESSAGE_MAP()
- // AutoComplete 消息处理程序