home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 186 / DPCS0803.ISO / Café / Dev-C++ / devcpp4980.exe / $INSTDIR / devcpp.exe / 0 / RCDATA / TDEBUGFORM / TDEBUGFORM.txt
Encoding:
Text File  |  2003-05-15  |  887 b   |  48 lines

  1. object DebugForm: TDebugForm
  2.   Left = 255
  3.   Top = 118
  4.   Width = 514
  5.   Height = 230
  6.   Caption = 'DebugForm'
  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.   OnShow = FormShow
  15.   DesignSize = (
  16.     506
  17.     203)
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object lvItems: TListView
  21.     Left = 0
  22.     Top = 0
  23.     Width = 506
  24.     Height = 169
  25.     Align = alTop
  26.     Anchors = [akLeft, akTop, akRight, akBottom]
  27.     Columns = <
  28.       item
  29.         Caption = 'Variable'
  30.       end
  31.       item
  32.         Caption = 'Value'
  33.       end>
  34.     TabOrder = 0
  35.     ViewStyle = vsReport
  36.   end
  37.   object btnClose: TButton
  38.     Left = 428
  39.     Top = 174
  40.     Width = 75
  41.     Height = 25
  42.     Anchors = [akRight, akBottom]
  43.     Caption = 'Close'
  44.     TabOrder = 1
  45.     OnClick = btnCloseClick
  46.   end
  47. end
  48.