📄 gpsdatadisplaydlg.h
字号:
//{{AFX_INCLUDES()
#include "msdgridctrl.h"
#include "rdc.h"
//}}AFX_INCLUDES
#if !defined(AFX_GPSDATADISPLAYDLG_H__5136CD1F_F328_4709_99DB_B34B430F7814__INCLUDED_)
#define AFX_GPSDATADISPLAYDLG_H__5136CD1F_F328_4709_99DB_B34B430F7814__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// GPSDATADISPLAYDLG.h : header file
//
#include "msdgridctrl.h"
#include "rdc.h"
/////////////////////////////////////////////////////////////////////////////
// CGPSDATADISPLAYDLG dialog
#include "GPSDAO.h"
class CGPSDATADISPLAYDLG : public CDialog
{
// Construction
public:
CGPSDATADISPLAYDLG(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CGPSDATADISPLAYDLG)
enum { IDD = IDD_GPSDATADISPLAYDLG };
CGPSDAO *m_pSet;
CMsDgridCtrl m_GPSDBGrid;
CRdc m_GPSremotedatactrl;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CGPSDATADISPLAYDLG)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CGPSDATADISPLAYDLG)
virtual BOOL OnInitDialog();
afx_msg void OnTimer(UINT nIDEvent);
afx_msg void OnExitdatabase();
afx_msg void OnUpload();
afx_msg void OnDownload();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_GPSDATADISPLAYDLG_H__5136CD1F_F328_4709_99DB_B34B430F7814__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -