You've already forked lazarus-ccr
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:
@ -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
|
||||
|
Reference in New Issue
Block a user