dreserve.h

来自「商品销售管理系统:随着信息技术的快速进步」· C头文件 代码 · 共 75 行

H
75
字号
#if !defined(AFX_DRESERVE_H__281DF1B3_79F7_468D_A1D5_CB9922C14917__INCLUDED_)
#define AFX_DRESERVE_H__281DF1B3_79F7_468D_A1D5_CB9922C14917__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DReserve.h : header file
//
#include "BaseStatic.h"
/////////////////////////////////////////////////////////////////////////////
// CDReserve dialog
#include "RxGrid.h"
#include "RxRecordset.h"	// Added by ClassView
class CDReserve : public CDialog
{
// Construction
public:
	void clear();
	RxRecordset rst;
	CDReserve(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CDReserve)
	enum { IDD = IDD_DIAReserve };
	CButton	m_ButExit;
	CStatic	m_StaBigSum;
	CStatic	m_StaSumNumber;
	CStatic	m_StaSmallSum;
	CButton	m_ButCleck;
	RxGrid	m_Grid;
	RxEdit	m_EdtCliect;
	CButton	m_ButUndo;
	CButton	m_ButSave;
	CButton	m_ButPrint;
	CStatic	m_StaDate;
	CStatic	m_StaID;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CDReserve)
	public:
	virtual BOOL PreTranslateMessage(MSG* pMsg);
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CDReserve)
	virtual void OnOK();
	afx_msg void OnButton1();
	afx_msg void OnPaint();
	afx_msg void OnBUTCleck();
	virtual BOOL OnInitDialog();
	afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
	afx_msg void OnBUTSave();
	afx_msg void OnBUTPrint();
	afx_msg void OnBUTUndo();
	afx_msg void OnBUTExt();
	//}}AFX_MSG
	afx_msg void OnCellKillFocus();
	afx_msg void OnCellSetFocus();

	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_DRESERVE_H__281DF1B3_79F7_468D_A1D5_CB9922C14917__INCLUDED_)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?