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

  1. object LibraryOptions: TLibraryOptions
  2.   Left = 0
  3.   Top = 0
  4.   Width = 419
  5.   Height = 297
  6.   HelpContext = 1875
  7.   Caption = 'Library'
  8.   OnBroadcast = LibraryOptionsBroadcast
  9.   object GroupBox10: TGroupBox
  10.     Left = 8
  11.     Top = 8
  12.     Width = 403
  13.     Height = 129
  14.     Caption = ' Directories '
  15.     TabOrder = 0
  16.     IsControl = True
  17.     object Label3: TLabel
  18.       Left = 8
  19.       Top = 44
  20.       Width = 110
  21.       Height = 13
  22.       Alignment = taRightJustify
  23.       AutoSize = False
  24.       Caption = 'BP&L output directory:'
  25.       FocusControl = ecDLLOutput
  26.       IsControl = True
  27.     end
  28.     object Label16: TLabel
  29.       Left = 8
  30.       Top = 71
  31.       Width = 110
  32.       Height = 13
  33.       Alignment = taRightJustify
  34.       AutoSize = False
  35.       Caption = 'DCP output di&rectory:'
  36.       FocusControl = ecDCPOutput
  37.     end
  38.     object Label17: TLabel
  39.       Left = 8
  40.       Top = 18
  41.       Width = 110
  42.       Height = 13
  43.       Alignment = taRightJustify
  44.       AutoSize = False
  45.       Caption = 'Li&brary path:'
  46.       FocusControl = ecLibraryPath
  47.     end
  48.     object Label2: TLabel
  49.       Left = 8
  50.       Top = 99
  51.       Width = 110
  52.       Height = 16
  53.       Alignment = taRightJustify
  54.       AutoSize = False
  55.       Caption = 'Bro&wsing path:'
  56.       FocusControl = ecBrowsing
  57.     end
  58.     object ecDLLOutput: THistoryPropComboBox
  59.       Left = 123
  60.       Top = 41
  61.       Width = 252
  62.       Height = 21
  63.       PropField = 'Package DPL Output'
  64.       PropSet = EnvironmentOptions.LibraryOpts
  65.       ItemHeight = 13
  66.       TabOrder = 2
  67.       HistoryManager = EnvironmentOptions.HistoryLists
  68.       HistoryList = 'hlDPLOutput'
  69.       IsControl = True
  70.     end
  71.     object ecDCPOutput: THistoryPropComboBox
  72.       Left = 123
  73.       Top = 68
  74.       Width = 252
  75.       Height = 21
  76.       PropField = 'Package DCP Output'
  77.       PropSet = EnvironmentOptions.LibraryOpts
  78.       ItemHeight = 13
  79.       TabOrder = 3
  80.       HistoryManager = EnvironmentOptions.HistoryLists
  81.       HistoryList = 'hlDCPOutput'
  82.     end
  83.     object ecLibraryPath: THistoryPropComboBox
  84.       Left = 123
  85.       Top = 15
  86.       Width = 252
  87.       Height = 21
  88.       PropField = 'Search Path'
  89.       PropSet = EnvironmentOptions.LibraryOpts
  90.       ItemHeight = 13
  91.       TabOrder = 0
  92.       HistoryManager = EnvironmentOptions.HistoryLists
  93.       HistoryList = 'hlLibraryPath'
  94.     end
  95.     object bDirSearch: TButton
  96.       Left = 377
  97.       Top = 15
  98.       Width = 18
  99.       Height = 21
  100.       Caption = '...'
  101.       TabOrder = 1
  102.       OnClick = bDirSearchClick
  103.     end
  104.     object ecBrowsing: THistoryPropComboBox
  105.       Left = 123
  106.       Top = 96
  107.       Width = 252
  108.       Height = 21
  109.       PropField = 'Browsing Path'
  110.       PropSet = EnvironmentOptions.LibraryOpts
  111.       ItemHeight = 13
  112.       TabOrder = 4
  113.       HistoryManager = EnvironmentOptions.HistoryLists
  114.       HistoryList = 'hIBrowsingPath'
  115.     end
  116.     object bBrowsing: TButton
  117.       Left = 377
  118.       Top = 96
  119.       Width = 18
  120.       Height = 21
  121.       Caption = '...'
  122.       TabOrder = 5
  123.       OnClick = bBrowsingClick
  124.     end
  125.     object bDPLOutput: TButton
  126.       Left = 377
  127.       Top = 41
  128.       Width = 18
  129.       Height = 21
  130.       Caption = '...'
  131.       TabOrder = 6
  132.       OnClick = DirBrowseClick
  133.     end
  134.     object bDCPOutput: TButton
  135.       Left = 377
  136.       Top = 68
  137.       Width = 18
  138.       Height = 21
  139.       Caption = '...'
  140.       TabOrder = 7
  141.       OnClick = DirBrowseClick
  142.     end
  143.   end
  144. end
  145.