-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProductos.Designer.vb
More file actions
210 lines (205 loc) · 10.3 KB
/
Copy pathProductos.Designer.vb
File metadata and controls
210 lines (205 loc) · 10.3 KB
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
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
Partial Class Productos
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.Insertar = New System.Windows.Forms.PictureBox()
Me.Eliminar = New System.Windows.Forms.PictureBox()
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
Me.PictureBox2 = New System.Windows.Forms.PictureBox()
Me.Label1 = New System.Windows.Forms.Label()
Me.Label2 = New System.Windows.Forms.Label()
Me.Label3 = New System.Windows.Forms.Label()
Me.TextBox1 = New System.Windows.Forms.TextBox()
Me.TextBox2 = New System.Windows.Forms.TextBox()
Me.ComboBox1 = New System.Windows.Forms.ComboBox()
Me.PictureBox3 = New System.Windows.Forms.PictureBox()
CType(Me.Insertar, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.Eliminar, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'Insertar
'
Me.Insertar.BackColor = System.Drawing.Color.Transparent
Me.Insertar.BackgroundImage = Global.Programa__POTWARE.My.Resources.Resources.insertar_V
Me.Insertar.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
Me.Insertar.Cursor = System.Windows.Forms.Cursors.Hand
Me.Insertar.Location = New System.Drawing.Point(38, 28)
Me.Insertar.Name = "Insertar"
Me.Insertar.Size = New System.Drawing.Size(117, 52)
Me.Insertar.TabIndex = 0
Me.Insertar.TabStop = False
'
'Eliminar
'
Me.Eliminar.BackColor = System.Drawing.Color.Transparent
Me.Eliminar.BackgroundImage = Global.Programa__POTWARE.My.Resources.Resources.eliminar_V
Me.Eliminar.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
Me.Eliminar.Cursor = System.Windows.Forms.Cursors.Hand
Me.Eliminar.Location = New System.Drawing.Point(38, 124)
Me.Eliminar.Name = "Eliminar"
Me.Eliminar.Size = New System.Drawing.Size(117, 49)
Me.Eliminar.TabIndex = 1
Me.Eliminar.TabStop = False
'
'PictureBox1
'
Me.PictureBox1.BackColor = System.Drawing.Color.Transparent
Me.PictureBox1.BackgroundImage = Global.Programa__POTWARE.My.Resources.Resources.modificar_V
Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
Me.PictureBox1.Cursor = System.Windows.Forms.Cursors.Hand
Me.PictureBox1.Location = New System.Drawing.Point(38, 215)
Me.PictureBox1.Name = "PictureBox1"
Me.PictureBox1.Size = New System.Drawing.Size(117, 49)
Me.PictureBox1.TabIndex = 2
Me.PictureBox1.TabStop = False
'
'PictureBox2
'
Me.PictureBox2.BackColor = System.Drawing.Color.Transparent
Me.PictureBox2.BackgroundImage = Global.Programa__POTWARE.My.Resources.Resources.Salir_V
Me.PictureBox2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
Me.PictureBox2.Cursor = System.Windows.Forms.Cursors.Hand
Me.PictureBox2.Location = New System.Drawing.Point(38, 397)
Me.PictureBox2.Name = "PictureBox2"
Me.PictureBox2.Size = New System.Drawing.Size(117, 49)
Me.PictureBox2.TabIndex = 3
Me.PictureBox2.TabStop = False
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.BackColor = System.Drawing.Color.FromArgb(CType(CType(239, Byte), Integer), CType(CType(233, Byte), Integer), CType(CType(182, Byte), Integer))
Me.Label1.Font = New System.Drawing.Font("Arial", 15.75!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label1.Location = New System.Drawing.Point(314, 82)
Me.Label1.Name = "Label1"
Me.Label1.Padding = New System.Windows.Forms.Padding(5)
Me.Label1.Size = New System.Drawing.Size(111, 34)
Me.Label1.TabIndex = 4
Me.Label1.Text = "CODIGO:"
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.BackColor = System.Drawing.Color.FromArgb(CType(CType(239, Byte), Integer), CType(CType(233, Byte), Integer), CType(CType(182, Byte), Integer))
Me.Label2.Font = New System.Drawing.Font("Arial", 15.75!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label2.Location = New System.Drawing.Point(314, 218)
Me.Label2.Name = "Label2"
Me.Label2.Padding = New System.Windows.Forms.Padding(5)
Me.Label2.Size = New System.Drawing.Size(144, 34)
Me.Label2.TabIndex = 5
Me.Label2.Text = "UBICACION:"
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.BackColor = System.Drawing.Color.FromArgb(CType(CType(239, Byte), Integer), CType(CType(233, Byte), Integer), CType(CType(182, Byte), Integer))
Me.Label3.Font = New System.Drawing.Font("Arial", 15.75!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label3.Location = New System.Drawing.Point(314, 149)
Me.Label3.Name = "Label3"
Me.Label3.Padding = New System.Windows.Forms.Padding(5)
Me.Label3.Size = New System.Drawing.Size(167, 34)
Me.Label3.TabIndex = 6
Me.Label3.Text = "EXISTENCIAS:"
'
'TextBox1
'
Me.TextBox1.BackColor = System.Drawing.Color.White
Me.TextBox1.Font = New System.Drawing.Font("Arial", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.TextBox1.Location = New System.Drawing.Point(509, 149)
Me.TextBox1.Name = "TextBox1"
Me.TextBox1.Size = New System.Drawing.Size(214, 29)
Me.TextBox1.TabIndex = 7
Me.TextBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
'
'TextBox2
'
Me.TextBox2.BackColor = System.Drawing.Color.White
Me.TextBox2.Font = New System.Drawing.Font("Arial", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.TextBox2.Location = New System.Drawing.Point(509, 223)
Me.TextBox2.Name = "TextBox2"
Me.TextBox2.Size = New System.Drawing.Size(214, 29)
Me.TextBox2.TabIndex = 8
Me.TextBox2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
'
'ComboBox1
'
Me.ComboBox1.FlatStyle = System.Windows.Forms.FlatStyle.Popup
Me.ComboBox1.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.ComboBox1.FormattingEnabled = True
Me.ComboBox1.Location = New System.Drawing.Point(509, 87)
Me.ComboBox1.Name = "ComboBox1"
Me.ComboBox1.Size = New System.Drawing.Size(121, 26)
Me.ComboBox1.TabIndex = 9
'
'PictureBox3
'
Me.PictureBox3.BackColor = System.Drawing.Color.Transparent
Me.PictureBox3.BackgroundImage = Global.Programa__POTWARE.My.Resources.Resources.consultar_V
Me.PictureBox3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
Me.PictureBox3.Cursor = System.Windows.Forms.Cursors.Hand
Me.PictureBox3.Location = New System.Drawing.Point(38, 307)
Me.PictureBox3.Name = "PictureBox3"
Me.PictureBox3.Size = New System.Drawing.Size(117, 49)
Me.PictureBox3.TabIndex = 10
Me.PictureBox3.TabStop = False
'
'Productos
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackgroundImage = Global.Programa__POTWARE.My.Resources.Resources.Productos
Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
Me.ClientSize = New System.Drawing.Size(784, 494)
Me.Controls.Add(Me.PictureBox3)
Me.Controls.Add(Me.ComboBox1)
Me.Controls.Add(Me.TextBox2)
Me.Controls.Add(Me.TextBox1)
Me.Controls.Add(Me.Label3)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.PictureBox2)
Me.Controls.Add(Me.PictureBox1)
Me.Controls.Add(Me.Eliminar)
Me.Controls.Add(Me.Insertar)
Me.Name = "Productos"
Me.Text = "Productos"
CType(Me.Insertar, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.Eliminar, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents Insertar As PictureBox
Friend WithEvents Eliminar As PictureBox
Friend WithEvents PictureBox1 As PictureBox
Friend WithEvents PictureBox2 As PictureBox
Friend WithEvents Label1 As Label
Friend WithEvents Label2 As Label
Friend WithEvents Label3 As Label
Friend WithEvents TextBox1 As TextBox
Friend WithEvents TextBox2 As TextBox
Friend WithEvents ComboBox1 As ComboBox
Friend WithEvents PictureBox3 As PictureBox
End Class