385 lines
19 KiB
VB.net
385 lines
19 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class Form1
|
|
Inherits System.Windows.Forms.Form
|
|
|
|
'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()
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form1))
|
|
Me.TableLayoutPanel1 = New System.Windows.Forms.TableLayoutPanel()
|
|
Me.lblHdr = New System.Windows.Forms.Label()
|
|
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
|
|
Me.Button2 = New System.Windows.Forms.Button()
|
|
Me.Button1 = New System.Windows.Forms.Button()
|
|
Me.Label11 = New System.Windows.Forms.Label()
|
|
Me.Label10 = New System.Windows.Forms.Label()
|
|
Me.Label9 = New System.Windows.Forms.Label()
|
|
Me.Label8 = New System.Windows.Forms.Label()
|
|
Me.Label7 = New System.Windows.Forms.Label()
|
|
Me.Label6 = New System.Windows.Forms.Label()
|
|
Me.Label5 = New System.Windows.Forms.Label()
|
|
Me.Label4 = New System.Windows.Forms.Label()
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.lblFStatus = New System.Windows.Forms.Label()
|
|
Me.MenuStrip1 = New System.Windows.Forms.MenuStrip()
|
|
Me.FileToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem()
|
|
Me.OpenToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem()
|
|
Me.toolStripSeparator = New System.Windows.Forms.ToolStripSeparator()
|
|
Me.SaveToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|
Me.ToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem()
|
|
Me.toolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator()
|
|
Me.ExitToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|
Me.ToolsToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|
Me.CustomizeToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|
Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog()
|
|
Me.FolderBrowserDialog1 = New System.Windows.Forms.FolderBrowserDialog()
|
|
Me.TableLayoutPanel1.SuspendLayout()
|
|
Me.GroupBox1.SuspendLayout()
|
|
Me.MenuStrip1.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'TableLayoutPanel1
|
|
'
|
|
Me.TableLayoutPanel1.ColumnCount = 1
|
|
Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
|
|
Me.TableLayoutPanel1.Controls.Add(Me.lblHdr, 0, 0)
|
|
Me.TableLayoutPanel1.Controls.Add(Me.GroupBox1, 0, 1)
|
|
Me.TableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.TableLayoutPanel1.Location = New System.Drawing.Point(0, 24)
|
|
Me.TableLayoutPanel1.Name = "TableLayoutPanel1"
|
|
Me.TableLayoutPanel1.RowCount = 2
|
|
Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 19.87578!))
|
|
Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 80.12422!))
|
|
Me.TableLayoutPanel1.Size = New System.Drawing.Size(634, 236)
|
|
Me.TableLayoutPanel1.TabIndex = 0
|
|
'
|
|
'lblHdr
|
|
'
|
|
Me.lblHdr.AutoSize = True
|
|
Me.lblHdr.Font = New System.Drawing.Font("Microsoft Sans Serif", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblHdr.Location = New System.Drawing.Point(3, 0)
|
|
Me.lblHdr.Name = "lblHdr"
|
|
Me.lblHdr.Size = New System.Drawing.Size(296, 25)
|
|
Me.lblHdr.TabIndex = 0
|
|
Me.lblHdr.Text = "Minecraft Converter v2.1.73.6"
|
|
'
|
|
'GroupBox1
|
|
'
|
|
Me.GroupBox1.Controls.Add(Me.Button2)
|
|
Me.GroupBox1.Controls.Add(Me.Button1)
|
|
Me.GroupBox1.Controls.Add(Me.Label11)
|
|
Me.GroupBox1.Controls.Add(Me.Label10)
|
|
Me.GroupBox1.Controls.Add(Me.Label9)
|
|
Me.GroupBox1.Controls.Add(Me.Label8)
|
|
Me.GroupBox1.Controls.Add(Me.Label7)
|
|
Me.GroupBox1.Controls.Add(Me.Label6)
|
|
Me.GroupBox1.Controls.Add(Me.Label5)
|
|
Me.GroupBox1.Controls.Add(Me.Label4)
|
|
Me.GroupBox1.Controls.Add(Me.Label3)
|
|
Me.GroupBox1.Controls.Add(Me.Label2)
|
|
Me.GroupBox1.Controls.Add(Me.Label1)
|
|
Me.GroupBox1.Controls.Add(Me.lblFStatus)
|
|
Me.GroupBox1.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.GroupBox1.Location = New System.Drawing.Point(3, 49)
|
|
Me.GroupBox1.Name = "GroupBox1"
|
|
Me.GroupBox1.Size = New System.Drawing.Size(628, 184)
|
|
Me.GroupBox1.TabIndex = 1
|
|
Me.GroupBox1.TabStop = False
|
|
Me.GroupBox1.Text = "File Information"
|
|
'
|
|
'Button2
|
|
'
|
|
Me.Button2.Enabled = False
|
|
Me.Button2.Location = New System.Drawing.Point(316, 152)
|
|
Me.Button2.Name = "Button2"
|
|
Me.Button2.Size = New System.Drawing.Size(106, 23)
|
|
Me.Button2.TabIndex = 13
|
|
Me.Button2.Text = "Conversion details"
|
|
Me.Button2.UseVisualStyleBackColor = True
|
|
'
|
|
'Button1
|
|
'
|
|
Me.Button1.Enabled = False
|
|
Me.Button1.Location = New System.Drawing.Point(195, 152)
|
|
Me.Button1.Name = "Button1"
|
|
Me.Button1.Size = New System.Drawing.Size(106, 23)
|
|
Me.Button1.TabIndex = 12
|
|
Me.Button1.Text = "Begin conversion"
|
|
Me.Button1.UseVisualStyleBackColor = True
|
|
'
|
|
'Label11
|
|
'
|
|
Me.Label11.AutoSize = True
|
|
Me.Label11.Location = New System.Drawing.Point(558, 78)
|
|
Me.Label11.Name = "Label11"
|
|
Me.Label11.Size = New System.Drawing.Size(42, 13)
|
|
Me.Label11.TabIndex = 11
|
|
Me.Label11.Text = "present"
|
|
Me.Label11.Visible = False
|
|
'
|
|
'Label10
|
|
'
|
|
Me.Label10.AutoSize = True
|
|
Me.Label10.Location = New System.Drawing.Point(431, 78)
|
|
Me.Label10.Name = "Label10"
|
|
Me.Label10.Size = New System.Drawing.Size(60, 52)
|
|
Me.Label10.TabIndex = 10
|
|
Me.Label10.Text = "present" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "present" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "not present" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "present"
|
|
Me.Label10.Visible = False
|
|
'
|
|
'Label9
|
|
'
|
|
Me.Label9.AutoSize = True
|
|
Me.Label9.Location = New System.Drawing.Point(245, 78)
|
|
Me.Label9.Name = "Label9"
|
|
Me.Label9.Size = New System.Drawing.Size(60, 52)
|
|
Me.Label9.TabIndex = 9
|
|
Me.Label9.Text = "present" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "present" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "not present" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "present"
|
|
Me.Label9.Visible = False
|
|
'
|
|
'Label8
|
|
'
|
|
Me.Label8.AutoSize = True
|
|
Me.Label8.Location = New System.Drawing.Point(70, 78)
|
|
Me.Label8.Name = "Label8"
|
|
Me.Label8.Size = New System.Drawing.Size(60, 52)
|
|
Me.Label8.TabIndex = 8
|
|
Me.Label8.Text = "present" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "present" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "not present" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "present"
|
|
Me.Label8.Visible = False
|
|
'
|
|
'Label7
|
|
'
|
|
Me.Label7.AutoSize = True
|
|
Me.Label7.Location = New System.Drawing.Point(371, 78)
|
|
Me.Label7.Name = "Label7"
|
|
Me.Label7.Size = New System.Drawing.Size(54, 52)
|
|
Me.Label7.TabIndex = 7
|
|
Me.Label7.Text = "r.0.0.mcr" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "r.-1.0.mcr" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "r.0.-1.mcr" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "r.-1.-1.mcr"
|
|
Me.Label7.Visible = False
|
|
'
|
|
'Label6
|
|
'
|
|
Me.Label6.AutoSize = True
|
|
Me.Label6.Location = New System.Drawing.Point(192, 78)
|
|
Me.Label6.Name = "Label6"
|
|
Me.Label6.Size = New System.Drawing.Size(54, 52)
|
|
Me.Label6.TabIndex = 6
|
|
Me.Label6.Text = "r.0.0.mcr" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "r.-1.0.mcr" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "r.0.-1.mcr" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "r.-1.-1.mcr"
|
|
Me.Label6.Visible = False
|
|
'
|
|
'Label5
|
|
'
|
|
Me.Label5.AutoSize = True
|
|
Me.Label5.Location = New System.Drawing.Point(10, 78)
|
|
Me.Label5.Name = "Label5"
|
|
Me.Label5.Size = New System.Drawing.Size(54, 52)
|
|
Me.Label5.TabIndex = 5
|
|
Me.Label5.Text = "r.0.0.mcr" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "r.-1.0.mcr" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "r.0.-1.mcr" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "r.-1.-1.mcr"
|
|
Me.Label5.Visible = False
|
|
'
|
|
'Label4
|
|
'
|
|
Me.Label4.AutoSize = True
|
|
Me.Label4.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.25!, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label4.Location = New System.Drawing.Point(558, 50)
|
|
Me.Label4.Name = "Label4"
|
|
Me.Label4.Size = New System.Drawing.Size(61, 18)
|
|
Me.Label4.TabIndex = 4
|
|
Me.Label4.Text = "level.dat"
|
|
Me.Label4.Visible = False
|
|
'
|
|
'Label3
|
|
'
|
|
Me.Label3.AutoSize = True
|
|
Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.25!, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label3.Location = New System.Drawing.Point(371, 50)
|
|
Me.Label3.Name = "Label3"
|
|
Me.Label3.Size = New System.Drawing.Size(63, 18)
|
|
Me.Label3.TabIndex = 3
|
|
Me.Label3.Text = "The End"
|
|
Me.Label3.Visible = False
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.25!, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label2.Location = New System.Drawing.Point(192, 50)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(52, 18)
|
|
Me.Label2.TabIndex = 2
|
|
Me.Label2.Text = "Nether"
|
|
Me.Label2.Visible = False
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.25!, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label1.Location = New System.Drawing.Point(10, 50)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(76, 18)
|
|
Me.Label1.TabIndex = 1
|
|
Me.Label1.Text = "Overworld"
|
|
Me.Label1.Visible = False
|
|
'
|
|
'lblFStatus
|
|
'
|
|
Me.lblFStatus.AutoSize = True
|
|
Me.lblFStatus.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblFStatus.Location = New System.Drawing.Point(9, 16)
|
|
Me.lblFStatus.Name = "lblFStatus"
|
|
Me.lblFStatus.Size = New System.Drawing.Size(395, 20)
|
|
Me.lblFStatus.TabIndex = 0
|
|
Me.lblFStatus.Text = "No file selected. Please select a file to view information."
|
|
'
|
|
'MenuStrip1
|
|
'
|
|
Me.MenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.FileToolStripMenuItem1, Me.ToolsToolStripMenuItem})
|
|
Me.MenuStrip1.Location = New System.Drawing.Point(0, 0)
|
|
Me.MenuStrip1.Name = "MenuStrip1"
|
|
Me.MenuStrip1.Size = New System.Drawing.Size(634, 24)
|
|
Me.MenuStrip1.TabIndex = 1
|
|
Me.MenuStrip1.Text = "MenuStrip1"
|
|
'
|
|
'FileToolStripMenuItem1
|
|
'
|
|
Me.FileToolStripMenuItem1.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.OpenToolStripMenuItem1, Me.toolStripSeparator, Me.SaveToolStripMenuItem, Me.ToolStripMenuItem1, Me.toolStripSeparator1, Me.ExitToolStripMenuItem})
|
|
Me.FileToolStripMenuItem1.Name = "FileToolStripMenuItem1"
|
|
Me.FileToolStripMenuItem1.Size = New System.Drawing.Size(37, 20)
|
|
Me.FileToolStripMenuItem1.Text = "&File"
|
|
'
|
|
'OpenToolStripMenuItem1
|
|
'
|
|
Me.OpenToolStripMenuItem1.Image = CType(resources.GetObject("OpenToolStripMenuItem1.Image"), System.Drawing.Image)
|
|
Me.OpenToolStripMenuItem1.ImageTransparentColor = System.Drawing.Color.Magenta
|
|
Me.OpenToolStripMenuItem1.Name = "OpenToolStripMenuItem1"
|
|
Me.OpenToolStripMenuItem1.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.O), System.Windows.Forms.Keys)
|
|
Me.OpenToolStripMenuItem1.Size = New System.Drawing.Size(156, 22)
|
|
Me.OpenToolStripMenuItem1.Text = "&Open"
|
|
'
|
|
'toolStripSeparator
|
|
'
|
|
Me.toolStripSeparator.Name = "toolStripSeparator"
|
|
Me.toolStripSeparator.Size = New System.Drawing.Size(153, 6)
|
|
'
|
|
'SaveToolStripMenuItem
|
|
'
|
|
Me.SaveToolStripMenuItem.Enabled = False
|
|
Me.SaveToolStripMenuItem.Image = CType(resources.GetObject("SaveToolStripMenuItem.Image"), System.Drawing.Image)
|
|
Me.SaveToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta
|
|
Me.SaveToolStripMenuItem.Name = "SaveToolStripMenuItem"
|
|
Me.SaveToolStripMenuItem.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.S), System.Windows.Forms.Keys)
|
|
Me.SaveToolStripMenuItem.Size = New System.Drawing.Size(156, 22)
|
|
Me.SaveToolStripMenuItem.Text = "&Convert"
|
|
'
|
|
'ToolStripMenuItem1
|
|
'
|
|
Me.ToolStripMenuItem1.Enabled = False
|
|
Me.ToolStripMenuItem1.Name = "ToolStripMenuItem1"
|
|
Me.ToolStripMenuItem1.Size = New System.Drawing.Size(156, 22)
|
|
Me.ToolStripMenuItem1.Text = "&Fast convert"
|
|
'
|
|
'toolStripSeparator1
|
|
'
|
|
Me.toolStripSeparator1.Name = "toolStripSeparator1"
|
|
Me.toolStripSeparator1.Size = New System.Drawing.Size(153, 6)
|
|
'
|
|
'ExitToolStripMenuItem
|
|
'
|
|
Me.ExitToolStripMenuItem.Name = "ExitToolStripMenuItem"
|
|
Me.ExitToolStripMenuItem.Size = New System.Drawing.Size(156, 22)
|
|
Me.ExitToolStripMenuItem.Text = "E&xit"
|
|
'
|
|
'ToolsToolStripMenuItem
|
|
'
|
|
Me.ToolsToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.CustomizeToolStripMenuItem})
|
|
Me.ToolsToolStripMenuItem.Name = "ToolsToolStripMenuItem"
|
|
Me.ToolsToolStripMenuItem.Size = New System.Drawing.Size(48, 20)
|
|
Me.ToolsToolStripMenuItem.Text = "&Tools"
|
|
'
|
|
'CustomizeToolStripMenuItem
|
|
'
|
|
Me.CustomizeToolStripMenuItem.Name = "CustomizeToolStripMenuItem"
|
|
Me.CustomizeToolStripMenuItem.Size = New System.Drawing.Size(166, 22)
|
|
Me.CustomizeToolStripMenuItem.Text = "&Set save directory"
|
|
'
|
|
'OpenFileDialog1
|
|
'
|
|
Me.OpenFileDialog1.FileName = "*.dat"
|
|
Me.OpenFileDialog1.Filter = "Minecraft saves|*.dat"
|
|
Me.OpenFileDialog1.Title = "Choose a Minecraft save:"
|
|
'
|
|
'FolderBrowserDialog1
|
|
'
|
|
Me.FolderBrowserDialog1.Description = "Please choose your Minecraft save directory:"
|
|
'
|
|
'Form1
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(634, 260)
|
|
Me.Controls.Add(Me.TableLayoutPanel1)
|
|
Me.Controls.Add(Me.MenuStrip1)
|
|
Me.MainMenuStrip = Me.MenuStrip1
|
|
Me.Name = "Form1"
|
|
Me.Text = "XBox to PC Minecraft Converter"
|
|
Me.TableLayoutPanel1.ResumeLayout(False)
|
|
Me.TableLayoutPanel1.PerformLayout()
|
|
Me.GroupBox1.ResumeLayout(False)
|
|
Me.GroupBox1.PerformLayout()
|
|
Me.MenuStrip1.ResumeLayout(False)
|
|
Me.MenuStrip1.PerformLayout()
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
Friend WithEvents TableLayoutPanel1 As System.Windows.Forms.TableLayoutPanel
|
|
Friend WithEvents lblHdr As System.Windows.Forms.Label
|
|
Friend WithEvents MenuStrip1 As System.Windows.Forms.MenuStrip
|
|
Friend WithEvents FileToolStripMenuItem1 As System.Windows.Forms.ToolStripMenuItem
|
|
Friend WithEvents OpenToolStripMenuItem1 As System.Windows.Forms.ToolStripMenuItem
|
|
Friend WithEvents toolStripSeparator As System.Windows.Forms.ToolStripSeparator
|
|
Friend WithEvents SaveToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
|
|
Friend WithEvents toolStripSeparator1 As System.Windows.Forms.ToolStripSeparator
|
|
Friend WithEvents ExitToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
|
|
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
|
|
Friend WithEvents lblFStatus As System.Windows.Forms.Label
|
|
Friend WithEvents ToolStripMenuItem1 As System.Windows.Forms.ToolStripMenuItem
|
|
Friend WithEvents ToolsToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
|
|
Friend WithEvents CustomizeToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
|
|
Friend WithEvents OpenFileDialog1 As System.Windows.Forms.OpenFileDialog
|
|
Friend WithEvents Label11 As System.Windows.Forms.Label
|
|
Friend WithEvents Label10 As System.Windows.Forms.Label
|
|
Friend WithEvents Label9 As System.Windows.Forms.Label
|
|
Friend WithEvents Label8 As System.Windows.Forms.Label
|
|
Friend WithEvents Label7 As System.Windows.Forms.Label
|
|
Friend WithEvents Label6 As System.Windows.Forms.Label
|
|
Friend WithEvents Label5 As System.Windows.Forms.Label
|
|
Friend WithEvents Label4 As System.Windows.Forms.Label
|
|
Friend WithEvents Label3 As System.Windows.Forms.Label
|
|
Friend WithEvents Label2 As System.Windows.Forms.Label
|
|
Friend WithEvents Label1 As System.Windows.Forms.Label
|
|
Friend WithEvents Button1 As System.Windows.Forms.Button
|
|
Friend WithEvents FolderBrowserDialog1 As System.Windows.Forms.FolderBrowserDialog
|
|
Friend WithEvents Button2 As System.Windows.Forms.Button
|
|
|
|
End Class
|