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 - 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.txtType = New System.Windows.Forms.TextBox
  31.         Me.txtGroup = New System.Windows.Forms.TextBox
  32.         Me.Label5 = New System.Windows.Forms.Label
  33.         Me.Label6 = New System.Windows.Forms.Label
  34.         Me.txtYear = New System.Windows.Forms.TextBox
  35.         Me.Label7 = New System.Windows.Forms.Label
  36.         Me.txtNotes = New System.Windows.Forms.TextBox
  37.         Me.nudVal = New System.Windows.Forms.NumericUpDown
  38.         Me.Label8 = New System.Windows.Forms.Label
  39.         Me.cmdOK = New System.Windows.Forms.Button
  40.         CType(Me.nudVal, System.ComponentModel.ISupportInitialize).BeginInit()
  41.         Me.SuspendLayout()
  42.         '
  43.         'Label1
  44.         '
  45.         Me.Label1.AutoSize = True
  46.         Me.Label1.Location = New System.Drawing.Point(12, 9)
  47.         Me.Label1.Name = "Label1"
  48.         Me.Label1.Size = New System.Drawing.Size(38, 13)
  49.         Me.Label1.TabIndex = 0
  50.         Me.Label1.Text = "Nome:"
  51.         '
  52.         'Label2
  53.         '
  54.         Me.Label2.AutoSize = True
  55.         Me.Label2.Location = New System.Drawing.Point(12, 35)
  56.         Me.Label2.Name = "Label2"
  57.         Me.Label2.Size = New System.Drawing.Size(32, 13)
  58.         Me.Label2.TabIndex = 1
  59.         Me.Label2.Text = "Path:"
  60.         '
  61.         'txtName
  62.         '
  63.         Me.txtName.Location = New System.Drawing.Point(63, 6)
  64.         Me.txtName.Name = "txtName"
  65.         Me.txtName.Size = New System.Drawing.Size(274, 20)
  66.         Me.txtName.TabIndex = 2
  67.         '
  68.         'txtPath
  69.         '
  70.         Me.txtPath.Location = New System.Drawing.Point(63, 32)
  71.         Me.txtPath.Name = "txtPath"
  72.         Me.txtPath.Size = New System.Drawing.Size(274, 20)
  73.         Me.txtPath.TabIndex = 3
  74.         '
  75.         'txtAuthor
  76.         '
  77.         Me.txtAuthor.Location = New System.Drawing.Point(63, 58)
  78.         Me.txtAuthor.Name = "txtAuthor"
  79.         Me.txtAuthor.Size = New System.Drawing.Size(274, 20)
  80.         Me.txtAuthor.TabIndex = 4
  81.         '
  82.         'Label3
  83.         '
  84.         Me.Label3.AutoSize = True
  85.         Me.Label3.Location = New System.Drawing.Point(12, 61)
  86.         Me.Label3.Name = "Label3"
  87.         Me.Label3.Size = New System.Drawing.Size(41, 13)
  88.         Me.Label3.TabIndex = 5
  89.         Me.Label3.Text = "Autore:"
  90.         '
  91.         'Label4
  92.         '
  93.         Me.Label4.AutoSize = True
  94.         Me.Label4.Location = New System.Drawing.Point(12, 87)
  95.         Me.Label4.Name = "Label4"
  96.         Me.Label4.Size = New System.Drawing.Size(45, 13)
  97.         Me.Label4.TabIndex = 6
  98.         Me.Label4.Text = "Genere:"
  99.         '
  100.         'txtType
  101.         '
  102.         Me.txtType.Location = New System.Drawing.Point(63, 84)
  103.         Me.txtType.Name = "txtType"
  104.         Me.txtType.Size = New System.Drawing.Size(274, 20)
  105.         Me.txtType.TabIndex = 7
  106.         '
  107.         'txtGroup
  108.         '
  109.         Me.txtGroup.Location = New System.Drawing.Point(63, 110)
  110.         Me.txtGroup.Name = "txtGroup"
  111.         Me.txtGroup.Size = New System.Drawing.Size(274, 20)
  112.         Me.txtGroup.TabIndex = 8
  113.         '
  114.         'Label5
  115.         '
  116.         Me.Label5.AutoSize = True
  117.         Me.Label5.Location = New System.Drawing.Point(12, 113)
  118.         Me.Label5.Name = "Label5"
  119.         Me.Label5.Size = New System.Drawing.Size(45, 13)
  120.         Me.Label5.TabIndex = 9
  121.         Me.Label5.Text = "Gruppo:"
  122.         '
  123.         'Label6
  124.         '
  125.         Me.Label6.AutoSize = True
  126.         Me.Label6.Location = New System.Drawing.Point(12, 139)
  127.         Me.Label6.Name = "Label6"
  128.         Me.Label6.Size = New System.Drawing.Size(35, 13)
  129.         Me.Label6.TabIndex = 10
  130.         Me.Label6.Text = "Anno:"
  131.         '
  132.         'txtYear
  133.         '
  134.         Me.txtYear.Location = New System.Drawing.Point(63, 136)
  135.         Me.txtYear.Name = "txtYear"
  136.         Me.txtYear.Size = New System.Drawing.Size(274, 20)
  137.         Me.txtYear.TabIndex = 11
  138.         '
  139.         'Label7
  140.         '
  141.         Me.Label7.AutoSize = True
  142.         Me.Label7.Location = New System.Drawing.Point(12, 165)
  143.         Me.Label7.Name = "Label7"
  144.         Me.Label7.Size = New System.Drawing.Size(78, 13)
  145.         Me.Label7.TabIndex = 12
  146.         Me.Label7.Text = "Note personali:"
  147.         '
  148.         'txtNotes
  149.         '
  150.         Me.txtNotes.Location = New System.Drawing.Point(15, 181)
  151.         Me.txtNotes.Multiline = True
  152.         Me.txtNotes.Name = "txtNotes"
  153.         Me.txtNotes.Size = New System.Drawing.Size(322, 64)
  154.         Me.txtNotes.TabIndex = 13
  155.         '
  156.         'nudVal
  157.         '
  158.         Me.nudVal.Location = New System.Drawing.Point(291, 251)
  159.         Me.nudVal.Name = "nudVal"
  160.         Me.nudVal.Size = New System.Drawing.Size(46, 20)
  161.         Me.nudVal.TabIndex = 14
  162.         '
  163.         'Label8
  164.         '
  165.         Me.Label8.AutoSize = True
  166.         Me.Label8.Location = New System.Drawing.Point(220, 253)
  167.         Me.Label8.Name = "Label8"
  168.         Me.Label8.Size = New System.Drawing.Size(65, 13)
  169.         Me.Label8.TabIndex = 15
  170.         Me.Label8.Text = "Valutazione:"
  171.         '
  172.         'cmdOK
  173.         '
  174.         Me.cmdOK.Location = New System.Drawing.Point(15, 253)
  175.         Me.cmdOK.Name = "cmdOK"
  176.         Me.cmdOK.Size = New System.Drawing.Size(88, 26)
  177.         Me.cmdOK.TabIndex = 16
  178.         Me.cmdOK.Text = "OK"
  179.         Me.cmdOK.UseVisualStyleBackColor = True
  180.         '
  181.         'frmNewSong
  182.         '
  183.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  184.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  185.         Me.BackColor = System.Drawing.Color.LightSkyBlue
  186.         Me.ClientSize = New System.Drawing.Size(349, 291)
  187.         Me.Controls.Add(Me.cmdOK)
  188.         Me.Controls.Add(Me.Label8)
  189.         Me.Controls.Add(Me.nudVal)
  190.         Me.Controls.Add(Me.txtNotes)
  191.         Me.Controls.Add(Me.Label7)
  192.         Me.Controls.Add(Me.txtYear)
  193.         Me.Controls.Add(Me.Label6)
  194.         Me.Controls.Add(Me.Label5)
  195.         Me.Controls.Add(Me.txtGroup)
  196.         Me.Controls.Add(Me.txtType)
  197.         Me.Controls.Add(Me.Label4)
  198.         Me.Controls.Add(Me.Label3)
  199.         Me.Controls.Add(Me.txtAuthor)
  200.         Me.Controls.Add(Me.txtPath)
  201.         Me.Controls.Add(Me.txtName)
  202.         Me.Controls.Add(Me.Label2)
  203.         Me.Controls.Add(Me.Label1)
  204.         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
  205.         Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  206.         Me.MaximizeBox = False
  207.         Me.Name = "frmNewSong"
  208.         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  209.         Me.Text = "Aggiungi un brano"
  210.         CType(Me.nudVal, System.ComponentModel.ISupportInitialize).EndInit()
  211.         Me.ResumeLayout(False)
  212.         Me.PerformLayout()
  213.  
  214.     End Sub
  215.     Friend WithEvents Label1 As System.Windows.Forms.Label
  216.     Friend WithEvents Label2 As System.Windows.Forms.Label
  217.     Friend WithEvents txtName As System.Windows.Forms.TextBox
  218.     Friend WithEvents txtPath As System.Windows.Forms.TextBox
  219.     Friend WithEvents txtAuthor As System.Windows.Forms.TextBox
  220.     Friend WithEvents Label3 As System.Windows.Forms.Label
  221.     Friend WithEvents Label4 As System.Windows.Forms.Label
  222.     Friend WithEvents txtType As System.Windows.Forms.TextBox
  223.     Friend WithEvents txtGroup As System.Windows.Forms.TextBox
  224.     Friend WithEvents Label5 As System.Windows.Forms.Label
  225.     Friend WithEvents Label6 As System.Windows.Forms.Label
  226.     Friend WithEvents txtYear As System.Windows.Forms.TextBox
  227.     Friend WithEvents Label7 As System.Windows.Forms.Label
  228.     Friend WithEvents txtNotes As System.Windows.Forms.TextBox
  229.     Friend WithEvents nudVal As System.Windows.Forms.NumericUpDown
  230.     Friend WithEvents Label8 As System.Windows.Forms.Label
  231.     Friend WithEvents cmdOK As System.Windows.Forms.Button
  232. End Class