object AboutBox: TAboutBox Left = 238 Top = 104 ActiveControl = OKButton BorderStyle = bsDialog Caption = 'About' ClientHeight = 213 ClientWidth = 298 Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] Position = poScreenCenter OnClose = FormClose PixelsPerInch = 96 TextHeight = 16 object Panel1: TPanel Left = 8 Top = 8 Width = 281 Height = 161 BevelInner = bvRaised BevelOuter = bvLowered TabOrder = 0 object ProductName: TLabel Left = 136 Top = 8 Width = 113 Height = 85 Alignment = taCenter AutoSize = False Caption = 'Employment and Personnel Department' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False IsControl = True end object Version: TLabel Left = 156 Top = 52 Width = 72 Height = 13 Caption = 'Version 1.01' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False IsControl = True end object Copyright: TLabel Left = 12 Top = 92 Width = 253 Height = 13 Caption = 'Copyright Risk Management Software (1997)' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False IsControl = True end object Comments: TLabel Left = 24 Top = 114 Width = 225 Height = 26 Alignment = taCenter Caption = 'Developed to help, guide and manage Personnel Operations' Font.Color = clBlue Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False WordWrap = True IsControl = True end object Image1: TImage Left = 8 Top = 8 Width = 100 Height = 75 AutoSize = True Picture.Data = {} end end object OKButton: TBitBtn Left = 111 Top = 178 Width = 77 Height = 27 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 1 OnClick = OKButtonClick Kind = bkOK Margin = 2 Spacing = -1 IsControl = True end end