home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / Chip_2004-10_cd1.bin / tema / goldwave / gwave506.exe / GoldWave.exe / 0 / RCDATA / TCDREADERFORM / TCDREADERFORM.txt
Text File  |  2003-10-10  |  15KB  |  582 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 = TracksTab
  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.         Anchors = [akRight, akBottom]
  93.         Caption = 'Get Titles...'
  94.         Enabled = False
  95.         TabOrder = 7
  96.         OnClick = GetTitlesClick
  97.       end
  98.       object Album: TEdit
  99.         Left = 46
  100.         Top = 4
  101.         Width = 367
  102.         Height = 21
  103.         MaxLength = 200
  104.         TabOrder = 1
  105.       end
  106.       object AlbumLabel: TStaticText
  107.         Left = 6
  108.         Top = 6
  109.         Width = 36
  110.         Height = 17
  111.         Alignment = taRightJustify
  112.         Caption = 'Album:'
  113.         TabOrder = 0
  114.       end
  115.       object Year: TEdit
  116.         Left = 46
  117.         Top = 31
  118.         Width = 113
  119.         Height = 21
  120.         MaxLength = 100
  121.         TabOrder = 3
  122.       end
  123.       object YearLabel: TStaticText
  124.         Left = 13
  125.         Top = 33
  126.         Width = 29
  127.         Height = 17
  128.         Alignment = taRightJustify
  129.         Caption = 'Year:'
  130.         TabOrder = 2
  131.       end
  132.       object Genre: TEdit
  133.         Left = 278
  134.         Top = 31
  135.         Width = 135
  136.         Height = 21
  137.         MaxLength = 100
  138.         TabOrder = 5
  139.       end
  140.       object GenreLabel: TStaticText
  141.         Left = 238
  142.         Top = 33
  143.         Width = 36
  144.         Height = 17
  145.         Alignment = taRightJustify
  146.         Caption = 'Genre:'
  147.         TabOrder = 4
  148.       end
  149.       object Rename: TButton
  150.         Left = 6
  151.         Top = 273
  152.         Width = 75
  153.         Height = 25
  154.         Action = RenameAction
  155.         TabOrder = 10
  156.       end
  157.     end
  158.     object RangeTab: TTabSheet
  159.       Caption = 'Read Time Range'
  160.       ImageIndex = 1
  161.       object FromLabel: TStaticText
  162.         Left = 100
  163.         Top = 87
  164.         Width = 30
  165.         Height = 17
  166.         Alignment = taRightJustify
  167.         Caption = 'From:'
  168.         TabOrder = 0
  169.       end
  170.       object ToLabel: TStaticText
  171.         Left = 110
  172.         Top = 119
  173.         Width = 20
  174.         Height = 17
  175.         Alignment = taRightJustify
  176.         Caption = 'To:'
  177.         TabOrder = 4
  178.       end
  179.       object LengthLabel: TStaticText
  180.         Left = 90
  181.         Top = 149
  182.         Width = 40
  183.         Height = 17
  184.         Alignment = taRightJustify
  185.         Caption = 'Length:'
  186.         TabOrder = 8
  187.       end
  188.       object Length: TStaticText
  189.         Left = 134
  190.         Top = 149
  191.         Width = 145
  192.         Height = 17
  193.         Alignment = taCenter
  194.         AutoSize = False
  195.         BorderStyle = sbsSunken
  196.         Caption = '00:00:00.000s  (0 MB)  '
  197.         TabOrder = 9
  198.       end
  199.       object SaveRange: TButton
  200.         Left = 168
  201.         Top = 177
  202.         Width = 75
  203.         Height = 25
  204.         Action = SaveRangeAction
  205.         TabOrder = 11
  206.       end
  207.       object From: TTimeBox
  208.         Left = 134
  209.         Top = 85
  210.         Width = 145
  211.         Height = 21
  212.         TabStop = True
  213.         Max = 100
  214.         Decimal = -3
  215.         PageChange = 60
  216.         LineChange = 1
  217.         Label = 'From'
  218.         Buddy = FromBuddy
  219.         DropDownCount = 15
  220.         Enabled = False
  221.         TabOrder = 1
  222.         Text = '0:00.000'
  223.         OnChange = RangeChange
  224.         Format = tttMinutes
  225.         SpaceTerminator = True
  226.         Caption = '0:00.000'
  227.       end
  228.       object To: TTimeBox
  229.         Left = 134
  230.         Top = 117
  231.         Width = 145
  232.         Height = 21
  233.         TabStop = True
  234.         Max = 100
  235.         Decimal = -3
  236.         PageChange = 60
  237.         LineChange = 1
  238.         Label = 'To'
  239.         Buddy = ToBuddy
  240.         DropDownCount = 15
  241.         Enabled = False
  242.         TabOrder = 5
  243.         Text = '0:00.000'
  244.         OnChange = RangeChange
  245.         Format = tttMinutes
  246.         SpaceTerminator = True
  247.         Caption = '0:00.000'
  248.       end
  249.       object FromBuddy: TBuddyUpDown
  250.         Left = 279
  251.         Top = 85
  252.         Width = 15
  253.         Height = 21
  254.         Associate = From
  255.         TabOrder = 2
  256.       end
  257.       object ToBuddy: TBuddyUpDown
  258.         Left = 279
  259.         Top = 117
  260.         Width = 15
  261.         Height = 21
  262.         Associate = To
  263.         TabOrder = 7
  264.       end
  265.       object PreviewFrom: TBitton
  266.         Left = 301
  267.         Top = 85
  268.         Width = 28
  269.         Height = 18
  270.         Hint = 'Preview "From" setting'
  271.         Image.Data = {
  272.           06010000424D06010000000000007600000028000000160000000C0000000100
  273.           0400000000009000000000000000000000001000000000000000000000000000
  274.           8000008000000080800080000000800080008080000080808000C0C0C0000000
  275.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  276.           8888888888008888887FF8888888888888008888887AAFF88888888888008888
  277.           887AAAAFF888888888008888887AAAAAAFF8888888008888887AAAAAAAAF8888
  278.           88008888887AAAAAAA77888888008888887AAAAA7778888888008888887AAA77
  279.           7888888888008888887A77788888888888008888887778888888888888008888
  280.           88888888888888888800}
  281.         FocusAllowed = True
  282.         Anchors = [akRight, akBottom]
  283.         Caption = 'Preview From'
  284.         ParentShowHint = False
  285.         ShowHint = True
  286.         OnClick = PreviewClick
  287.         TabStop = True
  288.         TabOrder = 3
  289.       end
  290.       object PreviewStop: TBitton
  291.         Left = 301
  292.         Top = 147
  293.         Width = 28
  294.         Height = 18
  295.         Hint = 'Stop preview'
  296.         Image.Data = {
  297.           06010000424D06010000000000007600000028000000160000000C0000000100
  298.           0400000000009000000000000000000000001000000000000000000000000000
  299.           8000008000000080800080000000800080008080000080808000C0C0C0000000
  300.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  301.           88888888880088888888888888888888880088888887FFFFFFFF888888008888
  302.           8887CCCCCCCF8888880088888887CCCCCCCF8888880088888887CCCCCCCF8888
  303.           880088888887CCCCCCCF8888880088888887CCCCCCCF8888880088888887CCCC
  304.           CCCF88888800888888877777777F888888008888888888888888888888008888
  305.           88888888888888888800}
  306.         FocusAllowed = True
  307.         Anchors = [akRight, akBottom]
  308.         Caption = 'Stop Preview'
  309.         ParentShowHint = False
  310.         ShowHint = True
  311.         OnClick = PreviewStopClick
  312.         TabStop = True
  313.         TabOrder = 10
  314.       end
  315.       object PreviewTo: TBitton
  316.         Left = 301
  317.         Top = 117
  318.         Width = 28
  319.         Height = 18
  320.         Hint = 'Preview "To" setting'
  321.         Image.Data = {
  322.           06010000424D06010000000000007600000028000000160000000C0000000100
  323.           0400000000009000000000000000000000001000000000000000000000000000
  324.           8000008000000080800080000000800080008080000080808000C0C0C0000000
  325.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  326.           8888888888008888887FF8888888888888008888887AAFF88888888888008888
  327.           887AAAAFF888888888008888887AAAAAAFF8888888008888887AAAAAAAAF8888
  328.           88008888887AAAAAAA77888888008888887AAAAA7778888888008888887AAA77
  329.           7888888888008888887A77788888888888008888887778888888888888008888
  330.           88888888888888888800}
  331.         FocusAllowed = True
  332.         Anchors = [akRight, akBottom]
  333.         Caption = 'Preview To'
  334.         ParentShowHint = False
  335.         ShowHint = True
  336.         OnClick = PreviewClick
  337.         TabStop = True
  338.         TabOrder = 6
  339.       end
  340.     end
  341.     object OptionsTab: TTabSheet
  342.       Caption = 'Options'
  343.       ImageIndex = 2
  344.       object InterfaceBox: TGroupBox
  345.         Left = 248
  346.         Top = 3
  347.         Width = 165
  348.         Height = 61
  349.         Caption = ' Device interface '
  350.         TabOrder = 1
  351.         object Aspi: TRadioButton
  352.           Left = 10
  353.           Top = 16
  354.           Width = 147
  355.           Height = 17
  356.           Caption = 'ASPI'
  357.           TabOrder = 0
  358.           TabStop = True
  359.           OnClick = AspiClick
  360.         end
  361.         object Spti: TRadioButton
  362.           Left = 10
  363.           Top = 36
  364.           Width = 147
  365.           Height = 17
  366.           Caption = 'SPTI (Windows 2000/XP)'
  367.           Checked = True
  368.           TabOrder = 1
  369.           TabStop = True
  370.           OnClick = SptiClick
  371.         end
  372.       end
  373.       object CDReadingOptionsBox: TGroupBox
  374.         Left = 5
  375.         Top = 3
  376.         Width = 233
  377.         Height = 126
  378.         Caption = ' CD reading options '
  379.         TabOrder = 0
  380.         object SectorsReadLabel: TStaticText
  381.           Left = 15
  382.           Top = 18
  383.           Width = 135
  384.           Height = 17
  385.           Alignment = taRightJustify
  386.           Caption = 'Number of sectors per read:'
  387.           TabOrder = 0
  388.         end
  389.         object SectorsRead: TNumEdit
  390.           Left = 154
  391.           Top = 16
  392.           Width = 51
  393.           Height = 21
  394.           TabStop = True
  395.           Value = 6
  396.           Min = 6
  397.           Max = 27
  398.           PageChange = 10
  399.           LineChange = 1
  400.           Label = 'sectors per read'
  401.           Buddy = SectorsReadBuddy
  402.           Caption = '1'
  403.           Enabled = False
  404.           TabOrder = 1
  405.           MaxLength = 7
  406.           OnChange = SectorsReadChange
  407.         end
  408.         object SectorsReadBuddy: TBuddyUpDown
  409.           Left = 205
  410.           Top = 16
  411.           Width = 15
  412.           Height = 21
  413.           Associate = SectorsRead
  414.           Enabled = False
  415.           TabOrder = 2
  416.         end
  417.         object SectorsOverlapBuddy: TBuddyUpDown
  418.           Left = 205
  419.           Top = 44
  420.           Width = 15
  421.           Height = 21
  422.           Associate = SectorsOverlap
  423.           Enabled = False
  424.           TabOrder = 5
  425.         end
  426.         object SectorsOverlap: TNumEdit
  427.           Left = 154
  428.           Top = 44
  429.           Width = 51
  430.           Height = 21
  431.           TabStop = True
  432.           Value = 1
  433.           Max = 25
  434.           PageChange = 10
  435.           LineChange = 1
  436.           Label = 'sectors to overlap'
  437.           Buddy = SectorsOverlapBuddy
  438.           Caption = '1'
  439.           Enabled = False
  440.           TabOrder = 4
  441.           MaxLength = 7
  442.         end
  443.         object SectorsOverlapLabel: TStaticText
  444.           Left = 7
  445.           Top = 48
  446.           Width = 143
  447.           Height = 17
  448.           Alignment = taRightJustify
  449.           Caption = 'Number of sectors to overlap:'
  450.           TabOrder = 3
  451.         end
  452.         object SpeedLabel: TStaticText
  453.           Left = 52
  454.           Top = 74
  455.           Width = 98
  456.           Height = 17
  457.           Alignment = taRightJustify
  458.           Caption = 'Read speed (kBps):'
  459.           TabOrder = 6
  460.         end
  461.         object Speed: TNumEdit
  462.           Left = 154
  463.           Top = 72
  464.           Width = 51
  465.           Height = 21
  466.           TabStop = True
  467.           Value = 50
  468.           Min = 50
  469.           Max = 65535
  470.           PageChange = 10
  471.           LineChange = 50
  472.           Label = 'speed'
  473.           Buddy = SpeedBuddy
  474.           Caption = '1'
  475.           Enabled = False
  476.           TabOrder = 7
  477.           MaxLength = 7
  478.         end
  479.         object SpeedBuddy: TBuddyUpDown
  480.           Left = 205
  481.           Top = 72
  482.           Width = 15
  483.           Height = 21
  484.           Associate = Speed
  485.           Enabled = False
  486.           Increment = 50
  487.           TabOrder = 8
  488.         end
  489.         object Swap: TCheckBox
  490.           Left = 11
  491.           Top = 99
  492.           Width = 203
  493.           Height = 17
  494.           Caption = 'Swap bytes (fixes heavy static noise)'
  495.           TabOrder = 9
  496.         end
  497.       end
  498.       object CDDatabaseBox: TGroupBox
  499.         Left = 5
  500.         Top = 135
  501.         Width = 233
  502.         Height = 74
  503.         Caption = ' CD database options '
  504.         TabOrder = 2
  505.         object AutoTitle: TCheckBox
  506.           Left = 52
  507.           Top = 46
  508.           Width = 171
  509.           Height = 17
  510.           Caption = 'Automatically download titles'
  511.           TabOrder = 2
  512.         end
  513.         object ServerLabel: TStaticText
  514.           Left = 10
  515.           Top = 20
  516.           Width = 38
  517.           Height = 17
  518.           Alignment = taRightJustify
  519.           Caption = 'Server:'
  520.           TabOrder = 0
  521.         end
  522.         object Server: TEdit
  523.           Left = 52
  524.           Top = 18
  525.           Width = 168
  526.           Height = 21
  527.           MaxLength = 260
  528.           TabOrder = 1
  529.           Text = 'freedb.freedb.org'
  530.         end
  531.       end
  532.     end
  533.   end
  534.   object DeviceLabel: TStaticText [3]
  535.     Left = 50
  536.     Top = 9
  537.     Width = 90
  538.     Height = 17
  539.     Alignment = taRightJustify
  540.     Caption = 'Select CD device:'
  541.     TabOrder = 0
  542.   end
  543.   object Device: TComboBox [4]
  544.     Left = 145
  545.     Top = 7
  546.     Width = 245
  547.     Height = 21
  548.     Style = csDropDownList
  549.     ItemHeight = 13
  550.     TabOrder = 1
  551.     OnChange = DeviceChange
  552.   end
  553.   inherited ButtonCancel: TButton [5]
  554.     Left = 278
  555.     Top = 375
  556.     Cancel = False
  557.     Caption = 'Close'
  558.     ModalResult = 0
  559.     TabOrder = 3
  560.     OnClick = ButtonCancelClick
  561.   end
  562.   object ActionList: TActionList
  563.     Left = 8
  564.     Top = 372
  565.     object SaveTracksAction: TAction
  566.       Caption = 'Save...'
  567.       OnExecute = SaveTracksExecute
  568.       OnUpdate = SaveTracksEnable
  569.     end
  570.     object SaveRangeAction: TAction
  571.       Caption = 'Save...'
  572.       OnExecute = SaveRangeExecute
  573.       OnUpdate = SaveRangeEnable
  574.     end
  575.     object RenameAction: TAction
  576.       Caption = '&Rename'
  577.       OnExecute = RenameExecute
  578.       OnUpdate = RenameEnable
  579.     end
  580.   end
  581. end
  582.