home *** CD-ROM | disk | FTP | other *** search
- inherited InformationForm: TInformationForm
- Caption = 'File Information'
- ClientHeight = 338
- ClientWidth = 380
- PixelsPerInch = 96
- TextHeight = 13
- inherited ButtonOk: TButton
- Left = 137
- Top = 308
- TabOrder = 21
- OnClick = ButtonOkClick
- end
- inherited ButtonCancel: TButton
- Left = 217
- Top = 308
- TabOrder = 22
- end
- inherited ButtonHelp: THelpButton
- Left = 297
- Top = 308
- TabOrder = 23
- HelpKey = 'file_information'
- end
- object Album: TEdit
- Left = 88
- Top = 9
- Width = 284
- Height = 21
- Anchors = [akLeft, akTop, akRight]
- MaxLength = 200
- TabOrder = 1
- end
- object AlbumLabel: TStaticText
- Left = 3
- Top = 11
- Width = 79
- Height = 17
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Album:'
- TabOrder = 0
- end
- object Artist: TEdit
- Left = 88
- Top = 36
- Width = 284
- Height = 21
- Anchors = [akLeft, akTop, akRight]
- MaxLength = 200
- TabOrder = 3
- end
- object ArtistLabel: TStaticText
- Left = 3
- Top = 38
- Width = 79
- Height = 17
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Artist:'
- TabOrder = 2
- end
- object Copyright: TEdit
- Left = 88
- Top = 90
- Width = 284
- Height = 21
- Anchors = [akLeft, akTop, akRight]
- MaxLength = 200
- TabOrder = 7
- end
- object CopyrightLabel: TStaticText
- Left = 3
- Top = 92
- Width = 79
- Height = 17
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Copyright:'
- TabOrder = 6
- end
- object Description: TMemo
- Left = 88
- Top = 225
- Width = 284
- Height = 75
- Anchors = [akLeft, akTop, akRight]
- MaxLength = 500
- TabOrder = 20
- WantReturns = False
- end
- object DescriptionLabel: TStaticText
- Left = 3
- Top = 225
- Width = 79
- Height = 17
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Description:'
- TabOrder = 19
- end
- object Title: TEdit
- Left = 88
- Top = 63
- Width = 284
- Height = 21
- Anchors = [akLeft, akTop, akRight]
- MaxLength = 200
- TabOrder = 5
- end
- object TitleLabel: TStaticText
- Left = 3
- Top = 65
- Width = 79
- Height = 17
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Title:'
- TabOrder = 4
- end
- object Genre: TEdit
- Left = 88
- Top = 117
- Width = 284
- Height = 21
- Anchors = [akLeft, akTop, akRight]
- MaxLength = 200
- TabOrder = 9
- end
- object GenreLabel: TStaticText
- Left = 3
- Top = 119
- Width = 79
- Height = 17
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Genre:'
- TabOrder = 8
- end
- object Date: TEdit
- Left = 88
- Top = 144
- Width = 143
- Height = 21
- MaxLength = 100
- TabOrder = 11
- end
- object DateLabel: TStaticText
- Left = 3
- Top = 146
- Width = 79
- Height = 17
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Date:'
- TabOrder = 10
- end
- object DateFormatLabel: TStaticText
- Left = 237
- Top = 147
- Width = 133
- Height = 17
- Caption = 'YYYY/MM/DD HH:MM:SS'
- TabOrder = 12
- end
- object URL: TEdit
- Left = 88
- Top = 171
- Width = 284
- Height = 21
- Anchors = [akLeft, akTop, akRight]
- MaxLength = 200
- TabOrder = 14
- end
- object URLLabel: TStaticText
- Left = 3
- Top = 173
- Width = 79
- Height = 17
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'URL:'
- TabOrder = 13
- end
- object TrackNumber: TEdit
- Left = 88
- Top = 198
- Width = 68
- Height = 21
- MaxLength = 7
- TabOrder = 16
- end
- object TrackLabel: TStaticText
- Left = 3
- Top = 200
- Width = 79
- Height = 17
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Track number:'
- TabOrder = 15
- end
- object ISRC: TEdit
- Left = 236
- Top = 198
- Width = 136
- Height = 21
- MaxLength = 100
- TabOrder = 18
- end
- object ISRCLabel: TStaticText
- Left = 198
- Top = 200
- Width = 32
- Height = 17
- Caption = 'ISRC:'
- TabOrder = 17
- end
- end
-