object UDFSelector: TUDFSelector Left = 285 Top = 223 Width = 547 Height = 453 BorderIcons = [biSystemMenu, biMinimize] Caption = 'vStrip UDF File Selector...' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poMainFormCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object TreeViewFiles: TTreeView Left = 0 Top = 40 Width = 265 Height = 385 Indent = 19 ReadOnly = True SortType = stText TabOrder = 0 OnDblClick = TreeViewFilesDblClick end object ComboBoxDrives: TComboBox Left = 8 Top = 8 Width = 161 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 1 OnChange = ComboBoxDrivesChange end object ButtonScan: TButton Left = 184 Top = 8 Width = 75 Height = 25 Caption = '&Scan Drives' TabOrder = 2 OnClick = ButtonScanClick end object ListBoxFiles: TListBox Left = 280 Top = 40 Width = 257 Height = 297 ItemHeight = 13 TabOrder = 3 end object ButtonOK: TButton Left = 288 Top = 392 Width = 75 Height = 25 Caption = '&OK' Default = True TabOrder = 4 OnClick = ButtonOKClick end object ButtonCancel: TButton Left = 456 Top = 392 Width = 75 Height = 25 Cancel = True Caption = '&Cancel' TabOrder = 5 OnClick = ButtonCancelClick end object ButtonClear: TButton Left = 456 Top = 344 Width = 75 Height = 25 Caption = 'Clear' TabOrder = 6 OnClick = ButtonClearClick end object ButtonRemove: TButton Left = 344 Top = 344 Width = 75 Height = 25 Caption = 'Remove' TabOrder = 7 OnClick = ButtonRemoveClick end end