ODListF.dfm
上传用户:fh681027
上传日期:2022-07-23
资源大小:1959k
文件大小:1k
源码类别:

Delphi控件源码

开发平台:

Delphi

  1. object ODListForm: TODListForm
  2.   Left = 242
  3.   Top = 121
  4.   Width = 423
  5.   Height = 442
  6.   Caption = 'Owner-draw Listbox'
  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.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object ListBox1: TListBox
  18.     Left = 0
  19.     Top = 0
  20.     Width = 415
  21.     Height = 415
  22.     Style = lbOwnerDrawFixed
  23.     Align = alClient
  24.     Font.Charset = ANSI_CHARSET
  25.     Font.Color = clBlack
  26.     Font.Height = -32
  27.     Font.Name = 'Arial'
  28.     Font.Style = [fsBold]
  29.     ItemHeight = 16
  30.     ParentFont = False
  31.     Sorted = True
  32.     TabOrder = 0
  33.     OnDblClick = ListBox1DblClick
  34.     OnDrawItem = ListBox1DrawItem
  35.   end
  36.   object ColorDialog1: TColorDialog
  37.     Ctl3D = True
  38.     Left = 72
  39.     Top = 48
  40.   end
  41. end