-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcalculator.Designer.vb
355 lines (350 loc) · 16.6 KB
/
calculator.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
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
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
Partial Class calculator
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(calculator))
Me.Button1 = New System.Windows.Forms.Button()
Me.Button2 = New System.Windows.Forms.Button()
Me.Button3 = New System.Windows.Forms.Button()
Me.Button4 = New System.Windows.Forms.Button()
Me.Button5 = New System.Windows.Forms.Button()
Me.TextBox1 = New System.Windows.Forms.TextBox()
Me.TextBox2 = New System.Windows.Forms.TextBox()
Me.Button6 = New System.Windows.Forms.Button()
Me.Button7 = New System.Windows.Forms.Button()
Me.Button8 = New System.Windows.Forms.Button()
Me.Button9 = New System.Windows.Forms.Button()
Me.Button10 = New System.Windows.Forms.Button()
Me.Button11 = New System.Windows.Forms.Button()
Me.Button12 = New System.Windows.Forms.Button()
Me.Button13 = New System.Windows.Forms.Button()
Me.Button14 = New System.Windows.Forms.Button()
Me.Button15 = New System.Windows.Forms.Button()
Me.Button16 = New System.Windows.Forms.Button()
Me.Button17 = New System.Windows.Forms.Button()
Me.Button18 = New System.Windows.Forms.Button()
Me.Button19 = New System.Windows.Forms.Button()
Me.SuspendLayout()
'
'Button1
'
Me.Button1.BackgroundImage = CType(resources.GetObject("Button1.BackgroundImage"), System.Drawing.Image)
Me.Button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
Me.Button1.FlatAppearance.BorderSize = 0
Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button1.Location = New System.Drawing.Point(135, 194)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(57, 23)
Me.Button1.TabIndex = 0
Me.Button1.UseVisualStyleBackColor = True
'
'Button2
'
Me.Button2.BackgroundImage = CType(resources.GetObject("Button2.BackgroundImage"), System.Drawing.Image)
Me.Button2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
Me.Button2.FlatAppearance.BorderSize = 0
Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button2.Location = New System.Drawing.Point(230, 194)
Me.Button2.Name = "Button2"
Me.Button2.Size = New System.Drawing.Size(65, 23)
Me.Button2.TabIndex = 1
Me.Button2.UseVisualStyleBackColor = True
'
'Button3
'
Me.Button3.BackgroundImage = CType(resources.GetObject("Button3.BackgroundImage"), System.Drawing.Image)
Me.Button3.FlatAppearance.BorderSize = 0
Me.Button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button3.Location = New System.Drawing.Point(340, 190)
Me.Button3.Name = "Button3"
Me.Button3.Size = New System.Drawing.Size(46, 35)
Me.Button3.TabIndex = 2
Me.Button3.UseVisualStyleBackColor = True
'
'Button4
'
Me.Button4.BackColor = System.Drawing.Color.Chartreuse
Me.Button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button4.Font = New System.Drawing.Font("Wide Latin", 36.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point)
Me.Button4.Location = New System.Drawing.Point(422, 244)
Me.Button4.Name = "Button4"
Me.Button4.Size = New System.Drawing.Size(75, 144)
Me.Button4.TabIndex = 3
Me.Button4.Text = "="
Me.Button4.UseVisualStyleBackColor = False
'
'Button5
'
Me.Button5.BackgroundImage = CType(resources.GetObject("Button5.BackgroundImage"), System.Drawing.Image)
Me.Button5.FlatAppearance.BorderSize = 0
Me.Button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button5.Location = New System.Drawing.Point(437, 190)
Me.Button5.Name = "Button5"
Me.Button5.Size = New System.Drawing.Size(51, 35)
Me.Button5.TabIndex = 4
Me.Button5.UseVisualStyleBackColor = True
'
'TextBox1
'
Me.TextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None
Me.TextBox1.Font = New System.Drawing.Font("Times New Roman", 12.0!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point)
Me.TextBox1.Location = New System.Drawing.Point(245, 86)
Me.TextBox1.Name = "TextBox1"
Me.TextBox1.Size = New System.Drawing.Size(361, 19)
Me.TextBox1.TabIndex = 5
Me.TextBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'TextBox2
'
Me.TextBox2.BorderStyle = System.Windows.Forms.BorderStyle.None
Me.TextBox2.Font = New System.Drawing.Font("Times New Roman", 24.0!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point)
Me.TextBox2.Location = New System.Drawing.Point(245, 111)
Me.TextBox2.Name = "TextBox2"
Me.TextBox2.Size = New System.Drawing.Size(361, 37)
Me.TextBox2.TabIndex = 6
Me.TextBox2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'Button6
'
Me.Button6.BackgroundImage = CType(resources.GetObject("Button6.BackgroundImage"), System.Drawing.Image)
Me.Button6.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
Me.Button6.FlatAppearance.BorderSize = 0
Me.Button6.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button6.Location = New System.Drawing.Point(141, 247)
Me.Button6.Name = "Button6"
Me.Button6.Size = New System.Drawing.Size(45, 31)
Me.Button6.TabIndex = 7
Me.Button6.UseVisualStyleBackColor = True
'
'Button7
'
Me.Button7.BackgroundImage = CType(resources.GetObject("Button7.BackgroundImage"), System.Drawing.Image)
Me.Button7.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
Me.Button7.FlatAppearance.BorderSize = 0
Me.Button7.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button7.Location = New System.Drawing.Point(240, 245)
Me.Button7.Name = "Button7"
Me.Button7.Size = New System.Drawing.Size(45, 31)
Me.Button7.TabIndex = 8
Me.Button7.UseVisualStyleBackColor = True
'
'Button8
'
Me.Button8.BackgroundImage = CType(resources.GetObject("Button8.BackgroundImage"), System.Drawing.Image)
Me.Button8.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
Me.Button8.FlatAppearance.BorderSize = 0
Me.Button8.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button8.Location = New System.Drawing.Point(341, 247)
Me.Button8.Name = "Button8"
Me.Button8.Size = New System.Drawing.Size(45, 31)
Me.Button8.TabIndex = 9
Me.Button8.UseVisualStyleBackColor = True
'
'Button9
'
Me.Button9.BackgroundImage = CType(resources.GetObject("Button9.BackgroundImage"), System.Drawing.Image)
Me.Button9.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
Me.Button9.FlatAppearance.BorderSize = 0
Me.Button9.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button9.Location = New System.Drawing.Point(141, 304)
Me.Button9.Name = "Button9"
Me.Button9.Size = New System.Drawing.Size(45, 31)
Me.Button9.TabIndex = 10
Me.Button9.UseVisualStyleBackColor = True
'
'Button10
'
Me.Button10.BackgroundImage = CType(resources.GetObject("Button10.BackgroundImage"), System.Drawing.Image)
Me.Button10.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
Me.Button10.FlatAppearance.BorderSize = 0
Me.Button10.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button10.Location = New System.Drawing.Point(240, 302)
Me.Button10.Name = "Button10"
Me.Button10.Size = New System.Drawing.Size(45, 31)
Me.Button10.TabIndex = 11
Me.Button10.UseVisualStyleBackColor = True
'
'Button11
'
Me.Button11.BackgroundImage = CType(resources.GetObject("Button11.BackgroundImage"), System.Drawing.Image)
Me.Button11.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
Me.Button11.FlatAppearance.BorderSize = 0
Me.Button11.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button11.Location = New System.Drawing.Point(341, 301)
Me.Button11.Name = "Button11"
Me.Button11.Size = New System.Drawing.Size(45, 31)
Me.Button11.TabIndex = 12
Me.Button11.UseVisualStyleBackColor = True
'
'Button12
'
Me.Button12.BackgroundImage = CType(resources.GetObject("Button12.BackgroundImage"), System.Drawing.Image)
Me.Button12.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
Me.Button12.FlatAppearance.BorderSize = 0
Me.Button12.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button12.Location = New System.Drawing.Point(141, 358)
Me.Button12.Name = "Button12"
Me.Button12.Size = New System.Drawing.Size(45, 31)
Me.Button12.TabIndex = 13
Me.Button12.UseVisualStyleBackColor = True
'
'Button13
'
Me.Button13.BackgroundImage = CType(resources.GetObject("Button13.BackgroundImage"), System.Drawing.Image)
Me.Button13.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
Me.Button13.FlatAppearance.BorderSize = 0
Me.Button13.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button13.Location = New System.Drawing.Point(241, 354)
Me.Button13.Name = "Button13"
Me.Button13.Size = New System.Drawing.Size(45, 31)
Me.Button13.TabIndex = 14
Me.Button13.UseVisualStyleBackColor = True
'
'Button14
'
Me.Button14.BackgroundImage = CType(resources.GetObject("Button14.BackgroundImage"), System.Drawing.Image)
Me.Button14.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
Me.Button14.FlatAppearance.BorderSize = 0
Me.Button14.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button14.Location = New System.Drawing.Point(343, 354)
Me.Button14.Name = "Button14"
Me.Button14.Size = New System.Drawing.Size(45, 31)
Me.Button14.TabIndex = 15
Me.Button14.UseVisualStyleBackColor = True
'
'Button15
'
Me.Button15.BackgroundImage = CType(resources.GetObject("Button15.BackgroundImage"), System.Drawing.Image)
Me.Button15.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
Me.Button15.FlatAppearance.BorderSize = 0
Me.Button15.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button15.Location = New System.Drawing.Point(524, 192)
Me.Button15.Name = "Button15"
Me.Button15.Size = New System.Drawing.Size(45, 31)
Me.Button15.TabIndex = 16
Me.Button15.UseVisualStyleBackColor = True
'
'Button16
'
Me.Button16.BackgroundImage = CType(resources.GetObject("Button16.BackgroundImage"), System.Drawing.Image)
Me.Button16.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
Me.Button16.FlatAppearance.BorderSize = 0
Me.Button16.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button16.Location = New System.Drawing.Point(523, 243)
Me.Button16.Name = "Button16"
Me.Button16.Size = New System.Drawing.Size(45, 31)
Me.Button16.TabIndex = 17
Me.Button16.UseVisualStyleBackColor = True
'
'Button17
'
Me.Button17.BackgroundImage = CType(resources.GetObject("Button17.BackgroundImage"), System.Drawing.Image)
Me.Button17.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
Me.Button17.FlatAppearance.BorderSize = 0
Me.Button17.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button17.Location = New System.Drawing.Point(523, 299)
Me.Button17.Name = "Button17"
Me.Button17.Size = New System.Drawing.Size(45, 31)
Me.Button17.TabIndex = 18
Me.Button17.UseVisualStyleBackColor = True
'
'Button18
'
Me.Button18.BackColor = System.Drawing.SystemColors.AppWorkspace
Me.Button18.BackgroundImage = CType(resources.GetObject("Button18.BackgroundImage"), System.Drawing.Image)
Me.Button18.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
Me.Button18.FlatAppearance.BorderSize = 0
Me.Button18.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button18.ForeColor = System.Drawing.Color.Transparent
Me.Button18.Location = New System.Drawing.Point(523, 354)
Me.Button18.Name = "Button18"
Me.Button18.Size = New System.Drawing.Size(45, 31)
Me.Button18.TabIndex = 19
Me.Button18.UseVisualStyleBackColor = False
'
'Button19
'
Me.Button19.BackgroundImage = CType(resources.GetObject("Button19.BackgroundImage"), System.Drawing.Image)
Me.Button19.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
Me.Button19.FlatAppearance.BorderSize = 0
Me.Button19.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button19.Location = New System.Drawing.Point(549, 32)
Me.Button19.Name = "Button19"
Me.Button19.Size = New System.Drawing.Size(57, 32)
Me.Button19.TabIndex = 20
Me.Button19.UseVisualStyleBackColor = True
'
'calculator
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 15.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackColor = System.Drawing.SystemColors.AppWorkspace
Me.BackgroundImage = CType(resources.GetObject("$this.BackgroundImage"), System.Drawing.Image)
Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
Me.ClientSize = New System.Drawing.Size(734, 436)
Me.ControlBox = False
Me.Controls.Add(Me.Button19)
Me.Controls.Add(Me.Button18)
Me.Controls.Add(Me.Button17)
Me.Controls.Add(Me.Button16)
Me.Controls.Add(Me.Button15)
Me.Controls.Add(Me.Button14)
Me.Controls.Add(Me.Button13)
Me.Controls.Add(Me.Button12)
Me.Controls.Add(Me.Button11)
Me.Controls.Add(Me.Button10)
Me.Controls.Add(Me.Button9)
Me.Controls.Add(Me.Button8)
Me.Controls.Add(Me.Button7)
Me.Controls.Add(Me.Button6)
Me.Controls.Add(Me.TextBox2)
Me.Controls.Add(Me.TextBox1)
Me.Controls.Add(Me.Button5)
Me.Controls.Add(Me.Button4)
Me.Controls.Add(Me.Button3)
Me.Controls.Add(Me.Button2)
Me.Controls.Add(Me.Button1)
Me.Name = "calculator"
Me.Text = "calculator"
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents Button1 As Button
Friend WithEvents Button2 As Button
Friend WithEvents Button3 As Button
Friend WithEvents Button4 As Button
Friend WithEvents Button5 As Button
Friend WithEvents TextBox1 As TextBox
Friend WithEvents TextBox2 As TextBox
Friend WithEvents Button6 As Button
Friend WithEvents Button7 As Button
Friend WithEvents Button8 As Button
Friend WithEvents Button9 As Button
Friend WithEvents Button10 As Button
Friend WithEvents Button11 As Button
Friend WithEvents Button12 As Button
Friend WithEvents Button13 As Button
Friend WithEvents Button14 As Button
Friend WithEvents Button15 As Button
Friend WithEvents Button16 As Button
Friend WithEvents Button17 As Button
Friend WithEvents Button18 As Button
Friend WithEvents Button19 As Button
End Class