home *** CD-ROM | disk | FTP | other *** search
- object BaseAppErrorSendFrm: TBaseAppErrorSendFrm
- Left = 343
- Top = 306
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Sending...'
- ClientHeight = 90
- ClientWidth = 220
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poOwnerFormCenter
- OnClose = FormClose
- OnCloseQuery = FormCloseQuery
- OnCreate = FormCreate
- OnShow = FormShow
- DesignSize = (
- 220
- 90)
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 10
- Top = 10
- Width = 132
- Height = 13
- Caption = 'Sending report information...'
- end
- object ProgressBar: TProgressBar
- Left = 10
- Top = 30
- Width = 202
- Height = 17
- Anchors = [akLeft, akTop, akRight]
- Min = 0
- Max = 100
- TabOrder = 0
- end
- object CancelBtn: TButton
- Left = 137
- Top = 59
- Width = 75
- Height = 23
- Anchors = [akRight, akBottom]
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- OnClick = CancelBtnClick
- end
- object InitTimer: TTimer
- Enabled = False
- Interval = 50
- OnTimer = InitTimerTimer
- Left = 40
- Top = 50
- end
- object CloseTimer: TTimer
- Enabled = False
- Interval = 250
- OnTimer = CloseTimerTimer
- Left = 10
- Top = 50
- end
- end
-