📄 rm_jvclver.hpp
字号:
// 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -