home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 July / PCWorld_1999-07_cd.bin / software / Servis / Mailchk / MAILCHK.EXE / 0 / RCDATA / TFABOUT / TFABOUT.txt
Text File  |  1997-10-19  |  2KB  |  117 lines

  1. object FAbout: TFAbout
  2.   Left = 301
  3.   Top = 168
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  7.   ClientHeight = 191
  8.   ClientWidth = 465
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label19: TLabel
  18.     Left = 2
  19.     Top = 5
  20.     Width = 456
  21.     Height = 28
  22.     Alignment = taCenter
  23.     AutoSize = False
  24.     Caption = 'WWEWEWEWE'
  25.     Font.Color = clNavy
  26.     Font.Height = -21
  27.     Font.Name = 'Arial'
  28.     Font.Style = [fsBold]
  29.     ParentFont = False
  30.   end
  31.   object Label20: TLabel
  32.     Left = 2
  33.     Top = 48
  34.     Width = 456
  35.     Height = 21
  36.     Alignment = taCenter
  37.     AutoSize = False
  38.     Font.Color = clBlack
  39.     Font.Height = -16
  40.     Font.Name = 'MS Sans Serif'
  41.     Font.Style = [fsBold]
  42.     ParentFont = False
  43.   end
  44.   object Label21: TLabel
  45.     Left = 125
  46.     Top = 158
  47.     Width = 231
  48.     Height = 13
  49.     Alignment = taCenter
  50.     AutoSize = False
  51.   end
  52.   object Button1: TButton
  53.     Left = 382
  54.     Top = 150
  55.     Width = 74
  56.     Height = 26
  57.     Caption = 'OK'
  58.     TabOrder = 0
  59.     OnClick = Button1Click
  60.   end
  61.   object Panel11: TPanel
  62.     Left = 240
  63.     Top = 95
  64.     Width = 220
  65.     Height = 34
  66.     Alignment = taLeftJustify
  67.     Caption = '  Memory load :'
  68.     TabOrder = 1
  69.     object Panel12: TPanel
  70.       Left = 80
  71.       Top = 8
  72.       Width = 129
  73.       Height = 17
  74.       BevelOuter = bvLowered
  75.       TabOrder = 0
  76.       object pmemload: TProgressBar
  77.         Left = 1
  78.         Top = 1
  79.         Width = 127
  80.         Height = 15
  81.         Align = alClient
  82.         Min = 0
  83.         Max = 100
  84.         TabOrder = 0
  85.       end
  86.     end
  87.   end
  88.   object Panel3: TPanel
  89.     Left = 8
  90.     Top = 95
  91.     Width = 221
  92.     Height = 34
  93.     Alignment = taLeftJustify
  94.     Caption = '  Disk load :'
  95.     TabOrder = 2
  96.     object Panel4: TPanel
  97.       Left = 80
  98.       Top = 8
  99.       Width = 129
  100.       Height = 17
  101.       BevelOuter = bvLowered
  102.       Caption = 'Panel4'
  103.       TabOrder = 0
  104.       object pdiskload: TProgressBar
  105.         Left = 1
  106.         Top = 1
  107.         Width = 127
  108.         Height = 15
  109.         Align = alClient
  110.         Min = 0
  111.         Max = 100
  112.         TabOrder = 0
  113.       end
  114.     end
  115.   end
  116. end
  117.