Repair onclick event on watchpropertydlg dialog

git-svn-id: trunk@16756 -
This commit is contained in:
laurent 2008-09-26 13:02:18 +00:00
parent f0a14f2535
commit 151cf13467
2 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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
]);