// 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 // Pascal unit #include // Pascal unit #include // Pascal unit #include // Pascal unit #include // Pascal unit #include // Pascal unit #include // Pascal unit #include // Pascal unit #include // Pascal unit #include // Pascal unit #include // Pascal unit #include // Pascal unit #include // Pascal unit #include // Pascal unit #include // Pascal unit #include // Pascal unit #include // 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