⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 appinsp.hpp

📁 Object Inspector for Delphi (3-7,2005) and C++ Builder (5,6)
💻 HPP
字号:
// Borland C++ Builder
// Copyright (c) 1995, 2002 by Borland Software Corporation
// All rights reserved

// (DO NOT EDIT: machine generated header) 'AppInsp.pas' rev: 6.00

#ifndef AppInspHPP
#define AppInspHPP

#pragma delphiheader begin
#pragma option push -w-
#pragma option push -Vx
#include <Menus.hpp>	// Pascal unit
#include <Controls.hpp>	// Pascal unit
#include <StdCtrls.hpp>	// Pascal unit
#include <CompInsp.hpp>	// Pascal unit
#include <InspCtrl.hpp>	// Pascal unit
#include <PropList.hpp>	// Pascal unit
#include <ActnList.hpp>	// Pascal unit
#include <Dialogs.hpp>	// Pascal unit
#include <Forms.hpp>	// Pascal unit
#include <Graphics.hpp>	// Pascal unit
#include <Classes.hpp>	// Pascal unit
#include <SysUtils.hpp>	// Pascal unit
#include <Windows.hpp>	// Pascal unit
#include <SysInit.hpp>	// Pascal unit
#include <System.hpp>	// Pascal unit

//-- user supplied -----------------------------------------------------------

