⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dreserve.h

📁 1.数据库文件名:spxxglxt(位置:商品销售管理系统商品销售管理系统dataspxxglxt_Data.MDF文件 和 商品销售管理系统商品销售管理系统dataspxxglxt_Log.LDF
💻 H
字号:
#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -