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

📄 boxctrls.hpp

📁 漏洞扫描系列中HB Network Scanner 测试用练习代码
💻 HPP
📖 第 1 页 / 共 2 页
字号:
// Borland C++ Builder
// Copyright (c) 1995, 2002 by Borland Software Corporation
// All rights reserved

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

#ifndef BoxCtrlsHPP
#define BoxCtrlsHPP

#pragma delphiheader begin
#pragma option push -w-
#pragma option push -Vx
#include <BMPUtils.hpp>	// Pascal unit
#include <VCLBase.hpp>	// Pascal unit
#include <GrUtils.hpp>	// Pascal unit
#include <SysUtils.hpp>	// Pascal unit
#include <Menus.hpp>	// Pascal unit
#include <Forms.hpp>	// Pascal unit
#include <ExtCtrls.hpp>	// Pascal unit
#include <StdCtrls.hpp>	// Pascal unit
#include <Graphics.hpp>	// Pascal unit
#include <Controls.hpp>	// Pascal unit
#include <Classes.hpp>	// Pascal unit
#include <Messages.hpp>	// Pascal unit
#include <Windows.hpp>	// Pascal unit
#include <SysInit.hpp>	// Pascal unit
#include <System.hpp>	// Pascal unit

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

namespace Boxctrls
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TepCustomComboBox;
class PASCALIMPLEMENTATION TepCustomComboBox : public Stdctrls::TCustomComboBox 
{
	typedef Stdctrls::TCustomComboBox inherited;
	
private:
	bool FTransparentSelect;
	Graphics::TColor FInnerFocusColor;
	Graphics::TColor FOuterFocusColor;
	Graphics::TColor FSelectTextColor;
	Graphics::TColor FSelectColor;
	bool FUseFocusFrame;
	Stdctrls::TDrawItemEvent FOnDrawItem;
	Byte FOffset;
	void __fastcall SetOffset(Byte Value);
	void __fastcall SetTransparentSelect(bool Value);
	void __fastcall SetUseFocusFrame(bool Value);
	void __fastcall ResetItemHeight(void);
	void __fastcall DoFullWallPaper(void);
	void __fastcall SetGlyph(Graphics::TBitmap* Value);
	void __fastcall SetSelectGlyph(Graphics::TBitmap* Value);
	void __fastcall SetSelectItemWallPaper(Graphics::TBitmap* Value);
	void __fastcall SetItemWallPaper(Graphics::TBitmap* Value);
	void __fastcall SetInnerFocusColor(Graphics::TColor Value);
	void __fastcall SetOuterFocusColor(Graphics::TColor Value);
	void __fastcall SetSelectTextColor(Graphics::TColor Value);
	void __fastcall SetSelectColor(Graphics::TColor Value);
	HIDESBASE MESSAGE void __fastcall CMFontChanged(Messages::TMessage &Message);
	HIDESBASE MESSAGE void __fastcall CNDrawItem(Messages::TWMDrawItem &Message);
	HIDESBASE MESSAGE void __fastcall WMSize(Messages::TMessage &Message);
	
protected:
	Graphics::TBitmap* FItemWallPaper;
	Graphics::TBitmap* FItemFullWallPaper;
	Graphics::TBitmap* FSelectItemWallPaper;
	Graphics::TBitmap* FSelectItemFullWallPaper;
	Graphics::TBitmap* FGlyph;
	Graphics::TBitmap* FSelectGlyph;
	virtual void __fastcall DrawItem(int Index, const Types::TRect &Rect, Windows::TOwnerDrawState State);
	__property Stdctrls::TDrawItemEvent OnDrawItem = {read=FOnDrawItem, write=FOnDrawItem};
	
public:
	__fastcall virtual TepCustomComboBox(Classes::TComponent* AOwner);
	__fastcall virtual ~TepCustomComboBox(void);
	__property Byte Offset = {read=FOffset, write=SetOffset, nodefault};
	__property Graphics::TBitmap* Glyph = {read=FGlyph, write=SetGlyph};
	__property Graphics::TBitmap* SelectGlyph = {read=FSelectGlyph, write=SetSelectGlyph};
	__property bool TransparentSelect = {read=FTransparentSelect, write=SetTransparentSelect, nodefault};
	__property bool UseFocusFrame = {read=FUseFocusFrame, write=SetUseFocusFrame, nodefault};
	__property Graphics::TBitmap* ItemWallPaper = {read=FItemWallPaper, write=SetItemWallPaper};
	__property Graphics::TBitmap* SelectItemWallPaper = {read=FSelectItemWallPaper, write=SetSelectItemWallPaper};
	__property Graphics::TColor InnerFocusColor = {read=FInnerFocusColor, write=SetInnerFocusColor, nodefault};
	__property Graphics::TColor OuterFocusColor = {read=FOuterFocusColor, write=SetOuterFocusColor, nodefault};
	__property Graphics::TColor SelectTextColor = {read=FSelectTextColor, write=SetSelectTextColor, nodefault};
	__property Graphics::TColor SelectColor = {read=FSelectColor, write=SetSelectColor, nodefault};
public:
	#pragma option push -w-inl
	/* TWinControl.CreateParented */ inline __fastcall TepCustomComboBox(HWND ParentWindow) : Stdctrls::TCustomComboBox(ParentWindow) { }
	#pragma option pop
	
};


