object LibraryOptions: TLibraryOptions Left = 0 Top = 0 Width = 419 Height = 297 HelpContext = 1875 Caption = 'Library' OnBroadcast = LibraryOptionsBroadcast object GroupBox10: TGroupBox Left = 8 Top = 8 Width = 403 Height = 129 Caption = ' Directories ' TabOrder = 0 IsControl = True object Label3: TLabel Left = 8 Top = 44 Width = 110 Height = 13 Alignment = taRightJustify AutoSize = False Caption = 'BP&L output directory:' FocusControl = ecDLLOutput IsControl = True end object Label16: TLabel Left = 8 Top = 71 Width = 110 Height = 13 Alignment = taRightJustify AutoSize = False Caption = 'DCP output di&rectory:' FocusControl = ecDCPOutput end object Label17: TLabel Left = 8 Top = 18 Width = 110 Height = 13 Alignment = taRightJustify AutoSize = False Caption = 'Li&brary path:' FocusControl = ecLibraryPath end object Label2: TLabel Left = 8 Top = 99 Width = 110 Height = 16 Alignment = taRightJustify AutoSize = False Caption = 'Bro&wsing path:' FocusControl = ecBrowsing end object ecDLLOutput: THistoryPropComboBox Left = 123 Top = 41 Width = 252 Height = 21 PropField = 'Package DPL Output' PropSet = EnvironmentOptions.LibraryOpts ItemHeight = 13 TabOrder = 2 HistoryManager = EnvironmentOptions.HistoryLists HistoryList = 'hlDPLOutput' IsControl = True end object ecDCPOutput: THistoryPropComboBox Left = 123 Top = 68 Width = 252 Height = 21 PropField = 'Package DCP Output' PropSet = EnvironmentOptions.LibraryOpts ItemHeight = 13 TabOrder = 3 HistoryManager = EnvironmentOptions.HistoryLists HistoryList = 'hlDCPOutput' end object ecLibraryPath: THistoryPropComboBox Left = 123 Top = 15 Width = 252 Height = 21 PropField = 'Search Path' PropSet = EnvironmentOptions.LibraryOpts ItemHeight = 13 TabOrder = 0 HistoryManager = EnvironmentOptions.HistoryLists HistoryList = 'hlLibraryPath' end object bDirSearch: TButton Left = 377 Top = 15 Width = 18 Height = 21 Caption = '...' TabOrder = 1 OnClick = bDirSearchClick end object ecBrowsing: THistoryPropComboBox Left = 123 Top = 96 Width = 252 Height = 21 PropField = 'Browsing Path' PropSet = EnvironmentOptions.LibraryOpts ItemHeight = 13 TabOrder = 4 HistoryManager = EnvironmentOptions.HistoryLists HistoryList = 'hIBrowsingPath' end object bBrowsing: TButton Left = 377 Top = 96 Width = 18 Height = 21 Caption = '...' TabOrder = 5 OnClick = bBrowsingClick end object bDPLOutput: TButton Left = 377 Top = 41 Width = 18 Height = 21 Caption = '...' TabOrder = 6 OnClick = DirBrowseClick end object bDCPOutput: TButton Left = 377 Top = 68 Width = 18 Height = 21 Caption = '...' TabOrder = 7 OnClick = DirBrowseClick end end end