📄 kaveragedialog.h
字号:
#if !defined(AFX_KAVERAGEDIALOG_H__DA554DAE_156C_4CD5_A1DE_CAB242E48017__INCLUDED_)
#define AFX_KAVERAGEDIALOG_H__DA554DAE_156C_4CD5_A1DE_CAB242E48017__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// KAverageDialog.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CKAverageDialog dialog
class CKAverageDialog : public CDialog
{
// Construction
public:
CKAverageDialog(CWnd* pParent = NULL); // standard constructor
int count;
double x1[100],x2[100];
// Dialog Data
//{{AFX_DATA(CKAverageDialog)
enum { IDD = K_AVERAGE };
double m_z1;
double m_z2;
double m_z3;
double m_z4;
double m_z5;
double m_z6;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CKAverageDialog)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CKAverageDialog)
afx_msg void OnReadin();
virtual void OnOK();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_KAVERAGEDIALOG_H__DA554DAE_156C_4CD5_A1DE_CAB242E48017__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -