mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 11:17:57 +08:00
Place icons on the 3 new/save/delete buttons on the session manager, to make them more noticeable
This commit is contained in:
@ -46,6 +46,8 @@ object connform: Tconnform
|
||||
Height = 25
|
||||
Anchors = [akLeft, akBottom]
|
||||
Caption = 'Save'
|
||||
ImageIndex = 10
|
||||
Images = MainForm.VirtualImageListMain
|
||||
TabOrder = 2
|
||||
OnClick = btnSaveClick
|
||||
end
|
||||
@ -156,6 +158,8 @@ object connform: Tconnform
|
||||
Anchors = [akLeft, akBottom]
|
||||
Caption = 'New'
|
||||
DropDownMenu = popupNew
|
||||
ImageIndex = 45
|
||||
Images = MainForm.VirtualImageListMain
|
||||
Style = bsSplitButton
|
||||
TabOrder = 1
|
||||
OnClick = btnNewClick
|
||||
@ -167,6 +171,8 @@ object connform: Tconnform
|
||||
Height = 25
|
||||
Anchors = [akLeft, akBottom]
|
||||
Caption = 'Delete'
|
||||
ImageIndex = 46
|
||||
Images = MainForm.VirtualImageListMain
|
||||
TabOrder = 3
|
||||
OnClick = btnDeleteClick
|
||||
end
|
||||
|
Reference in New Issue
Block a user