object AboutBox: TAboutBox Left = 248 Top = 148 BorderStyle = bsDialog Caption = 'About ' ClientHeight = 256 ClientWidth = 382 Font.Color = clWindowText Font.Height = -10 Font.Name = 'MS Sans Serif' Font.Style = [] OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object ProgramIcon: TImage Left = 16 Top = 16 Width = 32 Height = 32 end object ProductName: TLabel Left = 84 Top = 32 Width = 289 Height = 13 AutoSize = False Caption = 'Product' Transparent = True end object Version: TLabel Left = 84 Top = 48 Width = 289 Height = 13 AutoSize = False Caption = 'Version' Transparent = True end object Copyright: TLabel Left = 84 Top = 63 Width = 289 Height = 13 AutoSize = False Caption = 'Copyright' Transparent = True end object Bevel1: TBevel Left = 80 Top = 139 Width = 293 Height = 2 end object OSName: TLabel Left = 123 Top = 148 Width = 248 Height = 17 Alignment = taRightJustify AutoSize = False Caption = 'OSName' Transparent = True end object CPUName: TLabel Left = 199 Top = 163 Width = 172 Height = 17 Alignment = taRightJustify AutoSize = False Caption = 'CPUName' Transparent = True end object Memory: TLabel Left = 199 Top = 179 Width = 172 Height = 17 Alignment = taRightJustify AutoSize = False Caption = 'Memory' Transparent = True end object Comments1: TLabel Left = 84 Top = 88 Width = 289 Height = 13 AutoSize = False Caption = 'Comments1' Transparent = True end object Comments2: TLabel Left = 84 Top = 106 Width = 289 Height = 31 AutoSize = False Caption = 'Comments2' Transparent = True WordWrap = True end object Label1: TLabel Left = 84 Top = 164 Width = 29 Height = 17 AutoSize = False Caption = 'CPU:' Transparent = True end object Label2: TLabel Left = 84 Top = 180 Width = 97 Height = 17 AutoSize = False Caption = 'Available Memory:' Transparent = True end object Label3: TLabel Left = 84 Top = 148 Width = 29 Height = 17 AutoSize = False Caption = 'OS:' Transparent = True end object Company: TLabel Left = 84 Top = 16 Width = 289 Height = 13 AutoSize = False Caption = 'Company' Transparent = True end object Button1: TButton Left = 296 Top = 224 Width = 75 Height = 23 Caption = 'OK' ModalResult = 1 TabOrder = 0 OnClick = Button1Click end object VersionResource1: TVersionResource Left = 20 Top = 68 end end