From 0c001528d09e59fe04ffd0f948503c4a03a51c51 Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 12:52:32 +0000 Subject: Utilisateur : Fcolin Date : 19/12/05 Heure : 14:56 Archivé dans $/Bus/Horloge Commentaire: (vss 3) --- Horloge/HorlogeDlg.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'Horloge/HorlogeDlg.h') diff --git a/Horloge/HorlogeDlg.h b/Horloge/HorlogeDlg.h index 5550961..93cb915 100644 --- a/Horloge/HorlogeDlg.h +++ b/Horloge/HorlogeDlg.h @@ -9,6 +9,7 @@ #endif // _MSC_VER > 1000 #include "Ivy.h" +#include "afxcmn.h" ///////////////////////////////////////////////////////////////////////////// // CHorlogeDlg dialog @@ -40,8 +41,9 @@ public: protected: HICON m_hIcon; Ivy *bus; - float rate; - SYSTEMTIME time; + double rate; + SYSTEMTIME start_time; + SYSTEMTIME current_time; void IvyClockEvent( IvyApplication *app, int argc, const char **argv ); void IvyRejeuReady( IvyApplication *app, int argc, const char **argv ); void IvyFileReadEvent( IvyApplication *app, int argc, const char **argv ); @@ -70,6 +72,8 @@ protected: afx_msg void OnDblclkApplist(); //}}AFX_MSG DECLARE_MESSAGE_MAP() +public: + CProgressCtrl file_progress; }; //{{AFX_INSERT_LOCATION}} -- cgit v1.1