inherited SpecifyViewForm: TSpecifyViewForm Caption = 'Specify View' ClientHeight = 109 ClientWidth = 257 PixelsPerInch = 96 TextHeight = 13 inherited ButtonOk: TButton Left = 176 Top = 5 Anchors = [akTop, akRight] TabOrder = 6 end inherited ButtonCancel: TButton Left = 176 Top = 40 Anchors = [akTop, akRight] TabOrder = 7 end inherited ButtonHelp: THelpButton Left = 176 Top = 75 Anchors = [akTop, akRight] TabOrder = 8 HelpKey = 'view_specify' end object Start: TTimeEdit Left = 67 Top = 12 Width = 102 Height = 21 TabStop = True Max = 100 Decimal = -5 PageChange = 10 LineChange = 1 Label = 'Start time' Caption = '00:00:00.00000' TabOrder = 1 MaxLength = 20 Format = tttFull end object StartLabel: TStaticText Left = 8 Top = 14 Width = 51 Height = 17 Alignment = taRightJustify Caption = 'Start time:' TabOrder = 0 end object LengthRadio: TRadioButton Left = 5 Top = 52 Width = 59 Height = 17 Caption = 'Length:' Checked = True TabOrder = 2 TabStop = True OnClick = Select end object RatioRadio: TRadioButton Left = 5 Top = 80 Width = 59 Height = 17 Caption = 'Ratio:' TabOrder = 4 OnClick = Select end object Ratio: TNumBox Left = 67 Top = 78 Width = 102 Height = 21 TabStop = True Value = 0.010000000000000000 Min = 0.010000000000000000 Max = 10000 Decimal = 2 PageChange = 10 LineChange = 1 Label = 'Ratio' Items.Strings = ( '0.01' '0.1' '0.5' '1' '2' '5' '10' '100' '1000' '10000' '100000' '1000000') TabOrder = 5 Text = '0.00' MaxLength = 7 end object Length: TTimeBox Left = 67 Top = 50 Width = 102 Height = 21 TabStop = True Max = 100 Decimal = -5 PageChange = 10 LineChange = 1 Label = 'Length' Items.Strings = ( '0.01' '0.1' '0.5' '1.0' '5.0' '10.0' '30.0' '1:00.0' '2:00.0' '3:00.0' '4:00.0' '5:00.0' '10:00.0' '30:00.0' '1:00:00.0') TabOrder = 3 Text = '00:00:00.00000' MaxLength = 20 Format = tttFull Caption = '00:00:00.00000' end end