summaryrefslogtreecommitdiff
path: root/apps/windoze/CBuilder4/BibleCS/bookmarkfrm.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/windoze/CBuilder4/BibleCS/bookmarkfrm.h')
-rw-r--r--apps/windoze/CBuilder4/BibleCS/bookmarkfrm.h48
1 files changed, 0 insertions, 48 deletions
diff --git a/apps/windoze/CBuilder4/BibleCS/bookmarkfrm.h b/apps/windoze/CBuilder4/BibleCS/bookmarkfrm.h
deleted file mode 100644
index 4c37796..0000000
--- a/apps/windoze/CBuilder4/BibleCS/bookmarkfrm.h
+++ /dev/null
@@ -1,48 +0,0 @@
-//---------------------------------------------------------------------------
-#ifndef bookmarkfrmH
-#define bookmarkfrmH
-//---------------------------------------------------------------------------
-#include <vcl\Classes.hpp>
-#include <vcl\Controls.hpp>
-#include <vcl\StdCtrls.hpp>
-#include <vcl\Forms.hpp>
-#include <vcl\ComCtrls.hpp>
-#include <swconfig.h>
-#include <vcl\Menus.hpp>
-#include <list>
-//---------------------------------------------------------------------------
-class TBookmarksfrm : public TForm
-{
-__published: // IDE-managed Components
- TTreeView *bmtree;
- TPopupMenu *BMPopup;
- TMenuItem *Delete1;
- TMenuItem *AddChild1;
- TMenuItem *Rename1;
- TMenuItem *N1;
- TMenuItem *NewBookmarkFile1;
- void __fastcall bmtreeDragDrop(TObject *Sender, TObject *Source, int X, int Y);
- void __fastcall bmtreeDragOver(TObject *Sender, TObject *Source, int X, int Y,
- TDragState State, bool &Accept);
- void __fastcall bmtreeDblClick(TObject *Sender);
- void __fastcall AddChild1Click(TObject *Sender);
- void __fastcall Delete1Click(TObject *Sender);
- void __fastcall Rename1Click(TObject *Sender);
- void __fastcall NewBookmarkFile1Click(TObject *Sender);
-private: // User declarations
- void AddSection(SWConfig *config, TTreeView *tree, TTreeNode *parent, String section);
- list <String *> bmfiles; // so we can delete each display we create
-
-
-public: // User declarations
- string bmdir;
- __fastcall TBookmarksfrm(TComponent* Owner);
- __fastcall ~TBookmarksfrm();
- void SaveBookmarks();
- void AddSectionToConf(SWConfig *config, String section, TTreeNode *tree);
-};
-//---------------------------------------------------------------------------
-extern TBookmarksfrm *Bookmarksfrm;
-//---------------------------------------------------------------------------
-#endif
- \ No newline at end of file