object NagScreen: TNagScreen Left = 425 Top = 121 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = '% 30-day evaluation' ClientHeight = 273 ClientWidth = 427 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object ThankYouDisplay: TLabel Left = 72 Top = 80 Width = 158 Height = 16 Caption = 'Thank you for trying %!' Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object ProgramIcon: TImage Left = 24 Top = 16 Width = 32 Height = 32 Stretch = True IsControl = True end object ProductTitleDisplay: TLabel Left = 72 Top = 16 Width = 102 Height = 20 Caption = 'Product Title' Font.Color = clBlack Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False Transparent = True end object Label3: TLabel Left = 72 Top = 36 Width = 38 Height = 13 Caption = 'Version:' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False Transparent = True end object VersionDisplay: TLabel Left = 112 Top = 36 Width = 17 Height = 13 Caption = 'x.x' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False Transparent = True IsControl = True end object Label5: TLabel Left = 72 Top = 112 Width = 289 Height = 41 AutoSize = False Caption = 'This program is not free. If you continue using it beyond the 3' + '0-day evaluation period, you must purchase a license.' WordWrap = True end object DaysSince: TLabel Left = 72 Top = 160 Width = 166 Height = 13 Caption = 'You have been using % for % days.' end object LastChance: TLabel Left = 72 Top = 178 Width = 289 Height = 41 AutoSize = False Caption = 'Please register soon!' Visible = False WordWrap = True end object Continuebtn: TBitBtn Left = 72 Top = 224 Width = 73 Height = 26 Caption = '&Continue' ModalResult = 1 TabOrder = 0 NumGlyphs = 2 end object HelpBtn: TBitBtn Left = 152 Top = 224 Width = 113 Height = 26 Caption = '&Ordering Info' TabOrder = 1 OnClick = HelpBtnClick NumGlyphs = 2 end object RegisterBtn: TBitBtn Left = 272 Top = 224 Width = 73 Height = 26 Caption = '&Register' ModalResult = 6 TabOrder = 2 end end