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

  1. object OnlineProform: TOnlineProform
  2.   Left = 167
  3.   Top = 705
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'ProDelphi  -  online operation'
  6.   ClientHeight = 98
  7.   ClientWidth = 336
  8.   Color = clPurple
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -14
  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 = 120
  21.   TextHeight = 16
  22.   object Button1: TButton
  23.     Left = 10
  24.     Top = 10
  25.     Width = 70
  26.     Height = 21
  27.     Caption = 'Start'
  28.     Font.Charset = DEFAULT_CHARSET
  29.     Font.Color = clMaroon
  30.     Font.Height = -15
  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 = 89
  39.     Top = 10
  40.     Width = 70
  41.     Height = 21
  42.     Caption = 'Stop'
  43.     TabOrder = 1
  44.     OnClick = StoppeMessung
  45.   end
  46.   object Button3: TButton
  47.     Left = 167
  48.     Top = 10
  49.     Width = 80
  50.     Height = 21
  51.     Caption = 'Append'
  52.     TabOrder = 2
  53.     OnClick = Anhaengen
  54.   end
  55.   object GroupBox1: TGroupBox
  56.     Left = 10
  57.     Top = 39
  58.     Width = 316
  59.     Height = 51
  60.     Caption = ' Headline for the result file and viewer '
  61.     Color = clPurple
  62.     Font.Charset = DEFAULT_CHARSET
  63.     Font.Color = clWhite
  64.     Font.Height = -15
  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 = 20
  73.     Top = 57
  74.     Width = 296
  75.     Height = 22
  76.     Color = clWhite
  77.     Font.Charset = DEFAULT_CHARSET
  78.     Font.Color = clBlack
  79.     Font.Height = -15
  80.     Font.Name = 'Arial'
  81.     Font.Style = []
  82.     ParentFont = False
  83.     TabOrder = 3
  84.   end
  85.   object Button4: TButton
  86.     Left = 256
  87.     Top = 10
  88.     Width = 70
  89.     Height = 21
  90.     Caption = 'Delete'
  91.     TabOrder = 5
  92.     OnClick = ResultatLoeschen
  93.   end
  94. end
  95.