summaryrefslogtreecommitdiff
path: root/apps/windoze/CBuilder4/prototype/CommentPanel.h
diff options
context:
space:
mode:
authorRoberto C. Sanchez <roberto@connexer.com>2014-03-29 10:53:49 -0400
committerRoberto C. Sanchez <roberto@connexer.com>2014-03-29 10:53:49 -0400
commit8c8aa6b07e595cfac56838b5964ab3e96051f1b2 (patch)
treeda38e2c1979148dbd3b0c7b87f930746f5ba7f44 /apps/windoze/CBuilder4/prototype/CommentPanel.h
parent8d3fc864d094eeadc721f8e93436b37a5fab173e (diff)
Imported Upstream version 1.5.7
Diffstat (limited to 'apps/windoze/CBuilder4/prototype/CommentPanel.h')
-rw-r--r--apps/windoze/CBuilder4/prototype/CommentPanel.h39
1 files changed, 0 insertions, 39 deletions
diff --git a/apps/windoze/CBuilder4/prototype/CommentPanel.h b/apps/windoze/CBuilder4/prototype/CommentPanel.h
deleted file mode 100644
index 6fa9145..0000000
--- a/apps/windoze/CBuilder4/prototype/CommentPanel.h
+++ /dev/null
@@ -1,39 +0,0 @@
-//---------------------------------------------------------------------------
-#ifndef CommentPanelH
-#define CommentPanelH
-//---------------------------------------------------------------------------
-#include <SysUtils.hpp>
-#include <Controls.hpp>
-#include <Classes.hpp>
-#include <Forms.hpp>
-#include <ExtCtrls.hpp>
-class SWDisplay;
-class SWModule;
-class SWMgr;
-
-
-
-//---------------------------------------------------------------------------
-class PACKAGE TCommentPanel : public TPanel
-{
-private:
-protected:
-public:
- __fastcall TCommentPanel(TComponent* Owner, SWModule *mod = 0, SWMgr *mgr = 0);
- __fastcall virtual ~TCommentPanel();
- SWDisplay *display;
- SWModule *module;
- SWMgr *mgr;
- char *font;
-__published:
- TPopupMenu *menu;
- virtual void __fastcall CreateWnd();
- void __fastcall PopupMenuPopup(TObject *Sender);
- void __fastcall CopyasBGreekTransliteration1Click(TObject *Sender);
- void __fastcall Copy1Click(TObject *Sender);
- void __fastcall DictionaryLookup1Click(TObject *Sender);
- void __fastcall RTFMouseDown(TObject *Sender, TMouseButton Button, TShiftState Shift, int X, int Y);
- void BuildRTFHeader(char *buf, char *font, int max);
-};
-//---------------------------------------------------------------------------
-#endif