home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 200
- Top = 99
- Width = 435
- Height = 300
- Caption = 'Form1'
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- ShowHint = True
- OnCreate = FormCreate
- TextHeight = 22
- object Button1: TButton
- Left = 169
- Top = 118
- Width = 89
- Height = 33
- Hint = 'Dies ist ein @zweizeiliger Hint'
- Caption = 'Button1'
- TabOrder = 0
- end
- object Button2: TButton
- Left = 200
- Top = 32
- Width = 89
- Height = 33
- Caption = 'Button2'
- TabOrder = 1
- end
- object Button3: TButton
- Left = 169
- Top = 174
- Width = 89
- Height = 33
- Hint = 'Dies ist @ausch ein @mehrzeiliger Hint'
- Caption = 'Button1'
- TabOrder = 2
- end
- end
-