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
0e70c890
Commit
0e70c890
authored
24 years ago
by
rswindell
Browse files
Options
Downloads
Patches
Plain Diff
Not sure what (if anything changed) besides the font size.
parent
bae5e15f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/sbbs3/ctrl/FtpCfgDlgUnit.dfm
+121
-121
121 additions, 121 deletions
src/sbbs3/ctrl/FtpCfgDlgUnit.dfm
with
121 additions
and
121 deletions
src/sbbs3/ctrl/FtpCfgDlgUnit.dfm
+
121
−
121
View file @
0e70c890
...
...
@@ -3,61 +3,61 @@ object FtpCfgDlg: TFtpCfgDlg
Top = 622
BorderStyle = bsDialog
Caption = 'FTP Server Configuration'
ClientHeight = 2
34
ClientWidth =
286
ClientHeight = 2
88
ClientWidth =
352
Color = clBtnFace
ParentFont = True
OldCreateOrder = True
Position = poScreenCenter
OnShow = FormShow
PixelsPerInch =
96
TextHeight = 1
3
PixelsPerInch =
120
TextHeight = 1
6
object PageControl: TPageControl
Left =
3
Top =
3
Width =
278
Height =
186
ActivePage =
Sound
TabSheet
Left =
4
Top =
4
Width =
342
Height =
229
ActivePage =
General
TabSheet
TabOrder = 0
object GeneralTabSheet: TTabSheet
Caption = 'General'
object MaxClientesLabel: TLabel
Left =
7
Top =
83
Width =
78
Height =
19
Left =
9
Top =
102
Width =
96
Height =
24
AutoSize = False
Caption = 'Max Clients'
end
object MaxInactivityLabel: TLabel
Left =
7
Top = 1
07
Width =
78
Height = 2
0
Left =
9
Top = 1
32
Width =
96
Height = 2
4
AutoSize = False
Caption = 'Max Inactivity'
end
object PortLabel: TLabel
Left =
7
Top =
55
Width =
78
Height = 2
0
Left =
9
Top =
68
Width =
96
Height = 2
4
AutoSize = False
Caption = 'Control Port'
end
object InterfaceLabel: TLabel
Left =
7
Top =
29
Width =
78
Height = 2
0
Left =
9
Top =
36
Width =
96
Height = 2
4
AutoSize = False
Caption = 'Interface (IP)'
end
object AutoStartCheckBox: TCheckBox
Left =
7
Top =
5
Width = 1
17
Height =
19
Left =
9
Top =
6
Width = 1
44
Height =
24
Hint = 'Automatically start FTP server'
Caption = 'Auto Startup'
ParentShowHint = False
...
...
@@ -65,20 +65,20 @@ object FtpCfgDlg: TFtpCfgDlg
TabOrder = 0
end
object MaxClientsEdit: TEdit
Left =
8
5
Top =
8
1
Width =
39
Height = 2
1
Left =
10
5
Top = 1
00
Width =
48
Height = 2
4
Hint = 'Maximum number of simultaneous clients (default=10)'
ParentShowHint = False
ShowHint = True
TabOrder = 1
end
object MaxInactivityEdit: TEdit
Left =
8
5
Top = 1
07
Width =
39
Height = 2
1
Left =
10
5
Top = 1
32
Width =
48
Height = 2
4
Hint =
'Maximum number of seconds of inactivity before disconnect (defau' +
'lt=300)'
...
...
@@ -87,50 +87,50 @@ object FtpCfgDlg: TFtpCfgDlg
TabOrder = 2
end
object PortEdit: TEdit
Left =
8
5
Top =
55
Width =
39
Height = 2
1
Left =
10
5
Top =
68
Width =
48
Height = 2
4
Hint = 'TCP port to use for FTP control connections (default=21)'
ParentShowHint = False
ShowHint = True
TabOrder = 3
end
object NetworkInterfaceEdit: TEdit
Left =
8
5
Top =
29
Width = 1
56
Height = 2
1
Left =
10
5
Top =
36
Width = 1
92
Height = 2
4
Hint = 'Your network adapter'#39's static IP address or blank for <ANY>'
ParentShowHint = False
ShowHint = True
TabOrder = 4
end
object AutoIndexCheckBox: TCheckBox
Left =
7
Top = 1
3
2
Width =
78
Height =
19
Left =
9
Top = 1
6
2
Width =
96
Height =
24
Hint = 'Automatically generate index files for file descriptions'
Caption = 'Auto Index'
TabOrder = 5
OnClick = AutoIndexCheckBoxClick
end
object IndexFileNameEdit: TEdit
Left =
8
5
Top = 1
33
Width = 1
56
Height = 2
1
Left =
10
5
Top = 1
64
Width = 1
92
Height = 2
4
Hint = 'Name of auto-index file (default=00index)'
ParentShowHint = False
ShowHint = True
TabOrder = 6
end
object AllowQWKCheckBox: TCheckBox
Left = 1
4
8
Top =
55
Width = 1
19
Height = 2
0
Left = 18
2
Top =
68
Width = 1
47
Height = 2
4
Hint = 'Allow QWK packet transfers'
Caption = 'QWK Packets'
ParentShowHint = False
...
...
@@ -138,10 +138,10 @@ object FtpCfgDlg: TFtpCfgDlg
TabOrder = 7
end
object LocalFileSysCheckBox: TCheckBox
Left = 1
4
8
Top =
8
1
Width = 1
19
Height = 2
0
Left = 18
2
Top = 1
00
Width = 1
47
Height = 2
4
Hint =
'Allow sysop access to local file system (requires sysop password' +
')'
...
...
@@ -151,10 +151,10 @@ object FtpCfgDlg: TFtpCfgDlg
TabOrder = 8
end
object HostnameCheckBox: TCheckBox
Left = 1
4
8
Top =
5
Width = 1
19
Height =
19
Left = 18
2
Top =
6
Width = 1
47
Height =
24
Hint = 'Automatically lookup client'#39's hostnames via DNS'
Caption = 'Hostname Lookup'
ParentShowHint = False
...
...
@@ -162,10 +162,10 @@ object FtpCfgDlg: TFtpCfgDlg
TabOrder = 9
end
object DirFilesCheckBox: TCheckBox
Left = 1
4
8
Top = 1
05
Width = 1
2
5
Height = 2
0
Left = 18
2
Top = 1
29
Width = 15
4
Height = 2
5
Hint = 'Allow users access to files in directory, but not in database'
Caption = 'Directory File Access'
ParentShowHint = False
...
...
@@ -177,10 +177,10 @@ object FtpCfgDlg: TFtpCfgDlg
Caption = 'Log'
ImageIndex = 1
object DebugTxCheckBox: TCheckBox
Left =
7
Top =
29
Width = 1
56
Height = 2
0
Left =
9
Top =
36
Width = 1
92
Height = 2
4
Hint = 'Log (debug) transmitted FTP responses'
Caption = 'Transmitted Responses'
ParentShowHint = False
...
...
@@ -188,10 +188,10 @@ object FtpCfgDlg: TFtpCfgDlg
TabOrder = 0
end
object CmdLogCheckBox: TCheckBox
Left =
7
Top =
5
Width = 1
56
Height =
19
Left =
9
Top =
6
Width = 1
92
Height =
24
Hint = 'Log (debug) all received FTP commands'
Caption = 'Received Commands'
ParentShowHint = False
...
...
@@ -199,10 +199,10 @@ object FtpCfgDlg: TFtpCfgDlg
TabOrder = 1
end
object DebugDataCheckBox: TCheckBox
Left =
7
Top =
54
Width = 1
56
Height =
19
Left =
9
Top =
66
Width = 1
92
Height =
24
Hint = 'Log (debug) data channel operations'
Caption = 'Data Channel Activity'
ParentShowHint = False
...
...
@@ -210,10 +210,10 @@ object FtpCfgDlg: TFtpCfgDlg
TabOrder = 2
end
object LogFileCheckBox: TCheckBox
Left =
7
Top =
78
Width = 1
17
Height = 2
0
Left =
9
Top =
96
Width = 1
44
Height = 2
5
Hint = 'Save log entries to a file (in your DATA directory)'
Caption = 'Log to Disk'
ParentShowHint = False
...
...
@@ -225,55 +225,55 @@ object FtpCfgDlg: TFtpCfgDlg
Caption = 'Sound'
ImageIndex = 2
object AnswerSoundLabel: TLabel
Left =
7
Top = 1
0
Width =
65
Height = 2
0
Left =
9
Top = 1
2
Width =
80
Height = 2
5
AutoSize = False
Caption = 'Connect'
end
object HnagupSoundLabel: TLabel
Left =
7
Top =
36
Width =
65
Height = 2
0
Left =
9
Top =
44
Width =
80
Height = 2
5
AutoSize = False
Caption = 'Disconnect'
end
object AnswerSoundEdit: TEdit
Left =
72
Top = 1
0
Width =
169
Height = 2
1
Left =
89
Top = 1
2
Width =
208
Height = 2
4
Hint = 'Sound file to play when users connect'
ParentShowHint = False
ShowHint = True
TabOrder = 0
end
object AnswerSoundButton: TButton
Left =
247
Top = 1
0
Width = 2
0
Height = 2
1
Left =
304
Top = 1
2
Width = 2
5
Height = 2
6
Caption = '...'
TabOrder = 1
OnClick = AnswerSoundButtonClick
end
object HangupSoundEdit: TEdit
Left =
72
Top =
36
Width =
169
Height = 2
1
Left =
89
Top =
44
Width =
208
Height = 2
4
Hint = 'Sound file to play when users disconnect'
ParentShowHint = False
ShowHint = True
TabOrder = 2
end
object HangupSoundButton: TButton
Left =
247
Top =
36
Width = 2
0
Height = 2
1
Left =
304
Top =
44
Width = 2
5
Height = 2
6
Caption = '...'
TabOrder = 3
OnClick = HangupSoundButtonClick
...
...
@@ -281,10 +281,10 @@ object FtpCfgDlg: TFtpCfgDlg
end
end
object OKBtn: TButton
Left = 2
0
Top = 2
01
Width =
76
Height =
24
Left = 2
5
Top = 2
47
Width =
93
Height =
30
Anchors = [akLeft, akBottom]
Caption = 'OK'
Default = True
...
...
@@ -293,10 +293,10 @@ object FtpCfgDlg: TFtpCfgDlg
OnClick = OKBtnClick
end
object CancelBtn: TButton
Left = 1
04
Top = 2
01
Width =
75
Height =
24
Left = 1
28
Top = 2
47
Width =
92
Height =
30
Anchors = [akLeft, akBottom]
Cancel = True
Caption = 'Cancel'
...
...
@@ -304,10 +304,10 @@ object FtpCfgDlg: TFtpCfgDlg
TabOrder = 2
end
object ApplyBtn: TButton
Left =
189
Top = 2
01
Width =
76
Height =
24
Left =
233
Top = 2
47
Width =
93
Height =
30
Anchors = [akLeft, akBottom]
Cancel = True
Caption = 'Apply'
...
...
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