serialappdlg.cpp

来自「利用Serial ComPort與GPS機器作資料傳輸並可以儲存為google 」· C++ 代码 · 共 31 行

CPP
31
字号
// 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 + =
减小字号Ctrl + -
显示快捷键?