home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 July / 07_02.iso / bonus / freesoft / files / uzsetup.exe / {app} / uzip.exe / 0 / RCDATA / TFRMERRORMSGS / TFRMERRORMSGS.txt
Encoding:
Text File  |  2002-05-23  |  1.1 KB  |  61 lines

  1. object frmErrorMsgs: TfrmErrorMsgs
  2.   Left = 87
  3.   Top = 151
  4.   BorderStyle = bsDialog
  5.   Caption = 'Error Messages'
  6.   ClientHeight = 249
  7.   ClientWidth = 645
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   OldCreateOrder = True
  16.   OnKeyDown = FormKeyDown
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object ListView1: TListView
  21.     Left = 0
  22.     Top = 0
  23.     Width = 645
  24.     Height = 249
  25.     Align = alClient
  26.     Columns = <
  27.       item
  28.         Caption = 'Classname'
  29.         Width = 80
  30.       end
  31.       item
  32.         Caption = 'Archive'
  33.         Width = 100
  34.       end
  35.       item
  36.         Caption = 'Filename'
  37.         Width = 100
  38.       end
  39.       item
  40.         Caption = 'Error No.'
  41.         Width = 60
  42.       end
  43.       item
  44.         Caption = 'Error Message'
  45.         Width = 150
  46.       end
  47.       item
  48.         Caption = 'Extended Message'
  49.         Width = 150
  50.       end>
  51.     ReadOnly = True
  52.     TabOrder = 0
  53.     ViewStyle = vsReport
  54.   end
  55.   object FormCenter1: TFormCenter
  56.     Center = True
  57.     Left = 8
  58.     Top = 24
  59.   end
  60. end
  61.