FWDebug.dfm
上传用户:xiuanze55
上传日期:2017-08-03
资源大小:1080k
文件大小:1k
源码类别:

Delphi控件源码

开发平台:

Delphi

  1. object DebugFW: TDebugFW
  2.   Left = 45
  3.   Top = 197
  4.   Width = 887
  5.   Height = 480
  6.   Caption = 'DebugFW'
  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.   OnResize = FormResize
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Memo1: TMemo
  18.     Left = 8
  19.     Top = 16
  20.     Width = 857
  21.     Height = 409
  22.     ImeName = #54620#44397#50612'('#54620#44544') (MS-IME98)'
  23.     Lines.Strings = (
  24.       'Memo1')
  25.     ScrollBars = ssBoth
  26.     TabOrder = 0
  27.     WantTabs = True
  28.     WordWrap = False
  29.     OnDblClick = Memo1DblClick
  30.   end
  31. end