form_Progress.h
上传用户:gelin96
上传日期:2017-01-08
资源大小:20993k
文件大小:1k
- //---------------------------------------------------------------------------
- #ifndef _FORM_PROGRESS_H_
- #define _FORM_PROGRESS_H_
- //---------------------------------------------------------------------------
- #include <Classes.hpp>
- #include <Controls.hpp>
- #include <StdCtrls.hpp>
- #include <Forms.hpp>
- #include <ComCtrls.hpp>
- #include <ExtCtrls.hpp>
- //---------------------------------------------------------------------------
- class Tm_frmProgress : public TForm
- {
- __published: // IDE-managed Components
- TProgressBar *m_pbStatus;
- TTimer *m_Timer;
- void __fastcall m_TimerTimer(TObject *Sender);
- void __fastcall FormShow(TObject *Sender);
- void __fastcall FormHide(TObject *Sender);
- private: // User declarations
- public: // User declarations
- __fastcall Tm_frmProgress(TComponent* Owner);
- bool Get_FormShow(void);
- };
- //---------------------------------------------------------------------------
- extern PACKAGE Tm_frmProgress *m_frmProgress;
- //---------------------------------------------------------------------------
- #endif