home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / Chip_2004-10_cd1.bin / tema / goldwave / gwave506.exe / GoldWave.exe / 0 / RCDATA / TAUTOCUEFORM / TAUTOCUEFORM.txt
Text File  |  2003-10-10  |  7KB  |  310 lines

  1. inherited AutoCueForm: TAutoCueForm
  2.   Caption = 'Auto Cue'
  3.   ClientHeight = 275
  4.   ClientWidth = 429
  5.   PixelsPerInch = 96
  6.   TextHeight = 13
  7.   inherited ButtonOk: TButton
  8.     Left = 184
  9.     Top = 245
  10.     TabOrder = 1
  11.     OnClick = ButtonOkClick
  12.   end
  13.   inherited ButtonCancel: TButton
  14.     Left = 264
  15.     Top = 245
  16.     TabOrder = 2
  17.   end
  18.   inherited ButtonHelp: THelpButton
  19.     Left = 344
  20.     Top = 245
  21.     TabOrder = 3
  22.     HelpKey = 'cue_autocue'
  23.   end
  24.   object PageControl: TPageControl
  25.     Left = 3
  26.     Top = 5
  27.     Width = 422
  28.     Height = 237
  29.     ActivePage = Silence
  30.     Style = tsFlatButtons
  31.     TabOrder = 0
  32.     object Silence: TTabSheet
  33.       Caption = 'Mark Silence'
  34.       object SilenceSettings: TGroupBox
  35.         Left = 2
  36.         Top = 0
  37.         Width = 411
  38.         Height = 105
  39.         Caption = ' Search for silences with the following properties: '
  40.         TabOrder = 0
  41.         object LengthAxis: TDogAxis
  42.           Left = 122
  43.           Top = 83
  44.           Width = 215
  45.           Height = 16
  46.           Associate = LengthFader
  47.           Min = 0.010000000000000000
  48.           Max = 10
  49.           Border = 22
  50.         end
  51.         inline Threshold: TVolumeFrame
  52.           Left = 14
  53.           Top = 26
  54.           Width = 387
  55.           inherited VolumeAxis: TDogAxis
  56.             Left = 108
  57.             Width = 215
  58.             Max = 0
  59.           end
  60.           inherited PercentLabel: TStaticText
  61.             Left = 329
  62.           end
  63.           inherited VolumeFader: TFader
  64.             Left = 108
  65.             Width = 215
  66.             Max = 0
  67.             Position = -30
  68.           end
  69.           inherited VolumeBox: TNumBox
  70.             Left = 327
  71.             Value = -30
  72.             Max = 0
  73.             Label = 'Threshold'
  74.             Items.Strings = (
  75.               '-32'
  76.               '-36'
  77.               '-40'
  78.               '-48'
  79.               '-56'
  80.               '-60'
  81.               '-80'
  82.               '-90')
  83.             Text = '-30'
  84.           end
  85.           inherited VolumeLabel: TStaticText
  86.             Left = 0
  87.             Width = 104
  88.             Alignment = taRightJustify
  89.             Caption = 'Below threshold (dB):'
  90.           end
  91.         end
  92.         object LengthLabel: TStaticText
  93.           Left = 24
  94.           Top = 67
  95.           Width = 94
  96.           Height = 17
  97.           Alignment = taRightJustify
  98.           Caption = 'Minimum length (s):'
  99.           TabOrder = 1
  100.         end
  101.         object LengthFader: TFader
  102.           Left = 122
  103.           Top = 67
  104.           Width = 215
  105.           Height = 16
  106.           TabOrder = 2
  107.           Associate = Length
  108.           Line = 0.100000000000000000
  109.           Page = 1
  110.           Min = 0.010000000000000000
  111.           Max = 10
  112.           Position = 0.010000000000000000
  113.           Stripe = True
  114.         end
  115.         object Length: TTimeEdit
  116.           Left = 341
  117.           Top = 67
  118.           Width = 59
  119.           Height = 21
  120.           TabStop = True
  121.           Value = 1.500000000000000000
  122.           Min = 0.010000000000000000
  123.           Max = 10
  124.           Decimal = -2
  125.           PageChange = 1
  126.           LineChange = 0.100000000000000000
  127.           Label = 'Length'
  128.           Buddy = LengthFader
  129.           Caption = '1.50'
  130.           TabOrder = 3
  131.           MaxLength = 7
  132.         end
  133.       end
  134.       object PlacementSettings: TGroupBox
  135.         Left = 2
  136.         Top = 110
  137.         Width = 411
  138.         Height = 91
  139.         Caption = ' Set a cue point within a silent area as follows: '
  140.         TabOrder = 1
  141.         object PlacementAxis: TDogAxis
  142.           Left = 194
  143.           Top = 69
  144.           Width = 143
  145.           Height = 16
  146.           Associate = PlacementFader
  147.           Max = 100
  148.           Border = 22
  149.         end
  150.         object SeparationLabel: TStaticText
  151.           Left = 6
  152.           Top = 24
  153.           Width = 184
  154.           Height = 17
  155.           Alignment = taRightJustify
  156.           Caption = 'Minimum separation between cues (s):'
  157.           TabOrder = 0
  158.         end
  159.         object Separation: TTimeBox
  160.           Left = 194
  161.           Top = 23
  162.           Width = 91
  163.           Height = 21
  164.           TabStop = True
  165.           Max = 5000
  166.           Decimal = -2
  167.           PageChange = 10
  168.           LineChange = 1
  169.           Label = 'Separation'
  170.           DropDownCount = 10
  171.           Items.Strings = (
  172.             '0'
  173.             '1'
  174.             '2'
  175.             '5'
  176.             '10'
  177.             '30'
  178.             '1:00'
  179.             '2:00'
  180.             '5:00'
  181.             '10:00')
  182.           TabOrder = 1
  183.           Text = '0.00'
  184.           MaxLength = 20
  185.           Caption = '0.00'
  186.         end
  187.         object PlacementLabel: TStaticText
  188.           Left = 41
  189.           Top = 53
  190.           Width = 149
  191.           Height = 17
  192.           Alignment = taRightJustify
  193.           Caption = 'Cue placement within area (%):'
  194.           TabOrder = 2
  195.         end
  196.         object PlacementFader: TFader
  197.           Left = 194
  198.           Top = 53
  199.           Width = 143
  200.           Height = 16
  201.           TabOrder = 3
  202.           Associate = Placement
  203.           Line = 1
  204.           Page = 10
  205.           Max = 100
  206.           Position = 50
  207.           Stripe = True
  208.         end
  209.         object Placement: TNumBox
  210.           Left = 342
  211.           Top = 53
  212.           Width = 59
  213.           Height = 21
  214.           TabStop = True
  215.           Value = 50
  216.           Max = 100
  217.           PageChange = 10
  218.           LineChange = 1
  219.           Label = 'Placement'
  220.           Buddy = PlacementFader
  221.           Items.Strings = (
  222.             '0'
  223.             '25'
  224.             '50'
  225.             '75'
  226.             '100')
  227.           TabOrder = 4
  228.           Text = '50'
  229.         end
  230.       end
  231.     end
  232.     object Space: TTabSheet
  233.       Caption = 'Spacing'
  234.       ImageIndex = 1
  235.       object SpacingSettings: TGroupBox
  236.         Left = 2
  237.         Top = 0
  238.         Width = 411
  239.         Height = 89
  240.         Caption = ' Set cue points at equal intervals: '
  241.         TabOrder = 0
  242.         object StartLabel: TStaticText
  243.           Left = 119
  244.           Top = 25
  245.           Width = 77
  246.           Height = 17
  247.           Alignment = taRightJustify
  248.           Caption = 'Starting at time:'
  249.           TabOrder = 0
  250.         end
  251.         object Start: TTimeEdit
  252.           Left = 200
  253.           Top = 22
  254.           Width = 91
  255.           Height = 21
  256.           TabStop = True
  257.           Max = 1000000
  258.           Decimal = -2
  259.           PageChange = 10
  260.           LineChange = 1
  261.           Label = 'Starting Time'
  262.           Caption = '0.00'
  263.           TabOrder = 1
  264.           MaxLength = 20
  265.         end
  266.         object IntervalLabel: TStaticText
  267.           Left = 140
  268.           Top = 53
  269.           Width = 56
  270.           Height = 17
  271.           Alignment = taRightJustify
  272.           Caption = 'Interval (s):'
  273.           TabOrder = 2
  274.         end
  275.         object Interval: TTimeBox
  276.           Left = 200
  277.           Top = 50
  278.           Width = 91
  279.           Height = 21
  280.           TabStop = True
  281.           Value = 300
  282.           Min = 0.100000000000000000
  283.           Max = 5000
  284.           Decimal = -2
  285.           PageChange = 10
  286.           LineChange = 1
  287.           Label = 'Separation'
  288.           DropDownCount = 10
  289.           Items.Strings = (
  290.             '1.0'
  291.             '2.0'
  292.             '5.0'
  293.             '10.0'
  294.             '30.0'
  295.             '1:00.0'
  296.             '2:00.0'
  297.             '5:00.0'
  298.             '10:00.0'
  299.             '30:00.0'
  300.             '1:00:00.0')
  301.           TabOrder = 3
  302.           Text = '5:00.00'
  303.           MaxLength = 20
  304.           Caption = '5:00.00'
  305.         end
  306.       end
  307.     end
  308.   end
  309. end
  310.