📄 resultsimple.h
字号:
#if !defined(AFX_RESULTSIMPLE_H__91F6D836_C790_4647_920F_F125789F04BE__INCLUDED_)
#define AFX_RESULTSIMPLE_H__91F6D836_C790_4647_920F_F125789F04BE__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ResultSimple.h : header file
//
#include "ShadeButtonST.h"
#define WM_CHANGEDIALOG WM_USER+5
#define WM_DELETESET WM_USER+6
#define WM_MODIFYSET WM_USER+14
/////////////////////////////////////////////////////////////////////////////
// CResultSimple dialog
class CResultSimple : public CDialog
{
// Construction
public:
void AddMemberColomn();
int m_flag;
void AddProductColomn();
CResultSimple(CWnd* pParent = NULL); // standard constructor
DECLARE_DYNCREATE(CResultSimple)
// Dialog Data
//{{AFX_DATA(CResultSimple)
enum { IDD = IDD_RESULT_SIMPLE };
CShadeButtonST m_btnDelete;
CShadeButtonST m_btnModify;
CShadeButtonST m_btnInsert;
CListCtrl m_List_Result_Simp;
CString m_Tatal;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CResultSimple)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CResultSimple)
virtual void OnOK();
virtual void OnCancel();
afx_msg void OnSize(UINT nType, int cx, int cy);
virtual BOOL OnInitDialog();
afx_msg void OnDblclkResultSimple(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnDelete();
afx_msg void OnClickResultSimple(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnInsert();
afx_msg void OnModify();
afx_msg void OnLButtonUp(UINT nFlags, CPoint point);
//}}AFX_MSG
afx_msg void OnDialogSize();
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_RESULTSIMPLE_H__91F6D836_C790_4647_920F_F125789F04BE__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -