Skip to content
Snippets Groups Projects
Commit 90ac24f6 authored by rswindell's avatar rswindell
Browse files

Fixed ToolBar Images property (not sure how it got removed).

parent db64862b
Branches
Tags
No related merge requests found
...@@ -10,15 +10,15 @@ object NodeForm: TNodeForm ...@@ -10,15 +10,15 @@ object NodeForm: TNodeForm
DragMode = dmAutomatic DragMode = dmAutomatic
Font.Charset = DEFAULT_CHARSET Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText Font.Color = clWindowText
Font.Height = -14 Font.Height = -11
Font.Name = 'MS Sans Serif' Font.Name = 'MS Sans Serif'
Font.Style = [] Font.Style = []
OldCreateOrder = False OldCreateOrder = False
Position = poDefault Position = poDefault
OnHide = FormHide OnHide = FormHide
OnShow = FormShow OnShow = FormShow
PixelsPerInch = 120 PixelsPerInch = 96
TextHeight = 16 TextHeight = 13
object Toolbar: TToolBar object Toolbar: TToolBar
Left = 0 Left = 0
Top = 0 Top = 0
...@@ -84,7 +84,7 @@ object NodeForm: TNodeForm ...@@ -84,7 +84,7 @@ object NodeForm: TNodeForm
object SpyButton: TToolButton object SpyButton: TToolButton
Left = 161 Left = 161
Top = 0 Top = 0
Hint = 'Spy on Node' Hint = 'Spy on Node(s)'
Caption = 'SpyButton' Caption = 'SpyButton'
ImageIndex = 41 ImageIndex = 41
OnClick = SpyButtonClick OnClick = SpyButtonClick
...@@ -94,9 +94,9 @@ object NodeForm: TNodeForm ...@@ -94,9 +94,9 @@ object NodeForm: TNodeForm
Left = 0 Left = 0
Top = 25 Top = 25
Width = 269 Width = 269
Height = 157 Height = 162
Align = alClient Align = alClient
ItemHeight = 16 ItemHeight = 13
MultiSelect = True MultiSelect = True
PopupMenu = PopupMenu PopupMenu = PopupMenu
TabOrder = 1 TabOrder = 1
...@@ -108,7 +108,6 @@ object NodeForm: TNodeForm ...@@ -108,7 +108,6 @@ object NodeForm: TNodeForm
Top = 120 Top = 120
end end
object PopupMenu: TPopupMenu object PopupMenu: TPopupMenu
Images = MainForm.ImageList
Left = 128 Left = 128
Top = 72 Top = 72
object LockMenuItem: TMenuItem object LockMenuItem: TMenuItem
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment