mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-15 10:39:22 +02:00
ide: add '...' caption to codetools search path button
git-svn-id: trunk@25054 -
This commit is contained in:
parent
6e25284b27
commit
d28be234d9
@ -13,20 +13,20 @@ inherited CodetoolsGeneralOptionsFrame: TCodetoolsGeneralOptionsFrame
|
|||||||
AnchorSideRight.Control = Owner
|
AnchorSideRight.Control = Owner
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 52
|
Height = 53
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 552
|
Width = 552
|
||||||
Align = alTop
|
Align = alTop
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
Caption = 'SrcPathGroupBox'
|
Caption = 'SrcPathGroupBox'
|
||||||
ClientHeight = 33
|
ClientHeight = 35
|
||||||
ClientWidth = 548
|
ClientWidth = 548
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
object SrcPathEdit: TEdit
|
object SrcPathEdit: TEdit
|
||||||
AnchorSideLeft.Control = SrcPathGroupBox
|
AnchorSideLeft.Control = SrcPathGroupBox
|
||||||
AnchorSideRight.Control = SrcPathButton
|
AnchorSideRight.Control = SrcPathButton
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 27
|
Height = 23
|
||||||
Top = 6
|
Top = 6
|
||||||
Width = 513
|
Width = 513
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
@ -43,11 +43,12 @@ inherited CodetoolsGeneralOptionsFrame: TCodetoolsGeneralOptionsFrame
|
|||||||
AnchorSideBottom.Control = SrcPathEdit
|
AnchorSideBottom.Control = SrcPathEdit
|
||||||
AnchorSideBottom.Side = asrBottom
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 519
|
Left = 519
|
||||||
Height = 27
|
Height = 23
|
||||||
Top = 6
|
Top = 6
|
||||||
Width = 23
|
Width = 23
|
||||||
Anchors = [akTop, akRight, akBottom]
|
Anchors = [akTop, akRight, akBottom]
|
||||||
BorderSpacing.Right = 6
|
BorderSpacing.Right = 6
|
||||||
|
Caption = '...'
|
||||||
Color = clBtnFace
|
Color = clBtnFace
|
||||||
NumGlyphs = 0
|
NumGlyphs = 0
|
||||||
OnClick = SrcPathButtonClick
|
OnClick = SrcPathButtonClick
|
||||||
@ -60,23 +61,23 @@ inherited CodetoolsGeneralOptionsFrame: TCodetoolsGeneralOptionsFrame
|
|||||||
AnchorSideRight.Control = Owner
|
AnchorSideRight.Control = Owner
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 155
|
Height = 142
|
||||||
Top = 58
|
Top = 59
|
||||||
Width = 552
|
Width = 552
|
||||||
Align = alTop
|
Align = alTop
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
Caption = 'JumpingGroupBox'
|
Caption = 'JumpingGroupBox'
|
||||||
ClientHeight = 136
|
ClientHeight = 124
|
||||||
ClientWidth = 548
|
ClientWidth = 548
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
object AdjustTopLineDueToCommentCheckBox: TCheckBox
|
object AdjustTopLineDueToCommentCheckBox: TCheckBox
|
||||||
AnchorSideLeft.Control = JumpingGroupBox
|
AnchorSideLeft.Control = JumpingGroupBox
|
||||||
AnchorSideTop.Control = JumpingGroupBox
|
AnchorSideTop.Control = JumpingGroupBox
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 22
|
Height = 19
|
||||||
Top = 6
|
Top = 6
|
||||||
Width = 277
|
Width = 238
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Caption = 'AdjustTopLineDueToCommentCheckBox'
|
Caption = 'AdjustTopLineDueToCommentCheckBox'
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
@ -86,9 +87,9 @@ inherited CodetoolsGeneralOptionsFrame: TCodetoolsGeneralOptionsFrame
|
|||||||
AnchorSideTop.Control = AdjustTopLineDueToCommentCheckBox
|
AnchorSideTop.Control = AdjustTopLineDueToCommentCheckBox
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 22
|
Height = 19
|
||||||
Top = 40
|
Top = 37
|
||||||
Width = 178
|
Width = 149
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Caption = 'JumpCenteredCheckBox'
|
Caption = 'JumpCenteredCheckBox'
|
||||||
@ -99,9 +100,9 @@ inherited CodetoolsGeneralOptionsFrame: TCodetoolsGeneralOptionsFrame
|
|||||||
AnchorSideTop.Control = JumpCenteredCheckBox
|
AnchorSideTop.Control = JumpCenteredCheckBox
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 22
|
Height = 19
|
||||||
Top = 74
|
Top = 68
|
||||||
Width = 202
|
Width = 168
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Caption = 'CursorBeyondEOLCheckBox'
|
Caption = 'CursorBeyondEOLCheckBox'
|
||||||
@ -112,9 +113,9 @@ inherited CodetoolsGeneralOptionsFrame: TCodetoolsGeneralOptionsFrame
|
|||||||
AnchorSideTop.Control = CursorBeyondEOLCheckBox
|
AnchorSideTop.Control = CursorBeyondEOLCheckBox
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 22
|
Height = 19
|
||||||
Top = 108
|
Top = 99
|
||||||
Width = 244
|
Width = 202
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Caption = 'SkipForwardDeclarationsCheckBox'
|
Caption = 'SkipForwardDeclarationsCheckBox'
|
||||||
@ -123,13 +124,13 @@ inherited CodetoolsGeneralOptionsFrame: TCodetoolsGeneralOptionsFrame
|
|||||||
end
|
end
|
||||||
object IndentationGroupBox: TGroupBox[2]
|
object IndentationGroupBox: TGroupBox[2]
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 144
|
Height = 130
|
||||||
Top = 213
|
Top = 201
|
||||||
Width = 552
|
Width = 552
|
||||||
Align = alTop
|
Align = alTop
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
Caption = 'IndentationGroupBox'
|
Caption = 'IndentationGroupBox'
|
||||||
ClientHeight = 125
|
ClientHeight = 112
|
||||||
ClientWidth = 548
|
ClientWidth = 548
|
||||||
TabOrder = 2
|
TabOrder = 2
|
||||||
object IndentFileLabel: TLabel
|
object IndentFileLabel: TLabel
|
||||||
@ -137,9 +138,9 @@ inherited CodetoolsGeneralOptionsFrame: TCodetoolsGeneralOptionsFrame
|
|||||||
AnchorSideTop.Control = IndentFileEdit
|
AnchorSideTop.Control = IndentFileEdit
|
||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 18
|
Height = 16
|
||||||
Top = 95
|
Top = 85
|
||||||
Width = 95
|
Width = 81
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
Caption = 'IndentFileLabel'
|
Caption = 'IndentFileLabel'
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
@ -150,10 +151,10 @@ inherited CodetoolsGeneralOptionsFrame: TCodetoolsGeneralOptionsFrame
|
|||||||
AnchorSideTop.Control = IndentFileButton
|
AnchorSideTop.Control = IndentFileButton
|
||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
AnchorSideRight.Control = IndentFileButton
|
AnchorSideRight.Control = IndentFileButton
|
||||||
Left = 107
|
Left = 93
|
||||||
Height = 27
|
Height = 23
|
||||||
Top = 91
|
Top = 82
|
||||||
Width = 320
|
Width = 335
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
@ -166,10 +167,10 @@ inherited CodetoolsGeneralOptionsFrame: TCodetoolsGeneralOptionsFrame
|
|||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
AnchorSideRight.Control = IndentationGroupBox
|
AnchorSideRight.Control = IndentationGroupBox
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 427
|
Left = 428
|
||||||
Height = 29
|
Height = 25
|
||||||
Top = 90
|
Top = 81
|
||||||
Width = 115
|
Width = 114
|
||||||
Anchors = [akTop, akRight]
|
Anchors = [akTop, akRight]
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
@ -184,9 +185,9 @@ inherited CodetoolsGeneralOptionsFrame: TCodetoolsGeneralOptionsFrame
|
|||||||
AnchorSideTop.Control = IndentOnPasteCheckBox
|
AnchorSideTop.Control = IndentOnPasteCheckBox
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 22
|
Height = 19
|
||||||
Top = 62
|
Top = 56
|
||||||
Width = 235
|
Width = 193
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Caption = 'IndentContextSensitiveCheckBox'
|
Caption = 'IndentContextSensitiveCheckBox'
|
||||||
TabOrder = 2
|
TabOrder = 2
|
||||||
@ -195,9 +196,9 @@ inherited CodetoolsGeneralOptionsFrame: TCodetoolsGeneralOptionsFrame
|
|||||||
AnchorSideLeft.Control = IndentationGroupBox
|
AnchorSideLeft.Control = IndentationGroupBox
|
||||||
AnchorSideTop.Control = IndentationGroupBox
|
AnchorSideTop.Control = IndentationGroupBox
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 22
|
Height = 19
|
||||||
Top = 6
|
Top = 6
|
||||||
Width = 208
|
Width = 173
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Caption = 'IndentOnLineBreakCheckBox'
|
Caption = 'IndentOnLineBreakCheckBox'
|
||||||
OnChange = IndentOnLineBreakCheckBoxChange
|
OnChange = IndentOnLineBreakCheckBoxChange
|
||||||
@ -208,9 +209,9 @@ inherited CodetoolsGeneralOptionsFrame: TCodetoolsGeneralOptionsFrame
|
|||||||
AnchorSideTop.Control = IndentOnLineBreakCheckBox
|
AnchorSideTop.Control = IndentOnLineBreakCheckBox
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 22
|
Height = 19
|
||||||
Top = 34
|
Top = 31
|
||||||
Width = 180
|
Width = 150
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
Caption = 'IndentOnPasteCheckBox'
|
Caption = 'IndentOnPasteCheckBox'
|
||||||
OnChange = IndentOnPasteCheckBoxChange
|
OnChange = IndentOnPasteCheckBoxChange
|
||||||
|
Loading…
Reference in New Issue
Block a user