?? 429testdlg.h
字號:
// 429testDlg.h : header file
//
#if !defined(AFX_429TESTDLG_H__CE442BEE_6342_489F_943A_3E20C7756783__INCLUDED_)
#define AFX_429TESTDLG_H__CE442BEE_6342_489F_943A_3E20C7756783__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
extern "C" _declspec(dllexport) BYTE ReadByte(DWORD dwIOAddr);
extern "C" _declspec(dllexport) void WriteByte(DWORD dwIOAddr, BYTE bData);
extern "C" _declspec(dllexport) WORD ReadWord(DWORD dwIOAddr);
extern "C" _declspec(dllexport) void WriteWord(DWORD dwIOAddr, WORD wData);
extern "C" _declspec(dllexport) bool DeviceOpen();
extern "C" _declspec(dllexport) void DeviceClose();
/////////////////////////////////////////////////////////////////////////////
// CMy429testDlg dialog
class CMy429testDlg : public CDialog
{
// Construction
public:
int nPos;
CString data;
CMy429testDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CMy429testDlg)
enum { IDD = IDD_MY429TEST_DIALOG };
CListBox m_list2;
CListBox m_list1;
CProgressCtrl prg;
CButton m_radioSpdH;
CButton m_radioSpdL;
CString m_send;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CMy429testDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
afx_msg void OnContextMenu(CWnd*, CPoint point);
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CMy429testDlg)
virtual BOOL OnInitDialog();
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnOpen();
afx_msg void OnExit();
afx_msg void OnSend();
afx_msg void OnReceive1();
afx_msg void OnTimer(UINT nIDEvent);
afx_msg void OnSave();
afx_msg void OnDestroy();
afx_msg void OnClosewindow();
afx_msg void OnClose();
afx_msg void OnOpenFile();
afx_msg void OnMaxtextEditSend();
afx_msg void OnClear();
afx_msg void OnButton4();
afx_msg void OnChangeRate();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_429TESTDLG_H__CE442BEE_6342_489F_943A_3E20C7756783__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -