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
4df69ee6
Commit
4df69ee6
authored
18 years ago
by
rswindell
Browse files
Options
Downloads
Patches
Plain Diff
Default SSH port is 22 (not 513).
parent
bf7acd60
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/TelnetCfgDlgUnit.dfm
+161
-161
161 additions, 161 deletions
src/sbbs3/ctrl/TelnetCfgDlgUnit.dfm
with
161 additions
and
161 deletions
src/sbbs3/ctrl/TelnetCfgDlgUnit.dfm
+
161
−
161
View file @
4df69ee6
...
@@ -3,46 +3,46 @@ object TelnetCfgDlg: TTelnetCfgDlg
...
@@ -3,46 +3,46 @@ object TelnetCfgDlg: TTelnetCfgDlg
Top = 354
Top = 354
BorderStyle = bsDialog
BorderStyle = bsDialog
Caption = 'Telnet Server Configuration'
Caption = 'Telnet Server Configuration'
ClientHeight = 2
34
ClientHeight = 2
88
ClientWidth =
286
ClientWidth =
352
Color = clBtnFace
Color = clBtnFace
ParentFont = True
ParentFont = True
OldCreateOrder = True
OldCreateOrder = True
Position = poScreenCenter
Position = poScreenCenter
OnShow = FormShow
OnShow = FormShow
PixelsPerInch =
96
PixelsPerInch =
120
TextHeight = 1
3
TextHeight = 1
6
object PageControl: TPageControl
object PageControl: TPageControl
Left =
3
Left =
4
Top =
3
Top =
4
Width =
278
Width =
342
Height =
186
Height =
229
ActivePage =
Telnet
TabSheet
ActivePage =
Ssh
TabSheet
TabIndex =
1
TabIndex =
3
TabOrder = 0
TabOrder = 0
object GeneralTabSheet: TTabSheet
object GeneralTabSheet: TTabSheet
Caption = 'General'
Caption = 'General'
object FirstNodeLabel: TLabel
object FirstNodeLabel: TLabel
Left =
7
Left =
9
Top = 1
0
Top = 1
2
Width =
78
Width =
96
Height = 2
0
Height = 2
5
AutoSize = False
AutoSize = False
Caption = 'First Node'
Caption = 'First Node'
end
end
object LastNodeLabel: TLabel
object LastNodeLabel: TLabel
Left =
7
Left =
9
Top =
36
Top =
44
Width =
74
Width =
91
Height = 2
0
Height = 2
5
AutoSize = False
AutoSize = False
Caption = 'Last Node'
Caption = 'Last Node'
end
end
object AutoStartCheckBox: TCheckBox
object AutoStartCheckBox: TCheckBox
Left = 1
4
8
Left = 18
2
Top = 1
0
Top = 1
2
Width = 1
17
Width = 1
44
Height =
19
Height =
24
Hint = 'Automatically start Telnet server'
Hint = 'Automatically start Telnet server'
Caption = 'Auto Startup'
Caption = 'Auto Startup'
ParentShowHint = False
ParentShowHint = False
...
@@ -50,9 +50,9 @@ object TelnetCfgDlg: TTelnetCfgDlg
...
@@ -50,9 +50,9 @@ object TelnetCfgDlg: TTelnetCfgDlg
TabOrder = 4
TabOrder = 4
end
end
object FirstNodeEdit: TEdit
object FirstNodeEdit: TEdit
Left =
8
5
Left =
10
5
Top = 1
0
Top = 1
2
Width =
39
Width =
48
Height = 21
Height = 21
Hint = 'First node number available for Telnet logins'
Hint = 'First node number available for Telnet logins'
ParentShowHint = False
ParentShowHint = False
...
@@ -60,10 +60,10 @@ object TelnetCfgDlg: TTelnetCfgDlg
...
@@ -60,10 +60,10 @@ object TelnetCfgDlg: TTelnetCfgDlg
TabOrder = 0
TabOrder = 0
end
end
object XtrnMinCheckBox: TCheckBox
object XtrnMinCheckBox: TCheckBox
Left = 1
4
8
Left = 18
2
Top =
36
Top =
44
Width = 1
17
Width = 1
44
Height = 2
0
Height = 2
5
Hint = 'External programs run in a minimized window'
Hint = 'External programs run in a minimized window'
Caption = 'Minimize Externals'
Caption = 'Minimize Externals'
ParentShowHint = False
ParentShowHint = False
...
@@ -71,9 +71,9 @@ object TelnetCfgDlg: TTelnetCfgDlg
...
@@ -71,9 +71,9 @@ object TelnetCfgDlg: TTelnetCfgDlg
TabOrder = 5
TabOrder = 5
end
end
object LastNodeEdit: TEdit
object LastNodeEdit: TEdit
Left =
8
5
Left =
10
5
Top =
36
Top =
44
Width =
39
Width =
48
Height = 21
Height = 21
Hint = 'Last node number available for Telnet logins'
Hint = 'Last node number available for Telnet logins'
ParentShowHint = False
ParentShowHint = False
...
@@ -81,10 +81,10 @@ object TelnetCfgDlg: TTelnetCfgDlg
...
@@ -81,10 +81,10 @@ object TelnetCfgDlg: TTelnetCfgDlg
TabOrder = 1
TabOrder = 1
end
end
object HostnameCheckBox: TCheckBox
object HostnameCheckBox: TCheckBox
Left =
7
Left =
9
Top =
8
8
Top =
10
8
Width = 1
17
Width = 1
44
Height =
19
Height =
24
Hint = 'Automatically lookup client'#39's hostname via DNS'
Hint = 'Automatically lookup client'#39's hostname via DNS'
Caption = 'Hostname Lookup'
Caption = 'Hostname Lookup'
ParentShowHint = False
ParentShowHint = False
...
@@ -92,10 +92,10 @@ object TelnetCfgDlg: TTelnetCfgDlg
...
@@ -92,10 +92,10 @@ object TelnetCfgDlg: TTelnetCfgDlg
TabOrder = 2
TabOrder = 2
end
end
object QWKEventsCheckBox: TCheckBox
object QWKEventsCheckBox: TCheckBox
Left = 1
4
8
Left = 18
2
Top =
8
8
Top =
10
8
Width = 1
17
Width = 1
44
Height = 2
0
Height = 2
5
Hint = 'Handle QWK Message Packet Events in This Instance'
Hint = 'Handle QWK Message Packet Events in This Instance'
Caption = 'QWK Msg Events'
Caption = 'QWK Msg Events'
ParentShowHint = False
ParentShowHint = False
...
@@ -103,10 +103,10 @@ object TelnetCfgDlg: TTelnetCfgDlg
...
@@ -103,10 +103,10 @@ object TelnetCfgDlg: TTelnetCfgDlg
TabOrder = 6
TabOrder = 6
end
end
object JavaScriptCheckBox: TCheckBox
object JavaScriptCheckBox: TCheckBox
Left = 1
4
8
Left = 18
2
Top = 1
1
4
Top = 14
0
Width = 1
17
Width = 1
44
Height = 2
0
Height = 2
5
Hint = 'Enable JavaScript Support'
Hint = 'Enable JavaScript Support'
Caption = 'JavaScript Support'
Caption = 'JavaScript Support'
ParentShowHint = False
ParentShowHint = False
...
@@ -114,10 +114,10 @@ object TelnetCfgDlg: TTelnetCfgDlg
...
@@ -114,10 +114,10 @@ object TelnetCfgDlg: TTelnetCfgDlg
TabOrder = 7
TabOrder = 7
end
end
object IdentityCheckBox: TCheckBox
object IdentityCheckBox: TCheckBox
Left =
7
Left =
9
Top = 1
1
4
Top = 14
0
Width = 1
17
Width = 1
44
Height =
19
Height =
24
Hint = 'Automatically lookup client'#39's identity via IDENT protocol'
Hint = 'Automatically lookup client'#39's identity via IDENT protocol'
Caption = 'Identity Lookup'
Caption = 'Identity Lookup'
ParentShowHint = False
ParentShowHint = False
...
@@ -125,10 +125,10 @@ object TelnetCfgDlg: TTelnetCfgDlg
...
@@ -125,10 +125,10 @@ object TelnetCfgDlg: TTelnetCfgDlg
TabOrder = 3
TabOrder = 3
end
end
object EventsCheckBox: TCheckBox
object EventsCheckBox: TCheckBox
Left = 1
4
8
Left = 18
2
Top = 6
2
Top =
7
6
Width = 1
17
Width = 1
44
Height = 2
0
Height = 2
5
Hint = 'Enable the events thread'
Hint = 'Enable the events thread'
Caption = 'Events Enabled'
Caption = 'Events Enabled'
ParentShowHint = False
ParentShowHint = False
...
@@ -140,26 +140,26 @@ object TelnetCfgDlg: TTelnetCfgDlg
...
@@ -140,26 +140,26 @@ object TelnetCfgDlg: TTelnetCfgDlg
Caption = 'Telnet'
Caption = 'Telnet'
ImageIndex = 1
ImageIndex = 1
object InterfaceLabel: TLabel
object InterfaceLabel: TLabel
Left =
7
Left =
9
Top =
36
Top =
44
Width =
78
Width =
96
Height = 2
1
Height = 2
6
AutoSize = False
AutoSize = False
Caption = 'Interface (IP)'
Caption = 'Interface (IP)'
end
end
object TelnetPortLabel: TLabel
object TelnetPortLabel: TLabel
Left =
7
Left =
9
Top = 1
0
Top = 1
2
Width =
78
Width =
96
Height = 2
1
Height = 2
6
AutoSize = False
AutoSize = False
Caption = 'Listening Port'
Caption = 'Listening Port'
end
end
object CmdLogCheckBox: TCheckBox
object CmdLogCheckBox: TCheckBox
Left =
7
Left =
9
Top =
8
8
Top =
10
8
Width =
169
Width =
208
Height = 2
1
Height = 2
6
Hint = 'Log (debug) all transmitted and received Telnet commands'
Hint = 'Log (debug) all transmitted and received Telnet commands'
Caption = 'Log Telnet Commands'
Caption = 'Log Telnet Commands'
ParentShowHint = False
ParentShowHint = False
...
@@ -167,10 +167,10 @@ object TelnetCfgDlg: TTelnetCfgDlg
...
@@ -167,10 +167,10 @@ object TelnetCfgDlg: TTelnetCfgDlg
TabOrder = 3
TabOrder = 3
end
end
object TelnetInterfaceEdit: TEdit
object TelnetInterfaceEdit: TEdit
Left =
8
5
Left =
10
5
Top =
36
Top =
44
Width = 1
56
Width = 1
92
Height = 2
1
Height = 2
4
Hint =
Hint =
'Enter your Network adapter'#39's static IP address here or blank for' +
'Enter your Network adapter'#39's static IP address here or blank for' +
' <ANY>'
' <ANY>'
...
@@ -179,20 +179,20 @@ object TelnetCfgDlg: TTelnetCfgDlg
...
@@ -179,20 +179,20 @@ object TelnetCfgDlg: TTelnetCfgDlg
TabOrder = 1
TabOrder = 1
end
end
object TelnetPortEdit: TEdit
object TelnetPortEdit: TEdit
Left =
8
5
Left =
10
5
Top = 1
0
Top = 1
2
Width =
39
Width =
48
Height = 2
1
Height = 2
4
Hint = 'TCP port for incoming connections (default=23)'
Hint = 'TCP port for incoming connections (default=23)'
ParentShowHint = False
ParentShowHint = False
ShowHint = True
ShowHint = True
TabOrder = 0
TabOrder = 0
end
end
object TelnetGaCheckBox: TCheckBox
object TelnetGaCheckBox: TCheckBox
Left =
7
Left =
9
Top = 6
2
Top =
7
6
Width =
169
Width =
208
Height = 2
1
Height = 2
6
Hint =
Hint =
'Send periodic Telnet GA commands to help detect dropped connecti' +
'Send periodic Telnet GA commands to help detect dropped connecti' +
'ons'
'ons'
...
@@ -202,10 +202,10 @@ object TelnetCfgDlg: TTelnetCfgDlg
...
@@ -202,10 +202,10 @@ object TelnetCfgDlg: TTelnetCfgDlg
TabOrder = 2
TabOrder = 2
end
end
object AutoLogonCheckBox: TCheckBox
object AutoLogonCheckBox: TCheckBox
Left =
7
Left =
9
Top = 1
1
4
Top = 14
0
Width = 1
17
Width = 1
44
Height =
19
Height =
24
Hint = 'Allow V-exempt users to auto-logon based on their IP address'
Hint = 'Allow V-exempt users to auto-logon based on their IP address'
Caption = 'AutoLogon via IP'
Caption = 'AutoLogon via IP'
ParentShowHint = False
ParentShowHint = False
...
@@ -217,25 +217,25 @@ object TelnetCfgDlg: TTelnetCfgDlg
...
@@ -217,25 +217,25 @@ object TelnetCfgDlg: TTelnetCfgDlg
Caption = 'RLogin'
Caption = 'RLogin'
ImageIndex = 3
ImageIndex = 3
object RLoginPortLabel: TLabel
object RLoginPortLabel: TLabel
Left =
7
Left =
9
Top = 1
0
Top = 1
2
Width =
78
Width =
96
Height = 2
1
Height = 2
6
AutoSize = False
AutoSize = False
Caption = 'Listening Port'
Caption = 'Listening Port'
end
end
object RLoginInterfaceLabel: TLabel
object RLoginInterfaceLabel: TLabel
Left =
7
Left =
9
Top =
36
Top =
44
Width =
78
Width =
96
Height = 2
1
Height = 2
6
AutoSize = False
AutoSize = False
Caption = 'Interface (IP)'
Caption = 'Interface (IP)'
end
end
object RLoginPortEdit: TEdit
object RLoginPortEdit: TEdit
Left =
8
5
Left =
10
5
Top = 1
0
Top = 1
2
Width =
39
Width =
48
Height = 21
Height = 21
Hint = 'TCP port for incoming connections (default=513)'
Hint = 'TCP port for incoming connections (default=513)'
ParentShowHint = False
ParentShowHint = False
...
@@ -243,9 +243,9 @@ object TelnetCfgDlg: TTelnetCfgDlg
...
@@ -243,9 +243,9 @@ object TelnetCfgDlg: TTelnetCfgDlg
TabOrder = 0
TabOrder = 0
end
end
object RLoginInterfaceEdit: TEdit
object RLoginInterfaceEdit: TEdit
Left =
8
5
Left =
10
5
Top =
36
Top =
44
Width = 1
56
Width = 1
92
Height = 21
Height = 21
Hint =
Hint =
'Enter your Network adapter'#39's static IP address here or blank for' +
'Enter your Network adapter'#39's static IP address here or blank for' +
...
@@ -255,10 +255,10 @@ object TelnetCfgDlg: TTelnetCfgDlg
...
@@ -255,10 +255,10 @@ object TelnetCfgDlg: TTelnetCfgDlg
TabOrder = 2
TabOrder = 2
end
end
object RLoginEnabledCheckBox: TCheckBox
object RLoginEnabledCheckBox: TCheckBox
Left =
184
Left =
226
Top = 1
0
Top = 1
2
Width =
73
Width =
90
Height = 1
7
Height =
2
1
Hint = 'Enable the RLogin port'
Hint = 'Enable the RLogin port'
Caption = 'Enabled'
Caption = 'Enabled'
ParentShowHint = False
ParentShowHint = False
...
@@ -267,10 +267,10 @@ object TelnetCfgDlg: TTelnetCfgDlg
...
@@ -267,10 +267,10 @@ object TelnetCfgDlg: TTelnetCfgDlg
OnClick = RLoginEnabledCheckBoxClick
OnClick = RLoginEnabledCheckBoxClick
end
end
object RLoginIPallowButton: TButton
object RLoginIPallowButton: TButton
Left = 1
58
Left = 1
94
Top = 6
2
Top =
7
6
Width =
8
3
Width =
10
3
Height = 2
1
Height = 2
6
Hint = 'IP addresses of trusted hosts to allow RLogins from'
Hint = 'IP addresses of trusted hosts to allow RLogins from'
Caption = 'Allowed IPs'
Caption = 'Allowed IPs'
ParentShowHint = False
ParentShowHint = False
...
@@ -279,10 +279,10 @@ object TelnetCfgDlg: TTelnetCfgDlg
...
@@ -279,10 +279,10 @@ object TelnetCfgDlg: TTelnetCfgDlg
OnClick = RLoginIPallowButtonClick
OnClick = RLoginIPallowButtonClick
end
end
object RLogin2ndNameCheckBox: TCheckBox
object RLogin2ndNameCheckBox: TCheckBox
Left =
7
Left =
9
Top = 6
2
Top =
7
6
Width = 1
38
Width = 1
69
Height = 2
1
Height = 2
6
Hint = 'Use 2nd RLogin account name for the BBS user name'
Hint = 'Use 2nd RLogin account name for the BBS user name'
Caption = 'Use 2nd Login Name'
Caption = 'Use 2nd Login Name'
ParentShowHint = False
ParentShowHint = False
...
@@ -294,36 +294,36 @@ object TelnetCfgDlg: TTelnetCfgDlg
...
@@ -294,36 +294,36 @@ object TelnetCfgDlg: TTelnetCfgDlg
Caption = 'SSH'
Caption = 'SSH'
ImageIndex = 4
ImageIndex = 4
object SshPortLabel: TLabel
object SshPortLabel: TLabel
Left =
7
Left =
9
Top = 1
0
Top = 1
2
Width =
78
Width =
96
Height = 2
1
Height = 2
6
AutoSize = False
AutoSize = False
Caption = 'Listening Port'
Caption = 'Listening Port'
end
end
object SshInterfaceLabel: TLabel
object SshInterfaceLabel: TLabel
Left =
7
Left =
9
Top =
36
Top =
44
Width =
78
Width =
96
Height = 2
1
Height = 2
6
AutoSize = False
AutoSize = False
Caption = 'Interface (IP)'
Caption = 'Interface (IP)'
end
end
object SshPortEdit: TEdit
object SshPortEdit: TEdit
Left =
8
5
Left =
10
5
Top = 1
0
Top = 1
2
Width =
39
Width =
48
Height = 2
1
Height = 2
4
Hint = 'TCP port for incoming connections (default=
513
)'
Hint = 'TCP port for incoming connections (default=
22
)'
ParentShowHint = False
ParentShowHint = False
ShowHint = True
ShowHint = True
TabOrder = 0
TabOrder = 0
end
end
object SshEnabledCheckBox: TCheckBox
object SshEnabledCheckBox: TCheckBox
Left =
184
Left =
226
Top = 1
0
Top = 1
2
Width =
73
Width =
90
Height = 1
7
Height =
2
1
Hint = 'Enable the Secure Shell (SSH) port'
Hint = 'Enable the Secure Shell (SSH) port'
Caption = 'Enabled'
Caption = 'Enabled'
ParentShowHint = False
ParentShowHint = False
...
@@ -332,10 +332,10 @@ object TelnetCfgDlg: TTelnetCfgDlg
...
@@ -332,10 +332,10 @@ object TelnetCfgDlg: TTelnetCfgDlg
OnClick = SshEnabledCheckBoxClick
OnClick = SshEnabledCheckBoxClick
end
end
object SshInterfaceEdit: TEdit
object SshInterfaceEdit: TEdit
Left =
8
5
Left =
10
5
Top =
36
Top =
44
Width = 1
56
Width = 1
92
Height = 2
1
Height = 2
4
Hint =
Hint =
'Enter your Network adapter'#39's static IP address here or blank for' +
'Enter your Network adapter'#39's static IP address here or blank for' +
' <ANY>'
' <ANY>'
...
@@ -348,25 +348,25 @@ object TelnetCfgDlg: TTelnetCfgDlg
...
@@ -348,25 +348,25 @@ object TelnetCfgDlg: TTelnetCfgDlg
Caption = 'Sound'
Caption = 'Sound'
ImageIndex = 2
ImageIndex = 2
object AnswerSoundLabel: TLabel
object AnswerSoundLabel: TLabel
Left =
7
Left =
9
Top = 1
0
Top = 1
2
Width =
52
Width =
64
Height = 2
0
Height = 2
5
AutoSize = False
AutoSize = False
Caption = 'Answer'
Caption = 'Answer'
end
end
object HnagupSoundLabel: TLabel
object HnagupSoundLabel: TLabel
Left =
7
Left =
9
Top =
36
Top =
44
Width =
52
Width =
64
Height = 2
0
Height = 2
5
AutoSize = False
AutoSize = False
Caption = 'Hangup'
Caption = 'Hangup'
end
end
object AnswerSoundEdit: TEdit
object AnswerSoundEdit: TEdit
Left =
72
Left =
89
Top = 1
0
Top = 1
2
Width =
169
Width =
208
Height = 21
Height = 21
Hint = 'Sound file to play when accepting an incoming connection'
Hint = 'Sound file to play when accepting an incoming connection'
ParentShowHint = False
ParentShowHint = False
...
@@ -374,18 +374,18 @@ object TelnetCfgDlg: TTelnetCfgDlg
...
@@ -374,18 +374,18 @@ object TelnetCfgDlg: TTelnetCfgDlg
TabOrder = 0
TabOrder = 0
end
end
object AnswerSoundButton: TButton
object AnswerSoundButton: TButton
Left =
247
Left =
304
Top = 1
0
Top = 1
2
Width = 2
0
Width = 2
5
Height = 2
1
Height = 2
6
Caption = '...'
Caption = '...'
TabOrder = 1
TabOrder = 1
OnClick = AnswerSoundButtonClick
OnClick = AnswerSoundButtonClick
end
end
object HangupSoundEdit: TEdit
object HangupSoundEdit: TEdit
Left =
72
Left =
89
Top =
36
Top =
44
Width =
169
Width =
208
Height = 21
Height = 21
Hint = 'Sound file to play when disconnecting'
Hint = 'Sound file to play when disconnecting'
ParentShowHint = False
ParentShowHint = False
...
@@ -393,10 +393,10 @@ object TelnetCfgDlg: TTelnetCfgDlg
...
@@ -393,10 +393,10 @@ object TelnetCfgDlg: TTelnetCfgDlg
TabOrder = 2
TabOrder = 2
end
end
object HangupSoundButton: TButton
object HangupSoundButton: TButton
Left =
247
Left =
304
Top =
36
Top =
44
Width = 2
0
Width = 2
5
Height = 2
1
Height = 2
6
Caption = '...'
Caption = '...'
TabOrder = 3
TabOrder = 3
OnClick = HangupSoundButtonClick
OnClick = HangupSoundButtonClick
...
@@ -404,10 +404,10 @@ object TelnetCfgDlg: TTelnetCfgDlg
...
@@ -404,10 +404,10 @@ object TelnetCfgDlg: TTelnetCfgDlg
end
end
end
end
object OKBtn: TButton
object OKBtn: TButton
Left = 2
0
Left = 2
5
Top = 2
01
Top = 2
47
Width =
76
Width =
93
Height =
25
Height =
31
Caption = 'OK'
Caption = 'OK'
Default = True
Default = True
ModalResult = 1
ModalResult = 1
...
@@ -415,20 +415,20 @@ object TelnetCfgDlg: TTelnetCfgDlg
...
@@ -415,20 +415,20 @@ object TelnetCfgDlg: TTelnetCfgDlg
OnClick = OKBtnClick
OnClick = OKBtnClick
end
end
object CancelBtn: TButton
object CancelBtn: TButton
Left = 1
04
Left = 1
28
Top = 2
01
Top = 2
47
Width =
75
Width =
92
Height =
25
Height =
31
Cancel = True
Cancel = True
Caption = 'Cancel'
Caption = 'Cancel'
ModalResult = 2
ModalResult = 2
TabOrder = 2
TabOrder = 2
end
end
object ApplyBtn: TButton
object ApplyBtn: TButton
Left =
189
Left =
233
Top = 2
01
Top = 2
47
Width =
76
Width =
93
Height =
25
Height =
31
Cancel = True
Cancel = True
Caption = 'Apply'
Caption = 'Apply'
TabOrder = 3
TabOrder = 3
...
...
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