home *** CD-ROM | disk | FTP | other *** search
/ PC Expert 29 / Pce29cd.iso / RUNIMAGE / DELPHI40 / BIN / DPHIDE40.BPL / 0 / RCDATA / TMODULEEXPLORERPAGE / TMODULEEXPLORERPAGE.txt < prev   
Text File  |  1998-06-16  |  3KB  |  136 lines

  1. object ModuleExplorerPage: TModuleExplorerPage
  2.   Left = 0
  3.   Top = 0
  4.   Width = 419
  5.   Height = 298
  6.   HelpContext = 2060
  7.   Caption = 'Explorer'
  8.   OnCreate = ModuleExplorerPageCreate
  9.   OnDestroy = ModuleExplorerPageDestroy
  10.   OnBroadcast = ModuleExplorerPageBroadcast
  11.   object Image2: TImage
  12.     Left = 200
  13.     Top = 264
  14.     Width = 25
  15.     Height = 25
  16.     Picture.Data = {<image000.bmp>}
  17.     Visible = False
  18.   end
  19.   object Image1: TImage
  20.     Left = 192
  21.     Top = 256
  22.     Width = 25
  23.     Height = 25
  24.     Picture.Data = {<image001.bmp>}
  25.     Visible = False
  26.   end
  27.   object Label2: TLabel
  28.     Left = 224
  29.     Top = 8
  30.     Width = 120
  31.     Height = 13
  32.     AutoSize = False
  33.     Caption = 'Explorer &Categories:'
  34.     FocusControl = CategoryList
  35.   end
  36.   object Sorting: TPropRadioGroup
  37.     Left = 8
  38.     Top = 96
  39.     Width = 205
  40.     Height = 57
  41.     Caption = ' Explorer Sorting: '
  42.     PropField = 'Sorting'
  43.     PropSet = EnvironmentOptions.ModuleExplorer
  44.     Items.Strings = (
  45.       'Alpha&betical'
  46.       '&Source')
  47.     TabOrder = 1
  48.     Values.Strings = (
  49.       'Alphabetical'
  50.       'Source')
  51.   end
  52.   object OptionsBox: TGroupBox
  53.     Left = 8
  54.     Top = 8
  55.     Width = 205
  56.     Height = 81
  57.     Caption = ' Explorer Options: '
  58.     TabOrder = 0
  59.     object ShowInEditor: TPropCheckBox
  60.       Left = 8
  61.       Top = 16
  62.       Width = 173
  63.       Height = 17
  64.       Caption = '&Automatically show Explorer'
  65.       PropField = 'Show Mod Exp'
  66.       PropSet = EnvironmentOptions.EditorOptions
  67.       TabOrder = 0
  68.       ValueChecked = 'True;Yes;1'
  69.       ValueUnchecked = 'False;No;0'
  70.     end
  71.     object HighlightIncomplete: TPropCheckBox
  72.       Left = 8
  73.       Top = 34
  74.       Width = 173
  75.       Height = 20
  76.       Caption = 'Highlight &incomplete class items'
  77.       PropField = 'Highlight incomplete'
  78.       PropSet = EnvironmentOptions.ModuleExplorer
  79.       TabOrder = 1
  80.       ValueChecked = 'True;Yes;1'
  81.       ValueUnchecked = 'False;No;0'
  82.     end
  83.     object PropCheckBox1: TPropCheckBox
  84.       Left = 8
  85.       Top = 53
  86.       Width = 173
  87.       Height = 22
  88.       Caption = 'Show &declaration syntax'
  89.       PropField = 'DeclarationSyntax'
  90.       PropSet = EnvironmentOptions.ModuleExplorer
  91.       TabOrder = 2
  92.       ValueChecked = 'True;Yes;1'
  93.       ValueUnchecked = 'False;No;0'
  94.     end
  95.   end
  96.   object CompletionOptions: TGroupBox
  97.     Left = 8
  98.     Top = 160
  99.     Width = 205
  100.     Height = 41
  101.     Caption = ' Class Completion Option: '
  102.     TabOrder = 2
  103.     object CompleteProperties: TPropCheckBox
  104.       Left = 8
  105.       Top = 16
  106.       Width = 185
  107.       Height = 20
  108.       Caption = 'Finish incomplete &properties'
  109.       PropField = 'Finish properties'
  110.       PropSet = EnvironmentOptions.ClassCompletion
  111.       TabOrder = 0
  112.       ValueChecked = 'True;Yes;1'
  113.       ValueUnchecked = 'False;No;0'
  114.     end
  115.   end
  116.   object CategoryList: TExplorerCheckListBox
  117.     Left = 224
  118.     Top = 24
  119.     Width = 185
  120.     Height = 265
  121.     OnClickCheck = CategoryListClickCheck
  122.     ItemHeight = 16
  123.     ParentColor = True
  124.     ParentShowHint = False
  125.     ShowHint = True
  126.     Style = lbOwnerDrawFixed
  127.     TabOrder = 3
  128.     OnDragDrop = CategoryListDragDrop
  129.     OnDragOver = CategoryListDragOver
  130.     OnDrawItem = CategoryListDrawItem
  131.     OnHint = CategoryListHint
  132.     OnKeyDown = CategoryListKeyDown
  133.     OnMouseDown = CategoryListMouseDown
  134.   end
  135. end
  136.