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

📄 zd_set.h

📁 evc编程,使用数据库软件
💻 H
字号:
#if !defined(AFX_ZD_SET_H__3A164564_A838_4501_BDE3_2CA8B1B1D8B2__INCLUDED_)
#define AFX_ZD_SET_H__3A164564_A838_4501_BDE3_2CA8B1B1D8B2__INCLUDED_

#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
// Zd_set.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CZd_set dialog

class CZd_set : public CDialog
{
// Construction
public:
	BOOL delclsx();
	int sumrec(int chs);
	BOOL savejltab();
	BOOL addspjtab();
	bool saveczjtab();
	BOOL writetab();
	void clsx();
	double searchcbg();
	double m_wtof(CString str);
	int chs(int i,int j,int l);
	CZd_set(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CZd_set)
	enum { IDD = IDD_CZD_SET };
	CButton	m_SPJ;
	CButton	m_JL;
	CButton	m_CZJ;
	CComboBox	m_CBDM;
	double	m_qw;
	double	m_yqg;
	CString	m_zdm;
	double	m_qy;
	CString	m_zbz;
	CString	m_cbdm;
	BOOL	m_czj;
	BOOL	m_jl;
	BOOL	m_spj;
	BOOL	m_dxjs;
	CString	m_cty;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CZd_set)
	virtual void OnOK();
	afx_msg void OnAdd();
	afx_msg void OnSetfocus();
	afx_msg void OnKillfocus();
	virtual void OnCancel();
	afx_msg void OnSelchange();
	virtual BOOL OnInitDialog();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_ZD_SET_H__3A164564_A838_4501_BDE3_2CA8B1B1D8B2__INCLUDED_)

⌨️ 快捷键说明

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