dlgdl.h
来自「我自己整理的一些VC源代码」· C头文件 代码 · 共 89 行
H
89 行
#if !defined(AFX_DLGDL_H__5B3B93F8_5424_4BF9_8FC9_80FD0FFA047A__INCLUDED_)
#define AFX_DLGDL_H__5B3B93F8_5424_4BF9_8FC9_80FD0FFA047A__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DlgDL.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CDlgDL dialog
class CDlgDL : public CDialog
{
// Construction
public:
CDlgDL(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CDlgDL)
enum { IDD = IDD_DL };
CEdit m_ed_xcbh;
CComboBox m_cb_xctzkh;
CEdit m_ed_dlyhzh;
CEdit m_ed_dljhje;
CEdit m_ed_dlfzrm;
CEdit m_ed_dldlmc;
CEdit m_ed_dldldh;
CEdit m_ed_dldlbh;
CEdit m_ed_dlbzxx;
CDateTimeCtrl m_dt_dljrrq;
CComboBox m_cb_dltjrh;
CComboBox m_cb_dlsjdl;
CComboBox m_cb_dlkhyh;
CComboBox m_cb_dldlzg;
CComboBox m_cb_dldljb;
CComboBox m_cb_dldlch;
BOOL m_ck_xuanchuan;
//}}AFX_DATA
public:
OPERATOR_MODE m_nOperType;
BOOL bFlag;
CString strdldlid;
CString strdldlbh;
CString strdldlmc;
CString strdldldh;
CString strdlkhyh;
CString strdlyhzh;
CString strdljrrq;
CString strdlfzrm;
CString strdldljb;
CString strdljhje;
CString strdldlzt;
CString strdldlzg;
CString strdltjrh;
CString strdlsjdl;
CString strdldlch;
CString strdljlzt;
CString strdlbzxx;
CString strxcygbh;
CString strxcygid;
CString strxctzkh;
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDlgDL)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CDlgDL)
virtual BOOL OnInitDialog();
virtual void OnOK();
afx_msg void OnBtNext();
afx_msg void OnCkXuanchuan();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DLGDL_H__5B3B93F8_5424_4BF9_8FC9_80FD0FFA047A__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?