home *** CD-ROM | disk | FTP | other *** search
- object MainForm: TMainForm
- Left = 528
- Top = 106
- BorderIcons = [biSystemMenu, biMinimize]
- BorderStyle = bsSingle
- Caption = 'MP3 Renamer'
- ClientHeight = 359
- ClientWidth = 332
- ParentFont = True
- Icon.Data = {<image000.ico>}
- KeyPreview = True
- Visible = True
- OnCloseQuery = FormCloseQuery
- OnCreate = FormCreate
- OnKeyDown = FormKeyDown
- PixelsPerInch = 96
- TextHeight = 13
- object imgMore: TImage
- Left = 112
- Top = 323
- Width = 17
- Height = 16
- AutoSize = True
- Picture.Data = {<image001.bmp>}
- Visible = False
- end
- object imgLess: TImage
- Left = 128
- Top = 323
- Width = 17
- Height = 16
- AutoSize = True
- Picture.Data = {<image002.bmp>}
- Visible = False
- end
- object bvlTop1: TBevel
- Left = 0
- Top = 0
- Width = 332
- Height = 2
- Shape = bsTopLine
- end
- object bvlTop4: TBevel
- Left = 0
- Top = 218
- Width = 332
- Height = 2
- Shape = bsTopLine
- end
- object bvlTop2: TBevel
- Left = 0
- Top = 97
- Width = 332
- Height = 2
- Shape = bsTopLine
- end
- object bvlTop3: TBevel
- Left = 0
- Top = 150
- Width = 332
- Height = 2
- Shape = bsTopLine
- end
- object Bevel1: TBevel
- Left = 0
- Top = 268
- Width = 332
- Height = 2
- Shape = bsTopLine
- end
- object pnlPresets: TPanel
- Left = 0
- Top = 99
- Width = 332
- Height = 51
- BevelOuter = bvNone
- Locked = True
- ParentColor = True
- TabOrder = 1
- object lblReplace: TLabel
- Left = 110
- Top = 6
- Width = 43
- Height = 13
- Caption = '&Replace:'
- FocusControl = cmbReplace
- end
- object lblWith: TLabel
- Left = 222
- Top = 6
- Width = 25
- Height = 13
- Caption = '&With:'
- FocusControl = cmbWith
- end
- object lblPresets: TLabel
- Left = 6
- Top = 6
- Width = 38
- Height = 13
- Caption = '&Presets:'
- FocusControl = cmbPresets
- end
- object cmbReplace: TComboBox
- Left = 110
- Top = 22
- Width = 105
- Height = 21
- Hint = 'Adjust the string to replace in this combobox'
- ItemHeight = 13
- Items.Strings = (
- '%20'
- ' '
- '_')
- TabOrder = 1
- OnChange = cmbReplaceWithChange
- OnExit = cmbReplaceWithExit
- end
- object cmbWith: TComboBox
- Left = 222
- Top = 22
- Width = 105
- Height = 21
- Hint = 'Adjust the string to replace with in this combobox'
- ItemHeight = 13
- Items.Strings = (
- ' '
- '_')
- TabOrder = 2
- OnChange = cmbReplaceWithChange
- OnExit = cmbReplaceWithExit
- end
- object cmbPresets: TComboBox
- Left = 6
- Top = 22
- Width = 97
- Height = 21
- Hint =
- 'Select a preset in the dropdown list, it will appear in the Repl' +
- 'ace - With comboboxes, adjust it if you like'
- Style = csDropDownList
- ItemHeight = 13
- Items.Strings = (
- 'Empty'
- 'Custom'
- #39'%20'#39' -> '#39' '#39
- #39'_'#39' -> '#39' '#39
- #39'%20'#39' -> '#39'_'#39
- #39' '#39' -> '#39'_'#39)
- TabOrder = 0
- OnChange = cmbPresetsChange
- end
- end
- object pnlChecks: TPanel
- Left = 0
- Top = 152
- Width = 332
- Height = 65
- BevelOuter = bvNone
- Locked = True
- ParentColor = True
- TabOrder = 2
- object cbxAutoRename: TCheckBox
- Left = 6
- Top = 6
- Width = 164
- Height = 17
- Hint =
- 'Place a check to make use of the Auto Rename engine, please view' +
- ' the Help for more information'
- Caption = '&Auto Rename'
- State = cbChecked
- TabOrder = 0
- end
- object cbxCapitalize: TCheckBox
- Left = 6
- Top = 42
- Width = 164
- Height = 17
- Hint =
- 'Place a check to make use of the Capitalize Every Word engine, p' +
- 'lease view the Help for more information'
- Caption = '&Capitalize Every Word'
- State = cbChecked
- TabOrder = 2
- end
- object cbxEnumerateFiles: TCheckBox
- Left = 172
- Top = 24
- Width = 160
- Height = 17
- Hint =
- 'This feature is unavailable, for more information click the chec' +
- 'kbox'
- Caption = '&Enumerate Files (Dialog)'
- ParentShowHint = False
- ShowHint = False
- TabOrder = 4
- OnClick = cbxNAClick
- end
- object cbxRemoveNumbers: TCheckBox
- Left = 172
- Top = 6
- Width = 160
- Height = 17
- Hint =
- 'This feature is unavailable, for more information click the chec' +
- 'kbox'
- Caption = 'Remove &Numbers'
- ParentShowHint = False
- ShowHint = False
- TabOrder = 3
- OnClick = cbxNAClick
- end
- object cbxDontAddSpaces: TCheckBox
- Left = 6
- Top = 24
- Width = 164
- Height = 17
- Hint =
- 'This feature is unavailable, for more information click the chec' +
- 'kbox'
- Caption = 'Don'#39't Add &Spaces Between ( )'
- ParentShowHint = False
- ShowHint = False
- TabOrder = 1
- OnClick = cbxNAClick
- end
- object cbxAutoEnumerate: TCheckBox
- Left = 172
- Top = 42
- Width = 160
- Height = 17
- Hint =
- 'This feature is unavailable, for more information click the chec' +
- 'kbox'
- Caption = 'A&uto Enumerate (01,02,03)'
- ParentShowHint = False
- ShowHint = False
- TabOrder = 5
- OnClick = cbxNAClick
- end
- end
- object pnlTop: TPanel
- Left = 0
- Top = 2
- Width = 332
- Height = 95
- BevelOuter = bvNone
- Locked = True
- ParentColor = True
- TabOrder = 0
- object lblFolder: TLabel
- Left = 6
- Top = 6
- Width = 114
- Height = 13
- Caption = '&Folder to rename files in:'
- FocusControl = cmbFolder
- end
- object lblArtist: TLabel
- Left = 6
- Top = 50
- Width = 63
- Height = 13
- Caption = '&Default Artist:'
- FocusControl = cmbArtist
- end
- object lblFiletype: TLabel
- Left = 246
- Top = 50
- Width = 39
- Height = 13
- Caption = 'File&type:'
- FocusControl = cmbFiletype
- end
- object cmbFolder: TComboBox
- Left = 6
- Top = 22
- Width = 233
- Height = 21
- Hint =
- 'Pick a folder with the Browse button, or select a previous folde' +
- 'r in the dropdown list'
- ItemHeight = 13
- Items.Strings = (
- 'C:\')
- TabOrder = 0
- OnExit = cmbFolderExit
- end
- object cmbArtist: TComboBox
- Left = 6
- Top = 66
- Width = 233
- Height = 21
- Hint =
- 'Type a name here or select a previous artist in the dropdown lis' +
- 't'
- ItemHeight = 13
- TabOrder = 2
- OnExit = cmbArtistExit
- end
- object cmbFiletype: TComboBox
- Left = 246
- Top = 66
- Width = 81
- Height = 21
- Hint =
- 'Type a search criteria here or select a previous one in the drop' +
- 'down list. Note: *.* means All Files'
- ItemHeight = 13
- Items.Strings = (
- '*.mp3'
- '*.*')
- TabOrder = 3
- Text = '*.mp3'
- OnExit = cmbFiletypeExit
- end
- object btnOpen: TBitBtn
- Left = 246
- Top = 18
- Width = 81
- Height = 25
- Hint = 'Click to select a folder to rename files in'
- Caption = '&Browse...'
- TabOrder = 1
- OnClick = btnOpenClick
- Glyph.Data = {
- 36010000424D3601000000000000760000002800000011000000100000000100
- 040000000000C000000000000000000000001000000010000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
- 7777700000007777777777777777700000000000000000077777700000000033
- 333333307777700000000B03333333330777700000000FB03333333330777000
- 00000BFB033333333307700000000FBFB00000000000700000000BFBFBFBFB07
- 7777700000000FBFBFBFBF077777700000000BFB000000077777700000007000
- 7777777700077000000077777777777770077000000077777777077707077000
- 0000777777777000777770000000777777777777777770000000}
- end
- end
- object pnlButtons: TPanel
- Left = 0
- Top = 322
- Width = 332
- Height = 37
- Align = alBottom
- BevelOuter = bvNone
- FullRepaint = False
- TabOrder = 3
- object btnRename: TBitBtn
- Left = 6
- Top = 6
- Width = 93
- Height = 25
- Hint = 'Click to begin renaming files'
- Caption = 'Re&name...'
- TabOrder = 0
- OnClick = btnRenameClick
- Glyph.Data = {
- 36010000424D3601000000000000760000002800000011000000100000000100
- 040000000000C000000000000000000000001000000010000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
- 7777700000007777777707778887700000007777777700778778700000007777
- 0707000787787000000077077777007788877000000077777777077787787000
- 0000707777777777877870000000777777777707888770000000770777777777
- 7777700000007777777770777777700000000777077777777777700000000777
- 0777707777777000000080008777777777777000000070707777770707777000
- 0000780877777770077770000000770777777700077770000000}
- end
- object btnHelp: TBitBtn
- Left = 182
- Top = 6
- Width = 69
- Height = 25
- Hint =
- 'Click to view more information about the features and copyright ' +
- 'of this program'
- Caption = 'Help...'
- TabOrder = 2
- OnClick = btnHelpClick
- Glyph.Data = {
- 36010000424D3601000000000000760000002800000011000000100000000100
- 040000000000C000000000000000000000001000000010000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
- 7777700000007777777000777777700000007777700558077777700000007770
- 055FF78077777000000070055FF00778077770000000855FF005507780777000
- 000085F0055555077807700000008005553B5550778070000000855555535555
- 07077000000075F55555BB55500770000000775F555553BB5507700000007775
- F55535BB55507000000077775F55BBB5550070000000777775F5555500777000
- 00007777775F5500777770000000777777755077777770000000}
- end
- object btnClose: TBitBtn
- Left = 258
- Top = 6
- Width = 69
- Height = 25
- Hint = 'Click to exit this program'
- Caption = 'E&xit'
- TabOrder = 3
- OnClick = btnCloseClick
- Glyph.Data = {
- DE010000424DDE01000000000000760000002800000024000000120000000100
- 0400000000006801000000000000000000001000000010000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
- 333333333333333333333333000033338833333333333333333F333333333333
- 0000333911833333983333333388F333333F3333000033391118333911833333
- 38F38F333F88F33300003339111183911118333338F338F3F8338F3300003333
- 911118111118333338F3338F833338F3000033333911111111833333338F3338
- 3333F8330000333333911111183333333338F333333F83330000333333311111
- 8333333333338F3333383333000033333339111183333333333338F333833333
- 00003333339111118333333333333833338F3333000033333911181118333333
- 33338333338F333300003333911183911183333333383338F338F33300003333
- 9118333911183333338F33838F338F33000033333913333391113333338FF833
- 38F338F300003333333333333919333333388333338FFF830000333333333333
- 3333333333333333333888330000333333333333333333333333333333333333
- 0000}
- NumGlyphs = 2
- end
- object btnLessMore: TBitBtn
- Left = 106
- Top = 6
- Width = 69
- Height = 25
- Caption = '&More'
- TabOrder = 1
- OnClick = btnLessMoreClick
- end
- end
- object Notebook: TNotebook
- Left = 0
- Top = 220
- Width = 332
- Height = 48
- TabOrder = 4
- object TPage
- Left = 0
- Top = 0
- Caption = 'Copyright'
- object lblCopyright: TLabel
- Left = 46
- Top = 8
- Width = 202
- Height = 13
- Caption = 'Copyright (c) 1998 Digital Dreams Software'
- Font.Charset = ANSI_CHARSET
- Font.Color = clMaroon
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object imgGO: TImage
- Left = 8
- Top = 8
- Width = 32
- Height = 32
- Hint = 'Click to visit our homepage|'
- AutoSize = True
- ParentShowHint = False
- Picture.Data = {<image003.bmp>}
- ShowHint = True
- Transparent = True
- OnClick = imgGOClick
- end
- object edtURL: TEdit
- Left = 46
- Top = 24
- Width = 209
- Height = 18
- TabStop = False
- BorderStyle = bsNone
- Font.Charset = ANSI_CHARSET
- Font.Color = clMaroon
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentColor = True
- ParentFont = False
- ReadOnly = True
- TabOrder = 0
- Text = 'http://www.tem.nhl.nl/~eijde600/'
- OnClick = edtURLClick
- end
- end
- object TPage
- Left = 0
- Top = 0
- Caption = 'Hint'
- object pnlHint: TPanel
- Left = 2
- Top = 2
- Width = 328
- Height = 44
- BevelInner = bvLowered
- BevelOuter = bvNone
- Locked = True
- ParentColor = True
- TabOrder = 0
- object imgHint: TImage
- Left = 6
- Top = 1
- Width = 30
- Height = 42
- AutoSize = True
- Picture.Data = {<image004.bmp>}
- Transparent = True
- end
- object lblHint: TLabel
- Left = 44
- Top = 4
- Width = 283
- Height = 37
- AutoSize = False
- WordWrap = True
- end
- end
- end
- end
- object BrowseDlg: TBrowseDirectoryDlg
- Title = 'Select the folder to rename files in'
- Root = idDrives
- Options = [bfDirectoriesOnly]
- ShowSelectionInStatus = False
- OnSelChanged = BrowseDlgSelChanged
- Left = 184
- Top = 10
- end
- object GradientCaption: TMSOfficeCaption
- AppNameText.Caption = '-'
- AppNameText.Font.Charset = ANSI_CHARSET
- AppNameText.Font.Color = clWindowText
- AppNameText.Font.Height = -12
- AppNameText.Font.Name = 'Arial'
- AppNameText.Font.Style = [fsBold]
- AppNameText.FontKind = fkCustom
- AppNameText.Visible = True
- CaptionText.Caption = 'MP3 Renamer'
- CaptionText.Font.Charset = ANSI_CHARSET
- CaptionText.Font.Color = clWindowText
- CaptionText.Font.Height = -12
- CaptionText.Font.Name = 'Arial'
- CaptionText.Font.Style = [fsBold]
- CaptionText.FontKind = fkCustom
- CaptionText.Visible = True
- CompanyText.Caption = 'Digital Dreams Software'
- CompanyText.Font.Charset = ANSI_CHARSET
- CompanyText.Font.Color = clWindowText
- CompanyText.Font.Height = -12
- CompanyText.Font.Name = 'Arial'
- CompanyText.Font.Style = [fsBold, fsItalic]
- CompanyText.FontKind = fkCustom
- CompanyText.Visible = True
- Left = 156
- Top = 10
- end
- object Timer: TTimer
- Interval = 500
- OnTimer = TimerTimer
- Left = 128
- Top = 10
- end
- object HideTimer: TTimer
- Enabled = False
- OnTimer = HideTimerTimer
- Left = 128
- Top = 38
- end
- end
-