home *** CD-ROM | disk | FTP | other *** search
- object FrmASProgress: TFrmASProgress
- Left = 136
- Top = 321
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Bitte warten ...'
- ClientHeight = 138
- ClientWidth = 344
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- OnClose = FormClose
- OnDeactivate = FormDeactivate
- OnShow = FormShow
- DesignSize = (
- 344
- 138)
- PixelsPerInch = 96
- TextHeight = 13
- object imgIcon: TImage
- Left = 11
- Top = 10
- Width = 32
- Height = 32
- AutoSize = True
- Transparent = True
- end
- object imgEmail: TImage
- Left = 11
- Top = 45
- Width = 32
- Height = 32
- AutoSize = True
- Picture.Data = {<image000.ico>}
- Transparent = True
- Visible = False
- end
- object imgDialUp: TImage
- Left = 11
- Top = 81
- Width = 32
- Height = 32
- AutoSize = True
- Picture.Data = {<image001.ico>}
- Transparent = True
- Visible = False
- end
- object imgTransfer: TImage
- Left = 11
- Top = 121
- Width = 32
- Height = 32
- AutoSize = True
- Picture.Data = {<image002.ico>}
- Transparent = True
- Visible = False
- end
- object paProgress: TPanel
- Left = 54
- Top = 3
- Width = 279
- Height = 128
- Anchors = [akLeft, akTop, akRight, akBottom]
- BevelOuter = bvNone
- TabOrder = 0
- DesignSize = (
- 279
- 128)
- object lbStatusSub: TLabel
- Left = 0
- Top = 51
- Width = 275
- Height = 14
- Anchors = [akLeft, akTop, akRight]
- AutoSize = False
- Caption = 'lbStatusSub'
- end
- object lbStatus: TLabel
- Left = 0
- Top = 7
- Width = 275
- Height = 13
- Anchors = [akLeft, akTop, akRight]
- AutoSize = False
- Caption = 'lbStatus'
- end
- object lbStatus2: TLabel
- Left = 0
- Top = 21
- Width = 275
- Height = 13
- Anchors = [akLeft, akTop, akRight]
- AutoSize = False
- Caption = 'lbStatus'
- Visible = False
- end
- object lbStatusSub2: TLabel
- Left = 0
- Top = 65
- Width = 275
- Height = 13
- Anchors = [akLeft, akTop, akRight]
- AutoSize = False
- Caption = 'lbStatus'
- Visible = False
- end
- object pb: TProgressBar
- Left = 0
- Top = 27
- Width = 276
- Height = 18
- Anchors = [akLeft, akTop, akRight]
- Min = 0
- Max = 100
- TabOrder = 2
- end
- object pbSub: TProgressBar
- Left = 0
- Top = 70
- Width = 276
- Height = 18
- Anchors = [akLeft, akTop, akRight]
- Min = 0
- Max = 100
- TabOrder = 3
- end
- object btnMinimize: TButton
- Tag = 1
- Left = 50
- Top = 103
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- Caption = '&Minimieren'
- TabOrder = 0
- OnClick = btnMinimizeClick
- end
- object btnPause: TButton
- Tag = 1
- Left = 127
- Top = 103
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- Caption = '&Pause'
- TabOrder = 1
- OnClick = btnPauseClick
- end
- object btnCancel: TButton
- Tag = 1
- Left = 204
- Top = 103
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- Cancel = True
- Caption = ' Abbruch'
- TabOrder = 4
- OnClick = btnCancelClick
- end
- end
- end
-