home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Shareware / Multimedia / goldwave / gwave509.exe / GoldWave.exe / 0 / RCDATA / TCDREADERFORM / TCDREADERFORM.txt
Text File  |  2005-01-25  |  17KB  |  636 lines

  1. inherited CDReaderForm: TCDReaderForm
  2.   Top = 187
  3.   Caption = 'CD Reader'
  4.   ClientHeight = 405
  5.   ClientWidth = 441
  6.   PixelsPerInch = 96
  7.   TextHeight = 13
  8.   inherited ButtonOk: TButton
  9.     Left = 278
  10.     Top = 375
  11.     Default = False
  12.     Enabled = False
  13.     TabOrder = 5
  14.     Visible = False
  15.   end
  16.   inherited ButtonHelp: THelpButton [1]
  17.     Left = 358
  18.     Top = 375
  19.     TabOrder = 4
  20.     HelpKey = 'tool_cdreader'
  21.   end
  22.   object PageControl: TPageControl [2]
  23.     Left = 6
  24.     Top = 36
  25.     Width = 427
  26.     Height = 331
  27.     ActivePage = OptionsTab
  28.     MultiLine = True
  29.     TabOrder = 2
  30.     OnChanging = VerifyPageChange
  31.     object TracksTab: TTabSheet
  32.       Caption = 'Read Tracks'
  33.       object TrackList: TListView
  34.         Left = 6
  35.         Top = 58
  36.         Width = 406
  37.         Height = 207
  38.         Checkboxes = True
  39.         Columns = <
  40.           item
  41.             AutoSize = True
  42.             Caption = 'Title'
  43.             MaxWidth = 242
  44.             MinWidth = 50
  45.           end
  46.           item
  47.             Alignment = taRightJustify
  48.             Caption = 'Start Time'
  49.             MaxWidth = 70
  50.             MinWidth = 70
  51.             Width = 70
  52.           end
  53.           item
  54.             Alignment = taRightJustify
  55.             Caption = 'Length'
  56.             MaxWidth = 70
  57.             MinWidth = 70
  58.             Width = 70
  59.           end>
  60.         ColumnClick = False
  61.         HideSelection = False
  62.         RowSelect = True
  63.         TabOrder = 6
  64.         ViewStyle = vsReport
  65.         OnEdited = TrackListEdited
  66.       end
  67.       object SelectAll: TButton
  68.         Left = 258
  69.         Top = 273
  70.         Width = 75
  71.         Height = 25
  72.         Anchors = [akRight, akBottom]
  73.         Caption = 'Select All'
  74.         Enabled = False
  75.         TabOrder = 8
  76.         OnClick = SelectAllClick
  77.       end
  78.       object SaveTracks: TButton
  79.         Left = 338
  80.         Top = 273
  81.         Width = 75
  82.         Height = 25
  83.         Action = SaveTracksAction
  84.         Anchors = [akRight, akBottom]
  85.         TabOrder = 9
  86.       end
  87.       object GetTitles: TButton
  88.         Left = 178
  89.         Top = 273
  90.         Width = 75
  91.         Height = 25
  92.         Hint = 'Download track titles from the Internet'
  93.         Anchors = [akRight, akBottom]
  94.         Caption = 'Get Titles...'
  95.         Enabled = False
  96.         ParentShowHint = False
  97.         ShowHint = True
  98.         TabOrder = 7
  99.         OnClick = GetTitlesClick
  100.       end
  101.       object Album: TEdit
  102.         Left = 46
  103.         Top = 4
  104.         Width = 367
  105.         Height = 21
  106.         MaxLength = 200
  107.         TabOrder = 1
  108.         OnChange = InformationChanged
  109.       end
  110.       object AlbumLabel: TStaticText
  111.         Left = 6
  112.         Top = 6
  113.         Width = 36
  114.         Height = 17
  115.         Alignment = taRightJustify
  116.         Caption = 'Album:'
  117.         TabOrder = 0
  118.       end
  119.       object Year: TEdit
  120.         Left = 46
  121.         Top = 31
  122.         Width = 113
  123.         Height = 21
  124.         MaxLength = 100
  125.         TabOrder = 3
  126.         OnChange = InformationChanged
  127.       end
  128.       object YearLabel: TStaticText
  129.         Left = 13
  130.         Top = 33
  131.         Width = 29
  132.         Height = 17
  133.         Alignment = taRightJustify
  134.         Caption = 'Year:'
  135.         TabOrder = 2
  136.       end
  137.       object Genre: TEdit
  138.         Left = 278
  139.         Top = 31
  140.         Width = 135
  141.         Height = 21
  142.         MaxLength = 100
  143.         TabOrder = 5
  144.         OnChange = InformationChanged
  145.       end
  146.       object GenreLabel: TStaticText
  147.         Left = 238
  148.         Top = 33
  149.         Width = 36
  150.         Height = 17
  151.         Alignment = taRightJustify
  152.         Caption = 'Genre:'
  153.         TabOrder = 4
  154.       end
  155.       object Rename: TButton
  156.         Left = 36
  157.         Top = 273
  158.         Width = 75
  159.         Height = 25
  160.         Action = RenameAction
  161.         TabOrder = 10
  162.       end
  163.       object SaveTitles: TBitton
  164.         Left = 6
  165.         Top = 273
  166.         Width = 25
  167.         Height = 25
  168.         Image.Data = {
  169.           F6000000424DF600000000000000760000002800000010000000100000000100
  170.           0400000000008000000000000000000000001000000000000000000000000000
  171.           8000008000000080800080000000800080008080000080808000C0C0C0000000
  172.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  173.           8888880000000000000880330000008803088033000000880308803300000088
  174.           0308803300000000030880333333333333088033000000003308803088888888
  175.           0308803088888888030880308888888803088030888888880308803088888888
  176.           0008803088888888080880000000000000088888888888888888}
  177.         Action = SaveTitlesAction
  178.         ParentShowHint = False
  179.         ShowHint = True
  180.         TabOrder = 11
  181.       end
  182.     end
  183.     object RangeTab: TTabSheet
  184.       Caption = 'Read Time Range'
  185.       ImageIndex = 1
  186.       object FromLabel: TStaticText
  187.         Left = 100
  188.         Top = 87
  189.         Width = 30
  190.         Height = 17
  191.         Alignment = taRightJustify
  192.         Caption = 'From:'
  193.         TabOrder = 0
  194.       end
  195.       object ToLabel: TStaticText
  196.         Left = 110
  197.         Top = 119
  198.         Width = 20
  199.         Height = 17
  200.         Alignment = taRightJustify
  201.         Caption = 'To:'
  202.         TabOrder = 4
  203.       end
  204.       object LengthLabel: TStaticText
  205.         Left = 90
  206.         Top = 149
  207.         Width = 40
  208.         Height = 17
  209.         Alignment = taRightJustify
  210.         Caption = 'Length:'
  211.         TabOrder = 8
  212.       end
  213.       object Length: TStaticText
  214.         Left = 134
  215.         Top = 149
  216.         Width = 145
  217.         Height = 17
  218.         Alignment = taCenter
  219.         AutoSize = False
  220.         BorderStyle = sbsSunken
  221.         Caption = '00:00:00.000s  (0 MB)  '
  222.         TabOrder = 9
  223.       end
  224.       object SaveRange: TButton
  225.         Left = 168
  226.         Top = 177
  227.         Width = 75
  228.         Height = 25
  229.         Action = SaveRangeAction
  230.         TabOrder = 11
  231.       end
  232.       object From: TTimeBox
  233.         Left = 134
  234.         Top = 85
  235.         Width = 145
  236.         Height = 21
  237.         TabStop = True
  238.         Max = 100
  239.         Decimal = -3
  240.         PageChange = 60
  241.         LineChange = 1
  242.         Label = 'From'
  243.         Buddy = FromBuddy
  244.         DropDownCount = 15
  245.         Enabled = False
  246.         TabOrder = 1
  247.         Text = '0:00.000'
  248.         OnChange = RangeChange
  249.         Format = tttMinutes
  250.         SpaceTerminator = True
  251.         Caption = '0:00.000'
  252.       end
  253.       object To: TTimeBox
  254.         Left = 134
  255.         Top = 117
  256.         Width = 145
  257.         Height = 21
  258.         TabStop = True
  259.         Max = 100
  260.         Decimal = -3
  261.         PageChange = 60
  262.         LineChange = 1
  263.         Label = 'To'
  264.         Buddy = ToBuddy
  265.         DropDownCount = 15
  266.         Enabled = False
  267.         TabOrder = 5
  268.         Text = '0:00.000'
  269.         OnChange = RangeChange
  270.         Format = tttMinutes
  271.         SpaceTerminator = True
  272.         Caption = '0:00.000'
  273.       end
  274.       object FromBuddy: TBuddyUpDown
  275.         Left = 279
  276.         Top = 85
  277.         Width = 15
  278.         Height = 21
  279.         Associate = From
  280.         TabOrder = 2
  281.       end
  282.       object ToBuddy: TBuddyUpDown
  283.         Left = 279
  284.         Top = 117
  285.         Width = 15
  286.         Height = 21
  287.         Associate = To
  288.         TabOrder = 7
  289.       end
  290.       object PreviewFrom: TBitton
  291.         Left = 301
  292.         Top = 85
  293.         Width = 28
  294.         Height = 18
  295.         Hint = 'Preview "From" setting'
  296.         Image.Data = {
  297.           06010000424D06010000000000007600000028000000160000000C0000000100
  298.           0400000000009000000000000000000000001000000000000000000000000000
  299.           8000008000000080800080000000800080008080000080808000C0C0C0000000
  300.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  301.           8888888888008888887FF8888888888888008888887AAFF88888888888008888
  302.           887AAAAFF888888888008888887AAAAAAFF8888888008888887AAAAAAAAF8888
  303.           88008888887AAAAAAA77888888008888887AAAAA7778888888008888887AAA77
  304.           7888888888008888887A77788888888888008888887778888888888888008888
  305.           88888888888888888800}
  306.         FocusAllowed = True
  307.         Anchors = [akRight, akBottom]
  308.         Caption = 'Preview From'
  309.         ParentShowHint = False
  310.         ShowHint = True
  311.         OnClick = PreviewClick
  312.         TabStop = True
  313.         TabOrder = 3
  314.       end
  315.       object PreviewStop: TBitton
  316.         Left = 301
  317.         Top = 147
  318.         Width = 28
  319.         Height = 18
  320.         Hint = 'Stop preview'
  321.         Image.Data = {
  322.           06010000424D06010000000000007600000028000000160000000C0000000100
  323.           0400000000009000000000000000000000001000000000000000000000000000
  324.           8000008000000080800080000000800080008080000080808000C0C0C0000000
  325.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  326.           88888888880088888888888888888888880088888887FFFFFFFF888888008888
  327.           8887CCCCCCCF8888880088888887CCCCCCCF8888880088888887CCCCCCCF8888
  328.           880088888887CCCCCCCF8888880088888887CCCCCCCF8888880088888887CCCC
  329.           CCCF88888800888888877777777F888888008888888888888888888888008888
  330.           88888888888888888800}
  331.         FocusAllowed = True
  332.         Anchors = [akRight, akBottom]
  333.         Caption = 'Stop Preview'
  334.         ParentShowHint = False
  335.         ShowHint = True
  336.         OnClick = PreviewStopClick
  337.         TabStop = True
  338.         TabOrder = 10
  339.       end
  340.       object PreviewTo: TBitton
  341.         Left = 301
  342.         Top = 117
  343.         Width = 28
  344.         Height = 18
  345.         Hint = 'Preview "To" setting'
  346.         Image.Data = {
  347.           06010000424D06010000000000007600000028000000160000000C0000000100
  348.           0400000000009000000000000000000000001000000000000000000000000000
  349.           8000008000000080800080000000800080008080000080808000C0C0C0000000
  350.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  351.           8888888888008888887FF8888888888888008888887AAFF88888888888008888
  352.           887AAAAFF888888888008888887AAAAAAFF8888888008888887AAAAAAAAF8888
  353.           88008888887AAAAAAA77888888008888887AAAAA7778888888008888887AAA77
  354.           7888888888008888887A77788888888888008888887778888888888888008888
  355.           88888888888888888800}
  356.         FocusAllowed = True
  357.         Anchors = [akRight, akBottom]
  358.         Caption = 'Preview To'
  359.         ParentShowHint = False
  360.         ShowHint = True
  361.         OnClick = PreviewClick
  362.         TabStop = True
  363.         TabOrder = 6
  364.       end
  365.     end
  366.     object OptionsTab: TTabSheet
  367.       Caption = 'Options'
  368.       ImageIndex = 2
  369.       object InterfaceBox: TGroupBox
  370.         Left = 248
  371.         Top = 3
  372.         Width = 165
  373.         Height = 61
  374.         Caption = ' Device interface '
  375.         TabOrder = 1
  376.         object Aspi: TRadioButton
  377.           Left = 10
  378.           Top = 16
  379.           Width = 147
  380.           Height = 17
  381.           Caption = 'ASPI'
  382.           TabOrder = 0
  383.           TabStop = True
  384.           OnClick = AspiClick
  385.         end
  386.         object Spti: TRadioButton
  387.           Left = 10
  388.           Top = 36
  389.           Width = 147
  390.           Height = 17
  391.           Caption = 'SPTI (Windows 2000/XP)'
  392.           Checked = True
  393.           TabOrder = 1
  394.           TabStop = True
  395.           OnClick = SptiClick
  396.         end
  397.       end
  398.       object CDReadingOptionsBox: TGroupBox
  399.         Left = 5
  400.         Top = 3
  401.         Width = 233
  402.         Height = 126
  403.         Caption = ' CD reading options '
  404.         TabOrder = 0
  405.         object SectorsReadLabel: TStaticText
  406.           Left = 15
  407.           Top = 18
  408.           Width = 135
  409.           Height = 17
  410.           Alignment = taRightJustify
  411.           Caption = 'Number of sectors per read:'
  412.           TabOrder = 0
  413.         end
  414.         object SectorsRead: TNumEdit
  415.           Left = 154
  416.           Top = 16
  417.           Width = 51
  418.           Height = 21
  419.           TabStop = True
  420.           Value = 6
  421.           Min = 6
  422.           Max = 27
  423.           PageChange = 10
  424.           LineChange = 1
  425.           Label = 'sectors per read'
  426.           Buddy = SectorsReadBuddy
  427.           Caption = '1'
  428.           Enabled = False
  429.           TabOrder = 1
  430.           MaxLength = 7
  431.           OnChange = SectorsReadChange
  432.         end
  433.         object SectorsReadBuddy: TBuddyUpDown
  434.           Left = 205
  435.           Top = 16
  436.           Width = 15
  437.           Height = 21
  438.           Associate = SectorsRead
  439.           Enabled = False
  440.           TabOrder = 2
  441.         end
  442.         object SectorsOverlapBuddy: TBuddyUpDown
  443.           Left = 205
  444.           Top = 44
  445.           Width = 15
  446.           Height = 21
  447.           Associate = SectorsOverlap
  448.           Enabled = False
  449.           TabOrder = 5
  450.         end
  451.         object SectorsOverlap: TNumEdit
  452.           Left = 154
  453.           Top = 44
  454.           Width = 51
  455.           Height = 21
  456.           TabStop = True
  457.           Value = 1
  458.           Max = 25
  459.           PageChange = 10
  460.           LineChange = 1
  461.           Label = 'sectors to overlap'
  462.           Buddy = SectorsOverlapBuddy
  463.           Caption = '1'
  464.           Enabled = False
  465.           TabOrder = 4
  466.           MaxLength = 7
  467.         end
  468.         object SectorsOverlapLabel: TStaticText
  469.           Left = 7
  470.           Top = 48
  471.           Width = 143
  472.           Height = 17
  473.           Alignment = taRightJustify
  474.           Caption = 'Number of sectors to overlap:'
  475.           TabOrder = 3
  476.         end
  477.         object SpeedLabel: TStaticText
  478.           Left = 52
  479.           Top = 74
  480.           Width = 98
  481.           Height = 17
  482.           Alignment = taRightJustify
  483.           Caption = 'Read speed (kBps):'
  484.           TabOrder = 6
  485.         end
  486.         object Speed: TNumEdit
  487.           Left = 154
  488.           Top = 72
  489.           Width = 51
  490.           Height = 21
  491.           TabStop = True
  492.           Value = 50
  493.           Min = 50
  494.           Max = 65535
  495.           PageChange = 10
  496.           LineChange = 50
  497.           Label = 'speed'
  498.           Buddy = SpeedBuddy
  499.           Caption = '1'
  500.           Enabled = False
  501.           TabOrder = 7
  502.           MaxLength = 7
  503.         end
  504.         object SpeedBuddy: TBuddyUpDown
  505.           Left = 205
  506.           Top = 72
  507.           Width = 15
  508.           Height = 21
  509.           Associate = Speed
  510.           Enabled = False
  511.           Increment = 50
  512.           TabOrder = 8
  513.         end
  514.         object Swap: TCheckBox
  515.           Left = 10
  516.           Top = 99
  517.           Width = 203
  518.           Height = 17
  519.           Caption = 'Swap bytes (fixes heavy static noise)'
  520.           TabOrder = 9
  521.         end
  522.       end
  523.       object CDDatabaseBox: TGroupBox
  524.         Left = 5
  525.         Top = 135
  526.         Width = 233
  527.         Height = 92
  528.         Caption = ' CD database options '
  529.         TabOrder = 2
  530.         object AutoTitle: TCheckBox
  531.           Left = 10
  532.           Top = 46
  533.           Width = 171
  534.           Height = 17
  535.           Caption = 'Automatically download titles'
  536.           TabOrder = 2
  537.         end
  538.         object ServerLabel: TStaticText
  539.           Left = 6
  540.           Top = 20
  541.           Width = 38
  542.           Height = 17
  543.           Alignment = taRightJustify
  544.           Caption = 'Server:'
  545.           TabOrder = 0
  546.         end
  547.         object Url: TEdit
  548.           Left = 48
  549.           Top = 18
  550.           Width = 177
  551.           Height = 21
  552.           MaxLength = 260
  553.           TabOrder = 1
  554.           Text = 'freedb.freedb.org/~cddb/cddb.cgi'
  555.         end
  556.         object PrefixTrack: TCheckBox
  557.           Left = 10
  558.           Top = 66
  559.           Width = 167
  560.           Height = 17
  561.           Caption = 'Prefix track number in title'
  562.           TabOrder = 3
  563.         end
  564.       end
  565.       object GroupBox1: TGroupBox
  566.         Left = 248
  567.         Top = 70
  568.         Width = 165
  569.         Height = 43
  570.         Caption = ' Editing '
  571.         TabOrder = 3
  572.         object OpenFiles: TCheckBox
  573.           Left = 10
  574.           Top = 17
  575.           Width = 151
  576.           Height = 17
  577.           Caption = 'Open track files for editing'
  578.           TabOrder = 0
  579.         end
  580.       end
  581.     end
  582.   end
  583.   object DeviceLabel: TStaticText [3]
  584.     Left = 50
  585.     Top = 9
  586.     Width = 90
  587.     Height = 17
  588.     Alignment = taRightJustify
  589.     Caption = 'Select CD device:'
  590.     TabOrder = 0
  591.   end
  592.   object Device: TComboBox [4]
  593.     Left = 145
  594.     Top = 7
  595.     Width = 245
  596.     Height = 21
  597.     Style = csDropDownList
  598.     ItemHeight = 13
  599.     TabOrder = 1
  600.     OnChange = DeviceChange
  601.   end
  602.   inherited ButtonCancel: TButton [5]
  603.     Left = 278
  604.     Top = 375
  605.     Caption = 'Close'
  606.     ModalResult = 0
  607.     TabOrder = 3
  608.     OnClick = ButtonCancelClick
  609.   end
  610.   object ActionList: TActionList
  611.     Left = 8
  612.     Top = 372
  613.     object SaveTracksAction: TAction
  614.       Caption = 'Save...'
  615.       OnExecute = SaveTracksExecute
  616.       OnUpdate = SaveTracksEnable
  617.     end
  618.     object SaveRangeAction: TAction
  619.       Caption = 'Save...'
  620.       OnExecute = SaveRangeExecute
  621.       OnUpdate = SaveRangeEnable
  622.     end
  623.     object RenameAction: TAction
  624.       Caption = '&Rename'
  625.       OnExecute = RenameExecute
  626.       OnUpdate = RenameEnable
  627.     end
  628.     object SaveTitlesAction: TAction
  629.       Caption = 'Save Titles'
  630.       Hint = 'Saves disc information and track names offline'
  631.       OnExecute = SaveTitlesActionExecute
  632.       OnUpdate = SaveTitlesActionUpdate
  633.     end
  634.   end
  635. end
  636.