home *** CD-ROM | disk | FTP | other *** search
- object AudioEnhanceWizard: TAudioEnhanceWizard
- Left = 548
- Top = 288
- BorderStyle = bsDialog
- Caption = 'Audio Enhancer'
- ClientHeight = 321
- ClientWidth = 408
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 0
- Top = 290
- Width = 407
- Height = 3
- Shape = bsTopLine
- end
- object NextBtn: TButton
- Left = 241
- Top = 296
- Width = 75
- Height = 23
- Caption = 'Next >'
- Default = True
- TabOrder = 2
- OnClick = NextBtnClick
- end
- object CancelBtn: TButton
- Left = 328
- Top = 296
- Width = 75
- Height = 23
- Cancel = True
- Caption = 'Cancel'
- TabOrder = 3
- OnClick = CancelBtnClick
- end
- object Notebook: TNotebook
- Left = 0
- Top = 0
- Width = 408
- Height = 289
- PageIndex = 1
- TabOrder = 0
- object TPage
- Left = 0
- Top = 0
- Caption = 'Track Selection'
- object Label1: TLabel
- Left = 136
- Top = 8
- Width = 257
- Height = 57
- AutoSize = False
- Caption = 'Select the tracks that should be processed.'
- WordWrap = True
- end
- object ListView1: TListView
- Left = 136
- Top = 72
- Width = 257
- Height = 209
- Columns = <>
- TabOrder = 0
- ViewStyle = vsReport
- end
- end
- object TPage
- Left = 0
- Top = 0
- Caption = 'Enhancement Options'
- object Label5: TLabel
- Left = 278
- Top = 139
- Width = 88
- Height = 13
- Caption = 'seconds of silence'
- end
- object Label9: TLabel
- Left = 129
- Top = 8
- Width = 273
- Height = 13
- AutoSize = False
- Caption = 'Chosse one or more options to enhance the audio data:'
- end
- object gbQuality: TGroupBox
- Left = 128
- Top = 32
- Width = 265
- Height = 97
- TabOrder = 0
- object Label2: TLabel
- Left = 8
- Top = 21
- Width = 233
- Height = 13
- AutoSize = False
- Caption = 'Quality of source media:'
- end
- object Label3: TLabel
- Left = 8
- Top = 72
- Width = 73
- Height = 13
- AutoSize = False
- Caption = 'Low'
- end
- object Label4: TLabel
- Left = 184
- Top = 72
- Width = 73
- Height = 13
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'High'
- end
- object cbQualityEnh: TCheckBox
- Left = 8
- Top = 0
- Width = 129
- Height = 17
- Caption = 'Quality Enhancement'
- Checked = True
- State = cbChecked
- TabOrder = 0
- end
- object ExtTrackBar1: TExtTrackBar
- Left = 8
- Top = 37
- Width = 249
- Height = 33
- Max = 5
- Orientation = trHorizontal
- Frequency = 1
- Position = 2
- TabOrder = 1
- TickMarks = tmBottomRight
- TickStyle = tsAuto
- end
- end
- object cbVolumeEnhancement: TCheckBox
- Left = 128
- Top = 160
- Width = 265
- Height = 17
- Caption = 'Equalize volume levels'
- TabOrder = 1
- end
- object cbSplitTracks: TCheckBox
- Left = 128
- Top = 137
- Width = 100
- Height = 17
- Caption = 'Split tracks after '
- TabOrder = 2
- end
- object edSplitTracks: TFloatEdit
- Left = 226
- Top = 136
- Width = 31
- Height = 21
- DisplayFormat = '0;(0)'
- TabOrder = 3
- Value = 3
- end
- object udSplitTracks: TUpDown
- Left = 257
- Top = 136
- Width = 15
- Height = 21
- Associate = edSplitTracks
- Min = 1
- Position = 3
- TabOrder = 4
- Wrap = False
- end
- object CheckBox2: TCheckBox
- Left = 128
- Top = 184
- Width = 265
- Height = 17
- Caption = 'Remove clicks'
- TabOrder = 5
- end
- end
- object TPage
- Left = 0
- Top = 0
- Caption = 'Enhancement Progress'
- object Label6: TLabel
- Left = 128
- Top = 8
- Width = 265
- Height = 73
- AutoSize = False
- Caption =
- 'The selected audio data is now beeing enhanced. This process may' +
- ' take a while. Please be patient.'
- WordWrap = True
- end
- object lblTrackProgress: TLabel
- Left = 128
- Top = 248
- Width = 257
- Height = 13
- AutoSize = False
- Caption = '1 MB of 50 MB processed'
- end
- object lblDiscProgress: TLabel
- Left = 128
- Top = 264
- Width = 257
- Height = 13
- AutoSize = False
- Caption = 'Processing track 1 of 5'
- end
- object lblAddStatus: TLabel
- Left = 128
- Top = 208
- Width = 257
- Height = 13
- AutoSize = False
- Caption = 'Additional Status'
- end
- object pbTrackProgress: TProgressBar
- Left = 128
- Top = 224
- Width = 257
- Height = 16
- Min = 0
- Max = 100
- Position = 30
- TabOrder = 0
- end
- end
- object TPage
- Left = 0
- Top = 0
- Caption = 'Enhancement Done'
- object Label7: TLabel
- Left = 128
- Top = 8
- Width = 265
- Height = 89
- AutoSize = False
- Caption =
- 'The audio enhancement is now finished. If you are not satisfied ' +
- 'with the results you may use the '#39'Restore'#39' function of an audiot' +
- 'rack to revert to the original version of the track. You may aft' +
- 'erwards try a new audio enhancement with changed options.'
- WordWrap = True
- end
- object Label8: TLabel
- Left = 128
- Top = 104
- Width = 265
- Height = 41
- AutoSize = False
- Caption = '(Splitting of tracks is not revertable)'
- WordWrap = True
- end
- object lblHints: TLabel
- Left = 128
- Top = 152
- Width = 27
- Height = 13
- Caption = 'Hints:'
- Visible = False
- end
- object lvHints: TListView
- Left = 128
- Top = 168
- Width = 273
- Height = 105
- Columns = <
- item
- Caption = 'Hint'
- Width = 250
- end>
- Items.Data = {
- 520000000100000000000000FFFFFFFFFFFFFFFF000000000000000035547261
- 636B20312069732073706C697420696E746F20547261636B73203120616E6420
- 3220617420706F736974696F6E20323A3234}
- ShowColumnHeaders = False
- TabOrder = 0
- ViewStyle = vsList
- Visible = False
- end
- end
- end
- object Panel1: TPanel
- Left = 8
- Top = 8
- Width = 113
- Height = 273
- BevelOuter = bvLowered
- TabOrder = 4
- object Image1: TImage
- Left = 1
- Top = 1
- Width = 111
- Height = 271
- Align = alClient
- Center = True
- Picture.Data = {<image000.bmp>}
- Transparent = True
- end
- end
- object BackBtn: TButton
- Left = 166
- Top = 296
- Width = 75
- Height = 23
- Caption = '< Back'
- Enabled = False
- TabOrder = 1
- end
- end
-