Form3.Designer.vb 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class Form3
  3. Inherits System.Windows.Forms.Form
  4. 'Form remplace la méthode Dispose pour nettoyer la liste des composants.
  5. <System.Diagnostics.DebuggerNonUserCode()> _
  6. Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  7. Try
  8. If disposing AndAlso components IsNot Nothing Then
  9. components.Dispose()
  10. End If
  11. Finally
  12. MyBase.Dispose(disposing)
  13. End Try
  14. End Sub
  15. 'Requise par le Concepteur Windows Form
  16. Private components As System.ComponentModel.IContainer
  17. 'REMARQUE : la procédure suivante est requise par le Concepteur Windows Form
  18. 'Elle peut être modifiée à l'aide du Concepteur Windows Form.
  19. 'Ne la modifiez pas à l'aide de l'éditeur de code.
  20. <System.Diagnostics.DebuggerStepThrough()> _
  21. Private Sub InitializeComponent()
  22. Me.TextBox1 = New System.Windows.Forms.TextBox
  23. Me.Button1 = New System.Windows.Forms.Button
  24. Me.Label1 = New System.Windows.Forms.Label
  25. Me.Button2 = New System.Windows.Forms.Button
  26. Me.SuspendLayout()
  27. '
  28. 'TextBox1
  29. '
  30. Me.TextBox1.Location = New System.Drawing.Point(12, 35)
  31. Me.TextBox1.Name = "TextBox1"
  32. Me.TextBox1.Size = New System.Drawing.Size(307, 22)
  33. Me.TextBox1.TabIndex = 0
  34. '
  35. 'Button1
  36. '
  37. Me.Button1.Location = New System.Drawing.Point(325, 32)
  38. Me.Button1.Name = "Button1"
  39. Me.Button1.Size = New System.Drawing.Size(41, 21)
  40. Me.Button1.TabIndex = 1
  41. Me.Button1.Text = "..."
  42. Me.Button1.UseVisualStyleBackColor = True
  43. '
  44. 'Label1
  45. '
  46. Me.Label1.AutoSize = True
  47. Me.Label1.Location = New System.Drawing.Point(12, 18)
  48. Me.Label1.Name = "Label1"
  49. Me.Label1.Size = New System.Drawing.Size(253, 12)
  50. Me.Label1.TabIndex = 2
  51. Me.Label1.Text = "Choose your minecraft folder and your minecraft file"
  52. '
  53. 'Button2
  54. '
  55. Me.Button2.Location = New System.Drawing.Point(148, 59)
  56. Me.Button2.Name = "Button2"
  57. Me.Button2.Size = New System.Drawing.Size(75, 21)
  58. Me.Button2.TabIndex = 3
  59. Me.Button2.Text = "Save"
  60. Me.Button2.UseVisualStyleBackColor = True
  61. '
  62. 'Form3
  63. '
  64. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
  65. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  66. Me.ClientSize = New System.Drawing.Size(371, 83)
  67. Me.Controls.Add(Me.Button2)
  68. Me.Controls.Add(Me.Label1)
  69. Me.Controls.Add(Me.Button1)
  70. Me.Controls.Add(Me.TextBox1)
  71. Me.Name = "Form3"
  72. Me.Text = "Minecraft Launcher - ClanLSE"
  73. Me.ResumeLayout(False)
  74. Me.PerformLayout()
  75. End Sub
  76. Friend WithEvents TextBox1 As System.Windows.Forms.TextBox
  77. Friend WithEvents Button1 As System.Windows.Forms.Button
  78. Friend WithEvents Label1 As System.Windows.Forms.Label
  79. Friend WithEvents Button2 As System.Windows.Forms.Button
  80. End Class