object TrackSelDlg: TTrackSelDlg Left = 260 Top = 211 BorderStyle = bsDialog Caption = 'Medio de destino' ClientHeight = 352 ClientWidth = 302 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 16 Top = 8 Width = 281 Height = 25 AutoSize = False Caption = 'El CD de destino no contiene espacio suficiente para los datos d' + 'e origen.' WordWrap = True end object gbTracks: TGroupBox Left = 8 Top = 94 Width = 289 Height = 225 TabOrder = 4 object lblTrackSel: TLabel Left = 72 Top = 200 Width = 201 Height = 13 AutoSize = False Caption = '320 MB seleccionados' end object Label2: TLabel Left = 8 Top = 200 Width = 57 Height = 13 AutoSize = False Caption = 'Selecci'#243'n:' end object lvTrackSel: TListView Left = 8 Top = 19 Width = 273 Height = 177 Checkboxes = True Columns = < item Caption = 'Nombre' Width = 180 end item Alignment = taRightJustify Caption = 'Duraci'#243'n' end> ColumnClick = False SmallImages = ilTracks TabOrder = 0 ViewStyle = vsReport OnChange = lvTrackSelChange OnEnter = lvTrackSelEnter end end object btnOK: TButton Left = 143 Top = 324 Width = 75 Height = 23 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 5 end object btnCancel: TButton Left = 223 Top = 324 Width = 75 Height = 23 Cancel = True Caption = 'Cancelar' ModalResult = 2 TabOrder = 6 end object rbTruncate: TRadioButton Left = 16 Top = 74 Width = 233 Height = 17 Caption = 'Truncar el contenido de datos de origen' TabOrder = 2 OnClick = rbSelectClick end object rbSelect: TRadioButton Left = 16 Top = 91 Width = 273 Height = 17 Caption = 'Seleccionar pistas a copiar' TabOrder = 3 OnClick = rbSelectClick end object rbNewMedia: TRadioButton Left = 16 Top = 40 Width = 233 Height = 17 Caption = 'Reintentar con otro medio de destino' Checked = True TabOrder = 0 TabStop = True OnClick = rbSelectClick end object rbIgnore: TRadioButton Left = 16 Top = 57 Width = 233 Height = 17 Caption = 'Hacer caso omiso del tama'#241'o y continuar' TabOrder = 1 OnClick = rbSelectClick end object ilTracks: TImageList Left = 16 Top = 320 end end