jvcllaz: Lowercase unit names in JVMM packages.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6686 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2018-10-13 21:57:57 +00:00
parent 56dd5e49ea
commit a46ec00554
14 changed files with 10 additions and 10 deletions

View File

@@ -0,0 +1,44 @@
object JvId3FramesEditor: TJvId3FramesEditor
Left = 540
Height = 293
Top = 208
Width = 231
BorderStyle = bsSizeToolWin
Caption = 'Frame editor'
ClientHeight = 293
ClientWidth = 231
OnActivate = FormActivate
OnCreate = FormCreate
OnDestroy = FormDestroy
PopupMenu = LocalMenu
LCLVersion = '1.9.0.0'
object FrameListBox: TListBox
Left = 0
Height = 293
Top = 0
Width = 231
Align = alClient
ItemHeight = 0
TabOrder = 0
end
object LocalMenu: TPopupMenu
left = 81
top = 96
object NewItem: TMenuItem
Caption = '&New frame...'
ShortCut = 16462
OnClick = NewFrameClick
end
object Separator: TMenuItem
Caption = '-'
end
object DeleteItem: TMenuItem
Caption = '&Delete'
ShortCut = 46
end
object SelectAllItem: TMenuItem
Caption = 'Se&lect all'
ShortCut = 16460
end
end
end