📄 dblzfsx.h
字号:
#if !defined(AFX_DBLZFSX_H__8A299C21_8876_4CC2_8582_F51140D9DE11__INCLUDED_)
#define AFX_DBLZFSX_H__8A299C21_8876_4CC2_8582_F51140D9DE11__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Dblzfsx.h : header file
//
#include "BaseDateTimeCtrl.h"
#include "BaseEdit.h"
#include "BaseComboBox.h"
#include "RxRecordset.h" // Added by ClassView
/////////////////////////////////////////////////////////////////////////////
// CDblzfsx dialog
class CDblzfsx : public CDialog
{
// Construction
public:
CDblzfsx(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CDblzfsx)
enum { IDD = IDD_DIA_BLZFSX };
CBaseComboBox m_ComHTBH;
CBaseEdit m_EdtYt;
CBaseEdit m_EdtXmmc;
CBaseEdit m_EdtWt;
CBaseEdit m_EdtGzbm;
CBaseEdit m_EdtTd;
CBaseEdit m_EdtBh;
CBaseDateTimeCtrl m_DtZfrq;
CButton m_CheSy;
CButton m_ButSave;
CButton m_ButExit;
CButton m_ButDele;
CButton m_ButAdd;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDblzfsx)
public:
virtual BOOL PreTranslateMessage(MSG* pMsg);
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CDblzfsx)
virtual void OnOK();
afx_msg void OnButadd();
virtual BOOL OnInitDialog();
afx_msg void OnKillfocusComhtbh();
afx_msg void OnButsave1();
afx_msg void OnButdele();
afx_msg void OnButexit1();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
RxRecordset rst;
void Enabled(bool bEnabled);
void Display(CString sID);
void Clear();
CString m_sID;
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DBLZFSX_H__8A299C21_8876_4CC2_8582_F51140D9DE11__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -