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

📄 rm_jvconsts.hpp

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

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

#ifndef Rm_jvconstsHPP
#define Rm_jvconstsHPP

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

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

namespace Rm_jvconsts
{
//-- type declarations -------------------------------------------------------
//-- var, const, procedure ---------------------------------------------------
static const Forms::TFormBorderStyle fbsDialog = (Forms::TFormBorderStyle)(3);
static const Forms::TFormBorderStyle fbsSingle = (Forms::TFormBorderStyle)(1);
static const Forms::TFormBorderStyle fbsNone = (Forms::TFormBorderStyle)(0);
static const Forms::TFormBorderStyle fbsSizeable = (Forms::TFormBorderStyle)(2);
static const Forms::TFormBorderStyle fbsToolWindow = (Forms::TFormBorderStyle)(4);
static const Forms::TFormBorderStyle fbsSizeToolWin = (Forms::TFormBorderStyle)(5);
#define JvEditorCompletionChars "\b0123456789QWERTYUIOPASDFGHJKLZXCVBNMqwertyuiopasdfghjklz"\
	"xcvbnm"
#define DigitSymbols (Set<char, 0, 255> () << '\x30' << '\x31' << '\x32' << '\x33' << '\x34' << '\x35' << '\x36' << '\x37' << '\x38' << '\x39' )
#define SignSymbols (Set<char, 0, 255> () << '\x2b' << '\x2d' )
#define IdentifierUppercaseLetters (Set<char, 0, 255> () << '\x41' << '\x42' << '\x43' << '\x44' << '\x45' << '\x46' << '\x47' << '\x48' << '\x49' << '\x4a' << '\x4b' << '\x4c' << '\x4d' << '\x4e' << '\x4f' << '\x50' << '\x51' << '\x52' << '\x53' << '\x54' << '\x55' << '\x56' << '\x57' << '\x58' << '\x59' << '\x5a' )
#define IdentifierLowercaseLetters (Set<char, 0, 255> () << '\x61' << '\x62' << '\x63' << '\x64' << '\x65' << '\x66' << '\x67' << '\x68' << '\x69' << '\x6a' << '\x6b' << '\x6c' << '\x6d' << '\x6e' << '\x6f' << '\x70' << '\x71' << '\x72' << '\x73' << '\x74' << '\x75' << '\x76' << '\x77' << '\x78' << '\x79' << '\x7a' )
#define HexadecimalUppercaseLetters (Set<char, 0, 255> () << '\x41' << '\x42' << '\x43' << '\x44' << '\x45' << '\x46' )
#define HexadecimalLowercaseLetters (Set<char, 0, 255> () << '\x61' << '\x62' << '\x63' << '\x64' << '\x65' << '\x66' )
#define IdentifierLetters (Set<char, 0, 255> () << '\x41' << '\x42' << '\x43' << '\x44' << '\x45' << '\x46' << '\x47' << '\x48' << '\x49' << '\x4a' << '\x4b' << '\x4c' << '\x4d' << '\x4e' << '\x4f' << '\x50' << '\x51' << '\x52' << '\x53' << '\x54' << '\x55' << '\x56' << '\x57' << '\x58' << '\x59' << '\x5a' << '\x61' << '\x62' << '\x63' << '\x64' << '\x65' << '\x66' << '\x67' << '\x68' << '\x69' << '\x6a' << '\x6b' << '\x6c' << '\x6d' << '\x6e' << '\x6f' << '\x70' << '\x71' << '\x72' << '\x73' << '\x74' << '\x75' << '\x76' << '\x77' << '\x78' << '\x79' << '\x7a' )
#define IdentifierFirstSymbols (Set<char, 0, 255> () << '\x41' << '\x42' << '\x43' << '\x44' << '\x45' << '\x46' << '\x47' << '\x48' << '\x49' << '\x4a' << '\x4b' << '\x4c' << '\x4d' << '\x4e' << '\x4f' << '\x50' << '\x51' << '\x52' << '\x53' << '\x54' << '\x55' << '\x56' << '\x57' << '\x58' << '\x59' << '\x5a' << '\x5f' << '\x61' << '\x62' << '\x63' << '\x64' << '\x65' << '\x66' << '\x67' << '\x68' << '\x69' << '\x6a' << '\x6b' << '\x6c' << '\x6d' << '\x6e' << '\x6f' << '\x70' << '\x71' << '\x72' << '\x73' << '\x74' << '\x75' << '\x76' << '\x77' << '\x78' << '\x79' << '\x7a' )
#define IdentifierSymbols (Set<char, 0, 255> () << '\x30' << '\x31' << '\x32' << '\x33' << '\x34' << '\x35' << '\x36' << '\x37' << '\x38' << '\x39' << '\x41' << '\x42' << '\x43' << '\x44' << '\x45' << '\x46' << '\x47' << '\x48' << '\x49' << '\x4a' << '\x4b' << '\x4c' << '\x4d' << '\x4e' << '\x4f' << '\x50' << '\x51' << '\x52' << '\x53' << '\x54' << '\x55' << '\x56' << '\x57' << '\x58' << '\x59' << '\x5a' << '\x5f' << '\x61' << '\x62' << '\x63' << '\x64' << '\x65' << '\x66' << '\x67' << '\x68' << '\x69' << '\x6a' << '\x6b' << '\x6c' << '\x6d' << '\x6e' << '\x6f' << '\x70' << '\x71' << '\x72' << '\x73' << '\x74' << '\x75' << '\x76' << '\x77' << '\x78' << '\x79' << '\x7a' )
#define HexadecimalSymbols (Set<char, 0, 255> () << '\x30' << '\x31' << '\x32' << '\x33' << '\x34' << '\x35' << '\x36' << '\x37' << '\x38' << '\x39' << '\x41' << '\x42' << '\x43' << '\x44' << '\x45' << '\x46' << '\x61' << '\x62' << '\x63' << '\x64' << '\x65' << '\x66' )
static const Shortint DPA_RenderDisabledAsGrayed = 0x1;
static const Shortint DPA_RendersSingleItem = 0x2;
static const Shortint DPA_ConsumerDisplaysList = 0x3;
static const Word CM_JVBASE = 0xb050;
static const Word CM_SPEEDBARCHANGED = 0xb050;
static const Word CM_JVBUTTONPRESSED = 0xb051;
static const Word CM_FORCESIZE = 0xb055;
static const Shortint SBR_CHANGED = 0x0;
static const Shortint SBR_DESTROYED = 0x1;
static const Shortint SBR_BTNSELECT = 0x2;
static const Shortint SBR_BTNSIZECHANGED = 0x3;
static const int PaletteMask = 0x2000000;
static const unsigned DEFAULT_SYSCOLOR_MASK = 0xff000000;
static const int sLineBreakLen = 2;
#define CrLf "\r\n"
static const char Cr = '\xd';
static const char Lf = '\xa';
static const char Backspace = '\x8';
static const char Tab = '\x9';
static const char Esc = '\x1b';
static const char Del = '\x7f';
static const char CtrlC = '\x3';
static const char CtrlH = '\x8';
static const char CtrlI = '\x9';
static const char CtrlJ = '\xa';
static const char CtrlM = '\xd';
static const char CtrlV = '\x16';
static const char CtrlX = '\x18';
static const char RegPathDelim = '\x5c';
static const char PathDelim = '\x5c';
static const char DriveDelim = '\x3a';
static const char PathSep = '\x3b';
#define AllFilePattern "*.*"
extern PACKAGE Sysutils::TSysCharSet Separators;
#define DigitChars (Set<char, 0, 255> () << '\x30' << '\x31' << '\x32' << '\x33' << '\x34' << '\x35' << '\x36' << '\x37' << '\x38' << '\x39' )
extern PACKAGE Controls::TCursor crJVCLFirst;
extern PACKAGE Controls::TCursor crMultiDragLink;
extern PACKAGE Controls::TCursor crDragAlt;
extern PACKAGE Controls::TCursor crMultiDragAlt;
extern PACKAGE Controls::TCursor crMultiDragLinkAlt;
extern PACKAGE Controls::TCursor crHand;
extern PACKAGE Controls::TCursor crDragHand;
extern PACKAGE Controls::TCursor crJVCLLast;
static const int ROP_DSPDxax = 0xe20746;
#define FOURCC_ACON "ACON"
#define FOURCC_IART "IART"
#define FOURCC_INAM "INAM"
#define FOURCC_INFO "INFO"
#define FOURCC_LIST "LIST"
#define FOURCC_RIFF "RIFF"
#define FOURCC_anih "anih"
#define FOURCC_fram "fram"
#define FOURCC_icon "icon"
#define FOURCC_rate "rate"
#define FOURCC_seq "seq "
static const Shortint AF_ICON = 0x1;
static const Shortint AF_SEQUENCE = 0x2;
#define KeyboardShiftStates (Set<Classes__1, Classes::ssShift, Classes::ssDouble> () << Classes::ssShift << Classes::ssAlt << Classes::ssCtrl )
#define MouseShiftStates (Set<Classes__1, Classes::ssShift, Classes::ssDouble> () << Classes::ssLeft << Classes::ssRight << Classes::ssMiddle << Classes::ssDouble )

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

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

⌨️ 快捷键说明

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