home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 July / Chip_2000-07_cd.bin / sharewar / prodelph / PROFONLI.DF2 / PROFONLI.txt
Text File  |  2000-05-02  |  2KB  |  90 lines

  1. object OnlineProform: TOnlineProform
  2.   Left = 37
  3.   Top = 602
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'ProDelphi  -  online operation'
  6.   ClientHeight = 80
  7.   ClientWidth = 273
  8.   Color = clPurple
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsMDIForm
  14.   Position = poDefaultPosOnly
  15.   Visible = True
  16.   OnCreate = Erzeugen
  17.   OnDestroy = Zerstoeren
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Button1: TButton
  21.     Left = 8
  22.     Top = 8
  23.     Width = 57
  24.     Height = 17
  25.     Caption = 'Start'
  26.     Font.Color = clMaroon
  27.     Font.Height = -11
  28.     Font.Name = 'MS Sans Serif'
  29.     Font.Style = []
  30.     ParentFont = False
  31.     TabOrder = 0
  32.     OnClick = StarteMessung
  33.   end
  34.   object Button2: TButton
  35.     Left = 72
  36.     Top = 8
  37.     Width = 57
  38.     Height = 17
  39.     Caption = 'Stop'
  40.     TabOrder = 1
  41.     OnClick = StoppeMessung
  42.   end
  43.   object Button3: TButton
  44.     Left = 136
  45.     Top = 8
  46.     Width = 65
  47.     Height = 17
  48.     Caption = 'Append'
  49.     TabOrder = 2
  50.     OnClick = Anhaengen
  51.   end
  52.   object GroupBox1: TGroupBox
  53.     Left = 8
  54.     Top = 32
  55.     Width = 257
  56.     Height = 41
  57.     Caption = ' Headline for the result file and viewer '
  58.     Color = clPurple
  59.     Font.Color = clWhite
  60.     Font.Height = -11
  61.     Font.Name = 'MS Sans Serif'
  62.     Font.Style = []
  63.     ParentColor = False
  64.     ParentFont = False
  65.     TabOrder = 4
  66.   end
  67.   object Edit1: TEdit
  68.     Left = 16
  69.     Top = 46
  70.     Width = 241
  71.     Height = 22
  72.     Color = clWhite
  73.     Font.Color = clBlack
  74.     Font.Height = -11
  75.     Font.Name = 'Arial'
  76.     Font.Style = []
  77.     ParentFont = False
  78.     TabOrder = 3
  79.   end
  80.   object Button4: TButton
  81.     Left = 208
  82.     Top = 8
  83.     Width = 57
  84.     Height = 17
  85.     Caption = 'Delete'
  86.     TabOrder = 5
  87.     OnClick = ResultatLoeschen
  88.   end
  89. end
  90.