class DELPHICLASS TepComboBox;
class PASCALIMPLEMENTATION TepComboBox : public TepCustomComboBox 
{
	typedef TepCustomComboBox inherited;
	
__published:
	__property Offset ;
	__property TransparentSelect ;
	__property UseFocusFrame ;
	__property Glyph ;
	__property SelectGlyph ;
	__property ItemWallPaper ;
	__property SelectItemWallPaper ;
	__property InnerFocusColor ;
	__property OuterFocusColor ;
	__property SelectTextColor ;
	__property SelectColor ;
	__property Color  = {default=-2147483643};
	__property Ctl3D ;
	__property DragMode  = {default=0};
	__property DragCursor  = {default=-12};
	__property DropDownCount  = {default=8};
	__property Enabled  = {default=1};
	__property Font ;
	__property ImeMode  = {default=3};
	__property ImeName ;
	__property ItemHeight ;
	__property Items ;
	__property MaxLength  = {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 Text ;
	__property Visible  = {default=1};
	__property OnChange ;
	__property OnClick ;
	__property OnDblClick ;
	__property OnDragDrop ;
	__property OnDragOver ;
	__property OnDrawItem ;
	__property OnDropDown ;
	__property OnEndDrag ;
	__property OnEnter ;
	__property OnExit ;
	__property OnKeyDown ;
	__property OnKeyPress ;
	__property OnKeyUp ;
	__property OnMeasureItem ;
	__property OnStartDrag ;
public:
	#pragma option push -w-inl
	/* TepCustomComboBox.Create */ inline __fastcall virtual TepComboBox(Classes::TComponent* AOwner) : TepCustomComboBox(AOwner) { }
	#pragma option pop
	#pragma option push -w-inl
	/* TepCustomComboBox.Destroy */ inline __fastcall virtual ~TepComboBox(void) { }
	#pragma option pop
	
public:
	#pragma option push -w-inl
	/* TWinControl.CreateParented */ inline __fastcall TepComboBox(HWND ParentWindow) : TepCustomComboBox(ParentWindow) { }
	#pragma option pop
	
};


class DELPHICLASS TepListBox;
class PASCALIMPLEMENTATION TepListBox : public Stdctrls::TCustomListBox 
{
	typedef Stdctrls::TCustomListBox inherited;
	
private:
	bool FTransparentSelect;
	Graphics::TColor FInnerFocusColor;
	Graphics::TColor FOuterFocusColor;
	Graphics::TColor FSelectTextColor;
	Graphics::TColor FSelectColor;
	bool FUseFocusFrame;
	Stdctrls::TDrawItemEvent FOnDrawItem;
	Byte FOffset;
	void __fastcall SetOffset(Byte Value);
	void __fastcall SetTransparentSelect(bool Value);
	void __fastcall SetUseFocusFrame(bool Value);
	void __fastcall ResetItemHeight(void);
	void __fastcall DoFullWallPaper(void);
	void __fastcall SetItemWallPaper(Graphics::TBitmap* Value);
	void __fastcall SetInnerFocusColor(Graphics::TColor Value);
	void __fastcall SetOuterFocusColor(Graphics::TColor Value);
	void __fastcall SetSelectTextColor(Graphics::TColor Value);
	void __fastcall SetSelectColor(Graphics::TColor Value);
	void __fastcall SetSelectItemWallPaper(Graphics::TBitmap* Value);
	void __fastcall SetGlyph(Graphics::TBitmap* Value);
	void __fastcall SetSelectGlyph(Graphics::TBitmap* Value);
	HIDESBASE MESSAGE void __fastcall CMFontChanged(Messages::TMessage &Message);
	HIDESBASE MESSAGE void __fastcall CNDrawItem(Messages::TWMDrawItem &Message);
	HIDESBASE MESSAGE void __fastcall WMSize(Messages::TMessage &Message);
	HIDESBASE MESSAGE void __fastcall WMEraseBkGnd(Messages::TWMEraseBkgnd &Msg);
	
protected:
	Graphics::TBitmap* FItemWallPaper;
	Graphics::TBitmap* FItemFullWallPaper;
	Graphics::TBitmap* FSelectItemWallPaper;
	Graphics::TBitmap* FSelectItemFullWallPaper;
	Graphics::TBitmap* FGlyph;
	Graphics::TBitmap* FSelectGlyph;
	virtual void __fastcall DrawItem(int Index, const Types::TRect &Rect, Windows::TOwnerDrawState State);
	
public:
	__fastcall virtual TepListBox(Classes::TComponent* AOwner);
	__fastcall virtual ~TepListBox(void);
	
__published:
	__property Byte Offset = {read=FOffset, write=SetOffset, nodefault};
	__property Stdctrls::TDrawItemEvent OnDrawItem = {read=FOnDrawItem, write=FOnDrawItem};
	__property bool TransparentSelect = {read=FTransparentSelect, write=SetTransparentSelect, nodefault};
	__property bool UseFocusFrame = {read=FUseFocusFrame, write=SetUseFocusFrame, nodefault};
	__property Graphics::TBitmap* Glyph = {read=FGlyph, write=SetGlyph};
	__property Graphics::TBitmap* SelectGlyph = {read=FSelectGlyph, write=SetSelectGlyph};
	__property Graphics::TBitmap* ItemWallPaper = {read=FItemWallPaper, write=SetItemWallPaper};
	__property Graphics::TBitmap* SelectItemWallPaper = {read=FSelectItemWallPaper, write=SetSelectItemWallPaper};
	__property Graphics::TColor InnerFocusColor = {read=FInnerFocusColor, write=SetInnerFocusColor, nodefault};
	__property Graphics::TColor OuterFocusColor = {read=FOuterFocusColor, write=SetOuterFocusColor, nodefault};
	__property Graphics::TColor SelectTextColor = {read=FSelectTextColor, write=SetSelectTextColor, nodefault};
	__property Graphics::TColor SelectColor = {read=FSelectColor, write=SetSelectColor, nodefault};
	__property Align  = {default=0};
	__property BorderStyle  = {default=1};
	__property Color  = {default=-2147483643};
	__property Columns  = {default=0};
	__property Ctl3D ;
	__property DragCursor  = {default=-12};
	__property DragMode  = {default=0};
	__property Enabled  = {default=1};
	__property ExtendedSelect  = {default=1};
	__property Font ;
	__property IntegralHeight  = {default=0};
	__property ImeMode  = {default=3};
	__property ImeName ;
	__property ItemHeight ;

⌨️ 快捷键说明

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