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

📄 suipublic.hpp

📁 SUIPack v6.40.Full.Source for Delphi 5 - 2009 (实际上 2010 上也能编译通过)
💻 HPP
字号:
// Borland C++ Builder
// Copyright (c) 1995, 1999 by Borland International
// All rights reserved

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

#ifndef SUIPublicHPP
#define SUIPublicHPP

#pragma delphiheader begin
#pragma option push -w-
#pragma option push -Vx
#include <SUIMgr.hpp>	// Pascal unit
#include <SUIThemes.hpp>	// Pascal unit
#include <Dialogs.hpp>	// Pascal unit
#include <Math.hpp>	// Pascal unit
#include <TypInfo.hpp>	// Pascal unit
#include <SysUtils.hpp>	// Pascal unit
#include <Forms.hpp>	// Pascal unit
#include <Classes.hpp>	// Pascal unit
#include <Messages.hpp>	// Pascal unit
#include <Controls.hpp>	// Pascal unit
#include <Graphics.hpp>	// Pascal unit
#include <Windows.hpp>	// Pascal unit
#include <SysInit.hpp>	// Pascal unit
#include <System.hpp>	// Pascal unit

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

namespace Suipublic
{
//-- type declarations -------------------------------------------------------
//-- var, const, procedure ---------------------------------------------------
#define SUI_ENTER "\r\n"
#define SUI_2ENTER "\r\n\r\n"
extern PACKAGE bool g_SUIPackConverting;
extern PACKAGE void __fastcall ResizeImage(Graphics::TBitmap* SrcBmp, Graphics::TCanvas* tgtCanvas, 
	const Windows::TRect &tgtRect);
extern PACKAGE void __fastcall ScanColor(const Graphics::TBitmap* Bmp, Graphics::TColor SrcColor, Graphics::TColor 
	TgtColor);
extern PACKAGE void __fastcall DoTrans(Graphics::TCanvas* Canvas, Controls::TWinControl* Control);
extern PACKAGE void __fastcall TileDraw(const Graphics::TCanvas* Canvas, const Graphics::TPicture* Picture
	, const Windows::TRect &Rect);
extern PACKAGE void __fastcall SetWinControlTransparent(Controls::TWinControl* Control);
extern PACKAGE bool __fastcall InRect(const Windows::TPoint &Point, const Windows::TRect &Rect)/* overload */
	;
extern PACKAGE bool __fastcall InRect(int X, int Y, const Windows::TRect &Rect)/* overload */;
extern PACKAGE Windows::TRect __fastcall GetWorkAreaRect();
extern PACKAGE void __fastcall PlaceControl(const Controls::TControl* Control, const Windows::TPoint 
	&Position)/* overload */;
extern PACKAGE void __fastcall PlaceControl(const Controls::TControl* Control, const Windows::TRect 
	&Rect)/* overload */;
extern PACKAGE void __fastcall SpitDraw(Graphics::TBitmap* Source, Graphics::TCanvas* ACanvas, const 
	Windows::TRect &ARect, bool ATransparent);
extern PACKAGE void __fastcall DrawControlBorder(Controls::TWinControl* WinControl, Graphics::TColor 
	BorderColor, Graphics::TColor Color, bool DrawColor);
extern PACKAGE AnsiString __fastcall PCharToStr(char * pstr);
extern PACKAGE void __fastcall SetBitmapWindow(HWND HandleOfWnd, const Graphics::TBitmap* Bitmap, Graphics::TColor 
	TransColor);
extern PACKAGE void __fastcall SpitDrawHorizontal(Graphics::TBitmap* Source, Graphics::TCanvas* ACanvas
	, const Windows::TRect &ARect, bool ATransparent, Graphics::TColor BGColor, bool SampleTopPt);
extern PACKAGE void __fastcall SpitDrawHorizontal2(Graphics::TBitmap* Source, Graphics::TCanvas* ACanvas
	, const Windows::TRect &ARect, bool ATransparent, Graphics::TColor ATransColor);
extern PACKAGE void __fastcall DrawHorizontalGradient(const Graphics::TCanvas* ACanvas, const Windows::TRect 
	&ARect, const Graphics::TColor BeginColor, const Graphics::TColor EndColor);
extern PACKAGE void __fastcall DrawVerticalGradient(const Graphics::TCanvas* ACanvas, const Windows::TRect 
	&ARect, const Graphics::TColor BeginColor, const Graphics::TColor EndColor);
extern PACKAGE void __fastcall RoundPicture(Graphics::TBitmap* SrcBuf);
extern PACKAGE void __fastcall RoundPicture2(Graphics::TBitmap* SrcBuf);
extern PACKAGE void __fastcall RoundPicture3(Graphics::TBitmap* SrcBuf);
extern PACKAGE bool __fastcall IsHasProperty(Classes::TComponent* AComponent, AnsiString ApropertyName
	);
extern PACKAGE void __fastcall SpitBitmap(Graphics::TBitmap* Source, Graphics::TBitmap* Dest, int Count
	, int Index);
extern PACKAGE bool __fastcall FormHasFocus(Forms::TCustomForm* Form);
extern PACKAGE void __fastcall ContainerApplyUIStyle(Controls::TWinControl* Container, Suithemes::TsuiUIStyle 
	UIStyle, Suimgr::TsuiFileTheme* FileTheme);
extern PACKAGE bool __stdcall SUIGetScrollBarInfo(unsigned Handle, int idObject, tagSCROLLBARINFO &ScrollInfo
	);
extern PACKAGE bool __stdcall SUIGetComboBoxInfo(HWND hwndCombo, tagCOMBOBOXINFO &pcbi);
extern PACKAGE bool __stdcall SUIAnimateWindow(HWND hWnd, unsigned dwTime, unsigned dwFlags);
extern PACKAGE AnsiString __fastcall GetLocaleButtonCaption(Dialogs::TMsgDlgBtn Button);
extern PACKAGE void __fastcall GetCaptionFont(const Graphics::TFont* Font);
extern PACKAGE AnsiString __fastcall FormatStringWithWidth(Graphics::TCanvas* Canvas, const AnsiString 
	szPath, int nWidth);
extern PACKAGE bool __fastcall IsWinXP(void);
extern PACKAGE bool __fastcall IsWinVista(void);

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

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

⌨️ 快捷键说明

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