home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programming Unleashed / Delphi_Programming_Unleashed_SAMS_Publishing_1995.iso / misc / explorer / status.dfm / status.txt < prev   
Encoding:
Text File  |  1995-03-21  |  1.2 KB  |  67 lines

  1. object UpStatus: TUpStatus
  2.   Left = 240
  3.   Top = 167
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Update Library - Status'
  7.   ClientHeight = 146
  8.   ClientWidth = 316
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   PixelsPerInch = 96
  15.   Position = poScreenCenter
  16.   TextHeight = 16
  17.   object Label1: TLabel
  18.     Left = 9
  19.     Top = 8
  20.     Width = 297
  21.     Height = 20
  22.     Alignment = taCenter
  23.     AutoSize = False
  24.     Caption = 'Updating Object Model: Delphi'
  25.   end
  26.   object Label2: TLabel
  27.     Left = 24
  28.     Top = 64
  29.     Width = 97
  30.     Height = 20
  31.     Caption = 'Parsing File:'
  32.   end
  33.   object Label3: TLabel
  34.     Left = 144
  35.     Top = 64
  36.     Width = 4
  37.     Height = 20
  38.   end
  39.   object Label4: TLabel
  40.     Left = 24
  41.     Top = 104
  42.     Width = 102
  43.     Height = 20
  44.     Caption = 'Files Parsed:'
  45.   end
  46.   object Label5: TLabel
  47.     Left = 144
  48.     Top = 104
  49.     Width = 4
  50.     Height = 20
  51.   end
  52.   object Bevel1: TBevel
  53.     Left = 21
  54.     Top = 56
  55.     Width = 273
  56.     Height = 73
  57.   end
  58.   object Label6: TLabel
  59.     Left = 60
  60.     Top = 32
  61.     Width = 186
  62.     Height = 20
  63.     Alignment = taCenter
  64.     Caption = 'Please wait a moment...'
  65.   end
  66. end
  67.