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.de / 0 / RCDATA / TTRACKSELDLG / TTRACKSELDLG.txt
Text File  |  2003-02-05  |  3KB  |  138 lines

  1. object TrackSelDlg: TTrackSelDlg
  2.   Left = 260
  3.   Top = 211
  4.   BorderStyle = bsDialog
  5.   Caption = 'Ziel-CD'
  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 = 
  26.       'Auf der Ziel-CD ist nicht genug freier Speicher f'#252'r die Quelldat' +
  27.       'en vorhanden.'
  28.     WordWrap = True
  29.   end
  30.   object gbTracks: TGroupBox
  31.     Left = 8
  32.     Top = 94
  33.     Width = 289
  34.     Height = 225
  35.     TabOrder = 4
  36.     object lblTrackSel: TLabel
  37.       Left = 72
  38.       Top = 200
  39.       Width = 201
  40.       Height = 13
  41.       AutoSize = False
  42.       Caption = '320 MB ausgew'#228'hlt'
  43.     end
  44.     object Label2: TLabel
  45.       Left = 8
  46.       Top = 200
  47.       Width = 57
  48.       Height = 13
  49.       AutoSize = False
  50.       Caption = 'Auswahl:'
  51.     end
  52.     object lvTrackSel: TListView
  53.       Left = 8
  54.       Top = 19
  55.       Width = 273
  56.       Height = 177
  57.       Checkboxes = True
  58.       Columns = <
  59.         item
  60.           Caption = 'Name'
  61.           Width = 180
  62.         end
  63.         item
  64.           Alignment = taRightJustify
  65.           Caption = 'L'#228'nge'
  66.         end>
  67.       ColumnClick = False
  68.       SmallImages = ilTracks
  69.       TabOrder = 0
  70.       ViewStyle = vsReport
  71.       OnChange = lvTrackSelChange
  72.       OnEnter = lvTrackSelEnter
  73.     end
  74.   end
  75.   object btnOK: TButton
  76.     Left = 143
  77.     Top = 324
  78.     Width = 75
  79.     Height = 23
  80.     Caption = 'OK'
  81.     Default = True
  82.     ModalResult = 1
  83.     TabOrder = 5
  84.   end
  85.   object btnCancel: TButton
  86.     Left = 223
  87.     Top = 324
  88.     Width = 75
  89.     Height = 23
  90.     Cancel = True
  91.     Caption = 'Abbruch'
  92.     ModalResult = 2
  93.     TabOrder = 6
  94.   end
  95.   object rbTruncate: TRadioButton
  96.     Left = 16
  97.     Top = 74
  98.     Width = 233
  99.     Height = 17
  100.     Caption = 'Quelldaten abschneiden'
  101.     TabOrder = 2
  102.     OnClick = rbSelectClick
  103.   end
  104.   object rbSelect: TRadioButton
  105.     Left = 16
  106.     Top = 91
  107.     Width = 185
  108.     Height = 17
  109.     Caption = 'Tracks zum Kopieren ausw'#228'hlen'
  110.     TabOrder = 3
  111.     OnClick = rbSelectClick
  112.   end
  113.   object rbNewMedia: TRadioButton
  114.     Left = 16
  115.     Top = 40
  116.     Width = 233
  117.     Height = 17
  118.     Caption = 'Mit anderer Ziel-CD erneut probieren'
  119.     Checked = True
  120.     TabOrder = 0
  121.     TabStop = True
  122.     OnClick = rbSelectClick
  123.   end
  124.   object rbIgnore: TRadioButton
  125.     Left = 16
  126.     Top = 57
  127.     Width = 233
  128.     Height = 17
  129.     Caption = 'Gr'#246#223'e ignorieren und weitermachen'
  130.     TabOrder = 1
  131.     OnClick = rbSelectClick
  132.   end
  133.   object ilTracks: TImageList
  134.     Left = 16
  135.     Top = 320
  136.   end
  137. end
  138.