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
da95026e
Commit
da95026e
authored
22 years ago
by
rswindell
Browse files
Options
Downloads
Patches
Plain Diff
Added maximum log length edit box.
parent
e5917a56
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/PropertiesDlgUnit.dfm
+22
-2
22 additions, 2 deletions
src/sbbs3/ctrl/PropertiesDlgUnit.dfm
src/sbbs3/ctrl/PropertiesDlgUnit.h
+2
-0
2 additions, 0 deletions
src/sbbs3/ctrl/PropertiesDlgUnit.h
with
24 additions
and
2 deletions
src/sbbs3/ctrl/PropertiesDlgUnit.dfm
+
22
−
2
View file @
da95026e
object PropertiesDlg: TPropertiesDlg
Left = 6
24
Top =
358
Left = 6
31
Top =
219
BorderStyle = bsDialog
Caption = 'Control Panel Properties'
ClientHeight = 288
...
...
@@ -292,6 +292,14 @@ object PropertiesDlg: TPropertiesDlg
AutoSize = False
Caption = 'JavaScript Heap'
end
object Label8: TLabel
Left = 8
Top = 108
Width = 110
Height = 24
AutoSize = False
Caption = 'Log Window Size'
end
object CtrlDirEdit: TEdit
Left = 120
Top = 12
...
...
@@ -324,6 +332,18 @@ object PropertiesDlg: TPropertiesDlg
ShowHint = True
TabOrder = 2
end
object MaxLogLenEdit: TEdit
Left = 120
Top = 108
Width = 169
Height = 24
Hint =
'Maximum number of bytes to store in log windows before auto-dele' +
'ting old lines'
ParentShowHint = False
ShowHint = True
TabOrder = 3
end
end
end
object FontDialog1: TFontDialog
...
...
This diff is collapsed.
Click to expand it.
src/sbbs3/ctrl/PropertiesDlgUnit.h
+
2
−
0
View file @
da95026e
...
...
@@ -52,6 +52,8 @@ __published:
TEdit
*
HostnameEdit
;
TLabel
*
Label7
;
TEdit
*
JS_MaxBytesEdit
;
TLabel
*
Label8
;
TEdit
*
MaxLogLenEdit
;
void
__fastcall
FormShow
(
TObject
*
Sender
);
void
__fastcall
TrayIconCheckBoxClick
(
TObject
*
Sender
);
void
__fastcall
SourceComboBoxChange
(
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