-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfirstrun3.Designer.vb
300 lines (295 loc) · 12.9 KB
/
firstrun3.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
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class firstrun3
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(firstrun3))
Me.TableLayoutPanel1 = New System.Windows.Forms.TableLayoutPanel()
Me.Button1 = New System.Windows.Forms.Button()
Me.Button2 = New System.Windows.Forms.Button()
Me.Button3 = New System.Windows.Forms.Button()
Me.ProgressBar1 = New System.Windows.Forms.ProgressBar()
Me.Label2 = New System.Windows.Forms.Label()
Me.Label1 = New System.Windows.Forms.Label()
Me.LineShape1 = New Microsoft.VisualBasic.PowerPacks.LineShape()
Me.LineShape2 = New Microsoft.VisualBasic.PowerPacks.LineShape()
Me.LineShape3 = New Microsoft.VisualBasic.PowerPacks.LineShape()
Me.ShapeContainer1 = New Microsoft.VisualBasic.PowerPacks.ShapeContainer()
Me.Label3 = New System.Windows.Forms.Label()
Me.TextBox1 = New System.Windows.Forms.TextBox()
Me.Label4 = New System.Windows.Forms.Label()
Me.Label5 = New System.Windows.Forms.Label()
Me.Label6 = New System.Windows.Forms.Label()
Me.TextBox2 = New System.Windows.Forms.TextBox()
Me.Label7 = New System.Windows.Forms.Label()
Me.Label8 = New System.Windows.Forms.Label()
Me.Label9 = New System.Windows.Forms.Label()
Me.TextBox3 = New System.Windows.Forms.TextBox()
Me.TableLayoutPanel1.SuspendLayout()
Me.SuspendLayout()
'
'TableLayoutPanel1
'
Me.TableLayoutPanel1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.TableLayoutPanel1.ColumnCount = 3
Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 52.34375!))
Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 47.65625!))
Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 78.0!))
Me.TableLayoutPanel1.Controls.Add(Me.Button1, 2, 0)
Me.TableLayoutPanel1.Controls.Add(Me.Button2, 1, 0)
Me.TableLayoutPanel1.Controls.Add(Me.Button3, 0, 0)
Me.TableLayoutPanel1.Location = New System.Drawing.Point(359, 588)
Me.TableLayoutPanel1.Name = "TableLayoutPanel1"
Me.TableLayoutPanel1.RowCount = 1
Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
Me.TableLayoutPanel1.Size = New System.Drawing.Size(206, 33)
Me.TableLayoutPanel1.TabIndex = 10
'
'Button1
'
Me.Button1.Anchor = System.Windows.Forms.AnchorStyles.None
Me.Button1.DialogResult = System.Windows.Forms.DialogResult.Cancel
Me.Button1.Location = New System.Drawing.Point(132, 3)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(70, 27)
Me.Button1.TabIndex = 1
Me.Button1.Text = "Cancel >>"
'
'Button2
'
Me.Button2.Anchor = System.Windows.Forms.AnchorStyles.None
Me.Button2.Location = New System.Drawing.Point(70, 3)
Me.Button2.Name = "Button2"
Me.Button2.Size = New System.Drawing.Size(55, 27)
Me.Button2.TabIndex = 0
Me.Button2.Text = "Next >"
'
'Button3
'
Me.Button3.Location = New System.Drawing.Point(3, 3)
Me.Button3.Name = "Button3"
Me.Button3.Size = New System.Drawing.Size(61, 27)
Me.Button3.TabIndex = 2
Me.Button3.Text = "< Back"
Me.Button3.UseVisualStyleBackColor = True
'
'ProgressBar1
'
Me.ProgressBar1.Location = New System.Drawing.Point(0, 586)
Me.ProgressBar1.Name = "ProgressBar1"
Me.ProgressBar1.Size = New System.Drawing.Size(357, 33)
Me.ProgressBar1.TabIndex = 14
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label2.Location = New System.Drawing.Point(66, 1)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(124, 14)
Me.Label2.TabIndex = 12
Me.Label2.Text = "The tabs - HomePage"
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label1.Location = New System.Drawing.Point(3, 1)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(41, 14)
Me.Label1.TabIndex = 11
Me.Label1.Text = "Step 3"
'
'LineShape1
'
Me.LineShape1.Name = "LineShape1"
Me.LineShape1.X1 = -6
Me.LineShape1.X2 = 562
Me.LineShape1.Y1 = 17
Me.LineShape1.Y2 = 17
'
'LineShape2
'
Me.LineShape2.Name = "LineShape2"
Me.LineShape2.X1 = 58
Me.LineShape2.X2 = 58
Me.LineShape2.Y1 = -2
Me.LineShape2.Y2 = 16
'
'LineShape3
'
Me.LineShape3.Name = "LineShape3"
Me.LineShape3.X1 = -4
Me.LineShape3.X2 = 564
Me.LineShape3.Y1 = 585
Me.LineShape3.Y2 = 585
'
'ShapeContainer1
'
Me.ShapeContainer1.Location = New System.Drawing.Point(0, 0)
Me.ShapeContainer1.Margin = New System.Windows.Forms.Padding(0)
Me.ShapeContainer1.Name = "ShapeContainer1"
Me.ShapeContainer1.Shapes.AddRange(New Microsoft.VisualBasic.PowerPacks.Shape() {Me.LineShape3, Me.LineShape2, Me.LineShape1})
Me.ShapeContainer1.Size = New System.Drawing.Size(565, 619)
Me.ShapeContainer1.TabIndex = 15
Me.ShapeContainer1.TabStop = False
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Location = New System.Drawing.Point(0, 20)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(390, 14)
Me.Label3.TabIndex = 16
Me.Label3.Text = "Choose the webpages that you want to add in the Home Page for all the 3 tabs."
'
'TextBox1
'
Me.TextBox1.Location = New System.Drawing.Point(120, 95)
Me.TextBox1.Name = "TextBox1"
Me.TextBox1.Size = New System.Drawing.Size(445, 20)
Me.TextBox1.TabIndex = 17
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label4.Location = New System.Drawing.Point(3, 101)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(34, 14)
Me.Label4.TabIndex = 18
Me.Label4.Text = "TAB1"
'
'Label5
'
Me.Label5.AutoSize = True
Me.Label5.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label5.Location = New System.Drawing.Point(281, 151)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(29, 14)
Me.Label5.TabIndex = 19
Me.Label5.Text = "AND"
'
'Label6
'
Me.Label6.AutoSize = True
Me.Label6.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label6.Location = New System.Drawing.Point(3, 210)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(34, 14)
Me.Label6.TabIndex = 20
Me.Label6.Text = "TAB2"
'
'TextBox2
'
Me.TextBox2.Location = New System.Drawing.Point(116, 204)
Me.TextBox2.Name = "TextBox2"
Me.TextBox2.Size = New System.Drawing.Size(458, 20)
Me.TextBox2.TabIndex = 21
'
'Label7
'
Me.Label7.Location = New System.Drawing.Point(0, 399)
Me.Label7.Name = "Label7"
Me.Label7.Size = New System.Drawing.Size(557, 106)
Me.Label7.TabIndex = 22
Me.Label7.Text = resources.GetString("Label7.Text")
'
'Label8
'
Me.Label8.AutoSize = True
Me.Label8.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label8.Location = New System.Drawing.Point(281, 255)
Me.Label8.Name = "Label8"
Me.Label8.Size = New System.Drawing.Size(29, 14)
Me.Label8.TabIndex = 23
Me.Label8.Text = "AND"
'
'Label9
'
Me.Label9.AutoSize = True
Me.Label9.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label9.Location = New System.Drawing.Point(3, 300)
Me.Label9.Name = "Label9"
Me.Label9.Size = New System.Drawing.Size(34, 14)
Me.Label9.TabIndex = 24
Me.Label9.Text = "TAB3"
'
'TextBox3
'
Me.TextBox3.Location = New System.Drawing.Point(116, 293)
Me.TextBox3.Name = "TextBox3"
Me.TextBox3.Size = New System.Drawing.Size(445, 20)
Me.TextBox3.TabIndex = 25
'
'firstrun3
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 14.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(565, 619)
Me.ControlBox = False
Me.Controls.Add(Me.TextBox3)
Me.Controls.Add(Me.Label9)
Me.Controls.Add(Me.Label8)
Me.Controls.Add(Me.Label7)
Me.Controls.Add(Me.TextBox2)
Me.Controls.Add(Me.Label6)
Me.Controls.Add(Me.Label5)
Me.Controls.Add(Me.Label4)
Me.Controls.Add(Me.TextBox1)
Me.Controls.Add(Me.Label3)
Me.Controls.Add(Me.TableLayoutPanel1)
Me.Controls.Add(Me.ProgressBar1)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.ShapeContainer1)
Me.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
Me.MaximizeBox = False
Me.MinimizeBox = False
Me.Name = "firstrun3"
Me.ShowInTaskbar = False
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
Me.Text = "Step 3 - The tabs - HomePage"
Me.TableLayoutPanel1.ResumeLayout(False)
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents TableLayoutPanel1 As System.Windows.Forms.TableLayoutPanel
Friend WithEvents Button1 As System.Windows.Forms.Button
Friend WithEvents Button2 As System.Windows.Forms.Button
Friend WithEvents Button3 As System.Windows.Forms.Button
Friend WithEvents ProgressBar1 As System.Windows.Forms.ProgressBar
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents LineShape1 As Microsoft.VisualBasic.PowerPacks.LineShape
Friend WithEvents LineShape2 As Microsoft.VisualBasic.PowerPacks.LineShape
Friend WithEvents LineShape3 As Microsoft.VisualBasic.PowerPacks.LineShape
Friend WithEvents ShapeContainer1 As Microsoft.VisualBasic.PowerPacks.ShapeContainer
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents TextBox1 As System.Windows.Forms.TextBox
Friend WithEvents Label4 As System.Windows.Forms.Label
Friend WithEvents Label5 As System.Windows.Forms.Label
Friend WithEvents Label6 As System.Windows.Forms.Label
Friend WithEvents TextBox2 As System.Windows.Forms.TextBox
Friend WithEvents Label7 As System.Windows.Forms.Label
Friend WithEvents Label8 As System.Windows.Forms.Label
Friend WithEvents Label9 As System.Windows.Forms.Label
Friend WithEvents TextBox3 As System.Windows.Forms.TextBox
End Class