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
8d714e64
Commit
8d714e64
authored
20 years ago
by
rswindell
Browse files
Options
Downloads
Patches
Plain Diff
Fixed word-wrap in initial message.
parent
09b6db38
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/ConfigWizardUnit.dfm
+296
-297
296 additions, 297 deletions
src/sbbs3/ctrl/ConfigWizardUnit.dfm
with
296 additions
and
297 deletions
src/sbbs3/ctrl/ConfigWizardUnit.dfm
+
296
−
297
View file @
8d714e64
...
...
@@ -3,36 +3,36 @@ object ConfigWizard: TConfigWizard
Top = 386
BorderStyle = bsDialog
Caption = 'Configuration Wizard'
ClientHeight = 3
06
ClientWidth =
480
ClientHeight = 3
77
ClientWidth =
591
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -1
0
Font.Height = -1
3
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnShow = FormShow
PixelsPerInch =
96
TextHeight = 1
3
PixelsPerInch =
120
TextHeight = 1
6
object Shape1: TShape
Left = 0
Top =
7
Width = 1
61
Height =
298
Top =
9
Width = 1
98
Height =
366
Brush.Color = clBlack
end
object TitleLabel: TLabel
Left =
16
Top =
16
Width = 1
20
Height = 2
7
Left =
20
Top =
20
Width = 1
41
Height =
3
2
Caption = 'Synchronet'
Color = clBlack
Font.Charset = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -
19
Font.Height = -
23
Font.Name = 'Arial Black'
Font.Style = []
ParentColor = False
...
...
@@ -40,115 +40,115 @@ object ConfigWizard: TConfigWizard
OnDblClick = TitleLabelClick
end
object IntroductionLabel: TLabel
Left =
16
Top =
51
Width =
86
Height = 1
8
Left =
20
Top =
63
Width =
105
Height =
2
1
Caption = 'Introduction'
Color = clBlack
Font.Charset = ANSI_CHARSET
Font.Color = clYellow
Font.Height = -1
5
Font.Height = -1
8
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
end
object IdentificationLabel: TLabel
Left =
16
Top = 7
1
Width =
92
Height = 1
8
Left =
20
Top =
8
7
Width =
113
Height =
2
1
Caption = 'Identification'
Color = clBlack
Font.Charset = ANSI_CHARSET
Font.Color = clGray
Font.Height = -1
5
Font.Height = -1
8
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
end
object QWKLabel: TLabel
Left =
16
Top = 1
2
9
Width =
5
6
Height = 1
8
Left =
20
Top = 1
5
9
Width = 6
8
Height =
2
1
Caption = 'QWK-ID'
Color = clBlack
Font.Charset = ANSI_CHARSET
Font.Color = clGray
Font.Height = -1
5
Font.Height = -1
8
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
end
object InternetLabel: TLabel
Left =
16
Top = 1
10
Width =
5
6
Height = 1
8
Left =
20
Top = 1
35
Width = 6
8
Height =
2
1
Caption = 'Internet'
Color = clBlack
Font.Charset = ANSI_CHARSET
Font.Color = clGray
Font.Height = -1
5
Font.Height = -1
8
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
end
object MaximumsLabel: TLabel
Left =
16
Top = 1
49
Width =
74
Height = 1
8
Left =
20
Top = 1
83
Width =
96
Height =
2
1
Caption = 'Maximums'
Color = clBlack
Font.Charset = ANSI_CHARSET
Font.Color = clGray
Font.Height = -1
5
Font.Height = -1
8
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
end
object OptionsLabel: TLabel
Left =
16
Top =
168
Width =
5
6
Height = 1
8
Left =
20
Top =
207
Width = 6
8
Height =
2
1
Caption = 'Options'
Color = clBlack
Font.Charset = ANSI_CHARSET
Font.Color = clGray
Font.Height = -1
5
Font.Height = -1
8
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
end
object VerifyLabel: TLabel
Left =
16
Top =
188
Width =
40
Height = 1
8
Left =
20
Top =
231
Width =
53
Height =
2
1
Caption = 'Verify'
Color = clBlack
Font.Charset = ANSI_CHARSET
Font.Color = clGray
Font.Height = -1
5
Font.Height = -1
8
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
end
object LogoImage: TImage
Left =
7
Top = 1
3
Width = 1
43
Height =
33
Left =
9
Top = 1
6
Width = 1
76
Height =
41
Picture.Data = {
0A544A504547496D616765F62C0000FFD8FFFE000857414E473202FFE000104A
46494600010101006400640000FFDB004300100B0C0E0C0A100E0D0E12111013
...
...
@@ -517,70 +517,69 @@ object ConfigWizard: TConfigWizard
OnDblClick = LogoImageClick
end
object CompleteLabel: TLabel
Left =
16
Top = 2
07
Width =
6
8
Height = 1
8
Left =
20
Top = 2
55
Width = 8
5
Height =
2
1
Caption = 'Complete'
Color = clBlack
Font.Charset = ANSI_CHARSET
Font.Color = clGray
Font.Height = -1
5
Font.Height = -1
8
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
end
object TimeLabel: TLabel
Left =
16
Top =
90
Width = 1
0
2
Height = 1
8
Left =
20
Top =
111
Width = 12
6
Height =
2
1
Caption = 'Time and Date'
Color = clBlack
Font.Charset = ANSI_CHARSET
Font.Color = clGray
Font.Height = -1
5
Font.Height = -1
8
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
end
object BackButton: TButton
Left =
248
Top =
266
Width =
71
Height =
25
Left =
305
Top =
327
Width =
88
Height =
31
Caption = '< &Back'
Enabled = False
TabOrder = 0
OnClick = BackButtonClick
end
object NextButton: TButton
Left = 3
1
9
Top =
266
Width =
72
Height =
25
Left = 39
3
Top =
327
Width =
88
Height =
31
Caption = '&Next >'
TabOrder = 1
OnClick = NextButtonClick
end
object CancelButton: TButton
Left =
396
Top =
266
Width =
71
Height =
25
Left =
487
Top =
327
Width =
88
Height =
31
Cancel = True
Caption = '&Cancel'
TabOrder = 2
OnClick = CancelButtonClick
end
object WizNotebook: TNotebook
Left = 170
Top = 11
Width = 292
Height = 217
PageIndex = 6
Left = 209
Top = 14
Width = 360
Height = 267
TabOrder = 3
OnPageChanged = WizNotebookPageChanged
object TPage
...
...
@@ -588,25 +587,25 @@ object ConfigWizard: TConfigWizard
Top = 0
Caption = 'Intro'
object Label13: TLabel
Left =
7
Top =
7
Width =
273
Height = 2
0
Left =
9
Top =
9
Width =
336
Height = 2
4
Alignment = taCenter
AutoSize = False
Caption = 'Welcome'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -1
1
Font.Height = -1
5
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object IntroMemo: TMemo
Left =
7
Top =
33
Width =
280
Height = 1
7
6
Left =
9
Top =
41
Width =
344
Height =
2
16
TabStop = False
Alignment = taCenter
BorderStyle = bsNone
...
...
@@ -619,8 +618,8 @@ object ConfigWizard: TConfigWizard
'(SCFG).'
''
'You really should have an active Internet connection in '
'order to complete this configuration wizard accurately.
So if
'
'you'#39're not already connected, please do so now.')
'order to complete this configuration wizard accurately.'
'
So if
you'#39're not already connected, please do so now.')
ReadOnly = True
TabOrder = 0
end
...
...
@@ -630,68 +629,68 @@ object ConfigWizard: TConfigWizard
Top = 0
Caption = 'Identification'
object Label1: TLabel
Left =
7
Top = 1
17
Width =
280
Height = 2
0
Left =
9
Top = 1
44
Width =
344
Height = 2
5
AutoSize = False
Caption = 'System Operator (your name, nickname, or alias)'
end
object SystemNameLabel: TLabel
Left =
7
Top = 1
3
Width =
195
Height = 2
0
Left =
9
Top = 1
6
Width =
240
Height = 2
5
AutoSize = False
Caption = 'System Name (try to be original)'
end
object Label2: TLabel
Left =
7
Top =
65
Width =
169
Height = 2
0
Left =
9
Top =
80
Width =
208
Height = 2
5
AutoSize = False
Caption = 'System Location (city, state)'
end
object Label3: TLabel
Left =
7
Top =
169
Width =
280
Height = 2
0
Left =
9
Top =
208
Width =
344
Height = 2
5
AutoSize = False
Caption = 'System Password (super secret password for sysops)'
end
object SysopNameEdit: TEdit
Left =
7
Top = 1
37
Width = 1
43
Left =
9
Top = 1
69
Width = 1
76
Height = 24
MaxLength = 40
TabOrder = 2
OnChange = VerifyIdentification
end
object SystemNameEdit: TEdit
Left =
7
Top =
33
Width = 1
43
Left =
9
Top =
41
Width = 1
76
Height = 24
MaxLength = 40
TabOrder = 0
OnChange = VerifyIdentification
end
object SystemLocationEdit: TEdit
Left =
7
Top =
8
5
Width = 1
43
Left =
9
Top =
10
5
Width = 1
76
Height = 24
MaxLength = 40
TabOrder = 1
OnChange = VerifyIdentification
end
object SystemPasswordEdit: TEdit
Left =
7
Top =
189
Width = 1
43
Left =
9
Top =
233
Width = 1
76
Height = 24
CharCase = ecUpperCase
MaxLength = 40
...
...
@@ -705,77 +704,77 @@ object ConfigWizard: TConfigWizard
Top = 0
Caption = 'Time'
object GroupBox1: TGroupBox
Left =
7
Top =
72
Width =
280
Height =
65
Left =
9
Top =
89
Width =
344
Height =
80
Caption = 'Time Format'
TabOrder = 0
object Time12hrRadioButton: TRadioButton
Left =
7
Top = 2
0
Width = 1
04
Height = 1
3
Left =
9
Top = 2
5
Width = 1
28
Height = 1
6
Caption = '12 hour (am/pm)'
TabOrder = 0
end
object Time24hrRadioButton: TRadioButton
Left =
7
Top =
39
Width = 1
04
Height = 1
4
Left =
9
Top =
48
Width = 1
28
Height = 1
7
Caption = '24 hour (military)'
TabOrder = 1
end
end
object GroupBox2: TGroupBox
Left =
7
Top = 1
43
Width =
280
Height =
66
Left =
9
Top = 1
76
Width =
344
Height =
81
Caption = 'Date Format'
TabOrder = 1
object DateUsRadioButton: TRadioButton
Left =
7
Top = 2
0
Width = 1
7
6
Height = 1
3
Left =
9
Top = 2
5
Width =
2
16
Height = 1
6
Caption = 'American (mm/dd/yy)'
TabOrder = 0
end
object DateEuRadioButton: TRadioButton
Left =
7
Top =
39
Width = 1
7
6
Height = 1
4
Left =
9
Top =
48
Width =
2
16
Height = 1
7
Caption = 'European (dd/mm/yy)'
TabOrder = 1
end
end
object GroupBox3: TGroupBox
Left =
7
Top =
7
Width =
280
Height =
59
Left =
9
Top =
9
Width =
344
Height =
72
Caption = 'Time Zone'
TabOrder = 2
object TimeZoneComboBox: TComboBox
Left =
7
Top = 2
6
Width = 1
50
Height = 2
1
Left =
9
Top =
3
2
Width = 1
84
Height = 2
4
Style = csDropDownList
ItemHeight = 1
3
ItemHeight = 1
6
ParentShowHint = False
ShowHint = True
TabOrder = 0
OnChange = TimeZoneComboBoxChange
end
object DaylightCheckBox: TCheckBox
Left =
169
Top = 2
6
Width = 1
05
Height = 2
0
Left =
208
Top =
3
2
Width = 1
29
Height = 2
5
Caption = 'Daylight Savings'
TabOrder = 1
end
...
...
@@ -786,36 +785,36 @@ object ConfigWizard: TConfigWizard
Top = 0
Caption = 'Internet'
object Label4: TLabel
Left =
7
Top = 1
3
Width =
280
Height = 2
0
Left =
9
Top = 1
6
Width =
344
Height = 2
5
AutoSize = False
Caption = 'Your Internet Address (static IP or host name)'
end
object Label5: TLabel
Left =
7
Top =
65
Width =
280
Height = 2
0
Left =
9
Top =
80
Width =
344
Height = 2
5
AutoSize = False
Caption = 'DNS Server IP Address (i.e. your ISP'#39's DNS server)'
end
object DNSAddressEdit: TEdit
Left =
7
Top =
8
5
Width =
195
Left =
9
Top =
10
5
Width =
240
Height = 24
MaxLength = 127
TabOrder = 1
OnChange = VerifyInternetAddresses
end
object InternetAddressComboBox: TComboBox
Left =
7
Top =
33
Width =
195
Height = 2
1
ItemHeight = 1
3
Left =
9
Top =
41
Width =
240
Height = 2
4
ItemHeight = 1
6
TabOrder = 0
OnChange = VerifyInternetAddresses
end
...
...
@@ -825,33 +824,33 @@ object ConfigWizard: TConfigWizard
Top = 0
Caption = 'QWK'
object Label9: TLabel
Left =
7
Top = 1
17
Width = 2
41
Height = 2
0
Left =
9
Top = 1
44
Width = 2
96
Height = 2
5
AutoSize = False
Caption = 'BBS QWK-ID (system name abbreviation)'
end
object Label10: TLabel
Left =
7
Top =
169
Width = 2
41
Height = 2
0
Left =
9
Top =
208
Width = 2
96
Height = 2
5
AutoSize = False
Caption = 'QWK Network Tagline (system advertisement)'
end
object IllegalCharsLabel: TLabel
Left =
98
Top = 1
37
Width =
189
Height = 2
0
Left =
121
Top = 1
69
Width =
232
Height = 2
4
AutoSize = False
Caption = 'IllegalCharsLabel'
end
object QWKIDEdit: TEdit
Left =
7
Top = 1
37
Width =
72
Left =
9
Top = 1
69
Width =
88
Height = 24
CharCase = ecUpperCase
MaxLength = 8
...
...
@@ -859,9 +858,9 @@ object ConfigWizard: TConfigWizard
OnChange = VerifyQWK
end
object QNetTaglineEdit: TEdit
Left =
7
Top =
189
Width =
280
Left =
9
Top =
233
Width =
344
Height = 24
MaxLength = 127
TabOrder = 1
...
...
@@ -869,10 +868,10 @@ object ConfigWizard: TConfigWizard
OnKeyPress = QNetTaglineEditKeyPress
end
object Memo1: TMemo
Left =
7
Top = 1
3
Width =
273
Height =
92
Left =
9
Top = 1
6
Width =
336
Height =
113
TabStop = False
BorderStyle = bsNone
Color = clBtnFace
...
...
@@ -893,50 +892,50 @@ object ConfigWizard: TConfigWizard
Top = 0
Caption = 'Maximums'
object Label6: TLabel
Left =
6
Top = 1
3
Width =
280
Height = 2
0
Left =
7
Top = 1
6
Width =
345
Height = 2
5
AutoSize = False
Caption = 'Maximum Number of Simultaneous BBS Users (nodes)'
end
object Label7: TLabel
Left =
6
Top =
65
Width =
280
Height = 2
0
Left =
7
Top =
80
Width =
345
Height = 2
5
AutoSize = False
Caption = 'Maximum Number of Simultaneous FTP Sessions'
end
object Label8: TLabel
Left =
6
Top = 1
17
Width =
280
Height = 2
0
Left =
7
Top = 1
44
Width =
345
Height = 2
5
AutoSize = False
Caption = 'Maximum Number of Simultaneous Mail Sessions'
end
object Label15: TLabel
Left =
6
Top =
169
Width =
280
Height = 2
0
Left =
7
Top =
208
Width =
345
Height = 2
5
AutoSize = False
Caption = 'Maximum Number of Simultaneous Web Sessions'
end
object NodesEdit: TEdit
Left =
7
Top =
33
Width =
33
Left =
9
Top =
41
Width =
40
Height = 24
TabOrder = 0
Text = '1'
end
object NodesUpDown: TUpDown
Left = 4
0
Top =
33
Width = 1
5
Height =
19
Left = 4
9
Top =
41
Width = 1
9
Height =
24
Associate = NodesEdit
Min = 1
Max = 250
...
...
@@ -945,18 +944,18 @@ object ConfigWizard: TConfigWizard
Wrap = False
end
object MaxFtpEdit: TEdit
Left =
7
Top =
8
5
Width =
33
Left =
9
Top =
10
5
Width =
40
Height = 24
TabOrder = 2
Text = '0'
end
object MaxFtpUpDown: TUpDown
Left = 4
0
Top =
8
5
Width = 1
5
Height =
19
Left = 4
9
Top =
10
5
Width = 1
9
Height =
24
Associate = MaxFtpEdit
Min = 0
Max = 500
...
...
@@ -965,18 +964,18 @@ object ConfigWizard: TConfigWizard
Wrap = False
end
object MaxMailEdit: TEdit
Left =
7
Top = 1
37
Width =
33
Left =
9
Top = 1
69
Width =
40
Height = 24
TabOrder = 4
Text = '0'
end
object MaxMailUpDown: TUpDown
Left = 4
0
Top = 1
37
Width = 1
5
Height =
19
Left = 4
9
Top = 1
69
Width = 1
9
Height =
24
Associate = MaxMailEdit
Min = 0
Max = 500
...
...
@@ -985,28 +984,28 @@ object ConfigWizard: TConfigWizard
Wrap = False
end
object AllNodesTelnetCheckBox: TCheckBox
Left =
8
5
Top =
33
Width = 2
02
Height = 2
0
Left =
10
5
Top =
41
Width = 2
48
Height = 2
4
Caption = 'All nodes are accessible via Telnet'
Checked = True
State = cbChecked
TabOrder = 6
end
object MaxWebEdit: TEdit
Left =
7
Top =
189
Width =
33
Left =
9
Top =
233
Width =
40
Height = 24
TabOrder = 7
Text = '0'
end
object MaxWebUpDown: TUpDown
Left = 4
0
Top =
189
Width = 1
2
Height =
19
Left = 4
9
Top =
233
Width = 1
5
Height =
24
Associate = MaxWebEdit
Min = 0
Max = 500
...
...
@@ -1020,66 +1019,66 @@ object ConfigWizard: TConfigWizard
Top = 0
Caption = 'Options'
object GroupBox4: TGroupBox
Left =
7
Top =
7
Width =
280
Height =
85
Left =
9
Top =
9
Width =
344
Height =
104
Caption = 'New Users'
TabOrder = 0
object FeedbackCheckBox: TCheckBox
Left =
7
Top =
59
Width =
247
Height = 1
3
Left =
9
Top =
73
Width =
304
Height = 1
6
Caption = 'Require new user feedback (e-mail to sysop)'
TabOrder = 0
end
object NewUsersCheckBox: TCheckBox
Left =
7
Top = 2
0
Width = 2
02
Height = 1
3
Left =
9
Top = 2
5
Width = 2
48
Height = 1
6
Caption = 'Allow users to logon as '#39'New'#39
TabOrder = 1
OnClick = NewUsersCheckBoxClick
end
object AliasesCheckBox: TCheckBox
Left =
7
Top =
39
Width =
247
Height = 1
4
Left =
9
Top =
48
Width =
304
Height = 1
7
Caption = 'Allow users to use aliases (nicknames)'
TabOrder = 2
end
end
object GroupBox5: TGroupBox
Left =
6
Top =
98
Width =
280
Height =
85
Left =
7
Top =
121
Width =
345
Height =
104
Caption = 'Users Can View Deleted Messages'
TabOrder = 1
object DeletedEmailYesButton: TRadioButton
Left =
7
Top = 2
0
Width = 1
04
Height = 1
3
Left =
9
Top = 2
5
Width = 1
28
Height = 1
6
Caption = 'Yes'
TabOrder = 0
end
object DeletedEmailNoButton: TRadioButton
Left =
7
Top =
39
Width = 1
04
Height = 1
4
Left =
9
Top =
48
Width = 1
28
Height = 1
7
Caption = 'No'
TabOrder = 1
end
object DeletedEmailSysopButton: TRadioButton
Left =
7
Top =
59
Width = 1
04
Height = 1
3
Left =
9
Top =
73
Width = 1
28
Height = 1
6
Caption = 'Sysops Only'
TabOrder = 2
end
...
...
@@ -1090,24 +1089,24 @@ object ConfigWizard: TConfigWizard
Top = 0
Caption = 'PasswordVerification'
object Label11: TLabel
Left =
7
Top =
7
Width =
273
Height = 2
0
Left =
9
Top =
9
Width =
336
Height = 2
4
Alignment = taCenter
AutoSize = False
Caption = 'System Password Verification'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -1
1
Font.Height = -1
5
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object SysPassVerifyEdit: TEdit
Left =
72
Top = 17
6
Width = 1
43
Left =
89
Top =
2
17
Width = 1
76
Height = 24
CharCase = ecUpperCase
MaxLength = 40
...
...
@@ -1116,10 +1115,10 @@ object ConfigWizard: TConfigWizard
OnChange = VerifyPassword
end
object SysPassVerificationMemo: TMemo
Left =
7
Top =
33
Width =
273
Height = 1
3
0
Left =
9
Top =
41
Width =
336
Height = 1
6
0
TabStop = False
Alignment = taCenter
BorderStyle = bsNone
...
...
@@ -1142,25 +1141,25 @@ object ConfigWizard: TConfigWizard
Top = 0
Caption = 'Complete'
object Label12: TLabel
Left =
7
Top =
7
Width =
273
Height = 2
0
Left =
9
Top =
9
Width =
336
Height = 2
4
Alignment = taCenter
AutoSize = False
Caption = 'Congratulations!'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -1
1
Font.Height = -1
5
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object CompleteMemo: TMemo
Left = -1
Top =
33
Width =
294
Height = 1
7
6
Top =
41
Width =
362
Height =
2
16
Alignment = taCenter
BorderStyle = bsNone
Color = clBtnFace
...
...
@@ -1180,10 +1179,10 @@ object ConfigWizard: TConfigWizard
end
end
object ProgressBar: TProgressBar
Left =
247
Top =
247
Width = 1
44
Height =
16
Left =
304
Top =
304
Width = 1
77
Height =
20
Min = 0
Max = 100
TabOrder = 4
...
...
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