mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 14:49:29 +02:00
IDE: Fixed window-border-style and tab order
git-svn-id: trunk@28639 -
This commit is contained in:
parent
09382cb3c0
commit
f2adb2a6da
@ -3,7 +3,7 @@ object RunParamsOptsDlg: TRunParamsOptsDlg
|
||||
Height = 501
|
||||
Top = 176
|
||||
Width = 500
|
||||
BorderStyle = bsSizeToolWin
|
||||
BorderStyle = bsDialog
|
||||
Caption = 'RunParamsOptsDlg'
|
||||
ClientHeight = 501
|
||||
ClientWidth = 500
|
||||
@ -14,38 +14,40 @@ object RunParamsOptsDlg: TRunParamsOptsDlg
|
||||
Height = 463
|
||||
Top = 0
|
||||
Width = 500
|
||||
ActivePage = EnvVarsPage
|
||||
Align = alClient
|
||||
BorderSpacing.Bottom = 6
|
||||
TabIndex = 1
|
||||
TabOrder = 0
|
||||
object GeneralPage: TTabSheet
|
||||
Caption = 'GeneralPage'
|
||||
ClientWidth = 498
|
||||
ClientHeight = 432
|
||||
ClientHeight = 435
|
||||
ClientWidth = 492
|
||||
object DisplayGroupBox: TGroupBox
|
||||
Left = 6
|
||||
Height = 82
|
||||
Top = 232
|
||||
Height = 78
|
||||
Top = 208
|
||||
Width = 480
|
||||
Align = alTop
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'DisplayGroupBox'
|
||||
ClientHeight = 64
|
||||
ClientHeight = 60
|
||||
ClientWidth = 476
|
||||
TabOrder = 3
|
||||
object DisplayEdit: TEdit
|
||||
Left = 6
|
||||
Height = 23
|
||||
Top = 34
|
||||
Top = 31
|
||||
Width = 464
|
||||
Align = alTop
|
||||
BorderSpacing.Around = 6
|
||||
TabOrder = 0
|
||||
TabOrder = 1
|
||||
Text = 'DisplayEdit'
|
||||
end
|
||||
object UseDisplayCheckBox: TCheckBox
|
||||
Left = 6
|
||||
Height = 22
|
||||
Height = 19
|
||||
Top = 6
|
||||
Width = 464
|
||||
Align = alTop
|
||||
@ -54,48 +56,48 @@ object RunParamsOptsDlg: TRunParamsOptsDlg
|
||||
BorderSpacing.Right = 6
|
||||
BorderSpacing.Bottom = 6
|
||||
Caption = 'UseDisplayCheckBox'
|
||||
TabOrder = 1
|
||||
TabOrder = 0
|
||||
end
|
||||
end
|
||||
object CmdLineParametersGroupBox: TGroupBox
|
||||
Left = 6
|
||||
Height = 60
|
||||
Top = 72
|
||||
Height = 53
|
||||
Top = 65
|
||||
Width = 480
|
||||
Align = alTop
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'CmdLineParametersGroupBox'
|
||||
ClientHeight = 42
|
||||
ClientHeight = 35
|
||||
ClientWidth = 476
|
||||
TabOrder = 0
|
||||
TabOrder = 1
|
||||
object CmdLineParametersComboBox: TComboBox
|
||||
Left = 6
|
||||
Height = 21
|
||||
Height = 23
|
||||
Top = 6
|
||||
Width = 464
|
||||
Align = alTop
|
||||
BorderSpacing.Around = 6
|
||||
ItemHeight = 13
|
||||
ItemHeight = 15
|
||||
TabOrder = 0
|
||||
Text = 'CmdLineParametersComboBox'
|
||||
end
|
||||
end
|
||||
object UseLaunchingApplicationGroupBox: TGroupBox
|
||||
Left = 6
|
||||
Height = 88
|
||||
Top = 138
|
||||
Height = 78
|
||||
Top = 124
|
||||
Width = 480
|
||||
Align = alTop
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'UseLaunchingApplicationGroupBox'
|
||||
ClientHeight = 70
|
||||
ClientHeight = 60
|
||||
ClientWidth = 476
|
||||
TabOrder = 1
|
||||
TabOrder = 2
|
||||
object UseLaunchingApplicationCheckBox: TCheckBox
|
||||
Left = 6
|
||||
Height = 22
|
||||
Height = 19
|
||||
Top = 6
|
||||
Width = 464
|
||||
Align = alTop
|
||||
@ -108,38 +110,38 @@ object RunParamsOptsDlg: TRunParamsOptsDlg
|
||||
end
|
||||
object UseLaunchingApplicationComboBox: TComboBox
|
||||
Left = 6
|
||||
Height = 21
|
||||
Top = 34
|
||||
Height = 23
|
||||
Top = 31
|
||||
Width = 464
|
||||
Align = alTop
|
||||
BorderSpacing.Around = 6
|
||||
ItemHeight = 13
|
||||
ItemHeight = 15
|
||||
TabOrder = 1
|
||||
Text = 'UseLaunchingApplicationComboBox'
|
||||
end
|
||||
end
|
||||
object HostApplicationGroupBox: TGroupBox
|
||||
Left = 6
|
||||
Height = 60
|
||||
Height = 53
|
||||
Top = 6
|
||||
Width = 480
|
||||
Align = alTop
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'HostApplicationGroupBox'
|
||||
ClientHeight = 42
|
||||
ClientHeight = 35
|
||||
ClientWidth = 476
|
||||
TabOrder = 2
|
||||
TabOrder = 0
|
||||
object HostApplicationBrowseBtn: TButton
|
||||
AnchorSideTop.Control = HostApplicationGroupBox
|
||||
AnchorSideRight.Control = HostApplicationGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
AnchorSideBottom.Control = HostApplicationEdit
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 290
|
||||
Height = 27
|
||||
Left = 302
|
||||
Height = 23
|
||||
Top = 6
|
||||
Width = 180
|
||||
Width = 168
|
||||
Anchors = [akTop, akRight, akBottom]
|
||||
AutoSize = True
|
||||
BorderSpacing.Left = 6
|
||||
@ -147,32 +149,32 @@ object RunParamsOptsDlg: TRunParamsOptsDlg
|
||||
BorderSpacing.Right = 6
|
||||
Caption = 'HostApplicationBrowseBtn'
|
||||
OnClick = HostApplicationBrowseBtnClick
|
||||
TabOrder = 0
|
||||
TabOrder = 1
|
||||
end
|
||||
object HostApplicationEdit: TEdit
|
||||
AnchorSideLeft.Control = HostApplicationGroupBox
|
||||
AnchorSideTop.Control = HostApplicationGroupBox
|
||||
AnchorSideRight.Control = HostApplicationBrowseBtn
|
||||
Left = 6
|
||||
Height = 27
|
||||
Height = 23
|
||||
Top = 6
|
||||
Width = 278
|
||||
Width = 290
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Around = 6
|
||||
TabOrder = 1
|
||||
TabOrder = 0
|
||||
Text = 'HostApplicationEdit'
|
||||
end
|
||||
end
|
||||
object WorkingDirectoryGroupBox: TGroupBox
|
||||
Left = 6
|
||||
Height = 60
|
||||
Top = 320
|
||||
Height = 53
|
||||
Top = 292
|
||||
Width = 480
|
||||
Align = alTop
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'WorkingDirectoryGroupBox'
|
||||
ClientHeight = 42
|
||||
ClientHeight = 35
|
||||
ClientWidth = 476
|
||||
TabOrder = 4
|
||||
object WorkingDirectoryBtn: TButton
|
||||
@ -181,52 +183,51 @@ object RunParamsOptsDlg: TRunParamsOptsDlg
|
||||
AnchorSideRight.Side = asrBottom
|
||||
AnchorSideBottom.Control = WorkingDirectoryComboBox
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 329
|
||||
Height = 21
|
||||
Left = 333
|
||||
Height = 23
|
||||
Top = 6
|
||||
Width = 141
|
||||
Width = 137
|
||||
Anchors = [akTop, akRight, akBottom]
|
||||
AutoSize = True
|
||||
BorderSpacing.Top = 6
|
||||
BorderSpacing.Right = 6
|
||||
Caption = 'WorkingDirectoryBtn'
|
||||
OnClick = WorkingDirectoryBtnClick
|
||||
TabOrder = 0
|
||||
TabOrder = 1
|
||||
end
|
||||
object WorkingDirectoryComboBox: TComboBox
|
||||
AnchorSideLeft.Control = WorkingDirectoryGroupBox
|
||||
AnchorSideTop.Control = WorkingDirectoryGroupBox
|
||||
AnchorSideRight.Control = WorkingDirectoryBtn
|
||||
Left = 6
|
||||
Height = 21
|
||||
Height = 23
|
||||
Top = 6
|
||||
Width = 317
|
||||
Width = 321
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Around = 6
|
||||
ItemHeight = 13
|
||||
TabOrder = 1
|
||||
ItemHeight = 15
|
||||
TabOrder = 0
|
||||
Text = 'WorkingDirectoryComboBox'
|
||||
end
|
||||
end
|
||||
end
|
||||
object EnvVarsPage: TTabSheet
|
||||
Caption = 'EnvVarsPage'
|
||||
ClientHeight = 435
|
||||
ClientWidth = 492
|
||||
ClientHeight = 437
|
||||
OnResize = EnvVarsPageResize
|
||||
object IncludeSystemVariablesCheckBox: TCheckBox
|
||||
AnchorSideLeft.Control = EnvVarsPage
|
||||
AnchorSideBottom.Control = EnvVarsPage
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 17
|
||||
Top = 414
|
||||
Height = 19
|
||||
Top = 410
|
||||
Width = 480
|
||||
Align = alBottom
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'IncludeSystemVariablesCheckBox'
|
||||
Enabled = False
|
||||
TabOrder = 0
|
||||
TabOrder = 2
|
||||
end
|
||||
object UserOverridesGroupBox: TGroupBox
|
||||
AnchorSideLeft.Control = EnvVarsPage
|
||||
@ -235,23 +236,22 @@ object RunParamsOptsDlg: TRunParamsOptsDlg
|
||||
AnchorSideRight.Side = asrBottom
|
||||
AnchorSideBottom.Control = IncludeSystemVariablesCheckBox
|
||||
Left = 6
|
||||
Height = 179
|
||||
Height = 175
|
||||
Top = 229
|
||||
Width = 480
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'UserOverridesGroupBox'
|
||||
ClientHeight = 161
|
||||
ClientHeight = 157
|
||||
ClientWidth = 476
|
||||
TabOrder = 1
|
||||
object UserOverridesListView: TListView
|
||||
AnchorSideLeft.Control = UserOverridesGroupBox
|
||||
AnchorSideTop.Control = UserOverridesGroupBox
|
||||
AnchorSideRight.Control = UserOverridesGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
AnchorSideBottom.Control = UserOverridesAddButton
|
||||
Left = 6
|
||||
Height = 120
|
||||
Height = 114
|
||||
Top = 6
|
||||
Width = 464
|
||||
Align = alTop
|
||||
@ -261,14 +261,13 @@ object RunParamsOptsDlg: TRunParamsOptsDlg
|
||||
item
|
||||
AutoSize = True
|
||||
Caption = 'Caption'
|
||||
Width = 6
|
||||
Width = 460
|
||||
end
|
||||
item
|
||||
AutoSize = True
|
||||
Caption = 'Caption'
|
||||
Width = 12
|
||||
Width = 54
|
||||
end>
|
||||
ItemIndex = -1
|
||||
RowSelect = True
|
||||
SortType = stText
|
||||
TabOrder = 0
|
||||
@ -279,9 +278,9 @@ object RunParamsOptsDlg: TRunParamsOptsDlg
|
||||
AnchorSideBottom.Control = UserOverridesGroupBox
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 23
|
||||
Top = 132
|
||||
Width = 146
|
||||
Height = 25
|
||||
Top = 126
|
||||
Width = 157
|
||||
Anchors = [akLeft, akBottom]
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
@ -295,34 +294,34 @@ object RunParamsOptsDlg: TRunParamsOptsDlg
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideBottom.Control = UserOverridesGroupBox
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 322
|
||||
Height = 23
|
||||
Top = 132
|
||||
Width = 145
|
||||
Left = 343
|
||||
Height = 25
|
||||
Top = 126
|
||||
Width = 155
|
||||
Anchors = [akLeft, akBottom]
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'UserOverridesEditButton'
|
||||
NumGlyphs = 0
|
||||
OnClick = UserOverridesEditButtonClick
|
||||
TabOrder = 2
|
||||
TabOrder = 3
|
||||
end
|
||||
object UserOverridesDeleteButton: TBitBtn
|
||||
AnchorSideLeft.Control = UserOverridesAddButton
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideBottom.Control = UserOverridesGroupBox
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 158
|
||||
Height = 23
|
||||
Top = 132
|
||||
Width = 158
|
||||
Left = 169
|
||||
Height = 25
|
||||
Top = 126
|
||||
Width = 168
|
||||
Anchors = [akLeft, akBottom]
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'UserOverridesDeleteButton'
|
||||
NumGlyphs = 0
|
||||
OnClick = UserOverridesDeleteButtonClick
|
||||
TabOrder = 3
|
||||
TabOrder = 2
|
||||
end
|
||||
end
|
||||
object SystemVariablesGroupBox: TGroupBox
|
||||
@ -337,14 +336,12 @@ object RunParamsOptsDlg: TRunParamsOptsDlg
|
||||
Caption = 'SystemVariablesGroupBox'
|
||||
ClientHeight = 199
|
||||
ClientWidth = 476
|
||||
TabOrder = 2
|
||||
TabOrder = 0
|
||||
object SystemVariablesListView: TListView
|
||||
AnchorSideLeft.Control = SystemVariablesGroupBox
|
||||
AnchorSideTop.Control = SystemVariablesGroupBox
|
||||
AnchorSideRight.Control = SystemVariablesGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
AnchorSideBottom.Control = SystemVariablesGroupBox
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 187
|
||||
Top = 6
|
||||
@ -355,14 +352,13 @@ object RunParamsOptsDlg: TRunParamsOptsDlg
|
||||
item
|
||||
AutoSize = True
|
||||
Caption = 'Caption'
|
||||
Width = 6
|
||||
Width = 460
|
||||
end
|
||||
item
|
||||
AutoSize = True
|
||||
Caption = 'Caption'
|
||||
Width = 12
|
||||
Width = 54
|
||||
end>
|
||||
ItemIndex = -1
|
||||
RowSelect = True
|
||||
SortType = stText
|
||||
TabOrder = 0
|
||||
|
Loading…
Reference in New Issue
Block a user