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 - frmSeek.Designer.vb

frmSeek.Designer.vb

Caricato da: Totem
Scarica il programma completo

  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class frmSeek
  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.         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmSeek))
  23.         Me.Label1 = New System.Windows.Forms.Label
  24.         Me.txtDir = New System.Windows.Forms.TextBox
  25.         Me.cmdBrowse = New System.Windows.Forms.Button
  26.         Me.DFolder = New System.Windows.Forms.FolderBrowserDialog
  27.         Me.Label2 = New System.Windows.Forms.Label
  28.         Me.chbMp3 = New System.Windows.Forms.CheckBox
  29.         Me.chbWav = New System.Windows.Forms.CheckBox
  30.         Me.chbAvi = New System.Windows.Forms.CheckBox
  31.         Me.chbWmv = New System.Windows.Forms.CheckBox
  32.         Me.chbWma = New System.Windows.Forms.CheckBox
  33.         Me.cmdSeek = New System.Windows.Forms.Button
  34.         Me.chbMpg = New System.Windows.Forms.CheckBox
  35.         Me.grpExt = New System.Windows.Forms.GroupBox
  36.         Me.chbDir = New System.Windows.Forms.CheckBox
  37.         Me.lstFiles = New System.Windows.Forms.ListView
  38.         Me.clmName = New System.Windows.Forms.ColumnHeader
  39.         Me.clmDir = New System.Windows.Forms.ColumnHeader
  40.         Me.cmdTransferAll = New System.Windows.Forms.Button
  41.         Me.cmdTransferChecked = New System.Windows.Forms.Button
  42.         Me.chbMp3Data = New System.Windows.Forms.CheckBox
  43.         Me.prgMp3 = New System.Windows.Forms.ProgressBar
  44.         Me.grpExt.SuspendLayout()
  45.         Me.SuspendLayout()
  46.         '
  47.         'Label1
  48.         '
  49.         Me.Label1.AutoSize = True
  50.         Me.Label1.Location = New System.Drawing.Point(12, 9)
  51.         Me.Label1.Name = "Label1"
  52.         Me.Label1.Size = New System.Drawing.Size(106, 13)
  53.         Me.Label1.TabIndex = 0
  54.         Me.Label1.Text = "Cerca nella directory:"
  55.         '
  56.         'txtDir
  57.         '
  58.         Me.txtDir.Location = New System.Drawing.Point(124, 6)
  59.         Me.txtDir.Name = "txtDir"
  60.         Me.txtDir.Size = New System.Drawing.Size(269, 20)
  61.         Me.txtDir.TabIndex = 1
  62.         '
  63.         'cmdBrowse
  64.         '
  65.         Me.cmdBrowse.Location = New System.Drawing.Point(320, 32)
  66.         Me.cmdBrowse.Name = "cmdBrowse"
  67.         Me.cmdBrowse.Size = New System.Drawing.Size(73, 25)
  68.         Me.cmdBrowse.TabIndex = 2
  69.         Me.cmdBrowse.Text = "Sfoglia"
  70.         Me.cmdBrowse.UseVisualStyleBackColor = True
  71.         '
  72.         'DFolder
  73.         '
  74.         Me.DFolder.Description = "Seleziona la directory in cui cercare:"
  75.         '
  76.         'Label2
  77.         '
  78.         Me.Label2.AutoSize = True
  79.         Me.Label2.Location = New System.Drawing.Point(6, 16)
  80.         Me.Label2.Name = "Label2"
  81.         Me.Label2.Size = New System.Drawing.Size(64, 13)
  82.         Me.Label2.TabIndex = 3
  83.         Me.Label2.Text = "Cerca i files:"
  84.         '
  85.         'chbMp3
  86.         '
  87.         Me.chbMp3.AutoSize = True
  88.         Me.chbMp3.Location = New System.Drawing.Point(76, 16)
  89.         Me.chbMp3.Name = "chbMp3"
  90.         Me.chbMp3.Size = New System.Drawing.Size(47, 17)
  91.         Me.chbMp3.TabIndex = 4
  92.         Me.chbMp3.Tag = "*.mp3"
  93.         Me.chbMp3.Text = "Mp3"
  94.         Me.chbMp3.UseVisualStyleBackColor = True
  95.         '
  96.         'chbWav
  97.         '
  98.         Me.chbWav.AutoSize = True
  99.         Me.chbWav.Location = New System.Drawing.Point(76, 39)
  100.         Me.chbWav.Name = "chbWav"
  101.         Me.chbWav.Size = New System.Drawing.Size(85, 17)
  102.         Me.chbWav.TabIndex = 5
  103.         Me.chbWav.Tag = "*.wav"
  104.         Me.chbWav.Text = "Audio Wave"
  105.         Me.chbWav.UseVisualStyleBackColor = True
  106.         '
  107.         'chbAvi
  108.         '
  109.         Me.chbAvi.AutoSize = True
  110.         Me.chbAvi.Location = New System.Drawing.Point(196, 39)
  111.         Me.chbAvi.Name = "chbAvi"
  112.         Me.chbAvi.Size = New System.Drawing.Size(41, 17)
  113.         Me.chbAvi.TabIndex = 6
  114.         Me.chbAvi.Tag = "*.avi"
  115.         Me.chbAvi.Text = "Avi"
  116.         Me.chbAvi.UseVisualStyleBackColor = True
  117.         '
  118.         'chbWmv
  119.         '
  120.         Me.chbWmv.AutoSize = True
  121.         Me.chbWmv.Location = New System.Drawing.Point(300, 39)
  122.         Me.chbWmv.Name = "chbWmv"
  123.         Me.chbWmv.Size = New System.Drawing.Size(53, 17)
  124.         Me.chbWmv.TabIndex = 7
  125.         Me.chbWmv.Tag = "*.wmv"
  126.         Me.chbWmv.Text = "WMV"
  127.         Me.chbWmv.UseVisualStyleBackColor = True
  128.         '
  129.         'chbWma
  130.         '
  131.         Me.chbWma.AutoSize = True
  132.         Me.chbWma.Location = New System.Drawing.Point(196, 15)
  133.         Me.chbWma.Name = "chbWma"
  134.         Me.chbWma.Size = New System.Drawing.Size(62, 17)
  135.         Me.chbWma.TabIndex = 8
  136.         Me.chbWma.Tag = "*.wma"
  137.         Me.chbWma.Text = "Traccia"
  138.         Me.chbWma.UseVisualStyleBackColor = True
  139.         '
  140.         'cmdSeek
  141.         '
  142.         Me.cmdSeek.Location = New System.Drawing.Point(320, 133)
  143.         Me.cmdSeek.Name = "cmdSeek"
  144.         Me.cmdSeek.Size = New System.Drawing.Size(73, 25)
  145.         Me.cmdSeek.TabIndex = 9
  146.         Me.cmdSeek.Text = "Cerca"
  147.         Me.cmdSeek.UseVisualStyleBackColor = True
  148.         '
  149.         'chbMpg
  150.         '
  151.         Me.chbMpg.AutoSize = True
  152.         Me.chbMpg.Location = New System.Drawing.Point(300, 16)
  153.         Me.chbMpg.Name = "chbMpg"
  154.         Me.chbMpg.Size = New System.Drawing.Size(53, 17)
  155.         Me.chbMpg.TabIndex = 10
  156.         Me.chbMpg.Tag = "*.mpg"
  157.         Me.chbMpg.Text = "Mpeg"
  158.         Me.chbMpg.UseVisualStyleBackColor = True
  159.         '
  160.         'grpExt
  161.         '
  162.         Me.grpExt.Controls.Add(Me.chbMp3)
  163.         Me.grpExt.Controls.Add(Me.Label2)
  164.         Me.grpExt.Controls.Add(Me.chbMpg)
  165.         Me.grpExt.Controls.Add(Me.chbWmv)
  166.         Me.grpExt.Controls.Add(Me.chbAvi)
  167.         Me.grpExt.Controls.Add(Me.chbWma)
  168.         Me.grpExt.Controls.Add(Me.chbWav)
  169.         Me.grpExt.Location = New System.Drawing.Point(12, 63)
  170.         Me.grpExt.Name = "grpExt"
  171.         Me.grpExt.Size = New System.Drawing.Size(381, 64)
  172.         Me.grpExt.TabIndex = 11
  173.         Me.grpExt.TabStop = False
  174.         Me.grpExt.Text = "Tipo di file"
  175.         '
  176.         'chbDir
  177.         '
  178.         Me.chbDir.AutoSize = True
  179.         Me.chbDir.Location = New System.Drawing.Point(124, 37)
  180.         Me.chbDir.Name = "chbDir"
  181.         Me.chbDir.Size = New System.Drawing.Size(172, 17)
  182.         Me.chbDir.TabIndex = 12
  183.         Me.chbDir.Text = "Cerca anche nelle sottocartelle"
  184.         Me.chbDir.UseVisualStyleBackColor = True
  185.         '
  186.         'lstFiles
  187.         '
  188.         Me.lstFiles.CheckBoxes = True
  189.         Me.lstFiles.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.clmName, Me.clmDir})
  190.         Me.lstFiles.FullRowSelect = True
  191.         Me.lstFiles.Location = New System.Drawing.Point(12, 164)
  192.         Me.lstFiles.Name = "lstFiles"
  193.         Me.lstFiles.Size = New System.Drawing.Size(381, 156)
  194.         Me.lstFiles.TabIndex = 13
  195.         Me.lstFiles.UseCompatibleStateImageBehavior = False
  196.         Me.lstFiles.View = System.Windows.Forms.View.Details
  197.         '
  198.         'clmName
  199.         '
  200.         Me.clmName.Text = "Nome file"
  201.         Me.clmName.Width = 86
  202.         '
  203.         'clmDir
  204.         '
  205.         Me.clmDir.Text = "Cartella"
  206.         Me.clmDir.Width = 220
  207.         '
  208.         'cmdTransferAll
  209.         '
  210.         Me.cmdTransferAll.Location = New System.Drawing.Point(252, 326)
  211.         Me.cmdTransferAll.Name = "cmdTransferAll"
  212.         Me.cmdTransferAll.Size = New System.Drawing.Size(141, 25)
  213.         Me.cmdTransferAll.TabIndex = 14
  214.         Me.cmdTransferAll.Text = "Trasferisci tutti i file"
  215.         Me.cmdTransferAll.UseVisualStyleBackColor = True
  216.         '
  217.         'cmdTransferChecked
  218.         '
  219.         Me.cmdTransferChecked.Location = New System.Drawing.Point(12, 326)
  220.         Me.cmdTransferChecked.Name = "cmdTransferChecked"
  221.         Me.cmdTransferChecked.Size = New System.Drawing.Size(141, 25)
  222.         Me.cmdTransferChecked.TabIndex = 15
  223.         Me.cmdTransferChecked.Text = "Trafserisci i file selezionati"
  224.         Me.cmdTransferChecked.UseVisualStyleBackColor = True
  225.         '
  226.         'chbMp3Data
  227.         '
  228.         Me.chbMp3Data.AutoSize = True
  229.         Me.chbMp3Data.Location = New System.Drawing.Point(12, 138)
  230.         Me.chbMp3Data.Name = "chbMp3Data"
  231.         Me.chbMp3Data.Size = New System.Drawing.Size(279, 17)
  232.         Me.chbMp3Data.TabIndex = 16
  233.         Me.chbMp3Data.Text = "Estrapola dati (nome, artista, album ecc...) dai file mp3"
  234.         Me.chbMp3Data.UseVisualStyleBackColor = True
  235.         '
  236.         'prgMp3
  237.         '
  238.         Me.prgMp3.Location = New System.Drawing.Point(12, 357)
  239.         Me.prgMp3.Name = "prgMp3"
  240.         Me.prgMp3.Size = New System.Drawing.Size(381, 20)
  241.         Me.prgMp3.TabIndex = 17
  242.         '
  243.         'frmSeek
  244.         '
  245.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  246.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  247.         Me.BackColor = System.Drawing.Color.LightSkyBlue
  248.         Me.ClientSize = New System.Drawing.Size(409, 389)
  249.         Me.Controls.Add(Me.prgMp3)
  250.         Me.Controls.Add(Me.chbMp3Data)
  251.         Me.Controls.Add(Me.cmdTransferChecked)
  252.         Me.Controls.Add(Me.cmdTransferAll)
  253.         Me.Controls.Add(Me.lstFiles)
  254.         Me.Controls.Add(Me.chbDir)
  255.         Me.Controls.Add(Me.grpExt)
  256.         Me.Controls.Add(Me.cmdSeek)
  257.         Me.Controls.Add(Me.cmdBrowse)
  258.         Me.Controls.Add(Me.txtDir)
  259.         Me.Controls.Add(Me.Label1)
  260.         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
  261.         Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  262.         Me.MaximizeBox = False
  263.         Me.Name = "frmSeek"
  264.         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  265.         Me.Text = "Cerca nel computer"
  266.         Me.grpExt.ResumeLayout(False)
  267.         Me.grpExt.PerformLayout()
  268.         Me.ResumeLayout(False)
  269.         Me.PerformLayout()
  270.  
  271.     End Sub
  272.     Friend WithEvents Label1 As System.Windows.Forms.Label
  273.     Friend WithEvents txtDir As System.Windows.Forms.TextBox
  274.     Friend WithEvents cmdBrowse As System.Windows.Forms.Button
  275.     Friend WithEvents DFolder As System.Windows.Forms.FolderBrowserDialog
  276.     Friend WithEvents Label2 As System.Windows.Forms.Label
  277.     Friend WithEvents chbMp3 As System.Windows.Forms.CheckBox
  278.     Friend WithEvents chbWav As System.Windows.Forms.CheckBox
  279.     Friend WithEvents chbAvi As System.Windows.Forms.CheckBox
  280.     Friend WithEvents chbWmv As System.Windows.Forms.CheckBox
  281.     Friend WithEvents chbWma As System.Windows.Forms.CheckBox
  282.     Friend WithEvents cmdSeek As System.Windows.Forms.Button
  283.     Friend WithEvents chbMpg As System.Windows.Forms.CheckBox
  284.     Friend WithEvents grpExt As System.Windows.Forms.GroupBox
  285.     Friend WithEvents chbDir As System.Windows.Forms.CheckBox
  286.     Friend WithEvents lstFiles As System.Windows.Forms.ListView
  287.     Friend WithEvents clmName As System.Windows.Forms.ColumnHeader
  288.     Friend WithEvents clmDir As System.Windows.Forms.ColumnHeader
  289.     Friend WithEvents cmdTransferAll As System.Windows.Forms.Button
  290.     Friend WithEvents cmdTransferChecked As System.Windows.Forms.Button
  291.     Friend WithEvents chbMp3Data As System.Windows.Forms.CheckBox
  292.     Friend WithEvents prgMp3 As System.Windows.Forms.ProgressBar
  293. End Class