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

📄 dbtoolsql.h

📁 很好的程序,希望能给你们带来方便.大家一起来维护这个网站,使其发展的更旺
💻 H
字号:
#if !defined(AFX_DBTOOLSQL_H__DE1CA97B_A012_422F_8FDB_A48E9D850530__INCLUDED_)
#define AFX_DBTOOLSQL_H__DE1CA97B_A012_422F_8FDB_A48E9D850530__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DBToolSQL.h : header file
//

#include "ResizableDialog.h"
/////////////////////////////////////////////////////////////////////////////
// DBToolSQL dialog

class DBToolSQL : public CResizableDialog
{
// Construction
public:
	BOOL SaveFile();
	BOOL GetSave();
	BOOL Create();
	DBToolSQL(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(DBToolSQL)
	enum { IDD = IDD_DIALOG_SQL };
		// NOTE: the ClassWizard will add data members here
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(DBToolSQL)
	public:
	virtual BOOL PreTranslateMessage(MSG* pMsg);
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	virtual void PostNcDestroy();
	//}}AFX_VIRTUAL

// Implementation
protected:
	// Generated message map functions
	//{{AFX_MSG(DBToolSQL)
	afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
	virtual BOOL OnInitDialog();
	afx_msg void OnClose();
	virtual void OnCancel();
	afx_msg void OnExecute();
	afx_msg void OnChangeEditSql();
	afx_msg void OnButtonSave();
	afx_msg void OnButtonOpen();
	afx_msg void OnButtonNew();
	afx_msg void OnButtonSaveas();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
private:
	BOOL m_bolFlagSave;
	UINT m_nID;
	CWnd* parent;
};

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

#endif // !defined(AFX_DBTOOLSQL_H__DE1CA97B_A012_422F_8FDB_A48E9D850530__INCLUDED_)

⌨️ 快捷键说明

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