📄 oracletestdlg.h
字号:
// OracleTestDlg.h : header file
//
#if !defined(AFX_ORACLETESTDLG_H__4B24FC04_A01C_43B4_A543_4655BCCEF8A2__INCLUDED_)
#define AFX_ORACLETESTDLG_H__4B24FC04_A01C_43B4_A543_4655BCCEF8A2__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// COracleTestDlg dialog
// CAboutDlg dialog used for App About
#include "stdafx.h"
class COracleTestDlg : public CDialog
{
// Construction
public:
COracleTestDlg(CWnd* pParent = NULL); // standard constructor
ODatabase orocldb; // the database object
ODynaset dyn; // dynaset object
// Dialog Data
//{{AFX_DATA(COracleTestDlg)
enum { IDD = IDD_ORACLETEST_DIALOG };
CString m_DatabaseName;
CString m_LogonName;
CString m_LogonPassWord;
CString m_SQL;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(COracleTestDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(COracleTestDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnConnection();
afx_msg void OnDisconnect();
afx_msg void OnChangeEditSql();
afx_msg void OnGoSQL();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_ORACLETESTDLG_H__4B24FC04_A01C_43B4_A543_4655BCCEF8A2__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -