home *** CD-ROM | disk | FTP | other *** search
- // Borland C++ Builder
- // Copyright (c) 1995, 1998 by Borland International
- // All rights reserved
-
- // (DO NOT EDIT: machine generated header) 'Plottooledit.pas' rev: 3.00
-
- #ifndef PlottooleditHPP
- #define PlottooleditHPP
- #include <ComCtrls.hpp>
- #include <ToolWin.hpp>
- #include <ExtCtrls.hpp>
- #include <StdCtrls.hpp>
- #include <Forms.hpp>
- #include <Controls.hpp>
- #include <Buttons.hpp>
- #include <Windows.hpp>
- #include <SysUtils.hpp>
- #include <Classes.hpp>
- #include <SysInit.hpp>
- #include <System.hpp>
-
- //-- user supplied -----------------------------------------------------------
-
- namespace Plottooledit
- {
- //-- type declarations -------------------------------------------------------
- class DELPHICLASS TToolBarEditForm;
- class PASCALIMPLEMENTATION TToolBarEditForm : public Forms::TForm
- {
- typedef Forms::TForm inherited;
-
- __published:
- Buttons::TBitBtn* HelpBitBtn;
- Buttons::TBitBtn* CancelBitBtn;
- Buttons::TBitBtn* OKBitBtn;
- Buttons::TBitBtn* ApplyBitBtn;
- Extctrls::TPanel* MiddlePanel;
- Extctrls::TPanel* TopPanel;
- Stdctrls::TLabel* Label1;
- Stdctrls::TLabel* Label2;
- Comctrls::TToolBar* DisplayToolBar;
- Comctrls::TToolBar* ControlToolBar;
- void __fastcall FormCreate(System::TObject* Sender);
- void __fastcall FormResize(System::TObject* Sender);
- void __fastcall ApplyBitBtnClick(System::TObject* Sender);
-
- private:
- int OriginalHeight;
- Comctrls::TToolBar* FMaster;
- void __fastcall ControlClick(System::TObject* Sender);
-
- public:
- void __fastcall SetupButtons(Comctrls::TToolBar* Master);
- public:
- /* TCustomForm.Create */ __fastcall virtual TToolBarEditForm(Classes::TComponent* AOwner) : Forms::
- TForm(AOwner) { }
- /* TCustomForm.CreateNew */ __fastcall TToolBarEditForm(Classes::TComponent* AOwner, int Dummy) : Forms::
- TForm(AOwner, Dummy) { }
- /* TCustomForm.Destroy */ __fastcall virtual ~TToolBarEditForm(void) { }
-
- public:
- /* TWinControl.CreateParented */ __fastcall TToolBarEditForm(HWND ParentWindow) : Forms::TForm(ParentWindow
- ) { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
- extern PACKAGE TToolBarEditForm* ToolBarEditForm;
-
- } /* namespace Plottooledit */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Plottooledit;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // Plottooledit
-