mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-02 12:40:33 +02:00
IDE: Improve Proj_application_options layout. Issue #31057, patch from AlexeyT.
git-svn-id: trunk@53638 -
This commit is contained in:
parent
cc233486b1
commit
ff8ed38942
@ -10,12 +10,13 @@ object ProjectApplicationOptionsFrame: TProjectApplicationOptionsFrame
|
||||
DesignTop = 251
|
||||
object AppSettingsGroupBox: TGroupBox
|
||||
Left = 0
|
||||
Height = 501
|
||||
Height = 500
|
||||
Top = 0
|
||||
Width = 487
|
||||
Align = alTop
|
||||
AutoSize = True
|
||||
Caption = 'AppSettingsGroupBox'
|
||||
ClientHeight = 482
|
||||
ClientHeight = 481
|
||||
ClientWidth = 483
|
||||
TabOrder = 0
|
||||
object TitleLabel: TLabel
|
||||
@ -31,28 +32,25 @@ object ProjectApplicationOptionsFrame: TProjectApplicationOptionsFrame
|
||||
ParentColor = False
|
||||
end
|
||||
object IconLabel: TLabel
|
||||
AnchorSideLeft.Control = AppSettingsGroupBox
|
||||
AnchorSideLeft.Control = TitleLabel
|
||||
AnchorSideTop.Control = IconPanel
|
||||
Left = 6
|
||||
Height = 17
|
||||
Top = 39
|
||||
Width = 65
|
||||
BorderSpacing.Left = 6
|
||||
Caption = 'IconLabel'
|
||||
ParentColor = False
|
||||
end
|
||||
object IconTrackLabel: TLabel
|
||||
AnchorSideLeft.Control = IconTrack
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = IconTrack
|
||||
AnchorSideTop.Side = asrCenter
|
||||
AnchorSideLeft.Control = ClearIconButton
|
||||
AnchorSideTop.Control = ClearIconButton
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideRight.Control = IconTrack
|
||||
Left = 240
|
||||
Height = 17
|
||||
Top = 182
|
||||
Top = 179
|
||||
Width = 101
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Right = 6
|
||||
BorderSpacing.Top = 6
|
||||
Caption = 'IconTrackLabel'
|
||||
ParentColor = False
|
||||
end
|
||||
@ -68,27 +66,25 @@ object ProjectApplicationOptionsFrame: TProjectApplicationOptionsFrame
|
||||
Text = 'TitleEdit'
|
||||
end
|
||||
object UseAppBundleCheckBox: TCheckBox
|
||||
AnchorSideLeft.Control = AppSettingsGroupBox
|
||||
AnchorSideLeft.Control = UseXPManifestCheckBox
|
||||
AnchorSideTop.Control = DarwinDividerBevel
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 24
|
||||
Top = 413
|
||||
Top = 416
|
||||
Width = 191
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 3
|
||||
Caption = 'UseAppBundleCheckBox'
|
||||
TabOrder = 12
|
||||
end
|
||||
object UseXPManifestCheckBox: TCheckBox
|
||||
AnchorSideLeft.Control = AppSettingsGroupBox
|
||||
AnchorSideLeft.Control = TitleLabel
|
||||
AnchorSideTop.Control = WindowsDividerBevel
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 24
|
||||
Top = 236
|
||||
Top = 239
|
||||
Width = 195
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 3
|
||||
Caption = 'UseXPManifestCheckBox'
|
||||
OnChange = UseXPManifestCheckBoxChange
|
||||
@ -183,11 +179,12 @@ object ProjectApplicationOptionsFrame: TProjectApplicationOptionsFrame
|
||||
TabOrder = 2
|
||||
end
|
||||
object UIAccessCheckBox: TCheckBox
|
||||
AnchorSideLeft.Control = DpiAwareLabel
|
||||
AnchorSideTop.Control = ExecutionLevelComboBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 27
|
||||
Height = 24
|
||||
Top = 331
|
||||
Top = 334
|
||||
Width = 152
|
||||
BorderSpacing.Top = 3
|
||||
Caption = 'UIAccessCheckBox'
|
||||
@ -201,7 +198,7 @@ object ProjectApplicationOptionsFrame: TProjectApplicationOptionsFrame
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 195
|
||||
Height = 31
|
||||
Top = 297
|
||||
Top = 300
|
||||
Width = 282
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Top = 3
|
||||
@ -210,11 +207,12 @@ object ProjectApplicationOptionsFrame: TProjectApplicationOptionsFrame
|
||||
TabOrder = 9
|
||||
end
|
||||
object ExecutionLevelLabel: TLabel
|
||||
AnchorSideLeft.Control = DpiAwareLabel
|
||||
AnchorSideTop.Control = ExecutionLevelComboBox
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 27
|
||||
Height = 17
|
||||
Top = 304
|
||||
Top = 307
|
||||
Width = 138
|
||||
Caption = 'ExecutionLevelLabel'
|
||||
ParentColor = False
|
||||
@ -234,28 +232,38 @@ object ProjectApplicationOptionsFrame: TProjectApplicationOptionsFrame
|
||||
TabOrder = 4
|
||||
end
|
||||
object WindowsDividerBevel: TDividerBevel
|
||||
AnchorSideLeft.Control = AppSettingsGroupBox
|
||||
AnchorSideTop.Control = IconTrack
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
AnchorSideRight.Control = AppSettingsGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 3
|
||||
Height = 17
|
||||
Top = 216
|
||||
Width = 471
|
||||
Top = 219
|
||||
Width = 477
|
||||
Caption = 'For Windows'
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Top = 3
|
||||
BorderSpacing.Left = 3
|
||||
BorderSpacing.Top = 6
|
||||
BorderSpacing.Right = 3
|
||||
Font.Style = [fsBold]
|
||||
ParentFont = False
|
||||
end
|
||||
object DarwinDividerBevel: TDividerBevel
|
||||
AnchorSideLeft.Control = AppSettingsGroupBox
|
||||
AnchorSideTop.Control = TextFieldButton
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 8
|
||||
AnchorSideRight.Control = AppSettingsGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 3
|
||||
Height = 17
|
||||
Top = 393
|
||||
Width = 471
|
||||
Top = 396
|
||||
Width = 477
|
||||
Caption = 'For Darwin'
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Left = 3
|
||||
BorderSpacing.Top = 6
|
||||
BorderSpacing.Right = 3
|
||||
Font.Style = [fsBold]
|
||||
ParentFont = False
|
||||
end
|
||||
@ -265,11 +273,12 @@ object ProjectApplicationOptionsFrame: TProjectApplicationOptionsFrame
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 27
|
||||
Height = 29
|
||||
Top = 443
|
||||
Top = 446
|
||||
Width = 177
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 21
|
||||
BorderSpacing.Top = 6
|
||||
BorderSpacing.Bottom = 6
|
||||
Caption = 'CreateAppBundleButton'
|
||||
OnClick = CreateAppBundleButtonClick
|
||||
TabOrder = 13
|
||||
@ -280,7 +289,7 @@ object ProjectApplicationOptionsFrame: TProjectApplicationOptionsFrame
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 27
|
||||
Height = 17
|
||||
Top = 270
|
||||
Top = 273
|
||||
Width = 103
|
||||
BorderSpacing.Left = 21
|
||||
BorderSpacing.Top = 3
|
||||
@ -296,7 +305,7 @@ object ProjectApplicationOptionsFrame: TProjectApplicationOptionsFrame
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 195
|
||||
Height = 31
|
||||
Top = 263
|
||||
Top = 266
|
||||
Width = 282
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Left = 30
|
||||
@ -306,12 +315,12 @@ object ProjectApplicationOptionsFrame: TProjectApplicationOptionsFrame
|
||||
TabOrder = 8
|
||||
end
|
||||
object TextFieldButton: TButton
|
||||
AnchorSideLeft.Control = UIAccessCheckBox
|
||||
AnchorSideLeft.Control = DpiAwareLabel
|
||||
AnchorSideTop.Control = UIAccessCheckBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 27
|
||||
Height = 29
|
||||
Top = 358
|
||||
Top = 361
|
||||
Width = 120
|
||||
AutoSize = True
|
||||
BorderSpacing.Top = 3
|
||||
|
Loading…
Reference in New Issue
Block a user