home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 October / Chip_2001-10_cd1.bin / zkuste / delphi / kompon / d123456 / CHEMPLOT.ZIP / TPlot / Plottooledit.hpp < prev    next >
C/C++ Source or Header  |  2001-07-31  |  2KB  |  79 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) 'Plottooledit.pas' rev: 3.00
  6.  
  7. #ifndef PlottooleditHPP
  8. #define PlottooleditHPP
  9. #include <Plotdefs.hpp>
  10. #include <Misc.hpp>
  11. #include <ComCtrls.hpp>
  12. #include <ToolWin.hpp>
  13. #include <ExtCtrls.hpp>
  14. #include <StdCtrls.hpp>
  15. #include <Forms.hpp>
  16. #include <Controls.hpp>
  17. #include <Buttons.hpp>
  18. #include <Windows.hpp>
  19. #include <SysUtils.hpp>
  20. #include <Classes.hpp>
  21. #include <SysInit.hpp>
  22. #include <System.hpp>
  23.  
  24. //-- user supplied -----------------------------------------------------------
  25.  
  26. namespace Plottooledit
  27. {
  28. //-- type declarations -------------------------------------------------------
  29. class DELPHICLASS TToolBarEditForm;
  30. class PASCALIMPLEMENTATION TToolBarEditForm : public Forms::TForm 
  31. {
  32.     typedef Forms::TForm inherited;
  33.     
  34. __published:
  35.     Buttons::TBitBtn* HelpBitBtn;
  36.     Buttons::TBitBtn* CancelBitBtn;
  37.     Buttons::TBitBtn* OKBitBtn;
  38.     Buttons::TBitBtn* ApplyBitBtn;
  39.     Extctrls::TPanel* MiddlePanel;
  40.     Extctrls::TPanel* TopPanel;
  41.     Stdctrls::TLabel* DisplayedLabel;
  42.     Stdctrls::TLabel* AvailableLabel;
  43.     Comctrls::TToolBar* DisplayToolBar;
  44.     Comctrls::TToolBar* ControlToolBar;
  45.     void __fastcall FormCreate(System::TObject* Sender);
  46.     void __fastcall FormResize(System::TObject* Sender);
  47.     void __fastcall ApplyBitBtnClick(System::TObject* Sender);
  48.     
  49. private:
  50.     int OriginalHeight;
  51.     Comctrls::TToolBar* FMaster;
  52.     void __fastcall ControlClick(System::TObject* Sender);
  53.     
  54. public:
  55.     void __fastcall SetupButtons(Comctrls::TToolBar* Master);
  56.     void __fastcall DoHintsFromResource(void);
  57. public:
  58.     /* TCustomForm.Create */ __fastcall virtual TToolBarEditForm(Classes::TComponent* AOwner) : Forms::
  59.         TForm(AOwner) { }
  60.     /* TCustomForm.CreateNew */ __fastcall TToolBarEditForm(Classes::TComponent* AOwner, int Dummy) : Forms::
  61.         TForm(AOwner, Dummy) { }
  62.     /* TCustomForm.Destroy */ __fastcall virtual ~TToolBarEditForm(void) { }
  63.     
  64. public:
  65.     /* TWinControl.CreateParented */ __fastcall TToolBarEditForm(HWND ParentWindow) : Forms::TForm(ParentWindow
  66.         ) { }
  67.     
  68. };
  69.  
  70. //-- var, const, procedure ---------------------------------------------------
  71. extern PACKAGE TToolBarEditForm* ToolBarEditForm;
  72.  
  73. }    /* namespace Plottooledit */
  74. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  75. using namespace Plottooledit;
  76. #endif
  77. //-- end unit ----------------------------------------------------------------
  78. #endif    // Plottooledit
  79.