infodlg.h
来自「WIN CE平台 EVC++开发《发民航时刻表》代码」· C头文件 代码 · 共 65 行
H
65 行
#if !defined(AFX_INFODLG_H__FA6A0525_7A95_11D2_8378_0000210056C3__INCLUDED_)
#define AFX_INFODLG_H__FA6A0525_7A95_11D2_8378_0000210056C3__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
// InfoDlg.h : header file
//
#include "ListCtrlEx3.h"
class CListCtrlEx3;
/////////////////////////////////////////////////////////////////////////////
// CInfoDlg dialog
class CInfoDlg : public CDialog
{
// Construction
public:
CInfoDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CInfoDlg)
enum { IDD = IDD_INFO_DLG };
CListCtrlEx3 m_InfoCtrl;
//}}AFX_DATA
int m_bDisplayNote;
CString m_sTitle;
CString m_sNote;
CString m_strTo;
BOOL PrepareInfo(CString);
//BOOL PrepareInfo2(CString);
CStringArray m_StationsArray;
//CStringArray m_NoteArray;
CString GetStationName(CString& str);
CString GetArriveTime(CString& str);
CString GetStartTime(CString& str);
void DisplayNote();
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CInfoDlg)
public:
virtual BOOL DestroyWindow();
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CInfoDlg)
virtual BOOL OnInitDialog();
afx_msg void OnLButtonDblClk(UINT nFlags, CPoint point);
afx_msg void OnDestroy();
afx_msg void OnClose();
afx_msg void OnDblclkListInfo(NMHDR* pNMHDR, LRESULT* pResult);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_INFODLG_H__FA6A0525_7A95_11D2_8378_0000210056C3__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?