📄 gaosidlg.h
字号:
// gaosiDlg.h : header file
//
#if !defined(AFX_GAOSIDLG_H__86797D07_8105_42A7_9EEA_FA4B914587D2__INCLUDED_)
#define AFX_GAOSIDLG_H__86797D07_8105_42A7_9EEA_FA4B914587D2__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CGaosiDlg dialog
class CGaosiDlg : public CDialog
{
// Construction
public:
CGaosiDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CGaosiDlg)
enum { IDD = IDD_GAOSI_DIALOG };
int m_nzuobiao;
double m_L0;
double m_L;
double m_B;
double m_X;
double m_Y;
double m_h1;
double m_B1;
double m_h2;
double m_e2;
double m_y1;
double m_B2;
double m_y2;
double m_result;
double m_d;
double m_e1;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CGaosiDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CGaosiDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnWgs84();
virtual void OnOK();
afx_msg void OnChangeEdit7();
afx_msg void OnButton1();
afx_msg void OnBj54();
afx_msg void OnGdz80();
afx_msg void OnButton2();
afx_msg void OnButton3();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_GAOSIDLG_H__86797D07_8105_42A7_9EEA_FA4B914587D2__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -