diff options
author | fcolin | 2007-02-01 12:52:32 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 12:52:32 +0000 |
commit | 0c001528d09e59fe04ffd0f948503c4a03a51c51 (patch) | |
tree | 2022a204e5fbc928d5c6cc75cf76f52b40684d70 /Horloge/HorlogeDlg.h | |
parent | ee8e715afecefe1780f63004e3dac0e0810ea648 (diff) | |
download | ivy-cplusplus-0c001528d09e59fe04ffd0f948503c4a03a51c51.zip ivy-cplusplus-0c001528d09e59fe04ffd0f948503c4a03a51c51.tar.gz ivy-cplusplus-0c001528d09e59fe04ffd0f948503c4a03a51c51.tar.bz2 ivy-cplusplus-0c001528d09e59fe04ffd0f948503c4a03a51c51.tar.xz |
Utilisateur : Fcolin Date : 19/12/05 Heure : 14:56 Archivé dans $/Bus/Horloge Commentaire: (vss 3)
Diffstat (limited to 'Horloge/HorlogeDlg.h')
-rw-r--r-- | Horloge/HorlogeDlg.h | 8 |
1 files changed, 6 insertions, 2 deletions
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}}
|