home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 June / Chip_1999-06_cd.bin / tema / Diadema / Demo / setup.exe / Pantheon.csy / RCDATA / TOLEPROGRESSFORM / TOLEPROGRESSFORM.txt
Encoding:
Text File  |  1999-04-22  |  922 b   |  47 lines

  1. object OleProgressForm: TOleProgressForm
  2.   Left = 200
  3.   Top = 108
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 101
  7.   ClientWidth = 242
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCloseQuery = FormCloseQuery
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object PopisLbl: TLabel
  18.     Left = 16
  19.     Top = 8
  20.     Width = 209
  21.     Height = 41
  22.     Alignment = taCenter
  23.     AutoSize = False
  24.     WordWrap = True
  25.   end
  26.   object ProgressPanel: TPanel
  27.     Left = 20
  28.     Top = 56
  29.     Width = 201
  30.     Height = 25
  31.     BevelOuter = bvNone
  32.     BorderStyle = bsSingle
  33.     TabOrder = 0
  34.     object Gauge: TGauge
  35.       Left = 0
  36.       Top = 0
  37.       Width = 197
  38.       Height = 21
  39.       Align = alClient
  40.       BorderStyle = bsNone
  41.       ForeColor = clNavy
  42.       BackColor = clWindow
  43.       Progress = 0
  44.     end
  45.   end
  46. end
  47.