📄 arxdatabasedlg.h
字号:
// ArxDatabaseDlg.h : header file
//
#if !defined(AFX_ARXDATABASEDLG_H__C95C3DCB_CCC3_4095_B667_16316E7A3109__INCLUDED_)
#define AFX_ARXDATABASEDLG_H__C95C3DCB_CCC3_4095_B667_16316E7A3109__INCLUDED_
#include "picture.h"
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CArxDatabaseDlg dialog
class CArxDatabaseDlg : public CDialog
{
// Construction
public:
CArxDatabaseDlg(CWnd* pParent = NULL); // standard constructor
_ConnectionPtr m_pConnection;
_RecordsetPtr m_pRecordset;
CPicture m_Pic;
CPicture m_Pic1;
// Dialog Data
//{{AFX_DATA(CArxDatabaseDlg)
enum { IDD = IDD_ARXDATABASE_DIALOG };
CListBox m_List;
CString m_CompKind;
CString m_CompName;
CString m_CompStyle;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CArxDatabaseDlg)
public:
virtual BOOL DestroyWindow();
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CArxDatabaseDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnReadcomp();
afx_msg void OnWritecomp();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_ARXDATABASEDLG_H__C95C3DCB_CCC3_4095_B667_16316E7A3109__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -