object TrackInfoDlg: TTrackInfoDlg Left = 644 Top = 481 Width = 548 Height = 334 BorderIcons = [biSystemMenu, biMaximize] Caption = 'Tracks' 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 = 'Naam' Width = 120 end item Alignment = taRightJustify Caption = 'Duur' Width = 60 end item Alignment = taRightJustify Caption = 'Positie' Width = 70 end item Alignment = taRightJustify Caption = 'Beginpauze' Width = 60 end item Alignment = taRightJustify Caption = 'Eindpauze' Width = 70 end item Alignment = taRightJustify Caption = 'Sessie' end item Alignment = taRightJustify Caption = 'Formaat' 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 = 'Sluiten' ModalResult = 2 TabOrder = 0 end object Button1: TButton Left = 24 Top = 2 Width = 75 Height = 25 Caption = 'Opslaan als...' TabOrder = 1 OnClick = Button1Click end end object ExtRadioButton1: TExtRadioButton Left = 0 Top = 2 Width = 73 Height = 23 Caption = 'Normaal' Checked = True TabOrder = 1 TabStop = True OnClick = ExtRadioButton1Click Options = [roMultiLine, roPushlike] end object ExtRadioButton2: TExtRadioButton Left = 73 Top = 2 Width = 73 Height = 23 Caption = 'Gecorrigeerd' TabOrder = 2 OnClick = ExtRadioButton2Click Options = [roMultiLine, roPushlike] end object ExtRadioButton3: TExtRadioButton Left = 145 Top = 2 Width = 144 Height = 23 Caption = 'Gecorrigeerd (Vlaggen)' 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