home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 January / Pcwk0198.iso / Warsztat / Compress / Tarfwin / SETUP.EXE / 0 / RCDATA / TPROGRESSWIN / TPROGRESSWIN.txt < prev   
Text File  |  1997-05-10  |  822b  |  45 lines

  1. object Progresswin: TProgresswin
  2.   Left = 239
  3.   Top = 233
  4.   Width = 469
  5.   Height = 140
  6.   Caption = 'Copy in Progress...'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Position = poScreenCenter
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Image1: TImage
  15.     Left = 16
  16.     Top = 16
  17.     Width = 32
  18.     Height = 32
  19.     AutoSize = True
  20.     Picture.Data = {<image000.ico>}
  21.   end
  22.   object Label1: TLabel
  23.     Left = 56
  24.     Top = 16
  25.     Width = 146
  26.     Height = 13
  27.     Caption = 'Copy in progress, please wait...'
  28.   end
  29.   object Label2: TLabel
  30.     Left = 56
  31.     Top = 40
  32.     Width = 45
  33.     Height = 13
  34.     Caption = 'Filename:'
  35.   end
  36.   object Filename: TLabel
  37.     Left = 112
  38.     Top = 40
  39.     Width = 329
  40.     Height = 13
  41.     AutoSize = False
  42.     Caption = 'Filename'
  43.   end
  44. end
  45.