home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 June / HDC50.iso / Runimage / Delphi50 / Bin / CORIDE50.BPL / 0 / RCDATA / TENVIRONMENTOPTIONS / TENVIRONMENTOPTIONS.txt
Text File  |  1999-08-11  |  89KB  |  2,113 lines

  1. object EnvironmentOptions: TEnvironmentOptions
  2.   OldCreateOrder = True
  3.   OnCreate = EnvironmentOptionsCreate
  4.   OnDestroy = EnvironmentOptionsDestroy
  5.   Left = 360
  6.   Top = 199
  7.   Height = 479
  8.   Width = 741
  9.   object EditorAttributes: TRegistryPropSet
  10.     KeyPath = 'Editor\Highlight'
  11.     RootKey = hkCurrentUser
  12.     SubKeys.Strings = (
  13.       'Whitespace'
  14.       'Comment'
  15.       'Reserved word'
  16.       'Identifier'
  17.       'Symbol'
  18.       'String'
  19.       'Number'
  20.       'Assembler'
  21.       'Plain text'
  22.       'Marked block'
  23.       'Search match'
  24.       'Execution point'
  25.       'Enabled break'
  26.       'Disabled break'
  27.       'Invalid break'
  28.       'Error line'
  29.       'Right margin')
  30.     Left = 24
  31.     Top = 72
  32.     object ForegroundColor: TIntegerPropField
  33.       DisplayLabel = 'Foreground Color'
  34.       DisplayWidth = 20
  35.       FieldName = 'Foreground Color'
  36.       ControlClass = 'TPropEdit'
  37.       OnChange = ColorsChange
  38.       MaxValue = 15
  39.     end
  40.     object BackgroundColor: TIntegerPropField
  41.       DisplayLabel = 'Background Color'
  42.       DisplayWidth = 20
  43.       FieldName = 'Background Color'
  44.       ControlClass = 'TPropEdit'
  45.       OnChange = ColorsChange
  46.       MaxValue = 15
  47.     end
  48.     object BoldFont: TBooleanPropField
  49.       DisplayLabel = 'Bold'
  50.       DisplayWidth = 20
  51.       FieldName = 'Bold'
  52.       ControlClass = 'TPropCheckBox'
  53.       DefaultValue = False
  54.       OnChange = ColorsChange
  55.     end
  56.     object ItalicFont: TBooleanPropField
  57.       DisplayLabel = 'Italic'
  58.       DisplayWidth = 20
  59.       FieldName = 'Italic'
  60.       ControlClass = 'TPropCheckBox'
  61.       DefaultValue = False
  62.       OnChange = ColorsChange
  63.     end
  64.     object UnderlineFont: TBooleanPropField
  65.       DisplayLabel = 'Underline'
  66.       DisplayWidth = 20
  67.       FieldName = 'Underline'
  68.       ControlClass = 'TPropCheckBox'
  69.       DefaultValue = False
  70.       OnChange = ColorsChange
  71.     end
  72.     object UseDefaultForeground: TBooleanPropField
  73.       DisplayLabel = 'Default Foreground'
  74.       DisplayWidth = 20
  75.       FieldName = 'Default Foreground'
  76.       ControlClass = 'TPropCheckBox'
  77.       DefaultValue = True
  78.       OnChange = ColorsChange
  79.     end
  80.     object UseDefaultBackground: TBooleanPropField
  81.       DisplayLabel = 'Default Background'
  82.       DisplayWidth = 20
  83.       FieldName = 'Default Background'
  84.       ControlClass = 'TPropCheckBox'
  85.       DefaultValue = True
  86.       OnChange = ColorsChange
  87.     end
  88.   end
  89.   object EditorOptions: TRegistryPropSet
  90.     KeyPath = 'Editor\Options'
  91.     RootKey = hkCurrentUser
  92.     BeforeLoad = EditorOptionsBeforeLoad
  93.     Left = 88
  94.     Top = 72
  95.     object AutoIndent: TBooleanPropField
  96.       DisplayLabel = '&Auto indent mode'
  97.       DisplayWidth = 20
  98.       FieldName = 'Auto Indent'
  99.       ControlClass = 'TPropCheckBox'
  100.       DefaultValue = True
  101.       OnChange = EditOptionsChange
  102.     end
  103.     object InsertMode: TBooleanPropField
  104.       DisplayLabel = '&Insert mode'
  105.       DisplayWidth = 20
  106.       FieldName = 'Insert'
  107.       ControlClass = 'TPropCheckBox'
  108.       DefaultValue = True
  109.       OnChange = EditOptionsChange
  110.     end
  111.     object UseTabCharacter: TBooleanPropField
  112.       DisplayLabel = 'Use tab cha&racter'
  113.       DisplayWidth = 20
  114.       FieldName = 'Tab Character'
  115.       ControlClass = 'TPropCheckBox'
  116.       DefaultValue = False
  117.       OnChange = EditOptionsChange
  118.     end
  119.     object SmartTab: TBooleanPropField
  120.       DisplayLabel = 'S&mart tab'
  121.       DisplayWidth = 20
  122.       FieldName = 'Smart Tab'
  123.       ControlClass = 'TPropCheckBox'
  124.       DefaultValue = False
  125.       OnChange = EditOptionsChange
  126.     end
  127.     object OptimalFill: TBooleanPropField
  128.       DisplayLabel = '&Optimal fill'
  129.       DisplayWidth = 20
  130.       FieldName = 'Optimal Fill'
  131.       ControlClass = 'TPropCheckBox'
  132.       DefaultValue = False
  133.       OnChange = EditOptionsChange
  134.     end
  135.     object BackspaceUnindents: TBooleanPropField
  136.       DisplayLabel = 'Backspace &unindents'
  137.       DisplayWidth = 20
  138.       FieldName = 'Backspace Unindents'
  139.       ControlClass = 'TPropCheckBox'
  140.       DefaultValue = True
  141.       OnChange = EditOptionsChange
  142.     end
  143.     object CursorInTabs: TBooleanPropField
  144.       DisplayLabel = '&Cursor through tabs'
  145.       DisplayWidth = 20
  146.       FieldName = 'Cursor Through Tabs'
  147.       ControlClass = 'TPropCheckBox'
  148.       DefaultValue = True
  149.       OnChange = EditOptionsChange
  150.     end
  151.     object GroupUndo: TBooleanPropField
  152.       DisplayLabel = '&Group undo'
  153.       DisplayWidth = 20
  154.       FieldName = 'Group Undo'
  155.       ControlClass = 'TPropCheckBox'
  156.       DefaultValue = True
  157.       OnChange = EditOptionsChange
  158.     end
  159.     object CursorAfterEOF: TBooleanPropField
  160.       DisplayLabel = 'Cursor beyond &EOF'
  161.       DisplayWidth = 20
  162.       FieldName = 'Cursor Beyond EOF'
  163.       ControlClass = 'TPropCheckBox'
  164.       DefaultValue = False
  165.       OnChange = EditOptionsChange
  166.     end
  167.     object UndoAfterSave: TBooleanPropField
  168.       DisplayLabel = 'Undo after sa&ve'
  169.       DisplayWidth = 20
  170.       FieldName = 'Undo After Save'
  171.       ControlClass = 'TPropCheckBox'
  172.       DefaultValue = False
  173.       OnChange = EditOptionsChange
  174.     end
  175.     object KeepTrailingBlanks: TBooleanPropField
  176.       DisplayLabel = '&Keep trailing blanks'
  177.       DisplayWidth = 20
  178.       FieldName = 'Keep Trailing Blanks'
  179.       ControlClass = 'TPropCheckBox'
  180.       DefaultValue = False
  181.       OnChange = EditOptionsChange
  182.     end
  183.     object PersistentBlocks: TBooleanPropField
  184.       DisplayLabel = '&Persistent Blocks'
  185.       DisplayWidth = 20
  186.       FieldName = 'Persistent Blocks'
  187.       ControlClass = 'TPropCheckBox'
  188.       DefaultValue = False
  189.       OnChange = EditOptionsChange
  190.     end
  191.     object OverwriteBlocks: TBooleanPropField
  192.       DisplayLabel = 'Over&write blocks'
  193.       DisplayWidth = 20
  194.       FieldName = 'Overwrite Blocks'
  195.       ControlClass = 'TPropCheckBox'
  196.       DefaultValue = True
  197.       OnChange = EditOptionsChange
  198.     end
  199.     object DoubleClickLine: TBooleanPropField
  200.       DisplayLabel = '&Double click line'
  201.       DisplayWidth = 20
  202.       FieldName = 'Double Click Line'
  203.       ControlClass = 'TPropCheckBox'
  204.       DefaultValue = False
  205.       OnChange = EditOptionsChange
  206.     end
  207.     object FindTextAtCursor: TBooleanPropField
  208.       DisplayLabel = 'Find te&xt at cursor'
  209.       DisplayWidth = 20
  210.       FieldName = 'Find Text At Cursor'
  211.       ControlClass = 'TPropCheckBox'
  212.       DefaultValue = True
  213.       OnChange = EditOptionsChange
  214.     end
  215.     object CutCopyEnabled: TBooleanPropField
  216.       DisplayLabel = '&Force Cut and copy enabled'
  217.       DisplayWidth = 20
  218.       FieldName = 'Force Cut Copy Enabled'
  219.       ControlClass = 'TPropCheckBox'
  220.       DefaultValue = False
  221.       OnChange = EditOptionsChange
  222.     end
  223.     object SyntaxHighlight: TBooleanPropField
  224.       DisplayLabel = 'Use &syntax highlight'
  225.       DisplayWidth = 20
  226.       FieldName = 'Use Syntax Highlight'
  227.       ControlClass = 'TPropCheckBox'
  228.       DefaultValue = True
  229.       OnChange = EditOptionsChange
  230.     end
  231.     object BlockIndent: TIntegerPropField
  232.       DisplayLabel = 'Block i&ndent'
  233.       DisplayWidth = 20
  234.       FieldName = 'Block Indent'
  235.       ControlClass = 'TPropEdit'
  236.       OnChange = EditOptionsChange
  237.       DefaultValue = 2
  238.       MinValue = 1
  239.       MaxValue = 16
  240.     end
  241.     object UndoLimit: TIntegerPropField
  242.       DisplayLabel = 'Undo &limit'
  243.       DisplayWidth = 20
  244.       FieldName = 'Undo Limit'
  245.       ControlClass = 'TPropEdit'
  246.       OnChange = EditOptionsChange
  247.       DefaultValue = 32767
  248.       MaxValue = 2147483647
  249.     end
  250.     object TabStops: TStringPropField
  251.       DisplayLabel = '&Tab stops'
  252.       FieldName = 'Tab Stops'
  253.       ControlClass = 'TPropEdit'
  254.       DefaultValue = '8'
  255.       OnChange = TabStopsChange
  256.       OnValidate = TabStopsValidate
  257.     end
  258.     object SyntaxExtensions: TStringPropField
  259.       DisplayLabel = 'S&yntax extensions'
  260.       FieldName = 'Syntax Extensions'
  261.       ControlClass = 'TPropEdit'
  262.       DefaultValue = 'pas;dpr;dpk;inc;dfm'
  263.       OnChange = EditOptionsChange
  264.     end
  265.     object BRIEFCursors: TBooleanPropField
  266.       DisplayLabel = 'BRIEF &cursor shapes'
  267.       DisplayWidth = 20
  268.       FieldName = 'BRIEF Cursor Shapes'
  269.       ControlClass = 'TPropCheckBox'
  270.       DefaultValue = False
  271.       OnChange = EditOptionsChange
  272.     end
  273.     object CreateBackup: TBooleanPropField
  274.       DisplayLabel = 'Create &backup file'
  275.       DisplayWidth = 20
  276.       FieldName = 'Create Backup File'
  277.       ControlClass = 'TPropCheckBox'
  278.       DefaultValue = True
  279.       OnChange = EditOptionsChange
  280.     end
  281.     object PreserveLineEnds: TBooleanPropField
  282.       DisplayLabel = '&Preserve line ends'
  283.       DisplayWidth = 20
  284.       FieldName = 'Preserve Line Ends'
  285.       ControlClass = 'TPropCheckBox'
  286.       DefaultValue = True
  287.       OnChange = EditOptionsChange
  288.     end
  289.     object ZoomFullScreen: TBooleanPropField
  290.       DisplayLabel = '&Zoom to full screen'
  291.       DisplayWidth = 20
  292.       FieldName = 'Zoom To Full Screen'
  293.       ControlClass = 'TPropCheckBox'
  294.       DefaultValue = False
  295.       OnChange = EditOptionsChange
  296.     end
  297.     object VisibleRightMargin: TBooleanPropField
  298.       DisplayLabel = '&Visible right margin'
  299.       DisplayWidth = 20
  300.       FieldName = 'Visible Right Margin'
  301.       ControlClass = 'TPropCheckBox'
  302.       DefaultValue = True
  303.       OnChange = EditOptionsChange
  304.     end
  305.     object RightMargin: TIntegerPropField
  306.       DisplayLabel = 'Right &margin'
  307.       DisplayWidth = 20
  308.       FieldName = 'Right Margin'
  309.       ControlClass = 'TPropEdit'
  310.       OnChange = EditOptionsChange
  311.       DefaultValue = 80
  312.       MaxValue = 1024
  313.     end
  314.     object VisibleGutter: TBooleanPropField
  315.       DisplayLabel = 'Visible &gutter'
  316.       DisplayWidth = 20
  317.       FieldName = 'Visible Gutter'
  318.       ControlClass = 'TPropCheckBox'
  319.       DefaultValue = True
  320.       OnChange = EditOptionsChange
  321.     end
  322.     object GutterWidth: TIntegerPropField
  323.       DisplayLabel = 'Gutter &width'
  324.       DisplayWidth = 20
  325.       FieldName = 'Gutter Width'
  326.       ControlClass = 'TPropEdit'
  327.       OnChange = EditOptionsChange
  328.       DefaultValue = 30
  329.       MaxValue = 128
  330.     end
  331.     object EditorFont: TStringPropField
  332.       DisplayLabel = 'Editor &font'
  333.       FieldName = 'Editor Font'
  334.       ControlClass = 'TPropEdit'
  335.       DefaultValue = 'Courier New'
  336.       OnChange = FontChange
  337.     end
  338.     object FontSize: TIntegerPropField
  339.       DisplayLabel = '&Size'
  340.       DisplayWidth = 20
  341.       FieldName = 'Font Size'
  342.       ControlClass = 'TPropEdit'
  343.       OnChange = FontChange
  344.       DefaultValue = 10
  345.       MinValue = 2
  346.       MaxValue = 72
  347.     end
  348.     object BRIEFRegEx: TBooleanPropField
  349.       DisplayLabel = '&BRIEF regular expressions'
  350.       DisplayWidth = 20
  351.       FieldName = 'BRIEF RegEx'
  352.       ControlClass = 'TPropCheckBox'
  353.       DefaultValue = False
  354.       OnChange = EditOptionsChange
  355.     end
  356.     object EditorSpeedSetting: TStringPropField
  357.       DisplayLabel = 'Editor SpeedSetting'
  358.       FieldName = 'Editor SpeedSetting'
  359.       ControlClass = 'TPropComboBox'
  360.       DefaultValue = 'Borland.Default'
  361.       OnChange = EditOptionsChange
  362.     end
  363.     object EditorKeymapping: TEnumPropField
  364.       DisplayLabel = 'Editor Keymapping'
  365.       DisplayWidth = 20
  366.       FieldName = 'Editor Keymapping'
  367.       ControlClass = 'TPropComboBox'
  368.       DefaultValue = 0
  369.       StrictValues = False
  370.       ValueNames.Strings = (
  371.         'Default=0'
  372.         'Classic=1'
  373.         'Brief=2'
  374.         'Epsilon=3'
  375.         'Visual Studio=4')
  376.       OnChange = EditorKeymappingChange
  377.     end
  378.     object ColorSpeedSetting: TEnumPropField
  379.       DisplayLabel = 'Color SpeedSetting'
  380.       DisplayWidth = 24
  381.       FieldName = 'Color SpeedSetting'
  382.       ControlClass = 'TPropComboBox'
  383.       DefaultValue = 0
  384.       ValueNames.Strings = (
  385.         'Defaults=0'
  386.         'Classic=1'
  387.         'Twilight=2'
  388.         'Ocean=3')
  389.       OnChange = EditOptionsChange
  390.     end
  391.     object CSyntaxExtensions: TStringPropField
  392.       DisplayLabel = 'C Syntax Extensions'
  393.       FieldName = 'C Syntax Extensions'
  394.       ControlClass = 'TPropEdit'
  395.       DefaultValue = 'cpp;c;hpp;h;hh;cxx;hxx'
  396.       OnChange = EditOptionsChange
  397.     end
  398.     object SQLSyntaxExtensions: TStringPropField
  399.       DisplayLabel = 'SQL Syntax Extensions'
  400.       FieldName = 'SQL Syntax Extensions'
  401.       ControlClass = 'TPropEdit'
  402.       DefaultValue = 'sql'
  403.       OnChange = EditOptionsChange
  404.     end
  405.     object IDLSyntaxExtensions: TStringPropField
  406.       DisplayLabel = 'IDL Syntax Extensions'
  407.       FieldName = 'IDL Syntax Extensions'
  408.       ControlClass = 'TPropEdit'
  409.       DefaultValue = 'idl'
  410.       OnChange = EditOptionsChange
  411.     end
  412.     object EditorEmulation: TStringPropField
  413.       DisplayLabel = 'Editor Emulation'
  414.       FieldName = 'Editor Emulation'
  415.       ControlClass = 'TPropEdit'
  416.       DefaultValue = 'Borland.Internal'
  417.       OnChange = EditorKeymappingChange
  418.     end
  419.   end
  420.   object HistoryLists: THistoryManager
  421.     KeyPath = 'History Lists'
  422.     Lists.Strings = (
  423.       'hlBlockIndent'
  424.       'hlUndoLimit'
  425.       'hlTabStops'
  426.       'hlSyntaxExtensions'
  427.       'hlRightMargin'
  428.       'hlGutterWidth'
  429.       'hlDPLOutput'
  430.       'hlDCPOutput'
  431.       'hlLibraryPath'
  432.       'hIBrowsingPath'
  433.       'hlLibraryUnitAliases'
  434.       'hlCollapseNodes'
  435.       'hlIncludePath'
  436.       'hlDebugSourcePath'
  437.       'hlConditionalDefines'
  438.       'hlUnitAliases'
  439.       'hlSearchText'
  440.       'hlSearchReplaceText'
  441.       'hlReplaceText'
  442.       'hlFileMasks'
  443.       'hlGotoAddress'
  444.       'hlGotoLine'
  445.       'hlBinChange'
  446.       'hlBinGoto'
  447.       'hlBinSearch'
  448.       'hlChangeExpression'
  449.       'hlTypeCastExpression'
  450.       'hlInspectExpression'
  451.       'hlAddExceptionExpression'
  452.       'hlFindError'
  453.       'hlAddModule'
  454.       'hlEvalExpression'
  455.       'hlEvalNewValue'
  456.       'hlWatchExpression'
  457.       'hlSearchSymbol'
  458.       'hlAddORBActionInterface'
  459.       'hlAddORBActionObject'
  460.       'hlAddORBActionOperation'
  461.       'hlBPFileName'
  462.       'hlBPLineNumber'
  463.       'hlBPAddress'
  464.       'hlBPLength'
  465.       'hlBPCondition'
  466.       'hlBPPassCount'
  467.       'hlBPGroup'
  468.       'hlBPLogMessage'
  469.       'hlBPEvalExpression'
  470.       'hlDebugSymbolSearchPath'
  471.       'hlDebugDCUPath'
  472.       'hlHostApplication'
  473.       'hlRunParameters'
  474.       'hlRemotePath'
  475.       'hlRemoteHost'
  476.       'hIPackgeSearchPath')
  477.     Left = 152
  478.     Top = 72
  479.   end
  480.   object AutoSave: TRegistryPropSet
  481.     KeyPath = 'Auto Save'
  482.     RootKey = hkCurrentUser
  483.     Left = 24
  484.     Top = 16
  485.     object AutoSaveEditorFiles: TBooleanPropField
  486.       DisplayLabel = 'Editor &files'
  487.       DisplayWidth = 20
  488.       FieldName = 'Editor Files'
  489.       ControlClass = 'TPropCheckBox'
  490.       DefaultValue = False
  491.       OnChange = AutoSaveDesktopChange
  492.     end
  493.     object AutoSaveDesktop: TBooleanPropField
  494.       DisplayLabel = 'Des&ktop'
  495.       DisplayWidth = 20
  496.       FieldName = 'Desktop'
  497.       ControlClass = 'TPropCheckBox'
  498.       DefaultValue = False
  499.       OnChange = AutoSaveDesktopChange
  500.     end
  501.     object AutoSaveSymbols: TEnumPropField
  502.       DisplayLabel = 'Symbols'
  503.       DisplayWidth = 20
  504.       FieldName = 'Symbols'
  505.       ControlClass = 'TPropComboBox'
  506.       DefaultValue = 0
  507.       ValueNames.Strings = (
  508.         'Desktop only=0'
  509.         'Desktop and symbols=1')
  510.       OnChange = AutoSaveDesktopChange
  511.     end
  512.   end
  513.   object FormDesign: TRegistryPropSet
  514.     KeyPath = 'Form Design'
  515.     RootKey = hkCurrentUser
  516.     Left = 88
  517.     Top = 16
  518.     object DisplayGrid: TBooleanPropField
  519.       DisplayLabel = 'Display &grid'
  520.       DisplayWidth = 20
  521.       FieldName = 'Display Grid'
  522.       ControlClass = 'TPropCheckBox'
  523.       DefaultValue = True
  524.       OnChange = DisplayGridChange
  525.     end
  526.     object SnapToGrid: TBooleanPropField
  527.       DisplayLabel = 'Sna&p to grid'
  528.       DisplayWidth = 20
  529.       FieldName = 'Snap to Grid'
  530.       ControlClass = 'TPropCheckBox'
  531.       DefaultValue = True
  532.       OnChange = DisplayGridChange
  533.     end
  534.     object ShowComponentCaptions: TBooleanPropField
  535.       DisplayLabel = 'Sho&w component captions'
  536.       DisplayWidth = 20
  537.       FieldName = 'Show Component Captions'
  538.       ControlClass = 'TPropCheckBox'
  539.       DefaultValue = False
  540.       OnChange = DisplayGridChange
  541.     end
  542.     object GridSizeX: TIntegerPropField
  543.       DisplayLabel = 'Grid size &X'
  544.       DisplayWidth = 20
  545.       FieldName = 'Grid Size X'
  546.       ControlClass = 'TPropEdit'
  547.       OnChange = DisplayGridChange
  548.       DefaultValue = 8
  549.       MinValue = 2
  550.       MaxValue = 128
  551.     end
  552.     object GridSizeY: TIntegerPropField
  553.       DisplayLabel = 'Grid size &Y'
  554.       DisplayWidth = 20
  555.       FieldName = 'Grid Size Y'
  556.       ControlClass = 'TPropEdit'
  557.       OnChange = DisplayGridChange
  558.       DefaultValue = 8
  559.       MinValue = 2
  560.       MaxValue = 128
  561.     end
  562.     object ShowDesignerHints: TBooleanPropField
  563.       DisplayLabel = 'Show &designer hints'
  564.       DisplayWidth = 20
  565.       FieldName = 'Show Designer Hints'
  566.       ControlClass = 'TPropCheckBox'
  567.       DefaultValue = True
  568.     end
  569.     object DFMAsText: TBooleanPropField
  570.       DisplayLabel = 'DFM As Text'
  571.       DisplayWidth = 20
  572.       FieldName = 'DFM As Text'
  573.       ControlClass = 'TPropCheckBox'
  574.       DefaultValue = True
  575.       OnChange = DisplayGridChange
  576.     end
  577.     object AutoCreateForms: TBooleanPropField
  578.       DisplayLabel = 'Auto Create Forms'
  579.       DisplayWidth = 20
  580.       FieldName = 'Auto Create Forms'
  581.       ControlClass = 'TPropCheckBox'
  582.       DefaultValue = True
  583.       OnChange = DisplayGridChange
  584.     end
  585.   end
  586.   object Debugging: TRegistryPropSet
  587.     KeyPath = 'Debugging'
  588.     RootKey = hkCurrentUser
  589.     Left = 152
  590.     Top = 16
  591.     object StepProgramBlock: TBooleanPropField
  592.       DisplayLabel = 'S&tep program block'
  593.       DisplayWidth = 20
  594.       FieldName = 'Step Program Block'
  595.       ControlClass = 'TPropCheckBox'
  596.       DefaultValue = False
  597.     end
  598.     object HideDesignersOnRun: TBooleanPropField
  599.       DisplayLabel = 'Hide d&esigners on run'
  600.       DisplayWidth = 20
  601.       FieldName = 'Hide Designers On Run'
  602.       ControlClass = 'TPropCheckBox'
  603.       DefaultValue = True
  604.       OnChange = DisplayGridChange
  605.     end
  606.     object MinimizeOnRun: TBooleanPropField
  607.       DisplayLabel = '&Minimize on run'
  608.       DisplayWidth = 20
  609.       FieldName = 'Minimize On Run'
  610.       ControlClass = 'TPropCheckBox'
  611.       DefaultValue = False
  612.       OnChange = MiscOptionsChange
  613.     end
  614.     object ToolTipWatches: TBooleanPropField
  615.       DisplayLabel = 'Tooltip watches'
  616.       DisplayWidth = 20
  617.       FieldName = 'ToolTip Watches'
  618.       ControlClass = 'TPropCheckBox'
  619.       DefaultValue = True
  620.       OnChange = MiscOptionsChange
  621.     end
  622.     object DetailedExceptions: TBooleanPropField
  623.       DisplayLabel = 'Detailed Exceptions'
  624.       DisplayWidth = 20
  625.       FieldName = 'Detailed Exceptions'
  626.       ControlClass = 'TPropCheckBox'
  627.       DefaultValue = False
  628.       OnChange = MiscOptionsChange
  629.     end
  630.   end
  631.   object Compiling: TRegistryPropSet
  632.     KeyPath = 'Compiling'
  633.     RootKey = hkCurrentUser
  634.     Left = 216
  635.     Top = 16
  636.     object ShowCompilerProgress: TBooleanPropField
  637.       DisplayLabel = 'Show compiler progress'
  638.       DisplayWidth = 20
  639.       FieldName = 'Show Compiler Progress'
  640.       ControlClass = 'TPropCheckBox'
  641.       DefaultValue = False
  642.       OnChange = CacheHeadersChange
  643.     end
  644.     object WarnOnPackageRebuild: TBooleanPropField
  645.       DisplayLabel = 'Warn on package rebuild'
  646.       DisplayWidth = 20
  647.       FieldName = 'Warn on Package Rebuild'
  648.       ControlClass = 'TPropCheckBox'
  649.       DefaultValue = True
  650.       OnChange = CacheHeadersChange
  651.     end
  652.     object CompileBeep: TBooleanPropField
  653.       DisplayLabel = 'Compile Beep'
  654.       DisplayWidth = 20
  655.       FieldName = 'Compile Beep'
  656.       ControlClass = 'TPropCheckBox'
  657.       DefaultValue = False
  658.       OnChange = CacheHeadersChange
  659.     end
  660.     object CacheHeaders: TBooleanPropField
  661.       DisplayLabel = 'Cache Headers'
  662.       DisplayWidth = 20
  663.       FieldName = 'Cache Headers'
  664.       ControlClass = 'TPropCheckBox'
  665.       DefaultValue = False
  666.       OnChange = CacheHeadersChange
  667.     end
  668.     object BackgroundCompilation: TBooleanPropField
  669.       DisplayLabel = 'Background Compilation'
  670.       DisplayWidth = 20
  671.       FieldName = 'BackgroundCompilation'
  672.       ControlClass = 'TPropCheckBox'
  673.       DefaultValue = False
  674.       OnChange = BackgroundCompilationChange
  675.     end
  676.   end
  677.   object Repository: TRegistryPropSet
  678.     KeyPath = 'Repository'
  679.     RootKey = hkCurrentUser
  680.     Left = 216
  681.     Top = 72
  682.     object RepositoryDir: TStringPropField
  683.       DisplayLabel = 'Di&rectory'
  684.       FieldName = 'Repository Dir'
  685.       ControlClass = 'TPropEdit'
  686.       OnChange = RepositoryDirChange
  687.     end
  688.   end
  689.   object LibraryOpts: TRegistryPropSet
  690.     KeyPath = 'Library'
  691.     RootKey = hkCurrentUser
  692.     Left = 280
  693.     Top = 16
  694.     object LibraryPath: TStringPropField
  695.       DisplayLabel = 'Search Path'
  696.       FieldName = 'Search Path'
  697.       ControlClass = 'TPropEdit'
  698.       OnChange = LibraryPathChange
  699.     end
  700.     object PackageDPLOutput: TStringPropField
  701.       DisplayLabel = 'DP&L output directory'
  702.       FieldName = 'Package DPL Output'
  703.       ControlClass = 'TPropEdit'
  704.       OnChange = MiscOptionsChange
  705.     end
  706.     object PackageDCPOutput: TStringPropField
  707.       DisplayLabel = 'DCP output di&rectory'
  708.       FieldName = 'Package DCP Output'
  709.       ControlClass = 'TPropEdit'
  710.       OnChange = MiscOptionsChange
  711.     end
  712.     object BrowsingPath: TStringPropField
  713.       DisplayLabel = 'Bro&wsing Path'
  714.       FieldName = 'Browsing Path'
  715.       ControlClass = 'TPropEdit'
  716.       OnChange = MiscOptionsChange
  717.     end
  718.     object PackageSearchPath: TStringPropField
  719.       DisplayLabel = 'Package Search Path'
  720.       FieldName = 'Package Search Path'
  721.       ControlClass = 'TPropEdit'
  722.     end
  723.   end
  724.   object CodeInsight: TRegistryPropSet
  725.     KeyPath = 'Code Insight'
  726.     RootKey = hkCurrentUser
  727.     Left = 344
  728.     Top = 16
  729.     object CodeCompletion: TBooleanPropField
  730.       DisplayLabel = 'Code &Completions'
  731.       DisplayWidth = 20
  732.       FieldName = 'Auto Code Completions'
  733.       ControlClass = 'TPropCheckBox'
  734.       DefaultValue = True
  735.       OnChange = MiscOptionsChange
  736.     end
  737.     object CodeParameters: TBooleanPropField
  738.       DisplayLabel = 'Code &Parameters'
  739.       DisplayWidth = 20
  740.       FieldName = 'Auto Code Parameters'
  741.       ControlClass = 'TPropCheckBox'
  742.       DefaultValue = True
  743.       OnChange = MiscOptionsChange
  744.     end
  745.     object CodeCompleteDelay: TIntegerPropField
  746.       DisplayLabel = '&Delay'
  747.       DisplayWidth = 20
  748.       FieldName = 'Code Complete Delay'
  749.       ControlClass = 'TPropEdit'
  750.       OnChange = MiscOptionsChange
  751.       DefaultValue = 3
  752.       MinValue = 1
  753.       MaxValue = 5
  754.     end
  755.     object ScopeSort: TBooleanPropField
  756.       DisplayLabel = 'Scope Sort'
  757.       DisplayWidth = 20
  758.       FieldName = 'Scope Sort'
  759.       ControlClass = 'TPropCheckBox'
  760.       DefaultValue = True
  761.     end
  762.     object DeclarationInformation: TBooleanPropField
  763.       DisplayLabel = 'Declaration &Information'
  764.       DisplayWidth = 20
  765.       FieldName = 'Declaration Information'
  766.       ControlClass = 'TPropCheckBox'
  767.       DefaultValue = True
  768.       OnChange = MiscOptionsChange
  769.     end
  770.   end
  771.   object MainWindow: TRegistryPropSet
  772.     KeyPath = 'Main Window'
  773.     RootKey = hkCurrentUser
  774.     Left = 280
  775.     Top = 72
  776.     object PaletteVisible: TBooleanPropField
  777.       DisplayLabel = 'Palette Visible'
  778.       DisplayWidth = 20
  779.       FieldName = 'Palette Visible'
  780.       ControlClass = 'TPropCheckBox'
  781.       DefaultValue = True
  782.       OnChange = MiscOptionsChange
  783.     end
  784.     object SpeedbarVisible: TBooleanPropField
  785.       DisplayLabel = 'Speedbar Visible'
  786.       DisplayWidth = 20
  787.       FieldName = 'Speedbar Visible'
  788.       ControlClass = 'TPropCheckBox'
  789.       DefaultValue = True
  790.     end
  791.     object PaletteHints: TBooleanPropField
  792.       DisplayLabel = 'Palette Hints'
  793.       DisplayWidth = 20
  794.       FieldName = 'Palette Hints'
  795.       ControlClass = 'TPropCheckBox'
  796.       DefaultValue = True
  797.       OnChange = MiscOptionsChange
  798.     end
  799.     object SpeedbarHints: TBooleanPropField
  800.       DisplayLabel = 'Speedbar Hints'
  801.       DisplayWidth = 20
  802.       FieldName = 'Speedbar Hints'
  803.       ControlClass = 'TPropCheckBox'
  804.       DefaultValue = True
  805.     end
  806.     object SplitPosition: TIntegerPropField
  807.       DisplayLabel = 'Split Position'
  808.       DisplayWidth = 20
  809.       FieldName = 'Split Position'
  810.       ControlClass = 'TPropEdit'
  811.     end
  812.   end
  813.   object PrinterOptions: TRegistryPropSet
  814.     KeyPath = 'Print Selection'
  815.     RootKey = hkCurrentUser
  816.     Left = 408
  817.     Top = 16
  818.     object HeaderPage: TBooleanPropField
  819.       DisplayLabel = 'Header Page'
  820.       DisplayWidth = 20
  821.       FieldName = 'Header Page'
  822.       ControlClass = 'TPropCheckBox'
  823.       DefaultValue = False
  824.       OnChange = MiscOptionsChange
  825.     end
  826.     object LineNumbers: TBooleanPropField
  827.       DisplayLabel = 'Line Numbers'
  828.       DisplayWidth = 20
  829.       FieldName = 'Line Numbers'
  830.       ControlClass = 'TPropCheckBox'
  831.       DefaultValue = False
  832.       OnChange = MiscOptionsChange
  833.     end
  834.     object SyntaxPrint: TBooleanPropField
  835.       DisplayLabel = 'Syntax Print'
  836.       DisplayWidth = 20
  837.       FieldName = 'Syntax Print'
  838.       ControlClass = 'TPropCheckBox'
  839.       DefaultValue = True
  840.     end
  841.     object UseColor: TBooleanPropField
  842.       DisplayLabel = 'Use Color'
  843.       DisplayWidth = 20
  844.       FieldName = 'Use Color'
  845.       ControlClass = 'TPropCheckBox'
  846.       DefaultValue = False
  847.     end
  848.     object WrapLines: TBooleanPropField
  849.       DisplayLabel = 'Wrap Lines'
  850.       DisplayWidth = 20
  851.       FieldName = 'Wrap Lines'
  852.       ControlClass = 'TPropCheckBox'
  853.       DefaultValue = False
  854.     end
  855.     object LeftMargin: TIntegerPropField
  856.       DisplayLabel = 'Left Margin'
  857.       DisplayWidth = 20
  858.       FieldName = 'Left Margin'
  859.       ControlClass = 'TPropEdit'
  860.       MaxValue = 99
  861.     end
  862.   end
  863.   object ProjHistoryLists: THistoryManager
  864.     Lists.Strings = (
  865.       'hlIncludePath'
  866.       'hlLibraryPath'
  867.       'hlDebugSourcePath'
  868.       'hlConditionals'
  869.       'hlUnitAliases'
  870.       'hlSearchPath'
  871.       'hlUnitOutputDirectory'
  872.       'hlOutputDirectorry'
  873.       'hlBPLOutput'
  874.       'hlDCPOutput')
  875.     Left = 344
  876.     Top = 72
  877.   end
  878.   object SearchOptions: TRegistryPropSet
  879.     KeyPath = 'Search'
  880.     RootKey = hkCurrentUser
  881.     AfterLoad = SearchOptionsAfterLoad
  882.     BeforeSave = SearchOptionsBeforeSave
  883.     Left = 464
  884.     Top = 16
  885.     object SearchCaseSensitive: TBooleanPropField
  886.       DisplayLabel = 'Case Sensitive'
  887.       DisplayWidth = 20
  888.       FieldName = 'Case Sensitive'
  889.       ControlClass = 'TPropCheckBox'
  890.       DefaultValue = False
  891.     end
  892.     object SearchWholeWords: TBooleanPropField
  893.       DisplayLabel = 'Whole Words'
  894.       DisplayWidth = 20
  895.       FieldName = 'Whole Words'
  896.       ControlClass = 'TPropCheckBox'
  897.       DefaultValue = False
  898.     end
  899.     object SearchRegularExp: TBooleanPropField
  900.       DisplayLabel = 'Regular Expression'
  901.       DisplayWidth = 20
  902.       FieldName = 'Regular Expression'
  903.       ControlClass = 'TPropCheckBox'
  904.       DefaultValue = False
  905.     end
  906.     object SearchForward: TBooleanPropField
  907.       DisplayLabel = 'Search Forward'
  908.       DisplayWidth = 20
  909.       FieldName = 'Search Forward'
  910.       ControlClass = 'TPropCheckBox'
  911.       DefaultValue = True
  912.     end
  913.     object SearchFromCursor: TBooleanPropField
  914.       DisplayLabel = 'From Cursor'
  915.       DisplayWidth = 20
  916.       FieldName = 'From Cursor'
  917.       ControlClass = 'TPropCheckBox'
  918.       DefaultValue = True
  919.     end
  920.     object SearchFileMask: TStringPropField
  921.       DisplayLabel = 'File Mask'
  922.       FieldName = 'File Mask'
  923.       ControlClass = 'TPropEdit'
  924.     end
  925.     object SearchIncludeSubDirs: TBooleanPropField
  926.       DisplayLabel = 'Include Sub Dirs'
  927.       DisplayWidth = 20
  928.       FieldName = 'Include Sub Dirs'
  929.       ControlClass = 'TPropCheckBox'
  930.       DefaultValue = False
  931.     end
  932.     object SearchGlobal: TBooleanPropField
  933.       DisplayLabel = 'Global'
  934.       DisplayWidth = 20
  935.       FieldName = 'Global'
  936.       ControlClass = 'TPropCheckBox'
  937.       DefaultValue = True
  938.     end
  939.   end
  940.   object ReplaceOptions: TRegistryPropSet
  941.     KeyPath = 'Replace'
  942.     RootKey = hkCurrentUser
  943.     Left = 400
  944.     Top = 72
  945.     object ReplaceCaseSensitive: TBooleanPropField
  946.       DisplayLabel = 'Case Sensitive'
  947.       DisplayWidth = 20
  948.       FieldName = 'Case Sensitive'
  949.       ControlClass = 'TPropCheckBox'
  950.       DefaultValue = False
  951.     end
  952.     object ReplaceWholeWords: TBooleanPropField
  953.       DisplayLabel = 'Whole Words'
  954.       DisplayWidth = 20
  955.       FieldName = 'Whole Words'
  956.       ControlClass = 'TPropCheckBox'
  957.       DefaultValue = False
  958.     end
  959.     object ReplaceRegularExp: TBooleanPropField
  960.       DisplayLabel = 'Regular Expression'
  961.       DisplayWidth = 20
  962.       FieldName = 'Regular Expression'
  963.       ControlClass = 'TPropCheckBox'
  964.       DefaultValue = False
  965.     end
  966.     object ReplacePrompt: TBooleanPropField
  967.       DisplayLabel = 'Prompt On Replace'
  968.       DisplayWidth = 20
  969.       FieldName = 'Prompt On Replace'
  970.       ControlClass = 'TPropCheckBox'
  971.       DefaultValue = True
  972.     end
  973.     object ReplaceFromCursor: TBooleanPropField
  974.       DisplayLabel = 'From Cursor'
  975.       DisplayWidth = 20
  976.       FieldName = 'From Cursor'
  977.       ControlClass = 'TPropCheckBox'
  978.       DefaultValue = True
  979.     end
  980.     object ReplaceGlobal: TBooleanPropField
  981.       DisplayLabel = 'Global'
  982.       DisplayWidth = 20
  983.       FieldName = 'Global'
  984.       ControlClass = 'TPropCheckBox'
  985.       DefaultValue = True
  986.     end
  987.     object ReplaceForward: TBooleanPropField
  988.       DisplayLabel = 'Search Forward'
  989.       DisplayWidth = 20
  990.       FieldName = 'Search Forward'
  991.       ControlClass = 'TPropCheckBox'
  992.       DefaultValue = True
  993.     end
  994.   end
  995.   object ModuleExplorer: TRegistryPropSet
  996.     KeyPath = 'Code Explorer'
  997.     RootKey = hkCurrentUser
  998.     Left = 24
  999.     Top = 128
  1000.     object ModuleExplorerHighlightIncomplete: TBooleanPropField
  1001.       DisplayLabel = 'Highlight incomplete class items'
  1002.       DisplayWidth = 20
  1003.       FieldName = 'Highlight incomplete'
  1004.       ControlClass = 'TPropCheckBox'
  1005.       DefaultValue = True
  1006.       OnChange = ModuleExplorerOptionsChange
  1007.     end
  1008.     object ModuleExplorerSorting: TEnumPropField
  1009.       DisplayLabel = 'Sorting'
  1010.       DisplayWidth = 20
  1011.       FieldName = 'Sorting'
  1012.       ControlClass = 'TPropRadioGroup'
  1013.       DefaultValue = 1
  1014.       ValueNames.Strings = (
  1015.         'Alphabetical=1'
  1016.         'Source=2')
  1017.       OnChange = ModuleExplorerOptionsChange
  1018.     end
  1019.     object ModuleExplorerExpanding: TEnumPropField
  1020.       DisplayLabel = '&Expanding:'
  1021.       DisplayWidth = 20
  1022.       FieldName = 'Expanding'
  1023.       ControlClass = 'TPropRadioGroup'
  1024.       DefaultValue = 0
  1025.       ValueNames.Strings = (
  1026.         'Fully expanded=0'
  1027.         'Auto expanded=1'
  1028.         'Collapsed=2')
  1029.       OnChange = ModuleExplorerOptionsChange
  1030.     end
  1031.     object ModuleExplorerGrouping: TEnumPropField
  1032.       DisplayLabel = '&Grouping:'
  1033.       DisplayWidth = 20
  1034.       FieldName = 'Grouping'
  1035.       ControlClass = 'TPropRadioGroup'
  1036.       DefaultValue = 1
  1037.       ValueNames.Strings = (
  1038.         'None=0'
  1039.         'Catagories=1'
  1040.         'Visibility=2')
  1041.       OnChange = ModuleExplorerOptionsChange
  1042.     end
  1043.     object ModuleExplorerCategorySort: TStringPropField
  1044.       DisplayLabel = 'CategorySort'
  1045.       FieldName = 'CategorySort'
  1046.       ControlClass = 'TPropEdit'
  1047.       DefaultValue = 
  1048.         'Private;Protected;Public;Published;Fields;Properties;Methods;Cla' +
  1049.         'sses;Interfaces;Procedures;Types;Variables;Uses;Virtuals;Statics' +
  1050.         ';Inherited;Introduced'
  1051.       OnChange = ModuleExplorerOptionsChange
  1052.     end
  1053.     object ModuleExplorerDeclarationSyntax: TBooleanPropField
  1054.       DisplayLabel = 'DeclarationSyntax'
  1055.       DisplayWidth = 20
  1056.       FieldName = 'DeclarationSyntax'
  1057.       ControlClass = 'TPropCheckBox'
  1058.       DefaultValue = False
  1059.       OnChange = ModuleExplorerOptionsChange
  1060.     end
  1061.     object ShowModExp: TBooleanPropField
  1062.       DisplayLabel = 'Automatically show Module E&xplorer'
  1063.       DisplayWidth = 20
  1064.       FieldName = 'Show Mod Exp'
  1065.       ControlClass = 'TPropCheckBox'
  1066.       DefaultValue = True
  1067.       OnChange = ModuleExplorerOptionsChange
  1068.     end
  1069.     object BrowserLocation: TStringPropField
  1070.       DisplayLabel = 'Browser Location'
  1071.       FieldName = 'Browser Location'
  1072.       ControlClass = 'TPropEdit'
  1073.       OnChange = ModuleExplorerOptionsChange
  1074.     end
  1075.     object InitialView: TEnumPropField
  1076.       DisplayLabel = 'Initial view'
  1077.       DisplayWidth = 20
  1078.       FieldName = 'Initial View'
  1079.       ControlClass = 'TPropRadioGroup'
  1080.       DefaultValue = 1
  1081.       ValueNames.Strings = (
  1082.         'Classes=1'
  1083.         'Units=2'
  1084.         'Globals=3')
  1085.       OnChange = ModuleExplorerOptionsChange
  1086.     end
  1087.     object BrowserOptionsSymbolScope: TEnumPropField
  1088.       DisplayLabel = 'Symbol Scope'
  1089.       DisplayWidth = 20
  1090.       FieldName = 'Symbol Scope'
  1091.       ControlClass = 'TPropComboBox'
  1092.       DefaultValue = 1
  1093.       ValueNames.Strings = (
  1094.         'Project=1'
  1095.         'Global=2')
  1096.       OnChange = ModuleExplorerOptionsChange
  1097.     end
  1098.   end
  1099.   object ClassCompletion: TRegistryPropSet
  1100.     KeyPath = 'Class Completion'
  1101.     RootKey = hkCurrentUser
  1102.     Left = 88
  1103.     Top = 128
  1104.     object ClassCompletionBooleanProperties: TBooleanPropField
  1105.       DisplayLabel = 'Finish incomplete &properties'
  1106.       DisplayWidth = 20
  1107.       FieldName = 'Finish properties'
  1108.       ControlClass = 'TPropCheckBox'
  1109.       DefaultValue = True
  1110.       OnChange = ModuleExplorerOptionsChange
  1111.     end
  1112.     object ClassCompletionBooleanCompleteNavigation: TBooleanPropField
  1113.       DisplayLabel = 'Complete method on &navigation'
  1114.       DisplayWidth = 20
  1115.       FieldName = 'Complete navigation'
  1116.       ControlClass = 'TPropCheckBox'
  1117.       DefaultValue = True
  1118.       OnChange = ModuleExplorerOptionsChange
  1119.     end
  1120.     object ClassCompletionBooleanAddInterface: TBooleanPropField
  1121.       DisplayLabel = 'Add &interface method implemetations'
  1122.       DisplayWidth = 20
  1123.       FieldName = 'Add interface methods'
  1124.       ControlClass = 'TPropCheckBox'
  1125.       DefaultValue = False
  1126.       OnChange = ModuleExplorerOptionsChange
  1127.     end
  1128.   end
  1129.   object SmallGutterImages: TImageList
  1130.     DrawingStyle = dsTransparent
  1131.     Height = 9
  1132.     Width = 9
  1133.     Left = 216
  1134.     Top = 128
  1135.     Bitmap = {
  1136.       494C010117001800040009000900FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
  1137.       000000000000360000002800000024000000360000000100100000000000300F
  1138.       0000000000000000000000000000000000000000000000000000000000000000
  1139.       0000000000000000000000000000000000000000000000000000000000000000
  1140.       0000000000000000000000000000000000000000000000000000000000000000
  1141.       0000E00300000000000000000000000000000000000000000000000000000000
  1142.       0000000000000000000000000000000000000000000000000000000000000000
  1143.       00000000000000000000E00300000000000000000000000000000000E0030000
  1144.       0000000000000000000000000000E00300000000000000000000000000000000
  1145.       000000000000000000000000000000000000E003000000000000000000000000
  1146.       0000E003E003E003000000000000000000000000E003E0030000000000000000
  1147.       00000000000000000000000000000000000000000000E003E003E003E003E003
  1148.       0000000000000000E003E003E003E003E0030000000000000000E003E003E003
  1149.       E003E00300000000000000000000000000000000000000000000000000000000
  1150.       E003E003E0030000000000000000000000000000E00300000000000000000000
  1151.       00000000E003E003000000000000000000000000000000000000000000000000
  1152.       00000000000000000000E00300000000000000000000000000000000E0030000
  1153.       0000000000000000000000000000E00300000000000000000000000000000000
  1154.       0000000000000000000000000000000000000000000000000000000000000000
  1155.       00000000E0030000000000000000000000000000000000000000000000000000
  1156.       0000000000000000000000000000000000000000000000000000000000000000
  1157.       0000000000000000000000000000000000000000000000000000000000000000
  1158.       0000000000000000000000000000000000000000000000000000000000000000
  1159.       0000000000000000000000000000000000000000000000000000000000000000
  1160.       0000000000000000000000000000000000000000000000000000000000000000
  1161.       0000000018631002000000000000100200000000000018631002000010020002
  1162.       1002000000000000186310020000000000001002000000000000186310020000
  1163.       0000000010020000000000001863000010020002100200000000000000001863
  1164.       0002000000021002000200000000000018630000100200021002000000000000
  1165.       0000186300021002000210020000000000000000186300000000100200020000
  1166.       0000000000001863100200020000000210020000000000001863000000021002
  1167.       0002000000000000000018631002000000000002000000000000000018630000
  1168.       1002000000000002000000000000186300021002000200000002000000000000
  1169.       1863000200000000000000020000000000001863000010020002000000000000
  1170.       0000000018630000000210020002100200000000000018631002000210020002
  1171.       0000000000000000186300000002100200020000000000000000186300000002
  1172.       1002000200000000000000001863000200000000000000020000000000001863
  1173.       0000000000000000000000000000000018630002000000000000000200000000
  1174.       0000186300020000000000000002000000000000000000000000000000000000
  1175.       0000000000000000000000000000000000000000000000000000000000000000
  1176.       0000000000000000000000000000000000000000000000000000000000000000
  1177.       0000000000000000000000000000000000000000000000000000000000000000
  1178.       0000000000000000000000000000000000000000000000000000000000000000
  1179.       0000000000000000000000000000000000000000000000000000000000000000
  1180.       0000000000000000000000000000000000000000000000000000000000000000
  1181.       0000000000000000000000001863000000000000000000000000000000001863
  1182.       1002000000000000100200000000000018631002000210020000100200000000
  1183.       0000186310020000000000001002000000000000186300020000000210020002
  1184.       0000000000001863000010020002100200000000000000001863000210020002
  1185.       0000000200000000000018630000100200021002000000000000000018631002
  1186.       0002000000021002000000000000186310020002100200020000000000000000
  1187.       1863000000000000000000000000000000001863100200021002000200000000
  1188.       0000000018630002100200020000000000000000000018630002100200000000
  1189.       0002000000000000186300001002000200000002000000000000186300020000
  1190.       0000000000020000000000001863000000021002000200000000000000001863
  1191.       0000000210020002000000000000000018631002000010020000100200000000
  1192.       0000186300000002100200021002000000000000186300020000000000000002
  1193.       0000000000001863000200000000000000020000000000001863000210020000
  1194.       0000000200000000000018630000000000000000000000000000000000000000
  1195.       0000000000000000000000000000000000000000000000000000000000000000
  1196.       0000000000000000000000000000000000000000000000000000000000000000
  1197.       0000000000000000000000000000000000000000000000000000000000000000
  1198.       0000000000000000000000000000000000000000000000000000000000000000
  1199.       0000000000000000000000000000000000000000000000000000000000000000
  1200.       0000000000000000000000000000000000000000000000000000000000000000
  1201.       0000000000000000000000000000000000000000000000000000000000000000
  1202.       0000000000000000000000000000000000000000000000001863100200000000
  1203.       0000100200000000000018631002000000000000100200000000000000000000
  1204.       0000100010000000000000000000000000000000004000400000000000000000
  1205.       1863000000000002100200000000000000001863000210020000100200020000
  1206.       000000000000000010001F001F001000000000000000000000000040007C007C
  1207.       0040000000000000186300000002000000020000000000000000186310020002
  1208.       00000002100200000000000000000000FF031F001F0010000000000000000000
  1209.       00001F7C007C007C004000000000000018630000100200000002000000000000
  1210.       0000186300021002000010020002000000000000000000001863FF0310000000
  1211.       0000000000000000000018631F7C004000000000000000001863000000021002
  1212.       0000000000000000000018631002000000000002100200000000000000000000
  1213.       0000000000000000000000000000000000000000000000000000000000000000
  1214.       1863000200000000000000020000000000001863000210020000100200020000
  1215.       0000000000000000000000000000000000000000000000000000000000000000
  1216.       0000000000000000000000000000000000000000000000000000000000000000
  1217.       0000000000000000000000000000000000000000000000000000000000000000
  1218.       0000000000000000000000000000000000000000000000000000000000000000
  1219.       0000000000000000000000000000000000000000000000000000000000000000
  1220.       0000000000000000000000000000000000000000000000000000000000000000
  1221.       0000000000000000000000000000000000000000000000000000000000000000
  1222.       1042104210420000000000000000000010421042104210421042000000000000
  1223.       0000000000000000000000000000000000000000000000000000E00300000000
  1224.       0000000000001042104200001042104200000000000010420000104218631042
  1225.       0000104200000000000000000000E00300000000000000000000000000000000
  1226.       0000E003E0030000000000001042104200001042000010421042000000001042
  1227.       10420000104200001042104200000000000000000000E003E003000000000000
  1228.       000000000000E003E003E003E003E00300000000104200001042104200001042
  1229.       1042000000001042186310420000104218631042000000000000E003E003E003
  1230.       E003E003000000001F000000000000000000E003E00300000000000010421042
  1231.       1042104210420000104200000000104210420000104200001042104200000000
  1232.       000000000000E003E00300000000000000000000000000000000E00300000000
  1233.       0000000000001042104210421042000010420000000010420000104218631042
  1234.       0000104200000000000000000000E00300000000000000001F001F001F000000
  1235.       0000000000000000000000000000000010421042104210420000000000000000
  1236.       1042104210421042104200000000000000000000000000000000000000000000
  1237.       0000000000000000000000000000000000000000000000000000000000000000
  1238.       0000000000000000000000000000000000000000000000000000000000000000
  1239.       00000000000000001F001F001F001F0000000000000000000000000000000000
  1240.       0000000000000000000000000000000000000000000000000000000000000000
  1241.       0000000000000000000000000000000000000000000000000000000000000000
  1242.       0000000000000000000000000000000000000000000000000000000000000000
  1243.       0000000000000000000000000000000000000000000000000000000000001042
  1244.       10421042000000000000000000000000007C007C007C00000000000000000000
  1245.       0000007CE003007C00000000000000000000E07F007C007C007CE07F00000000
  1246.       00000000104218631863186310420000000000000000007C007C007C007C007C
  1247.       0000000000000000007CE003007CE003007C0000000000000000007CE07F007C
  1248.       E07F007C0000000000001042186318631863186318631042000000000000007C
  1249.       007C007C007C007C0000000000000000E003007C007CE003007C000000000000
  1250.       0000007C007CE07F007C007C0000000000001042186318631863186318631042
  1251.       000000000000007C007C007C007C007C0000000000000000007C007C007C007C
  1252.       E0030000000000000000007CE07F007CE07F007C000000000000104218631863
  1253.       18631863186310420000000000000000007C007C007C00000000000000000000
  1254.       0000007C007C007CE0030000000000000000E07F007C007C007CE07F00000000
  1255.       0000000010421863186318631042000000000000000000000000000000000000
  1256.       0000000000000000000000000000000000000000000000000000000000000000
  1257.       0000000000000000000000000000104210421042000000000000000000000000
  1258.       0000000000000000000000000000000000000000000000000000000000000000
  1259.       0000000000000000000000000000000000000000000000000000000000000000
  1260.       0000424D3E000000000000003E00000028000000240000003600000001000100
  1261.       00000000B00100000000000000000000000000000000000000000000FFFFFF00
  1262.       E3FFFFE000000000E3FBFCE000000000E3F1F8E00000000080E0F02000000000
  1263.       80C0602000000000C1C0702000000000E3F1F8E000000000F7F1FCE000000000
  1264.       FFF1FFE000000000008040201000000000000000000000000000000000000000
  1265.       0000000000000000000000000000000000000000000000000000000000000000
  1266.       0000000000000000C06030180000000000804020100000000000000000000000
  1267.       0000000000000000000000000000000000000000000000000000000000000000
  1268.       00000000000000000000000000000000C060301800000000FFFFC02010000000
  1269.       FFFFC00000000000F3F9C00000000000E1F0C00000000000E1F0C00000000000
  1270.       E3F1C00000000000FFFFC00000000000FFFFC00000000000FFFFF01800000000
  1271.       FFFFFFFE70000000E3E0F9FE30000000C9D178F81000000094CA607800000000
  1272.       A4C460281000000082CA607E30000000C2D178E270000000E1E0F9FFF0000000
  1273.       FFFFFFE1F0000000FFFFFFFFF0000000E3F1F07C70000000C1E0E03830000000
  1274.       80C060301000000080C060301000000080C0603010000000C1E0603830000000
  1275.       E3F0F07C70000000FFFFFFFFF000000000000000000000000000000000000000
  1276.       000000000000}
  1277.   end
  1278.   object LargeGutterImages: TImageList
  1279.     DrawingStyle = dsTransparent
  1280.     Height = 15
  1281.     Width = 15
  1282.     Left = 280
  1283.     Top = 128
  1284.     Bitmap = {
  1285.       494C01011700180004000F000F00FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
  1286.       00000000000036000000280000003C0000005A0000000100100000000000302A
  1287.       0000000000000000000000000000000000000000000000000000000000000000
  1288.       0000000000000000000000000000000000000000000000000000000000000000
  1289.       0000000000000000000000000000000000000000000000000000000000000000
  1290.       0000000000000000000000000000000000000000000000000000000000000000
  1291.       0000000000000000000000000000000000000000000000000000000000000000
  1292.       0000000000000000000000000000000000000000000000000000000000000000
  1293.       0000000000000000000000000000000000000000000000000000000000000000
  1294.       0000000000000000000000000000000000000000000000000000000000000000
  1295.       0000000000000000000000000000000000000000000000000000000000000000
  1296.       0000000000000000000000000000000000000000000000000000000000000000
  1297.       0000000000000000000000000000000000000000000000000000000000000000
  1298.       0000000000000000000000000000000000000000000000000000000000000000
  1299.       000000000000E07FE07FE07F0000000000000000000000000000000000000000
  1300.       000000000000E07F000000000000000000000000000000000000000000000000
  1301.       0000000000000000000000000000000000000000000000000000000000000000
  1302.       000000000000000000000000000000000000000000000000000000000000E07F
  1303.       E003E003000000000000000000000000000000000000000000000000E003E003
  1304.       E07F0000000000000000000000000000000000000000000000000000E0030000
  1305.       0000000000000000000000000000000000000000000000000000000000000000
  1306.       00000000000000000000000000000000000000000000E07FE003E00300000000
  1307.       000000000000000000000000000000000000E003E003E003E003E07F00000000
  1308.       000000000000000000000000000000000000E003E00300000000000000000000
  1309.       0000000000000000000000000000000000000000000000000000000000000000
  1310.       0000000000000000000000000000E07FE003E003000000000000000000000000
  1311.       0000000000000000E003E003E003E003E07FE07FE07F00000000000000000000
  1312.       0000000000000000E003E003E003E003E003E07F000000000000000000000000
  1313.       0000000000000000000000000000000000000000000000000000000000000000
  1314.       000000000000E07FE003E0030000000000000000000000000000000000000000
  1315.       00000000E003E003E07F0000000000000000000000000000000000000000E07F
  1316.       E003E003E003E003E003E07F0000000000000000000000000000000000000000
  1317.       0000000000000000000000000000000000000000000000000000E07FE07FE07F
  1318.       E003E003E003E0030000000000000000000000000000000000000000E003E003
  1319.       E07F00000000000000000000000000000000000000000000E07FE003E07FE07F
  1320.       E07FE07F00000000000000000000000000000000000000000000000000000000
  1321.       0000000000000000000000000000000000000000E07FE003E003E003E0030000
  1322.       0000000000000000000000000000000000000000E003E003E07F000000000000
  1323.       000000000000000000000000000000000000E07FE07F00000000000000000000
  1324.       0000000000000000000000000000000000000000000000000000000000000000
  1325.       0000000000000000000000000000E07FE003E003000000000000000000000000
  1326.       000000000000000000000000E003E003E07F0000000000000000000000000000
  1327.       000000000000000000000000E07F000000000000000000000000000000000000
  1328.       0000000000000000000000000000000000000000000000000000000000000000
  1329.       0000000000000000E07F00000000000000000000000000000000000000000000
  1330.       00000000E07FE07FE07F00000000000000000000000000000000000000000000
  1331.       0000000000000000000000000000000000000000000000000000000000000000
  1332.       0000000000000000000000000000000000000000000000000000000000000000
  1333.       0000000000000000000000000000000000000000000000000000000000000000
  1334.       0000000000000000000000000000000000000000000000000000000000000000
  1335.       0000000000000000000000000000000000000000000000000000000000000000
  1336.       0000000000000000000000000000000000000000000000000000000000000000
  1337.       0000000000000000000000000000000000000000000000000000000000000000
  1338.       0000000000000000000000000000000000000000000000000000000000000000
  1339.       0000000000000000000000000000000000000000000000000000000000000000
  1340.       0000000000000000000000000000000000000000000000000000000000000000
  1341.       0000000000000000000000000000000000000000000000000000000000000000
  1342.       0000000000000000000000000000000000000000000000000000000000000000
  1343.       0000000000000000000000000000000000000000000000000000000000000000
  1344.       0000000000000000000000000000000000000000000000000000000000000000
  1345.       0000000000000000000000000000000000000000000000000000000000000000
  1346.       0000000000000000000000000000000000000000000000000000000000000000
  1347.       0000000000000000000000000000000000000000000000001863100200021002
  1348.       0002100200021002000000000000000000000000000018631002000210020002
  1349.       1002000210020000000000000000000000000000186310020002100200021002
  1350.       0002100200000000000000000000000000001863100200021002000210020002
  1351.       1002000000000000000000000000000018630002100200000000000010020002
  1352.       0000104200000000000000000000186300021002000200000002100200020000
  1353.       1042000000000000000000001863000210020000000000001002000200001042
  1354.       0000000000000000000018630002100200021002000200000002000010420000
  1355.       0000000000000000186310020000100200021002000010020000104200000000
  1356.       0000000000001863100200021002000010020002100200001042000000000000
  1357.       0000000018631002000010020002100200001002000010420000000000000000
  1358.       0000186310020002100200021002000010020000104200000000000000000000
  1359.       1863000200000002100200020000000200001042000000000000000000001863
  1360.       0002100200020000000210020002000010420000000000000000000018630002
  1361.       0000000210020002000000020000104200000000000000000000186300021002
  1362.       0002100200020000000200001042000000000000000000001863100200001002
  1363.       0002100200001002000010420000000000000000000018631002000210020002
  1364.       0000000210020000104200000000000000000000186310020000100200021002
  1365.       0000100200001042000000000000000000001863100200020000000010020000
  1366.       1002000010420000000000000000000018630002000000000000000010020002
  1367.       0000104200000000000000000000186300021002000210020000100200020000
  1368.       1042000000000000000000001863100210020000000000001002000200001042
  1369.       0000000000000000000018630002000000021002000000000002000010420000
  1370.       0000000000000000186310020000100200021002000210020000104200000000
  1371.       0000000000001863100200021002000210020000100200001042000000000000
  1372.       0000000018631002000010020002100200001002000010420000000000000000
  1373.       0000186310020000100200021002000010020000104200000000000000000000
  1374.       1863000200000002100200020000000200001042000000000000000000001863
  1375.       0002000000021002000200000002000010420000000000000000000018630002
  1376.       0000000210020002000000020000104200000000000000000000186300020000
  1377.       0002100200020000000200001042000000000000000000001863100200020000
  1378.       0000000000021002000010420000000000000000000018631002000000000000
  1379.       0000000010020000104200000000000000000000186310020002000000000000
  1380.       0002100200001042000000000000000000001863100200020000000000000002
  1381.       1002000010420000000000000000000018630002100200021002000210020002
  1382.       0000104200000000000000000000186300021002000210020002100200020000
  1383.       1042000000000000000000001863000210020002100200021002000200001042
  1384.       0000000000000000000018630002100200021002000210020002000010420000
  1385.       0000000000000000000000000000000000000000000000000000104200000000
  1386.       0000000000000000000000000000000000000000000000001042000000000000
  1387.       0000000000000000000000000000000000000000000010420000000000000000
  1388.       0000000000000000000000000000000000000000104200000000000000000000
  1389.       0000186318631863186318631863186318631042000000000000000000000000
  1390.       1863186318631863186318631863186310420000000000000000000000001863
  1391.       1863186318631863186318631863104200000000000000000000000018631863
  1392.       1863186318631863186318631042000000000000000000000000000000000000
  1393.       0000000000000000000000000000000000000000000000000000000000000000
  1394.       0000000000000000000000000000000000000000000000000000000000000000
  1395.       0000000000000000000000000000000000000000000000000000000000000000
  1396.       0000000000000000000000000000000000000000000000000000000000000000
  1397.       0000000000000000000000000000000000000000000000000000000000000000
  1398.       0000000000000000000000000000000000000000000000000000000000000000
  1399.       0000000000000000000000000000000000000000000000000000000000000000
  1400.       0000000000000000000000000000000000000000000000000000000000000000
  1401.       0000000000000000000000000000000000000000000000000000000000000000
  1402.       0000000000000000000000000000000000000000000000000000000000000000
  1403.       0000000000000000000000000000000000000000000000000000000000000000
  1404.       1863100200021002000210020002100200000000000000000000000000001863
  1405.       1002000210020002100200021002000000000000000000000000000018631002
  1406.       0002100200021002000210020000000000000000000000000000186310020002
  1407.       1002000210020002100200000000000000000000000000001863000200000000
  1408.       0000000000000002000010420000000000000000000018630002100200000000
  1409.       0000100200020000104200000000000000000000186300021002000210020000
  1410.       1002000200001042000000000000000000001863000210020000000000001002
  1411.       0002000010420000000000000000000018631002000010020002100200021002
  1412.       0000104200000000000000000000186310020000100200021002000010020000
  1413.       1042000000000000000000001863100200021002000200000002100200001042
  1414.       0000000000000000000018631002000010020002100200001002000010420000
  1415.       0000000000000000186300021002000010020002100200020000104200000000
  1416.       0000000000001863000210020002100200020000000200001042000000000000
  1417.       0000000018630002100200021002000010020002000010420000000000000000
  1418.       0000186300021002000210020002000000020000104200000000000000000000
  1419.       1863100200021002000010020002100200001042000000000000000000001863
  1420.       1002000210020002100200001002000010420000000000000000000018631002
  1421.       0000000000000000000010020000104200000000000000000000186310020002
  1422.       1002000210020000100200001042000000000000000000001863000210020002
  1423.       1002000010020002000010420000000000000000000018630002100200020000
  1424.       0000100200020000104200000000000000000000186300020000000210020000
  1425.       1002000200001042000000000000000000001863000200000000000000001002
  1426.       0002000010420000000000000000000018631002000210020002100200001002
  1427.       0000104200000000000000000000186310020002100200021002000010020000
  1428.       1042000000000000000000001863100200001002000200000002100200001042
  1429.       0000000000000000000018631002000010020002100200021002000010420000
  1430.       0000000000000000186300020000000210020002000000020000104200000000
  1431.       0000000000001863000200000002100200020000000200001042000000000000
  1432.       0000000018630002000000021002000010020002000010420000000000000000
  1433.       0000186300020000000210020002100200020000104200000000000000000000
  1434.       1863100200020000000000000002100200001042000000000000000000001863
  1435.       1002000200000000000000021002000010420000000000000000000018631002
  1436.       0000100200020000000210020000104200000000000000000000186310020000
  1437.       0000000000000000100200001042000000000000000000001863000210020002
  1438.       1002000210020002000010420000000000000000000018630002100200021002
  1439.       0002100200020000104200000000000000000000186300021002000210020002
  1440.       1002000200001042000000000000000000001863000210020002100200021002
  1441.       0002000010420000000000000000000000000000000000000000000000000000
  1442.       0000104200000000000000000000000000000000000000000000000000000000
  1443.       1042000000000000000000000000000000000000000000000000000000001042
  1444.       0000000000000000000000000000000000000000000000000000000010420000
  1445.       0000000000000000000018631863186318631863186318631863104200000000
  1446.       0000000000000000186318631863186318631863186318631042000000000000
  1447.       0000000000001863186318631863186318631863186310420000000000000000
  1448.       0000000018631863186318631863186318631863104200000000000000000000
  1449.       0000000000000000000000000000000000000000000000000000000000000000
  1450.       0000000000000000000000000000000000000000000000000000000000000000
  1451.       0000000000000000000000000000000000000000000000000000000000000000
  1452.       0000000000000000000000000000000000000000000000000000000000000000
  1453.       0000000000000000000000000000000000000000000000000000000000000000
  1454.       0000000000000000000000000000000000000000000000000000000000000000
  1455.       0000000000000000000000000000000000000000000000000000000000000000
  1456.       0000000000000000000000000000000000000000000000000000000000000000
  1457.       0000000000000000000000000000000000000000000000000000000000000000
  1458.       0000000000000000000000000000000000000000000000000000000000000000
  1459.       0000000000000000000000000000000000000000000000000000000000000000
  1460.       0000000000000000000000000000000000000000000000000000000000000000
  1461.       0000000000000000000000000000000000000000000000000000000000000000
  1462.       0000000018631002000210020002100200021002000000000000000000000000
  1463.       0000186310020002100200021002000210020000000000000000000000000000
  1464.       0000000000000000000000000000000000000000000000000000000000000000
  1465.       0000000000000000000000000000000000000000000000000000000018630002
  1466.       1002000000000000100200020000104200000000000000000000186300020000
  1467.       0000000000000000000200001042000000000000000000000000000000000000
  1468.       0000000000000000000000000000000000000000000000000000000000000000
  1469.       0000000000000000000000000000000000000000186310020000100200021002
  1470.       0000100200001042000000000000000000001863100200021002000010020002
  1471.       1002000010420000000000000000000000000000000000000000000000000000
  1472.       0000000000000000000000000000000000000000000000000000000000000000
  1473.       0000000000000000000000001863000200000002100200020000000200001042
  1474.       0000000000000000000018630002100200020000000210020002000010420000
  1475.       0000000000000000000000000000000000000000000000000000000000000000
  1476.       0000000000000000000000000000000000000000000000000000000000000000
  1477.       0000000018631002000010020002100200001002000010420000000000000000
  1478.       0000186310020002100200001002000210020000104200000000000000000000
  1479.       0000000000001000100000000000000000000000000000000000000000000000
  1480.       0000000000400040000000000000000000000000000000000000000018630002
  1481.       0000000210020002000000020000104200000000000000000000186300021002
  1482.       0002000000021002000200001042000000000000000000000000000010001F00
  1483.       1F001000000000000000000000000000000000000000000000000040007C007C
  1484.       0040000000000000000000000000000000000000186310020000100200021002
  1485.       0000100200001042000000000000000000001863100200001002000010020002
  1486.       1002000010420000000000000000000000000000FF031F001F00100000000000
  1487.       0000000000000000000000000000000000001F7C007C007C0040000000000000
  1488.       0000000000000000000000001863000200000002100200020000000200001042
  1489.       0000000000000000000018630002100200000000000210020002000010420000
  1490.       0000000000000000000000001863FF0310000000000000000000000000000000
  1491.       0000000000000000000018631F7C004000000000000000000000000000000000
  1492.       0000000018631002000200000000000000021002000010420000000000000000
  1493.       0000186310020002100200001002000210020000104200000000000000000000
  1494.       0000000000000000000000000000000000000000000000000000000000000000
  1495.       0000000000000000000000000000000000000000000000000000000018630002
  1496.       1002000210020002100200020000104200000000000000000000186300021002
  1497.       0002100200021002000200001042000000000000000000000000000000000000
  1498.       0000000000000000000000000000000000000000000000000000000000000000
  1499.       0000000000000000000000000000000000000000000000000000000000000000
  1500.       0000000000001042000000000000000000000000000000000000000000000000
  1501.       0000000010420000000000000000000000000000000000000000000000000000
  1502.       0000000000000000000000000000000000000000000000000000000000000000
  1503.       0000000000000000000000000000186318631863186318631863186318631042
  1504.       0000000000000000000000001863186318631863186318631863186310420000
  1505.       0000000000000000000000000000000000000000000000000000000000000000
  1506.       0000000000000000000000000000000000000000000000000000000000000000
  1507.       0000000000000000000000000000000000000000000000000000000000000000
  1508.       0000000000000000000000000000000000000000000000000000000000000000
  1509.       0000000000000000000000000000000000000000000000000000000000000000
  1510.       0000000000000000000000000000000000000000000000000000000000000000
  1511.       0000000000000000000000000000000000000000000000000000000000000000
  1512.       0000000000000000000000000000000000000000000000000000000000000000
  1513.       0000000000000000000000000000000000000000000000000000000000000000
  1514.       0000000000000000000000000000000000000000000000000000000000000000
  1515.       0000000000000000000000000000000000000000000000000000000000000000
  1516.       0000000000000000000000000000000000000000000000000000000000000000
  1517.       0000000000000000000000000000000000000000000000000000000000000000
  1518.       0000000000000000000000000000000000000000000000000000000000000000
  1519.       0000000000000000000000000000000000000000000000000000000000000000
  1520.       0000000000000000000000000000000000000000000000000000000000000000
  1521.       0000000000000000000000000000000000000000000000000000000000000000
  1522.       0000000000000000000000000000000000000000000000000000000000000000
  1523.       0000000000000000000000000000000000000000000000000000000000000000
  1524.       0000000010421042104210421042000000000000000000000000000000000000
  1525.       0000104210421042104210420000000000000000000000000000000000000000
  1526.       0000000000000000000000000000000000000000000000000000000000000000
  1527.       00000000000000000000E0030000000000000000000000000000104210420000
  1528.       1042186318631042000000000000000000000000000000001042104218631863
  1529.       18631042104200000000000000000000000000000000000000000000E0030000
  1530.       00000000000000000000000000000000100010001000100000000000E003E003
  1531.       E003E003E0030000000000000000000010421042000000000000104218631863
  1532.       1042000000000000000000000000104210420000104218631042000010421042
  1533.       0000000000000000000000000000000000000000E003E0030000000000000000
  1534.       0000000000000000000000000000000000000000E003E003E003E003E0030000
  1535.       0000000000000000104200000000104200001042186318631042000000000000
  1536.       0000000000001042104200000000104200000000104210420000000000000000
  1537.       000000000000E07FE003E003E003E003E0030000000000000000000000001000
  1538.       100010000000000000000000000000000000E003000000000000000000000000
  1539.       1042104210421042000000001042186310420000000000000000000000001042
  1540.       186310420000000000001042186310420000000000000000000000000000E07F
  1541.       E003E003E003E003E003E07F0000000000000000000000000000000000000000
  1542.       0000000000000000000000000000000000000000000000001042186318631863
  1543.       1042000010421863104200000000000000000000000010421042000000001042
  1544.       00000000104210420000000000000000000000000000E07FE07FE07FE07FE003
  1545.       E07F00000000000000000000000000000000000000000000E003000000000000
  1546.       0000000000000000000000000000000010421863186318631042000000001042
  1547.       1042000000000000000000000000104210420000104218631042000010421042
  1548.       0000000000000000000000000000000000000000E07FE07F0000000000000000
  1549.       00000000000000000000E003E003E003E003E003000000000000000000000000
  1550.       0000000000000000000010421863186318631042000010420000000000000000
  1551.       0000000000000000104210421863186318631042104200000000000000000000
  1552.       000000000000000000000000E07F000000000000000000000000000000000000
  1553.       0000E003E003E003E003E0030000000000000000000000000000000000000000
  1554.       0000000010421042104210420000000010420000000000000000000000000000
  1555.       0000104210421042104210420000000000000000000000000000000000000000
  1556.       0000000000000000000000000000000000000000000000000000000000000000
  1557.       E003000000000000000000000000000000000000000000000000000000000000
  1558.       0000000010421042000000000000000000000000000000000000000000000000
  1559.       0000000000000000000000000000000000000000000000000000000000000000
  1560.       0000000000000000000000000000000000000000000000000000000000000000
  1561.       0000000000000000000000000000000000000000000000000000000000000000
  1562.       0000000000000000000000000000000000000000000000000000000000000000
  1563.       0000000000000000000000000000000000000000000000000000000000000000
  1564.       0000000000000000000000000000000000000000000000000000000000000000
  1565.       0000000000000000000000000000000000000000000000000000000000000000
  1566.       0000000000000000000000000000000000000000000000000000000000000000
  1567.       0000000000000000000000000000000000000000000000000000000000000000
  1568.       0000000000000000000000000000000000000000000000000000000000000000
  1569.       0000000000000000000000000000000000000000000000000000000000000000
  1570.       0000000000000000000000000000000000000000000000000000000000000000
  1571.       0000000000000000000000000000000000000000000000000000000000000000
  1572.       0000000000000000000000000000000000000000000000000000000000000000
  1573.       0000000000000000000000000000000000000000000000000000000000000000
  1574.       0000000000000000000000000000000000000000000000000000000000000000
  1575.       0000000000000000000000000000000000000000000000000000000000000000
  1576.       0000000000000000000000000000000000000000000000000000000000000000
  1577.       0000000000000000000000000000000000000000000000000000000000000000
  1578.       0000000000000000000000000000000000000000000000000000000000000000
  1579.       0000000000000000000000000000000000000000000000000000000000000000
  1580.       0000000000000000000000000000000000000000000000000000000000000000
  1581.       0000000000000000000000000000000000000000000000000000000000000000
  1582.       0000000000000000000000000000000000000000000000000000000000000000
  1583.       0000000000001042104210421042104200000000000000000000000000000000
  1584.       00000000007C007C007C007C007C000000000000000000000000000000000000
  1585.       0000007CE003007C007C007C0000000000000000000000000000000000000000
  1586.       007C007C007C007C007C00000000000000000000000000000000000010421863
  1587.       1863186318631863104200000000000000000000000000000000007C007C007C
  1588.       007C007C007C007C00000000000000000000000000000000007CE003E003E003
  1589.       007C007C007C00000000000000000000000000000000007CE07F007C007C007C
  1590.       E07F007C00000000000000000000000000001042186318631863186318631863
  1591.       186310420000000000000000000000000000007C007C007C007C007C007C007C
  1592.       00000000000000000000000000000000E003E003007CE003007C007C007C0000
  1593.       0000000000000000000000000000007CE07FE07F007CE07FE07F007C00000000
  1594.       0000000000000000000010421863186318631863186318631863104200000000
  1595.       00000000000000000000007C007C007C007C007C007C007C0000000000000000
  1596.       0000000000000000007C007C007CE003E003007C007C00000000000000000000
  1597.       000000000000007C007CE07FE07FE07F007C007C000000000000000000000000
  1598.       0000104218631863186318631863186318631042000000000000000000000000
  1599.       0000007C007C007C007C007C007C007C00000000000000000000000000000000
  1600.       007C007C007C007CE003007C007C00000000000000000000000000000000007C
  1601.       E07FE07F007CE07FE07F007C0000000000000000000000000000104218631863
  1602.       1863186318631863186310420000000000000000000000000000007C007C007C
  1603.       007C007C007C007C00000000000000000000000000000000007C007C007C007C
  1604.       E003E003007C00000000000000000000000000000000007CE07F007C007C007C
  1605.       E07F007C00000000000000000000000000001042186318631863186318631863
  1606.       1863104200000000000000000000000000000000007C007C007C007C007C0000
  1607.       000000000000000000000000000000000000007C007C007C007CE00300000000
  1608.       00000000000000000000000000000000007C007C007C007C007C000000000000
  1609.       0000000000000000000000001042186318631863186318631042000000000000
  1610.       0000000000000000000000000000000000000000000000000000000000000000
  1611.       000000000000000000000000000000000000E003E00300000000000000000000
  1612.       0000000000000000000000000000000000000000000000000000000000000000
  1613.       0000000000001042104210421042104200000000000000000000000000000000
  1614.       0000000000000000000000000000000000000000000000000000000000000000
  1615.       0000000000000000000000000000000000000000000000000000000000000000
  1616.       0000000000000000000000000000000000000000000000000000000000000000
  1617.       0000000000000000000000000000000000000000000000000000000000000000
  1618.       0000000000000000000000000000000000000000000000000000000000000000
  1619.       0000000000000000000000000000000000000000000000000000000000000000
  1620.       0000000000000000000000000000000000000000000000000000000000000000
  1621.       0000000000000000000000000000000000000000000000000000000000000000
  1622.       0000000000000000000000000000000000000000000000000000000000000000
  1623.       0000000000000000000000000000000000000000000000000000000000000000
  1624.       0000000000000000000000000000000000000000000000000000000000000000
  1625.       0000424D3E000000000000003E000000280000003C0000005A00000001000100
  1626.       00000000D00200000000000000000000000000000000000000000000FFFFFF00
  1627.       FFFFFFFFFFF80000FFFFFFFFFFF80000F83FFDFFFDF80000F83FF8FFF9F80000
  1628.       F83FF07FF1F80000F83FE03FE0380000F83FC01FC0380000C007800F80380000
  1629.       E00FF07FC0380000F01FF07FE0380000F83FF07FF1F80000FC7FF07FF9F80000
  1630.       FEFFF07FFDF80000FFFFFFFFFFF80000FFFFFFFFFFF80000C00F801F003E0070
  1631.       C007800F001E0030C0038007000E0010C0038007000E0010C0038007000E0010
  1632.       C0038007000E0010C0038007000E0010C0038007000E0010C0038007000E0010
  1633.       C0038007000E0010C0038007000E0010C0038007000E0010E003C007800F0010
  1634.       F007E00FC01F8030FFFFFFFFFFFFFFF0C00F801F003E0070C007800F001E0030
  1635.       C0038007000E0010C0038007000E0010C0038007000E0010C0038007000E0010
  1636.       C0038007000E0010C0038007000E0010C0038007000E0010C0038007000E0010
  1637.       C0038007000E0010C0038007000E0010E003C007800F0010F007E00FC01F8030
  1638.       FFFFFFFFFFFFFFF0FFFFFFFF003E0070FFFFFFFF001E0030FFFFFFFF000E0010
  1639.       FFFFFFFF000E0010FFFFFFFF000E0010FFFFFFFF000E0010FCFFF9FF000E0010
  1640.       F87FF0FF000E0010F87FF0FF000E0010F8FFF1FF000E0010FFFFFFFF000E0010
  1641.       FFFFFFFF000E0010FFFFFFFF800F0010FFFFFFFFC01F8030FFFFFFFFFFFFFFF0
  1642.       FFFFFFFFFFFFFFF0FFFFFFFFFFFFFEF0FFFFFFFFF7FFFE70F83FF07FF3FFF030
  1643.       F21FE03FF1FE1010E70FC89F80FFF010ED0FCD9F807C5030E18FC71F803FCE70
  1644.       E08FCD9F807E06F0E0CFC89F80FE03F0F05FE03FF1FE03F0F86FF07FF3FE07F0
  1645.       FF9FFFFFF7FFCFF0FFFFFFFFFFFFDFF0FFFFFFFFFFFFFFF0FFFFFFFFFFFFFFF0
  1646.       FFFFFFFFFFFFFFF0FFFFFFFFFFFFFFF0F83FF07FE0FFC1F0F01FE03FC07F80F0
  1647.       E00FC01F803F0070E00FC01F803F0070E00FC01F803F0070E00FC01F803F0070
  1648.       E00FC01F803F0070F01FE03FC07F80F0F83FF01FE0FFC1F0FFFFFF3FFFFFFFF0
  1649.       FFFFFFFFFFFFFFF0FFFFFFFFFFFFFFF000000000000000000000000000000000
  1650.       000000000000}
  1651.   end
  1652.   object BrowseImages: TImageList
  1653.     Height = 14
  1654.     Left = 344
  1655.     Top = 128
  1656.     Bitmap = {
  1657.       494C010102000500040010000E00FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
  1658.       0000000000003600000028000000400000001C0000000100100000000000000E
  1659.       0000000000000000000000000000000000000000000000000000000000000000
  1660.       0000000000000000000000000000000000000000000000000000000000000000
  1661.       0000000000000000000000000000000000000000000000000000000000000000
  1662.       0000000000000000000000000000000000000000000000000000000000000000
  1663.       0000000000000000000000000000000000000000000000000000000000000000
  1664.       0000000000000000000000000000000000000000000000000000000000000000
  1665.       0000000000000000000000000000000000000000000000000000000000000000
  1666.       0000000000000000000000000000000000000000000000000000000000000000
  1667.       0000000000000000000000000000000000000000000000000000000000000000
  1668.       0000000000000000000000000000000000000000000000000000000000000000
  1669.       0000000000000000000000000000000000000000000000000000000000000000
  1670.       0000000000000000000000000000000000000000000000000000000000000000
  1671.       0000000000000000000000000000000000000000000000000000000000000000
  1672.       0000000000000000000000000000000000000000000000000000000000000000
  1673.       0000000000000000000000000000000000000000000000000000000000000000
  1674.       0000000000000000000000000000000000000000000000000000000000000000
  1675.       0000000000000000000000000000000000000000000000000000000000000000
  1676.       0000000000000000000000000000000000000000000000000000000000000000
  1677.       0000000000000000000000000000000000000000000000000000000000000000
  1678.       0000000000000000000000000000000000000000000000000000000000000000
  1679.       0000000000000000000000000000000000000000000000000000000000000000
  1680.       0000000000000000000000000000000000000000000000000000000000000000
  1681.       0000000000000000000000000000000000000000000000000000000000000000
  1682.       0000000000000000000000000000000000000000000000000000000000000000
  1683.       0000000000000000000000000000000000000000000000000000000000000000
  1684.       0000000000000000000000000000000000000000000000000000000000000000
  1685.       0000000000000000000000000000000000000000000000000000000000000000
  1686.       0000000000000000000000000000000000000000000000000000000000000000
  1687.       0000000000000000000000000000000000000000000000000000000000000000
  1688.       0000000000000000000000000000000000000000000000000000000000000000
  1689.       0000000000000000000000000000000000000000000000000000000000000000
  1690.       0000000000000000000000000000000000000000000000000000000000000000
  1691.       0000000000000000000000000000000000000000000000000000000000000000
  1692.       0000000000000000000000000000000000000000000000000000000000000000
  1693.       0000000000000000000000000000000000000000000000000000000000000000
  1694.       0000000000000000000000000000000000000000000000000000000000000000
  1695.       0000000000000000000000000000000000000000000000000000000000000000
  1696.       0000000000000000000000000000000000000000000000000000000000000000
  1697.       0000000000000000000000000000000000000000000000000000000000000000
  1698.       0000000000000000000000000000000000000000000000000000000000000000
  1699.       0000000000000000000000000000000000000000000000000000000000000000
  1700.       0000000000000000000000000000000000000000000000000000000000000000
  1701.       0000000000000000000000000000000000000000000000000000000000000000
  1702.       0000000000000000000000000000000000000000000000000000000000000000
  1703.       0000000000000000000000000000000000000000000000000000000000000000
  1704.       0000000000000000000000000000000000000000000000000000000000000000
  1705.       0000000000000000000000000000000000000000000000000000000000000000
  1706.       0000000000000000000000000000000000000000000000000000000000000000
  1707.       0000000000000000000000000000000000000000000000000000000000000000
  1708.       0000000000000000000000000000000000000000000000000000000000000000
  1709.       0000000000000000000000000000000000000000000000000000000000000000
  1710.       0000000000000000000000000000000000000000000000000000000000000000
  1711.       0000000000000000000000000000000000000000000000000000000000000000
  1712.       0000000000000000000000000000000000000000000000000000000000000000
  1713.       0000000000000000000000000000000000000000000000000000000000000000
  1714.       0000000000000000000000000000000000000000000000000000000000000000
  1715.       0000000000000000000000000000000000000000000000000000000000000000
  1716.       0000000000000000000000000000000000000000000000000000000000000000
  1717.       0000000000000000000000000000000000000000000000000000000000000000
  1718.       0000000000000000000000000000000000000000000000000000000000000000
  1719.       0000000000000000000000000000000000000000000000000000000000000000
  1720.       0000000000000000000000000000000000000000000000000000000000000000
  1721.       0000000000000000000000000000000000000000000000000000000000000000
  1722.       0000000000000000000000000000000000000000000000000000000000000000
  1723.       0000000000000000000000000000000000000000000000000000000000000000
  1724.       0000000000000000000000000000000000000000000000000000000000000000
  1725.       0000000000000000000000000000000000000000000000000000000000000000
  1726.       0000000000000000000000000000000000000000000000000000000000000000
  1727.       0000000000000000000000000000000000000000000000000000000000000000
  1728.       0000000000000000000000000000000000000000000000000000000000000000
  1729.       0000000000000000000000000000000000000000000000000000000000000000
  1730.       0000000000000000000000000000000000000000000000000000000000000000
  1731.       0000000000000000000000000000000000000000000000000000000000000000
  1732.       0000000000000000000000000000000000000000000000000000000000000000
  1733.       000000000000FF03000000000000000000000000000000000000000000000000
  1734.       0000000000000000000000000000000000000000000000000000000000000000
  1735.       00000000000000000000000000000000000000000000000000000000FF030000
  1736.       0000000000000000000000000000000000000000000000000000000000000000
  1737.       000000000000FF03FF0300000000000000000000000000000000000000000000
  1738.       0000000000000000000000000000000000000000000000000000000000000000
  1739.       0000000000000000000000000000000000000000000000000000FF03FF030000
  1740.       000000000000000000000000000000000000000000000000FF03FF03FF03FF03
  1741.       FF03FF03FF03FF03FF03FF030000000000000000000000000000000000000000
  1742.       0000000000000000000000000000000000000000000000000000000000000000
  1743.       000000000000000000000000000000000000000000000000FF03FF03FF03FF03
  1744.       FF03FF03FF03FF03FF03FF03000000000000000000000000FF03FF03FF03FF03
  1745.       FF03FF03FF03FF03FF03FF030000000000000000000000000000000000000000
  1746.       0000000000000000000000000000000000000000000000000000000000000000
  1747.       000000000000000000000000000000000000000000000000FF03FF03FF03FF03
  1748.       FF03FF03FF03FF03FF03FF030000000000000000000000000000000000000000
  1749.       000000000000FF03FF0300000000000000000000000000000000000000000000
  1750.       0000000000000000000000000000000000000000000000000000000000000000
  1751.       0000000000000000000000000000000000000000000000000000FF03FF030000
  1752.       0000000000000000000000000000000000000000000000000000000000000000
  1753.       000000000000FF03000000000000000000000000000000000000000000000000
  1754.       0000000000000000000000000000000000000000000000000000000000000000
  1755.       00000000000000000000000000000000000000000000000000000000FF030000
  1756.       0000000000000000000000000000000000000000000000000000000000000000
  1757.       0000000000000000000000000000000000000000000000000000000000000000
  1758.       0000000000000000000000000000000000000000000000000000000000000000
  1759.       0000000000000000000000000000000000000000000000000000000000000000
  1760.       0000000000000000000000000000000000000000000000000000000000000000
  1761.       0000000000000000000000000000000000000000000000000000000000000000
  1762.       0000000000000000000000000000000000000000000000000000000000000000
  1763.       0000000000000000000000000000000000000000000000000000000000000000
  1764.       0000000000000000000000000000000000000000000000000000000000000000
  1765.       0000000000000000000000000000000000000000000000000000000000000000
  1766.       0000000000000000000000000000000000000000000000000000000000000000
  1767.       0000000000000000000000000000000000000000000000000000000000000000
  1768.       0000000000000000000000000000000000000000000000000000000000000000
  1769.       0000000000000000000000000000000000000000000000000000000000000000
  1770.       0000000000000000000000000000000000000000000000000000000000000000
  1771.       000000000000000000000000000000000000424D3E000000000000003E000000
  1772.       28000000400000001C0000000100010000000000E00000000000000000000000
  1773.       000000000000000000000000FFFFFF0000000000000000000000000000000000
  1774.       0000000000000000000000000000000000000000000000000000000000000000
  1775.       0000000000000000000000000000000000000000000000000000000000000000
  1776.       0000000000000000000000000000000000000000000000000000000000000000
  1777.       FFFFFFFF00000000FFFFFFFF00000000FFFFFFBF00000000FDFFFF9F00000000
  1778.       F9FFFF8F00000000F1FFC00700000000E003C00300000000C003C00300000000
  1779.       C003C00700000000E003FF8F00000000F1FFFF9F00000000F9FFFFBF00000000
  1780.       FDFFFFFF00000000FFFFFFFF0000000000000000000000000000000000000000
  1781.       000000000000}
  1782.   end
  1783.   object ModuleExplorerCategories: TRegistryPropSet
  1784.     KeyPath = 'Code Explorer'
  1785.     RootKey = hkCurrentUser
  1786.     Left = 152
  1787.     Top = 128
  1788.     object ModuleExplorerPrivateVisible: TBooleanPropField
  1789.       Tag = 1
  1790.       DisplayLabel = 'Private'
  1791.       DisplayWidth = 20
  1792.       FieldName = 'PrivateVisible'
  1793.       ControlClass = 'TPropCheckBox'
  1794.       DefaultValue = True
  1795.       OnChange = ModuleExplorerOptionsChange
  1796.     end
  1797.     object ModuleExplorerPrivateExpand: TBooleanPropField
  1798.       Tag = 1
  1799.       DisplayLabel = 'PrivateExpand'
  1800.       DisplayWidth = 20
  1801.       FieldName = 'PrivateExpand'
  1802.       ControlClass = 'TPropCheckBox'
  1803.       DefaultValue = False
  1804.       OnChange = ModuleExplorerOptionsChange
  1805.     end
  1806.     object ModuleExplorerPublicVisible: TBooleanPropField
  1807.       Tag = 1
  1808.       DisplayLabel = 'Public'
  1809.       DisplayWidth = 20
  1810.       FieldName = 'PublicVisible'
  1811.       ControlClass = 'TPropCheckBox'
  1812.       DefaultValue = True
  1813.       OnChange = ModuleExplorerOptionsChange
  1814.     end
  1815.     object ModuleExplorerPublicExpand: TBooleanPropField
  1816.       Tag = 1
  1817.       DisplayLabel = 'PublicExpand'
  1818.       DisplayWidth = 20
  1819.       FieldName = 'PublicExpand'
  1820.       ControlClass = 'TPropCheckBox'
  1821.       DefaultValue = False
  1822.       OnChange = ModuleExplorerOptionsChange
  1823.     end
  1824.     object ModuleExplorerProtectedVisible: TBooleanPropField
  1825.       Tag = 1
  1826.       DisplayLabel = 'Protected'
  1827.       DisplayWidth = 20
  1828.       FieldName = 'ProtectedVisible'
  1829.       ControlClass = 'TPropCheckBox'
  1830.       DefaultValue = True
  1831.       OnChange = ModuleExplorerOptionsChange
  1832.     end
  1833.     object ModuleExplorerProtectedExpand: TBooleanPropField
  1834.       Tag = 1
  1835.       DisplayLabel = 'ProtectedExpand'
  1836.       DisplayWidth = 20
  1837.       FieldName = 'ProtectedExpand'
  1838.       ControlClass = 'TPropCheckBox'
  1839.       DefaultValue = False
  1840.       OnChange = ModuleExplorerOptionsChange
  1841.     end
  1842.     object ModuleExplorerPublishedVisible: TBooleanPropField
  1843.       Tag = 1
  1844.       DisplayLabel = 'Published'
  1845.       DisplayWidth = 20
  1846.       FieldName = 'PublishedVisible'
  1847.       ControlClass = 'TPropCheckBox'
  1848.       DefaultValue = True
  1849.       OnChange = ModuleExplorerOptionsChange
  1850.     end
  1851.     object ModuleExplorerPublishedExpand: TBooleanPropField
  1852.       Tag = 1
  1853.       DisplayLabel = 'PublishedExpand'
  1854.       DisplayWidth = 20
  1855.       FieldName = 'PublishedExpand'
  1856.       ControlClass = 'TPropCheckBox'
  1857.       DefaultValue = False
  1858.       OnChange = ModuleExplorerOptionsChange
  1859.     end
  1860.     object ModuleExplorerMethodsVisible: TBooleanPropField
  1861.       DisplayLabel = 'Methods'
  1862.       DisplayWidth = 20
  1863.       FieldName = 'MethodsVisible'
  1864.       ControlClass = 'TPropCheckBox'
  1865.       DefaultValue = True
  1866.       OnChange = ModuleExplorerOptionsChange
  1867.     end
  1868.     object ModuleExplorerMethodsExpand: TBooleanPropField
  1869.       DisplayLabel = 'MethodsExpand'
  1870.       DisplayWidth = 20
  1871.       FieldName = 'MethodsExpand'
  1872.       ControlClass = 'TPropCheckBox'
  1873.       DefaultValue = False
  1874.       OnChange = ModuleExplorerOptionsChange
  1875.     end
  1876.     object ModuleExplorerPropertiesVisible: TBooleanPropField
  1877.       DisplayLabel = 'Properties'
  1878.       DisplayWidth = 20
  1879.       FieldName = 'PropertiesVisible'
  1880.       ControlClass = 'TPropCheckBox'
  1881.       DefaultValue = True
  1882.       OnChange = ModuleExplorerOptionsChange
  1883.     end
  1884.     object ModuleExplorerPropertiesExpand: TBooleanPropField
  1885.       DisplayLabel = 'PropertiesExpand'
  1886.       DisplayWidth = 20
  1887.       FieldName = 'PropertiesExpand'
  1888.       ControlClass = 'TPropCheckBox'
  1889.       DefaultValue = False
  1890.       OnChange = ModuleExplorerOptionsChange
  1891.     end
  1892.     object ModuleExplorerFieldsVisible: TBooleanPropField
  1893.       DisplayLabel = 'Field'
  1894.       DisplayWidth = 20
  1895.       FieldName = 'FieldsVisible'
  1896.       ControlClass = 'TPropCheckBox'
  1897.       DefaultValue = True
  1898.       OnChange = ModuleExplorerOptionsChange
  1899.     end
  1900.     object ModuleExplorerFieldsExpand: TBooleanPropField
  1901.       DisplayLabel = 'FieldsExpand'
  1902.       DisplayWidth = 20
  1903.       FieldName = 'FieldsExpand'
  1904.       ControlClass = 'TPropCheckBox'
  1905.       DefaultValue = False
  1906.       OnChange = ModuleExplorerOptionsChange
  1907.     end
  1908.     object ModuleExplorerClassesVisible: TBooleanPropField
  1909.       DisplayLabel = 'Classes'
  1910.       DisplayWidth = 20
  1911.       FieldName = 'ClassesVisible'
  1912.       ControlClass = 'TPropCheckBox'
  1913.       DefaultValue = False
  1914.       OnChange = ModuleExplorerOptionsChange
  1915.     end
  1916.     object ModuleExplorerClassesExpand: TBooleanPropField
  1917.       DisplayLabel = 'ClassesExpand'
  1918.       DisplayWidth = 20
  1919.       FieldName = 'ClassesExpand'
  1920.       ControlClass = 'TPropCheckBox'
  1921.       DefaultValue = False
  1922.       OnChange = ModuleExplorerOptionsChange
  1923.     end
  1924.     object ModuleExplorerInterfacesVisible: TBooleanPropField
  1925.       DisplayLabel = 'Interfaces'
  1926.       DisplayWidth = 20
  1927.       FieldName = 'InterfacesVisible'
  1928.       ControlClass = 'TPropCheckBox'
  1929.       DefaultValue = True
  1930.       OnChange = ModuleExplorerOptionsChange
  1931.     end
  1932.     object ModuleExplorerInterfacesExpand: TBooleanPropField
  1933.       DisplayLabel = 'InterfacesExpand'
  1934.       DisplayWidth = 20
  1935.       FieldName = 'InterfacesExpand'
  1936.       ControlClass = 'TPropCheckBox'
  1937.       DefaultValue = False
  1938.       OnChange = ModuleExplorerOptionsChange
  1939.     end
  1940.     object ModuleExplorerProceduresVisible: TBooleanPropField
  1941.       DisplayLabel = 'Procedures'
  1942.       DisplayWidth = 20
  1943.       FieldName = 'ProceduresVisible'
  1944.       ControlClass = 'TPropCheckBox'
  1945.       DefaultValue = True
  1946.       OnChange = ModuleExplorerOptionsChange
  1947.     end
  1948.     object ModuleExplorerTypesVisible: TBooleanPropField
  1949.       DisplayLabel = 'Types'
  1950.       DisplayWidth = 20
  1951.       FieldName = 'TypesVisible'
  1952.       ControlClass = 'TPropCheckBox'
  1953.       DefaultValue = True
  1954.       OnChange = ModuleExplorerOptionsChange
  1955.     end
  1956.     object ModuleExplorerVariablesVisible: TBooleanPropField
  1957.       DisplayLabel = 'Variables/Constants'
  1958.       DisplayWidth = 20
  1959.       FieldName = 'VariablesVisible'
  1960.       ControlClass = 'TPropCheckBox'
  1961.       DefaultValue = True
  1962.       OnChange = ModuleExplorerOptionsChange
  1963.     end
  1964.     object ModuleExplorerProceduresExpand: TBooleanPropField
  1965.       DisplayLabel = 'ProceduresExpand'
  1966.       DisplayWidth = 20
  1967.       FieldName = 'ProceduresExpand'
  1968.       ControlClass = 'TPropCheckBox'
  1969.       DefaultValue = False
  1970.       OnChange = ModuleExplorerOptionsChange
  1971.     end
  1972.     object ModuleExplorerTypesExpand: TBooleanPropField
  1973.       DisplayLabel = 'TypesExpand'
  1974.       DisplayWidth = 20
  1975.       FieldName = 'TypesExpand'
  1976.       ControlClass = 'TPropCheckBox'
  1977.       DefaultValue = False
  1978.       OnChange = ModuleExplorerOptionsChange
  1979.     end
  1980.     object ModuleExplorerVariablesExpand: TBooleanPropField
  1981.       DisplayLabel = 'VariablesExpand'
  1982.       DisplayWidth = 20
  1983.       FieldName = 'VariablesExpand'
  1984.       ControlClass = 'TPropCheckBox'
  1985.       DefaultValue = False
  1986.       OnChange = ModuleExplorerOptionsChange
  1987.     end
  1988.     object ModuleExplorerUsesVisible: TBooleanPropField
  1989.       DisplayLabel = 'Uses'
  1990.       DisplayWidth = 20
  1991.       FieldName = 'UsesVisible'
  1992.       ControlClass = 'TPropCheckBox'
  1993.       DefaultValue = True
  1994.       OnChange = ModuleExplorerOptionsChange
  1995.     end
  1996.     object ModuleExplorerUsesExpand: TBooleanPropField
  1997.       DisplayLabel = 'UsesExpand'
  1998.       DisplayWidth = 20
  1999.       FieldName = 'UsesExpand'
  2000.       ControlClass = 'TPropCheckBox'
  2001.       DefaultValue = False
  2002.       OnChange = ModuleExplorerOptionsChange
  2003.     end
  2004.     object ModuleExplorerCategoriesBooleanPropField2: TBooleanPropField
  2005.       DisplayLabel = 'VirtualExpand'
  2006.       DisplayWidth = 20
  2007.       FieldName = 'VirtualsExpand'
  2008.       ControlClass = 'TPropCheckBox'
  2009.       DefaultValue = True
  2010.       OnChange = ModuleExplorerOptionsChange
  2011.     end
  2012.     object ModuleExplorerCategoriesBooleanPropField: TBooleanPropField
  2013.       DisplayLabel = 'Virtuals'
  2014.       DisplayWidth = 20
  2015.       FieldName = 'VirtualsVisible'
  2016.       ControlClass = 'TPropCheckBox'
  2017.       DefaultValue = False
  2018.       OnChange = ModuleExplorerOptionsChange
  2019.     end
  2020.     object ModuleExplorerCategoriesBooleanPropField3: TBooleanPropField
  2021.       DisplayLabel = 'Statics'
  2022.       DisplayWidth = 20
  2023.       FieldName = 'StaticsVisible'
  2024.       ControlClass = 'TPropCheckBox'
  2025.       DefaultValue = False
  2026.       OnChange = ModuleExplorerOptionsChange
  2027.     end
  2028.     object ModuleExplorerCategoriesBooleanPropField4: TBooleanPropField
  2029.       DisplayLabel = 'StaticsExpand'
  2030.       DisplayWidth = 20
  2031.       FieldName = 'StaticsExpand'
  2032.       ControlClass = 'TPropCheckBox'
  2033.       DefaultValue = True
  2034.       OnChange = ModuleExplorerOptionsChange
  2035.     end
  2036.     object ModuleExplorerCategoriesBooleanPropField5: TBooleanPropField
  2037.       DisplayLabel = 'Inherited'
  2038.       DisplayWidth = 20
  2039.       FieldName = 'InheritedVisible'
  2040.       ControlClass = 'TPropCheckBox'
  2041.       DefaultValue = True
  2042.       OnChange = ModuleExplorerOptionsChange
  2043.     end
  2044.     object ModuleExplorerCategoriesBooleanPropField7: TBooleanPropField
  2045.       DisplayLabel = 'InheritedExpand'
  2046.       DisplayWidth = 20
  2047.       FieldName = 'InheritedExpand'
  2048.       ControlClass = 'TPropCheckBox'
  2049.       DefaultValue = False
  2050.       OnChange = ModuleExplorerOptionsChange
  2051.     end
  2052.     object ModuleExplorerCategoriesBooleanPropField8: TBooleanPropField
  2053.       DisplayLabel = 'Introduced'
  2054.       DisplayWidth = 20
  2055.       FieldName = 'IntroducedVisible'
  2056.       ControlClass = 'TPropCheckBox'
  2057.       DefaultValue = False
  2058.       OnChange = ModuleExplorerOptionsChange
  2059.     end
  2060.     object ModuleExplorerCategoriesBooleanPropField9: TBooleanPropField
  2061.       DisplayLabel = 'Introduced'
  2062.       DisplayWidth = 20
  2063.       FieldName = 'IntroducedExpand'
  2064.       ControlClass = 'TPropCheckBox'
  2065.       DefaultValue = True
  2066.       OnChange = ModuleExplorerOptionsChange
  2067.     end
  2068.   end
  2069.   object TypeLibrary: TRegistryPropSet
  2070.     KeyPath = 'Type Library'
  2071.     RootKey = hkCurrentUser
  2072.     Left = 408
  2073.     Top = 128
  2074.     object TlibEditLanguage: TEnumPropField
  2075.       DisplayLabel = 'UILanguage'
  2076.       DisplayWidth = 20
  2077.       FieldName = 'UILanguage'
  2078.       ControlClass = 'TPropComboBox'
  2079.       DefaultValue = 1
  2080.       ValueNames.Strings = (
  2081.         'Pascal=0'
  2082.         'IDL=1')
  2083.       OnChange = TypeLibraryOptionsChange
  2084.     end
  2085.     object SafeCallMapping: TEnumPropField
  2086.       DisplayLabel = 'SafeCallMapping'
  2087.       DisplayWidth = 20
  2088.       FieldName = 'SafeCallMapping'
  2089.       ControlClass = 'TPropComboBox'
  2090.       DefaultValue = 1
  2091.       ValueNames.Strings = (
  2092.         'Map all v-table interfaces to safecall=0'
  2093.         'Map only dual interfaces to safecall=1'
  2094.         'Do not map to safecall=2')
  2095.     end
  2096.     object ShowUpdatesUI: TBooleanPropField
  2097.       DisplayLabel = 'ShowUpdatesUI'
  2098.       DisplayWidth = 20
  2099.       FieldName = 'ShowUpdatesUI'
  2100.       ControlClass = 'TPropCheckBox'
  2101.       DefaultValue = False
  2102.     end
  2103.     object MakeComponent: TBooleanPropField
  2104.       DisplayLabel = 'MakeComponent'
  2105.       DisplayWidth = 20
  2106.       FieldName = 'MakeComponent'
  2107.       ControlClass = 'TPropCheckBox'
  2108.       DefaultValue = True
  2109.       OnChange = MiscOptionsChange
  2110.     end
  2111.   end
  2112. end
  2113.