📄 dsellware.h
字号:
#if !defined(AFX_DSELLWARE_H__F7FA7207_62EA_417B_A519_8CEAAC055279__INCLUDED_)
#define AFX_DSELLWARE_H__F7FA7207_62EA_417B_A519_8CEAAC055279__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DSellWare.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CDSellWare dialog
#include "RxStatic.h"
#include "BaseEdit.h"
#include "RxGrid.h"
#include "RxEdit.h"
class CDSellWare : public CDialog
{
// Construction
public:
void Format();
CString m_sCaption;
void OnButprint();
void OnButexit();
void Total();
virtual void Init() =0;
void SetHeadersWidth(CString sHeadersWidthList);
void SetGridHeader(CString sHeaderNameList);
CDSellWare(CString Caption,CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CDSellWare)
enum { IDD = IDD_SELL };
RxStatic m_StaTitle;
CStatic m_StaSumNumber;
CStatic m_StaSumMoney;
CStatic m_StaSellID;
CStatic m_StaDate;
CStatic m_StaOP;
CStatic m_StaText;
RxGrid m_Grid;
CBaseEdit m_EdtUnit;
CBaseEdit m_EdtSpec;
CBaseEdit m_EdtPrice;
CBaseEdit m_EdtNumber;
CBaseEdit m_EdtName;
CBaseEdit m_EdtMoney;
RxEdit m_EdtMan;
CBaseEdit m_EdtJName;
RxEdit m_EdtInnerID;
CBaseEdit m_EdtCode;
RxEdit m_EdtCliect;
CBaseEdit m_EdtAddr;
CButton m_ButUndo;
CButton m_ButSave;
CButton m_ButPrint;
CButton m_ButExit;
CButton m_Enrol;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDSellWare)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
void Enabled(bool bEnbled);
// Generated message map functions
//{{AFX_MSG(CDSellWare)
virtual void OnOK();
virtual void OnCancel();
virtual BOOL OnInitDialog();
afx_msg void OnKillfocusEdtcode();
afx_msg void OnKillfocusEdtnumber();
virtual void OnButsave();
virtual void OnButenrol();
afx_msg void OnButundo();
afx_msg void OnItemchangedList1(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnClickList1(NMHDR* pNMHDR, LRESULT* pResult);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
void Display();
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DSELLWARE_H__F7FA7207_62EA_417B_A519_8CEAAC055279__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -