object TrackSelDlg: TTrackSelDlg Left = 260 Top = 211 BorderStyle = bsDialog Caption = 'Doelmedia' 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 = 'De doel CD heeft niet genoeg vrije ruimte voor de bron data.' 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 Geselecteerd' end object Label2: TLabel Left = 8 Top = 200 Width = 57 Height = 13 AutoSize = False Caption = 'Selectie:' end object lvTrackSel: TListView Left = 8 Top = 19 Width = 273 Height = 177 Checkboxes = True Columns = < item Caption = 'Naam' Width = 180 end item Alignment = taRightJustify Caption = 'Duur' 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 = 'Annuleren' ModalResult = 2 TabOrder = 6 end object rbTruncate: TRadioButton Left = 16 Top = 74 Width = 233 Height = 17 Caption = 'Inhoud brondata verkleinen' TabOrder = 2 OnClick = rbSelectClick end object rbSelect: TRadioButton Left = 16 Top = 91 Width = 273 Height = 17 Caption = 'Selecteer Tracks voor Kopie' TabOrder = 3 OnClick = rbSelectClick end object rbNewMedia: TRadioButton Left = 16 Top = 40 Width = 233 Height = 17 Caption = 'Probeer opnieuw met andere doelmedia' Checked = True TabOrder = 0 TabStop = True OnClick = rbSelectClick end object rbIgnore: TRadioButton Left = 16 Top = 57 Width = 233 Height = 17 Caption = 'Negeer grootte en ga door ' TabOrder = 1 OnClick = rbSelectClick end object ilTracks: TImageList Left = 16 Top = 320 end end