home *** CD-ROM | disk | FTP | other *** search
- inherited InsertSilenceForm: TInsertSilenceForm
- Caption = 'Insert Silence'
- ClientHeight = 75
- ClientWidth = 249
- ExplicitWidth = 255
- ExplicitHeight = 107
- PixelsPerInch = 96
- TextHeight = 13
- inherited ButtonOk: TButton
- Left = 7
- Top = 43
- ExplicitLeft = 7
- ExplicitTop = 43
- end
- inherited ButtonCancel: TButton
- Left = 87
- Top = 43
- ExplicitLeft = 87
- ExplicitTop = 43
- end
- inherited ButtonHelp: THelpButton
- Left = 167
- Top = 43
- HelpKey = 'edit_insertsilence'
- ExplicitLeft = 167
- ExplicitTop = 43
- end
- object Time: TTimeBox
- Left = 122
- Top = 11
- Width = 105
- Height = 21
- Value = 1.000000000000000000
- Min = 0.000100000000000000
- Max = 1000000.000000000000000000
- Decimal = -5
- PageChange = 10.000000000000000000
- LineChange = 1.000000000000000000
- Label = 'Duration'
- DropDownCount = 10
- Items.Strings = (
- '0.1'
- '0.5'
- '1.0'
- '2.0'
- '3.0'
- '4.0'
- '5.0'
- '7.0'
- '10.0'
- '30.0'
- '1:00'
- '2:00'
- '5:00'
- '10:00'
- '30:00'
- '1:00:00')
- TabOrder = 3
- Text = '1'
- MaxLength = 20
- Caption = '1'
- end
- object TimeLabel: TStaticText
- Left = 22
- Top = 13
- Width = 95
- Height = 17
- Alignment = taRightJustify
- Caption = 'Duration of silence:'
- TabOrder = 4
- end
- end
-