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

📄 dstore.h

📁 汽配管理系统:是一套对汽车配件进货、销售、库存、退货、付款和收款进行全面管理的系统。该系统通过对配件经营中所产生的数据进行采集、分析、整理
💻 H
字号:
#if !defined(AFX_DSTORE_H__D4493AE2_FBE0_4AD8_A1C8_4BCD4B06377E__INCLUDED_)
#define AFX_DSTORE_H__D4493AE2_FBE0_4AD8_A1C8_4BCD4B06377E__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DStore.h : header file
//
#include "BaseEdit.h"
#include "BaseComboBox.h"
#include "BaseButton.h"
/////////////////////////////////////////////////////////////////////////////
// CDStore dialog

class CDStore : public CDialog
{
// Construction
public:
	void Enabled(bool bEnabled);
	void Display(CString ID);
	void Clear();
	CDStore(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CDStore)
	enum { IDD = IDD_DIA_STORE };
	CBaseButton	m_ButUndo;
	CBaseButton	m_ButSave;
	CBaseButton	m_ButExit;
	CBaseButton	m_ButDele;
	CBaseButton	m_ButChange;
	CBaseButton	m_ButAdd;
	CBaseEdit	m_EdtTel;
	CBaseEdit	m_EdtMem;
	CBaseEdit	m_EdtAddr;
	CBaseEdit	m_EdtName;
	CBaseEdit	m_EdtID;
	CBaseComboBox	m_ComAdmin;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CDStore)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CDStore)
	virtual void OnOK();
	virtual BOOL OnInitDialog();
	afx_msg void OnSpxxButadd();
	afx_msg void OnSpxxButchange();
	afx_msg void OnSpxxButdele();
	afx_msg void OnSpxxButsave();
	afx_msg void OnSpxxButundo();
	afx_msg void OnSpxxButexit();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
private:
	int AddOrChange;
	RxRecordset rst;
	CString m_sID;
};

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

#endif // !defined(AFX_DSTORE_H__D4493AE2_FBE0_4AD8_A1C8_4BCD4B06377E__INCLUDED_)

⌨️ 快捷键说明

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