📄 pdtsearch.h
字号:
#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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -