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

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

?? propstorageeh.hpp

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

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

#ifndef PropstorageehHPP
#define PropstorageehHPP

#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 <Forms.hpp>	// Pascal unit
#include <Controls.hpp>	// Pascal unit
#include <Registry.hpp>	// Pascal unit
#include <Propfilereh.hpp>	// Pascal unit
#include <Dialogs.hpp>	// Pascal unit
#include <Sysutils.hpp>	// Pascal unit
#include <Ehlibvcl.hpp>	// Pascal unit
#include <Classes.hpp>	// Pascal unit
#include <Inifiles.hpp>	// Pascal unit
#include <Typinfo.hpp>	// Pascal unit

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

namespace Propstorageeh
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TPropStorageManagerEh;
class DELPHICLASS TPropStorageEh;
class PASCALIMPLEMENTATION TPropStorageManagerEh : public Classes::TComponent 
{
	typedef Classes::TComponent inherited;
	
private:
	bool FWriteAsText;
	
protected:
	__property bool WriteAsText = {read=FWriteAsText, write=FWriteAsText, default=1};
	
public:
	__fastcall virtual TPropStorageManagerEh(Classes::TComponent* AOwner);
	virtual void __fastcall ReadProperties(TPropStorageEh* PropStorage);
	virtual void __fastcall ReadPropertiesStream(Classes::TStream* Stream, TPropStorageEh* PropStorage);
	virtual void __fastcall WriteProperties(TPropStorageEh* PropStorage);
	virtual void __fastcall WritePropertiesStream(TPropStorageEh* PropStorage, Classes::TStream* Stream);
	virtual void __fastcall WritePropertiesText(TPropStorageEh* PropStorage, AnsiString Text);
public:
	#pragma option push -w-inl
	/* TComponent.Destroy */ inline __fastcall virtual ~TPropStorageManagerEh(void) { }
	#pragma option pop
	
};


class DELPHICLASS TIniPropStorageManEh;
class PASCALIMPLEMENTATION TIniPropStorageManEh : public TPropStorageManagerEh 
{
	typedef TPropStorageManagerEh inherited;
	
private:
	AnsiString FIniFileName;
	
public:
	virtual void __fastcall ReadProperties(TPropStorageEh* PropStorage);
	virtual void __fastcall WritePropertiesStream(TPropStorageEh* PropStorage, Classes::TStream* Stream);
	virtual void __fastcall WritePropertiesText(TPropStorageEh* PropStorage, AnsiString Text);
	
__published:
	__property AnsiString IniFileName = {read=FIniFileName, write=FIniFileName};
	__property WriteAsText  = {default=1};
public:
	#pragma option push -w-inl
	/* TPropStorageManagerEh.Create */ inline __fastcall virtual TIniPropStorageManEh(Classes::TComponent* AOwner) : TPropStorageManagerEh(AOwner) { }
	#pragma option pop
	
public:
	#pragma option push -w-inl
	/* TComponent.Destroy */ inline __fastcall virtual ~TIniPropStorageManEh(void) { }
	#pragma option pop
	
};


#pragma option push -b-
enum TRegistryKeyEh { rkClassesRootEh, rkCurrentUserEh, rkLocalMachineEh, rkUsersEh, rkPerformanceDataEh, rkCurrentConfigEh, rkDynDataEh, rkCustomRegistryKeyEh };
#pragma option pop

class DELPHICLASS TRegPropStorageManEh;
class PASCALIMPLEMENTATION TRegPropStorageManEh : public TPropStorageManagerEh 
{
	typedef TPropStorageManagerEh inherited;
	
private:
	HKEY FKey;
	AnsiString FPath;
	TRegistryKeyEh FRegistryKey;
	void __fastcall SerRegistryKey(const TRegistryKeyEh Value);
	void __fastcall SetKey(const HKEY Value);
	void __fastcall ReadPropertiesOld(TPropStorageEh* PropStorage);
	
public:
	__fastcall virtual TRegPropStorageManEh(Classes::TComponent* AOwner);
	__fastcall virtual ~TRegPropStorageManEh(void);
	virtual void __fastcall ReadProperties(TPropStorageEh* PropStorage);
	virtual void __fastcall WritePropertiesStream(TPropStorageEh* PropStorage, Classes::TStream* Stream);
	virtual void __fastcall WritePropertiesText(TPropStorageEh* PropStorage, AnsiString Text);
	__property HKEY Key = {read=FKey, write=SetKey, default=-2147483647};
	
__published:
	__property TRegistryKeyEh RegistryKey = {read=FRegistryKey, write=SerRegistryKey, default=1};
	__property AnsiString Path = {read=FPath, write=FPath};
	__property WriteAsText  = {default=1};
};


