diff options
author | fcolin | 2007-02-01 13:11:24 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 13:11:24 +0000 |
commit | 28e0cb4fc10c7813d06a8d1c8154d64f250e9ce7 (patch) | |
tree | 613c523aea5e45088ec287f3c1a21b574a17e535 /IvyProbe | |
parent | 7cd160a4389e4abc0a26b5d880d260f4e3af5437 (diff) | |
download | ivy-cplusplus-28e0cb4fc10c7813d06a8d1c8154d64f250e9ce7.zip ivy-cplusplus-28e0cb4fc10c7813d06a8d1c8154d64f250e9ce7.tar.gz ivy-cplusplus-28e0cb4fc10c7813d06a8d1c8154d64f250e9ce7.tar.bz2 ivy-cplusplus-28e0cb4fc10c7813d06a8d1c8154d64f250e9ce7.tar.xz |
Utilisateur : Fcolin Date : 14/03/00 Heure : 14:49 Archivé dans $/Bus/Test Commentaire: modif Text Scroll (vss 8)
Diffstat (limited to 'IvyProbe')
-rw-r--r-- | IvyProbe/IvyProbeDlg.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 );
|