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 / TCDCOPYFORM / TCDCOPYFORM.txt < prev   
Text File  |  2003-02-05  |  41KB  |  1,446 lines

  1. object CDCopyForm: TCDCopyForm
  2.   Left = 600
  3.   Top = 194
  4.   HelpContext = 11
  5.   BorderIcons = [biSystemMenu, biMinimize]
  6.   BorderStyle = bsSingle
  7.   Caption = 'InstantCopy'
  8.   ClientHeight = 704
  9.   ClientWidth = 422
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   KeyPreview = True
  17.   OldCreateOrder = True
  18.   Position = poScreenCenter
  19.   OnClose = FormClose
  20.   OnCloseQuery = FormCloseQuery
  21.   OnCreate = FormCreate
  22.   OnDestroy = FormDestroy
  23.   OnKeyDown = FormKeyDown
  24.   OnShow = FormShow
  25.   PixelsPerInch = 96
  26.   TextHeight = 13
  27.   object pnlStandard: TPanel
  28.     Left = 0
  29.     Top = 25
  30.     Width = 422
  31.     Height = 226
  32.     Align = alClient
  33.     BevelOuter = bvNone
  34.     Constraints.MinHeight = 60
  35.     TabOrder = 0
  36.     Visible = False
  37.     object Label1: TLabel
  38.       Left = 6
  39.       Top = 4
  40.       Width = 25
  41.       Height = 13
  42.       Caption = 'Bro&n:'
  43.       FocusControl = tvSrc
  44.     end
  45.     object Label2: TLabel
  46.       Left = 210
  47.       Top = 4
  48.       Width = 25
  49.       Height = 13
  50.       Caption = '&Doel:'
  51.       FocusControl = tvDst
  52.     end
  53.     object plSource: TPanel
  54.       Left = 5
  55.       Top = 18
  56.       Width = 199
  57.       Height = 206
  58.       BevelOuter = bvNone
  59.       BorderStyle = bsSingle
  60.       Caption = 'plSource'
  61.       TabOrder = 0
  62.       object tvSrc: TTreeView
  63.         Left = 0
  64.         Top = 0
  65.         Width = 195
  66.         Height = 202
  67.         Align = alClient
  68.         BorderStyle = bsNone
  69.         HideSelection = False
  70.         Images = ilDevices
  71.         Indent = 19
  72.         ReadOnly = True
  73.         ShowRoot = False
  74.         TabOrder = 0
  75.         OnChange = tvSrcChange
  76.         OnChanging = tvDeviceChanging
  77.         OnCompare = tvObjCompare
  78.         OnDblClick = tvSrcDblClick
  79.         OnExpanding = tvObjExpanding
  80.         OnMouseDown = tvDeviceMouseDown
  81.       end
  82.     end
  83.     object plDest: TPanel
  84.       Left = 211
  85.       Top = 18
  86.       Width = 204
  87.       Height = 206
  88.       BevelOuter = bvNone
  89.       BorderStyle = bsSingle
  90.       Caption = 'plDest'
  91.       TabOrder = 1
  92.       object tvDst: TTreeView
  93.         Left = 0
  94.         Top = 0
  95.         Width = 200
  96.         Height = 202
  97.         Align = alClient
  98.         BorderStyle = bsNone
  99.         ChangeDelay = 1
  100.         DragMode = dmAutomatic
  101.         HideSelection = False
  102.         Images = ilDevices
  103.         Indent = 19
  104.         ReadOnly = True
  105.         ShowRoot = False
  106.         StateImages = ilCheckImages
  107.         TabOrder = 0
  108.         OnChange = tvDstChange
  109.         OnChanging = tvDeviceChanging
  110.         OnCompare = tvObjCompare
  111.         OnDblClick = tvSrcDblClick
  112.         OnExpanding = tvObjExpanding
  113.         OnKeyPress = tvDstKeyPress
  114.         OnMouseDown = tvDeviceMouseDown
  115.       end
  116.     end
  117.     object pnlVideo: TPanel
  118.       Left = 104
  119.       Top = 72
  120.       Width = 201
  121.       Height = 113
  122.       BevelOuter = bvNone
  123.       BorderStyle = bsSingle
  124.       Color = clBlack
  125.       Font.Charset = DEFAULT_CHARSET
  126.       Font.Color = clWindow
  127.       Font.Height = -11
  128.       Font.Name = 'MS Sans Serif'
  129.       Font.Style = []
  130.       ParentBackground = False
  131.       ParentFont = False
  132.       TabOrder = 2
  133.       Visible = False
  134.       object imgConvertProgress: TImage
  135.         Left = 0
  136.         Top = 0
  137.         Width = 197
  138.         Height = 109
  139.         Align = alClient
  140.         Stretch = True
  141.       end
  142.       object aniProgress: TAnimate
  143.         Left = 0
  144.         Top = 0
  145.         Width = 197
  146.         Height = 109
  147.         Align = alClient
  148.         StartFrame = 3
  149.         StopFrame = 7
  150.         Transparent = False
  151.       end
  152.     end
  153.   end
  154.   object pnlProgress: TPanel
  155.     Left = 0
  156.     Top = 251
  157.     Width = 422
  158.     Height = 109
  159.     HelpContext = 60
  160.     Align = alBottom
  161.     BevelOuter = bvNone
  162.     FullRepaint = False
  163.     TabOrder = 3
  164.     Visible = False
  165.     object Label3: TLabel
  166.       Left = 7
  167.       Top = 8
  168.       Width = 60
  169.       Height = 13
  170.       AutoSize = False
  171.       Caption = 'Track:'
  172.     end
  173.     object Label4: TLabel
  174.       Left = 7
  175.       Top = 33
  176.       Width = 60
  177.       Height = 13
  178.       AutoSize = False
  179.       Caption = 'Totaal:'
  180.     end
  181.     object lblTrackProgress: TLabel
  182.       Left = 383
  183.       Top = 8
  184.       Width = 31
  185.       Height = 13
  186.       Alignment = taRightJustify
  187.       AutoSize = False
  188.       Caption = '43%'
  189.     end
  190.     object lblTotalProgress: TLabel
  191.       Left = 383
  192.       Top = 32
  193.       Width = 31
  194.       Height = 13
  195.       Alignment = taRightJustify
  196.       AutoSize = False
  197.       Caption = '43%'
  198.     end
  199.     object lblProgress: TLabel
  200.       Left = 71
  201.       Top = 54
  202.       Width = 305
  203.       Height = 13
  204.       AutoSize = False
  205.       Caption = 'Track 1 van 14 (100,4 MB van 300, 5 MB)'
  206.     end
  207.     object Label8: TLabel
  208.       Left = 7
  209.       Top = 54
  210.       Width = 60
  211.       Height = 13
  212.       AutoSize = False
  213.       Caption = 'Voortgang:'
  214.     end
  215.     object lblStatus: TLabel
  216.       Left = 71
  217.       Top = 73
  218.       Width = 305
  219.       Height = 13
  220.       AutoSize = False
  221.       Caption = 'Branden...'
  222.       WordWrap = True
  223.     end
  224.     object lblStatCaption: TLabel
  225.       Left = 7
  226.       Top = 73
  227.       Width = 60
  228.       Height = 13
  229.       AutoSize = False
  230.       Caption = 'Status:'
  231.     end
  232.     object lblCopies: TLabel
  233.       Left = 72
  234.       Top = 91
  235.       Width = 305
  236.       Height = 16
  237.       AutoSize = False
  238.       Caption = 'Kopie 1 van 1'
  239.       WordWrap = True
  240.     end
  241.     object Label14: TLabel
  242.       Left = 7
  243.       Top = 90
  244.       Width = 60
  245.       Height = 13
  246.       AutoSize = False
  247.       Caption = 'Kopie'#235'n:'
  248.     end
  249.     object pbTrack: TProgressBar
  250.       Left = 71
  251.       Top = 8
  252.       Width = 305
  253.       Height = 16
  254.       HelpContext = 21
  255.       TabOrder = 0
  256.     end
  257.     object pbTotal: TProgressBar
  258.       Left = 71
  259.       Top = 32
  260.       Width = 305
  261.       Height = 16
  262.       HelpContext = 30
  263.       TabOrder = 1
  264.     end
  265.   end
  266.   object pnlDetails: TPanel
  267.     Left = 0
  268.     Top = 391
  269.     Width = 422
  270.     Height = 201
  271.     HelpContext = 80
  272.     Align = alBottom
  273.     BevelOuter = bvNone
  274.     TabOrder = 2
  275.     Visible = False
  276.     object Bevel1: TBevel
  277.       Left = 3
  278.       Top = 1
  279.       Width = 411
  280.       Height = 6
  281.       Shape = bsTopLine
  282.     end
  283.     object pcSettings: TPageControl
  284.       Left = 4
  285.       Top = 10
  286.       Width = 413
  287.       Height = 185
  288.       HelpContext = 90
  289.       ActivePage = tsWrite
  290.       Images = ilDevices
  291.       TabOrder = 0
  292.       object tsProfiles: TTabSheet
  293.         Caption = 'Profielen'
  294.         ImageIndex = -1
  295.         object btnProfileSave: TButton
  296.           Left = 316
  297.           Top = 8
  298.           Width = 86
  299.           Height = 23
  300.           Action = acProfileSave
  301.           TabOrder = 0
  302.         end
  303.         object btnProfileRename: TButton
  304.           Left = 316
  305.           Top = 40
  306.           Width = 86
  307.           Height = 23
  308.           Action = acProfileRename
  309.           TabOrder = 1
  310.         end
  311.         object btnProfileDelete: TButton
  312.           Left = 316
  313.           Top = 72
  314.           Width = 86
  315.           Height = 23
  316.           Action = acProfileDelete
  317.           TabOrder = 2
  318.         end
  319.         object pnlProfiles: TPanel
  320.           Left = 1
  321.           Top = 1
  322.           Width = 310
  323.           Height = 152
  324.           BevelOuter = bvNone
  325.           TabOrder = 3
  326.           object lvProfiles: TListView
  327.             Left = 0
  328.             Top = 0
  329.             Width = 310
  330.             Height = 152
  331.             Align = alClient
  332.             Columns = <
  333.               item
  334.                 Caption = 'Profielnaam'
  335.                 MinWidth = 100
  336.                 Width = 200
  337.               end>
  338.             HideSelection = False
  339.             OwnerData = True
  340.             ReadOnly = True
  341.             RowSelect = True
  342.             ShowColumnHeaders = False
  343.             SmallImages = ilProfiles
  344.             TabOrder = 0
  345.             ViewStyle = vsReport
  346.             OnCustomDrawItem = lvProfilesCustomDrawItem
  347.             OnData = lvProfilesData
  348.             OnDataFind = lvProfilesDataFind
  349.             OnSelectItem = lvProfilesSelectItem
  350.           end
  351.         end
  352.       end
  353.       object tsWrite: TTabSheet
  354.         Caption = 'Branden'
  355.         ImageIndex = -1
  356.         object Label9: TLabel
  357.           Left = 8
  358.           Top = 9
  359.           Width = 119
  360.           Height = 13
  361.           AutoSize = False
  362.           Caption = 'Brand &methode:'
  363.         end
  364.         object Label12: TLabel
  365.           Left = 8
  366.           Top = 34
  367.           Width = 119
  368.           Height = 13
  369.           AutoSize = False
  370.           Caption = '&Afsluitmethode:'
  371.         end
  372.         object Label15: TLabel
  373.           Left = 8
  374.           Top = 57
  375.           Width = 114
  376.           Height = 13
  377.           AutoSize = False
  378.           Caption = 'Brand snelheid:'
  379.         end
  380.         object cbWriteMethod: TComboBox
  381.           Left = 128
  382.           Top = 6
  383.           Width = 273
  384.           Height = 21
  385.           HelpContext = 130
  386.           Style = csDropDownList
  387.           ItemHeight = 13
  388.           TabOrder = 0
  389.           OnChange = InvalidateProfileNotify
  390.         end
  391.         object cbCloseCDType: TComboBox
  392.           Left = 128
  393.           Top = 30
  394.           Width = 273
  395.           Height = 21
  396.           HelpContext = 150
  397.           Style = csDropDownList
  398.           ItemHeight = 13
  399.           TabOrder = 1
  400.           OnChange = InvalidateProfileNotify
  401.         end
  402.         object cbSaveToHardDisk: TCheckBox
  403.           Left = 8
  404.           Top = 97
  405.           Width = 270
  406.           Height = 17
  407.           HelpContext = 100
  408.           Caption = 'Schrijf eerst naar &harde schijf'
  409.           TabOrder = 3
  410.           OnClick = InvalidateProfileNotify
  411.         end
  412.         object cbVerify: TCheckBox
  413.           Left = 8
  414.           Top = 132
  415.           Width = 270
  416.           Height = 17
  417.           HelpContext = 140
  418.           Caption = '&Controleer media na branden'
  419.           TabOrder = 4
  420.           Visible = False
  421.           OnClick = InvalidateProfileNotify
  422.         end
  423.         object cbWriteSpeed: TComboBox
  424.           Left = 128
  425.           Top = 55
  426.           Width = 273
  427.           Height = 21
  428.           HelpContext = 230
  429.           Style = csDropDownList
  430.           DropDownCount = 10
  431.           ItemHeight = 13
  432.           TabOrder = 2
  433.           OnChange = InvalidateProfileNotify
  434.         end
  435.         object cbDoSimulate: TCheckBox
  436.           Left = 8
  437.           Top = 114
  438.           Width = 273
  439.           Height = 17
  440.           HelpContext = 50
  441.           Caption = 'Simuleer schrijf voortgang indien mogelijk'
  442.           TabOrder = 5
  443.           OnClick = InvalidateProfileNotify
  444.         end
  445.         object cbAlwayOverwrite: TCheckBox
  446.           Left = 8
  447.           Top = 80
  448.           Width = 270
  449.           Height = 17
  450.           HelpContext = 100
  451.           Caption = 'Overschrijf rewritable media zonder bevestiging'
  452.           TabOrder = 6
  453.           OnClick = InvalidateProfileNotify
  454.         end
  455.       end
  456.       object tsRead: TTabSheet
  457.         Caption = 'Lezen'
  458.         ImageIndex = -1
  459.         object Label11: TLabel
  460.           Left = 8
  461.           Top = 9
  462.           Width = 116
  463.           Height = 13
  464.           AutoSize = False
  465.           Caption = 'Data leessnelheid:'
  466.         end
  467.         object Label13: TLabel
  468.           Left = 8
  469.           Top = 33
  470.           Width = 116
  471.           Height = 13
  472.           AutoSize = False
  473.           Caption = 'Audio leessnelheid:'
  474.         end
  475.         object Label20: TLabel
  476.           Left = 8
  477.           Top = 57
  478.           Width = 116
  479.           Height = 13
  480.           AutoSize = False
  481.           Caption = 'Software leespogingen:'
  482.         end
  483.         object cbReadDataSpeed: TComboBox
  484.           Left = 144
  485.           Top = 6
  486.           Width = 257
  487.           Height = 21
  488.           HelpContext = 191
  489.           Style = csDropDownList
  490.           DropDownCount = 10
  491.           ItemHeight = 0
  492.           TabOrder = 0
  493.           OnChange = InvalidateProfileNotify
  494.         end
  495.         object cbReadAudioSpeed: TComboBox
  496.           Left = 144
  497.           Top = 30
  498.           Width = 257
  499.           Height = 21
  500.           HelpContext = 200
  501.           Style = csDropDownList
  502.           DropDownCount = 10
  503.           ItemHeight = 0
  504.           TabOrder = 1
  505.           OnChange = InvalidateProfileNotify
  506.         end
  507.         object cbJitterCorrection: TCheckBox
  508.           Left = 248
  509.           Top = 134
  510.           Width = 153
  511.           Height = 17
  512.           HelpContext = 210
  513.           Caption = '&Jitter correctie'
  514.           Enabled = False
  515.           TabOrder = 4
  516.           Visible = False
  517.           OnClick = InvalidateProfileNotify
  518.         end
  519.         object UpDown2: TUpDown
  520.           Left = 212
  521.           Top = 53
  522.           Width = 15
  523.           Height = 21
  524.           HelpContext = 40
  525.           Associate = edSoftwareReadRetries
  526.           TabOrder = 3
  527.           Thousands = False
  528.         end
  529.         object edSoftwareReadRetries: TIntegerEdit
  530.           Left = 168
  531.           Top = 53
  532.           Width = 44
  533.           Height = 21
  534.           TabOrder = 2
  535.           Value = 0
  536.           OnChange = InvalidateProfileNotify
  537.         end
  538.         object udHardwareReadRetries: TUpDown
  539.           Left = 212
  540.           Top = 79
  541.           Width = 15
  542.           Height = 21
  543.           HelpContext = 40
  544.           Associate = edHardwareReadRetries
  545.           TabOrder = 5
  546.         end
  547.         object edHardwareReadRetries: TIntegerEdit
  548.           Left = 168
  549.           Top = 79
  550.           Width = 44
  551.           Height = 21
  552.           TabOrder = 6
  553.           Value = 0
  554.           OnChange = InvalidateProfileNotify
  555.         end
  556.         object cbSetHardwareReadRetries: TCheckBox
  557.           Left = 8
  558.           Top = 80
  559.           Width = 153
  560.           Height = 17
  561.           Caption = 'Aantal Hardware pogingen:'
  562.           TabOrder = 7
  563.           OnClick = cbSetHardwareReadRetriesClick
  564.         end
  565.         object cbCompressData: TCheckBox
  566.           Left = 248
  567.           Top = 114
  568.           Width = 136
  569.           Height = 17
  570.           HelpContext = 210
  571.           Caption = '&Comprimeer Data'
  572.           Enabled = False
  573.           TabOrder = 8
  574.           Visible = False
  575.           OnClick = InvalidateProfileNotify
  576.         end
  577.         object cbFixedGaps: TCheckBox
  578.           Left = 8
  579.           Top = 100
  580.           Width = 225
  581.           Height = 17
  582.           HelpContext = 140
  583.           Caption = 'Vaste Pauzes tussen tracks'
  584.           TabOrder = 9
  585.           OnClick = InvalidateProfileNotify
  586.         end
  587.         object cbRepairSubchannelData: TCheckBox
  588.           Left = 8
  589.           Top = 118
  590.           Width = 217
  591.           Height = 17
  592.           HelpContext = 140
  593.           Caption = 'Repareer Subchannel data'
  594.           Checked = True
  595.           State = cbChecked
  596.           TabOrder = 10
  597.           OnClick = InvalidateProfileNotify
  598.         end
  599.       end
  600.       object tsDVD: TTabSheet
  601.         Caption = 'DVD'
  602.         ImageIndex = -1
  603.         object Label7: TLabel
  604.           Left = 8
  605.           Top = 8
  606.           Width = 83
  607.           Height = 13
  608.           Caption = 'Kopieer methode:'
  609.           FocusControl = cbDVDCopyMethod
  610.         end
  611.         object Label10: TLabel
  612.           Left = 8
  613.           Top = 59
  614.           Width = 82
  615.           Height = 13
  616.           Caption = 'CD Aspect Ratio:'
  617.         end
  618.         object Label17: TLabel
  619.           Left = 8
  620.           Top = 33
  621.           Width = 71
  622.           Height = 13
  623.           Caption = 'Voorkeur Doel:'
  624.         end
  625.         object btnAutoRemoveSettings: TButton
  626.           Left = 8
  627.           Top = 120
  628.           Width = 121
  629.           Height = 23
  630.           Caption = 'Geavanceerd...'
  631.           TabOrder = 1
  632.           OnClick = btnAutoRemoveSettingsClick
  633.         end
  634.         object cbDVDCopyMethod: TComboBox
  635.           Left = 112
  636.           Top = 6
  637.           Width = 287
  638.           Height = 21
  639.           Style = csDropDownList
  640.           ItemHeight = 0
  641.           TabOrder = 0
  642.         end
  643.         object cbDVDCopyPictureFormat: TComboBox
  644.           Left = 112
  645.           Top = 55
  646.           Width = 175
  647.           Height = 21
  648.           Style = csDropDownList
  649.           ItemHeight = 0
  650.           TabOrder = 2
  651.         end
  652.         object cbDVDCopyFormat: TComboBox
  653.           Left = 112
  654.           Top = 30
  655.           Width = 175
  656.           Height = 21
  657.           Style = csDropDownList
  658.           ItemHeight = 0
  659.           TabOrder = 3
  660.         end
  661.       end
  662.       object TabSheet2: TTabSheet
  663.         Caption = 'Algemeen'
  664.         ImageIndex = -1
  665.         object Label18: TLabel
  666.           Left = 8
  667.           Top = 8
  668.           Width = 116
  669.           Height = 13
  670.           AutoSize = False
  671.           Caption = '&Kopieer Modus:'
  672.           FocusControl = cbCopyPrecision
  673.         end
  674.         object Label5: TLabel
  675.           Left = 9
  676.           Top = 130
  677.           Width = 42
  678.           Height = 13
  679.           Caption = '&Kopie'#235'n:'
  680.           FocusControl = fedCopies
  681.         end
  682.         object cbCopyPrecision: TComboBox
  683.           Left = 128
  684.           Top = 6
  685.           Width = 265
  686.           Height = 21
  687.           Style = csDropDownList
  688.           ItemHeight = 0
  689.           TabOrder = 0
  690.           OnChange = InvalidateProfileNotify
  691.         end
  692.         object btnOptions: TButton
  693.           Left = 320
  694.           Top = 125
  695.           Width = 75
  696.           Height = 23
  697.           HelpContext = 160
  698.           Caption = '&Opties...'
  699.           TabOrder = 2
  700.           OnClick = btnOptionsClick
  701.         end
  702.         object gbErrorHandling: TGroupBox
  703.           Left = 8
  704.           Top = 32
  705.           Width = 393
  706.           Height = 89
  707.           Caption = 'Fout Afhandeling'
  708.           TabOrder = 1
  709.           object lblErrorSeekRange: TLabel
  710.             Left = 216
  711.             Top = 41
  712.             Width = 105
  713.             Height = 13
  714.             AutoSize = False
  715.             Caption = 'Foutopsporing reeks:'
  716.           end
  717.           object Label6: TLabel
  718.             Left = 8
  719.             Top = 18
  720.             Width = 105
  721.             Height = 13
  722.             AutoSize = False
  723.             Caption = 'Strate&gie:'
  724.             FocusControl = cbErrorHandling
  725.           end
  726.           object cbCreateAutoProcessing: TCheckBox
  727.             Left = 8
  728.             Top = 64
  729.             Width = 265
  730.             Height = 17
  731.             Caption = 'Automatisch &verwerkingsonderdelen maken'
  732.             TabOrder = 4
  733.             OnClick = InvalidateProfileNotify
  734.           end
  735.           object edErrorSeekRange: TIntegerEdit
  736.             Left = 328
  737.             Top = 37
  738.             Width = 41
  739.             Height = 21
  740.             TabOrder = 2
  741.             Value = 0
  742.             OnChange = InvalidateProfileNotify
  743.           end
  744.           object udErrorSeekRange: TUpDown
  745.             Left = 369
  746.             Top = 37
  747.             Width = 15
  748.             Height = 21
  749.             HelpContext = 40
  750.             Associate = edErrorSeekRange
  751.             TabOrder = 3
  752.             Thousands = False
  753.           end
  754.           object cbErrorSeek: TCheckBox
  755.             Left = 8
  756.             Top = 40
  757.             Width = 129
  758.             Height = 17
  759.             Caption = 'Gebr&uik foutopsporing'
  760.             TabOrder = 1
  761.             OnClick = cbErrorSeekClick
  762.           end
  763.           object cbErrorHandling: TComboBox
  764.             Left = 120
  765.             Top = 14
  766.             Width = 265
  767.             Height = 21
  768.             HelpContext = 150
  769.             Style = csDropDownList
  770.             ItemHeight = 0
  771.             TabOrder = 0
  772.             OnChange = cbErrorHandlingChange
  773.           end
  774.         end
  775.         object fedCopies: TIntegerEdit
  776.           Left = 57
  777.           Top = 127
  778.           Width = 30
  779.           Height = 21
  780.           TabOrder = 3
  781.           Value = 1
  782.         end
  783.         object udCopies: TUpDown
  784.           Left = 87
  785.           Top = 127
  786.           Width = 15
  787.           Height = 21
  788.           HelpContext = 40
  789.           Associate = fedCopies
  790.           Min = 1
  791.           Position = 1
  792.           TabOrder = 4
  793.         end
  794.       end
  795.       object tbExtended: TTabSheet
  796.         Caption = 'Verwerken'
  797.         ImageIndex = -1
  798.         object btnModificationLoad: TButton
  799.           Left = 316
  800.           Top = 120
  801.           Width = 86
  802.           Height = 23
  803.           HelpContext = 310
  804.           Caption = '&Laden...'
  805.           TabOrder = 4
  806.           OnClick = btnModificationLoadClick
  807.         end
  808.         object btnModificationSave: TButton
  809.           Left = 316
  810.           Top = 88
  811.           Width = 86
  812.           Height = 23
  813.           HelpContext = 300
  814.           Caption = 'Opslaan &als...'
  815.           TabOrder = 3
  816.           OnClick = btnModificationSaveClick
  817.         end
  818.         object lvModification: TListView
  819.           Left = 0
  820.           Top = 1
  821.           Width = 310
  822.           Height = 152
  823.           Columns = <
  824.             item
  825.               Caption = 'Actie'
  826.               Width = 90
  827.             end
  828.             item
  829.               Caption = 'Omschrijving'
  830.               Width = 180
  831.             end>
  832.           ColumnClick = False
  833.           HideSelection = False
  834.           ReadOnly = True
  835.           RowSelect = True
  836.           PopupMenu = pmProcessing
  837.           SmallImages = ilProcessing
  838.           TabOrder = 0
  839.           ViewStyle = vsReport
  840.           OnChange = lvModificationChange
  841.           OnDblClick = lvModificationDblClick
  842.         end
  843.         object btnProcessingDelete: TButton
  844.           Left = 316
  845.           Top = 40
  846.           Width = 86
  847.           Height = 23
  848.           Action = acProcessingDelete
  849.           TabOrder = 2
  850.         end
  851.         object btnModificationAdd: TButton
  852.           Left = 316
  853.           Top = 8
  854.           Width = 86
  855.           Height = 23
  856.           HelpContext = 300
  857.           Caption = '&Nieuw'
  858.           TabOrder = 1
  859.           OnClick = btnModificationAddClick
  860.         end
  861.       end
  862.       object tsLog: TTabSheet
  863.         HelpContext = 290
  864.         Caption = 'Log'
  865.         ImageIndex = -1
  866.         TabVisible = False
  867.         object btnSaveAs: TButton
  868.           Left = 4
  869.           Top = 128
  870.           Width = 86
  871.           Height = 23
  872.           HelpContext = 300
  873.           Caption = 'Opslaan &als...'
  874.           TabOrder = 1
  875.           OnClick = btnSaveAsClick
  876.         end
  877.         object btnClear: TButton
  878.           Left = 100
  879.           Top = 128
  880.           Width = 86
  881.           Height = 23
  882.           HelpContext = 310
  883.           Caption = '&Wissen'
  884.           TabOrder = 2
  885.           OnClick = btnClearClick
  886.         end
  887.         object memLog: TMemo
  888.           Left = 1
  889.           Top = 1
  890.           Width = 400
  891.           Height = 120
  892.           Font.Charset = ANSI_CHARSET
  893.           Font.Color = clWindowText
  894.           Font.Height = -11
  895.           Font.Name = 'Courier New'
  896.           Font.Style = []
  897.           ParentFont = False
  898.           ReadOnly = True
  899.           ScrollBars = ssVertical
  900.           TabOrder = 0
  901.         end
  902.       end
  903.     end
  904.   end
  905.   object pnlBtns: TPanel
  906.     Left = 0
  907.     Top = 360
  908.     Width = 422
  909.     Height = 31
  910.     Align = alBottom
  911.     BevelOuter = bvNone
  912.     TabOrder = 1
  913.     object lblSimulate: TLabel
  914.       Left = 32
  915.       Top = 9
  916.       Width = 137
  917.       Height = 13
  918.       AutoSize = False
  919.       Caption = 'Simulatie'
  920.       Visible = False
  921.     end
  922.     object imgSimulate: TImage
  923.       Left = 9
  924.       Top = 6
  925.       Width = 16
  926.       Height = 16
  927.       Picture.Data = {<image000.bmp>}
  928.       Transparent = True
  929.       Visible = False
  930.     end
  931.     object btnMoveLeft: TSpeedButton
  932.       Tag = 1
  933.       Left = 172
  934.       Top = 4
  935.       Width = 35
  936.       Height = 23
  937.       Hint = 'Verplaats naar Bron'
  938.       Caption = '3'
  939.       Font.Charset = SYMBOL_CHARSET
  940.       Font.Color = clWindowText
  941.       Font.Height = -16
  942.       Font.Name = 'Marlett'
  943.       Font.Style = [fsBold]
  944.       ParentFont = False
  945.       ParentShowHint = False
  946.       ShowHint = True
  947.     end
  948.     object btnMoveRight: TSpeedButton
  949.       Left = 206
  950.       Top = 4
  951.       Width = 35
  952.       Height = 23
  953.       Hint = 'Verplaats naar Doel'
  954.       Caption = '4'
  955.       Font.Charset = SYMBOL_CHARSET
  956.       Font.Color = clWindowText
  957.       Font.Height = -16
  958.       Font.Name = 'Marlett'
  959.       Font.Style = [fsBold]
  960.       ParentFont = False
  961.       ParentShowHint = False
  962.       ShowHint = True
  963.     end
  964.     object btnStart: TButton
  965.       Left = 249
  966.       Top = 4
  967.       Width = 75
  968.       Height = 23
  969.       HelpContext = 320
  970.       Caption = '[Start]'
  971.       TabOrder = 1
  972.       OnClick = btnStartClick
  973.     end
  974.     object btnClose: TButton
  975.       Left = 338
  976.       Top = 4
  977.       Width = 75
  978.       Height = 23
  979.       HelpContext = 330
  980.       Caption = 'Sluiten'
  981.       TabOrder = 3
  982.       OnClick = btnCloseClick
  983.     end
  984.     object cbDetails: TExtCheckBox
  985.       Left = 8
  986.       Top = 4
  987.       Width = 75
  988.       Height = 23
  989.       HelpContext = 400
  990.       Options = [coPushlike]
  991.       Caption = 'D&etails >>'
  992.       TabOrder = 0
  993.       OnClick = cbDetailsClick
  994.     end
  995.     object cbQueueListing: TExtCheckBox
  996.       Left = 315
  997.       Top = 4
  998.       Width = 16
  999.       Height = 23
  1000.       HelpContext = 400
  1001.       Options = [coPushlike]
  1002.       Caption = '6'
  1003.       Font.Charset = SYMBOL_CHARSET
  1004.       Font.Color = clWindowText
  1005.       Font.Height = -13
  1006.       Font.Name = 'Marlett'
  1007.       Font.Style = [fsBold]
  1008.       ParentFont = False
  1009.       TabOrder = 2
  1010.       Visible = False
  1011.       OnClick = cbQueueListingClick
  1012.     end
  1013.   end
  1014.   object sbStatus: TStatusBar
  1015.     Left = 0
  1016.     Top = 683
  1017.     Width = 422
  1018.     Height = 21
  1019.     Panels = <
  1020.       item
  1021.         Width = 210
  1022.       end
  1023.       item
  1024.         Style = psOwnerDraw
  1025.         Width = 75
  1026.       end
  1027.       item
  1028.         Width = 50
  1029.       end>
  1030.     OnDrawPanel = sbStatusDrawPanel
  1031.   end
  1032.   object pnlQueueListing: TPanel
  1033.     Left = 0
  1034.     Top = 592
  1035.     Width = 422
  1036.     Height = 91
  1037.     HelpContext = 70
  1038.     Align = alBottom
  1039.     BevelOuter = bvNone
  1040.     TabOrder = 5
  1041.     Visible = False
  1042.     object Label16: TLabel
  1043.       Left = 5
  1044.       Top = 0
  1045.       Width = 63
  1046.       Height = 13
  1047.       Caption = '&Wachtrij Lijst:'
  1048.     end
  1049.     object lvQueueListing: TListView
  1050.       Left = 6
  1051.       Top = 16
  1052.       Width = 411
  1053.       Height = 72
  1054.       Columns = <
  1055.         item
  1056.           Caption = 'Naam'
  1057.           Width = 400
  1058.         end>
  1059.       ShowColumnHeaders = False
  1060.       SmallImages = ilQueueList
  1061.       TabOrder = 0
  1062.       ViewStyle = vsReport
  1063.     end
  1064.   end
  1065.   object pnlExtraCaption: TPanel
  1066.     Left = 0
  1067.     Top = 0
  1068.     Width = 422
  1069.     Height = 25
  1070.     Align = alTop
  1071.     BevelOuter = bvNone
  1072.     TabOrder = 6
  1073.     object Panel1: TPanel
  1074.       Left = 5
  1075.       Top = 2
  1076.       Width = 412
  1077.       Height = 23
  1078.       BevelOuter = bvLowered
  1079.       TabOrder = 0
  1080.       object imgTopBar: TImage
  1081.         Left = 1
  1082.         Top = 1
  1083.         Width = 410
  1084.         Height = 21
  1085.         Align = alClient
  1086.         AutoSize = True
  1087.         Picture.Data = {<image001.bmp>}
  1088.         Stretch = True
  1089.       end
  1090.       object lblLargeTitle: TLabel
  1091.         Left = 5
  1092.         Top = 2
  1093.         Width = 340
  1094.         Height = 19
  1095.         AutoSize = False
  1096.         Caption = '---'
  1097.         Font.Charset = ANSI_CHARSET
  1098.         Font.Color = clWindowText
  1099.         Font.Height = -16
  1100.         Font.Name = 'Arial'
  1101.         Font.Style = [fsBold]
  1102.         ParentFont = False
  1103.         Transparent = True
  1104.       end
  1105.     end
  1106.   end
  1107.   object pmSource: TPopupMenu
  1108.     Left = 232
  1109.     Top = 80
  1110.     object miAddCDWriter: TMenuItem
  1111.       Caption = 'Als Brander toevoegen'
  1112.     end
  1113.     object miSrcProperties: TMenuItem
  1114.       Caption = 'Eigenschappen'
  1115.       HelpContext = 340
  1116.     end
  1117.   end
  1118.   object pmDest: TPopupMenu
  1119.     Left = 272
  1120.     Top = 80
  1121.     object miRemove: TMenuItem
  1122.       Caption = '&Verwijderen'
  1123.       HelpContext = 350
  1124.       Visible = False
  1125.     end
  1126.     object miChangeDriver: TMenuItem
  1127.       Caption = '&Driver veranderen'
  1128.       HelpContext = 360
  1129.     end
  1130.     object N1: TMenuItem
  1131.       Caption = '-'
  1132.     end
  1133.     object miDestProperties: TMenuItem
  1134.       Caption = 'Eigenschappen'
  1135.       HelpContext = 370
  1136.     end
  1137.   end
  1138.   object ilDevices: TImageList
  1139.     Left = 384
  1140.     Top = 496
  1141.   end
  1142.   object sdLog: TSaveDialog
  1143.     DefaultExt = 'txt'
  1144.     Filter = 'Tekst bestanden|*.txt|Alle Bestanden|*.*'
  1145.     Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofShareAware]
  1146.     Title = 'Bewaar Log'
  1147.     Left = 280
  1148.     Top = 608
  1149.   end
  1150.   object pmTreeItem: TPopupMenu
  1151.     Left = 232
  1152.     Top = 111
  1153.     object Empty1: TMenuItem
  1154.       Caption = '(Leeg)'
  1155.       Enabled = False
  1156.     end
  1157.   end
  1158.   object pmQueueListing: TPopupMenu
  1159.     Left = 120
  1160.     Top = 609
  1161.     object miAddTask: TMenuItem
  1162.       Caption = 'Taak toevoegen'
  1163.       OnClick = miAddTaskClick
  1164.     end
  1165.     object miClearQueueListing: TMenuItem
  1166.       Caption = 'Wachtrij Lijst Wissen'
  1167.       OnClick = miClearQueueListingClick
  1168.     end
  1169.   end
  1170.   object ilQueueList: TImageList
  1171.     Left = 120
  1172.     Top = 640
  1173.   end
  1174.   object ExtendedHint1: TExtendedHint
  1175.     Left = 320
  1176.     Top = 496
  1177.   end
  1178.   object ilCheckImages: TImageList
  1179.     Left = 352
  1180.     Top = 496
  1181.   end
  1182.   object sdModification: TSaveDialog
  1183.     DefaultExt = 'cci'
  1184.     Filter = 'CD Copy Informatie|*.cci|Alle Bestanden|*.*'
  1185.     Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofEnableSizing]
  1186.     Left = 16
  1187.     Top = 609
  1188.   end
  1189.   object odModification: TOpenDialog
  1190.     Filter = 'Copy Control Informatie|*.cci|Alle Bestanden|*.*'
  1191.     Options = [ofHideReadOnly, ofFileMustExist, ofEnableSizing]
  1192.     Left = 16
  1193.     Top = 641
  1194.   end
  1195.   object pmAddProcessing: TPopupMenu
  1196.     Left = 48
  1197.     Top = 609
  1198.     object Exclude2: TMenuItem
  1199.       Action = acAddExclude
  1200.     end
  1201.     object MarkError2: TMenuItem
  1202.       Action = acAddMarkError
  1203.     end
  1204.     object Patch2: TMenuItem
  1205.       Action = acAddPatch
  1206.     end
  1207.     object SkipTrack2: TMenuItem
  1208.       Action = acAddSkipTrack
  1209.     end
  1210.   end
  1211.   object pmProcessing: TPopupMenu
  1212.     Left = 48
  1213.     Top = 641
  1214.     object New1: TMenuItem
  1215.       Caption = '&Nieuw'
  1216.       object Exclude1: TMenuItem
  1217.         Action = acAddExclude
  1218.       end
  1219.       object MarkError1: TMenuItem
  1220.         Action = acAddMarkError
  1221.       end
  1222.       object Patch1: TMenuItem
  1223.         Action = acAddPatch
  1224.       end
  1225.       object SkipTrack1: TMenuItem
  1226.         Action = acAddSkipTrack
  1227.       end
  1228.     end
  1229.     object N3: TMenuItem
  1230.       Caption = '-'
  1231.     end
  1232.     object miProcessingDelete: TMenuItem
  1233.       Action = acProcessingDelete
  1234.     end
  1235.     object N2: TMenuItem
  1236.       Caption = '-'
  1237.     end
  1238.     object miProperties: TMenuItem
  1239.       Action = acProcessingProperties
  1240.       Default = True
  1241.     end
  1242.   end
  1243.   object alProcessing: TActionList
  1244.     Left = 80
  1245.     Top = 641
  1246.     object acAddExclude: TAction
  1247.       Category = 'Processing New'
  1248.       Caption = '&Uitsluiten...'
  1249.       OnExecute = acAddExcludeClick
  1250.     end
  1251.     object acAddPatch: TAction
  1252.       Category = 'Processing New'
  1253.       Caption = '&Patch...'
  1254.       OnExecute = acAddPatchClick
  1255.     end
  1256.     object acAddSkipTrack: TAction
  1257.       Category = 'Processing New'
  1258.       Caption = '&Track Overslaan...'
  1259.       OnExecute = acAddSkipTrackClick
  1260.     end
  1261.     object acAddMarkError: TAction
  1262.       Category = 'Processing New'
  1263.       Caption = '&Fout Markeren...'
  1264.       OnExecute = acAddMarkErrorClick
  1265.     end
  1266.     object acProcessingDelete: TAction
  1267.       Category = 'Processing'
  1268.       Caption = '&Verwijderen'
  1269.       Enabled = False
  1270.       OnExecute = acProcessingDeleteExecute
  1271.     end
  1272.     object acProcessingProperties: TAction
  1273.       Category = 'Processing'
  1274.       Caption = 'Eigenschappen'
  1275.       Enabled = False
  1276.       OnExecute = acProcessingPropertiesExecute
  1277.     end
  1278.     object acProfileSave: TAction
  1279.       Category = 'Profiles'
  1280.       Caption = 'Op&slaan...'
  1281.       OnExecute = acProfileSaveClick
  1282.     end
  1283.     object acProfileRename: TAction
  1284.       Category = 'Profiles'
  1285.       Caption = '&Hernoemen...'
  1286.       OnExecute = acProfileRenameClick
  1287.     end
  1288.     object acProfileDelete: TAction
  1289.       Category = 'Profiles'
  1290.       Caption = '&Verwijderen'
  1291.       OnExecute = acProfileDeleteClick
  1292.     end
  1293.   end
  1294.   object ilProcessing: TImageList
  1295.     Left = 80
  1296.     Top = 609
  1297.   end
  1298.   object ilProfiles: TImageList
  1299.     Left = 353
  1300.     Top = 624
  1301.     Bitmap = {
  1302.       494C010102000400040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
  1303.       0000000000003600000028000000400000001000000001002000000000000010
  1304.       0000000000000000000000000000000000000000000000000000000000000000
  1305.       0000000000000000000000000000000000000000000000000000000000000000
  1306.       0000000000000000000000000000000000000000000000000000000000000000
  1307.       0000000000000000000000000000000000000000000000000000000000000000
  1308.       0000000000000000000000000000000000000000000000000000000000000000
  1309.       0000000000000000000000000000000000000000000000000000000000000000
  1310.       0000000000000000000000000000000000000000000000000000000000000000
  1311.       0000000000000000000000000000000000000000000000000000000000000000
  1312.       0000000000000000000000000000000000000000000000000000000000000000
  1313.       0000000000000000000000000000000000000000000000000000008484000000
  1314.       0000000000000000000000000000000000000000000000000000000000008400
  1315.       0000840000008400000084000000840000008400000084000000840000008400
  1316.       0000000000000000000000000000000000000000000000000000000000000000
  1317.       0000000000000000000000000000000000000000000000000000000000000000
  1318.       0000000000000000000000000000000000000000000000000000000000000000
  1319.       0000000000000000000000000000000000000000000000000000000000000000
  1320.       0000000000000000000000000000000000000000000000000000000000000000
  1321.       0000000000000000000000FFFF0000848400000000000000000000FFFF000000
  1322.       000000000000008484000084840000000000000000000000000084000000FF00
  1323.       0000FF000000840000008400000084000000C6C6C60084000000FF0000008400
  1324.       0000840000000000000000000000000000000000000000000000000000000000
  1325.       0000000000000000000000000000000000000000000000000000000000000000
  1326.       0000000000000000000000000000000000000000000000000000000000000000
  1327.       0000000000000000000000000000000000000000000000000000000000000000
  1328.       0000000000000000000000000000000000000000000000000000000000000000
  1329.       000000000000000000000000000000FFFF000084840000848400FFFFFF000000
  1330.       00000084840000FFFF0000000000000000000000000000000000000000008400
  1331.       000084000000C6C6C600C6C6C600FFFFFF00C6C6C60084848400840000008400
  1332.       0000000000000000000000000000000000000000000000000000000000000000
  1333.       0000000000000000000000000000000000000000000000000000000000000000
  1334.       0000000000000000000000000000000000000000000000000000000000000000
  1335.       0000000000000000000000000000000000000000000000000000000000000000
  1336.       0000000000000000000000000000000000000000000000000000000000000000
  1337.       00000000000000000000008484000000000000FFFF00FFFFFF0000FFFF00FFFF
  1338.       FF0000FFFF000000000000848400000000000000000000000000000000000000
  1339.       00000000000084848400FFFFFF00FFFFFF008484840000000000840000000000
  1340.       0000000000000000000000000000000000000000000000000000000000000000
  1341.       0000000000000000000000000000000000000000000000000000000000000000
  1342.       0000000000000000000000000000000000000000000000000000000000000000
  1343.       0000000000000000000000000000000000000000000000000000000000000000
  1344.       0000000000000000000000000000000000000000000000000000000000000000
  1345.       000000000000000000000084840000FFFF00FFFFFF0000000000000000000000
  1346.       0000FFFFFF0000FFFF0000848400000000000000000000000000000000000000
  1347.       00000000000000000000FFFFFF00C6C6C600C6C6C600C6C6C600C6C6C6000000
  1348.       0000000000000000000000000000000000000000000000000000000000000000
  1349.       0000000000000000000000000000000000000000000000000000000000000000
  1350.       0000000000000000000000000000000000000000000000000000000000000000
  1351.       0000000000000000000000000000000000000000000000000000000000000000
  1352.       0000000000000000000000000000000000000000000000000000000000000000
  1353.       0000000000000000000000000000008484000000000000000000FFFFFF000000
  1354.       000000000000FFFFFF0000000000000000000000000000000000000000000000
  1355.       0000000000000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF000000
  1356.       0000000000000000000000000000000000000000000000000000000000000000
  1357.       0000000000000000000000000000000000000000000000000000000000000000
  1358.       0000000000000000000000000000000000000000000000000000000000000000
  1359.       0000000000000000000000000000000000000000000000000000000000000000
  1360.       00000000000000000000000000000000000000000000FFFFFF00848484000000
  1361.       000000000000848484000000000000FFFF000084840084848400FFFFFF000000
  1362.       000000FFFF000084840000000000000000000000000000000000000000000000
  1363.       0000000000000000000084848400FFFFFF00FFFFFF00FFFFFF00C6C6C6000000
  1364.       0000000000000000000000000000000000000000000000000000000000000000
  1365.       0000000000000000000000000000000000000000000000000000000000000000
  1366.       0000000000000000000000000000000000000000000000000000000000000000
  1367.       0000000000000000000000000000000000000000000000000000000000000000
  1368.       0000000000000000000000000000000000000000000000000000C6C6C6008484
  1369.       840084848400FFFFFF0000000000008484000000000000000000FFFFFF000000
  1370.       00000000000000FFFF0000000000000000000000000000000000000000000000
  1371.       00000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00C6C6
  1372.       C600000000000000000000000000000000000000000000000000000000000000
  1373.       0000000000000000000000000000000000000000000000000000000000000000
  1374.       0000000000000000000000000000000000000000000000000000000000000000
  1375.       0000000000000000000000000000000000000000000000000000000000000000
  1376.       000000000000000000000000000000000000000000008484840000000000FFFF
  1377.       FF0084848400FFFFFF00FFFFFF0000000000FFFFFF00C6C6C600848484000000
  1378.       0000000000000000000000000000000000000000000000000000000000000000
  1379.       0000000000000000000084848400FFFFFF00FFFFFF00C6C6C600FF000000C6C6
  1380.       C600000000000000000000000000000000000000000000000000000000000000
  1381.       0000000000000000000000000000000000000000000000000000000000000000
  1382.       0000000000000000000000000000000000000000000000000000000000000000
  1383.       0000000000000000000000000000000000000000000000000000000000000000
  1384.       00000000000000000000000000000000000000000000C6C6C600FFFFFF00FFFF
  1385.       FF00000000000000000000000000FFFFFF00FFFFFF00FFFFFF00000000000000
  1386.       0000000000000000000000000000000000000000000000000000000000000000
  1387.       000000000000000000000000000000000000C6C6C600FFFFFF00848484000000
  1388.       0000000000000000000000000000000000000000000000000000000000000000
  1389.       0000000000000000000000000000000000000000000000000000000000000000
  1390.       0000000000000000000000000000000000000000000000000000000000000000
  1391.       0000000000000000000000000000000000000000000000000000000000000000
  1392.       0000000000000000000000000000000000008484840000000000848484000000
  1393.       000000000000FFFFFF0000000000000000008484840000000000000000000000
  1394.       0000000000000000000000000000000000000000000000000000000000000000
  1395.       00000000000000000000000000000000000000000000FFFFFF00FFFFFF00C6C6
  1396.       C600000000000000000000000000000000000000000000000000000000000000
  1397.       0000000000000000000000000000000000000000000000000000000000000000
  1398.       0000000000000000000000000000000000000000000000000000000000000000
  1399.       0000000000000000000000000000000000000000000000000000000000000000
  1400.       0000000000000000000000000000000000000000000000000000FFFFFF00FFFF
  1401.       FF0000000000FFFFFF0000000000FFFFFF00C6C6C60000000000000000000000
  1402.       0000000000000000000000000000000000000000000000000000000000000000
  1403.       0000000000000000000000000000000000000000000000000000000000000000
  1404.       0000000000000000000000000000000000000000000000000000000000000000
  1405.       0000000000000000000000000000000000000000000000000000000000000000
  1406.       0000000000000000000000000000000000000000000000000000000000000000
  1407.       0000000000000000000000000000000000000000000000000000000000000000
  1408.       0000000000000000000000000000000000000000000084848400C6C6C6000000
  1409.       0000FFFFFF00848484000000000000000000FFFFFF0000000000000000000000
  1410.       0000000000000000000000000000000000000000000000000000000000000000
  1411.       0000000000000000000000000000000000000000000000000000000000000000
  1412.       0000000000000000000000000000000000000000000000000000000000000000
  1413.       0000000000000000000000000000000000000000000000000000000000000000
  1414.       0000000000000000000000000000000000000000000000000000000000000000
  1415.       0000000000000000000000000000000000000000000000000000000000000000
  1416.       0000000000000000000000000000000000000000000000000000848484000000
  1417.       000000000000FFFFFF0000000000000000000000000000000000000000000000
  1418.       0000000000000000000000000000000000000000000000000000000000000000
  1419.       0000000000000000000000000000000000000000000000000000000000000000
  1420.       0000000000000000000000000000000000000000000000000000000000000000
  1421.       0000000000000000000000000000000000000000000000000000000000000000
  1422.       0000000000000000000000000000000000000000000000000000000000000000
  1423.       0000000000000000000000000000000000000000000000000000000000000000
  1424.       0000000000000000000000000000000000000000000000000000000000000000
  1425.       0000000000008484840000000000000000000000000000000000000000000000
  1426.       0000000000000000000000000000000000000000000000000000000000000000
  1427.       0000000000000000000000000000000000000000000000000000000000000000
  1428.       0000000000000000000000000000000000000000000000000000000000000000
  1429.       0000000000000000000000000000000000000000000000000000000000000000
  1430.       0000000000000000000000000000000000000000000000000000000000000000
  1431.       0000000000000000000000000000000000000000000000000000000000000000
  1432.       000000000000000000000000000000000000424D3E000000000000003E000000
  1433.       2800000040000000100000000100010000000000800000000000000000000000
  1434.       000000000000000000000000FFFFFF00FF8FFFFF00000000FC89E00F00000000
  1435.       F800C00700000000FC01E00F00000000F800F01F00000000F800E00F00000000
  1436.       9000E00F000000000001C00F000000008001C00700000000001BC00700000000
  1437.       001FC00F00000000001FC00700000000803FE00700000000803FF00700000000
  1438.       D17FF80F00000000FBFFFFFF0000000000000000000000000000000000000000
  1439.       000000000000}
  1440.   end
  1441.   object XPManifest1: TXPManifest
  1442.     Left = 21
  1443.     Top = 75
  1444.   end
  1445. end
  1446.