⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tftpcliview.h

📁 Nucleus Plus源代码
💻 H
字号:
#if !defined(AFX_TFTPCLIVIEW_H__397543A3_CAC6_11D3_8134_0050DA0B9B6F__INCLUDED_)
#define AFX_TFTPCLIVIEW_H__397543A3_CAC6_11D3_8134_0050DA0B9B6F__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// TftpCliView.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CTftpCliView form view

#ifndef __AFXEXT_H__
#include <afxext.h>
#endif
#define WM_SHOW_STATUS		WM_USER + 10

class CTftpCliView : public CFormView
{
protected:
	CTftpCliView();           // protected constructor used by dynamic creation
	DECLARE_DYNCREATE(CTftpCliView)

// Form Data
public:
	//{{AFX_DATA(CTftpCliView)
	enum { IDD = IDD_TFTP_CLI };
	CButton	m_Transfer;
	CString	m_Status;
	CString	m_File;
	CString	m_TftpsIP;
	//}}AFX_DATA

// Attributes
public:

// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CTftpCliView)
	public:
	virtual void OnInitialUpdate();
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	virtual ~CTftpCliView();
#ifdef _DEBUG
	virtual void AssertValid() const;
	virtual void Dump(CDumpContext& dc) const;
#endif

	// Generated message map functions
	//{{AFX_MSG(CTftpCliView)
	afx_msg void OnTransfer();
    afx_msg LRESULT OnShowStatus(WPARAM wParam, LPARAM lParam);
	//}}AFX_MSG

	DECLARE_MESSAGE_MAP()
};

/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_TFTPCLIVIEW_H__397543A3_CAC6_11D3_8134_0050DA0B9B6F__INCLUDED_)

⌨️ 快捷键说明

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