⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 chbhfdlg.h

📁 vc++6.0与orcale的连接及对orcale数据库数据的提取
💻 H
字号:
// ChbhfDlg.h : header file
//

#if !defined(AFX_CHBHFDLG_H__0B68725C_3FBA_4462_9698_521DEFFE68D4__INCLUDED_)
#define AFX_CHBHFDLG_H__0B68725C_3FBA_4462_9698_521DEFFE68D4__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

/////////////////////////////////////////////////////////////////////////////
// CChbhfDlg dialog
#include "Nsrjbxx.h"
class CChbhfDlg : public CDialog
{
// Construction
public:

	void combo1();
	int lowtime();
	void init();
	void FLASH();
	CChbhfDlg(CWnd* pParent = NULL);	// standard constructor
    CDatabase m_database;
	int i,j;
	int w,user1;
	CString flag ,user,sl;
    CString slbh1,rybh;
	CNsrjbxx m_set;
	CBrush m_brush;
// Dialog Data
	//{{AFX_DATA(CChbhfDlg)
	enum { IDD = IDD_CHBHF_DIALOG };
	CStatic	m_CL;
	CStatic	m_TS;
	CButton	m_xzbaocun;
	CButton	m_xuanze;
	CTabCtrl	m_tab;
	CListCtrl	m_list4;
	CListCtrl	m_list3;
	CListCtrl	m_list2;
	CListCtrl	m_list1;
	CButton	m_jsquxiao;
	CButton	m_jieshou;
	CComboBox	m_combo1;
	CButton	m_bcquxiao;
	CButton	m_baocun;
	CString	m_cl;
	CString	m_ts;
	//}}AFX_DATA

	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CChbhfDlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	HICON m_hIcon;

	// Generated message map functions
	//{{AFX_MSG(CChbhfDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
	afx_msg void OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
	afx_msg void OnJs();
	afx_msg void OnJsqx();
	afx_msg void OnBc();
	afx_msg void OnSelchangeCombo1();
	afx_msg void OnEditchangeCombo1();
	afx_msg void OnSelchangeTab1(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnTimer(UINT nIDEvent);
	afx_msg void OnXz();
	afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
	afx_msg void OnButton1();
	afx_msg void OnButton2();
	afx_msg void OnButton3();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_CHBHFDLG_H__0B68725C_3FBA_4462_9698_521DEFFE68D4__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -