98 lines
3.4 KiB
C++
98 lines
3.4 KiB
C++
// Borland C++ Builder
|
|
// Copyright (c) 1995, 2005 by Borland Software Corporation
|
|
// All rights reserved
|
|
|
|
// (DO NOT EDIT: machine generated header) 'Jvparserform.pas' rev: 10.00
|
|
|
|
#ifndef JvparserformHPP
|
|
#define JvparserformHPP
|
|
|
|
#pragma delphiheader begin
|
|
#pragma option push
|
|
#pragma option -w- // All warnings off
|
|
#pragma option -Vx // Zero-length empty class member functions
|
|
#pragma pack(push,8)
|
|
#include <System.hpp> // Pascal unit
|
|
#include <Sysinit.hpp> // Pascal unit
|
|
#include <Sysutils.hpp> // Pascal unit
|
|
#include <Classes.hpp> // Pascal unit
|
|
#include <Controls.hpp> // Pascal unit
|
|
#include <Forms.hpp> // Pascal unit
|
|
#include <Stdctrls.hpp> // Pascal unit
|
|
#include <Jvtypes.hpp> // Pascal unit
|
|
#include <Jvcomponent.hpp> // Pascal unit
|
|
#include <Jvexforms.hpp> // Pascal unit
|
|
|
|
//-- user supplied -----------------------------------------------------------
|
|
|
|
namespace Jvparserform
|
|
{
|
|
//-- type declarations -------------------------------------------------------
|
|
class DELPHICLASS TJvHTMLParserForm;
|
|
class PASCALIMPLEMENTATION TJvHTMLParserForm : public Jvcomponent::TJvForm
|
|
{
|
|
typedef Jvcomponent::TJvForm inherited;
|
|
|
|
__published:
|
|
Stdctrls::TListBox* ListBox1;
|
|
Stdctrls::TGroupBox* GroupBox1;
|
|
Stdctrls::TEdit* edKeyword;
|
|
Stdctrls::TLabel* Label1;
|
|
Stdctrls::TEdit* edStartTag;
|
|
Stdctrls::TLabel* Label2;
|
|
Stdctrls::TEdit* edEndTag;
|
|
Stdctrls::TLabel* Label3;
|
|
Stdctrls::TLabel* Label4;
|
|
Stdctrls::TLabel* Label5;
|
|
Stdctrls::TComboBox* cbTakeText;
|
|
Stdctrls::TEdit* edMustBe;
|
|
Stdctrls::TButton* btnAdd;
|
|
Stdctrls::TButton* btnRemove;
|
|
Stdctrls::TButton* OkBtn;
|
|
Stdctrls::TButton* CancelBtn;
|
|
void __fastcall edKeywordChange(System::TObject* Sender);
|
|
void __fastcall Button1Click(System::TObject* Sender);
|
|
void __fastcall ListBox1Click(System::TObject* Sender);
|
|
void __fastcall Button2Click(System::TObject* Sender);
|
|
void __fastcall edStartTagChange(System::TObject* Sender);
|
|
void __fastcall edEndTagChange(System::TObject* Sender);
|
|
void __fastcall cbTakeTextChange(System::TObject* Sender);
|
|
void __fastcall edMustBeChange(System::TObject* Sender);
|
|
void __fastcall OkBtnClick(System::TObject* Sender);
|
|
void __fastcall CancelBtnClick(System::TObject* Sender);
|
|
|
|
public:
|
|
void __fastcall LoadFromStr(Classes::TStrings* Value);
|
|
void __fastcall SaveToStr(Classes::TStrings* Value);
|
|
public:
|
|
#pragma option push -w-inl
|
|
/* TJvExForm.Create */ inline __fastcall virtual TJvHTMLParserForm(Classes::TComponent* AOwner) : Jvcomponent::TJvForm(AOwner) { }
|
|
#pragma option pop
|
|
#pragma option push -w-inl
|
|
/* TJvExForm.CreateNew */ inline __fastcall virtual TJvHTMLParserForm(Classes::TComponent* AOwner, int Dummy) : Jvcomponent::TJvForm(AOwner, Dummy) { }
|
|
#pragma option pop
|
|
|
|
public:
|
|
#pragma option push -w-inl
|
|
/* TCustomForm.Destroy */ inline __fastcall virtual ~TJvHTMLParserForm(void) { }
|
|
#pragma option pop
|
|
|
|
public:
|
|
#pragma option push -w-inl
|
|
/* TWinControl.CreateParented */ inline __fastcall TJvHTMLParserForm(HWND ParentWindow) : Jvcomponent::TJvForm(ParentWindow) { }
|
|
#pragma option pop
|
|
|
|
};
|
|
|
|
|
|
//-- var, const, procedure ---------------------------------------------------
|
|
|
|
} /* namespace Jvparserform */
|
|
using namespace Jvparserform;
|
|
#pragma pack(pop)
|
|
#pragma option pop
|
|
|
|
#pragma delphiheader end.
|
|
//-- end unit ----------------------------------------------------------------
|
|
#endif // Jvparserform
|