home *** CD-ROM | disk | FTP | other *** search
- object TrackInfoDlg: TTrackInfoDlg
- Left = 920
- Top = 523
- 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 = 281
- Align = alClient
- Columns = <
- item
- Caption = 'Name'
- Width = 120
- end
- item
- Alignment = taRightJustify
- Caption = 'Length'
- Width = 60
- end
- item
- Alignment = taRightJustify
- Caption = 'Position'
- Width = 70
- end
- item
- Alignment = taRightJustify
- Caption = 'Pre Gap'
- Width = 60
- end
- item
- Alignment = taRightJustify
- Caption = 'Post Gap'
- 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 = 281
- 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 = 'Close'
- ModalResult = 2
- TabOrder = 0
- end
- object Button1: TButton
- Left = 24
- Top = 0
- Width = 75
- Height = 25
- Caption = 'Save as...'
- 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 = 'Corrected'
- TabOrder = 2
- OnClick = ExtRadioButton2Click
- Options = [roMultiLine, roPushlike]
- end
- object ExtRadioButton3: TExtRadioButton
- Left = 145
- Top = 2
- Width = 104
- Height = 23
- Caption = 'Corrected (Flags)'
- 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
-