summaryrefslogtreecommitdiff
path: root/IvyProbe
diff options
context:
space:
mode:
authorfcolin2007-02-01 13:11:20 +0000
committerfcolin2007-02-01 13:11:20 +0000
commit294eaddf62e91fa43f412159fb06afa8de44ec69 (patch)
treee88f7c3d06b16519ae38f9a1f579f73b5b89673b /IvyProbe
parentec1119c0331d63dd8e8e218784e9fd6f7f929262 (diff)
downloadivy-cplusplus-294eaddf62e91fa43f412159fb06afa8de44ec69.zip
ivy-cplusplus-294eaddf62e91fa43f412159fb06afa8de44ec69.tar.gz
ivy-cplusplus-294eaddf62e91fa43f412159fb06afa8de44ec69.tar.bz2
ivy-cplusplus-294eaddf62e91fa43f412159fb06afa8de44ec69.tar.xz
Utilisateur : Fcolin Date : 6/01/00 Heure : 11:15 Archivé dans $/Bus/Test Commentaire: ajout bind to msg (vss 6)
Diffstat (limited to 'IvyProbe')
-rw-r--r--IvyProbe/IvyProbeDlg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/IvyProbe/IvyProbeDlg.h b/IvyProbe/IvyProbeDlg.h
index d9706dd..ac32f11 100644
--- a/IvyProbe/IvyProbeDlg.h
+++ b/IvyProbe/IvyProbeDlg.h
@@ -23,6 +23,7 @@ public:
// Dialog Data
//{{AFX_DATA(CTestDlg)
enum { IDD = IDD_TEST_DIALOG };
+ CEdit m_bind;
CEdit m_msgToSend;
CEdit m_text;
CSliderCtrl m_slider7;
@@ -63,6 +64,7 @@ protected:
afx_msg void OnVscrollMsg();
afx_msg void OnClose();
virtual void OnOK();
+ afx_msg void OnVscrollBind();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()