home *** CD-ROM | disk | FTP | other *** search
- object frmProgress: TfrmProgress
- Left = 210
- Top = 118
- BorderIcons = []
- BorderStyle = bsToolWindow
- Caption = 'Backup durchf�hren'
- ClientHeight = 159
- ClientWidth = 311
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- OldCreateOrder = True
- OnClose = FormClose
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 19
- Top = 7
- Width = 39
- Height = 13
- Caption = 'Gruppe:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object lbGruppe: TLabel
- Left = 69
- Top = 7
- Width = 162
- Height = 13
- AutoSize = False
- Caption = 'lbGruppe'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label4: TLabel
- Left = 19
- Top = 24
- Width = 33
- Height = 13
- Caption = 'Status:'
- end
- object lbStatus: TLabel
- Left = 68
- Top = 24
- Width = 218
- Height = 13
- AutoSize = False
- end
- object Bevel1: TBevel
- Left = 19
- Top = 47
- Width = 277
- Height = 2
- end
- object pb: TProgressBar
- Left = 20
- Top = 96
- Width = 271
- Height = 20
- Anchors = [akLeft, akBottom]
- Min = 0
- Max = 100
- TabOrder = 0
- end
- object btnCancel: TButton
- Left = 118
- Top = 127
- Width = 75
- Height = 25
- Anchors = [akLeft, akBottom]
- Cancel = True
- Caption = ' Abbruch'
- Enabled = False
- TabOrder = 1
- OnClick = btnCancelClick
- end
- object paFiles: TPanel
- Left = 17
- Top = 55
- Width = 274
- Height = 36
- Anchors = [akLeft, akBottom]
- BevelOuter = bvNone
- TabOrder = 2
- Visible = False
- object Label3: TLabel
- Left = 2
- Top = 2
- Width = 37
- Height = 13
- Caption = 'Quelle:'
- end
- object lbQuelle: TLabel
- Left = 52
- Top = 2
- Width = 221
- Height = 13
- AutoSize = False
- Caption = 'lbQuelle'
- end
- object Label2: TLabel
- Left = 2
- Top = 19
- Width = 28
- Height = 13
- Caption = 'Ziel:'
- end
- object lbZiel: TLabel
- Left = 52
- Top = 19
- Width = 221
- Height = 13
- AutoSize = False
- Caption = 'lbZiel'
- end
- end
- object lbTimeEllapsed: TStaticText
- Left = 240
- Top = 6
- Width = 50
- Height = 16
- Alignment = taCenter
- AutoSize = False
- BorderStyle = sbsSunken
- Caption = '00:00:00'
- TabOrder = 3
- end
- object lbSize: TStaticText
- Left = 240
- Top = 25
- Width = 49
- Height = 17
- Alignment = taRightJustify
- AutoSize = False
- TabOrder = 4
- end
- end
-