📄 infodlg.h
字号:
#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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -