📄 dlost.h
字号:
#if !defined(AFX_DLOST_H__0E422604_D6F9_4F91_B597_8373B4724C31__INCLUDED_)
#define AFX_DLOST_H__0E422604_D6F9_4F91_B597_8373B4724C31__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DLost.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CDLost dialog
#include "BaseEdit.h"
#include "BaseComboBox.h"
#include "BaseDateTimeCtrl.h"
#include "RxRecordset.h" // Added by ClassView
class CDLost : public CDialog
{
// Construction
public:
virtual void SetID(CString sID);
CDLost(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CDLost)
enum { IDD = IDD_DIA_LOST };
CBaseComboBox m_ComLost;
CStatic m_StaID;
CStatic m_StaCaption;
CBaseEdit m_EdtUnit;
CBaseEdit m_EdtSpec;
CBaseEdit m_EdtOutPut;
CBaseEdit m_EdtName;
CBaseEdit m_EdtMem;
CBaseEdit m_EdtInput;
CBaseDateTimeCtrl m_DtDate;
CButton m_ButSure;
CButton m_ButExit;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDLost)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CDLost)
virtual void OnOK();
virtual BOOL OnInitDialog();
afx_msg void OnButsure();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
RxRecordset rst;
void Display(CString sID);
CString m_sID;
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DLOST_H__0E422604_D6F9_4F91_B597_8373B4724C31__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -