From a5b518939b5da8d831bdbdcd111500ebd6d1b7fb Mon Sep 17 00:00:00 2001 From: martin Date: Wed, 6 Nov 2013 01:14:01 +0000 Subject: [PATCH] Debugger: taborder for watch-properties git-svn-id: trunk@43381 - --- debugger/watchpropertydlg.lfm | 38 +++++++++++++++++------------------ 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/debugger/watchpropertydlg.lfm b/debugger/watchpropertydlg.lfm index 2e6d14bb89..0ba174f35c 100644 --- a/debugger/watchpropertydlg.lfm +++ b/debugger/watchpropertydlg.lfm @@ -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