jvcllaz: Fix JvId3v2 demo for Linux (Replace PageControl by NoteBook because Pagecontrol tabs with TabVisible=false are not shown at all in Linux).

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6325 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2018-04-20 11:21:14 +00:00
parent a78e0acf2f
commit f4b8e9b51c
4 changed files with 640 additions and 651 deletions

View File

@ -49,6 +49,7 @@ object JvID3v2MainForm: TJvID3v2MainForm
end>
ReadOnly = True
RowSelect = True
SortType = stText
TabOrder = 0
ViewStyle = vsReport
OnDblClick = ListView1DblClick
@ -68,7 +69,7 @@ object JvID3v2MainForm: TJvID3v2MainForm
Top = 1
Width = 183
Align = alClient
FileSortType = fstNone
FileSortType = fstAlphabet
Images = ImageList1
ReadOnly = True
TabOrder = 0