browsedlg.h
来自「VC做的矢量画图程序!」· C头文件 代码 · 共 68 行
H
68 行
#if !defined(AFX_BROWSEDLG_H__77A66689_562E_438D_A8CA_2C7672F8C84D__INCLUDED_)
#define AFX_BROWSEDLG_H__77A66689_562E_438D_A8CA_2C7672F8C84D__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// BrowseDlg.h : header file
//
//#include "afxdb.h"
/////////////////////////////////////////////////////////////////////////////
// CBrowseDlg dialog
class CRecordSet;
class CBrowseDlg : public CDialog
{
// Construction
public:
BOOL bSelect;
void ShowData(CString * SelID,int n_SelID);
BOOL InitDialog();
void SetListStyle();
void SetListTitle();
void ShowData(CString sqlStr="");
CString m_ID;
CBrowseDlg(CWnd* pParent = NULL); // standard constructor
BOOL CBrowseDlg::IsVisible();
BOOL CBrowseDlg::IsOpen();
// Dialog Data
//{{AFX_DATA(CBrowseDlg)
enum { IDD = IDD_BROWSE };
CListCtrl m_LineInfo;
int m_type;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CBrowseDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CBrowseDlg)
virtual BOOL OnInitDialog();
afx_msg void CBrowseDlg::OnAdd();
afx_msg void CBrowseDlg::OnDel();
afx_msg void CBrowseDlg::OnQuery();
afx_msg void CBrowseDlg::OnModify();
afx_msg void CBrowseDlg::OnMaintain();
afx_msg void CBrowseDlg::OnAlldata();
afx_msg void CBrowseDlg::OnDianlan();
afx_msg void CBrowseDlg::OnPosition();
afx_msg void CBrowseDlg::OnClickList(NMHDR* pNMHDR, LRESULT* pResult);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
bool SelectValid();
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_BROWSEDLG_H__77A66689_562E_438D_A8CA_2C7672F8C84D__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?