object frmUnlock: TfrmUnlock Left = 260 Top = 418 BorderStyle = bsDialog Caption = 'Please enter the unlock information' ClientHeight = 122 ClientWidth = 311 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object lblName: TLabel Left = 8 Top = 14 Width = 28 Height = 13 Caption = '&Name' FocusControl = txtName end object lblUnlockCode: TLabel Left = 8 Top = 62 Width = 62 Height = 13 Caption = '&Unlock Code' FocusControl = txtUnlockCode end object lblCompanyname: TLabel Left = 8 Top = 38 Width = 75 Height = 13 Caption = '&Company Name' FocusControl = txtUserCompanyName end object txtUnlockCode: TEdit Left = 96 Top = 58 Width = 209 Height = 21 TabOrder = 2 end object txtName: TEdit Left = 96 Top = 10 Width = 209 Height = 21 TabOrder = 0 end object btnOk: TButton Left = 232 Top = 88 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 3 OnClick = btnOkClick end object txtUserCompanyName: TEdit Left = 96 Top = 34 Width = 209 Height = 21 Hint = 'This is the name of your company, usually used if your business ' + 'has purchased the software.' TabOrder = 1 end end