Skip to content

Commit

Permalink
Fixed tab order
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig Moksnes committed Apr 4, 2020
1 parent e8d88a2 commit 30f70de
Showing 1 changed file with 38 additions and 24 deletions.
62 changes: 38 additions & 24 deletions ProxyFormUnit.fmx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ object MainForm: TMainForm
Text = 'External HTTP port as HDHomeRun:'
ParentShowHint = False
ShowHint = True
TabOrder = 5
TabOrder = 7
TabStop = False
end
object Label6: TLabel
Position.X = 15.000000000000000000
Expand All @@ -73,7 +74,8 @@ object MainForm: TMainForm
Text = 'External address as HDHomeRun:'
ParentShowHint = False
ShowHint = True
TabOrder = 6
TabOrder = 8
TabStop = False
end
object Label3: TLabel
Position.X = 15.000000000000000000
Expand All @@ -84,7 +86,8 @@ object MainForm: TMainForm
Text = 'Listen HTTP port as HDHomeRun:'
ParentShowHint = False
ShowHint = True
TabOrder = 4
TabOrder = 6
TabStop = False
end
object Label4: TLabel
Position.X = 15.000000000000000000
Expand All @@ -95,7 +98,8 @@ object MainForm: TMainForm
Text = 'Listen IP as HDHomeRun:'
ParentShowHint = False
ShowHint = True
TabOrder = 7
TabOrder = 9
TabStop = False
end
object Label2: TLabel
Position.X = 15.000000000000000000
Expand All @@ -106,7 +110,8 @@ object MainForm: TMainForm
Text = 'Listen IP for Ceton:'
ParentShowHint = False
ShowHint = True
TabOrder = 3
TabOrder = 5
TabStop = False
end
object ceCetonListenIP: TComboEdit
Touch.InteractiveGestures = [LongTap, DoubleTap]
Expand Down Expand Up @@ -161,7 +166,7 @@ object MainForm: TMainForm
end
object eHDHRExternalAddress: TEdit
Touch.InteractiveGestures = [LongTap, DoubleTap]
TabOrder = 9
TabOrder = 3
Position.X = 210.000000000000000000
Position.Y = 98.000000000000000000
Hint =
Expand All @@ -177,7 +182,7 @@ object MainForm: TMainForm
end
object eHDHRExternalHTTPPort: TEdit
Touch.InteractiveGestures = [LongTap, DoubleTap]
TabOrder = 8
TabOrder = 4
Position.X = 210.000000000000000000
Position.Y = 125.000000000000000000
Hint =
Expand All @@ -204,7 +209,7 @@ object MainForm: TMainForm
Size.Height = 59.000000000000000000
Size.PlatformDefault = False
Text = 'Settings'
TabOrder = 3
TabOrder = 0
OnMouseDown = PanelMouseDown
OnResized = PanelResizing
ContentSize = '39'
Expand Down Expand Up @@ -301,7 +306,7 @@ object MainForm: TMainForm
Size.Height = 20.000000000000000000
Size.PlatformDefault = False
Text = 'Channels'
TabOrder = 2
TabOrder = 3
OnMouseDown = PanelMouseDown
OnResized = PanelResizing
ContentSize = '200'
Expand Down Expand Up @@ -396,7 +401,7 @@ object MainForm: TMainForm
Size.Height = 20.000000000000000000
Size.PlatformDefault = False
Text = 'Email Settings'
TabOrder = 0
TabOrder = 2
OnMouseDown = PanelMouseDown
OnResized = PanelResizing
ContentSize = '291'
Expand All @@ -409,11 +414,12 @@ object MainForm: TMainForm
Text = 'Server address (SMTP):'
ParentShowHint = False
ShowHint = True
TabOrder = 5
TabOrder = 10
TabStop = False
end
object eEmailServerAddress: TEdit
Touch.InteractiveGestures = [LongTap, DoubleTap]
TabOrder = 8
TabOrder = 0
Position.X = 210.000000000000000000
Position.Y = 9.000000000000000000
Size.Width = 150.000000000000000000
Expand All @@ -423,7 +429,7 @@ object MainForm: TMainForm
end
object eEmailServerPort: TEdit
Touch.InteractiveGestures = [LongTap, DoubleTap]
TabOrder = 7
TabOrder = 1
Position.X = 210.000000000000000000
Position.Y = 36.000000000000000000
Size.Width = 150.000000000000000000
Expand All @@ -440,7 +446,8 @@ object MainForm: TMainForm
Text = 'Server port:'
ParentShowHint = False
ShowHint = True
TabOrder = 2
TabOrder = 8
TabStop = False
end
object Label8: TLabel
Position.X = 15.000000000000000000
Expand All @@ -451,7 +458,8 @@ object MainForm: TMainForm
Text = 'Security:'
ParentShowHint = False
ShowHint = True
TabOrder = 0
TabOrder = 6
TabStop = False
end
object cbEmailServerSecurity: TComboBox
Items.Strings = (
Expand All @@ -463,7 +471,7 @@ object MainForm: TMainForm
Size.Width = 150.000000000000000000
Size.Height = 22.000000000000000000
Size.PlatformDefault = False
TabOrder = 9
TabOrder = 2
OnChange = cbEmailServerSecurityChange
end
object Label9: TLabel
Expand All @@ -475,11 +483,12 @@ object MainForm: TMainForm
Text = 'Username:'
ParentShowHint = False
ShowHint = True
TabOrder = 3
TabOrder = 9
TabStop = False
end
object eEmailServerUsername: TEdit
Touch.InteractiveGestures = [LongTap, DoubleTap]
TabOrder = 6
TabOrder = 3
Position.X = 210.000000000000000000
Position.Y = 90.000000000000000000
Size.Width = 150.000000000000000000
Expand All @@ -506,7 +515,8 @@ object MainForm: TMainForm
Text = 'Password:'
ParentShowHint = False
ShowHint = True
TabOrder = 1
TabOrder = 7
TabStop = False
end
object GroupBox1: TGroupBox
Align = Top
Expand All @@ -519,7 +529,7 @@ object MainForm: TMainForm
Size.Height = 141.000000000000000000
Size.PlatformDefault = False
Text = 'Error Notifications'
TabOrder = 10
TabOrder = 5
object sbErrorEmailFrequency: TSpinBox
Touch.InteractiveGestures = [LongTap, DoubleTap]
TabOrder = 0
Expand All @@ -540,6 +550,7 @@ object MainForm: TMainForm
ParentShowHint = False
ShowHint = True
TabOrder = 7
TabStop = False
end
object Label13: TLabel
Position.X = 15.000000000000000000
Expand All @@ -551,10 +562,11 @@ object MainForm: TMainForm
ParentShowHint = False
ShowHint = True
TabOrder = 6
TabStop = False
end
object eErrorEmailSender: TEdit
Touch.InteractiveGestures = [LongTap, DoubleTap]
TabOrder = 10
TabOrder = 1
Position.X = 144.000000000000000000
Position.Y = 51.000000000000000000
Size.Width = 206.000000000000000000
Expand All @@ -572,10 +584,11 @@ object MainForm: TMainForm
ParentShowHint = False
ShowHint = True
TabOrder = 5
TabStop = False
end
object eErrorEmailRecipients: TEdit
Touch.InteractiveGestures = [LongTap, DoubleTap]
TabOrder = 9
TabOrder = 2
Position.X = 144.000000000000000000
Position.Y = 78.000000000000000000
Size.Width = 206.000000000000000000
Expand All @@ -585,7 +598,7 @@ object MainForm: TMainForm
end
object eErrorEmailSubject: TEdit
Touch.InteractiveGestures = [LongTap, DoubleTap]
TabOrder = 8
TabOrder = 3
Position.X = 144.000000000000000000
Position.Y = 105.000000000000000000
Size.Width = 206.000000000000000000
Expand All @@ -603,6 +616,7 @@ object MainForm: TMainForm
ParentShowHint = False
ShowHint = True
TabOrder = 4
TabStop = False
end
object Label16: TLabel
Position.X = 248.000000000000000000
Expand All @@ -611,7 +625,7 @@ object MainForm: TMainForm
Size.Height = 17.000000000000000000
Size.PlatformDefault = False
Text = 'seconds'
TabOrder = 11
TabOrder = 8
end
end
end
Expand Down

0 comments on commit 30f70de

Please sign in to comment.