summaryrefslogtreecommitdiff
path: root/IvyProbe/IvyProbeDlg.h
diff options
context:
space:
mode:
authorfcolin2007-02-01 13:11:12 +0000
committerfcolin2007-02-01 13:11:12 +0000
commitc5c7e1fda322c75ca990c409a1a6b5704dddfbc8 (patch)
tree68602ba1bcaa37d333e023bf1ac79d0c53e3ffe7 /IvyProbe/IvyProbeDlg.h
parentc49ed23fb67decde21919759b35b02e974266d10 (diff)
downloadivy-cplusplus-c5c7e1fda322c75ca990c409a1a6b5704dddfbc8.zip
ivy-cplusplus-c5c7e1fda322c75ca990c409a1a6b5704dddfbc8.tar.gz
ivy-cplusplus-c5c7e1fda322c75ca990c409a1a6b5704dddfbc8.tar.bz2
ivy-cplusplus-c5c7e1fda322c75ca990c409a1a6b5704dddfbc8.tar.xz
Utilisateur : Fcolin Date : 22/12/98 Heure : 16:54 Archivé dans $/Bus/Test Commentaire: modif ligne message a emettre (vss 2)
Diffstat (limited to 'IvyProbe/IvyProbeDlg.h')
-rw-r--r--IvyProbe/IvyProbeDlg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/IvyProbe/IvyProbeDlg.h b/IvyProbe/IvyProbeDlg.h
index 1534e65..05675ad 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_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()