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

📄 crtt_ceview.h

📁 Pocket PC2003上的火车时刻表
💻 H
字号:
// Crtt_CEView.h : interface of the CCrtt_CEView class
//
#include "ListCtrlEx.h"
class CListCtrlEx;
/////////////////////////////////////////////////////////////////////////////

#if !defined(AFX_CRTT_CEVIEW_H__A40E88AD_75DD_11D2_8372_0000210056C3__INCLUDED_)
#define AFX_CRTT_CEVIEW_H__A40E88AD_75DD_11D2_8372_0000210056C3__INCLUDED_

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

class CCrtt_CEView : public CFormView
{
protected: // create from serialization only
	CCrtt_CEView();
	DECLARE_DYNCREATE(CCrtt_CEView)
//CString RemoveAllSpaces(CString str);
//CString MyMakeUpperAndRemoveSpaces(CString str);
//int StationIn(TCHAR* cc,CString s);
int StationIn3(const char* cc,const char* c);
int StationIn4(const char* cc,TCHAR* c);
int StationIn5(const char* cc,char* c);

	int StationIn(PBYTE cc,CString s);
//	int DaysIn(PBYTE cc,int nCurSel);
	CString MyMakeUpperAndRemoveSpaces(CString str);
	int StationIn2(const char* cc,const char* c);
	int UpdateList(int nField,CString s);
	int UpdateList2(int nField,CString s);
	void InitCtrl();
	void ShowAll();
	void RefreshCtrl();

	//{{AFX_DATA(CCrtt_CEView)
	enum { IDD = IDD_CRTT_CE_FORM };
	CListCtrlEx	m_listctrl;
	CString	m_s2;
	CString	m_s1;
	//}}AFX_DATA

// Attributes
public:
	CCrtt_CEDoc* GetDocument();
// Operations
public:
int m_nEnableQuikSearch;

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

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

protected:

// Generated message map functions
protected:
	//{{AFX_MSG(CCrtt_CEView)
	afx_msg void OnBUTTONPrev();
	afx_msg void OnBUTTONNext();
	afx_msg void OnBUTTONEndstop();
	afx_msg void OnBUTTONListAll();
	afx_msg void OnBUTTONMiddle();
	afx_msg void OnBUTTONSearchAll();
	afx_msg void OnBUTTONStart();
	afx_msg void OnBUTTONTrainno();
	afx_msg void OnBUTTONType();
	afx_msg void OnEditchangeCOMBOTrainno();
	afx_msg void OnSelendokCOMBOEndstop();
	afx_msg void OnSelendokCOMBOMiddle1();
	afx_msg void OnSelendokCOMBOMiddle2();
	afx_msg void OnSelendokCOMBOStart();
	afx_msg void OnSelendokCOMBOTrainno();
	afx_msg void OnSelendokCOMBOType();
	afx_msg void OnFileEnablequiksearch();
	afx_msg void OnUpdateFileEnablequiksearch(CCmdUI* pCmdUI);
	afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
	afx_msg void OnAppAbout();
	afx_msg void OnSize(UINT nType, int cx, int cy);
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

#ifndef _DEBUG  // debug version in Crtt_CEView.cpp
inline CCrtt_CEDoc* CCrtt_CEView::GetDocument()
   { return (CCrtt_CEDoc*)m_pDocument; }
#endif

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

//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_CRTT_CEVIEW_H__A40E88AD_75DD_11D2_8372_0000210056C3__INCLUDED_)

⌨️ 快捷键说明

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