-
Notifications
You must be signed in to change notification settings - Fork 0
/
Form3.Designer.vb
61 lines (57 loc) · 1.92 KB
/
Form3.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
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class Form3
Inherits System.Windows.Forms.Form
'Form reemplaza a Dispose para limpiar la lista de componentes.
<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
'Requerido por el Diseñador de Windows Forms
Private components As System.ComponentModel.IContainer
'NOTA: el Diseñador de Windows Forms necesita el siguiente procedimiento
'Se puede modificar usando el Diseñador de Windows Forms.
'No lo modifique con el editor de código.
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Button1 = New Button()
Button2 = New Button()
SuspendLayout()
'
' Button1
'
Button1.Location = New Point(83, 12)
Button1.Name = "Button1"
Button1.Size = New Size(139, 106)
Button1.TabIndex = 0
Button1.Text = "ADAPTAR FIRMWARE"
Button1.UseVisualStyleBackColor = True
'
' Button2
'
Button2.Location = New Point(83, 124)
Button2.Name = "Button2"
Button2.Size = New Size(139, 123)
Button2.TabIndex = 1
Button2.Text = "ADAPTAR KEYS"
Button2.UseVisualStyleBackColor = True
'
' Form3
'
AutoScaleDimensions = New SizeF(7F, 15F)
AutoScaleMode = AutoScaleMode.Font
ClientSize = New Size(315, 259)
Controls.Add(Button2)
Controls.Add(Button1)
Name = "Form3"
Text = "Form3"
ResumeLayout(False)
End Sub
Friend WithEvents Button1 As Button
Friend WithEvents Button2 As Button
End Class