⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sctvhelp.hpp

📁 suite component ace report
💻 HPP
字号:
// Borland C++ Builder
// Copyright (c) 1995, 1998 by Borland International
// All rights reserved

// (DO NOT EDIT: machine generated header) 'sctvhelp.pas' rev: 3.00

#ifndef sctvhelpHPP
#define sctvhelpHPP
#include <Windows.hpp>
#include <ExtCtrls.hpp>
#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 <SysInit.hpp>
#include <System.hpp>

//-- user supplied -----------------------------------------------------------

namespace Sctvhelp
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TSctVarHelp;
class PASCALIMPLEMENTATION TSctVarHelp : public Forms::TForm 
{
	typedef Forms::TForm inherited;
	
__published:
	Extctrls::TPanel* Panel1;
	Stdctrls::TButton* ExitButton;
	Stdctrls::TMemo* Memo1;
	void __fastcall ExitButtonClick(System::TObject* Sender);
	void __fastcall FormCreate(System::TObject* Sender);
public:
	/* TCustomForm.Create */ __fastcall virtual TSctVarHelp(Classes::TComponent* AOwner) : Forms::TForm(
		AOwner) { }
	/* TCustomForm.CreateNew */ __fastcall TSctVarHelp(Classes::TComponent* AOwner, int Dummy) : Forms::
		TForm(AOwner, Dummy) { }
	/* TCustomForm.Destroy */ __fastcall virtual ~TSctVarHelp(void) { }
	
public:
	/* TWinControl.CreateParented */ __fastcall TSctVarHelp(HWND ParentWindow) : Forms::TForm(ParentWindow
		) { }
	
};

//-- var, const, procedure ---------------------------------------------------
extern PACKAGE TSctVarHelp* SctVarHelp;

}	/* namespace Sctvhelp */
#if !defined(NO_IMPLICIT_NAMESPACE_USE)
using namespace Sctvhelp;
#endif
//-- end unit ----------------------------------------------------------------
#endif	// sctvhelp

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -