📄 eschertypes2.pas
字号:
unit EscherTypes2;
{
********************************************************************************
******* XLSReadWriteII V2.00 *******
******* *******
******* Copyright(C) 1999,2004 Lars Arvidsson, Axolot Data *******
******* *******
******* email: components@axolot.com *******
******* URL: http://www.axolot.com *******
********************************************************************************
** Users of the XLSReadWriteII component must accept the following **
** disclaimer of warranty: **
** **
** XLSReadWriteII is supplied as is. The author disclaims all warranties, **
** expressedor implied, including, without limitation, the warranties of **
** merchantability and of fitness for any purpose. The author assumes no **
** liability for damages, direct or consequential, which may result from the **
** use of XLSReadWriteII. **
********************************************************************************
}
{$B-}
interface
{$ifdef ver130}
uses Windows;
{$else}
uses Types;
{$endif}
const MSO_ALIGNRULE = $F013;
const MSO_ANCHOR = $F00E;
const MSO_ARCRULE = $F014;
const MSO_BLIPEND = $F117;
const MSO_BLIPSTART = $F018;
const MSO_BSE = $F007;
const MSO_BSTORECONTAINER = $F001;
const MSO_CALLOUTRULE = $F017;
const MSO_CHILDANCHOR = $F00F;
const MSO_CLIENTANCHOR = $F010;
const MSO_CLIENTDATA = $F011;
const MSO_CLIENTRULE = $F015;
const MSO_CLIENTTEXTBOX = $F00D;
const MSO_CLSID = $F016;
const MSO_COLORSCHEME = $F120;
const MSO_COLORMRU = $F11A;
const MSO_CONNECTORRULE = $F012;
const MSO_DELETEDPSPL = $F11D;
const MSO_DG = $F008;
const MSO_DGCONTAINER = $F002;
const MSO_DGG = $F006;
const MSO_DGGCONTAINER = $F000;
const MSO_OLEOBJECT = $F11F;
const MSO_OPT = $F00B;
const MSO_REGROUPITEMS = $F118;
const MSO_SELECTION = $F119;
const MSO_SOLVERCONTAINER = $F005;
const MSO_SP = $F00A;
const MSO_SPCONTAINER = $F004;
const MSO_SPGR = $F009;
const MSO_SPGRCONTAINER = $F003;
const MSO_SPLITMENUCOLORS = $F11E;
const MSO_TEXTBOX = $F00C;
const BLIP_DIB = $07A8;
const BLIP_JPEG = $046A;
const BLIP_PNG = $06E0;
const BLIP_EMF = $0216;
const BLIP_WMF = $03D4;
const BLIP_PICT = $0542;
const msosptMin = 0;
const msosptNotPrimitive = msosptMin;
const msosptRectangle = 1;
const msosptRoundRectangle = 2;
const msosptEllipse = 3;
const msosptDiamond = 4;
const msosptIsocelesTriangle = 5;
const msosptRightTriangle = 6;
const msosptParallelogram = 7;
const msosptTrapezoid = 8;
const msosptHexagon = 9;
const msosptOctagon = 10;
const msosptPlus = 11;
const msosptStar = 12;
const msosptArrow = 13;
const msosptThickArrow = 14;
const msosptHomePlate = 15;
const msosptCube = 16;
const msosptBalloon = 17;
const msosptSeal = 18;
const msosptArc = 19;
const msosptLine = 20;
const msosptPlaque = 21;
const msosptCan = 22;
const msosptDonut = 23;
const msosptTextSimple = 24;
const msosptTextOctagon = 25;
const msosptTextHexagon = 26;
const msosptTextCurve = 27;
const msosptTextWave = 28;
const msosptTextRing = 29;
const msosptTextOnCurve = 30;
const msosptTextOnRing = 31;
const msosptStraightConnector1 = 32;
const msosptBentConnector2 = 33;
const msosptBentConnector3 = 34;
const msosptBentConnector4 = 35;
const msosptBentConnector5 = 36;
const msosptCurvedConnector2 = 37;
const msosptCurvedConnector3 = 38;
const msosptCurvedConnector4 = 39;
const msosptCurvedConnector5 = 40;
const msosptCallout1 = 41;
const msosptCallout2 = 42;
const msosptCallout3 = 43;
const msosptAccentCallout1 = 44;
const msosptAccentCallout2 = 45;
const msosptAccentCallout3 = 46;
const msosptBorderCallout1 = 47;
const msosptBorderCallout2 = 48;
const msosptBorderCallout3 = 49;
const msosptAccentBorderCallout1 = 50;
const msosptAccentBorderCallout2 = 51;
const msosptAccentBorderCallout3 = 52;
const msosptRibbon = 53;
const msosptRibbon2 = 54;
const msosptChevron = 55;
const msosptPentagon = 56;
const msosptNoSmoking = 57;
const msosptSeal8 = 58;
const msosptSeal16 = 59;
const msosptSeal32 = 60;
const msosptWedgeRectCallout = 61;
const msosptWedgeRRectCallout = 62;
const msosptWedgeEllipseCallout = 63;
const msosptWave = 64;
const msosptFoldedCorner = 65;
const msosptLeftArrow = 66;
const msosptDownArrow = 67;
const msosptUpArrow = 68;
const msosptLeftRightArrow = 69;
const msosptUpDownArrow = 70;
const msosptIrregularSeal1 = 71;
const msosptIrregularSeal2 = 72;
const msosptLightningBolt = 73;
const msosptHeart = 74;
const msosptPictureFrame = 75;
const msosptQuadArrow = 76;
const msosptLeftArrowCallout = 77;
const msosptRightArrowCallout = 78;
const msosptUpArrowCallout = 79;
const msosptDownArrowCallout = 80;
const msosptLeftRightArrowCallout = 81;
const msosptUpDownArrowCallout = 82;
const msosptQuadArrowCallout = 83;
const msosptBevel = 84;
const msosptLeftBracket = 85;
const msosptRightBracket = 86;
const msosptLeftBrace = 87;
const msosptRightBrace = 88;
const msosptLeftUpArrow = 89;
const msosptBentUpArrow = 90;
const msosptBentArrow = 91;
const msosptSeal24 = 92;
const msosptStripedRightArrow = 93;
const msosptNotchedRightArrow = 94;
const msosptBlockArc = 95;
const msosptSmileyFace = 96;
const msosptVerticalScroll = 97;
const msosptHorizontalScroll = 98;
const msosptCircularArrow = 99;
const msosptNotchedCircularArrow = 100;
const msosptUturnArrow = 101;
const msosptCurvedRightArrow = 102;
const msosptCurvedLeftArrow = 103;
const msosptCurvedUpArrow = 104;
const msosptCurvedDownArrow = 105;
const msosptCloudCallout = 106;
const msosptEllipseRibbon = 107;
const msosptEllipseRibbon2 = 108;
const msosptFlowChartProcess = 109;
const msosptFlowChartDecision = 110;
const msosptFlowChartInputOutput = 111;
const msosptFlowChartPredefinedProcess= 112;
const msosptFlowChartInternalStorage = 113;
const msosptFlowChartDocument = 114;
const msosptFlowChartMultidocument = 115;
const msosptFlowChartTerminator = 116;
const msosptFlowChartPreparation = 117;
const msosptFlowChartManualInput = 118;
const msosptFlowChartManualOperation = 119;
const msosptFlowChartConnector = 120;
const msosptFlowChartPunchedCard = 121;
const msosptFlowChartPunchedTape = 122;
const msosptFlowChartSummingJunction = 123;
const msosptFlowChartOr = 124;
const msosptFlowChartCollate = 125;
const msosptFlowChartSort = 126;
const msosptFlowChartExtract = 127;
const msosptFlowChartMerge = 128;
const msosptFlowChartOfflineStorage = 129;
const msosptFlowChartOnlineStorage = 130;
const msosptFlowChartMagneticTape = 131;
const msosptFlowChartMagneticDisk = 132;
const msosptFlowChartMagneticDrum = 133;
const msosptFlowChartDisplay = 134;
const msosptFlowChartDelay = 135;
const msosptTextPlainText = 136;
const msosptTextStop = 137;
const msosptTextTriangle = 138;
const msosptTextTriangleInverted = 139;
const msosptTextChevron = 140;
const msosptTextChevronInverted = 141;
const msosptTextRingInside = 142;
const msosptTextRingOutside = 143;
const msosptTextArchUpCurve = 144;
const msosptTextArchDownCurve = 145;
const msosptTextCircleCurve = 146;
const msosptTextButtonCurve = 147;
const msosptTextArchUpPour = 148;
const msosptTextArchDownPour = 149;
const msosptTextCirclePour = 150;
const msosptTextButtonPour = 151;
const msosptTextCurveUp = 152;
const msosptTextCurveDown = 153;
const msosptTextCascadeUp = 154;
const msosptTextCascadeDown = 155;
const msosptTextWave1 = 156;
const msosptTextWave2 = 157;
const msosptTextWave3 = 158;
const msosptTextWave4 = 159;
const msosptTextInflate = 160;
const msosptTextDeflate = 161;
const msosptTextInflateBottom = 162;
const msosptTextDeflateBottom = 163;
const msosptTextInflateTop = 164;
const msosptTextDeflateTop = 165;
const msosptTextDeflateInflate = 166;
const msosptTextDeflateInflateDeflate= 167;
const msosptTextFadeRight = 168;
const msosptTextFadeLeft = 169;
const msosptTextFadeUp = 170;
const msosptTextFadeDown = 171;
const msosptTextSlantUp = 172;
const msosptTextSlantDown = 173;
const msosptTextCanUp = 174;
const msosptTextCanDown = 175;
const msosptFlowChartAlternateProcess= 176;
const msosptFlowChartOffpageConnector= 177;
const msosptCallout90 = 178;
const msosptAccentCallout90 = 179;
const msosptBorderCallout90 = 180;
const msosptAccentBorderCallout90 = 181;
const msosptLeftRightUpArrow = 182;
const msosptSun = 183;
const msosptMoon = 184;
const msosptBracketPair = 185;
const msosptBracePair = 186;
const msosptSeal4 = 187;
const msosptDoubleWave = 188;
const msosptActionButtonBlank = 189;
const msosptActionButtonHome = 190;
const msosptActionButtonHelp = 191;
const msosptActionButtonInformation = 192;
const msosptActionButtonForwardNext = 193;
const msosptActionButtonBackPrevious = 194;
const msosptActionButtonEnd = 195;
const msosptActionButtonBeginning = 196;
const msosptActionButtonReturn = 197;
const msosptActionButtonDocument = 198;
const msosptActionButtonSound = 199;
const msosptActionButtonMovie = 200;
const msosptHostControl = 201;
const msosptTextBox = 202;
const SpOptGroup = $00000001;
const SpOptChild = $00000002;
const SpOptPatriarch = $00000004;
const SpOptDeleted = $00000008;
const SpOptOleShape = $00000010;
const SpOptHaveMaster = $00000020;
const SpOptFlipH = $00000040;
const SpOptFlipV = $00000080;
const SpOptConnector = $00000100;
const SpOptHaveAnchor = $00000200;
const SpOptBackground = $00000400;
const SpOptHaveSpt = $00000800;
const msooptRotation = 4;
const msooptFLockRotation = 119;
const msooptFLockAspectRatio = 120;
const msooptFLockPosition = 121;
const msooptFLockAgainstSelect = 122;
const msooptFLockCropping = 123;
const msooptLockVertices = 124;
const msooptFLockText = 125;
const msooptFLockAdjustHandles = 126;
const msooptFLockAgainstGrouping = 127;
const msooptLTxid = 128;
const msooptXTextLeft = 129;
const msooptDyTextTop = 130;
const msooptDxTextRight = 131;
const msooptDyTextBottom = 132;
const msooptWrapText = 133;
const msooptScaleText = 134;
const msooptAnchorText = 135;
const msooptXflTextFlow = 136;
const msooptCdirFont = 137;
const msooptHspNext = 138;
const msooptTxdir = 139;
const msooptFSelectText = 187;
const msooptFAutoTextMargin = 188;
const msooptFRotateText = 189;
const msooptFFitShapeToText = 190;
const msooptFFitTextToShape = 191;
const msooptGtextUNICODE = 192;
const msooptTextRTF = 193;
const msooptGtextAlign = 194;
const msooptTextSize = 195;
const msooptGtextSpacing = 196;
const msooptGtextFont = 197;
const msooptGtextFReverseRows = 240;
const msooptFGtext = 241;
const msooptGtextFVertical = 242;
const msooptGtextFKern = 243;
const msooptGtextFTight = 244;
const msooptGtextFStretch = 245;
const msooptGtextFShrinkFit = 246;
const msooptGtextFBestFit = 247;
const msooptGtextFNormalize = 248;
const msooptGtextFDxMeasure = 249;
const msooptGtextFBold = 250;
const msooptGtextFItalic = 251;
const msooptGtextFUnderline = 252;
const msooptGtextFShadow = 253;
const msooptGtextFSmallcaps = 254;
const msooptGtextFStrikethrough = 255;
const msooptCropFromTop = 256;
const msooptRopFromBottom = 257;
const msooptRopFromLeft = 258;
const msooptCropFromRight = 259;
const msooptPib = 260;
const msooptPibName = 261;
const msooptPibFlags = 262;
const msooptPictureTransparent = 263;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -