mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-23 21:59:34 +01:00
IDE: codetools options: put set property parameter name at the bottom
git-svn-id: trunk@53162 -
This commit is contained in:
parent
874df07e16
commit
c1241646a8
@ -130,8 +130,51 @@ object CodetoolsClassCompletionOptionsFrame: TCodetoolsClassCompletionOptionsFra
|
|||||||
ClientHeight = 105
|
ClientHeight = 105
|
||||||
ClientWidth = 559
|
ClientWidth = 559
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
|
object PrivateVariablePrefixLabel: TLabel
|
||||||
|
Left = 33
|
||||||
|
Height = 13
|
||||||
|
Top = 25
|
||||||
|
Width = 125
|
||||||
|
BorderSpacing.Right = 6
|
||||||
|
BorderSpacing.CellAlignHorizontal = ccaRightBottom
|
||||||
|
BorderSpacing.CellAlignVertical = ccaCenter
|
||||||
|
Caption = 'PrivateVariablePrefixLabel'
|
||||||
|
ParentColor = False
|
||||||
|
end
|
||||||
|
object PropertyStoredIdentPostfixLabel: TLabel
|
||||||
|
Left = 0
|
||||||
|
Height = 13
|
||||||
|
Top = 46
|
||||||
|
Width = 158
|
||||||
|
BorderSpacing.Right = 6
|
||||||
|
BorderSpacing.CellAlignHorizontal = ccaRightBottom
|
||||||
|
BorderSpacing.CellAlignVertical = ccaCenter
|
||||||
|
Caption = 'PropertyStoredIdentPostfixLabel'
|
||||||
|
ParentColor = False
|
||||||
|
end
|
||||||
|
object PropertyWriteIdentPrefixLabel: TLabel
|
||||||
|
Left = 11
|
||||||
|
Height = 13
|
||||||
|
Top = 67
|
||||||
|
Width = 147
|
||||||
|
BorderSpacing.Right = 6
|
||||||
|
BorderSpacing.CellAlignHorizontal = ccaRightBottom
|
||||||
|
BorderSpacing.CellAlignVertical = ccaCenter
|
||||||
|
Caption = 'PropertyWriteIdentPrefixLabel'
|
||||||
|
ParentColor = False
|
||||||
|
end
|
||||||
|
object PropertyReadIdentPrefixLabel: TLabel
|
||||||
|
Left = 12
|
||||||
|
Height = 13
|
||||||
|
Top = 88
|
||||||
|
Width = 146
|
||||||
|
BorderSpacing.Right = 6
|
||||||
|
BorderSpacing.CellAlignHorizontal = ccaRightBottom
|
||||||
|
BorderSpacing.CellAlignVertical = ccaCenter
|
||||||
|
Caption = 'PropertyReadIdentPrefixLabel'
|
||||||
|
ParentColor = False
|
||||||
|
end
|
||||||
object SetPropertyVariablenameLabel: TLabel
|
object SetPropertyVariablenameLabel: TLabel
|
||||||
AnchorSideTop.Side = asrCenter
|
|
||||||
Left = 11
|
Left = 11
|
||||||
Height = 13
|
Height = 13
|
||||||
Top = 4
|
Top = 4
|
||||||
@ -144,69 +187,7 @@ object CodetoolsClassCompletionOptionsFrame: TCodetoolsClassCompletionOptionsFra
|
|||||||
ParentShowHint = False
|
ParentShowHint = False
|
||||||
ShowHint = True
|
ShowHint = True
|
||||||
end
|
end
|
||||||
object PrivateVariablePrefixLabel: TLabel
|
|
||||||
AnchorSideTop.Side = asrCenter
|
|
||||||
Left = 33
|
|
||||||
Height = 13
|
|
||||||
Top = 25
|
|
||||||
Width = 125
|
|
||||||
BorderSpacing.Right = 6
|
|
||||||
BorderSpacing.CellAlignHorizontal = ccaRightBottom
|
|
||||||
BorderSpacing.CellAlignVertical = ccaCenter
|
|
||||||
Caption = 'PrivateVariablePrefixLabel'
|
|
||||||
ParentColor = False
|
|
||||||
end
|
|
||||||
object PropertyStoredIdentPostfixLabel: TLabel
|
|
||||||
AnchorSideTop.Side = asrCenter
|
|
||||||
Left = 0
|
|
||||||
Height = 13
|
|
||||||
Top = 46
|
|
||||||
Width = 158
|
|
||||||
BorderSpacing.Right = 6
|
|
||||||
BorderSpacing.CellAlignHorizontal = ccaRightBottom
|
|
||||||
BorderSpacing.CellAlignVertical = ccaCenter
|
|
||||||
Caption = 'PropertyStoredIdentPostfixLabel'
|
|
||||||
ParentColor = False
|
|
||||||
end
|
|
||||||
object PropertyWriteIdentPrefixLabel: TLabel
|
|
||||||
AnchorSideTop.Side = asrCenter
|
|
||||||
Left = 11
|
|
||||||
Height = 13
|
|
||||||
Top = 67
|
|
||||||
Width = 147
|
|
||||||
BorderSpacing.Right = 6
|
|
||||||
BorderSpacing.CellAlignHorizontal = ccaRightBottom
|
|
||||||
BorderSpacing.CellAlignVertical = ccaCenter
|
|
||||||
Caption = 'PropertyWriteIdentPrefixLabel'
|
|
||||||
ParentColor = False
|
|
||||||
end
|
|
||||||
object PropertyReadIdentPrefixLabel: TLabel
|
|
||||||
AnchorSideTop.Side = asrCenter
|
|
||||||
Left = 12
|
|
||||||
Height = 13
|
|
||||||
Top = 88
|
|
||||||
Width = 146
|
|
||||||
BorderSpacing.Right = 6
|
|
||||||
BorderSpacing.CellAlignHorizontal = ccaRightBottom
|
|
||||||
BorderSpacing.CellAlignVertical = ccaCenter
|
|
||||||
Caption = 'PropertyReadIdentPrefixLabel'
|
|
||||||
ParentColor = False
|
|
||||||
end
|
|
||||||
object SetPropertyVariablenameEdit: TEdit
|
|
||||||
AnchorSideTop.Side = asrBottom
|
|
||||||
AnchorSideRight.Side = asrBottom
|
|
||||||
Left = 164
|
|
||||||
Height = 21
|
|
||||||
Top = 0
|
|
||||||
Width = 80
|
|
||||||
ParentShowHint = False
|
|
||||||
ShowHint = True
|
|
||||||
TabOrder = 0
|
|
||||||
Text = 'SetPropertyVariablenameEdit'
|
|
||||||
end
|
|
||||||
object PrivateVariablePrefixEdit: TEdit
|
object PrivateVariablePrefixEdit: TEdit
|
||||||
AnchorSideTop.Side = asrBottom
|
|
||||||
AnchorSideRight.Side = asrBottom
|
|
||||||
Left = 164
|
Left = 164
|
||||||
Height = 21
|
Height = 21
|
||||||
Top = 21
|
Top = 21
|
||||||
@ -215,8 +196,6 @@ object CodetoolsClassCompletionOptionsFrame: TCodetoolsClassCompletionOptionsFra
|
|||||||
Text = 'PrivateVariablePrefixEdit'
|
Text = 'PrivateVariablePrefixEdit'
|
||||||
end
|
end
|
||||||
object PropertyStoredIdentPostfixEdit: TEdit
|
object PropertyStoredIdentPostfixEdit: TEdit
|
||||||
AnchorSideTop.Side = asrBottom
|
|
||||||
AnchorSideRight.Side = asrBottom
|
|
||||||
Left = 164
|
Left = 164
|
||||||
Height = 21
|
Height = 21
|
||||||
Top = 42
|
Top = 42
|
||||||
@ -225,8 +204,6 @@ object CodetoolsClassCompletionOptionsFrame: TCodetoolsClassCompletionOptionsFra
|
|||||||
Text = 'PropertyStoredIdentPostfixEdit'
|
Text = 'PropertyStoredIdentPostfixEdit'
|
||||||
end
|
end
|
||||||
object PropertyWriteIdentPrefixEdit: TEdit
|
object PropertyWriteIdentPrefixEdit: TEdit
|
||||||
AnchorSideTop.Side = asrBottom
|
|
||||||
AnchorSideRight.Side = asrBottom
|
|
||||||
Left = 164
|
Left = 164
|
||||||
Height = 21
|
Height = 21
|
||||||
Top = 63
|
Top = 63
|
||||||
@ -235,8 +212,6 @@ object CodetoolsClassCompletionOptionsFrame: TCodetoolsClassCompletionOptionsFra
|
|||||||
Text = 'PropertyWriteIdentPrefixEdit'
|
Text = 'PropertyWriteIdentPrefixEdit'
|
||||||
end
|
end
|
||||||
object PropertyReadIdentPrefixEdit: TEdit
|
object PropertyReadIdentPrefixEdit: TEdit
|
||||||
AnchorSideTop.Side = asrBottom
|
|
||||||
AnchorSideRight.Side = asrBottom
|
|
||||||
Left = 164
|
Left = 164
|
||||||
Height = 21
|
Height = 21
|
||||||
Top = 84
|
Top = 84
|
||||||
@ -244,6 +219,16 @@ object CodetoolsClassCompletionOptionsFrame: TCodetoolsClassCompletionOptionsFra
|
|||||||
TabOrder = 6
|
TabOrder = 6
|
||||||
Text = 'PropertyReadIdentPrefixEdit'
|
Text = 'PropertyReadIdentPrefixEdit'
|
||||||
end
|
end
|
||||||
|
object SetPropertyVariablenameEdit: TEdit
|
||||||
|
Left = 164
|
||||||
|
Height = 21
|
||||||
|
Top = 0
|
||||||
|
Width = 80
|
||||||
|
ParentShowHint = False
|
||||||
|
ShowHint = True
|
||||||
|
TabOrder = 0
|
||||||
|
Text = 'SetPropertyVariablenameEdit'
|
||||||
|
end
|
||||||
object SetPropertyVariableIsPrefixCheckBox: TCheckBox
|
object SetPropertyVariableIsPrefixCheckBox: TCheckBox
|
||||||
AnchorSideLeft.Control = SetPropertyVariablenameEdit
|
AnchorSideLeft.Control = SetPropertyVariablenameEdit
|
||||||
AnchorSideLeft.Side = asrBottom
|
AnchorSideLeft.Side = asrBottom
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user