diff options
author | fcolin | 2007-02-01 13:11:32 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 13:11:32 +0000 |
commit | 12f638220c7c4fce178c39948cfd83882927e0cf (patch) | |
tree | 8a6604532be1358f9b27360d5d345b32a1f49f40 /Bus/IvyProbe | |
parent | f4b6d7c31fe758a1d64745685b48161a81377008 (diff) | |
download | ivy-cplusplus-12f638220c7c4fce178c39948cfd83882927e0cf.zip ivy-cplusplus-12f638220c7c4fce178c39948cfd83882927e0cf.tar.gz ivy-cplusplus-12f638220c7c4fce178c39948cfd83882927e0cf.tar.bz2 ivy-cplusplus-12f638220c7c4fce178c39948cfd83882927e0cf.tar.xz |
Utilisateur : Fcolin Date : 14/09/01 Heure : 15:21 Archivé dans $/Bus/Test (vss 12)
Diffstat (limited to 'Bus/IvyProbe')
-rw-r--r-- | Bus/IvyProbe/IvyProbeDlg.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Bus/IvyProbe/IvyProbeDlg.h b/Bus/IvyProbe/IvyProbeDlg.h index 4d97c67..fa90f09 100644 --- a/Bus/IvyProbe/IvyProbeDlg.h +++ b/Bus/IvyProbe/IvyProbeDlg.h @@ -82,13 +82,19 @@ protected: // Generated message map functions
//{{AFX_MSG(CTestDlg)
virtual BOOL OnInitDialog();
- //afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnStart();
afx_msg void OnVScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar);
afx_msg void OnClose();
afx_msg void OnSend();
afx_msg void OnBind();
+ afx_msg void OnClockFastBackward();
+ afx_msg void OnClockBackward();
+ afx_msg void OnClockPause();
+ afx_msg void OnClockStart();
+ afx_msg void OnClockForward();
+ afx_msg void OnClockFastForward();
+ afx_msg void OnClockRate();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
|