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

📄 sqlcedemoview.h

📁 WinCE开发技巧与实例的配套源码
💻 H
字号:
// SQLCEDemoView.h : interface of the CSQLCEDemoView class
//
/////////////////////////////////////////////////////////////////////////////

#if !defined(AFX_SQLCEDEMOVIEW_H__9DE3DCC8_BEC9_4E7E_81D5_AB8DE8C93285__INCLUDED_)
#define AFX_SQLCEDEMOVIEW_H__9DE3DCC8_BEC9_4E7E_81D5_AB8DE8C93285__INCLUDED_

#include "CeBtnST.h"

#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000

class CSQLCEDemoView : public CFormView
{
public: // create from serialization only
	CSQLCEDemoView();
	DECLARE_DYNCREATE(CSQLCEDemoView)

public:
	//{{AFX_DATA(CSQLCEDemoView)
	enum{ IDD = IDD_SQLCEDEMO_FORM };
		// NOTE: the ClassWizard will add data members here
	//}}AFX_DATA

// Attributes
public:
	//CSQLCEDemoDoc* GetDocument();

// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CSQLCEDemoView)
	public:
	virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
	virtual void OnInitialUpdate();
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

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

protected:

// Generated message map functions
protected:
	//{{AFX_MSG(CSQLCEDemoView)
	afx_msg void OnButton5();
	afx_msg void OnButton3();
	afx_msg void OnButton7();
	afx_msg void OnButton9();
	afx_msg void OnButton11();
	afx_msg void OnButton2();
	afx_msg void OnButton4();
	afx_msg void OnButton6();
	afx_msg void OnButton8();
	afx_msg void OnButton10();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
private:
	CCeButtonST m_cebtnCustomer;
	CCeButtonST m_cebtnProduct;
	CCeButtonST m_cebtnVisit;
	CCeButtonST m_cebtnOrder;
	CCeButtonST m_cebtnPromotion;
	CCeButtonST m_cebtnStorage;
	CCeButtonST m_cebtnEvaluate;
	CCeButtonST m_cebtnBackup;
	CCeButtonST m_cebtnMessage;
	CCeButtonST m_cebtnSync;
	CCeButtonST m_cebtnLogout;
	CCeButtonST m_cebtnAR;
	
};

#ifndef _DEBUG  // debug version in SQLCEDemoView.cpp
/*
inline CSQLCEDemoDoc* CSQLCEDemoView::GetDocument()
   { return (CSQLCEDemoDoc*)m_pDocument; }
   */
#endif

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

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

#endif // !defined(AFX_SQLCEDEMOVIEW_H__9DE3DCC8_BEC9_4E7E_81D5_AB8DE8C93285__INCLUDED_)

⌨️ 快捷键说明

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