home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 January / PCWorld_2007-01_cd.bin / temacd / goldwave / gwave517.exe / GoldWave.exe / 0 / RCDATA / TADDEDITFORM / TADDEDITFORM.txt
Encoding:
Text File  |  2006-11-14  |  11.9 KB  |  499 lines

  1. inherited AddEditForm: TAddEditForm
  2.   Caption = 'Add Edit'
  3.   ClientHeight = 232
  4.   ClientWidth = 394
  5.   ExplicitWidth = 400
  6.   ExplicitHeight = 264
  7.   PixelsPerInch = 96
  8.   TextHeight = 13
  9.   inherited ButtonOk: TButton
  10.     Left = 149
  11.     Top = 202
  12.     Caption = 'Add'
  13.     ModalResult = 0
  14.     TabOrder = 3
  15.     OnClick = ButtonAddClick
  16.     ExplicitLeft = 149
  17.     ExplicitTop = 202
  18.   end
  19.   inherited ButtonCancel: TButton
  20.     Left = 229
  21.     Top = 202
  22.     Caption = 'Close'
  23.     TabOrder = 4
  24.     ExplicitLeft = 229
  25.     ExplicitTop = 202
  26.   end
  27.   inherited ButtonHelp: THelpButton
  28.     Left = 309
  29.     Top = 202
  30.     TabOrder = 5
  31.     HelpKey = 'batch_addedit'
  32.     ExplicitLeft = 309
  33.     ExplicitTop = 202
  34.   end
  35.   object PageControl: TPageControl
  36.     Left = 3
  37.     Top = 31
  38.     Width = 388
  39.     Height = 170
  40.     ActivePage = Selection
  41.     Style = tsFlatButtons
  42.     TabHeight = 1
  43.     TabOrder = 2
  44.     TabStop = False
  45.     TabWidth = 1
  46.     OnChange = PageControlChange
  47.     object Selection: TTabSheet
  48.       Caption = 'Selection'
  49.       object Start: TGroupBox
  50.         Left = 2
  51.         Top = 0
  52.         Width = 183
  53.         Height = 127
  54.         Caption = ' Start marker position '
  55.         TabOrder = 0
  56.         object StartTimeEdit: TTimeEdit
  57.           Left = 72
  58.           Top = 18
  59.           Width = 100
  60.           Height = 21
  61.           Max = 1000000.000000000000000000
  62.           Decimal = -5
  63.           PageChange = 10.000000000000000000
  64.           LineChange = 1.000000000000000000
  65.           Label = 'Time'
  66.           Caption = '0'
  67.           TabOrder = 2
  68.           Format = tttAutoTrim
  69.         end
  70.         object StartPercentEdit: TNumBox
  71.           Left = 72
  72.           Top = 98
  73.           Width = 83
  74.           Height = 21
  75.           Max = 100.000000000000000000
  76.           Decimal = 5
  77.           PageChange = 10.000000000000000000
  78.           LineChange = 1.000000000000000000
  79.           Label = 'Percent'
  80.           AutoComplete = False
  81.           Enabled = False
  82.           Items.Strings = (
  83.             '0'
  84.             '25'
  85.             '50'
  86.             '75'
  87.             '100')
  88.           TabOrder = 4
  89.           Text = '0'
  90.         end
  91.         object StartTime: TRadioButton
  92.           Left = 8
  93.           Top = 20
  94.           Width = 55
  95.           Height = 17
  96.           Caption = 'Time:'
  97.           Checked = True
  98.           TabOrder = 0
  99.           TabStop = True
  100.           OnClick = StartTimeClick
  101.         end
  102.         object StartPercent: TRadioButton
  103.           Left = 8
  104.           Top = 100
  105.           Width = 59
  106.           Height = 17
  107.           Caption = 'Percent:'
  108.           TabOrder = 1
  109.           OnClick = StartTimeClick
  110.         end
  111.         object StartFrom: TPanel
  112.           Left = 70
  113.           Top = 39
  114.           Width = 107
  115.           Height = 41
  116.           BevelOuter = bvNone
  117.           TabOrder = 3
  118.           object StartFromBeginning: TRadioButton
  119.             Left = 6
  120.             Top = 3
  121.             Width = 97
  122.             Height = 17
  123.             Caption = 'From beginning'
  124.             Checked = True
  125.             TabOrder = 0
  126.             TabStop = True
  127.           end
  128.           object StartFromEnd: TRadioButton
  129.             Left = 6
  130.             Top = 22
  131.             Width = 97
  132.             Height = 17
  133.             Caption = 'From end'
  134.             TabOrder = 1
  135.           end
  136.         end
  137.       end
  138.       object Finish: TGroupBox
  139.         Left = 193
  140.         Top = 0
  141.         Width = 186
  142.         Height = 127
  143.         Caption = ' Finish marker position '
  144.         TabOrder = 1
  145.         object FinishTimeEdit: TTimeEdit
  146.           Left = 72
  147.           Top = 18
  148.           Width = 100
  149.           Height = 21
  150.           Max = 1000000.000000000000000000
  151.           Decimal = -5
  152.           PageChange = 10.000000000000000000
  153.           LineChange = 1.000000000000000000
  154.           Label = 'Time'
  155.           Caption = '0'
  156.           TabOrder = 2
  157.           Format = tttAutoTrim
  158.         end
  159.         object FinishPercentEdit: TNumBox
  160.           Left = 72
  161.           Top = 98
  162.           Width = 83
  163.           Height = 21
  164.           Value = 100.000000000000000000
  165.           Max = 100.000000000000000000
  166.           Decimal = 5
  167.           PageChange = 10.000000000000000000
  168.           LineChange = 1.000000000000000000
  169.           Label = 'Percent'
  170.           AutoComplete = False
  171.           Enabled = False
  172.           Items.Strings = (
  173.             '0'
  174.             '25'
  175.             '50'
  176.             '75'
  177.             '100')
  178.           TabOrder = 4
  179.           Text = '100'
  180.         end
  181.         object FinishTime: TRadioButton
  182.           Left = 8
  183.           Top = 20
  184.           Width = 55
  185.           Height = 17
  186.           Caption = 'Time:'
  187.           Checked = True
  188.           TabOrder = 0
  189.           TabStop = True
  190.           OnClick = FinishTimeClick
  191.         end
  192.         object FinishPercent: TRadioButton
  193.           Left = 8
  194.           Top = 100
  195.           Width = 59
  196.           Height = 17
  197.           Caption = 'Percent:'
  198.           TabOrder = 1
  199.           OnClick = FinishTimeClick
  200.         end
  201.         object FinishFrom: TPanel
  202.           Left = 70
  203.           Top = 39
  204.           Width = 111
  205.           Height = 55
  206.           BevelOuter = bvNone
  207.           TabOrder = 3
  208.           object FinishFromBeginning: TRadioButton
  209.             Left = 6
  210.             Top = 2
  211.             Width = 97
  212.             Height = 17
  213.             Caption = 'From beginning'
  214.             TabOrder = 0
  215.           end
  216.           object FinishFromEnd: TRadioButton
  217.             Left = 6
  218.             Top = 38
  219.             Width = 97
  220.             Height = 17
  221.             Caption = 'From end'
  222.             Checked = True
  223.             TabOrder = 2
  224.             TabStop = True
  225.           end
  226.           object FinishFromStart: TRadioButton
  227.             Left = 6
  228.             Top = 20
  229.             Width = 113
  230.             Height = 17
  231.             Caption = 'From start marker'
  232.             TabOrder = 1
  233.           end
  234.         end
  235.       end
  236.       object QuickSettingsPrompt: TStaticText
  237.         Left = 3
  238.         Top = 136
  239.         Width = 74
  240.         Height = 17
  241.         Alignment = taRightJustify
  242.         AutoSize = False
  243.         Caption = 'Quick settings:'
  244.         TabOrder = 2
  245.       end
  246.       object QuickSelect: TComboBox
  247.         Left = 81
  248.         Top = 134
  249.         Width = 298
  250.         Height = 21
  251.         DropDownCount = 12
  252.         ItemHeight = 13
  253.         TabOrder = 3
  254.         OnChange = QuickSelectChange
  255.         Items.Strings = (
  256.           'Select all'
  257.           'Select 1 second at beginning'
  258.           'Select 1 second at end'
  259.           'Select 5 seconds at beginning'
  260.           'Select 5 seconds at end'
  261.           'Select 30 seconds at start'
  262.           'Select 30 seconds at end'
  263.           'Select 30 seconds at middle'
  264.           'Set start to middle'
  265.           'Set start to end')
  266.       end
  267.     end
  268.     object Silence: TTabSheet
  269.       Caption = 'Silence'
  270.       ImageIndex = 1
  271.       object SilenceDuration: TTimeBox
  272.         Left = 189
  273.         Top = 3
  274.         Width = 100
  275.         Height = 21
  276.         Value = 1.000000000000000000
  277.         Min = 0.001000000000000000
  278.         Max = 1000000.000000000000000000
  279.         Decimal = -5
  280.         PageChange = 10.000000000000000000
  281.         LineChange = 1.000000000000000000
  282.         Label = 'Duration'
  283.         AutoComplete = False
  284.         Items.Strings = (
  285.           '0.1'
  286.           '0.2'
  287.           '0.5'
  288.           '0.75'
  289.           '1.0'
  290.           '2.0'
  291.           '5.0'
  292.           '10.0'
  293.           '30.0')
  294.         TabOrder = 0
  295.         Text = '1'
  296.         Format = tttAutoTrim
  297.         Caption = '1'
  298.       end
  299.       object DurationLabel: TStaticText
  300.         Left = 90
  301.         Top = 5
  302.         Width = 95
  303.         Height = 17
  304.         Alignment = taRightJustify
  305.         Caption = 'Duration of silence:'
  306.         TabOrder = 1
  307.       end
  308.     end
  309.     object Mix: TTabSheet
  310.       Caption = 'Mix'
  311.       ImageIndex = 2
  312.       object MixVolume: TVolFrame
  313.         Left = 6
  314.         Top = 2
  315.         Width = 368
  316.         Height = 41
  317.         TabOrder = 0
  318.         TabStop = True
  319.         Caption = 'Mix volume (dB):'
  320.         Decimal = 2
  321.         Line = 0.100000000000000000
  322.         Page = 1.000000000000000000
  323.         Min = -60.000000000000000000
  324.         Max = 10.000000000000000000
  325.         PromptWidth = 100
  326.         ValueWidth = 50
  327.         Volume = 1.000000000000000000
  328.         DesignSize = (
  329.           368
  330.           41)
  331.       end
  332.     end
  333.     object AutoTrim: TTabSheet
  334.       Caption = 'AutoTrim'
  335.       ImageIndex = 4
  336.       DesignSize = (
  337.         380
  338.         159)
  339.       object LengthAxis: TDogAxis
  340.         Left = 98
  341.         Top = 22
  342.         Width = 217
  343.         Height = 16
  344.         Associate = LengthFader
  345.         Max = 5.000000000000000000
  346.         Border = 22
  347.         Anchors = [akLeft, akTop, akRight]
  348.       end
  349.       object LengthFader: TFader
  350.         Left = 98
  351.         Top = 6
  352.         Width = 217
  353.         Height = 16
  354.         Anchors = [akLeft, akTop, akRight]
  355.         TabOrder = 0
  356.         Associate = Length
  357.         Line = 1.000000000000000000
  358.         Page = 10.000000000000000000
  359.         Max = 5.000000000000000000
  360.         Position = 0.500000000000000000
  361.         Stripe = True
  362.       end
  363.       object Length: TNumEdit
  364.         Left = 318
  365.         Top = 6
  366.         Width = 59
  367.         Height = 21
  368.         Value = 0.500000000000000000
  369.         Max = 5.000000000000000000
  370.         Decimal = 3
  371.         PageChange = 1.000000000000000000
  372.         LineChange = 0.100000000000000000
  373.         Label = 'Length'
  374.         Buddy = LengthFader
  375.         Anchors = [akTop, akRight]
  376.         Caption = '0.500'
  377.         TabOrder = 1
  378.         MaxLength = 7
  379.       end
  380.       object LengthLabel: TStaticText
  381.         Left = -1
  382.         Top = 8
  383.         Width = 95
  384.         Height = 17
  385.         Alignment = taRightJustify
  386.         Caption = 'Silence to keep (s):'
  387.         TabOrder = 2
  388.       end
  389.       inline Volume: TVolumeFrame
  390.         Left = 18
  391.         Top = 44
  392.         Width = 363
  393.         Height = 39
  394.         TabOrder = 3
  395.         TabStop = True
  396.         ExplicitLeft = 18
  397.         ExplicitTop = 44
  398.         ExplicitWidth = 363
  399.         inherited VolumeAxis: TDogAxis
  400.           Left = 80
  401.           Width = 231
  402.           Min = -90.000000000000000000
  403.           Max = 0.000000000000000000
  404.           ExplicitLeft = 80
  405.           ExplicitWidth = 231
  406.         end
  407.         inherited PercentLabel: TStaticText
  408.           Left = 301
  409.           ExplicitLeft = 301
  410.         end
  411.         inherited VolumeFader: TFader
  412.           Left = 80
  413.           Width = 217
  414.           Min = -90.000000000000000000
  415.           Max = 0.000000000000000000
  416.           Position = -36.000000000000000000
  417.           ExplicitLeft = 80
  418.           ExplicitWidth = 217
  419.         end
  420.         inherited VolumeBox: TNumBox
  421.           Left = 300
  422.           Value = -36.000000000000000000
  423.           Min = -90.000000000000000000
  424.           Max = 0.000000000000000000
  425.           Label = 'Threshold'
  426.           Items.Strings = (
  427.             '6.0206'
  428.             '3.5218'
  429.             '0.0')
  430.           Text = '-36.0'
  431.           ExplicitLeft = 300
  432.         end
  433.         inherited VolumeLabel: TStaticText
  434.           Width = 76
  435.           Caption = 'Threshold (dB):'
  436.           ExplicitWidth = 76
  437.         end
  438.       end
  439.     end
  440.     object Other: TTabSheet
  441.       Caption = 'Other'
  442.       ImageIndex = 3
  443.       ExplicitLeft = 0
  444.       ExplicitTop = 0
  445.       ExplicitWidth = 0
  446.       ExplicitHeight = 0
  447.     end
  448.     object Channel: TTabSheet
  449.       Caption = 'Channel'
  450.       ImageIndex = 5
  451.       ExplicitLeft = 0
  452.       ExplicitTop = 0
  453.       ExplicitWidth = 0
  454.       ExplicitHeight = 0
  455.       object ChannelSelection: TRadioGroup
  456.         Left = 133
  457.         Top = 0
  458.         Width = 191
  459.         Height = 72
  460.         Caption = ' Channel selection '
  461.         ItemIndex = 2
  462.         Items.Strings = (
  463.           'Select left channel'
  464.           'Select right channel'
  465.           'Select both channels')
  466.         TabOrder = 0
  467.       end
  468.     end
  469.   end
  470.   object HideTabs: TPanel
  471.     Left = 0
  472.     Top = 27
  473.     Width = 444
  474.     Height = 12
  475.     BevelOuter = bvNone
  476.     TabOrder = 6
  477.   end
  478.   object EditCommandLabel: TStaticText
  479.     Left = 63
  480.     Top = 9
  481.     Width = 74
  482.     Height = 17
  483.     Alignment = taRightJustify
  484.     Caption = 'Edit command:'
  485.     TabOrder = 0
  486.   end
  487.   object EditCommandList: TComboBox
  488.     Left = 140
  489.     Top = 7
  490.     Width = 191
  491.     Height = 21
  492.     Style = csDropDownList
  493.     DropDownCount = 14
  494.     ItemHeight = 13
  495.     TabOrder = 1
  496.     OnChange = EditCommandListChange
  497.   end
  498. end
  499.