home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 December / 12_02.iso / games / top / files / ut2003-demo.exe / System / dinterface.dll / 0 / RCDATA / TCALLSTACK / TCALLSTACK.txt
Text File  |  2002-08-12  |  580b  |  30 lines

  1. object CallStack: TCallStack
  2.   Left = 486
  3.   Top = 616
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'CallStack'
  6.   ClientHeight = 399
  7.   ClientWidth = 273
  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.   OldCreateOrder = False
  15.   Position = poDefault
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object CStack: TListBox
  21.     Left = 0
  22.     Top = 0
  23.     Width = 273
  24.     Height = 399
  25.     Align = alClient
  26.     ItemHeight = 13
  27.     TabOrder = 0
  28.   end
  29. end
  30.