ellipsevolumedlg.h
来自「本人用Vc实现的一个 遥控飞艇 辅助设计 软件」· C头文件 代码 · 共 67 行
H
67 行
// EllipseVolumeDlg.h : header file
//
#if !defined(AFX_ELLIPSEVOLUMEDLG_H__ED37F8E7_9F88_4C0C_93E7_08ED027F536E__INCLUDED_)
#define AFX_ELLIPSEVOLUMEDLG_H__ED37F8E7_9F88_4C0C_93E7_08ED027F536E__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CEllipseVolumeDlg dialog
class CEllipseVolumeDlg : public CDialog
{
// Construction
public:
CEllipseVolumeDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CEllipseVolumeDlg)
enum { IDD = IDD_ELLIPSEVOLUME_DIALOG };
float m_a;
float m_b;
float m_c;
float m_s;
float m_v;
float m_haiqi_dczhl;
float m_haiqi_qnzhl;
float m_haiqi_qtshl;
float m_qingqi_dczhl;
float m_qingqi_qnzhl;
float m_qingqi_qtshl;
float m_haiqi_kzshl;
float m_qingqi_kzshl;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CEllipseVolumeDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CEllipseVolumeDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnButton1Calc();
afx_msg void OnRadioClicked();
afx_msg void OnChangeEditHaiqiQtshl();
afx_msg void OnChangeEditHaiqiQnzhl();
afx_msg void OnChangeEditHaiqiDczhl();
afx_msg void OnButton1Print();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_ELLIPSEVOLUMEDLG_H__ED37F8E7_9F88_4C0C_93E7_08ED027F536E__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?