home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April / Chip_1997-04_cd.bin / tema / 602propc / disk1 / data.1 / M602SFAX.EXE / 0 / RCDATA / TMSGWND / TMSGWND.txt
Encoding:
Text File  |  1997-03-04  |  992 b   |  54 lines

  1. object MsgWnd: TMsgWnd
  2.   Left = 358
  3.   Top = 138
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   ClientHeight = 109
  7.   ClientWidth = 413
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Label1: TLabel
  16.     Left = 8
  17.     Top = 8
  18.     Width = 401
  19.     Height = 48
  20.     AutoSize = False
  21.     WordWrap = True
  22.   end
  23.   object CancelButton: TButton
  24.     Left = 169
  25.     Top = 80
  26.     Width = 75
  27.     Height = 25
  28.     Caption = 'P∩┐╜eru∩┐╜it'
  29.     Default = True
  30.     TabOrder = 0
  31.     OnClick = CancelButtonClick
  32.   end
  33.   object Panel1: TPanel
  34.     Left = 8
  35.     Top = 56
  36.     Width = 401
  37.     Height = 17
  38.     Caption = 'Panel1'
  39.     TabOrder = 1
  40.     object Gauge1: TGauge
  41.       Left = 1
  42.       Top = 1
  43.       Width = 399
  44.       Height = 15
  45.       Align = alClient
  46.       Color = clBtnFace
  47.       BorderStyle = bsNone
  48.       ForeColor = clNavy
  49.       ParentColor = False
  50.       Progress = 0
  51.     end
  52.   end
  53. end
  54.