srecord.h
来自「小型自选商场商品管理系统 要求:能对小型自选商场的商品进货、销售、库存等环节进」· C头文件 代码 · 共 58 行
H
58 行
#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 + =
减小字号Ctrl + -
显示快捷键?