-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
jiangxiaogang
committed
Mar 28, 2020
1 parent
25815db
commit 227878a
Showing
19 changed files
with
218 additions
and
158 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
Hosts�ļ��������� | ||
��ɫ���� | ||
���С�ɣ� | ||
���谲װ�� | ||
HostsMan | ||
�����л�hosts�ļ���С���� | ||
��ɫ����,���谲װ�� | ||
�����,����1MB�� | ||
��дע������������þ��ڳ���Ŀ¼�¡� | ||
|
||
|
||
�������ԣ�C++(MFC) | ||
�������ߣ�VS2005 | ||
|
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,20 @@ | ||
#pragma once | ||
|
||
|
||
// CNewDialog 对话框 | ||
|
||
class CInputDlg : public CDialog | ||
{ | ||
DECLARE_DYNAMIC(CInputDlg) | ||
DECLARE_MESSAGE_MAP() | ||
|
||
public: | ||
CInputDlg(CWnd* pParent = NULL); // 标准构造函数 | ||
virtual ~CInputDlg(); | ||
void SetInput(LPCTSTR text); | ||
void SetTitle(LPCTSTR text); | ||
enum { IDD = IDD_NEW }; | ||
CInputDlg(CWnd* pParent = NULL); | ||
enum { IDD = IDD_INPUT }; | ||
|
||
public: | ||
CString m_title; | ||
CString m_input; | ||
|
||
protected: | ||
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV Ö§³Ö | ||
DECLARE_MESSAGE_MAP() | ||
virtual void OnOK(); | ||
virtual BOOL OnInitDialog(); | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.