📄 dmerchandise.h
字号:
#if !defined(AFX_DMERCHANDISE_H__E815BA4F_F5F5_4BEE_88EB_3768A1C68844__INCLUDED_)
#define AFX_DMERCHANDISE_H__E815BA4F_F5F5_4BEE_88EB_3768A1C68844__INCLUDED_
#include "BaseButton.h"
#include "BaseEdit.h"
#include "BaseComboBox.h"
#include "NumberEdit.h"
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DMerchandise.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CDMerchandise dialog
class CDMerchandise : public CDialog
{
// Construction
public:
void Clear();
void Enabled(bool bEnabled);
RxRecordset rst;
void Display(CString sID);
CDMerchandise(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CDMerchandise)
enum { IDD = IDD_DIA_MERCHANDISE };
CNumberEdit m_Sell;
CBaseComboBox m_ComUnit;
CBaseEdit m_EdtSpec;
CBaseEdit m_EdtType;
CNumberEdit m_EdtPrice;
CBaseEdit m_EdtName;
CBaseEdit m_EdtMem;
CBaseEdit m_EdtID;
CBaseEdit m_EdtCName;
CBaseEdit m_EdtArea;
CBaseButton m_ButUndo;
CBaseButton m_ButSave;
CBaseButton m_ButExit;
CBaseButton m_ButDelete;
CBaseButton m_ButChange;
CBaseButton m_ButAdd;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDMerchandise)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CDMerchandise)
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 void OnChangeSpxxEdtname();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
CString m_sID;
int AddOrChange;
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DMERCHANDISE_H__E815BA4F_F5F5_4BEE_88EB_3768A1C68844__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -