Skip to content

Commit

Permalink
Place icons on the 3 new/save/delete buttons on the session manager, …
Browse files Browse the repository at this point in the history
…to make them more noticeable
  • Loading branch information
ansgarbecker committed Dec 15, 2019
1 parent feeb110 commit 74068d6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions source/connections.dfm
Expand Up @@ -46,6 +46,8 @@ object connform: Tconnform
Height = 25
Anchors = [akLeft, akBottom]
Caption = 'Save'
ImageIndex = 10
Images = MainForm.VirtualImageListMain
TabOrder = 2
OnClick = btnSaveClick
end
Expand Down Expand Up @@ -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
Expand All @@ -167,6 +171,8 @@ object connform: Tconnform
Height = 25
Anchors = [akLeft, akBottom]
Caption = 'Delete'
ImageIndex = 46
Images = MainForm.VirtualImageListMain
TabOrder = 3
OnClick = btnDeleteClick
end
Expand Down

0 comments on commit 74068d6

Please sign in to comment.