object AboutBox: TAboutBox Left = 394 Top = 240 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'About SQLScriptWriter' ClientHeight = 443 ClientWidth = 424 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnActivate = FormActivate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 29 Top = 10 Width = 360 Height = 32 Caption = 'SQLScriptWriter Version 1.3' Font.Color = clBlack Font.Height = -27 Font.Name = 'Arial' Font.Style = [fsBold, fsItalic] ParentFont = False end object Label2: TLabel Left = 26 Top = 8 Width = 360 Height = 32 Caption = 'SQLScriptWriter Version 1.3' Color = clGreen Font.Color = clYellow Font.Height = -27 Font.Name = 'Arial' Font.Style = [fsBold, fsItalic] ParentColor = False ParentFont = False Transparent = True end object Label3: TLabel Left = 67 Top = 44 Width = 278 Height = 20 Caption = 'Copyright � 1997 Neil Butterworth' Font.Color = clBlack Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object RegInfo: TLabel Left = 21 Top = 84 Width = 369 Height = 20 Alignment = taCenter AutoSize = False Caption = 'RegInfo' Font.Color = clBlack Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Button1: TButton Left = 179 Top = 401 Width = 65 Height = 25 Cancel = True Caption = 'Ok' Default = True Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ModalResult = 1 ParentFont = False TabOrder = 0 end object Memo1: TMemo Left = 22 Top = 128 Width = 377 Height = 257 TabStop = False Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] Lines.Strings = ( 'SQLScriptWriter is a combined editing and execution ' 'environment for the development of SQL DDL and DML ' 'scripts. ' '' 'SQLScriptWriter is shareware. You may use an' 'unregistered copy for evaluation purposes for 28 days,' 'after which you should register your copy. ' '' 'For details of how to register, please see the on-line help. ' 'If the help is missing, or if you have any queries or comments ' 'regarding SQLScriptWriter, please contact Neil Butterworth' '' 'On CompuServe: 101565,2326' 'Via the Internet: neil_butterworth@compuserve.com') ParentColor = True ParentFont = False ReadOnly = True TabOrder = 1 end end