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

  1. object frmUnlock: TfrmUnlock
  2.   Left = 267
  3.   Top = 393
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Please enter the unlock information'
  7.   ClientHeight = 114
  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 = 14
  23.     Width = 28
  24.     Height = 13
  25.     Caption = '&Name'
  26.     FocusControl = txtName
  27.   end
  28.   object lblUnlockCode: TLabel
  29.     Left = 8
  30.     Top = 62
  31.     Width = 62
  32.     Height = 13
  33.     Caption = '&Unlock Code'
  34.     FocusControl = txtUnlockCode
  35.   end
  36.   object lblCompanyname: TLabel
  37.     Left = 8
  38.     Top = 38
  39.     Width = 75
  40.     Height = 13
  41.     Caption = '&Company Name'
  42.     FocusControl = txtUserCompanyName
  43.   end
  44.   object txtUnlockCode: TEdit
  45.     Left = 96
  46.     Top = 58
  47.     Width = 209
  48.     Height = 21
  49.     TabOrder = 2
  50.   end
  51.   object txtName: TEdit
  52.     Left = 96
  53.     Top = 10
  54.     Width = 209
  55.     Height = 21
  56.     TabOrder = 0
  57.   end
  58.   object btnOk: TButton
  59.     Left = 231
  60.     Top = 88
  61.     Width = 75
  62.     Height = 23
  63.     Caption = 'OK'
  64.     Default = True
  65.     ModalResult = 1
  66.     TabOrder = 3
  67.     OnClick = btnOkClick
  68.   end
  69.   object txtUserCompanyName: TEdit
  70.     Left = 96
  71.     Top = 34
  72.     Width = 209
  73.     Height = 21
  74.     TabOrder = 1
  75.   end
  76. end
  77.