📄 dbasequery.h
字号:
#if !defined(AFX_DBASEQUERY_H__98723CF3_1CA5_405D_94E2_939233B7AEC6__INCLUDED_)
#define AFX_DBASEQUERY_H__98723CF3_1CA5_405D_94E2_939233B7AEC6__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DBaseQuery.h : header file
//
#include "BaseButton.h"
#include "RxGrid.h"
#include "BaseComboBox.h"
#include "RxRecordset.h" // Added by ClassView
#include "BaseEdit.h"
#include "CustomGroup.h"
/////////////////////////////////////////////////////////////////////////////
// CDBaseQuery dialog
class CDBaseQuery : public CDialog
{
// Construction
public:
bool Show(CString sCaption, CString sDateBaseName, CDialog *NextWnd,PrintStruct pr);
bool CanPrint;
int m_CurrentRow;
CDialog* m_pWnd;
CString m_Caption;
CString m_DateBaseName;
CDBaseQuery(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CDBaseQuery)
enum { IDD = IDD_DIA_DBaseQuery };
CCustomGroup m_Group1;
CCustomGroup m_Group;
CBaseButton m_ButQuery;
CBaseButton m_ButPrint;
RxGrid m_Grid;
CBaseEdit m_EdtCondition;
CBaseComboBox m_ComField;
CBaseComboBox m_ComEmblem;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDBaseQuery)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
RxRecordset rst;
// Generated message map functions
//{{AFX_MSG(CDBaseQuery)
afx_msg void OnButQuery();
afx_msg void OnBUTPrint();
virtual BOOL OnInitDialog();
afx_msg void OnDblclkBasequeryGrid(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
afx_msg void OnPaint();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DBASEQUERY_H__98723CF3_1CA5_405D_94E2_939233B7AEC6__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -