object ModuleExplorerPage: TModuleExplorerPage Left = 0 Top = 0 Width = 419 Height = 298 HelpContext = 2060 Caption = 'Explorer' OnCreate = ModuleExplorerPageCreate OnDestroy = ModuleExplorerPageDestroy OnBroadcast = ModuleExplorerPageBroadcast object Image2: TImage Left = 200 Top = 264 Width = 25 Height = 25 Picture.Data = {} Visible = False end object Image1: TImage Left = 192 Top = 256 Width = 25 Height = 25 Picture.Data = {} Visible = False end object Label2: TLabel Left = 224 Top = 8 Width = 120 Height = 13 AutoSize = False Caption = 'Explorer &Categories:' FocusControl = CategoryList end object Sorting: TPropRadioGroup Left = 8 Top = 96 Width = 205 Height = 57 Caption = ' Explorer Sorting: ' PropField = 'Sorting' PropSet = EnvironmentOptions.ModuleExplorer Items.Strings = ( 'Alpha&betical' '&Source') TabOrder = 1 Values.Strings = ( 'Alphabetical' 'Source') end object OptionsBox: TGroupBox Left = 8 Top = 8 Width = 205 Height = 81 Caption = ' Explorer Options: ' TabOrder = 0 object ShowInEditor: TPropCheckBox Left = 8 Top = 16 Width = 173 Height = 17 Caption = '&Automatically show Explorer' PropField = 'Show Mod Exp' PropSet = EnvironmentOptions.EditorOptions TabOrder = 0 ValueChecked = 'True;Yes;1' ValueUnchecked = 'False;No;0' end object HighlightIncomplete: TPropCheckBox Left = 8 Top = 34 Width = 173 Height = 20 Caption = 'Highlight &incomplete class items' PropField = 'Highlight incomplete' PropSet = EnvironmentOptions.ModuleExplorer TabOrder = 1 ValueChecked = 'True;Yes;1' ValueUnchecked = 'False;No;0' end object PropCheckBox1: TPropCheckBox Left = 8 Top = 53 Width = 173 Height = 22 Caption = 'Show &declaration syntax' PropField = 'DeclarationSyntax' PropSet = EnvironmentOptions.ModuleExplorer TabOrder = 2 ValueChecked = 'True;Yes;1' ValueUnchecked = 'False;No;0' end end object CompletionOptions: TGroupBox Left = 8 Top = 160 Width = 205 Height = 41 Caption = ' Class Completion Option: ' TabOrder = 2 object CompleteProperties: TPropCheckBox Left = 8 Top = 16 Width = 185 Height = 20 Caption = 'Finish incomplete &properties' PropField = 'Finish properties' PropSet = EnvironmentOptions.ClassCompletion TabOrder = 0 ValueChecked = 'True;Yes;1' ValueUnchecked = 'False;No;0' end end object CategoryList: TExplorerCheckListBox Left = 224 Top = 24 Width = 185 Height = 265 OnClickCheck = CategoryListClickCheck ItemHeight = 16 ParentColor = True ParentShowHint = False ShowHint = True Style = lbOwnerDrawFixed TabOrder = 3 OnDragDrop = CategoryListDragDrop OnDragOver = CategoryListDragOver OnDrawItem = CategoryListDrawItem OnHint = CategoryListHint OnKeyDown = CategoryListKeyDown OnMouseDown = CategoryListMouseDown end end