-
Notifications
You must be signed in to change notification settings - Fork 0
/
firstrun10.Designer.vb
259 lines (254 loc) · 11.6 KB
/
firstrun10.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
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class firstrun10
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()
Me.Label5 = New System.Windows.Forms.Label()
Me.Button1 = New System.Windows.Forms.Button()
Me.Button2 = New System.Windows.Forms.Button()
Me.Button3 = New System.Windows.Forms.Button()
Me.PictureBox2 = New System.Windows.Forms.PictureBox()
Me.Label6 = New System.Windows.Forms.Label()
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
Me.Label3 = New System.Windows.Forms.Label()
Me.Label4 = New System.Windows.Forms.Label()
Me.ProgressBar1 = New System.Windows.Forms.ProgressBar()
Me.Label2 = New System.Windows.Forms.Label()
Me.Label1 = New System.Windows.Forms.Label()
Me.TableLayoutPanel1 = New System.Windows.Forms.TableLayoutPanel()
Me.ShapeContainer1 = New Microsoft.VisualBasic.PowerPacks.ShapeContainer()
Me.LineShape3 = New Microsoft.VisualBasic.PowerPacks.LineShape()
Me.LineShape2 = New Microsoft.VisualBasic.PowerPacks.LineShape()
Me.LineShape1 = New Microsoft.VisualBasic.PowerPacks.LineShape()
CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.TableLayoutPanel1.SuspendLayout()
Me.SuspendLayout()
'
'Label5
'
Me.Label5.AutoSize = True
Me.Label5.Location = New System.Drawing.Point(1, 32)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(284, 28)
Me.Label5.TabIndex = 131
Me.Label5.Text = "3 - The System Info tab" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "This tab details about the currect PC , its RAM and more" & _
"..."
'
'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, 4)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(70, 33)
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, 4)
Me.Button2.Name = "Button2"
Me.Button2.Size = New System.Drawing.Size(55, 33)
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, 33)
Me.Button3.TabIndex = 2
Me.Button3.Text = "< Back"
Me.Button3.UseVisualStyleBackColor = True
'
'PictureBox2
'
Me.PictureBox2.Image = Global.WindowsApplication.My.Resources.Resources.ribbon_abouttab
Me.PictureBox2.Location = New System.Drawing.Point(-3, 382)
Me.PictureBox2.Name = "PictureBox2"
Me.PictureBox2.Size = New System.Drawing.Size(570, 276)
Me.PictureBox2.TabIndex = 134
Me.PictureBox2.TabStop = False
'
'Label6
'
Me.Label6.Location = New System.Drawing.Point(1, 341)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(565, 45)
Me.Label6.TabIndex = 133
Me.Label6.Text = "4 - The About tab" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "As the name says , this is the page where the web browser vers" & _
"ion , engine versons are listed. There's also a contributors page."
'
'PictureBox1
'
Me.PictureBox1.Image = Global.WindowsApplication.My.Resources.Resources.ribbon_systemtab
Me.PictureBox1.Location = New System.Drawing.Point(1, 64)
Me.PictureBox1.Name = "PictureBox1"
Me.PictureBox1.Size = New System.Drawing.Size(565, 274)
Me.PictureBox1.TabIndex = 132
Me.PictureBox1.TabStop = False
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label3.Location = New System.Drawing.Point(515, 2)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(38, 14)
Me.Label3.TabIndex = 130
Me.Label3.Text = "Part 2"
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.Location = New System.Drawing.Point(1, 704)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(120, 14)
Me.Label4.TabIndex = 129
Me.Label4.Text = "To continue , click Next."
'
'ProgressBar1
'
Me.ProgressBar1.Location = New System.Drawing.Point(-2, 729)
Me.ProgressBar1.Name = "ProgressBar1"
Me.ProgressBar1.Size = New System.Drawing.Size(357, 42)
Me.ProgressBar1.TabIndex = 128
'
'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(57, 2)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(164, 14)
Me.Label2.TabIndex = 127
Me.Label2.Text = "The Tour - Ribbon Backstage"
'
'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(-1, 2)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(47, 14)
Me.Label1.TabIndex = 126
Me.Label1.Text = "Step 10"
'
'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(361, 729)
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, 42)
Me.TableLayoutPanel1.TabIndex = 125
'
'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, 765)
Me.ShapeContainer1.TabIndex = 135
Me.ShapeContainer1.TabStop = False
'
'LineShape3
'
Me.LineShape3.Name = "LineShape3"
Me.LineShape3.X1 = 507
Me.LineShape3.X2 = 507
Me.LineShape3.Y1 = -4
Me.LineShape3.Y2 = 18
'
'LineShape2
'
Me.LineShape2.Name = "LineShape2"
Me.LineShape2.X1 = 48
Me.LineShape2.X2 = 48
Me.LineShape2.Y1 = -3
Me.LineShape2.Y2 = 17
'
'LineShape1
'
Me.LineShape1.Name = "LineShape1"
Me.LineShape1.X1 = 1
Me.LineShape1.X2 = 569
Me.LineShape1.Y1 = 18
Me.LineShape1.Y2 = 18
'
'firstrun10
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 14.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(565, 765)
Me.ControlBox = False
Me.Controls.Add(Me.Label5)
Me.Controls.Add(Me.PictureBox2)
Me.Controls.Add(Me.Label6)
Me.Controls.Add(Me.PictureBox1)
Me.Controls.Add(Me.Label3)
Me.Controls.Add(Me.Label4)
Me.Controls.Add(Me.ProgressBar1)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.TableLayoutPanel1)
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 = "firstrun10"
Me.ShowInTaskbar = False
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
Me.Text = "Step 10 - The Tour - Ribbon Backstage"
CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
Me.TableLayoutPanel1.ResumeLayout(False)
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents Label5 As System.Windows.Forms.Label
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 PictureBox2 As System.Windows.Forms.PictureBox
Friend WithEvents Label6 As System.Windows.Forms.Label
Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents Label4 As System.Windows.Forms.Label
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 TableLayoutPanel1 As System.Windows.Forms.TableLayoutPanel
Friend WithEvents ShapeContainer1 As Microsoft.VisualBasic.PowerPacks.ShapeContainer
Friend WithEvents LineShape1 As Microsoft.VisualBasic.PowerPacks.LineShape
Friend WithEvents LineShape3 As Microsoft.VisualBasic.PowerPacks.LineShape
Friend WithEvents LineShape2 As Microsoft.VisualBasic.PowerPacks.LineShape
End Class