home *** CD-ROM | disk | FTP | other *** search
- object KeyExpiredFrm: TKeyExpiredFrm
- Left = 249
- Top = 114
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'KeyExpiredFrm'
- ClientHeight = 153
- ClientWidth = 479
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Image1: TImage
- Left = 12
- Top = 24
- Width = 41
- Height = 49
- Transparent = True
- end
- object Label1: TLabel
- Left = 64
- Top = 11
- Width = 382
- Height = 64
- Caption =
- 'Offline Commander is not free software. The trial version of Off' +
- 'line Commander is limited to 30 uses. You have used up all your ' +
- 'trial uses. If you like the product and want to continue using O' +
- 'ffline Commander you should purchase (register) it.'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- WordWrap = True
- end
- object Label2: TLabel
- Left = 64
- Top = 80
- Width = 25
- Height = 16
- Caption = 'Visit'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object URLLabel1: TURLLabel
- Left = 96
- Top = 80
- Width = 92
- Height = 16
- Cursor = crHandPoint
- Caption = 'www.zylox.com '
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- OnClick = URLLabel1Click
- end
- object Label3: TLabel
- Left = 192
- Top = 80
- Width = 120
- Height = 16
- Caption = 'for more information.'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Button1: TButton
- Left = 94
- Top = 120
- Width = 75
- Height = 25
- Caption = 'Register'
- TabOrder = 0
- OnClick = Button1Click
- end
- object Button3: TButton
- Left = 310
- Top = 120
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Exit'
- Default = True
- ModalResult = 3
- TabOrder = 1
- OnClick = Button3Click
- end
- object Button2: TButton
- Left = 184
- Top = 120
- Width = 113
- Height = 25
- Caption = 'Visit www.zylox.com'
- TabOrder = 2
- OnClick = URLLabel1Click
- end
- end
-