mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 20:38:16 +02:00
examples: imagelist_highdpi_designtime: add TBitBtn and TSpeedButton controls
git-svn-id: trunk@57707 -
This commit is contained in:
parent
6635b81023
commit
aba4fa2017
@ -1,5 +1,5 @@
|
||||
object Form1: TForm1
|
||||
Left = 367
|
||||
Left = 233
|
||||
Height = 384
|
||||
Top = 275
|
||||
Width = 958
|
||||
@ -114,10 +114,29 @@ object Form1: TForm1
|
||||
OnClick = RadioGroup1Click
|
||||
TabOrder = 4
|
||||
end
|
||||
object BitBtn1: TBitBtn
|
||||
Left = 16
|
||||
Height = 30
|
||||
Top = 309
|
||||
Width = 75
|
||||
Caption = 'BitBtn1'
|
||||
Images = ImageList1
|
||||
ImageIndex = 1
|
||||
TabOrder = 5
|
||||
end
|
||||
object SpeedButton1: TSpeedButton
|
||||
Left = 104
|
||||
Height = 30
|
||||
Top = 309
|
||||
Width = 30
|
||||
Images = ImageList1
|
||||
ImageIndex = 3
|
||||
ImageWidth = 24
|
||||
end
|
||||
object ImageList1: TImageList
|
||||
Scaled = True
|
||||
OnGetWidthForPPI = ImageList1GetWidthForPPI
|
||||
Left = 24
|
||||
Left = 680
|
||||
Top = 296
|
||||
Bitmap = {
|
||||
4C69050000001000000010000000000000000000000078483671784836FE7848
|
||||
@ -1338,7 +1357,7 @@ object Form1: TForm1
|
||||
end
|
||||
object MainMenu1: TMainMenu
|
||||
Images = ImageList1
|
||||
Left = 64
|
||||
Left = 720
|
||||
Top = 296
|
||||
object MenuItem1: TMenuItem
|
||||
Caption = 'MenuItem1'
|
||||
|
@ -6,7 +6,7 @@ interface
|
||||
|
||||
uses
|
||||
Classes, SysUtils, Forms, Controls, Graphics, Dialogs, ComCtrls, ImgList,
|
||||
Menus, ExtCtrls;
|
||||
Menus, ExtCtrls, Buttons;
|
||||
|
||||
type
|
||||
|
||||
@ -27,6 +27,8 @@ type
|
||||
ToolButton1: TToolButton;
|
||||
ToolButton2: TToolButton;
|
||||
TreeView1: TTreeView;
|
||||
BitBtn1: TBitBtn;
|
||||
SpeedButton1: TSpeedButton;
|
||||
procedure ImageList1GetWidthForPPI(Sender: TCustomImageList; AImageWidth,
|
||||
APPI: Integer; var AResultWidth: Integer);
|
||||
procedure RadioGroup1Click(Sender: TObject);
|
||||
|
Loading…
Reference in New Issue
Block a user