home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / WTXT / CTE32_.ZIP / _SETUP.1 / Cte95.exe / 0 / RCDATA / TPROCDLG / TPROCDLG.txt
Text File  |  1998-06-03  |  1KB  |  64 lines

  1. object ProcDlg: TProcDlg
  2.   Left = 413
  3.   Top = 113
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 126
  7.   ClientWidth = 200
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = [fsBold]
  12.   Position = poScreenCenter
  13.   OnClose = FormClose
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Panel1: TPanel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 185
  20.     Height = 41
  21.     BevelInner = bvRaised
  22.     BevelOuter = bvLowered
  23.     Caption = 'Panel1'
  24.     ParentColor = True
  25.     TabOrder = 0
  26.     object Txt: TLabel
  27.       Left = 8
  28.       Top = 8
  29.       Width = 169
  30.       Height = 25
  31.       Alignment = taCenter
  32.       AutoSize = False
  33.     end
  34.   end
  35.   object Abort: TBitBtn
  36.     Left = 58
  37.     Top = 88
  38.     Width = 89
  39.     Height = 33
  40.     TabOrder = 1
  41.     OnClick = AbortClick
  42.     Kind = bkAbort
  43.   end
  44.   object Panel2: TPanel
  45.     Left = 8
  46.     Top = 56
  47.     Width = 185
  48.     Height = 24
  49.     BevelInner = bvLowered
  50.     BevelOuter = bvLowered
  51.     TabOrder = 2
  52.     object Prozent: TGauge
  53.       Left = 2
  54.       Top = 2
  55.       Width = 181
  56.       Height = 20
  57.       BorderStyle = bsNone
  58.       ForeColor = clHighlight
  59.       BackColor = clBtnFace
  60.       Progress = 0
  61.     end
  62.   end
  63. end
  64.