aboutsummaryrefslogtreecommitdiffstats
path: root/apps/windoze/CBuilder5/InstallMgr/StatusFrm.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/windoze/CBuilder5/InstallMgr/StatusFrm.h')
-rw-r--r--apps/windoze/CBuilder5/InstallMgr/StatusFrm.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/apps/windoze/CBuilder5/InstallMgr/StatusFrm.h b/apps/windoze/CBuilder5/InstallMgr/StatusFrm.h
index b00ed50..54bcbca 100644
--- a/apps/windoze/CBuilder5/InstallMgr/StatusFrm.h
+++ b/apps/windoze/CBuilder5/InstallMgr/StatusFrm.h
@@ -9,6 +9,7 @@
#include <ExtCtrls.hpp>
//#include <NMFtp.hpp>
#include "MainFrm.h"
+#include <ComCtrls.hpp>
//#include "IdBaseComponent.hpp"
//#include "IdComponent.hpp"
//#include "IdFTP.hpp"
@@ -35,6 +36,10 @@ __published: // IDE-managed Components
TPanel *statusBar;
TPanel *Panel3;
TPanel *actionBar;
+ TPanel *Panel4;
+ TPanel *Panel5;
+ TProgressBar *fileProgress;
+ TProgressBar *totalProgress;
void __fastcall FormShow(TObject *Sender);
void __fastcall Cleanup(TObject *Sender);
void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
@@ -67,8 +72,8 @@ private: // User declarations
} *ftpThread;
public: // User declarations
TFTPCon *ftpCon;
- long currentByteCount;
- long currentFileSize;
+ long completedBytes;
+ long totalBytes;
InstallSourceTab *ist;
string src;
string dest;