home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hot Shareware 32
/
hot34.iso
/
ficheros
/
9UTI
/
CRONIT.ZIP
/
_SETUP.1
/
cronit.exe
/
0
/
RCDATA
/
TFRMUNLOCK
/
TFRMUNLOCK.txt
Wrap
Text File
|
1998-04-15
|
1KB
|
71 lines
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
end
object txtUserCompanyName: TEdit
Left = 96
Top = 34
Width = 209
Height = 21
TabOrder = 1
end
end