mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 10:39:30 +02:00
IDE: Fix taborder in Project_application_options. Issue #28292, patch from Alexey Torgashin.
git-svn-id: trunk@49331 -
This commit is contained in:
parent
baa112f0e4
commit
7d7d06ceb7
@ -15,7 +15,7 @@ object ProjectApplicationOptionsFrame: TProjectApplicationOptionsFrame
|
|||||||
Width = 487
|
Width = 487
|
||||||
Align = alTop
|
Align = alTop
|
||||||
Caption = 'AppSettingsGroupBox'
|
Caption = 'AppSettingsGroupBox'
|
||||||
ClientHeight = 444
|
ClientHeight = 449
|
||||||
ClientWidth = 483
|
ClientWidth = 483
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
object TitleLabel: TLabel
|
object TitleLabel: TLabel
|
||||||
@ -23,9 +23,9 @@ object ProjectApplicationOptionsFrame: TProjectApplicationOptionsFrame
|
|||||||
AnchorSideTop.Control = TitleEdit
|
AnchorSideTop.Control = TitleEdit
|
||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 20
|
Height = 15
|
||||||
Top = 10
|
Top = 10
|
||||||
Width = 65
|
Width = 51
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
Caption = 'TitleLabel'
|
Caption = 'TitleLabel'
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
@ -34,9 +34,9 @@ object ProjectApplicationOptionsFrame: TProjectApplicationOptionsFrame
|
|||||||
AnchorSideLeft.Control = AppSettingsGroupBox
|
AnchorSideLeft.Control = AppSettingsGroupBox
|
||||||
AnchorSideTop.Control = IconPanel
|
AnchorSideTop.Control = IconPanel
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 20
|
Height = 15
|
||||||
Top = 40
|
Top = 35
|
||||||
Width = 64
|
Width = 51
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
Caption = 'IconLabel'
|
Caption = 'IconLabel'
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
@ -48,9 +48,9 @@ object ProjectApplicationOptionsFrame: TProjectApplicationOptionsFrame
|
|||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
AnchorSideRight.Control = IconTrack
|
AnchorSideRight.Control = IconTrack
|
||||||
Left = 240
|
Left = 240
|
||||||
Height = 20
|
Height = 15
|
||||||
Top = 178
|
Top = 176
|
||||||
Width = 99
|
Width = 80
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
BorderSpacing.Right = 6
|
BorderSpacing.Right = 6
|
||||||
Caption = 'IconTrackLabel'
|
Caption = 'IconTrackLabel'
|
||||||
@ -58,7 +58,7 @@ object ProjectApplicationOptionsFrame: TProjectApplicationOptionsFrame
|
|||||||
end
|
end
|
||||||
object TitleEdit: TEdit
|
object TitleEdit: TEdit
|
||||||
Left = 106
|
Left = 106
|
||||||
Height = 28
|
Height = 23
|
||||||
Top = 6
|
Top = 6
|
||||||
Width = 371
|
Width = 371
|
||||||
Align = alTop
|
Align = alTop
|
||||||
@ -72,22 +72,22 @@ object ProjectApplicationOptionsFrame: TProjectApplicationOptionsFrame
|
|||||||
AnchorSideTop.Control = DarwinDividerBevel
|
AnchorSideTop.Control = DarwinDividerBevel
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 24
|
Height = 19
|
||||||
Top = 372
|
Top = 337
|
||||||
Width = 186
|
Width = 150
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
BorderSpacing.Top = 3
|
BorderSpacing.Top = 3
|
||||||
Caption = 'UseAppBundleCheckBox'
|
Caption = 'UseAppBundleCheckBox'
|
||||||
TabOrder = 6
|
TabOrder = 11
|
||||||
end
|
end
|
||||||
object UseXPManifestCheckBox: TCheckBox
|
object UseXPManifestCheckBox: TCheckBox
|
||||||
AnchorSideLeft.Control = AppSettingsGroupBox
|
AnchorSideLeft.Control = AppSettingsGroupBox
|
||||||
AnchorSideTop.Control = WindowsDividerBevel
|
AnchorSideTop.Control = WindowsDividerBevel
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 24
|
Height = 19
|
||||||
Top = 234
|
Top = 224
|
||||||
Width = 186
|
Width = 151
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
BorderSpacing.Top = 3
|
BorderSpacing.Top = 3
|
||||||
Caption = 'UseXPManifestCheckBox'
|
Caption = 'UseXPManifestCheckBox'
|
||||||
@ -100,7 +100,7 @@ object ProjectApplicationOptionsFrame: TProjectApplicationOptionsFrame
|
|||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 106
|
Left = 106
|
||||||
Height = 128
|
Height = 128
|
||||||
Top = 40
|
Top = 35
|
||||||
Width = 128
|
Width = 128
|
||||||
BorderSpacing.Left = 106
|
BorderSpacing.Left = 106
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
@ -128,9 +128,9 @@ object ProjectApplicationOptionsFrame: TProjectApplicationOptionsFrame
|
|||||||
AnchorSideBottom.Control = IconPanel
|
AnchorSideBottom.Control = IconPanel
|
||||||
AnchorSideBottom.Side = asrBottom
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 240
|
Left = 240
|
||||||
Height = 30
|
Height = 25
|
||||||
Top = 40
|
Top = 35
|
||||||
Width = 131
|
Width = 111
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
Caption = 'LoadIconButton'
|
Caption = 'LoadIconButton'
|
||||||
@ -142,28 +142,28 @@ object ProjectApplicationOptionsFrame: TProjectApplicationOptionsFrame
|
|||||||
AnchorSideTop.Control = DefaultIconButton
|
AnchorSideTop.Control = DefaultIconButton
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 240
|
Left = 240
|
||||||
Height = 30
|
Height = 25
|
||||||
Top = 112
|
Top = 97
|
||||||
Width = 129
|
Width = 109
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
Caption = 'SaveIconButton'
|
Caption = 'SaveIconButton'
|
||||||
OnClick = SaveIconButtonClick
|
OnClick = SaveIconButtonClick
|
||||||
TabOrder = 4
|
TabOrder = 5
|
||||||
end
|
end
|
||||||
object ClearIconButton: TBitBtn
|
object ClearIconButton: TBitBtn
|
||||||
AnchorSideLeft.Control = SaveIconButton
|
AnchorSideLeft.Control = SaveIconButton
|
||||||
AnchorSideTop.Control = SaveIconButton
|
AnchorSideTop.Control = SaveIconButton
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 240
|
Left = 240
|
||||||
Height = 30
|
Height = 25
|
||||||
Top = 148
|
Top = 128
|
||||||
Width = 132
|
Width = 112
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
Caption = 'ClearIconButton'
|
Caption = 'ClearIconButton'
|
||||||
OnClick = ClearIconButtonClick
|
OnClick = ClearIconButtonClick
|
||||||
TabOrder = 5
|
TabOrder = 6
|
||||||
end
|
end
|
||||||
object IconTrack: TTrackBar
|
object IconTrack: TTrackBar
|
||||||
AnchorSideLeft.Control = IconPanel
|
AnchorSideLeft.Control = IconPanel
|
||||||
@ -173,7 +173,7 @@ object ProjectApplicationOptionsFrame: TProjectApplicationOptionsFrame
|
|||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 106
|
Left = 106
|
||||||
Height = 40
|
Height = 40
|
||||||
Top = 168
|
Top = 163
|
||||||
Width = 128
|
Width = 128
|
||||||
Max = 0
|
Max = 0
|
||||||
OnChange = IconTrackChange
|
OnChange = IconTrackChange
|
||||||
@ -187,9 +187,9 @@ object ProjectApplicationOptionsFrame: TProjectApplicationOptionsFrame
|
|||||||
AnchorSideTop.Control = UseXPManifestCheckBox
|
AnchorSideTop.Control = UseXPManifestCheckBox
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 27
|
Left = 27
|
||||||
Height = 24
|
Height = 19
|
||||||
Top = 261
|
Top = 246
|
||||||
Width = 154
|
Width = 123
|
||||||
BorderSpacing.Left = 21
|
BorderSpacing.Left = 21
|
||||||
BorderSpacing.Top = 3
|
BorderSpacing.Top = 3
|
||||||
Caption = 'DpiAwareCheckBox'
|
Caption = 'DpiAwareCheckBox'
|
||||||
@ -200,9 +200,9 @@ object ProjectApplicationOptionsFrame: TProjectApplicationOptionsFrame
|
|||||||
AnchorSideTop.Control = ExecutionLevelComboBox
|
AnchorSideTop.Control = ExecutionLevelComboBox
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 27
|
Left = 27
|
||||||
Height = 24
|
Height = 19
|
||||||
Top = 319
|
Top = 294
|
||||||
Width = 146
|
Width = 119
|
||||||
BorderSpacing.Top = 3
|
BorderSpacing.Top = 3
|
||||||
Caption = 'UIAccessCheckBox'
|
Caption = 'UIAccessCheckBox'
|
||||||
TabOrder = 10
|
TabOrder = 10
|
||||||
@ -212,14 +212,14 @@ object ProjectApplicationOptionsFrame: TProjectApplicationOptionsFrame
|
|||||||
AnchorSideLeft.Side = asrBottom
|
AnchorSideLeft.Side = asrBottom
|
||||||
AnchorSideTop.Control = DpiAwareCheckBox
|
AnchorSideTop.Control = DpiAwareCheckBox
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 167
|
Left = 139
|
||||||
Height = 28
|
Height = 23
|
||||||
Top = 288
|
Top = 268
|
||||||
Width = 310
|
Width = 338
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
BorderSpacing.Top = 3
|
BorderSpacing.Top = 3
|
||||||
ItemHeight = 20
|
ItemHeight = 15
|
||||||
Style = csDropDownList
|
Style = csDropDownList
|
||||||
TabOrder = 9
|
TabOrder = 9
|
||||||
end
|
end
|
||||||
@ -228,9 +228,9 @@ object ProjectApplicationOptionsFrame: TProjectApplicationOptionsFrame
|
|||||||
AnchorSideTop.Control = ExecutionLevelComboBox
|
AnchorSideTop.Control = ExecutionLevelComboBox
|
||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
Left = 27
|
Left = 27
|
||||||
Height = 20
|
Height = 15
|
||||||
Top = 292
|
Top = 272
|
||||||
Width = 134
|
Width = 106
|
||||||
Caption = 'ExecutionLevelLabel'
|
Caption = 'ExecutionLevelLabel'
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
end
|
end
|
||||||
@ -239,21 +239,21 @@ object ProjectApplicationOptionsFrame: TProjectApplicationOptionsFrame
|
|||||||
AnchorSideTop.Control = LoadIconButton
|
AnchorSideTop.Control = LoadIconButton
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 240
|
Left = 240
|
||||||
Height = 30
|
Height = 25
|
||||||
Top = 76
|
Top = 66
|
||||||
Width = 147
|
Width = 123
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
Caption = 'DefaultIconButton'
|
Caption = 'DefaultIconButton'
|
||||||
OnClick = DefaultIconButtonClick
|
OnClick = DefaultIconButtonClick
|
||||||
TabOrder = 11
|
TabOrder = 4
|
||||||
end
|
end
|
||||||
object WindowsDividerBevel: TDividerBevel
|
object WindowsDividerBevel: TDividerBevel
|
||||||
AnchorSideTop.Control = IconTrack
|
AnchorSideTop.Control = IconTrack
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 20
|
Height = 15
|
||||||
Top = 211
|
Top = 206
|
||||||
Width = 471
|
Width = 471
|
||||||
Caption = 'For Windows'
|
Caption = 'For Windows'
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
@ -265,8 +265,8 @@ object ProjectApplicationOptionsFrame: TProjectApplicationOptionsFrame
|
|||||||
AnchorSideTop.Control = UIAccessCheckBox
|
AnchorSideTop.Control = UIAccessCheckBox
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 20
|
Height = 15
|
||||||
Top = 349
|
Top = 319
|
||||||
Width = 471
|
Width = 471
|
||||||
Caption = 'For Darwin'
|
Caption = 'For Darwin'
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
@ -279,9 +279,9 @@ object ProjectApplicationOptionsFrame: TProjectApplicationOptionsFrame
|
|||||||
AnchorSideTop.Control = UseAppBundleCheckBox
|
AnchorSideTop.Control = UseAppBundleCheckBox
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 27
|
Left = 27
|
||||||
Height = 30
|
Height = 25
|
||||||
Top = 402
|
Top = 362
|
||||||
Width = 187
|
Width = 155
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BorderSpacing.Left = 21
|
BorderSpacing.Left = 21
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
|
Loading…
Reference in New Issue
Block a user