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

  1. inherited InsertSilenceForm: TInsertSilenceForm
  2.   Caption = 'Insert Silence'
  3.   ClientHeight = 75
  4.   PixelsPerInch = 96
  5.   TextHeight = 13
  6.   inherited ButtonOk: TButton
  7.     Top = 43
  8.   end
  9.   inherited ButtonCancel: TButton
  10.     Top = 43
  11.   end
  12.   inherited ButtonHelp: THelpButton
  13.     Top = 43
  14.     HelpKey = 'edit_insertsilence'
  15.   end
  16.   object Time: TTimeBox
  17.     Left = 123
  18.     Top = 11
  19.     Width = 105
  20.     Height = 21
  21.     TabStop = True
  22.     Value = 1
  23.     Min = 0.000100000000000000
  24.     Max = 1000000
  25.     Decimal = -5
  26.     PageChange = 10
  27.     LineChange = 1
  28.     Label = 'Duration'
  29.     Items.Strings = (
  30.       '0.1'
  31.       '0.5'
  32.       '1.0'
  33.       '5.0'
  34.       '10.0'
  35.       '30.0'
  36.       '1:00'
  37.       '2:00'
  38.       '5:00'
  39.       '10:00'
  40.       '30:00'
  41.       '1:00:00')
  42.     TabOrder = 3
  43.     Text = '1'
  44.     MaxLength = 20
  45.     Caption = '1'
  46.   end
  47.   object TimeLabel: TStaticText
  48.     Left = 23
  49.     Top = 13
  50.     Width = 95
  51.     Height = 17
  52.     Alignment = taRightJustify
  53.     Caption = 'Duration of silence:'
  54.     TabOrder = 4
  55.   end
  56. end
  57.