📄 adomfcdlg.h
字号:
// ADOMFCDlg.h : header file
//
#if !defined(AFX_ADOMFCDLG_H__C37C57A5_764C_4727_B352_8130101F14A0__INCLUDED_)
#define AFX_ADOMFCDLG_H__C37C57A5_764C_4727_B352_8130101F14A0__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CADOMFCDlg dialog
class CADOMFCDlg : public CDialog
{
// Construction
public:
CString m_strFileValue;
_variant_t m_vFieldValue;
void DispFileds(); //显示数据
_RecordsetPtr m_pRs; //保存信息
_ConnectionPtr m_pCon; //连接数据
CADOMFCDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CADOMFCDlg)
enum { IDD = IDD_ADOMFC_DIALOG };
CString m_address;
CString m_date;
CString m_name;
CString m_number;
CString m_score;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CADOMFCDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
void setFileds();
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CADOMFCDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnButtAddNew();
afx_msg void OnButtSave();
afx_msg void OnButtNext();
afx_msg void OnButtPrev();
afx_msg void OnButtLast();
afx_msg void OnButtFirst();
afx_msg void OnButtDelete();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_ADOMFCDLG_H__C37C57A5_764C_4727_B352_8130101F14A0__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -