object PTFrmAbout: TPTFrmAbout Left = 18 Top = 158 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'About' ClientHeight = 301 ClientWidth = 247 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poScreenCenter ShowHint = True OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object CopyrightTxt: TLabel Left = 8 Top = 195 Width = 211 Height = 26 Caption = 'Copyright '#169' %sPlasmatech Software Design.'#13#10'All rights reserved.' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object ProductTxt: TLabel Left = 8 Top = 159 Width = 16 Height = 13 Caption = '%s' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object VersionTxt: TLabel Left = 8 Top = 175 Width = 51 Height = 13 Hint = 'Build %d' Caption = 'Version %s' end object Bevel1: TBevel Left = -1 Top = 149 Width = 253 Height = 2 end object Label1: TLabel Left = 8 Top = 251 Width = 108 Height = 13 Cursor = crHandPoint Caption = 'http://plasmatech.com' Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsUnderline] ParentFont = False OnClick = Label1Click end object txtVersion: TLabel Left = 183 Top = 176 Width = 57 Height = 12 Alignment = taRightJustify Caption = '(Version Info)' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -9 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object DebugGroup: TPTGroup Left = 24 Top = 8 Width = 193 Height = 121 Visible = False TabOrder = 3 object AllocMemCountTxt: TLabel Left = 8 Top = 8 Width = 103 Height = 13 Caption = 'AllocMemCount: %.0n' end object AllocMemSizeTxt: TLabel Left = 8 Top = 24 Width = 95 Height = 13 Caption = 'AllocMemSize: %.0n' end object DiffAllocMemCountTxt: TLabel Left = 8 Top = 48 Width = 119 Height = 13 Caption = 'DiffAllocMemCount: %.0n' end object DiffAllocMemSizeTxt: TLabel Left = 8 Top = 64 Width = 111 Height = 13 Caption = 'DiffAllocMemSize: %.0n' end object Button1: TButton Left = 8 Top = 88 Width = 75 Height = 23 Caption = '&Set Diff' TabOrder = 0 OnClick = Button1Click end object Button2: TButton Left = 104 Top = 88 Width = 75 Height = 23 Caption = '&Refresh' TabOrder = 1 OnClick = Button2Click end end object CloseBtn: TButton Left = 162 Top = 247 Width = 75 Height = 23 Cancel = True Caption = 'Close' Default = True ModalResult = 1 TabOrder = 0 end object Panel1: TPanel Left = 21 Top = 6 Width = 204 Height = 137 AutoSize = True BevelOuter = bvNone BorderStyle = bsSingle Ctl3D = True ParentCtl3D = False TabOrder = 1 object Image1: TImage Left = 0 Top = 0 Width = 200 Height = 133 AutoSize = True Center = True Picture.Data = {} Stretch = True OnClick = Image1Click end end object Panel2: TPanel Left = 4 Top = 276 Width = 238 Height = 18 BevelOuter = bvNone BorderStyle = bsSingle Caption = 'Thank you for purchasing' Color = clGreen Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 2 end end