home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 January / CHIP_1_2000.ISO / exe / urlreq.exe / URLRequester.exe / 0 / RCDATA / TSTATUSFORM / TSTATUSFORM.txt
Encoding:
Text File  |  1999-09-18  |  1.6 KB  |  84 lines

  1. inherited StatusForm: TStatusForm
  2.   Left = 416
  3.   Top = 141
  4.   Width = 388
  5.   Height = 304
  6.   Caption = 'Status'
  7.   Constraints.MinHeight = 100
  8.   Constraints.MinWidth = 388
  9.   Position = poScreenCenter
  10.   OnCloseQuery = FormCloseQuery
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object Panel1: TPanel
  14.     Left = 0
  15.     Top = 0
  16.     Width = 380
  17.     Height = 236
  18.     Align = alClient
  19.     TabOrder = 0
  20.     object StatusMemo: TMemo
  21.       Left = 1
  22.       Top = 1
  23.       Width = 378
  24.       Height = 234
  25.       Align = alClient
  26.       Font.Charset = ANSI_CHARSET
  27.       Font.Color = clWindowText
  28.       Font.Height = -12
  29.       Font.Name = 'Fixedsys'
  30.       Font.Style = []
  31.       ParentFont = False
  32.       ReadOnly = True
  33.       ScrollBars = ssVertical
  34.       TabOrder = 0
  35.     end
  36.   end
  37.   object Panel2: TPanel
  38.     Left = 0
  39.     Top = 236
  40.     Width = 380
  41.     Height = 41
  42.     Align = alBottom
  43.     TabOrder = 1
  44.     object ProgressBar: TProgressBar
  45.       Left = 8
  46.       Top = 12
  47.       Width = 225
  48.       Height = 16
  49.       Min = 0
  50.       Max = 1200
  51.       Smooth = True
  52.       Step = 1
  53.       TabOrder = 0
  54.     end
  55.     object Panel3: TPanel
  56.       Left = 237
  57.       Top = 1
  58.       Width = 142
  59.       Height = 39
  60.       Align = alRight
  61.       BevelOuter = bvNone
  62.       Caption = 'Panel3'
  63.       TabOrder = 1
  64.       object CloseButton: TButton
  65.         Left = 8
  66.         Top = 8
  67.         Width = 121
  68.         Height = 25
  69.         Caption = 'Close'
  70.         ModalResult = 1
  71.         TabOrder = 0
  72.         OnClick = CloseButtonClick
  73.       end
  74.     end
  75.   end
  76.   object Timer: TTimer
  77.     Enabled = False
  78.     Interval = 100
  79.     OnTimer = TimerTimer
  80.     Left = 16
  81.     Top = 192
  82.   end
  83. end
  84.