home *** CD-ROM | disk | FTP | other *** search
- object Frame9: TFrame9
- Left = 0
- Top = 0
- Width = 257
- Height = 170
- HorzScrollBar.Visible = False
- VertScrollBar.Visible = False
- TabOrder = 0
- object Label1: TLabel
- Left = 0
- Top = 0
- Width = 136
- Height = 24
- Caption = 'User Information'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -19
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label2: TLabel
- Left = 0
- Top = 32
- Width = 28
- Height = 13
- Caption = 'Name'
- end
- object Label3: TLabel
- Left = 0
- Top = 76
- Width = 44
- Height = 13
- Caption = 'Company'
- end
- object Label4: TLabel
- Left = 0
- Top = 120
- Width = 58
- Height = 13
- Caption = 'Product Key'
- end
- object Edit1: TEdit
- Left = 0
- Top = 48
- Width = 249
- Height = 21
- TabOrder = 0
- Text = 'John Doe'
- end
- object Edit2: TEdit
- Left = 0
- Top = 92
- Width = 249
- Height = 21
- TabOrder = 1
- Text = 'X Software'
- end
- object Edit3: TEdit
- Left = 0
- Top = 136
- Width = 249
- Height = 21
- TabOrder = 2
- end
- end
-