⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 daiv.h

📁 基于UG平台
💻 H
字号:
#if !defined(AFX_DAIV_H__3ADE713E_9002_47E4_A5CF_BA21EB90A269__INCLUDED_)
#define AFX_DAIV_H__3ADE713E_9002_47E4_A5CF_BA21EB90A269__INCLUDED_
#include "ADODatabase.h"	// Added by ClassView
#include "ADORecordset.h"
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// daiv.h : header file
//
#include "Resource.h"
class Cdai2;
#include "daiv4.h"
/////////////////////////////////////////////////////////////////////////////
// Cdaiv dialog

class Cdaiv : public CDialog
{
// Construction
public:
	Cdaiv(CWnd* pParent = NULL);   // standard constructor
	Cdai2 *m_preDlg;
	void Quit();
	Cdaiv4 m_nextDlg;
	double strtodouble(CString pp1);
	CADORecordset m_ADORecordset;
	CADODatabase m_ADODatabase;

// Dialog Data
	//{{AFX_DATA(Cdaiv)
	enum { IDD = IDD_DIALOG21 };
	CListCtrl	m_listctrl;
	CComboBox	m_xdaizhijing;
	CComboBox	m_daijizhunzhijing;
	double	m_jisuangonglu;
	CString	m_vdaixing;
	double	m_chuandongbi;
	double	m_xzhuansu;
	double	m_dzhijing;
	double	m_minzhongxin;
	double	m_zhongxin;
	double	m_daijizhun;
	double	m_maxzhongxin;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(Cdaiv)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(Cdaiv)
	virtual BOOL OnInitDialog();
	afx_msg void OnClickList1(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnPreBtn();
	afx_msg void OnOnHelpBtn();
	virtual void OnCancel();
	afx_msg void OnNextbtn();
	afx_msg void Onxuanxing();
	afx_msg void Onqueding();
	afx_msg void Onjisuandaichangdu();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_DAIV_H__3ADE713E_9002_47E4_A5CF_BA21EB90A269__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -