?? dlgbarview.h
字號:
#pragma once
// CDlgBarView 窗體視圖
class CDlgBarView : public CFormView
{
DECLARE_DYNCREATE(CDlgBarView)
protected:
CDlgBarView(); // 動態(tài)創(chuàng)建所使用的受保護(hù)的構(gòu)造函數(shù)
virtual ~CDlgBarView();
public:
enum { IDD = IDD_DIALOGBAR };
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV 支持
DECLARE_MESSAGE_MAP()
public:
CVisDrawDoc* GetDocument(void);
virtual void OnInitialUpdate();
protected:
virtual void OnUpdate(CView* /*pSender*/, LPARAM /*lHint*/, CObject* /*pHint*/);
};
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -