📄 jvid3v2editformu.dfm
字号:
object JvID3v2EditForm: TJvID3v2EditForm
Left = 345
Top = 248
BorderStyle = bsDialog
Caption = 'JvID3v2EditForm'
ClientHeight = 348
ClientWidth = 488
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object PageControl1: TPageControl
Left = 121
Top = 40
Width = 367
Height = 308
ActivePage = tshPictures
Align = alClient
TabOrder = 0
TabStop = False
object tshWinampTags: TTabSheet
Caption = 'tshWinampTags'
TabVisible = False
object lblTitle: TLabel
Left = 8
Top = 8
Width = 23
Height = 13
Caption = '&Title:'
FocusControl = edtTitle
end
object lblArtist: TLabel
Left = 8
Top = 32
Width = 26
Height = 13
Caption = '&Artist:'
FocusControl = edtArtist
end
object lblAlbum: TLabel
Left = 8
Top = 56
Width = 32
Height = 13
Caption = 'Al&bum:'
FocusControl = edtAlbum
end
object lblYear: TLabel
Left = 8
Top = 80
Width = 25
Height = 13
Caption = '&Year:'
FocusControl = edtYear
end
object lblComposer: TLabel
Left = 8
Top = 176
Width = 50
Height = 13
Caption = 'Co&mposer:'
FocusControl = edtComposer
end
object lblOrigArtist: TLabel
Left = 8
Top = 200
Width = 51
Height = 13
Caption = '&Orig. Artist:'
FocusControl = edtOrigArtist
end
object lblCopyright: TLabel
Left = 8
Top = 224
Width = 47
Height = 13
Caption = 'Co&pyright:'
FocusControl = edtCopyright
end
object lblURL: TLabel
Left = 8
Top = 248
Width = 25
Height = 13
Caption = '&URL:'
FocusControl = edtURL
end
object lblEncodedBy: TLabel
Left = 8
Top = 272
Width = 60
Height = 13
Caption = '&Encoded by:'
FocusControl = edtEncodedBy
end
object lblGenre: TLabel
Left = 136
Top = 80
Width = 32
Height = 13
Caption = '&Genre:'
FocusControl = cmbGenre
end
object lblComment: TLabel
Left = 8
Top = 104
Width = 47
Height = 13
Caption = '&Comment:'
FocusControl = memComment
end
object edtTitle: TEdit
Left = 80
Top = 8
Width = 271
Height = 21
TabOrder = 0
end
object edtArtist: TEdit
Left = 80
Top = 32
Width = 271
Height = 21
TabOrder = 1
end
object edtAlbum: TEdit
Left = 80
Top = 56
Width = 271
Height = 21
TabOrder = 2
end
object edtYear: TEdit
Left = 80
Top = 80
Width = 49
Height = 21
TabOrder = 3
end
object edtComposer: TEdit
Left = 80
Top = 176
Width = 271
Height = 21
TabOrder = 6
end
object edtOrigArtist: TEdit
Left = 80
Top = 200
Width = 271
Height = 21
TabOrder = 7
end
object edtCopyright: TEdit
Left = 80
Top = 224
Width = 271
Height = 21
TabOrder = 8
end
object edtURL: TEdit
Left = 80
Top = 248
Width = 271
Height = 21
TabOrder = 9
end
object edtEncodedBy: TEdit
Left = 80
Top = 272
Width = 271
Height = 21
TabOrder = 10
end
object cmbGenre: TComboBox
Left = 192
Top = 80
Width = 161
Height = 21
ItemHeight = 0
TabOrder = 4
end
object memComment: TMemo
Left = 80
Top = 104
Width = 271
Height = 69
Lines.Strings = (
'')
TabOrder = 5
end
end
object tshLyrics: TTabSheet
Caption = 'tshLyrics'
ImageIndex = 1
TabVisible = False
object lblLanguage: TLabel
Left = 8
Top = 8
Width = 51
Height = 13
Caption = 'Language:'
end
object lblDescription: TLabel
Left = 8
Top = 248
Width = 56
Height = 13
Caption = 'Description:'
end
object lblWriter: TLabel
Left = 8
Top = 272
Width = 31
Height = 13
Caption = 'Writer:'
end
object cmbLanguage: TComboBox
Left = 64
Top = 8
Width = 145
Height = 21
ItemHeight = 0
Sorted = True
TabOrder = 0
end
object memLyrics: TMemo
Left = 8
Top = 40
Width = 345
Height = 201
TabOrder = 1
end
object edtDescription: TEdit
Left = 64
Top = 248
Width = 289
Height = 21
TabOrder = 2
end
object edtWriter: TEdit
Left = 64
Top = 272
Width = 289
Height = 21
TabOrder = 3
end
end
object tshPictures: TTabSheet
Caption = 'tshPictures'
ImageIndex = 2
TabVisible = False
object imgPicture: TImage
Left = 8
Top = 176
Width = 105
Height = 105
Stretch = True
end
object lblPictureName: TLabel
Left = 120
Top = 248
Width = 31
Height = 13
Caption = 'Name:'
end
object lblPictureType: TLabel
Left = 120
Top = 272
Width = 27
Height = 13
Caption = 'Type:'
end
object lsvPictures: TListView
Left = 8
Top = 8
Width = 345
Height = 158
Columns = <
item
Caption = 'Name'
Width = 150
end
item
Caption = 'Type'
Width = 70
end
item
Caption = 'Format'
Width = 70
end
item
Caption = 'Size'
end>
HideSelection = False
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -