home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 239
- Top = 98
- ActiveControl = ListBox1
- BorderStyle = bsDialog
- Caption = 'OwnerDraw'
- ClientHeight = 287
- ClientWidth = 221
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- OnCreate = FormCreate
- TextHeight = 16
- object Label1: TLabel
- Left = 16
- Top = 16
- Width = 81
- Height = 16
- Caption = 'System Fonts'
- end
- object FontLabel: TLabel
- Left = 16
- Top = 244
- Width = 193
- Height = 16
- AutoSize = False
- end
- object ListBox1: TListBox
- Left = 16
- Top = 36
- Width = 193
- Height = 201
- ItemHeight = 16
- Style = lbOwnerDrawVariable
- TabOrder = 0
- OnClick = ListBox1Click
- OnDrawItem = DrawItem
- OnMeasureItem = ListBox1MeasureItem
- end
- end
-