home *** CD-ROM | disk | FTP | other *** search
/ c't freeware shareware 2001 January / CT_SW0101.ISO / pc / software / finanzen / finanz / apwin95.exe / SHRLK20.OC_ / SHRLK20.OC / 0 / RCDATA / TFRMUNLOCK / TFRMUNLOCK.txt
Text File  |  1997-11-17  |  1KB  |  75 lines

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