📄 dynamicipdlg.h
字号:
// DynamicIPDlg.h : header file
//
#if !defined(AFX_DYNAMICIPDLG_H__198B6967_ACD7_11D4_A264_A2D8D71DDD0E__INCLUDED_)
#define AFX_DYNAMICIPDLG_H__198B6967_ACD7_11D4_A264_A2D8D71DDD0E__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
/////////////////////////////////////////////////////////////////////////////
// CDynamicIPDlg dialog
class CDynamicIPDlg : public CDialog
{
// Construction
public:
CDynamicIPDlg(CWnd* pParent = NULL); // standard constructor
void SendFile(CString strFile, int bType = 1);
void Replace(CString &strText, LPCSTR SearchFor, LPCTSTR ReplaceWith);
int ParseFile(LPCSTR FileToParse, LPCSTR NewFileName);
// Dialog Data
//{{AFX_DATA(CDynamicIPDlg)
enum { IDD = IDD_DYNAMICIP_DIALOG };
CString m_txtServer;
CString m_txtUsername;
CString m_txtPassword;
CString m_txtOnline;
CString m_txtOffline;
BOOL m_bBinary1;
BOOL m_bBinary2;
CString m_txtRemoteDir;
CString m_txtRemoteFileName;
CString m_txtLocalIP;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDynamicIPDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CDynamicIPDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnReset();
afx_msg void OnSndoffline();
afx_msg void OnSndonline();
afx_msg void OnGetofile1();
afx_msg void OnGetofile2();
afx_msg void OnDestroy();
afx_msg void OnSelchangeLocalip();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
virtual BOOL PreTranslateMessage(MSG *pMsg);
CToolTipCtrl m_wndToolTip;
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DYNAMICIPDLG_H__198B6967_ACD7_11D4_A264_A2D8D71DDD0E__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -