feat: full support for different icon packs, Silk and Icons8

This commit is contained in:
Ansgar Becker
2025-11-24 19:09:05 +01:00
parent 769afa5195
commit dbca69d2b0
30 changed files with 40235 additions and 40007 deletions

View File

@@ -63,7 +63,7 @@ object frmSQLhelp: TfrmSQLhelp
Align = alTop
BorderSpacing.Around = 2
ButtonWidth = 29
Images = MainForm.ImageListIcons8
Images = MainForm.ImageListMain
ImageIndex = 193
MaxLength = 0
NumGlyphs = 1
@@ -88,7 +88,7 @@ object frmSQLhelp: TfrmSQLhelp
Header.AutoSizeIndex = 0
Header.Columns = <>
Header.MainColumn = -1
Images = MainForm.ImageListIcons8
Images = MainForm.ImageListMain
TabOrder = 1
TreeOptions.PaintOptions = [toHotTrack, toShowButtons, toShowDropmark, toShowRoot, toShowTreeLines, toThemeAware, toUseBlendedImages, toUseExplorerTheme, toHideTreeLinesIfThemed]
OnFocusChanged = treeTopicsFocusChanged
@@ -357,7 +357,7 @@ object frmSQLhelp: TfrmSQLhelp
AutoSize = True
BorderSpacing.Around = 6
Caption = 'Search online'
Images = MainForm.ImageListIcons8
Images = MainForm.ImageListMain
ImageIndex = 69
OnClick = ButtonOnlinehelpClick
end