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

frmNewSong.Designer.vb

Caricato da: Totem
Scarica il programma completo

  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class frmNewSong
  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(frmNewSong))
  23.         Me.Label1 = New System.Windows.Forms.Label
  24.         Me.Label2 = New System.Windows.Forms.Label
  25.         Me.txtName = New System.Windows.Forms.TextBox
  26.         Me.txtPath = New System.Windows.Forms.TextBox
  27.         Me.txtAuthor = New System.Windows.Forms.TextBox
  28.         Me.Label3 = New System.Windows.Forms.Label
  29.         Me.Label4 = New System.Windows.Forms.Label
  30.         Me.txtGroup = New System.Windows.Forms.TextBox
  31.         Me.Label5 = New System.Windows.Forms.Label
  32.         Me.Label6 = New System.Windows.Forms.Label
  33.         Me.txtYear = New System.Windows.Forms.TextBox
  34.         Me.Label7 = New System.Windows.Forms.Label
  35.         Me.txtNotes = New System.Windows.Forms.TextBox
  36.         Me.nudVal = New System.Windows.Forms.NumericUpDown
  37.         Me.Label8 = New System.Windows.Forms.Label
  38.         Me.cmdOK = New System.Windows.Forms.Button
  39.         Me.Label9 = New System.Windows.Forms.Label
  40.         Me.txtComposer = New System.Windows.Forms.TextBox
  41.         Me.Label10 = New System.Windows.Forms.Label
  42.         Me.txtAlbum = New System.Windows.Forms.TextBox
  43.         Me.Label11 = New System.Windows.Forms.Label
  44.         Me.nudTrack = New System.Windows.Forms.NumericUpDown
  45.         Me.Label12 = New System.Windows.Forms.Label
  46.         Me.txtCopyRight = New System.Windows.Forms.TextBox
  47.         Me.Label13 = New System.Windows.Forms.Label
  48.         Me.txtLanguage = New System.Windows.Forms.TextBox
  49.         Me.Label14 = New System.Windows.Forms.Label
  50.         Me.txtSubTitle = New System.Windows.Forms.TextBox
  51.         Me.txtURL = New System.Windows.Forms.TextBox
  52.         Me.Label15 = New System.Windows.Forms.Label
  53.         Me.chbWeb = New System.Windows.Forms.CheckBox
  54.         Me.prgDownload = New System.Windows.Forms.ProgressBar
  55.         Me.cmbType = New System.Windows.Forms.ComboBox
  56.         Me.lblInfo = New System.Windows.Forms.Label
  57.         CType(Me.nudVal, System.ComponentModel.ISupportInitialize).BeginInit()
  58.         CType(Me.nudTrack, System.ComponentModel.ISupportInitialize).BeginInit()
  59.         Me.SuspendLayout()
  60.         '
  61.         'Label1
  62.         '
  63.         Me.Label1.AutoSize = True
  64.         Me.Label1.Location = New System.Drawing.Point(12, 9)
  65.         Me.Label1.Name = "Label1"
  66.         Me.Label1.Size = New System.Drawing.Size(36, 13)
  67.         Me.Label1.TabIndex = 0
  68.         Me.Label1.Text = "Titolo:"
  69.         '
  70.         'Label2
  71.         '
  72.         Me.Label2.AutoSize = True
  73.         Me.Label2.Location = New System.Drawing.Point(12, 61)
  74.         Me.Label2.Name = "Label2"
  75.         Me.Label2.Size = New System.Drawing.Size(32, 13)
  76.         Me.Label2.TabIndex = 1
  77.         Me.Label2.Text = "Path:"
  78.         '
  79.         'txtName
  80.         '
  81.         Me.txtName.Location = New System.Drawing.Point(96, 6)
  82.         Me.txtName.Name = "txtName"
  83.         Me.txtName.Size = New System.Drawing.Size(241, 20)
  84.         Me.txtName.TabIndex = 2
  85.         '
  86.         'txtPath
  87.         '
  88.         Me.txtPath.Location = New System.Drawing.Point(96, 58)
  89.         Me.txtPath.Name = "txtPath"
  90.         Me.txtPath.Size = New System.Drawing.Size(241, 20)
  91.         Me.txtPath.TabIndex = 3
  92.         '
  93.         'txtAuthor
  94.         '
  95.         Me.txtAuthor.Location = New System.Drawing.Point(96, 84)
  96.         Me.txtAuthor.Name = "txtAuthor"
  97.         Me.txtAuthor.Size = New System.Drawing.Size(241, 20)
  98.         Me.txtAuthor.TabIndex = 4
  99.         '
  100.         'Label3
  101.         '
  102.         Me.Label3.AutoSize = True
  103.         Me.Label3.Location = New System.Drawing.Point(12, 87)
  104.         Me.Label3.Name = "Label3"
  105.         Me.Label3.Size = New System.Drawing.Size(39, 13)
  106.         Me.Label3.TabIndex = 5
  107.         Me.Label3.Text = "Artista:"
  108.         '
  109.         'Label4
  110.         '
  111.         Me.Label4.AutoSize = True
  112.         Me.Label4.Location = New System.Drawing.Point(12, 191)
  113.         Me.Label4.Name = "Label4"
  114.         Me.Label4.Size = New System.Drawing.Size(45, 13)
  115.         Me.Label4.TabIndex = 6
  116.         Me.Label4.Text = "Genere:"
  117.         '
  118.         'txtGroup
  119.         '
  120.         Me.txtGroup.Location = New System.Drawing.Point(96, 136)
  121.         Me.txtGroup.Name = "txtGroup"
  122.         Me.txtGroup.Size = New System.Drawing.Size(241, 20)
  123.         Me.txtGroup.TabIndex = 8
  124.         '
  125.         'Label5
  126.         '
  127.         Me.Label5.AutoSize = True
  128.         Me.Label5.Location = New System.Drawing.Point(12, 139)
  129.         Me.Label5.Name = "Label5"
  130.         Me.Label5.Size = New System.Drawing.Size(45, 13)
  131.         Me.Label5.TabIndex = 9
  132.         Me.Label5.Text = "Gruppo:"
  133.         '
  134.         'Label6
  135.         '
  136.         Me.Label6.AutoSize = True
  137.         Me.Label6.Location = New System.Drawing.Point(12, 217)
  138.         Me.Label6.Name = "Label6"
  139.         Me.Label6.Size = New System.Drawing.Size(35, 13)
  140.         Me.Label6.TabIndex = 10
  141.         Me.Label6.Text = "Anno:"
  142.         '
  143.         'txtYear
  144.         '
  145.         Me.txtYear.Location = New System.Drawing.Point(96, 214)
  146.         Me.txtYear.MaxLength = 4
  147.         Me.txtYear.Name = "txtYear"
  148.         Me.txtYear.Size = New System.Drawing.Size(241, 20)
  149.         Me.txtYear.TabIndex = 11
  150.         '
  151.         'Label7
  152.         '
  153.         Me.Label7.AutoSize = True
  154.         Me.Label7.Location = New System.Drawing.Point(12, 321)
  155.         Me.Label7.Name = "Label7"
  156.         Me.Label7.Size = New System.Drawing.Size(78, 13)
  157.         Me.Label7.TabIndex = 12
  158.         Me.Label7.Text = "Note personali:"
  159.         '
  160.         'txtNotes
  161.         '
  162.         Me.txtNotes.Location = New System.Drawing.Point(96, 318)
  163.         Me.txtNotes.Name = "txtNotes"
  164.         Me.txtNotes.Size = New System.Drawing.Size(241, 20)
  165.         Me.txtNotes.TabIndex = 13
  166.         '
  167.         'nudVal
  168.         '
  169.         Me.nudVal.Location = New System.Drawing.Point(96, 370)
  170.         Me.nudVal.Name = "nudVal"
  171.         Me.nudVal.Size = New System.Drawing.Size(46, 20)
  172.         Me.nudVal.TabIndex = 14
  173.         '
  174.         'Label8
  175.         '
  176.         Me.Label8.AutoSize = True
  177.         Me.Label8.Location = New System.Drawing.Point(12, 372)
  178.         Me.Label8.Name = "Label8"
  179.         Me.Label8.Size = New System.Drawing.Size(65, 13)
  180.         Me.Label8.TabIndex = 15
  181.         Me.Label8.Text = "Valutazione:"
  182.         '
  183.         'cmdOK
  184.         '
  185.         Me.cmdOK.Location = New System.Drawing.Point(249, 365)
  186.         Me.cmdOK.Name = "cmdOK"
  187.         Me.cmdOK.Size = New System.Drawing.Size(88, 26)
  188.         Me.cmdOK.TabIndex = 16
  189.         Me.cmdOK.Text = "OK"
  190.         Me.cmdOK.UseVisualStyleBackColor = True
  191.         '
  192.         'Label9
  193.         '
  194.         Me.Label9.AutoSize = True
  195.         Me.Label9.Location = New System.Drawing.Point(12, 113)
  196.         Me.Label9.Name = "Label9"
  197.         Me.Label9.Size = New System.Drawing.Size(68, 13)
  198.         Me.Label9.TabIndex = 17
  199.         Me.Label9.Text = "Compositore:"
  200.         '
  201.         'txtComposer
  202.         '
  203.         Me.txtComposer.Location = New System.Drawing.Point(96, 110)
  204.         Me.txtComposer.Name = "txtComposer"
  205.         Me.txtComposer.Size = New System.Drawing.Size(241, 20)
  206.         Me.txtComposer.TabIndex = 18
  207.         '
  208.         'Label10
  209.         '
  210.         Me.Label10.AutoSize = True
  211.         Me.Label10.Location = New System.Drawing.Point(12, 165)
  212.         Me.Label10.Name = "Label10"
  213.         Me.Label10.Size = New System.Drawing.Size(39, 13)
  214.         Me.Label10.TabIndex = 19
  215.         Me.Label10.Text = "Album:"
  216.         '
  217.         'txtAlbum
  218.         '
  219.         Me.txtAlbum.Location = New System.Drawing.Point(96, 162)
  220.         Me.txtAlbum.Name = "txtAlbum"
  221.         Me.txtAlbum.Size = New System.Drawing.Size(241, 20)
  222.         Me.txtAlbum.TabIndex = 20
  223.         '
  224.         'Label11
  225.         '
  226.         Me.Label11.AutoSize = True
  227.         Me.Label11.Location = New System.Drawing.Point(12, 346)
  228.         Me.Label11.Name = "Label11"
  229.         Me.Label11.Size = New System.Drawing.Size(46, 13)
  230.         Me.Label11.TabIndex = 21
  231.         Me.Label11.Text = "Traccia:"
  232.         '
  233.         'nudTrack
  234.         '
  235.         Me.nudTrack.Location = New System.Drawing.Point(96, 344)
  236.         Me.nudTrack.Maximum = New Decimal(New Integer() {255, 0, 0, 0})
  237.         Me.nudTrack.Name = "nudTrack"
  238.         Me.nudTrack.Size = New System.Drawing.Size(46, 20)
  239.         Me.nudTrack.TabIndex = 22
  240.         Me.nudTrack.Value = New Decimal(New Integer() {1, 0, 0, 0})
  241.         '
  242.         'Label12
  243.         '
  244.         Me.Label12.AutoSize = True
  245.         Me.Label12.Location = New System.Drawing.Point(12, 243)
  246.         Me.Label12.Name = "Label12"
  247.         Me.Label12.Size = New System.Drawing.Size(54, 13)
  248.         Me.Label12.TabIndex = 23
  249.         Me.Label12.Text = "Copyright:"
  250.         '
  251.         'txtCopyRight
  252.         '
  253.         Me.txtCopyRight.Location = New System.Drawing.Point(96, 240)
  254.         Me.txtCopyRight.Name = "txtCopyRight"
  255.         Me.txtCopyRight.Size = New System.Drawing.Size(241, 20)
  256.         Me.txtCopyRight.TabIndex = 24
  257.         '
  258.         'Label13
  259.         '
  260.         Me.Label13.AutoSize = True
  261.         Me.Label13.Location = New System.Drawing.Point(12, 269)
  262.         Me.Label13.Name = "Label13"
  263.         Me.Label13.Size = New System.Drawing.Size(42, 13)
  264.         Me.Label13.TabIndex = 25
  265.         Me.Label13.Text = "Lingua:"
  266.         '
  267.         'txtLanguage
  268.         '
  269.         Me.txtLanguage.Location = New System.Drawing.Point(96, 266)
  270.         Me.txtLanguage.Name = "txtLanguage"
  271.         Me.txtLanguage.Size = New System.Drawing.Size(241, 20)
  272.         Me.txtLanguage.TabIndex = 26
  273.         '
  274.         'Label14
  275.         '
  276.         Me.Label14.AutoSize = True
  277.         Me.Label14.Location = New System.Drawing.Point(12, 36)
  278.         Me.Label14.Name = "Label14"
  279.         Me.Label14.Size = New System.Drawing.Size(57, 13)
  280.         Me.Label14.TabIndex = 27
  281.         Me.Label14.Text = "Sottotitolo:"
  282.         '
  283.         'txtSubTitle
  284.         '
  285.         Me.txtSubTitle.Location = New System.Drawing.Point(96, 32)
  286.         Me.txtSubTitle.Name = "txtSubTitle"
  287.         Me.txtSubTitle.Size = New System.Drawing.Size(241, 20)
  288.         Me.txtSubTitle.TabIndex = 28
  289.         '
  290.         'txtURL
  291.         '
  292.         Me.txtURL.Location = New System.Drawing.Point(96, 292)
  293.         Me.txtURL.Name = "txtURL"
  294.         Me.txtURL.Size = New System.Drawing.Size(241, 20)
  295.         Me.txtURL.TabIndex = 29
  296.         '
  297.         'Label15
  298.         '
  299.         Me.Label15.AutoSize = True
  300.         Me.Label15.Location = New System.Drawing.Point(12, 295)
  301.         Me.Label15.Name = "Label15"
  302.         Me.Label15.Size = New System.Drawing.Size(67, 13)
  303.         Me.Label15.TabIndex = 30
  304.         Me.Label15.Text = "Sito Internet:"
  305.         '
  306.         'chbWeb
  307.         '
  308.         Me.chbWeb.AutoSize = True
  309.         Me.chbWeb.Location = New System.Drawing.Point(167, 344)
  310.         Me.chbWeb.Name = "chbWeb"
  311.         Me.chbWeb.Size = New System.Drawing.Size(170, 17)
  312.         Me.chbWeb.TabIndex = 31
  313.         Me.chbWeb.Text = "Prima di riprodurre scarica il file"
  314.         Me.chbWeb.UseVisualStyleBackColor = True
  315.         Me.chbWeb.Visible = False
  316.         '
  317.         'prgDownload
  318.         '
  319.         Me.prgDownload.Location = New System.Drawing.Point(12, 405)
  320.         Me.prgDownload.Name = "prgDownload"
  321.         Me.prgDownload.Size = New System.Drawing.Size(322, 21)
  322.         Me.prgDownload.TabIndex = 32
  323.         '
  324.         'cmbType
  325.         '
  326.         Me.cmbType.FormattingEnabled = True
  327.         Me.cmbType.Location = New System.Drawing.Point(96, 187)
  328.         Me.cmbType.Name = "cmbType"
  329.         Me.cmbType.Size = New System.Drawing.Size(241, 21)
  330.         Me.cmbType.TabIndex = 33
  331.         '
  332.         'lblInfo
  333.         '
  334.         Me.lblInfo.AutoSize = True
  335.         Me.lblInfo.Location = New System.Drawing.Point(9, 429)
  336.         Me.lblInfo.Name = "lblInfo"
  337.         Me.lblInfo.Size = New System.Drawing.Size(45, 13)
  338.         Me.lblInfo.TabIndex = 34
  339.         Me.lblInfo.Text = "Label16"
  340.         '
  341.         'frmNewSong
  342.         '
  343.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  344.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  345.         Me.BackColor = System.Drawing.Color.LightSkyBlue
  346.         Me.ClientSize = New System.Drawing.Size(349, 398)
  347.         Me.Controls.Add(Me.lblInfo)
  348.         Me.Controls.Add(Me.cmbType)
  349.         Me.Controls.Add(Me.prgDownload)
  350.         Me.Controls.Add(Me.chbWeb)
  351.         Me.Controls.Add(Me.Label15)
  352.         Me.Controls.Add(Me.txtURL)
  353.         Me.Controls.Add(Me.txtSubTitle)
  354.         Me.Controls.Add(Me.Label14)
  355.         Me.Controls.Add(Me.txtLanguage)
  356.         Me.Controls.Add(Me.Label13)
  357.         Me.Controls.Add(Me.txtCopyRight)
  358.         Me.Controls.Add(Me.Label12)
  359.         Me.Controls.Add(Me.nudTrack)
  360.         Me.Controls.Add(Me.Label11)
  361.         Me.Controls.Add(Me.txtAlbum)
  362.         Me.Controls.Add(Me.Label10)
  363.         Me.Controls.Add(Me.txtComposer)
  364.         Me.Controls.Add(Me.Label9)
  365.         Me.Controls.Add(Me.cmdOK)
  366.         Me.Controls.Add(Me.Label8)
  367.         Me.Controls.Add(Me.nudVal)
  368.         Me.Controls.Add(Me.txtNotes)
  369.         Me.Controls.Add(Me.Label7)
  370.         Me.Controls.Add(Me.txtYear)
  371.         Me.Controls.Add(Me.Label6)
  372.         Me.Controls.Add(Me.Label5)
  373.         Me.Controls.Add(Me.txtGroup)
  374.         Me.Controls.Add(Me.Label4)
  375.         Me.Controls.Add(Me.Label3)
  376.         Me.Controls.Add(Me.txtAuthor)
  377.         Me.Controls.Add(Me.txtPath)
  378.         Me.Controls.Add(Me.txtName)
  379.         Me.Controls.Add(Me.Label2)
  380.         Me.Controls.Add(Me.Label1)
  381.         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
  382.         Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  383.         Me.MaximizeBox = False
  384.         Me.Name = "frmNewSong"
  385.         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  386.         Me.Text = "Aggiungi un brano"
  387.         CType(Me.nudVal, System.ComponentModel.ISupportInitialize).EndInit()
  388.         CType(Me.nudTrack, System.ComponentModel.ISupportInitialize).EndInit()
  389.         Me.ResumeLayout(False)
  390.         Me.PerformLayout()
  391.  
  392.     End Sub
  393.     Friend WithEvents Label1 As System.Windows.Forms.Label
  394.     Friend WithEvents Label2 As System.Windows.Forms.Label
  395.     Friend WithEvents txtName As System.Windows.Forms.TextBox
  396.     Friend WithEvents txtPath As System.Windows.Forms.TextBox
  397.     Friend WithEvents txtAuthor As System.Windows.Forms.TextBox
  398.     Friend WithEvents Label3 As System.Windows.Forms.Label
  399.     Friend WithEvents Label4 As System.Windows.Forms.Label
  400.     Friend WithEvents txtGroup As System.Windows.Forms.TextBox
  401.     Friend WithEvents Label5 As System.Windows.Forms.Label
  402.     Friend WithEvents Label6 As System.Windows.Forms.Label
  403.     Friend WithEvents txtYear As System.Windows.Forms.TextBox
  404.     Friend WithEvents Label7 As System.Windows.Forms.Label
  405.     Friend WithEvents txtNotes As System.Windows.Forms.TextBox
  406.     Friend WithEvents nudVal As System.Windows.Forms.NumericUpDown
  407.     Friend WithEvents Label8 As System.Windows.Forms.Label
  408.     Friend WithEvents cmdOK As System.Windows.Forms.Button
  409.     Friend WithEvents Label9 As System.Windows.Forms.Label
  410.     Friend WithEvents txtComposer As System.Windows.Forms.TextBox
  411.     Friend WithEvents Label10 As System.Windows.Forms.Label
  412.     Friend WithEvents txtAlbum As System.Windows.Forms.TextBox
  413.     Friend WithEvents Label11 As System.Windows.Forms.Label
  414.     Friend WithEvents nudTrack As System.Windows.Forms.NumericUpDown
  415.     Friend WithEvents Label12 As System.Windows.Forms.Label
  416.     Friend WithEvents txtCopyRight As System.Windows.Forms.TextBox
  417.     Friend WithEvents Label13 As System.Windows.Forms.Label
  418.     Friend WithEvents txtLanguage As System.Windows.Forms.TextBox
  419.     Friend WithEvents Label14 As System.Windows.Forms.Label
  420.     Friend WithEvents txtSubTitle As System.Windows.Forms.TextBox
  421.     Friend WithEvents txtURL As System.Windows.Forms.TextBox
  422.     Friend WithEvents Label15 As System.Windows.Forms.Label
  423.     Friend WithEvents chbWeb As System.Windows.Forms.CheckBox
  424.     Friend WithEvents prgDownload As System.Windows.Forms.ProgressBar
  425.     Friend WithEvents cmbType As System.Windows.Forms.ComboBox
  426.     Friend WithEvents lblInfo As System.Windows.Forms.Label
  427. End Class