📄 rm_stconst.hpp
字号:
// CodeGear C++Builder
// Copyright (c) 1995, 2007 by CodeGear
// All rights reserved
// (DO NOT EDIT: machine generated header) 'Rm_stconst.pas' rev: 11.00
#ifndef Rm_stconstHPP
#define Rm_stconstHPP
#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 <Sysutils.hpp> // Pascal unit
//-- user supplied -----------------------------------------------------------
namespace Rm_stconst
{
//-- type declarations -------------------------------------------------------
struct StStrRec
{
public:
int ID;
AnsiString Str;
} ;
typedef StStrRec RM_StConst__1[175];
//-- var, const, procedure ---------------------------------------------------
#define StVersionStr "4.03"
static const Shortint stscFalseString = 0x0;
static const Shortint stscTrueString = 0x1;
static const Shortint stscNoFileKey = 0x2;
static const Shortint stscInvalidPKey = 0x3;
static const Shortint stscNoWin32S = 0x4;
static const Shortint stscCreateKeyFail = 0x5;
static const Shortint stscOpenKeyFail = 0x6;
static const Shortint stscIniWriteFail = 0x7;
static const Shortint stscRegWriteFail = 0x8;
static const Shortint stscNoKeyName = 0x9;
static const Shortint stscQueryKeyFail = 0xa;
static const Shortint stscEnumKeyFail = 0xb;
static const Shortint stscEnumValueFail = 0xc;
static const Shortint stscIniDeleteFail = 0xd;
static const Shortint stscKeyHasSubKeys = 0xe;
static const Shortint stscDeleteKeyFail = 0xf;
static const Shortint stscIniDelValueFail = 0x10;
static const Shortint stscRegDelValueFail = 0x11;
static const Shortint stscOutputFileExists = 0x12;
static const Shortint stscFileHasExtension = 0x13;
static const Shortint stscSaveKeyFail = 0x14;
static const Shortint stscNo16bitSupport = 0x15;
static const Shortint stscCantFindInputFile = 0x16;
static const Shortint stscLoadKeyFail = 0x17;
static const Shortint stscUnloadKeyFail = 0x18;
static const Shortint stscNotWinNTPlatform = 0x19;
static const Shortint stscBadOptionsKeyCombo = 0x1a;
static const Shortint stscRestoreKeyFail = 0x1b;
static const Shortint stscReplaceKeyFail = 0x1c;
static const Shortint stscNoIniFileSupport = 0x1d;
static const Shortint stscRemoteKeyIsOpen = 0x1e;
static const Shortint stscConnectRemoteKeyFail = 0x1f;
static const Shortint stscCloseRemoteKeyFail = 0x20;
static const Shortint stscFlushKeyFail = 0x21;
static const Shortint stscBufferDataSizesDif = 0x22;
static const Shortint stscKeyIsEmptyNotExists = 0x23;
static const Shortint stscGetSecurityFail = 0x24;
static const Shortint stscSetSecurityFail = 0x25;
static const Shortint stscByteArrayTooLarge = 0x26;
static const Shortint stscQueryValueFail = 0x27;
static const Shortint stscNoValueNameSpecified = 0x28;
static const Shortint stscNoCompare = 0x33;
static const Shortint stscBadType = 0x34;
static const Shortint stscBadSize = 0x35;
static const Shortint stscDupNode = 0x36;
static const Shortint stscBadIndex = 0x37;
static const Shortint stscBadWinMode = 0x38;
static const Shortint stscUnknownClass = 0x39;
static const Shortint stscUnknownNodeClass = 0x3a;
static const Shortint stscNoStoreData = 0x3b;
static const Shortint stscNoLoadData = 0x3c;
static const Shortint stscWrongClass = 0x3d;
static const Shortint stscWrongNodeClass = 0x3e;
static const Shortint stscBadCompare = 0x3f;
static const Shortint stscTooManyCols = 0x40;
static const Shortint stscBadColCount = 0x41;
static const Shortint stscBadElSize = 0x42;
static const Shortint stscBadDups = 0x43;
static const Shortint stscTooManyFiles = 0x47;
static const Shortint stscFileCreate = 0x48;
static const Shortint stscFileOpen = 0x49;
static const Shortint stscFileWrite = 0x4a;
static const Shortint stscFileRead = 0x4b;
static const Shortint stscBadState = 0x4c;
static const Shortint stscBcdBadFormat = 0x51;
static const Shortint stscBcdOverflow = 0x52;
static const Shortint stscBcdDivByZero = 0x53;
static const Shortint stscBcdBadInput = 0x54;
static const Shortint stscBcdBufOverflow = 0x55;
static const Shortint stscNoVerInfo = 0x64;
static const Shortint stscVerInfoFail = 0x65;
static const Byte stscBadVerInfoKey = 0x86;
static const Byte stscInvalidUPCACodeLen = 0x8c;
static const Byte stscInvalidCharacter = 0x8d;
static const Byte stscInvalidCheckCharacter = 0x8e;
static const Byte stscInvalidUPCECodeLen = 0x8f;
static const Byte stscInvalidEAN8CodeLen = 0x90;
static const Byte stscInvalidEAN13CodeLen = 0x91;
static const Byte stscInvalidSupCodeLen = 0x92;
static const Byte stscExprEmpty = 0x96;
static const Byte stscExprBadNum = 0x97;
static const Byte stscExprBadChar = 0x98;
static const Byte stscExprOpndExp = 0x99;
static const Byte stscExprNumeric = 0x9a;
static const Byte stscExprBadExp = 0x9b;
static const Byte stscExprOpndOvfl = 0x9c;
static const Byte stscExprUnkFunc = 0x9d;
static const Byte stscExprLParExp = 0x9e;
static const Byte stscExprRParExp = 0x9f;
static const Byte stscExprCommExp = 0xa0;
static const Byte stscExprDupIdent = 0xa1;
static const Byte stscStatBadCount = 0xaa;
static const Byte stscStatBadParam = 0xab;
static const Byte stscStatBadData = 0xac;
static const Byte stscStatNoConverge = 0xad;
static const Byte stscFinBadArg = 0xb4;
static const Byte stscFinNoConverge = 0xb5;
static const Byte stscBadEncodeFmt = 0xbe;
static const Byte stscBadAttachment = 0xbf;
static const Byte stscDupeString = 0xc0;
static const Byte stscInStream = 0xc1;
static const Byte stscOutOfBounds = 0xc8;
static const Byte stscInvalidLength = 0xd2;
static const Byte stscNoInputFile = 0xd7;
static const Byte stscNoOutputFile = 0xd8;
static const Byte stscInFileError = 0xd9;
static const Byte stscOutFileError = 0xda;
static const Byte stscWordDelimiters = 0xdb;
static const Byte stscInvalidSLEntry = 0xdc;
static const Byte stscBadStream = 0xdd;
static const Byte stscName = 0xe6;
static const Byte stscSize = 0xe7;
static const Byte stscType = 0xe8;
static const Byte stscModified = 0xe9;
static const Byte stscAttributes = 0xea;
static const Byte stscFileFolder = 0xeb;
static const Byte stscSystemFolder = 0xec;
static const Byte stscOriginalLoc = 0xed;
static const Byte stscDateDeleted = 0xee;
static const Byte stscFile = 0xef;
static const Byte stscInvalidFolder = 0xf0;
static const Byte stscFolderReadOnly = 0xf1;
static const Byte stscInsufficientData = 0xfa;
static const Word stscCreateFileFailed = 0x104;
static const Word stscFileMappingFailed = 0x105;
static const Word stscCreateViewFailed = 0x106;
static const Word stscBadOrigin = 0x107;
static const Word stscGetSizeFailed = 0x108;
static const Word stscNilStream = 0x10e;
static const Word stscNoSeekForRead = 0x10f;
static const Word stscNoSeekForWrite = 0x110;
static const Word stscCannotWrite = 0x111;
static const Word stscBadTerminator = 0x112;
static const Word stscBadLineLength = 0x113;
static const Word stscCannotSetSize = 0x114;
static const Word stscUnknownError = 0x122;
static const Word stscExpandingClass = 0x123;
static const Word stscAlternationFollowsClosure = 0x124;
static const Word stscUnbalancedParens = 0x125;
static const Word stscFollowingClosure = 0x126;
static const Word stscPatternError = 0x127;
static const Word stscUnbalancedTag = 0x128;
static const Word stscNoPatterns = 0x129;
static const Word stscPatternTooLarge = 0x12a;
static const Word stscStreamsNil = 0x12b;
static const Word stscInTextStreamError = 0x12c;
static const Word stscOutTextStreamError = 0x12d;
static const Word stscClosureMaybeEmpty = 0x12e;
static const Word stscInFileNotFound = 0x12f;
static const Word stscREInFileError = 0x130;
static const Word stscOutFileDelete = 0x131;
static const Word stscOutFileCreate = 0x132;
static const Word stscNetNoManualCreate = 0x140;
static const Word stscNetUnknownError = 0x141;
static const Word stscNetGroupNotSpecified = 0x142;
static const Word stscNetDateSpecifiedOutOfRange = 0x143;
static const Word stscNetInvalidParameter = 0x144;
static const Word stscNetInvalidItemType = 0x145;
static const Word stscMoneyNilResult = 0x191;
static const Word stscMoneyNilParameter = 0x192;
static const Word stscMoneyCurrenciesNotMatch = 0x193;
static const Word stscMoneyNoExchangeRatesAvail = 0x19a;
static const Word stscMoneyInvalidExchangeParams = 0x19b;
static const Word stscMoneyInvalidTriangleExchange = 0x19c;
static const Word stscMoneyNoSuchExchange = 0x19d;
static const Word stscMoneyMissingIntermediateRate = 0x19e;
static const Word stscMoneyInvalidExchRate = 0x19f;
static const Word stscMoneyTriExchUsesTriExch = 0x19f;
static const Word stscDecMathRoundPlaces = 0x1a7;
static const Word stscDecMathAsIntOverflow = 0x1a8;
static const Word stscDecMathConversion = 0x1a9;
static const Word stscDecMathDivByZero = 0x1aa;
static const Word stscDecMathNegExp = 0x1ab;
static const Word stscDecMathMultOverflow = 0x1ac;
static const Word stscDecMathDivOverflow = 0x1ad;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -