Initial commit
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
#ifndef SplashFormUnitH
|
||||
#define SplashFormUnitH
|
||||
|
||||
#include <System.Classes.hpp>
|
||||
#include <Vcl.Controls.hpp>
|
||||
#include <Vcl.ExtCtrls.hpp>
|
||||
#include <Vcl.Graphics.hpp>
|
||||
#include <Vcl.StdCtrls.hpp>
|
||||
#include <Vcl.Imaging.jpeg.hpp>
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
class TSplashForm : public TForm
|
||||
{
|
||||
__published: // IDE-managed Components
|
||||
TImage *m_imgBk;
|
||||
TLabel *m_lblProgress;
|
||||
private: // User declarations
|
||||
public: // User declarations
|
||||
__fastcall TSplashForm(TComponent* Owner);
|
||||
|
||||
void __fastcall ShowProgress( String strMsg );
|
||||
};
|
||||
//---------------------------------------------------------------------------
|
||||
extern PACKAGE TSplashForm *SplashForm;
|
||||
//---------------------------------------------------------------------------
|
||||
#endif
|
||||
Reference in New Issue
Block a user