📄 obtainkey.h
字号:
#if !defined(AFX_OBTAINKEY_H__4B8CFC7C_F5DE_4ADE_99F6_A07D87649F6C__INCLUDED_)
#define AFX_OBTAINKEY_H__4B8CFC7C_F5DE_4ADE_99F6_A07D87649F6C__INCLUDED_
#include "ADO.h" // Added by ClassView
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ObtainKey.h : header file
//
#include "resource.h"
#include "SelectIP.h" // Added by ClassView
static CString pwd;
static CString ip;
/////////////////////////////////////////////////////////////////////////////
// CObtainKey dialog
class CObtainKey : public CPropertyPage
{
DECLARE_DYNCREATE(CObtainKey)
// Construction
public:
static CString GetIPAddress();
static CString GetPassword();
CString m_password;
CSelectIP m_selectIP;
void InitDialog();
CADO m_ado;
CObtainKey();
~CObtainKey();
// Dialog Data
//{{AFX_DATA(CObtainKey)
enum { IDD = IDD_OBTAINKEY_DIALOG };
CString m_filePath;
CString m_searchResult;
CString m_ipAddress;
//}}AFX_DATA
// Overrides
// ClassWizard generate virtual function overrides
//{{AFX_VIRTUAL(CObtainKey)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CObtainKey)
afx_msg void OnOpenfile();
afx_msg void OnSearch();
afx_msg void OnSearch2();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_OBTAINKEY_H__4B8CFC7C_F5DE_4ADE_99F6_A07D87649F6C__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -