Questo sito utilizza cookies solo per scopi di autenticazione sul sito e nient'altro. Nessuna informazione personale viene tracciata. Leggi l'informativa sui cookies.
Username: Password: oppure
Aqua Player 2.2 - Form1.Designer.vb

Form1.Designer.vb

Caricato da: Totem
Scarica il programma completo

  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class frmSong
  3.     Inherits System.Windows.Forms.Form
  4.  
  5.     'Form overrides dispose to clean up the component list.
  6.     <System.Diagnostics.DebuggerNonUserCode()> _
  7.     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  8.         If disposing AndAlso components IsNot Nothing Then
  9.             components.Dispose()
  10.         End If
  11.         MyBase.Dispose(disposing)
  12.     End Sub
  13.  
  14.     'Required by the Windows Form Designer
  15.     Private components As System.ComponentModel.IContainer
  16.  
  17.     'NOTE: The following procedure is required by the Windows Form Designer
  18.     'It can be modified using the Windows Form Designer.  
  19.     'Do not modify it using the code editor.
  20.     <System.Diagnostics.DebuggerStepThrough()> _
  21.     Private Sub InitializeComponent()
  22.         Me.components = New System.ComponentModel.Container
  23.         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmSong))
  24.         Me.FOpen = New System.Windows.Forms.OpenFileDialog
  25.         Me.strStatus = New System.Windows.Forms.StatusStrip
  26.         Me.lblStatus = New System.Windows.Forms.ToolStripStatusLabel
  27.         Me.prgSearch = New System.Windows.Forms.ToolStripProgressBar
  28.         Me.cmdPLay = New System.Windows.Forms.Button
  29.         Me.cmdStop = New System.Windows.Forms.Button
  30.         Me.tmrControl = New System.Windows.Forms.Timer(Me.components)
  31.         Me.lblPos = New System.Windows.Forms.Label
  32.         Me.trkSound = New System.Windows.Forms.TrackBar
  33.         Me.cmdPause = New System.Windows.Forms.Button
  34.         Me.imgVideo = New System.Windows.Forms.PictureBox
  35.         Me.lstInfo = New System.Windows.Forms.ListView
  36.         Me.clmField = New System.Windows.Forms.ColumnHeader
  37.         Me.clmValue = New System.Windows.Forms.ColumnHeader
  38.         Me.lstSongs = New System.Windows.Forms.CheckedListBox
  39.         Me.strTools = New System.Windows.Forms.ToolStrip
  40.         Me.strAdd = New System.Windows.Forms.ToolStripSplitButton
  41.         Me.FileMultimedialeToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
  42.         Me.strAddWeb = New System.Windows.Forms.ToolStripMenuItem
  43.         Me.CercaNelComputerToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
  44.         Me.strModify = New System.Windows.Forms.ToolStripButton
  45.         Me.strRemove = New System.Windows.Forms.ToolStripSplitButton
  46.         Me.strRemoveNormal = New System.Windows.Forms.ToolStripMenuItem
  47.         Me.strRemoveChecked = New System.Windows.Forms.ToolStripMenuItem
  48.         Me.strRemoveAll = New System.Windows.Forms.ToolStripMenuItem
  49.         Me.strMove = New System.Windows.Forms.ToolStripSplitButton
  50.         Me.strUp = New System.Windows.Forms.ToolStripMenuItem
  51.         Me.strDown = New System.Windows.Forms.ToolStripMenuItem
  52.         Me.strSort = New System.Windows.Forms.ToolStripMenuItem
  53.         Me.strItems = New System.Windows.Forms.ToolStripSplitButton
  54.         Me.strAutoSave = New System.Windows.Forms.ToolStripMenuItem
  55.         Me.strSeek = New System.Windows.Forms.ToolStripMenuItem
  56.         Me.strSearchMode = New System.Windows.Forms.ToolStripComboBox
  57.         Me.strSearchKey = New System.Windows.Forms.ToolStripTextBox
  58.         Me.strSearch = New System.Windows.Forms.ToolStripMenuItem
  59.         Me.ToolStripSplitButton1 = New System.Windows.Forms.ToolStripSplitButton
  60.         Me.strPlayNext = New System.Windows.Forms.ToolStripMenuItem
  61.         Me.strPlayBefore = New System.Windows.Forms.ToolStripMenuItem
  62.         Me.RiproduciTuttoToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
  63.         Me.InOrdineInversoToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
  64.         Me.strPlayRandom = New System.Windows.Forms.ToolStripMenuItem
  65.         Me.ToolStripMenuItem1 = New System.Windows.Forms.ToolStripSeparator
  66.         Me.ControlloVolumeToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
  67.         Me.strSave = New System.Windows.Forms.ToolStripButton
  68.         Me.strAbout = New System.Windows.Forms.ToolStripButton
  69.         Me.strSep = New System.Windows.Forms.ToolStripSeparator
  70.         Me.strlblSearch = New System.Windows.Forms.ToolStripLabel
  71.         Me.strSearchResult = New System.Windows.Forms.ToolStripComboBox
  72.         Me.cmdAllScreen = New System.Windows.Forms.Button
  73.         Me.tmrPlayAll = New System.Windows.Forms.Timer(Me.components)
  74.         Me.strStatus.SuspendLayout()
  75.         CType(Me.trkSound, System.ComponentModel.ISupportInitialize).BeginInit()
  76.         CType(Me.imgVideo, System.ComponentModel.ISupportInitialize).BeginInit()
  77.         Me.strTools.SuspendLayout()
  78.         Me.SuspendLayout()
  79.         '
  80.         'FOpen
  81.         '
  82.         Me.FOpen.FileName = "Multimedia"
  83.         Me.FOpen.Filter = "File multimediali (audio)|*.wav;*.mp3;*.wma|File multimediali (video)|*.wmv;*.mpg" & _
  84.             ";*.avi"
  85.         '
  86.         'strStatus
  87.         '
  88.         Me.strStatus.BackColor = System.Drawing.Color.Transparent
  89.         Me.strStatus.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.lblStatus, Me.prgSearch})
  90.         Me.strStatus.Location = New System.Drawing.Point(0, 432)
  91.         Me.strStatus.Name = "strStatus"
  92.         Me.strStatus.Size = New System.Drawing.Size(738, 22)
  93.         Me.strStatus.TabIndex = 3
  94.         Me.strStatus.Text = "StatusStrip1"
  95.         '
  96.         'lblStatus
  97.         '
  98.         Me.lblStatus.Name = "lblStatus"
  99.         Me.lblStatus.Size = New System.Drawing.Size(39, 17)
  100.         Me.lblStatus.Text = "Pronto"
  101.         '
  102.         'prgSearch
  103.         '
  104.         Me.prgSearch.Name = "prgSearch"
  105.         Me.prgSearch.Size = New System.Drawing.Size(200, 16)
  106.         Me.prgSearch.Visible = False
  107.         '
  108.         'cmdPLay
  109.         '
  110.         Me.cmdPLay.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  111.         Me.cmdPLay.BackColor = System.Drawing.Color.Transparent
  112.         Me.cmdPLay.Location = New System.Drawing.Point(12, 360)
  113.         Me.cmdPLay.Name = "cmdPLay"
  114.         Me.cmdPLay.Size = New System.Drawing.Size(70, 24)
  115.         Me.cmdPLay.TabIndex = 4
  116.         Me.cmdPLay.Text = "Play"
  117.         Me.cmdPLay.UseVisualStyleBackColor = False
  118.         '
  119.         'cmdStop
  120.         '
  121.         Me.cmdStop.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  122.         Me.cmdStop.Enabled = False
  123.         Me.cmdStop.Location = New System.Drawing.Point(88, 360)
  124.         Me.cmdStop.Name = "cmdStop"
  125.         Me.cmdStop.Size = New System.Drawing.Size(70, 24)
  126.         Me.cmdStop.TabIndex = 5
  127.         Me.cmdStop.Text = "Stop"
  128.         Me.cmdStop.UseVisualStyleBackColor = True
  129.         '
  130.         'tmrControl
  131.         '
  132.         Me.tmrControl.Interval = 10
  133.         '
  134.         'lblPos
  135.         '
  136.         Me.lblPos.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  137.         Me.lblPos.AutoSize = True
  138.         Me.lblPos.BackColor = System.Drawing.Color.Transparent
  139.         Me.lblPos.Location = New System.Drawing.Point(240, 366)
  140.         Me.lblPos.Name = "lblPos"
  141.         Me.lblPos.Size = New System.Drawing.Size(97, 13)
  142.         Me.lblPos.TabIndex = 7
  143.         Me.lblPos.Text = "Posizione corrente:"
  144.         '
  145.         'trkSound
  146.         '
  147.         Me.trkSound.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  148.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  149.         Me.trkSound.BackColor = System.Drawing.Color.LightSkyBlue
  150.         Me.trkSound.Location = New System.Drawing.Point(12, 384)
  151.         Me.trkSound.Name = "trkSound"
  152.         Me.trkSound.Size = New System.Drawing.Size(714, 45)
  153.         Me.trkSound.TabIndex = 8
  154.         Me.trkSound.TickFrequency = 0
  155.         Me.trkSound.TickStyle = System.Windows.Forms.TickStyle.TopLeft
  156.         '
  157.         'cmdPause
  158.         '
  159.         Me.cmdPause.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  160.         Me.cmdPause.Enabled = False
  161.         Me.cmdPause.Location = New System.Drawing.Point(164, 360)
  162.         Me.cmdPause.Name = "cmdPause"
  163.         Me.cmdPause.Size = New System.Drawing.Size(70, 24)
  164.         Me.cmdPause.TabIndex = 9
  165.         Me.cmdPause.Text = "Pausa"
  166.         Me.cmdPause.UseVisualStyleBackColor = True
  167.         '
  168.         'imgVideo
  169.         '
  170.         Me.imgVideo.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  171.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  172.         Me.imgVideo.InitialImage = CType(resources.GetObject("imgVideo.InitialImage"), System.Drawing.Image)
  173.         Me.imgVideo.Location = New System.Drawing.Point(375, 62)
  174.         Me.imgVideo.Name = "imgVideo"
  175.         Me.imgVideo.Size = New System.Drawing.Size(351, 286)
  176.         Me.imgVideo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
  177.         Me.imgVideo.TabIndex = 10
  178.         Me.imgVideo.TabStop = False
  179.         Me.imgVideo.Visible = False
  180.         '
  181.         'lstInfo
  182.         '
  183.         Me.lstInfo.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  184.                     Or System.Windows.Forms.AnchorStyles.Left) _
  185.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  186.         Me.lstInfo.BackColor = System.Drawing.Color.LightCyan
  187.         Me.lstInfo.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.clmField, Me.clmValue})
  188.         Me.lstInfo.FullRowSelect = True
  189.         Me.lstInfo.GridLines = True
  190.         Me.lstInfo.Location = New System.Drawing.Point(364, 62)
  191.         Me.lstInfo.Name = "lstInfo"
  192.         Me.lstInfo.Size = New System.Drawing.Size(362, 286)
  193.         Me.lstInfo.TabIndex = 11
  194.         Me.lstInfo.UseCompatibleStateImageBehavior = False
  195.         Me.lstInfo.View = System.Windows.Forms.View.Details
  196.         '
  197.         'clmField
  198.         '
  199.         Me.clmField.Text = "Dato"
  200.         Me.clmField.Width = 129
  201.         '
  202.         'clmValue
  203.         '
  204.         Me.clmValue.Text = "Informazioni"
  205.         Me.clmValue.Width = 180
  206.         '
  207.         'lstSongs
  208.         '
  209.         Me.lstSongs.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  210.                     Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  211.         Me.lstSongs.BackColor = System.Drawing.Color.LightCyan
  212.         Me.lstSongs.FormattingEnabled = True
  213.         Me.lstSongs.IntegralHeight = False
  214.         Me.lstSongs.Location = New System.Drawing.Point(12, 62)
  215.         Me.lstSongs.Name = "lstSongs"
  216.         Me.lstSongs.ScrollAlwaysVisible = True
  217.         Me.lstSongs.Size = New System.Drawing.Size(346, 286)
  218.         Me.lstSongs.TabIndex = 12
  219.         '
  220.         'strTools
  221.         '
  222.         Me.strTools.ImageScalingSize = New System.Drawing.Size(24, 24)
  223.         Me.strTools.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.strAdd, Me.strModify, Me.strRemove, Me.strMove, Me.strItems, Me.ToolStripSplitButton1, Me.strSave, Me.strAbout, Me.strSep, Me.strlblSearch, Me.strSearchResult})
  224.         Me.strTools.Location = New System.Drawing.Point(0, 0)
  225.         Me.strTools.Name = "strTools"
  226.         Me.strTools.Size = New System.Drawing.Size(738, 44)
  227.         Me.strTools.TabIndex = 13
  228.         Me.strTools.Text = "ToolStrip1"
  229.         '
  230.         'strAdd
  231.         '
  232.         Me.strAdd.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.FileMultimedialeToolStripMenuItem, Me.strAddWeb, Me.CercaNelComputerToolStripMenuItem})
  233.         Me.strAdd.Image = CType(resources.GetObject("strAdd.Image"), System.Drawing.Image)
  234.         Me.strAdd.ImageTransparentColor = System.Drawing.Color.Transparent
  235.         Me.strAdd.Name = "strAdd"
  236.         Me.strAdd.Size = New System.Drawing.Size(64, 41)
  237.         Me.strAdd.Text = "Aggiungi"
  238.         Me.strAdd.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText
  239.         '
  240.         'FileMultimedialeToolStripMenuItem
  241.         '
  242.         Me.FileMultimedialeToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Transparent
  243.         Me.FileMultimedialeToolStripMenuItem.Name = "FileMultimedialeToolStripMenuItem"
  244.         Me.FileMultimedialeToolStripMenuItem.Size = New System.Drawing.Size(203, 22)
  245.         Me.FileMultimedialeToolStripMenuItem.Text = "File multimediale"
  246.         '
  247.         'strAddWeb
  248.         '
  249.         Me.strAddWeb.Name = "strAddWeb"
  250.         Me.strAddWeb.Size = New System.Drawing.Size(203, 22)
  251.         Me.strAddWeb.Text = "File multimediale sul Web"
  252.         '
  253.         'CercaNelComputerToolStripMenuItem
  254.         '
  255.         Me.CercaNelComputerToolStripMenuItem.Name = "CercaNelComputerToolStripMenuItem"
  256.         Me.CercaNelComputerToolStripMenuItem.Size = New System.Drawing.Size(203, 22)
  257.         Me.CercaNelComputerToolStripMenuItem.Text = "Cerca nel computer"
  258.         '
  259.         'strModify
  260.         '
  261.         Me.strModify.Image = CType(resources.GetObject("strModify.Image"), System.Drawing.Image)
  262.         Me.strModify.ImageTransparentColor = System.Drawing.Color.Transparent
  263.         Me.strModify.Name = "strModify"
  264.         Me.strModify.Size = New System.Drawing.Size(50, 41)
  265.         Me.strModify.Text = "Modifica"
  266.         Me.strModify.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText
  267.         '
  268.         'strRemove
  269.         '
  270.         Me.strRemove.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.strRemoveNormal, Me.strRemoveChecked, Me.strRemoveAll})
  271.         Me.strRemove.Image = CType(resources.GetObject("strRemove.Image"), System.Drawing.Image)
  272.         Me.strRemove.ImageTransparentColor = System.Drawing.Color.Transparent
  273.         Me.strRemove.Name = "strRemove"
  274.         Me.strRemove.Size = New System.Drawing.Size(60, 41)
  275.         Me.strRemove.Text = "Rimuovi"
  276.         Me.strRemove.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText
  277.         '
  278.         'strRemoveNormal
  279.         '
  280.         Me.strRemoveNormal.Name = "strRemoveNormal"
  281.         Me.strRemoveNormal.Size = New System.Drawing.Size(179, 22)
  282.         Me.strRemoveNormal.Text = "Rimuovi selezionato"
  283.         '
  284.         'strRemoveChecked
  285.         '
  286.         Me.strRemoveChecked.Name = "strRemoveChecked"
  287.         Me.strRemoveChecked.Size = New System.Drawing.Size(179, 22)
  288.         Me.strRemoveChecked.Text = "Rimuovi spuntati"
  289.         '
  290.         'strRemoveAll
  291.         '
  292.         Me.strRemoveAll.Name = "strRemoveAll"
  293.         Me.strRemoveAll.Size = New System.Drawing.Size(179, 22)
  294.         Me.strRemoveAll.Text = "Rimuovi tutto"
  295.         '
  296.         'strMove
  297.         '
  298.         Me.strMove.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.strUp, Me.strDown, Me.strSort})
  299.         Me.strMove.Image = CType(resources.GetObject("strMove.Image"), System.Drawing.Image)
  300.         Me.strMove.ImageTransparentColor = System.Drawing.Color.Transparent
  301.         Me.strMove.Name = "strMove"
  302.         Me.strMove.Size = New System.Drawing.Size(56, 41)
  303.         Me.strMove.Text = "Sposta"
  304.         Me.strMove.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText
  305.         '
  306.         'strUp
  307.         '
  308.         Me.strUp.Name = "strUp"
  309.         Me.strUp.Size = New System.Drawing.Size(182, 22)
  310.         Me.strUp.Text = "Sposta elemento su"
  311.         '
  312.         'strDown
  313.         '
  314.         Me.strDown.Name = "strDown"
  315.         Me.strDown.Size = New System.Drawing.Size(182, 22)
  316.         Me.strDown.Text = "Sposta elemento giù"
  317.         '
  318.         'strSort
  319.         '
  320.         Me.strSort.Name = "strSort"
  321.         Me.strSort.Size = New System.Drawing.Size(182, 22)
  322.         Me.strSort.Text = "Ordina"
  323.         Me.strSort.ToolTipText = "Ordina gli elementi in ordine alfabetico"
  324.         '
  325.         'strItems
  326.         '
  327.         Me.strItems.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.strAutoSave, Me.strSeek})
  328.         Me.strItems.Image = CType(resources.GetObject("strItems.Image"), System.Drawing.Image)
  329.         Me.strItems.ImageTransparentColor = System.Drawing.Color.Transparent
  330.         Me.strItems.Name = "strItems"
  331.         Me.strItems.Size = New System.Drawing.Size(69, 41)
  332.         Me.strItems.Text = "Strumenti"
  333.         Me.strItems.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText
  334.         '
  335.         'strAutoSave
  336.         '
  337.         Me.strAutoSave.CheckOnClick = True
  338.         Me.strAutoSave.Name = "strAutoSave"
  339.         Me.strAutoSave.Size = New System.Drawing.Size(197, 22)
  340.         Me.strAutoSave.Text = "Salvataggio automatico"
  341.         '
  342.         'strSeek
  343.         '
  344.         Me.strSeek.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.strSearchMode, Me.strSearchKey, Me.strSearch})
  345.         Me.strSeek.Name = "strSeek"
  346.         Me.strSeek.Size = New System.Drawing.Size(197, 22)
  347.         Me.strSeek.Text = "Cerca nella playlist"
  348.         '
  349.         'strSearchMode
  350.         '
  351.         Me.strSearchMode.Items.AddRange(New Object() {"Per Titolo", "Per Artista / Attori", "Per Genere", "Per Gruppo", "Per Anno di pubblicazione", "Per Valutazione", "Per Note", "Per Album", "Per Compositore / Regista", "Per CopyRight", "Per Sito Internet", "Per Sottotitolo", "Per Lingua", "Per Numero di Traccia"})
  352.         Me.strSearchMode.Name = "strSearchMode"
  353.         Me.strSearchMode.Size = New System.Drawing.Size(121, 21)
  354.         Me.strSearchMode.Text = "Modalità di ricerca"
  355.         Me.strSearchMode.ToolTipText = "Seleziona la modalità di ricerca"
  356.         '
  357.         'strSearchKey
  358.         '
  359.         Me.strSearchKey.Name = "strSearchKey"
  360.         Me.strSearchKey.Size = New System.Drawing.Size(100, 21)
  361.         Me.strSearchKey.Text = "[Chiave di ricerca]"
  362.         Me.strSearchKey.ToolTipText = "Inserisci la chiave di ricerca"
  363.         '
  364.         'strSearch
  365.         '
  366.         Me.strSearch.Name = "strSearch"
  367.         Me.strSearch.Size = New System.Drawing.Size(181, 22)
  368.         Me.strSearch.Text = "Cerca"
  369.         '
  370.         'ToolStripSplitButton1
  371.         '
  372.         Me.ToolStripSplitButton1.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.strPlayNext, Me.strPlayBefore, Me.RiproduciTuttoToolStripMenuItem, Me.strPlayRandom, Me.ToolStripMenuItem1, Me.ControlloVolumeToolStripMenuItem})
  373.         Me.ToolStripSplitButton1.Image = CType(resources.GetObject("ToolStripSplitButton1.Image"), System.Drawing.Image)
  374.         Me.ToolStripSplitButton1.ImageTransparentColor = System.Drawing.Color.Transparent
  375.         Me.ToolStripSplitButton1.Name = "ToolStripSplitButton1"
  376.         Me.ToolStripSplitButton1.Size = New System.Drawing.Size(52, 41)
  377.         Me.ToolStripSplitButton1.Text = "Opzioi"
  378.         Me.ToolStripSplitButton1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText
  379.         '
  380.         'strPlayNext
  381.         '
  382.         Me.strPlayNext.Name = "strPlayNext"
  383.         Me.strPlayNext.Size = New System.Drawing.Size(215, 22)
  384.         Me.strPlayNext.Text = "Riproduci successivo"
  385.         '
  386.         'strPlayBefore
  387.         '
  388.         Me.strPlayBefore.Name = "strPlayBefore"
  389.         Me.strPlayBefore.Size = New System.Drawing.Size(215, 22)
  390.         Me.strPlayBefore.Text = "Riproduci precedente"
  391.         '
  392.         'RiproduciTuttoToolStripMenuItem
  393.         '
  394.         Me.RiproduciTuttoToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.InOrdineInversoToolStripMenuItem})
  395.         Me.RiproduciTuttoToolStripMenuItem.Name = "RiproduciTuttoToolStripMenuItem"
  396.         Me.RiproduciTuttoToolStripMenuItem.Size = New System.Drawing.Size(215, 22)
  397.         Me.RiproduciTuttoToolStripMenuItem.Text = "Riproduci tutto"
  398.         '
  399.         'InOrdineInversoToolStripMenuItem
  400.         '
  401.         Me.InOrdineInversoToolStripMenuItem.Name = "InOrdineInversoToolStripMenuItem"
  402.         Me.InOrdineInversoToolStripMenuItem.Size = New System.Drawing.Size(166, 22)
  403.         Me.InOrdineInversoToolStripMenuItem.Text = "In ordine inverso"
  404.         '
  405.         'strPlayRandom
  406.         '
  407.         Me.strPlayRandom.Name = "strPlayRandom"
  408.         Me.strPlayRandom.Size = New System.Drawing.Size(215, 22)
  409.         Me.strPlayRandom.Text = "Riproduci elemento casuale"
  410.         '
  411.         'ToolStripMenuItem1
  412.         '
  413.         Me.ToolStripMenuItem1.Name = "ToolStripMenuItem1"
  414.         Me.ToolStripMenuItem1.Size = New System.Drawing.Size(212, 6)
  415.         '
  416.         'ControlloVolumeToolStripMenuItem
  417.         '
  418.         Me.ControlloVolumeToolStripMenuItem.Name = "ControlloVolumeToolStripMenuItem"
  419.         Me.ControlloVolumeToolStripMenuItem.Size = New System.Drawing.Size(215, 22)
  420.         Me.ControlloVolumeToolStripMenuItem.Text = "Controllo volume"
  421.         '
  422.         'strSave
  423.         '
  424.         Me.strSave.Image = CType(resources.GetObject("strSave.Image"), System.Drawing.Image)
  425.         Me.strSave.ImageTransparentColor = System.Drawing.Color.Transparent
  426.         Me.strSave.Name = "strSave"
  427.         Me.strSave.Size = New System.Drawing.Size(37, 41)
  428.         Me.strSave.Text = "Salva"
  429.         Me.strSave.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText
  430.         '
  431.         'strAbout
  432.         '
  433.         Me.strAbout.Image = CType(resources.GetObject("strAbout.Image"), System.Drawing.Image)
  434.         Me.strAbout.ImageTransparentColor = System.Drawing.Color.Transparent
  435.         Me.strAbout.Name = "strAbout"
  436.         Me.strAbout.Size = New System.Drawing.Size(40, 41)
  437.         Me.strAbout.Text = "About"
  438.         Me.strAbout.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText
  439.         '
  440.         'strSep
  441.         '
  442.         Me.strSep.Name = "strSep"
  443.         Me.strSep.Size = New System.Drawing.Size(6, 44)
  444.         Me.strSep.Visible = False
  445.         '
  446.         'strlblSearch
  447.         '
  448.         Me.strlblSearch.Image = CType(resources.GetObject("strlblSearch.Image"), System.Drawing.Image)
  449.         Me.strlblSearch.ImageTransparentColor = System.Drawing.Color.Transparent
  450.         Me.strlblSearch.Name = "strlblSearch"
  451.         Me.strlblSearch.Size = New System.Drawing.Size(133, 41)
  452.         Me.strlblSearch.Text = "Risultati della ricerca:"
  453.         Me.strlblSearch.Visible = False
  454.         '
  455.         'strSearchResult
  456.         '
  457.         Me.strSearchResult.Name = "strSearchResult"
  458.         Me.strSearchResult.Size = New System.Drawing.Size(121, 44)
  459.         Me.strSearchResult.ToolTipText = "Risultati della ricerca"
  460.         Me.strSearchResult.Visible = False
  461.         '
  462.         'cmdAllScreen
  463.         '
  464.         Me.cmdAllScreen.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  465.         Me.cmdAllScreen.Location = New System.Drawing.Point(240, 360)
  466.         Me.cmdAllScreen.Name = "cmdAllScreen"
  467.         Me.cmdAllScreen.Size = New System.Drawing.Size(118, 24)
  468.         Me.cmdAllScreen.TabIndex = 14
  469.         Me.cmdAllScreen.Text = "A tutto schermo"
  470.         Me.cmdAllScreen.UseVisualStyleBackColor = True
  471.         Me.cmdAllScreen.Visible = False
  472.         '
  473.         'tmrPlayAll
  474.         '
  475.         '
  476.         'frmSong
  477.         '
  478.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  479.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  480.         Me.BackColor = System.Drawing.Color.LightSkyBlue
  481.         Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  482.         Me.ClientSize = New System.Drawing.Size(738, 454)
  483.         Me.Controls.Add(Me.cmdAllScreen)
  484.         Me.Controls.Add(Me.strTools)
  485.         Me.Controls.Add(Me.lstSongs)
  486.         Me.Controls.Add(Me.lstInfo)
  487.         Me.Controls.Add(Me.imgVideo)
  488.         Me.Controls.Add(Me.cmdPause)
  489.         Me.Controls.Add(Me.trkSound)
  490.         Me.Controls.Add(Me.lblPos)
  491.         Me.Controls.Add(Me.cmdStop)
  492.         Me.Controls.Add(Me.cmdPLay)
  493.         Me.Controls.Add(Me.strStatus)
  494.         Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  495.         Me.Name = "frmSong"
  496.         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  497.         Me.Text = "Aqua Player"
  498.         Me.strStatus.ResumeLayout(False)
  499.         Me.strStatus.PerformLayout()
  500.         CType(Me.trkSound, System.ComponentModel.ISupportInitialize).EndInit()
  501.         CType(Me.imgVideo, System.ComponentModel.ISupportInitialize).EndInit()
  502.         Me.strTools.ResumeLayout(False)
  503.         Me.strTools.PerformLayout()
  504.         Me.ResumeLayout(False)
  505.         Me.PerformLayout()
  506.  
  507.     End Sub
  508.     Friend WithEvents FOpen As System.Windows.Forms.OpenFileDialog
  509.     Friend WithEvents strStatus As System.Windows.Forms.StatusStrip
  510.     Friend WithEvents lblStatus As System.Windows.Forms.ToolStripStatusLabel
  511.     Friend WithEvents cmdPLay As System.Windows.Forms.Button
  512.     Friend WithEvents cmdStop As System.Windows.Forms.Button
  513.     Friend WithEvents tmrControl As System.Windows.Forms.Timer
  514.     Friend WithEvents lblPos As System.Windows.Forms.Label
  515.     Friend WithEvents trkSound As System.Windows.Forms.TrackBar
  516.     Friend WithEvents cmdPause As System.Windows.Forms.Button
  517.     Friend WithEvents imgVideo As System.Windows.Forms.PictureBox
  518.     Friend WithEvents lstInfo As System.Windows.Forms.ListView
  519.     Friend WithEvents clmField As System.Windows.Forms.ColumnHeader
  520.     Friend WithEvents clmValue As System.Windows.Forms.ColumnHeader
  521.     Friend WithEvents lstSongs As System.Windows.Forms.CheckedListBox
  522.     Friend WithEvents strTools As System.Windows.Forms.ToolStrip
  523.     Friend WithEvents strModify As System.Windows.Forms.ToolStripButton
  524.     Friend WithEvents strRemove As System.Windows.Forms.ToolStripSplitButton
  525.     Friend WithEvents strRemoveNormal As System.Windows.Forms.ToolStripMenuItem
  526.     Friend WithEvents strRemoveChecked As System.Windows.Forms.ToolStripMenuItem
  527.     Friend WithEvents strRemoveAll As System.Windows.Forms.ToolStripMenuItem
  528.     Friend WithEvents strMove As System.Windows.Forms.ToolStripSplitButton
  529.     Friend WithEvents strUp As System.Windows.Forms.ToolStripMenuItem
  530.     Friend WithEvents strDown As System.Windows.Forms.ToolStripMenuItem
  531.     Friend WithEvents strItems As System.Windows.Forms.ToolStripSplitButton
  532.     Friend WithEvents strAutoSave As System.Windows.Forms.ToolStripMenuItem
  533.     Friend WithEvents strSeek As System.Windows.Forms.ToolStripMenuItem
  534.     Friend WithEvents strAdd As System.Windows.Forms.ToolStripSplitButton
  535.     Friend WithEvents FileMultimedialeToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  536.     Friend WithEvents CercaNelComputerToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  537.     Friend WithEvents strSave As System.Windows.Forms.ToolStripButton
  538.     Friend WithEvents cmdAllScreen As System.Windows.Forms.Button
  539.     Friend WithEvents strSearchMode As System.Windows.Forms.ToolStripComboBox
  540.     Friend WithEvents strSearchKey As System.Windows.Forms.ToolStripTextBox
  541.     Friend WithEvents strSearch As System.Windows.Forms.ToolStripMenuItem
  542.     Friend WithEvents strSearchResult As System.Windows.Forms.ToolStripComboBox
  543.     Friend WithEvents strSep As System.Windows.Forms.ToolStripSeparator
  544.     Friend WithEvents strlblSearch As System.Windows.Forms.ToolStripLabel
  545.     Friend WithEvents prgSearch As System.Windows.Forms.ToolStripProgressBar
  546.     Friend WithEvents strAbout As System.Windows.Forms.ToolStripButton
  547.     Friend WithEvents ToolStripSplitButton1 As System.Windows.Forms.ToolStripSplitButton
  548.     Friend WithEvents strPlayNext As System.Windows.Forms.ToolStripMenuItem
  549.     Friend WithEvents strPlayBefore As System.Windows.Forms.ToolStripMenuItem
  550.     Friend WithEvents RiproduciTuttoToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  551.     Friend WithEvents strPlayRandom As System.Windows.Forms.ToolStripMenuItem
  552.     Friend WithEvents InOrdineInversoToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  553.     Friend WithEvents tmrPlayAll As System.Windows.Forms.Timer
  554.     Friend WithEvents ToolStripMenuItem1 As System.Windows.Forms.ToolStripSeparator
  555.     Friend WithEvents ControlloVolumeToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
  556.     Friend WithEvents strAddWeb As System.Windows.Forms.ToolStripMenuItem
  557.     Friend WithEvents strSort As System.Windows.Forms.ToolStripMenuItem
  558.  
  559. End Class