object FAbout: TFAbout Left = 301 Top = 168 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'About' ClientHeight = 191 ClientWidth = 465 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label19: TLabel Left = 2 Top = 5 Width = 456 Height = 28 Alignment = taCenter AutoSize = False Caption = 'WWEWEWEWE' Font.Color = clNavy Font.Height = -21 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object Label20: TLabel Left = 2 Top = 48 Width = 456 Height = 21 Alignment = taCenter AutoSize = False Font.Color = clBlack Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label21: TLabel Left = 125 Top = 158 Width = 231 Height = 13 Alignment = taCenter AutoSize = False end object Button1: TButton Left = 382 Top = 150 Width = 74 Height = 26 Caption = 'OK' TabOrder = 0 OnClick = Button1Click end object Panel11: TPanel Left = 240 Top = 95 Width = 220 Height = 34 Alignment = taLeftJustify Caption = ' Memory load :' TabOrder = 1 object Panel12: TPanel Left = 80 Top = 8 Width = 129 Height = 17 BevelOuter = bvLowered TabOrder = 0 object pmemload: TProgressBar Left = 1 Top = 1 Width = 127 Height = 15 Align = alClient Min = 0 Max = 100 TabOrder = 0 end end end object Panel3: TPanel Left = 8 Top = 95 Width = 221 Height = 34 Alignment = taLeftJustify Caption = ' Disk load :' TabOrder = 2 object Panel4: TPanel Left = 80 Top = 8 Width = 129 Height = 17 BevelOuter = bvLowered Caption = 'Panel4' TabOrder = 0 object pdiskload: TProgressBar Left = 1 Top = 1 Width = 127 Height = 15 Align = alClient Min = 0 Max = 100 TabOrder = 0 end end end end