-
Notifications
You must be signed in to change notification settings - Fork 0
/
ShopForm.Designer.vb
137 lines (132 loc) · 6.58 KB
/
ShopForm.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
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
Partial Class ShopForm
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.components = New System.ComponentModel.Container()
Me.Guna2BorderlessForm1 = New Guna.UI2.WinForms.Guna2BorderlessForm(Me.components)
Me.username_label = New System.Windows.Forms.Label()
Me.item1 = New Guna.UI2.WinForms.Guna2PictureBox()
Me.item2 = New Guna.UI2.WinForms.Guna2PictureBox()
Me.offer2 = New Guna.UI2.WinForms.Guna2Button()
Me.offer1 = New Guna.UI2.WinForms.Guna2Button()
CType(Me.item1, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.item2, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'Guna2BorderlessForm1
'
Me.Guna2BorderlessForm1.BorderRadius = 5
Me.Guna2BorderlessForm1.ContainerControl = Me
Me.Guna2BorderlessForm1.DockIndicatorTransparencyValue = 0.6R
Me.Guna2BorderlessForm1.DragForm = False
Me.Guna2BorderlessForm1.ResizeForm = False
Me.Guna2BorderlessForm1.TransparentWhileDrag = True
'
'username_label
'
Me.username_label.AutoSize = True
Me.username_label.Font = New System.Drawing.Font("Segoe UI", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.username_label.Location = New System.Drawing.Point(12, 9)
Me.username_label.Name = "username_label"
Me.username_label.Size = New System.Drawing.Size(69, 32)
Me.username_label.TabIndex = 7
Me.username_label.Text = "Shop"
'
'item1
'
Me.item1.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.item1.Image = Global.LuckySpin.My.Resources.Resources.diamond
Me.item1.ImageRotate = 0!
Me.item1.Location = New System.Drawing.Point(18, 44)
Me.item1.Name = "item1"
Me.item1.Size = New System.Drawing.Size(169, 247)
Me.item1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
Me.item1.TabIndex = 11
Me.item1.TabStop = False
'
'item2
'
Me.item2.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.item2.Image = Global.LuckySpin.My.Resources.Resources.coins
Me.item2.ImageRotate = 0!
Me.item2.Location = New System.Drawing.Point(587, 44)
Me.item2.Name = "item2"
Me.item2.Size = New System.Drawing.Size(169, 247)
Me.item2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
Me.item2.TabIndex = 12
Me.item2.TabStop = False
'
'offer2
'
Me.offer2.Animated = True
Me.offer2.DisabledState.BorderColor = System.Drawing.Color.DarkGray
Me.offer2.DisabledState.CustomBorderColor = System.Drawing.Color.DarkGray
Me.offer2.DisabledState.FillColor = System.Drawing.Color.FromArgb(CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer))
Me.offer2.DisabledState.ForeColor = System.Drawing.Color.FromArgb(CType(CType(141, Byte), Integer), CType(CType(141, Byte), Integer), CType(CType(141, Byte), Integer))
Me.offer2.FillColor = System.Drawing.Color.PaleVioletRed
Me.offer2.Font = New System.Drawing.Font("Segoe UI", 9.0!)
Me.offer2.ForeColor = System.Drawing.Color.White
Me.offer2.Location = New System.Drawing.Point(284, 203)
Me.offer2.Name = "offer2"
Me.offer2.Size = New System.Drawing.Size(200, 37)
Me.offer2.TabIndex = 13
Me.offer2.Text = "500 coins - 10 spins"
'
'offer1
'
Me.offer1.Animated = True
Me.offer1.DisabledState.BorderColor = System.Drawing.Color.DarkGray
Me.offer1.DisabledState.CustomBorderColor = System.Drawing.Color.DarkGray
Me.offer1.DisabledState.FillColor = System.Drawing.Color.FromArgb(CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer))
Me.offer1.DisabledState.ForeColor = System.Drawing.Color.FromArgb(CType(CType(141, Byte), Integer), CType(CType(141, Byte), Integer), CType(CType(141, Byte), Integer))
Me.offer1.FillColor = System.Drawing.Color.PaleVioletRed
Me.offer1.Font = New System.Drawing.Font("Segoe UI", 9.0!)
Me.offer1.ForeColor = System.Drawing.Color.White
Me.offer1.Location = New System.Drawing.Point(284, 84)
Me.offer1.Name = "offer1"
Me.offer1.Size = New System.Drawing.Size(200, 37)
Me.offer1.TabIndex = 14
Me.offer1.Text = "10 diamonds - 1000 coins"
'
'ShopForm
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(768, 303)
Me.Controls.Add(Me.offer2)
Me.Controls.Add(Me.offer1)
Me.Controls.Add(Me.item2)
Me.Controls.Add(Me.item1)
Me.Controls.Add(Me.username_label)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
Me.Name = "ShopForm"
Me.Text = "ShopForm"
CType(Me.item1, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.item2, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents Guna2BorderlessForm1 As Guna.UI2.WinForms.Guna2BorderlessForm
Friend WithEvents username_label As Label
Friend WithEvents item1 As Guna.UI2.WinForms.Guna2PictureBox
Friend WithEvents item2 As Guna.UI2.WinForms.Guna2PictureBox
Friend WithEvents offer2 As Guna.UI2.WinForms.Guna2Button
Friend WithEvents offer1 As Guna.UI2.WinForms.Guna2Button
End Class