⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 serialappdlg.cpp

📁 利用Serial ComPort與GPS機器作資料傳輸並可以儲存為google map應用檔
💻 CPP
字号:
// SerialAppDlg.cpp : implementation file

#include "stdafx.h"
#include "serialCtl.hpp"
#include "serialThread.hpp"
#include "SerialApp.h"
#include "SerialAppDlg.h"
#include "afxwin.h"
#include "SerialDoc.h"

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

#ifndef   DLL_FILE   
#define   DLL_FILE   
#endif  

/////////////////////////////////////////////////////////////////////////////
// CAboutDlg dialog used for App About

class CAboutDlg : public CDialog
{
public:
	CAboutDlg();

// Dialog Data
	//{{AFX_DATA(CAboutDlg)
	enum { IDD = IDD_ABOUTBOX };		//specifies an enumerated type:

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -