📄 acprogressbar.hpp
字号:
// Borland C++ Builder
// Copyright (c) 1995, 2005 by Borland Software Corporation
// All rights reserved
// (DO NOT EDIT: machine generated header) 'Acprogressbar.pas' rev: 10.00
#ifndef AcprogressbarHPP
#define AcprogressbarHPP
#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 <Comctrls.hpp> // Pascal unit
#include <Scommondata.hpp> // Pascal unit
#include <Sconst.hpp> // Pascal unit
//-- user supplied -----------------------------------------------------------
namespace Acprogressbar
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TsProgressBar;
class PASCALIMPLEMENTATION TsProgressBar : public Comctrls::TProgressBar
{
typedef Comctrls::TProgressBar inherited;
private:
Scommondata::TsCommonData* FCommonData;
AnsiString FProgressSkin;
void __fastcall PrepareCache(void);
Types::TRect __fastcall ProgressRect();
tagSIZE __fastcall ItemSize();
Types::TRect __fastcall ClRect();
void __fastcall SetProgressSkin(const AnsiString Value);
public:
void __fastcall Paint(HDC DC);
__fastcall virtual TsProgressBar(Classes::TComponent* AOwner);
__fastcall virtual ~TsProgressBar(void);
virtual void __fastcall AfterConstruction(void);
virtual void __fastcall Loaded(void);
virtual void __fastcall WndProc(Messages::TMessage &Message);
__published:
__property AnsiString ProgressSkin = {read=FProgressSkin, write=SetProgressSkin};
__property Scommondata::TsCommonData* SkinData = {read=FCommonData, write=FCommonData};
public:
#pragma option push -w-inl
/* TWinControl.CreateParented */ inline __fastcall TsProgressBar(HWND ParentWindow) : Comctrls::TProgressBar(ParentWindow) { }
#pragma option pop
};
//-- var, const, procedure ---------------------------------------------------
} /* namespace Acprogressbar */
using namespace Acprogressbar;
#pragma pack(pop)
#pragma option pop
#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif // Acprogressbar
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -