home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Internet 2000 May / MICD_2000_05.iso / CBuilder5 / INSTALL / DATA1.CAB / Program_Built_Files / Include / Vcl / bubbledi.hpp < prev    next >
C/C++ Source or Header  |  2000-02-01  |  3KB  |  95 lines

  1. // Borland C++ Builder
  2. // Copyright (c) 1995, 1999 by Borland International
  3. // All rights reserved
  4.  
  5. // (DO NOT EDIT: machine generated header) 'BubblEdi.pas' rev: 5.00
  6.  
  7. #ifndef BubblEdiHPP
  8. #define BubblEdiHPP
  9.  
  10. #pragma delphiheader begin
  11. #pragma option push -w-
  12. #pragma option push -Vx
  13. #include <BubbleCh.hpp>    // Pascal unit
  14. #include <Chart.hpp>    // Pascal unit
  15. #include <ExtCtrls.hpp>    // Pascal unit
  16. #include <Buttons.hpp>    // Pascal unit
  17. #include <StdCtrls.hpp>    // Pascal unit
  18. #include <Dialogs.hpp>    // Pascal unit
  19. #include <Forms.hpp>    // Pascal unit
  20. #include <Controls.hpp>    // Pascal unit
  21. #include <Graphics.hpp>    // Pascal unit
  22. #include <Classes.hpp>    // Pascal unit
  23. #include <Messages.hpp>    // Pascal unit
  24. #include <Windows.hpp>    // Pascal unit
  25. #include <SysUtils.hpp>    // Pascal unit
  26. #include <SysInit.hpp>    // Pascal unit
  27. #include <System.hpp>    // Pascal unit
  28.  
  29. //-- user supplied -----------------------------------------------------------
  30.  
  31. namespace Bubbledi
  32. {
  33. //-- type declarations -------------------------------------------------------
  34. class DELPHICLASS TBubbleSeriesEditor;
  35. class PASCALIMPLEMENTATION TBubbleSeriesEditor : public Forms::TForm 
  36. {
  37.     typedef Forms::TForm inherited;
  38.     
  39. __published:
  40.     Stdctrls::TCheckBox* CB3dPoint;
  41.     Stdctrls::TCheckBox* CBInflate;
  42.     Buttons::TBitBtn* BPoinPenCol;
  43.     Extctrls::TRadioGroup* RGStyle;
  44.     Stdctrls::TGroupBox* GroupBox1;
  45.     Stdctrls::TCheckBox* CBPointColorDef;
  46.     Buttons::TBitBtn* BPointFillColor;
  47.     Stdctrls::TCheckBox* CBColorEach;
  48.     void __fastcall FormShow(System::TObject* Sender);
  49.     void __fastcall CB3dPointClick(System::TObject* Sender);
  50.     void __fastcall BPointFillColorClick(System::TObject* Sender);
  51.     void __fastcall CBPointColorDefClick(System::TObject* Sender);
  52.     void __fastcall BPoinPenColClick(System::TObject* Sender);
  53.     void __fastcall FormCreate(System::TObject* Sender);
  54.     void __fastcall CBInflateClick(System::TObject* Sender);
  55.     void __fastcall RGStyleClick(System::TObject* Sender);
  56.     void __fastcall CBColorEachClick(System::TObject* Sender);
  57.     
  58. public:
  59.     Bubblech::TBubbleSeries* TheSeries;
  60.     void __fastcall Enable3DPoint(void);
  61. public:
  62.     #pragma option push -w-inl
  63.     /* TCustomForm.Create */ inline __fastcall virtual TBubbleSeriesEditor(Classes::TComponent* AOwner)
  64.          : Forms::TForm(AOwner) { }
  65.     #pragma option pop
  66.     #pragma option push -w-inl
  67.     /* TCustomForm.CreateNew */ inline __fastcall virtual TBubbleSeriesEditor(Classes::TComponent* AOwner
  68.         , int Dummy) : Forms::TForm(AOwner, Dummy) { }
  69.     #pragma option pop
  70.     #pragma option push -w-inl
  71.     /* TCustomForm.Destroy */ inline __fastcall virtual ~TBubbleSeriesEditor(void) { }
  72.     #pragma option pop
  73.     
  74. public:
  75.     #pragma option push -w-inl
  76.     /* TWinControl.CreateParented */ inline __fastcall TBubbleSeriesEditor(HWND ParentWindow) : Forms::TForm(
  77.         ParentWindow) { }
  78.     #pragma option pop
  79.     
  80. };
  81.  
  82.  
  83. //-- var, const, procedure ---------------------------------------------------
  84.  
  85. }    /* namespace Bubbledi */
  86. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  87. using namespace Bubbledi;
  88. #endif
  89. #pragma option pop    // -w-
  90. #pragma option pop    // -Vx
  91.  
  92. #pragma delphiheader end.
  93. //-- end unit ----------------------------------------------------------------
  94. #endif    // BubblEdi
  95.