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 / TFRMPROG / TFRMPROG.txt
Encoding:
Text File  |  1998-01-09  |  776 b   |  43 lines

  1. object frmProg: TfrmProg
  2.   Left = 6
  3.   Top = 3
  4.   ActiveControl = prog
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'SpamEx AutoUpdate'
  8.   ClientHeight = 51
  9.   ClientWidth = 252
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OnClose = FormClose
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object lblBytes: TLabel
  19.     Left = 92
  20.     Top = 0
  21.     Width = 157
  22.     Height = 17
  23.     Alignment = taRightJustify
  24.     AutoSize = False
  25.   end
  26.   object Label1: TLabel
  27.     Left = 4
  28.     Top = 4
  29.     Width = 83
  30.     Height = 13
  31.     Caption = 'Transfer Progress'
  32.   end
  33.   object prog: TProgressBar
  34.     Left = 4
  35.     Top = 24
  36.     Width = 245
  37.     Height = 21
  38.     Min = 0
  39.     Max = 100
  40.     TabOrder = 0
  41.   end
  42. end
  43.