_ Partial Class form2 Inherits System.Windows.Forms.Form 'Form remplace la méthode Dispose pour nettoyer la liste des composants. _ 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 'Requise par le Concepteur Windows Form Private components As System.ComponentModel.IContainer 'REMARQUE : la procédure suivante est requise par le Concepteur Windows Form 'Elle peut être modifiée à l'aide du Concepteur Windows Form. 'Ne la modifiez pas à l'aide de l'éditeur de code. _ Private Sub InitializeComponent() Me.Label2 = New System.Windows.Forms.Label Me.LblStatus = New System.Windows.Forms.Label Me.lblElapsedTime = New System.Windows.Forms.Label Me.lblDownloadBytes = New System.Windows.Forms.Label Me.lblProgress = New System.Windows.Forms.Label Me.lblDownloadSize = New System.Windows.Forms.Label Me.lblSpeedKbytes = New System.Windows.Forms.Label Me.Label1 = New System.Windows.Forms.Label Me.pbDownloadProgress = New System.Windows.Forms.ProgressBar Me.btnCancel = New System.Windows.Forms.Button Me.lblDownload = New System.Windows.Forms.Label Me.txtDownloadAddress = New System.Windows.Forms.TextBox Me.TextBox1 = New System.Windows.Forms.TextBox Me.SuspendLayout() ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(19, 107) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(53, 13) Me.Label2.TabIndex = 34 Me.Label2.Text = "Saved to:" ' 'LblStatus ' Me.LblStatus.AutoEllipsis = True Me.LblStatus.Location = New System.Drawing.Point(3, 8) Me.LblStatus.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0) Me.LblStatus.Name = "LblStatus" Me.LblStatus.Size = New System.Drawing.Size(181, 15) Me.LblStatus.TabIndex = 30 Me.LblStatus.Text = "Status: Idle" ' 'lblElapsedTime ' Me.lblElapsedTime.AutoEllipsis = True Me.lblElapsedTime.Location = New System.Drawing.Point(3, 23) Me.lblElapsedTime.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0) Me.lblElapsedTime.Name = "lblElapsedTime" Me.lblElapsedTime.Size = New System.Drawing.Size(181, 15) Me.lblElapsedTime.TabIndex = 33 Me.lblElapsedTime.Text = "Elasped Time: n/a" ' 'lblDownloadBytes ' Me.lblDownloadBytes.AutoEllipsis = True Me.lblDownloadBytes.Location = New System.Drawing.Point(201, 8) Me.lblDownloadBytes.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0) Me.lblDownloadBytes.Name = "lblDownloadBytes" Me.lblDownloadBytes.Size = New System.Drawing.Size(189, 15) Me.lblDownloadBytes.TabIndex = 31 Me.lblDownloadBytes.Text = "Downloaded: 0 KB" ' 'lblProgress ' Me.lblProgress.AutoEllipsis = True Me.lblProgress.Location = New System.Drawing.Point(154, 59) Me.lblProgress.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0) Me.lblProgress.Name = "lblProgress" Me.lblProgress.Size = New System.Drawing.Size(85, 15) Me.lblProgress.TabIndex = 29 Me.lblProgress.Text = "Progress: 0%" ' 'lblDownloadSize ' Me.lblDownloadSize.AutoEllipsis = True Me.lblDownloadSize.Location = New System.Drawing.Point(201, 23) Me.lblDownloadSize.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0) Me.lblDownloadSize.Name = "lblDownloadSize" Me.lblDownloadSize.Size = New System.Drawing.Size(202, 15) Me.lblDownloadSize.TabIndex = 28 Me.lblDownloadSize.Text = "Download Size: 0 KB" ' 'lblSpeedKbytes ' Me.lblSpeedKbytes.AutoEllipsis = True Me.lblSpeedKbytes.Location = New System.Drawing.Point(3, 38) Me.lblSpeedKbytes.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0) Me.lblSpeedKbytes.Name = "lblSpeedKbytes" Me.lblSpeedKbytes.Size = New System.Drawing.Size(191, 15) Me.lblSpeedKbytes.TabIndex = 32 Me.lblSpeedKbytes.Text = "Speed: 0 KB/s" ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(100, 107) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(39, 13) Me.Label1.TabIndex = 27 Me.Label1.Text = "Label1" ' 'pbDownloadProgress ' Me.pbDownloadProgress.Location = New System.Drawing.Point(15, 78) Me.pbDownloadProgress.Margin = New System.Windows.Forms.Padding(2, 4, 2, 4) Me.pbDownloadProgress.Name = "pbDownloadProgress" Me.pbDownloadProgress.Size = New System.Drawing.Size(363, 25) Me.pbDownloadProgress.Style = System.Windows.Forms.ProgressBarStyle.Continuous Me.pbDownloadProgress.TabIndex = 26 ' 'btnCancel ' Me.btnCancel.Enabled = False Me.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.System Me.btnCancel.Location = New System.Drawing.Point(129, 138) Me.btnCancel.Margin = New System.Windows.Forms.Padding(2, 4, 2, 4) Me.btnCancel.Name = "btnCancel" Me.btnCancel.Size = New System.Drawing.Size(134, 28) Me.btnCancel.TabIndex = 25 Me.btnCancel.Text = "Cancel Download" Me.btnCancel.UseVisualStyleBackColor = False ' 'lblDownload ' Me.lblDownload.AutoSize = True Me.lblDownload.Location = New System.Drawing.Point(3, 197) Me.lblDownload.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0) Me.lblDownload.Name = "lblDownload" Me.lblDownload.Size = New System.Drawing.Size(82, 13) Me.lblDownload.TabIndex = 36 Me.lblDownload.Text = "Source Address" Me.lblDownload.Visible = False ' 'txtDownloadAddress ' Me.txtDownloadAddress.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.txtDownloadAddress.Location = New System.Drawing.Point(1, 213) Me.txtDownloadAddress.Margin = New System.Windows.Forms.Padding(2, 4, 2, 4) Me.txtDownloadAddress.Name = "txtDownloadAddress" Me.txtDownloadAddress.Size = New System.Drawing.Size(389, 20) Me.txtDownloadAddress.TabIndex = 35 Me.txtDownloadAddress.WordWrap = False ' 'TextBox1 ' Me.TextBox1.Location = New System.Drawing.Point(15, 267) Me.TextBox1.Name = "TextBox1" Me.TextBox1.Size = New System.Drawing.Size(364, 20) Me.TextBox1.TabIndex = 37 ' 'form2 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(393, 175) Me.Controls.Add(Me.TextBox1) Me.Controls.Add(Me.lblDownload) Me.Controls.Add(Me.txtDownloadAddress) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.LblStatus) Me.Controls.Add(Me.lblElapsedTime) Me.Controls.Add(Me.lblDownloadBytes) Me.Controls.Add(Me.lblProgress) Me.Controls.Add(Me.lblDownloadSize) Me.Controls.Add(Me.lblSpeedKbytes) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.pbDownloadProgress) Me.Controls.Add(Me.btnCancel) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle Me.Name = "form2" Me.Text = "Downloading Minecraft..." Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents LblStatus As System.Windows.Forms.Label Friend WithEvents lblElapsedTime As System.Windows.Forms.Label Friend WithEvents lblDownloadBytes As System.Windows.Forms.Label Friend WithEvents lblProgress As System.Windows.Forms.Label Friend WithEvents lblDownloadSize As System.Windows.Forms.Label Friend WithEvents lblSpeedKbytes As System.Windows.Forms.Label Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents pbDownloadProgress As System.Windows.Forms.ProgressBar Friend WithEvents btnCancel As System.Windows.Forms.Button Friend WithEvents lblDownload As System.Windows.Forms.Label Friend WithEvents txtDownloadAddress As System.Windows.Forms.TextBox Friend WithEvents TextBox1 As System.Windows.Forms.TextBox End Class