home *** CD-ROM | disk | FTP | other *** search
/ Powerdrive 1997 June / POWERDRIVE0697.ISO / share / win95 / anwend / qcopy / _setup.1 / Qcwin.exe / 0 / RCDATA / TKOMPR / TKOMPR.txt < prev   
Text File  |  1997-03-24  |  2KB  |  92 lines

  1. object kompr: Tkompr
  2.   Left = 272
  3.   Top = 129
  4.   Width = 344
  5.   Height = 144
  6.   HelpContext = 48
  7.   BorderIcons = [biSystemMenu, biMaximize]
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Icon.Data = {<image000.ico>}
  13.   OnActivate = FormActivate
  14.   OnCloseQuery = FormCloseQuery
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object fortschritt: TGauge
  20.     Left = 40
  21.     Top = 40
  22.     Width = 257
  23.     Height = 25
  24.     Font.Color = clWindowText
  25.     Font.Height = -13
  26.     Font.Name = 'Arial'
  27.     Font.Style = []
  28.     ForeColor = clNavy
  29.     BackColor = clYellow
  30.     ParentFont = False
  31.     Progress = 9
  32.   end
  33.   object Label1: TLabel
  34.     Left = 24
  35.     Top = 13
  36.     Width = 289
  37.     Height = 14
  38.     Alignment = taCenter
  39.     AutoSize = False
  40.     Caption = 'Label1'
  41.     Font.Color = clNavy
  42.     Font.Height = -12
  43.     Font.Name = 'Arial'
  44.     Font.Style = []
  45.     ParentFont = False
  46.     WordWrap = True
  47.   end
  48.   object Bevel1: TBevel
  49.     Left = 0
  50.     Top = 0
  51.     Width = 313
  52.     Height = 102
  53.     Visible = False
  54.   end
  55.   object cancelbtn: TBitBtn
  56.     Left = 124
  57.     Top = 80
  58.     Width = 89
  59.     Height = 22
  60.     Font.Color = clWindowText
  61.     Font.Height = -11
  62.     Font.Name = 'MS Sans Serif'
  63.     Font.Style = []
  64.     ParentFont = False
  65.     TabOrder = 0
  66.     OnClick = cancelbtnClick
  67.     Kind = bkCancel
  68.     Style = bsNew
  69.   end
  70.   object Button1: TButton
  71.     Left = 56
  72.     Top = 64
  73.     Width = 89
  74.     Height = 33
  75.     Caption = 'Button1'
  76.     Font.Color = clWindowText
  77.     Font.Height = -11
  78.     Font.Name = 'MS Sans Serif'
  79.     Font.Style = []
  80.     ParentFont = False
  81.     TabOrder = 1
  82.     Visible = False
  83.     OnClick = Button1Click
  84.   end
  85.   object Timer1: TTimer
  86.     Interval = 500
  87.     OnTimer = Timer1Timer
  88.     Left = 32
  89.     Top = 72
  90.   end
  91. end
  92.