📄 dsel.h
字号:
#if !defined(AFX_DSEL_H__14463E31_6CEE_48AD_985D_02E9E2E3255A__INCLUDED_)
#define AFX_DSEL_H__14463E31_6CEE_48AD_985D_02E9E2E3255A__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DSel.h : header file
//
#include "BaseEdit.h"
#include "BaseComboBox.h"
#include "RxRecordset.h" // Added by ClassView
/////////////////////////////////////////////////////////////////////////////
// CDSel dialog
class CDSel : public CDialog
{
// Construction
public:
CString m_sDataBase;
CString m_Caption;
bool Show(CString sCaption,CString sDateBaseName,CDialog *NextWnd);
CDialog* m_pDlg;
CDSel(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CDSel)
enum { IDD = IDD_DIASel };
RxGrid m_Grid;
CBaseEdit m_EdtName;
CBaseEdit m_EdtID;
CBaseComboBox m_Comdep;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDSel)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CDSel)
virtual BOOL OnInitDialog();
afx_msg void OnButsel();
afx_msg void OnDblclkDselGrid(NMHDR* pNMHDR, LRESULT* pResult);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
CString m_sID;
RxRecordset rst;
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DSEL_H__14463E31_6CEE_48AD_985D_02E9E2E3255A__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -