home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / ostatni / clipma / cm32.exe / CLIPMT42.EXE / 0 / RCDATA / TFENTERID / TFENTERID.txt
Encoding:
Text File  |  1997-02-01  |  1.8 KB  |  91 lines

  1. object FEnterID: TFEnterID
  2.   Left = 573
  3.   Top = 114
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Enter ClipMate Licensing Information'
  7.   ClientHeight = 211
  8.   ClientWidth = 396
  9.   Font.Color = clBlack
  10.   Font.Height = -13
  11.   Font.Name = 'Arial'
  12.   Font.Style = [fsBold]
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 16
  16.   object Label1: TLabel
  17.     Left = 28
  18.     Top = 12
  19.     Width = 93
  20.     Height = 17
  21.     Alignment = taRightJustify
  22.     Caption = 'Licensed To:'
  23.   end
  24.   object Label2: TLabel
  25.     Left = 4
  26.     Top = 40
  27.     Width = 117
  28.     Height = 17
  29.     Alignment = taRightJustify
  30.     Caption = 'Registration Key:'
  31.   end
  32.   object Label3: TLabel
  33.     Left = 4
  34.     Top = 124
  35.     Width = 387
  36.     Height = 85
  37.     Caption = 
  38.       'Enter the licensing information exactly as shown on the registra' +
  39.       'tion sticker found on the inside cover of your User'#39's Manual, or' +
  40.       ' in the electronic order confirmation sent from THORNSOFT Develo' +
  41.       'pment.'
  42.     Font.Color = clNavy
  43.     Font.Height = -16
  44.     Font.Name = 'Arial'
  45.     Font.Style = [fsItalic]
  46.     ParentFont = False
  47.     WordWrap = True
  48.   end
  49.   object Bevel1: TBevel
  50.     Left = 1
  51.     Top = 108
  52.     Width = 390
  53.     Height = 9
  54.     Shape = bsBottomLine
  55.   end
  56.   object Edit1: TEdit
  57.     Left = 132
  58.     Top = 8
  59.     Width = 257
  60.     Height = 24
  61.     Hint = 'Case doesn'#39't matter here.'
  62.     TabOrder = 0
  63.   end
  64.   object Edit2: TEdit
  65.     Left = 132
  66.     Top = 36
  67.     Width = 157
  68.     Height = 24
  69.     Hint = 'First position is UPPERCASE - the rest is numeric.'
  70.     TabOrder = 1
  71.   end
  72.   object cmdOk1: TBitBtn
  73.     Left = 133
  74.     Top = 80
  75.     Width = 96
  76.     Height = 30
  77.     Caption = '&OK'
  78.     TabOrder = 2
  79.     OnClick = cmdOkClick
  80.     Kind = bkOK
  81.   end
  82.   object cmdCancel1: TBitBtn
  83.     Left = 237
  84.     Top = 80
  85.     Width = 96
  86.     Height = 30
  87.     TabOrder = 3
  88.     Kind = bkCancel
  89.   end
  90. end
  91.