home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April (Special) / Chip-Special_2003-04_Vypalujeme-cd-i-dvd.bin / soft / instantcopy / InstantCopy.msi / Cabs.w1.cab / CDWizard.EXE / 0 / RCDATA / TERRORLOGFORM / TERRORLOGFORM.txt
Encoding:
Text File  |  2002-12-06  |  1.2 KB  |  65 lines

  1. object ErrorLogForm: TErrorLogForm
  2.   Left = 230
  3.   Top = 107
  4.   Width = 414
  5.   Height = 315
  6.   Caption = 'Error'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 406
  21.     Height = 30
  22.     Align = alTop
  23.     AutoSize = False
  24.     Caption = 'The following errors occured:'
  25.     Layout = tlCenter
  26.   end
  27.   object memLog: TMemo
  28.     Left = 0
  29.     Top = 30
  30.     Width = 406
  31.     Height = 225
  32.     Align = alClient
  33.     ReadOnly = True
  34.     TabOrder = 0
  35.     WantTabs = True
  36.   end
  37.   object Panel1: TPanel
  38.     Left = 0
  39.     Top = 255
  40.     Width = 406
  41.     Height = 33
  42.     Align = alBottom
  43.     BevelOuter = bvNone
  44.     TabOrder = 1
  45.     object Panel2: TPanel
  46.       Left = 299
  47.       Top = 0
  48.       Width = 107
  49.       Height = 33
  50.       Align = alRight
  51.       BevelOuter = bvNone
  52.       TabOrder = 0
  53.       object btnOK: TButton
  54.         Left = 24
  55.         Top = 6
  56.         Width = 75
  57.         Height = 23
  58.         Caption = 'OK'
  59.         TabOrder = 0
  60.         OnClick = btnOKClick
  61.       end
  62.     end
  63.   end
  64. end
  65.