diff options
Diffstat (limited to 'IvyProbe')
-rw-r--r-- | IvyProbe/IvyProbeDlg.h | 2 |
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()
|