home *** CD-ROM | disk | FTP | other *** search
- object LicenceForm: TLicenceForm
- Left = 319
- Top = 543
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'User information'
- ClientHeight = 329
- ClientWidth = 472
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsMDIChild
- Position = poScreenCenter
- PrintScale = poNone
- Scaled = False
- Visible = True
- OnClose = FormClose
- OnCloseQuery = FormCloseQuery
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 16
- Top = 288
- Width = 441
- Height = 9
- Shape = bsTopLine
- end
- object Label1: TLabel
- Left = 152
- Top = 16
- Width = 305
- Height = 29
- AutoSize = False
- Caption =
- 'Type your name below. You must also type the name of the company' +
- ' you work for.'
- WordWrap = True
- end
- object Label2: TLabel
- Left = 150
- Top = 91
- Width = 35
- Height = 17
- AutoSize = False
- Caption = 'N&ame'
- FocusControl = NameEdit
- WordWrap = True
- end
- object Label3: TLabel
- Left = 151
- Top = 131
- Width = 50
- Height = 17
- AutoSize = False
- Caption = '&Company'
- FocusControl = CompanyEdit
- WordWrap = True
- end
- object Panel1: TPanel
- Left = 16
- Top = 16
- Width = 121
- Height = 257
- BevelOuter = bvLowered
- Color = clTeal
- TabOrder = 2
- object Image1: TImage
- Left = 1
- Top = 24
- Width = 118
- Height = 200
- AutoSize = True
- end
- end
- object BackBtn: TButton
- Left = 222
- Top = 300
- Width = 74
- Height = 24
- Caption = '< &Back'
- ModalResult = 7
- TabOrder = 3
- OnClick = ButtonClick
- end
- object NextBtn: TButton
- Left = 296
- Top = 300
- Width = 74
- Height = 24
- Caption = '&Next >'
- Default = True
- ModalResult = 6
- TabOrder = 4
- OnClick = ButtonClick
- end
- object CancelBtn: TButton
- Left = 382
- Top = 300
- Width = 74
- Height = 24
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 3
- TabOrder = 5
- OnClick = ButtonClick
- end
- object NameEdit: TEdit
- Left = 216
- Top = 89
- Width = 241
- Height = 21
- TabOrder = 0
- end
- object CompanyEdit: TEdit
- Left = 216
- Top = 127
- Width = 241
- Height = 21
- TabOrder = 1
- end
- end
-