home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 December / Chip_2001-12_cd1.bin / firmy / cigler / instaluj / Instaluj.exe / 0 / RCDATA / TWAITFORM / TWAITFORM.txt < prev   
Encoding:
Text File  |  2001-10-30  |  1.7 KB  |  94 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.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clBlack
  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 Image1: TImage
  21.     Left = 165
  22.     Top = 53
  23.     Width = 32
  24.     Height = 32
  25.     AutoSize = True
  26.     Picture.Data = {<image000.ico>}
  27.     Visible = False
  28.   end
  29.   object Image2: TImage
  30.     Left = 165
  31.     Top = 53
  32.     Width = 32
  33.     Height = 32
  34.     AutoSize = True
  35.     Picture.Data = {<image001.ico>}
  36.     Visible = False
  37.   end
  38.   object Image0: TImage
  39.     Left = 165
  40.     Top = 53
  41.     Width = 32
  42.     Height = 32
  43.     AutoSize = True
  44.     Picture.Data = {<image002.ico>}
  45.   end
  46.   object WaitLbl: TLabel
  47.     Left = 5
  48.     Top = 85
  49.     Width = 351
  50.     Height = 13
  51.     Alignment = taCenter
  52.     AutoSize = False
  53.     Caption = '∩┐╜ekejte pros∩┐╜m ...'
  54.   end
  55.   object Image3: TImage
  56.     Left = 165
  57.     Top = 22
  58.     Width = 32
  59.     Height = 32
  60.     AutoSize = True
  61.     Picture.Data = {<image003.ico>}
  62.   end
  63.   object TextLbl: TLabel
  64.     Left = 5
  65.     Top = 5
  66.     Width = 351
  67.     Height = 26
  68.     Alignment = taCenter
  69.     AutoSize = False
  70.     WordWrap = True
  71.   end
  72.   object MyGauge: TNGauge
  73.     Left = 5
  74.     Top = 45
  75.     Width = 351
  76.     Height = 16
  77.     ForeColor = clNavy
  78.     Progress = 0
  79.   end
  80.   object PrerusitBut: TBitBtn
  81.     Left = 140
  82.     Top = 80
  83.     Width = 81
  84.     Height = 26
  85.     Cancel = True
  86.     Caption = 'P∩┐╜eru∩┐╜it'
  87.     Default = True
  88.     TabOrder = 0
  89.     Visible = False
  90.     OnClick = PrerusitButClick
  91.     Style = bsNew
  92.   end
  93. end
  94.