home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-01.zip / 01 / Browser / chip-cds.exe / 0 / RCDATA / TFRMINFO / TFRMINFO.txt
Text File  |  2004-03-15  |  972b  |  46 lines

  1. object frmInfo: TfrmInfo
  2.   Left = 440
  3.   Top = 234
  4.   Cursor = crHourGlass
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'Info'
  8.   ClientHeight = 92
  9.   ClientWidth = 303
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   Visible = True
  19.   OnActivate = FormActivate
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Panel1: TPanel
  23.     Left = 11
  24.     Top = 16
  25.     Width = 281
  26.     Height = 58
  27.     BevelInner = bvRaised
  28.     BevelOuter = bvLowered
  29.     ParentColor = True
  30.     TabOrder = 0
  31.     object Label1: TLabel
  32.       Left = 61
  33.       Top = 20
  34.       Width = 159
  35.       Height = 13
  36.       Caption = 'Wyszukiwanie w archiwum trwa...'
  37.       Font.Charset = DEFAULT_CHARSET
  38.       Font.Color = clWindowText
  39.       Font.Height = -11
  40.       Font.Name = 'MS Sans Serif'
  41.       Font.Style = []
  42.       ParentFont = False
  43.     end
  44.   end
  45. end
  46.