home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April (Special) / Chip-Special_2003-04_Vypalujeme-cd-i-dvd.bin / soft / instantcopy / InstantCopy.msi / Cabs.w1.cab / MultiCopy.NL / 0 / RCDATA / TTRACKSELDLG / TTRACKSELDLG.txt
Text File  |  2003-02-05  |  3KB  |  136 lines

  1. object TrackSelDlg: TTrackSelDlg
  2.   Left = 260
  3.   Top = 211
  4.   BorderStyle = bsDialog
  5.   Caption = 'Doelmedia'
  6.   ClientHeight = 352
  7.   ClientWidth = 302
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 16
  21.     Top = 8
  22.     Width = 281
  23.     Height = 25
  24.     AutoSize = False
  25.     Caption = 'De doel CD heeft niet genoeg vrije ruimte voor de bron data.'
  26.     WordWrap = True
  27.   end
  28.   object gbTracks: TGroupBox
  29.     Left = 8
  30.     Top = 94
  31.     Width = 289
  32.     Height = 225
  33.     TabOrder = 4
  34.     object lblTrackSel: TLabel
  35.       Left = 72
  36.       Top = 200
  37.       Width = 201
  38.       Height = 13
  39.       AutoSize = False
  40.       Caption = '320 MB Geselecteerd'
  41.     end
  42.     object Label2: TLabel
  43.       Left = 8
  44.       Top = 200
  45.       Width = 57
  46.       Height = 13
  47.       AutoSize = False
  48.       Caption = 'Selectie:'
  49.     end
  50.     object lvTrackSel: TListView
  51.       Left = 8
  52.       Top = 19
  53.       Width = 273
  54.       Height = 177
  55.       Checkboxes = True
  56.       Columns = <
  57.         item
  58.           Caption = 'Naam'
  59.           Width = 180
  60.         end
  61.         item
  62.           Alignment = taRightJustify
  63.           Caption = 'Duur'
  64.         end>
  65.       ColumnClick = False
  66.       SmallImages = ilTracks
  67.       TabOrder = 0
  68.       ViewStyle = vsReport
  69.       OnChange = lvTrackSelChange
  70.       OnEnter = lvTrackSelEnter
  71.     end
  72.   end
  73.   object btnOK: TButton
  74.     Left = 143
  75.     Top = 324
  76.     Width = 75
  77.     Height = 23
  78.     Caption = 'OK'
  79.     Default = True
  80.     ModalResult = 1
  81.     TabOrder = 5
  82.   end
  83.   object btnCancel: TButton
  84.     Left = 223
  85.     Top = 324
  86.     Width = 75
  87.     Height = 23
  88.     Cancel = True
  89.     Caption = 'Annuleren'
  90.     ModalResult = 2
  91.     TabOrder = 6
  92.   end
  93.   object rbTruncate: TRadioButton
  94.     Left = 16
  95.     Top = 74
  96.     Width = 233
  97.     Height = 17
  98.     Caption = 'Inhoud brondata verkleinen'
  99.     TabOrder = 2
  100.     OnClick = rbSelectClick
  101.   end
  102.   object rbSelect: TRadioButton
  103.     Left = 16
  104.     Top = 91
  105.     Width = 273
  106.     Height = 17
  107.     Caption = 'Selecteer Tracks voor Kopie'
  108.     TabOrder = 3
  109.     OnClick = rbSelectClick
  110.   end
  111.   object rbNewMedia: TRadioButton
  112.     Left = 16
  113.     Top = 40
  114.     Width = 233
  115.     Height = 17
  116.     Caption = 'Probeer opnieuw met andere doelmedia'
  117.     Checked = True
  118.     TabOrder = 0
  119.     TabStop = True
  120.     OnClick = rbSelectClick
  121.   end
  122.   object rbIgnore: TRadioButton
  123.     Left = 16
  124.     Top = 57
  125.     Width = 233
  126.     Height = 17
  127.     Caption = 'Negeer grootte en ga door '
  128.     TabOrder = 1
  129.     OnClick = rbSelectClick
  130.   end
  131.   object ilTracks: TImageList
  132.     Left = 16
  133.     Top = 320
  134.   end
  135. end
  136.