pdtsearch.h
来自「使用vc进行数据库编程的好例子」· C头文件 代码 · 共 65 行
H
65 行
#if !defined(AFX_PDTSEARCH_H__967FD551_656C_4061_97C8_FC1F8FEE6493__INCLUDED_)
#define AFX_PDTSEARCH_H__967FD551_656C_4061_97C8_FC1F8FEE6493__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// PdtSearch.h : header file
//
#include "ProductSet.h"
#include "ShadeButtonST.h"
#define WM_SHOW_PRO_RESULT_SIMP WM_USER+1
/////////////////////////////////////////////////////////////////////////////
// CPdtSearch dialog
extern CProductSet *g_pSet;
extern bool g_isPLocked;
class CPdtSearch : public CDialog
{
// Construction
public:
CPdtSearch(CWnd* pParent = NULL); // standard constructor
DECLARE_DYNCREATE(CPdtSearch)
// Dialog Data
//{{AFX_DATA(CPdtSearch)
enum { IDD = IDD_BAR_P_SEARCH };
CShadeButtonST m_btnSearch2;
CShadeButtonST m_btnSearch1;
CString m_Company;
CString m_Linkman;
CString m_Telephone;
CString m_ProductArea;
CString m_Keyword;
CString m_Name;
CString m_ProviceArea;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CPdtSearch)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CPdtSearch)
virtual void OnOK();
virtual void OnCancel();
afx_msg void OnSearchByClass();
afx_msg void OnSearchByDark();
virtual BOOL OnInitDialog();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_PDTSEARCH_H__967FD551_656C_4061_97C8_FC1F8FEE6493__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?