NO HAY CÓDIGO FUENTE git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.TRichView@1 b34d35ef-135b-4489-b9d1-9916e9c25524
121 lines
4.0 KiB
C++
121 lines
4.0 KiB
C++
// Borland C++ Builder
|
|
// Copyright (c) 1995, 2005 by Borland Software Corporation
|
|
// All rights reserved
|
|
|
|
// (DO NOT EDIT: machine generated header) 'Rvdsgn.pas' rev: 10.00
|
|
|
|
#ifndef RvdsgnHPP
|
|
#define RvdsgnHPP
|
|
|
|
#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 <Windows.hpp> // Pascal unit
|
|
#include <Messages.hpp> // Pascal unit
|
|
#include <Sysutils.hpp> // Pascal unit
|
|
#include <Classes.hpp> // Pascal unit
|
|
#include <Graphics.hpp> // Pascal unit
|
|
#include <Controls.hpp> // Pascal unit
|
|
#include <Forms.hpp> // Pascal unit
|
|
#include <Dialogs.hpp> // Pascal unit
|
|
#include <Comctrls.hpp> // Pascal unit
|
|
#include <Stdctrls.hpp> // Pascal unit
|
|
#include <Extctrls.hpp> // Pascal unit
|
|
#include <Rvscroll.hpp> // Pascal unit
|
|
#include <Richview.hpp> // Pascal unit
|
|
#include <Rvstyle.hpp> // Pascal unit
|
|
#include <Registry.hpp> // Pascal unit
|
|
|
|
//-- user supplied -----------------------------------------------------------
|
|
|
|
namespace Rvdsgn
|
|
{
|
|
//-- type declarations -------------------------------------------------------
|
|
class DELPHICLASS TfrmRVDesign;
|
|
class PASCALIMPLEMENTATION TfrmRVDesign : public Forms::TForm
|
|
{
|
|
typedef Forms::TForm inherited;
|
|
|
|
__published:
|
|
Stdctrls::TButton* btnOk;
|
|
Stdctrls::TButton* btnCancel;
|
|
Comctrls::TPageControl* pc;
|
|
Comctrls::TTabSheet* tsStyles;
|
|
Stdctrls::TLabel* Label1;
|
|
Extctrls::TRadioGroup* rg;
|
|
Comctrls::TListView* lv;
|
|
Comctrls::TTabSheet* TabSheet1;
|
|
Stdctrls::TCheckBox* cbStylesDefault;
|
|
Stdctrls::TCheckBox* cbTagsDefault;
|
|
Extctrls::TRadioGroup* rgTag;
|
|
Stdctrls::TLabel* Label2;
|
|
Extctrls::TImage* Image1;
|
|
Comctrls::TTabSheet* TabSheet2;
|
|
Stdctrls::TGroupBox* GroupBox1;
|
|
Stdctrls::TCheckBox* cbRVFSaveBackground;
|
|
Stdctrls::TCheckBox* cbRVFSaveLayout;
|
|
Stdctrls::TGroupBox* GroupBox2;
|
|
Stdctrls::TCheckBox* cbRVFDefault;
|
|
Extctrls::TImage* Image2;
|
|
Stdctrls::TLabel* Label3;
|
|
Stdctrls::TCheckBox* cbRVFSaveDocProperties;
|
|
Stdctrls::TGroupBox* GroupBox3;
|
|
Stdctrls::TCheckBox* cbRVFIgnoreUnknownPictures;
|
|
Stdctrls::TCheckBox* cbRVFIgnoreUnknownControls;
|
|
Stdctrls::TCheckBox* cbRVFInvStyles;
|
|
Stdctrls::TCheckBox* cbRVFInvImageIndices;
|
|
Stdctrls::TCheckBox* cbRVFIgnoreUnknownCtrlProps;
|
|
Stdctrls::TLabel* Label4;
|
|
Stdctrls::TCheckBox* cbRVFLoadBackground;
|
|
Stdctrls::TLabel* Label5;
|
|
Stdctrls::TCheckBox* cbRVFLoadLayout;
|
|
Stdctrls::TLabel* Label6;
|
|
Stdctrls::TCheckBox* cbRVFLoadDocProperties;
|
|
Stdctrls::TCheckBox* cbRVFBinary;
|
|
Stdctrls::TCheckBox* cbRVFSavePictures;
|
|
Stdctrls::TCheckBox* cbRVFSaveControls;
|
|
void __fastcall FormActivate(System::TObject* Sender);
|
|
void __fastcall rgClick(System::TObject* Sender);
|
|
void __fastcall btnOkClick(System::TObject* Sender);
|
|
|
|
protected:
|
|
Richview::TCustomRichView* rv;
|
|
bool Initialized;
|
|
void __fastcall SaveReg(void);
|
|
|
|
public:
|
|
void __fastcall SetRichView(Richview::TCustomRichView* rv);
|
|
public:
|
|
#pragma option push -w-inl
|
|
/* TCustomForm.Create */ inline __fastcall virtual TfrmRVDesign(Classes::TComponent* AOwner) : Forms::TForm(AOwner) { }
|
|
#pragma option pop
|
|
#pragma option push -w-inl
|
|
/* TCustomForm.CreateNew */ inline __fastcall virtual TfrmRVDesign(Classes::TComponent* AOwner, int Dummy) : Forms::TForm(AOwner, Dummy) { }
|
|
#pragma option pop
|
|
#pragma option push -w-inl
|
|
/* TCustomForm.Destroy */ inline __fastcall virtual ~TfrmRVDesign(void) { }
|
|
#pragma option pop
|
|
|
|
public:
|
|
#pragma option push -w-inl
|
|
/* TWinControl.CreateParented */ inline __fastcall TfrmRVDesign(HWND ParentWindow) : Forms::TForm(ParentWindow) { }
|
|
#pragma option pop
|
|
|
|
};
|
|
|
|
|
|
//-- var, const, procedure ---------------------------------------------------
|
|
|
|
} /* namespace Rvdsgn */
|
|
using namespace Rvdsgn;
|
|
#pragma pack(pop)
|
|
#pragma option pop
|
|
|
|
#pragma delphiheader end.
|
|
//-- end unit ----------------------------------------------------------------
|
|
#endif // Rvdsgn
|