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
23da684d
Commit
23da684d
authored
15 years ago
by
rswindell
Browse files
Options
Downloads
Patches
Plain Diff
Fix tab order.
parent
d2382ebb
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/sbbs3/ctrl/WebCfgDlgUnit.dfm
+12
-10
12 additions, 10 deletions
src/sbbs3/ctrl/WebCfgDlgUnit.dfm
with
12 additions
and
10 deletions
src/sbbs3/ctrl/WebCfgDlgUnit.dfm
+
12
−
10
View file @
23da684d
...
...
@@ -25,8 +25,8 @@ object WebCfgDlg: TWebCfgDlg
Top = 4
Width = 342
Height = 245
ActivePage =
CGI
TabSheet
TabIndex =
2
ActivePage =
Http
TabSheet
TabIndex =
1
TabOrder = 0
object GeneralTabSheet: TTabSheet
Caption = 'General'
...
...
@@ -162,6 +162,7 @@ object WebCfgDlg: TWebCfgDlg
AutoSize = False
Caption = 'Embedded JS File Extension'
Enabled = False
Visible = False
end
object IndexLabel: TLabel
Left = 9
...
...
@@ -201,7 +202,7 @@ object WebCfgDlg: TWebCfgDlg
'.ssjs")'
ParentShowHint = False
ShowHint = True
TabOrder =
2
TabOrder =
3
end
object EmbeddedJsExtEdit: TEdit
Left = 192
...
...
@@ -214,7 +215,8 @@ object WebCfgDlg: TWebCfgDlg
Enabled = False
ParentShowHint = False
ShowHint = True
TabOrder = 3
TabOrder = 4
Visible = False
end
object VirtualHostsCheckBox: TCheckBox
Left = 9
...
...
@@ -225,7 +227,7 @@ object WebCfgDlg: TWebCfgDlg
Caption = 'Virtual Hosts'
ParentShowHint = False
ShowHint = True
TabOrder =
4
TabOrder =
5
end
object IndexFileEdit: TEdit
Left = 104
...
...
@@ -235,7 +237,7 @@ object WebCfgDlg: TWebCfgDlg
Hint =
'List of filenames that will be automatically sent to client (e.g' +
'. index.html)'
TabOrder =
5
TabOrder =
2
end
end
object CGITabSheet: TTabSheet
...
...
@@ -281,7 +283,7 @@ object WebCfgDlg: TWebCfgDlg
Hint = 'CGI sub-directory (off of HTML root)'
ParentShowHint = False
ShowHint = True
TabOrder =
0
TabOrder =
1
end
object CGICheckBox: TCheckBox
Left = 9
...
...
@@ -292,7 +294,7 @@ object WebCfgDlg: TWebCfgDlg
Caption = 'Enabled'
ParentShowHint = False
ShowHint = True
TabOrder =
1
TabOrder =
0
OnClick = CGICheckBoxClick
end
object CGIExtEdit: TEdit
...
...
@@ -315,7 +317,7 @@ object WebCfgDlg: TWebCfgDlg
'lt=120)'
ParentShowHint = False
ShowHint = True
TabOrder =
3
TabOrder =
4
end
object CGIContentEdit: TEdit
Left = 105
...
...
@@ -325,7 +327,7 @@ object WebCfgDlg: TWebCfgDlg
Hint = 'Default Content-Type for CGI output'
ParentShowHint = False
ShowHint = True
TabOrder =
4
TabOrder =
3
end
object CGIEnvButton: TButton
Left = 8
...
...
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