home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / E-MAIL / Spamex / sxsetup.exe / %MAINDIR% / spamex.exe / 0 / RCDATA / TFRMSTATUS / TFRMSTATUS.txt
Encoding:
Text File  |  1998-01-09  |  3.9 KB  |  181 lines

  1. object frmStatus: TfrmStatus
  2.   Left = 197
  3.   Top = 209
  4.   Width = 547
  5.   Height = 325
  6.   Caption = 'Status'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   OnDestroy = FormDestroy
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Panel1: TPanel
  18.     Left = 0
  19.     Top = 264
  20.     Width = 539
  21.     Height = 34
  22.     Align = alBottom
  23.     BevelOuter = bvNone
  24.     TabOrder = 0
  25.     object Label1: TLabel
  26.       Left = 4
  27.       Top = 8
  28.       Width = 83
  29.       Height = 13
  30.       Caption = 'Last Message:'
  31.       Font.Charset = DEFAULT_CHARSET
  32.       Font.Color = clWindowText
  33.       Font.Height = -11
  34.       Font.Name = 'MS Sans Serif'
  35.       Font.Style = [fsBold]
  36.       ParentFont = False
  37.     end
  38.     object lblLastMessage: TLabel
  39.       Left = 92
  40.       Top = 8
  41.       Width = 249
  42.       Height = 13
  43.       AutoSize = False
  44.       Font.Charset = DEFAULT_CHARSET
  45.       Font.Color = clWindowText
  46.       Font.Height = -11
  47.       Font.Name = 'MS Sans Serif'
  48.       Font.Style = [fsBold]
  49.       ParentFont = False
  50.     end
  51.     object Panel3: TPanel
  52.       Left = 356
  53.       Top = 0
  54.       Width = 183
  55.       Height = 34
  56.       Align = alRight
  57.       BevelOuter = bvNone
  58.       TabOrder = 0
  59.       object Button1: TButton
  60.         Left = 102
  61.         Top = 8
  62.         Width = 75
  63.         Height = 21
  64.         Cancel = True
  65.         Caption = '&Close'
  66.         Default = True
  67.         ModalResult = 2
  68.         TabOrder = 0
  69.         OnClick = Button1Click
  70.       end
  71.       object Button2: TButton
  72.         Left = 20
  73.         Top = 8
  74.         Width = 75
  75.         Height = 21
  76.         Caption = 'Clear &All'
  77.         ModalResult = 2
  78.         TabOrder = 1
  79.         OnClick = Button2Click
  80.       end
  81.     end
  82.   end
  83.   object Panel2: TPanel
  84.     Left = 0
  85.     Top = 185
  86.     Width = 539
  87.     Height = 79
  88.     Align = alBottom
  89.     BevelOuter = bvNone
  90.     TabOrder = 1
  91.     object Label2: TLabel
  92.       Left = 4
  93.       Top = 60
  94.       Width = 86
  95.       Height = 13
  96.       Caption = 'Current Action:'
  97.       Font.Charset = DEFAULT_CHARSET
  98.       Font.Color = clWindowText
  99.       Font.Height = -11
  100.       Font.Name = 'MS Sans Serif'
  101.       Font.Style = [fsBold]
  102.       ParentFont = False
  103.     end
  104.     object lblCurAction: TLabel
  105.       Left = 92
  106.       Top = 60
  107.       Width = 333
  108.       Height = 13
  109.       AutoSize = False
  110.       Font.Charset = DEFAULT_CHARSET
  111.       Font.Color = clWindowText
  112.       Font.Height = -11
  113.       Font.Name = 'MS Sans Serif'
  114.       Font.Style = [fsBold]
  115.       ParentFont = False
  116.     end
  117.     object lblNumErrors: TLabel
  118.       Left = 92
  119.       Top = 12
  120.       Width = 333
  121.       Height = 13
  122.       AutoSize = False
  123.       Font.Charset = DEFAULT_CHARSET
  124.       Font.Color = clWindowText
  125.       Font.Height = -11
  126.       Font.Name = 'MS Sans Serif'
  127.       Font.Style = [fsBold]
  128.       ParentFont = False
  129.     end
  130.     object l: TLabel
  131.       Left = 4
  132.       Top = 12
  133.       Width = 68
  134.       Height = 13
  135.       Caption = 'Error count:'
  136.       Font.Charset = DEFAULT_CHARSET
  137.       Font.Color = clWindowText
  138.       Font.Height = -11
  139.       Font.Name = 'MS Sans Serif'
  140.       Font.Style = [fsBold]
  141.       ParentFont = False
  142.     end
  143.     object Label3: TLabel
  144.       Left = 4
  145.       Top = 36
  146.       Width = 60
  147.       Height = 13
  148.       Caption = 'Last Error:'
  149.       Font.Charset = DEFAULT_CHARSET
  150.       Font.Color = clWindowText
  151.       Font.Height = -11
  152.       Font.Name = 'MS Sans Serif'
  153.       Font.Style = [fsBold]
  154.       ParentFont = False
  155.     end
  156.     object lblLastError: TLabel
  157.       Left = 92
  158.       Top = 36
  159.       Width = 333
  160.       Height = 13
  161.       AutoSize = False
  162.       Font.Charset = DEFAULT_CHARSET
  163.       Font.Color = clWindowText
  164.       Font.Height = -11
  165.       Font.Name = 'MS Sans Serif'
  166.       Font.Style = [fsBold]
  167.       ParentFont = False
  168.     end
  169.   end
  170.   object Memo1: TRichEdit
  171.     Left = 0
  172.     Top = 0
  173.     Width = 539
  174.     Height = 185
  175.     Align = alClient
  176.     PlainText = True
  177.     ScrollBars = ssVertical
  178.     TabOrder = 2
  179.   end
  180. end
  181.