You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
74 lines
2.8 KiB
74 lines
2.8 KiB
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ |
|
Partial Class Import |
|
Inherits MetroFramework.Forms.MetroForm |
|
|
|
'Form overrides dispose to clean up the component list. |
|
<System.Diagnostics.DebuggerNonUserCode()> _ |
|
Protected Overrides Sub Dispose(ByVal disposing As Boolean) |
|
Try |
|
If disposing AndAlso components IsNot Nothing Then |
|
components.Dispose() |
|
End If |
|
Finally |
|
MyBase.Dispose(disposing) |
|
End Try |
|
End Sub |
|
|
|
'Required by the Windows Form Designer |
|
Private components As System.ComponentModel.IContainer |
|
|
|
'NOTE: The following procedure is required by the Windows Form Designer |
|
'It can be modified using the Windows Form Designer. |
|
'Do not modify it using the code editor. |
|
<System.Diagnostics.DebuggerStepThrough()> _ |
|
Private Sub InitializeComponent() |
|
Me.ImportMusic = New System.Windows.Forms.Button() |
|
Me.tbFileName = New System.Windows.Forms.TextBox() |
|
Me.btBrowse = New System.Windows.Forms.Button() |
|
Me.FolderBrowserDialog1 = New System.Windows.Forms.FolderBrowserDialog() |
|
Me.SuspendLayout() |
|
' |
|
'ImportMusic |
|
' |
|
Me.ImportMusic.Location = New System.Drawing.Point(162, 76) |
|
Me.ImportMusic.Name = "ImportMusic" |
|
Me.ImportMusic.Size = New System.Drawing.Size(75, 23) |
|
Me.ImportMusic.TabIndex = 0 |
|
Me.ImportMusic.Text = "Import" |
|
Me.ImportMusic.UseVisualStyleBackColor = True |
|
' |
|
'tbFileName |
|
' |
|
Me.tbFileName.Location = New System.Drawing.Point(12, 28) |
|
Me.tbFileName.Name = "tbFileName" |
|
Me.tbFileName.ReadOnly = True |
|
Me.tbFileName.Size = New System.Drawing.Size(309, 20) |
|
Me.tbFileName.TabIndex = 2 |
|
' |
|
'btBrowse |
|
' |
|
Me.btBrowse.Location = New System.Drawing.Point(327, 29) |
|
Me.btBrowse.Name = "btBrowse" |
|
Me.btBrowse.Size = New System.Drawing.Size(75, 23) |
|
Me.btBrowse.TabIndex = 3 |
|
Me.btBrowse.Text = "Browse..." |
|
Me.btBrowse.UseVisualStyleBackColor = True |
|
' |
|
'Import |
|
' |
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) |
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font |
|
Me.ClientSize = New System.Drawing.Size(411, 121) |
|
Me.Controls.Add(Me.tbFileName) |
|
Me.Controls.Add(Me.btBrowse) |
|
Me.Controls.Add(Me.ImportMusic) |
|
Me.Name = "Import" |
|
Me.ResumeLayout(False) |
|
Me.PerformLayout() |
|
|
|
End Sub |
|
Friend WithEvents ImportMusic As System.Windows.Forms.Button |
|
Friend WithEvents tbFileName As System.Windows.Forms.TextBox |
|
Friend WithEvents btBrowse As System.Windows.Forms.Button |
|
Friend WithEvents FolderBrowserDialog1 As System.Windows.Forms.FolderBrowserDialog |
|
End Class
|
|
|