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

📄 dlalogsurvey.h

📁 能够实现一些常用的地图转换
💻 H
字号:
//{{AFX_INCLUDES()
#include "msflexgrid.h"
//}}AFX_INCLUDES
#if !defined(AFX_DLALOGSURVEY_H__5A03DC66_0011_11D6_AADD_0000E86D0FFA__INCLUDED_)
#define AFX_DLALOGSURVEY_H__5A03DC66_0011_11D6_AADD_0000E86D0FFA__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DlalogSurvey.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CDlalogSurvey dialog

class CDlalogSurvey : public CDialog
{
public:
    void SetDH_FARST(int Dh);
	void SetDH_LAST(int Dh);
	CString GetFileName(CString strtype);
	void ReadLine(CString strline,char token,double *array);
	void GetDhMeridian(CString stryuan,int* meridian,int* gdh);
    int CheckFile(CString strline);
public:
	CDlalogSurvey(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CDlalogSurvey)
	enum { IDD = IDD_DIALOG_SURVEY };
	CComboBox	m_cmb_last;
	CComboBox	m_cmb_farst;
	BOOL	m_dhbegin;
	BOOL	m_dhlast;
	CMSFlexGrid	m_grid_begin;
	CMSFlexGrid	m_grid_last;
	CMSFlexGrid	m_grid_sd;
	int		m_rfarst;
	int		m_rlast;
	int		m_rref;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CDlalogSurvey)
	public:
	virtual BOOL DestroyWindow();
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CDlalogSurvey)
	afx_msg void OnCaseddata();
	afx_msg void OnEmptydata();
	afx_msg void OnCount();
	afx_msg void OnSavedata();
	afx_msg void OnExit();
	virtual BOOL OnInitDialog();
	afx_msg void OnKeyPressMsflexgridFarst(short FAR* KeyAscii);
	afx_msg void OnKeyPressMsflexgridLast(short FAR* KeyAscii);
	afx_msg void OnRadioFarst();
	afx_msg void OnRadioFarst3();
	afx_msg void OnRADIOFARSTn();
	afx_msg void OnRadioLast6();
	afx_msg void OnRadioLast3();
	afx_msg void OnRADIOLASTn();
	afx_msg void OnCheckBegin();
	afx_msg void OnCheckLast();
	DECLARE_EVENTSINK_MAP()
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_DLALOGSURVEY_H__5A03DC66_0011_11D6_AADD_0000E86D0FFA__INCLUDED_)

⌨️ 快捷键说明

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