home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Shareware / Comunicatii / xns / xns53p_setup.exe / xns5.exe / 0 / RCDATA / TFRMDEBUG / TFRMDEBUG.txt
Text File  |  2005-05-02  |  748b  |  37 lines

  1. object frmDebug: TfrmDebug
  2.   Left = 610
  3.   Top = 0
  4.   Width = 302
  5.   Height = 154
  6.   BorderStyle = bsSizeToolWin
  7.   Caption = 'Debug Window'
  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.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   Visible = True
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Memo1: TMemo
  20.     Left = 0
  21.     Top = 0
  22.     Width = 294
  23.     Height = 120
  24.     Align = alClient
  25.     Font.Charset = ANSI_CHARSET
  26.     Font.Color = clWindowText
  27.     Font.Height = -11
  28.     Font.Name = 'Courier New'
  29.     Font.Style = []
  30.     ParentFont = False
  31.     ReadOnly = True
  32.     ScrollBars = ssBoth
  33.     TabOrder = 0
  34.     OnChange = Memo1Change
  35.   end
  36. end
  37.