home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 September (Special) / Chip-Special_2004-09_Digitalni-Hudba.bin / prehravace / tunes / mp3t2demo.exe / MP3Tunes.exe / 0 / RCDATA / TEDITDATABASE / TEDITDATABASE.txt
Text File  |  2003-10-13  |  8KB  |  393 lines

  1. object EditDatabase: TEditDatabase
  2.   Left = 191
  3.   Top = 107
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Database'
  7.   ClientHeight = 265
  8.   ClientWidth = 402
  9.   Color = clBtnFace
  10.   DefaultMonitor = dmMainForm
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   FormStyle = fsStayOnTop
  17.   OldCreateOrder = False
  18.   Position = poScreenCenter
  19.   OnCreate = FormCreate
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object AddStep3: TPanel
  24.     Left = 136
  25.     Top = 0
  26.     Width = 265
  27.     Height = 238
  28.     BevelInner = bvRaised
  29.     BevelOuter = bvLowered
  30.     TabOrder = 6
  31.     Visible = False
  32.     object Step3: TLabel
  33.       Left = 7
  34.       Top = 8
  35.       Width = 242
  36.       Height = 57
  37.       AutoSize = False
  38.       Caption = 
  39.         'Step 3: If files doesn'#39't have an ID3 tag'#13#10'you can set filename s' +
  40.         'tructure instead.'#13#10'Highlight a part and give it the proper keywo' +
  41.         'rd.'
  42.     end
  43.     object Edit1: TEdit
  44.       Left = 8
  45.       Top = 72
  46.       Width = 249
  47.       Height = 21
  48.       HideSelection = False
  49.       PopupMenu = Keywords
  50.       TabOrder = 0
  51.     end
  52.     object KeywordBtn: TButton
  53.       Left = 8
  54.       Top = 96
  55.       Width = 75
  56.       Height = 19
  57.       Caption = 'Keyword'
  58.       TabOrder = 1
  59.       OnClick = Button2Click
  60.     end
  61.     object AddStructBtn: TButton
  62.       Left = 88
  63.       Top = 96
  64.       Width = 75
  65.       Height = 19
  66.       Caption = 'Add'
  67.       TabOrder = 2
  68.       OnClick = AddStructBtnClick
  69.     end
  70.     object BrowseBtn: TButton
  71.       Left = 182
  72.       Top = 96
  73.       Width = 75
  74.       Height = 19
  75.       Caption = 'Browse'
  76.       TabOrder = 3
  77.       OnClick = BrowseBtnClick
  78.     end
  79.     object Structures: TListBox
  80.       Left = 8
  81.       Top = 118
  82.       Width = 249
  83.       Height = 92
  84.       ItemHeight = 13
  85.       Items.Strings = (
  86.         'Artist_-_Title.mp3'
  87.         'Artist - Title.mp3'
  88.         'Artist\Title.mp3')
  89.       TabOrder = 4
  90.     end
  91.     object RemoveBtn: TButton
  92.       Left = 182
  93.       Top = 213
  94.       Width = 75
  95.       Height = 19
  96.       Caption = 'Remove'
  97.       TabOrder = 5
  98.       OnClick = RemoveBtnClick
  99.     end
  100.   end
  101.   object AddStep2: TPanel
  102.     Left = 136
  103.     Top = 0
  104.     Width = 265
  105.     Height = 238
  106.     BevelInner = bvRaised
  107.     BevelOuter = bvLowered
  108.     TabOrder = 5
  109.     Visible = False
  110.     object Step2: TLabel
  111.       Left = 8
  112.       Top = 8
  113.       Width = 178
  114.       Height = 41
  115.       AutoSize = False
  116.       Caption = 'Step 2: Create a ID name'
  117.     end
  118.     object DirID: TEdit
  119.       Left = 16
  120.       Top = 56
  121.       Width = 129
  122.       Height = 21
  123.       MaxLength = 22
  124.       TabOrder = 0
  125.       OnKeyDown = DirIDKeyDown
  126.     end
  127.   end
  128.   object AddStep1: TPanel
  129.     Left = 136
  130.     Top = 0
  131.     Width = 265
  132.     Height = 238
  133.     BevelInner = bvRaised
  134.     BevelOuter = bvLowered
  135.     TabOrder = 4
  136.     Visible = False
  137.     object Step1: TLabel
  138.       Left = 8
  139.       Top = 8
  140.       Width = 233
  141.       Height = 17
  142.       AutoSize = False
  143.       Caption = 'Step 1: Choose a directory'
  144.     end
  145.     object DirTree: TDirTreeView
  146.       Left = 8
  147.       Top = 24
  148.       Width = 249
  149.       Height = 189
  150.       HideSelection = False
  151.       Indent = 19
  152.       ParentColor = False
  153.       TabOrder = 0
  154.       TabStop = True
  155.       OnPathChange = DirTreePathChange
  156.     end
  157.     object SubDirs: TCheckBox
  158.       Left = 8
  159.       Top = 216
  160.       Width = 249
  161.       Height = 17
  162.       Caption = 'Include subdirectories'
  163.       Checked = True
  164.       State = cbChecked
  165.       TabOrder = 1
  166.     end
  167.   end
  168.   object Memo1: TMemo
  169.     Left = 136
  170.     Top = 0
  171.     Width = 265
  172.     Height = 264
  173.     Lines.Strings = (
  174.       '[Add files]'
  175.       'Press this button to add files to the database.'
  176.       'The wizard will help you mostly, how to add files'
  177.       'to the database.'
  178.       ''
  179.       ''
  180.       '[Update database]'
  181.       'Press this button to check if all files still exist.'
  182.       'If a file doesn'#39't exist you'#39'll be prompted to delete'
  183.       'it'#39's entry from the database.'
  184.       ''
  185.       ''
  186.       '[Empty database]'
  187.       'Careful with this button!'
  188.       'It will completely empty the database'
  189.       'so you can create a fresh one')
  190.     ReadOnly = True
  191.     TabOrder = 9
  192.   end
  193.   object AddStep4: TPanel
  194.     Left = 136
  195.     Top = 0
  196.     Width = 265
  197.     Height = 238
  198.     BevelInner = bvRaised
  199.     BevelOuter = bvLowered
  200.     TabOrder = 7
  201.     Visible = False
  202.     object Step4: TLabel
  203.       Left = 7
  204.       Top = 8
  205.       Width = 242
  206.       Height = 41
  207.       AutoSize = False
  208.       Caption = 
  209.         'Step 4: Click on the button to'#13#10'search and add files to the data' +
  210.         'base'
  211.     end
  212.     object Label1: TLabel
  213.       Left = 8
  214.       Top = 96
  215.       Width = 252
  216.       Height = 13
  217.       Caption = 'Warning! this option is not adviseable on a big search'
  218.     end
  219.     object Label3: TLabel
  220.       Left = 24
  221.       Top = 80
  222.       Width = 202
  223.       Height = 13
  224.       Caption = 'So it loads fast nex time you access the file'
  225.     end
  226.     object SearchBtn: TButton
  227.       Left = 48
  228.       Top = 152
  229.       Width = 177
  230.       Height = 25
  231.       Caption = 'Search && Add'
  232.       TabOrder = 0
  233.       OnClick = SearchBtnClick
  234.     end
  235.     object ExactSearch: TCheckBox
  236.       Left = 8
  237.       Top = 40
  238.       Width = 249
  239.       Height = 17
  240.       Caption = 'Get exact timelength'
  241.       TabOrder = 1
  242.     end
  243.     object SaveTime: TCheckBox
  244.       Left = 8
  245.       Top = 64
  246.       Width = 249
  247.       Height = 17
  248.       Caption = 'Save mp3 track time in ID3v2 Tag'
  249.       TabOrder = 2
  250.     end
  251.     object CheckBox1: TCheckBox
  252.       Left = 8
  253.       Top = 120
  254.       Width = 97
  255.       Height = 17
  256.       Caption = 'Only ID3v1'
  257.       TabOrder = 3
  258.     end
  259.   end
  260.   object EmptyBtn: TButton
  261.     Left = 8
  262.     Top = 72
  263.     Width = 121
  264.     Height = 25
  265.     Caption = 'Empty database'
  266.     TabOrder = 2
  267.     OnClick = EmptyBtnClick
  268.   end
  269.   object CloseBtn: TButton
  270.     Left = 8
  271.     Top = 236
  272.     Width = 121
  273.     Height = 25
  274.     Cancel = True
  275.     Caption = 'Close'
  276.     ModalResult = 1
  277.     TabOrder = 3
  278.     OnClick = CloseBtnClick
  279.   end
  280.   object UpdateBtn: TButton
  281.     Left = 8
  282.     Top = 40
  283.     Width = 121
  284.     Height = 25
  285.     Caption = 'Update database'
  286.     TabOrder = 1
  287.     OnClick = UpdateBtnClick
  288.   end
  289.   object AddBtn: TButton
  290.     Left = 8
  291.     Top = 8
  292.     Width = 121
  293.     Height = 25
  294.     Caption = 'Add files'
  295.     TabOrder = 0
  296.     OnClick = AddBtnClick
  297.   end
  298.   object AddBtns: TPanel
  299.     Left = 136
  300.     Top = 236
  301.     Width = 265
  302.     Height = 28
  303.     BevelInner = bvRaised
  304.     BevelOuter = bvLowered
  305.     TabOrder = 8
  306.     Visible = False
  307.     object CancelBtn: TButton
  308.       Left = 16
  309.       Top = 4
  310.       Width = 75
  311.       Height = 19
  312.       Caption = 'Close'
  313.       TabOrder = 0
  314.       OnClick = CancelBtnClick
  315.     end
  316.     object BackBtn: TButton
  317.       Left = 104
  318.       Top = 4
  319.       Width = 75
  320.       Height = 19
  321.       Caption = 'Back'
  322.       Enabled = False
  323.       TabOrder = 1
  324.       OnClick = BackBtnClick
  325.     end
  326.     object NextBtn: TButton
  327.       Left = 182
  328.       Top = 4
  329.       Width = 75
  330.       Height = 19
  331.       Caption = 'Next'
  332.       Enabled = False
  333.       TabOrder = 2
  334.       OnClick = NextBtnClick
  335.     end
  336.   end
  337.   object OpenFile: TOpenDialog
  338.     Filter = 
  339.       'All supported Audio|*.MP3;*.OGG;*.WAV|MPeg Layer 3 (*.mp3)|*.MP3' +
  340.       '|OGG Vorbis (*.ogg)|*.OGG|WAV|*.WAV'
  341.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
  342.     Left = 40
  343.     Top = 144
  344.   end
  345.   object Keywords: TPopupMenu
  346.     Left = 72
  347.     Top = 144
  348.     object Artist: TMenuItem
  349.       Caption = 'Artist'
  350.       OnClick = KeywordClick
  351.     end
  352.     object Title: TMenuItem
  353.       Caption = 'Title'
  354.       OnClick = KeywordClick
  355.     end
  356.     object Album: TMenuItem
  357.       Caption = 'Album'
  358.       OnClick = KeywordClick
  359.     end
  360.     object Genre: TMenuItem
  361.       Caption = 'Genre'
  362.       OnClick = KeywordClick
  363.     end
  364.     object Tracknr: TMenuItem
  365.       Caption = 'Tracknr'
  366.       OnClick = KeywordClick
  367.     end
  368.     object Ignore: TMenuItem
  369.       Caption = 'Ignore'
  370.       OnClick = KeywordClick
  371.     end
  372.   end
  373.   object CheckMP3: TFMODJingle
  374.     MaxChannels = 1
  375.     OutputType = NOSOUND
  376.     OnNotifyOpened = CheckMP3NotifyOpened
  377.     Left = 8
  378.     Top = 112
  379.   end
  380.   object FindMP3: TEMFindFile
  381.     Mask = '*.mp3;*.wav;*.ogg'
  382.     OnFinnished = FindMP3OnFinnished
  383.     OnNotifyPath = FindMP3NotifyPath
  384.     OnNotifyFile = FindMP3NotifyFile
  385.     Left = 40
  386.     Top = 112
  387.   end
  388.   object ID3v2: TEMID3Tag
  389.     Left = 72
  390.     Top = 112
  391.   end
  392. end
  393.