home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 December / Chip_1999-12_cd.bin / ctenari / Madera / Install.dat / Arch2000.exe / 0 / RCDATA / TPROGRESSFORM / TPROGRESSFORM.txt
Encoding:
Text File  |  1999-10-27  |  1.2 KB  |  73 lines

  1. object ProgressForm: TProgressForm
  2.   Left = 192
  3.   Top = 107
  4.   BorderStyle = bsDialog
  5.   Caption = 'Pr∩┐╜b∩┐╜h sestavov∩┐╜n∩┐╜'
  6.   ClientHeight = 142
  7.   ClientWidth = 334
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnActivate = FormActivate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Bevel1: TBevel
  20.     Left = 4
  21.     Top = 8
  22.     Width = 325
  23.     Height = 97
  24.     Style = bsRaised
  25.   end
  26.   object Bevel2: TBevel
  27.     Left = 12
  28.     Top = 16
  29.     Width = 309
  30.     Height = 24
  31.   end
  32.   object ProjLabel: TLabel
  33.     Left = 20
  34.     Top = 23
  35.     Width = 3
  36.     Height = 13
  37.   end
  38.   object ProgLabel: TLabel
  39.     Left = 20
  40.     Top = 55
  41.     Width = 3
  42.     Height = 13
  43.   end
  44.   object Bevel3: TBevel
  45.     Left = 12
  46.     Top = 48
  47.     Width = 309
  48.     Height = 24
  49.   end
  50.   object BitBtn: TBitBtn
  51.     Left = 120
  52.     Top = 112
  53.     Width = 75
  54.     Height = 25
  55.     Cancel = True
  56.     Caption = 'Zru∩┐╜it'
  57.     Default = True
  58.     ModalResult = 2
  59.     TabOrder = 0
  60.     OnClick = BitBtnClick
  61.     NumGlyphs = 2
  62.   end
  63.   object ProgBar: TProgressBar
  64.     Left = 12
  65.     Top = 76
  66.     Width = 309
  67.     Height = 21
  68.     Min = 0
  69.     Max = 100
  70.     TabOrder = 1
  71.   end
  72. end
  73.