home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / zkuste / delphi / kolekce / d12345 / MISC.ZIP / Options.hpp < prev    next >
C/C++ Source or Header  |  2001-05-09  |  2KB  |  65 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) 'Options.pas' rev: 3.00
  6.  
  7. #ifndef OptionsHPP
  8. #define OptionsHPP
  9. #include <StdCtrls.hpp>
  10. #include <Forms.hpp>
  11. #include <ExtCtrls.hpp>
  12. #include <Controls.hpp>
  13. #include <Buttons.hpp>
  14. #include <Windows.hpp>
  15. #include <SysUtils.hpp>
  16. #include <Classes.hpp>
  17. #include <SysInit.hpp>
  18. #include <System.hpp>
  19.  
  20. //-- user supplied -----------------------------------------------------------
  21.  
  22. namespace Options
  23. {
  24. //-- type declarations -------------------------------------------------------
  25. class DELPHICLASS TOptionsForm;
  26. class PASCALIMPLEMENTATION TOptionsForm : public Forms::TForm 
  27. {
  28.     typedef Forms::TForm inherited;
  29.     
  30. __published:
  31.     Extctrls::TRadioGroup* OptionsRadioGroup;
  32.     Stdctrls::TLabel* QuestionLabel;
  33.     Buttons::TBitBtn* OKBitBtn;
  34.     Buttons::TBitBtn* HelpBitBtn;
  35.     Buttons::TBitBtn* CancelBitBtn;
  36.     void __fastcall OKBitBtnClick(System::TObject* Sender);
  37.     void __fastcall CancelBitBtnClick(System::TObject* Sender);
  38.     void __fastcall FormCreate(System::TObject* Sender);
  39.     void __fastcall FormShow(System::TObject* Sender);
  40.     
  41. public:
  42.     void __fastcall DoGeometry(void);
  43. public:
  44.     /* TCustomForm.Create */ __fastcall virtual TOptionsForm(Classes::TComponent* AOwner) : Forms::TForm(
  45.         AOwner) { }
  46.     /* TCustomForm.CreateNew */ __fastcall TOptionsForm(Classes::TComponent* AOwner, int Dummy) : Forms::
  47.         TForm(AOwner, Dummy) { }
  48.     /* TCustomForm.Destroy */ __fastcall virtual ~TOptionsForm(void) { }
  49.     
  50. public:
  51.     /* TWinControl.CreateParented */ __fastcall TOptionsForm(HWND ParentWindow) : Forms::TForm(ParentWindow
  52.         ) { }
  53.     
  54. };
  55.  
  56. //-- var, const, procedure ---------------------------------------------------
  57. extern PACKAGE TOptionsForm* OptionsForm;
  58.  
  59. }    /* namespace Options */
  60. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  61. using namespace Options;
  62. #endif
  63. //-- end unit ----------------------------------------------------------------
  64. #endif    // Options
  65.