object frmAboutDlg: TfrmAboutDlg Left = 389 Top = 228 ActiveControl = btnOk BorderIcons = [biSystemMenu] BorderStyle = bsDialog ClientHeight = 258 ClientWidth = 342 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object imgIcon: TImage Left = 12 Top = 12 Width = 32 Height = 32 ParentShowHint = False ShowHint = False end object lblApplicationName: TLabel Left = 76 Top = 12 Width = 250 Height = 13 AutoSize = False end object lblTargetOS: TLabel Left = 76 Top = 31 Width = 250 Height = 13 AutoSize = False end object lblCopyright: TLabel Left = 76 Top = 48 Width = 250 Height = 13 AutoSize = False end object lblExtraInformation: TLabel Left = 76 Top = 65 Width = 250 Height = 26 AutoSize = False WordWrap = True end object lblRegistrationMessage: TLabel Left = 76 Top = 98 Width = 250 Height = 13 AutoSize = False end object lblUserName: TLabel Left = 76 Top = 115 Width = 250 Height = 13 AutoSize = False end object lblCompanyName: TLabel Left = 76 Top = 131 Width = 250 Height = 13 AutoSize = False end object Bevel1: TBevel Left = 76 Top = 157 Width = 250 Height = 5 Shape = bsTopLine end object lblPhysicalMemory: TLabel Left = 76 Top = 167 Width = 195 Height = 13 AutoSize = False end object lblSystemResources: TLabel Left = 76 Top = 188 Width = 195 Height = 13 AutoSize = False end object lblPhMem: TLabel Left = 275 Top = 167 Width = 50 Height = 13 AutoSize = False end object lblSysRes: TLabel Left = 275 Top = 188 Width = 50 Height = 13 AutoSize = False end object btnOk: TButton Left = 252 Top = 224 Width = 75 Height = 25 Cancel = True Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 end end