summaryrefslogtreecommitdiff
path: root/apps/X11/InstallMgr/src/InfoFrm.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/X11/InstallMgr/src/InfoFrm.h')
-rw-r--r--apps/X11/InstallMgr/src/InfoFrm.h32
1 files changed, 0 insertions, 32 deletions
diff --git a/apps/X11/InstallMgr/src/InfoFrm.h b/apps/X11/InstallMgr/src/InfoFrm.h
deleted file mode 100644
index 9bbeef6..0000000
--- a/apps/X11/InstallMgr/src/InfoFrm.h
+++ /dev/null
@@ -1,32 +0,0 @@
-//---------------------------------------------------------------------------
-#ifndef InfoFrmH
-#define InfoFrmH
-//---------------------------------------------------------------------------
-#include <Classes.hpp>
-#include <Controls.hpp>
-#include <StdCtrls.hpp>
-#include <Forms.hpp>
-#include <Buttons.hpp>
-#include <ComCtrls.hpp>
-#include <ExtCtrls.hpp>
-#include <string>
-
-//---------------------------------------------------------------------------
-class TInfoForm : public TForm
-{
-__published: // IDE-managed Components
- TPanel *Panel1;
- TPanel *Panel2;
- TRichEdit *InfoText;
- TSpeedButton *SpeedButton1;
- void __fastcall FormShow(TObject *Sender);
- void __fastcall SpeedButton1Click(TObject *Sender);
-private: // User declarations
-public: // User declarations
- std::string info;
- __fastcall TInfoForm(TComponent* Owner);
-};
-//---------------------------------------------------------------------------
-extern PACKAGE TInfoForm *InfoForm;
-//---------------------------------------------------------------------------
-#endif