📄 eq_searchdlg.h
字号:
#if !defined(AFX_EQ_SEARCHDLG_H__FC9C490E_73A8_4E4F_9F41_29EB46499104__INCLUDED_)
#define AFX_EQ_SEARCHDLG_H__FC9C490E_73A8_4E4F_9F41_29EB46499104__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Eq_SEARCHDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CEq_SEARCHDlg dialog
class CEq_SEARCHDlg : public CDialog
{
// Construction
public:
CEq_SEARCHDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CEq_SEARCHDlg)
enum { IDD = IDD_EQ_SEARCH };
CEdit m_mo_c;
CComboBox m_combo2;
CComboBox m_combo1;
CListCtrl m_list1;
CDatabase m_db;
CString m_com1;
CString m_com2;
CString m_edit1;
CString m_mo;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CEq_SEARCHDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CEq_SEARCHDlg)
virtual void OnOK();
virtual BOOL OnInitDialog();
afx_msg void InitControl();
afx_msg void InsertEq(CString id,CString name,CString eq_class_id,CString eq_type,int eq_amount,int eq_state,CString pur_date,CString install_date,CString dep_id,int eq_val,CString fix_place,CString manfac,CString use_date,int fix_year,int rem_val,int mon_val,CString remark);
afx_msg void ConnectDB();
afx_msg void OnSelchangeCombo1();
afx_msg void OnButton1();
afx_msg void OnButton2();
afx_msg void OnBUTTONmo();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_EQ_SEARCHDLG_H__FC9C490E_73A8_4E4F_9F41_29EB46499104__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -