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 >
Wrap
C/C++ Source or Header
|
2001-07-31
|
2KB
|
79 lines
// 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 <Plotdefs.hpp>
#include <Misc.hpp>
#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* DisplayedLabel;
Stdctrls::TLabel* AvailableLabel;
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);
void __fastcall DoHintsFromResource(void);
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