📄 xiechilun3.h
字号:
#if !defined(AFX_XIECHILUN3_H__93F1B750_6F6C_45C1_B98D_2F1891186BC7__INCLUDED_)
#define AFX_XIECHILUN3_H__93F1B750_6F6C_45C1_B98D_2F1891186BC7__INCLUDED_
#include "ADODatabase.h" // Added by ClassView
#include "ADORecordset.h"
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// xiechilun3.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// xiechilun3 dialog
#include "Resource.h"
#include "xiechilun4.h"
class xiechilun2;
class xiechilun3 : public CDialog
{
// Construction
public:
xiechilun3(CWnd* pParent = NULL); // standard constructor
xiechilun2 *m_preDlg;
xiechilun4 m_nextDlg;
void Quit();
CADORecordset m_ADORecordset;
CADODatabase m_ADODatabase;
void xianshiweitu(CString pp);
double strtodouble(CString pp);
double jisuanfenduyuan();
// Dialog Data
//{{AFX_DATA(xiechilun3)
enum { IDD = IDD_DIALOG30 };
CComboBox m_chikuanxishu;
CComboBox m_zaihexishu;
double m_anquanxishu;
double m_fenduyuanzhijing;
double m_moshu;
double m_quyuxishu;
double m_zhuduanmianchonghe;
double m_chuandizhuanju;
double m_zhujiechupilaojixian;
double m_zhuyinglixunhuan;
double m_congyinglixunhuan;
double m_zhushoumingxishu;
double m_congshoumingxishu;
double m_yuanzhousudu;
double m_dongzaixishu;
double m_bh;
double m_zongxiangchonghe;
double m_zaihefenbuxishu;
double m_chixiangzaihefenbu;
double m_shiyongxishu;
double m_zhuansu;
int m_chishu;
CString m_xiaocailiao;
double m_luoxuanjiao;
double m_chuandongbi;
double m_gonglu;
double m_congduanmianchonghe;
CString m_dacailiao;
double m_congjiechupilaojixian;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(xiechilun3)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(xiechilun3)
afx_msg void OnHelpBtn();
afx_msg void OnPreBtn();
afx_msg void OnCancel();
virtual BOOL OnInitDialog();
afx_msg void Onquyuxishu();
afx_msg void Onzhuduanmianchonghe();
afx_msg void Oncongduanmianchonghe();
afx_msg void Onjisuanzhuanju();
afx_msg void Onzhujiechupilao();
afx_msg void Oncongjiechupilao();
afx_msg void Onzhuyinglixunhuan();
afx_msg void Oncongyinlixunhuan();
afx_msg void Onzhushoumingxishu();
afx_msg void Oncongyinglixunhuan();
afx_msg void Onyuanzhousudu();
afx_msg void Ondongzaixishu();
afx_msg void Onzaihexishu();
afx_msg void OnNextBtn();
afx_msg void Onjisuanbh();
afx_msg void Onzongxiang();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_XIECHILUN3_H__93F1B750_6F6C_45C1_B98D_2F1891186BC7__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -