object frmAbout: TfrmAbout Left = 253 Top = 253 HelpContext = 7 HorzScrollBar.Visible = False VertScrollBar.Visible = False ActiveControl = butOK BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'About BK Periodic Library' ClientHeight = 392 ClientWidth = 455 Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop Position = poDefaultPosOnly OnCreate = FormCreate PixelsPerInch = 120 TextHeight = 16 object imgIcon: TImage Left = 40 Top = 32 Width = 32 Height = 32 end object lblVer: TLabel Left = 116 Top = 20 Width = 293 Height = 16 AutoSize = False Caption = 'BK Periodic Library' Transparent = True end object Label2: TLabel Left = 116 Top = 60 Width = 155 Height = 16 AutoSize = False Caption = 'Designed and created by:' Transparent = True end object Label3: TLabel Left = 116 Top = 80 Width = 209 Height = 16 AutoSize = False Caption = 'Bill Klein - Computer Programming' Transparent = True end object Label4: TLabel Left = 116 Top = 100 Width = 288 Height = 16 AutoSize = False Caption = 'Copyright � 1997 Bill Klein. All Rights Reserved.' Transparent = True end object Label5: TLabel Left = 116 Top = 140 Width = 305 Height = 61 AutoSize = False Caption = 'This program was designed and created by Bill Klein. It is avail' + 'able for free usage for all students and individuals using it fo' + 'r personal use.' Transparent = True end object Label6: TLabel Left = 116 Top = 205 Width = 305 Height = 78 AutoSize = False Caption = 'Organisations, schools, and businesses can purchase a license to' + ' use this program at a cost of $30.00 US per license. Contact th' + 'e author for multiple-license pricing.' Transparent = True end object Bevel1: TBevel Left = 116 Top = 128 Width = 321 Height = 9 Shape = bsTopLine end object Label7: TLabel Left = 40 Top = 287 Width = 66 Height = 18 Alignment = taRightJustify AutoSize = False Caption = 'E-Mail:' end object Label8: TLabel Left = 33 Top = 321 Width = 73 Height = 22 Alignment = taRightJustify AutoSize = False Caption = 'Web:' end object lblReg: TLabel Left = 116 Top = 40 Width = 293 Height = 16 AutoSize = False Caption = 'Registered...' Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False Transparent = True end object butOK: TButton Left = 336 Top = 352 Width = 101 Height = 29 Cancel = True Caption = 'OK' Default = True TabOrder = 2 OnClick = butOKClick end object txtURL: TEdit Left = 116 Top = 317 Width = 286 Height = 24 AutoSize = False ParentColor = True ReadOnly = True TabOrder = 1 end object txtEMail: TEdit Left = 116 Top = 284 Width = 286 Height = 24 AutoSize = False ParentColor = True ReadOnly = True TabOrder = 0 end end