home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Shareware / Multimedia / goldwave / gwave509.exe / GoldWave.exe / 0 / RCDATA / TINSERTSILENCEFORM / TINSERTSILENCEFORM.txt
Encoding:
Text File  |  2005-01-25  |  1.1 KB  |  65 lines

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