📄 dlgsp.h
字号:
#if !defined(AFX_DLGSP_H__6CD79AE0_E84F_4BDE_A0C2_062EE5A5F191__INCLUDED_)
#define AFX_DLGSP_H__6CD79AE0_E84F_4BDE_A0C2_062EE5A5F191__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DlgSP.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CDlgSP dialog
class CDlgSP : public CDialog
{
// Construction
public:
CDlgSP(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CDlgSP)
enum { IDD = IDD_SP };
CEdit m_ed_spykdj;
CEdit m_ed_spyhdj;
CEdit m_ed_spxjdj;
CEdit m_ed_spxcdj;
CEdit m_ed_spspmc;
CEdit m_ed_spsphm;
CEdit m_ed_splsjq;
CEdit m_ed_spjkdj;
CEdit m_ed_spdjdj;
CEdit m_ed_spbzxx;
CComboBox m_cb_spspgg;
CComboBox m_cb_spjldw;
//}}AFX_DATA
public:
OPERATOR_MODE m_nOperType;
CString strspspid;
CString strspsphm;
CString strspspmc;
CString strspspgg;
CString strspjldw;
CString strspdjdj;
CString strspxcdj;
CString strspxjdj;
CString strspjkdj;
CString strspykdj;
CString strspyhdj;
CString strsplsjq;
CString strspjlzt;
CString strspbzxx;
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDlgSP)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CDlgSP)
virtual BOOL OnInitDialog();
afx_msg void OnBtNext();
virtual void OnOK();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DLGSP_H__6CD79AE0_E84F_4BDE_A0C2_062EE5A5F191__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -