mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-19 11:59:30 +01:00
ideintf: use more speaking name for toolbutton that seperates add/delete and up/down in collection editor
git-svn-id: trunk@32705 -
This commit is contained in:
parent
3ab33c3251
commit
f4aaf29bf3
@ -14,7 +14,7 @@ object CollectionPropertyEditorForm: TCollectionPropertyEditorForm
|
|||||||
OnCreate = FormCreate
|
OnCreate = FormCreate
|
||||||
OnDestroy = FormDestroy
|
OnDestroy = FormDestroy
|
||||||
Position = poDefaultPosOnly
|
Position = poDefaultPosOnly
|
||||||
LCLVersion = '0.9.29'
|
LCLVersion = '0.9.31'
|
||||||
object ToolBar1: TToolBar
|
object ToolBar1: TToolBar
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 42
|
Height = 42
|
||||||
@ -40,22 +40,22 @@ object CollectionPropertyEditorForm: TCollectionPropertyEditorForm
|
|||||||
ParentShowHint = False
|
ParentShowHint = False
|
||||||
ShowHint = True
|
ShowHint = True
|
||||||
end
|
end
|
||||||
object ToolButton3: TToolButton
|
object DividerToolButton: TToolButton
|
||||||
Left = 89
|
Left = 89
|
||||||
Top = 2
|
Top = 2
|
||||||
Width = 4
|
Width = 5
|
||||||
Caption = 'ToolButton3'
|
Caption = 'DividerToolButton'
|
||||||
Style = tbsDivider
|
Style = tbsDivider
|
||||||
end
|
end
|
||||||
object MoveUpButton: TToolButton
|
object MoveUpButton: TToolButton
|
||||||
Left = 93
|
Left = 94
|
||||||
Top = 2
|
Top = 2
|
||||||
Action = actMoveUp
|
Action = actMoveUp
|
||||||
ParentShowHint = False
|
ParentShowHint = False
|
||||||
ShowHint = True
|
ShowHint = True
|
||||||
end
|
end
|
||||||
object MoveDownButton: TToolButton
|
object MoveDownButton: TToolButton
|
||||||
Left = 137
|
Left = 138
|
||||||
Top = 2
|
Top = 2
|
||||||
Action = actMoveDown
|
Action = actMoveDown
|
||||||
ParentShowHint = False
|
ParentShowHint = False
|
||||||
|
|||||||
@ -20,7 +20,7 @@ type
|
|||||||
ToolBar1: TToolBar;
|
ToolBar1: TToolBar;
|
||||||
AddButton: TToolButton;
|
AddButton: TToolButton;
|
||||||
DeleteButton: TToolButton;
|
DeleteButton: TToolButton;
|
||||||
ToolButton3: TToolButton;
|
DividerToolButton: TToolButton;
|
||||||
MoveUpButton: TToolButton;
|
MoveUpButton: TToolButton;
|
||||||
MoveDownButton: TToolButton;
|
MoveDownButton: TToolButton;
|
||||||
procedure actAddExecute(Sender: TObject);
|
procedure actAddExecute(Sender: TObject);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user