home *** CD-ROM | disk | FTP | other *** search
- object TrackSelDlg: TTrackSelDlg
- Left = 260
- Top = 211
- BorderStyle = bsDialog
- Caption = 'Destination Media'
- 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 =
- 'The destination CD does not contain enough free space for the so' +
- 'urce data.'
- 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 Selected'
- end
- object Label2: TLabel
- Left = 8
- Top = 200
- Width = 57
- Height = 13
- AutoSize = False
- Caption = 'Selection:'
- 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 = 'Length'
- 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 = 'Cancel'
- ModalResult = 2
- TabOrder = 6
- end
- object rbTruncate: TRadioButton
- Left = 16
- Top = 74
- Width = 233
- Height = 17
- Caption = 'Truncate contents of source data'
- TabOrder = 2
- OnClick = rbSelectClick
- end
- object rbSelect: TRadioButton
- Left = 16
- Top = 91
- Width = 273
- Height = 17
- Caption = 'Select Tracks to Copy'
- TabOrder = 3
- OnClick = rbSelectClick
- end
- object rbNewMedia: TRadioButton
- Left = 16
- Top = 40
- Width = 233
- Height = 17
- Caption = 'Retry with a different destination medium'
- Checked = True
- TabOrder = 0
- TabStop = True
- OnClick = rbSelectClick
- end
- object rbIgnore: TRadioButton
- Left = 16
- Top = 57
- Width = 233
- Height = 17
- Caption = 'Ignore size and proceed'
- TabOrder = 1
- OnClick = rbSelectClick
- end
- object ilTracks: TImageList
- Left = 16
- Top = 320
- end
- end
-