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