object formTrial: TformTrial Left = 387 Top = 65 BorderStyle = bsDialog Caption = 'Unregistered version' ClientHeight = 232 ClientWidth = 305 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 btnContinue: TButton Left = 8 Top = 168 Width = 137 Height = 25 Caption = 'Continue evaluation' Default = True ModalResult = 1 TabOrder = 1 end object GroupBox1: TGroupBox Left = 8 Top = 8 Width = 289 Height = 153 TabOrder = 0 object lblSHAREWARE: TLabel Left = 8 Top = 16 Width = 273 Height = 33 AutoSize = False Caption = 'Please note that Rapid File Defragmentor is shareware' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False WordWrap = True end object txtWarning: TLabel Left = 8 Top = 56 Width = 273 Height = 89 AutoSize = False Caption = 'You are now on day XX of your 30 day evaluation period. After a ' + '30 day period you must either register Rapid File Defragmentor o' + 'r remove it from your computer' WordWrap = True end end object btnHowToBuy: TButton Left = 160 Top = 168 Width = 137 Height = 25 Caption = 'How to buy' TabOrder = 2 OnClick = btnHowToBuyClick end object btnRegister: TButton Left = 8 Top = 200 Width = 137 Height = 25 Caption = 'Register' ModalResult = 6 TabOrder = 3 end object btnCancel: TButton Left = 160 Top = 200 Width = 137 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 4 end end