object OnlineProform: TOnlineProform Left = 167 Top = 705 BorderStyle = bsToolWindow Caption = 'ProDelphi - online operation' ClientHeight = 98 ClientWidth = 336 Color = clPurple Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -14 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsMDIForm OldCreateOrder = True Position = poDefaultPosOnly Visible = True OnCreate = Erzeugen OnDestroy = Zerstoeren PixelsPerInch = 120 TextHeight = 16 object Button1: TButton Left = 10 Top = 10 Width = 70 Height = 21 Caption = 'Start' Font.Charset = DEFAULT_CHARSET Font.Color = clMaroon Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 OnClick = StarteMessung end object Button2: TButton Left = 89 Top = 10 Width = 70 Height = 21 Caption = 'Stop' TabOrder = 1 OnClick = StoppeMessung end object Button3: TButton Left = 167 Top = 10 Width = 80 Height = 21 Caption = 'Append' TabOrder = 2 OnClick = Anhaengen end object GroupBox1: TGroupBox Left = 10 Top = 39 Width = 316 Height = 51 Caption = ' Headline for the result file and viewer ' Color = clPurple Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [] ParentColor = False ParentFont = False TabOrder = 4 end object Edit1: TEdit Left = 20 Top = 57 Width = 296 Height = 22 Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -15 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 3 end object Button4: TButton Left = 256 Top = 10 Width = 70 Height = 21 Caption = 'Delete' TabOrder = 5 OnClick = ResultatLoeschen end end