mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-27 02:33:38 +02:00
Debugger: taborder for watch-properties
git-svn-id: trunk@43381 -
This commit is contained in:
parent
00d03773a0
commit
a5b518939b
@ -17,9 +17,9 @@ object WatchPropertyDlg: TWatchPropertyDlg
|
||||
AnchorSideTop.Control = txtExpression
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 6
|
||||
Height = 16
|
||||
Top = 9
|
||||
Width = 59
|
||||
Height = 15
|
||||
Top = 10
|
||||
Width = 58
|
||||
BorderSpacing.Left = 6
|
||||
Caption = 'Expression:'
|
||||
ParentColor = False
|
||||
@ -28,9 +28,9 @@ object WatchPropertyDlg: TWatchPropertyDlg
|
||||
AnchorSideTop.Control = txtRepCount
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 6
|
||||
Height = 16
|
||||
Top = 38
|
||||
Width = 76
|
||||
Height = 15
|
||||
Top = 39
|
||||
Width = 75
|
||||
BorderSpacing.Left = 6
|
||||
Caption = 'Repeat Count:'
|
||||
ParentColor = False
|
||||
@ -40,10 +40,10 @@ object WatchPropertyDlg: TWatchPropertyDlg
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = txtDigits
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 160
|
||||
Height = 16
|
||||
Top = 38
|
||||
Width = 34
|
||||
Left = 159
|
||||
Height = 15
|
||||
Top = 39
|
||||
Width = 33
|
||||
BorderSpacing.Left = 12
|
||||
Caption = 'Digits:'
|
||||
ParentColor = False
|
||||
@ -52,10 +52,10 @@ object WatchPropertyDlg: TWatchPropertyDlg
|
||||
AnchorSideLeft.Control = lblExpression
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 71
|
||||
Left = 70
|
||||
Height = 23
|
||||
Top = 6
|
||||
Width = 343
|
||||
Width = 344
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 6
|
||||
@ -67,7 +67,7 @@ object WatchPropertyDlg: TWatchPropertyDlg
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = txtExpression
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 88
|
||||
Left = 87
|
||||
Height = 23
|
||||
Top = 35
|
||||
Width = 60
|
||||
@ -81,13 +81,13 @@ object WatchPropertyDlg: TWatchPropertyDlg
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = txtRepCount
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 200
|
||||
Left = 198
|
||||
Height = 23
|
||||
Top = 35
|
||||
Width = 60
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 6
|
||||
TabOrder = 4
|
||||
TabOrder = 3
|
||||
Text = '0'
|
||||
end
|
||||
object chkEnabled: TCheckBox
|
||||
@ -101,7 +101,7 @@ object WatchPropertyDlg: TWatchPropertyDlg
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 6
|
||||
Caption = 'Enabled'
|
||||
TabOrder = 5
|
||||
TabOrder = 4
|
||||
end
|
||||
object chkAllowFunc: TCheckBox
|
||||
AnchorSideLeft.Control = chkEnabled
|
||||
@ -156,7 +156,7 @@ object WatchPropertyDlg: TWatchPropertyDlg
|
||||
'Default'
|
||||
'Memory Dump'
|
||||
)
|
||||
TabOrder = 3
|
||||
TabOrder = 6
|
||||
end
|
||||
object ButtonPanel: TButtonPanel
|
||||
AnchorSideTop.Control = rgStyle
|
||||
@ -177,7 +177,7 @@ object WatchPropertyDlg: TWatchPropertyDlg
|
||||
CloseButton.Enabled = False
|
||||
CancelButton.Name = 'CancelButton'
|
||||
CancelButton.DefaultCaption = True
|
||||
TabOrder = 6
|
||||
TabOrder = 7
|
||||
ShowButtons = [pbOK, pbCancel, pbHelp]
|
||||
ShowBevel = False
|
||||
end
|
||||
@ -192,6 +192,6 @@ object WatchPropertyDlg: TWatchPropertyDlg
|
||||
Width = 129
|
||||
BorderSpacing.Left = 6
|
||||
Caption = 'chkUseInstanceClass'
|
||||
TabOrder = 7
|
||||
TabOrder = 5
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user