object FrmTrialVersion: TFrmTrialVersion Left = 203 Top = 109 BorderStyle = bsDialog Caption = 'Raize Software Solutions, Inc.' ClientHeight = 328 ClientWidth = 430 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 4 Top = 0 Width = 422 Height = 141 AutoSize = True Picture.Data = {} end object Label1: TLabel Left = 20 Top = 152 Width = 385 Height = 39 Caption = 'This application uses components from the free-trial version of ' + 'Raize Components. These components are only usable when Delphi o' + 'r C++Builder is also running. As a result, this application wil' + 'l be terminated once this window is closed.' WordWrap = True end object Label2: TLabel Left = 20 Top = 200 Width = 393 Height = 26 Caption = 'In order to eliminate this restriction, the developers of this a' + 'pplication need to purchase the released version of Raize Compon' + 'ents.' WordWrap = True end object Label3: TLabel Left = 20 Top = 252 Width = 196 Height = 13 Caption = 'Contact Raize Software Solutions, Inc. by' WordWrap = True end object Label4: TLabel Left = 20 Top = 236 Width = 118 Height = 13 Caption = 'For More Information' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label5: TLabel Left = 48 Top = 290 Width = 164 Height = 13 Caption = 'Sending email to sales@raize.com,' end object Label6: TLabel Left = 48 Top = 272 Width = 248 Height = 13 Caption = 'Pointing your Web browser to http://www.raize.com,' end object Label7: TLabel Left = 48 Top = 308 Width = 212 Height = 13 Caption = 'Calling 630-717-7217 (M-F) 9am to 6pm CST' end object Image2: TImage Left = 32 Top = 272 Width = 12 Height = 12 AutoSize = True Picture.Data = {} end object Image3: TImage Left = 32 Top = 290 Width = 12 Height = 12 AutoSize = True end object Image4: TImage Left = 32 Top = 308 Width = 12 Height = 12 AutoSize = True end object Bevel1: TBevel Left = 0 Top = 144 Width = 429 Height = 9 Shape = bsTopLine end object Button1: TButton Left = 348 Top = 296 Width = 75 Height = 25 Caption = 'Close' Default = True ModalResult = 1 TabOrder = 0 end end