📄 acegoto.hpp
字号:
// Borland C++ Builder
// Copyright (c) 1995, 1998 by Borland International
// All rights reserved
// (DO NOT EDIT: machine generated header) 'AceGoto.pas' rev: 3.00
#ifndef AceGotoHPP
#define AceGotoHPP
#include <Mask.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 Acegoto
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TAceGotoPage;
class PASCALIMPLEMENTATION TAceGotoPage : public Forms::TForm
{
typedef Forms::TForm inherited;
__published:
Stdctrls::TLabel* Label1;
Mask::TMaskEdit* PageNum;
Stdctrls::TButton* Button1;
Stdctrls::TButton* Button2;
public:
/* TCustomForm.Create */ __fastcall virtual TAceGotoPage(Classes::TComponent* AOwner) : Forms::TForm(
AOwner) { }
/* TCustomForm.CreateNew */ __fastcall TAceGotoPage(Classes::TComponent* AOwner, int Dummy) : Forms::
TForm(AOwner, Dummy) { }
/* TCustomForm.Destroy */ __fastcall virtual ~TAceGotoPage(void) { }
public:
/* TWinControl.CreateParented */ __fastcall TAceGotoPage(HWND ParentWindow) : Forms::TForm(ParentWindow
) { }
};
//-- var, const, procedure ---------------------------------------------------
extern PACKAGE TAceGotoPage* AceGotoPage;
} /* namespace Acegoto */
#if !defined(NO_IMPLICIT_NAMESPACE_USE)
using namespace Acegoto;
#endif
//-- end unit ----------------------------------------------------------------
#endif // AceGoto
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -