home *** CD-ROM | disk | FTP | other *** search
- // Borland C++ Builder
- // Copyright (c) 1995, 1998 by Borland International
- // All rights reserved
-
- // (DO NOT EDIT: machine generated header) 'Optnsdlg.pas' rev: 3.00
-
- #ifndef OptnsdlgHPP
- #define OptnsdlgHPP
- #include <Options.hpp>
- #include <Forms.hpp>
- #include <Windows.hpp>
- #include <SysUtils.hpp>
- #include <Classes.hpp>
- #include <SysInit.hpp>
- #include <System.hpp>
-
- //-- user supplied -----------------------------------------------------------
-
- namespace Optnsdlg
- {
- //-- type declarations -------------------------------------------------------
- class DELPHICLASS TOptionsDlg;
- class PASCALIMPLEMENTATION TOptionsDlg : public Classes::TComponent
- {
- typedef Classes::TComponent inherited;
-
- private:
- Classes::THelpContext FHelpContext;
- System::AnsiString FFormTitle;
- System::AnsiString FOptionCaption;
- Classes::TStringList* FOptionList;
- System::AnsiString FQuestion;
-
- public:
- __fastcall virtual TOptionsDlg(Classes::TComponent* AOwner);
- __fastcall virtual ~TOptionsDlg(void);
- virtual int __fastcall Execute(void);
-
- __published:
- __property System::AnsiString FormTitle = {read=FFormTitle, write=FOptionCaption};
- __property Classes::THelpContext HelpContext = {read=FHelpContext, write=FHelpContext, nodefault};
- __property System::AnsiString OptionCaption = {read=FOptionCaption, write=FOptionCaption};
- __property Classes::TStringList* OptionList = {read=FOptionList, write=FOptionList};
- __property System::AnsiString Question = {read=FQuestion, write=FQuestion};
- };
-
- //-- var, const, procedure ---------------------------------------------------
- #define TOPTIONSDLG_VERSION (Byte)(100)
- extern PACKAGE Options::TOptionsForm* OptionsBox;
-
- } /* namespace Optnsdlg */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Optnsdlg;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // Optnsdlg
-