📄 ws1.h
字号:
// WS1.h : header file
#if !defined(_WS1_H)
#define _WS1_H
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#ifndef __AFXEXT_H__
#include <afxext.h>
#endif
class CWS1 : public CFormView
{
protected:
CWS1(); // protected constructor used by dynamic creation
DECLARE_DYNCREATE(CWS1)
// Form Data
public:
//{{AFX_DATA(CWS1)
enum { IDD = IDD_WS1 };
CCJTreeCtrl m_treeCtrl;
CImageList m_imgList;
CImageList m_imgState;
//}}AFX_DATA
// Attributes
public:
// Operations
public:
UINT m_curDType;
void ExecuteMenu(UINT dType,CWnd* wnd);
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CWS1)
public:
virtual void OnInitialUpdate();
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
virtual ~CWS1();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
// Generated message map functions
//{{AFX_MSG(CWS1)
afx_msg void OnSize(UINT nType, int cx, int cy);
afx_msg void OnRclickTree1(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnSelchangedTree1(NMHDR* pNMHDR, LRESULT* pResult);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_WS1_H__EF8143ED_10E2_4ECF_BD4B_1C8DD1FB3FBA__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -