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