home *** CD-ROM | disk | FTP | other *** search
- object FormSendEMailStatus: TFormSendEMailStatus
- Left = 422
- Top = 340
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Sending E-Mail..'
- ClientHeight = 124
- ClientWidth = 333
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnShow = FormShow
- DesignSize = (
- 333
- 124)
- PixelsPerInch = 96
- TextHeight = 13
- object LblSendStatus: TLabel
- Left = 8
- Top = 1
- Width = 317
- Height = 63
- Alignment = taCenter
- AutoSize = False
- Caption = '<NA>'
- Layout = tlCenter
- WordWrap = True
- end
- object BtnCancel: TButton
- Left = 128
- Top = 92
- Width = 75
- Height = 25
- Anchors = [akLeft, akBottom]
- Caption = 'Cancel'
- Default = True
- TabOrder = 0
- OnClick = BtnCancelClick
- end
- object ProgressBar1: TProgressBar
- Left = 8
- Top = 66
- Width = 317
- Height = 15
- Anchors = [akLeft, akRight, akBottom]
- Smooth = True
- TabOrder = 1
- end
- object TimerUpdStatus: TTimer
- Enabled = False
- Interval = 100
- OnTimer = TimerUpdStatusTimer
- Left = 288
- Top = 64
- end
- end
-