home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 December / Chip_2001-12_cd1.bin / firmy / cigler / instaluj / ZLib32.dll / 0 / RCDATA / TWAITFORM / TWAITFORM.txt < prev   
Text File  |  2001-10-30  |  2KB  |  91 lines

  1. object WaitForm: TWaitForm
  2.   Left = 463
  3.   Top = 384
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Pracuji ...'
  7.   ClientHeight = 114
  8.   ClientWidth = 361
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   TextHeight = 13
  17.   object Image1: TImage
  18.     Left = 165
  19.     Top = 53
  20.     Width = 32
  21.     Height = 32
  22.     AutoSize = True
  23.     Picture.Data = {<image000.ico>}
  24.     Visible = False
  25.   end
  26.   object Image2: TImage
  27.     Left = 165
  28.     Top = 53
  29.     Width = 32
  30.     Height = 32
  31.     AutoSize = True
  32.     Picture.Data = {<image001.ico>}
  33.     Visible = False
  34.   end
  35.   object Image0: TImage
  36.     Left = 165
  37.     Top = 53
  38.     Width = 32
  39.     Height = 32
  40.     AutoSize = True
  41.     Picture.Data = {<image002.ico>}
  42.   end
  43.   object WaitLbl: TLabel
  44.     Left = 5
  45.     Top = 85
  46.     Width = 351
  47.     Height = 13
  48.     Alignment = taCenter
  49.     AutoSize = False
  50.     Caption = '∩┐╜ekejte pros∩┐╜m ...'
  51.   end
  52.   object Image3: TImage
  53.     Left = 165
  54.     Top = 22
  55.     Width = 32
  56.     Height = 32
  57.     AutoSize = True
  58.     Picture.Data = {<image003.ico>}
  59.   end
  60.   object TextLbl: TLabel
  61.     Left = 5
  62.     Top = 5
  63.     Width = 351
  64.     Height = 26
  65.     Alignment = taCenter
  66.     AutoSize = False
  67.     WordWrap = True
  68.   end
  69.   object MyGauge: TNGauge
  70.     Left = 5
  71.     Top = 50
  72.     Width = 351
  73.     Height = 16
  74.     ForeColor = clNavy
  75.     Progress = 0
  76.   end
  77.   object PrerusitBut: TBitBtn
  78.     Left = 140
  79.     Top = 80
  80.     Width = 81
  81.     Height = 26
  82.     Cancel = True
  83.     Caption = 'P∩┐╜eru∩┐╜it'
  84.     Default = True
  85.     TabOrder = 0
  86.     Visible = False
  87.     OnClick = PrerusitButClick
  88.     Style = bsNew
  89.   end
  90. end
  91.