home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Shareware / Comunicatii / thebat / the_bat2.04.07.exe / thebat.exe / 0 / RCDATA / TPROGRESSFORM / TPROGRESSFORM.txt
Encoding:
Text File  |  2004-02-23  |  840 b   |  42 lines

  1. object ProgressForm: TProgressForm
  2.   Left = 257
  3.   Top = 141
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Progress'
  7.   ClientHeight = 78
  8.   ClientWidth = 255
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object lStatus: TLabel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 241
  24.     Height = 37
  25.     AutoSize = False
  26.     Font.Charset = DEFAULT_CHARSET
  27.     Font.Color = clWindowText
  28.     Font.Height = -11
  29.     Font.Name = 'MS Sans Serif'
  30.     Font.Style = [fsBold]
  31.     ParentFont = False
  32.     WordWrap = True
  33.   end
  34.   object Bar: TProgressBar
  35.     Left = 8
  36.     Top = 52
  37.     Width = 241
  38.     Height = 17
  39.     TabOrder = 0
  40.   end
  41. end
  42.