?? gethtmlpassdlg.h
字號:
// GetHtmlPassDlg.h : header file
//
#if !defined(AFX_GetHtmlPassDLG_H__E22BC891_D844_4814_A5F2_1D421B6DD2AC__INCLUDED_)
#define AFX_GetHtmlPassDLG_H__E22BC891_D844_4814_A5F2_1D421B6DD2AC__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CGetHtmlPassDlg dialog
class CGetHtmlPassDlg : public CDialog
{
// Construction
public:
void DoClose();
CGetHtmlPassDlg(CWnd* pParent = NULL); // standard constructor
void GetHtmlSource(IHTMLDocument2* pHDoc2);
void SavePass(CString m_pass);
// Dialog Data
//{{AFX_DATA(CGetHtmlPassDlg)
enum { IDD = IDD_GETHTMLPASS_DIALOG };
CListCtrl m_ctrlIE;
UINT m_uFreq;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CGetHtmlPassDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
BOOL m_uTimerRefresh;
SHDocVw::IShellWindowsPtr m_spSHWinds;
// Generated message map functions
//{{AFX_MSG(CGetHtmlPassDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnButtonRefresh();
afx_msg void OnTimer(UINT nIDEvent);
afx_msg void OnButtonSettimer();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_GetHtmlPassDLG_H__E22BC891_D844_4814_A5F2_1D421B6DD2AC__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -