#pragma once
#include "afxwin.h"
class CMyTime :
public CStatic
{
public:
CMyTime(void);
~CMyTime(void);
DECLARE_MESSAGE_MAP()
afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
af
#ifndef __AFXWIN_H__
#error include 'stdafx.h' before including this file for PCH
#endif
#ifndef __GPSCPL_H__
#define __GPSCPL_H__
#include "resource.h"
#include "ctrlpan.h"
class
// GPSGuiDoc.h : interface of the CGPSGuiDoc class
//
/////////////////////////////////////////////////////////////////////////////
#ifndef __GPSGUIDOC_H__
#define __GPSGUIDOC_H__
class CGP
#ifndef __AFXWIN_H__
#error include 'stdafx.h' before including this file for PCH
#endif
#include "resource.h" // main symbols
class CApp : public CWinApp
{
public:
CApp();
//{{
#ifndef __GPSGUIVIEW_H__
#define __GPSGUIVIEW_H__
class CGPSGuiView : public CListView
{
protected: // create from serialization only
CGPSGuiView();
DECLARE_DYNCREATE(CGPSGuiView)
// At
#ifndef __TESTGPS_H__
#define __TESTGPS_H__
#ifndef __AFXWIN_H__
#error include 'stdafx.h' before including this file for PCH
#endif
#include "resource.h" // main symbols
class CTestGPSA