-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmainForm.designer.vb
210 lines (205 loc) · 8.33 KB
/
mainForm.designer.vb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class downman
Inherits System.Windows.Forms.Form
'Form esegue l'override del metodo Dispose per pulire l'elenco dei componenti.
<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
'Richiesto da Progettazione Windows Form
Private components As System.ComponentModel.IContainer
'NOTA: la procedura che segue è richiesta da Progettazione Windows Form
'Può essere modificata in Progettazione Windows Form.
'Non modificarla nell'editor del codice.
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(downman))
Me.Label1 = New System.Windows.Forms.Label()
Me.Label2 = New System.Windows.Forms.Label()
Me.Label3 = New System.Windows.Forms.Label()
Me.ProgressBar1 = New System.Windows.Forms.ProgressBar()
Me.txtFileName = New System.Windows.Forms.TextBox()
Me.btnDownload = New System.Windows.Forms.Button()
Me.BackgroundWorker1 = New System.ComponentModel.BackgroundWorker()
Me.Label5 = New System.Windows.Forms.Label()
Me.SaveFileDialog1 = New System.Windows.Forms.SaveFileDialog()
Me.Label6 = New System.Windows.Forms.Label()
Me.btnCancel = New System.Windows.Forms.Button()
Me.Label4 = New System.Windows.Forms.Label()
Me.ListBox1 = New System.Windows.Forms.ListBox()
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
Me.Button1 = New System.Windows.Forms.Button()
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(12, 62)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(87, 13)
Me.Label1.TabIndex = 0
Me.Label1.Text = "File to download:"
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Location = New System.Drawing.Point(12, 212)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(104, 13)
Me.Label2.TabIndex = 1
Me.Label2.Text = "Downloading speed:"
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Location = New System.Drawing.Point(12, 187)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(47, 13)
Me.Label3.TabIndex = 2
Me.Label3.Text = "File size:"
'
'ProgressBar1
'
Me.ProgressBar1.Location = New System.Drawing.Point(15, 228)
Me.ProgressBar1.Name = "ProgressBar1"
Me.ProgressBar1.Size = New System.Drawing.Size(409, 23)
Me.ProgressBar1.TabIndex = 3
'
'txtFileName
'
Me.txtFileName.Location = New System.Drawing.Point(112, 59)
Me.txtFileName.Name = "txtFileName"
Me.txtFileName.Size = New System.Drawing.Size(296, 20)
Me.txtFileName.TabIndex = 4
'
'btnDownload
'
Me.btnDownload.Location = New System.Drawing.Point(414, 62)
Me.btnDownload.Name = "btnDownload"
Me.btnDownload.Size = New System.Drawing.Size(68, 23)
Me.btnDownload.TabIndex = 5
Me.btnDownload.Text = "Download"
Me.btnDownload.UseVisualStyleBackColor = True
'
'BackgroundWorker1
'
Me.BackgroundWorker1.WorkerReportsProgress = True
Me.BackgroundWorker1.WorkerSupportsCancellation = True
'
'Label5
'
Me.Label5.Location = New System.Drawing.Point(12, 100)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(369, 33)
Me.Label5.TabIndex = 7
Me.Label5.Text = "Downloading:"
'
'SaveFileDialog1
'
Me.SaveFileDialog1.Title = "Where do you want to save the file?"
'
'Label6
'
Me.Label6.Location = New System.Drawing.Point(12, 146)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(369, 41)
Me.Label6.TabIndex = 8
Me.Label6.Text = "Save file to:"
'
'btnCancel
'
Me.btnCancel.Enabled = False
Me.btnCancel.Location = New System.Drawing.Point(414, 100)
Me.btnCancel.Name = "btnCancel"
Me.btnCancel.Size = New System.Drawing.Size(68, 22)
Me.btnCancel.TabIndex = 9
Me.btnCancel.Text = "Cancel"
Me.btnCancel.UseVisualStyleBackColor = True
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.Location = New System.Drawing.Point(12, 254)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(23, 13)
Me.Label4.TabIndex = 6
Me.Label4.Text = "lbl4"
'
'ListBox1
'
Me.ListBox1.BackColor = System.Drawing.Color.Azure
Me.ListBox1.FormattingEnabled = True
Me.ListBox1.Location = New System.Drawing.Point(0, 3)
Me.ListBox1.Name = "ListBox1"
Me.ListBox1.Size = New System.Drawing.Size(497, 43)
Me.ListBox1.TabIndex = 10
'
'PictureBox1
'
Me.PictureBox1.BackColor = System.Drawing.Color.Azure
Me.PictureBox1.Image = CType(resources.GetObject("PictureBox1.Image"), System.Drawing.Image)
Me.PictureBox1.Location = New System.Drawing.Point(436, 3)
Me.PictureBox1.Name = "PictureBox1"
Me.PictureBox1.Size = New System.Drawing.Size(46, 42)
Me.PictureBox1.TabIndex = 11
Me.PictureBox1.TabStop = False
'
'Button1
'
Me.Button1.Location = New System.Drawing.Point(414, 141)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(68, 22)
Me.Button1.TabIndex = 13
Me.Button1.Text = "Close"
Me.Button1.UseVisualStyleBackColor = True
'
'downman
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackColor = System.Drawing.Color.White
Me.ClientSize = New System.Drawing.Size(497, 280)
Me.Controls.Add(Me.Button1)
Me.Controls.Add(Me.PictureBox1)
Me.Controls.Add(Me.ListBox1)
Me.Controls.Add(Me.btnCancel)
Me.Controls.Add(Me.Label6)
Me.Controls.Add(Me.Label5)
Me.Controls.Add(Me.Label4)
Me.Controls.Add(Me.btnDownload)
Me.Controls.Add(Me.txtFileName)
Me.Controls.Add(Me.ProgressBar1)
Me.Controls.Add(Me.Label3)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.Label1)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.Name = "downman"
Me.Text = "Download Manager enter the file you want to download "
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents ProgressBar1 As System.Windows.Forms.ProgressBar
Friend WithEvents txtFileName As System.Windows.Forms.TextBox
Friend WithEvents btnDownload As System.Windows.Forms.Button
Friend WithEvents BackgroundWorker1 As System.ComponentModel.BackgroundWorker
Friend WithEvents Label5 As System.Windows.Forms.Label
Friend WithEvents SaveFileDialog1 As System.Windows.Forms.SaveFileDialog
Friend WithEvents Label6 As System.Windows.Forms.Label
Friend WithEvents btnCancel As System.Windows.Forms.Button
Friend WithEvents Label4 As System.Windows.Forms.Label
Friend WithEvents ListBox1 As System.Windows.Forms.ListBox
Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
Friend WithEvents Button1 As System.Windows.Forms.Button
End Class