home *** CD-ROM | disk | FTP | other *** search
/ Hráč 1998 July & August / Hrac_23_1998-07-08_cd3.bin / mp3utils / singedit / SingedIT.exe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Text File  |  1998-04-27  |  13KB  |  582 lines

  1. object Form1: TForm1
  2.   Left = 237
  3.   Top = 200
  4.   Width = 600
  5.   Height = 400
  6.   ActiveControl = ListBoxText
  7.   Caption = 'SingedIT'
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   OnCloseQuery = FormCloseQuery
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object TabbedNotebook1: TTabbedNotebook
  19.     Left = 0
  20.     Top = 0
  21.     Width = 152
  22.     Height = 373
  23.     Align = alLeft
  24.     TabFont.Charset = DEFAULT_CHARSET
  25.     TabFont.Color = clBtnText
  26.     TabFont.Height = -11
  27.     TabFont.Name = 'MS Sans Serif'
  28.     TabFont.Style = []
  29.     TabOrder = 1
  30.     TabStop = False
  31.     object TTabPage
  32.       Left = 4
  33.       Top = 24
  34.       Caption = 'Actions'
  35.       object Label11: TLabel
  36.         Left = 0
  37.         Top = 52
  38.         Width = 38
  39.         Height = 13
  40.         Caption = '.lrc files:'
  41.       end
  42.       object Label12: TLabel
  43.         Left = 0
  44.         Top = 98
  45.         Width = 47
  46.         Height = 13
  47.         Caption = '.mp3 files:'
  48.       end
  49.       object Label13: TLabel
  50.         Left = 0
  51.         Top = 193
  52.         Width = 28
  53.         Height = 13
  54.         Caption = 'Lines:'
  55.       end
  56.       object Label14: TLabel
  57.         Left = 0
  58.         Top = 301
  59.         Width = 49
  60.         Height = 13
  61.         Caption = 'Time-tags:'
  62.       end
  63.       object Label16: TLabel
  64.         Left = 0
  65.         Top = 7
  66.         Width = 50
  67.         Height = 13
  68.         Caption = 'Edit mode:'
  69.       end
  70.       object Label17: TLabel
  71.         Left = 72
  72.         Top = 142
  73.         Width = 61
  74.         Height = 23
  75.         Alignment = taCenter
  76.         Caption = '[00:00]'
  77.         Color = clBtnFace
  78.         Font.Charset = ANSI_CHARSET
  79.         Font.Color = clBlack
  80.         Font.Height = -16
  81.         Font.Name = 'Arial Black'
  82.         Font.Style = []
  83.         ParentColor = False
  84.         ParentFont = False
  85.       end
  86.       object ButtonLoad: TButton
  87.         Left = 30
  88.         Top = 68
  89.         Width = 33
  90.         Height = 25
  91.         Hint = 'Load a lyric'
  92.         Caption = 'Load'
  93.         ParentShowHint = False
  94.         ShowHint = True
  95.         TabOrder = 0
  96.         TabStop = False
  97.         OnClick = ButtonLoadClick
  98.       end
  99.       object ButtonSave: TButton
  100.         Left = 63
  101.         Top = 68
  102.         Width = 32
  103.         Height = 25
  104.         Hint = 'Save the current lyric'
  105.         Caption = 'Save'
  106.         Enabled = False
  107.         ParentShowHint = False
  108.         ShowHint = True
  109.         TabOrder = 1
  110.         TabStop = False
  111.         OnClick = ButtonSaveClick
  112.       end
  113.       object ButtonSaveAs: TButton
  114.         Left = 95
  115.         Top = 68
  116.         Width = 49
  117.         Height = 25
  118.         Hint = 'Save the current lyric as ...'
  119.         Caption = 'Save As'
  120.         ParentShowHint = False
  121.         ShowHint = True
  122.         TabOrder = 2
  123.         TabStop = False
  124.         OnClick = ButtonSaveAsClick
  125.       end
  126.       object ButtonNew: TButton
  127.         Left = 0
  128.         Top = 68
  129.         Width = 30
  130.         Height = 25
  131.         Hint = 'Create a new lyric'
  132.         Caption = 'New'
  133.         ParentShowHint = False
  134.         ShowHint = True
  135.         TabOrder = 3
  136.         TabStop = False
  137.         OnClick = ButtonNewClick
  138.       end
  139.       object ButtonSort: TButton
  140.         Left = 0
  141.         Top = 261
  142.         Width = 74
  143.         Height = 25
  144.         Hint = 'Sort all lines by time'
  145.         Caption = 'Sort'
  146.         ParentShowHint = False
  147.         ShowHint = True
  148.         TabOrder = 4
  149.         TabStop = False
  150.         OnClick = ButtonSortClick
  151.       end
  152.       object ButtonLoadMp3: TButton
  153.         Left = 0
  154.         Top = 115
  155.         Width = 62
  156.         Height = 25
  157.         Hint = 'Load an MP3 file'
  158.         Caption = 'Load MP3'
  159.         ParentShowHint = False
  160.         ShowHint = True
  161.         TabOrder = 5
  162.         TabStop = False
  163.         OnClick = ButtonLoadMp3Click
  164.       end
  165.       object ButtonPlay: TButton
  166.         Left = 62
  167.         Top = 115
  168.         Width = 40
  169.         Height = 25
  170.         Hint = 'Play the MP3 file'
  171.         Caption = 'Play'
  172.         Enabled = False
  173.         ParentShowHint = False
  174.         ShowHint = True
  175.         TabOrder = 6
  176.         TabStop = False
  177.         OnClick = ButtonPlayClick
  178.       end
  179.       object ButtonStop: TButton
  180.         Left = 102
  181.         Top = 115
  182.         Width = 42
  183.         Height = 25
  184.         Hint = 'Stop playing the MP3 file'
  185.         Caption = 'Stop'
  186.         Enabled = False
  187.         ParentShowHint = False
  188.         ShowHint = True
  189.         TabOrder = 7
  190.         TabStop = False
  191.         OnClick = ButtonStopClick
  192.       end
  193.       object ButtonDeleteNonTimeTag: TButton
  194.         Left = 0
  195.         Top = 236
  196.         Width = 144
  197.         Height = 25
  198.         Hint = 'Delete all lines without time-tag'
  199.         Caption = 'Delete lines without tags'
  200.         ParentShowHint = False
  201.         ShowHint = True
  202.         TabOrder = 8
  203.         TabStop = False
  204.         OnClick = ButtonDeleteNonTimeTagClick
  205.       end
  206.       object ButtonFont: TButton
  207.         Left = 74
  208.         Top = 261
  209.         Width = 70
  210.         Height = 25
  211.         Hint = 'Change the font used'
  212.         Caption = 'Font'
  213.         TabOrder = 9
  214.         TabStop = False
  215.         OnClick = ButtonFontClick
  216.       end
  217.       object ButtonIns: TButton
  218.         Left = 0
  219.         Top = 319
  220.         Width = 74
  221.         Height = 25
  222.         Hint = 'Insert a time-tag'
  223.         Caption = 'Ins key'
  224.         ParentShowHint = False
  225.         ShowHint = True
  226.         TabOrder = 10
  227.         TabStop = False
  228.         OnClick = ButtonInsClick
  229.       end
  230.       object ButtonDel: TButton
  231.         Left = 74
  232.         Top = 319
  233.         Width = 70
  234.         Height = 25
  235.         Hint = 'Delete a time-tag'
  236.         Caption = 'Del key'
  237.         ParentShowHint = False
  238.         ShowHint = True
  239.         TabOrder = 11
  240.         TabStop = False
  241.         OnClick = ButtonDelClick
  242.       end
  243.       object ButtonEditMode: TButton
  244.         Left = 0
  245.         Top = 23
  246.         Width = 74
  247.         Height = 25
  248.         Caption = 'Notepad'
  249.         TabOrder = 12
  250.         TabStop = False
  251.         OnClick = ButtonEditModeClick
  252.       end
  253.       object ButtonTagMode: TButton
  254.         Left = 74
  255.         Top = 23
  256.         Width = 70
  257.         Height = 25
  258.         Caption = 'Time-Tag'
  259.         Enabled = False
  260.         TabOrder = 13
  261.         TabStop = False
  262.         OnClick = ButtonTagModeClick
  263.       end
  264.       object ScrollBar1: TScrollBar
  265.         Left = 0
  266.         Top = 173
  267.         Width = 144
  268.         Height = 16
  269.         Enabled = False
  270.         LargeChange = 10
  271.         TabOrder = 14
  272.         OnScroll = ScrollBar1Scroll
  273.       end
  274.       object ButtonPause: TButton
  275.         Left = 0
  276.         Top = 140
  277.         Width = 62
  278.         Height = 25
  279.         Caption = 'Pause'
  280.         Enabled = False
  281.         TabOrder = 15
  282.         OnClick = ButtonPauseClick
  283.       end
  284.       object ButtonDeleteTimeTag: TButton
  285.         Left = 0
  286.         Top = 211
  287.         Width = 144
  288.         Height = 25
  289.         Caption = 'Delete all time tags'
  290.         TabOrder = 16
  291.         OnClick = ButtonDeleteTimeTagClick
  292.       end
  293.     end
  294.     object TTabPage
  295.       Left = 4
  296.       Top = 24
  297.       Caption = 'Properties'
  298.       object Label1: TLabel
  299.         Left = 0
  300.         Top = 113
  301.         Width = 48
  302.         Height = 13
  303.         Caption = 'Language'
  304.       end
  305.       object Label2: TLabel
  306.         Left = 0
  307.         Top = 161
  308.         Width = 31
  309.         Height = 13
  310.         Caption = 'Author'
  311.       end
  312.       object Label9: TLabel
  313.         Left = 0
  314.         Top = 16
  315.         Width = 23
  316.         Height = 13
  317.         Caption = 'Artist'
  318.       end
  319.       object Label10: TLabel
  320.         Left = 0
  321.         Top = 64
  322.         Width = 20
  323.         Height = 13
  324.         Caption = 'Title'
  325.       end
  326.       object ComboLanguage: TComboBox
  327.         Left = 0
  328.         Top = 129
  329.         Width = 129
  330.         Height = 21
  331.         Style = csDropDownList
  332.         ItemHeight = 13
  333.         Items.Strings = (
  334.           'Deutsch'
  335.           'English'
  336.           'French'
  337.           'Hebrew'
  338.           'Hungarian'
  339.           'Norwegian'
  340.           'Spanish'
  341.           'Swedish')
  342.         Sorted = True
  343.         TabOrder = 2
  344.         OnChange = ComboLanguageChange
  345.       end
  346.       object EditAuthor: TEdit
  347.         Left = 0
  348.         Top = 177
  349.         Width = 129
  350.         Height = 21
  351.         TabOrder = 3
  352.         Text = 'You !'
  353.         OnChange = EditAuthorChange
  354.       end
  355.       object EditTitle: TEdit
  356.         Left = 0
  357.         Top = 80
  358.         Width = 129
  359.         Height = 21
  360.         TabOrder = 1
  361.         Text = 'Title of the song here'
  362.         OnChange = EditTitleChange
  363.       end
  364.       object EditArtist: TEdit
  365.         Left = 0
  366.         Top = 32
  367.         Width = 129
  368.         Height = 21
  369.         TabOrder = 0
  370.         Text = 'Artist name here'
  371.         OnChange = EditArtistChange
  372.       end
  373.       object CheckBoxArtist: TCheckBox
  374.         Left = 131
  375.         Top = 33
  376.         Width = 97
  377.         Height = 17
  378.         State = cbChecked
  379.         TabOrder = 4
  380.         OnClick = CheckBoxArtistClick
  381.       end
  382.       object CheckBoxTitle: TCheckBox
  383.         Left = 131
  384.         Top = 81
  385.         Width = 97
  386.         Height = 17
  387.         Caption = 'CheckBoxTitle'
  388.         State = cbChecked
  389.         TabOrder = 5
  390.         OnClick = CheckBoxTitleClick
  391.       end
  392.       object CheckBoxLanguage: TCheckBox
  393.         Left = 131
  394.         Top = 130
  395.         Width = 97
  396.         Height = 17
  397.         Caption = 'CheckBoxLanguage'
  398.         State = cbChecked
  399.         TabOrder = 6
  400.         OnClick = CheckBoxLanguageClick
  401.       end
  402.       object CheckBoxAuthor: TCheckBox
  403.         Left = 131
  404.         Top = 178
  405.         Width = 97
  406.         Height = 17
  407.         Caption = 'CheckBoxAuthor'
  408.         State = cbChecked
  409.         TabOrder = 7
  410.         OnClick = CheckBoxAuthorClick
  411.       end
  412.     end
  413.     object TTabPage
  414.       Left = 4
  415.       Top = 24
  416.       Caption = 'About'
  417.       object Image1: TImage
  418.         Left = 22
  419.         Top = 24
  420.         Width = 100
  421.         Height = 100
  422.         AutoSize = True
  423.         Picture.Data = {<image001.bmp>}
  424.       end
  425.       object Label3: TLabel
  426.         Left = 36
  427.         Top = 136
  428.         Width = 73
  429.         Height = 20
  430.         Caption = 'SingedIT'
  431.         Font.Charset = DEFAULT_CHARSET
  432.         Font.Color = clWindowText
  433.         Font.Height = -16
  434.         Font.Name = 'MS Sans Serif'
  435.         Font.Style = [fsBold]
  436.         ParentFont = False
  437.       end
  438.       object Label4: TLabel
  439.         Left = 6
  440.         Top = 181
  441.         Width = 132
  442.         Height = 13
  443.         Caption = 'Copyright 1998 IT! Software'
  444.       end
  445.       object Label5: TLabel
  446.         Left = 12
  447.         Top = 4
  448.         Width = 120
  449.         Height = 13
  450.         Cursor = crHandPoint
  451.         Caption = 'www.altern.org/analogue'
  452.         Font.Charset = DEFAULT_CHARSET
  453.         Font.Color = clPurple
  454.         Font.Height = -11
  455.         Font.Name = 'MS Sans Serif'
  456.         Font.Style = [fsUnderline]
  457.         ParentFont = False
  458.         OnClick = Label5Click
  459.       end
  460.       object Label6: TLabel
  461.         Left = 67
  462.         Top = 197
  463.         Width = 11
  464.         Height = 13
  465.         Caption = 'by'
  466.       end
  467.       object Label7: TLabel
  468.         Left = 37
  469.         Top = 213
  470.         Width = 70
  471.         Height = 16
  472.         Caption = 'aNa|0Gue'
  473.         Font.Charset = DEFAULT_CHARSET
  474.         Font.Color = clWindowText
  475.         Font.Height = -13
  476.         Font.Name = 'MS Sans Serif'
  477.         Font.Style = [fsBold]
  478.         ParentFont = False
  479.       end
  480.       object Label8: TLabel
  481.         Left = 55
  482.         Top = 158
  483.         Width = 33
  484.         Height = 13
  485.         Caption = 'v0.2g'
  486.         Font.Charset = DEFAULT_CHARSET
  487.         Font.Color = clWindowText
  488.         Font.Height = -11
  489.         Font.Name = 'MS Sans Serif'
  490.         Font.Style = [fsBold]
  491.         ParentFont = False
  492.       end
  493.       object ButtonCredits: TButton
  494.         Left = 32
  495.         Top = 248
  496.         Width = 75
  497.         Height = 25
  498.         Caption = 'Credits'
  499.         TabOrder = 0
  500.         TabStop = False
  501.         OnClick = ButtonCreditsClick
  502.       end
  503.       object ButtonConfig: TButton
  504.         Left = 32
  505.         Top = 304
  506.         Width = 75
  507.         Height = 25
  508.         Caption = 'Configure'
  509.         TabOrder = 1
  510.         OnClick = ButtonConfigClick
  511.       end
  512.     end
  513.   end
  514.   object ListBoxText: TListBox
  515.     Left = 152
  516.     Top = 0
  517.     Width = 440
  518.     Height = 373
  519.     Align = alClient
  520.     ItemHeight = 13
  521.     TabOrder = 2
  522.     OnKeyDown = ListBoxTextKeyDown
  523.   end
  524.   object MemoText: TMemo
  525.     Left = 152
  526.     Top = 0
  527.     Width = 440
  528.     Height = 373
  529.     Align = alClient
  530.     ScrollBars = ssBoth
  531.     TabOrder = 0
  532.     Visible = False
  533.     WordWrap = False
  534.     OnChange = MemoTextChange
  535.   end
  536.   object OpenDialog1: TOpenDialog
  537.     DefaultExt = 'lrc'
  538.     Filter = 'Lyrics (*.LRC)|*.LRC|Text Files (*.TXT)|*.TXT|All Files|*.*'
  539.     Left = 464
  540.     Top = 320
  541.   end
  542.   object SaveDialog1: TSaveDialog
  543.     DefaultExt = 'lrc'
  544.     Filter = 'Lyrics (*.LRC)|*.LRC|Text Files (*.TXT)|*.TXT|All Files|*.*'
  545.     Left = 536
  546.     Top = 320
  547.   end
  548.   object MPEGPlayer1: TMPEGPlayer
  549.     Seekable = True
  550.     FromStream = False
  551.     PlayerPriority = Normal
  552.     UseTimer = True
  553.     TimerFreq = 100
  554.     AutoPlay = False
  555.     OutputDevice = wavemapper
  556.     WaveDeviceNum = 0
  557.     StartPos = 0
  558.     EndPos = 0
  559.     OnPosUpdate = MPEGPlayer1PosUpdate
  560.     OnPlayEnd = MPEGPlayer1PlayEnd
  561.     Left = 320
  562.     Top = 320
  563.   end
  564.   object OpenDialog2: TOpenDialog
  565.     DefaultExt = 'mp3'
  566.     Filter = 'MP3 File|*.MP3|MP2 File|*.MP2|All Files|*.*'
  567.     Left = 392
  568.     Top = 320
  569.   end
  570.   object FontDialog1: TFontDialog
  571.     Font.Charset = DEFAULT_CHARSET
  572.     Font.Color = clWindowText
  573.     Font.Height = -11
  574.     Font.Name = 'MS Sans Serif'
  575.     Font.Style = []
  576.     MinFontSize = 0
  577.     MaxFontSize = 0
  578.     Left = 248
  579.     Top = 320
  580.   end
  581. end
  582.