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

📄 stationdlg.h

📁 程序编写环境为Visual Studio.NET 2002
💻 H
字号:
#pragma once


// CStationDlg dialog

class CStationDlg : public CDialog
{
	DECLARE_DYNAMIC(CStationDlg)

public:
	CStationDlg(CWnd* pParent = NULL);   // standard constructor
	virtual ~CStationDlg();
	void LoadListBox();

public:
	CString	m_szStaName;
// Dialog Data
	enum { IDD = IDD_DIALOG_STATION };

protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support

	DECLARE_MESSAGE_MAP()
public:
	CListBox m_LineList;
	virtual BOOL OnInitDialog();
	afx_msg void OnBnClickedStationPositionbtn();
	afx_msg void OnLbnDblclkStationLinelist();
};

⌨️ 快捷键说明

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