Skip to content
Snippets Groups Projects
Commit 3a2f438c authored by rswindell's avatar rswindell
Browse files

Cosmetic consistency improvement (checkbox indentions).

parent e09c4c5f
No related branches found
No related tags found
No related merge requests found
object TelnetCfgDlg: TTelnetCfgDlg object TelnetCfgDlg: TTelnetCfgDlg
Left = 402 Left = 366
Top = 155 Top = 194
BorderStyle = bsDialog BorderStyle = bsDialog
Caption = 'Telnet Server Configuration' Caption = 'Telnet Server Configuration'
ClientHeight = 288 ClientHeight = 288
...@@ -17,8 +17,8 @@ object TelnetCfgDlg: TTelnetCfgDlg ...@@ -17,8 +17,8 @@ object TelnetCfgDlg: TTelnetCfgDlg
Top = 4 Top = 4
Width = 342 Width = 342
Height = 229 Height = 229
ActivePage = TelnetTabSheet ActivePage = GeneralTabSheet
TabIndex = 1 TabIndex = 0
TabOrder = 0 TabOrder = 0
object GeneralTabSheet: TTabSheet object GeneralTabSheet: TTabSheet
Caption = 'General' Caption = 'General'
...@@ -89,7 +89,7 @@ object TelnetCfgDlg: TTelnetCfgDlg ...@@ -89,7 +89,7 @@ object TelnetCfgDlg: TTelnetCfgDlg
TabOrder = 1 TabOrder = 1
end end
object HostnameCheckBox: TCheckBox object HostnameCheckBox: TCheckBox
Left = 6 Left = 9
Top = 108 Top = 108
Width = 144 Width = 144
Height = 24 Height = 24
...@@ -134,7 +134,7 @@ object TelnetCfgDlg: TTelnetCfgDlg ...@@ -134,7 +134,7 @@ object TelnetCfgDlg: TTelnetCfgDlg
TabOrder = 2 TabOrder = 2
end end
object IdentityCheckBox: TCheckBox object IdentityCheckBox: TCheckBox
Left = 6 Left = 9
Top = 140 Top = 140
Width = 144 Width = 144
Height = 24 Height = 24
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment