home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April (Special) / Chip-Special_2003-04_Vypalujeme-cd-i-dvd.bin / soft / goldwave / gwave503.exe / GoldWave.exe / 0 / RCDATA / TCDREADERFORM / TCDREADERFORM.txt
Encoding:
Text File  |  2003-03-28  |  14.4 KB  |  580 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 = 14
  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 = 239
  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 = 101
  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 = 111
  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 = 91
  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.         Caption = '0:00.000'
  226.       end
  227.       object To: TTimeBox
  228.         Left = 134
  229.         Top = 117
  230.         Width = 145
  231.         Height = 21
  232.         TabStop = True
  233.         Max = 100
  234.         Decimal = -3
  235.         PageChange = 60
  236.         LineChange = 1
  237.         Label = 'To'
  238.         Buddy = ToBuddy
  239.         DropDownCount = 15
  240.         Enabled = False
  241.         TabOrder = 5
  242.         Text = '0:00.000'
  243.         OnChange = RangeChange
  244.         Format = tttMinutes
  245.         Caption = '0:00.000'
  246.       end
  247.       object FromBuddy: TBuddyUpDown
  248.         Left = 279
  249.         Top = 85
  250.         Width = 15
  251.         Height = 21
  252.         Associate = From
  253.         TabOrder = 2
  254.       end
  255.       object ToBuddy: TBuddyUpDown
  256.         Left = 279
  257.         Top = 117
  258.         Width = 15
  259.         Height = 21
  260.         Associate = To
  261.         TabOrder = 7
  262.       end
  263.       object PreviewFrom: TBitton
  264.         Left = 301
  265.         Top = 85
  266.         Width = 28
  267.         Height = 18
  268.         Hint = 'Preview "From" setting'
  269.         Image.Data = {
  270.           06010000424D06010000000000007600000028000000160000000C0000000100
  271.           0400000000009000000000000000000000001000000000000000000000000000
  272.           8000008000000080800080000000800080008080000080808000C0C0C0000000
  273.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  274.           8888888888008888887FF8888888888888008888887AAFF88888888888008888
  275.           887AAAAFF888888888008888887AAAAAAFF8888888008888887AAAAAAAAF8888
  276.           88008888887AAAAAAA77888888008888887AAAAA7778888888008888887AAA77
  277.           7888888888008888887A77788888888888008888887778888888888888008888
  278.           88888888888888888800}
  279.         FocusAllowed = True
  280.         Anchors = [akRight, akBottom]
  281.         Caption = 'Preview From'
  282.         ParentShowHint = False
  283.         ShowHint = True
  284.         OnClick = PreviewClick
  285.         TabStop = True
  286.         TabOrder = 3
  287.       end
  288.       object PreviewStop: TBitton
  289.         Left = 301
  290.         Top = 147
  291.         Width = 28
  292.         Height = 18
  293.         Hint = 'Stop preview'
  294.         Image.Data = {
  295.           06010000424D06010000000000007600000028000000160000000C0000000100
  296.           0400000000009000000000000000000000001000000000000000000000000000
  297.           8000008000000080800080000000800080008080000080808000C0C0C0000000
  298.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  299.           88888888880088888888888888888888880088888887FFFFFFFF888888008888
  300.           8887CCCCCCCF8888880088888887CCCCCCCF8888880088888887CCCCCCCF8888
  301.           880088888887CCCCCCCF8888880088888887CCCCCCCF8888880088888887CCCC
  302.           CCCF88888800888888877777777F888888008888888888888888888888008888
  303.           88888888888888888800}
  304.         FocusAllowed = True
  305.         Anchors = [akRight, akBottom]
  306.         Caption = 'Stop Preview'
  307.         ParentShowHint = False
  308.         ShowHint = True
  309.         OnClick = PreviewStopClick
  310.         TabStop = True
  311.         TabOrder = 10
  312.       end
  313.       object PreviewTo: TBitton
  314.         Left = 301
  315.         Top = 117
  316.         Width = 28
  317.         Height = 18
  318.         Hint = 'Preview "To" setting'
  319.         Image.Data = {
  320.           06010000424D06010000000000007600000028000000160000000C0000000100
  321.           0400000000009000000000000000000000001000000000000000000000000000
  322.           8000008000000080800080000000800080008080000080808000C0C0C0000000
  323.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  324.           8888888888008888887FF8888888888888008888887AAFF88888888888008888
  325.           887AAAAFF888888888008888887AAAAAAFF8888888008888887AAAAAAAAF8888
  326.           88008888887AAAAAAA77888888008888887AAAAA7778888888008888887AAA77
  327.           7888888888008888887A77788888888888008888887778888888888888008888
  328.           88888888888888888800}
  329.         FocusAllowed = True
  330.         Anchors = [akRight, akBottom]
  331.         Caption = 'Preview To'
  332.         ParentShowHint = False
  333.         ShowHint = True
  334.         OnClick = PreviewClick
  335.         TabStop = True
  336.         TabOrder = 6
  337.       end
  338.     end
  339.     object OptionsTab: TTabSheet
  340.       Caption = 'Options'
  341.       ImageIndex = 2
  342.       object InterfaceBox: TGroupBox
  343.         Left = 248
  344.         Top = 3
  345.         Width = 165
  346.         Height = 61
  347.         Caption = ' Device interface '
  348.         TabOrder = 1
  349.         object Aspi: TRadioButton
  350.           Left = 10
  351.           Top = 16
  352.           Width = 147
  353.           Height = 17
  354.           Caption = 'ASPI'
  355.           TabOrder = 0
  356.           TabStop = True
  357.           OnClick = AspiClick
  358.         end
  359.         object Spti: TRadioButton
  360.           Left = 10
  361.           Top = 36
  362.           Width = 147
  363.           Height = 17
  364.           Caption = 'SPTI (Windows 2000/XP)'
  365.           Checked = True
  366.           TabOrder = 1
  367.           TabStop = True
  368.           OnClick = SptiClick
  369.         end
  370.       end
  371.       object CDReadingOptionsBox: TGroupBox
  372.         Left = 5
  373.         Top = 3
  374.         Width = 233
  375.         Height = 126
  376.         Caption = ' CD reading options '
  377.         TabOrder = 0
  378.         object SectorsReadLabel: TStaticText
  379.           Left = 16
  380.           Top = 18
  381.           Width = 135
  382.           Height = 17
  383.           Alignment = taRightJustify
  384.           Caption = 'Number of sectors per read:'
  385.           TabOrder = 0
  386.         end
  387.         object SectorsRead: TNumEdit
  388.           Left = 154
  389.           Top = 16
  390.           Width = 51
  391.           Height = 21
  392.           TabStop = True
  393.           Value = 6
  394.           Min = 6
  395.           Max = 27
  396.           PageChange = 10
  397.           LineChange = 1
  398.           Label = 'sectors per read'
  399.           Buddy = SectorsReadBuddy
  400.           Caption = '1'
  401.           Enabled = False
  402.           TabOrder = 1
  403.           MaxLength = 7
  404.           OnChange = SectorsReadChange
  405.         end
  406.         object SectorsReadBuddy: TBuddyUpDown
  407.           Left = 205
  408.           Top = 16
  409.           Width = 15
  410.           Height = 21
  411.           Associate = SectorsRead
  412.           Enabled = False
  413.           TabOrder = 2
  414.         end
  415.         object SectorsOverlapBuddy: TBuddyUpDown
  416.           Left = 205
  417.           Top = 44
  418.           Width = 15
  419.           Height = 21
  420.           Associate = SectorsOverlap
  421.           Enabled = False
  422.           TabOrder = 5
  423.         end
  424.         object SectorsOverlap: TNumEdit
  425.           Left = 154
  426.           Top = 44
  427.           Width = 51
  428.           Height = 21
  429.           TabStop = True
  430.           Value = 1
  431.           Max = 25
  432.           PageChange = 10
  433.           LineChange = 1
  434.           Label = 'sectors to overlap'
  435.           Buddy = SectorsOverlapBuddy
  436.           Caption = '1'
  437.           Enabled = False
  438.           TabOrder = 4
  439.           MaxLength = 7
  440.         end
  441.         object SectorsOverlapLabel: TStaticText
  442.           Left = 8
  443.           Top = 48
  444.           Width = 143
  445.           Height = 17
  446.           Alignment = taRightJustify
  447.           Caption = 'Number of sectors to overlap:'
  448.           TabOrder = 3
  449.         end
  450.         object SpeedLabel: TStaticText
  451.           Left = 53
  452.           Top = 74
  453.           Width = 98
  454.           Height = 17
  455.           Alignment = taRightJustify
  456.           Caption = 'Read speed (kBps):'
  457.           TabOrder = 6
  458.         end
  459.         object Speed: TNumEdit
  460.           Left = 154
  461.           Top = 72
  462.           Width = 51
  463.           Height = 21
  464.           TabStop = True
  465.           Value = 50
  466.           Min = 50
  467.           Max = 65535
  468.           PageChange = 10
  469.           LineChange = 50
  470.           Label = 'speed'
  471.           Buddy = SpeedBuddy
  472.           Caption = '1'
  473.           Enabled = False
  474.           TabOrder = 7
  475.           MaxLength = 7
  476.         end
  477.         object SpeedBuddy: TBuddyUpDown
  478.           Left = 205
  479.           Top = 72
  480.           Width = 15
  481.           Height = 21
  482.           Associate = Speed
  483.           Enabled = False
  484.           Increment = 50
  485.           TabOrder = 8
  486.         end
  487.         object Swap: TCheckBox
  488.           Left = 11
  489.           Top = 99
  490.           Width = 203
  491.           Height = 17
  492.           Caption = 'Swap bytes (fixes heavy static noise)'
  493.           TabOrder = 9
  494.         end
  495.       end
  496.       object CDDatabaseBox: TGroupBox
  497.         Left = 5
  498.         Top = 135
  499.         Width = 233
  500.         Height = 74
  501.         Caption = ' CD database options '
  502.         TabOrder = 2
  503.         object AutoTitle: TCheckBox
  504.           Left = 52
  505.           Top = 46
  506.           Width = 171
  507.           Height = 17
  508.           Caption = 'Automatically download titles'
  509.           TabOrder = 2
  510.         end
  511.         object ServerLabel: TStaticText
  512.           Left = 11
  513.           Top = 20
  514.           Width = 38
  515.           Height = 17
  516.           Alignment = taRightJustify
  517.           Caption = 'Server:'
  518.           TabOrder = 0
  519.         end
  520.         object Server: TEdit
  521.           Left = 52
  522.           Top = 18
  523.           Width = 168
  524.           Height = 21
  525.           MaxLength = 260
  526.           TabOrder = 1
  527.           Text = 'freedb.freedb.org'
  528.         end
  529.       end
  530.     end
  531.   end
  532.   object DeviceLabel: TStaticText [3]
  533.     Left = 50
  534.     Top = 9
  535.     Width = 90
  536.     Height = 17
  537.     Alignment = taRightJustify
  538.     Caption = 'Select CD device:'
  539.     TabOrder = 0
  540.   end
  541.   object Device: TComboBox [4]
  542.     Left = 145
  543.     Top = 7
  544.     Width = 245
  545.     Height = 21
  546.     Style = csDropDownList
  547.     ItemHeight = 13
  548.     TabOrder = 1
  549.     OnChange = DeviceChange
  550.   end
  551.   inherited ButtonCancel: TButton [5]
  552.     Left = 278
  553.     Top = 375
  554.     Cancel = False
  555.     Caption = 'Close'
  556.     ModalResult = 0
  557.     TabOrder = 3
  558.     OnClick = ButtonCancelClick
  559.   end
  560.   object ActionList: TActionList
  561.     Left = 8
  562.     Top = 372
  563.     object SaveTracksAction: TAction
  564.       Caption = 'Save...'
  565.       OnExecute = SaveTracksExecute
  566.       OnUpdate = SaveTracksEnable
  567.     end
  568.     object SaveRangeAction: TAction
  569.       Caption = 'Save...'
  570.       OnExecute = SaveRangeExecute
  571.       OnUpdate = SaveRangeEnable
  572.     end
  573.     object RenameAction: TAction
  574.       Caption = '&Rename'
  575.       OnExecute = RenameExecute
  576.       OnUpdate = RenameEnable
  577.     end
  578.   end
  579. end
  580.