namespace Appinsp
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TApplicationInterface;
class PASCALIMPLEMENTATION TApplicationInterface : public Classes::TComponent 
{
	typedef Classes::TComponent inherited;
	
private:
	AnsiString __fastcall GetHelpFile();
	void __fastcall SetHelpFile(const AnsiString Value);
	Graphics::TColor __fastcall GetHintColor(void);
	void __fastcall SetHintColor(const Graphics::TColor Value);
	int __fastcall GetHintHidePause(void);
	void __fastcall SetHintHidePause(const int Value);
	int __fastcall GetHintPause(void);
	void __fastcall SetHintPause(const int Value);
	int __fastcall GetHintShortPause(void);
	void __fastcall SetHintShortPause(const int Value);
	Graphics::TIcon* __fastcall GetIcon(void);
	void __fastcall SetIcon(const Graphics::TIcon* Value);
	bool __fastcall GetShowHint(void);
	void __fastcall SetShowHint(const bool Value);
	AnsiString __fastcall GetTitle();
	void __fastcall SetTitle(const AnsiString Value);
	bool __fastcall GetUpdateFormatSettings(void);
	void __fastcall SetUpdateFormatSettings(const bool Value);
	bool __fastcall GetUpdateMetricSettings(void);
	void __fastcall SetUpdateMetricSettings(const bool Value);
	Classes::TNotifyEvent __fastcall GetOnActivate();
	void __fastcall SetOnActivate(const Classes::TNotifyEvent Value);
	Classes::TNotifyEvent __fastcall GetOnDeactivate();
	void __fastcall SetOnDeactivate(const Classes::TNotifyEvent Value);
	Forms::TExceptionEvent __fastcall GetOnException();
	void __fastcall SetOnException(const Forms::TExceptionEvent Value);
	Forms::THelpEvent __fastcall GetOnHelp();
	void __fastcall SetOnHelp(const Forms::THelpEvent Value);
	Classes::TNotifyEvent __fastcall GetOnHint();
	void __fastcall SetOnHint(const Classes::TNotifyEvent Value);
	Forms::TIdleEvent __fastcall GetOnIdle();
	void __fastcall SetOnIdle(const Forms::TIdleEvent Value);
	Forms::TMessageEvent __fastcall GetOnMessage();
	void __fastcall SetOnMessage(const Forms::TMessageEvent Value);
	Classes::TNotifyEvent __fastcall GetOnMinimize();
	void __fastcall SetOnMinimize(const Classes::TNotifyEvent Value);
	Classes::TNotifyEvent __fastcall GetOnRestore();
	void __fastcall SetOnRestore(const Classes::TNotifyEvent Value);
	Forms::TShowHintEvent __fastcall GetOnShowHint();
	void __fastcall SetOnShowHint(const Forms::TShowHintEvent Value);
	Classes::TBiDiMode __fastcall GetBiDiMode(void);
	void __fastcall SetBiDiMode(const Classes::TBiDiMode Value);
	bool __fastcall GetHintShortCuts(void);
	void __fastcall SetHintShortCuts(const bool Value);
	Actnlist::TActionEvent __fastcall GetOnActionExecute();
	void __fastcall SetOnActionExecute(const Actnlist::TActionEvent Value);
	Actnlist::TActionEvent __fastcall GetOnActionUpdate();
	void __fastcall SetOnActionUpdate(const Actnlist::TActionEvent Value);
	Forms::TShortCutEvent __fastcall GetOnShortCut();
	void __fastcall SetOnShortCut(const Forms::TShortCutEvent Value);
	AnsiString __fastcall GetBiDiKeyboard();
	void __fastcall SetBiDiKeyboard(const AnsiString Value);
	AnsiString __fastcall GetNonBiDiKeyboard();
	void __fastcall SetNonBiDiKeyboard(const AnsiString Value);
	bool __fastcall GetAutoDragDocking(void);
	void __fastcall SetAutoDragDocking(const bool Value);
	Forms::TSettingChangeEvent __fastcall GetOnSettingChange();
	void __fastcall SetOnSettingChange(const Forms::TSettingChangeEvent Value);
	
__published:
	__property AnsiString HelpFile = {read=GetHelpFile, write=SetHelpFile};
	__property Graphics::TColor HintColor = {read=GetHintColor, write=SetHintColor, nodefault};
	__property int HintHidePause = {read=GetHintHidePause, write=SetHintHidePause, nodefault};
	__property int HintPause = {read=GetHintPause, write=SetHintPause, nodefault};
	__property int HintShortPause = {read=GetHintShortPause, write=SetHintShortPause, nodefault};
	__property Graphics::TIcon* Icon = {read=GetIcon, write=SetIcon};
	__property bool ShowHint = {read=GetShowHint, write=SetShowHint, nodefault};
	__property AnsiString Title = {read=GetTitle, write=SetTitle};
	__property bool UpdateFormatSettings = {read=GetUpdateFormatSettings, write=SetUpdateFormatSettings, nodefault};
	__property bool UpdateMetricSettings = {read=GetUpdateMetricSettings, write=SetUpdateMetricSettings, nodefault};
	__property Classes::TNotifyEvent OnActivate = {read=GetOnActivate, write=SetOnActivate};
	__property Classes::TNotifyEvent OnDeactivate = {read=GetOnDeactivate, write=SetOnDeactivate};
	__property Forms::TExceptionEvent OnException = {read=GetOnException, write=SetOnException};
	__property Forms::THelpEvent OnHelp = {read=GetOnHelp, write=SetOnHelp};
	__property Classes::TNotifyEvent OnHint = {read=GetOnHint, write=SetOnHint};
	__property Forms::TIdleEvent OnIdle = {read=GetOnIdle, write=SetOnIdle};
	__property Forms::TMessageEvent OnMessage = {read=GetOnMessage, write=SetOnMessage};
	__property Classes::TNotifyEvent OnMinimize = {read=GetOnMinimize, write=SetOnMinimize};
	__property Classes::TNotifyEvent OnRestore = {read=GetOnRestore, write=SetOnRestore};
	__property Forms::TShowHintEvent OnShowHint = {read=GetOnShowHint, write=SetOnShowHint};
	__property Classes::TBiDiMode BiDiMode = {read=GetBiDiMode, write=SetBiDiMode, nodefault};
	__property bool HintShortCuts = {read=GetHintShortCuts, write=SetHintShortCuts, nodefault};
	__property Actnlist::TActionEvent OnActionExecute = {read=GetOnActionExecute, write=SetOnActionExecute};
	__property Actnlist::TActionEvent OnActionUpdate = {read=GetOnActionUpdate, write=SetOnActionUpdate};
	__property Forms::TShortCutEvent OnShortCut = {read=GetOnShortCut, write=SetOnShortCut};
	__property AnsiString BiDiKeyboard = {read=GetBiDiKeyboard, write=SetBiDiKeyboard};
	__property AnsiString NonBiDiKeyboard = {read=GetNonBiDiKeyboard, write=SetNonBiDiKeyboard};
	__property bool AutoDragDocking = {read=GetAutoDragDocking, write=SetAutoDragDocking, nodefault};
	__property Forms::TSettingChangeEvent OnSettingChange = {read=GetOnSettingChange, write=SetOnSettingChange};
public:
	#pragma option push -w-inl
	/* TComponent.Create */ inline __fastcall virtual TApplicationInterface(Classes::TComponent* AOwner) : Classes::TComponent(AOwner) { }
	#pragma option pop
	#pragma option push -w-inl
	/* TComponent.Destroy */ inline __fastcall virtual ~TApplicationInterface(void) { }
	#pragma option pop
	
};


