tvplanit: Report duplicate resource error in ResEditDlg before exiting dialog.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8355 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2022-07-20 09:12:16 +00:00
parent bca465e6dd
commit 30926a4826
6 changed files with 41 additions and 3 deletions

View File

@ -12,7 +12,7 @@ object ResEditForm: TResEditForm
Constraints.MinWidth = 400
OnCreate = FormCreate
OnShow = FormShow
LCLVersion = '1.6.4.0'
LCLVersion = '2.3.0.0'
object pnlBottom: TPanel
Left = 0
Height = 33
@ -79,6 +79,7 @@ object ResEditForm: TResEditForm
Width = 63
BorderSpacing.Left = 8
Caption = 'Description:'
Color = clDefault
ParentColor = False
end
object lblNotes: TLabel
@ -91,6 +92,7 @@ object ResEditForm: TResEditForm
Width = 34
BorderSpacing.Top = 8
Caption = 'Notes:'
Color = clDefault
ParentColor = False
end
object imgResources: TImage