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) 'EsLabel0.pas' rev: 3.00
-
- #ifndef EsLabel0HPP
- #define EsLabel0HPP
- #include <TypInfo.hpp>
- #include <EsWebPE.hpp>
- #include <EsDir.hpp>
- #include <EsClrCbx.hpp>
- #include <EsMnuBtn.hpp>
- #include <EsData.hpp>
- #include <EsBase.hpp>
- #include <IniFiles.hpp>
- #include <Menus.hpp>
- #include <DsgnIntf.hpp>
- #include <ExtCtrls.hpp>
- #include <EsLabel.hpp>
- #include <StdCtrls.hpp>
- #include <Dialogs.hpp>
- #include <Forms.hpp>
- #include <Controls.hpp>
- #include <Graphics.hpp>
- #include <Classes.hpp>
- #include <Messages.hpp>
- #include <Windows.hpp>
- #include <SysUtils.hpp>
- #include <SysInit.hpp>
- #include <System.hpp>
-
- //-- user supplied -----------------------------------------------------------
-
- namespace Eslabel0
- {
- //-- type declarations -------------------------------------------------------
- class DELPHICLASS TEsLabelFrm;
- class PASCALIMPLEMENTATION TEsLabelFrm : public Forms::TForm
- {
- typedef Forms::TForm inherited;
-
- __published:
- Extctrls::TPanel* Panel1;
- Eslabel::TEsLabel* EsLabel;
- Stdctrls::TButton* Button1;
- Stdctrls::TButton* Button2;
- Extctrls::TPanel* Panel2;
- Stdctrls::TComboBox* SchemeCb;
- Stdctrls::TButton* SaveAsBtn;
- Stdctrls::TButton* DeleteBtn;
- Extctrls::TPanel* Panel3;
- Extctrls::TRadioGroup* GraduateRg;
- Extctrls::TRadioGroup* ShadowRg;
- Extctrls::TRadioGroup* HighlightRg;
- Esclrcbx::TEsColorComboBox* FromColorCcb;
- Esclrcbx::TEsColorComboBox* HighlightColorCcb;
- Esclrcbx::TEsColorComboBox* ShadowColorCcb;
- Stdctrls::TLabel* HighlightDirectionLbl;
- Stdctrls::TLabel* ShadowDirectionLbl;
- Esclrcbx::TEsColorComboBox* FontColorCcb;
- Extctrls::TPanel* Panel4;
- Stdctrls::TScrollBar* FontSizeSb;
- Stdctrls::TLabel* FontSizeLbl;
- Stdctrls::TLabel* HighlightDepthLbl;
- Stdctrls::TLabel* ShadowDepthLbl;
- Stdctrls::TScrollBar* ShadowDepthSb;
- Stdctrls::TScrollBar* HighlightDepthSb;
- Stdctrls::TComboBox* AppearanceCb;
- Stdctrls::TComboBox* ColorSchemeCb;
- void __fastcall FontSizeSbChange(System::TObject* Sender);
- void __fastcall HighlightDepthSbChange(System::TObject* Sender);
- void __fastcall ShadowDepthSbChange(System::TObject* Sender);
- void __fastcall GraduateRgClick(System::TObject* Sender);
- void __fastcall HighlightRgClick(System::TObject* Sender);
- void __fastcall ShadowRgClick(System::TObject* Sender);
- void __fastcall FromColorCcbChange(System::TObject* Sender);
- void __fastcall HighlightColorCcbChange(System::TObject* Sender);
- void __fastcall ShadowColorCcbChange(System::TObject* Sender);
- void __fastcall FontColorCcbChange(System::TObject* Sender);
- void __fastcall FormCreate(System::TObject* Sender);
- void __fastcall SaveAsBtnClick(System::TObject* Sender);
- void __fastcall DeleteBtnClick(System::TObject* Sender);
- void __fastcall SchemeCbChange(System::TObject* Sender);
- void __fastcall AppearanceCbChange(System::TObject* Sender);
- void __fastcall ColorSchemeCbChange(System::TObject* Sender);
-
- public:
- Esdir::TEsDirectionPicker* HighlightDirectionDp;
- Esdir::TEsDirectionPicker* ShadowDirectionDp;
- bool SettingScheme;
- bool SettingCb;
- void __fastcall DeleteScheme(const System::AnsiString S);
- void __fastcall HighlightDirectionChange(System::TObject* Sender);
- void __fastcall ShadowDirectionChange(System::TObject* Sender);
- void __fastcall SchemeChange(void);
- public:
- /* TCustomForm.Create */ __fastcall virtual TEsLabelFrm(Classes::TComponent* AOwner) : Forms::TForm(
- AOwner) { }
- /* TCustomForm.CreateNew */ __fastcall TEsLabelFrm(Classes::TComponent* AOwner, int Dummy) : Forms::
- TForm(AOwner, Dummy) { }
- /* TCustomForm.Destroy */ __fastcall virtual ~TEsLabelFrm(void) { }
-
- public:
- /* TWinControl.CreateParented */ __fastcall TEsLabelFrm(HWND ParentWindow) : Forms::TForm(ParentWindow
- ) { }
-
- };
-
- class DELPHICLASS TEsLabelEditor;
- class PASCALIMPLEMENTATION TEsLabelEditor : public Dsgnintf::TDefaultEditor
- {
- typedef Dsgnintf::TDefaultEditor inherited;
-
- public:
- virtual void __fastcall ExecuteVerb(int Index);
- virtual System::AnsiString __fastcall GetVerb(int Index);
- virtual int __fastcall GetVerbCount(void);
- public:
- /* TComponentEditor.Create */ __fastcall virtual TEsLabelEditor(Classes::TComponent* AComponent, Dsgnintf::TFormDesigner*
- ADesigner) : Dsgnintf::TDefaultEditor(AComponent, ADesigner) { }
-
- public:
- /* TObject.Destroy */ __fastcall virtual ~TEsLabelEditor(void) { }
-
- };
-
- class DELPHICLASS TEsCustomSettingsProperty;
- class PASCALIMPLEMENTATION TEsCustomSettingsProperty : public Dsgnintf::TClassProperty
- {
- typedef Dsgnintf::TClassProperty inherited;
-
- public:
- virtual void __fastcall Edit(void);
- virtual Dsgnintf::TPropertyAttributes __fastcall GetAttributes(void);
- public:
- /* TPropertyEditor.Destroy */ __fastcall virtual ~TEsCustomSettingsProperty(void) { }
-
- public:
- /* TObject.Create */ __fastcall TEsCustomSettingsProperty(void) : Dsgnintf::TClassProperty() { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
- extern PACKAGE bool __fastcall EditEsLabel(Eslabel::TEsLabel* L);
-
- } /* namespace Eslabel0 */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Eslabel0;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // EsLabel0
-