summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfcolin2007-02-01 13:11:12 +0000
committerfcolin2007-02-01 13:11:12 +0000
commitc17a608922f6e6d196cde2efc8955180e7929f6d (patch)
tree3d9d5e0fc88ea867c9b6e1f1dc71e85ad5b11604
parente946ef29a98e0695ba02ee5aa75ee42a4750149a (diff)
downloadivy-cplusplus-c17a608922f6e6d196cde2efc8955180e7929f6d.zip
ivy-cplusplus-c17a608922f6e6d196cde2efc8955180e7929f6d.tar.gz
ivy-cplusplus-c17a608922f6e6d196cde2efc8955180e7929f6d.tar.bz2
ivy-cplusplus-c17a608922f6e6d196cde2efc8955180e7929f6d.tar.xz
Utilisateur : Fcolin Date : 22/12/98 Heure : 16:54 Archivé dans $/Bus/Test Commentaire: modif ligne message a emettre (vss 2)
-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 1534e65..05675ad 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_msgToSend;
CEdit m_text;
CSliderCtrl m_slider7;
CSliderCtrl m_slider6;
@@ -58,6 +59,7 @@ protected:
afx_msg void OnStart();
virtual void OnOK();
afx_msg void OnVScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar);
+ afx_msg void OnVscrollMsg();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()