-
Notifications
You must be signed in to change notification settings - Fork 0
/
firstrun11.Designer.vb
209 lines (204 loc) · 9.26 KB
/
firstrun11.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
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class firstrun11
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(firstrun11))
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.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.LineShape2 = New Microsoft.VisualBasic.PowerPacks.LineShape()
Me.LineShape1 = New Microsoft.VisualBasic.PowerPacks.LineShape()
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
Me.TableLayoutPanel1.SuspendLayout()
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'Label5
'
Me.Label5.Location = New System.Drawing.Point(1, 30)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(604, 105)
Me.Label5.TabIndex = 141
Me.Label5.Text = resources.GetString("Label5.Text")
'
'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, 36)
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, 36)
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, 36)
Me.Button3.TabIndex = 2
Me.Button3.Text = "< Back"
Me.Button3.UseVisualStyleBackColor = True
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.Location = New System.Drawing.Point(1, 667)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(120, 14)
Me.Label4.TabIndex = 139
Me.Label4.Text = "To continue , click Next."
'
'ProgressBar1
'
Me.ProgressBar1.Location = New System.Drawing.Point(-2, 781)
Me.ProgressBar1.Name = "ProgressBar1"
Me.ProgressBar1.Size = New System.Drawing.Size(357, 45)
Me.ProgressBar1.TabIndex = 138
'
'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(109, 14)
Me.Label2.TabIndex = 137
Me.Label2.Text = "The Tour - Blender"
'
'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(46, 14)
Me.Label1.TabIndex = 136
Me.Label1.Text = "Step 11"
'
'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(399, 720)
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, 45)
Me.TableLayoutPanel1.TabIndex = 135
'
'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.LineShape2, Me.LineShape1})
Me.ShapeContainer1.Size = New System.Drawing.Size(605, 765)
Me.ShapeContainer1.TabIndex = 145
Me.ShapeContainer1.TabStop = False
'
'LineShape2
'
Me.LineShape2.Name = "LineShape2"
Me.LineShape2.X1 = 47
Me.LineShape2.X2 = 47
Me.LineShape2.Y1 = -1
Me.LineShape2.Y2 = 13
'
'LineShape1
'
Me.LineShape1.Name = "LineShape1"
Me.LineShape1.X1 = -5
Me.LineShape1.X2 = 602
Me.LineShape1.Y1 = 14
Me.LineShape1.Y2 = 14
'
'PictureBox1
'
Me.PictureBox1.Image = Global.WindowsApplication.My.Resources.Resources.blender
Me.PictureBox1.Location = New System.Drawing.Point(0, 138)
Me.PictureBox1.Name = "PictureBox1"
Me.PictureBox1.Size = New System.Drawing.Size(605, 509)
Me.PictureBox1.TabIndex = 146
Me.PictureBox1.TabStop = False
'
'firstrun11
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 14.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(605, 765)
Me.ControlBox = False
Me.Controls.Add(Me.PictureBox1)
Me.Controls.Add(Me.Label5)
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 = "firstrun11"
Me.ShowInTaskbar = False
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
Me.Text = "Step 11 -The Tour - Blender"
Me.TableLayoutPanel1.ResumeLayout(False)
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
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 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 LineShape2 As Microsoft.VisualBasic.PowerPacks.LineShape
Friend WithEvents LineShape1 As Microsoft.VisualBasic.PowerPacks.LineShape
Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
End Class