home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / zkuste / delphi / kolekce / d12345 / MISC.ZIP / Optnsdlg.hpp < prev    next >
C/C++ Source or Header  |  2001-05-09  |  2KB  |  57 lines

  1. // Borland C++ Builder
  2. // Copyright (c) 1995, 1998 by Borland International
  3. // All rights reserved
  4.  
  5. // (DO NOT EDIT: machine generated header) 'Optnsdlg.pas' rev: 3.00
  6.  
  7. #ifndef OptnsdlgHPP
  8. #define OptnsdlgHPP
  9. #include <Options.hpp>
  10. #include <Forms.hpp>
  11. #include <Windows.hpp>
  12. #include <SysUtils.hpp>
  13. #include <Classes.hpp>
  14. #include <SysInit.hpp>
  15. #include <System.hpp>
  16.  
  17. //-- user supplied -----------------------------------------------------------
  18.  
  19. namespace Optnsdlg
  20. {
  21. //-- type declarations -------------------------------------------------------
  22. class DELPHICLASS TOptionsDlg;
  23. class PASCALIMPLEMENTATION TOptionsDlg : public Classes::TComponent 
  24. {
  25.     typedef Classes::TComponent inherited;
  26.     
  27. private:
  28.     Classes::THelpContext FHelpContext;
  29.     System::AnsiString FFormTitle;
  30.     System::AnsiString FOptionCaption;
  31.     Classes::TStringList* FOptionList;
  32.     System::AnsiString FQuestion;
  33.     
  34. public:
  35.     __fastcall virtual TOptionsDlg(Classes::TComponent* AOwner);
  36.     __fastcall virtual ~TOptionsDlg(void);
  37.     virtual int __fastcall Execute(void);
  38.     
  39. __published:
  40.     __property System::AnsiString FormTitle = {read=FFormTitle, write=FOptionCaption};
  41.     __property Classes::THelpContext HelpContext = {read=FHelpContext, write=FHelpContext, nodefault};
  42.     __property System::AnsiString OptionCaption = {read=FOptionCaption, write=FOptionCaption};
  43.     __property Classes::TStringList* OptionList = {read=FOptionList, write=FOptionList};
  44.     __property System::AnsiString Question = {read=FQuestion, write=FQuestion};
  45. };
  46.  
  47. //-- var, const, procedure ---------------------------------------------------
  48. #define TOPTIONSDLG_VERSION (Byte)(100)
  49. extern PACKAGE Options::TOptionsForm* OptionsBox;
  50.  
  51. }    /* namespace Optnsdlg */
  52. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  53. using namespace Optnsdlg;
  54. #endif
  55. //-- end unit ----------------------------------------------------------------
  56. #endif    // Optnsdlg
  57.