xcsz.h

来自「evc编程,使用数据库软件」· C头文件 代码 · 共 62 行

H
62
字号
#if !defined(AFX_XCSZ_H__598258E1_E0A9_4C57_8BE5_7DB41518DE80__INCLUDED_)
#define AFX_XCSZ_H__598258E1_E0A9_4C57_8BE5_7DB41518DE80__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// Cxcsz dialog

class Cxcsz : public CDialog//限差设置
{
// Construction
public:
	Cxcsz(CWnd* pParent = NULL);   // standard constructor
	int wchartofloat(CString point);
// Dialog Data
	//{{AFX_DATA(Cxcsz)
	enum { IDD = IDD_XC_SZ };
	CComboBox	m_DJ_ctr;
	CString	m_2c;
	CString	m_ac;
	CString	m_dc;
	CString	m_fc;
	CString	m_ic;
	CString	m_ndc;
	CString	m_glc;
	UINT	m_czjchs;
	UINT	m_jlchs;
	UINT	m_spjchs;
	CString	m_dj;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(Cxcsz)
	virtual void OnOK();
	afx_msg void OnSelchangeDjSet();
	afx_msg void OnKillfocus();
	afx_msg void OnSetfocus();
	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_XCSZ_H__598258E1_E0A9_4C57_8BE5_7DB41518DE80__INCLUDED_)

⌨️ 快捷键说明

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