object CDCopyForm: TCDCopyForm Left = 600 Top = 194 HelpContext = 11 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsSingle Caption = 'InstantCopy' ClientHeight = 704 ClientWidth = 422 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True OldCreateOrder = True Position = poScreenCenter OnClose = FormClose OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnDestroy = FormDestroy OnKeyDown = FormKeyDown OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object pnlStandard: TPanel Left = 0 Top = 25 Width = 422 Height = 226 Align = alClient BevelOuter = bvNone Constraints.MinHeight = 60 TabOrder = 0 Visible = False object Label1: TLabel Left = 6 Top = 4 Width = 34 Height = 13 Caption = 'Ori&gen:' FocusControl = tvSrc end object Label2: TLabel Left = 210 Top = 4 Width = 39 Height = 13 Caption = '&Destino:' FocusControl = tvDst end object plSource: TPanel Left = 5 Top = 18 Width = 199 Height = 206 BevelOuter = bvNone BorderStyle = bsSingle Caption = 'plSource' TabOrder = 0 object tvSrc: TTreeView Left = 0 Top = 0 Width = 195 Height = 202 Align = alClient BorderStyle = bsNone HideSelection = False Images = ilDevices Indent = 19 ReadOnly = True ShowRoot = False TabOrder = 0 OnChange = tvSrcChange OnChanging = tvDeviceChanging OnCompare = tvObjCompare OnDblClick = tvSrcDblClick OnExpanding = tvObjExpanding OnMouseDown = tvDeviceMouseDown end end object plDest: TPanel Left = 211 Top = 18 Width = 204 Height = 206 BevelOuter = bvNone BorderStyle = bsSingle Caption = 'plDest' TabOrder = 1 object tvDst: TTreeView Left = 0 Top = 0 Width = 200 Height = 202 Align = alClient BorderStyle = bsNone ChangeDelay = 1 DragMode = dmAutomatic HideSelection = False Images = ilDevices Indent = 19 ReadOnly = True ShowRoot = False StateImages = ilCheckImages TabOrder = 0 OnChange = tvDstChange OnChanging = tvDeviceChanging OnCompare = tvObjCompare OnDblClick = tvSrcDblClick OnExpanding = tvObjExpanding OnKeyPress = tvDstKeyPress OnMouseDown = tvDeviceMouseDown end end object pnlVideo: TPanel Left = 104 Top = 72 Width = 201 Height = 113 BevelOuter = bvNone BorderStyle = bsSingle Color = clBlack Font.Charset = DEFAULT_CHARSET Font.Color = clWindow Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentBackground = False ParentFont = False TabOrder = 2 Visible = False object imgConvertProgress: TImage Left = 0 Top = 0 Width = 197 Height = 109 Align = alClient Stretch = True end object aniProgress: TAnimate Left = 0 Top = 0 Width = 197 Height = 109 Align = alClient StartFrame = 3 StopFrame = 7 Transparent = False end end end object pnlProgress: TPanel Left = 0 Top = 251 Width = 422 Height = 109 HelpContext = 60 Align = alBottom BevelOuter = bvNone FullRepaint = False TabOrder = 3 Visible = False object Label3: TLabel Left = 7 Top = 8 Width = 60 Height = 13 AutoSize = False Caption = 'Pista:' end object Label4: TLabel Left = 7 Top = 33 Width = 60 Height = 13 AutoSize = False Caption = 'Total:' end object lblTrackProgress: TLabel Left = 383 Top = 8 Width = 31 Height = 13 Alignment = taRightJustify AutoSize = False Caption = '43%' end object lblTotalProgress: TLabel Left = 383 Top = 32 Width = 31 Height = 13 Alignment = taRightJustify AutoSize = False Caption = '43%' end object lblProgress: TLabel Left = 71 Top = 54 Width = 305 Height = 13 AutoSize = False Caption = 'Pista 1 de 14 (100,4 MB de 300, 5 MB)' end object Label8: TLabel Left = 7 Top = 54 Width = 60 Height = 13 AutoSize = False Caption = 'Progreso:' end object lblStatus: TLabel Left = 71 Top = 73 Width = 305 Height = 13 AutoSize = False Caption = 'Escribiendo...' WordWrap = True end object lblStatCaption: TLabel Left = 7 Top = 73 Width = 60 Height = 13 AutoSize = False Caption = 'Estado:' end object lblCopies: TLabel Left = 72 Top = 91 Width = 305 Height = 16 AutoSize = False Caption = 'Copia 1 de 1' WordWrap = True end object Label14: TLabel Left = 7 Top = 90 Width = 60 Height = 13 AutoSize = False Caption = 'Copias:' end object pbTrack: TProgressBar Left = 71 Top = 8 Width = 305 Height = 16 HelpContext = 21 TabOrder = 0 end object pbTotal: TProgressBar Left = 71 Top = 32 Width = 305 Height = 16 HelpContext = 30 TabOrder = 1 end end object pnlDetails: TPanel Left = 0 Top = 391 Width = 422 Height = 201 HelpContext = 80 Align = alBottom BevelOuter = bvNone TabOrder = 2 Visible = False object Bevel1: TBevel Left = 3 Top = 9 Width = 411 Height = 6 Shape = bsTopLine end object pcSettings: TPageControl Left = 4 Top = 10 Width = 413 Height = 185 HelpContext = 90 ActivePage = tsProfiles Images = ilDevices TabOrder = 0 object tsProfiles: TTabSheet Caption = 'Perfiles' ImageIndex = -1 object btnProfileSave: TButton Left = 316 Top = 8 Width = 86 Height = 23 Action = acProfileSave TabOrder = 0 end object btnProfileRename: TButton Left = 316 Top = 40 Width = 86 Height = 23 Action = acProfileRename TabOrder = 1 end object btnProfileDelete: TButton Left = 316 Top = 72 Width = 86 Height = 23 Action = acProfileDelete TabOrder = 2 end object pnlProfiles: TPanel Left = 1 Top = 1 Width = 310 Height = 152 BevelOuter = bvNone TabOrder = 3 object lvProfiles: TListView Left = 0 Top = 0 Width = 310 Height = 152 Align = alClient Columns = < item Caption = 'Nombre del perfil' MinWidth = 100 Width = 200 end> HideSelection = False OwnerData = True ReadOnly = True RowSelect = True ShowColumnHeaders = False SmallImages = ilProfiles TabOrder = 0 ViewStyle = vsReport OnCustomDrawItem = lvProfilesCustomDrawItem OnData = lvProfilesData OnDataFind = lvProfilesDataFind OnSelectItem = lvProfilesSelectItem end end end object tsWrite: TTabSheet Caption = 'Escribir' ImageIndex = -1 object Label9: TLabel Left = 8 Top = 9 Width = 119 Height = 13 AutoSize = False Caption = 'M'#233'todo &de escritura:' end object Label12: TLabel Left = 8 Top = 34 Width = 119 Height = 13 AutoSize = False Caption = '&M'#233'todo de cierre:' end object Label15: TLabel Left = 8 Top = 57 Width = 114 Height = 13 AutoSize = False Caption = 'Velocidad de escritura:' end object cbWriteMethod: TComboBox Left = 128 Top = 6 Width = 273 Height = 21 HelpContext = 130 Style = csDropDownList ItemHeight = 13 TabOrder = 0 OnChange = InvalidateProfileNotify end object cbCloseCDType: TComboBox Left = 128 Top = 30 Width = 273 Height = 21 HelpContext = 150 Style = csDropDownList ItemHeight = 13 TabOrder = 1 OnChange = InvalidateProfileNotify end object cbSaveToHardDisk: TCheckBox Left = 8 Top = 97 Width = 270 Height = 17 HelpContext = 100 Caption = 'Escribir al &disco duro primero' TabOrder = 3 OnClick = InvalidateProfileNotify end object cbVerify: TCheckBox Left = 8 Top = 132 Width = 270 Height = 17 HelpContext = 140 Caption = '&Verificar el medio de destino despu'#233's de la escritura' TabOrder = 4 Visible = False OnClick = InvalidateProfileNotify end object cbWriteSpeed: TComboBox Left = 128 Top = 55 Width = 273 Height = 21 HelpContext = 230 Style = csDropDownList DropDownCount = 10 ItemHeight = 13 TabOrder = 2 OnChange = InvalidateProfileNotify end object cbDoSimulate: TCheckBox Left = 8 Top = 114 Width = 273 Height = 17 HelpContext = 50 Caption = 'Simular progreso de escritura si es posible' TabOrder = 5 OnClick = InvalidateProfileNotify end object cbAlwayOverwrite: TCheckBox Left = 8 Top = 80 Width = 270 Height = 17 HelpContext = 100 Caption = 'Sobrescribir medio regrabable sin confirmaci'#243'n' TabOrder = 6 OnClick = InvalidateProfileNotify end end object tsRead: TTabSheet Caption = 'Leer' ImageIndex = -1 object Label11: TLabel Left = 8 Top = 9 Width = 145 Height = 13 AutoSize = False Caption = 'Velocidad de lectura de datos:' end object Label13: TLabel Left = 8 Top = 33 Width = 145 Height = 13 AutoSize = False Caption = 'Velocidad de lectura de audio:' end object Label20: TLabel Left = 8 Top = 57 Width = 177 Height = 13 AutoSize = False Caption = 'Reintentos de lectura de Software:' end object cbReadDataSpeed: TComboBox Left = 160 Top = 6 Width = 240 Height = 21 HelpContext = 191 Style = csDropDownList DropDownCount = 10 ItemHeight = 0 TabOrder = 0 OnChange = InvalidateProfileNotify end object cbReadAudioSpeed: TComboBox Left = 160 Top = 30 Width = 240 Height = 21 HelpContext = 200 Style = csDropDownList DropDownCount = 10 ItemHeight = 0 TabOrder = 1 OnChange = InvalidateProfileNotify end object cbJitterCorrection: TCheckBox Left = 248 Top = 134 Width = 153 Height = 17 HelpContext = 210 Caption = '&Correcci'#243'n de la jitter' Enabled = False TabOrder = 4 Visible = False OnClick = InvalidateProfileNotify end object UpDown2: TUpDown Left = 236 Top = 53 Width = 15 Height = 21 HelpContext = 40 Associate = edSoftwareReadRetries TabOrder = 3 Thousands = False end object edSoftwareReadRetries: TIntegerEdit Left = 192 Top = 53 Width = 44 Height = 21 TabOrder = 2 Value = 0 OnChange = InvalidateProfileNotify end object udHardwareReadRetries: TUpDown Left = 236 Top = 79 Width = 15 Height = 21 HelpContext = 40 Associate = edHardwareReadRetries TabOrder = 5 end object edHardwareReadRetries: TIntegerEdit Left = 192 Top = 79 Width = 44 Height = 21 TabOrder = 6 Value = 0 OnChange = InvalidateProfileNotify end object cbSetHardwareReadRetries: TCheckBox Left = 8 Top = 80 Width = 161 Height = 17 Caption = 'Fijar reintentos del hardware:' TabOrder = 7 OnClick = cbSetHardwareReadRetriesClick end object cbCompressData: TCheckBox Left = 248 Top = 114 Width = 136 Height = 17 HelpContext = 210 Caption = '&Comprimir los datos' Enabled = False TabOrder = 8 Visible = False OnClick = InvalidateProfileNotify end object cbFixedGaps: TCheckBox Left = 8 Top = 100 Width = 225 Height = 17 HelpContext = 140 Caption = 'Pausas fijas entre pistas' TabOrder = 9 OnClick = InvalidateProfileNotify end object cbRepairSubchannelData: TCheckBox Left = 8 Top = 118 Width = 217 Height = 17 HelpContext = 140 Caption = 'Reparar los datos del subcanal' Checked = True State = cbChecked TabOrder = 10 OnClick = InvalidateProfileNotify end end object tsDVD: TTabSheet Caption = 'DVD' ImageIndex = -1 object Label7: TLabel Left = 8 Top = 8 Width = 83 Height = 13 Caption = 'M'#233'todo de copia:' FocusControl = cbDVDCopyMethod end object Label10: TLabel Left = 8 Top = 59 Width = 143 Height = 13 Caption = 'Proporci'#243'n de aspecto de CD:' end object Label17: TLabel Left = 8 Top = 33 Width = 83 Height = 13 Caption = 'Destino preferido:' end object btnAutoRemoveSettings: TButton Left = 8 Top = 120 Width = 121 Height = 23 Caption = 'Avanzada...' TabOrder = 1 OnClick = btnAutoRemoveSettingsClick end object cbDVDCopyMethod: TComboBox Left = 112 Top = 6 Width = 287 Height = 21 Style = csDropDownList ItemHeight = 0 TabOrder = 0 end object cbDVDCopyPictureFormat: TComboBox Left = 224 Top = 55 Width = 175 Height = 21 Style = csDropDownList ItemHeight = 0 TabOrder = 2 end object cbDVDCopyFormat: TComboBox Left = 224 Top = 30 Width = 175 Height = 21 Style = csDropDownList ItemHeight = 0 TabOrder = 3 end end object TabSheet2: TTabSheet Caption = 'General' ImageIndex = -1 object Label18: TLabel Left = 8 Top = 8 Width = 116 Height = 13 AutoSize = False Caption = '&Modo de transferencia:' FocusControl = cbCopyPrecision end object Label5: TLabel Left = 9 Top = 130 Width = 35 Height = 13 Caption = '&Copias:' FocusControl = fedCopies end object cbCopyPrecision: TComboBox Left = 128 Top = 6 Width = 265 Height = 21 Style = csDropDownList ItemHeight = 0 TabOrder = 0 OnChange = InvalidateProfileNotify end object btnOptions: TButton Left = 320 Top = 125 Width = 75 Height = 23 HelpContext = 160 Caption = '&Opciones...' TabOrder = 2 OnClick = btnOptionsClick end object gbErrorHandling: TGroupBox Left = 8 Top = 32 Width = 393 Height = 89 Caption = 'Manejo de Errores' TabOrder = 1 object lblErrorSeekRange: TLabel Left = 168 Top = 41 Width = 153 Height = 13 AutoSize = False Caption = 'Rango de busqueda de errores:' end object Label6: TLabel Left = 8 Top = 18 Width = 105 Height = 13 AutoSize = False Caption = 'Estrate&gia:' FocusControl = cbErrorHandling end object cbCreateAutoProcessing: TCheckBox Left = 8 Top = 64 Width = 265 Height = 17 Caption = 'Crear autom'#225'ticamente &elementos de procesamiento' TabOrder = 4 OnClick = InvalidateProfileNotify end object edErrorSeekRange: TIntegerEdit Left = 328 Top = 37 Width = 41 Height = 21 TabOrder = 2 Value = 0 OnChange = InvalidateProfileNotify end object udErrorSeekRange: TUpDown Left = 369 Top = 37 Width = 15 Height = 21 HelpContext = 40 Associate = edErrorSeekRange TabOrder = 3 Thousands = False end object cbErrorSeek: TCheckBox Left = 8 Top = 40 Width = 153 Height = 17 Caption = 'Utilizar &b'#250'squeda de errores' TabOrder = 1 OnClick = cbErrorSeekClick end object cbErrorHandling: TComboBox Left = 120 Top = 14 Width = 265 Height = 21 HelpContext = 150 Style = csDropDownList ItemHeight = 0 TabOrder = 0 OnChange = cbErrorHandlingChange end end object fedCopies: TIntegerEdit Left = 49 Top = 127 Width = 30 Height = 21 TabOrder = 3 Value = 1 end object udCopies: TUpDown Left = 79 Top = 127 Width = 15 Height = 21 HelpContext = 40 Associate = fedCopies Min = 1 Position = 1 TabOrder = 4 end end object tbExtended: TTabSheet Caption = 'Procesando' ImageIndex = -1 object btnModificationLoad: TButton Left = 316 Top = 120 Width = 86 Height = 23 HelpContext = 310 Caption = '&Abrir...' TabOrder = 4 OnClick = btnModificationLoadClick end object btnModificationSave: TButton Left = 316 Top = 88 Width = 86 Height = 23 HelpContext = 300 Caption = 'Guardar &como...' TabOrder = 3 OnClick = btnModificationSaveClick end object lvModification: TListView Left = 0 Top = 1 Width = 310 Height = 152 Columns = < item Caption = 'Acci'#243'n' Width = 90 end item Caption = 'Descripci'#243'n' Width = 180 end> ColumnClick = False HideSelection = False ReadOnly = True RowSelect = True PopupMenu = pmProcessing SmallImages = ilProcessing TabOrder = 0 ViewStyle = vsReport OnChange = lvModificationChange OnDblClick = lvModificationDblClick end object btnProcessingDelete: TButton Left = 316 Top = 40 Width = 86 Height = 23 Action = acProcessingDelete TabOrder = 2 end object btnModificationAdd: TButton Left = 316 Top = 8 Width = 86 Height = 23 HelpContext = 300 Caption = '&Nuevo' TabOrder = 1 OnClick = btnModificationAddClick end end object tsLog: TTabSheet HelpContext = 290 Caption = 'Log' ImageIndex = -1 TabVisible = False object btnSaveAs: TButton Left = 4 Top = 128 Width = 86 Height = 23 HelpContext = 300 Caption = 'Guardar &como...' TabOrder = 1 OnClick = btnSaveAsClick end object btnClear: TButton Left = 100 Top = 128 Width = 86 Height = 23 HelpContext = 310 Caption = '&Limpiar' TabOrder = 2 OnClick = btnClearClick end object memLog: TMemo Left = 1 Top = 1 Width = 400 Height = 120 Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Courier New' Font.Style = [] ParentFont = False ReadOnly = True ScrollBars = ssVertical TabOrder = 0 end end end end object pnlBtns: TPanel Left = 0 Top = 360 Width = 422 Height = 31 Align = alBottom BevelOuter = bvNone TabOrder = 1 object lblSimulate: TLabel Left = 32 Top = 9 Width = 137 Height = 13 AutoSize = False Caption = 'Simulaci'#243'n' Visible = False end object imgSimulate: TImage Left = 9 Top = 6 Width = 16 Height = 16 Picture.Data = {} Transparent = True Visible = False end object btnMoveLeft: TSpeedButton Tag = 1 Left = 172 Top = 4 Width = 35 Height = 23 Hint = 'Mover a Origen' Caption = '3' Font.Charset = SYMBOL_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'Marlett' Font.Style = [fsBold] ParentFont = False ParentShowHint = False ShowHint = True end object btnMoveRight: TSpeedButton Left = 206 Top = 4 Width = 35 Height = 23 Hint = 'Mover a Destino' Caption = '4' Font.Charset = SYMBOL_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'Marlett' Font.Style = [fsBold] ParentFont = False ParentShowHint = False ShowHint = True end object btnStart: TButton Left = 249 Top = 4 Width = 75 Height = 23 HelpContext = 320 Caption = '[Iniciar]' TabOrder = 1 OnClick = btnStartClick end object btnClose: TButton Left = 338 Top = 4 Width = 75 Height = 23 HelpContext = 330 Caption = 'Cerrar' TabOrder = 3 OnClick = btnCloseClick end object cbDetails: TExtCheckBox Left = 8 Top = 4 Width = 75 Height = 23 HelpContext = 400 Options = [coPushlike] Caption = 'D&etalles >>' TabOrder = 0 OnClick = cbDetailsClick end object cbQueueListing: TExtCheckBox Left = 315 Top = 4 Width = 16 Height = 23 HelpContext = 400 Options = [coPushlike] Caption = '6' Font.Charset = SYMBOL_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Marlett' Font.Style = [fsBold] ParentFont = False TabOrder = 2 Visible = False OnClick = cbQueueListingClick end end object sbStatus: TStatusBar Left = 0 Top = 683 Width = 422 Height = 21 Panels = < item Width = 210 end item Style = psOwnerDraw Width = 75 end item Width = 50 end> OnDrawPanel = sbStatusDrawPanel end object pnlQueueListing: TPanel Left = 0 Top = 592 Width = 422 Height = 91 HelpContext = 70 Align = alBottom BevelOuter = bvNone TabOrder = 5 Visible = False object Label16: TLabel Left = 5 Top = 0 Width = 80 Height = 13 Caption = 'Listado de c&olas:' end object lvQueueListing: TListView Left = 6 Top = 16 Width = 411 Height = 72 Columns = < item Caption = 'Nombre' Width = 400 end> ShowColumnHeaders = False SmallImages = ilQueueList TabOrder = 0 ViewStyle = vsReport end end object pnlExtraCaption: TPanel Left = 0 Top = 0 Width = 422 Height = 25 Align = alTop BevelOuter = bvNone TabOrder = 6 object Panel1: TPanel Left = 5 Top = 2 Width = 412 Height = 23 BevelOuter = bvLowered TabOrder = 0 object imgTopBar: TImage Left = 1 Top = 1 Width = 410 Height = 21 Align = alClient AutoSize = True Picture.Data = {} Stretch = True end object lblLargeTitle: TLabel Left = 5 Top = 2 Width = 340 Height = 19 AutoSize = False Caption = '---' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False Transparent = True end end end object pmSource: TPopupMenu Left = 232 Top = 80 object miAddCDWriter: TMenuItem Caption = 'Agregar como &Grabadora de disco' end object miSrcProperties: TMenuItem Caption = 'Propiedades' HelpContext = 340 end end object pmDest: TPopupMenu Left = 272 Top = 80 object miRemove: TMenuItem Caption = 'Elimina&r' HelpContext = 350 Visible = False end object miChangeDriver: TMenuItem Caption = '&Cambiar Controlador' HelpContext = 360 end object N1: TMenuItem Caption = '-' end object miDestProperties: TMenuItem Caption = 'Propiedades' HelpContext = 370 end end object ilDevices: TImageList Left = 384 Top = 520 end object sdLog: TSaveDialog DefaultExt = 'txt' Filter = 'Archivos de Texto|*.txt|Todos los archivos|*.*' Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofShareAware] Title = 'Guardar Log' Left = 280 Top = 608 end object pmTreeItem: TPopupMenu Left = 232 Top = 111 object Empty1: TMenuItem Caption = '(Vac'#237'o)' Enabled = False end end object pmQueueListing: TPopupMenu Left = 120 Top = 609 object miAddTask: TMenuItem Caption = 'Agregar Tarea' OnClick = miAddTaskClick end object miClearQueueListing: TMenuItem Caption = 'Limpiar Lista de cola' OnClick = miClearQueueListingClick end end object ilQueueList: TImageList Left = 120 Top = 640 end object ExtendedHint1: TExtendedHint Left = 320 Top = 520 end object ilCheckImages: TImageList Left = 352 Top = 520 end object sdModification: TSaveDialog DefaultExt = 'cci' Filter = 'Informaci'#243'n de Copia de CD|*.cci|Todos los archivos|*.*' Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofEnableSizing] Left = 16 Top = 609 end object odModification: TOpenDialog Filter = 'Informaci'#243'n de Copia de CD|*.cci|Todos los archivos|*.*' Options = [ofHideReadOnly, ofFileMustExist, ofEnableSizing] Left = 16 Top = 641 end object pmAddProcessing: TPopupMenu Left = 48 Top = 609 object Exclude2: TMenuItem Action = acAddExclude end object MarkError2: TMenuItem Action = acAddMarkError end object Patch2: TMenuItem Action = acAddPatch end object SkipTrack2: TMenuItem Action = acAddSkipTrack end end object pmProcessing: TPopupMenu Left = 48 Top = 641 object New1: TMenuItem Caption = '&Nuevo' object Exclude1: TMenuItem Action = acAddExclude end object MarkError1: TMenuItem Action = acAddMarkError end object Patch1: TMenuItem Action = acAddPatch end object SkipTrack1: TMenuItem Action = acAddSkipTrack end end object N3: TMenuItem Caption = '-' end object miProcessingDelete: TMenuItem Action = acProcessingDelete end object N2: TMenuItem Caption = '-' end object miProperties: TMenuItem Action = acProcessingProperties Default = True end end object alProcessing: TActionList Left = 80 Top = 641 object acAddExclude: TAction Category = 'Processing New' Caption = '&Excluir...' OnExecute = acAddExcludeClick end object acAddPatch: TAction Category = 'Processing New' Caption = '&Parche...' OnExecute = acAddPatchClick end object acAddSkipTrack: TAction Category = 'Processing New' Caption = '&Saltar Pista...' OnExecute = acAddSkipTrackClick end object acAddMarkError: TAction Category = 'Processing New' Caption = '&Marcar Error...' OnExecute = acAddMarkErrorClick end object acProcessingDelete: TAction Category = 'Processing' Caption = '&Borrar' Enabled = False OnExecute = acProcessingDeleteExecute end object acProcessingProperties: TAction Category = 'Processing' Caption = 'Propiedades' Enabled = False OnExecute = acProcessingPropertiesExecute end object acProfileSave: TAction Category = 'Profiles' Caption = 'G&uardar...' OnExecute = acProfileSaveClick end object acProfileRename: TAction Category = 'Profiles' Caption = '&Renombrar...' OnExecute = acProfileRenameClick end object acProfileDelete: TAction Category = 'Profiles' Caption = '&Borrar' OnExecute = acProfileDeleteClick end end object ilProcessing: TImageList Left = 80 Top = 609 end object ilProfiles: TImageList Left = 353 Top = 624 Bitmap = { 494C010102000400040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600 0000000000003600000028000000400000001000000001002000000000000010 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000008484000000 0000000000000000000000000000000000000000000000000000000000008400 0000840000008400000084000000840000008400000084000000840000008400 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000FFFF0000848400000000000000000000FFFF000000 000000000000008484000084840000000000000000000000000084000000FF00 0000FF000000840000008400000084000000C6C6C60084000000FF0000008400 0000840000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 000000000000000000000000000000FFFF000084840000848400FFFFFF000000 00000084840000FFFF0000000000000000000000000000000000000000008400 000084000000C6C6C600C6C6C600FFFFFF00C6C6C60084848400840000008400 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 00000000000000000000008484000000000000FFFF00FFFFFF0000FFFF00FFFF FF0000FFFF000000000000848400000000000000000000000000000000000000 00000000000084848400FFFFFF00FFFFFF008484840000000000840000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 000000000000000000000084840000FFFF00FFFFFF0000000000000000000000 0000FFFFFF0000FFFF0000848400000000000000000000000000000000000000 00000000000000000000FFFFFF00C6C6C600C6C6C600C6C6C600C6C6C6000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000008484000000000000000000FFFFFF000000 000000000000FFFFFF0000000000000000000000000000000000000000000000 0000000000000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000FFFFFF00848484000000 000000000000848484000000000000FFFF000084840084848400FFFFFF000000 000000FFFF000084840000000000000000000000000000000000000000000000 0000000000000000000084848400FFFFFF00FFFFFF00FFFFFF00C6C6C6000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000C6C6C6008484 840084848400FFFFFF0000000000008484000000000000000000FFFFFF000000 00000000000000FFFF0000000000000000000000000000000000000000000000 00000000000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00C6C6 C600000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000008484840000000000FFFF FF0084848400FFFFFF00FFFFFF0000000000FFFFFF00C6C6C600848484000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000084848400FFFFFF00FFFFFF00C6C6C600FF000000C6C6 C600000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000C6C6C600FFFFFF00FFFF FF00000000000000000000000000FFFFFF00FFFFFF00FFFFFF00000000000000 0000000000000000000000000000000000000000000000000000000000000000 000000000000000000000000000000000000C6C6C600FFFFFF00848484000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000008484840000000000848484000000 000000000000FFFFFF0000000000000000008484840000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000FFFFFF00FFFFFF00C6C6 C600000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000FFFFFF00FFFF FF0000000000FFFFFF0000000000FFFFFF00C6C6C60000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000084848400C6C6C6000000 0000FFFFFF00848484000000000000000000FFFFFF0000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000848484000000 000000000000FFFFFF0000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000008484840000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 000000000000000000000000000000000000424D3E000000000000003E000000 2800000040000000100000000100010000000000800000000000000000000000 000000000000000000000000FFFFFF00FF8FFFFF00000000FC89E00F00000000 F800C00700000000FC01E00F00000000F800F01F00000000F800E00F00000000 9000E00F000000000001C00F000000008001C00700000000001BC00700000000 001FC00F00000000001FC00700000000803FE00700000000803FF00700000000 D17FF80F00000000FBFFFFFF0000000000000000000000000000000000000000 000000000000} end object XPManifest1: TXPManifest Left = 21 Top = 75 end end