home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2001 #5 / K-CD_2001-05.iso / Tools / InterCent / _setup.1 / Intercent99.exe / 0 / RCDATA / TFRMCOMPRESS / TFRMCOMPRESS.txt
Text File  |  1999-06-01  |  1KB  |  64 lines

  1. object FrmCompress: TFrmCompress
  2.   Left = 299
  3.   Top = 184
  4.   BorderStyle = bsDialog
  5.   Caption = 'Comprimeren'
  6.   ClientHeight = 161
  7.   ClientWidth = 224
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnActivate = FormActivate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object BtnClose: TButton
  17.     Left = 72
  18.     Top = 128
  19.     Width = 81
  20.     Height = 25
  21.     Caption = '&Sluiten'
  22.     Default = True
  23.     TabOrder = 0
  24.     OnClick = BtnCloseClick
  25.   end
  26.   object Notebook1: TNotebook
  27.     Left = 8
  28.     Top = 8
  29.     Width = 209
  30.     Height = 105
  31.     TabOrder = 1
  32.     object TPage
  33.       Left = 0
  34.       Top = 0
  35.       Caption = 'Default'
  36.       object L_Status: TLabel
  37.         Left = 8
  38.         Top = 8
  39.         Width = 193
  40.         Height = 33
  41.         AutoSize = False
  42.         Caption = 'Logboek comprimeren'
  43.         WordWrap = True
  44.       end
  45.       object Prg: TProgressBar
  46.         Left = 8
  47.         Top = 48
  48.         Width = 193
  49.         Height = 17
  50.         Min = 0
  51.         Max = 100
  52.         TabOrder = 0
  53.       end
  54.     end
  55.   end
  56.   object TmrClose: TTimer
  57.     Enabled = False
  58.     Interval = 2000
  59.     OnTimer = TmrCloseTimer
  60.     Left = 176
  61.     Top = 80
  62.   end
  63. end
  64.