home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 February / Gamestar_70_2005-02_dvd.iso / Programy / copernicdesktopsearch.exe / $R0 / 0 / RCDATA / TBASEAPPERRORSENDFRM / TBASEAPPERRORSENDFRM.txt
Encoding:
Text File  |  2004-12-07  |  1.3 KB  |  69 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.   OnShow = FormShow
  20.   DesignSize = (
  21.     220
  22.     90)
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object Label1: TLabel
  26.     Left = 10
  27.     Top = 10
  28.     Width = 132
  29.     Height = 13
  30.     Caption = 'Sending report information...'
  31.   end
  32.   object ProgressBar: TProgressBar
  33.     Left = 10
  34.     Top = 30
  35.     Width = 202
  36.     Height = 17
  37.     Anchors = [akLeft, akTop, akRight]
  38.     Min = 0
  39.     Max = 100
  40.     TabOrder = 0
  41.   end
  42.   object CancelBtn: TButton
  43.     Left = 137
  44.     Top = 59
  45.     Width = 75
  46.     Height = 23
  47.     Anchors = [akRight, akBottom]
  48.     Cancel = True
  49.     Caption = 'Cancel'
  50.     ModalResult = 2
  51.     TabOrder = 1
  52.     OnClick = CancelBtnClick
  53.   end
  54.   object InitTimer: TTimer
  55.     Enabled = False
  56.     Interval = 50
  57.     OnTimer = InitTimerTimer
  58.     Left = 40
  59.     Top = 50
  60.   end
  61.   object CloseTimer: TTimer
  62.     Enabled = False
  63.     Interval = 250
  64.     OnTimer = CloseTimerTimer
  65.     Left = 10
  66.     Top = 50
  67.   end
  68. end
  69.