home *** CD-ROM | disk | FTP | other *** search
/ QuickTime 2.0 Developer Kit / QuickTime 2.0 Developer Kit.iso / mac / MAC / Programming Stuff / Interfaces / PInterfaces / AERegistry.p < prev    next >
Encoding:
Text File  |  1994-11-11  |  21.7 KB  |  549 lines  |  [TEXT/MPS ]

  1. {
  2.      File:        AERegistry.p
  3.  
  4.      Copyright:    © 1984-1994 by Apple Computer, Inc.
  5.                  All rights reserved.
  6.  
  7.      Version:    Universal Interfaces 2.0a3  ETO #16, MPW prerelease.  Friday, November 11, 1994. 
  8.  
  9.      Bugs?:        If you find a problem with this file, send the file and version
  10.                  information (from above) and the problem description to:
  11.  
  12.                      Internet:    apple.bugs@applelink.apple.com
  13.                      AppleLink:    APPLE.BUGS
  14.  
  15. }
  16.  
  17. {$IFC UNDEFINED UsingIncludes}
  18. {$SETC UsingIncludes := 0}
  19. {$ENDC}
  20.  
  21. {$IFC NOT UsingIncludes}
  22.  UNIT AERegistry;
  23.  INTERFACE
  24. {$ENDC}
  25.  
  26. {$IFC UNDEFINED __AEREGISTRY__}
  27. {$SETC __AEREGISTRY__ := 1}
  28.  
  29. {$I+}
  30. {$SETC AERegistryIncludes := UsingIncludes}
  31. {$SETC UsingIncludes := 1}
  32.  
  33.  
  34. {$IFC UNDEFINED __TYPES__}
  35. {$I Types.p}
  36. {$ENDC}
  37. {    ConditionalMacros.p                                            }
  38.  
  39. {$IFC UNDEFINED __ERRORS__}
  40. {$I Errors.p}
  41. {$ENDC}
  42.  
  43. {$IFC UNDEFINED __APPLEEVENTS__}
  44. {$I AppleEvents.p}
  45. {$ENDC}
  46. {    Memory.p                                                    }
  47. {        MixedMode.p                                                }
  48. {    OSUtils.p                                                    }
  49. {    Events.p                                                    }
  50. {        Quickdraw.p                                                }
  51. {            QuickdrawText.p                                        }
  52. {    EPPC.p                                                        }
  53. {        PPCToolbox.p                                            }
  54. {            AppleTalk.p                                            }
  55. {        Processes.p                                                }
  56. {            Files.p                                                }
  57. {    Notification.p                                                }
  58.  
  59. {$PUSH}
  60. {$ALIGN MAC68K}
  61. {$LibExport+}
  62.  
  63. CONST
  64.     cAEList                        = 'list';                        {  0x6c697374  }
  65.     cApplication                = 'capp';                        {  0x63617070  }
  66.     cArc                        = 'carc';                        {  0x63617263  }
  67.     cBoolean                    = 'bool';                        {  0x626f6f6c  }
  68.     cCell                        = 'ccel';                        {  0x6363656c  }
  69.     cChar                        = 'cha ';                        {  0x63686120  }
  70.     cColorTable                    = 'clrt';                        {  0x636c7274  }
  71.     cColumn                        = 'ccol';                        {  0x63636f6c  }
  72.     cDocument                    = 'docu';                        {  0x646f6375  }
  73.     cDrawingArea                = 'cdrw';                        {  0x63647277  }
  74.     cEnumeration                = 'enum';                        {  0x656e756d  }
  75.     cFile                        = 'file';                        {  0x66696c65  }
  76.     cFixed                        = 'fixd';                        {  0x66697864  }
  77.     cFixedPoint                    = 'fpnt';                        {  0x66706e74  }
  78.     cFixedRectangle                = 'frct';                        {  0x66726374  }
  79.     cGraphicLine                = 'glin';                        {  0x676c696e  }
  80.     cGraphicObject                = 'cgob';                        {  0x63676f62  }
  81.     cGraphicShape                = 'cgsh';                        {  0x63677368  }
  82.     cGraphicText                = 'cgtx';                        {  0x63677478  }
  83.     cGroupedGraphic                = 'cpic';
  84.  
  85.     cInsertionLoc                = 'insl';                        {  0x696e736c  }
  86.     cInsertionPoint                = 'cins';                        {  0x63696e73  }
  87.     cIntlText                    = 'itxt';                        {  0x69747874  }
  88.     cIntlWritingCode            = 'intl';                        {  0x696e746c  }
  89.     cItem                        = 'citm';                        {  0x6369746d  }
  90.     cLine                        = 'clin';                        {  0x636c696e  }
  91.     cLongDateTime                = 'ldt ';                        {  0x6c647420  }
  92.     cLongFixed                    = 'lfxd';                        {  0x6c667864  }
  93.     cLongFixedPoint                = 'lfpt';                        {  0x6c667074  }
  94.     cLongFixedRectangle            = 'lfrc';                        {  0x6c667263  }
  95.     cLongInteger                = 'long';                        {  0x6c6f6e67  }
  96.     cLongPoint                    = 'lpnt';                        {  0x6c706e74  }
  97.     cLongRectangle                = 'lrct';                        {  0x6c726374  }
  98.     cMachineLoc                    = 'mLoc';                        {  0x6d4c6f63  }
  99.     cMenu                        = 'cmnu';                        {  0x636d6e75  }
  100.     cMenuItem                    = 'cmen';                        {  0x636d656e  }
  101.     cObject                        = 'cobj';                        {  0x636f626a  }
  102.     cObjectSpecifier            = 'obj ';                        {  0x6f626a20  }
  103.     cOpenableObject                = 'coob';                        {  0x636f6f62  }
  104.     cOval                        = 'covl';
  105.  
  106.     cParagraph                    = 'cpar';                        {  0x63706172  }
  107.     cPICT                        = 'PICT';                        {  0x50494354  }
  108.     cPixel                        = 'cpxl';                        {  0x6370786c  }
  109.     cPixelMap                    = 'cpix';                        {  0x63706978  }
  110.     cPolygon                    = 'cpgn';                        {  0x6370676e  }
  111.     cProperty                    = 'prop';                        {  0x70726f70  }
  112.     cQDPoint                    = 'QDpt';                        {  0x51447074  }
  113.     cQDRectangle                = 'qdrt';                        {  0x71647274  }
  114.     cRectangle                    = 'crec';                        {  0x63726563  }
  115.     cRGBColor                    = 'cRGB';                        {  0x63524742  }
  116.     cRotation                    = 'trot';                        {  0x74726f74  }
  117.     cRoundedRectangle            = 'crrc';                        {  0x63727263  }
  118.     cRow                        = 'crow';                        {  0x63726f77  }
  119.     cSelection                    = 'csel';                        {  0x6373656c  }
  120.     cShortInteger                = 'shor';                        {  0x73686f72  }
  121.     cTable                        = 'ctbl';                        {  0x6374626c  }
  122.     cText                        = 'ctxt';                        {  0x63747874  }
  123.     cTextFlow                    = 'cflo';                        {  0x63666c6f  }
  124.     cTextStyles                    = 'tsty';                        {  0x74737479  }
  125.     cType                        = 'type';
  126.  
  127.     cVersion                    = 'vers';                        {  0x76657273  }
  128.     cWindow                        = 'cwin';                        {  0x6377696e  }
  129.     cWord                        = 'cwor';                        {  0x63776f72  }
  130.     enumArrows                    = 'arro';                        {  0x6172726f  }
  131.     enumJustification            = 'just';                        {  0x6a757374  }
  132.     enumKeyForm                    = 'kfrm';                        {  0x6b66726d  }
  133.     enumPosition                = 'posi';                        {  0x706f7369  }
  134.     enumProtection                = 'prtn';                        {  0x7072746e  }
  135.     enumQuality                    = 'qual';                        {  0x7175616c  }
  136.     enumSaveOptions                = 'savo';                        {  0x7361766f  }
  137.     enumStyle                    = 'styl';                        {  0x7374796c  }
  138.     enumTransferMode            = 'tran';                        {  0x7472616e  }
  139.     formUniqueID                = 'ID  ';                        {  0x49442020  }
  140.     kAEAbout                    = 'abou';                        {  0x61626f75  }
  141.     kAEAfter                    = 'afte';                        {  0x61667465  }
  142.     kAEAliasSelection            = 'sali';                        {  0x73616c69  }
  143.     kAEAllCaps                    = 'alcp';                        {  0x616c6370  }
  144.     kAEArrowAtEnd                = 'aren';                        {  0x6172656e  }
  145.     kAEArrowAtStart                = 'arst';                        {  0x61727374  }
  146.     kAEArrowBothEnds            = 'arbo';
  147.  
  148.     kAEAsk                        = 'ask ';                        {  0x61736b20  }
  149.     kAEBefore                    = 'befo';                        {  0x6265666f  }
  150.     kAEBeginning                = 'bgng';                        {  0x62676e67  }
  151.     kAEBeginsWith                = 'bgwt';                        {  0x62677774  }
  152.     kAEBeginTransaction            = 'begi';                        {  0x62656769  }
  153.     kAEBold                        = 'bold';                        {  0x626f6c64  }
  154.     kAECaseSensEquals            = 'cseq';                        {  0x63736571  }
  155.     kAECentered                    = 'cent';                        {  0x63656e74  }
  156.     kAEChangeView                = 'view';                        {  0x76696577  }
  157.     kAEClone                    = 'clon';                        {  0x636c6f6e  }
  158.     kAEClose                    = 'clos';                        {  0x636c6f73  }
  159.     kAECondensed                = 'cond';                        {  0x636f6e64  }
  160.     kAEContains                    = 'cont';                        {  0x636f6e74  }
  161.     kAECopy                        = 'copy';                        {  0x636f7079  }
  162.     kAECoreSuite                = 'core';                        {  0x636f7265  }
  163.     kAECountElements            = 'cnte';                        {  0x636e7465  }
  164.     kAECreateElement            = 'crel';                        {  0x6372656c  }
  165.     kAECreatePublisher            = 'cpub';                        {  0x63707562  }
  166.     kAECut                        = 'cut ';                        {  0x63757420  }
  167.     kAEDelete                    = 'delo';
  168.  
  169.     kAEDoObjectsExist            = 'doex';                        {  0x646f6578  }
  170.     kAEDoScript                    = 'dosc';                        {  0x646f7363  }
  171.     kAEDrag                        = 'drag';                        {  0x64726167  }
  172.     kAEDuplicateSelection        = 'sdup';                        {  0x73647570  }
  173.     kAEEditGraphic                = 'edit';                        {  0x65646974  }
  174.     kAEEmptyTrash                = 'empt';                        {  0x656d7074  }
  175.     kAEEnd                        = 'end ';                        {  0x656e6420  }
  176.     kAEEndsWith                    = 'ends';                        {  0x656e6473  }
  177.     kAEEndTransaction            = 'endt';                        {  0x656e6474  }
  178.     kAEEquals                    = '=   ';                        {  0x3d202020  }
  179.     kAEExpanded                    = 'pexp';                        {  0x70657870  }
  180.     kAEFast                        = 'fast';                        {  0x66617374  }
  181.     kAEFinderEvents                = 'FNDR';                        {  0x464e4452  }
  182.     kAEFormulaProtect            = 'fpro';                        {  0x6670726f  }
  183.     kAEFullyJustified            = 'full';                        {  0x66756c6c  }
  184.     kAEGetClassInfo                = 'qobj';                        {  0x716f626a  }
  185.     kAEGetData                    = 'getd';                        {  0x67657464  }
  186.     kAEGetDataSize                = 'dsiz';                        {  0x6473697a  }
  187.     kAEGetEventInfo                = 'gtei';                        {  0x67746569  }
  188.     kAEGetInfoSelection            = 'sinf';
  189.  
  190.     kAEGetPrivilegeSelection    = 'sprv';                        {  0x73707276  }
  191.     kAEGetSuiteInfo                = 'gtsi';                        {  0x67747369  }
  192.     kAEGreaterThan                = '>   ';                        {  0x3e202020  }
  193.     kAEGreaterThanEquals        = '>=  ';                        {  0x3e3d2020  }
  194.     kAEGrow                        = 'grow';                        {  0x67726f77  }
  195.     kAEHidden                    = 'hidn';                        {  0x6869646e  }
  196.     kAEHiQuality                = 'hiqu';                        {  0x68697175  }
  197.     kAEImageGraphic                = 'imgr';                        {  0x696d6772  }
  198.     kAEIsUniform                = 'isun';                        {  0x6973756e  }
  199.     kAEItalic                    = 'ital';                        {  0x6974616c  }
  200.     kAELeftJustified            = 'left';                        {  0x6c656674  }
  201.     kAELessThan                    = '<   ';                        {  0x3c202020  }
  202.     kAELessThanEquals            = '<=  ';                        {  0x3c3d2020  }
  203.     kAELowercase                = 'lowc';                        {  0x6c6f7763  }
  204.     kAEMakeObjectsVisible        = 'mvis';                        {  0x6d766973  }
  205.     kAEMiscStandards            = 'misc';                        {  0x6d697363  }
  206.     kAEModifiable                = 'modf';                        {  0x6d6f6466  }
  207.     kAEMove                        = 'move';                        {  0x6d6f7665  }
  208.     kAENo                        = 'no  ';                        {  0x6e6f2020  }
  209.     kAENoArrow                    = 'arno';
  210.  
  211.     kAENonmodifiable            = 'nmod';                        {  0x6e6d6f64  }
  212.     kAEOpen                        = 'odoc';                        {  0x6f646f63  }
  213.     kAEOpenSelection            = 'sope';                        {  0x736f7065  }
  214.     kAEOutline                    = 'outl';                        {  0x6f75746c  }
  215.     kAEPageSetup                = 'pgsu';                        {  0x70677375  }
  216.     kAEPaste                    = 'past';                        {  0x70617374  }
  217.     kAEPlain                    = 'plan';                        {  0x706c616e  }
  218.     kAEPrint                    = 'pdoc';                        {  0x70646f63  }
  219.     kAEPrintSelection            = 'spri';                        {  0x73707269  }
  220.     kAEPrintWindow                = 'pwin';                        {  0x7077696e  }
  221.     kAEPutAwaySelection            = 'sput';                        {  0x73707574  }
  222.     kAEQDAddOver                = 'addo';                        {  0x6164646f  }
  223.     kAEQDAddPin                    = 'addp';                        {  0x61646470  }
  224.     kAEQDAdMax                    = 'admx';                        {  0x61646d78  }
  225.     kAEQDAdMin                    = 'admn';                        {  0x61646d6e  }
  226.     kAEQDBic                    = 'bic ';                        {  0x62696320  }
  227.     kAEQDBlend                    = 'blnd';                        {  0x626c6e64  }
  228.     kAEQDCopy                    = 'cpy ';                        {  0x63707920  }
  229.     kAEQDNotBic                    = 'nbic';                        {  0x6e626963  }
  230.     kAEQDNotCopy                = 'ncpy';
  231.  
  232.     kAEQDNotOr                    = 'ntor';                        {  0x6e746f72  }
  233.     kAEQDNotXor                    = 'nxor';                        {  0x6e786f72  }
  234.     kAEQDOr                        = 'or  ';                        {  0x6f722020  }
  235.     kAEQDSubOver                = 'subo';                        {  0x7375626f  }
  236.     kAEQDSubPin                    = 'subp';                        {  0x73756270  }
  237.     kAEQDSupplementalSuite        = 'qdsp';                        {  0x71647370  }
  238.     kAEQDXor                    = 'xor ';                        {  0x786f7220  }
  239.     kAEQuickdrawSuite            = 'qdrw';                        {  0x71647277  }
  240.     kAEQuitAll                    = 'quia';                        {  0x71756961  }
  241.     kAERedo                        = 'redo';                        {  0x7265646f  }
  242.     kAERegular                    = 'regl';                        {  0x7265676c  }
  243.     kAEReplace                    = 'rplc';                        {  0x72706c63  }
  244.     kAERequiredSuite            = 'reqd';                        {  0x72657164  }
  245.     kAERestart                    = 'rest';                        {  0x72657374  }
  246.     kAERevealSelection            = 'srev';                        {  0x73726576  }
  247.     kAERevert                    = 'rvrt';                        {  0x72767274  }
  248.     kAERightJustified            = 'rght';                        {  0x72676874  }
  249.     kAESave                        = 'save';                        {  0x73617665  }
  250.     kAESelect                    = 'slct';                        {  0x736c6374  }
  251.     kAESetData                    = 'setd';
  252.  
  253.     kAESetPosition                = 'posn';                        {  0x706f736e  }
  254.     kAEShadow                    = 'shad';                        {  0x73686164  }
  255.     kAEShowClipboard            = 'shcl';                        {  0x7368636c  }
  256.     kAEShutDown                    = 'shut';                        {  0x73687574  }
  257.     kAESleep                    = 'slep';                        {  0x736c6570  }
  258.     kAESmallCaps                = 'smcp';                        {  0x736d6370  }
  259.     kAESpecialClassProperties    = 'c@#!';                        {  0x63402321  }
  260.     kAEStrikethrough            = 'strk';                        {  0x7374726b  }
  261.     kAESubscript                = 'sbsc';                        {  0x73627363  }
  262.     kAESuperscript                = 'spsc';                        {  0x73707363  }
  263.     kAETableSuite                = 'tbls';                        {  0x74626c73  }
  264.     kAETextSuite                = 'TEXT';                        {  0x54455854  }
  265.     kAETransactionTerminated    = 'ttrm';                        {  0x7474726d  }
  266.     kAEUnderline                = 'undl';                        {  0x756e646c  }
  267.     kAEUndo                        = 'undo';                        {  0x756e646f  }
  268.     kAEWholeWordEquals            = 'wweq';                        {  0x77776571  }
  269.     kAEYes                        = 'yes ';                        {  0x79657320  }
  270.     kAEZoom                        = 'zoom';                        {  0x7a6f6f6d  }
  271.     keyAEAngle                    = 'kang';                        {  0x6b616e67  }
  272.     keyAEArcAngle                = 'parc';
  273.  
  274.     keyAEBaseAddr                = 'badd';                        {  0x62616464  }
  275.     keyAEBestType                = 'pbst';                        {  0x70627374  }
  276.     keyAEBgndColor                = 'kbcl';                        {  0x6b62636c  }
  277.     keyAEBgndPattern            = 'kbpt';                        {  0x6b627074  }
  278.     keyAEBounds                    = 'pbnd';                        {  0x70626e64  }
  279.     keyAECellList                = 'kclt';                        {  0x6b636c74  }
  280.     keyAEClassID                = 'clID';                        {  0x636c4944  }
  281.     keyAEColor                    = 'colr';                        {  0x636f6c72  }
  282.     keyAEColorTable                = 'cltb';                        {  0x636c7462  }
  283.     keyAECurveHeight            = 'kchd';                        {  0x6b636864  }
  284.     keyAECurveWidth                = 'kcwd';                        {  0x6b637764  }
  285.     keyAEDashStyle                = 'pdst';                        {  0x70647374  }
  286.     keyAEData                    = 'data';                        {  0x64617461  }
  287.     keyAEDefaultType            = 'deft';                        {  0x64656674  }
  288.     keyAEDefinitionRect            = 'pdrt';                        {  0x70647274  }
  289.     keyAEDescType                = 'dstp';                        {  0x64737470  }
  290.     keyAEDestination            = 'dest';                        {  0x64657374  }
  291.     keyAEDoAntiAlias            = 'anta';                        {  0x616e7461  }
  292.     keyAEDoDithered                = 'gdit';                        {  0x67646974  }
  293.     keyAEDoRotate                = 'kdrt';
  294.  
  295.     keyAEDoScale                = 'ksca';                        {  0x6b736361  }
  296.     keyAEDoTranslate            = 'ktra';                        {  0x6b747261  }
  297.     keyAEEditionFileLoc            = 'eloc';                        {  0x656c6f63  }
  298.     keyAEElements                = 'elms';                        {  0x656c6d73  }
  299.     keyAEEndPoint                = 'pend';                        {  0x70656e64  }
  300.     keyAEEventClass                = 'evcl';                        {  0x6576636c  }
  301.     keyAEEventID                = 'evti';                        {  0x65767469  }
  302.     keyAEFile                    = 'kfil';                        {  0x6b66696c  }
  303.     keyAEFileType                = 'fltp';                        {  0x666c7470  }
  304.     keyAEFillColor                = 'flcl';                        {  0x666c636c  }
  305.     keyAEFillPattern            = 'flpt';                        {  0x666c7074  }
  306.     keyAEFlipHorizontal            = 'kfho';                        {  0x6b66686f  }
  307.     keyAEFlipVertical            = 'kfvt';                        {  0x6b667674  }
  308.     keyAEFont                    = 'font';                        {  0x666f6e74  }
  309.     keyAEFormula                = 'pfor';                        {  0x70666f72  }
  310.     keyAEGraphicObjects            = 'gobs';                        {  0x676f6273  }
  311.     keyAEID                        = 'ID  ';                        {  0x49442020  }
  312.     keyAEImageQuality            = 'gqua';                        {  0x67717561  }
  313.     keyAEInsertHere                = 'insh';                        {  0x696e7368  }
  314.     keyAEKeyForms                = 'keyf';
  315.  
  316.     keyAEKeyword                = 'kywd';                        {  0x6b797764  }
  317.     keyAELevel                    = 'levl';                        {  0x6c65766c  }
  318.     keyAELineArrow                = 'arro';                        {  0x6172726f  }
  319.     keyAEName                    = 'pnam';                        {  0x706e616d  }
  320.     keyAENewElementLoc            = 'pnel';                        {  0x706e656c  }
  321.     keyAEObject                    = 'kobj';                        {  0x6b6f626a  }
  322.     keyAEObjectClass            = 'kocl';                        {  0x6b6f636c  }
  323.     keyAEOffStyles                = 'ofst';                        {  0x6f667374  }
  324.     keyAEOnStyles                = 'onst';                        {  0x6f6e7374  }
  325.     keyAEParameters                = 'prms';                        {  0x70726d73  }
  326.     keyAEParamFlags                = 'pmfg';                        {  0x706d6667  }
  327.     keyAEPenColor                = 'ppcl';                        {  0x7070636c  }
  328.     keyAEPenPattern                = 'pppa';                        {  0x70707061  }
  329.     keyAEPenWidth                = 'ppwd';                        {  0x70707764  }
  330.     keyAEPixelDepth                = 'pdpt';                        {  0x70647074  }
  331.     keyAEPixMapMinus            = 'kpmm';                        {  0x6b706d6d  }
  332.     keyAEPMTable                = 'kpmt';                        {  0x6b706d74  }
  333.     keyAEPointList                = 'ptlt';                        {  0x70746c74  }
  334.     keyAEPointSize                = 'ptsz';                        {  0x7074737a  }
  335.     keyAEPosition                = 'kpos';
  336.  
  337.     keyAEPropData                = 'prdt';                        {  0x70726474  }
  338.     keyAEProperties                = 'qpro';                        {  0x7170726f  }
  339.     keyAEProperty                = 'kprp';                        {  0x6b707270  }
  340.     keyAEPropFlags                = 'prfg';                        {  0x70726667  }
  341.     keyAEPropID                    = 'prop';                        {  0x70726f70  }
  342.     keyAEProtection                = 'ppro';                        {  0x7070726f  }
  343.     keyAERenderAs                = 'kren';                        {  0x6b72656e  }
  344.     keyAERequestedType            = 'rtyp';                        {  0x72747970  }
  345.     keyAEResult                    = '----';                        {  0x2d2d2d2d  }
  346.     keyAEResultInfo                = 'rsin';                        {  0x7273696e  }
  347.     keyAERotation                = 'prot';                        {  0x70726f74  }
  348.     keyAERotPoint                = 'krtp';                        {  0x6b727470  }
  349.     keyAERowList                = 'krls';                        {  0x6b726c73  }
  350.     keyAESaveOptions            = 'savo';                        {  0x7361766f  }
  351.     keyAEScale                    = 'pscl';                        {  0x7073636c  }
  352.     keyAEScriptTag                = 'psct';                        {  0x70736374  }
  353.     keyAEShowWhere                = 'show';                        {  0x73686f77  }
  354.     keyAEStartAngle                = 'pang';                        {  0x70616e67  }
  355.     keyAEStartPoint                = 'pstp';                        {  0x70737470  }
  356.     keyAEStyles                    = 'ksty';
  357.  
  358.     keyAESuiteID                = 'suit';                        {  0x73756974  }
  359.     keyAEText                    = 'ktxt';                        {  0x6b747874  }
  360.     keyAETextColor                = 'ptxc';                        {  0x70747863  }
  361.     keyAETextFont                = 'ptxf';                        {  0x70747866  }
  362.     keyAETextPointSize            = 'ptps';                        {  0x70747073  }
  363.     keyAETextStyles                = 'txst';                        {  0x74787374  }
  364.     keyAETheText                = 'thtx';                        {  0x74687478  }
  365.     keyAETransferMode            = 'pptm';                        {  0x7070746d  }
  366.     keyAETranslation            = 'ptrs';                        {  0x70747273  }
  367.     keyAETryAsStructGraf        = 'toog';                        {  0x746f6f67  }
  368.     keyAEUniformStyles            = 'ustl';                        {  0x7573746c  }
  369.     keyAEUpdateOn                = 'pupd';                        {  0x70757064  }
  370.     keyAEUserTerm                = 'utrm';                        {  0x7574726d  }
  371.     keyAEWindow                    = 'wndw';                        {  0x776e6477  }
  372.     keyAEWritingCode            = 'wrcd';                        {  0x77726364  }
  373.     keyAETSMScriptTag            = 'sclg';
  374.     keyAETSMTextFont            = 'ktxf';
  375.     keyAETSMTextPointSize        = 'ktps';
  376.     keyMiscellaneous            = 'fmsc';
  377.  
  378.     keySelection                = 'fsel';                        {  0x6673656c  }
  379.     keyWindow                    = 'kwnd';
  380.  
  381.     pArcAngle                    = 'parc';                        {  0x70617263  }
  382.     pBackgroundColor            = 'pbcl';                        {  0x7062636c  }
  383.     pBackgroundPattern            = 'pbpt';                        {  0x70627074  }
  384.     pBestType                    = 'pbst';                        {  0x70627374  }
  385.     pBounds                        = 'pbnd';                        {  0x70626e64  }
  386.     pClass                        = 'pcls';                        {  0x70636c73  }
  387.     pClipboard                    = 'pcli';                        {  0x70636c69  }
  388.     pColor                        = 'colr';                        {  0x636f6c72  }
  389.     pColorTable                    = 'cltb';                        {  0x636c7462  }
  390.     pContents                    = 'pcnt';                        {  0x70636e74  }
  391.     pCornerCurveHeight            = 'pchd';                        {  0x70636864  }
  392.     pCornerCurveWidth            = 'pcwd';                        {  0x70637764  }
  393.     pDashStyle                    = 'pdst';                        {  0x70647374  }
  394.     pDefaultType                = 'deft';                        {  0x64656674  }
  395.     pDefinitionRect                = 'pdrt';                        {  0x70647274  }
  396.     pEnabled                    = 'enbl';                        {  0x656e626c  }
  397.     pEndPoint                    = 'pend';                        {  0x70656e64  }
  398.     pFillColor                    = 'flcl';                        {  0x666c636c  }
  399.     pFillPattern                = 'flpt';                        {  0x666c7074  }
  400.     pFont                        = 'font';
  401.  
  402.     pFormula                    = 'pfor';                        {  0x70666f72  }
  403.     pGraphicObjects                = 'gobs';                        {  0x676f6273  }
  404.     pHasCloseBox                = 'hclb';                        {  0x68636c62  }
  405.     pHasTitleBar                = 'ptit';                        {  0x70746974  }
  406.     pID                            = 'ID  ';                        {  0x49442020  }
  407.     pIndex                        = 'pidx';                        {  0x70696478  }
  408.     pInsertionLoc                = 'pins';                        {  0x70696e73  }
  409.     pIsFloating                    = 'isfl';                        {  0x6973666c  }
  410.     pIsFrontProcess                = 'pisf';                        {  0x70697366  }
  411.     pIsModal                    = 'pmod';                        {  0x706d6f64  }
  412.     pIsModified                    = 'imod';                        {  0x696d6f64  }
  413.     pIsResizable                = 'prsz';                        {  0x7072737a  }
  414.     pIsStationeryPad            = 'pspd';                        {  0x70737064  }
  415.     pIsZoomable                    = 'iszm';                        {  0x69737a6d  }
  416.     pIsZoomed                    = 'pzum';                        {  0x707a756d  }
  417.     pItemNumber                    = 'itmn';                        {  0x69746d6e  }
  418.     pJustification                = 'pjst';                        {  0x706a7374  }
  419.     pLineArrow                    = 'arro';                        {  0x6172726f  }
  420.     pMenuID                        = 'mnid';                        {  0x6d6e6964  }
  421.     pName                        = 'pnam';
  422.  
  423.     pNewElementLoc                = 'pnel';                        {  0x706e656c  }
  424.     pPenColor                    = 'ppcl';                        {  0x7070636c  }
  425.     pPenPattern                    = 'pppa';                        {  0x70707061  }
  426.     pPenWidth                    = 'ppwd';                        {  0x70707764  }
  427.     pPixelDepth                    = 'pdpt';                        {  0x70647074  }
  428.     pPointList                    = 'ptlt';                        {  0x70746c74  }
  429.     pPointSize                    = 'ptsz';                        {  0x7074737a  }
  430.     pProtection                    = 'ppro';                        {  0x7070726f  }
  431.     pRotation                    = 'prot';                        {  0x70726f74  }
  432.     pScale                        = 'pscl';                        {  0x7073636c  }
  433.     pScript                        = 'scpt';                        {  0x73637074  }
  434.     pScriptTag                    = 'psct';                        {  0x70736374  }
  435.     pSelected                    = 'selc';                        {  0x73656c63  }
  436.     pSelection                    = 'sele';                        {  0x73656c65  }
  437.     pStartAngle                    = 'pang';                        {  0x70616e67  }
  438.     pStartPoint                    = 'pstp';                        {  0x70737470  }
  439.     pTextColor                    = 'ptxc';                        {  0x70747863  }
  440.     pTextFont                    = 'ptxf';                        {  0x70747866  }
  441.     pTextItemDelimiters            = 'txdl';                        {  0x7478646c  }
  442.     pTextPointSize                = 'ptps';
  443.  
  444.     pTextStyles                    = 'txst';                        {  0x74787374  }
  445.     pTransferMode                = 'pptm';                        {  0x7070746d  }
  446.     pTranslation                = 'ptrs';                        {  0x70747273  }
  447.     pUniformStyles                = 'ustl';                        {  0x7573746c  }
  448.     pUpdateOn                    = 'pupd';                        {  0x70757064  }
  449.     pUserSelection                = 'pusl';                        {  0x7075736c  }
  450.     pVersion                    = 'vers';                        {  0x76657273  }
  451.     pVisible                    = 'pvis';
  452.  
  453.     typeAEText                    = 'tTXT';                        {  0x74545854  }
  454.     typeArc                        = 'carc';                        {  0x63617263  }
  455.     typeBest                    = 'best';                        {  0x62657374  }
  456.     typeCell                    = 'ccel';                        {  0x6363656c  }
  457.     typeClassInfo                = 'gcli';                        {  0x67636c69  }
  458.     typeColorTable                = 'clrt';                        {  0x636c7274  }
  459.     typeColumn                    = 'ccol';                        {  0x63636f6c  }
  460.     typeDashStyle                = 'tdas';                        {  0x74646173  }
  461.     typeData                    = 'tdta';                        {  0x74647461  }
  462.     typeDrawingArea                = 'cdrw';                        {  0x63647277  }
  463.     typeElemInfo                = 'elin';                        {  0x656c696e  }
  464.     typeEnumeration                = 'enum';                        {  0x656e756d  }
  465.     typeEPS                        = 'EPS ';                        {  0x45505320  }
  466.     typeEventInfo                = 'evin';
  467.  
  468.     typeFinderWindow            = 'fwin';                        {  0x6677696e  }
  469.     typeFixedPoint                = 'fpnt';                        {  0x66706e74  }
  470.     typeFixedRectangle            = 'frct';                        {  0x66726374  }
  471.     typeGraphicLine                = 'glin';                        {  0x676c696e  }
  472.     typeGraphicText                = 'cgtx';                        {  0x63677478  }
  473.     typeGroupedGraphic            = 'cpic';                        {  0x63706963  }
  474.     typeInsertionLoc            = 'insl';                        {  0x696e736c  }
  475.     typeIntlText                = 'itxt';                        {  0x69747874  }
  476.     typeIntlWritingCode            = 'intl';                        {  0x696e746c  }
  477.     typeLongDateTime            = 'ldt ';                        {  0x6c647420  }
  478.     typeLongFixed                = 'lfxd';                        {  0x6c667864  }
  479.     typeLongFixedPoint            = 'lfpt';                        {  0x6c667074  }
  480.     typeLongFixedRectangle        = 'lfrc';                        {  0x6c667263  }
  481.     typeLongPoint                = 'lpnt';                        {  0x6c706e74  }
  482.     typeLongRectangle            = 'lrct';                        {  0x6c726374  }
  483.     typeMachineLoc                = 'mLoc';                        {  0x6d4c6f63  }
  484.     typeOval                    = 'covl';                        {  0x636f766c  }
  485.     typeParamInfo                = 'pmin';                        {  0x706d696e  }
  486.     typePict                    = 'PICT';
  487.  
  488.     typePixelMap                = 'cpix';                        {  0x63706978  }
  489.     typePixMapMinus                = 'tpmm';                        {  0x74706d6d  }
  490.     typePolygon                    = 'cpgn';                        {  0x6370676e  }
  491.     typePropInfo                = 'pinf';                        {  0x70696e66  }
  492.     typeQDPoint                    = 'QDpt';                        {  0x51447074  }
  493.     typeRectangle                = 'crec';                        {  0x63726563  }
  494.     typeRGB16                    = 'tr16';                        {  0x74723136  }
  495.     typeRGB96                    = 'tr96';                        {  0x74723936  }
  496.     typeRGBColor                = 'cRGB';                        {  0x63524742  }
  497.     typeRotation                = 'trot';                        {  0x74726f74  }
  498.     typeRoundedRectangle        = 'crrc';                        {  0x63727263  }
  499.     typeRow                        = 'crow';                        {  0x63726f77  }
  500.     typeScrapStyles                = 'styl';                        {  0x7374796c  }
  501.     typeScript                    = 'scpt';                        {  0x73637074  }
  502.     typeStyledText                = 'STXT';                        {  0x53545854  }
  503.     typeSuiteInfo                = 'suin';                        {  0x7375696e  }
  504.     typeTable                    = 'ctbl';                        {  0x6374626c  }
  505.     typeTextStyles                = 'tsty';
  506.  
  507.     typeTIFF                    = 'TIFF';                        {  0x54494646  }
  508.     typeVersion                    = 'vers';
  509.  
  510.     kBySmallIcon                = 0;
  511.     kByIconView                    = 1;
  512.     kByNameView                    = 2;
  513.     kByDateView                    = 3;
  514.     kBySizeView                    = 4;
  515.     kByKindView                    = 5;
  516.     kByCommentView                = 6;
  517.     kByLabelView                = 7;
  518.     kByVersionView                = 8;
  519.  
  520.     kAEInfo                        = 11;
  521.     kAEMain                        = 0;
  522.     kAESharing                    = 13;
  523.  
  524.     zoomIn                        = 7;
  525.     zoomOut                        = 8;
  526.  
  527.  
  528. TYPE
  529.     WritingCode = RECORD
  530.         theScriptCode:            ScriptCode;
  531.         theLangCode:            LangCode;
  532.     END;
  533.     IntlText = RECORD
  534.         theScriptCode:            ScriptCode;
  535.         theLangCode:            LangCode;
  536.         theText:                PACKED ARRAY [0..0] OF CHAR;            { variable length data }
  537.     END;
  538.  
  539. {$ALIGN RESET}
  540. {$POP}
  541.  
  542. {$SETC UsingIncludes := AERegistryIncludes}
  543.  
  544. {$ENDC} {__AEREGISTRY__}
  545.  
  546. {$IFC NOT UsingIncludes}
  547.  END.
  548. {$ENDC}
  549.