object FrmTrialVersion: TFrmTrialVersion Left = 203 Top = 109 BorderStyle = bsDialog Caption = 'Raize Software Solutions, Inc.' ClientHeight = 341 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 = 154 AutoSize = True Picture.Data = {} end object Label1: TLabel Left = 8 Top = 164 Width = 411 Height = 39 Caption = 'This application uses components from the free-trial version of ' + 'Raize Components for Delphi. These components are only availabl' + 'e when Delphi is also running. As a result, this application wi' + 'll be terminated once this window is closed.' WordWrap = True end object Label2: TLabel Left = 8 Top = 212 Width = 409 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 for Delphi.' WordWrap = True end object Label3: TLabel Left = 8 Top = 264 Width = 196 Height = 13 Caption = 'Contact Raize Software Solutions, Inc. by' WordWrap = True end object Label4: TLabel Left = 8 Top = 248 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 = 36 Top = 284 Width = 164 Height = 13 Caption = 'Sending email to sales@raize.com,' end object Label6: TLabel Left = 36 Top = 302 Width = 248 Height = 13 Caption = 'Pointing your Web browser to http://www.raize.com,' end object Label7: TLabel Left = 36 Top = 320 Width = 225 Height = 13 Caption = 'Or calling 630-717-7217 (M-F) 9am to 6pm CST' end object Image2: TImage Left = 20 Top = 284 Width = 12 Height = 12 AutoSize = True Picture.Data = {} end object Image3: TImage Left = 20 Top = 302 Width = 12 Height = 12 AutoSize = True end object Image4: TImage Left = 20 Top = 320 Width = 12 Height = 12 AutoSize = True end object Button1: TButton Left = 348 Top = 308 Width = 75 Height = 25 Caption = 'Close' Default = True ModalResult = 1 TabOrder = 0 end end