home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Internet 2000 May / MICD_2000_05.iso / CBuilder5 / INSTALL / DATA1.CAB / Program_Built_Files / Include / Vcl / arrowedi.hpp < prev    next >
C/C++ Source or Header  |  2000-02-01  |  3KB  |  102 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) 'ArrowEdi.pas' rev: 5.00
  6.  
  7. #ifndef ArrowEdiHPP
  8. #define ArrowEdiHPP
  9.  
  10. #pragma delphiheader begin
  11. #pragma option push -w-
  12. #pragma option push -Vx
  13. #include <ComCtrls.hpp>    // Pascal unit
  14. #include <ExtCtrls.hpp>    // Pascal unit
  15. #include <ArrowCha.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 Arrowedi
  32. {
  33. //-- type declarations -------------------------------------------------------
  34. class DELPHICLASS TArrowSeriesEditor;
  35. class PASCALIMPLEMENTATION TArrowSeriesEditor : public Forms::TForm 
  36. {
  37.     typedef Forms::TForm inherited;
  38.     
  39. __published:
  40.     Buttons::TBitBtn* BPen;
  41.     Buttons::TBitBtn* BBrush;
  42.     Stdctrls::TLabel* Label1;
  43.     Stdctrls::TEdit* SEArrowWidth;
  44.     Stdctrls::TLabel* Label2;
  45.     Stdctrls::TEdit* SEArrowHeight;
  46.     Stdctrls::TGroupBox* GroupBox1;
  47.     Stdctrls::TCheckBox* CBColorEach;
  48.     Buttons::TBitBtn* BArrowColor;
  49.     Extctrls::TShape* SHArrowColor;
  50.     Comctrls::TUpDown* UDArrowWidth;
  51.     Comctrls::TUpDown* UDArrowHeight;
  52.     void __fastcall CBColorEachClick(System::TObject* Sender);
  53.     void __fastcall BArrowColorClick(System::TObject* Sender);
  54.     void __fastcall BPenClick(System::TObject* Sender);
  55.     void __fastcall BBrushClick(System::TObject* Sender);
  56.     void __fastcall SEArrowWidthChange(System::TObject* Sender);
  57.     void __fastcall SEArrowHeightChange(System::TObject* Sender);
  58.     void __fastcall FormShow(System::TObject* Sender);
  59.     void __fastcall SHArrowColorMouseUp(System::TObject* Sender, Controls::TMouseButton Button, Classes::TShiftState 
  60.         Shift, int X, int Y);
  61.     void __fastcall FormCreate(System::TObject* Sender);
  62.     
  63. private:
  64.     bool CreatingForm;
  65.     
  66. public:
  67.     Arrowcha::TArrowSeries* Arrow;
  68. public:
  69.     #pragma option push -w-inl
  70.     /* TCustomForm.Create */ inline __fastcall virtual TArrowSeriesEditor(Classes::TComponent* AOwner) : 
  71.         Forms::TForm(AOwner) { }
  72.     #pragma option pop
  73.     #pragma option push -w-inl
  74.     /* TCustomForm.CreateNew */ inline __fastcall virtual TArrowSeriesEditor(Classes::TComponent* AOwner
  75.         , int Dummy) : Forms::TForm(AOwner, Dummy) { }
  76.     #pragma option pop
  77.     #pragma option push -w-inl
  78.     /* TCustomForm.Destroy */ inline __fastcall virtual ~TArrowSeriesEditor(void) { }
  79.     #pragma option pop
  80.     
  81. public:
  82.     #pragma option push -w-inl
  83.     /* TWinControl.CreateParented */ inline __fastcall TArrowSeriesEditor(HWND ParentWindow) : Forms::TForm(
  84.         ParentWindow) { }
  85.     #pragma option pop
  86.     
  87. };
  88.  
  89.  
  90. //-- var, const, procedure ---------------------------------------------------
  91.  
  92. }    /* namespace Arrowedi */
  93. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  94. using namespace Arrowedi;
  95. #endif
  96. #pragma option pop    // -w-
  97. #pragma option pop    // -Vx
  98.  
  99. #pragma delphiheader end.
  100. //-- end unit ----------------------------------------------------------------
  101. #endif    // ArrowEdi
  102.