object TrackInfoDlg: TTrackInfoDlg Left = 920 Top = 523 Width = 548 Height = 334 BorderIcons = [biSystemMenu, biMaximize] Caption = 'Pistes' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object lvTracks: TListView Left = 0 Top = 0 Width = 540 Height = 274 Align = alClient Columns = < item Caption = 'Nom' Width = 120 end item Alignment = taRightJustify Caption = 'Dur'#233'e' Width = 60 end item Alignment = taRightJustify Caption = 'Position' Width = 70 end item Alignment = taRightJustify Caption = 'Blanc ant'#233'rieur' Width = 60 end item Alignment = taRightJustify Caption = 'Blanc post'#233'rieur' Width = 70 end item Alignment = taRightJustify Caption = 'Session' end item Alignment = taRightJustify Caption = 'Format' end> ColumnClick = False ReadOnly = True RowSelect = True SmallImages = ilTracks TabOrder = 0 ViewStyle = vsReport end object pnlBottom: TPanel Left = 0 Top = 274 Width = 540 Height = 26 Align = alBottom BevelOuter = bvNone TabOrder = 1 object lblBottomRight: TPanel Left = 352 Top = 0 Width = 188 Height = 26 Align = alRight BevelOuter = bvNone TabOrder = 0 object CancelBtn: TButton Left = 107 Top = 2 Width = 75 Height = 23 Cancel = True Caption = 'Fermer' ModalResult = 2 TabOrder = 0 end object Button1: TButton Left = 24 Top = 0 Width = 75 Height = 25 Caption = 'Enregistrer sous...' TabOrder = 1 OnClick = Button1Click end end object ExtRadioButton1: TExtRadioButton Left = 0 Top = 2 Width = 73 Height = 23 Caption = 'Normal' Checked = True TabOrder = 1 TabStop = True OnClick = ExtRadioButton1Click Options = [roMultiLine, roPushlike] end object ExtRadioButton2: TExtRadioButton Left = 73 Top = 2 Width = 73 Height = 23 Caption = 'Corrig'#233 TabOrder = 2 OnClick = ExtRadioButton2Click Options = [roMultiLine, roPushlike] end object ExtRadioButton3: TExtRadioButton Left = 145 Top = 2 Width = 104 Height = 23 Caption = 'Corrig'#233' (balises)' TabOrder = 3 OnClick = ExtRadioButton3Click Options = [roMultiLine, roPushlike] end end object ilTracks: TImageList Left = 8 Top = 96 end object SaveDialog1: TSaveDialog Left = 168 Top = 200 end end