home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 March / CMCD0304.ISO / Software / Freeware / Programare / nullsoft / nsis20.exe / Contrib / VPatch / Source / GUI / ProgressForm.dfm < prev    next >
Encoding:
Text File  |  2003-08-11  |  1.9 KB  |  103 lines

  1. object frmProg: TfrmProg
  2.   Left = 328
  3.   Top = 266
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Progress...'
  7.   ClientHeight = 193
  8.   ClientWidth = 385
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object lblStatus: TLabel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 369
  24.     Height = 17
  25.     AutoSize = False
  26.     Transparent = True
  27.   end
  28.   object lblSize: TLabel
  29.     Left = 152
  30.     Top = 8
  31.     Width = 225
  32.     Height = 17
  33.     Alignment = taRightJustify
  34.     AutoSize = False
  35.     Transparent = True
  36.   end
  37.   object lblFile: TLabel
  38.     Left = 8
  39.     Top = 48
  40.     Width = 369
  41.     Height = 17
  42.     AutoSize = False
  43.     Caption = '(filename)'
  44.   end
  45.   object lblNewFile: TLabel
  46.     Left = 8
  47.     Top = 96
  48.     Width = 369
  49.     Height = 17
  50.     AutoSize = False
  51.     Caption = '(filename)'
  52.   end
  53.   object lblTotal: TLabel
  54.     Left = 8
  55.     Top = 144
  56.     Width = 369
  57.     Height = 17
  58.     AutoSize = False
  59.     Caption = 'Total progress'
  60.   end
  61.   object shpFull: TShape
  62.     Left = 8
  63.     Top = 24
  64.     Width = 369
  65.     Height = 17
  66.     Brush.Color = clGray
  67.   end
  68.   object shpLeft: TShape
  69.     Left = 8
  70.     Top = 24
  71.     Width = 369
  72.     Height = 17
  73.     Brush.Color = clRed
  74.   end
  75.   object prgFile: TProgressBar
  76.     Left = 8
  77.     Top = 64
  78.     Width = 369
  79.     Height = 25
  80.     Min = 0
  81.     Max = 100
  82.     TabOrder = 0
  83.   end
  84.   object prgNewFile: TProgressBar
  85.     Left = 8
  86.     Top = 112
  87.     Width = 369
  88.     Height = 25
  89.     Min = 0
  90.     Max = 100
  91.     TabOrder = 1
  92.   end
  93.   object prgAll: TProgressBar
  94.     Left = 8
  95.     Top = 160
  96.     Width = 369
  97.     Height = 25
  98.     Min = 0
  99.     Max = 100
  100.     TabOrder = 2
  101.   end
  102. end
  103.