diff options
author | Neo2003 <none@none> | 2008-10-08 15:02:26 -0500 |
---|---|---|
committer | Neo2003 <none@none> | 2008-10-08 15:02:26 -0500 |
commit | e3079a1ba63ebe13a19e85db3f4e1e1a392a04ed (patch) | |
tree | 6157acbb7b8934591ea82bf8d99fd8c1ab198dca /contrib/dbcEditer/SearchFrm.cpp | |
parent | 28ee57b14c8f55e9f60f731a48ffe150b61aa53e (diff) |
[svn] * Removal of not needed old DBC tools
--HG--
branch : trunk
Diffstat (limited to 'contrib/dbcEditer/SearchFrm.cpp')
-rw-r--r-- | contrib/dbcEditer/SearchFrm.cpp | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/contrib/dbcEditer/SearchFrm.cpp b/contrib/dbcEditer/SearchFrm.cpp deleted file mode 100644 index 59e198dfb8a..00000000000 --- a/contrib/dbcEditer/SearchFrm.cpp +++ /dev/null @@ -1,26 +0,0 @@ -//--------------------------------------------------------------------------- - -#include <vcl.h> -#pragma hdrstop - -#include "SearchFrm.h" -//--------------------------------------------------------------------------- -#pragma package(smart_init) -#pragma resource "*.dfm" -TFrmSearch *FrmSearch; -//--------------------------------------------------------------------------- -__fastcall TFrmSearch::TFrmSearch(TComponent* Owner) - : TForm(Owner) -{ -} -//--------------------------------------------------------------------------- -void __fastcall TFrmSearch::btOkClick(TObject *Sender) -{ - ModalResult = mrOk; -} -//--------------------------------------------------------------------------- -void __fastcall TFrmSearch::btCancelClick(TObject *Sender) -{ - ModalResult = mrCancel; -} -//--------------------------------------------------------------------------- |