home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 July / Chip_2000-07_cd.bin / sharewar / prodelph / PROFONLI.DF4 / PROFONLI.txt
Text File  |  2000-05-02  |  2KB  |  95 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.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsMDIForm
  15.   OldCreateOrder = True
  16.   Position = poDefaultPosOnly
  17.   Visible = True
  18.   OnCreate = Erzeugen
  19.   OnDestroy = Zerstoeren
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Button1: TButton
  23.     Left = 8
  24.     Top = 8
  25.     Width = 57
  26.     Height = 17
  27.     Caption = 'Start'
  28.     Font.Charset = DEFAULT_CHARSET
  29.     Font.Color = clMaroon
  30.     Font.Height = -11
  31.     Font.Name = 'MS Sans Serif'
  32.     Font.Style = []
  33.     ParentFont = False
  34.     TabOrder = 0
  35.     OnClick = StarteMessung
  36.   end
  37.   object Button2: TButton
  38.     Left = 72
  39.     Top = 8
  40.     Width = 57
  41.     Height = 17
  42.     Caption = 'Stop'
  43.     TabOrder = 1
  44.     OnClick = StoppeMessung
  45.   end
  46.   object Button3: TButton
  47.     Left = 136
  48.     Top = 8
  49.     Width = 65
  50.     Height = 17
  51.     Caption = 'Append'
  52.     TabOrder = 2
  53.     OnClick = Anhaengen
  54.   end
  55.   object GroupBox1: TGroupBox
  56.     Left = 8
  57.     Top = 32
  58.     Width = 257
  59.     Height = 41
  60.     Caption = ' Headline for the result file and viewer '
  61.     Color = clPurple
  62.     Font.Charset = DEFAULT_CHARSET
  63.     Font.Color = clWhite
  64.     Font.Height = -11
  65.     Font.Name = 'MS Sans Serif'
  66.     Font.Style = []
  67.     ParentColor = False
  68.     ParentFont = False
  69.     TabOrder = 4
  70.   end
  71.   object Edit1: TEdit
  72.     Left = 16
  73.     Top = 46
  74.     Width = 241
  75.     Height = 22
  76.     Color = clWhite
  77.     Font.Charset = DEFAULT_CHARSET
  78.     Font.Color = clBlack
  79.     Font.Height = -11
  80.     Font.Name = 'Arial'
  81.     Font.Style = []
  82.     ParentFont = False
  83.     TabOrder = 3
  84.   end
  85.   object Button4: TButton
  86.     Left = 208
  87.     Top = 8
  88.     Width = 57
  89.     Height = 17
  90.     Caption = 'Delete'
  91.     TabOrder = 5
  92.     OnClick = ResultatLoeschen
  93.   end
  94. end
  95.