home *** CD-ROM | disk | FTP | other *** search
- object PatForm: TPatForm
- Left = 200
- Top = 98
- Width = 435
- Height = 300
- Caption = 'PatForm'
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 16
- object Label1: TLabel
- Left = 12
- Top = 44
- Width = 58
- Height = 16
- Caption = 'Surname'
- end
- object Label2: TLabel
- Left = 12
- Top = 84
- Width = 69
- Height = 16
- Caption = 'First name'
- end
- object Label3: TLabel
- Left = 12
- Top = 8
- Width = 143
- Height = 24
- Caption = 'Patient Details'
- Font.Color = clBlack
- Font.Height = -19
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold, fsItalic]
- ParentFont = False
- end
- object Edit1: TEdit
- Left = 96
- Top = 40
- Width = 121
- Height = 24
- TabOrder = 0
- Text = 'Edit1'
- end
- object Edit2: TEdit
- Left = 96
- Top = 80
- Width = 121
- Height = 24
- TabOrder = 1
- Text = 'Edit2'
- end
- end
-