home *** CD-ROM | disk | FTP | other *** search
Text File | 2003-02-06 | 40.0 KB | 1,446 lines |
- 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 = 37
- Height = 13
- Caption = 'Sou&rce:'
- FocusControl = tvSrc
- end
- object Label2: TLabel
- Left = 210
- Top = 4
- Width = 56
- Height = 13
- Caption = '&Destination:'
- 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 = 'Track:'
- 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 = 'Track 1 of 14 (100,4 MB of 300, 5 MB)'
- end
- object Label8: TLabel
- Left = 7
- Top = 54
- Width = 60
- Height = 13
- AutoSize = False
- Caption = 'Progress:'
- end
- object lblStatus: TLabel
- Left = 71
- Top = 73
- Width = 305
- Height = 13
- AutoSize = False
- Caption = 'Writing...'
- WordWrap = True
- end
- object lblStatCaption: TLabel
- Left = 7
- Top = 73
- Width = 60
- Height = 13
- AutoSize = False
- Caption = 'Status:'
- end
- object lblCopies: TLabel
- Left = 72
- Top = 91
- Width = 305
- Height = 16
- AutoSize = False
- Caption = 'Copy 1 of 1'
- WordWrap = True
- end
- object Label14: TLabel
- Left = 7
- Top = 90
- Width = 60
- Height = 13
- AutoSize = False
- Caption = 'Copies:'
- 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 = 1
- Width = 411
- Height = 6
- Shape = bsTopLine
- end
- object pcSettings: TPageControl
- Left = 4
- Top = 10
- Width = 413
- Height = 185
- HelpContext = 90
- ActivePage = tsWrite
- Images = ilDevices
- TabOrder = 0
- object tsProfiles: TTabSheet
- Caption = 'Profiles'
- 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 = 'Profilename'
- 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 = 'Write'
- ImageIndex = -1
- object Label9: TLabel
- Left = 8
- Top = 9
- Width = 119
- Height = 13
- AutoSize = False
- Caption = 'Write &method:'
- end
- object Label12: TLabel
- Left = 8
- Top = 34
- Width = 119
- Height = 13
- AutoSize = False
- Caption = '&Closing method:'
- end
- object Label15: TLabel
- Left = 8
- Top = 57
- Width = 114
- Height = 13
- AutoSize = False
- Caption = 'Write speed:'
- 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 = 'Write to &hard disk first'
- TabOrder = 3
- OnClick = InvalidateProfileNotify
- end
- object cbVerify: TCheckBox
- Left = 8
- Top = 132
- Width = 270
- Height = 17
- HelpContext = 140
- Caption = '&Verify destination media after write'
- 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 = 'Simulate writing if possible'
- TabOrder = 5
- OnClick = InvalidateProfileNotify
- end
- object cbAlwayOverwrite: TCheckBox
- Left = 8
- Top = 80
- Width = 270
- Height = 17
- HelpContext = 100
- Caption = 'Overwrite rewritable media without confirmation'
- TabOrder = 6
- OnClick = InvalidateProfileNotify
- end
- end
- object tsRead: TTabSheet
- Caption = 'Read'
- ImageIndex = -1
- object Label11: TLabel
- Left = 8
- Top = 9
- Width = 116
- Height = 13
- AutoSize = False
- Caption = 'Data read speed:'
- end
- object Label13: TLabel
- Left = 8
- Top = 33
- Width = 116
- Height = 13
- AutoSize = False
- Caption = 'Audio read speed:'
- end
- object Label20: TLabel
- Left = 8
- Top = 57
- Width = 116
- Height = 13
- AutoSize = False
- Caption = 'Software read retries:'
- end
- object cbReadDataSpeed: TComboBox
- Left = 144
- Top = 6
- Width = 257
- Height = 21
- HelpContext = 191
- Style = csDropDownList
- DropDownCount = 10
- ItemHeight = 0
- TabOrder = 0
- OnChange = InvalidateProfileNotify
- end
- object cbReadAudioSpeed: TComboBox
- Left = 144
- Top = 30
- Width = 257
- 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 = '&Jitter correction'
- Enabled = False
- TabOrder = 4
- Visible = False
- OnClick = InvalidateProfileNotify
- end
- object UpDown2: TUpDown
- Left = 188
- Top = 53
- Width = 15
- Height = 21
- HelpContext = 40
- Associate = edSoftwareReadRetries
- TabOrder = 3
- Thousands = False
- end
- object edSoftwareReadRetries: TIntegerEdit
- Left = 144
- Top = 53
- Width = 44
- Height = 21
- TabOrder = 2
- Value = 0
- OnChange = InvalidateProfileNotify
- end
- object udHardwareReadRetries: TUpDown
- Left = 188
- Top = 79
- Width = 15
- Height = 21
- HelpContext = 40
- Associate = edHardwareReadRetries
- TabOrder = 5
- end
- object edHardwareReadRetries: TIntegerEdit
- Left = 144
- Top = 79
- Width = 44
- Height = 21
- TabOrder = 6
- Value = 0
- OnChange = InvalidateProfileNotify
- end
- object cbSetHardwareReadRetries: TCheckBox
- Left = 8
- Top = 80
- Width = 134
- Height = 17
- Caption = 'Set Hardware retries:'
- TabOrder = 7
- OnClick = cbSetHardwareReadRetriesClick
- end
- object cbCompressData: TCheckBox
- Left = 248
- Top = 114
- Width = 136
- Height = 17
- HelpContext = 210
- Caption = '&Compress Data'
- Enabled = False
- TabOrder = 8
- Visible = False
- OnClick = InvalidateProfileNotify
- end
- object cbFixedGaps: TCheckBox
- Left = 8
- Top = 100
- Width = 225
- Height = 17
- HelpContext = 140
- Caption = 'Fixed Gaps between tracks'
- TabOrder = 9
- OnClick = InvalidateProfileNotify
- end
- object cbRepairSubchannelData: TCheckBox
- Left = 8
- Top = 118
- Width = 217
- Height = 17
- HelpContext = 140
- Caption = 'Repair Subchannel data'
- 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 = 65
- Height = 13
- Caption = 'Copy method:'
- FocusControl = cbDVDCopyMethod
- end
- object Label10: TLabel
- Left = 8
- Top = 59
- Width = 82
- Height = 13
- Caption = 'CD Aspect Ratio:'
- end
- object Label17: TLabel
- Left = 8
- Top = 33
- Width = 102
- Height = 13
- Caption = 'Preferred Destination:'
- end
- object btnAutoRemoveSettings: TButton
- Left = 8
- Top = 120
- Width = 121
- Height = 23
- Caption = 'Advanced...'
- 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 = 112
- Top = 55
- Width = 175
- Height = 21
- Style = csDropDownList
- ItemHeight = 0
- TabOrder = 2
- end
- object cbDVDCopyFormat: TComboBox
- Left = 112
- 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 = '&Transfer Mode:'
- FocusControl = cbCopyPrecision
- end
- object Label5: TLabel
- Left = 9
- Top = 130
- Width = 35
- Height = 13
- Caption = '&Copies:'
- 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 = '&Options...'
- TabOrder = 2
- OnClick = btnOptionsClick
- end
- object gbErrorHandling: TGroupBox
- Left = 8
- Top = 32
- Width = 393
- Height = 89
- Caption = 'Error Handling'
- TabOrder = 1
- object lblErrorSeekRange: TLabel
- Left = 120
- Top = 41
- Width = 84
- Height = 13
- AutoSize = False
- Caption = 'Error seek range:'
- end
- object Label6: TLabel
- Left = 8
- Top = 18
- Width = 105
- Height = 13
- AutoSize = False
- Caption = 'Strate&gy:'
- FocusControl = cbErrorHandling
- end
- object cbCreateAutoProcessing: TCheckBox
- Left = 8
- Top = 64
- Width = 265
- Height = 17
- Caption = 'Automatically create &processing items'
- TabOrder = 4
- OnClick = InvalidateProfileNotify
- end
- object edErrorSeekRange: TIntegerEdit
- Left = 208
- Top = 37
- Width = 41
- Height = 21
- TabOrder = 2
- Value = 0
- OnChange = InvalidateProfileNotify
- end
- object udErrorSeekRange: TUpDown
- Left = 249
- Top = 37
- Width = 15
- Height = 21
- HelpContext = 40
- Associate = edErrorSeekRange
- TabOrder = 3
- Thousands = False
- end
- object cbErrorSeek: TCheckBox
- Left = 8
- Top = 40
- Width = 109
- Height = 17
- Caption = 'Use &error seek'
- 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 = 'Processing'
- ImageIndex = -1
- object btnModificationLoad: TButton
- Left = 316
- Top = 120
- Width = 86
- Height = 23
- HelpContext = 310
- Caption = '&Load...'
- TabOrder = 4
- OnClick = btnModificationLoadClick
- end
- object btnModificationSave: TButton
- Left = 316
- Top = 88
- Width = 86
- Height = 23
- HelpContext = 300
- Caption = 'Save &as...'
- TabOrder = 3
- OnClick = btnModificationSaveClick
- end
- object lvModification: TListView
- Left = 0
- Top = 1
- Width = 310
- Height = 152
- Columns = <
- item
- Caption = 'Action'
- Width = 90
- end
- item
- Caption = 'Description'
- 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 = '&New'
- 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 = 'Save &as...'
- TabOrder = 1
- OnClick = btnSaveAsClick
- end
- object btnClear: TButton
- Left = 100
- Top = 128
- Width = 86
- Height = 23
- HelpContext = 310
- Caption = '&Clear'
- 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 = 'Simulation'
- Visible = False
- end
- object imgSimulate: TImage
- Left = 9
- Top = 6
- Width = 16
- Height = 16
- Picture.Data = {<image000.bmp>}
- Transparent = True
- Visible = False
- end
- object btnMoveLeft: TSpeedButton
- Tag = 1
- Left = 172
- Top = 4
- Width = 35
- Height = 23
- Hint = 'Move to Source'
- 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 = 'Move to Destination'
- 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 = '[Start]'
- TabOrder = 1
- OnClick = btnStartClick
- end
- object btnClose: TButton
- Left = 338
- Top = 4
- Width = 75
- Height = 23
- HelpContext = 330
- Caption = 'Close'
- TabOrder = 3
- OnClick = btnCloseClick
- end
- object cbDetails: TExtCheckBox
- Left = 8
- Top = 4
- Width = 75
- Height = 23
- HelpContext = 400
- Options = [coPushlike]
- Caption = 'D&etails >>'
- 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 = 68
- Height = 13
- Caption = '&Queue Listing:'
- end
- object lvQueueListing: TListView
- Left = 6
- Top = 16
- Width = 411
- Height = 72
- Columns = <
- item
- Caption = 'Name'
- 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 = {<image001.bmp>}
- 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 = 'Add as &Recorder'
- end
- object miSrcProperties: TMenuItem
- Caption = 'Properties'
- HelpContext = 340
- end
- end
- object pmDest: TPopupMenu
- Left = 272
- Top = 80
- object miRemove: TMenuItem
- Caption = '&Remove'
- HelpContext = 350
- Visible = False
- end
- object miChangeDriver: TMenuItem
- Caption = '&Change driver'
- HelpContext = 360
- end
- object N1: TMenuItem
- Caption = '-'
- end
- object miDestProperties: TMenuItem
- Caption = 'Properties'
- HelpContext = 370
- end
- end
- object ilDevices: TImageList
- Left = 384
- Top = 520
- end
- object sdLog: TSaveDialog
- DefaultExt = 'txt'
- Filter = 'Text files|*.txt|All Files|*.*'
- Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofShareAware]
- Title = 'Save Log'
- Left = 280
- Top = 608
- end
- object pmTreeItem: TPopupMenu
- Left = 232
- Top = 111
- object Empty1: TMenuItem
- Caption = '(Empty)'
- Enabled = False
- end
- end
- object pmQueueListing: TPopupMenu
- Left = 120
- Top = 609
- object miAddTask: TMenuItem
- Caption = 'Add Task'
- OnClick = miAddTaskClick
- end
- object miClearQueueListing: TMenuItem
- Caption = 'Clear Queue Listing'
- 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 = 'CD Copy Information|*.cci|All Files|*.*'
- Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofEnableSizing]
- Left = 16
- Top = 609
- end
- object odModification: TOpenDialog
- Filter = 'Copy Control Information|*.cci|All Files|*.*'
- 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 = '&New'
- 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 = '&Exclude...'
- OnExecute = acAddExcludeClick
- end
- object acAddPatch: TAction
- Category = 'Processing New'
- Caption = '&Patch...'
- OnExecute = acAddPatchClick
- end
- object acAddSkipTrack: TAction
- Category = 'Processing New'
- Caption = '&Skip Track...'
- OnExecute = acAddSkipTrackClick
- end
- object acAddMarkError: TAction
- Category = 'Processing New'
- Caption = '&Mark Error...'
- OnExecute = acAddMarkErrorClick
- end
- object acProcessingDelete: TAction
- Category = 'Processing'
- Caption = '&Delete'
- Enabled = False
- OnExecute = acProcessingDeleteExecute
- end
- object acProcessingProperties: TAction
- Category = 'Processing'
- Caption = 'Properties'
- Enabled = False
- OnExecute = acProcessingPropertiesExecute
- end
- object acProfileSave: TAction
- Category = 'Profiles'
- Caption = 'S&ave...'
- OnExecute = acProfileSaveClick
- end
- object acProfileRename: TAction
- Category = 'Profiles'
- Caption = '&Rename...'
- OnExecute = acProfileRenameClick
- end
- object acProfileDelete: TAction
- Category = 'Profiles'
- Caption = '&Delete'
- 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
-