-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRegistration.Designer.vb
170 lines (165 loc) · 6.64 KB
/
Registration.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
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class Registration
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(Registration))
Me.lblF = New System.Windows.Forms.Label()
Me.txtFormula = New System.Windows.Forms.TextBox()
Me.txtKey1 = New System.Windows.Forms.TextBox()
Me.txtKey2 = New System.Windows.Forms.TextBox()
Me.lblKey1 = New System.Windows.Forms.Label()
Me.lblKey2 = New System.Windows.Forms.Label()
Me.cmdCopy = New System.Windows.Forms.Button()
Me.cmdCalculate = New System.Windows.Forms.Button()
Me.StatusStrip1 = New System.Windows.Forms.StatusStrip()
Me.lbltssMainStatus = New System.Windows.Forms.ToolStripStatusLabel()
Me.cmdGenerate = New System.Windows.Forms.Button()
Me.StatusStrip1.SuspendLayout()
Me.SuspendLayout()
'
'lblF
'
Me.lblF.AutoSize = True
Me.lblF.Location = New System.Drawing.Point(13, 13)
Me.lblF.Name = "lblF"
Me.lblF.Size = New System.Drawing.Size(47, 13)
Me.lblF.TabIndex = 0
Me.lblF.Text = "Formula:"
'
'txtFormula
'
Me.txtFormula.Enabled = False
Me.txtFormula.Location = New System.Drawing.Point(66, 10)
Me.txtFormula.Name = "txtFormula"
Me.txtFormula.Size = New System.Drawing.Size(173, 20)
Me.txtFormula.TabIndex = 1
Me.txtFormula.TabStop = False
Me.txtFormula.Text = "Int(Key1 * 3 / 2) + 1701"
'
'txtKey1
'
Me.txtKey1.Location = New System.Drawing.Point(66, 45)
Me.txtKey1.Name = "txtKey1"
Me.txtKey1.Size = New System.Drawing.Size(100, 20)
Me.txtKey1.TabIndex = 2
'
'txtKey2
'
Me.txtKey2.Location = New System.Drawing.Point(66, 72)
Me.txtKey2.Name = "txtKey2"
Me.txtKey2.Size = New System.Drawing.Size(100, 20)
Me.txtKey2.TabIndex = 3
'
'lblKey1
'
Me.lblKey1.AutoSize = True
Me.lblKey1.Location = New System.Drawing.Point(16, 45)
Me.lblKey1.Name = "lblKey1"
Me.lblKey1.Size = New System.Drawing.Size(34, 13)
Me.lblKey1.TabIndex = 4
Me.lblKey1.Text = "Key1:"
'
'lblKey2
'
Me.lblKey2.AutoSize = True
Me.lblKey2.Location = New System.Drawing.Point(16, 75)
Me.lblKey2.Name = "lblKey2"
Me.lblKey2.Size = New System.Drawing.Size(34, 13)
Me.lblKey2.TabIndex = 5
Me.lblKey2.Text = "Key2:"
'
'cmdCopy
'
Me.cmdCopy.Location = New System.Drawing.Point(245, 72)
Me.cmdCopy.Name = "cmdCopy"
Me.cmdCopy.Size = New System.Drawing.Size(58, 23)
Me.cmdCopy.TabIndex = 6
Me.cmdCopy.Text = "&Copy"
Me.cmdCopy.UseVisualStyleBackColor = True
'
'cmdCalculate
'
Me.cmdCalculate.Location = New System.Drawing.Point(172, 72)
Me.cmdCalculate.Name = "cmdCalculate"
Me.cmdCalculate.Size = New System.Drawing.Size(67, 23)
Me.cmdCalculate.TabIndex = 7
Me.cmdCalculate.Text = "Calculate"
Me.cmdCalculate.UseVisualStyleBackColor = True
'
'StatusStrip1
'
Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.lbltssMainStatus})
Me.StatusStrip1.Location = New System.Drawing.Point(0, 110)
Me.StatusStrip1.Name = "StatusStrip1"
Me.StatusStrip1.Size = New System.Drawing.Size(312, 22)
Me.StatusStrip1.SizingGrip = False
Me.StatusStrip1.TabIndex = 8
Me.StatusStrip1.Text = "StatusStrip1"
'
'lbltssMainStatus
'
Me.lbltssMainStatus.Name = "lbltssMainStatus"
Me.lbltssMainStatus.Size = New System.Drawing.Size(0, 17)
'
'cmdGenerate
'
Me.cmdGenerate.Location = New System.Drawing.Point(172, 45)
Me.cmdGenerate.Name = "cmdGenerate"
Me.cmdGenerate.Size = New System.Drawing.Size(67, 23)
Me.cmdGenerate.TabIndex = 9
Me.cmdGenerate.Text = "Generate"
Me.cmdGenerate.UseVisualStyleBackColor = True
'
'Registration
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(312, 132)
Me.Controls.Add(Me.cmdGenerate)
Me.Controls.Add(Me.StatusStrip1)
Me.Controls.Add(Me.cmdCalculate)
Me.Controls.Add(Me.cmdCopy)
Me.Controls.Add(Me.lblKey2)
Me.Controls.Add(Me.lblKey1)
Me.Controls.Add(Me.txtKey2)
Me.Controls.Add(Me.txtKey1)
Me.Controls.Add(Me.txtFormula)
Me.Controls.Add(Me.lblF)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.Name = "Registration"
Me.Text = "Registration"
Me.StatusStrip1.ResumeLayout(False)
Me.StatusStrip1.PerformLayout()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents lblF As System.Windows.Forms.Label
Friend WithEvents txtFormula As System.Windows.Forms.TextBox
Friend WithEvents txtKey1 As System.Windows.Forms.TextBox
Friend WithEvents txtKey2 As System.Windows.Forms.TextBox
Friend WithEvents lblKey1 As System.Windows.Forms.Label
Friend WithEvents lblKey2 As System.Windows.Forms.Label
Friend WithEvents cmdCopy As System.Windows.Forms.Button
Friend WithEvents cmdCalculate As System.Windows.Forms.Button
Friend WithEvents StatusStrip1 As System.Windows.Forms.StatusStrip
Friend WithEvents lbltssMainStatus As System.Windows.Forms.ToolStripStatusLabel
Friend WithEvents cmdGenerate As System.Windows.Forms.Button
End Class