deletedialog.h
来自「vc++ 6.0 使用ODBC 連接access data base 與使用li」· C头文件 代码 · 共 60 行
H
60 行
#if !defined(AFX_DELETEDIALOG_H__6B05D2B0_BD9F_4C0D_8578_F31568CE9D98__INCLUDED_)
#define AFX_DELETEDIALOG_H__6B05D2B0_BD9F_4C0D_8578_F31568CE9D98__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DeleteDialog.h : header file
//
#include "ODBCTestDoc.h"
#include "BtnST.h"
#include "WinXPButtonST.h"
/////////////////////////////////////////////////////////////////////////////
// CDeleteDialog dialog
class CDeleteDialog : public CDialog
{
// Construction
public:
CDeleteDialog(CWnd* pParent = NULL); // standard constructor
CODBCTestDoc *p_Doc;
CButtonST m_btnFork;
CButtonST m_btnFocusRect;
CButtonST m_btnClean;
// Dialog Data
//{{AFX_DATA(CDeleteDialog)
enum { IDD = IDD_DIALOG_Delete };
int m_edit_ElementIndex;
CString m_edit_ElementName;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDeleteDialog)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CDeleteDialog)
virtual void OnOK();
virtual void OnCancel();
afx_msg void OnBUTTONClean();
virtual BOOL OnInitDialog();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DELETEDIALOG_H__6B05D2B0_BD9F_4C0D_8578_F31568CE9D98__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?