📄 acepstat.hpp
字号:
// Borland C++ Builder
// Copyright (c) 1995, 1998 by Borland International
// All rights reserved
// (DO NOT EDIT: machine generated header) 'AcePStat.pas' rev: 3.00
#ifndef AcePStatHPP
#define AcePStatHPP
#include <ExtCtrls.hpp>
#include <AcePrev.hpp>
#include <StdCtrls.hpp>
#include <Dialogs.hpp>
#include <Forms.hpp>
#include <Controls.hpp>
#include <Graphics.hpp>
#include <Classes.hpp>
#include <Messages.hpp>
#include <SysUtils.hpp>
#include <Windows.hpp>
#include <SysInit.hpp>
#include <System.hpp>
//-- user supplied -----------------------------------------------------------
namespace Acepstat
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TAcePreviewStatus;
class PASCALIMPLEMENTATION TAcePreviewStatus : public Forms::TForm
{
typedef Forms::TForm inherited;
__published:
Stdctrls::TLabel* Label1;
Stdctrls::TButton* AbortButton;
Stdctrls::TLabel* lbPage;
Extctrls::TPanel* PageNumber;
void __fastcall AbortButtonClick(System::TObject* Sender);
void __fastcall FormCreate(System::TObject* Sender);
public:
Aceprev::TAcePreview* Preview;
void __fastcall UpdateStatus(System::TObject* Sender);
public:
/* TCustomForm.Create */ __fastcall virtual TAcePreviewStatus(Classes::TComponent* AOwner) : Forms::
TForm(AOwner) { }
/* TCustomForm.CreateNew */ __fastcall TAcePreviewStatus(Classes::TComponent* AOwner, int Dummy) :
Forms::TForm(AOwner, Dummy) { }
/* TCustomForm.Destroy */ __fastcall virtual ~TAcePreviewStatus(void) { }
public:
/* TWinControl.CreateParented */ __fastcall TAcePreviewStatus(HWND ParentWindow) : Forms::TForm(ParentWindow
) { }
};
//-- var, const, procedure ---------------------------------------------------
extern PACKAGE TAcePreviewStatus* AcePreviewStatus;
} /* namespace Acepstat */
#if !defined(NO_IMPLICIT_NAMESPACE_USE)
using namespace Acepstat;
#endif
//-- end unit ----------------------------------------------------------------
#endif // AcePStat
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -