📄 buyselfpage.h
字号:
#if !defined(AFX_BUYSELFPAGE_H__E04CF0B7_9472_4E85_8815_C70194E9B46E__INCLUDED_)
#define AFX_BUYSELFPAGE_H__E04CF0B7_9472_4E85_8815_C70194E9B46E__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// BuySelfPage.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CBuySelfPage dialog
class CBuySelfPage : public CDialog
{
// Construction
public:
void InitData();
void RefreshData();
void AddBitmap(UINT nID);
CBuySelfPage(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CBuySelfPage)
enum { IDD = IDD_DIALOG_BUYSELF };
CComboBoxEx m_buyType;
CButton m_buy;
CButton m_self;
CButton m_modify;
CListCtrl m_exist;
int m_doType;
COleDateTime m_DoTime;
float m_afterZheko;
CString m_strAuthor;
CString m_strFrom;
CString m_strIsbn;
CString m_strBookName;
float m_fPrice;
float m_fZheko;
CString m_strType;
int m_nBigType;
CString m_strPress;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CBuySelfPage)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
CBrush brush;
CImageList iBuyType;
//CString strOldName,strOldIsbn;
// Generated message map functions
//{{AFX_MSG(CBuySelfPage)
afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
virtual BOOL OnInitDialog();
afx_msg void OnSelchangeBuyselftComboDotype();
afx_msg void OnBuyselfButtonSubmit();
afx_msg void OnBuyselfButtonSelf();
afx_msg void OnChangeBuyselfEditPrice();
afx_msg void OnChangeBuyselfEditZheko();
afx_msg void OnClickBuyselfListExist(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnChangeBuyselfEditName();
afx_msg void OnBuyselfButtonModify();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_BUYSELFPAGE_H__E04CF0B7_9472_4E85_8815_C70194E9B46E__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -