PropEdit.dfm
上传用户:hylc_2004
上传日期:2014-01-23
资源大小:46800k
文件大小:1k
源码类别:

Delphi控件源码

开发平台:

Delphi

  1. object FormPropEdit: TFormPropEdit
  2.   Left = 356
  3.   Top = 176
  4.   Width = 394
  5.   Height = 297
  6.   Caption = 'Property Editor'
  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 = True
  14.   OnActivate = FormActivate
  15.   OnDeactivate = FormDeactivate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object ListBox: TListBox
  19.     Left = 0
  20.     Top = 0
  21.     Width = 386
  22.     Height = 225
  23.     Align = alTop
  24.     ItemHeight = 13
  25.     TabOrder = 0
  26.   end
  27. end