typedef void __fastcall (__closure *TWriteCustomPropsEventEh)(System::TObject* Sender, Propfilereh::TPropWriterEh* Writer);

typedef void __fastcall (__closure *TReadPropEventEh)(System::TObject* Sender, Propfilereh::TPropReaderEh* Reader, AnsiString PropName, bool &Processed);

class DELPHICLASS TPropertyNamesEh;
class PASCALIMPLEMENTATION TPropertyNamesEh : public Classes::TStringList 
{
	typedef Classes::TStringList inherited;
	
private:
	Classes::TComponent* FRoot;
	void __fastcall SetRoot(const Classes::TComponent* Value);
	
protected:
	virtual int __fastcall CompareStrings(const AnsiString S1, const AnsiString S2);
	bool __fastcall CheckPropertyPath(AnsiString Path);
	bool __fastcall CheckObjectPropertyPath(System::TObject* Instance, AnsiString PropPath);
	void __fastcall CheckPropertyNames(void);
	
public:
	virtual int __fastcall Add(const AnsiString S);
	__property Classes::TComponent* Root = {read=FRoot, write=SetRoot};
public:
	#pragma option push -w-inl
	/* TStringList.Destroy */ inline __fastcall virtual ~TPropertyNamesEh(void) { }
	#pragma option pop
	
public:
	#pragma option push -w-inl
	/* TObject.Create */ inline __fastcall TPropertyNamesEh(void) : Classes::TStringList() { }
	#pragma option pop
	
};


class PASCALIMPLEMENTATION TPropStorageEh : public Classes::TComponent 
{
	typedef Classes::TComponent inherited;
	
private:
	bool FActive;
	Classes::TNotifyEvent FAfterLoadProps;
	Classes::TNotifyEvent FAfterSaveProps;
	Classes::TNotifyEvent FBeforeLoadProps;
	Classes::TNotifyEvent FBeforeSaveProps;
	bool FDestroying;
	TReadPropEventEh FOnReadProp;
	TWriteCustomPropsEventEh FOnWriteCustomProps;
	Classes::TNotifyEvent FOnSavePlacement;
	bool FSaved;
	Forms::TCloseQueryEvent FSaveFormCloseQuery;
	Classes::TNotifyEvent FSaveFormDestroy;
	Classes::TNotifyEvent FSaveFormShow;
	AnsiString FSection;
	TPropStorageManagerEh* FStorageManager;
	TPropertyNamesEh* FStoredProps;
	Forms::TForm* __fastcall GetForm(void);
	AnsiString __fastcall GetSection();
	void __fastcall FormCloseQuery(System::TObject* Sender, bool &CanClose);
	void __fastcall FormDestroy(System::TObject* Sender);
	void __fastcall FormShow(System::TObject* Sender);
	void __fastcall RestoreEvents(void);
	void __fastcall SetEvents(void);
	void __fastcall SetSection(const AnsiString Value);
	void __fastcall SetStorageManager(const TPropStorageManagerEh* Value);
	void __fastcall SetStoredProps(const TPropertyNamesEh* Value);
	
protected:
	virtual void __fastcall Loaded(void);
	DYNAMIC void __fastcall Save(void);
	__property Forms::TForm* Form = {read=GetForm};
	virtual void __fastcall Notification(Classes::TComponent* AComponent, Classes::TOperation Operation);
	void __fastcall ReadProp(Propfilereh::TPropReaderEh* Reader, AnsiString PropName, bool &Processed);
	void __fastcall WriteCustomProps(Propfilereh::TPropWriterEh* Writer);
	
public:
	__fastcall virtual TPropStorageEh(Classes::TComponent* AOwner);
	__fastcall virtual ~TPropStorageEh(void);
	void __fastcall LoadProperties(void);
	void __fastcall ReadPropValues(Classes::TStream* Stream);
	void __fastcall SaveProperties(void);
	void __fastcall WritePropValues(Classes::TStream* Stream);
	
__published:
	__property bool Active = {read=FActive, write=FActive, default=1};
	__property AnsiString Section = {read=GetSection, write=SetSection};
	__property TPropStorageManagerEh* StorageManager = {read=FStorageManager, write=SetStorageManager};
	__property TPropertyNamesEh* StoredProps = {read=FStoredProps, write=SetStoredProps};
	__property Classes::TNotifyEvent AfterLoadProps = {read=FAfterLoadProps, write=FAfterLoadProps};
	__property Classes::TNotifyEvent AfterSaveProps = {read=FAfterSaveProps, write=FAfterSaveProps};
	__property Classes::TNotifyEvent BeforeLoadProps = {read=FBeforeLoadProps, write=FBeforeLoadProps};
	__property Classes::TNotifyEvent BeforeSaveProps = {read=FBeforeSaveProps, write=FBeforeSaveProps};
	__property TWriteCustomPropsEventEh OnWriteCustomProps = {read=FOnWriteCustomProps, write=FOnWriteCustomProps};
	__property TReadPropEventEh OnReadProp = {read=FOnReadProp, write=FOnReadProp};
};