class DELPHICLASS TCustomApplicationInspector;
class PASCALIMPLEMENTATION TCustomApplicationInspector : public Compinsp::TCustomComponentInspector 
{
	typedef Compinsp::TCustomComponentInspector inherited;
	
private:
	TApplicationInterface* FApplicationInterface;
	
protected:
	virtual Inspctrl::TButtonType __fastcall GetButtonType(int TheIndex);
	virtual bool __fastcall GetEnableExternalEditor(int TheIndex);
	virtual bool __fastcall CallEditor(int TheIndex);
	
public:
	virtual void __fastcall CreateWnd(void);
public:
	#pragma option push -w-inl
	/* TCustomComponentInspector.Create */ inline __fastcall virtual TCustomApplicationInspector(Classes::TComponent* AOwner) : Compinsp::TCustomComponentInspector(AOwner) { }
	#pragma option pop
	#pragma option push -w-inl
	/* TCustomComponentInspector.Destroy */ inline __fastcall virtual ~TCustomApplicationInspector(void) { }
	#pragma option pop
	
public:
	#pragma option push -w-inl
	/* TWinControl.CreateParented */ inline __fastcall TCustomApplicationInspector(HWND ParentWindow) : Compinsp::TCustomComponentInspector(ParentWindow) { }
	#pragma option pop
	
};


class DELPHICLASS TApplicationInspector;
class PASCALIMPLEMENTATION TApplicationInspector : public TCustomApplicationInspector 
{
	typedef TCustomApplicationInspector inherited;
	
__published:
	__property Anchors  = {default=3};
	__property Constraints ;
	__property Align  = {default=0};
	__property BorderStyle  = {default=1};
	__property Color  = {default=-2147483643};
	__property Ctl3D ;
	__property DragCursor  = {default=-12};
	__property DragMode  = {default=0};
	__property Enabled  = {default=1};
	__property Font ;
	__property IntegralHeight  = {default=0};
	__property ParentColor  = {default=0};
	__property ParentCtl3D  = {default=1};
	__property ParentFont  = {default=1};
	__property ParentShowHint  = {default=1};
	__property PopupMenu ;
	__property ShowHint ;
	__property Sorted  = {default=0};
	__property TabOrder  = {default=-1};
	__property TabStop  = {default=1};
	__property Visible  = {default=1};
	__property OnDragDrop ;
	__property OnDragOver ;
	__property OnEndDrag ;
	__property OnEnter ;
	__property OnExit ;
	__property OnStartDrag ;
	__property CheckBoxes  = {default=0};
	__property PaintStyle  = {default=0};
	__property Splitter  = {default=100};
	__property OnUpdate ;
	__property OnValidateChar ;
	__property OnChangeValue ;
	__property OnDrawName ;
	__property OnDrawValue ;
	__property Root ;
	__property Mode  = {default=0};
	__property OnGetName ;
	__property OnGetValue ;
	__property OnGetNextValue ;
	__property OnSetValue ;
	__property OnGetButtonType ;
	__property OnGetInplaceEditorType ;
	__property OnGetMaxLength ;
	__property OnGetEditMask ;
	__property OnGetEnableExternalEditor ;
	__property OnGetReadOnly ;
	__property OnGetExpandState ;
	__property OnGetLevel ;
	__property OnGetValuesList ;
	__property OnGetSortValuesList ;
	__property OnGetSelectedValue ;
	__property OnGetAutoApply ;
	__property OnGetNameFont ;
	__property OnGetNameColor ;
	__property OnGetValueFont ;
	__property OnGetValueColor ;
	__property OnCallEditor ;
	__property OnGetEditorClass ;
	__property OnFilter ;
	__property OnCompare ;
	__property OnSelectItem ;
	__property OnDeselectItem ;
	__property OnValueDoubleClick ;
public:
	#pragma option push -w-inl
	/* TCustomComponentInspector.Create */ inline __fastcall virtual TApplicationInspector(Classes::TComponent* AOwner) : TCustomApplicationInspector(AOwner) { }
	#pragma option pop
	#pragma option push -w-inl
	/* TCustomComponentInspector.Destroy */ inline __fastcall virtual ~TApplicationInspector(void) { }
	#pragma option pop
	
public:
	#pragma option push -w-inl
	/* TWinControl.CreateParented */ inline __fastcall TApplicationInspector(HWND ParentWindow) : TCustomApplicationInspector(ParentWindow) { }
	#pragma option pop
	
};


//-- var, const, procedure ---------------------------------------------------

}	/* namespace Appinsp */
using namespace Appinsp;
#pragma option pop	// -w-
#pragma option pop	// -Vx

#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif	// AppInsp

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -