Tab order fixed
This commit is contained in:
parent
7f9f315de7
commit
4aa9fdaf52
@ -43,8 +43,8 @@ object OptionsForm: TOptionsForm
|
|||||||
Left = 8
|
Left = 8
|
||||||
Top = 8
|
Top = 8
|
||||||
Width = 451
|
Width = 451
|
||||||
Height = 265
|
Height = 249
|
||||||
ActivePage = RandomPage
|
ActivePage = VariationsPage
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
TabStop = False
|
TabStop = False
|
||||||
object GeneralPage: TTabSheet
|
object GeneralPage: TTabSheet
|
||||||
@ -57,7 +57,7 @@ object OptionsForm: TOptionsForm
|
|||||||
Height = 17
|
Height = 17
|
||||||
HelpContext = 1005
|
HelpContext = 1005
|
||||||
Caption = 'Confirm delete'
|
Caption = 'Confirm delete'
|
||||||
TabOrder = 1
|
TabOrder = 5
|
||||||
end
|
end
|
||||||
object JPEG: TGroupBox
|
object JPEG: TGroupBox
|
||||||
Left = 8
|
Left = 8
|
||||||
@ -65,7 +65,7 @@ object OptionsForm: TOptionsForm
|
|||||||
Width = 121
|
Width = 121
|
||||||
Height = 57
|
Height = 57
|
||||||
Caption = 'JPEG Quality'
|
Caption = 'JPEG Quality'
|
||||||
TabOrder = 0
|
TabOrder = 1
|
||||||
object txtJPEGquality: TComboBox
|
object txtJPEGquality: TComboBox
|
||||||
Left = 16
|
Left = 16
|
||||||
Top = 24
|
Top = 24
|
||||||
@ -88,7 +88,7 @@ object OptionsForm: TOptionsForm
|
|||||||
Width = 121
|
Width = 121
|
||||||
Height = 57
|
Height = 57
|
||||||
Caption = 'Batch size'
|
Caption = 'Batch size'
|
||||||
TabOrder = 2
|
TabOrder = 0
|
||||||
object txtBatchSize: TEdit
|
object txtBatchSize: TEdit
|
||||||
Left = 16
|
Left = 16
|
||||||
Top = 24
|
Top = 24
|
||||||
@ -117,7 +117,7 @@ object OptionsForm: TOptionsForm
|
|||||||
Width = 169
|
Width = 169
|
||||||
Height = 17
|
Height = 17
|
||||||
Caption = 'Resize on load'
|
Caption = 'Resize on load'
|
||||||
TabOrder = 3
|
TabOrder = 6
|
||||||
end
|
end
|
||||||
object GroupBox16: TGroupBox
|
object GroupBox16: TGroupBox
|
||||||
Left = 8
|
Left = 8
|
||||||
@ -125,7 +125,7 @@ object OptionsForm: TOptionsForm
|
|||||||
Width = 121
|
Width = 121
|
||||||
Height = 59
|
Height = 59
|
||||||
Caption = 'Nr processors'
|
Caption = 'Nr processors'
|
||||||
TabOrder = 4
|
TabOrder = 2
|
||||||
object cbNrTheads: TComboBox
|
object cbNrTheads: TComboBox
|
||||||
Left = 16
|
Left = 16
|
||||||
Top = 24
|
Top = 24
|
||||||
@ -148,7 +148,7 @@ object OptionsForm: TOptionsForm
|
|||||||
Width = 169
|
Width = 169
|
||||||
Height = 17
|
Height = 17
|
||||||
Caption = 'Show Transparency'
|
Caption = 'Show Transparency'
|
||||||
TabOrder = 5
|
TabOrder = 7
|
||||||
end
|
end
|
||||||
object rgReferenceMode: TRadioGroup
|
object rgReferenceMode: TRadioGroup
|
||||||
Left = 280
|
Left = 280
|
||||||
@ -161,7 +161,7 @@ object OptionsForm: TOptionsForm
|
|||||||
'Normal'
|
'Normal'
|
||||||
'Proportional'
|
'Proportional'
|
||||||
'Wandering (old-style)')
|
'Wandering (old-style)')
|
||||||
TabOrder = 6
|
TabOrder = 4
|
||||||
end
|
end
|
||||||
object rgTransparency: TRadioGroup
|
object rgTransparency: TRadioGroup
|
||||||
Left = 136
|
Left = 136
|
||||||
@ -173,7 +173,7 @@ object OptionsForm: TOptionsForm
|
|||||||
'No transparency'
|
'No transparency'
|
||||||
'Flam3-style'
|
'Flam3-style'
|
||||||
'Flamesong-style')
|
'Flamesong-style')
|
||||||
TabOrder = 7
|
TabOrder = 3
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
object DisplayPage: TTabSheet
|
object DisplayPage: TTabSheet
|
||||||
@ -411,7 +411,7 @@ object OptionsForm: TOptionsForm
|
|||||||
Width = 193
|
Width = 193
|
||||||
Height = 43
|
Height = 43
|
||||||
Caption = 'Flame title prefix'
|
Caption = 'Flame title prefix'
|
||||||
TabOrder = 2
|
TabOrder = 1
|
||||||
object txtRandomPrefix: TEdit
|
object txtRandomPrefix: TEdit
|
||||||
Left = 8
|
Left = 8
|
||||||
Top = 16
|
Top = 16
|
||||||
@ -428,7 +428,7 @@ object OptionsForm: TOptionsForm
|
|||||||
Width = 193
|
Width = 193
|
||||||
Height = 75
|
Height = 75
|
||||||
Caption = 'Mutation transforms'
|
Caption = 'Mutation transforms'
|
||||||
TabOrder = 1
|
TabOrder = 3
|
||||||
object Label2: TLabel
|
object Label2: TLabel
|
||||||
Left = 10
|
Left = 10
|
||||||
Top = 19
|
Top = 19
|
||||||
@ -492,7 +492,7 @@ object OptionsForm: TOptionsForm
|
|||||||
Width = 193
|
Width = 193
|
||||||
Height = 97
|
Height = 97
|
||||||
Caption = 'Forced symmetry'
|
Caption = 'Forced symmetry'
|
||||||
TabOrder = 3
|
TabOrder = 2
|
||||||
object Label7: TLabel
|
object Label7: TLabel
|
||||||
Left = 8
|
Left = 8
|
||||||
Top = 20
|
Top = 20
|
||||||
@ -593,7 +593,8 @@ object OptionsForm: TOptionsForm
|
|||||||
Left = 12
|
Left = 12
|
||||||
Top = 16
|
Top = 16
|
||||||
Width = 309
|
Width = 309
|
||||||
Height = 209
|
Height = 189
|
||||||
|
Columns = 2
|
||||||
ItemHeight = 13
|
ItemHeight = 13
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
TabWidth = 100
|
TabWidth = 100
|
||||||
@ -644,7 +645,7 @@ object OptionsForm: TOptionsForm
|
|||||||
Width = 281
|
Width = 281
|
||||||
Height = 189
|
Height = 189
|
||||||
Caption = 'Randomize'
|
Caption = 'Randomize'
|
||||||
TabOrder = 1
|
TabOrder = 2
|
||||||
object Label18: TLabel
|
object Label18: TLabel
|
||||||
Left = 16
|
Left = 16
|
||||||
Top = 24
|
Top = 24
|
||||||
@ -871,7 +872,7 @@ object OptionsForm: TOptionsForm
|
|||||||
Width = 137
|
Width = 137
|
||||||
Height = 87
|
Height = 87
|
||||||
Caption = 'Smooth palette'
|
Caption = 'Smooth palette'
|
||||||
TabOrder = 2
|
TabOrder = 1
|
||||||
object Label8: TLabel
|
object Label8: TLabel
|
||||||
Left = 10
|
Left = 10
|
||||||
Top = 18
|
Top = 18
|
||||||
@ -916,7 +917,7 @@ object OptionsForm: TOptionsForm
|
|||||||
Height = 249
|
Height = 249
|
||||||
MultiLine = True
|
MultiLine = True
|
||||||
Style = tsButtons
|
Style = tsButtons
|
||||||
TabOrder = 0
|
TabOrder = 4
|
||||||
end
|
end
|
||||||
object GroupBox11: TGroupBox
|
object GroupBox11: TGroupBox
|
||||||
Left = 8
|
Left = 8
|
||||||
@ -962,7 +963,7 @@ object OptionsForm: TOptionsForm
|
|||||||
Width = 177
|
Width = 177
|
||||||
Height = 99
|
Height = 99
|
||||||
Caption = 'Parameter defaults'
|
Caption = 'Parameter defaults'
|
||||||
TabOrder = 2
|
TabOrder = 0
|
||||||
object Label20: TLabel
|
object Label20: TLabel
|
||||||
Left = 10
|
Left = 10
|
||||||
Top = 26
|
Top = 26
|
||||||
@ -1015,7 +1016,7 @@ object OptionsForm: TOptionsForm
|
|||||||
Width = 245
|
Width = 245
|
||||||
Height = 75
|
Height = 75
|
||||||
Caption = 'Coloring algorithm'
|
Caption = 'Coloring algorithm'
|
||||||
TabOrder = 3
|
TabOrder = 2
|
||||||
object Label11: TLabel
|
object Label11: TLabel
|
||||||
Left = 10
|
Left = 10
|
||||||
Top = 26
|
Top = 26
|
||||||
@ -1053,7 +1054,7 @@ object OptionsForm: TOptionsForm
|
|||||||
Width = 245
|
Width = 245
|
||||||
Height = 82
|
Height = 82
|
||||||
Caption = 'Fractal formula'
|
Caption = 'Fractal formula'
|
||||||
TabOrder = 4
|
TabOrder = 3
|
||||||
object Label13: TLabel
|
object Label13: TLabel
|
||||||
Left = 10
|
Left = 10
|
||||||
Top = 26
|
Top = 26
|
||||||
@ -1323,7 +1324,7 @@ object OptionsForm: TOptionsForm
|
|||||||
Width = 425
|
Width = 425
|
||||||
Height = 51
|
Height = 51
|
||||||
Caption = 'Export renderer'
|
Caption = 'Export renderer'
|
||||||
TabOrder = 2
|
TabOrder = 3
|
||||||
object btnRenderer: TSpeedButton
|
object btnRenderer: TSpeedButton
|
||||||
Left = 392
|
Left = 392
|
||||||
Top = 16
|
Top = 16
|
||||||
@ -1392,7 +1393,7 @@ object OptionsForm: TOptionsForm
|
|||||||
Width = 425
|
Width = 425
|
||||||
Height = 51
|
Height = 51
|
||||||
Caption = 'Function library'
|
Caption = 'Function library'
|
||||||
TabOrder = 3
|
TabOrder = 2
|
||||||
object SpeedButton2: TSpeedButton
|
object SpeedButton2: TSpeedButton
|
||||||
Left = 392
|
Left = 392
|
||||||
Top = 16
|
Top = 16
|
||||||
|
Loading…
Reference in New Issue
Block a user