Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Synchronet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Main
Synchronet
Commits
90ac24f6
Commit
90ac24f6
authored
24 years ago
by
rswindell
Browse files
Options
Downloads
Patches
Plain Diff
Fixed ToolBar Images property (not sure how it got removed).
parent
db64862b
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/sbbs3/ctrl/NodeFormUnit.dfm
+6
-7
6 additions, 7 deletions
src/sbbs3/ctrl/NodeFormUnit.dfm
with
6 additions
and
7 deletions
src/sbbs3/ctrl/NodeFormUnit.dfm
+
6
−
7
View file @
90ac24f6
...
@@ -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 = -1
4
Font.Height = -1
1
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 = 1
6
TextHeight = 1
3
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 = 1
57
Height = 1
62
Align = alClient
Align = alClient
ItemHeight = 1
6
ItemHeight = 1
3
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment