object OnlineProform: TOnlineProform Left = 37 Top = 602 BorderStyle = bsToolWindow Caption = 'ProDelphi - online operation' ClientHeight = 80 ClientWidth = 273 Color = clPurple Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsMDIForm OldCreateOrder = True Position = poDefaultPosOnly Visible = True OnCreate = Erzeugen OnDestroy = Zerstoeren PixelsPerInch = 96 TextHeight = 13 object Button1: TButton Left = 8 Top = 8 Width = 57 Height = 17 Caption = 'Start' Font.Charset = DEFAULT_CHARSET Font.Color = clMaroon Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 OnClick = StarteMessung end object Button2: TButton Left = 72 Top = 8 Width = 57 Height = 17 Caption = 'Stop' TabOrder = 1 OnClick = StoppeMessung end object Button3: TButton Left = 136 Top = 8 Width = 65 Height = 17 Caption = 'Append' TabOrder = 2 OnClick = Anhaengen end object GroupBox1: TGroupBox Left = 8 Top = 32 Width = 257 Height = 41 Caption = ' Headline for the result file and viewer ' Color = clPurple Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentColor = False ParentFont = False TabOrder = 4 end object Edit1: TEdit Left = 16 Top = 46 Width = 241 Height = 22 Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 3 end object Button4: TButton Left = 208 Top = 8 Width = 57 Height = 17 Caption = 'Delete' TabOrder = 5 OnClick = ResultatLoeschen end end