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 / TTRACKINFODLG / TTRACKINFODLG.txt
Text File  |  2003-02-05  |  3KB  |  143 lines

  1. object TrackInfoDlg: TTrackInfoDlg
  2.   Left = 644
  3.   Top = 481
  4.   Width = 548
  5.   Height = 334
  6.   BorderIcons = [biSystemMenu, biMaximize]
  7.   Caption = 'Tracks'
  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.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object lvTracks: TListView
  20.     Left = 0
  21.     Top = 0
  22.     Width = 540
  23.     Height = 274
  24.     Align = alClient
  25.     Columns = <
  26.       item
  27.         Caption = 'Naam'
  28.         Width = 120
  29.       end
  30.       item
  31.         Alignment = taRightJustify
  32.         Caption = 'Duur'
  33.         Width = 60
  34.       end
  35.       item
  36.         Alignment = taRightJustify
  37.         Caption = 'Positie'
  38.         Width = 70
  39.       end
  40.       item
  41.         Alignment = taRightJustify
  42.         Caption = 'Beginpauze'
  43.         Width = 60
  44.       end
  45.       item
  46.         Alignment = taRightJustify
  47.         Caption = 'Eindpauze'
  48.         Width = 70
  49.       end
  50.       item
  51.         Alignment = taRightJustify
  52.         Caption = 'Sessie'
  53.       end
  54.       item
  55.         Alignment = taRightJustify
  56.         Caption = 'Formaat'
  57.       end>
  58.     ColumnClick = False
  59.     ReadOnly = True
  60.     RowSelect = True
  61.     SmallImages = ilTracks
  62.     TabOrder = 0
  63.     ViewStyle = vsReport
  64.   end
  65.   object pnlBottom: TPanel
  66.     Left = 0
  67.     Top = 274
  68.     Width = 540
  69.     Height = 26
  70.     Align = alBottom
  71.     BevelOuter = bvNone
  72.     TabOrder = 1
  73.     object lblBottomRight: TPanel
  74.       Left = 352
  75.       Top = 0
  76.       Width = 188
  77.       Height = 26
  78.       Align = alRight
  79.       BevelOuter = bvNone
  80.       TabOrder = 0
  81.       object CancelBtn: TButton
  82.         Left = 107
  83.         Top = 2
  84.         Width = 75
  85.         Height = 23
  86.         Cancel = True
  87.         Caption = 'Sluiten'
  88.         ModalResult = 2
  89.         TabOrder = 0
  90.       end
  91.       object Button1: TButton
  92.         Left = 24
  93.         Top = 2
  94.         Width = 75
  95.         Height = 25
  96.         Caption = 'Opslaan als...'
  97.         TabOrder = 1
  98.         OnClick = Button1Click
  99.       end
  100.     end
  101.     object ExtRadioButton1: TExtRadioButton
  102.       Left = 0
  103.       Top = 2
  104.       Width = 73
  105.       Height = 23
  106.       Caption = 'Normaal'
  107.       Checked = True
  108.       TabOrder = 1
  109.       TabStop = True
  110.       OnClick = ExtRadioButton1Click
  111.       Options = [roMultiLine, roPushlike]
  112.     end
  113.     object ExtRadioButton2: TExtRadioButton
  114.       Left = 73
  115.       Top = 2
  116.       Width = 73
  117.       Height = 23
  118.       Caption = 'Gecorrigeerd'
  119.       TabOrder = 2
  120.       OnClick = ExtRadioButton2Click
  121.       Options = [roMultiLine, roPushlike]
  122.     end
  123.     object ExtRadioButton3: TExtRadioButton
  124.       Left = 145
  125.       Top = 2
  126.       Width = 144
  127.       Height = 23
  128.       Caption = 'Gecorrigeerd (Vlaggen)'
  129.       TabOrder = 3
  130.       OnClick = ExtRadioButton3Click
  131.       Options = [roMultiLine, roPushlike]
  132.     end
  133.   end
  134.   object ilTracks: TImageList
  135.     Left = 8
  136.     Top = 96
  137.   end
  138.   object SaveDialog1: TSaveDialog
  139.     Left = 168
  140.     Top = 200
  141.   end
  142. end
  143.