Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
MapFormView.h
Package: vc++gps.zip [view]
Upload User: jc6688
Upload Date: 2013-05-06
Package Size: 344k
Code Size: 2k
Category:
GPS develop
Development Platform:
Visual C++
- //{{AFX_INCLUDES()
- #include "msflexgrid.h"
- //}}AFX_INCLUDES
- #if !defined(AFX_MAPFORMVIEW_H__306871C4_6EBA_11D3_92B5_0000E826141B__INCLUDED_)
- #define AFX_MAPFORMVIEW_H__306871C4_6EBA_11D3_92B5_0000E826141B__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // MapFormView.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CMapFormView form view
- #ifndef __AFXEXT_H__
- #include <afxext.h>
- #endif
- class CMapFormView : public CFormView
- {
- protected:
- CMapFormView(); // protected constructor used by dynamic creation
- DECLARE_DYNCREATE(CMapFormView)
- // Form Data
- public:
- //{{AFX_DATA(CMapFormView)
- enum { IDD = IDD_GRID_FORMVIEW };
- CMSFlexGrid m_ctrlGrid;
- //}}AFX_DATA
- // Attributes
- public:
- // Operations
- public:
- BOOL IsInDataSet(CString strName);
- void WriteRows(int x,int y,int cols,CString str);
- void AddFormData();
- CMapX* m_pCtrlMapX;
- CMapView* m_pMapView;
- CString m_strEditLayer;
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CMapFormView)
- public:
- virtual void OnInitialUpdate();
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- virtual ~CMapFormView();
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
- // Generated message map functions
- //{{AFX_MSG(CMapFormView)
- afx_msg void OnSize(UINT nType, int cx, int cy);
- afx_msg void OnDestroy();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_MAPFORMVIEW_H__306871C4_6EBA_11D3_92B5_0000E826141B__INCLUDED_)