📄 xcsz.h
字号:
#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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -