📄 dpurview.h
字号:
#if !defined(AFX_DPURVIEW_H__869871A0_8C0D_4138_AD90_3F64A29082ED__INCLUDED_)
#define AFX_DPURVIEW_H__869871A0_8C0D_4138_AD90_3F64A29082ED__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DPurView.h : header file
//
#include"BaseList.h"
#include "RxRecordset.h" // Added by ClassView
/////////////////////////////////////////////////////////////////////////////
// CDPurView dialog
class CDPurView : public CDialog
{
// Construction
public:
void Enabled(bool bEnabled);
void Display();
CDPurView(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CDPurView)
enum { IDD = IDD_DIAPurView };
CButton m_CHKPerson;
CButton m_ButUndo;
CButton m_ButExit;
CButton m_ButSave;
CButton m_ButChange;
CButton m_CHKWare;
CButton m_CHKSystem;
CButton m_CHKSellQuery;
CButton m_CHKSellManage;
CButton m_CHKSellBackQuery;
CButton m_CHKSellBackManage;
CButton m_CHKResume;
CButton m_CHKReserveQuery;
CButton m_CHKReserveManage;
CButton m_CHKPurView;
CButton m_CHKOP;
CButton m_CHKClient;
CButton m_CHKBAK;
CBaseList m_List;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDPurView)
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(CDPurView)
virtual void OnOK();
afx_msg void OnBUTChange();
virtual BOOL OnInitDialog();
afx_msg void OnItemchangingList(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnClickList(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnBUTSave();
afx_msg void OnBUTUndo();
afx_msg void OnBUTExit1();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
RxRecordset rst;
CImageList m_ImageList;
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DPURVIEW_H__869871A0_8C0D_4138_AD90_3F64A29082ED__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -