home *** CD-ROM | disk | FTP | other *** search
- object frmRegCode: TfrmRegCode
- Left = 388
- Top = 337
- BorderStyle = bsDialog
- Caption = 'Enter Key'
- ClientHeight = 262
- ClientWidth = 405
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- Position = poOwnerFormCenter
- Scaled = False
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object lblRegCode: TLabel
- Left = 14
- Top = 137
- Width = 88
- Height = 13
- Caption = 'Registration Key:'
- FocusControl = MaskEdit1
- end
- object lblFullName: TLabel
- Left = 14
- Top = 77
- Width = 77
- Height = 13
- Caption = '&Full name:'
- FocusControl = edtFullName
- end
- object lblOrg: TLabel
- Left = 14
- Top = 106
- Width = 65
- Height = 13
- Caption = '&Organization:'
- FocusControl = edtOrganization
- end
- object bvlBottom: TBevel
- Left = 10
- Top = 217
- Width = 386
- Height = 6
- Shape = bsTopLine
- end
- object imgKeys: TImage
- Left = 12
- Top = 9
- Width = 32
- Height = 32
- end
- object bvlTop: TBevel
- Left = 10
- Top = 56
- Width = 386
- Height = 6
- Shape = bsTopLine
- end
- object lblTopic: TLabel
- Left = 52
- Top = 11
- Width = 345
- Height = 41
- AutoSize = False
- Caption = '.'
- WordWrap = True
- end
- object btnOk: TButton
- Left = 241
- Top = 229
- Width = 75
- Height = 23
- Caption = 'OK'
- Default = True
- TabOrder = 3
- OnClick = btnOkClick
- end
- object btnCancel: TButton
- Left = 321
- Top = 229
- Width = 75
- Height = 23
- Cancel = True
- Caption = 'Cancel'
- TabOrder = 4
- OnClick = btnCancelClick
- end
- object edtFullName: TEdit
- Left = 106
- Top = 74
- Width = 289
- Height = 21
- TabOrder = 0
- end
- object edtOrganization: TEdit
- Left = 106
- Top = 103
- Width = 289
- Height = 21
- TabOrder = 1
- end
- object MaskEdit1: TMaskEdit
- Left = 106
- Top = 133
- Width = 289
- Height = 25
- AutoSelect = False
- AutoSize = False
- EditMask = '>AAAAA-AAAAA-AAAAA-AAAAA-AAAAA-AAAAA;1; '
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Fixedsys'
- Font.Style = []
- MaxLength = 35
- ParentFont = False
- TabOrder = 2
- Text = ' - - - - - '
- OnKeyDown = MaskEdit1KeyDown
- OnKeyPress = MaskEdit1KeyPress
- OnKeyUp = MaskEdit1KeyUp
- end
- object htmlBuyOnline: TTUHTMLViewer
- Left = 106
- Top = 169
- Width = 289
- Height = 44
- OnHotSpotClick = htmlBuyOnlineHotSpotClick
- TabOrder = 5
- BorderStyle = htNone
- HistoryMaxCount = 0
- DefFontName = 'Tahoma'
- DefPreFontName = 'Courier New'
- DefFontSize = 8
- DefHotSpotColor = clNavy
- NoSelect = True
- ScrollBars = ssNone
- CharSet = DEFAULT_CHARSET
- MarginHeight = 0
- MarginWidth = 0
- PrintMarginLeft = 2
- PrintMarginRight = 2
- PrintMarginTop = 2
- PrintMarginBottom = 2
- PrintScale = 1
- htOptions = [htOverLinksActive, htPrintTableBackground, htPrintMonochromeBlack]
- HTML.Strings = (
-
- 'If you do not have a Registration Key for unlocking this trial v' +
- 'ersion, you can'
- '<a href="#">order one online</a>.')
- end
- end
-