67 lines
2.1 KiB
C++
67 lines
2.1 KiB
C++
// Borland C++ Builder
|
|
// Copyright (c) 1995, 2005 by Borland Software Corporation
|
|
// All rights reserved
|
|
|
|
// (DO NOT EDIT: machine generated header) 'Jvmaileditor.pas' rev: 10.00
|
|
|
|
#ifndef JvmaileditorHPP
|
|
#define JvmaileditorHPP
|
|
|
|
#pragma delphiheader begin
|
|
#pragma option push
|
|
#pragma option -w- // All warnings off
|
|
#pragma option -Vx // Zero-length empty class member functions
|
|
#pragma pack(push,8)
|
|
#include <System.hpp> // Pascal unit
|
|
#include <Sysinit.hpp> // Pascal unit
|
|
#include <Windows.hpp> // Pascal unit
|
|
#include <Sysutils.hpp> // Pascal unit
|
|
#include <Classes.hpp> // Pascal unit
|
|
#include <Dlgs.hpp> // Pascal unit
|
|
#include <Dialogs.hpp> // Pascal unit
|
|
#include <Designeditors.hpp> // Pascal unit
|
|
#include <Designintf.hpp> // Pascal unit
|
|
#include <Jvmail.hpp> // Pascal unit
|
|
|
|
//-- user supplied -----------------------------------------------------------
|
|
|
|
namespace Jvmaileditor
|
|
{
|
|
//-- type declarations -------------------------------------------------------
|
|
class DELPHICLASS TJvMailEditor;
|
|
class PASCALIMPLEMENTATION TJvMailEditor : public Designeditors::TComponentEditor
|
|
{
|
|
typedef Designeditors::TComponentEditor inherited;
|
|
|
|
private:
|
|
void __fastcall Address(void);
|
|
void __fastcall SendMail(void);
|
|
|
|
public:
|
|
virtual void __fastcall ExecuteVerb(int Index);
|
|
virtual AnsiString __fastcall GetVerb(int Index);
|
|
virtual int __fastcall GetVerbCount(void);
|
|
public:
|
|
#pragma option push -w-inl
|
|
/* TComponentEditor.Create */ inline __fastcall virtual TJvMailEditor(Classes::TComponent* AComponent, Designintf::_di_IDesigner ADesigner) : Designeditors::TComponentEditor(AComponent, ADesigner) { }
|
|
#pragma option pop
|
|
|
|
public:
|
|
#pragma option push -w-inl
|
|
/* TObject.Destroy */ inline __fastcall virtual ~TJvMailEditor(void) { }
|
|
#pragma option pop
|
|
|
|
};
|
|
|
|
|
|
//-- var, const, procedure ---------------------------------------------------
|
|
|
|
} /* namespace Jvmaileditor */
|
|
using namespace Jvmaileditor;
|
|
#pragma pack(pop)
|
|
#pragma option pop
|
|
|
|
#pragma delphiheader end.
|
|
//-- end unit ----------------------------------------------------------------
|
|
#endif // Jvmaileditor
|