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