You are on page 1of 11

...visual\Proyecto 3era unidad\final\Estadística.Designer.

vb 1
1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class Estadística
3 Inherits System.Windows.Forms.Form
4
5 'Form reemplaza a Dispose para limpiar la lista de componentes.
6 <System.Diagnostics.DebuggerNonUserCode()> _
7 Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8 Try
9 If disposing AndAlso components IsNot Nothing Then
10 components.Dispose()
11 End If
12 Finally
13 MyBase.Dispose(disposing)
14 End Try
15 End Sub
16
17 'Requerido por el Diseñador de Windows Forms
18 Private components As System.ComponentModel.IContainer
19
20 'NOTA: el Diseñador de Windows Forms necesita el siguiente procedimiento
21 'Se puede modificar usando el Diseñador de Windows Forms.
22 'No lo modifique con el editor de código.
23 <System.Diagnostics.DebuggerStepThrough()> _
24 Private Sub InitializeComponent()
25 Dim resources As System.ComponentModel.ComponentResourceManager = New
System.ComponentModel.ComponentResourceManager (GetType(Estadística))
26 Me.TextBox1 = New System.Windows.Forms.TextBox()
27 Me.TextBox2 = New System.Windows.Forms.TextBox()
28 Me.TextBox3 = New System.Windows.Forms.TextBox()
29 Me.Label1 = New System.Windows.Forms.Label()
30 Me.Label2 = New System.Windows.Forms.Label()
31 Me.Label3 = New System.Windows.Forms.Label()
32 Me.Label4 = New System.Windows.Forms.Label()
33 Me.Label5 = New System.Windows.Forms.Label()
34 Me.Label6 = New System.Windows.Forms.Label()
35 Me.Label7 = New System.Windows.Forms.Label()
36 Me.Label8 = New System.Windows.Forms.Label()
37 Me.Label10 = New System.Windows.Forms.Label()
38 Me.Label12 = New System.Windows.Forms.Label()
39 Me.Label13 = New System.Windows.Forms.Label()
40 Me.Label14 = New System.Windows.Forms.Label()
41 Me.Label15 = New System.Windows.Forms.Label()
42 Me.BorrarDB = New System.Windows.Forms.Button()
43 Me.LimpiarTodo = New System.Windows.Forms.Button()
44 Me.CalcularDB = New System.Windows.Forms.Button()
45 Me.PictureBox2 = New System.Windows.Forms.PictureBox()
46 Me.PictureBox1 = New System.Windows.Forms.PictureBox()
47 Me.BorrarDP = New System.Windows.Forms.Button()
48 Me.CalcularDP = New System.Windows.Forms.Button()
...visual\Proyecto 3era unidad\final\Estadística.Designer.vb 2
49 Me.Label16 = New System.Windows.Forms.Label()
50 Me.TextBox4 = New System.Windows.Forms.TextBox()
51 Me.TextBox5 = New System.Windows.Forms.TextBox()
52 Me.TextBox6 = New System.Windows.Forms.TextBox()
53 Me.Label9 = New System.Windows.Forms.Label()
54 Me.Label11 = New System.Windows.Forms.Label()
55 CType(Me.PictureBox2,
System.ComponentModel.ISupportInitialize).BeginInit()
56 CType(Me.PictureBox1,
System.ComponentModel.ISupportInitialize).BeginInit()
57 Me.SuspendLayout()
58 '
59 'TextBox1
60 '
61 Me.TextBox1.Location = New System.Drawing.Point(160, 141)
62 Me.TextBox1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
63 Me.TextBox1.Name = "TextBox1"
64 Me.TextBox1.Size = New System.Drawing.Size(112, 27)
65 Me.TextBox1.TabIndex = 1
66 Me.TextBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
67 '
68 'TextBox2
69 '
70 Me.TextBox2.Location = New System.Drawing.Point(160, 176)
71 Me.TextBox2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
72 Me.TextBox2.Name = "TextBox2"
73 Me.TextBox2.Size = New System.Drawing.Size(112, 27)
74 Me.TextBox2.TabIndex = 2
75 Me.TextBox2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
76 '
77 'TextBox3
78 '
79 Me.TextBox3.Location = New System.Drawing.Point(160, 210)
80 Me.TextBox3.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
81 Me.TextBox3.Name = "TextBox3"
82 Me.TextBox3.Size = New System.Drawing.Size(112, 27)
83 Me.TextBox3.TabIndex = 3
84 Me.TextBox3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
85 '
86 'Label1
87 '
88 Me.Label1.BackColor = System.Drawing.SystemColors.Control
89 Me.Label1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
90 Me.Label1.ImeMode = System.Windows.Forms.ImeMode.NoControl
91 Me.Label1.Location = New System.Drawing.Point(15, 141)
92 Me.Label1.Name = "Label1"
93 Me.Label1.Size = New System.Drawing.Size(122, 27)
94 Me.Label1.TabIndex = 4
95 Me.Label1.Text = "r:"
...visual\Proyecto 3era unidad\final\Estadística.Designer.vb 3
96 Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
97 '
98 'Label2
99 '
100 Me.Label2.BackColor = System.Drawing.SystemColors.Control
101 Me.Label2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
102 Me.Label2.ImeMode = System.Windows.Forms.ImeMode.NoControl
103 Me.Label2.Location = New System.Drawing.Point(15, 176)
104 Me.Label2.Name = "Label2"
105 Me.Label2.Size = New System.Drawing.Size(122, 27)
106 Me.Label2.TabIndex = 5
107 Me.Label2.Text = "n:"
108 Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
109 '
110 'Label3
111 '
112 Me.Label3.BackColor = System.Drawing.SystemColors.Control
113 Me.Label3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
114 Me.Label3.ImeMode = System.Windows.Forms.ImeMode.NoControl
115 Me.Label3.Location = New System.Drawing.Point(15, 210)
116 Me.Label3.Name = "Label3"
117 Me.Label3.Size = New System.Drawing.Size(122, 27)
118 Me.Label3.TabIndex = 6
119 Me.Label3.Text = "p:"
120 Me.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
121 '
122 'Label4
123 '
124 Me.Label4.BackColor = System.Drawing.SystemColors.Control
125 Me.Label4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
126 Me.Label4.ImeMode = System.Windows.Forms.ImeMode.NoControl
127 Me.Label4.Location = New System.Drawing.Point(15, 321)
128 Me.Label4.Name = "Label4"
129 Me.Label4.Size = New System.Drawing.Size(122, 27)
130 Me.Label4.TabIndex = 7
131 Me.Label4.Text = "Resultado:"
132 Me.Label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
133 '
134 'Label5
135 '
136 Me.Label5.BackColor = System.Drawing.SystemColors.Control
137 Me.Label5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
138 Me.Label5.ImeMode = System.Windows.Forms.ImeMode.NoControl
139 Me.Label5.Location = New System.Drawing.Point(15, 356)
140 Me.Label5.Name = "Label5"
141 Me.Label5.Size = New System.Drawing.Size(122, 27)
142 Me.Label5.TabIndex = 10
143 Me.Label5.Text = "Resultado (%):"
144 Me.Label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
...visual\Proyecto 3era unidad\final\Estadística.Designer.vb 4
145 '
146 'Label6
147 '
148 Me.Label6.BackColor = System.Drawing.Color.SteelBlue
149 Me.Label6.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
150 Me.Label6.ForeColor = System.Drawing.SystemColors.Window
151 Me.Label6.ImeMode = System.Windows.Forms.ImeMode.NoControl
152 Me.Label6.Location = New System.Drawing.Point(160, 321)
153 Me.Label6.Name = "Label6"
154 Me.Label6.Size = New System.Drawing.Size(112, 27)
155 Me.Label6.TabIndex = 11
156 Me.Label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
157 '
158 'Label7
159 '
160 Me.Label7.BackColor = System.Drawing.Color.SteelBlue
161 Me.Label7.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
162 Me.Label7.ForeColor = System.Drawing.SystemColors.Window
163 Me.Label7.ImeMode = System.Windows.Forms.ImeMode.NoControl
164 Me.Label7.Location = New System.Drawing.Point(160, 356)
165 Me.Label7.Name = "Label7"
166 Me.Label7.Size = New System.Drawing.Size(112, 27)
167 Me.Label7.TabIndex = 12
168 Me.Label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
169 '
170 'Label8
171 '
172 Me.Label8.BackColor = System.Drawing.SystemColors.Control
173 Me.Label8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
174 Me.Label8.ImeMode = System.Windows.Forms.ImeMode.NoControl
175 Me.Label8.Location = New System.Drawing.Point(375, 141)
176 Me.Label8.Name = "Label8"
177 Me.Label8.Size = New System.Drawing.Size(122, 27)
178 Me.Label8.TabIndex = 14
179 Me.Label8.Text = "k:"
180 Me.Label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
181 '
182 'Label10
183 '
184 Me.Label10.BackColor = System.Drawing.SystemColors.Control
185 Me.Label10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
186 Me.Label10.ImeMode = System.Windows.Forms.ImeMode.NoControl
187 Me.Label10.Location = New System.Drawing.Point(375, 176)
188 Me.Label10.Name = "Label10"
189 Me.Label10.Size = New System.Drawing.Size(122, 27)
190 Me.Label10.TabIndex = 16
191 Me.Label10.Text = "u:"
192 Me.Label10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
193 '
...visual\Proyecto 3era unidad\final\Estadística.Designer.vb 5
194 'Label12
195 '
196 Me.Label12.BackColor = System.Drawing.Color.SteelBlue
197 Me.Label12.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
198 Me.Label12.ForeColor = System.Drawing.SystemColors.Window
199 Me.Label12.ImeMode = System.Windows.Forms.ImeMode.NoControl
200 Me.Label12.Location = New System.Drawing.Point(520, 355)
201 Me.Label12.Name = "Label12"
202 Me.Label12.Size = New System.Drawing.Size(112, 27)
203 Me.Label12.TabIndex = 21
204 Me.Label12.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
205 '
206 'Label13
207 '
208 Me.Label13.BackColor = System.Drawing.Color.SteelBlue
209 Me.Label13.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
210 Me.Label13.Font = New System.Drawing.Font("Segoe UI Semibold", 9.0!, 
System.Drawing.FontStyle.Bold)
211 Me.Label13.ForeColor = System.Drawing.SystemColors.Window
212 Me.Label13.ImeMode = System.Windows.Forms.ImeMode.NoControl
213 Me.Label13.Location = New System.Drawing.Point(520, 321)
214 Me.Label13.Name = "Label13"
215 Me.Label13.Size = New System.Drawing.Size(112, 27)
216 Me.Label13.TabIndex = 20
217 Me.Label13.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
218 '
219 'Label14
220 '
221 Me.Label14.BackColor = System.Drawing.SystemColors.Control
222 Me.Label14.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
223 Me.Label14.ImeMode = System.Windows.Forms.ImeMode.NoControl
224 Me.Label14.Location = New System.Drawing.Point(375, 355)
225 Me.Label14.Name = "Label14"
226 Me.Label14.Size = New System.Drawing.Size(122, 28)
227 Me.Label14.TabIndex = 19
228 Me.Label14.Text = "Resultado (%):"
229 Me.Label14.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
230 '
231 'Label15
232 '
233 Me.Label15.BackColor = System.Drawing.SystemColors.Control
234 Me.Label15.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
235 Me.Label15.ImeMode = System.Windows.Forms.ImeMode.NoControl
236 Me.Label15.Location = New System.Drawing.Point(375, 321)
237 Me.Label15.Name = "Label15"
238 Me.Label15.Size = New System.Drawing.Size(122, 27)
239 Me.Label15.TabIndex = 18
240 Me.Label15.Text = "Resultado:"
241 Me.Label15.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
...visual\Proyecto 3era unidad\final\Estadística.Designer.vb 6
242 '
243 'BorrarDB
244 '
245 Me.BorrarDB.Image = 
Global.final.My.Resources.Resources.icons8_eraser_64__1_
246 Me.BorrarDB.ImeMode = System.Windows.Forms.ImeMode.NoControl
247 Me.BorrarDB.Location = New System.Drawing.Point(160, 250)
248 Me.BorrarDB.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
249 Me.BorrarDB.Name = "BorrarDB"
250 Me.BorrarDB.Size = New System.Drawing.Size(52, 58)
251 Me.BorrarDB.TabIndex = 24
252 Me.BorrarDB.UseVisualStyleBackColor =  True
253 '
254 'LimpiarTodo
255 '
256 Me.LimpiarTodo.Image = 
Global.final.My.Resources.Resources.icons8_basura_llena_48
257 Me.LimpiarTodo.ImeMode = System.Windows.Forms.ImeMode.NoControl
258 Me.LimpiarTodo.Location =  New System.Drawing.Point(296, 321)
259 Me.LimpiarTodo.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
260 Me.LimpiarTodo.Name = "LimpiarTodo"
261 Me.LimpiarTodo.Size = New System.Drawing.Size(55, 62)
262 Me.LimpiarTodo.TabIndex = 23
263 Me.LimpiarTodo.UseVisualStyleBackColor =  True
264 '
265 'CalcularDB
266 '
267 Me.CalcularDB.BackColor = System.Drawing.Color.Transparent
268 Me.CalcularDB.BackgroundImageLayout = 
System.Windows.Forms.ImageLayout.Zoom
269 Me.CalcularDB.Image = 
Global.final.My.Resources.Resources.calculadora__1_
270 Me.CalcularDB.ImeMode = System.Windows.Forms.ImeMode.NoControl
271 Me.CalcularDB.Location =  New System.Drawing.Point(223, 250)
272 Me.CalcularDB.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
273 Me.CalcularDB.Name = "CalcularDB"
274 Me.CalcularDB.Size = New System.Drawing.Size(51, 58)
275 Me.CalcularDB.TabIndex = 22
276 Me.CalcularDB.UseVisualStyleBackColor =  False
277 '
278 'PictureBox2
279 '
280 Me.PictureBox2.BorderStyle = 
System.Windows.Forms.BorderStyle.FixedSingle
281 Me.PictureBox2.Image = Global.final.My.Resources.Resources.dp
282 Me.PictureBox2.ImeMode = System.Windows.Forms.ImeMode.NoControl
283 Me.PictureBox2.Location =  New System.Drawing.Point(375, 46)
284 Me.PictureBox2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
285 Me.PictureBox2.Name = "PictureBox2"
...visual\Proyecto 3era unidad\final\Estadística.Designer.vb 7
286 Me.PictureBox2.Size = New System.Drawing.Size(257, 87)
287 Me.PictureBox2.SizeMode = 
System.Windows.Forms.PictureBoxSizeMode.StretchImage
288 Me.PictureBox2.TabIndex = 13
289 Me.PictureBox2.TabStop =  False
290 '
291 'PictureBox1
292 '
293 Me.PictureBox1.BorderStyle = 
System.Windows.Forms.BorderStyle.FixedSingle
294 Me.PictureBox1.Image = Global.final.My.Resources.Resources.DB
295 Me.PictureBox1.ImeMode = System.Windows.Forms.ImeMode.NoControl
296 Me.PictureBox1.Location =  New System.Drawing.Point(15, 46)
297 Me.PictureBox1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
298 Me.PictureBox1.Name = "PictureBox1"
299 Me.PictureBox1.Size = New System.Drawing.Size(257, 87)
300 Me.PictureBox1.SizeMode = 
System.Windows.Forms.PictureBoxSizeMode.StretchImage
301 Me.PictureBox1.TabIndex = 0
302 Me.PictureBox1.TabStop =  False
303 '
304 'BorrarDP
305 '
306 Me.BorrarDP.Image = 
Global.final.My.Resources.Resources.icons8_eraser_64__1_
307 Me.BorrarDP.ImeMode = System.Windows.Forms.ImeMode.NoControl
308 Me.BorrarDP.Location = New System.Drawing.Point(519, 250)
309 Me.BorrarDP.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
310 Me.BorrarDP.Name = "BorrarDP"
311 Me.BorrarDP.Size = New System.Drawing.Size(52, 58)
312 Me.BorrarDP.TabIndex = 25
313 Me.BorrarDP.UseVisualStyleBackColor =  True
314 '
315 'CalcularDP
316 '
317 Me.CalcularDP.BackColor = System.Drawing.Color.Transparent
318 Me.CalcularDP.BackgroundImageLayout = 
System.Windows.Forms.ImageLayout.Zoom
319 Me.CalcularDP.Image = 
Global.final.My.Resources.Resources.calculadora__1_
320 Me.CalcularDP.ImeMode = System.Windows.Forms.ImeMode.NoControl
321 Me.CalcularDP.Location =  New System.Drawing.Point(584, 250)
322 Me.CalcularDP.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
323 Me.CalcularDP.Name = "CalcularDP"
324 Me.CalcularDP.Size = New System.Drawing.Size(48, 58)
325 Me.CalcularDP.TabIndex = 26
326 Me.CalcularDP.UseVisualStyleBackColor =  False
327 '
328 'Label16
...visual\Proyecto 3era unidad\final\Estadística.Designer.vb 8
329 '
330 Me.Label16.BackColor = System.Drawing.SystemColors.Control
331 Me.Label16.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
332 Me.Label16.ImeMode = System.Windows.Forms.ImeMode.NoControl
333 Me.Label16.Location = New System.Drawing.Point(375, 210)
334 Me.Label16.Name = "Label16"
335 Me.Label16.Size = New System.Drawing.Size(122, 27)
336 Me.Label16.TabIndex = 28
337 Me.Label16.Text = "e:"
338 Me.Label16.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
339 '
340 'TextBox4
341 '
342 Me.TextBox4.Location = New System.Drawing.Point(519, 210)
343 Me.TextBox4.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
344 Me.TextBox4.Name = "TextBox4"
345 Me.TextBox4.Size = New System.Drawing.Size(112, 27)
346 Me.TextBox4.TabIndex = 27
347 Me.TextBox4.Text = "2.71828183"
348 Me.TextBox4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
349 '
350 'TextBox5
351 '
352 Me.TextBox5.Location = New System.Drawing.Point(520, 141)
353 Me.TextBox5.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
354 Me.TextBox5.Name = "TextBox5"
355 Me.TextBox5.Size = New System.Drawing.Size(112, 27)
356 Me.TextBox5.TabIndex = 29
357 Me.TextBox5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
358 '
359 'TextBox6
360 '
361 Me.TextBox6.Location = New System.Drawing.Point(519, 176)
362 Me.TextBox6.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
363 Me.TextBox6.Name = "TextBox6"
364 Me.TextBox6.Size = New System.Drawing.Size(112, 27)
365 Me.TextBox6.TabIndex = 30
366 Me.TextBox6.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
367 '
368 'Label9
369 '
370 Me.Label9.BackColor = System.Drawing.Color.SteelBlue
371 Me.Label9.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
372 Me.Label9.Font = New System.Drawing.Font("Segoe UI Black", 9.0!, 
System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 
CType(0, Byte))
373 Me.Label9.ForeColor = System.Drawing.SystemColors.Window
374 Me.Label9.ImeMode = System.Windows.Forms.ImeMode.NoControl
375 Me.Label9.Location = New System.Drawing.Point(15, 9)
...visual\Proyecto 3era unidad\final\Estadística.Designer.vb 9
376 Me.Label9.Name = "Label9"
377 Me.Label9.Size = New System.Drawing.Size(257, 28)
378 Me.Label9.TabIndex = 31
379 Me.Label9.Text = "DISTRIBUCIÓN BINOMIAL"
380 Me.Label9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
381 '
382 'Label11
383 '
384 Me.Label11.BackColor = System.Drawing.Color.SteelBlue
385 Me.Label11.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
386 Me.Label11.Font = New System.Drawing.Font("Segoe UI Black", 9.0!, 
System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 
CType(0, Byte))
387 Me.Label11.ForeColor = System.Drawing.SystemColors.Window
388 Me.Label11.ImeMode = System.Windows.Forms.ImeMode.NoControl
389 Me.Label11.Location = New System.Drawing.Point(375, 9)
390 Me.Label11.Name = "Label11"
391 Me.Label11.Size = New System.Drawing.Size(257, 28)
392 Me.Label11.TabIndex = 32
393 Me.Label11.Text = "DISTRIBUCIÓN DE POISSON"
394 Me.Label11.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
395 '
396 'Estadística
397 '
398 Me.AllowDrop = True
399 Me.AutoScaleDimensions =  New System.Drawing.SizeF(9.0!, 20.0!)
400 Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
401 Me.BackColor = System.Drawing.Color.White
402 Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
403 Me.ClientSize = New System.Drawing.Size(650, 400)
404 Me.Controls.Add(Me.Label11)
405 Me.Controls.Add(Me.Label9)
406 Me.Controls.Add(Me.TextBox6)
407 Me.Controls.Add(Me.TextBox5)
408 Me.Controls.Add(Me.Label16)
409 Me.Controls.Add(Me.TextBox4)
410 Me.Controls.Add(Me.CalcularDP)
411 Me.Controls.Add(Me.BorrarDP)
412 Me.Controls.Add(Me.BorrarDB)
413 Me.Controls.Add(Me.LimpiarTodo)
414 Me.Controls.Add(Me.CalcularDB)
415 Me.Controls.Add(Me.Label12)
416 Me.Controls.Add(Me.Label13)
417 Me.Controls.Add(Me.Label14)
418 Me.Controls.Add(Me.Label15)
419 Me.Controls.Add(Me.Label10)
420 Me.Controls.Add(Me.Label8)
421 Me.Controls.Add(Me.PictureBox2)
422 Me.Controls.Add(Me.Label7)
...visual\Proyecto 3era unidad\final\Estadística.Designer.vb 10
423 Me.Controls.Add(Me.Label6)
424 Me.Controls.Add(Me.Label5)
425 Me.Controls.Add(Me.Label4)
426 Me.Controls.Add(Me.Label3)
427 Me.Controls.Add(Me.Label2)
428 Me.Controls.Add(Me.Label1)
429 Me.Controls.Add(Me.TextBox3)
430 Me.Controls.Add(Me.TextBox2)
431 Me.Controls.Add(Me.TextBox1)
432 Me.Controls.Add(Me.PictureBox1)
433 Me.Font = New System.Drawing.Font("Segoe UI Semibold", 9.0!, 
System.Drawing.FontStyle.Bold)
434 Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
435 Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
436 Me.Name = "Estadística"
437 Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
438 Me.Text = "Estadística"
439 CType(Me.PictureBox2, System.ComponentModel. ISupportInitialize).EndInit
()
440 CType(Me.PictureBox1, System.ComponentModel. ISupportInitialize).EndInit
()
441 Me.ResumeLayout(False)
442 Me.PerformLayout()
443
444 End Sub
445
446 Friend WithEvents PictureBox1 As PictureBox
447 Friend WithEvents TextBox1 As TextBox
448 Friend WithEvents TextBox2 As TextBox
449 Friend WithEvents TextBox3 As TextBox
450 Friend WithEvents Label1 As Label
451 Friend WithEvents Label2 As Label
452 Friend WithEvents Label3 As Label
453 Friend WithEvents Label4 As Label
454 Friend WithEvents Label5 As Label
455 Friend WithEvents Label6 As Label
456 Friend WithEvents Label7 As Label
457 Friend WithEvents PictureBox2 As PictureBox
458 Friend WithEvents Label8 As Label
459 Friend WithEvents Label10 As Label
460 Friend WithEvents Label12 As Label
461 Friend WithEvents Label13 As Label
462 Friend WithEvents Label14 As Label
463 Friend WithEvents Label15 As Label
464 Friend WithEvents LimpiarTodo As Button
465 Friend WithEvents CalcularDB As Button
466 Friend WithEvents BorrarDB As Button
467 Friend WithEvents BorrarDP As Button
468 Friend WithEvents CalcularDP As Button
...visual\Proyecto 3era unidad\final\Estadística.Designer.vb 11
469 Friend WithEvents Label16 As Label
470 Friend WithEvents TextBox4 As TextBox
471 Friend WithEvents TextBox5 As TextBox
472 Friend WithEvents TextBox6 As TextBox
473 Friend WithEvents Label9 As Label
474 Friend WithEvents Label11 As Label
475 End Class
476

You might also like