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
c6b715d5
Commit
c6b715d5
authored
9 years ago
by
rswindell
Browse files
Options
Downloads
Patches
Plain Diff
Added Service "Global Settings" label.
parent
1d847ed3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/sbbs3/ctrl/ServicesCfgDlgUnit.dfm
+46
-39
46 additions, 39 deletions
src/sbbs3/ctrl/ServicesCfgDlgUnit.dfm
src/sbbs3/ctrl/ServicesCfgDlgUnit.h
+2
-1
2 additions, 1 deletion
src/sbbs3/ctrl/ServicesCfgDlgUnit.h
with
48 additions
and
40 deletions
src/sbbs3/ctrl/ServicesCfgDlgUnit.dfm
+
46
−
39
View file @
c6b715d5
...
...
@@ -46,7 +46,7 @@ object ServicesCfgDlg: TServicesCfgDlg
PixelsPerInch = 96
TextHeight = 13
object PageControl: TPageControl
Left =
3
Left =
2
Top = 3
Width = 278
Height = 199
...
...
@@ -63,6 +63,13 @@ object ServicesCfgDlg: TServicesCfgDlg
AutoSize = False
Caption = 'Interface (IP)'
end
object GlobalSettingsLabel: TLabel
Left = 8
Top = 68
Width = 249
Height = 20
Caption = 'Global Service Settings (defaults)'
end
object AutoStartCheckBox: TCheckBox
Left = 7
Top = 10
...
...
@@ -112,6 +119,41 @@ object ServicesCfgDlg: TServicesCfgDlg
145)
end
end
object ServicesTabSheet: TTabSheet
Caption = 'Services'
ImageIndex = 2
object CheckListBox: TCheckListBox
Left = 8
Top = 8
Width = 249
Height = 73
Hint = 'Services and their enabled/disabled state'
ItemHeight = 13
ParentShowHint = False
PopupMenu = ServicesCfgPopupMenu
ShowHint = True
TabOrder = 0
OnClick = CheckListBoxClick
OnKeyDown = CheckListBoxKeyDown
end
object ValueListEditor: TValueListEditor
Left = 8
Top = 88
Width = 250
Height = 75
Hint = 'Service settings'
KeyOptions = [keyEdit, keyAdd, keyDelete, keyUnique]
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goColSizing, goEditing, goThumbTracking]
ParentShowHint = False
ShowHint = True
TabOrder = 1
Visible = False
OnValidate = ValueListEditorValidate
ColWidths = (
99
145)
end
end
object SoundTabSheet: TTabSheet
Caption = 'Sound'
ImageIndex = 2
...
...
@@ -170,41 +212,6 @@ object ServicesCfgDlg: TServicesCfgDlg
OnClick = HangupSoundButtonClick
end
end
object EnableTabSheet: TTabSheet
Caption = 'Services'
ImageIndex = 2
object CheckListBox: TCheckListBox
Left = 8
Top = 8
Width = 249
Height = 73
Hint = 'Services and their enabled/disabled state'
ItemHeight = 13
ParentShowHint = False
PopupMenu = ServicesCfgPopupMenu
ShowHint = True
TabOrder = 0
OnClick = CheckListBoxClick
OnKeyDown = CheckListBoxKeyDown
end
object ValueListEditor: TValueListEditor
Left = 8
Top = 88
Width = 250
Height = 75
Hint = 'Service settings'
KeyOptions = [keyEdit, keyAdd, keyDelete, keyUnique]
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goColSizing, goEditing, goThumbTracking]
ParentShowHint = False
ShowHint = True
TabOrder = 1
Visible = False
OnValidate = ValueListEditorValidate
ColWidths = (
99
145)
end
end
end
object OKBtn: TButton
Left = 20
...
...
@@ -276,11 +283,11 @@ object ServicesCfgDlg: TServicesCfgDlg
Filter = 'Wave Files|*.wav'
Options = [ofHideReadOnly, ofNoChangeDir, ofEnableSizing, ofDontAddToRecent]
Left = 104
Top =
64
Top =
32
end
object ServicesCfgPopupMenu: TPopupMenu
Left = 1
7
6
Top =
48
Left = 1
3
6
Top =
56
object ServiceAdd: TMenuItem
Caption = 'Add'
Hint = 'Add a new service'
...
...
This diff is collapsed.
Click to expand it.
src/sbbs3/ctrl/ServicesCfgDlgUnit.h
+
2
−
1
View file @
c6b715d5
...
...
@@ -38,13 +38,14 @@ __published: // IDE-managed Components
TButton
*
CancelButton
;
TButton
*
ApplyButton
;
TOpenDialog
*
OpenDialog
;
TTabSheet
*
Enable
TabSheet
;
TTabSheet
*
Services
TabSheet
;
TCheckListBox
*
CheckListBox
;
TValueListEditor
*
ValueListEditor
;
TPopupMenu
*
ServicesCfgPopupMenu
;
TMenuItem
*
ServiceAdd
;
TMenuItem
*
ServiceRemove
;
TValueListEditor
*
GlobalValueListEditor
;
TLabel
*
GlobalSettingsLabel
;
void
__fastcall
FormShow
(
TObject
*
Sender
);
void
__fastcall
OKButtonClick
(
TObject
*
Sender
);
void
__fastcall
AnswerSoundButtonClick
(
TObject
*
Sender
);
...
...
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