object NagForm: TNagForm Left = 222 Top = 152 BorderIcons = [] BorderStyle = bsDialog Caption = 'CalendEzy' ClientHeight = 302 ClientWidth = 370 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 4 Top = 258 Width = 361 Height = 43 Style = bsRaised end object Bevel3: TBevel Left = 4 Top = 148 Width = 361 Height = 101 end object Bevel2: TBevel Left = 4 Top = 4 Width = 361 Height = 137 Shape = bsFrame Style = bsRaised end object Label1: TLabel Left = 20 Top = 16 Width = 329 Height = 65 Alignment = taCenter AutoSize = False Caption = 'Thank you for trying CalendEzy! A handy virtual calendar that'#39's ' + 'so different from the rest.... Feel free to copy and distribute ' + 'the full set of files to friends and colleagues.' Font.Color = clWindowText Font.Height = -12 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object Label2: TLabel Left = 20 Top = 82 Width = 329 Height = 51 Alignment = taCenter AutoSize = False Caption = 'You are allowed 30 days of usage, after which you should delete ' + 'the files from your system if you don'#39't intend to place an order' + '.' Font.Color = clWindowText Font.Height = -12 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object WhyOrderLabel: TLabel Left = 148 Top = 160 Width = 68 Height = 15 Caption = 'Why Order?' Font.Color = clWindowText Font.Height = -12 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object IncentiveLabel1: TLabel Left = 20 Top = 182 Width = 329 Height = 59 Alignment = taCenter AutoSize = False Caption = 'xxx' Font.Color = clWindowText Font.Height = -12 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object Image1: TImage Left = 324 Top = 262 Width = 33 Height = 35 Picture.Data = {} Stretch = True end object UsageLabel: TLabel Left = 76 Top = 272 Width = 133 Height = 15 Caption = 'Usage Days Remaining:' Font.Color = clWindowText Font.Height = -12 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object CountLabel: TLabel Left = 216 Top = 272 Width = 21 Height = 15 Caption = 'xxx' Font.Color = clInfoText Font.Height = -12 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object Bevel4: TBevel Left = 144 Top = 72 Width = 73 Height = 9 Shape = bsTopLine end object OrderButton: TButton Left = 248 Top = 262 Width = 69 Height = 35 Caption = 'OR&DER' Font.Color = clMaroon Font.Height = -12 Font.Name = 'Times New Roman' Font.Style = [fsBold] ParentFont = False TabOrder = 0 OnClick = OrderButtonClick end object OKBitBtn: TBitBtn Left = 12 Top = 262 Width = 55 Height = 35 Caption = '&OK' TabOrder = 1 Kind = bkOK end end