?? cmdbatview.h
字號:
#if !defined(AFX_CMDBATVIEW_H__4FB51F24_02C2_11D7_A0EF_5254AB179C1B__INCLUDED_)
#define AFX_CMDBATVIEW_H__4FB51F24_02C2_11D7_A0EF_5254AB179C1B__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// CmdBatView.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CCmdBatView form view
#ifndef __AFXEXT_H__
#include <afxext.h>
#endif
#include "btnst.h"
#include "CmdBatDoc.h"
class CCmdBatView : public CFormView
{
protected:
CCmdBatView(); // protected constructor used by dynamic creation
DECLARE_DYNCREATE(CCmdBatView)
CCmdBatDoc * GetDocument();
// Form Data
public:
//{{AFX_DATA(CCmdBatView)
enum { IDD = IDD_DIALOG_CMDBAT };
CButtonST m_btnvalid;
CButtonST m_btninvalid;
CButtonST m_btnsave;
CButtonST m_btnload;
CButtonST m_btnhelp;
UINT m_LoopCount;
CString m_sCmdBat;
CString m_sNote;
//}}AFX_DATA
// Attributes
public:
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CCmdBatView)
public:
virtual void OnInitialUpdate();
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
virtual ~CCmdBatView();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
// Generated message map functions
//{{AFX_MSG(CCmdBatView)
afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
afx_msg void OnButtonHelp();
afx_msg void OnValid();
afx_msg void OnInvalid();
afx_msg void OnDestroy();
afx_msg void OnButtonLoad();
afx_msg LRESULT OnReceiveFrame(WPARAM w,LPARAM l);
afx_msg void OnButtonSave();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
UINT m_TimerID;
UINT m_TimerRes;
CBrush m_bkbrush;
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#ifndef _DEBUG // debug version in editpadview.cpp
inline CCmdBatDoc *CCmdBatView::GetDocument ()
{
return (CCmdBatDoc*) m_pDocument;
}
#endif
#endif // !defined(AFX_CMDBATVIEW_H__4FB51F24_02C2_11D7_A0EF_5254AB179C1B__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -