Home
last modified time | relevance | path

Searched refs:ImageList1 (Results 1 – 25 of 282) sorted by relevance

12345678910>>...12

/dports/editors/lazarus-devel/examples/gridexamples/merged_cells/
H A Dmainform.pas15 ImageList1: TImageList;
58 if Grid.DefaultRowHeight < ImageList1.Height + 4 then
59 Grid.DefaultRowHeight := ImageList1.Height + 4
115 w := ImageList1.WidthForPPI[ImageList1.Width, ppi];
116 h := ImageList1.HeightForPPI[ImageList1.Height, ppi];
119 ImageList1.DrawForPPI(Grid.Canvas, x, y, 0, ImageList1.Width, ppi, Grid.GetCanvasScaleFactor);
/dports/editors/lazarus-qt5-devel/examples/gridexamples/merged_cells/
H A Dmainform.pas15 ImageList1: TImageList;
58 if Grid.DefaultRowHeight < ImageList1.Height + 4 then
59 Grid.DefaultRowHeight := ImageList1.Height + 4
115 w := ImageList1.WidthForPPI[ImageList1.Width, ppi];
116 h := ImageList1.HeightForPPI[ImageList1.Height, ppi];
119 ImageList1.DrawForPPI(Grid.Canvas, x, y, 0, ImageList1.Width, ppi, Grid.GetCanvasScaleFactor);
/dports/editors/picpas/PicPas-7940bc3/Source/
H A DFormElemProperty.pas17 ImageList1: TImageList;
59 ImageList1.GetBitmap(13, Image1.Picture.Bitmap);
139 ImageList1.GetBitmap(4, Image1.Picture.Bitmap);
145 ImageList1.GetBitmap(2, Image1.Picture.Bitmap);
159 ImageList1.GetBitmap(3, Image1.Picture.Bitmap);
172 ImageList1.GetBitmap(6, Image1.Picture.Bitmap);
177 ImageList1.GetBitmap(12, Image1.Picture.Bitmap);
183 ImageList1.GetBitmap(1, Image1.Picture.Bitmap);
187 ImageList1.GetBitmap(13, Image1.Picture.Bitmap);
H A DFrameSyntaxTree.lfm30 Images = ImageList1
66 Images = ImageList1
91 Images = ImageList1
254 object ImageList1: TImageList
774 Images = ImageList1
857 Images = ImageList1
892 Images = ImageList1
/dports/graphics/lazpaint/lazpaint-7.1.6/lazpaint/dialog/
H A Dumultiimage.pas19 ImageList1: TImageList;
78 ImageList1.Clear;
79 ImageList1.Masked := false;
80 thumb := TBGRABitmap.Create(ImageList1.Width,ImageList1.Height);
95 ImageList1.Add(thumb.Bitmap,nil);
H A Dumultiimage.lfm22 LargeImages = ImageList1
51 object ImageList1: TImageList
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lazcontrols/
H A Dsmallorderedseteditor.pas40 ImageList1: TImageList;
248 if Visible and (ImageList1.Count=0) then begin
253 ImageList1.Width:=Max(CheckedSize.cx,UnCheckedSize.cx);
254 ImageList1.Height:=Max(CheckedSize.cy,UnCheckedSize.cy);
256 Bmp.SetSize(ImageList1.Width,ImageList1.Height);
257 ImageList1.Add(Bmp,nil);
258 ImageList1.Add(Bmp,nil);
/dports/editors/lazarus/lazarus/components/lazcontrols/
H A Dsmallorderedseteditor.pas38 ImageList1: TImageList;
246 if Visible and (ImageList1.Count=0) then begin
251 ImageList1.Width:=Max(CheckedSize.cx,UnCheckedSize.cx);
252 ImageList1.Height:=Max(CheckedSize.cy,UnCheckedSize.cy);
254 Bmp.SetSize(ImageList1.Width,ImageList1.Height);
255 ImageList1.Add(Bmp,nil);
256 ImageList1.Add(Bmp,nil);
/dports/editors/lazarus-qt5/lazarus/components/lazcontrols/
H A Dsmallorderedseteditor.pas38 ImageList1: TImageList;
246 if Visible and (ImageList1.Count=0) then begin
251 ImageList1.Width:=Max(CheckedSize.cx,UnCheckedSize.cx);
252 ImageList1.Height:=Max(CheckedSize.cy,UnCheckedSize.cy);
254 Bmp.SetSize(ImageList1.Width,ImageList1.Height);
255 ImageList1.Add(Bmp,nil);
256 ImageList1.Add(Bmp,nil);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lazcontrols/
H A Dsmallorderedseteditor.pas40 ImageList1: TImageList;
248 if Visible and (ImageList1.Count=0) then begin
253 ImageList1.Width:=Max(CheckedSize.cx,UnCheckedSize.cx);
254 ImageList1.Height:=Max(CheckedSize.cy,UnCheckedSize.cy);
256 Bmp.SetSize(ImageList1.Width,ImageList1.Height);
257 ImageList1.Add(Bmp,nil);
258 ImageList1.Add(Bmp,nil);
/dports/editors/lazarus/examples/gridexamples/merged_cells/
H A Dmainform.pas15 ImageList1: TImageList;
58 if Grid.DefaultRowHeight < ImageList1.Height + 4 then
59 Grid.DefaultRowHeight := ImageList1.Height + 4
116 ImageList1.GetBitmap(0, bmp);
/dports/editors/lazarus-qt5/examples/gridexamples/merged_cells/
H A Dmainform.pas15 ImageList1: TImageList;
58 if Grid.DefaultRowHeight < ImageList1.Height + 4 then
59 Grid.DefaultRowHeight := ImageList1.Height + 4
116 ImageList1.GetBitmap(0, bmp);
/dports/editors/lazarus-devel/examples/imagelist/
H A Dunit1.pas27 ImageList1: TImageList;
110 ImageList1.GetBitmap(AIndex, Bmp, AEffect);
124 ImageList1.Add(bmp, nil);
/dports/editors/lazarus/examples/imagelist/
H A Dunit1.pas27 ImageList1: TImageList;
110 ImageList1.GetBitmap(AIndex, Bmp, AEffect);
124 ImageList1.Add(bmp, nil);
/dports/editors/lazarus-qt5/examples/imagelist/
H A Dunit1.pas27 ImageList1: TImageList;
110 ImageList1.GetBitmap(AIndex, Bmp, AEffect);
124 ImageList1.Add(bmp, nil);
/dports/editors/lazarus-qt5-devel/examples/imagelist/
H A Dunit1.pas27 ImageList1: TImageList;
110 ImageList1.GetBitmap(AIndex, Bmp, AEffect);
124 ImageList1.Add(bmp, nil);
/dports/editors/lazarus-devel/examples/imagelist_highdpi_designtime/
H A Dunit1.lfm19 Images = ImageList1
40 Images = ImageList1
42 StateImages = ImageList1
70 LargeImages = ImageList1
72 SmallImages = ImageList1
83 Images = ImageList1
123 Images = ImageList1
132 Images = ImageList1
136 object ImageList1: TImageList
1359 Images = ImageList1
[all …]
/dports/editors/lazarus/examples/imagelist_highdpi_designtime/
H A Dunit1.lfm19 Images = ImageList1
40 Images = ImageList1
42 StateImages = ImageList1
70 LargeImages = ImageList1
72 SmallImages = ImageList1
83 Images = ImageList1
123 Images = ImageList1
132 Images = ImageList1
136 object ImageList1: TImageList
1359 Images = ImageList1
[all …]
/dports/editors/lazarus-qt5/examples/imagelist_highdpi_designtime/
H A Dunit1.lfm19 Images = ImageList1
40 Images = ImageList1
42 StateImages = ImageList1
70 LargeImages = ImageList1
72 SmallImages = ImageList1
83 Images = ImageList1
123 Images = ImageList1
132 Images = ImageList1
136 object ImageList1: TImageList
1359 Images = ImageList1
[all …]
/dports/editors/lazarus-qt5-devel/examples/imagelist_highdpi_designtime/
H A Dunit1.lfm19 Images = ImageList1
40 Images = ImageList1
42 StateImages = ImageList1
70 LargeImages = ImageList1
72 SmallImages = ImageList1
83 Images = ImageList1
123 Images = ImageList1
132 Images = ImageList1
136 object ImageList1: TImageList
1359 Images = ImageList1
[all …]
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxSmith/wxwidgets/properties/
H A Dwxsimagetreeeditordlg.cpp321 ImageList1 = new wxImageList(16, 16, 6); in BEGIN_EVENT_TABLE()
322 ImageList1->Add(wxBitmap(ImageList1_0_XPM)); in BEGIN_EVENT_TABLE()
323 ImageList1->Add(wxBitmap(ImageList1_1_XPM)); in BEGIN_EVENT_TABLE()
324 ImageList1->Add(wxBitmap(ImageList1_2_XPM)); in BEGIN_EVENT_TABLE()
325 ImageList1->Add(wxBitmap(ImageList1_3_XPM)); in BEGIN_EVENT_TABLE()
326 ImageList1->Add(wxBitmap(ImageList1_4_XPM)); in BEGIN_EVENT_TABLE()
333 bAddItem->SetBitmapLabel(ImageList1->GetBitmap(0)); in BEGIN_EVENT_TABLE()
336 bAddSubItem->SetBitmapLabel(ImageList1->GetBitmap(1)); in BEGIN_EVENT_TABLE()
339 bDelItem->SetBitmapLabel(ImageList1->GetBitmap(2)); in BEGIN_EVENT_TABLE()
342 bDelAllItems->SetBitmapLabel(ImageList1->GetBitmap(3)); in BEGIN_EVENT_TABLE()
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/codetools/ide/
H A Dcodyfrm.pas52 ImageList1: TImageList;
101 ToolBar1.Images:=ImageList1;
/dports/editors/lazarus/lazarus/components/codetools/ide/
H A Dcodyfrm.pas52 ImageList1: TImageList;
101 ToolBar1.Images:=ImageList1;
/dports/editors/lazarus-qt5/lazarus/components/codetools/ide/
H A Dcodyfrm.pas52 ImageList1: TImageList;
101 ToolBar1.Images:=ImageList1;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/codetools/ide/
H A Dcodyfrm.pas52 ImageList1: TImageList;
101 ToolBar1.Images:=ImageList1;

12345678910>>...12