📄 searchcondition.h
字号:
#if !defined(AFX_SEARCHCONDITION_H__B6B28435_4807_40F0_8BFE_7B16E7685C60__INCLUDED_)
#define AFX_SEARCHCONDITION_H__B6B28435_4807_40F0_8BFE_7B16E7685C60__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// SearchCondition.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CSearchCondition dialog
class CSearchCondition : public CDialog
{
// Construction
public:
CSearchCondition(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CSearchCondition)
enum { IDD = IDD_SEARCHCONDITION_DIALOG };
CComboBox m_sellerCombo;
CComboBox m_transportTypeCombo;
CComboBox m_departmentCombo;
CComboBox m_clientNameCombo;
CComboBox m_quoteIDCombo;
CTime m_formDateBegin;
CTime m_formDateEnd;
CString m_QuoteID;
CString m_clientName;
CString m_department;
CString m_transportType;
CString m_seller;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CSearchCondition)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CSearchCondition)
virtual BOOL OnInitDialog();
afx_msg void OnOk();
afx_msg void Oncancel();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SEARCHCONDITION_H__B6B28435_4807_40F0_8BFE_7B16E7685C60__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -