home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 November / pcwk_11_98a.iso / Sharewar / Wcmd352 / INSTALL.BIN / WINCMD32.EXE / 0 / RCDATA / TPROGRESSDIALOG / TPROGRESSDIALOG.txt
Text File  |  1998-08-11  |  814b  |  43 lines

  1. object ProgressDialog: TProgressDialog
  2.   Left = 207
  3.   Top = 136
  4.   ActiveControl = Button1
  5.   BorderStyle = bsDialog
  6.   Caption = 'Progress'
  7.   ClientHeight = 311
  8.   ClientWidth = 427
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   PixelsPerInch = 96
  15.   Position = poScreenCenter
  16.   OnKeyDown = FormKeyDown
  17.   TextHeight = 13
  18.   object ListBox1: TListBox
  19.     Left = 4
  20.     Top = 4
  21.     Width = 417
  22.     Height = 269
  23.     ItemHeight = 13
  24.     MultiSelect = True
  25.     TabOrder = 1
  26.   end
  27.   object Button1: TButton
  28.     Left = 176
  29.     Top = 280
  30.     Width = 75
  31.     Height = 25
  32.     Cancel = True
  33.     Caption = 'Close'
  34.     Default = True
  35.     TabOrder = 0
  36.     OnClick = Button1Click
  37.   end
  38.   object ResolutionFix1: TResolutionFix
  39.     Left = 300
  40.     Top = 280
  41.   end
  42. end
  43.