📄 hbgldlg.h
字号:
#if !defined(AFX_HBGLDLG_H__4573C512_F1DE_455E_AD83_5C3A53F11028__INCLUDED_)
#define AFX_HBGLDLG_H__4573C512_F1DE_455E_AD83_5C3A53F11028__INCLUDED_
#include "hangban_Recordset.h" // Added by ClassView
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Hbgldlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CHbgldlg dialog
class CHbgldlg : public CDialog
{
// Construction
public:
int m_hbCount;
int Show();
Changban_Recordset m_hbgl;
CHbgldlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CHbgldlg)
enum { IDD = IDD_HBGLDLG };
CString m_hbnum;
CString m_hbname;
CString m_hbzdz;
CString m_hbqsd;
CString m_qssj;
CString m_hbddsj;
int m_hbydc;
int m_hbedc;
int m_hbsdc;
int m_zw1;
int m_zw2;
int m_zw3;
CString m_riqi;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CHbgldlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CHbgldlg)
afx_msg void OnFindbtn();
afx_msg void OnAddbtn();
afx_msg void OnEditbtn();
afx_msg void OnDelbtn();
virtual BOOL OnInitDialog();
afx_msg void OnClear();
afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_HBGLDLG_H__4573C512_F1DE_455E_AD83_5C3A53F11028__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -