interfacedlg.h

来自「程序通过OO4O库实现了VC6.0下oracle10g数据库的访问」· C头文件 代码 · 共 67 行

H
67
字号
//{{AFX_INCLUDES()
#include "ntgraph.h"
//}}AFX_INCLUDES
#if !defined(AFX_INTERFACEDLG_H__8A9A67B7_BA7C_4044_A090_699182DDF42B__INCLUDED_)
#define AFX_INTERFACEDLG_H__8A9A67B7_BA7C_4044_A090_699182DDF42B__INCLUDED_

#include "GridCtrl.h"	// Added by ClassView
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// InterfaceDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CInterfaceDlg dialog

class CInterfaceDlg : public CDialog
{
// Construction
public:
	CString GetCurPath();
	int BlobtoFile(CString FieldName, CString FileName);
	CArray<CString,CString> m_KindName;
	CGridCtrl m_Grid;
	CString m_EndTime;
	CString m_StartTime;
	double m_ErrorLong;
	double m_ErrorLat;
	double m_Long;
	double m_Lat;
	ODynaset m_rs;
	CString m_sql;
	CInterfaceDlg(CWnd* pParent = NULL);   // standard constructor
// Dialog Data
	//{{AFX_DATA(CInterfaceDlg)
	enum { IDD = IDD_INTERFACE };
	CComboBox	m_cbName;
	CEdit	m_File;
	CNTGraph	m_Graph;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CInterfaceDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnInterShow();
	afx_msg void OnPosi();
	afx_msg void OnDisplay();
	afx_msg void OnOutput();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_INTERFACEDLG_H__8A9A67B7_BA7C_4044_A090_699182DDF42B__INCLUDED_)

⌨️ 快捷键说明

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