mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-10 21:42:34 +02:00
IDE, Initial setup dialog: made all memos containing check results read only.
git-svn-id: trunk@32022 -
This commit is contained in:
parent
8a965ad38a
commit
0dc543f26e
@ -18,13 +18,13 @@ object InitialSetupDialog: TInitialSetupDialog
|
|||||||
AnchorSideRight.Control = Splitter1
|
AnchorSideRight.Control = Splitter1
|
||||||
AnchorSideBottom.Control = BtnPanel
|
AnchorSideBottom.Control = BtnPanel
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 284
|
Height = 288
|
||||||
Top = 54
|
Top = 54
|
||||||
Width = 159
|
Width = 159
|
||||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
DefaultItemHeight = 19
|
DefaultItemHeight = 16
|
||||||
Images = ImageList1
|
Images = ImageList1
|
||||||
ScrollBars = ssNone
|
ScrollBars = ssNone
|
||||||
ShowButtons = False
|
ShowButtons = False
|
||||||
@ -39,7 +39,7 @@ object InitialSetupDialog: TInitialSetupDialog
|
|||||||
AnchorSideBottom.Control = PropertiesTreeView
|
AnchorSideBottom.Control = PropertiesTreeView
|
||||||
AnchorSideBottom.Side = asrBottom
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 165
|
Left = 165
|
||||||
Height = 284
|
Height = 288
|
||||||
Top = 54
|
Top = 54
|
||||||
Width = 5
|
Width = 5
|
||||||
Align = alNone
|
Align = alNone
|
||||||
@ -47,21 +47,21 @@ object InitialSetupDialog: TInitialSetupDialog
|
|||||||
end
|
end
|
||||||
object BtnPanel: TPanel
|
object BtnPanel: TPanel
|
||||||
Left = 10
|
Left = 10
|
||||||
Height = 27
|
Height = 23
|
||||||
Top = 348
|
Top = 352
|
||||||
Width = 600
|
Width = 600
|
||||||
Align = alBottom
|
Align = alBottom
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BorderSpacing.Around = 10
|
BorderSpacing.Around = 10
|
||||||
BevelOuter = bvNone
|
BevelOuter = bvNone
|
||||||
ClientHeight = 27
|
ClientHeight = 23
|
||||||
ClientWidth = 600
|
ClientWidth = 600
|
||||||
TabOrder = 2
|
TabOrder = 2
|
||||||
object StartIDEBitBtn: TBitBtn
|
object StartIDEBitBtn: TBitBtn
|
||||||
Left = 480
|
Left = 500
|
||||||
Height = 27
|
Height = 23
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 120
|
Width = 100
|
||||||
Align = alRight
|
Align = alRight
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
Caption = 'StartIDEBitBtn'
|
Caption = 'StartIDEBitBtn'
|
||||||
@ -79,7 +79,7 @@ object InitialSetupDialog: TInitialSetupDialog
|
|||||||
AnchorSideBottom.Control = Splitter1
|
AnchorSideBottom.Control = Splitter1
|
||||||
AnchorSideBottom.Side = asrBottom
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 170
|
Left = 170
|
||||||
Height = 284
|
Height = 288
|
||||||
Top = 54
|
Top = 54
|
||||||
Width = 444
|
Width = 444
|
||||||
ActivePage = FPCSourcesTabSheet
|
ActivePage = FPCSourcesTabSheet
|
||||||
@ -88,6 +88,7 @@ object InitialSetupDialog: TInitialSetupDialog
|
|||||||
TabIndex = 2
|
TabIndex = 2
|
||||||
TabOrder = 3
|
TabOrder = 3
|
||||||
OnChange = PropertiesPageControlChange
|
OnChange = PropertiesPageControlChange
|
||||||
|
OnPageChanged = PropertiesPageControlChange
|
||||||
Options = [nboHidePageListPopup]
|
Options = [nboHidePageListPopup]
|
||||||
object LazarusTabSheet: TTabSheet
|
object LazarusTabSheet: TTabSheet
|
||||||
Caption = 'LazarusTabSheet'
|
Caption = 'LazarusTabSheet'
|
||||||
@ -95,13 +96,13 @@ object InitialSetupDialog: TInitialSetupDialog
|
|||||||
ChildSizing.TopBottomSpacing = 6
|
ChildSizing.TopBottomSpacing = 6
|
||||||
ChildSizing.HorizontalSpacing = 6
|
ChildSizing.HorizontalSpacing = 6
|
||||||
ChildSizing.VerticalSpacing = 6
|
ChildSizing.VerticalSpacing = 6
|
||||||
ClientHeight = 251
|
ClientHeight = 262
|
||||||
ClientWidth = 440
|
ClientWidth = 436
|
||||||
object LazDirLabel: TLabel
|
object LazDirLabel: TLabel
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 18
|
Height = 14
|
||||||
Top = 6
|
Top = 6
|
||||||
Width = 428
|
Width = 424
|
||||||
Align = alTop
|
Align = alTop
|
||||||
Caption = 'LazDirLabel'
|
Caption = 'LazDirLabel'
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
@ -114,11 +115,11 @@ object InitialSetupDialog: TInitialSetupDialog
|
|||||||
AnchorSideRight.Control = LazarusTabSheet
|
AnchorSideRight.Control = LazarusTabSheet
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 27
|
Height = 21
|
||||||
Top = 30
|
Top = 26
|
||||||
Width = 428
|
Width = 424
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
ItemHeight = 0
|
ItemHeight = 13
|
||||||
OnChange = LazDirComboBoxChange
|
OnChange = LazDirComboBoxChange
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
Text = 'LazDirComboBox'
|
Text = 'LazDirComboBox'
|
||||||
@ -127,9 +128,9 @@ object InitialSetupDialog: TInitialSetupDialog
|
|||||||
AnchorSideTop.Control = LazDirBrowseButton
|
AnchorSideTop.Control = LazDirBrowseButton
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 149
|
Height = 174
|
||||||
Top = 96
|
Top = 82
|
||||||
Width = 428
|
Width = 424
|
||||||
Align = alBottom
|
Align = alBottom
|
||||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||||
Lines.Strings = (
|
Lines.Strings = (
|
||||||
@ -147,9 +148,9 @@ object InitialSetupDialog: TInitialSetupDialog
|
|||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 27
|
Height = 23
|
||||||
Top = 63
|
Top = 53
|
||||||
Width = 161
|
Width = 122
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
Caption = 'LazDirBrowseButton'
|
Caption = 'LazDirBrowseButton'
|
||||||
OnClick = LazDirBrowseButtonClick
|
OnClick = LazDirBrowseButtonClick
|
||||||
@ -162,13 +163,13 @@ object InitialSetupDialog: TInitialSetupDialog
|
|||||||
ChildSizing.TopBottomSpacing = 6
|
ChildSizing.TopBottomSpacing = 6
|
||||||
ChildSizing.HorizontalSpacing = 6
|
ChildSizing.HorizontalSpacing = 6
|
||||||
ChildSizing.VerticalSpacing = 6
|
ChildSizing.VerticalSpacing = 6
|
||||||
ClientHeight = 251
|
ClientHeight = 262
|
||||||
ClientWidth = 440
|
ClientWidth = 436
|
||||||
object CompilerLabel: TLabel
|
object CompilerLabel: TLabel
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 18
|
Height = 14
|
||||||
Top = 6
|
Top = 6
|
||||||
Width = 428
|
Width = 424
|
||||||
Align = alTop
|
Align = alTop
|
||||||
Caption = 'CompilerLabel'
|
Caption = 'CompilerLabel'
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
@ -181,11 +182,11 @@ object InitialSetupDialog: TInitialSetupDialog
|
|||||||
AnchorSideRight.Control = CompilerTabSheet
|
AnchorSideRight.Control = CompilerTabSheet
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 27
|
Height = 21
|
||||||
Top = 30
|
Top = 26
|
||||||
Width = 428
|
Width = 424
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
ItemHeight = 0
|
ItemHeight = 13
|
||||||
OnChange = CompilerComboBoxChange
|
OnChange = CompilerComboBoxChange
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
Text = 'CompilerComboBox'
|
Text = 'CompilerComboBox'
|
||||||
@ -195,9 +196,9 @@ object InitialSetupDialog: TInitialSetupDialog
|
|||||||
AnchorSideTop.Control = CompilerComboBox
|
AnchorSideTop.Control = CompilerComboBox
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 27
|
Height = 23
|
||||||
Top = 63
|
Top = 53
|
||||||
Width = 179
|
Width = 134
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
Caption = 'CompilerBrowseButton'
|
Caption = 'CompilerBrowseButton'
|
||||||
OnClick = CompilerBrowseButtonClick
|
OnClick = CompilerBrowseButtonClick
|
||||||
@ -212,15 +213,16 @@ object InitialSetupDialog: TInitialSetupDialog
|
|||||||
AnchorSideBottom.Control = CompilerTabSheet
|
AnchorSideBottom.Control = CompilerTabSheet
|
||||||
AnchorSideBottom.Side = asrBottom
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 149
|
Height = 174
|
||||||
Top = 96
|
Top = 82
|
||||||
Width = 428
|
Width = 424
|
||||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||||
Lines.Strings = (
|
Lines.Strings = (
|
||||||
'CompilerMemo'
|
'CompilerMemo'
|
||||||
''
|
''
|
||||||
''
|
''
|
||||||
)
|
)
|
||||||
|
ReadOnly = True
|
||||||
TabOrder = 2
|
TabOrder = 2
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
@ -230,13 +232,13 @@ object InitialSetupDialog: TInitialSetupDialog
|
|||||||
ChildSizing.TopBottomSpacing = 6
|
ChildSizing.TopBottomSpacing = 6
|
||||||
ChildSizing.HorizontalSpacing = 6
|
ChildSizing.HorizontalSpacing = 6
|
||||||
ChildSizing.VerticalSpacing = 6
|
ChildSizing.VerticalSpacing = 6
|
||||||
ClientHeight = 251
|
ClientHeight = 262
|
||||||
ClientWidth = 440
|
ClientWidth = 436
|
||||||
object FPCSrcDirLabel: TLabel
|
object FPCSrcDirLabel: TLabel
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 18
|
Height = 14
|
||||||
Top = 6
|
Top = 6
|
||||||
Width = 428
|
Width = 424
|
||||||
Align = alTop
|
Align = alTop
|
||||||
Caption = 'FPCSrcDirLabel'
|
Caption = 'FPCSrcDirLabel'
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
@ -244,11 +246,11 @@ object InitialSetupDialog: TInitialSetupDialog
|
|||||||
end
|
end
|
||||||
object FPCSrcDirComboBox: TComboBox
|
object FPCSrcDirComboBox: TComboBox
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 27
|
Height = 21
|
||||||
Top = 30
|
Top = 26
|
||||||
Width = 428
|
Width = 424
|
||||||
Align = alTop
|
Align = alTop
|
||||||
ItemHeight = 0
|
ItemHeight = 13
|
||||||
OnChange = FPCSrcDirComboBoxChange
|
OnChange = FPCSrcDirComboBoxChange
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
Text = 'FPCSrcDirComboBox'
|
Text = 'FPCSrcDirComboBox'
|
||||||
@ -258,9 +260,9 @@ object InitialSetupDialog: TInitialSetupDialog
|
|||||||
AnchorSideTop.Control = FPCSrcDirComboBox
|
AnchorSideTop.Control = FPCSrcDirComboBox
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 27
|
Height = 23
|
||||||
Top = 63
|
Top = 53
|
||||||
Width = 185
|
Width = 140
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
Caption = 'FPCSrcDirBrowseButton'
|
Caption = 'FPCSrcDirBrowseButton'
|
||||||
OnClick = FPCSrcDirBrowseButtonClick
|
OnClick = FPCSrcDirBrowseButtonClick
|
||||||
@ -270,9 +272,9 @@ object InitialSetupDialog: TInitialSetupDialog
|
|||||||
AnchorSideTop.Control = FPCSrcDirBrowseButton
|
AnchorSideTop.Control = FPCSrcDirBrowseButton
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 149
|
Height = 174
|
||||||
Top = 96
|
Top = 82
|
||||||
Width = 428
|
Width = 424
|
||||||
Align = alBottom
|
Align = alBottom
|
||||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||||
Lines.Strings = (
|
Lines.Strings = (
|
||||||
@ -280,6 +282,7 @@ object InitialSetupDialog: TInitialSetupDialog
|
|||||||
''
|
''
|
||||||
''
|
''
|
||||||
)
|
)
|
||||||
|
ReadOnly = True
|
||||||
TabOrder = 2
|
TabOrder = 2
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user