object frmShareware: TfrmShareware Left = 216 Top = 172 ActiveControl = cmdLicence BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Unregistered version' ClientHeight = 233 ClientWidth = 390 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object lblThanks: TLabel Left = 64 Top = 16 Width = 289 Height = 13 AutoSize = False Caption = 'thanks' end object lblSWType: TLabel Left = 64 Top = 40 Width = 305 Height = 42 AutoSize = False WordWrap = True end object Image1: TImage Left = 16 Top = 16 Width = 33 Height = 33 Picture.Data = {} end object lblAgree: TLabel Left = 80 Top = 107 Width = 268 Height = 27 AutoSize = False Caption = 'I have read and accept all the terms of the Licence Agreement :' WordWrap = True end object Bevel1: TBevel Left = 64 Top = 92 Width = 305 Height = 121 Shape = bsFrame end object cmdAgree: TButton Left = 80 Top = 140 Width = 73 Height = 25 Caption = '&Accept' ModalResult = 1 TabOrder = 0 end object cmdLicence: TButton Left = 240 Top = 140 Width = 113 Height = 25 Caption = '&Licence Agreement' TabOrder = 2 OnClick = cmdLicenceClick end object cmdOrder: TButton Left = 239 Top = 172 Width = 114 Height = 25 Caption = '&Ordering Information' TabOrder = 3 OnClick = cmdOrderClick end object cmdQuit: TButton Left = 160 Top = 140 Width = 73 Height = 25 Cancel = True Caption = '&Quit' Default = True ModalResult = 7 TabOrder = 1 end end