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

📄 busstationquerydlg.h

📁 一个简单的公交查询管理系统
💻 H
字号:
#if !defined(AFX_BUSSTATIONQUERYDLG_H__0782575A_6604_4C8A_8F17_C8E5AB6EC31E__INCLUDED_)
#define AFX_BUSSTATIONQUERYDLG_H__0782575A_6604_4C8A_8F17_C8E5AB6EC31E__INCLUDED_

#include "DB_Func.h"

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// BusStationQueryDlg.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CBusStationQueryDlg dialog

class CBusStationQueryDlg : public CDialog
{
// Construction
public:
    int m_station_hanghao;
	int m_route_hanghao;
	void StationTypeQuery();
	void StationInforQuery();
	void ShowOnRouteList(CString strBusNumber);
	void ShowStionInforInList(CString strStationName);
	void ShowRouteInfor(BUS_INFOR *bus_infor_head, CListBox *m_List, int listLen);
	CBusStationQueryDlg(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CBusStationQueryDlg)
	enum { IDD = IDD_BUS_STATION_QUERY };
	CComboBox	m_ComboBox_StationType;
	CListBox	m_ListBox_RouteInfor;
	CListBox	m_ListBox_RouteAllInfor;
	CListBox	m_ListBox_Station;
	CListBox	m_ListBox_BusName;
	CString	m_String_StationName;
	CString	m_String_StationType;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CBusStationQueryDlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CBusStationQueryDlg)
	virtual BOOL OnInitDialog();
	virtual void OnCancel();
	virtual void OnOK();
	afx_msg void OnSelchangeStationQueryListboxStation();
	afx_msg void OnSelchangeStationQueryListboxRouteName();
	afx_msg void OnStationQueryQueryEnter();
	afx_msg void OnSelchangeStationQueryComboStatiom();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_BUSSTATIONQUERYDLG_H__0782575A_6604_4C8A_8F17_C8E5AB6EC31E__INCLUDED_)

⌨️ 快捷键说明

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