-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathForm2.Designer.vb
More file actions
290 lines (285 loc) · 15.6 KB
/
Copy pathForm2.Designer.vb
File metadata and controls
290 lines (285 loc) · 15.6 KB
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
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class Form2
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.Guna2Panel1 = New Guna.UI2.WinForms.Guna2Panel()
Me.Guna2Button5 = New Guna.UI2.WinForms.Guna2Button()
Me.Guna2Button4 = New Guna.UI2.WinForms.Guna2Button()
Me.Guna2Button3 = New Guna.UI2.WinForms.Guna2Button()
Me.Guna2Button2 = New Guna.UI2.WinForms.Guna2Button()
Me.Guna2Button1 = New Guna.UI2.WinForms.Guna2Button()
Me.Guna2PictureBox1 = New Guna.UI2.WinForms.Guna2PictureBox()
Me.Guna2Panel2 = New Guna.UI2.WinForms.Guna2Panel()
Me.Label3 = New System.Windows.Forms.Label()
Me.Label2 = New System.Windows.Forms.Label()
Me.Label1 = New System.Windows.Forms.Label()
Me.Guna2Panel3 = New Guna.UI2.WinForms.Guna2Panel()
Me.Guna2Button6 = New Guna.UI2.WinForms.Guna2Button()
Me.Label4 = New System.Windows.Forms.Label()
Me.Guna2BorderlessForm1 = New Guna.UI2.WinForms.Guna2BorderlessForm(Me.components)
Me.Guna2Elipse1 = New Guna.UI2.WinForms.Guna2Elipse(Me.components)
Me.Guna2Panel1.SuspendLayout()
CType(Me.Guna2PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.Guna2Panel2.SuspendLayout()
Me.Guna2Panel3.SuspendLayout()
Me.SuspendLayout()
'
'Guna2Panel1
'
Me.Guna2Panel1.Controls.Add(Me.Guna2Button5)
Me.Guna2Panel1.Controls.Add(Me.Guna2Button4)
Me.Guna2Panel1.Controls.Add(Me.Guna2Button3)
Me.Guna2Panel1.Controls.Add(Me.Guna2Button2)
Me.Guna2Panel1.Controls.Add(Me.Guna2Button1)
Me.Guna2Panel1.Dock = System.Windows.Forms.DockStyle.Left
Me.Guna2Panel1.Location = New System.Drawing.Point(0, 0)
Me.Guna2Panel1.Name = "Guna2Panel1"
Me.Guna2Panel1.Size = New System.Drawing.Size(55, 532)
Me.Guna2Panel1.TabIndex = 0
'
'Guna2Button5
'
Me.Guna2Button5.BorderRadius = 5
Me.Guna2Button5.DisabledState.BorderColor = System.Drawing.Color.DarkGray
Me.Guna2Button5.DisabledState.CustomBorderColor = System.Drawing.Color.DarkGray
Me.Guna2Button5.DisabledState.FillColor = System.Drawing.Color.FromArgb(CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer))
Me.Guna2Button5.DisabledState.ForeColor = System.Drawing.Color.FromArgb(CType(CType(141, Byte), Integer), CType(CType(141, Byte), Integer), CType(CType(141, Byte), Integer))
Me.Guna2Button5.FillColor = System.Drawing.Color.Transparent
Me.Guna2Button5.Font = New System.Drawing.Font("Segoe UI", 9.0!)
Me.Guna2Button5.ForeColor = System.Drawing.Color.White
Me.Guna2Button5.Image = Global.Captain_player.My.Resources.Resources.icons8_exit_480px
Me.Guna2Button5.Location = New System.Drawing.Point(3, 252)
Me.Guna2Button5.Name = "Guna2Button5"
Me.Guna2Button5.PressedColor = System.Drawing.Color.White
Me.Guna2Button5.Size = New System.Drawing.Size(50, 40)
Me.Guna2Button5.TabIndex = 1
'
'Guna2Button4
'
Me.Guna2Button4.BorderRadius = 5
Me.Guna2Button4.DisabledState.BorderColor = System.Drawing.Color.DarkGray
Me.Guna2Button4.DisabledState.CustomBorderColor = System.Drawing.Color.DarkGray
Me.Guna2Button4.DisabledState.FillColor = System.Drawing.Color.FromArgb(CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer))
Me.Guna2Button4.DisabledState.ForeColor = System.Drawing.Color.FromArgb(CType(CType(141, Byte), Integer), CType(CType(141, Byte), Integer), CType(CType(141, Byte), Integer))
Me.Guna2Button4.FillColor = System.Drawing.Color.Transparent
Me.Guna2Button4.Font = New System.Drawing.Font("Segoe UI", 9.0!)
Me.Guna2Button4.ForeColor = System.Drawing.Color.White
Me.Guna2Button4.Image = Global.Captain_player.My.Resources.Resources.icons8_settings_500px
Me.Guna2Button4.Location = New System.Drawing.Point(2, 212)
Me.Guna2Button4.Name = "Guna2Button4"
Me.Guna2Button4.PressedColor = System.Drawing.Color.White
Me.Guna2Button4.Size = New System.Drawing.Size(50, 40)
Me.Guna2Button4.TabIndex = 1
'
'Guna2Button3
'
Me.Guna2Button3.BorderRadius = 5
Me.Guna2Button3.DisabledState.BorderColor = System.Drawing.Color.DarkGray
Me.Guna2Button3.DisabledState.CustomBorderColor = System.Drawing.Color.DarkGray
Me.Guna2Button3.DisabledState.FillColor = System.Drawing.Color.FromArgb(CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer))
Me.Guna2Button3.DisabledState.ForeColor = System.Drawing.Color.FromArgb(CType(CType(141, Byte), Integer), CType(CType(141, Byte), Integer), CType(CType(141, Byte), Integer))
Me.Guna2Button3.FillColor = System.Drawing.Color.Transparent
Me.Guna2Button3.Font = New System.Drawing.Font("Segoe UI", 9.0!)
Me.Guna2Button3.ForeColor = System.Drawing.Color.White
Me.Guna2Button3.Image = Global.Captain_player.My.Resources.Resources.icons8_account_480px
Me.Guna2Button3.Location = New System.Drawing.Point(2, 172)
Me.Guna2Button3.Name = "Guna2Button3"
Me.Guna2Button3.PressedColor = System.Drawing.Color.White
Me.Guna2Button3.Size = New System.Drawing.Size(50, 40)
Me.Guna2Button3.TabIndex = 1
'
'Guna2Button2
'
Me.Guna2Button2.BorderRadius = 5
Me.Guna2Button2.DisabledState.BorderColor = System.Drawing.Color.DarkGray
Me.Guna2Button2.DisabledState.CustomBorderColor = System.Drawing.Color.DarkGray
Me.Guna2Button2.DisabledState.FillColor = System.Drawing.Color.FromArgb(CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer))
Me.Guna2Button2.DisabledState.ForeColor = System.Drawing.Color.FromArgb(CType(CType(141, Byte), Integer), CType(CType(141, Byte), Integer), CType(CType(141, Byte), Integer))
Me.Guna2Button2.FillColor = System.Drawing.Color.Transparent
Me.Guna2Button2.Font = New System.Drawing.Font("Segoe UI", 9.0!)
Me.Guna2Button2.ForeColor = System.Drawing.Color.White
Me.Guna2Button2.Image = Global.Captain_player.My.Resources.Resources.icons8_search_144px
Me.Guna2Button2.Location = New System.Drawing.Point(1, 132)
Me.Guna2Button2.Name = "Guna2Button2"
Me.Guna2Button2.PressedColor = System.Drawing.Color.White
Me.Guna2Button2.Size = New System.Drawing.Size(50, 40)
Me.Guna2Button2.TabIndex = 1
'
'Guna2Button1
'
Me.Guna2Button1.BorderRadius = 5
Me.Guna2Button1.DisabledState.BorderColor = System.Drawing.Color.DarkGray
Me.Guna2Button1.DisabledState.CustomBorderColor = System.Drawing.Color.DarkGray
Me.Guna2Button1.DisabledState.FillColor = System.Drawing.Color.FromArgb(CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer))
Me.Guna2Button1.DisabledState.ForeColor = System.Drawing.Color.FromArgb(CType(CType(141, Byte), Integer), CType(CType(141, Byte), Integer), CType(CType(141, Byte), Integer))
Me.Guna2Button1.FillColor = System.Drawing.Color.Transparent
Me.Guna2Button1.Font = New System.Drawing.Font("Segoe UI", 9.0!)
Me.Guna2Button1.ForeColor = System.Drawing.Color.White
Me.Guna2Button1.Image = Global.Captain_player.My.Resources.Resources.icons8_home_480px
Me.Guna2Button1.Location = New System.Drawing.Point(1, 92)
Me.Guna2Button1.Name = "Guna2Button1"
Me.Guna2Button1.PressedColor = System.Drawing.Color.White
Me.Guna2Button1.Size = New System.Drawing.Size(50, 40)
Me.Guna2Button1.TabIndex = 1
'
'Guna2PictureBox1
'
Me.Guna2PictureBox1.FillColor = System.Drawing.Color.Black
Me.Guna2PictureBox1.ImageRotate = 0!
Me.Guna2PictureBox1.Location = New System.Drawing.Point(57, 0)
Me.Guna2PictureBox1.Name = "Guna2PictureBox1"
Me.Guna2PictureBox1.Size = New System.Drawing.Size(910, 313)
Me.Guna2PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
Me.Guna2PictureBox1.TabIndex = 1
Me.Guna2PictureBox1.TabStop = False
'
'Guna2Panel2
'
Me.Guna2Panel2.Controls.Add(Me.Label3)
Me.Guna2Panel2.Controls.Add(Me.Label2)
Me.Guna2Panel2.Controls.Add(Me.Label1)
Me.Guna2Panel2.Location = New System.Drawing.Point(57, 0)
Me.Guna2Panel2.Name = "Guna2Panel2"
Me.Guna2Panel2.Size = New System.Drawing.Size(200, 313)
Me.Guna2Panel2.TabIndex = 2
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Font = New System.Drawing.Font("Century Gothic", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label3.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer))
Me.Label3.Location = New System.Drawing.Point(12, 204)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(132, 16)
Me.Label3.TabIndex = 3
Me.Label3.Text = "Continue Watching"
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Font = New System.Drawing.Font("Century Gothic", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label2.Location = New System.Drawing.Point(12, 275)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(166, 17)
Me.Label2.TabIndex = 3
Me.Label2.Text = "Movie Type.Episode.Time"
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.BackColor = System.Drawing.Color.Transparent
Me.Label1.Font = New System.Drawing.Font("Comic Sans MS", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label1.ForeColor = System.Drawing.Color.White
Me.Label1.Location = New System.Drawing.Point(4, 226)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(157, 35)
Me.Label1.TabIndex = 2
Me.Label1.Text = "Movie Tittle"
'
'Guna2Panel3
'
Me.Guna2Panel3.Controls.Add(Me.Guna2Button6)
Me.Guna2Panel3.Location = New System.Drawing.Point(740, 0)
Me.Guna2Panel3.Name = "Guna2Panel3"
Me.Guna2Panel3.Size = New System.Drawing.Size(200, 313)
Me.Guna2Panel3.TabIndex = 2
'
'Guna2Button6
'
Me.Guna2Button6.BorderRadius = 5
Me.Guna2Button6.DisabledState.BorderColor = System.Drawing.Color.DarkGray
Me.Guna2Button6.DisabledState.CustomBorderColor = System.Drawing.Color.DarkGray
Me.Guna2Button6.DisabledState.FillColor = System.Drawing.Color.FromArgb(CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer))
Me.Guna2Button6.DisabledState.ForeColor = System.Drawing.Color.FromArgb(CType(CType(141, Byte), Integer), CType(CType(141, Byte), Integer), CType(CType(141, Byte), Integer))
Me.Guna2Button6.FillColor = System.Drawing.Color.Transparent
Me.Guna2Button6.Font = New System.Drawing.Font("Segoe UI", 9.0!)
Me.Guna2Button6.ForeColor = System.Drawing.Color.White
Me.Guna2Button6.Image = Global.Captain_player.My.Resources.Resources.icons8_play_384px
Me.Guna2Button6.ImageSize = New System.Drawing.Size(35, 35)
Me.Guna2Button6.Location = New System.Drawing.Point(47, 226)
Me.Guna2Button6.Name = "Guna2Button6"
Me.Guna2Button6.PressedColor = System.Drawing.Color.White
Me.Guna2Button6.Size = New System.Drawing.Size(50, 40)
Me.Guna2Button6.TabIndex = 1
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.BackColor = System.Drawing.Color.Transparent
Me.Label4.Font = New System.Drawing.Font("Comic Sans MS", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label4.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer))
Me.Label4.Location = New System.Drawing.Point(66, 348)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(172, 35)
Me.Label4.TabIndex = 2
Me.Label4.Text = "Other Movies"
'
'Guna2BorderlessForm1
'
Me.Guna2BorderlessForm1.ContainerControl = Me
Me.Guna2BorderlessForm1.DockIndicatorTransparencyValue = 0.6R
Me.Guna2BorderlessForm1.TransparentWhileDrag = True
'
'Guna2Elipse1
'
Me.Guna2Elipse1.TargetControl = Me
'
'Form2
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackColor = System.Drawing.Color.Black
Me.ClientSize = New System.Drawing.Size(967, 532)
Me.Controls.Add(Me.Guna2Panel3)
Me.Controls.Add(Me.Guna2Panel2)
Me.Controls.Add(Me.Label4)
Me.Controls.Add(Me.Guna2PictureBox1)
Me.Controls.Add(Me.Guna2Panel1)
Me.ForeColor = System.Drawing.Color.White
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
Me.Name = "Form2"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "Form2"
Me.Guna2Panel1.ResumeLayout(False)
CType(Me.Guna2PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
Me.Guna2Panel2.ResumeLayout(False)
Me.Guna2Panel2.PerformLayout()
Me.Guna2Panel3.ResumeLayout(False)
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents Guna2Panel1 As Guna.UI2.WinForms.Guna2Panel
Friend WithEvents Guna2Button5 As Guna.UI2.WinForms.Guna2Button
Friend WithEvents Guna2Button4 As Guna.UI2.WinForms.Guna2Button
Friend WithEvents Guna2Button3 As Guna.UI2.WinForms.Guna2Button
Friend WithEvents Guna2Button2 As Guna.UI2.WinForms.Guna2Button
Friend WithEvents Guna2Button1 As Guna.UI2.WinForms.Guna2Button
Friend WithEvents Guna2PictureBox1 As Guna.UI2.WinForms.Guna2PictureBox
Friend WithEvents Guna2Panel2 As Guna.UI2.WinForms.Guna2Panel
Friend WithEvents Guna2Panel3 As Guna.UI2.WinForms.Guna2Panel
Friend WithEvents Label3 As Label
Friend WithEvents Label2 As Label
Friend WithEvents Label1 As Label
Friend WithEvents Label4 As Label
Friend WithEvents Guna2Button6 As Guna.UI2.WinForms.Guna2Button
Friend WithEvents Guna2BorderlessForm1 As Guna.UI2.WinForms.Guna2BorderlessForm
Friend WithEvents Guna2Elipse1 As Guna.UI2.WinForms.Guna2Elipse
End Class