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 / CDWizard.EXE / 0 / RCDATA / TAUDIOENHANCEWIZARD / TAUDIOENHANCEWIZARD.txt < prev   
Encoding:
Text File  |  2002-12-06  |  7.3 KB  |  327 lines

  1. object AudioEnhanceWizard: TAudioEnhanceWizard
  2.   Left = 548
  3.   Top = 288
  4.   BorderStyle = bsDialog
  5.   Caption = 'Audio Enhancer'
  6.   ClientHeight = 321
  7.   ClientWidth = 408
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Bevel1: TBevel
  19.     Left = 0
  20.     Top = 290
  21.     Width = 407
  22.     Height = 3
  23.     Shape = bsTopLine
  24.   end
  25.   object NextBtn: TButton
  26.     Left = 241
  27.     Top = 296
  28.     Width = 75
  29.     Height = 23
  30.     Caption = 'Next >'
  31.     Default = True
  32.     TabOrder = 2
  33.     OnClick = NextBtnClick
  34.   end
  35.   object CancelBtn: TButton
  36.     Left = 328
  37.     Top = 296
  38.     Width = 75
  39.     Height = 23
  40.     Cancel = True
  41.     Caption = 'Cancel'
  42.     TabOrder = 3
  43.     OnClick = CancelBtnClick
  44.   end
  45.   object Notebook: TNotebook
  46.     Left = 0
  47.     Top = 0
  48.     Width = 408
  49.     Height = 289
  50.     PageIndex = 1
  51.     TabOrder = 0
  52.     object TPage
  53.       Left = 0
  54.       Top = 0
  55.       Caption = 'Track Selection'
  56.       object Label1: TLabel
  57.         Left = 136
  58.         Top = 8
  59.         Width = 257
  60.         Height = 57
  61.         AutoSize = False
  62.         Caption = 'Select the tracks that should be processed.'
  63.         WordWrap = True
  64.       end
  65.       object ListView1: TListView
  66.         Left = 136
  67.         Top = 72
  68.         Width = 257
  69.         Height = 209
  70.         Columns = <>
  71.         TabOrder = 0
  72.         ViewStyle = vsReport
  73.       end
  74.     end
  75.     object TPage
  76.       Left = 0
  77.       Top = 0
  78.       Caption = 'Enhancement Options'
  79.       object Label5: TLabel
  80.         Left = 278
  81.         Top = 139
  82.         Width = 88
  83.         Height = 13
  84.         Caption = 'seconds of silence'
  85.       end
  86.       object Label9: TLabel
  87.         Left = 129
  88.         Top = 8
  89.         Width = 273
  90.         Height = 13
  91.         AutoSize = False
  92.         Caption = 'Chosse one or more options to enhance the audio data:'
  93.       end
  94.       object gbQuality: TGroupBox
  95.         Left = 128
  96.         Top = 32
  97.         Width = 265
  98.         Height = 97
  99.         TabOrder = 0
  100.         object Label2: TLabel
  101.           Left = 8
  102.           Top = 21
  103.           Width = 233
  104.           Height = 13
  105.           AutoSize = False
  106.           Caption = 'Quality of source media:'
  107.         end
  108.         object Label3: TLabel
  109.           Left = 8
  110.           Top = 72
  111.           Width = 73
  112.           Height = 13
  113.           AutoSize = False
  114.           Caption = 'Low'
  115.         end
  116.         object Label4: TLabel
  117.           Left = 184
  118.           Top = 72
  119.           Width = 73
  120.           Height = 13
  121.           Alignment = taRightJustify
  122.           AutoSize = False
  123.           Caption = 'High'
  124.         end
  125.         object cbQualityEnh: TCheckBox
  126.           Left = 8
  127.           Top = 0
  128.           Width = 129
  129.           Height = 17
  130.           Caption = 'Quality Enhancement'
  131.           Checked = True
  132.           State = cbChecked
  133.           TabOrder = 0
  134.         end
  135.         object ExtTrackBar1: TExtTrackBar
  136.           Left = 8
  137.           Top = 37
  138.           Width = 249
  139.           Height = 33
  140.           Max = 5
  141.           Orientation = trHorizontal
  142.           Frequency = 1
  143.           Position = 2
  144.           TabOrder = 1
  145.           TickMarks = tmBottomRight
  146.           TickStyle = tsAuto
  147.         end
  148.       end
  149.       object cbVolumeEnhancement: TCheckBox
  150.         Left = 128
  151.         Top = 160
  152.         Width = 265
  153.         Height = 17
  154.         Caption = 'Equalize volume levels'
  155.         TabOrder = 1
  156.       end
  157.       object cbSplitTracks: TCheckBox
  158.         Left = 128
  159.         Top = 137
  160.         Width = 100
  161.         Height = 17
  162.         Caption = 'Split tracks after '
  163.         TabOrder = 2
  164.       end
  165.       object edSplitTracks: TFloatEdit
  166.         Left = 226
  167.         Top = 136
  168.         Width = 31
  169.         Height = 21
  170.         DisplayFormat = '0;(0)'
  171.         TabOrder = 3
  172.         Value = 3
  173.       end
  174.       object udSplitTracks: TUpDown
  175.         Left = 257
  176.         Top = 136
  177.         Width = 15
  178.         Height = 21
  179.         Associate = edSplitTracks
  180.         Min = 1
  181.         Position = 3
  182.         TabOrder = 4
  183.         Wrap = False
  184.       end
  185.       object CheckBox2: TCheckBox
  186.         Left = 128
  187.         Top = 184
  188.         Width = 265
  189.         Height = 17
  190.         Caption = 'Remove clicks'
  191.         TabOrder = 5
  192.       end
  193.     end
  194.     object TPage
  195.       Left = 0
  196.       Top = 0
  197.       Caption = 'Enhancement Progress'
  198.       object Label6: TLabel
  199.         Left = 128
  200.         Top = 8
  201.         Width = 265
  202.         Height = 73
  203.         AutoSize = False
  204.         Caption = 
  205.           'The selected audio data is now beeing enhanced. This process may' +
  206.           ' take a while. Please be patient.'
  207.         WordWrap = True
  208.       end
  209.       object lblTrackProgress: TLabel
  210.         Left = 128
  211.         Top = 248
  212.         Width = 257
  213.         Height = 13
  214.         AutoSize = False
  215.         Caption = '1 MB of 50 MB processed'
  216.       end
  217.       object lblDiscProgress: TLabel
  218.         Left = 128
  219.         Top = 264
  220.         Width = 257
  221.         Height = 13
  222.         AutoSize = False
  223.         Caption = 'Processing track 1 of 5'
  224.       end
  225.       object lblAddStatus: TLabel
  226.         Left = 128
  227.         Top = 208
  228.         Width = 257
  229.         Height = 13
  230.         AutoSize = False
  231.         Caption = 'Additional Status'
  232.       end
  233.       object pbTrackProgress: TProgressBar
  234.         Left = 128
  235.         Top = 224
  236.         Width = 257
  237.         Height = 16
  238.         Min = 0
  239.         Max = 100
  240.         Position = 30
  241.         TabOrder = 0
  242.       end
  243.     end
  244.     object TPage
  245.       Left = 0
  246.       Top = 0
  247.       Caption = 'Enhancement Done'
  248.       object Label7: TLabel
  249.         Left = 128
  250.         Top = 8
  251.         Width = 265
  252.         Height = 89
  253.         AutoSize = False
  254.         Caption = 
  255.           'The audio enhancement is now finished. If you are not satisfied ' +
  256.           'with the results you may use the '#39'Restore'#39' function of an audiot' +
  257.           'rack to revert to the original version of the track. You may aft' +
  258.           'erwards try a new audio enhancement with changed options.'
  259.         WordWrap = True
  260.       end
  261.       object Label8: TLabel
  262.         Left = 128
  263.         Top = 104
  264.         Width = 265
  265.         Height = 41
  266.         AutoSize = False
  267.         Caption = '(Splitting of tracks is not revertable)'
  268.         WordWrap = True
  269.       end
  270.       object lblHints: TLabel
  271.         Left = 128
  272.         Top = 152
  273.         Width = 27
  274.         Height = 13
  275.         Caption = 'Hints:'
  276.         Visible = False
  277.       end
  278.       object lvHints: TListView
  279.         Left = 128
  280.         Top = 168
  281.         Width = 273
  282.         Height = 105
  283.         Columns = <
  284.           item
  285.             Caption = 'Hint'
  286.             Width = 250
  287.           end>
  288.         Items.Data = {
  289.           520000000100000000000000FFFFFFFFFFFFFFFF000000000000000035547261
  290.           636B20312069732073706C697420696E746F20547261636B73203120616E6420
  291.           3220617420706F736974696F6E20323A3234}
  292.         ShowColumnHeaders = False
  293.         TabOrder = 0
  294.         ViewStyle = vsList
  295.         Visible = False
  296.       end
  297.     end
  298.   end
  299.   object Panel1: TPanel
  300.     Left = 8
  301.     Top = 8
  302.     Width = 113
  303.     Height = 273
  304.     BevelOuter = bvLowered
  305.     TabOrder = 4
  306.     object Image1: TImage
  307.       Left = 1
  308.       Top = 1
  309.       Width = 111
  310.       Height = 271
  311.       Align = alClient
  312.       Center = True
  313.       Picture.Data = {<image000.bmp>}
  314.       Transparent = True
  315.     end
  316.   end
  317.   object BackBtn: TButton
  318.     Left = 166
  319.     Top = 296
  320.     Width = 75
  321.     Height = 23
  322.     Caption = '< Back'
  323.     Enabled = False
  324.     TabOrder = 1
  325.   end
  326. end
  327.