home *** CD-ROM | disk | FTP | other *** search
/ Delphi 5 for Professionals / DELPHI5.iso / AddOns / Books / 2 / MULTHINT.ZIP / MULTHNT1.DFM / MULTHNT1.txt
Encoding:
Text File  |  1996-07-29  |  763 b   |  42 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 99
  4.   Width = 435
  5.   Height = 300
  6.   Caption = 'Form1'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   ShowHint = True
  13.   OnCreate = FormCreate
  14.   TextHeight = 22
  15.   object Button1: TButton
  16.     Left = 169
  17.     Top = 118
  18.     Width = 89
  19.     Height = 33
  20.     Hint = 'Dies ist ein @zweizeiliger Hint'
  21.     Caption = 'Button1'
  22.     TabOrder = 0
  23.   end
  24.   object Button2: TButton
  25.     Left = 200
  26.     Top = 32
  27.     Width = 89
  28.     Height = 33
  29.     Caption = 'Button2'
  30.     TabOrder = 1
  31.   end
  32.   object Button3: TButton
  33.     Left = 169
  34.     Top = 174
  35.     Width = 89
  36.     Height = 33
  37.     Hint = 'Dies ist @ausch ein @mehrzeiliger Hint'
  38.     Caption = 'Button1'
  39.     TabOrder = 2
  40.   end
  41. end
  42.