home *** CD-ROM | disk | FTP | other *** search
- object frmNag: TfrmNag
- Left = 261
- Top = 734
- BorderStyle = bsDialog
- ClientHeight = 370
- ClientWidth = 525
- Color = clBtnFace
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- Scaled = False
- OnCloseQuery = FormCloseQuery
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 415
- Top = -3
- Width = 6
- Height = 373
- Shape = bsLeftLine
- end
- object Bevel2: TBevel
- Left = 424
- Top = 319
- Width = 93
- Height = 9
- Shape = bsTopLine
- end
- object btnClose: TButton
- Left = 424
- Top = 226
- Width = 93
- Height = 24
- Caption = 'Order Now'
- TabOrder = 0
- OnClick = btnCloseClick
- end
- object btnEnterCode: TButton
- Left = 424
- Top = 254
- Width = 93
- Height = 24
- Caption = 'Enter Key'
- TabOrder = 1
- OnClick = btnEnterCodeClick
- end
- object btnOrderNow: TButton
- Left = 424
- Top = 332
- Width = 93
- Height = 24
- Caption = 'Keep Testing'
- TabOrder = 2
- OnClick = btnOrderNowClick
- end
- object htmNag: TTUHTMLViewer
- Left = 0
- Top = 0
- Width = 415
- Height = 370
- TabOrder = 3
- BorderStyle = htNone
- HistoryMaxCount = 0
- DefFontName = 'Times New Roman'
- DefPreFontName = 'Courier New'
- DefFontColor = clBlack
- NoSelect = True
- CharSet = DEFAULT_CHARSET
- PrintMarginLeft = 2
- PrintMarginRight = 2
- PrintMarginTop = 2
- PrintMarginBottom = 2
- PrintScale = 1
- BaseCSSFile = '-'
- CSS.Strings = (
- 'body'#9'{'
- #9'margin: 137 0 0 24;'
- #9'}'
- 'b'#9'{'
- #9'color: #393939;'
- #9'}'
- 'p'#9'{'
- #9'margin: 0 0 0 0;'
- #9'font-family: Tahoma, Arial;'
- #9'font-size: 10px;'
- #9'}'
- '.time'#9'{'
- #9'position: absolute;'
- #9'top: 311;'
- #9'}')
- object pbTrial: TProgressBar
- Left = 24
- Top = 329
- Width = 366
- Height = 17
- Min = 0
- Max = 100
- TabOrder = 4
- end
- end
- object btnQuit: TButton
- Left = 424
- Top = 282
- Width = 93
- Height = 24
- Caption = 'Exit'
- TabOrder = 4
- OnClick = btnQuitClick
- end
- end
-