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

📄 syncconfigview.h

📁 WinCE开发技巧与实例的配套源码
💻 H
字号:
#if !defined(AFX_SYNCCONFIGVIEW_H__91064057_CD35_4768_A3C3_1B68700C4342__INCLUDED_)
#define AFX_SYNCCONFIGVIEW_H__91064057_CD35_4768_A3C3_1B68700C4342__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CSyncConfigView form view

#ifndef __AFXEXT_H__
#include <afxext.h>
#endif

class CSyncConfigView : public CFormView
{
public:
	CSyncConfigView();           // protected constructor used by dynamic creation
protected:	
	DECLARE_DYNCREATE(CSyncConfigView)

// Form Data
public:
	//{{AFX_DATA(CSyncConfigView)
	enum { IDD = IDD_SYNCCONFIG_VIEW };
	CString	m_strDBLoginID;
	CString	m_strDBPassword;
	CString	m_strDBName;
	CString	m_strDBServerName;
	CString	m_strURL;
	//}}AFX_DATA

// Attributes
public:

// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CSyncConfigView)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	virtual void OnActivateView(BOOL bActivate, CView* pActivateView, CView* pDeactiveView);
	//}}AFX_VIRTUAL

// Implementation
protected:
	virtual ~CSyncConfigView();
#ifdef _DEBUG
	virtual void AssertValid() const;
	virtual void Dump(CDumpContext& dc) const;
#endif

	// Generated message map functions
	//{{AFX_MSG(CSyncConfigView)
	afx_msg void OnButtonDefault();
	afx_msg void OnButtonReturn();
	afx_msg void OnButtonSave();
	afx_msg void OnButtonDeldb();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

/////////////////////////////////////////////////////////////////////////////

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

#endif // !defined(AFX_SYNCCONFIGVIEW_H__91064057_CD35_4768_A3C3_1B68700C4342__INCLUDED_)

⌨️ 快捷键说明

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