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 / TNEWTRACKWIZARD / TNEWTRACKWIZARD.txt < prev   
Encoding:
Text File  |  2002-12-06  |  42.1 KB  |  1,608 lines

  1. object NewTrackWizard: TNewTrackWizard
  2.   Left = 353
  3.   Top = 196
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Create New Disc Wizard'
  7.   ClientHeight = 406
  8.   ClientWidth = 502
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   OnCloseQuery = FormCloseQuery
  19.   OnCreate = FormCreate
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Bevel1: TBevel
  24.     Left = 0
  25.     Top = 367
  26.     Width = 503
  27.     Height = 3
  28.     Shape = bsTopLine
  29.   end
  30.   object Bevel2: TBevel
  31.     Left = -1
  32.     Top = 57
  33.     Width = 504
  34.     Height = 3
  35.     Shape = bsTopLine
  36.   end
  37.   object CancelBtn: TButton
  38.     Left = 416
  39.     Top = 376
  40.     Width = 80
  41.     Height = 23
  42.     HelpContext = 15018
  43.     Cancel = True
  44.     Caption = 'Cancel'
  45.     ModalResult = 2
  46.     TabOrder = 3
  47.     OnClick = CancelBtnClick
  48.   end
  49.   object Notebook: TNotebook
  50.     Left = 0
  51.     Top = 63
  52.     Width = 501
  53.     Height = 297
  54.     PageIndex = 12
  55.     TabOrder = 0
  56.     OnPageChanged = NotebookPageChanged
  57.     object TPage
  58.       Left = 0
  59.       Top = 0
  60.       Caption = 'New track'
  61.       object Label1: TLabel
  62.         Left = 24
  63.         Top = 20
  64.         Width = 187
  65.         Height = 13
  66.         Caption = 'Please select the type of the new track:'
  67.       end
  68.       object imgTrackData: TImage
  69.         Left = 24
  70.         Top = 44
  71.         Width = 32
  72.         Height = 32
  73.       end
  74.       object imgTrackAudio: TImage
  75.         Left = 24
  76.         Top = 124
  77.         Width = 32
  78.         Height = 32
  79.       end
  80.       object Label2: TLabel
  81.         Left = 84
  82.         Top = 60
  83.         Width = 380
  84.         Height = 28
  85.         AutoSize = False
  86.         Caption = 
  87.           'A data track contains the files and folders of the disc. You can' +
  88.           ' also use this option to create MP3 discs.'
  89.         WordWrap = True
  90.       end
  91.       object Label3: TLabel
  92.         Left = 84
  93.         Top = 140
  94.         Width = 380
  95.         Height = 41
  96.         AutoSize = False
  97.         Caption = 
  98.           'In order to create an audio track you need a wave or MP3 audio f' +
  99.           'ile. An audio track can be played on any CD player.'
  100.         WordWrap = True
  101.       end
  102.       object Label4: TLabel
  103.         Left = 84
  104.         Top = 219
  105.         Width = 380
  106.         Height = 46
  107.         AutoSize = False
  108.         Caption = 
  109.           'For this track, you need an image file containing all the track ' +
  110.           'data. You may also use any type of file to write on the disc.'
  111.         WordWrap = True
  112.       end
  113.       object imgTrackImage: TImage
  114.         Left = 24
  115.         Top = 204
  116.         Width = 32
  117.         Height = 32
  118.       end
  119.       object DataRadioButton: TRadioButton
  120.         Left = 66
  121.         Top = 44
  122.         Width = 113
  123.         Height = 17
  124.         HelpContext = 15021
  125.         Caption = '&Data track'
  126.         Checked = True
  127.         TabOrder = 0
  128.         TabStop = True
  129.       end
  130.       object AudioRadioButton: TRadioButton
  131.         Left = 66
  132.         Top = 124
  133.         Width = 113
  134.         Height = 17
  135.         HelpContext = 15031
  136.         Caption = '&Audio track'
  137.         TabOrder = 1
  138.       end
  139.       object ImageRadioButton: TRadioButton
  140.         Left = 66
  141.         Top = 204
  142.         Width = 225
  143.         Height = 17
  144.         HelpContext = 15041
  145.         Caption = 'Track from a physical &image'
  146.         TabOrder = 2
  147.       end
  148.     end
  149.     object TPage
  150.       Left = 0
  151.       Top = 0
  152.       Caption = 'Select file for audio track'
  153.       object Label5: TLabel
  154.         Left = 65
  155.         Top = 20
  156.         Width = 329
  157.         Height = 57
  158.         AutoSize = False
  159.         Caption = 
  160.           'In order to create an audio track you need a MP3 or a wave audio' +
  161.           ' file. An audio track can be played on any CD player.'
  162.         WordWrap = True
  163.       end
  164.       object Label6: TLabel
  165.         Left = 24
  166.         Top = 80
  167.         Width = 360
  168.         Height = 13
  169.         AutoSize = False
  170.         Caption = 
  171.           'Please enter a filename or press the browse button to select a f' +
  172.           'ile.'
  173.         WordWrap = True
  174.       end
  175.       object imgTypeWave2: TImage
  176.         Left = 24
  177.         Top = 20
  178.         Width = 32
  179.         Height = 32
  180.       end
  181.       object ReadTrackBtn: TButton
  182.         Left = 121
  183.         Top = 121
  184.         Width = 88
  185.         Height = 23
  186.         Caption = 'Read...'
  187.         TabOrder = 0
  188.         Visible = False
  189.       end
  190.       object WavSearchBtn: TButton
  191.         Left = 24
  192.         Top = 121
  193.         Width = 88
  194.         Height = 23
  195.         Caption = 'B&rowse...'
  196.         TabOrder = 1
  197.         OnClick = WavSearchBtnClick
  198.       end
  199.       object WaveFileNameEdit: TComboBox
  200.         Left = 24
  201.         Top = 96
  202.         Width = 313
  203.         Height = 21
  204.         ItemHeight = 0
  205.         TabOrder = 2
  206.         OnChange = WaveFileNameEditChange
  207.       end
  208.     end
  209.     object TPage
  210.       Left = 0
  211.       Top = 0
  212.       Caption = 'Select ISO-Image'
  213.       object Label7: TLabel
  214.         Left = 65
  215.         Top = 20
  216.         Width = 329
  217.         Height = 57
  218.         AutoSize = False
  219.         Caption = 
  220.           'For this track, you need an image file containing all the track ' +
  221.           'data. You may also use any type of file to write on the disc.'
  222.         WordWrap = True
  223.       end
  224.       object Label8: TLabel
  225.         Left = 24
  226.         Top = 88
  227.         Width = 329
  228.         Height = 31
  229.         AutoSize = False
  230.         Caption = 
  231.           'Please enter a filename or press the browse button to select a f' +
  232.           'ile.'
  233.         WordWrap = True
  234.       end
  235.       object imgTrackImage2: TImage
  236.         Left = 24
  237.         Top = 20
  238.         Width = 32
  239.         Height = 32
  240.       end
  241.       object ISOImageEdit: TEdit
  242.         Left = 24
  243.         Top = 121
  244.         Width = 303
  245.         Height = 21
  246.         HelpContext = 15140
  247.         TabOrder = 0
  248.       end
  249.       object ISOSearchBtn: TButton
  250.         Left = 25
  251.         Top = 148
  252.         Width = 88
  253.         Height = 23
  254.         HelpContext = 15150
  255.         Caption = 'B&rowse...'
  256.         TabOrder = 1
  257.         OnClick = ISOSearchBtnClick
  258.       end
  259.     end
  260.     object TPage
  261.       Left = 0
  262.       Top = 0
  263.       Caption = 'Volume properties'
  264.       object Label10: TLabel
  265.         Left = 24
  266.         Top = 83
  267.         Width = 86
  268.         Height = 13
  269.         Caption = 'Disk volume &label:'
  270.         FocusControl = VolLabelEdit
  271.       end
  272.       object Label9: TLabel
  273.         Left = 65
  274.         Top = 20
  275.         Width = 321
  276.         Height = 37
  277.         AutoSize = False
  278.         Caption = 'Please complete the following properties of the data track.'
  279.         WordWrap = True
  280.       end
  281.       object imgTrackData2: TImage
  282.         Left = 24
  283.         Top = 20
  284.         Width = 32
  285.         Height = 32
  286.       end
  287.       object Label36: TLabel
  288.         Left = 41
  289.         Top = 196
  290.         Width = 62
  291.         Height = 13
  292.         Caption = 'UDF version:'
  293.       end
  294.       object VolLabelEdit: TEdit
  295.         Left = 121
  296.         Top = 80
  297.         Width = 224
  298.         Height = 21
  299.         HelpContext = 15050
  300.         MaxLength = 30
  301.         TabOrder = 0
  302.         Text = 'VolLabelEdit'
  303.       end
  304.       object JolietCheckBox: TExtCheckBox
  305.         Left = 24
  306.         Top = 136
  307.         Width = 420
  308.         Height = 33
  309.         HelpContext = 15060
  310.         CheckAlignment = caTop
  311.         Caption = 
  312.           'The disc contains long filenames according to the Microsoft &Jol' +
  313.           'iet standard'
  314.         Checked = True
  315.         State = cbChecked
  316.         TabOrder = 1
  317.       end
  318.       object SameDateCheckBox: TExtCheckBox
  319.         Left = 24
  320.         Top = 226
  321.         Width = 420
  322.         Height = 29
  323.         HelpContext = 15070
  324.         CheckAlignment = caTop
  325.         Caption = 'All files and folders on the disc will have the same &date'
  326.         TabOrder = 3
  327.       end
  328.       object cbUDF: TExtCheckBox
  329.         Left = 24
  330.         Top = 173
  331.         Width = 420
  332.         Height = 17
  333.         HelpContext = 15070
  334.         CheckAlignment = caTop
  335.         Caption = 'Include &UDF file system on the disc'
  336.         TabOrder = 2
  337.         OnClick = cbUDFClick
  338.       end
  339.       object cbUDFVersion: TComboBox
  340.         Left = 112
  341.         Top = 192
  342.         Width = 73
  343.         Height = 21
  344.         Style = csDropDownList
  345.         Enabled = False
  346.         ItemHeight = 13
  347.         TabOrder = 4
  348.         Items.Strings = (
  349.           '1.02'
  350.           '1.50'
  351.           '2.00'
  352.           '2.01')
  353.       end
  354.     end
  355.     object TPage
  356.       Left = 0
  357.       Top = 0
  358.       Caption = 'Select audio track source'
  359.       object Label11: TLabel
  360.         Left = 24
  361.         Top = 20
  362.         Width = 305
  363.         Height = 13
  364.         AutoSize = False
  365.         Caption = 'Please select a source for the audio track:'
  366.         WordWrap = True
  367.       end
  368.       object Label12: TLabel
  369.         Left = 84
  370.         Top = 59
  371.         Width = 380
  372.         Height = 41
  373.         AutoSize = False
  374.         Caption = 
  375.           'You can enter a wave or MP3 audio file as source. Wave files can' +
  376.           ' be created by saving audio tracks from an existing audio CD to ' +
  377.           'your hard disk.'
  378.         WordWrap = True
  379.       end
  380.       object Label13: TLabel
  381.         Left = 84
  382.         Top = 140
  383.         Width = 380
  384.         Height = 41
  385.         AutoSize = False
  386.         Caption = 
  387.           'Copies tracks form an audio CD that you have to insert. You can ' +
  388.           'select one or more tracks to be added to the disc project.'
  389.         WordWrap = True
  390.       end
  391.       object Label14: TLabel
  392.         Left = 84
  393.         Top = 220
  394.         Width = 380
  395.         Height = 54
  396.         AutoSize = False
  397.         Caption = 
  398.           'DirectAudio enables you to create an audio track. You can use an' +
  399.           'y device attached to your soundcard as an input device (e.g. rad' +
  400.           'io, microphone).'
  401.         WordWrap = True
  402.       end
  403.       object imgTypeDirectAudio: TImage
  404.         Left = 24
  405.         Top = 204
  406.         Width = 32
  407.         Height = 32
  408.       end
  409.       object imgTypeExisting: TImage
  410.         Left = 24
  411.         Top = 124
  412.         Width = 32
  413.         Height = 32
  414.       end
  415.       object imgTypeWave: TImage
  416.         Left = 24
  417.         Top = 44
  418.         Width = 32
  419.         Height = 32
  420.       end
  421.       object SrcWaveFileBtn: TRadioButton
  422.         Left = 66
  423.         Top = 43
  424.         Width = 300
  425.         Height = 17
  426.         HelpContext = 15160
  427.         Caption = '&Audio file'
  428.         Checked = True
  429.         TabOrder = 0
  430.         TabStop = True
  431.       end
  432.       object SrcDiscBtn: TRadioButton
  433.         Left = 66
  434.         Top = 124
  435.         Width = 300
  436.         Height = 17
  437.         HelpContext = 15080
  438.         Caption = 'Existing &CD'
  439.         TabOrder = 1
  440.       end
  441.       object SrcDirectAudioBtn: TRadioButton
  442.         Left = 66
  443.         Top = 204
  444.         Width = 300
  445.         Height = 17
  446.         HelpContext = 15090
  447.         Caption = '&DirectAudio'
  448.         TabOrder = 2
  449.       end
  450.     end
  451.     object TPage
  452.       Left = 0
  453.       Top = 0
  454.       Caption = 'DirectAudio'
  455.       object Label19: TLabel
  456.         Left = 65
  457.         Top = 20
  458.         Width = 401
  459.         Height = 37
  460.         AutoSize = False
  461.         Caption = 
  462.           'Click the '#39'Record'#39' button to start recording the audio data. Cli' +
  463.           'ck the '#39'Stop'#39' button to stop recording.'
  464.         WordWrap = True
  465.       end
  466.       object MMOscope1: TMMOscope
  467.         Left = 304
  468.         Top = 88
  469.         Width = 161
  470.         Bevel.BevelInner = bvNone
  471.         Bevel.BevelOuter = bvLowered
  472.         Bevel.BevelInnerWidth = 1
  473.         Bevel.BevelOuterWidth = 1
  474.         Bevel.BorderStyle = bsNone
  475.         Bevel.BorderWidth = 0
  476.         Bevel.BorderSpace = 0
  477.         Bevel.BorderColor = clBtnFace
  478.         Bevel.BorderSpaceColor = clBlack
  479.         Bevel.InnerLightColor = clBtnHighlight
  480.         Bevel.InnerShadowColor = clBtnShadow
  481.         Bevel.OuterLightColor = clBtnHighlight
  482.         Bevel.OuterShadowColor = clBtnShadow
  483.         ForegroundColor = clLime
  484.         BitLength = b16Bit
  485.         SampleRate = 44100
  486.         Mode = mStereo
  487.       end
  488.       object MMLevel1: TMMLevel
  489.         Left = 304
  490.         Top = 67
  491.         Width = 160
  492.         Height = 10
  493.         Bevel.BevelInner = bvNone
  494.         Bevel.BevelOuter = bvLowered
  495.         Bevel.BevelInnerWidth = 1
  496.         Bevel.BevelOuterWidth = 1
  497.         Bevel.BorderStyle = bsNone
  498.         Bevel.BorderWidth = 0
  499.         Bevel.BorderSpace = 0
  500.         Bevel.BorderColor = clBtnFace
  501.         Bevel.BorderSpaceColor = clBlack
  502.         Bevel.InnerLightColor = clBtnHighlight
  503.         Bevel.InnerShadowColor = clBtnShadow
  504.         Bevel.OuterLightColor = clBtnHighlight
  505.         Bevel.OuterShadowColor = clBtnShadow
  506.         Bar1Color = clLime
  507.         Bar2Color = clLime
  508.         BitLength = b16Bit
  509.         Channel = chLeft
  510.         Mode = mStereo
  511.       end
  512.       object MMLevel2: TMMLevel
  513.         Left = 304
  514.         Top = 77
  515.         Width = 160
  516.         Height = 10
  517.         Bevel.BevelInner = bvNone
  518.         Bevel.BevelOuter = bvLowered
  519.         Bevel.BevelInnerWidth = 1
  520.         Bevel.BevelOuterWidth = 1
  521.         Bevel.BorderStyle = bsNone
  522.         Bevel.BorderWidth = 0
  523.         Bevel.BorderSpace = 0
  524.         Bevel.BorderColor = clBtnFace
  525.         Bevel.BorderSpaceColor = clBlack
  526.         Bevel.InnerLightColor = clBtnHighlight
  527.         Bevel.InnerShadowColor = clBtnShadow
  528.         Bevel.OuterLightColor = clBtnHighlight
  529.         Bevel.OuterShadowColor = clBtnShadow
  530.         Bar1Color = clLime
  531.         Bar2Color = clLime
  532.         BitLength = b16Bit
  533.         Channel = chRight
  534.         Mode = mStereo
  535.       end
  536.       object MMLevelScale1: TMMLevelScale
  537.         Left = 304
  538.         Top = 59
  539.         Width = 160
  540.         Font.Charset = DEFAULT_CHARSET
  541.         Font.Color = clWindowText
  542.         Font.Height = -8
  543.         Font.Name = 'Small Fonts'
  544.         Font.Style = []
  545.         Scale.TickCount = 11
  546.         Scale.EnlargeEvery = 5
  547.         Scale.Size = 7
  548.         Scale.Origin = soInner
  549.         Scale.Connect = False
  550.       end
  551.       object Label30: TLabel
  552.         Left = 24
  553.         Top = 192
  554.         Width = 36
  555.         Height = 13
  556.         Caption = 'Length:'
  557.       end
  558.       object Label31: TLabel
  559.         Left = 24
  560.         Top = 216
  561.         Width = 37
  562.         Height = 13
  563.         Caption = 'Filesize:'
  564.       end
  565.       object MMSpectrum1: TMMSpectrum
  566.         Left = 304
  567.         Top = 179
  568.         Width = 160
  569.         Height = 86
  570.         Bevel.BevelInner = bvNone
  571.         Bevel.BevelOuter = bvLowered
  572.         Bevel.BevelInnerWidth = 1
  573.         Bevel.BevelOuterWidth = 1
  574.         Bevel.BorderStyle = bsNone
  575.         Bevel.BorderWidth = 0
  576.         Bevel.BorderSpace = 0
  577.         Bevel.BorderColor = clBtnFace
  578.         Bevel.BorderSpaceColor = clBlack
  579.         Bevel.InnerLightColor = clBtnHighlight
  580.         Bevel.InnerShadowColor = clBtnShadow
  581.         Bevel.OuterLightColor = clBtnHighlight
  582.         Bevel.OuterShadowColor = clBtnShadow
  583.         Bar1Color = clLime
  584.         Bar2Color = clLime
  585.         Mode = mStereo
  586.         BitLength = b16Bit
  587.         SampleRate = 44100
  588.         LogAmp = True
  589.         Kind = skLines
  590.       end
  591.       object imgTypeDirectAudio2: TImage
  592.         Left = 24
  593.         Top = 20
  594.         Width = 32
  595.         Height = 32
  596.       end
  597.       object Label41: TLabel
  598.         Left = 112
  599.         Top = 61
  600.         Width = 177
  601.         Height = 27
  602.         AutoSize = False
  603.         Caption = 'Click here to start sampling without saving to a file.'
  604.         WordWrap = True
  605.       end
  606.       object Label42: TLabel
  607.         Left = 112
  608.         Top = 95
  609.         Width = 177
  610.         Height = 27
  611.         AutoSize = False
  612.         Caption = 'Click here to start sampling and saving the data to a file.'
  613.         WordWrap = True
  614.       end
  615.       object Label43: TLabel
  616.         Left = 112
  617.         Top = 131
  618.         Width = 177
  619.         Height = 27
  620.         AutoSize = False
  621.         Caption = 'Click here to stop the sampling process.'
  622.         WordWrap = True
  623.       end
  624.       object Bevel3: TBevel
  625.         Left = 8
  626.         Top = 168
  627.         Width = 289
  628.         Height = 10
  629.         Shape = bsBottomLine
  630.       end
  631.       object btnRecordWave: TBitBtn
  632.         Left = 24
  633.         Top = 94
  634.         Width = 80
  635.         Height = 30
  636.         Caption = 'Record'
  637.         TabOrder = 0
  638.         OnClick = btnRecordWaveClick
  639.         Glyph.Data = {
  640.           76060000424D7606000000000000360400002800000018000000180000000100
  641.           08000000000040020000120B0000120B00000001000000000000000000000000
  642.           8000008000000080800080000000800080008080000080808000C0DCC000F0CA
  643.           A600AA3F2A00FF3F2A00005F2A00555F2A00AA5F2A00FF5F2A00007F2A00557F
  644.           2A00AA7F2A00FF7F2A00009F2A00559F2A00AA9F2A00FF9F2A0000BF2A0055BF
  645.           2A00AABF2A00FFBF2A0000DF2A0055DF2A00AADF2A00FFDF2A0000FF2A0055FF
  646.           2A00AAFF2A00FFFF2A000000550055005500AA005500FF005500001F5500551F
  647.           5500AA1F5500FF1F5500003F5500553F5500AA3F5500FF3F5500005F5500555F
  648.           5500AA5F5500FF5F5500007F5500557F5500AA7F5500FF7F5500009F5500559F
  649.           5500AA9F5500FF9F550000BF550055BF5500AABF5500FFBF550000DF550055DF
  650.           5500AADF5500FFDF550000FF550055FF5500AAFF5500FFFF550000007F005500
  651.           7F00AA007F00FF007F00001F7F00551F7F00AA1F7F00FF1F7F00003F7F00553F
  652.           7F00AA3F7F00FF3F7F00005F7F00555F7F00AA5F7F00FF5F7F00007F7F00557F
  653.           7F00AA7F7F00FF7F7F00009F7F00559F7F00AA9F7F00FF9F7F0000BF7F0055BF
  654.           7F00AABF7F00FFBF7F0000DF7F0055DF7F00AADF7F00FFDF7F0000FF7F0055FF
  655.           7F00AAFF7F00FFFF7F000000AA005500AA00AA00AA00FF00AA00001FAA00551F
  656.           AA00AA1FAA00FF1FAA00003FAA00553FAA00AA3FAA00FF3FAA00005FAA00555F
  657.           AA00AA5FAA00FF5FAA00007FAA00557FAA00AA7FAA00FF7FAA00009FAA00559F
  658.           AA00AA9FAA00FF9FAA0000BFAA0055BFAA00AABFAA00FFBFAA0000DFAA0055DF
  659.           AA00AADFAA00FFDFAA0000FFAA0055FFAA00AAFFAA00FFFFAA000000D4005500
  660.           D400AA00D400FF00D400001FD400551FD400AA1FD400FF1FD400003FD400553F
  661.           D400AA3FD400FF3FD400005FD400555FD400AA5FD400FF5FD400007FD400557F
  662.           D400AA7FD400FF7FD400009FD400559FD400AA9FD400FF9FD40000BFD40055BF
  663.           D400AABFD400FFBFD40000DFD40055DFD400AADFD400FFDFD40000FFD40055FF
  664.           D400AAFFD400FFFFD4005500FF00AA00FF00001FFF00551FFF00AA1FFF00FF1F
  665.           FF00003FFF00553FFF00AA3FFF00FF3FFF00005FFF00555FFF00AA5FFF00FF5F
  666.           FF00007FFF00557FFF00AA7FFF00FF7FFF00009FFF00559FFF00AA9FFF00FF9F
  667.           FF0000BFFF0055BFFF00AABFFF00FFBFFF0000DFFF0055DFFF00AADFFF00FFDF
  668.           FF0055FFFF00AAFFFF00FFCCCC00FFCCFF00FFFF3300FFFF6600FFFF9900FFFF
  669.           CC00007F0000557F0000AA7F0000FF7F0000009F0000559F0000AA9F0000FF9F
  670.           000000BF000055BF0000AABF0000FFBF000000DF000055DF0000AADF0000FFDF
  671.           000055FF0000AAFF000000002A0055002A00AA002A00FF002A00001F2A00551F
  672.           2A00AA1F2A00FF1F2A00003F2A00553F2A00F0FBFF00A4A0A000808080000000
  673.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FDFDFDFDFDFD
  674.           FDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFD
  675.           FDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFD
  676.           FDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFD
  677.           FDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFD01010000
  678.           FDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFD0101010101010000FDFDFDFDFDFD
  679.           FDFDFDFDFDFDFDFDFD0101F9F9F9F901010100FDFDFDFDFDFDFDFDFDFDFDFDFD
  680.           FD01F9F9F9F9F9F9010100FDFDFDFDFDFDFDFDFDFDFDFDFDC6C6F9F9F9F9F9F9
  681.           F9010100FDFDFDFDFDFDFDFDFDFDFDFDC6C6F9F9F9F9F9F9F9F90100FDFDFDFD
  682.           FDFDFDFDFDFDFDFDF6C6F9F9F9F9F9F9F9F90101FDFDFDFDFDFDFDFDFDFDFDFD
  683.           F6C6F9F9F9F9F9F9F9F90101FDFDFDFDFDFDFDFDFDFDFDFDF6C6C6F9F9F9F9F9
  684.           F9F90101FDFDFDFDFDFDFDFDFDFDFDFDFDF6C6C6F9F9F9F9F9F9C6FDFDFDFDFD
  685.           FDFDFDFDFDFDFDFDFDF6C6C6C6F9F9F9F9C6C6FDFDFDFDFDFDFDFDFDFDFDFDFD
  686.           FDFDF6F6C6C6C6C6C6C6FDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDF6F6C6C6
  687.           FDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFD
  688.           FDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFD
  689.           FDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFD
  690.           FDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFD
  691.           FDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFDFD}
  692.       end
  693.       object btnTestWaveIn: TBitBtn
  694.         Left = 24
  695.         Top = 64
  696.         Width = 80
  697.         Height = 23
  698.         Caption = 'Test'
  699.         TabOrder = 1
  700.         OnClick = btnTestWaveInClick
  701.       end
  702.       object btnStop: TBitBtn
  703.         Left = 24
  704.         Top = 130
  705.         Width = 80
  706.         Height = 30
  707.         Caption = 'Stop'
  708.         Enabled = False
  709.         TabOrder = 2
  710.         OnClick = btnStopClick
  711.       end
  712.       object btnAudioProperties: TBitBtn
  713.         Left = 21
  714.         Top = 256
  715.         Width = 115
  716.         Height = 23
  717.         Caption = 'Audio &Properties...'
  718.         TabOrder = 3
  719.         OnClick = btnAudioPropertiesClick
  720.       end
  721.       object edWavelength: TEdit
  722.         Left = 80
  723.         Top = 188
  724.         Width = 200
  725.         Height = 21
  726.         Color = clBtnFace
  727.         ReadOnly = True
  728.         TabOrder = 4
  729.       end
  730.       object edWavefileSize: TEdit
  731.         Left = 80
  732.         Top = 213
  733.         Width = 200
  734.         Height = 21
  735.         Color = clBtnFace
  736.         ReadOnly = True
  737.         TabOrder = 5
  738.       end
  739.     end
  740.     object TPage
  741.       Left = 0
  742.       Top = 0
  743.       Caption = 'Select Device'
  744.       object Label17: TLabel
  745.         Left = 24
  746.         Top = 24
  747.         Width = 321
  748.         Height = 33
  749.         AutoSize = False
  750.         Caption = 
  751.           'Select the device that contains the CD. Press '#39'Next >'#39' to contin' +
  752.           'ue.'
  753.         WordWrap = True
  754.       end
  755.       object Label35: TLabel
  756.         Left = 24
  757.         Top = 64
  758.         Width = 113
  759.         Height = 13
  760.         AutoSize = False
  761.         Caption = '&Devices:'
  762.         FocusControl = DeviceTreeView
  763.       end
  764.       object DeviceTreeView: TTreeView
  765.         Left = 24
  766.         Top = 80
  767.         Width = 441
  768.         Height = 185
  769.         HelpContext = 15100
  770.         HideSelection = False
  771.         Images = PopupMenuModule.SmallCustomImageList
  772.         Indent = 19
  773.         ReadOnly = True
  774.         ShowButtons = False
  775.         ShowRoot = False
  776.         TabOrder = 0
  777.       end
  778.     end
  779.     object TPage
  780.       Left = 0
  781.       Top = 0
  782.       Caption = 'Add CD track '
  783.       object Label18: TLabel
  784.         Left = 24
  785.         Top = 20
  786.         Width = 358
  787.         Height = 27
  788.         AutoSize = False
  789.         Caption = 'Please select one or more tracks and press '#39'Next'#39' to continue.'
  790.         WordWrap = True
  791.       end
  792.       object Label23: TLabel
  793.         Left = 24
  794.         Top = 53
  795.         Width = 41
  796.         Height = 13
  797.         Caption = 'CD &Title:'
  798.       end
  799.       object Panel2: TPanel
  800.         Left = 24
  801.         Top = 73
  802.         Width = 449
  803.         Height = 196
  804.         BevelOuter = bvNone
  805.         BorderStyle = bsSingle
  806.         TabOrder = 0
  807.         object TrackListView: TListView
  808.           Left = 0
  809.           Top = 0
  810.           Width = 445
  811.           Height = 192
  812.           HelpContext = 15110
  813.           Align = alClient
  814.           BorderStyle = bsNone
  815.           Columns = <>
  816.           MultiSelect = True
  817.           TabOrder = 0
  818.           ViewStyle = vsReport
  819.           OnCompare = TrackListViewCompare
  820.           OnEdited = TrackListViewEdited
  821.           OnEditing = TrackListViewEditing
  822.           OnKeyDown = TrackListViewKeyDown
  823.           OnSelectItem = TrackListViewSelectItem
  824.         end
  825.       end
  826.       object CDTitleEdit: TEdit
  827.         Left = 72
  828.         Top = 49
  829.         Width = 297
  830.         Height = 21
  831.         HelpContext = 15170
  832.         TabOrder = 1
  833.       end
  834.       object btnGetCDDBData: TButton
  835.         Left = 377
  836.         Top = 47
  837.         Width = 97
  838.         Height = 23
  839.         Caption = 'Get CDDB Info'
  840.         TabOrder = 2
  841.         OnClick = btnGetCDDBDataClick
  842.       end
  843.     end
  844.     object TPage
  845.       Left = 0
  846.       Top = 0
  847.       Caption = 'Save tracks'
  848.       object Label20: TLabel
  849.         Left = 24
  850.         Top = 20
  851.         Width = 313
  852.         Height = 33
  853.         AutoSize = False
  854.         Caption = 'Select how you want to proceed with the added tracks:'
  855.         WordWrap = True
  856.       end
  857.       object Label21: TLabel
  858.         Left = 40
  859.         Top = 66
  860.         Width = 360
  861.         Height = 55
  862.         AutoSize = False
  863.         Caption = 
  864.           'The tracks are written to hard disk so the source CD is not need' +
  865.           'ed while writing the CD. If want to make multiple copies of the ' +
  866.           'CD, it is faster to have the source data on hard disk.'
  867.         WordWrap = True
  868.       end
  869.       object Label22: TLabel
  870.         Left = 40
  871.         Top = 138
  872.         Width = 360
  873.         Height = 55
  874.         AutoSize = False
  875.         Caption = 
  876.           'This method needs less space on the hard disk, but it is necessa' +
  877.           'ry to insert the CD every time you write the CD.'
  878.         WordWrap = True
  879.       end
  880.       object TrkSaveBtn: TRadioButton
  881.         Left = 24
  882.         Top = 48
  883.         Width = 193
  884.         Height = 17
  885.         HelpContext = 15180
  886.         Caption = 'Save to hard disk (recommended)'
  887.         Checked = True
  888.         TabOrder = 0
  889.         TabStop = True
  890.       end
  891.       object TrkReReadBtn: TRadioButton
  892.         Left = 24
  893.         Top = 120
  894.         Width = 257
  895.         Height = 17
  896.         Caption = 'Ask for the source CD before writing the track'
  897.         TabOrder = 1
  898.       end
  899.     end
  900.     object TPage
  901.       Left = 0
  902.       Top = 0
  903.       Caption = 'Add files and folders'
  904.       object Label24: TLabel
  905.         Left = 24
  906.         Top = 24
  907.         Width = 177
  908.         Height = 13
  909.         AutoSize = False
  910.         Caption = 'Folder:'
  911.       end
  912.       object Label25: TLabel
  913.         Left = 24
  914.         Top = 8
  915.         Width = 354
  916.         Height = 16
  917.         AutoSize = False
  918.         Caption = 
  919.           'Select the files and folders you want to add to the disc project' +
  920.           '.'
  921.         WordWrap = True
  922.       end
  923.       object Label26: TLabel
  924.         Left = 24
  925.         Top = 177
  926.         Width = 159
  927.         Height = 13
  928.         Caption = 'Files and folders in the data track:'
  929.       end
  930.       object AddBtn: TButton
  931.         Left = 24
  932.         Top = 194
  933.         Width = 75
  934.         Height = 23
  935.         HelpContext = 15190
  936.         Caption = 'Add ->'
  937.         TabOrder = 0
  938.         OnClick = AddBtnClick
  939.       end
  940.       object DeleteBtn: TButton
  941.         Left = 24
  942.         Top = 245
  943.         Width = 75
  944.         Height = 23
  945.         HelpContext = 15200
  946.         Caption = 'Remove'
  947.         Enabled = False
  948.         TabOrder = 1
  949.         OnClick = DeleteBtnClick
  950.       end
  951.       object Panel3: TPanel
  952.         Left = 24
  953.         Top = 41
  954.         Width = 457
  955.         Height = 129
  956.         BevelOuter = bvNone
  957.         TabOrder = 3
  958.         object Splitter1: TSplitter
  959.           Left = 201
  960.           Top = 0
  961.           Width = 3
  962.           Height = 129
  963.           Cursor = crSizeWE
  964.           ResizeStyle = rsUpdate
  965.         end
  966.         object SrcListView: TListView
  967.           Left = 204
  968.           Top = 0
  969.           Width = 253
  970.           Height = 129
  971.           HelpContext = 15210
  972.           Align = alClient
  973.           Columns = <
  974.             item
  975.               Caption = 'Name'
  976.               Width = 120
  977.             end
  978.             item
  979.               Alignment = taRightJustify
  980.               Caption = 'Size'
  981.               Width = 52
  982.             end>
  983.           DragMode = dmAutomatic
  984.           MultiSelect = True
  985.           ReadOnly = True
  986.           TabOrder = 0
  987.           ViewStyle = vsReport
  988.           OnChange = SrcListViewChange
  989.           OnCompare = SrcListViewCompare
  990.           OnDblClick = SrcListViewDblClick
  991.           OnEnter = SrcListViewEnter
  992.         end
  993.         object tvSourceFolder: TdfsSystemTreeView
  994.           Left = 0
  995.           Top = 0
  996.           Width = 201
  997.           Height = 129
  998.           RootFolder = rfFileSystem
  999.           Align = alLeft
  1000.           DragMode = dmAutomatic
  1001.           Indent = 19
  1002.           OnChange = tvSourceFolderChange
  1003.           OnEnter = tvSourceFolderEnter
  1004.           ReadOnly = True
  1005.           TabOrder = 1
  1006.         end
  1007.       end
  1008.       object Panel4: TPanel
  1009.         Left = 112
  1010.         Top = 194
  1011.         Width = 369
  1012.         Height = 100
  1013.         BevelOuter = bvNone
  1014.         TabOrder = 2
  1015.         object DestListView: TListView
  1016.           Left = 0
  1017.           Top = 0
  1018.           Width = 369
  1019.           Height = 100
  1020.           HelpContext = 15220
  1021.           Align = alClient
  1022.           Columns = <
  1023.             item
  1024.               Caption = 'Name'
  1025.               Width = 200
  1026.             end
  1027.             item
  1028.               Alignment = taRightJustify
  1029.               Caption = 'Size'
  1030.               Width = 62
  1031.             end>
  1032.           MultiSelect = True
  1033.           ReadOnly = True
  1034.           TabOrder = 0
  1035.           ViewStyle = vsReport
  1036.           OnChange = DestListViewChange
  1037.           OnEnter = DestListViewEnter
  1038.           OnExit = DestListViewExit
  1039.           OnDragDrop = DestListViewDragDrop
  1040.           OnDragOver = DestListViewDragOver
  1041.         end
  1042.       end
  1043.       object btnAddall: TButton
  1044.         Left = 24
  1045.         Top = 219
  1046.         Width = 75
  1047.         Height = 23
  1048.         HelpContext = 15190
  1049.         Caption = 'Add all ->'
  1050.         TabOrder = 4
  1051.         OnClick = btnAddallClick
  1052.       end
  1053.       object btnRemoveAll: TButton
  1054.         Left = 24
  1055.         Top = 270
  1056.         Width = 75
  1057.         Height = 23
  1058.         HelpContext = 15200
  1059.         Caption = 'Remove all'
  1060.         Enabled = False
  1061.         TabOrder = 5
  1062.         OnClick = btnRemoveAllClick
  1063.       end
  1064.     end
  1065.     object TPage
  1066.       Left = 0
  1067.       Top = 0
  1068.       Caption = 'New disc project'
  1069.       object pnlProjectName: TPanel
  1070.         Left = 0
  1071.         Top = 0
  1072.         Width = 501
  1073.         Height = 257
  1074.         Align = alTop
  1075.         BevelOuter = bvNone
  1076.         TabOrder = 0
  1077.         object imgVirtualDisc: TImage
  1078.           Left = 24
  1079.           Top = 20
  1080.           Width = 32
  1081.           Height = 32
  1082.         end
  1083.         object Label27: TLabel
  1084.           Left = 65
  1085.           Top = 20
  1086.           Width = 400
  1087.           Height = 41
  1088.           AutoSize = False
  1089.           Caption = 
  1090.             'Please enter the name of the project and select the folder that ' +
  1091.             'should contain the project file.'
  1092.           WordWrap = True
  1093.         end
  1094.         object Label29: TLabel
  1095.           Left = 24
  1096.           Top = 128
  1097.           Width = 257
  1098.           Height = 13
  1099.           AutoSize = False
  1100.           Caption = 'Disc &name:'
  1101.           FocusControl = VCDTitleEdit
  1102.           WordWrap = True
  1103.         end
  1104.         object Label28: TLabel
  1105.           Left = 24
  1106.           Top = 200
  1107.           Width = 105
  1108.           Height = 13
  1109.           AutoSize = False
  1110.           Caption = 'Folder:'
  1111.           WordWrap = True
  1112.         end
  1113.         object Label40: TLabel
  1114.           Left = 24
  1115.           Top = 72
  1116.           Width = 433
  1117.           Height = 41
  1118.           AutoSize = False
  1119.           Caption = 
  1120.             'The project file stores only links to the data used in the proje' +
  1121.             'ct. Deleting the project file will not delete any of your files ' +
  1122.             'used for the project.'
  1123.           WordWrap = True
  1124.         end
  1125.         object VCDTitleEdit: TEdit
  1126.           Left = 24
  1127.           Top = 144
  1128.           Width = 433
  1129.           Height = 21
  1130.           HelpContext = 15130
  1131.           TabOrder = 0
  1132.           Text = 'New disc project'
  1133.         end
  1134.         object DestFolderEdit: TReadOnlyEdit
  1135.           Left = 24
  1136.           Top = 216
  1137.           Width = 341
  1138.           Height = 21
  1139.           TabStop = False
  1140.           PathEllipsis = False
  1141.           BorderStyle = bsSingle
  1142.           TabOrder = 1
  1143.           Text = '<Test>'
  1144.         end
  1145.         object BrowseBtn: TButton
  1146.           Left = 367
  1147.           Top = 215
  1148.           Width = 90
  1149.           Height = 23
  1150.           HelpContext = 15120
  1151.           Caption = 'B&rowse...'
  1152.           TabOrder = 2
  1153.           OnClick = BrowseBtnClick
  1154.         end
  1155.       end
  1156.     end
  1157.     object TPage
  1158.       Left = 0
  1159.       Top = 0
  1160.       Caption = 'Finish Disc'
  1161.       object Label15: TLabel
  1162.         Left = 24
  1163.         Top = 20
  1164.         Width = 433
  1165.         Height = 29
  1166.         AutoSize = False
  1167.         Caption = 
  1168.           'The project is now ready to be written to a disc. Please select ' +
  1169.           'what you want to do.'
  1170.         WordWrap = True
  1171.       end
  1172.       object Label32: TLabel
  1173.         Left = 98
  1174.         Top = 84
  1175.         Width = 360
  1176.         Height = 41
  1177.         AutoSize = False
  1178.         Caption = 
  1179.           'Write this project to a disc. Select this option if you want to ' +
  1180.           'do no more changes to the project.'
  1181.         WordWrap = True
  1182.       end
  1183.       object lblAddAudiotrackDescription: TLabel
  1184.         Left = 98
  1185.         Top = 141
  1186.         Width = 360
  1187.         Height = 41
  1188.         AutoSize = False
  1189.         Caption = 'Add one or more audio tracks to this disc project.'
  1190.         WordWrap = True
  1191.       end
  1192.       object Label34: TLabel
  1193.         Left = 98
  1194.         Top = 204
  1195.         Width = 360
  1196.         Height = 41
  1197.         AutoSize = False
  1198.         Caption = 
  1199.           'You may edit and write this disc project after closing this wiza' +
  1200.           'rd. This is useful if you want to perform advanced tasks or want' +
  1201.           ' to add additional files and folders to an audio track.'
  1202.         WordWrap = True
  1203.       end
  1204.       object Image1: TImage
  1205.         Left = 32
  1206.         Top = 64
  1207.         Width = 32
  1208.         Height = 32
  1209.         AutoSize = True
  1210.         Picture.Data = {<image000.ico>}
  1211.         Transparent = True
  1212.       end
  1213.       object imgNextAudiotrack: TImage
  1214.         Left = 32
  1215.         Top = 124
  1216.         Width = 32
  1217.         Height = 32
  1218.         Picture.Data = {<image001.ico>}
  1219.       end
  1220.       object Image3: TImage
  1221.         Left = 32
  1222.         Top = 184
  1223.         Width = 32
  1224.         Height = 32
  1225.         Picture.Data = {<image002.ico>}
  1226.       end
  1227.       object rbFinishDiscWrite: TRadioButton
  1228.         Left = 80
  1229.         Top = 64
  1230.         Width = 345
  1231.         Height = 17
  1232.         Caption = '&Write disc'
  1233.         Checked = True
  1234.         TabOrder = 0
  1235.         TabStop = True
  1236.       end
  1237.       object rbFinishDiscAddTracks: TRadioButton
  1238.         Left = 80
  1239.         Top = 124
  1240.         Width = 345
  1241.         Height = 17
  1242.         Caption = '&Add additional audio track(s)'
  1243.         TabOrder = 1
  1244.       end
  1245.       object rbFinishDiscClose: TRadioButton
  1246.         Left = 80
  1247.         Top = 184
  1248.         Width = 345
  1249.         Height = 17
  1250.         Caption = '&Close this wizard'
  1251.         TabOrder = 2
  1252.       end
  1253.     end
  1254.     object TPage
  1255.       Left = 0
  1256.       Top = 0
  1257.       Caption = 'Reading Tracks'
  1258.       object Label16: TLabel
  1259.         Left = 24
  1260.         Top = 20
  1261.         Width = 353
  1262.         Height = 41
  1263.         AutoSize = False
  1264.         Caption = 
  1265.           'The tracks you selected are now read and saved to hard disk. Ple' +
  1266.           'ase wait until reading is finished.'
  1267.         WordWrap = True
  1268.       end
  1269.       object lblReadingFinished: TLabel
  1270.         Left = 32
  1271.         Top = 104
  1272.         Width = 353
  1273.         Height = 13
  1274.         AutoSize = False
  1275.         Caption = 
  1276.           'The reading was completed successfully. Press "Next" to continue' +
  1277.           '...'
  1278.         WordWrap = True
  1279.       end
  1280.       inline StatusDisplayFrame: TStatusDisplayFrame
  1281.         Left = 24
  1282.         Top = 128
  1283.         Width = 433
  1284.         inherited pbTrack: TProgressBar
  1285.           Height = 17
  1286.           Smooth = True
  1287.         end
  1288.         inherited pbTotal: TProgressBar
  1289.           Height = 17
  1290.           Smooth = True
  1291.         end
  1292.       end
  1293.     end
  1294.     object TPage
  1295.       Left = 0
  1296.       Top = 0
  1297.       Caption = 'DeviceSettings'
  1298.       object pnlMediaSelection: TPanel
  1299.         Left = 0
  1300.         Top = 0
  1301.         Width = 501
  1302.         Height = 297
  1303.         Align = alClient
  1304.         BevelOuter = bvNone
  1305.         TabOrder = 0
  1306.         object Label37: TLabel
  1307.           Left = 16
  1308.           Top = 1
  1309.           Width = 292
  1310.           Height = 13
  1311.           Caption = 'Please select the type and size of the disc you want to create.'
  1312.         end
  1313.         object Label38: TLabel
  1314.           Left = 16
  1315.           Top = 26
  1316.           Width = 465
  1317.           Height = 32
  1318.           AutoSize = False
  1319.           Caption = 
  1320.             'The specified size is used for information and does not limit th' +
  1321.             'e size of the created disc. You can change these settings by edi' +
  1322.             'ting the properties of the project.'
  1323.           WordWrap = True
  1324.         end
  1325.         object Label39: TLabel
  1326.           Left = 32
  1327.           Top = 184
  1328.           Width = 277
  1329.           Height = 13
  1330.           Caption = 'You can select the default device for the new project here:'
  1331.         end
  1332.         inline VCDSizeFrame: TVCDSizeFrame
  1333.           Left = 8
  1334.           Top = 85
  1335.           Width = 425
  1336.           Height = 92
  1337.         end
  1338.         object btnRefresh: TButton
  1339.           Left = 400
  1340.           Top = 198
  1341.           Width = 89
  1342.           Height = 23
  1343.           Caption = 'Refresh'
  1344.           TabOrder = 1
  1345.           OnClick = btnRefreshClick
  1346.         end
  1347.         object rbUserSize: TRadioButton
  1348.           Left = 16
  1349.           Top = 72
  1350.           Width = 281
  1351.           Height = 17
  1352.           Caption = 'Select type and size of the disc you want to use'
  1353.           Checked = True
  1354.           TabOrder = 2
  1355.           TabStop = True
  1356.           OnClick = rbSizeSelectClick
  1357.         end
  1358.         object rbReadDiscSize: TRadioButton
  1359.           Left = 16
  1360.           Top = 166
  1361.           Width = 305
  1362.           Height = 17
  1363.           Caption = 'Use type and size of an inserted disc'
  1364.           TabOrder = 3
  1365.           OnClick = rbSizeSelectClick
  1366.         end
  1367.         object lvDevices: TListView
  1368.           Left = 32
  1369.           Top = 198
  1370.           Width = 353
  1371.           Height = 91
  1372.           Columns = <
  1373.             item
  1374.               Caption = 'Device'
  1375.               Width = 180
  1376.             end
  1377.             item
  1378.               Caption = 'Disc'
  1379.               Width = 60
  1380.             end
  1381.             item
  1382.               Alignment = taRightJustify
  1383.               Caption = 'Free space'
  1384.               Width = 100
  1385.             end>
  1386.           HideSelection = False
  1387.           ReadOnly = True
  1388.           RowSelect = True
  1389.           TabOrder = 4
  1390.           ViewStyle = vsReport
  1391.           OnDblClick = lvDevicesDblClick
  1392.           OnSelectItem = lvDevicesSelectItem
  1393.         end
  1394.       end
  1395.     end
  1396.   end
  1397.   object Panel1: TPanel
  1398.     Left = 0
  1399.     Top = 0
  1400.     Width = 505
  1401.     Height = 57
  1402.     BevelOuter = bvNone
  1403.     BorderWidth = 1
  1404.     Color = clWhite
  1405.     TabOrder = 4
  1406.     object imgLogo: TImage
  1407.       Left = 457
  1408.       Top = 9
  1409.       Width = 32
  1410.       Height = 32
  1411.       AutoSize = True
  1412.       Center = True
  1413.     end
  1414.     object lblTitle: TLabel
  1415.       Left = 8
  1416.       Top = 8
  1417.       Width = 385
  1418.       Height = 15
  1419.       AutoSize = False
  1420.       Caption = 'lblTitle'
  1421.       Font.Charset = ANSI_CHARSET
  1422.       Font.Color = clWindowText
  1423.       Font.Height = -11
  1424.       Font.Name = 'MS Sans Serif'
  1425.       Font.Style = [fsBold]
  1426.       ParentFont = False
  1427.       WordWrap = True
  1428.     end
  1429.     object lblPageHint: TLabel
  1430.       Left = 24
  1431.       Top = 23
  1432.       Width = 369
  1433.       Height = 28
  1434.       AutoSize = False
  1435.       Caption = 'lblPageHint'
  1436.       WordWrap = True
  1437.     end
  1438.   end
  1439.   object NextBtn: TButton
  1440.     Left = 304
  1441.     Top = 376
  1442.     Width = 80
  1443.     Height = 23
  1444.     HelpContext = 15230
  1445.     Caption = 'Next >'
  1446.     Default = True
  1447.     TabOrder = 2
  1448.     OnClick = NextBtnClick
  1449.   end
  1450.   object BackBtn: TButton
  1451.     Left = 224
  1452.     Top = 376
  1453.     Width = 80
  1454.     Height = 23
  1455.     HelpContext = 15240
  1456.     Caption = '< Back'
  1457.     TabOrder = 1
  1458.     OnClick = BackBtnClick
  1459.   end
  1460.   object PropBtn: TButton
  1461.     Left = 8
  1462.     Top = 374
  1463.     Width = 80
  1464.     Height = 23
  1465.     Caption = 'Properties'
  1466.     Enabled = False
  1467.     TabOrder = 5
  1468.     Visible = False
  1469.   end
  1470.   object lbNotebookCaptions: TListBox
  1471.     Left = 104
  1472.     Top = 375
  1473.     Width = 41
  1474.     Height = 25
  1475.     ItemHeight = 13
  1476.     Items.Strings = (
  1477.       'New track'
  1478.       'Select File for Audio Track'
  1479.       'Select Image'
  1480.       'Volume Properties'
  1481.       'Select Audio Track Source'
  1482.       'DirectAudio'
  1483.       'Select Device'
  1484.       'Add CD track'
  1485.       'Save Tracks'
  1486.       'Add Files and Folders'
  1487.       'New Disc Project'
  1488.       'Finish Disc'
  1489.       'Reading Tracks'
  1490.       'Disc properties')
  1491.     TabOrder = 6
  1492.     Visible = False
  1493.   end
  1494.   object lbPageHints: TListBox
  1495.     Left = 152
  1496.     Top = 375
  1497.     Width = 57
  1498.     Height = 25
  1499.     ItemHeight = 13
  1500.     Items.Strings = (
  1501.       'You can select the type of the new track.'
  1502.       
  1503.         'You can specify the file containing the data audio track(s) of t' +
  1504.         'he CD.'
  1505.       
  1506.         'You can specify the file containing the track data for a data tr' +
  1507.         'ack.'
  1508.       'You can specify options for the data track of the CD.'
  1509.       'You can specify the source for the audio track(s) of the CD.'
  1510.       
  1511.         'You can directly sample data for an audio track from your sound ' +
  1512.         'card.'
  1513.       'You can select the device for reading track data.'
  1514.       'You can add one or more tracks that will be read.'
  1515.       'You can select how the audio date will be stored.'
  1516.       'You can add files and folders to the data track.'
  1517.       'You can specify the name of the project you want to create.'
  1518.       'You can select how you want to proceed.'
  1519.       'The selected track(s) are now read from the CD.'
  1520.       'You can specify the type and size of the destination disc.')
  1521.     TabOrder = 7
  1522.     Visible = False
  1523.   end
  1524.   object WaveOpenDialog2: TOpenDialog
  1525.     Filter = 
  1526.       'Audio files (*.wav;*.mp3)|*.wav;*.mp3|Wave Audio (*.wav)|*.wav|M' +
  1527.       'peg Audio (*.mp3)|*.mp3|All files|*.*'
  1528.     Options = [ofHideReadOnly, ofAllowMultiSelect, ofFileMustExist, ofEnableSizing]
  1529.     Left = 392
  1530.     Top = 335
  1531.   end
  1532.   object IsoOpenDialog: TOpenDialog
  1533.     Filter = 
  1534.       'Images (*.iso;*.mpg;*.mpeg;*.bin;*.img;*.udf;*.hfs)|*.iso;*.mpg;' +
  1535.       '*.mpeg;*.bin;*.img;*.hfs;*.udf|ISO-Image (*.iso)|*.iso|Video Ima' +
  1536.       'ge (*.mpg;*.mpeg)|*.mpg;*.mpeg|HFS Image (*.hfs)|*.hfs|UDF Image' +
  1537.       ' (*.udf)|*.udf|All files (*.*)|*.*'
  1538.     Options = [ofHideReadOnly, ofFileMustExist, ofEnableSizing]
  1539.     Left = 424
  1540.     Top = 335
  1541.   end
  1542.   object WaveSaveDialog: TSaveDialog
  1543.     DefaultExt = 'wav'
  1544.     Filter = 'Wave-Audio|*.wav|All files|*.*'
  1545.     Options = [ofOverwritePrompt, ofHideReadOnly, ofEnableSizing]
  1546.     Title = 'Save new track as...'
  1547.     Left = 472
  1548.     Top = 335
  1549.   end
  1550.   object MMWaveFile1: TMMWaveFile
  1551.     Wave.FileMustExist = False
  1552.     Input = MMRingBuffer1
  1553.     Enabled = False
  1554.     Left = 240
  1555.     Top = 413
  1556.   end
  1557.   object MMConnector1: TMMConnector
  1558.     EnterIdle = False
  1559.     Input = MMWaveIn
  1560.     Output = MMRingBuffer1
  1561.     Level1 = MMLevel1
  1562.     Level2 = MMLevel2
  1563.     Oscope1 = MMOscope1
  1564.     Spectrum1 = MMSpectrum1
  1565.     Left = 160
  1566.     Top = 413
  1567.   end
  1568.   object MMProperties: TMMProperties
  1569.     Title = 'Audio Properties'
  1570.     Left = 376
  1571.     Top = 413
  1572.   end
  1573.   object MMRingBuffer1: TMMRingBuffer
  1574.     Input = MMConnector1
  1575.     Output = MMWaveFile1
  1576.     Left = 200
  1577.     Top = 413
  1578.   end
  1579.   object MMWaveIn: TMMWaveIn
  1580.     OnStart = MMWaveInStart
  1581.     OnStop = MMWaveInStop
  1582.     Output = MMConnector1
  1583.     DeviceID = MapperId
  1584.     Mode = mStereo
  1585.     BitLength = b16Bit
  1586.     SampleRate = 44100
  1587.     TimeFormat = tfMillisecond
  1588.     Left = 120
  1589.     Top = 413
  1590.   end
  1591.   object tmRecordWave: TTimer
  1592.     Enabled = False
  1593.     Interval = 50
  1594.     OnTimer = tmRecordWaveTimer
  1595.     Left = 328
  1596.     Top = 413
  1597.   end
  1598.   object WaveOpenDialog: TMMWaveOpenDialog
  1599.     Filter = 
  1600.       'Audio files (*.wav;*.mp3)|*.wav;*.mp3|Wave Audio (*.wav)|*.wav|M' +
  1601.       'peg Audio (*.mp3)|*.mp3|All files|*.*'
  1602.     Title = 'Open Wave File'
  1603.     Options = [ofHideReadOnly, ofAllowMultiSelect, ofFileMustExist, ofNoNetworkButton, ofEnableSizing]
  1604.     Left = 392
  1605.     Top = 295
  1606.   end
  1607. end
  1608.