First commit 19/07/1998
This commit is contained in:
58
CDopping/CoolForm/MaskEditor.hpp
Normal file
58
CDopping/CoolForm/MaskEditor.hpp
Normal file
@ -0,0 +1,58 @@
|
||||
// Borland C++ Builder
|
||||
// Copyright (c) 1995, 1998 by Borland International
|
||||
// All rights reserved
|
||||
|
||||
// (DO NOT EDIT: machine generated header) 'MaskEditor.pas' rev: 3.00
|
||||
|
||||
#ifndef MaskEditorHPP
|
||||
#define MaskEditorHPP
|
||||
#include <DsgnIntf.hpp>
|
||||
#include <maskgenerator.hpp>
|
||||
#include <ExtCtrls.hpp>
|
||||
#include <Dialogs.hpp>
|
||||
#include <Forms.hpp>
|
||||
#include <Controls.hpp>
|
||||
#include <Graphics.hpp>
|
||||
#include <Classes.hpp>
|
||||
#include <SysUtils.hpp>
|
||||
#include <Messages.hpp>
|
||||
#include <Windows.hpp>
|
||||
#include <SysInit.hpp>
|
||||
#include <System.hpp>
|
||||
|
||||
//-- user supplied -----------------------------------------------------------
|
||||
|
||||
namespace Maskeditor
|
||||
{
|
||||
//-- type declarations -------------------------------------------------------
|
||||
class DELPHICLASS TCoolMaskEditor;
|
||||
class PASCALIMPLEMENTATION TCoolMaskEditor : public Dsgnintf::TPropertyEditor
|
||||
{
|
||||
typedef Dsgnintf::TPropertyEditor inherited;
|
||||
|
||||
private:
|
||||
System::AnsiString FValue;
|
||||
|
||||
public:
|
||||
__fastcall virtual ~TCoolMaskEditor(void);
|
||||
virtual void __fastcall Edit(void);
|
||||
virtual Dsgnintf::TPropertyAttributes __fastcall GetAttributes(void);
|
||||
virtual System::AnsiString __fastcall getname();
|
||||
virtual System::AnsiString __fastcall getValue();
|
||||
|
||||
__published:
|
||||
__property System::AnsiString Value = {read=FValue, write=FValue};
|
||||
public:
|
||||
/* TObject.Create */ __fastcall TCoolMaskEditor(void) : Dsgnintf::TPropertyEditor() { }
|
||||
|
||||
};
|
||||
|
||||
//-- var, const, procedure ---------------------------------------------------
|
||||
extern PACKAGE bool FormCreated;
|
||||
|
||||
} /* namespace Maskeditor */
|
||||
#if !defined(NO_IMPLICIT_NAMESPACE_USE)
|
||||
using namespace Maskeditor;
|
||||
#endif
|
||||
//-- end unit ----------------------------------------------------------------
|
||||
#endif // MaskEditor
|
Reference in New Issue
Block a user