home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / Registry / Mregchg / _SETUP.1 / mregchg.exe / 0 / RCDATA / TFRMSTATBOX / TFRMSTATBOX.txt
Text File  |  1998-04-08  |  1KB  |  49 lines

  1. object frmStatBox: TfrmStatBox
  2.   Left = 442
  3.   Top = 463
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Importing --'
  7.   ClientHeight = 77
  8.   ClientWidth = 229
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 14
  18.   object Label1: TLabel
  19.     Left = 0
  20.     Top = 12
  21.     Width = 229
  22.     Height = 13
  23.     Alignment = taCenter
  24.     AutoSize = False
  25.     Caption = 'Remaining'
  26.     Font.Charset = ANSI_CHARSET
  27.     Font.Color = clWindowText
  28.     Font.Height = -11
  29.     Font.Name = 'Arial'
  30.     Font.Style = [fsBold]
  31.     ParentFont = False
  32.   end
  33.   object lblCount: TLabel
  34.     Left = 0
  35.     Top = 40
  36.     Width = 229
  37.     Height = 13
  38.     Alignment = taCenter
  39.     AutoSize = False
  40.     Caption = '0'
  41.     Font.Charset = ANSI_CHARSET
  42.     Font.Color = clWindowText
  43.     Font.Height = -11
  44.     Font.Name = 'Arial'
  45.     Font.Style = [fsBold]
  46.     ParentFont = False
  47.   end
  48. end
  49.