home *** CD-ROM | disk | FTP | other *** search
/ .net 1999 December / netCD65.iso / pc / Software / ProtectX / protectxstd_withvbrun.exe / _SETUP.1 / ShrLk21.dll / RCDATA / TFRMUNLOCKSERIAL / TFRMUNLOCKSERIAL.txt
Encoding:
Text File  |  1999-02-04  |  2.1 KB  |  106 lines

  1. object frmUnlockSerial: TfrmUnlockSerial
  2.   Left = 267
  3.   Top = 393
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Please enter the unlock information'
  7.   ClientHeight = 196
  8.   ClientWidth = 311
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object lblName: TLabel
  21.     Left = 8
  22.     Top = 94
  23.     Width = 28
  24.     Height = 13
  25.     Caption = '&Name'
  26.     FocusControl = txtName
  27.   end
  28.   object lblUnlockCode: TLabel
  29.     Left = 8
  30.     Top = 142
  31.     Width = 62
  32.     Height = 13
  33.     Caption = '&Unlock Code'
  34.     FocusControl = txtUnlockCode
  35.   end
  36.   object lblCompanyname: TLabel
  37.     Left = 8
  38.     Top = 118
  39.     Width = 75
  40.     Height = 13
  41.     Caption = '&Company Name'
  42.     FocusControl = txtUserCompanyName
  43.   end
  44.   object lblMessage: TLabel
  45.     Left = 8
  46.     Top = 8
  47.     Width = 297
  48.     Height = 49
  49.     AutoSize = False
  50.     Caption = 
  51.       'To unlock this software, please provide the following serial num' +
  52.       'ber when you make your purchase.  Your unlock code will unlock t' +
  53.       'he program for execution on this computer only.'
  54.     WordWrap = True
  55.   end
  56.   object lblSerialNumber: TLabel
  57.     Left = 8
  58.     Top = 72
  59.     Width = 66
  60.     Height = 13
  61.     Caption = 'S&erial Number'
  62.   end
  63.   object txtUnlockCode: TEdit
  64.     Left = 96
  65.     Top = 138
  66.     Width = 209
  67.     Height = 21
  68.     TabOrder = 3
  69.   end
  70.   object txtName: TEdit
  71.     Left = 96
  72.     Top = 90
  73.     Width = 209
  74.     Height = 21
  75.     TabOrder = 1
  76.   end
  77.   object btnOk: TButton
  78.     Left = 231
  79.     Top = 168
  80.     Width = 75
  81.     Height = 23
  82.     Caption = 'OK'
  83.     Default = True
  84.     ModalResult = 1
  85.     TabOrder = 4
  86.     OnClick = btnOkClick
  87.   end
  88.   object txtUserCompanyName: TEdit
  89.     Left = 96
  90.     Top = 114
  91.     Width = 209
  92.     Height = 21
  93.     TabOrder = 2
  94.   end
  95.   object txtSerialNumber: TEdit
  96.     Left = 96
  97.     Top = 66
  98.     Width = 209
  99.     Height = 21
  100.     TabStop = False
  101.     Color = clBtnFace
  102.     ReadOnly = True
  103.     TabOrder = 0
  104.   end
  105. end
  106.