home *** CD-ROM | disk | FTP | other *** search
/ Additional Levels for Warcraft 2 / WARII_LAOII.iso / tools / wardraft / wardraft.exe / 0 / RCDATA / TDUMPFORM / TDUMPFORM.txt
Text File  |  1997-01-17  |  826b  |  43 lines

  1. object DumpForm: TDumpForm
  2.   Left = 269
  3.   Top = 134
  4.   Width = 650
  5.   Height = 433
  6.   HelpContext = 1
  7.   Caption = 'DumpForm'
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnClose = FormClose
  13.   OnShow = FormShow
  14.   PixelsPerInch = 120
  15.   TextHeight = 16
  16.   object Panel1: TPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 642
  20.     Height = 41
  21.     Align = alTop
  22.     TabOrder = 0
  23.   end
  24.   object DumpField: TListBox
  25.     Left = 0
  26.     Top = 41
  27.     Width = 642
  28.     Height = 365
  29.     Align = alClient
  30.     ExtendedSelect = False
  31.     Font.Color = clBlack
  32.     Font.Height = -15
  33.     Font.Name = 'Courier New'
  34.     Font.Style = []
  35.     ItemHeight = 16
  36.     ParentFont = False
  37.     Style = lbOwnerDrawFixed
  38.     TabOrder = 1
  39.     OnDrawItem = DumpFieldDrawItem
  40.     OnMouseDown = DumpFieldMouseDown
  41.   end
  42. end
  43.