?? avr_usbdlg.h
字號:
// AVR_USBDlg.h : header file
//
#if !defined(AFX_AVR_USBDLG_H__8ABE3CC5_BF62_4331_9F01_7FD9CFE39148__INCLUDED_)
#define AFX_AVR_USBDLG_H__8ABE3CC5_BF62_4331_9F01_7FD9CFE39148__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CAVR_USBDlg dialog
class CAVR_USBDlg : public CDialog
{
// Construction
public:
CAVR_USBDlg(CWnd* pParent = NULL); // standard constructor
void usb_command(char usbcmd0,char usbcmd1);
// Dialog Data
//{{AFX_DATA(CAVR_USBDlg)
enum { IDD = IDD_AVR_USB_DIALOG };
CString m_read3;
CString m_wendu;
long m_rsec;
long m_rcol;
long m_rrow;
long m_wsec;
long m_wcol;
long m_wrow;
CString m_COMtoUSB;
CString m_USBtoCOM;
CString m_wrFlash;
CString m_rdFlash;
long m_Erase;
long m_Prd;
long m_Pwr;
CString m_wrL;
long m_rL;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CAVR_USBDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CAVR_USBDlg)
virtual BOOL OnInitDialog();
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnTimer(UINT nIDEvent);
afx_msg void Onwendu();
afx_msg void OnPb0();
afx_msg void OnPb1();
afx_msg void OnPb2();
afx_msg void OnPb3();
afx_msg void OnPb4();
afx_msg void OnPb5();
afx_msg void OnPb6();
afx_msg void OnPb7();
afx_msg void OnUSBtoCOM();
afx_msg void OnCopyPage();
afx_msg void OnFlashErase();
afx_msg void OnWriteCOM();
afx_msg void OnWriteFlash();
afx_msg void OnReadFlash();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_AVR_USBDLG_H__8ABE3CC5_BF62_4331_9F01_7FD9CFE39148__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -