📄 asgcombo.hpp
字号:
// Borland C++ Builder
// Copyright (c) 1995, 1999 by Borland International
// All rights reserved
// (DO NOT EDIT: machine generated header) 'asgcombo.pas' rev: 5.00
#ifndef asgcomboHPP
#define asgcomboHPP
#pragma delphiheader begin
#pragma option push -w-
#pragma option push -Vx
#include <Menus.hpp> // Pascal unit
#include <AdvXPVS.hpp> // Pascal unit
#include <SysUtils.hpp> // Pascal unit
#include <StdCtrls.hpp> // Pascal unit
#include <Graphics.hpp> // Pascal unit
#include <Controls.hpp> // Pascal unit
#include <Forms.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 Asgcombo
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TASGCustomCombo;
class PASCALIMPLEMENTATION TASGCustomCombo : public Stdctrls::TCustomComboBox
{
typedef Stdctrls::TCustomComboBox inherited;
private:
bool FAutoFocus;
bool FFlat;
bool FEtched;
Graphics::TColor FOldColor;
bool FOldParentColor;
int FButtonWidth;
bool FFocusBorder;
bool FMouseInControl;
int FDropWidth;
bool FIsWinXP;
void __fastcall SetEtched(const bool Value);
void __fastcall SetFlat(const bool Value);
void __fastcall SetButtonWidth(const int Value);
void __fastcall DrawButtonBorder(HDC DC);
void __fastcall DrawControlBorder(HDC DC);
void __fastcall DrawBorders(void);
bool __fastcall Is3DBorderControl(void);
bool __fastcall Is3DBorderButton(void);
HIDESBASE MESSAGE void __fastcall CMEnter(Messages::TWMNoParams &Message);
HIDESBASE MESSAGE void __fastcall CMExit(Messages::TWMNoParams &Message);
HIDESBASE MESSAGE void __fastcall CMMouseEnter(Messages::TMessage &Message);
HIDESBASE MESSAGE void __fastcall CMMouseLeave(Messages::TMessage &Message);
HIDESBASE MESSAGE void __fastcall CMEnabledChanged(Messages::TMessage &Msg);
HIDESBASE MESSAGE void __fastcall CNCommand(Messages::TWMCommand &Message);
HIDESBASE MESSAGE void __fastcall WMPaint(Messages::TWMPaint &Message);
HIDESBASE MESSAGE void __fastcall WMNCPaint(Messages::TMessage &Message);
void __fastcall SetDropWidth(const int Value);
protected:
__property int ButtonWidth = {read=FButtonWidth, write=SetButtonWidth, nodefault};
__property bool Flat = {read=FFlat, write=SetFlat, nodefault};
__property bool Etched = {read=FEtched, write=SetEtched, nodefault};
__property bool FocusBorder = {read=FFocusBorder, write=FFocusBorder, nodefault};
__property bool AutoFocus = {read=FAutoFocus, write=FAutoFocus, nodefault};
__property int DropWidth = {read=FDropWidth, write=SetDropWidth, nodefault};
__property bool IsWinXP = {read=FIsWinXP, write=FIsWinXP, nodefault};
public:
__fastcall virtual TASGCustomCombo(Classes::TComponent* AOwner);
public:
#pragma option push -w-inl
/* TCustomComboBox.Destroy */ inline __fastcall virtual ~TASGCustomCombo(void) { }
#pragma option pop
public:
#pragma option push -w-inl
/* TWinControl.CreateParented */ inline __fastcall TASGCustomCombo(HWND ParentWindow) : Stdctrls::TCustomComboBox(
ParentWindow) { }
#pragma option pop
};
class DELPHICLASS TASGComboBox;
class PASCALIMPLEMENTATION TASGComboBox : public TASGCustomCombo
{
typedef TASGCustomCombo inherited;
__published:
__property AutoFocus ;
__property ButtonWidth ;
__property Style ;
__property Flat ;
__property Etched ;
__property FocusBorder ;
__property Color ;
__property Ctl3D ;
__property DragCursor ;
__property DragMode ;
__property DropDownCount ;
__property DropWidth ;
__property Enabled ;
__property Font ;
__property ItemHeight ;
__property Items ;
__property MaxLength ;
__property ParentColor ;
__property ParentCtl3D ;
__property ParentFont ;
__property ParentShowHint ;
__property PopupMenu ;
__property ShowHint ;
__property Sorted ;
__property TabOrder ;
__property TabStop ;
__property Text ;
__property Visible ;
__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 ;
__property Anchors ;
__property BiDiMode ;
__property Constraints ;
__property DragKind ;
__property ParentBiDiMode ;
__property OnEndDock ;
__property OnStartDock ;
public:
#pragma option push -w-inl
/* TASGCustomCombo.Create */ inline __fastcall virtual TASGComboBox(Classes::TComponent* AOwner) :
TASGCustomCombo(AOwner) { }
#pragma option pop
public:
#pragma option push -w-inl
/* TCustomComboBox.Destroy */ inline __fastcall virtual ~TASGComboBox(void) { }
#pragma option pop
public:
#pragma option push -w-inl
/* TWinControl.CreateParented */ inline __fastcall TASGComboBox(HWND ParentWindow) : TASGCustomCombo(
ParentWindow) { }
#pragma option pop
};
//-- var, const, procedure ---------------------------------------------------
} /* namespace Asgcombo */
#if !defined(NO_IMPLICIT_NAMESPACE_USE)
using namespace Asgcombo;
#endif
#pragma option pop // -w-
#pragma option pop // -Vx
#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif // asgcombo
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -