正在阅读:Delphi学习:在Listbox加背景图Delphi学习:在Listbox加背景图

2004-05-13 10:23 出处:CSDN 作者:chenzhechenge 责任编辑:linjixiong
procedure TForm1.ListBox1MeasureItem(Control: TWinControl; Index: Integer;   var Height: Integer);   begin   height:= 20;   end;      end.   //该窗体的DFM文件      object Form1: TForm1   Left = 211   Top = 155   Width = 435   Height = 300   Caption = 'Form1'   Font.Color = clWindowText   Font.Height = -13   Font.Name = 'System'   Font.Style = []   PixelsPerInch = 96   OnClose = FormClose   OnCreate = FormCreate   TextHeight = 16   object ComboBox1: TComboBox   Left = 26   Top = 30   Width = 165   Height = 22   Style = csOwnerDrawVariable   ItemHeight = 16   TabOrder = 0   OnDrawItem = ComboBox1DrawItem   OnMeasureItem = ComboBox1MeasureItem   end   object ListBox1: TListBox   Left = 216   Top = 28   Width = 151   Height = 167   ItemHeight = 16   Style = lbOwnerDrawVariable   TabOrder = 1   OnDrawItem = ListBox1DrawItem   OnMeasureItem = ListBox1MeasureItem   end   end
察看评论详细内容 我要发表评论
作者笔名 简短内容 发表时间
:
键盘也能翻页,试试“← →”键

相关文章

关注我们

最新资讯离线随时看 聊天吐槽赢奖品