-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfrmBusqueda.Designer.vb
167 lines (162 loc) · 6.44 KB
/
frmBusqueda.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
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmBusqueda
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()
Me.Label1 = New System.Windows.Forms.Label()
Me.txtCodigo = New System.Windows.Forms.TextBox()
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
Me.Label6 = New System.Windows.Forms.Label()
Me.Label5 = New System.Windows.Forms.Label()
Me.Label4 = New System.Windows.Forms.Label()
Me.lblSueldo = New System.Windows.Forms.Label()
Me.lblCategoria = New System.Windows.Forms.Label()
Me.lblCodigo = New System.Windows.Forms.Label()
Me.cmdBuscar = New System.Windows.Forms.Button()
Me.GroupBox1.SuspendLayout()
Me.SuspendLayout()
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(34, 42)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(43, 13)
Me.Label1.TabIndex = 0
Me.Label1.Text = "Código:"
'
'txtCodigo
'
Me.txtCodigo.Location = New System.Drawing.Point(83, 39)
Me.txtCodigo.Name = "txtCodigo"
Me.txtCodigo.Size = New System.Drawing.Size(100, 20)
Me.txtCodigo.TabIndex = 1
'
'GroupBox1
'
Me.GroupBox1.BackColor = System.Drawing.SystemColors.InactiveCaption
Me.GroupBox1.Controls.Add(Me.Label6)
Me.GroupBox1.Controls.Add(Me.Label5)
Me.GroupBox1.Controls.Add(Me.Label4)
Me.GroupBox1.Controls.Add(Me.lblSueldo)
Me.GroupBox1.Controls.Add(Me.lblCategoria)
Me.GroupBox1.Controls.Add(Me.lblCodigo)
Me.GroupBox1.ForeColor = System.Drawing.SystemColors.ControlText
Me.GroupBox1.Location = New System.Drawing.Point(22, 103)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(200, 135)
Me.GroupBox1.TabIndex = 2
Me.GroupBox1.TabStop = False
Me.GroupBox1.Text = "Empleado"
'
'Label6
'
Me.Label6.AutoSize = True
Me.Label6.Location = New System.Drawing.Point(29, 103)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(43, 13)
Me.Label6.TabIndex = 13
Me.Label6.Text = "Sueldo:"
'
'Label5
'
Me.Label5.AutoSize = True
Me.Label5.Location = New System.Drawing.Point(29, 70)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(57, 13)
Me.Label5.TabIndex = 12
Me.Label5.Text = "Categoría:"
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.Location = New System.Drawing.Point(29, 36)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(43, 13)
Me.Label4.TabIndex = 11
Me.Label4.Text = "Código:"
'
'lblSueldo
'
Me.lblSueldo.BackColor = System.Drawing.Color.LightGray
Me.lblSueldo.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
Me.lblSueldo.Location = New System.Drawing.Point(102, 94)
Me.lblSueldo.Name = "lblSueldo"
Me.lblSueldo.Size = New System.Drawing.Size(73, 22)
Me.lblSueldo.TabIndex = 10
Me.lblSueldo.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'lblCategoria
'
Me.lblCategoria.BackColor = System.Drawing.Color.LightGray
Me.lblCategoria.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
Me.lblCategoria.Location = New System.Drawing.Point(102, 61)
Me.lblCategoria.Name = "lblCategoria"
Me.lblCategoria.Size = New System.Drawing.Size(73, 22)
Me.lblCategoria.TabIndex = 8
Me.lblCategoria.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'lblCodigo
'
Me.lblCodigo.BackColor = System.Drawing.Color.LightGray
Me.lblCodigo.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
Me.lblCodigo.Location = New System.Drawing.Point(102, 28)
Me.lblCodigo.Name = "lblCodigo"
Me.lblCodigo.Size = New System.Drawing.Size(73, 22)
Me.lblCodigo.TabIndex = 9
Me.lblCodigo.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'cmdBuscar
'
Me.cmdBuscar.Location = New System.Drawing.Point(147, 74)
Me.cmdBuscar.Name = "cmdBuscar"
Me.cmdBuscar.Size = New System.Drawing.Size(75, 23)
Me.cmdBuscar.TabIndex = 3
Me.cmdBuscar.Text = "Buscar"
Me.cmdBuscar.UseVisualStyleBackColor = True
'
'frmBusqueda
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackColor = System.Drawing.SystemColors.Control
Me.ClientSize = New System.Drawing.Size(243, 258)
Me.Controls.Add(Me.cmdBuscar)
Me.Controls.Add(Me.GroupBox1)
Me.Controls.Add(Me.txtCodigo)
Me.Controls.Add(Me.Label1)
Me.Name = "frmBusqueda"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "Búsqueda de un Empleado..."
Me.GroupBox1.ResumeLayout(False)
Me.GroupBox1.PerformLayout()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents Label1 As Label
Friend WithEvents txtCodigo As TextBox
Friend WithEvents GroupBox1 As GroupBox
Friend WithEvents Label6 As Label
Friend WithEvents Label5 As Label
Friend WithEvents Label4 As Label
Friend WithEvents lblSueldo As Label
Friend WithEvents lblCategoria As Label
Friend WithEvents lblCodigo As Label
Friend WithEvents cmdBuscar As Button
End Class