rm_jvclver.hpp

来自「这是一个功能强大」· HPP 代码 · 共 45 行

HPP
45
字号
// CodeGear C++Builder
// Copyright (c) 1995, 2007 by CodeGear
// All rights reserved

// (DO NOT EDIT: machine generated header) 'Rm_jvclver.pas' rev: 11.00

#ifndef Rm_jvclverHPP
#define Rm_jvclverHPP

#pragma delphiheader begin
#pragma option push
#pragma option -w-      // All warnings off
#pragma option -Vx      // Zero-length empty class member functions
#pragma pack(push,8)
#include <System.hpp>	// Pascal unit
#include <Sysinit.hpp>	// Pascal unit

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

namespace Rm_jvclver
{
//-- type declarations -------------------------------------------------------
#pragma option push -b-
enum TJVCLAboutInfo { JVCLAbout };
#pragma option pop

//-- var, const, procedure ---------------------------------------------------
#define sJVCLVersion "3.30"
static const Shortint JVCLVersionMajor = 0x3;
static const Shortint JVCLVersionMinor = 0x1e;
static const Shortint JVCLVersionRelease = 0x0;
static const Shortint JVCLVersionBuild = 0x0;
static const int JVCLVersion = 0x31e0000;
static const Word JVCL_VERSION = 0x14a;
#define JVCL_VERSIONSTRING "3.30"

}	/* namespace Rm_jvclver */
using namespace Rm_jvclver;
#pragma pack(pop)
#pragma option pop

#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif	// Rm_jvclver

⌨️ 快捷键说明

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