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

📄 rm_const1.hpp

📁 这是一个功能强大
💻 HPP
字号:
// CodeGear C++Builder
// Copyright (c) 1995, 2007 by CodeGear
// All rights reserved

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

#ifndef Rm_const1HPP
#define Rm_const1HPP

#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
#include <Graphics.hpp>	// Pascal unit

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

namespace Rm_const1
{
//-- type declarations -------------------------------------------------------
typedef AnsiString RM_Const1__1[10];

typedef AnsiString RM_Const1__2[42];

typedef AnsiString RM_Const1__3[32];

//-- var, const, procedure ---------------------------------------------------
static const Shortint RMCurrentVersion = 0x42;
#define RMCurrentVersionStr "Version 5.51 (Build 2006.6.5)"
extern PACKAGE float RMInchPerMM;
static const Shortint RMFormatNumCount = 0x4;
static const Shortint RMFormatDateCount = 0x7;
static const Shortint RMFormatTimeCount = 0x4;
static const Shortint RMFormatBooleanCount = 0x4;
static const Shortint RMSpecCount = 0xa;
extern PACKAGE AnsiString RMSpecFuncs[10];
extern PACKAGE Graphics::TColor RMColors[42];
extern PACKAGE AnsiString RMColorNames[42];
extern PACKAGE AnsiString RMDefaultFontSizeStr[32];
extern PACKAGE short RMDefaultFontSize[13];
extern PACKAGE Set<char, 0, 255>  RMBreakChars;
#define RMVIRTUALPRINTER_NAME "Virtual Printer"
#define RMDEFAULTPRINTER_NAME "Default Printer"
#define RMTrialVersionStr "Unregistered evaluation copy of ReportMachine!\r\nhttp://w"\
	"ww.reportmachine.net"
#define rsToolBar "ToolBar\\"
#define rsForm "Form\\"
#define rsWidth "Width"
#define rsHeight "Height"
#define rsTop "Top"
#define rsLeft "Left"
#define rsVisible "isVisible"
#define rsX "XPosition"
#define rsY "YPosition"
#define rsDockName "DockName"
#define rsDocked "Docked"
#define rsWindowState "WindowState"
#define rsMaximized "Maximized"
#define rsLocalPropNames "LocalPropNames"
#define rsUseTableName "UseTableName"
#define rsOpenFiles "Last Open Files"
extern PACKAGE bool RMIsChineseGB;

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

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

⌨️ 快捷键说明

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