object TrackSelDlg: TTrackSelDlg Left = 260 Top = 211 BorderStyle = bsDialog Caption = 'Ziel-CD' 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 = 'Auf der Ziel-CD ist nicht genug freier Speicher f'#252'r die Quelldat' + 'en vorhanden.' 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 ausgew'#228'hlt' end object Label2: TLabel Left = 8 Top = 200 Width = 57 Height = 13 AutoSize = False Caption = 'Auswahl:' end object lvTrackSel: TListView Left = 8 Top = 19 Width = 273 Height = 177 Checkboxes = True Columns = < item Caption = 'Name' Width = 180 end item Alignment = taRightJustify Caption = 'L'#228'nge' 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 = 'Abbruch' ModalResult = 2 TabOrder = 6 end object rbTruncate: TRadioButton Left = 16 Top = 74 Width = 233 Height = 17 Caption = 'Quelldaten abschneiden' TabOrder = 2 OnClick = rbSelectClick end object rbSelect: TRadioButton Left = 16 Top = 91 Width = 185 Height = 17 Caption = 'Tracks zum Kopieren ausw'#228'hlen' TabOrder = 3 OnClick = rbSelectClick end object rbNewMedia: TRadioButton Left = 16 Top = 40 Width = 233 Height = 17 Caption = 'Mit anderer Ziel-CD erneut probieren' Checked = True TabOrder = 0 TabStop = True OnClick = rbSelectClick end object rbIgnore: TRadioButton Left = 16 Top = 57 Width = 233 Height = 17 Caption = 'Gr'#246#223'e ignorieren und weitermachen' TabOrder = 1 OnClick = rbSelectClick end object ilTracks: TImageList Left = 16 Top = 320 end end