From 28e0cb4fc10c7813d06a8d1c8154d64f250e9ce7 Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 13:11:24 +0000 Subject: Utilisateur : Fcolin Date : 14/03/00 Heure : 14:49 Archivé dans $/Bus/Test Commentaire: modif Text Scroll (vss 8) --- IvyProbe/IvyProbeDlg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'IvyProbe/IvyProbeDlg.h') diff --git a/IvyProbe/IvyProbeDlg.h b/IvyProbe/IvyProbeDlg.h index 953d403..bd6c941 100644 --- a/IvyProbe/IvyProbeDlg.h +++ b/IvyProbe/IvyProbeDlg.h @@ -21,12 +21,12 @@ public: CTestDlg(CWnd* pParent = NULL); // standard constructor DECLARE_LAYOUT(); + CHistoryEdit m_text; // Dialog Data //{{AFX_DATA(CTestDlg) enum { IDD = IDD_TEST_DIALOG }; CComboBox m_expr; CComboBox m_msg; - CEdit m_text; CSliderCtrl m_slider7; CSliderCtrl m_slider6; CSliderCtrl m_slider5; @@ -46,7 +46,7 @@ public: // Implementation protected: - void WriteMessage(const CString & text); + void WriteMessage(LPCTSTR format, ...); void OnApplicationConnected( IvyApplication *app ); void OnApplicationDisconnected( IvyApplication *app ); void OnDirectMessage( IvyApplication *app, int id, const char *arg ); -- cgit v1.1