home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / CHIP_CD_2005-06.iso / bonus / ds / files / copernicdesktopsearch.exe / $R0 / 0 / RCDATA / TBASEAPPERRORSENDFRM / TBASEAPPERRORSENDFRM.txt
Encoding:
Text File  |  2005-04-01  |  1.3 KB  |  70 lines

  1. object BaseAppErrorSendFrm: TBaseAppErrorSendFrm
  2.   Left = 343
  3.   Top = 306
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Sending...'
  7.   ClientHeight = 90
  8.   ClientWidth = 220
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poOwnerFormCenter
  17.   OnClose = FormClose
  18.   OnCloseQuery = FormCloseQuery
  19.   OnCreate = FormCreate
  20.   OnShow = FormShow
  21.   DesignSize = (
  22.     220
  23.     90)
  24.   PixelsPerInch = 96
  25.   TextHeight = 13
  26.   object Label1: TLabel
  27.     Left = 10
  28.     Top = 10
  29.     Width = 132
  30.     Height = 13
  31.     Caption = 'Sending report information...'
  32.   end
  33.   object ProgressBar: TProgressBar
  34.     Left = 10
  35.     Top = 30
  36.     Width = 202
  37.     Height = 17
  38.     Anchors = [akLeft, akTop, akRight]
  39.     Min = 0
  40.     Max = 100
  41.     TabOrder = 0
  42.   end
  43.   object CancelBtn: TButton
  44.     Left = 137
  45.     Top = 59
  46.     Width = 75
  47.     Height = 23
  48.     Anchors = [akRight, akBottom]
  49.     Cancel = True
  50.     Caption = 'Cancel'
  51.     ModalResult = 2
  52.     TabOrder = 1
  53.     OnClick = CancelBtnClick
  54.   end
  55.   object InitTimer: TTimer
  56.     Enabled = False
  57.     Interval = 50
  58.     OnTimer = InitTimerTimer
  59.     Left = 40
  60.     Top = 50
  61.   end
  62.   object CloseTimer: TTimer
  63.     Enabled = False
  64.     Interval = 250
  65.     OnTimer = CloseTimerTimer
  66.     Left = 10
  67.     Top = 50
  68.   end
  69. end
  70.