object TrackSelDlg: TTrackSelDlg Left = 260 Top = 211 BorderStyle = bsDialog Caption = 'Support de destination' 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 = 'Le CD de destination ne contient pas suffisamment d'#39'espace libre' + ' pour les donn'#233'es source.' 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 Mo choisi' end object Label2: TLabel Left = 8 Top = 200 Width = 57 Height = 13 AutoSize = False Caption = 'S'#233'lection :' end object lvTrackSel: TListView Left = 8 Top = 19 Width = 273 Height = 177 Checkboxes = True Columns = < item Caption = 'Nom' Width = 180 end item Alignment = taRightJustify Caption = 'Dur'#233'e' 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 = 'Annuler' ModalResult = 2 TabOrder = 6 end object rbTruncate: TRadioButton Left = 16 Top = 74 Width = 233 Height = 17 Caption = 'Contenu tronqu'#233' des donn'#233'es source' TabOrder = 2 OnClick = rbSelectClick end object rbSelect: TRadioButton Left = 16 Top = 91 Width = 145 Height = 17 Caption = 'Choisir les pistes '#224' graver' TabOrder = 3 OnClick = rbSelectClick end object rbNewMedia: TRadioButton Left = 16 Top = 40 Width = 265 Height = 17 Caption = 'R'#233'essayer avec un autre support de destination' Checked = True TabOrder = 0 TabStop = True OnClick = rbSelectClick end object rbIgnore: TRadioButton Left = 16 Top = 57 Width = 233 Height = 17 Caption = 'Ignorer la taille et continuer' TabOrder = 1 OnClick = rbSelectClick end object ilTracks: TImageList Left = 16 Top = 320 end end