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

📄 suithemefile.hpp

📁 delphi6+sqlserver2000+xpmenu+suipack的门店登录界面开发
💻 HPP
字号:
// Borland C++ Builder
// Copyright (c) 1995, 1999 by Borland International
// All rights reserved

// (DO NOT EDIT: machine generated header) 'SUIThemeFile.pas' rev: 5.00

#ifndef SUIThemeFileHPP
#define SUIThemeFileHPP

#pragma delphiheader begin
#pragma option push -w-
#pragma option push -Vx
#include <SysUtils.hpp>	// Pascal unit
#include <Classes.hpp>	// Pascal unit
#include <SysInit.hpp>	// Pascal unit
#include <System.hpp>	// Pascal unit

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

namespace Suithemefile
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TsuiThemeFileWriter;
class PASCALIMPLEMENTATION TsuiThemeFileWriter : public System::TObject 
{
	typedef System::TObject inherited;
	
private:
	AnsiString m_ThemeFileName;
	Classes::TStrings* m_FileList;
	Classes::TStrings* m_IntegerList;
	Classes::TStrings* m_BooleanList;
	Classes::TStrings* m_StrList;
	void __fastcall Save(void);
	
public:
	__fastcall TsuiThemeFileWriter(AnsiString ThemeFile);
	__fastcall virtual ~TsuiThemeFileWriter(void);
	void __fastcall AddFile(AnsiString Key, AnsiString FileName);
	void __fastcall AddInteger(AnsiString Key, int Value);
	void __fastcall AddBool(AnsiString Key, bool Value);
	void __fastcall AddStr(AnsiString Key, AnsiString Value);
};


class DELPHICLASS TsuiThemeFileReader;
class PASCALIMPLEMENTATION TsuiThemeFileReader : public System::TObject 
{
	typedef System::TObject inherited;
	
private:
	Classes::TStrings* m_StreamList;
	Classes::TStrings* m_IntegerList;
	Classes::TStrings* m_BooleanList;
	Classes::TStrings* m_StrList;
	void __fastcall Load(AnsiString ThemeFile);
	
public:
	__fastcall TsuiThemeFileReader(AnsiString ThemeFile);
	__fastcall virtual ~TsuiThemeFileReader(void);
	Classes::TStream* __fastcall GetFile(AnsiString Key);
	int __fastcall GetInteger(AnsiString Key);
	bool __fastcall GetBool(AnsiString Key);
	AnsiString __fastcall GetStr(AnsiString Key);
};


//-- var, const, procedure ---------------------------------------------------

}	/* namespace Suithemefile */
#if !defined(NO_IMPLICIT_NAMESPACE_USE)
using namespace Suithemefile;
#endif
#pragma option pop	// -w-
#pragma option pop	// -Vx

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

⌨️ 快捷键说明

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