home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 January / pcwk_01_1999.iso / Top100sh / Edukacja / Convpro / SHRLK20.DL_ / SHRLK20.DL / RCDATA / TFRMUNLOCK / TFRMUNLOCK.txt
Text File  |  1997-09-28  |  1KB  |  73 lines

  1. object frmUnlock: TfrmUnlock
  2.   Left = 267
  3.   Top = 393
  4.   BorderStyle = bsDialog
  5.   Caption = 'Please enter the unlock information'
  6.   ClientHeight = 114
  7.   ClientWidth = 311
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object lblName: TLabel
  17.     Left = 8
  18.     Top = 14
  19.     Width = 28
  20.     Height = 13
  21.     Caption = '&Name'
  22.     FocusControl = txtName
  23.   end
  24.   object lblUnlockCode: TLabel
  25.     Left = 8
  26.     Top = 62
  27.     Width = 62
  28.     Height = 13
  29.     Caption = '&Unlock Code'
  30.     FocusControl = txtUnlockCode
  31.   end
  32.   object lblCompanyname: TLabel
  33.     Left = 8
  34.     Top = 38
  35.     Width = 75
  36.     Height = 13
  37.     Caption = '&Company Name'
  38.     FocusControl = txtUserCompanyName
  39.   end
  40.   object txtUnlockCode: TEdit
  41.     Left = 96
  42.     Top = 58
  43.     Width = 209
  44.     Height = 21
  45.     TabOrder = 2
  46.   end
  47.   object txtName: TEdit
  48.     Left = 96
  49.     Top = 10
  50.     Width = 209
  51.     Height = 21
  52.     TabOrder = 0
  53.   end
  54.   object btnOk: TButton
  55.     Left = 231
  56.     Top = 88
  57.     Width = 75
  58.     Height = 23
  59.     Caption = 'OK'
  60.     Default = True
  61.     ModalResult = 1
  62.     TabOrder = 3
  63.     OnClick = btnOkClick
  64.   end
  65.   object txtUserCompanyName: TEdit
  66.     Left = 96
  67.     Top = 34
  68.     Width = 209
  69.     Height = 21
  70.     TabOrder = 1
  71.   end
  72. end
  73.