home *** CD-ROM | disk | FTP | other *** search
- object FormSendDebug: TFormSendDebug
- Left = 368
- Top = 249
- Width = 278
- Height = 176
- BorderIcons = []
- Caption = 'Please wait..'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- OldCreateOrder = False
- Position = poScreenCenter
- OnClose = FormClose
- OnResize = FormResize
- OnShow = FormShow
- DesignSize = (
- 270
- 149)
- PixelsPerInch = 96
- TextHeight = 13
- object LblInfo: TLabel
- Left = 1
- Top = 29
- Width = 267
- Height = 44
- Alignment = taCenter
- Anchors = [akLeft, akTop, akRight]
- AutoSize = False
- Caption = 'Lblinfo'
- end
- object BtnCancel: TButton
- Left = 101
- Top = 115
- Width = 75
- Height = 25
- Caption = 'Cancel'
- TabOrder = 0
- OnClick = BtnCancelClick
- end
- object TimerSend: TTimer
- Enabled = False
- Interval = 50
- OnTimer = TimerSendTimer
- Left = 40
- Top = 16
- end
- end
-