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