home *** CD-ROM | disk | FTP | other *** search
- object frmUnlock: TfrmUnlock
- Left = 267
- Top = 393
- BorderStyle = bsDialog
- Caption = 'Please enter the unlock information'
- ClientHeight = 114
- ClientWidth = 311
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnShow = FormShow
- 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 = 231
- Top = 88
- Width = 75
- Height = 23
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 3
- OnClick = btnOkClick
- end
- object txtUserCompanyName: TEdit
- Left = 96
- Top = 34
- Width = 209
- Height = 21
- TabOrder = 1
- end
- end
-