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

  1. inherited InsertSilenceForm: TInsertSilenceForm
  2.   Caption = 'Insert Silence'
  3.   ClientHeight = 75
  4.   ClientWidth = 249
  5.   ExplicitWidth = 255
  6.   ExplicitHeight = 107
  7.   PixelsPerInch = 96
  8.   TextHeight = 13
  9.   inherited ButtonOk: TButton
  10.     Left = 7
  11.     Top = 43
  12.     ExplicitLeft = 7
  13.     ExplicitTop = 43
  14.   end
  15.   inherited ButtonCancel: TButton
  16.     Left = 87
  17.     Top = 43
  18.     ExplicitLeft = 87
  19.     ExplicitTop = 43
  20.   end
  21.   inherited ButtonHelp: THelpButton
  22.     Left = 167
  23.     Top = 43
  24.     HelpKey = 'edit_insertsilence'
  25.     ExplicitLeft = 167
  26.     ExplicitTop = 43
  27.   end
  28.   object Time: TTimeBox
  29.     Left = 122
  30.     Top = 11
  31.     Width = 105
  32.     Height = 21
  33.     Value = 1.000000000000000000
  34.     Min = 0.000100000000000000
  35.     Max = 1000000.000000000000000000
  36.     Decimal = -5
  37.     PageChange = 10.000000000000000000
  38.     LineChange = 1.000000000000000000
  39.     Label = 'Duration'
  40.     DropDownCount = 10
  41.     Items.Strings = (
  42.       '0.1'
  43.       '0.5'
  44.       '1.0'
  45.       '2.0'
  46.       '3.0'
  47.       '4.0'
  48.       '5.0'
  49.       '7.0'
  50.       '10.0'
  51.       '30.0'
  52.       '1:00'
  53.       '2:00'
  54.       '5:00'
  55.       '10:00'
  56.       '30:00'
  57.       '1:00:00')
  58.     TabOrder = 3
  59.     Text = '1'
  60.     MaxLength = 20
  61.     Caption = '1'
  62.   end
  63.   object TimeLabel: TStaticText
  64.     Left = 22
  65.     Top = 13
  66.     Width = 95
  67.     Height = 17
  68.     Alignment = taRightJustify
  69.     Caption = 'Duration of silence:'
  70.     TabOrder = 4
  71.   end
  72. end
  73.