//-- var, const, procedure ---------------------------------------------------
extern PACKAGE void __fastcall GetDefinePropertyList(Classes::TPersistent* AObject, Classes::TStrings* sl);
extern PACKAGE TPropStorageManagerEh* __fastcall DefaultPropStorageManager(void);
extern PACKAGE TPropStorageManagerEh* __fastcall SetDefaultPropStorageManager(TPropStorageManagerEh* NewStorageManager);
extern PACKAGE bool __fastcall RegistryKeyToIdent(int RootKey, AnsiString &Ident);
extern PACKAGE bool __fastcall IdentToRegistryKey(const AnsiString Ident, int &RootKey);
extern PACKAGE void __fastcall GetRegistryKeyValues(Classes::TGetStrProc Proc);

}	/* namespace Propstorageeh */
using namespace Propstorageeh;
#pragma pack(pop)
#pragma option pop

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

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
欧美日韩国产高清一区二区三区 | 欧美日韩一区二区电影| 精品一区二区av| 亚洲午夜免费福利视频| 亚洲一区二区三区四区在线| 亚洲视频 欧洲视频| 中文字幕亚洲区| 国产精品欧美久久久久无广告| 久久久久久久久久看片| 久久影院电视剧免费观看| 久久久久久一二三区| 久久蜜桃香蕉精品一区二区三区| 欧美sm美女调教| 久久精品男人天堂av| 国产午夜精品福利| 国产精品进线69影院| 日本一区二区三区久久久久久久久不 | 亚洲乱码日产精品bd| 久久久久久麻豆| 久久亚洲一级片| 久久日一线二线三线suv| 欧美一卡二卡三卡| 亚洲精品一区二区三区在线观看| 欧美一区二区三区白人| 欧美卡1卡2卡| 日韩精品在线一区| 国产亚洲欧美一级| 国产精品剧情在线亚洲| 国产精品福利影院| 一个色在线综合| 午夜在线成人av| 麻豆精品国产91久久久久久| 精品亚洲国产成人av制服丝袜| 蜜臀av性久久久久蜜臀aⅴ四虎| 玖玖九九国产精品| 久久99精品久久久久久| 国产成人综合亚洲网站| 99久久综合国产精品| 欧美在线免费观看视频| 欧美日本在线一区| 欧美本精品男人aⅴ天堂| 久久久精品免费免费| 亚洲欧洲日产国码二区| 亚洲一区二区三区影院| 久久精品国产精品亚洲综合| 国产精品99久久久久久久女警| 国产91精品入口| 色狠狠av一区二区三区| 欧美日韩精品专区| 中文字幕精品—区二区四季| 亚洲一卡二卡三卡四卡| 免费一级片91| 99精品国产91久久久久久| 精品视频色一区| 国产欧美一区二区精品仙草咪| 一区二区三区四区蜜桃| 免费成人性网站| 色菇凉天天综合网| 精品久久久久99| 一区二区三区久久久| 韩国三级中文字幕hd久久精品| 色综合欧美在线视频区| 精品欧美一区二区三区精品久久| 久久精品人人做人人综合| 久久久精品免费网站| 亚洲已满18点击进入久久| 麻豆精品视频在线观看视频| 一本到高清视频免费精品| 精品欧美一区二区三区精品久久| 一区2区3区在线看| 国产福利精品一区二区| 欧美日韩精品三区| 亚洲日本在线天堂| 国产精品一区二区在线看| 欧美欧美午夜aⅴ在线观看| 欧美国产视频在线| 国产一区二区中文字幕| 51精品国自产在线| 亚洲午夜久久久| 99久久婷婷国产精品综合| 91精品国产综合久久久蜜臀图片| 亚洲一区二区三区四区五区黄| 99天天综合性| 欧洲精品在线观看| 亚洲日本在线观看| 97精品超碰一区二区三区| 欧美国产欧美综合| 成人精品一区二区三区中文字幕| 日韩精品一区二区三区中文精品 | 久久99国产精品麻豆| 3751色影院一区二区三区| 亚洲高清视频的网址| 欧美亚洲一区三区| 香蕉影视欧美成人| 欧美精品乱码久久久久久| 亚洲视频在线观看一区| 国产呦精品一区二区三区网站| 国产亚洲精品资源在线26u| 精一区二区三区| 精品久久一二三区| 捆绑变态av一区二区三区| 91精品免费在线| 久久99精品网久久| 日韩一区二区电影网| 伦理电影国产精品| 久久久一区二区三区捆绑**| 国产在线播放一区二区三区 | 久久精品99久久久| 欧美电影免费提供在线观看| 久久国产精品色| 久久婷婷色综合| 成人av在线影院| 亚洲码国产岛国毛片在线| 欧美日韩免费一区二区三区| 久久99国产精品久久99| 国产精品污网站| 在线观看精品一区| 老司机免费视频一区二区| 国产欧美日韩精品一区| 91玉足脚交白嫩脚丫在线播放| 一区二区三区四区激情| 7777精品伊人久久久大香线蕉的 | 国产精品2024| 亚洲欧美日韩精品久久久久| 精品视频一区 二区 三区| 青青草国产精品亚洲专区无| 久久久久久一级片| 欧美午夜宅男影院| 国产美女在线观看一区| 亚洲美腿欧美偷拍| 精品欧美乱码久久久久久| 99国产精品久久| 久久精品国产一区二区| 精品国产sm最大网站免费看| 国产综合成人久久大片91| 亚洲一区二区三区四区不卡| 精品国产欧美一区二区| 99久久99精品久久久久久| 美女视频黄 久久| 伊人夜夜躁av伊人久久| 精品国产91乱码一区二区三区| av中文字幕在线不卡| 日本vs亚洲vs韩国一区三区 | 亚洲视频1区2区| 日韩精品一区二区三区四区视频| 99久久伊人精品| 国产精品资源在线| 天天做天天摸天天爽国产一区| 日本一区二区三区dvd视频在线| 这里只有精品视频在线观看| 97久久久精品综合88久久| 精品一区二区三区在线观看国产| 亚洲一区二区三区在线| 亚洲国产高清在线| 久久免费午夜影院| 欧美精品自拍偷拍动漫精品| 成人av在线一区二区三区| 经典三级一区二区| 日本视频免费一区| 亚洲成人一区二区| 亚洲精品一二三四区| 国产精品欧美一区喷水| 久久免费精品国产久精品久久久久| 欧美日韩一区在线| 91高清在线观看| 色综合久久综合网97色综合| 国产在线一区二区| 亚洲sss视频在线视频| 亚洲日本护士毛茸茸| 中文字幕一区二区在线观看| 国产精品伦一区二区三级视频| 中文一区二区完整视频在线观看| 久久亚洲综合色一区二区三区| 日韩一区二区视频| 精品日韩在线一区| 欧美精品一区二区在线播放| 日韩三级中文字幕| 亚洲精品在线电影| 日韩精品在线一区二区| 久久久91精品国产一区二区精品 | 韩国视频一区二区| 一区二区三区在线观看欧美| 亚洲黄色在线视频| 一区av在线播放| 婷婷夜色潮精品综合在线| 日韩不卡免费视频| 国产精品资源站在线| 老司机免费视频一区二区| 国产.欧美.日韩| 91网站最新网址| 欧美精品第1页| 欧美精品一区二区精品网| www国产精品av| 国产精品久久久久久久岛一牛影视 | 国产人成一区二区三区影院| 国产精品色哟哟| 亚洲一区二区三区不卡国产欧美| 丝袜亚洲精品中文字幕一区| 精品制服美女丁香| 成人午夜激情在线|