databaseoperatedlg.h

来自「一个简单的公交查询管理系统」· C头文件 代码 · 共 55 行

H
55
字号
#if !defined(AFX_DATABASEOPERATEDLG_H__BE96D5E5_8B02_4F3E_8096_91FD2A2BA185__INCLUDED_)
#define AFX_DATABASEOPERATEDLG_H__BE96D5E5_8B02_4F3E_8096_91FD2A2BA185__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CDatabaseOperateDlg dialog

class CDatabaseOperateDlg : public CDialog
{
// Construction
public:
	CString m_dir;
	CDatabaseOperateDlg(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CDatabaseOperateDlg)
	enum { IDD = IDD_DATABASE_OPERATE };
	CString	m_String_Address;
	CString	m_String_Time;
	CString	m_strSrcFile;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CDatabaseOperateDlg)
	virtual BOOL OnInitDialog();
	virtual void OnCancel();
	virtual void OnOK();
	afx_msg void OnDatabaseOperateDownload();
	afx_msg void OnDatabaseOperateUpdate();
	afx_msg void OnDatabaseOperateDir();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_DATABASEOPERATEDLG_H__BE96D5E5_8B02_4F3E_8096_91FD2A2BA185__INCLUDED_)

⌨️ 快捷键说明

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