home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1997 May
/
Pcwk0597.iso
/
borland
/
cb
/
setup
/
cbuilder
/
data.z
/
DDEREG.HPP
< prev
next >
Wrap
C/C++ Source or Header
|
1997-02-28
|
6KB
|
174 lines
//----------------------------------------------------------------------------
// DDEReg.hpp - bcbdcc32 generated hdr (DO NOT EDIT) rev: 0
// From: DDEReg.pas
//----------------------------------------------------------------------------
#ifndef DDERegHPP
#define DDERegHPP
//----------------------------------------------------------------------------
#include <ExtCtrls.hpp>
#include <LibMain.hpp>
#include <StdCtrls.hpp>
#include <Messages.hpp>
#include <DdeMan.hpp>
#include <DsgnIntf.hpp>
#include <TypInfo.hpp>
#include <Buttons.hpp>
#include <Controls.hpp>
#include <Forms.hpp>
#include <Graphics.hpp>
#include <Classes.hpp>
#include <SysUtils.hpp>
#include <Windows.hpp>
#include <System.hpp>
#pragma warn -par
#pragma warn -hid
#pragma warn -inl
namespace Ddereg
{
//-- type declarations -------------------------------------------------------
class __declspec(delphiclass) TSrvrConvEdit;
class __declspec(pascalimplementation) TSrvrConvEdit : public Dsgnintf::TDefaultEditor
{
typedef Dsgnintf::TDefaultEditor inherited;
protected:
virtual void __fastcall EditProperty(Dsgnintf::TPropertyEditor* PropertyEditor, bool &Continue, bool
&FreeEditor);
public:
/* TComponentEditor.Create */ __fastcall virtual TSrvrConvEdit(Classes::TComponent* AComponent, Dsgnintf::TFormDesigner*
ADesigner) : Dsgnintf::TDefaultEditor(AComponent, ADesigner) { }
public:
/* TObject.Destroy */ __fastcall virtual ~TSrvrConvEdit(void) { }
};
class __declspec(delphiclass) TCliConvEdit;
class __declspec(pascalimplementation) TCliConvEdit : public Dsgnintf::TDefaultEditor
{
typedef Dsgnintf::TDefaultEditor inherited;
protected:
virtual void __fastcall EditProperty(Dsgnintf::TPropertyEditor* PropertyEditor, bool &Continue, bool
&FreeEditor);
public:
/* TComponentEditor.Create */ __fastcall virtual TCliConvEdit(Classes::TComponent* AComponent, Dsgnintf::TFormDesigner*
ADesigner) : Dsgnintf::TDefaultEditor(AComponent, ADesigner) { }
public:
/* TObject.Destroy */ __fastcall virtual ~TCliConvEdit(void) { }
};
class __declspec(delphiclass) TSrvrItemEdit;
class __declspec(pascalimplementation) TSrvrItemEdit : public Dsgnintf::TDefaultEditor
{
typedef Dsgnintf::TDefaultEditor inherited;
public:
virtual void __fastcall Copy(void);
public:
/* TComponentEditor.Create */ __fastcall virtual TSrvrItemEdit(Classes::TComponent* AComponent, Dsgnintf::TFormDesigner*
ADesigner) : Dsgnintf::TDefaultEditor(AComponent, ADesigner) { }
public:
/* TObject.Destroy */ __fastcall virtual ~TSrvrItemEdit(void) { }
};
class __declspec(delphiclass) TDdeLinkDlg;
class __declspec(pascalimplementation) TDdeLinkDlg : public Forms::TForm
{
typedef Forms::TForm inherited;
__published:
Stdctrls::TEdit* TopicEdit;
Stdctrls::TEdit* AppEdit;
Stdctrls::TLabel* Label1;
Stdctrls::TLabel* Label2;
Stdctrls::TButton* OK;
Stdctrls::TButton* CancelBtn;
Stdctrls::TButton* PasteBtn;
Stdctrls::TButton* HelpBtn;
void __fastcall doPasteLink(System::TObject* Sender);
void __fastcall DoPasteCheck(System::TObject* Sender);
void __fastcall FormCreate(System::TObject* Sender);
void __fastcall HelpBtnClick(System::TObject* Sender);
private:
HIDESBASE MESSAGE void __fastcall WMActivate(Messages::TWMActivate &Message);
public:
/* TForm.Create */ __fastcall virtual TDdeLinkDlg(Classes::TComponent* AOwner) : Forms::TForm(AOwner
) { }
/* TForm.CreateNew */ __fastcall TDdeLinkDlg(Classes::TComponent* AOwner, int Dummy) : Forms::TForm(
AOwner, Dummy) { }
/* TForm.Destroy */ __fastcall virtual ~TDdeLinkDlg(void) { }
public:
/* TWinControl.CreateParented */ __fastcall TDdeLinkDlg(HWND ParentWindow) : Forms::TForm(ParentWindow
) { }
};
class __declspec(delphiclass) TDdeLinkInfoProperty;
class __declspec(pascalimplementation) TDdeLinkInfoProperty : public Dsgnintf::TPropertyEditor
{
typedef Dsgnintf::TPropertyEditor inherited;
public:
virtual Dsgnintf::TPropertyAttributes __fastcall GetAttributes(void);
virtual void __fastcall Edit(void);
virtual System::AnsiString __fastcall GetValue(void);
public:
/* TPropertyEditor.Destroy */ __fastcall virtual ~TDdeLinkInfoProperty(void) { }
public:
/* TObject.Create */ __fastcall TDdeLinkInfoProperty(void) : Dsgnintf::TPropertyEditor() { }
};
class __declspec(delphiclass) TDdeClientItemProperty;
class __declspec(pascalimplementation) TDdeClientItemProperty : public Dsgnintf::TStringProperty
{
typedef Dsgnintf::TStringProperty inherited;
public:
virtual Dsgnintf::TPropertyAttributes __fastcall GetAttributes(void);
virtual void __fastcall GetValues(Classes::TGetStrProc Proc);
public:
/* TPropertyEditor.Destroy */ __fastcall virtual ~TDdeClientItemProperty(void) { }
public:
/* TObject.Create */ __fastcall TDdeClientItemProperty(void) : Dsgnintf::TStringProperty() { }
};
class __declspec(delphiclass) TLibDde;
class __declspec(pascalimplementation) TLibDde : public Libmain::TLibDdeHelper
{
typedef Libmain::TLibDdeHelper inherited;
public:
virtual void __fastcall SetProjectName( System::AnsiString Name);
public:
/* TObject.Create */ __fastcall TLibDde(void) : Libmain::TLibDdeHelper() { }
/* TObject.Destroy */ __fastcall virtual ~TLibDde(void) { }
};
//-- var, const, procedure ---------------------------------------------------
extern void __fastcall Register(void);
} /* namespace Ddereg */
#pragma warn .par
#pragma warn .hid
#pragma warn .inl
#if !defined(NO_IMPLICIT_NAMESPACE_USE)
using namespace Ddereg;
#endif
//-- end unit ----------------------------------------------------------------
#endif // DDEReg