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

📄 rztmschema.hpp

📁 长4大使馆个头儿长4大使馆个头儿长4大使馆个头儿长4大使馆个头儿
💻 HPP
📖 第 1 页 / 共 3 页
字号:
// Borland C++ Builder
// Copyright (c) 1995, 2002 by Borland Software Corporation
// All rights reserved

// (DO NOT EDIT: machine generated header) 'RzTmSchema.pas' rev: 6.00

#ifndef RzTmSchemaHPP
#define RzTmSchemaHPP

#pragma delphiheader begin
#pragma option push -w-
#pragma option push -Vx
#include <SysInit.hpp>	// Pascal unit
#include <System.hpp>	// Pascal unit

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



namespace Rztmschema
{
//-- type declarations -------------------------------------------------------
typedef unsigned BGTYPE;

typedef unsigned IMAGELAYOUT;

typedef unsigned BORDERTYPE;

typedef unsigned FILLTYPE;

typedef unsigned SIZINGTYPE;

typedef unsigned HALIGN;

typedef unsigned CONTENTALIGNMENT;

typedef unsigned VALIGN;

typedef unsigned OFFSETTYPE;

typedef unsigned ICONEFFECT;

typedef unsigned TEXTSHADOWTYPE;

typedef unsigned GLYPHTYPE;

typedef unsigned IMAGESELECTTYPE;

typedef unsigned TRUESIZESCALINGTYPE;

typedef unsigned GLYPHFONTSIZINGTYPE;

typedef unsigned WINDOWPARTS;

typedef unsigned FRAMESTATES;

typedef unsigned CAPTIONSTATES;

typedef unsigned MAXCAPTIONSTATES;

typedef unsigned MINCAPTIONSTATES;

typedef unsigned HORZSCROLLSTATES;

typedef unsigned HORZTHUMBSTATES;

typedef unsigned VERTSCROLLSTATES;

typedef unsigned VERTTHUMBSTATES;

typedef unsigned SYSBUTTONSTATES;

typedef unsigned MINBUTTONSTATES;

typedef unsigned MAXBUTTONSTATES;

typedef unsigned RESTOREBUTTONSTATES;

typedef unsigned HELPBUTTONSTATES;

typedef unsigned CLOSEBUTTONSTATES;

typedef unsigned BUTTONPARTS;

typedef unsigned PUSHBUTTONSTATES;

typedef unsigned RADIOBUTTONSTATES;

typedef unsigned CHECKBOXSTATES;

typedef unsigned GROUPBOXSTATES;

typedef unsigned REBARPARTS;

typedef unsigned CHEVRONSTATES;

typedef unsigned TOOLBARPARTS;

typedef unsigned TOOLBARSTATES;

typedef unsigned STATUSPARTS;

typedef unsigned MENUPARTS;

typedef unsigned MENUSTATES;

typedef unsigned LISTVIEWPARTS;

typedef unsigned LISTITEMSTATES;

typedef unsigned HEADERPARTS;

typedef unsigned HEADERITEMSTATES;

typedef unsigned HEADERITEMLEFTSTATES;

typedef unsigned HEADERITEMRIGHTSTATES;

typedef unsigned HEADERSORTARROWSTATES;

typedef unsigned PROGRESSPARTS;

typedef unsigned TABPARTS;

typedef unsigned TABITEMSTATES;

typedef unsigned TABITEMLEFTEDGESTATES;

typedef unsigned TABITEMRIGHTEDGESTATES;

typedef unsigned TABITEMBOTHEDGESSTATES;

typedef unsigned TOPTABITEMSTATES;

typedef unsigned TOPTABITEMLEFTEDGESTATES;

typedef unsigned TOPTABITEMRIGHTEDGESTATES;

typedef unsigned TOPTABITEMBOTHEDGESSTATES;

typedef unsigned TRACKBARPARTS;

typedef unsigned TRACKBARSTATES;

typedef unsigned TRACKSTATES;

typedef unsigned TRACKVERTSTATES;

typedef unsigned THUMBSTATES;

typedef unsigned THUMBBOTTOMSTATES;

typedef unsigned THUMBTOPSTATES;

typedef unsigned THUMBVERTSTATES;

typedef unsigned THUMBLEFTSTATES;

typedef unsigned THUMBRIGHTSTATES;

typedef unsigned TICSSTATES;

typedef unsigned TICSVERTSTATES;

typedef unsigned TOOLTIPPARTS;

typedef unsigned CLOSESTATES;

typedef unsigned STANDARDSTATES;

typedef unsigned BALLOONSTATES;

typedef unsigned TREEVIEWPARTS;

typedef unsigned TREEITEMSTATES;

typedef unsigned GLYPHSTATES;

typedef unsigned SPINPARTS;

typedef unsigned UPSTATES;

typedef unsigned DOWNSTATES;

typedef unsigned UPHORZSTATES;

typedef unsigned DOWNHORZSTATES;

typedef unsigned PAGEPARTS;

typedef unsigned SCROLLBARPARTS;

typedef unsigned ARROWBTNSTATES;

typedef unsigned SCROLLBARSTATES;

typedef unsigned SIZEBOXSTATES;

typedef unsigned EDITPARTS;

typedef unsigned EDITTEXTSTATES;

typedef unsigned COMBOBOXPARTS;

typedef unsigned COMBOBOXSTATES;

typedef unsigned CLOCKPARTS;

typedef unsigned CLOCKSTATES;

typedef unsigned TRAYNOTIFYPARTS;

typedef unsigned TASKBARPARTS;

typedef unsigned TASKBANDPARTS;

typedef unsigned STARTPANELPARTS;

typedef unsigned MOREPROGRAMSARROWSTATES;

typedef unsigned LOGOFFBUTTONSSTATES;

typedef unsigned EXPLORERBARPARTS;

typedef unsigned HEADERCLOSESTATES;

typedef unsigned HEADERPINSTATES;

typedef unsigned IEBARMENUSTATES;

typedef unsigned NORMALGROUPCOLLAPSESTATES;

typedef unsigned NORMALGROUPEXPANDSTATES;

typedef unsigned SPECIALGROUPCOLLAPSESTATES;

typedef unsigned SPECIALGROUPEXPANDSTATES;

typedef unsigned MENUBANDPARTS;

typedef unsigned MENUBANDSTATES;

//-- var, const, procedure ---------------------------------------------------
static const Shortint BT_IMAGEFILE = 0x0;
static const Shortint BT_BORDERFILL = 0x1;
static const Shortint BT_NONE = 0x2;
static const Shortint IL_VERTICAL = 0x0;
static const Shortint IL_HORIZONTAL = 0x1;
static const Shortint BT_RECT = 0x0;
static const Shortint BT_ROUNDRECT = 0x1;
static const Shortint BT_ELLIPSE = 0x2;
static const Shortint FT_SOLID = 0x0;
static const Shortint FT_VERTGRADIENT = 0x1;
static const Shortint FT_HORZGRADIENT = 0x2;
static const Shortint FT_RADIALGRADIENT = 0x3;
static const Shortint FT_TILEIMAGE = 0x4;
static const Shortint ST_TRUESIZE = 0x0;
static const Shortint ST_STRETCH = 0x1;
static const Shortint ST_TILE = 0x2;
static const Shortint HA_LEFT = 0x0;
static const Shortint HA_CENTER = 0x1;
static const Shortint HA_RIGHT = 0x2;
static const Shortint CA_LEFT = 0x0;
static const Shortint CA_CENTER = 0x1;
static const Shortint CA_RIGHT = 0x2;
static const Shortint VA_TOP = 0x0;
static const Shortint VA_CENTER = 0x1;
static const Shortint VA_BOTTOM = 0x2;
static const Shortint OT_TOPLEFT = 0x0;
static const Shortint OT_TOPRIGHT = 0x1;
static const Shortint OT_TOPMIDDLE = 0x2;
static const Shortint OT_BOTTOMLEFT = 0x3;
static const Shortint OT_BOTTOMRIGHT = 0x4;
static const Shortint OT_BOTTOMMIDDLE = 0x5;
static const Shortint OT_MIDDLELEFT = 0x6;
static const Shortint OT_MIDDLERIGHT = 0x7;
static const Shortint OT_LEFTOFCAPTION = 0x8;
static const Shortint OT_RIGHTOFCAPTION = 0x9;
static const Shortint OT_LEFTOFLASTBUTTON = 0xa;
static const Shortint OT_RIGHTOFLASTBUTTON = 0xb;
static const Shortint OT_ABOVELASTBUTTON = 0xc;
static const Shortint OT_BELOWLASTBUTTON = 0xd;
static const Shortint ICE_NONE = 0x0;
static const Shortint ICE_GLOW = 0x1;
static const Shortint ICE_SHADOW = 0x2;
static const Shortint ICE_PULSE = 0x3;
static const Shortint ICE_ALPHA = 0x4;
static const Shortint TST_NONE = 0x0;
static const Shortint TST_SINGLE = 0x1;
static const Shortint TST_CONTINUOUS = 0x2;
static const Shortint GT_NONE = 0x0;
static const Shortint GT_IMAGEGLYPH = 0x1;
static const Shortint GT_FONTGLYPH = 0x2;
static const Shortint IST_NONE = 0x0;
static const Shortint IST_SIZE = 0x1;
static const Shortint IST_DPI = 0x2;
static const Shortint TSST_NONE = 0x0;
static const Shortint TSST_SIZE = 0x1;
static const Shortint TSST_DPI = 0x2;
static const Shortint GFST_NONE = 0x0;
static const Shortint GFST_SIZE = 0x1;
static const Shortint GFST_DPI = 0x2;
static const Byte TMT_STRING = 0xc9;
static const Byte TMT_INT = 0xca;
static const Byte TMT_BOOL = 0xcb;
static const Byte TMT_COLOR = 0xcc;
static const Byte TMT_MARGINS = 0xcd;
static const Byte TMT_FILENAME = 0xce;
static const Byte TMT_SIZE = 0xcf;
static const Byte TMT_POSITION = 0xd0;
static const Byte TMT_RECT = 0xd1;
static const Byte TMT_FONT = 0xd2;
static const Byte TMT_INTLIST = 0xd3;
static const Word TMT_COLORSCHEMES = 0x191;
static const Word TMT_SIZES = 0x192;
static const Word TMT_CHARSET = 0x193;
static const Word TMT_DISPLAYNAME = 0x259;
static const Word TMT_TOOLTIP = 0x25a;
static const Word TMT_COMPANY = 0x25b;
static const Word TMT_AUTHOR = 0x25c;
static const Word TMT_COPYRIGHT = 0x25d;
static const Word TMT_URL = 0x25e;
static const Word TMT_VERSION = 0x25f;
static const Word TMT_DESCRIPTION = 0x260;
static const Word TMT_CAPTIONFONT = 0x321;
static const Word TMT_SMALLCAPTIONFONT = 0x322;
static const Word TMT_MENUFONT = 0x323;
static const Word TMT_STATUSFONT = 0x324;
static const Word TMT_MSGBOXFONT = 0x325;
static const Word TMT_ICONTITLEFONT = 0x326;
static const Word TMT_FLATMENUS = 0x3e9;
static const Word TMT_SIZINGBORDERWIDTH = 0x4b1;
static const Word TMT_SCROLLBARWIDTH = 0x4b2;
static const Word TMT_SCROLLBARHEIGHT = 0x4b3;
static const Word TMT_CAPTIONBARWIDTH = 0x4b4;
static const Word TMT_CAPTIONBARHEIGHT = 0x4b5;
static const Word TMT_SMCAPTIONBARWIDTH = 0x4b6;
static const Word TMT_SMCAPTIONBARHEIGHT = 0x4b7;
static const Word TMT_MENUBARWIDTH = 0x4b8;
static const Word TMT_MENUBARHEIGHT = 0x4b9;
static const Word TMT_MINCOLORDEPTH = 0x515;
static const Word TMT_CSSNAME = 0x579;
static const Word TMT_XMLNAME = 0x57a;
static const Word TMT_SCROLLBAR = 0x641;
static const Word TMT_BACKGROUND = 0x642;
static const Word TMT_ACTIVECAPTION = 0x643;
static const Word TMT_INACTIVECAPTION = 0x644;
static const Word TMT_MENU = 0x645;
static const Word TMT_WINDOW = 0x646;
static const Word TMT_WINDOWFRAME = 0x647;
static const Word TMT_MENUTEXT = 0x648;

⌨️ 快捷键说明

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