📄 prodlg.h
字号:
// proDlg.h : header file
//
#if !defined(AFX_PRODLG_H__7DA30C4D_F1ED_4463_8F17_73CE1A26AAE1__INCLUDED_)
#define AFX_PRODLG_H__7DA30C4D_F1ED_4463_8F17_73CE1A26AAE1__INCLUDED_
#include "MRecSet.h" // Added by ClassView
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CProDlg dialog
class CProDlg : public CDialog
{
// Construction
public:
CString mbmsg;
CString strsort;
int cursel;
MRecSet m_db;
int show(CString strsort="车型");
CProDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CProDlg)
enum { IDD = IDD_PRO_DIALOG };
CButton m_bfilt;
CComboBox m_inout;
CComboBox m_col;
CStatic m_mbmsg;
CListCtrl m_ListCtrl;
CString m_filt;
CTime m_timefrom;
CTime m_timeto;
CString m_afilt;
CString m_apre;
CString m_asui;
CString m_attot;
CString m_cinout;
CString m_aout;
CString m_ali;
CString m_ainval;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CProDlg)
public:
virtual BOOL PreTranslateMessage(MSG* pMsg);
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CProDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnIn();
afx_msg void OnEditkind();
afx_msg void OnSell();
afx_msg void OnKillfocusList1(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnSetfocusList1(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnButton1();
afx_msg void OnColumnclickList1(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnButton2();
afx_msg void OnButton3();
afx_msg void OnDblclkList1(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnRep();
afx_msg void Onbackup();
afx_msg void OnUser();
afx_msg void OnSetfocusFilter();
afx_msg void OnButton26();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_PRODLG_H__7DA30C4D_F1ED_4463_8F17_73CE1A26AAE1__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -