object frmSrwAbout: TfrmSrwAbout Left = 168 Top = 118 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'About' ClientHeight = 257 ClientWidth = 529 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] PixelsPerInch = 96 Position = poScreenCenter OnActivate = FormActivate TextHeight = 13 object Shape1: TShape Left = 177 Top = 96 Width = 0 Height = 81 end object Shape2: TShape Left = 169 Top = 96 Width = 0 Height = 113 end object labVersion: TLabel Left = 8 Top = 41 Width = 377 Height = 16 AutoSize = False Caption = 'Version' Font.Color = clNavy Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object labTitle: TLabel Left = 8 Top = 8 Width = 377 Height = 33 AutoSize = False Caption = 'Title' Font.Color = clNavy Font.Height = -24 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object panCopyright: TPanel Left = 8 Top = 216 Width = 513 Height = 33 BevelInner = bvRaised BevelOuter = bvLowered Font.Color = clMaroon Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 6 object labCopyright: TLabel Left = 8 Top = 12 Width = 497 Height = 16 Alignment = taCenter AutoSize = False Caption = 'Copyright' end end object panLicensing2: TPanel Left = 8 Top = 88 Width = 169 Height = 137 BevelInner = bvRaised BevelOuter = bvLowered TabOrder = 1 object labUser: TLabel Left = 8 Top = 32 Width = 137 Height = 16 AutoSize = False Caption = 'User' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object labCompany: TLabel Left = 8 Top = 73 Width = 137 Height = 16 AutoSize = False Caption = 'Company' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object labSerial: TLabel Left = 8 Top = 115 Width = 137 Height = 16 AutoSize = False Caption = 'Serial Number' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label1: TLabel Left = 8 Top = 16 Width = 63 Height = 13 Caption = 'User Name' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label2: TLabel Left = 8 Top = 57 Width = 52 Height = 13 Caption = 'Company' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label3: TLabel Left = 8 Top = 99 Width = 80 Height = 13 Caption = 'Serial Number' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end end object panComments2: TPanel Left = 336 Top = 88 Width = 185 Height = 137 BevelInner = bvRaised BevelOuter = bvLowered Font.Color = clNavy Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 5 object labComments: TLabel Left = 16 Top = 15 Width = 161 Height = 114 AutoSize = False Caption = 'Comments' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False WordWrap = True end end object panLegal2: TPanel Left = 168 Top = 88 Width = 177 Height = 137 BevelInner = bvRaised BevelOuter = bvLowered TabOrder = 3 object labLegal: TLabel Left = 8 Top = 15 Width = 161 Height = 114 AutoSize = False Caption = 'Legal' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False WordWrap = True end end object panLicensing1: TPanel Left = 16 Top = 80 Width = 145 Height = 17 Caption = 'Licensing' Font.Color = clMaroon Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 0 end object panComments1: TPanel Left = 360 Top = 80 Width = 145 Height = 17 Caption = 'Comments' Font.Color = clMaroon Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 4 end object panLegal1: TPanel Left = 184 Top = 80 Width = 145 Height = 17 Caption = 'Legal Notice' Font.Color = clMaroon Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 2 end object cmdClose: TBitBtn Left = 408 Top = 8 Width = 113 Height = 25 Caption = '&Close' TabOrder = 7 OnClick = cmdCloseClick Style = bsNew end object cmdHelp: TBitBtn Left = 408 Top = 40 Width = 113 Height = 25 Caption = '&Help' TabOrder = 8 OnClick = cmdHelpClick Style = bsNew end end