mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 23:59:10 +02:00
IDE: fixed anchor circle
git-svn-id: trunk@26250 -
This commit is contained in:
parent
4c66e3d41c
commit
b6132943be
@ -20,8 +20,8 @@ object LazFindReplaceDialog: TLazFindReplaceDialog
|
|||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 18
|
Height = 18
|
||||||
Top = 17
|
Top = 16
|
||||||
Width = 98
|
Width = 104
|
||||||
Alignment = taRightJustify
|
Alignment = taRightJustify
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
Caption = 'TextToFindLabel'
|
Caption = 'TextToFindLabel'
|
||||||
@ -29,14 +29,13 @@ object LazFindReplaceDialog: TLazFindReplaceDialog
|
|||||||
ParentColor = False
|
ParentColor = False
|
||||||
end
|
end
|
||||||
object EnableAutoCompleteSpeedButton: TSpeedButton
|
object EnableAutoCompleteSpeedButton: TSpeedButton
|
||||||
AnchorSideLeft.Control = TextToFindComboBox
|
|
||||||
AnchorSideTop.Control = TextToFindComboBox
|
AnchorSideTop.Control = TextToFindComboBox
|
||||||
AnchorSideRight.Control = Owner
|
AnchorSideRight.Control = Owner
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
AnchorSideBottom.Control = TextToFindComboBox
|
AnchorSideBottom.Control = TextToFindComboBox
|
||||||
AnchorSideBottom.Side = asrBottom
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 410
|
Left = 410
|
||||||
Height = 29
|
Height = 27
|
||||||
Top = 12
|
Top = 12
|
||||||
Width = 25
|
Width = 25
|
||||||
AllowAllUp = True
|
AllowAllUp = True
|
||||||
@ -55,8 +54,8 @@ object LazFindReplaceDialog: TLazFindReplaceDialog
|
|||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrCenter
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 22
|
Height = 22
|
||||||
Top = 50
|
Top = 47
|
||||||
Width = 162
|
Width = 173
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
Caption = 'ReplaceWithCheckbox'
|
Caption = 'ReplaceWithCheckbox'
|
||||||
OnChange = ReplaceWithCheckboxChange
|
OnChange = ReplaceWithCheckboxChange
|
||||||
@ -66,10 +65,10 @@ object LazFindReplaceDialog: TLazFindReplaceDialog
|
|||||||
AnchorSideLeft.Control = TextToFindLabel
|
AnchorSideLeft.Control = TextToFindLabel
|
||||||
AnchorSideLeft.Side = asrBottom
|
AnchorSideLeft.Side = asrBottom
|
||||||
AnchorSideRight.Control = EnableAutoCompleteSpeedButton
|
AnchorSideRight.Control = EnableAutoCompleteSpeedButton
|
||||||
Left = 110
|
Left = 116
|
||||||
Height = 29
|
Height = 27
|
||||||
Top = 12
|
Top = 12
|
||||||
Width = 300
|
Width = 294
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
AutoComplete = True
|
AutoComplete = True
|
||||||
AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactRetainPrefixCase, cbactSearchAscending]
|
AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactRetainPrefixCase, cbactSearchAscending]
|
||||||
@ -86,10 +85,10 @@ object LazFindReplaceDialog: TLazFindReplaceDialog
|
|||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
AnchorSideRight.Control = Owner
|
AnchorSideRight.Control = Owner
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 180
|
Left = 191
|
||||||
Height = 29
|
Height = 27
|
||||||
Top = 47
|
Top = 45
|
||||||
Width = 255
|
Width = 244
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
AutoComplete = True
|
AutoComplete = True
|
||||||
AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactRetainPrefixCase, cbactSearchAscending]
|
AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactRetainPrefixCase, cbactSearchAscending]
|
||||||
@ -106,17 +105,17 @@ object LazFindReplaceDialog: TLazFindReplaceDialog
|
|||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
AnchorSideBottom.Control = BtnPanel
|
AnchorSideBottom.Control = BtnPanel
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 214
|
Height = 216
|
||||||
Top = 82
|
Top = 78
|
||||||
Width = 226
|
Width = 240
|
||||||
Anchors = [akTop, akLeft, akBottom]
|
Anchors = [akTop, akLeft, akBottom]
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BorderSpacing.Left = 6
|
BorderSpacing.Left = 6
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
BorderSpacing.Bottom = 6
|
BorderSpacing.Bottom = 6
|
||||||
Caption = 'OptionsGroupBox'
|
Caption = 'OptionsGroupBox'
|
||||||
ClientHeight = 195
|
ClientHeight = 198
|
||||||
ClientWidth = 222
|
ClientWidth = 232
|
||||||
TabOrder = 3
|
TabOrder = 3
|
||||||
OnResize = OptionsGroupBoxResize
|
OnResize = OptionsGroupBoxResize
|
||||||
object PromptOnReplaceCheckBox: TCheckBox
|
object PromptOnReplaceCheckBox: TCheckBox
|
||||||
@ -124,7 +123,7 @@ object LazFindReplaceDialog: TLazFindReplaceDialog
|
|||||||
Left = 6
|
Left = 6
|
||||||
Height = 22
|
Height = 22
|
||||||
Top = 148
|
Top = 148
|
||||||
Width = 210
|
Width = 220
|
||||||
Align = alTop
|
Align = alTop
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
@ -140,7 +139,7 @@ object LazFindReplaceDialog: TLazFindReplaceDialog
|
|||||||
Left = 6
|
Left = 6
|
||||||
Height = 22
|
Height = 22
|
||||||
Top = 114
|
Top = 114
|
||||||
Width = 210
|
Width = 220
|
||||||
Align = alTop
|
Align = alTop
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
@ -154,7 +153,7 @@ object LazFindReplaceDialog: TLazFindReplaceDialog
|
|||||||
Left = 6
|
Left = 6
|
||||||
Height = 22
|
Height = 22
|
||||||
Top = 80
|
Top = 80
|
||||||
Width = 210
|
Width = 220
|
||||||
Align = alTop
|
Align = alTop
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
@ -168,7 +167,7 @@ object LazFindReplaceDialog: TLazFindReplaceDialog
|
|||||||
Left = 6
|
Left = 6
|
||||||
Height = 22
|
Height = 22
|
||||||
Top = 46
|
Top = 46
|
||||||
Width = 210
|
Width = 220
|
||||||
Align = alTop
|
Align = alTop
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
@ -182,7 +181,7 @@ object LazFindReplaceDialog: TLazFindReplaceDialog
|
|||||||
Left = 6
|
Left = 6
|
||||||
Height = 22
|
Height = 22
|
||||||
Top = 12
|
Top = 12
|
||||||
Width = 210
|
Width = 220
|
||||||
Align = alTop
|
Align = alTop
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
@ -199,10 +198,10 @@ object LazFindReplaceDialog: TLazFindReplaceDialog
|
|||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
AnchorSideRight.Control = Owner
|
AnchorSideRight.Control = Owner
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 238
|
Left = 252
|
||||||
Height = 63
|
Height = 62
|
||||||
Top = 151
|
Top = 146
|
||||||
Width = 197
|
Width = 183
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
@ -215,22 +214,22 @@ object LazFindReplaceDialog: TLazFindReplaceDialog
|
|||||||
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
||||||
ChildSizing.ControlsPerLine = 1
|
ChildSizing.ControlsPerLine = 1
|
||||||
ClientHeight = 44
|
ClientHeight = 44
|
||||||
ClientWidth = 193
|
ClientWidth = 175
|
||||||
TabOrder = 5
|
TabOrder = 5
|
||||||
object SelectedRadioButton: TRadioButton
|
object SelectedRadioButton: TRadioButton
|
||||||
Left = 6
|
Left = 5
|
||||||
Height = 22
|
Height = 22
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 181
|
Width = 164
|
||||||
Caption = 'SelectedRadioButton'
|
Caption = 'SelectedRadioButton'
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
TabStop = False
|
TabStop = False
|
||||||
end
|
end
|
||||||
object GlobalRadioButton: TRadioButton
|
object GlobalRadioButton: TRadioButton
|
||||||
Left = 6
|
Left = 5
|
||||||
Height = 22
|
Height = 22
|
||||||
Top = 22
|
Top = 22
|
||||||
Width = 181
|
Width = 164
|
||||||
Caption = 'GlobalRadioButton'
|
Caption = 'GlobalRadioButton'
|
||||||
Checked = True
|
Checked = True
|
||||||
State = cbChecked
|
State = cbChecked
|
||||||
@ -244,10 +243,10 @@ object LazFindReplaceDialog: TLazFindReplaceDialog
|
|||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
AnchorSideRight.Control = Owner
|
AnchorSideRight.Control = Owner
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 238
|
Left = 252
|
||||||
Height = 63
|
Height = 62
|
||||||
Top = 220
|
Top = 214
|
||||||
Width = 197
|
Width = 183
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
@ -260,22 +259,22 @@ object LazFindReplaceDialog: TLazFindReplaceDialog
|
|||||||
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
||||||
ChildSizing.ControlsPerLine = 1
|
ChildSizing.ControlsPerLine = 1
|
||||||
ClientHeight = 44
|
ClientHeight = 44
|
||||||
ClientWidth = 193
|
ClientWidth = 175
|
||||||
TabOrder = 6
|
TabOrder = 6
|
||||||
object BackwardRadioButton: TRadioButton
|
object BackwardRadioButton: TRadioButton
|
||||||
Left = 6
|
Left = 0
|
||||||
Height = 22
|
Height = 22
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 181
|
Width = 172
|
||||||
Caption = 'BackwardRadioButton'
|
Caption = 'BackwardRadioButton'
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
TabStop = False
|
TabStop = False
|
||||||
end
|
end
|
||||||
object ForwardRadioButton: TRadioButton
|
object ForwardRadioButton: TRadioButton
|
||||||
Left = 6
|
Left = 0
|
||||||
Height = 22
|
Height = 22
|
||||||
Top = 22
|
Top = 22
|
||||||
Width = 181
|
Width = 172
|
||||||
Caption = 'ForwardRadioButton'
|
Caption = 'ForwardRadioButton'
|
||||||
Checked = True
|
Checked = True
|
||||||
State = cbChecked
|
State = cbChecked
|
||||||
@ -289,10 +288,10 @@ object LazFindReplaceDialog: TLazFindReplaceDialog
|
|||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
AnchorSideRight.Control = Owner
|
AnchorSideRight.Control = Owner
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 238
|
Left = 252
|
||||||
Height = 63
|
Height = 62
|
||||||
Top = 82
|
Top = 78
|
||||||
Width = 197
|
Width = 183
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
@ -305,13 +304,13 @@ object LazFindReplaceDialog: TLazFindReplaceDialog
|
|||||||
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
||||||
ChildSizing.ControlsPerLine = 1
|
ChildSizing.ControlsPerLine = 1
|
||||||
ClientHeight = 44
|
ClientHeight = 44
|
||||||
ClientWidth = 193
|
ClientWidth = 175
|
||||||
TabOrder = 4
|
TabOrder = 4
|
||||||
object FromCursorRadioButton: TRadioButton
|
object FromCursorRadioButton: TRadioButton
|
||||||
Left = 6
|
Left = 0
|
||||||
Height = 22
|
Height = 22
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 181
|
Width = 185
|
||||||
AutoSize = False
|
AutoSize = False
|
||||||
Caption = 'FromCursorRadioButton'
|
Caption = 'FromCursorRadioButton'
|
||||||
Checked = True
|
Checked = True
|
||||||
@ -319,10 +318,10 @@ object LazFindReplaceDialog: TLazFindReplaceDialog
|
|||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
end
|
end
|
||||||
object EntireScopeRadioButton: TRadioButton
|
object EntireScopeRadioButton: TRadioButton
|
||||||
Left = 6
|
Left = 0
|
||||||
Height = 22
|
Height = 22
|
||||||
Top = 22
|
Top = 22
|
||||||
Width = 181
|
Width = 185
|
||||||
AutoSize = False
|
AutoSize = False
|
||||||
Caption = 'EntireScopeRadioButton'
|
Caption = 'EntireScopeRadioButton'
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
@ -331,21 +330,21 @@ object LazFindReplaceDialog: TLazFindReplaceDialog
|
|||||||
end
|
end
|
||||||
object BtnPanel: TPanel
|
object BtnPanel: TPanel
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 44
|
Height = 46
|
||||||
Top = 302
|
Top = 300
|
||||||
Width = 441
|
Width = 441
|
||||||
Align = alBottom
|
Align = alBottom
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BevelOuter = bvNone
|
BevelOuter = bvNone
|
||||||
ClientHeight = 44
|
ClientHeight = 46
|
||||||
ClientWidth = 441
|
ClientWidth = 441
|
||||||
TabOrder = 7
|
TabOrder = 7
|
||||||
object ReplaceAllButton: TBitBtn
|
object ReplaceAllButton: TBitBtn
|
||||||
AnchorSideBottom.Side = asrBottom
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 195
|
Left = 167
|
||||||
Height = 32
|
Height = 34
|
||||||
Top = 6
|
Top = 6
|
||||||
Width = 75
|
Width = 85
|
||||||
Align = alRight
|
Align = alRight
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
@ -358,10 +357,10 @@ object LazFindReplaceDialog: TLazFindReplaceDialog
|
|||||||
end
|
end
|
||||||
object OKButton: TBitBtn
|
object OKButton: TBitBtn
|
||||||
AnchorSideBottom.Side = asrBottom
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 276
|
Left = 258
|
||||||
Height = 32
|
Height = 34
|
||||||
Top = 6
|
Top = 6
|
||||||
Width = 75
|
Width = 85
|
||||||
Align = alRight
|
Align = alRight
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
@ -376,10 +375,10 @@ object LazFindReplaceDialog: TLazFindReplaceDialog
|
|||||||
object CancelButton: TBitBtn
|
object CancelButton: TBitBtn
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
AnchorSideBottom.Side = asrBottom
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 357
|
Left = 349
|
||||||
Height = 32
|
Height = 34
|
||||||
Top = 6
|
Top = 6
|
||||||
Width = 78
|
Width = 86
|
||||||
Align = alRight
|
Align = alRight
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
@ -397,9 +396,9 @@ object LazFindReplaceDialog: TLazFindReplaceDialog
|
|||||||
AnchorSideBottom.Control = BtnPanel
|
AnchorSideBottom.Control = BtnPanel
|
||||||
AnchorSideBottom.Side = asrBottom
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 6
|
Left = 6
|
||||||
Height = 32
|
Height = 34
|
||||||
Top = 6
|
Top = 6
|
||||||
Width = 64
|
Width = 85
|
||||||
Anchors = [akLeft, akBottom]
|
Anchors = [akLeft, akBottom]
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BorderSpacing.Around = 6
|
BorderSpacing.Around = 6
|
||||||
|
Loading…
Reference in New Issue
Block a user