object GapperFrm: TGapperFrm Left = 301 Top = 200 BorderStyle = bsDialog Caption = 'Gapper' ClientHeight = 184 ClientWidth = 252 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} OldCreateOrder = False Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 16 Top = 47 Width = 65 Height = 13 Caption = 'Gap Length : ' end object Label2: TLabel Left = 16 Top = 79 Width = 67 Height = 13 Caption = 'Gap Interval : ' end object Label3: TLabel Left = 84 Top = 8 Width = 84 Height = 24 Caption = 'GAPPER' Font.Charset = DEFAULT_CHARSET Font.Color = clNavy Font.Height = -19 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object rg1: TRadioGroup Left = 16 Top = 109 Width = 129 Height = 62 Caption = 'Scale' ItemIndex = 0 Items.Strings = ( 'Miliseconds' 'Samples') TabOrder = 0 OnClick = rg1Click end object Button1: TButton Left = 160 Top = 114 Width = 75 Height = 25 Caption = 'OK' TabOrder = 1 OnClick = Button1Click end object Button2: TButton Left = 160 Top = 146 Width = 75 Height = 25 Caption = 'Cancel' TabOrder = 2 OnClick = Button2Click end object Gaplength: TSpinEdit Left = 112 Top = 42 Width = 121 Height = 22 MaxValue = 0 MinValue = 0 TabOrder = 3 Value = 10 end object Gapinterval: TSpinEdit Left = 112 Top = 74 Width = 121 Height = 22 MaxValue = 0 MinValue = 0 TabOrder = 4 Value = 25 end end