国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 應用 > 軟件技巧 > 正文

如何在Listbox加背景圖

2024-07-15 02:01:37
字體:
來源:轉載
供稿:網友

如何在Listbox加背景圖:

  1. 建立一個窗體  2. 放一個ComboBox和Listbox   3. 改變Component的Style為csOwnerDrawVariable和ListBox的Style為lbOwnerDrawVariable。  4. 聲明5個TBitmap的全局變量  5. 覆蓋Form的OnCreate.   6. 覆蓋ComboBox的OnDraw.   7. 覆蓋ComboBox的OnMeasureItem.   8. 釋放資源在Form的OnClose.     unit Ownerdrw;     interface     uses   SysUtils, WinTypes, WinProcs, Messages, Classes, Graphics, Controls,   Forms, Dialogs, StdCtrls;     type   TForm1 = class(TForm)   ComboBox1: TComboBox;   ListBox1: TListBox;   procedure FormCreate(Sender: TObject);   procedure FormClose(Sender: TObject; var Action: TCloseAction);   procedure ComboBox1DrawItem(Control: TWinControl; Index: Integer;   Rect: TRect; State: TOwnerDrawState);   procedure ComboBox1MeasureItem(Control: TWinControl; Index: Integer;   var Height: Integer);   procedure ListBox1DrawItem(Control: TWinControl; Index: Integer;   Rect: TRect; State: TOwnerDrawState);   procedure ListBox1MeasureItem(Control: TWinControl; Index: Integer;   var Height: Integer);     private   { Private declarations }     public   { Public declarations }     end;     var   Form1: TForm1;   TheBitmap1, TheBitmap2, TheBitmap3, TheBitmap4,   TheBitmap5 : TBitmap;   implementation     {$R *.DFM}     procedure TForm1.FormCreate(Sender: TObject);   begin   TheBitmap1 := TBitmap.Create;   TheBitmap1.LoadFromFile('C:/delphi/images/buttons/globe.bmp');   TheBitmap2 := TBitmap.Create;   TheBitmap2.LoadFromFile('C:/delphi/images/buttons/video.bmp');   TheBitmap3 := TBitmap.Create;   TheBitmap3.LoadFromFile('C:/delphi/images/buttons/gears.bmp');   TheBitmap4 := TBitmap.Create;   TheBitmap4.LoadFromFile('C:/delphi/images/buttons/key.bmp');   TheBitmap5 := TBitmap.Create;   TheBitmap5.LoadFromFile('C:/delphi/images/buttons/tools.bmp');   ComboBox1.Items.AddObject('Bitmap1: Globe', TheBitmap1);   ComboBox1.Items.AddObject('Bitmap2: Video', TheBitmap2);   ComboBox1.Items.AddObject('Bitmap3: Gears', TheBitmap3);

發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表
主站蜘蛛池模板: 万全县| 密山市| 蒙山县| 贺州市| 永城市| 云霄县| 昌图县| 德化县| 营口市| 磐安县| 邛崃市| 银川市| 阿巴嘎旗| 民县| 通许县| 灵川县| 涡阳县| 衡水市| 沙湾县| 黄陵县| 丹凤县| 湖州市| 商水县| 甘南县| 福海县| 文安县| 广州市| 定边县| 历史| 富阳市| 开平市| 上林县| 岗巴县| 玛曲县| 称多县| 秭归县| 阿勒泰市| 洪雅县| 斗六市| 保定市| 乌拉特前旗|