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
Max Player - FolderEditDialog.Designer.vb

FolderEditDialog.Designer.vb

Caricato da: Totem
Scarica il programma completo

  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class FolderEditDialog
  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.         Try
  9.             If disposing AndAlso components IsNot Nothing Then
  10.                 components.Dispose()
  11.             End If
  12.         Finally
  13.             MyBase.Dispose(disposing)
  14.         End Try
  15.     End Sub
  16.  
  17.     'Required by the Windows Form Designer
  18.     Private components As System.ComponentModel.IContainer
  19.  
  20.     'NOTE: The following procedure is required by the Windows Form Designer
  21.     'It can be modified using the Windows Form Designer.  
  22.     'Do not modify it using the code editor.
  23.     <System.Diagnostics.DebuggerStepThrough()> _
  24.     Private Sub InitializeComponent()
  25.         Me.TableLayoutPanel1 = New System.Windows.Forms.TableLayoutPanel
  26.         Me.OK_Button = New System.Windows.Forms.Button
  27.         Me.Cancel_Button = New System.Windows.Forms.Button
  28.         Me.dtpDate = New System.Windows.Forms.DateTimePicker
  29.         Me.txtAuthor = New System.Windows.Forms.TextBox
  30.         Me.txtGenre = New System.Windows.Forms.TextBox
  31.         Me.txtBand = New System.Windows.Forms.TextBox
  32.         Me.txtArtist = New System.Windows.Forms.TextBox
  33.         Me.txtAlbum = New System.Windows.Forms.TextBox
  34.         Me.Label13 = New System.Windows.Forms.Label
  35.         Me.Label12 = New System.Windows.Forms.Label
  36.         Me.Label9 = New System.Windows.Forms.Label
  37.         Me.Label7 = New System.Windows.Forms.Label
  38.         Me.Label6 = New System.Windows.Forms.Label
  39.         Me.Label4 = New System.Windows.Forms.Label
  40.         Me.Label1 = New System.Windows.Forms.Label
  41.         Me.chbAllpyToAll = New System.Windows.Forms.CheckBox
  42.         Me.TableLayoutPanel1.SuspendLayout()
  43.         Me.SuspendLayout()
  44.         '
  45.         'TableLayoutPanel1
  46.         '
  47.         Me.TableLayoutPanel1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  48.         Me.TableLayoutPanel1.ColumnCount = 2
  49.         Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
  50.         Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
  51.         Me.TableLayoutPanel1.Controls.Add(Me.OK_Button, 0, 0)
  52.         Me.TableLayoutPanel1.Controls.Add(Me.Cancel_Button, 1, 0)
  53.         Me.TableLayoutPanel1.Location = New System.Drawing.Point(246, 193)
  54.         Me.TableLayoutPanel1.Name = "TableLayoutPanel1"
  55.         Me.TableLayoutPanel1.RowCount = 1
  56.         Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
  57.         Me.TableLayoutPanel1.Size = New System.Drawing.Size(146, 29)
  58.         Me.TableLayoutPanel1.TabIndex = 0
  59.         '
  60.         'OK_Button
  61.         '
  62.         Me.OK_Button.Anchor = System.Windows.Forms.AnchorStyles.None
  63.         Me.OK_Button.Location = New System.Drawing.Point(3, 3)
  64.         Me.OK_Button.Name = "OK_Button"
  65.         Me.OK_Button.Size = New System.Drawing.Size(67, 23)
  66.         Me.OK_Button.TabIndex = 0
  67.         Me.OK_Button.Text = "OK"
  68.         '
  69.         'Cancel_Button
  70.         '
  71.         Me.Cancel_Button.Anchor = System.Windows.Forms.AnchorStyles.None
  72.         Me.Cancel_Button.DialogResult = System.Windows.Forms.DialogResult.Cancel
  73.         Me.Cancel_Button.Location = New System.Drawing.Point(76, 3)
  74.         Me.Cancel_Button.Name = "Cancel_Button"
  75.         Me.Cancel_Button.Size = New System.Drawing.Size(67, 23)
  76.         Me.Cancel_Button.TabIndex = 1
  77.         Me.Cancel_Button.Text = "Annulla"
  78.         '
  79.         'dtpDate
  80.         '
  81.         Me.dtpDate.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  82.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  83.         Me.dtpDate.Location = New System.Drawing.Point(125, 161)
  84.         Me.dtpDate.Name = "dtpDate"
  85.         Me.dtpDate.Size = New System.Drawing.Size(264, 20)
  86.         Me.dtpDate.TabIndex = 54
  87.         '
  88.         'txtAuthor
  89.         '
  90.         Me.txtAuthor.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  91.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  92.         Me.txtAuthor.Location = New System.Drawing.Point(125, 135)
  93.         Me.txtAuthor.Name = "txtAuthor"
  94.         Me.txtAuthor.Size = New System.Drawing.Size(264, 20)
  95.         Me.txtAuthor.TabIndex = 52
  96.         Me.txtAuthor.Tag = "TEXT"
  97.         '
  98.         'txtGenre
  99.         '
  100.         Me.txtGenre.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  101.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  102.         Me.txtGenre.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest
  103.         Me.txtGenre.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource
  104.         Me.txtGenre.Location = New System.Drawing.Point(125, 109)
  105.         Me.txtGenre.Name = "txtGenre"
  106.         Me.txtGenre.Size = New System.Drawing.Size(264, 20)
  107.         Me.txtGenre.TabIndex = 51
  108.         Me.txtGenre.Tag = "TCON"
  109.         '
  110.         'txtBand
  111.         '
  112.         Me.txtBand.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  113.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  114.         Me.txtBand.Location = New System.Drawing.Point(125, 83)
  115.         Me.txtBand.Name = "txtBand"
  116.         Me.txtBand.Size = New System.Drawing.Size(264, 20)
  117.         Me.txtBand.TabIndex = 49
  118.         Me.txtBand.Tag = "TPE2"
  119.         '
  120.         'txtArtist
  121.         '
  122.         Me.txtArtist.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  123.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  124.         Me.txtArtist.Location = New System.Drawing.Point(125, 57)
  125.         Me.txtArtist.Name = "txtArtist"
  126.         Me.txtArtist.Size = New System.Drawing.Size(264, 20)
  127.         Me.txtArtist.TabIndex = 47
  128.         Me.txtArtist.Tag = "TPE1"
  129.         '
  130.         'txtAlbum
  131.         '
  132.         Me.txtAlbum.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  133.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  134.         Me.txtAlbum.Location = New System.Drawing.Point(125, 31)
  135.         Me.txtAlbum.Name = "txtAlbum"
  136.         Me.txtAlbum.Size = New System.Drawing.Size(264, 20)
  137.         Me.txtAlbum.TabIndex = 46
  138.         Me.txtAlbum.Tag = "TALB"
  139.         '
  140.         'Label13
  141.         '
  142.         Me.Label13.AutoSize = True
  143.         Me.Label13.Location = New System.Drawing.Point(12, 86)
  144.         Me.Label13.Name = "Label13"
  145.         Me.Label13.Size = New System.Drawing.Size(92, 13)
  146.         Me.Label13.TabIndex = 42
  147.         Me.Label13.Text = "Orchestra / Band:"
  148.         '
  149.         'Label12
  150.         '
  151.         Me.Label12.AutoSize = True
  152.         Me.Label12.Location = New System.Drawing.Point(12, 60)
  153.         Me.Label12.Name = "Label12"
  154.         Me.Label12.Size = New System.Drawing.Size(46, 13)
  155.         Me.Label12.TabIndex = 41
  156.         Me.Label12.Text = "Artista/i:"
  157.         '
  158.         'Label9
  159.         '
  160.         Me.Label9.AutoSize = True
  161.         Me.Label9.Location = New System.Drawing.Point(12, 138)
  162.         Me.Label9.Name = "Label9"
  163.         Me.Label9.Size = New System.Drawing.Size(87, 13)
  164.         Me.Label9.TabIndex = 39
  165.         Me.Label9.Text = "Autore/i dei testi:"
  166.         '
  167.         'Label7
  168.         '
  169.         Me.Label7.AutoSize = True
  170.         Me.Label7.Location = New System.Drawing.Point(12, 165)
  171.         Me.Label7.Name = "Label7"
  172.         Me.Label7.Size = New System.Drawing.Size(106, 13)
  173.         Me.Label7.TabIndex = 37
  174.         Me.Label7.Text = "Data di registrazione:"
  175.         '
  176.         'Label6
  177.         '
  178.         Me.Label6.AutoSize = True
  179.         Me.Label6.Location = New System.Drawing.Point(12, 112)
  180.         Me.Label6.Name = "Label6"
  181.         Me.Label6.Size = New System.Drawing.Size(45, 13)
  182.         Me.Label6.TabIndex = 36
  183.         Me.Label6.Text = "Genere:"
  184.         '
  185.         'Label4
  186.         '
  187.         Me.Label4.AutoSize = True
  188.         Me.Label4.Location = New System.Drawing.Point(12, 34)
  189.         Me.Label4.Name = "Label4"
  190.         Me.Label4.Size = New System.Drawing.Size(68, 13)
  191.         Me.Label4.TabIndex = 34
  192.         Me.Label4.Text = "Album / Film:"
  193.         '
  194.         'Label1
  195.         '
  196.         Me.Label1.AutoSize = True
  197.         Me.Label1.Location = New System.Drawing.Point(12, 9)
  198.         Me.Label1.Name = "Label1"
  199.         Me.Label1.Size = New System.Drawing.Size(388, 13)
  200.         Me.Label1.TabIndex = 58
  201.         Me.Label1.Text = "Le seguenti informazioni verranno applicate a tutti i files contenuti nella categ" & _
  202.             "oria:"
  203.         '
  204.         'chbAllpyToAll
  205.         '
  206.         Me.chbAllpyToAll.AutoSize = True
  207.         Me.chbAllpyToAll.Location = New System.Drawing.Point(15, 200)
  208.         Me.chbAllpyToAll.Name = "chbAllpyToAll"
  209.         Me.chbAllpyToAll.Size = New System.Drawing.Size(161, 17)
  210.         Me.chbAllpyToAll.TabIndex = 59
  211.         Me.chbAllpyToAll.Text = "Applica anche ai vecchi files"
  212.         Me.chbAllpyToAll.UseVisualStyleBackColor = True
  213.         '
  214.         'FolderEditDialog
  215.         '
  216.         Me.AcceptButton = Me.OK_Button
  217.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  218.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  219.         Me.CancelButton = Me.Cancel_Button
  220.         Me.ClientSize = New System.Drawing.Size(404, 234)
  221.         Me.Controls.Add(Me.chbAllpyToAll)
  222.         Me.Controls.Add(Me.Label1)
  223.         Me.Controls.Add(Me.dtpDate)
  224.         Me.Controls.Add(Me.txtAuthor)
  225.         Me.Controls.Add(Me.txtGenre)
  226.         Me.Controls.Add(Me.txtBand)
  227.         Me.Controls.Add(Me.txtArtist)
  228.         Me.Controls.Add(Me.txtAlbum)
  229.         Me.Controls.Add(Me.Label13)
  230.         Me.Controls.Add(Me.Label12)
  231.         Me.Controls.Add(Me.Label9)
  232.         Me.Controls.Add(Me.Label7)
  233.         Me.Controls.Add(Me.Label6)
  234.         Me.Controls.Add(Me.Label4)
  235.         Me.Controls.Add(Me.TableLayoutPanel1)
  236.         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
  237.         Me.MaximizeBox = False
  238.         Me.MinimizeBox = False
  239.         Me.Name = "FolderEditDialog"
  240.         Me.ShowInTaskbar = False
  241.         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
  242.         Me.Text = "Max Player - Proprietà Categoria"
  243.         Me.TableLayoutPanel1.ResumeLayout(False)
  244.         Me.ResumeLayout(False)
  245.         Me.PerformLayout()
  246.  
  247.     End Sub
  248.     Friend WithEvents TableLayoutPanel1 As System.Windows.Forms.TableLayoutPanel
  249.     Friend WithEvents OK_Button As System.Windows.Forms.Button
  250.     Friend WithEvents Cancel_Button As System.Windows.Forms.Button
  251.     Friend WithEvents dtpDate As System.Windows.Forms.DateTimePicker
  252.     Friend WithEvents txtAuthor As System.Windows.Forms.TextBox
  253.     Friend WithEvents txtGenre As System.Windows.Forms.TextBox
  254.     Friend WithEvents txtBand As System.Windows.Forms.TextBox
  255.     Friend WithEvents txtArtist As System.Windows.Forms.TextBox
  256.     Friend WithEvents txtAlbum As System.Windows.Forms.TextBox
  257.     Friend WithEvents Label13 As System.Windows.Forms.Label
  258.     Friend WithEvents Label12 As System.Windows.Forms.Label
  259.     Friend WithEvents Label9 As System.Windows.Forms.Label
  260.     Friend WithEvents Label7 As System.Windows.Forms.Label
  261.     Friend WithEvents Label6 As System.Windows.Forms.Label
  262.     Friend WithEvents Label4 As System.Windows.Forms.Label
  263.     Friend WithEvents Label1 As System.Windows.Forms.Label
  264.     Friend WithEvents chbAllpyToAll As System.Windows.Forms.CheckBox
  265.  
  266. End Class