home *** CD-ROM | disk | FTP | other *** search
/ Chip 25 / Chip25.iso / Sharewar / BackupX / _SETUP.1 / BackupX.de / 0 / RCDATA / TFRMPROGRESS / TFRMPROGRESS.txt
Text File  |  1999-09-25  |  3KB  |  151 lines

  1. object frmProgress: TfrmProgress
  2.   Left = 210
  3.   Top = 118
  4.   BorderIcons = []
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Backup durchf∩┐╜hren'
  7.   ClientHeight = 159
  8.   ClientWidth = 311
  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.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = True
  17.   OnClose = FormClose
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 19
  23.     Top = 7
  24.     Width = 39
  25.     Height = 13
  26.     Caption = 'Gruppe:'
  27.     Font.Charset = DEFAULT_CHARSET
  28.     Font.Color = clWindowText
  29.     Font.Height = -11
  30.     Font.Name = 'MS Sans Serif'
  31.     Font.Style = [fsBold]
  32.     ParentFont = False
  33.   end
  34.   object lbGruppe: TLabel
  35.     Left = 69
  36.     Top = 7
  37.     Width = 162
  38.     Height = 13
  39.     AutoSize = False
  40.     Caption = 'lbGruppe'
  41.     Font.Charset = DEFAULT_CHARSET
  42.     Font.Color = clWindowText
  43.     Font.Height = -11
  44.     Font.Name = 'MS Sans Serif'
  45.     Font.Style = [fsBold]
  46.     ParentFont = False
  47.   end
  48.   object Label4: TLabel
  49.     Left = 19
  50.     Top = 24
  51.     Width = 33
  52.     Height = 13
  53.     Caption = 'Status:'
  54.   end
  55.   object lbStatus: TLabel
  56.     Left = 68
  57.     Top = 24
  58.     Width = 218
  59.     Height = 13
  60.     AutoSize = False
  61.   end
  62.   object Bevel1: TBevel
  63.     Left = 19
  64.     Top = 47
  65.     Width = 277
  66.     Height = 2
  67.   end
  68.   object pb: TProgressBar
  69.     Left = 20
  70.     Top = 96
  71.     Width = 271
  72.     Height = 20
  73.     Anchors = [akLeft, akBottom]
  74.     Min = 0
  75.     Max = 100
  76.     TabOrder = 0
  77.   end
  78.   object btnCancel: TButton
  79.     Left = 118
  80.     Top = 127
  81.     Width = 75
  82.     Height = 25
  83.     Anchors = [akLeft, akBottom]
  84.     Cancel = True
  85.     Caption = ' Abbruch'
  86.     Enabled = False
  87.     TabOrder = 1
  88.     OnClick = btnCancelClick
  89.   end
  90.   object paFiles: TPanel
  91.     Left = 17
  92.     Top = 55
  93.     Width = 274
  94.     Height = 36
  95.     Anchors = [akLeft, akBottom]
  96.     BevelOuter = bvNone
  97.     TabOrder = 2
  98.     Visible = False
  99.     object Label3: TLabel
  100.       Left = 2
  101.       Top = 2
  102.       Width = 37
  103.       Height = 13
  104.       Caption = 'Quelle:'
  105.     end
  106.     object lbQuelle: TLabel
  107.       Left = 52
  108.       Top = 2
  109.       Width = 221
  110.       Height = 13
  111.       AutoSize = False
  112.       Caption = 'lbQuelle'
  113.     end
  114.     object Label2: TLabel
  115.       Left = 2
  116.       Top = 19
  117.       Width = 28
  118.       Height = 13
  119.       Caption = 'Ziel:'
  120.     end
  121.     object lbZiel: TLabel
  122.       Left = 52
  123.       Top = 19
  124.       Width = 221
  125.       Height = 13
  126.       AutoSize = False
  127.       Caption = 'lbZiel'
  128.     end
  129.   end
  130.   object lbTimeEllapsed: TStaticText
  131.     Left = 240
  132.     Top = 6
  133.     Width = 50
  134.     Height = 16
  135.     Alignment = taCenter
  136.     AutoSize = False
  137.     BorderStyle = sbsSunken
  138.     Caption = '00:00:00'
  139.     TabOrder = 3
  140.   end
  141.   object lbSize: TStaticText
  142.     Left = 240
  143.     Top = 25
  144.     Width = 49
  145.     Height = 17
  146.     Alignment = taRightJustify
  147.     AutoSize = False
  148.     TabOrder = 4
  149.   end
  150. end
  151.