?? recorderconsoleview.h
字號(hào):
// RecorderConsoleView.h : interface of the CRecorderConsoleView class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_RECORDERCONSOLEVIEW_H__36143D42_A576_41FE_B453_45EF6C0CC91C__INCLUDED_)
#define AFX_RECORDERCONSOLEVIEW_H__36143D42_A576_41FE_B453_45EF6C0CC91C__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "compacket.h"
class CRecorderConsoleView : public CFormView
{
protected: // create from serialization only
CRecorderConsoleView();
DECLARE_DYNCREATE(CRecorderConsoleView)
public:
CComPacket m_Packet;
CTime curTime;
//{{AFX_DATA(CRecorderConsoleView)
enum { IDD = IDD_RECORDERCONSOLE_FORM };
int m_iType;
CString m_strTime;
int m_iCFL;
int m_iCFM;
int m_iCFH;
CString m_strConductorID;
CString m_strPassportCode;
CString m_strVIN;
CString m_strCarCode;
CString m_strCarType;
CString m_strReceiveData;
//}}AFX_DATA
// Attributes
public:
CRecorderConsoleDoc* GetDocument();
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CRecorderConsoleView)
public:
virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
virtual void OnInitialUpdate(); // called first time after construct
//}}AFX_VIRTUAL
// Implementation
public:
BOOL CompleteFlag;
CString strReceiveData;
void SendCommondPacket(BYTE cmd);
void GetCarInfor();
void GetDangerData();
void GetFatigueRecord();
void GetCarFeature();
void Get_2Days_SpeedData();
void Get_2Days_Mileage();
void Get_360H_SpeedData();
void Get_360H_Mileage();
void GetRecorderTime();
void GetConductorInfor();
void SetCarInfor();
void SetConductorInfor();
void SetCarFeature();
void SetRecorderTime();
virtual ~CRecorderConsoleView();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
protected:
// Generated message map functions
protected:
//{{AFX_MSG(CRecorderConsoleView)
afx_msg void OnTest();
afx_msg LRESULT OnComm(WPARAM wParam,LPARAM lParam);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
#ifndef _DEBUG // debug version in RecorderConsoleView.cpp
inline CRecorderConsoleDoc* CRecorderConsoleView::GetDocument()
{ return (CRecorderConsoleDoc*)m_pDocument; }
#endif
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_RECORDERCONSOLEVIEW_H__36143D42_A576_41FE_B453_45EF6C0CC91C__INCLUDED_)
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -