?? fxview.h
字號:
#if !defined(AFX_FXVIEW_H__6A433754_F92A_4554_8BE3_07ADCEA8B3DE__INCLUDED_)
#define AFX_FXVIEW_H__6A433754_F92A_4554_8BE3_07ADCEA8B3DE__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// FXView.h : header file
//
class CFxView : public CFormView
{
protected:
CFxView(); // protected constructor used by dynamic creation
DECLARE_DYNCREATE(CFxView)
// Form Data
public:
//{{AFX_DATA(CFxView)
enum { IDD = IDD_FXVIEW };
CListCtrl m_ConditionBList;
CListCtrl m_ConditionSList;
CListCtrl m_ConditionGList;
CListCtrl m_ConditionHList;
CListCtrl m_ConditionKList;
//}}AFX_DATA
// Attributes
public:
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CFxView)
public:
virtual void OnInitialUpdate();
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
virtual ~CFxView();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
// Generated message map functions
//{{AFX_MSG(CFxView)
// NOTE - the ClassWizard will add and remove member functions here.
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_FXVIEW_H__6A433754_F92A_4554_8BE3_07ADCEA8B3DE__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -