From 4a571ee0f36fb78062d4cc2830561a99369df656 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) --- Bus/IvyProbe/IvyProbeDlg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Bus') diff --git a/Bus/IvyProbe/IvyProbeDlg.h b/Bus/IvyProbe/IvyProbeDlg.h index 953d403..bd6c941 100644 --- a/Bus/IvyProbe/IvyProbeDlg.h +++ b/Bus/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