📄 placetwoquerydlg.h
字号:
#if !defined(AFX_PLACETWOQUERYDLG_H__F1681F5C_630B_46CB_B84F_7E095123DB83__INCLUDED_)
#define AFX_PLACETWOQUERYDLG_H__F1681F5C_630B_46CB_B84F_7E095123DB83__INCLUDED_
#include "DB_Func.h"
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// PlaceTwoQueryDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CPlaceTwoQueryDlg dialog
class CPlaceTwoQueryDlg : public CDialog
{
// Construction
public:
void StationInforQuery();
void TwoPlaceQuery(CString strBeginStation, CString strEndStation);
void ShowRouteInfor(BUS_INFOR *bus_infor_head, CListBox *m_List, int listLen);
int CPlaceTwoQueryDlg::FindSameStation(char *cBeginBusNumber, char *cMiddleBusNumber, char *cEndBusNumber);
CPlaceTwoQueryDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CPlaceTwoQueryDlg)
enum { IDD = IDD_TWO_PLACE_QUERY };
CListBox m_ListBox_Route;
CListBox m_ListBox_RouteInfor;
CComboBox m_ComboBox_EndStation;
CComboBox m_ComboBox_BeginStation;
CString m_String_BeginStation;
CString m_String_EndStation;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CPlaceTwoQueryDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CPlaceTwoQueryDlg)
virtual BOOL OnInitDialog();
virtual void OnCancel();
virtual void OnOK();
afx_msg void OnTwoPlaceEnter();
afx_msg void OnSelchangeTwoPlaceRouteList();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_PLACETWOQUERYDLG_H__F1681F5C_630B_46CB_B84F_7E095123DB83__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -