Files
lazarus-ccr/applications/cactusjukebox/source/directories.lfm
jesusr 00a628b20a compile with 2.5.1 and lazarus trunk,
reading unicode tags and filenames, 
show/hide app window with single click tray icon, 
create album cover if not exists, 
several fixes when there is just one song in collection, 
artist tree icons, handling of track numbers in n[/m] format, 
show path of current file (in playlist and title list), 
log output was corrupt due the use of crt unit, 
etc.


git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1761 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2011-07-26 06:36:09 +00:00

84 lines
1.7 KiB
Plaintext
Executable File

object dirwin: Tdirwin
Left = 350
Height = 275
Top = 291
Width = 471
ActiveControl = add
BorderIcons = [biSystemMenu, biMinimize]
Caption = 'Directories'
ClientHeight = 275
ClientWidth = 471
FormStyle = fsStayOnTop
OnCreate = FormCreate
Position = poMainFormCenter
ShowInTaskBar = stNever
LCLVersion = '0.9.31'
object add: TButton
Left = 383
Height = 25
Top = 16
Width = 76
Anchors = [akTop, akRight]
BorderSpacing.InnerBorder = 4
Caption = 'Add'
OnClick = addClick
TabOrder = 0
end
object removebut: TButton
Left = 384
Height = 25
Top = 48
Width = 75
Anchors = [akTop, akRight]
BorderSpacing.InnerBorder = 4
Caption = 'Remove'
OnClick = removeClick
TabOrder = 1
end
object rescan: TButton
Left = 383
Height = 25
Top = 120
Width = 76
Anchors = [akTop, akRight]
BorderSpacing.InnerBorder = 4
Caption = 'Rescan'
OnClick = rescanClick
TabOrder = 2
end
object rescanall: TButton
Left = 384
Height = 25
Top = 152
Width = 75
Anchors = [akTop, akRight]
BorderSpacing.InnerBorder = 4
Caption = 'Rescan all'
OnClick = rescanallClick
TabOrder = 3
end
object Button1: TButton
Left = 383
Height = 25
Top = 232
Width = 76
Anchors = [akTop, akRight]
BorderSpacing.InnerBorder = 4
Caption = 'Back'
OnClick = Button1Click
TabOrder = 4
end
object dirlistview: TListBox
Left = 8
Height = 256
Top = 8
Width = 364
Anchors = [akTop, akLeft, akRight, akBottom]
ItemHeight = 0
TabOrder = 5
end
object SelectDirectoryDialog1: TSelectDirectoryDialog
FilterIndex = 0
end
end