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

📄 cqxx.h

📁 evc编程,使用数据库软件
💻 H
字号:
#if !defined(AFX_CQXX_H__6F73389E_72A5_4B54_A0D1_889CAE2366EA__INCLUDED_)
#define AFX_CQXX_H__6F73389E_72A5_4B54_A0D1_889CAE2366EA__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CCqxx dialog
//测区综合信息设置
class CCqxx : public CDialog
{
// Construction
public:
	CCqxx(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CCqxx)
	enum { IDD = IDD_CQXX };
	CString	m_cktq;//参考椭球
	CString	m_workname;//测区名称
	float	m_ghgc;//规划高程面
	float	m_zwx;//测区中央子午线
	CString	m_tylx;//投影类型
	float	m_zgxs;//折光系数
	float	m_gcyc;//高程异常
	CString	m_gcxt;//高程系统
	CString	m_zbxt;//坐标系统
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CCqxx)
	virtual void OnOK();
	afx_msg void OnKillfocus();
	afx_msg void OnSetfocus();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_CQXX_H__6F73389E_72A5_4B54_A0D1_889CAE2366EA__INCLUDED_)

⌨️ 快捷键说明

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