亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? toolctrlseh.hpp

?? 一個功能強大的DBGRID控件
?? HPP
?? 第 1 頁 / 共 3 頁
字號:
// CodeGear C++ Builder
// Copyright (c) 1995, 2007 by CodeGear
// All rights reserved

// (DO NOT EDIT: machine generated header) 'Toolctrlseh.pas' rev: 11.00

#ifndef ToolctrlsehHPP
#define ToolctrlsehHPP

#pragma delphiheader begin
#pragma option push
#pragma option -w-      // All warnings off
#pragma option -Vx      // Zero-length empty class member functions
#pragma pack(push,8)
#include <System.hpp>	// Pascal unit
#include <Sysinit.hpp>	// Pascal unit
#include <Windows.hpp>	// Pascal unit
#include <Messages.hpp>	// Pascal unit
#include <Sysutils.hpp>	// Pascal unit
#include <Classes.hpp>	// Pascal unit
#include <Graphics.hpp>	// Pascal unit
#include <Controls.hpp>	// Pascal unit
#include <Forms.hpp>	// Pascal unit
#include <Dialogs.hpp>	// Pascal unit
#include <Contnrs.hpp>	// Pascal unit
#include <Actnlist.hpp>	// Pascal unit
#include <Variants.hpp>	// Pascal unit
#include <Ehlibvcl.hpp>	// Pascal unit
#include <Stdctrls.hpp>	// Pascal unit
#include <Mask.hpp>	// Pascal unit
#include <Db.hpp>	// Pascal unit
#include <Dbctrls.hpp>	// Pascal unit
#include <Buttons.hpp>	// Pascal unit
#include <Extctrls.hpp>	// Pascal unit
#include <Menus.hpp>	// Pascal unit
#include <Comctrls.hpp>	// Pascal unit
#include <Commctrl.hpp>	// Pascal unit
#include <Imglist.hpp>	// Pascal unit

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

