summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfcolin2007-02-01 13:11:20 +0000
committerfcolin2007-02-01 13:11:20 +0000
commit8e4fc3e99362d604e230806fbe60ec21fb72b39a (patch)
treedb77df543662f7afa24f925a313f5965f11336f0
parent267eb0a5e41fd6e9612a824574991fbf0f51ced2 (diff)
downloadivy-cplusplus-8e4fc3e99362d604e230806fbe60ec21fb72b39a.zip
ivy-cplusplus-8e4fc3e99362d604e230806fbe60ec21fb72b39a.tar.gz
ivy-cplusplus-8e4fc3e99362d604e230806fbe60ec21fb72b39a.tar.bz2
ivy-cplusplus-8e4fc3e99362d604e230806fbe60ec21fb72b39a.tar.xz
Utilisateur : Fcolin Date : 6/01/00 Heure : 11:15 Archivé dans $/Bus/Test Commentaire: ajout bind to msg (vss 6)
-rw-r--r--Bus/IvyProbe/IvyProbeDlg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Bus/IvyProbe/IvyProbeDlg.h b/Bus/IvyProbe/IvyProbeDlg.h
index d9706dd..ac32f11 100644
--- a/Bus/IvyProbe/IvyProbeDlg.h
+++ b/Bus/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()