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