-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathfTutorial.Designer.vb
158 lines (154 loc) · 6.55 KB
/
fTutorial.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
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class fTutorial
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.SlcTheme1 = New dsTycoon.SLCTheme()
Me.Button2 = New dsTycoon.SLCbtn()
Me.SlCbtn2 = New dsTycoon.SLCbtn()
Me.SlCbtn1 = New dsTycoon.SLCbtn()
Me.lbl_Selected = New dsTycoon.SLCLabel()
Me.txt_Tutorial = New dsTycoon.SLCTextBox()
Me.Label2 = New System.Windows.Forms.Label()
Me.SlcTheme1.SuspendLayout()
Me.SuspendLayout()
'
'SlcTheme1
'
Me.SlcTheme1.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(57, Byte), Integer), CType(CType(72, Byte), Integer))
Me.SlcTheme1.BorderStyle = System.Windows.Forms.FormBorderStyle.None
Me.SlcTheme1.Controls.Add(Me.Button2)
Me.SlcTheme1.Controls.Add(Me.SlCbtn2)
Me.SlcTheme1.Controls.Add(Me.SlCbtn1)
Me.SlcTheme1.Controls.Add(Me.lbl_Selected)
Me.SlcTheme1.Controls.Add(Me.txt_Tutorial)
Me.SlcTheme1.Controls.Add(Me.Label2)
Me.SlcTheme1.Customization = "JRIV/zYjIP82IyD/JRIV/w=="
Me.SlcTheme1.Dock = System.Windows.Forms.DockStyle.Fill
Me.SlcTheme1.Font = New System.Drawing.Font("Verdana", 8.0!)
Me.SlcTheme1.Image = Nothing
Me.SlcTheme1.Location = New System.Drawing.Point(0, 0)
Me.SlcTheme1.Movable = True
Me.SlcTheme1.Name = "SlcTheme1"
Me.SlcTheme1.NoRounding = False
Me.SlcTheme1.Sizable = True
Me.SlcTheme1.Size = New System.Drawing.Size(336, 205)
Me.SlcTheme1.SmartBounds = True
Me.SlcTheme1.StartPosition = System.Windows.Forms.FormStartPosition.WindowsDefaultLocation
Me.SlcTheme1.TabIndex = 56
Me.SlcTheme1.Text = "Tutorial"
Me.SlcTheme1.TransparencyKey = System.Drawing.Color.Fuchsia
Me.SlcTheme1.Transparent = False
'
'Button2
'
Me.Button2.Colors = New dsTycoon.Bloom(-1) {}
Me.Button2.Customization = ""
Me.Button2.Font = New System.Drawing.Font("Verdana", 8.0!)
Me.Button2.Image = Nothing
Me.Button2.Location = New System.Drawing.Point(246, 170)
Me.Button2.Name = "Button2"
Me.Button2.NoRounding = False
Me.Button2.Size = New System.Drawing.Size(75, 23)
Me.Button2.TabIndex = 55
Me.Button2.Text = "Complete"
Me.Button2.Transparent = False
'
'SlCbtn2
'
Me.SlCbtn2.Colors = New dsTycoon.Bloom(-1) {}
Me.SlCbtn2.Customization = ""
Me.SlCbtn2.Font = New System.Drawing.Font("Verdana", 8.0!)
Me.SlCbtn2.Image = Nothing
Me.SlCbtn2.Location = New System.Drawing.Point(84, 170)
Me.SlCbtn2.Name = "SlCbtn2"
Me.SlCbtn2.NoRounding = False
Me.SlCbtn2.Size = New System.Drawing.Size(25, 15)
Me.SlCbtn2.TabIndex = 54
Me.SlCbtn2.Text = ">"
Me.SlCbtn2.Transparent = False
'
'SlCbtn1
'
Me.SlCbtn1.Colors = New dsTycoon.Bloom(-1) {}
Me.SlCbtn1.Customization = ""
Me.SlCbtn1.Font = New System.Drawing.Font("Verdana", 8.0!)
Me.SlCbtn1.Image = Nothing
Me.SlCbtn1.Location = New System.Drawing.Point(12, 170)
Me.SlCbtn1.Name = "SlCbtn1"
Me.SlCbtn1.NoRounding = False
Me.SlCbtn1.Size = New System.Drawing.Size(25, 15)
Me.SlCbtn1.TabIndex = 53
Me.SlCbtn1.Text = "<"
Me.SlCbtn1.Transparent = False
'
'lbl_Selected
'
Me.lbl_Selected.Font = New System.Drawing.Font("Verdana", 8.0!)
Me.lbl_Selected.Location = New System.Drawing.Point(43, 170)
Me.lbl_Selected.Name = "lbl_Selected"
Me.lbl_Selected.Size = New System.Drawing.Size(48, 15)
Me.lbl_Selected.TabIndex = 52
Me.lbl_Selected.Text = "1 / 17"
'
'txt_Tutorial
'
Me.txt_Tutorial.Location = New System.Drawing.Point(12, 57)
Me.txt_Tutorial.MaxLength = 32767
Me.txt_Tutorial.Multiline = True
Me.txt_Tutorial.Name = "txt_Tutorial"
Me.txt_Tutorial.ReadOnly = True
Me.txt_Tutorial.Size = New System.Drawing.Size(309, 107)
Me.txt_Tutorial.TabIndex = 51
Me.txt_Tutorial.TextAlign = System.Windows.Forms.HorizontalAlignment.Left
Me.txt_Tutorial.UseSystemPasswordChar = False
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.BackColor = System.Drawing.Color.Transparent
Me.Label2.ForeColor = System.Drawing.Color.White
Me.Label2.Location = New System.Drawing.Point(12, 41)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(87, 13)
Me.Label2.TabIndex = 47
Me.Label2.Text = "Learn to play:"
'
'fTutorial
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(336, 205)
Me.Controls.Add(Me.SlcTheme1)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
Me.Name = "fTutorial"
Me.Text = "fTutorial"
Me.TransparencyKey = System.Drawing.Color.Fuchsia
Me.SlcTheme1.ResumeLayout(False)
Me.SlcTheme1.PerformLayout()
Me.ResumeLayout(False)
End Sub
Friend WithEvents Button2 As dsTycoon.SLCbtn
Friend WithEvents SlCbtn2 As dsTycoon.SLCbtn
Friend WithEvents SlCbtn1 As dsTycoon.SLCbtn
Friend WithEvents lbl_Selected As dsTycoon.SLCLabel
Friend WithEvents txt_Tutorial As dsTycoon.SLCTextBox
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents SlcTheme1 As dsTycoon.SLCTheme
End Class