object frmSelectCD: TfrmSelectCD Left = 273 Top = 333 BorderStyle = bsDialog Caption = 'Select CDROM drive' ClientHeight = 191 ClientWidth = 390 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object lvCD: TListView Left = 0 Top = 0 Width = 389 Height = 161 OnDblClick = btnOkClick Columns = < item Caption = 'Name' Width = 300 end item Alignment = taRightJustify Caption = 'HA' Width = 27 WidthType = ( -2) end item Alignment = taRightJustify Caption = 'ID' Width = 23 WidthType = ( -2) end item Alignment = taRightJustify Caption = 'LUN' Width = 35 WidthType = ( -2) end> ReadOnly = True HideSelection = False TabOrder = 0 ViewStyle = vsReport end object btnOk: TButton Left = 232 Top = 164 Width = 75 Height = 25 Caption = 'OK' Default = True TabOrder = 1 OnClick = btnOkClick end object btnCancel: TButton Left = 312 Top = 164 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' TabOrder = 2 OnClick = btnCancelClick end end