home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 8 / Chip_Hitware_Vol_08.iso / chiphit8 / business / 95tpetik / install.exe / 0 / RCDATA / TKOPIDLG / TKOPIDLG.txt
Text File  |  1997-01-13  |  915b  |  54 lines

  1. object kopidlg: Tkopidlg
  2.   Left = 299
  3.   Top = 236
  4.   BorderStyle = bsDialog
  5.   Caption = 'Dateien kopieren'
  6.   ClientHeight = 91
  7.   ClientWidth = 254
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Label1: TLabel
  16.     Left = 5
  17.     Top = 5
  18.     Width = 32
  19.     Height = 13
  20.     Caption = 'Label1'
  21.   end
  22.   object Label2: TLabel
  23.     Left = 5
  24.     Top = 21
  25.     Width = 46
  26.     Height = 13
  27.     Caption = 'wird nach'
  28.   end
  29.   object Label3: TLabel
  30.     Left = 5
  31.     Top = 37
  32.     Width = 32
  33.     Height = 13
  34.     Caption = 'Label3'
  35.   end
  36.   object Label4: TLabel
  37.     Left = 5
  38.     Top = 53
  39.     Width = 41
  40.     Height = 13
  41.     Caption = 'kopiert...'
  42.   end
  43.   object ProgressBar1: TProgressBar
  44.     Left = 5
  45.     Top = 72
  46.     Width = 244
  47.     Height = 16
  48.     Min = 0
  49.     Max = 100
  50.     Step = 1
  51.     TabOrder = 0
  52.   end
  53. end
  54.