📄 srecord.h
字号:
#if !defined(AFX_SRECORD_H__4B7833B5_AF53_4D4B_A280_99745FA3E5E3__INCLUDED_)
#define AFX_SRECORD_H__4B7833B5_AF53_4D4B_A280_99745FA3E5E3__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// SRecord.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// SRecord dialog
class SRecord : public CDialog
{
// Construction
public:
SRecord(CWnd* pParent = NULL); // standard constructor
int row;
int col;
float pay;
// Dialog Data
//{{AFX_DATA(SRecord)
enum { IDD = IDD_SRECORD_DIALOG };
CEdit m_PayAcount;
CEdit m_GoodsID;
CEdit m_Count;
CListCtrl m_SRList;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(SRecord)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
virtual BOOL OnInitDialog();
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(SRecord)
virtual void OnOK();
afx_msg void OnSsaveButton();
afx_msg void OnClose();
afx_msg void OnSclose();
afx_msg void OnPay();
afx_msg void OnUpdate();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SRECORD_H__4B7833B5_AF53_4D4B_A280_99745FA3E5E3__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -