-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathActivation Key Test.Designer.vb
227 lines (222 loc) · 8.77 KB
/
Activation Key Test.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
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
Partial Class Form1
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(Form1))
Me.Button1 = New System.Windows.Forms.Button()
Me.TextBox1 = New System.Windows.Forms.TextBox()
Me.Label2 = New System.Windows.Forms.Label()
Me.Panel1 = New System.Windows.Forms.Panel()
Me.RadioButton2 = New System.Windows.Forms.RadioButton()
Me.RadioButton1 = New System.Windows.Forms.RadioButton()
Me.TextBox2 = New System.Windows.Forms.TextBox()
Me.Panel2 = New System.Windows.Forms.Panel()
Me.Label1 = New System.Windows.Forms.Label()
Me.Panel3 = New System.Windows.Forms.Panel()
Me.RadioButtonv1 = New System.Windows.Forms.RadioButton()
Me.RadioButtonv2 = New System.Windows.Forms.RadioButton()
Me.RadioButtons1 = New System.Windows.Forms.RadioButton()
Me.Label3 = New System.Windows.Forms.Label()
Me.Panel1.SuspendLayout()
Me.Panel2.SuspendLayout()
Me.Panel3.SuspendLayout()
Me.SuspendLayout()
'
'Button1
'
Me.Button1.Location = New System.Drawing.Point(148, 66)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(139, 54)
Me.Button1.TabIndex = 0
Me.Button1.Text = "Send HTTP Request"
Me.Button1.UseVisualStyleBackColor = True
'
'TextBox1
'
Me.TextBox1.Location = New System.Drawing.Point(86, 44)
Me.TextBox1.Name = "TextBox1"
Me.TextBox1.Size = New System.Drawing.Size(259, 20)
Me.TextBox1.TabIndex = 2
Me.TextBox1.Text = "Enter Activation Key"
Me.TextBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
'
'Label2
'
Me.Label2.Location = New System.Drawing.Point(86, 124)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(259, 23)
Me.Label2.TabIndex = 3
Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'Panel1
'
Me.Panel1.BackColor = System.Drawing.Color.Transparent
Me.Panel1.Controls.Add(Me.RadioButton2)
Me.Panel1.Controls.Add(Me.RadioButton1)
Me.Panel1.Location = New System.Drawing.Point(2, 12)
Me.Panel1.Name = "Panel1"
Me.Panel1.Size = New System.Drawing.Size(173, 25)
Me.Panel1.TabIndex = 4
'
'RadioButton2
'
Me.RadioButton2.AutoSize = True
Me.RadioButton2.Location = New System.Drawing.Point(90, 4)
Me.RadioButton2.Name = "RadioButton2"
Me.RadioButton2.Size = New System.Drawing.Size(83, 17)
Me.RadioButton2.TabIndex = 1
Me.RadioButton2.TabStop = True
Me.RadioButton2.Text = "Self Defined"
Me.RadioButton2.UseVisualStyleBackColor = True
'
'RadioButton1
'
Me.RadioButton1.AutoSize = True
Me.RadioButton1.Location = New System.Drawing.Point(2, 4)
Me.RadioButton1.Name = "RadioButton1"
Me.RadioButton1.Size = New System.Drawing.Size(91, 17)
Me.RadioButton1.TabIndex = 0
Me.RadioButton1.TabStop = True
Me.RadioButton1.Text = "UHS Premium"
Me.RadioButton1.UseVisualStyleBackColor = True
'
'TextBox2
'
Me.TextBox2.Location = New System.Drawing.Point(176, 15)
Me.TextBox2.Name = "TextBox2"
Me.TextBox2.Size = New System.Drawing.Size(234, 20)
Me.TextBox2.TabIndex = 5
Me.TextBox2.Text = "Enter your HTTP Link"
Me.TextBox2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
'
'Panel2
'
Me.Panel2.AutoScroll = True
Me.Panel2.BackColor = System.Drawing.Color.Transparent
Me.Panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Panel2.Controls.Add(Me.Label1)
Me.Panel2.Location = New System.Drawing.Point(2, 150)
Me.Panel2.Name = "Panel2"
Me.Panel2.Size = New System.Drawing.Size(417, 126)
Me.Panel2.TabIndex = 6
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(3, 3)
Me.Label1.MaximumSize = New System.Drawing.Size(407, 0)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(87, 13)
Me.Label1.TabIndex = 0
Me.Label1.Text = "HTTP Response"
'
'Panel3
'
Me.Panel3.Controls.Add(Me.Label3)
Me.Panel3.Controls.Add(Me.RadioButtons1)
Me.Panel3.Controls.Add(Me.RadioButtonv2)
Me.Panel3.Controls.Add(Me.RadioButtonv1)
Me.Panel3.Location = New System.Drawing.Point(4, 44)
Me.Panel3.Name = "Panel3"
Me.Panel3.Size = New System.Drawing.Size(76, 100)
Me.Panel3.TabIndex = 7
'
'RadioButtonv1
'
Me.RadioButtonv1.AutoSize = True
Me.RadioButtonv1.Location = New System.Drawing.Point(3, 26)
Me.RadioButtonv1.Name = "RadioButtonv1"
Me.RadioButtonv1.Size = New System.Drawing.Size(38, 17)
Me.RadioButtonv1.TabIndex = 0
Me.RadioButtonv1.TabStop = True
Me.RadioButtonv1.Text = "V1"
Me.RadioButtonv1.UseVisualStyleBackColor = True
'
'RadioButtonv2
'
Me.RadioButtonv2.AutoSize = True
Me.RadioButtonv2.Location = New System.Drawing.Point(3, 45)
Me.RadioButtonv2.Name = "RadioButtonv2"
Me.RadioButtonv2.Size = New System.Drawing.Size(38, 17)
Me.RadioButtonv2.TabIndex = 1
Me.RadioButtonv2.TabStop = True
Me.RadioButtonv2.Text = "V2"
Me.RadioButtonv2.UseVisualStyleBackColor = True
'
'RadioButtons1
'
Me.RadioButtons1.AutoSize = True
Me.RadioButtons1.Location = New System.Drawing.Point(3, 64)
Me.RadioButtons1.Name = "RadioButtons1"
Me.RadioButtons1.Size = New System.Drawing.Size(38, 17)
Me.RadioButtons1.TabIndex = 2
Me.RadioButtons1.TabStop = True
Me.RadioButtons1.Text = "S1"
Me.RadioButtons1.UseVisualStyleBackColor = True
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Location = New System.Drawing.Point(3, 8)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(66, 13)
Me.Label3.TabIndex = 3
Me.Label3.Text = "Product Var:"
'
'Form1
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(419, 276)
Me.Controls.Add(Me.Panel3)
Me.Controls.Add(Me.Panel2)
Me.Controls.Add(Me.TextBox2)
Me.Controls.Add(Me.Panel1)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.TextBox1)
Me.Controls.Add(Me.Button1)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.Name = "Form1"
Me.Text = "Activation Key Tester"
Me.Panel1.ResumeLayout(False)
Me.Panel1.PerformLayout()
Me.Panel2.ResumeLayout(False)
Me.Panel2.PerformLayout()
Me.Panel3.ResumeLayout(False)
Me.Panel3.PerformLayout()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents Button1 As Button
Friend WithEvents TextBox1 As TextBox
Friend WithEvents Label2 As Label
Friend WithEvents Panel1 As Panel
Friend WithEvents RadioButton2 As RadioButton
Friend WithEvents RadioButton1 As RadioButton
Friend WithEvents TextBox2 As TextBox
Friend WithEvents Panel2 As Panel
Friend WithEvents Label1 As Label
Friend WithEvents Panel3 As Panel
Friend WithEvents RadioButtons1 As RadioButton
Friend WithEvents RadioButtonv2 As RadioButton
Friend WithEvents RadioButtonv1 As RadioButton
Friend WithEvents Label3 As Label
End Class