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
e9c77532
Commit
e9c77532
authored
24 years ago
by
rswindell
Browse files
Options
Downloads
Patches
Plain Diff
Created new tab sheet for sound (SMTP and POP3) edit boxes.
parent
531535ba
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/MailCfgDlgUnit.dfm
+87
-83
87 additions, 83 deletions
src/sbbs3/ctrl/MailCfgDlgUnit.dfm
src/sbbs3/ctrl/MailCfgDlgUnit.h
+10
-9
10 additions, 9 deletions
src/sbbs3/ctrl/MailCfgDlgUnit.h
with
97 additions
and
92 deletions
src/sbbs3/ctrl/MailCfgDlgUnit.dfm
+
87
−
83
View file @
e9c77532
object MailCfgDlg: TMailCfgDlg
Left = 6
5
3
Top =
44
5
Left =
1
63
Top =
57
5
BorderStyle = bsDialog
Caption = 'Mail Server Configuration'
ClientHeight = 246
ClientWidth =
319
ClientWidth =
286
Color = clBtnFace
ParentFont = True
OldCreateOrder = True
...
...
@@ -13,7 +13,7 @@ object MailCfgDlg: TMailCfgDlg
PixelsPerInch = 96
TextHeight = 13
object OKBtn: TButton
Left =
36
Left =
20
Top = 210
Width = 75
Height = 25
...
...
@@ -25,7 +25,7 @@ object MailCfgDlg: TMailCfgDlg
OnClick = OKBtnClick
end
object CancelBtn: TButton
Left = 1
2
0
Left = 10
4
Top = 210
Width = 76
Height = 25
...
...
@@ -36,7 +36,7 @@ object MailCfgDlg: TMailCfgDlg
TabOrder = 1
end
object ApplyButton: TButton
Left =
205
Left =
189
Top = 210
Width = 75
Height = 25
...
...
@@ -48,9 +48,9 @@ object MailCfgDlg: TMailCfgDlg
object PageControl: TPageControl
Left = 3
Top = 3
Width =
310
Width =
278
Height = 199
ActivePage =
General
TabSheet
ActivePage =
SMTP
TabSheet
TabOrder = 3
object GeneralTabSheet: TTabSheet
Caption = 'General'
...
...
@@ -230,22 +230,6 @@ object MailCfgDlg: TMailCfgDlg
AutoSize = False
Caption = 'Port'
end
object InboundSoundLabel: TLabel
Left = 7
Top = 114
Width = 85
Height = 19
AutoSize = False
Caption = 'Inbound Sound'
end
object OutboundSoundLabel: TLabel
Left = 7
Top = 140
Width = 85
Height = 19
AutoSize = False
Caption = 'Outbound Sound'
end
object RBLCheckBox: TCheckBox
Left = 91
Top = 36
...
...
@@ -283,7 +267,7 @@ object MailCfgDlg: TMailCfgDlg
Left = 92
Top = 10
Width = 39
Height = 2
4
Height = 2
1
Hint =
'Enter the port number for the SMTP server to listen on (default=' +
'25)'
...
...
@@ -322,7 +306,7 @@ object MailCfgDlg: TMailCfgDlg
Left = 92
Top = 62
Width = 156
Height = 2
4
Height = 2
1
Hint = 'Enter the host name or IP address of your DNS server'
ParentShowHint = False
ShowHint = True
...
...
@@ -344,7 +328,7 @@ object MailCfgDlg: TMailCfgDlg
Left = 92
Top = 88
Width = 156
Height = 2
4
Height = 2
1
Hint =
'Enter the host name or IP address of your ISP'#39's SMTP server (for' +
' relaying mail)'
...
...
@@ -352,44 +336,6 @@ object MailCfgDlg: TMailCfgDlg
ShowHint = True
TabOrder = 8
end
object InboundSoundEdit: TEdit
Left = 92
Top = 114
Width = 156
Height = 24
Hint = 'WAV file to play when inbound SMTP connections are accepted'
ParentShowHint = False
ShowHint = True
TabOrder = 9
end
object InboundSoundButton: TButton
Left = 254
Top = 114
Width = 20
Height = 19
Caption = '...'
TabOrder = 10
OnClick = InboundSoundButtonClick
end
object OutboundSoundEdit: TEdit
Left = 92
Top = 140
Width = 156
Height = 24
Hint = 'WAV file to play when sending mail'
ParentShowHint = False
ShowHint = True
TabOrder = 11
end
object OutboundSoundButton: TButton
Left = 254
Top = 140
Width = 20
Height = 19
Caption = '...'
TabOrder = 12
OnClick = OutboundSoundButtonClick
end
end
object POP3TabSheet: TTabSheet
Caption = 'POP3'
...
...
@@ -402,19 +348,11 @@ object MailCfgDlg: TMailCfgDlg
AutoSize = False
Caption = 'Port'
end
object POP3SoundLabel: TLabel
Left = 7
Top = 36
Width = 85
Height = 19
AutoSize = False
Caption = 'Answer Sound'
end
object POP3PortEdit: TEdit
Left = 92
Top = 10
Width = 39
Height = 2
4
Height = 2
1
Hint =
'Enter the port number for the POP3 server to listen on (default=' +
'110)'
...
...
@@ -447,25 +385,91 @@ object MailCfgDlg: TMailCfgDlg
TabOrder = 2
OnClick = POP3EnabledCheckBoxClick
end
end
object SoundTabSheet: TTabSheet
Caption = 'Sound'
ImageIndex = 3
object POP3SoundLabel: TLabel
Left = 7
Top = 11
Width = 52
Height = 19
AutoSize = False
Caption = 'POP3'
end
object InboundSoundLabel: TLabel
Left = 7
Top = 37
Width = 58
Height = 19
AutoSize = False
Caption = 'SMTP In'
end
object OutboundSoundLabel: TLabel
Left = 7
Top = 63
Width = 58
Height = 19
AutoSize = False
Caption = 'SMTP Out'
end
object POP3SoundEdit: TEdit
Left =
9
2
Top =
36
Width = 1
5
6
Height = 2
4
Left =
7
2
Top =
11
Width = 16
9
Height = 2
1
Hint = 'WAV file to play when accepting POP3 connections'
ParentShowHint = False
ShowHint = True
TabOrder =
3
TabOrder =
0
end
object POP3SoundButton: TButton
Left = 2
5
4
Top =
36
Left = 24
7
Top =
11
Width = 20
Height = 1
9
Height =
2
1
Caption = '...'
TabOrder =
4
TabOrder =
1
OnClick = POP3SoundButtonClick
end
object InboundSoundEdit: TEdit
Left = 72
Top = 37
Width = 168
Height = 21
Hint = 'WAV file to play when inbound SMTP connections are accepted'
ParentShowHint = False
ShowHint = True
TabOrder = 2
end
object InboundSoundButton: TButton
Left = 247
Top = 37
Width = 20
Height = 21
Caption = '...'
TabOrder = 3
OnClick = InboundSoundButtonClick
end
object OutboundSoundButton: TButton
Left = 247
Top = 63
Width = 20
Height = 21
Caption = '...'
TabOrder = 4
OnClick = OutboundSoundButtonClick
end
object OutboundSoundEdit: TEdit
Left = 72
Top = 63
Width = 168
Height = 21
Hint = 'WAV file to play when sending mail'
ParentShowHint = False
ShowHint = True
TabOrder = 5
end
end
end
object OpenDialog: TOpenDialog
...
...
This diff is collapsed.
Click to expand it.
src/sbbs3/ctrl/MailCfgDlgUnit.h
+
10
−
9
View file @
e9c77532
...
...
@@ -79,12 +79,6 @@ __published:
TRadioButton
*
RelayRadioButton
;
TEdit
*
SMTPServerEdit
;
TCheckBox
*
HostnameCheckBox
;
TLabel
*
InboundSoundLabel
;
TEdit
*
InboundSoundEdit
;
TButton
*
InboundSoundButton
;
TLabel
*
OutboundSoundLabel
;
TEdit
*
OutboundSoundEdit
;
TButton
*
OutboundSoundButton
;
TCheckBox
*
DebugTXCheckBox
;
TCheckBox
*
DebugHeadersCheckBox
;
TCheckBox
*
LogFileCheckBox
;
...
...
@@ -93,13 +87,20 @@ __published:
TEdit
*
POP3PortEdit
;
TCheckBox
*
POP3LogCheckBox
;
TCheckBox
*
POP3EnabledCheckBox
;
TLabel
*
POP3SoundLabel
;
TEdit
*
POP3SoundEdit
;
TButton
*
POP3SoundButton
;
TLabel
*
Label1
;
TEdit
*
DeliveryAttemptsEdit
;
TLabel
*
Label2
;
TEdit
*
RescanFreqEdit
;
TTabSheet
*
SoundTabSheet
;
TLabel
*
POP3SoundLabel
;
TEdit
*
POP3SoundEdit
;
TButton
*
POP3SoundButton
;
TLabel
*
InboundSoundLabel
;
TEdit
*
InboundSoundEdit
;
TButton
*
InboundSoundButton
;
TButton
*
OutboundSoundButton
;
TEdit
*
OutboundSoundEdit
;
TLabel
*
OutboundSoundLabel
;
void
__fastcall
InboundSoundButtonClick
(
TObject
*
Sender
);
void
__fastcall
OutboundSoundButtonClick
(
TObject
*
Sender
);
void
__fastcall
FormShow
(
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