namespace Toolctrlseh
{
//-- type declarations -------------------------------------------------------
#pragma option push -b-
enum TLocateTextOptionEh { ltoCaseInsensitiveEh, ltoAllFieldsEh, ltoMatchFormatEh, ltoIgnoteCurrentPosEh, ltoStopOnEscape };
#pragma option pop

typedef Set<TLocateTextOptionEh, ltoCaseInsensitiveEh, ltoStopOnEscape>  TLocateTextOptionsEh;

#pragma option push -b-
enum TLocateTextDirectionEh { ltdUpEh, ltdDownEh, ltdAllEh };
#pragma option pop

#pragma option push -b-
enum TLocateTextMatchingEh { ltmAnyPartEh, ltmWholeEh, ltmFromBegingEh };
#pragma option pop

#pragma option push -b-
enum TLocateTextTreeFindRangeEh { lttInAllNodesEh, lttInExpandedNodesEh, lttInCurrentLevelEh, lttInCurrentNodeEh };
#pragma option pop

__interface IMemTableDataFieldValueListEh;
typedef System::DelphiInterface<IMemTableDataFieldValueListEh> _di_IMemTableDataFieldValueListEh;
__interface  INTERFACE_UUID("{28F8194C-5FF3-42C4-87A6-8B3E06210FA6}") IMemTableDataFieldValueListEh  : public IInterface 
{
	
public:
	virtual Classes::TStrings* __fastcall GetValues(void) = 0 ;
};

__interface IMemTableEh;
typedef System::DelphiInterface<IMemTableEh> _di_IMemTableEh;
__interface  INTERFACE_UUID("{A8C3C87A-E556-4BDB-B8A7-5B33497D1624}") IMemTableEh  : public IInterface 
{
	
public:
	virtual int __fastcall FetchRecords(int Count) = 0 ;
	virtual int __fastcall GetInstantReadCurRowNum(void) = 0 ;
	virtual bool __fastcall GetTreeNodeExpanded(int RowNum) = 0 /* overload */;
	virtual bool __fastcall GetTreeNodeExpanded(void) = 0 /* overload */;
	virtual bool __fastcall GetTreeNodeHasChields(void) = 0 ;
	virtual int __fastcall GetTreeNodeLevel(void) = 0 ;
	virtual int __fastcall GetPrevVisibleTreeNodeLevel(void) = 0 ;
	virtual int __fastcall GetNextVisibleTreeNodeLevel(void) = 0 ;
	virtual System::TObject* __fastcall GetRecObject(void) = 0 ;
	virtual int __fastcall InstantReadIndexOfBookmark(AnsiString Bookmark) = 0 ;
	virtual int __fastcall InstantReadRowCount(void) = 0 ;
	virtual bool __fastcall MemTableIsTreeList(void) = 0 ;
	virtual bool __fastcall ParentHasNextSibling(int ParenLevel) = 0 ;
	virtual bool __fastcall SetToRec(System::TObject* Rec) = 0 ;
	virtual int __fastcall SetTreeNodeExpanded(int RowNum, bool Value) = 0 ;
	virtual _di_IMemTableDataFieldValueListEh __fastcall GetFieldValueList(AnsiString FieldName) = 0 ;
	virtual bool __fastcall MoveRecords(Classes::TStrings* BookmarkList, int ToRecNo, int TreeLevel, bool CheckOnly) = 0 ;
	virtual void __fastcall InstantReadEnter(int RowNum) = 0 ;
	virtual void __fastcall InstantReadLeave(void) = 0 ;
	__property int InstantReadCurRowNum = {read=GetInstantReadCurRowNum};
};

__interface IComboEditEh;
typedef System::DelphiInterface<IComboEditEh> _di_IComboEditEh;
__interface  INTERFACE_UUID("{B64255B5-386A-4524-8BC7-7F49DDB410F4}") IComboEditEh  : public IInterface 
{
	
public:
	virtual void __fastcall CloseUp(bool Accept) = 0 ;
};

typedef DynamicArray<Db::TField* >  TFieldsArrEh;

typedef void __fastcall (__closure *TButtonClickEventEh)(System::TObject* Sender, bool &Handled);

typedef void __fastcall (__closure *TButtonDownEventEh)(System::TObject* Sender, bool TopButton, bool &AutoRepeat, bool &Handled);

typedef void __fastcall (__closure *TCloseUpEventEh)(System::TObject* Sender, bool Accept);

typedef void __fastcall (__closure *TAcceptEventEh)(System::TObject* Sender, bool &Accept);

typedef void __fastcall (__closure *TNotInListEventEh)(System::TObject* Sender, AnsiString NewText, bool &RecheckInList);

typedef void __fastcall (__closure *TUpdateDataEventEh)(System::TObject* Sender, bool &Handled);

class DELPHICLASS TBMListEh;
class PASCALIMPLEMENTATION TBMListEh : public System::TObject 
{
	typedef System::TObject inherited;
	
public:
	AnsiString operator[](int Index) { return Items[Index]; }
	
private:
	AnsiString FCache;
	bool FCacheFind;
	int FCacheIndex;
	bool FLinkActive;
	int __fastcall GetCount(void);
	bool __fastcall GetCurrentRowSelected(void);
	AnsiString __fastcall GetItem(int Index);
	
protected:
	Classes::TStringList* FList;
	int __fastcall Compare(const AnsiString Item1, const AnsiString Item2);
	AnsiString __fastcall CurrentRow();
	virtual Db::TDataSet* __fastcall GetDataSet(void) = 0 ;
	virtual void __fastcall Invalidate(void);
	void __fastcall LinkActive(bool Value);
	virtual void __fastcall RaiseBMListError(const AnsiString S);
	virtual void __fastcall SetCurrentRowSelected(bool Value);
	virtual void __fastcall StringsChanged(System::TObject* Sender);
	virtual void __fastcall UpdateState(void);
	
public:
	__fastcall TBMListEh(void);
	__fastcall virtual ~TBMListEh(void);
	bool __fastcall Find(const AnsiString Item, int &Index);
	int __fastcall IndexOf(const AnsiString Item);
	bool __fastcall Refresh(void);
	virtual void __fastcall Clear(void);
	void __fastcall Delete(void);
	void __fastcall SelectAll(void);
	__property int Count = {read=GetCount, nodefault};
	__property bool CurrentRowSelected = {read=GetCurrentRowSelected, write=SetCurrentRowSelected, nodefault};
	__property Db::TDataSet* DataSet = {read=GetDataSet};
	__property AnsiString Items[int Index] = {read=GetItem/*, default*/};
};


#pragma option push -b-
enum TEditButtonStyleEh { ebsDropDownEh, ebsEllipsisEh, ebsGlyphEh, ebsUpDownEh, ebsPlusEh, ebsMinusEh };
#pragma option pop

class DELPHICLASS TEditButtonControlEh;
class PASCALIMPLEMENTATION TEditButtonControlEh : public Buttons::TSpeedButton 
{
	typedef Buttons::TSpeedButton inherited;
	
private:
	bool FActive;
	bool FAlwaysDown;
	int FButtonNum;
	bool FNoDoClick;
	TButtonDownEventEh FOnDown;
	TEditButtonStyleEh FStyle;
	Extctrls::TTimer* FTimer;
	Extctrls::TTimer* __fastcall GetTimer(void);
	void __fastcall ResetTimer(unsigned Interval);
	void __fastcall SetActive(const bool Value);
	void __fastcall SetAlwaysDown(const bool Value);
	void __fastcall SetStyle(const TEditButtonStyleEh Value);
	void __fastcall TimerEvent(System::TObject* Sender);
	void __fastcall UpdateDownButtonNum(int X, int Y);
	
protected:
	DYNAMIC void __fastcall MouseDown(Controls::TMouseButton Button, Classes::TShiftState Shift, int X, int Y);
	DYNAMIC void __fastcall MouseMove(Classes::TShiftState Shift, int X, int Y);
	DYNAMIC void __fastcall MouseUp(Controls::TMouseButton Button, Classes::TShiftState Shift, int X, int Y);
	virtual void __fastcall Paint(void);
	__property Extctrls::TTimer* Timer = {read=GetTimer};
	
public:
	DYNAMIC void __fastcall Click(void);
	void __fastcall EditButtonDown(bool TopButton, bool &AutoRepeat);
	void __fastcall SetState(Buttons::TButtonState NewState, bool IsActive, int ButtonNum);
	void __fastcall SetWidthNoNotify(int AWidth);
	__property bool Active = {read=FActive, write=SetActive, nodefault};
	__property bool AlwaysDown = {read=FAlwaysDown, write=SetAlwaysDown, nodefault};
	__property TEditButtonStyleEh Style = {read=FStyle, write=SetStyle, default=0};
	__property TButtonDownEventEh OnDown = {read=FOnDown, write=FOnDown};
public:
	#pragma option push -w-inl
	/* TSpeedButton.Create */ inline __fastcall virtual TEditButtonControlEh(Classes::TComponent* AOwner) : Buttons::TSpeedButton(AOwner) { }
	#pragma option pop
	#pragma option push -w-inl
	/* TSpeedButton.Destroy */ inline __fastcall virtual ~TEditButtonControlEh(void) { }
	#pragma option pop
	
};


class DELPHICLASS TSpeedButtonEh;
class PASCALIMPLEMENTATION TSpeedButtonEh : public TEditButtonControlEh 
{
	typedef TEditButtonControlEh inherited;
	
__published:
	__property Active ;
	__property Style  = {default=0};
public:
	#pragma option push -w-inl
	/* TSpeedButton.Create */ inline __fastcall virtual TSpeedButtonEh(Classes::TComponent* AOwner) : TEditButtonControlEh(AOwner) { }
	#pragma option pop
	#pragma option push -w-inl
	/* TSpeedButton.Destroy */ inline __fastcall virtual ~TSpeedButtonEh(void) { }
	#pragma option pop
	
};


struct TEditButtonControlLineRec
{
	
public:
	Extctrls::TShape* ButtonLine;
	TEditButtonControlEh* EditButtonControl;
} ;

typedef DynamicArray<TEditButtonControlLineRec >  TEditButtonControlList;

class DELPHICLASS TEditButtonActionLinkEh;
class DELPHICLASS TEditButtonEh;
typedef TMetaClass* TEditButtonActionLinkEhClass;

class PASCALIMPLEMENTATION TEditButtonEh : public Classes::TCollectionItem 
{
	typedef Classes::TCollectionItem inherited;
	
private:
	TEditButtonActionLinkEh* FActionLink;
	Menus::TPopupMenu* FDropdownMenu;
	Controls::TWinControl* FEditControl;
	bool FEnabled;
	Graphics::TBitmap* FGlyph;
	AnsiString FHint;
	int FNumGlyphs;
	TButtonClickEventEh FOnButtonClick;
	TButtonDownEventEh FOnButtonDown;
	Classes::TNotifyEvent FOnChanged;
	Classes::TShortCut FShortCut;
	TEditButtonStyleEh FStyle;
	bool FVisible;
	int FWidth;
	Classes::TBasicAction* __fastcall GetAction(void);
	Graphics::TBitmap* __fastcall GetGlyph(void);
	bool __fastcall IsEnabledStored(void);
	bool __fastcall IsHintStored(void);
	bool __fastcall IsShortCutStored(void);
	bool __fastcall IsVisibleStored(void);
	void __fastcall DoActionChange(System::TObject* Sender);
	void __fastcall SetAction(const Classes::TBasicAction* Value);
	void __fastcall SetEnabled(const bool Value);
	void __fastcall SetGlyph(const Graphics::TBitmap* Value);
	void __fastcall SetHint(const AnsiString Value);
	void __fastcall SetNumGlyphs(int Value);
	void __fastcall SetStyle(const TEditButtonStyleEh Value);
	void __fastcall SetVisible(const bool Value);
	void __fastcall SetWidth(const int Value);
	
protected:
	virtual TEditButtonControlEh* __fastcall CreateEditButtonControl(void);
	DYNAMIC void __fastcall ActionChange(System::TObject* Sender, bool CheckDefaults);
	HIDESBASE void __fastcall Changed(void)/* overload */;
	__property TEditButtonActionLinkEh* ActionLink = {read=FActionLink, write=FActionLink};
	
public:
	__fastcall virtual TEditButtonEh(Classes::TCollection* Collection)/* overload */;
	__fastcall TEditButtonEh(Controls::TWinControl* EditControl)/* overload */;
	__fastcall virtual ~TEditButtonEh(void);

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
亚洲国产精品一区二区久久恐怖片| 国产在线国偷精品免费看| 午夜国产精品一区| 成人国产精品视频| 欧美mv日韩mv国产网站app| 自拍av一区二区三区| 精品一二线国产| 欧美美女一区二区| 亚洲欧美日韩国产综合在线 | 在线电影一区二区三区| 欧美激情一区二区三区在线| 日韩不卡一区二区三区| 色综合天天天天做夜夜夜夜做| 久久综合给合久久狠狠狠97色69| 午夜亚洲福利老司机| 色成年激情久久综合| 亚洲色欲色欲www| 国产mv日韩mv欧美| 久久精品视频在线看| 久久精品国产亚洲aⅴ | 丝袜亚洲另类欧美综合| 91黄色免费观看| 国产精品国产三级国产有无不卡| 狠狠色丁香久久婷婷综合_中| 在线综合亚洲欧美在线视频| 日韩在线观看一区二区| 欧美军同video69gay| 亚洲第一福利视频在线| 欧美日韩精品二区第二页| 伊人婷婷欧美激情| 色偷偷久久一区二区三区| 亚洲三级视频在线观看| 91在线观看一区二区| 亚洲欧美综合色| 色婷婷综合久久| 亚洲午夜在线视频| 欧美一区二区在线观看| 奇米影视7777精品一区二区| 日韩免费电影网站| 国产麻豆9l精品三级站| 日本一区二区成人| 91麻豆国产在线观看| 亚洲网友自拍偷拍| 日韩视频在线永久播放| 国产白丝精品91爽爽久久 | 91在线视频播放地址| 亚洲黄色片在线观看| 欧洲精品中文字幕| 亚洲6080在线| 精品乱码亚洲一区二区不卡| 国产大陆精品国产| 亚洲日本韩国一区| 91精品国产91久久久久久最新毛片 | 国产精品国产精品国产专区不蜜| 97久久精品人人做人人爽| 一区二区三区在线视频观看| 制服丝袜中文字幕一区| 国产裸体歌舞团一区二区| 自拍偷拍亚洲综合| 欧美一区二区三区思思人| 国产精品一卡二| 亚洲黄色性网站| 欧美精品一区二| 91视频在线观看免费| 青青国产91久久久久久| 国产清纯白嫩初高生在线观看91| 91久久线看在观草草青青| 久久国产精品第一页| 亚洲欧洲综合另类| 精品少妇一区二区三区| 91久久国产最好的精华液| 黄一区二区三区| 亚洲精品免费播放| 精品国产网站在线观看| 91农村精品一区二区在线| 日本大胆欧美人术艺术动态 | 国产精品一区二区x88av| 亚洲一区二区高清| 日本一区二区三区国色天香| 欧美精品日韩一区| 91免费国产在线| 国产美女久久久久| 日日夜夜精品视频免费| 中文字幕亚洲电影| 亚洲精品在线免费播放| 欧美日韩的一区二区| 91麻豆产精品久久久久久| 国产在线播放一区| 日韩国产欧美在线播放| 亚洲一区二区四区蜜桃| 亚洲欧洲日产国产综合网| 久久一区二区三区四区| 日韩一区二区三区视频在线| 色综合咪咪久久| 成人av资源在线| 国产黄色91视频| 国产一区激情在线| 裸体一区二区三区| 青青草原综合久久大伊人精品| 一区二区三区四区不卡在线 | 精品sm捆绑视频| 欧美男生操女生| 91黄色免费观看| 欧美在线观看视频一区二区 | 国产成人亚洲综合a∨猫咪| 久久99久久99精品免视看婷婷| 三级久久三级久久| 日韩精品乱码av一区二区| 亚洲国产精品一区二区久久 | 精品影院一区二区久久久| 日本最新不卡在线| 日韩主播视频在线| 日韩成人免费在线| 青青草国产精品亚洲专区无| 久久精品久久99精品久久| 久久精品国产亚洲一区二区三区| 另类调教123区| 久久电影国产免费久久电影 | 日韩电影在线一区二区三区| 亚洲一区二区三区在线看| 亚洲一区二区在线视频| 亚洲国产精品久久人人爱 | 欧美日韩一区二区三区四区| 欧美色男人天堂| 51午夜精品国产| 欧美不卡视频一区| 国产午夜精品一区二区三区视频| 国产欧美精品一区aⅴ影院| 国产精品美女一区二区三区| 国产精品久久久久久久久快鸭| 亚洲天堂精品视频| 五月天国产精品| 狠狠色丁香久久婷婷综| 成人免费视频app| 色av成人天堂桃色av| 3atv一区二区三区| 久久久久久久综合日本| 国产精品久久毛片| 偷偷要91色婷婷| 捆绑调教美女网站视频一区| 成人免费电影视频| 欧美午夜一区二区| 精品少妇一区二区三区免费观看| 亚洲国产高清不卡| 天天操天天综合网| 国产成人精品免费| 欧美在线视频你懂得| 日韩欧美在线影院| 国产精品久久久久久久岛一牛影视 | 亚洲精品成人a在线观看| 免费高清不卡av| 成人av在线资源网站| 欧美精品v日韩精品v韩国精品v| 精品福利视频一区二区三区| 亚洲人成精品久久久久| 免费欧美在线视频| 色先锋aa成人| 精品对白一区国产伦| 一区二区日韩av| 国产盗摄一区二区三区| 欧美日韩精品免费| 国产精品久久久爽爽爽麻豆色哟哟| 天堂影院一区二区| 91视视频在线观看入口直接观看www | 久久久国产午夜精品| 亚洲大片一区二区三区| 成人少妇影院yyyy| 欧美一卡二卡三卡| 一区二区三区在线观看国产| 高清成人免费视频| 日韩欧美国产三级电影视频| 亚洲乱码国产乱码精品精98午夜 | 国产欧美一区二区精品性| 亚洲va天堂va国产va久| 99久久精品免费| 久久久久国产精品麻豆ai换脸| 婷婷开心激情综合| 色一区在线观看| 国产精品久久久久久久久免费桃花 | 麻豆精品新av中文字幕| 91蜜桃婷婷狠狠久久综合9色| 久久嫩草精品久久久精品| 青青草一区二区三区| 7878成人国产在线观看| 亚洲成人av电影在线| 欧美做爰猛烈大尺度电影无法无天| 欧美经典一区二区| 国产在线播精品第三| 精品国产一区二区三区av性色| 日本美女视频一区二区| 欧美日本国产一区| 天天综合天天综合色| 欧美日韩一区不卡| 亚洲一二三四区| 91免费版在线| 亚洲一区在线观看免费观看电影高清| 91视频一区二区三区| 亚洲免费资源在线播放| 色综合久久久久网| 亚洲国产视频一区二区|