?? cfgcanview.h
字號:
#if !defined(AFX_CFGCANVIEW_H__CF71BC01_0222_11D7_A0EF_5254AB179C1B__INCLUDED_)
#define AFX_CFGCANVIEW_H__CF71BC01_0222_11D7_A0EF_5254AB179C1B__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// CfgCANView.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CCfgCANView form view
#include "btnst.h"
#ifndef __AFXEXT_H__
#include <afxext.h>
#endif
#include "CfgCANDoc.h"
class CCfgCANView : public CFormView
{
protected:
CCfgCANView(); // protected constructor used by dynamic creation
DECLARE_DYNCREATE(CCfgCANView)
CCfgCANDoc * GetDocument();
// Form Data
public:
//{{AFX_DATA(CCfgCANView)
enum { IDD = IDD_DIALOG_CONFIG_CAN };
CButtonST m_btnsave;
CButtonST m_btnmodify;
CButtonST m_btndel;
CButtonST m_btnadd;
CListCtrl m_MdList;
int m_baud;
//}}AFX_DATA
// Attributes
public:
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CCfgCANView)
public:
virtual void OnInitialUpdate();
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
virtual ~CCfgCANView();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
// Generated message map functions
//{{AFX_MSG(CCfgCANView)
afx_msg void OnAddModel();
afx_msg void OnModifyModel();
afx_msg void OnDelModel();
afx_msg void OnSaveCfg();
afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
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 CCfgCANDoc *CCfgCANView::GetDocument ()
{
return (CCfgCANDoc*) m_pDocument;
}
#endif
#endif // !defined(AFX_CFGCANVIEW_H__CF71BC01_0222_11D7_A0EF_5254AB179C1B__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -