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

📄 download2440dlg.h

📁 SMDK2440 sjf2440 Flash tools
💻 H
字号:
// Download2440Dlg.h : header file
//

#if !defined(AFX_DOWNLOAD2440DLG_H__2E7856E9_28C6_4BFA_888D_A41E5B51F2EE__INCLUDED_)
#define AFX_DOWNLOAD2440DLG_H__2E7856E9_28C6_4BFA_888D_A41E5B51F2EE__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

/////////////////////////////////////////////////////////////////////////////
// CDownload2440Dlg dialog
#include <Atlbase.h>
class CDownload2440Dlg : public CDialog
{
// Construction
public:
	CDownload2440Dlg(CWnd* pParent = NULL);	// standard constructor

// Dialog Data
	//{{AFX_DATA(CDownload2440Dlg)
	enum { IDD = IDD_DOWNLOAD2440_DIALOG };
	CComboBox	m_FlashComb;
	CComboBox	m_CpuComb;
	CString	m_FilePath;
	int		m_BlockNo;
	CString	m_State;
	//}}AFX_DATA

	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CDownload2440Dlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support
	//}}AFX_VIRTUAL
	char srcFileName[256]; //选择的文件名
	int m_flashNo;         //flash号

	//加载动画图片用
    CDC* m_gifDC;
	CWinThread   *pThread;
	//UINT GifThread(LPVOID gifDC);

// Implementation
protected:
	HICON m_hIcon;

	// Generated message map functions
	//{{AFX_MSG(CDownload2440Dlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
	afx_msg void OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
	afx_msg void OnRecord();
	afx_msg void OnBeforeDragOverImgbtnbrowse(LPDISPATCH Cancel, LPDISPATCH Data, float X, float Y, long DragState, LPDISPATCH Effect, short Shift);
	afx_msg void OnClickImgbtnbrowse();
	afx_msg void OnSelchangeFlash();
	afx_msg void OnDestroy();
	DECLARE_EVENTSINK_MAP()
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_DOWNLOAD2440DLG_H__2E7856E9_28C6_4BFA_888D_A41E5B51F2EE__INCLUDED_)

⌨️ 快捷键说明

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