From 151cf1346763b8d1440ce9fca9fa7c06a4ec40d8 Mon Sep 17 00:00:00 2001 From: laurent Date: Fri, 26 Sep 2008 13:02:18 +0000 Subject: [PATCH] Repair onclick event on watchpropertydlg dialog git-svn-id: trunk@16756 - --- debugger/watchpropertydlg.lfm | 3 ++- debugger/watchpropertydlg.lrs | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debugger/watchpropertydlg.lfm b/debugger/watchpropertydlg.lfm index 8af5e4781c..9f463d418a 100644 --- a/debugger/watchpropertydlg.lfm +++ b/debugger/watchpropertydlg.lfm @@ -9,7 +9,7 @@ object WatchPropertyDlg: TWatchPropertyDlg ClientWidth = 420 ParentFont = False Position = poScreenCenter - LCLVersion = '0.9.25' + LCLVersion = '0.9.27' object lblExpression: TLabel Left = 16 Height = 14 @@ -156,6 +156,7 @@ object WatchPropertyDlg: TWatchPropertyDlg Default = True ModalResult = 1 NumGlyphs = 0 + OnClick = btnOKClick TabOrder = 8 end end diff --git a/debugger/watchpropertydlg.lrs b/debugger/watchpropertydlg.lrs index 35b7e7f0c9..dce9107252 100644 --- a/debugger/watchpropertydlg.lrs +++ b/debugger/watchpropertydlg.lrs @@ -5,7 +5,7 @@ LazarusResources.Add('TWatchPropertyDlg','FORMDATA',[ +#206#0#3'Top'#3#227#0#5'Width'#3#164#1#13'ActiveControl'#7#12'chkAllowFunc'#7 +'Caption'#6#16'Watch Properties'#12'ClientHeight'#3#206#0#11'ClientWidth'#3 +#164#1#10'ParentFont'#8#8'Position'#7#14'poScreenCenter'#10'LCLVersion'#6#6 - +'0.9.25'#0#6'TLabel'#13'lblExpression'#4'Left'#2#16#6'Height'#2#14#3'Top'#2 + +'0.9.27'#0#6'TLabel'#13'lblExpression'#4'Left'#2#16#6'Height'#2#14#3'Top'#2 +#14#5'Width'#2'9'#7'Caption'#6#11'Expression:'#11'ParentColor'#8#0#0#6'TLabe' +'l'#11'lblRepCount'#4'Left'#2#15#6'Height'#2#14#3'Top'#2'-'#5'Width'#2'H'#7 +'Caption'#6#13'Repeat Count:'#11'ParentColor'#8#0#0#6'TLabel'#9'lblDigits'#4 @@ -44,5 +44,5 @@ LazarusResources.Add('TWatchPropertyDlg','FORMDATA',[ +'horSideBottom.Side'#7#9'asrBottom'#4'Left'#3'6'#1#6'Height'#2#23#3'Top'#3 +#177#0#5'Width'#2'('#7'Anchors'#11#7'akRight'#8'akBottom'#0#8'AutoSize'#9#20 +'BorderSpacing.Around'#2#6#7'Caption'#6#2'OK'#7'Default'#9#11'ModalResult'#2 - +#1#9'NumGlyphs'#2#0#8'TabOrder'#2#8#0#0#0 + +#1#9'NumGlyphs'#2#0#7'OnClick'#7#10'btnOKClick'#8'TabOrder'#2#8#0#0#0 ]);