summaryrefslogtreecommitdiff
path: root/apps/windoze/CBuilder4/InstallMgr/RemoteMntFrm.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/windoze/CBuilder4/InstallMgr/RemoteMntFrm.h')
-rw-r--r--apps/windoze/CBuilder4/InstallMgr/RemoteMntFrm.h49
1 files changed, 0 insertions, 49 deletions
diff --git a/apps/windoze/CBuilder4/InstallMgr/RemoteMntFrm.h b/apps/windoze/CBuilder4/InstallMgr/RemoteMntFrm.h
deleted file mode 100644
index 81060e1..0000000
--- a/apps/windoze/CBuilder4/InstallMgr/RemoteMntFrm.h
+++ /dev/null
@@ -1,49 +0,0 @@
-//---------------------------------------------------------------------------
-#ifndef RemoteMntFrmH
-#define RemoteMntFrmH
-//---------------------------------------------------------------------------
-#include <Classes.hpp>
-#include <Controls.hpp>
-#include <StdCtrls.hpp>
-#include <Forms.hpp>
-#include <Buttons.hpp>
-#include <ExtCtrls.hpp>
-#include <swconfig.h>
-//---------------------------------------------------------------------------
-class TRemoteMntForm : public TForm
-{
-__published: // IDE-managed Components
- TPanel *Panel1;
- TPanel *Panel2;
- TPanel *Panel3;
- TListBox *ListBox1;
- TSpeedButton *SpeedButton1;
- TSpeedButton *SpeedButton2;
- TEdit *NameEdit;
- TEdit *MachineEdit;
- TEdit *DirEdit;
- TPanel *Panel4;
- TSpeedButton *SpeedButton3;
- TSpeedButton *SpeedButton4;
- TLabel *Label1;
- TLabel *Label2;
- TLabel *Label3;
- void __fastcall FormShow(TObject *Sender);
- void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
- void __fastcall NameEditChange(TObject *Sender);
- void __fastcall SpeedButton4Click(TObject *Sender);
- void __fastcall ListBox1Click(TObject *Sender);
- void __fastcall MachineEditChange(TObject *Sender);
- void __fastcall DirEditChange(TObject *Sender);
- void __fastcall SpeedButton2Click(TObject *Sender);
- void __fastcall SpeedButton1Click(TObject *Sender);
- void __fastcall SpeedButton3Click(TObject *Sender);
-private: // User declarations
- SWConfig *config;
-public: // User declarations
- __fastcall TRemoteMntForm(TComponent* Owner);
-};
-//---------------------------------------------------------------------------
-extern PACKAGE TRemoteMntForm *RemoteMntForm;
-//---------------------------------------------------------------------------
-#endif