Form2.Designer.vb 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class form2
  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.Label2 = New System.Windows.Forms.Label
  23. Me.LblStatus = New System.Windows.Forms.Label
  24. Me.lblElapsedTime = New System.Windows.Forms.Label
  25. Me.lblDownloadBytes = New System.Windows.Forms.Label
  26. Me.lblProgress = New System.Windows.Forms.Label
  27. Me.lblDownloadSize = New System.Windows.Forms.Label
  28. Me.lblSpeedKbytes = New System.Windows.Forms.Label
  29. Me.Label1 = New System.Windows.Forms.Label
  30. Me.pbDownloadProgress = New System.Windows.Forms.ProgressBar
  31. Me.btnCancel = New System.Windows.Forms.Button
  32. Me.lblDownload = New System.Windows.Forms.Label
  33. Me.txtDownloadAddress = New System.Windows.Forms.TextBox
  34. Me.TextBox1 = New System.Windows.Forms.TextBox
  35. Me.SuspendLayout()
  36. '
  37. 'Label2
  38. '
  39. Me.Label2.AutoSize = True
  40. Me.Label2.Location = New System.Drawing.Point(19, 107)
  41. Me.Label2.Name = "Label2"
  42. Me.Label2.Size = New System.Drawing.Size(53, 13)
  43. Me.Label2.TabIndex = 34
  44. Me.Label2.Text = "Saved to:"
  45. '
  46. 'LblStatus
  47. '
  48. Me.LblStatus.AutoEllipsis = True
  49. Me.LblStatus.Location = New System.Drawing.Point(3, 8)
  50. Me.LblStatus.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0)
  51. Me.LblStatus.Name = "LblStatus"
  52. Me.LblStatus.Size = New System.Drawing.Size(181, 15)
  53. Me.LblStatus.TabIndex = 30
  54. Me.LblStatus.Text = "Status: Idle"
  55. '
  56. 'lblElapsedTime
  57. '
  58. Me.lblElapsedTime.AutoEllipsis = True
  59. Me.lblElapsedTime.Location = New System.Drawing.Point(3, 23)
  60. Me.lblElapsedTime.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0)
  61. Me.lblElapsedTime.Name = "lblElapsedTime"
  62. Me.lblElapsedTime.Size = New System.Drawing.Size(181, 15)
  63. Me.lblElapsedTime.TabIndex = 33
  64. Me.lblElapsedTime.Text = "Elasped Time: n/a"
  65. '
  66. 'lblDownloadBytes
  67. '
  68. Me.lblDownloadBytes.AutoEllipsis = True
  69. Me.lblDownloadBytes.Location = New System.Drawing.Point(201, 8)
  70. Me.lblDownloadBytes.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0)
  71. Me.lblDownloadBytes.Name = "lblDownloadBytes"
  72. Me.lblDownloadBytes.Size = New System.Drawing.Size(189, 15)
  73. Me.lblDownloadBytes.TabIndex = 31
  74. Me.lblDownloadBytes.Text = "Downloaded: 0 KB"
  75. '
  76. 'lblProgress
  77. '
  78. Me.lblProgress.AutoEllipsis = True
  79. Me.lblProgress.Location = New System.Drawing.Point(154, 59)
  80. Me.lblProgress.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0)
  81. Me.lblProgress.Name = "lblProgress"
  82. Me.lblProgress.Size = New System.Drawing.Size(85, 15)
  83. Me.lblProgress.TabIndex = 29
  84. Me.lblProgress.Text = "Progress: 0%"
  85. '
  86. 'lblDownloadSize
  87. '
  88. Me.lblDownloadSize.AutoEllipsis = True
  89. Me.lblDownloadSize.Location = New System.Drawing.Point(201, 23)
  90. Me.lblDownloadSize.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0)
  91. Me.lblDownloadSize.Name = "lblDownloadSize"
  92. Me.lblDownloadSize.Size = New System.Drawing.Size(202, 15)
  93. Me.lblDownloadSize.TabIndex = 28
  94. Me.lblDownloadSize.Text = "Download Size: 0 KB"
  95. '
  96. 'lblSpeedKbytes
  97. '
  98. Me.lblSpeedKbytes.AutoEllipsis = True
  99. Me.lblSpeedKbytes.Location = New System.Drawing.Point(3, 38)
  100. Me.lblSpeedKbytes.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0)
  101. Me.lblSpeedKbytes.Name = "lblSpeedKbytes"
  102. Me.lblSpeedKbytes.Size = New System.Drawing.Size(191, 15)
  103. Me.lblSpeedKbytes.TabIndex = 32
  104. Me.lblSpeedKbytes.Text = "Speed: 0 KB/s"
  105. '
  106. 'Label1
  107. '
  108. Me.Label1.AutoSize = True
  109. Me.Label1.Location = New System.Drawing.Point(100, 107)
  110. Me.Label1.Name = "Label1"
  111. Me.Label1.Size = New System.Drawing.Size(39, 13)
  112. Me.Label1.TabIndex = 27
  113. Me.Label1.Text = "Label1"
  114. '
  115. 'pbDownloadProgress
  116. '
  117. Me.pbDownloadProgress.Location = New System.Drawing.Point(15, 78)
  118. Me.pbDownloadProgress.Margin = New System.Windows.Forms.Padding(2, 4, 2, 4)
  119. Me.pbDownloadProgress.Name = "pbDownloadProgress"
  120. Me.pbDownloadProgress.Size = New System.Drawing.Size(363, 25)
  121. Me.pbDownloadProgress.Style = System.Windows.Forms.ProgressBarStyle.Continuous
  122. Me.pbDownloadProgress.TabIndex = 26
  123. '
  124. 'btnCancel
  125. '
  126. Me.btnCancel.Enabled = False
  127. Me.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.System
  128. Me.btnCancel.Location = New System.Drawing.Point(129, 138)
  129. Me.btnCancel.Margin = New System.Windows.Forms.Padding(2, 4, 2, 4)
  130. Me.btnCancel.Name = "btnCancel"
  131. Me.btnCancel.Size = New System.Drawing.Size(134, 28)
  132. Me.btnCancel.TabIndex = 25
  133. Me.btnCancel.Text = "Cancel Download"
  134. Me.btnCancel.UseVisualStyleBackColor = False
  135. '
  136. 'lblDownload
  137. '
  138. Me.lblDownload.AutoSize = True
  139. Me.lblDownload.Location = New System.Drawing.Point(3, 197)
  140. Me.lblDownload.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0)
  141. Me.lblDownload.Name = "lblDownload"
  142. Me.lblDownload.Size = New System.Drawing.Size(82, 13)
  143. Me.lblDownload.TabIndex = 36
  144. Me.lblDownload.Text = "Source Address"
  145. Me.lblDownload.Visible = False
  146. '
  147. 'txtDownloadAddress
  148. '
  149. Me.txtDownloadAddress.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  150. Me.txtDownloadAddress.Location = New System.Drawing.Point(1, 213)
  151. Me.txtDownloadAddress.Margin = New System.Windows.Forms.Padding(2, 4, 2, 4)
  152. Me.txtDownloadAddress.Name = "txtDownloadAddress"
  153. Me.txtDownloadAddress.Size = New System.Drawing.Size(389, 20)
  154. Me.txtDownloadAddress.TabIndex = 35
  155. Me.txtDownloadAddress.WordWrap = False
  156. '
  157. 'TextBox1
  158. '
  159. Me.TextBox1.Location = New System.Drawing.Point(15, 267)
  160. Me.TextBox1.Name = "TextBox1"
  161. Me.TextBox1.Size = New System.Drawing.Size(364, 20)
  162. Me.TextBox1.TabIndex = 37
  163. '
  164. 'form2
  165. '
  166. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  167. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  168. Me.ClientSize = New System.Drawing.Size(393, 175)
  169. Me.Controls.Add(Me.TextBox1)
  170. Me.Controls.Add(Me.lblDownload)
  171. Me.Controls.Add(Me.txtDownloadAddress)
  172. Me.Controls.Add(Me.Label2)
  173. Me.Controls.Add(Me.LblStatus)
  174. Me.Controls.Add(Me.lblElapsedTime)
  175. Me.Controls.Add(Me.lblDownloadBytes)
  176. Me.Controls.Add(Me.lblProgress)
  177. Me.Controls.Add(Me.lblDownloadSize)
  178. Me.Controls.Add(Me.lblSpeedKbytes)
  179. Me.Controls.Add(Me.Label1)
  180. Me.Controls.Add(Me.pbDownloadProgress)
  181. Me.Controls.Add(Me.btnCancel)
  182. Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
  183. Me.Name = "form2"
  184. Me.Text = "Downloading Minecraft..."
  185. Me.ResumeLayout(False)
  186. Me.PerformLayout()
  187. End Sub
  188. Friend WithEvents Label2 As System.Windows.Forms.Label
  189. Friend WithEvents LblStatus As System.Windows.Forms.Label
  190. Friend WithEvents lblElapsedTime As System.Windows.Forms.Label
  191. Friend WithEvents lblDownloadBytes As System.Windows.Forms.Label
  192. Friend WithEvents lblProgress As System.Windows.Forms.Label
  193. Friend WithEvents lblDownloadSize As System.Windows.Forms.Label
  194. Friend WithEvents lblSpeedKbytes As System.Windows.Forms.Label
  195. Friend WithEvents Label1 As System.Windows.Forms.Label
  196. Friend WithEvents pbDownloadProgress As System.Windows.Forms.ProgressBar
  197. Friend WithEvents btnCancel As System.Windows.Forms.Button
  198. Friend WithEvents lblDownload As System.Windows.Forms.Label
  199. Friend WithEvents txtDownloadAddress As System.Windows.Forms.TextBox
  200. Friend WithEvents TextBox1 As System.Windows.Forms.TextBox
  201. End Class