📄 daip2.h
字号:
#if !defined(AFX_DAIP2_H__AEB3DF62_251D_4546_B907_08EFCBFFC47A__INCLUDED_)
#define AFX_DAIP2_H__AEB3DF62_251D_4546_B907_08EFCBFFC47A__INCLUDED_
#include "ADODatabase.h" // Added by ClassView
#include "ADORecordset.h"
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// daip2.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// Cdaip2 dialog
#include "Resource.h"
class Cdaip1;
class Cdaip2 : public CDialog
{
// Construction
public:
Cdaip2(CWnd* pParent = NULL); // standard constructor
Cdaip1 *m_preDlg;
void Quit();
double strtodouble(CString pp1);
// Dialog Data
//{{AFX_DATA(Cdaip2)
enum { IDD = IDD_DIALOG25 };
CComboBox m_daihou;
double m_minzhongxin;
double m_zhongxin;
double m_maxzhongxin;
double m_minxzhijing;
double m_xzhijing;
double m_maxxzhijing;
double m_dzhijing;
double m_zhouli;
double m_daisu;
double m_baojiao;
double m_daikuan;
double m_changdu;
double m_qunao;
BOOL m_TCXT;
double m_bizhi;
double m_P0;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(Cdaip2)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(Cdaip2)
virtual BOOL OnInitDialog();
afx_msg void OnPreBtn();
afx_msg void OnHelpBtn();
virtual void OnCancel();
afx_msg void Onqueding1();
afx_msg void Onqueding2();
afx_msg void Onhuitu();
afx_msg void Onchabiao();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DAIP2_H__AEB3DF62_251D_4546_B907_08EFCBFFC47A__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -