home *** CD-ROM | disk | FTP | other *** search
- object FEnterID: TFEnterID
- Left = 573
- Top = 114
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Enter ClipMate Licensing Information'
- ClientHeight = 211
- ClientWidth = 396
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 16
- object Label1: TLabel
- Left = 28
- Top = 12
- Width = 93
- Height = 17
- Alignment = taRightJustify
- Caption = 'Licensed To:'
- end
- object Label2: TLabel
- Left = 4
- Top = 40
- Width = 117
- Height = 17
- Alignment = taRightJustify
- Caption = 'Registration Key:'
- end
- object Label3: TLabel
- Left = 4
- Top = 124
- Width = 387
- Height = 85
- Caption =
- 'Enter the licensing information exactly as shown on the registra' +
- 'tion sticker found on the inside cover of your User'#39's Manual, or' +
- ' in the electronic order confirmation sent from THORNSOFT Develo' +
- 'pment.'
- Font.Color = clNavy
- Font.Height = -16
- Font.Name = 'Arial'
- Font.Style = [fsItalic]
- ParentFont = False
- WordWrap = True
- end
- object Bevel1: TBevel
- Left = 1
- Top = 108
- Width = 390
- Height = 9
- Shape = bsBottomLine
- end
- object Edit1: TEdit
- Left = 132
- Top = 8
- Width = 257
- Height = 24
- Hint = 'Case doesn'#39't matter here.'
- TabOrder = 0
- end
- object Edit2: TEdit
- Left = 132
- Top = 36
- Width = 157
- Height = 24
- Hint = 'First position is UPPERCASE - the rest is numeric.'
- TabOrder = 1
- end
- object cmdOk1: TBitBtn
- Left = 133
- Top = 80
- Width = 96
- Height = 30
- Caption = '&OK'
- TabOrder = 2
- OnClick = cmdOkClick
- Kind = bkOK
- end
- object cmdCancel1: TBitBtn
- Left = 237
- Top = 80
- Width = 96
- Height = 30
- TabOrder = 3
- Kind = bkCancel
- end
- end
-