home *** CD-ROM | disk | FTP | other *** search
- object EntryForm: TEntryForm
- Left = 116
- Top = 136
- ActiveControl = Edit1
- AutoScroll = False
- Caption = 'EntryForm'
- ClientHeight = 180
- ClientWidth = 436
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 120
- TextHeight = 16
- object Label1: TLabel
- Left = 24
- Top = 16
- Width = 53
- Height = 20
- Caption = 'Label1'
- end
- object Label2: TLabel
- Left = 24
- Top = 56
- Width = 53
- Height = 20
- Caption = 'Label2'
- end
- object Label3: TLabel
- Left = 24
- Top = 96
- Width = 53
- Height = 20
- Caption = 'Label3'
- end
- object Edit1: TEdit
- Left = 88
- Top = 16
- Width = 329
- Height = 29
- TabOrder = 0
- Text = 'Edit1'
- end
- object Edit2: TEdit
- Left = 88
- Top = 56
- Width = 329
- Height = 29
- TabOrder = 1
- Text = 'Edit2'
- end
- object Edit3: TEdit
- Left = 88
- Top = 96
- Width = 329
- Height = 29
- TabOrder = 2
- Text = 'Edit3'
- end
- object BitBtn1: TBitBtn
- Left = 232
- Top = 136
- Width = 89
- Height = 33
- TabOrder = 3
- Kind = bkOK
- end
- object BitBtn2: TBitBtn
- Left = 120
- Top = 136
- Width = 89
- Height = 33
- TabOrder = 4
- Kind = bkCancel
- end
- end
-