mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 13:09:20 +02:00
DBG, Disassembler: fixed button order to match main IDE
git-svn-id: trunk@32172 -
This commit is contained in:
parent
10adb42b66
commit
fe76e1084a
@ -88,34 +88,34 @@ inherited AssemblerDlg: TAssemblerDlg
|
|||||||
object ToolButton2: TToolButton
|
object ToolButton2: TToolButton
|
||||||
Left = 24
|
Left = 24
|
||||||
Top = 2
|
Top = 2
|
||||||
Width = 8
|
Width = 10
|
||||||
Caption = 'ToolButton2'
|
Caption = 'ToolButton2'
|
||||||
Style = tbsSeparator
|
Style = tbsSeparator
|
||||||
end
|
end
|
||||||
object ToolButtonStepOverInstr: TToolButton
|
object ToolButtonStepOverInstr: TToolButton
|
||||||
Left = 32
|
Left = 57
|
||||||
Top = 2
|
Top = 2
|
||||||
Action = actStepOverInstr
|
Action = actStepOverInstr
|
||||||
end
|
end
|
||||||
object ToolButtonStepIntoInstr: TToolButton
|
object ToolButtonStepIntoInstr: TToolButton
|
||||||
Left = 55
|
Left = 34
|
||||||
Top = 2
|
Top = 2
|
||||||
Action = actStepIntoInstr
|
Action = actStepIntoInstr
|
||||||
end
|
end
|
||||||
object ToolButton4: TToolButton
|
object ToolButton4: TToolButton
|
||||||
Left = 78
|
Left = 80
|
||||||
Top = 2
|
Top = 2
|
||||||
Width = 8
|
Width = 10
|
||||||
Caption = 'ToolButton4'
|
Caption = 'ToolButton4'
|
||||||
Style = tbsSeparator
|
Style = tbsSeparator
|
||||||
end
|
end
|
||||||
object ToolButtonGotoCurrent: TToolButton
|
object ToolButtonGotoCurrent: TToolButton
|
||||||
Left = 86
|
Left = 90
|
||||||
Top = 2
|
Top = 2
|
||||||
Action = actCurrentInstr
|
Action = actCurrentInstr
|
||||||
end
|
end
|
||||||
object pnlToolAddr: TPanel
|
object pnlToolAddr: TPanel
|
||||||
Left = 109
|
Left = 113
|
||||||
Height = 23
|
Height = 23
|
||||||
Top = 2
|
Top = 2
|
||||||
Width = 80
|
Width = 80
|
||||||
@ -140,19 +140,19 @@ inherited AssemblerDlg: TAssemblerDlg
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
object ToolButtonGoto: TToolButton
|
object ToolButtonGoto: TToolButton
|
||||||
Left = 189
|
Left = 193
|
||||||
Top = 2
|
Top = 2
|
||||||
Action = actGotoAddr
|
Action = actGotoAddr
|
||||||
end
|
end
|
||||||
object ToolButton1: TToolButton
|
object ToolButton1: TToolButton
|
||||||
Left = 212
|
Left = 216
|
||||||
Top = 2
|
Top = 2
|
||||||
Width = 4
|
Width = 5
|
||||||
Caption = 'ToolButton1'
|
Caption = 'ToolButton1'
|
||||||
Style = tbsDivider
|
Style = tbsDivider
|
||||||
end
|
end
|
||||||
object ToolButtonCopy: TToolButton
|
object ToolButtonCopy: TToolButton
|
||||||
Left = 216
|
Left = 221
|
||||||
Top = 2
|
Top = 2
|
||||||
Action = actCopy
|
Action = actCopy
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user