📄 acefask.hpp
字号:
// Borland C++ Builder
// Copyright (c) 1995, 1998 by Borland International
// All rights reserved
// (DO NOT EDIT: machine generated header) 'AceFAsk.pas' rev: 3.00
#ifndef AceFAskHPP
#define AceFAskHPP
#include <StdCtrls.hpp>
#include <Dialogs.hpp>
#include <Forms.hpp>
#include <Controls.hpp>
#include <Graphics.hpp>
#include <Classes.hpp>
#include <SysUtils.hpp>
#include <Messages.hpp>
#include <Windows.hpp>
#include <SysInit.hpp>
#include <System.hpp>
//-- user supplied -----------------------------------------------------------
namespace Acefask
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TAceFastAskForm;
class PASCALIMPLEMENTATION TAceFastAskForm : public Forms::TForm
{
typedef Forms::TForm inherited;
__published:
Stdctrls::TLabel* Label1;
Stdctrls::TRadioButton* Wrap;
Stdctrls::TRadioButton* Shrink;
Stdctrls::TRadioButton* Delete;
Stdctrls::TRadioButton* Ignore;
Stdctrls::TLabel* Label2;
Stdctrls::TButton* OkBtn;
Stdctrls::TButton* CancelBtn;
void __fastcall OkBtnClick(System::TObject* Sender);
void __fastcall FormCreate(System::TObject* Sender);
void __fastcall CancelBtnClick(System::TObject* Sender);
public:
bool Canceled;
public:
/* TCustomForm.Create */ __fastcall virtual TAceFastAskForm(Classes::TComponent* AOwner) : Forms::TForm(
AOwner) { }
/* TCustomForm.CreateNew */ __fastcall TAceFastAskForm(Classes::TComponent* AOwner, int Dummy) : Forms::
TForm(AOwner, Dummy) { }
/* TCustomForm.Destroy */ __fastcall virtual ~TAceFastAskForm(void) { }
public:
/* TWinControl.CreateParented */ __fastcall TAceFastAskForm(HWND ParentWindow) : Forms::TForm(ParentWindow
) { }
};
//-- var, const, procedure ---------------------------------------------------
extern PACKAGE TAceFastAskForm* AceFastAskForm;
} /* namespace Acefask */
#if !defined(NO_IMPLICIT_NAMESPACE_USE)
using namespace Acefask;
#endif
//-- end unit ----------------------------------------------------------------
#endif // AceFAsk
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -