📄 dcurview.h
字号:
#if !defined(AFX_DCURVIEW_H__F9901CB8_7EF0_4B58_8E56_CE04D9FAA057__INCLUDED_)
#define AFX_DCURVIEW_H__F9901CB8_7EF0_4B58_8E56_CE04D9FAA057__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DCurView.h : header file
//
#include "BaseButton.h"
/////////////////////////////////////////////////////////////////////////////
// CDCurView dialog
class CDCurView : public CDialog
{
// Construction
public:
void Display(CString sID);
void Enabled(bool bEnabled);
CDCurView(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CDCurView)
enum { IDD = IDD_PURVIEW };
CStatic m_StaName;
CListCtrl m_List;
CBaseButton m_ChkYSGL;
CBaseButton m_ChkXTGL;
CBaseButton m_ChkPSGL;
CBaseButton m_ChkXSGL;
CBaseButton m_ChkJCXX;
CBaseButton m_ChkJCGL;
CBaseButton m_ChkCKGL;
CBaseButton m_ChkBGGL;
CButton m_ButSave;
CButton m_ButExit;
CButton m_ButChange;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDCurView)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CDCurView)
virtual void OnOK();
virtual void OnCancel();
afx_msg void OnButchange();
afx_msg void OnButsave();
afx_msg void OnButexit();
virtual BOOL OnInitDialog();
afx_msg void OnDblclkList1(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnItemchangedList1(NMHDR* pNMHDR, LRESULT* pResult);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
CString m_sID;
CImageList m_ImageList;
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DCURVIEW_H__F9901CB8_7EF0_4B58_8E56_CE04D9FAA057__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -