alstatusbar.hpp
来自「使用TCppWebBrowser控件实现的浏览器」· HPP 代码 · 共 61 行
HPP
61 行
// Borland C++ Builder
// Copyright (c) 1995, 2002 by Borland Software Corporation
// All rights reserved
// (DO NOT EDIT: machine generated header) 'ALStatusBar.pas' rev: 6.00
#ifndef ALStatusBarHPP
#define ALStatusBarHPP
#pragma delphiheader begin
#pragma option push -w-
#pragma option push -Vx
#include <ComCtrls.hpp> // Pascal unit
#include <Dialogs.hpp> // Pascal unit
#include <Forms.hpp> // Pascal unit
#include <Controls.hpp> // Pascal unit
#include <Graphics.hpp> // Pascal unit
#include <Classes.hpp> // Pascal unit
#include <SysUtils.hpp> // Pascal unit
#include <Messages.hpp> // Pascal unit
#include <Windows.hpp> // Pascal unit
#include <SysInit.hpp> // Pascal unit
#include <System.hpp> // Pascal unit
//-- user supplied -----------------------------------------------------------
namespace Alstatusbar
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TALStatusBar;
class PASCALIMPLEMENTATION TALStatusBar : public Comctrls::TStatusBar
{
typedef Comctrls::TStatusBar inherited;
public:
__fastcall virtual TALStatusBar(Classes::TComponent* AOwner);
public:
#pragma option push -w-inl
/* TCustomStatusBar.Destroy */ inline __fastcall virtual ~TALStatusBar(void) { }
#pragma option pop
public:
#pragma option push -w-inl
/* TWinControl.CreateParented */ inline __fastcall TALStatusBar(HWND ParentWindow) : Comctrls::TStatusBar(ParentWindow) { }
#pragma option pop
};
//-- var, const, procedure ---------------------------------------------------
extern PACKAGE void __fastcall Register(void);
} /* namespace Alstatusbar */
using namespace Alstatusbar;
#pragma option pop // -w-
#pragma option pop // -Vx
#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif // ALStatusBar
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?