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 / TAUTOCUEFORM / TAUTOCUEFORM.txt
Encoding:
Text File  |  2003-03-28  |  5.2 KB  |  241 lines

  1. inherited AutoCueForm: TAutoCueForm
  2.   Caption = 'Auto Cue'
  3.   ClientHeight = 203
  4.   ClientWidth = 393
  5.   PixelsPerInch = 96
  6.   TextHeight = 13
  7.   inherited ButtonOk: TButton
  8.     Left = 148
  9.     Top = 173
  10.     TabOrder = 1
  11.     OnClick = ButtonOkClick
  12.   end
  13.   inherited ButtonCancel: TButton
  14.     Left = 228
  15.     Top = 173
  16.     TabOrder = 2
  17.   end
  18.   inherited ButtonHelp: THelpButton
  19.     Left = 308
  20.     Top = 173
  21.     TabOrder = 3
  22.     HelpKey = 'cue_autocue'
  23.   end
  24.   object PageControl: TPageControl
  25.     Left = 5
  26.     Top = 6
  27.     Width = 384
  28.     Height = 161
  29.     ActivePage = Silence
  30.     Style = tsButtons
  31.     TabOrder = 0
  32.     object Silence: TTabSheet
  33.       Caption = 'Mark Silence'
  34.       object LengthAxis: TDogAxis
  35.         Left = 123
  36.         Top = 83
  37.         Width = 179
  38.         Height = 16
  39.         Associate = LengthFader
  40.         Min = 0.010000000000000000
  41.         Max = 10
  42.         Border = 22
  43.       end
  44.       inline Threshold: TVolumeFrame
  45.         Left = 45
  46.         Top = 26
  47.         Width = 321
  48.         TabOrder = 1
  49.         inherited VolumeAxis: TDogAxis
  50.           Left = 78
  51.           Width = 179
  52.           Max = 0
  53.         end
  54.         inherited PercentLabel: TStaticText
  55.           Left = 263
  56.         end
  57.         inherited VolumeFader: TFader
  58.           Left = 78
  59.           Width = 179
  60.           Hint = ' (-30%)'
  61.           Max = 0
  62.           Position = -30
  63.         end
  64.         inherited VolumeBox: TNumBox
  65.           Left = 261
  66.           Value = -30
  67.           Max = 0
  68.           Label = 'Threshold'
  69.           Text = '-30'
  70.         end
  71.         inherited VolumeLabel: TStaticText
  72.           Width = 76
  73.           Caption = 'Threshold (dB):'
  74.         end
  75.       end
  76.       object MarkSilenceLabel: TStaticText
  77.         Left = 6
  78.         Top = 4
  79.         Width = 261
  80.         Height = 17
  81.         Caption = 'Set cue points at silences with the following properties:'
  82.         TabOrder = 0
  83.       end
  84.       object LengthFader: TFader
  85.         Left = 123
  86.         Top = 67
  87.         Width = 179
  88.         Height = 16
  89.         Hint = ' (0%)'
  90.         TabOrder = 3
  91.         Associate = Length
  92.         Line = 0.100000000000000000
  93.         Page = 1
  94.         Min = 0.010000000000000000
  95.         Max = 10
  96.         Position = 0.010000000000000000
  97.       end
  98.       object Length: TTimeEdit
  99.         Left = 306
  100.         Top = 67
  101.         Width = 59
  102.         Height = 21
  103.         TabStop = True
  104.         Value = 1.500000000000000000
  105.         Min = 0.010000000000000000
  106.         Max = 10
  107.         Decimal = -2
  108.         PageChange = 1
  109.         LineChange = 0.100000000000000000
  110.         Label = 'Length'
  111.         Buddy = LengthFader
  112.         Caption = '1.50'
  113.         TabOrder = 4
  114.         MaxLength = 7
  115.       end
  116.       object LengthLabel: TStaticText
  117.         Left = 31
  118.         Top = 67
  119.         Width = 88
  120.         Height = 17
  121.         Alignment = taRightJustify
  122.         Caption = 'Silence length (s):'
  123.         TabOrder = 2
  124.       end
  125.       object Separation: TTimeBox
  126.         Left = 123
  127.         Top = 105
  128.         Width = 91
  129.         Height = 21
  130.         TabStop = True
  131.         Max = 5000
  132.         Decimal = -2
  133.         PageChange = 10
  134.         LineChange = 1
  135.         Label = 'Separation'
  136.         DropDownCount = 10
  137.         Items.Strings = (
  138.           '0'
  139.           '1'
  140.           '2'
  141.           '5'
  142.           '10'
  143.           '30'
  144.           '1:00'
  145.           '2:00'
  146.           '5:00'
  147.           '10:00')
  148.         TabOrder = 6
  149.         Text = '0.00'
  150.         MaxLength = 20
  151.         Caption = '0.00'
  152.       end
  153.       object SeparationLabel: TStaticText
  154.         Left = 5
  155.         Top = 108
  156.         Width = 114
  157.         Height = 17
  158.         Alignment = taRightJustify
  159.         Caption = 'Minimum separation (s):'
  160.         TabOrder = 5
  161.       end
  162.     end
  163.     object Space: TTabSheet
  164.       Caption = 'Spacing'
  165.       ImageIndex = 1
  166.       object SpacingLabel: TStaticText
  167.         Left = 6
  168.         Top = 4
  169.         Width = 158
  170.         Height = 17
  171.         Caption = 'Set cue points at equal intervals:'
  172.         TabOrder = 0
  173.       end
  174.       object Interval: TTimeBox
  175.         Left = 173
  176.         Top = 66
  177.         Width = 91
  178.         Height = 21
  179.         TabStop = True
  180.         Value = 300
  181.         Min = 0.100000000000000000
  182.         Max = 5000
  183.         Decimal = -2
  184.         PageChange = 10
  185.         LineChange = 1
  186.         Label = 'Separation'
  187.         DropDownCount = 10
  188.         Items.Strings = (
  189.           '1.0'
  190.           '2.0'
  191.           '5.0'
  192.           '10.0'
  193.           '30.0'
  194.           '1:00.0'
  195.           '2:00.0'
  196.           '5:00.0'
  197.           '10:00.0'
  198.           '30:00.0'
  199.           '1:00:00.0')
  200.         TabOrder = 4
  201.         Text = '5:00.00'
  202.         MaxLength = 20
  203.         Caption = '5:00.00'
  204.       end
  205.       object IntervalLabel: TStaticText
  206.         Left = 113
  207.         Top = 69
  208.         Width = 56
  209.         Height = 17
  210.         Alignment = taRightJustify
  211.         Caption = 'Interval (s):'
  212.         TabOrder = 3
  213.       end
  214.       object Start: TTimeEdit
  215.         Left = 173
  216.         Top = 38
  217.         Width = 91
  218.         Height = 21
  219.         TabStop = True
  220.         Max = 1000000
  221.         Decimal = -2
  222.         PageChange = 10
  223.         LineChange = 1
  224.         Label = 'Starting Time'
  225.         Caption = '0.00'
  226.         TabOrder = 2
  227.         MaxLength = 20
  228.       end
  229.       object StartLabel: TStaticText
  230.         Left = 92
  231.         Top = 41
  232.         Width = 77
  233.         Height = 17
  234.         Alignment = taRightJustify
  235.         Caption = 'Starting at time:'
  236.         TabOrder = 1
  237.       end
  238.     end
  239.   end
  240. end
  241.