addressbar.h

来自「一个用于智能手机的多媒体库适合S60 WinCE的跨平台开发库」· C头文件 代码 · 共 91 行

H
91
字号
#if !defined(AFX_ADDRESSBAR_H__B0764C99_5CC2_4412_8B1F_22E71BAD70F0__INCLUDED_)#define AFX_ADDRESSBAR_H__B0764C99_5CC2_4412_8B1F_22E71BAD70F0__INCLUDED_#if _MSC_VER > 1000#pragma once#endif // _MSC_VER > 1000// AddressBar.h : header file///////////////////////////////////////////////////////////////////////////////// AddressBar dialogclass CInitDialogBar : public CDialogBar{	DECLARE_DYNAMIC(CInitDialogBar)// Constructionpublic:	CInitDialogBar(); 	virtual ~CInitDialogBar(); // Overrides	// ClassWizard generated virtual function overrides	//{{AFX_VIRTUAL(CInitDialogBar)	protected:	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support	//}}AFX_VIRTUALpublic:	virtual BOOL Create(CWnd * pParentWnd, UINT nIDTemplate, UINT nStyle, UINT nID);	virtual BOOL Create(CWnd * pParentWnd, LPCTSTR lpszTemplateName, UINT nStyle, UINT nID);protected:	virtual BOOL OnInitDialog();protected:	DECLARE_MESSAGE_MAP()};/////////////////////////////////////////////////////////////////////////////// AddressBar dialogclass AddressBar : public CInitDialogBar{	DECLARE_DYNAMIC(AddressBar)	// Constructionpublic:	AddressBar(); // Dialog Data	//{{AFX_DATA(AddressBar)	enum { IDD = IDD_NAVBAR };	CStatic	m_Title;	CComboBox	m_Address;	//}}AFX_DATA	void ReloadURLs();	void SelectionReady();// Overrides	// ClassWizard generated virtual function overrides	//{{AFX_VIRTUAL(AddressBar)	protected:	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support	virtual BOOL PreTranslateMessage(MSG* pMsg);	//virtual BOOL OnCommand(WPARAM wParam, LPARAM lParam);	//}}AFX_VIRTUAL// Implementationprotected:	// Generated message map functions	//{{AFX_MSG(AddressBar)	virtual BOOL OnInitDialog();	afx_msg void OnSize(UINT nType, int cx, int cy);	afx_msg void OnClose();	afx_msg void OnSelendOK();	//}}AFX_MSG	DECLARE_MESSAGE_MAP()};//{{AFX_INSERT_LOCATION}}// Microsoft Visual C++ will insert additional declarations immediately before the previous line.#endif // !defined(AFX_ADDRESSBAR_H__B0764C99_5CC2_4412_8B1F_22E71BAD70F0__INCLUDED_)

⌨️ 快捷键说明

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