inspreg.hpp

来自「Object Inspector for Delphi (3-7,2005) a」· HPP 代码 · 共 43 行

HPP
43
字号
// Borland C++ Builder
// Copyright (c) 1995, 2002 by Borland Software Corporation
// All rights reserved

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

#ifndef InspRegHPP
#define InspRegHPP

#pragma delphiheader begin
#pragma option push -w-
#pragma option push -Vx
#include <SColInsp.hpp>	// Pascal unit
#include <IniInsp.hpp>	// Pascal unit
#include <AppInsp.hpp>	// Pascal unit
#include <DBInspct.hpp>	// Pascal unit
#include <CompInsp.hpp>	// Pascal unit
#include <InspCtrl.hpp>	// Pascal unit
#include <PropIntf.hpp>	// Pascal unit
#include <OIDsgn.hpp>	// Pascal unit
#include <Classes.hpp>	// Pascal unit
#include <DesignEditors.hpp>	// Pascal unit
#include <DesignIntf.hpp>	// Pascal unit
#include <SysInit.hpp>	// Pascal unit
#include <System.hpp>	// Pascal unit

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

namespace Inspreg
{
//-- type declarations -------------------------------------------------------
//-- var, const, procedure ---------------------------------------------------
extern PACKAGE void __fastcall Register(void);

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

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

⌨️ 快捷键说明

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